/*************************
/* LP AD CSS
*************************/
/* reset */
ul,li{
    list-style: none;
}

/* layout */
.lp #main_contents{
    padding: 0;
}

#lp_contents{
	padding: 0 !important;
}

#lp_contents > .post_content > div:not(.hero){
    padding-block: 6.875rem;
}

#main_contents .post_content > div:not(.hero){
    padding-block: 6.875rem;
}

.l-inner{
	width: 1024px;
	margin-inline: auto;
}

@media (max-width: 1024px) {
    .l-inner{
        margin: 0 60px;
        width: auto;
    }
}

@media (max-width: 950px) {
    #lp_contents {
        margin: 0 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .lp_content {
        padding: 70px 0;
    }
    .lp_content .post_content {
        margin:0 60px;
    }
    .lp_content .link_button {
        margin-top: 70px;
    }
}

@media (max-width: 750px) {
    #lp_contents > .post_content > div:not(.hero),
    #main_contents .post_content > div:not(.hero){
        padding-block: 3.4375rem;
    }
    .l-inner{
        margin: 0 20px;
    }
    body.lp #main_contents{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

/* title */
.post_content h2{
	margin-top: 0;
    font-size: 2.75rem;
}

@media (max-width: 750px) {
    .post_content h2{
        font-size: 2rem;
    }
    .post_content h2 + p{
        font-size: 1.125rem !important;
    }
}

/* btn */
.btn{
	position: relative;
	display: block;
    color: #fff !important;
    padding: 1.25rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
    border-radius: 50px;
    box-sizing: border-box;
}

.btn::after{
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -6px;
    display: block;
    position: absolute;
	font-size: 1.5rem;
    font-weight: 900;
}

