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

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*------------------------------------------------------------------------------
  base
------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  background-color: #F9F7EE;
}

body {
  color: #333;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-style: normal;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  background-color: #F9F7EE;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
}
body.noscroll {
  overflow: hidden;
}

img {
  border: 0;
  margin: 0;
  vertical-align: bottom;
  max-width: 100%;
  -webkit-user-drag: none;
}

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
a:hover {
  opacity: 0.9;
}

main {
  display: block;
  background-color: transparent;
}

#wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

#wrapper main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.object_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.object_contain {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 24px;
}

.inner--lg {
  max-width: 1453px;
}

.sp {
  display: none !important;
}

.title-en {
  color: #232323;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 12px;
}

.title-ja {
  color: #232323;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  margin-left: 5px;
  letter-spacing: 0.2em;
}

.btn {
  color: #fff;
  font-size: 1.45rem;
  letter-spacing: 0.14em;
  line-height: 1;
  background-color: #424B54;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  display: block;
  padding: 11px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 195px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  border: 1px solid #424B54;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn:hover {
  color: #424B54;
  opacity: 1;
}
.btn span {
  position: relative;
  z-index: 3;
}

/*== 背景が流れる（斜め） */
.bgskew::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
  /*色や形状*/
  background: #F9F7EE;
  width: 120%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-animation: skewanime-out 0.4s forwards;
          animation: skewanime-out 0.4s forwards;
}

/*hoverした時のアニメーション*/
.bgskew:hover::before {
  -webkit-animation: skewanime-in 0.7s forwards;
          animation: skewanime-in 0.7s forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
}

@-webkit-keyframes skewanime-in {
  100% {
    left: -10%;
    /*画面の見えていない左から右へ移動する終了地点*/
  }
}

@keyframes skewanime-in {
  100% {
    left: -10%;
    /*画面の見えていない左から右へ移動する終了地点*/
  }
}
@-webkit-keyframes skewanime-out {
  0% {
    left: -10%;
  }
  100% {
    left: -130%;
  }
}
@keyframes skewanime-out {
  0% {
    left: -10%;
  }
  100% {
    left: -130%;
  }
}
/* 1023px
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .title-en {
    font-size: 5rem;
    margin-bottom: 10px;
  }
  .title-ja {
    font-size: 1.5rem;
  }
  .btn {
    font-size: 1.32rem;
    max-width: 185px;
    padding: 10px 12px;
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .title-en {
    font-size: 4.2rem;
    margin-bottom: 7px;
  }
  .title-ja {
    font-size: 1.2rem;
  }
  .btn {
    font-size: 1.2rem;
    max-width: 175px;
    padding: 9px 11px;
  }
}
/* 374px
--------------------------------------------- */
/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
.header {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1700px;
  position: relative;
}

.header__inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22px 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.header__logo {
  max-width: 177px;
  margin-top: 8px;
}

.header__nav {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999;
  width: 0;
  height: 100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(232, 225, 197, 0.96);
  backdrop-filter: blur(15px);
}

.header__nav.open {
  display: block;
  opacity: 1;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 150px auto 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 860px;
}

