@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&family=Roboto:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&display=swap");
html {
  font-size: 62.5%;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.6rem;
}

p,
a {
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) {
  p,
  a {
    font-size: 1.6rem;
  }
}

p {
  color: #101010;
}

a {
  color: #46beb3;
}
a:hover {
  color: #46beb3;
}
@media screen and (min-width: 1025px) {
  a {
    transition: opacity ease-in-out 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

.font-en {
  font-family: "EB Garamond", "Noto Serif JP", serif !important;
}

.header-in {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 0 0 10px;
  width: 100%;
  height: 50px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  z-index: 100;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(53, 47, 47, 0.15);
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1025px) {
  .header-in {
    padding: 0 35px 0 42px;
    max-width: 1920px;
    width: 100%;
    height: 80px;
  }
}
.header-in .logo-image {
  padding: 0;
  width: 116px;
  height: 27px;
}
@media screen and (min-width: 1025px) {
  .header-in .logo-image {
    width: 190px;
    height: 44px;
  }
}
.header-in .site-name {
  width: 100%;
  height: 100%;
}
.header-in .site-name-text {
  width: 100%;
  height: 100%;
  font-size: inherit;
}
.header-in #btn-menu {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header-in #btn-menu {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 18px;
    cursor: pointer;
  }
  .header-in #btn-menu span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #000;
    transition: display ease-in-out 0.3s;
  }
  .header-in #btn-menu::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    transition: all ease-in-out 0.3s;
  }
  .header-in #btn-menu::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    transition: all ease-in-out 0.3s;
  }
}
.header-in #btn-menu.is-active span {
  display: none;
}
.header-in #btn-menu.is-active::before {
  top: 50%;
  transform: rotate(45deg);
}
.header-in #btn-menu.is-active::after {
  top: 50%;
  bottom: auto;
  transform: rotate(-45deg);
}
.header-in-nav {
  display: none;
}
@media screen and (min-width: 1025px) {
  .header-in-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    max-width: 1007px;
    margin: 0 0 0 36px;
  }
}
@media screen and (max-width: 1023px) {
  .header-in-nav {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100vh - 50px);
    width: 100%;
    opacity: 0;
    background: #fff;
    z-index: -1;
    margin-top: 50px;
    border-top: 1px solid #c1d4eb;
    transition: all 0.3s;
    visibility: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .is-active .header-in-nav {
    opacity: 1;
    z-index: 999;
    visibility: visible;
  }
}
.header-in-nav ul {
  padding-left: 0;
  list-style: none;
}
@media screen and (min-width: 1025px) {
  .header-in-nav ul {
    display: flex;
    justify-content: space-between;
    flex: 1;
    width: 100%;
    max-width: 760px;
  }
}
@media screen and (min-width: 1025px) {
  .header-in .header-nav-list.is-current a {
    color: #46beb3;
  }
  .header-in .header-nav-list.is-current a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #46beb3;
    opacity: 1;
    transform: scale(1, 1);
  }
}
.header-in .header-nav-list a {
  position: relative;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  transition: color ease-in-out 0.3s;
}
@media screen and (max-width: 1023px) {
  .header-in .header-nav-list a {
    display: flex;
    align-items: center;
    padding: 0 32px 0 25px;
    height: 56px;
    width: 100%;
    font-size: 1.5rem;
    border-bottom: 1px solid #c1d4eb;
  }
}
@media screen and (max-width: 1023px) {
  .header-in .header-nav-list a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: 7px;
    height: 13px;
    background: url(./images/common/arrow_03.png) no-repeat 50% 50%;
    background-size: contain;
  }
}
@media screen and (min-width: 1025px) {
  .header-in .header-nav-list a {
    padding: 0 0 4px;
  }
  .header-in .header-nav-list a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #46beb3;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform ease-in-out 0.3s;
  }
  .header-in .header-nav-list a:hover {
    color: #46beb3;
    opacity: 1;
  }
  .header-in .header-nav-list a:hover::after {
    transform: scale(1, 1);
  }
}
.header-in-contact {
  position: relative;
  display: none;
}
@media screen and (min-width: 1025px) {
  .header-in-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #46beb3;
    text-decoration: none;
    transition: opacity ease-in-out 0.3s;
    margin: 0 0 0 36px;
    width: 175px;
    height: 48px;
  }
}
.header-in-contact::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border: 1px solid #fff;
}
@media screen and (max-width: 1023px) {
  .is-active .header-in-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #46beb3;
    text-decoration: none;
    margin: 50px auto 0;
    width: 275px;
    height: 69px;
  }
}
.header-in-contact .contact-link {
  position: relative;
  padding: 0 0 0 36px;
  font-size: 1.5rem;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #fff;
}
.header-in-contact .contact-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 47%;
  left: 0;
  transform: translateY(-50%);
  width: 23px;
  height: 16px;
  background: url(./images/common/ico_mail_01.png) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (min-width: 1025px) {
  .header-in-contact .contact-link::before {
    width: 23px;
    height: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .header-in-contact:hover {
    opacity: 0.8;
    color: #fff;
  }
}

.header-kv {
  position: relative;
  height: 282px;
  width: 100%;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .header-kv {
    height: 733px;
  }
}
@media screen and (min-width: 1025px) {
  .header-kv {
    height: 733px;
  }
}
.no-webp .header-kv {
  background: url(./images/ph_kv_01.jpg) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .no-webp .header-kv {
    background: url(./images/ph_kv_sp_01.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
.webp .header-kv {
  background: url(./images/ph_kv_01.webp) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .webp .header-kv {
    background: url(./images/ph_kv_sp_01.webp) no-repeat 50% 50%;
    background-size: cover;
  }
}
.no-webp .contact .header-kv,
.no-webp .confirm .header-kv,
.no-webp .thanks .header-kv,
.no-webp .scenery .header-kv,
.no-webp .privacy .header-kv,
.no-webp .post-type-archive-info .header-kv,
.no-webp .error404 .header-kv {
  background: url(./images/ph_kv_02.jpg) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .no-webp .contact .header-kv,
  .no-webp .confirm .header-kv,
  .no-webp .thanks .header-kv,
  .no-webp .scenery .header-kv,
  .no-webp .privacy .header-kv,
  .no-webp .post-type-archive-info .header-kv,
  .no-webp .error404 .header-kv {
    background: url(./images/ph_kv_sp_02.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
.webp .contact .header-kv,
.webp .confirm .header-kv,
.webp .thanks .header-kv,
.webp .scenery .header-kv,
.webp .privacy .header-kv,
.webp .post-type-archive-info .header-kv,
.webp .error404 .header-kv {
  background: url(./images/ph_kv_02.webp) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .webp .contact .header-kv,
  .webp .confirm .header-kv,
  .webp .thanks .header-kv,
  .webp .scenery .header-kv,
  .webp .privacy .header-kv,
  .webp .post-type-archive-info .header-kv,
  .webp .error404 .header-kv {
    background: url(./images/ph_kv_sp_02.webp) no-repeat 50% 50%;
    background-size: cover;
  }
}
.no-webp .recruit .header-kv,
.no-webp .post-type-archive-recruit .header-kv,
.no-webp .recruit-template-default .header-kv {
  background: url(./images/ph_kv_03.jpg) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .no-webp .recruit .header-kv,
  .no-webp .post-type-archive-recruit .header-kv,
  .no-webp .recruit-template-default .header-kv {
    background: url(./images/ph_kv_sp_03.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
.webp .recruit .header-kv,
.webp .post-type-archive-recruit .header-kv,
.webp .recruit-template-default .header-kv {
  background: url(./images/ph_kv_03.webp) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .webp .recruit .header-kv,
  .webp .post-type-archive-recruit .header-kv,
  .webp .recruit-template-default .header-kv {
    background: url(./images/ph_kv_sp_03.webp) no-repeat 50% 50%;
    background-size: cover;
  }
}
.no-webp .message .header-kv {
  background: url(./images/ph_kv_04.jpg) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .no-webp .message .header-kv {
    background: url(./images/ph_kv_sp_04.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
.webp .message .header-kv {
  background: url(./images/ph_kv_04.webp) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .webp .message .header-kv {
    background: url(./images/ph_kv_sp_04.webp) no-repeat 50% 50%;
    background-size: cover;
  }
}
.no-webp .service .header-kv {
  background: url(./images/ph_kv_05.jpg) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .no-webp .service .header-kv {
    background: url(./images/ph_kv_sp_05.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
.webp .service .header-kv {
  background: url(./images/ph_kv_05.webp) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .webp .service .header-kv {
    background: url(./images/ph_kv_sp_05.webp) no-repeat 50% 50%;
    background-size: cover;
  }
}
.no-webp .features .header-kv {
  background: url(./images/ph_kv_06.jpg) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .no-webp .features .header-kv {
    background: url(./images/ph_kv_sp_06.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
.webp .features .header-kv {
  background: url(./images/ph_kv_06.webp) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .webp .features .header-kv {
    background: url(./images/ph_kv_sp_06.webp) no-repeat 50% 50%;
    background-size: cover;
  }
}
.no-webp .company .header-kv {
  background: url(./images/ph_kv_07.jpg) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .no-webp .company .header-kv {
    background: url(./images/ph_kv_sp_07.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
.webp .company .header-kv {
  background: url(./images/ph_kv_07.webp) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .webp .company .header-kv {
    background: url(./images/ph_kv_sp_07.webp) no-repeat 50% 50%;
    background-size: cover;
  }
}
.no-webp .post-type-archive-scenery .header-kv,
.no-webp .single-scenery .header-kv {
  background: url(./images/ph_kv_08.jpg) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .no-webp .post-type-archive-scenery .header-kv,
  .no-webp .single-scenery .header-kv {
    background: url(./images/ph_kv_sp_08.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
.webp .post-type-archive-scenery .header-kv,
.webp .single-scenery .header-kv {
  background: url(./images/ph_kv_08.webp) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .webp .post-type-archive-scenery .header-kv,
  .webp .single-scenery .header-kv {
    background: url(./images/ph_kv_sp_08.webp) no-repeat 50% 50%;
    background-size: cover;
  }
}
.page .header-kv,
.archive .header-kv,
.single .header-kv,
.error404 .header-kv {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .header-kv h1,
.page .header-kv .heading,
.archive .header-kv h1,
.archive .header-kv .heading,
.single .header-kv h1,
.single .header-kv .heading,
.error404 .header-kv h1,
.error404 .header-kv .heading {
  display: inline-block;
  font-size: 7.4666666667vw;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  font-weight: normal;
}
@media screen and (min-width: 1025px) {
  .page .header-kv h1,
  .page .header-kv .heading,
  .archive .header-kv h1,
  .archive .header-kv .heading,
  .single .header-kv h1,
  .single .header-kv .heading,
  .error404 .header-kv h1,
  .error404 .header-kv .heading {
    font-size: 3.9583333333vw;
  }
}
.page .header-kv h1 .font-en,
.page .header-kv .heading .font-en,
.archive .header-kv h1 .font-en,
.archive .header-kv .heading .font-en,
.single .header-kv h1 .font-en,
.single .header-kv .heading .font-en,
.error404 .header-kv h1 .font-en,
.error404 .header-kv .heading .font-en {
  font-size: 7.8666666667vw;
}
@media screen and (min-width: 1025px) {
  .page .header-kv h1 .font-en,
  .page .header-kv .heading .font-en,
  .archive .header-kv h1 .font-en,
  .archive .header-kv .heading .font-en,
  .single .header-kv h1 .font-en,
  .single .header-kv .heading .font-en,
  .error404 .header-kv h1 .font-en,
  .error404 .header-kv .heading .font-en {
    font-size: 4.1145833333vw;
  }
}
.header-kv .scroll-bar {
  display: none;
}
@media screen and (min-width: 1025px) {
  .header-kv .scroll-bar {
    display: block;
    position: absolute;
    right: 40px;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #fff;
    font-size: 1rem;
    font-family: "Josefin Sans", sans-serif;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
  }
  .header-kv .scroll-bar::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: rgba(255, 255, 255, 0.4);
  }
  .header-kv .scroll-bar::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #fff;
    height: 30px;
    animation: sdl 1.5s ease infinite;
  }
}
@keyframes sdl {
  0% {
    transform: translateY(-70px);
  }
  50%,
  100% {
    transform: translateY(30px);
  }
}

#header.header.cf::after {
  display: none;
}

#header-in.header-in.cf::after {
  display: none;
}

.header-container-in {
  display: flex;
}

#footer {
  margin-top: 70px;
  background: #46beb3;
  padding: 0;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: normal;
}
@media screen and (min-width: 1025px) {
  #footer {
    margin-top: 192px;
  }
}
.service #footer {
  margin-top: 0;
}
.home #footer {
  margin-top: 63px;
}
@media screen and (min-width: 1025px) {
  .home #footer {
    margin-top: 120px;
  }
}
#footer .wrap {
  padding: 35px 25px 0;
}
@media screen and (min-width: 1025px) {
  #footer .wrap {
    padding: 56px 48px 0;
    max-width: 1300px;
    width: 100%;
  }
}
#footer .footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #footer .footer-top-address {
    order: 2;
    margin: 25px 0 0;
    width: 100%;
  }
}
#footer .footer-top-address .logo {
  display: block;
  width: 166px;
  height: 32px;
}
@media screen and (min-width: 1025px) {
  #footer .footer-top-address .logo {
    margin: 13px 0 0;
    width: 187px;
    height: 36px;
  }
}
#footer .footer-top-address .logo img {
  width: 100%;
  height: auto;
}
#footer .footer-top-address address {
  margin: 15px 0 0;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.9;
}
@media screen and (min-width: 1025px) {
  #footer .footer-top-address address {
    margin: 16px 0 0;
    font-size: 1.3rem;
  }
}
#footer .footer-top .company-link {
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  #footer .footer-top .company-link {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer-top-menu {
    orphans: 1;
    width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  #footer .footer-top-menu {
    max-width: 350px;
  }
}
@media screen and (min-width: 1025px) {
  #footer .footer-top-menu {
    width: 350px;
  }
}
#footer .footer-top-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
}
#footer .footer-top-menu ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 600px) {
  #footer .footer-top-menu ul {
    padding: 15px 0 55px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  #footer .footer-top-menu ul {
    padding: 10px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  #footer .footer-top-menu ul {
    padding: 10px 0 0;
  }
}
#footer .footer-top-menu ul::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 600px) {
  #footer .footer-top-menu ul::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
  }
}
#footer .footer-top-menu ul li {
  margin: 0;
  width: 50%;
}
@media screen and (min-width: 1025px) {
  #footer .footer-top-menu ul li:nth-of-type(even) {
    padding: 0 0 0 24px;
  }
}
#footer .footer-bottom {
  margin-top: 55px;
  padding: 0 0 16px;
}
@media screen and (min-width: 1025px) {
  #footer .footer-bottom {
    margin-top: 30px;
    padding: 0 0 24px;
  }
}
#footer .footer-bottom-content {
  float: none;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
