@charset "UTF-8";

/* 
Theme Name: genova_tpl
File: style.css
Author: Genova Design
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Version: 1.0
*/
/*-----------------------------------------------------------
■ 1 Html
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
/*reset*/
html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
figure,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 30px;
  color: #6B6B6B;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  --baloo: "Baloo Bhaijaan 2", sans-serif;
  --rounded: "M PLUS Rounded 1c", sans-serif;
  --spec: "Spectral", serif;
  --gothic: "Zen Maru Gothic", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  vertical-align: middle;
  text-decoration: none;
  color: #333;
  transition-duration: 0.7s;
}

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

a:focus,
*:focus {
  outline: none;
}

a:hover img {
  opacity: 0.8;
}

img {
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  height: auto;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

table {
  width: 100%;
}

strong {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }

  .auto_height {
    height: auto !important;
  }
}

/*--------------------------------------
	fonts
--------------------------------------*/
.fnt-shuei {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*--------------------------------------
	icons
--------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("./libs/icomoon/icomoon.eot");
  src: url("../libs/icomoon/icomoon.eot#iefix") format("embedded-opentype"), url("./libs/icomoon/icomoon.ttf") format("truetype"), url("./libs/icomoon/icomoon.woff") format("woff"), url("./libs/icomoon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*=icon-]:not([class*=eicon-]):not([class*=elementor-icon-])::before {
  display: inline-block;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home::before {
  content: "\e90b";
}

.icon-blog::before {
  content: "\e900";
}

.icon-category::before {
  content: "\e901";
}

.icon-check::before {
  content: "\e902";
}

.icon-checked::before {
  content: "\e903";
}

.icon-down::before {
  content: "\e904";
}

.icon-facebook::before {
  content: "\e905";
}

.icon-google::before {
  content: "\e906";
}

.icon-line::before {
  content: "\e907";
}

.icon-twitter::before {
  content: "\e908";
}

.icon-arrow02::before {
  content: "\e909";
}

.icon-arrow01::before {
  content: "\e910";
}

.icon-search::before {
  content: "\e911";
}

.icon-tag::before {
  content: "\e912";
}

.icon-checkbox-unchecked::before {
  content: "\ea53";
}

.icon-checkbox-checked::before {
  content: "\ea52";
}

.radio-unchecked::before {
  content: "\ea56";
}

.radio-checked::before {
  content: "\ea54";
}

.radio-checked2::before {
  content: "\ea55";
}

/*--------------------------------------
	shortcuts
--------------------------------------*/
/*margin */
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* float */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

/* clear */
.clearfix {
  *zoom: 1;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.cl {
  clear: both !important;
}

/* text indent */
.textHide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* text-align */
.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/* font-weight */
.fb {
  font-weight: bold !important;
}

.half {
  display: inline-block;
}

/*Pc/sp change*/
.sp {
  display: none;
}

.mb {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 480px) {
  .mb {
    display: block;
  }

  .pcm {
    display: none;
  }
}

/*--------------------------------------
	container / wrapper
--------------------------------------*/
.container {
  width: 100%;
  max-width: 1140px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

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

#wrapper {
  height: 100%;
  padding-top: 90px;
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  #wrapper {
    padding-top: 86px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }

  #wrapper {
    overflow: hidden;
    padding-top: 0;
  }

  .home #wrapper {
    padding-top: 80px;
  }
}

/*--------------------------------------
	text color
--------------------------------------*/
.txt_color {
  color: #94C789;
}

.txt_color_green {
  color: #A3C258;
}

.txt_link {
  vertical-align: top;
  text-decoration: underline !important;
  font-weight: bold;
  color: #94C789 !important;
}

.txt_link:hover {
  text-decoration: none !important;
}

.catch_title {
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #FFAEA2;
}

/*-----------------------------------------------------------
■ 2 Header
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
#header {
  /*position: fixed;
  top: 0;
  left: 0;*/
  width: 100%;
  background: linear-gradient(90.18deg, #0E1A35 50.08%, #212D48 100%);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.04);
  z-index: 1000;
  transition-duration: 0.7s;
  position: fixed;
  top: 0 !important;
  left: 0;
}

