@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
html, body {
  margin: 0 !important;
  padding: 0 !important;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

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

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

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/*clear fix*/
.l-main:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
html,
body {
  scroll-behavior: smooth;
}
html.is-noScroll,
body.is-noScroll {
  overflow-y: hidden;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  background: #FFF;
  color: #131313;
  /* font-family: "fot-tsukuardgothic-std", sans-serif; */
  font-family: "fot-tsukuardgothic-std", '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 85px;
  font-weight: 700;
  font-style: normal;
}
body.is-noScroll {
  overflow-y: hidden;
}
.pc {
  display: none!important;
}
.sp {
  display: block;
}
@media screen and (min-width: 992px) {
  body {
    margin-bottom: 0px;
  }
  .pc {
    display: block!important;
  }
  .sp {
    display: none;
  }
}

html {
  font-size: 62.5%;
}

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

a {
  text-decoration: none;
  color: #333333;
}

img {
  max-width: 100%;
  margin: auto;
  vertical-align: top;
  height: auto;
}

h1, h2, h3, h4, h5 {
  color: #333333;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

span {
  word-break: break-word;
}

th, td {
  word-break: break-all;
}

input,
textarea {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #BABABA !important;
}
input:placeholder-shown,
textarea:placeholder-shown {
  color: #BABABA !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #BABABA !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #BABABA !important;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #BABABA !important;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #BABABA !important;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #BABABA !important;
}

#wpadminbar {
  display: none;
}

html {
  margin-top: 0 !important;
}
/*ここまでリセット*/

/* ====================================================================================
* ヘッダー
==================================================================================== */
.l-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 12.7rem;
  box-shadow: none;
  top: 0;
  left: 0;
  padding: 1rem 2rem 0;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .l-header {
    height: 9rem;
  }
}
.l-header.l-header.is-active {
  height: 9.6rem;
}
@media screen and (max-width: 1200px) {
  .l-header.l-header.is-active {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.6);
    transform: translate(-50%, -50%);
    top: 6rem;
    left: 50%;
    width: 96%;
    border-radius: 2rem;
    padding-block: 0;
  }
}
.l-header .l-header_inner {
  transition: all .5s cubic-bezier(.19,1,.22,1);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.l-header.is-fixed {
  position: fixed;
  margin-top: 0;
  background-color: transparent;
}
.l-header .l-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.l-header__titlearea {
  display: flex;
}
.l-header__titlearea .l-header__logo a {
  display: block;
}
.l-header__titlearea .l-header__logo a span {
  font-size: 1rem;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  white-space: nowrap;
}
.l-header__titlearea .l-header__logo a img {
  width: 100%;
  max-width: 20rem;
}
@media screen and (max-width: 1200px) {
  .l-header__titlearea .l-header__logo a img {
    max-width: 15rem;
  }
}
.l-header__titlearea .l-header__description img {
  height: 50px;
}
.l-header__nav {
  position: relative;
  z-index: 9999;
}
.l-header__gnav-container .l-header__gnav__sp__wrap {
  padding-block: 5.3rem;
  padding-inline: 8.6rem;
}
.l-header__gnav-container .l-header__gnav__sp__wrap .l-header__gnav__sp__navgation{
  display: flex;
  flex-wrap: wrap;
  gap: 7rem;
}
@media screen and (max-width: 1000px) {
  .l-header__gnav-container .l-header__gnav__sp__wrap .l-header__gnav__sp__navgation{
    justify-content: space-around;
  }
}
.l-header__gnav-container .l-header__gnav__sp__top__area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
  margin-bottom: 6.7rem;
}
.l-header__gnav__sp__top__area .l-header__gnav__contact .l-header__gnav__contact__tel li a {
  white-space: nowrap;
}
.l-header__gnav-container .l-header__gnav__sp__wrap .l-header__gnav__sp__top__area .l-header__gnav__sp__logo a span {
  display: block;
  font-size: 1rem;
  margin-bottom: .7rem;
}
.l-header__gnav-container .l-header__gnav__sp__wrap .l-header__gnav__sp__top__area .l-header__gnav__sp__logo p {
  margin-top: 9px;
}
.l-header__gnav-container .l-header__gnav__sp__wrap .l-header__gnav__sp__top__area img {
  max-width: 20rem;
}
.l-header__gnav__contact .l-header__gnav__contact__tel span {
  border: 1px solid #FF7F3E;
  border-radius: .5rem;
  background-color: #FFFFEE;
  font-size: 1.2rem;
  padding-block: .5rem;
  color: #FF7F3E;
  display: inline-block;
  text-align: center;
  width: 120px;
}

.l-header__gnav__contact .l-header__gnav__contact__tel a {
  font-size: 2.4rem;
  color: #FF7F3E;
  background-color: transparent;
}
.l-header__gnav__contact .l-header__gnav__contact__tel a span {
  font-size: 1.6rem;
  border: none;
  background-color: transparent;
  padding-inline: 6px 10px;
  width: auto;
}
.l-header__gnav__contact .l-header__gnav__contact__tel .l-header__gnav__reception {
  font-size: 1rem;
  display: inline-block;
  width: 100%;
  text-align: right;
}
.l-header__gnav__sp__navgation .l-header__gnav__sp__navgation__list {
  display: flex;
  gap: 7rem;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .l-header__gnav__sp__navgation .l-header__gnav__sp__navgation__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media screen and (max-width: 490px) {
  .l-header__gnav__sp__navgation .l-header__gnav__sp__navgation__list {
    gap: 3rem;
  }
}
.l-header__gnav__sp__navgation__list .menu-item a {
  position: relative;
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  justify-content: space-between;
}
.l-header__gnav__sp__navgation__list .menu-item {
  position: relative;
}
.l-header__gnav__sp__navgation__list > .menu-item > a:first-child::after {
  content: '\f061';
  top: 0;
  left: 100%;
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  font-size: .8rem;
  color: #FFFFFF;
  border-radius: 50%;
  background-color: #FFC8AC;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .l-header__gnav__sp__navgation__list > .menu-item:nth-child(1n+1)::after {
  position: absolute;
  content: '\f061';
  top: 0;
  left: 100%;
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  font-size: .8rem;
  color: #FFFFFF;
  border-radius: 50%;
  background-color: #FFC8AC;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
} */
@media screen and (max-width: 1000px) {
  .l-header__gnav__sp__navgation__list > .menu-item:nth-child(1n+1)::after {
    left: 150px;
  }
}
.l-header__gnav__sp__navgation__list .menu-item ul li a {
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 1.4rem;
}
.l-header__gnav__sp__navgation__list .menu-item .sub-menu {
  padding-left: 2rem;
}
.l-header__gnav__sp__navgation__list .menu-item .sub-menu li {
  list-style: disc;
}
.l-header__gnav__sp__navgation__list .menu-item .sub-menu li::marker {
  color: #FF7F3E;
}
.l-header__gnav__sp__navgation__sub .l-header__gnav__sp__navgation__sub__list {
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.l-header__gnav__sp__navgation__sub .l-header__gnav__sp__navgation__sub__list li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__gnav__sp__navgation__sub .l-header__gnav__sp__navgation__sub__list li a::after {
  content: '\f061';
  top: 0;
  left: 100%;
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  font-size: .8rem;
  color: #FFFFFF;
  border-radius: 50%;
  background-color: #FFC8AC;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .l-header__gnav__sp__navgation__sub .l-header__gnav__sp__navgation__sub__list li::after {
  position: absolute;
  content: '\f061';
  top: 50%;
  right: -50px;
  transform: translate(-50%, -50%);
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  font-size: .8rem;
  color: #FFFFFF;
  border-radius: 50%;
  background-color: #FFC8AC;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
} */
.l-header__gnav__sp__navgation__icons > ul > li:nth-child(1) {
  margin-bottom: 30px;
}
.l-header__gnav__sp__navgation__icons > ul > li:nth-child(2) {
  margin-bottom: 30px;
}
.l-header__gnav__sp__navgation__icons > ul > li:nth-child(3) {
  margin-bottom: 30px;
}

.l-header__gnav__sp__navgation__icons > ul > li:nth-child(3) > a {
  position: relative;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.l-header__gnav__sp__navgation__icons > ul > li:nth-child(3) > a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/footer_blog_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
  left: 0;
  top: 0;
}


.l-header__gnav__sp__navgation__icons > ul > li:nth-child(2) > a {
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.l-header__gnav__sp__navgation__icons > ul > li:nth-child(2) > a > i {
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-image: linear-gradient(
        to bottom right,
        #FFAE85, /* 左上（始点）の色 */
        #F887DA  /* 右下（終点）の色 */
    );
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-right: .5rem;
}
.l-header__gnav__sp__navgation__icons ul .contact a {
  font-size: 1.4rem;
  background: #fff;
  color: #FF7F3E;
  border: 0.2rem solid #FF7F3E;
  padding-block: 0.9rem;
  padding-inline: 3rem;
  text-align: center;
  border-radius: 3rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__gnav__sp__navgation__icons ul .contact a::before {
    content: "";
    display: inline-block;
    background-image: url(../img/common/common_icon_mail@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}
.l-header__gnav__sp__navgation__icons ul .contact a > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  font-size: 1.4rem;
  line-height: .9;
}
.l-header__gnav__sp__navgation__icons ul .recruit a {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-image: linear-gradient(
        to right,
        #FFDE58, /* 左側（始点）の色：明るい黄色/オレンジ */
        #FF5600  /* 右側（終点）の色：鮮やかなオレンジ/赤 */
    );
  border-radius: 3rem;
  padding-block: 0.9rem;
  padding-inline: 3rem;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__gnav__sp__navgation__icons ul .recruit a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/common_icon_search@2x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}
.openbtn1 {
  position: relative;
  background: #FFC8AC;
  cursor: pointer;
  width: 46px;
  height: 46px;
  border: solid 1px #FF7F3E;
  border-radius: 5rem;
}
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 12px;
  height: 2px;
  background: #fff;
  width: 20px;
}
.openbtn1 span:nth-of-type(1) {
  top: 17px;
}
.openbtn1 span:nth-of-type(2) {
  top: 22px;
}
.openbtn1 span:nth-of-type(3) {
  top: 27px;
}
.openbtn1.active span:nth-of-type(1) {
  top: 15px;
  left: 12px;
  transform: translateY(6px) rotate(-45deg);
  width: 20px;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
.openbtn1.active span:nth-of-type(3) {
  top: 27px;
  left: 12px;
  transform: translateY(-6px) rotate(45deg);
  width: 20px;
}
#l-header__gnav-body {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFFFD2;
  height: 100vh;
  width: 100vw;
  transition: 0.4s;
  pointer-events: none;
  opacity: 0;
}
#l-header__gnav-body .l-header__gnav-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: -100vw;
  transition: 0.4s;
}
#l-header__gnav-body.active {
  transition: 0.4s;
  opacity: 1;
  pointer-events: auto;
}
#l-header__gnav-body.active .l-header__gnav-container {
  right: 0;
  transition: 0.4s;
}
#l-header__gnav-body .l-header__gnav-container__inner {
  box-sizing: border-box;
  padding: 64px 16px 27px;
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav .sub .gnav__sub dl dd ul li a {
  overflow: hidden;
  border-radius: 1rem;
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav .sub .gnav__sub dl dd ul li a img {
  transform: scale(1.0);
  transition: transform 0.3s ease-in-out;
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav .sub .gnav__sub dl dd ul li a:hover img {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  #l-header__gnav-body .l-header__gnav-container__inner {
    display: none;
  }
  .l-header__body {
    width: 100%;
  }
  .l-header.is-active #l-header__gnav-body {
    top: -13px;
    right: -2%;
  }
}

