@charset "UTF-8";

:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-jp: "Zen Maru Gothic", serif;
  --f-en: "Zen Maru Gothic", serif;
  --main-color: #ffb541;
  --clr1: #333333;
  --clr2: #559966;
  --clr3: #eb860e;
  --ttl_size: 30px;
  --wrapper: 90px;
  --line-height-p: 2.25;
  --size-mg-around-hd: 15px;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
body {
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.1em;
  color: var(--clr1);
  font-family: var(--f-notosans);
}

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.1em;
  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: 1210px;
}

.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 .container_ct {
  padding: clamp(35px, 3.2vw, 60px) clamp(40px, 4.2vw, 80px);
  background-color: white;
  border-radius: 20px;
}

.TabContainer .TabContent {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.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 {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.TabContainer .TabPager {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 90%;
  min-height: 8em;
  margin: 0px auto;
  max-width: 1120px;
  font-size: min(1vw, 10px);
}

.TabContainer .TabPager>div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 10px;
  width: calc(50% - 4px);
  transition: all 0.3s ease;
  cursor: pointer;
  color: #ffffff;
  border-radius: 10px 10px 0px 0px;
}

.TabContainer .TabPager>div::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr2);
  border-radius: inherit;
}

.TabContainer .TabPager>div::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: calc(-1.8em + 1px);
  margin: 0 auto;
  width: 6.2em;
  height: 1.8em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--main-color);
  opacity: 0;
}

.TabContainer .TabPager>div p {
  margin: 0;
  font-size: 2em;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  border-bottom: 1px solid transparent;
}

.TabContainer .TabPager>div.active {
  z-index: 2;
}

.TabContainer .TabPager>div.active::before {
  background-color: var(--main-color);
}

.TabContainer .TabPager>div.active::after {
  opacity: 1;
}

.TabContainer .TabPager>div:not(.active):hover::before {
  background-color: #328a48;
}

.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;
  z-index: 1;
  color: var(--main-color);
  text-decoration: none;
}

.btn a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  right: 3.6em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.4em;
  height: 1.4em;
  font-size: var(--fs-arr);
  --mask: url(../images/idx01_mask_arr.png);
  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: white;
}

.btn-group {
  --fs-arr: clamp(7px, .8vw, 10px);
  font-size: clamp(9px, 0.8vw, 10px);
}

.btn-group:not(.flex_gr) .btn:not(:last-child) {
  margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
  .btn-group:not(.flex_gr) .btn:not(:last-child) {
    margin-bottom: 15px;
  }
}

.btn-group .btn {
  font-size: 1em;
}

.btn-group .btn.style01 {
  width: 100%;
  min-width: 180px;
  max-width: 320px;
  overflow: hidden;
}

.btn-group .btn.style01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5em;
  height: 100%;
  padding: 0.5em calc(var(--fs-arr) * 6);
  font-size: 1.6em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: var(--main-color);
  transition: all 0.3s;
  border-radius: 40px;
}

.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 {
    background-color: var(--clr3);
  }

  .btn-group .btn.style01 a:not([target*=_blank]):hover::after {
    transform: translateX(5px);
  }
}

.btn-group .btn.center {
  margin-left: auto;
  margin-right: auto;
}

.btn-group .btn.bg02 {
  max-width: 360px;
}

.btn-group .btn.bg02 a {
  color: var(--clr1);
  background: url(../images/idx_btn_bg02.jpg) no-repeat center/cover;
}

.btn-group .btn.bg02 a::after {
  background-color: var(--clr3);
}

.btn-group .btn.bg02 a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  border-radius: 100px;
  background-image: -moz-linear-gradient(180deg, rgb(245, 240, 237) 0%, rgb(249, 208, 136) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(245, 240, 237) 0%, rgb(249, 208, 136) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(245, 240, 237) 0%, rgb(249, 208, 136) 100%);
  opacity: 0;
}

