:root {
    --main-color: #414b77;
    --accent-color: #d19068;
}
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 0
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}
body {
    width: 100%;
    min-height: 100%;
    background-color: #ffffff;
}
.l-container {
    width: 100%;
    max-width: 1000px;
}

main {
    padding: 16px;
    margin: 0 auto;
    max-width: 1400px;
}
@media screen and (max-width:480px) {
    main {
        padding: 8px;
    }
}

/*  */
/* メインビジュアル */
/*  */
.mv {
    position: relative;
    height: calc( 100svh - 16px );
    background-image: url(https://yoka-route.com/wp-content/uploads/2025/06/mv-ver2.jpg);
    background-size: cover;
    background-position: 35% 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mv::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 79%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(79%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 79%, rgba(255, 255, 255, 1) 100%);
}
.mv-content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: calc(100% - 40px);
    max-width: 100%;
    padding: 16px 16px 0;
    
}
.shimekiri-sns-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 30%;
    max-width: 400px;
    gap: 32px;
}
.simekiri-img {
    width: 65%;
}
.mv-copy-block {
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(https://yoka-route.com/wp-content/uploads/2025/06/c6852c019893aa0712b560609c4d99af.png);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.mv-copy{
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    display: inline-block;
    text-align: right;
    font-size: clamp(1.125rem, 0.6635rem + 0.7212vw, 1.3125rem);
    line-height: 1.6;
    font-weight: 700;
    text-shadow: 0px 0px 35px rgba(255, 255, 255, 0.9);
}
.catchcopy-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20%;
    height: 100%;
}
.catchcopy-img {
    width: auto;
    height: auto;
    max-height: 100%;
}
.logo-cta-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 40%;
}

