@charset "UTF-8";
:root {
  --f-hiragino: "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Std", "ヒラギノ角ゴ Pro", "Yu Gothic", "Meiryo", sans-serif;
  --f-jp: var(--f-hiragino);
  --f-en: "Roboto", sans-serif;
  --main-color: #004831;
  --clr1: #004831;
  --clr2: #ccc;
  --ttl_size: 30px;
  --wrapper: 148px;
  --border-radius:0px;
  --value-transition: all 0.3s;
  --line-height-p:2.1875;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  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-hiragino);
}
body::-webkit-scrollbar {
  display: block;
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(to bottom, var(--clr2) 0%, var(--main-color) 50%, var(--clr2) 100%);
  box-shadow: inset 0 0 6px #fff;
}
body::-webkit-scrollbar-thumb:window-inactive {
  background: linear-gradient(to bottom, var(--clr2) 0%, var(--main-color) 50%, var(--clr2) 100%);
}

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

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

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

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

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

table {
  width: 100%;
}

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

.captcha_box iframe {
  height: auto;
}

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

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

.red {
  color: #ca0a0a !important;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

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

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

.wrapper {
  overflow: hidden;
}

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

.cl-yl01 {
  color: #E2DCB0;
}

.inner_max {
  max-width: 1540px;
}

.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 {
  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;
  font-family: var(--f-jp);
}

.btn-group {
  font-size: 0.625em;
}
.btn-group .btn {
  font-size: 1em;
}
.btn-group .btn.style01 {
  display: table;
  min-width: 170px;
  max-width: 436px;
  overflow: hidden;
}
.btn-group .btn.style01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 3.88889em;
  padding: 0.5em 1em;
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: var(--main-color);
  transition: var(--value-transition);
}
.btn-group .btn.style01 a::after {
  display: none;
}
.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: #088059;
  }
}
.btn-group .btn.has_arr a {
  padding-left: 35px;
  padding-right: 35px;
}
.btn-group .btn.has_arr a:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 12px;
  top: 13px;
  width: 15px;
  height: 15px;
  --mask: url(../images/idx_btn_arr_ico01.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 .btn.bg02 a {
  color: var(--main-color);
  background-color: #e2dcb0;
  border-radius: 40px;
}
.btn-group .btn.bg02 a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background-color: #cca41f;
  transform-origin: center;
  transform-style: preserve-3d;
  border-radius: inherit;
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.bg02 a:not([target*=_blank]):hover {
    color: white;
    background-color: #e2dcb0;
  }
  .btn-group .btn.bg02 a:not([target*=_blank]):hover::before {
    width: 100%;
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

header {
  --size-height-hd-menu-item-top: 9em;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--wrapper);
  z-index: 20;
  font-size: min(0.7vw, 10px);
  background-color: white;
}

header.active,
.ovh header {
  background-color: #fff;
}

.header_item_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.9em;
  padding-right: 2.5em;
  height: var(--size-height-hd-menu-item-top);
  width: 100%;
}
.header_item_top .gr_left,
.header_item_top .gr_right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(50% - 15px);
}
.header_item_top .gr_left {
  justify-content: flex-start;
}
.header_item_top .gr_right {
  justify-content: flex-end;
}

.hd_note_frame {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 0.6429em 0.7143em 0.2857em 0.7143em;
  margin-bottom: 0;
  margin-left: 2.0714em;
  margin-right: 1.4286em;
  min-width: 6.7857em;
  min-height: 2.6429em;
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  color: #6C6C6C;
  background-color: #F7F7F7;
}

.hd_note {
  position: relative;
  top: 3px;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.64286;
  color: #464646;
}

.hd_tell {
  position: relative;
  top: 0.3em;
  margin-right: 4.35%;
  margin-bottom: 0;
}
.hd_tell a {
  text-decoration: none;
  line-height: 1;
  text-align: center;
}
.hd_tell a .num {
  font-size: 3.1em;
  font-family: var(--f-en);
  font-weight: 700;
  letter-spacing: 0;
}
.hd_tell a .txt {
  display: block;
  margin-top: 0.83334em;
  font-size: 1.2em;
  font-weight: 500;
  font-family: var(--f-jp);
  letter-spacing: 0.05em;
  color: #464646;
}