.header__nav-item {
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid rgba(66, 75, 84, 0.25);
  position: relative;
}
.header__nav-item::after {
  content: "";
  position: absolute;
  top: 49%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 58px;
  height: 8px;
  background-image: url(../assets/img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__nav-item:hover::after {
  right: 8px;
}
.header__nav-item.--external-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header__nav-item.--external-link::after {
  content: none;
}
.header__nav-item.--external-link .header__nav-link {
  width: auto;
}

.header__nav-link {
  width: 100%;
  height: 100%;
  padding: 40px 20px 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.header__nav-text-en {
  font-size: 2.6rem;
  letter-spacing: 0.15em;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  margin-right: 30px;
}
.header__nav-text-en .--dot {
  font-size: 1.8rem;
}

.header__nav-text-ja {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-top: 3px;
}

.header__nav-external-link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 5px;
}
.header__nav-external-link a {
  width: 100%;
  max-width: 30px;
  display: block;
}
.header__nav-external-link a:not(:last-child) {
  margin-right: 55px;
}

.burger-btn {
  display: block;
  border: none;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 999;
  padding: 15px 30px;
  background-color: transparent;
  mix-blend-mode: exclusion;
}

.bar {
  margin: 0 auto;
  display: block;
  height: 1px;
  width: 46px;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bar-top,
.bar-mid {
  margin-bottom: 11px;
}

/* ハンバーガーメニューが開いたとき */
.burger-btn.cross .bar-top {
  -webkit-transition-delay: 40ms;
          transition-delay: 40ms;
  -webkit-transform: translateY(12px) rotate(135deg);
          transform: translateY(12px) rotate(135deg);
}

.burger-btn.cross .bar-mid {
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
  -webkit-transform: translateX(-15px) scaleX(0);
          transform: translateX(-15px) scaleX(0);
}

.burger-btn.cross .bar-bottom {
  -webkit-transition-delay: 20ms;
          transition-delay: 20ms;
  -webkit-transform: translateY(-12px) rotate(-135deg);
          transform: translateY(-12px) rotate(-135deg);
}

/* 1700px
--------------------------------------------- */
@media only screen and (min-width: 1700px) {
  .burger-btn {
    right: calc(100% - (100% - 1700px) / 2 - 1680px);
  }
}
/* 900px
--------------------------------------------- */
@media only screen and (max-width: 900px) {
  .header__nav-list {
    width: 92%;
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .header__inner {
    padding: 24px 0 24px 20px;
  }
  .header__logo {
    max-width: 138px;
    margin-top: 0;
  }
  .header__nav {
    height: calc(var(--vh, 1vh) * 100);
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .header__nav-list {
    margin: 85px auto 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% - 30px);
    height: 100%;
    height: calc(var(--vh, 1vh) * 100 - 30px);
  }
  .header__nav-item::after {
    right: 10px;
    width: 35px;
    height: 4.5px;
  }
  .header__nav-item:hover::after {
    right: 5px;
  }
  .header__nav-item.--external-link {
    padding-right: 0;
    display: block;
  }
  .header__nav-item.--external-link .header__nav-link {
    padding: 13px 0px 0px 18px;
  }
  .header__nav-link {
    padding: 25px 18px 25px;
    width: 100%;
  }
  .header__nav-text-en {
    font-size: 2.2rem;
    margin-right: 15px;
    white-space: nowrap;
  }
  .header__nav-text-en .--dot {
    font-size: 1.3rem;
  }
  .header__nav-text-ja {
    font-size: 1rem;
    margin-top: 3px;
  }
  .header__nav-external-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 18px;
    width: 100%;
    min-width: 90vw;
  }
  .header__nav-external-link a {
    max-width: 26px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    display: block;
  }
  .header__nav-external-link a:not(:last-child) {
    margin-right: 55px;
  }
  .burger-btn {
    top: 10px;
    padding: 15px 10px;
    margin-right: -10px;
  }
  .bar {
    width: 34px;
  }
  .bar-top,
  .bar-mid {
    margin-bottom: 10px;
  }
  /* ハンバーガーメニューが開いたとき */
  .burger-btn.cross .bar-top {
    -webkit-transform: translateY(11px) rotate(135deg);
            transform: translateY(11px) rotate(135deg);
  }
  .burger-btn.cross .bar-bottom {
    -webkit-transform: translateY(-11px) rotate(-135deg);
            transform: translateY(-11px) rotate(-135deg);
  }
}
/*------------------------------------------------------------------------------
  mv
------------------------------------------------------------------------------*/
.mv {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 100px;
  max-width: 1700px;
}

.mv__inner {
  max-width: 100%;
  padding: 0 24px;
  height: calc(100vh - 76px);
  min-height: 760px;
  position: relative;
}

.mv__texts {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  mix-blend-mode: exclusion;
}

.mv__main-title {
  width: 60.1vw;
  max-width: 1000px;
  min-width: 700px;
  height: auto;
}

.mv__bg {
  width: 74vw;
  height: calc(100% - 80px);
  margin-left: auto;
  max-width: 1255px;
  position: relative;
}
.mv__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(45deg, #0FA9FF, #D7FFF8, #F1EFC7, #FF740F);
  /*グラデーションを定義*/
  background-size: 200% 200%;
  /*サイズを大きくひきのばす*/
  -webkit-animation: bggradient 6s ease infinite;
          animation: bggradient 6s ease infinite;
  opacity: 0.2;
  mix-blend-mode: soft-light;
}

@-webkit-keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
    opacity: 0.7;
  }
  100% {
    background-position: 0% 50%;
    opacity: 0.2;
  }
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
    opacity: 0.7;
  }
  100% {
    background-position: 0% 50%;
    opacity: 0.2;
  }
}
/* 900px
--------------------------------------------- */
@media only screen and (max-width: 900px) {
  .mv {
    margin-bottom: 60px;
  }
  .mv__inner {
    min-height: 0;
  }
  .mv__main-title {
    min-width: 600px;
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .mv {
    margin-bottom: 80px;
  }
  .mv__inner {
    padding: 0 0 0 7px;
    height: 100%;
  }
  .mv__texts {
    top: 55%;
  }
  .mv__main-title {
    min-width: 320px;
    width: 84.1vw;
  }
  .mv__bg {
    width: calc(100% - 48px);
    height: 70vw;
  }
}
/* 480px
--------------------------------------------- */
@media only screen and (max-width: 480px) {
  .mv__bg {
    height: 345px;
  }
}
/*------------------------------------------------------------------------------
  page-mv
------------------------------------------------------------------------------*/
.page-mv {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 78px auto 270px;
  max-width: 1700px;
}
.page-mv.--company {
  margin-bottom: 290px;
}

.page-mv__inner {
  max-width: 100%;
  padding: 0 50px 0 88px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-mv__inner::before, .page-mv__inner::after {
  content: "";
  position: absolute;
  background-color: #E8E1C5;
  display: block;
}
.page-mv__inner::before {
  bottom: -55px;
  left: 0;
  width: 34.72vw;
  height: 1px;
  z-index: 99;
}
.page-mv__inner::after {
  bottom: -144px;
  left: 34.72vw;
  width: 190px;
  height: 140px;
  mix-blend-mode: overlay;
  opacity: 0.86;
}

.page-mv__title {
  color: #232323;
  padding-top: 107px;
  position: relative;
  z-index: 1;
}

.page-mv__title-en {
  font-size: 7.6rem;
  font-weight: 200;
  letter-spacing: 0.06em;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
}
.page-mv__title-en.--privacy-policy {
  font-size: 7.2rem;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}

.page-mv__title-ja {
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 1;
}
.page-mv__title-ja.--business {
  padding-left: 6px;
}
.page-mv__title-ja.--company {
  padding-left: 8px;
}
.page-mv__title-ja.--privacy-policy {
  padding-left: 5px;
}

.page-mv__bg {
  position: absolute;
  top: 0;
  right: 50px;
  width: 54.86vw;
  max-width: 933px;
  height: 285px;
}
.page-mv__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(45deg, #FF740F, #F1EFC7, #D7FFF8, #0FA9FF);
  /*グラデーションを定義*/
  background-size: 200% 200%;
  /*サイズを大きくひきのばす*/
  -webkit-animation: bggradient 6s ease infinite;
          animation: bggradient 6s ease infinite;
  opacity: 0.2;
  mix-blend-mode: soft-light;
}

/* 1700px
--------------------------------------------- */
@media only screen and (min-width: 1700px) {
  .page-mv__inner::before {
    left: auto;
    right: 1110px;
    width: 100vw;
  }
  .page-mv__inner::after {
    left: 590px;
  }
}
/* 1023px
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .page-mv {
    margin-bottom: 180px;
  }
  .page-mv__inner {
    padding: 0 50px;
  }
  .page-mv__inner::before {
    bottom: -40px;
    width: 30vw;
  }
  .page-mv__inner::after {
    bottom: -100px;
    left: 30vw;
    width: 140px;
    height: 90px;
  }
  .page-mv__title {
    padding-top: 80px;
    position: relative;
    z-index: 1;
  }
  .page-mv__title-en {
    font-size: 6.2rem;
  }
  .page-mv__title-en.--privacy-policy {
    font-size: 6.2rem;
  }
  .page-mv__title-ja {
    font-size: 1.4rem;
  }
  .page-mv__bg {
    right: 0;
    width: 54.86vw;
    height: 250px;
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .page-mv {
    margin: 34px auto 130px;
  }
  .page-mv.--company {
    margin-bottom: 130px;
  }
  .page-mv__inner {
    padding: 0 0 0 17px;
  }
  .page-mv__inner::before {
    bottom: -30px;
    width: 28.2vw;
  }
  .page-mv__inner::after {
    bottom: -64px;
    left: 28.2vw;
    width: 59px;
    height: 50px;
  }
  .page-mv__title {
    padding-top: 45px;
  }
  .page-mv__title-en {
    font-size: 3.6rem;
    font-size: clamp(3.6rem, 6vw, 4.2rem);
    margin-bottom: 5px;
  }
  .page-mv__title-en.--privacy-policy {
    font-size: 3.6rem;
    font-size: clamp(3.3rem, 6vw, 4.6rem);
    margin-bottom: 5px;
  }
  .page-mv__title-ja {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
  }
  .page-mv__title-ja.--business {
    padding-left: 3px;
  }
  .page-mv__title-ja.--company {
    padding-left: 4px;
  }
  .page-mv__title-ja.--privacy-policy {
    padding-left: 2px;
  }
  .page-mv__bg {
    width: 64.35vw;
    max-width: 933px;
    min-height: 135px;
    height: 21vw;
  }
}
/* 480px
--------------------------------------------- */
/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
.footer {
  padding-bottom: 25px;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-links,
.footer-contact {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  min-height: 545px;
}

.footer__title {
  text-align: center;
  margin-bottom: 68px;
}
.footer__title .title-en {
  font-size: 5.6rem;
}
.footer__title .title-en .--dot {
  font-size: 3.8rem;
}

.footer-links {
  background-color: #E8E1C5;
}

.footer-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 470px;
  margin: 0 auto;
  padding-left: 60px;
}

.footer-links__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-links__item:nth-child(-n+2) {
  margin-bottom: 55px;
}
.footer-links__item.--instagram .footer-links__name {
  margin-top: 15px;
}

.footer-links__logo {
  width: 100%;
  max-width: 40px;
  margin-right: 23px;
}

.footer-links__name {
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
}

.footer-links__notes {
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: block;
  margin-top: 2px;
  white-space: nowrap;
}

.footer-contact {
  color: #fff;
  background-color: #505963;
}
.footer-contact .footer__title {
  margin: 10px 0 48px;
}
.footer-contact .title-en,
.footer-contact .title-ja {
  color: #fff;
}

.footer-contact__text {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 2.1;
  text-align: center;
  margin-bottom: 44px;
}

.footer-contact__btn {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 265px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 21px 15px 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer-contact__btn:hover {
  color: #505963;
  opacity: 1;
}
.footer-contact__btn:hover .footer-contact__btn-icon svg {
  stroke: #505963;
}
.footer-contact__btn.bgskew::before {
  background: #fff;
}

.footer-contact__btn-icon svg {
  display: inline-block;
  width: 17px;
  margin-right: 5px;
  stroke: #fff;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  vertical-align: -1px;
}

.footer-contact__btn-text {
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  margin-left: 5px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer__bottom {
  width: 100%;
  padding: clamp(36px, 5vw, 52px) clamp(20px, 4vw, 40px) 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid rgba(66, 75, 84, 0.08);
  background-color: rgba(251, 249, 243, 0.75);
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(1.75rem, 4vw, 3.25rem);
  max-width: 1100px;
  margin: 0 auto clamp(32px, 4.5vw, 44px);
}

.footer__fnfo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 14rem;
          flex: 1 1 14rem;
  min-width: 0;
  max-width: 22rem;
}

.footer__logo {
  width: 213px;
  margin-bottom: 15px;
  display: block;
}

.footer__address {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 14px;
}

.footer__mail {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
}

.footer__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer__copyright {
  font-size: 1.05rem;
  letter-spacing: 0.14em;
  line-height: 1.45;
  text-align: center;
  display: block;
  margin: 0;
  padding: clamp(22px, 3vw, 28px) clamp(16px, 4vw, 28px) clamp(26px, 4vw, 34px);
  border-top: 1px solid rgba(44, 50, 57, 0.09);
  background-color: #eeede9;
  color: rgba(46, 52, 59, 0.86);
}

/* 1023px
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .footer-links,
  .footer-contact {
    min-height: 450px;
  }
  .footer__title {
    margin-bottom: 50px;
  }
  .footer__title .title-en {
    font-size: 4.6rem;
  }
  .footer-links__list {
    max-width: 330px;
    padding-left: 0;
  }
  .footer-links__logo {
    max-width: 27px;
    margin-right: 14px;
  }
  .footer-links__name {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  .footer-links__notes {
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .footer-contact__text {
    font-size: 1.3rem;
  }
  .footer-contact__btn {
    font-size: 1.5rem;
    max-width: 240px;
    padding: 19px 15px 17px;
  }
  .footer-contact__btn-icon svg {
    width: 15px;
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .footer {
    padding-bottom: 20px;
  }
  .footer__inner {
    display: block;
  }
  .footer-links,
  .footer-contact {
    min-height: 360px;
  }
  .footer__title {
    margin-bottom: 42px;
  }
  .footer__title .title-en {
    font-size: 4.2rem;
    margin-bottom: 14px;
  }
  .footer__title .title-en .--dot {
    font-size: 2.4rem;
  }
  .footer-links__list {
    max-width: 200px;
    width: 100%;
  }
  .footer-links__item:nth-child(-n+2) {
    margin-bottom: 35px;
  }
  .footer-links__item.--instagram .footer-links__name {
    margin-top: 0;
  }
  .footer-links__logo {
    max-width: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-links__name {
    display: none;
  }
  .footer-contact .footer__title {
    margin: 0 0 35px;
  }
  .footer-contact__text {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  .footer-contact__btn {
    font-size: 1.5rem;
    max-width: 220px;
    padding: 14px 15px 13px;
  }
  .footer-contact__btn-icon svg {
    width: 14px;
    vertical-align: -2px;
  }
  .footer-contact__btn-text {
    font-size: 1.6rem;
  }
  .footer__bottom {
    padding: clamp(44px, 12vw, 52px) 15px 0;
  }
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: clamp(1.85rem, 6vw, 2.65rem);
    margin-bottom: clamp(36px, 8vw, 48px);
  }
  .footer__fnfo {
    max-width: 22rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .footer__logo {
    width: 202px;
    margin-bottom: clamp(26px, 6vw, 34px);
  }
  .footer__address {
    font-size: 1.3rem;
    margin-bottom: 18px;
  }
  .footer__mail {
    font-size: 1.45rem;
    display: inline-block;
  }
  .footer__copyright {
    font-size: 1.02rem;
  }
}
/* 359px
--------------------------------------------- */
@media only screen and (max-width: 359px) {
  .footer__nav.anku-footer-nav--five a {
    font-size: 1.19rem;
    padding-left: 0.78rem;
    padding-right: 0.78rem;
    letter-spacing: 0.04em;
  }
}
/*------------------------------------------------------------------------------
  page-top
------------------------------------------------------------------------------*/
.page-top {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.13em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: fixed;
  bottom: 50px;
  right: 13px;
  z-index: 99;
  font-family: "Josefin Sans", sans-serif;
  mix-blend-mode: difference;
  padding-top: 120px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-top::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 10px;
  background-color: #fff;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.page-top::after {
  content: "";
  position: absolute;
  top: 33px;
  left: 14px;
  width: 1px;
  height: 75px;
  background-color: #fff;
}
.page-top:hover {
  opacity: 0.9;
}
.page-top.show {
  opacity: 1;
}

/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .page-top {
    font-size: 1.3rem;
    bottom: 25px;
    right: 11px;
    padding-top: 120px;
  }
  .page-top::before {
    top: 42px;
    left: 11px;
    width: 7px;
    height: 7px;
  }
  .page-top::after {
    top: 47px;
    height: 60px;
  }
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  concept
------------------------------------------------------------------------------*/
.concept {
  margin-bottom: 250px;
}

.concept__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.concept__content::before {
  display: none;
}

.concept__title {
  margin-right: 120px;
  margin-left: 30px;
  z-index: 1;
  position: relative;
}
.concept__title .title-en {
  font-size: 5rem;
  line-height: 1.2;
}

.concept__text {
  font-size: 1.9rem;
  letter-spacing: 0.15em;
  line-height: 2;
  max-width: 786px;
  z-index: 1;
  position: relative;
  margin-top: 20px;
}



--------------------------------------------- */
@media only screen and (max-width: 900px) {
  .concept {
    margin-bottom: 170px;
  }
  .concept__title {
    margin-right: 80px;
  }
  .concept__text {
    font-size: 1.5rem;
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .concept {
    margin-bottom: 120px;
  }
  .concept__content {
    display: block;
  }
  .concept__title {
    margin: 0 0 32px;
    padding-left: 25px;
  }
  .concept__title .title-en {
    font-size: 4rem;
    line-height: 1.24;
  }
  .concept__text {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    padding-left: 25px;
  }
}
/*------------------------------------------------------------------------------
  top-business,top-company
------------------------------------------------------------------------------*/
.top-media-wrapper {
  margin-bottom: 160px;
}

.top-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-media.--even {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-media__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 53.35%;
          flex: 0 1 53.35%;
  max-width: 715px;
  width: 100%;
}

.top-media__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45.15%;
          flex: 0 1 45.15%;
  width: 100%;
  max-width: 605px;
  background-color: #F9F7EE;
  margin: 80px 0 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-media__content.--odd {
  padding: 105px 20px 0 100px;
  margin-left: -80px;
}
.top-media__content.--even {
  padding: 105px 100px 0 50px;
  margin-right: -80px;
}

.top-media__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 105px;
}
.top-media__title .title-en {
  font-size: 5.6rem;
  letter-spacing: 0.07em;
  margin: 0 118px 0 0;
  position: relative;
}
.top-media__title .title-en::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -160px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 205px;
  height: 1px;
  background-color: #232323;
  opacity: 0.5;
}
.top-media__title .title-ja {
  font-size: 1.5rem;
  margin: 12px 0 0;
  white-space: nowrap;
}

.top-media__text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

.top-media__definition-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-media__definition-list dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 11%;
          flex: 0 1 11%;
}
.top-media__definition-list dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 89%;
          flex: 0 1 89%;
}

