@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
p,
a,
li,
dt,
dd,
th,
td {
  line-height: 2;
}

@media screen and (max-width: 960px) {
  p,
  a,
  li,
  dt,
  dd,
  th,
  td {
    line-height: 1.8;
  }
}

.display_w600 {
  display: none;
}

@media screen and (max-width: 600px) {
  .display_w600 {
    display: block;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

@media screen and (max-width: 1024px) {
  .header {
    height: 50px;
    padding-bottom: 0;
  }
}

.header.scrolled {
  background: rgba(255, 255, 255, 0.8);
}

.header__content {
  max-width: 1800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  padding: 0 20px;
}

@media screen and (max-width: 1024px) {
  .header__content {
    display: none;
  }
}

.header .logo a,
.header .mobile-logo a {
  font-size: 2.5rem;
}

@media screen and (max-width: 960px) {
  .header .logo a,
  .header .mobile-logo a {
    font-size: clamp(12px, 1.25rem, 1.25rem);
  }
}

@media screen and (max-width: 1024px) {
  .header .logo a,
  .header .mobile-logo a {
    font-size: 1.25rem;
  }
}

.header .logo a span,
.header .mobile-logo a span {
  font-size: 5rem;
}

@media screen and (max-width: 960px) {
  .header .logo a span,
  .header .mobile-logo a span {
    font-size: clamp(12px, 2.5rem, 2.5rem);
  }
}

@media screen and (max-width: 1024px) {
  .header .logo a span,
  .header .mobile-logo a span {
    font-size: 2.5rem;
  }
}

.header__nav .header-menu li.current-menu-item a {
  color: #3d3732;
}

.header__nav__sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 5px;
}

.header__nav__sub ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-radius: 0px 0px 10px 10px;
  padding: 15px 20px;
}

@media screen and (max-width: 960px) {
  .header__nav__sub ul li a {
    padding: 7.5px 10px;
  }
}

.header__nav__sub ul li a::before {
  content: "";
}