.btn.green{
	background: linear-gradient(90deg, #00a516, #44ce44);
}

.btn.green:hover{
    background: linear-gradient(90deg, rgba(61, 212, 24, 1), rgba(61, 212, 24, 1));
}

.btn.red{
	background: linear-gradient(90deg, #ff0000, #ff6000);
}

.btn.red:hover{
    background: linear-gradient(90deg, #cc0000, #cc0000);
}

.btn.orange{
    max-width: 480px;
    color: #F15A24 !important;
    border: 3px solid #F15A24;
	background: #fff;
}

.btn.orange::after{
    border-color: #F15A24;
}

.btn.orange:hover{
    color: #fff !important;
    background: #f26430;
    border-color: #fff;
}

.btn.orange:hover::after{
    border-color: #fff;
}

.btn-container{
    container-name: btn-container;
    container-type: inline-size;
}

.btn-box{
	gap: 20px;
}

.btn-box > div{
	flex: 1 0 calc(50% - 10px)
}

.btn-box div.text{
	margin-bottom: 1rem;
    line-height: 1.75;
}

.btn-box div.text > span{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
}

.btn-box div.text > span::before,
.btn-box div.text > span::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #fff;
}

.btn-box div.text > span::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}

.btn-box div.text > span::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

@container btn-container (max-width: 830px) {
    .contact div.text > span{
        font-size: 1rem;
    }
}

@container btn-container (max-width: 740px) {
    .btn-box{
        flex-direction: column;
        gap: 40px;
    }
    .hero .btn-box{
        gap: 20px;
    }
}

@media (max-width: 750px) {
    .btn-box div.text > span{
        display: block;
    }
    .btn-box div.text > span::before,
    .btn-box div.text > span::after {
        content: none;
    }
}

@media (max-width: 480px) {
    .btn{
        font-size: 1.25rem;
    }
}

/* card */
.card-container{
    container-name: card-container;
    container-type: inline-size;
}

.card > div.flex-box {
    justify-content: center;
}

.card-item{
    flex: 1;
    border: 1px solid #013E7B;
}

.card-item:nth-child(even){
    margin-inline: -1px;
}

.card-item .img{
    line-height: 0;
    border-bottom: 1px solid #ddd;
}

.card-item .text{
    padding: 2.5rem;
}

.card-item .text h3{
    padding: 0.5rem 1.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #013E7B;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.0;
    border-left: 4px solid #013E7B;
}

.card-item .text h3 + p{
    line-height: 1.75;
}

@media (max-width: 1024px) {
    .card{
        margin: 0 60px;
        width: auto;
    }
    .card > div.flex-box {
        flex-wrap: wrap;
    }
    .card-item{
        flex: 0 0 calc(50% - 2px) !important;
    }
    .card-item:nth-child(even){
        margin-inline: -1px 0;
    }
    .card-item:nth-child(n+3){
        border-top: transparent;
    }
    .card-item > .text {
        padding: 1.75rem;
    }
    .card-item > .text h3 {
        padding-inline: 1rem;
        font-size: 1.375rem !important;
    }
}

@media (max-width: 750px){
    .card{
        margin: 0 20px;
    }
    .card > div.flex-box{
        flex-direction: column;
    }
    .card-item:first-child{
        border-bottom: transparent
    }
    .card-item:nth-child(even){
        margin-inline: 0;
    }
}

/* speech_balloon */
.custom.speech_balloon{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.custom .speech_balloon_user_name{
    font-size: 1rem;
}

.custom.speech_balloon .before{
    border-left-color: #FFF4E6;
}

.custom .speech_balloon_text .before {
    border-width: 20px 0 30px 30px;
}

.custom .speech_balloon_text_inner{
    font-size: 1.25rem;
    font-weight: 700;
    background-color: #FFF4E6;
    border-color: #FFF4E6;
}

.custom .speech_balloon_text_inner > div{
    width: fit-content;
    margin-inline: auto;
}

.custom.speech_balloon .after {
    border-right-color: #FFF4E6;
}

.custom .speech_balloon_user_image{
    border-radius: 0;
}

@media (max-width: 960px) {
    .custom .speech_balloon_text_inner br{
        display: none;
    }
}

@media (max-width: 480px) {
    .custom .speech_balloon_text_inner{
        min-height: auto;
        font-size: 1rem;
        line-height: 1.5;
    }
}

/* hero */
.hero{
    position: relative;
}

.hero .logo{
	padding: 1rem;
    margin: 0;
	background-color: #fff;
    text-align: left;
    line-height: 1.0;
}

.hero > .visual{
    height: calc(100svh - 79px);
	background-image: url('https://select-w.jp/wp-content/uploads/2026/04/hero-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.hero > .visual > .l-inner{
    position: relative;
    width: 100%;
    height: 100%;
    margin-inline: 0;
	/* padding-block: 2.8125rem; */
	text-align: center;
    align-items: center;
}

.hero > .visual > .l-inner > .left{
    flex: 0 1 40%;
}

.hero > .visual > .l-inner > .right{
    flex: 1 0 60%;
}

.hero > .visual > .l-inner > .right > .box{
    max-width: 966px;
    margin-inline: auto;
}

.hero .type{
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 1.25rem;
}

.hero .type > div{
    flex: auto;
    padding: 0.5rem 1.25rem;
    color: #42210C;
    font-size: 1.5rem;
    font-weight: 700;
    background-color: #fff;
    border-radius: 10px;
    line-height: 1.0;
}

.hero div.img1{
    margin-bottom: 1.25rem;
}

.hero div.main-img{
    margin-bottom: 1.25rem;
}

.hero p.text1{
    margin-top: 1.5rem;
    color: #fff;
    font-size: 1.125rem;
}

.hero .btn{
    border: 3px solid #fff;
}

@media (max-width: 1600px) {
    .hero > .visual{
        height: auto;
    }
    .hero > .visual > .l-inner {
        height: auto;
        padding-block: 2.8125rem;
    }
    .hero > .visual > .l-inner > .left {
        flex: 0 1 auto;
    }
    .hero > .visual > .l-inner > .right > .box{
        /* padding-block: 3rem; */
    }
}

@media (max-width: 1200px) {
    .hero .logo{
        text-align: center;
    }
    .hero > .visual > .l-inner > .right > .box {
        padding-inline: 2rem;
        /* padding-block: 0rem; */
    }
    .hero .type{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .hero .type > div{
        flex: 0 1 auto;
    }
}

@media (max-width: 950px) {
    .hero .l-inner{
        margin: 0 60px;
    }
}

@media (max-width: 750px) {
    .hero .l-inner{
        margin: 0 20px;
    }
    .hero > .visual{
        background-image: url('https://select-w.jp/wp-content/uploads/2026/04/hero-bg-sp.jpg');
    }
    .hero > .visual > .l-inner{
        flex-direction: column;
        gap: 25px;
    }
    .hero > .visual > .l-inner > .left{
        max-width: 150px;
    }
    .hero .btn-box{
        flex-direction: row;
        gap: 10px;
    }
    .hero .btn{
        padding: 1rem 1.25rem;
        font-size: 0.875rem;
    }
    .hero .btn::after{
        font-size: 1.25rem;
    }
    .hero .btn-box > div{}
}

@media (max-width: 550px) {
    .hero .btn-box {
        flex-direction: column;
    }
    .hero .btn-box > div{
        max-width: 320px;
        width: 100%;
        margin-inline: auto;
    }
}

@media (max-width: 480px) {
    .hero > .visual > .l-inner{
        flex-direction: column;
        gap: 10px;
    }
    .hero .type{
        display: none;
    }
    .hero p.text1{
        font-size: 1rem;
    }
    .hero div.img1 {
        display: none;
    }
    .hero .logo > img{
        max-width: 75%;
    }
}

/* scrolldown */
/*スクロールダウン全体の場所*/
.scrolldown{
    /*描画位置※位置は適宜調整してください*/
	position: absolute;
	bottom: 0%;
	left: 50%;
    /* left: 50%; */
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
	position: absolute;
	left: -35px;
	bottom: 10%;
    /*テキストの形状*/
	color: #eee;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 10%;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #eee;
    transform: skewX(-31deg);
}

.scrolldown:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom: 10%;
	right: 0;
    /*矢印の形状*/
	width: 1px;
	height: 70px;
	background:#eee;
}

@media only screen and (max-width: 1600px){
    .scrolldown{
        display: none;
    }
}

/* partners */
.partners{
    padding-block: 2rem !important;
}

.splide__slide {
	display: flex;
	align-items: center; /* 縦方向の中央揃え */
	justify-content: center; /* 横方向の中央揃え */
}

.splide__slide img {
	max-height: 100%; /* 必要に応じて高さの上限を設定 */
	height: auto;
	width: auto;
	object-fit: contain; /* 画像全体を表示 */
}

.partners p.text{
    padding-inline: 1rem;
    margin-top: 1.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    text-align: center;
}

@media (max-width: 480px) {
    .partners{
        padding-block: 1rem !important;
    }
}

/* table */
.table-design1 {
    border-collapse: collapse;
    width: 100%;
    min-width: 960px;
    text-align: center;
}

.table-design1 td {
    color: #000;
    padding: 1em;
}

.table-design1 thead th:nth-child(1) {
    background-color: transparent;
    border-top: transparent;
    border-left: transparent;
}

.table-design1 thead th:nth-child(3){
    border-right-color: #F15A24;
}

.table-design1 thead th:nth-child(4){
    background-color: #F15A24;
    border-color: #F15A24;
    color: #fff;
}

.table-design1 tbody th, .table-design1 tbody td {
    border: 1px solid #ccc;
}

.table-design1 tbody td:nth-child(3){
    border-right-color: #F15A24;
}

.table-design1 tbody td:nth-child(4){
    color: #F15A24;
    border-color: #F15A24;
}

@media (max-width: 767px) {
    .post_content .s_table,
    .post_content .wp-block-table {
        scrollbar-color: #44ce44 #eee;
    }
}

/* cta */
.cta{
    background-image: url('https://select-w.jp/wp-content/uploads/2026/04/cta-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cta .box{
    padding: 3rem 3rem 1.5rem;
    background-color: #fff;
    border-radius: 15px;
}

.cta .contact-text{
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.5;
}

.cta .text1{
    margin-top: 1.5rem !important;
    color: #fff;
}

.cta .box > .text1{
    color: #000;
}

.cta .btn{
    border: 3px solid #fff;
}

.cta.btn1 .btn{
    max-width: 800px;
    margin-inline: auto;
    padding-block: 1.75rem;
    font-size: 1.5rem;
}

@media (max-width: 750px) {
    .cta.btn1 .btn{
        max-width: 480px;
    }
    .cta .box .btn-box{
        gap: 20px;
    }
    .cta .box .btn-box > div{
        max-width: 480px;
        width: 100%;
        margin-inline: auto;
    }
}

@media (max-width: 480px) {
    .cta.btn1 .btn{
        padding-block: 1.25rem;
        font-size: 1.25rem;
    }
    .cta .box{
        padding: 1.5rem;
    }
    .cta .box .btn-box{
        gap: 15px;
    }
    .cta .box .btn-box > div a{
        font-size: 1rem;
    }
    .cta .contact-text{
        font-size: 1.125rem;
    }
    .cta .text1 {
        margin-top: 0.75rem !important;
    }
}

/* impossible */
.impossible{
    padding-block: 0 !important;
    /* background-color: #402914; */
    position: relative;
    padding-block: 3.75rem !important;
    background-image:
    url('https://select-w.jp/wp-content/uploads/2026/04/exclamation.png'),
    linear-gradient(#402914);
    background-repeat: no-repeat;
    background-position: 80%;
    background-size: contain;

}

.impossible .heading1 > span{
    display: block;
    font-size: 2rem;
    color: #fff;
    line-height: 1.75;
}

.impossible .arrow-d{
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translate(-50%, 0%);
    max-width: 100px;
    z-index: 10;
}

@media (max-width: 767px) {
    .impossible{
        background-position: center;
    }
}

/* cost */
.cost{
    position: relative;
    padding-top: 7.5rem !important;
    padding-bottom: 13.75rem !important;
}

.cost::before{
    content: 'COST';
    color: #FFF4E6;
    font-size: 15rem;
    font-weight: 700;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.0;
    z-index: 0;
}

.cost > .l-inner{
    position: relative;
    z-index: 10;
}

.cost .heading1{
    margin-bottom: 1.5rem;
}

.cost .heading1 + p{
    margin-bottom: 3rem;
}

.cost .table > p{
    font-size: 1.5rem;
}

.cost .table th,
.cost .table td{
    width: 25%;
}

.cost .table > p > span{
    padding: 0.5rem;
    margin-right: 0.5rem;
    border: 1px solid #000;
}

.cost .table ul{
    margin-left: 0;
}

.cost .table ul li{
    font-size: 0.85rem;
}

.cost .arrow-d{
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translate(-50%, 0%);
    max-width: 100px;
    z-index: 10;
}

.cost .arrow-d span{
    display: block;
    margin-bottom: 0.5rem;
    color: #F15A24;
    font-size: 2rem;
}

@media (max-width: 960px) {
    .cost{
        padding-bottom: 10rem !important;
    }
}

@media (max-width: 750px) {
    .cost {
        padding-top: 5.625rem !important;
    }
    .cost::before{
        content: none;
        /* font-size: 4rem; */
        /* top: 50px; */
    }
    .cost .table > p {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.125rem;
        line-height: 1.25;
    }
    .cost .table > p > span{
        flex: 1 0 auto;
        max-width: 90px;
    }
}


@media (max-width: 480px) {
    .cost{
        padding-bottom: 7.5rem !important;
    }
    .cost .heading1 + p{
        margin-bottom: 1.5rem;
    }
}

/* case */
.case{
    position: relative;
    padding-top: 7.5rem !important;
    padding-bottom: 13.75rem !important;
    background-color: #FCECD1;
}

.case::before{
    content: 'CASE';
    color: #FEF2DE;
    font-size: 15rem;
    font-weight: 700;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.0;
    z-index: 0;
}

.case > .l-inner{
    position: relative;
    z-index: 10;
}

.case .heading1{
    margin-bottom: 3.75rem;
}

.case .box{
    position: relative;
    margin-bottom: 3rem;
}

.case .box > .img{
    line-height: 0;
}

.case .box > div:not(.img){
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.case .box.reverse > .img{
    text-align: right;
}

.case .box.reverse > div:not(.img){
    left: 0;
}

.case .cost-down{
    width: 100%;
    max-width: 1024px;
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
    padding: 3rem 3rem;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
}

.case + .cta.btn1{
    padding-top: 11.25rem !important;
}

@media (max-width: 960px) {
    .case{
        padding-bottom: 6.875rem !important;
    }
    .case .box > .img > img{
        width: 55%;
    }
    .case .box > div:not(.img){
        width: 50%;
    }
    .case .cost-down{
        position: static;
        transform: none;
    }
    .case + .cta.btn1{
        padding-top: 6.875rem !important;
    }
}

@media (max-width: 750px) {
    .case {
        padding-top: 5.625rem !important;
        padding-bottom: 3.4375rem !important;
    }
    .case::before{
        content: none;
        /* font-size: 4rem; */
        /* top: 50px; */
    }
    .case + .cta.btn1{
        padding-top: 3.4375rem !important;
    }
}

@media (max-width: 480px) {
    .case{
        padding-bottom: 3.4375rem !important;
    }
    .case .heading1{
        margin-bottom: 1.875rem;
    }
    .case .box{
        margin-bottom: 1.5rem;
    }
    .case .cost-down{
        padding: 1.5rem 1.5rem;
    }
}

/* merit */
.merit{
    position: relative;
    padding-top: 6.25rem !important;
}

.merit::before{
    content: 'MERIT';
    color: #FFF4E6;
    font-size: 15rem;
    font-weight: 700;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.0;
    z-index: 0;
}

.merit > .l-inner{
    position: relative;
    z-index: 10;
}

.merit .heading1{
    margin-bottom: 5.25rem;
}

.merit .img-box{
    justify-content: space-between;
    margin-bottom: 5rem;
    gap: 20px;
}

.merit p{
    font-size: 1.5rem;
}

.merit .speech_balloon:not(:last-child){
    margin-bottom: 1rem;
}

.merit .speech_balloon.left .speech_balloon_user_image{
    height: 230px !important;
    width: 198px;
}

.merit .speech_balloon.right .speech_balloon_user_image{
    height: 230px !important;
    width: 230px;
}

@media (max-width: 750px) {
    .merit{
        padding-top: 3.4375rem !important;
        padding-bottom: 3.4375rem !important;
    }
    .merit::before{
        content: none;
        /* font-size: 4rem; */
        /* top: -8px; */
    }
    .merit .heading1 {
        margin-bottom: 2.625rem;
    }
    .merit .img-box{
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 480px) {
    .merit .heading1{
        margin-bottom: 2.625rem;
    }
    .merit .img-box{
        margin-bottom: 2.5rem;
    }
    .merit p{
        font-size: 1rem;
    }
    .merit .speech_balloon.left .speech_balloon_user_image{
        height: 90px !important;
        width: 78px;
    }
    .merit .speech_balloon.right .speech_balloon_user_image{
        height: 90px !important;
        width: 90px;
    }
}

/* company */
.company{
    position: relative;
    padding-top: 6.25rem !important;
    background-color: #FCECD1;
}

.company::before{
    content: 'COMPANY';
    color: #FEF2DE;
    font-size: 15rem;
    font-weight: 700;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.0;
    z-index: 0;
}

.company > .l-inner{
    position: relative;
    z-index: 10;
}

.company .heading1{
    margin-bottom: 5.25rem;
}

.company .img-box{
    justify-content: space-between;
    margin-bottom: 5rem;
    gap: 20px;
}

.company .img1{
    padding: 3rem 1.5rem;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
}


@media (max-width: 750px) {
    .company{
        padding-top: 3.4375rem !important;
    }
    .company::before{
        content: none;
        /* font-size: 4rem; */
        /* top: -8px; */
    }
    .company .heading1 {
        margin-bottom: 2.625rem;
    }
    .company .img-box {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 480px) {
    .company .heading1{
        margin-bottom: 2.125rem;
    }
    .company .img-box{
        margin-bottom: 2.5rem;
    }
}

/* message */
.message{
    background-image: url('https://select-w.jp/wp-content/uploads/2026/04/message-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.message p{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 3.75rem;
    font-size: 1.5rem;
    line-height: 1.75;
}

.message p > .font1{
    font-size: 3rem;
}

.message p > .font2{
    font-size: 3.75rem;
}

.message .text1{
    margin-bottom: 6.25rem;
}

.message .img1{
    padding: 3rem 1.5rem;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
}

@media (max-width: 750px) {
    .message p{
        margin-bottom: 1.875rem;
    }
    .message .text1{
        margin-bottom: 3.125rem;
    }
}

@media (max-width: 480px) {
    .message p{
        font-size: 1rem;
    }
    .message p > .font1 {
        font-size: 1.75rem;
    }
}

/* sakura-forest */
.sakura-forest{
    padding-top: 7.5rem !important;
    background-image: url('https://select-w.jp/wp-content/uploads/2026/04/sakura-forest-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.sakura-forest .ttl{
    position: relative;
    padding: 1.5rem;
    margin-bottom: 3rem;
    color: #fff;
    font-size: 3rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.sakura-forest .ttl > div{
    position: absolute;
    right: -90px;
    top: -90px;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    color: #fff;
    font-size: 2rem;
    background-color: #F15A24;
    border-radius: 50%;
}

.sakura-forest .text1{
    margin-bottom: 1rem;
    color: #fff;
    font-size: 2rem;
}

.sakura-forest .name{
    margin-bottom: 1rem;
    color: #fff;
    font-size: 6.25rem;
    line-height: 0;
}

.sakura-forest .img-box{
    justify-content: space-between;
}

.sakura-forest .img-box > div{
    line-height: 0;
}

.sakura-forest .img-box > .right{
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.sakura-forest .img-box div.flex-box{
    justify-content: space-between;
}

.sakura-forest .insta-feed{
    margin-top: 3rem;
}

@media (max-width: 1200px) {
    .sakura-forest .ttl > div{
        right: -5px;
        top: -60px;
        width: 120px;
        height: 120px;
        font-size: 1.5rem;
    }
}

@media (max-width: 960px) {
    .sakura-forest .ttl > div{
        right: -5px;
        top: -60px;
        width: 90px;
        height: 90px;
        font-size: 1rem;
    }
    .sakura-forest .img-box{
        gap: 15px;
    }
    .sakura-forest .img-box > .right{
        gap: 19px;
    }
}

@media (max-width: 750px) {
    .sakura-forest .ttl{
        font-size: 2.5rem;
    }
    .sakura-forest .img-box > .right{
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .sakura-forest{
        padding-top: 3.4375rem !important;
    }
    .sakura-forest .ttl{
        font-size: 1.125rem;
    }
    .sakura-forest .ttl > div {
        right: -15px;
        top: -45px;
        width: 75px;
        height: 75px;
        font-size: 0.875rem;
    }
    .sakura-forest .text1{
        font-size: 1.25rem;
    }
    .sakura-forest .img-box{
        gap: 10px;
    }
    .sakura-forest .img-box > .right {
        gap: 10px;
    }
}

/* onestop */
.onestop{
    position: relative;
    padding-top: 6.25rem !important;
}

.onestop::before{
    content: 'ONESTOP';
    color: #FFF4E6;
    font-size: 15rem;
    font-weight: 700;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.0;
    z-index: 0;
}

.onestop > .l-inner{
    position: relative;
    z-index: 10;
}

.onestop .heading1{
    margin-bottom: 5.25rem;
}

.onestop .speech_balloon.left .speech_balloon_user_image {
    height: 230px !important;
    width: 230px;
}

.onestop .tri-icon {
    height: calc(75px / 2);
    width: 100px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-image: linear-gradient(0deg, #ff0000, #fe7f32);
    margin: 0 auto 3rem;
}

.onestop .heading2{
    margin-bottom: 1.5rem;
}

.onestop .flow{
    margin-bottom: 3.125rem;
}

.onestop .text1{
    margin-bottom: 3.125rem;
    font-size: 1.5rem;
    line-height: 1.75;
}

.onestop .map{
    margin-bottom: 3.125rem;
}

.onestop .boshu{
    padding: 3rem;
    background-color: #FFF4E6;
}

.onestop .boshu .btn.orange{
    margin-inline: auto;
}

.onestop .boshu .gyoshu{
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5;
}

.onestop .boshu .heading2{
    margin-bottom: 1.5rem;
}

.onestop .boshu .icon{
    margin-bottom: 3rem;
}

@media (max-width: 950px) {
    .onestop .boshu p{
        text-align: left !important;
    }
    .onestop .boshu p > br{
        display: none;
    }
}

@media (max-width: 750px) {
    .onestop {
        padding-top: 3.4375rem !important;
    }
    .onestop::before {
        content: none;
        /* font-size: 4rem; */
        /* top: -8px; */
    }
    .onestop .heading1 {
        margin-bottom: 2.625rem;
    }
    .onestop .tri-icon{
        margin-bottom: 1.5rem;
    }
    .onestop .flow {
        margin-bottom: 1.5625rem;
    }
    .onestop .map{
        margin-bottom: 1.5625rem;
    }
}

@media (max-width: 480px) {
    .onestop .speech_balloon.left .speech_balloon_user_image {
        height: 90px !important;
        width: 90px;
    }
    .onestop .text1{
        margin-bottom: 1.5625rem;
        font-size: 1rem;
    }
    .onestop .boshu{
        padding: 2rem;
    }
    .onestop .boshu .gyoshu{
        font-size: 1.125rem;
        text-align: left !important;
    }
}

/* company-profile */
.company-profile{
	background-color: #fff;
}

.company-profile h2{
	margin-bottom: 3rem;
}

.company-profile .tcd_co_data{
    margin-bottom: 0 !important;
}

.company-profile dl dt{
	width: 210px;
}

.company-profile dl dd{
	width: calc(100% - 210px);
    margin-bottom: 0;
	background-color: #fff;
}

@media (max-width: 750px) {
    .company-profile h2{
        margin-bottom: 2rem;
    }
    .company-profile div.flex-box {
        flex-direction: column;
        margin-bottom: 3.125rem;
    }
    .company-profile div.flex-box > div.img{
        text-align: center;
    }
}

@media (max-width: 480px){
    .company-profile h2 + p{
        font-size: 1rem !important;
    }
    .company-profile .tcd_co_data{
        flex-direction: column;
        text-align: center;
    }
    .company-profile dl dt,
    .company-profile dl dd {
        width: 100%;
    }
    .company-profile dl dt{
        border-right: transparent;
    }
}

/* footer */
.footer{
	padding-block: 3rem 1.5rem !important;
    background-color: #F1F1F1;
}

.footer .logo{
    margin-bottom: 1.5rem;
	text-align: center;
}

.footer .copyright {
    width: max-content;
    margin: 0 auto !important;
    color: #000;
    font-size: 12px;
    line-height: 1.0;
}

@media (max-width: 480px){
    .footer .logo {
        max-width: 200px;
        margin-inline: auto;
    }
}
