@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap");
@import url("https://use.typekit.net/vxt0gvy.css");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&family=Zen+Old+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri+Quran&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');

/*
Theme Name: healthroom
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.archivePage img[class*="wp-image-"],
.archivePage img[class*="attachment-"] {
  width: 100%;
  height: auto;
  max-width: 350px;
  margin: 0 auto;
}
.singlePage img[class*="wp-image-"],
.singlePage img[class*="attachment-"] {
  width: 100%;
  height: auto;
  max-width: 350px;
  margin: 0 auto;
}
.wp-block-image figure,
.wp-block-image figcaption {
  display: block;
}
a.nolink,
a.nolink:hover {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
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 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option {
  font-family: "Noto Sans JP", sans-serif;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
a,
a:link {
  color: #212836;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
a:visited {
  color: #212836;
}
a:hover {
  color: #212836;
}
a:active {
  color: #212836;
}

:root {
  --main-color: #1d6489;
  --txt-color: #3d3d3d;
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
  color: var(--txt-color);
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

#main {
  /* margin-top: 170px; */
  display: block;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
  }
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  #main {
    /* margin-bottom: 50px; */
    margin-top: 0;
  }
  #container {
    /* padding-top: 60px; */
  }
  .special #container {
    /* padding-top: 60px; */
  }
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

.header {
  margin: 16px 48px;
  padding: 24px 48px;
  font-family: "Zen Old Mincho", serif;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 1000;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px 0px #00000040;
}

.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}
.header .header-inner .logo {

}
.header .header-inner .logo a {
  display: block;
  width: 100%;
}
.header .header-inner .logo a img {
  max-width: 143px;
  width: 100%;
}
.header .header-inner .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  text-align: center;
}
.header .header-inner .nav .link {
  font-size: 20px;
  font-weight: 600;
}
.header .header-inner .nav .link .jp {
  font-size: 16px;
  font-weight: 500;
}
.header .header-inner .nav .contactBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.header .header-inner .nav .contactBox .contact {
  padding: 8px 20px;
  color: #6BC0DD;
  border: 1px solid ;
  border-radius: 30px;
  box-sizing: border-box;
}
.header .header-inner .nav .contactBox .web {
  padding: 8px 20px;
  color: #fff;
  background: #6BC0DD;
  border-radius: 30px;
  box-sizing: border-box;
}

@media all and (max-width: 1000px) {
  .header {
    margin: 16px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
  }
  .header .header-inner .nav {
    display: none;
  }
  .header .header-inner .nav {
    gap: 24px;
  }


  .header .header-inner .nav .link {
    font-size: 16px;
  }
  .header .header-inner .nav .link .jp {
    font-size: 12px;
  }
  .header .header-inner .nav .contactBox {
    gap: 12px;
  }
  .header .header-inner .nav .contactBox .contact {
    padding: 8px 16px;
  }
  .header .header-inner .nav .contactBox .web {
    padding: 8px 16px;
  }
}



/* ハンバーガーボタンのデザイン */
.drawer__button {
  position: relative;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999; /* メニューを開いている時もクリックできるよう設定 */
}
/* ハンバーガーボタン内の線 */
.drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: black;
  transform: translateX(-50%);
}
.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.5rem));
  transition: transform 0.3s ease;
}
.drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.5rem));
  transition: transform 0.3s ease;
}
/* 展開時のデザイン */
.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}
.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
/* メニューのデザイン */
.drawer__nav {
  position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.drawer__nav__inner {
  position: relative;
  width: 40%;
  height: 100%;
  background-color: white;
  padding: 4rem 1.5rem 1rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
}
.drawer__nav__link {
  display: block;
  color: black;
  text-decoration: none;
  padding: 1rem 1rem;
  border-bottom: solid 1px lightgray;
}

/* 展開時のデザイン */
.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}
.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}


Header .rBox {
  float: right;
  display: none;
}
Header .rBox .btn {
    float: left;
}
Header .rBox .btn a {
    color: #fff;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    width: 243px;
    text-align: center;
    background: #EA751F;
    letter-spacing: 0.06em;
    box-sizing: border-box;
    border-radius: 38px;
}
Header .rBox .btn .img {
    margin: 0 12px 0 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
Header .rBox .btn a:hover {
    opacity: 0.7;
}

Header .menu-btn {
    float: right;
    width: 77px;
    height: 77px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
}
.menu-btn span {
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: calc(50% - 14px);
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background-color: #FFF;
}
.menu-btn span:nth-of-type(1) {
    top: 24px;
}
.menu-btn span:nth-of-type(2) {
    top: 35px;
}
.menu-btn span:nth-of-type(3) {
    top: 46px;
}
.menu-btn.on span {
    top: 35px !important;
    opacity: 0;
}
.menu-btn.on span:nth-of-type(1) {
    transform: rotate(45deg);
    opacity: 1;
}
.menu-btn.on span:nth-of-type(3) {
    transform: rotate(-45deg);
    opacity: 1;
}
.a_menuBox {
    display: none;
    position: fixed;
    right: 0px;
    top: 80px;
    max-width: 550px;
    width: 100%;
    background: #6DC1DD;
    z-index: 1000;
    height: calc(100% - 149px);
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}




.a_menuBox .naviUl {
    padding: 0 50px 100px 60px;
}
.a_menuBox .naviUl li a {
    padding: 20px 0 19px 0;
    position: relative;
    font-size: 1.6rem;
    display: block;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #fff;
    text-align: left;
}



    Header .menu-btn:hover {
        opacity: 0.7;
    }
    .a_menuBox .naviUl li a:hover:before {
        right: -15px;
    }
    Header.on {
        height: 90px;
        background: #fff;
    }
    Header.on h1 {
        transition: .3s;
        -webkit-transition: .3s;
    }
    Header.on h1 img {
        transition: .3s;
        -webkit-transition: .3s;
        width: 180px;
    }
    Header.on .rBox {
        padding: 19px 47px 0 0;
        transition: .3s;
        -webkit-transition: .3s;
    }
    Header.on .rBox .btn {
        margin-right: 16px;
        transition: .3s;
        -webkit-transition: .3s;
    }
    Header.on .rBox .btn a {
        width: 215px;
        height: 52px;
        transition: .3s;
        -webkit-transition: .3s;
    }
    Header.on .menu-btn {
        width: 52px;
        height: 52px;
        transition: .3s;
        -webkit-transition: .3s;
    }
    Header.on .menu-btn span {
        width: 25px;
        left: calc(50% - 13px);
        transition: .3s;
        -webkit-transition: .3s;
    }
    Header.on .menu-btn span:nth-of-type(1) {
    top: 13px;
    }
    Header.on .menu-btn span:nth-of-type(2) {
        top: 22px;
    }
    Header.on .menu-btn span:nth-of-type(3) {
        top: 31px;
    }
    Header.on .menu-btn.on span {
        top: 23px !important;
    }


@media all and (max-width: 1000px) {
    Header {
        height: 60px;
        background: #fff;
    }
    Header h1 {
        float: left;
    }
    Header h1 img {
        width: 110px;
    }

    Header .rBox {
      display: block;
      float: right;
    }
    Header .rBox .btn {
        float: left;
    }
    Header .rBox .btn a {
        height: 35px;
        width: 96px;
        font-size: 1.2rem;
        letter-spacing: 0.03em;
    }
    Header .rBox .btn .img {
        margin: 7px 6px 0 0;
    }
    Header .menu-btn {
        float: right;
        width: 40px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .menu-btn span {
        left: calc(50% - 12px);
        width: 25px;
        height: 1px;
        background: #000;
    }
    .menu-btn span:nth-of-type(1) {
        top: 9px;
    }
    .menu-btn span:nth-of-type(2) {
        top: 16px;
    }
    .menu-btn span:nth-of-type(3) {
        top: 23px;
    }
    .menu-btn.on span {
        top: 15px !important;
    }
    .a_menuBoxx {
        right: 0;
        top: 60px;
        width: 100%;
        height: calc(100% - 60px);
    }
    .a_menuBox .naviUl {
        padding: 0 27px 50px;
    }
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
  max-width: 1500px;
  padding: 0 20px;
  margin: 0 auto 120px;
}
#pagePath li {
  margin-right: 10px;
  display: inline;
  letter-spacing: 0.08em;
}
#pagePath li a {
  padding-right: 30px;
  display: inline-block;
  background: url("img/common/icon04.png") no-repeat right center;
  background-size: 9px auto;
}
#pagePath li img {
  margin: -3px 0 0;
  display: inline-block;
  vertical-align: middle;
}
#pagePath li a:hover {
  opacity: 0.7;
}
@media all and (max-width: 896px) {
  #pagePath {
    max-width: inherit;
    margin: 0 auto 42px;
    padding: 0 24px;
  }
  #pagePath li {
    margin-right: 9px;
  }
  #pagePath li a {
    padding-right: 26px;
    background: url("img/common/sp_icon03.png") no-repeat right center;
    background-size: 8px auto;
  }
  #pagePath li img {
    margin: -3px 0 0;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 64px 48px 0;
  box-sizing: border-box;
  font-family: "Zen Old Mincho", serif;
}
#gFooter .content {
  position: relative;
}
#gFooter .link_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#gFooter .link_wrap .linkBox01 {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
#gFooter .link_wrap .linkBox01 a {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
#gFooter .link_wrap .linkBox01 a img {
  max-width: 143px;
  width: 100%;
}
#gFooter .link_wrap .linkBox02 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 64px;
}
#gFooter .link_wrap .linkBox02 a {
  display: block;  
}
#gFooter .link_wrap .linkBox02 a img {
  max-width: 40px;
  width: 100%;
  height: 40px;
  aspect-ratio: 1 / 1;
}
#gFooter .link_wrap .recruit_wrap {
  padding: 24px;
  max-width: 324px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #444;
}
#gFooter .link_wrap .recruit_wrap .ttl {
  font-size: 32px;
  font-weight: 600;
}
#gFooter .link_wrap .recruit_wrap .txt {
  font-size: 16px;
  font-weight: 400;
}


#gFooter .copyright {
  padding: 20px 40px;
  box-sizing: border-box;
}
#gFooter .copyright .txt {
  color: #444;
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}



@media all and (max-width: 1000px) {
  #gFooter .link_wrap {
    flex-direction: column;
    gap: 40px;
  }
  #gFooter .link_wrap .linkBox01 {
    flex-direction: column;
  }

}
@media all and (max-width: 1000px) {
  #gFooter .copyright .txt {
    font-size: 16px;
  }

}