.hd_btn {
  margin-bottom: 0;
  margin-right: 10px;
  width: 25%;
  max-width: 178px;
}
.hd_btn:last-child {
  margin-right: 0;
}
.hd_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 5px;
  height: 100%;
  min-height: 4.4375em;
  border-radius: 50px;
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: var(--cl-mode-text);
  background-color: var(--cl-mode-bg);
  transition: var(--value-transition);
}
.hd_btn a:hover {
  opacity: 1;
  color: var(--cl-mode-text);
}
.hd_btn.btn01 {
  --cl-mode-text: var(--main-color);
  --cl-mode-bg: #E2E2D9;
}
.hd_btn.btn01:has(a:hover) {
  --cl-mode-bg: #dadaa4;
}
.hd_btn.btn02 {
  --cl-mode-text: white;
  --cl-mode-bg: var(--main-color);
}
.hd_btn.btn02:has(a:hover) {
  --cl-mode-bg: #088059;
}

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

.logo {
  width: 45%;
  max-width: 197px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}
.logo img {
  width: auto;
}

.right_head {
  width: 100%;
  height: calc(var(--wrapper) - var(--size-height-hd-menu-item-top));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #F7F7F7;
}

.pc_navi {
  display: flex;
  align-items: center;
  width: 100%;
}
.pc_navi.hasItemActive > ul > li.active > a::after,
.pc_navi.hasItemActive > ul > li.active > p::after {
  transform: rotate(180deg);
}
.pc_navi.hasItemActive > ul > li:not(.active) > a,
.pc_navi.hasItemActive > ul > li:not(.active) > p {
  color: #A2A2A2;
}
.pc_navi.hasItemActive > ul > li:not(.active) > a::after,
.pc_navi.hasItemActive > ul > li:not(.active) > p::after {
  background-color: #A2A2A2;
}
.pc_navi > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-self: center;
  width: 100%;
  height: 100%;
}
.pc_navi > ul > li:first-child > a,
.pc_navi > ul > li:first-child > p {
  padding-left: 0;
}
.pc_navi > ul > li:first-child > a::before,
.pc_navi > ul > li:first-child > p::before {
  display: none;
}
.pc_navi > ul > li:last-child > a,
.pc_navi > ul > li:last-child > p {
  padding-right: 0;
}
.pc_navi > ul > li:hover > a,
.pc_navi > ul > li:hover > p {
  opacity: 1;
  color: var(--main-color);
}
@media only screen and (min-width: 1560px) {
  .pc_navi > ul > li:nth-child(1) > a,
  .pc_navi > ul > li:nth-child(1) > p {
    padding-right: 51px;
  }
  .pc_navi > ul > li:nth-child(2) > a,
  .pc_navi > ul > li:nth-child(2) > p {
    padding-left: 53px;
  }
}
.pc_navi > ul > li.menu-item-has-children > a::after,
.pc_navi > ul > li.menu-item-has-children > p::after {
  content: "";
  display: block;
  margin-left: 0.625em;
  width: 1.0625em;
  height: 1.0625em;
  border-radius: 50%;
  background: url(../images/hd_menu_arr_down_ico.svg) no-repeat center top 52%/0.5625em auto;
  background-color: var(--main-color);
  transition: var(--value-transition);
}
.pc_navi > ul > li.menu-item-has-children.item_center .subInner ul {
  justify-content: center;
}
.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;
  padding-left: 3.0625em;
  padding-right: 3.125em;
  margin: 0;
  height: 100%;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: var(--value-transition);
  color: var(--clr1);
  cursor: pointer;
}
.pc_navi > ul > li > a::before,
.pc_navi > ul > li > p::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 2px;
  height: calc(100% - 0.875em);
  background-color: #DDDDDD;
}
.pc_navi > ul > li > a span,
.pc_navi > ul > li > p span {
  display: block;
  width: 100%;
  padding-top: 0px;
  font-size: 66.6666666667%;
  font-weight: 600;
}
.pc_navi > ul > li:hover a.title::after,
.pc_navi > ul > li:hover p.title::after {
  transform: translateY(5px);
}
.pc_navi > ul .subInner {
  --size-mg: 5px;
  position: absolute;
  left: 0;
  top: var(--wrapper);
  padding-top: 0px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  background-color: #F7F7F7;
}
.pc_navi > ul .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul .subInner ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 28px;
  padding-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1110px + var(--size-mg) * 2);
}
.pc_navi > ul .subInner ul li {
  margin: var(--size-mg);
  width: calc(25% - var(--size-mg) * 2);
  max-width: 27em;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.5em 2em 0.5em 18px;
  height: 100%;
  min-height: 50px;
  font-size: 1.4em;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  color: var(--main-color);
  background-color: white;
  transition: var(--value-transition);
}
.pc_navi > ul .subInner ul li a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 1.0714em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0.4286em;
  height: 0.7857em;
  --mask: url(../images/hd_sub_item_arr_ico.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: var(--main-color);
}

