@charset "UTF-8";
/* CSS Document */

#tochiieplus .sec01 {
	padding-top: 80px;
	text-align: center;
	margin-bottom: 150px;
}

#tochiieplus .sec01 h2 {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 25px;
	text-align: center;
	color: #d72229;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#tochiieplus .sec02 {
	background: url("../images/index/bg01.jpg") repeat-y;
	background-size: 100% auto;
	border-radius: 80px 80px 0 0;
	padding-top: 80px;
	padding-bottom: 140px;
}

#tochiieplus .sec02 h2 {
	width: 90%;
	max-width: 730px;
	margin: 0 auto 0 auto;
	position: relative;
	top: -115px;
}

.sec03 {
	border-radius: 80px 80px 0 0;
	padding-top: 80px;
	background: #fff;
	margin-top: -100px;
	padding-bottom: 140px;
}

.sec03 dl {
	display: grid;
    grid-template-columns: 25% 70%;
    gap: 5%;
	align-items: center;
	margin-bottom: 25px;
}

.sec03 dd h3 {
	font-size: 38px;
	line-height: 1;
	font-weight: 800;
	margin-bottom: 20px;
}

.sec03 dd p {
	font-size: 19px;
	font-weight: 700;
}

.sec03 .img {
	margin-bottom: 70px;
}

.sec03 h4 {
	font-size: 28px;
	line-height: 1.4;
	font-weight: 800;
	text-align: center;
	position: relative;
	color: #d72229;
}

.sec03 h4:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../images/index/item01.svg);
	background-repeat: no-repeat;
    background-size: contain;
	position: absolute;
	left: 0;
	top: -30px;
}

.sec03 h4:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../images/index/item01.svg);
	background-repeat: no-repeat;
    background-size: contain;
	position: absolute;
	right: 0;
	bottom: -30px;
	transform: rotate(180deg);
}

#tochiieplus .sec02.sec04 {
	padding-top: 30px;
	padding-bottom: 140px;
}

#tochiieplus .sec02.sec04 h2 {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 0 auto;
	position: relative;
	top: -60px;
}

.sec05 {
	border-radius: 80px 80px 0 0;
	padding-top: 100px;
	background: #fff;
	margin-top: -80px;
	padding-bottom: 140px;
}

#tochiieplus .sec05 h2 {
	width: 90%;
	max-width: 480px;
	margin: 0 auto 100px auto;
	position: relative;
}

#tochiieplus .sec05 .item-box {
	display: flex;
	align-items: center;
	margin-bottom: 100px;
	position: relative;
	justify-content: center;
	gap:30px;
}

#tochiieplus .sec05 .item-box .img {
	width: 35%;
}

#tochiieplus .sec05 .item-box:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../images/index/item01.svg);
	background-repeat: no-repeat;
    background-size: contain;
	position: absolute;
	left: 0;
	top: -30px;
}

#tochiieplus .sec05 .item-box:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../images/index/item01.svg);
	background-repeat: no-repeat;
    background-size: contain;
	position: absolute;
	right: 0;
	bottom: -30px;
	transform: rotate(180deg);
}

#tochiieplus .sec05 h3 {
	font-size: 28px;
	line-height: 1.4;
	font-weight: 800;
	color: #d72229;
	margin-bottom: 15px;
}

#tochiieplus .sec05 p {
	font-size: 19px;
}

.sec06 {
	border-radius: 80px 80px 0 0;
	padding-top: 80px;
	background: #fffde8;
	margin-top: -80px;
	padding-bottom: 140px;
}

#tochiieplus .sec06 h2 {
	width: 90%;
	max-width: 590px;
	margin: 0 auto 0 auto;
	position: relative;
	top: -110px;
}

#tochiieplus .sec06 dl {
	margin-bottom: 30px;
}

#tochiieplus .sec06 dt {
	display: inline-block;
	background: #fff;
	border: 2px solid #e50012;
	border-radius: 10px;
	padding: 10px 15px;
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	color: #e50012;
	margin-bottom: 35px;
}

#tochiieplus .sec06 dt span {
	border-right: 1px solid #e50012;
	padding-right: 10px;
	display: inline-block;
	margin-right: 10px;
	font-size: 34px;
	font-family: Arial, Helvetica, "sans-serif";
}

#tochiieplus .sec06 dd {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

#tochiieplus .sec06 dd h4 {
	text-align: center;
	font-size: 25px;
	line-height: 1.4;
	font-weight: 700;
	color: #e50012;
	margin-bottom: 10px;
	min-height: 70px;
}

#tochiieplus .sec06 .side-border {
	position: relative;
}

#tochiieplus .sec06 .side-border:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
	position: absolute;
	left: -15px;
	top: 0;
	border-left: 2px dashed #e50012;
}

#tochiieplus .sec06 .side-border:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
	position: absolute;
	right: -15px;
	top: 0;
	border-left: 2px dashed #e50012;
}

#tochiieplus .point {
	background: #e50012;
	padding: 15px;
	text-align: center;
	font-size: 26px;
	line-height: 1.4;
	color: #fff;
	font-weight: 700;
	margin-bottom: 60px;
}

#tochiieplus .point span {
	font-size: 22px;
}


#tochiieplus .sec06.sec07 {
	background: url("../images/index/bg02.jpg") repeat-y;
	background-size: 100% auto;
	border-radius: 80px 80px 0 0;
	padding-top: 80px;
	padding-bottom: 140px;
}

