@charset "UTF-8";


/*-----------------------------------
-------------   リセットCSS  -----------
------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baselifne;
}

/* HTML5 display-role reset for older browsers */

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

body {
  font-family: 'Zen Kaku Gothic New','Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1;
  color: #5D5F68;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

strong {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

img,
iframe {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/*-----------------------------------
-------------   共通  --------------
------------------------------------*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 2px;
  overflow-x: hidden;
  color: #333333;
}

main {
  line-height: 1.8;
}

main h2 {
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}

main h2 span {
  display: block;
  font-size: 2.6rem;
  color: #EB7083;
}

main p {
  margin-bottom: 1em;
  line-height: 1.8;
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.wrapper-w {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.wrapper-w2 {
  max-width: 1648px;
  width: 100%;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
  transition: all ease 0.3s;
  outline: none;
}

a:hover {
  color: #8c8d94;
}

[id^="ref_"] {
  scroll-margin-top: 1.3020833333vw; 
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.font-red {
  color: #CD4C4C;
}

.bg-gr-lr {
  background: #006441;
}

.bg-gr-rl {
  background: -moz-linear-gradient(left, #248000, #006441);
  background: -webkit-linear-gradient(left, #248000, #006441);
  background: linear-gradient(to right, #248000, #006441);
}

.fl {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
}

.fl-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fl-ju-end {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.fl-bt {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fl-sa {
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}

.fl-wr {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.fl-ju-st {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.fl-st {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.fl-c {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.fl-ju-c {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.arrow {
  position: relative
}

.arrow-right::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  border-top: 2px solid #006987;
  border-right: 2px solid #006987;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
  right: 4%;
  top: 50%;
}

.arrow-up::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  box-sizing: border-box;
  left: 50%;
  top: 0px;
}

.pc-none {
  display: none !important;
}

.sp-none {
  display: block !important;
}

.sp-img {
  display: none;
}

.t-center {
  text-align: center;
}

.t-bold {
  font-weight: bold;
}

.t-green {
  color: #006341;
}

.t-white {
  color: #fff;
}

.t-gray {
  color: #F5F5F5
}

.t-mont {
  font-family: 'Montserrat', sans-serif;
}

.b-shadow {
  box-shadow: 0 0 20px -13px rgba(0, 0, 0, 0.4);
}

.t-note-num {
  font-size: 1.0rem;
  vertical-align: top;
  padding-left: 4px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.slick-track {
  display: flex;
}

.slick-initialized .slick-slide {
  height: auto !important;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.nowrap {
  white-space: nowrap;
}


@media screen and (max-width: 1800px) {
  img {
    height: auto;
  }
}

@media screen and (max-width: 1700px) {
  .wrapper-w2 {
    max-width: 100%;
    width: 94%;
  }
}

@media screen and (max-width: 1500px) {
  .wrapper-w {
    max-width: 100%;
    width: 94%;
  }
}

@media screen and (max-width: 1260px) {
  body {
    font-size: 1.6rem;
  }

  .wrapper {
    max-width: 100%;
    width: 94%;
  }
} 


@media screen and (max-width: 768px) {
  .fl-md {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
  }

  .fl-column-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fl-end-md {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }

  .fl-bt-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fl-wr-md {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .fl-st-md {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }

  .fl-c-md {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }

  .fl-alst-md {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .fl-ju-c-md {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }

  .pc-none {
    display: block !important;
  }

  .sp-none {
    display: none !important;
  }

  a[href^="tel:"] {
    cursor: default;
    pointer-events: auto;
  }
  .wrapper {
    width: 92%;
    margin: 0 auto;
  }

  main h2 {
    font-size: 3.2rem;
  }
  
  main h2 span {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 560px) {
  body {
    font-size: 1.45rem;
  }

  main h2 {
    font-size: 2.2rem;
  }
  
  main h2 span {
    font-size: 2rem;
  }
}

/*------header_nav------*/

#nav_toggle,
.sp_header,
.sp_nav,
.sp_nav_r {
    display: none;
}

#header_nav .logo {
  margin-right: 50px;
}

#header_nav h2 {
  color: #EB7083;
  border-top: 1px solid #EB7083;
  border-bottom: 1px solid #EB7083;
  padding: 8px 0 10px 0;
}

#header_nav {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 600;
  transition: all 1s ease;
  background-color: #fff;
  letter-spacing: 0;
}

