@charset "UTF-8";
/* ===================================================================
CSS information

file name  : about.scss
author     : AROUND TAKAYAMA Renew
style info : ホテルについてページスタイル
=================================================================== */
/* cspell:disable-next-line */
@font-face {
  font-family: 'Lulo Clean';
  src: url("../../../ascend/fonts/FontsFree-Net-Lulo-Clean-W01-One-Bold.ttf") format("truetype");
}
/* font-awesome */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/*Animate */
/* -----------------------------------------------------------
	ホテル リブランド用
----------------------------------------------------------- */
/* ===========================
	PC/SP_JP（Noto Sans JP）
   =========================== */
/* ===========================
	PC/SP_LULO（LuloCleanOne-Bold）
   =========================== */
/* ===========================
	PC/SP_MON（Montserrat SemiBold）
   =========================== */
/* cspell:disable-next-line */
@font-face {
  font-family: 'Lulo Clean';
  src: url("../../../ascend/fonts/FontsFree-Net-Lulo-Clean-W01-One-Bold.ttf") format("truetype");
}
/* font-awesome */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/*Animate */
/* -----------------------------------------------------------
	ホテル リブランド用
----------------------------------------------------------- */
/* ===========================
	PC/SP_JP（Noto Sans JP）
   =========================== */
/* ===========================
	PC/SP_LULO（LuloCleanOne-Bold）
   =========================== */
/* ===========================
	PC/SP_MON（Montserrat SemiBold）
   =========================== */
#page {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px !important;
}
@media only screen and (max-width: 767px) {
  #page {
    font-family: "Noto Sans JP", sans-serif;
  }
}

body.is-gmenu-open,
body.is-gmenu-noscroll {
  overflow: hidden;
}

.en_lulo {
  font-family: "Lulo Clean", sans-serif;
}
@media only screen and (max-width: 767px) {
  .en_lulo {
    font-family: "Lulo Clean", sans-serif;
  }
}

.en_mon {
  font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
}
@media only screen and (max-width: 767px) {
  .en_mon {
    font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
  }
}