/* 1200px
--------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .top-media__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
  }
  .top-media__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    margin: 50px 0 0;
  }
  .top-media__content.--odd {
    padding: 70px 20px 0 40px;
    margin-left: -50px;
  }
  .top-media__content.--even {
    padding: 70px 40px 0 0px;
    margin-right: -50px;
  }
  .top-media__title {
    margin-bottom: 70px;
  }
  .top-media__title .title-en {
    font-size: 4.6rem;
    letter-spacing: 0.05em;
    margin: 0 90px 0 0;
  }
  .top-media__title .title-en::after {
    right: -120px;
    width: 140px;
  }
  .top-media__title .title-ja {
    font-size: 1.4rem;
    margin: 12px 0 0;
    white-space: nowrap;
  }
  .top-media__text {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 35px;
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .top-media-wrapper {
    margin-bottom: 85px;
  }
  .top-media-wrapper .inner {
    padding: 0;
  }
  .top-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-media.--even {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .top-media.--even .top-media__img {
    margin-left: auto;
  }
  .top-media__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(100% - 40px);
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .top-media__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: -70px 0 0;
    width: calc(100% - 105px);
  }
  .top-media__content.--odd {
    padding: 40px 0 0 20px;
    margin-left: 55px;
    margin: -70px 40px 0 auto;
  }
  .top-media__content.--even {
    padding: 40px 40px 0 0;
    margin: -70px 0 0 40px;
  }
  .top-media__title {
    margin-bottom: 35px;
  }
  .top-media__title .title-en {
    font-size: 3.8rem;
    letter-spacing: 0.04em;
    margin: 0 30px 0 0;
  }
  .top-media__title .title-en::after {
    content: none;
  }
  .top-media__title .title-ja {
    font-size: 1.2rem;
    margin: 8px 0 0;
    white-space: nowrap;
  }
  .top-media__text {
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 32px;
    letter-spacing: 0.03em;
  }
  .top-media__definition-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-media__definition-list dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 15%;
            flex: 0 1 15%;
    white-space: nowrap;
  }
  .top-media__definition-list dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 85%;
            flex: 0 1 85%;
  }
}
/* 640px
--------------------------------------------- */
@media only screen and (max-width: 640px) {
  .top-media__content.--even {
    margin: -70px 0 0 40px;
  }
}
/*------------------------------------------------------------------------------
  csr
------------------------------------------------------------------------------*/
.csr {
  margin-bottom: 150px;
}

