@charset "UTF-8";
/********************************************************
*  ハンバーガーメニュー
********************************************************/
.c-drawer {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  width: 100vw;
  height: auto;
  background-color: #e3e3e3;
  visibility: hidden;
  padding: 50px;
  overflow-y: scroll;
  z-index: 9;
  display: none;
}
@media only screen and (max-width: 769px) {
  .c-drawer {
    display: block;
    width: 90%;
  }
}

.is-drawer-active .c-hamburger__line {
  background-color: transparent;
  border: none;
}
.is-drawer-active .c-hamburger__line::before, .is-drawer-active .c-hamburger__line::after {
  top: 0;
  background-color: white;
}
.is-drawer-active .c-hamburger__line::before {
  transform: rotate(45deg);
}
.is-drawer-active .c-hamburger__line::after {
  transform: rotate(-45deg);
}
.is-drawer-active .c-drawer {
  visibility: visible;
  overflow: hidden;
  height: 650px;
}
@media only screen and (max-width: 769px) {
  .is-drawer-active .c-drawer {
    width: 100%;
    overflow-y: scroll;
    padding: 10% 5% 0;
    height: 100vh;
  }
}
.is-drawer-active .dwawer-logo {
  width: 50px;
  position: absolute;
  top: 24px;
  left: 50px;
}
@media only screen and (max-width: 769px) {
  .is-drawer-active .dwawer-logo {
    width: 46px;
    position: absolute;
    top: 20px;
    left: 21px;
  }
}

.login-waku {
  position: fixed;
  top: 20px;
  width: 34px;
  height: 31px;
  border: none;
  background: none;
  right: 65px;
}
@media only screen and (max-width: 769px) {
  .login-waku {
    top: 13px;
    width: 23px;
    height: 31px;
    border: none;
    background: none;
    right: 94px;
  }
}

.cart {
  position: absolute;
  right: 0px;
  top: 16px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  .cart {
    right: 82px;
    top: 27px;
  }
}
.cart .site-nav__icon-label {
  font-size: 12px;
  margin-left: 10px;
  font-weight: 500;
}
@media only screen and (max-width: 769px) {
  .cart .site-nav__icon-label {
    display: none;
  }
}
.cart svg {
  width: 21px;
}
@media only screen and (max-width: 769px) {
  .cart svg {
    width: 44px;
    height: 30px;
  }
}

