@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/* @import "_vars.scss"; */
/* width */
/*サイトのメインカラー*/
/**

  @mixin
---------------------------------------------------------
  _clearfix.scss
--------------------------------------------------------
  Use @include clearfix(;); in your CSS
  @include before();
--------------------------------------------------------- */
/**
  @breakpoints mixin (PC-first)
-----------------------------------------------------
@include for-size(phone-only){}
@include for-size(tablet-portrait-up){}
@include for-size(tablet-landscape-up){}
@include for-size(desktop){}
@include for-size(desktop-up){}
-----------------------------------------------------  */
/**
  @bgimg.scss bgimg
--------------------------------------------------------
  Use @include bgimg(); in your CSS
--------------------------------------------------------- */
/**
  @fonts.scss fonts
--------------------------------------------------------
@include sec-read();
@include base-text($size);
@include base-text_2($size);
@include base-text_en($size);


in your CSS
--------------------------------------------------------- */
/**
  @align-height
--------------------------------------------------------
@include align-height(); in your CSS
--------------------------------------------------------- */
/*----------------------------------------------------
レイアウトのみ
-------------------------------------------------------*/
.innerB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 639px) {
  .innerB {
    display: block;
  }
}

.innerB .left,
.innerB .right {
  width: 48%;
}

@media all and (max-width: 639px) {
  .innerB .left,
  .innerB .right {
    width: 100%;
  }
}

.innerB .right {
  margin-left: auto;
}

@media all and (max-width: 639px) {
  .innerB .right {
    margin-left: 0;
    margin-top: 15px;
  }
}

.innerB .left_s {
  width: 30%;
}

@media all and (max-width: 639px) {
  .innerB .left_s {
    width: 100%;
  }
}

.innerB .right_l {
  width: 66%;
  margin-left: auto;
}

@media all and (max-width: 639px) {
  .innerB .right_l {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
}

.innerC {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.innerC .left,
.innerC .right {
  width: 48%;
}

.innerC .right {
  margin-left: auto;
}

.innerC .left_s {
  width: 30%;
}

.innerC .right_l {
  width: 66%;
  margin-left: auto;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  color: #111;
  font-size: 1rem;
  *font-size: small;
  *font: x-small;
  line-height: 1.8;
  margin: 0 auto;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 400;
}

body.is-opened {
  height: 100%;
  overflow: hidden;
}

#body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5rem;
  background-image: url(../img/site_bg.jpg);
  background-attachment: fixed;
}

@media all and (max-width: 639px) {
  #body {
    overflow: hidden;
    background-attachment: inherit;
  }
}

#page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.con_eri {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}

@media all and (max-width: 1190px) {
  .con_eri {
    width: 95%;
  }
}

#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 990;
}

#page-top a {
  display: block;
}

#page-top a img {
  display: block;
  width: 36px;
}

@media all and (max-width: 639px) {
  #page-top a img {
    width: 22px;
  }
}

/*共通ルール*/
.single_new {
  width: 90%;
  /* IE8以下とAndroid4.3以下用フォールバック */
  width: calc(100% - 100px);
  margin: auto;
}

@media all and (max-width: 639px) {
  .single_new {
    width: 95%;
  }
}

div,
section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header {
  width: 100%;
  z-index: 999;
  position: relative;
}

@media all and (max-width: 639px) {
  header {
    padding: 0;
  }
}

header #head {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

@media all and (max-width: 639px) {
  header #head {
    padding: 10px 30px 10px 10px;
  }
}

header #head .logo {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 219px;
  z-index: 1000;
}

@media all and (max-width: 639px) {
  header #head .logo {
    width: 170px;
    position: relative;
    top: auto;
    background: none;
  }
}

header #head .logo a {
  display: block;
  width: 100%;
}

@media all and (max-width: 639px) {
  header #head .logo a {
    width: 100%;
    line-height: 1em;
  }
}

header #head .logo a:link, header #head .logo a:visited, header #head .logo a:hover {
  color: #fff;
  text-decoration: none;
}

header #head .logo img {
  width: 100%;
  display: block;
}

@media all and (max-width: 639px) {
  header #head .logo img {
    margin-top: 0;
  }
}

header #head .head_right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header #head .head_right .menu-trigger {
  display: none;
}

@media (max-width: 768px) {
  header #head .head_right .menu-trigger {
    display: block;
    position: relative;
    width: 30px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1000;
  }
  header #head .head_right .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #505050;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 4px;
  }
  header #head .head_right .menu-trigger span:nth-child(1) {
    top: 0;
  }
  header #head .head_right .menu-trigger span:nth-child(2) {
    top: 11px;
  }
  header #head .head_right .menu-trigger span:nth-child(3) {
    top: 22px;
  }
  header #head .head_right .menu-trigger.is-active span {
    background-color: #505050;
  }
  header #head .head_right .menu-trigger.is-active span:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
            transform: translateY(11px) rotate(-45deg);
  }
  header #head .head_right .menu-trigger.is-active span:nth-child(2) {
    opacity: 0;
  }
  header #head .head_right .menu-trigger.is-active span:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
            transform: translateY(-11px) rotate(45deg);
  }
}

header #head .head_right .g-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

header #head .head_right .g-nav ul li:nth-child(n + 2) {
  margin-left: 28px;
}

header #head .head_right .g-nav ul li a {
  display: block;
  text-decoration: none;
  color: #505050;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1em;
  letter-spacing: 0.04em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

header #head .head_right .g-nav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 7px;
  height: 7px;
  background-image: url(../img/nav_icon.svg);
  margin: auto;
  top: -8px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header #head .head_right .g-nav ul li a:hover {
  color: #b89148;
}

header #head .head_right .g-nav ul li a:hover:before {
  opacity: 1;
}

@media (max-width: 768px) {
  header #head .head_right .g-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(252, 251, 250, 0.98);
    z-index: 998;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    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;
  }
  header #head .head_right .g-nav ul {
    display: block;
    text-align: center;
    width: 100%;
  }
  header #head .head_right .g-nav ul li:nth-child(n + 2) {
    margin-left: 0;
    margin-top: 35px;
  }
  header #head .head_right .g-nav ul li a {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.1em;
  }
  header #head .head_right .g-nav ul li a:before {
    display: none;
  }
  header #head .head_right .g-nav.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#top_main {
  width: 100%;
  position: relative;
  z-index: 2;
}