.logo-cta-block-innner {
    width: 60%;
}
.mv-cta {
    position: fixed;
    bottom: 30px;
    right: auto;
    width: clamp(5rem, 1.4286rem + 17.8571vw, 17.5rem);
    z-index: 10;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.mv-cta:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.mv-bottom {
    position: relative;
    width: 100%;
    max-width: 650px;
    padding: 0px 16px 8px 16px;
    z-index: 1;
}
@media screen and (max-width:1024px){
    .shimekiri-sns-block {
        width: 30%;
    }
    .catchcopy-block {
        width: 30%;
    }
    .logo-cta-block {
        width: 30%;
    }
    .logo-cta-block-innner {
        width: 80%;
    }

}
@media screen and (max-width:768px) {
    .mv-copy-block {
        position: absolute;
        left: 40px;
        bottom: 0;
    }
    .shimekiri-sns-block {
        gap: 16px;
    }
    .simekiri-img {
        width: 85%;
    }
    .logo-cta-block-innner {
        width: 100%;
    }
}
@media screen and (max-width:480px) {
    .mv-copy {
        font-size: 16px;
    }
}

/*  */
/* section2_応募 */
/*  */
#bosyuu {
    position: relative;
    z-index: 0;
}
.bosyuu-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.bosyuu-block img:nth-of-type(2) {
    display: block;
    margin-top: -2px;
}
.entry-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    border-radius: 50vh;
    line-height: 1;
    padding: 16px 60px 16px 48px;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 10px;
}
.entry-btn01 {
    position: absolute;
    bottom: 12%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: var(--accent-color);
    color: var(--main-color);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.entry-btn01:hover {
    -webkit-transform: scale(1.05) translateX(-50%);
        -ms-transform: scale(1.05) translateX(-50%);
            transform: scale(1.05) translateX(-50%);
}
.entry-btn01 img {
    width: 20px;
}
.entry-btn span {
    white-space: nowrap;
}
.entry-btn .btn-text-white {
    color: #ffffff;
}
@media screen and (max-width:1440px){
    .entry-btn {
        font-size: clamp(0.875rem, 0.2679rem + 3.0357vw, 3rem);;
        letter-spacing: clamp(0.03125rem, -0.1384rem + 0.8482vw, 0.625rem);
        gap: clamp(0.3125rem, -0.1696rem + 2.4107vw, 2rem);
        padding-top: clamp(8px, 0.0357rem + 1.0714vw, 1rem);
        padding-right: clamp(1.125rem, 0.375rem + 3.75vw, 3.75rem);
        padding-bottom: clamp(7px, 0.0357rem + 1.0714vw, 1rem);
        padding-left: clamp(1.125rem, 0.5893rem + 2.6786vw, 3rem);
    }
    .entry-btn01 img { 
        width: clamp(0.5rem, 0.2857rem + 1.0714vw, 1.25rem);
    }
}


/*  */
/* section3_特典 */
/*  */
#tokuten {
    position: relative;
    margin-top: clamp(-150px, -8vw, -25px);
    padding: 0 16px;
}
.tokuten-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 32px;
}
.tokuten-title img {
    max-width: 1100px;
}
.tokuten-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 90px;
}
.tokuten-1-1 {
    width: 60%;
}
.tokuten-1-2 {
    width: 40%;
}
.tokuten-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
    margin-bottom: 40px;
}
.tokuten-2-1 {
    width: 55%;
}
.tokuten-2-2 {
    width: 45%;
    -o-object-fit: contain;
       object-fit: contain;
}
.tokuten-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 16px;
    margin-bottom: 60px;
}
.tokuten-3-1 {
    height: 4vw;
    max-height: 55px;
}
.tokuten-3-2 {
    height: 38px;
}
.tokuten-3 .bumon-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
}
.bumon-block img {
    height: 4vw;
    max-height: 55px;
}
.tokuten-bottom {
    text-align: center;
    margin-bottom: 40px;
}
.tokuten-bottom img {
    width: 90%;
}
.entry-btn02 {
    background-color: var(--main-color);
    color: var(--accent-color);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.entry-btn02:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.entry-btn02 img {
    width: 20px;
}
@media screen and (max-width:1440px){
    .entry-btn02 img { 
        width: clamp(0.5rem, 0.2857rem + 1.0714vw, 1.25rem);
    }
}
@media screen and (max-width:1024px){
    .tokuten-3-2 {
        height: clamp(1.25rem, 0.6857rem + 1.877vw, 2.375rem);
    }
}
@media screen and (max-width:768px) {
    .tokuten-1 {
        margin-bottom: 45px;
    }
    .tokuten-3 .bumon-block {
        gap: 8px;
    }
}
@media screen and (max-width:480px) {
    .tokuten-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .tokuten-1-1 {
        width: 100%;
    }
    .tokuten-1-2 {
        width: 100%;
    }
    .tokuten-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 0;
    }
    .tokuten-2-1 {
        width: 100%;
        height: auto;
        max-height: auto;
    }
    .tokuten-2-2 {
        width: 100%;
    }
    .tokuten-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .tokuten-3-1 {
        width: 100%;
        height: auto;
        max-height: auto;
    }
    .tokuten-3-2 {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .bumon-block img {
        height: auto;
    }

}

/*  */
/* Section4_概要 */
/*  */
#gaiyou {
    position: relative;
    background-color: var(--main-color);
    padding: 0 64px 100px;
}
#gaiyou::before {
    position: absolute;
    top: -1px;
    right: -1px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
    border-width: 0px 100vw 93px 0px;
    z-index: 0;
}
.gaiyou-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 1;
}
.gaiyou-title-tag {
    width: 38%;
    max-width: 470px;
    min-width: 150px;
}
.gaiyou-title-chara {
    width: 31%;
    max-width: 375px;
}
.gaiyou-main-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 1;
    gap: 40px;
    margin-top: 40px;
}
.gaiyou-main1 {
    width: 47%;
}
.gaiyou-main2 {
    width: 51%;
}
.gaiyou-sub-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 1;
    gap: 40px;
    margin-top: 40px;
}
@media screen and (max-width:1024px){
    #gaiyou {
        margin-top: 32px;
    }
}
@media screen and (max-width:768px) {
    .gaiyou-main-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .gaiyou-main1, .gaiyou-main2 {
        width: 100%;
    }
    .gaiyou-sub-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .gaiyou-sub-block img {
        width: 100%;
    }

}
@media screen and (max-width:480px) {
    #gaiyou {
        padding: 0 16px 40px;
    }
    .gaiyou-main-block {
        margin-top: 24px;
    }
}

/*  */
/* 追加図面 */
/*  */