#footer .footer-bottom-content .source-org {
  display: flex;
  flex-direction: column;
}
#footer .footer-bottom-content small {
  font-size: 1.2rem;
}
#footer .footer-bottom-content a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

.body {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  background-color: #fff;
  color: #101010;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  .body {
    line-height: 1.9;
  }
}
.body:not(.front-top-page) .wrap {
  padding: 0 25px;
}
@media screen and (min-width: 1025px) {
  .body:not(.front-top-page) .wrap {
    padding: 0 50px;
    max-width: 1300px;
    width: 100%;
  }
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 50px 0 0;
}
@media screen and (min-width: 1025px) {
  .container {
    padding: 80px 0 0;
  }
}
.container.is-active {
  height: 100vh;
  overflow: hidden;
}

.main {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  background: none;
  border: none;
}

.content {
  margin-top: 0;
}

.archive .content-in ul {
  list-style: none;
  padding: 0;
}
.archive .content-in ul li {
  display: flex;
}
.archive .category-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 5px;
}
@media screen and (min-width: 1025px) {
  .archive .category-list {
    margin-bottom: 89px;
  }
}
.archive .category-list-item {
  width: calc(50% - 5px);
}
@media screen and (min-width: 1025px) {
  .archive .category-list-item {
    width: calc(20% - 5px);
  }
}
.archive .category-list-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #46beb3;
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .archive .category-list-item a {
    min-height: 20px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .archive .category-list-item a {
    min-height: 64px;
  }
}
.archive .category-list-item.none a {
  height: 0;
}
.archive .ect-entry-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.archive .ect-entry-card::after {
  content: "";
  display: block;
  width: 33.3333333333%;
}
.archive .ect-entry-card .entry-card-wrap {
  width: 100%;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .archive .ect-entry-card .entry-card-wrap {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .archive .ect-entry-card .entry-card-wrap {
    width: 33.3333333333%;
  }
}
.archive .ect-entry-card .entry-card {
  display: flex;
  flex-direction: column;
}
.archive .ect-entry-card .entry-card-thumb {
  position: relative;
  margin: 0 auto 10px;
  max-width: 320px;
  max-height: 180px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.archive .ect-entry-card .entry-card-thumb img {
  max-width: 100%;
  height: auto;
}
.archive .ect-entry-card .entry-card-content {
  margin-left: 0;
}

.single .related-list,
.archive .related-list {
  display: flex;
}
.single .related-entry-card,
.archive .related-entry-card {
  display: flex;
  flex-direction: column;
}
.single .related-entry-card-wrap,
.archive .related-entry-card-wrap {
  width: 33.3333333333%;
}
.single .related-entry-card-thumb,
.archive .related-entry-card-thumb {
  float: none;
  margin-top: 0;
  margin-right: 0;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .single .related-entry-card-title,
  .archive .related-entry-card-title {
    font-size: 1.2rem;
  }
}
.single .related-entry-card-content,
.archive .related-entry-card-content {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .single .related-entry-card-snippet,
  .archive .related-entry-card-snippet {
    display: none;
  }
}
.single .tag-cloud-link,
.archive .tag-cloud-link {
  color: #333;
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
  padding: 1px 5px;
  font-size: 12px;
  border: 1px solid #999;
  border-radius: 2px;
  word-break: break-all;
}

@media screen and (max-width: 600px) {
  .single p {
    line-height: 2 !important;
  }
}

@media screen and (min-width: 1025px) {
  .error404 .article {
    margin: 0 auto;
    max-width: 980px;
  }
}

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

@media screen and (min-width: 1025px) {
  .pc-hide {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .sp-hide {
    display: none;
  }
}

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

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

.pc-block {
  display: block;
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
  .pc-block {
    display: none;
  }
}

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

.tab-block {
  display: none;
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
  .tab-block {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .tab-block {
    display: none;
  }
}

.sp-block {
  display: none;
}

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

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.breadcrumbs {
  margin: 6px 0 30px !important;
  padding: 0 25px;
  font-size: 1.3rem;
}
@media screen and (min-width: 1025px) {
  .breadcrumbs {
    margin: 16px auto 76px !important;
    padding: 0 50px;
    max-width: 1300px;
    width: 100%;
  }
}

.breadcrumbs > span a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #979797;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .breadcrumbs > span a {
    font-size: 1.3rem;
  }
}
.breadcrumbs > span > span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #101010;
}
@media screen and (min-width: 1025px) {
  .breadcrumbs > span > span {
    font-size: 1.3rem;
  }
}

.breadcrumb-separate {
  margin: 0 0.5em;
  font-size: 1.2rem;
  color: #979797;
}
@media screen and (min-width: 1025px) {
  .breadcrumb-separate {
    font-size: 1.3rem;
  }
}

.c-contact {
  position: relative;
  margin: 50px 0 0;
  padding: 30px 0 50px;
  height: 420px;
  width: 100%;
  background: url(./images/common/ph_contact_01.jpg) no-repeat 28% 50%;
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  .c-contact {
    margin: 88px 0 0;
    padding: 60px 0 88px;
    height: 464px;
    background: url(./images/common/ph_contact_01.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
.c-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(97, 138, 187, 0.72);
  mix-blend-mode: multiply;
  z-index: 2;
}
.recruit .c-contact {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: auto;
}
.c-contact-wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 25px;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 1025px) {
  .c-contact-wrap {
    padding: 0 50px;
    max-width: 1300px;
  }
}
.c-contact-title {
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .c-contact-title {
    font-size: 3.2rem;
  }
}
.c-contact-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10%;
  height: 1px;
  background: #fff;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .c-contact-title::before {
    width: 25%;
  }
}
@media screen and (min-width: 1025px) {
  .c-contact-title::before {
    width: 20vw;
  }
}
.c-contact-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 10%;
  height: 1px;
  background: #fff;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .c-contact-title::after {
    width: 25%;
  }
}
@media screen and (min-width: 1025px) {
  .c-contact-title::after {
    width: 20vw;
  }
}
.c-contact .c-contact-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 25px auto 0;
}
@media screen and (min-width: 1025px) {
  .c-contact .c-contact-col {
    margin: auto;
  }
}
.c-contact .c-contact-col > div {
  margin: 0;
  padding: 15px 0 13px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 1025px) {
  .c-contact .c-contact-col > div {
    margin: 50px 0 0;
    padding: 30px 10px 41px;
    width: calc(50% - 4px);
  }
}
.c-contact .c-contact-col > div h3 {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #141414;
}
@media screen and (min-width: 1025px) {
  .c-contact .c-contact-col > div h3 {
    font-size: 2rem;
  }
}
.c-contact .c-contact-col > div h3 .font-en {
  font-size: 1.8rem;
}
@media screen and (min-width: 1025px) {
  .c-contact .c-contact-col > div h3 .font-en {
    font-size: 2.2rem;
  }
}
.c-contact .c-contact-col > div.web {
  margin: 10px 0 0;
  padding: 15px 25px 13px;
}
@media screen and (min-width: 1025px) {
  .c-contact .c-contact-col > div.web {
    margin: 50px 0 0;
    padding: 30px 80px 41px;
  }
}
.c-contact .tel address {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: bold;
  font-style: normal;
}
@media screen and (min-width: 1025px) {
  .c-contact .tel address {
    margin: 10px 0 0;
    height: 66px;
    font-size: 4.6rem;
  }
}
.c-contact .tel address span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
  width: 35px;
  height: 20px;
  background: #2b2b2b;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .c-contact .tel address span {
    margin: 0 17px 0 0;
    width: 53px;
    height: 27px;
    font-size: 1.6rem;
  }
}
.c-contact .tel address a {
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem !important;
  font-weight: bold;
  font-style: normal;
  color: #101010;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .c-contact .tel address a {
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .c-contact .tel address a {
    pointer-events: none;
    margin: 10px 0 0;
    height: 66px;
    font-size: 4.6rem !important;
  }
}
.c-contact .tel p {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .c-contact .tel p {
    margin: 5px 0 0;
    font-size: 1.5rem;
  }
}
.c-contact .web .contact {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 0;
  width: 100%;
  height: 70px;
  background: #46beb3;
  text-decoration: none;
  transition: opacity ease-in-out 0.3s;
}
@media screen and (min-width: 1025px) {
  .c-contact .web .contact {
    margin: 24px auto 0;
    width: 100%;
    height: 80px;
  }
}
.c-contact .web .contact::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border: 1px solid #fff;
}
.c-contact .web .contact .contact-link {
  position: relative;
  padding: 0 0 0 36px;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .c-contact .web .contact .contact-link {
    padding: 0 0 0 64px;
    font-size: 2.4rem;
  }
}
.c-contact .web .contact .contact-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 23px;
  height: 16px;
  background: url(./images/common/ico_mail_02.png) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (min-width: 1025px) {
  .c-contact .web .contact .contact-link::before {
    width: 32px;
    height: 23px;
  }
}
.c-contact .web .contact:hover {
  opacity: 0.8;
  color: #fff;
}