#header_nav > div {
    z-index: 200;
    align-items: center;
}

#header_nav .l-nav {
  padding: 20px 15px;
}

#header_nav .r-nav {
  font-size: 1.3rem;
  display: flex;
}

#header_nav .r-nav .sub_nav li {
  margin-right: 0;
  line-height: 1.5;
  text-align: center;
  padding: 0 0 0 20px;
}

#header_nav .r-nav .sub_nav li a {
  color: #000;
  font-weight: 600;
  padding: 12px 65px 12px 20px;
  border-radius: 30px;
}

#header_nav .r-nav .sub_nav li.nav01 a{
  background-color:#F3ADCC;
  display:block;
  position:relative;
  overflow:hidden;
  isolation:isolate;
}

/* 背景色スライド（左→右）※背面に置く */
#header_nav .r-nav .sub_nav li.nav01 a::before{
  content:"";
  position:absolute;
  inset:0;
  background-color:#f1cad0; /* hover時の色 */
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .4s ease;
  z-index:-1;              /* 文字より後ろ */
  pointer-events:none;
}

/* アイコンは最前面で固定表示（消えない） */
#header_nav .r-nav .sub_nav li.nav01 a::after{
  content:"";
  position:absolute;
  top:50%;
  right:13px;
  width:24px;              /* ←画像サイズに合わせて調整 */
  height:24px;             /* ←画像サイズに合わせて調整 */
  transform:translateY(-50%);
  background:url(img/h-btn01.png) no-repeat center / contain;
  z-index:1;
  pointer-events:none;
}

#header_nav .r-nav .sub_nav li.nav01 a:hover::before{
  transform:scaleX(1);
}

#header_nav .r-nav .sub_nav li.nav02 a{
  background-color: #EB7083;
  display:block;
  position:relative;
  overflow:hidden;
  isolation:isolate;
}

/* 背景色スライド（左→右）※背面に置く */
#header_nav .r-nav .sub_nav li.nav02 a::before{
  content:"";
  position:absolute;
  inset:0;
  background-color:#f1cad0;/* hover時の色 */
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .4s ease;
  z-index:-1;              /* 文字より後ろ */
  pointer-events:none;
}

/* アイコンは最前面で固定表示（消えない） */
#header_nav .r-nav .sub_nav li.nav02 a::after{
  content:"";
  position:absolute;
  top:50%;
  right:13px;
  width:24px;              /* ←画像サイズに合わせて調整 */
  height:24px;             /* ←画像サイズに合わせて調整 */
  transform:translateY(-50%);
  background:url(img/h-btn02.png) no-repeat center / contain;
  z-index:1;
  pointer-events:none;
}

#header_nav .r-nav .sub_nav li.nav02 a:hover::before{
  transform:scaleX(1);
}


#header_nav .r-nav .nav_coantact{
  margin-left: 22px;
  margin-right: 22px;
}

#header_nav .r-nav .nav_coantact a{
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
}

#header_nav .r-nav .nav_coantact .btn01 a{
  background-image: url(img/tel.png);
  background-repeat: no-repeat;
  background-position: left top 5px;
  font-size: 2.2rem;
  padding-left: 1em;
  letter-spacing: 1px;
  color: #4B4B4B;
}

#header_nav .r-nav .nav_coantact .btn02 a{
  background-color: #C36A7C;
  background-image: url(img/nav-icon05.png);
  background-repeat: no-repeat;
  background-position: top 15px center;
  border-radius: 0 0 20px 0;
  vertical-align: bottom;
  display: table-cell;
  padding-bottom: 10px;
}

#header_nav .r-nav .nav_coantact .btn02 a:hover{
  background-color: #d86179;
}

#header_nav ul.pc_nav > li a {
    font-size: 1.5rem;
    display: block;
    transition: .5s;
    position: relative;
    color: #5D5F68;
    text-align: center;
    padding: 10px 16px;
}

#header_nav ul.pc_nav > li a:hover {
    color: #C36A7C;
}