#zumen {
    background-color: var(--main-color);
    padding: 0 100px 40px;
    margin-top: -1px;
}
.zumen-wrap {
	position: relative;
	background-color: #ffffff;
	border: 3px solid var(--accent-color);
	border-radius: 30px;
	padding: clamp(1.5625rem, -0.9445rem + 5.2161vw, 3.75rem);
}
.zumen-wrap .zumen-crip {
	position: absolute;
	top: 0;
	left:50%;
	transform: translateX(-50%);
	width: 30%;
}
.zumen-wrap-inner {
	border: 6px solid var(--accent-color);	
    padding: clamp(1.5625rem, -0.9445rem + 5.2161vw, 3.75rem);
    background: url(https://yoka-route.com/wp-content/uploads/2025/06/section6-bg.png);
    background-size: contain;
    background-position: 50% 50%;
}
.zumen-title {
	text-align: center;
}
.zumen-title-img {
	width: 40%;
}
.heimen-title, .ritumen-title {
	background-color: var(--main-color);
	display: inline-block;
	color: #ffffff;
	padding:8px;
	margin-top: 30px;
    font-weight: 700;
}
.heimen-img, .ritumen-img{
	border:1px solid #eeeeee;
}
@media screen and (max-width:768px) {
    #zumen {
        padding: 0 16px 40px;
    }
    .zumen-wrap {
        padding: clamp(1.0625rem, 0.6213rem + 1.9608vw, 1.5625rem);
        border-radius: 15px;
    }
    .zumen-wrap-inner {
        padding: clamp(1.0625rem, 0.6213rem + 1.9608vw, 1.5625rem);
        border-width: 3px;
    }
    .heimen-title, .ritumen-title {
        font-size: 14px;
        padding: 4px;
    }
    .zumen-title-img {
        width: 60%;
    }
}
/*  */
/* Section5_メリット */
/*  */
#merit {
    background-color: var(--main-color);
    padding: 0 100px 40px;
    margin-top: -1px;
}
.merit-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 24px;
}
.merit-title img {
    width: 75%;
}

.merit-content-item {
    position: relative;
    padding: clamp(1.125rem, 0.875rem + 1.25vw, 2rem);
    font-size: clamp(1rem, 0.6964rem + 1.5179vw, 2.0625rem);
    background: url(https://yoka-route.com/wp-content/uploads/2025/06/section4-4.jpg);
    background-position: 50% 50%;
    background-size: cover;
}
.merit-content-item:not(:first-of-type) {
    margin-top: 40px;
}
.merit-content-item::before {
    position: absolute;
    top: clamp(0.3125rem, 0.2232rem + 0.4464vw, 0.625rem);
    left: clamp(-0.9375rem, -0.9375rem + 0vw, -0.9375rem);
    -webkit-transform: translateY(-80%);
        -ms-transform: translateY(-80%);
            transform: translateY(-80%);
    width: 55px;
    height: clamp(3.125rem, 2.4107rem + 3.5714vw, 5.625rem);
    content: "";
    background: url(https://yoka-route.com/wp-content/uploads/2025/06/section4-pin.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.merit-content-item p {
    font-weight: 700;
    color: var(--main-color);
}
@media screen and (max-width:768px) {
    #merit {
        padding: 0 32px 40px;
    }
}


/*  */
/* Section6_部門 */
/*  */
#bumon {
    padding: 40px 32px;
}
.bumon-title  {
    text-align: center;
}
.bumon-title img {
    width: 80%;
}
.bumon-lead {
    text-align: center;
    margin-bottom: 40px;
}
.bumon-lead img {
    width: 78%;
}
.bumon-syurui {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
}
.bumon-bottom {
    text-align: center;
    margin: 60px auto;
}
.bumon-bottom img {
    width: 65%;
}
@media screen and (max-width:1024px){
    .bumon-syurui {
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px;
    }
    .bumon-bottom {
        margin: 32px auto;
    }
}
@media screen and (max-width:768px) {
    #bumon {
        padding: 40px 16px;
    }
    .bumon-lead{
        margin-bottom: 16px;
    }
    .bumon-lead img {
        width: 100%;
    }
    .bumon-syurui {
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
    }
    .bumon-bottom {
        margin: 16px auto;
    }
    .bumon-bottom img {
        width: 100%;
    }
}
@media screen and (max-width:480px) {
    .bumon-syurui {
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px;
    }
}

