@charset "UTF-8";

body{
	background: rgb(var(--color_11));
}
.sp{display:none;}

.mgb-small{margin:0 0 1em}
.mgb-during{margin:0 0 2em}
.mgb-big{margin:0 0 4em}

.ft-small{font-size:1em}
.ft-during{font-size:2em}
.ft-big{font-size:4em}

.ta-c{text-align:center;}

@media screen and (max-width:768px) {
.pc{display:none;}
.sp{display:block;}
img{width:100%; height:auto;}
.mgb-small{margin:0 0 .6em}
.mgb-during{margin:0 0 1em}
.mgb-big{margin:0 0 2em}
.ft-small{font-size:.8em}
.ft-during{font-size:1em}
.ft-big{font-size:1.2em}
}
#wrapper{
	position:relative;
}
#main__wrapper{
	margin:0 0 6em;
	padding:8em 0 0;
}
.contents__wide{
	width:1240px;
	margin:0 auto;
}
.contents__wrapper{
	width:980px;
	margin:0 auto;
	padding:0 8em;
}
.contents__wrapper{
	width:980px;
	margin:0 auto;
	padding:0 8em;
}
.contents__wrapper--box{
	padding:0 8em 4em;
	min-width:980px;
}
#footer__wrapper{
	min-width:980px;
}
@media screen and (max-width:768px) {
#main__wrapper{
	margin:0 0 4em;
	padding:4em 0 0;
}
.contents__wide{
	width:100%;
}
.contents__wrapper{
	width:100%;
	padding:0;
}
.contents__wrapper--box{
	padding:0;
	min-width:100%;
}
#footer__wrapper{
	min-width:100%;
}
}

#header__wrapper{
	background: #5b2f2c;
	padding:1em;
	width:100%;
	z-index:9999;
}
.header__wrapper--item{
	width:980px;
	margin:0 auto;
	position:relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__wrapper--logo img{
	width:60%;
	height:auto;
}
.header__wrapper--menu{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2.8em 0;
}
.header__wrapper--menu ul li{
	cursor: pointer;
	display: var(--display);
	font: normal normal normal 18px/1.79em matisse,'ms mincho','ヒラギノ明朝 pro w3','hiragino mincho pro',serif;
}
.header__wrapper--menu ul li a[data-state=selected]{
	color:rgb(var(--color_14)) !important;
	transition:var(--trans,color .4s ease 0s);
}
.header__wrapper--menu ul li a{
	color: rgb(var(--color_36));
	display: inline-block;
	padding: 0 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
}
.header__wrapper--menu ul li a:hover{
	color: rgb(254,243,83,1);
}
.header__wrapper--info{
	width:240px;
	padding: 2em 0;
}
.header__wrapper--info a{
	font: normal normal normal 18px/1.79em matisse,'ms mincho','ヒラギノ明朝 pro w3','hiragino mincho pro',serif;
	color: rgb(var(--color_36));
	display: inline-block;
	padding: .4em;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
	align-items: center;
    display: flex;
	justify-content: center;
	border: 1px solid #FFFFFF;
	cursor: pointer;
}
.header__wrapper--info a svg{
	width:15px;
	height:15px;
	fill: rgb(var(--color_36));
	margin:0 0 0 10px;
}
.header__wrapper--info a:hover{
	opacity:.8;
}

@media screen and (max-width:768px) {
#header__wrapper{
	padding:0;
	padding:1.4em 0;
	margin:0 0;
}
.header__wrapper--item{
	width:100%;
}
.header__wrapper--logo{
	padding:0 1em;
}
.header__wrapper--logo img{
	width:100%;
}
.header__wrapper--info{
	padding:0 1em;
}
.header__wrapper--info a{
	font: normal normal normal 14px/1.79em matisse,'ms mincho','ヒラギノ明朝 pro w3','hiragino mincho pro',serif;
}
.header__wrapper--menu{
	position:fixed;
	z-index: -1;
	opacity: 0;
	top:0;
	width:92%;
	margin:0 4%;
	transition: all 0.3s;
	padding:6em 0;
	align-items: center;
}
#g-nav.panelactive{
	opacity: 1;
	z-index:999;
}
.header__wrapper--menu ul {
	display: none;
	position: absolute;
	z-index: 999;
}
.header__wrapper--menu.panelactive ul {
	display: block;
	width: 100%;
}
.header__wrapper--menu ul li{
	list-style: none;
	text-align: center; 
	font: var(--fnt,var(--font_7));
}
.header__wrapper--menu ul li a{
	color: rgb(var(--color_36));;
	text-decoration: none;
	padding:28px;
	display: block;
	background: #5b2f2c;
}
.header__wrapper--menu ul li a:hover{
	opacity:10;
}
.header__wrapper--menu ul li a[data-state=selected]{
	color:#333 !important;
}
.openbtn__box{
	border: 1px solid #fff;
    padding: 20px;
    margin: 10px;
}
.openbtn__box.box_active{
	border:0;
}
.openbtn{
	position: absolute;
	z-index: 9999;
	top:20px;
	right: 20px;
	cursor: pointer;
	width: 22px;
	height:24px;
} 
.openbtn span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	height: 2px;
	border-radius: 2px;
	background: #fff;
	width: 100%;
  }

.openbtn span:nth-of-type(1) {top:0;}
.openbtn span:nth-of-type(2) {top:9px;}
.openbtn span:nth-of-type(3) {top:18px;}

.openbtn.active span:nth-of-type(1) {
	top: 0px;
	left: 0px;
	transform: translateY(6px) rotate(-45deg);
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
	top: 12px;
	left: 0px;
	transform: translateY(-6px) rotate(45deg);
}
.openbtn.active span{
	background: rgb(var(--color_15));
}

}

/** footer **/
#footer__wrapper{
	background: #5b2f2c;
	padding:4em 0;
}
.footer__wrapper--menu{
	display: flex;
	justify-content: center;
	margin: 0 auto 4em;
}
.footer__wrapper--menu__item{
	width:25%;
	position:relative;
}
.footer__wrapper--menu__item p{
	color:rgb(var(--color_36));
}
.footer__wrapper--logo{
	font-size:4em;
	margin: 0 0 1.4em;
    line-height: 1;
}
.footer__wrapper--menu__item ul{
	padding: 1em 2em;
}
.footer__wrapper--menu__item--line:before{
	content:"";
	display:inline-block;
	width:2px;
	height:140px;
	background-color:rgb(var(--color_36));
	position:absolute;
	top:-2px;
	left:-5px;
}
.footer__wrapper--menu__item ul li a{
	text-decoration:underline;
	color:rgb(var(--color_36));
}
.footer__wrapper--menu__item ul li a:hover{
	text-decoration:none;
}
.footer__wrapper--disclaimer{
	width:700px;
	margin: 0 auto;
}
.copyright{
	text-align:right;
	padding:6em 0 0;
}
.lp__footer--menu{
	display: flex;
	justify-content: center;
	margin: 0 auto 4em;
}
.lp__footer--menu li a{
	text-decoration:underline;
	color:rgb(var(--color_36));
	margin:0 10px;
}
.lp__footer--menu li a:hover{
	text-decoration:none;
}


