@charset "UTF-8";
/*
Theme Name: BE CLINIC
Description: BE CLINIC
Version: 2022.10
Author: YH
*/

/* ------------------------------------------
   Reset
------------------------------------------ */
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  outline: none;
}

body {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

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

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

input,
button,
select,
textarea {
  border-radius: 0;
}

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

  input,
  button,
  select,
  textarea {
    -webkit-appearance: none;
  }
}

/* ------------------------------------------
   Utility Class
------------------------------------------ */
/*** clearfix ***/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* Style
-------------------------------------------------------------- */
html {
  height: 100%;
  font-size: 10px;
}

body {
  height: 100%;
  font-size: 1.5rem;
  line-height: 2.0em;
  color: #505050;
  -webkit-text-size-adjust: none;
  min-width: 960px;
  font-family: 'Sawarabi Gothic', sans-serif;
  /* opacity: 0; */
  transition: opacity 0.6s ease;
  /* font-feature-settings: "palt"; */
}

body.show {
  opacity: 1;
}

body p {
  color: inherit;
  font-size: inherit;
  line-height: 2em;
}

a,
a img {
  text-decoration: none;
  font-weight: 500;
  color: #505050;
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
}

a:hover {
  opacity: 0.75;
}

span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
}

.non_pc {
  display: none !important;
}

.f_en {
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0.1em;
}

.f_min {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
}

/* ===========================================================================================

	Common

=========================================================================================== */
.grecaptcha-badge {
  visibility: hidden;
}

.outline {
  position: relative;
  min-width: 1000px;
  /* overflow: hidden; */
}

.main {
  z-index: 100;
  margin: 0 auto;
  position: relative;
  transition: opacity 0.3s ease;
  z-index: 100;
  padding: 110px 0 0 0;
}

#index .main {}

/* Header *******************************/
header {
  top: 0;
  position: fixed;
  width: 100%;
  height: 90px;
  z-index: 10000;
  min-width: 960px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
}

header>.inner {
  height: 100%;
  padding: 0 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .bg {
  position: absolute;
  top: -100px;
  left: 50%;
  height: 100px;
  background: #fff;
  width: 100%;
  min-width: 960px;
  transform: translate(-50%, 0);
  transition: top 0.3s ease;
  z-index: 20;
}

header.show .bg,
#inner header .bg {
  top: 0;
}

header.open .bg,
#inner header.open .bg {
  top: -100px;
}

.customize-support header {
  top: 32px;
}

header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header .logo a {
  display: block;
  padding: 10px;
  width: 32px;
}

header .link {
  /* display: flex;
  align-items: center; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 52px;
}

header .link a {
  display: flex;
  padding: 7px 0;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 68px;
  box-sizing: border-box;
  background: url(../img/icon_line2_b.png) no-repeat center 7px;
  background-size: 35px 35px;
}

.pc_view header .link a.bt_line {
  background-image: url(../img/icon_line2_b.png);
}

.pc_view header .link a.bt_reservation {
  background-image: url(../img/icon_reservation2_b.png);
}

.pc_view header .link a.bt_instagram {
  background-image: url(../img/icon_instagram_b.png);
}

.pc_view header .link a.bt_map {
  background-image: url(../img/icon_map2_b.png);
}

.pc_view header .link a.bt_search {
  width: 52px;
  background-image: url(../img/icon_search_b.png);
}

header .link a img {
  width: 35px;
}

header .link a:hover {
  opacity: 1;
}

.pc_view header .link a:hover {
  color: #bcd4dc;
}

.pc_view header .link a:hover img {
  opacity: 0;
}

header .link a span {
  font-size: 11px;
  margin-top: 2px;
  line-height: 1em;
}

header .language {
  display: flex;
  margin-left: 9px;
}

header .language a {
  display: block;
  color: #fff;
  background: #505050;
  border-radius: 100px;
  width: 34px;
  line-height: 34px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}

header .language a+a {
  margin-left: 7px;
}

header .language a.active {
  background: #93c4d0;
  color: #505050;
}

header .link .search {
  position: relative;
  margin-right: 20px;
  position: absolute;
  right: 60px;
  bottom: -54px;
}

header .link .search {
  display: none;
}

header .search form {
  display: flex;
}

header .search input[type=search] {
  border: none;
  border-radius: 0;
  padding: 6px 12px;
  font-size: 14px;
  box-sizing: border-box;
  display: block;
  width: 220px;
  line-height: 24px;
  border-radius: 5px 0 0 5px;
  margin: 0;
}

header .search input[type=search]::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  color: #323232;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 12px;
}

header .search input[type=search]:-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  color: #323232;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 12px;
}

header .search input[type=search]::placeholder {
  font-family: 'Montserrat', sans-serif;
  color: #323232;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 12px;
}

header .search input[type=submit] {
  border: none;
  background: url(../img/icon_search2.png) no-repeat center center;
  background-size: 25px 25px;
  background-color: #6c9fc0;
  height: 36px;
  text-indent: -9999px;
  border-radius: 0 5px 5px 0;
  width: 36px;
  cursor: pointer;
}

header .bt_menu {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  margin: 0;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 0;
  z-index: 1000;
  overflow: hidden;
  padding-top: 39px;
}

header .bt_menu::before,
header .bt_menu::after {
  display: block;
  position: absolute;
  content: "";
  width: 36px;
  height: 1px;
  background: #000;
  top: 20px;
  left: 22px;
  transition: all 0.3s ease;
}

header .bt_menu::after {
  top: 37px;
}

header.open .bt_menu::before {
  background: #fff;
  transform: rotate(135deg);
  left: 22px;
  top: 30px;
}

header.open .bt_menu::after {
  background: #fff;
  transform: rotate(-135deg);
  left: 22px;
  top: 30px;
}

header .bt_menu span {
  transition: color 0.3s ease;
}

header.open .bt_menu span {
  display: block;
  color: #68bad3;
  position: relative;
}

header .bt_menu span::before {
  color: #fff;
  content: "CLOSE";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  transition: opacity 0.3s ease;
  opacity: 0;
}

header.open .bt_menu span::before {
  opacity: 1;
}

header .gmenu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 540px;
  z-index: 999;
  padding-bottom: 50px;
}

header .gmenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_menu.png) left top;
  background-size: cover;
  width: 680px;
  height: 680px;
  pointer-events: none;
}

header .gmenu nav {
  display: block;
  padding: 120px 0 0 100px;
  position: relative;
}

header .gmenu ul {
  display: flex;
  flex-direction: column;
  align-items: start;
}

header .gmenu ul li+li {
  margin-top: 6px;
}

header .gmenu ul li a {
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
}

header .gmenu ul li a.comingsoon {
  pointer-events: none;
  opacity: 0.4;
}

header .gmenu ul li a span {
  font-size: 18px;
  display: block;
  width: 190px;
  letter-spacing: 0.2em;
}

header .gmenu ul li a span+span {
  font-size: 12px;
  letter-spacing: 0.1em;
}

.pc_view header .gmenu .search {
  display: none;
}

/* Footer *******************************/
footer {
  position: relative;
  z-index: 100;
  background: #68bed7;
}

footer .linkbox {
  display: flex;
  background: #eee;
}

footer .linkbox .box {
  background: #797f80;
  width: calc(100% / 4);
  height: 290px;
  color: #fff;
  box-sizing: border-box;
  padding-top: 60px;
  transition: all ease 1s;
  opacity: 0;
  position: relative;
}

footer .linkbox.active .box {
  opacity: 1;
}

footer .linkbox .box:nth-child(2) {
  transition-delay: 0.1s;
}

footer .linkbox .box:nth-child(3) {
  transition-delay: 0.2s;
}

footer .linkbox .box:nth-child(4) {
  transition-delay: 0.3s;
}

footer .linkbox .box.reservation,
footer .linkbox .box.contact {
  background: #5f666c;
}

footer .linkbox .box .title {
  font-size: 13px;
  letter-spacing: 0.2em;
  padding: 10px 0 0 20px;
  width: 220px;
  margin: 0px auto;
}

footer .linkbox .box.contact .title {
  width: 190px;
  margin: 0px auto;
}

footer .linkbox .box.line .title {
  padding: 10px 0 0 0px;
  width: 240px;
}

footer .linkbox .box .title img {
  width: 60px;
  float: left;
  margin-right: 20px;
}

footer .linkbox .box.line .title img {
  margin-right: 10px;
}

footer .linkbox .box .title span {
  display: block;
  line-height: 1.5em;
  font-size: 15px;
  margin-top: 6px;
}

footer .linkbox .box .fbox {
  min-width: 215px;
  display: flex;
  width: 63%;
  margin: 30px auto 0 auto;
}

footer .linkbox .box .fbox a {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  border: 1px solid #fff;
  padding: 7px 0;
  position: relative;
}

footer .linkbox .box .fbox a::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translate(0, -50%);
}

footer .linkbox .box .fbox a+a {
  border-left: none;
}

footer .linkbox .box.comingsoon .title,
footer .linkbox .box.comingsoon .fbox {
  opacity: 0.5;
  pointer-events: none;
}

footer>.inner {
  width: 1000px;
  margin: 0 auto;
  color: #fff;
  padding: 50px 0 25px 0;
}

footer>.inner .logo {
  display: block;
  width: 158px;
  margin: 0 auto;

  transition: all ease 1s;
  opacity: 0;
  position: relative;
  top: 20px;
}

footer>.inner.active .logo {
  opacity: 1;
  top: 0px;
}

footer>.inner.active .logo span {
  text-align: center;
  font-size: 13px;
  display: block;
  color: #fff;
  margin-top: 7px;
}

footer>.inner .fbox {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}

footer>.inner .fbox .box {
  width: 500px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  padding: 10px 40px;
  position: relative;
  transition: all ease 1s;
  opacity: 0;
  position: relative;
  top: 20px;
}

footer>.inner .fbox .box.access {
  transition-delay: 0.2s;
}

footer>.inner.active .fbox .box {
  opacity: 1;
  top: 0px;
}

footer>.inner .fbox .box .title {
  font-size: 13px;
  letter-spacing: 0.2em;
}

footer>.inner .fbox .box .text {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.6em;
}

footer>.inner .fbox .box.time {
  border-left: 1px solid #fff;
}

footer>.inner .fbox .box.time img {
  margin: 42px 0 28px 0;
}

footer>.inner .fbox .box.access .text {
  margin-top: 40px;
}

footer>.inner .fbox .box.access .bt_map {
  border-color: #fff;
  position: absolute;
  right: 80px;
  top: 50px;
  padding: 7px;
  width: 76px;
  line-height: 76px;
  background: url(../img/icon_map_b.png) no-repeat center center;
  background-size: 60px 60px;
}

footer>.inner .fbox .box.access .bt_map::before {
  background: #fff;
}

footer>.inner .fbox .box.access .bt_map:hover {
  background-color: #fff;
}

footer>.inner .fbox .box.access .bt_map span {
  position: absolute;
  bottom: -23px;
  width: 120px;
  color: #fff;
  left: 50%;
  transform: translate(-50%, 0);
  line-height: 1em;
  letter-spacing: 0.1em;
}

footer>.inner .fbox .box.access .bt_map:hover img {
  opacity: 0;
}

footer>.inner .bnr {
  display: flex;
  flex-wrap: wrap;
  margin-top: 76px;
}

footer>.inner .bnr a {
  width: 316px;
  margin: 26px 0 0 26px;
  display: block;
  transition: all ease 1s;
  opacity: 0;
  position: relative;
  top: 20px;
}

footer>.inner .bnr.active a {
  opacity: 1;
  top: 0px;
}

footer>.inner .bnr.active a:nth-child(2) {
  transition-delay: 0.1s
}

footer>.inner .bnr.active a:nth-child(3) {
  transition-delay: 0.2s
}

footer>.inner .bnr.active a:nth-child(4) {
  transition-delay: 0.3s
}

footer>.inner .bnr.active a:nth-child(5) {
  transition-delay: 0.4s
}

footer>.inner .bnr.active a:nth-child(6) {
  transition-delay: 0.5s
}

footer>.inner .bnr a.nolink {
  pointer-events: none;
}

footer>.inner .bnr a:nth-child(-n+3) {
  margin-top: 0;
}

footer>.inner .bnr a:nth-child(3n-2) {
  margin-left: 0;
}

footer>.inner .link {
  margin-top: 60px;
  letter-spacing: 0.1em;
}

footer>.inner .link a {
  font-size: 13px;
  color: #fff;
  margin-right: 20px;
  display: inline-block;
}

footer>.inner .link a.comingsoon {
  pointer-events: none;
  opacity: 0.4;
}

footer .copyright {
  background: #fff;
  border-top: 15px solid #bdd5dd;
}

footer .copyright p {
  font-size: 11px;
  padding: 30px 0;
  width: 1000px;
  margin: 0 auto;
}

.bt_more {
  display: block;
  width: 88px;
  line-height: 88px;
  text-align: center;
  border: 1px solid #6cafd0;
  border-radius: 100px;
  position: relative;
  box-sizing: border-box;
  font-size: 15px;
  color: #6cafd0;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  opacity: 0;
}

.bt_more.active {
  opacity: 1;
}

.bt_more::before {
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  background: #6cafd0;
  top: 50%;
  left: 100%;
  transition: all ease 0.3s +0.3s;
}

.bt_more.delay0::before {
  transition-delay: 0s;
}

.bt_more.active::before {
  width: 18px;
}

.pc_view .bt_more:hover {
  background: #6cafd0;
  color: #fff;
  opacity: 1;
}

.pc_view .bt_more:hover::before {
  width: 0;
}

.bt_index {
  display: block;
  width: 70px;
  line-height: 1em;
  text-align: center;
  background: url(..img/icon_index.png) no-repeat center 10px;
  background-size: 35px auto;
  position: relative;
  box-sizing: border-box;
  font-size: 10px;
  height: 70px;
  padding-top: 50px;
}

#index .keywordlist {
  margin: 0 5% 0 100px;
}

.keywordlist li {
  display: inline-block;
  margin: 0 8px 8px 0;
}

.keywordlist li a {
  position: relative;
  display: inline-block;
  background: #e7e7e7;
  border-radius: 100px;
  font-size: 12px;
  color: #656666;
  padding: 0 20px;
  overflow: hidden;
}

.keywordlist li a::before,
.keywordlist li a::after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: #464241;
  top: 0;
  left: 0;
  transition: width 0.3s ease;
}

.keywordlist li a::after {
  background: #00B1D6;
  transition-delay: 0.1s;
}

.keywordlist li a:hover {
  opacity: 1;
  color: #fff;
}

.keywordlist li a:hover::before,
.keywordlist li a:hover::after {
  width: 100%;
}

.keywordlist li.current a {
  border: 1px solid #00B1D6;
  background: #fff;
}

.keywordlist li a span {
  position: relative;
  z-index: 100;
}

.keywordlist li a span::before {
  content: "#";
  display: inline-block;
  margin-right: 3px;
}


/* ===========================================================================================

  Index

=========================================================================================== */
#index .sec {}

#index .sec h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 36px;
  color: #6cafd0;
  position: relative;
  left: -20px;
  opacity: 0;
  transition: all ease 1s;
}

#index .sec.active h2 {
  opacity: 1;
  left: 0;
}

#index .sec.about h2,
#index .sec.menu h2 {
  top: 20px;
  left: auto;
}

#index .sec.about.active h2,
#index .sec.menu.active h2 {
  top: 0;
  left: auto;
}

#index .sec h2 span {
  display: block;
  font-size: 22px;
  font-weight: 400;
  margin-top: 10px;
}

#index {}

#index .visual {
  position: relative;
}

#index .visual>.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 600px;
  box-sizing: border-box;
  padding: 50px 0 0 0;
  transition: all ease 0.6s;
  opacity: 1;
}

#index .visual.slide3>.inner {
  opacity: 0;
}

#index .visual .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: border-radius 3s +0.5s;
  border-radius: 0 0 0 0;
}

#index .visual.show .bg {
  border-radius: 0 0 0 100px;
}

#index .visual .bg .slide {
  height: 100%;
  width: 100%;
}

#index .visual .bg .slide .img {
  height: 100%;
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  transition: ease width 1.5s +1.5s;
}

#index .visual.show .bg .slide.slick-active .img {
  width: 100%;
  transition: ease width 1.5s;
}

#index .visual .bg .slide .img div {
  background: url(../img/index/img_visual.jpg) no-repeat center center #d3e2eb;
  background-size: cover;
  height: 100%;
  transform: scale(1.05);
  position: relative;
  left: 2%;
}

#index .visual.show .bg .slide .img div {
  transition: ease left 10s +2s;

}

#index .visual .bg .slide.slick-active .img div {
  left: -2%;
  transition: ease left 10s -2s;
}

#index .visual .bg .slide1 .img {
  background-color: #d3e2eb;
}

#index .visual .bg .slide1 .img div {
  background-image: url(../img/index/img_visual.jpg);
  background-size: auto 100%;
  transform: scale(1);
}

#index .visual .bg .slide2 .img div {
  background-image: url(../img/index/img_visual2.jpg);
}

#index .visual .bg .slide3 .img div {
  background-image: url(../img/index/img_visual3.jpg);
}

#index .visual .bg .slide3 img {
  position: absolute;
  width: 995px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -13px;
}

#index .visual img.logo {
  width: 345px;
  margin-top: 90px;
  left: 20px;
  position: relative;
  opacity: 0;
  transition: 1s ease all +0.5s;
}

#index .visual.show img.logo {
  left: 0;
  opacity: 1;
}

#index .visual p.copy {
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin-top: 38px;
  position: relative;
  opacity: 0;
  left: 20px;
  transition: 1s ease all +1s;
}

#index .visual.show p.copy {
  left: 0;
  opacity: 1;
}

#index .visual .en_copy.f_en {
  position: absolute;
  left: 50%;
  bottom: -83px;
  color: #bdd5dd;
  font-size: 134px;
  line-height: 1.15em;
  z-index: 100;
  transition: 0.6s mix-blend-mode ease, 1s ease opacity +0.5s, 1s ease margin +0.5s;
  opacity: 0;
  margin-left: 80px;
}

#index .visual.show .en_copy.f_en {
  margin-left: 60px;
  opacity: 1;
}

#index .visual .en_copy.f_en.dark {
  mix-blend-mode: color-burn;
}

#index .visual.slide3 .en_copy.f_en {
  opacity: 0;
}

#index .visual.slide3 .en_copy.f_en.dark {
  opacity: 1;
}

#index .visual .slick-prev,
#index .visual .slick-next {
  width: 30px;
  height: 30px;
  right: auto;
  left: 50%;
  bottom: 5px;
  top: auto;
  margin-left: -250px;
  z-index: 300;
}

#index .visual .slick-prev {
  margin-left: -505px;
  bottom: 20px;
}

#index .visual .slick-prev::before,
#index .visual .slick-next::before {
  width: 10px;
  height: 10px;
  border-color: #505050;
  left: 6px;
}

.slick-dots {
  bottom: 30px;
  z-index: 200;
  left: 50%;
  width: auto;
  margin-left: -458px;
  display: flex;
}

.slick-dots li {
  width: auto;
  height: 11px;
  margin: 0 2px;
  display: flex;
  align-items: center;
}

.slick-dots li button {
  background: #505050;
  width: 60px;
  height: 1px;
  padding: 0;
  transition: height 0.3s ease;
}

.slick-dots li button::before {
  content: "";
  width: 0;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #505050;
  display: block;
  opacity: 1 !important;
}

.slick-dots li.slick-active button::before {
  transition: width linear 4s;
  width: 60px;
}

/*============================
#about
============================*/

#index .about.sec {
  padding: 120px 0 100px 0;
  position: relative;
}

#index .about.sec .before,
#index .about.sec .after {
  content: "";
  display: block;
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 1000px 0 1000px 1000px;
  background: rgb(193, 217, 225);
  background: -moz-linear-gradient(left, rgba(193, 217, 225, 1) 0%, rgba(230, 230, 230, 1) 100%, rgba(230, 230, 230, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(193, 217, 225, 1) 0%, rgba(230, 230, 230, 1) 100%, rgba(230, 230, 230, 1) 100%);
  background: linear-gradient(to right, rgba(193, 217, 225, 1) 0%, rgba(230, 230, 230, 1) 100%, rgba(230, 230, 230, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1d9e1', endColorstr='#e6e6e6', GradientType=1);
  right: -315px;
  top: -120px;
  mix-blend-mode: multiply;
  opacity: 1;
  transition: margin 2s cubic-bezier(0, 0, 0.16, 0.99), opacity ease 2s;
  opacity: 0;
}

#index .about.sec .before.active,
#index .about.sec .after.active {
  opacity: 1;
}

#index .about.sec .after {
  transform: rotate(180deg);
  top: 724px;
  right: auto;
  left: -320px;
}

