@charset "UTF-8";
html {
 scroll-behavior: smooth;
 scroll-padding-top: 120px;
}
@media screen and (max-width: 900px) {
 html {
  scroll-padding-top: 110px;
 }
}
body {
 font-family: "Noto Sans JP", sans-serif;
 line-height: 1;
 color: #020202;
 font-style: normal;
 background-color: #FFF;
 letter-spacing: 0;
}
main {
 overflow: hidden;
}
/*
@media screen and (max-width: 768px) {
 body {
  padding-bottom: calc(85px + env(safe-area-inset-bottom));
 }
}
*/
/* iOS対策を含めたスクロール固定 */
body.no-scroll {
 overflow: hidden;
 height: 100%;
}
/* 主に改行に使用 */
@media screen and (min-width: 769px) {
 .pcnone {
  display: none !important;
 }
}
@media screen and (max-width: 768px) {
 .spnone {
  display: none !important;
 }
}
/*トップへ戻る*/
#page-top a {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 60px;
 height: 60px;
 aspect-ratio: 1/1;
 background-color: #FF6700;
 border-radius: 50%;
 border: 2px solid #fff;
 background-image: url("../img/arrow_up.svg");
 background-repeat: no-repeat;
 background-position: center;
 background-size: 15px 12px;
 bottom: 20px;
 position: fixed;
 right: 20px;
 z-index: 10000;
 transition: background-position 0.3s ease, background-color 0.3s, border-color 0.3s;
-webkit-tap-highlight-color: transparent;
}
#page-top a:hover {
 background-color: #ffffff;
 border-color: #FF6700;
 background-image: url("../img/arrow_right-orange.svg");
 background-position: right 12px center;
 transform: rotate(-90deg);
 display: inline-block;
}
@media screen and (max-width: 768px) {
#page-top a {
 bottom: 70px;
 right: 10px;
transform: none;
    }
