@charset "UTF-8";

@font-face {
    font-family: 'Tsunagi Gothic';
    src: url('./fonts/tsunagigothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    --tsunagi:'Tsunagi Gothic', sans-serif;
    --yu-g: "Noto Sans JP", sans-serif;;
}


/*------------------
    共通設定
------------------*/
body {
  font-family: var(--yu-g);
  color: var(--bk);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  background-color: var(--wh);
  scroll-behavior: smooth;
}
picture img, picture source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
    object-fit: cover;
}
.sp-br {
  display: none;
}

@media(max-width:768px){
    .sp-br {
    display: block;
  }
}

/*------------------
  cssのみでページ遷移フェードアニメーション
------------------*/
.fade-body {
  animation: fadein .8s ease-out;
}
  @keyframes fadein {
  0% {
    opacity: .8;
    }
  100% {
    opacity: 1;
    }
  }


/*------------------
  fvフェードアニメーション
------------------*/
/* アニメーション本体 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(6px); /* 下から */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* クラスを指定すれば自動でふわっと表示 */
.fade-in {
  opacity: 0;
  transform: translateY(6px);
  animation: fadeInUp 0.6s ease-out forwards;
  animation-delay: 0.1s; /* 少し遅らせると自然 */
}

/*------------------
  フォントサイズ管理
------------------*/
/* 1025–1920px */
:root {
--fz_56-106: clamp(56px, calc(5.5866vw + -1.2626px), 106px);
--fz_34-64: clamp(34px, calc(3.3520vw + -0.3575px), 64px);
--fz_28-48: clamp(28px, calc(2.2346vw + 5.0950px), 48px);
--fz_27-36: clamp(27px, calc(1.0056vw + 16.6927px), 36px);
--fz_795-106: clamp(79.5px, calc(2.9609vw + 49.1508px), 106px);
--fz_66-88: clamp(66px, calc(2.4581vw + 40.8045px), 88px);
--fz_48-64: clamp(48px, calc(1.7877vw + 29.6760px), 64px);
--fz_38-48: clamp(38px, calc(1.1173vw + 26.5475px), 48px);
--fz_24-32: clamp(24px, calc(0.8939vw + 14.8380px), 32px);
--fz_18-24: clamp(18px, calc(0.6704vw + 11.1285px), 24px);
--fz_135-18: clamp(13.5px, calc(0.5028vw + 8.3464px), 18px);
--fz_12-16: clamp(12px, calc(0.4469vw + 7.4190px), 16px);
--fz_14-16:clamp(14px, 1.042vw, 16px);
--fz_1425-190: clamp(142.5px, calc(5.3073vw + 88.1006px), 190px);
--fz_16-20: clamp(16px, calc(0.4469vw + 11.4190px), 20px);
--fz_345-46: clamp(34.5px, calc(1.2849vw + 21.3296px), 46px);
--fz_30-64: clamp(30px, calc(3.7989vw + -8.9385px), 64px);
--fz_30-40: clamp(30px, calc(1.1173vw + 18.5475px), 40px);
--fz_16-24: clamp(16px, calc(0.8939vw + 6.8380px), 24px);
--fz_16-18: clamp(16px, calc(0.2235vw + 13.7095px), 18px);
--fz_15-18: clamp(15px, 1.14vw,18px);
--fz_72-95: clamp(72px, 2.57vw, 95px); /* 1025–1920px */
--fz_50-95: clamp(50px, 5.03vw, 95px); /* 1025–1920px */
--fz_14-18: clamp(14px, 0.45vw, 18px); /* 1025–1920px */
--fz_28-40: clamp(28px, 1.34vw, 40px); /* 1025–1920px */
--fz_20-24: clamp(20px, 0.45vw ,24px); /* 1025–1920px */
--fz_12-14: clamp(12px, 0.29vw, 14px); /* 1240–1920px */
--fz_36-64: clamp(36px, 3.13vw, 64px); /* 1025–1920px */
--fz_36-56: clamp(36px, 7.81vw, 56px); /* 768–1024px */
}


/*===============================
        color
===============================*/
:root {
  --red:#E54343;
  --navy:#0A3488;
  --bk:#151515;
  --blue:#B0CEF7;
  --wh: #FFFFFF;
}

/*===============================
        ttl1
===============================*/
/*===============================
        ttl2
===============================*/
/*===============================
        ttl3
===============================*/
/*===============================
        ttl4
===============================*/
.ttl4 {
  line-height: 1;
}
.ttl4 span {
  margin-top: 14px;
}
.ttl4.red {
  color: var(--red);
}
/*===============================
        ttl5
===============================*/
.ttl5 {
  font-size: var(--fz_18-24);
  font-family: var(--tsunagi);
  font-weight: 900;
  color: var(--bk);
  line-height: 1;
}

/*===============================
        ttl6
===============================*/
.ttl6 {
  font-size: var(--fz_34-64);
  color: #0A3488;
  letter-spacing: 0;
  line-height: 1.4;
  font-family: var(--tsunagi);
  font-weight: 900;
  text-align: center;
}
.ttl6 span {
  font-size: var(--fz_12-16);
  display: block;;
}

/*===============================
        ttl7
===============================*/
.ttl7 {
    font-size: var(--fz_18-24);
    color: #151515;
    letter-spacing: 0;
}
.ttl7 span {
    font-size: var(--fz_18-24);
    color: #0A3488;
    margin-right: 0.3em;
}

/*===============================
        btn02
===============================*/
.btn02 {
width: 160px;
height: 160px;
text-align: center;
cursor: pointer;
position: relative;
text-decoration: none;
border-radius: 100px;
text-transform: uppercase;
display: inline-flex;
justify-content: center;
align-items: center;
transition: all 0.3s ease;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
font-family: var(--tsunagi);
}
.btn02 h3 {
letter-spacing: 0.07em;
font-weight: bold;
font-size: var(--fz_18-24);
font-family: var(--tsunagi);
letter-spacing: 0;
line-height: 1;
}

.btn02 h3 span {
letter-spacing: 0.07em;
font-size: var(--fz_12-16);
display: block;
font-family: var(--yu-g);
font-weight: 700;
margin-top: 13px;
}
.btn02:hover {
  opacity: .8;
}
.btn--grade-red {
background: #E54343;
background: linear-gradient(150deg, rgba(195, 34, 34, 1) 17%, rgba(255, 255, 255, 1) 55%, rgba(103, 58, 183, 1) 100%);
color: #E54343;
border-color: #0A3488;
}
.btn--white-red {
    background-color: #fff;
    color: #E54343;
    border-color: #E54343;
}
.btn--white-red span {
    color: #000;
}

.btn--red-white {
    background-color: #E54343;
    color: #fff;
    border-color: #E54343;
}
.btn--blue-white {
    background-color: #0A3488;
    color: #fff;
    border-color: #0A3488;
}
.btn02 h3.red span {
    color: #fff;
}

/*===============================
        btn03
===============================*/
.btn03 {
    aspect-ratio: 256 / 56;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 60px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    border: solid 2px #0A3488;
    color: var(--wh);
    background-color: var(--navy);
    border: solid 2px var(--wh);
}
.btn03:hover,
.btn03.current {
    background-color: #B0CEF7;
    border: solid 2px #B0CEF7;
    color: #0A3488;
}

/*===============================
        btn04
===============================*/
.btn04 {
    width: 87.5%;
    height: 80px;
    border-radius: 60px;
    max-width: 100%;
    text-align: center;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    border-radius: 100px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    font-family: var(--tsunagi);
    font-size: var(--fz_12-16);
    max-width: 560px;
    letter-spacing: 0.05em;
}
.btn04 span {
    font-size: var(--fz_12-16);
}


/*===============================
        btn05
===============================*/
.btn05__container {
    position: relative;
    z-index: 1;
    height: 64px;
    margin: 0 auto;
    width: 100%;
    max-width: 432px;
}