#index .about.sec>.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

#index .about.sec h2.f_en {}

#index .about.sec p.lead {
  font-size: 31px;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  top: 20px;
  opacity: 0;
  transition: all ease 1s +0.4s;
}

#index .about.sec.active p.lead {
  opacity: 1;
  top: 0;
}

#index .about.sec p.text {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  position: relative;
  top: 20px;
  opacity: 0;
  transition: all ease 1s +0.6s;
}

#index .about.sec.active p.text {
  opacity: 1;
  top: 0;
}

#index .about.sec .fbox {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

#index .about.sec .fbox .box {
  width: 30.5%;
  padding: 38px 0 0 0;
  position: relative;
  top: 20px;
  opacity: 0;
  transition: all ease 1s;
}

#index .about.sec .fbox .box::before {
  content: "";
  background: #505050;
  width: 0%;
  height: 1px;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  transition: all ease 1s;
}

#index .about.sec .fbox.active .box::before {
  width: 100%;
}

#index .about.sec .fbox .box:nth-child(2),
#index .about.sec .fbox .box:nth-child(2)::before {
  transition-delay: 0.2s;
}

#index .about.sec .fbox .box:nth-child(3),
#index .about.sec .fbox .box:nth-child(3)::before {
  transition-delay: 0.4s;
}

#index .about.sec .fbox.active .box {
  opacity: 1;
  top: 0;
}

#index .about.sec .fbox .box p.label.f_en {
  text-align: center;
  font-size: 50px;
  line-height: 1em;
}

#index .about.sec .fbox .box img {
  width: 120px;
  margin: 10px auto 0 auto;
}

#index .about.sec .fbox .box p.title {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
  letter-spacing: 0.1em;
}

#index .about.sec .fbox .box p.en_title.f_en {
  text-align: center;
  font-size: 12px;
  line-height: 1.3em;
  margin-top: 14px;
}

#index .about.sec .fbox .box p.text {
  text-align: justify;
  font-size: 13px;
  /* padding: 0 10px; */
}

#index .about.sec a.bt_more.f_en {
  margin: 70px auto 0 auto;
}

/*============================
#faq
============================*/

.faqlist {
  width: 730px;
}

.faqlist li+li {
  margin-top: 15px;
}

.faqlist li {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
}

.faqlist li>a {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 20px 135px 20px 25px;
  background: #fff;
}

.faqlist li>a::after {
  content: "ANSWER";
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0.1em;
  display: block;
  position: absolute;
  right: 56px;
  font-size: 11px;
  top: 50%;
  transform: translate(0, -50%);
}

.faqlist li>a::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 31px;
  background: #464342;
  right: 43px;
  top: 50%;
  transition: all ease 0.3s;
}

.faqlist li>a p {
  line-height: 1.8em;
}

.faqlist li>a p.num.f_en {
  min-width: 70px;
  color: #4b9fd4;
  transition: all ease 0.3s;
}

.faqlist li a p.title {
  width: 500px;
}

.faqlist li .body {
  background: #fff;
  padding: 25px 25px;
  display: none;
}

.faqlist li .body p {
  line-height: 1.8em;
  font-size: 13px;
}

.faqlist li .body p a {
  color: #6ab3c5;
}

.pc_view .faqlist li a:hover,
.faqlist li a.open {
  background: #4b9fd4;
  color: #fff;
  opacity: 1;
}

.pc_view .faqlist li a:hover p.num.f_en,
.faqlist li a.open p.num.f_en {
  color: #fff;
}

.pc_view .faqlist li a:hover::before,
.faqlist li a.open::before {
  background: #fff;
}

.pc_view .faqlist li a:hover::after,
.faqlist li a.open::after {
  color: #fff;
}

/*============================
#news
============================*/

#index .news.sec {
  padding: 100px 0 70px 0;
  position: relative;
  transition: all ease 1s;
}

#index .news.sec.active {
  background: rgba(221, 221, 221, 0.5);
}

#index .news.sec>.inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

#index .news.sec h2.f_en {}

.newslist {
  width: 730px;
}

.newslist li+li {
  margin-top: 15px;
}

#index .newslist li {
  position: relative;
  top: 20px;
  opacity: 0;
  transition: all ease 1s;
}

#index .news.active .newslist li {
  opacity: 1;
  top: 0;
}

#index .news.active .newslist li:nth-child(2) {
  transition-delay: 0.1s;
}

#index .news.active .newslist li:nth-child(3) {
  transition-delay: 0.2s;
}

#index .news.active .newslist li:nth-child(4) {
  transition-delay: 0.3s;
}

#index .news.active .newslist li:nth-child(5) {
  transition-delay: 0.4s;
}

#index .news.active .newslist li:nth-child(6) {
  transition-delay: 0.5s;
}

#index .news.active .newslist li:nth-child(7) {
  transition-delay: 0.6s;
}

#index .news.active .newslist li:nth-child(8) {
  transition-delay: 0.7s;
}

#index .news.active .newslist li:nth-child(9) {
  transition-delay: 0.8s;
}

#index .news.active .newslist li:nth-child(10) {
  transition-delay: 0.9s;
}

.newslist li a {
  position: relative;
  background: #fff;
  display: block;
  border-radius: 12px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 20px 175px 20px 25px;
}

.newslist li a::after {
  content: "READ MORE";
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0.1em;
  display: block;
  position: absolute;
  right: 50px;
  font-size: 11px;
  top: 50%;
  transform: translate(0, -50%);
}

.newslist li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  background: #464342;
  right: 133px;
  top: 50%;
  transition: 0.3s ease all;
}

.newslist li a p {
  line-height: 1.8em;
}

.newslist li a p.cat.f_en {
  min-width: 80px;
  color: #4b9fd4;
  transition: 0.3s ease color;
}

.newslist li a p.date {
  width: 90px;
}

.newslist li a p.title {
  width: 355px;
}

#index .news.sec a.bt_index.f_en {
  margin: auto 0;
}

.pc_view .newslist li a:hover {
  background: #4b9fd4;
  color: #fff;
  opacity: 1;
}

.pc_view .newslist li a:hover p.cat.f_en {
  color: #fff;
}

.pc_view .newslist li a:hover::before {
  background: #fff;
  width: 0;
}

/*============================
#topic
============================*/

#index .topic.sec {
  padding: 80px 0 70px 0;
  position: relative;
  z-index: 100;
  transition: background ease 1s;
}

#index .topic.sec.active {
  background: #bdd5dd;
}

#index .topic.sec>.inner {
  overflow: hidden;
  max-width: 3000px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
}

#index .topic.sec h2.f_en {
  text-align: left;
  width: 1000px;
  margin: 20px auto 0 auto;
}

.topicslist {
  display: flex;
  flex-wrap: wrap;
}

#index .topic.sec .topicslist,
#index .subtopics.sec .appendixlist {
  transition: all ease 1s;
  opacity: 0;
  position: relative;
  top: 20px;
  width: 1000px;
  margin: 60px auto 0 auto;
  left: 0;
}

#index .topic.sec.active .topicslist,
#index .subtopics.sec.active .appendixlist {
  opacity: 1;
  top: 0;
}

.topicslist .box,
.appendixlist .box {
  margin: 50px 0 0 50px;
}

.topicslist .box:nth-child(3n-2),
.appendixlist .box:nth-child(3n-2) {
  margin-left: 0;
}

.topicslist .box:nth-child(-n+3),
.appendixlist .box:nth-child(-n+3) {
  margin-top: 0;
}

.topicslist.slick-slider,
.appendixlist.slick-slider {
  display: block;
  overflow: visible;
  width: 104%;
  position: relative;
  left: -2%;
  margin-top: 60px;
}

.topicslist.slick-slider .box,
.appendixlist.slick-slider .box {
  margin: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  overflow: visible;
  height: 100%;
}

.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
  right: -26px;
  z-index: 200;
}

.appendixlist.slick-slider .slick-prev,
.appendixlist.slick-slider .slick-next {
  top: 116px;
}

.appendixlist.slick-slider .slick-prev::before,
.appendixlist.slick-slider .slick-next::before {
  border-color: #797f81;
}

.slick-disabled {
  display: none;
}

.slick-prev::before,
.slick-next::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}

.slick-prev {
  transform: rotate(180deg);
  margin-top: -24px;
}

.topicslist .box a {
  width: 300px;
  display: block;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding-bottom: 30px;
  transition: all ease 0.3s;
}

.topicslist .box a:hover {
  opacity: 1;
  transform: scale(1.03);
  background: #4b9fd4;
  color: #fff;
}

.topicslist .box a .info {}

.topicslist .box a .info .img {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 76%;
}

.topicslist .box a .info .img img {}

.topicslist .box a .info p.title {
  font-size: 18px;
  padding: 0 20px;
  margin-top: 20px;
  line-height: 1.6em;
}

.topicslist .box a .info .fbox {
  font-size: 11px;
  display: flex;
  color: #4b9fd4;
  padding: 0 20px;
  margin-top: 15px;
  transition: color ease 0.3s;
}

.topicslist .box a:hover .info .fbox {
  color: #fff;
}

.topicslist .box a .info .fbox p.cat.f_en {
  line-height: 1em;
}

.topicslist .box a .info .fbox p.date {
  line-height: 1em;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #4b9fd4;
}

.topicslist .box a .info p.text {
  font-size: 13px;
  padding: 0 20px;
  line-height: 1.8em;
  margin: 20px 0 0 0;
  max-height: 3.6em;
  overflow: hidden;
}

#index .topic.sec a.bt_index.f_en {
  position: absolute;
  left: calc(50% + 430px);
  top: 0px;
}

/*============================
#menu
============================*/

#index .menu.sec {
  padding: 150px 0 100px 0;
  position: relative;
}

#index .menu.sec .before,
#index .menu.sec .after {
  content: "";
  display: block;
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 1000px 0 1000px 1000px;
  background: rgb(193, 217, 225);
  background: -moz-linear-gradient(left, rgba(193, 217, 225, 1) 0%, rgba(230, 230, 230, 1) 100%, rgba(230, 230, 230, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(193, 217, 225, 1) 0%, rgba(230, 230, 230, 1) 100%, rgba(230, 230, 230, 1) 100%);
  background: linear-gradient(to right, rgba(193, 217, 225, 1) 0%, rgba(230, 230, 230, 1) 100%, rgba(230, 230, 230, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1d9e1', endColorstr='#e6e6e6', GradientType=1);
  right: -330px;
  top: 666px;
  mix-blend-mode: multiply;
  opacity: 1;
  transition: margin 2s cubic-bezier(0, 0, 0.16, 0.99), opacity ease 2s;
  opacity: 0;
}

#index .menu.sec .before.active,
#index .menu.sec .after.active {
  opacity: 0.5;
}

#index .menu.sec .after {
  transform: rotate(180deg);
  top: -140px;
  right: auto;
  left: -320px;
}

#index .menu.sec>.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

#index .menu.sec h2.f_en {}

#index .menu.sec .tab {
  display: flex;
  justify-content: space-between;
  margin-top: 95px;
  opacity: 0;
  transition: all 0.6s ease;
  position: relative;
  top: 20px;
}

#index .menu.sec .tab.active {
  opacity: 1;
  top: 0;
}

#index .menu.sec .tab a {
  display: block;
  background: #fff;
  width: 47%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 41px 0 70px 0;
  display: flex;
  justify-content: center;
  /* pointer-events: none; */
  position: relative;
}

#index.pc_view .menu.sec .tab a:hover {
  background: #6cafd0;
  color: #fff;
  opacity: 1;
}

#index .menu.sec .tab a::before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #6cafd0;
  bottom: 36px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: background 0.3s ease;
}

#index.pc_view .menu.sec .tab a:hover::before {
  background: #fff;
}

#index .menu.sec .tab a::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 64px;
  background: #6cafd0;
  left: 50%;
  bottom: -36px;
  margin-left: -1px;
  transition: opacity 0.3s ease;
  opacity: 1;
  animation: a_border 2s ease infinite;
  -webkit-animation: a_border 2s ease infinite;
}

#index.pc_view .menu.sec .tab a:hover::after {
  opacity: 0;
}

@-moz-keyframes a_border {
  0% {
    height: 0px;
    bottom: 36px;
  }

  50% {
    height: 64px;
    bottom: 36px;
  }

  50% {
    height: 64px;
    bottom: -33px;
  }

  100% {
    height: 0px;
    bottom: -33px;
  }
}

@-webkit-keyframes a_border {
  0% {
    height: 0px;
    bottom: 36px;
  }

  50% {
    height: 64px;
    bottom: 36px;
  }

  50% {
    height: 64px;
    bottom: -33px;
  }

  100% {
    height: 0px;
    bottom: -33px;
  }
}

#index .menu.sec .tab a>span {
  display: block;
  font-size: 20px;
  letter-spacing: 0.2em;
  padding: 10px 20px 10px 90px;
  background: url(../img/index/icon_menu1.png) no-repeat left center;
  background-size: 75px auto;
  transition: background 0.3s ease;
}

#index.pc_view .menu.sec .tab a:hover>span {
  background-image: url(../img/index/icon_menu1_w.png);
}

#index .menu.sec .tab a span span.f_en {
  font-size: 13px;
  color: #6cafd0;
  display: block;
  line-height: 1em;
  letter-spacing: 0.2em;
  margin-top: 8px;
  transition: color 0.3s ease;
}

#index .menu.sec .tab a:hover span span.f_en {
  color: #fff;
}

#index .menu.sec .tab a.bt_problem>span {
  background-image: url(../img/index/icon_menu2.png);
}

#index .menu.sec .tab a.bt_problem:hover>span {
  background-image: url(../img/index/icon_menu2_w.png);
}

#index .menu.sec .tab_inner {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}

#index .menu.sec .tab_inner>div {
  width: 47%;
}

#index .menu.sec .tab_inner>div ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#index .menu.sec .tab_inner>div ul li {
  width: 48.8%;
  margin-top: 2.4%;
  opacity: 0;
  transition: all 0.6s ease;
  position: relative;
  top: 20px;
}

#index .menu.sec .tab_inner>div ul.active li {
  opacity: 1;
  top: 0;
}

#index .menu.sec .tab_inner>div ul.active li:nth-child(3),
#index .menu.sec .tab_inner>div ul.active li:nth-child(4) {
  transition-delay: 0.1s;
}

#index .menu.sec .tab_inner>div ul.active li:nth-child(5),
#index .menu.sec .tab_inner>div ul.active li:nth-child(6) {
  transition-delay: 0.2s;
}

#index .menu.sec .tab_inner>div ul.active li:nth-child(7),
#index .menu.sec .tab_inner>div ul.active li:nth-child(8) {
  transition-delay: 0.3s;
}

#index .menu.sec .tab_inner>div ul.active li:nth-child(9),
#index .menu.sec .tab_inner>div ul.active li:nth-child(10) {
  transition-delay: 0.4s;
}

#index .menu.sec .tab_inner>div ul.active li:nth-child(11),
#index .menu.sec .tab_inner>div ul.active li:nth-child(12) {
  transition-delay: 0.5s;
}

#index .menu.sec .tab_inner>div ul li a {
  display: block;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  height: 90px;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}

#index.pc_view .menu.sec .tab_inner>div ul li a:hover {
  opacity: 1;
  background: #6cafd0;
  color: #fff;
}

/*============================
#tips
============================*/

#index .tips.sec {
  padding: 120px 0 50px 0;
  position: relative;
  z-index: -1;
}

#index .tips.sec::after {
  content: "";
  width: 100%;
  height: 800px;
  background: #fff;
  background-size: cover;
  display: block;
  position: absolute;
  right: 0;
  top: 40px;
  transition: width ease 2s;
}

#index .tips.sec.active::after {
  width: 0%;
}

#index .tips.sec::before {
  content: "";
  width: 2075px;
  height: 800px;
  background: url(../img/index/img_tips.jpg?v=1) no-repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  left: 50%;
  top: 40px;
  margin-left: -2010px;
  border-radius: 0 180px 0 0;
}

#index .tips.sec>.inner {
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 0 0 500px;
  position: relative;
  z-index: 100;
}

#index .tips.sec h2.f_en {
  text-align: left;
}

#index .tips.sec p.lead.f_min {
  font-size: 40px;
  letter-spacing: 0.2em;
  color: #000;
  top: 20px;
  position: relative;
  opacity: 0;
  transition: ease all 1s +0.4s;
}

#index .tips.sec.active p.lead.f_min {
  opacity: 1;
  top: 0;
}

#index .tips.sec p.text {
  color: #000;
  margin-top: 38px;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  top: 20px;
  position: relative;
  opacity: 0;
  transition: ease all 1s +0.6s;
}

#index .tips.sec.active p.text {
  opacity: 1;
  top: 0;
}

#index .tips.sec .tagbox {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-top: 60px;
  min-height: 350px;
  top: 20px;
  position: relative;
  opacity: 0;
  transition: ease all 1s +0.8s;
}

#index .tips.sec.active .tagbox {
  opacity: 1;
  top: 0;
}

#index .tips.sec .tagbox.comingsoon {
  min-height: 0;
  padding: 70px 0;
  margin-bottom: 210px;
}

#index .tips.sec .tagbox.comingsoon p {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.2em;
}

#index .tips.sec .tagbox ul.taglist {
  padding: 30px 40px;
}

#index .tips.sec .tagbox ul.taglist li {
  display: inline-block;
  margin-right: 15px;
}

#index .tips.sec .tagbox ul.taglist li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.1em;
}

#index .tips.sec .tagbox ul.taglist li a::before {
  content: "＃";
}

.tipslist {
  display: flex;
  flex-wrap: wrap;
}

.tipslist .box {
  margin: 50px 0 0 50px;
}

.tipslist .box:nth-child(3n-2) {
  margin-left: 0;
}

.tipslist .box:nth-child(-n+3) {
  margin-top: 0;
}

.tipslist .box a {
  width: 300px;
  display: block;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding-bottom: 10px;
}

.tipslist .box a .info {}

.tipslist .box a .info .img {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 76%;
}

.tipslist .box a .info .img img {}

.tipslist .box a .info p.title {
  font-size: 18px;
  padding: 0 20px;
  margin-top: 20px;
  line-height: 1.5em;
  max-height: 3em;
  overflow: hidden;
}

.tipslist .box a .info p.date {
  line-height: 1em;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 11px;
  margin-top: 12px;
}

.tipslist .box a .info .tag {
  margin: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  max-height: 2.6em;
  overflow: hidden;
}

.tipslist .box a .info .tag li {
  position: relative;
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  margin: 0 10px 0px 0;
  line-height: 1.5em;
}

.tipslist .box a .info .tag li::before {
  content: "＃";
}

.tipslist .box a .info .tag li.current {
  color: #4b9bd0
}

.tipslist .box a .info .tag li span {
  line-height: 1.5em;
  display: inline-block;
}

/*============================
#clinicinfo
============================*/

#index .clinicinfo.sec {
  padding: 100px 0 100px 0;
}

#index .clinicinfo.sec>.inner {
  width: 1000px;
  margin: 0 auto;
}

#index .clinicinfo.sec h2.f_en {
  text-align: left;
}

#index .clinicinfo.sec .fbox {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

#index .clinicinfo.sec .fbox .box {
  width: 47%;
  transition: all 1s ease;
  position: relative;
  top: 20px;
  opacity: 0;
}

#index .clinicinfo.sec .fbox.active .box {
  top: 0;
  opacity: 1;
}

#index .clinicinfo.sec .fbox .box:nth-child(2) {
  transition-delay: 0.2s;
}

#index .clinicinfo.sec .fbox .box a {
  display: block;
  position: relative;
}

#index .clinicinfo.sec .fbox .box a .img {
  border-radius: 12px;
  overflow: hidden;
}

#index .clinicinfo.sec .fbox .box a .img img {}

#index .clinicinfo.sec .fbox .box a p.title {
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-top: 40px;
}

#index .clinicinfo.sec .fbox .box a p.title span.f_en {
  font-size: 30px;
  display: block;
  color: #6cafd0;
}

#index .clinicinfo.sec .fbox .box a p.bt_more {
  position: absolute;
  right: 18px;
  bottom: 0;
  width: 78px;
  line-height: 78px;
  font-size: 13px;
  opacity: 1;
}

/*============================
#subtopics
============================*/

#index .subtopics.sec {
  padding: 100px 0 100px 0;
  background: #fff;
  transition: background ease 1s;
}

#index .subtopics.sec.active {
  background: #eeeeee;
}

#index .subtopics.sec>.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#index .subtopics.sec h2.f_en {
  text-align: left;
}