.csr__bg {
  width: 100%;
  height: 350px;
}

.csr__content {
  margin: -100px 0 0 auto;
  max-width: 940px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F9F7EE;
  padding: 65px 20px 0 70px;
  position: relative;
  z-index: 0;
}
.csr__content::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 60px;
  background-image: url(../assets/img/csr.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 557px;
  height: 222px;
  z-index: -1;
}

.csr__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.csr__title .title-en {
  font-size: 5.4rem;
  letter-spacing: 0.08em;
  margin: 0 35px 0 0;
}
.csr__title .title-ja {
  font-size: 1.7rem;
  letter-spacing: 0.15em;
  margin: 10px 0 0;
}

.csr__text {
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
}

/* 1023px
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .csr__bg {
    height: 300px;
  }
  .csr__content {
    margin: -70px 0 0 auto;
    width: 90%;
    padding: 55px 20px 0 40px;
  }
  .csr__content::before {
    bottom: 0px;
    right: 40px;
    width: 490px;
    height: 190px;
  }
  .csr__title .title-en {
    font-size: 5rem;
    margin: 0 30px 0 0;
  }
  .csr__title .title-ja {
    font-size: 1.5rem;
  }
  .csr__text {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .csr {
    margin-bottom: 80px;
  }
  .csr .inner {
    padding: 0 24px 0 0;
  }
  .csr__bg {
    height: 35vw;
    min-height: 140px;
  }
  .csr__content {
    margin: -50px 0 0 auto;
    width: calc(100% - 40px);
    padding: 40px 0 0 20px;
  }
  .csr__content::before {
    top: 24px;
    left: 35px;
    bottom: auto;
    right: auto;
    width: 50vw;
    min-width: 264px;
    height: 30vw;
    min-height: 140px;
  }
  .csr__title .title-en {
    font-size: 4.2rem;
    letter-spacing: 0.05em;
    margin: 0 15px 0 0;
  }
  .csr__title .title-ja {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    margin: 6px 0 0;
  }
  .csr__text {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
}
/* 359px
--------------------------------------------- */
@media only screen and (max-width: 359px) {
  .csr__content::before {
    left: 25px;
    min-width: 210px;
    min-height: 130px;
  }
}
/*------------------------------------------------------------------------------
  business
------------------------------------------------------------------------------*/
.business {
  margin-bottom: 140px;
}

