@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");

:root {
    /* Colors: */
    --color-background: #FFFFFF;
    --color-main: #5383C3;

    --color-subA: #EE5720;
    --color-subB: #1E5CAD;
    --color-white: #FFFFFF;
    --color-gray: #F9F9F9;



    /* Font/text values */
    --font-family-noto-sans-jp: Noto Sans JP;
    --font-style-normal: normal;
    --font-weight-medium: medium;

}

html {
    font-size: 62.5%;
}

html,
body {
    width: 100%;
	box-sizing: border-box;
/*    overflow-x: hidden;*/
}

body {
    font-family: var(--font-family-noto-sans-jp);
    font-style: var(--font-style-normal);
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size, 1.6rem);
    color: var(--color-text);
    background-color: var(--color-background);
    line-height: 1.5;
}

img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

h2 {
    margin-bottom: 2rem;
}

h3 {
    margin-bottom: 1rem;
}

/* text */
.text-center {
    text-align: center;
}

.text-hight {
    line-height: 1.8;
    text-align: justify;
}

/* 共通 */

.container {
    max-width: 1140px;
    margin-inline: auto;
    padding-inline: 1rem;
}

.dot {
    position: relative;
    padding-left: 15px;
    font-size: 1.4rem;
}

.dot::before {
    content: '●';
    position: absolute;
    left: 0;
    color: var(--color-white);
}

.dot__color {
    position: relative;
    padding-left: 15px;
    font-size: 1.4rem;
    color: var(--color-subB);
}

.dot__color::before {
    content: '●';
    position: absolute;
    left: 0;
    color: var(--color-subB);
}

.titleA img {
    width: clamp(320px, 30vw, 400px);
}

.titleB {
    width: clamp(200px, 70vw, 900px);
}

.list {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 0;
    padding: 2.88% 0;
}

@media screen and (max-width: 999.8px) {
    .list {
        padding: 2% 0 8%;
    }
}

/* font */
.tx-white {
    color: var(--color-white);
}

.title__white {
    color: var(--color-white);
}

.title__orange {
    color: var(--color-subA);
    font-weight: bold;
    font-size: 2.4rem;
}

@media screen and (max-width: 999.8px) {
    .title__orange {
        font-size: 1.8rem;
    }
}

/* img */
.img__pc {
    display: block;
}

.img__sp {
    display: none;
}

@media screen and (max-width: 999.8px) {

    .img__pc {
        display: none;
    }

    .img__sp {
        display: block;
    }
}

/* ============
Main 
 ============*/
section {
    position: relative;
    /* padding-block: 4rem; */
}


/* ===== sec01 メインビジュアル ====*/
.mv_pc {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
}

.mv_pc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* MVのテキストを包含するコンテナ */
#sec01 {
    position: relative;
    height: 100vh;
    z-index: 1;
}

/* MVのタイトルとテキストの配置 */
.mv_titlePc {
    width: 60%;
    display: block;
    position: absolute;
    top: 14.24%;
    left: 10.41%;
}

.mv_title img {
    width: clamp(300px, 62.5vw, 1000px);
    height: auto;
}

.mv_titleSp {
    display: none;
}

.mv_text {
    position: absolute;
    left: 10.41%;
    bottom: 8.6%;
    color: var(--color-white);
    font-size: clamp(1.6rem, 1.11vw, 2.2rem);
    font-weight: bold;
    line-height: 3rem;
}

@media screen and (max-width: 999.8px) {

    .mv_titlePc {
        display: none;
    }

    .mv_titleSp {
        display: block;
        position: absolute;
        top: 14.24%;
        left: 7.4%;
        right: 7%;
    }

    .mv_text {
        left: 5%;
    }
}

/* ===== sec02 gimitu ====*/
#sec02 {
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    color: var(--color-white);
    padding-top: 10%;
    padding-bottom: 15%;
}

.contents__sec02 {
    display: flex;
    justify-content: space-between;
    padding-top: 2.77%;
}

.pd {
    padding: 0 2.2%;
}

.item__sec02 {
    text-align: center;
}

.item__sec02 p {
    font-weight: bold;
    padding-bottom: 10px;
}


.item__sec02 img {
    background-color: var(--color-white);
    padding: 20px;
}

@media screen and (max-width: 999.8px) {

    .contents__sec02 {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 8% 4.8% 0;
    }

    .item__sec02 img {
        width: 80%;
    }

    .item__sec02 {
        padding: 5% 0;
    }
}

/* ===== sec03 business ====*/
#sec03 {
    background-color: var(--color-white);
    padding-top: 5%;
    position: relative;
    z-index: 1;
}