.pageTop {
  position: fixed;
  right: 46px;
  bottom: 25px;
  z-index: 600;
}
.pageTop a:hover {
  opacity: 0.7;
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .content {
    max-width: inherit;
    padding: 0 24px;
  }
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
  margin-bottom: 26px;
  padding: 93px 0 63px;
  text-align: center;
  border-bottom: 1px solid #d1cfcf;
}
.pageTitle .headLine01 .en {
  margin-bottom: 8px;
  display: block;
  font-size: 5.4rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.08em;
}
.pageTitle .headLine01 .jp {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media all and (max-width: 896px) {
  .pageTitle {
    margin-bottom: 13px;
    padding: 18px 0 30px;
  }
  .pageTitle .headLine01 .en {
    margin-bottom: 2px;
    font-size: 3rem;
  }
  .pageTitle .headLine01 .jp {
    font-size: 1.6rem;
  }
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: transform 1s, opacity 1s;
}
.fadeInUp.on {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*------------------------------------------------------------
	topPage
------------------------------------------------------------*/

.content {
  max-width: 1100px;
  width: 100%;
}
.headline02 {

}
.headline03 {

}
.headline04 {

}

@media all and (max-width: 900px) {

}

.topPage {
  position: relative;
  color: #3d3d3d;
  font-family: "Zen Old Mincho", serif;

}
.topPage section + section {
  margin-top: 120px;
}
.topPage .kv {
  
}
.topPage .kv .kv_wrap {
  display: flex;
  justify-content: center;
  align-content: center;
}
.topPage .kv .kv_wrap .txtBox {
  margin-top: 80px;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  gap: 40px;
}
.topPage .kv .kv_wrap .txtBox .txt01 {
  font-size: 39px;
  font-weight: bold;
}
.topPage .kv .kv_wrap .txtBox .txt01 small {
  font-size: 28px;
}
.topPage .kv .kv_wrap .txtBox .txt02 {
  font-size: 49px;
  font-weight: bold;
}
.topPage .kv .kv_wrap .txtBox .txt02 small {

}
.topPage .kv .kv_wrap .txtBox .linkBox {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  gap: 16px;
}
.topPage .kv .kv_wrap .txtBox .linkBox .schedule {
  margin: 0 auto;
  width: 100%;
  max-width: 336px;
  padding: 16px 40px;
  color: #fff;
  background: #6DC1DD;
  box-sizing: border-box;
}
.topPage .kv .kv_wrap .txtBox .linkBox .line {
  margin: 0 auto;
  width: 100%;
  max-width: 336px;
  padding: 16px 40px;
  color: #6DC1DD;
  background: #fff;
  border: 1px solid #6DC1DD;
  box-sizing: border-box;
}
.topPage .kv .kv_wrap .photoBox {
  width: 60%;
  margin: 0 0 0 calc(-16% + 80px);
}
.topPage .kv .kv_wrap .sp_photoBox {
  display: none;
}
.topPage .kv .kv_wrap .photoBox img {
  width: 100%;
}



@media all and (max-width: 1000px) {
  .topPage .kv {
    margin-top: 80px;
  }
  .topPage .kv .kv_wrap {
    flex-direction: column;
  }
  .topPage .kv .kv_wrap .txtBox {
    position: relative;
    margin: 0;
    width: 100%;
    background: url(./img/common/about_bg.png) no-repeat center center;
    background-size: contain;
    z-index: 1;
  }
  .topPage .kv .kv_wrap .photoBox {
    display: none;
  }
  .topPage .kv .kv_wrap .sp_photoBox {
    display: flex;
    justify-content: center;
  }
  .topPage .kv .kv_wrap .sp_photoBox img {
    width: 100%;
    object-fit: cover;
  }
  .topPage .kv .kv_wrap .sp_photoBox img.left {
    margin-top: -30px;
    width: 50%;
  }
  .topPage .kv .kv_wrap .sp_photoBox img.right {
    margin-top: 30px;
    width: 50%;
  }
}

@media all and (max-width: 500px) {
   .topPage {
    overflow: hidden;
   }
  .topPage .kv .kv_wrap .txtBox {
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
  }

  .topPage .kv .kv_wrap .txtBox .txt01 {
    font-size: 30px; 
  }
  .topPage .kv .kv_wrap .txtBox .txt01 small {
    font-size: 20px;
  }
  .topPage .kv .kv_wrap .txtBox .linkBox .schedule ,
  .topPage .kv .kv_wrap .txtBox .linkBox .line {
    max-width: 256px;
    font-size: 16px;
  }
  .topPage .kv .kv_wrap .sp_photoBox {
    position: relative;
    display: block;
  }
  .topPage .kv .kv_wrap .sp_photoBox img.left {
    position: relative;
    margin-top: -23px;
    min-width: 328px;
    width: 100%;
    z-index: 1;


  }
  .topPage .kv .kv_wrap .sp_photoBox img.right {
    position: relative;
    margin-top: -86px;
    min-width: 328px;
    width: 100%;
    z-index: 0;
  }
}

.topPage .aboutSec {
  text-align: center;
}
.topPage .aboutSec .txtBox {

}
.topPage .aboutSec .txtBox .headline {
  margin-bottom: 40px;
  font-size: 64px;
  font-weight: bold;
  color: #6BC0DD;
}
.topPage .aboutSec .txtBox .txt {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 200px;
  background: url(./img/common/about_bg.png) no-repeat center bottom;
  background-size: 100% 100%;
}


@media all and (max-width: 1000px) {
  .topPage .aboutSec .txtBox .txt {
    background: url(./img/common/about_bg.png) no-repeat center bottom;
    background-size: contain;
  }
}
@media all and (max-width: 500px) {
  .topPage .aboutSec {
    padding: 0 16px;
    box-sizing: border-box;
  }
  .topPage .aboutSec .txtBox .headline {
    font-size: 32px;
  }
  .topPage .aboutSec .txtBox .txt {
    font-size: 12px;
    background: url(./img/common/about_bg.png) no-repeat center center;
    background-size: contain;
  }
}

.topPage .reasonSec {
  padding: 0 48px;
  text-align: center;
}
.topPage .reasonSec .headline {
  margin-bottom: 40px;
  position: relative;
  font-size: 32px;
  font-weight: 500;
}
.topPage .reasonSec .headline::before {
  position: absolute;
  content: "REASON";
  width: 100%;
  height: 100%;
  top: -20px;
  left: 0;

  color: #6BC0DD40;
  font-size: 54px;
  font-weight: 500;
}
.topPage .reasonSec .headline strong {
  font-size: 48px;
  color: #6BC0DD;
}

.topPage .reasonSec .reason_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.topPage .reasonSec .reason_wrap .reasonBox {
  width: 22%;
  flex-grow: 1;
}
.topPage .reasonSec .reason_wrap .reasonBox .number {
  margin-bottom: 16px;
  width: 100%;
}
.topPage .reasonSec .reason_wrap .reasonBox .number img {
  max-width: 240px;
  width: 100%;
}
.topPage .reasonSec .reason_wrap .reasonBox .Box {
  padding: 44px 22px;
  border: 1px solid #6BC0DD;
}
.topPage .reasonSec .reason_wrap .reasonBox .photoBox {
  width: 100%;
}
.topPage .reasonSec .reason_wrap .reasonBox .photoBox img {
  width: 100%;
}
.topPage .reasonSec .reason_wrap .reasonBox .ttl {
  margin: 10px 0;
  font-size: 28px;
  font-weight: 700;
}
.topPage .reasonSec .reason_wrap .reasonBox .txt {
  font-size: 20px;
  text-align: left;
}
.topPage .reasonSec .sp_reason_wrap {
  display: none;
}



@media all and (max-width: 1000px) {

  .topPage .reasonSec .reason_wrap {
    display: none;
  }
  .topPage .reasonSec .sp_reason_wrap {
    display: block;
  }
  .topPage .reasonSec .sp_reason_wrap .reasonBox {
    margin: 0 30px;
  }
  .topPage .reasonSec .sp_reason_wrap .reasonBox + .reasonBox {
    padding: 0 50px;
    margin: 0 30px;
  }

}

@media all and (max-width: 500px) {
  .topPage .reasonSec  {
    margin-top: -80px;
    padding: 0 16px;
  }
  .topPage .reasonSec .headline {
    font-size: 24px;
  }
  .topPage .reasonSec .headline::before {
    font-size: 36px;
    top: 0px;
  }
  .topPage .reasonSec .sp_reason_wrap .reasonBox {
    max-width: 340px;
    width: 100%;
  }
  .topPage .reasonSec .sp_reason_wrap .reasonBox + .reasonBox {

  }
  .topPage .reasonSec .sp_reason_wrap .reasonBox .number {
    margin: 0 auto 16px;
    max-width: 240px;
    width: 100%;
  }
  .topPage .reasonSec .sp_reason_wrap .reasonBox .Box {
    margin: 0 auto;
    max-width: 340px;
    width: 100%;
  }
  .topPage .reasonSec .sp_reason_wrap .reasonBox .Box .ttl {
    margin: 10px 0;
    font-size: 28px;
  }
  .topPage .reasonSec .sp_reason_wrap .reasonBox .Box .txt {
    text-align: left;
    font-size: 20px;
  }
}





.topPage .menuSec {
  padding: 150px 40px;
  background: url(./img/common/menuSec_bg.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.topPage .menuSec .headline {
  margin-bottom: 48px;
  font-size: 64px;
  color: #44444475;
}
.topPage .menuSec .headline span {
  font-size: 32px;
  color: #444444;
}
.topPage .menuSec .menu_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  gap: 24px;
}
.topPage .menuSec .menu_wrap .menuBox {
  padding: 56px 40px;
  max-width: 660px;
  width: 48%;
  height: 324px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  color: #fff;
  box-sizing: border-box;
}
.topPage .menuSec .menu_wrap .menuBox01 {
  background: url(./img/common/menu_bg01.jpg) no-repeat center bottom;
  background-size: 100% 100%;
}
.topPage .menuSec .menu_wrap .menuBox02 {
  background: url(./img/common/menu_bg02.jpg) no-repeat center bottom;
  background-size: 100% 100%;
}
.topPage .menuSec .menu_wrap .menuBox03 {
  background: url(./img/common/menu_bg03.jpg) no-repeat center bottom;
  background-size: 100% 100%;
}
.topPage .menuSec .menu_wrap .menuBox04 {
  background: url(./img/common/menu_bg04.jpg) no-repeat center bottom;
  background-size: 100% 100%;
}

.topPage .menuSec .menu_wrap .menuBox .ttl {
  font-size: 40px;
  font-weight: 700;
}
.topPage .menuSec .menu_wrap .menuBox .en {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
}
.topPage .menuSec .menu_wrap .menuBox .txt {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
}
.topPage .menuSec .menu_wrap .menuBox .link {

}
.topPage .menuSec .menu_wrap .menuBox .link a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}



@media all and (max-width: 1000px) {


  .topPage .menuSec .menu_wrap {
    flex-direction: column;
    align-items: center;
  }
  .topPage .menuSec .menu_wrap .menuBox {
    padding: 56px 40px;
    min-width: 398px;
    max-width: none;
    width: 100%;
    min-height: 195px;
  }

}
@media all and (max-width: 500px) {

  .topPage .menuSec {
    padding: 60px 16px;
    background: url(./img/common/menuSec_bg.png) no-repeat center center;
    background-size: cover;
  }
  .topPage .menuSec .headline {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .topPage .menuSec .headline span {
    font-size: 24px;
  }
  .topPage .menuSec .menu_wrap .menuBox {
    padding: 30px 24px;
    min-width: fit-content;
    max-width: 340px;
    width: 100%;
    height: 195px;
  }
  .topPage .menuSec .menu_wrap .menuBox .ttl {
    font-size: 24px;
  }
  .topPage .menuSec .menu_wrap .menuBox .en {
    margin-bottom: 16px;
    font-size: 12px;
  }
  .topPage .menuSec .menu_wrap .menuBox .txt {
    margin-bottom: 14px;
    font-size: 14px;
  }
  .topPage .menuSec .menu_wrap .menuBox .link a {
    font-size: 14px;
  }
}





.topPage .flowSec {
  padding: 0 48px;
  text-align: center;
}
.topPage .flowSec .headline {
  margin-bottom: 48px;
  position: relative;
  font-size: 32px;
  font-weight: 500;
}
.topPage .flowSec .headline::before {
  position: absolute;
  content: "FLOW";
  width: 100%;
  height: 100%;
  top: -50px;
  left: 0;

  color: #6BC0DD40;
  font-size: 60px;
  font-weight: 500;
}
.topPage .flowSec .flow_wrap {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
.topPage .flowSec .flowBox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: start;
  text-align: left;
  gap: 24px;
}
.topPage .flowSec .flowBox + .flowBox {
  margin-top: 32px;
}
.topPage .flowSec .flowBox::before {
  position: absolute;
  content: "";
  max-width: 56px;
  width: 100%;
  height: 100%;
  top: -5px;
  left: -66px;
}
.topPage .flowSec .flowBox:nth-child(1n):before {
  background: url(./img/common/flow01_number.png) no-repeat center bottom;
  background-size: 100% 100%;
}
.topPage .flowSec .flowBox:nth-child(2n):before {
  background: url(./img/common/flow02_number.png) no-repeat center bottom;
  background-size: 100% 100%;
}
.topPage .flowSec .flowBox:nth-child(3n):before {
  background: url(./img/common/flow03_number.png) no-repeat center bottom;
  background-size: 100% 100%;
}
.topPage .flowSec .flowBox:nth-child(4n):before {
  background: url(./img/common/flow04_number.png) no-repeat center bottom;
  background-size: 100% 100%;
}
.topPage .flowSec .flowBox:nth-child(5n):before {
  background: url(./img/common/flow05_number.png) no-repeat center bottom;
  background-size: 100% 100%;
}
.topPage .flowSec .flowBox:nth-child(6n):before {
  background: url(./img/common/flow06_number.png) no-repeat center bottom;
  background-size: 100% 100%;
}
.topPage .flowSec .flowBox:nth-child(7n):before {
  background: url(./img/common/flow07_number.png) no-repeat center bottom;
  background-size: 100% 100%;
}
.topPage .flowSec .flowBox::after {
  position: absolute;
  content: "";
  width: 100%;
  max-height: 14px;
  height: 100%;
  bottom: -24px;
  left: 0;
  background: url(./img/common/flow_under.png) no-repeat bottom;
  background-size: 100% 100%;
}
.topPage .flowSec .flowBox:last-child:after {
  position: absolute;
  content: "";
  width: 100%;
  max-height: 14px;
  height: 100%;
  bottom: -24px;
  left: 0;
  background: none;
}
.topPage .flowSec .flowBox .txtBox {
  width: 60%;
}
.topPage .flowSec .flowBox .txtBox .ttl {
  font-size: 24px;
  font-weight: 700;
}
.topPage .flowSec  .flowBox .txtBox .ttl img {
  padding-top: 6px;
  margin: auto;
  max-width: 24px;
  width: 100%;
  height: 24px;
  aspect-ratio: 1 / 1;

}
.topPage .flowSec .flowBox .txtBox .txt {
  font-size: 16px;
  font-weight: 400;
}
.topPage .flowSec .flowBox .photoBox {
  width: 40%;
}
.topPage .flowSec .flowBox .photoBox img {
  width: 100%;
}

.topPage .flowSec .sp_flow_wrap {
  display: none;
}

@media all and (max-width: 1000px) {



  .topPage .flowSec .flow_wrap {
    display: none;
  }
  .topPage .flowSec .sp_flow_wrap {
    display: block;

  }

  .topPage .flowSec .flowBox::before {
    display: none;
  }

  .topPage .flowSec .flowBox .txtBox {
    position: relative;
    width: 100%;
  }
  .topPage .flowSec .flowBox .txtBox::before {
    position: absolute;
    content: "";
    max-width: 56px;
    width: 100%;
    height: 56px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    top: -5px;
    left: -66px;
    background: url(./img/common/sp_flow01_number.png) no-repeat center bottom;
    background-size: 100% 100%;
  }
  .topPage .flowSec .flowBox .photoBox {
    width: 80%;
  }

}


@media all and (max-width: 500px) {
  .topPage .flowSec {
    padding: 0 16px;
    box-sizing: border-box;
  }
  .topPage .flowSec .headline {
    margin-bottom: 40px;
  }
  .topPage .flowSec .flowBox {
    width: 350px;
  }
  .topPage .flowSec .flowBox .txtBox::before {
    top: 0;
    left: 0;
  }
  .topPage .flowSec .flowBox .txtBox {
    padding-left: 60px;
    margin-left: auto;
    width: 280px;
  }
  .topPage .flowSec .flowBox .photoBox {
    padding-left: 60px;
    margin-left: auto;
    width: 280px;
  }
}



.topPage .messageSec {
  padding: 0 48px;
}
.topPage .messageSec .headline {
  margin-bottom: 40px;
  font-size: 64px;
  color: #44444475;
}
.topPage .messageSec .headline span {
  font-size: 32px;
  color: #444444;
}
.topPage .messageSec .message_wrap {

}
.topPage .messageSec .message_wrap .messageBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
}
.topPage .messageSec .message_wrap .messageBox .photoBox {
  width: 45%;
}
.topPage .messageSec .message_wrap .messageBox .photoBox img {
  width: 100%;
}
.topPage .messageSec .message_wrap .messageBox .txtBox {
  width: 55%;
}
.topPage .messageSec .message_wrap .messageBox .txtBox .ttl {
  margin-bottom: 10px;
}
.topPage .messageSec .message_wrap .messageBox .txtBox .ttl .status {
  font-size: 20px;
  font-weight: 700;
}
.topPage .messageSec .message_wrap .messageBox .txtBox .ttl .name {
  font-size: 36px;
  font-weight: 700;
}
.topPage .messageSec .message_wrap .messageBox .txtBox .ttl .en {
  font-size: 16px;
  font-weight: 700;
}
.topPage .messageSec .message_wrap .messageBox .txtBox .txt {
  margin-bottom: 24px;
}
.topPage .messageSec .message_wrap .messageBox .txtBox .list {
  padding: 16px;
  background: #D4E8EF3D;
  box-sizing: border-box;
}

@media all and (max-width: 1000px) {


  .topPage .messageSec .message_wrap .messageBox {
    flex-direction: column-reverse;
  }
  .topPage .messageSec .message_wrap .messageBox .photoBox {
    width: 100%;
  }
  .topPage .messageSec .message_wrap .messageBox .photoBox img {
    width: 100%;
  }
  .topPage .messageSec .message_wrap .messageBox .txtBox {
    width: 100%;
  }


}
@media all and (max-width: 500px) {

  .topPage .messageSec {
    padding: 0 16px;
    box-sizing: border-box;
  }
  .topPage .messageSec .headline {
    font-size: 40px;
  }
  .topPage .messageSec .headline span {
    font-size: 24px;
  }
  .topPage .messageSec .message_wrap .messageBox .txtBox .ttl .status {
    font-size: 16px;
  }
  .topPage .messageSec .message_wrap .messageBox .txtBox .ttl .name {
    font-size: 24px;
  }
  .topPage .messageSec .message_wrap .messageBox .txtBox .ttl .en {
    font-size: 12px;
  }

}

.topPage .storeSec {
  padding: 0 48px;
}
.topPage .storeSec .headline {
  margin-bottom: 48px;
  font-size: 64px;
  color: #44444475;
}
.topPage .storeSec .headline span {
  font-size: 32px;
  color: #444444;
}
.topPage .storeSec .store_wrap {
  margin: 0 auto;
  max-width: 1344px;
  width: 100%;
}
.topPage .storeSec .store_wrap .storeBox {
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px 40px;
  border: 1px solid #C9C9C9;
  box-sizing: border-box;
}
.topPage .storeSec .store_wrap .storeBox + .storeBox {
  margin-top: 24px;
}
.topPage .storeSec .store_wrap .storeBox .txtBox {
  width: 55%;
}
.topPage .storeSec .store_wrap .storeBox .txtBox .ttl {
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 700;
}
.topPage .storeSec .store_wrap .storeBox .txtBox .txt {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
}
.topPage .storeSec .store_wrap .storeBox .txtBox .txt span + span {
  margin-top: 16px;
}
.topPage .storeSec .store_wrap .storeBox .txtBox .txt span {
  display: block;
  width: 100%;
}
.topPage .storeSec .store_wrap .storeBox .txtBox .linkBox {
}
.topPage .storeSec .store_wrap .storeBox .txtBox .linkBox a {
  display: block;  
}
.topPage .storeSec .store_wrap .storeBox .photoBox {
  width: 45%;
}
.topPage .storeSec .store_wrap .storeBox .photoBox img {
  width: 100%;
}


@media all and (max-width: 1000px) {


  .topPage .storeSec .store_wrap .storeBox {
    flex-direction: column;
  }
  .topPage .storeSec .store_wrap .storeBox .txtBox {
    width: 100%;
  }
  .topPage .storeSec .store_wrap .storeBox .photoBox {
    width: 100%;
  }

}
@media all and (max-width: 500px) {


  .topPage .storeSec {
    padding: 0 16px;
  }
  .topPage .storeSec .headline {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .topPage .storeSec .headline span {
    font-size: 24px;
  }
  .topPage .storeSec .store_wrap .storeBox {
    padding: 32px 24px;
  }
  .topPage .storeSec .store_wrap .storeBox .txtBox .ttl {
    font-size: 22px;
  }
  .topPage .storeSec .store_wrap .storeBox .txtBox .txt {
    font-size: 16px;
  }
  .topPage .storeSec .store_wrap .storeBox .txtBox .linkBox {
    
  }
  .topPage .storeSec .store_wrap .storeBox .txtBox .linkBox a {

  }
  .topPage .storeSec .store_wrap .storeBox .txtBox .linkBox img {
    max-width: 350px;
    width: 100%;
    height: 24px;
    object-fit: contain;
  }
}


.reservationSec {
  margin-bottom: 100px;
  padding: 0 48px;
  text-align: center;
}
.reservationSec .headline {
  margin-bottom: 48px;
  position: relative;
  font-size: 32px;
  font-weight: 500;
}
.reservationSec .headline::before {
  position: absolute;
  content: "RESERATION";
  width: 100%;
  height: 100%;
  top: -50px;
  left: 0;

  color: #6BC0DD40;
  font-size: 60px;
  font-weight: 500;
}
.reservationSec .reservation_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.reservationSec .reservation_wrap .photoBox {
  display: block;
  width: 100%;
}
.reservationSec .reservation_wrap .photoBox img {
  width: 100%;
}


@media all and (max-width: 1000px) {

  .reservationSec .reservation_wrap {
    flex-direction: column;
  }
}
@media all and (max-width: 500px) {
  .reservationSec {
    padding: 0 16px;
  }
  .reservationSec .headline {
    font-size: 24px;
  }
  .reservationSec .headline::before {
      top: -30px;
    font-size: 40px;
  }
  .reservationSec .reservation_wrap {
    gap: 24px;
  }
}

/* --------------------------
        MENU PAGE
-------------------------- */

.menuPage {
  font-family: "Zen Old Mincho", serif;
  padding: 0 40px;
  box-sizing: border-box;
}
@media all and (max-width: 500px) {
  .menuPage {
    padding: 0 16px;
  }
}

.menuPage .kvSec {
  margin: 112px calc(50% - 50vw) 0;
  padding: 0 calc(50% - 50vw);
  width: 100vw;
}
.menuPage .kvSec .kv_wrap {
  position: relative;
  width: 100%;
}
.menuPage .kvSec .kv_wrap .txtBox {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

}
.menuPage .kvSec .kv_wrap .txtBox .headline {
  width: 100%;
  position: relative;
  /* margin-bottom: 48px; */
  font-size: 32px;
  font-weight: 500;
}
.menuPage .kvSec .kv_wrap .txtBox .headline span {
  position: absolute;
  content: "FLOW";
  width: 100%;
  height: 100%;
  top: -50px;
  left: 0;

  color: #6BC0DD40;
  font-size: 60px;
  font-weight: 500;

  display: block;

}
.menuPage .kvSec .kv_wrap .photoBox {
  width: auto;
}
.menuPage .kvSec .kv_wrap .photoBox img {
  width: 100%;
}


@media all and (max-width: 500px) {

}

.menuPage .course_navSec {
  margin: 0 auto 100px;
  padding: 0 20px;
  max-width: 800px;
  width: 100%;
  box-sizing: border-box;
}
.menuPage .course_navSec .course_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 61px;
}
.menuPage .course_navSec .course_wrap .linkBox:first-child:after {
  position: absolute;
  content: "";
  width: 22.5%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 11%;
  background: url(./img/MENU/nav_line.png) no-repeat center center;
  background-size: 29px 75px;
  z-index: -1;
}
.menuPage .course_navSec .course_wrap .linkBox:nth-child(2):after {
  position: absolute;
  content: "";
  width: 22.5%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 40%;
  background: url(./img/MENU/nav_line.png) no-repeat center center;
  background-size: 29px 75px;
  z-index: -1;
}
.menuPage .course_navSec .course_wrap .linkBox:nth-child(3):after {
  position: absolute;
  content: "";
  width: 22.5%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 65%;
  background: url(./img/MENU/nav_line.png) no-repeat center center;
  background-size: 29px 75px;
  z-index: -1;
}
.menuPage .course_navSec .course_wrap .linkBox {
  width: 22.5%;
  text-align: center;
}
.menuPage .course_navSec .course_wrap .linkBox .link {
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.menuPage .course_navSec .course_wrap .linkBox .link span {
  display: block;
  justify-content: center;
  align-items: center;

  font-size: 8px;
  font-weight: 500;
}

@media all and (max-width: 500px) {
  .menuPage .course_navSec .course_wrap {
    flex-direction: column;
    gap: 29px;
  }
  .menuPage .course_navSec .course_wrap .linkBox {
    width: 100%;
  }
  .menuPage .course_navSec .course_wrap .linkBox:first-child:after {
    position: absolute;
    content: "";
    width: 22.5%;
    height: 100%;
    object-fit: cover;
    top: -75px;
    left: 50%;
    transform: translate(-50% , 0);
    background: url(./img/MENU/nav_line.png) no-repeat center center;
    background-size: 36px 13px;
    z-index: -1;
  }
  .menuPage .course_navSec .course_wrap .linkBox:nth-child(2):after {
    position: absolute;
    content: "";
    width: 22.5%;
    height: 100%;
    object-fit: cover;
    top: 0px;
    left: 50%;
    transform: translate(-50% , 0);
    background: url(./img/MENU/nav_line.png) no-repeat center center;
    background-size: 36px 13px;
    z-index: -1;
  }
  .menuPage .course_navSec .course_wrap .linkBox:nth-child(3):after {
    position: absolute;
    content: "";
    width: 22.5%;
    height: 100%;
    object-fit: cover;
    top: 75px;
    left: 50%;
    transform: translate(-50% , 0);
    background: url(./img/MENU/nav_line.png) no-repeat center center;
    background-size: 36px 13px;
    z-index: -1;
  }
  .menuPage .course_navSec .course_wrap .linkBox .link {
    font-size: 20px;
  }
  .menuPage .course_navSec .course_wrap .linkBox .link span {
    font-size: 12px;
  }
}

.menuPage .courseSec {
  margin-bottom: 100px;
}
.menuPage .courseSec .course_wrap {

}
.menuPage .courseSec .course_wrap .courseBox {

}
.menuPage .courseSec .course_wrap .courseBox + .courseBox {
  margin-top: 60px;
}
.menuPage .courseSec .course_wrap .courseBox .headline {
  margin-bottom: 40px;
  font-size: 57px;
  font-weight: 500;
}
.menuPage .courseSec .course_wrap .courseBox .headline span {
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 700;
}
.menuPage .courseSec .course_wrap .courseBox .wrap {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.menuPage .courseSec .course_wrap .courseBox .wrap .txtBox {
  width: 50%;
}
.menuPage .courseSec .course_wrap .courseBox .wrap .txtBox .ttl {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
.menuPage .courseSec .course_wrap .courseBox .wrap .txtBox .txt {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
}
.menuPage .courseSec .course_wrap .courseBox .wrap .txtBox .recommend {
  padding: 16px;
  box-sizing: border-box;
  background: #D4E8EF3D;
}
.menuPage .courseSec .course_wrap .courseBox .wrap .txtBox .recommend .ttl {
  margin-bottom: 10px;
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 700;
}
.menuPage .courseSec .course_wrap .courseBox .wrap .txtBox .recommend .list {
  font-size: 16px;
  font-weight: 500;
}
.menuPage .courseSec .course_wrap .courseBox .wrap .txtBox .recommend .list {
  font-size: 16px;
  font-weight: 500;
}

.menuPage .courseSec .course_wrap .courseBox .wrap .txtBox .pointBox {
  margin-top: 24px;
}
.menuPage .courseSec .course_wrap .courseBox .wrap .txtBox .pointBox .ttl_wrap {
  display: flex;
  align-items: center;
}
.menuPage .courseSec .course_wrap .courseBox .wrap .txtBox .pointBox .ttl_wrap img {
  width: 24PX;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.menuPage .courseSec .course_wrap .courseBox .wrap .txtBox .pointBox .ttl_wrap .ttl {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}
.menuPage .courseSec .course_wrap .courseBox .wrap .txtBox .pointBox .txt {
  font-size: 16px;
  font-weight: 500;
}
.menuPage .courseSec .course_wrap .courseBox .price_wrap .priceBox:last-child {
  width: 100%;
}

.menuPage .courseSec .course_wrap .courseBox .wrap .photoBox {
  width: 50%;
}
.menuPage .courseSec .course_wrap .courseBox .wrap .photoBox img {
  width: 100%;
}
.menuPage .courseSec .course_wrap .courseBox .price_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.menuPage .courseSec .course_wrap .courseBox .price_wrap .priceBox ,
.menuPage .courseSec .course_wrap .courseBox .price_wrap .nameBox {
  width: 50%;
}
.menuPage .courseSec .course_wrap .courseBox .price_wrap .priceBox .price ,
.menuPage .courseSec .course_wrap .courseBox .price_wrap .nameBox .price {
  margin-bottom: 8px;
  padding-bottom: 8px;
  color: #8C8C8C;
  border-bottom: 1px solid;
  box-sizing: border-box;

}
.menuPage .courseSec .course_wrap .courseBox .price_wrap .priceBox table ,
.menuPage .courseSec .course_wrap .courseBox .price_wrap .nameBox table {
  font-family: "Zen Old Mincho", serif;
  width: 100%;
}
.menuPage .courseSec .course_wrap .courseBox .price_wrap .priceBox table tr ,
.menuPage .courseSec .course_wrap .courseBox .price_wrap .nameBox table tr {
  display: flex;
  gap: 16px;
  border-left: 6px solid #D4E8EF;
}
.menuPage .courseSec .course_wrap .courseBox .price_wrap .priceBox table tr th ,
.menuPage .courseSec .course_wrap .courseBox .price_wrap .nameBox table tr th {
  width: fit-content;
  padding-left: 16px;
}
.menuPage .courseSec .course_wrap .courseBox .price_wrap .priceBox table tr td ,
.menuPage .courseSec .course_wrap .courseBox .price_wrap .nameBox table tr td {
  width: fit-content;
}

@media all and (max-width: 500px) {
  .menuPage .courseSec .course_wrap .courseBox .headline {
    font-size: 24px;
  }
  .menuPage .courseSec .course_wrap .courseBox .headline span {
    display: block;
    font-size: 12px;
  }
  .menuPage .courseSec .course_wrap .courseBox .wrap {
    flex-direction: column;
    gap: 0;
  }
  .menuPage .courseSec .course_wrap .courseBox .wrap .txtBox ,
  .menuPage .courseSec .course_wrap .courseBox .wrap .photoBox {
    width: 100%;
  }
  .menuPage .courseSec .course_wrap .courseBox .wrap .txtBox .ttl {
    font-size: 24px;
  }
  .menuPage .courseSec .course_wrap .courseBox .wrap .txtBox .txt {
    font-size: 14px;
  }
  .menuPage .courseSec .course_wrap .courseBox .wrap .txtBox .recommend .ttl ,
  .menuPage .courseSec .course_wrap .courseBox .wrap .txtBox .recommend .list {
    font-size: 14px;
  }
  .menuPage .courseSec .course_wrap .courseBox .price_wrap {
    margin: 0;
    flex-direction: column;
  }
  .menuPage .courseSec .course_wrap .courseBox .price_wrap .priceBox, 
  .menuPage .courseSec .course_wrap .courseBox .price_wrap .nameBox {
    width: 100%;
  }
  .menuPage .courseSec .course_wrap .courseBox .price_wrap .priceBox .price, 
  .menuPage .courseSec .course_wrap .courseBox .price_wrap .nameBox .price {
    font-size: 24px;
  }
  .menuPage .courseSec .course_wrap .courseBox .price_wrap .priceBox table tr + tr, 
  .menuPage .courseSec .course_wrap .courseBox .price_wrap .nameBox table tr + tr {
    margin-top: 8px;
  }
  .menuPage .courseSec .course_wrap .courseBox .price_wrap .priceBox table tr th, 
  .menuPage .courseSec .course_wrap .courseBox .price_wrap .nameBox table tr th ,
  .menuPage .courseSec .course_wrap .courseBox .price_wrap .priceBox table tr td, 
  .menuPage .courseSec .course_wrap .courseBox .price_wrap .nameBox table tr td {
    font-size: 24px;
  }
  .menuPage .courseSec .course_wrap .courseBox .wrap .txtBox .pointBox .ttl_wrap .ttl {
    font-size: 14px;
  }
  .menuPage .courseSec .course_wrap .courseBox .wrap .txtBox .pointBox .txt {
    font-size: 14px;
  }
 }


/* --------------------------
        STAFF PAGE
-------------------------- */

.staffPage {
  font-family: "Zen Old Mincho", serif;
  padding: 0 40px;
  box-sizing: border-box;
}
@media all and (max-width: 500px) {
  .staffPage {
    padding: 0 16px;
  }
}
.staffPage .kvSec {
  margin: 112px calc(50% - 50vw) 0;
  padding: 0 calc(50% - 50vw);
  width: 100vw;
}
.staffPage .kvSec .kv_wrap {
  position: relative;
  width: 100%;
}
.staffPage .kvSec .kv_wrap .txtBox {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

}
.staffPage .kvSec .kv_wrap .txtBox .headline {
  width: 100%;
  position: relative;
  /* margin-bottom: 48px; */
  font-size: 32px;
  font-weight: 500;
}
.staffPage .kvSec .kv_wrap .txtBox .headline span {
  position: absolute;
  content: "FLOW";
  width: 100%;
  height: 100%;
  top: -50px;
  left: 0;

  color: #6BC0DD40;
  font-size: 60px;
  font-weight: 500;

  display: block;

}
.staffPage .kvSec .kv_wrap .photoBox {
  width: auto;
}
.staffPage .kvSec .kv_wrap .photoBox img {
  width: 100%;
}

@media all and (max-width: 500px) {
  .staffPage .kvSec .kv_wrap .txtBox .headline {
    font-size: 32px;
  }
  .staffPage .kvSec .kv_wrap .txtBox .headline span {
    font-size: 60px;

  }
}




.staffPage .osteopathySec {
  margin-bottom: 100px;
}
.staffPage .osteopathySec .headline {
  margin-bottom: 40px;
  font-size: 57px;
  font-weight: 500;
}
.staffPage .osteopathySec .headline .en {
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 700;
}
.staffPage .osteopathySec .osteopathy_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
}
.staffPage .osteopathySec .osteopathy_wrap .photoBox {
  width: 50%;
}
.staffPage .osteopathySec .osteopathy_wrap .photoBox img {
  width: 100%;
}
.staffPage .osteopathySec .osteopathy_wrap .txtBox {
  width: 50%;
}
.staffPage .osteopathySec .osteopathy_wrap .txtBox .headline {
  margin-bottom: 16px;
}
.staffPage .osteopathySec .osteopathy_wrap .txtBox .headline .status {
  font-size: 20px;
  font-weight: 500;
}
.staffPage .osteopathySec .osteopathy_wrap .txtBox .headline .name {
  font-size: 36px;
  font-weight: 700;
}
.staffPage .osteopathySec .osteopathy_wrap .txtBox .headline .en {
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 700;
}
.staffPage .osteopathySec .osteopathy_wrap .txtBox .txt {
  font-size: 16px;
  font-weight: 500;
}
.staffPage .osteopathySec .osteopathy_wrap .txtBox .point {
  margin: 24px 0;
  padding: 16px;
  background: #D4E8EF3D;
  box-sizing: border-box;

  font-size: 16px;
  font-weight: 500;
}

@media all and (max-width: 500px) {
  .staffPage .osteopathySec {
    margin-top: 80px;
  }
  .staffPage .osteopathySec .headline {
    font-size: 24px;
  }
  .staffPage .osteopathySec .headline .en {
    display: block;
    font-size: 12px;
  }
  .staffPage .osteopathySec .osteopathy_wrap {
    flex-direction: column-reverse;
  }
  .staffPage .osteopathySec .osteopathy_wrap .photoBox ,
  .staffPage .osteopathySec .osteopathy_wrap .txtBox {
    width: 100%;
  }
  .staffPage .osteopathySec .osteopathy_wrap .txtBox .headline .status {
    font-size: 16px;
  }
  .staffPage .osteopathySec .osteopathy_wrap .txtBox .headline .name {
    font-size: 24px;
  }
  .staffPage .osteopathySec .osteopathy_wrap .txtBox .headline .en {
    font-size: 12px;
  }
  .staffPage .osteopathySec .osteopathy_wrap .txtBox .txt {
    font-size: 14px;
  }
  .staffPage .osteopathySec .osteopathy_wrap .txtBox .point {
    font-size: 14px;
  }
}


.staffPage .staffsSec {
  margin-bottom: 100px;
}
.staffPage .staffsSec .headline {
  font-size: 56px;
  font-weight: 500;
  text-align: center;
}
.staffPage .staffsSec .staffs_wrap {

}
.staffPage .staffsSec .staffs_wrap .staffBox {
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
  border: 1px solid #6BC0DD;
  box-sizing: border-box;
}
.staffPage .staffsSec .staffs_wrap .staffBox + .staffBox {
  margin-top: 32px;
}
.staffPage .staffsSec .staffs_wrap .staffBox .photoBox {
  width: 50%;
}
.staffPage .staffsSec .staffs_wrap .staffBox .photoBox img {
  width: 100%;
}
.staffPage .staffsSec .staffs_wrap .staffBox .txtBox {
  width: 50%;
}
.staffPage .staffsSec .staffs_wrap .staffBox .txtBox .headline {
  margin-bottom: 10px;
}
.staffPage .staffsSec .staffs_wrap .staffBox .txtBox .status {
  font-size: 20px;
  font-weight: 700;
}
.staffPage .staffsSec .staffs_wrap .staffBox .txtBox .name {
  font-size: 36px;
  font-weight: 700;
}
.staffPage .staffsSec .staffs_wrap .staffBox .txtBox .en {
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 700;
}
.staffPage .staffsSec .staffs_wrap .staffBox .txtBox .txt {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
}
.staffPage .staffsSec .staffs_wrap .staffBox .txtBox .career {

}
.staffPage .staffsSec .staffs_wrap .staffBox .txtBox .career .ttl {
  margin-bottom: 8px;
  padding-left: 8px;
  font-size: 24px;
  font-weight: 500;
  border-left: 6px solid #D4E8EF;
}
.staffPage .staffsSec .staffs_wrap .staffBox .txtBox .career .txt {
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  background: #D4E8EF3D;
}

@media all and (max-width: 500px) {
  .staffPage .staffsSec .headline {
    font-size: 24px;
  }
  .staffPage .staffsSec .staffs_wrap .staffBox {
    flex-direction: column-reverse;
  }
  .staffPage .staffsSec .staffs_wrap .staffBox .photoBox , 
  .staffPage .staffsSec .staffs_wrap .staffBox .txtBox {
    width: 100%;
  }
  .staffPage .staffsSec .staffs_wrap .staffBox .txtBox .headline {
    text-align: left;
  }
  .staffPage .staffsSec .staffs_wrap .staffBox .txtBox .status {
    display: block;
    font-size: 16px;
  }
  .staffPage .staffsSec .staffs_wrap .staffBox .txtBox .name {
    font-size: 24px;
  }
  .staffPage .staffsSec .staffs_wrap .staffBox .txtBox .en {
    font-size: 12px;
  }
  .staffPage .staffsSec .staffs_wrap .staffBox .txtBox .txt {
    font-size: 14px;
  }
  .staffPage .staffsSec .staffs_wrap .staffBox .txtBox .career .txt {
    font-size: 14px;
  }
}



.servicePage {
  overflow: hidden;
}
.servicePage header {
  margin: 16px 48px;
  padding: 24px 48px;
  font-family: "Zen Old Mincho", serif;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 1000;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px 0px #00000040;
}
.servicePage .kvSec {
  position: relative;
}
.servicePage .kvSec .kv_wrap {
    position: absolute;
  content: "";
  top: 0;
  left: 51px;
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
}
.servicePage .kvSec .kvBox {

}
.servicePage .kvSec .kvBox .header {
  margin: 16px 48px;
  padding: 24px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  
}
.servicePage .kvSec .header .logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.servicePage .kvSec .header .logo {
  max-width: 143px;
  width: 100%;
}
.servicePage .kvSec .header .logo a {
  display: block;
  width: auto;
}
.servicePage .kvSec .header .logo a img {
  width: 100%;
}
.servicePage .kvSec .header .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 32px;
}
.servicePage .kvSec .header .nav a {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.servicePage .kvSec .header .nav a p {
  font-size: 12px;
  font-weight: 500;
}
.servicePage .kvSec .header .nav .contactBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.servicePage .kvSec .header .nav .contactBox a {
  padding: 20px 8px;
  width: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 30px;

  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
}
.servicePage .kvSec .header .nav .contactBox a.contact {
  color: #fff;
  background: #76C0D9;

}
.servicePage .kvSec .header .nav .contactBox a.web {
  color: #fff;
  background: #1CA956;
}
.servicePage .kvSec .header .nav .contactBox a i {

}
.servicePage .kvSec .txtBox {

}
.servicePage .kvSec .txtBox .txt01 {
  font-size: 36px;
  font-weight: 700;
}
.servicePage .kvSec .txtBox .txt01 small {
  font-size: 28px;
  font-weight: 700;
}
.servicePage .kvSec .txtBox .txt01 strong {
  font-size: 49px;
  font-weight: 700;
}
.servicePage .kvSec .txtBox .icons {
  margin: 24px 0;
  max-width: 528px;
  width: 100%;
}
.servicePage .kvSec .txtBox .icons img {
  width: 100%;
}
.servicePage .kvSec .txtBox .linkBox {

}
.servicePage .kvSec .txtBox .linkBox .contact {
  padding: 16px 32px;
  width: fit-content;
  display: block;
  color: #76C0D9;
  font-size: 24px;
  font-weight: 700;

  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  
}
.servicePage .kvSec .txtBox .linkBox .contact i {

}
.servicePage .kvSec .photoBox {
  width: auto;
}
.servicePage .kvSec .photoBox img {
  width: 100%;
}
.servicePage .sp_kvSec {
  display: none;
}
@media all and (max-width: 1000px) {
  .servicePage header {
    margin: 16px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
  }
  .servicePage .kvSec {
    display: none;
  }
  .servicePage .sp_kvSec {
    display: block;
  }


  .servicePage .sp_kvSec .kv_wrap {
    margin-top: 50px;
  }
  .servicePage .sp_kvSec .kv_wrap .kvBox {
    position: relative;
  }
  .servicePage .sp_kvSec .kv_wrap .kvBox .txtBox {
    padding: 36px 24px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .servicePage .sp_kvSec .txtBox .txt01 {
    font-size: 36px;
    font-weight: 700;
  }
  .servicePage .sp_kvSec .txtBox .txt01 p {
    text-shadow: 5px 5px 5px #fff;
  }
  .servicePage .sp_kvSec .txtBox .txt01 small {
    font-size: 28px;
  }
  .servicePage .sp_kvSec .txtBox .txt02 {
    font-size: 50px;
  }
  .servicePage .sp_kvSec .kv_wrap .kvBox .photoBox {

  }
  .servicePage .sp_kvSec .icons {
    margin-top: 32px;
    padding: 0 16px;
  }
  .servicePage .sp_kvSec .icons img {
    width: 100%;
  }
  .servicePage .sp_kvSec .linkBox {
    margin-top: 42px;
    padding: 0 22px;
    text-align: center;
    box-sizing: border-box;
  }
  .servicePage .sp_kvSec .linkBox a {
    display: block;
    font-size: 20px;

    padding: 16px 32px;
    color: #76C0D9;
    font-weight: 700;

    background: #fff;
    border-radius: 30px;
    border: 1px solid;
    box-sizing: border-box;
  }
}
@media all and (max-width: 750px) {
  .servicePage .sp_kvSec .txtBox .txt01 {
    font-size: 30px;
  }
  .servicePage .sp_kvSec .txtBox .txt01 small {
    font-size: 22px;
  }
  .servicePage .sp_kvSec .txtBox .txt02 {
    font-size: 40px;
  }
}
@media all and (max-width: 500px) {
  .servicePage .sp_kvSec .txtBox .txt01 {
    font-size: 18px;
    font-weight: 700;
  }
  .servicePage .sp_kvSec .txtBox .txt01 small {
    font-size: 14px;
  }
  .servicePage .sp_kvSec .txtBox .txt02 {
    font-size: 25px;
  }
}

.servicePage .troubleSec {
  padding: 100px 48px;
  box-sizing: border-box;
}
.servicePage .troubleSec .headline {
  margin-bottom: 90px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.servicePage .troubleSec .headline strong {
  font-size: 36px;
}
.servicePage .troubleSec .trouble_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.servicePage .troubleSec .trouble_wrap img {
  width: 30%;
}
.servicePage .troubleSec .sp_headline ,
.servicePage .troubleSec .sp_trouble_wrap {
  display: none;
} 
@media all and (max-width: 1000px) {
  .servicePage .troubleSec .headline ,
  .servicePage .troubleSec .trouble_wrap {
    display: none;
  }
  .servicePage .troubleSec {
    padding: 64px 16px;
    box-sizing: border-box;
  }
  .servicePage .troubleSec .sp_headline {
    margin: 0 auto;
    padding-bottom: 24px;
    display: block;
    width: fit-content;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 4px dotted #CCCCCC;
    box-sizing: border-box;
  }
  .servicePage .troubleSec .sp_headline p {
    font-size: 24px;
    font-weight: 700;
  }
  .servicePage .troubleSec .sp_headline .txt02 {
    display: inline-block;
  }
  .servicePage .troubleSec .sp_headline strong {
    width: fit-content;
    font-size: 30px;
  }
  .servicePage .troubleSec .sp_trouble_wrap {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .servicePage .troubleSec .sp_trouble_wrap img {
    width: 100%;
  }
}



.servicePage .solutionSec {
  position: relative;
  padding: 100px 48px;
  box-sizing: border-box;
  background: #6BC0DD1F;
}
.servicePage .solutionSec::before {
  position: absolute;
  content: "";
  width: 137px;
  height: 37px;
  top: 0;
  left: 50%;
  background: url(./img/service/solution_top.png) no-repeat center center;
  background-size: 130px 37px;
  transform: translateY(0%) translateX(-50%); 

}
.servicePage .solutionSec .headline {
  margin-bottom: 90px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.servicePage .solutionSec .headline strong {
  font-size: 36px;
}
.servicePage .solutionSec .solution_wrap {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.servicePage .solutionSec .solution_wrap .solutionBox {
  width: 25%;
  padding: 24px;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
}
.servicePage .solutionSec .solution_wrap .solutionBox img {
  width: 140px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.servicePage .solutionSec .solution_wrap .solutionBox img .ttl {
  font-size: 28px;
  font-weight: 700;
}

@media all and (max-width: 1000px) {
  .servicePage .solutionSec {
    display: none;
  }
}


.servicePage .planSec {
  padding: 100px 48px;
  box-sizing: border-box;
}
.servicePage .planSec .headline {
  margin-bottom: 64px;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}
.servicePage .planSec .headline .en {
  font-size: 32px;
  font-weight: bold;
  color: #44444424;
}
.servicePage .planSec .plan_wrap {
  display: flex;
  justify-content: center;

  gap: 24px;
}
.servicePage .planSec .plan_wrap .planBox {
  padding: 48px;
  border: 1px solid #6CC0DC;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
}
.servicePage .planSec .plan_wrap .planBox:last-child {
  background: #F5F5F5;
  border: none;
}
.servicePage .planSec .plan_wrap .planBox .ttl {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
}
.servicePage .planSec .plan_wrap .planBox small {
  display: block;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 300;
}
.servicePage .planSec .plan_wrap .planBox .time {
  margin-bottom: 24px;
  color: #6CC0DC;
  font-size: 28px;
}
.servicePage .planSec .plan_wrap .planBox .time strong {
  font-size: 40px;
}
.servicePage .planSec .plan_wrap .planBox .txt {
  text-align: left;
  font-size: 20px;
  font-weight: 300;;
}

@media all and (max-width: 1000px) {
  .servicePage .planSec {
    padding: 0px 16px 64px;
  }
  .servicePage .planSec .headline {
    margin-bottom: 36px;
  }
  .servicePage .planSec .headline .en {
    font-size: 32px;
    font-weight: bold;
  }
  .servicePage .planSec .plan_wrap {
    flex-direction: column;
  }
  .servicePage .planSec .plan_wrap .planBox {
    padding: 40px;
  }

  .servicePage .planSec .plan_wrap .planBox .ttl {
    font-size: 28px;
  }
  .servicePage .planSec .plan_wrap .planBox .time {
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
}

.servicePage .flowSec {
  padding: 100px 48px;
  background: #6BC0DD1F;
  box-sizing: border-box;
}
.servicePage .flowSec .headline {
  margin-bottom: 64px;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}
.servicePage .flowSec .headline .en {
  font-size: 32px;
  font-weight: bold;
  color: #44444424;
}
.servicePage .flowSec .flow_wrap {
  margin: 0 auto;
  padding: 64px;
  max-width: 763px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 30px;
}
.servicePage .flowSec .flowBox {
  position: relative;
  padding-left: 65px;
  min-height: 100px;
}
.servicePage .flowSec .flowBox::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.servicePage .flowSec .flowBox:nth-child(1n)::before {
  background: url(./img/service/flow_step01.png) no-repeat;
  background-size: 56px;
}
.servicePage .flowSec .flowBox:nth-child(2n)::before {
  background: url(./img/service/flow_step02.png) no-repeat;
  background-size: 56px;
}
.servicePage .flowSec .flowBox:nth-child(3n)::before {
  background: url(./img/service/flow_step03.png) no-repeat;
  background-size: 56px;
}
.servicePage .flowSec .flowBox:nth-child(4n)::before {
  background: url(./img/service/flow_step04.png) no-repeat;
  background-size: 56px;
}
.servicePage .flowSec .flowBox + .flowBox {
  margin-top: 32px;
}
.servicePage .flowSec .flowBox .ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;

  font-size: 24px;
  font-weight: 700;
}
.servicePage .flowSec .flowBox .ttl img {
  width: 24px;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.servicePage .flowSec .flowBox .txt {
  padding: 24px 32px;
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
  background: #DBF0F73D;
}


@media all and (max-width: 1000px) {
  .servicePage .flowSec {
    padding: 64px 16px;
    border-radius: 30px;
  }
  .servicePage .flowSec .headline {
    font-size: 36px;
  }
  .servicePage .flowSec .headline .en {
    font-size: 24px;
  }
  .servicePage .flowSec .flow_wrap {
    padding: 36px 24px;
  }
}

.servicePage .pointSec {
  padding: 100px 48px;
  box-sizing: border-box;
}
.servicePage .pointSec .headline {
  margin-bottom: 64px;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}
.servicePage .pointSec .headline .jp {
  font-size: 32px;
  font-weight: bold;
  color: #44444424;
}
.servicePage .pointSec .point_wrap {
  margin-bottom: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.servicePage .pointSec .point_wrap .pointBox {
  width: 33%;
  text-align: center;
  border: 1px solid #6CC0DC;
  border-radius: 15px;
  box-sizing: border-box;
}
.servicePage .pointSec .point_wrap .pointBox .number {
  font-size: 20px;
  color: #fff;
  background: #6CC0DC;
  border-radius: 15px 15px 0px 0px;
}
.servicePage .pointSec .point_wrap .pointBox .number strong {
  font-size: 32px;
}
.servicePage .pointSec .point_wrap .pointBox .txt {
  padding: 24px 18px;
  font-size: 28px;
  font-weight: 700;
  box-sizing: border-box;
}
.servicePage .pointSec .point_wrap .pointBox .txt span {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}
.servicePage .pointSec .list_wrap {
  margin-bottom: 64px;
  text-align: center;
}
.servicePage .pointSec .list_wrap .ttl {
  margin-bottom: 48px;
  color: #76C0D9;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
.servicePage .pointSec .list_wrap img {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.servicePage .pointSec .txt02 {
  margin-bottom: 64px;
  text-align: center;
  font-size: 16px;
  font-weight: 400; 
}
.servicePage .pointSec .linkBox {
  text-align: center;
}
.servicePage .pointSec .linkBox .contact {
  margin: 0 auto;
  padding: 16px 32px;
  width: fit-content;
  display: block;
  color: #76C0D9;
  font-size: 24px;
  font-weight: 700;

  background: #fff;
  border-radius: 30px;
  border: 1px solid #76C0D9;
  box-sizing: border-box;

}


@media all and (max-width: 1000px) {
  .servicePage .pointSec {
    padding: 64px 16px;
  }
  .servicePage .pointSec .headline {
    margin-bottom: 24px;
    font-size: 36px;
  }
  .servicePage .pointSec .headline .jp {
    font-size: 24px;
  }
  .servicePage .pointSec .point_wrap {
    margin-bottom: 24px;
    flex-direction: column;
  }
  .servicePage .pointSec .point_wrap .pointBox {
    width: 100%;
  }
  .servicePage .pointSec .list_wrap .ttl {
    font-size: 32px;
  }
  .servicePage .pointSec .txt02 {
    margin-bottom: 24px;
  }
  .servicePage .pointSec .linkBox .contact {
    font-size: 20px;
  }
}

.servicePage .staffSec {
  padding: 100px 48px;
  box-sizing: border-box;
}
.servicePage .staffSec .headline {
  margin-bottom: 64px;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}
.servicePage .staffSec .headline .en {
  font-size: 32px;
  font-weight: bold;
  color: #44444424;
}
.servicePage .staffSec .staff_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.servicePage .staffSec .staff_wrap .staffBox {
  width: 48%;
  padding: 33px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border: 1px solid #6CC0DC;
  border-radius: 30px;
  box-sizing: border-box;
}
.servicePage .staffSec .staff_wrap .staffBox .photoBox {
  width: 50%;
}
.servicePage .staffSec .staff_wrap .staffBox .photoBox img {
  width: 100%;
}
.servicePage .staffSec .staff_wrap .staffBox .txtBox {
  
}
.servicePage .staffSec .staff_wrap .staffBox .txtBox .status {
  font-size: 20px;
  font-weight: 700;
}
.servicePage .staffSec .staff_wrap .staffBox .txtBox .name {
  font-size: 36px;
  font-weight: 700;
}
.servicePage .staffSec .staff_wrap .staffBox .txtBox .en {
  color: #8C8C8C;
  font-size: 16px;
  font-weight: 700;
}
.servicePage .staffSec .staff_wrap .staffBox .txtBox .txt {
  font-size: 16px;
  font-weight: 400;
}

@media all and (max-width: 1000px) {
  .servicePage .staffSec {
    padding: 64px 16px;
  }
  .servicePage .staffSec .headline {
    margin-bottom: 64px;
    font-size: 36px;
  }
  .servicePage .staffSec .headline .en {
    font-size: 24px;
  }
  .servicePage .staffSec .staff_wrap {
    flex-direction: column;
  }
  .servicePage .staffSec .staff_wrap .staffBox {
    padding: 32px 24px;
    width: 100%;
    flex-direction: column;
  }
  .servicePage .staffSec .staff_wrap .staffBox .photoBox {
    width: 100%;
  }
  .servicePage .staffSec .staff_wrap .staffBox .txtBox {
    width: 100%;
  }
  .servicePage .staffSec .staff_wrap .staffBox .txtBox .en {
    margin-bottom: 24px;
  }
}

.servicePage .faqSec {
  padding: 100px 48px;
  box-sizing: border-box;
}
.servicePage .faqSec .headline {
  margin-bottom: 64px;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}
.servicePage .faqSec .headline .en {
  font-size: 32px;
  font-weight: bold;
  color: #44444424;
}

@media all and (max-width: 1000px) {
  .servicePage .faqSec {
    padding: 64px 16px;
    box-sizing: border-box;
  }
  .servicePage .faqSec .headline {
    margin-bottom: 64px;
    font-size: 36px;
  }
  .servicePage .faqSec .headline .en {
    font-size: 24px;
  }
}




.accordion {
  margin: 0 auto;
  max-width: 840px;
  width: 100%;
  list-style: none;
  border-top: 1px solid #ccc;
}

.accordion img {
  display: block;
  width: 36px;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

@media print, (min-width: 768px) {
  .accordion-q-prefix {
    left: 20px;
    top: 24px;
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-q-prefix {
    left: 10px;
    top: 18px;
    font-size: 24px;
  }
}

.accordion-q-content {
  color: #6CC0DC;
  font-weight: 700;
  line-height: 1.6;
}

@media print, (min-width: 768px) {
  .accordion-q-content {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-q-content {
    font-size: 16px;
  }
}

.accordion-q-icon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media print, (min-width: 768px) {
  .accordion-q-icon {
    right: 20px;
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-q-icon {
    right: 10px;
    width: 16px;
    height: 16px;
  }
}

.accordion-q-icon::before,
.accordion-q-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #6CC0DC;
}

@media print, (min-width: 768px) {
  .accordion-q-icon::before,
  .accordion-q-icon::after {
    top: 9px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-q-icon::before,
  .accordion-q-icon::after {
    top: 7px;
  }
}

.accordion-q-icon::after {
  transform: rotate(90deg);
  transition: transform 400ms;
}

.accordion-q button {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  text-align: left;
  appearance: none;
  cursor: pointer;
  transition: opacity 400ms;
}

@media print, (min-width: 1001px) {
  .accordion-q button {
    padding: 16px 32px 25px 57px;
  }
}

@media screen and (max-width: 1000px) {
  .accordion-q button {
    padding: 16px 32px;
    align-items: center;
  }
}

@media print, (min-width: 768px) {
  .accordion-q button:hover,
  .accordion-q button:active {
    opacity: 0.5;
  }
}

.accordion-a {
  padding: 16px 100px;
  display: none;
  overflow: hidden;
  background: #6CC0DC1F;
  box-sizing: border-box;
}


@media screen and (max-width: 767px) {
  .accordion-a {
    padding: 16px 36px;
  }
}
/* @media screen and (max-width: 767px) {
  .accordion-a-inner {
    padding: 5px 0 25px;
  }
} */

.accordion-a-body {
  position: relative;
}

@media print, (min-width: 768px) {
  .accordion-a-body {
    padding-left: 57px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-a-body {
    padding-left: 41px;
  }
}

.accordion-a-prefix {
  position: absolute;

  font-weight: 00;
  font-variation-settings: 7"wdth" 75;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .accordion-a-prefix {
    left: 20px;
    top: 3px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-a-prefix {
    left: 10px;
    top: -2px;
    font-size: 24px;
  }
}

@media print, (min-width: 768px) {
  .accordion-a-content p {
    font-size: 16px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .accordion-a-content p {
    font-size: 15px;
    line-height: 1.7;
  }
}

@media print, (min-width: 768px) {
  .accordion-a-content p + p {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-a-content p + p {
    margin-top: 20px;
  }
}

.accordion-a-close {
  line-height: 1.5;
}



@media screen and (max-width: 767px) {
  .accordion-a-close {
    width: 140px;
    margin: 20px auto 0;
    font-size: 15px;
  }
}



.accordion-a-close button > span > span::before,
.accordion-a-close button > span > span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 100%;
  height: 1px;
  background: #fff;
}

.accordion-a-close button > span > span::after {
  transform: rotate(90deg);
}

@media print, (min-width: 768px) {
  .accordion-a-close button:hover,
  .accordion-a-close button:active {
    opacity: 0.5;
  }
}

.accordion > li {
  border-bottom: 1px solid #ccc;
}

.accordion > li.is-open .accordion-q-icon::after {
  transform: rotate(0deg);
}




.servicePage .contactSec {
  padding: 100px 48px;
  box-sizing: border-box;
  background: #6BC0DD1F;
}
.servicePage .contactSec .headline {
  margin-bottom: 64px;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}
.servicePage .contactSec .headline .en {
  font-size: 32px;
  font-weight: bold;
  color: #44444424;
}
.servicePage .contactSec .contact_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}
.servicePage .contactSec .contact_wrap .contact-form {
  padding: 64px;
  box-sizing: border-box;
  background: #fff;
}
.servicePage .contactSec .contact_wrap .data {
  text-align: center;
  padding: 64px;
  box-sizing: border-box;
  background: #fff;
}
.servicePage .contactSec .contact_wrap .data .photoBox {
  width: auto;
}
.servicePage .contactSec .contact_wrap .data .photoBox img {
  width: 140px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.servicePage .contactSec .contact_wrap .data .ttl {
  color: #76C0D9;
  font-size: 32px;
  font-weight: 700;
}
.servicePage .contactSec .contact_wrap .data .txt {
  font-size: 16px;
  font-weight: 400;
}
.servicePage .contactSec .contact_wrap .linkBox {
  width: auto;
}
.servicePage .contactSec .contact_wrap .linkBox a {
  display: block;
  width: 100%;

  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #76C0D9;
}
@media screen and (max-width: 767px) {
  .servicePage .contactSec {
    padding: 64px 16px;

  }
  .servicePage .contactSec .headline {
    margin-bottom: 64px;
    font-size: 36px;
  }
  .servicePage .contactSec .headline .en {
    font-size: 24px;
  }
  .servicePage .contactSec .contact_wrap {
    flex-direction: column;
  }
  .servicePage .contactSec .contact_wrap .contact-form {
    padding: 32px 16px;
  }
  .servicePage .contactSec .contact_wrap .data {
    padding: 16px;
  }
  .servicePage .contactSec .contact_wrap .data .photoBox {
    margin-bottom: 24px;
  }
  .servicePage .contactSec .contact_wrap .data .ttl {
    margin-bottom: 24px;
    font-size: 24px;
  }
  .servicePage .contactSec .contact_wrap .data .txt {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .servicePage .contactSec .contact_wrap .linkBox a {
    margin-bottom: 8px;
    padding: 12px 42px;
    box-sizing: border-box;
  }
}

.servicePage #gFooter .link_wrap .linkBox > div + div {
  margin-top: 24px;
}
.servicePage #gFooter .link_wrap .linkBox01 {
  justify-content: flex-start;
}
.servicePage #gFooter .txtBox {

}
.servicePage #gFooter .txtBox p {
  font-size: 16px;
  font-weight: 500;
}


@media screen and (max-width: 1000px) {
  .servicePage #gFooter {
    padding: 64px 16px 0;
  }
  .servicePage #gFooter .link_wrap .linkBox {
    width: 100%;
  }
  .servicePage #gFooter .link_wrap .linkBox01 {
    text-align: left;
    gap: 10px;
  }
  .servicePage #gFooter .link_wrap .linkBox01 a {
    margin-right: auto;
  }
  .servicePage #gFooter .txtBox > p + P {
    margin-top: 12px;
  }
}

.mfp-content [id^="previous01"] ,
.mfp-content [id^="previous02"] ,
.mfp-content [id^="previous03"] ,
.mfp-content [id^="previous04"] ,
.mfp-content [id^="previous05"] ,
.mfp-content [id^="previous06"] ,
.mfp-content [id^="previous07"] {
    width: 800px;
    max-width: 95%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 20px;
}

.pop1 {
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: center;
    gap: 30px 4%;
}
.pop1 .photoBox {
    /* max-width: 300px; */
    margin: 0 auto;
}
/* .pop1 .photoBox img {
    width: 100%;
} */

.mfp-content [id^="previous01"] .linkBox_wrap ,
.mfp-content [id^="previous02"] .linkBox_wrap ,
.mfp-content [id^="previous03"] .linkBox_wrap ,
.mfp-content [id^="previous04"] .linkBox_wrap ,
.mfp-content [id^="previous05"] .linkBox_wrap ,
.mfp-content [id^="previous06"] .linkBox_wrap ,
.mfp-content [id^="previous07"] .linkBox_wrap {
  position: fixed;
  max-width: 800px;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;

  display: flex;
  justify-content: space-between;
  align-items: center;


  background: var(--main-color);
}
.mfp-content [id^="previous01"] .linkBox_wrap .linkBox ,
.mfp-content [id^="previous02"] .linkBox_wrap .linkBox ,
.mfp-content [id^="previous03"] .linkBox_wrap .linkBox ,
.mfp-content [id^="previous04"] .linkBox_wrap .linkBox ,
.mfp-content [id^="previous05"] .linkBox_wrap .linkBox ,
.mfp-content [id^="previous06"] .linkBox_wrap .linkBox ,
.mfp-content [id^="previous07"] .linkBox_wrap .linkBox {
  width: 50%;
}
.mfp-content [id^="previous01"] .linkBox_wrap .linkBox .link,
.mfp-content [id^="previous02"] .linkBox_wrap .linkBox .link,
.mfp-content [id^="previous03"] .linkBox_wrap .linkBox .link,
.mfp-content [id^="previous04"] .linkBox_wrap .linkBox .link,
.mfp-content [id^="previous05"] .linkBox_wrap .linkBox .link,
.mfp-content [id^="previous06"] .linkBox_wrap .linkBox .link,
.mfp-content [id^="previous07"] .linkBox_wrap .linkBox .link {
  width: 100%;
  padding: 10px 5px;
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: .5s;
}
.mfp-content [id^="previous01"] .linkBox_wrap .linkBox .link:hover,
.mfp-content [id^="previous02"] .linkBox_wrap .linkBox .link:hover,
.mfp-content [id^="previous03"] .linkBox_wrap .linkBox .link:hover,
.mfp-content [id^="previous04"] .linkBox_wrap .linkBox .link:hover,
.mfp-content [id^="previous05"] .linkBox_wrap .linkBox .link:hover,
.mfp-content [id^="previous06"] .linkBox_wrap .linkBox .link:hover,
.mfp-content [id^="previous07"] .linkBox_wrap .linkBox .link:hover {
  color: var(--main-color);
  background: #fff;
}

.mfp-close-btn-in .mfp-close {
    right: 10px;
    top: 10px;
}

.contact-table tr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-table th {
  width: 100%;
  text-align: left;
  vertical-align: top;
  padding: 8px 0;
  font-weight: bold;
}
.contact-table th p {
  width: 100%;
}
.contact-table td {
  width: 100%;
  padding: 8px 0;
}
textarea,
input[type="text"],
input[type="email"],
select {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
}
.submit-button {
  display: inline-block;
  background: black;
  color: white;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;
}
.contact-form-wrapper {
  padding: 2em;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.contact-form-wrapper p {
  font-weight: bold;
  margin-bottom: 1em;
}
.contact-form-wrapper .form-desc {
  font-weight: normal;
  font-size: 0.9em;
  color: #888;
}
.contact-table {
  width: 100%;
  border-collapse: collapse;
}
.contact-table th {
  text-align: left;
  padding: 0.5em 0.5em 0.5em 0;
  vertical-align: top;
  box-sizing: border-box;
}
.contact-table td {
  padding: 0.5em 0;
  box-sizing: border-box;
}
.contact-table input[type="text"],
.contact-table input[type="email"],
.contact-table select,
.contact-table textarea {
  width: 100%;
  padding: 0.6em;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
  box-sizing: border-box;
}
.contact-table textarea {
  height: 150px;
  resize: vertical;
}
.contact-table .must {
  color: red;
  font-size: 0.9em;
}
.form-submit {
  margin-top: 2em;
  text-align: center;
}
.submit-button {
  width: 100%;
  background-color: #76C0D9;
  color: #fff;
  padding: 0.75em 2em;
  font-size: 1em;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.submit-button:hover {
  color: #444;
  background-color: #76C0D980;
}


@media all and (max-width: 900px) {

}
@media all and (max-width: 500px) {

}

/*--------------------------------------------------------------
--------------------------------------------------------------
ブログ
--------------------------------------------------------------
--------------------------------------------------------------
------------------------------------------------------------*/

/*------------------------------------------------------------
	archive 一覧ページ
------------------------------------------------------------*/

.archivePage .blogPage_inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px 4%;
  margin-bottom: 60px;
}
.archivePage .blogPage_inner .blogPage_item {
  width: 70%;
}
.archivePage .blogPage_inner .blogPage_item_widget {
  width: 26%;
  position: sticky;
  height: 100%;
  top: 20px;
  right: 0;
}

.archivePage .blogUl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 2%;
}
.archivePage .blogUl li {
  width: 49%;
  background: #fff;
  box-shadow: 0 0 5px var(--main-bluecolor);
}
.archivePage .blogUl li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  transition: 0.3s;
  text-align: center;
}
.archivePage .blogUl li a img {
  width: 350px;
  max-width: initial;
  height: 450px;
  object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .archivePage .blogUl li a img {
    width: 250px;
  }
}
.archivePage .blogUl li a .new_recent {
  color: var(--main-redcolor);
  font-size: 1.4rem;
  background: var(--gray-color02);
  padding: 0 10px;
  border: 1px solid;
  box-sizing: border-box;
}

.blog_pagenavi {
  margin-top: 20px;
  text-align: center;
}
.wp-pagenavi span.current {
  font-weight: bold;
  background: #947459;
  color: #fff;
  border-color: #947459 !important;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #707070;
}
.archivePage .blog_txt {
  text-align: left;
}
.archivePage .blog_txt .blog_date {
  font-size: 1.4rem;
}
.archivePage .blog_txt .blog_title {
  font-size: 1.6rem;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  box-sizing: border-box;
}
.archivePage .blog_txt .blog_content {
  font-size: 1.4rem;
}

@media all and (min-width: 897px) {
  .archivePage .blogUl li a:hover {
    transform: scale(0.96);
  }
}
@media all and (max-width: 750px) {
  .archivePage .blogUl li {
    width: 100%;
  }
}

@media (max-width: 896px) {
  .archivePage .blogPage_inner {
    flex-direction: column-reverse;
  }
  .archivePage .blogPage_inner .blogPage_item {
    width: 100%;
  }
  .archivePage .blogPage_inner .blogPage_item_widget {
    position: initial;
    width: 100%;
  }
}

/*------------------------------------------------------------
	single 記事ページ
------------------------------------------------------------*/

.singlePage .news {
  width: 70%;
}

.singlePage .singleBox {
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
}
.singlePage .blog_date {
  margin-bottom: 20px;
}
.singlePage .single_txt {
  margin-bottom: 20px;
}
.singlePage .single_txt .buttonTravel img {
  cursor: pointer;
  box-shadow: 10px 10px rgb(120, 162, 224);
}
.singlePage .single_txt .buttonTravel img:hover {
  cursor: pointer;
  /* 影を消す */
  box-shadow: none;
  /* 拡大する */
  transform: scale(1.1);
}
.singlePage .single_txt h1 {
  margin: 2em 0 1em 0;
  font-weight: bold;
  font-size: 2.5rem;
  position: relative;
  padding: 0.1em 0.5em;
  color: var(--gray-color02);
  background: linear-gradient(to right, var(--gray-color), transparent);
}
.singlePage .single_txt h2 {
  padding: 0.5em 0.7em;
  border-left: 5px solid var(--main-redcolor);
  color: #333333;
  font-size: 2.1rem;
  margin: 30px 0 20px;
}
.singlePage .single_txt h3 {
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 8px;
  color: var(--main-redcolor);
  margin-bottom: 10px;
}
.singlePage .single_txt h4 {
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
  color: var(--main-redcolor);
  font-size: 2.5rem;
}
.singlePage .single_txt h4:before {
  width: 7px;
  height: 7px;
  top: 15px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  content: "";
  border: 2px solid var(--main-bluecolor);
}
.singlePage .single_txt img {
  margin-top: 20px;
  max-width: initial;
  width: initial;
}
.singlePage .pageNavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.singlePage {
  position: relative;
}
.singlePage .flex {
  gap: 30px 2%;
}
.singlePage .blogPage_item_widget {
  width: 28%;
  position: sticky;
  top: 20px;
  right: 0;
  height: 100%;
}

@media (max-width: 896px) {
  .singlePage .singleBox {
    padding: 0 20px;
  }
  .singlePage .flex {
    flex-direction: column-reverse;
  }
  .singlePage .news {
    width: 100%;
  }
  .singlePage .flex {
    gap: 30px 2%;
  }
  .singlePage .blogPage_item_widget {
    width: 100%;
    position: initial;
  }
  .singlePage .single_txt img {
    width: 100%;
  }
}

/*------------------------------------------------------------
	widget 月別アーカイブ
------------------------------------------------------------*/

.widget {
  /* margin-top: 80px; */
  background: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 100px;
  background: var(--main-bluecolor);
}
.widget .widget-title {
  font-size: 1.8rem;
  color: var(--white-color);
  font-weight: 600;
  margin-bottom: 20px;
}
.widget ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px 15px;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}
.widget ul li {
  font-size: 1.4rem;
  border-bottom: 2px dashed #fff;
  box-sizing: border-box;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.widget ul li a {
  display: block;
  color: #fff;
  transition: 0.5s;
}

@media (min-width: 897px) {
  .widget ul li:hover a {
    color: var(--green-color);
  }
}

/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacy {
  margin-bottom: 240px;
}
.privacy p {
  margin-bottom: 4px;
  line-height: 2.3;
  letter-spacing: 0.06em;
}
.privacy h5 {
  margin-bottom: 6px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.privacy .txt01 {
  margin-bottom: 65px;
}
.privacy .txt02 {
  margin-bottom: 72px;
}
.privacy .txt03 {
  margin-bottom: 35px;
}
.privacy .txt04 {
  margin-bottom: 0;
}
@media all and (max-width: 896px) {
  .privacy {
    margin-bottom: 110px;
  }
  .privacy .pageTitle {
    padding: 28px 0 30px;
  }
  .privacy .pageTitle .headLine01 .en {
    margin-bottom: 8px;
    font-size: 3.2rem;
  }
  .privacy .pageTitle .headLine01 .jp {
    font-size: 2rem;
  }
  .privacy #pagePath {
    margin-bottom: 56px;
  }
  .privacy p {
    margin-bottom: 3px;
    line-height: 1.85;
    letter-spacing: 0.01em;
  }
  .privacy h5 {
    margin-bottom: 3px;
    letter-spacing: 0.01em;
  }
  .privacy .txt01 {
    margin-bottom: 57px;
  }
  .privacy .txt02 {
    margin-bottom: 60px;
  }
  .privacy .txt03 {
    margin-bottom: 27px;
  }
  .privacy .txt04 {
    margin-bottom: 0;
  }
}
.wpcf7-response-output {
  display: none !important;
}