@media only screen and (min-width: 769px) {
  .btn-group .btn.bg02 a:not([target*=_blank]):hover::before {
    width: 100%;
    opacity: 1;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .btn a::after {
    right: 2em;
  }

  .btn-group .btn.style01 a {
    padding: 0.5em calc(var(--fs-arr) * 4);
  }
}

.btn_style02 {
  --fs-arr: clamp(8.5px, .7vw, 10px);
  display: table;
  font-size: clamp(8.5px, 0.7vw, 10px);
}

.btn_style02 a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 2px calc(var(--fs-arr) * 4.9) 8px 0;
  min-height: 36px;
  letter-spacing: 0.1em;
  font-size: 1.4em;
  line-height: 1.6;
  font-weight: 400;
  text-decoration: none;
  color: white;
  transition: all 0.3s;
}

.btn_style02 a .txt {
  padding-bottom: 2px;
  border-bottom: 1px solid white;
  transition: all 0.3s;
}

.btn_style02 a .arr {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 3.6em;
  height: 3.6em;
  border-radius: 50%;
  font-size: var(--fs-arr);
  background-color: white;
  transition: all 0.3s;
}

.btn_style02 a .arr::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1.4em;
  height: 1.4em;
  font-size: var(--fs-arr);
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 132 128' %3E%3Cpath d='M68.352,127.640 L54.210,113.497 L95.715,71.993 L0.147,71.993 L0.147,56.007 L95.715,56.007 L54.210,14.503 L68.352,0.360 L131.992,64.000 L68.352,127.640 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;
}

.btn_style02.arr-gr a .txt {
  color: white;
}

.btn_style02.arr-gr a .arr::before {
  background-color: var(--clr2);
}

@media only screen and (min-width: 769px) {
  .btn_style02.arr-gr a:hover .txt {
    color: var(--main-color);
    border-color: var(--main-color);
  }

  .btn_style02.arr-gr a:hover .arr {
    background-color: var(--main-color);
  }

  .btn_style02.arr-gr a:hover .arr::before {
    background-color: white;
  }
}

.btn_style02.arr-or a .arr::before {
  background-color: var(--clr3);
}

@media only screen and (min-width: 769px) {
  .btn_style02.arr-or a:hover .txt {
    color: var(--clr1);
    border-color: var(--clr1);
  }

  .btn_style02.arr-or a:hover .arr {
    background-color: var(--clr1);
  }
}

.btn_style02.bg01 a {
  color: var(--clr1);
}

.btn_style02.bg01 a .txt {
  border-color: var(--clr1);
}

.btn_style02.bg01 a .arr {
  background-color: var(--clr3);
}

.btn_style02.bg01 a .arr::before {
  background-color: white;
}

@media only screen and (min-width: 769px) {
  .btn_style02.bg01 a:hover .arr {
    background-color: var(--main-color);
  }
}

.btn_style02.bg02 a {
  color: var(--clr1);
}

.btn_style02.bg02 a .txt {
  border-color: var(--clr1);
}

.btn_style02.bg02 a .arr {
  background-color: var(--clr2);
}

.btn_style02.bg02 a .arr::before {
  background-color: white;
}

@media only screen and (min-width: 769px) {
  .btn_style02.bg02 a:hover .arr {
    background-color: #44b460;
  }
}

.btn_style02.fs02 .txt {
  font-size: 1.142857em;
}

@media only screen and (min-width: 769px) {
  .btn_style02 a:not([target*=_blank]):hover {
    color: unset;
    opacity: 1;
    padding-right: calc(var(--fs-arr) * 6);
  }
}

.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: 1170px) {
  body {
    font-size: 87.5%;
  }
}

.cl-or02 {
  color: var(--main-color);
}

.br_custom {
  display: none;
}

.br_auto {
  display: inline-block;
}

@media only screen and (max-width: 319px) {
  .br_auto {
    display: inline;
  }
}