#page-top a:hover {
 background-color: #ffffff;
 border-color: #FF6700;
 background-image: url("../img/arrow_right-orange.svg");
 background-position: right 12px center;
 transform: rotate(-90deg);
 display: inline-block;
}
}
.fade {
 transition: 0.3s ease-in-out;
}
.fade:hover {
 opacity: 0.8;
 filter: alpha(opacity=80);
 -ms-filter: "alpha(opacity=70)";
}
/* 共通クラス */
.flex-between {
 position: relative;
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 100%;
}
.flex-start {
 display: flex;
 justify-content: flex-start;
 align-items: center;
}
.relative {
 position: relative;
}
.content1 {
 width: clamp(331px, 88.26vw, 840px);
 margin: 0 auto;
}
.content2 {
 width: clamp(331px, 88.26vw, 1000px);
 margin: 0 auto;
}
@media screen and (max-width: 768px) {
.content1 {
width: 88.26%;
}
.content2 {
    width: 88.26%;
}
}
.mgb80 {
 margin-bottom: 80px;
}
/* パンくずリスト */
.breadcrumb {
 position: absolute;
 bottom: -25px;
 right: 0;
 z-index: 2;
 background: transparent;
}
div.breadcrumb nav ol {
 display: flex;
 justify-content: flex-start;
 align-items: flex-start;
 gap: 10px;
}
div.breadcrumb nav ol li {
 display: flex;
 justify-content: center;
 align-items: center;
}
div.breadcrumb nav ol li:nth-child(1), div.breadcrumb nav ol li:nth-child(2) {
 white-space: nowrap;
}
div.breadcrumb nav ol li a, div.breadcrumb nav ol li {
 color: #333;
 text-overflow: ellipsis;
 font-size: 16px;
 font-weight: 500;
 line-height: 150%;
}
div.breadcrumb nav ol li a:hover {
 opacity: 0.5;
}
div.breadcrumb nav ol li:not(:last-child)::after {
 content: "";
 display: block;
 width: 7.5px;
 height: 6px;
 flex-shrink: 0;
 aspect-ratio: 5/4;
 background-image: url("../img/arrow_right-orange.svg");
 background-repeat: no-repeat;
 background-size: contain;
 margin-left: 10px;
}
div.breadcrumb nav ol li a[aria-current=page] {
 display: -webkit-box;
 max-width: 380px;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 1;
 overflow: hidden;
/* color: #333;*/
 text-overflow: ellipsis;
/*
 font-size: 16px;
 font-weight: 500;
 line-height: 150%;
*/
 text-decoration: none;
 pointer-events: none;
}
@media screen and (max-width: 768px) {
 .breadcrumb {
  bottom: -88px;
  right: auto;
  left: 0;
 }
 div.breadcrumb nav ol {
  flex-wrap: nowrap;
    overflow: hidden;
     gap: 8px;
 }
 div.breadcrumb nav ol li {
  display: inline;
  white-space: normal;
 }
 div.breadcrumb nav ol li:not(:last-child)::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7.5px;
  height: 6px;
  margin-left: 8px;
 }
 div.breadcrumb nav ol li a, div.breadcrumb nav ol li {
  font-size: 1.4rem;
  font-weight: 500;
 }
 div.breadcrumb nav ol li:last-child {
  flex: 1;
  min-width: 0;
  display: inline;
 }
 div.breadcrumb nav ol li a[aria-current=page] {
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
/*
     font-size: 1.4rem;
  font-weight: 500;
*/
 }
}
/*採用のパンくず*/
div.breadcrumb.rec-breadcrumb {
 position: relative;
 bottom: 47px;
 right: 0;
 z-index: 5;
 width: clamp(331px, 92vw, 1000px);
 margin: 0 auto;
}
div.breadcrumb.rec-breadcrumb nav ol {
 justify-content: flex-end;
}
div.breadcrumb.rec-breadcrumb nav ol li:not(:last-child)::after {
 content: "";
 display: block;
 width: 7.5px;
 height: 6px;
 flex-shrink: 0;
 aspect-ratio: 5/4;
 background-image: url("../img/arrow_right.svg");
 background-repeat: no-repeat;
 background-size: contain;
 margin-left: 10px;
}
div.breadcrumb.rec-breadcrumb nav ol li a, div.breadcrumb.rec-breadcrumb nav ol li {
 color: #fff;
}
@media screen and (max-width: 768px) {
 div.breadcrumb.rec-breadcrumb {
  position: absolute;
  bottom: -27px;
  right: auto;
  left: 5.86%;
  z-index: 3;
  background: transparent;
 }
 div.breadcrumb.rec-breadcrumb nav ol li:not(:last-child)::after {
  background-image: url("../img/arrow_right-orange.svg");
 }
 div.breadcrumb.rec-breadcrumb nav ol li a, div.breadcrumb.rec-breadcrumb nav ol li {
  color: #333;
 }
     div.breadcrumb.rec-breadcrumb nav ol li {
  display: inline-flex;
  white-space: normal;
         justify-content: flex-start;
 }

}
/*見出し*/
.hgroup1 {
 display: flex;
 flex-direction: column;
 gap: 4px;
 flex-shrink: 0;
}
.hgroup1.center {
 text-align: center;
}
.hgroup1.center p {
 justify-content: center;
}
.hgroup1 p {
 display: flex;
 align-items: center;
 gap: 8px;
 color: #FF6700;
 font-family: "LINE Seed JP", sans-serif;
 font-size: 16px;
 font-weight: 400;
 line-height: 130%;
}
.hgroup1 p span {
 width: 8px;
 height: 8px;
 aspect-ratio: 1/1;
 border-radius: 50%;
 background-color: #FF6700;
}
.hgroup1 h2 {
 color: #333;
 font-size: 32px;
 font-weight: 700;
 line-height: 130%;
 /* 41.6px */
}
.hgroup1.yellow p {
 display: flex;
 align-items: center;
 gap: 8px;
 color: #FF0;
 font-family: "LINE Seed JP", sans-serif;
 font-size: 16px;
 font-weight: 400;
 line-height: 130%;
}
.hgroup1.yellow p span {
 width: 8px;
 height: 8px;
 aspect-ratio: 1/1;
 border-radius: 50%;
 background-color: #FF0;
}
.hgroup1.yellow h2 {
 color: #fff;
 font-size: 32px;
 font-weight: 700;
 line-height: 130%;
 /* 41.6px */
}
hgroup.subpage-top {
 display: flex;
 flex-direction: column;
 position: relative;
 width: 100%;
}
hgroup.subpage-top::after {
 content: "";
 position: absolute;
 bottom: -21px;
 right: -123px;
 width: 70px;
 height: 70px;
 background-image: url(../img/decoration_yellow-top_message.svg);
 background-size: contain;
 background-position: center;
 background-repeat: no-repeat;
 z-index: 2;
 overflow: hidden;
}
hgroup.subpage-top h2 {
 position: absolute;
 top: 96px;
 color: #FFFFFF;
 font-size: 40px;
 font-weight: 700;
 line-height: 150%;
}
hgroup.subpage-top p {
 white-space: nowrap;
 color: #FF8533;
 font-family: "LINE Seed JP", sans-serif;
 font-size: 120px;
 font-weight: 400;
 line-height: 130%;
 margin: 0;
}
.subpage-h3 {
 display: flex;
 flex-direction: column;
 align-items: center;
 text-align: center;
 gap: 4px;
}
.subpage-h3 p {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 8px;
 color: #FF6700;
 font-family: "LINE Seed JP", sans-serif;
 font-size: 16px;
 font-weight: 400;
 line-height: 130%;
}
.subpage-h3 p span {
 width: 8px;
 height: 8px;
 aspect-ratio: 1/1;
 border-radius: 50%;
 background-color: #FF6700;
}
.subpage-h3 h3 {
 color: #333;
 font-size: 32px;
 font-weight: 700;
 line-height: 130%;
}
@media screen and (max-width: 768px) {
 .hgroup1.center {
  text-align: center;
 }
 .hgroup1.center p {
  justify-content: center;
 }
 .hgroup1.center.sp-left {
  text-align: left;
 }
 .hgroup1.center.sp-left p {
  justify-content: flex-start;
 }
 .hgroup1 p {
  gap: 6px;
  font-size: 1.4rem;
  line-height: 130%;
 }
 .hgroup1 p span {
  width: 6px;
  height: 6px;
 }
 .hgroup1 h2 {
  font-size: 2.4rem;
 }
 .hgroup1.yellow p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FF0;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 130%;
 }
 .hgroup1.yellow p span {
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FF0;
 }
 .hgroup1.yellow h2 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
  /* 41.6px */
 }
 hgroup.subpage-top::after {
  content: "";
  position: absolute;
  bottom: -53px;
  right: 0;
  width: 50px;
  height: 50px;
  background-image: url(../img/decoration_yellow-top_message.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  overflow: hidden;
 }
 hgroup.subpage-top h2 {
  position: absolute;
  top: 47px;
  color: #FFFFFF;
  font-size: 2.4rem;
  line-height: 130%;
 }
 hgroup.subpage-top p {
  font-size: 6rem;
 }
 .subpage-h3 p {
  gap: 6px;
  font-size: 1.4rem;
 }
 .subpage-h3 p span {
  width: 6px;
  height: 6px;
 }
 .subpage-h3 h3 {
  font-size: 2.4rem;
 }
}
.btn {
 width: 280px;
 height: 60px;
 margin: 0 auto;
}
.btn a {
 display: flex;
 align-items: center;
 justify-content: space-between;
 width: 100%;
 height: 100%;
 padding: 0 10px 0 30px;
 background-color: #FF6700;
 border-radius: 32px;
 color: #FFFFFF;
 font-size: 18px;
 font-weight: 700;
 line-height: 130%;
 transition: background-color 0.3s ease;
    -webkit-tap-highlight-color: transparent;
}
.btn a span {
 position: relative;
 display: block;
 width: 40px;
 height: 40px;
 border: 1px solid #fff;
 border-radius: 50%;
 box-sizing: border-box;
 background-color: transparent;
 background-image: url("../img/arrow_right.svg");
 background-repeat: no-repeat;
 background-position: center center;
 background-size: 10px 8px;
 transition: background-color 0.3s ease, background-position 0.3s ease, background-image 0.3s ease;
}
.btn a:hover {
 opacity: 0.8;
}
.btn a:hover span {
 background-color: #FFFFFF;
 background-image: url("../img/arrow_right-orange.svg");
 background-position: 60% center;
}
@media screen and (max-width: 768px) {
 .btn {
  width: 280px;
  height: 50px;
  margin: 0 auto;
 }
 .btn a {
  padding: 0 10px 0 25px;
  border-radius: 25px;
  font-size: 1.6rem;
  transition: background-color 0.3s ease;
 }
 .btn a span {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: transparent;
  background-image: url("../img/arrow_right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7.5px 6px;
  transition: background-color 0.3s ease, background-position 0.3s ease, background-image 0.3s ease;
 }
 .btn a:hover {
  opacity: 0.8;
 }
 .btn a:hover span {
  background-color: #FFFFFF;
  background-image: url("../img/arrow_right-orange.svg");
  background-position: 60% center;
 }
}
/*header*/
header {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 6;
}
.header-inner {
 width: 100%;
 max-width: 1440px;
 margin: 0 auto;
 padding: 0 20px;
 align-items: flex-start;
}
.logo {
 
 border-radius: 0 0 20px 20px;
 background: #FFFFFF;
 box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.logo a {
 width: 100%;
 height: 100%;
display: inline-flex;
 padding: 30px;
 flex-direction: column;
 align-items: center;
 gap: 4px;
    -webkit-tap-highlight-color: transparent;
}
.logo a:hover {
    opacity: 0.7;
}
.logo a p {
 color: #333;
 text-align: center;
 font-size: 20px;
 font-weight: 500;
 line-height: 130%;
}
.logo a img {
 width: clamp(107px, 19.444vw, 171px);
 height: clamp(40px, 7.222vw, 63px);
}
@media screen and (max-width: 980px) {
 .header-inner {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 10px 0 0;
  align-items: flex-start;
 }
 .logo {
  position: relative;
  z-index: 10;
  height: 100px;
  border-radius: 0 0 15px 0;
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
 }
 .logo a {
       padding: 15px 15px 20px 15px;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 100%;
  display: inline-flex;
     text-align: center;
 }
 .logo a p {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
 }
 .logo a img {
  width: 119.574px;
  height: 48.594px;
 }
 .header-right {
  display: none;
 }
}
.global-nav {
 display: inline-flex;
 align-items: center;
 justify-content: space-between;
 background-color: #ffffff;
 margin-top: 20px;
 height: 80px;
 padding: 15px 15px 15px 45px;
 gap: 30px;
 border-radius: 15px;
 box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.nav-list {
 display: flex;
 align-items: center;
 gap: 30px;
 list-style: none;
 margin: 0;
 padding: 0;
}
.nav-list .nav-item > a {
 display: flex;
 align-items: center;
 gap: 5px;
 color: #333;
 font-size: 18px;
 font-weight: 500;
 line-height: 150%;
 transition: color 0.2s ease;
}
.nav-list .nav-item > a:hover {
 color: #FF6700;
}
.nav-list .nav-item .has-dropdown-arrow {
 background-image: url("../img/arrow_under2.svg");
 display: block;
 width: 12px;
 height: 27px;
 background-size: contain;
 background-position: center;
 background-repeat: no-repeat;
}
.nav-item.has-dropdown {
 position: relative;
}
.nav-item.has-dropdown:hover .dropdown-menu {
 opacity: 1;
 visibility: visible;
 transform: translateX(-50%) translateY(0);
}
.nav-item.has-dropdown:hover .arrow {
 transform: rotate(180deg);
}
@media screen and (max-width: 1115px) {
 .global-nav {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  margin-top: 20px;
  height: 80px;
  padding: 10px 20px 15px;
  gap: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
 }
 .nav-list {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
 }
 .nav-list .nav-item > a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  transition: color 0.2s ease;
 }
 .nav-list .nav-item > a:hover {
  color: #FF6700;
 }
 .nav-list .nav-item .has-dropdown-arrow {
  background-image: url("../img/arrow_under2.svg");
  display: block;
  width: 12px;
  height: 27px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
 }
 .nav-item.has-dropdown {
  position: relative;
 }
 .nav-item.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
 }
 .nav-item.has-dropdown:hover .arrow {
  transform: rotate(180deg);
 }
}
.dropdown-menu {
 position: absolute;
 top: 100%;
 left: 50%;
 transform: translateX(-50%) translateY(10px);
 margin-top: 35px;
 width: 168px;
 background-color: #ffffff;
 padding: 20px;
 border-radius: 15px;
 z-index: 5;
 opacity: 0;
 visibility: hidden;
 transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
 list-style: none;
 display: flex;
 flex-direction: column;
 gap: 10px;
}
.dropdown-menu li {
 text-align: left;
}
.dropdown-menu li a {
 color: #333;
 font-size: 16px;
 font-weight: 500;
 line-height: 150%;
 transition: color 0.2s ease;
}
.dropdown-menu li a:hover {
 color: #FF6700;
}
.nav-buttons {
 display: flex;
 align-items: center;
 gap: 10px;
}
.nav-buttons a {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 8px;
 height: 48px;
 padding: 0 20px 0 15px;
 border-radius: 5px;
 color: #FFF;
 font-weight: 700;
 line-height: 130%;
 transition: opacity 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}
.nav-buttons a:hover {
 opacity: 0.9;
}
.nav-buttons a .icon {
 display: inline-block;
 display: inline-flex;
 width: 30px;
 height: 30px;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 gap: 10px;
 border-radius: 15px;
 background: #FFF;
    transition: transform 0.2s ease;
}
.nav-buttons .btn-mail {
 background-color: #FF9600;
 font-size: 16px;
}
.nav-buttons .btn-mail .icon {
 background-image: url("../img/icon_mail.svg");
}
.nav-buttons .btn-tel {
 background-color: #FF6700;
 font-family: 'Roboto', sans-serif;
 font-size: 24px;
}
.nav-buttons .btn-tel .icon {
 background-image: url("../img/icon_tel.svg");
}
.nav-buttons a:hover .icon {
 transform: rotate(-15deg);
}
@media screen and (max-width: 1070px) {
 .nav-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 10px;
  border-radius: 5px;
  color: #FFF;
  font-weight: 700;
  line-height: 1;
  transition: opacity 0.2s ease;
 }
 .nav-buttons a .icon {
  display: inline-block;
  display: inline-flex;
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 15px;
  background: #FFF;
 }
 .nav-buttons .btn-mail {
  background-color: #FF9600;
  font-size: 16px;
 }
 .nav-buttons .btn-tel {
  background-color: #FF6700;
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
 }
}
/*ハンバーガーメニュー*/
.menu-toggle {
 position: relative;
 z-index: 10;
 display: flex;
 width: 50px;
 height: 50px;
 margin-top: 10px;
 padding: 19px 13px;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 gap: 10px;
 border-radius: 25px;
 border: 1px solid #FF6700;
 background: #FFF;
 flex-shrink: 0;
-webkit-tap-highlight-color: transparent;
}
.menu-toggle:hover {
 opacity: 0.5;
}
.menu-toggle .toggle_line {
 display: block;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 width: 24px;
 height: 2px;
 background-color: #FF6700;
 transition: all 0.3s;
}
.menu-toggle .toggle_line:nth-child(1) {
 top: 19px;
}
.menu-toggle .toggle_line:nth-child(2) {
 top: 25px;
}
.menu-toggle .toggle_line:nth-child(3) {
 top: 31px;
}
.menu-toggle.open .toggle_line:nth-of-type(1) {
 transform: translate(-50%, 4px) rotate(-45deg);
}
.menu-toggle.open .toggle_line:nth-of-type(2) {
 opacity: 0;
 transform: translate(-100%, 0);
}
.menu-toggle.open .toggle_line:nth-of-type(3) {
 transform: translate(-50%, -8px) rotate(45deg);
}
.menu-area {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100vh;
 height: 100dvh;
 display: flex;
 flex-direction: column;
 align-items: center;
 z-index: 9;
 transform: translateX(100%);
 visibility: hidden;
 transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.4s;
 background-color: #FFF;
 overflow-y: auto;
 box-sizing: border-box;
-webkit-overflow-scrolling: touch;
}
.menu-area.open {
 transform: translateX(0);
 visibility: visible !important;
 will-change: transform;
 opacity: 1;
}
.menu-area-nav-wrap {
 position: relative;
 width: 100%;
 background-color: #FF6700;
 margin-top: auto;
}
.menu-area-nav-wrap::after {
 content: "";
 display: block;
 width: 100%;
 height: 38px;
 flex-shrink: 0;
 background-image: url("../img/bg_wave-top1-sp.png");
 background-position: center;
 background-repeat: no-repeat;
 background-size: 100% 100%;
 margin-bottom: -1px;
}
.menu-area-nav-wrap::before {
 content: "";
 position: absolute;
 bottom: -17px;
 right: 10px;
 display: block;
 width: 70px;
 height: 70px;
 flex-shrink: 0;
 background-image: url("../img/decoration_yellow-top_message.svg");
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}
.contact-box-btn.is-gap40.menu-area-under {
 width: 76.5333%;
 padding: 40px 0 120px;
}
.cmn-nav.g-nav {
 width: 88.26667%;
 display: block;
 border-radius: 15px;
 background: #FFF4ED;
 padding: 24px 20px;
 margin: 70px auto 50px;
 box-sizing: border-box;
}
@media screen and (min-width: 981px) {
 .menu-toggle {
  display: none;
 }
}
@media screen and (max-width: 1070px) {
 .menu-toggle:hover {
  opacity: 1;
 }
}
/*footer*/
.footer {
 position: relative;
 background: #FFF4ED;
 padding-top: 16.6px;
}
.footer::before {
 content: "";
 position: absolute;
 z-index: 1;
 top: -135px;
 left: 0;
 width: 100%;
 height: 136.6px;
 background-image: url("../img/bg_wave-footer.png");
 background-repeat: no-repeat;
 background-position: center;
 background-size: 100% 100%;
}
.footer .footer-inner {
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 margin-top: -16.6px;
 padding-bottom: 80px;
}
.footer .footer-inner .footer-left {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 width: fit-content;
}
.footer .footer-inner .footer-left .f-logo {
 width: 255px;
 margin-bottom: 60px;
}
.footer .footer-inner .footer-left .f-logo a {
 width: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;
    gap: 4px;
-webkit-tap-highlight-color: transparent;
}
.footer .footer-inner .footer-left .f-logo a p {
 color: #333;
 text-align: center;
 font-size: 24px;
 font-weight: 500;
 line-height: 130%;
}
.footer .footer-inner .footer-left .f-logo a img {
 width: 100%;
 height: auto;
}
@media screen and (max-width: 980px) {
 .footer {
  padding-top: 0;
 }
 .footer::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -37px;
  left: 0;
  width: 100%;
  height: 38px;
  background-image: url("../img/bg_wave-footer-sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
 }
 .footer .footer-inner {
  display: block;
  margin-top: 0;
  padding-top: 22px;
  padding-bottom: 60px;
 }
 .footer .footer-inner .footer-left {
  margin-left: 6.6%;
 }
 .footer .footer-inner .footer-left .f-logo {
  width: 190px;
  margin-bottom: 40px;
 }
 .footer .footer-inner .footer-left .f-logo a {}
 .footer .footer-inner .footer-left .f-logo a p {
  color: #333;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
 }
 .footer .footer-inner .footer-left .f-logo a img {
  width: 170.82px;
  height: 69.42px;
  margin-top: 0;
 }
}
.footer .footer-inner .footer-left .footer-info {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
}
.footer .footer-inner .footer-left .footer-info p {
 color: #333;
 font-size: 18px;
 font-weight: 500;
 line-height: 150%;
}
.footer .footer-inner .footer-left .footer-info p span {
 display: block;
}
.footer .footer-inner .footer-left .footer-info .footer-info-map {
 display: flex;
 justify-content: flex-start;
 align-items: center;
 gap: 8px;
 margin-bottom: 35px;
}
.footer .footer-inner .footer-left .footer-info .footer-info-map .icon-map {
 display: block;
 width: 16px;
 height: 16px;
 background-image: url("../img/icon_map.svg");
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
}
.footer .footer-inner .footer-left .footer-info .footer-info-map .map-text {
 color: #333;
 font-size: 16px;
 font-weight: 500;
 line-height: 150%;
 text-decoration-line: underline;
 text-decoration-style: solid;
 text-decoration-skip-ink: auto;
 text-decoration-thickness: auto;
 text-underline-offset: auto;
 text-underline-position: from-font;
}
.footer .footer-inner .footer-left .footer-info-tel {
 display: flex;
 justify-content: flex-start;
 align-items: center;
 gap: 10px;
 color: #FF6700;
 font-family: 'Roboto', sans-serif;
 font-size: 36px;
 font-weight: 700;
 line-height: 130%;
}
.footer .footer-inner .footer-left .footer-info-tel .icon-tel {
 width: 40px;
 height: 40px;
 background-color: #FF6700;
 background-image: url("../img/icon_tel-white.svg");
 background-repeat: no-repeat;
 background-position: center;
 background-size: 20px 20px;
 border-radius: 50%;
}
@media screen and (max-width: 980px) {
 .footer .footer-inner .footer-left .footer-info .footer-info-map {
  margin-bottom: 27px;
  margin-top: 6px;
 }
}
.copyright {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 height: 30px;
 background-color: #FF6700;
}
.copyright small {
 color: #FFF;
 font-size: 15px;
 font-weight: 500;
 line-height: 150%;
 /* 22.5px */
}
@media screen and (max-width: 768px) {
 .copyright {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 126px;
  background-color: #FF6700;
  padding-top: 4px;
 }
 .copyright small {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
 }
}
.footer-right {
 padding-top: 78px;
}
.cmn-nav {
 display: flex;
 gap: 80px;
 background-color: #fdf5ec;
}
.cmn-nav-left, .cmn-nav-right {
 display: flex;
 flex-direction: column;
}
.cmn-nav-left {
 gap: 24px;
}
.cmn-nav-right {
 gap: 15px;
}
.nav-group {
 display: flex;
 flex-direction: column;
}
.cmn-nav-left .nav-group:last-child, .cmn-nav-right .nav-group:last-child {
 margin-bottom: 0;
}
.en-title {
 color: #FF6700;
 font-family: "LINE Seed JP", sans-serif;
 font-size: 14px;
 font-weight: 400;
 line-height: 130%;
 display: flex;
 align-items: center;
}
.en-title::before {
 content: "";
 width: 8px;
 height: 8px;
 aspect-ratio: 1/1;
 border-radius: 50%;
 background-color: #FF6700;
 margin-right: 8px;
}
.ja-title {
 color: #333;
 font-size: 18px;
 font-weight: 500;
 line-height: 150%;
 transition: opacity 0.2s;
}
.ja-title:hover {
 opacity: 0.7;
}
.sub-nav-list {
 display: flex;
 flex-direction: column;
 gap: 10px;
 margin-top: 15px;
}
.sub-nav-list li {
 margin-left: 3px;
}
.sub-nav-list a {
 color: #333;
 font-size: 16px;
 font-weight: 500;
 line-height: 150%;
 transition: opacity 0.2s;
 display: flex;
 align-items: center;
 gap: 5px;
}
.sub-nav-list a::before {
 content: "";
 width: 5px;
 height: 2px;
 border-radius: 40%;
 background-color: #333;
}
.sub-nav-list a:hover {
 opacity: 0.7;
}
@media screen and (max-width: 980px) {
 .footer-right {
  padding-top: 40px;
 }
 .cmn-nav {
  display: block;
  gap: 0;
  border-radius: 15px;
  background: #FFF;
  padding: 30px 22px;
 }
 .cmn-nav-left, .cmn-nav-right {
  display: flex;
  flex-direction: column;
 }
 .cmn-nav-left {
  gap: 0;
 }
 .cmn-nav-right {
  position: relative;
  gap: 0;
 }
 .cmn-nav-right::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(#FFB380 18%, transparent 20%);
  background-size: 8px 6px;
  background-repeat: repeat-x;
 }
 .nav-group {
  position: relative;
  padding: 11px 0 12px;
 }
 .nav-group::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(#FFB380 18%, transparent 20%);
  background-size: 8px 6px;
  background-repeat: repeat-x;
 }
 .cmn-nav-right .nav-group:last-child {
  padding-bottom: 0;
 }
 .en-title {
  color: #FF6700;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  align-items: center;
 }
 .en-title::before {
  content: "";
  width: 8px;
  height: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FF6700;
  margin-right: 8px;
 }
 .ja-title {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  transition: opacity 0.2s;
 }
 .sub-nav-list {
  gap: 0;
  margin-top: 12px;
 }
 .sub-nav-list li {
  margin-left: 20px;
 }
 .sub-nav-list a {
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  transition: opacity 0.2s;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 0 8px;
  margin-top: 4px;
 }
 .sub-nav-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(#FFB380 18%, transparent 20%);
  background-size: 8px 6px;
  background-repeat: repeat-x;
 }
 .sub-nav-list a::before {
  display: none;
 }
}
.bg-wrap {
 position: relative;
 background-color: #FF6700;
 padding-bottom: 216.6px;
}
.bg-wrap::after {
 content: "";
 position: absolute;
 left: 0;
 bottom: -1px;
 background-image: url("../img/bg_wave-top1.png");
 background-size: 100% 100%;
 background-position: 0 bottom;
 background-repeat: no-repeat;
 width: 100%;
 height: 136.6px;
 flex-shrink: 0;
}
@media screen and (max-width: 768px) {
 .bg-wrap {
  position: relative;
  background-color: #FF6700;
  padding-bottom: 98px;
 }
 .bg-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  background-image: url("../img/bg_wave-top1-sp.png");
  background-size: 100% 100%;
  background-position: 0 bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 38px;
  flex-shrink: 0;
 }
}
/*topのMV*/
.top-mv {
position: relative;
  box-sizing: border-box;
  margin: 0 2.928% 0 5.8%;
  height: 100dvh;
  padding-top: 48px;
  padding-bottom: 20px;
}
.mv-slider {
 position: absolute;
 top: 48px;
 bottom: 20px;
  right: 0;
  width: 76vw;
  z-index: 1;
}
.mv-slider .slide-item {
    position: relative;
    z-index: 2;
 height: 100%;
 overflow: hidden;
}
.mv-slider .slide-item::before {
    content: "";
        position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 40%;
    height: 100%;
background: linear-gradient(90deg, rgba(255, 103, 0, 0.30) 0%, rgba(255, 103, 0, 0.00) 100%);
}
.mv-slider .slide-item picture, .mv-slider .slide-item img {
 display: block;
 width: 100%;
 height: 100%;
}
.mv-slider .slide-item img {
 object-fit: cover;
 object-position: top;
 border-radius: 40px;
}
.custom-dots-container .slick-dots {
 list-style: none;
 padding: 0;
 margin-bottom: 0 !important;
 display: flex;
 gap: 8px;
 bottom: -40px;
 width: auto;
}
.custom-dots-container .slick-dots li {
 position: relative;
 display: block;
 width: 15px;
 height: 15px;
 margin: 0;
 padding: 0;
}
.custom-dots-container .slick-dots li button {
 background: none;
 text-indent: -9999px;
 cursor: pointer;
 display: block;
 width: 15px;
 height: 15px;
 border: 1px solid #ffffff;
 border-radius: 50%;
 opacity: 0.5;
 transition: all 0.3s ease;
}
.custom-dots-container .slick-dots li.slick-active button {
 width: 15px;
 height: 15px;
 border-radius: 50%;
 background-color: #ffffff;
 opacity: 1;
}
@media screen and (max-width: 768px) {
 .top-mv {
  position: relative;
  margin: 0 5.8667%;
  height: 390px;
  min-height: inherit;
  padding-top: 20px;
 }
 .mv-slider {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 370px;
  z-index: 1;
 }
 .mv-slider .slick-track, .mv-slider .slick-list {
  height: 100%;
 }
 .mv-slider .slide-item {
  height: 100%;
  overflow: hidden;
 }
 .mv-slider .slide-item picture, .mv-slider .slide-item img {
  display: block;
  width: 100%;
  height: 100%;
 }
 .mv-slider .slide-item img {
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
 }
 .custom-dots-container .slick-dots {
  gap: 6px;
  bottom: auto;
  top: -52px;
  left: 30px;
 }
 .custom-dots-container .slick-dots li {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
 }
 .custom-dots-container .slick-dots li button {
  background: none;
  text-indent: -9999px;
  cursor: pointer;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #FF6700;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s ease;
 }
 .custom-dots-container .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FF6700;
  opacity: 1;
 }
}
.decoration_yellow {
 position: absolute;
 top: 102px;
 right: -10px;
 z-index: 3;
 width: 60px;
 height: 60px;
}
.decoration_yellow2 {
 position: absolute;
 top: auto;
 right: auto;
 bottom: 70px;
 left: 14.3%;
 z-index: 3;
 width: 60px;
 height: 60px;
}
.top-mv_left {
 position: absolute;
 z-index: 2;
 top: 35.42%;
    left: 0;
}
.top-mv_left .top-mv_catch-copy-en {
 color: #FFF;
 font-family: "LINE Seed JP", sans-serif;
 font-size: 16px;
 font-weight: 400;
 line-height: 130%;
 margin-bottom: 10px;
}
.top-mv_left .top-mv_catch-copy-ja {
 color: #FFF;
 font-size: clamp(32px, 4.167vw, 60px);
 font-weight: 700;
 line-height: 150%;
 margin-bottom: 24px;
}
.top-mv_left .top-mv_catch-copy-sub {
 color: #FFF;
 font-size: 18px;
 font-weight: 500;
 line-height: 150%;
}
@media screen and (max-width: 768px) {
 .decoration_yellow {
  position: absolute;
  top: 80px;
  right: -19px;
  z-index: 3;
  width: 60px;
  height: 60px;
 }
 .decoration_yellow2 {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 69px;
  left: -12px;
  z-index: 3;
  width: 60px;
  height: 60px;
 }
 .top-mv_left {
  position: relative;
  z-index: 2;
  top: 387px;
 }
 .top-mv_left .top-mv_catch-copy-en {
  margin-bottom: 8px;
 }
 .top-mv_left .top-mv_catch-copy-ja {
  width: calc(100vw - 5.9%);
  color: #FFF;
  font-size: clamp(32px, 4.167vw, 60px);
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 12px;
  overflow: hidden;
 }
 .top-mv_left .top-mv_catch-copy-sub {
  font-size: 1.6rem;
 }
}
.scroll-badge {
 position: absolute;
 bottom: 20px;
 left: 0;
 width: 88px;
 height: 88px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.rotating-text {
 position: absolute;
 width: 100%;
 height: 100%;
 animation: rotate-left 10s linear infinite;
}
@keyframes rotate-left {
 from {
  transform: rotate(360deg);
 }
 to {
  transform: rotate(0deg);
 }
}
.arrow {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 background-image: url("../img/arrow_under.svg");
 background-size: contain;
 background-position: center;
 background-repeat: no-repeat;
 width: 12.5px;
 height: 10px;
}
.scroll-right {
 position: fixed;
 right: 20px;
 bottom: 90px;
 z-index: 3;
 display: flex;
 flex-direction: column;
 gap: 10px;
}
.scroll-right {
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
  will-change: transform;
}
.scroll-right .scroll-right1 {
 display: block;
 width: 220px;
 height: auto;
 border-radius: 20px;
 border: 2px solid #FFFFFF;
 background: #FF4D8D;
 padding: 20px 15px 15px;
 text-align: center;
}
.scroll-right1.is-disabled {
    pointer-events: none;
    cursor: default;
}
.scroll-right .scroll-right1:hover {
 opacity: 0.8;
}
.scroll-right .scroll-right1 .fixd_banner_title {
 color: #FFF;
 font-size: 24px;
 font-weight: 700;
 line-height: 130%;
    margin-bottom: 6px;
}
.scroll-right .scroll-right1 .fixd_banner {
 display: flex;
 flex-direction: column;
 align-items: center;
 width: 190px;
 padding: 18px 0;
 border-radius: 10px;
 background: #FFFFFF;
}
.scroll-right .scroll-right1 .fixd_banner p.fixd_banner-p {
 color: #FF4D8D;
 font-family: 'Roboto', sans-serif;
 font-size: 24px;
 font-weight: 700;
 line-height: 130%;
}
.scroll-right2 {
 width: 220px;
 height: 80px;
 border-radius: 20px;
 background: #FF9600;
 display: flex;
 justify-content: flex-start;
 align-items: flex-start;
 gap: 10px;
 padding: 10px;
 transition: all 0.3s ease;
}
.scroll-right2:hover {
 opacity: 0.8;
}
.scroll-right2 .scroll-right2-img {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 60px;
 height: 60px;
 background-color: #FFFFFF;
 border-radius: 50%;
}
.scroll-right2 .scroll-right2-img img {
 width: 100%;
 height: 100%;
 object-fit: contain;
}
.scroll-right2 .recruit-link {
 margin-top: 6px;
}
.scroll-right2 .recruit-link .recruit-link_en {
 display: flex;
 justify-content: flex-start;
 align-items: center;
 gap: 4px;
 color: #FF0;
 font-family: "LINE Seed JP", sans-serif;
 font-size: 14px;
 font-weight: 400;
 line-height: 130%;
}
.scroll-right2 .recruit-link .recruit-link_en::before {
 content: "";
 display: block;
 width: 8px;
 height: 8px;
 aspect-ratio: 1/1;
 background-color: #FF0;
 border-radius: 50%;
}
.scroll-right2 .recruit-link .recruit-link_ja {
 color: #FFF;
 font-size: 20px;
 font-weight: 700;
 line-height: 130%;
}
@media screen and (max-width: 768px) {
 .scroll-badge {
  position: absolute;
  z-index: 1;
  bottom: -40px;
  left: auto;
  right: -17px;
  width: 80px;
  height: 80px;
  overflow: hidden;
 }
 .rotating-text {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotate-left 10s linear infinite;
  z-index: 1;
 }
 .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/arrow_under.svg");
  background-size: 12.5px 10px;
  background-position: center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  background-color: #FF6700;
  border-radius: 50%;
 }
 .scroll-right {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
 }
 .scroll-right2 {
  width: 220px;
  height: 80px;
  border-radius: 20px;
  background: #FF9600;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  transition: all 0.3s ease;
 }
 .scroll-right2:hover {
  opacity: 0.8;
 }
 .scroll-right2 .scroll-right2-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #FFFFFF;
  border-radius: 50%;
 }
 .scroll-right2 .scroll-right2-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
 }
 .scroll-right2 .recruit-link {
  margin-top: 6px;
 }
 .scroll-right2 .recruit-link .recruit-link_en {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  color: #FF0;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
 }
 .scroll-right2 .recruit-link .recruit-link_en::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  aspect-ratio: 1/1;
  background-color: #FF0;
  border-radius: 50%;
 }
 .scroll-right2 .recruit-link .recruit-link_ja {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
 }
}
/*スマホのみ表示*/
.fixed-cmn-nav {
 display: none;
}
@media screen and (max-width: 767px) {
 .fixed-cmn-nav {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #FF6700;
  box-sizing: border-box;
  justify-content: center;
  align-items: flex-end;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
/*  padding-bottom: env(safe-area-inset-bottom);*/
  z-index: 9999;
 }
 .nav-item_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
width: 100%;
  height: 68px;
  padding-bottom: 10px;
 }
 .nav-item {
  max-width: 110px;
width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
 }
 .item-mail {
  background-color: #FFEACC;
  color: #FF9600;
 }
 .item-tel {
  background-color: #FFE1CC;
  color: #FF6700;
 }
 .item-recruit {
  background-color: #FF9600;
  color: #ffffff;
 }
    .item-recruit-orange{
  background-color: #FF6700;
  color: #ffffff;

    }
 .ffn-icon-circle {
  position: absolute;
  top: -18px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .ffn-icon-circle img {
  height: 100%;
  object-fit: cover;
 }
 .nav-label {
  padding: 0 0 7px;
 }
}
.message {
 margin: 120px auto 0;
}
.message .message-inner {
 position: relative;
 align-items: flex-start;
 padding: 60px;
 border-radius: 20px;
 background: #FFF;
}
.message .message-inner::after {
 content: "";
 position: absolute;
 bottom: -45px;
 right: 40px;
 width: 70px;
 height: 70px;
 background-image: url("../img/decoration_yellow-top_message.svg");
 background-size: contain;
 background-position: center;
 background-repeat: no-repeat;
}
.message .message-inner .message-text {
 width: 72.9%;
 color: #333;
 font-size: 20px;
 font-weight: 700;
 line-height: 200%;
 /* 40px */
}
@media (max-width: 768px) {
 .message {
  margin: 250px auto 0;
 }
 .message .message-inner {
  position: relative;
  display: block;
  align-items: flex-start;
  padding: 40px 22px;
  border-radius: 15px;
  background: #FFF;
 }
 .message .message-inner::after {
  content: "";
  position: absolute;
  bottom: -35px;
  right: 22px;
  width: 50px;
  height: 50px;
  background-image: url("../img/decoration_yellow-top_message.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
 }
 .message .message-inner .message-text {
  width: 100%;
  font-size: 1.8rem;
  margin-top: 20px;
 }
}
.concept {
 width: 100%;
 padding-bottom: 120px;
}
.concept-list {
 margin-top: 40px;
 display: flex;
 flex-direction: column;
 gap: 40px;
}
.concept-item {
 position: relative;
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 40px;
}
.concept-item img {
 width: clamp(200px, 47.619%, 400px);
 height: auto;
 border-radius: 20px;
 display: block;
}
.concept-item_text {
 display: flex;
 flex-direction: column;
 gap: 10px;
 width: clamp(200px, 47.619%, 400px);
}
.concept-title {
 color: #FF6700;
 font-size: clamp(20px, 2vw, 24px);
 font-weight: 700;
 line-height: 130%;
 position: relative;
 z-index: 2;
}
.concept-text {
 color: #333;
 font-size: clamp(15px, 2vw, 16px);
 font-weight: 500;
 line-height: 200%;
 position: relative;
 z-index: 2;
 font-feature-settings: "palt";
 text-align: justify;
}
.concept-num {
 position: absolute;
 color: #FFF4ED;
 text-align: right;
 font-family: 'Roboto', sans-serif;
 font-size: 160px;
 font-weight: 500;
 line-height: 130%;
 margin: 0;
 z-index: 1;
}
.concept-item:nth-child(odd) .concept-num {
 top: -40px;
 right: -40px;
}
.concept-item:nth-child(even) .concept-num {
 top: -40px;
 left: -40px;
}
@media (max-width: 768px) {
 .concept {
  width: 100%;
  padding-bottom: 60px;
  padding-top: 40px;
 }
 .concept-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
 }
 .concept-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
 }
 .concept-item img {
  height: auto;
  align-self: stretch;
  aspect-ratio: 107/75;
  order: 1;
 }
 .concept-item_text {
  order: 2;
  gap: 8px;
 }
 .concept-item img, .concept-item_text {
  width: 100%;
 }
 .concept-num {
  font-size: 8rem;
 }
 .concept-item:nth-child(odd) .concept-num, .concept-item:nth-child(even) .concept-num {
  top: 222px;
  left: auto;
  right: -10px;
 }
}
.service {
 width: 100%;
 padding: 120px 0 200px;
 background: #FFF4ED;
 overflow: hidden;
}
.service_title-right {
 position: absolute;
 top: -70px;
 right: 0;
 color: #FF6700;
 font-family: "LINE Seed JP", sans-serif;
 font-size: 120px;
 font-weight: 400;
 line-height: 130%;
}
.service_title-right.guideline_title-right {
 color: #FF0;
}
.top_service-list {
 position: relative;
 display: inline-grid;
 row-gap: 24px;
 column-gap: 20px;
 grid-template-rows: repeat(2, fit-content(100%));
 grid-template-columns: repeat(2, fit-content(100%));
 margin: 40px 0;
}
.top_service-list::after {
 content: "";
 position: absolute;
 bottom: -140px;
 left: -123px;
 display: block;
 width: 100px;
 height: 100px;
 background-image: url("../img/decoration_orange-top_service.svg");
 background-size: contain;
 background-position: center center;
 background-repeat: no-repeat;
 margin: 0 auto;
}
.top_service-list .top_service-item {
 position: relative;
 display: block
}
.top_service-list .top_service-item a {
 display: flex;
 flex-direction: column;
 gap: 9px;
 width: 100%;
 height: 100%;
}
.top_service-list .top_service-item .top_service-img-wrapper{
display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}
.top_service-list .top_service-item .top_service-item_img {
position: absolute;
 top: 0;
 left: -5px;
 z-index: 3;
 width: 80px;
 height: 150px;
 transition: transform 0.3s ease;
}
.top_service-list .top_service-item img.top_service-img {
width: 100%;
 height: 100%;
 object-fit: cover;
 transform: scale(1);
 transition: transform 0.3s ease;
 display: block;
}
.top_service-list .top_service-item a:hover img.top_service-img {
  transform: scale(1.05);
     border-radius: 20px;
}
.top_service-list .top_service-item a:hover .top_service-item_title{
    
}
@media (max-width: 1285px) {
 .top_service-list .top_service-item .top_service-item_img {
  width: 70px;
  height: 140px;
 }
}
@media (max-width: 1110px) {
 .top_service-list .top_service-item .top_service-item_img {
  width: 60px;
  height: 130px;
 }
}
.flow-btn {
 position: absolute;
 right: 10px;
 bottom: 10px;
 width: 30px;
 height: 30px;
 background-color: #FFF;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 z-index: 1;
}
.flow-btn img {
 width: 7.5px;
 height: 6px;
 aspect-ratio: 5/4;
 transition: filter 0.3s, transform 0.3s;
}
/* 各カラーバリエーションの色設定 */
.flow-btn.is-orange {
 border: 1px solid #FF9600;
}
.flow-btn.is-blue {
 border: 1px solid #00B7FF;
}
.flow-btn.is-green {
 border: 1px solid #6EC300;
}
.flow-btn.is-pink {
 border: 1px solid #FF4D8D;
}
.top_service-item:hover .flow-btn img, .flow-btn:hover img {
 filter: brightness(0) invert(1);
 transform: translateX(3px);
}
.top_service-item:hover .flow-btn.is-orange, .flow-btn.is-orange:hover {
 background-color: #FF9600;
}
/* ブルー */
.top_service-item:hover .flow-btn.is-blue, .flow-btn.is-blue:hover {
 background-color: #00B7FF;
}
/* グリーン */
.top_service-item:hover .flow-btn.is-green, .flow-btn.is-green:hover {
 background-color: #6EC300;
}
/* ピンク */
.top_service-item:hover .flow-btn.is-pink, .flow-btn.is-pink:hover {
 background-color: #FF4D8D;
}
.top_service-list .top_service-item .top_service-item_img img {
 width: 100%;
 height: 100%;
 object-fit: contain;
}
.top_service-list .top_service-item .top_service-item_title {
 color: #333;
 font-size: clamp(20px, 1.8vw, 24px);
 font-weight: 700;
 line-height: 130%;
 margin: 10px 0 0 17%;
}
.top_service-item:hover .top_service-item_title.is-orange {
 color: #FF9600;
}
/* ブルー */
.top_service-item:hover .top_service-item_title.is-blue {
 color: #00B7FF;
}
/* グリーン */
.top_service-item:hover .top_service-item_title.is-green {
 color: #6EC300;
}
/* ピンク */
.top_service-item:hover .top_service-item_title.is-pink {
 color: #FF4D8D;
}

