@charset "UTF-8";
:root {
  --f-jp: "Noto Serif JP", serif;
  --f-en: "Cormorant Garamond", serif;
  --cormorant: "Cormorant", serif;
  --main-color: #ff8552;
  --clr1: #333333;
  --clr2: #ffbc52;
  --clr3: #354a86;
  --clr4: #0696b6;
  --ttl_size: 28px;
  --wrapper: 100px;
  --border-radius:0px;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  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-jp);
}

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]) {
    -webkit-transition: opacity 0.3s ease;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

p {
  line-height: 2.25;
  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 {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media only screen and (min-width: 769px) {
  .txt_ver_pc {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            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;
  }
}
@media only screen and (min-width: 451px) {
  .sp_450 {
    display: none !important;
  }
}
@media only screen and (min-width: 361px) {
  .sp_320 {
    display: none !important;
  }
}
.TabContainer .TabContent {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.TabContainer .TabContent .content {
  -webkit-transition: all 0.3s ease-in-out;
  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;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-top: 86px;
}
.TabContainer .TabContent .content > div.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.TabContainer .TabPager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.TabContainer .TabPager > div {
  --cl: #354a86;
  background-color: var(--cl);
  position: relative;
  margin: 0;
  width: calc(100%/3 - 2px);
  margin-right: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #ffffff;
}
.TabContainer .TabPager > div::before {
  content: "";
  position: absolute;
  bottom: -2.625em;
  left: 0;
  right: 0;
  margin: auto;
  width: 2.8125em;
  height: 2.6875em;
  background-color: var(--cl);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.TabContainer .TabPager > div:nth-child(2) {
  --cl: #ffbc52;
}
.TabContainer .TabPager>div:nth-child(3){
    margin-right: 0;
    --cl: #9c8511;
}
.TabContainer .TabPager > div .tt {
  background-color: var(--cl);
  margin: 0;
  font-size: 1.5em;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 1em 0.5em 1.0384615385em;
  width: 100%;
  height: 100%;
}
.TabContainer .TabPager > div.active::before {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .TabContainer .TabPager > div:not(.active):hover {
    opacity: 0.8;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.key {
  position: relative;
  margin-top: 14em;
  font-size: 10px;
}

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

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

.link > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 2;
}

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

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

.btn a {
  position: relative;
  color: var(--main-color);
  text-decoration: none;
  font-family: var(--f-jp);
}
.btn a::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0.38125em;
  height: 12px;
  right: 5%;
  top: calc(50% - 6px);
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61 101' %3E%3Cpath d='M60.957,50.350 L52.385,58.785 L52.329,58.731 L9.523,100.309 L0.950,91.881 L43.698,50.349 L0.950,8.832 L9.523,0.385 L52.326,41.966 L52.385,41.909 L60.957,50.350 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);
}

.btn-group {
  font-size: 0.625em;
}
.btn-group .btn {
  font-size: 1em;
}
.btn-group .btn.style01 {
  width: 100%;
  min-width: 180px;
  max-width: 408px;
  overflow: hidden;
}
.btn-group .btn.style01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.88889em;
  padding: 0.5em 1em;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: var(--main-color);
  -webkit-transition: all 0.3s;
  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:hover::after {
    right: 0.5em;
  }
}
.btn-group .btn.bg01 a {
  background-color: #fff;
  color: var(--main-color);
}
.btn-group .btn.bg01 a::after {
  background-color: var(--main-color);
}
.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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
}
.slick-arrow:focus {
  outline: 0;
}

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

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

.br_auto {
  display: inline-block;
}

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .key {
    font-size: min(0.625em, 1.1vmin);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  .key {
    font-size: 0.6vw;
  }
  .TabContainer .TabPager {
    font-size: min(16px, 1.3vw);
  }
  .TabContainer .TabContent .content > div {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    font-size: 87.5%;
  }
}
/* START Mail
------------------------------------------------------------------------*/
.contact-form-style01 {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.contact-form-style01 .contact-table {
  background-size: cover;
  width: 100%;
  margin: 0 auto 0px;
  overflow: hidden;
  position: relative;
}
.contact-form-style01 .contact-table textarea {
  min-width: 100%;
}
.contact-form-style01 .contact-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
  background-color: #f2f2f2;
  padding: 4px 8px;
  font-size: 1rem;
  border: 0;
}
.contact-form-style01 .contact-table input {
  width: 100%;
  height: 56px;
}
.contact-form-style01 .contact-table textarea {
  max-width: 100%;
  width: 100%;
  height: 10em;
}
.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table textarea {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-form-style01 .contact-table input[type=radio],
.contact-form-style01 .contact-table input[type=checkbox] {
  margin: 5px 3px 5px 0px;
  width: auto;
}
.contact-form-style01 .contact-table [readonly*=readonly] {
  background: none;
  border: 0;
  font-weight: bold;
}
.contact-form-style01 .contact-table dl {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  margin: 11px 0 16px;
  padding: 23px 25px 24px 24px;
}
.contact-form-style01 .contact-table dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 279px;
  font-weight: 600;
  letter-spacing: 0;
}
.contact-form-style01 .contact-table dt span {
  display: inline-block;
  padding: 8px 6px 8px 7px;
  margin-left: 5px;
  line-height: 1;
  background-color: #ff8552;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  top: 1px;
}
@-moz-document url-prefix() {
  .contact-form-style01 .contact-table dt span {
    /* Fire Fox */
    padding-bottom: 3px;
  }
}
.contact-form-style01 .contact-table dd {
  width: calc(100% - 315px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2px;
  font-weight: 500;
}
.contact-form-style01 .contact-table .postal_code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-form-style01 .contact-table .inline span {
  max-width: 75px;
  margin: 0 5px;
  text-align: center;
}
.contact-form-style01 .contact-table .inline.sm_input > span, .contact-form-style01 .contact-table .inline.input_age > span {
  max-width: 122px;
  margin-left: 10px;
  margin-right: 7px;
}
.contact-form-style01 .contact-table .inline.sm_input > span:first-child, .contact-form-style01 .contact-table .inline.input_age > span:first-child {
  margin-left: 0;
}
.contact-form-style01 .contact-table .inline input {
  text-align: center;
}
.contact-form-style01 .contact-table .clockpicker input {
  width: 70px;
  text-align: center;
}
.contact-form-style01 .contact-table input:not([type=radio]):not([type=checkbox]):focus, .contact-form-style01 .contact-table textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.contact-form-style01 .confirm-table textarea {
  resize: none;
  width: 100%;
}
.contact-form-style01 .confirm-table input:not([type=radio]):not([type=checkbox]):focus,
.contact-form-style01 .confirm-table textarea:focus {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form-style01 .input_btn,
.contact-form-style01 .button.thanks_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto 0;
}
.contact-form-style01 .input_btn input,
.contact-form-style01 .input_btn a,
.contact-form-style01 .button.thanks_btn input,
.contact-form-style01 .button.thanks_btn a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}
.contact-form-style01 .input_btn a,
.contact-form-style01 .button.thanks_btn a {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form-style01 .input_btn input[type=button],
.contact-form-style01 .input_btn input[type=submit],
.contact-form-style01 .button.thanks_btn a {
  width: 300px;
  height: 66px;
  border: none;
  padding: 10px 10px 12px;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
  margin: 0px 10px 10px;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.contact-form-style01 .input_btn input[type=button]:hover,
.contact-form-style01 .input_btn input[type=submit]:hover,
.contact-form-style01 .button.thanks_btn a:hover {
  opacity: 0.8;
}
.contact-form-style01 .input_btn input[type=button],
.contact-form-style01 .input_btn input[type=submit],
.contact-form-style01 .button.thanks_btn {
  background-color: #ff8552;
  background-image: url(../images/ic_arr.png), -webkit-gradient(linear, left top, right top, color-stop(45%, #ff8552), to(#ff914f));
  background-image: url(../images/ic_arr.png), linear-gradient(90deg, #ff8552 45%, #ff914f 100%);
  background-repeat: no-repeat;
  background-size: 10px auto, auto;
  background-position: right 19px center, top left;
  color: #fff;
  font-family: var(--f-jp);
  letter-spacing: 0.05em;
  font-size: 18px;
}
@media only screen and (min-width: 769px) {
  .contact-form-style01 .contact-table dl:nth-child(1) {
    padding-bottom: 25px;
  }
  .contact-form-style01 .contact-table dl:nth-child(1) dd {
    padding-top: 0;
  }
  .contact-form-style01 .contact-table dl:last-child {
    padding-bottom: 16px;
  }
  .contact-form-style01 .contact-table dl:last-child dt {
    padding-bottom: 9px;
  }
  .contact-form-style01 .contact-table dl:last-child dt,
  .contact-form-style01 .contact-table dl:last-child dd {
    border-bottom: none;
  }
}
.contact-form-style01 .wpcf7-radio .wpcf7-list-item {
  margin-right: 26px;
  margin-left: 6px;
}
.contact-form-style01 .wpcf7-radio:last-child {
  margin-right: 0;
}
.contact-form-style01 .wpcf7-radio input {
  height: auto;
  margin-right: 9px !important;
}
.contact-form-style01 .wpcf7-radio .wpcf7-list-item-label {
  letter-spacing: 0;
}
.contact-form-style01 .wpcf7-acceptance .wpcf7-list-item-label {
  color: var(--clr1);
}
.contact-form-style01 .wpcf7-acceptance input {
  width: 22px;
  height: 22px;
  position: relative;
  top: 4px;
  margin-right: 25px;
}
.contact-form-style01 .wpcf7-acceptance input:focus {
  border-color: #444444;
  border-radius: 0;
}
.contact-form-style01 .wpcf7-not-valid-tip {
  display: block;
  margin: 3px 7px 0;
}
.contact-form-style01 .b_acceptance {
  display: table;
  margin: 30px auto 0;
  font-size: 18px;
  letter-spacing: 0;
}
.contact-form-style01 .btn_prev {
  height: 66px;
  max-width: 300px;
  width: 100%;
  margin: 0px 10px 10px;
}
.contact-form-style01 .btn_prev a {
  background-color: #ff8552;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, #ff8552), to(#ff914f));
  background-image: linear-gradient(90deg, #ff8552 45%, #ff914f 100%);
  color: #fff;
  text-decoration: none;
  font-family: var(--f-jp);
  letter-spacing: 0.05em;
  font-size: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.contact-form-style01 .btn_prev a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 10px;
  height: 16px;
  margin: auto;
  background: url(../images/ic_arr.png) no-repeat center/contain;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 80%;
  color: #ff3c7f;
}

.wpcf7-response-output {
  padding-top: 20px;
}

.wpcf7-list-item {
  margin-right: 15px;
}

.wpcf7-list-item-label {
  color: #000;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.cf7msm-ro {
  white-space: pre-wrap;
}

.captcha_box {
  display: table;
  margin: 50px auto 0;
}
@-moz-document url-prefix() {
  .captcha_box {
    /* Fire Fox */
    display: block;
    width: 304px;
    height: 78px;
  }
}
@supports (-webkit-touch-callout: none) {
  .captcha_box {
    /* Specific to iOS devices */
    display: block;
    width: 304px;
    height: 78px;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .captcha_box {
      /* Safari */
      display: block;
      width: 304px;
      height: 78px;
    }
  }
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .contact-form-style01 .contact-table dt {
    width: 29%;
  }
  .contact-form-style01 .contact-table dd {
    width: 69%;
  }
  .contact-form-style01 .contact-table .inline.sm_input > span, .contact-form-style01 .contact-table .inline.input_age > span {
    max-width: 105px;
  }
  .contact-form-style01 .wpcf7-radio .wpcf7-list-item {
    margin-right: 10px;
  }
  .contact-form-style01 .wpcf7-acceptance .wpcf7-list-item {
    margin-right: 12px;
  }
  .contact-form-style01 .wpcf7-acceptance input {
    width: 20px;
    height: 20px;
  }
  .contact-form-style01 .b_acceptance {
    font-size: 16px;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-form-style01 .contact-table {
    border: none;
  }
  .contact-form-style01 .contact-table dl {
    display: block;
    padding: 19px 12px 19px 12px;
  }
  .contact-form-style01 .contact-table dt {
    margin-bottom: 15px;
  }
  .contact-form-style01 .contact-table dt span {
    font-size: 12px;
    padding: 5px 6px 5px 7px;
  }
  .contact-form-style01 .contact-table dt,
  .contact-form-style01 .contact-table dd {
    width: 100%;
  }
  .contact-form-style01 .contact-table input,
  .contact-form-style01 .contact-table textarea {
    width: 100%;
  }
  .contact-form-style01 .contact-table input {
    height: 45px;
  }
  .contact-form-style01 .contact-table input[type=checkbox],
  .contact-form-style01 .contact-table input[type=radio] {
    width: auto;
  }
  .contact-form-style01 .btn_prev {
    width: 250px;
    height: 55px;
  }
  .contact-form-style01 .btn_prev a {
    font-size: 16px;
  }
  .contact-form-style01 .btn_prev a::before {
    left: 15px;
    width: 8px;
  }
  .contact-form-style01 .wpcf7-list-item {
    display: block;
  }
  .contact-form-style01 .wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-form-style01 .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    margin-right: 8%;
  }
  .contact-form-style01 .wpcf7-radio .wpcf7-list-item.last {
    margin-right: 0;
  }
  .contact-form-style01 .wpcf7-radio input {
    margin-right: 4px !important;
    height: auto;
  }
  .contact-form-style01 .wpcf7-acceptance label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-form-style01 .wpcf7-acceptance input {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .contact-form-style01 .button.thanks_btn, .contact-form-style01 .input_btn {
    margin-top: 25px;
  }
  .contact-form-style01 .input_btn input[type=button],
  .contact-form-style01 .input_btn input[type=submit],
  .contact-form-style01 .button.thanks_btn a {
    width: 250px;
    height: 55px;
    font-size: 16px;
    background-position: right 15px center, top left;
    background-size: 8px auto, auto;
  }
}
@media only screen and (max-width: 450px) {
  .contact-form-style01 .contact-table .inline.sm_input > span {
    max-width: 74px;
  }
  .contact-form-style01 .contact-table .inline.input_age > span {
    max-width: 220px;
  }
}
@media only screen and (max-width: 360px) {
  .contact-form-style01 .contact-table .inline.sm_input > span {
    margin-right: 2px;
  }
}
@media only screen and (max-width: 350px) {
  .contact-form-style01 .wpcf7-radio .wpcf7-list-item {
    margin-right: 5%;
  }
  .contact-form-style01 .contact-table .inline.sm_input > span {
    max-width: 100px;
  }
  .contact-form-style01 .contact-table .inline.sm_input > span:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  --h_header: 12em;
  height: var(--h_header);
  z-index: 20;
  font-size: 10px;
}

header.active,
.ovh header {
  background-color: #fff;
}
header.active .hamburger-btn,
.ovh header .hamburger-btn {
  top: 0;
  right: 0;
}
header.active .header_top,
.ovh header .header_top {
  padding-top: 0.5em;
  background-color: #ffffff;
}

.header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 4em 5em 0.5em;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.logo {
  width: 40%;
  max-width: 51.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}
.logo img {
  width: auto;
}

.right_head {
  width: 70%;
  max-width: 864px;
  padding-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

@media only screen and (min-width: 769px) {
  .pc_navi > ul .col2 .subInner {
    width: 440px;
  }
  .pc_navi > ul .col2 .subInner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pc_navi > ul .col2 .subInner ul li {
    width: 50%;
  }
  .menu_toggle {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
  }
  .menu_toggle .inside {
    background: #b39b24;
    height: calc(74vh - var(--h_header));
  }
  .menu_toggle .inside .ft_link {
    width: 100%;
    max-width: 1020px;
    margin: auto;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
  .menu_toggle .inside .ft_link .link_list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu_toggle .inside .ft_link .link_list > ul li {
    width: 48%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  header {
    font-size: min(0.625em, 1.1vmin);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  header {
    font-size: 0.6vw;
  }
  .header_top {
    padding: 4em 2em 0.5em;
  }
  .logo {
    height: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .menu_toggle .inside .ft_link {
    font-size: 15px;
    max-width: 890px;
  }
  .menu_toggle .inside .ft_link .link_list > ul li {
    width: 45%;
  }
  .menu_toggle .inside .ft_link .link_list > ul li:nth-child(2n+2) {
    width: 51%;
  }
  .menu_toggle .inside .ft_link a {
    letter-spacing: 0;
    padding-left: 10px;
  }
  .menu_toggle .inside .ft_link a::before {
    top: 10px;
    width: 5px;
    height: 5px;
  }
}
.idx_gallery .list {
  display: -webkit-box;
  display: -ms-flexbox;
  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 .cl {
  color: #036eb7;
}
.time_sheet .note {
  margin-top: 15px;
  margin-left: 22px;
  line-height: 2;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.time_sheet .note span {
  display: inline-block;
}
.time_sheet table {
  -webkit-font-feature-settings: "palt";
          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.05em;
  width: 9.8%;
  border-bottom: 1px solid #e2e2e2;
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: auto;
  padding-left: 4.9%;
  letter-spacing: 0.1em;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 15.2%;
  padding-right: 1.3em;
  letter-spacing: -3px;
}
.time_sheet table th {
  padding: 0.875em 0.2em 0.875em;
  background-color: #036eb7;
  color: #ffffff;
  font-weight: 400;
  border: 0;
}
.time_sheet table td {
  padding: 1.375em 0.2em 1.25em;
  font-weight: 500;
  background-color: #ffffff;
}
.time_sheet table tr:nth-child(3) td {
  padding-top: 0.9375em;
  padding-bottom: 1em;
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
  :root {
    --ttl_size: 22px;
    --wrapper: 80px;
  }
}
.totop {
  -webkit-transition: all 0.3s ease;
  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;
  background-color: #444444;
  border: 0px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .totop:hover .icon {
    opacity: 0.9;
    -webkit-animation-name: bounces;
            animation-name: bounces;
  }
}
.bounce {
  -webkit-animation-name: bounces;
          animation-name: bounces;
}

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

@-webkit-keyframes bounces {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounces {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
@keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
.fixed_banner {
  position: fixed;
  right: 0px;
  z-index: 15;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fixed_banner > div {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5em 1em 1em;
}
.fixed_banner a {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fixed_banner p {
  max-width: 24em;
  width: 100%;
}
.fixed_banner span {
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.fixed_banner .tt01 {
  font-size: 1.8em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.fixed_banner .tt02 {
  letter-spacing: 0.05em;
  position: relative;
}
.fixed_banner .tt02::before {
  content: "";
  position: absolute;
  left: 0;
  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 {
  background-color: #ff9352;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9352), to(#ffa752));
  background-image: linear-gradient(90deg, #ff9352 0%, #ffa752 100%);
}
.fixed_banner .tel .tt01 {
  margin-bottom: 0.3888888889em;
}
.fixed_banner .tel .tt02 {
  font-size: 3em;
  padding-left: 0.8333333333em;
  letter-spacing: 0.055em;
}
.fixed_banner .tel .tt02::before {
  width: 0.6666666667em;
  height: 0.6666666667em;
  top: 0.2666666667em;
  left: 0.0666666667em;
  --mask: url("../images/shared_icon_tel.svg");
}
.fixed_banner .mail {
  background-color: #227da4;
  background-image: -webkit-gradient(linear, left top, right top, from(#227da4), to(#1190b1));
  background-image: linear-gradient(90deg, #227da4 0%, #1190b1 100%);
}
.fixed_banner .mail .tt01 {
  margin-bottom: 0.6111111111em;
}
.fixed_banner .mail .tt02 {
  font-size: 2.6em;
  padding-left: 1.6923076923em;
}
.fixed_banner .mail .tt02::before {
  width: 0.9615384615em;
  height: 0.7692307692em;
  left: 0.7692307692em;
  top: 0.1923076923em;
  --mask: url("../images/shared_icon_mail.svg");
}

@media only screen and (min-width: 769px) {
  .ovh .fixed_banner {
    top: 0;
    right: 12.3em;
  }
  .fixed_banner {
    top: 2em;
    right: 14.3em;
    font-size: 1em;
    --size: 12em;
    width: 56.3em;
    z-index: 21;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.625em;
  }
  .fixed_banner.active {
    top: 0;
    right: 12.3em;
  }
  .fixed_banner > div {
    width: 28em;
    height: var(--size);
    margin-right: 0.3em;
  }
  .fixed_banner > div:last-child {
    margin-right: 0;
  }
  .fixed_banner .mail {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    z-index: 0;
  }
  .fixed_banner .mail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #227da4;
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .fixed_banner .mail:hover::before {
    opacity: 1;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .fixed_banner {
    font-size: min(0.625em, 1.1vmin);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  .fixed_banner {
    font-size: 0.6vw;
  }
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  color: #fff;
  text-decoration: none;
}
footer .ft_logo {
  padding: 0px 0 30px;
  max-width: 406px;
}
footer .ft_info {
  width: 47.5%;
}
footer .ft_info .des {
  margin-bottom: 26px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
footer .ft_link {
  width: 50%;
}
@media only screen and (min-width: 769px) {
  .ft_link .link_list > div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .ft_link .link_list > div > ul li {
    width: 50%;
  }
  .ft_link .menu01 {
    width: 100%;
  }
  .ft_link .menu01 > ul {
    max-height: 13em;
  }
  .ft_link .menu02 {
    margin-top: 2em;
    width: 100%;
  }
  .ft_link .menu02 > ul {
    max-height: 10em;
  }
  .ft_link .menu02 > ul > li:nth-child(n+3) {
    max-width: 20em;
  }
}
.ft_link .title {
  margin-bottom: 28px;
  padding-left: 0;
  font-size: calc(var(--ttl_size) + 4px);
  font-weight: 400;
  letter-spacing: 0.2em;
  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: 1.15em;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link a {
  display: table;
  position: relative;
  padding-left: 14px;
  font-size: 0.9375em;
  letter-spacing: 0.05em;
  color: #ffffff;
  line-height: 1.6;
  text-decoration: none;
}
.ft_link a::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.ft_link a:hover {
  opacity: 1;
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .ft_link a:hover {
    opacity: 0.8;
    color: #f0ecec;
  }
  .ft_link a:hover::before {
    background-color: #f0ecec;
  }
}

.ft_map {
  width: 100%;
  height: 400px;
}

.copyright {
  margin: 0 auto 0;
  color: #fff;
  padding: 35px 0px 35px;
  position: relative;
  z-index: 1;
  background-color: #b69b31;
}
.copyright .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
}
.copyright .inner_big {
  max-width: 1135px;
}
.copyright .textwidget {
  display: block;
  margin-top: -1px;
  line-height: 20px;
  padding-left: 19px;
  padding-bottom: 3px;
  margin-left: 21px;
  border-left: 1px solid white;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.copyright .textwidget p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: inherit;
  letter-spacing: 0.1em;
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 160px;
}

@media only screen and (min-width: 769px) and (max-width: 1300px) {
  .time_sheet .note {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 14px;
  }
  .time_sheet table th:first-child, .time_sheet table td:first-child {
    padding-left: 2%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .time_sheet table {
    font-size: min(16px, 1.55vw);
  }
  .time_sheet table th, .time_sheet table td {
    width: 9.2%;
  }
  .time_sheet table th:first-child, .time_sheet table td:first-child {
    width: auto;
    padding-left: 1.5%;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/