/* 矢印（after疑似要素） */
.btn05__container::after {
    position: absolute;
    content: url(../images/common/red-arrow.svg);
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

/* ボタン本体 */
.btn05 {
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    border-radius: 60px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    border: solid 1px #0A3488;
    color: #0A3488;
}

/* h3内の余計なmarginをリセット（必要なら） */
.btn05 h3 {
    margin: 0;
    /* font-size: var(--fz_12-16); */
    font-family: var(--tsunagi);
    font-weight: normal;
    letter-spacing: 0;
    font-size: 16px;
}
    @media(max-width:768px){
        .btn05__container {
        width: 320px;
        height: 64px;
    }
    }


/*===============================
        btn06
===============================*/
.btn06__container {
  position: relative;
  z-index: 1;
  height: 88px;
  margin: 0 auto;
  margin: 0 auto;
  width: 100%;
  max-width: 432px;
}
a.btn06 {
    width: 100%;
    display: block;
    height: 100%;
}
a.btn06 p {
    text-align: center;
    width: 100%;
    height: 84px;
    text-align: center;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    border-radius: 60px;
    text-transform: capitalize;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    border: solid 2px #FFFFFF;
    color: #FFFFFF;
    background-color: #0A3488;
    font-size: var(--fz_14-18);
    max-width: 428px;
}
.btn06__container::after {
    position: absolute;
    content: url(../images/common/link-icon.svg);
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    pointer-events: none;
    right: 6%;
}
.btn06__container.--wh {
  position: relative;
}
.btn06__container.--wh::after {
    position: absolute;
    content: url(../images/common/link-icon--navy.svg);
}
a.btn06.--wh p {
    color: #0A3488;
    border: 1px solid #0A3488;
    background-color: #FFFFFF;
    height: 64px;
}
@media(max-width:1024px){
a.btn06 {
    width: 100%;
    display: block;
    height: 100%;
}
.btn06__container {
    height: 56px;
}
}


/*===============================
        btn07
===============================*/
.ttl07 {
font-family: var(--tsunagi);
font-weight: 900;
margin: 0;
padding: 0;
display: block;
line-height: 1.16;
position: relative;
text-align: center;
z-index: 1;
}
.ttl07.fz-m {
  font-size: 48px;
  font-size: var(--fz_38-48);
}
.ttl07.fz-s {
  font-size: 32px;
  font-size: var(--fz_24-32);
}
.ttl07.blue {
color: #0A3488;
}
.ttl07.pink {
color: #E54343;
}
.ttl07::before {
content: attr(data-en);
position: absolute;
bottom: -6px;
left: 50%;
transform: translateX(-50%);
opacity: .3;
text-transform: uppercase;
font-family: var(--tsunagi);
font-weight: 900;
line-height: 1;
z-index: -1;
}
.ttl07.fz-m::before {
font-size: 88px;
font-size: var(--fz_66-88);
}
.ttl07.fz-s::before {
font-size: 88px;
white-space: nowrap;
font-size: var(--fz_66-88);
}
.ttl07.blue::before {
color: rgba(176, 206, 247, 1);
}
.ttl07.pink::before {
color: #FFE5F0;
font-size: 88px;
font-size: var(--fz_66-88);
}


/*===============================
        btn08
===============================*/
/* ボタン本体 */
.btn08 {
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    color: #0A3488;
}

/* h3内の余計なmarginをリセット（必要なら） */
.btn08 h3 {
    margin: 0;
    font-size: 24px;
    font-size: var(--fz_18-24);
    font-family: var(--tsunagi);
    font-weight: normal;
    letter-spacing: 0;
    color: var(--bk);
    position: relative;
}
.btn08 h3::after {
  position: absolute;
  content: url(../images/common/red-cross.svg);
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  border-radius: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  right: -50px;
}
    @media(max-width:768px){
        .btn08__container {
        width: 320px;
        height: 64px;
    }
    }


/*===============================
        card01
===============================*/
.card01 {
    width: 100%;
    padding: 32px 0;
    border-radius: 20px;
    margin: 0 auto;
    background-color: var(--blue);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}
.card01__inner {
    margin: 0 6%;
    width: 88%;
    display: grid;
}
.card01_text {
    font-size: 18px;
    font-size: var(--fz_15-18);
    line-height: 1.5;
    color: #4B4B36;
}
.card01__img img {
    aspect-ratio: 510 / 248;
    border-radius: 10px;
    vertical-align: bottom;
}
.card01__textWrap {
    display: grid;
}
.card01__textCont h3 {
  font-size: 18px;
  font-size: var(--fz_15-18);
  font-family: var(--tsunagi);
  color: var(--navy);
}


/* アコーディオン用 */
.card01__textWrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

/* 開いたとき */
.card01__textWrap.open {
  max-height: 3000px; /* 十分大きくしておく */
}

/* トグルボタンの見た目（任意） */
.card01__toggleBtn {
  display: inline-block;
  padding: 10px 24px;
  font-size: 16px;
  font-size: var(--fz_12-16);
  color: #fff;
  background-color: #0a3488;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
h2.card01__ttl {
    font-size: 24px;
    font-size: var(--fz_18-24);
    line-height: 1.33;
    color: var(--bk);
    font-family: var(--tsunagi);
    padding: 32px 0;
}
.card01__qa:last-child .card01__a {
    padding: 16px 0 0;
}
/*===============================
        card02
===============================*/
.card02 {
    width: 100%;
    padding: 32px 0;
    border: solid 1px rgba(10, 52, 136, 0.6);
    border-radius: 20px;
    margin: 0 auto;
    background-color: var(--blue);
}
.card02__inner {
    margin: 0 6%;
    width: 88%;
    display: grid;
    gap: 32px;
}
.card02__text {
    font-size: 18px;
    font-size: var(--fz_15-18);
    line-height: 1.5;
    margin-top: 16px;
    color: #4B4B36;
}
.card02__img img {
    aspect-ratio: 510 / 248;
    border-radius: 10px;
    vertical-align: bottom;
}
.card02__textWrap {
    display: grid;
    gap: 48px;
}
.card02__textCont h3 {
  font-size: 18px;
  font-size: var(--fz_15-18);
  font-family: var(--tsunagi);
  color: var(--navy);
}


/* アコーディオン用 */
.card02__textWrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

/* 開いたとき */
.card02__textWrap.open {
  max-height: 3000px; /* 十分大きくしておく */
}

/* トグルボタンの見た目（任意） */
.card02__toggleBtn {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 24px;
  font-size: 16px;
  font-size: var(--fz_12-16);
  color: #fff;
  background-color: #0a3488;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}




/*===============================
        card03
===============================*/
.card03 {
    width: 100%;
    padding: 20px 0;
    border: solid 1px rgba(10, 52, 136, 0.6);
    border-radius: 20px;
    margin: 0 auto;
}
.card03__inner {
    width: 90%;
    margin: 0 5%;
}
.card03__text {
    font-size: 18px;
    font-size: var(--fz_15-18);
    line-height: 1.5;
}
.card03__img img {
    aspect-ratio: 510 / 248;
    border-radius: 10px;
}



/*===============================
        card04
===============================*/
.card04 {
    width: 100%;
    padding: 32px 0;
    border: solid 1px rgba(10, 52, 136, 0.6);
    border-radius: 20px;
    margin: 0 auto;
    background-color: var(--wh);
}
.card04__inner {
    margin: 0 6%;
    width: 88%;
    display: grid;
    gap: 32px;
}
.card04__text {
    font-size: 18px;
    font-size: var(--fz_15-18);
    line-height: 1.5;
    margin-top: 16px;
    color: #4B4B36;
}
.card04__img img {
    aspect-ratio: 510 / 248;
    border-radius: 10px;
    vertical-align: bottom;
}
.card04__textWrap {
    display: grid;
    gap: 48px;
}
.card04__textCont h3 {
  font-size: 18px;
  font-size: var(--fz_15-18);
  font-family: var(--tsunagi);
  color: var(--navy);
}


/* アコーディオン用 */
.card04__textWrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

/* 開いたとき */
.card04__textWrap.open {
  max-height: 3000px; /* 十分大きくしておく */
}

/* トグルボタンの見た目（任意） */
.card04__toggleBtn {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 24px;
  font-size: 16px;
  font-size: var(--fz_12-16);
  color: #fff;
  background-color: #0a3488;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}


/*===============================
        md-fixedPc
===============================*/
.md-fixedPc {
  position: fixed;
  width: 100%;
  height: 100dvh;
  z-index: 1;
  top: 0;
  left: 0;
  background: #0A3488;
}

.md-fixedPc_contWrap {
  position: absolute;
  left: 9.8958333%;
  top: 21.08518%;
  width: 37.3958333%;
}


.md-fixedPc_contWrap {
    position: absolute;
    left: 0;
    margin-right: 66%;
    text-align: center;
    top: calc(50% + 10dvh);
    transform: translateY(-50%);
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    left: 50%;
}


.fixed-pc__left {
    width: calc(100% / 3);
    display: grid; /* 0701追加 */
    gap: 6%; /* 0701追加 */
}
a.fixed-pc__insta img {
    width: 9.375vw;
    max-width: 180px;
	display: block;
    margin: 0 auto;
}
	@media(max-width:768px){
    	a.fixed-pc__insta img {
    	width: 30.375vw;
    }
    }
/*a.fixed-pc__insta {
    width: 145px;
    display: block;
    /* margin: 88px auto auto; 0701修正*/
    /*margin: auto;
}*/
.fixed-pc__right {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: calc(100% / 3);
}
.fixed-pc__right .btn02 {
    height: 160px;
    width: clamp(120px, 9.4vw, 160px);
    height: clamp(120px, 9.4vw, 160px);
}

/* タイトル画像 */
h2.fixed-pc__ttl--img {
    width: clamp(120px, 9.4vw, 160px);
}
h2.fixed-pc__ttl--img img {
    /* width: 100%; 0701修正*/
    width: 80%;
    object-fit: cover;
}
/* ./ タイトル画像 */

/* タイトルテキスト */
h2.fixed-pc__right--ttl {
  writing-mode: vertical-rl;
  text-align: justify;
  color: #FFFFFF;
  font-family: var(--tsunagi);
  font-weight: 900;
  font-size: var(--fz_27-36);
  letter-spacing: -0.2em; /* Windows 基準 */
}

/* macOS Safari 用の調整 */
@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) {
    h2.fixed-pc__right--ttl {
      letter-spacing: 0em;
    }
  }
}

.fixed-pc__right--subTtl {
    display: block;
    font-size: var(--fz_14-18);
    margin-top: 1rem;
    letter-spacing: 0.1em;
    font-family: var(--yu-g);
}
/*./ タイトルテキスト */  


.fixed-pc__right h3 {
    font-size: var(--fz_24-32);
}
.fixed-pc__right .btn02 h3.red span {
    font-size: var(--fz_12-16);
    color: var(--wh);
}
.btn--grade-red {
    background: #c32222;
    background: linear-gradient(150deg, rgba(195, 34, 34, 1) 17%, rgba(255, 255, 255, 1) 55%, rgba(103, 58, 183, 1) 100%);
    color: #c00;
    border-color: #06c;
}
.btn02 {
    text-align: center;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    border-radius: 100px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    max-width: 160px;
    max-height: 160px;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
}
a.btn02.btn--white-red .red span {
    color: var(--bk);
}
.fixed-pc__right .btn02 span {
  font-style: 16px;
}

.md-fixedPc_logoWrap {
  display: block;
}
.md-fixedPc_logoWrap img {
    height: 100%;
    width: 14.583vw;
    max-width: 280px;
    height: auto;
}

.md-fixedPc_menu {
    /* padding-top: 88px; 0701削除*/
    display: grid;
    gap: 8px;
    place-content: center;
}
.md-fixedPc_menu._item6 .md-fixedPc_menuItem {
    width: 13.33vw;
}
li.md-fixedPc_menuItem .btn03 {
    border: solid 2px var(--wh);
}
li.md-fixedPc_menuItem .btn03.current {
    background-color: #B0CEF7;
    border: solid 2px #B0CEF7;
    color: #0A3488;
}
li.md-fixedPc_menuItem .btn03 {
    color: var(--wh);
    background-color: var(--navy);
    border: solid 2px var(--wh);

}
li.md-fixedPc_menuItem .btn03.current,
li.md-fixedPc_menuItem .btn03:hover {
    background-color: #B0CEF7;
    border: solid 2px #B0CEF7;
    color: #0A3488;
}
.md-fixedPc_menu._item1 {
  justify-content: center;
}
.md-fixedPc_menuItem {
  font-size: var(--fz_15-18);
  max-width: 432px;
  /* width: 13.33vw; */
}
.md-fixedPc_menuItem a {
  position: relative;
}
.md-fixedPc_menuItem a.current {
  font-weight: 700;
}
.md-fixedPc_menuItem a.current::before {
  opacity: 1;
}
/* .md-fixedPc_sliderWrap {
    position: absolute;
    z-index: -1;
    display: flex;
    top: -100px;
}
.md-fixedPc_slider {
  display: flex;
  animation: scroll-left 70s infinite linear both;
}
.md-fixedPc_slider p {
    font-size: var(--fz_1425-190);
    text-transform: uppercase;
    font-weight: 900;
    font-family: var(--tsunagi);
    color: rgb(255, 255, 255,0.2);
    white-space: nowrap;
    line-height: 2;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
} */

/* ここから 0807修正*/
.md-fixedPc_sliderWrap {
  overflow: hidden;
}

.md-fixedPc_slider {
  display: flex;
  width: max-content;
  animation: scroll-left 70s linear infinite;
}

.md-fixedPc_slider p {
  font-size: var(--fz_1425-190);
  text-transform: uppercase;
  font-weight: 900;
  font-family: var(--tsunagi);
  color: rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  line-height: 2;
  padding-right: 3rem; /* スペース調整用 */
}
.md-fixedPc_slider p {
    line-height: 1;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ここまで 0807修正*/

    @media only screen and (max-width: 1280px) {
      .md-fixedPc_menuItem a::before {
        width: 8px;
        height: 8px;
        left: -8px;
      }
    }
        @media only screen and (max-width: 1024px) {
          .md-fixedPc {
            display: none;
          }
        }


/*===============================
        md-head
===============================*/
.md-head_contWrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.md-head_logoWrap img {
  transition: 0.2s;
  object-fit: contain;
}
a.md-head_logoWrap h1 {
    align-items: center;
    display: flex;
}
.md-head_logoWrap img.active {
  opacity: 1;
}

.md-head_menuIcon {
  height: 100%;
  background: transparent;
  border: none;
  padding: 0;
}
.md-head_menuIcon img.active {
  opacity: 1;
}
.md-head_menuIcon span._black {
  color: #191919;
}
.md-head_menuIcon span.active {
  opacity: 1;
}

    @media only screen and (max-width: 1280px) {
      .md-head_logoWrap img {
        top: 10px;
      }
    }
        @media only screen and (max-width: 1024px) {
          .md-head_logoWrap {
            width: 50.25641025vw;
            max-width: 250px;
          }
        }


/*===============================
        md-topFv
===============================*/
.md-topFv_videoWrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.md-topFv_videoWrap video{
  width: 100%;
  height: 100%;
	object-fit: cover;
}

.md-topFv_videoWrap picture {
  width: 100%;
  height: 100%;
}
.md-topFv_videoWrap::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  aspect-ratio: 1 / 1;
}

.md-topFv_txtWrap {
  position: absolute;
  bottom: 48px;
  color: #fff;
}

.md-topFv_lTxt {
  font-weight: 900;
  line-height: 1.3;
}

.md-topFv_sTxt {
  margin-top: 18px;
}

    @media only screen and (max-width: 1024px) {
      .md-topFv_sTxt {
        margin-top: 8px;
      }
    }


/*===============================
        md-topMsg
===============================*/
.top-message {
    position: relative;
    background-color: #0A3488;
    color: #FFFFFF;
}

/* top-scroll-line */
.bl-scroll {
  position: absolute;
  z-index: 98;
  top: 100px;
  left: 50%;
  width: 2px;
  height: 200px;
  transform: translateX(-50%);
  overflow: hidden;
}

.scroll_bar {
  display: block;
  position: absolute;
  top: -100px; /* 初期位置（見えない位置から） */
  left: 0;
  width: 2px;
  height: 200px; /* 流れ星の長さ */
  background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  animation: shootingStar 5s linear infinite; /* 合計5秒：4.5秒流れて.5秒止まる */
}

@keyframes shootingStar {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  95% {
    transform: translateY(100vh); /* 画面下まで落ちる */
    opacity: 1;
  }
  100% {
    transform: translateY(100vh);
    opacity: 0;
  }
}
/* ./ top-scroll-line */


.top-message__wrapper {
    background: linear-gradient(180deg, #0A3488 40%, #8499C3 80%, #C2CCE1 93%, #FFFFFF 100%);
    padding-top: 290px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1; /* スクロールバーより下にする */
}
.top-message__container {
    margin: 0 6%;
    width: 88%;
    padding: 50px 0;
}
.top-message__container .ttl3 {
    font-size: var(--fz_56-106);
    text-transform: uppercase;
    text-align: center;
    font-family: var(--tsunagi);
    font-weight: normal;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.3;
}
.top-message__text {
    text-align: center;
    display: grid;
    gap: 1em;
    margin-top: 64px;
}
.top-message__text p {
    font-size: var(--fz_15-18);
    text-align: center;
}







/*===============================
        top-company
===============================*/
.top-company {
    background: #FFFFFF;
    padding: 40px 0 56px;
}
.top-company__wrapper {
    background-image: url(../images/common/top-company.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.top-company__container {
    margin: 0 6%;
    width: 88%;
}
.ttl4.navy {
    color: #0A3488;
    line-height: 1.13;
}
.ttl4 {
    font-size: var(--fz_56-106);
    text-transform: uppercase;
    text-align: center;
    font-family: var(--tsunagi);
    font-weight: normal;
    letter-spacing: 0;
}
.ttl4 span {
    font-size: 18px;
    font-size: var(--fz_15-18);
    display: block;
    text-align: center;
    font-family: var(--yu-g);
    font-weight: 700;
}
ul.top-company__list {
    max-width: 640px;
    margin: 48px auto;
    display: grid;
    gap: 72px;
}
.top-company__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}
.top-company__text {
    display: grid;
    gap: 1rem;
    font-size: var(--fz_14-18);
}
.top-company__list li:nth-child(1) .top-company__img {
    transform: rotate(4deg);
    margin-left: 6%;
}
.top-company__list li:nth-child(2) .top-company__img {
    transform: rotate(-4deg);
    margin-right: 6%;
}
.top-company__list li:nth-child(3) .top-company__img {
    transform: rotate(5deg);
}
.top-company__list li:nth-child(3) p.top-company__text {
    margin: 0 auto 0 0;
}
.top-company__img {
    width: 250px;
    max-width: 45%;
}
.top-company__img img {
    object-fit: cover;
    border-radius: 20px;
    aspect-ratio: 251 / 213;
    width: 100%;
    height: 100%;
}
.top-company__list li:nth-child(3) {
    flex-direction: column;
    align-items: flex-start;
}
.top-company__list li:nth-child(3) .top-company__img {
    max-width: 100%;
    margin: 86px auto 0;
    width: 76%;
}
.top-company__list li:nth-child(3) .top-company__img img {
    aspect-ratio: 438 / 264;
    height: auto;
}
.top-company__btnWrap {
    text-align: center;
}
p.top-company__text {
    font-size: 18px;
}


/*===============================
        top-culture
===============================*/
.top-culture {
    background: #FFFFFF;
    padding: 88px 0;
}
.top-culture__wrapper {
    max-width: 640px;
    margin: 0 auto;
}
.top-culture__container {
    margin: 0 6%;
    width: 88%;
}
.top-culture__btnWrap {
    text-align: center;
}
.top-culture__container .ttl6 {
    text-align: center;
    font-size: var(--fz_28-48);
    color: var(--navy);
    font-weight: 900;
    font-family: var(--tsunagi);
    margin: 1.88rem 0;
    line-height: 1;
}
.top-culture__item {
    display: grid;
    gap: 48px;
    margin: 64px 0;
}
.top-culture__item .card03__text {
    font-size: var(--fz_14-18);
    line-height: 2.2;
}
p.top-culture__text {
    font-size: var(--fz_14-18);
    line-height: 2.2;
    max-width: 510px;
    margin: 64px auto;
    text-align: center;
}


/*===============================
        top-faq
===============================*/
.top-faq {
    background-color: #FFFFFF;
    padding: 88px 6%;
}
.top-faq__wrapper {
    max-width: 640px;
    margin: 0 auto;
}
li.top-faq__item p {
    color: #4B4B36;
    line-height: 2.2;
    margin-top: 1em;
    font-size: 18px;
}
li.top-faq__item .ttl7 {
    font-size: 24px;
}
ul.top-faq__list {
    display: grid;
    gap: 64px;
    margin: 64px 0;
}
.top-faq__btn .btn05 {
  background-color: #FFFFFF;
}
.top-faq__btn {
    margin: 0 auto;
    width: 100%;
}
    @media(max-width:768px){
      li.top-faq__item .ttl7 {
      font-size: 20px;
      }
      li.top-faq__item p {
      font-size: 15px;
      }
    }

/*===============================
      md-footContact_contWrap
===============================*/
footer {
    background: var(--navy);
    padding: 88px 0 64px;
}
.footer__container {
    display: grid;
    gap: 64px;
    padding: 0 9%;
}
h1.footer__logo {
    margin: 0 auto;
    width: 70%;
    max-width: 280px;
}
h1.footer__logo a img {
    width: 100%;
    object-fit: cover;
}
.footer__entry--btn {
    text-align: center;
}
.footer__nav h3 {
  font-size: 24px;
  font-size: var(--fz_18-24);
  color: var(--wh);
  font-family: var(--tsunagi);
}
.footer__nav li a {
  font-size: 18px;
  font-size: var(--fz_15-18);
  color: var(--wh);
  font-weight: 700;
  text-decoration-line: none;
  font-family: var(--yu-g);
}
.footer__nav {
    text-align: center;
}
.footer__small,
.footer__small a {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 12px;
}
.footer__btn {
    display: grid;
    gap: 32px;
    margin: 0 auto;
    width: 100%;
}
.footer__small {
    display: grid;
    gap: 16px;
}
ul.footer__nav--li {
    display: grid;
    gap: 16px;
    margin-top: 30px;
}
.footer__entry--btn .btn04 {
    width: 100%;
    height: 80px;
    border-radius: 60px;
    max-width: 560px;
    font-size: 24px;
    letter-spacing: 0.05em;
}
.footer__entry--btn .btn04 h3 span {
  font-family: var(--yu-g);
  font-size: 12px;
}

    @media(max-width:1024px){
    .footer__entry--btn .btn04 {
    font-size: 20px;
    height: 60px;
    line-height: 1.2;
    }

    .footer__container .btn06__container .btn06 p {
      height: 56px;
    }
    }



/*===============================
    com-about
===============================*/
.com-about__btn a.btn06 p {
    border: solid 2px var(--navy);
    color: var(--navy);
    background-color: #ffffff;
    font-size: var(--fz_14-18);
    max-width: 100%;
}
@media(max-width:1024px){
  .com-about__btn a.btn06 p {
    height: 56px;
}
}

/*===============================
    com-imdex
===============================*/
.com-imdex {
    padding: 140px 6% 88px;
    background-color: #FFFFFF;
}
.com-imdex__item {
    display: flex;
    gap: 4%;
    align-items: center;
}
.com-imdex__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.com-imdex > p {
    margin-top: 64px;
    font-size: 16px;
}

.com-imdex__btn a.btn06 p {
    border: solid 2px var(--navy);
    color: var(--navy);
    background-color: #ffffff;
    font-size: var(--fz_14-18);
    max-width: 100%;
}
    @media(max-width:1024px){
      .com-imdex__btn a.btn06 p {
        height: 56px;
    }
    }


.com-imdex .ttl07:before {
bottom: 1em;
}
.com-imdex__list {
display: grid;
gap: 48px;
margin: 64px auto;
}
.com-imdex__img {
width: 48%;
}
.com-imdex__text {
width: 48%;
}

.com-imdex__text h4 {
font-size: 22px;
font-family: var(--tsunagi);
font-weight: 900;
color: var(--bk);
margin-bottom: 24px;
}
.com-imdex__text p {
color: #4B4B36;
font-size: 14px;
}

.cul-imdex__img img {
aspect-ratio: 252 / 214;
width: 100%;
object-fit: cover;
border: 6px solid;
border-radius: 20px;
}
.cul-imdex__item:nth-of-type(1) .cul-imdex__img img {
border-color: #FFA500;
}
.cul-imdex__item:nth-of-type(2) .cul-imdex__img img {
border-color: #4CAF50;
}
.cul-imdex__item:nth-of-type(3) .cul-imdex__img img {
border-color: #9ACD32;
}
.cul-imdex__item:nth-of-type(4) .cul-imdex__img img {
border-color: #9370DB;
}


.cul-imdex__text h4 {
    font-size: 24px;
    font-size: var(--fz_18-24);
    font-family: var(--tsunagi);
    font-weight: 900;
    color: var(--bk);
    margin-bottom: 24px;
}

/*===============================
    com-sankei
===============================*/
.com-sankei {
    padding: calc(88px - 1em) 6% 88px;
    background-color: var(--wh);
}
.com-sankei > p {
    margin-top: 8px;
    color: var(--bk);
    font-size: 16px;
}
.com-sankei__item {
    display: flex;
    justify-content: space-between;
    gap: 8%;
    align-items: center;
}
.com-sankei__item:nth-of-type(1),
.com-sankei__item:nth-of-type(3) {
  flex-direction: row-reverse;
}
.com-sankei__btn a.btn06 p {
    border: solid 2px var(--navy);
    color: var(--navy);
    background-color: #ffffff;
    font-size: var(--fz_14-18);
    max-width: 100%;
}
.com-sankei__img {
    width: 46%;
}

    @media(max-width:768px){
    .com-sankei__btn a.btn06 p {
    height: 56px;
    }
    }

.com-sankei__title--icon {
  text-align: center;
}
.com-sankei__title--icon h4 {
  display: inline-block; /* ← インラインボックスとして扱う */
  position: relative;    /* ← 相対位置でafter要素の基準に */
  font-size: var(--fz_66-88);
  color: rgba(176, 206, 247, 0.5);
  text-transform: uppercase;
  font-family: var(--tsunagi);
  margin: 0; /* お好みで調整 */
}

/* ← h4の右に絶対配置される */
.com-sankei__title--img {
  position: absolute;
  top: 0;
  left: 100%; /* ← h4の右端にピッタリ */
  margin-left: 10px; /* ← 少しスペースを空ける */
  width: 110px;
  height: 110px;
}

.com-sankei__title--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.com-sankei__title--icon h4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 10px;
  width: 5.73vw;/*110px*/
  height: 5.73vw;
  background-image: url(../images/company/recruitment.png);
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 50px;
  min-height: 50px;
}
.com-sankei__title--icon span {
  font-size: var(--fz_38-48);
  font-family: var(--tsunagi);
  font-weight: 900;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 1.16;
  position: relative;
  text-align: center;
  z-index: 1;
  color: var(--navy);
  top: -1em;
}

.com-sankei__list {
    display: grid;
    gap: 48px;
    margin: 64px auto;
}
.com-sankei__img {
  width: 46%;
}
.com-sankei__img img {
    aspect-ratio: 264 / 280;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.com-sankei__text h4 {
    font-family: var(--tsunagi);
    font-weight: 900;
    color: var(--bk);
    margin-bottom: 24px;
    font-size: 22px;
}
.com-sankei__text {
    width: 46%;
    color: #4B4B36;
}
.com-sankei__text p {
    font-size: 14px;
}


/*===============================
    数字で見る
===============================*/
.com-number {
    padding: 88px 6%;
    background-color: var(--blue);
}
img.com-number__bg {
    top: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 20px;
    vertical-align: bottom;
}
li.com-number__item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: var(--navy);
    border-radius: 20px;
    text-align: center;
    position: relative;
    aspect-ratio: 176 / 160;
}
ul.com-number__list {
    margin: 64px auto 0;
    max-width: 560px;
    gap: 16px 3.5%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18.75px;
}

p.com-number__infomation {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: var(--fz_12-14);
    width: 100%;
    color: var(--blue);
    font-family: var(--tsunagi);
    font-weight: 900;
    line-height: 1.14;
    letter-spacing: -0.011em;
}
    @media(max-width:1240px){
    p.com-number__infomation {
      font-size: 14px;
    }
    }

    @media(max-width:1240px){
    ul.com-number__list {
    grid-template-columns: repeat(2, 1fr);
    }
    }
        @media(max-width:1024px){
        ul.com-number__list {
        grid-template-columns: repeat(3, 1fr);
        }
        }
            @media(max-width:600px){
            ul.com-number__list {
            grid-template-columns: repeat(2, 1fr);
            }
            }


li.com-number__item::after {
    position: absolute;
    content: "";
    bottom: -56px;
    right: 0;
    border-style: solid;
    border-width: 35px 250px 57px 0;
    border-color: transparent #FFFFFF transparent transparent;
    opacity: 0.4;
}
li.com-number__item h4 {
    font-size: 46px;
    font-size: var(--fz_27-36);
    color: rgb(255, 255, 255, 0.2);
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.034em;
    font-family: var(--tsunagi);
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
        @media(max-width:1024px){
          li.com-number__item h4 {
              font-size: 36px; /*0624追加*/
        }
        }

        @media(max-width:768px){
          li.com-number__item h4 {
              font-size: 27px; /*0624追加*/
              top: -0.7rem;
        }
        }



li.com-number__item h3 {
    color: var(--blue);
    white-space: nowrap;
    position: absolute;
    top: 20px;
    left: 50%;
    display: flex;
    align-items: center;
    transform: translateX(-50%);
    font-size: var(--fz_12-14);
    gap: 6%;
}

p.com-number__number {
    color: #fff;
    font-size: var(--fz_30-64);
    letter-spacing: 0.034em;
    font-family: var(--tsunagi);
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: baseline;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    @media(max-width: 1240px){
      p.com-number__number {
        font-size: 64px;
    }
    }


p.com-number__number span {
  font-size: 14px;
  letter-spacing: 0;
  white-space: nowrap;
}

span.com-number__icon {
    width: 22px;
    height: 22px;
    display: block;
}
span.com-number__icon img {
    width: 100%;
    object-fit: contain;
}

/*===============================
    com-philosophy
===============================*/
.com-philosophy {
    padding: 88px 0;
    background-color: #FFFFFF;
}
.com-philosophy-list {
    padding: 128px 6% 0;
    display: grid;
    gap: 100px;
}

.com-philosophy-list > div:nth-child(3),
.com-philosophy-list > div:nth-child(4),
.com-philosophy-list > div:nth-child(5) {
    width: 84%;
    margin: 0 8%;
}


.com-philosophy__img {
  margin-top: 64px;
}
.com-philosophy-text {
    font-size: 18px;
    font-size: var(--fz_15-18);
    margin-top: 24px;
}
.com-philosophy-list .ttl07::before {
    left: 50%;
    letter-spacing: 0.05em;
    bottom: calc(100% - 0.3em);
}

.com-philosophy-list .ttl07.fz-s {
    font-size: clamp(23px, 1.6vw, 31px);
}

/*===============================
      com-message
===============================*/
.com-message {
  padding: 88px 6%;
  background-color: #FFFFFF;
}
.com-message__img {
  width: 100%;
    margin-top: 64px;
}
.com-message__img img {
    border-radius: 20px;
    vertical-align: bottom;
    object-fit: cover;
    aspect-ratio: 560 / 320;
}
.com-message__subttl {
    font-family: var(--tsunagi);
    font-weight: 900;
    line-height: 1.16;
    text-align: center;
    font-size: 32px;
    font-size: var(--fz_24-32);
    color: var(--navy);
    margin-top: 48px;
}
.com-message__text {
  margin-top: 48px;
  display: grid;
  gap: 24px;
}
.com-message__text p {
  font-size: 18px;
  font-size: var(--fz_15-18);
  line-height: 1.5;
}


/*===============================
    culture-page
===============================*/
.u-culture {
background-color: var(--wh);
}
.u-culture .ttl6 {
  font-size: var(--fz_34-64);
}
ul.u-culture__list,
ul.u-culture__list,
ul.u-entry__list {
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: end;
margin-top: 30px;
}
ul.u-culture__list li a,
ul.u-company__list li a,
ul.u-entry__list li a {
    line-height: 1.33;
    color: var(--bk);
    font-family: var(--tsunagi);
    font-weight: 900;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 24px 0;
    font-size: clamp(12px, 1.1vw,18px);
}
ul.u-culture__list li,
ul.u-company__list li,
ul.u-entry__list li {
  text-align: center;
  width: 240px;
  border-bottom: solid 1px rgba(10, 52, 136, 0.6);
  padding: 24px 0;
}

ul.u-culture__list li:nth-child(5),
ul.u-entry__list li:nth-child(3),
ul.u-entry__list li:nth-child(4),
ul.u-entry__list li:nth-child(5) {
  width: calc(100% / 3);
}
ul.u-culture__list li a,
ul.u-company__list li a,
ul.u-entry__list li a {
  transition: border-bottom 0.3s;
}

ul.u-culture__list li,
ul.u-company__list li,
ul.u-entry__list li {
  position: relative;
  text-align: center;
  border-bottom: solid 1px rgba(10, 52, 136, 0.6);
  width: 50%;
  padding: 0;
}

ul.u-culture__list li a::after,
ul.u-company__list li a::after,
ul.u-entry__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px; /* border-bottomのすぐ上 */
  width: 100%;
  height: 2px;
  background-color: #0A3488;
  transform: scaleX(0); /* 初期状態で非表示 */
  transform-origin: center;
  transition: transform 0.3s ease;
}

ul.u-culture__list li.current a::after,
ul.u-culture__list li a:hover::after,
ul.u-company__list li.current a::after,
ul.u-company__list li a:hover::after,
ul.u-entry__list li.current a::after,
ul.u-entry__list li a:hover::after {
  transform: scaleX(1); /* 表示状態 */
}
    @media(max-width: 600px){
    ul.u-culture__list li:nth-child(3),
    ul.u-culture__list li:nth-child(4),
    ul.u-company__list li:nth-child(3),
    ul.u-company__list li:nth-child(4),
    ul.u-entry__list li:nth-child(3),
    ul.u-entry__list li:nth-child(4) {
    width: 50%;
    }
    ul.u-culture__list li:nth-child(5),
    ul.u-company__list li:nth-child(5),
    ul.u-entry__list li:nth-child(5) {
    width: 100%;
    }
    }



/* リクルートムービー */
.cul-movie__img img {
    width: 100%;
    object-fit: cover;
    vertical-align: bottom;
    height: auto;
}
.cul-movie {
    padding: 88px 6%;
    text-align: center;
    background-color: var(--wh);
}
.cul-movie__img {
    margin-top: 64px;
}
.cul-movie__container .ttl6 {
    line-height: 1.2;
}

/*===============================
    cul-interview
===============================*/
.u-culture__container {
    margin: 0 6%;
}
.cul-interview__wrapper h4,
.cul-interview__title {
    font-size: 32px;
    font-size: var(--fz_24-32);
    font-family: var(--tsunagi);
    color: var(--navy);
    font-weight: 900;
    text-align: center;
    margin-top: 64px;
}
ul.cul-interview__list h5 {
    color: #B0CEF7;
    font-size: 18px;
    font-size: var(--fz_15-18);
}
ul.cul-interview__list p {
    border-radius: 20px;
    font-size: 18px;
    font-size: var(--fz_14-16);
    width: 80%;
    padding: 10px 3%;
    border: 1px solid;
}
ul.cul-interview__list li:nth-child(1) p,
ul.cul-interview__list:nth-of-type(4) li:nth-of-type(3) p {
  border-color: #FFA500;
  margin: 0 0 0 3%;
}
ul.cul-interview__list li:nth-child(2) p {
  border-color: #4CAF50;
  margin: 0 0 0 3%;
}
ul.cul-interview__list li:nth-child(3) p,
ul.cul-interview__list:nth-of-type(4) li:nth-of-type(4) p {
  border-color: #9ACD32;
  margin: 0 3% 0 0;
}
ul.cul-interview__list li:nth-child(4) p,
ul.cul-interview__list:nth-of-type(4) li:nth-of-type(5) p {
  border-color: #9370DB;
  margin: 0 3% 0 0;
}
ul.cul-interview__list:nth-of-type(4) li:nth-of-type(5) p {
  margin: 0  0 0 3%;
}
ul.cul-interview__list:last-child li p {
    border: none;
    margin: 0 auto;
    width: 100%;
}
ul.cul-interview__list:last-child li {
    display: block;
    width: 100%;
}
ul.cul-interview__list {
  min-height: 66px;
}
.cul-interview__img img {
    aspect-ratio: 560 / 240;
    object-fit: cover;
    width: 100%;
    height: auto;
    vertical-align: bottom;
	border-radius: 10px;
}
ul.cul-interview__list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.cul-interview__list {
    display: grid;
    gap: 48px;
    margin-top: 24px;
}

.cul-interview__wrapper h4.cul-interview__title{
    margin-top: 0;
}

.cul-interview__wrapper .btn10__container {
    margin: 0 0 64px;
}

.cul-interview__list--img {
    width: 15%;
    min-width: 80px;
    min-height: 80px;
}
.cul-interview__list--img img {
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  border-radius: 60px;
  aspect-ratio: 1 / 1;
}
ul.cul-interview__list li:nth-child(3),
ul.cul-interview__list li:nth-child(4) {
  flex-direction: row-reverse;
}

/*===============================
    cul-sankei
===============================*/
.cul-sankei {
    padding: 88px 6%;
    background-color: var(--wh);
}
.cul-sankei h3:before {
    top: -0.65em;
}


/*===============================
    cul-benefit
===============================*/
.cul-benefit {
    padding: 88px 6%;
    background-color: var(--wh);
}


/*===============================
    cul-instagram
===============================*/
.instagram__wrapper {
    padding: 88px 6%;
    background-color: var(--wh);
}
section#instagram h3 {
    text-transform: capitalize;
    font-size: 18px;
    font-family: var(--yu-g);
}
.instagram__container {
    display: grid;
    gap: 45px;
}
.grid-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列 */
  gap: 0;
}
.instagram__container h3 {
    text-align: center;
    font-size: 32px;
    font-size: var(--fz_24-32);
    font-family: var(--tsunagi);
    color: var(--bk);
    font-weight: 900;
    line-height: 1;
}
.grid-gallery__item {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.grid-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



/*===============================
          社員インタビュー
===============================*/
.cul-imdex {
    background-color: var(--wh);
    padding: 88px 6%;
}
.cul-imdex h3.ttl07.blue.fz-m.scroll-fadein.in-view {
    margin-top: 100px;
    margin-bottom: 64px;
}

.cul-imdex__item {
    display: flex;
    gap: 4%;
    justify-content: center;
    align-items: center;
}
.cul-imdex__item:nth-of-type(even) {
    flex-direction: row-reverse;
    text-align: end;
}

.cul-imdex > p {
    font-size: 18px;
    font-size: var(--fz_15-18);
    margin-top: 64px;
}

.cul-imdex__btn a.btn06 p {
    border: solid 2px var(--navy);
    color: var(--navy);
    background-color: #ffffff;
    font-size: var(--fz_14-18);
    max-width: 100%;
}
.cul-imdex .ttl07:before {
    top: -0.5em;
}
.cul-imdex__list {
    display: grid;
    gap: 48px;
    margin: 64px auto;
}
.cul-imdex__img {
    width: 42%;
    max-width: 252px;
}
.cul-imdex__img img {
    aspect-ratio: 252 / 214;
    width: 100%;
    object-fit: cover;
}
.cul-imdex__text {
  width: 52%;
  max-width: 308px;
  font-family: var(--tsunagi);
  font-weight: 900;
  color: var(--bk);
  }
.cul-imdex__text h4 {
    font-size: 24px;
    font-size: var(--fz_18-24);
    font-family: var(--tsunagi);
    font-weight: 900;
    color: var(--bk);
    margin-bottom: 24px;
}
.cul-imdex__wrapper .ttl07 {
  font-size: var(--fz_28-48);
}
.cul-imdex__item {
    gap: 6%;
}


/* 2個目のulをliの並び順を 3 → 4 → 1 → 2 に変更 */
ul.cul-interview__list:nth-of-type(2) li:nth-child(3) { order: 1; }
ul.cul-interview__list:nth-of-type(2) li:nth-child(4) { order: 2; }
ul.cul-interview__list:nth-of-type(2) li:nth-child(1) { order: 3; }
ul.cul-interview__list:nth-of-type(2) li:nth-child(2) { order: 4; }


ul.cul-interview__list:nth-of-type(4) li:nth-child(3) {
    flex-direction: row;
    border-color: #FFA500;
}

.drawer-box.active .cul-interview__img {
    margin: 64px auto 0;
}
.drawer-box.active h4.cul-interview__title {
    margin-top: 64px;
    line-height: 1;
}
.drawer-box.active h4.cul-interview__title:first-child {
  margin-top: 0;
}
button.btn09__container {
    border: none;
    background: no-repeat;
    padding: 0;
    cursor: pointer;
}

.drawer-box {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition:
    max-height 0.5s ease,
    opacity 0.4s ease,
    padding 0.4s ease;
    transition: max-height 0.6s ease, opacity 0.5s ease, padding 0.5s ease;
}

.drawer-box.active {
  opacity: 1;
  padding-top: 1em;
  padding-bottom: 1em;
}

/* ===============================
    culture-page
=============================== */
.u-culture__wrapper,
.cul-movie,
.cul-imdex__wrapper,
.cul-sankei,
.cul-benefit,
.instagram__wrapper {
    max-width: 640px;
    margin: 0 auto;
}

/*===============================
          next
===============================*/
.next {
    padding: 48px 6%;
    background-color: var(--wh);
}
.next__wrapper {
    background-color: var(--blue);
    border-radius: 20px;
    width: 100%;
    margin: 0 auto;
    padding: 22px 0;
    max-width: 560px;
}
.next__container {
    max-width: 432px;
    margin: 0 auto;
}
.next__container .btn05__container::after {
    background-color: #FFFFFF;
}
.next__container .btn05__container {
    width: 90%;
    margin-top: 32px;
}
/*===============================
            entry-link
===============================*/
.entry-link__wrapper {
    margin: 0 6%;
}
.entry-link {
  background-image: url(../images/common/entry-link.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 88px 0;
  background-color: var(--wh);
  background-position-y: bottom;
}
.entry-link__btn02 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    width: 100%;
    margin: 0 auto;
    max-width: 368px;
}
.entry-link__text--wrapper {
  display: grid;
  gap: 16px;
}
.entry-link__container {
  display: grid;
  gap: 64px;
  max-width: 640px;
  margin: 0 auto;
}
p.entry-link__text {
  font-weight: 700;
  font-size: var(--fz_14-18);
  text-align: center;
}
.entry-link__tel {
    text-align: center;
}
.entry-link__tel h4 {
    font-size: 18px;
    font-size: var(--fz_15-18);
    font-weight: 700;
}
.entry-link__tel p {
  font-family: var(--tsunagi);
  font-weight: 900;
  font-size: 18px;
  font-size: var(--fz_15-18);
}
.entry-link__tel p a {
  font-family: var(--yu-g);
  font-weight: 900;
  font-size: 32px;
  font-size: var(--fz_24-32);
  color: var(--navy);
  text-decoration-line: none;
}

.entry-link__container .btn02 h3 span {
    margin-top: 13px;
    letter-spacing: 0.07em;
    font-size: 12px;
    display: block;
    font-family: var(--yu-g);
    font-weight: 700;
}
.entry-link__img img {
    border-radius: 20px;
}

/*==============================
        entry-page
===============================*/
.entry-page .entry-link__container .ttl4 {
    margin-top: 40px;
}
.entry-page .entry-link__container {
    display: grid;
    gap: 0;
    max-width: 640px;
    margin: 0 auto;
}
#entry-form {
    background: var(--wh);
    padding: 88px 6%
}
.entry-formCont {
  max-width: 1000px;
  margin: 64px auto 0;
}
p.entry-form__info {
    margin-top: 64px;
    font-size: 18px;
}
.confirm-page #entry-form,
.thanks-page #entry-form {
    padding: 0 6% 88px;
}
    @media(max-width:768px){
      p.entry-form__info {
        font-size: 16px;
      }
    }


.entry-table input[type="text"],
.entry-table input[type="email"],
.entry-table input[type="tel"],
.entry-table input[type="number"],
.entry-table textarea {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  background-color: #F7F7F7;
  border: none;
  font-size: 18px;
  color: #C8C6C6;
  border-radius: 10px;
}

.birth-flex input {
  width: auto;
  margin-right: 5px;
}

.entry-table td {
    display: block;
    margin-top: 16px;
    flex-wrap: nowrap;
}
.entry-table th {
  text-align: left;
}
.entry-form__small {
    display: flex;
    justify-content: center;
}
.entry-form__small small {
    text-align: left;
    font-size: 12px;
    font-weight: 500;
}
.btn-submit {
    border: none;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 60px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--wh);
    background-color: var(--navy);
    font-family: var(--tsunagi);
    font-weight: 900;
    width: 90%;
    max-width: 360px;
    height: 80px;
    font-size: 24px;
    font-size: var(--fz_18-24);
    transition: all 0.3s ease;
}
.btn-submit:hover {
  opacity: .8;
}