.br_1170,
.br_769,
.br_750,
.br_640,
.br_520,
.br_480,
.br_430,
.br_390,
.br_375,
.br_360,
.br_320,
.ft_769 {
  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_769,
  .br_769 {
    display: block;
  }

  .dis_769,
  .inside .ham_dis_br_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;
  }

  .in_520 {
    display: inline;
  }

  .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;
  }
}

@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 .btn.style01 {
  min-width: unset;
}

.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;
  inset: 0;
  z-index: 2;
}

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

header {
  --size-w-hamburger: clamp(60px, 6.1vw, 116px);
  position: fixed;
  top: calc(var(--size-mg-around-hd) + 5px);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - var(--size-mg-around-hd) * 2);
  max-width: 1880px;
  height: var(--wrapper);
  border-radius: 5px;
  font-size: min(0.85vw, 10px);
  background-color: white;
  z-index: 20;
}

header::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: calc(50% - 50vw);
  bottom: 0;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: white;
  opacity: 0;
}

.ovh header::before {
  opacity: 1;
}

.header_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  padding: 5px 28px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.logo {
  width: 28%;
  max-width: 337px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo a {
  display: block;
  width: 100%;
  text-align: center;
}

.logo img {
  width: auto;
}

.right_head {
  width: 70%;
  padding-right: calc(var(--size-w-hamburger) + 18px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pc_navi {
  width: 100%;
}

.pc_navi>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: center;
  width: 100%;
}

.pc_navi>ul>li {
  position: relative;
  margin-left: 5.8em;
}

.pc_navi>ul>li:first-child {
  margin-left: 0;
}

.pc_navi>ul>li:hover>a,
.pc_navi>ul>li:hover>p {
  opacity: 1;
  color: var(--clr1);
}

.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;
}

.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;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 40px;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
  color: var(--clr1);
}

.pc_navi>ul>li>a::before,
.pc_navi>ul>li>p::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 0;
  margin: auto;
  width: 1.9375em;
  height: 1.9375em;
  border-radius: 50%;
  background-color: #ffb541;
  opacity: 0;
}

.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>li:hover a::before,
.pc_navi>ul>li:hover p::before {
  opacity: 0.5;
}

.pc_navi>ul .subInner {
  position: absolute;
  width: 34em;
  min-width: 290px;
  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: flex;
  align-items: center;
  padding: 1.2em 0.6em 1.2em 1.6em;
  height: 100%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
  font-size: 1.4em;
  color: #fff;
  text-decoration: none;
  text-align: left;
}

.pc_navi>ul .subInner ul li a::before {
  content: "›";
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  left: 0.6em;
}

@media only screen and (min-width: 769px) {
  .pc_navi>ul .col2 .subInner {
    width: 540px;
  }

  .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 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    min-height: 100%;
    display: flex;
    align-items: center;
    font-size: min(1vw, 10px);
  }
}

@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1560px) {
  .menu_toggle .inside .ft_link li {
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 769px) {
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .menu_toggle .inside .ft_link .link_list>div>ul>li {
    width: 100%;
  }

  .menu_toggle .inside .ft_link .title {
    color: var(--main-color);
  }
}

@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1560px) {
  .menu_toggle .inside .ft_link .title {
    font-size: calc(var(--ttl_size) + 1em);
  }
}