#sec03::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: auto;
    background: url("https://designplus.websozai.jp/gimitu/wp-content/uploads/2025/09/sec03.png") no-repeat center bottom;
    background-size: contain;
    width: 100%;
    aspect-ratio: 2160 / 229;
    transform: translate(-50%, -100%);
    z-index: -1;
}

.container__sec03 {
    background-image: url("https://designplus.websozai.jp/gimitu/wp-content/uploads/2025/09/sec03_11.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.desc__sec03 {
    padding-top: 1.3%;
}

.box__sec03 {
    display: flex;
    border: 2px solid var(--color-main);
    border-radius: 4px;
    margin: 2.7% 0;
}

.innerBox__sec03 {
    flex: 0 0 60%;
    padding: 20px;
    box-sizing: border-box;
}

.image__wrapper {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px;
}

.img__pc,
.img__sp {
    max-width: 100%;
    height: auto;
}

.box__title03 {
    color: var(--color-main);
    font-weight: bold;
    font-size: 3.2rem;
    padding-top: 15%;
}

.item__sec03 {
    font-weight: bold;
}

.innerBox__sec03 {
    background-color: var(--color-white);
    padding: 3% 3.5%;
}

.img_01 {
    background-image: url("https://designplus.websozai.jp/gimitu/wp-content/uploads/2025/09/sec03_09.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 30%;
}

.img_02 {
    background-image: url("https://designplus.websozai.jp/gimitu/wp-content/uploads/2025/09/sec03_10.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 30%;
}


/* 写真 */
.image-stack {
    position: relative;
    width: fit-content;
}

@media screen and (max-width: 999.8px) {

    #sec03 {
        padding: 10.6% 0 0;
    }

    .box__sec03 {
        display: flex;
        flex-direction: column;
        margin: 5.3% 0;
    }

    .box__title03 {
        font-size: 2rem;
        padding-top: 8%;
    }

    .container__sec03 {
        background-image: none;
    }

}


/* ===== sec04 your growth journey ====*/
#sec04 {
    background-color: var(--color-gray);
    padding-bottom: 6.9%;
}

.img__sec04 {
    width: 40.1%;
    padding-top: 2.77%;
    padding-bottom: 2.8%;
}

.text__sec04 {
    padding-bottom: 2.77%;
}

.contentsTitle__sec04 {
    color: var(--color-main);
    font-size: 2.2rem;
    font-weight: bold;
    padding-left: 3%;
    position: relative;
}

.contentsTitle__sec04::before {
    content: 'ー';
    position: absolute;
    left: 0;
    color: var(--color-main);
    top: 50%;
    transform: translateY(-50%);
}

.contents__sec04 {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 1.04%;
    padding-bottom: 2.77%;
}

.box__sec04 {
    background-color: var(--color-gray);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    padding: 1.5em;
    flex-basis: calc(50% - 1rem);
    border-radius: 10px;
    align-items: stretch;
}

.box__sec04 p {
    padding-top: 10px;
}

.subtitle__orange {
    color: var(--color-subA);
    font-weight: bold;
    border-bottom: 2px solid var(--color-subA);
}

@media screen and (max-width: 999.8px) {

    #sec04 {
        padding: 6% 0 14.6%;
    }

    .img__sec04 {
        width: 80%;
        padding-top: 8%;
    }

    .text__sec04 {
        padding-bottom: 8%;
    }

    .contents__sec04 {
        display: flex;
        flex-direction: column;
    }

    .contentsTitle__sec04 {
        padding-left: 6.5%;
    }

    .mab30 {
        margin-bottom: 8%;
    }

}

/* ===== sec05 interview ====*/

#sec05 {
    position: relative;
    background-color: var(--color-subB);
    padding-top: 4.5%;
    padding-bottom: 6.9%;
}

#sec05::before {
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    background-image: url("https://designplus.websozai.jp/gimitu/wp-content/uploads/2025/09/sec05_01.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -25px;
    left: 0;
}

#sec05::after {
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    background-image: url("https://designplus.websozai.jp/gimitu/wp-content/uploads/2025/09/sec05_02.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -23px;
    left: 0;
    z-index: 1;
}


div.swiper {
	display: grid;
	grid-template-columns: minmax(2rem, 1fr) minmax(auto, 60ch) minmax(2rem, 1fr);
	width: 100%;
	will-change: transform;
}

.contents_sec05 {
	grid-column: 1 / -1;
	width: 100rvw;
	will-change: transform;
}

.title__sec05 {
    color: var(--color-subB);
    background-color: var(--color-white);
    font-weight: bold;
    padding: 3px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 5px;
}