#l-header__gnav-body .l-header__gnav-container__inner .gnav {
  padding: 0 22px 0;
  box-sizing: border-box;
}

#l-header__gnav-body .l-header__gnav-container__inner .gnav li {
  /* padding: 10px 0 10px; */
  height: 117px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: calc(1rem + (43 - 20) * ((100vw - 1200px) / (1600 - 1200)));
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav .sub::after {
  transform: translateY(-25%) rotate(45deg);
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 0.5rem;
  border-bottom: 0.25rem solid #333333;
  border-right: 0.25rem solid #333333;
  content: '';
  transition: transform .3s;
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav .sub:hover::after {
  border-bottom: 0.25rem solid #FF7F3E;
  border-right: 0.25rem solid #FF7F3E;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav > li > a {
  font-size: 2rem;
}
@media screen and (max-width: 1600px) {
  #l-header__gnav-body .l-header__gnav-container__inner .gnav > li > a {
    font-size: calc(1.3rem + (20 - 13) * ((100vw - 1025px) / (1600 - 1025)));
  }
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav .sub.active::before {
    content: '';
    width: calc(100% + 20px);
    height: 13rem;
    position: absolute;
    left: -10px;
    bottom: -5rem;
    z-index: -1;
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
  .l-header {
    display: flex;
    align-items: center;
    transition: all .5s cubic-bezier(.19,1,.22,1);
    justify-content: space-between;
    padding-bottom: 1rem;
  }
  .l-header__titlearea .l-header__logo {
    width: auto;
  }
  .l-header__titlearea .l-header__logo a img {
    width: 100%;
  }
  .l-header__titlearea .l-header__description {
    max-width: 232px;
    width: auto;
  }
  .l-header .l-header__body {
    max-width: 530px;
    width: 14%;
  }
  .l-header.is-active {
    width: calc(100% - 3.6rem);
    left: 18px;
    top: 18px;
    padding: 2.2rem;
    transition: all .5s cubic-bezier(.19,1,.22,1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 1rem;
  }
  .l-header__titlearea .l-header__description img {
    width: 100%;
    height: auto;
  }
  .l-header.is-active .l-header__body {
    max-width: 13rem;
    width: 14%;
  }
  .l-header.is-active .l-header__body .l-header__titlearea .l-header__logo a span  {
    display: none;
  }
  .l-header .l-header__content {
    align-items: center;
  }
  #l-header__gnav-body {
    position: relative;
    height: auto;
    width: 86%;
    background-color: transparent;
    pointer-events: inherit;
    opacity: 1;
  }
  #l-header__gnav-body .l-header__gnav-container {
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    background-color: transparent;
  }
  #l-header__gnav-body .l-header__gnav__sp__wrap {
    display: none;
  }
  #l-header__gnav-body .l-header__gnav-container__inner {
    padding: 0 0 0;
    display: flex;
    align-items: center;
    gap: 2.5%;
    justify-content: flex-end;
  }
  #l-header__gnav-body .l-header__gnav-container__inner .gnav {
    display: flex;
    justify-content: flex-end;
    white-space: nowrap;
    width: 97%;
    /* gap: 1rem; */
    padding: 0 ;
    margin-left: 20px;
  }
  #l-header__gnav-body .l-header__gnav-container__inner .gnav > li > a {
    /* font-size: clamp(1.6rem, 1.4vw, 2rem); */
    line-height: 1;
    text-align: center;
    position: relative;
    display: inline-block;
  }
  #l-header__gnav-body .l-header__gnav-container__inner .gnav > li > a:hover {
    color: #FF7F3E;
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #l-header__gnav-body .l-header__gnav-container__inner .gnav > li > a::after {
    position: absolute;
    content: "";
    bottom: -1rem;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 0;
    height: 0.2rem;
    background: #FF7F3E;
    transition: all 0.5s ease 0s;
  }
  #l-header__gnav-body .l-header__gnav-container__inner .gnav > li > a:hover::after {
    width: 1.6rem;
  }
  #l-header__gnav-body .l-header__gnav-container__inner .gnav > li > a span {
    font-size: clamp(1.4rem, 1.04vw, 2rem);
  }
  #l-header__gnav-body .l-header__gnav-container__inner .gnav li {
    border-bottom: none;
  }
}
@media screen and (max-width: 1100px) {
  .l-header.is-active {
    padding: 1rem;
  }
}
@media screen and (min-width: 1366px) {
  #l-header__gnav-body .l-header__gnav-container__inner .gnav {
    display: flex;
    /* justify-content: space-between; */
    width: calc(100% - 26%);
  }
}
/* ====================================================================================
* 追従メニュー
==================================================================================== */
.l-header.is-active #l-header__gnav-body .l-header__gnav-container__inner .gnav {
  width: calc(100% - 34%);
}
.l-header.is-active #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact {
  width: 37.8rem;
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav .contact,
#l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact .l-header__gnav__contact__tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}
.l-header.is-active #l-header__gnav-body .l-header__gnav-container__inner .gnav .contact,
.l-header.is-active #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact .l-header__gnav__contact__tel {
  display: none;
}
#l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact .l-header__gnav__contact__btn {
  display: none;
}
.l-header.is-active #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact .l-header__gnav__contact__btn {
  display: block;
}
.l-header.is-active #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact .l-header__gnav__contact__btn {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 1rem;
}
.l-header.is-active #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact .l-header__gnav__contact__btn li {
  width: calc((100% - 1rem) / 2);
}
.l-header.is-active #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact .l-header__gnav__contact__btn li a {
  display: block;
  text-align: center;
  border-radius: 3rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header.is-active #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact .l-header__gnav__contact__btn .contact a {
  font-size: 1.4rem;
  background: #fff;
  color: #FF7F3E;
  border: 0.1rem solid #FF7F3E;
  padding-block: 0.9rem;
  padding-inline: 3rem;
  transition: all 0.5s ease;
}
.l-header.is-active #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact .l-header__gnav__contact__btn .contact a:hover {
  background: #FF7F3E;
  color: #FFF;
}
@media screen and (max-width: 1200px) {
  #l-header__gnav-body.active .l-header__gnav-container {
    overflow-y: scroll;
  }
} 
@media screen and (max-width: 1100px) {
  .l-header.is-active #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact .l-header__gnav__contact__btn .contact a {
    padding-inline: 2rem;
  }
}
.l-header.is-active #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact .l-header__gnav__contact__btn .contact a > span {
  display: inline-block;
  margin: 0;
  font-size: 1.4rem;
}
.l-header.is-active #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact .l-header__gnav__contact__btn .contact a > span > span {
  display: block;
  font-size: 1rem;
  color: #FFC8AC;
  margin: 0;
  line-height: 0.6;
}
.l-header.is-active #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact .l-header__gnav__contact__btn .recruit a {
  position: relative;
  background: linear-gradient(-45deg , #FF5600 ,#FFDE58);
  border: 0.1rem solid #FF7F3E;
  color: #fff;
  padding-inline: 3rem;
  padding-block: 0.9rem;
  transition: all 0.5s ease;
  z-index: 1;
  opacity: 1;
}
.l-header.is-active #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact .l-header__gnav__contact__btn .recruit a::after {
  position: absolute;
  content: "";
  background: linear-gradient(-45deg , #FFDE58 ,#FF5600);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3rem;
  z-index: -1;
  transition: all 0.5s ease;
  opacity: 0;
}
.l-header.is-active #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact .l-header__gnav__contact__btn .recruit a:hover::after {
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .l-header.is-active #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact .l-header__gnav__contact__btn .recruit a {
    padding-inline: 2rem;
  }
}
.l-header.is-active #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact .l-header__gnav__contact__btn .contact a::before {
  content: "";
  display: inline-block;  
  background-image: url('../img/common/common_icon_mail@2x.png');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  transition: all 0.5s ease;
}
.l-header.is-active #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact .l-header__gnav__contact__btn .contact a:hover::before {
  background-image: url('../img/common/common_icon_mail_white.png');
}
.l-header.is-active #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact .l-header__gnav__contact__btn .recruit a::before {
  content: "";
  display: inline-block;  
  background-image: url('../img/common/common_icon_search@2x.png');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}