tr.submit-wrap {
  margin-top: 40px;
}

.address-row {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
}

.address-row input {
  flex: 1; /* 入力フィールドが均等に並ぶように */
  min-width: 130px; /* 必要なら最小幅を指定 */
  box-sizing: border-box; /* パディングやボーダーを含めてサイズを調整 */
}
.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.birth-row {
  display: flex;
  gap: 0.5em;
  align-items: center;
  flex-wrap: nowrap; /* 折り返さない */
}

.birth-row input {
  width: 6em;
}

.birth-row span {
  margin-right: 0.5em;
}
.entry-table th label {
  font-family: var(--Zen-Kaku-Gothic-New);
  font-size: 18px;
  font-size: var(--fz_15-18);
  line-height: 2;
  text-align: left;
}
.entry-table td label,
.entry-table td label a {
  font-size: 18px;
  font-size: var(--fz_15-18);
  line-height: 2;
  text-align: left;
  display: flex;
  align-items: center;
  color: var(--bk);
  text-decoration: none;
}
.entry-table td.radio-wrap label,
.entry-table td.radio-wrap label a {
  color: #4B4B36;
}

span.under-line {
    border-bottom: solid 1px;
}
.entry-formWrap .ttl4 {
    font-size: var(--fz_34-64);
    text-transform: uppercase;
    text-align: center;
    font-family: var(--tsunagi);
    font-weight: normal;
    letter-spacing: 0;
}
.entry-formWrap {
  background-color: var(--wh);
  max-width: 1240px;
  margin: 0 auto;
}