#top_main .top_main_vis {
  position: relative;
}

#top_main .top_main_vis:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 1187px;
  height: 1187px;
  background-image: url(../img/page_main_bg.svg);
  background-position: top center;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#top_main .top_main_vis__en {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 79px;
  letter-spacing: 0.1em;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #505050;
  line-height: 1em;
  margin-top: 50px;
  z-index: 2;
  position: relative;
}

@media all and (max-width: 639px) {
  #top_main .top_main_vis__en {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 29px;
    letter-spacing: 0.1em;
    letter-spacing: 0.03em;
    line-height: 1em;
  }
}

#top_main .top_main_vis__ja {
  text-align: center;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 37px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #505050;
  z-index: 2;
  position: relative;
}

@media all and (max-width: 639px) {
  #top_main .top_main_vis__ja {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin-top: 24px;
  }
}

#top_main .top_main_vis__chachi {
  text-align: center;
  margin-top: 50px;
  z-index: 2;
  position: relative;
}

@media all and (max-width: 639px) {
  #top_main .top_main_vis__chachi {
    margin-top: 30px;
  }
}

#top_main .top_main_vis__chachi span {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 21px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #b89148;
  padding: 0 43px;
}

@media all and (max-width: 639px) {
  #top_main .top_main_vis__chachi span {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}

#top_main .top_main_vis__chachi span:before, #top_main .top_main_vis__chachi span:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 33px;
  height: 1px;
  border-bottom: 1px solid #b89148;
  margin: auto;
  top: 0;
  bottom: 0;
}

#top_main .top_main_vis__chachi span:before {
  left: 0;
}

#top_main .top_main_vis__chachi span:after {
  right: 0;
}

#top_main .top_main_vis__text {
  text-align: center;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 19px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #505050;
  margin-top: 20px;
  z-index: 2;
  position: relative;
}

@media all and (max-width: 639px) {
  #top_main .top_main_vis__text {
    word-break: auto-phrase;
    overflow-wrap: anywhere;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 13px;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}

#top_main .top_main_vis__list {
  margin: auto;
  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;
  margin-top: 40px;
  z-index: 2;
  position: relative;
}

#top_main .top_main_vis__list li {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 17px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #505050;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
  padding-top: 20px;
  margin: 0 10px;
}

@media all and (max-width: 639px) {
  #top_main .top_main_vis__list li {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}

#top_main .top_main_vis__list li:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  background-image: url(../img/top_main_vis__list_icon.svg);
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}

#top_main .top_main_vis__links {
  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;
  margin-top: 50px;
  z-index: 2;
  position: relative;
}

@media all and (max-width: 639px) {
  #top_main .top_main_vis__links {
    display: block;
  }
}

#top_main .top_main_vis__links .item:nth-child(2) {
  margin-left: 10px;
}

@media all and (max-width: 639px) {
  #top_main .top_main_vis__links .item:nth-child(2) {
    margin: 10px auto 0;
  }
}

#top_main .top_main_vis__links .item a {
  display: block;
  border: 1px solid #b89148;
  border-radius: 100px;
  width: 275px;
  color: #b89148;
  text-align: center;
  padding: 10px 0;
}

@media all and (max-width: 639px) {
  #top_main .top_main_vis__links .item a {
    margin: auto;
  }
}

#top_main .top_main_vis .top_main_vis__photo {
  width: 90%;
  margin: 60px auto 0;
  z-index: 2;
  position: relative;
}

#top_main .top_main_vis .top_main_vis__photo img {
  display: block;
  width: 100%;
}