#l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul .l-header__gnav__reception {
  text-align: right;
  font-size: 1rem;
  align-self: flex-end;
}
#l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li > span {
  font-size: clamp(1rem, 0.6vw, 1.2rem);
  display: inline-block;
  background: #FFFFEE;
  border: 0.1rem solid #FF7F3E;
  color: #FF7F3E;
  border-radius: 0.5rem;
  width: 6.5vw;
  text-align: center;
  padding: 0.3rem 0.3rem;
  margin-right: 0.5vw;
}
#l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li {
  line-height: 1.2;
  display: flex;
  align-items: center;
}
#l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li a {
  color: #FF7F3E;
  /* font-size: clamp(2rem, 1.2vw, 2.4rem); */
  font-size: calc(1.2rem + (20 - 12) * ((100vw - 1025px) / (1600 - 1025)));
  white-space: nowrap;
}
#l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li a span {
  font-size: 1.6rem;
  font-size: calc(1.2rem + (16 - 12) * ((100vw - 1025px) / (1600 - 1025)));
  margin-right: 0.6rem;
}
#l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__banner {
  margin: 10px auto 0;
}
#l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__banner a {
  display: block;
  box-sizing: border-box;
  padding: 6px;
  background-color: #fff;
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav li .gnav__sub {
  display: none;
  position: absolute;
  top: 11rem;
  left: -5rem;
  /* width: 64rem; */
  width: 84rem;
  box-sizing: border-box;
  z-index: 100;
  background: rgb(255 255 255 / 80%);
  border-radius: 1rem;
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav li .gnav__sub dl dt {
  background: #FF7F3E;
  padding: 1rem 3rem;
  color: #fff;
  font-size: 2.4rem;
  border-radius: 1rem 1rem 0 0;
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav li .gnav__sub dl dd {
  padding: 3rem;
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav li .gnav__sub dl dd ul {
  /* display: flex;
  flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat(4, 18rem);
  gap: 3rem 2rem;
  align-items: flex-start;
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav li .gnav__sub dl dd ul li {
  padding: 0;
  /* width: calc((100% - 4rem) / 3); */
  text-align: center;
  height: auto;
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav li .gnav__sub dl dd ul li .gnav__sub__img {
  border-radius: 1rem;
  overflow: hidden;
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav li .gnav__sub dl dd ul li img {
  border-radius: 1rem;
  margin-bottom: 0.5rem;
  width: 180px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav li .gnav__sub dl dd ul li span {
  display: block;
  font-size: 2rem;
  line-height: 1.3;
}

#common_fixed_sp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 85px;
  z-index: 999;
}
@media screen and (min-width: 415px) {
  #common_fixed_sp {
    display: none;
  }
}
#common_fixed_sp ul {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 10px 10px 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
#common_fixed_sp ul .reflection {
  width: 50%;
  box-sizing: border-box;
  padding-right: 5px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#common_fixed_sp ul .reflection:nth-child(2) {
  padding-right: 0;
  padding-left: 5px;
}
#common_fixed_sp ul .reflection img {
  width: 100%;
}
#common_fixed_sp ul .reflection::after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
  z-index: 100;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-header__gnav__small__navgation__sub,
  .l-header__gnav__small__navgation__icons,
  .l-header__gnav__small__logo__wrap {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header__gnav-container .l-header__gnav__sp__wrap {
    padding-block: 12rem 4rem;
    padding-inline: 2rem
  }
  .l-header__gnav-container .l-header__gnav__sp__top__area {
    display: none;
  }
  .l-header__gnav__sp__navgation__list {
    position: relative;
  }
  .l-header__gnav__sp__navgation__list::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #FFC8AC;
    transform: translate(-50%, -50%);
    bottom: 62%;
    left: 50%;
  }
  .l-header__gnav__sp__navgation__list::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #FFC8AC;
    transform: translate(-50%, -50%);
    bottom: -6%;
    left: 50%;
  }
  .l-header__gnav__sp__navgation__list > .menu-item:nth-child(1n+1)::after {
    left: 130px;
  }
  .l-header__gnav__sp__navgation .l-header__gnav__sp__navgation__icons {
    display: none;
  }
  .l-header__gnav__sp__navgation__sub {
    width: 100%;
  }
  .l-header__gnav__sp__navgation__sub .l-header__gnav__sp__navgation__sub__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 4rem 30vw;
    width: 80%;
    margin: 0 auto;
  }
  .l-header__gnav__sp__navgation__sub .l-header__gnav__sp__navgation__sub__list li::after {
    right: 6rem;
  }
  .l-header__gnav__sp__navgation__sub .l-header__gnav__sp__navgation__sub__list li a {
    justify-content: space-between;
  }
  .l-header__gnav__small__navgation__icons {
    margin-block: 6rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #FFC8AC;
  }
  .l-header__gnav__small__navgation__icons ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
  }
  .l-header__gnav__small__navgation__icons ul .contact a {
    font-size: 1.4rem;
    background: #fff;
    color: #FF7F3E;
    border: 0.2rem solid #FF7F3E;
    padding-block: 0.9rem;
    padding-inline: 1rem;
    text-align: center;
    border-radius: 3rem;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-header__gnav__small__navgation__icons ul .contact a::before {
    content: "";
    display: inline-block;
    background-image: url(../img/common/common_icon_mail@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
  }
  .l-header__gnav__small__navgation__icons ul .contact a > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    font-size: 1.2rem;
    line-height: .9;
  }
  .l-header__gnav__small__navgation__icons ul .recruit a {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-image: linear-gradient(to right, #FFDE58, /* 左側（始点）の色：明るい黄色/オレンジ */ #FF5600 /* 右側（終点）の色：鮮やかなオレンジ/赤 */);
    border-radius: 3rem;
    padding-block: 0.9rem;
    padding-inline: 3rem;
    text-align: center;
    height: 52px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-header__gnav__small__navgation__icons ul .recruit a::before {
    content: "";
    display: inline-block;
    background-image: url(../img/common/common_icon_search@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
  }
  .l-header__gnav__small__logo {
    text-align: center;
  }
  .l-header__gnav__small__logo a img {
    max-width: 200px;
    margin-bottom: 1.3rem;
  }
  .l-header__gnav__small__logo a p {
    font-size: 1.2rem;
  }
  .l-header__gnav__contact {
    margin-top: 2.7rem;
  }
  .l-header__gnav__contact .l-header__gnav__contact__tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.7rem;
    margin-bottom: 2rem;
  }
  .l-header__gnav__contact .l-header__gnav__contact__tel li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .l-header__gnav__contact .l-header__gnav__contact__tel li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 3rem;
    background-color: #86C563;
    color: #fff;
    font-size: 1.6rem;
    width: 211px;
    padding-block: 0.5rem;
  }
  .l-header__gnav__contact .l-header__gnav__contact__tel li a span{
    color: #fff;
  }
  .l-header__gnav__contact .l-header__gnav__contact__tel li a span:nth-child(1) {
    font-size: 1.2rem;
  }

  .l-header__gnav__contact .l-header__gnav__contact__tel li a span:nth-child(1) {
    display: contents;
  }
  .l-header__gnav__contact .l-header__gnav__contact__tel li a span:nth-child(2) {
    font-size: 1rem;
  }
  .l-header__gnav__contact .l-header__gnav__contact__tel span {
    border: none;
    background: transparent;
    font-size: 1.8rem;
    color: #FF7F3E;
    width: 100%;
  }
  .l-header__gnav__small__logo__wrap__instagram {
    text-align: center;
  }
  .l-header__gnav__small__logo__wrap__instagram a {
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-header__gnav__small__logo__wrap__instagram a i {
    background-image: linear-gradient(
      to bottom right,
      #FFAE85, /* 左上（始点）の色 */
      #F887DA  /* 右下（終点）の色 */
    );
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-right: .5rem;
    color: #fff;
  }
}
.header__small__logo__wrap__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.header__small__logo__wrap__link .header__small__logo__wrap__blog {
  font-size: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header__small__logo__wrap__link .header__small__logo__wrap__blog::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/footer_blog_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
}

@media screen and (max-width: 648px) {
  .l-header__gnav__sp__navgation__sub .l-header__gnav__sp__navgation__sub__list {
    width: 100%;
    grid-template-columns: repeat(2, 150px);
    justify-content: space-around;
    gap: 3rem;
  }
}
/* ====================================================================================
* フッター
==================================================================================== */
.l-footer {
  position: relative;
  z-index: 30;
  width: 100%;;
  background: #FFFFD2;
  border-top: solid 2px #FF7F3E;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-inline: 20px;
    padding-bottom: 8.1rem;
  }
}
.l-footer .footer_inner {
  max-width: 132rem;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0rem 0;
}
.l-footer .footer_inner .footer_info {
  font-size: 1.4rem;
  text-align: center;
  border-bottom: 0.1rem solid #FFC8AC;
  margin-bottom: 3rem;
}
.l-footer .footer_inner .footer_info .footer_detail {
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
.l-footer .footer_inner .footer_info .footer_detail .footer_logo {
  margin: 0 auto 1rem;
  width: 20rem;
}
.l-footer .footer_inner .footer_info .footer_shop .shop_box {
  margin-bottom: 2rem;
}
.l-footer .footer_inner .footer_info .footer_shop .shop_box:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 3rem;
}
.l-footer .footer_inner .footer_info .footer_shop .shop_box .shop_box_title {
  color: #FF7F3E;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.l-footer .footer_inner .footer_info .footer_shop .shop_box .tel_wrap {
  margin-bottom: 0.3rem;
}
.l-footer .footer_inner .footer_info .footer_shop .shop_box .tel_wrap a {
  background: #86C563;
  color: #fff;
  border-radius: 5rem;
  display: inline-block;
  padding: 0.5rem 4rem;
}
.l-footer .footer_inner .footer_info .footer_shop .shop_box .tel_wrap .time {
  font-size: 1rem;
  display: block;
}
.l-footer .footer_inner .footer_info .inst {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  justify-content: center;
  /* margin-bottom: 3rem; */
}
.l-footer .footer_inner .footer_info .inst::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-image: url(../img/common/footer_inst.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.l-footer .footer_inner .footer_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  font-size: 1.2rem;
  padding-bottom: 4rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #FFC8AC;
}
@media screen and (max-width: 768px) {
  .l-footer .footer_inner .footer_nav {
    margin-bottom: 0;
  }
}
.l-footer .footer_inner .footer_nav .footer_nav_list {
  width: calc((100% - 4rem) / 2);
}
.l-footer .footer_inner .footer_nav .footer_nav_list.last {
  width: 100%;
}
.l-footer .footer_inner .footer_nav .footer_nav_list .footer_nav_title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.l-footer .footer_inner .footer_nav .footer_nav_list ul li {
  margin-bottom: 1rem;
}
.l-footer .footer_inner .footer_nav .footer_nav_list ul li:last-child {
  margin-bottom: 0;
}
.l-footer .footer_inner .footer_nav .footer_nav_list  ul li a::before {
  content: "・";
  color: #FF7F3E;
}
.l-footer .footer_inner .footer_nav .footer_nav_list .footer_nav_list_inner li {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.l-footer .l-footer-copy {
  font-size: 1rem;
  padding: 2rem 0 2rem;
  color: #FFC8AC;
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer-copy {
    max-width: 100%;
    text-align: center;
    padding-block: 1.3rem 0;
  }
}
@media screen and (min-width: 576px) {
  .l-footer .footer_inner .footer_nav {
    font-size: 1.4rem;
  }
  .l-footer .footer_inner .footer_info .footer_shop {
    display: flex;
    gap: 2rem;
    justify-content: center;
  }
  .l-footer .footer_inner .footer_nav .footer_nav_list {
    width: calc((100% - 8rem) / 3);
  }
  .l-footer .footer_inner .footer_nav .footer_nav_list.last {
    width: calc((100% - 8rem) / 2);
  }
  .l-footer .footer_inner .footer_nav .footer_nav_list .footer_nav_title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .l-footer .footer_inner {
    max-width: 132rem;
    width: 100%;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
  }
  .l-footer .footer_inner::after {
    content: "";
    display: block;
    border-bottom: 0.1rem solid #FFC8AC;
    width: 100%;
    margin-top: 4rem;
  }
  .l-footer .footer_inner .footer_info {
    width: 24rem;
    font-size: 1.4rem;
    border-bottom: none;
    text-align: left;
  }
  .l-footer .footer_inner .footer_info .footer_shop {
    display: block;
  }
  .l-footer .footer_inner .footer_info .footer_detail .footer_logo {
    margin: 0 0 1rem 0;
  }
  .l-footer .footer_inner .footer_info .footer_shop .shop_box .tel_wrap .time {
    display: inline-block;
    margin-left: 0.5rem;
  }
  .l-footer .footer_inner .footer_info .inst {
    justify-content: flex-start;
  }
  .l-footer .footer_inner .footer_nav {
    width: calc(100% - 28rem);
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    margin-left: 4rem;
    padding-left: 4rem;
    border-left: 0.1rem solid #FFC8AC;
  }
  .l-footer .footer_inner .footer_info .footer_shop .shop_box .tel_wrap a {
    background: none;
    color: #131313;
    border-radius: 0;
    padding: 0;
  }
  .l-footer .footer_inner .footer_info .footer_shop .shop_box:first-child {
    border-bottom: 0.1rem solid #FFC8AC;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1320px) {
  .l-footer .footer_inner .footer_nav .footer_nav_list,
  .l-footer .footer_inner .footer_nav .footer_nav_list.last {
    width: fit-content;
  }
}
.l-footer .footer_inner .footer_info .footer_link_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-bottom: 3rem;
}
.l-footer .footer_inner .footer_info .footer_link_wrap .footer_blog_link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  justify-content: center;
}
.l-footer .footer_inner .footer_info .footer_link_wrap .footer_blog_link::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/footer_blog_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
}
.l-footer .footer_inner .footer_info .footer_link_wrap .footer_blog_link a {
  font-size: 1rem;
}
/* SP 追尾フッター */
.sp__tracking__footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.sp__tracking__footer__contact a {
  font-size: 1.4rem;
  background: #fff;
  color: #FF7F3E;
  border: 0.2rem solid #FF7F3E;
  padding-block: 0.9rem;
  padding-inline: 1rem;
  text-align: center;
  border-radius: 3rem;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp__tracking__footer__contact a span{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  font-size: 1.2rem;
  line-height: .9;
}

.sp__tracking__footer__contact a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/common_icon_mail@2x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}
.sp__tracking__footer__recruit a {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-image: linear-gradient(to right, #FFDE58, /* 左側（始点）の色：明るい黄色/オレンジ */ #FF5600 /* 右側（終点）の色：鮮やかなオレンジ/赤 */);
  border-radius: 3rem;
  padding-block: 0.9rem;
  padding-inline: 3rem;
  text-align: center;
  height: 52px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp__tracking__footer__recruit a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/common_icon_search@2x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}
@media screen and (max-width: 490px) {
  .sp__tracking__footer {
    display: block;
  }
}
.sp__tracking__footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding-bottom: 1rem;
}
/* ====================================================================================
* .l レイアウト
==================================================================================== */
.l-hero {
  position: relative;
  height: 453px;
  margin-top: 50px;
  background: url("../img/hero_img_sp.jpg") no-repeat top center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .l-hero {
    height: 100vh;
    margin-top: 0;
    background: url("../img/hero_img.jpg") no-repeat top center;
    background-size: cover;
  }
}
.l-hero .l-hero__contents {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .l-hero .l-hero__contents {
    width: 90%;
    padding: 0;
  }
}
.l-hero .l-hero__title {
  margin-bottom: auto;
  margin-top: 2rem;
  color: #E84376;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  transition: 0.3s all ease-in;
}
@media screen and (min-width: 992px) {
  .l-hero .l-hero__title {
    margin-top: -20rem;
    margin-bottom: 0;
    font-size: 5rem;
    font-weight: 700;
  }
}
.l-hero .l-hero-logo {
  display: none;
}
@media screen and (min-width: 992px) {
  .l-hero .l-hero-logo {
    display: block;
    position: absolute;
    top: 2rem;
    width: 234px;
    transition: 0.3s all ease-in;
  }
}
@media screen and (min-width: 992px) {
  .l-hero .l-hero-logo.l-hero-logo--2 {
    width: 374px;
  }
}

