@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }

body {
	margin:0 auto;
	padding:0;
	font-size:16px;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color:#222;
}

.sp {
	display:none;
}

.flex {
	display:flex;
}

.red {
	color:#f1574c;
}

img {
  pointer-events: none;
	user-select: none; /* CSS3 */
-moz-user-select: none; /* Firefox */
-webkit-user-select: none; /* Safari、Chromeなど */
-ms-user-select: none; /* IE10かららしい */
}

header .gentousya_logo {
	text-align: center;
}
header .gentousya_logo img{
	max-width: 100%;
}

header .top_logo {
	height: 60px;
	box-sizing: border-box;
	background: #fff;
	padding: 4px 20px;
	text-align: center;
}

header .top_pc {
	background:url(../img/top_bg_pc.png) center;
	background-size:cover;
	/* height:600px; */
}

header .top_title {
    text-align: left;
    padding-top: 100px;
    width: 1200px;
    margin: 0 auto;
}

header .top_txt {
	background: rgba(204, 196, 129, 0.9);
	justify-content: center;
	align-items: center;
	margin-top:140px;
}

header .top_txt p {
    font-size: 27px;
	color: #fff;
	text-align: center;
	padding: 15px;
	line-height: 1.3;
	text-shadow: 1px 2px 3px #918632;
}

header .top_txt .button a {
	background: #fff;
	height: 37px;
	width: 180px;
	text-align: center;
	border-radius: 30px;
	box-shadow: 1px 2px 2px #918632;
    color: #222;
    text-decoration: none;
    line-height: 37px;
	display:inline-block;
}

header .top_txt .button a:hover {
	opacity:0.7;
}

#contents #seminar {
	margin-top: 30px;
}

#contents #seminar h2 {
	text-align: center;
}

#contents #seminar .goshicFont .contents ul{
	list-style-type: disc;
}

#contents #form h2 {
	text-align: center;
}

#contents #seminar .goshicFont .contents {
	margin: auto;
}

.kobetu{
	text-align: center;
	color: #FF0000;
}
.mgb{
	margin-bottom: 10px;
}
.kasen{
	background:linear-gradient(transparent 70%, #FFFF00 0%);
}

#contents .title {
	text-align: center;
	display: flex;
	justify-content: center;
}

#contents .title h2 {
	font-size: 46px;
	line-height:1.4;
}

#contents .title h2 span {
	font-size:26px;
}

#contents .title::before {
	content: url("../img/title_left.png");
	position: relative;
	top: 26px;
	right: 24px;
}

#contents .title::after {
    content: url("../img/title_right.png");
    position: relative;
    bottom: -27px;
    left: 24px;
}

#contents .frame {
	padding: 10px 70px;
	position: relative;
}

#contents .frame::before,#contents  .frame::after {
	content: '';
	width: 30px;
	height: 97%;
	position: absolute;
}

#contents .frame::before {
	border-left: solid 5px #57bfdd;
	border-top: solid 5px #57bfdd;
	border-bottom: solid 5px #57bfdd;
	top: 0;
	left: 0;
}

#contents .frame::after {
	border-right: solid 5px #57bfdd;
	border-top: solid 5px #57bfdd;
	border-bottom: solid 5px #57bfdd;
	top: 0;
	right: 0;
}


#contents .cta {
    text-align: center;
    padding-top: 100px;
}

#contents .cta .main {
	font-size:24px;
}

#contents .cta .button {
	padding-top:30px;
}

#contents .cta .button a {
    color: #222;
    text-decoration: none;
    width: 300px;
    display: inline-block;
    height: 45px;
    background: #fbde2c;
	font-size:20px;
	line-height:45px;
	font-weight: bold;
}


footer {
	background: #222;
	text-align:center;
	font-size:14px;
	color:#fff;
	padding:0 1% 50px;
}

footer .company th {
	width: 210px;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	line-height: 1.8em;
	color: #fff;
	font-weight: normal;
}

