@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 768px) {
.pc {display:block!important;}
.sp {display:none!important;}
}
body {
	min-width: 1220px;
}
/* LINK */
a{
	text-decoration: none;
}
a:hover {
	color: #000;
}

a:hover img{
	opacity: 0.75;
	transition: 0.5s;
}
a:hover{
	opacity: 0.75;
	transition: 0.5s;
}

.wrap{
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

.red{
	color: #d21616;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}

/* HEADER */
header{
	background-color: #fff;
}
header .wrap{
	width: 100%;
	margin: 0 auto;
	max-width: 1220px;
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	height: 108px;
	align-items:center;
}
header .ttl1{
	color: #212529;
	font-size: 12px;
}
header .logo img{
	width: 269px;
	height: auto;
	margin-top: 0.5em;
	display: block;
}
header ul.btn{
	display: flex;
	justify-content: flex-end;
	text-align: center;
	align-items:center;
}
header ul.btn li.btn1{
	width: 217px;

}
header ul.btn li.btn1 .number{
	font-size: 20px;
	color: #231714;
	padding-left: 22px;
	background: url("../img/header_tel2.png") no-repeat 0 0;
	font-weight: bold;
}
header ul.btn li.btn1 .time{
	font-size: 12px;
	color: #231714;
	padding-top: 0.;
	display: block;
}
header ul.btn li.btn2 a{
	display: block;
	width: 156px;
	height: 40px;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	background-color: #d21616;
	border-radius: 20px;
	box-shadow: 0 4px 0 #8b0b0b;
	line-height: 40px;
}


/* FOOTER */
footer a{
	width: 100%;
	background: url("../img/page_top.svg") no-repeat center 20px #f7f6f5;
	background-size: 20px auto;
	padding: 40px 0 30px 0;
	display: block;
	font-size: 16px;
	color: #a4845f;
	text-align: center;
	font-weight: bold;
}
footer a:hover{
	opacity: 0.5;
	color: #a4845f;
}

.copyright {
	display: block;
	text-align: center;
	width: 100%;
	padding: 35px 0;
	font-size: 10px;
	color: #fff;
	background-color: #a4845f;
}

/* CONTENTS ------------*/
.mv{
	background: url("../img/mv_bg.png") no-repeat center top;
	height: 560px;
}
.mv .wrap{
	padding: 60px 0 0 0;
	position: relative;
/*	height: 560px;*/
}
.mv .wrap img{
	position: relative;
	z-index: 1;
}
.mv .wrap::before{
	display: none;
	/*
	content: '';
	background: url("../img/mv.png") no-repeat 0 0;
	width: 453px;
	height: 540px;
	position: absolute;
	bottom: 0;
	right: -120px;
	display: block;
	z-index: 0;
	*/
}
.mv .wrap .ttl2{
	padding-bottom: 20px;
}

.cv{
	background-color: #c98f1b;
	padding-bottom: 60px;
}
.cv .ttl2{
	padding-top: 1em;
	font-size: 43px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.cv .box{
	background-color: #fff;
	margin: 1.75em auto 0 auto;
	width: 980px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	padding-bottom: 30px;
	position: relative;
}

.cv p{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 0.5em 0 0.25em 0;
	white-space: nowrap;
	width: 100%;
}
.cv .tel{
	color:#222222;
	font-size: 16px;
	text-align: center;
	width: 100%;
	margin-top: 1.5em;
	margin-right: 80px;
}
.cv .tel .min{
	color:#222222;
	font-size: 20px;
	font-weight: bold;
	padding: 0.25em 0.5em  0.25em 0.25em;
	margin-right: 0.75em;
	border-right: 1px solid #222;
}
.cv .tel .tel_number{
	font-size: 24px;
	background: url("../img/cv_tel.svg") no-repeat 0 0.1em;
	background-size: auto 0.9em;
	padding-left: 0.75em;
	font-weight: bold;
	padding-right: 0.5em;
}
.cv a.btn{
	width: 460px;
	display: block;
	background: url("../img/cv_arw.svg") no-repeat right 1em center #d21616;
	background-size: 0.5em;
	text-align: center;
	padding: 0.5em 0;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	border-radius: 10px;
	box-shadow: 0 4px 0 #8b0b0b;
	margin:0 auto;
}

.problem{
	padding: 60px 0;
}
.problem .ttl2{
	font-size: 40px;
	color: #111;
	text-align: center;
  position: relative;
  width: 670px;
  min-height: 100px;
  margin: 20px;
  padding: 0.5em;
  border-radius: 60px;
  box-shadow: 0px 0px 10px 0px rgba(163,163,163,0.50);
  /* 子要素(疑似要素)の tranlateZを有効化 */
  transform-style: preserve-3d;

	margin-left: 1em;
}

.problem .ttl2::before,
.problem .ttl2::after{
  content: '';
  position: absolute;

  width: 30px;  /* 吹き出しサイズ */
  height: 22px; /* 吹き出しサイズ */
}
.problem .ttl2,
.problem .ttl2::before{
  background: #fff; /* 塗りつぶし色 */
}

.problem .ttl2,
.problem .ttl2::before{
  box-shadow: 0px 0px 10px 0px rgba(142,142,142,1); /* 影の色と付け方 */
}
/* 左辺中央 */
.problem .ttl2::before,
.problem .ttl2::after{
  top: 50%; right: -10px;
  transform: translateY(-50%) rotate(64deg) skew(-25deg, -25deg) translateZ(-1px);
}
/* 吹き出しの境目をわからなくする */
.problem .ttl2::after{
  background: linear-gradient(224deg, #fff 51%, rgba(0,0,0,0) 51%);
  transform: translateY(-50%) rotate(64deg) skew(-25deg, -25deg) translateZ(+1px);
}
.problem .ttl2 span.red{
	font-weight: bold;
}
.problem .ttl2 span.img{
	position: relative;
	font-weight: bold;
}
.problem .ttl2 span.img::before{
	content: '';
	position: absolute;
	display: block;
	background: url("../img/problem_img.png") no-repeat;
	background-size: 100%;
	width: 210px;
	height: 240px;
	top: -72px;
	right: -256px;
}

.problem .cth{
	font-size: 50px;
	color: #111;
	font-weight: bold;
	text-align: center;
	background: url("../img/arw1.svg") center top no-repeat;
	padding-top: 80px;
	margin-top: 50px;
}
.problem .cth .color{
	color: #c98f1b;
	font-weight: bold;
}
.marker{
	font-weight: bold;
	background: linear-gradient(#fff 60%, #ffff36 60%);
	position: relative;
}

.problem .cth .marker::before{
	content: '';
	display: block;
	position: absolute;
    left: -40px;
    top: -8px;
	border-left: 2px solid #111;
	width: 2px;
	height: 3em;
	transform: rotate(-30deg);
}

.problem .cth .marker::after{
	content: '';
	display: block;
	position: absolute;
    right: -120px;
    top: -8px;
	border-right: 2px solid #111;
	width: 2px;
	height: 3em;
	transform: rotate(30deg);
}
.problem p{
	text-align: center;
	font-size: 28px;
	margin-top: 2em;
	font-weight: bold;
}
.task{
	padding: 60px 0 80px;
	background: url("../img/task_bg.png");
}

.task h2.ttl2 {
    text-align: center;
}
.task h2.ttl2 span {
    font-size: 50px;
    font-weight: bold;
    color: #564709;
    border-bottom: 2px solid #564709;
    padding: 0 0 0.25em 0;
}
.task ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 855px;
	margin: 4em auto 0 auto;

}
.task ul li{
	margin: 0 1em;
	border: 3px solid #a4845f;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 220px;
	height: 220px;
	box-shadow: 0 10px 0 #b5b5b5;
	font-size: 32px;
	color: #564709;
	font-weight: bold;
	text-align: center;
}
.task .box{
	padding: 1.5em 2em;
	font-size: 16px;
	background-color: #fff;
	margin-top: 3em;
}
.task .box p{
	line-height:2;
}
.task .box .note{
	text-align: right;
	font-size: 12px;
	margin-top: 1em;
}

.ex {
	padding: 60px 0;
}
.ex h2.ttl2 {
    text-align: center;
}
.ex h2.ttl2 span {
    font-size: 50px;
    font-weight: bold;
    color: #564709;
    border-bottom: 2px solid #564709;
    padding: 0 0 0.25em 0;
}
.ex p{
	margin-top: 2em;
    text-align: center;
	font-size: 18px;
}

.ex dl{
	margin-top: 3em;
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 1.75;
}

.ex dl dt{
	margin-top: 1em;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.ex dl dt.dt1,
.ex dl dd.dd1{
	width: 250px;
}
.ex dl dt.dt2,
.ex dl dd.dd2{
	width: 310px;
}
.ex dl dt.dt3,
.ex dl dd.dd3{
	width: 350px;
}

.ex dl dt.dt1{
	color: #707070;
	margin-right: 50px;
}
.ex dl dt.dt2{
	color: #a4845f;
}
.ex dl dt.dt3{
	color: #d21616;
}

.ex dl dd{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0.75em;
	color: #222222;
	font-size: 15px;
	border: 2px solid;
	border-radius: 5px;
	line-height: 1.75;
	margin-top: 10px;
}

.ex dl dd.dd1{
	border-color: #c4c4c4;
	line-height: 1.45;
	position: relative;
	margin-right: 50px;
}
.ex dl dd.dd1::before{
	content: '';
	position: absolute;
	display: block;
	right: -50px;
	top: auto;
	background: url("../img/ex_arw.svg") no-repeat;
	width: 40px;
	height: 40px;
	background-size: contain;
}
.ex dl dd.dd2{
	border-color: #a4845f;
}
.ex dl dd.dd3{
	border-color: #d21616;
}
.ex .note{
	text-align: right;
	margin-top: 1em;
	font-size: 14px;
}
.ex .cth{
	text-align: center;
	margin-top: 1.5em;
	font-size: 40px;
	font-weight: bold;
}

.plan{
    background: url("../img/plan_bg.png") center bottom no-repeat #fff;
    padding: 80px 0 140px;
	border-top:1px solid #a4845f;
}
.plan h2.ttl2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #564709;
}
.plan h2.ttl2 span {
    font-size: 34px;
    font-weight: bold;
    color: #564709;
    border-bottom: 2px solid #564709;
    padding: 0 0 0.5em 0;
}
.plan ul {
	width: 880px;
	margin: 4em auto 0 auto;
}
.plan ul li{
    font-size: 24px;
    font-weight: bold;
    color: #222222;
    border-bottom: 2px dotted #cccccc;
    padding: 0.25em 0 0.25em 1.5em;
	background: url(../img/plan_ic.svg) no-repeat left 0.4em;
	background-size: 1em;
}
.plan ul li:last-of-type{
    border-bottom: none;
}


.reason{
	padding: 60px 0;
}
.reason h2.ttl2{
	text-align: center;
	margin-bottom: 5em;
}
.reason h2.ttl2 span {
    font-size: 50px;
    font-weight: bold;
    color: #564709;
    border-bottom: 2px solid #564709;
    padding: 0 0 0.5em 0;
}
.reason .ttl3{
	margin-top: 50px;
	width: 100%;
	background: url("../img/reason_bg1.png") center 0 no-repeat;
}
.reason .ttl3:nth-of-type(2){
	background: url("../img/reason_bg2.png") center 0 no-repeat;
}
.reason .ttl3:nth-of-type(3){
	background: url("../img/reason_bg3.png") center 0 no-repeat;
}
.reason .ttl3 span.box{
	width: 980px;
	margin: 0 auto;
	height: 340px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.reason .ttl3 span.box span{
	font-weight: bold;
}
.reason .ttl3 span.bg{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	width: 680px;
	background: url("../img/ex1.svg") center left 30px no-repeat rgba(255,255,255,0.8);
	background-size: 90px auto;
	padding: 0 30px 0 150px;
	font-size: 36px;
	font-weight: bold;
	color: #222222;
	height: 150px;

}
.reason .ttl3:nth-of-type(2) span.bg{
	background: url("../img/ex2.svg") center left 30px no-repeat rgba(255,255,255,0.8);
	background-size: 90px auto;
}
.reason .ttl3:nth-of-type(3) span.bg{
	background: url("../img/ex3.svg") center left 30px no-repeat rgba(255,255,255,0.8);
	background-size: 90px auto;
}
.reason .ttl3 span.bg strong{
	font-weight: bold;
	color: #d21616;
}
.reason p{
	font-size: 18px;
	margin: 0 auto;
	padding-top: 2em;
	width: 980px;
}

.flow{
	padding-bottom: 40px;
}
.flow .ttl2{
	font-size: 50px;
	text-align: center;
	width: 100%;
	padding: 40px 0 35px 0;
	background-color: #a4845f;
	color: #fff;
}
.flow .ttl2 span{
	position: relative;
	font-weight: bold;
}
.flow .ttl2 span::before{
	content: '';
	position: absolute;
	display: block;
	left: -140px;
	top: -29px;
	width: 110px;
	height: 110px;
	background-size: contain;
	background: url("../img/flow_ttl_ic.svg") no-repeat left top;
}

.flow ol {
	width: 980px;
    margin: 60px auto 0;
}
.flow ol > li{
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: relative;
	padding-bottom: 50px;
}
.flow ol > li::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 50px;
	background: url("../img/arw1.svg") no-repeat center;
	background-size: 80px auto;
	left: 0;
	bottom: 0;
}
.flow ol > li:last-of-type{
	padding-bottom: 40px;
}
.flow ol > li:last-of-type::before{
	display: none;
}
.flow ol > li h3{
	font-size: 24px;
	color: #fff;
	background:url("../img/flow1.svg") no-repeat 0.5em center #a5a5a5;
	background-size: 2.5em;
	padding: 0.75em 0.25em 0.75em 3em;
	width: 230px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.flow ol > li h3 span{
	font-weight: bold;
}

.flow ol > li:nth-of-type(2) h3{
	background:url("../img/flow2.svg") no-repeat 0.5em center #a5a5a5;
	background-size: 2.5em;
}
.flow ol > li:nth-of-type(3) h3{
	background:url("../img/flow3.svg") no-repeat 0.5em center #a5a5a5;
	background-size: 2.5em;
}
.flow ol > li p{
	width: 100%;
	padding-bottom: 0.5em;
}
.flow ol > li > ul{
	border: 1px solid #6daa6d;
	font-size: 18px;
	padding: 0.75em 0.75em 0.75em 2em;
	width: calc(100% - 230px);
}
.flow ol > li ul li{
	margin: 0.4em;
	text-indent: -0.75em;
}
.flow ol > li ul li::before{
	content: '●';
	width: 0.75em;
	display: inline-block;
	color: #d21616;
}

.flow ol > li > .dl_box{
	border: 1px solid #a5a5a5;
	font-size: 18px;
	padding: 0.75em;
	width: calc(100% - 200px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flow ol > li > .dl_box dl{
	width: 49.5%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	border: 1px solid #cccccc;
	border-radius: 3px;
}
.flow ol > li > .dl_box dl dt{
	font-size: 20px;
	padding: 0.5em 0.25em 0.25em;
	width: 100%;
	text-align: center;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flow ol > li > .dl_box dl dt span{
}
.flow ol > li > .dl_box dl dd{
	font-size: 14px;
	padding: 0.75em 1.5em 0.75em 1.5em;
	width: 100%;
	text-align: center;
}
.flow ol > li > .dl_box dl dd ul{
	padding: 0.5em 0 0 1.25em;
	text-align: left;
}
.flow p {
    font-size: 16px;
    padding-bottom: 1em;
	width: 980px;
    margin: 0 auto;
}
.flow ol > li > .dl_box dl.type2{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	border: none;
}
.flow ol > li > .dl_box dl.type2 dt{
	width: 120px;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	border: 1px solid #d21616;
	background-color: #d21616;
	border-radius: 20px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	height: 40px;
	color: #fff;
	padding: 0;
}
.flow ol > li > .dl_box dl.type2 dd{
	width: 600px;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	border: 1px solid #d21616;
	border-radius: 20px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	height: 40px;
}
.support{
	background: url("../img/support_bg.svg") no-repeat center top #f4f0e9;
	padding-bottom: 80px;
}
.support h2.ttl2 {
    text-align: center;
    font-size: 44px;
    font-weight: bold;
    color: #d21616;
	padding-top: 2em;
}
.support p {
    text-align: center;
    font-size: 18px;
	padding: 2.5em 0 2em 0;
}
.support ul {
	display: flex;
	justify-content: space-between;
}
.support ul li{
	width: 470px;
	background-color: #fff;
	text-align: center;
	padding: 2em;
}
.support ul li h3{
    font-size: 22px;
    font-weight: bold;
	margin-top: 0.5em;
}
.support ul li p{
    font-size: 15px;
	text-align: left;
	padding: 1em 0 0 0;
}

.price{
	padding: 60px 0 80px;
}

.price .ttl2{
	font-size: 40px;
	color: #111;
	text-align: center;
  position: relative;
  width: 760px;
  min-height: 160px;
  margin: 20px;
  padding: 0.5em;
  border-radius: 80px;
  box-shadow: 0px 0px 10px 0px rgba(163,163,163,0.50);
  /* 子要素(疑似要素)の tranlateZを有効化 */
  transform-style: preserve-3d;

	margin-left: 210px;
}

.price .ttl2::before,
.price .ttl2::after{
  content: '';
  position: absolute;

  width: 40px;  /* 吹き出しサイズ */
  height: 33px; /* 吹き出しサイズ */
}
.price .ttl2,
.price .ttl2::before{
  background: #fff; /* 塗りつぶし色 */
}

.price .ttl2,
.price .ttl2::before{
  box-shadow: 0px 0px 10px 0px rgba(142,142,142,1); /* 影の色と付け方 */
}
/* 左辺中央 */
.price .ttl2::before,
.price .ttl2::after{
  top: 51%; left: -10px;
  transform: translateY(-50%) rotate(23deg) skew(-25deg, -25deg) translateZ(-1px);
}
/* 吹き出しの境目をわからなくする */
.price .ttl2::after{
  background: linear-gradient(68deg, #fff 51%, rgba(0,0,0,0) 51%);
  transform: translateY(-50%) rotate(23deg) skew(-25deg, -25deg) translateZ(+1px);
}
.price .ttl2 span.red{
	font-weight: bold;
}
.price .ttl2 span.img{
	position: relative;
	font-weight: bold;
}
.price .ttl2 span.img::before{
	content: '';
	position: absolute;
	display: block;
	background: url("../img/price_img1.png") no-repeat;
	background-size: 100%;
	width: 210px;
	height: 240px;
	top: -10px;
	left: -546px;
}
.price .txt1{
	font-size: 50px;
	color: #111;
	font-weight: bold;
	text-align: center;
	background: url("../img/arw1.svg") center top no-repeat;
	padding-top: 80px;
	margin-top: 50px;
}
.price .txt1 img{
	display: block;
	margin: 0.5em auto 0 auto;
}
.price .txt1 .color{
	color: #c98f1b;
	font-weight: bold;
}
.price .txt2{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-top: 1.5em;
}
.price .txt2 img{
	display: block;
	margin: 0.5em auto 0 auto;
	width: 500px;
}
.price p{
	font-size: 18px;
	margin: 2em auto 0 auto;
}
.price .btn{
	display: block;
	width: 320px;
	margin: 3em auto 0 auto;
	font-size: 15px;
	color: #fff;
	padding: 1em 0;
	text-align: center;
	background: url("../img/price_ic.svg") no-repeat right 1em center #222222;
	cursor: pointer;
	transition: 0.5s;
}
.price .btn:hover{
	opacity: 0.75;
	transition: 0.5s;
}
.price .cont{
	margin: 4em auto 0 auto;
	display: none;

}

.faq{
	padding: 60px 0;
	background-color: #f4f0e9;
}
.faq h2.ttl2 {
    text-align: center;
	margin-bottom: 3.5em;
}
.faq h2.ttl2 span {
    font-size: 50px;
    font-weight: bold;
    color: #564709;
    border-bottom: 2px solid #564709;
    padding: 0 0 0.25em 0;
}
.faq dl{
	background-color: #fff;
	padding: 0.75em 1em 1em 1.5em;
	margin: 20px auto 0 auto;
	width: 980px;
}
.faq dl dt{
	font-size: 22px;
	color: #222;
	font-weight: bold;
	padding: 0 0 0 30px;
	background: url("../img/q.svg") no-repeat left top;
	background-size: 22px auto;
	margin-top: 10px;
	position: relative;
	transition: 0.5s;
	cursor: pointer;
}
.faq dl dt::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	background: url("../img/faq_ic2.svg") no-repeat right 1em center;
	background-size: 1em auto;
	display: block;
}
.faq dl dt.open::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	background: url("../img/faq_ic.svg") no-repeat right 1em center;
	background-size: 1em auto;
	display: block;
}
.faq dl dt:hover{
	opacity: 0.3;
}

.faq dl dd{
	font-size: 16px;
	line-height: 1.75;
	padding: 0 0 0 30px;
	background: url("../img/a.svg") no-repeat left top;
	background-size: 22px auto;
	margin-top: 20px;
	display: none;
}

.faq dl dd.open{
	display: block;
}

.faq dl dd p{
	padding-top: 2em;
}
.faq dl dd p span{
	font-weight: bold;
}

.company{
	padding: 60px 0 70px;
}
.company h2.ttl2 {
    text-align: center;
	margin-bottom: 3.5em;
}
.company h2.ttl2 span {
    font-size: 50px;
    font-weight: bold;
    color: #564709;
    border-bottom: 2px solid #564709;
    padding: 0 0 0.25em 0;
}
.company dl{
	display: flex;
	flex-wrap: wrap;
}
.company dl dt{
	font-size: 15px;
	margin-top: -1px;
	border: 1px solid #cccccc;
	background-color: #e5e5e5;
	padding: 1em 2em;
	width: 220px;
	display: flex;
	justify-content: flex-start;
	text-align: center;
	align-items: center;
	line-height: 1.75;
}
.company dl dd{
	margin-left: -1px;
	font-size: 15px;
	margin-top: -1px;
	border: 1px solid #cccccc;
	padding: 1em 2em;
	width: 760px;
	line-height: 1.75;
}




#form{
	padding-bottom: 90px;
}

#form .ttl2{
	font-size: 50px;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	background-color: #a4845f;
	color: #fff;
	font-weight: bold;
}
#form p.txt1{
	font-size: 22px;
	text-align: center;
	width: 100%;
	padding: 60px 0 0 0;
	color: #000000;
	font-weight: bold;
}
#form p.txt2{
	font-size: 30px;
	width: 100%;
	padding: 30px 0 0 0;
	color: #000000;
	font-weight: bold;
	background: url("../img/message_mark2.svg") no-repeat center  bottom 20px;
	background-size: 250px auto;
	padding-bottom: 120px;

}
#form p.txt2 strong{
	font-size: 30px;
	width: 100%;
	padding: 40px 0 0 0;
	color: #d21616;
	font-weight: bold;
}
#form p.txt2 span{
	font-weight: bold;
}

#form p{
	text-align: center;
	font-size: 16px;
}
#form.thanks .ttl2{
	letter-spacing: -0.1em;
}
#form.thanks p{
	padding: 2em 1em 4em 1em
}