#header_nav ul.pc_nav > li a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #C36A7C;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

#header_nav ul.pc_nav > li a:hover::after {
    transform: scale(1, 1);
}

#header_nav ul.pc_nav > li.noline a::after {
    display: none;
}

@media (max-width: 1200px) {
  #header_nav .r-nav .sub_nav li {
    display: none;
  }
}

/*------sub_menu------*/

.menu > li.menu__multi {
    position: relative;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

li.menu__multi ul.menu__second-level {
    position: absolute;
    top: 69px;
    left: -50px;
    width: 300px;
    background-color: #F39800;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: 2em;
}

li.menu__multi:hover ul.menu__second-level {
    top: 69px;
    visibility: visible;
    opacity: 1;
}

#header_nav ul.pc_nav li.menu__multi ul.menu__second-level li {
    display: block;
    position: relative;
    border-bottom: 1px solid #fff;
    transition: all .2s ease;
    background-color: #F39800;
}

#header_nav ul.pc_nav li.menu__multi ul.menu__second-level li a {
    display: block;
    position: relative;
    padding: 0.8em 1em;
    font-size: 15px;
    color: #fff;
    background-size: 200% 100%;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255 182 61) 50%);
    background-image: linear-gradient(to right, transparent 50%, rgb(255 182 61) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    margin-top: 0;
    border-left: none;
}

#header_nav ul.pc_nav li.menu__multi ul.menu__second-level li a:hover {
    color: #fff;
    background-color: #FFB63D;
    background-position: -100% 100%;
    opacity: 1;
}

li.menu__multi ul.menu__second-level li:last-child a {
    border-bottom: none;
}

li.menu__multi ul.menu__second-level li a::after {
    display: none;
}