footer .company td {
	width: 590px;
	vertical-align: top;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	line-height: 1.5em;
	max-height: 100%;
}

footer .company {
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
}

footer .company table {
	border-collapse: collapse;
	border-spacing: 0;
}

footer h6 {
    font-size: 24px;
	padding-top: 100px;
	padding-bottom: 30px;
	text-align:center;
}

footer dl {
    padding: 0 60px;
}

footer dt {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 50px 10px 0;
    text-align: right;
}

footer dd {
    display: inline-block;
    width: 70%;
    margin: 10px 0;
}

footer .conditions {
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
}

footer .conditions ul {
    padding-top: 10px;
    padding-left: 20px;
}

footer .copyright {
    padding-top: 100px;
    font-size: 12px;
}


btn,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn,
a.btn,
button.btn {
  font-size: 20px;;
  font-weight: 700;
  line-height: 1.7;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
/*  letter-spacing: 0.1em;*/
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;

  padding: 5px 50px;

  color: #222;
  border-radius: 0;
  background: #fbde2c;
	margin-top:30px;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 22px;
  width: 120%;
  height: 650%;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);

  background: #222;
	color:#fff;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
	color:#fff;
}

a.btn-flat:hover {
	color:#fbde2c;
	transition:0.9s;
}



/* =========================================================
フォーム部分
========================================================= */

.comContact01 {
	margin-top: 30px;
}

.comContact01 label {
    cursor: pointer;
}

.comContact01__tit {
    font-size: 14px;
}

.comContact01 #formID {
}

.comContact01 input[type=text],
.comContact01 textarea,
.comContact01 select {
    padding: 10px 15px;
    width: 100%;
    height: 60px;
    border: 1px solid #CFCFCF;
	font-size: 16px;
	box-sizing: border-box;
}

.comContact01 input[type=text].is-middle01 {
    width: 300px;
}

.comContact01 input[type=text].is-middle02 {
    width: 680px;
}

.comContact01 input[type=text].is-middle03 {
    /* width: 515px; */
	height: 46px;
	padding: 5px 15px;
}

.comContact01 input[type=text].is-short01 {
    width: 200px;
}

.comContact01 select {
    width: 200px;
}

.comContact01 textarea {
    height: 150px;
}

.comContact01 textarea.is-short01 {
    height: 80px;
}

.comContact01 textarea.is-shortWidth01 {
    width: 650px;
}

.comContact01 input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    -moz-transform-origin: center center;
    -moz-transform: scale( 1.8 , 1.8 );
    margin: -2px 10px 0 0;
}

.comContact01 input[type=checkbox] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    -moz-transform-origin: center center;
    -moz-transform: scale( 1.8 , 1.8 );
    margin: -2px 10px 0 0;
}

.comContact01-box01 {
	padding: 15px 0 25px;
	/* background: #d3d3d3; */
}

.comContact01-box02 {
	padding: 20px 0 60px;
	/* background: #ececec; */
}

.comContact01-list {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: 0px auto 0;
	width: 1000px;
    /*border-top: 1px solid #CCC;*/
}

.comContact01-list-col {
    padding: 35px 0px 0px 20px;
    width: 260px;
/*
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
*/
    font-size: 20px;
	font-weight: bold;
    color: #222222;
	line-height: 1.2;
	-webkit-box-sizing: border-box;
}

.comContact01-list-col.is-center {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.comContact01-list-col .is-strong01 {
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #FF0000;
	line-height: 1.2;
}

.comContact01-list-col.is-require {
	padding-right: 50px;
    background: url("../img/ico_require01.gif") no-repeat scroll 100% 35px;
}

.comContact01-list-item {
    padding: 15px 15px;
    width: calc( 1000px - 260px );
		-webkit-box-sizing: border-box;
/*
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
*/
    font-size: 20px;
	font-weight: bold;
}

.comContact01-list-item-list01 {
}

.comContact01-list-item-list01 li {
	margin-top: 10px;
}

.comContact01-list-item-list01 li label {
}

.comContact01-list-item-list01 li span #f_type06_01{
	-webkit-box-sizing: border-box;
}

