/* ************************************************************************
   ************************************************************************

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@font-face {
  font-family: "quentin";
  src: url("../fonts/Quentin.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --color-main: #21a59e;
  --color-main2: #47af5d;
  --color-main3: #e6df42;
  --color-gradient: linear-gradient(138deg,rgba(33, 165, 158, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
  --color-accent: #21a59e;
  --color-base: #f8f6ed;
  --color-white: #ffffff;
  --font-unique-en: "quentin", serrif;
}

/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
.t__min {
  font-family: serif !important;
}

/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
svg {
  fill: currentColor;
}

/* ------------------------------
    MIXIN
  ------------------------------ */
/* ------------------------------
    KEYFRAME
  ------------------------------ */
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes countDown {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
}
@keyframes countDown {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0% 0 0);
            clip-path: inset(0 0% 0 0);
  }
}
@-webkit-keyframes rotateInf {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@keyframes rotateInf {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* ------------------------------
    FORM RESET
  ------------------------------ */
input, select, textarea {
  outline: none;
}
input::focus, select::focus, textarea::focus {
  outline: none;
}

input[type=submit],
select,
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
select::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button {
  background: none;
  color: inherit;
  border: none;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-align: left;
}
button:focus {
  outline: none;
}

.slick-slide {
  outline: none !important;
}

button {
  cursor: pointer;
  outline: none;
  padding: 0;
}

/* ------------------------------
    DEFAULT BLOCK SETTINGS
  ------------------------------ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
  background: #FFF;
  color: #000000;
  font-weight: 400;
  margin-top: 0 !important;
  opacity: 0;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 2.56411vw;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 0.5208335vw;
  }
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 0.5208335vw;
  }
}
html.locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
html.wf-active {
  opacity: 1;
  -webkit-transition: opacity 800ms ease 200ms;
  transition: opacity 800ms ease 200ms;
}
html::before {
  position: fixed;
  content: "";
  -webkit-box-shadow: 0 0 5rem 5rem #FFF;
          box-shadow: 0 0 5rem 5rem #FFF;
  z-index: 10;
  pointer-events: none;
}
@media screen and (min-width: 320px) {
  html::before {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 1rem;
  }
}
@media screen and (min-width: 600px) {
  html::before {
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    border-radius: 16px;
  }
}

body {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3 {
  font-weight: 700;
}

/* ------------------------------
    MEDIA SETTINGS
  ------------------------------ */
img {
  display: block;
  width: 100%;
  height: auto;
}

.imgWrapper {
  position: relative;
  width: 100%;
  padding-bottom: 66.67%;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .imgWrapper {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .imgWrapper {
    border-radius: 1.6rem;
  }
}
.imgWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* ******************************
 *
 * HEADER
 *
 * ****************************** */
@media screen and (min-width: 320px) {
  #__globalHeader.__activate #__headerLogo {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@media screen and (min-width: 600px) {
  #__globalHeader.__activate #__headerLogo {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
}
#__globalHeader.__activate #__headerNav .__menu.__main {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
#__globalHeader.__activate #__headerNav .__menu.__cv {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

#__headerLogo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 700ms ease;
  transition: -webkit-transform 700ms ease;
  transition: transform 700ms ease;
  transition: transform 700ms ease, -webkit-transform 700ms ease;
}
@media screen and (min-width: 320px) {
  #__headerLogo {
    width: 25vw;
    height: 25vw;
  }
}
@media screen and (min-width: 600px) {
  #__headerLogo {
    width: 15vw;
    height: 15vw;
  }
}
@media screen and (min-width: 1025px) {
  #__headerLogo {
    width: 15vw;
    height: 15vw;
  }
}
@media screen and (min-width: 1441px) {
  #__headerLogo {
    width: 15vw;
    height: 15vw;
  }
}
#__headerLogo::before, #__headerLogo::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  -webkit-box-shadow: -50px -50px #FFF;
          box-shadow: -50px -50px #FFF;
}
@media screen and (min-width: 320px) {
  #__headerLogo::before, #__headerLogo::after {
    border-radius: 20%;
  }
}
@media screen and (min-width: 600px) {
  #__headerLogo::before, #__headerLogo::after {
    border-radius: 24px;
  }
}
#__headerLogo::before {
  right: -100px;
}
@media screen and (min-width: 320px) {
  #__headerLogo::before {
    top: 5px;
  }
}
@media screen and (min-width: 600px) {
  #__headerLogo::before {
    top: 25px;
  }
}
#__headerLogo::after {
  bottom: -100px;
}
@media screen and (min-width: 320px) {
  #__headerLogo::after {
    left: 5px;
  }
}
@media screen and (min-width: 600px) {
  #__headerLogo::after {
    left: 25px;
  }
}
#__headerLogo a {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #FFF;
}
@media screen and (min-width: 320px) {
  #__headerLogo a {
    border-radius: 0 0 4vw 0;
  }
}
@media screen and (min-width: 600px) {
  #__headerLogo a {
    border-radius: 0 0 32px 0;
  }
}
#__headerLogo img {
  width: 50%;
}

#__headerNav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  #__headerNav {
    padding: 0 2.5vw 0 17.5vw;
  }
}
@media screen and (min-width: 600px) {
  #__headerNav {
    padding: 0 2.5vw 0 17.5vw;
  }
}
@media screen and (min-width: 1025px) {
  #__headerNav {
    padding: 0 2.5vw 0 17.5vw;
  }
}
@media screen and (min-width: 1441px) {
  #__headerNav {
    padding: 0 2.5vw 0 17.5vw;
  }
}
#__headerNav .__menu {
  position: fixed;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 700ms ease;
  transition: -webkit-transform 700ms ease;
  transition: transform 700ms ease;
  transition: transform 700ms ease, -webkit-transform 700ms ease;
}
#__headerNav .__menu.__main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 320px) {
  #__headerNav .__menu.__main {
    padding: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0rem) !important;
            transform: translate(-50%, 0rem) !important;
  }
}
@media screen and (min-width: 600px) {
  #__headerNav .__menu.__main {
    padding: 0 4.5rem;
    width: auto;
    bottom: auto;
    left: 11.5vw;
    border-radius: 5rem;
    left: 50%;
    -webkit-transform: translate(-50%, 4rem) !important;
            transform: translate(-50%, 4rem) !important;
    background: white;
  }
}
#__headerNav .__menu.__main::before, #__headerNav .__menu.__main::after {
  position: absolute;
  bottom: 7.2rem;
  content: "";
  width: 100px;
  height: 100px;
  -webkit-box-shadow: -50px -50px #fff;
          box-shadow: -50px -50px #fff;
  border-radius: 20%;
}
@media screen and (min-width: 320px) {
  #__headerNav .__menu.__main::before, #__headerNav .__menu.__main::after {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  #__headerNav .__menu.__main::before, #__headerNav .__menu.__main::after {
    display: none;
  }
}
#__headerNav .__menu.__main::before {
  right: 5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#__headerNav .__menu.__main::after {
  left: 5px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
#__headerNav .__menu.__main a {
  letter-spacing: 0.06em;
}
@media screen and (min-width: 320px) {
  #__headerNav .__menu.__main a {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.65);
  }
}
@media screen and (min-width: 600px) {
  #__headerNav .__menu.__main a {
    font-size: 1.6rem;
    color: black;
  }
}
#__headerNav .__menu.__main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 600px) {
  #__headerNav .__menu.__main ul {
    gap: 4rem;
  }
}
@media screen and (min-width: 320px) {
  #__headerNav .__menu.__main ul li {
    width: 25%;
  }
}
@media screen and (min-width: 600px) {
  #__headerNav .__menu.__main ul li {
    width: auto;
    padding: 2.5rem 0;
  }
}
#__headerNav .__menu.__main ul li span {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#__headerNav .__menu.__main ul li:hover span {
  opacity: 0.4;
}
#__headerNav .__menu.__main ul .hasMegamenu:hover .megamenuWrapper {
  opacity: 1;
  visibility: visible;
}
#__headerNav .__menu.__main ul .megamenuWrapper {
  position: absolute;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (min-width: 320px) {
  #__headerNav .__menu.__main ul .megamenuWrapper {
    bottom: 7.2rem;
    width: 100vw;
  }
}
@media screen and (min-width: 1025px) {
  #__headerNav .__menu.__main ul .megamenuWrapper {
    bottom: unset;
    top: 7rem;
    width: 50vw;
    padding: 3rem 0 0;
  }
}
#__headerNav .__menu.__main ul .megamenu {
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
  background: #FFF !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 1 !important;
}
@media screen and (min-width: 320px) {
  #__headerNav .__menu.__main ul .megamenu {
    border-radius: 2rem 2rem 0 0;
    padding: 2rem;
    gap: 1.5rem 4%;
  }
}
@media screen and (min-width: 1025px) {
  #__headerNav .__menu.__main ul .megamenu {
    border-radius: 3rem;
    padding: 2rem 5rem;
    gap: 2rem 2%;
  }
}
@media screen and (min-width: 320px) {
  #__headerNav .__menu.__main ul .megamenuItem {
    width: 48%;
  }
}
@media screen and (min-width: 1025px) {
  #__headerNav .__menu.__main ul .megamenuItem {
    width: 32%;
  }
}
#__headerNav .__menu.__main ul .megamenuItem .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFF;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (min-width: 320px) {
  #__headerNav .__menu.__main ul .megamenuItem .inner {
    border-radius: 1.2rem;
    padding: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #__headerNav .__menu.__main ul .megamenuItem .inner {
    border-radius: 1.6rem;
    padding: 2rem;
  }
}
#__headerNav .__menu.__main ul .megamenuItem .inner:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 320px) {
  #__headerNav .__menu.__main ul .megamenuTitle {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 1025px) {
  #__headerNav .__menu.__main ul .megamenuTitle {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