#form .container{
	background-color: #f9f9f9;
	width: 980px;
	margin: 40px auto 0 auto;
	padding: 10px 30px 60px 30px;
}
#form .container table tr{
	border-bottom: 1px solid #aaaaaa;
}
#form .container table tr td{
	font-size: 16px;
	padding: 1em 0;
}
#form .container table tr td:first-of-type{
	width: 240px;
}
#form .container table tr td:nth-of-type(2){
	width: 500px;
}
#form .container table tr td:nth-of-type(3){
	width: 170px;
	padding-left: 1em;
}
#form .container table tr td input[type="text"],
#form .container table tr td textarea{
	width: 100%;
	padding: 0.5em;
	border: 1px solid #cecece;
	border-radius: 5px;
	background-color: #fff;
}

#form .container table tr td .required{
	position: relative;
}
#form .container table tr td .required::before{
	font-size: 14px;
	color: #fff;
	background-color: #d21616;
	padding: 2px;
	position: absolute;
	content: '必須';
	top: -2px;
	left: 0;
	margin-left: 0.5em;
	display: block;
	text-align: center;
	width: 3em;
}

#form .container table tr td textarea{
	margin-top: 0.5em;
	width: 100%!important;
}
#form .container table tr td input[type="checkbox"]{
	margin-right: 0.5em;
}
#form .container table tr td input[name="person_name_last"],
#form .container table tr td input[name="person_name_first"],
#form .container table tr td input[name="person_name_last_kana"],
#form .container table tr td input[name="person_name_first_kana"]{
	width: 40%!important;
	margin-left: 0.5em;
}
#form .container table tr td input[name="tel_1"]{
	width: 50%!important;
}
#form .container table tr td input[name="person_name_last"],
#form .container table tr td input[name="person_name_last_kana"]{
	margin-right: 1em;
}
#form #frm_formconfirm .container table tr td:nth-of-type(2){
	width: 670px;
}