@media only screen and (min-width: 769px) {
  .menu_toggle .inside .ft_link {
    width: 100%;
    max-width: 900px;
    margin: auto;
    min-height: 100%;
    display: flex;
    align-items: center;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
  .pc_navi > ul .subInner ul li a:hover {
    opacity: 1;
    color: white;
    background-color: var(--main-color);
  }
  .pc_navi > ul .subInner ul li a:hover::after {
    background-color: white;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  :root {
    --wrapper: 140px;
  }
  .pc_navi > ul > li.menu-item-has-children > a::after, .pc_navi > ul > li.menu-item-has-children > p::after {
    background-size: 7px auto;
    background-position: left 48% center;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
  .pc_navi > ul > li.menu-item-has-children > a::after, .pc_navi > ul > li.menu-item-has-children > p::after {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pc_navi > ul > li.menu-item-has-children > a::after, .pc_navi > ul > li.menu-item-has-children > p::after {
    background-size: 5px auto;
  }
}
.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 (min-width: 769px) and (max-width: 1366px) {
  .header_item_top {
    padding-left: 2em;
    padding-right: 2em;
  }
  :root {
    --ttl_size: 26px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  :root {
    --ttl_size: 24px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  :root {
    --ttl_size: 22px;
    --wrapper: 100px;
  }
  header {
    --size-height-hd-menu-item-top: 60px;
  }
  .logo {
    max-width: 160px;
  }
  .right_head {
    font-size: 1.2em;
  }
  .pc_navi > ul > li > a,
  .pc_navi > ul > li > p {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.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.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 0px;
  width: 80px;
  height: 80px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.totop.at_footer {
  bottom: 60px;
}

@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% - 5em);
  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: #0062a6;
}
.fixed_banner .tel p .tt::before {
  margin-bottom: 0.5em;
  width: 1.916667em;
  height: 2em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 223 224' %3E%3Cpath d='M222.907,166.838 L222.907,210.592 C222.909,217.120 217.879,222.520 211.391,222.958 C205.982,223.331 201.562,223.531 198.146,223.531 C88.744,223.531 0.068,134.864 0.068,25.466 C0.068,22.058 0.254,17.644 0.636,12.224 C1.093,5.755 6.488,0.709 12.992,0.709 L56.768,0.709 C59.948,0.709 62.615,3.125 62.933,6.289 C63.218,9.131 63.479,11.393 63.725,13.113 C66.185,30.293 71.227,46.982 78.681,62.647 C79.857,65.122 79.087,68.080 76.860,69.665 L50.145,88.758 C66.478,126.815 96.810,157.140 134.873,173.475 L153.936,146.824 C155.547,144.568 158.532,143.782 161.031,144.961 C176.692,152.397 193.386,157.417 210.550,159.885 C212.273,160.117 214.537,160.394 217.360,160.678 C220.522,160.994 222.923,163.668 222.917,166.838 L222.907,166.838 Z'/%3E%3C/svg%3E");
}
.fixed_banner .web p {
  background-color: #2e9de9;
}
.fixed_banner .web p .tt::before {
  margin-bottom: 0.5em;
  width: 2em;
  height: 2em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 232 232 ' %3E%3Cpath d='M218.959,232.004 L13.039,232.004 C5.931,232.004 0.169,226.540 0.169,219.806 L0.169,49.115 C0.169,42.374 5.931,36.917 13.039,36.917 L51.648,36.917 L51.648,12.533 C51.648,5.799 57.410,0.348 64.518,0.348 C71.626,0.348 77.388,5.799 77.388,12.533 L77.388,36.917 L154.608,36.917 L154.608,12.533 C154.608,5.799 160.370,0.348 167.478,0.348 C174.586,0.348 180.348,5.799 180.348,12.533 L180.348,36.917 L206.089,36.917 L218.959,36.917 C226.069,36.917 231.829,42.374 231.829,49.115 L231.829,219.806 C231.829,226.540 226.069,232.004 218.959,232.004 ZM106.345,141.603 L83.269,119.752 C78.243,114.984 70.098,114.984 65.071,119.752 C60.043,124.508 60.043,132.228 65.071,136.983 L97.246,167.469 C99.659,169.750 102.934,171.045 106.345,171.045 C109.758,171.045 113.032,169.750 115.445,167.469 L166.925,118.702 C171.953,113.940 171.953,106.214 166.925,101.452 C161.898,96.690 153.753,96.690 148.726,101.452 L106.345,141.603 Z'/%3E%3C/svg%3E");
}
.fixed_banner .mail p {
  background-color: #5ac6d2;
}
.fixed_banner .mail p .tt::before {
  margin-bottom: 0.5em;
  width: 2.333em;
  height: 1.6667em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 272 196' %3E%3Cpath d='M233.995,0.755 L38.001,0.755 C17.197,0.755 0.331,17.258 0.331,37.614 L0.331,158.907 C0.331,179.250 17.197,195.759 38.001,195.759 L233.995,195.759 C254.798,195.759 271.666,179.250 271.666,158.907 L271.666,37.614 C271.666,17.258 254.798,0.755 233.995,0.755 ZM94.749,132.313 L41.999,176.344 C38.278,179.430 32.683,179.025 29.509,175.377 C26.333,171.737 26.775,166.259 30.500,163.160 L83.252,119.122 C86.970,116.029 92.565,116.474 95.739,120.108 C98.917,123.762 98.475,129.220 94.749,132.313 ZM135.998,115.591 C128.943,115.565 122.103,113.265 116.755,108.767 L116.759,108.767 L116.743,108.754 C116.747,108.754 116.751,108.754 116.755,108.767 L35.815,40.037 C32.118,36.892 31.724,31.428 34.930,27.807 C38.140,24.204 43.732,23.811 47.428,26.937 L128.388,95.673 C130.118,97.194 132.970,98.257 135.998,98.251 C139.022,98.251 141.824,97.200 143.650,95.628 L143.691,95.589 L224.568,26.943 C228.263,23.811 233.857,24.204 237.067,27.807 C240.272,31.428 239.878,36.892 236.180,40.037 L155.218,108.774 C149.889,113.259 143.058,115.585 135.998,115.591 ZM242.492,175.377 C239.316,179.025 233.721,179.430 230.003,176.344 L177.251,132.313 C173.526,129.220 173.084,123.762 176.261,120.108 C179.435,116.474 185.029,116.029 188.748,119.122 L241.501,163.160 C245.226,166.259 245.666,171.737 242.492,175.377 Z'/%3E%3C/svg%3E");
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
    --size: 8em;
    width: 8em;
  }
  .fixed_banner > div {
    width: var(--size);
    height: var(--size);
    margin-bottom: 0.5em;
  }
  .fixed_banner p {
    width: var(--size);
    height: var(--size);
  }
  .fixed_banner p .tt {
    font-size: 1.2em;
    letter-spacing: 0.05em;
  }
  .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 p {
    border-top-left-radius: 0.833em;
  }
  .fixed_banner .tel .ov {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    position: absolute;
    left: var(--size);
    height: 100%;
    top: 0;
    width: var(--w_tel);
    border-left: 1px solid #fff;
  }
  .fixed_banner .tel .ov .text {
    font-size: 1.5em;
    font-family: var(--f-en);
  }
  .fixed_banner .web p .tt::before {
    margin-bottom: 0.5em;
  }
  .fixed_banner .mail p {
    border-bottom-left-radius: 0.833em;
  }
}
@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;
  }
  .totop.at_footer {
    bottom: 65px;
  }
}
footer {
  font-size: min(1vw, 10px);
  background-color: white;
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  color: #fff;
  text-decoration: none;
}
footer .ft_logo {
  margin-bottom: 6.4em;
  max-width: 238px;
}
footer .ft_btn {
  max-width: 453px;
  margin-left: auto;
  margin-right: auto;
}
footer .ft_btn .item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em 3.5em 1em 2.7em;
  margin-bottom: 1.4em;
  min-height: 10.9em;
  background-color: white;
  transition: var(--value-transition);
}
footer .ft_btn .item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 12px;
  top: 1.3em;
  width: 1.5em;
  height: 1.5em;
  --mask: url(../images/ft_btn_arr_ico.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: #DEDEDE;
}
footer .ft_btn .item .ttl {
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: var(--main-color);
}
footer .ft_btn .item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  footer .ft_btn .item:has(a:not([target*=_blank])):hover {
    background-color: #E2DCB0;
  }
  footer .ft_btn .item:has(a:not([target*=_blank])):hover::after {
    background-color: white;
  }
}
footer .ft_right {
  position: relative;
  z-index: 1;
}
footer .ft_right::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #F3F1EF;
}
footer .ft_link {
  font-size: 1em;
}