#__headerNav .__menu.__main ul .megamenuImg {
  aspect-ratio: 3/2;
}
@media screen and (min-width: 320px) {
  #__headerNav .__menu.__main ul .megamenuImg {
    border-radius: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  #__headerNav .__menu.__main ul .megamenuImg {
    border-radius: 1.6rem;
  }
}
#__headerNav .__menu.__main ul:nth-child(1) {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  #__headerNav .__menu.__main ul:nth-child(1) {
    width: 100%;
    background: #FFF;
  }
}
@media screen and (min-width: 600px) {
  #__headerNav .__menu.__main ul:nth-child(1) {
    width: auto;
    background: transparent;
  }
}
#__headerNav .__menu.__main ul:nth-child(1) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  #__headerNav .__menu.__main ul:nth-child(1) a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 7.2rem;
  }
}
@media screen and (min-width: 600px) {
  #__headerNav .__menu.__main ul:nth-child(1) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
  }
}
#__headerNav .__menu.__main ul:nth-child(1) .__menuIcon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 3px;
}
@media screen and (min-width: 320px) {
  #__headerNav .__menu.__main ul:nth-child(1) .__menuIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 600px) {
  #__headerNav .__menu.__main ul:nth-child(1) .__menuIcon {
    display: none;
  }
}
#__headerNav .__menu.__main ul:nth-child(1) .__menuIcon svg {
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  fill: var(--color-main);
}
#__headerNav .__menu.__main ul:nth-child(2) {
  opacity: 0.7;
}
@media screen and (min-width: 320px) {
  #__headerNav .__menu.__main ul:nth-child(2) {
    display: none;
    margin: 0 0 1rem 0;
  }
}
@media screen and (min-width: 600px) {
  #__headerNav .__menu.__main ul:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1rem 0;
  }
}
@media screen and (min-width: 1025px) {
  #__headerNav .__menu.__main ul:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1rem 0;
  }
}
@media screen and (min-width: 1441px) {
  #__headerNav .__menu.__main ul:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1rem 0;
  }
}
#__headerNav .__menu.__main ul:nth-child(2) a {
  font-size: 85%;
}
#__headerNav .__menu.__cv {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}
@media screen and (min-width: 320px) {
  #__headerNav .__menu.__cv {
    top: 10vw;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media screen and (min-width: 600px) {
  #__headerNav .__menu.__cv {
    top: 10vw;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
#__headerNav .__menu.__cv li {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (min-width: 320px) {
  #__headerNav .__menu.__cv li {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 600px) {
  #__headerNav .__menu.__cv li {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #__headerNav .__menu.__cv li {
    margin-bottom: 1rem;
  }
}
#__headerNav .__menu.__cv li:nth-child(1) a {
  font-family: acumin-pro, sans-serif;
  background: #FFF;
  color: #21968c;
}
#__headerNav .__menu.__cv li:nth-child(1) .__icon {
  border: solid 1px #21968c;
}
#__headerNav .__menu.__cv li:nth-child(1) .__icon svg {
  fill: #21968c;
}
#__headerNav .__menu.__cv a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-main);
  color: #FFF;
  border-radius: 0.5rem 0 0 0.5rem;
}
@media screen and (min-width: 320px) {
  #__headerNav .__menu.__cv a {
    padding: 0.5rem;
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 600px) {
  #__headerNav .__menu.__cv a {
    padding: 0.5rem;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #__headerNav .__menu.__cv a {
    padding: 0.5rem;
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 1441px) {
  #__headerNav .__menu.__cv a {
    padding: 0.5rem;
    font-size: 1.1vw;
  }
}
#__headerNav .__menu.__cv .__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background: #FFF;
}
@media screen and (min-width: 320px) {
  #__headerNav .__menu.__cv .__icon {
    width: 3vw;
    height: 3vw;
    margin: 0 0 0.5rem;
  }
}
@media screen and (min-width: 600px) {
  #__headerNav .__menu.__cv .__icon {
    width: 3vw;
    height: 3vw;
    margin: 0 0 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__headerNav .__menu.__cv .__icon {
    width: 3vw;
    height: 3vw;
    margin: 0 0 0.5rem;
  }
}
@media screen and (min-width: 1441px) {
  #__headerNav .__menu.__cv .__icon {
    width: 3vw;
    height: 3vw;
    margin: 0 0 0.5rem;
  }
}
#__headerNav .__menu.__cv .__icon svg {
  display: block;
  width: 50%;
  height: auto;
  fill: var(--color-main);
}
#__headerNav .contactUl {
  position: fixed;
  z-index: 11;
  right: 2.5vw;
}
@media screen and (min-width: 320px) {
  #__headerNav .contactUl {
    top: 2rem;
  }
}
@media screen and (min-width: 600px) {
  #__headerNav .contactUl {
    top: 4rem;
  }
}
#__headerNav .contactUl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  #__headerNav .contactUl ul {
    gap: 0.8rem;
  }
}
@media screen and (min-width: 600px) {
  #__headerNav .contactUl ul {
    gap: 1.6rem;
  }
}
#__headerNav .contactUl ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-main);
  color: white;
}
@media screen and (min-width: 320px) {
  #__headerNav .contactUl ul a {
    height: 3.6rem;
  }
}
@media screen and (min-width: 600px) {
  #__headerNav .contactUl ul a {
    height: 7.8rem;
  }
}
#__headerNav .contactUl .tel:hover svg {
  opacity: 0.5;
}
#__headerNav .contactUl .tel a {
  border-radius: 50%;
}
@media screen and (min-width: 320px) {
  #__headerNav .contactUl .tel a {
    width: 3.6rem;
  }
}
@media screen and (min-width: 600px) {
  #__headerNav .contactUl .tel a {
    width: 7.8rem;
  }
}
#__headerNav .contactUl .tel svg {
  display: block;
  width: 50%;
  height: 50%;
  stroke: none;
  fill: white;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#__headerNav .contactUl .mail:hover span {
  opacity: 0.5;
}
#__headerNav .contactUl .mail a {
  border-radius: 100px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  background: var(--color-gradient);
}
@media screen and (min-width: 320px) {
  #__headerNav .contactUl .mail a {
    padding: 0 2.5rem;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 600px) {
  #__headerNav .contactUl .mail a {
    padding: 0 4.8rem;
    font-size: 1.8rem;
  }
}
#__headerNav .contactUl .mail span {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* ******************************
 *
 * FOOTER
 *
 * ****************************** */
#globalFooter {
  position: relative;
  background: var(--color-main);
  color: #FFF;
}
@media screen and (min-width: 320px) {
  #globalFooter {
    padding: 10vw 5vw 25vw;
    z-index: 9;
  }
}
@media screen and (min-width: 1025px) {
  #globalFooter {
    padding: 4.77vw 5vw 1.56vw;
    border-radius: 3.13vw 3.13vw 0 0;
    z-index: 10;
  }
}

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

@media screen and (min-width: 320px) {
  .footerinfoWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .footerinfoWrapper {
    width: 30%;
  }
}

.footerLogo {
  display: block;
  -webkit-filter: grayscale(1) brightness(10);
          filter: grayscale(1) brightness(10);
}
@media screen and (min-width: 320px) {
  .footerLogo {
    width: 50vw;
  }
}
@media screen and (min-width: 1025px) {
  .footerLogo {
    width: 25vw;
  }
}

.footerAddress {
  line-height: 1.667;
  letter-spacing: 0.04vw;
}
@media screen and (min-width: 320px) {
  .footerAddress {
    font-size: 3vw;
    padding: 7.5vw 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .footerAddress {
    font-size: 0.94vw;
    padding: 3.65vw 0 0 2.5vw;
  }
}

.footerMap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
}
@media screen and (min-width: 320px) {
  .footerMap {
    gap: 0.5rem;
    margin-top: 2.5vw;
    text-underline-offset: 0.75vw;
  }
}
@media screen and (min-width: 1025px) {
  .footerMap {
    gap: 0.42vw;
    margin-top: 0.52vw;
    text-underline-offset: 0.26vw;
  }
}

.footerMapIcon {
  fill: none;
}
@media screen and (min-width: 320px) {
  .footerMapIcon {
    width: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .footerMapIcon {
    width: 1.56vw;
  }
}

.footerSitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .footerSitemap {
    width: 100%;
    padding-top: 10vw;
    gap: 8vw;
  }
}
@media screen and (min-width: 1025px) {
  .footerSitemap {
    width: 70%;
    padding-top: 1.41vw;
    gap: 4.7vw;
  }
}

