@charset "UTF-8";
/*
SPデザイン
横幅860
デフォルトテキストサイズ30pxにて作成されている
30/860=0.03488372→3.488372vw
*/
/*
PCデザイン
横幅1920
デフォルトテキストサイズ18pxにて作成されている
18/1920=0.009375→0.9375vw
 */
html {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

body {
  font-size: clamp(16px, 3.488372vw, 18px);
  position: relative;
}
@media screen and (min-width: 768px) {
  body {
    font-size: clamp(14px, 0.9375vw, 18px);
  }
}
body {
  /*@include g.mq(md){
    font-size : g.$font-size-16;
  }*/
}

a {
  text-decoration: none;
  color: #2E2E2E;
}

.sp-inline, .sp-block, .sp-inlineB {
  display: none;
}

.pc-inline {
  display: inline;
}
.pc-block {
  display: block;
}
.pc-inlineB {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .sp-inline {
    display: inline;
  }
  .sp-block {
    display: block;
  }
  .sp-inlineB {
    display: inline-block;
  }
  .pc-inline, .pc-block, .pc-inlineB {
    display: none;
  }
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.js-bigTosmall {
  display: inline-block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

ul {
  margin-left: 1em;
}

.c-button {
  border-radius: 50px;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  text-align: center;
  padding: 1.35em 1em;
  line-height: 1em;
  display: inline-block;
  min-width: 16.6666666667vw;
  transition: background-color 0.5s ease-in;
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: clamp(20px, 3.1290743155vw, 24px);
    min-width: 52.1512385919vw;
  }
}
.c-button--white {
  color: #4db8d1;
  background-color: #fff;
}
.c-button--white:hover {
  background-color: #4db8d1;
  color: #fff;
}
.c-button--blue {
  color: #fff;
  background-color: #4db8d1;
}
.c-button--blue:hover {
  background-color: #4db8d1;
  color: #fff;
}
.c-button--border-white-dashed {
  border: 1px dashed #fff;
}
.c-button--blue {
  background-color: #4db8d1;
  color: #fff;
}
.c-button--blue:hover {
  background-color: #fff;
  color: #4db8d1;
}

.c-container-normal {
  max-width: 1100px;
  margin-inline: auto;
  background: #c0c0c0;
}

.sentinel {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  padding-top: 1.5625vw;
  padding-left: 3.125vw;
  padding-bottom: 1.5625vw;
  padding-right: 2.34375vw;
  width: 100%;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  z-index: 99999;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-top: 0;
    padding-left: 3.6505867014vw;
    padding-right: 5.8670143416vw;
    padding-bottom: 0;
    min-height: 13.037809648vw;
  }
}
.l-header.scrolled {
  background-color: rgb(0, 162, 200); /* 白の半透明 */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6); /* 影をつける */
}
.l-header-logo {
  width: 14.1666666667vw;
  height: 2.65625vw;
  min-width: 150px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    aspect-ratio: 362/68;
    height: 7.8226857888vw;
    width: auto;
    min-width: auto;
  }
  .l-header-logo img {
    vertical-align: top;
    width: 100%;
  }
}
.l-header-nav {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 3em;
  color: #fff;
  font-size: clamp(12px, 0.9375vw, 18px);
}
.l-header-nav a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-hmb-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-hmb-button {
    display: grid;
    position: fixed;
    right: 10px;
    top: 1.9556714472vw;
    place-items: center;
    place-content: center;
    width: 9.1264667536vw;
    height: 9.1264667536vw;
    border: none;
    cursor: pointer;
    z-index: 1004;
  }
  .l-header-hmb-button__bar, .l-header-hmb-button__bar::before, .l-header-hmb-button__bar::after {
    width: 9.1264667536vw;
    height: 3px;
    background-color: #fff;
    transition: transform 0.3s;
  }
  .l-header-hmb-button__bar {
    display: grid;
  }
  .l-header-hmb-button__bar::before, .l-header-hmb-button__bar::after {
    content: "";
    grid-area: 1/1;
  }
  .l-header-hmb-button__bar::before {
    transform: translateY(-3.0421555845vw);
  }
  .l-header-hmb-button__bar::after {
    transform: translateY(3.0421555845vw);
  }
  [data-drawer-open=true] .l-header-hmb-button__bar {
    background-color: transparent;
  }
  [data-drawer-open=true] .l-header-hmb-button__bar::before {
    transform: rotate(45deg);
  }
  [data-drawer-open=true] .l-header-hmb-button__bar::after {
    transform: rotate(-45deg);
  }
}
.l-header__overlay {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__overlay {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 0;
    inset: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1002;
    transition: visibility 0.3s, opacity 0.3s;
    top: 13.037809648vw;
  }
  [data-drawer-open=true] .l-header__overlay {
    visibility: visible;
    opacity: 1;
  }
}
.l-header__sp-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__sp-menu {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    right: 0;
    top: 13.037809648vw;
    z-index: 9999;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
  }
  .l-header__sp-menu-navi {
    list-style: none;
    padding: 1em;
  }
  .l-header__sp-menu-navi a {
    display: block;
    padding: 1em;
    line-height: 1em;
    font-size: clamp(20px, 3.1290743155vw, 24px) !important;
  }
  .l-header__sp-menu-navi__ig {
    background: #4db8d1;
    text-align: center;
    margin-top: 0.5em;
  }
  .l-header__sp-menu-navi__ig > a {
    color: #fff;
    padding: 1em 1.5em;
    font-weight: bold;
  }
  .l-header__sp-menu-navi__ig > a::after {
    content: "";
    width: 1em;
    height: 1em;
    background-image: url("/Portals/0/recruit/images/index/ico_entry_s.png");
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
    background-size: contain;
    margin-left: 0.3em;
    margin-bottom: -0.16em;
  }
  [data-drawer-open=true] .l-header__sp-menu {
    display: block;
    transform: translateX(0);
  }
}