.login {
  position: absolute;
  height: 30px;
  top: 16px;
  right: 99px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  .login {
    display: none;
  }
}
.login svg {
  width: 22px;
  height: auto;
}
.login .site-nav__icon-label {
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
}
.login a img {
  margin-right: 25px;
}
@media only screen and (max-width: 769px) {
  .login a img {
    margin-right: 5px;
  }
}
.login a .cart-icon {
  width: 30px;
  margin-right: 20px;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .login a .cart-icon {
    display: none;
  }
}
.login a .cart-icon p {
  font-size: 11px;
  color: white;
  letter-spacing: 1.1px;
}
.login a .cart-icon img {
  width: 28px;
  height: 28px;
}
.login a .login-icon img {
  height: 28px;
}
@media only screen and (max-width: 769px) {
  .login a .login-icon img {
    height: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .login a .login-icon {
    position: fixed;
    z-index: 9999;
    right: 85px;
    top: 23px;
  }
}
.login a .login-icon p {
  display: block;
  text-align: center;
  font-size: 11px;
  color: white;
  letter-spacing: 1.1px;
}
@media only screen and (max-width: 769px) {
  .login a .login-icon p {
    font-size: 11px;
    letter-spacing: 1.1px;
  }
}
@media only screen and (max-width: 769px) {
  .login a .login-icon img {
    height: 23px;
  }
}

.login-moji {
  position: absolute;
  left: 52%;
  transform: translate(-50%, -50%);
  top: 41px;
  font-size: 12.32px;
  color: #462C01;
  width: 48px;
  text-align: center;
}

.logo {
  width: 32px;
  height: 37px;
  position: absolute;
  top: 8px;
  left: 0px;
  z-index: 9999;
  transition: left 0.3s ease;
}
.logo.scrolled {
  left: 60px;
}
@media only screen and (max-width: 769px) {
  .logo {
    width: 34px;
    height: auto;
    position: absoluted;
    top: 25px;
    left: 4%;
    z-index: 9999;
  }
}

.navigation {
  width: 100%;
}

.navigation ul {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: 32px;
  right: 120px;
  z-index: 100;
  white-space: nowrap;
}
@media only screen and (max-width: 769px) {
  .navigation ul {
    display: none;
  }
}

.navigation ul li {
  margin-right: 10%;
  color: black;
  letter-spacing: 2px;
  text-align: center;
  font-size: 16px;
}

.navigation span {
  display: block;
  font-size: 10px;
}

.hamburger-demo-cover {
  display: none;
}
.hamburger-demo-cover.active {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9990;
  display: block;
}

.header-back {
  background-color: white;
  position: relative;
  width: 1000px;
  margin: 80px auto 0px;
  margin-top: 0px;
  z-index: 99;
  height: 55px;
}
@media only screen and (max-width: 769px) {
  .header-back {
    height: 80px;
    width: 100%;
  }
}
.header-back.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
}
.header-back .c-hamburger-scroll {
  display: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  top: 12px;
  left: 0px;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 769px) {
  .header-back .c-hamburger-scroll {
    display: block;
    right: 20px;
    left: unset;
    top: 26px;
  }
}
.header-back .c-hamburger-scroll.scrolled {
  display: block;
}
.header-back .c-hamburger-scroll .c-hamburger__line {
  width: 23px;
  background-color: #000;
  position: absolute;
  top: 16px;
  transition: all 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 9999;
  text-align: center;
  border: 1px solid #000;
  left: 0px;
  height: 2px;
}
.header-back .c-hamburger-scroll .c-hamburger__line::before, .header-back .c-hamburger-scroll .c-hamburger__line::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: inherit;
  position: absolute;
  transition: all 0.3s;
  background-color: #000;
  border: 1px solid #000;
  right: -4.5px;
}
@media only screen and (max-width: 769px) {
  .header-back .c-hamburger-scroll .c-hamburger__line::before, .header-back .c-hamburger-scroll .c-hamburger__line::after {
    right: -3.1px;
  }
}
.header-back .c-hamburger-scroll .c-hamburger__line::before {
  top: -10px;
  color: #000;
}
.header-back .c-hamburger-scroll .c-hamburger__line::after {
  top: 8px;
  color: #000;
}
.header-back .c-hamburger-scroll.is-active .c-hamburger__line {
  background-color: transparent;
  border: none;
}
.header-back .c-hamburger-scroll.is-active .c-hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.header-back .c-hamburger-scroll.is-active .c-hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}

.pc-menu-under {
  width: 1000px;
  margin: auto;
  display: flex;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: visible;
  opacity: 1;
  margin-top: 78px;
  height: 50px;
  position: relative;
}
.pc-menu-under::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 12px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
  pointer-events: none;
}
.pc-menu-under.scrolled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.pc-menu-under.menu-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: fixed;
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  margin-top: 0px;
}
.pc-menu-under.menu-active::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 12px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
  pointer-events: none;
}
.pc-menu-under .pc-menu-under-link {
  font-size: 13px;
  margin-right: 30px;
  font-weight: 500;
}
.pc-menu-under .c-hamburger {
  display: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  top: 6px;
  right: 70px;
  width: 30px;
  height: 40px;
  border: none;
  background: none;
}
@media only screen and (max-width: 769px) {
  .pc-menu-under .c-hamburger {
    display: inline-block;
    right: 25px;
    width: 40px;
    height: 20px;
    top: 17px;
    z-index: 9999;
    text-align: center;
  }
}
.pc-menu-under .c-hamburger.scrolled {
  display: block;
}
.pc-menu-under .c-hamburger__line {
  width: 35px;
  background-color: white;
  position: absolute;
  top: 16px;
  transition: all 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 9999;
  text-align: center;
  border: 2px solid white;
  right: 3px;
}
.pc-menu-under .c-hamburger__line::before, .pc-menu-under .c-hamburger__line::after {
  content: "";
  display: block;
  width: 35px;
  height: 100%;
  background-color: inherit;
  position: absolute;
  transition: all 0.3s;
  background-color: white;
  border: 2px solid white;
  right: -1.5px;
}
.pc-menu-under .c-hamburger__line::before {
  top: -11px;
  color: white;
}
.pc-menu-under .c-hamburger__line::after {
  top: 7px;
  color: white;
}
.pc-menu-under .c-hamburger_moji {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 41.5px;
  font-size: 11px;
  color: white;
  letter-spacing: 1.1px;
}

.header-sns-waku {
  display: block;
  margin: 0px auto 0px;
  width: auto;
  width: 276px;
}
.header-sns-waku-inner {
  width: 276px;
}

.online-header {
  background-color: white;
  width: 100%;
  height: 44px;
  position: fixed;
  z-index: 90;
}