.business-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.business-media:not(:last-child) {
  margin-bottom: 160px;
}

.business-media__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 36.36%;
          flex: 0 1 36.36%;
  width: 100%;
  max-width: 400px;
}

.business-media__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 56.36%;
          flex: 0 1 56.36%;
}

.business-media__head {
  color: #B6A561;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 30px;
}

.business-media__head-text {
  font-size: 3.4rem;
  font-weight: 300;
  letter-spacing: 0.07em;
  margin-right: 20px;
}

.business-media__head-number {
  font-size: 5.2rem;
  font-weight: 200;
  letter-spacing: 0.08em;
  display: block;
  margin-top: -12px;
}

.business-media__title {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 45px;
}

.business-media__text {
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 2;
}

.business-media__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.business-media__link {
  display: block;
  max-width: 35px;
  width: 100%;
}
.business-media__link.--base {
  max-width: 33px;
  margin-top: -8px;
}
.business-media__link:not(:last-child) {
  margin-right: 45px;
}

/* 1023px
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .business-media__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 44%;
            flex: 0 1 44%;
  }
  .business-media__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
  .business-media__head-text {
    font-size: 2.6rem;
  }
  .business-media__head-number {
    font-size: 4.6rem;
  }
  .business-media__title {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .business-media__text {
    font-size: 1.4rem;
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .business {
    margin-bottom: 70px;
  }
  .business-media {
    display: block;
    margin: 0 auto;
    max-width: 420px;
  }
  .business-media:not(:last-child) {
    margin-bottom: 60px;
  }
  .business-media__img {
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .business-media__head {
    margin-bottom: 15px;
  }
  .business-media__head-text {
    font-size: 1.6rem;
    margin-right: 12px;
  }
  .business-media__head-number {
    font-size: 2.8rem;
    margin-top: -7px;
  }
  .business-media__title {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    margin-bottom: 17px;
  }
  .business-media__text {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
  .business-media__link-wrapper {
    margin-top: 25px;
  }
  .business-media__link {
    max-width: 22px;
  }
  .business-media__link.--base {
    max-width: 20px;
    margin-top: -5px;
  }
  .business-media__link:not(:last-child) {
    margin-right: 33px;
  }
}
/*------------------------------------------------------------------------------
  company
------------------------------------------------------------------------------*/
.company {
  margin-bottom: 150px;
}

.company__content {
  padding: 95px 0;
  position: relative;
}
.company__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 79.5%;
  height: 100%;
  z-index: 0;
  min-width: 1065px;
}

.company__bg-text {
  position: absolute;
  top: 85px;
  left: -50px;
  color: #E2E0CF;
  font-size: 21rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-family: "Josefin Sans", sans-serif;
  mix-blend-mode: screen;
  opacity: 0.3;
}

.company__title {
  margin-bottom: 80px;
}
.company__title .title-en {
  font-size: 5.6rem;
  margin-bottom: 8px;
}
.company__title .title-ja {
  font-size: 1.5rem;
}

