@charset "UTF-8";


/*--------------------------------------------------
under mv
--------------------------------------------------*/
.under .mv,.form .mv {
	width: 100%;
	background: url("../images/under_mv.jpg") center no-repeat;
    background-size: cover;
}
.under .mv .inner,.form .mv .inner {
	height: 510px;
	color: #FFFFFF;
	text-align: left;
	padding: 160px 40px 0;
	box-sizing: border-box;
}
.under .mv .inner h2,.form .mv .inner h2{
	font-size: 54px;
}
.under .mv .inner h3,.form .mv .inner h3{
	font-size: 28px;
	margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
.under .mv,.form .mv {
	width: 100%;
	background: url("../images/under_mv.jpg") center no-repeat;
    background-size: cover;
}
.under .mv .inner,.form .mv .inner {
	height: 410px;
	color: #FFFFFF;
	text-align: left;
	padding: 90px 20px 0;
	box-sizing: border-box;
}
.under .mv .inner h2,.form .mv .inner h2{
	font-size: 34px;
}
.under .mv .inner h3,.form .mv .inner h3{
	font-size: 4.6vw!important;
	margin: 0 0 10px 0;
}
	.under .mv .inner p{
	font-size: 3.6vw;
}

	.kango .mv .inner p{
	font-size: 3.2vw!important;
}
.kango .mv .inner,.form .mv .inner {
	padding: 50px 20px 0!important;
}
}
/*--------------------------------------------------
form mv
--------------------------------------------------*/
.form .mv {
	width: 100%;
	background: url("../images/under_mv.jpg") center no-repeat;
    background-size: cover;
}
.under .mv .inner {
	height: 510px;
	color: #FFFFFF;
	text-align: left;
	padding: 160px 40px 0;
	box-sizing: border-box;
}
.under .mv .inner h2{
	font-size: 54px;
}
.under .mv .inner h3{
	font-size: 28px;
	margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
.under .mv {
	width: 100%;
	background: url("../images/under_mv.jpg") center no-repeat;
    background-size: cover;
}
.under .mv .inner {
	height: 410px;
	color: #FFFFFF;
	text-align: left;
	padding: 90px 20px 0;
	box-sizing: border-box;
}
.under.kango .mv .inner {
    height: 470px;
}
.under .mv .inner h2{
	font-size: 34px;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
.under.kango .mv .inner h2{
	font-size: 28px;
}
.under .mv .inner h3{
	font-size: 20px;
	margin: 0 0 10px 0;
}
	.under .mv .inner p{
	font-size: 3.6vw;
}

}
/*--------------------------------------------------
under bc-list
--------------------------------------------------*/
.bc-list {
	display: flex;
	max-width: 900px;
	margin: 40px auto 0; 
	font-size: 14px;
}
.bc-list li {
	position: relative;
}
.bc-list li::before {
	content: '>';
	margin: 0 10px;
}
.bc-list li:first-child::before {
	content: none;
}
.bc-list a {
	text-decoration: underline;
	font-weight: 400!important;
}
.bc-list a:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.bc-list {
		max-width: 100%;
		margin: 20px auto 0;
		padding: 0 20px;
	}
}
/*--------------------------------------------------
under sec01
--------------------------------------------------*/
.under .sec01 {
	padding: 80px 0 0 0;
	box-sizing: border-box;
}

.under .sec01 .wrap_01 {
	display: flex;
	justify-content: space-between;
	width: 70%;
	margin: 90px auto 0;
}
.under .sec01 .wrap_01 h4 {
	font-size: 24px;
	margin-bottom: 20px;
}
.under .sec01 .wrap_01 li {
	font-size: 18px;
}
.under .sec01 .wrap_01 .right {
	width: 50%;
}
.under .sec01 .video {
	width: 60%;
	margin: 80px auto 0;
}
.under .sec01 video {
	width: 100%;
}
/*movie*/
.under .sec01 .movie-box {
    width: 67%;
		padding-top:50px;
    margin: 0 auto;
}