.appendixlist {
  display: flex;
  flex-wrap: wrap;
}

#index .appendixlist {
  margin-top: 70px;
}

.appendixlist .box {
  margin: 50px 0 0 50px;
}

.appendixlist .box:nth-child(-n+3) {
  margin-top: 0;
}

.appendixlist .box:nth-child(3n-2) {
  margin-left: 0;
}

.appendixlist .box a {
  width: 300px;
  display: block;
  margin: 0 auto;
  padding-bottom: 0;
}

.appendixlist .box a .info {}

.appendixlist .box a .info .img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 76%;
}

.appendixlist .box a .info .img img {}

.appendixlist .box a .info p.title {
  font-size: 18px;
  margin-top: 13px;
  line-height: 1.5em;
}

.appendixlist .box a .info .fbox {
  font-size: 11px;
  display: flex;
  color: #4b9fd4;
  margin-top: 8px;
}

.appendixlist .box a .info .fbox p.cat.f_en {
  line-height: 1em;
}

.appendixlist .box a .info .fbox p.date {
  line-height: 1em;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #4b9fd4;
}

.appendixlist .box a .info p.text {
  font-size: 13px;
  padding: 0 20px;
  line-height: 1.8em;
  margin: 20px 0 0 0;
  height: 3.6em;
  overflow: hidden;
}

#index .subtopics.sec a.bt_index.f_en {
  position: absolute;
  right: -15px;
  top: -20px;
}

/* ===========================================================================================

  Inner

========================================================================================== */

#inner .content>.inner {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 120px 0;
  max-width: 900px;
}

#inner.about .visual,
#inner.archive.menu .visual,
#inner.archive.tips .visual {
  background: url(images/about/img_visual.jpg?v=2) no-repeat right top;
  position: relative;
  height: 400px;
  box-sizing: border-box;
  border-radius: 0 0 0 0;
  padding-top: 10px;
  width: auto;
  transition: 3s ease all +0.5s;
}

#inner.about .visual.show,
#inner.archive.menu .visual.show,
#inner.archive.tips .visual.show {
  border-radius: 0 0 0 120px;
}

#inner.archive.menu .visual {
  background-image: url(images/menu/img_visual.jpg?v=1);
  background-position: center center;
}

#inner.archive.tips .visual {
  background-image: url(images/img_tips_visual.jpg?v=1);
}

#inner.about .visual {
  background-size: auto 100%;
  background-position: right -20px top 0;
}

#inner.about .visual.show {
  background-position: right 0px top 0;
}

#inner.archive.menu .visual {
  background-size: calc(100% + 40px) auto;
  background-position: left calc(50% + 0px) top 50%;
}

@media screen and (max-width: 1200px) {
  #inner.archive.menu .visual {
    background-size: 1240px auto;
  }
}

#inner.archive.menu .visual.show {
  background-position: left calc(50% + 20px) top 50%;
}

#inner.archive.tips .visual {
  background-size: auto 100%;
  background-position: right 0px top 0;
}

#inner.archive.tips .visual.show {
  background-position: right -20px top 0;
}

#inner.about .visual::before,
#inner.archive.menu .visual::before,
#inner.archive.tips .visual::before {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  transition: width ease 1s +0.5s;
}

#inner.about .visual.show::before,
#inner.archive.menu .visual.show::before,
#inner.archive.tips .visual.show::before {
  width: 0%;
}

#inner.about .visual h2,
#inner.archive.menu .visual h2,
#inner.archive.tips .visual h2 {
  font-size: 55px;
  color: #92c3cf;
  margin: 140px 0 0 7%;
  line-height: 1em;
  letter-spacing: 0.2em;
  position: relative;
  left: 20px;
  transition: all ease 1s +0.5s;
  opacity: 0;
}

#inner.archive.tips .visual h2 {
  transition-delay: 0.7s;
}

#inner.about .visual.show h2,
#inner.archive.menu .visual.show h2,
#inner.archive.tips .visual.show h2 {
  opacity: 1;
  left: 0;
}

#inner.archive.tips .visual .label {
  color: #93c4d0;
  font-size: 55px;
  margin: 106px 0 0 7%;
  line-height: 1.7em;
  position: relative;
  left: 20px;
  transition: all ease 1s +0.5s;
  opacity: 0;
}

#inner.archive.tips .visual.show .label {
  opacity: 1;
  left: 0;
}

#inner.archive.tips .visual h2 {
  margin: 0 0 0 7%;
  font-size: 30px;
  font-weight: normal;
  color: #000;
}

#inner.archive.tips .visual .tag {
  margin: 45px 0 0 7%;
  font-size: 20px;
  color: #000;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  position: relative;
  left: 20px;
  transition: all ease 1s +0.9s;
  opacity: 0;
}

#inner.archive.tips .visual.show .tag {
  opacity: 1;
  left: 0;
}

#inner.archive.tips .visual .tag::before {
  content: "＃";
}

#inner.privacypolicy .visual,
#inner.contact .visual {
  width: 1000px;
  margin: 110px auto 0 auto;
}

#inner.privacypolicy .visual h2,
#inner.contact .visual h2 {
  font-size: 55px;
  color: #92c3cf;
  line-height: 1em;
  letter-spacing: 0.2em;
  opacity: 0;
  transition: all ease 1s;
  position: relative;
  left: 20px;
}

#inner.privacypolicy .visual.show h2,
#inner.contact .visual.show h2 {
  opacity: 1;
  left: 0px;
}

/**********************************************************/
/* Archive Menu */
/**********************************************************/
#inner.archive,
#inner.faq,
#inner.search {
  /* background: #ebebeb; */
  background: #e6e6e6;
}

#inner.archive .visual,
#inner.faq .visual,
#inner.search .visual {
  background: no-repeat;
  width: 1000px;
  margin: 0 auto;
  height: auto;
  padding: 120px 0 20px 0;
}

#inner.archive .visual h2,
#inner.faq .visual h2,
#inner.search .visual h2 {
  font-size: 55px;
  color: #92c3cf;
  line-height: 1em;
  letter-spacing: 0.2em;
  opacity: 0;
  transition: all ease 1s;
  position: relative;
  left: 20px;
}

#inner.archive .visual.show h2,
#inner.faq .visual.show h2,
#inner.search .visual.show h2 {
  opacity: 1;
  left: 0px;
}

#inner.search .visual .word {
  font-size: 22px;
  letter-spacing: 0.1em;
  text-indent: -0.5em;
  margin-top: 20px;
}

#inner.search .visual .word.all {
  text-indent: 0;
}

/*** Menu submenu ***/
#inner .submenu {
  margin: -96px auto 80px auto;
  position: relative;
  z-index: 100;
}

#inner .submenu .tab {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}

#inner .submenu .tab a {
  display: block;
  width: 47%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  position: relative;
  background: url(../img/index/icon_menu1.png) no-repeat 15px center;
  background-size: 55px auto;
  background-color: #fff;
}

#inner .submenu .tab a.bt_problem {
  background-image: url(../img/index/icon_menu2.png);
}

#inner .submenu .tab a.active,
#inner .submenu .tab a:hover {
  opacity: 1;
  background-color: #6cafd0;
  color: #fff;
  background-image: url(../img/index/icon_menu1_w.png);
}

#inner .submenu .tab a.bt_problem.active,
#inner .submenu .tab a.bt_problem:hover {
  background-image: url(../img/index/icon_menu2_w.png);
}

#inner .submenu .tab a>span {
  display: block;
  font-size: 15px;
  letter-spacing: 0.2em;
  padding: 10px 20px 10px 20px;
  line-height: 1em;
}

#inner .submenu .tab a span span.f_en {
  font-size: 11px;
  color: #6cafd0;
  display: block;
  line-height: 1em;
  letter-spacing: 0.2em;
  margin-top: 6px;
  transition: 0.3s ease color;
}

#inner .submenu .tab a.active span.f_en,
#inner .submenu .tab a:hover span.f_en {
  color: #fff;
}

#inner .submenu ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-top: 16px;
  gap: 5.6px;
}

#inner .submenu ul li {
  width: 16.2%;
  margin-top: 0;
}

#inner .submenu ul li a {
  display: block;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  height: 44px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}

#inner .submenu ul li a.active,
#inner .submenu ul li a:hover {
  opacity: 1;
  background: #6cafd0;
  color: #fff;
}

/*** Menu submenu ***/
#inner .submenu_fixed {
  position: fixed;
  top: 15px;
  z-index: 1000;
  left: 0;
  width: 100%;
  height: 0;
  transition: 0.3s ease top;
}

#inner .submenu_fixed.show {
  top: 105px;
}

#inner .submenu_fixed>.inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 945px;
  align-items: start;
}

#inner .submenu_fixed .box {
  display: block;
  width: 48.5%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 8px;
  transition: 0.3s ease background;
}

#inner .submenu_fixed .box>a {
  padding: 16px 0;
  display: flex;
  justify-content: center;
  position: relative;
  background: url(../img/index/icon_menu1.png) no-repeat 20px center;
  background-size: 40px auto;
  font-size: 13px;
  letter-spacing: 0.1em;
}

#inner .submenu_fixed .box>a.bt_problem {
  background-image: url(../img/index/icon_menu2.png);
}

#inner .submenu_fixed .box.active {
  opacity: 1;
  background-color: #6cafd0;
}

#inner .submenu_fixed .box.active>a {
  color: #fff;
  background-image: url(../img/index/icon_menu1_w.png);
}

#inner .submenu_fixed .box.active>a.bt_problem {
  background-image: url(../img/index/icon_menu2_w.png);
}

#inner .submenu_fixed .box.active ul li a {
  color: #fff;
  background: linear-gradient(#fff, #fff) 0 90%/0 1px no-repeat;
  text-decoration: none;
}

#inner .submenu_fixed .box.active ul li a:hover {
  background-size: 100% 1px !important;
  opacity: 1;
}

#inner .submenu_fixed .box>a::before {
  top: 50%;
  right: 24px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(80, 80, 80, 0);
  border-top-color: #505050;
  border-width: 8px;
  margin-left: -8px;
  margin-top: -3px;
  transition: 0.3s ease all;
}

#inner .submenu_fixed .box.active>a::before {
  border-top-color: #fff;
}

#inner .submenu_fixed .list {
  display: none;
}

#inner .submenu_fixed ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 30px 30px 30px;
  justify-content: space-between;
}

#inner .submenu_fixed ul li {
  width: 48%;
}

#inner .submenu_fixed ul li a {
  font-size: 13px;
  line-height: 1.5em;
  padding: 8px 0;
  display: inline-block;
}

#inner.archive.tips .content {}

#inner.archive.tips .content h2 {}

#inner.archive.tips .content .tipslist {
  margin-top: 50px;
}

#inner.archive.menu .content {}

#inner.archive.menu .content .menulist {}

#inner.archive.menu .content .menulist .box {
  padding-top: 120px;
  margin-top: -120px;
}

#inner.archive.menu .content .menulist .box+.box {
  margin-top: -70px;
}

#inner.archive.menu .content .menulist .box .b_main {
  background: none !important;
  width: calc(100% - 330px);
}

#inner.archive.menu .content .menulist .box .b_image {
  background: none !important;
  width: 280px;
}

#inner.archive.menu .content .menulist .box .b_image figure {
  margin: 0;
}

#inner.archive.menu .content .menulist .box .b_image figure+figure {
  margin-top: 40px;
}

#inner.archive.menu .content .menulist .box .b_image figure figcaption {
  margin: 15px 0 0 0;
  line-height: 1.5em;
}

#inner.archive.menu .content .menulist .box>.inner {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 20px;
  padding: 80px 50px;
}

#inner.archive.menu .content .menulist .box .h_menu {
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0.1em;
  font-size: 15px;
  color: #6caacb;
  margin-bottom: 30px;
  margin-top: 50px;
}

#inner.archive.menu .content .menulist .box .b_menu {
  background: none !important;
}

#inner.archive.menu .content .menulist .box .b_menu+.b_menu {
  margin-top: 40px;
}

#inner.archive.menu .content .menulist .box .b_menu h3 {
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  border: 1px solid #505050;
  padding: 3px 12px;
  display: inline-block;
}

#inner.archive.menu .content .menulist .box .b_menu figure {
  margin: 20px 0 0 0;
}

#inner.archive.menu .content .menulist .box .b_menu table {
  border: none;
  display: block;
}

#inner.archive.menu .content .menulist .box .b_menu table tbody {
  display: block;
}

#inner.archive.menu .content .menulist .box .b_menu table tbody tr {
  display: flex;
}

#inner.archive.menu .content .menulist .box .b_menu table tbody tr td {
  font-family: 'DM Sans', 'Sawarabi Gothic', sans-serif;
  border: none;
  width: 160px;
  line-height: 1.5em;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding: 3px 0;
}

#inner.archive.menu .content .menulist .box .b_menu table tbody tr td+td {
  width: calc(100% - 180px);
  margin-left: 20px;
}

#inner.archive.menu .content .menulist .box .b_menu table+figcaption {
  font-size: 13px;
  margin-top: 10px;
}

#inner.archive.menu .content .menulist .box .b_description {
  background: none !important;
  margin-top: 50px;
  padding-top: 24px;
  border-top: 1px solid #505050;
}

#inner.archive.menu .content .menulist .box .b_description h2 {
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

#inner.archive.menu .content .menulist .box .b_description p {
  font-size: 13px;
}

#inner.archive.menu .content .menulist .box .h_trouble {
  font-size: 15px;
  color: #6caacb;
  margin: 50px 0 20px 0;
  padding-top: 40px;
  border-top: 1px solid #505050;
  letter-spacing: 0.1em;
  font-family: 'DM Sans', 'Sawarabi Gothic', sans-serif;
}

#inner.archive.menu .content .menulist .box .b_trouble {
  background: none !important;
  margin-top: 0;
  padding-top: 0;
}

#inner.archive.menu .content .menulist .box .b_trouble+.b_trouble {
  margin-top: 50px;
}

#inner.archive.menu .content .menulist .box h2 {
  margin-bottom: 20px;
}

#inner.archive.menu .content .menulist .box .h_menu:first-child,
#inner.archive.menu .content .menulist .box .h_trouble:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

#inner.archive.menu .content .menulist .box .b_trouble h3 {
  font-size: 25px;
  line-height: 1.5em;
  margin-bottom: 13px;
}

#inner.archive.menu .content .menulist .box .b_trouble p {
  font-size: 13px;
}

#inner.archive.menu .content .menulist .box .linkbox {
  display: flex;
  margin-top: 50px;
}

#inner.archive.menu .content .menulist .box .linkbox>div {
  width: 50%;
}

#inner.archive.menu .content .menulist .box .linkbox a {
  display: flex;
  justify-content: center;
  background: #5f666c;
  position: relative;
}

#inner.archive.menu .content .menulist .box .linkbox a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  right: 20px;
  position: absolute;
}

#inner.archive.menu .content .menulist .box .linkbox .line a {
  background: #797f80;
}

#inner.archive.menu .content .menulist .box .linkbox .title {
  color: #fff;
  font-size: 11px;
  line-height: 1em;
  letter-spacing: 0.2em;
  padding: 28px 20px 28px 70px;
  background: url(images/icon_reservation.png) no-repeat left center;
  background-size: 60px;
}

#inner.archive.menu .content .menulist .box .linkbox .line .title {
  background-image: url(images/icon_line.png);
}

#inner.archive.menu .content .menulist .box .linkbox .title span {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
}

#inner.archive.news .content,
#inner.faq .content {
  margin-top: -138px;
}

#inner.archive.news .content>.inner,
#inner.faq .content>.inner {
  padding-left: 270px;
  box-sizing: border-box;
  padding-bottom: 200px;
}


/**********************************************************/
/* Contact */
/**********************************************************/
#inner.contact {
  background: #e6e6e6;
}

#inner.contact .content .note {
  position: relative;
  font-size: 13px;
  float: right;
  padding-left: 18px;
  margin-top: -90px;
}

#inner.contact .content form {
  position: relative;
  z-index: 100;
  font-size: 13px;
}

#inner.contact .content form dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#inner.contact .content form dl dt {
  font-size: 13px;
  font-weight: 500;
  width: 170px;
  position: relative;
  margin-top: 20px;
  box-sizing: border-box;
}

#inner.contact .content form dl dt:first-child,
#inner.contact .content form dl dt:first-child+dd {
  margin-top: 0;
}

#inner.contact .content form dl dt.required {
  padding-left: 20px;
}

#inner.contact .content form dl dt.required::before,
#inner.contact .content .note::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: red;
  position: absolute;
  display: block;
  left: 0;
  top: 25px;
}

#inner.contact .content .note::before {
  top: 9px;
}

#inner.contact .content form dl dt p {
  line-height: 60px;
  letter-spacing: 0.1em;
}

#inner.contact .content form dl dd {
  margin-left: 0;
  min-height: 36px;
  margin-top: 20px;
  width: calc(100% - 170px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#inner.contact .content form dl dd p {
  width: 100%;
}

#inner.contact .content form dl dd .box {
  width: 46.2%;
}

#inner.contact .content form dl dd .box.wide {
  width: 100%;
}

#inner.contact .content form dl dd .box.wide+.box.wide {
  margin-top: 20px;
}

#inner.contact .content form dl dd .box.wide p,
#inner.contact .content form dl dd .box.wide p>span {
  width: 100%;
}

#inner.contact .content form dl dd .box p {
  display: flex;
  align-items: start;
}

#inner.contact .content form dl dd .box p span.label {
  width: 60px;
  line-height: 60px;
}

#inner.contact .content form dl dd span {
  display: block;
}

#inner.contact .content form dl dd input,
#inner.contact .content form dl dd select {
  -webkit-appearance: none;
  line-height: 1.5em;
  padding: 18px 16px;
  font-size: 16px;
  box-sizing: border-box;
  border: none;
  width: 100%;
  background: #fff;
  color: #000;
  box-shadow: 0 0 8px #ccc;
}

#inner.contact .content form dl dd textarea {
  line-height: 1.5em;
  display: block;
  padding: 18px 16px;
  font-size: 16px;
  box-sizing: border-box;
  border: none;
  width: 100%;
  resize: none;
  min-height: 260px;
  box-shadow: 0 0 8px #ccc;
  font-weight: normal;
}

#inner.contact .content form .submitbox {
  margin: 60px 0 0 0;
}

#inner.contact .content form .submitbox .bt_submit {
  width: 300px;
  margin: 0 auto;
}

#inner.contact .content form .submitbox .bt_submit input {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  display: block;
  font-size: 13px;
  color: #fff !important;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  background: #6c9fc0;
  border: none;
  line-height: 80px;
  width: 100%;
  font-weight: normal;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

#inner.contact .content form .submitbox .bt_submit:hover {
  background: #333;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  display: block;
  width: 650px;
  margin: 40px auto 0 auto !important;
  box-sizing: border-box;
  border-color: #F44336 !important;
  padding: 40px !important;
  color: #F44336;
  line-height: 1.8em;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  color: #ffffff !important;
  font-size: 11px !important;
  background: #f44235;
  padding: 7px 10px;
  margin-bottom: 15px;
  line-height: 1.5em;
}

#inner.contact .content .recaptcha_note {
  text-align: center;
  margin-top: 30px;
  font-size: 12px;
  opacity: 0.5;
}

#inner.contact .content .recaptcha_note a {
  text-decoration: underline;
}

/**********************************************************/
/* Pivacy Policy */
/**********************************************************/
#inner.privacypolicy {
  background: #e6e6e6;
}

#inner.privacypolicy .content p {
  font-size: 13px;
  line-height: 2.2em;
  margin-top: 20px;
  letter-spacing: 0;
}

#inner.privacypolicy .content p strong {
  font-weight: bold;
}



/**********************************************************/
/* About */
/**********************************************************/
#inner.about {}

#inner.about .intro {
  padding: 100px 0;
}

#inner.about .intro>.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#inner.about .intro .before,
#inner.about .intro .after {
  content: "";
  display: block;
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 1000px 0 1000px 1000px;
  background: rgb(193, 217, 225);
  background: -moz-linear-gradient(left, rgba(193, 217, 225, 1) 0%, rgba(230, 230, 230, 1) 100%, rgba(230, 230, 230, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(193, 217, 225, 1) 0%, rgba(230, 230, 230, 1) 100%, rgba(230, 230, 230, 1) 100%);
  background: linear-gradient(to right, rgba(193, 217, 225, 1) 0%, rgba(230, 230, 230, 1) 100%, rgba(230, 230, 230, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1d9e1', endColorstr='#e6e6e6', GradientType=1);
  right: -310px;
  top: 574px;
  mix-blend-mode: multiply;
  opacity: 1;
  z-index: -1;
  opacity: 1;
  transition: margin 2s cubic-bezier(0, 0, 0.16, 0.99), opacity ease 2s;
  opacity: 0;
}

#inner.about .intro .before.active,
#inner.about .intro .after.active {
  opacity: 1;
}

#inner.about .intro .after {
  transform: rotate(180deg);
  top: 1240px;
  opacity: 0.3;
  right: auto;
  left: -320px;
}