li.menu__multi ul.menu__second-level li ul.menu__third-level {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    width: 280px;
    background-color: #F6697A;
    transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level.second {
    top: 50px;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level.third {
    top: 102px;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level.fourth {
    top: 153px;
}

li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
    visibility: visible;
    opacity: 1;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li {
    position: relative;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.sp-nav-btn {
  width: 95%;
  padding: 10px;
  padding-top: 2em;
  padding-bottom: 20px;
  margin: 0 auto;
}

.sp-nav-btn a {
  display: block;
  padding: 1em;
  font-weight: bold;
  margin: 0 5px;
  text-align: center;
}

.sp-nav-btn .sp-nav-btn01 {
  width: 32%;
}

.sp-nav-btn .sp-nav-btn02 {
  width: 30%;
}

.sp-nav-btn .sp-nav-btn01 a {
  background-color: #F3ADCC;
  border-radius: 50px;
}

.sp-nav-btn .sp-nav-btn02 a {
  background-color: #EB7083;
  border-radius: 50px;
}


@media screen and (max-width: 1200px) {
  #header_nav ul.pc_nav > li a {
    font-size: 1.4rem;
  }

  #header_nav ul.pc_nav > li a {
    padding: 12px 9px 10px 9px;
  }

  #header_nav ul.pc_nav > li:last-child a {
    display: block;
    padding: 10px 10px 11px 10px;
    font-size: 1.4rem;
    border-radius: 30px;
  }
}


  #header_nav {
    background-color: rgba(255, 255, 255, 1);
  }
  
  #header_nav .log img {
      width: 100%;
  }

  .r-nav {
    margin-right: 4.5em;
  }

  #header_nav .r-nav .nav_coantact .btn02 a {
    border-radius: 0;
  }

  #nav_toggle,
  #sp_header {
      display: block !important;
  }

  .sp_nav_r {
      display: block;
  }

  .menu > li.menu__multi a {
      display: none !important;
  }

  #header_nav {
      position: fixed;
      width: 100%;
      z-index: 600;
      transition: all 1s ease;
  }

  header .header_logo a {
      margin-top: 4px;
      margin-left: 10px;
  }

  .fl-btn img {
      width: 100%;
  }

  .sp_nav_r a {
      width: 50%;
      display: block;
      color: #fff;
      text-align: center;
      line-height: 1.4;
  }

  .sp_nav_r a img {
      width: 100%;
      margin-left: 100%;
  }

  .bottombtn {
      text-align: center;
      font-size: 14px;
      opacity: 0;
      transition: all 0.5s;
      position: fixed;
      bottom: 0;
      width: 100%;
  }

  .bottombtn.isActive {
      opacity: 1;
      transition: all 0.5s;
  }

  .bottombtn li {
      width: 50%;
  }

  .bottombtn li img {
      width: 100%;
  }

  /*------ハンバーガーメニュー------*/
  .sp_nav {
      position: fixed;
      width: 100%;
      background-color: #fff;
      z-index: 400;
      padding-bottom: 40px;
      top: 0;
      bottom: 0;
      overflow-y: auto;
  }

  /*--------開閉ボタン--------*/
  #nav_toggle {
      position: fixed;
      display: block;
      top: 30px;
      right: 10px;
      height: 52px;
      width: 52px;
      padding: 0px 13px 0;
      margin-left: auto;
      z-index: 999;
      text-align: center;
      cursor:pointer;
      border: 1px solid #DBDADA;
      border-radius: 50%;
  }

  #nav_toggle div {
      position: relative;
      height: 22px;
      margin: 0 auto;
      top: 0.5em;
  }

  #nav_toggle span {
      display: block;
      width: 16px;
      height: 1px;
      background: #666666;
      position: absolute;
      left: 20%;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
  }

  #nav_toggle .text {
      color: #666666;
      font-weight: 400;
      font-size: 1.1rem;
      margin-left: -5px;
  }

  #nav_toggle span:nth-child(1) {
      top: 0px;
  }

  #nav_toggle span:nth-child(2) {
      top: 6px;
  }

  #nav_toggle span:nth-child(3) {
      top: 12px;
  }

  /*--------開閉ボタンopen時--------*/
  .open #nav_toggle span {
      background: #5D5F68;
  }

  .open #nav_toggle span:nth-child(1) {
      top: 6px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      transform: rotate(135deg);
  }

  .open #nav_toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }

  .open #nav_toggle span:nth-child(3) {
      top: 6px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      transform: rotate(-135deg);
  }

  /*--------アコーディオンメニュー--------*/
  .acMenu {
      width: 95%;
      padding: 10px;
      padding-top: 90px;
      padding-bottom: 20px;
      margin: 0 auto;
  }

  .acMenu > li {
      border-bottom: 1px solid #333;
  }

  .acMenu a {
      display: block;
      text-align: left;
      padding: 2em 1.2em;
      border-bottom: 1px solid #fff;
      font-weight: 600;
  }

  .acMenu li p.click {
      padding: 1.5em;
  }

  .acMenu li ul {
      margin: 0 auto;
  }

  .menu-ttl {
      text-align: left;
      padding: 1em .5em;
  }

  .acMenu3 {
      background-color: #DEDEDE;
  }

  .sub-menu-ttl {
      border-bottom: 1px solid #fff;
      text-align: left;
      background-color: #EFEFEF;
  }

  .sub-menu-ttl:last-child {
      border-bottom: none;
  }

  .acMenu dt.click:before {
      content: "\f0da";
      font-size: 17px;
      font-family: fontAwesome;
      margin-right: 6px;
  }

  .acMenu dt.click.open:before {
      content: "\f0d7";
      font-family: fontAwesome;
      margin-right: 6px;
  }

  .sub-menu-ttl.click:before {
      content: "\f0da";
      font-family: fontAwesome;
      margin-right: 6px;
  }

  .sub-menu-ttl.click.openAcd:before {
      content: "\f0d7";
      font-family: fontAwesome;
      margin-right: 6px;
  }


@media screen and (max-width: 1500px) {
  #header_nav .logo {
    width: 200px;
    margin-right: 1em;
  }

  #header_nav .logo img{
    width: 100%;
  }

  #header_nav h2 {
    font-size: 1.4rem;
  }

  #header_nav .r-nav .sub_nav li {
    padding: 0 0 0 1em;
  }

  #header_nav .r-nav .sub_nav li a {
    padding: 12px 45px 12px 20px;
  }

  #nav_toggle {
    top: 15px;
  }
}