/* container */
.header__main-container,
.header__sub-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.header__main-container {
  width: 100%;
  box-sizing: border-box;
}

.header__main-container .row {
  width: 100%;
  position: relative;
  z-index: 5;
}

#header .sns li {
  margin-right: 10px;
  width: 20px;
}

#header .sns {
  justify-content: flex-end;
  margin-right: 20px;
  position: relative;
  z-index: 101;
}

#header .sns li:last-of-type {
  margin-right: 0;
  margin-top: -3px;
}

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

  /* container */
  .header__main-container {
    padding: 0px;
    flex-direction: column;
  }

  .header__sub-container {
    width: 100%;
    flex-grow: initial;
    flex-shrink: initial;
    flex-basis: initial;
  }
}

/*--------------------------------------
	logo
--------------------------------------*/
header .header__logo {
  width: 470px;
  position: relative;
  z-index: 100;
}

header .header__logo img {
  width: 100%;
  max-width: 469px;
}

/*--------------------------------------
	nav
--------------------------------------*/
header .header__nav nav ol {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

header .header__nav nav ol>li .up-menu {
  position: relative;
}

header .header__nav nav ol>li>.up-menu a,
header .header__nav nav ol>li>.up-menu span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  color: #fff;
}

header .header__nav nav ol>li>.up-menu sub {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
  font-family: var(--baloo);
  color: #F1C400;
}

.sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: 130px;
  height: auto;
  padding: 10px 20px;
  border-radius: 0.5em;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%);
  transition-duration: 0.3s;
}

.sub-menu a {
  font-size: 14px;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  header .header__nav nav ol>li dl {
    pointer-events: none;
  }

  header .header__nav nav ol .sub-menu a:hover {
    transition-duration: 0.3s;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  header .header__nav nav ol>li .up-menu {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  header .header__nav {
    width: 100%;
  }

  header .header__nav nav ol {
    display: none;
    flex-direction: column;
  }

  header .header__nav nav ol>li {
    position: relative;
    width: 100%;
    border-left: none;
  }

  header .header__nav nav ol>li>.up-menu a,
  header .header__nav nav ol>li>.up-menu span {
    padding: 0px;
  }

  header .header__nav nav ol>li>.up-menu span {
    margin: 0;
  }

  header .header__nav nav ol>li>span {
    position: relative;
  }

  header .header__nav nav ol>li+li {
    margin-left: 0px;
  }

  .menu-item-has-children .up-menu::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    margin-top: -14px;
    transform: rotate(-45deg);
    transition-duration: 0.2s;
  }

  .menu-item-has-children.hover .up-menu::after {
    margin-top: -3px;
    transform: rotate(135deg);
  }

  .sub-menu {
    width: 100%;
  }

  header .header__nav nav ol>li .sub-menu {
    position: inherit;
    display: none;
    top: 0;
    padding: 0;
    border-radius: 0;
  }

  header .header__nav nav ol>li.hover .sub-menu {
    display: block;
    visibility: initial;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  }
}

/*--------------------------------------
	toggle menu
--------------------------------------*/
header .toggle-menu {
  display: none;
}

.toggle-menu__trigger,
.toggle-menu__trigger span {
  display: inline-block;
  transition: all 0.4s;
}

.toggle-menu__trigger {
  position: relative;
  display: block;
  width: 38px;
  height: 24px;
  padding: 0;
  border: 0px;
  margin: 0;
  text-align: center;
  background: none;
}

.toggle-menu__trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #94C789;
}

.toggle-menu__trigger span:nth-of-type(1) {
  top: 0;
}

.toggle-menu__trigger span:nth-of-type(2) {
  top: 10px;
}

.toggle-menu__trigger span:nth-of-type(3) {
  bottom: 0;
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(2) {
  opacity: 0;
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(3) {
  width: 100%;
  transform: translateY(-11px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  header .toggle-menu {
    display: block;
  }
}

/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
#footer {
  color: #fff;
  background: linear-gradient(104.71deg, #11233D 50%, #372D27 100%);
  padding: 299px 0 125px;
  background-size: cover;
  text-align: center;
  position: relative;
  z-index: 1;
}

#footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(./img/footer_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

#footer .footer-row {
  display: flex;
  justify-content: space-between;
}

#footer .footer-block-left {
  padding-top: 2px;
}

#footer .footer-block-left .logo {
  width: 234px;
  margin-bottom: 32px;
}

