@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gloock&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
:root {
  --wh: #fff;
  --red: #ff0000;
  --blue: #003cff;
}

/* A Modern CSS Reset */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

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

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

a, button {
  cursor: revert;
}

ol, ul, menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/* ====================================================
HTML
==================================================== */
html {
  font-size: 62.5%;
  overflow-y: hidden;
}

html.on {
  overflow-y: scroll;
}

body {
  color: #151420;
  font-family: "Zen Kaku Gothic New", sans-serif, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  background: #fff;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6, blockquote {
  white-space: unset;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  outline: none;
}
@media (any-hover: hover) {
  a:has([class*=btn]) {
    transition: all 0.3s ease;
  }
}

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

ul, ol {
  margin: 0;
  padding: 0;
}

/*--- Form reset ---*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:active, input:focus, button:active, button:focus, textarea:active, textarea:focus, select:active, select:focus {
  outline: 0;
}

button:not(:disabled) {
  cursor: pointer;
}

/* ====================================================
Layout
==================================================== */
.inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}
.inner--1100 {
  max-width: 1100px;
}
@media screen and (max-width: 834px) {
  .inner {
    width: 100%;
    padding-left: 23px !important;
    padding-right: 23px !important;
  }
}

.loading {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #151515;
  display: flex;
  pointer-events: none;
}
.loading__logo {
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading.hide {
  height: 0;
  transition: all 0.5s;
  overflow: hidden;
}

.menu-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  display: none;
}
@media screen and (max-width: 834px) {
  .menu-fixed {
    display: flex;
  }
}
.menu-fixed__item {
  width: 50%;
}
.menu-fixed__item a {
  padding: 16px 1px;
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  background: #da6c61;
  font-size: 1.6rem;
}
.menu-fixed__item:nth-child(2) a {
  background: #ccc942;
}

/* ====================================================
Component
==================================================== */
.c-txt__01 {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 834px) {
  .c-txt__01 {
    font-size: 1.4rem;
    line-height: 1.857;
  }
}
.c-txt__02 {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .c-txt__02 {
    font-size: 1.3rem;
    line-height: 1.846;
  }
}

.c-fc--orange {
  color: #d5d13e !important;
}
.c-fc--pink {
  color: #a682b9 !important;
}
.c-fc--light-pink {
  color: #e88b82 !important;
}
.c-fc--blue {
  color: #69b3bd !important;
}