.l-footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
}
.l-footer-nav ul li {
  width: 50%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .l-footer-nav ul li {
    width: auto;
  }
}
.l-footer-nav ul li a {
  font-weight: 500;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .l-footer-nav ul li a {
    padding: 0 1.3rem;
    font-size: 1.5rem;
  }
}
.l-footer-nav ul li a:before {
  position: relative;
  top: -2px;
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 0.4rem;
  border-radius: 50%;
  background: #E84376;
}
@media screen and (min-width: 992px) {
  .l-footer-nav ul li a:before {
    top: -3px;
  }
}
.l-footer-nav a {
  color: #333333;
}
.l-footer-nav a:hover {
  color: #E84376;
}

.paged .l-main {
  padding: 0rem 0;
}
@media screen and (min-width: 992px) {
  .paged .l-main {
    padding: 0;
  }
}

.l-wrap {
  overflow: hidden;
  position: relative;
  z-index: 21;
  margin-top: 90px;
  background: #FFF;
}
@media screen and (min-width: 992px) {
  .l-wrap {
    margin-top: 130px;
  }
}
.l-content {
  margin: auto;
}
.l-content .l-content--search {
  margin: 1.6rem auto 0;
}
@media screen and (min-width: 375px) {
  .l-content .l-content--search {
    margin: 2rem auto 0;
  }
}
@media screen and (min-width: 414px) {
  .l-content .l-content--search {
    margin: 2.5rem auto 0;
  }
}
@media screen and (min-width: 992px) {
  .l-content .l-content--search {
    width: 628px;
    margin: 0 auto;
  }
}