img.top_service-img {
 border-radius: 20px;
}
@media (max-width: 768px) {
 .service {
  width: 100%;
  padding: 60px 0 100px;
 }
 .service_title-right {
  position: absolute;
  top: -50px;
  right: 0;
  font-size: 6rem;
 }
 .service_title-right.work_title-right {
  position: absolute;
  top: 21px;
  right: -15px;
  font-size: 6rem;
  overflow: hidden;
 }
 .service_title-right.guideline_title-right {
  position: absolute;
  top: -20px;
  right: -85px;
  overflow: hidden;
 }
 .top_service-list {
  position: relative;
  display: block;
  margin: 30px 0;
 }
 .top_service-list li {
  margin-bottom: 15px;
 }
 .top_service-list li:last-of-type {
  margin-bottom: 0;
 }
 .top_service-list::after {
  content: "";
  position: absolute;
  bottom: -160px;
  left: 0;
  display: block;
  width: 70px;
  height: 70px;
  background-image: url("../img/decoration_orange-top_service.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
 }
 .top_service-list .top_service-item {
  position: relative;
  width: 100%;
  display: block;
 }
 .top_service-list .top_service-item .top_service-item_title {
  color: #333;
  font-size: 1.8rem;
  margin: 8px 0 0 65px;
 }
 .top_service-list .top_service-item .top_service-item_img {
  width: 60px;
  height: 110px;
 }
 img.top_service-img {
  border-radius: 15px;
 }
}
.news {
 margin: -80px 0 0;
 padding: 120px 0 30px;
 border-radius: 80px 80px 0 0;
 background: #FFFFFF;
}
.news-list {
 display: flex;
 align-items: flex-start;
 gap: 20px;
 margin: 40px 0;
}
.news-list .news-item {
 width: 33.3333333333%;
}
.news-list .news-item a {
 width: 100%;
 display: flex;
 flex-direction: column;
 gap: 8px;
}
.news-list .news-item .news-item_img-wrap {
 width: 100%;
 height: 230px;
 border-radius: 20px;
 overflow: hidden;
 background: #FFF4ED;
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
 will-change: transform;
}
.news-list .news-item .news-item_img-wrap img {
 width: 100%;
 height: 100%;
 object-fit: contain;
 transform: scale(1);
 transition: transform 0.3s ease;
 display: block;
}
.news-list .news-item a:hover .news-item_img-wrap img {
 transform: scale(1.05);
}
.news-item_text {
 display: flex;
 flex-direction: column;
 gap: 8px;
 transition: opacity 0.3s ease;
}
.news-item_text .news-item_date-wrap {
 margin-top: 2px;
}
.news-item_text .news-item_date-wrap .news-item_date {
 color: #FFB380;
 font-size: 16px;
 font-weight: 500;
 line-height: 150%;
}
.category-wrap{
    display: flex;
    align-items: center;
    gap: 3px;
}
.news-item_text .news-item_date-wrap .category {
 width: 100px;
 height: 24px;
 color: #FFF;
 border-radius: 5px;
 background: #FF6700;
 text-align: center;
 font-size: 16px;
 font-weight: 500;
 line-height: 150%;
}
.news-list .news-item a:hover .news-item_text {
 opacity: 0.7;
}
@media screen and (max-width: 768px) {
 .news {
  margin: -39px 0 0;
  padding: 59px 0 30px;
  border-radius: 40px 40px 0 0;
  background: #FFFFFF;
 }
 .news-list {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 20px 0 30px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0 20px 10px;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-overflow-scrolling: touch;
 }
 .news-list .news-item {
  width: 290px;
  flex-shrink: 0;
 }
 .news-list .news-item a {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
 }
 .news-list .news-item a img {
  height: 190px;
  border-radius: 10px;
 }
.news-list .news-item .news-item_img-wrap {
  height: 190px; 
  border-radius: 10px;
 }
 .news-item_text {
  gap: 7px;
  white-space: normal;
 }
 .news-item_text .news-item_date-wrap {
  margin-top: 2px;
 }
 .news-item_text .news-item_date-wrap .news-item_date {
  color: #FFB380;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
 }
    .category-wrap{
    display: flex;
    align-items: center;
    gap: 3px;
}

 .news-item_text .news-item_date-wrap .category {
  width: 100px;
  height: 24px;
  color: #FFF;
  border-radius: 5px;
  background: #FF6700;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
 }
}
.info-ticker {
 display: flex;
 overflow: hidden;
 white-space: nowrap;
 width: 100%;
}
.info-ticker span {
 display: inline-block;
 padding-right: 1.8rem;
 color: #FF9600;
 font-family: "LINE Seed JP", sans-serif;
 font-size: 120px;
 font-weight: 400;
 line-height: 130%;
 animation: tickerLoop 30s linear infinite;
}
@keyframes tickerLoop {
 0% {
  transform: translateX(0);
 }
 100% {
  transform: translateX(-100%);
 }
}
.info {
 padding-bottom: 120px;
}
.info-inner {
 position: relative;
 padding: 60px;
 border-radius: 20px;
 border: 3px solid #FFF;
 background: #FFF4ED;
 margin-top: -66px;
}
.info-grid {
display: grid;
  grid-template-columns: repeat(2, 1fr);
 gap: 0 40px;
 margin-top: 40px;
}
.info-item {
 position: relative;
}
.info-item.border-dotted {
 padding: 10px 0 12px;
 text-align: left;
}
.info-item.border-dotted::after {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 3px;
 background-image: radial-gradient(#FFB380 30%, transparent 35%);
 background-size: 5px 4px;
 background-repeat: repeat-x;
}
.info-item.border-dotted:first-child::before,.info-item.border-dotted:nth-of-type(2)::before {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 3px;
 background-image: radial-gradient(#FFB380 30%, transparent 35%);
 background-size: 5px 4px;
 background-repeat: repeat-x;
}
.info-item a, .info-item button {
 background: none;
 border: none;
 color: #333;
 font-size: 20px;
 font-weight: 700;
 line-height: 130%;
 text-decoration: none;
 cursor: pointer;
 display: flex;
 align-items: center;
 gap: 10px;
 width: 100%;
 padding: 0;
 transition: opacity 0.2s ease;
}
.info-item a:hover, .info-item button:hover {
 opacity: 0.7;
}
.icon-arrow {
 width: 20px;
 height: 20px;
 background-image: url("../img/icon_link.svg");
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center;
}
.icon-lines {
 width: 20px;
 height: 20px;
 background-image: url("../img/icon_3lines.svg");
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center;
}
.info-item .no-link-item {
background: none;
    border: none;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    text-decoration: none;
    width: 100%;
    padding-left: 30px;
    transition: opacity 0.2s ease;  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
 .info-ticker span {
  padding-right: 1rem;
  font-size: 6rem;
 }
 .info {
  padding-bottom: 60px;
 }
 .info-inner {
  position: relative;
  padding: 40px 22px;
  border-radius: 15px;
  margin-top: -28px;
 }
 .info-grid {
  grid-template-columns: 1fr;
  margin-top: 22px;
 }
 .info-grid:first-child::before {
  flex: 1;
 }
 .info-item {
  position: relative;
 }
 .info-item.border-dotted {
  padding: 7px 0 8px;
  text-align: left;
 }
 .info-item.border-dotted::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-image: radial-gradient(#FFB380 30%, transparent 35%);
  background-size: 5px 4px;
  background-repeat: repeat-x;
 }
 .info-item.border-dotted:first-child::before {

 }
    .info-item.border-dotted:nth-of-type(2)::before {
        display: none;
    }
 .info-grid .info-column .info-item.border-dotted.sp-dots::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background-image: radial-gradient(#FFB380 30%, transparent 35%);
  background-size: 5px 4px;
  background-repeat: repeat-x;
 }
 .info-item a, .info-item button {
  font-size: 1.8rem;
 }
    .info-item .no-link-item{
  font-size: 1.8rem;
    }
 .icon-arrow {
  width: 16px;
  height: 16px;
  background-image: url("../img/icon_link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
 }
 .icon-lines {
  width: 16px;
  height: 16px;
  background-image: url("../img/icon_3lines.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
 }
}
.modal-overlay {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.6117647059);
 display: flex;
 align-items: center;
 justify-content: center;
 z-index: 10;
 opacity: 0;
 visibility: hidden;
 transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal-overlay.is-active {
 opacity: 1;
 visibility: visible;
}
.modal-contents {
 background-color: #ffffff;
 width: 100%;
 max-width: 650px;
 padding: 40px;
 border-radius: 20px;
 position: relative;
 box-sizing: border-box;
}
.btn-modal-close {
 position: absolute;
 top: 20px;
 right: 25px;
 background: none;
 border: none;
 font-size: 30px;
 color: #999;
 cursor: pointer;
 transition: color 0.2s ease;
 z-index: 2;
}
.btn-modal-close:hover {
 color: #e67e43;
}
.modal-title {
 color: #FF6700;
 text-align: center;
 font-size: 24px;
 font-weight: 700;
 line-height: 130%;
 margin-bottom: 20px;
 flex-shrink: 0;
}
.modal-grid {
 position: relative;
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 0 30px;
}
.modal-item {
 position: relative;
 width: 100%;
 padding: 10px 0 12px;
 box-sizing: border-box;
}
.modal-item a {
 display: flex;
 align-items: center;
 gap: 10px;
 text-decoration: none;
 color: #333;
 font-size: 20px;
 font-weight: 700;
 line-height: 130%;
 transition: opacity 0.2s ease;
}
.modal-item a:hover {
 opacity: 0.7;
}
.modal-item::after {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 5px;
 background-image: radial-gradient(#FFB380 20%, transparent 25%);
 background-size: 8px 6px;
 background-repeat: repeat-x;
}
.modal-item:nth-child(-n+3)::before {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 5px;
 background-image: radial-gradient(#FFB380 20%, transparent 25%);
 background-size: 8px 6px;
 background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
 .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6117647059);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
 }
 .modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
 }
 .modal-contents {
  background-color: #ffffff;
  width: 76.53%;
  max-width: none;
  padding: 30px 22px;
  border-radius: 15px;
  position: relative;
  box-sizing: border-box;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
 }
 .btn-modal-close {
  top: 30px;
  right: 25px;
  background: none;
  border: none;
  font-size: 24px;
 }
 .modal-title {
  font-size: 2rem;
 }
 .modal-grid {
  display: block;
  max-height: 60vh;
  overflow-y: auto;
  padding-top: 5px;
  padding-bottom: 5px;
 }
 .modal-item {
  padding: 7px 0 8px;
 }
 .modal-item a {
  font-size: 1.8rem;
 }
 .modal-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-image: radial-gradient(#FFB380 20%, transparent 25%);
  background-size: 8px 6px;
  background-repeat: repeat-x;
 }
 .modal-item:nth-child(-n+3)::before {
  display: none;
 }
 .modal-grid::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background-image: radial-gradient(#FFB380 20%, transparent 25%);
  background-size: 8px 6px;
  background-repeat: repeat-x;
 }
}
/*parallax*/
.parallax-section {
 height: 874px;
 position: relative;
 background-image: url("../img/bg-parallax.jpg");
 background-size: cover;
 background-position: center 20%;
 background-attachment: fixed;
 padding: 120px 0 216px;
}
.parallax-section::before {
 content: "";
 position: absolute;
 z-index: 1;
 top: -80px;
 right: 80px;
 width: 100px;
 height: 100px;
 background-image: url("../img/decoration_orange-top_fotterup.svg");
 background-repeat: no-repeat;
 background-position: center;
 background-size: contain;
}
.parallax-section .contact-box {
 position: relative;
 z-index: 1;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 gap: 20px;
 padding: 60px 80px;
 border-radius: 20px;
 background: rgba(255, 255, 255, 0.8);
}
.parallax-section .contact-box .contact-box-title {
 color: #FF6700;
 font-size: 40px;
 font-weight: 700;
 line-height: 150%;
}
.parallax-section .contact-box .contact-box-text {
 color: #333;
 font-size: 18px;
 font-weight: 500;
 line-height: 200%;
}
@media screen and (max-width: 768px) {
 .parallax-section {
  height: auto;
  position: relative;
  background-image: url("../img/bg-parallax.jpg");
  background-size: cover;
  background-position: center 20%;
  background-attachment: fixed;
  padding: 60px 0 98px;
 }
 .parallax-section::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: -50px;
  right: 10px;
  width: 70px;
  height: 70px;
  background-image: url("../img/decoration_orange-top_fotterup.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
 }
 .parallax-section .contact-box {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 42px 22px 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
 }
 .parallax-section .contact-box .contact-box-title {
  color: #FF6700;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
 }
 .parallax-section .contact-box .contact-box-text {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
 }
}
.contact-box-subtitle {
 color: #333;
 font-size: 32px;
 font-weight: 700;
 line-height: 130%;
 margin-top: 4px;
}
.contact-box-btn {
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 100%;
}
.contact-box-btn .contact-box-btn-flex {
 display: flex;
 justify-content: flex-start;
 align-items: center;
 gap: 10px;
 height: 108px;
 padding: 24px;
 border-radius: 15px;
 background: #FF9600;
 color: #FFF;
 font-size: 24px;
 font-weight: 700;
 line-height: 130%;
 cursor: pointer;
}
.contact-box-btn .contact-box-btn-flex span {
 display: block;
 width: 60px;
 height: 60px;
 flex-shrink: 0;
 border-radius: 30px;
 background-image: url("../img/icon_mail.svg");
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 transition: transform 0.3s ease;
}
.contact-box-btn .contact-box-btn-flex:hover {
 opacity: 0.8;
}
.contact-box-btn .contact-box-btn-flex:hover span {
 transform: rotate(-15deg);
}
.contact-box-btn .contact-box-btn-block {
 display: flex;
 justify-content: flex-start;
 align-items: center;
 gap: 15px;
 padding: 20px 24px 24px;
 border-radius: 15px;
 background: #FF6700;
 cursor: pointer;
}
.contact-box-btn .contact-box-btn-block .icon-tel {
 display: block;
 width: 60px;
 height: 60px;
 flex-shrink: 0;
 border-radius: 30px;
 background-image: url("../img/icon_tel.svg");
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 transition: transform 0.3s ease;
}
.contact-box-btn .contact-box-btn-block:hover {
 opacity: 0.8;
}
.contact-box-btn .contact-box-btn-block:hover .icon-tel {
 transform: rotate(-15deg);
}
.contact-box-btn .contact-box-btn-block .contact-box-btn-block-text {
 display: flex;
 flex-direction: column;
}
.contact-box-btn .contact-box-btn-block .contact-box-btn-block-text .phone-number {
 color: #FFF;
 font-family: 'Roboto', sans-serif;
 font-size: 36px;
 font-weight: 700;
 line-height: 130%;
}
.contact-box-btn .contact-box-btn-block .contact-box-btn-block-text .reception {
 display: block;
 color: #FFF;
 font-size: 16px;
 font-weight: 500;
 line-height: 150%;
 margin-top: -5px;
}
.contact-box-btn.is-gap40 {
 gap: 40px;
}
.contact-box-btn.is-gap40 .contact-box-btn-block, .contact-box-btn.is-gap40 .contact-box-btn-flex {
 width: calc((100% - 40px) / 2);
 height: 108px;
}
.contact-box-btn.is-gap20 {
 gap: 20px;
}
.contact-box-btn.is-gap20 .contact-box-btn-block, .contact-box-btn.is-gap20 .contact-box-btn-flex {
 width: calc((100% - 20px) / 2);
 height: 108px;
}
.contact-box-btn.is-gap20 .contact-box-btn-block {
 padding: 23px 23px 23px 24px;
}
.contact-box-btn.is-gap20 .contact-box-btn-block .contact-box-btn-block-text .phone-number {
 color: #FFF;
 font-family: 'Roboto', sans-serif;
 font-size: 30px;
 font-weight: 700;
 line-height: 130%;
}
.contact-box-btn.is-gap20 .contact-box-btn-block .contact-box-btn-block-text .reception {
 font-size: 16px;
}
.contact-box-btn.is-gap20 .contact-box-btn-flex {
 background: #00B7FF;
 color: #FFF;
 font-size: 20px;
 font-weight: 700;
 line-height: 130%;
}
.contact-box-btn.is-gap20 .contact-box-btn-flex span {
 background-color: #FFFFFF;
 background-image: url("../img/icon_mail-blue.svg");
 display: block;
 width: 60px;
 height: 60px;
 flex-shrink: 0;
 border-radius: 30px;
 background-size: 36px 24px;
 background-repeat: no-repeat;
 background-position: center;
 transition: transform 0.3s ease;
}
.contact-box-btn.is-gap20 .contact-box-btn-flex.is-color span {
 background-image: var(--theme-bg-image);
}
@media screen and (max-width: 1060px) {
.contact-box-btn.is-gap20 .contact-box-btn-block .contact-box-btn-block-text .phone-number {
 font-size: 26px;
 line-height: 130%;
}
.contact-box-btn.is-gap20 .contact-box-btn-flex {
 font-size: 17px;
}

}
@media screen and (max-width: 980px) {
 .contact-box-subtitle {
  color: #333;
  font-size: 2.4rem;
  margin-top: 5px;
 }
 .contact-box-btn {
  flex-wrap: wrap;
 }
 .contact-box-btn .contact-box-btn-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  height: 90px;
  padding: 19px 19px 19px 20px;
  border-radius: 10px;
  background: #FF9600;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 130%;
  cursor: pointer;
 }
 .contact-box-btn .contact-box-btn-flex span {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 30px;
  background-image: url("../img/icon_mail.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
 }
 .contact-box-btn .contact-box-btn-flex:hover {
  opacity: 0.8;
 }
 .contact-box-btn .contact-box-btn-flex:hover span {
  transform: rotate(-15deg);
 }
 .contact-box-btn .contact-box-btn-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 14px 21px 14px 20px;
  border-radius: 15px;
  background: #FF6700;
  cursor: pointer;
 }
 .contact-box-btn .contact-box-btn-block .icon-tel {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 20px;
  background-image: url("../img/icon_tel.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
 }
 .contact-box-btn .contact-box-btn-block:hover {
  opacity: 0.8;
 }
 .contact-box-btn .contact-box-btn-block:hover .icon-tel {
  transform: rotate(-15deg);
 }
 .contact-box-btn .contact-box-btn-block .contact-box-btn-block-text {
  display: flex;
  flex-direction: column;
 }
 .contact-box-btn .contact-box-btn-block .contact-box-btn-block-text .phone-number {
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 130%;
 }
 .contact-box-btn .contact-box-btn-block .contact-box-btn-block-text .reception {
  display: block;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-top: -3px;
 }
 .contact-box-btn.is-gap40 {
  gap: 10px;
 }
 .contact-box-btn.is-gap40 .contact-box-btn-block, .contact-box-btn.is-gap40 .contact-box-btn-flex {
  width: 100%;
  height: 90px;
 }
 .contact-box-btn.is-gap20 {
  gap: 20px;
 }
 .contact-box-btn.is-gap20 .contact-box-btn-block, .contact-box-btn.is-gap20 .contact-box-btn-flex {
  width: 100%;
  height: 90px;
 }
 .contact-box-btn.is-gap20 .contact-box-btn-block {
  padding: 14px 20px;
 }
 .contact-box-btn.is-gap20 .contact-box-btn-block .contact-box-btn-block-text .phone-number {
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(1.8rem, -5.2rem + 21.82vw, 30px);
  font-weight: 700;
  line-height: 130%;
 }
 .contact-box-btn.is-gap20 .contact-box-btn-block .contact-box-btn-block-text .reception {
  font-size: 16px;
 }
 .contact-box-btn.is-gap20 .contact-box-btn-flex {
  font-size: 1.8rem;
 }
 .contact-box-btn.is-gap20 .contact-box-btn-flex span {
  background-color: #FFFFFF;
  background-image: url("../img/icon_mail-blue.svg");
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 30px;
  background-size: 24px 16px;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
 }
 .contact-box-btn.is-gap20 .contact-box-btn-flex.is-color span {
  background-image: var(--theme-bg-image);
 }
}
@media screen and (max-width: 350px) {
 .contact-box-btn.is-gap20 .contact-box-btn-block,.contact-box-btn .contact-box-btn-flex {
  padding: 14px 10px;
 }
     .contact-box-btn.is-gap20 .contact-box-btn-flex {
  font-size: clamp(1.4rem, 2.8vw, 1.8rem);
 }

}
.subpage-top-container {
 position: relative;
 width: 100%;
 min-height: 377px;
 background-color: #FF6700;
 padding: 236px 0 81px;
 box-sizing: border-box;
}
.subpage-top-container::after {
 content: "";
 position: absolute;
 z-index: 1;
 bottom: -1px;
 left: 0;
 width: 100%;
 height: 136.6px;
 background-image: url("../img/bg_wave-subpage-top.png");
 background-repeat: no-repeat;
 background-position: center;
 background-size: 100% 100%;
}
.sub-top {
 position: relative;
 padding: 60px 0 216.6px;
 box-sizing: border-box;
}
@media screen and (max-width: 768px) {
 .subpage-top-container {
  position: relative;
  width: 100%;
  min-height: 208px;
  background-color: #FF6700;
  padding: 110px 0 58px;
 }
 .subpage-top-container::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 38px;
  background-image: url("../img/bg_wave-subpage-top-sp.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
 }
 .sub-top {
  position: relative;
  padding: 79px 0 98px;
  box-sizing: border-box;
 }
 .sub-top.single {
  padding: 71px 0 78px;
 }
}
.sub-about-inner {
 display: flex;
 flex-direction: column;
 justify-content: center;
 gap: 20px;
 padding: 60px 0 120px;
 text-align: center;
}
.sub-about-inner .sub-about-inner_title {
 color: #FF6700;
 font-size: 24px;
 font-weight: 700;
 line-height: 130%;
}
.sub-about-inner .sub-about-inner_text {
 color: #333;
 text-align: center;
 font-size: 18px;
 font-weight: 500;
 line-height: 200%;
 margin-top: 0;
}
.sub-about-inner .sub-about-inner_text:last-child {
 margin-top: 10px;
}
.sub-about-inner_list {
 display: flex;
 justify-content: center;
 gap: 20px;
 margin-top: 10px;
}
.sub-about-inner_list li {
 width: 33.3333333333%;
 display: flex;
 align-items: center;
 gap: 15px;
 padding: 20px 25px 20px 20px;
 border-radius: 15px;
 background: #FFF4ED;
}
.sub-about-inner_list li p {
 color: #FF6700;
 font-size: 20px;
 font-weight: 700;
 line-height: 130%;
 text-align: left;
}
.circle_icon {
 position: relative;
 width: 80px;
 height: 80px;
 flex-shrink: 0;
 border-radius: 50%;
 background: #FFF;
}
.circle_icon img {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 object-fit: contain;
}
@media screen and (max-width: 768px) {
 .sub-about-inner {
  gap: 15px;
  padding: 40px 0 60px;
 }
 .sub-about-inner .sub-about-inner_title {
  font-size: 2rem;
 }
 .sub-about-inner .sub-about-inner_text {
  font-size: 1.6rem;
  text-align: left;
  margin-top: 0;
 }
 .sub-about-inner .sub-about-inner_text:last-child {
  margin-top: 5px;
  text-align: center;
 }
 .sub-about-inner_list {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
 }
 .sub-about-inner_list li {
  width: 100%;
  gap: 10px;
  padding: 15px 22px;
 }
 .sub-about-inner_list li p {
  font-size: 1.8rem;
 }
 .circle_icon {
  position: relative;
  width: 60px;
  height: 60px;
 }
 .circle_icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  object-fit: cover;
 }
}
.service-list_ul {
 display: flex;
 justify-content: space-between;
 gap: 20px;
 list-style: none;
 padding: 0;
 margin-bottom: 80px;
}
.service-list_ul li {
 width: 25%;
 flex: 1;
}
.service-list_ul li a {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: space-between;
 gap: 10px;
 width: 100%;
 border-radius: 15px;
 padding: 20px;
 height: 100%;
 box-sizing: border-box;
 text-decoration: none;
 transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-list_ul li a.bg-orange {
 background: #FFAB33;
}
.service-list_ul li a.bg-blue {
 background: #33C5FF;
}
.service-list_ul li a.bg-green {
 background: #8BCF33;
}
.service-list_ul li a.bg-pink {
 background: #FF71A4;
}
.service-list_ul li a img:first-child {
 width: 43px;
 height: 43px;
 object-fit: contain;
 object-position: center;
}
.service-list_ul li a h3 {
 color: #FFF;
 text-align: center;
 font-size: 20px;
 font-weight: 700;
 line-height: 130%;
}
.service-list_ul li a .size {
 width: 20px;
 height: 16px;
 flex-shrink: 0;
    transition: transform 0.3s ease;
}
.service-list_ul li a:hover {
 opacity: 0.8;
}
.service-list_ul li a:hover .size {
    transform: translateY(4px);
}
@media screen and (max-width: 768px) {
 .service-list_ul {
  flex-wrap: wrap;
  gap: 10px 11px;
  margin-bottom: 60px;
 }
 .service-list_ul li {
  width: calc(50% - 5.5px);
  flex: none;
box-sizing: border-box;
 }
 .service-list_ul li a {
  gap: 5px;
  border-radius: 10px;
  padding: 15px;
  height: 161px;
  box-sizing: border-box;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
 }
 .service-list_ul li a.bg-orange {
  background: #FFAB33;
 }
 .service-list_ul li a.bg-blue {
  background: #33C5FF;
 }
 .service-list_ul li a.bg-green {
  background: #8BCF33;
 }
 .service-list_ul li a.bg-pink {
  background: #FF71A4;
 }
 .service-list_ul li a img:first-child {
  width: 40px;
  height: 40px;
  object-fit: contain;
  object-position: center;
 }
 .service-list_ul li a h3 {
  font-size: clamp(1.4rem, -0.70rem + 7.14vw, 1.8rem);
 }
 .service-list_ul li a .size {
  width: 15px;
  height: 12px;
  flex-shrink: 0;
 }
 .service-list_ul li a:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(255, 111, 32, 0.1);
 }
}
.service-column-wrap {
 display: flex;
 flex-direction: column;
 gap: 40px;
}
.service-box {
 position: relative;
 border-radius: 40px;
 padding: 80px;
 box-sizing: border-box;
}
.service-box .service-box-title {
 text-align: center;
 font-size: 40px;
 font-weight: 700;
 line-height: 150%;
 margin-bottom: 40px;
}
.service-box .service-box-title span {
    display: block;
 color: #FF4D8D;
 font-size: 24px;
 font-weight: 700;
 line-height: 130%;
}
.service-box_after {
 content: "";
 position: absolute;
 top: 80px;
 right: -30px;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 190px;
 height: 98px;
 color: #FF4D8D;
 text-align: center;
 font-size: 16px;
 font-weight: 700;
 line-height: 130%;
 background-image: url("../img/service-bubble2.png");
 background-size: contain;
 background-repeat: no-repeat;
 padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
 .service-column-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
 }
 .service-box {
  width: 100vw;
  position: relative;
  border-radius: 20px;
  padding: 60px 5.89%;
  box-sizing: border-box;
 }
 .service-box .service-box-title {
  font-size: 3.2rem;
  line-height: 130%;
  margin-bottom: 30px;
 }
 .service-box .service-box-title span {
  font-size: 2rem;
  display: block;
  margin-bottom: 145px;
 }
 .service-box_after {
  content: "";
  position: absolute;
  top: 136px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 195px;
  height: 105px;
  aspect-ratio: 13/7;
  color: #FF4D8D;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  background-image: url("../img/service-bubble2-sp.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 0;
  padding-top: 10px;
 }
}
#link-tokuyou {
 --theme-bg: rgba(255, 234, 204, 0.5);
 --theme-color: #FF9600;
 --theme-dot: #FFCA80;
 --theme-bg-image: url("../img/icon_mail-orange.svg");
 --theme-before-image-1: url("../img/decoration_servicepage-orange1.svg");
 --theme-before-image-2: url("../img/decoration_servicepage-orange2.svg");
}
#link-short {
 --theme-bg: rgba(204, 241, 255, 0.5);
 --theme-color: #00B7FF;
 --theme-dot: #80DBFF;
 --theme-bg-image: url("../img/icon_mail-blue.svg");
 --theme-before-image-1: url("../img/decoration_servicepage-blue1.svg");
 --theme-before-image-2: url("../img/decoration_servicepage-blue2.svg");
}
#link-group {
 --theme-bg: rgba(226, 243, 204, 0.5);
 --theme-color: #6EC300;
 --theme-dot: #B6E180;
 --theme-bg-image: url("../img/icon_mail-green.svg");
 --theme-before-image-1: url("../img/decoration_servicepage-green1.svg");
 --theme-before-image-2: url("../img/decoration_servicepage-green2.svg");
}
#link-day {
 --theme-bg: rgba(255, 219, 232, 0.5);
 --theme-color: #FF4D8D;
 --theme-dot: #FFA6C6;
 --theme-bg-image: url("../img/icon_mail-pink.svg");
 --theme-before-image-1: url("../img/decoration_servicepage-pink1.svg");
 --theme-before-image-2: url("../img/decoration_servicepage-pink2.svg");
}
.service-box {
 background: var(--theme-bg);
}
.service-box .service-box-title {
 color: var(--theme-color);
}
.service-box .subpage-h4-en {
 color: var(--theme-color);
}
.service-box h4::after {
 background-image: radial-gradient(var(--theme-dot) 18%, transparent 20%);
}
.service-box .unit-label {
 color: var(--theme-color);
}
.service-box .service-recommend-box {
 background: var(--theme-color);
}
.service-box .concerns-arrow::before {
 background-image: radial-gradient(#FFCA80 20%, transparent 25%);
}
.service-box .contact-box-btn-flex.is-color {
 background-color: var(--theme-color);
}
.service-box .contact-box-btn.is-gap20 .contact-box-btn-flex span {
 background-image: var(--theme-bg-image);
}
.service-box .service-recommend-box::before {
 background-image: var(--theme-before-image-1);
}
.service-box .common-concerns-wrap::after {
 background-image: var(--theme-before-image-2);
}
@media screen and (max-width: 768px) {}
.subpage-h4 {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 gap: 3px;
}
.subpage-h4 .subpage-h4-en {
 font-family: "LINE Seed JP", sans-serif;
 font-size: 16px;
 font-weight: 400;
 line-height: 130%;
}
.subpage-h4 h4 {
 color: #333;
 text-align: center;
 font-size: 24px;
 font-weight: 700;
 line-height: 130%;
 position: relative;
 display: inline-block;
 padding-bottom: 10px;
}
.subpage-h4 h4.pd8 {
 padding: 0 8px 10px;
}
.subpage-h4 h4::after {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 4px;
 background-size: 8px 6px;
 background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
 .subpage-h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
 }
 .subpage-h4 .subpage-h4-en {
  font-size: 1.4rem;
 }
 .subpage-h4 h4 {
  font-size: 2rem;
  padding: 0 16px 8px;
 }
 .subpage-h4 h4.pd8 {
  padding: 0 15px 10px;
 }
 .subpage-h4 h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-size: 8px 6px;
  background-repeat: repeat-x;
 }
}
.service-box-container {
 display: flex;
 flex-direction: column;
 gap: 20px;
 background: #ffffff;
 border-radius: 20px;
 padding: 40px 60px 60px;
 margin-bottom: 40px;
}
.service-box-container p {
 color: #333;
 font-size: 16px;
 font-weight: 500;
 line-height: 200%;
}
.features-list {
 display: flex;
 justify-content: center;
 gap: 30px;
 margin: 20px 0 60px;
}
.features-list li {
 display: flex;
 flex-direction: column;
 justify-content: flex-start;
 align-items: center;
 width: 30%;
}
.features-list li .img-container {
 width: 100%;
  max-width: 260px;
 aspect-ratio: 1 / 0.85;
 position: relative;
 overflow: hidden;
}
.features-list li .img-container img {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 aspect-ratio: 1 / 1;
 object-fit: contain;
 object-position: center top;
 display: block;
 border-radius: 50%;
}
.features-list li h5 {
 color: #333333;
 text-align: center;
 font-size: 20px;
 font-weight: 700;
 line-height: 130%;
 margin: 15px 0 10px;
}
.features-list li p {
 width: 86%;
 color: #333333;
 font-size: 16px;
 font-weight: 500;
 line-height: 150%;
}
.service-unit-section {
 gap: 40px;
 margin-bottom: 60px;
}
.service-unit-section .unit-cards {
 display: flex;
 justify-content: center;
 gap: 15px;
}
.service-unit-section .unit-card {
 display: flex;
 width: 150px;
 padding: 20px 10px 14px 10px;
 flex-direction: column;
 align-items: center;
 border-radius: 15px;
 background: #FFF;
}
.service-unit-section .unit-card .unit-label {
 display: block;
 text-align: center;
 font-size: 20px;
 font-weight: 700;
 line-height: 130%;
}
.service-unit-section .unit-card .unit-label.text-orange {
 color: #ff6f20;
}
.service-unit-section .unit-card .unit-label.text-yellow {
 color: #ffb300;
}
.service-unit-section .unit-card .unit-label.text-orange-dark {
 color: #e65100;
}
.service-unit-section .unit-card .unit-capacity {
 color: #333;
 font-family: "Noto Sans JP";
 font-size: 18px;
 font-weight: 500;
 line-height: 200%;
}
.service-unit-section .unit-card .unit-capacity .num {
 color: #333;
 font-family: 'Roboto', sans-serif;
 font-size: 40px;
 font-weight: 700;
 line-height: 130%;
}
.service-unit-section .unit-card.numnone {
 display: flex;
 padding: 20px 20.5px 16px;
 flex-direction: column;
 align-items: center;
 text-align: center;
 border-radius: 15px;
 background: #FFF;
 width: 200px;
}
.service-unit-section .unit-card.numnone .unit-capacity {
 font-size: 20px;
 font-style: normal;
 font-weight: 700;
 line-height: 130%
}
.service-recommend-box {
 position: relative;
 display: flex;
 padding: 40px 60px;
 align-items: flex-start;
 gap: 40px;
 border-radius: 20px;
 margin-bottom: 60px;
}
.service-recommend-box::before {
 content: "";
 position: absolute;
 bottom: -14px;
 left: 30px;
 width: 70px;
 height: 70px;
 background-repeat: no-repeat;
 background-size: contain;
}
.service-recommend-box .recommend-title-area {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: flex-start;
 gap: 3px;
 flex-shrink: 0;
}
.service-recommend-box .recommend-title-area .recommend-sub {
 color: #FF0;
 font-family: "LINE Seed JP", sans-serif;
 font-size: 16px;
 font-weight: 400;
 line-height: 130%;
}
.service-recommend-box .recommend-title-area .recommend-title {
 position: relative;
 color: #FFF;
 font-size: 24px;
 font-weight: 700;
 line-height: 130%;
 padding-bottom: 10px;
}
.service-recommend-box .recommend-title-area .recommend-title::after {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 4px;
 background-image: radial-gradient(#FFFF00 18%, transparent 20%);
 background-size: 8px 6px;
 background-repeat: repeat-x;
}
.service-recommend-box .recommend-list {
 display: flex;
 flex-direction: column;
 flex-grow: 1;
}
.service-recommend-box .recommend-list li {
 color: #FFF;
 font-size: 18px;
 font-weight: 700;
 line-height: 200%;
 position: relative;
 padding-left: 14px;
}
.service-recommend-box .recommend-list li::before {
 content: "";
 position: absolute;
 left: 0;
 top: 1em;
 width: 5px;
 height: 5px;
 background-color: #ffffff;
 border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .features-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 20px;
  }

  .features-list li {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
 .service-box-container {
  gap: 15px;
  border-radius: 15px;
  padding: 30px 40px;
  margin-bottom: 40px;
 }
 .service-box-container p {
  font-size: 1.6rem;
 }
 .features-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin: 15px 0 40px;
 }
 .features-list li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 86.7%;
  margin: 0 auto;
 }
 .features-list li .img-container {
  width: 90.6%;
  max-width: 240px;
  position: relative;
 }
 .features-list li .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center top;
  display: block;
  overflow: hidden;
  border-radius: 50%;
 }
 .features-list li h5 {
  font-size: 1.8rem;
  margin: 15px 0 8px;
 }
 .features-list li p {
  width: 100%;
  font-size: 1.5rem;
 }
 .service-unit-section {
  display: block;
  margin-bottom: 40px;
 }
 .service-unit-section .unit-cards {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
 }
 .service-unit-section .unit-card {
  display: flex;
  width: 150px;
  padding: 15px 10px 10px;
  border-radius: 10px;
 }
 .service-unit-section .unit-card.numnone {
  display: flex;
  padding: 15px 10px;
  border-radius: 10px;
  background: #FFF;
  width: 86.7%;
 }
 .service-recommend-box {
  position: relative;
  display: block;
  padding: 30px 22px 30px;
  align-items: flex-start;
  margin-bottom: 40px;
 }
 .service-recommend-box::before {
  content: "";
  position: absolute;
  bottom: auto;
  top: 10px;
  left: -12px;
  width: 50px;
  height: 50px;
 }
 .service-recommend-box .recommend-title-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
 }
 .service-recommend-box .recommend-title-area .recommend-sub {
  font-size: 1.4rem;
 }
 .service-recommend-box .recommend-title-area .recommend-title {
  font-size: 2rem;
  padding: 0 18px 8px;
 }
 .service-recommend-box .recommend-title-area .recommend-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(#FFFF00 18%, transparent 20%);
  background-size: 8px 6px;
  background-repeat: repeat-x;
  padding: 0 18px;
 }
 .service-recommend-box .recommend-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 15px;
 }
 .service-recommend-box .recommend-list li {
  color: #FFF;
  font-size: 1.6rem;
  padding-left: 10px;
 }
 .service-recommend-box .recommend-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50%;
 }
}
/*Safari対策*/
.service-box_slider,
.service-box_slider .slick-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.service-box_slider-wrapper {
 position: relative;
 overflow: hidden;
 padding: 0;
 width: 100vw;
 left: 50%;
 transform: translateX(-50%);
}
.service-box_slider-wrapper .service-box_slider {
 width: 100%;
}
.service-box_slider-wrapper .service-box_slider .slider-item {
 padding: 0 10px;
 box-sizing: border-box;
}
.service-box_slider-wrapper .service-box_slider .slider-item img {
 width: 100%;
 height: auto;
 border-radius: 16px;
 display: block;
}
.service-box_slider-wrapper .service-box_slider .slick-arrow {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 z-index: 10;
 width: 60px;
 height: 60px;
 border: 2px solid #FF6700;
 background-color: #fff;
 border-radius: 50%;
 cursor: pointer;
 font-size: 0;
 transition: background-color 0.3s ease, border-color 0.3s ease;
}
.service-box_slider-wrapper .service-box_slider .slick-arrow::before {
 content: "";
 position: absolute;
 top: 50%;
 left: 50%;
 width: 15px;
 height: 12px;
 background-image: url("../img/arrow_right-orange.svg");
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center;
 transform: translate(-50%, -50%);
 transition: background-image 0.3s ease, transform 0.3s ease;
}
.service-box_slider-wrapper .service-box_slider .slick-prev {
 left: 2.2%;
}
.service-box_slider-wrapper .service-box_slider .slick-prev::before {
 transform: translate(-50%, -50%) scaleX(-1);
}