#tochiieplus .sec06.sec07 dd h4 {
	color: #fff;
}

#tochiieplus .sec06.sec07 .point {
	background: #fff;
	color: #e50012;
}

#tochiieplus .sec06.sec07 dt {
	background: #e50012;
	border: 2px solid #fff;
	color: #fff;
}

#tochiieplus .sec06.sec07 dt span {
	border-right: 1px solid #fff;
}

#tochiieplus .sec06.sec08 {
	padding-bottom: 0;
}

#tochiieplus .sec09 {
	background: url("../images/index/bg03.jpg") left top no-repeat #fafafa;
	background-size: 100% auto;
	padding: 230px 0 80px 0;
}

#tochiieplus .sec09 h2 {
	width: 90%;
	max-width: 560px;
	margin: 0 auto 30px auto;
}

#tochiieplus .qa {
	margin-bottom: 40px;
}

#tochiieplus .qa-title {
	display: flex;
	justify-content: space-between;
    align-items: center;
	margin-bottom: 20px;
}

#tochiieplus .qa-title dt {
	width: 140px;
}

#tochiieplus .qa-title dd {
	width: calc(100% - 160px);
	font-size: 30px;
	line-height: 1.4;
	font-weight: 700;
	color: #3170b4;
}

#tochiieplus .qa-box {
	display: flex;
	justify-content: space-between;
	background: #d8e6f1;
	border-radius: 20px;
	padding: 30px;
}

#tochiieplus .qa-box dt {
	width: 110px;
}

#tochiieplus .qa-box dd {
	width: calc(100% - 140px);
	font-size: 20px;
	line-height: 1.5;
}

#tochiieplus .qa-box dd h3 {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #3170b4;
}


#tochiieplus .sec11 {
	background: url("../images/index/bg04.jpg") left top no-repeat #fffde8;
	background-size: 100% auto;
	padding: 200px 0 80px 0;
}

#tochiieplus .sec11 h2 {
    width: 90%;
    max-width: 700px;
    margin: 0 auto 25px auto;
    position: relative;
}


#tochiieplus .sec12 {
	background: url("../images/index/bg06.jpg") left top no-repeat #fff;
	background-size: 100% auto;
	padding: 200px 0 80px 0;
}

#tochiieplus .sec12 h2 {
    width: 90%;
    max-width: 500px;
    margin: 0 auto 10px auto;
	position: relative;
    top: -110px;
}


#tochiieplus .sec10 {
	background-size: 100% auto;
	padding: 160px 0 80px 0;
	background: #fffde8;
	position: relative;
	top: -80px;
}

.sec11-inner {
	width: 100%;
    max-width: 1000px;
    margin: 0 auto 10px auto;
}

.sec10-inner {
	display: flex;
	justify-content: space-between;
}

.sec10-inner .text {
	width: calc(100% - 310px);
}

.sec10-inner .img {
	width: 270px;
}

.sec10-inner .text dl {
	margin-bottom: 35px;
}

.sec10-inner .text dt {
	text-align: center;
	border-bottom: 1px solid #603813;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.sec10-inner .text dd {
	text-align: center;
}

.sec10-inner .contact-area {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
    align-items: center;
	gap:15px;
}

.contact-bt a {
	display: flex;
	background: #00b900;
	color: #fff;
	border-radius: 4px;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 20px;
	border: 1px solid #00b900;
	align-items: center;
}

.contact-bt a:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(../images/index/line.svg);
	background-repeat: no-repeat;
    background-size: contain;
	margin-right: 10px;
}

.contact-bt a:hover {
	background: #fff;
	color: #00b900;
}

.footer {
	padding: 100px 0;
	background: url("../images/index/bg05.jpg") no-repeat;
	background-size: cover;
}

.footer a {
	color: #603813;
}

.footer dl {
	display: flex;
	gap:60px;
	align-items: center;
}

.footer dt {
	width: 250px;
}

.footer dt img {
	width: 100%;
	height: auto;
}

.footer dd {
	font-size: 17px;
	font-weight: 700;
}

.footer dd li {
	margin-bottom: 14px;
}

.footer dd li:last-child {
	margin-bottom: 0;
}

.footer li:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/index/li.svg);
	background-repeat: no-repeat;
    background-size: contain;
	margin-right: 10px;
}

.footer .inner1000 {
	position: relative;
}

.page-top {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70px;
}

.page-top a {
	display: block;
}

.page-top img {
	width: 100%;
}


.form-box {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}


#tochiieplus .sec13 {
	background: url("../images/index/bg07.jpg") left top no-repeat #d72229;
	background-size: 100% auto;
	padding: 200px 0 120px 0;
	border-radius: 0 0 60px 60px;
}

.img09 {
	margin-top: 50px;
}

.sec14 h2 {
    width: 90%;
    max-width: 280px;
    margin: 0 auto 10px auto;
	position: relative;
    top: -70px;
}

.img13 {
	width: 90%;
    max-width: 700px;
    margin: 0 auto 10px auto;
	position: relative;
    top: -40px;
}

.img10 {
	width: 90%;
    max-width: 800px;
    margin: 0 auto 10px auto;
}

.sec14 {
	background: #ffff;
	border-radius: 0 0 60px 60px;
	 box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.08);
	padding-bottom: 100px;
	position: relative;
    z-index: 2;
}