@media screen and (min-width: 320px) {
  .sitemapWrapper {
    min-width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .sitemapWrapper {
    min-width: 25%;
  }
}

.sitemapTitle {
  font-weight: 700;
  letter-spacing: 0.1vw;
  border-bottom: 1px solid;
}
@media screen and (min-width: 320px) {
  .sitemapTitle {
    font-size: 4.5vw;
    padding: 0 0 1vw 2.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .sitemapTitle {
    font-size: 1.25vw;
    padding: 0 0 0.42vw 0.89vw;
  }
}

.sitemapList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 320px) {
  .sitemapList {
    padding: 3.75vw 0 0 2.5vw;
    gap: 2vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .sitemapList {
    padding: 1.04vw 0 0 0.89vw;
    gap: 0.94vw 0;
  }
}

.sitemapItem {
  letter-spacing: 0.05vw;
}
@media screen and (min-width: 320px) {
  .sitemapItem {
    font-size: 3.25vw;
  }
}
@media screen and (min-width: 1025px) {
  .sitemapItem {
    font-size: 0.94vw;
  }
}

.childList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 320px) {
  .childList {
    padding: 2.5vw 0 0 5vw;
    gap: 2vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .childList {
    padding: 0.94vw 0 0 2.34vw;
    gap: 0.78vw 0;
  }
}

.childItem {
  position: relative;
  letter-spacing: 0.05vw;
}
@media screen and (min-width: 320px) {
  .childItem {
    font-size: 3.25vw;
  }
}
@media screen and (min-width: 1025px) {
  .childItem {
    font-size: 0.94vw;
  }
}
.childItem::before {
  position: absolute;
  content: "-";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 320px) {
  .childItem::before {
    left: -3.75vw;
  }
}
@media screen and (min-width: 1025px) {
  .childItem::before {
    left: -1.56vw;
  }
}

.footerCopyright {
  text-align: center;
  letter-spacing: 0.05vw;
}
@media screen and (min-width: 320px) {
  .footerCopyright {
    font-size: 3vw;
    margin-top: 15vw;
  }
}
@media screen and (min-width: 1025px) {
  .footerCopyright {
    font-size: 0.83vw;
    margin-top: 7vw;
  }
}

/* ******************************
 *
 * TOPPAGE
 *
 * ****************************** */
#__topMv {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100vh;
  height: 100svh;
}
@media screen and (min-width: 320px) {
  #__topMv {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 600px) {
  #__topMv {
    padding: 1rem;
  }
}
#__topMv .__sectionInner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#__topMv .__layer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#__topMv .__bgItem.swiper-slide-active .__img img, #__topMv .__bgItem.swiper-slide-duplicate-active .__img img, #__topMv .__bgItem.swiper-slide-prev .__img img {
  -webkit-animation: zoomOut 5000ms ease forwards;
          animation: zoomOut 5000ms ease forwards;
}
#__topMv .__img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  #__topMv .__img {
    border-radius: 1rem 1rem 0 1rem;
  }
}
@media screen and (min-width: 600px) {
  #__topMv .__img {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topMv .__img {
    border-radius: 1rem;
  }
}
#__topMv .__img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#__topMv .__copy {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #FFF;
}
@media screen and (min-width: 320px) {
  #__topMv .__copy {
    padding: 2.5vw 20vw 9rem 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  #__topMv .__copy {
    padding: 2.5vw 2.5vw 1.5vw;
  }
}
#__topMv .__copy::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color-main);
}
@media screen and (min-width: 320px) {
  #__topMv .__copy::before {
    width: 84%;
    height: 21.5rem;
    border-radius: 0 1.6rem 0 0;
  }
}
@media screen and (min-width: 600px) {
  #__topMv .__copy::before {
    width: 40%;
    height: 30rem;
    border-radius: 0 5rem 0 0;
  }
}
#__topMv .__copy::after {
  content: "";
  position: absolute;
  -webkit-box-shadow: -50px 50px 0 0 var(--color-main);
          box-shadow: -50px 50px 0 0 var(--color-main);
}
@media screen and (min-width: 320px) {
  #__topMv .__copy::after {
    bottom: 0;
    width: 10rem;
    height: 10rem;
    left: 84%;
    border-radius: 10%;
  }
}
@media screen and (min-width: 600px) {
  #__topMv .__copy::after {
    bottom: 0;
    width: 20rem;
    height: 20rem;
    left: 40%;
    border-radius: 20%;
  }
}
#__topMv .__copy * {
  position: relative;
  z-index: 1;
}
#__topMv .__copy .__copyEn, #__topMv .__copy .__copyJa {
  font-weight: 900;
}
#__topMv .__copy .__copyEn {
  font-family: acumin-pro, sans-serif;
  line-height: 1.1;
}
@media screen and (min-width: 320px) {
  #__topMv .__copy .__copyEn {
    font-size: 5rem;
    margin-bottom: 8.5vw;
  }
}
@media screen and (min-width: 600px) {
  #__topMv .__copy .__copyEn {
    font-size: 12rem;
    margin-bottom: 2.5vw;
  }
}
#__topMv .__copy .__copyJa {
  line-height: 1.64;
}
@media screen and (min-width: 320px) {
  #__topMv .__copy .__copyJa {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 600px) {
  #__topMv .__copy .__copyJa {
    font-size: 4.5rem;
  }
}
#__topMv .__copy p {
  opacity: 0.85;
}
@media screen and (min-width: 320px) {
  #__topMv .__copy p {
    font-size: 1.1rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 600px) {
  #__topMv .__copy p {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 320px) {
  #__topMv .__copy p br {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #__topMv .__copy p br {
    display: block;
  }
}
#__topMv .__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#__topMv .__menu ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
}
@media screen and (min-width: 320px) {
  #__topMv .__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0 0 0 1.5rem;
    padding: 0 0 1rem;
  }
}
@media screen and (min-width: 600px) {
  #__topMv .__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0 0 0 1.5rem;
    padding: 0 0 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topMv .__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0 0 0 1.5rem;
    padding: 0 0 1rem;
  }
}
#__topMv .__menu ul::before, #__topMv .__menu ul::after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 25%;
  -webkit-box-shadow: -50px 50px #FFF;
          box-shadow: -50px 50px #FFF;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#__topMv .__menu ul::before {
  top: 0;
}
@media screen and (min-width: 320px) {
  #__topMv .__menu ul::before {
    right: 120px;
  }
}
@media screen and (min-width: 600px) {
  #__topMv .__menu ul::before {
    right: 120px;
  }
}
@media screen and (min-width: 1025px) {
  #__topMv .__menu ul::before {
    right: 180px;
  }
}
@media screen and (min-width: 1441px) {
  #__topMv .__menu ul::before {
    right: 240px;
  }
}
@media screen and (min-width: 320px) {
  #__topMv .__menu ul::after {
    bottom: -100px;
    left: 20px;
  }
}
@media screen and (min-width: 600px) {
  #__topMv .__menu ul::after {
    bottom: -100px;
    left: 20px;
  }
}
@media screen and (min-width: 1025px) {
  #__topMv .__menu ul::after {
    bottom: -100px;
    left: 80px;
  }
}
@media screen and (min-width: 1441px) {
  #__topMv .__menu ul::after {
    bottom: -100px;
    left: 140px;
  }
}
#__topMv .__menu li {
  position: relative;
  z-index: 1;
}
#__topMv .__menu a {
  display: block;
  height: auto;
  background: white;
}
@media screen and (min-width: 320px) {
  #__topMv .__menu a {
    width: calc(120px + 2.5vw);
    margin-right: -2.5vw;
    padding: 0;
  }
}
@media screen and (min-width: 600px) {
  #__topMv .__menu a {
    width: calc(120px + 2.5vw);
    margin-right: -2.5vw;
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topMv .__menu a {
    width: calc(180px + 2.5vw);
    margin-right: -2.5vw;
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1441px) {
  #__topMv .__menu a {
    width: calc(240px + 2.5vw);
    margin-right: -2.5vw;
    padding: 0 1rem;
  }
}
#__topMv .__menu a:hover .__inner::before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#__topMv .__menu a .__inner {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (min-width: 320px) {
  #__topMv .__menu a .__inner {
    padding: 0 1rem 1rem;
  }
}
@media screen and (min-width: 600px) {
  #__topMv .__menu a .__inner {
    padding: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topMv .__menu a .__inner {
    padding: 1rem;
  }
}
#__topMv .__menu a .__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.075);
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}
#__topMv .__menu .__icon, #__topMv .__menu .__title {
  position: relative;
  z-index: 1;
}
#__topMv .__menu .__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}
#__topMv .__menu .__icon img {
  height: auto;
}
@media screen and (min-width: 320px) {
  #__topMv .__menu .__icon .__size1 {
    width: 60%;
  }
}
@media screen and (min-width: 600px) {
  #__topMv .__menu .__icon .__size1 {
    width: 60%;
  }
}
@media screen and (min-width: 1025px) {
  #__topMv .__menu .__icon .__size1 {
    width: 60%;
  }
}
@media screen and (min-width: 320px) {
  #__topMv .__menu .__icon .__size2 {
    width: 90%;
  }
}
@media screen and (min-width: 600px) {
  #__topMv .__menu .__icon .__size2 {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  #__topMv .__menu .__icon .__size2 {
    width: 90%;
  }
}
@media screen and (min-width: 320px) {
  #__topMv .__menu .__icon .__size3 {
    width: 45%;
  }
}
@media screen and (min-width: 600px) {
  #__topMv .__menu .__icon .__size3 {
    width: 45%;
  }
}
@media screen and (min-width: 1025px) {
  #__topMv .__menu .__icon .__size3 {
    width: 45%;
  }
}
#__topMv .__menu .__title {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 320px) {
  #__topMv .__menu .__title {
    font-size: 12px;
  }
}
@media screen and (min-width: 600px) {
  #__topMv .__menu .__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  #__topMv .__menu .__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1441px) {
  #__topMv .__menu .__title {
    font-size: 22px;
  }
}
#__topMv .__menu .__title span {
  display: block;
  width: 100%;
  text-align: center;
}
#__topMv .__menu .__title span:nth-child(1) {
  font-size: 70%;
  font-weight: 600;
  margin-bottom: 3px;
  letter-spacing: 0.04em;
}
#__topMv .__menu .__title span:nth-child(2) {
  font-weight: 700;
  line-height: 1;
  background: var(--color-main);
  color: #FFF;
  border-radius: 5px;
}
@media screen and (min-width: 320px) {
  #__topMv .__menu .__title span:nth-child(2) {
    padding: 6px 0 5px;
  }
}
@media screen and (min-width: 600px) {
  #__topMv .__menu .__title span:nth-child(2) {
    padding: 6px 8px 5px;
  }
}
@media screen and (min-width: 1025px) {
  #__topMv .__menu .__title span:nth-child(2) {
    padding: 6px 8px 5px;
  }
}
#__topMv .__menu .__title span:nth-child(2).gr {
  background: #21968c;
}

#__topAbout {
  position: relative;
  z-index: 1;
  background: var(--color-main);
  color: #FFF;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  #__topAbout {
    padding: 17rem 0 0;
    margin-top: -10rem;
  }
}
@media screen and (min-width: 600px) {
  #__topAbout {
    padding: 20vw 0 0;
    margin-top: -13vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topAbout {
    padding: 20vw 0 0;
    margin-top: -13vw;
  }
}
#__topAbout .__sectionInner {
  position: relative;
  z-index: 1;
  display: grid;
}
@media screen and (min-width: 320px) {
  #__topAbout .__sectionInner {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 2.5vw 25vw;
  }
}
@media screen and (min-width: 600px) {
  #__topAbout .__sectionInner {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 2.5vw 25vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topAbout .__sectionInner {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 2.5vw 25vw;
  }
}
#__topAbout .__gal, #__topAbout .__text {
  position: relative;
  z-index: 1;
}
#__topAbout .__gal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  #__topAbout .__gal {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 600px) {
  #__topAbout .__gal {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1025px) {
  #__topAbout .__gal {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#__topAbout .__gal .__img {
  width: calc(50% - 0.5rem);
  margin-bottom: 1rem;
}
#__topAbout .__gal .__img:nth-child(3) {
  width: 100%;
}
#__topAbout .__gal .__img div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  border-radius: 2rem;
  overflow: hidden;
}
#__topAbout .__gal .__img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#__topAbout .__text {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 320px) {
  #__topAbout .__text {
    padding: 8%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 600px) {
  #__topAbout .__text {
    padding: 0 5vw 0 10%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 1025px) {
  #__topAbout .__text {
    padding: 0 5vw 0 10%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 320px) {
  #__topAbout .__text h2 {
    font-size: 4.8vw;
    line-height: 1.7;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 600px) {
  #__topAbout .__text h2 {
    font-size: 3.6vw;
    line-height: 1.6;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topAbout .__text h2 {
    font-size: 2.8vw;
    line-height: 1.6;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1441px) {
  #__topAbout .__text h2 {
    font-size: 2.4vw;
    line-height: 1.6;
    margin-bottom: 5rem;
  }
}
#__topAbout .__text p {
  opacity: 0.85;
  line-height: 2;
}
@media screen and (min-width: 320px) {
  #__topAbout .__text p {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 600px) {
  #__topAbout .__text p {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topAbout .__text p {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1441px) {
  #__topAbout .__text p {
    font-size: 1vw;
  }
}
#__topAbout .__mtr {
  position: absolute;
  opacity: 0.1;
  right: -2.5vw;
}
@media screen and (min-width: 320px) {
  #__topAbout .__mtr {
    width: 70%;
    top: -2.5vw;
  }
}
@media screen and (min-width: 600px) {
  #__topAbout .__mtr {
    width: 40%;
    top: -4.5vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topAbout .__mtr {
    width: 40%;
    top: -10.5vw;
  }
}
#__topAbout .__mtr img {
  display: block;
  width: 100%;
  height: auto;
}

