@charset "utf-8";

@media screen and (max-width: 768px) {
	.content{
		max-width: calc(690 / 750 * 100%);
		margin: 0 auto;
	}
}

.mainVisual_title{
    position: absolute;
    width: min(31.69vw, 507px);
    height: min(35.56vw, 568px);
    font-family: "FOT-Rodin Pro", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-size: 4.88vw;
    font-size: min(4.88vw, 78px);
    color: #000;
    top: min(11.25vw, 180px);
    left: min(6.25vw, 100px);
}
.mainVisual_title_vertical{
    writing-mode: vertical-rl;
    position: absolute;
    left: 0;
    letter-spacing: 0.07em;
}
.mainVisual_title_img{
    position: absolute;
    width: min(22.94vw, 367px);
    left: 1.25vw;
    left: min(1.25vw, 20px);
    bottom: 0;
}
.mainVisual_title_beside{
    position: absolute;
    bottom: min(-0.63vw, -10px);
    right: min(-3.5vw, -56px);
}
.mainVisual_cards{
    display: grid;
   grid-template-columns: repeat(4, min(18.13vw, 290px));
    gap: 0.63vw;
    max-width: 1190px;
    width: fit-content;
    margin: 0 0 0 auto;
}
.mainVisual_card{
    position: relative;
    background-color: #fff;
    height: min(24.38vw, 390px);
    color: white;
    z-index: 0;
    border-radius: 10px;
    border: 1px solid #000;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.mainVisual_card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* 高さをコンテナに合わせる */
    object-fit: cover; /* 画像が歪まないように */
    opacity: 0; /* 基本は透明 */
    transition: opacity 1.2s ease-in-out;
}

/* 表示中の画像 */
.mainVisual_card img.current {
    z-index: 2;
    opacity: 1; /* 表示 */
}

.mainVisual_card img.next {
    z-index: 1;
    opacity: 0; /* 1から0に変更：最初は隠しておく */
}