.entry-table tr {
  width: 100%;
  display: block;
  margin-bottom: 56px;
}
table.entry-table {
  margin: 0 auto;
  width: 100%;
}

label {
  display: inline-block;
  cursor: pointer;
}
.required {
  position: relative;
}
.required::after {
  position: absolute;
  content: "必須";
  display: block;
  font-size: 16px;
  color: var(--wh);
  background-color: var(--navy);
  border-radius: 30px;
  width: 64px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}

td.privacy-box label {
  margin: 0 auto;
}

tr.flex-start {
  align-items: flex-start;
}
tr.flex-start label {
  margin-top: 1em;
}
.birth-row span {
  font-size: 14px;
  font-weight: 500;
  color: #2E2E2E;
  display: inline-flex;
  align-items: self-end;
  /* margin: auto 10px 0; */
  line-height: 2;
  margin: auto 0 0;
}
td.privacy-box,
td.submit-td {
  display: flex;
}
td.privacy-box {
    margin-left: 20px;
}


/* チェックボックスカスタマイズ */
input[type=checkbox] {
  display: none;
}
label.checkbox {
  position: relative;
}
label.checkbox::before {
  position: absolute;
  content: url(../images/common/checkbox.svg);
  width: 20px;
  height: 20px;
  left: -30px;
  background-size: contain;
  top: 5px;
}
input[type=checkbox]:checked + label.checkbox::before {
  content: url(../images/common/checked.svg);
}
/* ./ チェックボックスカスタマイズ */