#form ::placeholder{
	color: #afafaf;
}
#privacy_policy{
	font-size: 16px;
	padding: 2em 0 0 0;
}
#privacy_policy a{
	color: #3333c0;
	text-decoration: underline;
}

.privacy-text-master{
	font-size: 14px;
	margin: 1em auto 0 auto;
	width: 490px!important;
}

.button_area #lf_form_submit_button,
.button_area #button_confirm_submit{
	display: block;
	width: 460px;
	margin: 60px auto 0 auto;
	background-color: #d21616;
	border-radius: 10px;
	box-shadow: 0 4px 0 #8b0b0b;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 1.25em 0;
	border: none;
	color: #fff;
}
.button_area #button_confirm_back{
	display: block;
	width: 460px;
	margin: 60px auto 0 auto;
	background-color: #a5a5a5;
	border-radius: 10px;
	box-shadow: 0 4px 0 #828282;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 1.25em 0;
	border: none;
	color: #fff;
}

#form .container .message{
	background: none;
	color: #ff0000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding-top: 1em;
}
#form .container .msg{
	color: #000;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding-top: 2em 0 1em 0;
}

.e-book {
	position: fixed;
	right: 0;
	top: 30vh;
	z-index: 999;
	transform: translate(532px, 0);
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: flex;
	width: 610px;
	filter: drop-shadow(-2px 2px 4px rgba(0,0,0,0.4));
}
.e-book.hover{
transform: translate(0, 0);
}
.e-book_ttl{
	width: 90px;
    text-align: center;
    padding: 1em 0 0 0;
	background-color: #cc932f;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.e-book_ttl img{
	width: 49px;
	height: auto;
}
.form_box{
	width: 550px;
	border: 10px solid #cc932f;
	border-left: none;
	background-color: #fff;
	padding: 0 0.5em;
}