.service-box_slider-wrapper .service-box_slider .slick-next {
 right: 2.2%;
}

.service-box_slider-wrapper .service-box_slider .slick-next:hover {
 background-color: #FF6700 !important;
 border-color: #FFF !important;
}
.service-box_slider-wrapper .service-box_slider .slick-next:hover::before {
 background-image: url('../img/arrow_right.svg') !important;
    transform: translate(calc(-50% + 6px), -50%);
}
.service-box_slider-wrapper .service-box_slider .slick-prev:hover {
 background-color: #FF6700 !important;
 border-color: #FFF !important;
}
.service-box_slider-wrapper .service-box_slider .slick-prev:hover::before {
 background-image: url('../img/arrow_right.svg') !important;
transform: translate(calc(-50% - 6px), -50%) scaleX(-1);
}
.common-concerns-wrap {
    position: relative;
width: 100%;
    padding: 40px 60px 60px;
    border-radius: 20px;
    background: var(--kkk_White, #FFF);
    margin-top: 60px;
}
.common-concerns-wrap::after {
 content: "";
 position: absolute;
 top: -10px;
 right: 30px;
 width: 70px;
 height: 70px;
 background-image: url("../img/decoration_yellow-sub-service.svg");
 background-size: contain;
 background-repeat: no-repeat;
}
.concerns-cards {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 20px;
 margin: 20px 0 0;
 align-items: start;
}
.concerns-cards .speech-bubble:nth-child(even) {
 margin-top: 20px;
}
.speech-bubble {
 position: relative;
 background-image: url("../img/service-bubble.png");
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: 100% 100%;
 border: none;
 background-color: transparent;
 min-height: 125px;
 padding: 20px 10px 33px;
 display: flex;
 align-items: center;
 justify-content: center;
 box-sizing: border-box;
}
.speech-bubble.direction {
 position: relative;
 background-image: url("../img/service-bubble-2.png");
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: 100% 100%;
 border: none;
 background-color: transparent;
 min-height: 125px;
 padding: 20px 10px 33px;
 display: flex;
 align-items: center;
 justify-content: center;
 box-sizing: border-box;
}

.speech-bubble p {
 font-size: 15px;
 font-weight: bold;
 color: #333;
 line-height: 1.5;
 margin: 0;
}
.concerns-arrow {
 position: relative;
 text-align: center;
 margin: 10px 0 40px;
}
.concerns-arrow::before {
 content: "";
 position: absolute;
 top: 50%;
 left: 0;
 width: 100%;
 height: 4px;
 transform: translateY(-50%);
 z-index: 1;
 background-image: radial-gradient(#FFCA80 20%, transparent 25%);
 background-size: 8px 6px;
 background-repeat: repeat-x;
}
.arrow-circle {
 position: relative;
 z-index: 2;
 background-color: #FF6700;
 width: 40px;
 height: 40px;
 background-image: url("../img/arrow_under.svg");
 background-size: 10px 8px;
 background-position: center;
 background-repeat: no-repeat;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
}
.concerns-lead {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 5px;
 margin-bottom: 40px;
}
.concerns-lead h5 {
 color: #FF6700;
 font-size: 24px;
 font-weight: 700;
}
.concerns-lead p {
 font-size: 16px;
 color: #333;
 font-weight: 500;
 line-height: 150%;
 text-align: center;
}
@media screen and (max-width: 768px) {
 .service-box_slider-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100vw;
  height: 175px;
  left: 50%;
  transform: translateX(-50%);
 }
 .service-box_slider-wrapper .service-box_slider {
  width: 100%;
 }
 .service-box_slider-wrapper .service-box_slider .slider-item {
  padding: 0 7.5px;
  box-sizing: border-box;
 }
 .service-box_slider-wrapper .service-box_slider .slider-item img {
  width: 250px;
  height: 175px;
  border-radius: 10px;
  object-fit: cover;
  display: block;
 }
 .service-box_slider-wrapper .service-box_slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border: 2px solid #FF6700;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  transition: all 0.3s ease;
 }
 .service-box_slider-wrapper .service-box_slider .slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 8px;
  background-image: url("../img/arrow_right-orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
  transform: translate(-50%, -50%);
 }
 .service-box_slider-wrapper .service-box_slider .slick-arrow:hover {
  background-color: #FF9600;
 }
 .service-box_slider-wrapper .service-box_slider .slick-prev {
  left: 2.6%;
 }
 .service-box_slider-wrapper .service-box_slider .slick-prev::before {
  transform: translate(-50%, -50%) scaleX(-1);
 }
 .service-box_slider-wrapper .service-box_slider .slick-next {
  right: 2.6%;
 }
 .common-concerns-wrap {
  margin-top: 40px;
  padding: 40px 22px;
  box-sizing: border-box;
 }
 .common-concerns-wrap::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -10px;
  width: 50px;
  height: 50px;
  background-image: url("../img/decoration_yellow-sub-service.svg");
  background-size: contain;
  background-repeat: no-repeat;
 }
 .concerns-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0 0;
     text-align: center;
 }
 .concerns-cards .speech-bubble:nth-child(even) {
  margin-left: 20px;
  margin-top: 0;
 }
 .speech-bubble {
  position: relative;
  background-image: url("../img/service-bubble.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  border: none;
  background-color: transparent;
  max-width: 267px;
        width: 100%;
  min-height: 95px;
  padding: 16px 0 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
 }
 .speech-bubble p {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
 }
 .concerns-arrow {
  position: relative;
  text-align: center;
  margin: 8px 0 30px;
 }
 .concerns-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  transform: translateY(-50%);
  z-index: 1;
  background-image: radial-gradient(#FFCA80 20%, transparent 25%);
  background-size: 8px 6px;
  background-repeat: repeat-x;
 }
 .arrow-circle {
  position: relative;
  z-index: 2;
  background-color: #FF6700;
  width: 40px;
  height: 40px;
  background-image: url("../img/arrow_under.svg");
  background-size: 10px 8px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
 }
 .concerns-lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  margin-bottom: 30px;
 }
 .concerns-lead h5 {
  font-size: 2rem;
 }
 .concerns-lead p {
  font-size: 1.5rem;
 }
}
/*news-page*/
.news-page {}
/*タブ*/
.tab-container {
 display: flex;
 gap: 15px;
 margin-bottom: 60px;
}
.tab-btn {
 display: inline-block;
 width: 120px;
 padding: 11px 20px;
 color: #FFF;
 text-align: center;
 font-size: 18px;
 font-weight: 700;
 line-height: 130%;
 cursor: pointer;
 transition: background-color 0.3s, opacity 0.3s;
 text-decoration: none;
 border-radius: 10px;
 background: var(--kkk_Deep-Orange-100, #FFAB33);
}
/*アクティブがついたとき*/
.tab-btn.is-active {
 background-color: #FF6700;
}
.tab-btn:hover {
 opacity: 0.85;
}
ul.news-page-grid {
 padding: 0;
 margin: 0;
 display: flex;
 flex-wrap: wrap;
 gap: 40px 2%;
}
li.news-page-item {
 width: calc((100% - 4%) / 3);
 display: flex;
 flex-direction: column;
 transition: opacity 0.3s;
}
li.news-page-item.is-hidden {
 display: none !important;
}
.news-page-link {
 text-decoration: none;
 color: inherit;
 display: flex;
 flex-direction: column;
 height: 100%;
}
.news-page-link:hover .news-page-thumbnail img {
 opacity: 0.9;
}
.news-page-link:hover .news-page-title {
 color: #ff5e00;
}
.news-page-thumbnail {
 width: 100%;
 aspect-ratio: 3 / 2;
 background-color: #fff5eb;
 border-radius: 8px;
 overflow: hidden;
 margin-bottom: 10px;
}
.news-page-thumbnail img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: opacity 0.3s;
}
.news-page-thumbnail .no-image {
 width: 100%;
 height: 100%;
}
.news-page-thumbnail .no-image img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.news-page-meta {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 8px;
}
.news-page-date {
 color: #FFB380;
 font-size: 16px;
 font-weight: 500;
 line-height: 150%;
}
.news-page-label {
 display: inline-block;
 color: #FFF;
 text-align: center;
 font-size: 16px;
 font-weight: 500;
 line-height: 24px;
 padding: 0 18px;
 border-radius: 5px;
 background-color: #FF6700;
}
.news-page-title {
 display: -webkit-box;
 width: 300px;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
 color: #333;
 text-overflow: ellipsis;
 font-size: 18px;
 font-weight: 700;
 line-height: 130%;
 transition: color 0.3s;
}
/*ページャー*/
.pagenavi {
 margin-top: 60px;
 text-align: center;
}
.pagenavi ul.page-numbers {
 display: inline-flex;
 list-style: none;
 padding: 0;
 margin: 0;
}
.pagenavi ul.page-numbers li:has(.next) {
 margin-left: 20px;
}
.pagenavi ul.page-numbers li:has(.prev) {
 margin-right: 20px;
}
/* 丸ボタン共通設定 */
.pagenavi ul.page-numbers li a.page-numbers:not(.prev):not(.next) {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 60px;
 height: 60px;
 text-decoration: none;
 color: #FF6700;
 font-family: 'Roboto', sans-serif;
 font-size: 24px;
 font-weight: 700;
 line-height: 1;
 border-radius: 50%;
 background-color: #FFF4ED;
 transition: background-color 0.3s, color 0.3s;
 box-sizing: border-box;
 margin: 0 2.5px;
}
.pagenavi ul.page-numbers li span.page-numbers.current {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 60px;
 height: 60px;
 text-decoration: none;
 font-family: 'Roboto', sans-serif;
 font-size: 24px;
 font-weight: 700;
 line-height: 1;
 border-radius: 50%;
 transition: background-color 0.3s, color 0.3s;
 box-sizing: border-box;
 margin: 0 2.5px;
 color: #fff;
 background-color: #FF6700;
}
.pagenavi ul.page-numbers li a.prev, .pagenavi ul.page-numbers li a.next {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 60px;
 height: 60px;
 text-decoration: none;
 color: #FF6700;
 font-family: 'Roboto', sans-serif;
 font-size: 24px;
 font-weight: 700;
 line-height: 1;
 border-radius: 50%;
 background-color: #FF9600;
 transition: all 0.3s, color 0.3s;
 box-sizing: border-box;
}
.pagenavi .arrow-prev {
 display: block;
 width: 15px;
 height: 12px;
 background-image: url("../img/arrow_left.svg");
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center;
}
.pagenavi .arrow-next {
 display: block;
 width: 15px;
 height: 12px;
 background-image: url("../img/arrow_right.svg");
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center;
}
/* 矢印ボタンをホバーしたとき：白背景＋オレンジ枠線 */
.pagenavi ul.page-numbers li a.prev:hover, .pagenavi ul.page-numbers li a.next:hover {
 background-color: #ffffff;
 outline: 2px solid #FF9600;
}
.pagenavi ul.page-numbers li a.prev:hover .arrow-prev {
 background-image: url("../img/arrow_right-yellow.svg");
 transform: scaleX(-1) translateX(4px);
}
.pagenavi ul.page-numbers li a.next:hover .arrow-next {
 background-image: url("../img/arrow_right-yellow.svg");
 transform: translateX(4px);
}
@media (max-width: 768px) {
 .news-page {}
 .tab-container {
  gap: 10px;
  margin-bottom: 40px;
 }
 .tab-btn {
  width: 100px;
  height: 35px;
  padding: 7px 10px;
  font-size: 1.6rem;
 }
 li.news-page-item {
  width: 48.5%;
 }
 ul.news-page-grid {
  width: 87.6%;
  gap: 30px;
  margin: 0 auto;
 }
 .news-page-thumbnail {
  width: 100%;
  height: 190px;
 }
 .news-page-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
 }
 .news-page-date {
  font-size: 1.5rem;
 }
 .news-page-label {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 22px;
  padding: 0 10px;
 }
 .news-page-title {
  display: -webkit-box;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
  text-overflow: ellipsis;
  font-size: 1.6rem;
 }
 /*ページャー*/
 .pagenavi {
  margin-top: 40px;
  text-align: center;
 }
 .pagenavi ul.page-numbers {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
 }
 .pagenavi ul.page-numbers li:has(.next) {
  margin-left: 20px;
 }
 .pagenavi ul.page-numbers li:has(.prev) {
  margin-right: 20px;
 }
 /* 丸ボタン共通設定 */
 .pagenavi ul.page-numbers li a.page-numbers:not(.prev):not(.next) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #FF6700;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
  background-color: #FFF4ED;
  transition: background-color 0.3s, color 0.3s;
  box-sizing: border-box;
  margin: 0 2.5px;
 }
 .pagenavi ul.page-numbers li span.page-numbers.current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s;
  box-sizing: border-box;
  margin: 0 2.5px;
  color: #fff;
  background-color: #FF6700;
 }
 .pagenavi ul.page-numbers li a.prev, .pagenavi ul.page-numbers li a.next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #FF6700;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
  background-color: #FF9600;
  transition: all 0.3s, color 0.3s;
  box-sizing: border-box;
 }
 .pagenavi .arrow-prev {
  display: block;
  width: 10px;
  height: 8px;
  background-image: url("../img/arrow_left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
 }
 .pagenavi .arrow-next {
  display: block;
  width: 10px;
  height: 8px;
  background-image: url("../img/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
 }
 /* 矢印ボタンをホバーしたとき：白背景＋オレンジ枠線 */
 .pagenavi ul.page-numbers li a.prev:hover, .pagenavi ul.page-numbers li a.next:hover {
  background-color: #ffffff;
  outline: 2px solid #FF9600;
 }
 .pagenavi ul.page-numbers li a.prev:hover .arrow-prev {
  background-image: url("../img/arrow_right-yellow.svg");
  transform: scaleX(-1) translateX(4px);
 }
 .pagenavi ul.page-numbers li a.next:hover .arrow-next {
  background-image: url("../img/arrow_right-yellow.svg");
  transform: translateX(4px);
 }
}
@media (max-width: 480px) {
 li.news-page-item {
  width: 100%;
 }
 .tab-container {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
 }
}
/*お知らせの詳細ページ*/
.news-detail {}
.news-detail-meta {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 16px;
}
.news-detail-label {
 display: inline-block;
 padding: 0 18px;
 font-size: 16px;
 color: #FFF;
 text-align: center;
 font-weight: 500;
 line-height: 150%;
 border-radius: 5px;
 background-color: #FF6700;
 margin-top: 3px;
}
.news-detail-date {
 color: #FFB380;
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
 line-height: 150%;
}
/* タイトル */
.news-detail-title {
 position: relative;
 color: #333;
 font-size: 32px;
 font-weight: 700;
 line-height: 130%;
 padding-bottom: 25px;
}
.news-detail-title::after {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 6px;
 background-image: radial-gradient(#FFB380 10%, transparent 15%);
 background-size: 11px 10px;
 background-repeat: repeat-x;
}
.news-detail-content {
 color: #333;
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
 line-height: 200%;
 padding: 40px 0 80px;
}
.news-detail-content p {
 margin-bottom: 1em;
}
.news-detail-content img {
 margin-bottom: 1em;
}
.news-detail-content a{
    color: #0693e3;
    text-decoration: underline;
    text-decoration-color: #0693e3;
    text-underline-offset: 4px;
}.news-detail-content a:hover{
    opacity: 0.7;
}
@media (max-width: 768px) {
 .news-detail {}
 .news-detail-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
 }
 .news-detail-label {
  display: inline-block;
  padding: 0 10px;
  font-size: 1.5rem;
  margin-top: 2px;
 }
 .news-detail-date {
  font-size: 1.6rem;
 }
 /* タイトル */
 .news-detail-title {
  position: relative;
  font-size: 2.4rem;
  padding-bottom: 10px;
 }
 .news-detail-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-image: radial-gradient(#FFB380 10%, transparent 15%);
  background-size: 11px 10px;
  background-repeat: repeat-x;
 }
 .news-detail-content {
  font-size: 1.6rem;
  padding: 20px 0 40px;
 }
 .news-detail-content p {
  margin-bottom: 1em;
 }
 .news-detail-content img {
  margin-bottom: 1em;
 }
}
/*contact-page*/
.contact-page-top {
 display: flex;
 align-items: center;
 gap: 30px;
 background-color: #FF6700;
 border-radius: 15px;
 padding: 28px 8.3% 17px 7.14%;
 text-decoration: none;
 color: #ffffff;
 width: 100%;
 box-sizing: border-box;
 transition: opacity 0.3s;
}
.contact-page-top:hover {
 opacity: 0.9;
}
.contact-page-top .icon-tel {
 display: block;
 flex-shrink: 0;
 width: 80px;
 height: 80px;
 background-color: #ffffff;
 border-radius: 50%;
 background-image: url("../img/icon_tel.svg");
 background-size: 58px 58px;
 background-repeat: no-repeat;
 background-position: center;
}
.contact-page-top-text {
 flex-grow: 1;
}
.contact-page-top-text .reception {
 display: block;
 color: #FFF;
 font-size: 20px;
 font-weight: 500;
 line-height: 130%; /* 26px */
}
.contact-page-top-text p.flex-between {
 display: flex;
 align-items: flex-end;
 margin-top: -3px;
}
.contact-page-top-text .phone-number {
 font-family: 'Roboto', sans-serif;
 font-size: clamp(50px, 7.14vw, 60px);
 font-weight: 700;
 line-height: 130%;
}
.contact-page-top-text .reception-time {
 font-size: 16px;
 font-weight: 500;
 padding-bottom: 13px;
 white-space: nowrap;
}
.contact-page-p {
 color: #333;
 text-align: center;
 font-size: 18px;
 font-weight: 500;
 line-height: 150%;
 margin: 120px 0 80px;
}
.contact-page-text {
 color: #333;
 font-size: 18px;
 font-weight: 500;
 line-height: 200%;
}
@media (max-width: 768px) {
 .contact-page-top {
  gap: 10px;
  border-radius: 10px;
  padding: 14px 20px;
  width: 86.7%;
  margin: 0 auto;
 }
 .contact-page-top .icon-tel {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
 }
 .contact-page-top-text p.flex-between {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: -2px;
 }
 .contact-page-top-text .phone-number {
  font-size: 3rem;
 }
    .contact-page-top-text .reception-time {
 padding-bottom: 0;
 white-space: nowrap;
}

 .contact-page-p {
  width: 86.7%;
  color: #333;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  margin: 40px auto 60px;
 }
 .contact-page-text {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
 }
}
/*コンタクトフォーム*/
.contact__block {
 display: flex;
 margin-bottom: 20px;
 align-items: flex-start;
 gap: 40px;
}
.contact__block .formtitle {
 display: flex;
 width: 40%;
 flex-shrink: 0;
 padding-top: 17px;
}
.contact__block .formtitle p {
 align-items: center;
 display: block;
 font-size: 18px;
 font-weight: 700;
 color: #333333;
 line-height: 1.4;
}
.contact__block .formtitle .sub-text {
 display: block;
 color: #333;
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: 150%;
 margin: 5px 0 0 0;
}
/*内容確認ページ用*/
.contact__block.pd20 {
 padding: 20px 0;
 align-items: center;
 font-size: 1.8rem;
}
.contact__block.pd20 .formtitle {
 padding: 0;
}
.label {
 display: inline-block;
 color: #FFF;
 text-align: center;
 font-size: 16px;
 font-style: normal;
 font-weight: 500;
 line-height: 24px;
 padding: 0 10px;
 border-radius: 5px;
 margin-right: 20px;
 vertical-align: middle;
}
.label.hisu {
 background-color: #FF6700;
 color: #ffffff;
}
.label.nin-i {
 background-color: #FFE1CC;
 color: #FF6700;
}
.nyuryokubox-item {
 flex-grow: 1;
}
/*Safari対策*/
button, 
input, 
select, 
textarea {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
a, 
button {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
}
.nyuryokubox-item input[type="text"], .nyuryokubox-item input[type="email"], .nyuryokubox-item input[type="tel"], .nyuryokubox-item textarea {
 width: 100%;
 max-width: 100%;
 background-color: #F9F9F9;
 border: 1px solid #FF6700;
 border-radius: 10px;
 padding: 16px 20px;
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
 line-height: 150%;
 color: #333333;
 box-sizing: border-box;
 outline: none;
 transition: border-color 0.3s, background-color 0.3s;
}
.nyuryokubox-item.zip-box input {
 max-width: 41.3%;
}
.nyuryokubox-item input:focus, .nyuryokubox-item textarea:focus {
 background-color: #ffffff;
}
/* プレースホルダーの色 */
.nyuryokubox-item input::placeholder, .nyuryokubox-item textarea::placeholder {
 color: #999;
 font-size: 18px;
 font-style: normal;
 font-weight: 500;
 line-height: 150%;
}
.address-group {
 display: flex;
 flex-direction: column;
 gap: 15px;
}
.address-group .zip-box input[type="text"] {
 max-width: 250px;
}
.address-group .main-address-box input {
 width: 100%;
}
.nyuryokubox-item textarea {
 height: 240px;
 resize: vertical;
}
@media screen and (max-width: 768px) {
 .contact__block {
  flex-direction: column;
  margin-bottom: 15px;
  gap: 10px;
 }
 .contact__block .formtitle {
  display: flex;
  width: 100%;
  padding-top: 0;
 }
 .contact__block .formtitle.mgb {
  margin-bottom: 10px;
 }
 .contact__block .formtitle p {
  display: block;
 }
 .contact__block .formtitle .sub-text {
  display: block;
  color: #333;
  font-size: 1.5rem;
  margin: 3px 0 0 0;
 }
 .contact__block .formtitle .spnone {
  display: none;
 }
 .nyuryokubox-item.zip-box input {
  max-width: 100%;
 }
 .policy-wrapper {
  padding: 20px;
 }
 /*内容確認ページ用*/
 .contact__block.pd20 {
  padding: 20px 0;
  align-items: flex-start;
  font-size: 1.8rem;
 }
 .contact__block.pd20 .formtitle {
  padding: 0;
 }
 .contact__block.pd20 .nyuryokubox-item {
  padding: 10px 8px 10px 20px;
 }
 .label {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 21px;
  padding: 0 10px;
  border-radius: 5px;
  margin-right: 10px;
 }
 .label.hisu {
  background-color: #FF6700;
  color: #ffffff;
 }
 .label.nin-i {
  background-color: #FFE1CC;
  color: #FF6700;
 }
 .nyuryokubox-item {
  flex-grow: 1;
 }
 .nyuryokubox-item input[type="text"], .nyuryokubox-item input[type="email"], .nyuryokubox-item input[type="tel"], .nyuryokubox-item textarea {
  width: 100%;
  max-width: 100%;
  background-color: #F9F9F9;
  border: 1px solid #FF6700;
  border-radius: 10px;
  padding: 13px 20px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #333333;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.3s, background-color 0.3s;
 }
 .nyuryokubox-item.zip-box input {
  max-width: none;
 }
 .nyuryokubox-item input:focus, .nyuryokubox-item textarea:focus {
  background-color: #ffffff;
 }
 /* プレースホルダーの色 */
 .nyuryokubox-item input::placeholder, .nyuryokubox-item textarea::placeholder {
  color: #999;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
 }
 .address-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
 }
 .address-group .zip-box input[type="text"] {
  max-width: 150px;
 }
 .address-group .main-address-box input {
  width: 100%;
 }
 .nyuryokubox-item textarea {
  height: 218px;
  resize: vertical;
 }
}
.flex-checkbox, .flex-radio {
 flex-grow: 1;
 display: flex;
 flex-direction: column;
 gap: 10px;
}
.flex-checkbox {
 margin-bottom: 20px;
}
.flex-checkbox p.flex-checkbox-title {
 color: #333;
 font-size: 20px;
 font-weight: 700;
 line-height: 130%;
}
.flex-checkbox p {
 color: #333;
 font-size: 18px;
 font-weight: 500;
 line-height: 130%;
}
.flex-checkbox p.mgt {
 margin-top: 10px;
}
.flex-checkbox p span {
 color: #333;
 font-size: 18px;
 font-weight: 500;
 line-height: 150%; /* 27px */
 margin-bottom: 8px;
}
.flex-checkbox p span:last-child {
 margin-bottom: 0;
}
/* CF7特有の不要なスパンを並列化 */
.flex-checkbox .wpcf7-list-item, .flex-radio .wpcf7-list-item {
 display: block;
}
.flex-checkbox label, .flex-radio label {
 display: inline-flex;
 align-items: center;
 cursor: pointer;
 font-size: 16px;
 font-weight: 500;
 color: #333333;
}
.flex-checkbox input[type="checkbox"], .policy-agree input[type="checkbox"] {
 -webkit-appearance: none;
 appearance: none;
 margin-right: 10px;
 width: 26px;
 height: 26px;
 border-radius: 5px;
 outline: 1px solid #FFB380;
 background: #FFF;
 display: inline-grid;
 place-content: center;
 vertical-align: middle;
 cursor: pointer;
 box-sizing: border-box;
}
.flex-checkbox input[type="checkbox"]:checked, .policy-agree input[type="checkbox"]:checked {
 background-color: #FF6700;
}
.flex-checkbox input[type="checkbox"]::before, .policy-agree input[type="checkbox"]::before {
 content: "";
 width: 18px;
 height: 10px;
 border-left: 3px solid #ffffff;
 border-bottom: 3px solid #ffffff;
 transform: rotate(-45deg) translate(0.5px, -0.5px);
 scale: 0;
}
.flex-checkbox input[type="checkbox"]:checked::before, .policy-agree input[type="checkbox"]:checked::before {
 scale: 1;
}
.policy-wrapper {
 background-color: #FFF4ED;
 border-radius: 20px;
 padding: 40px 60px;
 margin: 60px 0;
}
.policy-notice {
 font-size: 18px;
 font-weight: 500;
 color: #333333;
 line-height: 150%;
 margin: 0 0 20px;
}
.policy-box {
 background-color: #ffffff;
 border: 1px solid #FF6700;
 border-radius: 10px;
 padding: 40px;
 margin-bottom: 20px;
}
.policy-content {
 height: 260px;
 overflow-y: scroll;
 color: #333;
 font-size: 15px;
 font-weight: 400;
 line-height: 200%;
}
.policy-content p {
 margin-bottom: 1em;
}
.policy-content p span {
 display: inline-block;
}
.policy-agree {
 display: flex;
 align-items: center;
 justify-content: flex-start;
 gap: 30px;
}
.policy-agree label {
 color: #333;
 font-size: 18px;
 font-weight: 500;
 line-height: 150%;
 cursor: pointer;
}
.check-btn-wrap {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 20px;
 width: 100%;
}
.check-btn {
 position: relative;
 width: 280px;
 height: 60px;
 margin: 0 auto;
}
.check-btn p, .check-btn span.wpcf7-form-control-wrap {
 display: block;
 width: 100%;
 height: 100%;
}
.check-btn input {
 position: relative;
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 100%;
 height: 100%;
 padding: 0 10px 0 30px;
 background-color: #FF6700;
 border-radius: 30px;
 color: #FFFFFF;
 font-size: 18px;
 font-weight: 700;
 line-height: 130%;
 text-align: left;
 transition: background-color 0.3s ease;
 cursor: pointer;
}
.check-btn::after {
 content: "";
 position: absolute;
 right: 16px;
 top: 30px;
 transform: translateY(-50%);
 width: 40px;
 height: 40px;
 border: 1.5px solid #FFFFFF;
 border-radius: 50%;
 pointer-events: none;
 box-sizing: border-box;
 transition: transform 0.3s ease;
}
.check-btn::before {
 content: "";
 position: absolute;
 right: 30px;
 top: 30px;
 transform: translateY(-50%);
 width: 10px;
 height: 8px;
 background-image: url("../img/arrow_right.svg");
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center;
 pointer-events: none;
 z-index: 2;
 transition: transform 0.3s ease;
}
.check-btn:hover input[type="submit"], .wpcf7-form-control.wpcf7-previous {
 opacity: 0.9;
}
.check-btn:hover::after {
 background-color: #fff;
}
.check-btn:hover::before {
 transform: translateY(-50%) translateX(4px);
 background-image: url("../img/arrow_right-orange.svg");
}
@media screen and (max-width: 768px) {
 .flex-checkbox, .flex-radio {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
 }
 .flex-checkbox {
  margin-bottom: 20px;
 }
 .flex-checkbox p {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
 }
 .flex-checkbox p.flex-checkbox-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
 }
 .flex-checkbox p.mgt {
  margin-top: 7px;
 }
 .flex-checkbox p span {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%; /* 27px */
  margin: 0 0 5px;
 }
 .flex-checkbox p span:last-child {
  margin-bottom: 0;
 }
 /* CF7特有の不要なスパンを並列化 */
 .flex-checkbox .wpcf7-list-item, .flex-radio .wpcf7-list-item {
  display: block;
 }
 .flex-checkbox label, .flex-radio label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
 }
 .flex-checkbox input[type="checkbox"], .policy-agree input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  outline: 1px solid #FFB380;
  background-color: #FFF;
  display: inline-grid;
  place-content: center;
  vertical-align: middle;
  cursor: pointer;
  box-sizing: border-box;
 }
 .flex-checkbox input[type="checkbox"]:checked, .policy-agree input[type="checkbox"]:checked {
  background-color: #FF6700;
 }
 .flex-checkbox input[type="checkbox"]::before, .policy-agree input[type="checkbox"]::before {
  content: "";
  width: 14px;
  height: 7px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg) translate(0.5px, -0.5px);
  scale: 0;
 }
 .flex-checkbox input[type="checkbox"]:checked::before, .policy-agree input[type="checkbox"]:checked::before {
  scale: 1;
 }
 .policy-wrapper {
  background-color: #FFF4ED;
  border-radius: 15px;
  padding: 30px 22px;
  margin: 40px 0;
 }
 .policy-notice {
  font-size: 1.6rem;
  margin: 0 0 15px;
 }
 .policy-box {
  background-color: #ffffff;
  border: 1px solid #FF6700;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
 }
 .policy-content {
  height: 300px;
  overflow-y: scroll;
 }
 .policy-agree {
  display: block;
  margin-left: 10px;
 }
 .policy-agree label {
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
  cursor: pointer;
  margin-top: 5px;
 }
 .check-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
 }
 .check-btn {
  position: relative;
  width: 280px;
  height: 50px;
  margin: 0 auto;
 }
 .check-btn p, .check-btn span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  height: 100%;
 }
 .check-btn input {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 10px 0 25px;
  background-color: #FF6700;
  border-radius: 25px;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 130%;
  text-align: left;
  transition: background-color 0.3s ease;
  cursor: pointer;
 }
 .check-btn::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 25px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1.5px solid #FFFFFF;
  border-radius: 50%;
  pointer-events: none;
  box-sizing: border-box;
  transition: transform 0.3s ease;
 }
 .check-btn::before {
  content: "";
  position: absolute;
  right: 21px;
  top: 25px;
  transform: translateY(-50%);
  width: 7.5px;
  height: 6px;
  background-image: url("../img/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 2;
  transition: transform 0.3s ease;
 }
 .check-btn:hover input[type="submit"], .wpcf7-form-control.wpcf7-previous {
  opacity: 0.9;
 }
 .check-btn:hover::after {
  background-color: #fff;
 }
 .check-btn:hover::before {
  transform: translateY(-50%) translateX(4px);
  background-image: url("../img/arrow_right-orange.svg");
 }
 .wpcf7-list-item.first.last {
  margin: 5px 0 0;
 }
}
/*採用ページ*/
.subpage-h4.orange .subpage-h4-en {
 color: #FF6700;
}
.subpage-h4.orange h4::after {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 4px;
 background-image: radial-gradient(#FFB380 18%, transparent 20%);
 background-size: 8px 6px;
 background-repeat: repeat-x;
}
.recruit_top-mv {
 position: relative;
 width: 100%;
 height: 768px;
 overflow: hidden;
}
@media screen and (max-width: 768px) {
 .subpage-h4.orange h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(#FFB380 18%, transparent 20%);
  background-size: 8px 6px;
  background-repeat: repeat-x;
 }
 .recruit_top-mv {
  position: relative;
  width: 100%;
  height: 510px;
  overflow: visible;
 }
}
/* 2. 採用専用スライダー本体 */
.recruit_mv-slider {
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
 display: block;
}
.recruit_mv-slider .slide-item {
    position: relative;
  display: block;
 height: 100%;
 outline: none;
}
.recruit_mv-slider .slide-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}
.recruit_mv-slider .slide-item picture img {
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
 object-position: center;

}
.recruit_top-mv::after {
 content: "";
 position: absolute;
 bottom: -1px;
 left: 0;
 width: 100%;
 height: 136.6px;
 background-image: url("../img/bg_wave-recruitment.png");
 background-repeat: no-repeat;
 background-size: 100% 100%;
 z-index: 2;
}
.recruit_top-mv_left {
 position: absolute;
 bottom: 187px;
 left: 70px;
z-index: 2;
}
.recruit_top-mv_catch-copy1 {
 color: #FFF;
 font-size: 40px;
 font-weight: 700;
 line-height: 150%;
 margin-bottom: 20px;
}
.recruit_top-mv_catch-copy2 {
 color: #FFF;
 font-size: 18px;
 font-weight: 500;
 line-height: 150%;
}
.recruit_scroll-right {
 position: fixed;
 right: 0;
 bottom: 90px;
 z-index: 23;
 display: flex;
 flex-direction: column;
 gap: 10px;
    will-change: transform;
}
@media screen and (max-width: 768px) {
 .recruit_mv-slider {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
 }
 .recruit_mv-slider .slick-list, .recruit_mv-slider .slick-track {
  height: 100%;
 }
 .recruit_mv-slider .slide-item {
  height: 100%;
  outline: none;
 }
 .recruit_mv-slider .slide-item picture, .recruit_mv-slider .slide-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
 }
 .recruit_top-mv::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 38px;
  background-image: url("../img/bg_wave-top1-sp.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 3;
 }
 .recruit_top-mv_left {
  position: absolute;
  bottom: 48px;
  left: 22px;
 }
 .recruit_top-mv_catch-copy1 {
  color: #FFF;
  font-size: 2.4rem;
  line-height: 130%;
  margin-bottom: 10px;
 }
 .recruit_top-mv_catch-copy2 {
  font-size: 1.6rem;
 }
}
.recruit_scroll-right1 {
 display: flex;
 align-items: center;
 justify-content: flex-start;
 gap: 10px;
 width: 200px;
 height: 80px;
 border-radius: 40px 0 0 40px;
 padding: 10px;
 text-decoration: none;
 box-sizing: border-box;
 transition: opacity 0.3s ease;
}
.recruit_scroll-right1:hover {
 opacity: 0.8;
}
.recruit_scroll-right1.bg-orange {
 background-color: #FF6700;
}
.recruit_scroll-right1.bg-yellow {
 background-color: #FF9600;
}
.recruit_scroll-right1 .icon-circle {
 display: block;
 width: 60px;
 height: 60px;
 background-color: #ffffff;
 border-radius: 50%;
 background-position: center;
 background-repeat: no-repeat;
 box-sizing: border-box;
 flex-shrink: 0;
}
.recruit_scroll-right1.bg-orange .icon-circle {
 background-image: url("../img/icon_rec1.svg");
}
.recruit_scroll-right1.bg-yellow .icon-circle {
 background-image: url("../img/icon_rec2.svg");
}
.recruit_scroll-right1 .link-text {
 color: #FFF;
 font-size: 18px;
 font-style: normal;
 font-weight: 700;
 line-height: 130%;
}
/*法人理念*/
.philosophy {
 position: relative;
 max-width: 1040px;
 width: 100%;
 margin: 0 auto;
 padding: 60px 0 86px;
}
.philosophy-inner{
    position: relative;
}
.philosophy-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
 margin: 40px 0 0;
    z-index: 3;
}
.philosophy-list li {
    position: relative;
display: flex;
    flex-direction: column;
    gap: 15px;
}
.philosophy-list li::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -40px;
    display: block;
    width: 80px;