.under .sec01 .movie-box .movie {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.under .sec01 .movie-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*end movie*/

@media screen and (max-width: 768px) {
.under .sec01 {
	padding: 40px 0 0 0;
	box-sizing: border-box;
}

.under .sec01 .wrap_01 {
	display: flex;
	justify-content:flex-start;
	flex-direction:column-reverse;
	width: 100%;
	margin: auto;
}
.under .sec01 .wrap_01 h4 {
	font-size: 20px;
	margin: 10px 0;
}
.under .sec01 .wrap_01 li {
	font-size: 14px;
}
.under .sec01 .wrap_01 .right {
	width: 100%;
}
.under .sec01 .video {
	width: 100%;
	margin: 30px auto 0;
}
.under .sec01 video {
	width: 100%;
}
/*movie*/
.under .sec01 .movie-box {
    width: 100%;
    padding-top: 25px;
}

.under .sec01 .movie-box .movie {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.under .sec01 .movie-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*end movie*/
}

/*--------------------------------------------------
under sec02
--------------------------------------------------*/
.under .sec02 {
	padding: 60px 0 0 0;
	box-sizing: border-box;
}
.under .sec02 .inner {
	width: 900px;
}
.under .sec02 ul li{
	margin-bottom: 40px;
}
.under .sec02 ul li img{
	display: block;
	width: 70%;
	margin: 40px auto 0;
}
.under .sec02 ul li img.w100{
	width: 100%;
}
.under .sec02 h4 {
	font-size: 22px;
	color: #f66220;
	margin-bottom: 10px;
	display: flex;  /* 横並びにする */
    align-items: center;  /* 垂直方向に中央 */
}
.under .sec02 h4::after{
    content:"";
    flex-grow: 1;  /* 線の伸び率 */
    border-bottom: 1px solid #f7692a;
	margin-left: 16px;  /* 線と文字の間のスペース */
    padding-right: 15px;  /* 線の長さが、最低でも15px以上になるように余白をとる */
  }
.under .sec02 table  {
	width: 100%;
}
.under .sec02 table th {
	background: #555;
	color: #fff;
	width: 20%;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	border: 2px solid #fff;
}
.under .sec02 table td {
	background: #e7e7e7;
	border: 2px solid #fff;
	padding: 20px ;
}
.under .sec02 table td {

}
@media screen and (max-width: 768px) {
	.under .sec02 {
	padding: 30px 0 0 0;
	box-sizing: border-box;
}
.under .sec02 .inner {
	width: 100%;
}
.under .sec02 ul li{
	margin-bottom: 20px;
}
	.under .sec02 ul li img{
	display: block;
	width: 90%;
	margin: 20px auto 0;
}
.under .sec02 h4 {
	font-size: 18px;
	color: #f66220;
	margin-bottom: 10px;
	display: flex;  /* 横並びにする */
    align-items: center;  /* 垂直方向に中央 */
}
.under .sec02 h4::after{
    content:"";
    flex-grow: 1;  /* 線の伸び率 */
    border-bottom: 1px solid #f7692a;
	margin-left: 16px;  /* 線と文字の間のスペース */
    padding-right: 15px;  /* 線の長さが、最低でも15px以上になるように余白をとる */
  }
.under .sec02 table  {
	width: 100%;
}
.under .sec02 table th {
	background: #555;
	color: #fff;
	width: 30%;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	border: 2px solid #fff;
}
.under .sec02 table td {
	background: #e7e7e7;
	border: 2px solid #fff;
	padding: 10px ;
}
.under .sec02 table td {

}
}
/*==============================================
  entry
==============================================*/
.form .sec01 .inner {
	width: 900px;
	margin: 25px auto;
}
.form .sec01 .inner .form {
	border-bottom: 2px solid #dcdcdc;
	width: 900px;
}
.form .sec01 .inner .form table {
	width: 100%;
}
.form .sec01 .inner .form tr {
	border-bottom: 2px solid #dcdcdc;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.form .sec01 .inner .form tr th {
	display: block;
	font-size: 16px;
	font-weight: bold;
	width: 30%;
	padding: 20px 0;
}
.form .sec01 .inner .form tr th span {
	font-size: 14px;
	font-weight: bold;
	color: #e24343;
	margin: 0 0 0 15px;
}
.form .sec01 .inner .form tr td {
	display: block;
	width: 70%;
	font-size: 16px;
	padding: 20px 0;
}
.form .sec01 .inner .form .ft-txt {
	font-size: 20px;
	margin: 40px 0 30px;
	font-weight: bold;
	color: #e24343;
	text-align: center;
}
.form .sec01 .inner .form .en-txt {
	line-height: 1.5em;
	font-size: 14px;
	margin: 30px 0 0 0;
	padding: 0 0 40px 0;
}
.form .sec01 .inner .form .en-txt a {
	text-decoration: underline;
}
.form .sec01 .inner .form tr td ul li {
	box-sizing: border-box;
	margin: 0 0 0;
	display: inline-block;
	margin: 0 15px 0 0;
}
#name,#yourname,#howold,#flom,#tel,#mail,#mail_kakunin,#gakureki,#shikaku,#results {
	border: none;
	border: 2px solid #dcdcdc;
	height: 36px;
	font-size: 16px;
	width: 340px;
}
#name,#yourname,#results{
	width: 340px;
}
#howold {
	width: 80px;
}
.f-btn {
	width: 540px;
	margin: 40px auto 0;
	position: relative;
}
.f-btn:hover {
	opacity: 0.6;
}
#kakunin {
	border: none;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	line-height:70px;
	height: 70px;
	background: #f66220;
}
textarea {
	border: 2px solid #dcdcdc;
	font-size: 16px;
	resize: vertical;
}