#inner.about .intro>.inner>.lead {
  font-size: 31px;
  text-align: center;
  letter-spacing: 0.15em;
  opacity: 0;
  transition: all ease 1s;
  top: 20px;
  position: relative;
}

#inner.about .intro.active>.inner>.lead {
  opacity: 1;
  top: 0;
}

#inner.about .intro>.inner>.text {
  text-align: center;
  font-size: 15px;
  margin-top: 35px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  opacity: 0;
  transition: all ease 1s +0.6s;
  top: 20px;
  position: relative;
}

#inner.about .intro.active>.inner>.text {
  opacity: 1;
  top: 0;
}

#inner.about .intro .about {
  margin-top: 75px;
}

#inner.about .intro .about .box {
  display: flex;
  align-items: start;
  justify-content: space-between;
  opacity: 0;
  transition: all ease 1s;
  top: 20px;
  position: relative;
}

#inner.about .intro .about .box.active {
  opacity: 1;
  top: 0;
}

#inner.about .intro .about .box+.box {
  margin-top: 74px;
}

#inner.about .intro .about .box .info {
  width: 460px;
  padding-top: 25px;
  position: relative;
}

#inner.about .intro .about .box .info::before {
  background: #505050;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
  transition: all ease 1s;
}

#inner.about .intro .about .box.active .info::before {
  width: 100%;
}

#inner.about .intro .about .box .info .header {
  display: flex;
  align-items: center;
}

#inner.about .intro .about .box .info .header p.label.f_en {
  text-align: center;
  font-size: 50px;
  line-height: 1em;
  width: 30px;
}

#inner.about .intro .about .box .info .header img {
  width: 120px;
  margin-right: 10px;
}

#inner.about .intro .about .box .info .header p.title {
  font-size: 20px;
  letter-spacing: 0.1em;
}

#inner.about .intro .about .box .info .header p.en_title.f_en {
  font-size: 12px;
  line-height: 1.3em;
  margin-top: 4px;
}

#inner.about .intro .about .box .info p.text {
  text-align: justify;
  font-size: 13px;
  margin-top: 20px;
  line-height: 1.8em;
}

#inner.about .intro .about .box .img {
  width: 430px;
  border-radius: 20px;
  opacity: 0;
  transition: all ease 1s +0.4s;
  position: relative;
}

#inner.about .intro .about .box.active .img {
  opacity: 1;
}

#inner.about .sec h3 {
  font-size: 20px;
  letter-spacing: 0.2em;
  position: relative;
  left: -20px;
  opacity: 0;
  transition: all ease 1s;
}

#inner.about .sec.active h3 {
  opacity: 1;
  left: 0;
}

#inner.about .sec h3 span {
  display: block;
  font-size: 30px;
  color: #6ca2c3;
  margin-bottom: 10px;
}

#inner.about .message {
  background: #e6e6e6;
  padding: 110px 0;
}

#inner.about .message>.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#inner.about .message .lead {
  margin-top: 100px;
  font-size: 23px;
  letter-spacing: 0.05em;
  position: relative;
  top: 20px;
  opacity: 0;
  transition: all ease 1s +0.4s;
}

#inner.about .message.active .lead {
  opacity: 1;
  top: 0;
}

#inner.about .message .text {
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-top: 35px;
  line-height: 1.8em;
  position: relative;
  top: 20px;
  opacity: 0;
  transition: all ease 1s +0.6s;
}

#inner.about .message.active .text {
  opacity: 1;
  top: 0;
}

#inner.about .message .chairman {
  margin-top: 30px;
  position: relative;
  top: 20px;
  opacity: 0;
  transition: all ease 1s +0.6s;
}

#inner.about .message.active .chairman {
  opacity: 1;
  top: 0;
}

#inner.about .message .chairman .name {
  font-size: 15px;
  letter-spacing: 0.1em;
}

#inner.about .message .chairman .name span {
  display: block;
  font-size: 13px;
  line-height: 1.5em;
}

#inner.about .message .chairman .profile {
  font-size: 11px;
  margin-top: 20px;
  width: 450px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  display: flex;
  width: 1000px;
  gap: 70px;
}

#inner.about .message .chairman .profile span {}

#inner.about .message .img {
  border-radius: 20px;
  width: 490px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: all ease 1s +0.4s;
}

#inner.about .message.active .img {
  opacity: 1;
}

#inner.about .facility {
  padding: 110px 0;
}

#inner.about .facility>.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#inner.about .facility .text {
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-top: 35px;
  line-height: 1.8em;
  width: 470px;
  position: relative;
  top: 20px;
  opacity: 0;
  transition: all ease 1s +0.4s;
}

#inner.about .facility.active .text {
  opacity: 1;
  top: 0;
}

#inner.about .facility .img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  align-items: start;
  margin-bottom: -100px;
}

#inner.about .facility .img img {}

#inner.about .facility .img .img1 {
  width: 463px;
  transform: translate(537px, -360px);
}

#inner.about .facility .img .img2 {
  width: 463px;
  transform: translate(-460px, 0);
  position: relative;
  z-index: 10;
}

#inner.about .facility .img .img3 {
  width: 725px;
  transform: translate(-20px, -270px);
  margin: 0 auto;
}

#inner.about .facility .img .img4 {
  width: 352px;
  transform: translate(0, -340px);
}

#inner.about .facility .img .img5 {
  width: 530px;
  transform: translate(68px, -145px);
}

#inner.about .facility .img .img6 {
  width: 598px;
  transform: translate(0, -180px);
}

#inner.about .facility .img .img7 {
  width: 310px;
  transform: translate(94px, -180px);
}

/**********************************************************/
/* Single */
/**********************************************************/
#inner.single .main {
  background: #e6e6e6;
}

#inner.single .content {
  padding: 0 0 120px 0;
}

#inner.single .content>.inner {
  padding-bottom: 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 100px 0 0 0;
}

#inner.single .content>.inner .info {
  width: 200px;
}

#inner.single .content>.inner .info h2 {
  font-size: 30px;
  display: block;
  line-height: 1em;
  color: #92c3cf;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  padding: 20px 0;
  width: 130%;
}

#inner.single.tips .content>.inner .info h2 {
  margin-bottom: 0;
  padding-bottom: 5px;
}

#inner.single.tips .content>.inner .info .label {
  font-size: 30px;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  width: 130%;
  color: #000;
}

#inner.single .content>.inner .info .cat,
#inner.single .content>.inner .info .date,
#inner.single .content>.inner .info .tag {
  font-size: 13px;
  position: relative;
  padding: 18px 0;
}

#inner.single .content>.inner .info .cat::before,
#inner.single .content>.inner .info .date::before,
#inner.single .content>.inner .info .tag::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #505050;
  top: 0;
  left: 0;
  position: absolute;
}

#inner.single .content>.inner .info .tag li a {
  font-size: 13px;
}

#inner.single .content>.inner .info .tag li a::before {
  content: "＃";
}

/*** /Cat Colors ***/
#inner.single .content>.inner article {
  width: 700px;
  background: #fff;
  border-radius: 20px;
}

#inner.single article .inner {
  padding: 65px 50px 90px 50px;
}

#inner.single article h1 {
  font-size: 25px;
  line-height: 1.5em;
}

#inner.single article .inner .body {
  margin-top: 30px;
}

#inner.single article .inner .body>*:first-child {
  margin-top: 0;
}

#inner.single article .inner .body h2 {
  font-size: 21px;
  line-height: 2em;
  font-weight: 300;
  margin: 70px 0 30px 0;
}

#inner.single article .inner .body {
  margin-top: 40px;
  font-size: 15px;
  line-height: 2em;
  font-weight: 300;
  letter-spacing: 0.1em;
}

#inner.single article .inner .body p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: 40px;
  line-height: 2em;
  font-size: 13px;
}

#inner.single article .inner .body a {
  text-decoration: underline;
  color: #029663;
}

#inner.single article .inner .body figure {
  margin: 0 0 40px 0;
}

#inner.single article .inner .body p:first-child,
#inner.single article .inner .body h2:first-child,
#inner.single article .inner .body figure:first-child {
  margin-top: 0;
}

#inner.single article .inner .body p:last-child,
#inner.single article .inner .body h2:last-child,
#inner.single article .inner .body figure:last-child {
  margin-bottom: 0;
}

#inner.single .otherpost {
  width: 1000px;
  margin: 80px auto 0 auto;
}

#inner.single .otherpost .label {
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #6c9fc0;
  margin-bottom: 55px;
}

#inner.single .otherpost .newslist {
  margin: -104px 0 0 300px;
  width: 700px;
}

/**********************************************************/
/* 404 */
/**********************************************************/
#error {
  text-align: center;
  padding-top: 130px;
}

#error h2 {
  font-size: 20px;
  padding: 40px 0;
  color: #c3c4c4;
}

#error .bt_more {
  margin: 30px auto 0 auto;
}