.corona{
	margin: 60px auto;
	width: 980px;
	padding: 1em;
	background-color: #fff;
	box-shadow: 0 0 0 3px #338b6d, 0 0 0 5px #FFF, 0 0 0 8px #338b6d;
}
.corona .ttl{
	font-size: 28px;
	font-weight:bold;
    padding-bottom: 0.25em;
}
.corona p{
	font-size: 20px;
}
.corona p a{
	text-decoration:underline;
	color:#2c296b;
	font-weight:bold;
}

.message.pt2{
	padding-top: 60px;
}

header ul.btn.pt2{
	display: flex;
	justify-content: flex-end;
	text-align: center;
	align-items:center;
}
header ul.btn.pt2 li.btn1{
	width: 270px;

}
header ul.btn.pt2 li.btn1 .number{
	font-size: 25px;
	color: #231714;
	padding-left: 22px;
	background: url("../img/header_tel2.png") no-repeat 0 2px;
	font-weight: bold;
}
header ul.btn.pt2 li.btn1 .time{
	font-size: 12px;
	color: #231714;
	padding-top: 0;
	display: block;
}
header ul.btn.pt2 li.btn2 a{
	display: block;
	width: 220px;
	height: 50px;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	background-color: #d21616;
	border-radius: 5px;
	box-shadow: 0 4px 0 #8b0b0b;
	line-height: 50px;
}
header ul.btn.pt2 li.btn2 a span{
	font-weight: bold;
}
header ul.btn.pt2 li.btn3 a{
	padding: 0 2em 0 1em;
	text-decoration: underline;
	font-weight: bold;

}
.cv .txtlink{
	width: 460px;
	text-align: center;
	padding: 0;
	margin-right: 80px;
	margin-top: 20px;
}
.cv .txtlink a{
	color: #2735a0;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}
a.thanks_close{
	display: block;
	width: 360px;
	margin: 60px auto 0 auto;
	background-color: #d21616;
	border-radius: 10px;
	box-shadow: 0 4px 0 #8b0b0b;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 1.25em 0;
	border: none;
	color: #fff;
}


section.needs{
	padding: 60px 0;
}
.needs h2.ttl2{
    text-align: center;
	margin-bottom: 2em;
}
.needs h2.ttl2 span {
    font-size: 50px;
    font-weight: bold;
    color: #564709;
    text-align: center;
    border-bottom: 2px solid #564709;
    padding: 0 0 0.25em 0;
}
.needs p {
    font-size: 18px;
    margin: 0 auto;
    padding-top: 2em;
    width: 980px;
}
.needs_box {
	width: 980px;
	margin: 60px auto 0 auto;
	border: 1px solid #bcbcbc;
	padding: 30px;
	height: 330px;
	overflow-y: scroll;
}
.needs_box .needs_table{
	width: 100%;
}
.needs_box .needs_table tr th,
.needs_box .needs_table tr td{
	border: 1px solid #6daa6d;
	padding: 0.5em 1em;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
}
.needs_box .needs_table tr th{
	background-color: #6daa6d;
	color: #fff;
}
.needs_box .needs_table tr td{
	color: #222222;
}

.needs_box .needs_table tr th:nth-of-type(1){
	width: 7em;
}
.needs_box .needs_table tr th:nth-of-type(2){
	width: 6em;
}
.needs_box .needs_table tr th:nth-of-type(3){
	width: 10em;
}
.needs_box .needs_table tr th:nth-of-type(5){
	width: 13em;
}

.youtube{
	margin: 60px auto 0 auto;
 	position: relative;
	width: 100%;
	max-width: 780px;
	padding-top: 36%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.relation img.right_pct{
	float: right;
	margin: 0 0 30px 30px;
	padding: 0;
	width: 500px;
	display: block;
}


/*----マルケト----*/
#form .form_red span{
	color: #bf0000;
}
#mrkt1051 {
	background-color: #f9f9f9;
    width: 980px;
    margin: 40px auto 0 auto;
    padding: 2em 6em 0 6em;
}
#mrkt1051 form {
	width: 100%;
	margin: 0 auto;
}
#mrkt1051 form div:nth-of-type(6) .mktoHtmlText span{
	color: #bf0000;
}
#mrkt1051 form div:first-of-type,
#mrkt1051 form div:nth-of-type(7){
	border: none;
}
#mrkt1051 form div:nth-of-type(7){
	position: relative;
    top: -63px;
	padding-left: 310px;
}
#mrkt1051 form div:nth-of-type(8){
	position: relative;
    top: -63px;
}
#mrkt1051 form div:nth-of-type(9){
	position: relative;
    top: -63px;
}
#mrkt1051 form .mktoFormRow {
	border-top: 1px solid #afafaf;
	display: block;
	padding: 1em 0;
	width: 100%;
	font-size: 16px;
}
#mrkt1051 form input[type="text"],
#mrkt1051 form input[type="number"],
#mrkt1051 form input[type="tel"],
#mrkt1051 form input[type="email"],
#mrkt1051 form textarea,
#mrkt1051 form button {
	width: 100%;
	border: 1px solid #838485;
	font-size: 16px;
	padding: 6px 8px;
	border-radius: 5px;
    background-color: #fff;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