@media only screen and (min-width: 769px) {
  .menu_toggle .inside .ft_link .menu01 {
    width: 31%;
  }

  .menu_toggle .inside .ft_link .menu01>ul {
    max-height: unset;
  }

  .menu_toggle .inside .ft_link .menu02 {
    margin-top: 0;
    width: 60%;
  }

  .menu_toggle .inside .ft_link .menu02>ul {
    max-height: unset;
    flex-flow: row;
    justify-content: space-between;
  }

  .menu_toggle .inside .ft_link .menu02>ul>li:nth-child(1) {
    width: 50% !important;
  }

  .menu_toggle .inside .ft_link .menu02>ul>li:nth-child(2) {
    width: 50% !important;
    max-width: 270px;
  }

  .menu_toggle .inside .ft_link a::before {
    color: var(--main-color);
  }

  .menu_toggle .inside .ft_link a:hover {
    color: var(--main-color);
  }

  .menu_toggle .inside .ft_link .menu_has_child01>ul,
  .menu_toggle .inside .ft_link .menu_has_child02>ul {
    display: block;
    max-height: unset;
  }

  .menu_toggle .inside .ft_link .menu_has_child01>ul>li,
  .menu_toggle .inside .ft_link .menu_has_child02>ul>li {
    width: 100%;
  }

  .menu_toggle .inside .ft_link .menu_has_child a[href="#"] {
    color: var(--main-color);
  }

  .menu_toggle .inside .ft_link .menu_has_child .item_child01,
  .menu_toggle .inside .ft_link .menu_has_child .item_child02 {
    width: auto;
  }

  .menu_toggle .inside .ft_link .menu_has_child .item_child01>ul,
  .menu_toggle .inside .ft_link .menu_has_child .item_child02>ul {
    display: block;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1366px) and (max-height: 650px) {
  .menu_toggle .inside .ft_link {
    font-size: 1.32vmin;
  }

  .menu_toggle .inside .ft_link .ham_dis_1366 {
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1366px) {
  :root {
    --wrapper: 100px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .pc_navi>ul>li {
    margin-left: 4em;
  }

  .right_head {
    padding-right: calc(var(--size-w-hamburger));
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pc_navi>ul .subInner ul li a {
    font-size: 12px;
  }
}

.time_sheet {
  margin: 0px auto;
  max-width: 580px;
  font-size: min(0.8vw, 10px);
}

.time_sheet .time_sheet_note {
  margin-top: 19px;
}

.time_sheet .time_sheet_note p {
  margin-bottom: 2px;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.time_sheet .time_sheet_note p:last-child {
  margin-bottom: 0;
}

.time_sheet .time_sheet_note .txt01 .txt-child01 {
  margin-left: 0.8em;
}

.time_sheet .time_sheet_note .txt02 .txt-child01 {
  margin-left: 0.2em;
}

.time_sheet table th,
.time_sheet table td {
  border: none;
  text-align: center;
  font-weight: 400;
  font-size: 1.6em;
  width: 8.9%;
}

.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: 33%;
  padding-left: 6.4%;
  text-align: left;
  line-height: 1.5;
}

.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 14%;
  padding-right: 2.1em;
}

.time_sheet table th .ln02,
.time_sheet table td .ln02 {
  font-size: 0.875em;
}

.time_sheet table th {
  padding: 1.125em 0.375em;
  border-bottom: none;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.time_sheet table th:first-child {
  border-radius: 5px 0 0 5px;
}

.time_sheet table th:last-child {
  border-radius: 0 5px 5px 0;
}

.time_sheet table td {
  position: relative;
  z-index: 1;
  padding: 0.6875em 0.375em;
}

.time_sheet table td::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #bebebe;
}

.time_sheet table td:first-child {
  letter-spacing: 0.05em;
}

.time_sheet.style-cl table th {
  color: white;
  background-color: var(--main-color);
}

.time_sheet.style-cl table th:not(:last-child) {
  border-right: 1px solid var(--main-color);
}

.time_sheet.style-cl table td {
  color: var(--clr3);
}

.time_sheet.style-cl table td:first-child {
  color: var(--clr1);
}

.time_sheet.style-white table th {
  color: var(--clr1);
  background-color: white;
}

.time_sheet.style-white table th:not(:last-child) {
  border-right: 1px solid white;
}

.time_sheet.style-white table td {
  color: white;
  border-color: white;
}

.time_sheet.style-white table td::after {
  background-color: white;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  :root {
    --ttl_size: 26px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  :root {
    --ttl_size: 22px;
    --wrapper: 80px;
  }
}

.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: 60px;
  height: 60px;
  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);
  }
}

@keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }

  100% {
    left: -3px;
    opacity: 0.7;
  }
}