/*  */
/* Section7_選考 */
/*  */
#senkou {
    position: relative;
    padding: 100px 40px 40px 100px;
    padding-top: clamp(1rem, -0.5rem + 7.5vw, 6.25rem);
    padding-right: clamp(1rem, 0.5714rem + 2.1429vw, 2.5rem);
    padding-bottom: clamp(1rem, 0.5714rem + 2.1429vw, 2.5rem);
    padding-left: clamp(1rem, -0.5rem + 7.5vw, 6.25rem);
    background-color: var(--main-color);
}
#senkou::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: clamp(7.5rem, 3.5714rem + 19.6429vw, 21.25rem);
    height: clamp(7.5rem, 3.5714rem + 19.6429vw, 21.25rem);
    background: url(https://yoka-route.com/wp-content/uploads/2025/06/section6-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 0%;
}
#senkou::after {
    position: absolute;
    content: "";
    top: 24px;
    right: clamp(-0.25rem, -0.0714rem + -0.8929vw, -0.875rem);
    width: clamp(10.3125rem, 5.2232rem + 25.4464vw, 28.125rem);
    height: clamp(4.375rem, 2.2321rem + 10.7143vw, 11.875rem);
    background: url(https://yoka-route.com/wp-content/uploads/2025/06/section6-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 0%;
}
.senkou-wrap {
    border: clamp(0.3125rem, 0.2232rem + 0.4464vw, 0.625rem) solid var(--accent-color);
    padding: clamp(0.5rem, -0.0714rem + 2.8571vw, 2.5rem);
}
.senkou-content {
    padding-top: 120px;
    padding-right: clamp(1rem, 0.5714rem + 2.1429vw, 2.5rem);
    padding-bottom: clamp(1rem, 0.5714rem + 2.1429vw, 2.5rem);
    padding-left: clamp(1rem, -0.1429rem + 5.7143vw, 5rem);
    background: url(https://yoka-route.com/wp-content/uploads/2025/06/section6-bg.png);
    background-size: cover;
    background-position: 50% 50%;
}
.senkou-title {
    text-align: right;
}
.senkou-title img {
    min-width: 250px;
    width: 60%;
}
.senkou-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
}
.senkou-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}
.senkou-item-title img {
    width: 90px;
}
.senkou-item-title span {
    font-size: 32px;
    letter-spacing: 5px;
    font-weight: 700;
    color: var(--main-color);
}
.senkou-item>span {
    background-color: var(--main-color);
    color: #ffffff;
    margin-left: 50px;
    font-size: 22px;
    letter-spacing: 2px;
    padding: 7px;
    display: inline-block;
    font-weight: 700;
}

.entry-btn-big {
    margin: 100px auto;
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.entry-btn-big:hover {
    -webkit-transform: scale(2.05);
        -ms-transform: scale(2.05);
            transform: scale(2.05);
}
.senkou-bottom-text {
    padding-top: clamp(1rem, 0.5714rem + 2.1429vw, 2.5rem);
    font-size: clamp(0.875rem, 0.5rem + 1.6667vw, 2rem);
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.3;
}
@media screen and (max-width:1024px){
    .entry-btn-big {
        margin: 40px auto;
        -webkit-transform: scale(1.3);
            -ms-transform: scale(1.3);
                transform: scale(1.3);
    }
    .entry-btn-big:hover {
        -webkit-transform: scale(1.35);
            -ms-transform: scale(1.35);
                transform: scale(1.35);
    }
}
@media screen and (max-width:768px) {
    .senkou-item>span {
        margin-left: 0;
        font-size: 18px;
    }
    .senkou-item-title{
        margin-bottom: 8px;
    }
    .senkou-item-title span {
        font-size: 24px;
    }
    .senkou-item-title img {
        width: 60px;
    }
}
@media screen and (max-width:480px) {
    .senkou-item-title {
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .senkou-title {
        text-align: right;
        margin-bottom: 16px;
    }
    .senkou-title img {
        width: 100%;
        min-width: none;
    }
}

/*  */
/* Section8_締め */
/*  */
#ending {
    padding: 40px 0;
}
.ending-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.ending-container .ending-img-1 {
    width: 90%;
}
.ending-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.ending-container .ending-img-2 {
    width: 25%;
}
.ending-container .ending-img-3 {
    width: 75%;
    object-fit: contain;
}


/*  */
/* フッター */
/*  */
footer {
    padding: 16px 0;
}
.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 32px;
    margin-bottom: 32px;
}
.footer-content-left {
    width: 55%;
    gap: 16px;
}
.footer-content-right {
    width: 40%;
}
.footer-content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.footer-sns-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
}
.footer-sns-block a img {
    height: clamp(1.875rem, 1.25rem + 2.7778vw, 3.75rem);
}
footer .l-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-column-gap: 40px;
	   -moz-column-gap: 40px;
	        column-gap: 40px;
	row-gap: 8px;
    margin: 0 auto;
}
.footer-logo {
	max-width: 320px;
}
footer .footer-telfax {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-column-gap: 24px;
	   -moz-column-gap: 24px;
	        column-gap: 24px;
}
@media screen and (max-width: 640px) {
	footer .footer-telfax {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

@media screen and (max-width:768px) {
    .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 32px;
    }
    .footer-content-left {
        width: 100%;
        max-width: 400px;
    }
    .footer-content-right {
        width: 100%;
        max-width: 300px;
    }

}