/**************************************************************/
/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {

  /* style
	-------------------------------------------------------------- */
  body {
    min-width: 320px;
    overflow: visible !important;
    letter-spacing: 0;
  }

  body p {
    color: inherit;
    font-size: 14px;
    line-height: 1.8em;
  }

  a:hover {
    opacity: 1;
  }

  .non_pc {
    display: block !important;
  }

  .non_sp {
    display: none !important;
  }

  /* ===========================================================================================

		Common

	=========================================================================================== */
  .outline {
    position: relative;
    min-width: 320px;
    padding-bottom: 0;
  }

  .main {
    width: auto;
    margin: 0 auto;
    position: relative;
    padding-top: 80px;
  }


  /* Header *******************************/
  header {
    top: 0;
    position: fixed;
    width: 100%;
    height: 70px;
    z-index: 10000;
    min-width: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
  }

  header>.inner {
    height: 100%;
    padding: 0 10px 0 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header .bg {
    position: absolute;
    top: -100px;
    left: 50%;
    height: 100px;
    background: #fff;
    width: 100%;
    min-width: 960px;
    transform: translate(-50%, 0);
    transition: top 0.3s ease;
    z-index: 20;
  }

  header.show .bg,
  #inner header .bg {
    top: 0;
  }

  header.open .bg,
  #inner header.open .bg {
    top: -100px;
  }

  .customize-support header {
    top: 32px;
  }

  header .logo {
    z-index: 1000;
  }

  header .logo a {
    display: block;
    width: 26px;
    padding: 8px;
  }

  header .link {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1000;
  }

  header .link a {
    display: flex;
    padding: 7px 5px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: auto;
    box-sizing: border-box;
    background-position: center 7px;
    transition: background-image 0.6s ease;
    background: no-repeat;
  }

  header.open .link a {
    color: #fff;
    background: url(../img/icon_line2_w.png) no-repeat center 7px;
    background-size: 35px auto;
  }

  header.open .link a.bt_reservation {
    background-image: url(../img/icon_reservation2_w.png);
  }

  header.open .link a.bt_map {
    background-image: url(../img/icon_map2_w.png);
  }

  header .link a img {
    width: 35px;
  }

  header.open .link a img {
    opacity: 0;
  }

  header .link a:hover {
    opacity: 1;
  }

  header .link a span {
    font-size: 9px;
    margin-top: 2px;
    line-height: 1em;
    display: none;
  }

  header .language {
    display: flex;
    margin-left: 9px;
    display: none;
  }

  header .language a {
    display: block;
    color: #fff;
    background: #505050;
    border-radius: 100px;
    width: 34px;
    line-height: 34px;
    padding: 0;
    font-size: 10px;
    text-align: center;
  }

  header .language a+a {
    margin-left: 7px;
  }

  header .language a.active {
    background: #93c4d0;
    color: #505050;
  }

  header .link .search {
    display: none;
  }

  header .search input[type=search] {
    border: none;
    border-radius: 0;
    padding: 6px 12px;
    font-size: 16px;
    box-sizing: border-box;
    display: block;
    width: 245px;
    line-height: 24px;
    /* border: 1px solid #505050; */
    border-radius: 5px 0 0 5px;
  }

  header .search input[type=search]::-webkit-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #323232;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 12px;
  }

  header .search input[type=search]:-ms-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #323232;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 12px;
  }

  header .search input[type=search]::placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #323232;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 12px;
  }

  header .search input[type=submit] {
    /* display: none; */
    background-color: #227d9b;
  }

  header .bt_menu {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    margin: 0;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 0;
    z-index: 1000;
    text-indent: -9999px;
    overflow: hidden;
    /* pointer-events: none; */
  }

  header .bt_menu::before,
  header .bt_menu::after {
    display: block;
    position: absolute;
    content: "";
    width: 24px;
    height: 1px;
    background: #000;
    top: 29px;
    left: 22px;
    transition: all 0.3s ease;
  }

  header .bt_menu::after {
    top: 40px;
  }

  header.open .bt_menu::before {
    background: #fff;
    transform: rotate(135deg);
    left: 22px;
    top: 50px;
  }

  header.open .bt_menu::after {
    background: #fff;
    transform: rotate(-135deg);
    left: 22px;
    top: 50px;
  }

  header .bt_menu span {
    transition: color 0.3s ease;
  }

  header.open .bt_menu span {
    display: block;
    color: #716f70;
    position: relative;
  }

  header .bt_menu span::before {
    color: #fff;
    content: "CLOSE";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
  }

  header.open .bt_menu span::before {
    opacity: 1;
  }

  header.open .bt_menu::before {
    background: #fff;
    transform: rotate(135deg);
    left: 22px;
    top: 35px;
  }

  header.open .bt_menu::after {
    background: #fff;
    transform: rotate(-135deg);
    left: 22px;
    top: 35px;
  }

  header .bt_menu span {
    transition: color 0.3s ease;
    display: none;
  }

  header.open .bt_menu span {
    display: none;
    color: #716f70;
    position: relative;
  }

  header .bt_menu span::before {
    color: #fff;
    content: "CLOSE";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
    display: none;
  }

  header.open .bt_menu span::before {
    opacity: 1;
  }

  header .gmenu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    background: #68bad3;
    padding-bottom: 0;
  }

  header .gmenu::before {
    content: "";
    width: 140%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    bottom: 116px;
    background: #68bad3;
    height: 340px;
    transform: translate(-50%, 50%);
    top: auto;
  }

  header .gmenu nav {
    display: block;
    padding: 85px 0 20px 20px;
    margin: 0 auto;
    width: 300px;
    position: relative;
    z-index: 100;
  }

  header .gmenu ul {
    display: flex;
    flex-direction: column;
    align-items: normal;
  }

  header .gmenu ul li+li {
    margin-top: 3px;
  }

  header .gmenu ul li a {
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
  }

  header .gmenu ul li a span {
    font-size: 18px;
    display: block;
    width: 180px;
    letter-spacing: 0.2em;
  }

  header .gmenu ul li a span+span {
    letter-spacing: 0.1em;
    font-size: 11px;
    width: 130px;
  }

  header .gmenu .link {
    display: flex !important;
    justify-content: center;
  }

  header .gmenu .link a img {
    width: 50px;
  }

  header.open .gmenu .link a {
    background: none;
  }

  header.open .gmenu .link a img {
    opacity: 1;
  }

  header .gmenu .search {
    display: flex;
    justify-content: center;
    margin: 0 0 10px 0;
    position: relative;
  }

  header .gmenu .search input[type=text] {
    width: 280px;
    font-size: 16px;
    line-height: 28px;
  }

  /* Footer *******************************/
  footer {
    position: relative;
    z-index: 100;
    background: #68bed7;
  }

  footer .linkbox {
    display: block;
  }

  footer .linkbox .box {
    background: #797f80;
    width: auto;
    height: auto;
    color: #fff;
    box-sizing: border-box;
    padding: 20px 0 34px 0;
  }

  footer .linkbox .box.contact {
    background: #5f666c;
  }

  footer .linkbox .box .title {
    font-size: 12px;
    letter-spacing: 0.2em;
    padding: 10px 0 0 20px;
    width: 235px;
    margin: 0px auto;
  }

  footer .linkbox .box.contact .title {
    width: 200px;
    margin: 0px auto;
  }

  footer .linkbox .box.line .title {
    padding: 10px 0 0 0px;
    width: 250px;
  }

  footer .linkbox .box .title img {
    width: 60px;
    float: left;
    margin-right: 20px;
  }

  footer .linkbox .box .title span {
    display: block;
    line-height: 1.5em;
    font-size: 16px;
    margin-top: 6px;
  }

  footer .linkbox .box .fbox {
    min-width: 260px;
    display: flex;
    width: 82%;
    margin: 20px auto 0 auto;
  }

  footer .linkbox .box .fbox a {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    border: 1px solid #fff;
    padding: 7px 0;
    position: relative;
  }

  footer .linkbox .box .fbox a::before {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translate(0, -50%);
  }

  footer .linkbox .box .fbox a+a {
    border-left: none;
  }

  footer>.inner {
    width: 84%;
    margin: 0 auto;
    color: #fff;
    padding: 44px 0 25px 0;
  }

  footer>.inner .logo {
    display: block;
    width: 115px;
    margin: 0 auto;
  }

  footer>.inner.active .logo span {
    text-align: center;
    font-size: 10px;
    display: block;
    color: #fff;
    margin-top: 3px;
  }

  footer>.inner .fbox {
    display: block;
    justify-content: space-between;
    margin-top: 42px;
  }

  footer>.inner .fbox .box {
    width: auto;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 6px 24px;
    position: relative;
  }

  footer>.inner .fbox .box+.box {
    margin-top: 20px
  }

  footer>.inner .fbox .box .title {
    font-size: 13px;
    letter-spacing: 0.2em;
  }

  footer>.inner .fbox .box .text {
    font-size: 11px;
    letter-spacing: 0.2em;
    line-height: 1.6em;
  }

  footer>.inner .fbox .box.time {
    border-left: 1px solid #fff;
  }

  footer>.inner .fbox .box.time img {
    margin: 20px 0 15px 0;
  }

  footer>.inner .fbox .box.access .text {
    margin-top: 10px;
  }

  footer>.inner .fbox .box.access .bt_map {
    border-color: #fff;
    position: absolute;
    right: 30px;
    top: 33px;
    padding: 4px;
    width: 50px;
    line-height: 50px;
    font-size: 10px;
  }

  footer>.inner .fbox .box.access .bt_map::before {
    background: #fff;
    width: 12px;
    right: -12px;
  }

  footer>.inner .fbox .box.access .bt_map:hover {
    background-color: #fff;
  }

  footer>.inner .fbox .box.access .bt_map span {
    position: absolute;
    bottom: -17px;
    width: 120px;
    color: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    line-height: 1em;
    letter-spacing: 0.1em;
  }

  footer>.inner .bnr {
    display: block;
    flex-wrap: wrap;
    margin-top: 36px;
  }

  footer>.inner .bnr a {
    width: auto;
    margin: 20px 0 0 0;
  }

  footer>.inner .bnr a:nth-child(-n+3) {
    margin-top: 20px;
  }

  footer>.inner .bnr a:nth-child(1) {
    margin-top: 0;
  }

  footer>.inner .link {
    margin-top: 30px;
  }

  footer>.inner .link a {
    font-size: 12px;
    color: #fff;
    margin-right: 20px;
    display: inline-block;
  }

  footer .copyright {
    background: #fff;
    border-top: 15px solid #bdd5dd;
  }

  footer .copyright p {
    font-size: 10px;
    padding: 16px 0;
    width: 84%;
    margin: 0 auto;
  }

  .bt_more {
    display: block;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #6cafd0;
    border-radius: 100px;
    position: relative;
    box-sizing: border-box;
    font-size: 13px;
    color: #6cafd0;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }

  .bt_more::before {
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    background: #6cafd0;
    top: 50%;
    right: -18px;
  }

  .bt_index {
    display: block;
    width: 60px;
    line-height: 1em;
    text-align: center;
    background: url(../img/icon_index.png) no-repeat center 7px;
    background-size: 30px auto;
    position: relative;
    box-sizing: border-box;
    font-size: 10px;
    height: 60px;
    padding-top: 43px;
  }

  #index .keywordlist {
    margin: 0 5% 0 100px;
  }

  .keywordlist li {
    display: inline-block;
    margin: 0 8px 8px 0;
  }

  .keywordlist li a {
    position: relative;
    display: inline-block;
    background: #e7e7e7;
    border-radius: 100px;
    font-size: 12px;
    color: #656666;
    padding: 0 20px;
    overflow: hidden;
  }

  .keywordlist li a::before,
  .keywordlist li a::after {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: #464241;
    top: 0;
    left: 0;
    transition: width 0.3s ease;
  }

  .keywordlist li a::after {
    background: #00B1D6;
    transition-delay: 0.1s;
  }

  .keywordlist li a:hover {
    opacity: 1;
    color: #fff;
  }

  .keywordlist li a:hover::before,
  .keywordlist li a:hover::after {
    width: 100%;
  }

  .keywordlist li.current a {
    border: 1px solid #00B1D6;
    background: #fff;
  }

  .keywordlist li a span {
    position: relative;
    z-index: 100;
  }

  .keywordlist li a span::before {
    content: "#";
    display: inline-block;
    margin-right: 3px;
  }


  /* ===========================================================================================

		Index

	=========================================================================================== */
  #index .sec {}

  #index .sec h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 36px;
    color: #6cafd0;
    left: auto;
    top: 20px;
  }

  #index .sec.active h2 {
    left: auto;
    top: 0;
  }

  #index .sec h2 span {
    display: block;
    font-size: 22px;
    font-weight: 400;
    margin-top: 10px;
  }

  #index {}

  #index .visual {
    position: relative;
  }

  #index .visual>.inner {
    width: auto;
    margin: 0 auto;
    position: relative;
    height: auto;
    box-sizing: border-box;
    padding: 150px 0 200px 0;
  }

  #index .visual .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  #index .visual.show .bg {
    border-radius: 0 0 0 80px;
  }

  #index .visual .bg .slide {
    height: 100%;
    width: 100%;
  }

  #index .visual .bg .slide .img div {
    left: 4%;
    transform: scale(1.1)
  }

  #index .visual .bg .slide.slick-active .img div {
    left: -4%;
  }

  #index .visual .bg .slide1 .img div {
    background-image: url(../img/index/img_visual_sp.jpg);
    background-size: cover;
  }

  #index .visual .bg .slide2 .img div {
    background-image: url(../img/index/img_visual2_sp.jpg);
  }

  #index .visual .bg .slide3 .img div {
    background-image: url(../img/index/img_visual3_sp.jpg);
  }

  #index .visual .bg .slide3 img {
    position: absolute;
    width: 330px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -20px;
  }

  #index .visual img.logo {
    width: 345px;
    margin-top: 90px;
    display: none;
  }

  #index .visual p.copy {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    margin-top: 38px;
    text-align: center;
    left: 0;
    top: 20px;
    transition: 1s ease all;
  }

  #index .visual.show p.copy {
    left: 0;
    top: 0;
    opacity: 1;
  }

  #index .visual .en_copy.f_en {
    position: absolute;
    right: -30px;
    left: auto;
    bottom: -61px;
    color: #bdd5dd;
    font-size: 84px;
    line-height: 0.95em;
    z-index: 100;
    transition: 0.6s mix-blend-mode ease, 1s ease opacity, 1s ease right;
    margin-left: 0;
  }

  #index .visual.show .en_copy.f_en {
    margin-left: 0;
    opacity: 1;
    right: -14px;
  }

  #index .visual.show.slide3 .en_copy.f_en {
    opacity: 0;
  }

  #index .visual.show.slide3 .en_copy.f_en.dark {
    opacity: 1;
  }

  #index .visual .slick-prev,
  #index .visual .slick-next {
    width: 30px;
    height: 30px;
    right: auto;
    left: 50%;
    bottom: 5px;
    top: auto;
    margin-left: -247px;
    z-index: 300;
  }

  #index .visual .slick-prev {
    margin-left: -505px;
    bottom: 20px;
  }

  #index .visual .slick-prev::before,
  #index .visual .slick-next::before {
    width: 10px;
    height: 10px;
    border-color: #505050;
    left: 6px;
  }

  .slick-dots {
    bottom: 30px;
    z-index: 200;
    left: 50%;
    width: auto;
    margin-left: -458px;
    display: flex;
  }

  .slick-dots li {
    width: auto;
    height: 11px;
    margin: 0 2px;
    display: flex;
    align-items: center;
  }

  .slick-dots li button {
    background: #505050;
    width: 60px;
    height: 1px;
    padding: 0;
    transition: height 0.3s ease;
  }

  .slick-dots li.slick-active button {
    height: 6px;
  }

  /*============================
	#about
	============================*/

  #index .about.sec {
    padding: 120px 0 50px 0;
    position: relative;
  }

  #index .about.sec .before,
  #index .about.sec .after {
    width: 410px;
    height: 410px;
    top: -70px;
    right: -170px;
  }

  #index .about.sec .after {
    transform: rotate(180deg);
    top: 883px;
    width: 440px;
    height: 440px;
    left: -190px;
    right: auto;
  }

  #index .about.sec>.inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 100;
  }

  #index .about.sec h2.f_en {}

  #index .about.sec p.lead {
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.1em;
  }

  #index .about.sec p.text {
    text-align: center;
    font-size: 13px;
    margin-top: 35px;
    line-height: 2em;
    letter-spacing: 0.1em;
  }

  #index .about.sec .fbox {
    display: block;
    margin: 60px auto 0 auto;
    width: 92%;
  }

  #index .about.sec .fbox .box {
    width: auto;
    /* border-top: 1px solid #505050; */
    padding: 42px 0 40px 0;
    position: relative;
  }

  #index .about.sec .fbox .box p.label.f_en {
    text-align: center;
    font-size: 60px;
    line-height: 1em;
    float: left;
    width: 40px;
  }

  #index .about.sec .fbox .box img {
    position: absolute;
    width: 72px;
    margin: 0;
    right: -14px;
    top: 30px;
  }

  #index .about.sec .fbox .box p.title {
    text-align: left;
    font-size: 15px;
    margin-top: -2px;
    letter-spacing: 0.05em;
    padding-left: 50px;
  }

  #index .about.sec .fbox .box p.en_title.f_en {
    text-align: left;
    font-size: 9px;
    line-height: 1.3em;
    margin-top: 5px;
    padding-left: 50px;
  }

  #index .about.sec .fbox .box p.text {
    text-align: justify;
    font-size: 12px;
    /* padding: 0 10px; */
    margin-top: 25px;
    line-height: 1.8em;
  }

  #index .about.sec a.bt_more.f_en {
    margin: -10px auto 0 auto;
  }

  /*============================
	#faq
	============================*/
  .faqlist {
    width: auto;
  }

  .faqlist li+li {
    margin-top: 15px;
    border-radius: 8px;
  }

  .faqlist li>a {
    position: relative;
    background: #fff;
    display: block;
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 18px 50px 18px 20px;
    flex-wrap: wrap;
  }

  .faqlist li>a::after {
    display: none;
  }

  .faqlist li>a::before {
    height: 37px;
    right: 20px;
    top: auto;
    bottom: 0;
  }

  .faqlist li>a p {
    line-height: 1.8em;
    font-size: 13px;
  }

  .faqlist li>a p.num {
    min-width: 60px;
    color: #4b9fd4;
  }

  .faqlist li>a p.title {
    width: 100%;
  }

  .faqlist li .body {
    padding: 20px;
  }

  .faqlist li .body p {
    font-size: 13px;
  }


  /*============================
	#news
	============================*/

  #index .news.sec {
    background: rgba(221, 221, 221, 0.5);
    padding: 50px 0 40px 0;
    position: relative;
  }

  #index .news.sec>.inner {
    width: 84%;
    margin: 0 auto;
    display: block;
  }

  #index .news.sec h2.f_en {}

  .newslist {
    width: auto;
  }

  .newslist li+li {
    margin-top: 15px;
  }

  .newslist li a {
    position: relative;
    background: #fff;
    display: block;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 18px 50px 18px 20px;
    flex-wrap: wrap;
  }

  .newslist li a::after {
    display: none;
  }

  .newslist li a::before {
    width: 35px;
    right: 0;
  }

  .newslist li a p {
    line-height: 1.8em;
    font-size: 13px;
  }

  .newslist li a p.cat.f_en {
    min-width: 70px;
    color: #4b9fd4;
  }

  .newslist li a p.date {
    width: 90px;
  }

  .newslist li a p.title {
    width: 100%;
  }

  #index .news.sec a.bt_index.f_en {
    margin: 24px auto 0 auto;
  }

  /*============================
	#topic
	============================*/

  #index .topic.sec {
    padding: 50px 0;
    background: #bdd5dd;
    position: relative;
    z-index: 100;
  }

  #index .topic.sec>.inner {
    width: 84%;
    margin: 0 auto;
    position: relative;
    overflow: visible;
  }

  #index .topic.sec h2.f_en {
    text-align: center;
    width: auto;
  }

  .topicslist,
  #index .topic.sec .topicslist {
    overflow: visible;
    width: auto;
    position: relative;
    left: auto;
    margin-top: 30px;
    display: block;
  }

  .topicslist .box {
    margin: 0;
  }

  .topicslist .box+.box {
    margin-top: 30px;
  }

  #index .topicslist .box {
    display: none;
  }

  #index .topicslist .box:nth-child(-n+3) {
    display: block;
  }

  .topicslist .box a {
    width: 300px;
    display: block;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .topicslist .box a .info {}

  .topicslist .box a .info .img {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
  }

  .topicslist .box a .info .img img {}

  .topicslist .box a .info p.title {
    font-size: 16px;
    padding: 0 20px;
    margin-top: 16px;
  }

  .topicslist .box a .info .fbox {
    font-size: 10px;
    display: flex;
    color: #4b9fd4;
    padding: 0 20px;
    margin-top: 9px;
  }

  .topicslist .box a .info .fbox p.cat.f_en {
    line-height: 1em;
    font-size: 10px;
  }

  .topicslist .box a .info .fbox p.date {
    line-height: 1em;
    margin-left: 6px;
    padding-left: 6px;
    border-left: 1px solid #4b9fd4;
    font-size: 10px;
  }

  .topicslist .box a .info p.text {
    font-size: 12px;
    padding: 0 20px;
    line-height: 1.8em;
    margin: 10px 0 0 0;
    max-height: 3.6em;
    overflow: hidden;
  }

  #index .topic.sec a.bt_index.f_en {
    position: relative;
    right: auto;
    top: auto;
    margin: 30px auto 0 auto;
    left: auto;
  }

  /*============================
	#tips
	============================*/
  .tipslist {
    overflow: visible;
    width: auto;
    position: relative;
    left: auto;
    margin-top: 0;
    display: block;
  }

  .tipslist .box {
    margin: 0;
  }

  .tipslist .box+.box {
    margin-top: 30px;
  }

  .tipslist .box a {
    width: 300px;
    display: block;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .tipslist .box a .info {}

  .tipslist .box a .info .img {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
  }

  .tipslist .box a .info .img img {}

  .tipslist .box a .info p.title {
    font-size: 16px;
    padding: 0 20px;
    margin-top: 16px;
  }

  .tipslist .box a .info p.date {
    line-height: 1em;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 11px;
    margin-top: 12px;
  }

  .tipslist .box a .info .tag {
    margin: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    max-height: 2.6em;
    overflow: hidden;
  }

  .tipslist .box a .info .tag li {
    position: relative;
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    margin: 0 10px 0px 0;
    line-height: 1.5em;
  }

  .tipslist .box a .info .tag li::before {
    content: "＃";
  }

  .tipslist .box a .info .tag li.current {
    color: #4b9bd0
  }


  /*============================
	#menu
	============================*/

  #index .menu.sec {
    padding: 50px 0 70px 0;
    position: relative;
  }

  #index .menu.sec .before,
  #index .menu.sec .after {
    width: 410px;
    height: 410px;
    top: 666px;
    left: 0;
  }

  #index .menu.sec .before {
    display: none;
  }

  #index .menu.sec .after {
    top: 70px;
    opacity: 0.5;
    left: -160px;
  }

  #index .menu.sec>.inner {
    width: 84%;
    margin: 0 auto;
    position: relative;
    z-index: 100;
  }

  #index .menu.sec h2.f_en {}

  #index .menu.sec .tab.non_pc {
    display: flex !important;
    justify-content: space-between;
    margin-top: 0;
  }

  #index .menu.sec .tab a {
    display: block;
    background: #fff;
    width: 47%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 18px 0 22px 0;
    display: flex;
    justify-content: center;
    pointer-events: auto;
    position: relative;
  }

  #index .menu.sec .tab a::before {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #6cafd0;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  #index .menu.sec .tab a.active::before {
    background: #fff;
  }

  #index .menu.sec .tab a::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 42px;
    background: #6cafd0;
    left: 50%;
    bottom: -36px;
    margin-left: -1px;
    animation: a_border_sp 2s ease infinite;
    -webkit-animation: a_border_sp 2s ease infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  #index .menu.sec .tab a.active::after {
    opacity: 1;
  }

  @-moz-keyframes a_border_sp {
    0% {
      height: 0px;
      bottom: 36px;
    }

    50% {
      height: 42px;
      bottom: 36px;
    }

    50% {
      height: 42px;
      bottom: -33px;
    }

    100% {
      height: 0px;
      bottom: -33px;
    }
  }

  @-webkit-keyframes a_border_sp {
    0% {
      height: 0px;
      bottom: 6px;
    }

    50% {
      height: 42px;
      bottom: 6px;
    }

    50% {
      height: 42px;
      bottom: -33px;
    }

    100% {
      height: 0px;
      bottom: -33px;
    }
  }

  #index .menu.sec .tab a>span {
    display: block;
    font-size: 13px;
    letter-spacing: 0.05em;
    padding: 50px 0 0px 0;
    background: url(../img/index/icon_menu1.png) no-repeat center top;
    background-size: 50px auto;
    text-align: center;
  }

  #index .menu.sec .tab a span span.f_en {
    font-size: 10px;
    color: #6cafd0;
    display: block;
    line-height: 1.2em;
    letter-spacing: 0.2em;
    margin-top: 3px;
  }

  #index .menu.sec .tab a.bt_problem>span {
    background-image: url(../img/index/icon_menu2.png);
  }

  #index .menu.sec .tab a.active {
    background-color: #6cafd0;
  }

  #index .menu.sec .tab a.active>span {
    color: #fff;
    background-image: url(../img/index/icon_menu1_w.png);
  }

  #index .menu.sec .tab a.bt_problem.active>span {
    color: #fff;
    background-image: url(../img/index/icon_menu2_w.png);
  }

  #index .menu.sec .tab a.active>span span {
    color: #fff;
  }

  #index .menu.sec .tab_inner {
    display: block;
    margin-top: 45px;
    justify-content: space-between;
  }

  #index .menu.sec .tab_inner>div {
    width: auto;
    display: none;
  }

  #index .menu.sec .tab_inner>div.active {
    display: block;
  }

  #index .menu.sec .tab_inner>div ul {
    display: block;
    flex-wrap: wrap;
  }

  #index .menu.sec .tab_inner>div ul li {
    width: auto;
    margin-top: 0;
  }

  #index .menu.sec .tab_inner>div ul li+li {
    margin-top: 6px;
  }

  #index .menu.sec .tab_inner>div ul li a {
    display: block;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: left;
    font-size: 14px;
    height: auto;
    line-height: 1.5em;
    letter-spacing: 0.2em;
    text-align: left;
    padding: 12px 25px;
  }

  /*============================
	#tips
	============================*/

  #index .tips.sec {
    padding: 40px 0 20px 0;
    position: relative;
    margin-top: -100px;
    padding-top: 140px;
  }

  #index .tips.sec::after {
    content: "";
    width: 100%;
    height: 370px;
    background: #fff;
    background-size: cover;
    display: block;
    position: absolute;
    right: 0;
    top: 100px;
    transition: width ease 1s;
  }

  #index .tips.sec.active::after {
    width: 0%;
  }

  #index .tips.sec::before {
    content: "";
    width: 100%;
    height: 370px;
    background: url(../img/index/img_tips_sp.jpg) no-repeat left 0 top 0 #e3f0f2;
    background-size: auto 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 100px;
    margin-left: 0;
    border-radius: 0 105px 0 0;
  }

  #index .tips.sec>.inner {
    width: 84%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px 0 0 0px;
    position: relative;
  }

  #index .tips.sec h2.f_en {
    text-align: center;
    margin-bottom: 25px;
  }

  #index .tips.sec p.lead.f_min {
    font-size: 25px;
    letter-spacing: 0.1em;
    color: #000;
    margin: 0 0 0 140px;
  }

  p.lead.f_min {}

  #index .tips.sec p.text {
    color: #000;
    margin: 20px 0 0 140px;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    font-size: 11px;
    min-height: 72px;
  }

  #index .tips.sec p.text br {
    display: none;
  }

  #index .tips.sec .tagbox {
    background: #fff;
    margin-top: 52px;
    min-height: 0;
  }

  #index .tips.sec .tagbox.comingsoon {
    min-height: 0;
    padding: 60px 0;
    margin-bottom: 0;
  }

  #index .tips.sec .tagbox.comingsoon p {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.2em;
  }

  #index .tips.sec .tagbox ul.taglist {
    padding: 13px 20px;
  }

  #index .tips.sec .tagbox ul.taglist li {
    display: inline-block;
  }

  #index .tips.sec .tagbox ul.taglist li a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  #index .tips.sec .tagbox ul.taglist li a::before {
    content: "＃";
  }

  /*============================
	#clinicinfo
	============================*/

  #index .clinicinfo.sec {
    padding: 100px 0 50px 0;
    margin-top: -50px;
  }

  #index .clinicinfo.sec>.inner {
    width: 84%;
    margin: 0 auto;
  }

  #index .clinicinfo.sec h2.f_en {
    text-align: center;
  }

  #index .clinicinfo.sec .fbox {
    display: block;
    justify-content: space-between;
    margin-top: 20px;
  }

  #index .clinicinfo.sec .fbox .box {
    width: auto;
  }

  #index .clinicinfo.sec .fbox .box+.box {
    margin-top: 46px;
  }

  #index .clinicinfo.sec .fbox .box a {
    display: block;
    position: relative;
  }

  #index .clinicinfo.sec .fbox .box a .img {
    border-radius: 8px;
    overflow: hidden;
  }

  #index .clinicinfo.sec .fbox .box a .img img {
    margin: -15% 0;
  }

  #index .clinicinfo.sec .fbox .box a p.title {
    font-size: 14px;
    letter-spacing: 0.2em;
    margin-top: 22px;
  }

  #index .clinicinfo.sec .fbox .box a p.title span.f_en {
    font-size: 20px;
    display: block;
    color: #6cafd0;
  }

  #index .clinicinfo.sec .fbox .box a p.bt_more {
    position: absolute;
    right: 18px;
    bottom: -8px;
    width: 66px;
    line-height: 66px;
    font-size: 11px;
    transition: 1s ease all;
  }

  /*============================
	#subtopics
	============================*/

  #index .subtopics.sec {
    padding: 50px 0 50px 0;
    background: #eeeeee;
  }

  #index .subtopics.sec>.inner {
    width: 84%;
    margin: 0 auto;
    position: relative;
  }

  #index .subtopics.sec h2.f_en {
    text-align: center;
  }

  .appendixlist {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    flex-wrap: wrap;
  }

  #index .subtopics.sec .appendixlist {
    overflow: visible;
    width: auto;
    position: relative;
    left: auto;
    margin-top: 30px;
    display: flex;
  }

  .appendixlist .box {
    margin-top: 30px;
    width: 47%;
    margin: 40px 0 0 6%;
  }

  .appendixlist .box:nth-child(-n+3) {
    margin-top: 40px;
  }

  .appendixlist .box:nth-child(3n-2) {
    margin-left: 6%;
  }

  .appendixlist .box:nth-child(-n+2) {
    margin-top: 0;
  }

  .appendixlist .box:nth-child(2n-1) {
    margin-left: 0;
  }

  #index .appendixlist .box {
    display: none;
  }

  #index .appendixlist .box:nth-child(-n+4) {
    display: block;
  }

  .appendixlist .box a {
    width: auto;
    display: block;
    margin: 0 auto;
  }

  .appendixlist .box a .info {}

  .appendixlist .box a .info .img {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  }

  .appendixlist .box a .info .img img {}

  .appendixlist .box a .info p.title {
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.5em;
  }

  .appendixlist .box a .info .fbox {
    font-size: 11px;
    display: flex;
    color: #4b9fd4;
    margin-top: 8px;
  }

  .appendixlist .box a .info .fbox p.cat.f_en {
    line-height: 1em;
    font-size: 10px;
  }

  .appendixlist .box a .info .fbox p.date {
    line-height: 1em;
    margin-left: 6px;
    padding-left: 6px;
    border-left: 1px solid #4b9fd4;
    font-size: 10px;
  }

  .appendixlist .box a .info p.text {
    font-size: 13px;
    padding: 0 20px;
    line-height: 1.8em;
    margin: 20px 0 0 0;
    height: 3.6em;
    overflow: hidden;
  }

  #index .subtopics.sec a.bt_index.f_en {
    position: relative;
    right: auto;
    top: auto;
    margin: 30px auto 0 auto;
  }

  /* ===========================================================================================
	
	  Inner
	
	========================================================================================== */

  #inner .content>.inner {
    /* width: 86%; */
    width: 93%;
    margin: 0 auto;
    padding: 40px 0 60px 0;
    max-width: 1000px;
  }

  #inner.about .visual,
  #inner.archive.menu .visual {
    background: url(images/about/img_visual_sp.jpg?v=1) no-repeat center center;
    background-size: cover;
    position: relative;
    height: 450px;
    box-sizing: border-box;
    padding-top: 10px;
    width: auto;
  }

  #inner.about .visual.show,
  #inner.archive.menu .visual.show {
    border-radius: 0 0 0 80px;
  }

  #inner.archive.menu .visual {
    background-image: url(images/menu/img_visual_sp.jpg?v=1);
    height: 320px;
    margin: 0;
  }

  #inner.about .visual,
  #inner.archive.menu .visual {
    background-size: calc(100% + 20px) auto;
    background-position: left calc(50% + 20px) top 50%;
  }

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

    #inner.about .visual,
    #inner.archive.menu .visual {
      background-size: calc(100% + 40px) auto;
    }
  }

  #inner.about .visual.show,
  #inner.archive.menu .visual.show {
    background-position: left calc(50%) top 50%;
  }

  #inner.about .visual h2,
  #inner.archive.menu .visual h2 {
    font-size: 25px;
    color: #92c3cf;
    margin: 170px 0 0 7%;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-align: left;
  }

  #inner.archive.menu .visual h2 {
    margin-top: 110px;
  }

  #inner.privacypolicy .visual,
  #inner.contact .visual {
    width: 84%;
    margin: 70px auto 0 auto;
  }

  #inner.privacypolicy .visual h2,
  #inner.contact .visual h2 {
    font-size: 25px;
    color: #92c3cf;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-align: center;
    opacity: 0;
    transition: all ease 1s;
    position: relative;
    top: 20px;
    left: auto;
  }

  #inner.privacypolicy .visual.show h2,
  #inner.contact .visual.show h2 {
    opacity: 1;
    top: 0px;
    left: auto;
  }

  /**********************************************************/
  /* Archive Menu */
  /**********************************************************/
  #inner.archive {
    background: #ebebeb;
  }

  #inner.archive .visual,
  #inner.faq .visual,
  #inner.search .visual {
    background: no-repeat;
    width: 84%;
    text-align: center;
    height: auto;
    padding: 0;
    margin: 70px auto 0 auto;
  }

  #inner.archive.tips .visual {
    background: no-repeat;
    width: auto;
    height: auto;
    padding: 50px 0 0 0;
    margin: 0;
    background: url(../img/img_tips_visual.jpg) no-repeat right -30px top;
    background-size: auto 100%;
    background: none;
    border-radius: 0;
  }

  #inner.archive.tips .visual::before {
    display: none;
  }

  #inner.archive.tips .visual .label {
    font-size: 30px;
    margin: 0;
    left: 0 !important;
  }

  #inner.archive.tips .visual h2 {
    font-size: 22px;
    line-height: 1em;
    letter-spacing: 0.2em;
    margin: 0;
    left: 0 !important;
  }

  #inner.archive.tips .visual .tag {
    margin: 26px 0 0 0;
    font-size: 16px;
    color: #000;
    line-height: 1.5em;
    letter-spacing: 0.2em;
    left: 0 !important;
  }

  #inner.archive .visual h2,
  #inner.faq .visual h2,
  #inner.search .visual h2 {
    font-size: 25px;
    color: #92c3cf;
    line-height: 1em;
    letter-spacing: 0.2em;
    opacity: 0;
    transition: all ease 1s;
    position: relative;
    left: auto;
    top: 20px;
  }

  #inner.archive .visual.show h2,
  #inner.faq .visual.show h2,
  #inner.search .visual.show h2 {
    opacity: 1;
    left: auto;
    top: 0;
  }

  #inner.search .visual h2 {
    text-align: center;
  }

  #inner.search .visual .word {
    font-size: 16px;
    letter-spacing: 0.1em;
    text-indent: 0;
    margin-top: 12px;
  }

  #inner.search .visual .word.all {
    text-indent: 0;
  }

  /*** Menu submenu ***/
  #inner .submenu {
    margin: -80px auto 40px auto;
    position: relative;
    z-index: 100;
  }

  #inner .submenu .tab {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
  }

  #inner .submenu .tab a {
    display: block;
    width: 49%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    position: relative;
    background: url(../img/index/icon_menu1.png) no-repeat center 4px;
    background-size: 35px auto;
    background-color: #fff;
  }

  #inner .submenu .tab a.bt_problem {
    background-image: url(../img/index/icon_menu2.png);
  }

  #inner .submenu .tab a.active,
  #inner .submenu .tab a:hover {
    opacity: 1;
    background-color: #6cafd0;
    color: #fff;
    background-image: url(../img/index/icon_menu1_w.png);
  }

  #inner .submenu .tab a.bt_problem.active,
  #inner .submenu .tab a.bt_problem:hover {
    background-image: url(../img/index/icon_menu2_w.png);
  }

  #inner .submenu .tab a>span {
    display: block;
    font-size: 11px;
    letter-spacing: 0.1em;
    padding: 32px 0 0 0px;
    line-height: 1em;
    text-align: center;
  }

  #inner .submenu .tab a span span.f_en {
    font-size: 7px;
    color: #6cafd0;
    display: block;
    line-height: 1em;
    letter-spacing: 0.1em;
    margin-top: 6px;
    transition: 0.3s ease color;
  }

  #inner .submenu .tab a.active span.f_en,
  #inner .submenu .tab a:hover span.f_en {
    color: #fff;
  }

  #inner .submenu ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 0;
    width: 102%;
    position: relative;
    left: -1%;
  }

  #inner .submenu ul li {
    width: 31.3333%;
    margin: 1%;
  }

  #inner .submenu ul li a {
    display: block;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    height: 50px;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 0 8px;
    box-sizing: border-box;
  }

  #inner .submenu ul li a.active,
  #inner .submenu ul li a:hover {
    opacity: 1;
    background: #6cafd0;
    color: #fff;
  }

  /*** Menu submenu ***/
  #inner .submenu_fixed {
    position: fixed;
    top: 5px;
    z-index: 1000;
    left: 0;
    width: 100%;
    height: 0;
    transition: 0.3s ease top;
  }

  #inner .submenu_fixed.show {
    top: 85px;
  }

  #inner .submenu_fixed>.inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 92%;
    align-items: start;
  }

  #inner .submenu_fixed .box {
    display: block;
    width: 48.5%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 8px;
    transition: 0.3s ease background;
  }

  #inner .submenu_fixed .box>a {
    padding: 6px 0 6px 9px;
    display: flex;
    justify-content: center;
    position: relative;
    background: url(../img/index/icon_menu1.png) no-repeat 5px center;
    background-size: 30px auto;
    font-size: 10px;
    letter-spacing: 0;
  }

  #inner .submenu_fixed .box>a.bt_problem {
    background-image: url(../img/index/icon_menu2.png);
  }

  #inner .submenu_fixed .box.active {
    opacity: 1;
    background-color: #6cafd0;
  }

  #inner .submenu_fixed .box.active>a {
    color: #fff;
    background-image: url(../img/index/icon_menu1_w.png);
  }

  #inner .submenu_fixed .box.active>a.bt_problem {
    background-image: url(../img/index/icon_menu2_w.png);
  }

  #inner .submenu_fixed .box.active ul li a {
    color: #fff;
    background: linear-gradient(#fff, #fff) 0 90%/0 1px no-repeat;
    text-decoration: none;
  }

  #inner .submenu_fixed .box.active ul li a:hover {
    background-size: 100% 1px !important;
    opacity: 1;
  }

  #inner .submenu_fixed .box>a::before {
    top: 50%;
    right: 10px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(80, 80, 80, 0);
    border-top-color: #505050;
    border-width: 5px;
    margin-left: -5px;
    margin-top: -3px;
    transition: 0.3s ease all;
  }

  #inner .submenu_fixed .box.active>a::before {
    border-top-color: #fff;
  }

  #inner .submenu_fixed .list {
    display: none;
  }

  #inner .submenu_fixed ul {
    display: block;
    padding: 5px 15px 10px 15px;
  }

  #inner .submenu_fixed ul li {
    width: auto;
  }

  #inner .submenu_fixed ul li a {
    font-size: 10px;
    line-height: 1.5em;
    padding: 7px 0px;
    display: block;
  }

  #inner.archive.tips .content {}

  #inner.archive.tips .content h2 {}

  #inner.archive.tips .content .tipslist {
    margin-top: 0;
  }

  #inner.archive.menu .content {}

  #inner.archive.menu .content .menulist {}

  #inner.archive.menu .content .menulist .box {
    padding-top: 120px;
    margin-top: -120px;
  }

  #inner.archive.menu .content .menulist .box+.box {
    margin-top: -70px;
  }

  #inner.archive.menu .content .menulist .box .b_main {
    background: none !important;
    width: auto;
  }

  #inner.archive.menu .content .menulist .box .b_image {
    background: none !important;
    width: auto;
    margin-top: 50px;
  }

  #inner.archive.menu .content .menulist .box .b_image figure {
    margin: 0;
  }

  #inner.archive.menu .content .menulist .box .b_image figure+figure {
    margin-top: 40px;
  }

  #inner.archive.menu .content .menulist .box .b_image figure figcaption {
    margin: 15px 0 0 0;
    line-height: 1.5em;
    font-size: 12px;
  }

  #inner.archive.menu .content .menulist .box>.inner {
    display: block;
    border-radius: 15px;
    padding: 30px 20px 210px 20px;
    position: relative;
  }

  #inner.archive.menu .content .menulist .box .h_menu {
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 0.1em;
    font-size: 13px;
    color: #6caacb;
    margin-bottom: 10px;
    margin-top: 50px;
  }

  #inner.archive.menu .content .menulist .box .b_menu {
    background: none !important;
  }

  #inner.archive.menu .content .menulist .box .b_menu+.b_menu {
    margin-top: 40px;
  }

  #inner.archive.menu .content .menulist .box .b_menu h3 {
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    border: 1px solid #505050;
    padding: 3px 12px;
    display: inline-block;
  }

  #inner.archive.menu .content .menulist .box .b_menu figure {
    margin: 12px 0 0 0;
  }

  #inner.archive.menu .content .menulist .box .b_menu table {
    border: none;
    display: block;
  }

  #inner.archive.menu .content .menulist .box .b_menu table tbody {
    display: block;
  }

  #inner.archive.menu .content .menulist .box .b_menu table tbody tr {
    display: flex;
  }

  #inner.archive.menu .content .menulist .box .b_menu table tbody tr td {
    font-family: 'DM Sans', 'Sawarabi Gothic', sans-serif;
    border: none;
    width: 50%;
    line-height: 1.5em;
    font-size: 11px;
    letter-spacing: 0.1em;
    padding: 2px 0;
  }

  #inner.archive.menu .content .menulist .box .b_menu table tbody tr td+td {
    width: 50%;
    margin-left: 10px;
  }

  #inner.archive.menu .content .menulist .box .b_menu table+figcaption {
    font-size: 11px;
    margin-top: 5px;
  }

  #inner.archive.menu .content .menulist .box .b_description {
    background: none !important;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid #505050;
  }

  #inner.archive.menu .content .menulist .box .b_description h2 {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }

  #inner.archive.menu .content .menulist .box .b_description p {
    font-size: 12px;
  }

  #inner.archive.menu .content .menulist .box .h_trouble {
    font-size: 13px;
    color: #6caacb;
    margin: 40px 0 10px 0;
    padding-top: 30px;
    border-top: 1px solid #505050;
    letter-spacing: 0;
    font-family: 'DM Sans', 'Sawarabi Gothic', sans-serif;
  }

  #inner.archive.menu .content .menulist .box .b_trouble {
    background: none !important;
    margin-top: 0;
    padding-top: 0;
  }

  #inner.archive.menu .content .menulist .box .b_trouble+.b_trouble {
    margin-top: 30px;
  }

  #inner.archive.menu .content .menulist .box h2 {
    margin-bottom: 10px;
  }

  #inner.archive.menu .content .menulist .box .h_menu:first-child,
  #inner.archive.menu .content .menulist .box .h_trouble:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }

  #inner.archive.menu .content .menulist .box .b_trouble h3 {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px;
  }

  #inner.archive.menu .content .menulist .box .b_trouble p {
    font-size: 12px;
  }

  #inner.archive.menu .content .menulist .box .linkbox {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 20px;
    margin-top: 0;
    width: calc(100% - 40px);
  }

  #inner.archive.menu .content .menulist .box .linkbox>div {
    width: auto;
  }

  #inner.archive.menu .content .menulist .box .linkbox a {
    display: flex;
    justify-content: center;
    background: #5f666c;
    position: relative;
  }

  #inner.archive.menu .content .menulist .box .linkbox a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    right: 20px;
    position: absolute;
  }

  #inner.archive.menu .content .menulist .box .linkbox .line a {
    background: #797f80;
  }

  #inner.archive.menu .content .menulist .box .linkbox .title {
    color: #fff;
    font-size: 11px;
    line-height: 1em;
    letter-spacing: 0.2em;
    width: 170px;
    padding: 18px 20px 18px 70px;
    background: url(images/icon_reservation.png) no-repeat left center;
    background-size: 60px;
  }

  #inner.archive.menu .content .menulist .box .linkbox .line .title {
    background-image: url(images/icon_line.png);
  }

  #inner.archive.menu .content .menulist .box .linkbox .title span {
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
  }

  #inner.archive.news .content,
  #inner.faq .content {
    margin-top: 0;
  }

  #inner.archive.news .content>.inner,
  #inner.faq .content>.inner {
    box-sizing: border-box;
    padding: 40px 0 60px 0;
  }

  /**********************************************************/
  /* Contact */
  /**********************************************************/
  #inner.contact {
    background: #e6e6e6;
  }

  #inner.contact .content .note {
    position: relative;
    font-size: 13px;
    float: none;
    padding-left: 18px;
    margin-top: 0;
    width: 60px;
    margin: 0 auto 21px auto;
  }

  #inner.contact .content form {
    position: relative;
    z-index: 100;
    font-size: 13px;
  }

  #inner.contact .content form dl {
    display: block;
    flex-wrap: wrap;
    width: 100%;
  }

  #inner.contact .content form dl dt {
    font-size: 13px;
    font-weight: 500;
    width: auto;
    position: relative;
    margin-top: 20px;
    box-sizing: border-box;
  }

  #inner.contact .content form dl dt:first-child,
  #inner.contact .content form dl dt:first-child+dd {
    margin-top: 0;
  }

  #inner.contact .content form dl dt.required {
    padding-left: 20px;
  }

  #inner.contact .content form dl dt.required::before,
  #inner.contact .content .note::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: red;
    position: absolute;
    display: block;
    left: 0;
    top: 15px;
  }

  #inner.contact .content .note::before {
    top: 9px;
  }

  #inner.contact .content form dl dt p {
    line-height: 40px;
    letter-spacing: 0.1em;
  }

  #inner.contact .content form dl dd {
    margin-left: 0;
    min-height: 36px;
    margin-top: 0;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #inner.contact .content form dl dd p {
    width: 100%;
  }

  #inner.contact .content form dl dd .box {
    width: 46.2%;
  }

  #inner.contact .content form dl dd .box.wide {
    width: 100%;
  }

  #inner.contact .content form dl dd .box.wide+.box.wide {
    margin-top: 20px;
  }

  #inner.contact .content form dl dd .box.wide p,
  #inner.contact .content form dl dd .box.wide p>span {
    width: 100%;
  }

  #inner.contact .content form dl dd .box p {
    display: flex;
    align-items: start;
  }

  #inner.contact .content form dl dd .box p span.label {
    width: 54px;
    line-height: 54px;
  }

  #inner.contact .content form dl dd span {
    display: block;
  }

  #inner.contact .content form dl dd input,
  #inner.contact .content form dl dd select {
    -webkit-appearance: none;
    line-height: 1.5em;
    padding: 15px 16px;
    font-size: 16px;
    box-sizing: border-box;
    border: none;
    width: 100%;
    background: #fff;
    color: #000;
    box-shadow: 0 0 8px #ccc;
  }

  #inner.contact .content form dl dd textarea {
    line-height: 1.5em;
    display: block;
    padding: 18px 16px;
    font-size: 16px;
    box-sizing: border-box;
    border: none;
    width: 100%;
    resize: none;
    min-height: 0;
    height: 220px;
    box-shadow: 0 0 8px #ccc;
    font-weight: normal;
  }

  #inner.contact .content form .submitbox {
    margin: 20px 0 0 0;
  }

  #inner.contact .content form .submitbox .bt_submit {
    width: 240px;
    margin: 0 auto;
  }

  #inner.contact .content form .submitbox .bt_submit input {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    display: block;
    font-size: 13px;
    color: #fff !important;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    background: #6c9fc0;
    border: none;
    line-height: 60px;
    width: 100%;
    font-weight: normal;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }

  #inner.contact .content form .submitbox .bt_submit:hover {
    background: #333;
  }

  .wpcf7-spinner {
    display: none !important;
  }

  .wpcf7-response-output {
    display: block;
    width: auto;
    margin: 30px auto 0 auto !important;
    box-sizing: border-box;
    border-color: #F44336 !important;
    padding: 20px !important;
    color: #F44336;
  }

  div.wpcf7 .ajax-loader {
    display: none !important;
  }

  span.wpcf7-not-valid-tip {
    color: #ffffff !important;
    font-size: 11px !important;
    background: #f44235;
    padding: 7px 10px;
    margin-bottom: 15px;
    line-height: 1.5em;
  }

  #inner.contact .content .recaptcha_note {
    margin-top: 20px;
    font-size: 10px;
  }


  /**********************************************************/
  /* Pivacy Policy */
  /**********************************************************/
  #inner.privacypolicy {
    background: #e6e6e6;
  }

  #inner.privacypolicy .content p {
    font-size: 12px;
    line-height: 2em;
    margin-top: 0px;
    letter-spacing: 0;
  }

  #inner.privacypolicy .content p strong {
    font-weight: bold;
  }



  /**********************************************************/
  /* About */
  /**********************************************************/
  #inner.about {}

  #inner.about .intro {
    padding: 50px 0 70px 0;
  }

  #inner.about .intro>.inner {
    width: 84%;
    margin: 0 auto;
    position: relative;
  }

  #inner.about .intro .before,
  #inner.about .intro .after {
    width: 410px;
    height: 410px;
    top: 752px;
    right: -204px;
  }

  #inner.about .intro .after {
    transform: rotate(180deg);
    top: 1446px;
    width: 530px;
    height: 440px;
    right: auto;
    left: -271px;
  }

  #inner.about .intro>.inner>.lead {
    font-size: 21px;
    text-align: center;
    letter-spacing: 0.15em;
    line-height: 1.6em;
  }

  #inner.about .intro>.inner>.text {
    text-align: left;
    font-size: 13px;
    margin-top: 25px;
    letter-spacing: 0.1em;
    text-align: justify;
    line-height: 1.8em;
  }

  #inner.about .intro .about {
    margin-top: 75px;
  }

  #inner.about .intro .about .box {
    display: block;
  }

  #inner.about .intro .about .box+.box {
    margin-top: 74px;
  }

  #inner.about .intro .about .box .info {
    width: auto;
    /* border-top: 1px solid #505050; */
    padding-top: 19px;
  }

  #inner.about .intro .about .box .info .header {
    display: flex;
    align-items: center;
    position: relative;
  }

  #inner.about .intro .about .box .info .header p.label.f_en {
    text-align: center;
    font-size: 62px;
    line-height: 1em;
    width: 50px;
    margin-top: 7px;
  }

  #inner.about .intro .about .box .info .header img {
    width: 80px;
    margin-right: 10px;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  #inner.about .intro .about .box .info .header p.title {
    font-size: 17px;
    letter-spacing: 0.1em;
  }

  #inner.about .intro .about .box .info .header p.en_title.f_en {
    font-size: 10px;
    line-height: 1.3em;
    margin-top: 0;
  }

  #inner.about .intro .about .box .info p.text {
    text-align: justify;
    font-size: 12px;
    margin-top: 17px;
    line-height: 1.8em;
  }

  #inner.about .intro .about .box .img {
    width: auto;
    margin-top: 20px;
    border-radius: 10px;
  }

  #inner.about .sec h3 {
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.2em;
    left: auto;
    top: 20px;
  }

  #inner.about .sec.active h3 {
    left: auto;
    top: 0;
  }

  #inner.about .sec h3 span {
    display: block;
    font-size: 23px;
    color: #6ca2c3;
    margin-bottom: 0;
  }

  #inner.about .message {
    background: #e6e6e6;
    padding: 60px 0;
  }

  #inner.about .message>.inner {
    width: 84%;
    margin: 0 auto;
    position: relative;
  }

  #inner.about .message .lead {
    margin-top: 34px;
    font-size: 19px;
    letter-spacing: 0.05em;
  }

  #inner.about .message .text {
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-top: 22px;
    line-height: 1.8em;
    text-align: justify;
  }

  #inner.about .message .chairman {
    margin-top: 25px;
  }

  #inner.about .message .chairman .name {
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  #inner.about .message .chairman .name span {
    display: block;
    font-size: 11px;
    line-height: 1.5em;
  }

  #inner.about .message .chairman .profile {
    font-size: 11px;
    margin-top: 18px;
    width: auto;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    flex-direction: column;
    gap: 24px;
  }

  #inner.about .message .img {
    border-radius: 10px;
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    margin-top: 30px;
    transition: all ease 1s;
    opacity: 0;
    transition: all ease 1s +0.4s;
    top: 20px;
  }

  #inner.about .message.active .img {
    opacity: 0;
  }

  #inner.about .message .img.active {
    opacity: 1;
    top: 0;
  }

  #inner.about .facility {
    padding: 60px 0;
  }

  #inner.about .facility>.inner {
    width: 84%;
    margin: 0 auto;
    position: relative;
  }

  #inner.about .facility .text {
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-top: 35px;
    line-height: 1.8em;
    width: auto;
  }

  #inner.about .facility .img.non_pc {
    display: flex !important;
    flex-wrap: wrap;
    margin-top: 40px;
    align-items: start;
    margin-bottom: 0;
    justify-content: space-between;
  }

  #inner.about .facility .img img {
    transform: none !important;
    width: 100% !important;
    margin: 20px 0 0 0 !important;
    position: relative;
    opacity: 0;
    transition: all ease 1s;
    top: 20px;
  }

  #inner.about .facility .img img.active {
    top: 0;
    opacity: 1;
  }

  #inner.about .facility .img .img1 {
    margin: 0 !important;
  }

  #inner.about .facility .img .img4,
  #inner.about .facility .img .img5 {
    width: 48% !important;
  }

  /**********************************************************/
  /* Single */
  /**********************************************************/
  #inner.single .main {
    background: #e6e6e6;
  }

  #inner.single .content {
    padding: 0 0 60px 0;
  }

  #inner.single .content>.inner {
    padding-bottom: 0;
    display: block;
    padding: 50px 0 0 0;
  }

  #inner.single .content>.inner .info {
    width: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  #inner.single.tips .content>.inner .info {
    display: block;
  }

  #inner.single .content>.inner .info h2 {
    font-size: 25px;
    display: block;
    line-height: 1em;
    color: #92c3cf;
    letter-spacing: 0.2em;
    margin-bottom: 0;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    position: relative;
  }

  #inner.single .content>.inner .info .cat,
  #inner.single .content>.inner .info .date {
    font-size: 14px;
    position: relative;
    padding: 8px 0;
    text-align: center;
  }

  #inner.single .content>.inner .info .date {
    margin-left: 25px;
  }

  #inner.single.tips .content>.inner .info .date {
    margin-left: 0px;
  }

  #inner.single .content>.inner .info .cat::before {
    display: none;
  }

  #inner.single .content>.inner .info .date::before {
    content: "";
    width: 1px;
    height: 12px;
    background: #505050;
    top: 17px;
    left: -13px;
    position: absolute;
    margin-left: 0;
    opacity: 0.;
  }

  #inner.single.tips .content>.inner .info .date::before {
    display: none;
  }

  #inner.single.tips .content>.inner .info .label {
    font-size: 22px;
    letter-spacing: 0.15em;
    margin-bottom: 0;
    text-align: center;
    width: auto;
    width: 100%;
    color: #000;
  }

  #inner.single .content>.inner .info .tag {
    display: flex;
    margin-top: 16px;
    padding: 8px 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  #inner.single .content>.inner .info .tag::before {
    left: 50%;
    top: auto;
    bottom: 0;
    margin-left: -15px;
  }

  #inner.single .content>.inner .info .tag li {
    margin: 0 5px 5px 5px;
    line-height: 1.5em;
  }

  #inner.single .content>.inner .info .tag li a {
    font-size: 13px;
  }

  #inner.single .content>.inner .info .tag li a::before {
    content: "＃";
  }

  /*** /Cat Colors ***/
  #inner.single .content>.inner article {
    width: auto;
    background: #fff;
    border-radius: 10px;
    margin-top: 4px;
  }

  #inner.single article .inner {
    padding: 40px 20px 50px 20px;
  }

  #inner.single article h1 {
    font-size: 19px;
  }

  #inner.single article .inner .body {
    margin-top: 30px;
  }

  #inner.single article .inner .body>*:first-child {
    margin-top: 0;
  }

  #inner.single article .inner .body h2 {
    font-size: 16px;
    line-height: 2em;
    font-weight: 300;
    margin: 40px 0 10px 0;
  }

  #inner.single article .inner .body {
    margin-top: 25px;
    font-size: 15px;
    line-height: 2em;
    font-weight: 300;
    letter-spacing: 0.1em;
  }

  #inner.single article .inner .body p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 20px;
    line-height: 1.8em;
    font-size: 12px;
  }

  #inner.single article .inner .body a {
    text-decoration: underline;
    color: #029663;
  }

  #inner.single article .inner .body figure {
    margin: 0 0 20px 0;
  }

  #inner.single article .inner .body p:first-child,
  #inner.single article .inner .body h2:first-child,
  #inner.single article .inner .body figure:first-child {
    margin-top: 0;
  }

  #inner.single article .inner .body p:last-child,
  #inner.single article .inner .body h2:last-child,
  #inner.single article .inner .body figure:last-child {
    margin-bottom: 0;
  }

  #inner.single .otherpost {
    width: 90%;
    margin: 65px auto 0 auto;
  }

  #inner.single .otherpost .label {
    font-size: 18px;
    letter-spacing: 0.2em;
    color: #6c9fc0;
    text-align: center;
    margin-bottom: 25px;
  }

  #inner.single .otherpost .newslist {
    margin: 0;
    width: auto;
  }

  /**********************************************************/
  /* 404 */
  /**********************************************************/
  #error {
    text-align: center;
    padding-top: 130px;
  }

  #error h2 {
    font-size: 20px;
    padding: 40px 0;
    color: #c3c4c4;
  }

  #error .bt_more {
    /* text-align: left; */
    margin: 30px auto 0 auto;
  }
}