/* ==== slider設定 ==== */

/* スライドの動き等速 */
.swiper-wrapper {
    transition-timing-function: linear;
}

.swiper-slide {
    width: 25%;
    flex-shrink: 0;
    margin: 2%;
	will-change: transform;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    padding: 1.8%;
    display: block;
    transition: transform 0.3s ease;
}

.slideBox__sec05 {
    padding-top: 15px;
}

/* 画像マウスホバーで拡大 */
.swiper-slide:hover {
    transform: scale(1.15);
    z-index: 10;
}

@media screen and (max-width: 999.8px) {

    #sec05 {
        padding: 10.6% 0 14.6%;
    }

    .swiper-slide {
        width: 40%;
    }

    #sec05::before {
        background-image: url("https://designplus.websozai.jp/gimitu/wp-content/uploads/2025/09/sec05_SP01.png");
    }

    #sec05::after {
        background-image: url("https://designplus.websozai.jp/gimitu/wp-content/uploads/2025/09/sec05_SP02.png");
    }
}


/* ==== モーダルウィンドウの基本スタイル ==== */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 50px;
}

.close-button {
    color: var(--color-main);
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
}


/* モーダル内のコンテンツ */
#modal_image {
    width: 100%;
    height: auto;
}

#modal_title,
#modal_name {
    margin: 5px 0;
}

#modal_bio {
    margin-top: 15px;
    line-height: 1.6;
    text-align: left;
}

/* QAペアのコンテナ */
.qa-pair {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

/* 質問の前に表示する画像 */
.qa-title-img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
	margin-top: 30px;
}


/* ==== ウィンドウ内MV ==== */
#popupTitle {
    color: var(--color-subA);
    font-size: 2.4rem;
    font-weight: bold;
    padding: 4.16% 0;
}

#popupImage {
    padding-top: 5.55%;
}

/* h3とpタグのデフォルトスタイルを調整 */
#popupDept,
#popupName {
    margin: 0;
    padding: 0;
}

.popup-question {
    font-weight: bold;
    color: var(--color-main);
    padding-top: 3.5%;
}

.popup-message {
    text-align: left;
    line-height: 1.8;
    padding-bottom: 4.5%;
}


@media (min-width: 1000px) {
  /* #popupQaList の中の最後の画像と、その次のテキストを横並びにする */
  #popupQaList > img.qa-item-img:last-of-type,
  #popupQaList > img.qa-item-img:last-of-type + .popup-message {
    display: inline-block; /* 一旦inline-blockで */
    vertical-align: top;
  }
	
 #popupQaList > img.qa-item-img:last-of-type {
    float: left;
    max-width: 30%;
    margin-right: 24px;
  }

  #popupQaList > img.qa-item-img:last-of-type + .popup-message {
    float: left;
    max-width: 55%;
  }

  /* float解除用 */
  #popupQaList::after {
    content: "";
    display: block;
    clear: both;
  }
	
	.modal-content {
    background-image: url(https://designplus.websozai.jp/gimitu/wp-content/uploads/2025/09/interviews_back.jpg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #fefefe;
    margin: auto;
    padding: 2% 3% 5.55% 3%;
    border-radius: 8px;
    max-width: 1140px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    text-align: center;
}

}

@media screen and (max-width: 999.8px) {

    #popupTitle {
        font-size: 2rem;
    }

    #popupQaList {
        padding-top: 3%;
    }

    .modal-content {
        background-image: url(https://designplus.websozai.jp/gimitu/wp-content/uploads/2025/09/interviews_backSP.jpg);
        max-width: 375px;
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        background-color: #fefefe;
        margin: auto;
        padding: 2% 3% 5.55% 3%;
        border-radius: 8px;
        max-width: 1000px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        position: relative;
    }

}

/* ==== sec06　workplace & benefits ==== */
#sec06 {
    background-image: url(https://designplus.websozai.jp/gimitu/wp-content/uploads/2025/09/sec06_01-a.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 7.8% 0 4%;
}

.contents__sec06 {
    padding-top: 10%;
}

.box__sec06 {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 5.8%;
    margin-bottom: 40px;
}

/* 重ねたい画像だけに絶対配置 */
.box__sec06 .overlap-img {
    width: 38%;
    position: absolute;
    top: -25px;
    z-index: 2;
    transition: all 0.3s ease;
    pointer-events: none;
}

/* スライダー内の画像は通常通り表示されるように */
.slick-slider img {
    width: 100%;
    position: static;
    z-index: 1;
}

.slick-prev-custom {
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    z-index: 101;
}