/* ラジオボタンカスタマイズ */
input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--wh);
  cursor: pointer;
  margin-right: 8px;
  border: solid 1px var(--navy);
}

/* 外枠 */
input[type=radio]::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: var(--navy);
  border: 1px solid var(--navy);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: none; /* チェックされてないときは非表示 */
}

/* チェックされた内側の点 */
input[type=radio]:checked::before {
  display: block;
  background-color: var(--navy); /* ← お好みの色に */
}
/* ./ ラジオボタンカスタマイズ */


/* テキストエリアカウント */
#char-count {
  font-size: 16px;
  color: rgba(51, 15, 51, 0.4);
  text-align: right;
  margin-top: 4px;
  font-weight: 500;
  letter-spacing: 0;
}


/* placeholderのスタイル（薄いグレーなど） */
textarea::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder {
  font-size: 16px;
  color: rgba(51, 15, 51, 0.4);
  font-weight: 500;
  letter-spacing: 0;
}

/* 入力されたテキストのスタイル */
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
  color: var(--bk) !important;
  font-size: 16px;
  font-family: var(--Zen-Kaku-Gothic-New);
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0;
}

.entry-table input[type="text"].p-postal-code {
  padding: 12px 22px 12px 40px;
}
.entry-form__tel {
    text-align: center;
    margin-top: 64px;
    color: var(--bk);
    font-size: 18px;
}
.entry-form__tel p:nth-child(2) {
  font-family: var(--tsunagi);
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 12px;
}
.entry-form__tel p:nth-child(2) span {
  font-size: 40px;
  font-size: var(--fz_30-40);
  color: var(--navy);
  margin-left: 10px;
}
.entry-process__wrapper .ttl4.navy {
  font-size: var(--fz_36-64);
}