/* Add 240318 */
#inner.single article h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

#inner.single article .inner .body {
  font-family: "Noto Sans JP", sans-serif;
}

#inner.single article .inner .body p {
  font-weight: 400;
}

#inner.single article .inner .body h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.6em;
  margin: 60px 0 30px 0;
}

#inner.single article .inner .body h3 {
  font-size: 17px;
  line-height: 1em;
  font-weight: 500;
  border-left: 3px solid #000;
  padding: 0px 0 3px 14px;
  margin: 50px 0 30px 0;
}

#inner.single article .inner .body ul,
#inner.single article .inner .body ol {
  margin-bottom: 40px;
}

#inner.single article .inner .body ol li {
  position: relative;
  font-size: 13px;
  line-height: 1.6em;
  padding-left: 25px;
}

#inner.single article .inner .body ul li {
  position: relative;
  padding-left: 25px;
  font-size: 13px;
  line-height: 1.6em;
}

#inner.single article .inner .body ol li+li,
#inner.single article .inner .body ul li+li {
  margin-top: 5px;
}

#inner.single article .inner .body ul li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background: #95bbc4;
}

#inner.single article .inner .body ol li::before {
  content: "1";
  position: absolute;
  left: 1px;
  top: 0;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  color: #95bbc4;
  line-height: 1.6em;
  font-size: 13px;
}