.home .header-kv h1 {
  display: block;
  position: absolute;
  top: 3.8020833333vw;
  left: 4.6875vw;
  width: 43.6458333333vw;
  height: 11.9791666667vw;
}
@media screen and (max-width: 600px) {
  .home .header-kv h1 {
    top: 9.6vw;
    left: 6.6666666667vw;
    width: 73.3333333333vw;
    height: 20.1333333333vw;
  }
}
.home .header-kv h1 img {
  width: 100%;
  height: auto;
}
.home .content {
  margin-top: 0;
  height: 100%;
}
.home .content-in {
  margin: 0;
  height: 100%;
}
.home .content-in.wrap {
  width: 100%;
}
.home .main {
  padding: 0;
}
.home .main-lead {
  margin: 0 auto;
  padding: 45px 0 60px;
  background: #f1f9f9;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .home .main-lead {
    padding: 96px 0 108px;
  }
}
.home .main-lead-wrap {
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (min-width: 1025px) {
  .home .main-lead-wrap {
    padding: 0 50px;
    width: 100%;
  }
}
.home .main-lead h2 {
  margin: 0 0 45px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #46beb3;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .home .main-lead h2 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .home .main-lead h2 {
    margin: 0 0 50px;
    font-size: 3.6rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}
.home .main-lead p {
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .home .main-lead p {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .home .main-lead p {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
  }
}
.home .main-lead p .font-en {
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .home .main-lead p .font-en {
    font-size: 1.8rem;
  }
}
.home .main-participation {
  margin: 50px auto 0;
  padding: 0 25px;
}
@media screen and (min-width: 1025px) {
  .home .main-participation {
    margin: 80px auto 0;
    padding: 0 50px;
    max-width: 1300px;
    width: 100%;
  }
}
.home .main-participation .participation-text {
  margin: 0 0 32px;
  padding: 0 0 16px;
  color: #46beb3;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  border-bottom: 1px solid #46beb3;
}
@media screen and (min-width: 1025px) {
  .home .main-participation .participation-text {
    margin: 0 0 36px;
    padding: 0 0 20px;
    font-size: 24px;
    line-height: 1.9;
  }
}
.home .main-participation .participation-bnr {
  width: 100%;
}
.home .main-participation .participation-bnr img {
  display: block;
  width: 100%;
  height: auto;
}
.home .main-info {
  padding: 50px 0;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .home .main-info {
    padding: 80px 0;
  }
}
.home .main-info-wrap {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (min-width: 1025px) {
  .home .main-info-wrap {
    padding: 0 50px;
    max-width: 1300px;
    width: 100%;
  }
}
.home .main-info-wrap h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #46beb3;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .home .main-info-wrap h2 {
    font-size: 3.2rem;
    font-weight: 500;
  }
}
.home .main-info-wrap .info-more {
  position: relative;
  margin: 20px auto 0;
  width: 80%;
  background: #46beb3;
  font-size: 1.3rem;
  color: #fff;
  border-radius: 0;
  height: 36px;
}
@media screen and (min-width: 1025px) {
  .home .main-info-wrap .info-more {
    margin: 30px auto 0;
    max-width: 561px;
    width: 100%;
    height: 60px;
    font-size: 2rem;
  }
}
.home .main-info-wrap .info-more::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-right: 0;
  border: 1px solid #fff;
}
@media screen and (min-width: 1025px) {
  .home .main-info-wrap .info-more::before {
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
  }
}
.home .main-info-list {
  margin: 17px auto 0;
  padding: 32px 10px 32px 22px;
  width: 100%;
  border-top: 2px solid #46beb3;
  border-bottom: 2px solid #46beb3;
}
@media screen and (min-width: 1025px) {
  .home .main-info-list {
    margin: 40px auto 0;
    padding: 34px 70px;
  }
}
.home .main-info-list ul {
  list-style: none;
  padding: 0;
}
.home .main-info-list li {
  display: flex;
  flex-direction: column;
  color: #46beb3;
}
@media screen and (min-width: 1025px) {
  .home .main-info-list li {
    flex-direction: row;
  }
}
.home .main-info-list li:nth-of-type(n + 2) {
  margin: 6px 0 0;
}
@media screen and (min-width: 1025px) {
  .home .main-info-list li:nth-of-type(n + 2) {
    margin: 24px 0 0;
  }
}
.home .main-info-list li .fa {
  margin: 0 0 0 0.5em;
}
.home .main-info-list .info-date {
  font-size: 1.2rem;
  color: #2b2b2b;
}
@media screen and (min-width: 1025px) {
  .home .main-info-list .info-date {
    margin: 0 160px 0 0;
    font-size: 1.6rem;
  }
}
.home .main-info-list .info-text {
  font-size: 1.4rem;
  color: #46beb3;
}
@media screen and (min-width: 1025px) {
  .home .main-info-list .info-text {
    font-size: 1.6rem;
  }
}
.home .main-movie {
  padding: 0 20px;
}
.home .main-movie .movie {
  margin: 0 auto 80px;
  width: 1040px;
}
@media screen and (max-width: 600px) {
  .home .main-movie .movie {
    margin: 0 auto 50px;
    width: 100%;
  }
}
.home .main-bnr {
  width: 100%;
}
.home .main-bnr-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: 100%;
}
.home .main-bnr-item {
  width: 50%;
  aspect-ratio: 4/3;
  min-height: 135px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .home .main-bnr-item {
    min-height: 288px;
  }
}
@media screen and (min-width: 1025px) {
  .home .main-bnr-item {
    width: 33.3333333333%;
  }
}
.no-webp .home .main-bnr-item:nth-of-type(1) .bnr-item-img {
  background: url(./images/top/ph_bnr_01.jpg?20221202) no-repeat 50% 50%;
  background-size: cover;
}
.webp .home .main-bnr-item:nth-of-type(1) .bnr-item-img {
  background: url(./images/top/ph_bnr_01.webp?20221202) no-repeat 50% 50%;
  background-size: cover;
}
.no-webp .home .main-bnr-item:nth-of-type(2) .bnr-item-img {
  background: url(./images/top/ph_bnr_02.jpg?20221202) no-repeat 50% 50%;
  background-size: cover;
}
.webp .home .main-bnr-item:nth-of-type(2) .bnr-item-img {
  background: url(./images/top/ph_bnr_02.webp?20221202) no-repeat 50% 50%;
  background-size: cover;
}
.no-webp .home .main-bnr-item:nth-of-type(3) .bnr-item-img {
  background: url(./images/top/ph_bnr_03.jpg?20221202) no-repeat 50% 50%;
  background-size: cover;
}
.webp .home .main-bnr-item:nth-of-type(3) .bnr-item-img {
  background: url(./images/top/ph_bnr_03.webp?20221202) no-repeat 50% 50%;
  background-size: cover;
}
.no-webp .home .main-bnr-item:nth-of-type(4) .bnr-item-img {
  background: url(./images/top/ph_bnr_04.jpg?20221202) no-repeat 50% 50%;
  background-size: cover;
}
.webp .home .main-bnr-item:nth-of-type(4) .bnr-item-img {
  background: url(./images/top/ph_bnr_04.webp?20221202) no-repeat 50% 50%;
  background-size: cover;
}
.no-webp .home .main-bnr-item:nth-of-type(5) .bnr-item-img {
  background: url(./images/top/ph_bnr_05.jpg?20221202) no-repeat 50% 50%;
  background-size: cover;
}
.webp .home .main-bnr-item:nth-of-type(5) .bnr-item-img {
  background: url(./images/top/ph_bnr_05.webp?20221202) no-repeat 50% 50%;
  background-size: cover;
}
.no-webp .home .main-bnr-item:nth-of-type(6) .bnr-item-img {
  background: url(./images/top/ph_bnr_06.jpg?20221202) no-repeat 50% 50%;
  background-size: cover;
}
.webp .home .main-bnr-item:nth-of-type(6) .bnr-item-img {
  background: url(./images/top/ph_bnr_06.webp?20221202) no-repeat 50% 50%;
  background-size: cover;
}
.home .main-bnr-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 2;
}
.home .main-bnr-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 9px;
  width: 32px;
  height: 7px;
  background: url(./images/common/arrow_02.png) no-repeat 50% 50%;
  background-size: contain;
  pointer-events: none;
  z-index: 3;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .home .main-bnr-item::after {
    width: 88px;
    height: 19px;
  }
}
@media screen and (min-width: 1025px) {
  .home .main-bnr-item::after {
    bottom: 1.875vw;
    right: 2.03125vw;
    width: 4.7395833333vw;
    height: 1.09375vw;
    background: url(./images/common/arrow_01.png) no-repeat 50% 50%;
    background-size: contain;
  }
}
@media screen and (min-width: 1025px) {
  .home .main-bnr-item:hover a {
    opacity: 1;
    transform: scale(1.15, 1.15);
  }
}
.home .main-bnr-item a {
  width: 100%;
  height: 100%;
  position: sticky;
  display: block;
}
@media screen and (min-width: 1025px) {
  .home .main-bnr-item a {
    transition: transform ease-in-out 0.3s;
  }
}
.home .main-bnr-item .main-bnr-title {
  position: absolute;
  left: 8px;
  bottom: 6px;
  z-index: 3;
  color: #fff;
  line-height: 1;
  font-size: 4vw;
  pointer-events: none;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .home .main-bnr-item .main-bnr-title {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .home .main-bnr-item .main-bnr-title {
    left: 1.5625vw;
    bottom: 0.8854166667vw;
    font-size: 1.6666666667vw;
    line-height: 1.75;
  }
}
.home .main-bnr-item .main-bnr-title .font-en {
  font-size: 4.1333333333vw;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .home .main-bnr-item .main-bnr-title .font-en {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .home .main-bnr-item .main-bnr-title .font-en {
    font-size: 1.7708333333vw;
  }
}
.home .c-contact {
  margin: 0;
}
.management-site {
  background-color: #fff;
  padding: 50px 0 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);}
@media screen and (min-width: 1025px) {
  .management-site {
    padding: 75px 0 0;
  }
}
.management-site .management-site-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #46beb3;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .management-site .management-site-title {
    font-size: 3.2rem;
    font-weight: 500;
  }
}
.management-site .management-site-title .font-en {
  font-size: 2.4rem;
}
@media screen and (min-width: 1025px) {
  .management-site .management-site-title .font-en {
    font-size: 3.4rem;
  }
}
.management-site .website-banner {
  display: flex;
  justify-content: space-between;
  margin: 15px auto 0;
  padding-left: 0;
}
@media screen and (min-width: 1025px) {
  .management-site .website-banner {
    flex-wrap: nowrap;
    margin: 38px 20px 0;
    gap: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .management-site .website-banner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .management-site .website-banner {
    flex-wrap: wrap;
  }
}
.management-site .website-banner-item {
  list-style: none;
  text-align: left;
  margin-bottom: 34px;
}
@media screen and (max-width: 1023px) {
  .management-site .website-banner-item {
    width: calc(50% - 3px);
  }
}
@media screen and (max-width: 600px) {
  .management-site .website-banner-item {
    width: calc(50% - 3px);
  }
}
@media screen and (min-width: 1025px) {
  .management-site .website-banner-item {
    margin-bottom: 0;
  }
}
.management-site .website-banner-item:last-of-type {
  margin-bottom: 0px;
}
.management-site .website-banner-item::after {
  content: "";
  display: block;
}
.management-site .website-banner-item .website-img {
  display: block;
  margin: 0 0 10px;
}
@media screen and (min-width: 1025px) {
  .management-site .website-banner-item .website-img {
    margin: 0 0 23px;
  }
}
.management-site .website-banner-item .website-img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.management-site .website-banner-item .website-cat {
  display: inline-block;
  margin: 0 4px 6px;
  padding: 6px;
  background-color: #46beb3;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .management-site .website-banner-item .website-cat {
    margin: 0 0 13px;
    padding: 10px;
    font-size: 13px;
  }
}
.management-site .website-banner-item .website-name {
  margin: 0 0 0 4px;
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1025px) {
  .management-site .website-banner-item .website-name {
    width: auto;
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.management-site .website-banner-item .website-name .space {
  margin: 0 0 0 14px;
}
@media screen and (max-width: 600px) {
  .management-site .website-banner-item .website-name .new-line {
    display: block;
    margin: 0;
  }
}
.management-site .website-banner-item .website-name .font-en {
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .management-site .website-banner-item .website-name .font-en {
    font-size: 1.6rem;
  }
}
.management-site.corporate-site .website-banner-item {
  position: relative;
}

.management-site.corporate-site .website-banner-item .website-cat {
  position: absolute;
  top: 11px;
  left: 11px;
  margin: 0;
  line-height: 1;
}

@media screen and (max-width: 600px) {
  .management-site.corporate-site .website-banner-item .website-cat {
    position: absolute;
    top: 4px;
    left: 4px;
    margin: 0;
  }
}

.management-site.corporate-site .website-banner-item .website-img {
  margin-bottom: 2rem;
  border: 0.2rem solid #dddddd;
}

.page-template-default:not(.front-top-page, .privacy-policy) .l-heading-3 {
  display: flex;
  align-items: center;
  margin: 0 -25px 17px;
  width: calc(100% + 50px);
  padding: 0 25px;
  height: 48px;
  background: #95e2da;
  font-size: 2rem;
}
@media screen and (min-width: 1025px) {
  .page-template-default:not(.front-top-page, .privacy-policy) .l-heading-3 {
    margin: 5px 0 29px;
    padding: 0 0 0 25px;
    height: 60px;
    width: 100%;
    font-size: 2.2rem;
  }
}
.page-template-default:not(.front-top-page, .privacy-policy) ul {
  padding-left: 0;
  list-style: none;
}
.page-template-default:not(.front-top-page, .privacy-policy) .mb20 {
  margin-bottom: 27px;
}
@media screen and (min-width: 1025px) {
  .page-template-default:not(.front-top-page, .privacy-policy) .mb20 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .page-template-default:not(.front-top-page, .privacy-policy) .svg-wrap {
    margin-bottom: 112px;
  }
  .page-template-default:not(.front-top-page, .privacy-policy) .svg-wrap.mb0 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .page-template-default:not(.front-top-page, .privacy-policy) .table-wrap {
    margin-bottom: 112px;
  }
}
.page-template-default:not(.front-top-page, .privacy-policy) .table-wrap table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.page-template-default:not(.front-top-page, .privacy-policy) .table-wrap tr {
  background: none;
}
.page-template-default:not(.front-top-page, .privacy-policy) .table-wrap th {
  padding: 20px 0;
  width: 25%;
  background: none;
  border-color: #a1a1a1;
  border-left: none;
  border-right: none;
  font-size: 1.5rem;
  text-align: left;
  vertical-align: top;
  line-height: 1.25;
}
@media screen and (min-width: 1025px) {
  .page-template-default:not(.front-top-page, .privacy-policy) .table-wrap th {
    width: 20%;
    padding: 30px 16px;
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
.page-template-default:not(.front-top-page, .privacy-policy) .table-wrap td {
  padding: 20px 0;
  width: 75%;
  border-color: #a1a1a1;
  border-left: none;
  border-right: none;
  font-size: 1.5rem;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .page-template-default:not(.front-top-page, .privacy-policy) .table-wrap td {
    padding: 30px 0;
    font-size: 1.6rem;
  }
}
.page-template-default:not(.front-top-page, .privacy-policy) .table-wrap td.top {
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  .page-template-default:not(.front-top-page, .privacy-policy) .table-wrap td.top {
    padding: 15px 0;
  }
}
.page-template-default:not(.front-top-page, .privacy-policy) .table-wrap td ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .page-template-default:not(.front-top-page, .privacy-policy) .table-wrap td ul {
    flex-direction: row;
  }
}
.page-template-default:not(.front-top-page, .privacy-policy) .table-wrap td ul li {
  margin: 10px 0 0;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 1025px) {
  .page-template-default:not(.front-top-page, .privacy-policy) .table-wrap td ul li {
    margin: 4px 0 0;
    width: 21%;
    padding-left: 2em;
    text-indent: -1em;
  }
}
.page-template-default:not(.front-top-page, .privacy-policy) .table-wrap td ul li.wide {
  width: auto;
}
.page-template-default:not(.front-top-page, .privacy-policy) .table-wrap td p {
  margin: 10px 0 0;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 1025px) {
  .page-template-default:not(.front-top-page, .privacy-policy) .table-wrap td p {
    margin: 4px 0 0;
  }
}
.page-template-default:not(.front-top-page, .privacy-policy) .table-wrap td .indent-wide {
  padding-left: 2em;
  text-indent: -2em;
}
.page-template-default:not(.front-top-page, .privacy-policy) .table-wrap td .td-link {
  text-decoration: none;
  color: #101010;
}
@media screen and (min-width: 1025px) {
  .page-template-default:not(.front-top-page, .privacy-policy) .table-wrap td .td-link {
    transition: opacity ease-in-out 0.3s;
  }
  .page-template-default:not(.front-top-page, .privacy-policy) .table-wrap td .td-link:hover {
    color: #46beb3;
  }
}
.page-template-default:not(.front-top-page, .privacy-policy) .table-wrap td .mb24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .page-template-default:not(.front-top-page, .privacy-policy) .table-wrap td .mt0 {
    margin-top: 0;
  }
}
.page-template-default:not(.front-top-page, .privacy-policy) .iframe-wrap {
  margin: 0 -25px 12px;
  width: calc(100% + 50px);
}
@media screen and (min-width: 1025px) {
  .page-template-default:not(.front-top-page, .privacy-policy) .iframe-wrap {
    margin: 0 auto;
    max-width: 1200px;
    max-height: 600px;
    width: 100%;
  }
}
.page-template-default:not(.front-top-page, .privacy-policy) .iframe-wrap iframe {
  width: 100%;
  vertical-align: top;
}
.page-template-default:not(.front-top-page, .privacy-policy) .map-btn {
  display: none;
}
@media screen and (min-width: 1025px) {
  .page-template-default:not(.front-top-page, .privacy-policy) .map-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 28px;
    width: 88px;
    height: 30px;
    font-size: 1.4rem;
    border: 1px solid #46beb3;
    text-decoration: none;
  }
  .page-template-default:not(.front-top-page, .privacy-policy) .map-btn:hover {
    color: #46beb3;
  }
}
@media screen and (min-width: 1025px) {
  .page-template-default:not(.front-top-page, .privacy-policy) .map-btn .fa {
    font-size: 1.8rem;
    margin-right: 10px;
  }
}
.page-template-default:not(.front-top-page, .privacy-policy) .access {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .page-template-default:not(.front-top-page, .privacy-policy) .access {
    margin-bottom: 112px;
  }
}
.page-template-default:not(.front-top-page, .privacy-policy) .access .station {
  margin: 28px 0 0;
}
@media screen and (min-width: 1025px) {
  .page-template-default:not(.front-top-page, .privacy-policy) .access .station {
    margin: 30px 0 0;
  }
}
.page-template-default:not(.front-top-page, .privacy-policy) .access .station li {
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .page-template-default:not(.front-top-page, .privacy-policy) .access .station li {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
.page-template-default:not(.front-top-page, .privacy-policy) .access .map-link {
  font-size: 1.4rem;
}
.page-template-default:not(.front-top-page, .privacy-policy) .office .office-img {
  display: flex;
  flex-wrap: wrap;
}
.page-template-default:not(.front-top-page, .privacy-policy) .office .office-img-item {
  margin: 0;
  width: 50%;
}
.page-template-default:not(.front-top-page, .privacy-policy) .office .office-img-item img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.single .content .wrap {
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (min-width: 1025px) {
  .single .content .wrap {
    padding: 0 50px;
    max-width: 1080px;
  }
}
.single .content .entry-content {
  padding: 0;
}
.single .content .entry-title {
  margin: 0 0 2em;
}
.single .content .eye-catch figure {
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .pager-post-navi {
    flex-direction: row;
    justify-content: space-between;
  }
}
.pager-post-navi::after {
  display: none;
}
.pager-post-navi .next-post {
  margin: 0 0 0 auto;
}

body.recruit .header-kv,
body.post-type-archive-recruit .header-kv,
body.recruit-template-default .header-kv {
  overflow: hidden;
}
body.recruit .header-kv .kv-title,
body.post-type-archive-recruit .header-kv .kv-title,
body.recruit-template-default .header-kv .kv-title {
  position: absolute;
  left: -2.4vw;
  bottom: 25.4666666667vw;
}
@media screen and (min-width: 1025px) {
  body.recruit .header-kv .kv-title,
  body.post-type-archive-recruit .header-kv .kv-title,
  body.recruit-template-default .header-kv .kv-title {
    left: -1.1979166667vw;
    bottom: 13.6458333333vw;
  }
}
body.recruit .header-kv .kv-title::before,
body.post-type-archive-recruit .header-kv .kv-title::before,
body.recruit-template-default .header-kv .kv-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 112vw;
  height: 21.8666666667vw;
  background: rgba(100, 228, 216, 0.9);
  mix-blend-mode: multiply;
  transform: rotate(-6deg);
}
@media screen and (min-width: 1025px) {
  body.recruit .header-kv .kv-title::before,
  body.post-type-archive-recruit .header-kv .kv-title::before,
  body.recruit-template-default .header-kv .kv-title::before {
    width: 49.7916666667vw;
    height: 13.0208333333vw;
  }
}
body.recruit .header-kv .kv-title-wrap,
body.post-type-archive-recruit .header-kv .kv-title-wrap,
body.recruit-template-default .header-kv .kv-title-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  padding: 0 0 0 4.9333333333vw;
  width: 112vw;
  height: 21.8666666667vw;
}
@media screen and (min-width: 1025px) {
  body.recruit .header-kv .kv-title-wrap,
  body.post-type-archive-recruit .header-kv .kv-title-wrap,
  body.recruit-template-default .header-kv .kv-title-wrap {
    justify-content: center;
    padding: 0;
    width: 49.7916666667vw;
    height: 13.0208333333vw;
  }
}
body.recruit .header-kv .kv-title h1,
body.post-type-archive-recruit .header-kv .kv-title h1,
body.recruit-template-default .header-kv .kv-title h1 {
  display: block;
  position: inherit;
  font-size: 3.8666666667vw;
  transform: rotate(-6deg);
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1025px) {
  body.recruit .header-kv .kv-title h1,
  body.post-type-archive-recruit .header-kv .kv-title h1,
  body.recruit-template-default .header-kv .kv-title h1 {
    font-size: 1.7708333333vw;
    letter-spacing: 0.15em;
  }
}
body.recruit .header-kv .kv-title span,
body.post-type-archive-recruit .header-kv .kv-title span,
body.recruit-template-default .header-kv .kv-title span {
  display: inline-block;
  position: relative;
  margin: 0 0.3125vw 0 0;
  color: rgba(0, 0, 0, 0);
  font-size: 4.5333333333vw;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1025px) {
  body.recruit .header-kv .kv-title span,
  body.post-type-archive-recruit .header-kv .kv-title span,
  body.recruit-template-default .header-kv .kv-title span {
    font-size: 2.03125vw;
  }
}
body.recruit .header-kv .kv-title span::before,
body.post-type-archive-recruit .header-kv .kv-title span::before,
body.recruit-template-default .header-kv .kv-title span::before {
  content: "未来への道";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(
    top,
    rgb(243, 218, 177) 0%,
    rgb(245, 206, 150) 60%,
    rgb(247, 196, 126) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  font-size: 4.5333333333vw;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1025px) {
  body.recruit .header-kv .kv-title span::before,
  body.post-type-archive-recruit .header-kv .kv-title span::before,
  body.recruit-template-default .header-kv .kv-title span::before {
    font-size: 2.03125vw;
  }
}
body.recruit .content,
body.post-type-archive-recruit .content,
body.recruit-template-default .content {
  overflow-x: hidden;
}
body.recruit #content-in,
body.post-type-archive-recruit #content-in,
body.recruit-template-default #content-in {
  max-width: none;
  padding: 0;
  width: 100%;
}
body.recruit .l-lead,
body.post-type-archive-recruit .l-lead,
body.recruit-template-default .l-lead {
  height: 341px;
  background: #f1f9f9;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  body.recruit .l-lead,
  body.post-type-archive-recruit .l-lead,
  body.recruit-template-default .l-lead {
    height: 402px;
  }
}
@media screen and (min-width: 1025px) {
  body.recruit .l-lead,
  body.post-type-archive-recruit .l-lead,
  body.recruit-template-default .l-lead {
    height: 402px;
  }
}
body.recruit .l-lead-wrap,
body.post-type-archive-recruit .l-lead-wrap,
body.recruit-template-default .l-lead-wrap {
  margin: 0 auto;
  padding: 8px 25px 0;
}
@media screen and (max-width: 1300px) and (min-width: 600px) {
  body.recruit .l-lead-wrap,
  body.post-type-archive-recruit .l-lead-wrap,
  body.recruit-template-default .l-lead-wrap {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
}
@media screen and (min-width: 1025px) {
  body.recruit .l-lead-wrap,
  body.post-type-archive-recruit .l-lead-wrap,
  body.recruit-template-default .l-lead-wrap {
    padding: 18px 0 0;
    max-width: 1200px;
  }
}
body.recruit .l-lead .breadcrumbs,
body.post-type-archive-recruit .l-lead .breadcrumbs,
body.recruit-template-default .l-lead .breadcrumbs {
  margin: 0 0 40px !important;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-lead .breadcrumbs,
  body.post-type-archive-recruit .l-lead .breadcrumbs,
  body.recruit-template-default .l-lead .breadcrumbs {
    margin: 0 0 80px !important;
  }
}
body.recruit .l-lead-heading,
body.post-type-archive-recruit .l-lead-heading,
body.recruit-template-default .l-lead-heading {
  display: block;
  margin-bottom: 32px;
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #46beb3;
  text-align: center;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  body.recruit .l-lead-heading,
  body.post-type-archive-recruit .l-lead-heading,
  body.recruit-template-default .l-lead-heading {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1025px) {
  body.recruit .l-lead-heading,
  body.post-type-archive-recruit .l-lead-heading,
  body.recruit-template-default .l-lead-heading {
    margin-bottom: 50px;
    font-size: 3.6rem;
  }
}
body.recruit .l-lead-text,
body.post-type-archive-recruit .l-lead-text,
body.recruit-template-default .l-lead-text {
  font-size: 1.4rem;
  text-align: left;
  line-height: 2;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  body.recruit .l-lead-text,
  body.post-type-archive-recruit .l-lead-text,
  body.recruit-template-default .l-lead-text {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  body.recruit .l-lead-text,
  body.post-type-archive-recruit .l-lead-text,
  body.recruit-template-default .l-lead-text {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
}
body.recruit .l-lead-text .font-en,
body.post-type-archive-recruit .l-lead-text .font-en,
body.recruit-template-default .l-lead-text .font-en {
  font-size: 1.5rem;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  body.recruit .l-lead-text .font-en,
  body.post-type-archive-recruit .l-lead-text .font-en,
  body.recruit-template-default .l-lead-text .font-en {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  body.recruit .l-lead-text .font-en,
  body.post-type-archive-recruit .l-lead-text .font-en,
  body.recruit-template-default .l-lead-text .font-en {
    font-size: 1.8rem;
  }
}
body.recruit .l-about,
body.post-type-archive-recruit .l-about,
body.recruit-template-default .l-about {
  margin-top: 60px;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about,
  body.post-type-archive-recruit .l-about,
  body.recruit-template-default .l-about {
    margin-top: 100px;
  }
}
body.recruit .l-about.wrap,
body.post-type-archive-recruit .l-about.wrap,
body.recruit-template-default .l-about.wrap {
  padding: 0 25px;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about.wrap,
  body.post-type-archive-recruit .l-about.wrap,
  body.recruit-template-default .l-about.wrap {
    margin-bottom: 180px;
    padding: 0 30px;
    max-width: 1260px;
    width: 100%;
  }
}
body.recruit .l-about .recruit-heading-3,
body.post-type-archive-recruit .l-about .recruit-heading-3,
body.recruit-template-default .l-about .recruit-heading-3 {
  display: flex;
  position: relative;
  align-items: center;
  margin: 32px 0 24px;
  padding: 0 0 0 13px;
  height: 44px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-heading-3,
  body.post-type-archive-recruit .l-about .recruit-heading-3,
  body.recruit-template-default .l-about .recruit-heading-3 {
    margin: 0 0 28px;
    padding: 0 0 0 28px;
    height: 56px;
    font-size: 2.2rem;
  }
}
body.recruit .l-about .recruit-heading-3::before,
body.post-type-archive-recruit .l-about .recruit-heading-3::before,
body.recruit-template-default .l-about .recruit-heading-3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #46beb3;
}
body.recruit .l-about .recruit-list,
body.post-type-archive-recruit .l-about .recruit-list,
body.recruit-template-default .l-about .recruit-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-list,
  body.post-type-archive-recruit .l-about .recruit-list,
  body.recruit-template-default .l-about .recruit-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
body.recruit .l-about .recruit-list .recruit-list-item,
body.post-type-archive-recruit .l-about .recruit-list .recruit-list-item,
body.recruit-template-default .l-about .recruit-list .recruit-list-item {
  width: 100%;
  margin-top: 103px;
}
body.recruit .l-about .recruit-list .recruit-list-item:nth-of-type(1),
body.post-type-archive-recruit .l-about .recruit-list .recruit-list-item:nth-of-type(1),
body.recruit-template-default .l-about .recruit-list .recruit-list-item:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-list .recruit-list-item,
  body.post-type-archive-recruit .l-about .recruit-list .recruit-list-item,
  body.recruit-template-default .l-about .recruit-list .recruit-list-item {
    width: calc((100% - 80px) / 2);
    margin-top: 80px;
  }
  body.recruit .l-about .recruit-list .recruit-list-item:nth-of-type(1),
  body.post-type-archive-recruit .l-about .recruit-list .recruit-list-item:nth-of-type(1),
  body.recruit-template-default .l-about .recruit-list .recruit-list-item:nth-of-type(1) {
    margin-top: 0;
  }
  body.recruit .l-about .recruit-list .recruit-list-item:nth-of-type(2),
  body.post-type-archive-recruit .l-about .recruit-list .recruit-list-item:nth-of-type(2),
  body.recruit-template-default .l-about .recruit-list .recruit-list-item:nth-of-type(2) {
    margin-top: 0;
  }
}
body.recruit .l-about .recruit-list .recruit-list-item a,
body.post-type-archive-recruit .l-about .recruit-list .recruit-list-item a,
body.recruit-template-default .l-about .recruit-list .recruit-list-item a {
  text-decoration: none;
  width: 100%;
}
body.recruit .l-about .recruit-list .recruit-list-item figure,
body.post-type-archive-recruit .l-about .recruit-list .recruit-list-item figure,
body.recruit-template-default .l-about .recruit-list .recruit-list-item figure {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-list .recruit-list-item figure,
  body.post-type-archive-recruit .l-about .recruit-list .recruit-list-item figure,
  body.recruit-template-default .l-about .recruit-list .recruit-list-item figure {
    max-width: 560px;
    width: 100%;
    height: 420px;
  }
}
body.recruit .l-about .recruit-list .recruit-list-item figure img,
body.post-type-archive-recruit .l-about .recruit-list .recruit-list-item figure img,
body.recruit-template-default .l-about .recruit-list .recruit-list-item figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}
body.recruit .l-about .recruit-list .recruit-list-item .recruit-list-title,
body.post-type-archive-recruit .l-about .recruit-list .recruit-list-item .recruit-list-title,
body.recruit-template-default .l-about .recruit-list .recruit-list-item .recruit-list-title {
  margin: 24px 0 0;
  color: #2a2a2a;
  font-size: 1.8rem;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-list .recruit-list-item .recruit-list-title,
  body.post-type-archive-recruit .l-about .recruit-list .recruit-list-item .recruit-list-title,
  body.recruit-template-default .l-about .recruit-list .recruit-list-item .recruit-list-title {
    margin: 26px 0 0;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
body.recruit .l-about .recruit-list .recruit-list-item p,
body.post-type-archive-recruit .l-about .recruit-list .recruit-list-item p,
body.recruit-template-default .l-about .recruit-list .recruit-list-item p {
  margin: 14px 0 0;
  color: #2a2a2a;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-list .recruit-list-item p,
  body.post-type-archive-recruit .l-about .recruit-list .recruit-list-item p,
  body.recruit-template-default .l-about .recruit-list .recruit-list-item p {
    margin: 12px 0 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
body.recruit .l-about .recruit-list .recruit-list-item .label-list,
body.post-type-archive-recruit .l-about .recruit-list .recruit-list-item .label-list,
body.recruit-template-default .l-about .recruit-list .recruit-list-item .label-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 20px 0 0;
}
body.recruit .l-about .recruit-list .recruit-list-item .label-list .label-list-item,
body.post-type-archive-recruit
  .l-about
  .recruit-list
  .recruit-list-item
  .label-list
  .label-list-item,
body.recruit-template-default
  .l-about
  .recruit-list
  .recruit-list-item
  .label-list
  .label-list-item {
  padding: 4px 12px 5px 12px;
  background-color: #46beb3;
  color: #fff;
  font-size: 1.3rem;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-list .recruit-list-item .label-list .label-list-item,
  body.post-type-archive-recruit
    .l-about
    .recruit-list
    .recruit-list-item
    .label-list
    .label-list-item,
  body.recruit-template-default
    .l-about
    .recruit-list
    .recruit-list-item
    .label-list
    .label-list-item {
    padding: 2px 14px 2px 14px;
    font-size: 1.2rem;
    max-width: 100%;
  }
}
body.recruit .l-about .recruit-type,
body.post-type-archive-recruit .l-about .recruit-type,
body.recruit-template-default .l-about .recruit-type {
  margin: 60px calc(50% - 50vw);
  width: 100vw;
  text-align: center;
  background-color: #e6f2f2;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-type,
  body.post-type-archive-recruit .l-about .recruit-type,
  body.recruit-template-default .l-about .recruit-type {
    margin: 100px 0 80px;
    width: 100%;
  }
}
body.recruit .l-about .recruit-type .recruit-type-title,
body.post-type-archive-recruit .l-about .recruit-type .recruit-type-title,
body.recruit-template-default .l-about .recruit-type .recruit-type-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
}
body.recruit .l-about .recruit-type .recruit-type-title::after,
body.post-type-archive-recruit .l-about .recruit-type .recruit-type-title::after,
body.recruit-template-default .l-about .recruit-type .recruit-type-title::after {
  content: "";
  margin: 0 0 0 15px;
  width: 0;
  height: 0;
  border-left: 8.5px solid transparent;
  border-right: 8.5px solid transparent;
  border-top: 6px solid #46beb3;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-type .recruit-type-title,
  body.post-type-archive-recruit .l-about .recruit-type .recruit-type-title,
  body.recruit-template-default .l-about .recruit-type .recruit-type-title {
    font-size: 2.4rem;
    letter-spacing: 0.01em;
  }
  body.recruit .l-about .recruit-type .recruit-type-title::after,
  body.post-type-archive-recruit .l-about .recruit-type .recruit-type-title::after,
  body.recruit-template-default .l-about .recruit-type .recruit-type-title::after {
    content: none;
  }
}
body.recruit .l-about .recruit-type .accordion-content,
body.post-type-archive-recruit .l-about .recruit-type .accordion-content,
body.recruit-template-default .l-about .recruit-type .accordion-content {
  display: none;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-type .accordion-content,
  body.post-type-archive-recruit .l-about .recruit-type .accordion-content,
  body.recruit-template-default .l-about .recruit-type .accordion-content {
    display: block;
  }
}
body.recruit .l-about .recruit-type .recruit-type-list,
body.post-type-archive-recruit .l-about .recruit-type .recruit-type-list,
body.recruit-template-default .l-about .recruit-type .recruit-type-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 25px 14px;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-type .recruit-type-list,
  body.post-type-archive-recruit .l-about .recruit-type .recruit-type-list,
  body.recruit-template-default .l-about .recruit-type .recruit-type-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    padding: 0 25px 28px;
  }
}
body.recruit .l-about .recruit-type .recruit-type-list .recruit-type-name,
body.post-type-archive-recruit .l-about .recruit-type .recruit-type-list .recruit-type-name,
body.recruit-template-default .l-about .recruit-type .recruit-type-list .recruit-type-name {
  list-style: none;
  font-weight: bold;
  background-color: #46beb3;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-type .recruit-type-list .recruit-type-name,
  body.post-type-archive-recruit .l-about .recruit-type .recruit-type-list .recruit-type-name,
  body.recruit-template-default .l-about .recruit-type .recruit-type-list .recruit-type-name {
    width: calc((100% - 12px) / 2);
    text-align: left;
  }
}
body.recruit .l-about .recruit-type .recruit-type-list .recruit-type-name a,
body.post-type-archive-recruit .l-about .recruit-type .recruit-type-list .recruit-type-name a,
body.recruit-template-default .l-about .recruit-type .recruit-type-list .recruit-type-name a {
  display: block;
  padding: 10px 20px;
  width: 100%;
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-type .recruit-type-list .recruit-type-name a,
  body.post-type-archive-recruit .l-about .recruit-type .recruit-type-list .recruit-type-name a,
  body.recruit-template-default .l-about .recruit-type .recruit-type-list .recruit-type-name a {
    padding: 12px 20px;
    font-size: 1.8rem;
  }
}
body.recruit .l-about .recruit-type .recruit-type-list .recruit-type-name.is-current,
body.post-type-archive-recruit
  .l-about
  .recruit-type
  .recruit-type-list
  .recruit-type-name.is-current,
body.recruit-template-default
  .l-about
  .recruit-type
  .recruit-type-list
  .recruit-type-name.is-current {
  background-color: #fff;
  border: 1px solid #46beb3;
}
body.recruit .l-about .recruit-type .recruit-type-list .recruit-type-name.is-current a,
body.post-type-archive-recruit
  .l-about
  .recruit-type
  .recruit-type-list
  .recruit-type-name.is-current
  a,
body.recruit-template-default
  .l-about
  .recruit-type
  .recruit-type-list
  .recruit-type-name.is-current
  a {
  text-decoration: none;
  color: #46beb3;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-type .recruit-type-list .recruit-type-name.is-current,
  body.post-type-archive-recruit
    .l-about
    .recruit-type
    .recruit-type-list
    .recruit-type-name.is-current,
  body.recruit-template-default
    .l-about
    .recruit-type
    .recruit-type-list
    .recruit-type-name.is-current {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  body.recruit .l-about .recruit-type .recruit-type-list .recruit-type-name.is-current a,
  body.post-type-archive-recruit
    .l-about
    .recruit-type
    .recruit-type-list
    .recruit-type-name.is-current
    a,
  body.recruit-template-default
    .l-about
    .recruit-type
    .recruit-type-list
    .recruit-type-name.is-current
    a {
    position: relative;
    padding-left: 40px;
  }
  body.recruit .l-about .recruit-type .recruit-type-list .recruit-type-name.is-current a::before,
  body.post-type-archive-recruit
    .l-about
    .recruit-type
    .recruit-type-list
    .recruit-type-name.is-current
    a::before,
  body.recruit-template-default
    .l-about
    .recruit-type
    .recruit-type-list
    .recruit-type-name.is-current
    a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #46beb3;
  }
}
body.recruit .l-about .recruit-eye_catch,
body.post-type-archive-recruit .l-about .recruit-eye_catch,
body.recruit-template-default .l-about .recruit-eye_catch {
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  body.recruit .l-about .recruit-eye_catch,
  body.post-type-archive-recruit .l-about .recruit-eye_catch,
  body.recruit-template-default .l-about .recruit-eye_catch {
    margin: 0 -25px 80px;
    width: 100vw;
  }
}
body.recruit .l-about .recruit-eye_catch figure,
body.post-type-archive-recruit .l-about .recruit-eye_catch figure,
body.recruit-template-default .l-about .recruit-eye_catch figure {
  text-align: center;
}
body.recruit .l-about .recruit-eye_catch img,
body.post-type-archive-recruit .l-about .recruit-eye_catch img,
body.recruit-template-default .l-about .recruit-eye_catch img {
  vertical-align: top;
}
body.recruit .l-about .recruit-eye_catch figcaption,
body.post-type-archive-recruit .l-about .recruit-eye_catch figcaption,
body.recruit-template-default .l-about .recruit-eye_catch figcaption {
  margin-top: 36px;
  padding: 0;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  body.recruit .l-about .recruit-eye_catch figcaption,
  body.post-type-archive-recruit .l-about .recruit-eye_catch figcaption,
  body.recruit-template-default .l-about .recruit-eye_catch figcaption {
    margin: 20px 25px 0;
    padding: 0;
    font-size: 1.5rem;
  }
}
body.recruit .l-about .recruit-appeal,
body.post-type-archive-recruit .l-about .recruit-appeal,
body.recruit-template-default .l-about .recruit-appeal {
  margin-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-appeal,
  body.post-type-archive-recruit .l-about .recruit-appeal,
  body.recruit-template-default .l-about .recruit-appeal {
    margin-bottom: 160px;
  }
}
body.recruit .l-about .recruit-appeal .recruit-appeal-item,
body.post-type-archive-recruit .l-about .recruit-appeal .recruit-appeal-item,
body.recruit-template-default .l-about .recruit-appeal .recruit-appeal-item {
  margin-bottom: 80px;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-appeal .recruit-appeal-item,
  body.post-type-archive-recruit .l-about .recruit-appeal .recruit-appeal-item,
  body.recruit-template-default .l-about .recruit-appeal .recruit-appeal-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
  }
  body.recruit .l-about .recruit-appeal .recruit-appeal-item:nth-of-type(2n),
  body.post-type-archive-recruit .l-about .recruit-appeal .recruit-appeal-item:nth-of-type(2n),
  body.recruit-template-default .l-about .recruit-appeal .recruit-appeal-item:nth-of-type(2n) {
    flex-flow: row-reverse;
  }
  body.recruit .l-about .recruit-appeal .recruit-appeal-item:nth-of-type(2n) .text-area,
  body.post-type-archive-recruit
    .l-about
    .recruit-appeal
    .recruit-appeal-item:nth-of-type(2n)
    .text-area,
  body.recruit-template-default
    .l-about
    .recruit-appeal
    .recruit-appeal-item:nth-of-type(2n)
    .text-area {
    margin-left: 0;
    margin-right: 40px;
  }
}
body.recruit .l-about .recruit-appeal .recruit-appeal-item figure,
body.post-type-archive-recruit .l-about .recruit-appeal .recruit-appeal-item figure,
body.recruit-template-default .l-about .recruit-appeal .recruit-appeal-item figure {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-appeal .recruit-appeal-item figure,
  body.post-type-archive-recruit .l-about .recruit-appeal .recruit-appeal-item figure,
  body.recruit-template-default .l-about .recruit-appeal .recruit-appeal-item figure {
    max-width: 500px;
    max-height: 375px;
  }
}
body.recruit .l-about .recruit-appeal .recruit-appeal-item figure img,
body.post-type-archive-recruit .l-about .recruit-appeal .recruit-appeal-item figure img,
body.recruit-template-default .l-about .recruit-appeal .recruit-appeal-item figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}
body.recruit .l-about .recruit-appeal .recruit-appeal-item .text-area,
body.post-type-archive-recruit .l-about .recruit-appeal .recruit-appeal-item .text-area,
body.recruit-template-default .l-about .recruit-appeal .recruit-appeal-item .text-area {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-appeal .recruit-appeal-item .text-area,
  body.post-type-archive-recruit .l-about .recruit-appeal .recruit-appeal-item .text-area,
  body.recruit-template-default .l-about .recruit-appeal .recruit-appeal-item .text-area {
    width: 55%;
    margin-left: 40px;
  }
}
body.recruit .l-about .recruit-appeal .recruit-appeal-item .text-area .title,
body.post-type-archive-recruit .l-about .recruit-appeal .recruit-appeal-item .text-area .title,
body.recruit-template-default .l-about .recruit-appeal .recruit-appeal-item .text-area .title {
  margin-top: 32px;
  color: #2a2a2a;
  font-size: 2rem;
  line-height: 1.45;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-appeal .recruit-appeal-item .text-area .title,
  body.post-type-archive-recruit .l-about .recruit-appeal .recruit-appeal-item .text-area .title,
  body.recruit-template-default .l-about .recruit-appeal .recruit-appeal-item .text-area .title {
    margin-top: 36px;
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
body.recruit .l-about .recruit-appeal .recruit-appeal-item .text-area p,
body.post-type-archive-recruit .l-about .recruit-appeal .recruit-appeal-item .text-area p,
body.recruit-template-default .l-about .recruit-appeal .recruit-appeal-item .text-area p {
  margin-top: 12px;
  color: #2a2a2a;
  font-size: 1.6rem;
  line-height: 1.8 !important;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-appeal .recruit-appeal-item .text-area p,
  body.post-type-archive-recruit .l-about .recruit-appeal .recruit-appeal-item .text-area p,
  body.recruit-template-default .l-about .recruit-appeal .recruit-appeal-item .text-area p {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-table,
  body.post-type-archive-recruit .l-about .recruit-table,
  body.recruit-template-default .l-about .recruit-table {
    margin-bottom: 112px;
  }
}
body.recruit .l-about .recruit-table table,
body.post-type-archive-recruit .l-about .recruit-table table,
body.recruit-template-default .l-about .recruit-table table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
body.recruit .l-about .recruit-table tr,
body.post-type-archive-recruit .l-about .recruit-table tr,
body.recruit-template-default .l-about .recruit-table tr {
  background: none;
}
body.recruit .l-about .recruit-table th,
body.post-type-archive-recruit .l-about .recruit-table th,
body.recruit-template-default .l-about .recruit-table th {
  padding: 15px 15px 15px 0;
  width: 25%;
  background: none;
  border-color: #a1a1a1;
  border-left: none;
  border-right: none;
  font-size: 1.5rem;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-table th,
  body.post-type-archive-recruit .l-about .recruit-table th,
  body.recruit-template-default .l-about .recruit-table th {
    width: 20%;
    padding: 30px;
    font-size: 1.6rem;
  }
}
body.recruit .l-about .recruit-table td,
body.post-type-archive-recruit .l-about .recruit-table td,
body.recruit-template-default .l-about .recruit-table td {
  padding: 15px 0;
  width: 75%;
  border-color: #a1a1a1;
  border-left: none;
  border-right: none;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-table td,
  body.post-type-archive-recruit .l-about .recruit-table td,
  body.recruit-template-default .l-about .recruit-table td {
    padding: 30px 0;
    font-size: 1.6rem;
  }
}
body.recruit .l-about .recruit-flow,
body.post-type-archive-recruit .l-about .recruit-flow,
body.recruit-template-default .l-about .recruit-flow {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-flow,
  body.post-type-archive-recruit .l-about .recruit-flow,
  body.recruit-template-default .l-about .recruit-flow {
    flex-direction: row;
  }
}
body.recruit .l-about .recruit-flow li,
body.post-type-archive-recruit .l-about .recruit-flow li,
body.recruit-template-default .l-about .recruit-flow li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: #46beb3;
  color: #fff;
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-flow li,
  body.post-type-archive-recruit .l-about .recruit-flow li,
  body.recruit-template-default .l-about .recruit-flow li {
    width: 20%;
    height: 64px;
    font-size: 1.6rem;
  }
}
body.recruit .l-about .recruit-flow li:nth-of-type(n + 2),
body.post-type-archive-recruit .l-about .recruit-flow li:nth-of-type(n + 2),
body.recruit-template-default .l-about .recruit-flow li:nth-of-type(n + 2) {
  margin: 46px 0 0;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-flow li:nth-of-type(n + 2),
  body.post-type-archive-recruit .l-about .recruit-flow li:nth-of-type(n + 2),
  body.recruit-template-default .l-about .recruit-flow li:nth-of-type(n + 2) {
    margin: 0 0 0 6.7%;
  }
}
body.recruit .l-about .recruit-flow li:nth-of-type(n + 2)::before,
body.post-type-archive-recruit .l-about .recruit-flow li:nth-of-type(n + 2)::before,
body.recruit-template-default .l-about .recruit-flow li:nth-of-type(n + 2)::before {
  content: "";
  display: block;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: rotate(90deg) translateX(-50%);
  width: 9px;
  height: 20px;
  background: url(./images/common/ico_flow_01.svg) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (min-width: 1025px) {
  body.recruit .l-about .recruit-flow li:nth-of-type(n + 2)::before,
  body.post-type-archive-recruit .l-about .recruit-flow li:nth-of-type(n + 2)::before,
  body.recruit-template-default .l-about .recruit-flow li:nth-of-type(n + 2)::before {
    top: 50%;
    left: -20%;
    transform: translateY(-50%);
  }
}
body.recruit .l-about .recruit-flow li span,
body.post-type-archive-recruit .l-about .recruit-flow li span,
body.recruit-template-default .l-about .recruit-flow li span {
  margin: 0 0 0 0.5em;
  font-size: 1.4rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
body.recruit .supplement,
body.post-type-archive-recruit .supplement,
body.recruit-template-default .supplement {
  display: block;
  margin: 17px 0 0;
  font-size: 1.2rem;
  color: #656565;
}
@media screen and (min-width: 1025px) {
  body.recruit .supplement,
  body.post-type-archive-recruit .supplement,
  body.recruit-template-default .supplement {
    margin: 17px 0 0 auto;
    font-size: 1.4rem;
    text-align: right;
  }
}

@media screen and (max-width: 600px) {
  .post-type-archive-info .archive-title {
    font-size: 2rem;
  }
}
.post-type-archive-info .info-list {
  margin: 17px auto 0;
  padding: 32px 20px !important;
  width: 100%;
  border-top: 2px solid #46beb3;
  border-bottom: 2px solid #46beb3;
}
@media screen and (min-width: 1025px) {
  .post-type-archive-info .info-list {
    margin: 40px auto 0;
    padding: 34px 70px !important;
  }
}
.post-type-archive-info .info-list ul {
  list-style: none;
  padding: 0;
}
.post-type-archive-info .info-list li {
  display: flex;
  flex-direction: column;
  color: #46beb3;
}
@media screen and (min-width: 1025px) {
  .post-type-archive-info .info-list li {
    flex-direction: row;
  }
}
.post-type-archive-info .info-list li:nth-of-type(n + 2) {
  margin: 8px 0 0;
}
@media screen and (min-width: 1025px) {
  .post-type-archive-info .info-list li:nth-of-type(n + 2) {
    margin: 24px 0 0;
  }
}
.post-type-archive-info .info-list li span {
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .post-type-archive-info .info-list li span {
    font-size: 1.6rem;
  }
}
.post-type-archive-info .info-list li .info-date {
  font-size: 1.2rem;
  color: #2b2b2b;
}
@media screen and (min-width: 1025px) {
  .post-type-archive-info .info-list li .info-date {
    margin: 0 160px 0 0;
    font-size: 1.6rem;
  }
}
.post-type-archive-info .info-list li .info-text {
  font-size: 1.4rem;
  color: #46beb3;
}
@media screen and (min-width: 1025px) {
  .post-type-archive-info .info-list li .info-text {
    font-size: 1.6rem;
  }
}
.post-type-archive-info .info-list li .fa {
  margin: 0 0 0 0.5em;
}

body.contact .article,
body.contact .mw_wp_form,
body.confirm .article,
body.confirm .mw_wp_form,
body.thanks .article,
body.thanks .mw_wp_form {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  body.contact .breadcrumbs,
  body.confirm .breadcrumbs,
  body.thanks .breadcrumbs {
    margin: 18px auto 67px !important;
  }
}
body.contact .table-wrap,
body.confirm .table-wrap,
body.thanks .table-wrap {
  margin: 0;
  margin-bottom: 0 !important;
}
body.contact .entry-content,
body.confirm .entry-content,
body.thanks .entry-content {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  body.contact .entry-content,
  body.confirm .entry-content,
  body.thanks .entry-content {
    padding: 0 50px;
    max-width: 1080px;
  }
}
body.contact .entry-content .date-tags,
body.confirm .entry-content .date-tags,
body.thanks .entry-content .date-tags {
  margin-bottom: 0;
}
body.contact .entry-content h2,
body.confirm .entry-content h2,
body.thanks .entry-content h2 {
  display: flex;
  align-items: center;
  margin: 0 -25px 20px;
  width: calc(100% + 50px);
  padding: 0 25px;
  height: 59px;
  background: #95e2da;
  font-size: 1.5rem;
  color: #2a2a2a;
}
@media screen and (min-width: 1025px) {
  body.contact .entry-content h2,
  body.confirm .entry-content h2,
  body.thanks .entry-content h2 {
    margin: 0 0 22px;
    padding: 0 0 0 26px;
    width: 100%;
    font-size: 2.2rem;
  }
}
body.contact .entry-content p,
body.confirm .entry-content p,
body.thanks .entry-content p {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  body.contact .entry-content p,
  body.confirm .entry-content p,
  body.thanks .entry-content p {
    margin-bottom: 18px;
  }
}
body.contact #contact tr,
body.confirm #contact tr,
body.thanks #contact tr {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-bottom: 1px solid #a1a1a1;
  font-size: 1.5rem;
  background: none !important;
}
@media screen and (min-width: 1025px) {
  body.contact #contact tr,
  body.confirm #contact tr,
  body.thanks #contact tr {
    padding: 0;
    flex-direction: row;
    font-size: 1.6rem;
  }
}
body.contact #contact th,
body.confirm #contact th,
body.thanks #contact th {
  padding: 16px 0 0;
  border: none;
  width: 100%;
  background: none;
  vertical-align: top;
  text-align: left;
  font-size: 1.5rem;
  color: #101010;
  font-weight: normal;
}
@media screen and (min-width: 1025px) {
  body.contact #contact th,
  body.confirm #contact th,
  body.thanks #contact th {
    padding: 24px 0;
    width: 30%;
    font-size: 1.6rem;
  }
}
body.contact #contact th strong,
body.confirm #contact th strong,
body.thanks #contact th strong {
  vertical-align: middle;
}
body.contact #contact td,
body.confirm #contact td,
body.thanks #contact td {
  padding: 10px 0 16px;
  width: 100%;
  border: none;
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) {
  body.contact #contact td,
  body.confirm #contact td,
  body.thanks #contact td {
    padding: 24px 0;
    width: 70%;
    font-size: 1.6rem;
  }
}
body.contact #contact td .error,
body.confirm #contact td .error,
body.thanks #contact td .error {
  margin-top: 8px;
  color: #f56262;
}
body.contact #contact .required,
body.confirm #contact .required,
body.thanks #contact .required {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 16px;
  margin: 0 0 0 10px;
  background: #f56262;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  body.contact #contact .required,
  body.confirm #contact .required,
  body.thanks #contact .required {
    width: 46px;
    height: 20px;
    margin: 0 0 0 17px;
    font-size: 1.2rem;
  }
}
body.contact #contact .type,
body.contact #contact .preferred,
body.confirm #contact .type,
body.confirm #contact .preferred,
body.thanks #contact .type,
body.thanks #contact .preferred {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.contact #contact .type .horizontal-item,
body.contact #contact .preferred .horizontal-item,
body.confirm #contact .type .horizontal-item,
body.confirm #contact .preferred .horizontal-item,
body.thanks #contact .type .horizontal-item,
body.thanks #contact .preferred .horizontal-item {
  width: 33.3333333333%;
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  body.contact #contact .type .horizontal-item,
  body.contact #contact .preferred .horizontal-item,
  body.confirm #contact .type .horizontal-item,
  body.confirm #contact .preferred .horizontal-item,
  body.thanks #contact .type .horizontal-item,
  body.thanks #contact .preferred .horizontal-item {
    line-height: 2;
  }
}
body.contact #contact .text .error,
body.confirm #contact .text .error,
body.thanks #contact .text .error {
  margin-top: 0;
  color: #f56262;
}
body.contact #contact textarea,
body.confirm #contact textarea,
body.thanks #contact textarea {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 1025px) {
  body.contact #contact textarea,
  body.confirm #contact textarea,
  body.thanks #contact textarea {
    width: 81%;
  }
}
body.contact #contact textarea::placeholder,
body.confirm #contact textarea::placeholder,
body.thanks #contact textarea::placeholder {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) {
  body.contact #contact textarea::placeholder,
  body.confirm #contact textarea::placeholder,
  body.thanks #contact textarea::placeholder {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  body.contact #contact input[type="radio"],
  body.confirm #contact input[type="radio"],
  body.thanks #contact input[type="radio"] {
    margin-right: 15px;
  }
}
body.contact #contact input[type="text"],
body.confirm #contact input[type="text"],
body.thanks #contact input[type="text"] {
  font-family: "Noto Serif JP", serif;
}
body.contact #contact input[type="text"]::placeholder,
body.confirm #contact input[type="text"]::placeholder,
body.thanks #contact input[type="text"]::placeholder {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) {
  body.contact #contact input[type="text"]::placeholder,
  body.confirm #contact input[type="text"]::placeholder,
  body.thanks #contact input[type="text"]::placeholder {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  body.contact #contact input[type="text"],
  body.confirm #contact input[type="text"],
  body.thanks #contact input[type="text"] {
    width: 81%;
  }
}
body.contact #contact input[type="email"],
body.confirm #contact input[type="email"],
body.thanks #contact input[type="email"] {
  font-family: "Noto Serif JP", serif;
}
body.contact #contact input[type="email"]::placeholder,
body.confirm #contact input[type="email"]::placeholder,
body.thanks #contact input[type="email"]::placeholder {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) {
  body.contact #contact input[type="email"]::placeholder,
  body.confirm #contact input[type="email"]::placeholder,
  body.thanks #contact input[type="email"]::placeholder {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  body.contact #contact input[type="email"],
  body.confirm #contact input[type="email"],
  body.thanks #contact input[type="email"] {
    width: 81%;
  }
}
@media screen and (max-width: 600px) {
  body.contact #contact .mwform-tel-field input[type="text"],
  body.confirm #contact .mwform-tel-field input[type="text"],
  body.thanks #contact .mwform-tel-field input[type="text"] {
    width: 30%;
  }
}
@media screen and (min-width: 1025px) {
  body.contact #contact .mwform-tel-field input[type="text"],
  body.confirm #contact .mwform-tel-field input[type="text"],
  body.thanks #contact .mwform-tel-field input[type="text"] {
    width: auto;
  }
}
body.contact .privacy,
body.confirm .privacy,
body.thanks .privacy {
  text-align: left;
}
@media screen and (max-width: 600px) {
  body.contact .privacy,
  body.confirm .privacy,
  body.thanks .privacy {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  body.contact .privacy,
  body.confirm .privacy,
  body.thanks .privacy {
    text-align: center !important;
  }
}
body.contact .privacy a,
body.confirm .privacy a,
body.thanks .privacy a {
  color: #46beb3;
}
body.contact .btn-col,
body.confirm .btn-col,
body.thanks .btn-col {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  body.contact .btn-col,
  body.confirm .btn-col,
  body.thanks .btn-col {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  body.contact .return-btn,
  body.confirm .return-btn,
  body.thanks .return-btn {
    order: 2;
  }
  body.contact .return-btn input,
  body.confirm .return-btn input,
  body.thanks .return-btn input {
    margin-top: 6px !important;
    margin-bottom: 0 !important;
  }
}
body.contact .return-btn input,
body.confirm .return-btn input,
body.thanks .return-btn input {
  color: #000;
  background: #ccc !important;
}
@media screen and (min-width: 1025px) {
  body.contact .return-btn input,
  body.confirm .return-btn input,
  body.thanks .return-btn input {
    margin-bottom: 0 !important;
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  body.contact .submit-btn,
  body.confirm .submit-btn,
  body.thanks .submit-btn {
    order: 1;
  }
}
body.contact .return-btn input,
body.contact .submit-btn input,
body.confirm .return-btn input,
body.confirm .submit-btn input,
body.thanks .return-btn input,
body.thanks .submit-btn input {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0;
  width: 240px;
  height: 48px;
  background: #46beb3;
  font-size: 1.5rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  border-radius: 0;
  border: none;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  body.contact .return-btn input,
  body.contact .submit-btn input,
  body.confirm .return-btn input,
  body.confirm .submit-btn input,
  body.thanks .return-btn input,
  body.thanks .submit-btn input {
    margin: 46px auto 0;
  }
}
@media screen and (min-width: 1025px) {
  body.contact .return-btn input,
  body.contact .submit-btn input,
  body.confirm .return-btn input,
  body.confirm .submit-btn input,
  body.thanks .return-btn input,
  body.thanks .submit-btn input {
    margin: 64px auto 0;
    width: 320px;
    height: 64px;
    font-size: 1.6rem;
    transition: opacity ease-in-out 0.3s;
  }
  body.contact .return-btn input:hover,
  body.contact .submit-btn input:hover,
  body.confirm .return-btn input:hover,
  body.confirm .submit-btn input:hover,
  body.thanks .return-btn input:hover,
  body.thanks .submit-btn input:hover {
    opacity: 0.7;
  }
}
body.contact .search-edit,
body.contact input[type="text"],
body.contact input[type="password"],
body.contact input[type="date"],
body.contact input[type="datetime"],
body.contact input[type="email"],
body.contact input[type="number"],
body.contact input[type="search"],
body.contact input[type="tel"],
body.contact input[type="time"],
body.contact input[type="url"],
body.contact textarea,
body.contact select,
body.confirm .search-edit,
body.confirm input[type="text"],
body.confirm input[type="password"],
body.confirm input[type="date"],
body.confirm input[type="datetime"],
body.confirm input[type="email"],
body.confirm input[type="number"],
body.confirm input[type="search"],
body.confirm input[type="tel"],
body.confirm input[type="time"],
body.confirm input[type="url"],
body.confirm textarea,
body.confirm select,
body.thanks .search-edit,
body.thanks input[type="text"],
body.thanks input[type="password"],
body.thanks input[type="date"],
body.thanks input[type="datetime"],
body.thanks input[type="email"],
body.thanks input[type="number"],
body.thanks input[type="search"],
body.thanks input[type="tel"],
body.thanks input[type="time"],
body.thanks input[type="url"],
body.thanks textarea,
body.thanks select {
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  body.contact .search-edit,
  body.contact input[type="text"],
  body.contact input[type="password"],
  body.contact input[type="date"],
  body.contact input[type="datetime"],
  body.contact input[type="email"],
  body.contact input[type="number"],
  body.contact input[type="search"],
  body.contact input[type="tel"],
  body.contact input[type="time"],
  body.contact input[type="url"],
  body.contact textarea,
  body.contact select,
  body.confirm .search-edit,
  body.confirm input[type="text"],
  body.confirm input[type="password"],
  body.confirm input[type="date"],
  body.confirm input[type="datetime"],
  body.confirm input[type="email"],
  body.confirm input[type="number"],
  body.confirm input[type="search"],
  body.confirm input[type="tel"],
  body.confirm input[type="time"],
  body.confirm input[type="url"],
  body.confirm textarea,
  body.confirm select,
  body.thanks .search-edit,
  body.thanks input[type="text"],
  body.thanks input[type="password"],
  body.thanks input[type="date"],
  body.thanks input[type="datetime"],
  body.thanks input[type="email"],
  body.thanks input[type="number"],
  body.thanks input[type="search"],
  body.thanks input[type="tel"],
  body.thanks input[type="time"],
  body.thanks input[type="url"],
  body.thanks textarea,
  body.thanks select {
    font-size: 1.5rem;
  }
}

body.confirm .privacy {
  display: none;
}

body.thanks .mb-0 {
  margin-bottom: 0 !important;
}

.privacy {
  text-align: left !important;
}
@media screen and (max-width: 600px) {
  .privacy p {
    line-height: 2 !important;
  }
}
.privacy .breadcrumbs {
  text-align: left !important;
}
@media screen and (max-width: 600px) {
  .privacy .breadcrumbs {
    margin-bottom: 48px !important;
  }
}
.privacy .content-in {
  text-align: left;
}
.privacy .content-in .l-heading-3 {
  margin-bottom: 7px;
  font-size: 1.5rem;
  color: #101010;
}
@media screen and (min-width: 1025px) {
  .privacy .content-in .l-heading-3 {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}
.privacy .content-in p {
  margin-bottom: 26px;
}
@media screen and (min-width: 1025px) {
  .privacy .content-in p {
    margin-bottom: 36px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  .message p {
    line-height: 2 !important;
  }
}
.message .content {
  overflow-x: hidden;
}
.message #content-in {
  max-width: none;
  padding: 0;
  width: 100%;
}
.message .l-lead {
  background: #f1f9f9;
}
.message .l-lead-wrap {
  margin: 0 auto;
  padding: 8px 25px 56px;
}
@media screen and (min-width: 1025px) {
  .message .l-lead-wrap {
    padding: 18px 50px 105px;
    max-width: 1300px;
  }
}
.message .l-lead .breadcrumbs {
  margin: 0 0 40px !important;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .message .l-lead .breadcrumbs {
    margin: 0 0 80px !important;
  }
}
.message .l-lead-heading {
  display: block;
  margin-bottom: 32px;
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #46beb3;
  text-align: center;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .message .l-lead-heading {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .message .l-lead-heading {
    margin-bottom: 50px;
    font-size: 3.6rem;
  }
}
.message .l-lead-text {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .message .l-lead-text {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .message .l-lead-text {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
}
.message .message-content {
  margin: 48px auto 0;
}
@media screen and (min-width: 1025px) {
  .message .message-content {
    margin: 75px auto 0;
    padding: 0 50px;
    max-width: 1080px;
    width: 100%;
  }
}
.message .name {
  margin: 50px 0 0;
  text-align: right;
  font-size: 2rem;
}
@media screen and (min-width: 1025px) {
  .message .name {
    margin: 80px 0 0;
    font-size: 2.4rem;
  }
}
.message .name .post {
  display: inline-block;
  margin: 0 12px 0 0;
  font-size: 1.3rem;
}
@media screen and (min-width: 1025px) {
  .message .name .post {
    margin: 0 16px 0 0;
    font-size: 1.4rem;
  }
}

.service {
  overflow-x: hidden;
}
.service #content-in {
  max-width: none;
  padding: 0;
}
.service .l-lead {
  background: #f1f9f9;
}
.service .l-lead-wrap {
  margin: 0 auto;
  padding: 8px 25px 56px;
}
@media screen and (min-width: 1025px) {
  .service .l-lead-wrap {
    padding: 18px 50px 105px;
    max-width: 1300px;
  }
}
.service .l-lead .breadcrumbs {
  margin: 0 0 40px !important;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .service .l-lead .breadcrumbs {
    margin: 0 0 80px !important;
  }
}
.service .l-lead-heading {
  display: block;
  margin-bottom: 32px;
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #46beb3;
  text-align: center;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .service .l-lead-heading {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .service .l-lead-heading {
    margin-bottom: 50px;
    font-size: 3.6rem;
  }
}
.service .l-lead-text {
  font-size: 1.4rem;
  text-align: left;
  line-height: 2;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .service .l-lead-text {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .service .l-lead-text {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
}
.service .l-content .l-content-column {
  display: flex;
}
@media screen and (max-width: 600px) {
  .service .l-content .l-content-column {
    flex-direction: column;
  }
}
.service .l-content .l-content-column > * {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .service .l-content .l-content-column > * {
    width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .service .l-content .l-content-column.reverse .img-item {
    order: 2;
  }
  .service .l-content .l-content-column.reverse .text-item {
    order: 1;
  }
}
@media screen and (min-width: 1025px) {
  .service .l-content .l-content-column.reverse .img-item {
    order: 2;
  }
  .service .l-content .l-content-column.reverse .text-item {
    order: 1;
  }
}
.service .l-content .img-item {
  margin: 0;
}
.service .l-content .img-item img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.service .l-content .text-item {
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .service .l-content .text-item {
    padding: 22px 25px 46px;
  }
}
.service .l-content .text-item .heading {
  margin: 0;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #46beb3;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .service .l-content .text-item .heading {
    font-size: 2.6rem;
  }
}
.service .l-content .text-item .sentence {
  margin: 14px 0 0;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .service .l-content .text-item .sentence {
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .service .l-content .text-item .sentence {
    text-align: center;
    margin: 20px 0 0;
    font-size: 1.6rem;
  }
}

.features {
  background: #f1f9f9;
}
.features #content-in {
  max-width: none;
  padding: 0;
}
.features .anchor-nav {
  margin: 0 auto 34px;
  padding: 0 78px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .features .anchor-nav {
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  .features .anchor-nav {
    display: flex;
    margin: 0 auto 104px;
    padding: 0 50px;
    max-width: 1300px;
  }
}
.features .anchor-nav ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.features .anchor-nav ul.nav-top {
  justify-content: space-between;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .features .anchor-nav ul.nav-top {
    width: 60%;
  }
  .features .anchor-nav ul.nav-top li {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1025px) {
  .features .anchor-nav ul.nav-top {
    width: 60%;
  }
  .features .anchor-nav ul.nav-top li {
    width: 33.3333333333%;
  }
}
.features .anchor-nav ul.nav-bottom {
  justify-content: space-evenly;
}
@media screen and (max-width: 600px) {
  .features .anchor-nav ul.nav-bottom {
    margin-top: 5px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .features .anchor-nav ul.nav-bottom {
    width: 40%;
  }
  .features .anchor-nav ul.nav-bottom li {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .features .anchor-nav ul.nav-bottom {
    width: 40%;
  }
  .features .anchor-nav ul.nav-bottom li {
    width: 50%;
  }
}
.features .anchor-nav ul li {
  padding: 0;
  width: auto;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .features .anchor-nav ul li:nth-of-type(n + 4) {
    margin: 5px 0 0;
  }
}
.features .anchor-nav ul a {
  position: relative;
  padding-right: 15px;
  font-size: 17px;
  font-weight: 600;
  color: #46beb3;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .features .anchor-nav ul a {
    padding-right: 2.6041666667vw;
    padding-left: 0.78125vw;
    padding-bottom: 10px;
    font-size: 1.875vw;
  }
}
.features .anchor-nav ul a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 5px;
  background: url(./images/common/ico_triangle_01.png) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (min-width: 1025px) {
  .features .anchor-nav ul a::before {
    top: 40%;
    right: 0.78125vw;
    width: 0.8854166667vw;
    height: 0.5208333333vw;
  }
}
.features .anchor-nav ul a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #46beb3;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform ease-in-out 0.3s;
}
@media screen and (min-width: 1025px) {
  .features .anchor-nav ul a:hover {
    color: #46beb3;
    opacity: 1;
  }
  .features .anchor-nav ul a:hover::after {
    transform: scale(1, 1);
  }
}
.features .section-img {
  position: relative;
  overflow: hidden;
  margin: 0 0 60px;
  width: 100%;
  height: 75vw;
}
@media screen and (min-width: 1025px) {
  .features .section-img {
    margin: 0 0 174px;
    height: 40.8333333333vw;
  }
}
.features .section-img.first h2::before {
  content: "勇気";
}
.features .section-img.second h2::before {
  content: "挑戦";
}
.features .section-img.third h2::before {
  content: "夢";
}
.features .section-img.fourth h2::before {
  content: "仲間";
}
.features .section-img.fifth {
  margin: 0;
}
.features .section-img.fifth h2::before {
  content: "未来";
}
.features .section-img .colorbox {
  position: relative;
  height: 100%;
}
.features .section-img .colorbox picture {
  display: block;
  width: 100%;
  height: 100%;
}
.features .section-img .colorbox picture img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.features .section-img .section-title {
  position: absolute;
  left: -2.4vw;
  bottom: 32vw;
}
@media screen and (min-width: 1025px) {
  .features .section-img .section-title {
    left: -1.09375vw;
    bottom: 13.0208333333vw;
  }
}
.features .section-img .section-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 142.6666666667vw;
  height: 27.0666666667vw;
  background: rgba(56, 177, 159, 0.7);
  transform: rotate(-6deg);
}
@media screen and (min-width: 1025px) {
  .features .section-img .section-title::before {
    width: 55.7291666667vw;
    height: 13.0208333333vw;
  }
}
.features .section-img .section-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  padding: 9.3333333333vw 0 0 9.6vw;
  width: 142.6666666667vw;
  height: 27.0666666667vw;
}
@media screen and (min-width: 1025px) {
  .features .section-img .section-title-wrap {
    padding: 5.2083333333vw 0 0 4.1666666667vw;
    width: 55.7291666667vw;
    height: 13.0208333333vw;
  }
}
.features .section-img .section-title h2 {
  display: inline-block;
  position: relative;
  color: rgba(0, 0, 0, 0);
  font-size: 5.0666666667vw;
  letter-spacing: 0.15em;
  transform: rotate(-6deg);
  line-height: 1;
  text-shadow: 0 0 5px rgba(30, 30, 30, 0.9);
}
@media screen and (min-width: 1025px) {
  .features .section-img .section-title h2 {
    font-size: 2.03125vw;
    letter-spacing: 0.15em;
  }
}
.features .section-img .section-title h2::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(
    top,
    rgb(243, 218, 177) 0%,
    rgb(245, 206, 150) 60%,
    rgb(247, 196, 126) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  font-size: 5.0666666667vw;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .features .section-img .section-title h2::before {
    font-size: 2.03125vw;
  }
}
.features .section-img .section-title p {
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #fff;
  transform: translate(4px, -4px) rotate(-6deg);
  line-height: 1.75;
  letter-spacing: 0.15em;
  text-shadow: 0 0 5px rgba(30, 30, 30, 0.9);
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .features .section-img .section-title p {
    transform: translate(6px, -6px) rotate(-6deg);
  }
}
@media screen and (min-width: 1025px) {
  .features .section-img .section-title p {
    margin: -0.2604166667vw 0 0;
    font-size: 1.4583333333vw;
  }
}
.features .section-img .section-title p.ex {
  transform: translate(6px, -6px) rotate(-6deg);
}
@media screen and (min-width: 1025px) {
  .features .section-img .section-title p.ex {
    transform: translate(4px, -4px) rotate(-6deg);
  }
}