#__topConcept {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  #__topConcept {
    margin-top: -18vw;
  }
}
@media screen and (min-width: 600px) {
  #__topConcept {
    margin-top: -18vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topConcept {
    margin-top: -18vw;
  }
}
#__topConcept::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 2.5vw;
  height: 2.5vw;
  background: var(--color-main);
  border-radius: 0 0 1rem 0;
}
@media screen and (min-width: 320px) {
  #__topConcept::after {
    top: 17vw;
  }
}
@media screen and (min-width: 600px) {
  #__topConcept::after {
    top: 17vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topConcept::after {
    top: 17vw;
  }
}
#__topConcept .__sectionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFF;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 320px) {
  #__topConcept .__sectionInner {
    width: 97.5%;
    padding: 15vw 5vw 0;
    border-radius: 2rem 0 0 0;
  }
}
@media screen and (min-width: 600px) {
  #__topConcept .__sectionInner {
    width: 97.5%;
    padding: 8vw 7.5vw 0;
    border-radius: 2rem 0 0 0;
  }
}
@media screen and (min-width: 1025px) {
  #__topConcept .__sectionInner {
    width: 97.5%;
    padding: 8vw 7.5vw 0;
    border-radius: 2rem 0 0 0;
  }
}
#__topConcept .__topServiceTitle {
  position: relative;
  z-index: 1;
  color: var(--color-main);
  margin-top: -5px;
}
@media screen and (min-width: 320px) {
  #__topConcept .__topServiceTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-radius: 0 0 1rem 1rem;
    padding: 0 0 5vw;
  }
}
@media screen and (min-width: 600px) {
  #__topConcept .__topServiceTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-radius: 0 0 2rem 2rem;
    padding: 0 0 5vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topConcept .__topServiceTitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-radius: 0 0 2rem 2rem;
    padding: 0 0 5vw;
  }
}
#__topConcept .__topServiceTitle h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin-left: 2.5vw;
}
@media screen and (min-width: 320px) {
  #__topConcept .__topServiceTitle h2 {
    font-size: 4.2vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 600px) {
  #__topConcept .__topServiceTitle h2 {
    font-size: 2.2vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1025px) {
  #__topConcept .__topServiceTitle h2 {
    font-size: 1.4vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1441px) {
  #__topConcept .__topServiceTitle h2 {
    font-size: 1.4vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#__topConcept .__topServiceTitle h2::before {
  content: "";
  display: block;
  background: var(--color-main);
  border-radius: 50%;
  margin-right: 1rem;
}
@media screen and (min-width: 320px) {
  #__topConcept .__topServiceTitle h2::before {
    width: 3.5vw;
    height: 3.5vw;
  }
}
@media screen and (min-width: 600px) {
  #__topConcept .__topServiceTitle h2::before {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topConcept .__topServiceTitle h2::before {
    width: 1.5vw;
    height: 1.5vw;
  }
}
#__topConcept .__topServiceTitleEn {
  font-family: acumin-pro, sans-serif;
  font-weight: 900;
  line-height: 0.8;
}
@media screen and (min-width: 320px) {
  #__topConcept .__topServiceTitleEn {
    font-size: 15vw;
    padding-top: 0.5rem;
    text-align: left;
  }
}
@media screen and (min-width: 600px) {
  #__topConcept .__topServiceTitleEn {
    font-size: 14.5vw;
    padding-top: 1rem;
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  #__topConcept .__topServiceTitleEn {
    font-size: 8vw;
    padding-top: 2rem;
    text-align: left;
  }
}
@media screen and (min-width: 1441px) {
  #__topConcept .__topServiceTitleEn {
    font-size: 8vw;
    padding-top: 2rem;
    text-align: left;
  }
}
#__topConcept .__copy {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  #__topConcept .__copy {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin: 0;
  }
}
@media screen and (min-width: 600px) {
  #__topConcept .__copy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  #__topConcept .__copy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin: 0 0 0 auto;
  }
}
#__topConcept .__copy h2 {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  #__topConcept .__copy h2 {
    font-size: 4.8vw;
    line-height: 2;
    margin: 0 0 7.5vw;
  }
}
@media screen and (min-width: 600px) {
  #__topConcept .__copy h2 {
    font-size: 1.8vw;
    line-height: 2;
    margin: 0 0 0 5vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topConcept .__copy h2 {
    font-size: 1.8vw;
    line-height: 2;
    margin: 0 0 0 5vw;
  }
}
@media screen and (min-width: 320px) {
  #__topConcept .__copy p {
    font-size: 3.4vw;
    line-height: 2;
  }
}
@media screen and (min-width: 600px) {
  #__topConcept .__copy p {
    font-size: 1.2vw;
    line-height: 2.6;
  }
}
@media screen and (min-width: 1025px) {
  #__topConcept .__copy p {
    font-size: 1.2vw;
    line-height: 2.6;
  }
}
@media screen and (min-width: 320px) {
  #__topConcept .__copy .__sp {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #__topConcept .__copy .__sp {
    display: block;
  }
}
@media screen and (min-width: 320px) {
  #__topConcept .__mv {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -20vw;
  }
}
@media screen and (min-width: 600px) {
  #__topConcept .__mv {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: -20vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topConcept .__mv {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: -20vw;
  }
}
#__topConcept .__mv img {
  display: block;
}
@media screen and (min-width: 320px) {
  #__topConcept .__mv img {
    width: 95%;
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 600px) {
  #__topConcept .__mv img {
    width: 95%;
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 1025px) {
  #__topConcept .__mv img {
    width: 95%;
    margin: 0 auto 0 0;
  }
}

#__topService {
  position: relative;
}
#__topService .__topServiceTitle {
  color: var(--color-main);
  margin-top: -5px;
}
@media screen and (min-width: 320px) {
  #__topService .__topServiceTitle {
    border-radius: 0 0 1rem 1rem;
    padding: 15vw 2.5vw 0;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__topServiceTitle {
    border-radius: 0 0 2rem 2rem;
    padding: 5vw 5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__topServiceTitle {
    border-radius: 0 0 2rem 2rem;
    padding: 5vw 5vw 0;
  }
}
#__topService .__topServiceTitle h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin-left: 2.5vw;
}
@media screen and (min-width: 320px) {
  #__topService .__topServiceTitle h2 {
    font-size: 4.2vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__topServiceTitle h2 {
    font-size: 2.2vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__topServiceTitle h2 {
    font-size: 1.4vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 1441px) {
  #__topService .__topServiceTitle h2 {
    font-size: 1.4vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#__topService .__topServiceTitle h2::before {
  content: "";
  display: block;
  background: var(--color-main);
  border-radius: 50%;
  margin-right: 1rem;
}
@media screen and (min-width: 320px) {
  #__topService .__topServiceTitle h2::before {
    width: 3.5vw;
    height: 3.5vw;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__topServiceTitle h2::before {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__topServiceTitle h2::before {
    width: 1.5vw;
    height: 1.5vw;
  }
}
#__topService .__topServiceTitleEn {
  font-family: acumin-pro, sans-serif;
  font-weight: 900;
  line-height: 0.8;
}
@media screen and (min-width: 320px) {
  #__topService .__topServiceTitleEn {
    font-size: 15vw;
    padding-top: 0.5rem;
    text-align: right;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__topServiceTitleEn {
    font-size: 14.5vw;
    padding-top: 1rem;
    text-align: right;
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__topServiceTitleEn {
    font-size: 8vw;
    padding-top: 2rem;
    text-align: right;
  }
}
@media screen and (min-width: 1441px) {
  #__topService .__topServiceTitleEn {
    font-size: 8vw;
    padding-top: 2rem;
    text-align: right;
  }
}
#__topService .__sectionInner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  #__topService .__sectionInner {
    padding: 2.5vw;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__sectionInner {
    padding: 2.5vw 5.5vw 2.5vw 1vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__sectionInner {
    padding: 2.5vw 5.5vw 2.5vw 1vw;
  }
}
@media screen and (min-width: 320px) {
  #__topService .__headCommon {
    padding: 0 0 3vw 3vw;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__headCommon {
    padding: 0 0 3vw 3vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__headCommon {
    padding: 0 0 3vw 3vw;
  }
}
#__topService .__svBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  #__topService .__svNav {
    width: 20%;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__svNav {
    width: 25%;
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__svNav {
    width: 25%;
  }
}
#__topService .__svNav ul {
  position: sticky;
}
@media screen and (min-width: 320px) {
  #__topService .__svNav ul {
    top: 30vw;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__svNav ul {
    top: 12vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__svNav ul {
    top: 12vw;
  }
}
#__topService .__svNav li {
  margin-bottom: 1rem;
}
#__topService .__svNav a {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  border-radius: 1rem;
  -webkit-box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, color 400ms ease, transform 400ms ease;
  transition: background-color 400ms ease, color 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}
@media screen and (min-width: 320px) {
  #__topService .__svNav a {
    padding: 5px;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__svNav a {
    padding: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__svNav a {
    padding: 1rem;
  }
}
#__topService .__svNav a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#__topService .__svNav a.__active {
  background: var(--color-main);
  color: #FFF;
}
#__topService .__svNav a.__active .__info .__titleEn {
  background: #FFF;
  color: var(--color-main);
}
@media screen and (min-width: 320px) {
  #__topService .__svNav .__thumb {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__svNav .__thumb {
    width: 30%;
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__svNav .__thumb {
    width: 30%;
  }
}
#__topService .__svNav .__thumb .__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 1rem;
  overflow: hidden;
  background: #f8f6ed;
}
#__topService .__svNav .__thumb img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 320px) {
  #__topService .__svNav .__info {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__svNav .__info {
    width: 65%;
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__svNav .__info {
    width: 65%;
  }
}
#__topService .__svNav .__info .__titleEn {
  font-family: acumin-pro, sans-serif;
  display: inline-block;
  line-height: 1;
  background: var(--color-main);
  color: #FFF;
  padding: 5px 8px;
  border-radius: 0.5rem;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
}
@media screen and (min-width: 320px) {
  #__topService .__svNav .__info .__titleEn {
    display: none;
    font-size: 9px;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__svNav .__info .__titleEn {
    display: inline-block;
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__svNav .__info .__titleEn {
    display: inline-block;
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 1441px) {
  #__topService .__svNav .__info .__titleEn {
    display: inline-block;
    font-size: 0.84vw;
  }
}
#__topService .__svNav .__info .__titleJa {
  font-weight: 700;
  margin: 5px 0;
}
@media screen and (min-width: 320px) {
  #__topService .__svNav .__info .__titleJa {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__svNav .__info .__titleJa {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__svNav .__info .__titleJa {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1441px) {
  #__topService .__svNav .__info .__titleJa {
    font-size: 1.2vw;
  }
}
#__topService .__svNav .__info .__titleDesc {
  opacity: 0.8;
  line-height: 1.72;
}
@media screen and (min-width: 320px) {
  #__topService .__svNav .__info .__titleDesc {
    display: none;
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__svNav .__info .__titleDesc {
    display: block;
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__svNav .__info .__titleDesc {
    display: block;
    font-size: 0.9vw;
  }
}
@media screen and (min-width: 1441px) {
  #__topService .__svNav .__info .__titleDesc {
    display: block;
    font-size: 0.84vw;
  }
}
@media screen and (min-width: 320px) {
  #__topService .__svContent {
    width: 75%;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__svContent {
    width: calc(75% - 2.5vw);
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__svContent {
    width: calc(75% - 2.5vw);
  }
}
#__topService .__svTitleLogo {
  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;
}
@media screen and (min-width: 320px) {
  #__topService .__svTitleLogo {
    padding: 5vw 0 5vw;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__svTitleLogo {
    padding: 5vw 0 5vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__svTitleLogo {
    padding: 5vw 0 5vw;
  }
}
@media screen and (min-width: 320px) {
  #__topService .__svTitleLogo .__logoImg {
    width: 10vw;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__svTitleLogo .__logoImg {
    width: 10vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__svTitleLogo .__logoImg {
    width: 10vw;
  }
}
#__topService .__svTitleLogo .__logoImg img {
  width: 100%;
  height: auto;
}
#__topService .__svTitleLogo .__logoType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-weight: 700;
  margin: 1rem 0 0;
}
#__topService .__svTitleLogo .__logoType span {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  background: var(--color-main);
  color: #FFF;
}
#__topService .__svGal .__img, #__topService .__svGalThumb .__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.56%;
  border-radius: 10px;
  background: #f8f6ed;
  overflow: hidden;
}
#__topService .__svGal .__img img, #__topService .__svGalThumb .__img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 320px) {
  #__topService .__svGalThumb {
    padding: 10px 10% 0 0;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__svGalThumb {
    padding: 10px 10% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__svGalThumb {
    padding: 10px 10% 0 0;
  }
}
#__topService .__svGalThumb .__thumb {
  opacity: 0.5;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease;
  transition: opacity 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}