#inner.single article .inner .body ol li:nth-child(2)::before {
  content: "2";
}

#inner.single article .inner .body ol li:nth-child(3)::before {
  content: "3";
}

#inner.single article .inner .body ol li:nth-child(4)::before {
  content: "4";
}

#inner.single article .inner .body ol li:nth-child(5)::before {
  content: "5";
}

#inner.single article .inner .body ol li:nth-child(6)::before {
  content: "6";
}

#inner.single article .inner .body ol li:nth-child(7)::before {
  content: "7";
}

#inner.single article .inner .body ol li:nth-child(8)::before {
  content: "8";
}

#inner.single article .inner .body ol li:nth-child(9)::before {
  content: "9";
}

#inner.single article .inner .body ol li:nth-child(10)::before {
  content: "10";
}

#inner.single article .inner .body strong {
  font-weight: bold;
}

#inner.single article .inner .body table {
  font-size: 13px;
}

#inner.single article .inner .body table tr>*:first-child {
  background: #eaf1f3;
}

#inner.single article .inner .body .wp-block-table {}

#inner.single article .inner .body .wp-block-table table {
  min-width: 400px;
}


@media screen and (max-width: 767px) {
  #inner.single article .inner .body h2 {
    font-weight: 500;
    font-size: 18px;
    margin: 40px 0 20px 0;
  }

  #inner.single article .inner .body h3 {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
    border-left: 3px solid #000;
    padding: 0px 0 3px 12px;
    margin: 40px 0 15px 0;
  }

  #inner.single article .inner .body ul li {
    font-size: 12px;

  }

  #inner.single article .inner .body .wp-block-table {
    padding-bottom: 10px;
    position: relative;
  }

  #inner.single article .inner .body .wp-block-table::after {
    content: "Scroll →";
    color: #95bbc4;
    font-size: 10px;
    display: block;
    margin-top: 7px;
  }

  #inner.single article .inner .body table {
    font-size: 12px;
  }
}

body#inner.sp_view.tips .content>.inner .info {
  display: none;
}

/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  /*rem算出をしやすくするために*/
}

.only_pc {
  display: block;
}

.only_sp {
  display: none;
}

.btn--pink,
a.btn--pink {
  color: #fff;
  background-image: linear-gradient(45deg, #fabd05 0%, #f26935 100%);
  box-shadow: 0 3px 0 0 rgba(198, 39, 39, 1);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 15rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--pink:after,
a.btn--pink:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 0 0 5px;
  background: url("https://beclinic.jp/wp/wp-content/uploads/2024/04/arrow.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.btn--pink:before,
a.btn--pink:before {
  content: "";
  display: inline-block;

  vertical-align: middle;
}

.btn--pink:hover,
a.btn--pink:hover {
  color: #fff;
  background: #ffa8a8;
}

.btn--green,
a.btn--green {
  color: #fff;
  background-color: #06c755;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 16.3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--green:after,
a.btn--green:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 0 0 5px;
  background: url("https://beclinic.jp/wp/wp-content/uploads/2024/04/arrow.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.btn--green:before,
a.btn--green:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -3px 0 0 5px;
  background: url("https://beclinic.jp/wp/wp-content/uploads/2024/04/line.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.btn--green:hover,
a.btn--green:hover {
  color: #fff;
  background: #06c755;
}

.wp-embed-footer {
  display: none !important;
}

/*あわせて読みたい関連記事用 */
.blogcard {
  max-width: 100%;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid rgb(211, 211, 211);
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .1);
  background: white;
  transition: .2s ease-in-out;
}

.rec {
  position: relative;
  margin: 50px 0 30px !important;
  padding: 30px 10px 10px;
}

.blogcard-content {
  margin-bottom: 5px;
  overflow: hidden;
}

.rec .blogcard-image {
  float: left;
  margin: 0 12px 5px 0;
}

.ColumPage_Block .maintxt p {
  line-height: 2;
  text-align: justify;
}

.cta_btn_area {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .cta_btn_area {
    flex-wrap: wrap;
  }
}

.cta_btn_area .line-btn,
.cta_btn_area .counseling-form-btn {
  margin: 0;
}

.pc_view .cta_btn_area .img-sp,
.sp_view .cta_btn_area .img-pc {
  display: none;
}



@media screen and (max-width: 600px) {
  .only_pc {
    display: none;
  }

  .only_sp {
    display: block;
  }
}


/* 追加 */
.breadcrumbs-wrap {
  width: 93%;
  max-width: 900px;
  margin: 0 auto;
  overflow-x: auto;
  scrollbar-width: thin;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 6px;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.breadcrumbs li:not(:first-of-type)::before {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #505050;
}

.breadcrumbs li a {
  text-decoration: underline;
}

.breadcrumbs li a,
.breadcrumbs li span {
  display: block;
  flex-shrink: 0;
}

#inner .content>.inner.article {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  margin: 60px auto 120px;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

#inner .content>.inner.article>:last-child {
  margin-bottom: 0;
}

.post-date {
  text-align: right;
  margin-top: 0;
}

.article * {
  box-sizing: border-box;
}

.thumbnail {
  margin-bottom: 10px;
}

.article h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0.2em;
  line-height: 1.4;
  margin-bottom: 0.8em;
}

.article h2 {
  font-size: 28px;
  color: #68bed7;
  margin-top: 2em;
  margin-bottom: 1.2em;
  font-weight: bold;
}

.article h3 {
  font-size: 22px;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  padding: 0.5em;
  background: #68bed7;
  color: #fff;
  font-weight: bold;
}

.article h4 {
  padding-left: 0.5em;
  border-left: 4px solid #68bed7;
  font-size: 20px;
  font-weight: bold;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
}

.article h2+h3,
.article h3+h4 {
  margin-top: 0;
}

.article p {
  padding: 0;
  margin-bottom: 1.8em;
  line-height: 1.6;
}

.article p:has(+p) {
  margin-bottom: .8em;
}

.article a {
  color: #1A0DAB;
  transition: .4s;
  text-decoration: underline;
  word-break: break-all;
}

.article a:hover {
  opacity: .6;
}

.img-w100 {
  width: 100%;
  margin-bottom: 24px;
}

.img-w100 a {
  display: block;
  width: 100%;
  height: fit-content;
}

.img-w100 img {
  width: 100%;
  height: auto;
}

img {
  width: 100%;
}

ul.mokuji {
  width: 100%;
}

textarea {
  display: block;
  width: 100%;
  height: 200px;
  margin-bottom: 24px;
  border: 1px solid #000;
}

.subheading {
  position: relative;
  padding-left: 1em;
  font-size: 18px;
  font-weight: bold;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
}

.subheading::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.6em;
  aspect-ratio: 1 / 1;
  border-radius: 100px;
  background-color: #6cafd0;
}

.subheading:has(.num) {
  padding-left: 2.5em;
}

.subheading .num {
  position: absolute;
  left: 0;
  top: -.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #68bed7;
  color: #fff;
  width: 2em;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}

.subheading:has(.num)::before {
  display: none;
}

.blue {
  color: #68bed7;
  font-weight: bold;
}

.orange {
  color: #e78a20;
  font-weight: bold;
}

.txt-small {
  font-size: 12px;
}

p:has(+p .txt-small),
*:has(+.txt-small) {
  margin-bottom: 10px;
}

.b {
  font-weight: bold;
}

.marker-blue {
  background: linear-gradient(transparent 70%, #cdeeff 70%);
  font-weight: bold;
}

.marker-orange {
  background: linear-gradient(transparent 70%, #fdd19f 70%);
  font-weight: bold;
}

/* table */

.table {
  width: 100%;
  margin-bottom: 24px;
  table-layout: fixed;
  text-align: center;
  word-break: break-all;
}

.table td>* {
  margin-bottom: 0.75em;
}

.table td>:first-child {
  margin-top: 0;
}

.table td>:last-child {
  margin-bottom: 0;
}

.table thead th {
  font-weight: bold;
  background: #6cafd0;
  text-align: center;
  color: #fff;
  border: 1px solid #6cafd0;
}

.table thead th:not(:last-child) {
  border-right: 1px solid #fff;
}

.table thead th a {
  color: #fff;
  font-weight: bold;
}

.table tbody {
  border: 1px solid #dadada;
}

.table th,
.table td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}

.table th a:has(img),
.table td a:has(img) {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.table th:has(ul) li,
.table th:has(ol) li,
.table td:has(ul) li,
.table td:has(ol) li {
  text-align-last: left;
}

.table tbody th {
  background: #F9F9F9;
  border-right: 1px solid #dadada;
  font-weight: bold;
}

.table tbody th+th {
  border-left: 1px solid #dadada;
}

.table img {
  margin: 4px auto;
}

.table tbody tr th,
.table tbody tr td {
  border: 1px solid #dadada;
}

.table tbody tr:first-of-type>th,
.table tbody tr:first-of-type>td {
  border-top: none;
}

.table tbody td+td {
  border-left: 1px solid #dadada;
}

.table tbody small {
  display: block;
  font-size: 0.75em;
}

.simple-box {
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid #68bed7;
}

.simple-box>:first-child {
  margin-top: 0;
}

.simple-box>:last-child {
  margin-bottom: 0;
}

.simple-box[data-box="blue"] {
  background: #f0fbff;
  border: none;
}


.simple-box[data-box="gray"] {
  background: #F9F9F9;
  border: none;
}

.article .box-ttl {
  font-weight: bold;
  position: relative;
  font-size: 18px;
  margin-bottom: 14px;
}

.box-ttl:has(.num) {
  padding-left: 2.2em;
}

.box-ttl .num {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75em;
  max-width: 36px;
  font-size: 1em;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #68bed7;
  color: #fff;
}


ul:not([class]) {
  margin-bottom: 24px;
}

ul:not([class]) li {
  position: relative;
  padding-left: 1.4em;
  list-style-type: none;
}

ul:not([class]) li::before {
  position: absolute;
  left: 0.4em;
  top: 0.7em;
  content: "";
  display: block;
  width: 0.4em;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #333;
}

ol:not([class]) {
  margin-bottom: 24px;
  list-style-type: decimal;
  padding-left: 1.4em;
}

ol:not([class]) li {
  position: relative;
}

ul:not([class]) li+li,
ol:not([class]) li+li,
.check-list li+li {
  margin-top: 0.6em;
}

.check-list {
  margin-bottom: 24px;
}

.check-list li {
  position: relative;
  padding-left: 2em;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: .8em;
  left: .2em;
  transform: translateY(-50%);
  display: block;
  width: 1.3em;
  aspect-ratio: 1 / 1;
  background: url('../img/checkbox.png') no-repeat center center;
  background-size: contain;
}

.flex-box {
  display: flex;
  gap: 1em;
  align-items: flex-start;
  margin-bottom: 24px;
}

.flex-box img {
  width: 40%;
}

.flex-box .flex-text>:first-child,
.float-box .float-txt>:first-child {
  margin-top: 0;
}

.flex-box .flex-text>:last-child,
.float-box .float-txt>:last-child {
  margin-bottom: 0;
}

.float-box {
  margin-bottom: 24px;
}

.float-box::after {
  content: "";
  display: table;
  clear: both;
}

.float-box img {
  width: 40%;
  margin: 0 1em 1em 0;
  float: left;
}

.left-img {
  float: left;
  margin-right: 1rem;
  max-width: 48%;
}

.arrow-b {
  clip-path: polygon(20% 7%, 27% 0, 77% 50%, 27% 100%, 20% 93%, 63% 50%, 20% 7%);
  width: 3em;
  margin: 1.8em auto;
  aspect-ratio: 1;
  background-color: #6cafd0;
  transform: rotate(90deg);
}

.arrow-b-min {
  clip-path: polygon(20% 7%, 27% 0, 77% 50%, 27% 100%, 20% 93%, 63% 50%, 20% 7%);
  width: 1.7em;
  margin: 1em auto;
  aspect-ratio: 1;
  background-color: #6cafd0;
  transform: rotate(90deg);
}

.quote {
  position: relative;
  padding: 58px 24px 20px;
  margin-bottom: 24px;
  border-top: 4px solid #6cafd0;
  background: #F9F9F9;
  box-shadow: 0px .125em .375em rgba(0, 0, 0, .1);
}

.quote:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url(../img/quote.png) center center / 67% no-repeat #6cafd0;
  width: 40px;
  aspect-ratio: 1 / 1;
}

.quote>:first-child {
  margin-top: 0;
}

.quote>:last-child {
  margin-bottom: 0;
}

.quote-img {
  width: 75%;
  margin: 0 auto 1em;
}

.quote-img img {
  display: block;
  width: 100%;
  height: auto;
}

.fukidashi {
  text-align: center;
  color: #fff;
  background: #6cafd0;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 14px;
  position: relative;
  margin: 1.8em auto 24px;
  width: fit-content;
  min-width: 40%;
}

.fukidashi::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid#6cafd0;
}

.summary {
  margin-bottom: 24px;
  padding: 24px;
  background: #f0fbff;
  border: 2px solid #68bed7;
  box-shadow: 0px .125em .375em rgba(0, 0, 0, .1);
}

.summary>:first-child,
.research>:first-child {
  margin-top: 0;
}

.summary>:last-child,
.research>:last-child {
  margin-bottom: 0;
}

.summary-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.6em;
  line-height: 1.4;
}

.summary-ttl::before {
  content: '';
  display: block;
  width: .7em;
  aspect-ratio: 1 / 1;
  background: #68bed7;
  flex-shrink: 0;
}

.summary-ttl::after {
  content: '';
  display: block;
  width: .7em;
  aspect-ratio: 1 / 1;
  background: #68bed7;
  flex-shrink: 0;
}

.research {
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid #E7E7E7;
  background: #f9f9f9;
}

.research-ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.6em;
}

.mininote {
  margin-bottom: 24px;
  padding: 24px;
  border: 1px solid #E7E7E7;
  background: #f9f9f9;
  font-size: 13px;
}

.mininote>:first-child {
  margin-top: 0;
}

.mininote>:last-child {
  margin-bottom: 0;
}


.mininote-ttl {
  margin-bottom: 4px;
  font-weight: bold;
}

.mininote-txt,
.mininote-txt p {
  font-size: 13px;
}

.right-link {
  left: 20px;
  text-align: right;
  font-size: 13px;
}

.right-link__icon {
  text-align: right;
  margin-bottom: 1.8em;
  margin-left: auto;
  display: table;
  font-size: 13px;
}

*:has(+.right-link__icon),
*:has(+.right-link) {
  margin-bottom: 0.6em;
}

/* .right-link__icon:has(+.right-link__icon),
.right-link:has(+.right-link),
.right-link__icon:has(+.right-link),
.right-link:has(+.right-link__icon) {
  margin-bottom: 1em;
} */

.right-link__icon a {
  position: relative;
  text-decoration: underline;
  padding-left: 1.4em;
}

.right-link__icon a::before {
  position: absolute;
  top: 0.4rem;
  left: 0;
  content: '';
  display: block;
  width: 1em;
  aspect-ratio: 1 / 1;
  background: url(../img/link-icon.png) center center / contain no-repeat;
}

.c-btn {
  position: relative;
  align-items: center;
  z-index: 0;
  width: 60%;
  min-width: 360px;

  margin: 0 auto 30px;
  overflow: hidden;
  border-radius: 0.9em;
  font-size: 18px;
  text-align: center;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
}

.c-btn .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 21px;
  height: 2px;
  transition: .3s;
}

