@charset "UTF-8";
/*! ---------------------------------
Theme Name: Main
Version: 3.1.0
Tested up to: 6.5.4
---------------------------------- */
/* -----------------------------------------------
  Variables
--------------------------------------------------*/
/* -----------------------------------------------
  Mixins
--------------------------------------------------*/
.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/*! ---------------------------------
Theme Name: Main
Version: 3.1.0
Tested up to: 6.5.4
---------------------------------- */
/**************************************************
  base
***************************************************/
fieldset {
  padding: 0;
  border: none;
}

/* -----------------------------------------------
  Body
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

html {
  font-size: 62.5%;
  background: inherit;
}

body, button, input, textarea, select {
  color: #666;
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

::-moz-selection {
  background: #e95b74;
  color: #fff;
}

::selection {
  background: #e95b74;
  color: #fff;
}

/* -----------------------------------------------
  Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
}

h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
  margin-top: calc(5rem / 3);
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  position: relative;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

/* ---------- text ---------- */
p {
  margin: 2rem 0;
}

a, button, img {
  transition: 0.3s;
}

a[nohref] {
  color: inherit;
}
a[nohref]:hover {
  text-decoration: none;
}
a[href^="tel:"] {
  color: inherit;
}
@media all and (min-width: 601px) {
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}

.tapNone {
  pointer-events: none;
  text-decoration-color: #fff;
}
.tapNone a {
  pointer-events: none !important;
  text-decoration-color: #fff;
}

strong {
  font-weight: bold;
}

u {
  border-bottom: 1px solid #666;
}

address {
  font-style: normal;
}

label {
  cursor: pointer;
}

/* ---------- image ---------- */
img, svg, video {
  border: 0;
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

.caption, figcaption {
  display: block;
  margin-top: 1rem;
  font-size: 0.88em;
}

._nocss {
  margin: 0;
  position: relative;
  background: transparent;
}
._nocss::before, ._nocss::after {
  display: none;
}

/* ---------- form ---------- */
input[type=text], input[type=tel], input[type=url], input[type=email], input[type=text],
textarea {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5rem 1rem;
  width: 100%;
  border: 1px solid #cbcbcb;
}

input[type=submit], label {
  cursor: pointer;
}

/* ---------- Element ---------- */
iframe {
  border: 0;
}

/* -----------------------------------------------
  Helper Class
-------------------------------------------------- */
/* ---------- clear ---------- */
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media all and (min-width: 601px) {
  ._float-l {
    float: left;
  }
  ._float-r {
    float: right;
  }
}
._clear {
  clear: both;
}

._hidden {
  display: none;
}

/* ---------- text ---------- */
._bold {
  font-weight: bold;
}

._underline {
  text-decoration: underline;
}

._small {
  font-size: 88% !important;
}

._x-small {
  font-size: 75% !important;
}

._large {
  font-size: 113% !important;
}

._x-large {
  font-size: 140% !important;
}

._valignt {
  vertical-align: top !important;
}

._valignm {
  vertical-align: middle !important;
}

._valignb {
  vertical-align: bottom !important;
}

._textc, ._textc th, ._textc td {
  text-align: center !important;
}

._textr, ._textr th, ._textr td {
  text-align: right !important;
}

._textl, ._textl th, ._textl td {
  text-align: left !important;
}

._wordbreak {
  word-break: break-all !important;
}

._nowrap {
  white-space: nowrap !important;
}

._image-text {
  overflow: hidden !important;
}

._palt {
  font-feature-settings: "palt";
}

._full {
  display: inline-block;
  width: 100%;
}

/* ---------- margin ---------- */
._first {
  margin-top: 0 !important;
}

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

._half {
  margin-bottom: calc(2rem / 2) !important;
}

._default {
  margin-bottom: 2rem !important;
}

._double {
  margin-bottom: calc(2rem * 2) !important;
}

/* ---------- devices ---------- */
@media all and (min-width: 601px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 600px) {
  .pc {
    display: none !important;
  }
}
/* -----------------------------------------------
  Accecibility
-------------------------------------------------- */
.screen-reader-text {
  position: absolute;
  top: -1000em;
  transition: 0.3s;
}
.screen-reader-text:focus {
  left: 6px;
  top: 6px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f0f0f1;
  color: #2271b1;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.is-current {
  pointer-events: none;
  text-decoration: none;
}

/* -----------------------------------------------
  admin bar
-------------------------------------------------- */
@media all and (max-width: 600px) {
  html {
    margin-top: 0 !important;
  }
  #wpadminbar {
    display: none;
  }
}
/*! ---------------------------------
Theme Name: Main
Version: 3.1.0
Tested up to: 6.5.4
---------------------------------- */
/**************************************************
  Button
***************************************************/
/* -----------------------------------------------
  button
-------------------------------------------------- */
.link-btn {
  padding: 15px 76px 15px 20px;
  display: inline-block;
  color: #ef889a;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
@media all and (max-width: 600px) {
  .link-btn {
    padding: 20px 0;
  }
}
.link-btn::before {
  content: "";
  display: inline-block;
  background-image: url(./../hoiku/images/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 22px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 20px;
  transition: 0.3s;
}
@media all and (max-width: 600px) {
  .link-btn::before {
    right: 0;
  }
}
.link-btn::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #ef889a;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 600px) {
  .link-btn {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 50px);
    max-width: 275px;
  }
}
@media all and (min-width: 601px) {
  .link-btn:hover {
    cursor: pointer;
  }
  .link-btn:hover::before {
    transform: translateX(4px) translateY(-50%);
  }
}

/* -----------------------------------------------
  /kaigo/
-------------------------------------------------- */
.p-kaigo .link-btn {
  color: #4cb16b;
}
.p-kaigo .link-btn::before {
  background-image: url(./../kaigo/images/icon_arrow.png);
}
.p-kaigo .link-btn::after {
  background-color: #4cb16b;
}

/*! ---------------------------------
Theme Name: Main
Version: 3.1.0
Tested up to: 6.5.4
---------------------------------- */
/**************************************************
  Icon
***************************************************/
svg {
  border: 0;
  vertical-align: middle;
  line-height: 1;
  transition: 0.3s;
}

.icon {
  width: 3rem;
  height: 3rem;
}
.icon-blank {
  margin-left: 0.5rem;
  max-height: 1.8rem;
  max-width: 1.8rem;
  fill: none;
  stroke: #333;
  stroke-width: 3px;
}
.icon-blank use {
  transform: translateX(-3px) translateY(-3px);
}

/*! ---------------------------------
Theme Name: Main
Version: 3.1.0
Tested up to: 6.5.4
---------------------------------- */
/**************************************************
  img
***************************************************/
/* -----------------------------------------------
  luminous
-------------------------------------------------- */
a.zoomImg {
  cursor: zoom-in;
  position: relative;
  display: inline-block;
}
a.zoomImg::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: center/50% 50% no-repeat rgba(0, 0, 0, 0.3) url("images/common/icon_zoom.svg");
  width: 2.5rem;
  height: 2.5rem;
}

.lum-lightbox.lum-open {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 10001;
}
.lum-lightbox.lum-open:hover {
  cursor: zoom-out;
}

.lum-gallery-button::after {
  width: 2rem;
  height: 2rem;
  border-width: 2px;
}

/*! ---------------------------------
Theme Name: Main
Version: 3.1.0
Tested up to: 6.5.4
---------------------------------- */
/**************************************************
  List
***************************************************/
/* 非順序リスト */
.list-bullet {
  margin: 2rem 0;
}
.list-bullet li {
  margin-left: 2rem;
}
.list-bullet li::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: -1.5rem;
  width: 8px;
  height: 8px;
  background: #ef889a;
}
.list-bullet li:nth-child(n+2) {
  margin-top: 5px;
}
.list-bullet ol, .list-bullet ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* 順序リスト */
.list-number {
  margin: 2rem 0;
  counter-reset: num;
}
.list-number li {
  padding-left: 3rem;
}
.list-number li::before {
  position: absolute;
  counter-increment: num;
  content: "(" counter(num) ")";
  display: inline-block;
  font-weight: bold;
  top: 0;
  left: 0.5rem;
  color: #ef889a;
}
.list-number ol, .list-number ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* -----------------------------------------------
  /kaigo/
-------------------------------------------------- */
.p-kaigo .list-bullet li::before {
  background: #4cb16b;
}

/*! ---------------------------------
Theme Name: Main
Version: 3.1.0
Tested up to: 6.5.4
---------------------------------- */
/**************************************************
  Typography
***************************************************/
/* -----------------------------------------------
  Heading
-------------------------------------------------- */
.heading2 {
  font-size: 180%;
  margin-top: 5rem;
}

.heading3 {
  font-size: 160%;
  margin-top: 5rem;
}

.heading4 {
  font-size: 150%;
  margin-top: 5rem;
}

/* -----------------------------------------------
  Variation
-------------------------------------------------- */
._en {
  font-family: "Zen Maru Gothic", sans-serif;
}

._attention {
  color: #dd0000;
}

