@charset "UTF-8";
:root {
  --f-jp: "Shippori Mincho B1", serif;
  --f-en: "EB Garamond", serif;
  --f-haviland: "Mr De Haviland", cursive;
  --main-color: #88BCB7;
  --clr1: #2C2C2C;
  --clr2: #ccc;
  --cl-hv-main: #C99969;
  --ttl_size: 30px;
  --wrapper: 100px;
  --border-radius: 0;
  --fs-fixed-banner: min(.8vw,10px);
  --line-height-p: 2;
  --size-radius-50: 50px;
  --value-transition: all .3s;
}

@media only screen and (max-width: 1024px) {
  :root {
    --size-radius-50: 35px;
  }
}
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
body {
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  letter-spacing: 0;
  font-size: 17px;
  color: var(--clr1);
  font-family: var(--f-jp);
}
body::-webkit-scrollbar {
  display: block;
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(to bottom, var(--clr2) 0%, var(--main-color) 50%, var(--clr2) 100%);
  box-shadow: inset 0 0 6px #fff;
}
body::-webkit-scrollbar-thumb:window-inactive {
  background: linear-gradient(to bottom, var(--clr2) 0%, var(--main-color) 50%, var(--clr2) 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 100%;
  -webkit-text-size-adjust: none;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure,
picture {
  display: block;
  padding: 0;
  margin: 0;
}

img {
  display: table;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a:not(.tel_click) {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #64b5f7;
}
a.tel_click {
  text-decoration: none;
  color: inherit;
}

@media only screen and (min-width: 769px) {
  a:not([target*=_blank]) {
    transition: opacity 0.3s ease;
  }
  a:not([target*=_blank]):hover {
    opacity: 0.7;
  }
  a.tel_click {
    pointer-events: none;
  }
  a:not(.tel_click):hover, a:not(.tel_click):active {
    color: #64b5f7;
  }
}
a.logo:hover,
.logo a:hover,
a.ft_logo:hover,
.ft_logo a:hover,
a.tel_click:hover {
  opacity: 1 !important;
}

table {
  width: 100%;
}

iframe {
  width: 100%;
  height: 100%;
}

.captcha_box iframe {
  height: auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

p {
  line-height: var(--line-height-p);
  letter-spacing: 0;
  word-wrap: break-word;
  word-break: break-word;
  margin-bottom: 15px;
}
p:empty {
  display: none !important;
}
p:last-child {
  margin-bottom: 0;
}

.red {
  color: #ca0a0a !important;
}

.bold {
  font-weight: bold !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

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

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
  overflow-x: auto !important;
}

.wrapper {
  overflow: hidden;
}

.inner_max,
.inner_big,
.inner,
.inner_sm {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.inner_max {
  max-width: 1480px;
}

.inner_big {
  max-width: 1320px;
}

.inner {
  max-width: 1140px;
}

.inner_sm {
  max-width: 1020px;
}

.fullWidthBreak {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.txt_ver {
  writing-mode: vertical-rl;
}

@media only screen and (min-width: 769px) {
  .txt_ver_pc {
    writing-mode: vertical-rl;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           WordPress Core                                 */
/*==========================================================================*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 35px;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*                              General                                     */
/*==========================================================================*/
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
.TabContainer .TabContent {
  position: relative;
  z-index: 2;
}
.TabContainer .TabContent .content {
  transition: all 0.3s ease-in-out;
}
.TabContainer .TabContent .content > div {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
}
.TabContainer .TabContent .content > div.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.TabContainer .TabPager {
  display: flex;
  justify-content: flex-end;
  margin: 0px auto;
  font-size: min(1.2vw, 10px);
}
.TabContainer .TabPager > div {
  position: relative;
  z-index: 1;
  background-color: #D8E4E5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 2em 1em 5.5em;
  min-width: 26em;
  min-height: 11em;
  transition: all 0.3s;
  cursor: pointer;
  color: #4C958E;
}
.TabContainer .TabPager > div::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 2.3em;
  margin: 0 auto;
  width: 2.8em;
  height: 2.8em;
  border-radius: 50%;
  background: url(../images/tab_pager_arr.png) no-repeat center/0.9em auto;
  background-color: var(--main-color);
}
.TabContainer .TabPager > div p {
  margin: 0;
  font-size: 1.7em;
  line-height: 1.8;
  border-bottom: 1px solid transparent;
}
.TabContainer .TabPager > div.active {
  padding-bottom: 4.5em;
  background-color: #F7F7F8;
}
.TabContainer .TabPager > div.active::after {
  bottom: 1.2em;
}
@media only screen and (min-width: 769px) {
  .TabContainer .TabPager > div:not(.active):hover {
    background-color: #ECFEFF;
  }
}

@media only screen and (max-width: 768px) {
  .TabContainer .TabPager {
    justify-content: center;
    font-size: min(2vw, 8px);
  }
  .TabContainer .TabPager > div {
    width: 50%;
    min-width: auto;
    max-width: 26em;
  }
  .TabContainer .TabPager > div p {
    font-size: 2em;
  }
}
.rel {
  position: relative;
}

.ovh {
  overflow: hidden !important;
}

.ovs {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
}

.lt0 {
  letter-spacing: 0 !important;
}

figure,
picture {
  text-align: center;
  line-height: 1;
}

.fblock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.key {
  position: relative;
}

.txt_l {
  float: left;
  width: calc(100% - 385px);
}

.txt_r {
  float: right;
  width: calc(100% - 385px);
}

.link > a {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.tel_click {
  display: table;
  text-decoration: none;
}
.tel_click .icon {
  display: flex;
  align-items: center;
  font-family: var(--f-en);
  font-weight: 700;
  color: var(--main-color);
  letter-spacing: 0.05em;
  font-size: 1.5em;
}
.tel_click .icon::before {
  content: "";
  display: block;
  margin-right: 0.3214em;
  margin-top: 0.1786em;
  width: 0.893em;
  height: 0.893em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 101' %3E%3Cpath d='M97.829,82.824 C98.198,91.823 96.073,94.826 87.308,97.205 C74.144,100.791 61.788,98.752 50.561,91.066 C33.671,79.497 19.384,65.207 7.912,48.225 C-0.287,36.096 -1.826,22.855 2.769,8.952 C4.752,2.953 8.059,0.771 14.407,0.925 C23.639,1.157 23.633,1.157 26.561,10.079 C27.869,14.063 29.100,18.078 30.561,22.007 C32.367,26.859 31.432,30.918 27.914,34.711 C22.303,40.765 22.378,40.854 26.680,47.891 C33.854,59.628 43.600,68.580 55.717,75.040 C57.758,76.123 59.178,76.250 60.774,74.416 C62.051,72.951 63.620,71.738 65.076,70.429 C68.123,67.696 71.576,66.743 75.537,68.072 C82.013,70.255 88.532,72.319 94.923,74.723 C96.087,75.162 97.048,76.900 97.511,78.240 C97.992,79.641 97.756,81.285 97.829,82.824 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--main-color);
}

.en {
  font-family: var(--f-en);
}

.btn a {
  position: relative;
  color: var(--main-color);
  text-decoration: none;
  font-family: var(--f-jp);
}
.btn a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 3.1667em;
  height: 3.1667em;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50%;
  background: url(../images/idx_btn_arr.png) no-repeat center/10px auto;
  background-color: var(--main-color);
}

.btn-group {
  font-size: 10px;
}
.btn-group .btn {
  font-size: 1em;
}
.btn-group .btn.style01 {
  display: table;
}
.btn-group .btn.style01 a {
  display: flex;
  align-items: center;
  min-height: 3.1667em;
  padding: 0.5em 5px 0.5em 4.2778em;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--clr1);
  transition: var(--value-transition);
}
.btn-group .btn.style01 a::after {
  background-color: #fff;
}
.btn-group .btn.style01 a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.style01 a:not([target*=_blank]):hover::before {
    background-color: var(--cl-hv-main);
  }
}
.btn-group .btn.bg-white a {
  color: white;
}
.btn-group .btn.bg-white a::before {
  background-image: url(../images/idx_btn_arr_green.png);
  background-color: white;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.bg-white a:not([target*=_blank]):hover::before {
    border: 1px solid white;
    background-image: url(../images/idx_btn_arr.png);
    background-color: transparent;
  }
}
.btn-group .btn.sm a {
  padding-left: 2.7778em;
}
.btn-group .btn.sm a::before {
  width: 1.944em;
  height: 1.9444em;
  background-image: url(../images/idx_btn_arr02.png);
  background-size: 0.2778em auto;
}

.btn-news {
  font-size: 10px;
  display: table;
}
.btn-news a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 50px;
  min-height: 35px;
  text-decoration: none;
  font-size: 1.8em;
  letter-spacing: 0;
  line-height: 1.5;
  color: var(--clr1);
  transition: var(--value-transition);
}
.btn-news a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: url(../images/btn_news_icon.svg) no-repeat center/11px auto;
  background-color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .btn-news a:hover {
    opacity: 1;
    color: var(--clr1);
  }
  .btn-news a:hover::before {
    background-color: var(--cl-hv-main);
  }
}

.yt {
  max-width: 960px;
  margin: 0px auto;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-arrow {
  display: block;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  position: absolute;
  top: 37%;
  width: 2em;
  height: 2em;
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
}
.slick-arrow:focus {
  outline: 0;
}

.slick-prev {
  left: -1em;
}

.slick-next {
  right: -1em;
}

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    font-size: 93.75%;
  }
}
@media only screen and (max-width: 1024px) {
  .btn-news,
  .btn-group {
    font-size: 8.5px;
  }
}
.br_auto {
  display: inline-block;
}

@media only screen and (max-width: 319px) {
  .br_auto {
    display: inline;
  }
}
.br_1366,
.br_1280,
.br_1170,
.br_769,
.ft_br_769,
.br_750,
.br_640,
.br_520,
.br_480,
.br_430,
.br_390,
.br_375,
.br_360,
.br_320 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .br_1366 {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .br_1280,
  footer .ft_br_1280 {
    display: block;
  }
  .dis_1280 {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .br_1170 {
    display: block;
  }
  .dis_1170 {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .ft_br_769,
  .br_769 {
    display: block;
  }
  .dis_769 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .br_750 {
    display: block;
  }
  .dis_750 {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .br_640 {
    display: block;
  }
  .dis_640 {
    display: none;
  }
}
@media only screen and (max-width: 520px) {
  .br_520 {
    display: block;
  }
  .dis_520 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .br_480 {
    display: block;
  }
  .in_480 {
    display: inline;
  }
  .dis_480 {
    display: none;
  }
}
@media only screen and (max-width: 430px) {
  .br_430 {
    display: block;
  }
  .in_430 {
    display: inline;
  }
  .dis_430 {
    display: none;
  }
}
@media only screen and (max-width: 390px) {
  .br_390 {
    display: block;
  }
  .in_390 {
    display: inline;
  }
  .dis_390 {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .br_375 {
    display: block;
  }
  .in_375 {
    display: inline;
  }
  .dis_375 {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .br_360 {
    display: block;
  }
  .dis_360 {
    display: none;
  }
  .in_360 {
    display: inline;
  }
}
@media only screen and (max-width: 350px) {
  .in_320 {
    display: inline;
  }
  .br_320 {
    display: block;
  }
  .dis_320 {
    display: none;
  }
  .inside .inside_br_320 {
    display: block;
  }
}
@media only screen and (max-width: 319px) {
  .br_769,
  .br_640,
  .br_520,
  .br_480,
  .br_430,
  .br_375 {
    display: none;
  }
}
.flex_gr {
  --size-mg: 5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: calc(var(--size-mg) * -1);
}
.flex_gr .item {
  width: 100%;
  margin: var(--size-mg);
}
@media only screen and (min-width: 769px) {
  .flex_gr.col-2 .item {
    width: calc(50% - 2 * var(--size-mg));
  }
  .flex_gr.col-3 .item {
    width: calc(33.333333% - 2 * var(--size-mg));
  }
  .flex_gr.col-4 .item {
    width: calc(25% - 2 * var(--size-mg));
  }
  .flex_gr.col-5 .item {
    width: calc(20% - 2 * var(--size-mg));
  }
}

.link a {
  position: absolute;
  display: block;
  inset: 0;
  z-index: 2;
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--wrapper);
  z-index: 20;
  font-size: min(0.8vw, 10px);
}

@keyframes fadeInDown {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
header.active,
.header_top {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  height: var(--wrapper);
  transition: all 0.3s ease-in-out;
}

.logo {
  width: 40%;
  max-width: 580px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo a {
  display: block;
  width: 100%;
  padding: 3em;
  text-align: center;
  background-color: white;
}
.logo img {
  width: auto;
}

.pc_navi {
  width: 100%;
}
.pc_navi > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}
.pc_navi > ul > li {
  position: relative;
}
.pc_navi > ul > li:hover > a,
.pc_navi > ul > li:hover > p {
  opacity: 0.8;
  color: var(--main-color);
}
.pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::after {
  content: "";
  background: url(../images/shared_pc_navi_arrow.png) center no-repeat;
  background-size: 100% auto;
  width: 9px;
  height: 5px;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 4.5px);
  transition: all 0.5s ease;
  /*border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0px 6px;
  width: 0;
  height: 0;*/
}
.pc_navi > ul > li.menu-item-has-children > a:hover::after,
.pc_navi > ul > li.menu-item-has-children > p:hover::after {
  transform: translateY(5px);
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 40px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
  color: var(--clr1);
}
.pc_navi > ul > li > a span,
.pc_navi > ul > li > p span {
  display: block;
  width: 100%;
  padding-top: 0px;
  font-size: 66.6666666667%;
  font-weight: 600;
}
.pc_navi > ul > li:hover a.title::after,
.pc_navi > ul > li:hover p.title::after {
  transform: translateY(5px);
}
.pc_navi > ul .subInner {
  position: absolute;
  width: 18em;
  right: 50%;
  bottom: -15px;
  padding-top: 0px;
  transform: translate(50%, 100%);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.pc_navi > ul .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul .subInner ul {
  background-color: var(--main-color);
  padding-bottom: 10px;
}
.pc_navi > ul .subInner ul li {
  padding: 0 10px;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  display: block;
  padding: 1.2em 0.6em 1.2em 1.6em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
  font-size: 0.875em;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.05em;
}
.pc_navi > ul .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.6em;
  transform: translateY(-54%);
}

@media only screen and (min-width: 769px) {
  .pc_navi > ul .col2 .subInner {
    width: 440px;
  }
  .pc_navi > ul .col2 .subInner ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pc_navi > ul .col2 .subInner ul li {
    width: 50%;
  }
  .menu_toggle .inside .ft_link {
    --size-w-menu-left: 27%;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    min-height: 100%;
    padding: 10.3em 5.7em 5.2em 12.1em;
    font-size: min(0.6vw, 10px);
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
    flex-direction: column;
    max-height: 70em;
  }
  .menu_toggle .inside .ft_link li.item_has_child > ul {
    padding-top: 0.9em;
    padding-left: 1.9em;
  }
  .menu_toggle .inside .ft_link li.item_has_child > ul li {
    margin-bottom: 0.9em;
  }
  .menu_toggle .inside .ft_link .menu01,
  .menu_toggle .inside .ft_link .menu03 {
    width: var(--size-w-menu-left);
  }
  .menu_toggle .inside .ft_link .menu03 {
    margin-top: 6em;
  }
  .menu_toggle .inside .ft_link .menu02 {
    width: calc(100% - (var(--size-w-menu-left)) - 40px);
    max-width: 531px;
  }
  .menu_toggle .inside .ft_link .menu02 > ul {
    max-height: 100%;
  }
  .menu_toggle .inside .ft_link .menu02 > ul > li {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  :root {
    --wrapper: 100px;
  }
  .menu_toggle .inside .ft_link {
    padding: 80px 4em 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .menu_toggle .inside .ft_link {
    --size-w-menu-left: 49%;
    font-size: min(0.9vw, 8px);
  }
  .menu_toggle .inside .ft_link .title {
    margin-bottom: 2em;
  }
  .menu_toggle .inside .ft_link .menu02 {
    margin-top: 3em;
    width: 100%;
  }
  .menu_toggle .inside .ft_link .menu01,
  .menu_toggle .inside .ft_link .menu03 {
    max-width: 100%;
  }
  .menu_toggle .inside .ft_link .menu03 {
    margin-top: 0;
  }
  .menu_toggle .inside .ft_link .link_list {
    flex-direction: row;
    max-height: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-height: 800px) {
  .menu_toggle .inside .ft_link {
    font-size: 1vmin;
  }
}
@media only screen and (min-width: 769px) and (max-height: 700px) {
  .menu_toggle .inside .ft_link {
    font-size: 0.6vw;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .menu_toggle .inside .ft_link .title {
    margin-bottom: 1.5em;
  }
  .menu_toggle .inside .ft_link .menu03 {
    margin-top: 2em;
  }
  .menu_toggle .inside .page_gr {
    margin-top: 2em;
  }
}
.idx_gallery .list {
  display: flex;
}
.idx_gallery .list .img {
  padding-top: 2em;
}
.idx_gallery .list .img img {
  overflow: hidden;
  border-radius: 0.625em;
  margin: 0 6px;
}

.infor_address {
  --size-padding-left-to-set-icon: 32px;
  line-height: 1.470588;
  letter-spacing: 0;
  font-weight: 500;
}
.infor_address .pos_code {
  padding-left: var(--size-padding-left-to-set-icon);
  position: relative;
  z-index: 1;
}
.infor_address .pos_code::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 1.4118em;
  height: 1.4706em;
  transition: var(--value-transition);
  background: url(../images/map_icon.svg) center no-repeat;
  background-size: cover;
}
.infor_address .txt_right {
  margin-left: 17px;
}
.infor_address .txt_bottom {
  display: block;
  padding-left: var(--size-padding-left-to-set-icon);
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .infor_address .pos_code::before {
    top: -0.05em;
  }
}
.infor_tel {
  --size-padding-left-to-set-icon-tel: 32px;
  display: table;
}
.infor_tel a {
  position: relative;
  z-index: 1;
  padding-left: var(--size-padding-left-to-set-icon-tel);
  min-height: 2.1176em;
  line-height: 1.5;
  color: var(--clr1);
  text-decoration: none;
}
.infor_tel a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 1.4118em;
  height: 1.4706em;
  transition: var(--value-transition);
  background: url(../images/tel_icon.png) center no-repeat;
  background-size: cover;
}
.infor_tel a:hover {
  color: var(--clr1);
  opacity: 1;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .infor_tel a::before {
    top: 0.02em;
  }
}
.idx_map iframe,
.ud_map iframe {
  border: 0;
}

.time_sheet {
  max-width: 492px;
  padding: 2em 2em 1.7em 2em;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  font-size: 10px;
  overflow: hidden;
}
.time_sheet .line {
  position: relative;
  z-index: 1;
}
.time_sheet .line::after {
  content: " ";
  position: absolute;
  inset: 0;
  display: block;
  width: 3px;
  height: 1px;
  margin: auto;
  background-color: var(--clr1);
  transform: translate(0, 0.1875em);
}
.time_sheet .line .char {
  opacity: 0;
}
.time_sheet .time_sheet_note {
  margin-top: 12px;
}
.time_sheet .time_sheet_note p {
  line-height: 1.8;
  font-size: 14px;
}
.time_sheet .time_sheet_note .frame {
  padding: 3px 4px;
  margin-right: 11px;
  font-size: 0.857em;
  background-color: #F6F7F7;
}
.time_sheet .time_sheet_note .txt-left {
  margin-right: 12px;
}
.time_sheet table th,
.time_sheet table td {
  border-top: none;
  border-right: none;
  border-left: none;
  text-align: center;
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: 0;
  width: 7.55%;
  border: none;
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  padding-right: 0.5em;
  width: 27.5%;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 10.45%;
  padding-right: 1.5em;
}
.time_sheet table th {
  padding: 0.32em 0.2em;
  border: none;
  background-color: var(--main-color);
  color: white;
}
.time_sheet table th:first-child {
  border-radius: 100px 0 0 100px;
}
.time_sheet table th:last-child {
  border-radius: 0 100px 100px 0;
}
.time_sheet table td {
  position: relative;
  z-index: 1;
  padding: 0.6em 0.2em 0.85em;
  color: var(--main-color);
}
.time_sheet table td::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: -30px;
  bottom: 0;
  width: calc(100% + 60px);
  height: 1px;
  background-color: #EFEFEF;
}
.time_sheet table td:first-child {
  color: var(--clr1);
  font-size: 1.6em;
  letter-spacing: 0.025em;
  font-family: var(--f-en);
}
.time_sheet table tbody tr:first-of-type td {
  padding-top: 1.2em;
}
.time_sheet table tbody tr:last-of-type td::after {
  display: none;
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
  :root {
    --ttl_size: 22px;
    --wrapper: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .totop {
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    position: fixed;
    z-index: 19;
    bottom: 25px;
    right: 25px;
  }
  .totop.active {
    opacity: 1;
    visibility: visible;
  }
  .totop .icon {
    background-image: url(../images/totop.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: 0px;
    width: 80px;
    height: 80px;
    margin: 0;
  }
}
@media only screen and (min-width: 769px) {
  .totop:hover .icon {
    opacity: 0.9;
    animation-name: bounces;
  }
}
.bounce {
  animation-name: bounces;
}

.animateds {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes bounces {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.fixed_banner .fixed_main {
  display: flex;
  flex-wrap: wrap;
}
.fixed_banner .fixed_main .fixed_item {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.fixed_banner .fixed_main .fixed_item .icon {
  width: 4.9em;
  height: 4.9em;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.7em auto;
  background-color: var(--main-color);
}
.fixed_banner .fixed_main .fixed_item .ttl {
  font-size: 1.8em;
  margin-bottom: 0;
}
.fixed_banner .fixed_main .fixed_item .ttl .en {
  display: block;
  margin-bottom: 1px;
  font-size: 0.7222em;
  line-height: 1;
  color: var(--main-color);
  letter-spacing: 0.05em;
}
.fixed_banner .fixed_main .fixed_item .ttl .en::first-letter {
  text-transform: uppercase;
}
.fixed_banner .fixed_main .fixed_item .chatbot {
  position: absolute;
  z-index: 2;
  inset: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.fixed_banner .fixed_main .chatAI .icon {
  background-image: url(../images/fixed_main_ico01.png);
}
.fixed_banner .fixed_main .contact .icon {
  background-image: url(../images/fixed_main_ico02.png);
}
.fixed_banner .fixed_sub .fixed_sub_item {
  background-repeat: no-repeat;
  background-position: center;
}
.fixed_banner .fixed_sub .tel {
  background-image: url(../images/fixed_sub_ico01.png);
}
.fixed_banner .fixed_sub .map {
  background-image: url(../images/fixed_sub_ico02.png);
}
.fixed_banner .fixed_sub .mail {
  background-image: url(../images/fixed_sub_ico03.png);
}
.fixed_banner .fixed_sub .totop {
  opacity: 0;
  background: url(../images/totop_arr.svg) no-repeat center/1em auto;
}
.fixed_banner .fixed_sub .totop.active {
  opacity: 1;
}

.fixed_banner {
  position: fixed;
  right: 0px;
  bottom: 0;
  z-index: 15;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 769px) {
  .under .fixed_banner {
    bottom: 0;
  }
  .fixed_banner {
    --size-w-fixed-main: 55.7em;
    font-size: var(--fs-fixed-banner);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  }
  .fixed_banner::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    right: 54em;
    bottom: 0;
    width: 100vw;
    height: 2em;
    background-color: white;
  }
  .fixed_banner .fixed_main {
    position: relative;
    z-index: 1;
    justify-content: space-between;
    align-items: center;
    width: var(--size-w-fixed-main);
    height: 13em;
    padding: 2.7em 4em 2em 4em;
    background-color: white;
  }
  .fixed_banner .fixed_main::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    left: -20px;
    bottom: 2em;
    width: 20px;
    height: 20px;
    background: url(../images/radius_bg.png) no-repeat center/cover;
    display: none;
  }
  .fixed_banner .fixed_main .fixed_item {
    padding-left: 6em;
  }
  .fixed_banner .fixed_main .fixed_item .icon {
    position: absolute;
    left: 0;
    top: -0.3em;
    transition: var(--value-transition);
  }
  .fixed_banner .fixed_main .fixed_item:hover .en {
    color: var(--cl-hv-main);
  }
  .fixed_banner .fixed_main .fixed_item:hover .icon {
    background-color: var(--cl-hv-main);
  }
  .fixed_banner .fixed_sub {
    position: absolute;
    right: calc(var(--size-w-fixed-main) + 2em);
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-bottom: 0.9em;
  }
  .fixed_banner .fixed_sub .fixed_sub_item {
    position: relative;
    width: 5.8em;
    height: 5.8em;
    border-radius: 50%;
    background-size: 2.5em auto;
    background-color: #2C2C2C;
    transition: var(--value-transition);
    cursor: pointer;
  }
  .fixed_banner .fixed_sub .fixed_sub_item:not(:last-of-type) {
    margin-right: 0.8em;
  }
  .fixed_banner .fixed_sub .fixed_sub_item:not(:has(a[target*=_blank])):hover {
    background-color: #575757;
  }
  .fixed_banner .fixed_sub .map {
    background-position: left 47% center;
  }
}
.floating_banner {
  position: fixed;
  z-index: 14;
  left: 10px;
  bottom: 3.9em;
  font-size: var(--fs-fixed-banner);
  transition: all 0.3s ease-in-out;
}
.floating_banner .banner {
  position: relative;
  z-index: 1;
  width: 32em;
  height: 12.4em;
}
.floating_banner img {
  border-radius: 10px;
  overflow: hidden;
  --mask: url(../images/floangting_mask.svg);
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
}
.floating_banner .close {
  position: absolute;
  z-index: 3;
  right: -1.2em;
  top: -1.2em;
  width: 4em;
  height: 4em;
  border-radius: 50%;
}
.floating_banner .close .icon {
  position: absolute;
  inset: 0.5em;
  cursor: pointer;
  border-radius: 50%;
  background: url(../images/floating_close_ico.png) no-repeat center/0.9em auto;
  background-color: rgba(0, 0, 0, 0.2);
  transition: var(--value-transition);
}

@media only screen and (min-width: 769px) {
  .floating_banner a:hover {
    opacity: 0.8;
  }
  .floating_banner .close .icon:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@media only screen and (min-width: 769px) and (max-height: 650px) {
  :root {
    --fs-fixed-banner: 1.45vmin;
  }
}
footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: var(--size-radius-50) var(--size-radius-50) 0 0;
  margin-top: -56px;
}
footer::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 100px;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  text-decoration: none;
}
footer .ft_logo {
  max-width: 510px;
}
footer .infor_address {
  margin-bottom: 10px;
}
footer .ft_info {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 84px 0 85px;
}
footer .ft_info::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: min((100vw - 1100px) / -2, -20px);
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: white;
}
footer .ft_info .ft_info_right {
  max-width: 344px;
}
footer .ft_link {
  width: 100%;
}
footer .ft_link p,
footer .ft_link a {
  color: white;
}
.under footer .ft_info::before {
  background-color: #F7F7F7;
}

.ft_link {
  --size-w-menu-left: 40%;
  font-size: 10px;
}
.ft_link a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .ft_link .link_list > div > ul {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
  }
  .ft_link .menu01 {
    width: 20%;
    max-width: 220px;
  }
  .ft_link .menu02 {
    width: 47%;
    max-width: 513px;
  }
  .ft_link .menu02 > ul {
    max-height: 40em;
  }
  .ft_link .menu02 > ul > li {
    width: var(--size-w-menu-left);
    margin-bottom: 0.8em;
  }
  .ft_link .menu02 > ul > li:nth-child(n+4) {
    width: calc(100% - var(--size-w-menu-left));
  }
  .ft_link .menu03 {
    width: 15%;
    max-width: 155px;
  }
}
.ft_link .title {
  margin-bottom: 3.3em;
  font-size: 1em;
}
.ft_link .title .en {
  display: block;
  margin-bottom: 0.6667em;
  font-size: 1.8em;
  letter-spacing: 0.025em;
  line-height: 1;
  font-family: var(--f-en);
}
.ft_link .title .jp {
  font-size: 3em;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 1.29em;
  line-height: 1.6;
}
.ft_link a {
  position: relative;
  color: inherit;
  font-size: 1.8em;
  letter-spacing: 0.025em;
  color: var(--clr1);
  line-height: 1.5625;
  transition: var(--value-transition);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  border-bottom: 1px solid white;
  border-width: 0;
  transition: all 0.3s;
}
.ft_link li.item_has_child > ul {
  padding-top: 1.4em;
  padding-left: 6.25%;
}
.ft_link li.item_has_child > ul li {
  margin-bottom: 1.2em;
}
.ft_link li.item_has_child > ul li a {
  padding-left: 0.8125em;
  font-size: 1.6em;
}
.ft_link li.item_has_child > ul li a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  top: 0.5em;
  width: 0.25em;
  height: 0.5em;
  background: url(../images/ft_link_arrow.svg) no-repeat center/cover;
}
.ft_link a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .ft_link a {
    background-image: linear-gradient(to right, white, white);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: bottom left;
  }
  .ft_link a:hover {
    color: white;
    background-size: 100% 1px;
  }
}
@media only screen and (min-width: 769px) {
  .ft_link li.item_has_child > ul a {
    background-position: bottom left 1em;
  }
}

.page_gr {
  display: flex;
  flex-wrap: wrap;
}
.page_gr .page_item a {
  display: table;
  padding: 0.2143em 1.4286em 0 1.4286em;
  min-height: 1.4286em;
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 1.1;
  color: white;
}
.page_gr .page_item:not(:first-of-type) {
  border-left: 1px solid white;
}
.page_gr .page_item:first-of-type a {
  padding-left: 0;
}
.page_gr .page_item:last-of-type a {
  padding-right: 0;
}

.copyright {
  margin: 0 auto 0;
  color: #fff;
  padding: 17px 0px 74px;
  padding-bottom: 130px;
  position: relative;
  z-index: 1;
}
.copyright .flex {
  align-items: center;
  justify-content: flex-start;
  min-height: 40px;
}
.copyright .inner_big {
  max-width: 1135px;
}
.copyright::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  left: calc(50% - 50vw);
  top: 0;
  height: 100%;
  width: 100vw;
  background-color: var(--main-color);
}
.copyright .textwidget {
  display: block;
}
.copyright .textwidget p {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0.025em;
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 159px;
}

@media only screen and (min-width: 769px) {
  footer {
    width: calc(100% + 10px);
    margin-left: -5px;
  }
  footer .ft_info {
    justify-content: space-between;
  }
  footer .ft_info .ft_logo {
    width: 50%;
  }
  footer .ft_info .ft_info_right {
    transform: translatey(3px);
    width: calc(50% - 20px);
  }
  footer .ft_link {
    padding: 111px 0 50px;
    font-size: min(0.9vw, 10px);
  }
  .copyright .page_gr {
    width: 32%;
    max-width: 315px;
  }
  .copyright .flex {
    justify-content: space-between;
  }
  .copyright .textwidget {
    width: 65%;
    max-width: 635px;
  }
}
@media only screen and (min-width: 1561px) {
  .copyright .textwidget p {
    transform: translateX(2px);
  }
  .copyright .page_gr {
    transform: translateY(1px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .ft_info {
    padding: 60px 0;
  }
  footer .ft_info .ft_info_right {
    max-width: 312px;
  }
  .copyright .page_gr {
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
  .copyright .textwidget {
    margin-top: 15px;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
/* set chat ai */
body:has(.intro.hidden) {
  position: relative !important;
  top: auto !important;
}

/*end set chat ai */
.fixed_popup {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 15;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  font-size: 10px;
}

.fixed_popup .gr_banner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.fixed_popup .bn {
  cursor: pointer;
}

.fixed_popup .bn.bn_reserve {
  max-width: 260px;
}

.fixed_popup #myBtn {
  z-index: 3;
}

/* modal */
.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  font-size: 10px;
  background: rgba(103, 103, 103, 0.73);
  transition: all 0.4s;
  z-index: 999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s;
}

.modal:target {
  visibility: visible;
  opacity: 1;
}

.modal__content {
  border-radius: 4px;
  position: relative;
  width: 500px;
  max-width: 90%;
  background: #fff;
  padding: 1em 2em;
}

.modal-content .close {
  position: absolute;
  right: -2.5em;
  top: -2.5em;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  border: 1px solid var(--clr1);
  background: url(../images/modal_close_ico.png) no-repeat center/2em auto;
  background-color: #ebe9e9;
  cursor: pointer;
  transition: var(--value-transition);
}

.modal-content {
  background-color: white;
  max-width: 40em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 4.5em;
  padding-bottom: 5em;
}

.modal-content .t1 {
  color: var(--main-color);
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.8em;
  letter-spacing: 0.025em;
  font-weight: 500;
  line-height: 1.321428571;
  text-align: center;
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 7px;
  margin-bottom: 10px;
}

.modal-content .t2 {
  color: #333333;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.35;
  text-align: center;
}

.modal-content .layout_banner {
  max-width: 34em;
  margin-top: 25px;
  font-size: 1em;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
}

.modal-content .banner {
  background-color: var(--main-color);
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s;
}

.modal-content .banner a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  color: white;
  text-decoration: none;
  font-size: 2.2em;
  min-height: 2.5em;
  font-weight: 500;
  letter-spacing: 0.025em;
  position: relative;
  padding: 5px 5px 5px 7px;
}

.modal-content .banner a:hover {
  opacity: 1;
}

.modal-content .banner span {
  position: relative;
  padding-left: 2em;
  width: 100%;
}

.modal-content .banner span::before {
  position: absolute;
  content: "";
  top: 0.2em;
  left: 2px;
  width: 1.1364em;
  height: 1.1364em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.modal-content .banner span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 1.3636364em;
  height: 1.3636364em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/popup_arrow.png);
}

.modal-content .banner.st1 span::before {
  background-image: url(../images/popup_icon01.png);
}

.modal-content .banner.st2 span::before {
  background-image: url(../images/popup_icon02.png);
}

.modal-content .banner.st3 span::before {
  background-image: url(../images/popup_icon03.png);
}

.modal-content .banner.st4 span::before {
  background-image: url(../images/popup_icon04.png);
}

.modal-content .banner:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
  .modal-content .banner:not(.bn_tel):hover {
    background-color: var(--cl-hv-main);
  }
  .modal-content .close:hover {
    background-color: #dcdcdc;
  }
}
@media only screen and (max-width: 1024px) {
  .modal {
    font-size: 8px;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .modal {
    font-size: 1.4vmin;
  }
  .modal-content {
    max-width: 52em;
  }
  .modal-content .banner a {
    font-size: 2.2em;
  }
}
@media only screen and (max-width: 480px) {
  .modal {
    font-size: min(1.45vw, 6px);
  }
  .modal-content {
    width: calc(100% - 60px);
    max-width: 350px;
  }
  .modal-content .t1 {
    font-size: min(6vw, 24px);
  }
  .modal-content .t2 {
    font-size: min(5vw, 18px);
  }
  .modal-content .layout_banner {
    font-size: min(2.5vw, 7px);
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/

/*# sourceMappingURL=style.css.map */