.banner {
  width: 200px;
  padding: 10px;
  margin-bottom: 20px;
  z-index: 10;
}

.float-button__wrap {
  display: none; /*最初は隠す*/
  width: 200px;
  height: 45px;
  position: fixed;
  bottom: 28px;
  right: 5px;
  z-index: 10;
}

.hidden {
  display: none;
}

.menu-inner {
  width: 1000px;
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 769px) {
  .menu-inner {
    display: block;
    width: 100%;
    margin: auto;
  }
}
.menu-inner .sns-wrapper {
  margin-top: 20px;
}
.menu-inner .sns-wrapper p {
  letter-spacing: 1.7px;
  font-size: 14px;
}
.menu-inner .sns-wrapper .sns-logo {
  display: block;
  margin-top: 15px;
}
.menu-inner .sns-wrapper .sns-logo img {
  width: 33px;
  height: 33px;
}
.menu-inner .sns-wrapper .sns-logo p {
  padding: 8px 10px;
  border-radius: 5px;
  height: 40px;
}
.menu-inner .inner-box {
  width: 300px;
}
@media only screen and (max-width: 769px) {
  .menu-inner .inner-box {
    width: 100%;
    margin-top: 55px;
  }
}
.menu-inner .inner-box .inner-title {
  font-size: 23px;
  letter-spacing: 3px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  font-weight: 100;
}
@media only screen and (max-width: 769px) {
  .menu-inner .inner-box .inner-title {
    font-weight: 100;
  }
}
.menu-inner .inner-box .inner-bun {
  font-size: 13px;
  border-bottom: 2px dotted #b0aaaa;
  position: relative;
  line-height: 60px;
  padding-left: 10px;
  width: 100%;
  display: block;
  letter-spacing: 1px;
  z-index: 9998;
}
@media only screen and (max-width: 769px) {
  .menu-inner .inner-box .inner-bun {
    font-size: 14px;
  }
}
@media only screen and (max-width: 769px) {
  .menu-inner .inner-box .inner-bun span {
    font-size: 12px;
    margin-left: 15px;
  }
}
.menu-inner .inner-box .inner-bun::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #4f4f4f;
  border-right: 2px solid #4f4f4f;
  transform: rotate(45deg);
  top: 44%;
  right: 21px;
}

.footer-wrapper {
  width: 100%;
  margin: auto;
  background: #f2f2f2;
}
.footer-wrapper .page-width {
  width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 769px) {
  .footer-wrapper .page-width {
    width: 100%;
  }
}
.footer-wrapper .footer-center {
  text-align: center;
}
.footer-wrapper .footer-inner-waku {
  width: 1000px;
  margin: auto;
  padding: 30px 0px;
}
@media only screen and (max-width: 769px) {
  .footer-wrapper .footer-inner-waku {
    width: 90%;
  }
}
.footer-wrapper .footer__blocks {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 769px) {
  .footer-wrapper .footer__blocks {
    display: block;
  }
}
.footer-wrapper .footer__blocks .footer__block {
  width: 30%;
  padding: 8px 0;
  font-size: 13px;
}
@media only screen and (max-width: 769px) {
  .footer-wrapper .footer__blocks .footer__block {
    width: 100%;
  }
}
.footer-wrapper .footer__blocks .footer__block .footer__menu li {
  padding: 8px 0;
}
.footer-wrapper .footer__section {
  padding: 30px 0 80px;
  font-size: 13px;
  border-top: 1px solid #e7e3e3;
}
@media only screen and (max-width: 769px) {
  .footer-wrapper .footer__section {
    width: 100%;
    margin: auto;
  }
}
.footer-wrapper .footer__section .footer__base-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 769px) {
  .footer-wrapper .footer__section .footer__base-links {
    display: block;
  }
}
.footer-wrapper .footer__section .footer__base-links a {
  text-decoration: none;
  border-bottom: 1px solid gray;
}
@media only screen and (max-width: 769px) {
  .footer-wrapper .footer__section .footer__base-links a {
    display: table;
  }
}

@keyframes rotate-to-0 {
  0% {
    transform: rotate(45px); /* 初期角度（下向き） */
  }
  100% {
    transform: rotate(45deg); /* 上向きの角度 */
  }
}
@keyframes rotate-to-90 {
  0% {
    transform: rotate(45deg); /* 初期角度（上向き） */
  }
  100% {
    transform: rotate(135deg); /* 下向きの角度 */
  }
}
a:hover {
  opacity: 0.5;
}