@media screen and (max-width:768px) {
#footer__wrapper{
	padding:2em 1em;
	min-width: auto;
}
.footer__wrapper--menu{
	display:block;
}
.footer__wrapper--menu__item{
	width:auto;
}
.footer__wrapper--menu__item p{
	text-align:center;
}
.footer__wrapper--logo{
	margin: 0 2em 0.4em;
    font-size: 3em;
}
.footer__wrapper--address{
	margin:0 0 2em;
}
.footer__wrapper--menu__item--line:before{
	display:none;
}
.footer__wrapper--menu__item--line{
	padding:0 1em !important;
}
.footer__wrapper--disclaimer{
	width:auto;
}
.copyright{
	text-align:center;
	padding:2em 0 0;
	font-size: 1.2em;
}
.lp__footer--menu{
	display: block;
}

}

/** home **/
.home__contents{
	opacity:0;
	height:auto;
}
.home__contents .font-01{
	font-size:3em;
}
.home__contents .font-02{
	font-size:5em;
}
.home__contents .font-03{
	font-size:1.4em;
}
.home__contents .font-04{
	font-size:1.4em;
	background-image:linear-gradient(transparent 80%, rgb(0,62,112,.6) 0%);
}
.home__contents .font-05{
	font-size:4.2em;
}
@media screen and (max-width:768px) {
.home__contents{
	margin:0 1em;
}
.home__contents .font-01{
	font-size:1.3em;
}
.home__contents .font-02{
	font-size:1.5em;
}
.home__contents .font-05{
	font-size:1.4em;
}
}
.home__contents2{
	position:relative;
}
.increase__rate{
	position: absolute;
    left: 70px;
    top: -4px;
	transform: rotate(0deg);
	opacity: 0;
}

.home__contents2__item{
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin: 0 0 8em;
}
@media screen and (max-width:768px) {
.increase__rate{
	width:60%;
	left: inherit;
    right: 10px;
    z-index: -1;
    top: -48px;
}
.home__contents2__item{
	margin:5em 0 2em;
	position:relative;
	height: 180px;
}
.home__contents2__item--phone{
	position:absolute;
	width: 32%;
    left: 10px;
    top: -16px;
}
.home__contents2__item--human{
	position:absolute;
	width: 70%;
    right: 0;
    bottom: 0;
}

}
.home__contents3{
	position:relative;
	height: 260px;
}
.home__contents3--text{
	text-align:center;
	font-family: メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;
	color: #FF4040;
	font-size:7em;
	font-weight:700;
}
.home__contents3--img{
	position: absolute;
    top: -50px;
    z-index: -1;
}
@media screen and (max-width:768px) {
.home__contents3{
	height:90px;
}
.home__contents3--text{
	font-size:2em;
}
.home__contents3--img{
	top:-20px;
}
}
.home__contents4{
	margin:0 0 8em;
}
.home__contents4 ul{
	display: flex;
	justify-content: space-between;
}
.home__contents4 ul li{
	width:28%;
	padding: 1.4em;
	border-radius:6px;
	background: rgb(196,194,186,0.22);
	box-shadow:0 1px 4px rgba(0,0,0,.6);
	position:relative;
	height:240px;
}
.home__contents4--voice__heading{
	font-size:2em;
	font-weight:700;
	border-bottom:2px solid #000;
	margin:0 0 1em;
}
.home__contents4--voice__comment{
	margin:0 0 2em;
}
.home__contents4--voice__age{
	position:absolute;
	right:20px;
	bottom:20px;
}
@media screen and (max-width:768px) {
.home__contents4{
	margin:0 1em 4em;
}
.home__contents4 ul{
	display:block;
}
.home__contents4 ul li{
	width:auto;
	margin:0 0 2em;
}
}
.home__contents5{
	background:rgb(186, 186, 186);
	padding:4em 0 0;
}
.home__contents5--text{
	text-align:center;
	font-size:6em;
	color: rgb(var(--color_27));
}
.home__contents5--text__data{
	position:relative;
}
.home__contents5--img{
	text-align:center;
}
.home__contents5--img img{
	width:100%;
	height:auto;
}
.home__contents5--text__data ul{
	position: absolute;
	bottom: 40px;
	width:650px;
	left: 200px;
}
.home__contents5--text__data li{
	color:rgb(var(--color_36));
	font-size:3em;
	font-weight:700;
	margin: 0 0 1em;
}
@media screen and (max-width:768px) {
.home__contents5--text{
	font-size: 2.4em;
}
.home__contents5--text__data ul{
	width:auto;
	left: 20px;
}
.home__contents5--text__data li{
	font-size: 1.4em;
}
}

.home__contents6{
	margin:0 0 8em;
}
.home__contents6--arrow{
	text-align: center;
	position:relative;
	height:90px;
}
.home__contents6--arrow svg{
	fill:rgb(var(--color_27));
	width:620px;
	height:150px;
	transform: scaleY(-1);
	position: absolute;
    left: 0;
    right: 0;
	top:-2em;
    margin: auto;
}
.home__contents6--arrow span{
	position: absolute;
    left: 0;
    right: 0;
	font-size:4em;
}
.home__contents6--box{
	display: flex;
	justify-content: center;
	align-items: center;
	margin:0 0 2em;
}
.home__contents6--box__text p{
	font-size:7em;
	text-align:center;
	margin:0 1em;
	line-height: 1.4;
}
.home__contents6--box__text p span{
	font-size:1.2em;
}
.home__contents6--point h2{
	font-size:7em;
	text-align:center;
	margin:0 0 .6em;
	line-height: 1;
}
.home__contents6--point h2 span{
	font-size:2em;
}
.home__contents6--point ul{
	display: flex;
	align-items: center;
	margin:0 4em 2em;
}
.home__contents6--point ul li svg{
	width:95px;
	height:62px;
	margin:0 1em 0 0;
}
.home__contents6--point ul li{
	font-size:4.4em;
}
.home__contents6--point ul li span{
	font-size:1.4em;
}
@media screen and (max-width:768px) {
.home__contents6{
	margin:0 1em 4em;
}
.home__contents6--arrow{
	height:40px;
}
.home__contents6--arrow svg{
	width:280px;
	height:68px;
}
.home__contents6--arrow span{
	font-size:2em;
	top: -8px;
}
.home__contents6--box__img{
	width:40%;
}
.home__contents6--box__text p{
	font-size:2em;
	margin: 0 0 0 1em;
}
.home__contents6--point h2{
	font-size: 3em;
}
.home__contents6--point ul{
	margin:0 0 2em;
}
.home__contents6--point ul li svg{
	width:22px;
	height:14px;
}
.home__contents6--point ul li{
	font-size:1.4em;
}
}
.home__contents7 h2{
	font-size:6em;
	text-align:center;
	margin:0 0 1em;
}
.home__contents7--faq{
	margin:0 12em 2em;
}
.home__contents7--faq ul{
	display: flex;
}
.home__contents7--faq ul li{
	font-size: 2.4em;
    line-height: 1.4;
	margin:0 0 1em;
}
.home__contents7--faq ul li:first-child{
	margin-right:1em;
}
@media screen and (max-width:768px) {
.home__contents7{
	margin:0 1em;
}
.home__contents7 h2{
	font-size: 3em;
}
.home__contents7--faq{
	margin:0 0 1em;
}
.home__contents7--faq ul li{
	font-size: 1em;
}
}