#mrkt1051 form .mktoButtonRow {
    display: block;
    position: relative;
	top: -63px;
}
#mrkt1051 form ::placeholder {
	color: #969696;
	font-size: 16px;
	font-weight: normal;
}
#mrkt1051 form select {
	border: 1px solid #838485;
	font-size: 16px;
	padding: 6px 8px;
	background-size: 1em;
	background-position: top 0.5em right 0.5em;
	border-radius: 5px;
    background-color: #fff;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
#mrkt1051 form textarea{
	min-height: 10em;
}
#mrkt1051 form button {
	display: block;
    width: 460px;
    margin: 20px auto 0 auto;
    background: #d21616;
    border-radius: 10px;
    box-shadow: 0 4px 0 #8b0b0b;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 1.25em 0;
    border: none;
    color: #fff;;
}
#mrkt1051 .mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: normal;
    width: 310px;
    flex-shrink: 0;
	padding: 0.25em 0;
}
#mrkt1051 .mktoForm .mktoFormCol {
	float: none;
}
#mrkt1051 .mktoForm .mktoFieldWrap {
	float: none;
	display: flex;
	align-items: center;
}
#mrkt1051 .mktoForm div:nth-of-type(8) .mktoFieldWrap {
	align-items: flex-start;
}
#mrkt1051 .mktoForm div:nth-of-type(7) .mktoFieldWrap {
	float: none;
	display: flex;
    align-items: flex-start;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