@media screen and (max-width: 768px) {
  #header_nav .l-nav {
    padding: 0;
  }

  #header_nav .logo {
    margin-left: 10px;
  }

  header {
    height: 70px;
  }

  header .logo {
    width: 70%;
  }

  header .logo img {
    width: 100%;
  }

  #header_nav .r-nav .nav_coantact a {
    width: 70px;
    height: 70px;
  }

  #header_nav .r-nav .nav_coantact a span {
    display: none;
  }

  #header_nav .r-nav .nav_coantact .btn01 {
    background-color: #ffd8dd;
  }

  #header_nav .r-nav .nav_coantact .btn01 a {
    background-position: center center;
  }

  #header_nav .r-nav .nav_coantact .btn02 a {
    background-position: center center;
  }

  #nav_toggle {
    top: 8px;
  }
}

@media screen and (max-width: 560px) {
  header {
    height: 60px;
  }

  header .logo {
    width: 50%;
  }

  #header_nav h2 {
    display: none
  }

  #header_nav .r-nav .nav_coantact a {
    width: 60px;
    height: 60px;
  }

  #nav_toggle div {
    width: 50px;
    height: 30px;
  }

  #nav_toggle div {
    width: 42px;
    height: 22px;
  }

  #nav_toggle {
    top: 5px;
  }

  #nav_toggle span {
    left: 10%;
  }

  #nav_toggle .text {
    font-size: 1.0rem;
    margin-left: -8px;
  }

  .sp-nav-btn.fl {
    display: block;
  }

  .sp-nav-btn .sp-nav-btn01 {
    width: 60%;
    margin: 0 auto 1em;
  }

  .sp-nav-btn .sp-nav-btn02 {
    width: 60%;
    margin: 0 auto 1em;
  }
}


/*footer*/
footer .footer__con {
  margin: 80px 0 0 0;
  letter-spacing: 0;
  width: 100%;
  max-width: 100%;
}

footer .footer__con p {
  font-size: 1.6rem;
  line-height: 1.4;
}

footer .footer__con .access {
  margin-top: 15px;
}

footer .footer__con .access .train {
  background-image: url(img/footer-access.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 1.3em;
}

footer .footer__content__up {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.4rem;
}

footer .footer__content__up .l-box {
  display: flex;
  margin-right: 50px;
}

footer .footer__content__up .l-box .access_box {
  width: 320px;
  margin-right: 60px;
}

footer .footer__content__up .map {
  width: 425px;
  margin-right: 60px;
}

footer .footer__content__up nav li {
  margin-right: 130px;
  font-size: 1.6rem;
  margin-bottom: 45px;
}

footer .footer__content__up nav li::before {
  content: "●";
  padding-right: 5px;
  margin-top: 5px;
  font-size: 0.8rem;
  position: absolute;
  color: #EB7083;
}

footer .footer__content__up nav li a {
  padding-left: 1em;
}

footer .copyright {
  margin-top: 30px;
}

footer .footer__bg {
  background-image: url(img/footer-bg.png);
  background-repeat: repeat-x;;
  background-position: center bottom;
  text-align: center;
  padding: 215px 0 325px 0;
}

.footer__sp {
  display: none;
}

.footer__sp a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
}

.footer__sp a span {
  position: relative;
  display: inline-block;
}

.footer__sp .footer__sp-left {
  background: #F3ADCC;
  width: 50%;
  height: 60px;
  text-align: center;
}

.footer__sp .footer__sp-center {
  background: #f196a4;
  width: 50%;
  height: 60px;
  text-align: center;
}

.footer__sp .footer__sp-right {
  background: #EB7083;
  width: 50%;
  height: 60px;
  text-align: center;
}


.footer__sp .footer__sp-left a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.2px;
}

.footer__sp .footer__sp-center a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.2px;
}

.footer__sp .footer__sp-right a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 1600px) {
  footer .footer__content__up nav li {
    margin-right: 2em;
  }
}