.fixed_banner {
  position: fixed;
  top: calc(50% - 8.9em);
  right: 0px;
  z-index: 15;
  transition: right 0.3s ease-in-out;
}

.fixed_banner>div {
  position: relative;
  transition: all 0.3s ease;
}

.fixed_banner a {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fixed_banner p {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.2222222222;
  text-align: center;
  text-decoration: none;
}

.fixed_banner p:hover {
  color: #fff;
}

.fixed_banner p .tt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}

.fixed_banner p .tt::before {
  content: "";
  display: block;
  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: #fff;
}

.fixed_banner .tel p {
  background-color: #559966;
}

.fixed_banner .tel p .tt::before {
  width: 2.2em;
  height: 2.2em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220' %3E%3Cpath d='M220.986,164.982 L220.986,208.194 C220.988,214.648 216.022,219.967 209.614,220.419 C204.272,220.775 199.907,220.983 196.532,220.983 C88.482,220.983 0.900,133.402 0.900,25.353 C0.900,21.992 1.083,17.630 1.461,12.281 C1.912,5.872 7.240,0.902 13.665,0.902 L56.899,0.902 C60.042,0.902 62.674,3.290 62.989,6.406 C63.269,9.225 63.527,11.451 63.771,13.149 C66.201,30.115 71.182,46.599 78.542,62.074 C79.703,64.514 78.944,67.452 76.745,69.010 L50.358,87.867 C66.490,125.449 96.448,155.404 134.041,171.532 L152.870,145.197 C154.458,142.979 157.407,142.207 159.875,143.387 C175.344,150.723 191.832,155.686 208.783,158.112 C210.484,158.342 212.721,158.617 215.509,158.899 C218.631,159.210 221.003,161.844 220.999,164.982 L220.986,164.982 Z'/%3E%3C/svg%3E");
}

.fixed_banner .web p {
  background-color: var(--main-color);
}

.fixed_banner .web p .tt::before {
  width: 2.3em;
  height: 2.3em;
  --mask: url(../images/fixed_web_mask.png);
}

.fixed_banner .mail p {
  background-color: #fadd86;
}

.fixed_banner .mail p .tt::before {
  width: 2.4em;
  height: 1.8em;
  --mask: url(../images/fixed_mail_mask.png);
}

.fixed_banner .banner01 p {
  background-color: #94cca5;
}

.fixed_banner .banner01 .tt::before {
  margin-bottom: 0;
}

.fixed_banner .banner01 .ico {
  width: 5em;
  height: 5em;
  border-radius: 5px;
  background: url(../images/fixed_banner01_ico.png) no-repeat center/auto 3.5em;
  background-color: white;

}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    --size: 6.6em;
    width: 6.6em;
  }

  .fixed_banner>div {
    width: var(--size);
    height: var(--size);
  }

  .fixed_banner>div:not(:last-child) {
    margin-bottom: 3px;
  }

  .fixed_banner>div>p {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  }

  .fixed_banner p {
    width: var(--size);
    height: var(--size);
  }

  .fixed_banner p .tt {
    font-size: 1em;
    letter-spacing: 0.05em;
  }