#footer .footer-block-left .logo a {
  display: inline-block;
}

#footer .footer-block-left address {
  font-size: 14px;
  text-align: left;
  line-height: 1em;
  margin-bottom: 26px;
}

#footer .footer-block-left .btn-sitemap {
  text-align: left;
}

#footer .footer-block-left .btn-sitemap a {
  font-size: 14px;
  color: #fff;
  position: relative;
  transition: all 0.3s ease;
  padding-right: 48px;
  text-decoration: underline;
  line-height: 1em;
}

#footer .footer-block-left .btn-sitemap a::before {
  content: "";
  position: absolute;
  background: url(./img/icons/arrow_sitemap.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 64/48;
  width: 32px;
  height: auto;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

#footer .footer-block-left .btn-sitemap a:hover {
  text-decoration: none;
}

#footer .footer-block-right .list-bnr {
  display: flex;
  gap: 24px;
  margin-bottom: 45px;
}

#footer .footer-block-right .list-bnr .bnr {
  width: 280px;
  height: 112px;
}

#footer .footer-block-right .list-bnr .bnr a {
  transition: all 0.3s ease;
  display: inline-block;
  width: 100%;
  height: 100%;
}

#footer .footer-block-right .list-bnr .bnr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#footer .footer-block-right .list-bnr .bnr a:hover {
  opacity: 0.7;
}

#footer .footer-block-right .copyright {
  font-size: 12px;
  text-align: right;
  line-height: 1em;
  letter-spacing: 0.08em;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #footer .footer-row {
    flex-direction: column;
  }

  #footer .footer-block-left {
    padding-top: 0;
    margin-bottom: 40px;
  }

  #footer .footer-block-left .logo {
    margin-bottom: 32px;
  }

  #footer .footer-block-right .list-bnr {
    justify-content: center;
  }

  #footer .footer-block-right .copyright {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  #footer .footer-content {
    padding-bottom: 50px;
  }

  #footer .footer-row {
    flex-direction: column;
  }

  #footer .footer-block-left {
    padding-top: 0;
    margin-bottom: 40px;
  }

  #footer .footer-block-left .logo {
    margin-bottom: 32px;
  }

  #footer .footer-block-right .list-bnr {
    flex-direction: column;
    align-items: center;
  }

  #footer .footer-block-right .list-bnr .bnr {
    width: 100%;
    height: auto;
  }

  #footer .footer-block-right .copyright {
    text-align: left;
  }
}

/*--------------------------------------
	fixed box
--------------------------------------*/
.fixed-box {
  position: fixed;
  right: 0px;
  bottom: 0;
  display: block;
  width: 535px;
  height: auto;
  z-index: 89;
  transition: all 0.5s ease 0s;
}

.fixed-box .fixed-banner__sp ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.fixed-banner__sp {
  display: none;
}

.fixed-box img {
  max-width: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .fixed-banner__sp {
    display: block;
  }

  .fixed-banner__pc {
    display: none;
  }

  #footer {
    padding-bottom: 20%;
  }

  .fixed-box {
    width: 100%;
  }

  .fixed-banner__sp {
    padding: 0;
  }
}

/*-----------------------------------------------------------
■ 3 Other Common Elements
-----------------------------------------------------------*/
/*--------------------------------------
	contact section
--------------------------------------*/
.section-contact {
  padding-top: 56px;
  position: relative;
}

.section-contact::before,
.section-contact::after {
  content: "";
  position: absolute;
  top: 0;
  background: #F3F8F9;
  height: 279px;
}

.section-contact::before {
  left: 0;
  width: 60.6149341142%;
}

.section-contact::after {
  right: 0;
  width: 39.3850658858%;
  background: #F9FEFF;
}

.section-contact .frame {
  margin: 0 auto -219px;
  width: 100%;
  max-width: 1116px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 80px 0 77px;
}

.section-contact .frame .bg-w {
  height: 229px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  position: absolute;
  background: #fff;
  z-index: -1;
  margin-bottom: 0;
}

