@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    line-height: 100%;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    visibility: hidden;
}
html.wf-active {
    visibility: visible;
}
body {
    font-family: "Zen Maru Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt";
    background-color: #fff;
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
}
/* ステータスバー透過防止 */
.for-status-bars {
    position: fixed;
    top: 0;
    pointer-events: none;
    height: 5px;
    width: 100%;
    background-color: #000;
    mix-blend-mode: lighten;
}
/* タブバー透過防止 */
.for-tab-bars {
    position: fixed;
    bottom: 0;
    pointer-events: none;
    height: 4px;
    width: 100%;
    background-color: #000;
    mix-blend-mode: lighten;
}
h1, h2, h3, h4, h5, h6 {
	text-align: center;
    color: #222;
    letter-spacing: 0.05em;
}
p, .default {
    font-size: 17px;
	line-height: 170%;
    text-align: justify;
    color: #222;
    letter-spacing: 0.03em;
}
li, th, td {
    font-size: 17px;
	line-height: 160%;
    text-align: justify;
    color: #222;
    letter-spacing: 0.03em;
}

.sml01 {
    font-size: 16px;
    line-height: 160%;
}
.sml02 {
    font-size: 15px;
    line-height: 150%;
}
.lrg01 {
    font-size: 18px;
}
table, ul, ol {
    width: 100%;
    text-align: left;
	list-style: none;
    border-collapse: collapse;
}
.palt {
	font-feature-settings: "palt";
}
.pkna {
	font-feature-settings: "pkna";
}
.normal {
    font-weight: normal;
}
.bold {
    font-weight: bold;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.justify {
    text-align: justify;
}
.center {
    text-align: center;
}
a {
    color: #222;
	text-decoration: none;
    transition: all 0.2s ease;
    letter-spacing: 0.03em;
}
a img {
	border: none;
}
img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.underline {
    text-decoration: underline;
}
.black {
    color: #222;
}
.yellow {
    color: #ff0;
}
.clr_main {
    color: #007dff;
}
.clr_sub {
    color: #ff7355;
}
.clear {
    opacity: 0;
}
.inline_block {
    display: inline-block;
}
.block {
    display: block;
}
.usa {
    text-indent: -1em;
    padding-left: 1em;
}
.serif_numbers {
    font-family: serif;
}
.breakable {
    word-break: break-word;
    overflow-wrap: break-word;
}
.rectangle {
    color: #007dff;
    display: inline-block;
    width: 16px;
    transform: scale(0.5, 1.1);
    transform-origin: top left;
    margin-right: 0;
    vertical-align: 1px;
}
.no_link {
    pointer-events: none;
}
/* PC用（hoverあり・マウス操作） */
@media (hover: hover) and (pointer: fine) {
.no_tel_link {
    pointer-events: none;
}
}
/* スマホ用（hoverなし・タッチ操作） */
@media (hover: none) and (pointer: coarse) {
.no_tel_link {
    pointer-events: auto;
}
}


/* ラベルタグ */
.label_tag {
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
    color: #ff7355;
    background-color: #fdf0ed;
    padding: 1px 5px 2px;
    margin-right: 7px;
}
.label_tag i {
    margin-right: 5px;
}

/* ulolまわり */
ul.rectangle_bkclr {
    list-style: url(../img/ul_rectangle_bkclr.svg);
    padding-left: 16px;
}
ul.rectangle_mainclr {
    list-style: url(../img/ul_rectangle_mainclr.svg);
    padding-left: 16px;
}
ul.rectangle_mainclr_20 {
    list-style: url(../img/ul_rectangle_mainclr_20.svg);
    padding-left: 18px;
}
ul.rectangle_subclr {
    list-style: url(../img/ul_rectangle_subclr.svg);
    padding-left: 16px;
}
ul.circle_mainclr  {
    list-style: url(../img/ul_circle_mainclr.svg);
    padding-left: 25px;
}
ul.donuts_mainclr {
    list-style: url(../img/ul_donuts_mainclr.svg);
    padding-left: 25px;
}
ul.dot_bkclr {
    list-style: url(../img/ul_dot_bkclr.svg);
    padding-left: 15px;
    text-indent: -3px;
}
ul.checkbox_mainclr {
    list-style: url(../img/ul_checkbox_mainclr.svg);
    padding-left: 25px;
}
ul.ul_list {
    display: flex;
    flex-direction: column;
}
ul.ul_inline00 {
	display: flex;
	flex-wrap: wrap;
}
ul.ul_inline01 {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 40px;
}
ul.ul_inline02 {
	display: flex;
	flex-wrap: wrap;
	gap: 0px;
}
ul.ul_inline03 {
	display: flex;
	flex-wrap: wrap;
	gap: 0 50px;
}
ul.ul_bold li, 
ol.ol_bold li  {
    font-weight: bold;
}
ul.ul_normal li, 
ol.ol_normal li  {
    font-weight: normal;
}
ul.li_18 li,
ol.li_18 li {
	font-size: 18px;
}
ul.li_20 li,
ol.li_20 li {
	font-size: 20px;
}
ul.ul_palt li {
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

/* iosのための新しいol */
/* アラビア数字123 */
ol.num {
    display: flex;
    flex-direction: column;
	counter-reset: list-counter; /* カウンターをリセット */
}
ol.num > li {
	counter-increment: list-counter; /* カウンターを増やす */
	position: relative;
	padding-left: 25px;
}
ol.num > li::before {
	content: counter(list-counter) ".";
	position: absolute;
	left: 4px; /* 番号を左端に固定 */
}
/* ローマ数字ⅠⅡⅢ */
ol.roman_num {
    display: flex;
    flex-direction: column;
    counter-reset: roman-counter;
}
ol.roman_num > li {
    counter-increment: roman-counter;
    position: relative;
    padding-left: 25px; /* 数字が4を超えるときは調整 */
}
ol.roman_num > li::before {
    content: counter(roman-counter, upper-roman) ".";
    position: absolute;
    left: 4px;
}



/* マーカー */
.marker {
    background: linear-gradient(transparent 70%, #ffff00aa 70%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    display: inline;
    transition: background-size 1.2s;
}
.marker_mainclr {
    background: linear-gradient(transparent 60%, #cdefba 60%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    display: inline;
    transition: background-size 1.2s;
}
.marker_subclr {
    background: linear-gradient(transparent 60%, #D9DEFF 60%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    display: inline;
    transition: background-size 1.2s;
}
.marker.on, 
.marker_mainclr.on, 
.marker_subclr.on {
    background-size: 100% 100%;
}



.container {
	width: 100%;
	margin: 0 auto;
}


/* ヘッダー */
/* SPヘッダー */
.header_bar {
    width: 100%;
    border-top: solid 10px;
    border-image: linear-gradient(to right, #007dff 0%, #aa4baf 50%,#ff7355 100%);
    border-image-slice: 1;
    z-index: 1000;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.header_box {
    width: calc(100% - 30px);
    max-width: 1400px;
    background: #fff;
    border-radius: 999px;
    margin: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.header_in {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
a.top_logo img {
    width: 231.64px; /* iOS対策、各サイトによって変更する */
    height: 40px;
    object-fit: contain;
}
.top_depa_box {
    display: flex;
    gap: 10px;
}
.top_depa {
    font-size: 12px;
    line-height: 100%;
    color: #fff;
    background-color: #007dff;
    border-radius: 5px;
    padding: 4px 10px 6px;
}
@media screen and (min-width: 599px) { /* 各サイトによって変更する */
.header_in {
    padding: 15px 10px;
}
.top_box {
    align-items: flex-end;
    flex-direction: row;
    gap: 15px;
}
}

/* PADヘッダー */
@media screen and (min-width: 768px) { 
.top_box {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.header_box {
    margin: 20px 10px;
}
.header_in {
    padding: 15px 20px 10px;
}
a.top_logo img {
    width: 260.59px; /* iOS対策、各サイトによって変更する、top_info_boxのwidthと連動 */
    height: 45px;
}
.top_info_box {
    width: calc(100% - 260.59px);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.top_address {
    font-size: 14.5px;
    line-height: 100%;
    text-align: right;
}
.top_dta_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.top_depa_box {
    gap: 5px;
}
.top_depa {
    padding: 4px 7px 6px;
    margin-bottom: 5px;
}
.top_ad_link {
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    background-color: #ff7355;
    border-radius: 5px;
    padding: 4px 15px;
}
.top_ad_link i {
    margin-right: 5px;
}
}

/* PCヘッダー */
@media screen and (min-width: 1000px) {
.header_box {
    width: calc(100% - 60px);
    margin: 20px auto;
}
.header_in {
    padding: 20px 30px 5px;
}
.top_depa {
    margin-bottom: 8px;
}
.top_address {
    font-size: 16px;
}
.top_ta_box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.top_tel {
    font-size: 26px;
    line-height: 100%;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #ff7355;
    letter-spacing: 0em;
}
.top_tel i {
    font-size: 19px;
    margin-right: 5px;
    vertical-align: 2px;
}
.top_ad_link {
    padding: 4px 8px;
}
.top_ad_link:hover {
    background-color: #ff8765;
}
}
@media screen and (min-width: 1100px) {
.top_address {
    font-size: 17px;
}
.top_tel {
    font-size: 32px;
    letter-spacing: 0.02em;
}
.top_tel i {
    font-size: 24px;
}
.top_ad_link {
    font-size: 15px;
    padding: 4px 15px;
}
}
@media screen and (min-width: 1200px) {
a.top_logo img {
    width: 335.88px; /* iOS対策、各サイトによって変更する、top_info_boxのwidthと連動 */
    height: 58px;
}
.top_info_box {
    width: calc(100% - 335.88px);
}
.top_depa_box {
    gap: 10px;
}
.top_depa {
    font-size: 14.5px;
    padding: 6px 8px;
    margin-bottom: 0;
}
}
@media screen and (min-width: 1300px) {
.top_ta_box {
    gap: 15px;
}
.top_ad_link {
    padding: 4px 20px;
}
}

/* グローバルナビゲーション */
.global_PCnav {
	width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
ul.nav_list {
    max-width: 1300px;
    height: 75px;
	margin: 0 30px;
    display: flex;
    position: relative;
}
li.nav_item {
    width: calc(100% / 5);
}
a.nav_a {
    font-size: 17px; /* 各サイトによって変更する */
    line-height: 120%;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    font-feature-settings: "palt";
}
a.nav_a::before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #007dff;
    border-radius: 1px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}
li.nav_item:hover > a.nav_a::before,
li.nav_item.has-megamenu:hover > a.nav_a::before {
    width: 50%;
}
li.nav_item:not(:last-child) > a.nav_a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #007dff;
    transform: translateY(-50%);
}
.nav_a:hover {
    color: #007dff;
    /* background-color: #007dff; */
}
a.nav_now {
    color: #007dff;
    position: relative;
}
a.nav_now::before {
    width: 50%;
    height: 2px;
}
@media screen and (min-width: 1200px) {
a.nav_a {
    font-size: 16.5px;
}
}

/* メガメニュー */
/* ▼ メガメニュー本体 */
.megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1200px;
    background: linear-gradient(180deg, #f0faffdd, #e6f4ffdd);
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    padding: 25px 40px 35px;
    margin: 0 auto;
    z-index: 10;
    /* 非表示状態 */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-5px);
    transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0s linear 0.25s; /* ← 非表示になるまで少し遅らせる */
}

/* ▼ hoverで表示（liにくっついて安定） */
.has-megamenu:hover .megamenu,
.has-megamenu:has(.megamenu:hover) .megamenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0s linear 0s; /* 表示時は即visibility有効 */
}

/* ▼ hover時のリンクカラー変更 */
.has-megamenu:hover > .nav_a,
.has-megamenu:has(.megamenu:hover) > .nav_a {
    color: #007dff;
}

/* ▼ hover時の下線アニメ維持（タカさん仕様） */
li.has-megamenu:hover > a.nav_a::before {
    width: 50%;
}
/* ▼ 画面幅1200px以上で少し余裕を持たせる */
@media screen and (min-width: 1200px) {
.megamenu {
    padding: 30px 50px 40px;
}
}

/* メガメニュー内部 */
.mega_title01 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    border-bottom: solid 1px #007dff;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}
.mega_eng {
    font-size: 16px;
    line-height: 100%;
    font-family: "Molengo", sans-serif;
    font-weight: 400;
    color: #007dff;
    margin-left: 10px;
}
ul.megamenu_in_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}
ul.megamenu_in_flex li {
    width: calc(100% / 3 - 60px / 3);
}
.megamenu li a.mega_child {
    font-size: 16.5px;
    line-height: 100%;
    text-align: left;
    color: #222;
    background-color: #fff;
    border: solid 2px #007dff;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    border-radius: 0 5px 0 0;
    height: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
}
.megamenu li a.mega_child:hover {
    color: #007dff;
    border: solid 2px #007dff;
    border-radius: 30px;
}

@media screen and (min-width: 1200px){
.megain_title01 {
    font-size: 25px;
    margin-bottom: 20px;
}
ul.megamenu_in_flex {
    gap: 25px 40px;
}
ul.megamenu_in_flex li {
    width: calc(100% / 3 - 80px / 3);
}
.megamenu li a.mega_child {
    font-size: 17px;
}
}


/* あとから固定ヘッダー */
@media screen and (min-width: 1000px){
.header_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}
body.scrolled .header_fixed {
    opacity: 1;
    pointer-events: auto;
}
body.scrolled .header-normal {
    opacity: 0;
    pointer-events: none;
}
.global_PCnav_fixed {
	width: calc(100% - 60px);
    max-width: 1400px;
    height: 60px;
	background-color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 10px auto 0;
    z-index: 1;
    filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.2));
}
.global_PCnav_fixed li.nav_item {
    width: calc(100% / 6);
}
.global_PCnav_fixed a.nav_a {
    font-size: 17px; /* 各サイトによって変更する、1100px以上も適宜 */
}
.global_PCnav_fixed .megamenu {
	width: calc(100% - 50px);   
}
}
/* @media screen and (min-width: 1100px){
.global_PCnav_fixed a.nav_a {
    font-size: 14px;
}
}
@media screen and (min-width: 1300px){
.global_PCnav_fixed a.nav_a {
    font-size: 16.5px;
}
} */



/* トップメインスライド */
.main_box {
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.2));
}
.mainimg {
    width: calc(100% - 30px);
    max-width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: -1;
}
.mainimg_in {
    width: 100%;
    max-width: 1400px;
}
.img-box {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.img-box div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-position: top 30% center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    transform: scale(1.0);
    opacity: 0;
    animation-name: fade;
    animation-duration: 12s;
    animation-iteration-count: infinite;
}
@keyframes fade {
0% {
    opacity: 0;
}
30% {
    opacity: 3;
}
80% {
    opacity: 0;
    transform: scale(1.05);
}
100% {
    z-index: -10;
    opacity: 0;
}
}
.img-box div:first-of-type {
    background-image: url(../img/top_main01_0967_SP.avif);
}
.img-box div:nth-of-type(2) {
    background-image: url(../img/top_main02_6595_SP.avif);
    animation-delay: 4s;
}
.img-box div:last-of-type {
    background-image: url(../img/top_main03_7823_SP.avif);
    animation-delay: 8s;
}
@media screen and (min-width: 768px){
.img-box {
    height: 500px;
    border-radius: 50px;
}
.img-box div {
    height: 500px;
}
}
@media screen and (min-width: 1000px){
.mainimg {
    width: calc(100% - 60px);
}
.main_box {
    height: 520px;
}
.img-box {
    height: 520px;
    border-radius: 70px;
}
.img-box div {
    height: 520px;
}
.img-box div:first-of-type {
    background-image: url(../img/top_main01_0967_PC.avif);
}
.img-box div:nth-of-type(2) {
    background-image: url(../img/top_main02_6595_PC.avif);
}
.img-box div:last-of-type {
    background-image: url(../img/top_main03_7823_PC.avif);
}
}
@media screen and (min-width: 1500px){
.main_box {
    height: 570px;
}
.img-box {
    height: 570px;
}
.img-box div {
    height: 570px;
}
}

.maintext {
    position: absolute;
    bottom: 40px;
    left: -15px;
    filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.2));
}
h1.main_catch {
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}
h1.main_catch span {
    line-height: 150%;
    font-weight: 600;
    text-align: left;
    color: #fff;
    background-color: #007dff;
    border-radius: 0 5px 5px 0;
    padding: 8px 15px 10px;
    display: inline-block;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
h1.main_catch span.sv_main01 {
    font-size: clamp(1.188rem, 1.019rem + 0.77vw, 1.5rem);
    /* 19px〜24px */
    /* 350px～999px */
}
h1.main_catch span.sv_main02 {
    font-size: clamp(0.938rem, 0.803rem + 0.62vw, 1.188rem);
    /* 16px〜19px */
    /* 350px～999px */
}
h1.main_catch.-visible span {
    clip-path: inset(0 0 0 0);
}
h1.main_catch.-visible span.sv_main01 {
    transition-delay: 0.4s; /* 先に出す */
}
h1.main_catch.-visible span.sv_main02 {
    transition-delay: 1.4s; /* 少し遅れて出す */
}
@media screen and (min-width: 1000px){
.maintext {
	bottom: 50px;
    left: -20px;
}
h1.main_catch {
    bottom: 20px;
    left: 420px;
    gap: 15px;
}
h1.main_catch span {
    font-size: 26px;
    border-radius: 7px;
    padding: 10px 20px 12px;
    letter-spacing: 0.05em;
}
h1.main_catch span.sv_main01 {
    font-size: 25px;
}
h1.main_catch span.sv_main02 {
    font-size: 20px;
}
}

/* 各ブロック */
.box {
    /* padding: 50px 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.contents {
    padding: 30px 0 0;
}
.about {
    background-color: #ebf7ff;
}
.news {
    padding: 30px 0 0;
}
.topics {
    padding: 80px 0 0;
}
.related {
    background-color: #fff;
}
.recruit {
    padding: 80px 0 0;
    background-color: #fff;
}
@media screen and (min-width: 768px){

}
@media screen and (min-width: 1000px){
.contents {
    padding: 50px 0 20px;
}
.about {
    padding: 80px 0 50px;
}
.news {
    padding: 50px 0 0;
}
.topics {
    padding: 100px 0 50px;
}
.related {
    padding: 80px 0 0;
}
.recruit {
    padding: 150px 0 50px;
}
}


/* インナー */
.s_inner, .m_inner, .l_inner, .xl_inner, .n_inner {
    width: 100%;
    max-width: 700px;
    margin: 0 15px;
}
@media screen and (min-width: 1000px){
.s_inner, .m_inner, .l_inner, .xl_inner, .n_inner {
    margin: 0 50px; 
}
.s_inner {
    max-width: 800px;
}
.m_inner {
    max-width: 1000px;
}
.l_inner {
    max-width: 1200px;
}
.xl_inner {
    max-width: 1400px;
}
.n_inner {
    max-width: 1000px;
    border: solid 1px #bbb;
}
}


/* 背景固定 */
.back-img-a, .back-img-b, .back-img-c {
    display: block;
    position: sticky;
    top: 0;
    height: 0;
    max-height: 0;
    overflow: visible;
    z-index: -15;
}
.back-img-a::after, 
.back-img-b::after, 
.back-img-c::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.back-img-a::after {
    background-image: linear-gradient(-45deg, #fff2e6cc, rgba(255,255,255,0.95)), url(../img/top_bg01_8042.avif);
}
.back-img-b::after {
    background-image: linear-gradient(-45deg, #fff2e6cc, rgba(255,255,255,0.95)), url(../img/top_bg02_6578.avif);
}
.back-img-c::after {
    background-image: url(../img/bg_white.svg);
}


/* なみなみ */
.wave {
  display: block;
  width: 100%;
  height: 150px;
}
/* 異なる色や高さを指定したい場合 */
.wave:nth-child(1) path {
  fill: #ebf7ff;
}
.wave:nth-child(2) path {
  fill: #ebf7ff;
}
.wave:nth-child(3) path {
  fill: #fff;
}
.wave:nth-child(4) path {
  fill: #fff;
  background-color: #fff;
}


/* タイトル */
h2.h2_title, h2.h2_title_sub {
    font-size: 23px;
    line-height: 100%;
    text-align: center;
    font-weight: 700;
    margin-bottom: 17px;
    position: relative;
    letter-spacing: 0.02em;
}
.h2_flex_box {
    height: 120px;
}
h2.h2_flex, h2.h2_flex_sub {
    color: #fff;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.2));
}
h2.h2_flex {
    background-color: #007dff;
}
h2.h2_flex_sub {
    background-color: #ff7355;
}
h2.h2_title {
    color: #007dff;
}
h2.h2_title_sub {
    color: #ff7355;
}
.h2_wrap {
    margin-bottom: 25px;
}
p.dots01 {
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    color: #007dff;
}
p.dots01_sub {
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    color: #ff7355;
}
p.dots01_wt {
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    color: #fff;
}
.title01 {
    font-size: 19px;
    line-height: 150%;
    font-weight: bold;
    color: #007dff;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px){
h2.h2_title, h2.h2_title_sub, 
h2.h2_flex, h2.h2_flex_sub {
    font-size: 25px;
    margin-bottom: 20px;
}
h2 .h2_eng, h2 .h2_eng_sub {
    font-size: 20px;
    margin: 10px 0 0 3px;
}
.h2_wrap {
    margin-bottom: 35px;
}
}
@media screen and (min-width: 1000px){
.h2_flex_box {
    height: auto;
}
h2.h2_flex, h2.h2_flex_sub {
    color: #fff;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    margin: 0;
    top: -30px;
    left: -30px;
}
h2.h2_title, h2.h2_title_sub {
    font-size: 28px;
    margin-bottom: 25px;
}
h2 .h2_eng, h2 .h2_eng_sub {
    font-size: 21px;
}
.h2_wrap {
    margin-bottom: 35px;
}
.title01 {
    font-size: 21px;
}
}



/* メインコンテンツ */
.contents_box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.con_box {
    background-color: #fff;
    outline-offset: -5px;
    border-radius: 20px;
    width: calc(50% - 15px / 2);
    padding: 15px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.c1 {
    outline: solid 2px #ff7355;
}
.c2 {
    outline: solid 2px #1e87ff;
}
.c3 {
    outline: solid 2px #ff5f87;
}
.c4 {
    outline: solid 2px #4bb900;
}
/* .c5 {
    outline: solid 2px #7d41ff;
} */
/* .con_box.c3 {
    width: 100%;
    order: 1;
} */
.c_icon {
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
}
h2.h2_top {
    font-size: clamp(1.188rem, 0.953rem + 0.75vw, 1.313rem); 
    line-height: 110%;
    text-align: center;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
}

@media screen and (min-width: 768px){
.con_box {
    padding: 30px 5px;
}
.c_icon {
    height: 55px;
    margin-bottom: 15px;
    transition: all 0.2s ease;
}
h2.h2_top {
    font-size: 23px;
}
}
@media screen and (min-width: 1000px){
.con_box {
    width: calc(25% - 60px / 4);
}
.c1:hover {
    background-color: #fdf0ed;
}
.c2:hover {
    background-color: #ebf5ff;
}
.c3:hover {
    background-color: #ffeff3;
}
.c4:hover {
    background-color: #edfbe6;
}
/* .c5:hover {
    background-color: #f7f0ff;
} */
/* .con_box:hover .c_icon {
    transform: rotate(7.5deg);
} */
}


/* 当施設について */
.ab_L {
    background-color: #fff;
    border-radius: 20px;
    padding: 25px 15px;
    filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.2));
}
.ab_title01 {
    font-size: 20px;
    color: #007dff;
    margin-bottom: 10px;
}
.ab_title01 span.ab_title_sml {
    font-size: clamp(1rem, 0.895rem + 0.48vw, 1.125rem);
    /* 16px～18px */
    /* 350px～767px */
    line-height: 150%;
    margin-top: 5px;
    display: block;
}
.ab_L img {
    border-radius: 20px;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px){
.ab_L {
    padding: 50px;
}
.ab_title01 {
    font-size: 24px;
}
}
@media screen and (min-width: 1000px){
.ab_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ab_L {
    width: 55%;
    border-radius: 70px;
    outline: solid 2px #007dff;
    outline-offset: -5px;
    z-index: 2;
}
.ab_R {
    width: calc(45% + 100px);
    margin-top: -50px;
    margin-left: -100px;
}
.ab_R img {
    border-radius: 70px;
    filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.2));
}
.ab_title01 {
    font-size: 25px;
}
.ab_title01 span.ab_title_sml {
    font-size: 19px;
    letter-spacing: 0.035em;

}
.ab_pic01_L {
}
}
@media screen and (min-width: 1200px){
.ab_L {
    width: 50%;
}
.ab_R {
    width: calc(50% + 100px);
    margin-top: -70px;
}
}















/* コンテンツ */
.card_box {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}
.card {
    background: #fff;
    border: 2px solid #007dff;
    border-radius: 10px;
    /* overflow: hidden; */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
h2.card_title {
    font-size: 28px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    color: #fff;
    background: #007dff;
    border-radius: 6px 6px 0 0;
    padding: 15px 0 20px;
    letter-spacing: 0.07em;
}
p.card_txt {
    font-size: 18px;
    line-height: 160%;
    padding: 15px;
}
.spacer {
    flex-grow: 1;
}
.card_btn {
    font-weight: bold;  
    color: #fff;
    background: #007dff;
    border-radius: 999px;
    padding: 15px 35px 17px;
    margin: 25px auto;
    display: inline-flex;
    gap: 10px;
}


/* レスポンシブ：2列→4列 */
@media screen and (min-width: 768px) {
.card_box {
    grid-template-columns: repeat(1, 1fr);
}
}
@media screen and (min-width: 1000px) {
.card_btn i {
    transition: all 0.3s ease;
}
.card_btn:hover i {
    transform: translateX(5px);
}
.card_btn:hover {
    color: #ff0;
    background: #005fff;
}
.card_box {
    grid-template-columns: repeat(3, 1fr);
}
}



/* 当施設についてリンクボタン */
.ab_link_btn_box a:first-of-type {
    margin-bottom: 20px;
}
.ab_link_btn01, .ab_link_btn02 {
    width: 100%;
    max-width: 250px;
    height: 50px;
    color: #fff;
    border-radius: 25px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.ab_link_btn01 {
    background-color: #007dff;
}
.ab_link_btn02 {
    background-color: #ff7355;
}
.ab_link_btn01:after, 
.ab_link_btn02:after {
    color: #fff;
    font-family: "FontAwesome";
    content: "\f138";
    margin-top: 2px;
    margin-left: 7px;
    transition: all 0.2s ease;
}

@media screen and (min-width: 768px){
.ab_link_btn01, .ab_link_btn02 {
    max-width: 300px;
}
}
@media screen and (min-width: 1000px){
.ab_link_btn01:hover {
    background-color: #005fff;
}
.ab_link_btn02:hover {
    background-color: #ff5f45;
}
.ab_link_btn01:hover:after, 
.ab_link_btn02:hover:after {
    transform: translateX(5px);
}
}




/* 背景アイコン */
.title_box {
    /* padding: 30px 20px; */
    position: relative;
}
.bg_icon, .bg_icon_mainclr {
    font-size: 120px;
    position: absolute;
    top: -10px;
    right: -5px;
    z-index: -1;
}
.title_box .bg_icon {
    top: -55px;
}
.bg_icon {
    color: #fff;
}
.bg_icon_mainclr {
    color: #ebf7ff;
}
@media screen and (min-width: 768px){
.title_box {
    /* padding: 40px 50px; */
}
}
@media screen and (min-width: 1000px){
.title_box {
    padding: 80px 100px 0;
}
.bg_icon, .bg_icon_mainclr {
    font-size: 160px;
    top: -15px;
    left: -5px;
}
.title_box .bg_icon {
    top: -25px;
}
}





/* おしらせ */
.news_box, .topics_box {
    background-color: #fdf0ed;
    border-radius: 20px;
    padding: 0 20px 25px;
    position: relative;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.news_box_top {
    text-align: right;
}
@media screen and (min-width: 768px){
.news_box, .topics_box {
    padding: 40px 50px;
}
}
@media screen and (min-width: 1000px){
.news_box, .topics_box {
    padding: 80px 100px;
}
.news_box_top {
    margin-left: 120px;
}
}

/* おしらせのテーブル（ここはプログラム化したら不必要） */
/* .table_information_news th {
	font-size: 17px;
    line-height: 100%;
    font-weight: bold;
	text-align: left;
    color: #ff7355;
    padding: 15px 15px 0;
	display: block;
}
.table_information_news tr:first-child th {
    border-top: solid 1px #ddd;
}
.table_information_news td {
    font-size: 16px;
    line-height: 160%;
	display: block;
	padding: 7px 15px 15px;
    border-bottom: solid 1px #ddd;
}
.table_information_news td a {
	font-size: 16px;
    line-height: 180%;
    color: #222;
    border-bottom: solid 1px #ff7355;
    display: inline;
}
.table_information_news td a i {
	margin-right: 5px
}
@media screen and (min-width: 1000px){
.table_information_news {
    width: calc(100% - 120px);
    margin: 0 0 0 auto;
}
.table_information_news th {
    border-bottom: solid 1px #ddd;
    width: 100px;
    padding: 20px 30px 20px 10px;
	display: table-cell;
}
.table_information_news td {
    padding: 20px 10px 20px 0;
	display: table-cell;
}
.table_information_news tr:first-child td {
    border-top: solid 1px #ddd;
}
} */


/* NEWアイコン */
.tit_new {
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    color: #ff7355;
    background-color: #fdf0ed;
    border: solid 1px #ff7355;
    padding: 1px 7px;
    margin-left: 10px;
    display: inline-block;
}

/* 一覧へ戻るボタン（おしらせ詳細にもあるよ） */
.go_list {
    font-size: 17px;
    line-height: 20px;
    margin-top: 20px;
    position: relative;
    display: inline-block;
}
.go_list:after {
    font-family: "FontAwesome";
    content: "\f138";
    margin-top: 2px;
    margin-left: 7px;
    display: inline-block;
    transform: translateY(0);  
    transition: all 0.2s ease;
}
.gl_news {
    color: #ff7355;
}
/* .gl_topics {
    color: #007dff;
} */
 @media screen and (min-width: 768px) {
.go_list {
    margin-top: 30px;
}
}
@media screen and (min-width: 1000px) {
.go_list {
    margin-top: 40px;
}
.gl_news:hover {
    color: #ff5f45;
}
.go_list:hover:after {
    color: #ff5f45;
    transform: translateX(5px);
}
/* .gl_topics:hover {
    color: #007dff;
}
.gl_topics:hover::before {
	right: -5px;
    background:#007dff;
}
.gl_topics:hover::after {
	right: -1px;
    background:#007dff;
} */
}



/* 関連施設 */
.related_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.facility_box {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #007dff;
    background-color: #fff;
    border: solid 1px #007dff;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    height: 60px; 
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.2)); */
}
.facility_title {
    font-size: 15px;
    text-align: center;
    color: #222;
    display: block;
    margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
.related_box {
    flex-wrap: wrap;
    flex-direction: row;
}
.facility_box {
    width: calc(100% / 2 - 20px / 2);
}
}
@media screen and (min-width: 1000px) {
.facility_box {
    width: calc(100% / 3 - 40px / 3);
}
.facility_box:hover {
    background-color: #f0faff;
}
p.facility_box:hover { /* サイトオープンしたら削除 */
    background-color: #fff;
}
}

/* 採用情報ページ */
.recruit_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}
.rb01 {
    background-color: #ff7355;
    outline: solid 1px #fff;
    outline-offset: -5px;
    border-radius: 20px;
    width: 100%;
    max-width: 500px;
    display: flex;
    /* filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.2)); */
}
.rb_pic {
    width: 50%;
    height: 150px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.rb_pic img {
    width: 150%;
    height: 200%;
    clip-path: circle(50% at 50% 50%);
    border-radius: 50%;
    position: absolute;
    top: -50%;
    left: -50%;
}
.rb_txt {
    width: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
h3.h3_rec {
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
    text-align: center;
    color: #fff;
}
@media screen and (min-width: 768px) {
.recruit_box {
    justify-content: space-between;
    flex-direction: row;
}
.rb01 {
    width: calc(100% / 2 - 30px / 2);
}
}
@media screen and (min-width: 1000px) {
.rb01:hover {
    background-color: #ff5f45;
}
.rb_pic {
    height: 200px;
}
h3.h3_rec {
    font-size: 22px;
}
}


/* リンクボタン */
.big_pic {
    width: 80%;
}
.lil_pic {
    position: absolute;
    bottom: -10%;
    right: 0;
    width: 50%;
}
.link_btn01, .link_btn02 {
    font-size: 16px;
    width: 100%;
    max-width: 450px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.link_btn01 {
    color: #ff7355;
    border: solid 1px #ff7355;
}
.link_btn02 {
    color: #007dff;
    border: solid 1px #007dff;
}
.link_btn01 i, .link_btn02 i {
    font-size: 17px;
    margin-left: 10px;
    margin-top: 3px;
}
.link_btn01 img, .link_btn02 img {
    width: 20px;
    margin-right: 15px;
    object-fit: contain;
    display: inline-block;
}
@media screen and (min-width: 768px){
.link_btn01, .link_btn02 {
    font-size: 16px;
    width: 300px;
    height: 50px;
}
}
@media screen and (min-width: 1000px){
.link_btn01, .link_btn02 {
    width: 280px;

    &:before {
        content: "\f054";
        font-family: FontAwesome;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 30px;
        color: #ff7355;
        background-color: #fff;
        border-radius: 0 50% 50% 0;
        transform: scale(0,1);
        transform-origin: left center;
        transition: all 0.2s ease 0s;
      }
      
    &:hover {
        color: #fff;
        background-color: #ff7355;
        
        &:before {
            transform: scale(1,1);
            text-indent: 0;
        }
    }
}
.link_btn01:before {
    color: #ff7355;
}
.link_btn01:hover {
    background-color: #ff7355;
}
.link_btn02:before {
    color: #007dff;
}
.link_btn02:hover {
    background-color: #007dff;
}
}


/* リンクボタンたち */
.link_box {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}
.link_box a {
    margin-bottom: 20px;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.3));
}
.link_box a:last-of-type {
    margin-bottom: 0;
}
@media screen and (min-width: 499px){
.link_box a {
    width: calc(50% - 10px);
}
.link_box a:nth-child(even) {
    margin-left: 20px;
}
}
@media screen and (min-width: 1000px){
.link_box a {
    width: calc(100% / 3 - 30px);
    margin-bottom: 0;
}
.link_box a:nth-last-child(-n+2) {
    margin-left: 45px;
}
.link_box a:hover {
    opacity: 0.8;
}
}




/*フッター*/
.footer {
    background-color: #ebf7ff;
    padding: 0 0 50px;
}
.f_info {
    text-align: center;
    margin-bottom: 50px;
}
.f_logo {
    display: block;
}
.f_logo img {
    max-width: 300px;
    margin: 0 auto 30px;
}
.f_ad_box {
    display: inline-block;
    margin-bottom: 30px;
}
p.f_ad {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 20px;
}
p.f_tel {
    font-size: 35px;
    line-height: 100%;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    font-feature-settings: "palt";
    /* font-variant-numeric: tabular-nums; */
    letter-spacing: 0.03em;
}
p.f_tel a {
    color: #007dff;
}
p.f_tel i {
    font-size: 28px;
    margin-right: 5px;
    vertical-align: 1px;
}
p.f_tel span {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    color: #222;
    margin-left: 5px;
    vertical-align: 1px;
    font-feature-settings: "palt";
}
p.f_fax {
    font-size: 25px;
    line-height: 100%;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 0.03em;
}
p.f_fax a {
    color: #007dff;
}
a.f_link {
    color: #fff;
    background-color: #007dff;
    border-radius: 999px;
    width: 250px;
    padding: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
a.f_link:after {
    color: #fff;
    font-family: "FontAwesome";
    content: "\f138";
    margin-top: 2px;
    margin-left: 7px;
    transition: all 0.2s ease;
}
.f_sns_box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.f_sns_icon img {
    width: 35px;
    display: inline-block;
}
.f_sns_icon:last-child img {
    margin-left: 25px;
}
.footmap {
    text-align: center;
}
.footmap iframe {
    width: 100%;
    height: 250px;
    max-width: 500px;
    border: 0;
    border-radius: 20px;
    margin-bottom: 30px;
}

/* タイムテーブルエリア */
p.ftt_title {
    font-size: 17px;
    line-height: 100%;
    font-weight: 700;
    color: #007dff;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
p.ftt_title:after {
    border-top: solid 2px #007dff;
    border-radius: 1px;
    margin-left: 5px;
    content: "";
    flex-grow: 1;
}
.foottable {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    border: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
.foottable th, .foottable td {
    line-height: 100%;
    text-align: center;
    border-right: solid 1px #ddd;
}
.foottable th:last-of-type, 
.foottable td:last-of-type {
    border-right: none;
}
.foottable th {
    background-color: #dceeff;
    border-bottom: solid 1px #ddd;
    padding: 7px;
}
.foottable th.th01 {
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
.foottable tr:last-of-type th.th01 {
    border-bottom: none;
}
.foottable td {
    background-color: #fff;
    border-bottom: solid 1px #ddd;
    padding: 12px;
}
.foottable tr:last-of-type td {
    border-bottom: none;
}
.foottable td.td01 {
    background-color: #f5fdff;
    font-weight: 700;
}

.copy_box {
    background-color: #ebf7ff;
    border-bottom: solid 10px;
    border-image: linear-gradient(to right, #007dff 0%, #aa4baf 50%,#ff7355 100%);
    border-image-slice: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
p.copyright {
    font-size: 13px;
    line-height: 130%;
    text-align: center;
    color: #222;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px){
.footer {
    padding: 40px 0 60px;
}
.footmap iframe {
    height: 300px;
    max-width: 700px;
}
}
@media screen and (min-width: 1000px){
.footer {
    padding: 60px 0 60px;
}
.f_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.f_info {
    width: 50%;
    margin-bottom: 0;
}
.f_info p {
    text-align: left;
}
.f_logo img {
    margin: 0 auto 35px 0;
}
.f_ad_box {
    margin-bottom: 35px;
}
.f_info {
    text-align: left;
}
p.f_ad {
    font-size: 18px;
    margin-bottom: 20px;
}
p.f_tel {
    font-size: 40px;
}
p.f_fax {
    font-size: 25px;
}
a.f_link:hover {
    background-color: #005fff;
}
a.f_link:hover:after {
    transform: translateX(5px);
}
.footmap iframe {
    height: 300px;
    margin-bottom: 0;
}
.f_foottable {
    width: calc(50% - 75px);
}


.f_sns_box {
    margin-top: 30px;
}
.f_sns_box a:hover {
    opacity: 0.8;
}
p.copyright {
    font-size: 14px;
    margin-bottom: 30px;
}
}


/* ページトップへ */
.page_top a {
    background-color: #ff7355;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
}
.page_top a i {
    font-size: 22px;
	color: #fff;
    margin-bottom: 15px;
}
.page_top a p {
    font-size: 12px;
    line-height: 100%;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px){
.page_top a {
    left: auto;
    right: 10px;
}
.page_top a:hover {
    background-color: #ff5f45;
}
}


/* モーダルウィンドウ */
.modal_book_box {
    position: fixed;
    top: calc(50% - 160px);
    right: 0;
    width: 50px;
    height: 320px;
    background-color: #00000000;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.button-o {
    position: fixed;
    top: calc(50% - 160px);
    right: 0;
    width: 50px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #007dff;
    border: 0;
    border-radius: 20px 0 0 0;
    padding-left: 5px;
    cursor: pointer;
    z-index: 100;
    /* filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.2)); */
    transition: all 0.2s ease;
}
.button-o:hover {
    background: #005fff;
}
.button-o p {
    font-size: 17px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    writing-mode: vertical-rl;
    color: #fff;
}
.button-o p i {
    margin-bottom: 5px;
}
.modal {
    display: none;
}
.modal.is-open {
    display: block;
}
.modal-overlay {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    transition: opacity 0.2s ease;
}
.modal-container {
    background-color: #fff;
    border-radius: 20px;
    width: 80%;
    max-width: 500px;
    max-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease;
}
.modal-in {
    text-align: center;
    padding: 50px 30px;
}
.modal_title_box {
    background-color: #007dff;
    border-radius: 999px;
    width: 300px;
    padding: 15px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
p.modal_title {
    font-size: 22px;
    line-height: 100%;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}
p.mt_dots {
    font-size: 8px;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

.modal-content p.m_title {
    font-size: 19px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    background-color: #006eff;
    border-radius: 10px;
    width: 350px;
    margin-bottom: 10px;
    padding: 10px 10px 12px;
    display: block;
}
.modal-content a.m_tel {
    font-size: 40px;
    line-height: 100%;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #007dff;
    margin: 0 auto 20px;
    display: block;
    letter-spacing: 0.03em;
}
.modal-content a.m_tel i {
    font-size: 30px;
    margin-right: 7px;
    vertical-align: 2px;
}
.modal-content a.m_fax {
    font-size: 25px;
    line-height: 100%;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #007dff;
    letter-spacing: 0.03em;
}
.modal-x {
    position: absolute;
    top: 0;
    right: 0;
}
.button-x {
    background-color: #ffffff00;
    border: 0;
    padding: 15px 20px;
    cursor: pointer;
}
.button-x i {
    font-size: 30px;
    color: #ff7355;
}
  
/* アニメーション */
.modal[aria-hidden="false"] .modal-overlay {
animation: fadeIn 300ms ease-in-out forwards;
}
.modal[aria-hidden="false"] .modal-container {
animation: slideIn 300ms ease-in-out forwards;
}
.modal[aria-hidden="true"] .modal-overlay {
animation: fadeOut 300ms ease-in-out forwards;
}
.modal[aria-hidden="true"] .modal-container {
animation: slideOut 300ms ease-in-out forwards;
}

@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes fadeOut {
from { opacity: 1; }
to { opacity: 0; }
}
@keyframes slideIn {
from { transform: translateY(24px); }
to { transform: translateY(0); }
}
@keyframes slideOut {
from { transform: translateY(0); }
to { transform: translateY(24px); }
}


/* 予約サイトへ飛ぶリンクボタン */
.booking_link {
    font-size: 17px;
    font-weight: 600;
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #fff;
    background: #ff7355;
    position: fixed;
    top: 50%;
    right: 0;
    width: 50px;
    height: 160px;
    padding-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 0 20px;
    /* filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.2)); */
}
.booking_link:hover {
    background: #ff5f45;
}
.booking_link i {
    margin-bottom: 5px;
}

/* SPメニュー */
/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
    height: 100%;
    overflow: hidden;
}
.header__trigger {
    background-color: #ff7355;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    pointer-events: initial;
    z-index: 9000;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
}
.header__trigger span {
    display: block;
    position: absolute;
    right: 19px;
    width: 22px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #fff;
}
.header__trigger span:first-child {
    bottom: 45px;
}
.header__trigger span:nth-child(2) {
    bottom: 37px;
}
.header__trigger span:nth-child(3) {
    bottom: 29px;
}
.header__trigger.active span:first-child {
    transform: translate(-0%, 8px) rotate(-135deg);
    transition: transform 0.3s ease-in-out;
}
.header__trigger.active span:nth-child(2) {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.header__trigger.active span:nth-child(3) {
    transform: translate(-0%, -8px) rotate(135deg);
    transition: transform 0.3s ease-in-out;
}
p.SP_foot_menutxt {
    font-size: 12px;
    line-height: 100%;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0.05em;
}


/* SPメニューコンテンツ *
/* メニューのデザイン */
.global-SPnav {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(135deg, #ebf7ff, #fdf0ed);
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    overflow: auto;
    pointer-events: none;
    z-index: 1000;
}
.global-SPnav.active {
    left: 0;
    opacity: 1;
    pointer-events: auto;
}
.global-SPnav_in {
    max-width: 500px;
    margin: 25px auto 90px;
    padding: 0 15px;
}
img.global-SPnav_logo {
    max-width: 250px;
    margin: 0 auto 20px;
}
.global-SPnav_box {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
@media screen and (min-width: 768px){
.global-SPnav_in {
    max-width: 600px;
}
img.global-SPnav_logo {
    max-width: 280px;
    margin: 0 auto 25px;
}
}
.SPnav_mother {
    border-top: solid 1px #bbb;
}
.SPnav_mother:first-of-type {
    border-top: 0;
}
.SPnav_mother a {
    font-size: 17px;
    line-height: 50px;
    font-weight: 600;
    border-bottom: solid 1px #bbb;
    padding: 0 15px;
    display: block;
    position: relative;
}
.SPnav_mother:last-of-type a {
    border-bottom: 0;
}
.SPnav_mother span.p_m {
    display: block;
    position: absolute;
    top: 25px;
    right: 15px;
    width: 14px;
    height: 2px;
    background-color: #007dff;
    border-radius: 1px;
}
.SPnav_mother span.p_m:last-child {
    transform: rotate(90deg);
    transition: transform 0.3s;
}
.SPnav_mother.active span.p_m:last-child {
    transform: rotate(0deg);
}

a.SPnav_child {
    line-height: 55px;
}
.child_menu li i {
    color: #007dff;
    margin-right: 8px;
}

/*下の階層を持っているulの指定*/
.global-SPnav li.has-child ul {
    z-index: 4;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}
/*hoverしたら表示*/
.global-SPnav li.has-child:hover > ul,
.global-SPnav li.has-child ul li:hover > ul,
.global-SPnav li.has-child:active > ul,
.global-SPnav li.has-child ul li:active > ul {
    visibility: visible;
    opacity: 1;
}
.global-SPnav li.has-child ul {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    transition: none;
}
.global-SPnav li.has-child ul li {
    margin: 0;
}
ul.child_menu li {

}
.child_menu li:last-child {
    border: 0;
}


.SPnav_sns_box {
    display: inline-flex;
    margin: 20px 0;
}
.SPnav_sns_icon {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.SPnav_sns_icon:last-child {
    margin-left: 30px;
}
.SPnav_sns_icon img {
    width: 30px;
}



/* フォーム・お電話でのお問い合わせ */
.g_info {
    background-color: #fff;
    border: solid 2px #007dff;
    border-radius: 20px;
    padding: 25px 20px;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
p.g_title {
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #007dff;
    border-bottom: solid 2px #007dff;
    border-radius: 10px;
    margin: 0 auto 20px;
    padding: 10px;
    display: block;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
}
.g_link {
    color: #ebf7ff;
    background-color: #007dff;
    border-radius: 999px;
    padding: 15px 30px;
    display: inline-block;
}
.g_link i {
    margin-left: 10px;
}
a.g_tel {
    font-size: 32px;
    line-height: 100%;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    text-align: center;
    color: #007dff;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 0.03em;
}
a.g_tel i {
    font-size: 23px;
    margin-right: 5px;
    vertical-align: 2px;
}
a.g_tel span {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    color: #222;
    margin-left: 5px;
    vertical-align: 1px;
    font-feature-settings: "palt";
}
/* .g_time_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
p.g_recept {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    background-color: #d6c6af;
    border: solid 1px #241a08;
    border-radius: 5px;
    width: 55px;
    height: 45px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
p.g_time {
    font-size: 17px;
    line-height: 140%;
    text-align: right;
} */
a.g_fax {
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #007dff;
    letter-spacing: 0.03em;
}