.fixed_banner .tel {
  --w_tel: 20em;
}
.fixed_banner .web,
  .fixed_banner .mail {
     --w_tel: 17em;
  }
  .fixed_banner .tel,
  .fixed_banner .web,
  .fixed_banner .mail {
    transform: translateX(calc(- var(--size) - var(--w_tel)));
    transition: all 0.3s ease;
  }

  .fixed_banner .tel .tt::before {
    margin-bottom: 0.45em;
  }

  .fixed_banner .tel:hover,
  .fixed_banner .web:hover,
  .fixed_banner .mail:hover {
    transform: translateX(calc(0em - var(--w_tel)));
  }

  .fixed_banner .tel:hover a,
  .fixed_banner .web:hover a,
  .fixed_banner .mail:hover a {
    width: calc(var(--size) + var(--w_tel));
  }

  .fixed_banner .tel p {
    padding-top: 5px;
  }

  .fixed_banner .tel .ov {
    background-color: var(--clr2);
  }

  .fixed_banner .web .ov {
    background-color: var(--main-color);
  }

  .fixed_banner .mail .ov {
    background-color: #fadd86;
  }

  .fixed_banner .tel .ov,
  .fixed_banner .web .ov,
  .fixed_banner .mail .ov {
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    left: calc(var(--size));
    height: 100%;
    top: 0;
    width: var(--w_tel);
    transition: all .3s;
  }

  .fixed_banner .tel .ov::before,
  .fixed_banner .web .ov::before,
  .fixed_banner .mail .ov::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: white;
    opacity: 0.2;
  }

  .fixed_banner .tel .ov .text {
    font-size: 2.5em;
    font-weight: 500;
    font-family: var(--f-en);
  }

  .fixed_banner .web .ov .text,
  .fixed_banner .mail .ov .text {
    font-size: 1.8em;
    font-weight: 500;
  }

  .fixed_banner .web p {
    padding-top: 5px;
    transition: all 0.3s;
  }

  .fixed_banner .web p .tt::before {
    margin-bottom: 0.5em;
  }

  .fixed_banner .mail p {
    transition: all 0.3s;
  }

  .fixed_banner .mail:hover p,
  .fixed_banner .mail:hover .ov {
    background-color: #ffc310;
  }

  .fixed_banner .banner01 {
    --w_banner: 18em;
    transform: translateX(calc(-var(--size) - var(--w_banner)));
    transition: all 0.3s ease;
  }

  .fixed_banner .banner01:hover {
    transform: translateX(calc(0em - var(--w_banner)));
  }

  .fixed_banner .banner01:hover a {
    width: calc(var(--size) + var(--w_banner));
  }

  .fixed_banner .banner01 .ov {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #94cca5;
    position: absolute;
    left: var(--size);
    height: 100%;
    top: 0;
    width: var(--w_banner);
    transition: all .3s;
  }

  .fixed_banner .banner01 .ov::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: white;
    opacity: 0.2;
  }

  .fixed_banner .banner01 .ov .text {
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1.2;
    /* font-family: var(--f-en); */
  }
}