/*--------------------------------------------------
プルダウン
--------------------------------------------------*/
.cp_ipselect {
  overflow: hidden;
  width: 104px;
  margin: 0 0 16px 0;
  text-align: center;
}
.cp_ipselect select {
  width: 104px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl04 {
  position: relative;
  border: 2px solid #dcdcdc;
  border-radius: 5px;
  background: #ffffff;
}
.cp_ipselect.cp_sl04::before {
  display: block;
	content: "";
	position: absolute;
	top: 45%;
	right: 6%;
	 width: 6px;
 height: 6px;
 border-bottom: 2px solid #000;
 border-right: 2px solid #000;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
	pointer-events: none;
}
.cp_ipselect.cp_sl04::after {
  display: block;
	content: "";
	position: absolute;
	top: 30%;
	right: 6%;
	 width: 6px;
 height: 6px;
 border-top: 2px solid #000;
 border-left: 2px solid #000;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
	pointer-events: none;
}
.cp_ipselect.cp_sl04 select {
  padding: 8px 38px 8px 8px;
  color: #000;
}

.cp_ipselect2 {
  overflow: hidden;
  width: 174px;
  margin: 0;
  text-align: center;
}
.cp_ipselect2 select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect2 select::-ms-expand {
  display: none;
}
.cp_ipselect2.cp_sl04 {
  position: relative;
  border: 2px solid #dcdcdc;
  border-radius: 5px;
  background: #ffffff;
}
.cp_ipselect2.cp_sl04::before {
  display: block;
	content: "";
	position: absolute;
	top: 45%;
	right: 6%;
	 width: 6px;
 height: 6px;
 border-bottom: 2px solid #000;
 border-right: 2px solid #000;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
	pointer-events: none;
}
.cp_ipselect2.cp_sl04::after {
  display: block;
	content: "";
	position: absolute;
	top: 30%;
	right: 6%;
	 width: 6px;
 height: 6px;
 border-top: 2px solid #000;
 border-left: 2px solid #000;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
	pointer-events: none;
}
.cp_ipselect2.cp_sl04 select {
  padding: 8px 38px 8px 8px;
  color: #000;
}

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

/*==============================================
  entry
==============================================*/
.form .sec01 .inner {
	width: 100%;
	margin: 25px auto;
}
.form .sec01 .inner .form {
	border-bottom: 2px solid #dcdcdc;
	width: 100%;
}
.form .sec01 .inner .form table {
	width: 100%;
}
.form .sec01 .inner .form tr {
	border-bottom: 2px solid #dcdcdc;
	display: block;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 15px 0;
}
.form .sec01 .inner .form tr th {
	display: block;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	padding: 0;
}
.form .sec01 .inner .form tr th span {
	font-size: 14px;
	font-weight: bold;
	color: #e24343;
	margin: 0 0 0 15px;
}
.form .sec01 .inner .form tr td {
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 5px 0 0 0;
}
.form .sec01 .inner .form .ft-txt {
	font-size: 20px;
	margin: 40px 0 30px;
	font-weight: bold;
	color: #e24343;
	text-align: center;
}
.form .sec01 .inner .form .en-txt {
	line-height: 1.5em;
	font-size: 14px;
	margin: 30px 0 0 0;
	padding: 0 0 40px 0;
}
.form .sec01 .inner .form .en-txt a {
	text-decoration: underline;
}
.form .sec01 .inner .form tr td ul li {
	float: none;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 0;
}
#name,#yourname,#howold,#flom,#tel,#mail,#mail_kakunin,#gakureki,#shikaku {
	border: none;
	border: 2px solid #dcdcdc;
	height: 36px;
	font-size: 16px;
	width: 100%;
}
#name,#yourname{
	width: 100%;
}
#howold {
	width: 80px;
}
.f-btn {
	width: 90%;
	margin: 40px auto 0;
	position: relative;
}
.f-btn:hover {
	opacity: 0.6;
}
#kakunin {
	border: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	line-height:60px;
	height: 60px;
	background: #f66220;
}
	textarea {
		width: 100%;
	}

