@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#gHeader .logoBox a{
	pointer-events: none;
	user-select: none;
}
/*mainVisual */
.mainVisual {
	background: url(../img/index/bg01.jpg) no-repeat center center / cover;
	position: relative;
	height: 650px;
}
.mainVisual .textImg {
	width:600px;
	height: fit-content;
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.mainVisual .pressImg {
	width:262px;
	position: absolute;
	bottom: 20px;
	right: 5%;
}
@media all and (max-width: 1200px) {
	.mainVisual {
		background: url(../img/index/bg01.jpg) no-repeat center center / cover;
		position: relative;
		height: 60vw;
	}
	.mainVisual .textImg {
		width:60vw;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: auto;
	}
	.mainVisual .pressImg {
		width:20vw;
		height: 20vw;
		position: absolute;
		bottom: 1%;
		right: 1%;
	}
}
@media all and (max-width: 374px) {
	.mainVisual {
		background: url(../img/index/sp_bg01.jpg) no-repeat center center / 100% 100%;
		height: 60vw;
	}
	.mainVisual .pressImg {
		width:25vw;
		height: 25vw;
		position: absolute;
		right: 2%;

		bottom: 10px;
	}
}
/* message */
#main .message{
	background: #f0eded url(../img/index/bg02.jpg) no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: 355px;
	position: relative;
}
#main .message .message_text{
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	line-height: 2.8;
	position: absolute;
	top: 25%;
	left: 50%;
	margin: auto;
	height: 240px;
}
@media all and (max-width: 896px) {
	#main .message{
		background: #f0eded url(../img/index/sp_bg02.jpg) no-repeat;
		background-size: 100%;
		height: 102vw;
	}
	#main .message .message_text{
		font-size: 3vw;
		letter-spacing: 0.075em;
		line-height: 2.8;
		position: static;
		width: 84%;
		height: auto;
		padding-top: 9vw;
	}
}

/* result */
#main .result{
	padding: 100px 0;
}
#main .result h2{
	max-width: 754px;
	width: 80%;
	margin: 0 auto;
}
#main .result .result_img_01{
	max-width: 1000px;
	width: 90%;
	padding-top: 50px;
	margin: auto;
}
#main .result .result_img_02{
	max-width: 865px;
	width: 90%;
	padding-top: 50px;
	margin: auto;
}
@media all and (max-width: 896px) {
	#main .result{
		padding: 50px 0;
	}
	#main .result .result_img_01{
		padding-top: 25px;
	}
	#main .result .result_img_02{
		padding-top: 25px;
	}
}
/* commitment */
#main .commitment{
	padding: 100px 0;
	background-color: #F7F7F7;
	font-weight: 300;
}
#main .commitment .commitment_mttl{
	max-width: 763px;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 42px;
}
#main .commitment .commitment_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .commitment .commitment_list li{
	width: 490px;
	margin-bottom: 22px;
}
#main .commitment .commitment_list li:hover{
	transition: .4s;
	opacity: 0.85;
}
#main .commitment .commitment_block{
	background-color: #FFFFFF;
	padding: 45px 30px;
	margin-top: 50px;
}
#main .commitment .commitment_block .commitment_mttl01{
	width: 100%;
	margin-bottom: 40px;
}
#main .commitment .commitment_block .commitment_sttl01{
	margin-bottom: 50px;
	margin: 0 auto;
	width: 800px;
}
#main .commitment .commitment_block .commitment_stxt{
	display: none;
}
#main .commitment .commitment_block .commitment01_img01{
	display: flex;
	align-items: center;
}
#main .commitment .commitment_block .commitment01_img01 .commitment01_img01_img{
	width: 310px;
}
#main .commitment .commitment_block .commitment01_img01 .commitment01_img01_text{
	flex: 1;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}
#main .commitment .commitment_block .commitment01_img01 .commitment01_img01_text h5{
	font-size: 1.8rem;
	padding-bottom: .5em;
}
#main .commitment .commitment_block .commitment01_img01 .commitment01_img01_text h5 span{
	color: #d71e24;
}
#main .commitment .commitment_block .commitment01_img02{
	max-width: 915px;
	width: 100%;
}
#main .commitment .commitment_block .commitment01_02_box{
	margin-top: 50px;
}
#main .commitment .commitment_block .commitment01_02_box p a,#main .commitment .commitment_block .commitment01_02_box p a:link{
	color: #d71e24;
	text-decoration: underline;
	transition: .4s;
}
#main .commitment .commitment_block .commitment01_02_box p a:visited,#main .commitment .commitment_block .commitment01_02_box p a:active{
	color: #d71e24;
}
#main .commitment .commitment_block .commitment01_02_box p a:hover{
	color: #d71e24;
	text-decoration: none;
	transition: .4s;
}
#main .commitment .commitment_block .commitment01_02_box h5{
	max-width: 585px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