@media only screen and (min-width: 769px) and (max-width: 1366px),
(min-width: 769px) and (max-height: 650px) {
  .fixed_banner {
    font-size: 8.75px;
  }

  .totop .icon {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .fixed_banner {
    top: calc(20px + var(--wrapper) + (580px - var(--wrapper)) / 2);
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 769px) and (max-height: 500px) {
  .fixed_banner {
    top: calc(20px + var(--wrapper) + 20px);
    font-size: 1.85vmin;
    transform: none;
  }
}

footer {
  padding: 91px 0 71px;
  position: relative;
  z-index: 1;
}

footer::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center bottom/cover;
}

@media only screen and (min-width: 769px) {
  footer::before {
    background-image: url("../images/ft_bg.jpg");
  }
}

@media only screen and (max-width: 768px) {
  footer::before {
    background-image: url("../images/ft_bg_sp.jpg");
  }
}

footer p {
  margin-bottom: 0;
}

footer p,
footer a {
  color: #fff;
  text-decoration: none;
}

footer .ft_logo {
  padding: 6px 0;
  max-width: 372px;
  margin: 0 auto 12px;
}

footer .ft_info {
  width: 45.32%;
  max-width: 580px;
}

footer .ft_info .des {
  margin-bottom: 26px;
  font-size: 14px;
  letter-spacing: 0.1em;
}

footer .infor_tel {
  margin-bottom: 42px;
}

footer .time_sheet {
  margin: 0;
  margin-bottom: 33px;
}

footer .idx_map {
  height: 394px;
  width: 100%;
  margin-bottom: 35px;
}

footer .idx_map iframe {
  width: 100%;
}

footer .ft_link {
  width: 50%;
  max-width: 618px;
}

footer .ft_link a {
  color: white;
}

.ft_link {
  font-size: min(1vw, 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 .link_list>div>ul>li {
    width: 58%;
  }

  .ft_link .menu01 {
    width: 100%;
  }

  .ft_link .menu01>ul {
    max-height: 30em;
  }

  .ft_link .menu02 {
    margin-top: 2.9em;
    width: 100%;
  }

  .ft_link .menu02>ul {
    max-height: 70em;
  }

  .ft_link .menu02>ul>li:nth-child(n+3) {
    max-width: 20em;
  }
}

.ft_link .title {
  margin-bottom: 0.5833em;
  padding-left: 0;
  font-size: calc(var(--ttl_size) + 3em);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  pointer-events: none;
  font-family: var(--f-en);
}

.ft_link .title::before {
  display: none;
}

.ft_link ul:last-child {
  margin-bottom: 0;
}

.ft_link li {
  margin-bottom: 2.2em;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.ft_link li:last-child {
  margin-bottom: 0;
}

.ft_link a {
  display: table;
  position: relative;
  padding-left: 0.8125em;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  line-height: 1.875;
  color: var(--clr1);
  transition: all 0.3s;
}

.ft_link a::before {
  content: "・";
  margin-left: -0.35em;
  border-radius: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.ft_link a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0.8125em;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: white;
  opacity: 0;
}

@media only screen and (min-width: 769px) {
  .ft_link a:hover {
    opacity: 1;
    color: #fff600;
  }
}

.ft_link .menu_has_child {
  width: 100% !important;
}

.ft_link .menu_has_child a[href="#"] {
  font-family: var(--f-notosans);
  font-size: 2.2em;
  letter-spacing: 0.1em;
  pointer-events: none;
  margin-bottom: 0.8636em;
  padding-left: 0;
  font-weight: 500;
}

.ft_link .menu_has_child a[href="#"]::before {
  display: none;
}

.ft_link .menu_has_child.no_title>a {
  display: none;
}

.ft_link .menu_has_child01>ul,
.ft_link .menu_has_child02>ul {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
}

.ft_link .menu_has_child01 {
  margin-bottom: 1rem;
}

.ft_link .menu_has_child01>ul {
  max-height: 60em;
}

@media only screen and (min-width: 769px) {
  .ft_link .menu_has_child02>ul {
    max-height: 25em;
  }

  .ft_link .menu_has_child02>ul li {
    width: 58%;
  }
}

@media only screen and (min-width: 769px) {

  .ft_link .menu_has_child .item_child01,
  .ft_link .menu_has_child .item_child02 {
    width: 58%;
  }
}

.copyright {
  color: #fff;
}

.copyright .flex {
  align-items: center;
  justify-content: flex-start;
  min-height: 40px;
}

.copyright .textwidget {
  display: block;
  line-height: 20px;
  padding-left: 1.8125em;
  padding-bottom: 0.1875em;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.copyright .textwidget p {
  margin-bottom: 0;
  font-size: 0.75em;
  line-height: inherit;
  letter-spacing: 0.1em;
}

.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
  position: relative;
  padding-right: 1.875em;
}

.copyright .grits a {
  display: block;
}

.copyright .grits img {
  max-width: 177px;
}

.copyright .grits::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto 0;
  background: rgba(255, 255, 255, 0.4);
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  footer .ft_link {
    font-size: 8px;
  }

  .copyright .grits img {
    max-width: 140px;
  }

  .copyright .grits {
    padding-right: 15px;
  }

  .copyright .textwidget {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .copyright .flex {
    justify-content: center;
    flex-direction: column;
  }

  .copyright .grits {
    padding-right: 0;
  }

  .copyright .grits img {
    width: 120px;
  }

  .copyright .textwidget {
    padding-left: 0;
  }

  .copyright .grits {
    padding-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .copyright .grits::before {
    display: none;
  }

  .copyright .grits::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0.4;
  }
}

.infor_address {
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 10px;
}

.infor_tel {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(8.5px, 0.7vw, 10px);
}

.infor_tel.center {
  margin-left: auto;
  margin-right: auto;
}

.infor_tel a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-left: 2.1875em;
  min-height: 50px;
  font-family: var(--f-en);
  font-size: 3.2em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.infor_tel a .arr {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0.0938em 0.0938em 0;
  width: 1.5625em;
  height: 1.5625em;
  border-radius: 50%;
}

.infor_tel a .arr::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 23px;
  height: 23px;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 218 221' %3E%3Cpath d='M37.563,1.086 C43.375,0.285 47.617,2.021 51.986,5.693 C62.752,14.721 72.368,27.621 83.065,37.006 C98.203,55.455 74.058,67.124 63.607,79.135 C62.763,80.040 62.619,81.034 62.735,82.236 C62.921,84.179 66.829,91.531 68.002,93.630 C79.708,114.535 104.826,139.572 125.464,151.523 C127.403,152.651 133.070,155.915 134.825,156.509 C136.065,156.924 137.031,157.065 138.311,156.650 C145.676,150.937 151.746,142.221 158.850,136.353 C165.826,130.589 173.924,130.262 181.001,136.123 C190.405,146.909 202.977,156.583 212.081,167.428 C224.313,182.006 212.637,191.123 202.890,200.997 C196.634,207.339 190.563,215.247 181.904,218.148 C155.301,227.050 110.832,202.013 89.403,186.509 C55.977,162.325 23.918,124.090 8.716,85.329 C1.581,67.139 -5.567,42.362 8.375,25.745 C12.477,20.848 27.583,5.381 32.592,2.829 C34.081,2.080 35.913,1.316 37.563,1.086 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);
}

.infor_tel.st01 a {
  color: var(--clr3);
}

.infor_tel.st01 a .arr {
  background-color: var(--clr3);
}

.infor_tel.st01 a .arr::before {
  background-color: white;
}

.infor_tel.stwhite a {
  color: white;
}

.infor_tel.stwhite a .arr {
  background-color: white;
}

.infor_tel.stwhite a .arr::before {
  background-color: var(--clr3);
}

.idx_gallery {
  position: relative;
  z-index: 2;
}

.idx_gallery .list {
  display: flex;
}

.idx_gallery .list .img img {
  overflow: hidden;
  border-radius: 5px;
  margin: 0 2.5px;
  max-width: 340px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx_gallery .list .img img {
    max-width: 250px;
  }
}

@media only screen and (max-width: 768px) {
  .idx_gallery .list .img img {
    max-width: 220px;
  }
}

.idx_gallery .list .item:nth-child(2n+1) {
  margin-top: 54px;
}

@media only screen and (max-width: 768px) {
  .idx_gallery .list .item:nth-child(2n+1) {
    margin-top: 30px;
  }
}

.home_page .idx_gallery_ft {
  display: none;
}

.idx_banner_gr {
  position: relative;
  z-index: 2;
  padding: 80px 20px 80px;
}

.idx_banner_gr .idx_banner {
  max-width: 416px;
}

@media only screen and (min-width: 769px) {
  .idx_banner_gr {
    --size-mg: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .idx_banner_gr {
    padding: 60px 20px 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  }

  .idx_banner_gr .idx_banner {
    max-width: 300px;
  }
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/

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