#mrkt1051 .mktoForm div:nth-of-type(7) .mktoCheckboxList{
	padding-top: 0.6em;
}

#mrkt1051 .mktoForm.mktoLayoutAbove .mktoLabel {
	width: 310px;
	flex-shrink: 0;
	padding: 0.25em 0;
}
/*----マルケト----*/


/*----修正PC250106STARRT----*/
.img_box2501 {
    display: flex;
    justify-content: space-between;
    width: 1040px;
    margin: 0 auto;
}
.price .cont .note2501 {
    text-indent: 0;
    margin-top: 1em;
    display: block;
    font-size: 90%;
}
.price .cont .note2501 li{
    display: flex;
    list-style: none;
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
	margin: .5em 0 0 .5em;
	background-color: transparent;
	justify-content: flex-start;
}
.price .cont .note2501 li span {
    padding-right: 0.5em;
}
header .logo img.mitsui {
    width: 230px;
    height: auto;
    margin-top: 0.25em;
    display: block;
}
header .logo img.corp {
    width: 250px;
    height: auto;
    margin-top: 0;
    display: block;
}
/*----修正PC250106END----*/

/*----修正PC250218START----*/
.mv{
    height: 672px;
	background-size: cover;
}
.mv .wrap .box{
	margin: 0 auto;
}
.mv .wrap .ttl2_250218{
	width: 100%;
	text-align: center;
}
.mv .wrap .ttl2_250218 .txt0{
	position: relative;
	font-size: 26px;
	color: #fff;
	text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8);
}
.mv .wrap .ttl2_250218 .txt0::before{
	content: '';
	position: absolute;
	left: -1.5em;
	top: 0.5em;
	width: 1.5em;
	height: 1.5em;
	display: block;
	width: 1.5em;
	height: 3px;
	transform: rotate(50deg);
	background-color: #fff;
}
.mv .wrap .ttl2_250218 .txt0::after{
	content: '';
	position: absolute;
	right: -1.5em;
	top: 0.5em;
	width: 1.5em;
	height: 1.5em;
	display: block;
	width: 1.5em;
	height: 3px;
	transform: rotate(-50deg);
	background-color: #fff;
}
.mv .wrap .ttl2_250218 .txt1{
	display: block;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8);
	padding-top: 0.2em;
}
.mv .wrap .ttl2_250218 .txt2{
	display: block;
	font-size: 75px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8);
	margin-top: -0.15em;
}
.mv .wrap p{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8);
}
.mv .wrap .circle {
    display: flex;
    justify-content: center;
    gap: 0.75em;
    width: 24%;
    margin: 0.75em auto 0;
}
.mv .wrap .circle img {
    width: 100%;
    height: auto;
    margin: 0;
}