#__topService .__svGalThumb .__thumb.swiper-slide-thumb-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#__topService .__svGalThumb .__thumb:hover {
  opacity: 1;
}
#__topService .__svGalArrow {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-main);
  border-radius: 1rem;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 320px) {
  #__topService .__svGalArrow {
    width: 8vw;
    height: 8vw;
    top: calc(50% - 4vw);
  }
}
@media screen and (min-width: 600px) {
  #__topService .__svGalArrow {
    width: 5vw;
    height: 5vw;
    top: calc(50% - 2.5vw);
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__svGalArrow {
    width: 5vw;
    height: 5vw;
    top: calc(50% - 2.5vw);
  }
}
#__topService .__svGalArrow:hover {
  opacity: 0.6;
}
#__topService .__svGalArrow.__next {
  right: 0;
}
#__topService .__svGalArrow.__prev {
  left: 0;
}
#__topService .__svGalArrow svg {
  display: block;
  width: 50%;
  height: 50%;
  fill: #FFF;
}
#__topService .__svSection {
  border-bottom: solid 1px #FFA79C;
}
@media screen and (min-width: 320px) {
  #__topService .__svSection {
    padding: 0 0 5rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__svSection {
    padding: 0 0 5rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__svSection {
    padding: 0 0 5rem;
    margin-bottom: 5rem;
  }
}
#__topService .__svHead p {
  font-weight: 900;
  line-height: 1.8;
}
@media screen and (min-width: 320px) {
  #__topService .__svHead p {
    font-size: 4.2vw;
    padding: 3rem 0 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__svHead p {
    font-size: 1.8vw;
    padding: 3rem 0 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__svHead p {
    font-size: 1.8vw;
    padding: 5rem 0 2.5rem;
  }
}
#__topService .__svInfo ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  #__topService .__svInfo ul li {
    font-size: 3.5vw;
    padding: 0.5rem;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__svInfo ul li {
    font-size: 1.6vw;
    padding: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__svInfo ul li {
    font-size: 1.1vw;
    padding: 1rem;
  }
}
@media screen and (min-width: 1441px) {
  #__topService .__svInfo ul li {
    font-size: 1vw;
    padding: 1rem;
  }
}
#__topService .__svInfo ul li.__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  color: #21968c;
}
@media screen and (min-width: 320px) {
  #__topService .__svInfo ul li.__title {
    font-size: 3.5vw;
    padding: 0.75rem 0;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__svInfo ul li.__title {
    font-size: 1.6vw;
    padding: 0.75rem 0;
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__svInfo ul li.__title {
    font-size: 1.1vw;
    padding: 0.75rem 0;
  }
}
@media screen and (min-width: 1441px) {
  #__topService .__svInfo ul li.__title {
    font-size: 1vw;
    padding: 0.75rem 0;
  }
}
#__topService .__svInfo ul li span {
  display: block;
  margin-right: 1rem;
}
@media screen and (min-width: 320px) {
  #__topService .__svInfo ul li span {
    width: 2vw;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__svInfo ul li span {
    width: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__svInfo ul li span {
    width: 2vw;
  }
}
#__topService .__svInfo ul li svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #21968c;
}
#__topService .__svInfo p {
  border-radius: 1.5rem;
  background: #f8f6ed;
  line-height: 1.8;
}
@media screen and (min-width: 320px) {
  #__topService .__svInfo p {
    font-size: 3.4vw;
    padding: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  #__topService .__svInfo p {
    font-size: 1.4vw;
    padding: 2rem 3rem;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topService .__svInfo p {
    font-size: 1vw;
    padding: 3rem 4rem;
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1441px) {
  #__topService .__svInfo p {
    font-size: 0.9vw;
    padding: 3rem 4rem;
    margin-top: 2.5rem;
  }
}