body {
  padding-top: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #4F4F4F;
}
body.fixed {
  position: fixed;
}

.green {
  color: #0E963A;
}

.red {
  color: #ba0015;
}

.bg-gray {
  background-color: #707070 !important;
}

.bg-right-gray {
  background-color: #F2F2F2 !important;
}

.bg-white-gray {
  background-color: #B5B5B5 !important;
}

html {
  margin-top: 0px !important;
}

.wrapper {
  margin-top: 73px;
}
@media only screen and (max-width: 769px) {
  .wrapper {
    width: 100%;
  }
}

.container {
  width: 100vw;
  overflow-x: hidden;
  border-bottom: 1px solid #dddddd;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

@font-face {
  font-family: "renner-font";
  src: url("../font/Renner_ 400 Book.ttf") format("truetype");
}
.renner-font {
  font-family: "renner-font";
}

@font-face {
  font-family: "hiragi-font";
  src: url("../font/ヒラギノ角ゴ ProN W4.otf") format("truetype");
}
.hiragi-font {
  font-family: "hiragi-font";
}

.grahie-font-light {
  font-family: "graphie", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.graphie-font {
  font-family: "graphie", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.graphie-font-semi {
  font-family: "graphie", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.hiragino_w3 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.hiragino_w6 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.yu-font {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.inter-font {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.noto-serif-jp-font {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.amethysta-regular {
  font-family: "Amethysta", serif;
  font-weight: 400;
  font-style: normal;
}

.shanti-regular {
  font-family: "Shanti", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-m {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.noto-sans-jp-r {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shanti-regular {
  font-family: "Shanti", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (min-width: 1026px) {
  .pc-only,
  #swiper-top-pc {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .pc-only,
  #swiper-top-pc {
    display: block;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .pc-only,
  #swiper-top-pc {
    display: none !important;
  }
}
@media only screen and (max-width: 481px) {
  .pc-only,
  #swiper-top-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .sm-br {
    display: block;
  }
}
@media only screen and (max-width: 481px) {
  .sm-br {
    display: block;
  }
}
@media only screen and (min-width: 1026px) {
  .sm-br {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .sm-br {
    display: none !important;
  }
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
  .pc-br {
    display: none !important;
  }
}
@media only screen and (max-width: 481px) {
  .pc-br {
    display: none !important;
  }
}
@media only screen and (min-width: 1026px) {
  .pc-br {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .pc-br {
    display: block;
  }
}

@media only screen and (min-width: 1026px) {
  .sm-only,
  #swiper-top-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .sm-only,
  #swiper-top-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  .sm-only,
  #swiper-top-sm {
    display: block;
  }
}
@media only screen and (max-width: 481px) {
  .sm-only,
  #swiper-top-sm {
    display: block;
  }
}

main {
  margin-top: 80px;
}
/*
img {
  width: 100%;
  height: auto;
}*/

@media only screen and (max-width: 769px) {
  .sm-margintop-40 {
    margin-top: 40%;
  }
}

@media only screen and (max-width: 769px) {
  .sm-marginbottom-40 {
    margin-bottom: 40%;
  }
}

.hero {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: auto;
}
.hero .slideshow {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
}
.hero .content {
  width: 100px;
  height: auto;
}

/* content4つをまとめたスライドブロック */
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ホバー時に動きを止める（パターン2・3）*/
.slide-paused:hover .slideshow {
  animation-play-state: paused;
}

/* ホバー時の装飾（パターン3） */
.content-hover {
  transition: all 0.2s;
  margin-right: 20px;
}

.content-hover:hover {
  transform: translateY(-20px);
  border-radius: 0 10%;
  box-shadow: 0 3px 10px 0 #333;
  opacity: 0.8;
  cursor: pointer;
}

.bg-cocone {
  background-color: #F2EBD6;
}

.bg-anone {
  background-color: #F2E9EA;
}

.bg-konone {
  background-color: #EEEFE1;
}

.weight600 {
  font-weight: 800 !important;
}

.interview-result {
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.is-hidden {
  display: none !important;
}

.pc-only-top50 {
  margin-top: 50px;
}
@media only screen and (max-width: 769px) {
  .pc-only-top50 {
    margin-top: 0px;
  }
}

.tuiju {
  position: fixed;
  bottom: 0px;
  right: 2px;
  z-index: 333;
  width: 532px;
}
@media only screen and (max-width: 769px) {
  .tuiju {
    width: 100%;
    right: 0px;
  }
}/*# sourceMappingURL=style.css.map */