height: 80px;
aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #FFF4ED;
}
.philosophy-list li h3 {
    position: relative;
    z-index: 2;
 color: #FF6700;
font-size: 32px;
font-weight: 700;
line-height: 130%;
}
.philosophy-list li p {
    position: relative;
    z-index: 2;
 color: #333;
font-size: 18px;
font-weight: 500;
line-height: 200%;
}
.philosophy-images {
  position: absolute;
  top: 40px;
  right: -40px;
  width: 530px;
  height: 520px;
}
.philosophy-images > div {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
    border: 2px solid #fff;
}
.philosophy-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.philosophy-images .img-top {
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  z-index: 2;
}
.philosophy-images .img-large {
  top: 120px;
  right: 0;
  width: 400px;
  height: 400px;
  z-index: 1;
}
.philosophy-images .img-bottom {
  bottom: 10px;
  left: 47px;
  width: 150px;
  height: 150px;
  z-index: 3;
}
@media screen and (max-width: 1130px) {
 .philosophy {
  position: relative;
  max-width: none;
  width: 90%;
  margin: 0 auto;
  padding: 66px 0 60px;
 }
}
@media screen and (max-width: 768px) {
 .philosophy {
  position: relative;
  max-width: none;
  width: clamp(331px, 88.26vw, 1000px);
  margin: 0 auto;
  padding: 66px 0 465px;
 }
.philosophy-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
 margin: 30px 0 0;
    z-index: 3;
}
.philosophy-list li {
    position: relative;
display: flex;
    flex-direction: column;
    gap: 10px;
}
.philosophy-list li::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    display: block;
    width: 60px;