#__topRecruit {
  overflow: hidden;
}
#__topRecruit .__topServiceTitle {
  color: var(--color-main);
  margin-top: -5px;
}
@media screen and (min-width: 320px) {
  #__topRecruit .__topServiceTitle {
    border-radius: 0 0 1rem 1rem;
    padding: 25vw 2.5vw 0 7.5vw;
  }
}
@media screen and (min-width: 600px) {
  #__topRecruit .__topServiceTitle {
    border-radius: 0 0 2rem 2rem;
    padding: 10vw 2.5vw 0 7.5vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topRecruit .__topServiceTitle {
    border-radius: 0 0 2rem 2rem;
    padding: 10vw 2.5vw 0 7.5vw;
  }
}
#__topRecruit .__topServiceTitle h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin-left: 2.5vw;
}
@media screen and (min-width: 320px) {
  #__topRecruit .__topServiceTitle h2 {
    font-size: 4.2vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 600px) {
  #__topRecruit .__topServiceTitle h2 {
    font-size: 2.2vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1025px) {
  #__topRecruit .__topServiceTitle h2 {
    font-size: 1.4vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1441px) {
  #__topRecruit .__topServiceTitle h2 {
    font-size: 1.4vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#__topRecruit .__topServiceTitle h2::before {
  content: "";
  display: block;
  background: var(--color-main);
  border-radius: 50%;
  margin-right: 1rem;
}
@media screen and (min-width: 320px) {
  #__topRecruit .__topServiceTitle h2::before {
    width: 3.5vw;
    height: 3.5vw;
  }
}
@media screen and (min-width: 600px) {
  #__topRecruit .__topServiceTitle h2::before {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topRecruit .__topServiceTitle h2::before {
    width: 1.5vw;
    height: 1.5vw;
  }
}
#__topRecruit .__topServiceTitle h3 {
  line-height: 1.45;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  #__topRecruit .__topServiceTitle h3 {
    font-size: 4.6vw;
    margin: 2rem 0 3rem;
  }
}
@media screen and (min-width: 600px) {
  #__topRecruit .__topServiceTitle h3 {
    font-size: 3.4vw;
    margin: 3rem 0 5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topRecruit .__topServiceTitle h3 {
    font-size: 2.8vw;
    margin: 6rem 0 7rem;
  }
}
#__topRecruit .__topServiceTitleEn {
  font-family: acumin-pro, sans-serif;
  font-weight: 900;
  line-height: 0.8;
}
@media screen and (min-width: 320px) {
  #__topRecruit .__topServiceTitleEn {
    font-size: 15vw;
    padding-top: 0.5rem;
    text-align: left;
  }
}
@media screen and (min-width: 600px) {
  #__topRecruit .__topServiceTitleEn {
    font-size: 14.5vw;
    padding-top: 1rem;
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  #__topRecruit .__topServiceTitleEn {
    font-size: 8vw;
    padding-top: 2rem;
    text-align: left;
  }
}
@media screen and (min-width: 1441px) {
  #__topRecruit .__topServiceTitleEn {
    font-size: 8vw;
    padding-top: 2rem;
    text-align: left;
  }
}
#__topRecruit .__sectionInner {
  background: var(--color-main);
  width: 92.5%;
  color: #FFF;
  border-radius: 3rem 0 0 3rem;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 320px) {
  #__topRecruit .__sectionInner {
    padding: 8vw 7.5vw;
    margin-top: 5.5vw;
  }
}
@media screen and (min-width: 600px) {
  #__topRecruit .__sectionInner {
    padding: 5vw 7.5vw;
    margin-top: 2.5vw;
    overflow: hidden;
  }
}
@media screen and (min-width: 1025px) {
  #__topRecruit .__sectionInner {
    padding: 5vw 7.5vw;
    margin-top: 2.5vw;
    overflow: hidden;
  }
}
#__topRecruit .__msg {
  position: relative;
}
@media screen and (min-width: 320px) {
  #__topRecruit .__msg {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 600px) {
  #__topRecruit .__msg {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topRecruit .__msg {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 1441px) {
  #__topRecruit .__msg {
    margin-bottom: 5vw;
  }
}
#__topRecruit .__msg .__en, #__topRecruit .__msg h3, #__topRecruit .__msg p {
  position: relative;
  z-index: 1;
}
#__topRecruit .__msg .__en, #__topRecruit .__msg h3 {
  font-weight: 900;
}
#__topRecruit .__msg .__en {
  font-family: acumin-pro, sans-serif;
}
@media screen and (min-width: 320px) {
  #__topRecruit .__msg .__en {
    font-size: 7.4vw;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 600px) {
  #__topRecruit .__msg .__en {
    font-size: 6.4vw;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topRecruit .__msg .__en {
    font-size: 5.8vw;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1441px) {
  #__topRecruit .__msg .__en {
    font-size: 5.4vw;
    margin-bottom: 3rem;
  }
}
#__topRecruit .__msg h3 {
  line-height: 1.5;
}
@media screen and (min-width: 320px) {
  #__topRecruit .__msg h3 {
    font-size: 4.6vw;
  }
}
@media screen and (min-width: 600px) {
  #__topRecruit .__msg h3 {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topRecruit .__msg h3 {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 1441px) {
  #__topRecruit .__msg h3 {
    font-size: 2.2vw;
  }
}
#__topRecruit .__msg p {
  line-height: 1.8;
  opacity: 0.85;
}
@media screen and (min-width: 320px) {
  #__topRecruit .__msg p {
    font-size: 3.4vw;
    padding: 0 0 3vw;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  #__topRecruit .__msg p {
    font-size: 1.4vw;
    padding: 0 20vw 0 0;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topRecruit .__msg p {
    font-size: 1vw;
    padding: 0 40vw 0 0;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1441px) {
  #__topRecruit .__msg p {
    font-size: 0.9vw;
    padding: 0 40vw 0 0;
    margin-top: 3rem;
  }
}
#__topRecruit .__msg img {
  position: absolute;
  height: auto;
  mix-blend-mode: multiply;
  opacity: 0.3;
}
@media screen and (min-width: 320px) {
  #__topRecruit .__msg img {
    width: 90%;
    right: -30vw;
    top: -7vw;
  }
}
@media screen and (min-width: 600px) {
  #__topRecruit .__msg img {
    width: 90%;
    right: -30vw;
    top: -7vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topRecruit .__msg img {
    width: 90%;
    right: -30vw;
    top: -7vw;
  }
}
@media screen and (min-width: 1441px) {
  #__topRecruit .__msg img {
    width: 90%;
    right: -30vw;
    top: -7vw;
  }
}
#__topRecruit .__galBody, #__topRecruit .__galWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#__topRecruit .__galBody {
  position: relative;
}
@media screen and (min-width: 320px) {
  #__topRecruit .__galBody {
    width: calc(100% + 15vw);
    left: -7.5vw;
  }
}
@media screen and (min-width: 600px) {
  #__topRecruit .__galBody {
    width: calc(100% + 15vw);
    left: -7.5vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topRecruit .__galBody {
    width: calc(100% + 15vw);
    left: -7.5vw;
  }
}
#__topRecruit .__galBody.__bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 320px) {
  #__topRecruit .__galBody.__bottom {
    margin-top: 1.5vw;
  }
}
@media screen and (min-width: 600px) {
  #__topRecruit .__galBody.__bottom {
    margin-top: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topRecruit .__galBody.__bottom {
    margin-top: 1.5vw;
  }
}
#__topRecruit .__galBody.__bottom .__galWrapper {
  -webkit-animation: loopClRv 50000ms linear infinite both;
          animation: loopClRv 50000ms linear infinite both;
}
#__topRecruit .__galWrapper {
  -webkit-animation: loopCl 50000ms linear infinite both;
          animation: loopCl 50000ms linear infinite both;
}
@media screen and (min-width: 320px) {
  #__topRecruit .__galItem {
    width: 50vw;
    margin-right: 1.5vw;
  }
}
@media screen and (min-width: 600px) {
  #__topRecruit .__galItem {
    width: 30vw;
    margin-right: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topRecruit .__galItem {
    width: 30vw;
    margin-right: 1.5vw;
  }
}
#__topRecruit .__galItem .__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  overflow: hidden;
  background: #FFF;
}
@media screen and (min-width: 320px) {
  #__topRecruit .__galItem .__img {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 600px) {
  #__topRecruit .__galItem .__img {
    border-radius: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topRecruit .__galItem .__img {
    border-radius: 2rem;
  }
}
#__topRecruit .__galItem img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 320px) {
  .__yokoBody {
    padding: 10vw 0 0;
  }
}
@media screen and (min-width: 600px) {
  .__yokoBody {
    padding: 5vw 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .__yokoBody {
    padding: 5vw 0 0;
  }
}
.__yokoBody h3 {
  font-weight: 900;
}
@media screen and (min-width: 320px) {
  .__yokoBody h3 {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 600px) {
  .__yokoBody h3 {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .__yokoBody h3 {
    font-size: 2.4vw;
  }
}
.__yokoBody nav {
  margin-top: 1.5rem;
}
.__yokoBody nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.__yokoBody nav button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.15);
  color: #FFF;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
}
@media screen and (min-width: 320px) {
  .__yokoBody nav button {
    width: 35vw;
    height: 12vw;
    font-size: 3.8vw;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}
@media screen and (min-width: 600px) {
  .__yokoBody nav button {
    width: 15vw;
    height: 4vw;
    font-size: 1.6vw;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .__yokoBody nav button {
    width: 15vw;
    height: 4vw;
    font-size: 1.2vw;
    border-radius: 1rem 1rem 0 0;
  }
}
.__yokoBody nav button.__active {
  background: #FFF;
  color: var(--color-main);
  font-weight: 900;
}
.__yokoBody nav button.__active:hover {
  background: #FFF;
}
.__yokoBody nav button:hover {
  background: rgba(255, 255, 255, 0.85);
  color: var(--color-main);
}

.__yokoContent {
  background: #FFF;
  color: #000000;
}
@media screen and (min-width: 320px) {
  .__yokoContent {
    padding: 3vw;
    width: calc(100% + 7.5vw);
    border-radius: 0 0 0 1rem;
  }
}
@media screen and (min-width: 600px) {
  .__yokoContent {
    padding: 3vw;
    width: 100%;
    border-radius: 0 1rem 1rem 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .__yokoContent {
    padding: 3vw;
    width: 100%;
    border-radius: 0 2rem 2rem 2rem;
  }
}
.__yokoContent ul {
  display: grid;
}
@media screen and (min-width: 320px) {
  .__yokoContent ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5vw;
  }
}
@media screen and (min-width: 600px) {
  .__yokoContent ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .__yokoContent ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5vw;
  }
}
.__yokoContent li {
  background: #FFF;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 320px) {
  .__yokoContent li {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  .__yokoContent li {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .__yokoContent li {
    padding: 3rem;
  }
}
.__yokoContent h4 {
  font-weight: 900;
  color: var(--color-main);
}
@media screen and (min-width: 320px) {
  .__yokoContent h4 {
    font-size: 4.8vw;
    margin: 1rem 0;
  }
}
@media screen and (min-width: 600px) {
  .__yokoContent h4 {
    font-size: 2.4vw;
    margin: 1rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .__yokoContent h4 {
    font-size: 1.6vw;
    margin: 2rem 0;
  }
}
@media screen and (min-width: 1441px) {
  .__yokoContent h4 {
    font-size: 1.4vw;
    margin: 2rem 0;
  }
}
.__yokoContent .__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .__yokoContent .__total {
    font-size: 4.2vw;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  .__yokoContent .__total {
    font-size: 1.6vw;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .__yokoContent .__total {
    font-size: 1.2vw;
    margin-bottom: 2rem;
  }
}
.__yokoContent .__total span {
  display: inline-block;
  background: var(--color-main);
  color: #FFF;
  font-size: 70%;
  border-radius: 5rem;
  margin-right: 10px;
}
@media screen and (min-width: 320px) {
  .__yokoContent .__total span {
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .__yokoContent .__total span {
    padding: 0.8rem 2rem;
  }
}
.__yokoContent dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: dotted 2px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 320px) {
  .__yokoContent dl {
    font-size: 3.4vw;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .__yokoContent dl {
    font-size: 1.4vw;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .__yokoContent dl {
    font-size: 1vw;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.__yokoContent dl dt {
  font-weight: 700;
  width: 100%;
  margin-bottom: 8px;
}
.__yokoContent dl dd {
  width: 100%;
  opacity: 0.8;
}

@media screen and (min-width: 320px) {
  #__topContact.__isChild {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 600px) {
  #__topContact.__isChild {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topContact.__isChild {
    margin-top: 8vw;
  }
}
#__topContact .__topServiceTitle {
  color: var(--color-main);
  margin-top: -5px;
}
@media screen and (min-width: 320px) {
  #__topContact .__topServiceTitle {
    border-radius: 0 0 1rem 1rem;
    padding: 25vw 2.5vw 0 7.5vw;
  }
}
@media screen and (min-width: 600px) {
  #__topContact .__topServiceTitle {
    border-radius: 0 0 2rem 2rem;
    padding: 10vw 2.5vw 0 7.5vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topContact .__topServiceTitle {
    border-radius: 0 0 2rem 2rem;
    padding: 10vw 2.5vw 0 7.5vw;
  }
}
#__topContact .__topServiceTitle h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin-left: 2.5vw;
}
@media screen and (min-width: 320px) {
  #__topContact .__topServiceTitle h2 {
    font-size: 4.2vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 600px) {
  #__topContact .__topServiceTitle h2 {
    font-size: 2.2vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1025px) {
  #__topContact .__topServiceTitle h2 {
    font-size: 1.4vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1441px) {
  #__topContact .__topServiceTitle h2 {
    font-size: 1.4vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#__topContact .__topServiceTitle h2::before {
  content: "";
  display: block;
  background: var(--color-main);
  border-radius: 50%;
  margin-right: 1rem;
}
@media screen and (min-width: 320px) {
  #__topContact .__topServiceTitle h2::before {
    width: 3.5vw;
    height: 3.5vw;
  }
}
@media screen and (min-width: 600px) {
  #__topContact .__topServiceTitle h2::before {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topContact .__topServiceTitle h2::before {
    width: 1.5vw;
    height: 1.5vw;
  }
}
#__topContact .__topServiceTitleEn {
  font-family: acumin-pro, sans-serif;
  font-weight: 900;
  line-height: 0.8;
}
@media screen and (min-width: 320px) {
  #__topContact .__topServiceTitleEn {
    font-size: 15vw;
    padding-top: 0.5rem;
    text-align: left;
  }
}
@media screen and (min-width: 600px) {
  #__topContact .__topServiceTitleEn {
    font-size: 14.5vw;
    padding-top: 1rem;
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  #__topContact .__topServiceTitleEn {
    font-size: 8vw;
    padding-top: 2rem;
    text-align: left;
  }
}
@media screen and (min-width: 1441px) {
  #__topContact .__topServiceTitleEn {
    font-size: 8vw;
    padding-top: 2rem;
    text-align: left;
  }
}
#__topContact .__sectionInner {
  margin: 0 auto 0 0;
  background: #f8f6ed;
}
@media screen and (min-width: 320px) {
  #__topContact .__sectionInner {
    width: 90%;
    padding: 5vw 5vw 30vw 7.5vw;
    margin-top: 3rem;
    border-radius: 0 2rem 0 0;
  }
}
@media screen and (min-width: 600px) {
  #__topContact .__sectionInner {
    width: 90%;
    padding: 5vw 5vw 5vw 7.5vw;
    margin-top: 3rem;
    border-radius: 0 2rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  #__topContact .__sectionInner {
    width: 90%;
    padding: 5vw 5vw 8vw 7.5vw;
    margin-top: 6rem;
    border-radius: 0 4rem 0 0;
  }
}
#__topContact .__step {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5vw;
  margin-bottom: 3rem;
}
#__topContact .__step li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #21968c;
  border: solid 1px #21968c;
}
@media screen and (min-width: 320px) {
  #__topContact .__step li {
    font-size: 3.25vw;
    padding: 1rem 0;
    border-radius: 0.5rem;
  }
}
@media screen and (min-width: 600px) {
  #__topContact .__step li {
    font-size: 1.45vw;
    padding: 1.5rem 0;
    border-radius: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__topContact .__step li {
    font-size: 1.15vw;
    padding: 2rem 0;
    border-radius: 1rem;
  }
}
#__topContact .__step li.__active {
  background: #21968c;
  color: #FFF;
  font-weight: 700;
}