.overview {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview::before {
  background-color: #E8E1C5;
}

.history {
  overflow: hidden;
}
.history::before {
  background-color: #505963;
}
.history .company__bg-text {
  top: 100px;
  opacity: 0.1;
}

.company-box {
  margin-left: 210px;
  max-width: 940px;
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 85px 20px 85px 110px;
}

.history .company-box {
  background-color: rgba(255, 255, 255, 0.97);
}

.company-box__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.company-box__detail dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 22%;
          flex: 0 1 22%;
  font-weight: 600;
}
.company-box__detail dt:not(:last-of-type) {
  margin-bottom: 45px;
}
.company-box__detail dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 78%;
          flex: 0 1 78%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 2rem;
}
.company-box__detail dd:not(:last-of-type) {
  margin-bottom: 45px;
}

.company-box__detail-text-wrap p:not(:last-child) {
  margin-bottom: 1.5em;
}

/* 1240px
--------------------------------------------- */
@media only screen and (max-width: 1240px) {
  .company__content::before {
    min-width: 0;
    width: 90%;
  }
  .company-box {
    width: calc(100% - 240px);
  }
}
/* 1023px
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .company__bg-text {
    font-size: 17rem;
    left: -41px;
  }
  .company__title {
    margin-bottom: 60px;
  }
  .company__title .title-en {
    font-size: 5rem;
    margin-bottom: 6px;
  }
  .company__title .title-ja {
    font-size: 1.4rem;
  }
  .company-box {
    margin-left: 150px;
    width: calc(100% - 160px);
    padding: 70px 20px 70px 60px;
  }
  .company-box__detail {
    font-size: 1.5rem;
  }
}
/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .company {
    margin-bottom: 80px;
  }
  .company .inner {
    padding-left: 0;
  }
  .company__content {
    padding: 50px 0;
    width: 100%;
  }
  .company__content::before {
    width: calc(100% - 20px);
  }
  .company__bg-text {
    display: none;
  }
  .company__title {
    margin-bottom: 42px;
  }
  .company__title .title-en {
    font-size: 3rem;
    margin-bottom: 7px;
  }
  .company__title .title-ja {
    font-size: 1.1rem;
  }
  .company-box {
    margin-left: 20px;
    width: calc(100% - 20px);
    padding: 45px 20px 45px 20px;
  }
  .company-box__detail {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
  }
  .company-box__detail dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
  }
  .company-box__detail dt:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .company-box__detail dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 68%;
            flex: 0 1 68%;
    font-size: 1.2rem;
    text-align: justify;
  }
  .company-box__detail dd:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
/*------------------------------------------------------------------------------
  privacy-policy
------------------------------------------------------------------------------*/
.privacy-policy {
  margin-bottom: 150px;
}

.privacy-policy__lead {
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  padding: 0 40px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(35, 35, 35, 0.4);
}