.section-contact .frame::before {
  content: "";
  position: absolute;
  background: url(./img/deco/contact_deco.png) no-repeat;
  background-size: contain;
  aspect-ratio: 96/128;
  width: 48px;
  height: auto;
  top: -24px;
  left: -24px;
  z-index: -2;
}

.section-contact .frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(./img/contact_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.section-contact .group {
  width: 598px;
}

.section-contact .title {
  font-size: 36px;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 25px;
}

.section-contact .note {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 23px;
}

.section-contact .list .tel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 44px;
  margin-bottom: 33px;
  color: #fff;
}

.section-contact .list .tel-btn dt {
  margin-top: 6px;
  font-size: 100%;
  font-family: var(--baloo);
  letter-spacing: normal;
  line-height: 1em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-contact .list .tel-btn dt .small {
  font-size: 45.4545454545%;
  letter-spacing: 0.08em;
}

.section-contact .list .tel-btn dt a {
  color: #fff;
  line-height: 1em;
}

.section-contact .list .tel-btn dd {
  font-size: 31.8181818182%;
  line-height: 1.6em;
}

.section-contact .list .contact-btn {
  text-align: center;
}

.section-contact .list .contact-btn a {
  margin: 0 auto;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: normal;
  line-height: 1.4em;
  color: #732B2B;
  background: #fff;
  width: 360px;
  height: 80px;
  transition: all 0.3s ease;
  position: relative;
}

.section-contact .list .contact-btn a:hover {
  opacity: 0.7;
}

.section-contact .list .contact-btn a::before {
  content: "";
  position: absolute;
  background: url(./img/icons/icon_web.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.section-contact .list .contact-btn a::after {
  content: "";
  position: absolute;
  background: url(./img/icons/arrow_right.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1/1;
  width: 20px;
  height: auto;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.section-contact .btn-cus {
  position: absolute;
  top: 132px;
  right: 48px;
  z-index: 2;
}

.section-contact .btn-cus a,
.section-contact .btn-cus .fk {
  font-family: var(--baloo);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-decoration: none;
  padding-bottom: 75px;
  line-height: 1em;
  position: relative;
  color: #fff;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

.section-contact .btn-cus a .txt-latin,
.section-contact .btn-cus .fk .txt-latin {
  direction: rtl;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
}

.section-contact .btn-cus a::before,
.section-contact .btn-cus .fk::before {
  content: "";
  position: absolute;
  background: url(./img/deco/contact_line_down.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 6/67;
  width: 3px;
  height: auto;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  .section-contact {
    margin: 0 30px -219px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .section-contact {
    padding-top: 56px;
    position: relative;
  }

  .section-contact::before,
  .section-contact::after {
    content: "";
    position: absolute;
    top: 0;
    background: #F3F8F9;
    height: 279px;
  }

  .section-contact::before {
    left: 0;
    width: 60.6149341142%;
  }

  .section-contact::after {
    right: 0;
    width: 39.3850658858%;
    background: #F9FEFF;
  }

  .section-contact .frame {
    margin: 0 auto -219px;
    width: calc(100% - 40px);
    padding: 40px 0;
  }

  .section-contact .frame:after {
    background: url(./img/contact_bg_sp.jpg) no-repeat center/cover;
  }

  .section-contact .frame::before {
    width: 30px;
    top: -14px;
    left: -16px;
  }

  .section-contact .group {
    width: 100%;
  }

  .section-contact .title {
    font-size: 36px;
    margin-bottom: 32px;
  }

  .section-contact .note {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
  }

  .section-contact .list .tel-btn {
    flex-direction: column;
    gap: 10px;
    font-size: 44px;
    margin-bottom: 33px;
  }

  .section-contact .list .tel-btn dt {
    margin-top: 6px;
    gap: 8px;
  }

  .section-contact .list .tel-btn dd {
    font-size: 27.3%;
    line-height: 1;
    margin-top: -7px;
  }

  .section-contact .list .tel-btn dd br {
    display: none;
  }

  .section-contact .list .contact-btn a {
    border-radius: 200px;
    font-size: 20px;
    width: 90%;
    height: 67px;
  }

  .section-contact .list .contact-btn a::before {
    width: 33px;
    left: 20px;
  }

  .section-contact .list .contact-btn a::after {
    width: 16px;
    right: 24px;
  }

  .section-contact .btn-cus {
    display: none;
  }
}

/*-----------------------------------------------------------
■ 4 Elementor overwrite
-----------------------------------------------------------*/
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 0 !important;
}

.elementor img {
  width: auto !important;
}

.elementor-image-box-wrapper {
  display: block !important;
}

.elementor-widget-image-box .elementor-image-box-content {
  text-align: left !important;
}

.elementor-image-box-title {
  padding: 10px 20px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  background: #3dc2b7;
}

.elementor-image-box-img {
  float: right;
  display: block !important;
  width: 30% !important;
  margin: 0 0 10px 20px !important;
  text-align: center;
  text-align: right;
  border-radius: 10px;
  overflow: hidden;
}

.img_small .elementor-image-box-img {
  width: auto !important;
}

.img_l .elementor-image-box-img {
  float: left;
  margin: 0 20px 10px 0 !important;
}

.auto_width .elementor-image-box-img {
  width: auto !important;
}

.elementor-widget-image .elementor-image>a,
.elementor-widget-image .elementor-image figure>a {
  display: inline-block !important;
}

.elementor-widget-image .elementor-image>a:hover img,
.elementor-widget-image .elementor-image figure>a:hover img {
  opacity: 0.8 !important;
}

.elementor-slideshow__header {
  width: calc(100% - 50px) !important;
  padding-left: 0em !important;
  padding-right: 0em !important;
}

.elementor-text-editor ul {
  list-style: inside;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.title-share {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 35px;
  font-weight: bold;
  color: #5882BC;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.title-share:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #5882BC;
  height: 3px;
  content: "";
  margin: 0 auto;
  right: 0;
  width: 40px;
}

.title-share span {
  font-size: 12px;
  font-family: "Baloo Bhaijaan 2", cursive;
  color: #C9CACA;
  display: block;
  letter-spacing: 0.1em;
}

.f-bnr {
  width: 100%;
  max-width: 805px;
  margin: 0 auto 15px;
  justify-content: space-between;
}

.f-bnr li {
  width: 32.3%;
}

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

  .elementor-image-box-img,
  .img_l .elementor-image-box-img {
    float: none;
    width: 100% !important;
    margin: 0 auto 20px !important;
    text-align: center;
  }

  .f-bnr {
    flex-direction: column;
  }

  .f-bnr li {
    width: 80%;
    margin: 0 auto 20px;
    max-width: 100%;
  }
}

/* IE飲みの修正 */
@media all and (-ms-high-contrast: none) {

  /* トップページ画像表示崩れ修正	 */
  .scroll1 {
    display: flex;
  }

  /* 追従バナー修正	 */
  .fixed-box img {
    width: 100%;
  }

  /* バナーが一番上に来るよう修正	 */
  .fixed-box {
    z-index: 999;
  }
}

@media screen and (min-width: 768px) and (max-width: 930px) {
  #wrapper {
    padding-top: 132px;
  }
}

/*=============================================
 * text vertical
 *=============================================*/
.txt-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

.txt-vertical .int {
  writing-mode: lr-tb;
  -o-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  -moz-writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  display: inline-block;
  text-align: center;
  line-height: 1.5em;
}

.txt-normal .int {
  height: 1.1em;
}

.txt-vertical-x>* {
  writing-mode: rl-tb;
  -o-writing-mode: vertical-tb;
  -ms-writing-mode: vertical-tb;
  -ms-writing-mode: rl-tb;
  -moz-writing-mode: vertical-tb;
  -webkit-writing-mode: vertical-tb;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  display: inline-block;
  white-space: nowrap;
  word-wrap: break-word;
  width: 1px;
  line-height: 1;
}

.txt-vertical .txt-latin {
  cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
  letter-spacing: 0.25em;
}

@media only screen and (min-width: 768px) {
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }

  .txt-vertical-pc .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
  }
}

@media only screen and (max-width: 767px) {
  .txt-vertical-sp {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }

  .txt-vertical-sp .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
  }
}

@-moz-document url-prefix() {
  .txt-vertical .txt-latin {
    position: relative;
    left: 4px;
  }
}

/*--------------------------------------
	fixed-banner
--------------------------------------*/
#sec-access {
  padding: 112px 0;
  background: #F3F8F9;
  position: relative;
  z-index: 1;
}

#sec-access::before {
  content: "";
  position: absolute;
  background: #F9FEFF;
  top: 0;
  left: 0;
  right: calc(50% - 570px);
  height: 693px;
  z-index: -1;
}

#sec-access .container {
  max-width: 1221px;
}