#main .commitment .commitment_block .commitment01_02_box p{
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}
#main .commitment .commitment_block .commitment01_02_box figure{
	margin: 25px auto;
	max-width: 543px;
	width: 90%;
}
#main .commitment .commitment_block .staff_comment{
	padding: 60px 0 0 0;
}
#main .commitment .commitment_block .commitment02_text_01{
	font-weight: 500;
	font-size: 2.4rem;
	text-align: center;
	margin-top: 50px;
	letter-spacing: 0.1em;
}
#main .commitment .commitment_block .commitment02_text_01 span{
	color: #d71e24;
}
#main .commitment .commitment_block .commitment02_text_02{
	font-size: 1.6rem;
	text-align: center;
	margin-top: 15px;
	letter-spacing: 0.1em;
	line-height: 2;
}
#main .commitment .commitment_block .commitment02_img_01{
	max-width: 920px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
#main .commitment .commitment_block .commitment02_img_item{
	width: 48%;
}
#main .commitment .commitment_block .commitment02_sttl02{
	max-width: 740px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
}
#main .commitment .commitment_block .commitment02_text_03,#main .commitment .commitment_block .commitment03_text_03,#main .commitment .commitment_block .commitment04_text_03{
	text-align: center;
	font-size: 1.6rem;
	text-align: center;
	margin-top: 15px;
	letter-spacing: 0.1em;
	line-height: 2;
}
#main .commitment .commitment_block .commitment02_img_02{
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	max-width: 830px;
}
#main .commitment .commitment_block .commitment03_img_02,#main .commitment .commitment_block .commitment04_img_02{
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
#main .commitment .commitment_block .commitment03_sttl02{
	max-width: 750px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
}
#main .commitment .commitment_block .commitment04_img_01{
	max-width: 537px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
@media all and (max-width: 896px) {
	#main .commitment{
		padding: 30px 0;
	}
	#main .commitment .commitment_mttl{
		padding-bottom: 20px;
	}
	#main .commitment .commitment_list{
		flex-direction: column;
	}
	#main .commitment .commitment_list li{
		width: 80%;
		margin-bottom: 10px;
		margin-right: auto;
		margin-left: auto;
	}
	#main .commitment .commitment_block{
		padding: 25px 15px;
		margin-top: 30px;
	}
	#main .commitment .commitment_block .commitment_mttl01{
		margin-bottom: 20px;
	}
	#main .commitment .commitment_block .commitment_sttl01{
		width: 90%;
	}
	#main .commitment .commitment_block .commitment_stxt{
		font-size: 3vw;
		text-align: center;
		padding: 10px 0;
		display: block;
	}
	#main .commitment .commitment_block .commitment01_img01{
		flex-direction: column;
	}
	#main .commitment .commitment_block .commitment01_img01 .commitment01_img01_img{
		width: 80%;
		margin: 0 auto;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	#main .commitment .commitment_block .commitment01_img01 .commitment01_img01_text{
		width: 100%;
		font-size: 3.0vw;
	}
	#main .commitment .commitment_block .commitment01_img01 .commitment01_img01_text h5{
		font-size: 4vw;
		text-align: center;
	}
	#main .commitment .commitment_block .table-scroll{
		overflow-x: scroll;
	}
	#main .commitment .commitment_block .commitment01_img02{
		width: 600px;
		padding: 10px 0;
	}
	#main .commitment .commitment_block .commitment01_img02 p{
		font-size: 3vw;
	}
	#main .commitment .commitment_block .commitment01_02_box p{
		font-size: 3.2vw;
	}
	#main .commitment .commitment_block .commitment01_02_box figure{
		margin: 15px auto;
	}
	#main .commitment .commitment_block .staff_comment{
		padding: 30px 0 0 0;
	}
	#main .commitment .commitment_block .commitment02_text_01{
		font-size: 4vw;
		margin-top: 15px;
	}
	#main .commitment .commitment_block .commitment02_text_02{
		font-size: 3.4vw;
		margin-top: 10px;
		text-align: left;
	}
	#main .commitment .commitment_block .commitment02_img_01{
		margin-top: 20px;
		flex-direction: column;
	}
	#main .commitment .commitment_block .commitment02_img_item{
		margin-bottom: 20px;
		width: 100%;
	}
	#main .commitment .commitment_block .commitment02_sttl02{
		width: 100%;
		margin-top: 25px;
	}
	#main .commitment .commitment_block .commitment03_sttl02{
		width: 100%;
		margin-top: 25px;
	}
	#main .commitment .commitment_block .commitment02_text_03,#main .commitment .commitment_block .commitment03_text_03{
		text-align: center;
		font-size: 3.4vw;
		text-align: center;
		margin-top: 10px;
	}
	#main .commitment .commitment_block .commitment02_img_02,#main .commitment .commitment_block .commitment03_img_02,#main .commitment .commitment_block .commitment04_img_02{
		margin-top: 20px;
		width: 100%;
	}
	#main .commitment .commitment_block .commitment04_img_01{
		margin-top: 20px;
	}
	#main .commitment .commitment_block .commitment04_text_03{
		font-size: 3.4vw;
		letter-spacing: 0;
		margin-top: 10px;
		text-align: left;
	}
}