.ft_link {
  font-size: 10px;
}
.ft_link a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .ft_link .link_list {
    max-width: 720px;
  }
  .ft_link .link_list > div > ul {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
  }
  .ft_link .link_list > div > ul li {
    width: 100%;
  }
  .ft_link .link_list > div {
    width: 30%;
  }
  .ft_link .link_list > div > ul > li {
    margin-bottom: 2.2em;
  }
  .ft_link .link_list > div > ul > li > a {
    display: inline;
    font-size: 1.6em;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    color: var(--main-color);
    transition: var(--value-transition);
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  .ft_link .link_list > div > ul > li > a:hover {
    color: #06a371;
  }
}
@media only screen and (min-width: 769px) {
  .ft_link .link_list > div > ul > li > ul {
    margin-top: 2em;
  }
  .ft_link .link_list > div > ul > li > ul li {
    margin-bottom: 0.8em;
  }
  .ft_link .link_list > div > ul > li > ul li:last-child {
    margin-bottom: 0;
  }
  .ft_link .link_list > div > ul > li > ul a {
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    color: #7C7C7C;
    transition: var(--value-transition);
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  .ft_link .link_list > div > ul > li > ul a:hover {
    color: #000;
  }
}
@media only screen and (min-width: 769px) {
  .ft_link .link_list > div > ul > li.space02 {
    margin-top: 3.8em;
  }
  .ft_link .link_list > div > ul > li.no-link > a {
    pointer-events: none;
  }
  .ft_link .link_list > div > ul > li:last-child {
    margin-bottom: 0;
  }
}
.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: 0em;
  color: inherit;
  font-size: 0.9375em;
  letter-spacing: 0.05em;
  color: var(--clr1);
  line-height: 1.6;
}
.ft_link a:hover {
  opacity: 1;
}