.l-main {
  position: relative;
  z-index: 2;
  padding: 0rem 0;
}
@media screen and (min-width: 992px) {
  .l-main.l-main--small {
    width: 72%;
  }
}
@media screen and (min-width: 1280px) {
  .l-main.l-main--small {
    width: 822px;
  }
}

/*==========================================
common：PC,スマホ分岐設定
==========================================*/
.sp-display {
  display: block;
}
@media screen and (max-width: 1200px) {
  .l-header__body {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .sp-display {
    display: none;
  }
}

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

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

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

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

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

/* ====================================================================================
* 共通パーツ設定
==================================================================================== */

/*タイトル系*/
.commonTitle--backFilter {
  margin-bottom: 1rem;
}
.commonTitle--backFilter:last-chid {
  margin-bottom: 0;
}
.commonTitleIn--backFilter {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: bold;
  background: linear-gradient(90deg, #FFFFD2, #FFC8AC);
  display: inline-block;
  box-sizing: border-box;
  padding: 1.8rem 1.8rem 1.5rem;
}

.sectionTitle--commonMin {
  font-size: 2.6rem;
  font-weight: bold;
  color: #FF7F3E;
}
@media screen and (max-width: 768px) {
  .sectionTitle--commonMin {
    font-size: 1.8rem;
  }
}

/*セクションタイトル*/
.sectionTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 4.7rem;
}
@media screen and (max-width: 768px) {
  .sectionTitle {
    margin-bottom: 2.4rem;
  }
}
.sectionTitle__inner {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sectionTitle__inner {
    margin-inline: 0 auto;
    padding-left: 20px;
  }
  .common-contact .sectionTitle__inner {
    margin-inline: 0;
    padding-left: 0;
  }
  .topRecruit .sectionTitle__inner {
    margin-inline: 0;
    padding-left: 0;
  }
  .basicPolicy .sectionTitle__inner {
    margin-inline: 0;
    padding-left: 0;
  }
  .greetingMessage .sectionTitle__inner {
    margin-inline: 0;
    padding-left: 0;
  }
  .corpPhilosophy .sectionTitle__inner {
    margin-inline: 0;
    padding-left: 0;
  }
  .overviewMain .sectionTitle__inner {
    margin-inline: 0;
    padding-left: 0;
  }
  .disclosureMain .sectionTitle__inner {
    margin-inline: 0;
    padding-left: 0;
  }
  .nursingRead .sectionTitle__inner {
    margin-inline: 0;
    padding-left: 0;
  }
  .facilitiesList .sectionTitle__inner {
    margin-inline: 0;
    padding-left: 0;
  }
  .faqMain .sectionTitle__inner {
    margin-inline: 0;
    padding-left: 0;
  }
  .contactRead .sectionTitle__inner {
    margin-inline: 0;
    padding-left: 0;
  }
  .blogMain .sectionTitle__inner {
    margin-inline: 0;
    padding-left: 0;
  }
}
.sectionTitle__lineArea {
  display: flex;
  color: #FFC7AB;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.2rem;
  top: 0;
  width: 100%;
  position: static;
  padding-bottom: 1.8rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sectionTitle__lineArea {
    font-size: 1rem;
    padding-bottom: 0;
  }
}
.sectionTitle__line {
  height: 1px;
  width: 100%;
  background-color: #FFC7AB;
}
.sectionTitle__head {
  font-size: 4.2rem;
  line-height: 4.2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sectionTitle__head {
    font-size: 3rem;
  }
}
.sectionTitle__head--min {
  font-size: 2rem;
  line-height: 2rem;
  padding-top: 1rem;
  display: block;
  text-align: center;
}
.sectionTitle__headStrong {
  font-size: 8.6rem;
  line-height: 8.6rem;
  background-color: #fff;
  padding-left: 0.4rem;
}
.sectionTitle--recruitMin {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #FF7F3E;
  padding-bottom: 3.4rem;
}
.sectionTitle--white {
  margin: 0 auto 4rem;
  .sectionTitle__head {
    color: #fff;
  }
  .sectionTitle__lineArea {
    color: #fff;
  }
  .sectionTitle__line {
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .sectionTitle--white {
    margin-bottom: 2.4rem;
  }
}

/*ボタン*/
.buttonGradation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 7.6rem;
  color: #fff;
  font-size: 2rem;
  border-radius: 4rem;
  background: linear-gradient(135deg , #FF5600 , #FFDE58);
  margin: 0 auto;
  transition: 0.4s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .buttonGradation {
    border-radius: 0;
  }
}
.buttonGradation::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #FFDE58, #FF5600);
  transition: all 0.5s ease;
  z-index: 0;
  border-radius: 4rem;
  opacity: 0;
}
.buttonGradation:hover::before {
  opacity: 1;
}
.buttonGradation__iconSearch,
.buttonGradation__text,
.buttonGradation__iconTab {
  position: relative;
  z-index: 1;
}
.buttonGradation__iconSearch {
  line-height: 0;
  display: block;
  width: 2rem;
  margin-right: 0.9rem;
  position: relative;
  top: 0.1rem;
}
.buttonGradation__iconTab {
  line-height: 0;
  display: block;
  width: 1.8rem;
  margin-left: 1.7rem;
  position: relative;
  top: 0.1rem;
}

.buttonGradation--headFixed {
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  .buttonGradation--headFixed {
    display: none;
  }
}
.buttonGradation--headFixed:before {
border-radius: 0;
}

/* common：パンクズリスト ==========================================*/
.breadcrumb {
  /* display: flex; */
  /* max-width: 1580px; */
  /* width: 96%; */
  /* margin: 0 auto; */
  padding: 2rem 0 6rem;
  width: calc(100% - 17rem);
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    /* width: 100%; */
    margin: 0 0 0 2rem;
  }
}
.bred__item {
  display: inline-flex;
  font-size: 1.4rem;
}
.bred__item:not(:last-child):after {
  content: ">";
  display: block;
  margin: 0 1rem;
}