/** terms **/
.terms__heading{
	background: url(../images/111_custom.png);
	background-size: cover;
	padding:1.4em 0;
	color:rgb(var(--color_36));
	text-align:center;
	font-size: 3em;
	margin:0 0 2em;
	position:relative;
}
.terms__contents{
	width:768px;
	margin:0 auto;
}
@media screen and (max-width:768px) {
.terms__heading{
	font-size: 2em;
}
.terms__contents{
	width:auto;
	margin:0 1em;
}
}
/** company **/
.company__contents{
	padding:0 20em;
}
.company__contents ul{
	display: flex;
	justify-content: center;
}
.company__contents ul li{
	font-size:1.2em;
}
.company__item{width:30%;}
.company__detail{width:70%;}
@media screen and (max-width:768px) {
.company__contents{
	padding:0 1em;
}
.company__contents ul{
	display: block;
}
.company__item{width:auto;}
.company__detail{width:auto;}
}
/** csr **/
.csr__heading{
	font-size:4em;
	margin:0 0 1em;
}
.csr__subheading{
	font-size:2em;
	margin:0 0 2em;
}
.csr__subcomment{
	margin:0 0 4em;
}
.csr__contents{
	width:640px;
	margin: 0 auto 2em;
}
.csr__item--heading{
	background: url(../images/csr_001_custom.jpg) no-repeat center top;
	padding: 2em 0;
    font-size: 2em;
    margin: 0 0 2em;
}
.csr__item--img{
	display: flex;
	justify-content: center;
	margin:0 0 8em;
}
.csr__item--img li{
	margin:0 2em;
}
.banner__img{
	margin:0 80px;
}