.__formItem {
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.__formItem .__formTitle {
  font-weight: 700;
  padding-bottom: 1rem;
}
@media screen and (min-width: 320px) {
  .__formItem .__formTitle {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 600px) {
  .__formItem .__formTitle {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .__formItem .__formTitle {
    font-size: 1.3vw;
  }
}
.__formItem .__formInp input, .__formItem .__formInp select, .__formItem .__formInp textarea {
  display: block;
  width: 100%;
  background: #FFF;
  border-radius: 4px;
  border: none;
  outline: none;
}
@media screen and (min-width: 320px) {
  .__formItem .__formInp input, .__formItem .__formInp select, .__formItem .__formInp textarea {
    padding: 0.75rem 1rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .__formItem .__formInp input, .__formItem .__formInp select, .__formItem .__formInp textarea {
    padding: 1.75rem 2rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .__formItem .__formInp input, .__formItem .__formInp select, .__formItem .__formInp textarea {
    padding: 1.75rem 2rem;
    font-size: 1.6rem;
  }
}
.__formItem .__formInp textarea {
  min-height: 150px;
}

.__formBtn {
  text-align: center;
}
@media screen and (min-width: 320px) {
  .__formBtn {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .__formBtn {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 320px) {
  .__formBtn p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 600px) {
  .__formBtn p {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1025px) {
  .__formBtn p {
    font-size: 1vw;
  }
}
.__formBtn button {
  background: var(--color-main);
  color: #FFF;
  font-weight: 700;
  border-radius: 1rem;
  text-align: center;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 320px) {
  .__formBtn button {
    width: 100%;
    padding: 1rem 0;
    font-size: 3.8vw;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  .__formBtn button {
    width: auto;
    padding: 1.75rem 4rem;
    font-size: 1.6vw;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .__formBtn button {
    width: auto;
    padding: 1.75rem 4rem;
    font-size: 1.3vw;
    margin-top: 2.5rem;
  }
}
.__formBtn button:hover {
  opacity: 0.6;
}

.__headCommon .__headJa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
  letter-spacing: 0.012em;
}
@media screen and (min-width: 320px) {
  .__headCommon .__headJa {
    font-size: 1.46vw;
  }
}
@media screen and (min-width: 600px) {
  .__headCommon .__headJa {
    font-size: 1.46vw;
  }
}
@media screen and (min-width: 1025px) {
  .__headCommon .__headJa {
    font-size: 1.46vw;
  }
}
@media screen and (min-width: 1441px) {
  .__headCommon .__headJa {
    font-size: 1.46vw;
  }
}
@media screen and (min-width: 320px) {
  .__headCommon .__headIcon img {
    width: 2vw;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .__headCommon .__headIcon img {
    width: 2vw;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .__headCommon .__headIcon img {
    width: 2vw;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1441px) {
  .__headCommon .__headIcon img {
    width: 2vw;
    margin-right: 1rem;
  }
}
.__headCommon .__headEn {
  font-family: acumin-pro, sans-serif;
  font-weight: 900;
  color: var(--color-main);
  line-height: 1.2;
}
@media screen and (min-width: 320px) {
  .__headCommon .__headEn {
    font-size: 6.8vw;
  }
}
@media screen and (min-width: 600px) {
  .__headCommon .__headEn {
    font-size: 6.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .__headCommon .__headEn {
    font-size: 6.8vw;
  }
}
@media screen and (min-width: 1441px) {
  .__headCommon .__headEn {
    font-size: 6.8vw;
  }
}
.__headCommon .__headCopy {
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 320px) {
  .__headCommon .__headCopy {
    font-size: 1.8vw;
    margin: 2.5vw 0 1.5vw;
  }
}
@media screen and (min-width: 600px) {
  .__headCommon .__headCopy {
    font-size: 1.8vw;
    margin: 2.5vw 0 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .__headCommon .__headCopy {
    font-size: 1.8vw;
    margin: 2.5vw 0 1.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .__headCommon .__headCopy {
    font-size: 1.8vw;
    margin: 2.5vw 0 1.5vw;
  }
}
.__headCommon .__headDesc {
  line-height: 1.8;
  opacity: 0.75;
}
@media screen and (min-width: 320px) {
  .__headCommon .__headDesc {
    font-size: 1vw;
  }
}
@media screen and (min-width: 600px) {
  .__headCommon .__headDesc {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1025px) {
  .__headCommon .__headDesc {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1441px) {
  .__headCommon .__headDesc {
    font-size: 1vw;
  }
}

#__topFacility.__transform .__sectionInner, #__topFacility.__transform .__layerCopy {
  opacity: 1;
}
#__topFacility.__transform .__sectionInner h2 span, #__topFacility.__transform .__layerCopy h2 span {
  opacity: 1;
}
#__topFacility.__transform .__sectionInner h2 span:nth-child(1), #__topFacility.__transform .__layerCopy h2 span:nth-child(1) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
#__topFacility.__transform .__sectionInner h2 span:nth-child(2), #__topFacility.__transform .__layerCopy h2 span:nth-child(2) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
#__topFacility.__transform .__sectionInner h2 span:nth-child(3), #__topFacility.__transform .__layerCopy h2 span:nth-child(3) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
#__topFacility.__transform .__arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#__topFacility.__goodbye .__sectionInner, #__topFacility.__goodbye .__layerCopy {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
#__topFacility.__goodbye .__arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
#__topFacility .__sectionInner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.25;
  -webkit-transition: opacity 1400ms ease, visibility 1400ms ease;
  transition: opacity 1400ms ease, visibility 1400ms ease;
}
#__topFacility #__galBody {
  position: relative;
  z-index: 2;
}
#__topFacility .__gal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  height: 100svh;
}
#__topFacility .__gal .__img {
  width: 70%;
}
#__topFacility .__gal img {
  width: 100%;
  height: auto;
}
#__topFacility .__gal .__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 320px) {
  #__topFacility .__gal .__text {
    padding: 5vw;
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 600px) {
  #__topFacility .__gal .__text {
    padding: 5vw;
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topFacility .__gal .__text {
    padding: 5vw;
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 1441px) {
  #__topFacility .__gal .__text {
    padding: 5vw;
    font-size: 1.2vw;
  }
}
#__topFacility .__gal .__text span {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
}
#__topFacility .__gal .__text span:nth-child(2) {
  font-size: 180%;
  margin-top: 0.5rem;
}
#__topFacility .__arrow {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: var(--color-main);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
@media screen and (min-width: 320px) {
  #__topFacility .__arrow {
    width: 4vw;
    height: 4vw;
    top: calc(50% - 2vw);
  }
}
@media screen and (min-width: 600px) {
  #__topFacility .__arrow {
    width: 4vw;
    height: 4vw;
    top: calc(50% - 2vw);
  }
}
@media screen and (min-width: 1025px) {
  #__topFacility .__arrow {
    width: 4vw;
    height: 4vw;
    top: calc(50% - 2vw);
  }
}
@media screen and (min-width: 1441px) {
  #__topFacility .__arrow {
    width: 4vw;
    height: 4vw;
    top: calc(50% - 2vw);
  }
}
#__topFacility .__arrow:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
#__topFacility .__arrow svg {
  display: block;
  fill: #FFF;
  width: 50%;
  height: auto;
}
#__topFacility .__buttonPrev {
  left: 2.5vw;
}
#__topFacility .__buttonNext {
  right: 2.5vw;
}
#__topFacility .__layerCopy {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}
@media screen and (min-width: 320px) {
  #__topFacility .__layerCopy {
    padding: 9vw 10vw 0 0;
  }
}
@media screen and (min-width: 600px) {
  #__topFacility .__layerCopy {
    padding: 9vw 10vw 0 0;
  }
}
@media screen and (min-width: 1025px) {
  #__topFacility .__layerCopy {
    padding: 9vw 10vw 0 0;
  }
}
@media screen and (min-width: 1441px) {
  #__topFacility .__layerCopy {
    padding: 9vw 10vw 0 0;
  }
}
#__topFacility .__layerCopy h2 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
  line-height: 2.2;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 320px) {
  #__topFacility .__layerCopy h2 {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 600px) {
  #__topFacility .__layerCopy h2 {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1025px) {
  #__topFacility .__layerCopy h2 {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  #__topFacility .__layerCopy h2 {
    font-size: 1.25vw;
  }
}
#__topFacility .__layerCopy h2 span {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