#sec-access .custom-eye-title {
  background: #fff;
  position: absolute;
  top: -72px;
  right: 0;
  bottom: -112px;
}

#sec-access .group-ttl {
  padding-left: 63px;
  position: relative;
  z-index: 2;
}

#sec-access .group-ttl .en {
  font-size: 10px;
  font-weight: 400;
  font-family: var(--baloo);
  letter-spacing: normal;
  line-height: 1.2em;
  color: #767B90;
  margin-bottom: 16px;
}

#sec-access .group-ttl .tit {
  font-size: 24px;
  font-family: var(--rounded);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1em;
  color: #11233D;
  margin-bottom: -12px;
}

#sec-access .box {
  max-width: 1024px;
  margin-right: 64px;
  background: #fff;
  box-sizing: border-box;
  padding: 48px 48px 48px;
  position: relative;
}

#sec-access .box::before {
  content: "";
  position: absolute;
  background: url(./img/deco/medical_deco1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 96/144;
  width: 48px;
  height: auto;
  top: -32px;
  left: -32px;
}

#sec-access .box::after {
  content: "";
  position: absolute;
  background: url(./img/deco/deco_access.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 30px;
  height: auto;
  bottom: -15px;
  right: -15px;
  z-index: -1;
}

#sec-access .box .row-time {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 64px;
}