#main .successBox {
	padding: 108px 0 60px;
	background: url(../img/index/bg09.jpg) no-repeat center center / cover;
}
#main .successBox h2 {
	margin-bottom: 18px;
	width: 656px;
}
#main .successBox .textBox {
	margin-bottom: 60px;
	position: relative;
}
#main .successBox .textBox p {
	margin-bottom: 25px;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.8;
}
#main .successBox .textBox .text {
	margin-bottom: 4px;
	font-size: 1.4rem;
}
#main .successBox .textBox .name {
	margin-bottom: 0;
	width: 219px;
}
#main .successBox .textBox .photo {
	width: 350px;
	position: absolute;
	right: 22px;
    top: -47px;
}
#main .successBox .imgBox {
	padding: 10px 28px 30px;
	position: relative;
	z-index: 1;
	border-radius: 6px;
	background-color: #E8F4FC;
}
#main .successBox .imgBox h3 {
	margin-bottom: 11px;
	color: #143264;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
#main .successBox .imgBox ul {
	margin: -15px -9px 0 -5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main .successBox .imgBox li {
	margin: 15px 9px 0 5px;
	padding: 7px 7px 0;
	width: 225px;
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	font-family: 'Noto Serif JP', serif;
}
#main .successBox .imgBox li .ttl {
	margin-bottom: -15px;
	font-size: 1.8rem;
	font-weight: 700;
}
#main .successBox .imgBox li p {
	text-align: center;
	font-size: 1.9rem;
	font-weight: 900;
}
#main .successBox .imgBox li .txt01 {
	display: flex;
	justify-content: center;
	align-items: center;
}
#main .successBox .imgBox li .txt01 span {
	font-size: 4.8rem;
}
#main .successBox .imgBox li p span {
	color: #ff3c00;
	font-size: 3.7rem;
	font-weight: 900;
}
#main .successBox .imgBox li p small {
	font-size: 1.2rem;
}
#main .successBox .imgBox li p span small {
	font-size: 2.6rem;
}
#main .successBox .imgBox li p span.style {
	color: #143264;
	font-size: 1.9rem;
	text-align: left;
	line-height: 1.2;
}
#main .successBox .imgBox li .txt {
	margin-top: -8px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	font-family: 'Noto Sans JP', sans-serif;
}
#main .successBox .imgBox .liStyle01 {
	width: 215px;
}
#main .successBox .imgBox .liStyle01 .pho {
	margin: 0 auto;
	width: 87px;
}
#main .successBox .imgBox .liStyle02 {
	width: 165px;
}
#main .successBox .imgBox .liStyle02 .pho {
	margin: 0 auto;
	width: 77px;
}
#main .successBox .imgBox .liStyle03 {
	width: 396px;
}
#main .successBox .imgBox .liStyle03 .flexBox {
	display: flex;
	justify-content: space-between;
}
#main .successBox .imgBox .liStyle03 .pho {
	width: 179px;
}
#main .successBox .imgBox .liStyle03 .text {
	margin-top: -5px;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
}
#main .successBox .imgBox .liStyle01,
#main .successBox .imgBox .liStyle02,
#main .successBox .imgBox .liStyle03 {
	padding-bottom: 10px;
}
#main .successBox .imgBox .liStyle01 .ttl,
#main .successBox .imgBox .liStyle02 .ttl,
#main .successBox .imgBox .liStyle03 .ttl {
	margin-bottom: 6px;
}
#main .successBox .imgBox .liStyle02 .txt {
	margin-top: 5px;
	line-height: 1.2;
}
#main .successBox .imgBox .liStyle03 {
	padding: 7px 29px 10px 20px;
}
#main .companyBox {
	padding-top: 60px;
	background-color: #fff;
}
#main .companyBox .logo {
	margin: 0 auto 11px;
	width: 270px;
	margin-bottom: 20px;
}
#main .companyBox h2 {
	margin: 0 auto 29px;
	width: 130px;
}
#main .companyBox ul {
	border-bottom: 1px solid #C8D2DC;
}
#main .companyBox li {
	padding: 11px 3px 12px;
	border-top: 1px solid #C8D2DC;
}
#main .companyBox li .ttl {
	margin-bottom: 1px!important;
	font-size: 1.6rem;
	font-weight: 700;
}
#main .companyBox li p {
	line-height: 1.35;
	letter-spacing: 0.04em;
}
#main .companyBox li p:not(:last-child) {
	margin-bottom: 10px;
}
.popBox {
	display: none;
	max-width: 700px;
	width: 100%;
	box-sizing: border-box;
}
.popBox iframe {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

 /* -----------------------------------------
  banner
----------------------------------------- */

#fixed_banner {
	display: none;
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
	z-index: 9999;
  }
  
  #fixed_banner .cv {
	position: relative;
	width: 100%;
	padding: 20px 0 10px 0;
	background:url(../img/index/floatbg.png);
	background-size: 25px;
	left:0;
	-webkit-transition:bottom 300ms;
	-moz-transition:bottom 300ms;
	-ms-transition:bottom 300ms;
	-o-transition:bottom 300ms;
	transition:bottom 300ms;
  }
  
  #fixed_banner .cv p{
	color: #ffffff;
	font-weight: bold;
  }
  #fixed_banner .cv .float_bnr{
	max-width: 560px;
	margin: 0 auto;
	width: 85%;
  }
  @media screen and (max-width: 896px) {
	.fixed_banner {
	  width: 100%;
	  position: fixed;
	  bottom: 0;
	  right: 0;
	  z-index: 9999;
  }
	#fixed_banner .cv {
	  padding: 2% 0 1% 0;
	}
}