.btn250218 {
	padding: 4em 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0 2em;
}
.btn250218 a {
    text-align: center;
    width: 430px;
    border-radius: 0.3em;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.36));
    border: 2px solid #fff;
	font-size: 22px;
	display: block;
	padding: 1.25em 2em;
	color: #fff;
	font-weight: bold;
	position: relative;
	background-color: #a8855f;
}
.btn250218 a.txt_link {
    display: block;
    padding: 1em 0 0 1.5em;
    font-size: 20px;
    color: #08384f;
    font-weight: 700;
    background-color: transparent;
    border-radius: 0;
    filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
    border: none;
    text-decoration: underline;
}
.btn250218 a.txt_link span {
    font-weight: 700;
    position: relative;
}
.btn250218 a.txt_link span::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 3px solid #08384f;
    border-right: 3px solid #08384f;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: -1.25em;
    top: 0.25em;
}
.btn250218 a.navy {
    background-color: #08384f;
}
.cta2501{
    background-color: #a5865a;
    padding: 60px 0;
}
.cta2501.type2{
    margin-top: 80px;
}
.cta2501 .wrap{
    margin: 0 auto;
    padding: 0 20px;
    width: 1240px;
}

.cta2501 .wrap ul {
    display: flex;
    justify-content: center;
    gap: 0 4em;
}
.cta2501 .wrap ul li {
    width: 450px;
}
.cta2501 .wrap ul li p{
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.cta2501 .wrap ul li p span{
    position: relative;
}
.cta2501 .wrap ul li p span::before{
    content: '';
    position: absolute;
    left: -1.5em;
    top: 13px;
    height: 2px;
    width: 1.5em;
    display: block;
    background-color: #fff;
    transform: rotate(55deg);
}
.cta2501 .wrap ul li p span::after{
    content: '';
    position: absolute;
    right: -1.5em;
    top: 13px;
    height: 2px;
    width: 1.5em;
    display: block;
    background-color: #fff;
    transform: rotate(-55deg);
}

.cta2501 .wrap ul li a {
    display: block;
    padding: 1.25em 2em;
    font-size: 25px;
    color: #a5865a;
    font-weight: 700;
    position: relative;
    background-color: #fff;
    text-align: center;
    margin-top: 0.5em;
    border: 3px solid #a5865a;
    border-radius: 0.3em;
}
.cta2501 .wrap ul li a:hover {
    border-color: #fff;
    color: #fff;
    background-color: #a5865a;
    opacity: 1;
}
.cta2501 .wrap ul li a.navy:hover {
    border-color: #08384f;
    color: #08384f;
    background-color: #fff;
}

.cta2501 .wrap ul li a.navy {
    color: #fff;
    background-color: #08384f;
}
.cta2501 .wrap ul li a.txt_link {
    font-size: 21px;
    display: block;
    padding: 0.5em 0 0 1.5em;
    color: #fff;
    font-weight: 700;
    background-color: transparent;
    border-radius: 0;
    border: none;
    text-decoration: underline;
}
.cta2501 .wrap ul li a.txt_link span{
    font-weight: 700;
    position: relative;
}
.cta2501 .wrap ul li a.txt_link span:before {
    content: "";
    width: 13px;
    height: 13px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: -1.25em;
    top: .5em;
}
.cta2501 .wrap ul li a.txt_link:hover {
    opacity: 0.75;
    color: #fff;
}
/*----修正PC250218END----*/

/*----修正PC250904START----*/
#form {
    padding-bottom: 90px;
}
#form .ttl2 {
    font-size: 50px;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    background-color: #a4845f;
    color: #fff;
    font-weight: bold;
}
#form p {
    text-align: center;
    font-size: 16px;
}
#form p.txt1 {
    font-size: 22px;
    text-align: center;
    width: 100%;
    padding: 60px 0 0 0;
    color: #000000;
    font-weight: bold;
}
#form p.txt2 {
    font-size: 30px;
    width: 100%;
    padding: 30px 0 0 0;
    color: #000000;
    font-weight: bold;
    background: url(../img/message_mark2.svg) no-repeat center bottom 20px;
    background-size: 250px auto;
    padding-bottom: 120px;
}
#form p.txt2 strong {
	font-weight: initial;
	color: #d21616;
}
#mrkt1051 {
    background-color: #f9f9f9;
    width: 980px;
    margin: 40px auto 0 auto;
    padding: 2em 6em 0 6em;
}
/*----修正PC250904END----*/