/* ******************************
 *
 * PAGE SETTINGS
 *
 * ****************************** */
#__pageMv {
  background: #f8f6ed;
}
#__pageMv .mv .__img {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.025);
}
@media screen and (min-width: 320px) {
  #__pageMv .mv .__img {
    padding-bottom: 57.5%;
  }
}
@media screen and (min-width: 600px) {
  #__pageMv .mv .__img {
    padding-bottom: 27.5%;
  }
}
@media screen and (min-width: 1025px) {
  #__pageMv .mv .__img {
    padding-bottom: 27.5%;
  }
}
#__pageMv .mv img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#__pageMv .__sectionInner {
  position: relative;
  z-index: 1;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 320px) {
  #__pageMv .__sectionInner {
    padding: 0 2.5%;
    margin-top: -4.5rem;
  }
}
@media screen and (min-width: 600px) {
  #__pageMv .__sectionInner {
    padding: 0 7.5%;
    margin-top: -12.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__pageMv .__sectionInner {
    padding: 0 7.5%;
    margin-top: -15rem;
  }
}
#__pageMv .__sectionInner .en {
  font-family: acumin-pro, sans-serif;
  font-weight: 900;
  color: var(--color-main);
  line-height: 1;
}
@media screen and (min-width: 320px) {
  #__pageMv .__sectionInner .en {
    font-size: 6.4rem;
  }
}
@media screen and (min-width: 600px) {
  #__pageMv .__sectionInner .en {
    font-size: 18rem;
  }
}
@media screen and (min-width: 1025px) {
  #__pageMv .__sectionInner .en {
    font-size: 20rem;
  }
}

@media screen and (min-width: 320px) {
  .bread {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .bread {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .bread {
    padding-top: 5rem;
  }
}
.bread ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bread li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .bread li {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .bread li {
    font-size: 1.4rem;
  }
}
.bread li::after {
  content: "";
  display: block;
  background: #000000;
  border-radius: 50%;
  margin: 0 1rem;
  opacity: 0.15;
}
@media screen and (min-width: 320px) {
  .bread li::after {
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 600px) {
  .bread li::after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .bread li::after {
    width: 10px;
    height: 10px;
  }
}
.bread li:last-child::after {
  display: none;
}
@media screen and (min-width: 320px) {
  .bread li:nth-last-child(2)::after {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .bread li:nth-last-child(2)::after {
    display: block;
  }
}
@media screen and (min-width: 320px) {
  .bread li.large {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .bread li.large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.bread a, .bread span {
  line-height: 1;
}
.bread a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-main);
  font-weight: 700;
}
.bread a svg {
  fill: transparent;
  stroke: var(--color-main);
  margin-right: 6.5px;
}
@media screen and (min-width: 320px) {
  .bread a svg {
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 600px) {
  .bread a svg {
    width: 18px;
    height: 18px;
  }
}
.bread span {
  opacity: 0.6;
}

/* ******************************
 *
 * ARTICLE LIST
 *
 * ****************************** */
#__articleLists {
  background: #f8f6ed;
}
@media screen and (min-width: 320px) {
  #__articleLists .inner {
    padding: 3.5rem 2.5% 5vw;
  }
}
@media screen and (min-width: 600px) {
  #__articleLists .inner {
    padding: 3rem 10% 8vw;
  }
}
#__articleLists nav {
  overflow-y: hidden;
}
@media screen and (min-width: 320px) {
  #__articleLists nav {
    overflow-x: scroll;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 600px) {
  #__articleLists nav {
    overflow-x: hidden;
    padding-bottom: 6rem;
  }
}
#__articleLists nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  #__articleLists nav ul {
    width: 200vw;
  }
}
@media screen and (min-width: 600px) {
  #__articleLists nav ul {
    width: 100%;
  }
}
@media screen and (min-width: 320px) {
  #__articleLists nav li {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #__articleLists nav li {
    margin-right: 2rem;
  }
}
#__articleLists nav li.isActive a {
  background: var(--color-main);
  color: #FFF;
}
#__articleLists nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  line-height: 1;
  border-radius: 5rem;
  background: #FFF;
  color: var(--color-main);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}
@media screen and (min-width: 320px) {
  #__articleLists nav a {
    font-size: 1.1rem;
    padding: 1rem 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #__articleLists nav a {
    font-size: 2rem;
    padding: 1.5rem 3rem;
  }
}
#__articleLists nav a:hover {
  background: var(--color-main);
  color: #FFF;
}

.articleListWrapper {
  display: grid;
}
@media screen and (min-width: 320px) {
  .articleListWrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  .articleListWrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
.articleListWrapper article, .articleListWrapper a {
  display: block;
}
.articleListWrapper article {
  margin-bottom: 1.5rem;
}
.articleListWrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #FFF;
  -webkit-box-shadow: 5px 5px 30px -10px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 30px -10px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 320px) {
  .articleListWrapper a {
    padding: 1.5rem;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .articleListWrapper a {
    padding: 2.5rem;
    border-radius: 2rem;
  }
}
.articleListWrapper a:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.articleListWrapper a:hover .title {
  text-decoration: underline;
  color: var(--color-main);
}
.articleListWrapper .img {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 66.67%;
  border-radius: 1rem;
}
.articleListWrapper .img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}
.articleListWrapper .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
  line-height: 1.64;
  letter-spacing: 0.05rem;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
}
@media screen and (min-width: 320px) {
  .articleListWrapper .title {
    font-size: 1.4rem;
    margin: 1.2rem 0 0.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .articleListWrapper .title {
    font-size: 1.8rem;
    margin: 2rem 0 1.5rem;
  }
}
.articleListWrapper .excerpt {
  line-height: 1.84;
  opacity: 0.75;
}
@media screen and (min-width: 320px) {
  .articleListWrapper .excerpt {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .articleListWrapper .excerpt {
    font-size: 1.2rem;
  }
}
.articleListWrapper .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .articleListWrapper .info {
    font-size: 1rem;
    padding-top: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .articleListWrapper .info {
    font-size: 1.2rem;
    padding-top: 2rem;
  }
}
.articleListWrapper .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  background: #f8f6ed;
  padding: 5px 10px;
  border-radius: 5rem;
  color: rgba(0, 0, 0, 0.45);
}
.articleListWrapper .cat svg {
  fill: transparent;
  stroke: rgba(0, 0, 0, 0.35);
  margin-right: 4px;
}
@media screen and (min-width: 320px) {
  .articleListWrapper .cat svg {
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 600px) {
  .articleListWrapper .cat svg {
    width: 18px;
    height: 18px;
  }
}
.articleListWrapper time {
  font-weight: 700;
  opacity: 0.6;
}

/* ******************************
 *
 * SINGLE AREA
 *
 * ****************************** */
#__single {
  background: #f8f6ed;
}
@media screen and (min-width: 320px) {
  #__single .head .inner {
    padding: 12rem 2.5% 5vw;
  }
}
@media screen and (min-width: 600px) {
  #__single .head .inner {
    padding: 25rem 15% 8vw;
  }
}
#__single .head .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  #__single .head .info {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #__single .head .info {
    font-size: 1.4rem;
    padding-bottom: 2rem;
  }
}
#__single .head .info svg {
  fill: transparent;
  stroke: #000000;
  margin-right: 4px;
}
@media screen and (min-width: 320px) {
  #__single .head .info svg {
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 600px) {
  #__single .head .info svg {
    width: 18px;
    height: 18px;
  }
}
#__single .head .cat, #__single .head time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#__single .head .cat {
  background: #f8f6ed;
  padding: 5px 10px;
  border-radius: 5rem;
  color: rgba(0, 0, 0, 0.45);
  margin-right: 1.2rem;
}
#__single .head h1 {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.64;
}
@media screen and (min-width: 320px) {
  #__single .head h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 600px) {
  #__single .head h1 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 320px) {
  #__single main .inner {
    padding: 0rem 2.5% 5rem;
  }
}
@media screen and (min-width: 600px) {
  #__single main .inner {
    padding: 0rem 15% 5rem;
  }
}
#__single main .inner h2 {
  font-weight: 700;
  margin: 5rem 0 2.5rem;
}
#__single main .inner h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 320px) {
  #__single main .inner h3 {
    font-size: 1.6rem;
    margin: 3rem 0 2rem;
  }
}
@media screen and (min-width: 600px) {
  #__single main .inner h3 {
    font-size: 2.4rem;
    margin: 5rem 0 3rem;
  }
}
#__single main .inner p {
  line-height: 1.8;
  letter-spacing: 0.025em;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 320px) {
  #__single main .inner p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  #__single main .inner p {
    font-size: 1.6rem;
  }
}
#__single main .inner p a {
  color: #21968c;
  text-decoration: underline;
}
#__single main .inner p a:hover {
  text-decoration: none;
}
#__single main .inner img {
  display: block;
  border-radius: 1.5rem;
  margin-bottom: 2.5rem;
}
#__single main .inner ul {
  padding: 0 1.5rem;
}
@media screen and (min-width: 320px) {
  #__single main .inner ul {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 600px) {
  #__single main .inner ul {
    font-size: 1.6rem;
  }
}
#__single main .inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
  letter-spacing: 0.025em;
  color: rgba(0, 0, 0, 0.7);
}
#__single main .inner ul li::before {
  content: "";
  display: block;
  margin-right: 7px;
  border-radius: 50%;
  border: solid 1px var(--color-main);
}
@media screen and (min-width: 320px) {
  #__single main .inner ul li::before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 600px) {
  #__single main .inner ul li::before {
    width: 10px;
    height: 10px;
  }
}/*# sourceMappingURL=style.css.map */