#banner {
	text-align: center;
  }
  #banner .cv {
	position: relative;
	width: 100%;
	padding: 20px 0 10px 0;
	background:url(../img/index/floatbg.png);
	background-size: 25px;
	left:0;
	-webkit-transition:bottom 300ms;
	-moz-transition:bottom 300ms;
	-ms-transition:bottom 300ms;
	-o-transition:bottom 300ms;
	transition:bottom 300ms;
  }
  
  #banner .cv p{
	color: #ffffff;
	font-weight: bold;
  }
  #banner .cv .float_bnr{
	max-width: 560px;
	margin: 0 auto;
	width: 85%;
  }
  @media screen and (max-width: 896px) {
	.banner {
	  width: 100%;
	  position: fixed;
	  bottom: 0;
	  right: 0;
	  z-index: 9999;
  }
	#banner .cv {
	  padding: 2% 0 1% 0;
	}
}

@media all and (max-width: 896px) {
	 img {
		width: 100%;
	}
	#main .successBox {
		padding: 48px 0 40px;
		background-image: url(../img/index/sp_bg09.png);
	}
	#main .successBox h2 {
		margin: 0 auto 16px;
		max-width: 220px;
	}
	#main .successBox .textBox {
		margin-bottom: 28px;
	}
	#main .successBox .textBox p {
		margin-bottom: 88px;
		text-align: center;
		line-height: 1.62;
	}
	#main .successBox .textBox .text {
		margin: 0 0 6px 7px;
		text-align: left;
		position: relative;
		z-index: 1;
	}
	#main .successBox .textBox .name {
		margin-left: 7px;
		position: relative;
		z-index: 1;
	}
	#main .successBox .textBox .photo {
		width: 179px;
    	bottom: -88px;
		top: auto;
		right: -10px;
	}
	#main .successBox .imgBox {
		padding: 7px 10px 10px;
	}
	#main .successBox .imgBox h3 {
		margin-bottom: 7px;
		font-size: 1.9rem;
	}
	#main .successBox .imgBox ul {
		margin: -5px auto 0;
		justify-content: space-between;
	}
	#main .successBox .imgBox li {
		margin: 5px 0 0;
		padding: 6px 7px 5px;
		width: calc((100% - 5px) /2);
	}
	#main .successBox .imgBox li p {
		margin-right: -5px;
	}
	#main .successBox .imgBox li .txt01 {
		line-height: 1;
	}
	#main .successBox .imgBox li .ttl {
		font-size: 1.4rem;
	}
	#main .successBox .imgBox .liStyle04 .ttl {
		margin-bottom: 0;
	}
	#main .successBox .imgBox .liStyle01,
	#main .successBox .imgBox .liStyle02 {
		width: calc((100% - 5px) /2);
	}
	#main .successBox .imgBox .liStyle01,
	#main .successBox .imgBox .liStyle02,
	#main .successBox .imgBox .liStyle03 {
		padding-bottom: 4px;
	}
	#main .successBox .imgBox .liStyle03 {
		padding-bottom: 13px;
		width: 100%;
	}
	#main .successBox .imgBox .liStyle03 .pho {
		width: 129px;
	}
	#main .successBox .imgBox .liStyle03 .text {
		width: calc(100% - 135px);
		line-height: 1.41;
	}
	#main .companyBox {
		padding-top: 30px;
	}
	#main .companyBox .content {
		padding: 0 20px;
	}
	#main .companyBox h2 {
		margin-bottom: 18px;
	}
	#main .companyBox li p {
		font-size: 1.4rem;
	}
	#main .companyBox li {
		padding-bottom: 13px;
	}
	#main .companyBox li .text {
		font-feature-settings: "palt";