height: 60px;
aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #FFF4ED;
}
.philosophy-list li h3 {
font-size: 2.4rem;
    font-weight: 600;
}
.philosophy-list li p {
font-size: 1.6rem;
}
.philosophy-images {
  position: absolute;
  top: auto;
    right: auto;
    left: 50%;
  transform: translateX(-50%);
    bottom: -405px;
  width: 331px;
  height: 385px;
}
.philosophy-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.philosophy-images .img-top {
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  z-index: 2;
}
.philosophy-images .img-large {
  top: 70px;
  right: 0;
  width: 300px;
  height: 300px;
  z-index: 2;
}
.philosophy-images .img-bottom {
  bottom: 0;
  left: 0;
  width: 120px;
  height: 120px;
  z-index: 3;
    }
}
/*恵康会で働く魅力*/
.appeal {
 position: relative;
 border-radius: 80px 80px 0 0;
 background: #FFF4ED;
 padding: 120px 0 180px;
}
.appeal-inner {
    position: relative;
 display: flex;
 justify-content: space-between;
 gap: 24px;
 width: 100%;
 box-sizing: border-box;
 margin-top: 40px;
}
.appeal-inner::after {
content: "";
    position: absolute;
    top: -127px;
    right: -80px;
   width: 70px;
height: 70px;
    background-image: url("../img/decoration_orange-top_service.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.appeal-item {
 flex: 1;
 display: flex;
 flex-direction: column;
 gap: 10px;
}
.appeal-item .item-box {
 background-color: #FFFFFF;
 border-radius: 20px;
 padding: 40px 40px 28px;
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 20px;
 text-align: center;
 box-sizing: border-box;
}
/* ボックス内のタイトル */
.appeal-item .item-title {
 color: #333;
 text-align: center;
 font-size: 20px;
 font-weight: 700;
 line-height: 130%;
}
/* ボックス内のイラストエリア */
.appeal-item .item-img {
 width: 100%;
 width: 200px;
 height: 180px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.appeal-item .item-img img {
 width: 100%;
 height: 100%;
 object-fit: contain;
}
.appeal-item .item-text {
 color: #333;
 font-size: 16px;
 font-weight: 500;
 line-height: 150%; /* 24px */
}
@media screen and (max-width: 768px) {
 .appeal {
  position: relative;
  border-radius: 40px 40px 0 0;
  background: #FFF4ED;
  padding: 60px 0 160px;
 }
    .appeal-inner::after {
content: "";
    position: absolute;
    top: -93px;
    right: -24px;
   width: 50px;
height: 50px;
    background-image: url("../img/decoration_orange-top_service.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

 .appeal-inner {
  display: block;
  width: 86.7%;
  box-sizing: border-box;
  margin: 30px auto 0;
 }
 .appeal-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
 }
 .appeal-item:last-child {
  margin-bottom: 0;
 }
 .appeal-item .item-box {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px 20px 20px 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
  box-sizing: border-box;
 }
 /* ボックス内のタイトル */
 .appeal-item .item-title {
  color: #333;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 130%;
 }
 /* ボックス内のイラストエリア */
 .appeal-item .item-img {
  max-width: 120px;
  width: 100%;
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .appeal-item .item-text {
  font-size: 1.5rem;
  width: 93%;
  margin: 0 auto;
 }
}
/*採用slide*/
.rec-slider-wrap {
 position: absolute;
 bottom: -120px;
 overflow: hidden;
 display: flex;
 align-items: flex-start;
 width: 100%;
 height: 240px;
}
.rec-slider-list {
 display: flex;
 gap: 20px;
 padding-right: 20px;
 animation: rec-loop 60s linear infinite;
}
.rec-slider-list .slider-item {
 width: 200px;
 height: 200px;
 border-radius: 50%;
 overflow: hidden;
 flex-shrink: 0;
 transition: margin-top 0.3s ease;
}
.rec-slider-list .slider-item:nth-child(even) {
 transform: translateY(40px);
}
.rec-slider-list .slider-item img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
@keyframes rec-loop {
 0% {
  transform: translateX(0);
 }
 100% {
  transform: translateX(-100%);
 }
}
@media screen and (max-width: 768px) {}
/*work*/
.work {
 padding: 200px 0 120px;
}
.accordion-container {
 display: flex;
 flex-direction: column;
 gap: 40px;
 margin: 40px auto 0;
}
.accordion-container details {
 width: 100%;
 border-radius: 40px;
 overflow: hidden;
}
/*タブ*/
.accordion-container summary {
    height: 80px;
 background-color: #FF6700;
 padding: 19px 10px 19px 60px;
 display: flex;
 justify-content: space-between;
 align-items: center;
 cursor: pointer;
 list-style: none;
 user-select: none;
    transition: background-color 0.3s ease;
}
.accordion-container summary::-webkit-details-marker {
 display: none;
}
.accordion-container summary h3 {
 color: #FFF;
 font-size: 32px;
 font-weight: 700;
 line-height: 130%;
}
.accordion-container summary:hover {
background-color: rgba(255, 103, 0, 0.8) !important;
}
/* 右側の開閉ボタン */
.accordion-container summary::after {
 content: '+';
 background-color: #ffffff;
 color: #ff6700;
 width: 60px;
 height: 60px;
 border-radius: 50%;
 display: flex;
 justify-content: center;
 align-items: center;
 line-height: 1;
 padding-bottom: 4px;
 font-size: 48px;
 font-weight: 200;
 box-sizing: border-box;
border: 1px solid transparent;
    transition: border-color 0.3s ease;
}
.accordion-container details[open] summary::after {
 content: '×';
 font-size: 28px;
 font-weight: 300;
 padding-bottom: 2px;
    border: 2px solid #ff6700!important;
}
.accordion-container summary:hover::after {
  border: 2px solid #ff6700!important;
}
.accordion-content {
 padding: 60px 80px 80px;
 background-color: #FFF4ED;
 display: flex;
 flex-direction: column;
 gap: 40px;
}
.accordion-explain {
 align-items: flex-start;
 gap: 40px;
 margin-bottom: 30px;
}
.accordion-content-top-img {
 width: 35.7%;
 height: auto;
 aspect-ratio: 1/1;
 border-radius: 10px;
 object-fit: cover;
}
.accordion-content-top-text {
 flex: 1;
 color: #333;
 font-size: 16px;
 font-weight: 500;
 line-height: 200%;
font-feature-settings: "palt";
    text-align: justify;
}
.accordion-content-ul {
 background-color: #ffffff;
 border-radius: 10px;
 padding: 25px 30px;
}
.accordion-content-ul h4 {
 color: #FF6700;
 font-size: 20px;
 font-weight: 700;
 line-height: 130%;
 margin: 0 0 10px;
}
.accordion-content-ul ul {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 0 20px;
}
.accordion-content-ul li {
 color: #333;
 font-size: 16px;
 font-weight: 500;
 line-height: 200%;
 display: flex;
 align-items: flex-start;
 gap: 10px;
}
.accordion-content-ul li::before {
 content: "";
 display: inline-block;
 width: 14px;
 height: 14px;
 background-color: #FF9600;
 border-radius: 50%;
 flex-shrink: 0;
 margin-top: 10px;
}
@media screen and (max-width: 768px) {
 .work {
  padding: 160px 0 60px;
 }
 .accordion-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px auto 0;
 }
 .accordion-container details {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
 }
 /*タブ*/
 .accordion-container summary {
  height: 60px;
  padding: 15px 10px 14px 40px;

 }
    .accordion-container summary h3 {
  font-size: 2.4rem;

    }
 /* 右側の開閉ボタン */
 .accordion-container summary::after {
  content: '+';
  background-color: #ffffff;
  color: #ff6700;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding-bottom: 4px;
  font-size: 30px;
  font-weight: 200;
  box-sizing: border-box;
 }
 .accordion-container details[open] summary::after {
  content: '×';
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 2px;
 }
 .accordion-content {
  padding: 60px 80px 80px;
  background-color: #FFF4ED;
  display: flex;
  flex-direction: column;
  gap: 40px;
 }
 .accordion-explain {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
 }
 .accordion-content-top-img {
  width: 35.7%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 10px;
  object-fit: cover;
 }
 .accordion-content-top-text {
  font-size: 1.5rem;
 }
 .accordion-content-ul {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 22px;
 }
 .accordion-content-ul ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
 }
 .accordion-content-ul li {
  color: #333;
  font-size: 1.5rem;
  gap: 5px;
 }
 .accordion-content-ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #FF9600;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 10px;
 }
}
/*Schedule*/
.schedule-ol {
 width: 100%;
 display: flex;
 gap: 20px;
 justify-content: space-between;
}
.schedule-ol li {
 flex: 1;
 position: relative;
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 10px;
 width: calc((100% - 80px) / 5);
}
.schedule-ol li:not(:last-child)::after {
 content: "";
 position: absolute;
 right: -25px;
 top: 35%;
 transform: translateY(-50%);
 background-image: url("../img/arrow_right-orange.svg");
 background-repeat: no-repeat;
 background-position: center;
 background-size: 7.5px 6px;
 background-color: #ffffff;
 border: 1px solid #FF6700;
 width: 30px;
 height: 30px;
 border-radius: 50%;
 display: flex;
 justify-content: center;
 align-items: center;
 z-index: 2;
}
.time-badge {
 display: flex;
 justify-content: center;
 align-items: center;
 width: 120px;
 height: 35px;
 background-color: #FF6700;
 color: #ffffff;
 font-weight: bold;
 font-size: 24px;
 border-radius: 40px;
 position: absolute;
 top: -20px;
 z-index: 3;
}
.schedule-img {
 width: 100%;
 aspect-ratio: 1 / 1;
 border-radius: 10px;
 overflow: hidden;
}
.schedule-img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.schedule-text {
 color: #333;
 font-size: 16px;
 font-weight: 500;
 line-height: 150%;
 width: 100%;
}
@media screen and (max-width: 768px) {
 .schedule-ol {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  padding: 15px 0 0;
 }
 .schedule-ol li {
  flex: 0 0 152px;
  width: 152px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
 }
 .schedule-ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 35%;
  transform: translateY(-50%);
  background-image: url("../img/arrow_right-orange.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7.5px 6px;
  background-color: #ffffff;
  border: 1px solid #FF6700;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
 }
 .time-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  background-color: #FF6700;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 40px;
  position: absolute;
  top: -15px;
  z-index: 3;
 }
 .schedule-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
 }
 .schedule-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
 .schedule-text {
  width: 100%;
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
 }
}
.faq-section.flex-start {
 background-color: #ffffff;
 border-radius: 10px;
 padding: 40px;
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 gap: 40px;
}
.faq-section .subpage-h4 {
 align-items: flex-start;
 flex-shrink: 0;
}
.faq-list {
 flex-grow: 1;
 display: flex;
 flex-direction: column;
 gap: 20px;
}
.faq-item {
 display: flex;
 flex-direction: column;
 gap: 9px;
}
.faq-question {
 color: #FF6700;
 font-size: 20px;
 font-weight: 700;
 line-height: 130%;
 display: flex;
 align-items: flex-start;
 gap: 6px;
}
.faq-question::before {
 content: "Q";
 background-color: #FF6700;
 color: #ffffff;
 width: 30px;
 height: 31px;
 border-radius: 50%;
 display: flex;
 justify-content: center;
 align-items: center;
 text-align: center;
 font-family: 'Roboto', sans-serif;
 font-size: 24px;
 font-weight: 700;
 line-height: 130%;
 flex-shrink: 0;
}
/* 回答のテキストインデント */
.faq-answer {
 margin: 0;
}
.faq-answer p {
 color: #333;
 font-size: 16px;
 font-weight: 500;
 line-height: 150%;
}
@media (max-width: 768px) {
 .accordion-content {
  padding: 30px 22px 40px;
  gap: 30px;
 }
 /* トップエリア縦並び */
 .accordion-content-top-img {
  width: 100%;
  max-width: 100%;
  height: 200px;
 }
 /* 主な業務を1カラムに */
 .accordion-content-ul ul {
  grid-template-columns: 1fr;
  gap: 12px;
 }
 .faq-section.flex-start {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
 }
 .faq-section .subpage-h4 {
  align-items: center;
  flex-shrink: 0;
  margin: 0 auto;
 }
 .faq-list {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
 }
 .faq-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
 }
 .faq-question {
  font-size: 1.8rem;
  gap: 6px;
 }
 .faq-question::before {
  content: "Q";
  background-color: #FF6700;
  color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
 }
 .faq-answer {
  margin: 0;
 }
 .faq-answer p {
  color: #333;
  font-size: 1.5rem;
 }
}
/*社員interview*/
.interview {
 position: relative;
 padding: 120px 0 247px;
 background: #FFF4ED;
}
.interview::after {
 content: "";
 position: absolute;
 z-index: 1;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 137px;
 background-image: url(../img/bg_arch-recruitment.png);
 background-repeat: no-repeat;
 background-position: center;
 background-size: 100% 100%;
}
.interview-text {
 color: #333;
 font-size: 16px;
 font-weight: 500;
 line-height: 200%; /* 32px */
 margin: 10px 0 80px;
}
.interview-inner {
 display: flex;
 flex-direction: column;
 gap: 80px;
 align-items: center;
 width: 100%;
}
.interview-container {
    width: 100%;
}
.interview-item {
 width: 86.6%;
 background-color: #ffffff;
 box-shadow: 10px 10px 0 0 #FF6700;
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 gap: 60px;
 box-sizing: border-box;
 position: relative;
}
.interview-inner .interview-container:nth-child(odd) .interview-item {
 align-self: flex-start;
 border-radius: 0 40px 40px 0;
 margin-left: -10px;
 padding: 60px 80px 60px 15.3%;
}
.interview-inner .interview-container:nth-child(odd) .interview-item::after {
 content: "";
 position: absolute;
 bottom: 50px;
 left: 12.8%;
 width: 70px;
 height: 70px;
 background-image: url("../img/decoration_orange-top_fotterup.svg");
 background-repeat: no-repeat;
 background-size: cover;
}
.interview-inner .interview-container:nth-child(even) .interview-item {
 margin-left: auto;
 flex-direction: row-reverse;
 border-radius: 40px 0 0 40px;
 padding: 60px 15.3% 60px 80px;
}
.interview-inner .interview-container:nth-child(even) .interview-item::after {
 content: "";
 position: absolute;
 bottom: 50px;
 right: 12.8%;
 width: 70px;
 height: 70px;
 background-image: url("../img/decoration_orange-top_service.svg");
 background-repeat: no-repeat;
 background-size: cover;
}
.interview-inner .interview-container:nth-child(even) .dots-decoration {
 left: auto;
 right: 15px;
}
@media screen and (max-width: 768px) {
 .interview {
  position: relative;
  padding: 60px 0 120px;
  background: #FFF4ED;
 }
 .interview::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: url(../img/bg_arch-recruitment.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
 }
 .interview-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%; /* 32px */
  margin: 10px 0 70px;
 }
 .interview-inner {
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
  width: 100%;
 }
 .interview-container {}
 .interview-item {
  width: 96.8%;
  background-color: #ffffff;
  box-shadow: 10px 10px 0 0 #FF6700;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  box-sizing: border-box;
  position: relative;
 }
 .interview-inner .interview-container:nth-child(odd) .interview-item {
  display: block;
  width: 82.4%;
  border-radius: 0 40px 40px 0;
  margin-left: -10px;
        padding: 0 22px 40px 32px;
 }
 .interview-inner .interview-container:nth-child(odd) .interview-item::after {
  content: "";
  position: absolute;
  bottom: auto;
  left: auto;
  top: 135px;
  right: 22px;
  width: 50px;
  height: 50px;
  background-image: url("../img/decoration_orange-top_fotterup.svg");
  background-repeat: no-repeat;
  background-size: cover;
 }
 .interview-inner .interview-container:nth-child(even) .interview-item {
  display: block;
  width: 82.4%;
  border-radius: 40px 0 0 40px;
  margin-right: -10px;
  padding: 0 32px 40px 22px;
 }
 .interview-inner .interview-container:nth-child(even) .interview-item::after {
  content: "";
  position: absolute;
  bottom: auto;
  left: auto;
  top: 135px;
  right: 22px;
  width: 50px;
  height: 50px;
  background-image: url("../img/decoration_orange-top_service.svg");
  background-repeat: no-repeat;
  background-size: cover;
 }
 .interview-inner .interview-container:nth-child(even) .dots-decoration {
  left: auto;
  right: 15px;
 }
}
.interview-media {
 width: 280px;
 flex-shrink: 0;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 position: relative;
 z-index: 5;
 margin-top: -100px;
}
.interview-img {
 width: 100%;
 height: 300px;
 object-fit: cover;
 border-radius: 10px;
 margin-bottom: 30px;
 position: relative;
 z-index: 2;
}
.interview-media::before {
 content: "";
 position: absolute;
 top: 12px;
 right: -8px;
 z-index: 1;
 width: 11px;
 height: 28px;
 background-color: #FF6700;
 border-top-right-radius: 10px;
 border-top-left-radius: 0;
 border-bottom-right-radius: 0;
 border-bottom-left-radius: 0;
}
.interview-profile {
 position: relative;
 z-index: 2;
}
.staff-name {
 color: #333;
 font-size: 32px;
 font-weight: 700;
 line-height: 130%;
 margin: 0 0 5px;
}
.staff-name span {
 color: #333;
 font-size: 18px;
 font-weight: 700;
 line-height: 130%;
}
.staff-meta {
 color: #333;
 font-size: 18px;
 font-weight: 500;
 line-height: 150%;
}
.interview-content {
 flex: 1;
 display: flex;
 flex-direction: column;
 gap: 20px;
}
.interview-block {
 position: relative;
}
.interview-block h3 {
 color: #FF6700;
 font-size: 18px;
 font-weight: 700;
 line-height: 130%;
 position: relative;
 margin-bottom: 10px;
 padding: 0 0 6px 14px;
}
.interview-block h3::before {
 content: "";
 position: absolute;
 left: 0;
 top: calc(50% - 2px);
 transform: translateY(-50%);
 display: inline-block;
 width: 10px;
 height: 20px;
 background: repeating-linear-gradient(90deg, #FF6700 0px, #FF6700 4px, transparent 4px, transparent 6px);
}
.interview-block h3::after {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 4px;
 background-image: radial-gradient(#FFB380 18%, transparent 20%);
 background-size: 8px 6px;
 background-repeat: repeat-x;
}
.interview-block p {
 color: #333;
 font-size: 16px;
 font-weight: 500;
 line-height: 200%;
 text-align: justify;
}
@media screen and (max-width: 768px) {
 .interview-media {
  width: 210px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 5;
  margin-top: 0;
  margin-bottom: 20px;
 }
 .interview-img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  margin-top: -40px;
 }
 .interview-media::before {
  content: "";
  position: absolute;
  top: -28px;
  right: -8px;
  z-index: 1;
  width: 11px;
  height: 28px;
  background-color: #FF6700;
  border-top-right-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
 }
 .interview-profile {
  position: relative;
  z-index: 2;
 }
 .staff-name {
  color: #333;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
 }
 .staff-name span {
  color: #333;
  font-size: 1.4rem;
 }
 .staff-meta {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
 }
 .interview-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
 }
 .interview-block {
  position: relative;
 }
 .interview-block h3 {
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 6px 14px;
 }
 .interview-block h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 18px;
  background: repeating-linear-gradient(90deg, #FF6700 0px, #FF6700 4px, transparent 4px, transparent 6px);
 }
 .interview-block h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(#FFB380 18%, transparent 20%);
  background-size: 8px 6px;
  background-repeat: repeat-x;
 }
 .interview-block p {
  font-size: 1.5rem;
  align-self: stretch;
 }
}
/*働く環境・特徴*/
.e_f {
 position: relative;
 z-index: 1;
 margin-top: -17px;
 padding-bottom: 306px;
}
.e_f-inner {
 position: relative;
 align-items: flex-start;
 width: 100%;
 max-width: 920px;
 margin: 20px auto 50px;
 box-sizing: border-box;
 gap: 60px;
}
.e_f-inner::before {
 content: "";
 position: absolute;
 top: 86px;
 right: -70px;
 width: 70px;
 height: auto;
 aspect-ratio: 1/1;
 background-image: url("../img/decoration_yellow-sub-service.svg");
 background-repeat: no-repeat;
 background-size: cover;
 overflow: hidden;
}
.e_f-inner::after {
 content: "";
 position: absolute;
 bottom: -20px;
 right: -80px;
 width: 200px;
 height: auto;
 aspect-ratio: 5/6;
 background-image: url("../img/icon_e_f.svg");
 background-repeat: no-repeat;
 background-size: cover;
 overflow: hidden;
}
.e_f-inner img {
 width: 400px;
 height: 400px;
 aspect-ratio: 1/1;
 border-radius: 50%;
 object-fit: cover;
 flex-shrink: 0;
}
.e_f-inner-list {
 flex: 1;
 display: flex;
 flex-direction: column;
 position: relative;
 margin-top: 20px;
}
.e_f-inner-list li {
 color: #333;
 font-size: 24px;
 font-weight: 700;
 line-height: 130%;
 padding: 16px 0 16px 50px;
 position: relative;
}
.e_f-inner-list::before {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 4px;
 background-image: radial-gradient(#FFCA80 18%, transparent 20%);
 background-size: 8px 6px;
 background-repeat: repeat-x;
}
.e_f-inner-list li::before {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 4px;
 background-image: radial-gradient(#FFCA80 18%, transparent 20%);
 background-size: 8px 6px;
 background-repeat: repeat-x;
}
.e_f-inner-list li::after {
 content: "";
 position: absolute;
 left: 0;
 top: 16px;
 width: 30px;
 height: 30px;
 aspect-ratio: 1/1;
 background-image: url("../img/icon_check.svg");
 background-repeat: no-repeat;
 background-size: cover;
}
.e_f-inner-list-text {
 text-align: center;
 font-size: 24px;
 font-weight: bold;
 color: #ff6700;
 letter-spacing: 0.05em;
 margin-bottom: 80px;
}
.e_f-under {
 position: relative;
}
.e_f-comment_wrap {
 position: relative;
 z-index: 2;
 border-radius: 20px;
 border: 3px solid #FFF;
 background-color: #FF9600;
 gap: 36px;
 padding: 16px 50px;
}
.e_f-comment_wrap img {
 width: 267.482px;
 height: 209.946px;
 object-fit: cover;
}
.e_f-comment {
 display: flex;
 flex-direction: column;
 gap: 15px;
}
.e_f-comment_title {
 color: #FFF;
 font-size: 32px;
 font-weight: 700;
 line-height: 130%;
}
.e_f-comment_text {
 color: #FFF;
 font-size: 16px;
 font-weight: 700;
 line-height: 130%;
}
.e_f-under img.e_f-under-img {
 position: absolute;
 top: 156px;
 left: 0;
 width: 100%;
 height: 400px;
 object-fit: cover;
 object-position: center;
}
@media (max-width: 768px) {
 .e_f {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  padding-bottom: 150px;
 }
 .e_f-inner {
  position: relative;
  flex-direction: column-reverse;
  justify-content: normal;
  align-items: flex-start;
  width: 88.26vw;
  max-width: none;
  margin: 0 auto 60px;
  box-sizing: border-box;
  gap: 0;
 }
 .e_f-inner::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 210px;
  right: 0;
  width: 50px;
 }
 .e_f-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  aspect-ratio: 5/6;
 }
 .e_f-inner img {
  width: 260px;
  height: 260px;
 }
 .e_f-inner-list {
  width: 100%;
  margin-top: 16px;
 }
 .e_f-inner-list li {
  font-size: 2rem;
  padding: 12px 0 12px 39px;
 }
 .e_f-inner-list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 24px;
  height: 24px;
 }
 .e_f-inner-list-text {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 20px;
 }
 .e_f-under {
  position: relative;
 }
 .e_f-comment_wrap {
  width: 76.53%;
  flex-direction: column-reverse;
  position: relative;
  z-index: 2;
  border-radius: 15px;
  gap: 10px;
  padding: 30px 22px;
 }
 .e_f-comment_wrap img {
  width: 200px;
  height: 150px;
  object-fit: contain;
 }
 .e_f-comment {
  display: flex;
  flex-direction: column;
  gap: 10px;
 }
 .e_f-comment_title {
  font-size: 2.4rem;
 }
 .e_f-comment_text {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  font-feature-settings: "palt";
  text-align: justify;
 }
 .e_f-under img.e_f-under-img {
  position: absolute;
  top: auto;
  bottom: -150px;
  left: 0;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
 }
}
/*募集要項*/
.guideline {
 padding: 120px 0 216.6px;
 background: linear-gradient(to bottom, #FF6700 0%, #FF6700 50%, #FFE1CC 50%, #FFE1CC 100%);
}
.guideline-bg {
 width: 100%;
 background-color: #FFE1CC;
}
.guideline-container {
 max-width: 100%;
 margin: 40px auto 0;
}
.guideline-card-inner {
 max-width: 840px;
 margin: 0 auto;
 background: #ffffff;
 border-radius: 24px;
 padding: 60px 80px 80px;
 position: relative;
}
.guideline-badge {
  position: absolute;
  top: -10px;
  left: 80px;
  z-index: 10;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 11px 20px;
  min-width: 120px;
  background-color: #FF6700;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  white-space: nowrap; 
}
.guideline-tabs {
 display: flex;
 align-items: flex-end;
 list-style: none;
}
.guideline-tab-item {
 display: flex;
 justify-content: center;
 align-items: center;
 flex: 1;
 text-align: center;
 width: 201px;
 height: 50px;
 color: #ffffff;
 font-size: 20px;
 font-weight: 700;
 line-height: 130%;
 cursor: pointer;
 border-radius: 20px 20px 0 0;
 background-color: #FFB380;
 margin-right: 12px;
 transition: background-color 0.3s;
}
.guideline-tab-item:hover {
    background-color: #FF8533;
}
.guideline-tab-item:last-child {
 margin-right: 0;
}
.guideline-tab-item.is-active {
 background-color: #FFE1CC;
 height: 60px;
 color: #FF6700;
 font-size: 24px;
 font-weight: 700;
 line-height: 130%;
}
.guideline-content-item {
 display: none;
}
.guideline-content-item.is-active {
 display: block;
}
.guideline-card {
 width: 100%;
 background-color: #FFE1CC;
 padding: 80px 0 0;
}
.guideline-card-header {
 text-align: center;
 margin-bottom: 42px;
}
.guideline-card-title {
 color: #FF6700;
 text-align: center;
 font-size: 40px;
 font-weight: 700;
 line-height: 150%;
 display: inline-flex;
 align-items: center;
 gap: 20px;
}
.guideline-card-title::before, .guideline-card-title::after {
 content: "";
 background-image: url("../img/decoration_yellow1.svg");
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
 width: 30px;
 height: 30px;
 aspect-ratio: 1/1;
}
.guideline-list {
 display: grid;
 grid-template-columns: 110px 1fr;
 margin: 0;
}
.guideline-list dt {
 position: relative;
 color: #FF6700;
 font-size: 20px;
 font-weight: 700;
 line-height: 130%;
 grid-column: 1;
 padding-top: 26px;
 padding-bottom: 25px;
}
.guideline-list dd {
 position: relative;
 grid-column: 2;
 margin: 0;
 color: #333;
 font-size: 18px;
 font-weight: 500;
 line-height: 150%;
 padding-top: 26px;
 padding-bottom: 25px;
}
.guideline-list dt::before, .guideline-list dd::before {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 4px;
 background-image: radial-gradient(#FFB380 18%, transparent 20%);
 background-size: 8px 6px;
 background-repeat: repeat-x;
}
.guideline-list dt:first-child::after, .guideline-list dd:first-of-type::after {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 4px;
 background-image: radial-gradient(#FFB380 18%, transparent 20%);
 background-size: 8px 6px;
 background-repeat: repeat-x;
}
/* クラス名修正箇所 */
.guideline-card-footer {
 text-align: center;
 margin-top: 40px;
}
.guideline-btn-submit {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 15px;
 background-color: #FF9600;
 color: #ffffff;
 text-decoration: none;
 font-size: 18px;
 font-weight: bold;
 padding: 24px;
 border-radius: 15px;
 transition: background-color 0.2s;
}
.guideline-btn-submit .icon-mail {
 display: inline-flex;
 width: 60px;
 height: 60px;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 gap: 10px;
 border-radius: 30px;
 background: #FFF;
 background-image: url(../img/icon_mail.svg);
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
}
.guideline-btn-submit:hover {
 background-color: #e68700;
}
@media (max-width: 678px) {
 .guideline {
  padding: 60px 0 98px;
 }
 .guideline-container {
  margin: 40px auto 0;
 }
 .guideline-card-inner {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 22px;
  position: relative;
 }
    .guideline-badge {
  position: absolute;
  top: -15px;
  left: 22px;
  z-index: 4;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  min-width: 100px;
  background-color: #FF6700;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 10px;
  white-space: nowrap; 
}

 .guideline-tab-item {
  flex: 1;
  text-align: center;
  width: 79px;
  height: 55px;
  font-size: 1.6rem;
  border-radius: 10px 10px 0 0;
  background-color: #FFB380;
  margin-right: 5px;
  transition: background-color 0.3s;
 }
 .guideline-tab-item:last-child {
  margin-right: 0;
 }
 .guideline-tab-item.is-active {
  background-color: #FFE1CC;
  height: 60px;
  color: #FF6700;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 130%;
 }
 .guideline-content-item {
  display: none;
 }
 .guideline-content-item.is-active {
  display: block;
 }
 .guideline-card {
  width: 100%;
  background-color: #FFE1CC;
  padding: 60px 22px 0;
  border-radius: 0;
 }
 .guideline-card-header {
  text-align: center;
  margin-bottom: 32px;
 }
 .guideline-card-title {
  color: #FF6700;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 130%;
  display: inline-flex;
  align-items: center;
  gap: 20px;
 }
 .guideline-card-title::before, .guideline-card-title::after {
  content: "";
  background-image: url("../img/decoration_yellow1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
 }
 .guideline-list {
  display: grid;
  grid-template-columns: 95px 1fr;
  margin: 0;
 }
 .guideline-list dt {
  position: relative;
  color: #FF6700;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 130%;
  grid-column: 1;
  padding-top: 15px;
  padding-bottom: 14px;
 }
 .guideline-list dd {
  position: relative;
  grid-column: 2;
  margin: 0;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  padding-top: 15px;
  padding-bottom: 14px;
 }
 .guideline-list dt::before, .guideline-list dd::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(#FFB380 18%, transparent 20%);
  background-size: 8px 6px;
  background-repeat: repeat-x;
 }
 .guideline-list dt:first-child::after, .guideline-list dd:first-of-type::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(#FFB380 18%, transparent 20%);
  background-size: 8px 6px;
  background-repeat: repeat-x;
 }
 /* クラス名修正箇所 */
 .guideline-card-footer {
  margin-top: 30px;
 }
 .guideline-btn-submit {
  width: 100%;
  justify-content: flex-start;
  gap: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 130%;
  padding: 19px 20px;
  border-radius: 15px;
  text-align: left;
 }
 .guideline-btn-submit .icon-mail {
  width: 40px;
  height: 40px;
  border-radius: 20px;
 }
}