/* common：共通メイン部分 ==========================================*/
.pageMain {
  margin: 13rem 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pageMain {
    margin-top: 10rem;
  }
}
.pageMain__photoArea {
  display: block;
  width: calc(100% - 17rem);
  height: 40rem;
  margin: 0 0 0 auto;
  border-radius: 0 0 0 5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pageMain__photoArea {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
.pageMain__photoArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .pageMain__photoArea img {
    height: auto;
    object-fit: fill;
    /* aspect-ratio: 16 / 9; */
  }
}
.pageMain__titleArea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  z-index: 10;
  font-size: 4.2rem;
  line-height: 4.2rem;
  color: #FF7F3E;
  background-color: rgba(255,255,255,0.7);
  border-radius: 1rem;
  padding: 2.1rem 7rem 1.7rem;
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 768px) {
  .pageMain__titleArea {
    font-size: 1.6rem;
    padding-inline: 2rem;
    padding-block: 0.2rem;
    width: 80%;
    text-align: center;
  }
}
/* common：お問い合わせ ==========================================*/
.common-contact {
  background-color: #FF7F3E;
  padding: 4rem 2rem 5rem 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .common-contact {
    padding-bottom: 10rem;
  }
}
.common-contact .section-inner {
  max-width: 160rem!important;
  margin: 0 auto;
}
.common-contact .section-main-title,
.common-contact .section-subtitle {
  color: #fff;
}
.common-contact .section-line {
  background-color: #ffffff;
}
.common-contact .section_wrap {
  background-color: #FFFFEE;
  padding: 3rem 2rem 4rem 0;
  border-radius: 0 3rem 3rem 0;
}
@media screen and (max-width: 768px) {
  .common-contact .section_wrap {
    padding: 3rem 0 4rem 0;
  }
}
.common-contact .section_wrap .contact__box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.5rem;
  margin: 0 auto;
  flex-flow: row wrap;
}
@media screen and (max-width: 490px) {
  .common-contact .section_wrap .contact__box {
    flex-direction: column;
    justify-content: space-between;
    width: auto;
  }
}
.common-contact .section_wrap .contact__box .contact__box__title-box {
  flex-shrink: 0;
}
@media screen and (max-width: 490px) {
  .common-contact .section_wrap .contact__box .contact__box__title-box {
    margin-bottom: 2rem;
  }
}
.common-contact .section_wrap .contact__box .contact__box__title-box .contact__box__title {
  writing-mode: vertical-rl;
  text-align: left;
  line-height: 1.5;
  font-size: 1.4rem;
  background-image: url(../img/common/contact_bg.svg);
  background-size: 100%;
  padding: 4rem 4.3rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 490px) {
  .common-contact .section_wrap .contact__box .contact__box__title-box .contact__box__title {
    writing-mode: horizontal-tb;
    background-image: url(../img/common/sp_contact_bg.png);
    background-position: center;
    background-size: contain;
    text-align: center;
  }
}
.common-contact .section_wrap .contact__box .contact__wrap {
  margin-left: -2.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 490px) {
  .common-contact .section_wrap .contact__box .contact__wrap {
    margin-left: -14px;
  }
}
.common-contact .section_wrap .contact__box .contact__wrap .tel_wrap {
  margin-bottom: 4rem;
}
@media screen and (max-width: 490px) {
  .common-contact .section_wrap .contact__box .contact__wrap .tel_wrap {
    margin-bottom: 2rem;
  }
}
.common-contact .section_wrap .contact__box .contact__wrap .tel_wrap .contact__tel__title {
  color: #FF7F3E;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.common-contact .section_wrap .contact__box .contact__wrap .tel_wrap .contact__tel__number {
  font-size: 1.6rem;
  line-height: 1.2;
  background: #86C563;
  border-radius: 5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 490px) {
  .common-contact .section_wrap .contact__box .contact__wrap .tel_wrap .contact__tel__number {
    margin-bottom: 1rem;
  }
}
.common-contact .section_wrap .contact__box .contact__wrap .tel_wrap .contact__tel__number a {
  color: #fff;
  padding: 0.8rem 0;
  width: 21rem;
  display: block;
}
.common-contact .section_wrap .contact__box .contact__wrap .tel_wrap .contact__tel__number .tel {
  font-size: 1.2rem;
}
.common-contact .section_wrap .contact__box .contact__wrap .tel_wrap .contact__tel__number .time {
  font-size: 1rem;
  display: block;
  color: #fff;
}
.common-contact .section_wrap .contact_button.sp {
  flex-shrink: 0;
  width: 100%;
}
.common-contact .section_wrap .contact_button a {
  color: #fff;
  background: #FF7F3E;
  padding: 1.5rem 3rem;
  border-radius: 5rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  width: 28.6rem;
  margin-left: auto;
}
@media screen and (max-width: 490px) {
  .common-contact .section_wrap .contact_button a {
    margin-right: auto;
  }
}
.common-contact .section_wrap .contact_button.pc span {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.common-contact .section_wrap .contact_button.pc span::before{
  content: '';/*何も入れない*/
  display: inline-block;
  width: 2rem;/*画像の幅*/
  height: 2rem;/*画像の高さ*/
  background-image: url(../img/common/common_icon_mail_orange.svg);
  background-size: contain;
}
.common-contact .section_wrap .contact_button.sp span::before {
  background-image: url(../img/common/common_icon_mail_white.svg);
}
@media screen and (min-width: 700px) {
  .contact_button.sp {
    display: none;
  }
  .common-contact .section_wrap .contact__box .contact__wrap .commmon_button_type1 {
    display: block!important;
  }
  .common-contact {
    padding: 10rem 2rem 10rem;
  }
  .common-contact .section-title {
    margin-bottom: 3rem;
  }
  .common-contact .section_wrap {
    border-radius: 3rem;
    padding: 3rem 2rem;
  }
  .common-contact .section_wrap .contact__box {
    width: 100%;
  }
  .common-contact .section_wrap .contact__box .contact__box__title-box .contact__box__title {
    font-size: 1.6rem;
    padding: 5rem 6rem;
  }
  .common-contact .section_wrap .contact__box .contact__wrap .tel_wrap {
    display: flex;
    text-align: left;
    gap: 4vw;
  }
  .common-contact .section_wrap .contact__box .contact__wrap .tel_wrap .contact__tel__number {
    background: none;
    margin-bottom: 0;
  }
  .common-contact .section_wrap .contact__box .contact__wrap .tel_wrap .contact__tel__number a {
    color: #86C563;
    font-size: clamp(26px, 3.6vw, 36px);
    width: auto;
    padding: 0;
    
  }
  .common-contact .section_wrap .contact__box .contact__wrap .tel_wrap .contact__tel__title {
    font-size: 1.4rem;
    color: #FF7F3E;
    border: 0.1rem solid #FF7F3E;
    display: inline-block;
    border-radius: 0.5rem;
    padding: 0 3rem;
  }
  .common-contact .section_wrap .contact__box .contact__wrap .tel_wrap .contact__tel__number .time {
    color: #000000;
    text-align-last: right;
  }
  .common-contact .section_wrap .contact_button a.sp {
    display: none;
  }
  .common-contact .section_wrap .contact__box .contact__wrap {
    margin-left: 0;
  }
  .common-contact .section_wrap .contact__box .contact__wrap .contact_button.pc {
    color: #FF7F3E;
    border: 0.1rem solid #FF7F3E;
    background: #fff;
    padding: 1.5rem 3rem;
    border-radius: 5rem;
    display: flex!important;
    gap: 1rem;
    justify-content: center;
    width: 38.4rem;
    margin: 0 auto;
    font-size: 1.8rem;
  }
  .common-contact .section_wrap .contact__box .contact__wrap .contact_button.pc img {
    margin: 0;
  }
  .common-contact .section_wrap .contact__box .contact__wrap .contact_button.pc:hover {
    color: #fff;
    background: #FF7F3E;
  }
  .common-contact .section_wrap .contact__box .contact__wrap .contact_button.pc:hover span::before {
    content: '';/*何も入れない*/
    display: inline-block;
    width: 2rem;/*画像の幅*/
    height: 2rem;/*画像の高さ*/
    background-image: url(../img/common/common_icon_mail_white.svg);
    background-size: contain;
    vertical-align: middle;
  }
}
@media screen and (min-width: 750px) {
  .common-contact .section_wrap .contact__box {
    gap: 3%;
  }
}
@media screen and (min-width: 992px) {

  .common-contact .section_wrap {
    padding: 2rem;
    border-radius: 3rem;
  }
  .common-contact .section_wrap .contact__box {
    gap: 0;
  }
  .common-contact .section_wrap .contact__box .contact__box__title-box .contact__box__title {
    font-size: 2.4rem;
    background-size: cover;
    padding: 7rem 8rem 6rem;
  }
  .common-contact .section_wrap .contact__box .contact__wrap .tel_wrap {
    margin-bottom: 6rem;
  }
  .common-contact .section_wrap .contact__box .contact__wrap .tel_wrap .contact__tel__title {
  }
  .common-contact .section_wrap .contact__box .contact__wrap .tel_wrap .contact__tel__number {
    font-size: 5rem;
  }
  .common-contact .section_wrap .contact__box .contact__wrap .tel_wrap .contact__tel__number a {
    font-size: clamp(36px, 3.4vw, 50px);
  }
  .common-contact .section_wrap .contact__box .contact__wrap .tel_wrap .contact__tel__number .tel {
    font-size: 3.2rem;
  }
  .common-contact .section_wrap .contact__box .contact__wrap .tel_wrap .contact__tel__number .time {
    font-size: 1.4rem;
    text-align-last: right;
    color: #131313;
  }
}
@media screen and (min-width: 1100px) {
  .common-contact .section_wrap .contact__box {
    gap: 3%;
  }
}
@media screen and (min-width: 1320px) {
  .section_wrap {
    margin: 0 auto;
  }
  .common-contact .section_wrap .contact__box {
    /* max-width: 132rem; */
    gap: 9vw;
  }
  .common-contact .section_wrap .contact__box .contact__wrap .tel_wrap {
    gap: 5vw;
  }
}

/* common：法人理念 ==========================================*/
.corpPhilosophy {
  padding: 15rem 0 15rem;
}
@media screen and (max-width: 768px) {
  .corpPhilosophy {
    padding-block: 6rem;
    padding-inline: 2rem;
  }
}
.corpPhilosophy__content {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .corpPhilosophy__content {
    /* padding-bottom: 2.1rem; */
    padding-bottom: 4rem;
  }
}
.corpPhilosophy__read {
  display: flex;
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
  position: relative
}
@media screen and (max-width: 1200px) {
  .corpPhilosophy__read {
    align-items: center;
    justify-content: space-between;
  }
}
.corpPhilosophy__readTextArea {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .corpPhilosophy__readTextArea {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .corpPhilosophy__readTextArea {
    width: 100%;
  }
}
.corpPhilosophy__readText--first {
  font-size: 2rem;
  line-height: 2rem;
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 1200px) {
  .corpPhilosophy__readText--first {
    font-size: calc(1.2rem + ( 20 - 12 ) * ((100vw - 768px) / (1200 - 768)));
  }
}
@media screen and (max-width: 768px) {
  .corpPhilosophy__readText--first {
    /* font-size: 1.2rem; */
    font-size: 1.6rem;
    padding-bottom: 1rem;
  }
}
.corpPhilosophy__readText--second {
  font-size: 3rem;
  line-height: 3rem;
  padding-bottom: 4.7rem;
}
@media screen and (max-width: 1200px) {
  .corpPhilosophy__readText--second {
    font-size: calc(1.6rem + ( 30 - 16 ) * ((100vw - 768px) / (1200 - 768)));
    padding-bottom: calc(1.3rem + ( 4.7 - 1.3 ) * ((100vw - 768px) / (1200 - 768)));
  }
}
@media screen and (max-width: 768px) {
  .corpPhilosophy__readText--second {
    font-size: 2rem;
    padding-bottom: 3.5rem;
  }
}
.corpPhilosophy__readText--third {
  font-size: 2.2rem;
  line-height: 2.2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .corpPhilosophy__readText--third {
    font-size: calc(1.4rem + ( 22 - 14 ) * ((100vw - 768px) / (1200 - 768)));
  }
}
@media screen and (max-width: 768px) {
  .corpPhilosophy__readText--third {
    /* font-size: 1.2rem; */
    font-size: 1.6rem;
    padding-bottom: 1rem;
  }
}
.corpPhilosophy__readText--fourth {
  display: inline-block;
  font-size: 4rem;
  line-height: 4rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .corpPhilosophy__readText--fourth {
    font-size: calc(1.8rem + ( 40 - 18 ) * ((100vw - 768px) / (1200 - 768)));
  }
}
@media screen and (max-width: 768px) {
  .corpPhilosophy__readText--fourth {
    font-size: 2.2rem;
  }
}
.corpPhilosophy__readText--fourth:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1.5rem;
  background-color: #FFFFB1;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  z-index: -1;
}
.corpPhilosophy__readText--point {
  color: #FF7F3E;
}
.sp__corpPhilosophy__readText--fourth__br {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp__corpPhilosophy__readText--fourth__br {
		display: block;
	}
}
.corpPhilosophy__readPhoto {
  position: absolute;
  top: -11rem;
  right: -22rem;
  max-width: 500px;
}
@media screen and (max-width: 1200px) {
  .corpPhilosophy__readPhoto {
    position: static;
    transform: translateY(-25px);
  }
}
@media screen and (max-width: 768px) {
  .corpPhilosophy__readPhoto {
    display: none;
  }
}


/* common：基本方針 ==========================================*/
.basicPolicy {
  background-color: #FFFFEE;
  box-sizing: border-box;
  padding: 10rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .basicPolicy {
    padding-block: 6rem;
    padding-inline: 2rem;
  }
}
.basicPolicy__inTitle {
  text-align: center;
}
.basicPolicy__listBox {
  max-width: 1200px;
  width: 90%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin: 0 auto;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .basicPolicy__listBox {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 390px) {
  .basicPolicy__listBox {
    width: 100%;
    display: block;
  }
}
.basicPolicy__list {
  text-align: center;
  box-sizing: border-box;
  padding: 1rem 5rem 1rem;
  background-image : linear-gradient(to bottom, #FFC8AC, #FFC8AC 4px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
  background-size: 1px 8px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-y;       /* 横向きにのみ繰り返す */
}
.basicPolicy__list:first-child {
  background-image: none;
}
@media screen and (max-width: 768px) {
  .basicPolicy__list {
    background-image: none;
    position: relative;
  }
  .basicPolicy__list:nth-of-type(1)::after,
  .basicPolicy__list:nth-of-type(2)::after {
    content: "";
    display: block;
    height: 2px;
    width: 260px;
    margin: 0 auto;
    background-image: linear-gradient(to right, #FFC8AC 7px, #FFC8AC 4px, transparent 2px, transparent 20px);
    background-size: 9px 2px;
    background-repeat: repeat;
  }
}
@media screen and (max-width: 390px) {
  .basicPolicy__list {
    padding: 1rem 2rem 1rem;
  }
}

.basicPolicy__listNum {
  font-size: 2rem;
  line-height: 2rem;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  .basicPolicy__listNum {
    font-size: 1.6rem;
  }
}
.basicPolicy__listTitle {
  font-size: 2rem;
  line-height: 2rem;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  .basicPolicy__listTitle {
    font-size: 1.6rem;
  }
}
.basicPolicy__listContent {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .basicPolicy__listContent {
    font-size: 1.4rem;
  }
  .basicPolicy__list:nth-of-type(1) .basicPolicy__listContent,
  .basicPolicy__list:nth-of-type(2) .basicPolicy__listContent {
    padding-bottom: 2rem;
  }
}
.basicPolicy__listTitleArea--first {
  .basicPolicy__listNum {
    color: #86C563;
  }
  .basicPolicy__listTitle {
    color: #86C563;
  }
}
.basicPolicy__listTitleArea--second {
  .basicPolicy__listNum {
    color: #FF7F3E;
  }
  .basicPolicy__listTitle {
    color: #FF7F3E;
  }
}
.basicPolicy__listTitleArea--third {
  .basicPolicy__listNum {
    color: #FF7AAB;
  }
  .basicPolicy__listTitle {
    color: #FF7AAB;
  }
}
.basicPolicy__card {
  max-width: 1100px;
  width: 90%;
  margin: 3rem auto 0;
  background-color: #fff;
  border-radius: 2rem;
  padding: 6rem 0 5rem;
  text-align: center;
  box-shadow: 0.3rem 0.6rem 1rem #ECECEC ;
}
.basicPolicy__cardImage {
  padding: 2.4rem 0 2rem;
}
.basicPolicy__cardText {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .basicPolicy__cardText {
    font-size: 1.4rem;
    text-align: left;
    padding-inline: 2rem;
  }
  .basicPolicy__cardText br {
    display: none;
  }
}

/* common：取り扱いサービス ==========================================*/
.handlingService {
  padding: 15rem 0 20rem;
}
@media screen and (max-width: 768px) {
  .handlingService {
    padding-block: 6rem;
  }
}
.handlingService__inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.handlingService__link__button {
  display: none;
}
.sp__handlingService__button {
  display: none;
}
.handlingService__buttonArea {
  position: absolute;
  bottom: 4vw;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .handlingService__buttonArea {
    display: none;
  }
  .sp__handlingService__button {
    display: flex;
    width: 173px;
    height: 44px;
    background-color: #fff;
    border: 1px solid #FF7F3E;
    border-radius: 3rem;
    justify-content: center;
    align-items: center;
    color: #FF7F3E;
    font-size: 1.6rem;
    gap: 1rem;
  }
  .sp__handlingService__button .arrow {
    background-color: #FFC8AC;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp__handlingService__button .arrow img {
    width: 1.1rem;
    height: 1.1rem;
  }

  .handlingService__inner .commmon_button_type1 {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}


/* common：3つのポイント ==========================================*/
.philosophyVision {
	background-color: #FFFFD2;
	box-sizing: border-box;
	/* padding: 6rem 0 6rem; */
  padding: 15rem 0 15rem;
	position: relative;
}
@media screen and (max-width: 768px) {
  .philosophyVision {
    padding-inline: 2rem;
  }
} 
.philosophyVision__wave {
	line-height: 0;
	position: absolute;
	width: 100%;
	/* top: -11rem;
	left: 0; */
  transform: translateY(-50%);
  left: 0;
  top: 0;
}
.philosophyVision__wave--bottom {
	top: auto;
	/* bottom: -11rem; */
  bottom: 0;
	left: 0;
  transform: translateY(50%);
}

.philosophyVision__box {
	max-width: 1100px;
	width: 96%;
	margin: 0 auto 10.5rem;
	position: relative;
}
@media screen and (max-width: 1200px) {
  .philosophyVision__box {
    display: flex;
    align-items: center;
  }
  .philosophyVision__box:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .philosophyVision__box {
    flex-direction: column;
    margin-bottom: 5rem;
  }
  .philosophyVision__box:nth-child(even) {
    flex-direction: column;
  }
}
.philosophyVision__box:last-child {
	margin: 0 auto 0;
}
.philosophyVision__contentArea {
	max-width: 780px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 5rem 8rem 5rem;
	border-radius: 2rem;
	box-shadow: 1rem 1rem 0 #FFC8AC;
	margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .philosophyVision__contentArea {
    max-width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .philosophyVision__contentArea {
    max-width: 100%;
    padding-block: 3rem;
    padding-inline: 2rem;
  }
}
.philosophyVision__image {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
  max-width: 380px;
}
@media screen and (max-width: 1200px) {
  .philosophyVision__image {
    position: static;
    transform: translateY(0);
    margin-right: -7rem;
  }
  .philosophyVision__box:nth-child(even) .philosophyVision__image {
    margin-right: 0;
    margin-left: -7rem;
  }
}
@media screen and (max-width: 768px) {
  .philosophyVision__image {
    max-width: 100%;
  }
  .philosophyVision__box:nth-child(even) .philosophyVision__image {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .philosophyVision__image {
    margin-inline: 0;
    margin-bottom: -3rem;
  }
}
.philosophyVision__title {
	font-size: 3.2rem;
	padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .philosophyVision__title {
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
  .philosophyVision__title br {
    display: none;
  }
}
.philosophyVision__titleAppeal {
	color: #FF7F3E;
}
.philosophyVision__text {
	font-size: 2rem;
	font-weight: normal;
	line-height: 2;
}
@media screen and (max-width: 768px) {
  .philosophyVision__text {
    font-size: 1.6rem;
  }
}
.philosophyVision__text--large {
	padding: 1rem 0 1rem;
}
.philosophyVision__box--reverse {
	.philosophyVision__contentArea {
		box-shadow: -1rem 1rem 0 #FFC8AC;
		margin-left: 0;
		margin-right: auto;
	}
	.philosophyVision__image {
		left: auto;
		right: 0;
	}
}
.facilitiesInfo__caution {
	margin-top: 10px;
}
.facilitiesInfo__cautionText {
	font-weight: 500;
}
.facilitiesInfo__cautionLink {
	color: revert;
	padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .facilitiesInfo__cautionLink {
    padding-left: 0;
  }
}

/* common：ループスライダー ==========================================*/
.loop-slider {
  overflow: hidden;
  width: 100%;
}
.loop-track {
  display: flex;
  white-space: nowrap;
  width: max-content;
  animation: loop 20s linear infinite;
}
.loop-slide {
  flex: 0 0 auto;
  width: 25vw; /* PC: 4枚表示 */
}
@media screen and (max-width: 768px) {
  .loop-slide {
    width: 59.67vw; /* SP: 1.5枚表示 */
  }
  .loop-track {
    animation: loop 15s linear infinite;
  }
}
.loop-slide img {
  width: 100%;
  display: block;
}
/* 横スクロールし続けるアニメ */
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*

TOP追加セクション

*/
.recruitReview__model {
  max-width: 1100px;
  margin-inline: auto;
}