@media screen and (max-width:768px) {
.csr__heading{
	font-size:2em;
	margin:0 1em 1em;
}
.csr__subheading{
	font-size:1.8em;
	margin:0 1em 2em;
}
.csr__subcomment{
	margin:0 1em 2em;
}
.csr__contents{
	width: auto;
	margin: 0 1em 2em;
}
.csr__subcontents{
	margin: 0 1em 2em;
}
.csr__item--img{
	display:block;
	margin:0 0 4em;
}
.csr__item--img li,
.csr__lastimg {
    margin: 0 4em 1em;
}
.banner__img{
	margin:0 1em;
}

}
/** staff **/
.staff__subcomment{
	margin:0 1em 2em;
	font-size:2em;
}
.staff__item{
	margin:0 6em;
}
.staff__item ul{
	margin:0 0 4em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.staff__item--comment{
	width:600px;
}
.staff__item--comment p span{
	margin:0 2em;
	font-size: .8em;
}
@media screen and (max-width:768px) {
.staff__item{
	margin:0 1em;
}
.staff__item ul{
	display:block;
}
.staff__item--img{
	margin:0 6em 1em;
}
.staff__item--comment{
	width:auto;
}

}
/** thoughts **/
.thoughts__item--img{
	margin:0 8em;
}
.thoughts__item{
	margin:0 8em;
}
.thoughts__item--box{
	margin:0 0 4em;
	display: flex;
	justify-content: space-between;
}
.thoughts__item--box__result,
.thoughts__item--box__comment{
	width:48%;
}
.thoughts__item--box__result--code{
	background:rgb(51,51,49,1);
	color:rgb(var(--color_36));
	padding: 8px 0;
}
.thoughts__item--box__result ul{
	display: flex;
	align-items: center;
	border-bottom:1px solid rgb(244,244,244,1);
}
.thoughts__item--box__result ul li{
	padding: 8px;
}
.thoughts__item--box__result ul .code_1{
	width:30%;
}
.thoughts__item--box__result ul .code_2,
.thoughts__item--box__result ul .code_3{
	width:70%;
}
.thoughts__item--box__result ul .code_3{
	color:rgb(106,76,0,1);
	font-size:3em;
	font-weight: 700;
	line-height: 1.2;
}
.thoughts__item--box__comment{
	background:rgb(245,245,235,1);
}
.thoughts__item--box__comment .name{
	display: flex;
	align-items: center;
	padding: 1em;
}
.thoughts__item--box__comment .name .icon{
	margin-right:1em;
}
.thoughts__item--box__comment .name .member{
	font-size:1.2em;
}
.thoughts__item--box__comment .text{
	padding:0 1em;
}
@media screen and (max-width:768px) {
.thoughts__item--img{
	margin:0 1em;
}
.thoughts__item{
	margin:0 1em;
}
.thoughts__item--box{
	display:block;
}
.thoughts__item--box__result,
.thoughts__item--box__comment{
	width:auto;
}
.thoughts__item--box__result ul .code_3{
	font-size:2em;
}
.thoughts__item--box__comment .text{
	padding:0 1em 1em;
}

}
/** info **/
.info__contents{
	margin:0 8em 4em;
}
.info__item--form{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.info__item--form .input_1{
	width:40%;
}
.info__item--form .input_2{
	width:50%;
}
.info__item--text{
	margin:2em 2em 4em;
}
.info__item--text textarea{
	height:200px;
}
.info__item--form .input_1 label,
.info__item--form .input_2 label,
.info__item--text label{
	display:block;
	color:#5b2f2c;
}
.info__item--form .input_1 input ,
.info__item--form .input_2 input,
.info__item--text textarea {
    border-bottom: 2px solid #5b2f2c;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    min-height: 44px;
    margin: 0 0 0.8em;
    background: rgb(var(--color_11));
    font: var(--font_8);
    font-family: futura-lt-w01-book,futura-lt-w05-book,sans-serif;
    padding: 0 0.8em;
    font-size: 1.6em;
}
.info__item--form .input_1 input:focus,
.info__item--form .input_2 input:focus,
.info__item--text textarea:focus{
	outline:0;
	background: rgb(var(--color_36));
}
.info__item--button{
    background: #5b2f2c;
    color: rgb(var(--color_36));
    border: 2px solid #5b2f2c;
    cursor: pointer;
    display: block;
    width: 540px;
	margin: 0 auto;
    text-align: center;
    padding: 0.4em;
    font-size: 1.6em;
    transition: var(--trans1,border-color .4s ease 0s,background-color .4s ease 0s);
    border-radius: 20px;
}
.info__item--button:hover{
	background: rgb(var(--color_36));
	color: #5b2f2c;
}
.info__contents--link{
	margin:0 8em;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.info__contents--link__item{
	position:relative;
}
.info__contents--link__item--img a:hover{
	opacity:.8;
}
.info__contents--link__item .text__link{
	position:absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.info__contents--link__item .text__link a{
	color: rgb(var(--color_36));
	font-size:1.4em;
	text-decoration:underline;
}
@media screen and (max-width:768px) {
.info__contents{
	margin:0 1em 4em;
}
.info__item--form{
	display:block;
}
.info__item--form .input_1,
.info__item--form .input_2{
	width:auto;
}
.info__item--text{
	margin:0 0 4em;
}
.info__item--button{
	width:100%;
}
.info__contents--link{
	margin:0 1em;
	display:block;
}
.info__contents--link__item{
	margin:0 0 1em;
}
.info__contents--link__item .text__link a{
	font-size:1em;
}

}
/** report **/
.report__contents{
	margin:0 8em 4em;
}
.report__contents--item{
	display: flex;
	align-items: center;
	justify-content: start;
	margin:0 0 2em;
}
.report__contents--item .img{
	margin-right:2em;
}
.report__heading{
	font-size:3em;
}
.report__date{
	margin:0 0 1em;
}
.report__subheading{
	font-size:2em;
	margin:0 0 2em;
}
.report__contents p{
	margin:0 0 2em;
}

@media screen and (max-width:768px) {
.report__contents{
	margin:0 1em 4em;
}
.report__contents--item{
	display:block;
}
.report__contents--item .img{
	margin:0 8em 2em;
}
.report__subheading{
	font-size:2em;
	margin:0 1em 2em;
}
}

.reception__domain{
	font-size:2em;
	color:#5b2f2c;
	font-weight:700;
	margin: 0 0 2em;
}
.reception__domain span{
	font-size:2em;
	font-weight:700;
}
.reception__contents{
    padding: 0 20em;
	margin:0 0 8em;
}
.reception__contents ul{
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.reception__img{
	width:24%;
	text-align: center;
}
.reception__detail{
	width:70%;
	text-align: center;
}
@media screen and (max-width:768px) {
.reception__contents{
	padding:0;
	margin:0 1em 4em;
}
.reception__contents ul{
	display:block;
}
.reception__img,
.reception__detail{
	width:auto;
}
.reception__img{
	margin:0 36%;
}
}

/** guide **/
.guide__heading{
	font-size: 2.4em;
    margin: 0 0 2em;
}
.guide__contents{
	padding: 0 20em;
	margin:0 0 12em;
}
.guide__contents ul{
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.guide__link{
	width:30%;
	text-align: center;
	background:#5b2f2c;
	padding:1em 0;
}
.guide__link a{
	color:rgb(var(--color_36));
	font-size:1.2em;
	font-weight:700;
	text-decoration:underline;
}
.guide__link a:hover{
	text-decoration:none;
}
.guide__img{
	width:30%;
}
.guide__img img{
	width:100%;
	height:auto;
}
.guide__detail{
	width:66%;
}
.guide__detail a{
	color:rgb(var(--color_14));
	text-decoration:underline;
}
.guide__detail--subheading{
	font-size: 1.6em;
}
.guide__contents2{
	padding: 0 20em;
}
.guide__contents2 ul{
	display: flex;
    justify-content: space-between;
	align-items: center;
	margin:0 0 4em;
}
@media screen and (max-width:768px) {
.guide__heading{
	font-size:1.8em;
	margin:0 1em 2em;
}
.guide__contents,
.guide__contents2{
	padding:0;
	margin:0 1em 4em;
}
.guide__contents ul,
.guide__contents2 ul{
	display:block;
	margin:0 0 1em;
}
.guide__link,
.guide__img,
.guide__detail{
	width:auto;
}
.guide__link{
	margin:0 0 1em;
}
.guide__img{
	margin:0 10% 1em;
}
.guide__detail--subheading{
	font-size:1.4em;
}
}

/** interview **/
.interview__heading{
	margin:0 0 2em;
	text-align:center;
}
.interview__subheading{
	font-size: 3em;
    margin: 0 0 1em;
}
.interview__contents{
	margin:0 4em 6em;
}
.interview__comment--heading{
	font-size: 2.6em;
    margin: 0 0 1em;
}
.interview__comment--item ul{
	display: flex;
    justify-content: space-between;
	align-items: center;
	margin:0 0 4em;
}
.interview__comment--item .profile .profile__img{
	width:240px;
	margin:0 4em 0 0;
}
.interview__comment--item .profile .profile__text{
	font-size:2em;
}
.interview__comment--item .profile .profile__text span{
	font-size:2em;
	font-weight:700;
}
.interview__comment--item .status .status__text{
	margin:0 2em 0 0;
}
.interview__comment--item .comment .comment__text{
	margin:0 2em 0 0;
}
.interview__comment--item .comment .comment__text .title{
	margin:0 0 1em;
	font-size:1.6em;
}
@media screen and (max-width:768px) {
.interview__wrapper {
    margin: 0 1em 1em;
}
.interview__subheading{
	font-size: 2em;
}
.interview__contents {
    margin: 0 1em 4em;
}
.interview__comment--heading{
	font-size: 1.8em;
}
.interview__comment--item ul{
	display:block;
}
.interview__comment--item .profile .profile__img{
	width:auto;
	margin:0 20% 2em;
}
.interview__comment--item .profile .profile__text span{
	font-size:1.4em;
}
.interview__comment--item .status .status__text,
.interview__comment--item .comment .comment__text{
	margin:0 0 2em;
}

}
/** structure **/
.structure__heading{
	background: url(../images/structure_001.jpg);
    background-size: cover;
    padding: 1.4em 0;
    color: rgb(var(--color_36));
    text-align: center;
    font-size: 3em;
    margin: 0 0 2em;
    position: relative;
}
.structure__contents{
	margin:0 4em 6em;
}
.structure__contents h3{
	font-size: 2.8em;
    margin: 0 0 2em;
}
.structure__contents--box{
	display: flex;
    justify-content: space-between;
	align-items: center;
	margin:0 0 4em;
}
.structure__contents--box__img{
	margin:0 2em 0 0;
}
.structure__contents--root{
	margin:0 0 4em;
}
.structure__contents--root h3{
	font-size: 2.8em;
    margin: 0 0 1em;
}
.structure__contents--root ul{
	display: flex;
    justify-content: space-between;
	margin:0 0 2em;
}
.structure__contents--root ul li{
	margin:0 1em;
}
.structure__contents--root ul .root__img{
	margin:0 0 1em;
}
.structure__contents--root ul .root__img img{
	width:430px;
	height:auto;
}
.structure__contents--root ul .root__title{
	font-size:2.2em;
	font-weight:700;
	text-align:center;
}
.structure__contents--root ul .root__code{
	font-size:2.2em;
	font-weight:700;
}
.structure__contents .root__text{
	font-size: 2.6em;
    margin: 0 0 4em;
}

@media screen and (max-width:768px) {
.structure__heading{
	font-size:2em;
	padding:.6em 0;
	margin:0 0 1em;
}
.structure__contents {
    margin: 0 1em 2em;
}
.structure__contents h3{
	font-size:2em;
}
.structure__contents--box{
	display:block;
}
.structure__contents--box__img{
	margin:0 0 1em;
}
.structure__contents--root ul{
	display:block;
	margin:0 0 1em;
}
.structure__contents--root ul li{
	margin:0 0 1em;
}
.structure__contents--root ul .root__img img{
	width:100%;
}
.structure__contents--root ul .root__title{
	font-size:2em;
}
.structure__contents .root__text{
	font-size:2em;
}
.structure__contents--root ul .root__code{
	font-size:1.6em;
}

}

/** seminar **/

.seminar__heading{
	font-size:4em;
	text-align:center;
	margin:0 0 1em;
	padding:0 0 1em;
	border-bottom:1px solid #000;
}
.seminar__subheading{
	font-size:2em;
	margin:0 0 2em;
}
.seminar__contents h3{
	font-size:4em;
	font-style: italic;
	font-weight:700;
	margin:0 0 2em;
	position:relative;
}
.seminar__contents h3::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 240px;
    height: 1px;
    background: #000;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%, 0%);
}
.seminar__comment--box{
	margin:0 20em 4em;
}
.seminar__comment--box ul{
	display: flex;
    justify-content: space-between;
	align-items: center;
	margin:0 0 4em;
}
.seminar__comment--box ul li{
	margin:0 1em 2em;
	padding: 1.4em;
    border-radius: 6px;
    background: rgb(196,194,186,0.22);
    box-shadow: 0 1px 4px rgb(0 0 0 / 60%);
	width:48%;
	height: 160px;
}
.seminar__comment--box ul .title{
	font-size:2em;
	font-weight:700;
	text-align:center;
	margin:0 0 .4em;
}
.seminar__comment--box ul .font_7{
	font-size:1.8em;
}
.seminar__comment--box2{
	margin:0 20em 4em;
}
.seminar__comment--box2 ul{
	display: flex;
    justify-content: space-between;
	align-items: center;
	margin:0 0 4em;
}
.seminar__comment--box2 ul li{
	margin:0 1em 2em;
}
.seminar__comment--box2 ul li .img{
	margin:0 0 2em;
}
.seminar__comment--box3{
	margin:0 16em 4em;
}
.seminar__comment--box3 ul{
	display: flex;
    justify-content: space-between;
	align-items: center;
	margin:0 0 4em;
}
.seminar__comment--box3 ul li{
	margin:0 1em 2em;
	border:1px solid #000;
	padding:2em
}
.seminar__comment--box3 ul .title{
	font-size:2em;
	font-weight:700;
	text-align:center;
	margin:0 0 .4em;
}
.seminar__comment--box3 ul li .img2{
	margin:0 0 2em;
}
.seminar__voice--box{
	background:rgb(0,62,112,1);
	margin:0 20em 4em;
	padding:2em;
}
.seminar__voice--box ul{
	display: flex;
    justify-content: flex-start;
	align-items: center;
	margin:0 0 2em;
}
.seminar__voice--box ul .title{
	background:rgb(var(--color_36));
	font-size: 2em;
    padding: 0.4em 2em;
	margin:0 2em 0 0;
}
.seminar__voice--box ul .name{
	color:rgb(var(--color_36));
	font-size: 3em;
	font-weight:700;
}
.seminar__voice--box p{
	color:rgb(var(--color_36));
	font-size: 2em;
}
.seminar__faq--text{
	font-size: 2em;
}
.seminar__faq--text a{
	color:#5b2f2c;
	text-decoration:underline;
}
.seminar__faq--text a:hover{
	text-decoration:none;
}
@media screen and (max-width:768px) {
.seminar__contents{
	margin:0 1em;
}
.seminar__heading{
	font-size:3em;
	margin:0 0 .4em;
	padding:0 0 .4em;
}
.seminar__subheading{
	font-size:1.6em;
}
.seminar__contents h3{
	font-size:2em;
}
.seminar__comment--box{
	margin:0 0 2em;
}
.seminar__comment--box ul{
	display:block;
	margin:0 0 2em;
}
.seminar__comment--box ul li{
	width:auto;
	height: auto;
	margin:0 0 2em;
}
.seminar__comment--box ul .font_7{
	font-size:1.4em;
}
.seminar__comment--box2{
	margin:0 0 2em;
}
.seminar__comment--box2 ul{
	display:block;
	margin:0 0 2em;
}
.seminar__comment--box3{
	margin:0 0 2em;
}
.seminar__comment--box3 ul{
	display:block;
	margin:0 0 2em;
}
.seminar__voice--box{
	margin:0 0 2em;
}
.seminar__voice--box ul{
	display:block;
}
.seminar__voice--box ul .title{
	font-size:1.4em;
	margin:0 0 1em;
	text-align:center;
}
.seminar__voice--box ul .name{
	font-size:1.6em;
}
.seminar__voice--box p{
	font-size:1.4em;
}
.seminar__faq--text{
	font-size:1.6em;
}
}

/** asset **/
.asset__heading{
	margin:0 0 2em;
	text-align:center;
}
.asset__subheading{
	margin:0 0 2em;
	text-align:center;
	font-size:2.4em;
	position:relative;
}
.asset__subheading::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 240px;
    height: 1px;
    background: #999;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%, 0%);
}
.asset__box{
	display: flex;
    justify-content: flex-start;
	margin:0 12em 2em;
}
.asset__box--img{
	margin:0 2em 0 0;
}
.asset__voice--box{
	border:2px solid #999;
	margin:0 12em 4em;
	padding:2em;
}
.asset__voice--box ul{
	display: flex;
    justify-content: flex-start;
	align-items: center;
	margin:0 0 2em;
}
.asset__voice--box ul .title{
	background:#333;
	color:rgb(var(--color_36));
	padding:0 10px;
	margin:0 2em 0 0;
}
.asset__voice--box ul .name{
	font-size:2em;
}
.asset__text{
	text-align:center;
	font-size:3em;
	margin: 0 0 2em;
}
.asset__link--box{
	display: flex;
    justify-content: center;
	margin:0 12em;
}
.asset__link--box p{
	margin:0 1em;
}
.asset__link--box p a:hover{
	opacity:.8;
}
@media screen and (max-width:768px) {
.asset__subheading{
	font-size:1.8em;
}
.asset__contents{
	margin:0 1em 2em;
}
.asset__box{
	display:block;
	margin:0 1em 2em;
}
.asset__box--img{
	margin:0 0 2em;
}
.asset__voice--box{
	margin:0 1em 2em;
}
.asset__voice--box ul{
	display:block;
	margin:0 0 1em;
}
.asset__voice--box ul .title{
	margin:0 0 .4em;
}
.asset__voice--box ul .name{
	font-size:1.6em;
}
.asset__text{
	font-size:1.8em;
}
.asset__link--box{
	display:block;
	margin:0 1em;
}
.asset__link--box p{
	margin:0 2em 1em;
}

}

/** bank **/
.bank__heading{
	font-size: 4em;
    margin: 0 0 1em;
	text-align:center;
	position:relative;
}
.bank__heading::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 240px;
    height: 1px;
    background: #999;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%, 0%);
}
.bank__subheading{
	font-size: 2em;
    margin: 0 0 2em;
	text-align:center;
}
.bank__contents{
	margin:0 12em 4em;
	border:20px solid #eee;
	padding:2em;
}
.bank__contents2{
	margin:0 12em;
	border:20px solid #eee;
	padding:2em;
}
.bank__contents h3{
	border-left:2px solid #999;
	margin:0 0 1em;
	padding:0 1em;
	font-size:2em;
	font-weight:700;
}
.bank__contents--price{
	display:flex;
	align-items: center;
    padding: 1em;
}
.total__amount{
	background: #eee;
}
.bank__contents--price .title{
	background:#333;
	color:rgb(var(--color_36));
	font-size:1.4em;
	padding: 0.6em 1em;
	width:100px;
	text-align:center;
}
.bank__contents--price .price{
	font-size:1.4em;
	padding:0 1em;
}
.bank__contents--price .price span{
	font-size:2em;
	font-weight:700;
}
.bank__contents--comment{
	background:#eee;
	margin:0 12em 4em;
	padding:0 2em 2em;
}
.bank__contents--comment .text1{
	font-size:1.6em;
	font-weight:700;
	color:#009900;
	margin:0 0 1em;
}
.bank__contents--comment .text2{
	font-size:1.4em;
}
.bank__contents--info__heading{
	font-size: 2em;
    margin: 0 0 2em;
	text-align:center;
	position:relative;
}
.bank__contents--info__heading::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 240px;
    height: 1px;
    background: #999;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%, 0%);
}
.bank__contents--info__form{
	margin: 0 20em;
	border:4px solid #eee;
	padding:2em 2em 4em;
}
.bank__contents--info__form .tel{
	display:flex;
	align-items: center;
	justify-content: center;
	margin:0 0 1em;
}
.bank__contents--info__form .tel svg{
	width:30px;
	height:30px;
	margin:0 1em 0 0;
}
.bank__contents--info__form .tel span{
	font-size:4em;
	font-weight:700;
}
.bank__contents--info__form .time{
	text-align:center;
	margin:0 0 2em;
	font-size:1.4em;
}
.bank__contents--info__form .info__link{
	text-align:center;
}
.bank__contents--info__form .info__link a{
	border:2px solid #000;
	font-size:1.4em;
	font-weight:700;
	color:#000;
	padding:1em 2em;
	position:relative;
}
.bank__contents--info__form .info__link a::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 14px;
    height: 2px;
    background: #000;
    right: -8px;
    top: 50%;
    transform: translate(-50%, 0%);
}
.bank__contents--info__form .info__link a:hover{
	background:#000;
	color:rgb(var(--color_36));
}
.bank__contents--info__form .info__link a:hover::after{
	background: rgb(var(--color_36));
}
.credit__text1{
	font-size:1.6em;
}
.credit__text2{
	font-size:1.6em;
	color:#f00;
	margin:0 0 2em;
}
.credit__btn{
	margin:1em 6em;
	text-align:center;
}
.credit__btn button{
	background:#47dd05;
	color:rgb(var(--color_36));
	font-size:2em;
	font-weight:700;
	position:relative;
	padding: 1em 3em;
    border-radius: 10px;
}
.credit__btn button svg{
	width:20px;
	height:20px;
	position: absolute;
    right: 10px;
    top: 24px;
}
.credit__btn button:hover{
	opacity:.8;
}
.credit__customer{
	border:2px solid #eee;
	padding:2em;
	margin:0 4em;
}
.credit__customer p{
	font-size:1.4em;
}
@media screen and (max-width:768px) {
.bank__heading{
	font-size:2em;
	margin:0 0 2em;
}
.bank__subheading{
	font-size:1.6em;
	margin:0 1em 2em;
}
.bank__contents{
	margin:0 1em 2em;
	border: 10px solid #eee;
    padding: 1em;
}
.bank__contents h3{
	font-size: 1.4em;
}
.bank__contents--price{
	padding: 0.6em;
}
.bank__contents--price .title{
	font-size:1em;
	width: 50px;
}
.bank__contents--price .price{
	font-size:1em;
}
.bank__contents--price .price span{
	font-size:1.8em;
}
.bank__contents2{
	margin:0 1em;
	border: 10px solid #eee;
    padding: 0;
}
.bank__contents--comment{
	margin:0 1em 4em;
	padding:0 1em 1em;
}
.bank__contents--comment .text1{
	font-size:1.2em;
}
.bank__contents--comment .text2{
	font-size:1em;
}
.bank__contents--info__heading{
	margin:0 1em 2em;
	font-size:1.6em;
}
.bank__contents--info__form{
	margin:0 1em;
}
.bank__contents--info__form .tel span{
	font-size:3em;
}
.credit__text1 {
    font-size: 1.4em;
    padding: 1em;
}
.credit__img{
	margin:0 2em;
}
.credit__btn{
	margin:1em;
}
.credit__btn button{
	padding:1em;
	width:100%;
}
.credit__text2{
	font-size: 1.4em;
}
.credit__customer{
	margin:0 1em 1em;
	padding:1em;
	font-size: .8em;
}

}

/** about **/
.about__heading {
    background: url(../images/111_custom.png);
    background-size: cover;
    padding: 1.4em 0;
    color: rgb(var(--color_36));
    text-align: center;
	font-weight:700;
    margin: 0 0 2em;
    position: relative;
	text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
}
.heading1{font-size: 4em;}
.heading2{font-size: 3em;}
.heading3{font-size: 2em;}
.heading3 .heading__safe{ display:block;font-size: 1.4em;line-height: 2;}
.heading__text,
.heading__text2,
.heading__text3,
.heading__text4,
.heading__text5,
.heading__text6{
	position: relative;
	right: -100px;
	opacity: 0;
}
.about__contents{
	margin:0 0 8em;
}
.about__subheading{
	font-size:2em;
	margin:0 0 2em;
}
.about__contents2{
	display: flex;
    justify-content: flex-start;
	margin:0 12em 6em;
}
.about__contents2--item{
	margin:0 16em 0 0;
}
.about__contents2--item ul{
	list-style:disc;
	margin: 0 0 2em 2em;
}
.about__contents2--item ul li{
	font-size:1.4em;
	font-weight:700;
	line-height:1.4;
}
.about__contents2--img{
	position:relative;
	width:40%;
}
.about__contents2--img .img1{
	position:absolute;
	top:0;
	right:0;
}
.about__contents2--img .img2{
	position:absolute;
	top: 180px;
    right: 100px;
}
.about__text{
	font-size:2.6em;
	font-weight:700;
	margin:0 0 3em;
}
.about__contents3{
	display: flex;
    justify-content: space-between;
	margin:0 20em 6em;
}
.about__contents3--img{
	width:30%;
	text-align:center;
	position: relative;
	transform: rotate(0deg);
	opacity: 0;
}
.about__contents3--item{
	width:60%;
}
.about__img{
	margin:0 12em 6em;
	text-align:center;
}
.about__text2{
	font-size:3.6em;
	font-weight:700;
	margin:0 0 3em;
}
.about__contents4{
	display: flex;
    justify-content: flex-start;
	margin:10em 20em 8em;
}
.about__contents4--img{
	width:40%;
	text-align:center;
}
.about__contents4--item{
	width:60%;
	margin: 0 4em 0 0;
}
.about__text3{
	font-size: 2em;
    margin: 0 0 6em;
}
.about__text4{
	font-size: 2.4em;
    margin: 0 0 2em;
}

@media screen and (max-width:768px) {
.about__heading{
	padding:1em;
}
.heading1 {font-size: 2em;}
.heading2 {font-size: 1.8em;}
.heading3 .heading__safe{font-size: 1em;line-height: 1.4;}
.about__contents{
	margin:0 1em 4em;
}
.about__subheading{
	font-size:1.6em;
}
.about__contents2{
	display:block;
	margin:0 1em 4em;
}
.about__contents2--item{
	width:100%;
	margin:0 0 2em;
}
.about__contents2--item p{
	font-size:1.4em;
}
.about__contents2--item ul{
	margin: 0 0 2em 1em;
}
.about__contents2--item ul li{
	font-size:.8em;
	margin: 0 0 6px;
}
.about__contents2--img{
	width:100%;
	height:200px;
}
.about__contents2--img .img1{
	width: 50%;
}
.about__contents2--img .img2{
	top: 40px;
}
.about__text{
	margin:0 1em 2em;
	font-size:1.8em;
}
.about__contents3{
	display:block;
	margin:0 1em 4em;
}
.about__contents3--img{
	width:auto;
	margin: 0 4em 2em 5em;
}
.about__contents3--item{
	width:auto;
	margin:0 1em 4em;
}
.about__contents3--item p {
    font-size: 1.4em;
}
.about__img{
	margin:0 1em 4em;
}
.about__text2{
	font-size:2em;
	margin:0 1em 4em;
}
.about__contents4{
	display:block;
	margin:0 1em 4em;
}
.about__contents4--item{
	width:auto;
	margin:0 1em 2em;
}
.about__contents4--item p {
    font-size: 1.4em;
}
.about__contents4--img{
	width:auto;
}
.about__text3{
	margin:0 1em 4em;
}
.about__flow{
	margin:0 1em;
}



}

/** lp **/
#lp__wrapper{
	margin:0 0 6em;
}
.lp__contents{
	background: url(../img/lp__001.jpg) no-repeat center top;
	padding: 4em 0;
}
.lp__contents--02{
	background: #fbfbf3;
}
.lp__contents--02 .font-01{
	font-size:2em;
}
@media screen and (max-width:768px) {
#lp__wrapper{
	margin:0 0 4em;
}
.lp__contents{
	background: url(../img/lp__001.jpg) no-repeat right 40% top;
	background-size:cover;
	padding: 2em 1em;
}
.lp__contents--02{
	padding:0 1em;
}
}
.lp__contents--02 .lp__registration{
	padding:4em 8em;
}
.lp__registration{
	background:#fbfbf3;
	padding:8em;
}
.lp__registration form{
	margin:0 0 2em;
}
.lp__registration form input[type=email] {
    min-height: 55px;
    padding: 2em;
    text-overflow: ellipsis;
    width: 100%;
    border: 4px solid #14a363;
    margin: 0 0 1em;
	text-align:center;
	font-size:2em;
}
.lp__registration--check {
    display: flex;
    align-items: center;
	justify-content: center;
    margin: 0 0 1em;
}
.lp__registration--check input[type=checkbox] {
    transform: scale(1.4);
    cursor: pointer;
	margin:0 1em 0 0;
}
.lp__registration--check span{
	font-size:1.4em;
}
.lp__registration--check span a{
	color:#14a363;
}
.lp__registration--button {
    background: #14a363;
    color: rgb(var(--color_36));
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
    padding: 1.4em 0;
    font-size: 3em;
	font-weight:900;
	border-radius: 20px;
    transition: var(--trans1,border-color .4s ease 0s,background-color .4s ease 0s);
	position:relative;
}
.lp__registration--button:hover{
	opacity:.8;
}
.lp__registration--button svg{
	position:absolute;
	right:0;
	transform: rotate(180deg);
    width: 50px;
}
.lp__registration ul li{
	font-size:1em;
}
@media screen and (max-width:768px) {
.lp__contents--02 .lp__registration{
	padding:2em;
}
.lp__contents--02 .lp__registration .font-01{
	font-size: 1em;
}
.lp__registration{
	padding:2em;
}
.lp__registration form input[type=email]{
	padding:1em;
	font-size: 1.4em;
}
.lp__registration--button{
	font-size:1.6em;
	border-radius: 10px;
}
.lp__registration--button svg{
	width: 25px;
}

}
.lp__contents--03{
	padding: 10em 0;
}
.lp__contents--03__heading{
	background:#5b2f2c;
	padding:4em;
}
.lp__contents--03__heading p{
	font-size:3em;
	color:#fff;
}
.lp__contents--03__heading p span{
	font-size:1em;
	color:#fef353;
}
.lp__contents--03__result{
	margin:10em 0;
}
.lp__contents--03__result ul{
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
	font-family: "Noto Sans JP", sans-serif;
}
.lp__contents--03__result ul li{
	border: 2px solid #5b2f2c;
	margin:0 1em 2em;
	width:47%;
}
.lp__contents--03__result--code{
	background:#5b2f2c;
	color:#fff;
	font-size:2em;
	padding:.4em;
}
.lp__contents--03__result--img img{
	width:100%;
	height:auto;
}
.lp__contents--03__result--date{
	background:#fbfbf3;
	padding:1em;
}
.lp__contents--03__result--date p{
	font-size:1.6em;
}
.lp__contents--03__result--price{
	font-size:2em;
	font-weight:700;
}
.lp__contents--03__result--price .period{
	background:#e22222;
	color:#fff;
	font-size:1.6em;
	font-weight:700;
}
.lp__contents--03__result--price  .magnification{
	color:#e22222;
	font-size:2em;
	font-weight:900;
}
.lp__contents--03__text{
	font-size:2.4em;
}
.lp__contents--03__text span{
	font-size:1em;
	background:#b92b2b;
	color:#fff;
}
@media screen and (max-width:768px) {
.lp__contents--03{
	padding: 4em 0;
}
.lp__contents--03__heading{
	padding: 2em 1em;
}
.lp__contents--03__heading p{
	font-size:2em;
}
.lp__contents--03__result{
	margin: 4em 0;
}
.lp__contents--03__result ul li{
	width: auto;
}
.lp__contents--03__result--code{
	font-size:1.2em;
}
.lp__contents--03__result--price .period{
	font-size:1em;
}
.lp__contents--03__result--price .magnification{
	font-size:1.4em;
}

.lp__contents--03__text{
	font-size:2em;
	margin: 0 1em 1em;
}
}
.lp__contents--04{
	background: url(../img/lp__002.jpg) no-repeat center top;
	padding: 10em 0;
	margin:0 0 10em;
}
.lp__contents--04__text{
	font-size:2.3em;
}
.lp__contents--04__text .dots{
	background-image: radial-gradient(circle at center, #000 20%, transparent 20%); /* 点の色とサイズ調整 */
	background-position: top right; /* 点の位置 */
	background-repeat: repeat-x; /* 横方向に繰り返し */
	background-size: 1em 1em; /* 点の間隔とサイズ調整 */
	padding-top: .6em; /* 縦方向の位置調整 */
}
.lp__contents--04__text2{
	border:4px solid #b92b2b;
	padding:2em;
}
.lp__contents--04__text2 p{
	font-size:2.4em;
}
.lp__contents--04__text2 p span{
	font-size:1.4em;
	font-weight:700;
	color:#b92b2b;
}
.lp__contents--04__img{
	margin:0 100px 2em;
}
.lp__contents--04__text3{
	font-size:1.4em;
	margin:0 100px;
}
@media screen and (max-width:768px) {
.lp__contents--04{
	padding: 4em 1em;
	margin:0 0 4em;
}
.lp__contents--04__text{
	font-size:1.8em;
	text-align: left;
}
.lp__contents--04__img{
	margin:0 0 2em;
}
.lp__contents--04__text2 p{
	font-size:1.8em;
}
.lp__contents--04__text2 p span{
	font-size:1.1em;
}
.lp__contents--04__text3{
	margin:0;
}
}
.lp__contents--05{
	padding: 10em 0 0;
}
.lp__contents--05__heading{
	background:#5b2f2c;
	padding:5em;
}
.lp__contents--05__heading p{
	font-size:3em;
	color:#fff;
}
.lp__contents--05__heading p span{
	font-size:1em;
	color:#fef353;
}
.lp__contents--05__line{
	position:relative;
}
.lp__contents--05__line::before{
	content:"";
   display:inline-block;
   width:2px;
   height:120px;
   background-color:#099999;
   position:absolute;
   top:0;
   left:50px;
}
.lp__contents--05__line::after{
	content:"";
   display:inline-block;
   width:220px;
   height:2px;
   background-color:#099999;
   position:absolute;
   top:50px;
   left:0;
}
.lp__contents--05__line2{
	position:relative;
}
.lp__contents--05__line2::before{
	content:"";
   display:inline-block;
   width:2px;
   height:120px;
   background-color:#099999;
   position:absolute;
   bottom:10em;
   right:50px;
}
.lp__contents--05__line2::after{
	content:"";
   display:inline-block;
   width:220px;
   height:2px;
   background-color:#099999;
   position:absolute;
   bottom:15em;
   right:0;
}
.lp__contents--05__frame{
	font-family: "Noto Sans JP", sans-serif;
	margin: 10em 0;
    padding: 10em;
}
.lp__contents--05__frame li{
	background: url(../img/lp__004__image_check.png) no-repeat left top;
	font-weight: 900;
    font-size: 2.4em;
    background-size: contain;
    padding: 0 0 0 3em;
	margin: 0 0 0.4em;
}
.lp__contents--05__frame li span{
	font-size:1.2em;
	font-weight:900;
	color:#099999;
}
.lp__contents--05__text{
	margin:0 100px;
}
.lp__contents--05__text p{
	font-size:2em;
}
@media screen and (max-width:768px) {
.lp__contents--05{
	padding: 4em 0 0;
}
.lp__contents--05__heading{
	padding: 2em 1em;
}
.lp__contents--05__heading p{
	font-size:2em;
}
.lp__contents--05__frame{
	margin: 4em 0;
    padding: 6em 4em;
}
.lp__contents--05__line::before{
	left:2em;
}
.lp__contents--05__line::after{
	left:1em;
}
.lp__contents--05__frame li{
	background-size: 40px;
	height:60px;
	font-size: 1.6em;
}
.lp__contents--05__line2::before{
	right:2em;
	bottom:2em
}
.lp__contents--05__line2::after{
	right:1em;
	bottom:6em;
}

.lp__contents--05__img2{
	margin:0 1em 4em;
}
.lp__contents--05__text{
	margin:0 1em;
}
.lp__contents--05__text p{
	font-size:1.4em;
}
}
.lp__contents--06{
	padding: 10em 0;
}
.lp__contents--06__heading{
	background:#5b2f2c;
	padding:5em;
}
.lp__contents--06__heading p{
	font-size:3em;
	color:#fff;
}
.lp__contents--06__heading p span{
	font-size:1em;
	color:#fef353;
}
.lp__contents--06__img{
	margin:10em 0 6em;
}
@media screen and (max-width:768px) {
.lp__contents--06{
	padding: 4em 0 0;
}
.lp__contents--06__heading{
	padding: 2em 1em;
}
.lp__contents--06__heading p{
	font-size:2em;
}
.lp__contents--06__img{
	margin:4em 1em 0;
}
.lp__contents--06__text{
	margin:0 1em 2em;
	font-size:1.6em;
}
.lp__contents--06__img2{
	margin:0 1em 1em;
}
.lp__contents--06__img3{
	margin:0 1em 4em;
}
}

.lp__contents--07{
	padding: 10em 0 0;
}
.lp__contents--07__heading{
	background:#5b2f2c;
	padding:4em;
	margin:0 0 10em;
}
.lp__contents--07__heading p{
	font-size:3em;
	color:#fff;
}
.lp__contents--07__heading p span{
	font-size:1em;
	color:#fef353;
}
.lp__contents--07__voice{
	border:4px solid #5b2c2f;
	padding: 2em 8em;
	display: flex;
	margin:0 0 6em;
}
.lp__contents--07__voice2{
	border:4px solid #2c455b;
	padding: 2em 8em;
	display: flex;
	margin:0 0 6em;
}
.voice__icon{
	margin:0 4em 0 0;
}
.voice__icon p{
	font-family: "Noto Sans JP", sans-serif;
	margin:0 0 .4em;
	text-align:center;
	font-size: 2em;
    font-weight: 700;
}
.voice__text{
	font-family: "Noto Sans JP", sans-serif;
	font-size:2em;
}
@media screen and (max-width:768px) {
.lp__contents--07{
	padding: 4em 0 0;
}
.lp__contents--07__heading{
	padding: 2em 1em;
	margin:0 0 4em;
}
.lp__contents--07__heading p{
	font-size:2em;
}
.lp__contents--07__voice{
	padding:2em 1em;
	margin:0 1em 4em;
	display:block;
}
.lp__contents--07__voice2{
	padding:2em 1em;
	margin:0 1em 4em;
	display:block;
}
.voice__icon{
	margin:0 0 2em;
}
.voice__icon p{
	margin:0 4em;
	font-size:1.4em;
}
.voice__text{
	font-size:1.4em;
}

}

.lp__contents--08{
	padding: 6em 0 10em;
}
.lp__contents--08__heading{
	background:#5b2f2c;
	padding:5em;
	margin:0 0 10em;
}
.lp__contents--08__heading p{
	font-size:3em;
	color:#fff;
}
.lp__contents--08__heading p span{
	font-size:1em;
	color:#fef353;
}
.lp__contents--08__box{
	padding:2em 8em;
	margin:0 0 4em;
}
.lp__contents--08__free{
	border:4px solid #099999;
}
.lp__contents--08__paid{
	border:4px solid #fbbc26;
}
.lp__contents--08__box--heading{
	font-family: "Noto Sans JP", sans-serif;
	background:#099999;
	color:#fff;
	text-align:center;
	font-size:3em;
	font-weight:700;
	margin:0 0 1em;
	padding:.4em;
}
.lp__contents--08__box--heading2{
	font-family: "Noto Sans JP", sans-serif;
	background:#fbbc26;
	color:#fff;
	text-align:center;
	font-size:3em;
	font-weight:700;
	margin:0 0 1em;
	padding:.4em;
}
.lp__contents--08__box--item{
	display:flex;
	margin:0 0 1em;
}
.lp__contents--08__box--item .item__img{
	margin:0 4em 0 0;
}
.lp__contents--08__box--item .item__text{
	font-family: "Noto Sans JP", sans-serif;
	font-size:3em;
	font-weight:700;
	color:#099999;
}
.lp__contents--08__box--item .item__text2{
	font-family: "Noto Sans JP", sans-serif;
	font-size:3em;
	font-weight:700;
	color:#fbbc26;
}
.lp__contents--08__box--text{
	font-family: "Noto Sans JP", sans-serif;
	font-size:2em;
}
.lp__contents--08__info--img{
	margin:0 0 4em;
}
.lp__contents--08__info--tel{
	margin:0 200px;
}
@media screen and (max-width:768px) {
.lp__contents--08{
	padding: 0 0 4em;
}
.lp__contents--08__heading{
	padding: 2em 1em;
	margin:0 0 4em;
}
.lp__contents--08__heading p{
	font-size:2em;
}
.lp__contents--08__box{
	margin:0 1em 2em;
	padding:2em 1em;
}
.lp__contents--08__box--heading,
.lp__contents--08__box--heading2{
	font-size:2em;
}
.lp__contents--08__box--item{
	display:block;
}
.lp__contents--08__box--item .item__img{
	margin:0 0 1em;
}
.lp__contents--08__box--item .item__text,
.lp__contents--08__box--item .item__text2{
	font-size:2em;
}
.lp__contents--08__box--text{
	font-size:1.4em;
}
.lp__contents--08__info--img{
	margin:0 0 2em;
}
.lp__contents--08__info--tel{
	margin:0 1em;
}

}

.thanks__subheading{
	background: #5b2f2c;
	color: rgb(var(--color_36));
	font-weight:700;
	padding:1em;
	margin:0 0 2em;
	font-size:2em;
}
.thanks__form{
	align-items: center;
}
.thanks__form li{
	margin:0 1em 2em;
	font-size:2em !important;
}
@media screen and (max-width:768px) {
.thanks__text{
	font-size:1.6em;
}

}