.entry-process__wrapper .ttl4.navy span {
    font-size: var(--fz_14-16);
}
    @media(max-width:1024px){
    .entry-process__wrapper .ttl4.navy {
      font-size: 36px;
    }
    }

/*===============================
        com-outline
===============================*/
.com-outline {
  max-width: 800px;
  margin: 0 auto;
  padding: 88px 6%;
  background-color: var(--blue);
}
.com-outline table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
}
.com-outline th,
.com-outline td {
  text-align: left;
  vertical-align: top;
  padding: 1.33em;
  border-bottom: 1px solid rgba(10, 52, 136, 0.6);
  font-size: 18px;
  font-size: var(--fz_15-18);
  line-height: 2.2;
}

.com-outline th {
  width: 30%;
  font-family: var(--tsunagi);
  font-weight: 900;
}
.com-outline td {
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(10, 52, 136, 0.6);
    color: #4B4B36;
    font-weight: 700;
}

/*===============================
        under-company
===============================*/
.u-company__container {
    padding: 0 6%;
}
.u-company .ttl6 {
  font-size: var(--fz_34-64);
}
.u-company {
background-color: #fff;
}
.u-head__bg {
width: 100%;
position: relative;
z-index: 0;
}
.u-head__bg img {
width: 100%;
object-fit: cover;
}
ul.u-company__list {
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: end;
}
ul.u-company__list li {
  text-align: center;
  width: 50%;
  border-bottom: solid 1px rgba(10, 52, 136, 0.6);
}
ul.u-company__list li:nth-child(3),
ul.u-company__list li:nth-child(4),
ul.u-company__list li:nth-child(5) {
  width: calc(100% / 3);
}
ul.u-company__list li.current{
  border-bottom: solid 2px #0A3488;
  border-radius: 2px;
}
p.com-about__text {
    font-size: 18px;
    font-size: var(--fz_15-18);
}
.com-about {
    background-color: #FFFFFF;
    padding: 88px 6%;
}
.com-about__wrapper .ttl07 {
    margin-top: 30px;
}

.com-about__wrapper {
    display: grid;
    gap: 64px;
}
.com-about__wrapper h2 {
    line-height: 1.2;
}

.com-about__wrapper .ttl07 {
    font-size: var(--fz_28-48);
}
.com-about__movie h3 {
    margin-bottom: 30px;
    font-family: var(--tsunagi);
    color: var(--bk);
    font-size: 32px;
    font-size: var(--fz_24-32);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}
.com-about__movie--img {
  width: 100%;
}
.com-about__movie--img img {
  width: 100%;
  vertical-align: bottom;
  object-fit: cover;
  aspect-ratio: 560 / 382;
  border-radius: 20px;
}
.com-about__btn {
  max-width: 432px;
  width: 100%;
  margin: 0 auto;
  height: 88px;
}
.com-about__btn .btn06__container::after,
.com-imdex__btn .btn06__container::after,
.com-sankei__btn .btn06__container::after {
    content: url(../images/common/link-icon--navy.svg);
}

/*===============================
    com-sankei
===============================*/
.com-sankei h3 {
  position: relative;
}

.com-sankei__title--wrapper .ttl07 {
  position: relative;
}
.com-sankei__title--wrapper .ttl07::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    background-image: url(../images/company/recruitment.png);
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
}


/*===============================
        com-access
===============================*/
.com-access {
  padding: 88px 6%;
  background-color: #FFFFFF;
}
.com-access_address {
  font-size: 18px;
  color: #4B4B36;
  text-align: center;
  margin-top: 32px;
}
.com-access_map {
  margin-top: 64px;
}
.com-access_map iframe {
  border-radius: 20px;
  aspect-ratio: 560 / 400;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/*===============================
            md-nav
===============================*/
a.md-nav_logoWrap {
    display: flex;
    gap: 8px;
    align-items: center;
    text-decoration: none;
}
a.md-nav_logoWrap span {
  color: #151515;
  font-size: 12px;
}
a.md-nav_logoWrap img {
    width: 100px;
    height: auto;
    object-fit: cover;
}
.md-nav_listWrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  width: 100%;
  max-width: 560px;
}
li.md-nav_listItem {
  border-bottom: solid 1px rgb(255, 255, 255, 0.2);
  width: 100%;
}
.md-nav_listItem a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 24px;
}
.md-nav_listItem span:nth-of-type(1) {
  position: relative;
  font-size: var(--fontSize_pc36);
  font-weight: 500;
  font-weight: 900;
  color: #FFFFFF;
  font-family: var(--tsunagi);
  text-decoration: none;
  font-size: 24px;
}
.md-nav_bottomList a {
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.md-nav_bottomList p {
  font-weight: 300;
  color: #FFFFFF;
}
.md-nav_close {
  width: 32px;
}
.drawer__site--btn .btn6__container a .btn6 p {
  height: 60px;
}
.md-nav_bottomList {
  font-size: 12px;
  font-weight: 700;
  text-align: center;/*0625test*/
  margin-top: 64px;
}

@media only screen and (max-width: 1024px) {
  .md-nav_logoWrap img {
    width: 100%;
    height: auto;
  }
  .md-nav_listItem span:nth-of-type(1)::before {
    width: 22px;
    right: -8px;
  }
  .md-nav_close {
    width: 20px;
    right: 20px;
    top: 18px;
  }
}

button.md-nav_close.js-closeNav {
    all: unset;
    width: 40px;
    height: 40px;
}
button img {
  width: 100%;
  object-fit: contain;
}


/*===============================
        共通設定
===============================*/
.l-contWrapper {
  position: relative;
  z-index: 2;
  width: var(--contWidth);
  min-width: var(--contMinWidth);
  box-shadow: 0px 0px 35px 9px rgba(92, 92, 92, 0.33);
  width: calc(100% / 3);
  margin: 0 auto;
  max-width: 640px;
}

.l-inner {
  padding: 0 20px;
}
span.t-upper.fv {
    color: #151515;
    font-size: 18px;
    margin-left: 8px;
}

    @media only screen and (max-width: 1024px) {
    .l-inner {
    max-width: 800px;
    margin: 0 auto;
    }
    .l-inner.md-head_contWrap {
    max-width: unset;
    }
    .l-topFv .l-inner {
    max-width: unset;
    }
    .l-contWrapper {
    width: 100%;
    margin: 0;
    max-width: 100%;
    }
    .md-fixedPc {
    display: none;
    }
    }


/*===============================
        l-head
===============================*/
/* 初期状態のヘッダー */
.l-head {
  position: fixed;
  height: 80px;
  z-index: 9;
  min-width: var(--contMinWidth);
  width: calc(100% / 3);
  top: 0;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 1000;
  transform: translateX(-50%);
  max-width: 640px;
}


@media only screen and (max-width: 1024px) {
  .l-head {
    height: 66px;
    width: 100%;
    max-width: 100%;
  }
}

/*===============================
        l-topFv
===============================*/
.l-topFv {
  position: relative;
  width: 100%;
  height: 100vh;
}

@media only screen and (max-width: 1024px){
	.l-topFv{
		height: 100svh;
	}
}

/*===============================
        l-nav
===============================*/
.l-nav {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: auto;
background: linear-gradient(0deg, #0A3488 0%, #1F4194 20%, #355A9F 40%, #5E76B6 60%, #8499C3 75%, #AEB9D7 88%, #C2CCE1 95%, #FFFFFF 100%);
}

.drawer__entry--btn {
    text-align: center;
    max-width: 560px;
    margin: 60px auto;
}
.drawer__entry--btn .btn04 {
    font-size: 24px;
    font-size: var(--fz_16-24);
}
.drawer__entry--btn .btn04 span {
    font-size: 12px;
    letter-spacing: 0.05em;
    font-family: var(--yu-g);
}
.drawer__site--btn {
    display: grid;
    gap: 32px;
    padding: 0 10%;
}
.drawer__site--btn .btn06__container a.btn06 p {
    height: 84px;
    width: 432px;
}
.drawer__entry--btn .btn06__container {
    position: relative;
    z-index: 1;
    width: 432px;
    height: 88px;
    margin: 0 auto;
    max-width: 100%;
    margin: 0 auto;
}


/*===============================
        l-contact
===============================*/
.l-contact {
  position: relative;
  padding-top: 84px;
  padding-bottom: 56px;
}
.l-contact::before {
  position: absolute;
  content: "";
  display: block;
  background-image: radial-gradient(at 0% 50%, rgba(94, 162, 77, 0.19), rgba(255, 255, 255, 0.8) 40%, rgba(169, 205, 82, 0.13) 89%, rgba(255, 255, 255, 0.5));
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0.45;
  z-index: -1;
}
.l-contact::after {
  position: absolute;
  content: "";
  display: block;
  background-image: radial-gradient(closest-side, rgba(255, 255, 255, 0), 94%, rgb(248, 248, 248));
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .l-contact {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
/*===============================
        privacy-policy
===============================*/
.privacy {
  background-color: #FFFFFF;
}
.privacy__container {
  padding: 0 6% 88px;
}
.policyTxt-box {
    margin-top: 64px;
}
.policyTxt {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.66;
}


/*===============================
        js-nav
===============================*/
.js-nav {
  transform: translateX(100%);
  transition: 0.5s;
}
.js-nav.js-menu_open {
  transform: none;
}
.l-nav__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin: 2.777vw; */
    margin: 12px 20px;
}
.l-nav__item {
    max-width: 560px;
    margin: 0 auto;
    padding: 0 6%;
}


/*===============================
        js-modal
===============================*/
.js-modal {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.js-modal.js-active {
  visibility: visible;
  opacity: 1;
}


.drawer__entry--btn .btn04 {
    width: 560px;
    height: 80px;
    border-radius: 60px;
    max-width: 100%;
}
.btn--grade-red {
    color: #E54343;
    background: linear-gradient(150deg, rgb(233 154 157) 25%, rgb(214 195 212) 50%, rgb(163 155 210) 100%);
}
.btn--grade-red .red span {
  color: #FFFFFF;
  display: block;
}

    @media(max-width:1024px){
    .drawer__entry--btn .btn04 {
    height: 50px;
    }
    .md-nav_listItem a {
    padding: 12px;
    }
    .drawer__entry--btn {
    margin: 30px auto;
    }
    .drawer__site--btn {
    gap: 16px;
    }
    .drawer__site--btn .btn06__container a.btn06 p {
    height: 50px;
    width: 100%;
    }
    .md-nav_listItem span:nth-of-type(1) {
    font-size: 16px;
    }
    .l-nav__item {
    margin: 0 auto;
    padding: 0 6%;
    max-width: 380px;
    }
    .drawer__entry--btn .btn04 {
    font-size: 20px;
    font-size: var(--fz_16-20);
    line-height: 1.4;
    }
    }

        @media(max-width:768px){
          .drawer__site--btn .btn06__container a.btn06 p {
            font-size: 12px;
        }
        }



/* ============
  三恵インタビュー
============*/
.cul-sankei__des {
  margin-top: 64px;
}
.cul-sankei__item {
    display: grid;
    gap: 56px;
    margin-top: 64px;
}
.cul-sankei__list {
    display: grid;
    gap: 16px;
    margin-top: 32px;
}
.cul-sankei__item--main h3.btn10 {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bk);
    font-family: var(--tsunagi);
    gap: 10px;
}
.cul-sankei__item h3.btn10.fz-L {
    font-size: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--bk);
    font-family: var(--tsunagi);
}
h3.btn10 {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bk);
    font-family: var(--tsunagi);
    gap: 10px;
    text-decoration: none;
}
.card10__qa + .card01__qa {
  margin-top: 16px;
}
.card10__q {
  font-family: var(--tsunagi);
  font-size: 18px;
  color: var(--navy);
  font-weight: 900;
}
.card10__a {
  font-size: 18px;
  color: #4B4B36;
  padding: 16px 0 48px;
}
.card10 .drawer-box.active {
    transform: scaleY(1);
    background: transparent;
    display: grid;
    padding-top: 0;
    max-height: max-content !important;/* 0624追加 */
    transition: max-height 0.5s ease;
}
.card10 .drawer-box {
    margin-top: 64px;
}

.cul-sankei__list {
    display: grid;
    gap: 16px;
    margin-top: 32px;
}
.cul-sankei__item--main h3.btn01 {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bk);
    font-family: var(--tsunagi);
    gap: 10px;
}
.cul-sankei__item h3.btn01.fz-L {
    font-size: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--bk);
    font-family: var(--tsunagi);
}
.cul-sankei__item .drawer-box.active {
/* max-heightはJSで設定するので、ここには何も書かない */
}
section.cul-sankei .ttl07.fz-s::before {
    font-size: 64px;
    white-space: nowrap;
    bottom: 1rem;
}
section.cul-sankei .ttl07.fz-s {
    font-size: 40px;
}
h3.btn01 {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bk);
    font-family: var(--tsunagi);
    gap: 10px;
    text-decoration: none;
}
.card01__qa + .card01__qa {
  margin-top: 16px;
}
.card01__q {
  font-family: var(--tsunagi);
  font-size: 18px;
  color: var(--navy);
  font-weight: 900;
}
.card01__a {
  font-size: 18px;
  color: #4B4B36;
  padding: 16px 0 48px;
}
.card01 .drawer-box.active {
    transform: scaleY(1);
    background: transparent;
    display: grid;
    max-height: max-content !important;
}