.slick-next-custom {
    position: absolute;
    bottom: 50%;
    right: -40px;
    transform: translateY(50%);
    z-index: 101;
}

.list__sec06 {
    list-style-type: disc;
}

/* == 偶数番目は順番入れ替え == */
.box__sec06:nth-child(even) {
    direction: rtl;
}

.box__sec06:nth-child(even)>* {
    direction: ltr;
}

.box__sec06:nth-child(1) .overlap-img {
    left: -20px;
}

.box__sec06:nth-child(even):not(:nth-child(1)) .overlap-img {
    left: 550px;
}

.box__sec06:nth-child(odd):not(:nth-child(1)) .overlap-img {
    left: -25px;
}

.recruit__labels p {
    border-bottom: 1px solid #777777;
    padding: 8px 0;
}

.recruit__row {
    display: flex;
    border-bottom: 1px solid #777;
}

.recruit__label,
.recruit__value {
    width: 50%;
    padding: 1.33% 0;
    box-sizing: border-box;
}

@media screen and (max-width: 999.8px) {
    #sec06 {
        padding: 15% 0 14.6%;
    }

    .box__sec06 {
        display: grid;
        position: relative;
        grid-template-columns: 1fr;
    }

    /* slider矢印 */
    .slick-prev-custom {
        left: 10px;
    }

    .slick-next-custom {
        right: 10px;
    }

    /* 重ねたい画像だけに絶対配置 */
    .box__sec06 .overlap-img {
        width: 70%;
    }

    .box__sec06:nth-child(1) .overlap-img {
        left: 0;
    }

    .box__sec06:nth-child(even):not(:nth-child(1)) .overlap-img {
        left: 0px;
    }

    .box__sec06:nth-child(odd):not(:nth-child(1)) .overlap-img {
        left: 0;
    }


}


/* ==== sec07　gimitu by the numbers ==== */

#sec07 {
    overflow: hidden;
    background-color: var(--color-white);
    padding: 1.38%;
}

.container__sec07 {
    border: 2px solid #d2e2fc;
    background-image: url(https://designplus.websozai.jp/gimitu/wp-content/uploads/2025/09/sec07_01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.inner__sec07 {
    max-width: 1140px;
    margin-inline: auto;
    padding: 5.55% 0;
}

.contents__sec07 {
    padding-top: 4.7%;
}

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

.box__sec07 img {
    display: block;
    max-width: 100%;
    height: auto;
    padding: 50px;
}

/* 1段目（1つ目の .box__sec07）画像位置調整 */
.contents__sec07 .box__sec07:nth-of-type(1) div:nth-child(1) {
    transform: translateY(30px);
}

.contents__sec07 .box__sec07:nth-of-type(1) div:nth-child(2) {
    transform: translateY(-50px);
}

.contents__sec07 .box__sec07:nth-of-type(1) div:nth-child(3) {
    transform: translateY(-3px);
}

/* 2段目（2つ目の .box__sec07）画像位置調整 */
.contents__sec07 .box__sec07:nth-of-type(2) div:nth-child(1) {
    transform: translateY(10px);
}

.contents__sec07 .box__sec07:nth-of-type(2) div:nth-child(2) {
    transform: translateY(-40px);
}

.contents__sec07 .box__sec07:nth-of-type(2) div:nth-child(3) {
    transform: translateY(40px);
}

@media screen and (max-width: 999.8px) {

    .box__sec07 {
        display: flex;
        flex-direction: column;
    }

    .container__sec07 {
        border: 2px solid #d2e2fc;
        background-image: url(https://designplus.websozai.jp/gimitu/wp-content/uploads/2025/09/sec07_SP02.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    /* 1段目（1つ目の .box__sec07）画像位置調整 */
    .contents__sec07 .box__sec07:nth-of-type(1) div:nth-child(1) {
        transform: translateY(30px) translateX(35px);
        /* 上下と左右を両方調整 */
    }

    .contents__sec07 .box__sec07:nth-of-type(1) div:nth-child(2) {
        transform: translateY(20px) translateX(-35px);
    }

    .contents__sec07 .box__sec07:nth-of-type(1) div:nth-child(3) {
        transform: translateY(20px) translateX(35px);
    }

    /* 2段目（2つ目の .box__sec07）画像位置調整 */
    .contents__sec07 .box__sec07:nth-of-type(2) div:nth-child(1) {
        transform: translateY(20px) translateX(-25px);
    }

    .contents__sec07 .box__sec07:nth-of-type(2) div:nth-child(2) {
        transform: translateY(25px) translateX(25px);
    }

    .contents__sec07 .box__sec07:nth-of-type(2) div:nth-child(3) {
        transform: translateY(30px) translateX(-25px);
    }

}

/* ==== sec08　recruitment process ==== */
#sec08 {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    padding: 6.94% 0;
}

.contents__sec08 {
    padding-top: 2.77%;
}

.box__sec08 {
    max-width: 800px;
    margin: 0 auto;
}

.step__title {
    background-color: var(--color-white);
    border: 1px solid var(--color-white);
    border-radius: 10px 10px 0 0;
    color: var(--color-subB);
    font-weight: bold;
    padding: 2% 2.08%;
}

.step__description {
    background-color: #ECECEC;
    border: 1px solid #ECECEC;
    border-radius: 0 0 10px 10px;
    padding: 3% 2.08%;
}

.contents__sec08 img {
    width: 2%;
    display: block;
    margin: 0 auto;
    padding: 1.04% 0;
}

@media screen and (max-width: 999.8px) {
    #sec08 {
        padding: 10.6% 0 14.6%;
    }

    .contents__sec08 {
        padding-top: 8%;
    }

    .contents__sec08 img {
        width: 5%;
        padding: 3.75% 0;
    }
}


/* ==== sec09　entry ==== */

#sec09 {
    background-image: url(https://designplus.websozai.jp/gimitu/wp-content/uploads/2025/09/sec09_01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6.94% 0;
    position: relative;
}

#sec09::before {
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    background-image: url("https://designplus.websozai.jp/gimitu/wp-content/uploads/2025/09/sec09_05.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -25px;
    left: 0;
}

.subtitle__sec09 {
    background: linear-gradient(to right,
            rgba(238, 87, 32, 0.8) 10%,
            rgba(232, 129, 27, 0.8) 60%,
            rgba(232, 129, 27, 0) 100%);
    margin: 4.16% 0;
}

.subtitle__sec09 img {
    width: 50%;
    padding: 1.66% 2.77% 0;
}

.text__sec09 {
    padding: 1.04% 2.77% 1.66%;
}

.entry-buttons {
    display: flex;
    justify-content: space-between;
}

.entry-button {
    position: relative;
    border: 2px solid var(--color-white);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    overflow: hidden;
    padding: 5% 24%; /* ボタンのサイズと余白をここで定義 */
}

/* ホバー時の背景アニメーション */
.entry-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: white;
    transition: height 0.3s ease-in-out;
    z-index: 1;
}