/*==================================================
 ファーストビュー（FV）演出
====================================================*/
.fv-anim {
  opacity: 0;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: opacity 1.6s cubic-bezier(0.25, 1, 0.5, 1), letter-spacing 2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.6s cubic-bezier(0.25, 1, 0.5, 1), letter-spacing 2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.6s cubic-bezier(0.25, 1, 0.5, 1), transform 1.6s cubic-bezier(0.25, 1, 0.5, 1), letter-spacing 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1.6s cubic-bezier(0.25, 1, 0.5, 1), transform 1.6s cubic-bezier(0.25, 1, 0.5, 1), letter-spacing 2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.fv-anim.top_main_vis__en {
  letter-spacing: -0.05em;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.fv-anim.top_main_vis__photo {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 2.2s ease-out;
  transition: opacity 2.2s ease-out;
}

body.is-ready .fv-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.is-ready .fv-anim.top_main_vis__en {
  letter-spacing: 0.03em;
}

body.is-ready .delay-1 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

body.is-ready .delay-2 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

body.is-ready .delay-3 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

body.is-ready .delay-4 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

body.is-ready .delay-5 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

body.is-ready .delay-6 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

/*---------------------------------------------
common
---------------------------------------------*/
.section_title {
  text-align: center;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 27px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #505050;
  line-height: 1.6em;
  letter-spacing: 0.06em;
  word-break: auto-phrase;
  overflow-wrap: anywhere;
}

@media all and (max-width: 639px) {
  .section_title {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 21px;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}

.section_title span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 0.1em;
  color: #b89148;
  margin-bottom: 7px;
}

@media all and (max-width: 639px) {
  .section_title span {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}

.btto {
  display: block;
  width: 322px;
  background: #fff;
  border: 1px solid #b89148;
  padding: 17px 0;
  margin: 60px auto 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: border-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: border-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.btto::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b89148;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.btto span {
  display: table;
  color: #b89148;
  position: relative;
  margin: auto;
  padding-right: 25px;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 400;
  -webkit-transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.btto span:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 4px;
  background-image: url(../img/link_icon.svg);
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-filter 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-filter 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-filter 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.btto:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.btto:hover span {
  color: #fff;
}

.btto:hover span:before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.wi-bg {
  width: 96%;
  margin: auto;
}

/*---------------------------------------------
HOME
---------------------------------------------*/
.top_role {
  position: relative;
  z-index: 33;
}

.top_role__main {
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 17px;
  letter-spacing: 0.06em;
  color: #505050;
  margin-top: 40px;
  line-height: 2.3em;
}

@media all and (max-width: 639px) {
  .top_role__main {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
    word-break: auto-phrase;
    overflow-wrap: anywhere;
  }
}

.top_role__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  width: 100%;
  margin: 30px auto 0;
}

.top_role__list .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.top_role__list .item:nth-child(2) {
  margin-top: 60px;
}

@media all and (max-width: 639px) {
  .top_role__list .item:nth-child(2) {
    margin-top: 0;
  }
}

.top_role__list .item__photo-wrap {
  position: relative;
  width: 100%;
}

.top_role__list .item__photo-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 40px;
  height: 40px;
  border-left: 1px solid #d4b475;
  border-bottom: 1px solid #d4b475;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

.top_role__list .item__photo-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 40px;
  height: 40px;
  border-right: 1px solid #d4b475;
  border-top: 1px solid #d4b475;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

.top_role__list .item__photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  overflow: hidden;
}

.top_role__list .item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_role__list .item__text {
  margin-top: 20px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #505050;
}

@media all and (max-width: 639px) {
  .top_role__list .item__text {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
    word-break: auto-phrase;
    overflow-wrap: anywhere;
  }
}

.top_role__list .item__text span {
  display: block;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 23px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #b89148;
  margin-bottom: 10px;
}

@media all and (max-width: 639px) {
  .top_role__list .item__text span {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 19px;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}

@media (max-width: 768px) {
  .top_role .top_role__list {
    -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;
    gap: 50px;
  }
  .top_role .top_role__list .item {
    width: 80%;
  }
}

.top_alliance {
  margin-top: 100px;
}

@media all and (max-width: 639px) {
  .top_alliance {
    margin-top: 0;
  }
}

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

.top_alliance__photos .item {
  width: 50%;
}

.top_alliance__photos .item:nth-child(2) {
  margin-top: 60px;
}

@media all and (max-width: 639px) {
  .top_alliance__photos .item:nth-child(2) {
    margin-top: 30px;
  }
}

.top_alliance__photos .item img {
  display: block;
  width: 100%;
}

.top_alliance .con_eri {
  background: #fff;
  margin-top: -90px;
}

@media all and (max-width: 639px) {
  .top_alliance .con_eri {
    margin-top: -40px;
  }
}

.top_alliance__main {
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 17px;
  letter-spacing: 0.06em;
  color: #505050;
  margin-top: 40px;
  line-height: 2.3em;
}

@media all and (max-width: 639px) {
  .top_alliance__main {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
    word-break: auto-phrase;
    overflow-wrap: anywhere;
  }
}

.top_alliance .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 85%;
  margin: 70px auto 0;
}

@media all and (max-width: 639px) {
  .top_alliance .col-2 {
    display: block;
    width: 95%;
  }
}

.top_alliance .col-2__item {
  width: 47%;
}

@media all and (max-width: 639px) {
  .top_alliance .col-2__item {
    width: 100%;
    margin: 0 0 30px;
  }
}

.top_alliance .col-2__item:nth-child(even) {
  margin-left: auto;
  margin-top: 50px;
}

.top_alliance .col-2__item img {
  display: block;
  width: 100%;
}

.top_alliance__item_read {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #505050;
  margin-top: 9px;
}

@media all and (max-width: 639px) {
  .top_alliance__item_read {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}

.top_alliance__item_main {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #505050;
  line-height: 1.6em;
  margin-top: 7px;
}

@media all and (max-width: 639px) {
  .top_alliance__item_main {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
  }
}

.top_system {
  padding: 120px 0 30px;
}

.top_system .wi-bg {
  background: #fff;
}

.top_system .col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

@media all and (max-width: 639px) {
  .top_system .col-4 {
    display: block;
  }
}

.top_system .col-4__item {
  width: 23.5%;
  margin-right: 2%;
  position: relative;
  padding-top: 40px;
}

@media all and (max-width: 639px) {
  .top_system .col-4__item {
    width: 100%;
    margin: 0 0 30px;
    padding-top: 17px;
  }
}

.top_system .col-4__item:nth-child(4n) {
  margin-right: 0;
}

.top_system .col-4__item img {
  display: block;
  position: absolute;
  width: 52px;
  top: 0;
  left: 0;
}

@media all and (max-width: 639px) {
  .top_system .col-4__item img {
    width: 32px;
  }
}

.top_system .col-4__item__read {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #505050;
}

@media all and (max-width: 639px) {
  .top_system .col-4__item__read {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}

.top_system .col-4__item__main {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #505050;
  line-height: 1.6em;
}

@media all and (max-width: 639px) {
  .top_system .col-4__item__main {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
  }
}

.top_service .section_title {
  color: #fff;
}

.top_service .section_title span {
  color: #fff;
}

.top_service .top_service__read {
  background-image: url(../img/top_service__read_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 130px 0 180px;
}

@media all and (max-width: 639px) {
  .top_service .top_service__read {
    padding: 50px 20px 100px;
  }
}

.top_service__main {
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 17px;
  letter-spacing: 0.06em;
  color: #fff;
  margin-top: 40px;
  line-height: 2.3em;
}

@media all and (max-width: 639px) {
  .top_service__main {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
  }
}

.top_service__contents {
  width: 85%;
  margin: -100px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 639px) {
  .top_service__contents {
    display: block;
    margin-top: -30px;
    width: 97%;
  }
}

.top_service__contents__item {
  width: 48%;
  background: #fff;
  border-radius: 15px;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 639px) {
  .top_service__contents__item {
    width: 100%;
    padding: 30px 20px;
  }
}

.top_service__contents__item:nth-child(even) {
  margin-left: auto;
}

.top_service__contents__item .subread {
  text-align: center;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 17px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #b89148;
  line-height: 1.5em;
}

@media all and (max-width: 639px) {
  .top_service__contents__item .subread {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}

.top_service__contents__item .name {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 35px;
  letter-spacing: 0.1em;
  color: #505050;
  letter-spacing: 0.04em;
  line-height: 1.6em;
  margin-bottom: 20px;
}

@media all and (max-width: 639px) {
  .top_service__contents__item .name {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.1em;
    letter-spacing: 0.04em;
    line-height: 1.6em;
  }
}

.top_service__contents__item .read {
  text-align: center;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #505050;
}

@media all and (max-width: 639px) {
  .top_service__contents__item .read {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}

.top_service__contents__item .main {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #505050;
  line-height: 1.6em;
  margin-top: 29px;
}

@media all and (max-width: 639px) {
  .top_service__contents__item .main {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
  }
}

.top_news {
  margin-bottom: 50px;
}

.top_news .in {
  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;
}

@media all and (max-width: 639px) {
  .top_news .in {
    display: block;
  }
}

.top_news .in__right {
  width: 70%;
  margin-left: 50px;
}

@media all and (max-width: 639px) {
  .top_news .in__right {
    width: 100%;
    margin: 30px 0 0;
  }
}

.top_news .in ul {
  width: 100%;
}

.top_news .in ul li {
  border-bottom: 1px solid #dddddd;
  background-color: transparent;
  -webkit-transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  /*==================================================
          🚀 ホバー時のエフェクト（liに対してhoverをかけます）
        ====================================================*/
}

.top_news .in ul li:first-child {
  border-top: 1px solid #dddddd;
}

.top_news .in ul li a {
  display: block;
  position: relative;
  padding: 20px;
  padding-left: 120px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #505050;
  padding-right: 60px;
  text-decoration: none;
  -webkit-transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1), padding-left 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1), padding-left 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

@media all and (max-width: 639px) {
  .top_news .in ul li a {
    padding: 20px;
    padding-right: 60px;
  }
}

.top_news .in ul li a:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 4px;
  background-image: url(../img/link_icon.svg);
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: right 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-filter 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: right 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-filter 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), right 0.5s cubic-bezier(0.25, 1, 0.5, 1), filter 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), right 0.5s cubic-bezier(0.25, 1, 0.5, 1), filter 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-filter 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.top_news .in ul li a span {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #505050;
  position: absolute;
  letter-spacing: 0;
  top: 20px;
  left: 20px;
  -webkit-transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

@media all and (max-width: 639px) {
  .top_news .in ul li a span {
    position: relative;
    top: auto;
    left: auto;
    display: block;
  }
}

.top_news .in ul li:hover {
  background-color: #faf9f7;
}

.top_news .in ul li:hover a {
  color: #b89148;
  padding-left: 124px;
}

.top_news .in ul li:hover a:before {
  -webkit-filter: sepia(1) saturate(10) hue-rotate(10deg) brightness(0.8);
          filter: sepia(1) saturate(10) hue-rotate(10deg) brightness(0.8);
  right: 12px;
}

.top_news .in ul li:hover a span {
  color: #b89148;
}

.top_news .in ul {
  width: 100%;
}

.top_news .in ul li {
  border-bottom: 1px solid #dddddd;
  background-color: transparent;
  -webkit-transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.top_news .in ul li:first-child {
  border-top: 1px solid #dddddd;
}

.top_news .in ul li a {
  display: block;
  position: relative;
  padding: 20px;
  padding-left: 120px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #505050;
  padding-right: 60px;
  text-decoration: none;
  -webkit-transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1), padding-left 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1), padding-left 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

@media all and (max-width: 639px) {
  .top_news .in ul li a {
    padding: 20px;
    padding-right: 60px;
  }
}

.top_news .in ul li a:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 4px;
  background-image: url(../img/link_icon.svg);
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: right 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-filter 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: right 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-filter 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), right 0.5s cubic-bezier(0.25, 1, 0.5, 1), filter 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), right 0.5s cubic-bezier(0.25, 1, 0.5, 1), filter 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-filter 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.top_news .in ul li a span {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #505050;
  position: absolute;
  letter-spacing: 0;
  top: 20px;
  left: 20px;
  -webkit-transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

@media all and (max-width: 639px) {
  .top_news .in ul li a span {
    position: relative;
    top: auto;
    left: auto;
    display: block;
  }
}

.top_news .in ul li:hover {
  background-color: #faf9f7;
}

.top_news .in ul li:hover a {
  color: #b89148;
  padding-left: 124px;
}

.top_news .in ul li:hover a:before {
  -webkit-filter: sepia(1) saturate(10) hue-rotate(10deg) brightness(0.8);
          filter: sepia(1) saturate(10) hue-rotate(10deg) brightness(0.8);
  right: 12px;
}

.top_news .in ul li:hover a span {
  color: #b89148;
}

footer {
  background: #fafafa;
  border-top: 1px solid #dddddd;
}

footer .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 639px) {
  footer .in {
    display: block;
  }
}

footer .in__left {
  width: 50%;
  border-right: 1px solid #dddddd;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 639px) {
  footer .in__left {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    border: none;
  }
}

footer .in__left .foot_sectitle {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #505050;
  word-break: auto-phrase;
  overflow-wrap: anywhere;
}

@media all and (max-width: 639px) {
  footer .in__left .foot_sectitle {
    text-align: center;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}

footer .in__left .foot_sectitle span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #b89148;
}

@media all and (max-width: 639px) {
  footer .in__left .foot_sectitle span {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

footer .in__left .foot_text {
  margin-top: 20px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #505050;
}

footer .in__left .btto {
  margin-left: 0;
}

@media all and (max-width: 639px) {
  footer .in__left .btto {
    margin: 20px auto 0;
  }
}

footer .in__right {
  width: 50%;
  position: relative;
}

@media all and (max-width: 639px) {
  footer .in__right {
    width: 100%;
  }
}

footer .in__right .iner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .in__right .iner .in_logo img {
  display: block;
  width: 222px;
}

@media all and (max-width: 639px) {
  footer .in__right .iner .in_logo img {
    margin: 40px auto 0;
  }
}

footer .in__right .iner .foot_nav {
  margin-left: 40px;
}

@media all and (max-width: 639px) {
  footer .in__right .iner .foot_nav {
    display: none;
  }
}

footer .in__right .iner .foot_nav ul li:nth-child(n + 2) {
  margin-top: 10px;
}

footer .in__right .iner .foot_nav ul li a {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1em;
  color: #505050;
}

footer .foot_bnn {
  margin-top: 30px;
}

footer .foot_bnn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .foot_bnn__list li:nth-child(n + 2) {
  margin-left: 30px;
}

footer .foot_bnn__list li a {
  display: block;
  width: 100px;
}

footer .foot_bnn__list li a img {
  display: block;
  width: 100%;
}

footer .copy {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
}

@media all and (max-width: 639px) {
  footer .copy {
    position: relative;
    text-align: center;
  }
}

/*--------------------------------------------------
下層ページタイトル部分
----------------------------------------------------*/
.page_title__cont {
  position: relative;
}

.page_title__cont:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 1187px;
  height: 1187px;
  background-image: url(../img/page_main_bg.svg);
  background-position: top center;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.page_title__cont__en {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 79px;
  letter-spacing: 0.1em;
  letter-spacing: 0.03em;
  color: #505050;
  line-height: 1em;
  margin-top: 50px;
  z-index: 2;
  position: relative;
}

@media all and (max-width: 639px) {
  .page_title__cont__en {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 39px;
    letter-spacing: 0.1em;
    letter-spacing: 0.03em;
    line-height: 1em;
  }
}

.page_title__cont__ja {
  text-align: center;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 37px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #505050;
  z-index: 2;
  position: relative;
}

@media all and (max-width: 639px) {
  .page_title__cont__ja {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 17px;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}

.page_title .top_main_vis__photo {
  max-width: 1290px;
  width: 90%;
  margin: 60px auto 0;
  z-index: 2;
  position: relative;
}

.page_title .top_main_vis__photo img {
  display: block;
  width: 100%;
}

/*--------------------------------------------------
ABOUT US(abouts.php)
----------------------------------------------------*/
.about_mvv__main {
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 17px;
  letter-spacing: 0.06em;
  color: #505050;
  margin-top: 40px;
  line-height: 2.3em;
}

@media all and (max-width: 639px) {
  .about_mvv__main {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
    word-break: auto-phrase;
    overflow-wrap: anywhere;
  }
}

.about_mvv__list {
  margin-top: 80px;
}

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

@media all and (max-width: 639px) {
  .about_mvv__list__in {
    display: block;
  }
}

.about_mvv__list__in .left {
  width: 25%;
}

@media all and (max-width: 639px) {
  .about_mvv__list__in .left {
    width: 100%;
  }
}

.about_mvv__list__in .left .item_read {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 23px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #999999;
}

.about_mvv__list__in .left .item_read span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.1em;
  color: #505050;
}

@media all and (max-width: 639px) {
  .about_mvv__list__in .left .item_read span {
    line-height: 1em;
  }
}

.about_mvv__list__in .right {
  width: 70%;
  margin-left: auto;
}

@media all and (max-width: 639px) {
  .about_mvv__list__in .right {
    width: 100%;
    margin-top: 20px;
  }
}

.about_mvv__list__in .right .med {
  position: relative;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 29px;
  letter-spacing: 0.1em;
  color: #b89148;
}

.about_mvv__list__in .right .med.is-active {
  -webkit-animation: fadeInText 0.1s linear forwards;
          animation: fadeInText 0.1s linear forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.about_mvv__list__in .right .med.is-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b89148;
  z-index: 2;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-animation: revealBar 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: revealBar 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.about_mvv__list__in .right .med.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fcfbfa;
  z-index: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-animation: revealMask 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
          animation: revealMask 0.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  -webkit-animation-delay: calc( 0.3s + 0.8s / 2);
          animation-delay: calc( 0.3s + 0.8s / 2);
}

.about_mvv__list__in .right .item_main {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #505050;
}

@media all and (max-width: 639px) {
  .about_mvv__list__in .right .item_main {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
  }
}

.about_mvv__list__in .right .item_main span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 23px;
  letter-spacing: 0.1em;
}

@media all and (max-width: 639px) {
  .about_mvv__list__in .right .item_main span {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 0.1em;
  }
}

.about_mvv__list__in .right .value_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 639px) {
  .about_mvv__list__in .right .value_list {
    display: block;
  }
}

.about_mvv__list__in .right .value_list li {
  width: 48%;
}

@media all and (max-width: 639px) {
  .about_mvv__list__in .right .value_list li {
    width: 100%;
    margin: 0 0 30px;
  }
}

.about_mvv__list__in .right .value_list li:nth-child(even) {
  margin-left: auto;
}

.about_greeting__main {
  max-width: 1002px;
  width: 90%;
  margin: 40px auto 0;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #505050;
}

@media all and (max-width: 639px) {
  .about_greeting__main {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
  }
}

.about_greeting__main span {
  display: block;
  text-align: right;
  margin-top: 30px;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.about_logo {
  padding: 40px 0;
}

.about_logo .wi-bg {
  background: #fff;
}

.about_logo__item {
  border: 1px solid #b89148;
  position: relative;
  padding: 60px 100px;
  max-width: 1002px;
  width: 90%;
  margin: 80px auto 0;
}

@media all and (max-width: 639px) {
  .about_logo__item {
    padding: 30px 20px;
    width: 100%;
  }
}

.about_logo__item .item_read {
  background: #fff;
  display: table;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 23px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #b89148;
  padding: 0 15px;
}

@media all and (max-width: 639px) {
  .about_logo__item .item_read {
    display: block;
    position: relative;
    top: auto;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 19px;
    letter-spacing: 0.1em;
    font-weight: 400;
    text-align: center;
  }
}

@media all and (max-width: 639px) {
  .about_logo__item .inner {
    display: block;
  }
}

.about_logo__item .inner__left {
  width: 26%;
  margin: auto;
}

@media all and (max-width: 639px) {
  .about_logo__item .inner__left {
    width: 100%;
  }
}

.about_logo__item .inner__left img {
  display: block;
  width: 100%;
}

@media all and (max-width: 639px) {
  .about_logo__item .inner__left img {
    width: 60%;
    margin: 30px auto 0;
  }
}

.about_logo__item .inner__right {
  width: 100%;
  margin-top: 30px;
  /*width: 70%;
        margin-left: auto;*/
}

@media all and (max-width: 639px) {
  .about_logo__item .inner__right {
    width: 100%;
    margin-top: 30px;
  }
}

.about_logo__item .inner__right p {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #505050;
}

@media all and (max-width: 639px) {
  .about_logo__item .inner__right p {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
  }
}

.abput_terms__in {
  max-width: 1002px;
  width: 90%;
  margin: 60px auto 0;
}

.abput_terms__in__readtext {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 17px;
  letter-spacing: 0.06em;
  color: #505050;
  line-height: 2em;
}

@media all and (max-width: 639px) {
  .abput_terms__in__readtext {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
  }
}

.abput_terms__in__list {
  margin-top: 40px;
}

.abput_terms__in__list li:nth-child(n + 2) {
  margin-top: 30px;
}

.abput_terms__in__list li .item_read {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #505050;
}

.abput_terms__in__list li .item_main {
  border-left: 1px solid #dddddd;
  padding-left: 15px;
  margin-top: 7px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #505050;
}

.about_profile {
  padding-bottom: 80px;
}

.about_profile .company-table {
  max-width: 950px;
  width: 100%;
  margin: 50px auto 0;
}

.about_profile .company-table th,
.about_profile .company-table td {
  background: none;
  border: none;
  text-align: left;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #505050;
  border-bottom: 1px solid #dddddd;
  padding: 18px 25px;
}

@media all and (max-width: 639px) {
  .about_profile .company-table th,
  .about_profile .company-table td {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
    display: block;
  }
}

.about_profile .company-table th {
  white-space: nowrap;
}

@media all and (max-width: 639px) {
  .about_profile .company-table th {
    background: #fff;
  }
}

@-webkit-keyframes revealBar {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  49% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes revealBar {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  49% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@-webkit-keyframes revealMask {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes revealMask {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@-webkit-keyframes fadeInText {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeInText {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

/*--------------------------------------------------
事業内容(service.php)
----------------------------------------------------*/
.service_school__logo {
  display: block;
  max-width: 260px;
  width: 40%;
  margin: 30px auto;
}

.service_school__contents {
  margin-top: 80px;
}

.service_school__contents__item {
  background: #fff;
  position: relative;
  border-top: 1px solid #b89148;
  padding: 60px;
}

@media all and (max-width: 639px) {
  .service_school__contents__item {
    padding: 60px 20px;
  }
}

.service_school__contents__item:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  background-image: url(../img/top_main_vis__list_icon.svg);
  margin: auto;
  left: 0;
  right: 0;
  top: -8px;
  position: absolute;
}

.service_school__contents__item__title {
  text-align: center;
  color: #b89148;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 400;
}

@media all and (max-width: 639px) {
  .service_school__contents__item__title {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}

.service_school__contents__item .list-1 {
  max-width: 905px;
  width: 100%;
  margin: 30px auto;
  position: relative;
}

.service_school__contents__item .list-1 li {
  position: relative;
  padding-top: 30px;
}

.service_school__contents__item .list-1 li:nth-child(n + 2) {
  margin-top: 30px;
}

.service_school__contents__item .list-1__item_numb {
  display: block;
  position: absolute;
  width: 40px;
  left: 0;
  top: 0;
}

.service_school__contents__item .list-1__item_read {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 23px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #505050;
}

@media all and (max-width: 639px) {
  .service_school__contents__item .list-1__item_read {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 19px;
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 1.5em;
  }
}

.service_school__contents__item .list-1__item_main {
  margin-top: 10px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #505050;
}

@media all and (max-width: 639px) {
  .service_school__contents__item .list-1__item_main {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
  }
}

.service_school__contents__item .list-2 {
  max-width: 905px;
  width: 100%;
  margin: 0 auto 0;
  position: relative;
}

.service_school__contents__item .list-2 li {
  list-style: none;
}

.service_school__contents__item .list-2 li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service_school__contents__item .list-2 li .inner__left {
  width: 320px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.service_school__contents__item .list-2 li .inner__left .item__photo-wrap {
  position: relative;
  width: 100%;
  padding: 15px;
}

.service_school__contents__item .list-2 li .inner__left .item__photo-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  border-left: 1px solid #d4b475;
  border-bottom: 1px solid #d4b475;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

.service_school__contents__item .list-2 li .inner__left .item__photo-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  border-right: 1px solid #d4b475;
  border-top: 1px solid #d4b475;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

.service_school__contents__item .list-2 li .inner__left .item__photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  overflow: hidden;
}

.service_school__contents__item .list-2 li .inner__left .item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service_school__contents__item .list-2 li .inner__right {
  width: 60%;
  margin-left: 40px;
}

@media all and (max-width: 639px) {
  .service_school__contents__item .list-2 li .inner__right {
    margin-left: 0;
  }
}

.service_school__contents__item .list-2 li .inner__right .item_read {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 23px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #b89148;
  line-height: 1.4;
}

@media all and (max-width: 639px) {
  .service_school__contents__item .list-2 li .inner__right .item_read {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 19px;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}

.service_school__contents__item .list-2 li .inner__right .item_read span {
  display: inline-block;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 17px;
  letter-spacing: 0.06em;
  color: #b89148;
  margin-bottom: 5px;
}

.service_school__contents__item .list-2 li .inner__right .item_main {
  margin-top: 20px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #505050;
  line-height: 1.8;
}

@media all and (max-width: 639px) {
  .service_school__contents__item .list-2 li .inner__right .item_main {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
  }
}

.service_school__contents__item .list-2 li .inner__right .item_main .price_info {
  display: block;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .service_school__contents__item .list-2 li .inner {
    display: block;
  }
  .service_school__contents__item .list-2 li .inner__left {
    width: 260px;
    margin: 0 auto;
  }
  .service_school__contents__item .list-2 li .inner__right {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

/*--------------------------------------------------
MEDICAL ALLIANCE(medical-alliance.php)
----------------------------------------------------*/
.ma_background__main {
  text-align: center;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 17px;
  letter-spacing: 0.06em;
  color: #505050;
  margin-top: 40px;
  line-height: 2.3em;
  word-break: auto-phrase;
  overflow-wrap: anywhere;
}

@media all and (max-width: 639px) {
  .ma_background__main {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
  }
}

.ma_benefit .list-2 {
  width: 100%;
  margin: 0 auto 0;
  position: relative;
}

.ma_benefit .list-2 li {
  list-style: none;
}

.ma_benefit .list-2 li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ma_benefit .list-2 li .inner__left {
  width: 390px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ma_benefit .list-2 li .inner__left .item__photo-wrap {
  position: relative;
  width: 100%;
  padding: 15px;
}

.ma_benefit .list-2 li .inner__left .item__photo-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  border-left: 1px solid #d4b475;
  border-bottom: 1px solid #d4b475;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

.ma_benefit .list-2 li .inner__left .item__photo-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  border-right: 1px solid #d4b475;
  border-top: 1px solid #d4b475;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

.ma_benefit .list-2 li .inner__left .item__photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  overflow: hidden;
}

.ma_benefit .list-2 li .inner__left .item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ma_benefit .list-2 li .inner__right {
  width: 60%;
}

.ma_benefit .list-2 li .inner__right .item_numb {
  display: block;
  width: 40px;
}

.ma_benefit .list-2 li .inner__right .item_read {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #505050;
  line-height: 1.4;
  margin-top: -20px;
}

@media all and (max-width: 639px) {
  .ma_benefit .list-2 li .inner__right .item_read {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}

.ma_benefit .list-2 li .inner__right .item_main {
  margin-top: 20px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #505050;
  line-height: 1.8;
}

@media all and (max-width: 639px) {
  .ma_benefit .list-2 li .inner__right .item_main {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
  }
}

@media (max-width: 768px) {
  .ma_benefit .list-2 li .inner {
    display: block;
  }
  .ma_benefit .list-2 li .inner__left {
    width: 260px;
    margin: 0 auto;
  }
  .ma_benefit .list-2 li .inner__right {
    width: 100%;
    margin-left: 0;
  }
}

.ma_mission {
  position: relative;
  padding: 100px 0;
}

.ma_mission:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 70%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  position: absolute;
}

.ma_mission .in {
  position: relative;
}

.ma_mission .in .con_eri {
  padding: 0;
}

.ma_mission .in:before {
  width: 49%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/ma_mission_photo.jpg);
  right: 0;
  top: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media all and (max-width: 639px) {
  .ma_mission .in:before {
    display: none;
  }
}

.ma_mission .in__item {
  width: 48%;
  padding: 0 50px;
}

@media all and (max-width: 639px) {
  .ma_mission .in__item {
    width: 100%;
    padding: 0;
  }
}

.ma_mission .in__item__main {
  margin-top: 40px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #505050;
  line-height: 2em;
}

@media all and (max-width: 639px) {
  .ma_mission .in__item__main {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
  }
}

.ma_flow {
  margin-bottom: 40px;
}

.ma_flow .flow {
  max-width: 764px;
  width: 100%;
  position: relative;
  margin: 40px auto 0;
}

.ma_flow .flow:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
}

.ma_flow .flow li {
  position: relative;
  padding-left: 60px;
}

.ma_flow .flow li:nth-child(n + 2) {
  margin-top: 30px;
}

.ma_flow .flow li:before, .ma_flow .flow li:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}

.ma_flow .flow li:before {
  width: 12px;
  height: 12px;
  background-image: url(../img/nav_icon.svg);
  left: 2px;
  top: 15px;
}

.ma_flow .flow li:after {
  width: 39px;
  height: 1px;
  border-top: 1px solid #b89148;
  left: 9px;
  top: 21px;
}

.ma_flow .flow__read {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 21px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #505050;
}

@media all and (max-width: 639px) {
  .ma_flow .flow__read {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 19px;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}

.ma_flow .flow__text {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #505050;
}

@media all and (max-width: 639px) {
  .ma_flow .flow__text {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
  }
}

/*--------------------------------------------------
安全管理・法令遵守(system-safety.php)
----------------------------------------------------*/
.ss_step .con_eri {
  background: #fff;
}

.ss_step .list-1 {
  max-width: 905px;
  width: 100%;
  margin: 30px auto;
  position: relative;
}

.ss_step .list-1 li {
  position: relative;
  padding-top: 30px;
}

.ss_step .list-1 li:nth-child(n + 2) {
  margin-top: 30px;
}

.ss_step .list-1__item_numb {
  display: block;
  position: absolute;
  width: 40px;
  left: 0;
  top: 0;
}

.ss_step .list-1__item_read {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 23px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #505050;
}

@media all and (max-width: 639px) {
  .ss_step .list-1__item_read {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}

.ss_step .list-1__item_main {
  margin-top: 10px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #505050;
}

@media all and (max-width: 639px) {
  .ss_step .list-1__item_main {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
  }
}

.ss_hygiene {
  padding-bottom: 40px;
}

.ss_hygiene .col-2 {
  width: 85%;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 639px) {
  .ss_hygiene .col-2 {
    display: block;
  }
}

.ss_hygiene .col-2__item {
  width: 48%;
}

@media all and (max-width: 639px) {
  .ss_hygiene .col-2__item {
    width: 100%;
  }
}

.ss_hygiene .col-2__item:nth-child(2) {
  margin-left: auto;
}

@media all and (max-width: 639px) {
  .ss_hygiene .col-2__item:nth-child(2) {
    margin-top: 40px;
  }
}

.ss_hygiene .col-2__item img {
  display: block;
  width: 100%;
}

.ss_hygiene .col-2__item .item_read {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #505050;
  margin-top: 14px;
}

@media all and (max-width: 639px) {
  .ss_hygiene .col-2__item .item_read {
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 19px;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}

.ss_hygiene .col-2__item .item_main {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #505050;
  margin-top: 8px;
}

@media all and (max-width: 639px) {
  .ss_hygiene .col-2__item .item_main {
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
  }
}

/*--------------------------------------------------
お問い合わせフォーム（contact_form）
----------------------------------------------------*/
.contact_form .form_wrapper {
  max-width: 850px;
  width: 100%;
  margin: 50px auto 0;
}

.contact_form .form_wrapper .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dddddd;
  padding: 25px 0;
}

.contact_form .form_wrapper .form_item:first-child {
  border-top: 1px solid #dddddd;
}

@media (max-width: 768px) {
  .contact_form .form_wrapper .form_item {
    display: block;
    padding: 20px 0;
  }
}

.contact_form .form_wrapper .form_item .form_label {
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  padding-right: 30px;
}

@media (max-width: 768px) {
  .contact_form .form_wrapper .form_item .form_label {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px;
  }
}

.contact_form .form_wrapper .form_item .form_label .label_title {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #505050;
}

.contact_form .form_wrapper .form_item .form_label .badge {
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 2px;
  letter-spacing: 0;
  font-weight: normal;
}

.contact_form .form_wrapper .form_item .form_label .badge.req {
  background-color: #e5cd9c;
  color: #fff;
}

.contact_form .form_wrapper .form_item .form_label .badge.any {
  background-color: #efefef;
  color: #666;
}

.contact_form .form_wrapper .form_item .form_field {
  width: 100%;
}

.contact_form .form_wrapper .form_item .form_field input[type="text"],
.contact_form .form_wrapper .form_item .form_field input[type="email"],
.contact_form .form_wrapper .form_item .form_field input[type="tel"],
.contact_form .form_wrapper .form_item .form_field textarea {
  width: 100%;
  background: #faf9f7;
  border: 1px solid #dddddd;
  padding: 12px 15px;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #505050;
  border-radius: 4px;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
}

.contact_form .form_wrapper .form_item .form_field input[type="text"]:focus,
.contact_form .form_wrapper .form_item .form_field input[type="email"]:focus,
.contact_form .form_wrapper .form_item .form_field input[type="tel"]:focus,
.contact_form .form_wrapper .form_item .form_field textarea:focus {
  outline: none;
  border-color: #b89148;
  background-color: #fff;
}

.contact_form .form_wrapper .form_item .form_field input[type="text"]::-webkit-input-placeholder,
.contact_form .form_wrapper .form_item .form_field input[type="email"]::-webkit-input-placeholder,
.contact_form .form_wrapper .form_item .form_field input[type="tel"]::-webkit-input-placeholder,
.contact_form .form_wrapper .form_item .form_field textarea::-webkit-input-placeholder {
  color: #aaa;
}

.contact_form .form_wrapper .form_item .form_field input[type="text"]:-ms-input-placeholder,
.contact_form .form_wrapper .form_item .form_field input[type="email"]:-ms-input-placeholder,
.contact_form .form_wrapper .form_item .form_field input[type="tel"]:-ms-input-placeholder,
.contact_form .form_wrapper .form_item .form_field textarea:-ms-input-placeholder {
  color: #aaa;
}

.contact_form .form_wrapper .form_item .form_field input[type="text"]::-ms-input-placeholder,
.contact_form .form_wrapper .form_item .form_field input[type="email"]::-ms-input-placeholder,
.contact_form .form_wrapper .form_item .form_field input[type="tel"]::-ms-input-placeholder,
.contact_form .form_wrapper .form_item .form_field textarea::-ms-input-placeholder {
  color: #aaa;
}

.contact_form .form_wrapper .form_item .form_field input[type="text"]::placeholder,
.contact_form .form_wrapper .form_item .form_field input[type="email"]::placeholder,
.contact_form .form_wrapper .form_item .form_field input[type="tel"]::placeholder,
.contact_form .form_wrapper .form_item .form_field textarea::placeholder {
  color: #aaa;
}

.contact_form .form_wrapper .form_item .form_field textarea {
  resize: vertical;
}

.contact_form .form_wrapper .form_item .form_field .radio_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.contact_form .form_wrapper .form_item .form_field .radio_group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #505050;
}

.contact_form .form_wrapper .form_item .form_field .radio_group label input[type="radio"] {
  margin-top: 4px;
  margin-right: 10px;
  accent-color: #b89148;
}

.contact_form .form_wrapper .form_privacy {
  margin-top: 50px;
  text-align: center;
}

.contact_form .form_wrapper .form_privacy .privacy_text {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #666;
  line-height: 1.8;
}

.contact_form .form_wrapper .form_privacy .privacy_text a {
  color: #b89148;
  text-decoration: underline;
}

.contact_form .form_wrapper .form_privacy .privacy_text a:hover {
  text-decoration: none;
}

.contact_form .form_wrapper .form_privacy .privacy_text .sp_only {
  display: none;
}

@media (max-width: 768px) {
  .contact_form .form_wrapper .form_privacy .privacy_text .sp_only {
    display: block;
  }
}

.contact_form .form_wrapper .form_privacy .privacy_check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  cursor: pointer;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-weight: bold;
  color: #505050;
}

.contact_form .form_wrapper .form_privacy .privacy_check input[type="checkbox"] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  accent-color: #b89148;
}

.contact_form .form_wrapper .form_submit {
  margin-top: 40px;
  text-align: center;
}

.contact_form .form_wrapper .form_submit .btto {
  border: 1px solid #b89148;
  cursor: pointer;
  outline: none;
}

/*--------------------------------------------------
アニメーション演出
----------------------------------------------------*/
.js-fade-up {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.js-fade-up.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-fade {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.js-fade.is-animated {
  opacity: 1;
}

.js-fade-left {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.js-fade-left.is-animated {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.js-fade-right {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.js-fade-right.is-animated {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.delay-1 {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.delay-2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay-3 {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.delay-4 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
/*# sourceMappingURL=style.css.map */