.experience {
	font-size: 16px;
}

.comContact01-list-item-list02 {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
}

.comContact01-list-item-list02 li {
    margin-right: 10px;
}

.comContact01-list-item-list02 li label {
}

.comContact01-list-item-set01 {
}

.comContact01-list-item-set01.is-alignCenter {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.comContact01-list-item-set01 .labelBefore01 {
    display: inline-block;
    width: 75px;
    margin-right: 3px;
}

.comContact01-list-item-set01 .labelBefore02 {
    display: inline-block;
    width: 112px;
}

.comContact01-list-item-set01 .labelAfter01 {
}

.comContact01-list-item-set01 label {
}

.comContact01-list-item-set01 .labelMiddle01 {
}

.comContact01-list-item-set01 input {
	-webkit-box-sizing: border-box;
}

.comContact01-list-item__attention01 {
    font-size: 13px;
    color: #FF0000;
	font-weight: normal;
}








.comContact01__attention01 {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #9A9A9A;
	font-size: 14px;
}

.comContact01-pvBox {
	margin-top: 40px;
}

.comContact01-pvBox .comContact01-pvBox__tit {
	font-size: 20px;
	font-weight: bold;
}

.comContact01-pvBox .comContact01-pvBox__txt {
	margin-top: 10px;
	font-size: 14px;
}

.comContact01-pvBox .comContact01-pvBox__btn {
	margin-top: 40px;
	text-align: center;
}

.comContact01-pvBox .comContact01-pvBox__btn img {
	cursor: pointer;
}

.comContact01-pvBox .comContact01-pvBox__btn img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.comContact01-pvBox .comContact01-pvBox-txtbox {
	display: none;
	padding-top: 40px;
	font-size: 14px;
}

.comContact01-pvBox .comContact01-pvBox-txtbox a {
	text-decoration: underline;
}

.comContact01-pvBox .comContact01-pvBox-txtbox .is-strong01 {
	font-weight: bold;
}

.comContact01-prvBox {
    margin-top: 30px;
}

.comContact01-prvBox .comContact01-prvBox-list {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin-top: 60px;
}

.comContact01-prvBox .comContact01-prvBox-list .comContact01-prvBox-item {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin: 0 20px;
	font-size: 20px;
	font-weight: bold;
}

#fPrivacyCheck {
}

.comContact01-prvBox .comContact01-prvBox-list .comContact01-prvBox-item label {
	margin-left: 10px;
}

#fPrivacyCheck02 {
}

.comContact01-prvBox-txtBox {
    margin: 0 auto;
    width: 794px;
    height: 194px;
    border: 1px solid #CCC;
    overflow-y: auto;
}

.comContact01-prvBox-txtBox__txt {
    padding: 10px 20px;
    font-size: 14px;
}

.comContact01-prvBox-txtBox__txt-strong {
    display: block;
    margin-bottom: 50px;
    font-size: 20px;
}

.comContact01-prvBox__txt01 {
    margin: 20px auto 0;
    padding-left: 20px;
    width: 794px;
    font-size: 14px;
}

.comContact01-prvBox-btnBox {
    position: relative;
    z-index: 1;
    margin-top: 60px;
}

.comContact01-prvBox-btnBox__agree {
    position: absolute;
    z-index: 1;
    top: 14px;
    left: 200px;
    font-size: 14px;
}

.comContact01-prvBox-btnBox__agree input {
    width: 25px;
    height: 25px;
    vertical-align: middle;
  -moz-transform-origin: center center;
  -moz-transform: scale( 1.7 , 1.7 );
    margin: -2px 5px 0 0;
}

.comContact01-prvBox-btnBox__btn {
    text-align: center;
}

.comContact01-prvBox-btnBox__btn input {
}

.comContact01-prvBox-btnBox__btn input:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#thanks {
	font-size:12px;
	font-weight:normal;
	line-height: 1.6;
}