/* ============
  福利厚生
============*/
.cul-benefit__item {
    margin-top: 88px;
}
.cul-benefit__list {
    display: grid;
    gap: 16px;
    margin-top: 32px;
}
.cul-benefit__item--main h3.btn09 {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bk);
    font-family: var(--tsunagi);
    gap: 10px;
}
.cul-benefit__item h3.btn09.fz-L {
    font-size: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--bk);
    font-family: var(--tsunagi);
}
.cul-benefit__item .card04__inner {
    gap: 0;
}
.cul-benefit__item .drawer-box.active {
/* max-heightはJSで設定するので、ここには何も書かない */
}
span.toggle-icon {
    color: var(--red);
    font-size: 14px;
    font-weight: 900;
    width: 48px;
    height: 48px;
    background-color: var(--wh);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
    pointer-events: none;
    right: -50px;
    text-decoration: none;
}

section.cul-benefit .ttl07.fz-s::before {
    white-space: nowrap;
    bottom: 1rem;
    font-size: var(--fz_34-64);
}
section.cul-benefit .ttl07.fz-s {
    font-size: var(--fz_30-40);
}
.cul-benefit__list .card04 {
    padding: 18px 0;
}
section#benefit .ttl4 {
    font-size: 64px;
    font-size: var(--fz_34-64);
    margin-bottom: 64px;
}
.instagram__container p.scroll-fadein.in-view {
    margin-top: 0;
}
.cul-benefit__item--main .ttl6 {
    font-size: 32px;
}

/* 0624追加 */
.cul-benefit__item .drawer-box.active {
    margin-top: 1rem;
    background: #fff;
    line-height: 1.66;
    font-size: 18px;
    letter-spacing: 0;
    transform: scaleY(1);
    max-height: max-content !important;
    padding: 0;
}
.cul-benefit__text {
    line-height: 1.66;
    color: #4B4B36;
    font-size: 18px;
}

.cul-benefit__item--main .btn09__container {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 100%;
  text-align: left;
}


    @media(max-width:1024px){
      section.cul-benefit .ttl07.fz-s::before {
        font-size: 40px;
    }
    }

/* ============
  エントリーページ
============*/
/* 募集要項 */
.entry__type01--wrapper {
  background-color: var(--wh);
  padding: 64px 6% 0;
}
.entry__type02--wrapper {
  background-color: var(--wh);
  padding: 64px 6%;
}
.entry__type01--container,
.entry__type02--container {
margin-top: 40px;
display: grid;
gap: 48px;
}
.entry__type01--wrapper h3,
.entry__type02--wrapper h3 {
    font-family: var(--tsunagi);
    font-weight: 900;
    text-align: center;
    font-size: var(--fz_30-40);
}
.entry__type01--wrapper h3 {
    color: var(--red);
}
.entry__type02--wrapper h3 {
    color: var(--navy);
}
.entry__type01--item h4,
.entry__type02--item h4 {
    font-size: var(--fz_18-24);
    font-family: var(--tsunagi);
    font-weight: 900;
    width: calc(100% - 12px);
    padding: 4px 6px;
    border-radius: 4px;
}
.entry__type01--item h4 {
    background-color: #FFE5F0;
    color: var(--red);
}
.entry__type02--item h4 {
    background-color: var(--blue);
    color: var(--navy);
}
.entry__type01--item ul,
.entry__type02--item ul {
    margin-top: 24px;
}
.entry__type01--item ul li,
.entry__type02--item ul li {
    line-height: 2;
    font-size: 16px;
}

.entry-page .top-faq {
    background-color: var(--blue);
    padding: 88px 6%;
}
.entry-page .top-faq a.top-faq__link {
    color: var(--wh);
}


.entry-process {
  background-color: var(--wh);
  padding: 88px 6%;
}

/* 採用までの流れ */
.pentagon__bg {
  width: 100%;
  height: auto;
  background: url('../images/entry/pentagon.svg') no-repeat center / contain;
  color: white;
  aspect-ratio: 528 / 331;
  margin: 0 auto 32px;
  max-width: 528px;
}
.pentagon__bg:last-child {
    margin: 0 auto 16px;
}
.pentagon__sub-ttl {
  text-align: center;
  opacity: 0.1;
  font-family: var(--tsunagi);
  font-weight: 900;
  line-height: 0.6;
  font-size: clamp(50px, 5.03vw, 95px);
}
.pentagon__ttl {
  text-align: center;
  font-size: 40px;
  font-family: var(--tsunagi);
  font-weight: 900;
  line-height: 1;
}
.pentagon__line {
  border-color: var(--blue);
  width: 86%;
  margin: 1rem auto;
}
.pentagon__text {
  text-align: left;
  font-size: 18px;
  width: 86%;
  margin: 0 auto;
  font-size: var(--fz_14-18);
}
.pentagon__text a {
  color: var(--blue);
}
.pentagon__wrapper {
    margin-top: 64px;
}
.pentagon__info {
  font-size: 15px;
  text-align: center;
  margin-top: -16px;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--bk);
    margin-top: 10px;
    margin-bottom: 40px;
    align-items: center;
}
.breadcrumb p.current {
    color: rgba(21, 21, 21, 0.6);
}
.entry-process__wrapper ttl4 {
    font-size: var(--fz_34-64);
}
.entry-process__wrapper ttl4 span {
    font-size: var(--fz_14-16);
}



    @media(max-width:1024px){
    .pentagon__line {
    margin: 24px auto;
    }
    }
    
    @media(max-width:1024px){
    .pentagon__sub-ttl {
    font-size: 72px;
    }
    .pentagon__text {
    font-size: 18px;
    }
    .entry-process__wrapper .ttl4.navy {
    font-size: var(--fz_36-56);
    }

    }

    /* 0624追加 */
    @media(max-width:768px){
    .entry-process__wrapper .ttl4.navy {
    font-size: 36px;
    }
    .pentagon__bg {
    margin-bottom: 32px;
    }
    }

    @media(max-width:425px){
    .pentagon__text {
    font-size: 15px;
    }
    .pentagon__line {
    margin: 10px auto;
    }
    .pentagon__sub-ttl {
    font-size: 50px;
    }
    .pentagon__bg {
    width: 100%;
    height: 100%;
    aspect-ratio: 528 / 331;
    }
    .pentagon__ttl {
    font-size: 30px;
    }
    }

/*===============================
        確認画面 完了画面
  ==============================*/