#sec-access .box .row-time .timetable {
  width: 500px;
  margin-bottom: 0 !important;
}

#sec-access .box .row-time .note-time {
  padding-left: 40px;
  margin-left: 40px;
  border-left: 1px solid #BEC0C9;
  width: 364px;
}

#sec-access .box .row-time .note-time li {
  color: #6B6B6B;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--rounded);
  letter-spacing: normal;
  line-height: 2em;
  position: relative;
  padding-left: 17px;
}
#sec-access .box .row-time .note-time li.non-star {
  padding-left: 0;
}

#sec-access .box .row-time .note-time li.non-star::before {
  display: none;
}
#sec-access .box .row-time .note-time li::before {
  content: "※";
  position: absolute;
  font-size: 100%;
  font-family: inherit;
  font-weight: inherit;
  left: 0;
  top: 0;
}

#sec-access .box .row-time .note-time li.star::before {
  content: "☆";
}

#sec-access .box .row-time .note-time li .arrow {
  position: relative;
  padding-left: 20px;
}

#sec-access .box .row-time .note-time li .arrow::before {
  content: "→";
  position: absolute;
  font-size: 100%;
  font-family: inherit;
  font-weight: inherit;
  left: 0;
  top: -3px;
  bottom: 0;
  margin: auto 0;
}
#sec-access .box .row-time .note-time li.txt-bold{
  font-weight: bold;
  padding-left: 0;
}
#sec-access .box .row-time .note-time li.txt-bold::before{
  display: none;
}
#sec-access .box .row-time .note-time li.txt-bold a{
  color: #6B6B6B;
}
.link-note {
  text-decoration: underline;
  position: relative;
  bottom: 1px;
}

.link-note:hover {
  text-decoration: none;
}

#sec-access .box .map {
  width: 100%;
  height: 320px;
  margin-bottom: 28px;
}

#sec-access .box .map iframe {
  width: 100%;
  height: 100%;
  line-height: 1em;
}

#sec-access .box .info {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

#sec-access .box .info .map-info,
#sec-access .box .info .tel-info .btnTel {
  position: relative;
  padding-left: 32px;
  font-family: var(--rounded);
  font-weight: 400;
  font-size: 15px;
  color: #6B6B6B;
}