/* 5枚目のカードを二列目に配置 */
.mainVisual_card:nth-child(5) {
    grid-column: 2;
}
.mainVisual_card::before{
    position: absolute;
    content: "";
    display: block;
    z-index: -1;
    width: min(13.75vw, 220px);
    height: min(13.75vw, 220px);
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
}
.mainVisual_card:nth-child(1)::before{
    background: url(../img/bg/img_mainVisual_card_background_01.png) no-repeat center / cover;
}
.mainVisual_card:nth-child(2)::before{
    background: url(../img/bg/img_mainVisual_card_background_02.png) no-repeat center / cover;
}
.mainVisual_card:nth-child(3)::before{
    background: url(../img/bg/img_mainVisual_card_background_03.png) no-repeat center / cover;
    width: min(14.06vw, 225px);
    height: min(15.06vw, 241px);
    top: 45px;
    left: -20px;
}
.mainVisual_card:nth-child(4)::before{
    background: url(../img/bg/img_mainVisual_card_background_04.png) no-repeat center / cover;
}
.mainVisual_card:nth-child(5)::before{
    background: url(../img/bg/img_mainVisual_card_background_05.png) no-repeat center / cover;
}
.mainVisual_card:nth-child(6)::before{
    background: url(../img/bg/img_mainVisual_card_background_06.png) no-repeat center / cover;
    top: 30px;
}
.mainVisual_card:nth-child(7)::before{
    background: url(../img/bg/img_mainVisual_card_background_07.png) no-repeat center / cover;
}
@media screen and (min-width: 1640px) {
    /* .mainVisual_title{
       left: clamp(100px, 43.8vw - 600px, 240px);
    } */
     .mainVisual_title{
        left: calc((100% - 1600px) / 2 + 10px);
     }
     .mainVisual_cards{
        margin-right: calc((100% - 1600px) / 2 + 10px);
     }
}
@media screen and (max-width: 768px) {
    .mainVisual_title{
        width: 55.47vw;
        height: 79.07vw;
        font-size: 10.67vw;
        top: 23.25vw;
        left: 3.25vw;
    }
    .mainVisual_title_img{
        width: 40.94vw;
    }
    .mainVisual_title_beside{
        font-size: 9.33vw;
        bottom: 1.37vw;
        right: -7.5vw;
    }
    .mainVisual_cards{
        grid-template-columns: repeat(3, 29.33vw);
        gap: 2vw;
        margin: 16.67vw auto 0;
    }
    .mainVisual_card:nth-child(1) {
        grid-column: 2;
    }
    .mainVisual_card:nth-child(3) {
        grid-column: 3;
    }
    .mainVisual_card:nth-child(7) {
        display: none;
    }
    .mainVisual_card{
        height: 42.67vw;
    }
    .mainVisual_card::before{
        width: 22.67vw;
        height: 22.67vw;
        top: 5.33vw;
    }
    .mainVisual_card:nth-child(3)::before{
        width: 22.67vw;
        height: 24.67vw;
    }
}
.band{
  align-items: center;
  display: flex;
  overflow:hidden;
  width: 100%;
  white-space:nowrap;
  z-index: 1;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding-top: 22px;
  padding-bottom: 20px;
}
.band ul {
  animation: flowing 100s linear infinite;
  font-size: 20px;
  transform:translateX(100%);
  margin: 0;
  padding: 0;
}
.band ul li{
  display: inline-block;
  padding-right: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 62px;
  line-height: 1;
  color: #000;
}
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}
@media screen and (max-width: 768px) {
    .band{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .band ul li{
        font-size: 36px;
    }
}

.whatIs{
    max-width: 1920px;
    width: 100%;
    margin-inline: auto;
    position: relative;
    margin-top: 120px;
    padding-bottom: 90px;
    margin-bottom: 60px;
    font-family: 'Poppins', "Rounded Mplus 1c", sans-serif;
    text-align: left;
}
.whatIs::before{
    content: "";
    display: block;
    position: absolute;
    background: url(../img/bg/img_whatIs_background_02.png) no-repeat right bottom / cover;
    width: 837px;
    height: 119px;
    right: 0;
    bottom: 0;
}
.whatIs::after{
    content: "";
    display: block;
    position: absolute;
    background: url(../img/bg/img_whatIs_background_01.png) no-repeat right bottom / cover;
    width: 217px;
    height: 306px;
    right: 125px;
    bottom: 200px;
    z-index: -1;
}
.whatIs .content{
    position: relative;
}
.whatIs .content::before{
    content: "";
    display: block;
    position: absolute;
    background: url(../img/img_whatIs_01.png)no-repeat center center/contain;
    max-width: 480px;
    width: 30vw;
    height: auto;
    aspect-ratio: 1 / 1;
    top: -1.56vw;
    right: 0;
    border-radius: 10px;
    border: 1px solid #000;
}
.whatIs .content::after{
    content: "";
    display: block;
    position: absolute;
    background: url(../img/img_whatIs_02.png)no-repeat center center/contain;
    max-width: 360px;
    width: 22.5vw;
    height: auto;
    aspect-ratio: 1 / 1;
    right: min(21.75vw, 348px);
    top: min(20.75vw, 332px);
     border-radius: 10px;
    border: 1px solid #000;
}
.whatIs_title{
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 52px;
    line-height: 70px;
    color: #fff;
    -webkit-text-stroke: 1px #000;
}
.whatIs_title > span{
    color: #a0d8ef;
}
.whatIs p{
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 38px;
}
.whatIs .catchword{
    font-size: 26px;
    line-height: 40px;
    display: block;
    width: fit-content;
}

.whatIs .catchword_01{
    background-color: #a0d8ef;
}
.whatIs .catchword_02{
    background-color: #fff3b8;
    margin-top: 15px;
}
.whatIs .catchword_03{
    background-color: #f9cac7;
    margin-top: 15px;
}
.whatIs p.whatIs_strong{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}
@media screen and (max-width: 960px) {
    .whatIs .content::after{
        top: 25.75vw;
        right: 15.75vw;
    }
}
@media screen and (max-width: 768px) {
    .whatIs{
        margin-top: 46px;
    }
    .whatIs .content{
        padding-top: 365px;
    }
    .whatIs .content::before{
        width: 250px;
        height: 250px;
        top: 0;
        left: 0;
        border-radius: 5px;
    }
    .whatIs .content::after{
        max-width: 215px;
        width: 42.67vw;
         height: auto;
        aspect-ratio: 1 / 1;
        right: 0;
        top: 160px;
         border-radius: 5px;
    }
    .whatIs_title{
        font-size: 34px;
        line-height: 44px;
        white-space: nowrap;
        -webkit-text-stroke: 1px #000;
    }
    .whatIs p{
        font-size: 13px;
        line-height: 24px;
        font-weight: 500;
        margin-top: 28px;
    }
    .whatIs .catchword{
        font-size: 18px;
        line-height: 20px;
        font-weight: 600;
        margin-top: 33px;
    }
    .whatIs .catchword_02{
        margin-top: 10px;
    }
    .whatIs .catchword_03{
        margin-top: 10px;
    }
    .whatIs p.whatIs_strong{
        font-size: 19px;
        font-weight: 600;
    }
}

/* ------------------------------------------------------------------------ */

/* 新着情報

/* ------------------------------------------------------------------------ */
.news .ttls{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #45bbe6;
    padding-top: 87px;
    padding-bottom: 62px;
}
.news .ttls::before{
  background: url("/common/img/text/ttl_news_01_pc.png")no-repeat center center/contain;
  width: 199px;
  height: 116px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.news .ttls::after{
  background: url("/img/bg/img_top_news_background_01.png")no-repeat center center/contain;
  width: 293px;
  height: 232px;
  left: auto;
  right: 17.94vw;
  bottom: 14px;
  margin: auto;
}

.news .ttls .sub{
    margin-top: 25px;
}
.news_slide {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.news_cards img {
    width: 100%;
    height: auto;
    display: block;
}


.news_cards .card{
    padding: 60px 60px 40px;
    height: auto !important;
    color: #000;
    border-right: none;
    border-top: none;
}
.news_cards .card:last-child{
    border-right: 1px solid #000;
}
.news_cards .card img{
    display: block;
    margin: 0 auto;
    max-width: 280px;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1 ;
    object-fit: cover;
    border-radius: 10px;
}
.news_cards .card .ttl{
    margin-top: 25px;
}
.news_cards .card .cate{
    margin-top: 24px;
}
.news_cards .card .cate li{
    display: inline-block;
}

.news_more{
    background-color: #45bbe6;
}

@media screen and (max-width: 1000px) {
    .news_cards .card{
        padding: 40px 40px 30px;
    }
}

@media screen and (max-width: 768px) {
    .news .ttls{
        padding-inline: 0;
        padding-top: 47px;
        padding-bottom: 26px;
    }
    .news .ttls::before{
        width: 110px;
        top: -25px;
        left: 12px;
        right: auto;
    }
    .news .ttls .sub{
        margin-top: 15px;
    }
    .news .ttls::after{
        right: 8px;
        left: auto;
        top: 47px;
        width: 154px;
    }
    .news_cards .card{
        padding: 20px;
    }
    .news_cards .card .ttl{
        margin-top: 17px;
        font-size: 12px;
    }
    .news_cards .card .cate{
        margin-top: 15px;
    }
    .news_cards .card .cate li{
        font-size: 12px;
    }
    .news_cards .card .time{
        margin-top: 15px;
        font-size: 12px;
    }
    .news_cards .card img{
        border-radius: 5px;
    }
}
/* ------------------------------------------------------------------------ */

/* イベント情報

/* ------------------------------------------------------------------------ */
.event_flex {
    max-width: 1920px;
    margin-inline: auto;
    display: flex;
    justify-content: center;
}
.event .ttls{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #ffe66b;
    padding-top: 87px;
    padding-bottom: 61px;
}
.event .ttls .sub{
    margin-top: 25px;
}
.event .ttls::before {
    background: url(/common/img/text/ttl_event_01_pc.png) no-repeat center center / contain;
    width: 225px;
    height: 134px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.event .ttls::after {
    background: url(/img/bg/img_top_event_background_01.png) no-repeat center center / contain;
    max-width: 1302px;
    width: 100%;
    height: 181px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.event_flex .div1{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
    width: 50%;
    border-right: 1px solid #000;
}
/* .event_flex .div1 .card{
    position: relative;
    max-width: 584px;
    padding: 60px;
    padding-bottom: 20px;
    border-radius: 10px;
    margin-top: 60px;
    margin-right: 60px;
    margin-left: auto;
    color: #000;
    z-index: 1;
} */
 .event_flex .div1 .card {
    border: none;
    position: relative;
    max-width: 584px;
    z-index: 1;
}
.event_flex .div1 .card::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffe66b;
    transform-origin: center center;
    transform: rotate(-4deg);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: -1;
}
.event_flex .div1 .card a{
    background: #fff;
    border: solid 1px #000;
    padding: 60px;
    padding-bottom: 20px;
    border-radius: 10px;
    color: #000;
    overflow: hidden;
}
.event_flex .div1 .card img{
    width: 100%;
    aspect-ratio: 1 / 1 ;
    object-fit: cover;
}
.event_flex .div1 .card .cate{
    margin-top: 18px;
}
.event_flex .div1 .card .time{
    margin-top: 25px;
}

.event_flex .div2{
    width: 50%;
}


.event_slide{
    width: 100%;
}
.event_cards .slick-slide > div {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start;
    align-content: stretch;
}
.event_cards .slick-slide > div + div .card{
    border-bottom: none;

}
.event_cards .card {
    width: 33.333% !important;
    padding: 40px;
    padding-bottom: 35px;
    box-sizing: border-box;
    list-style: none;
    float: none !important;
    border-right: none;
    border-top: none;
    color: #000;
}
.event_cards .card:first-child{
    border-left: none;
}
.event_cards .card:last-child{
    border-right: 1px solid #000;
}
.event_cards .card-content {
    background: #f9f9f9;
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s, box-shadow 0.3s;
}
.event_cards img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.event_cards .ttl {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
}
.event_cards .cate{
    margin-top: 10px;
}
.event_cards .time{
    margin-top: 15px;
}

.event-prev::before { content: '\f060'; }
.event-next::before { content: '\f061'; }


.event_more{
    background-color: #ffe66b;
}

.event .slick-controls{
    margin-top: 0;
    padding-top: 40px;
    border-top: 1px solid #000;
}

@media screen and (max-width: 1200px) {
    .event_flex .div1{
        align-items: flex-start;
    }
    .event_cards .card{
        width: 50% !important;
        padding: 30px;
    }
    .event_flex .div1 .card a{
        padding: 40px;
    }
}
@media screen and (max-width: 768px) {
    .event_cards .slick-track{
        width: max-content !important;
        display: flex !important;
        flex-wrap: nowrap !important;
		align-items: stretch;
    }
    .event_cards .slick-slide > div {
        flex-direction: row !important;
        display: contents !important;
        flex-wrap: wrap !important;
    }
    .event_flex{
        display: block;
    }
    .event_flex .div1{
		border-right: none;
        width: 100%;
    }
    .event_flex .div2{
        width: 100%;
    }
    .event_cards .card{
        width: 50% !important;
        min-width: 50vw !important;
        max-width: 50vw !important;
        box-sizing: border-box;
        padding: 20px;
        border-top: 1px solid #000;
    }
    .event .ttls{
        padding-inline: 0;
        padding-top: 49px;
        padding-bottom: 21px;
    }
    .event .ttls .sub{
        margin-top: 17px;
        text-align: center;
    }
    .event .ttls::before{
            width: 129px;
            top: -27px;
            left: 8px;
        right: auto;
    }
    .event .ttls::after{
        background: url(/img/bg/img_top_event_background_02.png) no-repeat center center / contain;
        width: 148px;
        top: -46px;
        right: 0;
        left: auto;
    }
    .event_flex .div1 .card{
        max-width: calc(690 / 750 * 100%);
        width: 100%;
    }
    .event_flex .div1 .card .ttl{
        font-size: 12px;
        margin-top: 22px;
    }
    .event_flex .div1 .card .cate{
        margin-top: 12px;
    }
    .event_flex .div1 .card .cate li{
        font-size: 12px;
    }
    .event_flex .div1 .card .time{
        font-size: 12px;
        margin-top: 13px;
    }
    .event_cards .ttl{
        font-size: 12px;
        margin-top: 18px;
    }
    .event_cards .cate{
        margin-top: 13px;
    }
    .event_cards .cate li{
        font-size: 12px;
    }
    .event_cards .time{
        font-size: 12px;
        margin-top: 13px;
    }
    .event .slick-controls{
        padding-top: 20px;
        border-top: none;
    }
}
@media screen and (max-width: 500px) {
    .event_flex .div1 {
        padding: 40px 10px;
    }
}

/* ------------------------------------------------------------------------ */

/*各部業務紹介

/* ------------------------------------------------------------------------ */


.section{
    background-color: #66ccc5;
    padding-bottom: 55px;
}
.section .ttls{
    border-top: 1px solid #000;
    padding-top: 85px;
}
.section .ttls::before{
    background: url(/common/img/text/ttl_section_01_pc.png) no-repeat center center / contain;
    width: 270px;
    height: 145px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.section .ttls::after {
    background: url(/img/bg/img_top_section_background_01.png) no-repeat center center / contain;
    max-width: 1543px;
    width: 100%;
    height: 265px;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-inline: auto;
}
.section .ttls .sub{
    margin-top: 25px;
}
.section_slide{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
.section_cards li{
    padding: 0 40px;
}

.section_cards li img{
    width: 100%;
}


/* 矢印アイコンの設定 */
.section-prev::before {
    content: '\f060';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
}
.section-next::before {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
}




/* --- 4. ボタンの状態制御 --- */
.section-prev.slick-disabled,
.section-next.slick-disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

.section-prev:hover:not(.slick-disabled),
.section-next:hover:not(.slick-disabled) {
    background-color: #555 !important;
}

@media screen and (max-width: 1024px) {
    .section_cards li{
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .section{
        padding-bottom: 30px;
    }
    .section .ttls{
        padding-top: 47px;
        padding-inline: 0;
        padding-bottom: 18px;
    }
    .section .ttls .sub{
        margin-top: 16px;
    }
    .section .ttls::before{
        width: 154px;
        top: -25px;
        left: 8px;
        right: auto;
    }
    .section .ttls::after{
        /* 画像書き出し */
    }
    .section_cards li{
        padding: 0 15px;
    }
    .section .slick-dotted.slick-slider{
        margin: 0;
    }
    .section .slick-controls{
        margin-top: 37px;
        margin-bottom: 0;
    }
}
/* ------------------------------------------------------------------------ */

/*愛知県警のキャリアパス
/* ------------------------------------------------------------------------ */
.career{
    background-color: #baf0a8;
    padding-bottom: 90px;
}
.career .ttls{
    border-top: 1px solid #000;
    padding-bottom: 0;
    padding-top: 123px;
}
.career .ttls::before{
    background: url(/common/img/text/ttl_career_01_pc.png) no-repeat center center / contain;
    width: 270px;
    height: 145px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.career .ttls .sub{
    margin-top: 28px;
}
.career .btn{
    max-width: 260px;
    height: 50px;
    margin: auto;
    background-color: #000;
    color: #fff;
    margin-top: 36px;
    font-size: 16px;
}

.career .ttls::after{
  background: url("/img/bg/img_top_career_background_01.png")no-repeat center center/contain;
  max-width: 1655px;
    width: 100%;
  height: 460px;
  top: 40px;
  left: auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
    .career .ttls{
        padding-top: 44px;
        padding-inline: 0;
    }
    .career .ttls::before{
        width: 141px;
        top: -32px;
        left: 7px;
        right: auto;
    }
    .career .ttls .sub{
        margin-top: 12px;
    }
    .career .btn{
        margin-top: 24px;
        margin-right: auto;
        margin-left: 0;
        max-width: 215px;
        height: 40px;
        font-size: 14px;
    }
    .career{
        padding-bottom: 49px;
    }
}
/* ------------------------------------------------------------------------ */

/* 先輩たちの等身大リアル

/* ------------------------------------------------------------------------ */

.myStory{
    border-top: 1px solid #000;
}

.myStory .ttls{
    padding-top: 48px;
    padding-bottom: 0;
}

.myStory .ttls h2{
    text-align: left;
    white-space: nowrap;
}
.myStory .ttls h2 span{
    color: #f9cac7;
}

.myStory .ttls::before{
    background: url(/common/img/text/ttl_myStory_01_pc.png) no-repeat center center / contain;
    width: 367px;
    height: 170px;
    top: 0;
    left: 60px;
    right: auto;
    margin: auto;
}
.myStory_text{
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}
.myStory .btn{
    max-width: 260px;
    height: 50px;
    background-color: #000;
    color: #fff;
    margin-top: 60px;
}
.myStory_flex{
    width: 100%;
    min-height: 710px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 160px;
    gap: 30px;
}
.myStory_flex .div1{
    position: relative;
    max-width: calc(100% * 520 / 1600);
    width: 100%;
    margin-left: max(10px, calc((100% - 1400px) / 2));
    margin-right: 0;
}
.myStory_flex .div1::after{
    content: "";
    display: block;
    position: absolute;
    background: url("/img/bg/img_top_myStory_background_01.png") no-repeat center center/contain;
    max-width: 239px;
    width: 100%;
    height: 102px;
    right: 0;
    bottom: 0;
}
.myStory_flex .div2{
    position: relative;
    max-width: 950px;
    width: 100%;
    min-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.myStory_flex .div2::before{
    content: "";
    display: block;
    position: absolute;
    background: url("/img/bg/img_top_myStory_background_02.png") no-repeat center center/contain;
    width: 392px;
    height: 230px;
    top: -67px;
    right: 117px;
}
.myStory .slick-dotted.slick-slider{
    min-height: 710px;
    margin-bottom: 0;
}

.myStory_cards .slick-list {
    height: 710px !important;
    padding-bottom: 0 !important;
}
/*すべてのcss */

.myStory_cards .card {
    height: min(530px,33.13vw) ;
    width: calc(min(300px, 18.75vw) + min(40px, 2.5vw)) !important;
    padding-right: min(40px,2.5vw);
    transition: all 0.5s ease-out;
    display: block;
    position: relative;
    border-radius: 10px;
    border: none;
    background-color: initial;
    color: #fff;
    text-align: left;
    vertical-align: bottom;
    overflow: hidden;
    justify-content: flex-end;
}
.myStory_cards .card .card_inner{
    width: min(300px,18.75vw) !important;
    height: min(530px,33.13vw) ;
    position: relative;
    padding: 30px 30px 100px;
    padding: min(30px,1.88vw) min(30px,1.88vw) min(100px,6.25vw);
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: all 0.5s ease-out;
}
.myStory_cards .card:hover .bgImg{
    transform: scale(1.05);
    transition: transform 0.2s ease-out;

}
.myStory_cards .card .card_inner::before{
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: 0;
}
.myStory_cards .card .card_inner .myStory_more{
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 14px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.myStory_cards .card .ttl{
    margin-top: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    gap: 8px;
}
.myStory_cards .card .ttl img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.myStory_cards .card .cate {
    margin-top: 18px;
}
.myStory_cards .card .cate li{
    color: #fff;
    font-size: 12px;
}

.myStory_cards .card p{
    font-size: 16px;
}


/* 一枚目のcss */
.myStory_cards .card.slick-current {
        height: min(710px,44.38vw) ;
    /*  width: min(400px,25vw) !important;
   transition: width 0.5s ease-out, transform 0.5s ease-out;*/
   width: min(440px,27.5vw) !important;
}
.myStory_cards .card.slick-current .card_inner{
    width: min(400px,25vw) !important;
    height: min(710px,44.38vw) ;
    transition: all 0.5s ease-out;
}
.myStory_cards .card.slick-current  .card_inner::before{
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0) 30%,
        rgba(0, 0, 0, 0) 70%,
        rgba(0, 0, 0, 0.7) 100%
    );
}
.myStory_cards .card.slick-current .ttl{
    gap: 10px;
    font-size: 18px;
}
.myStory_cards .card.slick-current .ttl img{
    width: 80px;
    height: 80px;
}
.myStory_cards .card.slick-current p{
    font-size: 18px;
}
.myStory_cards .card.slick-current .cate {
    margin-top: 30px;
}
.myStory_cards .card.slick-current .cate li{
    font-size: 14px;
}
.myStory_cards .slick-track {
    display: flex !important;
    align-items: flex-end;
    height: 710px !important;
}
.myStory_cards .card:last-child {
    margin-right: 0;
}
.myStory_cards .card .bgImg{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    transition: transform 0.2s ease-out;
}
.myStory-controls-pc {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: 70px;

}



/* 2. 真ん中のドットの座標固定 */
.myStory-controls-pc .slick-dots {
    order: 2;
    display: flex !important;
    position: static !important; /* Slick標準の絶対配置を解除 */
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    width: fit-content;
}

.mystory-next::before {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
}

.mystory-prev::before {
    content: '\f060';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
}

.myStory-controls-pc .slick-dots a{
    margin: 0;
    width: fit-content;
    height: fit-content;
}

.myStory-controls-pc .slick-dots abutton {
    font-size: 0;
    line-height: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    border: 1px solid #333;
}

@media screen and (max-width: 1400px) {
    .myStory_flex .div1::after{
        bottom: -160px;
    }
}

@media screen and (max-width: 768px) {
    .myStory .ttls{
        padding-top: 78px;
        padding-inline: 0;
    }
    .myStory .ttls::before{
        width: 206px;
        left: 10px;
        right: auto;
        top: -17px;
    }
    .myStory_flex{
        padding-top: 0px;
        display: block;
    }
    .myStory_flex .div1{
        max-width: 100%;
        margin-inline: 0;
    }
    .myStory_flex .div1::after{
        width: 119px;
        height: auto;
        top: -14px;
        right: 13px;
        bottom: 0;
    }
    .myStory_flex .div2{
        margin-top: 29px;
        max-width: 100%;
        min-width: auto;
    }
    .myStory_flex .div2::before{
        background: url("/img/bg/img_top_myStory_background_02_sp.png") no-repeat center center/contain;
        width: 318px;
        top: auto;
        bottom: -185px;
        right: 0;
        left: 0;
        margin-inline: auto;
    }
    .myStory_cards .slick-list{
        height: 410px !important;
    }
    .myStory .slick-dotted.slick-slider{
        min-height: 410px;
    }
    .myStory_cards .slick-track{
        height: 410px !important;
    }



    /* 共通 */
    .myStory_cards .card{
        width: 170px !important;
        height: 285px;
    }
    .myStory_cards .card .card_inner{
        width: 160px !important;
        height: 285px;
        padding: 10px 10px 60px;
    }
    .myStory_cards .card .ttl{
        font-size: 8px;
        gap: 4px;
    }
    .myStory_cards .card .ttl img{
        width: 35px;
        height: 35px;
    }
    .myStory_cards .card p{
        font-size: 10px;
    }
    .myStory_cards .card .cate{
        margin-top: 8px;
    }
    .myStory_cards .card .cate li{
        font-size: 8px;
    }
    .myStory_cards .card .card_inner .myStory_more{
        width: 30px;
        height: 30px;
        font-size: 10px;
        right: 10px;
        bottom: 10px;
    }



    /* 一枚目 */
    .myStory_cards .card.slick-current{
        /* width: 230px !important; */
        width: 240px !important;
        height: 410px;
    }
    .myStory_cards .card.slick-current .card_inner{
        width: 230px !important;
        height: 410px;
        padding: 15px 15px 75px;
    }
    .myStory_cards .card.slick-current .ttl img{
        width: 50px;
        height: 50px;
    }
    .myStory_cards .card.slick-current .ttl{
        font-size: 12px;
        gap: 5px;
    }
    .myStory_cards .card.slick-current p{
        font-size: 14px;
    }
    .myStory_cards .card.slick-current .cate{
        margin-top: 15px;
    }
    .myStory_cards .card.slick-current .cate li{
        font-size: 12px;
    }
    .myStory_cards .card.slick-current .card_inner .myStory_more{
        width: 40px;
        height: 40px;
        right: 15px;
        bottom: 15px;
        font-size: 13px;
    }

    .myStory .slick-controls{
        margin-top: 30px;
    }

    .myStory_text{
        font-size: 13px;
        line-height: 24px;
        margin-top: 30px;
    }
    .myStory .btn{
        max-width: 215px;
        height: 40px;
        margin-top: 32px;
        margin-inline: auto;
        font-size: 14px;
    }
    .myStory{
        margin-bottom: 150px;
    }
}


.swiper-wrapper {
    display: flex;
    align-items: flex-end !important;
    height: 100%;
}
.section_slide_container {
    max-width: 930px;
    width: 100%;
    margin: auto auto 0;
    position: relative;
    overflow: hidden;
}

.my-swiper {
    overflow: visible !important;
    height: min(710px,44.38vw);
}
.swiper-slide {
    width: min(300px,18.75vw) !important;
    height: 100% !important;
    position: relative;
    z-index: 1;
    overflow: visible !important;
    transition: transform 0.5s ease;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 10px;
    color: #fff;
}

/* 共通css */
.swiper-slide .inner {
    position: relative;
    width: min(300px,18.75vw);
    height: min(530px,33.125vw);
    transition-duration: 0.5s;
    border-radius: 10px;
    overflow: hidden;
}
.swiper-slide .inner::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: 0;
}
.swiper-slide .inner .bgImg {
    width: 100%;
    height: 100%;
    display: block;
    transform-origin: left bottom;
    position: absolute;
    z-index: -1;
}
.swiper-slide .inner .ttl{
    position: absolute;
    top: min(30px, 1.88vw);
    left: min(30px, 1.88vw);
    width: calc(100% - 60px);
    margin-top: 0;
    display: flex;
    align-items: center;
    font-size: min(16px, 1vw);
    text-align: left;
    color: #fff;
    gap: min(8px, 0.5vw);
}
.swiper-slide .inner .ttl img{
    width: min(40px, 2.5vw);
    height: min(40px, 2.5vw);
    border-radius: 50%;
}
.swiper-slide .inner .text{
    position: absolute;
    bottom: 100px;
    left: 30px;
    width: calc( 100% - min(60px,3.75vw));
    display: block;
    text-align: left;
}
.swiper-slide .inner .text p{
    font-size: min(16px, 1vw);
}
.swiper-slide .inner .text .cate{
    margin-top: min(18px, 1.13vw);

}
.swiper-slide .inner .text .cate li{
    display: inline-block;
    font-size: min(12px, 0.75vw);
}
.swiper-slide .inner .myStory_more{
    position: absolute;
    bottom: min(30px, 1.88vw);
    right: min(30px, 1.88vw);
    font-size: min(14px, 0.875vw);
    width: min(50px, 3.13vw);
    height: min(50px, 3.13vw);
    border-radius: 50%;
    color: #fff;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

/* active時のcss */
.swiper-slide-active {
    z-index: 10;
}
.swiper-slide-active .inner,
.swiper-slide-duplicate-active .inner {
    width: min(400px,25vw) !important;
    height: min(710px,44.38vw) !important;
    transition-duration: 0.5s;
}

.swiper-slide-active .inner .ttl{
    font-size: min(18px, 1.13vw);
    gap: min(10px, 0.63vw);
}
.swiper-slide-active .inner .ttl img{
    width: min(80px, 5vw);
    height: min(80px, 5vw);
}
.swiper-slide-active .inner .text p{
    font-size: min(18px, 1.13vw);
}
.swiper-slide-active .inner .text .cate{
    margin-top: min(18px, 1.13vw);
}
.swiper-slide-active .inner .text .cate li{
    display: inline-block;
    font-size: min(14px, 0.875vw);
}
.swiper-slide-active .inner .myStory_more{
    position: absolute;
    bottom: min(30px, 1.88vw);
    right: min(30px, 1.88vw);
    font-size: min(14px, 0.875vw);
    width: min(50px, 3.13vw);
    height: min(50px, 3.13vw);
    border-radius: 50%;
    color: #fff;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.swiper-slide-active .inner::before{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 100%);
}
.swiper-slide-active ~ .swiper-slide {
    transform: translateX(100px) !important;
    transition: transform 0.5s ease;
}
.swiper-slide-prev {
    transform: translateX(0) !important;
}
.swiper-controls {
    width: fit-content;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 70px;
    position: relative;
    z-index: 20;
}
.swiper-pagination{
    position: relative !important;
    width: fit-content !important;
}
.swiper-button-next, .swiper-button-prev{
    position: relative !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    background-color: #000;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: '\f060' !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    color: #fff;
    font-size: 18px !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: '\f061' !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    color: #fff;
        font-size: 18px !important;
}
.swiper-pagination-bullet{
    background-color: #fff !important;
    border: 1px solid #000 !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active{
    background-color: #000 !important;
}



@media screen and (max-width: 768px) {
    .section_slide_container {
        width: 100% !important;
        overflow: hidden;
    }
    .my-swiper {
        overflow: visible !important;
        height: max(410px, 109.33vw) !important;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .swiper-slide {
        width: max(160px, 42.67vw) !important;
        height: max(285px, 76vw) !important;
        opacity: 1 !important;
        transform: none !important;
        margin-top: 0 !important;
        display: flex !important;
        justify-content: center;
    }
    .swiper-slide-active ~ .swiper-slide {
        transform: none !important;
    }
    .swiper-slide .inner{
        width: max(160px, 42.67vw) !important;
        height: max(285px, 76vw) !important;
        border-radius: 5px;
    }
    .swiper-slide-active,
    .swiper-slide-duplicate-active {
        height: max(410px, 109.33vw) !important;
    }
    .swiper-slide-active .inner,
    .swiper-slide-duplicate-active .inner {
        width: max(230px, 61.33vw) !important;
        height: max(410px, 109.33vw) !important;
        position: relative !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    .swiper-slide .inner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    .swiper-slide .inner .ttl {
        top: 20px; left: 20px; font-size: 14px;
        width: auto;
    }
    .swiper-slide .inner .ttl img {
        width: 40px; height: 40px;
    }
    .swiper-slide .inner .text {
        bottom: 60px; left: 20px; width: calc(100% - 40px);
    }
    .swiper-slide .inner .text p {
        font-size: 14px;
    }
    .swiper-slide-active .inner .text .cate li{
        font-size: 12px;
    }
    .swiper-controls{
        margin-inline: auto;
    }
    .swiper-slide-active .inner .myStory_more{
        width: 40px;
        height: 40px;
        font-size: 13px;
        right: 20px;
        bottom: 20px;
    }
}
/* ------------------------------------------------------------------------ */

/* 先輩の声

/* ------------------------------------------------------------------------ */
.voice .ttls{
    padding-bottom: 0px;
}
.voice .ttls::before {
    background: url(/common/img/text/ttl_voice_01_pc.png) no-repeat center center / contain;
    width: 206px;
    height: 124px;
    top: 16px;
    left: -55px;
    margin: auto;
}
.voice .ttls h2{
    text-align: left;
}
.voice{
    border-top: 1px solid #000;
}
.voice .gray{
    background-color: #e6e6e6;
    border-bottom: 1px solid #000;
}
.voice_grid{
    display: flex;
}
.voice_grid .div1{
    max-width: 700px;
    width: 100%;
    padding: 20px;
    padding-left: 0;
    border-right: 1px dashed #000;
}
.voice_grid .div2{
    margin-top: 120px;
    padding-left: 80px;
}
.voice_text{
    text-align: left;
    font-size: 16px;
    margin-top: 42px;
    line-height: 28px;
}
.voice_grid .banners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 9px;
}
.voice_grid .banner{
    position: relative;
    border: 1px solid #000;
    border-radius: 10px;
    display: flex;
    padding: 40px;
    overflow: hidden;
    z-index: 1;
}
.voice_grid .banner::before{
    content: "";
    display: block;
    position: absolute;
    transition-duration: .3s;
    z-index: -1;
}
.voice_grid .banner:hover::before{
    scale: 1.05;
    transition-duration: .3s;
}
.voice_grid .banner h3{
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 800;
    font-size: 46px;
    line-height: 54px;
    text-align: left;
    white-space: nowrap;
    color: #fff;
    -webkit-text-stroke: 1.5px #000;
}
.voice_grid .banner01 {
    grid-column: span 2 / span 2;
    height: 200px;
    background-color: #00aeef;
    justify-content: flex-start;
    align-items: center;
}
.voice_grid .banner01::before{
    background: url("/img/img_top_voice_01.png") no-repeat center center/contain;
    max-width: 334px;
    width: 100%;
    height: 198px;
    right: 0;
}
.voice_grid .banner02 {
    grid-column: span 2 / span 2;
    grid-row-start: 2;
    height: 200px;
    background-color: #ffe66b;
    justify-content: flex-end;
    align-items: center;
}
.voice_grid .banner02::before{
    background: url("/img/img_top_voice_02.png") no-repeat center center/contain;
    max-width: 351px;
    width: 100%;
    height: 198px;
    left: 0;
    bottom: 0;
}
.voice_grid .banner03 {
    grid-row-start: 3;
    height: 330px;
    background-color: #66ccc5;
    justify-content: center;
    align-items: flex-end;
    padding: 22px;
}
.voice_grid .banner03::before{
    background: url("/img/img_top_voice_03.png") no-repeat center center/contain;
    max-width: 328px;
    width: 100%;
    height: 232px;
    top: 20px;
}
.voice_grid .banner04 {
    grid-row-start: 3;
    height: 330px;
    background-color: #ff928a;
    justify-content: flex-start;
    align-items: flex-start;
}
.voice_grid .banner04::before{
    background: url("/img/img_top_voice_04.png") no-repeat center center/contain;
    max-width: 286px;
    width: 100%;
    height: 200px;
    bottom: 0;
    right: 0px;
}
.voice_flex{
    display: flex;
    align-items: center;
}
.voice_flex .banner{
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    border-left: 1px solid #000;
    color: #000;
    height: 350px;
    padding: 30px;
    overflow: hidden;
}
.voice_flex .banner:last-child{
    border-right: 1px solid #000;
}
.voice_flex .banner::before{
    content: "";
    display: block;
    position: absolute;
    transition-duration: .3s;
}
.voice_flex .banner:hover::before{
    scale: 1.05;
    transition-duration: .3s;
}
.voice_flex .banner h3{
    font-size: 26px;
    text-align: center;
}
.voice_flex .banner p{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.voice_flex .banner01{
    background-color: #baf0a8;
}
.voice_flex .banner01::before{
     background: url("/img/img_top_voice_05.png") no-repeat center center/contain;
     max-width: 345px;
     width: 100%;
     height: 228px;
     top: 20px;
     right: -14px;
}
.voice_flex .banner02{
    background-color: #dac4f5;
}
.voice_flex .banner02::before{
     background: url("/img/img_top_voice_06.png") no-repeat center center/contain;
     max-width: 309px;
     width: 100%;
     height: 227px;
     top: 20px;
     right: min(18px, 2.5vw);
}
.voice_flex .banner03{
    background-color: #fad2a5;
}
.voice_flex .banner03::before{
     background: url("/img/img_top_voice_07.png") no-repeat center center/contain;
     max-width: 282px;
     width: 100%;
     height: 223px;
     top: 20px;
     right: 0;
     left: 0;
     margin: auto;
}
.voice_flex .banner04{
    background-color: #aaf2ed;
}
.voice_flex .banner04::before{
     background: url("/img/img_top_voice_08.png") no-repeat center center/contain;
     max-width: 307px;
     width: 100%;
     height: 219px;
     top: 25px;
}

@media screen and (max-width: 1024px) {
    .voice_grid .div2{
        padding-left: 40px;
    }
    .voice .ttls::before{
        left: -25px;
    }
    .voice_grid .banner{
        padding: 20px;
    }
    .voice_grid .banner01::before{
        right: -50px;
    }
    .voice_grid .banner02::before{
        left: -3.31vw;
    }
    .voice_grid .banner h3{
        font-size: 32px;
    }
    .voice_flex .banner{
        padding-inline: 20px;
    }
}

@media screen and (max-width: 768px) {
    .voice .ttls{
        padding-top: 48px;
        padding-inline: 0;
    }
    .voice .ttls::before{
        width: 118px;
        top: -15px;
        left: -12px;
    }
    .voice_grid{
        display: flex;
        flex-direction: column-reverse;
        gap: 50px;
    }
    .voice_grid .div2{
        margin-top: 0;
        padding-left: 0;
    }
    .voice_text{
        font-size: 13px;
        line-height: 23px;
        margin-top: 27px;
    }
    .voice_grid .div1{
        border-right: 0;
        padding: 0;
    }
    .voice_grid .banners{
        gap: 9px;
    }
    .voice_grid .banner{
        height: 121px;
        border-radius: 5px;
        padding: 20px;
    }
    .voice_grid .banner h3{
        font-size: 23px;
        line-height: 27px;
        -webkit-text-stroke: 1px #000;
    }
    .voice_grid .banner01::before{
        max-width: 167px;
        height: 100%;
        right: 20px;
    }
    .voice_grid .banner02::before{
        max-width: 176px;
        height: 100%;
        left: 20px;
    }
    .voice_grid .banner03{
        height: 165px;
    }
    .voice_grid .banner03::before{
        height: 100%;
        top: auto;
        bottom: 0;
    }
    .voice_grid .banner04{
        height: 165px;

    }
    .voice_grid .banner04::before{
        height: 100%;
        /* max-width: 143px; */
        /* bottom: -32px; */
        right: 0;
    }
    .voice_flex{
        flex-wrap: wrap;
    }
    .voice_flex .banner{
        flex: 0 0 50%;
        height: 265px;
        padding: 15px 10px 20px;
        border: 1px solid #000;
    }
    .voice_flex .banner h3{
        font-size: 18px;
    }
    .voice_flex .banner p{
        font-size: 13px;
        height: 42px;
    }
    .voice_flex .banner01{
        border-top: none;
    }
    .voice_flex .banner01::before{
        background: url("/img/img_top_voice_05_sp.png") no-repeat center center/contain;
        max-width: 153px;
        height: 100%;
        top: -44px;
        right: auto;
    }
    .voice_flex .banner02{
        border-top: none;
        border-left: none;
    }
    .voice_flex .banner02::before{
         background: url("/img/img_top_voice_06_sp.png") no-repeat center center/contain;
         max-width: 159px;
         height: 100%;
        top: -49px;
        right: auto;
    }
    .voice_flex .banner03{
        border-top: none;
        border-bottom: none;
    }
    .voice_flex .banner03::before{
        background: url("/img/img_top_voice_07_sp.png") no-repeat center center/contain;
        max-width: 138px;
        height: 100%;
        top: -46px;
        right: 22px;
    }
    .voice_flex .banner04{
        border-top: none;
        border-bottom: none;
        border-left: none;
    }
    .voice_flex .banner04::before{
         background: url("/img/img_top_voice_08_sp.png") no-repeat center center/contain;
         max-width: 148px;
         height: 100%;
         top: -44px;
    }
}

@media screen and (max-width: 500px) {
    .voice_grid .banner01::before{
        right: -15px;
    }
    .voice_grid .banner02::before{
        left: -15px;
    }
    .voice_grid .banner04::before{
        max-width: 143px;
        bottom: -32px;
    }
}

/* ------------------------------------------------------------------------ */

/* 採用情報を見る

/* ------------------------------------------------------------------------ */
.joinUs{
    border-top: 1px solid #000;
    background-color: #00aeef;
    padding-bottom: 69px;
}
.joinUs_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

.joinUs_flex > div > img{
    display: block;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}
.joinUs .ttls{
    padding-top: 85px;
    padding-bottom: 37px;
    overflow: hidden;
}
.joinUs .ttls::before {
    background: url(/common/img/text/ttl_joinUs_01_pc.png) no-repeat center center / contain;
    width: 324px;
    height: 179px;
    top: -23px;
    left: 64px;
    right: auto;
    margin: auto;
}

.joinUs .ttls h2 {
    font-size: 56px;
    font-weight: 500;
    text-align: left;
    line-height: 80px;
    letter-spacing: 0.16em;
    -webkit-text-stroke: unset;
}

.joinUs .btn{
    max-width: 440px;
    height: 80px;
    background-color: #000;
    color: #fff;
    font-size: 24px;
    margin-left: 0;
    margin-right: auto;
}

.joinUs .link{
    position: relative;
    color: #fff;
    font-weight: "M PLUS Rounded 1c", sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-top: 10px;
}
.joinUs .link::before{
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 700;
    padding-right: 10px;
    font-size: 14px;
}
.joinUs .link span{
    font-size: 14px;
    font-weight: 500;
    padding-left: 5px;
}
@media screen and (max-width: 1230px) {
    .joinUs .ttls h2{
        font-size: 3.5vw;
        letter-spacing: 0.46vw;
    }

    .joinUs_flex > div {
        width: 50%;
    }

}
@media screen and (max-width: 768px) {
    .joinUs{
        padding-bottom: 47px;
    }
    .joinUs .ttls{
        padding-top: 53px;
        padding-inline: 0;
        padding-bottom: 11px;
    }
    .joinUs .ttls h2{
        font-size: 33px;
        line-height: 50px;
        text-align: center;
        letter-spacing: 0.16em;
    }
    .joinUs .ttls::before{
        width: 200px;
        top: -44px;
        right: 0;
        left: 0;
    }
    .joinUs .btn{
        max-width: 345px;
        height: 60px;
        font-size: 17px;
        margin-inline: auto;
    }

    .joinUs_flex{
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .joinUs_flex > div {
        width: 100%;
    }
    .joinUs_flex > div > img{
        display: block;
        margin-top: 10px;
        max-width: 268px;
        margin-inline: auto;
    }
    .joinUs .link{
        font-size: 14px;
    }
    .joinUs .link span{
        font-size: 12px;
    }
}