.header__nav__sub ul li a._tel {
  background-color: #f2efec;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (max-width: 960px) {
  .header__nav__sub ul li a._tel {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}

.header__nav__sub ul li a._tel::before {
  width: 20px;
  height: 20px;
  background: url(../img/icon/icon_tel.png) no-repeat;
  background-size: contain;
}

.header__nav__sub ul li a._mail {
  background-color: #ed828b;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (max-width: 960px) {
  .header__nav__sub ul li a._mail {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

.header__nav__sub ul li a._mail::before {
  width: 28px;
  height: 21px;
  background: url(../img/icon/icon_mail.png) no-repeat;
  background-size: contain;
}

.header .mobile-btn__sub {
  display: none;
}

@media screen and (max-width: 1024px) {
  .header .mobile-btn__sub {
    display: block;
  }
  .header .mobile-btn__sub__list {
    position: fixed;
    top: 0;
    right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .mobile-btn__sub__list li {
    width: 50px;
    height: 50px;
  }
  .header .mobile-btn__sub__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .header .mobile-btn__sub__list li a img {
    width: 45%;
  }
  .header .mobile-btn__sub__list li a._tel {
    color: #3d3732;
    background-color: #f2efec;
  }
  .header .mobile-btn__sub__list li a._mail {
    background-color: #ed828b;
    color: #fff;
  }
}

.header .mobile-sub-nav-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}

.header .mobile-sub-nav-list li a::before {
  content: "";
  display: block !important;
  width: 20px;
  height: 16px;
  background: url(../img/icon/icon_mail_pink.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 360px) {
  .header .mobile-nav-wrap .mobile-menu-list .sub-menu {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .header .mobile-nav-wrap .mobile-menu-list .sub-menu li {
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  .header .logo {
    margin-left: 5px;
  }
}

.sp_sub_nav {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sp_sub_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
  .sp_sub_nav li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sp_sub_nav li a {
    display: block;
    background: var(--pink02, #f8b9b9);
    padding: 5px 5px 0 5px;
  }
  .sp_sub_nav li a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    border-radius: 15px 15px 0px 0px;
    border: 2px dashed #fff;
    border-bottom: none;
    color: #fff;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .sp_sub_nav li a span::before {
    content: "";
    display: block;
  }
  .sp_sub_nav li a._tel span {
    font-family: Quicksand;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.375;
    /* 137.5% */
    letter-spacing: 0.1em;
  }
  .sp_sub_nav li a._tel span::before {
    width: 15px;
    height: 15px;
    background: url(../img/icon/tel-icon.png) no-repeat;
    background-size: contain;
    margin-bottom: 5px;
  }
  .sp_sub_nav li a._mail span {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.65;
    /* 165% */
    letter-spacing: 0.1em;
  }
  .sp_sub_nav li a._mail span::before {
    width: 17.5px;
    height: 13.5px;
    background: url(../img/icon/contact-icon.png) no-repeat;
    background-size: contain;
  }
}

#mobile-nav {
  display: none;
}

#mobile-nav.panelactive {
  display: block;
}

.home .header .header__content {
  max-width: 1880px;
  padding-left: 20px;
}

@media screen and (max-width: 960px) {
  .home .header .header__content {
    padding-left: 10px;
  }
}

.slider__wrap {
  position: relative;
  padding-top: 0;
}

.slider__wrap .deco {
  display: block;
  position: absolute;
  opacity: 0;
}

.slider__wrap .deco._01 {
  width: 26.04167vw;
  height: 26.04167vw;
  background-image: url(../img/01_opacity50.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: -6.25vw;
  left: 0;
  z-index: -1;
}

.slider__wrap .deco._02 {
  width: 13.02083vw;
  height: 13.02083vw;
  background-image: url(../img/02_opacity50.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: -5.20833vw;
  right: 0.52083vw;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .slider__wrap .deco._02 {
    top: 0;
  }
}

.slider__wrap .deco._03 {
  width: 15.625vw;
  height: 15.625vw;
  background-image: url(../img/03_opacity50.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 2.60417vw;
  left: 2.60417vw;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .slider__wrap .deco._03 {
    bottom: 4.16667vw;
  }
}

.slider__wrap .deco._04 {
  width: 20.83333vw;
  height: 20.83333vw;
  background-image: url(../img/04_opacity50.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -5.20833vw;
  right: 0vw;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .slider__wrap .deco._04 {
    right: 0vw;
  }
}

@media screen and (max-width: 960px) {
  .slider__wrap .deco._04 {
    bottom: -2.60417vw;
  }
}

.slider__wrap.loaded {
  opacity: 1;
  visibility: inherit;
}

.slider__wrap.loaded .deco {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.slider__wrap.loaded .deco._01 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.slider__wrap.loaded .deco._02 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.slider__wrap.loaded .deco._03 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.slider__wrap.loaded .deco._04 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.slider__content {
  width: 89.58333vw;
  max-width: 1720px;
  height: 46.25vw;
  max-height: 888px;
  margin: auto;
  margin-top: 150px;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: url(../img/slider_mask.png);
          mask-image: url(../img/slider_mask.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

@media screen and (max-width: 960px) {
  .slider__content {
    width: 179.16667vw;
  }
}

@media screen and (max-width: 960px) {
  .slider__content {
    height: 92.5vw;
  }
}

@media screen and (max-width: 960px) {
  .slider__content {
    margin-top: 75px;
  }
}

@media screen and (max-width: 1400px) {
  .slider__content {
    margin-top: 80px;
  }
}

@media screen and (max-width: 1400px) {
  .slider__content {
    border-radius: 40px;
  }
}

@media screen and (max-width: 960px) {
  .slider__content {
    width: 90%;
    height: auto;
    border-radius: 25px;
  }
}

.slider__content .slider {
  width: 100%;
  height: 100%;
}

#page-top img {
  max-width: unset;
  max-height: unset;
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 960px) {
  #page-top img {
    width: 40px;
  }
}

@media screen and (max-width: 960px) {
  #page-top img {
    height: 40px;
  }
}

.f-news {
  position: relative;
  overflow: hidden;
}

.f-news__inner {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .f-news__inner {
    padding-left: 10px;
  }
}

@media screen and (max-width: 960px) {
  .f-news__inner {
    padding-right: 10px;
  }
}

@media screen and (max-width: 1400px) {
  .f-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.f-news .deco {
  display: block;
  position: absolute;
}

.f-news .deco._01 {
  width: 5.20833vw;
  height: 5.20833vw;
  background-image: url(../img/deco_news_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  left: 2.60417vw;
}

.f-news .deco._02 {
  width: 1.5625vw;
  height: 1.5625vw;
  background-image: url(../img/deco_news_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 6.25vw;
  left: 1.5625vw;
}

.f-news__titleArea {
  width: 14.28571%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .f-news__titleArea {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1400px) {
  .f-news__titleArea {
    width: 90%;
    margin: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.f-news .title01 {
  text-align: left;
}

.f-news .title01 span {
  text-align: left;
}

.f-news .news-list01 {
  width: 78.57143%;
  margin-bottom: 0;
}

@media screen and (max-width: 1400px) {
  .f-news .news-list01 {
    width: 90%;
    margin: auto;
  }
}

.f-news .news-list01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 20px 30px;
}

@media screen and (max-width: 960px) {
  .f-news .news-list01 li {
    gap: 7.5px;
  }
}

@media screen and (max-width: 960px) {
  .f-news .news-list01 li {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 960px) {
  .f-news .news-list01 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.f-news .news-list01 li .date-cat {
  width: 20%;
  margin-bottom: 0;
  min-width: 200px;
}

@media screen and (max-width: 960px) {
  .f-news .news-list01 li .date-cat {
    width: 100%;
  }
}

.f-news .news-list01 li .date-cat .date {
  color: #b2aba4;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .f-news .news-list01 li .date-cat .date {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}

.f-news .news-list01 li .date-cat .news-cat a {
  background-color: #f2efec;
  border-radius: 9999px;
  color: #3d3732;
  font-size: 1.4rem;
  padding: 0.5em 1em;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .f-news .news-list01 li .date-cat .news-cat a {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}

.f-news .news-list01 li .news-txt a {
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .f-news .news-list01 li .news-txt a {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

.f-news .news-list01 li:last-of-type {
  margin-bottom: 0;
}

.f-greeting {
  position: relative;
}

.f-greeting__txt {
  background: #fefafa;
  padding: 80px 40px;
  border-radius: 20px;
}

@media screen and (max-width: 960px) {
  .f-greeting__txt {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 960px) {
  .f-greeting__txt {
    width: 90%;
    margin: auto;
  }
}

.f-greeting__txt p {
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .f-greeting__txt p {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

.f-greeting .deco {
  display: block;
  position: absolute;
}

.f-greeting .deco._01 {
  width: 8.64583vw;
  height: 8.69792vw;
  background-image: url(../img/deco_greeting_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  right: 10.41667vw;
}

.f-greeting .deco._02 {
  width: 4.63542vw;
  height: 6.04167vw;
  background-image: url(../img/deco_greeting_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 8.85417vw;
  right: 5.20833vw;
}

.f-greeting .deco._03 {
  width: 12.96875vw;
  height: 7.76042vw;
  background-image: url(../img/deco_greeting_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .f-greeting .deco._03 {
    bottom: -7.8125vw;
  }
}

.f-greeting .deco._04 {
  width: 4.16667vw;
  height: 3.90625vw;
  background-image: url(../img/deco_greeting_04.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 7.8125vw;
  left: 5.52083vw;
}

@media screen and (max-width: 1024px) {
  .f-greeting .deco._04 {
    bottom: 0;
  }
}

.f-greeting .deco._05 {
  width: 2.08333vw;
  height: 2.08333vw;
  background-image: url(../img/deco_greeting_05.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 6.25vw;
  left: 2.08333vw;
}

@media screen and (max-width: 1024px) {
  .f-greeting .deco._05 {
    bottom: -2.08333vw;
  }
}

.f-about {
  position: relative;
  overflow: hidden;
}

.f-about .deco {
  display: block;
  position: absolute;
}

.f-about .deco._01 {
  width: 7.34375vw;
  height: 7.70833vw;
  background-image: url(../img/deco_about.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 4.6875vw;
  right: 0;
}

.f-about__list {
  max-width: 1400px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 960px) {
  .f-about__list {
    gap: 10px;
  }
}

@media screen and (max-width: 1400px) {
  .f-about__list {
    width: 90%;
    margin: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.f-about .item {
  width: 24%;
}

@media screen and (max-width: 1400px) {
  .f-about .item {
    width: 100%;
  }
}

.f-about .item__imgArea {
  position: relative;
}

.f-about .item__imgArea img {
  -webkit-mask-image: url(../img/about_mask.png);
          mask-image: url(../img/about_mask.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  aspect-ratio: 335/223;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}

.f-about .item__imgArea .deco {
  position: absolute;
  display: block;
  width: 5.20833vw;
  height: 5.20833vw;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 1400px) {
  .f-about .item__imgArea .deco {
    left: 10%;
    bottom: 5%;
    width: 15.625vw;
    height: 15.625vw;
  }
}

@media screen and (max-width: 1200px) {
  .f-about .item__imgArea .deco {
    left: 8%;
    bottom: 3%;
  }
}

@media screen and (max-width: 960px) {
  .f-about .item__imgArea .deco {
    width: 20.83333vw;
    height: 20.83333vw;
    left: 0;
    bottom: 0;
  }
}

.f-about .item a {
  display: block;
  border-radius: 20px;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media screen and (max-width: 960px) {
  .f-about .item a {
    padding: 10px;
  }
}

.f-about .item a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.f-about .item__txtArea .name {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .f-about .item__txtArea .name {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}

@media screen and (max-width: 960px) {
  .f-about .item__txtArea .name {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 960px) {
  .f-about .item__txtArea .name {
    font-size: 16px;
  }
}

.f-about .item__txtArea .kind {
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .f-about .item__txtArea .kind {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}

.f-about .item__txtArea .c-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.f-about .item._01 a {
  background: #a0d8ef;
}

.f-about .item._01 .deco {
  top: unset;
  background-image: url(../img/about_deco_01_.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.f-about .item._02 a {
  background: #ffedab;
}

.f-about .item._02 .deco {
  background-image: url(../img/about_deco_02_.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.f-about .item._03 a {
  background: #fbd8b5;
}

.f-about .item._03 .deco {
  background-image: url(../img/about_deco_03_.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.f-about .item._04 a {
  background: #a3d6cc;
}

.f-about .item._04 .deco {
  background-image: url(../img/about_deco_04_.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.f-recruit {
  padding-top: 200px;
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 960px) {
  .f-recruit {
    padding-top: 100px;
  }
}

.f-recruit .appeal {
  max-width: 1400px;
  margin: auto;
}

@media screen and (max-width: 1400px) {
  .f-recruit .appeal {
    width: 90%;
    margin: auto;
  }
}

.f-recruit .appeal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
}

@media screen and (max-width: 1400px) {
  .f-recruit .appeal__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.f-recruit .appeal .item {
  width: 32%;
  background: #f6fcfd;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .f-recruit .appeal .item {
    padding: 10px;
  }
}

@media screen and (max-width: 960px) {
  .f-recruit .appeal .item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1400px) {
  .f-recruit .appeal .item {
    width: 48%;
  }
}

@media screen and (max-width: 460px) {
  .f-recruit .appeal .item {
    width: 100%;
  }
}

.f-recruit .appeal .item__imgArea {
  background: #fff;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 60%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-recruit .appeal .item__imgArea img {
  width: 60%;
  margin: auto;
}

.f-recruit .appeal .item__title {
  font-weight: 700;
  text-align: center;
  color: #ed828b;
  font-size: 2.2rem;
}

@media screen and (max-width: 960px) {
  .f-recruit .appeal .item__title {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}

.f-recruit .appeal .item__txt {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .f-recruit .appeal .item__txt {
    padding: 10px;
  }
}

@media screen and (max-width: 960px) {
  .f-recruit .appeal .item__txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}

.f-recruit .appeal .deco {
  display: block;
  position: absolute;
  width: 29.01042vw;
  height: 12.76042vw;
}

.f-recruit .appeal .deco._01 {
  background-image: url(../img/deco_recruit_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 5.20833vw;
  left: 0;
}

.f-recruit .appeal .deco._02 {
  background-image: url(../img/deco_recruit_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 5.20833vw;
  right: 0;
}

.f-recruit .attempt__inner {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

@media screen and (max-width: 960px) {
  .f-recruit .attempt__inner {
    padding: 10px;
  }
}

@media screen and (max-width: 1400px) {
  .f-recruit .attempt__inner {
    width: 90%;
    margin: auto;
  }
}

.f-recruit .attempt__list li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  .f-recruit .attempt__list li {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}

.f-recruit .attempt__list li:not(:last-of-type) {
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .f-recruit .attempt__list li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.f-recruit .attempt__list li::before {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.8em;
  content: "";
  background: #ed828b;
}

.f-recruit .info {
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .f-recruit .info {
    padding-top: 50px;
  }
}

@media screen and (max-width: 960px) {
  .f-recruit .info {
    padding-bottom: 100px;
  }
}

.f-recruit .info .tab-group .tab {
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .f-recruit .info .tab-group .tab {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

.f-recruit .info .deco {
  display: block;
  position: absolute;
}

.f-recruit .info .deco._03 {
  width: 11.04167vw;
  height: 19.0625vw;
  background-image: url(../img/deco_recruit_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -5.20833vw;
  right: 2.60417vw;
}

.f-recruit .info .deco._04 {
  width: 21.97917vw;
  height: 14.84375vw;
  background-image: url(../img/deco_recruit_04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.f-recruit .info .deco._05 {
  width: 12.5vw;
  height: 8.69792vw;
  background-image: url(../img/deco_recruit_05.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.f-recruit .recruit-feed01 h3 {
  font-size: 24px;
}

@media screen and (max-width: 960px) {
  .f-recruit .recruit-feed01 h3 {
    font-size: 14px;
  }
}

.f-recruit .recruit-feed01 .time-cat time,
.f-recruit .recruit-feed01 .time-cat .cat {
  font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
  .f-recruit .recruit-feed01 .time-cat time,
  .f-recruit .recruit-feed01 .time-cat .cat {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}

.f-recruit .recruit-feed01 .recruit-sub.flex li {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .f-recruit .recruit-feed01 .recruit-sub.flex li {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}

@media screen and (max-width: 960px) {
  .f-recruit .recruit-feed01 .recruit-sub.flex li {
    margin-bottom: 10px;
  }
}

.para {
  width: 100%;
  aspect-ratio: 1772/600;
}

.para._01 {
  background: url(../img/para_01_.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  -webkit-mask-image: url(../img/para_mask.png);
          mask-image: url(../img/para_mask.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

@media screen and (max-width: 960px) {
  .para._01 {
    background-attachment: unset !important;
  }
}

.para._02 {
  background: url(../img/para_01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  -webkit-mask-image: url(../img/para_mask.png);
          mask-image: url(../img/para_mask.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

@media screen and (max-width: 960px) {
  .para._02 {
    background-attachment: unset !important;
  }
}

.f-contact__inner {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 80%;
  background: #fff;
  border-radius: 40px;
  margin: auto;
  margin-top: -10.41667vw;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .f-contact__inner {
    padding-top: 50px;
  }
}

@media screen and (max-width: 960px) {
  .f-contact__inner {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 960px) {
  .f-contact__inner {
    width: 90%;
  }
}

.f-contact__content {
  max-width: 1200px;
  margin: auto;
}

.f-contact .contact-band {
  background: none;
  padding-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .f-contact .contact-band {
    padding-bottom: 30px;
  }
}

.f-contact__form {
  max-width: 1000px;
  margin: auto;
}

.privacy-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.title01 {
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  font-size: 6rem;
  line-height: 1.6;
  color: #3d3732;
}

@media screen and (max-width: 960px) {
  .title01 {
    font-size: clamp(12px, 3rem, 3rem);
  }
}

.title01 span {
  display: block;
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  .title01 span {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}

.title02 {
  position: relative;
  color: #3d3732;
  font-size: 3rem;
}

@media screen and (max-width: 960px) {
  .title02 {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}

.title02::after {
  content: "";
  display: block;
  width: 100px;
  height: 10px;
  background: url(../img/border_dot.png) no-repeat;
  background-size: contain;
  margin: auto;
  margin-top: 20px;
}

@media screen and (max-width: 960px) {
  .title02::after {
    width: 50px;
  }
}

@media screen and (max-width: 960px) {
  .title02::after {
    height: 5px;
  }
}

@media screen and (max-width: 960px) {
  .title02::after {
    margin-top: 10px;
  }
}

.c-button {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}

.c-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

@media screen and (max-width: 960px) {
  .c-button a {
    gap: 5px;
  }
}

.c-button a .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fdf2f3;
  border-radius: 9999px;
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 960px) {
  .c-button a .arrow {
    width: 35px;
  }
}

@media screen and (max-width: 960px) {
  .c-button a .arrow {
    height: 35px;
  }
}

.c-button a .arrow svg {
  color: #3d3732;
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 960px) {
  .c-button a .arrow svg {
    width: 9px;
  }
}

@media screen and (max-width: 960px) {
  .c-button a .arrow svg {
    height: 9px;
  }
}

.c-button a span {
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .c-button a span {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}

.c-button a:hover .arrow {
  background-color: #f7c5c9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sub-header {
  margin-top: 100px;
}

@media screen and (max-width: 960px) {
  .sub-header {
    margin-top: 50px;
  }
}

.p-office {
  margin-top: 110px;
}

@media screen and (max-width: 960px) {
  .p-office {
    margin-top: 55px;
  }
}

.p-office__title01 {
  font-size: 5.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .p-office__title01 {
    font-size: clamp(12px, 2.6rem, 2.6rem);
  }
}

@media screen and (max-width: 960px) {
  .p-office__title01 {
    margin-bottom: 10px;
  }
}

.chikuma .p-office__title01 {
  color: #a0d8ef;
}

.campus .p-office__title01 {
  color: #ffedab;
}

.colorful .p-office__title01 {
  color: #fbd8b5;
}

.kulore .p-office__title01 {
  color: #a3d6cc;
}

.p-office .title02 {
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .p-office .title02 {
    margin-bottom: 30px;
  }
}

.p-office__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .p-office__info {
    gap: 10px;
  }
}

@media screen and (max-width: 960px) {
  .p-office__info {
    margin-bottom: 30px;
  }
}

.p-office__kind {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: right;
  margin-bottom: 0;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .p-office__kind {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}

.p-office__capacity {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 700;
  border: solid 1px #3d3732;
  padding: 3px 15px;
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .p-office__capacity {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}

@media screen and (max-width: 960px) {
  .p-office__capacity {
    padding: 1.5px 7.5px;
  }
}

.p-office__img {
  width: 75%;
  margin: auto;
  margin-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .p-office__img {
    margin-bottom: 40px;
  }
}

.p-office__img img {
  -webkit-mask-image: url(../img/about_mask.png);
          mask-image: url(../img/about_mask.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  width: 90%;
  margin: auto;
}

.p-office__img::before {
  content: "";
  display: block;
  width: 30%;
  aspect-ratio: 557/553;
  position: absolute;
  top: -12%;
  left: -10%;
  z-index: -1;
}

.chikuma .p-office__img::before {
  background: url(../img/01_opacity50.png) no-repeat;
  background-size: contain;
}

.campus .p-office__img::before {
  background: url(../img/02_opacity50.png) no-repeat;
  background-size: contain;
}

.colorful .p-office__img::before {
  background: url(../img/03_opacity50.png) no-repeat;
  background-size: contain;
}

.kulore .p-office__img::before {
  background: url(../img/04_opacity50.png) no-repeat;
  background-size: contain;
}

.p-office .com-timeline01-wrap .com-timeline01__inner {
  background: #fff;
  border-radius: 40px;
  padding: 30px 30px;
}

@media screen and (max-width: 960px) {
  .p-office .com-timeline01-wrap .com-timeline01__inner {
    padding: 15px 15px;
  }
}

.p-office .com-timeline01 {
  position: relative;
  background: #fff;
  border-radius: 40px;
}

.p-office .com-timeline01 .timeline {
  width: 40px;
  margin: 50px auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: radial-gradient(#e9ac40 30%, transparent 30%);
  background-size: 10px 10px;
  background-repeat: no-repeat space;
  background-position: center;
}

.p-office .com-timeline01 .timeline .sun {
  max-width: 40px;
  margin: 0 auto;
  position: absolute;
  width: 50px;
  left: 0;
  right: 0;
  top: -50px;
}

.p-office .com-timeline01 .timeline .sun svg {
  width: 100%;
  fill: #e9ab40;
}

.p-office .com-timeline01 .timeline .moon {
  max-width: 40px;
  margin: 0 auto;
  position: absolute;
  width: 50px;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: 0 auto;
}

.p-office .com-timeline01 .timeline .moon svg {
  width: 100%;
  fill: #e9ab40;
}

.p-office .com-timeline01-list {
  margin-bottom: 60px;
}

.p-office .com-timeline01-list li {
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .p-office .com-timeline01-list li {
    margin-bottom: 20px;
  }
}

.p-office .com-timeline01-list li:last-of-type {
  margin-bottom: 0;
}

.p-office .com-timeline01-list li:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-office .com-timeline01-list .flow-txt {
  line-height: 2em;
}

.p-office .com-timeline01-img-wrap {
  width: 50%;
  padding: 0 40px;
}

.p-office .com-timeline01-img-wrap img {
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.p-office .com-timeline01-content {
  width: 50%;
  padding: 0 40px;
  margin-top: 20px;
}

.p-office .com-timeline01-time {
  font-size: 2.6rem;
  font-weight: 700;
  color: #ed828b;
  letter-spacing: 0.1em;
  border-bottom: 3px solid #ed828b;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .p-office .com-timeline01-time {
    font-size: clamp(12px, 1.3rem, 1.3rem);
  }
}

.p-office .com-timeline01-time svg {
  margin-right: 5px;
}

.p-office .com-timeline01-head {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #ed828b;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .p-office .com-timeline01-head {
    font-size: clamp(12px, 1.3rem, 1.3rem);
  }
}

@media screen and (max-width: 960px) {
  .p-office .com-timeline01-head {
    margin-bottom: 10px;
  }
}

.p-office .com-timeline01-txt {
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .p-office .com-timeline01-txt {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

.p-office .com-timeline01-wrap .flow-other .flow-other-inner {
  padding: 20px;
  background-color: #fdf2f3;
  text-align: center;
  border-radius: 15px;
}

.p-office .com-timeline01-wrap .flow-other .flow-other-inner p {
  margin-bottom: 0;
}

@media screen and (max-width: 820px) {
  .p-office .com-timeline01 .timeline {
    width: 30px;
    margin: auto 0;
    height: calc(100% - 70px);
  }
  .p-office .com-timeline01 .timeline .sun {
    max-width: 30px;
    top: -40px;
  }
  .p-office .com-timeline01 .timeline .moon {
    max-width: 30px;
    bottom: -40px;
  }
  .p-office .com-timeline01-list li:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-office .com-timeline01-content {
    width: 50%;
    padding-right: 0;
    margin-top: 40px;
  }
  .p-office .com-timeline01-img-wrap {
    width: 50%;
    padding-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .p-office .com-timeline01-img-wrap {
    width: 100%;
  }
  .p-office .com-timeline01-content {
    width: 100%;
    margin-top: 20px;
  }
  .p-office .com-timeline01-list li:last-of-type {
    margin-bottom: 40px;
  }
  .p-office .com-timeline01 .timeline {
    margin-top: 30px;
    height: calc(100% - 30px);
  }
}

@media screen and (max-width: 450px) {
  .p-office .com-timeline01-img-wrap img {
    height: 50vw;
  }
}

@media screen and (max-width: 1200px) {
  .p-office .width1200 {
    padding: 0 15px;
  }
}

.p-office .com-list03 > li {
  width: 48%;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-office .com-list03-img {
  width: 48%;
  margin-bottom: 20px;
  position: relative;
}

.p-office .com-list03-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  aspect-ratio: 1;
  height: auto;
}

.p-office .com-list03-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 5px 20px;
  background-color: #ed828b;
  margin-bottom: 0;
}

.p-office .com-list03-content {
  width: 48%;
}

.p-office .com-list03-list li {
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.p-office .com-list03-sub-head {
  padding: 10px 15px;
  text-align: center;
  max-width: 400px;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  background-color: #ed828b;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
  margin: 0 auto;
}

.p-office .com-list03-sub-inner {
  padding: 20px;
  background-color: #fdf2f3;
  text-align: center;
  border-radius: 15px;
}

.p-office .com-list03-sub-inner p {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .p-office .com-list03 > li {
    width: 48%;
    margin-bottom: 40px;
  }
  .p-office .com-list03-ttl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 820px) {
  .p-office .com-list03-img img {
    height: 40vw;
  }
}

@media screen and (max-width: 450px) {
  .p-office .com-list03-ttl {
    font-size: 1.4rem;
    padding: 5px 10px;
    left: 15px;
  }
  .p-office .com-list03-content {
    margin-top: 30px;
  }
  .p-office .com-list03-list li {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .p-office .com-list03-sub-head {
    max-width: 240px;
    font-size: 1.4rem;
  }
  .p-office .com-list03-sub-inner p {
    font-size: 1.2rem;
  }
}

.p-office__txt {
  font-size: 2.2rem;
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .p-office__txt {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}

.p-office__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 2;
}

.contact-band {
  background: #f6fcfd;
  padding: 60px 0px;
}

@media screen and (max-width: 960px) {
  .contact-band {
    padding: 30px 0px;
  }
}

.contact-band-title {
  font-size: 2.8rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .contact-band-title {
    font-size: clamp(12px, 1.4rem, 1.4rem);
  }
}

@media screen and (max-width: 960px) {
  .contact-band-title {
    margin-bottom: 20px;
  }
}

.contact-band .cf-cb-txt {
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .contact-band .cf-cb-txt {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}

.contact-band .cf-cb-head {
  font-size: 1.4rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 960px) {
  .contact-band .cf-cb-head {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}

@media screen and (max-width: 960px) {
  .contact-band .cf-cb-head {
    margin-bottom: 8px;
  }
}

.btn {
  font-size: 1.6rem;
  padding: 10px 20px;
}

@media screen and (max-width: 960px) {
  .btn {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}

@media screen and (max-width: 960px) {
  .btn {
    padding: 5px 10px;
  }
}

@media screen and (max-width: 960px) {
  .btn .btn-arrow {
    top: 10px;
  }
}

.slogan {
  max-width: 1000px;
  width: 80%;
  margin: auto;
  padding-top: 0;
}

.slogan_title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .slogan_title {
    font-size: clamp(12px, 1.4rem, 1.4rem);
  }
}

.slogan_txt {
  font-size: 2rem;
  padding: 20px;
  border-radius: 20px;
}

@media screen and (max-width: 960px) {
  .slogan_txt {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

@media screen and (max-width: 960px) {
  .slogan_txt {
    padding: 10px;
  }
}

.chikuma .slogan .slogan_title {
  color: #a0d8ef;
}

.chikuma .slogan .slogan_txt {
  border: solid 5px #a0d8ef;
}

.campus .slogan .slogan_title {
  color: #ffedab;
}

.campus .slogan .slogan_txt {
  border: solid 5px #ffedab;
}

.colorful .slogan .slogan_title {
  color: #fbd8b5;
}

.colorful .slogan .slogan_txt {
  border: solid 5px #fbd8b5;
}

.kulore .slogan .slogan_title {
  color: #a3d6cc;
}

.kulore .slogan .slogan_txt {
  border: solid 5px #a3d6cc;
}

.colorful .p-office__img img {
  -webkit-mask-image: none;
          mask-image: none;
  border-radius: 40px;
}

.js-fadeIn {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.js-fadeIn.is-show {
  opacity: 1;
}

.appeal__list li:nth-of-type(1).is-show {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.appeal__list li:nth-of-type(2).is-show {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.appeal__list li:nth-of-type(3).is-show {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.appeal__list li:nth-of-type(4).is-show {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.appeal__list li:nth-of-type(5).is-show {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.js-fadeInRight {
  opacity: 0;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-transition: 2s;
  transition: 2s;
}

.js-fadeInRight.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.js-fadeInLeft {
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 2s;
  transition: 2s;
}

.js-fadeInLeft.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.js-diagonal {
  opacity: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: 2s;
  transition: 2s;
}

.js-diagonal.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.f-about li:nth-of-type(2) .js-diagonal.is-show {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.f-about li:nth-of-type(3) .js-diagonal.is-show {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.f-about li:nth-of-type(4) .js-diagonal.is-show {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.footer {
  background: #fefafa;
}

@media screen and (max-width: 960px) {
  .footer {
    padding-bottom: 60px;
  }
}

.footer-logo-address {
  width: auto;
  margin: auto;
}

.footer-logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.footer-logo a {
  font-size: 3rem;
  font-weight: 700;
  color: #ed828b;
}

@media screen and (max-width: 960px) {
  .footer-logo a {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}

.footer-logo a span {
  font-size: 6rem;
  color: #ed828b;
}

@media screen and (max-width: 960px) {
  .footer-logo a span {
    font-size: clamp(12px, 3rem, 3rem);
  }
}

.footer-address p {
  color: #ed828b;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.13;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 960px) {
  .footer-address p {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}

.footer-address .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}

.footer-address .address br {
  display: none;
}

@media screen and (max-width: 960px) {
  .footer-address .address br {
    display: block;
  }
}

.footer-address .address img {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 960px) {
  .footer-address .address img {
    width: 12px;
  }
}

@media screen and (max-width: 960px) {
  .footer-address .address img {
    height: 12px;
  }
}

@media screen and (max-width: 960px) {
  .footer-address .address img {
    margin-top: 6px;
  }
}

.footer-address .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}

.footer-address .tel a {
  color: #ed828b;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.13;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 960px) {
  .footer-address .tel a {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}

.footer-address .tel img {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 960px) {
  .footer-address .tel img {
    width: 9px;
  }
}

@media screen and (max-width: 960px) {
  .footer-address .tel img {
    height: 9px;
  }
}

.footer .copyright p {
  color: #ed828b;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 960px) {
  .footer .copyright p {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}

#loading {
  background: url(../img/loading_bg.png) no-repeat;
  background-size: cover;
}

#loading .spin-wrap p {
  font-size: 2rem;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  #loading .spin-wrap p {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

#loading .spin-wrap p span {
  font-size: 6rem;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  #loading .spin-wrap p span {
    font-size: clamp(12px, 3rem, 3rem);
  }
}

.elementor-button {
  background-color: #75c1af !important;
}

.elementor-button span {
  color: #fff;
}

.archive-time-cat time {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
}

.recruit-post-template-default #breadcrumbs ul li:nth-of-type(2), .recruit-post-template-default #breadcrumbs ul li:nth-of-type(3) {
  display: none;
}