/* #thanks header div {
	display: flex;
	align-items: center;
	font-size: 12px;
	color:#222;
	padding:20px;
} */

#thanks header div .text {
	font-size: 13px;
	padding-left:10px;
}

#thanks main .attention01 {
	padding: 100px 0;
	text-align: center;
	color: #222;
	border-bottom: 2px dotted #222;
}

#thanks main #mainArea {
	max-width:800px;
	margin:0 auto;
}

#thanks main strong {
	font-size:20px;
	line-height:1.4;
}

#thanks #linkBtn {
	padding:50px 0 100px;
}

#thanks #linkBtn p {
	width:150px;
	margin:0 auto;
}

#thanks #linkBtn p a {
	width:150px;
	height:70px;
	background:#f1574c;
	display:block;
	color:#fff;
	font-size:18px;
	text-decoration: none;
	line-height:70px;
	border-radius: 5px;
	text-align: center;
}

#thanks footer {
	padding:30px 10px;
	background:#ececec;
	color:#222;
	font-size: 12px;
}

/* 個人情報保護方針を含む */
.comContact01-pvBox .comContact01-pvBox__btn input {
margin: 0 auto;
cursor: pointer;
pointer-events: auto;
width: 280px;
height: 30px;
background: #222222;
display: block;
border: none;
color: #ffffff;
font-size: 13px;
border-radius: 5px;
}

.comContact01-pvBox .comContact01-pvBox__btn input:hover {
opacity: 0.8;
filter: alpha(opacity=80);
}

.comContact01-prvBox-btnBox__btn input {
	margin: 0 auto;
	cursor: pointer;
	pointer-events: auto;
	display: block;
	border: none;
	outline: none;
}

/* 個人情報保護法に同意するチェックボックス */
.comContact01-list-item-list01 .agree{
 text-align: center;
 margin-top: 60px;
}
/* お申込み時のご注意 */
.innerBox01 {
    width: 1000px;
    margin: 0 auto;
}
.comContact01__attention01 {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #9A9A9A;
    font-size: 14px;
}
.comContact01-pvBox {
    margin-top: 40px;
}


@media screen and (max-width: 999px) {
	.comContact01-list-item{
		padding-bottom: 25px;
	}
	.pcElm {
    display: none!important;
	}
	.comContact01-list-col {
		width:100%;
	}
	/* お申込内容 */
	.comContact01-list-item-list01 li {
		margin-top: 10px;
		position: relative;
	  padding-left: 35px;
	}
	.comContact01-list-item-list01 li input[type=radio],
	.comContact01-list-item-list01 li input[type=checkbox] {
    position: absolute;
    top: 2px;
    left: 0px;
}
.comContact01 .sp_block {
    display: block;
}
.sp_mgt10 {
    margin-top: 10px!important;
}

	/* お申し込みフォーム */
	.comContact01-box01 .goshicFont,
	.comContact01-box02 .goshicFont {
		display: initial;
		width: 100%;
	}
	.comContact01 input[type=text].is-middle03 {
    width: 100%;
	}
	.comContact01 input[type=text], .comContact01 textarea, .comContact01 select {
    padding: 5px 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #CFCFCF;
    font-size: 14px;
		-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
				-o-box-sizing: border-box;
			 -ms-box-sizing: border-box;
					 box-sizing: border-box;
}
.comContact01-box01 .comContact01-list .comContact01-list-item,
.comContact01-box02 .comContact01-list .comContact01-list-item {
    width: 100%;
}
.innerBox01 {
  	width: initial;
    margin: 0 10px;
		margin-top: 30px;
}
/* 必須 */
.comContact01-list-col.is-require {
    padding: 15px 10px 10px 60px;
    background: url(../img/ico_require01.gif) no-repeat scroll 10px 15px;
}
.comContact01-list-col{
	padding: 15px 0px 0px 20px;
}
#f_type10{
	position:initial;
}
/* 個人情報保護法に同意するチェックボックス */
.comContact01-list-item-list01 .agree{
 padding:initial;
}
}