.c-ttl__01 {
  color: #151515;
  font-weight: bold;
  text-align: center;
  margin-bottom: 29px;
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .c-ttl__01 {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 2rem;
  }
}
.c-ttl__01 span {
  background-image: linear-gradient(to right, #f3e7ad 50%, transparent 50%);
  background-size: 200% 15px;
  background-repeat: no-repeat;
  background-position: 0% 38px;
  line-height: 1.95;
  font-size: 4rem;
}
@media screen and (max-width: 1200px) {
  .c-ttl__01 span {
    background-position: 0% 33px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 834px) {
  .c-ttl__01 span {
    margin-top: 5px;
    background-position: 0% 26px;
    line-height: 1.5;
    font-size: 2.4rem;
  }
}
.c-ttl__02 {
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .c-ttl__02 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 990px) {
  .c-ttl__02 {
    font-size: c-max-size(34px, 6vw);
  }
}
.c-ttl__02-cap {
  display: block;
  margin-top: 15px;
  font-size: 35%;
}
@media screen and (max-width: 640px) {
  .c-ttl__02-cap {
    font-size: c-max-size(15px, 35%);
  }
}
.c-ttl__03 {
  display: block;
  text-align: center;
  font-size: clamp(36px, 7.1vw, 120px);
  color: white;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
  text-shadow: rgb(102, 102, 102) 1px 0px 0px, rgb(102, 102, 102) 0.540302px 0.841471px 0px, rgb(102, 102, 102) -0.416147px 0.909297px 0px, rgb(102, 102, 102) -0.989992px 0.14112px 0px, rgb(102, 102, 102) -0.653644px -0.756802px 0px, rgb(102, 102, 102) 0.283662px -0.958924px 0px, rgb(102, 102, 102) 0.96017px -0.279415px 0px;
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .c-ttl__03 {
    font-size: 3.6rem;
  }
}

.c-btn__more {
  display: inline-flex;
  align-items: center;
  min-width: 168px;
  height: 50px;
  border-radius: 50px;
  background: black;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  border: none;
  outline: none;
  padding: 0 24px;
  transition: ease 0.3s;
}
@media screen and (max-width: 990px) {
  .c-btn__more {
    min-width: 150px;
    height: 40px;
    padding: 0 15px;
  }
}
@media (any-hover: hover) {
  .c-btn__more:hover {
    opacity: 1;
    background: #777777;
  }
}

/* ====================================================
Utility
==================================================== */
.c-fc--fff {
  color: var(--wh) !important;
}

.c-fc--red {
  color: var(--red) !important;
}

.c-ft--jp {
  font-family: "Noto Serif JP", serif !important;
}

.c-ft--en {
  font-family: "Roboto", sans-serif !important;
}

.c-fw--300 {
  font-weight: 300 !important;
}

.c-fw--400 {
  font-weight: 400 !important;
}

.c-fw--500 {
  font-weight: 500 !important;
}

.c-fw--600 {
  font-weight: 600 !important;
}

.c-fw--700 {
  font-weight: 700 !important;
}

.c-fw--900 {
  font-weight: 900 !important;
}

.c-val--top {
  vertical-align: top !important;
}

.c-val--middle {
  vertical-align: middle !important;
}

.c-val--bottom {
  vertical-align: bottom !important;
}

.c-al--center {
  text-align: center !important;
}

.c-al--left {
  text-align: left !important;
}

.c-al--right {
  text-align: right !important;
}

.c-tx--v {
  writing-mode: vertical-rl;
}
@media screen and (min-width: 835px) {
  .c-tx--v-pc {
    writing-mode: vertical-rl;
  }
}

/* ====================================================
Controls
==================================================== */
@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .pc-xl {
    display: none;
  }
}

@media screen and (min-width: 1201px) {
  .sp-xl {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none;
  }
}

.u-fn-hover {
  display: inline-block;
}
@media (any-hover: hover) {
  .u-fn-hover {
    transition: all 0.2s;
  }
  .u-fn-hover:hover {
    opacity: 0.7;
  }
}

.u-pull--left {
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.u-pull--right {
  margin-right: calc((100vw - 100%) / 2 * -1);
}

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

.u-scroll-box {
  padding-bottom: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.u-scroll-box-y {
  padding-bottom: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 834px) {
  .u-scroll-box-sp {
    padding-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

.js-scrollin {
  opacity: 0;
  transform: translate(0, 50px);
}
.js-scrollin.is-visible {
  opacity: 1;
  transform: translate(0, 0);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

img.is-lazyloaded {
  opacity: 1;
}

.js-image .supported-dam__img-item {
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.5s;
}
.js-image.active .supported-dam__img-item:nth-child(1) {
  opacity: 1;
  transition: all 0.6s;
  transform: scale(1) rotate(4.5deg);
}
.js-image.active .supported-dam__img-item:nth-child(2) {
  opacity: 1;
  transition: all 0.6s;
  transform: scale(1) rotate(-3deg);
  transition-delay: 1.2s;
}
.js-image.active .supported-dam__img-item:nth-child(3) {
  opacity: 1;
  transition: all 0.6s;
  transform: scale(1) rotate(0deg);
  transition-delay: 2.6s;
}

/* ====================================================
Module
==================================================== */
/* ====================================================
Header
==================================================== */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 1000;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .main-header {
    padding: 10px 0 0 10px;
    height: 70px;
  }
}
.main-header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .main-header__inner {
    padding-left: 20px;
  }
}
.main-header__logo {
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .main-header__logo {
    width: 160px;
    z-index: 100;
  }
}
.main-header__navGlobal {
  width: calc(100% - 200px);
}
@media screen and (min-width: 1025px) {
  .main-header__navGlobal {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .main-header__navGlobal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 70px;
    width: 100%;
    text-align: center;
    overscroll-behavior-y: contain;
    overflow-y: auto;
  }
}
.main-header__navGlobal.is-show {
  background: #fff;
  height: 100vh;
}
@media screen and (min-width: 1025px) {
  .main-header__menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.main-header__menu-item {
  margin-left: 2em;
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  .main-header__menu-item {
    margin-left: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .main-header__menu-item {
    margin: 20px 0;
    font-size: 1.6rem;
  }
}
.main-header__menu-item--contact {
  margin-left: 50px;
}
@media screen and (max-width: 1200px) {
  .main-header__menu-item--contact {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .main-header__menu-item--contact {
    margin: 40px auto 0;
  }
}
.main-header__menu-item--contact a {
  width: 90px;
  height: 90px;
  color: #fff;
  font-size: 2.4rem;
  line-height: 90px;
  text-align: center;
  background: var(--red);
}
@media screen and (max-width: 1024px) {
  .main-header__menu-item--contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 200px;
    height: 60px;
    font-size: 2rem;
    line-height: 60px;
  }
}
.main-header__menu-item--contact-txt {
  display: none;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .main-header__menu-item--contact-txt {
    display: inline-block;
    margin-left: 1em;
  }
}
.main-header__link {
  display: inline-block;
  font-weight: 400;
}
.main-header__mobile-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 70px;
  height: 70px;
  transition: background 0.5s;
  z-index: 102;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .main-header__mobile-icon {
    display: block;
  }
}
.main-header__mobile-icon-border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 26px;
  height: 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.3s;
  background: #000;
}
.main-header__mobile-icon-border:nth-child(1) {
  margin-top: 5px;
  margin-left: -13px;
}
.main-header__mobile-icon-border:nth-child(3) {
  margin-top: -5px;
  margin-left: -13px;
}
.main-header.is-active {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-header.is-active .main-header__name {
  color: #000;
}
.main-header.is-active .main-header__menu-item {
  color: #000;
}

@media screen and (max-width: 1024px) {
  .main-header__mobile-icon-border:nth-child(1) {
    animation: click-header-sp-bar-1-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @keyframes click-header-sp-bar-1-close {
    0% {
      transform: translateY(5px) rotate(45deg);
    }
    50% {
      transform: translateY(5px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .main-header__mobile-icon-border:nth-child(2) {
    animation: click-header-sp-bar-2-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @keyframes click-header-sp-bar-2-close {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .main-header__mobile-icon-border:nth-child(3) {
    animation: click-header-sp-bar-3-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @keyframes click-header-sp-bar-3-close {
    0% {
      transform: translateY(-5px) rotate(-45deg);
    }
    50% {
      transform: translateY(-5px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .mobile-close .main-header__mobile-icon-border:nth-child(1) {
    margin-top: -5px;
    animation: click-header-sp-bar-1-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @keyframes click-header-sp-bar-1-open {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(5px) rotate(0);
    }
    100% {
      transform: translateY(5px) rotate(45deg);
    }
  }
  .mobile-close .main-header__mobile-icon-border:nth-child(2) {
    animation: click-header-sp-bar-2-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @keyframes click-header-sp-bar-2-open {
    0% {
      opacity: 1;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .mobile-close .main-header__mobile-icon-border:nth-child(3) {
    margin-top: 5px;
    animation: click-header-sp-bar-3-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }
  @keyframes click-header-sp-bar-3-open {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-5px) rotate(0);
    }
    100% {
      transform: translateY(-5px) rotate(-45deg);
    }
  }
}
.js-locked {
  overflow: hidden;
  touch-action: none;
}
.js-locked body {
  -webkit-overflow-scrolling: auto;
}

/* ====================================================
Footer
==================================================== */
.btn-fix-contact {
  width: 200px;
  height: 60px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  background: var(--red);
  border-radius: 10px 0 0 0;
  transition: 0.5s;
  z-index: 100;
}
.btn-fix-contact i {
  margin-right: 10px;
}
@media screen and (min-width: 835px) {
  .btn-fix-contact {
    display: none !important;
  }
}
@media screen and (max-width: 834px) {
  .btn-fix-contact {
    position: fixed;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
  }
  .btn-fix-contact.is-show {
    opacity: 1;
    visibility: visible;
  }
  .btn-fix-contact.absolute {
    opacity: 0;
    visibility: hidden;
  }
}

.main-footer {
  position: relative;
  padding: 90px 0 40px;
  color: #fff;
  background: #880000;
}
@media screen and (max-width: 834px) {
  .main-footer {
    padding: 40px 0;
  }
}
.main-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
@media screen and (max-width: 640px) {
  .main-footer__content {
    margin-bottom: 25px;
  }
}
.main-footer__clmL {
  width: 300px;
}
@media screen and (max-width: 834px) {
  .main-footer__clmL {
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
  }
}
.main-footer__address {
  margin: 20px 0 10px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.main-footer__tel {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}
.main-footer__clmR {
  width: calc(100% - 300px);
  max-width: 600px;
}
@media screen and (max-width: 834px) {
  .main-footer__clmR {
    width: 100%;
    max-width: 100%;
  }
}
.main-footer__nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.main-footer__menu {
  width: 33.33%;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .main-footer__menu {
    width: 100%;
    text-align: center;
  }
}
.main-footer__menu-item {
  margin-bottom: 25px;
}
.main-footer__menusub {
  margin-top: 25px;
  font-size: 1.3rem;
}
.main-footer__menusub-item {
  margin-top: 12px;
}
.main-footer__copyright {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .main-footer__copyright {
    text-align: center;
  }
}

/* ====================================================
Pages
==================================================== */
/* ====================================================
PAGE INDEX
==================================================== */
.mv {
  position: relative;
  padding-top: 235px;
  background: #f0ebe3;
}
@media screen and (max-width: 1500px) {
  .mv {
    padding-top: 205px;
  }
}
@media screen and (max-width: 1200px) {
  .mv {
    padding-top: 174px;
  }
}
@media screen and (max-width: 834px) {
  .mv {
    padding-top: 113px;
  }
}
.mv__ttl {
  opacity: 0;
  position: absolute;
  top: 67px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Gloock", serif;
  font-size: 16rem;
  font-weight: 400;
  color: #151414;
  letter-spacing: 10px;
  z-index: 10;
}
@media screen and (max-width: 1500px) {
  .mv__ttl {
    font-size: 12rem;
  }
}
@media screen and (max-width: 1200px) {
  .mv__ttl {
    font-size: 10rem;
  }
}
@media screen and (max-width: 834px) {
  .mv__ttl {
    top: 29px;
    left: 5px;
    letter-spacing: 5px;
    font-size: 7rem;
  }
}
@media screen and (max-width: 374px) {
  .mv__ttl {
    font-size: 6rem;
  }
}
.mv__ttl img {
  display: block;
  width: 118px;
  margin: 0 auto 7px;
}
@media screen and (max-width: 1200px) {
  .mv__ttl img {
    width: 80px;
  }
}
@media screen and (max-width: 834px) {
  .mv__ttl img {
    width: 60px;
    margin: 0 auto 12px;
  }
}
.mv__desc {
  opacity: 0;
  position: absolute;
  bottom: 69px;
  left: 0;
  right: 0;
  text-align: center;
  color: #FFF;
  font-size: 4.8rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  .mv__desc {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .mv__desc {
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .mv__desc {
    bottom: 36px;
    line-height: 1.5;
    font-size: 2.4rem;
  }
}
.mv__desc small {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1200px) {
  .mv__desc small {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .mv__desc small {
    margin-bottom: 7px;
    letter-spacing: 0;
    font-size: 1.2rem;
  }
}
.mv__circle {
  opacity: 0;
  width: 174px;
  height: 174px;
  background: #69b2bc;
  color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 100%;
  padding-top: 45px;
  position: absolute;
  top: 102px;
  right: 75px;
  z-index: 11;
}
@media (any-hover: hover) {
  .mv__circle:hover {
    opacity: 0.7 !important;
  }
}
@media screen and (max-width: 1200px) {
  .mv__circle {
    right: 20px;
    width: 150px;
    height: 150px;
    padding-top: 40px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .mv__circle {
    right: 8px;
    width: 90px;
    height: 90px;
    padding-top: 21px;
    top: auto;
    bottom: -51px;
    font-size: 1.2rem;
  }
}
.mv__circle small {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 11px;
}
@media screen and (max-width: 834px) {
  .mv__circle small {
    margin-bottom: 4px;
    font-size: 1.1rem;
  }
}
.mv__circle i {
  display: block;
  margin-top: 20px;
  font-size: 3.4rem;
}
@media screen and (max-width: 1200px) {
  .mv__circle i {
    margin-top: 10px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 834px) {
  .mv__circle i {
    font-size: 1.8rem;
  }
}
.mv__img {
  opacity: 0;
}
.mv__img img {
  width: 100%;
}
.mv.on .mv__ttl {
  opacity: 1;
  transition: all 0.7s;
  transition-delay: 1.8s;
}
.mv.on .mv__circle {
  opacity: 1;
  transition: all 0.7s;
  transition-delay: 2.3s;
}
.mv.on .mv__img {
  opacity: 1;
  transition: all 0.7s;
  transition-delay: 2.7s;
}
.mv.on .mv__desc {
  opacity: 1;
  transition: all 0.7s;
  transition-delay: 3s;
}

.sec-recruit-main {
  padding: 160px 0 139px;
  background: #f0ebe3;
}
@media screen and (max-width: 1200px) {
  .sec-recruit-main {
    padding: 100px 0;
  }
}
@media screen and (max-width: 834px) {
  .sec-recruit-main {
    padding: 74px 0 59px;
  }
  .sec-recruit-main .inner {
    position: relative;
  }
}

.recruit-flex {
  display: flex;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .recruit-flex {
    flex-wrap: wrap-reverse;
  }
}
.recruit-flex__ct {
  width: 50%;
  padding-top: 66px;
}
@media screen and (max-width: 1500px) {
  .recruit-flex__ct {
    padding-top: 40px;
    width: 55%;
  }
}
@media screen and (max-width: 1200px) {
  .recruit-flex__ct {
    padding-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .recruit-flex__ct {
    width: 100%;
  }
}
.recruit-flex__ttl {
  font-weight: bold;
  margin-bottom: 46px;
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 3.6rem;
}
@media screen and (max-width: 1200px) {
  .recruit-flex__ttl {
    margin-bottom: 20px;
    letter-spacing: 0;
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .recruit-flex__ttl {
    padding-left: 8px;
    line-height: 1.7;
    margin-bottom: 17px;
    font-size: 1.8rem;
  }
}
.recruit-flex__ttl b {
  display: inline-block;
  font-size: 3rem;
}
@media screen and (max-width: 1200px) {
  .recruit-flex__ttl b {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .recruit-flex__ttl b {
    display: block;
    font-size: 1.5rem;
  }
}
.recruit-flex__ttl span {
  color: #a52226;
}
.recruit-flex__img {
  margin-right: -263px;
  width: calc(50% + 263px);
  padding-left: 148px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .recruit-flex__img {
    margin-right: -50px;
    padding-left: 70px;
    width: calc(45% + 50px);
  }
}
@media screen and (max-width: 1200px) {
  .recruit-flex__img {
    margin-right: 0;
    padding-left: 40px;
    width: 45%;
  }
}
@media screen and (max-width: 834px) {
  .recruit-flex__img {
    width: 78%;
    margin-left: auto;
    padding-left: 0;
    margin-bottom: 33px;
  }
}
.recruit-flex__img img {
  width: 100%;
}
.recruit-flex__img:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 127px;
  height: 125px;
  background: url("../img/index/icon-00.png") center no-repeat;
  background-size: contain;
  top: 126px;
  left: 76px;
  animation: animation-icon 1s steps(2) infinite;
}
@media screen and (max-width: 1500px) {
  .recruit-flex__img:after {
    left: -1px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .recruit-flex__img:after {
    left: -1px;
    top: 80px;
    width: 80px;
    height: 100px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-flex__img:after {
    left: -39px;
    top: 53px;
    width: 57px;
    height: 75px;
  }
}
.recruit-flex__img:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 220px;
  height: 220px;
  background: url("../img/index/icon-recruit-04.png") center no-repeat;
  background-size: contain;
  bottom: -139px;
  left: 165px;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .recruit-flex__img:before {
    bottom: -79px;
    left: 265px;
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-flex__img:before {
    display: none;
  }
}

.recruit-box {
  margin-top: -420px;
}
@media screen and (max-width: 1500px) {
  .recruit-box {
    margin-top: -150px;
  }
}
@media screen and (max-width: 1200px) {
  .recruit-box {
    margin-top: -50px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-box {
    margin-top: 0;
  }
}
.recruit-box__ttl {
  text-align: center;
  line-height: 1;
  color: #e5e1d9;
  font-family: "Gloock", serif;
  font-size: 16rem;
}
@media screen and (max-width: 1500px) {
  .recruit-box__ttl {
    font-size: 12rem;
  }
}
@media screen and (max-width: 834px) {
  .recruit-box__ttl {
    position: absolute;
    top: 21.5%;
    left: 21px;
    font-size: 7rem;
  }
}
.recruit-box__ttl span {
  display: block;
  margin-bottom: -11px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .recruit-box__ttl span {
    display: none;
  }
}
.recruit-box__ttl span img {
  max-width: 120px;
  width: 100%;
}
.recruit-box__list {
  max-width: 935px;
  width: 100%;
  gap: 0 53px;
  margin-top: -102px;
  position: relative;
  display: flex;
  z-index: 3;
}
@media screen and (max-width: 1500px) {
  .recruit-box__list {
    margin-top: -52px;
  }
}
@media screen and (max-width: 1200px) {
  .recruit-box__list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-box__list {
    gap: 0 20px;
    margin-top: 45px;
  }
}
.recruit-box__list:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 70px;
  height: 165px;
  background: url("../img/index/icon-03.png") center no-repeat;
  background-size: contain;
  bottom: 177px;
  left: -33px;
}
@media screen and (max-width: 1200px) {
  .recruit-box__list:before {
    bottom: 50px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-box__list:before {
    bottom: 15px;
    width: 34px;
    height: 100px;
    left: -9px;
  }
}
.recruit-box__list-item {
  width: calc(54% - 25px);
  position: relative;
}
@media screen and (max-width: 834px) {
  .recruit-box__list-item {
    width: calc(56% - 10px);
  }
}
.recruit-box__list-item:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 75px;
  height: 93px;
  background: url("../img/index/icon-01.png") center no-repeat;
  background-size: contain;
  top: -33px;
  left: 28px;
  animation: animation-icon 1s steps(2) infinite;
}
@media screen and (max-width: 1200px) {
  .recruit-box__list-item:after {
    width: 60px;
    height: 69px;
  }
}
@media screen and (max-width: 640px) {
  .recruit-box__list-item:after {
    width: 41px;
    height: 47px;
    left: auto;
    right: 11px;
    top: -26px;
  }
}
.recruit-box__list-item:nth-child(2) {
  width: calc(46% - 25px);
  margin-top: 200px;
}
@media screen and (max-width: 1200px) {
  .recruit-box__list-item:nth-child(2) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-box__list-item:nth-child(2) {
    margin-top: 25px;
    width: calc(43% + 2px);
    margin-right: -12px;
  }
}
.recruit-box__list-item:nth-child(2):after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 42px;
  height: 100px;
  background: url("../img/index/icon-02.png") center no-repeat;
  background-size: contain;
  bottom: 36px;
  right: -31px;
  left: auto;
  top: auto;
  animation: animation-icon 1s steps(2) infinite;
}
@media screen and (max-width: 640px) {
  .recruit-box__list-item:nth-child(2):after {
    bottom: -32px;
    right: 6px;
    width: 25px;
    height: 60px;
  }
}
.recruit-box__list-item img {
  width: 100%;
  margin-top: -1px;
}

.sec-supported {
  padding: 154px 0 146px;
  overflow: hidden;
  background: #fffcf8;
}
@media screen and (max-width: 1200px) {
  .sec-supported {
    padding: 100px 0;
  }
}
@media screen and (max-width: 834px) {
  .sec-supported {
    padding: 60px 0;
  }
}

.supported-block {
  max-width: 755px;
  width: 100%;
  margin: 0 auto 53px;
}
@media screen and (max-width: 834px) {
  .supported-block {
    margin-bottom: 35px;
  }
}
.supported-block__heading {
  margin-bottom: 39px;
  text-align: center;
  color: #151414;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .supported-block__heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .supported-block__heading {
    margin-bottom: 29px;
  }
}
.supported-block__heading span {
  display: inline-block;
  position: relative;
  background-image: linear-gradient(to right, #f3e7ad 50%, transparent 50%);
  background-size: 200% 17px;
  background-repeat: no-repeat;
  background-position: 0% 17px;
  padding-bottom: 5px;
}
.supported-block__heading span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 75px;
  height: 75px;
  background: url("../img/index/icon-q.png") center no-repeat;
  background-size: contain;
  top: -43px;
  left: -116px;
}
@media screen and (max-width: 834px) {
  .supported-block__heading span:before {
    width: 50px;
    height: 50px;
    top: -39px;
    left: -62px;
  }
}
@media screen and (max-width: 374px) {
  .supported-block__heading span:before {
    top: -55px;
    left: -36px;
  }
}
.supported-block__ttl {
  color: #a52226;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 21px;
  font-size: 4rem;
}
@media screen and (max-width: 1200px) {
  .supported-block__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .supported-block__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 374px) {
  .supported-block__ttl {
    font-size: 2rem;
  }
}
.supported-block__ttl > span {
  position: relative;
  display: inline-block;
}
.supported-block__ttl > span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #a52226;
  border-radius: 50%;
  top: -5px;
  left: 49%;
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .supported-block__ttl > span:before {
    width: 5px;
    height: 5px;
  }
}

.supported-box {
  max-width: 820px;
  width: 100%;
  margin: 0 auto 123px;
}
@media screen and (max-width: 834px) {
  .supported-box {
    margin: 0 auto 50px;
  }
}
.supported-box__img {
  margin: 0 -8px 80px;
}
@media screen and (max-width: 834px) {
  .supported-box__img {
    margin: 0 -8px 40px;
  }
}
.supported-box__img img {
  width: 100%;
}
.supported-box__ttl {
  text-align: center;
  color: #151515;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .supported-box__ttl {
    font-size: 2rem;
  }
}
.supported-box__ttl span {
  display: inline-block;
  padding: 19px 36px 22px;
  border: 2px solid #151515;
  border-top-width: 5px;
  border-radius: 40px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .supported-box__ttl span {
    padding: 17px 20px 19px;
  }
}
@media screen and (max-width: 834px) {
  .supported-box__ttl span {
    padding: 17px 20px 18px;
    line-height: 1.4;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 374px) {
  .supported-box__ttl span {
    padding: 17px 7px 18px;
  }
}
.supported-box__ttl span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  border: 12px solid transparent;
  border-bottom: 16px solid black;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}

.supported-ttl {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 131px;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
  color: #fffcf8;
  text-shadow: #666666 1px 0px 0px, #666666 0.540302px 0.841471px 0px, #666666 -0.416147px 0.909297px 0px, #666666 -0.989992px 0.14112px 0px, #666666 -0.653644px -0.756802px 0px, #666666 0.283662px -0.958924px 0px, #666666 0.96017px -0.279415px 0px;
  animation: slider-move 40s linear infinite;
  font-size: 12rem;
}
@media screen and (max-width: 1200px) {
  .supported-ttl {
    font-size: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .supported-ttl {
    font-size: 5rem;
    margin-bottom: 60px;
  }
}
.supported-ttl span {
  margin-right: 15px;
}

.supported-dam {
  display: flex;
  margin-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  .supported-dam {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 834px) {
  .supported-dam {
    flex-wrap: wrap;
  }
}
.supported-dam__img {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .supported-dam__img {
    width: calc(100% + 25px);
    margin-left: -25px;
    margin-bottom: 20px;
  }
  .supported-dam__img-thumb {
    position: relative;
    overflow: hidden;
    overflow: visible;
  }
  .supported-dam__img-thumb:before {
    display: block;
    content: "";
    padding-top: 110.4761904762%;
  }
  .supported-dam__img-thumb > :first-child {
    position: absolute;
    inset: 0;
    margin: auto;
  }
  .supported-dam__img-thumb > :first-child img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.supported-dam__img:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 69px;
  height: 100px;
  background: url("../img/index/icon-hello-after.png") center no-repeat;
  background-size: contain;
  top: -61px;
  right: 35px;
  z-index: 2;
  animation: animation-icon 1s steps(2) infinite;
}
@media screen and (max-width: 1200px) {
  .supported-dam__img:after {
    width: 50px;
    height: 80px;
    right: 20px;
  }
}
@media screen and (max-width: 834px) {
  .supported-dam__img:after {
    width: 42px;
    height: 72px;
    right: 10px;
    top: -30px;
  }
}
.supported-dam__img:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 78px;
  height: 108px;
  background: url("../img/index/icon-hello-before.png") center no-repeat;
  background-size: contain;
  bottom: 86px;
  left: 0;
  z-index: 2;
  animation: animation-icon 1s steps(2) infinite;
}
@media screen and (max-width: 1200px) {
  .supported-dam__img:before {
    width: 50px;
    height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .supported-dam__img:before {
    top: 41%;
    left: 26px;
    bottom: auto;
  }
}
@media screen and (max-width: 834px) {
  .supported-dam__img:before {
    top: 62%;
    left: 26px;
    bottom: auto;
    width: 46px;
    height: 70px;
  }
}
.supported-dam__img-item {
  position: absolute;
  top: -15px;
  left: 54px;
  width: 88%;
  transform: rotate(4.5deg);
}
@media screen and (max-width: 834px) {
  .supported-dam__img-item {
    left: 34px;
  }
}
.supported-dam__img-item:nth-child(2) {
  transform: rotate(-3deg);
  left: 54px;
  top: -8px;
}
@media screen and (max-width: 834px) {
  .supported-dam__img-item:nth-child(2) {
    left: 40px;
    top: -13px;
  }
}
.supported-dam__img-item:nth-child(3) {
  transform: rotate(0deg);
  left: 53px;
  top: -11px;
}
@media screen and (max-width: 834px) {
  .supported-dam__img-item:nth-child(3) {
    left: 40px;
  }
}
.supported-dam__img-item img {
  width: 100%;
}
.supported-dam__ct {
  width: 50%;
  padding-right: 146px;
  padding-left: 66px;
}
@media screen and (max-width: 1500px) {
  .supported-dam__ct {
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .supported-dam__ct {
    padding-left: 50px;
  }
}
@media screen and (max-width: 834px) {
  .supported-dam__ct {
    padding-left: 0;
    width: 100%;
  }
}
.supported-dam__heading {
  margin-bottom: 52px;
}
@media screen and (max-width: 1200px) {
  .supported-dam__heading {
    margin-bottom: 18px;
  }
}
.supported-dam__heading span {
  background: #a52226;
  display: inline-block;
  border-radius: 0 20px 20px 0;
  padding: 8px 27px;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  .supported-dam__heading span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .supported-dam__heading span {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
}
.supported-dam__ttl {
  margin-bottom: 44px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .supported-dam__ttl {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .supported-dam__ttl {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.supported-dam__ttl span {
  display: block;
  margin-top: 24px;
  font-size: 3.6rem;
}
@media screen and (max-width: 1200px) {
  .supported-dam__ttl span {
    margin-top: 12px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .supported-dam__ttl span {
    font-size: 2.4rem;
  }
}
.supported-dam__box {
  margin-top: 102px;
  padding: 64px 50px 43px;
  background: url("../img/index/bg-hello-01.png") center no-repeat;
  background-size: 100% 100%;
  position: relative;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .supported-dam__box {
    margin-top: 65px;
    padding: 53px 20px 15px;
  }
}
.supported-dam__box:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 246px;
  height: 135px;
  background: url("../img/index/icon-hello.png") center no-repeat;
  background-size: contain;
  top: -79px;
  right: 10px;
  animation: animation-icon 1s steps(2) infinite;
}
@media screen and (max-width: 1200px) {
  .supported-dam__box:after {
    width: 200px;
    height: 100px;
    top: -60px;
  }
}
@media screen and (max-width: 834px) {
  .supported-dam__box:after {
    width: 160px;
    height: 90px;
    top: -54px;
  }
}
.supported-dam__box-cate {
  position: absolute;
  top: -13px;
  left: 50px;
  max-width: 112px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .supported-dam__box-cate {
    left: 27px;
    max-width: 90px;
  }
}
.supported-dam__box-cate img {
  width: 100%;
}
.supported-dam__box-ttl {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  .supported-dam__box-ttl {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 374px) {
  .supported-dam__box-ttl {
    font-size: 1.8rem;
  }
}

.sec-program {
  background: #f0ebe3;
  position: relative;
  overflow: hidden;
}
.sec-program::before, .sec-program::after {
  content: "EDUCATION PROGRAM  EDUCATION PROGRAM  EDUCATION PROGRAM";
  font-family: "Roboto", sans-serif;
  color: #f6f3ed;
  font-weight: bold;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  left: -18px;
  top: 60.2%;
  transform: translateY(-50%);
  position: absolute;
  height: 5000px;
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 12rem;
}
@media screen and (max-width: 1500px) {
  .sec-program::before, .sec-program::after {
    left: -12px;
    font-size: 8rem;
  }
}
@media screen and (max-width: 1200px) {
  .sec-program::before, .sec-program::after {
    content: "EDUCATION PROGRAM  EDUCATION PROGRAM  EDUCATION PROGRAM EDUCATION PROGRAM  EDUCATION PROGRAM  EDUCATION PROGRAM";
    left: -5px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .sec-program::before, .sec-program::after {
    display: none;
  }
}
.sec-program::after {
  left: auto;
  right: -19px;
  writing-mode: tb;
  transform: rotate(180deg) translateY(-50%);
  top: -132%;
}
@media screen and (max-width: 1500px) {
  .sec-program::after {
    right: -12px;
  }
}
@media screen and (max-width: 1200px) {
  .sec-program::after {
    right: -5px;
  }
}
.sec-program .inner {
  padding: 139px 0 104px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .sec-program .inner {
    padding: 120px 0 60px;
  }
}

.program-logo {
  width: 145px;
  top: 0;
  left: -69px;
  position: absolute;
}
@media screen and (max-width: 1500px) {
  .program-logo {
    width: 120px;
    left: 40px;
  }
}
@media screen and (max-width: 834px) {
  .program-logo {
    width: 80px;
    left: 23px;
  }
}
.program-logo img {
  width: 100%;
}

.program-block {
  max-width: 755px;
  width: 100%;
  margin: 0 auto 78px;
}
@media screen and (max-width: 834px) {
  .program-block {
    margin: 0 auto 35px;
  }
}

.program-list {
  margin: 0 -16px 82px;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .program-list {
    margin: 0 -7px 60px;
  }
}
@media screen and (max-width: 834px) {
  .program-list {
    margin: 0 0 50px;
    flex-wrap: wrap;
  }
}
.program-list__item {
  width: 33.33%;
  padding: 0 16px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .program-list__item {
    padding: 0 7px;
  }
}
@media screen and (max-width: 834px) {
  .program-list__item {
    padding: 0;
    width: 100%;
  }
  .program-list__item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.program-list__item:nth-child(1):before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 70px;
  height: 75px;
  background: url("../img/index/icon-program-01.png") center no-repeat;
  background-size: contain;
  top: 25px;
  z-index: 2;
  left: -18px;
  animation: animation-icon 1s steps(2) infinite;
}
@media screen and (max-width: 1200px) {
  .program-list__item:nth-child(1):before {
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 834px) {
  .program-list__item:nth-child(1):before {
    top: -4px;
    left: -9px;
  }
}
.program-list__item:nth-child(2):before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 70px;
  height: 75px;
  background: url("../img/index/icon-program-02.png") center no-repeat;
  background-size: contain;
  top: 30%;
  right: 27px;
  z-index: 2;
  animation: animation-icon 1s steps(2) infinite;
}
@media screen and (max-width: 1200px) {
  .program-list__item:nth-child(2):before {
    width: 60px;
    height: 60px;
    right: 0;
  }
}
.program-list__item:nth-child(3):before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 70px;
  height: 75px;
  background: url("../img/index/icon-program-03.png") center no-repeat;
  background-size: contain;
  top: -28px;
  z-index: 2;
  right: 19px;
  animation: animation-icon 1s steps(2) infinite;
}
@media screen and (max-width: 1200px) {
  .program-list__item:nth-child(3):before {
    width: 60px;
    height: 60px;
    right: 0;
  }
}
@media screen and (max-width: 834px) {
  .program-list__item:nth-child(3):before {
    top: -10px;
  }
}
.program-list__ct {
  background: #fff;
  padding: 30px 35px 44px 40px;
}
@media screen and (max-width: 1200px) {
  .program-list__ct {
    padding: 30px 20px;
  }
}
.program-list__ttl {
  text-align: center;
  line-height: 1.5;
  color: #151515;
  margin-bottom: 25px;
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  .program-list__ttl {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.program-list__ttl small {
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .program-list__ttl small {
    margin-bottom: 6px;
  }
}
.program-list__ttl span {
  display: block;
  color: #a52226;
}
.program-list__img {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.program-list__img:before {
  display: block;
  content: "";
  padding-top: 62.641509434%;
}
.program-list__img > :first-child {
  position: absolute;
  inset: 0;
  margin: auto;
}
.program-list__img > :first-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.program-box {
  background: #69b3bd;
  padding: 63px 37px 62px 42px;
  margin-bottom: 58px;
}
@media screen and (max-width: 834px) {
  .program-box {
    margin-bottom: 50px;
    padding: 85px 20px 35px;
  }
}
.program-box__block {
  text-align: center;
  color: #ffffff;
  max-width: 645px;
  width: 100%;
  margin: 0 auto 35px;
  position: relative;
}
.program-box__block:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 158px;
  height: 85px;
  background: url("../img/index/icon-staff.png") center no-repeat;
  background-size: contain;
  top: 12px;
  right: -95px;
  z-index: 2;
  animation: animation-icon 1s steps(2) infinite;
}
@media screen and (max-width: 1200px) {
  .program-box__block:after {
    top: -30px;
    right: 0;
  }
}
@media screen and (max-width: 834px) {
  .program-box__block:after {
    width: 140px;
    height: 66px;
    right: -20px;
    top: -70px;
  }
}
@media screen and (max-width: 834px) {
  .program-box__block .c-txt__01 {
    text-align: left;
  }
}
.program-box__heading {
  font-weight: bold;
  margin-bottom: 28px;
  letter-spacing: -1px;
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  .program-box__heading {
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 18px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 374px) {
  .program-box__heading {
    font-size: 2.2rem;
  }
}
.program-box__heading span {
  margin-bottom: 30px;
  display: inline-block;
  padding: 9px 16px;
  letter-spacing: 0;
  border-radius: 30px;
  background: #fff;
  color: #151515;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .program-box__heading span {
    padding: 8px 12px;
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.program-box__date {
  margin-bottom: 23px;
}
@media screen and (max-width: 834px) {
  .program-box__date {
    overflow-x: auto;
  }
}
@media screen and (max-width: 834px) {
  .program-box__date-main {
    width: 680px;
  }
}
.program-box__date-main img {
  width: 100%;
}
.program-box__dam {
  background: #fff;
  padding: 10px 76px 23px 156px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .program-box__dam {
    padding: 25px 20px 25px 100px;
  }
}
@media screen and (max-width: 834px) {
  .program-box__dam {
    flex-wrap: wrap;
    padding: 25px 20px;
  }
}
.program-box__dam:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  border: 12px solid transparent;
  border-bottom: 26px solid white;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
}
.program-box__dam:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 104px;
  height: 264px;
  background: url("../img/index/icon-04.png") center no-repeat;
  background-size: contain;
  bottom: -29px;
  left: 32px;
  animation: animation-icon 1s steps(2) infinite;
}
@media screen and (max-width: 1200px) {
  .program-box__dam:after {
    bottom: -12px;
    left: 4px;
    width: 80px;
    height: 200px;
  }
}
@media screen and (max-width: 834px) {
  .program-box__dam:after {
    bottom: auto;
    left: 4px;
    width: 59px;
    height: 160px;
    top: 24px;
    display: none;
  }
}
.program-box__dam-img {
  width: 317px;
  padding-right: 18px;
}
@media screen and (max-width: 1200px) {
  .program-box__dam-img {
    width: 210px;
    padding-right: 0;
  }
}
@media screen and (max-width: 834px) {
  .program-box__dam-img {
    width: 100%;
    text-align: center;
    padding-left: 80px;
    max-width: 310px;
    margin: 0 auto 20px;
    position: relative;
  }
}
@media screen and (max-width: 834px) and (max-width: 640px) {
  .program-box__dam-img {
    padding-left: 20%;
  }
}
@media screen and (max-width: 834px) {
  .program-box__dam-img:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 104px;
    height: 264px;
    background: url("../img/index/icon-04.png") center no-repeat;
    background-size: contain;
    bottom: auto;
    width: 35%;
    height: 111%;
    left: -27px;
    top: -10px;
    animation: animation-icon 1s steps(2) infinite;
  }
}
.program-box__dam-img img {
  width: 100%;
}
.program-box__dam-ct {
  width: calc(100% - 317px);
  padding-left: 33px;
  padding-top: 19px;
}
@media screen and (max-width: 1200px) {
  .program-box__dam-ct {
    padding-top: 0;
    width: calc(100% - 210px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 834px) {
  .program-box__dam-ct {
    padding-left: 0;
    width: 100%;
  }
}
.program-box__dam-ct .c-txt__01 {
  color: #151515;
}
.program-box__dam-ttl {
  color: #151515;
  font-weight: bold;
  margin-bottom: 31px;
  font-size: 2rem;
}
@media screen and (max-width: 1500px) {
  .program-box__dam-ttl {
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .program-box__dam-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 374px) {
  .program-box__dam-ttl {
    font-size: 1.6rem;
  }
}

.program-beauty {
  overflow: hidden;
  padding: 65px 39px 46px;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .program-beauty {
    padding: 35px 20px;
  }
}
.program-beauty__block {
  max-width: 627px;
  width: 100%;
  margin: 0 auto 39px;
  position: relative;
}
.program-beauty__block:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: auto;
  content: "Beauty Sommelier";
  left: 21%;
  white-space: nowrap;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: rgba(208, 220, 222, 0.1);
  font-family: "Roboto", sans-serif;
  z-index: -1;
  font-size: 12rem;
}
@media screen and (max-width: 1500px) {
  .program-beauty__block:before {
    left: 43%;
    font-size: 8.5rem;
  }
}
@media screen and (max-width: 834px) {
  .program-beauty__block:before {
    top: 35%;
    transform: translate(0, -50%);
    left: 0;
    text-align: center;
    font-size: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .program-beauty__block:before {
    font-size: 3.6rem;
  }
}
.program-beauty__block .c-txt__01 {
  color: #151515;
}
.program-beauty__heading {
  text-align: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 834px) {
  .program-beauty__heading {
    margin-bottom: 30px;
  }
}
.program-beauty__heading span {
  color: #9c2426;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 14px;
  position: relative;
  border-bottom: 1px solid #8c8c8c;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .program-beauty__heading span {
    line-height: 1.3;
    font-size: 1.5rem;
  }
}
.program-beauty__heading span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 9px;
  background: white;
  bottom: -5px;
  left: 37%;
  transform: rotate(45deg);
}
.program-beauty__heading span:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 1px;
  background: #8c8c8c;
  bottom: -9px;
  left: 38%;
  transform: rotate(45deg);
  box-shadow: none;
}
.program-beauty__ttl {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .program-beauty__ttl {
    margin-bottom: 25px;
    line-height: 1.3;
  }
}
.program-beauty__ttl span {
  color: #151515;
  font-weight: bold;
  margin-bottom: 30px;
  background-image: linear-gradient(to right, #f3e7ad 50%, transparent 50%);
  background-size: 200% 9px;
  background-repeat: no-repeat;
  background-position: 0% 18px;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .program-beauty__ttl span {
    line-height: 1.7;
    font-size: 1.8rem;
  }
}
.program-beauty__box {
  padding: 48px 66px 55px;
  border-radius: 14px;
  background: url("../img/index/bg-02.jpg") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1500px) {
  .program-beauty__box {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .program-beauty__box {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 834px) {
  .program-beauty__box {
    padding: 35px 15px;
  }
}
@media screen and (max-width: 374px) {
  .program-beauty__box {
    padding: 35px 10px;
  }
}
.program-beauty__box-ttl {
  font-weight: bold;
  color: #3b1e87;
  text-align: center;
  margin-bottom: 45px;
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .program-beauty__box-ttl {
    margin-bottom: 35px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 374px) {
  .program-beauty__box-ttl {
    font-size: 1.8rem;
  }
}
.program-beauty__box-ttl span {
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  background: #3b1e87;
  padding: 8px 14px;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .program-beauty__box-ttl span {
    padding: 6px 12px;
    font-size: 1.5rem;
  }
}
.program-beauty__list {
  display: flex;
  margin: 0 -20px;
}
@media screen and (max-width: 1500px) {
  .program-beauty__list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 1200px) {
  .program-beauty__list {
    flex-wrap: wrap;
    gap: 30px 0;
  }
}
@media screen and (max-width: 834px) {
  .program-beauty__list {
    gap: 30px 0;
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .program-beauty__list {
    gap: 20px 0;
    padding: 0 8px;
  }
}
.program-beauty__list-item {
  padding: 0 20px;
  width: 25%;
}
@media screen and (max-width: 1500px) {
  .program-beauty__list-item {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .program-beauty__list-item {
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  .program-beauty__list-item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .program-beauty__list-item {
    padding: 0 8px;
  }
}
.program-beauty__list-icon {
  text-align: center;
  margin-bottom: 15px;
}
.program-beauty__list-ttl {
  text-align: center;
  margin-bottom: 15px;
  color: #151515;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .program-beauty__list-ttl {
    line-height: 1.3;
  }
}
@media screen and (max-width: 374px) {
  .program-beauty__list-ttl {
    font-size: 1.5rem;
  }
}
.program-beauty__list p {
  color: #151515;
  font-size: 1.4rem;
  line-height: 1.714;
}
@media screen and (max-width: 834px) {
  .program-beauty__list p {
    font-size: 1.2rem;
    line-height: 1.667;
  }
}
@media screen and (max-width: 374px) {
  .program-beauty__list p {
    font-size: 1.1rem;
  }
}

.sec-system {
  background: #fffcf8;
}
.sec-system .inner {
  position: relative;
  padding: 176px 0 65px;
}
@media screen and (max-width: 834px) {
  .sec-system .inner {
    padding: 130px 0 60px;
  }
}
@media screen and (min-width: 835px) {
  .sec-system .inner .c-ttl__01 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .sec-system .inner .c-ttl__01 span {
    line-height: 2.2;
  }
}
.sec-system .system-logo {
  right: 80px;
  left: auto;
}
@media screen and (max-width: 834px) {
  .sec-system .system-logo {
    right: 23px;
  }
}

.system-block {
  max-width: 727px;
  width: 100%;
  margin: 0 auto 65px;
}
@media screen and (max-width: 834px) {
  .system-block {
    margin-bottom: 35px;
  }
}

.system-list__item {
  padding: 70px 149px 90px;
  background: #f2f1c9;
}
@media screen and (max-width: 1500px) {
  .system-list__item {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 1200px) {
  .system-list__item {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 834px) {
  .system-list__item {
    padding: 35px 20px;
  }
}
@media screen and (max-width: 374px) {
  .system-list__item {
    padding: 35px 15px;
  }
}
.system-list__item:not(:last-child) {
  margin-bottom: 58px;
}
@media screen and (max-width: 834px) {
  .system-list__item:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 835px) {
  .system-list__item:nth-child(1) .system-list__img {
    padding-right: 31px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1500px) {
  .system-list__item:nth-child(1) .system-list__img {
    margin-right: 0;
  }
}
@media screen and (min-width: 835px) {
  .system-list__item:nth-child(1) .system-list__step {
    margin-top: 69px;
  }
  .system-list__item:nth-child(2) {
    margin-bottom: 73px;
  }
  .system-list__item:nth-child(2) .system-list__step-ttl {
    top: -25px;
  }
  .system-list__item:nth-child(2) .system-list__flex {
    margin-bottom: 73px;
  }
  .system-list__item:nth-child(2) .system-list__step {
    padding: 32px 63px 44px 163px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .system-list__item:nth-child(2) .system-list__step {
    padding: 20px 20px 25px 70px;
  }
}
@media screen and (min-width: 835px) {
  .system-list__item:nth-child(2) .system-list__heading small {
    width: 68px;
    margin-right: -8px;
  }
  .system-list__item:nth-child(3) {
    padding-bottom: 97px;
  }
  .system-list__item:nth-child(3) .system-list__heading small {
    width: 68px;
    margin-right: -8px;
  }
  .system-list__item:nth-child(3) .system-list__img {
    padding: 0 13px;
  }
  .system-list__item:nth-child(3) .system-list__step {
    padding: 32px 63px 20px 21px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .system-list__item:nth-child(3) .system-list__step {
    padding: 42px 25px 20px;
  }
}
@media screen and (min-width: 835px) {
  .system-list__item:nth-child(3) .system-list__step-flex-img {
    width: 409px;
    position: relative;
    left: -48px;
    top: -26px;
    margin-top: -47px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .system-list__item:nth-child(3) .system-list__step-flex-img {
    width: 310px;
  }
}
@media screen and (min-width: 835px) {
  .system-list__item:nth-child(3) .system-list__step-flex-ct {
    padding-left: 0;
    padding-top: 0;
    width: calc(100% - 310px);
  }
}
.system-list__item:nth-child(1) .system-list__img {
  position: relative;
}
@media screen and (max-width: 834px) {
  .system-list__item:nth-child(1) .system-list__img {
    padding-right: 50px;
    max-width: 350px;
    margin: 0 auto;
  }
}
.system-list__item:nth-child(1) .system-list__img:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 90px;
  height: 210px;
  background: url("../img/index/img-system-06.png") center no-repeat;
  background-size: contain;
  top: 29%;
  right: -70px;
  animation: animation-icon 1s steps(2) infinite;
}
@media screen and (max-width: 1200px) {
  .system-list__item:nth-child(1) .system-list__img:after {
    right: -49px;
    top: 0;
    width: 75px;
    height: 160px;
  }
}
@media screen and (max-width: 834px) {
  .system-list__item:nth-child(1) .system-list__img:after {
    right: -19px;
    top: 20px;
    width: 60px;
    height: 120px;
  }
}
@media screen and (max-width: 834px) {
  .system-list__item:nth-child(1) .system-list__flex {
    margin-bottom: 60px;
  }
}
.system-list__item:nth-child(2) {
  background: #e1f1f3;
}
.system-list__item:nth-child(2) .system-list__img {
  position: relative;
}
.system-list__item:nth-child(2) .system-list__img:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 196px;
  height: 298px;
  background: url("../img/index/icon-system-07.png") center no-repeat;
  background-size: contain;
  bottom: -19px;
  right: -80px;
}
@media screen and (max-width: 1200px) {
  .system-list__item:nth-child(2) .system-list__img:after {
    width: 120px;
    height: 170px;
    bottom: auto;
    top: 24%;
    right: -40px;
  }
}
@media screen and (max-width: 834px) {
  .system-list__item:nth-child(2) .system-list__img:after {
    width: 92px;
    height: 117px;
    top: auto;
    right: -41px;
    bottom: -1px;
  }
}
@media screen and (max-width: 834px) {
  .system-list__item:nth-child(2) .system-list__step-flex-img {
    padding-left: 35px;
  }
}
.system-list__item:nth-child(3) {
  background: #fcebe9;
}
.system-list__item:nth-child(3) .system-list__step-flex::before {
  display: none;
}
@media screen and (max-width: 834px) {
  .system-list__item:nth-child(3) .system-list__step-flex {
    flex-wrap: wrap-reverse;
  }
  .system-list__item:nth-child(3) .system-list__step-flex .system-list__step-flex-img {
    margin-bottom: 0;
  }
  .system-list__item:nth-child(3) .system-list__step-flex .system-list__step-flex-img img {
    max-width: 400px;
  }
  .system-list__item:nth-child(3) .system-list__step-flex .system-list__step-flex-ct {
    margin-bottom: 20px;
  }
}
.system-list__flex {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .system-list__flex {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 834px) {
  .system-list__flex {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
}
.system-list__ct {
  width: 50%;
  padding-right: 65px;
  padding-top: 15px;
}
@media screen and (max-width: 1500px) {
  .system-list__ct {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .system-list__ct {
    padding-right: 30px;
    width: 60% !important;
  }
}
@media screen and (max-width: 834px) {
  .system-list__ct {
    padding: 0 !important;
    width: 100% !important;
    padding-right: 0;
    margin-bottom: 25px;
  }
}
.system-list__heading {
  display: flex;
  align-items: center;
  padding-bottom: 33px;
  margin-bottom: 26px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .system-list__heading {
    padding-bottom: 20px;
    margin-bottom: 25px;
    align-items: flex-end;
  }
}
.system-list__heading:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 15px;
  background: url("../img/index/icon-border.png") center no-repeat;
  background-size: cover;
  bottom: -5px;
  left: 0;
}
@media screen and (max-width: 834px) {
  .system-list__heading:before {
    height: 7px;
  }
}
.system-list__heading small {
  width: 60px;
  display: block;
}
@media screen and (max-width: 834px) {
  .system-list__heading small {
    width: 52px;
  }
}
.system-list__heading small img {
  width: 100%;
}
.system-list__heading > span {
  width: calc(100% - 60px);
  padding-left: 45px;
  color: #151515;
  font-weight: bold;
  line-height: 1.3;
  font-size: 2.4rem;
}
@media screen and (max-width: 1500px) {
  .system-list__heading > span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .system-list__heading > span {
    padding-left: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .system-list__heading > span {
    width: calc(100% - 52px);
    padding-left: 12px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 374px) {
  .system-list__heading > span {
    font-size: 1.5rem;
  }
}
.system-list__heading > span span {
  color: #a52226;
  font-size: 3.6rem;
}
@media screen and (max-width: 1500px) {
  .system-list__heading > span span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .system-list__heading > span span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 834px) {
  .system-list__heading > span span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .system-list__heading > span span {
    font-size: 2.2rem;
  }
}
.system-list__icon {
  margin-top: 34px;
  margin-left: 82px;
  position: relative;
  z-index: 2;
  max-width: 210px;
  width: 100%;
}
.system-list__icon:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  content: "※2年目から支給";
  color: #151420;
  font-size: 1.2rem;
  bottom: -9px;
  right: 28px;
}
.system-list__icon:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 92px;
  height: 210px;
  top: -18px;
  left: -64px;
  animation: animation-icon 1s steps(2) infinite;
  background: url("../img/index/icon-system-01.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 834px) {
  .system-list__icon:before {
    width: 70px;
    height: 180px;
    top: -18px;
    left: -55px;
  }
}
@media screen and (max-width: 834px) {
  .system-list__icon {
    margin-top: 0;
    margin-bottom: 50px;
    margin-left: 20%;
    margin-right: auto;
    max-width: 190px;
  }
}
.system-list__icon img {
  width: 100%;
}
.system-list__img {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .system-list__img {
    width: 40% !important;
  }
}
@media screen and (max-width: 834px) {
  .system-list__img {
    width: 100% !important;
    max-width: 500px;
    margin: 0 auto;
  }
}
.system-list__img img {
  width: 100%;
}
.system-list__step {
  background: #fff;
  padding: 57px 63px 47px 124px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .system-list__step {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 834px) {
  .system-list__step {
    max-width: 500px;
    margin: 0 auto;
    padding: 40px 15px 25px;
  }
}
.system-list__step-ttl {
  text-align: center;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.system-list__step-ttl span {
  border: 1px solid #151515;
  border-bottom-width: 3px;
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 10px 35px;
  border-radius: 30px;
  color: #151515;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  .system-list__step-ttl span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .system-list__step-ttl span {
    padding: 7px 20px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .system-list__step-ttl span {
    padding: 7px 15px;
    line-height: 1.2;
    font-size: 1.4rem;
  }
}
.system-list__step-ttl span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  border: 7px solid transparent;
  border-top: 11px solid #151515;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.system-list__step-list {
  display: flex;
  margin: 0 -10px;
}
@media screen and (max-width: 834px) {
  .system-list__step-list {
    flex-wrap: wrap;
    gap: 15px 0;
    max-width: 400px;
    margin: 0 auto;
  }
}
.system-list__step-list-item {
  width: 25%;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .system-list__step-list-item {
    width: 50%;
    padding: 0;
  }
}
.system-list__step-list-item p {
  width: calc(100% - 65px);
  padding-left: 13px;
  color: #151515;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .system-list__step-list-item p {
    width: calc(100% - 50px);
    padding-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .system-list__step-list-item p {
    padding-left: 10px;
    font-size: 1.5rem;
    width: calc(100% - 42px);
  }
}
@media screen and (max-width: 374px) {
  .system-list__step-list-item p {
    font-size: 1.2rem;
    width: calc(100% - 35px);
  }
}
.system-list__step-list-icon {
  width: 65px;
}
.system-list__step-list-icon img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .system-list__step-list-icon {
    width: 50px;
  }
}
@media screen and (max-width: 834px) {
  .system-list__step-list-icon {
    width: 42px;
  }
}
@media screen and (max-width: 374px) {
  .system-list__step-list-icon {
    width: 35px;
  }
}
.system-list__step-flex {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 834px) {
  .system-list__step-flex {
    flex-wrap: wrap;
  }
}
.system-list__step-flex:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 105px;
  height: 230px;
  left: -130px;
  top: -72px;
  animation: animation-icon 1s steps(2) infinite;
  background: url("../img/index/icon-system-09.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .system-list__step-flex:before {
    width: 80px;
    height: 170px;
    left: -80px;
    top: -55px;
  }
}
@media screen and (max-width: 834px) {
  .system-list__step-flex:before {
    width: 60px;
    height: 140px;
    left: -29px;
    top: -25px;
  }
}
.system-list__step-flex-img {
  width: 178px;
}
@media screen and (max-width: 834px) {
  .system-list__step-flex-img {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .system-list__step-flex-img img {
    max-width: 180px;
  }
}
.system-list__step-flex-img img {
  width: 100%;
}
.system-list__step-flex-ct {
  width: calc(100% - 178px);
  padding-left: 52px;
  padding-top: 25px;
}
@media screen and (max-width: 1200px) {
  .system-list__step-flex-ct {
    padding-left: 30px;
  }
}
@media screen and (max-width: 834px) {
  .system-list__step-flex-ct {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}
.system-list__step-tags {
  display: flex;
  gap: 0 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .system-list__step-tags {
    gap: 0 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 834px) {
  .system-list__step-tags {
    gap: 5px 7px;
    flex-wrap: wrap;
  }
}
.system-list__step-tags-item {
  background: #69b3bd;
  display: inline-block;
  padding: 9px 15px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .system-list__step-tags-item {
    padding: 6px 10px;
    font-size: 1.6rem;
  }
}
.system-list__plus {
  margin-top: 38px;
  margin-left: 5px;
  display: flex;
  gap: 0 42px;
}
@media screen and (max-width: 1200px) {
  .system-list__plus {
    gap: 0 25px;
  }
}
@media screen and (max-width: 834px) {
  .system-list__plus {
    gap: 0 17px;
    margin-left: 0;
  }
}
.system-list__plus-item {
  position: relative;
  background: #e88c82;
  border-radius: 8px;
  text-align: center;
  padding: 10px 2px;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  max-width: 154px;
  font-size: 1.8rem;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .system-list__plus-item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .system-list__plus-item {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    line-height: 1.4;
  }
}
@media screen and (max-width: 374px) {
  .system-list__plus-item {
    font-size: 1.2rem;
  }
}
.system-list__plus-item:not(:last-child):before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  right: -34px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/index/icon-plus.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .system-list__plus-item:not(:last-child):before {
    width: 15px;
    height: 15px;
    right: -20px;
  }
}
@media screen and (max-width: 834px) {
  .system-list__plus-item:not(:last-child):before {
    width: 14px;
    height: 14px;
    right: -16px;
  }
}
.system-list__plus-item span {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  .system-list__plus-item span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 834px) {
  .system-list__plus-item span {
    width: 100%;
    font-size: 1.1rem;
  }
}
.system-list__plus-item:nth-child(2) {
  max-width: 105px;
}
.system-list__plus-item:nth-child(3) {
  max-width: 150px;
}
.system-list__dam {
  display: flex;
  align-items: center;
  padding: 0 72px;
  margin-top: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .system-list__dam {
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .system-list__dam {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.system-list__dam-img {
  width: 325px;
  position: relative;
}
.system-list__dam-img:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 175px;
  height: 210px;
  background: url("../img/index/icon-system-08.png") center no-repeat;
  background-size: contain;
  top: -28px;
  right: -6px;
  animation: animation-icon 1s steps(2) infinite;
}
@media screen and (max-width: 1200px) {
  .system-list__dam-img:after {
    top: 0;
    right: -24px;
    width: 120px;
    height: 160px;
  }
}
@media screen and (max-width: 834px) {
  .system-list__dam-img:after {
    right: -43px;
  }
}
.system-list__dam-img img {
  max-width: 197px;
  margin-top: 38px;
}
@media screen and (max-width: 1200px) {
  .system-list__dam-img {
    width: 250px;
  }
}
@media screen and (max-width: 834px) {
  .system-list__dam-img {
    width: 100%;
    text-align: center;
    max-width: 260px;
    margin: 0 auto 20px;
    padding-right: 50px;
  }
  .system-list__dam-img img {
    max-width: 250px;
  }
}
.system-list__dam-img img {
  width: 100%;
}
.system-list__dam-ct {
  width: calc(100% - 325px);
  padding-left: 50px;
  padding-top: 70px;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  .system-list__dam-ct {
    padding-left: 30px;
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 834px) {
  .system-list__dam-ct {
    width: 100%;
    padding: 0;
  }
}

.system-provide {
  padding: 82px 0;
}
@media screen and (max-width: 834px) {
  .system-provide {
    padding: 60px 0;
  }
}
.system-provide__block {
  text-align: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 834px) {
  .system-provide__block {
    margin-bottom: 30px;
  }
  .system-provide__block .c-txt__01 {
    text-align: left;
  }
}
.system-provide__ttl {
  margin-bottom: 28px;
}
@media screen and (max-width: 834px) {
  .system-provide__ttl {
    margin-bottom: 12px;
  }
}
.system-provide__ttl span {
  background-image: linear-gradient(to right, #f3e7ad 50%, transparent 50%);
  background-size: 200% 15px;
  background-repeat: no-repeat;
  background-position: 0% 38px;
  line-height: 1.95;
  font-size: 3.6rem;
}
@media screen and (max-width: 1200px) {
  .system-provide__ttl span {
    background-position: 0% 33px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .system-provide__ttl span {
    background-position: 0% 26px;
    font-size: 2.4rem;
  }
}
.system-provide__list {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #999999;
  border-radius: 10px;
  padding: 51px 12px 55px 57px;
  gap: 57px 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .system-provide__list {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 834px) {
  .system-provide__list {
    gap: 20px 0;
  }
}
.system-provide__list:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 220px;
  height: 200px;
  bottom: -41px;
  right: 98px;
  animation: animation-icon 1s steps(2) infinite;
  background: url("../img/index/icon-provide-06.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .system-provide__list:before {
    width: 180px;
    height: 160px;
    right: 40px;
  }
}
@media screen and (max-width: 834px) {
  .system-provide__list:before {
    width: 98px;
    height: 89px;
    right: 30px;
    bottom: -60px;
  }
}
.system-provide__list-item {
  width: 33.33%;
}
@media screen and (max-width: 834px) {
  .system-provide__list-item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .system-provide__list-item {
    width: 100%;
  }
}
.system-provide__list-flex {
  display: flex;
  align-items: center;
}
.system-provide__list-icon {
  width: 83px;
}
@media screen and (max-width: 1200px) {
  .system-provide__list-icon {
    width: 60px;
  }
}
.system-provide__list-icon img {
  width: 100%;
}
.system-provide__list-ct {
  padding-left: 25px;
  width: calc(100% - 83px);
}
@media screen and (max-width: 1200px) {
  .system-provide__list-ct {
    padding-left: 15px;
    width: calc(100% - 60px);
  }
}
.system-provide__list-ct p {
  color: #151515;
  line-height: 1.714;
  max-width: 180px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  .system-provide__list-ct p {
    line-height: 1.6;
    max-width: 140px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 834px) {
  .system-provide__list-ct p {
    max-width: 100%;
  }
}
.system-provide__list-ttl {
  font-weight: bold;
  color: #151420;
  margin-bottom: 15px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .system-provide__list-ttl {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

.sec-message {
  padding: 180px 0 160px;
}
@media screen and (max-width: 1200px) {
  .sec-message {
    padding: 100px 0;
  }
}
@media screen and (max-width: 834px) {
  .sec-message {
    padding: 0 0 60px;
  }
}
.sec-message .message__img {
  position: relative;
  margin-bottom: 69px;
}
@media screen and (max-width: 834px) {
  .sec-message .message__img {
    margin: 0 -23px 30px;
  }
}
.sec-message .message__ttl {
  position: absolute;
  left: 100px;
  bottom: 127px;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .sec-message .message__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .sec-message .message__ttl {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    line-height: 1.3;
    font-size: 1.8rem;
  }
}
.sec-message .message__ttl img {
  display: block;
  width: 392px;
  margin-bottom: 27px;
}
@media screen and (max-width: 834px) {
  .sec-message .message__ttl img {
    width: 200px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 640px) {
  .sec-message .message__ttl img {
    width: 160px;
    margin-bottom: 8px;
  }
}
.sec-message .message__ttl small {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 19px;
}
@media screen and (max-width: 834px) {
  .sec-message .message__ttl small {
    margin-bottom: 13px;
    font-size: 1.4rem;
  }
}
.sec-message .message__ttl small::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 29px;
  height: 1px;
  background: #FFF;
}
@media screen and (max-width: 834px) {
  .sec-message .message__ttl small::before {
    width: 16px;
  }
}
.sec-message .message__col {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}
.sec-message .message__col-l, .sec-message .message__col-r {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .sec-message .message__col-l, .sec-message .message__col-r {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .sec-message .message__col-l {
    margin-bottom: 20px;
  }
}
.sec-message .message__col-r {
  padding-top: 50px;
}
@media screen and (max-width: 834px) {
  .sec-message .message__col-r {
    padding-top: 0;
  }
}
.sec-message .message__desc {
  color: #151515;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .sec-message .message__desc {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .sec-message .message__desc {
    font-size: 1.8rem;
  }
}
.sec-message .message__desc small {
  color: #0c2746;
  display: block;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 17px;
}
@media screen and (max-width: 1200px) {
  .sec-message .message__desc small {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .sec-message .message__desc small {
    margin-bottom: 5px;
  }
}
.sec-message .message__desc strong {
  display: block;
  color: #a52226;
  font-size: 3.6rem;
  margin-bottom: 31px;
}
@media screen and (max-width: 1200px) {
  .sec-message .message__desc strong {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 834px) {
  .sec-message .message__desc strong {
    line-height: 1.4;
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 374px) {
  .sec-message .message__desc strong {
    font-size: 2.2rem;
  }
}
.sec-message .message__txt {
  margin-bottom: 31px;
}
.sec-message .message__name {
  text-align: right;
  color: #151515;
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  .sec-message .message__name {
    font-size: 1.8rem;
  }
}
.sec-message .message__name small {
  color: #151515;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .sec-message .message__name small {
    font-size: 1.5rem;
  }
}

.sec-recruit {
  padding-bottom: 169px;
}
@media screen and (max-width: 834px) {
  .sec-recruit {
    padding-bottom: 67px;
  }
}
.sec-recruit .recruit-slider {
  margin-bottom: 173px;
}
@media screen and (max-width: 1200px) {
  .sec-recruit .recruit-slider {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 834px) {
  .sec-recruit .recruit-slider {
    margin-bottom: 50px;
  }
}
.sec-recruit .recruit-slider .recruit__slider-item {
  padding: 0 3px;
}
.sec-recruit .recruit__ttl {
  font-weight: bold;
  color: #0c2746;
  text-align: center;
  margin-bottom: 85px;
}
@media screen and (max-width: 1200px) {
  .sec-recruit .recruit__ttl {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 834px) {
  .sec-recruit .recruit__ttl {
    margin-bottom: 35px;
  }
}
.sec-recruit .recruit__ttl strong {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
  margin-bottom: 27px;
}
@media screen and (max-width: 1200px) {
  .sec-recruit .recruit__ttl strong {
    font-size: 4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .sec-recruit .recruit__ttl strong {
    margin-bottom: 12px;
    font-size: 3rem;
  }
}
.sec-recruit .recruit__ttl small {
  font-weight: normal;
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .sec-recruit .recruit__ttl small {
    font-size: 1.5rem;
  }
}
.sec-recruit .recruit__table {
  width: 100%;
  font-size: 1.6rem;
  border-top: 1px solid #e2e1e1;
  max-width: 1100px;
  margin: 0 auto 177px;
  color: #222222;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 834px) {
  .sec-recruit .recruit__table {
    margin: 0 auto 100px;
    font-size: 1.5rem;
  }
}
.sec-recruit .recruit__table tr {
  vertical-align: baseline;
}
.sec-recruit .recruit__table th, .sec-recruit .recruit__table td {
  border-bottom: 1px solid #e2e1e1;
  line-height: 1.8;
  padding: 25px 0 29px 15px;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .sec-recruit .recruit__table th, .sec-recruit .recruit__table td {
    padding: 15px 0;
    line-height: 1.6;
  }
}
.sec-recruit .recruit__table th {
  width: 165px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .sec-recruit .recruit__table th {
    width: 30%;
  }
}
.sec-recruit .recruit__table td {
  padding-left: 60px;
}
@media screen and (max-width: 834px) {
  .sec-recruit .recruit__table td {
    padding-left: 10px;
  }
}
.sec-recruit .intro-block {
  position: relative;
  background: #69b3bd;
  color: #FFF;
  padding: 80px 80px 75px;
  max-width: 1100px;
  margin: 0 auto 115px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .sec-recruit .intro-block {
    margin-bottom: 58px;
    padding: 80px 20px 35px;
  }
}
.sec-recruit .intro-block__ob {
  position: absolute;
  top: -94px;
  left: 0;
  right: 0;
  margin: auto;
  width: 186px;
  animation: animation-icon 1s steps(2) infinite;
}
@media screen and (max-width: 834px) {
  .sec-recruit .intro-block__ob {
    top: -50px;
    width: 130px;
  }
}
.sec-recruit .intro-block__ttl {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .sec-recruit .intro-block__ttl {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}
.sec-recruit .intro-block__ttl > span {
  position: relative;
}
.sec-recruit .intro-block__ttl > span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #f3e7ad;
}
@media screen and (max-width: 834px) {
  .sec-recruit .intro-block__ttl > span::after {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .sec-recruit .intro-block__ttl > span {
    line-height: 1.6;
    background-image: linear-gradient(to right, #f3e7ad 50%, transparent 50%);
    background-size: 200% 5px;
    background-repeat: no-repeat;
    background-position: 0% 30px;
  }
}
.sec-recruit .intro-block__ttl::before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  left: -110px;
  bottom: -10px;
  position: absolute;
  background: url("../img/index/intro-ttl.png") no-repeat 0 0/100% auto;
}
@media screen and (max-width: 834px) {
  .sec-recruit .intro-block__ttl::before {
    width: 50px;
    height: 50px;
    left: -11px;
    bottom: 77px;
  }
}
.sec-recruit .intro-block__txt {
  max-width: 625px;
  margin: 0 auto 50px;
  text-align: left;
  font-weight: 500;
}
.sec-recruit .intro-block__note {
  position: relative;
  background: #FFF;
  padding: 65px 65px 57px;
  background: #FFF;
  color: #222222;
}
@media screen and (max-width: 1200px) {
  .sec-recruit .intro-block__note {
    padding: 50px 13px;
  }
}
@media screen and (max-width: 834px) {
  .sec-recruit .intro-block__note {
    padding: 35px 20px;
  }
}
@media screen and (max-width: 374px) {
  .sec-recruit .intro-block__note {
    padding: 35px 10px;
  }
}
.sec-recruit .intro-block__note::before, .sec-recruit .intro-block__note::after {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 24px;
}
.sec-recruit .intro-block__note::before {
  background: url("../img/index/note-left.png") no-repeat 0 0/100% auto;
  left: -1px;
  top: -1px;
}
.sec-recruit .intro-block__note::after {
  background: url("../img/index/note-right.png") no-repeat 0 0/100% auto;
  right: -1px;
  bottom: -1px;
}
.sec-recruit .intro-block__row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .sec-recruit .intro-block__row {
    max-width: 300px;
    margin: 0 auto;
  }
}
.sec-recruit .intro-block__info {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
}
.sec-recruit .intro-block__info:nth-child(1) {
  border-right: 1px dashed #999999;
}
@media screen and (max-width: 834px) {
  .sec-recruit .intro-block__info:nth-child(1) {
    border-right: 0;
  }
}
@media screen and (max-width: 834px) {
  .sec-recruit .intro-block__info {
    width: 100%;
    margin-bottom: 16px;
  }
}
.sec-recruit .intro-block__info dt {
  width: 94px;
  border: 1px solid #999999;
  padding: 6px 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .sec-recruit .intro-block__info dt {
    width: 70px;
    padding: 5px 4px;
    font-size: 1.5rem;
  }
}
.sec-recruit .intro-block__info dd {
  font-weight: 500;
  width: calc(100% - 94px);
  padding-left: 40px;
  padding-top: 3px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .sec-recruit .intro-block__info dd {
    padding-left: 13px;
    line-height: 1.5;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .sec-recruit .intro-block__info dd {
    padding-left: 10px;
    width: calc(100% - 70px);
  }
}
.sec-recruit .intro-block__info:nth-of-type(2) {
  padding-left: 50px;
}
@media screen and (max-width: 834px) {
  .sec-recruit .intro-block__info:nth-of-type(2) {
    padding-left: 0;
  }
}
.sec-recruit .intro-block__reserve {
  margin-top: 45px;
  background: #e88c82;
  color: #FFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 28px 0 26px 80px;
  border-radius: 50px;
}
@media screen and (max-width: 1200px) {
  .sec-recruit .intro-block__reserve {
    padding: 28px 0 26px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .sec-recruit .intro-block__reserve {
    justify-content: center;
    padding: 20px;
    border-radius: 20px;
    max-width: 300px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 374px) {
  .sec-recruit .intro-block__reserve {
    padding: 20px 10px;
  }
}
.sec-recruit .intro-block__reserve-ttl {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 35px;
  padding-right: 75px;
}
@media screen and (max-width: 1024px) {
  .sec-recruit .intro-block__reserve-ttl {
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 0;
    padding-right: 55px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 374px) {
  .sec-recruit .intro-block__reserve-ttl {
    padding-right: 47px;
  }
}
.sec-recruit .intro-block__reserve-ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/index/intro-arrow.png") no-repeat 0 0/100% auto;
  width: 54px;
  height: 24px;
}
@media screen and (max-width: 374px) {
  .sec-recruit .intro-block__reserve-ttl::after {
    width: 46px;
    height: 19px;
  }
}
.sec-recruit .intro-block__reserve-insta {
  position: relative;
  margin-right: 30px;
  padding-left: 43px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .sec-recruit .intro-block__reserve-insta {
    margin-right: 15px;
    padding-left: 34px;
    margin-bottom: 14px;
    width: auto;
  }
}
.sec-recruit .intro-block__reserve-insta strong {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 3px;
}
.sec-recruit .intro-block__reserve-insta small {
  display: block;
  font-size: 1.2rem;
  margin-left: 3px;
  font-family: "Roboto", sans-serif;
}
.sec-recruit .intro-block__reserve-insta i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3rem;
}
.sec-recruit .intro-block__reserve-or {
  width: 36px;
  height: 36px;
  line-height: 32px;
  border: 1px solid #f5d3d0;
  color: #f5d3d0;
  border-radius: 50px;
  margin-right: 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .sec-recruit .intro-block__reserve-or {
    margin-right: 12px;
    margin-left: 0;
    margin-top: -11px;
  }
}
.sec-recruit .intro-block__reserve-tel {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1024px) {
  .sec-recruit .intro-block__reserve-tel {
    min-width: 206px;
    text-align: left;
  }
}
.sec-recruit .intro-block__reserve-tel span {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.sec-recruit .salon-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}
.sec-recruit .salon-list__l {
  width: 195px;
}
@media screen and (max-width: 1200px) {
  .sec-recruit .salon-list__l {
    width: 90px;
  }
}
@media screen and (max-width: 834px) {
  .sec-recruit .salon-list__l {
    width: 60px;
  }
}
.sec-recruit .salon-list__r {
  width: calc(100% - 195px);
}
@media screen and (max-width: 1200px) {
  .sec-recruit .salon-list__r {
    width: calc(100% - 90px);
  }
}
@media screen and (max-width: 834px) {
  .sec-recruit .salon-list__r {
    width: calc(100% - 60px);
  }
}
.sec-recruit .salon-list__ttl {
  color: #0c2746;
  font-size: 6rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  writing-mode: vertical-rl;
  top: 14px;
  position: relative;
  left: -2px;
}
@media screen and (max-width: 1200px) {
  .sec-recruit .salon-list__ttl {
    font-size: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .sec-recruit .salon-list__ttl {
    top: 2px;
    left: -4px;
    font-size: 3rem;
  }
}
.sec-recruit .salon-list__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -35px;
}
@media screen and (max-width: 1200px) {
  .sec-recruit .salon-list__list {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 834px) {
  .sec-recruit .salon-list__list {
    margin: 0;
  }
}
.sec-recruit .salon-list__list-item {
  width: 50%;
  padding: 0 35px;
}
@media screen and (max-width: 1200px) {
  .sec-recruit .salon-list__list-item {
    padding: 0 20px;
  }
}
@media screen and (max-width: 834px) {
  .sec-recruit .salon-list__list-item {
    padding: 0;
    width: 100%;
  }
  .sec-recruit .salon-list__list-item:not(:last-child) {
    margin-bottom: 23px;
  }
}
.sec-recruit .salon-list__list-img {
  position: relative;
  margin-bottom: 33px;
}
.sec-recruit .salon-list__list-img > img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .sec-recruit .salon-list__list-img {
    margin-bottom: 21px;
    padding-right: 18px;
  }
}
.sec-recruit .salon-list__list-tag {
  position: absolute;
  bottom: -16px;
  left: 0;
  display: inline-block;
  background: #a52226;
  color: #FFF;
  padding: 8px 23px 8px 17px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border-radius: 0 50px 50px 0;
}
@media screen and (max-width: 834px) {
  .sec-recruit .salon-list__list-tag {
    padding: 6px 11px 4px 9px;
    bottom: -10px;
    font-size: 1.2rem;
  }
}
.sec-recruit .salon-list__list-ob01, .sec-recruit .salon-list__list-ob02 {
  position: absolute;
  z-index: 2;
  animation: animation-icon 1s steps(2) infinite;
}
.sec-recruit .salon-list__list-ob01 {
  width: 101px !important;
  right: -7px;
  bottom: -44px;
}
@media screen and (max-width: 834px) {
  .sec-recruit .salon-list__list-ob01 {
    width: 66px !important;
    right: 12px;
    bottom: -28px;
  }
}
.sec-recruit .salon-list__list-ob02 {
  width: 85px !important;
  top: -8px;
  right: 33px;
}
@media screen and (max-width: 834px) {
  .sec-recruit .salon-list__list-ob02 {
    width: 56px !important;
    top: -6px;
    right: 36px;
  }
}
.sec-recruit .salon-list__list-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #a52226;
  margin-left: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .sec-recruit .salon-list__list-ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .sec-recruit .salon-list__list-ttl {
    margin-left: 12px;
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
}
.sec-recruit .salon-list__list-ttl span {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .sec-recruit .salon-list__list-ttl span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .sec-recruit .salon-list__list-ttl span {
    font-size: 1.8rem;
  }
}
.sec-recruit .salon-list__list-table {
  margin-left: 25px;
  line-height: 1.8;
  color: #151515;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .sec-recruit .salon-list__list-table {
    margin-left: 12px;
    line-height: 1.4;
    font-size: 1.2rem;
  }
}
.sec-recruit .salon-list__list-table th {
  width: 85px;
  color: #151515;
  font-weight: 400;
  vertical-align: top;
}
@media screen and (max-width: 834px) {
  .sec-recruit .salon-list__list-table th {
    width: 60px;
  }
}

@keyframes slider-move {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-50%);
  }
}
.sec-contact {
  position: relative;
  padding: 200px 0 199px;
  background: #f0ebe3;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .sec-contact {
    padding: 100px 0 150px;
  }
}
.sec-contact .contact {
  max-width: 1100px;
  margin: 0 auto;
}
.sec-contact .contact__en {
  display: flex;
  position: absolute;
  visibility: visible;
  animation: slider-move 40s linear infinite;
  transition: ease 0.5s;
  white-space: nowrap;
  color: #f6f3ed;
  font-size: 12rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  .sec-contact .contact__en {
    font-size: 10rem;
  }
}
@media screen and (max-width: 834px) {
  .sec-contact .contact__en {
    font-size: 6rem;
  }
}
.sec-contact .contact__en span {
  margin-right: 65px;
}
@media screen and (max-width: 834px) {
  .sec-contact .contact__en span {
    margin-right: 20px;
  }
}
.sec-contact .contact__en-tp {
  top: 20px;
  left: 0;
}
@media screen and (max-width: 834px) {
  .sec-contact .contact__en-tp {
    top: 0;
  }
}
.sec-contact .contact__en-bt {
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .sec-contact .contact__en-bt {
    bottom: 50px;
  }
}
.sec-contact .contact__en-bt span {
  transform: scaleY(-1);
  transform: scaleX(-1);
}
.sec-contact .contact__ttl {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
  color: #151515;
}
@media screen and (max-width: 834px) {
  .sec-contact .contact__ttl {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
}
.sec-contact .contact__txt {
  font-size: 1.9rem;
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-bottom: 56px;
  color: #222;
}
@media screen and (max-width: 834px) {
  .sec-contact .contact__txt {
    line-height: 1.6;
    margin-bottom: 35px;
    font-size: 1.4rem;
  }
}
.sec-contact .contact__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -69px;
}
@media screen and (max-width: 1500px) {
  .sec-contact .contact__list {
    margin: 0 -12px;
  }
}
@media screen and (max-width: 834px) {
  .sec-contact .contact__list {
    margin: 0;
  }
}
.sec-contact .contact__list-item {
  width: 50%;
  padding: 0 12px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .sec-contact .contact__list-item {
    width: 100%;
    padding: 0;
  }
  .sec-contact .contact__list-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.sec-contact .contact__list-item a {
  position: relative;
  display: block;
  background: #FFF;
  padding: 47px 15px 50px;
  border-radius: 100px;
  box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  bottom: 0;
}
@media screen and (max-width: 834px) {
  .sec-contact .contact__list-item a {
    max-width: 350px;
    margin: 0 auto;
    padding: 20px 15px;
    min-height: 130px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
}
.sec-contact .contact__list-item a:hover {
  bottom: -5px;
  box-shadow: none;
}
.sec-contact .contact__list-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #a52226;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .sec-contact .contact__list-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .sec-contact .contact__list-ttl {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}
.sec-contact .contact__list-ttl i {
  display: inline-block;
  vertical-align: middle;
  color: #162f4d;
  margin-right: 12px;
  font-size: 2.8rem;
}
@media screen and (max-width: 1200px) {
  .sec-contact .contact__list-ttl i {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .sec-contact .contact__list-ttl i {
    font-size: 2.2rem;
  }
}
.sec-contact .contact__list-txt {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #151515;
}
@media screen and (max-width: 1200px) {
  .sec-contact .contact__list-txt {
    font-size: 1.2rem;
  }
}
.sec-contact .contact__list-tel {
  color: #151515;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1200px) {
  .sec-contact .contact__list-tel {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .sec-contact .contact__list-tel {
    font-size: 1.8rem;
  }
}
.sec-contact .contact__list-tel span {
  font-weight: bold;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .sec-contact .contact__list-tel span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .sec-contact .contact__list-tel span {
    font-size: 2.2rem;
  }
}

@keyframes animation-icon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}
.sec-interview {
  background: #f0ebe3;
  padding: 138px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .sec-interview {
    padding: 50px 0 0;
  }
}

.interview-note {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 640px) {
  .interview-note {
    text-align: left;
  }
}

.interview-staff {
  width: 33.333%;
  margin: 0 auto;
  overflow: unset;
}
@media screen and (max-width: 1500px) {
  .interview-staff {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .interview-staff {
    width: 100%;
  }
}
.interview-staff .slick-list {
  overflow: unset;
}
@media screen and (min-width: 1501px) {
  .interview-staff .slick-list {
    padding: 0 !important;
  }
}
.interview-staff .slick-arrow {
  width: 66px;
  height: 66px;
  text-indent: -9999px;
  z-index: 9;
  top: 37%;
}
@media screen and (max-width: 1200px) {
  .interview-staff .slick-arrow {
    width: 40px;
    height: 50px;
    top: 50%;
  }
}
.interview-staff .slick-arrow:before {
  display: none;
}
.interview-staff .slick-arrow.slick-prev {
  background: url("../img/index/arrow-left.png") no-repeat;
  background-size: 100%;
  left: -14%;
}
@media screen and (max-width: 1200px) {
  .interview-staff .slick-arrow.slick-prev {
    left: 13%;
  }
}
@media screen and (max-width: 834px) {
  .interview-staff .slick-arrow.slick-prev {
    left: 15px;
  }
}
.interview-staff .slick-arrow.slick-next {
  background: url("../img/index/arrow-right.png") no-repeat;
  background-size: 100%;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .interview-staff .slick-arrow.slick-next {
    right: 23%;
  }
}
@media screen and (max-width: 834px) {
  .interview-staff .slick-arrow.slick-next {
    right: 15px;
  }
}
.interview-staff__item:nth-child(1) .interview-staff__ct-name {
  color: #d5d13e;
}
.interview-staff__item:nth-child(2) .interview-staff__ct-name {
  color: #e88b82;
}
.interview-staff__box {
  position: relative;
}
@media screen and (max-width: 834px) {
  .interview-staff__box {
    max-width: 500px;
    margin: 0 auto;
  }
}
.interview-staff__ct {
  font-size: 1.2rem;
  line-height: 1.833333;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 1500px) {
  .interview-staff__ct {
    top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .interview-staff__ct {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 834px) {
  .interview-staff__ct {
    left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .interview-staff__ct {
    top: 0;
    transform: translate(0);
  }
}
.interview-staff__ct-name {
  display: block;
  color: #a682b9;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  position: relative;
  margin-bottom: 14px;
}
@media screen and (max-width: 1200px) {
  .interview-staff__ct-name {
    font-size: 2.4rem;
  }
}
.interview-staff__ct-name:before {
  counter-increment: li;
  content: "INTERVIEW" " " counter(li, decimal-leading-zero);
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  color: #151515;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 9px;
  display: none;
}
.interview-staff__ct-number {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  color: #151515;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 9px;
}
@media screen and (max-width: 1200px) {
  .interview-staff__ct-number {
    font-size: 1.6rem;
  }
}
.interview-staff__ct p {
  margin-bottom: 33px;
}
@media screen and (max-width: 640px) {
  .interview-staff__ct p {
    margin-bottom: 90px;
  }
}
.interview-staff__img {
  width: 100%;
  padding: 0 18% 0 32%;
}
@media screen and (max-width: 834px) {
  .interview-staff__img {
    width: 100%;
    padding: 0 20px 0 50%;
  }
}
@media screen and (min-width: 835px) {
  .interview-staff__img--02 {
    padding: 0 16% 0 37%;
  }
}
@media screen and (min-width: 1201px) {
  .interview-staff__img--02 {
    transform: translateY(30px);
  }
}
@media screen and (max-width: 1200px) {
  .interview-staff--custom {
    padding: 0 30px 0 60px;
  }
  .interview-staff--custom .slick-list {
    overflow: hidden;
  }
}
@media screen and (max-width: 834px) {
  .interview-staff--custom {
    padding: 0 20px 0 40px;
  }
}
@media screen and (min-width: 1201px) {
  .interview-staff--custom .interview-staff__item {
    padding: 0 1% 0 1.5%;
  }
}
.interview-staff--custom .interview-staff__img {
  padding: 0 15% 0 40%;
}
@media screen and (max-width: 990px) {
  .interview-staff--custom .interview-staff__img {
    padding: 0 10% 0 40%;
  }
}
@media screen and (max-width: 834px) {
  .interview-staff--custom .interview-staff__img {
    padding: 0 0% 0 55%;
  }
}
.interview-staff--custom .interview-staff__img img {
  width: 220px;
}

.interview-block {
  background: #f3dbcb;
  padding: 170px 0 100px;
  margin: -31px 0 0;
}
@media screen and (max-width: 834px) {
  .interview-block {
    padding: 60px 0 60px;
  }
}
.interview-block .inner {
  position: relative;
}

.interview-gallery__img {
  position: absolute;
}
@media screen and (max-width: 834px) {
  .interview-gallery__img {
    position: static;
  }
  .interview-gallery__img--02 {
    width: 92.8%;
  }
}
@media screen and (min-width: 835px) {
  .interview-gallery__img--01 {
    top: 11px;
    left: -54px;
    width: 31.3%;
  }
  .interview-gallery__img--02 {
    top: -90px;
    right: -6px;
    width: 25%;
    padding: 36px 4px 0;
  }
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .interview-gallery__img--02 {
    width: 28%;
  }
}
.interview-gallery__img-ico {
  display: block;
  width: 47%;
  position: absolute;
  top: -90px;
  right: -28%;
  animation: rotation 20s linear infinite;
}
@media screen and (max-width: 834px) {
  .interview-gallery__img-ico {
    width: 23%;
    top: 3%;
    right: 2%;
  }
}
.interview-gallery__img-main {
  position: relative;
  padding: 36px 18px 0 56px;
}
@media screen and (max-width: 1200px) {
  .interview-gallery__img-main {
    padding: 0 0 0 26px;
  }
}
@media screen and (max-width: 834px) {
  .interview-gallery__img-main {
    padding: 0 31px 0 7px;
  }
}
.interview-gallery__img-main:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 127px;
  height: 76px;
  background: url("../img/index/icon-bond-01.png") center no-repeat;
  background-size: contain;
  top: -4px;
  left: -1px;
  animation: animation-icon 1s steps(2) infinite;
}
@media screen and (max-width: 1200px) {
  .interview-gallery__img-main:before {
    top: -20px;
    left: 20px;
    width: 65px;
    height: 50px;
  }
}
@media screen and (max-width: 834px) {
  .interview-gallery__img-main:before {
    width: 65px;
    height: 50px;
    left: -5px;
    top: -27px;
  }
}
.interview-gallery__img-main:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 82px;
  height: 50px;
  background: url("../img/index/icon-bond-02.png") center no-repeat;
  background-size: contain;
  top: 65%;
  right: -3px;
  animation: animation-icon 1s steps(2) infinite;
}
@media screen and (max-width: 1200px) {
  .interview-gallery__img-main:after {
    right: -10px;
    width: 60px;
    height: 30px;
  }
}
@media screen and (max-width: 834px) {
  .interview-gallery__img-main:after {
    right: -6px;
    width: 47px;
    height: 20px;
    top: 61%;
  }
}
.interview-gallery__img--02:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 180px;
  height: 116px;
  background: url("../img/index/icon-bond-03.png") center no-repeat;
  background-size: contain;
  top: 0px;
  animation: animation-icon 1s steps(2) infinite;
  left: -22px;
}
@media screen and (max-width: 1200px) {
  .interview-gallery__img--02:before {
    width: 140px;
    height: 86px;
  }
}
@media screen and (max-width: 834px) {
  .interview-gallery__img--02:before {
    width: 100px;
    height: 60px;
    top: 9px;
    left: -20px;
  }
}
.interview-gallery__img--02:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 95px;
  height: 67px;
  background: url("../img/index/icon-bond-04.png") center no-repeat;
  background-size: contain;
  top: 50%;
  animation: animation-icon 1s steps(2) infinite;
  left: -19px;
}
@media screen and (max-width: 834px) {
  .interview-gallery__img--02:after {
    width: 57px;
    height: 37px;
    top: 71%;
    left: 58%;
    transform: translateX(-50%);
  }
}
.interview-gallery__ct {
  font-size: 1.6rem;
  line-height: 1.875;
  max-width: 380px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .interview-gallery__ct {
    max-width: 300px;
  }
}
@media screen and (max-width: 834px) {
  .interview-gallery__ct {
    font-size: 1.4rem;
    padding: 0 11px;
    max-width: 100%;
    margin: -24px auto;
  }
}
.interview-gallery__ct-ttl {
  display: block;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.666666;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .interview-gallery__ct-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 834px) {
  .interview-gallery__ct-ttl {
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.interview-gallery__ct-ico {
  display: block;
  width: 206px;
  position: absolute;
  top: -78px;
  right: calc(100% + 4px);
}
.interview-gallery__ct p {
  margin-bottom: 55px;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.popup-show {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: ease 0.3s;
}
.popup-show.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.interview-popup {
  position: absolute;
  top: 0;
  right: 0;
  width: 95%;
  max-width: 900px;
  background: #f0ebe3;
  padding: 60px 8% 100px;
  border-radius: 30px 0 0 30px;
  max-height: 100vh;
  overflow-y: scroll;
}
@media screen and (max-width: 834px) {
  .interview-popup {
    padding: 60px 20px 80px;
    border-radius: 15px 0 0 15px;
  }
}
.interview-popup__close {
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: 60px;
  right: 40px;
  transition: ease 0.3s;
  cursor: pointer;
}
@media (any-hover: hover) {
  .interview-popup__close:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 834px) {
  .interview-popup__close {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px;
  }
}
.interview-popup__heading {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.8333;
  padding: 0 0 50px 0;
}
@media screen and (max-width: 834px) {
  .interview-popup__heading {
    padding: 0 0 30px 0;
  }
}
.interview-popup__heading-number {
  display: block;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #151515;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .interview-popup__heading-number {
    font-size: 1.6rem;
  }
}
.interview-popup__heading-name {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .interview-popup__heading-name {
    font-size: 3rem;
  }
}
.interview-popup__heading-img {
  width: 22.5%;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 40px;
  max-width: 136px;
}
@media screen and (max-width: 834px) {
  .interview-popup__heading-img {
    width: 25%;
    position: absolute;
    top: auto;
    transform: translateY(0);
    right: 0;
    bottom: -30px;
    max-width: 100px;
  }
}
.interview-popup__cmt {
  position: relative;
  padding: 35px 0 0 80px;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 834px) {
  .interview-popup__cmt {
    font-size: 1.4rem;
    padding: 20px 0 0 45px;
  }
}
.interview-popup__cmt-ttl {
  color: white;
  font-size: 3.6rem;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin-bottom: 35px;
  transform: rotate(90deg);
  position: absolute;
  top: 191px;
  left: -150px;
  font-weight: bold;
  text-stroke: 1px #666;
  -webkit-text-stroke: 1px #666;
  -webkit-text-fill-color: white;
}
@media screen and (max-width: 834px) {
  .interview-popup__cmt-ttl {
    font-size: 2rem;
    top: 110px;
    left: -83px;
  }
}
.interview-popup__cmt dl {
  margin-bottom: 25px;
}
.interview-popup__cmt dl:last-child {
  margin-bottom: 0;
}
.interview-popup__cmt dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #a52226;
}
@media screen and (max-width: 834px) {
  .interview-popup__cmt dl dt {
    font-size: 1.6rem;
  }
}
.interview-popup__cmt dl dd {
  color: #151515;
}

.sec-training {
  position: relative;
}
.sec-training::after {
  content: "London Fashion Week";
  color: #f4f2ef;
  font-family: "Gloock", serif;
  font-weight: 500;
  font-size: 18rem;
  letter-spacing: 2rem;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  bottom: -70px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .sec-training::after {
    font-size: 10rem;
    letter-spacing: 1rem;
    bottom: 80px;
  }
}
.sec-training .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 115px;
}
@media screen and (max-width: 834px) {
  .sec-training .inner {
    margin: 100px 0 60px;
    flex-wrap: wrap;
  }
}
.sec-training .inner .training__col {
  width: 50%;
  margin: 116px 45px 0 10%;
}
@media screen and (max-width: 834px) {
  .sec-training .inner .training__col {
    flex: none;
    width: 100%;
    margin: 0 0 40px;
  }
}
.sec-training .inner .training__col h3 {
  color: #a52226;
  font-size: 3.6rem;
  margin-bottom: 30px;
  position: relative;
}
.sec-training .inner .training__col h3:before {
  content: "";
  display: block;
  width: 102px;
  height: 76px;
  background: url("../img/index/icon-news.png") center no-repeat;
  background-size: contain;
  position: absolute;
  top: -100PX;
  left: -60px;
}
@media screen and (max-width: 834px) {
  .sec-training .inner .training__col h3:before {
    width: 51px;
    height: 38px;
    top: -50px;
    left: 0;
  }
}
@media screen and (max-width: 834px) {
  .sec-training .inner .training__col h3 {
    line-height: 1.4;
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
}
.sec-training .inner .training__tit {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #151515;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .sec-training .inner .training__tit {
    margin-bottom: 20px;
  }
}
.sec-training .inner .training__txt {
  font-size: 1.6rem;
  line-height: 1.875;
}
.sec-training .training__img {
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 834px) {
  .sec-training .training__img {
    flex: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=styles.css.map */