#sec-access .box .info .map-info::before,
#sec-access .box .info .tel-info .btnTel::before {
  content: "";
  position: absolute;
  background: url(./img/icons/locationicon.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

#sec-access .box .info .tel-info {
  margin-top: -3px;
}

#sec-access .box .info .tel-info .btnTel::before {
  background-image: url(./img/icons/phoneicon.png);
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  #sec-access .custom-eye-title {
    right: 15px;
  }

  #sec-access .box .row-time {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  #sec-access .box .row-time .note-time {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  #sec-access .box {
    padding: 30px;
  }

  #sec-access .box .info {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  #sec-access {
    padding: 70px 0;
  }

  #sec-access .custom-eye-title {
    position: relative;
    top: 0;
    bottom: 0;
    margin-bottom: 40px;
    margin-top: -70px;
  }

  #sec-access .box {
    padding: 30px 20px;
    margin-right: 0;
  }

  #sec-access .box::before {
    width: 30px;
    top: -20px;
    left: -20px;
  }

  #sec-access .box .row-time {
    flex-direction: column;
    margin-bottom: 30px;
  }

  #sec-access .box .row-time .timetable {
    width: 100%;
  }

  #sec-access .box .row-time .note-time {
    margin-top: 25px;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    width: auto;
  }

  #sec-access .box .info {
    flex-direction: column;
    gap: 10px;
  }

  #sec-access .box .info .map-info::before {
    bottom: unset;
    top: 2px;
  }

  #sec-access .box .map {
    height: 250px;
    margin-bottom: 20px;
  }
}

.custom-eye-title {
  padding-top: 120px;
  position: relative;
  min-width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -40px;
}

.custom-eye-title.blue::before {
  background-image: url(./img/deco/brid_green.jpg);
}

.custom-eye-title.blue .ttl {
  color: #11233D;
}

.custom-eye-title.blue .ttl::before {
  background-image: url(./img/deco/eye_deco.png);
}

.custom-eye-title.blue .ttl::after {
  background-image: url(./img/deco/line_deco.png);
}

.custom-eye-title.blue .en {
  color: #767B90;
}

.custom-eye-title::before {
  content: "";
  position: absolute;
  background: url(./img/deco/brid_brown.jpg) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 160/32;
  width: 80px;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.custom-eye-title .ttl {
  position: relative;
  white-space: nowrap;
  color: #5E5A42;
  font-weight: 500;
  font-family: var(--rounded);
  font-size: 32px;
  line-height: 1.4em;
  letter-spacing: 0.2em;
  padding-top: 38px;
  padding-bottom: 56px;
  margin-bottom: 24px;
  display: block;
  width: 46px;
}

@supports (-webkit-touch-callout: none) {
  .custom-eye-title .ttl {
    line-height: 2.5em;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  .custom-eye-title .ttl {
    line-height: 2.5em;
  }
}

body.is-safari .custom-eye-title .ttl {
  line-height: 2.5em;
}

body.is-safari #feature .feature-item3 .feature-ttl .num {
  position: relative;
  left: 4px;
}

body.is-safari #menu .menu-ttl p:nth-child(1) {
  line-height: 2.3em;
}

.custom-eye-title .ttl::before {
  content: "";
  position: absolute;
  background: url(./img/deco/eye_deco_brown.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 96/28;
  width: 48px;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.custom-eye-title .ttl::after {
  content: "";
  position: absolute;
  background: url(./img/deco/line_deco_brown.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 6/67;
  width: auto;
  height: 33px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.custom-eye-title .en {
  font-size: 10px;
  font-weight: 400;
  font-family: var(--baloo);
  line-height: 1em;
  letter-spacing: normal;
  white-space: nowrap;
  color: #908876;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .custom-eye-title .txt-latin {
    display: inline-block;
    transform: rotate(-180deg);
  }
}

@media screen and (max-width: 767px) {
  .custom-eye-title {
    padding-top: 0;
    min-width: unset;
    align-items: center;
    position: relative !important;
    padding-top: 50px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .custom-eye-title::before {
    width: 60px;
    top: 0;
    left: 0;
  }

  .custom-eye-title .ttl {
    font-size: 22px;
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 15px;
    width: unset;
    line-height: 1.4em;
  }

  .custom-eye-title .ttl::before {
    width: 48px;
    top: 0;
    bottom: unset;
    left: 0;
    right: 0;
    margin: auto;
  }

  .custom-eye-title .ttl::after {
    aspect-ratio: 6/67;
    bottom: 0;
    margin: 0 auto;
  }

  .custom-eye-title .en {
    font-size: 10px;
  }
}

/*--------------------------------------
新着情報一覧
--------------------------------------*/
#newsList dl {
  padding: 30px 26px 15px 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #767B90;
  position: relative;
}

#newsList dl::before {
  content: "";
  position: absolute;
  right: 0;
  top: 36px;
  margin: auto;
  width: 8px;
  height: 13px;
  z-index: 2;
  background: url("img/news_arrow.png") no-repeat center/100% auto;
}

#newsList dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#newsList dl dt {
  color: #11233D;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--rounded);
  position: relative;
}

#newsList dl dd {
  line-height: 1.6;
}