#entry-entry {
    background: #fff;
    padding: 0 0 56px;
}
.confirm-page .bred__list,
.thanks-page .bred__list {
  margin-top: -50px;
}
.confirm-page .entry-table input[type="text"],
.confirm-page .entry-table input[type="email"],
.confirm-page .entry-table input[type="tel"],
.confirm-page .entry-table input[type="number"],
.confirm-page .entry-table textarea {
    box-sizing: border-box;
    background-color: #FFFFFF;
}
.thanks-page .entry-formWrap p {
  margin-top: 88px;
  font-size: 18px;
}
.confirm-page .entry-formWrap {
    background-color: var(--wh);
    max-width: 560px;
    margin: 0 auto;
}
    @media(max-width:768px){
      .thanks-page .entry-formWrap p {
        font-size: 16px;
    }
    }

/*===============================
        ページトップに戻る
===============================*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: calc((100% / 3 ) + 20px);
  width: 60px;
  height: 60px;
  background: var(--wh);
  color: var(--navy);
  text-align: center;
  line-height: 50px;
  font-size: 8px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 9999;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  display: grid;
  place-content: center;
}
a#page-top img {
    width: 24px;
    height: 32px;
}
#page-top.show {
  opacity: 1;
  visibility: visible;
}
    @media(max-width:1024px){
      #page-top {
        right: 20px;
    }
    }

    @media(min-width:1921px){
    #page-top {
    transform: translateX(calc(-50% + 320px));
    right: 50%;
    }
    }

    
/* ================
    parts__line
================== */
.line {
  background-color: var(--wh);
  padding: 80px 6%;
}
.line__wrapper {
    background-color: var(--blue);
    border-radius: 20px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}
.line__container {
    display: grid;
    gap: 32px;
    width: 86%;
    margin: 0 7%;
}
.line__container .ttl4 {
    line-height: 1.17;
    font-size: clamp(32px, 2.79vw, 48px);
}
.line__container .ttl4 span {
  font-family: var(--tsunagi);
}
.line__container p {
    line-height: 2.22;
    font-size: 18px;
}
.line__btn {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  max-width: 432px;
  background: #05C855;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  color: var(--wh);
  display: flex;
  align-items: center;
  justify-content: center;
}
.line__btn a {
  color: var(--wh);
  font-size: 12px;
  text-decoration: none;
  width: 100%;
  padding: 10px 0;
}
.line__btn a span {
  display: block;
  font-family: var(--tsunagi);
  font-weight: 900;
  font-size: 24px;
  text-decoration: none;
}



/* ================
    top-page__header
================== */
.l-head h1 a {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* 表示されるときの状態 */
.l-head.show {
  opacity: 1;
  pointer-events: auto;
}

/* ロゴやメニューのラップ */
.md-head_contWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

span.t-upper {
    font-size: 12px;
    color: var(--bk);
}

/* ロゴ周り */
.md-head_logoWrap h1 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  margin: 0;
}

.md-head_logoWrap img {
  display: block;
}

/* メニューアイコン */
.md-head_menuIcon {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.md-head_menuIcon img {
  display: block;
}
a.md-head_logoWrap {
    text-decoration: none;
}


/* トップページだけ、初期状態は非表示＆上にオフセット */
body.front-page #js-header {
  opacity: 0;
  left: 50%;
  transform: translate(-50%, -10px);
  transition: opacity 1s ease, transform 1s ease;
}

/* トップページで .show が付いたら表示＋位置を戻す */
body.front-page #js-header.show {
  opacity: 1;
  left: 50%;
  transform: translate(-50%, 0);
}

/* 下層ページ（front-page 以外）はアニメーションなしなので、何も指定しない */


/* ======================
  スクロールして要素が画面に入ったときにふわっと表示される
=========================*/
.scroll-fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.scroll-fadein.in-view {
  opacity: 1;
  transform: translateY(0);
}


/* ======================
  スクロールして要素が画面に入ったときに順番にふわっと表示される
=========================*/
.scroll-fadein-delay {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.scroll-fadein-delay.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* パンくずリスト */
li.home span a {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--bk);
    text-decoration: none;
}
li.post.post-page.current-item span {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(21, 21, 21, 0.6);
}
li.home span {
    font-size: 10px;
}
/* .breadcrumb li {
  display: inline;
}

.breadcrumb li + li::before {
  content: " > ";
  margin: 0 10px;
  color: #333;
} */

.breadcrumb li {
  display: inline-block; /* インライン要素だけど画像を扱いやすくする */
  position: relative;
  padding-left: 20px; /* 画像分のスペース */
}

.breadcrumb li:first-child {
  padding-left: 0; /* 最初は不要 */
}

.breadcrumb li + li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/common/p_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 8px;
    top: 60%;
    transform: translateY(-50%);
}

/* cf7  追加css */
span.wpcf7-spinner {
    display: none;
}
td.radio-wrap .wpcf7-list-item {
    display: block;
    margin: 0;
}
.confirm-page td.submit-td {
    justify-content: center;
    flex-direction: column;
    gap: 24px;
}
input.wpcf7-form-control.wpcf7-previous.btn-submit--prev {
    border: none;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 60px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--navy);
    background-color: transparent;
    font-family: var(--tsunagi);
    font-weight: 900;
    width: 90%;
    max-width: 360px;
    height: 80px;
    font-size: 24px;
    font-size: var(--fz_18-24);
    transition: all 0.3s ease;
}
label.checkbox.__confirm {
  position: relative;
}
label.checkbox.__confirm::before {
    position: absolute;
    content: url(../images/common/checked.svg);
    width: 20px;
    height: 20px;
    left: -30px;
    background-size: contain;
    top: 5px;
}
.thanks-page__submit--wrap {
  margin: 64px auto 0;
  display: flex;
  justify-content: center;
}
.page-confirm .birth-row span {
    margin: 0;
}
.birth-row input {
    text-align: center;
}
.birth-row input[type="text"] {
    min-width: 80px;
}
.page-confirm .birth-row input[type="text"],
.page-confirm .birth-row input[type="number"]{
    text-align: center;
    width: 50px;
    padding: 16px 0;
    min-width: 50px;
}
.checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
    border: none;
    background-color: transparent;
}
.checkbox input[type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after {
    background: url(../images/common/checkbox.svg) no-repeat center;
    background-size: contain;
    content: "";
    height: 14px;
    margin-right: 10px;
    position: absolute;
    width: 14px;
    left: -10px;
}
.checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    background: url(../images/common/checked.svg) no-repeat center;
    background-size: contain;
    content: "";
    height: 14px;
    margin-right: 10px;
    position: absolute;
    width: 14px;
    left: -10px;
}
span.wpcf7-list-item-label {
    display: inline-flex;
    align-items: center;
}
.wpcf7-list-item-label {
    cursor: pointer;
}
input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
input {
    -webkit-appearance: none;
}
td.privacy-box {
    display: flex;
    justify-content: center;
}
.page-confirm label.checkbox-checked:before {
    background: url(../images/common/checked.svg) no-repeat center;
    background-size: contain;
    content: "";
    height: 14px;
    margin-right: 10px;
    position: absolute;
    width: 14px;
    left: -20px;
}
.page-confirm label.checkbox-checked {
    position: relative;
}
    @media(max-width:768px){
    .birth-row span input {
        min-width: 60px;
        padding: 16px 0;
    }
    }

/* 0730  修正 */
.bl-scroll {
  display: none;
}
.top-message__wrapper {
  padding-top: 40px;
}
.top-culture__container .ttl6 {
  margin: 1.88rem auto 20px;
  font-weight: 500;
}
.top-culture__item .card03__text {
  line-height: 1.7;
}
.top-message__container .ttl3,
.ttl4,
.com-about__movie h3,
.com-imdex__text h4,
.com-sankei__text h4,
.com-sankei__title--icon h4,
.com-message__subttl,
ul.u-culture__list li a, ul.u-company__list li a, ul.u-entry__list li a,
.ttl07,
.ttl07::before,
.ttl6,
.com-sankei__title--icon span,
.cul-imdex__text,
.cul-imdex__text h4,
.md-nav_listItem span:nth-of-type(1),
.btn02 h3,
h3.btn10,
h3.btn01,
.com-outline th,
.footer__nav h3,
.card01__q,
h2.card01__ttl,
.cul-benefit__item h3.btn09.fz-L,
.entry__type01--wrapper h3,
.entry__type02--wrapper h3,
.entry__type01--item h4,
.entry__type02--item h4,
.pentagon__ttl,
.pentagon__sub-ttl,
.btn-submit,
input.wpcf7-form-control.wpcf7-previous.btn-submit--prev,
.cul-interview__wrapper h4, .cul-interview__title,
.entry-form__tel p:nth-child(2) {
  font-weight: 500;
}
li.top-faq__item p {
  color: #151515;
}
section.line {
    display: none;
}
.entry-form__tel p:nth-child(2) a {
  font-size: 40px;
  font-size: var(--fz_30-40);
  color: var(--navy);
  margin-left: 10px;
  text-decoration-line: none;
  font-weight: 500;
}
.com-imdex__text p,
.com-sankei__text p,
.com-outline td,
.com-access_address {
  color: #151515;
}
p.com-number__infomation {
  font-family: var(--yu-g);
  font-weight: 500;
}
p.com-number__number {
  top: 54%;
}
ul.cul-interview__list:last-child li p {
  border-radius: 0;
  border: none;
  margin: 0 auto;
  width: 100%;
  padding: 10px 0;
}
.entry-form__tel p:first-child a {
  font-size: 28px;
  font-weight: 500;
  font-family: var(--tsunagi);
  margin-left: 8px;
  text-decoration-line: none;
  color: #0A3488;
}
.entry-form__tel p:first-child {
  font-weight: 500;
  font-family: var(--tsunagi);
  font-size: 18px;
  margin-bottom: 12px;
}
.entry-form__tel p:nth-child(2) {
  font-weight: 700;
  font-family: var(--yu-g);
  font-size: 18px;
  margin-bottom: 12px;
}

.entry-form__tel {
  font-size: 16px;
}
.btn06__container.--wh {
    height: 100%;
}

@media(max-width:425px){
  .cul-interview__wrapper h4, .cul-interview__title {
    font-size: 23px;
}
}

/* placeholderのスタイル */
textarea::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder {
  color: #A3A9AF;
}
.card01__a {
    color: #151515;
}
.cul-benefit__text {
    color: #151515;
}
/* ./ 0730  修正 */

/* 0807 修正 */
.cul-movie__img video,
.com-about__movie--img video {
    width: 100%;
    vertical-align: bottom;
    object-fit: cover;
    aspect-ratio: 560 / 382;
    border-radius: 20px;
}
.cul-imdex__img img {
    box-sizing: border-box;
}
.top-culture__item .card03__text {
    color: #151515;
}
.no-underline {
  text-decoration: none;
}
.card04__text {
    color: #151515;
}
section#benefit.anchor-adjust,
section#instagram.anchor-adjust {
  scroll-margin-top: 88px;
}
    @media(max-width:425px){
    .cul-imdex__text h4 {
      font-size: 16px;
    }
    .cul-imdex__text p {
      font-size: 14px;
    }
    }
/* ./ 0807 修正 */

/* 0809 PLAYVIDEO追加 */
a.playBtn {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
}
a.playBtn-sub {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
}
.svg-container {
    display: flex;
    align-items: center;
}
.playVideo__txt {
    margin-left: -16px;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    color: #FFFFFF;
}

/* company-page culture-page */
.video-wrap {
    position: relative;
}
/* ./ 0809 PLAYVIDEO追加 */