.copyright {
  margin: 0 auto 0;
  color: #fff;
  padding: 10.3em 0em 2.9em;
  position: relative;
  z-index: 1;
}
.copyright .flex {
  align-items: center;
  justify-content: flex-start;
  min-height: 40px;
}
.copyright .inner_big {
  max-width: 1135px;
}
.copyright .textwidget {
  display: block;
}
.copyright .textwidget p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
  line-height: inherit;
  letter-spacing: 0;
  text-align: right;
  color: #7C7C7C;
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 159px;
}

@media only screen and (min-width: 769px) {
  footer {
    --size-w-right: 34%;
  }
  footer .inner_max {
    max-width: 1920px;
    padding: 0;
  }
  footer .inner_max > .fblock {
    justify-content: flex-end;
  }
  footer .ft_left {
    padding-top: 8.9em;
    padding-bottom: 40px;
    padding-left: 8em;
    padding-right: 8em;
    width: calc(100% - var(--size-w-right));
    max-width: 1156px;
  }
  footer .ft_right {
    padding-top: 8.9em;
    padding-left: 8em;
    padding-right: 8em;
    width: var(--size-w-right);
    max-width: 629px;
  }
  .copyright {
    right: -44px;
    margin-left: -50px;
  }
}
@media only screen and (min-width: 1560px) {
  footer .ft_logo {
    position: relative;
    left: -2px;
  }
  footer .ft_btn {
    position: relative;
    left: 15px;
  }
  .ft_link .link_list .menu02 {
    transform: translateX(6px);
  }
  .ft_link .link_list .menu03 {
    transform: translateX(-7px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  footer .ft_left,
  footer .ft_right {
    padding-left: 4em;
    padding-right: 4em;
  }
  .copyright {
    right: -20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .ft_link .link_list .menu01 {
    width: 35%;
  }
  .ft_link .link_list .menu03 {
    width: 25%;
  }
  .copyright .textwidget p {
    font-size: 10px;
  }
  footer .ft_left, footer .ft_right {
    padding-left: 2em;
    padding-right: 2em;
  }
  .copyright {
    right: 0;
  }
}
.infor_details {
  --size-w-dt: 107px;
  --size-padding-bot-dl: 20.5px;
  --size-padding-top-dl: 18px;
}
.infor_details dl {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: var(--size-padding-bot-dl);
  border-bottom: 1px solid #EBEBEB;
}
.infor_details dl::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  bottom: -1px;
  width: var(--size-w-dt);
  height: 1px;
  background-color: var(--clr1);
}
.infor_details dl:not(:first-child) {
  padding-top: var(--size-padding-top-dl);
}
.infor_details dt,
.infor_details dd {
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.6875;
}
.infor_details dt {
  width: var(--size-w-dt);
}
.infor_details dd {
  padding-left: 20px;
  width: calc(100% - var(--size-w-dt));
}
.idx_contact {
  position: relative;
  z-index: 3;
}
.idx_contact .box_gr {
  --size-mg: 47px;
  --size-height-box: 610px;
  position: relative;
  z-index: 1;
  padding: 17px 20px 10px;
  min-height: var(--size-height-box);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.idx_contact .box_gr::before, .idx_contact .box_gr::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  top: 0;
  width: 50vw;
  height: 100%;
  background: no-repeat center/cover;
}
.idx_contact .box_gr::before {
  left: 0;
  background-image: url(../images/idx_contact_bg01.jpg);
}
.idx_contact .box_gr::after {
  right: 0;
  background-image: url(../images/idx_contact_bg02.jpg);
}
.idx_contact .box_gr h3,
.idx_contact .box_gr p {
  color: white;
}
.idx_contact .box_gr .idx_contact_en {
  display: block;
  margin-bottom: 15px;
  font-size: clamp(50px, 3.5vw, 65px);
  font-weight: 700;
  font-family: var(--f-en);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.idx_contact .box_gr .idx_contact_h3 {
  position: relative;
  margin-bottom: 0;
  font-family: var(--f-jp);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.5;
}
.idx_contact .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: var(--size-mg);
  margin-right: var(--size-mg);
  max-width: 386px;
}
.idx_contact .item .item_ttl_top {
  margin-bottom: 31px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}
.idx_contact .item .item_btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 109px;
  width: 100%;
  transition: var(--value-transition);
}
.idx_contact .item .item_btn::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid white;
}
.idx_contact .item .item_btn .item_btn_ttl {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
}
.idx_contact .item .item_btn a {
  z-index: 4;
}
@media only screen and (min-width: 769px) {
  .idx_contact .item .item_btn:has(a:not([target*=_blank])):hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

@media only screen and (min-width: 769px) {
  .idx_contact .item {
    width: calc(33.33333% - var(--size-mg) * 2);
  }
  .idx_contact .item_ct {
    position: relative;
    top: 3px;
  }
}
@media only screen and (min-width: 1700px) {
  .idx_contact .box_gr::before {
    left: -5px;
  }
  .idx_contact .box_gr::after {
    right: -5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx_contact .box_gr {
    --size-mg: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx_contact .box_gr {
    --size-height-box: 400px;
  }
  .idx_contact .box_gr .idx_contact_h3 {
    font-size: 22px;
  }
  .idx_contact .item .item_ttl_top {
    min-height: 48px;
    font-size: 16px;
  }
  .idx_contact .item .item_btn .item_btn_ttl {
    font-size: 22px;
  }
  .idx_contact .item .item_btn {
    min-height: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .idx_contact .box_gr {
    --size-mg: 0px;
    --size-height-box: 300px;
    padding: 40px 0 50px;
  }
  .idx_contact .item01 {
    order: 2;
  }
  .idx_contact .item02 {
    order: 1;
  }
  .idx_contact .item03 {
    order: 3;
  }
  .idx_contact .item {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .idx_contact .item_ct {
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
  }
  .idx_contact .box_gr .idx_contact_h3 {
    font-size: 20px;
  }
  .idx_contact .item .item_ttl_top {
    font-size: 16px;
  }
  .idx_contact .item .item_ttl_top .br_auto {
    display: block;
  }
  .idx_contact .item .item_btn .item_btn_ttl {
    font-size: 20px;
  }
  .idx_contact .item .item_btn {
    min-height: clamp(60px, 10.3vw, 80px);
  }
}
@media only screen and (max-width: 430px) {
  .idx_contact .item .item_ttl_top {
    font-size: 14px;
    min-height: 63px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/

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