#newsList dl dd a {
  color: #6B6B6B;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--rounded);
}

#newsList dl dd a:hover {
  text-decoration: underline;
}

#newsList dl dt .new-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 18px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  font-family: var(--rounded);
  position: absolute;
  right: 0;
  top: 3px;
  border-radius: 4px;
  text-transform: uppercase;
}

#newsList dl dt .new-label.news {
  background-color: #11233D;
}

#newsList dl dt .new-label.blog {
  background-color: #F1C400;
}

.news_link {
  position: absolute;
  top: -44px;
  right: 46px;
}

@media screen and (min-width: 768px) {
  #newsList dl {
    display: flex;
    justify-content: space-between;
  }

  #newsList dl dt {
    width: 150px;
  }

  #newsList dl dd {
    width: calc(100% - 175px);
  }
}

@media screen and (max-width: 767px) {
  #newsList dl {
    padding: 10px 20px 8px 7px;
  }

  #newsList dl:before {
    display: none;
  }

  #newsList dl dt {
    font-size: 14px;
    margin-bottom: 4px;
  }

  #newsList dl dd a {
    font-size: 15px;
    line-height: 1.4;
  }
}
.remodal-overlay{
  background-color: rgba(0, 0, 0, 0.8);
}
.remodal{
  background-color: #fff;
  max-width: 400px;
  box-sizing: border-box;
  padding: 30px 20px 25px;
  text-align: center;
}
.popup-container .remodal-close{
  width: 43px;
  height: 43px;
  transform: translate(35%,-35%);
}
.popup-container h2, .popup-txt{
  font-family: "Noto Serif JP", serif;
}
.popup-container h2{
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;;
}
.popup-txt{
  position: relative;
  font-weight: 500;
  font-size: 18px;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 24px;
  line-height: 1.4;
}
.popup-txt::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 1px;
  background-color: #0E1A35;
}
.popup-container .ai_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  margin: 0 auto;
  max-width: 320px;
  height: 55px;
  color: #fff;
  background-color: #0E1A35;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;  
  letter-spacing: 0;
}
.popup-container .ai_btn i{
  display: flex;
  line-height: 1;
}
.popup-container .ai_btn .icon-ai{
  width: 25px;
}
.popup-container .ai_btn .icon-arrow{
  width: 30px;
}
.popup-container .ai_btn span{
  display: block;
  margin: 0 10px;
}
.popup-container .ai_btn:hover{
  text-decoration: none;
  opacity: 0.7;
}
.popup-container .timetable{
  margin: 0 auto;
  max-width: 320px;
}
.popup-container .timetable tbody tr th, .popup-container .timetable tbody tr td {
    padding: 11px 0 8px;
    color: #6B6B6B;
}
.popup-container .timetable thead th{
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.popup-container .timetable tbody td {
    border-bottom: 1px solid #ccc;
    font-size: 13px;
}
.popup-container .timetable thead th{
  font-size: 13px;
  font-weight: 400;
  padding: 5px 0;
}
.popup-container .timetable tbody td:first-child{
  font-size: 13px;
  font-weight: 400;
}
.popup-container .timetable .txt_color{
  font-size: 12px;
  color: #6B6B6B;
}
.popup-container .timetable thead th:last-child{
  padding-right: 5px;
}