-ms-font-feature-settings: "palt";
-moz-font-feature-setting: "palt";
	}

}
@media all and (max-width: 374px) {
	#main .successBox .textBox p {
		font-size: 1.4rem;
	}
	#main .successBox .imgBox li {
		padding: 6px 3px 5px;
	}
	#main .successBox .imgBox li p {
		margin-right: 0;
		font-size: 1.4rem;
	}
	#main .successBox .imgBox li .ttl {
		margin-bottom: -12px;
		font-size: 1.3rem;
	}
	#main .successBox .imgBox .liStyle02 .txt {
		font-size: 0.8rem;
	}
	#main .successBox .imgBox li .txt {
		margin-top: -2px;
	}
	#main .successBox .imgBox li .txt01 span {
		font-size: 4rem;
	}
	#main .successBox .imgBox li p span {
		font-size: 3rem;
	}
	#main .successBox .imgBox li p span small {
		font-size: 2.2rem;
	}
	#main .successBox .imgBox .liStyle03 {
		padding: 7px 20px 10px;
	}
	#main .successBox .imgBox .liStyle03 .pho {
		width: 104px;
	}
	#main .successBox .imgBox .liStyle03 .text {
		width: calc(100% - 110px);
		font-size: 1rem;
	}
}
/* support */

#main .support_wrap{
	max-width: 1000px;
	width: 92%;
	margin: 100px auto;
	padding: 50px 0;
	background-image: url("../img/index/support_bg_01_pc.png"), url("../img/index/support_bg_02_pc.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top,left bottom;
}
#main .support_wrap .support-heading{
	max-width: 800px;
	width: 90%;
	margin: 0 auto 35px;
}
#main .support_wrap .support-text{
	text-align: center;
	font-size: 2.6rem;
	color: #024c9b;
	font-weight: 500;
}
#main .support_wrap .movie_wrap{
	max-width: 690px;
	width: 85%;
	margin: 35px auto;
}
#main .support_wrap .movie_wrap .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
}
#main .support_wrap .movie_wrap .movie iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#main .support_wrap .support-stit{
	max-width: 250px;
	width: 60%;
	margin: 50px auto 20px;
}
#main .support_wrap .support-copy{
	max-width: 690px;
	width: 85%;
	margin: 0 auto;
}

@media all and (max-width: 750px){
	#main .support_wrap{
		width: 92%;
		margin: 50px auto;
		padding: 50px 0;
		background-image: url("../img/index/support_bg_01_sp.png"), url("../img/index/support_bg_02_sp.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: left top,left bottom;
	}
	#main .support_wrap .support-heading{
		width: 90%;
		margin: 0 auto 25px;
	}
	#main .support_wrap .support-text{
		text-align: center;
		font-size: 2.0rem;
	}
	#main .support_wrap .movie_wrap{
		width: 100%;
		margin: 25px auto;
	}
	#main .support_wrap .support-stit{
		margin: 30px auto 10px;
	}
	#main .support_wrap .support-copy{
		width: 100%;
		margin: 0 auto;
	}
}