@media screen and (max-width: 1400px) {
  footer .footer__content__up .l-box .access_box {
    width: 320px;
    margin-right: 2em;
  }

  footer .footer__con p {
    font-size: 1.4rem;
  }

  footer .footer__content__up nav li {
    font-size: 1.4rem;
    margin-bottom: 1em;
  }

  footer .footer__content__up .map {
    width: 425px;
    margin-right: 2em;
  }

  footer .footer__content__up .l-box {
    display: flex;
    margin-right: 2em;
  }
}

@media screen and (max-width: 1260px) {
  footer .footer__con .wrapper {
    width: 96%;
  }

  footer .footer__content__up nav li {
    margin-right: 0.5em;
  }
}


@media screen and (max-width: 1000px) {
  footer nav.fl{
    display: none;
  }
}


@media screen and (max-width: 768px) {
  footer .footer__content__up {
    display: block;
  }

  footer .footer__content__up .l-box {
    display: block;
    text-align: center;
    margin-right: 0;
  }

  footer .footer__content__up .l-box .access_box {
    width: 320px;
    margin-right: 0;
    margin: 0 auto;
  }

  footer .footer__contact {
    padding: 20px 20px;
  }

  footer .footer__contact .wrapper {
    max-width: 100%;
    width: 100%;
  }

  footer .footer__contact .footer__contact__con {
    padding: 20px;
  }

  footer .footer__con .access .train {
    background-position: left 2em center;
  }

  footer .footer__content__up .map {
    width: 100%;
    margin-right: 0;
    margin-top: 4em;
  }

  footer .footer__con {
    margin: 40px 0 40px 0;
  }

  footer .footer__contact .footer__contact__con h3 {
    font-size: 2.0rem;
  }

  footer .footer__contact .footer__contact__con p {
    text-align: left;
  }

  footer .footer__contact .footer__contact__lcon p br{
    display: none;
  }

  footer .footer__contact .footer__contact__con .btn {
    display: block;
  }

  footer .footer__contact .footer__contact__con .btn a {
    width: 100%;
    margin-top: 1em;
    margin-left: 0;
  }

  footer .footer__content {
    margin-top: 2em;
    margin-bottom: 100px;
  }

  footer .footer__content__up .l-box {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  footer .footer__content__up nav {
    display: none;
  }

  footer .footer__content__up a {
    text-decoration: none;
  }

  footer .copyright {
    text-align: center;
  }

  .footer__sp {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    z-index: 1000;
  }

  footer .footer__content__up .map iframe {
    width: 100%;
  }

  
  footer .footer__bg {
    padding: 8em 0 15em 0;
    background-position: center bottom 1em;
  }

  footer .footer__bg img{
    width: 86%;
  }
}

@media screen and (max-width: 560px) {
  .footer__sp .footer__sp-left a {
    font-size: 1.3rem;
  }

  .footer__sp .footer__sp-center a {
    font-size: 1.3rem;
  }

  .footer__sp .footer__sp-right a {
    font-size: 1.3rem;
  }
}


img.btn:hover {
  opacity: 0.6;
  transition: .5s;
}



/*footer採用情報*/

.recruit-links {
  padding: 90px 20px 120px;
  background: url("img/recruit-links.png") center center / cover no-repeat;
}

main.sub .recruit-links a {
  text-decoration: none;
}

.recruit-links__inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* グリッド */
.recruit-links__grid {
  display: grid;
  gap: 24px;
}

.recruit-links__grid--top {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 24px;
}

.recruit-links__grid--bottom {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 70px;
}

/* カード */
.recruit-card {
  min-height: 195px;
  background: #fff;
  border: 2px solid #ef7f94;
  border-radius: 10px;
  padding: 22px 22px 18px;
  text-align: center;
  text-decoration: none;
  color: #ef7f94;
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.recruit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  color: #ef7f94;
}

.recruit-card__title {
  margin: 0 0 14px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.recruit-card__text {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.9;
}

.recruit-card__icon {
  margin-top: 18px;
}

.recruit-card__icon img {
  width: 60px;
  height: auto;
}

/* 採用情報 */
.recruit-info {
  text-align: center;
}

.recruit-info__title {
  margin: 0 0 22px;
  font-weight: 700;
  line-height: 1.4;
}

main.sub h2.recruit-info__title {
  font-size: 3.6rem;
  margin-bottom: 0.6em;
}

.recruit-info__text {
  margin: 0 0 30px;
  font-weight: 600;
  line-height: 2;
}

.recruit-info__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.recruit-btn{
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 210px;
  height: 54px;
  padding: 0 28px;
  background:#ea788f;
  border-radius:999px;
  color:#fff;
  text-decoration:none;
  font-size:16px;
  font-weight:700;
  line-height:1;
  overflow:hidden;
}

.recruit-btn::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:0%;
  height:100%;
  background:#d95f78;
  transition:width .4s ease;
  z-index:0;
}

.recruit-btn span{
  position:relative;
  z-index:1;
}

.recruit-btn:hover::before{
  width:100%;
}

.recruit-btn:hover {
  color: #fff;
}


.recruit-info__lead {
  margin: 0 0 18px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
}

.recruit-info__tel {
  margin: 0;
}

.recruit-info__tel a {
  color: #ea788f;
  text-decoration: none;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.2;
  background-image: url("img/recruit-links-tel.png") ;
  background-repeat: no-repeat;
  background-position: left top 15px;
  padding-left: 0.7em;
}

/* タブレット */
@media (max-width: 1024px) {
  .recruit-links__grid--top {
    grid-template-columns: repeat(2, 1fr);
  }

  .recruit-links__grid--bottom {
    grid-template-columns: repeat(2, 1fr);
  }

  .recruit-info__title {
    font-size: 42px;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .recruit-links {
    padding: 60px 16px 80px;
    background-position: center;
    background-size: cover;
  }

  .recruit-links__grid--top,
  .recruit-links__grid--bottom {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .recruit-links__grid--bottom {
    margin-bottom: 50px;
  }

  .recruit-card {
    min-height: auto;
    padding: 18px 16px;
  }

  .recruit-card__title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .recruit-card__text {
    font-size: 13px;
    line-height: 1.8;
  }

  .recruit-card__icon img {
    width: 52px;
  }

  main.sub h2.recruit-info__title {
    font-size: 2.6rem;
  }

  .recruit-info__text {
    font-size: 1.5rem;
    line-height: 1.9;
    margin-bottom: 24px;
  }

  .recruit-info__buttons {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
  }

  .recruit-btn {
    width: 100%;
    min-width: 0;
    max-width: 320px;
    height: 48px;
    font-size: 15px;
  }

  .recruit-info__lead {
    font-size: 16px;
  }

  .recruit-info__tel a {
    font-size: 28px;
  }
}


.fadein {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1.2s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeinup {
  animation-name: fade-inup;
  animation-duration: 1s;
  /*アニメーション時間*/
  animation-timing-function: ease-out;
  /*アニメーションさせるイージング*/
  animation-delay: .1s;
  /*アニメーション開始させる時間*/
  animation-iteration-count: 1;
  /*繰り返し回数*/
  animation-direction: normal;
  /*往復処理をするかどうか*/
  animation-fill-mode: backwards;
  /*アニメーション後のスタイル*/
}

@keyframes fade-in {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

.fadein2 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1.2s;
}

.fadein2.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein img,
.fadein2 img {
  opacity: 0;
  transform: translateX(-40px);
  transition: transform 0.9s ease, opacity 0.9s ease;
  will-change: transform, opacity;
}

.fadein.scrollin img,
.fadein2.scrollin img {
  opacity: 1;
  transform: translateX(0);
}

.fadeinup {
  animation-name: fade-inup;
  animation-duration: 1s;
  /*アニメーション時間*/
  animation-timing-function: ease-out;
  /*アニメーションさせるイージング*/
  animation-delay: .1s;
  /*アニメーション開始させる時間*/
  animation-iteration-count: 1;
  /*繰り返し回数*/
  animation-direction: normal;
  /*往復処理をするかどうか*/
  animation-fill-mode: backwards;
  /*アニメーション後のスタイル*/
}

@keyframes fade-inup {
  0% {
      opacity: 0;
      transform: translate(0, 30px);
      transition: all 1.2s;
  }
  100% {
      opacity: 1;
      transform: translate(0, 0);
  }
}

@media screen and (max-width: 560px) {

  .fadein2 {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .fadein2 img {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

}