@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
body {
    padding-bottom: 170px;
}
.header {
	background: #fff !important;
    padding: 0 20px;
    z-index: 10;
    position: relative;
}
.header_content {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1000px;
	padding: 20px 0
}
@media not all and (min-width:768px) {
    body {
        padding-bottom: calc(150 / 375 * 100vw);
    }
    .header {
        padding: 0;
    }
	.header_content {
        align-items: center;
		padding: calc(7 / 375 * 100vw) calc(12 / 375 * 100vw);
	}
}
.header_logo_mh {
	display: block;
	width: 160px
}
@media not all and (min-width:768px) {
	.header_logo_mh {
		width: 21.47vw
	}
}
.header_logo_mfg {
	display: block;
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
	width: 200px
}
@media not all and (min-width:768px) {
	.header_logo_mfg {
		width: 29.84vw
	}
}
@media screen and (min-width: 769px) {
	.l-footer-nav-03, .l-footer-nav-04 {
		display: none;
	}
	footer .l-footer-nav-05 {
		border-top: 1px solid #E8E5DE;
	}
}
@media screen and (max-width: 768px) {
	.l-header-btn, .l-footer-nav-06-list {
		display: none;
	}
}

/*wrapContents
-------------------------------------------------- */
.wrapContents {
	overflow: hidden;
	font-family: 'TsukuGoPro-M';
	font-family: 'TsukuGoPro-M',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
/*.wrapContents * {
	font-family: 'TsukuGoPro-M',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}*/
figure {
	margin: 0;
}
img {
	width: 100%;
}


/*p-tochi-inner
-------------------------------------------------- */
.p-tochi-inner {
    box-sizing: border-box;
    position: relative;
	max-width: 1000px;
    margin: 0 auto;
}
@media only screen and (max-width:768px) {

}


/*p-tochi-float
-------------------------------------------------- */
.p-tochi-float {
    box-sizing: border-box;
	position: fixed;
    bottom: 15px;
    right: 0;
    z-index: 999;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}
.p-tochi-float img {
    width: 16rem;
    height: auto;
    object-fit: cover;
}
.p-tochi-float.is-active {
    opacity: 1;
    pointer-events: all;
}
.p-tochi-float .btn-more {
    max-width: 510px;
    margin: 0 auto;
}
.p-tochi-float .btn-more a {
    text-align: center;
    display: block;
    background: #fff;
    color: #B17000;
    font-size: 1.8rem;
    font-family: 'TsukuGoPro-B',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
    font-weight: bold;
    letter-spacing: 0.06em;
    padding: 14px 0;
    border-radius: 80px;
    transition: 0.3s;
    position: relative;
    box-shadow: 0 5px 0 rgba(69,69,69,.2);
}
.p-tochi-float .btn-more a::before {
    content: "";
    position: absolute;
    background: url("../images/ico-arrow-white.svg") no-repeat;
    background-size: 100% 100%;
    width: 60px;
    height: 7.7px;
    right: 37px;
    bottom: 25px;
    filter: invert(42%) sepia(96%) saturate(6864%) hue-rotate(19deg) brightness(92%) contrast(97%);
}
.p-tochi-float:hover {
    opacity: 0.5;
}
@media only screen and (max-width:768px) {
    .p-tochi-float {
        bottom: calc(10 / 375 * 100vw);
    }
    .p-tochi-float img {
        width: 12.4rem;
        height: auto;
        object-fit: cover;
    }
    .p-tochi-float .btn-more {
        max-width: calc(323 / 375 * 100vw);
    }
    .p-tochi-float .btn-more a {
        font-size: calc(18 / 375 * 100vw);
        padding: calc(10 / 375 * 100vw) 0;
        border-radius: calc(80 / 375 * 100vw);
    }
    .p-tochi-float .btn-more a::before {
        width: calc(40 / 375 * 100vw);
        height: calc(7.7 / 375 * 100vw);
        right: calc(16 / 375 * 100vw);
        bottom: calc(20 / 375 * 100vw);
    }
}


/*p-tochi-hdg
-------------------------------------------------- */
.p-tochi-hdg-inner {
	position: relative;
    padding-top: 41.5%;
}
.p-tochi-hdg-inner::before {
    content: "";
    position: absolute;
    background: url("../images/img-parts01.png") no-repeat;
    background-position: top;
    background-size: 100%;
    width: calc(1156 / 1920 * 100vw);
    height: calc(1004 / 1920 * 100vw);
    top: -30%;
    left: -8.4%;
    z-index: 1;
    filter: blur(0.6px);
    opacity: .9;
}
.p-tochi-hdg-inner::after {
    content: "";
    position: absolute;
    background: url("../images/img-parts-line01.png") no-repeat;
    background-position: top;
    background-size: 100%;
    width: calc(300 / 1920 * 100vw);
    height: calc(252/ 1920 * 100vw);
    bottom: -8.55%;
    right: -2.7%;
    z-index: -1;
}
.p-tochi-hdg-ph {
    position: absolute;
    left: 50%;
    margin-left: -6.7%;
    top: 40px;
    width: 51.5%;
    max-width: 990px;
}
.p-tochi-hdg-text {
    z-index: 1;
    width: 26%;
    position: absolute;
    top: 25.6%;
    left: 24.3%;
}
@media only screen and (max-width:768px) {
    .p-tochi-hdg-inner {
        padding-top: calc(485 / 375 * 100vw);
    }
    .p-tochi-hdg-inner::before {
        background: url("../images/img-parts01-sp.png") no-repeat;
        background-position: top;
        background-size: 100%;
        width: calc(436 / 375 * 100vw);
        height: calc(398 / 375 * 100vw);
        top: inherit;
        bottom: calc(-3 / 375 * 100vw);
        left: calc(-101 / 375 * 100vw);
    }
    .p-tochi-hdg-inner::after {
        background: url("../images/img-parts-line01-sp.png") no-repeat;
        background-position: top;
        background-size: 100%;
        width: calc(327 / 375 * 100vw);
        height: calc(295/ 375 * 100vw);
        bottom: calc(-32 / 375 * 100vw);
        right: calc(-183 / 375 * 100vw);
    }
    .p-tochi-hdg-ph {
        left: inherit;
        right: calc(-110 / 375 * 100vw);
        margin-left: 0;
        top: 0;
        width: calc(437 / 375 * 100vw);
    }
    .p-tochi-hdg-text {
        width: calc(290 / 375 * 100vw);
        top: inherit;
        bottom: calc(-2 / 375 * 100vw);
        left: calc(20 / 375 * 100vw);
    }

}

/*p-tochi-cv
-------------------------------------------------- */
.p-tochi-cv {
    text-align: center;
    padding-bottom: 90px;
}
.p-tochi-cv .sttl {
    margin-bottom: 10px;
}
.p-tochi-cv .sttl span {
    color: #046DD6;
    font-size: 1.4rem;
    font-family: 'TsukuGoPro-B',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    display: inline-block;
}
.p-tochi-cv .sttl span::before {
    content: "";
    position: absolute;
    background: url("../images/img-parts-title02.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    left: -27.5px;
    bottom: 2px;
}
.p-tochi-cv .sttl span::after {
    content: "";
    position: absolute;
    background: url("../images/img-parts-title02.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    right: -27.5px;
    bottom: 2px;
    transform: scale(-1,1);
}
.p-tochi-cv .btn-more {
    max-width: 560px;
    margin: 0 auto;
}
.p-tochi-cv .btn-more a {
    display: block;
    background: #046DD6;
    color: #fff;
    font-size: 2.6rem;
    font-family: 'TsukuGoPro-B',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
    font-weight: bold;
    letter-spacing: 0.06em;
    padding: 21px 0 23px;
    border-radius: 80px;
    transition: 0.3s;
    position: relative;
}
.p-tochi-cv .btn-more a::before {
    content: "";
    position: absolute;
    background: url("../images/ico-arrow-white.svg") no-repeat;
    background-size: 100% 100%;
    width: 60px;
    height: 7.7px;
    right: 37px;
    bottom: 36px;
}
.p-tochi-cv .btn-more a::after {
    content: "";
    position: absolute;
    background: url("../images/ico-btn-text.svg") no-repeat;
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}
.p-tochi-cv .btn-more a:hover {
    opacity: 0.5;
}

@media only screen and (max-width:768px) {
    .p-tochi-cv {
        padding: 0 calc(15 / 375 * 100vw) calc(60 / 375 * 100vw);
    }
    .p-tochi-cv .sttl {
        margin-bottom: calc(8 / 375 * 100vw);
    }
    .p-tochi-cv .sttl span {
        font-size: calc(13 / 375 * 100vw);
    }
    .p-tochi-cv .sttl span::before {
        width: calc(14.2 / 375 * 100vw);
        height: calc(14.2 / 375 * 100vw);
        left: calc(-25 / 375 * 100vw);
        bottom: calc(2 / 375 * 100vw);
    }
    .p-tochi-cv .sttl span::after {
        width: calc(14.2 / 375 * 100vw);
        height: calc(14.2 / 375 * 100vw);
        right: calc(-25 / 375 * 100vw);
        bottom: calc(2 / 375 * 100vw);
    }
    .p-tochi-cv .btn-more {
        max-width: calc(323 / 375 * 100vw);
    }
    .p-tochi-cv .btn-more a {
        font-size: calc(18 / 375 * 100vw);
        padding: calc(17 / 375 * 100vw) 0 calc(17 / 375 * 100vw);
        border-radius: calc(80 / 375 * 100vw);
    }
    .p-tochi-cv .btn-more a::before {
        width: calc(40 / 375 * 100vw);
        height: calc(7.7 / 375 * 100vw);
        right: calc(16 / 375 * 100vw);
        bottom: calc(27 / 375 * 100vw);
    }
    .p-tochi-cv .btn-more a::after {
        width: calc(54 / 375 * 100vw);
        height: calc(54 / 375 * 100vw);
        left: calc(3 / 375 * 100vw);
    }
}

/*p-tochi-about
-------------------------------------------------- */
.p-tochi-about {
    position: relative;
    padding: 0 0 40px;
    background: #E2F4FA;
}
.p-tochi-about::before {
    content: "";
    position: absolute;
    background: url("../images/bg-contents.png") no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    width: 100%;
    height: 320px;
    top: -320px;
    z-index: -1;
    min-width: 1290px;
    left: 50%;
    transform: translateX(-50%);
}

.p-tochi-about-text {
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-family: 'TsukuGoPro-B',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
    font-weight: bold;
    color: #0B486E;
    margin-top: -60px;
}
.p-tochi-about-text > span {
    position: relative;
    display: inline-block;
}
.p-tochi-about-text .color {
    color: #0695C9;
}


@media only screen and (max-width:768px) {
    .p-tochi-about {
        padding: 0 0 calc(10 / 375 * 100vw);
        margin-top: calc(43 / 375 * 100vw);
    }
    .p-tochi-about::before {
        background: url("../images/bg-contents-sp.png") no-repeat;
        background-size: 100% 100%;
        background-position: bottom;
        width: 100%;
        height: calc(908 / 375 * 100vw);
        top: calc(-80 / 375 * 100vw);
        min-width: 375px;
    }

    .p-tochi-about-text {
        text-align: left;
        padding: 0 calc(15 / 375 * 100vw);
        font-size: calc(16 / 375 * 100vw);
        line-height: 1.68;
        margin-top: calc(-16 / 375 * 100vw);
        margin-bottom: calc(10 / 375 * 100vw);
    }
    .p-tochi-about-img {
        padding-left: calc(6 / 375 * 100vw);
    }
}

/*p-tochi-check
-------------------------------------------------- */
.p-tochi-check {
    padding-top: 65px;
    padding-bottom: 95px;
    position: relative;
}
.p-tochi-check--first {
    padding-top: 30px;
    padding-bottom: 0;
}
.p-tochi-check--second {
    padding-bottom: 47px;
}
.p-tochi-check p {
    text-align: center;
    color: #fff;
    width: fit-content;
    margin: 0 auto 18px;
    font-size: 2.8rem;
    font-family: 'TsukuGoPro-B',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
    font-weight: bold;
    line-height: 1.75;
    border-bottom: 5px dotted #fff;
}
.p-tochi-check::after {
    content: "";
    position: absolute;
    background: url("../images/bg-contents02.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 360px;
    min-width: 1290px;
    background-position: top center;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
}
.p-tochi-check::before {
    content: "";
    position: absolute;
    top: 0;
    background: #E2F4FA;
    width: 100%;
    height: 35px;
    z-index: -2;
}
.p-tochi-check--second::before {
    background: none;
}
.p-tochi-check h2 {
    text-align: center;
    color: #fff;
    margin: 0 0 67px;
    font-size: 3.2rem;
    font-family: 'TsukuGoPro-B',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
    font-weight: bold;
    line-height: 1.75;
}
.p-tochi-check--first h2 {
    font-size: 2.4rem;
}
.p-tochi-check--first .text-large {
    font-size: 3rem;
}
.p-tochi-check h2 span {
    position: relative;
    display: inline-block;
}
.p-tochi-check h2 span.line-white {
    background: #fff;
    color: #0B486E;
    font-size: 3.2rem;
    line-height: 1.2;
}
.p-tochi-check--first h2 span:not(.line-white):not(.text-large)::before {
    content: "";
    position: absolute;
    background: url("../images/img-parts-title-kirakira04.svg") no-repeat;
    background-size: 100% 100%;
    width: 227px;
    height: 98px;
    right: -55px;
    bottom: 25px;
}
.p-tochi-check--first h2 span:not(.line-white):not(.text-large)::after {
    content: "";
    position: absolute;
    background: url("../images/img-parts-title-kirakira03.svg") no-repeat;
    background-size: 100% 100%;
    width: 144px;
    height: 76px;
    left: -65px;
    bottom: 55px;
}
.p-tochi-check--second h2 span:not(.line-white):not(.text-large)::before {
    content: "";
    position: absolute;
    background: url("../images/img-parts-title-kirakira01.svg") no-repeat;
    background-size: 100% 100%;
    width: 62px;
    height: 39px;
    right: -85px;
    bottom: 25px;
}
.p-tochi-check--second h2 span:not(.line-white):not(.text-large)::after {
    content: "";
    position: absolute;
    background: url("../images/img-parts-title-kirakira02.svg") no-repeat;
    background-size: 100% 100%;
    width: 112px;
    height: 79px;
    left: -150px;
    bottom: 20px;
}
.p-tochi-check figure {
    position: absolute;
    width: 17%;
    max-width: 170px;
    top: -85px;
    right: 15px;
}
.p-tochi-check--first figure {
    top: -105px;
}
.p-tochi-check--second figure {
    top: -117px;
}
@media only screen and (max-width:768px) {
    .p-tochi-check {
        padding-top: calc(43 / 375 * 100vw);
        padding-bottom: calc(85 / 375 * 100vw);
    }
    .p-tochi-check--first {
        padding-top: calc(39 / 375 * 100vw);
        padding-bottom: 0;
    }
    .p-tochi-check--second {
        padding-top: calc(54 / 375 * 100vw);
        padding-bottom: 0;
    }
    .p-tochi-check p {
        font-size: calc(24 / 375 * 100vw);
        margin-top: calc(15 / 375 * 100vw);
        margin-bottom: calc(14 / 375 * 100vw);
        border-bottom: calc(4 / 375 * 100vw) dotted #fff;;
    }
    .p-tochi-check::after {
        content: "";
        position: absolute;
        background: url("../images/bg-contents02-sp.png") no-repeat;
        background-size: 100%;
        min-height: calc(498 / 375 * 100vw);
        min-width: calc(376 / 375 * 100vw);
    }
    .p-tochi-check--second::after {
        background: url("../images/bg-contents04-sp.png") no-repeat;
        background-size: 100%;
        min-height: calc(498 / 375 * 100vw);
        min-width: calc(376 / 375 * 100vw);
    }
    .p-tochi-check::before {
        height: calc(35 / 375 * 100vw);
    }
    .p-tochi-check .p-tochi-inner {
        padding: 0 calc(15 / 375 * 100vw);
    }
    .p-tochi-check h2 {
        margin: 0 0 calc(55 / 375 * 100vw);
        font-size: calc(26 / 375 * 100vw);
    }
    .p-tochi-check--first h2 {
        font-size: calc(19 / 375 * 100vw);
        line-height: 1.3;
    }
    .p-tochi-check--second h2 {
        font-size: calc(21 / 375 * 100vw);
        line-height: 1.75;
    }
    .p-tochi-check h2 span.line-white {
        font-size: calc(24 / 375 * 100vw);
    }
    .p-tochi-check h2 span.line-white:nth-of-type(2) {
        margin-top: calc(10 / 375 * 100vw);
    }
    .p-tochi-check--first .text-large {
        font-size: calc(24 / 375 * 100vw);
        margin-top: calc(3 / 375 * 100vw);
    }
    .p-tochi-check--first h2 span:not(.line-white):not(.text-large)::before {
        background: url("../images/img-parts-title-kirakira02-sp.svg") no-repeat;
        background-size: 100% 100%;
        width: calc(33 / 375 * 100vw);
        height: calc(57 / 375 * 100vw);
        right: calc(18 / 375 * 100vw);
        top: calc(-33 / 375 * 100vw);
        bottom: inherit;
    }
    .p-tochi-check--first h2 span:not(.line-white):not(.text-large)::after {
        background: url("../images/img-parts-title-kirakira01-sp.svg") no-repeat;
        background-size: 100% 100%;
        width: calc(76 / 375 * 100vw);
        height: calc(93 / 375 * 100vw);
        left: calc(0 / 375 * 100vw);
        bottom: calc(80 / 375 * 100vw);
    }
    .p-tochi-check--second h2 span:not(.line-white):not(.text-large)::before {
        background: url("../images/img-parts-title-kirakira04-sp.svg") no-repeat;
        background-size: 100% 100%;
        width: calc(96 / 375 * 100vw);
        height: calc(42 / 375 * 100vw);
        right: calc(-20 / 375 * 100vw);
        top: calc(-27 / 375 * 100vw);
        bottom: inherit;
    }
    .p-tochi-check--second h2 span:not(.line-white):not(.text-large)::after {
        background: url("../images/img-parts-title-kirakira03-sp.svg") no-repeat;
        background-size: 100% 100%;
        width: calc(57 / 375 * 100vw);
        height: calc(114.5 / 375 * 100vw);
        left: calc(-33 / 375 * 100vw);
        bottom: calc(-5 / 375 * 100vw);
    }
    .p-tochi-check figure {
        width: calc(132 / 375 * 100vw);
        top: calc(-190 / 375 * 100vw);
        right: calc(15 / 375 * 100vw);
    }
    .p-tochi-check--second figure {
        width: calc(77 / 375 * 100vw);
        top: calc(70 / 375 * 100vw);
        right: calc(5 / 375 * 100vw);
    }
}
@media only screen and (max-width:767px) {
    .p-tochi-check--first h2 span:not(.line-white):not(.text-large)::after {
        bottom: calc(77 / 375 * 100vw);
        left: calc(5 / 375 * 100vw);
    }
}

/*p-tochi-point
-------------------------------------------------- */
.p-tochi-point {
    padding-bottom: 153px;
    padding-inline: 15px;
}
.p-tochi-point--first {
    padding-top: 15px;
    padding-bottom: 70px;
}
.p-tochi-point--second {
    padding-bottom: 55px;
}
.p-tochi-point .p-tochi-inner {
    max-width: 920px;
}
.p-tochi-point h2 {
    text-align: center;
    margin: 0 0 80px;
}
.p-tochi-point h2 span {
    display: block;
    font-size: 20px;
    font-family: 'TsukuGoPro-B',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
    font-weight: bold;
    color: #298FCE;
    margin-bottom: 14.5px;
}
.p-tochi-point h2 img {
    height: 98px;
}
.p-tochi-point-item {
    display: flex;
    justify-content: space-between;
}
.p-tochi-point--second .p-tochi-point-item:not(:first-child) {
    margin-top: 50px;
}
.p-tochi-point--first .p-tochi-point-item:not(:last-child) {
    margin-bottom: 80px;
}
.p-tochi-point--first .p-tochi-point-item:nth-child(even) {
    flex-direction: row-reverse;
}
.p-tochi-point-item figure {
    width: 43.4%;
}
.p-tochi-point--second .p-tochi-point-item figure {
    width: 29.9%;
}
.p-tochi-point-item .text {
    width: 50%;
}
.p-tochi-point--first .p-tochi-point-item .text {
    width: 47.9%;
}
.p-tochi-point--second .p-tochi-point-item .text {
    width: 62%;
}
.p-tochi-point-item .text .num {
    position: relative;
    max-width: 123px;
    margin: 0 0 30px;
}
.p-tochi-point-item .text .num-wrap {
    display: flex;
    gap: 10px;
}
.p-tochi-point--first .p-tochi-point-item .text .num {
    margin-left: -13px;
}
.p-tochi-point--second .p-tochi-point-item .text .num {
    width: 40px;
    height: 40px;
    background: linear-gradient(to right, #E2C76B, #E6A63E);
    border-radius: 50%;
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    margin-bottom: 22px;
}
.p-tochi-point--second .p-tochi-point-item:nth-of-type(1) .text .num::before {
    content: "";
    position: absolute;
    background: url("../images/txt-merit-num01.svg") no-repeat;
    background-size: 100% 100%;
    width: 5px;
    height: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.p-tochi-point--second .p-tochi-point-item:nth-of-type(2) .text .num::before {
    content: "";
    position: absolute;
    background: url("../images/txt-merit-num02.svg") no-repeat;
    background-size: 100% 100%;
    width: 11.5px;
    height: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.p-tochi-point--second .p-tochi-point-item:nth-of-type(3) .text .num::before {
    content: "";
    position: absolute;
    background: url("../images/txt-merit-num03.svg") no-repeat;
    background-size: 100% 100%;
    width: 12px;
    height: 18.5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.p-tochi-point-item .text h3 {
    font-size: 2.4rem;
    font-family: 'TsukuGoPro-B',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
    font-weight: bold;
    margin: 0 0 12px;
    color: #0B486E;
}
.p-tochi-point--second .p-tochi-point-item .text h3 {
    line-height: 2;
}
.p-tochi-point-item .text p {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin: 0;
    color: #0B486E;
    line-height: 1.7;
}
@media only screen and (max-width:768px) {
    .p-tochi-point {
        padding: 0 calc(15 / 375 * 100vw);
        padding-bottom: calc(73 / 375 * 100vw);
    }
    .p-tochi-point--first {
        padding-top: calc(7 / 375 * 100vw);
        padding-bottom: calc(48 / 375 * 100vw);
    }
    .p-tochi-point h2 {
        margin: 0 0 calc(10 / 375 * 100vw);
    }
    .p-tochi-point h2 span {
        font-size: calc(16 / 375 * 100vw);
        margin-bottom: calc(18 / 375 * 100vw);
    }
    .p-tochi-point h2 img {
        height: calc(113 / 375 * 100vw);
    }
    .p-tochi-point-item {
        position: relative;
        display: block;
        padding-top: calc(50 / 375 * 100vw);
    }
    .p-tochi-point--first .p-tochi-point-item:not(:last-child) {
        margin-bottom: calc(33 / 375 * 100vw);
    }
    .p-tochi-point--second .p-tochi-point-item:not(:first-child) {
        margin-top: calc(30 / 375 * 100vw);
    }
    .p-tochi-point-item figure {
        width: 100%;
        margin-bottom: calc(21 / 375 * 100vw);
    }
    .p-tochi-point--second .p-tochi-point-item {
        padding-top: calc(15 / 375 * 100vw);
    }
    .p-tochi-point--second .p-tochi-point-item figure {
        width: 100%;
        margin-top: calc(23 / 375 * 100vw);
        margin-bottom: calc(30 / 375 * 100vw);
    }
    .p-tochi-point--second .p-tochi-point-item:last-of-type figure {
        margin-bottom: 0;
    }
    .p-tochi-point-item .text {
        width: 100% !important;
        padding: 0 calc(15 / 375 * 100vw);
        box-sizing: border-box;
    }
    .p-tochi-point--second .p-tochi-point-item .text {
        width: 100%;
        padding: 0 calc(15 / 375 * 100vw);
        box-sizing: border-box;
    }
    .p-tochi-point--first .p-tochi-point-item .text .num {
        position: absolute;
        max-width: calc(105 / 375 * 100vw);
        top: 0;
        left: 0;
        margin: 0;
    }
    .p-tochi-point-item .text .num-wrap {
        flex-direction: column;
    }
    .p-tochi-point--second .p-tochi-point-item .text .num {
        width: calc(40 / 375 * 100vw);
        height: calc(40 / 375 * 100vw);
        margin-bottom: calc(10 / 375 * 100vw);
        margin-inline: auto;
    }
    .p-tochi-point--second .p-tochi-point-item:nth-of-type(1) .text .num::before {
        width: calc(5 / 375 * 100vw);
        height: calc(18 / 375 * 100vw);
    }
    .p-tochi-point--second .p-tochi-point-item:nth-of-type(2) .text .num::before {
        width: calc(11.5 / 375 * 100vw);
        height: calc(18 / 375 * 100vw);
    }
    .p-tochi-point--second .p-tochi-point-item:nth-of-type(3) .text .num::before {
        width: calc(12 / 375 * 100vw);
        height: calc(18.5 / 375 * 100vw);;
    }
    .p-tochi-point-item .text h3 {
        font-size: calc(24 / 375 * 100vw);
        margin: 0 0 calc(12 / 375 * 100vw);
    }
    .p-tochi-point--second .p-tochi-point-item .text h3 {
        line-height: 1.5;
    }
    .p-tochi-point-item .text p {
        font-size: calc(16 / 375 * 100vw);
    }
}

/*p-tochi-column
-------------------------------------------------- */
.p-tochi-column {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    padding-bottom: 96px;
}
.p-tochi-column-inner {
    background: #F3F2EF;
    border-radius: 36px;
    max-width: 718px;
    padding: 40px 51px;
}
.p-tochi-column-inner h3 {
    font-family: 'TsukuGoPro-B',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 2rem;
    color: #6C685C;
    margin: 0;
}
.p-tochi-column-inner > p {
    color: #6C685C;
    line-height: 2;
    font-size: 1.6rem;
    margin-top: 25px;
}
.p-tochi-column-inner h3 img {
    width: 410px;
    margin-top: 20px;
    height: auto;
    object-fit: cover;
}
.p-tochi-column-list {
    display: flex;
    justify-content: center;
    gap: 2px;
    margin-top: 23px;
     padding: 0;
}
.p-tochi-column-list li {
    max-width: 178px;
}
.p-tochi-column-list li img {
    width: 178px;
    height: auto;
    object-fit: cover;
}
.p-tochi-column-list-text {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6C685C;
    width: 178px;
    height: 70px;
    margin-top: -4px;
}
.p-tochi-column-list-text p {
    font-family: 'TsukuGoPro-B',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    color: #fff;
    font-size: 1.4rem;
}

@media only screen and (max-width:768px) {
    .p-tochi-column {
        max-width: 100%;
        padding-bottom: calc(36 / 375 * 100vw);
    }
    .p-tochi-column-inner {
        border-radius: 0;
        max-width: 100%;
        padding: 60px 16px;
    }
    .p-tochi-column-inner h3 {
        font-size: calc(20 / 375 * 100vw);
        margin-top: 0;
    }
    .p-tochi-column-inner > p {
        font-size: calc(16 / 375 * 100vw);
        margin-top: calc(29 / 375 * 100vw);
        text-align: left;
    }
    .p-tochi-column-inner h3 img {
        width: calc(300 / 375 * 100vw);
        margin-top: calc(20 / 375 * 100vw);
    }
    .p-tochi-column-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: calc(1 / 375 * 100vw);
        margin-top: calc(18 / 375 * 100vw);
        padding-inline: calc(4 / 375 * 100vw);;
    }
    .p-tochi-column-list li {
        max-width: calc(167 / 375 * 100vw);
    }
    .p-tochi-column-list li img {
        width: calc(167 / 375 * 100vw);
    }
    .p-tochi-column-list-text {
        width: calc(167 / 375 * 100vw);
        height: calc(66 / 375 * 100vw);
        margin-top: calc(-4 / 375 * 100vw);
    }
    .p-tochi-column-list-text p {
        font-size: calc(14 / 375 * 100vw);
    }
}

/*p-tochi-voice
-------------------------------------------------- */
.p-tochi-voice {
    position: relative;
    padding-bottom: 90px;
    padding-inline: 15px;
    margin-top: 22.5px;
}
.p-tochi-voice::before {
    content: "";
    position: absolute;
    background: url("../images/img-parts02.png") no-repeat;
    background-size: 100%;
    width: 2005px;
    height: 1860px;
    left: 60%;
    transform: translateX(-50%);
    top: -365px;
    z-index: -1;
}
.p-tochi-voice::after {
    content: "";
    position: absolute;
    background: url("../images/img-parts-line02.png") no-repeat;
    background-position: top;
    background-size: 100%;
    width: calc(446 / 1920 * 100vw);
    height: calc(375/ 1920 * 100vw);
    bottom: -140px;
    left: -70px;
    z-index: -1;
}
.p-tochi-voice .p-tochi-inner {
    max-width: 920px;
}
.p-tochi-voice h2 {
    text-align: center;
    margin: 0 0 80px;
}
.p-tochi-voice h2 img {
    height: 98px;
}
.p-tochi-voice-item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 47px;
    border-bottom: 2px solid rgba(41,143,206,.2);
}
.p-tochi-voice-item:not(:last-child) {
    margin-bottom: 80px;
}
.p-tochi-voice-item figure {
    width: 38%;
}
.p-tochi-voice-item .text {
    width: 56.5%;
}
.p-tochi-voice-item .text h3 {
    font-size: 2.4rem;
    font-family: 'TsukuGoPro-B',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
    font-weight: bold;
    margin: 0 0 12px;
    color: #0B486E;
}
.p-tochi-voice-item .text p {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin: 0;
    color: #0B486E;
    line-height: 1.7;
}
.p-tochi-voice-item .text p span {
    font-family: 'TsukuGoPro-B',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
    font-weight: bold !important;
}
.p-tochi-voice-item .text p span.line-yellow {
    background: linear-gradient(transparent 0%, transparent 40%, #F3EBC6 40%, #F3EBC6 100%);
}
@media only screen and (max-width:768px) {
    .p-tochi-voice {
        padding-bottom: calc(55 / 375 * 100vw);
        padding-inline: 0;
        margin-top: 0;
    }
    .p-tochi-voice::before {
        width: calc(1088 / 375 * 100vw);
        height: calc(905 / 375 * 100vw);
        left: 60%;
        top: calc(-125 / 375 * 100vw);
    }
    .p-tochi-voice::after {
        width: calc(500 / 375 * 100vw);
        height: calc(402/ 375 * 100vw);
        bottom: calc(420 / 375 * 100vw);
        left: calc(-210 / 375 * 100vw);
    }
    .p-tochi-voice .p-tochi-inner {
        padding: 0 calc(15 / 375 * 100vw);
    }
    .p-tochi-voice h2 {
        margin: 0 0 calc(30 / 375 * 100vw);
    }
    .p-tochi-voice h2 img {
        height: calc(71 / 375 * 100vw);
    }
    .p-tochi-voice-item {
        display: block;
        padding-bottom: calc(30 / 375 * 100vw);
    }
    .p-tochi-voice-item:not(:last-child) {
        margin-bottom: calc(30 / 375 * 100vw);
    }
    .p-tochi-voice-item figure {
        width: calc(300 / 375 * 100vw);
        margin: 0 auto calc(30 / 375 * 100vw);
    }
    .p-tochi-voice-item .text {
        width: 100%;
        padding: 0 calc(15 / 375 * 100vw);
        box-sizing: border-box;
    }
    .p-tochi-voice-item .text h3 {
        font-size: calc(24 / 375 * 100vw);
        margin: 0 0 calc(10 / 375 * 100vw);
        text-align: center;
    }
    .p-tochi-voice-item .text p {
        font-size: calc(16 / 375 * 100vw);
    }
}


/*p-tochi-faq
-------------------------------------------------- */
.p-tochi-faq {
    position: relative;
    padding-bottom: 100px;
}
.p-tochi-faq::before {
    content: "";
    position: absolute;
    background: url("../images/bg-contents03.png") no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    min-height: 360px;
    min-width: 1290px;
    background-position: bottom center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
}
.p-tochi-faq h2 {
    text-align: center;
    color: #0B486E;
    font-size: 3.2rem;
    font-family: 'TsukuGoPro-B',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
    font-weight: bold;
    margin-bottom: 40px;
}
.p-tochi-faq .p-tochi-inner {
    max-width: 720px;
}
.p-tochi-faq-list {
    background: #fff;
    border: 1px solid #0B486E;
    border-radius: 36px;
    padding: 50px 84px;
    box-sizing: border-box;
}
.p-tochi-faq-item {
    margin: 0;
    padding-bottom: 24px;
    border-bottom: 2px dotted rgba(11,72,110,.2);
}
.p-tochi-faq-item:not(:last-child) {
    margin-bottom: 30px;
}
.p-tochi-faq-item .text-q {
    position: relative;
    margin: 0 0 20px;
    padding-left: 70px;
    font-size: 1.8rem;
    font-family: 'TsukuGoPro-B',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
    font-weight: bold;
}
.p-tochi-faq-item .text-q::before {
    width: 50px;
    height: 50px;
    background: #F3EBC6;
    border-radius: 50%;
    left: 0;
    top: -13px;
    content: "Q";
    position: absolute;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 3.2rem;
    font-weight: bold;
    color: #0B486E;
    text-align: center;
    line-height: 45px;
}
.p-tochi-faq-item .text-a {
    position: relative;
    margin: 0;
    padding-left: 70px;
    font-size: 1.6rem;
    line-height: 1.68;
}
.p-tochi-faq-item .text-a::before {
    width: 50px;
    height: 50px;
    background: #0B486E;
    border-radius: 50%;
    left: 0;
    top: 0;
    content: "A";
    position: absolute;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 3.2rem;
    font-weight: bold;
    color: #F3EBC6;
    text-align: center;
    line-height: 45px;
}

@media only screen and (max-width:768px) {
    .p-tochi-faq {
        padding-bottom: calc(80 / 375 * 100vw);
    }
    .p-tochi-faq::before {
        background: url("../images/bg-contents03-sp.png") no-repeat;
        background-size: 100%;
        min-height: calc(1425 / 375 * 100vw);
        min-width: calc(375 / 375 * 100vw);
    }
    .p-tochi-faq h2 {
        font-size: calc(26 / 375 * 100vw);
        margin-bottom: calc(30 / 375 * 100vw);
    }
    .p-tochi-faq .p-tochi-inner {
        padding: 0 calc(15 / 375 * 100vw);
    }
    .p-tochi-faq-list {
        border-radius: calc(36 / 375 * 100vw);
        padding: calc(40 / 375 * 100vw) calc(10 / 375 * 100vw) calc(30 / 375 * 100vw);
    }
    .p-tochi-faq-item {
        padding-bottom: calc(18 / 375 * 100vw);
    }
    .p-tochi-faq-item:not(:last-child) {
        margin-bottom: calc(25 / 375 * 100vw);
    }
    .p-tochi-faq-item .text-q {
        margin: 0 0 calc(18 / 375 * 100vw);
        padding-left: calc(55 / 375 * 100vw);
        font-size: calc(18 / 375 * 100vw);
    }
    .p-tochi-faq-item .text-q::before {
        width: calc(45 / 375 * 100vw);
        height: calc(45 / 375 * 100vw);
        top: calc(-3 / 375 * 100vw);
        font-size: calc(28 / 375 * 100vw);
        line-height: calc(40 / 375 * 100vw);
    }
    .p-tochi-faq-item .text-a {
        padding-left: calc(55 / 375 * 100vw);
        font-size: calc(16 / 375 * 100vw);
    }
    .p-tochi-faq-item .text-a::before {
        width: calc(45 / 375 * 100vw);
        height: calc(45 / 375 * 100vw);
        font-size: calc(28 / 375 * 100vw);
        line-height: calc(40 / 375 * 100vw);
    }

}