a {
  color: #005184;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* -----------------------------------------------------------
	layout
----------------------------------------------------------- */
.l_container {
  width: 100%;
  max-width: 100%;
  padding-left: 120px;
  padding-right: 120px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .l_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.l_col {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.l_col_1 {
  width: 8.33333%;
}

.l_col_2 {
  width: 16.66667%;
}

.l_col_3 {
  width: 25%;
}

.l_col_4 {
  width: 33.33333%;
}

.l_col_5 {
  width: 41.66667%;
}

.l_col_6 {
  width: 50%;
}

.l_col_7 {
  width: 58.33333%;
}

.l_col_8 {
  width: 66.66667%;
}

.l_col_9 {
  width: 75%;
}

.l_col_10 {
  width: 83.33333%;
}

.l_col_11 {
  width: 91.66667%;
}

.l_col_12 {
  width: 100%;
}

/* ===================================================================
   共通のスタイルを上書き
=================================================================== */
#header .con_header .box_header .box_nav .hnav li a {
  color: #fff !important;
}

.subpage-related {
  background-color: #fff;
  padding-bottom: 120px;
  margin: 0 !important;
}
@media only screen and (max-width: 1079px) {
  .subpage-related {
    padding-bottom: 3rem !important;
  }
}

.subpage-footer-slider {
  background-color: #fff;
}
@media only screen and (max-width: 1079px) {
  .subpage-footer-slider {
    margin-top: 0 !important;
  }
}

.wrp_guest_program {
  background-color: #fff;
  padding: 100px 0;
}
.wrp_guest_program .con_guest_program {
  margin: 0 auto;
}

#footer {
  background-color: #fff;
  margin-top: 0;
}

/* ===================================================================

=================================================================== */
.aboutBackground {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.aboutBackground__inner {
  width: 100%;
  height: 100%;
  position: relative;
  --fuga-oc: 0;
}
.aboutBackground__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  opacity: var(--fuga-oc);
}
.aboutBackground__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutBackground__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.aboutBackground__image img.active {
  opacity: 1;
}
.aboutBackground__image:nth-child(1) {
  z-index: 1;
}

/* ===================================================================

=================================================================== */
.aboutIntroduction {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}
@media only screen and (min-width: 1080px) and (max-width: 1540px) {
  .aboutIntroduction {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutIntroduction {
    box-sizing: border-box;
    padding: 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutIntroduction {
    box-sizing: border-box;
    padding: 0 20px;
  }
}
.aboutIntroduction__boxTitle {
  display: flex;
  align-items: center;
  height: 100vh;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutIntroduction__boxTitle {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .aboutIntroduction__boxTitle {
    justify-content: center;
  }
}
.aboutIntroduction__mainTitle {
  display: inline-block;
  font-family: "Lulo Clean", sans-serif;
  font-size: 32px;
  letter-spacing: -0.04em;
}
@media only screen and (max-width: 767px) {
  .aboutIntroduction__mainTitle {
    display: block;
    font-size: 26px;
    text-align: center;
  }
}
.aboutIntroduction__subTitle {
  display: inline-block;
  font-family: "Lulo Clean", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .aboutIntroduction__subTitle {
    display: block;
    font-size: 14px;
    text-align: center;
  }
}
.aboutIntroduction__subTitle::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #fff;
  margin-right: 10px;
  transform: rotate(30deg);
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .aboutIntroduction__subTitle::before {
    display: none;
  }
}
.aboutIntroduction__wrapperTitle {
  display: inline-block;
  overflow: hidden;
}
.aboutIntroduction__innerTitle {
  display: inline-block;
  transform: translateY(100%);
}
.aboutIntroduction__description {
  font-size: 16px;
  color: #fff;
  line-height: 200%;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .aboutIntroduction__description {
    font-size: 14px;
  }
}
.aboutIntroduction__detail {
  display: block;
}
.aboutIntroduction__detail:nth-child(n+2) {
  margin-top: 50px;
}

/* ===================================================================
	aboutSubtitle
=================================================================== */
.aboutSubtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 100vh;
  position: relative;
  z-index: 9999;
  pointer-events: none;
}
.aboutSubtitle__boxTitle {
  text-align: center;
  z-index: 9999;
}
.aboutSubtitle__mainTitle {
  display: inline-block;
  font-family: "Lulo Clean", sans-serif;
  font-size: 24px;
  color: #fff;
  letter-spacing: -0.04em;
}
@media only screen and (max-width: 767px) {
  .aboutSubtitle__mainTitle {
    display: block;
    font-size: 20px;
    text-align: center;
  }
}
.aboutSubtitle__subTitle {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .aboutSubtitle__subTitle {
    display: block;
    font-size: 14px;
    text-align: center;
    margin-left: 0;
    margin-top: 8px;
  }
}

/* ===================================================================
	aboutContentslist
=================================================================== */
.aboutContentslist {
  height: 100vh;
  background-color: #262626;
  padding-top: 200px;
}
.aboutContentslist__list {
  height: 100%;
  position: relative;
  --list-lg: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.aboutContentslist__list::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--list-lg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.aboutContentslist__item {
  width: calc((100% / 3) - (20px * 3 / 2) - (40px / 3));
  height: 100%;
  position: absolute;
  top: 0;
  --item1-lg: linear-gradient(to bottom, rgba(38, 38, 38, 0.9) 5%, rgba(38, 38, 38, 0), rgba(38, 38, 38, 0.9) 95%);
  --item2-lg: linear-gradient(to bottom, rgba(38, 38, 38, 0.9) 5%, rgba(38, 38, 38, 0), rgba(38, 38, 38, 0.9) 95%);
  --item3-lg: linear-gradient(to bottom, rgba(38, 38, 38, 0.9) 5%, rgba(38, 38, 38, 0), rgba(38, 38, 38, 0.9) 95%);
  --item1-blur: blur(0);
  --item2-blur: blur(0);
  --item3-blur: blur(0);
  --item-height: 20%;
  --item-margin: 12px;
  --reserveButton-height: 66px;
  --item-gutter: 12px;
  --item-gap: 4px;
}
@media only screen and (max-width: 767px) {
  .aboutContentslist__item {
    --item1-lg: linear-gradient(to bottom, rgba(38, 38, 38, 0.5) 5%, rgba(38, 38, 38, 0), rgba(38, 38, 38, 0.5) 95%);
    --item2-lg: linear-gradient(to bottom, rgba(38, 38, 38, 0.5) 5%, rgba(38, 38, 38, 0), rgba(38, 38, 38, 0.5) 95%);
    --item3-lg: linear-gradient(to bottom, rgba(38, 38, 38, 0.5) 5%, rgba(38, 38, 38, 0), rgba(38, 38, 38, 0.5) 95%);
  }
}
@media only screen and (max-width: 767px) {
  .aboutContentslist__item {
    width: calc((100% - (var(--item-gutter) * 2) - (var(--item-gap) * 2)) / 3);
    height: auto;
    aspect-ratio: 1 / 2.25;
    top: 25%;
  }
}
.aboutContentslist__item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.aboutContentslist__item:nth-child(1) {
  left: 40px;
}
@media only screen and (max-width: 767px) {
  .aboutContentslist__item:nth-child(1) {
    left: var(--item-gutter);
  }
}
.aboutContentslist__item:nth-child(1)::before {
  background: var(--item1-lg);
  backdrop-filter: var(--item1-blur);
}
.aboutContentslist__item:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
}
.aboutContentslist__item:nth-child(2)::before {
  background: var(--item2-lg);
  backdrop-filter: var(--item2-blur);
}
.aboutContentslist__item:nth-child(3) {
  right: 40px;
}
@media only screen and (max-width: 767px) {
  .aboutContentslist__item:nth-child(3) {
    right: var(--item-gutter);
  }
}
.aboutContentslist__item:nth-child(3)::before {
  background: var(--item3-lg);
  backdrop-filter: var(--item3-blur);
}
.aboutContentslist__title {
  color: #fff;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .aboutContentslist__title {
    box-sizing: border-box;
    max-width: calc(100% - 12px);
    height: 100%;
    max-height: calc(100% - 16px);
    padding: 4px 0;
    text-align: center;
    overflow: hidden;
  }
}
.aboutContentslist__title--main {
  display: inline-block;
  font-family: "Lulo Clean", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .aboutContentslist__title--main {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
}
.aboutContentslist__title--sub {
  display: inline-block;
  font-family: "Lulo Clean", sans-serif;
  font-size: 20px;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .aboutContentslist__title--sub {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    margin-top: 8px;
  }
}
.aboutContentslist__image {
  width: 100%;
  height: 100%;
}
.aboutContentslist__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutContentslist__subtitle {
  font-size: 24px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: calc(50% - 240px);
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1.2);
  z-index: 9999;
  opacity: 0;
}
.aboutContentslist__mainTitle {
  display: inline-block;
  font-family: "Lulo Clean", sans-serif;
  font-size: 24px;
  color: #fff;
  letter-spacing: -0.04em;
}
@media only screen and (max-width: 767px) {
  .aboutContentslist__mainTitle {
    display: block;
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
  }
}
.aboutContentslist__subTitle {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .aboutContentslist__subTitle {
    display: block;
    font-size: 14px;
    text-align: center;
    margin-left: 0;
    margin-top: 8px;
  }
}

/* ===================================================================
	about-signpost
=================================================================== */
.about-signpost {
  position: fixed;
  bottom: 52px;
  left: 48px;
  opacity: 0;
}
.about-signpost__box {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #818181;
  border-radius: 4px;
  padding: 16px;
}
.about-signpost__inner {
  position: relative;
}
.about-signpost__inner::after {
  content: '';
  display: block;
  width: 1px;
  height: calc(3em + (12px * 2));
  background-image: linear-gradient(to bottom, #818181, #818181 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 6px);
  background-size: 1px 6px;
  background-repeat: repeat-y;
  background-position: left top;
  position: absolute;
  top: calc(1em / 2);
  left: calc(6px / 2);
  z-index: 1;
}
.about-signpost__point {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  --point-oc1: 1;
  --point-oc2: 0;
  --point-oc3: 0;
}
.about-signpost__point::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border: 1px solid #818181;
  border-radius: 50%;
  margin-right: 15px;
  z-index: 2;
}
.about-signpost__point:nth-child(n+2) {
  margin-top: 12px;
}
.about-signpost__point:nth-child(1) {
  color: white;
}
.about-signpost__point:nth-child(1)::before {
  opacity: var(--point-oc1);
}
.about-signpost__point:nth-child(2)::before {
  opacity: var(--point-oc2);
}
.about-signpost__point:nth-child(3)::before {
  opacity: var(--point-oc3);
}

@media only screen and (max-width: 767px) {
  .aboutFirstContents .aboutContentslist__item, .aboutSecondContents .aboutContentslist__item, .aboutThirdContents .aboutContentslist__item {
    position: relative;
    inset: auto;
    transform: none;
    width: 100%;
    height: auto;
    margin-bottom: 3em;
    aspect-ratio: 3 / 2;
  }
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents .aboutContentslist__image::after, .aboutSecondContents .aboutContentslist__image::after, .aboutThirdContents .aboutContentslist__image::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents .aboutContentslist__image img, .aboutSecondContents .aboutContentslist__image img, .aboutThirdContents .aboutContentslist__image img {
    filter: brightness(0.85);
  }
}

/* ===================================================================
	aboutFirstContents
=================================================================== */
.aboutFirstContents__inner {
  width: 100%;
  max-width: 1340px;
  padding: 160px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 1080px) and (max-width: 1540px) {
  .aboutFirstContents__inner {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__inner {
    padding: 80px 0;
  }
}
.aboutFirstContents__inner--gray {
  padding-bottom: 0;
}
.aboutFirstContents__image {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutFirstContents__image {
    width: calc(100% - 160px);
  }
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__image {
    width: calc(100% - 40px);
  }
}
.aboutFirstContents__image--main {
  width: 80%;
  height: auto;
  margin: auto;
  aspect-ratio: 1.778 / 1;
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__image--main {
    width: 100%;
  }
}
.aboutFirstContents__image--main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.aboutFirstContents__image--sub {
  width: 40%;
  height: auto;
  aspect-ratio: 1 / 0.918;
  position: absolute;
  top: 30%;
  right: -5%;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutFirstContents__image--sub {
    top: 48%;
    right: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__image--sub {
    top: 48%;
    right: 1%;
  }
}
.aboutFirstContents__image--card {
  width: 50%;
  height: auto;
  aspect-ratio: 1 / 1.46;
}
.aboutFirstContents__image--card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutFirstContents__image--card:nth-child(1) {
  position: absolute;
  transform: rotate(5deg);
  z-index: 2;
}
.aboutFirstContents__image--card:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(20deg);
  z-index: 1;
}
.aboutFirstContents__title {
  color: #fff;
  text-align: center;
  margin-top: 96px;
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__title {
    font-size: 14px;
    margin-top: 60px;
  }
}
.aboutFirstContents__otherTitle {
  font-family: "Lulo Clean", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 140%;
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__otherTitle {
    font-size: 14px;
    line-height: 180%;
  }
}
.aboutFirstContents__mainTitle {
  display: inline-block;
  font-family: "Lulo Clean", sans-serif;
  font-size: 32px;
  letter-spacing: 0.08em;
  line-height: 140%;
  margin-left: 8px;
  margin-right: 9px;
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__mainTitle {
    display: block;
    margin: 0;
    font-size: 20px;
    text-align: center;
  }
}
.aboutFirstContents__description {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 200%;
  letter-spacing: 0.08em;
  margin-top: 64px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutFirstContents__description {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__description {
    font-size: 14px;
    text-align: left;
    padding: 0 20px;
    margin-top: 40px;
  }
}
.aboutFirstContents__detail {
  display: block;
}
.aboutFirstContents__detail:nth-child(n+2) {
  margin-top: 48px;
}
.aboutFirstContents__staff {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  background-color: #000;
  border: solid 1px #818181;
  border-radius: 4px;
  padding: 40px;
  margin: 104px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutFirstContents__staff {
    flex-direction: column;
    width: calc(100% - 160px);
  }
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__staff {
    flex-direction: column;
    width: calc(100% - 40px);
    padding: 24px;
    margin: 40px auto 0;
  }
}
.aboutFirstContents__staffImage {
  width: 30%;
  height: auto;
  aspect-ratio: 3 / 2;
  margin-right: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutFirstContents__staffImage {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__staffImage {
    width: 100%;
    margin-right: 0;
  }
}
.aboutFirstContents__staffImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.aboutFirstContents__staffText {
  flex: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutFirstContents__staffText {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__staffText {
    margin-top: 24px;
  }
}
.aboutFirstContents__staffTitle {
  font-size: 22px;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__staffTitle {
    font-size: 18px;
  }
}
.aboutFirstContents__staffDetail {
  flex: 1;
  font-size: 16px;
  color: #fff;
  line-height: 200%;
  letter-spacing: 0.08em;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__staffDetail {
    font-size: 14px;
    margin-top: 12px;
  }
}
.aboutFirstContents__subBox {
  background-color: #262626;
}
.aboutFirstContents__subTitle {
  color: #fff;
  text-align: center;
}
.aboutFirstContents__subTitle--main {
  display: block;
  font-family: "Lulo Clean", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 140%;
  letter-spacing: -0.08em;
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__subTitle--main {
    font-size: 26px;
  }
}
.aboutFirstContents__subTitle--sub {
  display: block;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.08em;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__subTitle--sub {
    font-size: 14px;
    margin-top: 0;
  }
}
.aboutFirstContents__subDescription {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 140%;
  letter-spacing: 0.08em;
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__subDescription {
    font-size: 14px;
    margin-top: 40px;
  }
}
.aboutFirstContents__subContents {
  margin-top: 64px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutFirstContents__subContents {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__subContents {
    padding: 0 20px;
  }
}
.aboutFirstContents__subInner {
  display: flex;
  gap: 64px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutFirstContents__subInner {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__subInner {
    flex-direction: column;
    gap: 88px;
  }
}
.aboutFirstContents__subCard {
  width: calc(100% / 2 - (64px * 1 / 2));
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutFirstContents__subCard {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__subCard {
    width: 100%;
  }
}
.aboutFirstContents__subImage {
  width: 100%;
  height: auto;
  aspect-ratio: 1.967 / 1;
}
.aboutFirstContents__subImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.aboutFirstContents__subCardTitle {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.08em;
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__subCardTitle {
    font-size: 14px;
    margin-top: 32px;
  }
}
.aboutFirstContents__subCarDcaption {
  font-size: 14px;
  color: #fff;
  line-height: 200%;
  letter-spacing: 0.08em;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__subCarDcaption {
    margin-top: 8px;
  }
}
.aboutFirstContents__subButton > a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-decoration: none;
  background-color: #434343;
  border: 1px solid #E2E2E2;
  border-radius: 9999px;
  padding: 10px 26px;
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__subButton > a {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.aboutFirstContents__subButton--left {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__subButton--left {
    margin-top: 16px;
  }
}
.aboutFirstContents__subButton--center {
  text-align: center;
  margin-top: 96px;
}
@media only screen and (max-width: 767px) {
  .aboutFirstContents__subButton--center {
    margin-top: 112px;
  }
}

@media only screen and (max-width: 767px) {
  .aboutFirstContents {
    background-color: #1d1512;
  }
  .aboutFirstContents__inner {
    padding: 0 0 58px;
  }
  .aboutFirstContents__image {
    box-sizing: border-box;
  }
  .aboutFirstContents__image--main {
    width: 100%;
  }
  .aboutFirstContents__image--main img {
    border-radius: 0;
  }
  .aboutFirstContents__title {
    font-size: 15px;
    text-align: left;
    padding: 0 20px;
    margin-top: 34px;
  }
  .aboutFirstContents__mainTitle {
    font-size: 15px;
  }
  .aboutFirstContents__description {
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.06em;
    padding: 0 20px;
    margin-top: 22px;
  }
  .aboutFirstContents__detail:nth-child(n+2) {
    margin-top: 18px;
  }
}
/* ===================================================================

=================================================================== */
.aboutSecondContents__inner {
  width: 100%;
  max-width: 1340px;
  padding: 160px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 1080px) and (max-width: 1540px) {
  .aboutSecondContents__inner {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutSecondContents__inner {
    padding: 72px 0 120px;
  }
}
.aboutSecondContents__inner--gray {
  display: flex;
  align-items: center;
  gap: 48px;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutSecondContents__inner--gray {
    box-sizing: border-box;
    flex-direction: column;
    padding: 72px 80px 120px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutSecondContents__inner--gray {
    box-sizing: border-box;
    flex-direction: column;
    padding: 120px 20px 0;
  }
}
.aboutSecondContents__images {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.aboutSecondContents__image {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutSecondContents__image {
    width: calc(100% - 160px);
  }
}
@media only screen and (max-width: 767px) {
  .aboutSecondContents__image {
    width: calc(100% - 40px);
  }
}
.aboutSecondContents__image--main {
  width: 80%;
  height: auto;
  margin: auto;
  aspect-ratio: 1.778 / 1;
}
@media only screen and (max-width: 767px) {
  .aboutSecondContents__image--main {
    width: 100%;
  }
}
.aboutSecondContents__image--main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.aboutSecondContents__description {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 200%;
  letter-spacing: 0.08em;
  margin-top: 108px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutSecondContents__description {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutSecondContents__description {
    font-size: 14px;
    text-align: left;
    padding: 0 20px;
    margin-top: 80px;
  }
}
.aboutSecondContents__description--bold {
  font-weight: 600;
}
.aboutSecondContents__activity {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  margin-top: 64px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutSecondContents__activity {
    flex-direction: column;
    padding: 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutSecondContents__activity {
    flex-direction: column;
    gap: 136px;
    padding: 0 20px;
    margin-top: 80px;
  }
}
.aboutSecondContents__card {
  width: calc(100% / 2 - (64px * 1 / 2));
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutSecondContents__card {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutSecondContents__card {
    width: 100%;
  }
}
.aboutSecondContents__activityImage {
  width: 100%;
  height: auto;
  aspect-ratio: 1.967 / 1;
}
.aboutSecondContents__activityImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.aboutSecondContents__activityTitle {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.08em;
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .aboutSecondContents__activityTitle {
    font-size: 14px;
    margin-top: 48px;
  }
}
.aboutSecondContents__activityDcaption {
  font-size: 14px;
  color: #fff;
  line-height: 200%;
  letter-spacing: 0.08em;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .aboutSecondContents__activityDcaption {
    font-size: 14px;
    margin-top: 8px;
  }
}
.aboutSecondContents__activityButton {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .aboutSecondContents__activityButton {
    margin-top: 26px;
  }
}
.aboutSecondContents__activityButton > a {
  font-size: 16px;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .aboutSecondContents__activityButton > a {
    font-size: 14px;
  }
}
.aboutSecondContents__activityButtonIcon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 22px;
  margin-left: 8px;
  position: relative;
}
.aboutSecondContents__activityButtonIcon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 99px;
  background: linear-gradient(to top, #ebebeb 0%, #bdbdbd 100%);
  mask-image: url("../about/images/img_pagetitle.svg");
  mask-repeat: no-repeat;
  mask-position: 0 0;
}
.aboutSecondContents__activityButtonIcon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 99px;
  background-color: #E0E0E0;
  mix-blend-mode: overlay;
}
.aboutSecondContents__subBox {
  background-color: #262626;
}
.aboutSecondContents__eventTextBox {
  flex: 1;
}
.aboutSecondContents__eventTitle {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.08em;
}
.aboutSecondContents__eventDcaption {
  font-size: 14px;
  color: #fff;
  line-height: 200%;
  letter-spacing: 0.08em;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .aboutSecondContents__eventDcaption {
    margin-top: 48px;
  }
}
.aboutSecondContents__eventButton {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .aboutSecondContents__eventButton {
    margin-top: 48px;
  }
}
.aboutSecondContents__eventButton > a {
  font-size: 16px;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .aboutSecondContents__eventButton > a {
    font-size: 14px;
  }
}
.aboutSecondContents__eventButtonIcon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 22px;
  margin-left: 8px;
  position: relative;
}
.aboutSecondContents__eventButtonIcon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 99px;
  background: linear-gradient(to top, #ebebeb 0%, #bdbdbd 100%);
  mask-image: url("../about/images/img_pagetitle.svg");
  mask-repeat: no-repeat;
  mask-position: 0 0;
}
.aboutSecondContents__eventButtonIcon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 99px;
  background-color: #E0E0E0;
  mix-blend-mode: overlay;
}
.aboutSecondContents__eventImage {
  width: 40%;
  height: auto;
  aspect-ratio: 1 / 1;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutSecondContents__eventImage {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutSecondContents__eventImage {
    width: 100%;
  }
}
.aboutSecondContents__eventImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

@media only screen and (max-width: 767px) {
  .aboutSecondContents {
    background-color: #1d1512;
  }
  .aboutSecondContents__inner {
    padding: 0 0 62px;
  }
  .aboutSecondContents__image {
    width: 100%;
    box-sizing: border-box;
  }
  .aboutSecondContents__image--main {
    width: 100%;
  }
  .aboutSecondContents__image--main img {
    border-radius: 0;
  }
  .aboutSecondContents__description {
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.06em;
    padding: 0 20px;
    margin-top: 32px;
  }
  .aboutSecondContents__activity {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 12px;
    padding: 0 20px;
    margin-top: 38px;
  }
  .aboutSecondContents__card {
    width: 100%;
  }
  .aboutSecondContents__activityImage {
    aspect-ratio: 3 / 2;
  }
  .aboutSecondContents__activityTitle {
    font-size: 11px;
    line-height: 1.6;
    margin-top: 12px;
  }
  .aboutSecondContents__activityDcaption {
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-top: 7px;
  }
  .aboutSecondContents__activityButton {
    margin-top: 12px;
  }
  .aboutSecondContents__activityButton > a {
    font-size: 10px;
  }
  .aboutSecondContents__activityButtonIcon {
    width: 32px;
    height: 16px;
    margin-left: 4px;
  }
}
/* ===================================================================
	aboutThirdContents
=================================================================== */
.aboutThirdContents::after {
  content: '';
  display: block;
  width: 100%;
  height: 400px;
  background: linear-gradient(to bottom, #262626, #ffffff);
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutThirdContents::after {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents::after {
    height: 200px;
  }
}
.aboutThirdContents__inner {
  width: 100%;
  max-width: 1340px;
  padding: 160px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 1080px) and (max-width: 1540px) {
  .aboutThirdContents__inner {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__inner {
    padding: 72px 0 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutThirdContents__inner--gray {
    box-sizing: border-box;
    padding: 160px 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__inner--gray {
    box-sizing: border-box;
    padding: 104px 20px 0;
  }
}
.aboutThirdContents__image {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutThirdContents__image {
    width: calc(100% - 160px);
  }
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__image {
    width: 100%;
  }
}
.aboutThirdContents__image--main {
  width: 80%;
  height: auto;
  margin: auto;
  aspect-ratio: 1.778 / 1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__image--main {
    width: 100%;
  }
}
.aboutThirdContents__image--main .slick-list,
.aboutThirdContents__image--main .slick-track,
.aboutThirdContents__image--main .slick-slide {
  height: 100%;
}
.aboutThirdContents__image--main .slick-slide > div {
  height: 100%;
}
.aboutThirdContents__image--main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.aboutThirdContents__title {
  text-align: center;
}
.aboutThirdContents__mainTitle {
  display: inline-block;
  font-family: "Lulo Clean", sans-serif;
  font-size: 32px;
  letter-spacing: 0.08em;
  line-height: 140%;
  margin-top: 108px;
  margin-right: 9px;
  margin-left: 8px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__mainTitle {
    display: block;
    margin: 34px 0 0 0;
    font-size: 20px;
    text-align: center;
  }
}
.aboutThirdContents__description {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 200%;
  letter-spacing: 0.08em;
  margin-top: 108px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutThirdContents__description {
    margin-top: 72px;
    padding: 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__description {
    font-size: 12px;
    text-align: left;
    line-height: 1.9;
    padding: 0 20px;
    letter-spacing: 0.06em;
    margin-top: 34px;
  }
}
.aboutThirdContents__detail {
  display: block;
}
.aboutThirdContents__detail:nth-child(n+2) {
  margin-top: 48px;
}
.aboutThirdContents__boxPlan {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 64px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutThirdContents__boxPlan {
    flex-direction: column;
    padding: 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__boxPlan {
    flex-direction: column;
    gap: 88px;
    padding: 0 20px;
    margin-top: 80px;
  }
}
.aboutThirdContents__cardPlan {
  width: calc(100% / 3 - (32px * 2 / 3));
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutThirdContents__cardPlan {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__cardPlan {
    width: 100%;
  }
}
.aboutThirdContents__planImage {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
}
.aboutThirdContents__planImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.aboutThirdContents__planTitle {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.08em;
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__planTitle {
    font-size: 14px;
    margin-top: 32px;
  }
}
.aboutThirdContents__planCaption {
  font-size: 14px;
  color: #fff;
  line-height: 200%;
  letter-spacing: 0.08em;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__planCaption {
    margin-top: 8px;
  }
}
.aboutThirdContents__boxLink {
  display: flex;
  gap: 3px;
  margin-top: 64px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutThirdContents__boxLink {
    flex-direction: column;
    padding: 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__boxLink {
    flex-direction: column;
    padding: 0 20px;
    margin-top: 80px;
  }
}
.aboutThirdContents__cardLink {
  width: 100%;
  transition: width 0.3s ease;
  height: 250px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutThirdContents__cardLink {
    width: 100%;
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__cardLink {
    width: 90%;
    height: 200px;
  }
}
.aboutThirdContents__cardLink > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  border: solid 1px #818181;
  position: relative;
  overflow: hidden;
}
.aboutThirdContents__cardLink > a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.7s ease;
  z-index: 1;
  pointer-events: none;
}
.aboutThirdContents__cardLink > a:hover::before {
  opacity: 1;
}
.aboutThirdContents__cardLink > a:hover .aboutThirdContents__linkImage img {
  transform: scale(1.08);
}
.aboutThirdContents__cardLink:nth-child(1):hover {
  width: 100%;
}
.aboutThirdContents__cardLink:nth-child(1) > a {
  border-radius: 6px;
}
.aboutThirdContents__linkImage {
  width: 100%;
  height: 100%;
}
.aboutThirdContents__linkImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.aboutThirdContents__linkText {
  position: absolute;
  left: 19px;
  bottom: 17px;
  z-index: 2;
}
.aboutThirdContents__linkTitle {
  font-family: "Lulo Clean", sans-serif;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  line-height: 140%;
  letter-spacing: -0.08em;
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__linkTitle {
    font-size: 26px;
  }
}
.aboutThirdContents__linkButton {
  margin-top: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutThirdContents__linkButton {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__linkButton {
    display: flex;
    align-items: center;
    margin-top: 6px;
  }
}
.aboutThirdContents__linkButtonText {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__linkButtonText {
    font-size: 14px;
  }
}
.aboutThirdContents__linkButtonIcon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 22px;
  margin-left: 8px;
  position: relative;
}
.aboutThirdContents__linkButtonIcon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 99px;
  background: linear-gradient(to top, #ebebeb 0%, #bdbdbd 100%);
  mask-image: url("../about/images/img_pagetitle.svg");
  mask-repeat: no-repeat;
  mask-position: 0 0;
}
.aboutThirdContents__linkButtonIcon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 99px;
  background-color: #E0E0E0;
  mix-blend-mode: overlay;
}
.aboutThirdContents__subBox {
  background-color: #262626;
}
.aboutThirdContents__meisterTitle {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__meisterTitle {
    font-size: 16px;
  }
}
.aboutThirdContents__meisterDcaption {
  font-size: 14px;
  color: #fff;
  line-height: 200%;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__meisterDcaption {
    text-align: left;
    margin-top: 48px;
  }
}
.aboutThirdContents__boxMeister {
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
  max-width: 1000px;
  width: 100%;
  margin: 75px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutThirdContents__boxMeister {
    flex-direction: column;
    gap: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__boxMeister {
    flex-direction: column;
    gap: 70px;
  }
}
.aboutThirdContents__cardMeister {
  width: calc(50% - (56px / 2));
  align-self: flex-start;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutThirdContents__cardMeister {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__cardMeister {
    width: 100%;
  }
}
.aboutThirdContents__cardMeister:nth-child(even) {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .aboutThirdContents__cardMeister:nth-child(even) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__cardMeister:nth-child(even) {
    margin-top: 0;
  }
}
.aboutThirdContents__meisterDate {
  font-size: 16px;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.08em;
  position: absolute;
  top: -0.8em;
  left: 24px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__meisterDate {
    font-size: 14px;
  }
}
.aboutThirdContents__innerMeister {
  box-sizing: border-box;
  background-color: #515151;
  border-radius: 4px;
  --stroke: #818181;
  /* 線の色 */
  filter: drop-shadow(0 0 1px var(--stroke)) drop-shadow(0 0 1px var(--stroke));
  padding: 24px;
  position: relative;
}
.aboutThirdContents__innerMeister::after {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-color: #515151;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  position: absolute;
  bottom: -32px;
  right: 24px;
}
.aboutThirdContents__meisterImage {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 0.429;
}
.aboutThirdContents__meisterImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.aboutThirdContents__meisterCatchphrase {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  line-height: 200%;
  letter-spacing: 0.08em;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__meisterCatchphrase {
    font-size: 14px;
    margin-top: 32px;
  }
}
.aboutThirdContents__meisterExplanation {
  font-size: 14px;
  color: #fff;
  line-height: 200%;
  letter-spacing: 0.08em;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__meisterExplanation {
    margin-top: 8px;
  }
}
.aboutThirdContents__meisterButton {
  text-align: center;
  margin-top: 93px;
}
.aboutThirdContents__meisterButton > a {
  font-size: 16px;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .aboutThirdContents__meisterButton > a {
    font-size: 14px;
  }
}
.aboutThirdContents__meisterButtonIcon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 22px;
  margin-left: 8px;
  position: relative;
}
.aboutThirdContents__meisterButtonIcon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 99px;
  background: linear-gradient(to top, #ebebeb 0%, #bdbdbd 100%);
  mask-image: url("../about/images/img_pagetitle.svg");
  mask-repeat: no-repeat;
  mask-position: 0 0;
}
.aboutThirdContents__meisterButtonIcon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 99px;
  background-color: #E0E0E0;
  mix-blend-mode: overlay;
}

@media only screen and (max-width: 767px) {
  .aboutThirdContents {
    background-color: #1d1512;
  }
  .aboutThirdContents::after {
    height: 100px;
  }
  .aboutThirdContents__inner {
    padding: 0 0 50px;
  }
  .aboutThirdContents__image {
    width: 90%;
  }
  .aboutThirdContents__image--main {
    width: 100%;
  }
  .aboutThirdContents__image--main img {
    border-radius: 0;
  }
  .aboutThirdContents__boxPlan {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3px;
    padding: 0;
    margin-top: 38px;
  }
  .aboutThirdContents__cardPlan {
    width: 100%;
  }
  .aboutThirdContents__planImage {
    aspect-ratio: 1 / 0.8;
  }
  .aboutThirdContents__planImage img {
    border-radius: 0;
  }
  .aboutThirdContents__planTitle {
    font-size: 11px;
    line-height: 1.6;
    padding: 0 6px;
    margin-top: 12px;
  }
  .aboutThirdContents__planCaption {
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.03em;
    padding: 0 6px;
    margin-top: 6px;
  }
  .aboutThirdContents__boxLink {
    padding: 0;
    margin-top: 46px;
  }
  .aboutThirdContents__cardLink {
    height: 200px;
  }
  .aboutThirdContents__cardLink > a {
    border-width: 0;
    border-radius: 0;
  }
  .aboutThirdContents__linkTitle {
    font-size: 18px;
  }
}