/*--------------------------------------------------
プルダウン
--------------------------------------------------*/
.cp_ipselect {
  overflow: hidden;
  width: 104px;
  margin: 0 0 10px 0;
  text-align: center;
}
.cp_ipselect select {
  width: 104px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl04 {
  position: relative;
  border: 2px solid #dcdcdc;
  border-radius: 5px;
  background: #ffffff;
}
.cp_ipselect.cp_sl04::before {
  display: block;
	content: "";
	position: absolute;
	top: 45%;
	right: 6%;
	 width: 6px;
 height: 6px;
 border-bottom: 2px solid #000;
 border-right: 2px solid #000;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
	pointer-events: none;
}
.cp_ipselect.cp_sl04::after {
  display: block;
	content: "";
	position: absolute;
	top: 30%;
	right: 6%;
	 width: 6px;
 height: 6px;
 border-top: 2px solid #000;
 border-left: 2px solid #000;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
	pointer-events: none;
}
.cp_ipselect.cp_sl04 select {
  padding: 8px 38px 8px 8px;
  color: #000;
}

.cp_ipselect2 {
  overflow: hidden;
  width: 174px;
  margin: 0;
  text-align: center;
}
.cp_ipselect2 select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect2 select::-ms-expand {
  display: none;
}
.cp_ipselect2.cp_sl04 {
  position: relative;
  border: 2px solid #dcdcdc;
  border-radius: 5px;
  background: #ffffff;
}
.cp_ipselect2.cp_sl04::before {
  display: block;
	content: "";
	position: absolute;
	top: 45%;
	right: 6%;
	 width: 6px;
 height: 6px;
 border-bottom: 2px solid #000;
 border-right: 2px solid #000;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
	pointer-events: none;
}
.cp_ipselect2.cp_sl04::after {
  display: block;
	content: "";
	position: absolute;
	top: 30%;
	right: 6%;
	 width: 6px;
 height: 6px;
 border-top: 2px solid #000;
 border-left: 2px solid #000;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
	pointer-events: none;
}
.cp_ipselect2.cp_sl04 select {
  padding: 8px 38px 8px 8px;
  color: #000;
}
}


/*--------------------------------------------------
  お問い合わせ送信完了ページ
--------------------------------------------------*/
.thanks {
	color: #f66220;
	text-align: center;
	padding: 80px 0;
}
.thanks .c_txt01 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.thanks .c_txt02 {
	font-size: 20px;
	line-height: 1.8em;
}

@media screen and (max-width: 768px) {
	.thanks {
		padding: 40px 0;
	}

	.thanks .c_txt01 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.thanks .c_txt02 {
		font-size: 14px;
	}
}