._lead {
  font-size: 2rem;
}

/*! ---------------------------------
Theme Name: Main
Version: 3.1.0
Tested up to: 6.5.4
---------------------------------- */
/**************************************************
  Header
***************************************************/
/* -----------------------------------------------
  PC
-------------------------------------------------- */
.m-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 48px 0;
  width: auto;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 50px;
  z-index: 99;
}
@media screen and (max-width: 1400px) {
  .m-header {
    left: 50px;
  }
}
@media screen and (max-height: 600px) {
  .m-header {
    padding: 10px 0;
  }
}
@media all and (max-width: 600px) {
  .m-header {
    height: 133vw;
    position: absolute;
    left: 15px;
  }
}
.m-header__en {
  color: #ef889a;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
@media all and (max-width: 600px) {
  .m-header__en {
    display: none !important;
  }
}
.m-header .nav {
  width: 155px;
}
@media all and (min-width: 601px) {
  .m-header .nav {
    position: absolute;
    top: calc(50% + 30px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media all and (max-width: 600px) {
  .m-header .nav {
    padding: 75px 35px 45px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
}
.m-header .nav__list__item a {
  padding: 6px 0 6px 16px;
  display: inline-block;
  color: #666;
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 1.2;
  position: relative;
}
@media all and (max-width: 600px) {
  .m-header .nav__list__item a {
    padding: 13px 0 13px 23px;
  }
}
.m-header .nav__list__item a::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #ef889a;
  border: 3px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -1px;
  z-index: 1;
  transition: 0.3s;
}
@media all and (max-width: 600px) {
  .m-header .nav__list__item a::before {
    top: 16px;
    left: 0;
  }
}
.m-header .nav__list__item a.current::before {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: 3px solid #ef889a;
  top: 7px;
  left: -3px;
}
@media all and (max-width: 600px) {
  .m-header .nav__list__item a.current::before {
    width: 8px;
    height: 8px;
    border-width: 4px;
    top: 13px;
  }
}
@media all and (min-width: 601px) {
  .m-header .nav__list__item a:hover, .m-header .nav__list__item a:focus {
    opacity: 0.8;
  }
}
.m-header .nav__link {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.m-header .nav__link .link-inst {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 13px;
  /*  padding: 0 0 3px 1px;
    width: 29px;
    height: 29px;
    background-color: #fff;
    border-radius: 50%;*/
}
.m-header .nav__link .link-inst__img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.m-header .nav__link .link-inst__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.m-header .nav__link .link-txt {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.m-header__scroll {
  width: 12px;
  height: 110px;
  position: relative;
  transition: 0.3s;
}
@media all and (max-width: 600px) {
  .m-header__scroll {
    display: none !important;
  }
}
.m-header__scroll.end {
  opacity: 0;
}
.m-header__scroll::before, .m-header__scroll::after {
  content: "";
  position: absolute;
  background: #ef889a;
}
@media all and (max-width: 600px) {
  .m-header__scroll::before, .m-header__scroll::after {
    background-color: #fff;
  }
}
.m-header__scroll::before {
  width: 5px;
  height: 5px;
  border-radius: 10px;
  bottom: 0;
  left: 3px;
  animation: scroll-move 1.7s ease-in-out infinite, scroll-ball 1.7s ease-out infinite;
}
.m-header__scroll::after {
  width: 1px;
  height: 60px;
  bottom: 0;
  left: 5px;
}
.m-header__scroll .txt {
  margin: 0;
  color: #ef889a;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
@media all and (max-width: 600px) {
  .m-header__scroll .txt {
    color: #fff;
  }
}

@keyframes scroll-move {
  0% {
    bottom: 55px;
  }
  100% {
    bottom: 5px;
  }
}
@keyframes scroll-ball {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.8;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* -----------------------------------------------
  SP
-------------------------------------------------- */
.c-toggle {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  z-index: 10000;
  cursor: pointer;
}
@media all and (min-width: 601px) {
  .c-toggle {
    display: none;
  }
}
.c-toggle-icon {
  margin: auto;
  width: 23px;
  height: 2px;
  background: #ef889a;
  position: absolute;
  top: 34px;
  right: 24px;
  transition: inherit;
}
.c-toggle-icon::before, .c-toggle-icon::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
  transition: inherit;
}
.c-toggle[aria-expanded=false] .c-toggle-icon::before {
  top: -8px;
}
.c-toggle[aria-expanded=false] .c-toggle-icon::after {
  top: 8px;
}
.c-toggle[aria-expanded=true] .c-toggle-icon {
  background: transparent;
}
.c-toggle[aria-expanded=true] .c-toggle-icon::before, .c-toggle[aria-expanded=true] .c-toggle-icon::after {
  background: #ef889a;
}
.c-toggle[aria-expanded=true] .c-toggle-icon::before {
  transform: rotate(45deg);
}
.c-toggle[aria-expanded=true] .c-toggle-icon::after {
  transform: rotate(-45deg);
}

#js-drawer {
  width: 250px;
  height: 100vh;
  height: 100dvh;
  transition: 0.3s;
  position: fixed;
  bottom: 0;
  z-index: 101;
}
@media all and (min-width: 601px) {
  #js-drawer {
    display: none;
  }
}
#js-drawer[aria-hidden=true] {
  visibility: hidden;
  right: -100vw;
}
#js-drawer[aria-hidden=false] {
  visibility: visible;
  right: 0;
  background-color: #fff;
}
#js-drawer-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: 0.3s;
}
#js-drawer-bg[aria-hidden=true] {
  visibility: hidden;
  right: -100vw;
  bottom: 0;
}
#js-drawer-bg[aria-hidden=false] {
  visibility: visible;
  right: 0;
}

.is-drawerActive {
  position: fixed;
}

.sp-btn {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 90;
}
@media all and (min-width: 601px) {
  .sp-btn {
    display: none !important;
  }
}
.sp-btn::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(transparent, #000 100%);
  position: absolute;
  top: -7px;
  opacity: 0.2;
}
.sp-btn__link {
  width: 50%;
  height: 100%;
  background-color: #ef889a;
  text-decoration: none;
  position: relative;
}
.sp-btn__link:nth-child(1) {
  padding-left: 60px;
  border-right: 1px solid #fff;
}
.sp-btn__link:nth-child(2) {
  padding-right: 60px;
  border-right: 1px solid #fff;
}
.sp-btn__link__txt {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  position: relative;
}
.sp-btn__link__txt .txt-jp {
  font-size: 1.5rem;
}
.sp-btn__link__txt .txt-en {
  margin-top: 7px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
}
.sp-btn__link__txt .icon-blank {
  stroke: #fff;
  max-height: 1.2rem;
  max-width: 1.2rem;
  position: absolute;
  bottom: 26px;
  right: 12px;
}
.sp-btn__link__img {
  position: absolute;
}
.sp-btn__link__img.--02 {
  width: 50px;
  height: 103px;
  top: -12px;
  left: 3px;
}
.sp-btn__link__img.--01 {
  width: 47px;
  height: 108px;
  top: -12px;
  right: 11px;
}

