@charset "UTF-8";
:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-en: "Zen Kaku Gothic Antique";
  --main-color: #e9545d;
  --clr1: #444846;
  --clr2: #8fc43c;
  --clr3: #ffd35d;
  --clr4: #888888;
  --ttl_size: 28px;
  --wrapper: 100px;
  --border-radius: 10px;
}

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

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.tel_click {
  text-decoration: none;
  color: inherit;
}

@media only screen and (min-width: 769px) {
  a:not(.tel_click, [target*=_blank]) {
    transition: all 0.3s ease;
  }
  a:not(.tel_click, [target*=_blank]):hover {
    opacity: 0.7;
  }
  a.tel_click {
    pointer-events: none;
  }
  a:not(.tel_click, [target*=_blank]):hover, a:not(.tel_click, [target*=_blank]):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: 2;
  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 .TabContent {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.TabContainer .TabContent .content {
  transition: all 0.3s ease-in-out;
  background-color: #ccc;
}
.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: center;
  width: 90%;
  margin: 0px auto;
  max-width: 1118px;
}
.TabContainer .TabPager > div {
  background-color: #a4c7ce;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 20px 20px;
  width: calc(50% - 0px);
  transition: all 0.3s ease;
  cursor: pointer;
  color: #ffffff;
  border-radius: 10px 10px 0px 0px;
}
.TabContainer .TabPager > div p {
  margin: 0;
  font-size: 1.5em;
  line-height: 2;
  border-bottom: 1px solid transparent;
}
.TabContainer .TabPager > div.active {
  background-color: #fff;
  z-index: 1;
  color: #3d9e81;
}
.TabContainer .TabPager > div.active p {
  border-bottom: 1px solid;
}

.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 {
  --mr: 20px;
  border-radius: var(--mr);
  position: relative;
  max-width: calc(100% - 100px);
  margin-right: var(--mr);
  margin-left: auto;
  margin-top: var(--mr);
}
@media only screen and (max-width: 1600px) {
  .key {
    max-width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 1024px) {
  .key {
    --mr: 10px;
    max-width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 480px) {
  .key {
    max-width: calc(100% - 40px);
  }
}

.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 {
  text-decoration: none;
  position: relative;
}

.btn-group {
  font-size: 0.625em;
}
.btn-group.center {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
}
.btn-group .btn {
  font-size: 1em;
}
.btn-group .btn.style01 {
  width: 100%;
  min-width: 180px;
  max-width: 325px;
  overflow: hidden;
}
.btn-group .btn.style01 a {
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  background-color: #f19975;
  border-radius: 35px;
  color: #fff;
  min-height: 70px;
  padding-left: 1.875em;
  padding-bottom: 0.1em;
  transition: 0.3s all;
  line-height: 1.5;
}
.btn-group .btn.style01 a:hover {
  opacity: 1;
}
.btn-group .btn.style01 a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/shared_btn_icon.png);
  background-color: #fff;
  width: 10px;
  height: 9px;
  top: calc(50% - 4px);
  right: 1.7em;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.style01 a:not([target=_blank]):hover {
    background-color: var(--clr2);
    color: #fff;
  }
  .btn-group .btn.style01 a:not([target=_blank]):hover::after {
    background-color: #fff;
  }
}
@media only screen and (max-width: 1024px) {
  .btn-group .btn.style01 a {
    letter-spacing: 0;
    font-size: 14px;
    padding-left: 1em;
    min-height: 60px;
  }
  .btn-group .btn.style01 a::after {
    right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .btn-group .btn.style01 {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.btn-group .btn.small a {
  color: #444846;
  min-height: 60px;
  padding-left: 1.875em;
  background-color: #fff;
  padding-bottom: 0;
}
.btn-group .btn.small a::after {
  right: 1.625em;
}
.btn-group .btn.small.bg01 a {
  border: 1px solid #ffd35d;
}
.btn-group .btn.small.bg01 a::after {
  background-color: #ffd35d;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.small.bg01 a:not([target=_blank]):hover {
    background-color: #ffd35d;
    color: #fff;
  }
  .btn-group .btn.small.bg01 a:not([target=_blank]):hover::after {
    background-color: #fff;
  }
}
.btn-group .btn.small.bg02 a {
  border: 1px solid #8fc43c;
}
.btn-group .btn.small.bg02 a::after {
  background-color: #8fc43c;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.small.bg02 a:not([target=_blank]):hover {
    background-color: #8fc43c;
    color: #fff;
  }
  .btn-group .btn.small.bg02 a:not([target=_blank]):hover::after {
    background-color: #fff;
  }
}
.btn-group .btn.white a {
  background-color: #fff;
  color: #f19975;
}
.btn-group .btn.white a::after {
  background-color: #f19975;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.white a:not([target=_blank]):hover {
    background-color: #f19975;
    color: #fff;
  }
  .btn-group .btn.white a:not([target=_blank]):hover::after {
    background-color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .btn-group .btn {
    max-width: 280px;
  }
  .btn-group .btn a {
    min-height: 60px;
  }
  .btn-group .btn.small a {
    min-height: 50px;
  }
}
.btn-group.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 600px;
  margin-top: 40px;
}
.btn-group.col2 .btn {
  width: calc(50% - 10px);
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .btn-group.col2 .btn {
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 768px) {
  .btn-group.col2 {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
  .btn-group.col2 .btn {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .btn-group.col2 .btn:last-child {
    margin-top: 20px;
  }
}

.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
-------------------------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--wrapper);
  z-index: 20;
}

.h_ins img {
  background: #f6f5f5;
  border-radius: 50%;
  transition: 0.3s all;
}

header.active,
.ovh header {
  background-color: #fff;
}
header.active .logo a,
.ovh header .logo a {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}
header.active .pc_navi > ul > li > a,
header.active .pc_navi > ul > li > p,
.ovh header .pc_navi > ul > li > a,
.ovh header .pc_navi > ul > li > p {
  color: var(--clr1);
}
header.active .pc_navi > ul > li > a:hover,
header.active .pc_navi > ul > li > p:hover,
.ovh header .pc_navi > ul > li > a:hover,
.ovh header .pc_navi > ul > li > p:hover {
  color: var(--main-color);
}
header.active .right_head,
.ovh header .right_head {
  margin-top: 0;
}
header.active .hamburger-btn,
.ovh header .hamburger-btn {
  right: 0;
  top: 0;
}
header.active .hamburger-btn .button-toggle,
.ovh header .hamburger-btn .button-toggle {
  background-color: var(--main-color);
}
header.active .hamburger-btn .button-toggle:hover,
.ovh header .hamburger-btn .button-toggle:hover {
  background-color: var(--clr2);
}
header.active .h_ins img,
.ovh header .h_ins img {
  background: #f5f0f0;
}
header.active .pc_navi > ul > li.menu-item-has-children > a::after,
header.active .pc_navi > ul > li.menu-item-has-children > p::after,
.ovh header .pc_navi > ul > li.menu-item-has-children > a::after,
.ovh header .pc_navi > ul > li.menu-item-has-children > p::after {
  background-color: var(--clr1);
}
header.active .pc_navi > ul > li.menu-item-has-children:hover > a::after,
header.active .pc_navi > ul > li.menu-item-has-children:hover > p::after,
.ovh header .pc_navi > ul > li.menu-item-has-children:hover > a::after,
.ovh header .pc_navi > ul > li.menu-item-has-children:hover > p::after {
  background-color: var(--main-color);
}
header.active .pc_navi > ul > li.menu-item-has-children:hover > a,
header.active .pc_navi > ul > li.menu-item-has-children:hover > p,
.ovh header .pc_navi > ul > li.menu-item-has-children:hover > a,
.ovh header .pc_navi > ul > li.menu-item-has-children:hover > p {
  color: var(--main-color);
}

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

.logo {
  width: 25%;
  max-width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 0 0 40px 0;
  padding: 3.2em 3.3em 3.2em 3.4em;
  background-color: #fff;
  transition: none;
}
.logo img {
  width: auto;
}

.right_head {
  width: 70%;
  max-width: 1040px;
  padding-right: 170px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  align-items: center;
}

.pc_navi {
  width: 88.5%;
}
.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: 1;
  color: var(--main-color);
}
.pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::after {
  position: absolute;
  content: "";
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/h_nav.png);
  background-color: #fff;
  background-size: contain;
  width: 0.6111em;
  height: 0.4444em;
  top: calc(100% + 0em);
  left: calc(50% - 0.2778em);
  transition: 0.3s all;
}
.pc_navi > ul > li.menu-item-has-children:hover > a,
.pc_navi > ul > li.menu-item-has-children:hover > p {
  color: var(--main-color);
}
.pc_navi > ul > li.menu-item-has-children:hover > a::after,
.pc_navi > ul > li.menu-item-has-children:hover > p::after {
  background-color: var(--main-color);
}
.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: #fff;
}
.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 .subInner {
  position: absolute;
  width: 18em;
  right: 50%;
  top: 100%;
  padding-top: 1em;
  transform: translateX(50%);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
}
@media only screen and (min-width: 1919px) {
  .pc_navi > ul .subInner {
    padding-top: 1.5em;
  }
}
.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: 0.65em 0.6em 0.65em 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;
  line-height: 1.5;
}
.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 ul .title_center {
    width: 100% !important;
  }
  .pc_navi > ul .col2 .subInner ul .title_center a {
    pointer-events: none;
    border-bottom: 1px solid #fff;
    font-size: 1.125em;
    padding-left: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .pc_navi > ul .col2 .subInner ul .title_center a::before {
    display: none;
  }
  .pc_navi > ul .mcol-2 .subInner {
    width: 630px;
    right: 100%;
  }
  .pc_navi > ul .mcol-2 .subInner .menu_title > a {
    display: none !important;
  }
  .pc_navi > ul .mcol-2 .subInner .title_small {
    padding: 0 10px !important;
  }
  .pc_navi > ul .mcol-2 .subInner .title_small > a {
    pointer-events: none;
    text-align: center;
    border: 0 !important;
    font-size: 1.125em;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.7) !important;
    font-weight: 600;
  }
  .pc_navi > ul .mcol-2 .subInner .title_small > a::before {
    display: none;
  }
  .pc_navi > ul .mcol-2 .subInner > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px 20px;
  }
  .pc_navi > ul .mcol-2 .subInner > ul .subInner > ul {
    padding: 0;
  }
  .pc_navi > ul .mcol-2 .subInner > ul > .menu-item-has-children {
    width: calc(50% - 10px);
    padding: 0;
  }
  .pc_navi > ul .mcol-2 .subInner > ul > .menu-item-has-children > a, .pc_navi > ul .mcol-2 .subInner > ul > .menu-item-has-children > p {
    pointer-events: none;
    border-bottom: 1px solid #fff;
    font-size: 1.125em;
    padding-left: 0;
    padding-top: 1em;
    padding-bottom: 0.5em;
  }
  .pc_navi > ul .mcol-2 .subInner > ul > .menu-item-has-children > a::before, .pc_navi > ul .mcol-2 .subInner > ul > .menu-item-has-children > p::before {
    display: none;
  }
  .pc_navi > ul .mcol-2 .subInner .subInner {
    width: 100% !important;
    position: static !important;
    transform: unset !important;
    padding-top: 0 !important;
  }
  .pc_navi > ul .mcol-2 .subInner .subInner ul li {
    width: 100%;
  }
  .pc_navi > ul .mcol-2 .subInner .subInner ul li.w50 {
    width: 50%;
  }
  .pc_navi > ul .col2 .subInner {
    width: 30em;
  }
  .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: 1340px;
    margin: auto;
    min-height: 100%;
    display: flex;
    align-items: center;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  :root {
    --wrapper: 70px;
  }
  .logo a {
    padding: 2em;
  }
  .right_head {
    padding-right: 130px;
  }
  header.active .right_head,
  .ovh header .right_head {
    padding-right: calc(var(--wrapper) + 20px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.pc_navi > ul .col2 .subInner {
    width: 37em;
  }
  .pc_navi > ul {
    font-size: 1.4vw;
  }
  .pc_navi > ul .subInner ul li a {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.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;
}

.time_sheet {
  margin: 0px auto;
  max-width: 464px;
}
.time_sheet .note {
  margin-top: 15px;
  margin-left: -2px;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.time_sheet .note span {
  display: inline-block;
}
.time_sheet table {
  font-feature-settings: "palt";
}
.time_sheet table th,
.time_sheet table td {
  border-top: none;
  border-right: none;
  border-left: none;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 9.9%;
  border-bottom: 1px solid var(--clr1);
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: auto;
  padding-left: 1.9%;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 16.05%;
  padding-left: 0.8em;
  text-align: left;
}
.time_sheet table th {
  padding: 0.6em 0.2em;
}
.time_sheet table td {
  padding: 1.35em 0.2em 1.65em;
  color: var(--main-color);
}
.time_sheet table td:first-child {
  color: #333;
}
.time_sheet table tr:nth-child(3) td {
  padding-bottom: 1.6em;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  :root {
    --wrapper: 60px;
  }
}
.totop {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 20px;
  right: 20px;
}
.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: 70px;
  height: 70px;
  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;
  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: var(--clr);
  letter-spacing: 0.1em;
  line-height: 1.2222222222;
  text-align: center;
  text-decoration: none;
  background: #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;
  background-image: var(--mask);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-color: var(--clr);
  border-radius: 50%;
}
.fixed_banner .web {
  --clr: #f19975;
}
.fixed_banner .web p .tt::before {
  --mask: url(../images/fixed_icon1.png);
}
.fixed_banner .line {
  --clr: #8fc43c;
}
.fixed_banner .line p .tt::before {
  --mask: url(../images/fixed_icon2.png);
}
.fixed_banner .tel {
  --clr: #3e9ce4;
}
.fixed_banner .tel p .tt::before {
  --mask: url(../images/fixed_icon3.png);
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    --size: 9em;
    width: 9em;
    top: calc(50% - 10.1em);
  }
  .fixed_banner > div {
    width: var(--size);
    height: var(--size);
    margin-bottom: 0.3em;
  }
  .fixed_banner p {
    width: var(--size);
    height: var(--size);
    border: 1px solid var(--clr);
    border-right-color: transparent;
    border-radius: 10px 0 0 10px;
    padding-bottom: 4px;
  }
  .fixed_banner p .tt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
  }
  .fixed_banner p .tt::before {
    width: 2.8571em;
    height: 2.8571em;
    margin-bottom: 0.4286em;
    background-color: var(--clr);
  }
  .fixed_banner .tel {
    --w_tel: 15em;
    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 {
    transform: translateX(calc(0em - var(--w_tel)));
  }
  .fixed_banner .tel:hover a {
    width: calc(var(--size) + var(--w_tel));
  }
  .fixed_banner .tel .ov {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: absolute;
    left: var(--size);
    height: 100%;
    top: 0;
    width: var(--w_tel);
  }
  .fixed_banner .tel .ov::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    top: 0;
    left: -1px;
    bottom: 0;
    width: 1px;
    background-color: var(--clr);
  }
  .fixed_banner .tel .ov::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    top: 0;
    left: -1px;
    bottom: 0;
    right: 0;
    border-top: 1px solid var(--clr);
    border-bottom: 1px solid var(--clr);
  }
  .fixed_banner .tel .ov .text {
    font-size: 1.8em;
    font-weight: 500;
    color: var(--clr);
    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: 60px;
    height: 60px;
  }
}
footer {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-bottom: 20px;
}
footer .inner {
  max-width: 1920px;
}
footer::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/ft_bg_top.png) no-repeat top center/100%;
  top: 78px;
  left: 0;
  right: 0;
  height: 240px;
  z-index: -1;
}
@media only screen and (min-width: 2000px) {
  footer::before {
    top: 1.9791666667vw;
    height: 12.5vw;
  }
}
footer::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -2;
  inset: 0;
  top: 200px;
  background-color: #fff5f0;
}
@media only screen and (min-width: 2000px) {
  footer::after {
    top: 10vw;
  }
}
footer .ft_gallery {
  margin-top: -78px;
}
footer .ft_gallery .list .item {
  padding: 40px 0;
  margin-right: 30px;
}
footer .ft_gallery .list .item:nth-child(odd) {
  margin-top: 87px;
}
footer .ft_gallery .list img {
  border-radius: 100px;
  box-shadow: 0px 0px 40px 0px rgba(191, 84, 40, 0.2);
}
footer .ft_bg {
  background: url(../images/ft_bg.jpg) no-repeat top center/cover;
  padding: 100px 40px;
  border-radius: 100px;
  margin-top: 40px;
}
footer .fblock.center {
  align-items: center;
}
footer .ft_logo {
  display: table;
  margin: 0 auto;
  max-width: 432px;
}
footer .idx_address {
  margin: 17px 0 9px;
}
footer .idx_tel {
  margin-bottom: 64px;
}
footer .left,
footer .right {
  max-width: 610px;
  width: 48%;
}
footer .ft_map {
  height: 420px;
}
footer .ft_map iframe {
  border-radius: 30px;
  display: block;
}
footer .ft_menu {
  margin-top: 68px;
}
footer .copyright {
  margin-top: 62px;
}
footer .copyright .flex {
  justify-content: flex-start;
}
footer .copyright .copy {
  margin-left: 67px;
  align-self: center;
  padding-bottom: 3px;
}
footer .copyright .grits {
  max-width: 171px;
  margin-bottom: 18px;
  line-height: 1;
}
footer .copyright .textwidget p {
  line-height: 1;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
footer .copyright .ft_banner {
  max-width: 500px;
  width: 40%;
}
footer .copyright .ft_banner a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  footer .ft_bg {
    padding: 80px 0;
  }
  footer .copyright {
    margin-top: 60px;
  }
  footer .copyright .ft_banner {
    max-width: 350px;
  }
  footer .ft_map {
    height: 388px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  footer .ft_bg {
    padding: 80px 0;
  }
  footer .copyright {
    margin-top: 40px;
  }
  footer .copyright .copy {
    margin-left: 20px;
  }
  footer .ft_gallery .list img {
    width: 200px;
    border-radius: 60px;
  }
  footer .ft_gallery .list .item:nth-child(odd) {
    margin-top: 40px;
  }
}

.ft_link {
  --clr: #fff;
}
.ft_link a {
  text-decoration: none;
}
.ft_link .title {
  font-size: calc(var(--ttl_size) + 22px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: var(--f-en);
  color: var(--clr);
  margin-bottom: 31px;
}
.ft_link .ttl_small {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: var(--clr);
  letter-spacing: 0.05em;
  margin: 5px 0 25px;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link a {
  display: table;
  position: relative;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--clr);
  line-height: 2;
  padding-left: 24px;
}
.ft_link a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 0.8889em;
  height: 1px;
  background-color: var(--clr);
  left: 0.0556em;
  top: 1.0556em;
}
.ft_link a:hover {
  opacity: 1;
  color: var(--clr);
}
@media only screen and (min-width: 769px) {
  .ft_link a:hover {
    text-underline-offset: 3px;
    text-decoration: underline;
  }
  .ft_link a:hover span {
    text-underline-offset: 3px;
    text-decoration: underline;
  }
}
@media only screen and (min-width: 769px) {
  .ft_link .link_list_item {
    width: 23%;
  }
  .ft_link .link_list_item:last-child {
    width: 76.3%;
  }
  .ft_link .menu01 {
    width: 52%;
  }
  .ft_link .menu02 {
    width: 18%;
  }
  .ft_link .menu03 {
    width: 21.5%;
  }
  .ft_link .menu_small1 {
    width: 54%;
  }
  .ft_link .menu_small2 {
    width: 46%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .ft_link a {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .ft_link .ttl_small,
  .ft_link .title {
    letter-spacing: 0;
  }
  .ft_link .title {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .ft_link .ttl_small {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .ft_link li {
    margin-bottom: 6px;
  }
  .ft_link a {
    font-size: 12px;
    letter-spacing: 0;
  }
  .ft_link a span {
    display: inline-block;
  }
  .ft_link .link_list_item {
    width: 24%;
  }
  .ft_link .link_list_item:last-child {
    width: 75%;
  }
  .ft_link .menu01 {
    width: 52%;
  }
  .ft_link .menu02 {
    width: 22%;
  }
  .ft_link .menu03 {
    width: 21.5%;
  }
  .ft_link .menu_small1 {
    width: 56%;
  }
  .ft_link .menu_small2 {
    width: 42%;
  }
}

.menu_toggle .ft_link {
  --clr: var(--clr1);
}
.menu_toggle .ft_link .title {
  color: var(--main-color);
}
.menu_toggle .ft_link .ttl_small {
  color: var(--clr2);
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .menu_toggle .ft_link li {
    margin-bottom: 6px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .pc_navi > ul > li > a,
  .pc_navi > ul > li > p {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .fixed_banner {
    font-size: 6.5px;
    top: calc(50% - 30em);
  }
  header .header_top {
    align-items: flex-start;
  }
  header .logo {
    width: 20%;
  }
  header .logo a {
    padding: 20px 10px;
    border-radius: 0 0 20px 0;
  }
  header .pc_navi > ul > li > a,
  header .pc_navi > ul > li > p {
    font-size: 14px;
    letter-spacing: 0;
  }
  header .right_head {
    padding-right: 90px;
    width: 75%;
    margin-top: 25px;
  }
  header.active .header_top,
  .ovh header .header_top {
    align-items: center;
  }
  .h_ins {
    max-width: 40px;
  }
  #menu-header li:last-child .subInner {
    right: 83% !important;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
.idx_address {
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .idx_address {
    letter-spacing: 0;
    font-size: 16px;
  }
}

.idx_tel {
  display: table;
  margin: 9px auto 0;
}
.idx_tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  font-family: var(--f-en);
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.idx_tel a::before {
  content: "";
  display: block;
  background: url(../images/idx2_tel.png) no-repeat center/contain;
  width: 0.9334em;
  height: 0.9334em;
  margin-right: 0.6em;
  position: relative;
  top: 0.0334em;
}
.idx_tel a .jp {
  font-size: 0.5333em;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-left: 0.6875em;
}
@media only screen and (max-width: 1024px) {
  .idx_tel a {
    font-size: 26px;
    letter-spacing: 0;
  }
}

.shared_tbl {
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 22px 22px 35px;
}
.shared_tbl table tr th,
.shared_tbl table tr td {
  border: 0;
  line-height: 1;
  text-align: center;
  padding: 0;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 400;
  width: 10.5%;
}
.shared_tbl table tr th:first-child,
.shared_tbl table tr td:first-child {
  width: auto;
}
.shared_tbl table tr th {
  background-color: #fff;
  padding-top: 17px;
  padding-bottom: 22px;
  color: #f19975;
}
.shared_tbl table tr th:first-child {
  border-radius: 12px 0 0 0;
}
.shared_tbl table tr th:last-child {
  border-radius: 0 12px 0 0;
}
.shared_tbl table tr td {
  padding-top: 19px;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(58, 58, 58, 0.14);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.shared_tbl table tr td:not(:last-child) {
  border-right: 1px solid rgba(58, 58, 58, 0.14);
}
.shared_tbl table tr td:first-child {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1919px) {
  .shared_tbl table tr:nth-child(3) td {
    padding-top: 20px;
    padding-bottom: 22px;
  }
}
.shared_tbl table tr:last-child td {
  border-bottom: 0;
}
.shared_tbl table tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}
.shared_tbl table tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}
@media only screen and (min-width: 1919px) {
  .shared_tbl table tr:last-child td {
    padding-top: 16px;
    padding-bottom: 25px;
  }
}
.shared_tbl ul {
  margin-top: 29px;
}
.shared_tbl ul li {
  color: #fff;
  line-height: 1.5;
  display: flex;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.shared_tbl ul li .icon {
  margin-right: 0.625em;
}
.shared_tbl ul li .jp {
  margin-left: -0.6875em;
}
.shared_tbl ul li:not(:last-child) {
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .shared_tbl table tr th,
  .shared_tbl table tr td {
    letter-spacing: 0;
    width: 9%;
    font-size: 16px;
  }
  .shared_tbl table tr th:first-child,
  .shared_tbl table tr td:first-child {
    width: auto;
  }
  .shared_tbl table tr td:first-child {
    font-size: 14px;
  }
  .shared_tbl ul {
    margin-top: 20px;
  }
  .shared_tbl ul li {
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .shared_tbl {
    padding: 20px 10px;
  }
  .shared_tbl ul {
    margin-top: 20px;
  }
  .shared_tbl ul li {
    font-size: 14px;
    letter-spacing: 0;
  }
  .shared_tbl table tr th,
  .shared_tbl table tr td {
    letter-spacing: 0;
    width: 9%;
    font-size: 16px;
  }
  .shared_tbl table tr th:first-child,
  .shared_tbl table tr td:first-child {
    width: auto;
  }
  .shared_tbl table tr td:first-child {
    font-size: 14px;
  }
  .shared_tbl table tr td {
    border-bottom: 1px solid rgba(58, 58, 58, 0.04);
  }
  .shared_tbl table tr td:not(:last-child) {
    border-right: 1px solid rgba(58, 58, 58, 0.04);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .shared_tbl ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .shared_tbl table tr th,
  .shared_tbl table tr td {
    letter-spacing: 0;
    width: 10%;
    font-size: 14px;
  }
  .shared_tbl table tr th:first-child,
  .shared_tbl table tr td:first-child {
    width: auto;
  }
  .shared_tbl table tr td:first-child {
    font-size: 12px;
    letter-spacing: 0;
  }
}

.br1280,
.br1600,
.br769 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .br769 {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .br1600 {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .br1280 {
    display: block;
  }
}