/*--------------------------------------------------
  2020.04追加
--------------------------------------------------*/
.under .sec04 {
	padding: 60px 0;
	box-sizing: border-box;
}
.under .sec04 .inner {
	width: 900px;
}
.under .sec04 h4 {
    background: #f1f2f3;
    padding: 16px 0;
    margin-bottom: 40px;
	text-align: center;
	font-size: 18px;
}
.schedule_wrp{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	position: relative;
	margin-top: 15px;
}
.schedule_wrp::before{
    content: '';
    position: absolute;
    left: 8px;
    top: 24px;
    width: 1px;
    height: 100%;
    margin: auto;
    background-color: #f66220;
}
.schedule_left{
	width: 18%;
}
.schedule_right{
	width: 80%;
	padding: 0 0 64px;
}
.under .sec04 h5 {
	font-size: 20px;
    color: #f66220;
	margin-bottom: 24px;
}
.schedule_right p.ttl{
	display: inline-block;
	font-weight: bold;
    font-size: 18px;
	text-align: center;
    color: #FFFFFF;
    padding: 2px 0;
	background: #f66220;
	margin-bottom: 1em;
	width: 140px;
}
.under .sec04 h5::before{
	font-family: "Font Awesome 5 Free";
	font-size: 0.9em;
	content: '\f192';
	color: #f66220;
	font-weight: 900;
	margin-right: 1em;
}
.schedule_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 16px;
}
.schedule_box img{
	width: 44%;
}
.schedule_box p{
	width: 52%;
}
.schedule_wrp.last .schedule_right{
	padding-bottom: 0;
}
@media screen and (max-width: 768px) {
	.under .sec04 .inner{
		width: 100%;
	}
	.schedule_left{
		width: 24%;
	}
	.schedule_right{
		width: 72%;
		padding-bottom: 24px;
	}
	.schedule_box{
		display: block;
	}
	.schedule_box img{
		width: 100%;
	}
	.schedule_box p{
		width: 100%;
		margin-top: 1em;
	}
	.under .sec04 h5{
		font-size: 18px;
	}
	.under .sec04 h5::before{
		margin-right: 0.4em;
		font-size: 1em;
	}
	.schedule_right p.ttl{
		padding: 2px 0;
		font-size: 16px;
	}
}
@media screen and (max-width: 320px) {
	.under .sec04 h5{
		font-size: 14px;
	}
	.schedule_wrp::before{
		top: 18px;
	}
}
/*==============================================
  2021.10追加
==============================================*/
p.centered{
	text-align: center;
}
.step{
	list-style-type: none;
	display:table;
	width:100%;
	padding:0;
	margin:0 0 56px;;
	overflow:hidden;
}
.step li{
	display:table-cell;
	position:relative;
	background: #f66220;
	padding: 1em 0.5em 1em 2em;
	color: #fff;
	font-weight: bold;
}
.step li:last-child{
	padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
	display:none;
}
.step li:before,
.step li:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}
.step li:before{
	top:-15px;
	right:-1em;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 40px 0 40px 1em;
	z-index: 10;
}
.step li:after{
	top:-15px;
	right:-.8em;
	border-style: solid;
	border-color: transparent transparent transparent #f66220;
	border-width: 40px 0 40px 1em;
	z-index: 10;
}
@media screen and (max-width: 768px) {
	.step{
		list-style-type: none;
		display:block;
		width:100%;
		padding:0;
		margin:0 0 56px;
		overflow:hidden;
	}
	.step li{
		display: block;
		text-align: center;
		margin-bottom: 1em;
		padding: 1em;
	}
	.step li:before{
		content: none;
	}
	.step li:after{
		content: "";
		position: absolute;
		right: 0;
		top: unset;
		bottom: -10px;
		left: 0;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: #f66220 transparent transparent transparent;
		border-width: 20px 20px 0 20px;
	}
}
h5.sttl {
	display: inline-block;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  color: #FFFFFF;
  padding: 2px 12px;
  background: #f66220;
  margin-bottom: 1em;
  letter-spacing: 1.1px;
  }