/* -----------------------------------------------
  login
-------------------------------------------------- */
/*! ---------------------------------
Theme Name: Main
Version: 3.1.0
Tested up to: 6.5.4
---------------------------------- */
/**************************************************
  Footer
***************************************************/
.contact-area {
  background-color: #ef889a;
  background-image: url(./../hoiku/images/bg_footer.jpg);
  background-position: center;
  background-repeat: repeat;
}
.contact-area__wrap {
  padding-top: 50px;
  background-color: #fcf8ed;
}
.contact-area .inner {
  position: relative;
}
@media all and (min-width: 601px) {
  .contact-area .inner {
    padding: 50px 0;
  }
}
@media all and (max-width: 600px) {
  .contact-area .inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.contact-area__deco {
  width: 150px;
  height: 190px;
  position: absolute;
  top: -70px;
  right: -58px;
}
@media all and (max-width: 600px) {
  .contact-area__deco {
    width: 75px;
    height: 95px;
    top: -32px;
    right: 10px;
  }
}
.contact-area__top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media all and (max-width: 600px) {
  .contact-area__top {
    flex-wrap: wrap;
  }
}
.contact-area__top__title {
  margin-right: 50px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.8rem;
  line-height: 1;
}
.contact-area__top__txt {
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
}
@media all and (max-width: 600px) {
  .contact-area__top__txt {
    margin-top: 2rem;
  }
}
.contact-area__contents {
  margin-top: 42px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
@media all and (max-width: 600px) {
  .contact-area__contents {
    flex-direction: column;
  }
}
.contact-area__contents__01 {
  width: 24.2%;
}
@media all and (max-width: 600px) {
  .contact-area__contents__01 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media all and (min-width: 601px) {
  .contact-area__contents__02 {
    width: 32.3%;
  }
}
@media all and (min-width: 601px) {
  .contact-area__contents .item-wrap:nth-child(n+2) {
    margin-top: 4rem;
  }
}
@media all and (max-width: 600px) {
  .contact-area__contents .item-wrap {
    margin-bottom: 2rem;
  }
  .contact-area__contents .item-wrap:first-child {
    padding-right: 25px;
  }
}
.contact-area__contents .item-title {
  padding-left: 20px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 2px;
  line-height: 1.4;
  position: relative;
}
.contact-area__contents .item-title::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 3px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: 7px;
  left: 0;
}
.contact-area__contents .item-txt {
  margin-top: 1.2rem;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.6;
}
.contact-area__contents__03 {
  width: 43.5%;
}
@media all and (max-width: 600px) {
  .contact-area__contents__03 {
    width: 100%;
  }
}
.contact-area__contents__03 .item-link {
  margin-top: 3rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.contact-area__contents__03 .item-link__title {
  margin: 1rem 0;
  display: inline-block;
  min-width: 75px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.contact-area__contents__03 .item-link a {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
}
.contact-area__contents__03 .item-link.--tel a {
  font-size: 4.8rem;
}
@media all and (min-width: 601px) {
  .contact-area__contents__03 .item-link.--tel a {
    text-decoration: none;
  }
}
@media all and (max-width: 600px) {
  .contact-area__contents__03 .item-link.--tel a {
    font-size: 4rem;
    position: relative;
  }
}
.contact-area__contents__03 .item-link.--mail a {
  font-size: 3rem;
  word-break: break-all;
  position: relative;
  /*&::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }*/
}
@media all and (max-width: 600px) {
  .contact-area__contents__03 .item-link.--mail a {
    font-size: 2.5rem;
  }
}
.contact-area__btns {
  margin: 30px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.contact-area__btns__link {
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 330px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 25px;
  color: #333;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
@media all and (min-width: 601px) {
  .contact-area__btns__link:hover {
    background-color: #ef889a;
    color: #fff;
  }
  .contact-area__btns__link:hover .icon {
    stroke: #fff;
  }
}

.contact-area__btns__link-002 {
  background: none;
  border: none;
}
.contact-area__btns__link-002:hover {
  opacity: 0.5;
}

.m-footer {
  padding: 50px 0 100px;
}
.m-footer .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.m-footer__logo {
  width: -moz-fit-content;
  width: fit-content;
}
@media all and (max-width: 600px) {
  .m-footer__logo {
    margin: 0 auto;
  }
}
.m-footer__logo__img {
  width: 148px;
  height: 156px;
}
.m-footer__logo__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 13px auto 0;
  width: 129px;
  height: 29px;
  background-color: #ef889a;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
}
.m-footer__index {
  margin: 40px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 512px;
}
.m-footer__index__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(50% - 28px);
  text-decoration: none;
}
@media all and (max-width: 600px) {
  .m-footer__index__link {
    width: 50%;
  }
}
.m-footer__index__link:nth-child(n+3) {
  margin-top: 30px;
}
@media all and (max-width: 600px) {
  .m-footer__index__link:nth-child(n+3) {
    margin-top: 20px;
  }
}
.m-footer__index__link .link-icon {
  margin-right: 18px;
  width: 44px;
  height: 44px;
}
@media all and (max-width: 600px) {
  .m-footer__index__link .link-icon {
    margin-right: 10px;
    display: flex;
    width: 22px;
    height: 22px;
  }
}
.m-footer__index__link .link-txt {
  margin: 0;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
@media all and (max-width: 600px) {
  .m-footer__index__link .link-txt {
    padding-top: 2px;
    font-size: 1.4rem;
  }
}
.m-footer__index__link:hover {
  opacity: 0.7;
}
.m-footer__other {
  margin-top: 50px;
  margin-left: auto;
  text-align: right;
}
@media all and (max-width: 600px) {
  .m-footer__other {
    margin: 40px auto 0;
    text-align: center;
  }
}
.m-footer__other__links {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
@media all and (max-width: 600px) {
  .m-footer__other__links {
    align-items: center;
  }
}
.m-footer__other__links a {
  display: inline-block;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
}
.m-footer__other__links a:nth-child(n+2) {
  margin-top: 25px;
}
@media all and (max-width: 600px) {
  .m-footer__other__links a:nth-child(n+2) {
    margin-top: 15px;
  }
}
.m-footer__other__links a:hover {
  opacity: 0.7;
}
.m-footer__other .copyright {
  margin: 75px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.2rem;
}
@media all and (max-width: 600px) {
  .m-footer__other .copyright {
    margin-top: 45px;
  }
}

/* -----------------------------------------------
  js-pageTop
-------------------------------------------------- */
.js-pageTop {
  position: fixed;
  right: 7rem;
  bottom: 7rem;
  display: none;
}
@media all and (max-width: 600px) {
  .js-pageTop {
    right: 2rem;
    bottom: 9rem;
  }
}
.js-pageTop a {
  width: 5rem;
  height: 5rem;
  background: #000;
  display: block;
  color: #fff;
}

/*! ---------------------------------
Theme Name: Main
Version: 3.1.0
Tested up to: 6.5.4
---------------------------------- */
/**************************************************
  Layout
***************************************************/
body.is-drawerActive {
  width: 100%;
  max-width: 100vw;
  position: fixed;
}

.body {
  overflow-x: hidden;
}

.container {
  width: 100%;
  overflow-x: hidden;
}

.inner {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 990px;
}
@media all and (max-width: 989px) {
  .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.inner-over {
  max-width: 1300px;
}

/*! ---------------------------------
Theme Name: Main
Version: 3.1.0
Tested up to: 6.5.4
---------------------------------- */
/**************************************************
  Top
***************************************************/
.top-heading2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
.top-heading2__en {
  order: 1;
  margin: 0;
  color: #ef889a;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media all and (max-width: 600px) {
  .top-heading2__en {
    font-size: 3.5rem;
  }
}
.top-heading2__jp {
  order: 2;
  margin-top: 20px;
  color: #ef889a;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media all and (max-width: 600px) {
  .top-heading2__jp {
    margin-top: 13px;
    font-size: 1.3rem;
  }
}

/* -----------------------------------------------
  mainvisual
-------------------------------------------------- */
.m-mainVisual {
  width: 100%;
  height: 770px;
  position: relative;
  overflow: hidden;
  max-width: 100vw;
}
@media all and (max-width: 600px) {
  .m-mainVisual {
    height: auto;
    aspect-ratio: 1/1.587;
  }
}
.m-mainVisual::after {
  content: "";
  display: inline-block;
  width: 50%;
  height: 100%;
  background-color: #ef889a;
  background-image: url(./../hoiku/images/bg_mv.jpg);
  background-repeat: repeat;
  position: absolute;
  right: 0;
  z-index: -2;
}
@media all and (min-width: 601px) {
  .m-mainVisual::after {
    border-radius: 0 0 0 30px;
    top: 0;
  }
}
@media all and (max-width: 600px) {
  .m-mainVisual::after {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.659;
    bottom: 0;
  }
}
.m-mainVisual .inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
}
@media all and (min-width: 601px) {
  .m-mainVisual .inner {
    padding-left: 155px;
  }
}
.m-mainVisual__head {
  margin-top: 40px;
  width: 148px;
}
@media all and (max-width: 600px) {
  .m-mainVisual__head {
    margin: 25px auto 0;
    width: 100%;
  }
}
.m-mainVisual__head__logo {
  width: 148px;
  height: 156px;
}
@media all and (max-width: 600px) {
  .m-mainVisual__head__logo {
    margin: 0 auto;
    width: 111px;
    height: 117px;
  }
}
.m-mainVisual__head__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 13px auto 0;
  width: 129px;
  height: 29px;
  background-color: #ef889a;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
}
@media all and (max-width: 600px) {
  .m-mainVisual__head__txt {
    width: 97px;
    font-size: 1.1rem;
  }
}
.m-mainVisual__img {
  width: 878px;
  height: 688px;
  position: absolute;
  z-index: -1;
}
@media all and (min-width: 601px) {
  .m-mainVisual__img {
    top: calc(50% - 15px);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
  }
}
@media all and (max-width: 600px) {
  .m-mainVisual__img {
    width: 340px;
    height: 344px;
    width: 90.7vw;
    height: auto;
    aspect-ratio: 1/1.012;
    bottom: 14vw;
    left: 14vw;
  }
}
.m-mainVisual__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.m-mainVisual__contents {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
}
@media all and (min-width: 601px) {
  .m-mainVisual__contents {
    padding-top: 40px;
    padding-bottom: 70px;
    width: calc(100% - 148px);
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .m-mainVisual__contents {
    padding-bottom: 30px;
  }
}
.m-mainVisual__contents__txt {
  order: 2;
}
.m-mainVisual__contents__txt .txt-en {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.25;
}
.m-mainVisual__contents__txt .txt-jp {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.8;
}
.m-mainVisual__contents__btn {
  order: 3;
}
@media all and (max-width: 600px) {
  .m-mainVisual__contents__btn {
    display: none !important;
  }
}
.m-mainVisual__contents__btn .btn-link {
  display: inline-block;
  transition: 0.3s;
  position: relative;
}
.m-mainVisual__contents__btn .btn-link.--01 {
  width: 156px;
  height: 227px;
}
@media screen and (max-width: 768px) {
  .m-mainVisual__contents__btn .btn-link.--01 {
    width: 100px;
    height: 148px;
  }
}
.m-mainVisual__contents__btn .btn-link.--02 {
  margin-left: 20px;
  width: 156px;
  height: 215px;
}
@media screen and (max-width: 768px) {
  .m-mainVisual__contents__btn .btn-link.--02 {
    width: 100px;
    height: 148px;
  }
}
.m-mainVisual__contents__btn .btn-link .icon-blank {
  stroke: #fff;
  position: absolute;
  bottom: 31px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .m-mainVisual__contents__btn .btn-link .icon-blank {
    bottom: 27px;
    right: 13px;
  }
}
@media all and (min-width: 601px) {
  .m-mainVisual__contents__btn .btn-link:hover, .m-mainVisual__contents__btn .btn-link:focus {
    transform: translateY(-5px);
  }
}
.m-mainVisual__contents__link {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  position: absolute;
  top: 45px;
  right: 50px;
}
@media all and (max-width: 600px) {
  .m-mainVisual__contents__link {
    display: none;
  }
}
.m-mainVisual__contents__link .link-txt {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
}
.m-mainVisual__contents__link .link-txt .icon {
  stroke: #fff;
}
@media all and (min-width: 601px) {
  .m-mainVisual__contents__link .link-txt:hover, .m-mainVisual__contents__link .link-txt:focus {
    opacity: 0.7;
  }
}
.m-mainVisual__contents__link .link-inst {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 28px;
  padding: 0 0 3px 1px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}
@media all and (min-width: 601px) {
  .m-mainVisual__contents__link .link-inst:hover, .m-mainVisual__contents__link .link-inst:focus {
    opacity: 0.7;
  }
}
.m-mainVisual__contents__link .link-inst__img {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.m-mainVisual__contents__link .link-inst__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.m-mainVisual__en {
  color: #ef889a;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  position: absolute;
  top: 25px;
  left: 18px;
}
@media all and (min-width: 601px) {
  .m-mainVisual__en {
    display: none !important;
  }
}
.m-mainVisual__scroll {
  width: 12px;
  height: 110px;
  position: absolute;
  top: 103vw;
  left: 23px;
}
@media all and (min-width: 601px) {
  .m-mainVisual__scroll {
    display: none !important;
  }
}
.m-mainVisual__scroll::before, .m-mainVisual__scroll::after {
  content: "";
  position: absolute;
  background-color: #fff;
}
.m-mainVisual__scroll::before {
  width: 5px;
  height: 5px;
  border-radius: 10px;
  bottom: 0;
  left: 3px;
  animation: scroll-move 1.7s ease-in-out infinite, scroll-ball 1.7s ease-out infinite;
}
.m-mainVisual__scroll::after {
  width: 1px;
  height: 60px;
  bottom: 0;
  left: 5px;
}
.m-mainVisual__scroll .txt {
  margin: 0;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.top-facilty {
  margin-top: 60px;
}
.top-facilty__list {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
@media all and (min-width: 601px) {
  .top-facilty__list__item {
    width: calc(25% - 30px);
  }
  .top-facilty__list__item:not(:nth-child(4n+1)) {
    margin-left: 40px;
  }
}
@media all and (max-width: 600px) {
  .top-facilty__list__item {
    width: calc(50% - 14px);
  }
  .top-facilty__list__item:nth-child(even) {
    margin-left: 28px;
  }
  .top-facilty__list__item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 399px) {
  .top-facilty__list__item {
    width: calc(50% - 8px);
  }
  .top-facilty__list__item:nth-child(even) {
    margin-left: 16px;
  }
}
.top-facilty__list__item .item-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  text-decoration: none;
}
.top-facilty__list__item .item-link:hover .item-pict__img {
  opacity: 0.7;
}
.top-facilty__list__item .item-pict {
  order: 1;
  position: relative;
}
.top-facilty__list__item .item-pict__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.727;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
}
.top-facilty__list__item .item-pict__icon {
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top-facilty__list__item .item-title {
  order: 2;
  margin-top: 30px;
  margin-bottom: 0;
  color: #666;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 399px) {
  .top-facilty__list__item .item-title {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}

.top-strengths {
  margin-top: 100px;
  position: relative;
}
@media all and (min-width: 601px) {
  .top-strengths {
    height: 500px;
  }
}
.top-strengths__img {
  display: block;
  width: 50vw;
  height: auto;
  max-height: 500px;
  aspect-ratio: 1.4/1;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
@media all and (min-width: 601px) {
  .top-strengths__img {
    position: absolute;
    top: 0;
    left: calc(-50vw + 495px);
  }
}
@media all and (max-width: 1299px) {
  .top-strengths__img {
    height: 500px;
    aspect-ratio: unset;
  }
}
@media all and (max-width: 600px) {
  .top-strengths__img {
    width: 100vw;
    height: auto;
    aspect-ratio: 1/0.714;
    position: relative;
    left: -50px;
  }
}
.top-strengths__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-strengths__contents {
  margin-left: auto;
  padding-top: 22px;
  width: 100%;
  max-width: 495px;
  height: 100%;
}
@media all and (min-width: 601px) {
  .top-strengths__contents {
    padding-left: 50px;
  }
}
.top-strengths__contents .top-heading2 {
  align-items: flex-start;
}
.top-strengths__contents .item-list {
  margin-top: 30px;
}
.top-strengths__contents .item-btn__link {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 10px 85px 12px 25px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
@media all and (max-width: 600px) {
  .top-strengths__contents .item-btn__link {
    padding: 10px 0 12px;
    width: calc(100% - 50px);
  }
}
.top-strengths__contents .item-btn__link__jp {
  font-size: 1.6rem;
  text-align: center;
}
@media all and (max-width: 600px) {
  .top-strengths__contents .item-btn__link__jp {
    font-size: 1.5rem;
  }
}
.top-strengths__contents .item-btn__link__en {
  padding-top: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
}
@media all and (max-width: 600px) {
  .top-strengths__contents .item-btn__link__en {
    padding-top: 8px;
    font-size: 1rem;
  }
}
.top-strengths__deco {
  width: 132px;
  height: 171px;
  position: absolute;
  bottom: -11px;
  right: -128px;
}
@media all and (max-width: 600px) {
  .top-strengths__deco {
    width: 72px;
    top: 79vw;
    bottom: unset;
    right: -18px;
  }
}

.top-features {
  margin-top: 100px;
  position: relative;
}
.top-features__list {
  margin-top: 35px;
}
.top-features__list__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 12px 30px;
  width: 100%;
  min-height: 90px;
  background-color: #fcf8ed;
  border-radius: 30px;
}
@media all and (max-width: 600px) {
  .top-features__list__item {
    border-radius: 22px;
  }
}
.top-features__list__item:nth-child(n+2) {
  margin-top: 30px;
}
@media all and (max-width: 600px) {
  .top-features__list__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media all and (max-width: 600px) {
  .top-features__list__item {
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.top-features__list__item .item-title {
  padding-left: 40px;
  color: #ef889a;
  position: relative;
}
@media all and (min-width: 601px) {
  .top-features__list__item .item-title {
    width: 325px;
  }
}
.top-features__list__item .item-title::before {
  content: "";
  display: inline-block;
  background-image: url(../hoiku/images/icon_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 3px;
  left: 0;
}
.top-features__list__item .item-txt {
  margin: 0;
  width: calc(100% - 325px);
}
@media all and (max-width: 600px) {
  .top-features__list__item .item-txt {
    margin-top: 10px;
    width: 100%;
    line-height: 1.7;
  }
}
.top-features__deco {
  position: absolute;
  z-index: 1;
}
.top-features__deco.--02 {
  width: 101px;
  height: 89px;
  top: 27px;
  left: -44px;
}
@media all and (max-width: 600px) {
  .top-features__deco.--02 {
    width: 50px;
    height: 45px;
    top: 70px;
    left: -10px;
  }
}
.top-features__deco.--03 {
  width: 53px;
  height: 66px;
  bottom: -23px;
  right: -12px;
}

.top-attempt {
  margin-top: 100px;
  position: relative;
}
@media all and (max-width: 600px) {
  .top-attempt {
    margin-top: 75px;
  }
}
.top-attempt__txt {
  margin-top: 30px;
  line-height: 1.8;
  text-align: center;
}
@media all and (max-width: 600px) {
  .top-attempt__txt {
    text-align: left;
  }
}
.top-attempt .block-tab {
  margin-top: 30px;
}
@media all and (min-width: 601px) {
  .top-attempt__block--inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.top-attempt__block__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
@media all and (min-width: 601px) {
  .top-attempt__block__item {
    width: calc(33.3333333333% - 30px);
  }
  .top-attempt__block__item:not(:nth-child(3n+1)) {
    margin-left: 45px;
  }
}
.top-attempt__block__item .item-img {
  order: 1;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.top-attempt__block__item .item-title {
  order: 2;
  margin: 16px 0 0;
  padding: 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.top-attempt__block__item .item-txt {
  order: 3;
  margin: 16px 0 0;
  padding: 0 30px;
  font-size: 1.6rem;
}
.top-attempt__block__item .item-list {
  order: 3;
  padding: 0 20px;
}
@media all and (max-width: 600px) {
  .top-attempt__block__item .item-list {
    padding: 0 10px;
  }
}
.top-attempt__block__item .item-list span {
  font-weight: bold;
}
@media all and (min-width: 601px) {
  .top-attempt__block.--block4 .top-attempt__block__item {
    width: calc(25% - 12px);
  }
  .top-attempt__block.--block4 .top-attempt__block__item:not(:nth-child(3n+1)) {
    margin-left: unset;
  }
  .top-attempt__block.--block4 .top-attempt__block__item:not(:nth-child(4n+1)) {
    margin-left: 16px;
  }
}
.top-attempt__block.--block4 .top-attempt__block__item .item-txt {
  padding: 0;
}
.top-attempt__block .tabBtn {
  width: 100%;
  height: 0;
  position: absolute;
  top: 22vw;
  left: 0;
  z-index: 2;
  transition: 0.3s;
}
@media all and (min-width: 601px) {
  .top-attempt__block .tabBtn {
    display: none;
  }
}
.top-attempt__block .tabBtn .swiper-button-disabled {
  opacity: 0;
}
.top-attempt__block .tabBtn__prev, .top-attempt__block .tabBtn__next {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  width: 36px;
  height: 18px;
  position: absolute;
}
.top-attempt__block .tabBtn__prev {
  left: 30px;
  transform: rotate(180deg);
}
.top-attempt__block .tabBtn__next {
  right: 30px;
}
.top-attempt__deco {
  position: absolute;
}
.top-attempt__deco.--04 {
  width: 58px;
  height: 107px;
  top: 217px;
  right: -110px;
}
@media all and (max-width: 600px) {
  .top-attempt__deco.--04 {
    width: 29px;
    height: 54px;
    top: unset;
    bottom: -11px;
    right: 0;
  }
}
.top-attempt__deco.--05 {
  width: 64px;
  height: 95px;
  bottom: -30px;
  left: -108px;
}
@media all and (max-width: 600px) {
  .top-attempt__deco.--05 {
    width: 32px;
    height: 48px;
    bottom: -10px;
    left: 0;
  }
}

.top-message {
  margin-top: 100px;
}
@media all and (max-width: 600px) {
  .top-message {
    margin-top: 75px;
  }
}
.top-message__bottom {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media all and (max-width: 600px) {
  .top-message__bottom {
    width: 100%;
  }
}
.top-message__deco {
  width: 80px;
  height: 66px;
  position: absolute;
  top: 0;
  left: -96px;
}
@media all and (max-width: 600px) {
  .top-message__deco {
    display: none;
  }
}
.top-message__btn {
  margin-top: 50px;
  text-align: center;
}
.top-message__btn .icon-blank {
  stroke: #ef889a;
}

.boxList {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 40px;
  width: 100%;
}
@media all and (max-width: 600px) {
  .boxList {
    flex-direction: column;
  }
}
.boxList__btn {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  aspect-ratio: 3/2;
  border-radius: 25px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
@media all and (min-width: 601px) {
  .boxList__btn {
    width: calc(50% - 25px);
  }
  .boxList__btn:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media all and (max-width: 600px) {
  .boxList__btn {
    width: 100%;
  }
  .boxList__btn:nth-child(n+2) {
    margin-top: 25px;
  }
}
.boxList__btn::after {
  content: "";
  display: inline-block;
  width: 85px;
  height: 85px;
  background-image: url(./../hoiku/images/img_message_corner.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 1;
}
.boxList__btn__txt {
  padding-left: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
.boxList__btn__txt > p {
  margin-bottom: 0;
  display: inline-block;
  background-color: #fff;
  color: #444;
  font-weight: bold;
  line-height: 1;
  transition: 0.3s;
}
.boxList__btn__txt .txt-01 {
  margin-top: 0;
  font-size: 1.6rem;
}
.boxList__btn__txt .txt-02 {
  margin-top: 10px;
  font-size: 2.6rem;
}
.boxList__btn__txt .txt-02 span {
  font-size: 1.4rem;
}
.boxList__btn__txt .txt-03 {
  margin-top: 10px;
  font-size: 1.4rem;
}
.boxList__btn__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.boxList__btn__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.boxList__btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 2px;
  width: 50px;
  height: 50px;
  background-color: #ccc;
  border-radius: 100%;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: 0.3s;
}
@media all and (min-width: 601px) {
  .boxList__btn:hover .boxList__btn__icon, .boxList__btn:focus .boxList__btn__icon {
    background-color: #ef889b;
  }
  .boxList__btn:hover .boxList__btn__txt > p, .boxList__btn:focus .boxList__btn__txt > p {
    background-color: #ef889b;
    color: #fff;
  }
}
@media all and (max-width: 600px) {
  .boxList__btn .boxList__btn__icon {
    background-color: #ef889b;
  }
  .boxList__btn .boxList__btn__txt > p {
    background-color: #ef889b;
    color: #fff;
  }
}

.popup {
  display: none;
  width: 100%;
  max-width: 990px;
  height: auto;
  max-height: 85vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  z-index: 100;
}
@media all and (max-width: 989px) {
  .popup {
    max-width: calc(100% - 40px);
  }
}
@media all and (max-width: 600px) {
  .popup {
    width: 100%;
    max-width: calc(100vw - 50px);
    height: auto;
    max-height: calc(100vh - 100px);
  }
}
.popup::after {
  content: "";
  display: inline-block;
  background-image: url(../hoiku/images/img_popup_fuchi.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 91px;
  height: 91px;
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (max-width: 600px) {
  .popup::after {
    width: 59px;
    height: 59px;
    top: unset;
    bottom: 0;
    transform: rotate(90deg);
  }
}
.popup.--map {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  display: none;
}
@media all and (min-width: 601px) {
  .popup.--map {
    aspect-ratio: 1/0.751;
  }
}
.popup.--map .popup__inner {
  padding: 20px 91px;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 600px) {
  .popup.--map .popup__inner {
    padding: 10px 10px 60px;
  }
}
.popup.--map .popup__inner::before, .popup.--map .popup__inner::after {
  display: none;
}
.popup.--map .popup__inner__full {
  width: 100%;
  height: 100%;
}
.popup.--map .popup__inner__full img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.popup > *:first-child {
  margin-top: 0;
}
.popup__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 50px 40px 50px 50px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 30px;
  -webkit-clip-path: polygon(0 0, calc(100% - 90px) 0, calc(100% - 90px) 90px, 100% 90px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 90px) 0, calc(100% - 90px) 90px, 100% 90px, 100% 100%, 0 100%);
}
@media all and (max-width: 600px) {
  .popup__inner {
    padding: 25px 25px 55px 25px;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 58px), calc(100% - 58px) calc(100% - 58px), calc(100% - 58px) 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 58px), calc(100% - 58px) calc(100% - 58px), calc(100% - 58px) 100%, 0 100%);
    position: relative;
    z-index: 1;
  }
  .popup__inner::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 30px;
    background-image: linear-gradient(#fff 60%, transparent 90%);
    border-radius: 30px 30px 0 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .popup__inner::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 115px;
    background-image: linear-gradient(transparent, #fff 40%);
    border-radius: 0 0 0 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}
.popup__inner__img {
  width: calc(50% - 45px);
  height: auto;
  aspect-ratio: 1/1.25;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 600px) {
  .popup__inner__img {
    width: 100%;
    aspect-ratio: 1/1.2;
  }
}
.popup__inner__img .img-title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
}
.popup__inner__img .img-title > p,
.popup__inner__img .img-title > h3 {
  margin-bottom: 0;
  display: inline-block;
  background-color: #ef889a;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.popup__inner__img .img-title__01 {
  order: 2;
  margin-top: 10px;
  font-size: 2.6rem;
}
.popup__inner__img .img-title__01 span {
  font-size: 1.4rem;
}
.popup__inner__img .img-title__02 {
  order: 1;
  margin-top: 0;
  font-size: 1.6rem;
}
.popup__inner__img .img-title__03 {
  order: 3;
  margin-top: 10px;
  font-size: 1.4rem;
}
.popup__inner__img .swiper-wrapper {
  z-index: -1 !important;
}
.popup__inner__img .img-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  right: unset;
  left: 10px;
}
.popup__inner__img .img-pagination span {
  margin: 5px 0 !important;
  background-color: #ef889a;
  width: 8px;
  height: 8px;
  opacity: 1;
}
.popup__inner__img .img-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
  border: 3px solid #ef889a;
  width: 13px;
  height: 13px;
}
.popup__inner__img .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.popup__inner__contents {
  width: 50%;
  height: auto;
}
@media all and (max-width: 600px) {
  .popup__inner__contents {
    padding-top: 20px;
    padding-bottom: 50px;
    width: 100%;
  }
}
.popup__inner__contents .item-heading {
  padding-left: 28px;
  color: #ef889a;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: left;
  position: relative;
}
@media all and (max-width: 600px) {
  .popup__inner__contents .item-heading {
    padding-left: 20px;
    font-size: 1.5rem;
  }
}
.popup__inner__contents .item-heading::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: 4px solid #ef889a;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 3px;
}
@media all and (max-width: 600px) {
  .popup__inner__contents .item-heading::before {
    border-width: 3px;
    left: 0;
  }
}
.popup__inner__contents .item-txt {
  margin: 15px 0 0;
  font-size: 1.6rem;
  text-align: left;
  font-feature-settings: "palt";
}
@media all and (max-width: 600px) {
  .popup__inner__contents .item-txt {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}
.popup__inner__contents .item-img {
  margin-top: 30px;
  margin-left: 20px;
  float: right;
}
@media all and (max-width: 600px) {
  .popup__inner__contents .item-img {
    margin-left: 10px;
    margin-bottom: 5px;
    width: calc(45% + 10px);
    height: auto;
    aspect-ratio: 1/1;
  }
}
.popup__inner__contents .item-img__inner {
  width: 170px;
  height: 170px;
  border-radius: 20px;
  overflow: hidden;
}
@media all and (max-width: 600px) {
  .popup__inner__contents .item-img__inner {
    width: 100%;
    height: 100%;
  }
}
.popup__inner__contents .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.popup__inner__contents .item-txt + .item-heading,
.popup__inner__contents .item-img + .item-heading {
  margin-top: 16px;
}
.popup-closeBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  background-color: #ef889a;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  cursor: pointer;
}
@media all and (min-width: 601px) {
  .popup-closeBtn:hover {
    background-color: #fff;
    color: #ef889a;
  }
}
@media all and (max-width: 600px) {
  .popup-closeBtn {
    width: 35px;
    height: 35px;
    top: unset;
    bottom: 0;
  }
}

.popupBg {
  display: none;
  width: calc(100vw + 2px);
  height: calc(100vh + 2px);
  background-color: #000;
  position: fixed;
  top: -1px;
  left: -1px;
  z-index: 99;
  opacity: 0.6;
  overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: none;
}
.popupBg::-webkit-scrollbar {
  display: none;
}
@media all and (max-width: 600px) {
  .popupBg {
    touch-action: none;
  }
}

.top-training {
  margin-top: 100px;
}
.top-training__txt {
  text-align: center;
}
@media all and (max-width: 600px) {
  .top-training__txt {
    text-align: left;
  }
}
.top-training .block-tab {
  margin-top: 35px;
  position: relative;
}
.top-training .block-tab__deco {
  position: absolute;
}
.top-training .block-tab__deco.--07 {
  width: 155px;
  height: 148px;
  top: -17px;
  left: -155px;
}
@media all and (max-width: 600px) {
  .top-training .block-tab__deco.--07 {
    width: 78px;
    height: 73px;
    top: unset;
    bottom: -51px;
    left: -14px;
  }
}
.top-training .block-tab__deco.--08 {
  width: 267px;
  height: 207px;
  bottom: -147px;
  right: -155px;
}
@media all and (max-width: 600px) {
  .top-training .block-tab__deco.--08 {
    width: 134px;
    height: 104px;
    bottom: -60px;
    right: -47px;
  }
}

.careerSlide__title {
  margin-top: 90px;
  color: #ef889a;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
@media all and (max-width: 600px) {
  .careerSlide__title {
    margin-top: 70px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.careerSlide__img {
  margin-top: 30px;
  width: 100%;
}
.careerSlide__track {
  margin-top: 30px;
  width: 100%;
  position: relative;
}
.careerSlide__slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
.careerSlide__slide:last-child .item-season::before {
  width: 100% !important;
}
.careerSlide__slide > p {
  margin-bottom: 0;
}
.careerSlide__slide .item-season {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-bottom: 20px;
  margin-top: 0;
  width: 100%;
  height: 60px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
.careerSlide__slide .item-season span {
  display: block;
  font-size: 1.4rem;
}
.careerSlide__slide .item-season::before, .careerSlide__slide .item-season::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.careerSlide__slide .item-season::before {
  width: 100%;
  height: 3px;
  background-color: #ccc;
  left: 0;
  bottom: 0;
}
@media all and (max-width: 600px) {
  .careerSlide__slide .item-season::before {
    width: calc(100% + 50vw);
  }
}
.careerSlide__slide .item-season::after {
  width: 3px;
  height: 3px;
  background-color: #fff;
  border: 3px solid #ef889a;
  border-radius: 50%;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media all and (max-width: 600px) {
  .careerSlide__slide .item-season::after {
    width: 7px;
    height: 7px;
    border-width: 2px;
    bottom: -4px;
  }
}
.careerSlide__slide .item-season.--none {
  width: 100%;
  min-height: 60px;
}
.careerSlide__slide .item-tag {
  padding: 4px 8px;
  display: inline-block;
  border: 2px solid #ef889a;
  border-radius: 4px;
  color: #ef889a;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
@media all and (max-width: 600px) {
  .careerSlide__slide .item-tag {
    padding: 4px 9px;
  }
}
.careerSlide__slide .item-tag.--none {
  margin-top: 2rem;
  width: 100%;
  min-height: 26px;
  border: none;
}
.careerSlide__slide .item-title {
  color: #ef889a;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.careerSlide__slide .item-title.--none {
  margin-top: 2rem;
  width: 100%;
  min-height: 21px;
}
.careerSlide__slide .item-list {
  margin-bottom: 0;
  padding: 0 25px;
  width: 100%;
  line-height: 1.2;
}
@media all and (max-width: 600px) {
  .careerSlide__slide .item-list {
    padding: 0;
    margin-top: 12px;
  }
}
.careerSlide__slide .item-list li::before {
  top: 0.6rem;
}
.careerSlide__slide .item-txt {
  margin: 12px 0 0;
  padding: 8px 25px;
  background-color: #fcf8ed;
  font-size: 1.4rem;
  line-height: 1.2;
}
.careerSlide__button {
  width: 100%;
  position: absolute;
  top: 33px;
  left: 0;
  z-index: 2;
}
.careerSlide__button__prev, .careerSlide__button__next {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 50px;
  height: 50px;
  background-color: #ef889a;
  border-radius: 100%;
  position: absolute;
}
.careerSlide__button__prev::after, .careerSlide__button__next::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 2px solid #ef889a;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: 0.3s;
}
@media all and (min-width: 601px) {
  .careerSlide__button__prev:hover, .careerSlide__button__next:hover {
    cursor: pointer;
  }
  .careerSlide__button__prev:hover::after, .careerSlide__button__next:hover::after {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    opacity: 1;
  }
}
.careerSlide__button__prev.swiper-button-disabled, .careerSlide__button__next.swiper-button-disabled {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.careerSlide__button__prev img, .careerSlide__button__next img {
  width: 22px;
  height: 11px;
}
.careerSlide__button__prev {
  left: -50px;
}
@media screen and (max-width: 1040px) {
  .careerSlide__button__prev {
    left: 10px;
  }
}
@media all and (max-width: 600px) {
  .careerSlide__button__prev {
    left: 0;
  }
}
.careerSlide__button__prev img {
  transform: rotate(180deg);
}
.careerSlide__button__next {
  right: -50px;
}
@media screen and (max-width: 1040px) {
  .careerSlide__button__next {
    right: 10px;
  }
}
@media all and (max-width: 600px) {
  .careerSlide__button__next {
    right: 0;
  }
}
@media all and (max-width: 600px) {
  .careerSlide__img--wrap {
    position: relative;
  }
  .careerSlide__img--wrap::after {
    content: "";
    transition: 0.3s;
  }
}
.careerSlide__img--wrap__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ccc;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
}
@media all and (min-width: 601px) {
  .careerSlide__img--wrap__arrow {
    display: none !important;
  }
}
.careerSlide__img--wrap__arrow img {
  width: 22px;
  height: 11px;
}
@media all and (max-width: 600px) {
  .careerSlide__img {
    width: 100vw;
    position: relative;
    left: -25px;
    overflow-x: scroll;
  }
}
@media all and (max-width: 600px) {
  .careerSlide__img__inner {
    padding: 0 25px;
    width: 800px;
  }
}

.top-recruitInfo {
  margin-top: 100px;
}
.top-recruitInfo .block-tab {
  margin-top: 40px;
}
.top-recruitInfo .block-tab .item-heading {
  padding-left: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  position: relative;
}
.top-recruitInfo .block-tab .item-heading::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border: 3px solid #ef889a;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 0;
}
@media all and (max-width: 600px) {
  .top-recruitInfo .block-tab .block-tab__item::before {
    width: 100%;
    left: 0;
  }
  .top-recruitInfo .block-tab .block-tab__item__label {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.top-recruitInfo .block-tab .item-table {
  margin-top: 10px;
  border: 3px solid #eee;
  border-radius: 7px;
  overflow: hidden;
}
@media all and (max-width: 600px) {
  .top-recruitInfo .block-tab .item-table {
    border-width: 2px;
  }
}
@media all and (max-width: 600px) {
  .top-recruitInfo .block-tab .item-table.verticalSP th, .top-recruitInfo .block-tab .item-table.verticalSP td {
    display: block;
    width: 100%;
    border-top: none;
  }
  .top-recruitInfo .block-tab .item-table.verticalSP th {
    padding-left: 20px;
    background-color: #f6f6f6;
  }
}
.top-recruitInfo .block-tab .item-table table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
}
.top-recruitInfo .block-tab .item-table table tr + tr th, .top-recruitInfo .block-tab .item-table table tr + tr td {
  border-top: 1px solid #eee;
}
.top-recruitInfo .block-tab .item-table table th, .top-recruitInfo .block-tab .item-table table td {
  padding: 16px 30px;
  text-align: left;
}
.top-recruitInfo .block-tab .item-table table th {
  min-width: 195px;
  font-weight: bold;
}
@media all and (max-width: 600px) {
  .top-recruitInfo .block-tab .item-table table th {
    font-size: 1.5rem;
  }
}
.top-recruitInfo .block-tab .item-table table td {
  padding-left: 16px;
}
@media all and (max-width: 600px) {
  .top-recruitInfo .block-tab .item-table table td {
    font-size: 1.4rem;
  }
  .top-recruitInfo .block-tab .item-table table td .sp-small {
    font-size: 1.2rem;
  }
}
.top-recruitInfo .block-tab .item-table table td *:first-child {
  margin-top: 0;
}
.top-recruitInfo .block-tab .item-table table td *:last-child {
  margin-bottom: 0;
}
.top-recruitInfo .block-tab .item-table table td table {
  width: auto;
}
.top-recruitInfo .block-tab .item-table table td table th, .top-recruitInfo .block-tab .item-table table td table td {
  padding: 8px 25px;
  min-width: 90px;
  font-weight: normal;
}
@media all and (max-width: 600px) {
  .top-recruitInfo .block-tab .item-table table td table th, .top-recruitInfo .block-tab .item-table table td table td {
    padding: 6px 8px;
  }
}
.top-recruitInfo .block-tab .item-table table td table th {
  padding-left: 0 !important;
  background-color: unset !important;
}
.top-recruitInfo .block-tab .item-table table td table thead tr th, .top-recruitInfo .block-tab .item-table table td table thead tr td {
  border-top: none;
}
.top-recruitInfo .block-tab .item-table table td table thead tr th:first-child {
  padding-left: 0;
}
.top-recruitInfo .block-tab .item-table table td table tbody th {
  padding-left: 0;
  border-top: 1px solid #eee !important;
}
@media all and (max-width: 600px) {
  .top-recruitInfo .block-tab .item-table table td table th, .top-recruitInfo .block-tab .item-table table td table td {
    display: table-cell !important;
    width: auto !important;
  }
  .top-recruitInfo .block-tab .item-table table td table td {
    padding-top: 8px !important;
    border-top: 1px solid #eee !important;
  }
}
.top-recruitInfo .block-tab .item-table .wrap {
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 601px) {
  .top-recruitInfo .block-tab .item-table .wrap .item-addr {
    min-width: 530px;
  }
  .top-recruitInfo .block-tab .item-table .wrap .item-addr.--min {
    min-width: 450px;
  }
  .top-recruitInfo .block-tab .item-table .wrap .item-addr.--mid {
    min-width: 620px;
  }
}
@media screen and (max-width: 884px) {
  .top-recruitInfo .block-tab .item-table .wrap .item-addr {
    min-width: unset !important;
  }
}
@media screen and (max-width: 884px) {
  .top-recruitInfo .block-tab .item-table .wrap .item-tel {
    width: 100%;
  }
  .top-recruitInfo .block-tab .item-table .wrap .item-tel + .item-addr {
    margin-top: 1rem;
  }
}
@media all and (max-width: 600px) {
  .top-recruitInfo .block-tab .item-table .wrap .item-tel + .item-name {
    margin-top: 10px;
  }
}
@media all and (min-width: 601px) {
  .top-recruitInfo .block-tab .item-table .wrap .item-name {
    min-width: 250px;
  }
  .top-recruitInfo .block-tab .item-table .wrap .item-name + .item-tel {
    width: calc(100% - 250px);
  }
}
.top-recruitInfo .block-tab .item-table .wrap-kaigo {
  margin-bottom: 15px;
}
.top-recruitInfo .block-tab .item-table .wrap-kaigo__box {
  margin-bottom: 12px;
}
@media all and (min-width: 601px) {
  .top-recruitInfo .block-tab .item-table .wrap-kaigo__box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 601px) {
  .top-recruitInfo .block-tab .item-table .wrap-kaigo .item-name {
    width: 100%;
  }
  .top-recruitInfo .block-tab .item-table .wrap-kaigo .item-addr {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 320px;
  }
  .top-recruitInfo .block-tab .item-table .wrap-kaigo .item-tel {
    width: calc(100% - 320px);
  }
}
.top-recruitInfo .block-tab .item-table .p-indent1 {
  margin: 0 0 0 1em;
  display: inline-block;
  width: 100%;
  text-indent: -1em;
}
.top-recruitInfo .block-tab .item-table .p-list {
  margin-top: 15px;
}
.top-recruitInfo .block-tab .item-table .p-list dt {
  font-weight: bold;
}
.top-recruitInfo .block-tab .item-table .p-list dd + dt {
  margin-top: 10px;
}
.top-recruitInfo .block-tab .item-table .dl-v01__block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.top-recruitInfo .block-tab .item-table .dl-v01__block dt {
  min-width: 140px;
}
@media all and (max-width: 600px) {
  .top-recruitInfo .block-tab .item-table .dl-v01__block dt {
    width: 100%;
  }
}
.top-recruitInfo .block-tab .item-table .num {
  margin-right: 0.2em;
  color: #ef889a;
  font-weight: bold;
}

/* -----------------------------------------------
  tab
-------------------------------------------------- */
.block-tab {
  position: relative;
  width: 100%;
  height: auto;
  position: relative;
}
.block-tab::after {
  content: "";
  display: inline-block;
  width: 100vw;
  height: calc(100% - 25px);
  background-color: #fcf8ed;
  position: absolute;
  bottom: 0;
  left: calc(-50vw + 495px);
  z-index: -1;
}
@media screen and (max-width: 990px) {
  .block-tab::after {
    left: -25px;
  }
}
.block-tab__item {
  padding: 0 0 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
  /*.block-tab__item__btn:checked + .block-tab__item__label::after {
    opacity: 1;
    transform: translateX(0);
  }*/
}
@media all and (max-width: 600px) {
  .block-tab__item {
    padding-bottom: 45px;
  }
}
.block-tab__item::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 50px;
  background-color: #f8f1dd;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 600px) {
  .block-tab__item::before {
    width: calc(100% - 50px);
    left: 25px;
  }
}
.block-tab__item::after {
  content: "";
  height: 40px;
  order: -1;
  width: 100%;
}
.block-tab__item.--tab2::before {
  width: 66.6%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media all and (max-width: 600px) {
  .block-tab__item.--tab2::before {
    width: calc(100% - 50px);
  }
}
@media all and (max-width: 600px) {
  .block-tab__item.--tab2 .block-tab__item__label {
    width: calc((100% - 50px) / 2);
    max-width: calc((100% - 50px) / 2);
  }
}
.block-tab__item__label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  height: 50px;
  order: -1;
  border-radius: 30px;
  color: #aaa;
  font-weight: bold;
  position: relative;
  z-index: 1;
  text-align: center;
  transition: ease-in-out 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  /*&::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: $color-base;
    border-radius: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: ease-in-out .2s 80ms;
  }*/
}
@media all and (max-width: 600px) {
  .block-tab__item__label {
    padding-top: 3px;
    width: calc((100% - 50px) / 3);
    max-width: calc((100% - 50px) / 3);
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.block-tab__item__label:hover {
  background: rgba(239, 136, 154, 0.08);
}
.block-tab__item__contents {
  width: 100%;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-33.3%);
  transition: transform 0.3s 80ms, opacity 0.3s 80ms;
}
.block-tab__item__btn {
  display: none;
}
.block-tab__item__btn:checked {
  /*~ .block-tab__item__label::after {
    transform: translateX(-100%);
  }*/
}
.block-tab__item__btn:checked ~ .block-tab__item__contents {
  transform: translateX(33.3%);
}
.block-tab__item__btn:checked + .block-tab__item__label {
  color: #fff;
  background-color: #ef889a;
}
.block-tab__item__btn:checked + .block-tab__item__label + .block-tab__item__contents {
  height: auto;
  opacity: 1;
  order: 1;
  pointer-events: auto;
  transform: translateX(0);
}

@media all and (max-width: 600px) {
  .tabSlide--wrap {
    width: 100vw;
    left: -25px;
  }
}

/**************************************************
  /kaigo/
***************************************************/
.p-kaigo {
  /*.block-tab__item__label::after {
    background-color: $color-kaigo;
  }*/
}
.p-kaigo ::-moz-selection {
  background: #3d8d55;
  color: #fff;
}
.p-kaigo ::selection {
  background: #3d8d55;
  color: #fff;
}
.p-kaigo .m-header .nav__list__item a::before {
  background-color: #4cb16b;
}
.p-kaigo .m-header .nav__list__item a.current::before {
  background-color: #fff;
  border-color: #4cb16b;
}
.p-kaigo .m-header__en {
  color: #4cb16b;
}
.p-kaigo .m-header__scroll::before, .p-kaigo .m-header__scroll::after {
  background-color: #4cb16b;
}
.p-kaigo .m-header__scroll .txt {
  color: #4cb16b;
}
.p-kaigo .c-toggle-icon {
  background-color: #4cb16b;
}
.p-kaigo .c-toggle[aria-expanded=true] .c-toggle-icon::before, .p-kaigo .c-toggle[aria-expanded=true] .c-toggle-icon::after {
  background: #4cb16b;
}
.p-kaigo .sp-btn__link {
  background-color: #4cb16b;
}
.p-kaigo .m-mainVisual::after {
  background-color: #4cb16b;
  background-image: url(./../kaigo/images/bg_mv.jpg);
}
.p-kaigo .m-mainVisual__head__txt {
  background-color: #4cb16b;
}
@media all and (min-width: 601px) {
  .p-kaigo .m-mainVisual__img {
    left: calc(50% + 10px);
  }
}
@media all and (max-width: 600px) {
  .p-kaigo .m-mainVisual__img {
    left: 13.5vw;
  }
}
.p-kaigo .m-mainVisual__en {
  color: #4cb16b;
}
.p-kaigo .top-heading2__en, .p-kaigo .top-heading2__jp {
  color: #4cb16b;
}
.p-kaigo .top-strengths__deco {
  width: 124px;
  height: 218px;
}
@media all and (max-width: 600px) {
  .p-kaigo .top-strengths__deco {
    width: 62px;
    height: 109px;
    right: -5px;
  }
}
.p-kaigo .top-features__list__item .item-title {
  color: #4cb16b;
}
.p-kaigo .top-features__list__item .item-title::before {
  background-image: url(../kaigo/images/icon_check.png);
}
.p-kaigo .block-tab__item__label:hover {
  background: rgba(76, 177, 107, 0.08);
}
.p-kaigo .block-tab__item__btn:checked + .block-tab__item__label {
  background-color: #4cb16b;
}
.p-kaigo .top-attempt__deco.--04 {
  width: 73px;
  height: 55px;
  top: 263px;
}
@media all and (max-width: 600px) {
  .p-kaigo .top-attempt__deco.--04 {
    width: 36px;
    height: 23px;
    top: unset;
    bottom: 4px;
  }
}
.p-kaigo .top-attempt__deco.--05 {
  width: 135px;
  height: 78px;
  bottom: -10px;
  left: -155px;
}
@media all and (max-width: 600px) {
  .p-kaigo .top-attempt__deco.--05 {
    bottom: -40px;
    left: 0;
  }
}
@media all and (min-width: 601px) {
  .p-kaigo .boxList__btn:hover .boxList__btn__txt > p, .p-kaigo .boxList__btn:hover .boxList__btn__icon, .p-kaigo .boxList__btn:focus .boxList__btn__txt > p, .p-kaigo .boxList__btn:focus .boxList__btn__icon {
    background-color: #4cb16b;
  }
}
@media all and (max-width: 600px) {
  .p-kaigo .boxList__btn .boxList__btn__txt > p, .p-kaigo .boxList__btn .boxList__btn__icon {
    background-color: #4cb16b;
  }
}
.p-kaigo .block-tab__deco.--07 {
  width: 171px;
  height: 156px;
}
@media all and (max-width: 600px) {
  .p-kaigo .block-tab__deco.--07 {
    width: 86px;
    height: 77px;
    bottom: -27px;
    left: 10px;
  }
}
.p-kaigo .block-tab__deco.--08 {
  width: 365px;
  height: 241px;
}
@media all and (max-width: 600px) {
  .p-kaigo .block-tab__deco.--08 {
    width: 183px;
    height: 121px;
    bottom: -58px;
    right: -10px;
  }
}
.p-kaigo .popup-closeBtn {
  background-color: #4cb16b;
}
.p-kaigo .popup-closeBtn:hover {
  background-color: #fff;
  color: #4cb16b;
}
.p-kaigo .popup__inner__img .img-title > p,
.p-kaigo .popup__inner__img .img-title > h3 {
  background-color: #4cb16b;
}
.p-kaigo .popup__inner__img .img-pagination span {
  background-color: #4cb16b;
}
.p-kaigo .popup__inner__img .img-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
  border-color: #4cb16b;
}
.p-kaigo .popup__inner__contents .item-heading {
  color: #4cb16b;
}
.p-kaigo .popup__inner__contents .item-heading::before {
  border-color: #4cb16b;
}
.p-kaigo .top-message__btn .icon-blank {
  stroke: #4cb16b;
}
.p-kaigo .careerSlide__title {
  color: #4cb16b;
}
.p-kaigo .careerSlide__slide .item-season::after {
  border-color: #4cb16b;
}
.p-kaigo .careerSlide__slide .item-tag {
  border-color: #4cb16b;
  color: #4cb16b;
}
.p-kaigo .careerSlide__slide .item-title {
  color: #4cb16b;
}
.p-kaigo .careerSlide__button__prev, .p-kaigo .careerSlide__button__next {
  background-color: #4cb16b;
}
.p-kaigo .careerSlide__button__prev::after, .p-kaigo .careerSlide__button__next::after {
  border-color: #4cb16b;
}
.p-kaigo .top-recruitInfo .block-tab .item-heading::before {
  border-color: #4cb16b;
}
.p-kaigo .top-recruitInfo .block-tab .item-table .num {
  color: #4cb16b;
}
.p-kaigo .top-recruitInfo .block-tab .item-table table td table th {
  padding-right: 0;
  min-width: 30px;
  line-height: 1.3;
}
.p-kaigo .top-recruitInfo .block-tab .item-table table td table td {
  min-width: 70px;
}
.p-kaigo .contact-area {
  background-image: url(../kaigo/images/bg_footer.jpg);
  background-color: #4cb16b;
  background-size: contain;
}
@media all and (min-width: 601px) {
  .p-kaigo .contact-area__btns__link:hover {
    background-color: #4cb16b;
  }
}
.p-kaigo .m-footer__logo__txt {
  background-color: #4cb16b;
}
.p-kaigo .m-footer__index {
  max-width: 560px;
}
@media all and (min-width: 601px) {
  .p-kaigo .m-footer__index {
    margin-top: 5px;
    margin-right: 0;
  }
}
@media screen and (max-width: 989px) and (min-width: 601px) {
  .p-kaigo .m-footer__index {
    margin-top: 20px;
    margin-right: auto;
    max-width: 500px;
  }
}
@media all and (max-width: 600px) {
  .p-kaigo .m-footer__index {
    width: 265px;
  }
}
@media all and (min-width: 601px) {
  .p-kaigo .m-footer__index__link {
    width: 33.3333333333%;
  }
  .p-kaigo .m-footer__index__link.--cell2 {
    width: 66.6666666667%;
  }
  .p-kaigo .m-footer__index__link:nth-child(n+3) {
    margin-top: 0;
  }
  .p-kaigo .m-footer__index__link:nth-child(n+4) {
    margin-top: 30px;
  }
  .p-kaigo .m-footer__index__link .link-icon {
    width: 35px;
    height: 35px;
  }
}
@media all and (min-width: 601px) and (min-width: 601px) {
  .p-kaigo .m-footer__index__link .link-icon.--sumire {
    width: 31px;
    height: 31px;
  }
  .p-kaigo .m-footer__index__link .link-icon.--kitamachi {
    width: 29px;
    height: 34px;
  }
}
@media all and (min-width: 601px) {
  .p-kaigo .m-footer__other {
    margin-top: 95px;
    margin-left: 20px;
  }
  .p-kaigo .m-footer__other .copyright {
    margin-top: 25px;
  }
}
@media screen and (max-width: 989px) and (min-width: 601px) {
  .p-kaigo .m-footer__other {
    margin-top: 50px;
    margin-left: auto;
  }
}

.instagram-btn {
  position: fixed;
  right: 60px;
  bottom: 50px;
  z-index: 999;
}
@media all and (max-width: 600px) {
  .instagram-btn {
    display: none;
  }
}

.instagram-btn .close {
  position: absolute;
  display: inline-block;
  width: 28px;
  height: 28px;
  right: 0;
  top: 0;
  z-index: 9999;
}/*# sourceMappingURL=recruit_lp.css.map */