.l-footer {
  background-color: #4db8d1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 5.2083333333vw;
  padding-bottom: 4.6875vw;
  margin-top: -1px;
}
.l-footer-logo {
  width: 22.7083333333vw;
  height: 4.2708333333vw;
}
.l-footer-address {
  text-align: center;
  line-height: 2em;
  color: #fff;
  margin-top: 2.6041666667vw;
}
.l-footer-copy {
  font-size: clamp(12px, 0.7291666667vw, 14px);
  background-color: #231815;
  line-height: 2.57em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 13.037809648vw;
    padding-bottom: 11.7340286832vw;
  }
  .l-footer-logo {
    width: 68.5788787484vw;
    height: 12.9074315515vw;
  }
  .l-footer-address {
    margin-top: 8.2138200782vw;
  }
}

.p-home__header {
  background-color: #231815;
  aspect-ratio: 1.92;
  position: relative;
  z-index: -1;
}
.p-home__header img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-home__header {
    aspect-ratio: auto;
    width: 100%;
    overflow: hidden;
  }
  .p-home__header img {
    height: 100vh;
    width: 100%;
    max-width: none;
    object-fit: cover;
  }
}
.p-home__header .swiper-wrapper {
  margin: 0;
}
.p-home__header {
  /*&::before{
    position : absolute;
    content : '';
    top : 0;
    left : 0;
    bottom : 0;
    right : 0;
    background-color : rgba(0,0,0,0.3);
    z-index : 0;
  }*/
}
.p-home__header__text {
  position: absolute;
  z-index: 2;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-home__header__text {
    font-size: clamp(20px, 5.7366362451vw, 40px);
    line-height: 1.545em;
    text-align: center;
  }
}
.p-home-about {
  position: relative;
  background-color: #4db8d1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 3.6458333333vw;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-home-about {
    padding-top: 12.5162972621vw;
  }
}
.p-home-about__title {
  font-size: clamp(30px, 1.875vw, 36px);
  margin-bottom: 2.4479166667vw;
}
.p-home-about__text {
  text-align: center;
  margin-bottom: 2.6041666667vw;
}
@media screen and (max-width: 767px) {
  .p-home-about__title, .p-home-about__text {
    max-width: 90%;
  }
  .p-home-about__title {
    font-size: clamp(20px, 6.258148631vw, 48px);
    margin-bottom: 4.6936114733vw;
  }
  .p-home-about__text {
    font-size: clamp(14px, 3.1290743155vw, 24px);
    margin-bottom: 6.258148631vw;
  }
}
.p-home-about__marquee {
  width: max-content;
  position: relative;
  z-index: 1;
  height: 4.53125vw;
  display: flex;
  margin-top: 3.75vw;
}
@media screen and (max-width: 767px) {
  .p-home-about__marquee {
    margin-top: 12.5162972621vw;
    height: 14.2112125163vw;
  }
}
.p-home-about__marquee img {
  height: 100%;
  width: auto;
  flex-shrink: 0;
}
.p-home-message, .p-home-introduction {
  background-color: #231815;
  color: #fff;
  padding-top: 5.2083333333vw;
}
@media screen and (max-width: 767px) {
  .p-home-message, .p-home-introduction {
    padding-top: 13.037809648vw;
  }
}
.p-home-message__inner, .p-home-introduction__inner {
  max-width: 89.7916666667vw;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-home-message__inner, .p-home-introduction__inner {
    max-width: 92.5684485007vw;
    flex-direction: column;
  }
}
.p-home-message__image, .p-home-introduction__image {
  aspect-ratio: 864/650;
  width: 50.1160092807%;
}
.p-home-message__image > img, .p-home-introduction__image > img {
  max-width: 100%;
  height: auto;
}
.p-home-message__detail, .p-home-introduction__detail {
  width: 44.0835266821%;
}
@media screen and (max-width: 767px) {
  .p-home-message__image, .p-home-message__detail, .p-home-introduction__image, .p-home-introduction__detail {
    width: 100%;
  }
}
.p-home-message__title, .p-home-introduction__title {
  font-size: clamp(40px, 3.125vw, 60px);
  font-weight: 400;
  margin-left: 5.8004640371%;
}
.p-home-message__title--sub, .p-home-introduction__title--sub {
  display: block;
  font-size: clamp(16px, 0.9375vw, 18px);
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-home-message__title, .p-home-introduction__title {
    margin-left: 0;
    font-size: clamp(20px, 7.8226857888vw, 60px);
    margin-top: 7.0422535211%;
  }
  .p-home-message__title--sub, .p-home-introduction__title--sub {
    font-size: clamp(12px, 3.1290743155vw, 24px);
  }
}
.p-home-message__text, .p-home-introduction__text {
  margin-top: 3.75vw;
  margin-bottom: 3.75vw;
  margin-left: 5.8004640371%;
}
@media screen and (max-width: 767px) {
  .p-home-message__text, .p-home-introduction__text {
    font-size: clamp(12px, 3.1290743155vw, 24px);
    margin-left: 0;
    margin-top: 8.3441981747vw;
    margin-bottom: 9.778357236vw;
  }
}
.p-home-message__btnWrap, .p-home-introduction__btnWrap {
  text-align: center;
  margin-right: -2.6041666667vw;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-home-message__btnWrap, .p-home-introduction__btnWrap {
    margin-right: auto;
  }
}
.p-home-introduction {
  padding-bottom: 5.2083333333vw;
}
@media screen and (max-width: 767px) {
  .p-home-introduction {
    padding-bottom: 13.037809648vw;
  }
}
.p-home-introduction__inner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-home-introduction__inner {
    flex-direction: column;
  }
}
.p-home-introduction__title {
  margin-right: 5.8004640371%;
  margin-left: 0;
}
.p-home-introduction__text {
  margin-right: 5.8004640371%;
  margin-left: 0;
}
.p-home-introduction__btnWrap {
  text-align: center;
  margin-left: -2.6041666667vw;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-home-introduction__title, .p-home-introduction__text, .p-home-introduction__btnWrap {
    margin-right: auto;
    margin-left: auto;
  }
}
.p-home-sponsor {
  background-image: url(../images/index/bg_sponsor.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 1.7744916821;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-home-sponsor {
    background-image: url(../images/index/bg_sponsor_sp.jpg);
    min-height: 100vh;
    aspect-ratio: auto;
    background-size: cover;
    background-position: center;
  }
}
.p-home-sponsor__title {
  font-size: clamp(40px, 3.125vw, 60px);
  font-weight: 400;
  color: #fff;
}
.p-home-sponsor__title--sub {
  display: block;
  font-size: clamp(16px, 0.9375vw, 18px);
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-home-sponsor__title {
    font-size: clamp(20px, 7.8226857888vw, 60px);
  }
  .p-home-sponsor__title--sub {
    font-size: clamp(12px, 3.1290743155vw, 24px);
  }
}
.p-home-sponsor__lists {
  list-style: none;
  margin-top: 3.6458333333vw;
  margin-left: 0;
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.p-home-sponsor__lists > li {
  width: 18.2291666667vw;
}
.p-home-sponsor__lists > li img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-home-sponsor__lists {
    margin-top: 5.1041666667vw;
  }
  .p-home-sponsor__lists > li {
    width: 45.6323337679vw;
  }
}

.p-about__header {
  background-color: #231815;
  background-image: url(../images/about/bg_header.jpg);
  background-position: center;
  background-size: 100% auto;
  aspect-ratio: 3.2;
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-about__header {
    aspect-ratio: auto;
    background-image: url(../images/about/bg_header_sp.jpg);
    min-height: 89.7001303781vw;
    background-size: auto 100%;
  }
}
.p-about__header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.p-about__header__text {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.p-about__header__text-mini {
  font-size: 43%;
  display: block;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-about__header__text {
    font-size: clamp(20px, 5.7366362451vw, 40px);
    text-align: center;
  }
  .p-about__header__text-mini {
    font-size: 50%;
  }
}
.p-about .swiper {
  margin-left: -1.9791666667vw;
}
@media screen and (max-width: 767px) {
  .p-about .swiper {
    margin-left: -4.1720990874vw;
  }
}
.p-about .swiper img {
  width: 100%;
  height: auto;
}
.p-about-wrapper {
  background-color: #231815;
  color: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
}
.p-about-content {
  max-width: 1100px;
  margin-inline: auto;
  margin-top: 5.2083333333vw;
  margin-bottom: 5.2083333333vw;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .p-about-content {
    margin-top: 13.037809648vw;
    margin-bottom: 13.037809648vw;
  }
}
.p-about-content-read {
  background-color: #231815;
  line-height: 2em;
}
.p-about-vision {
  background-color: #4db8d1;
  padding-top: 1px;
  padding-bottom: 1px;
  width: 100%;
  overflow: hidden;
  margin-top: 5.2083333333vw;
}
@media screen and (max-width: 767px) {
  .p-about-vision {
    margin-top: 13.037809648vw;
  }
}
.p-about__title {
  font-size: clamp(30px, 3.125vw, 60px);
  margin-bottom: 2.4479166667vw;
}
.p-about__title--mini {
  font-size: clamp(14px, 0.9375vw, 18px);
  display: block;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: clamp(30px, 7.8226857888vw, 60px);
    margin-bottom: 8.3441981747vw;
  }
  .p-about__title--mini {
    font-size: clamp(16px, 3.488372vw, 18px);
  }
}
.p-about-block-title {
  border-bottom: 1px solid #fff;
  font-size: clamp(20px, 1.875vw, 36px);
  margin-bottom: 2.0833333333vw;
  padding-bottom: 0.7291666667vw;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-block-title {
    font-size: clamp(18px, 6.258148631vw, 48px);
    padding-bottom: 5.8670143416vw;
  }
}
.p-about-block-title::before {
  position: absolute;
  font-size: clamp(40px, 3.125vw, 60px);
  color: #4db8d1;
  margin-right: 0.3em;
  bottom: 0.2em;
  left: 0;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .p-about-block-title::before {
    font-size: clamp(40px, 10.4302477184vw, 80px);
  }
}
.p-about-block-title--1, .p-about-block-title--2, .p-about-block-title--3 {
  padding-left: 2.5em;
}
@media screen and (max-width: 767px) {
  .p-about-block-title--1, .p-about-block-title--2, .p-about-block-title--3 {
    padding-bottom: 3.1290743155vw;
  }
}
.p-about-block-title--1::before {
  content: "01";
}
.p-about-block-title--2::before {
  content: "02";
}
.p-about-block-title--3::before {
  content: "03";
}
.p-about-pillars {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.5454545455%;
}
.p-about-pillars:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-about-pillars {
    flex-direction: column;
  }
  .p-about-pillars:nth-child(even) {
    flex-direction: column;
  }
}
.p-about-pillars:first-of-type {
  margin-top: 5.9090909091%;
}
.p-about-pillars__description {
  width: 57.2727272727%;
}
.p-about-pillars__description p, .p-about-pillars__description li {
  line-height: 2em;
}
.p-about-pillars__image {
  width: 38.1818181818%;
}
.p-about-pillars__image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about-pillars__description, .p-about-pillars__image {
    width: 100%;
  }
  .p-about-pillars__image {
    margin-top: 7.0404172099vw;
    margin-bottom: 13.037809648vw;
  }
  .p-about-pillars:last-child .p-about-pillars__image {
    margin-bottom: 0;
  }
}
.p-about-sponsorship, .p-about-tc {
  background-image: url(/assets/images/about/sponsorship_bg.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  min-height: 100vh;
  padding: 2.6041666667vw 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about-sponsorship, .p-about-tc {
    background-image: url(/assets/images/about/sponsorship_bg_sp.jpg);
    padding: 10.4302477184vw 0;
  }
}
.p-about-sponsorship::before, .p-about-tc::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.p-about-sponsorship .p-about-content, .p-about-tc .p-about-content {
  position: relative;
  z-index: 10;
}
.p-about-sponsorship__item, .p-about-tc__item {
  margin-top: 3.6458333333vw;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .p-about-sponsorship__item, .p-about-tc__item {
    margin-top: 9.1264667536vw;
  }
}
.p-about-sponsorship__item ul, .p-about-tc__item ul {
  margin-left: 2em;
  margin-top: 2em;
}
.p-about-tc {
  background-image: url(/assets/images/about/tc_bg.jpg);
}
@media screen and (max-width: 767px) {
  .p-about-tc {
    background-image: url(/assets/images/about/tc_bg_sp.jpg);
  }
}
.p-about-plans {
  padding: 1px 0;
}
.p-about-plans__title {
  background: #fff;
  margin-bottom: 2.4479166667vw;
  font-size: clamp(16px, 1.25vw, 24px);
  color: #2E2E2E;
  padding: 1em;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-plans__title {
    font-size: clamp(12px, 3.9113428944vw, 30px);
    margin-bottom: 6.518904824vw;
  }
}
.p-about-plans__title::after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  background: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.p-about-plans__item {
  margin-top: 3.6458333333vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-plans__item {
    margin-top: 9.1264667536vw;
  }
}

.p-message__header {
  background-color: #231815;
  background-image: url(../images/message/bg_header.jpg);
  background-position: center;
  background-size: 100% auto;
  aspect-ratio: 3.2;
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-message__header {
    aspect-ratio: auto;
    background-image: url(../images/message/bg_header_sp.jpg);
    min-height: 89.7001303781vw;
    background-size: auto 100%;
  }
}
.p-message__header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.p-message__header__text {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.p-message__header__text-mini {
  font-size: 43%;
  display: block;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-message__header__text {
    font-size: clamp(20px, 5.7366362451vw, 40px);
    text-align: center;
  }
  .p-message__header__text-mini {
    font-size: 50%;
  }
}
.p-message-wrapper {
  background-color: #231815;
  color: #fff;
}
.p-message-content {
  max-width: 1100px;
  margin-inline: auto;
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .p-message-content {
    padding-top: 13.037809648vw;
    padding-bottom: 13.037809648vw;
  }
}
.p-message-member {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-message-member {
    flex-direction: column;
  }
}
.p-message-member__image {
  width: 45.4545454545%;
}
.p-message-member__image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-message-member__image {
    width: 100%;
  }
}
.p-message-member__detail {
  width: 51.8181818182%;
}
@media screen and (max-width: 767px) {
  .p-message-member__detail {
    width: 100%;
  }
}
.p-message-member__position {
  background-color: #4db8d1;
  color: #fff;
  font-size: clamp(14px, 0.9375vw, 18px);
  border-radius: 50px;
  padding: 0.5em 2em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-message-member__position {
    font-size: clamp(12px, 3.1290743155vw, 24px);
    margin-bottom: 3.3898305085vw;
  }
}
.p-message-member__name {
  font-size: clamp(40px, 3.125vw, 60px);
  margin-top: 1.3541666667vw;
}
.p-message-member__name--eng {
  display: block;
  font-size: 30%;
  margin-top: 1.09375vw;
}
@media screen and (max-width: 767px) {
  .p-message-member__name {
    font-size: clamp(30px, 7.8226857888vw, 60px);
    margin-bottom: 5.6062581486vw;
  }
  .p-message-member__name--eng {
    font-size: 40%;
    margin-top: 3.9113428944vw;
  }
}
.p-message-member__profile {
  line-height: 2em;
}
.p-message-member__profile-title {
  border-bottom: 1px solid #fff;
  font-size: clamp(28px, 3.1290743155vw, 24px);
  padding-bottom: 0.3645833333vw;
  margin-top: 2.2395833333vw;
  margin-bottom: 1.4583333333vw;
}
@media screen and (max-width: 767px) {
  .p-message-member__profile-title {
    font-size: 150%;
    margin-top: 6.518904824vw;
    padding-top: 1.3037809648vw;
    padding-bottom: 1.9556714472vw;
    margin-bottom: 4.6936114733vw;
  }
}
.p-message-member__message {
  line-height: 2em;
  margin-top: 2.6041666667vw;
}
@media screen and (max-width: 767px) {
  .p-message-member__message {
    margin-top: 6.518904824vw;
  }
}
.p-message-member__message p {
  margin-bottom: 2em;
}

.p-introduction__header {
  background-color: #231815;
  background-image: url(../images/introduction/bg_header.jpg);
  background-position: center;
  background-size: 100% auto;
  aspect-ratio: 3.2;
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-introduction__header {
    aspect-ratio: auto;
    background-image: url(../images/introduction/bg_header_sp.jpg?a=swwss);
    min-height: 89.7001303781vw;
    background-size: auto 100%;
  }
}
.p-introduction__header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.p-introduction__header__text {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.p-introduction__header__text-mini {
  font-size: 43%;
  display: block;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-introduction__header__text {
    font-size: clamp(20px, 5.7366362451vw, 40px);
    text-align: center;
  }
  .p-introduction__header__text-mini {
    font-size: 50%;
  }
}
.p-introduction-wrapper {
  background-color: #231815;
  color: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
}
.p-introduction-content {
  max-width: 1100px;
  margin-inline: auto;
  margin-top: 5.2083333333vw;
  margin-bottom: 5.2083333333vw;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .p-introduction-content {
    margin-top: 13.037809648vw;
    margin-bottom: 13.037809648vw;
  }
}
.p-introduction-member {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-introduction-member {
    flex-direction: column;
  }
}
.p-introduction-member__image {
  width: 45.4545454545%;
}
.p-introduction-member__image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-introduction-member__image {
    width: 100%;
  }
}
.p-introduction-member__detail {
  width: 51.8181818182%;
}
@media screen and (max-width: 767px) {
  .p-introduction-member__detail {
    width: 100%;
  }
}
.p-introduction-member__position {
  background-color: #4db8d1;
  color: #fff;
  font-size: clamp(14px, 0.9375vw, 18px);
  border-radius: 50px;
  padding: 0.5em 2em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-introduction-member__position {
    font-size: clamp(12px, 3.1290743155vw, 24px);
    margin-bottom: 3.3898305085vw;
  }
}
.p-introduction-member__name {
  font-size: clamp(40px, 3.125vw, 60px);
  margin-top: 1.3541666667vw;
}
.p-introduction-member__name--eng {
  display: block;
  font-size: 30%;
  margin-top: 1.09375vw;
}
@media screen and (max-width: 767px) {
  .p-introduction-member__name {
    font-size: clamp(30px, 7.8226857888vw, 60px);
    margin-bottom: 5.6062581486vw;
  }
  .p-introduction-member__name--eng {
    font-size: 40%;
    margin-top: 3.9113428944vw;
  }
}
.p-introduction-member__profile {
  line-height: 2em;
}
.p-introduction-member__profile-title {
  border-bottom: 1px solid #fff;
  font-size: clamp(28px, 3.1290743155vw, 24px);
  padding-bottom: 0.3645833333vw;
  margin-top: 2.2395833333vw;
  margin-bottom: 1.4583333333vw;
}
@media screen and (max-width: 767px) {
  .p-introduction-member__profile-title {
    font-size: 150%;
    margin-top: 6.518904824vw;
    padding-top: 1.3037809648vw;
    padding-bottom: 1.9556714472vw;
    margin-bottom: 4.6936114733vw;
  }
}
.p-introduction-member__message {
  line-height: 2em;
  margin-top: 2.6041666667vw;
}
.p-introduction-member__message p {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .p-introduction-member__message {
    margin-top: 6.518904824vw;
  }
}

/*# sourceMappingURL=style.css.map */