.entry-button:hover::before {
    height: 100%;
}

/* aタグをボタンのようにスタイリング */
.entry-link {
    /* 親要素の.entry-button全体を覆うように配置 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 背景の上に表示 */
    display: flex; /* 子要素（spanタグ）を中央に配置するために使用 */
    justify-content: center;
    align-items: center;
    background: transparent;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: color 0.3s ease;
}

/* ホバー時、aタグの文字色を変更 */
.entry-button:hover .entry-link {
    color: var(--color-subA);
}

@media screen and (max-width: 999.8px) {
    #sec09 {
        background-image: url("https://designplus.websozai.jp/gimitu/wp-content/uploads/2025/09/sec09_SP01.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 8% 0;
        position: relative;
    }

    #sec09::before {
        content: "";
        display: block;
        width: 100%;
        height: 25px;
        background-image: url("https://designplus.websozai.jp/gimitu/wp-content/uploads/2025/09/sec09_SP03.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: -25px;
        left: 0;
    }

    .subtitle__sec09 img {
        width: 100%;
        padding: 1.66% 2.77% 0;
    }

    .entry-buttons {
        display: flex;
        flex-direction: column;
    }

   .entry-button {
        text-align: center;
        padding: 10% 19%;
        margin: 2% 0;
    }
}


/* Footer */
.footer {
    background-color: var(--color-white);
    padding-top: 5.55%;
}

.footer__logo {
    display: flex;
    justify-content: center;
    padding-bottom: 4.16%;
}

.footer__logo img {
    width: 20%;
}

.footer__menu {
    text-align: center;
    padding-bottom: 4.16%;
}

.footer__menu a {
    padding: 0 2%;
}

.footer__menu a:hover {
    color: var(--color-main);
}

p.copy {
    background-color: var(--color-subA);
    padding: 1.38%;
}

@media screen and (max-width: 999.8px) {


    .footer__logo img {
        width: 50%;
        padding: 13.3% 0 8%;
    }

    .footer__menu {
        display: flex;
        flex-direction: column;
        text-align: left;
        padding: 3.7% 0;
    }

    .footer__menu a {
        padding: 2.6% 4.26%;
    }
}