@media screen and (max-width: 750px) {

	.pc {
		display:none;
	}

	.sp {
		display:block;
	}

	header .top_logo {
		height: 50px;
		padding:4px 10px;
	}

	header .top_logo img {
		height:42px;
	}


	header .top_sp {
	background:url(../img/top_bg_sp.jpg) center;
	background-size:cover;
	height:680px;
	}

	header .top_title {
	    text-align: left;
	    max-width: 500px;
		width:100%;
		margin:0;
		padding-top:5px;
	}

	header .top_title img {
		max-width: 500px;
		width:100%;
	}

	header .top_txt {
		position: absolute;
		top:535px;
		margin-top:0;
		width: 100%;
		padding: 5px 0 20px;
	}

	header .top_txt p {
		font-size: 32px;
		text-align:center;
		padding:0;
	}

	header .top_txt p span {
		font-size: 23px;
	}

	header .top_txt .button {
		padding-top:10px;
		text-align:center;
	}

	header .top_txt .button a {
		width:90%;
	}

	#contents .title {
		display:block;
	}

	#contents .title::before {
		content:url("../img/title_bottom.png");
		position:static;
	}

	#contents .title::after {
		content:url("../img/title_top.png");
		position:static;
	}

	#contents .title h2 {
		font-size: 32px;
		margin-top: -15px;
		margin-bottom: 10px;
	}

	#contents .title h2 span {
		font-size: 18px;
	}


	a.btn-flat::before {
		display:none;
	}

	a.btn-flat:hover {
		color:#222;
		opacity: 0.7;
	}

.loop_wrap li {
	width:180px;
}

.loop_wrap a {
	height:117px;
}

.loop_wrap img {
  width: 180px;
}

	/* #contents #seminar li {
		text-align: center;
	} */

	#contents #seminar li div {
		text-align: left;
	}

	#seminar a.btn-flat {
		margin:20px auto;
		max-width:none;
		width:100%;
		height:50px;
		line-height:50px;
	}

	#seminar .btn, #seminar a.btn, #seminar button.btn {
		font-size:18px;
	}

	footer .company table {
		margin:0 auto;
	}

	footer .company tbody {
		border-top:1px solid #d3d3d3;
	}

	footer .company th {
		padding:15px 20px 0px;
		border:none;
		display:block;
		width:100%;
		box-sizing: border-box;
	}

	footer .company td {
		padding-right:20px;
		border-top:none;
		display:block;
		width:100%;
		box-sizing: border-box;
	}

	footer .company td a {
		color:#fff;
	}

	#contents #seminar h2 {
		line-height:1;
		padding:20px 0;
		text-align: center;
	}

	#contents #cambodia .cta h6::after {
		width:35%;
	}

	.flex {
		display:block;
	}

	.flex div {
    padding-right: 0px;
    text-align: center;
	}

	#thanks header div {
		padding:10px;
	}

	#thanks header div .logo img {
		width:60px;
	}

	#thanks header div .text {
		font-size:12px;
	}

	/* お申し込みフォーム */
	.comContact01-box01 .goshicFont,
	.comContact01-box02 .goshicFont {
		display: initial;
		width: 100%;
	}
	.comContact01 input[type=text].is-middle03 {
    width: 100%;
	}
	.comContact01 input[type=text], .comContact01 textarea, .comContact01 select {
    padding: 5px 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #CFCFCF;
    font-size: 14px;
}
.comContact01-box01 .comContact01-list .comContact01-list-item,
.comContact01-box02 .comContact01-list .comContact01-list-item {
    width: 100%;
}

@media screen and (max-width: 599px) {
.comContact01-prvBox-btnBox__btn input {
	width: 100%;
}
.comContact01-pvBox .comContact01-pvBox__btn input {
	width: 100%;
}
}

#contents #seminar .goshicFont{
    width: 90%;
    margin: auto;
}
#contents #seminar .goshicFont .contents{
	width: initial;
}

}