.privacy-policy__detail {
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.privacy-policy__detail dt {
  font-size: 1.7rem;
  font-weight: 600;
}
.privacy-policy__detail dt:last-of-type {
  font-size: 1.6rem;
  font-weight: 300;
}
.privacy-policy__detail dd {
  font-size: 1.5rem;
}
.privacy-policy__detail dd:not(:last-of-type) {
  margin-bottom: 2em;
}

/* 767px 
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .privacy-policy {
    margin-bottom: 75px;
  }
  .privacy-policy__lead {
    margin-bottom: 40px;
    padding: 0 7px 40px;
  }
  .privacy-policy__detail {
    padding: 0 7px;
  }
  .privacy-policy__detail dt {
    font-size: 1.4rem;
  }
  .privacy-policy__detail dt:last-of-type {
    font-size: 1.4rem;
  }
  .privacy-policy__detail dd {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .privacy-policy__detail dd:not(:last-of-type) {
    margin-bottom: 2.2em;
  }
}

/*------------------------------------------------------------------------------
  工房 あんく用（テキストロゴ／外部リンク文言／フッター改変を Ultra JAM レイアウトと両立）
------------------------------------------------------------------------------*/
.header__logo.header__logo--text {
  max-width: none;
}

.header__logo--text .header__logo-link {
  display: block;
  color: #232323;
  text-decoration: none;
}

.header__logo-en {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.42em;
  line-height: 1;
  text-indent: 0.08em;
}

.header__logo-ja {
  display: block;
  margin-top: 0.65rem;
  font-size: 1.08rem;
  letter-spacing: 0.52em;
  font-weight: 300;
}

.mv__main-title.mv__main-title--text {
  width: auto;
  min-width: 0;
  max-width: 56rem;
}

.mv__brand {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: clamp(4.2rem, 6vw, 7rem);
  letter-spacing: 0.04em;
  line-height: 1.06;
}

.mv__brand-sub {
  display: block;
  margin-top: 0.38em;
  font-size: 0.24em;
  letter-spacing: 0.52em;
  font-weight: 300;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
}

.header__nav-external-link .header__nav-external-text {
  width: auto;
  max-width: none;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  color: inherit;
  text-decoration: none;
}

.header__nav-external-link .header__nav-external-text:hover {
  opacity: 0.85;
}

.top-media__text.top-media__lead {
  margin-top: 1.8rem;
  margin-bottom: 3.2rem;
}

.footer-links__list--text {
  max-width: 28rem;
  padding-left: 0;
}

.footer-links__list--text .footer-links__item.footer-links__item--text {
  justify-content: center;
  text-decoration: none;
}

.footer-links__list--text .footer-links__name {
  margin-top: 0;
  letter-spacing: 0.06em;
  font-size: 1.5rem;
}

.footer-contact__btn.footer-contact__btn--tel .footer-contact__btn-text {
  margin-left: 0;
}

.footer__logo.footer__logo--text {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.65rem;
  letter-spacing: 0.32em;
  color: inherit;
  text-indent: 0.12em;
}

@media only screen and (max-width: 900px) {
  .mv__main-title.mv__main-title--text {
    min-width: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mv__main-title.mv__main-title--text {
    min-width: 0;
    width: auto;
    max-width: 92vw;
  }

  .footer-links__list--text {
    max-width: none;
    width: calc(100% - 40px);
  }

  .footer-links__list--text .footer-links__name {
    display: block !important;
  }

  .header__nav-external-link a.header__nav-external-text:not(:last-child) {
    margin-right: 3rem;
  }
}


/*------------------------------------------------------------------------------
  あんく サブページ用（Ultra JAM コンポーネント上の調整のみ）
------------------------------------------------------------------------------*/
.page-mv__inner--anku-padding {
  padding: 0 24px !important;
}

@media only screen and (max-width: 1023px) {
  .page-mv__inner--anku-padding {
    padding: 0 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  .page-mv__inner--anku-padding {
    padding: 0 0 0 24px !important;
  }
}

.page-mv__bg picture,
.page-mv__bg img {
  display: block;
  width: 100%;
  height: 100%;
}

.page-mv__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.page-mv.page-mv--anku {
  margin-top: 0;
}

.concept__content .btn.bgskew {
  margin-top: 4.8rem;
}

.csr__content .anku-page-csr-btn.btn {
  margin-top: 2.8rem;
}

.anku-intro {
  max-width: 56rem;
  margin: -2rem auto 6rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

.anku-price-note {
  max-width: 60rem;
  margin: -2rem auto 10rem;
  padding: 0 24px;
  text-align: left;
}

.anku-price-note__text {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 2rem;
}

.anku-price-note__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem 2rem;
  text-align: center;
}

.anku-price-note__tel .btn {
  margin: 0;
}

/*------------------------------------------------------------------------------
 footer site nav（5項目・ピル型）
------------------------------------------------------------------------------*/
.footer__nav.anku-footer-nav--five {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.5rem;
  width: min(100%, 18.6rem);
  margin: 0 0 0 auto;
}

.footer__nav.anku-footer-nav--five li {
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer__nav.anku-footer-nav--five a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 2.72rem;
  padding: 0.48rem 0.94rem;
  border-radius: 999px;
  border: 1px solid rgba(66, 75, 84, 0.14);
  background: rgba(255, 255, 255, 0.55);
  color: #2e343b;
  text-decoration: none;
  font-size: 1.31rem;
  letter-spacing: 0.052em;
  line-height: 1.38;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease,
    opacity 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease,
    opacity 0.2s ease;
}

.footer__nav.anku-footer-nav--five a:hover {
  opacity: 1;
  border-color: rgba(66, 75, 84, 0.32);
  background: rgba(255, 255, 255, 0.95);
}

.footer__nav.anku-footer-nav--five a span {
  display: inline-block;
  text-wrap: balance;
}

@media only screen and (min-width: 768px) {
  .footer__nav.anku-footer-nav--five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem 0.76rem;
    width: auto;
    max-width: min(572px, 100%);
    margin-left: auto;
    margin-right: 0;
    justify-items: stretch;
    align-content: start;
    margin-bottom: auto;
    margin-top: 0;
    align-self: start;
  }

  .footer__nav.anku-footer-nav--five li {
    text-align: center;
    min-width: 0;
  }

  .footer__nav.anku-footer-nav--five a {
    font-size: 1.27rem;
    min-height: 2.74rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer__nav.anku-footer-nav--five {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: min(100%, 18.6rem);
  }
}

.company-box .anku-route-prose {
  margin-top: 2.8rem;
}

.company-box .anku-route-prose p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 1.6rem;
}

.company-box .anku-route-prose p:last-child {
  margin-bottom: 0;
}

.company-box .anku-map-cta {
  margin-top: 3.6rem;
}

.company-box .anku-map-cta .btn {
  margin: 0;
}

.top-media__content .anku-inline-cta,
.csr__content .anku-inline-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem 2rem;
  margin-top: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.csr__content .anku-inline-cta--csr {
  margin-top: 3rem;
}

.top-media__content .anku-inline-cta .btn,
.csr__content .anku-inline-cta .btn {
  margin-bottom: 0;
}

.concept__content .anku-inline-cta {
  margin-top: 4.8rem;
}

.anku-contact-intro {
  margin: 1.8rem 0 2rem;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

.anku-contact-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4rem;
}

.anku-points-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-wrap: wrap;
  margin: 4rem auto 10rem;
}

.btn.bgskew.anku-secondary-btn {
  background-color: transparent;
  color: #424B54;
  border: 1px solid #424B54;
}

.btn.bgskew.anku-secondary-btn span {
  color: inherit;
}

.btn.bgskew.anku-secondary-btn:hover {
  color: #fff;
}

.btn.bgskew.anku-secondary-btn.bgskew::before {
  background: #424B54;
}

.anku-course-picker {
  max-width: 56rem;
  margin: 0 auto 4rem;
  padding: 3rem clamp(2rem, 4vw, 3.6rem);
  border: 1px solid rgba(66, 75, 84, 0.12);
  border-left-width: 3px;
  border-left-color: #343c45;
  background-color: #fafafa;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 32px rgba(35, 35, 35, 0.04);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 32px rgba(35, 35, 35, 0.04);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.anku-course-picker__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6rem;
  flex-wrap: wrap;
  margin: 0 0 1.4rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(66, 75, 84, 0.12);
}

.anku-course-picker__label-main {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #232323;
}

.anku-course-picker__label-en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 300;
  letter-spacing: 0.28em;
  text-indent: 0.12em;
  text-transform: uppercase;
  color: #6a737d;
}

.anku-course-select-wrap {
  position: relative;
}

.anku-course-select-wrap::after {
  content: "";
  position: absolute;
  right: 1.35rem;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: 2px;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #424b54 transparent transparent transparent;
  pointer-events: none;
}

.anku-course-select-wrap:focus-within::after {
  border-top-color: #232323;
}

.anku-course-select-wrap:focus-within {
  outline: none;
}

.anku-course-select-wrap:focus-within .anku-course-select {
  border-color: #232323;
  -webkit-box-shadow: 0 0 0 1px rgba(35, 35, 35, 0.15);
          box-shadow: 0 0 0 1px rgba(35, 35, 35, 0.15);
}

.anku-course-select {
  width: 100%;
  max-width: 100%;
  padding: 1.65rem 3.8rem 1.65rem 1.85rem;
  font-size: 1.48rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  border: 1px solid rgba(66, 75, 84, 0.28);
  border-radius: 0;
  background-color: #fff;
  color: #232323;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.anku-course-select::-ms-expand {
  display: none;
}