.c-btn .arrow::before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  display: block;
  background: #fff;
  width: 10px;
  height: 1px;
  transform: translateY(-0.15em) rotate(40deg);
}

.c-btn .arrow::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  display: block;
  background: #fff;
  width: 20px;
  height: 1px;
}

.c-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4em;
  padding: 12px;
  color: #fff;
  background: #e78a20;
  text-decoration: none;
  line-height: 1.5;
  transition: all ease .3s;
  font-weight: bold;

}

.c-btn a:hover~.arrow {
  transform: translateX(10px);
}


.tag {
  margin-bottom: 24px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-content: center;
}

.tag.center {
  justify-content: center;
}

.tag .item {
  background-color: #f9f9f9;
  margin-top: 0;
  border-radius: 4px;
  color: #8b9195;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
  display: inline-block;
  padding: 0.8em 1em;
  border: 1px solid #E7E7E7;
}

.tag .item.on {
  background-color: #6cafd0;
  color: #fff;
}

.table .c-btn {
  width: 100%;
  min-width: auto;
  margin-bottom: 0;
  font-size: 1em;

}

.table .c-btn a {
  min-height: 4.6em;
}

img.table__ico {
  width: 32px;
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.table-scroll {
  width: 100%;
  margin-bottom: 24px;
  overflow-x: scroll;
}

.table-scroll thead th {
  width: 140px;
}

.table-scroll thead th:first-of-type {
  width: 120px;
}

.table-scroll .table {
  min-width: 110%;
  table-layout: fixed;
  margin-bottom: 4px;
}

.table.sticky-top thead {
  position: sticky;
  top: 90px;
  left: 0;
  z-index: 10;
}

.table.sticky-top thead th {
  position: relative;
}

/* .table.sticky-top thead th:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
} */


.table.sticky-left {
  will-change: transform;
}

.table.sticky-left thead th:first-of-type,
.table.sticky-left tbody th {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}

.table.sticky-left thead th:first-of-type::before,
.table.sticky-left tbody th::before,
.table.sticky-left thead th:first-of-type::after,
.table.sticky-left tbody th::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
}

.table.sticky-left thead th:first-of-type::before {
  background: #dadada;
  position: absolute;
  top: 0;
  left: 0;
}

.table.sticky-left tbody th::before {
  background: #dadada;
  position: absolute;
  top: 0;
  left: 0;
}

.table.sticky-left thead th:first-of-type::after {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.table.sticky-left tbody th::after {
  background: #dadada;
  position: absolute;
  top: 0;
  right: 0;
}

.jump {
  display: grid;
  gap: 0.8em;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 24px;
}

.jump .item {
  position: relative;
  border: 1px solid var(--color-text);
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  text-align: center;
  line-height: 1.4;
  font-size: 13px;
}

.jump .item a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 4em;
  background: #68bed7;
  color: #fff;
  padding: 1.4em 1.4em 1.8em;
  border-radius: 0.5em;
  transition: .2s;
}


.jump .item a::after {
  position: absolute;
  content: "";
  background: #fff;
  display: inline-block;
  width: .55em;
  height: .33em;
  clip-path: polygon(18% 0, 100% 50%, 18% 100%, 0 90%, 66% 50%, 0 10%);
  clip-path: polygon(100% 18%, 50% 100%, 0 18%, 12% 0, 50% 66%, 88% 0);
  bottom: 0.8em;
  left: 50%;
  transform: translateX(-50%);
  transition: .2s;
}

.jump .item a:hover::after {
  bottom: 0.5em;
}

.jump .arrow {
  display: none;
}

.list_01 {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.list_01-item {
  border: 1px solid #68bed7;
  border-radius: 4px;
  background-color: #F9F9F9;
  padding: 0.4em 0.4em 0.4em 0.8em;
  display: table;
  width: 100%;
}

.list_01-item p {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0;
}

.list_01-item p::before {
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0;
  display: block;
  width: 0.8em;
  aspect-ratio: 1 / 1;
  margin-right: 8px;
  border-radius: 100px;
  background-color: #68bed7;
}

.list_02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 24px;
}

.list_02 li:nth-of-type(odd) {
  border-image: linear-gradient(to top, #e3c0bb 0%, #68bed7 100%);
  border-image-slice: 1;
}

@media (min-width: 768px) {
  .list_02 li {
    border-left-width: 0.5rem;
  }
}

.list_02 li {
  display: flex;
  align-items: center;
  padding: 0.5rem 0 0.75rem 1rem;
  border-left: 4px solid #e3c0bb;
  border-image: linear-gradient(to top, #68bed7 0%, #e3c0bb 100%);
  border-image-slice: 1;
}

.info-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  word-break: break-all;
}

.info-list dt {
  width: 30%;
  padding: 1em 1.2em;
  border-bottom: 1px solid #dadada;
  font-weight: bold;
  background: #F9F9F9;
}

.info-list dd {
  width: 70%;
  padding: 1em 1.2em;
  border-bottom: 1px solid #dadada;
}

.info-list dd:first-of-type,
.info-list dt:first-of-type {
  border-top: 1px solid #dadada;
}

.info-list dt>:first-child,
.info-list dd>:first-child {
  margin-top: 0;
}

.info-list dt>:last-child,
.info-list dd>:last-child {
  margin-bottom: 0;
}

.ranking {
  padding: 12px;
  border-top: 3px dashed #68bed7;
  margin-top: 45px;
  margin-bottom: 12px;
}

.article .ranking-txt {
  font-size: 13px;
  margin-bottom: 4px;
}

.article .ranking-name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
  color: #68bed7;
}

.article a .ranking-name {
  color: #1A0DAB;
}

.step-wrap {
  margin-bottom: 24px;
}

.step {
  margin-bottom: 24px;
}

.step-ttl {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.step-num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  width: 50px;
  aspect-ratio: 1 / 1;
  background: #6cafd0;
  color: #fff;
  font-weight: bold;
}

.step-num span {
  font-size: 26px;
  line-height: 1;
}


.numbering-area {
  margin-bottom: 24px;
}

.numbering-area li {
  list-style-type: none;
  margin-bottom: 24px;
}

.numbering-area li+li {
  margin-top: 20px;
}

.numbering-ttl {
  position: relative;
  font-size: 20px;
  padding-left: 2.2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.numbering-ttl * {
  font-weight: bold;
}


.numbering-ttl p {
  margin-bottom: 0;
}

.numbering-num {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75em;
  max-width: 36px;
  font-size: 1em;
  aspect-ratio: 1 / 1;
  background: #6cafd0;
  color: #fff;
}

.numbering-block>:first-child {
  margin-top: 0;
}

.numbering-block>:last-child {
  margin-bottom: 0;
}

.search-container input {
  border: 1px solid #000;
}

.search-container table {
  word-break: break-all;
  line-height: 1.2;
}

.search-container table a {
  display: block;
}

.relatedpost {
  margin: 40px 0 24px;
}

.relatedpost-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}

.article .relatedpost-ttl {
  text-align: center;
  color: #fff;
  background: #5f666c;
  font-weight: bold;
  font-size: 18px;
  padding: 8px;
  margin-bottom: 14px;
}

.relatedpost-post>a {
  width: 100%;
  height: 100%;
  color: #1A0DAB;
  transition: .4s;
}

.relatedpost-post>a:hover {
  opacity: .6;
}

.article .relatedpost-post-ttl {
  margin-bottom: 0;
  font-size: 0.9em;
}

.qa-wrap {
  counter-reset: qa;
  margin-bottom: 24px;
}

.qa {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  overflow: hidden;
}

.qaQ {
  position: relative;
  display: block;
  padding: 20px 135px 20px 25px;
  background: #fff;
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
}

.qa+.qa,
div:has(.qa):not(.qa-wrap)+div:has(.qa):not(.qa-wrap) {
  margin-top: 15px;
}

.qaQ:hover,
.qaQ.action {
  background: #4b9fd4;
  color: #fff;
  opacity: 1;
}

.qaQ::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 31px;
  background: #464342;
  right: 43px;
  bottom: 0;
  transition: all ease 0.3s;
}

.qaQ:hover::before,
.qaQ.action::before {
  background: #fff;
}

.qaQ::after {
  content: "ANSWER";
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0.1em;
  display: block;
  position: absolute;
  right: 56px;
  font-size: 11px;
  top: 50%;
  transform: translate(0, -50%);
}

.qaQ div {
  position: relative;
  display: flex;
  gap: 30px;
  align-items: center;
}

.qaQ div::before {
  counter-increment: qa;
  content: "Q" counter(qa);
  font-family: 'DM Sans', sans-serif;
}

.qaA {
  display: none;
  background: #fff;
  padding: 25px 25px;
}


.tab-wrap {
  margin-bottom: 24px;
}

.tab-list {
  display: flex;
  gap: 4px;
  margin-bottom: 14px;
}


.tab-wrap .tab {
  border-radius: 5px 5px 0 0;
  flex: auto;
  text-align: center;
  cursor: pointer;
  width: 100%;
  padding: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
  font-size: 13px;
  border-bottom: 4px solid #ebebeb;
}


.tab.active {
  position: relative;
  color: #68bed7;
  background-color: #F9F9F9;
  position: relative;
  border-bottom: 4px solid #68bed7;
}

.tab.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #68bed7 transparent transparent transparent;
}

.tab-inner {
  display: none;
  border: 2px solid #68bed7;
  border-top: none;
  padding: 12px 10px 14px;

}

.tab-inner>:first-child {
  margin-top: 0;
}

.tab-inner>:last-child {
  margin-bottom: 0;
}

.tab-inner.show {
  display: block;
}



.merideme {
  margin-bottom: 24px;
}

.merideme:has(+.merideme) {
  margin-bottom: 10px;
}

.merideme[data-type="merit"] {
  border: 2px solid #e78a20;
}

.merideme[data-type="merit"] .merideme-ttl {
  background: #ffecd7;
  border-bottom: 2px solid #e78a20;
}

.merideme[data-type="demerit"] {
  border: 2px solid #bfbbbe;
}

.merideme[data-type="demerit"] .merideme-ttl {
  background: #F9F9F9;
  border-bottom: 2px solid #bfbbbe;
}

.merideme-ttl {
  padding: 1em 1.4em;
  font-weight: bold;
  line-height: 1.1;
  font-size: 18px;
}

.merideme-inner {
  padding: 1em 1.7em;
}

.merideme-inner>:first-child {
  margin-top: 0;
}

.merideme-inner>:last-child {
  margin-bottom: 0;
}

.merideme-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
}

.merideme-list li {
  padding-left: 1em;
  position: relative;
}

.merideme-list li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.6em;
  aspect-ratio: 1 / 1;
  border-radius: 100px;
}

.merideme[data-type="merit"] .merideme-list li:before {
  background-color: #e78a20;
}

.merideme[data-type="demerit"] .merideme-list li:before {
  background-color: #45303e;
}

.map {
  margin-bottom: 24px;
}

.map-ttl {
  text-align: center;
  color: #fff;
  background: #797f80;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 14px;
  position: relative;
  margin: 1.8em auto 24px;
  width: fit-content;
  min-width: 40%;
}

.map-ttl::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #797f80;
}


.acco {
  margin-bottom: 24px;
}

.acco-ttl {
  font-size: 18px;
  font-weight: bold;
  padding: 12px 50px 12px 12px;
  border-bottom: 1px solid #6cafd0;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.acco-ttl:first-of-type {
  border-top: 1px solid #6cafd0;
}

.acco-ttl.action {
  background: #6cafd0;
  color: #fff;
}

.acco-inner {
  padding: 12px;
  border-bottom: 1px solid #6cafd0;
}

.article .acco-inner>:last-child {
  margin-bottom: 0;
}

.acco-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  display: block;
  width: 1em;
  aspect-ratio: 1 / 1;
}

.acco-btn::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #6cafd0;
}

.acco-btn::after {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background: #6cafd0;
  display: block;
}

.acco-ttl.action .acco-btn::before {
  background: #fff;
}

.acco-ttl.action .acco-btn::after {
  display: none;
}

.acco-info {
  display: none;
}

.acco-info.action {
  display: block;
}

.article .access {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  margin-bottom: 18px;
}


.article .access-ttl {
  font-size: 1em;
  font-weight: bold;
  max-width: 80px;
  min-width: 6em;
  text-align: left;
  line-height: 1.2;
  position: relative;
  top: 4px;
}

.scroll-wrap {
  overflow-x: scroll;
  display: flex;
  gap: 10px;
  width: 100%;
  margin-bottom: 24px;
}

.review {
  width: 80%;
  padding: 20px;
  flex-shrink: 0;
  background: #F9F9F9;
  border: 1px solid #E7E7E7;
}

.review-top {
  margin-bottom: 1em;
}

.review-profile {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 1em;
}

.review-icon-w,
.review-icon-m {
  display: block;
  width: 3em;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}

.review-icon-w {
  background: #dedede url(../img/review-icon-woman.svg) center center / contain no-repeat;
}

.review-icon-m {
  background: #dedede url(../img/review-icon-man.svg) center center / contain no-repeat;
}

.review-name {
  font-weight: bold;
}

.review-plan {}

.review-plan span {
  display: inline-block;
  padding: .4em .8em;
  background: #6cafd0;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: .7em;
  margin-right: .8em;
  letter-spacing: .08em;
}

.review-plan li+li {
  margin-top: 6px;
}

.review-bottom {
  display: flex;
  align-items: start;
  gap: 10px;
}

.review-bottom img {
  width: 40%;
}

.positioning {
  margin-bottom: 24px;
}

.positioning-top {
  margin-bottom: 10px;
}

.positioning-subttl {
  text-align: center;
  font-weight: bold;
}

.positioning-ttl {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 8px;
}

.positioning-ttl::before {
  display: block;
  content: '';
  height: 3px;
  background: #6cafd0;
  flex-grow: 1;
  min-width: 30px;
}

.positioning-ttl::after {
  display: block;
  content: '';
  height: 3px;
  background: #6cafd0;
  flex-grow: 1;
  min-width: 30px;
}

.positioning-notes {
  font-size: 0.75em;
  text-align: right;
}


.positioning-inner {
  background: repeating-linear-gradient(90deg, #eaeaea, #eaeaea 1px, transparent 1px, transparent 32px), repeating-linear-gradient(0deg, #eaeaea, #eaeaea 1px, #fff 1px, #fff 32px);
  background-size: 32px 32px;
  background-position: 50% 50%;
  width: 70%;
  margin: 0 auto;
  aspect-ratio: 3 / 4;
  position: relative;
}

.positioning-inner::before {
  content: "";
  display: inline-block;
  background: #fdd19f;
  border-radius: 50%;
  width: 38%;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 4%;
  right: 5%;
}

.positioning-bg {
  display: inline-block;
  width: 70%;
  height: 100%;
  position: absolute;
  top: 1%;
  left: 49%;
  transform: translateX(-50%);
  background: url(../img/posiMap-bg.png) center center / contain no-repeat;
}

.positioning-subLabel {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  top: 4%;
  left: 49%;
  transform: translateX(-50%);
}

.positioning-label,
.positioning-subLabel {
  position: absolute;
  z-index: 2;
}

.positioning-label-01,
.positioning-label-02 {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 3em;
  aspect-ratio: 1 / 1;
}

.positioning-label-03,
.positioning-label-04 {
  font-size: 1em;
  padding: 8px;
  font-weight: bold;
  line-height: 1.17;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.positioning-label-01 {
  background: #68bed7;
  top: 7.5%;
  left: 49%;
  transform: translateX(-50%);
}

.positioning-label-02 {
  background: #707F89;
  top: 89%;
  left: 49%;
  transform: translateX(-50%);
}

.positioning-label-03 {
  background: #68bed7;
  top: 50.8%;
  transform: translateY(-50%);
  right: 16px;
}

.positioning-label-04 {
  background: #707F89;
  top: 51%;
  transform: translateY(-50%);
  left: 20px;
}

.positioning-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #707F89;
  border-radius: 4px;
  box-shadow: 0 4px #707F89;
  padding: 8px 12px;
  position: absolute;
  z-index: 1;
}

.positioning-item-logo {
  width: auto;
  height: 2em;
  border: none;
}

.positioning-item-02 {
  border-color: #e78a20;
  box-shadow: 0 4px #e78a20;
  z-index: 1;
}

.forSP {
  display: none;
}

.scrollBoxImg {
  width: 100%;
  background: #F0F0F0;
  padding: 2em 5em;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 24px;
}

.scrollBoxImg-wrap {
  width: fit-content;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

.scrollBoxImg-list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.scrollBoxImg-ttl {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  min-height: 4em;
  font-size: 1.15em;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: break-word;
  text-align: left;
  color: var(--color-main);
  font-weight: bold;
  margin-bottom: 10px;
}

.scrollBoxImg-ttl .num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2em;
  margin-right: 0.6em;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  color: #fff;
  background: #68bed7;
}

.scrollBoxImg-list li {
  flex: 1 0 calc(50% - 2vw);
  max-width: calc(50% - 2vw);
  margin: 0 1vw;
  text-align: center;
  position: relative;
}

.scrollBoxImg-list li:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 1px;
  width: 5em;
  background-color: transparent;
}

.scrollBoxImg-list img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 8px;
}

.scrollBoxImg-list .caption {
  display: block;
  max-width: 100%;
  font-size: 0.9em;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: break-word;
  text-align: left;
}

.scroll-x {
  width: 100%;
  overflow-x: scroll;
}

.scroll-x>* {
  min-width: 110%;
}

.pr-mark {
  display: inline-block;
  font-size: 0.9em;
  border: 1px solid;
  padding: .2em .4em;
  margin: 0px .8em 0 0;
}