.anku-course-select:hover {
  border-color: rgba(35, 35, 35, 0.45);
}

.anku-course-select:focus {
  outline: none;
}

.anku-course-select option {
  font-size: 1.42rem;
  letter-spacing: 0.06em;
  padding: 0.6rem 0;
  color: #232323;
  background-color: #fff;
}

.anku-course-picker__hint {
  margin: 1.35rem 0 0;
  font-size: 1.26rem;
  color: #6a737d;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .anku-course-picker {
    padding: 2.4rem 1.6rem;
  }

  .anku-course-picker__label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }

  .anku-course-select-wrap::after {
    right: 1.1rem;
  }

  .anku-course-select {
    padding: 1.45rem 3.5rem 1.45rem 1.35rem;
    font-size: 1.4rem;
  }
}

.company-box .anku-course-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem 2rem;
  margin-top: 3.6rem;
}

.company-box .anku-course-actions .btn {
  margin: 0;
}

/*------------------------------------------------------------------------------
  サブページフッター背景
------------------------------------------------------------------------------*/
.footer.footer--sub {
  padding-bottom: 0;
  background-color: #f6f5f3;
}

.footer--sub .footer__bottom--sub {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(40px, 5vw, 56px) clamp(20px, 4vw, 40px) 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
}

.footer--sub .footer__sub-strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(24px, 5vw, 48px);
  margin-bottom: 36px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(44, 50, 57, 0.12);
}

.footer--sub .footer__sub-strip-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0.4rem;
  min-width: 12rem;
}

.footer--sub .footer__sub-strip-en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: #848b93;
}

.footer--sub .footer__sub-strip-ja {
  font-size: 1.38rem;
  letter-spacing: 0.07em;
  color: #2c3239;
}

.footer--sub .footer__content {
  margin-bottom: clamp(28px, 4vw, 40px);
}

@media only screen and (min-width: 768px) {
  .footer--sub .footer__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 1023px) {
  .footer--sub .footer__title {
    margin-bottom: 32px;
  }

  .footer--sub .footer__title .title-en {
    font-size: clamp(2.8rem, 5.5vw, 3.6rem);
  }
}

@media only screen and (max-width: 899px) {
  .footer--sub .footer__inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .footer--sub .footer-links {
    padding-top: clamp(40px, 8vw, 52px);
  }

  .footer--sub .footer-contact__btn.footer-contact__btn--sub-primary {
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  .footer--sub .footer-links__name {
    display: block !important;
  }

  .footer--sub .footer-links__list.footer-links__list--text {
    max-width: none !important;
    width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.4rem 0;
    row-gap: 1rem;
    border-top: none;
    border-bottom: none;
  }

  .footer--sub .footer-links__item--text .footer-links__name {
    text-align: left;
  }

  .footer--sub .footer-contact .footer__title {
    margin: 0 0 22px;
  }

  .footer--sub .footer-contact__text.footer-contact__text--sub {
    font-size: 1.34rem !important;
    margin-bottom: 1.75rem !important;
  }

  .footer--sub .footer__bottom {
    padding-top: clamp(38px, 8vw, 48px);
  }

  .footer--sub .footer__sub-strip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.75rem;
  }

  .footer--sub .footer__sub-strip-item {
    min-width: 0;
    width: 100%;
    border-bottom: 1px solid rgba(44, 50, 57, 0.08);
    padding-bottom: 1.55rem;
  }

  .footer--sub .footer__sub-strip-item:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

/* Koubou Anku — JA/EN */
body.anku-lang-en .header__nav-text-ja {
  display: none !important;
}
body:not(.anku-lang-en) .header__nav-text-en {
  display: none !important;
}
.footer--sub .footer__sub-strip-en {
  display: none !important;
}

.header__lang {
  margin-left: auto;
  margin-right: 118px;
  display: inline-flex;
  gap: 6px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header__lang {
    margin-right: 70px;
  }
}
.anku-lang-btn {
  font-family: "Josefin Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 7px 12px;
  border: 1px solid #4b5563;
  background: #6b7280;
  color: #f3f4f6;
  cursor: pointer;
  line-height: 1;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.anku-lang-btn:hover {
  background: #7c8490;
  border-color: #525a66;
}
.anku-lang-btn[aria-pressed="true"] {
  background: #374151;
  border-color: #1f2937;
  color: #f9fafb;
}

/* About: CSR レイアウトから大型背景・csr.png を外したプレーン版 */
.csr.anku-about-points--plain {
  margin-bottom: clamp(72px, 12vw, 140px);
}
.csr.anku-about-points--plain .csr__content {
  margin: 0 auto;
  padding: 52px 28px 48px;
  max-width: 940px;
}
.csr.anku-about-points--plain .csr__content::before {
  content: none;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .csr.anku-about-points--plain .csr__content {
    padding: 48px 24px 44px;
    width: auto;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .csr.anku-about-points--plain .inner {
    padding-right: 0;
  }
  .csr.anku-about-points--plain .csr__content {
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
    padding: 44px 20px 40px;
  }
}

.anku-booking {
  padding: 2.5rem 0 4rem;
  border-top: 1px solid rgba(55, 60, 70, 0.08);
}
.anku-booking__head {
  margin-bottom: 1.2rem;
}
.anku-booking__lead,
.anku-booking__note {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  line-height: 1.85;
}
.anku-booking__note {
  color: rgba(53, 60, 70, 0.78);
}
.anku-booking__frame-wrap {
  margin: 1.25rem 0 1.5rem;
  border: 1px solid rgba(55, 60, 70, 0.11);
  border-radius: 4px;
  overflow: hidden;
  background: #fafbfc;
}
.anku-booking__iframe {
  width: 100%;
  min-height: 400px;
  border: none;
  display: block;
}

.anku-access-shop {
  margin: 1.75rem 0 2rem;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(55, 60, 70, 0.08);
}
.anku-access-shop img {
  width: 100%;
  height: auto;
  display: block;
}
.anku-access-shop__cap {
  margin: 0;
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  line-height: 1.65;
  color: rgba(53, 60, 70, 0.78);
}

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