@charset "UTF-8";
:root {
  --f-jp: "Noto Serif JP", serif;
  --f-en: "Lato", sans-serif;
  --main-color: #25498d;
  --clr1: #49565e;
  --clr2: #bdc8dd;
  --txt_size: 16px;
  --ttl_size: 30px;
  --line-height-default: 2.125;
  --wrapper: 100px;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  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);
}
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 {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a:not(.tel_click) {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #64b5f7;
}
a:not(.tel_click):hover, a:not(.tel_click):active {
  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.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;
}

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

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

p {
  line-height: var(--line-height-default);
  letter-spacing: inherit;
  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;
}

.time_sheet {
  margin: 0px auto;
}
.time_sheet .tbl_note {
  margin-top: 10px;
}
.time_sheet .tbl_note .note {
  flex-grow: 1;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.time_sheet .tbl_note .note span {
  display: inline-block;
}
.time_sheet .tbl_note .char.c_left {
  margin-left: -0.6667em;
}
.time_sheet .tbl_note .char.c_right {
  margin-right: -0.5em;
}
@media only screen and (min-width: 769px) {
  .time_sheet .tbl_note {
    display: flex;
    justify-content: space-between;
  }
  .time_sheet .tbl_note .note {
    font-size: calc(var(--txt_size) - 4px);
  }
  .time_sheet .tbl_note .btn-group {
    padding-top: 5px;
    flex-shrink: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .time_sheet .tbl_note .note {
    font-size: calc(var(--txt_size) - 6px);
  }
  .time_sheet .tbl_note .btn-group {
    font-size: 0.75vw;
  }
  .time_sheet .tbl_note .btn-group .btn {
    min-width: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .time_sheet .tbl_note .note {
    font-size: calc(var(--txt_size) - 2px);
    margin-bottom: 15px;
    margin-right: -10px;
  }
  .time_sheet .tbl_note .btn-group .btn {
    margin: 0 auto;
  }
}
.time_sheet .tbl {
  font-size: 10px;
  background-color: #f8f9fa;
}
.time_sheet .tbl.tbl02 table th,
.time_sheet .tbl.tbl02 table td {
  width: 10.5%;
}
.time_sheet .tbl.tbl02 table th:first-child,
.time_sheet .tbl.tbl02 table td:first-child {
  width: auto;
  padding-right: 1%;
}
.time_sheet .tbl.tbl02 table th:last-child,
.time_sheet .tbl.tbl02 table td:last-child {
  width: 11%;
  padding-right: 1%;
}
.time_sheet .tbl.tbl02 table th:first-child {
  padding-right: 3.5%;
}
@media only screen and (min-width: 769px) {
  .time_sheet .tbl {
    padding: 3px 2em;
  }
}
@media only screen and (max-width: 768px) {
  .time_sheet .tbl {
    padding: 4px 18px 6px;
  }
}
.time_sheet table th,
.time_sheet table td {
  position: relative;
  border: none;
  text-align: center;
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: 0.1em;
  width: 9.6%;
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: auto;
  text-align: right;
  padding-right: 3%;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 12%;
  padding-right: 2%;
}
.time_sheet table th {
  color: #25498d;
}
.time_sheet table th:first-child {
  padding-right: 5%;
}
.time_sheet table td {
  position: relative;
  color: #49565e;
}
.time_sheet table td::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(219, 221, 223, 0.2);
}
.time_sheet table tbody tr:nth-child(3) td {
  padding-bottom: 0.5714em;
}
@media only screen and (min-width: 769px) {
  .time_sheet table th {
    padding: 0.5714em 0.2em 0.7857em;
  }
  .time_sheet table td {
    padding: 0.8571em 0.2em 0.7857em;
  }
}
@media only screen and (max-width: 768px) {
  .time_sheet table td:first-child {
    padding-right: 2%;
    letter-spacing: 0.03em;
  }
  .time_sheet table th {
    padding: 6px 0px 12px 0px;
  }
  .time_sheet table td {
    padding: 12px 0px 10px 0px;
  }
}

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

.wrapper {
  padding-top: 0;
  overflow: hidden;
}

.inner_big,
.inner_lg,
.inner_md,
.inner {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.inner_big {
  max-width: 1300px;
}

.inner_lg {
  max-width: 1200px;
}

.inner_md {
  max-width: 1160px;
}

.inner {
  max-width: 1100px;
}

.fullWidthBreak {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media only screen and (max-width: 768px) {
  .fullWidthBreak {
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
    margin-left: 0;
    margin-right: 0;
  }
}

.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;
  }
}
.accBtn::before, .accBtn::after {
  transition: all 0.3s ease-in-out;
}
.accBtn.triangle, .accBtn.triangle_btt {
  position: relative;
}
.accBtn.triangle::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-radius: 20px;
  border-color: inherit;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.accBtn.triangle.rotate::after {
  transform: translateY(-50%) rotateX(180deg);
}
.accBtn.triangle_btt::after {
  content: "";
  position: relative;
  top: 0px;
  width: 0;
  height: 0;
  border-radius: 20px;
  border-color: inherit;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid;
  display: block;
  margin: 10px auto 0;
  transition: all 0.3s ease-in-out;
}
.accBtn.rotate::after {
  transform: rotateX(180deg);
}

.TabContainer:not(.init) .TabContent li:not(.active) {
  display: none;
}
.TabContainer.init .TabContent {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.TabContainer.init .TabContent > ul {
  transition: all 0.3s ease-in-out;
}
.TabContainer.init .TabContent > ul > li {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
}
.TabContainer.init .TabContent > ul > li.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.TabContainer .TabPager {
  display: flex;
  justify-content: space-between;
  min-width: 290px;
}
.TabContainer .TabPager li {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 9px 20px;
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
  width: calc(33.33% - 1px);
  transition: all 0.3s ease;
  cursor: pointer;
  color: #797b7d;
}
.TabContainer .TabPager li p {
  margin: 0;
}
.TabContainer .TabPager li.active {
  background-color: #edf0f5;
  z-index: 1;
}

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

.gMap {
  width: 100%;
  height: 100%;
}

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

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

.image_alone {
  display: table;
  max-width: 500px;
  margin: 0 auto;
  border: 7px solid rgba(231, 231, 231, 0.5);
  border-radius: 11px;
  overflow: hidden;
}

.tel_click {
  font-size: 1em;
  text-decoration: none;
}
.tel_click .tel {
  font-family: var(--f-en);
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.tel_click .tel .num {
  position: relative;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  bottom: 0.0833em;
}

.iAddress {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.375;
  min-height: 2.75em;
}
.iAddress > span {
  position: relative;
  padding-left: 1.625em;
}
.iAddress > span::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1.375em;
  top: 0px;
  bottom: 0;
  margin: auto 0;
  left: 0.25em;
  --mask: url("../images/idx_ic_address.png");
  -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: 1025px) {
  .iAddress {
    padding-left: 2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .iAddress {
    font-size: 12px;
    justify-content: center;
  }
}

.iTel .tel_click {
  border: 2px solid #b3bfd7;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  padding: 0.7em 1.2em 0.5em 1.4em;
}
.iTel .tel_click .num {
  bottom: 1px;
}

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

.btn-group .btn02, .btn-group .btn {
  width: 100%;
}
.btn-group .btn02 a, .btn-group .btn a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-align: left;
  transition: all 0.3s;
  height: 100%;
}
.btn-group .btn02 a::after, .btn-group .btn a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 1em;
  height: 0.6429em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  --mask: url("../images/idx_ic_arr.png");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--main-color);
}

.btn-group {
  font-size: 0.625em;
}
.btn-group .btn {
  font-size: 1em;
  width: 100%;
  min-width: 110px;
  max-width: 17.3em;
}
.btn-group .btn a {
  min-height: 3.6429em;
  padding: 0.5em 2em 0.5em 1em;
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2857142857;
  color: var(--main-color);
  background-color: #fff;
  border: 1px solid #b3bfd7;
  border-radius: 3px;
}
.btn-group .btn a::after {
  right: 1em;
}
.btn-group .btn a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn a:hover {
    background-color: #25498d;
    color: #fff;
  }
  .btn-group .btn a:hover::after {
    background-color: #fff;
  }
}
.btn-group .btn.big {
  max-width: 28.3em;
}
.btn-group .btn.lg {
  max-width: 20.2em;
}
.btn-group .btn.lg a {
  padding-left: 1.0714em;
  padding-right: 2em;
}
.btn-group .btn.sm a {
  font-size: 1.35em;
  min-height: 2.8148em;
}
.btn-group .btn02 {
  font-size: 1em;
  min-width: 9.2em;
  max-width: max-content;
}
.btn-group .btn02 a {
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--main-color);
  padding: 0.2857em 1.2857em 0.2857em 0em;
}
.btn-group .btn02 a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0px;
  right: 0px;
  background-color: #b3bfd7;
}
.btn-group .btn02 a::after {
  right: 0;
}
.btn-group .btn02 a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn02 a:hover::before {
    background-color: #25498d;
  }
  .btn-group .btn02 a:hover::after {
    right: -0.25em;
  }
}
@media only screen and (max-width: 768px) {
  .btn-group .btn {
    max-width: 162.5px;
  }
  .btn-group .btn a {
    font-size: 14px;
    padding-left: 0.6429em;
    padding-right: 1.2857em;
  }
  .btn-group .btn a::after {
    font-size: 12px;
    right: 8px;
  }
  .btn-group .btn.lt0 a {
    letter-spacing: 0;
  }
  .btn-group .btn.big {
    max-width: 283px;
  }
  .btn-group .btn.big a::after {
    right: 13px;
  }
  .btn-group .btn.lg {
    max-width: 200px;
  }
  .btn-group .btn.lg a {
    min-height: 3.5714em;
    padding-left: 0.6429em;
    padding-right: 1.7857em;
  }
  .btn-group .btn.sm a {
    font-size: 13.5px;
    min-height: 40px;
  }
  .btn-group .btn02 a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 360px) {
  .btn-group .btn a {
    font-size: 12px;
  }
}

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

.slick-prev {
  left: -55px;
}

.slick-next {
  right: -55px;
}

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

.br_1170 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .br_1170 {
    display: block;
  }
  .dis_1170 {
    display: none;
  }
}
.br_992 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .br_992 {
    display: block;
  }
  .dis_992 {
    display: none;
  }
}
.br_769 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .br_769 {
    display: block;
  }
  .dis_769 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_769 {
    display: none;
  }
}
.br_750 {
  display: none;
}

@media only screen and (max-width: 750px) {
  .br_750 {
    display: block;
  }
  .in_750 {
    display: inline;
  }
  .dis_750 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_750 {
    display: none;
  }
}
.br_640 {
  display: none;
}

@media only screen and (max-width: 640px) {
  .br_640 {
    display: block;
  }
  .in_640 {
    display: inline;
  }
  .dis_640 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_640 {
    display: none;
  }
}
.br_520 {
  display: none;
}

@media only screen and (max-width: 520px) {
  .br_520 {
    display: block;
  }
  .in_520 {
    display: inline;
  }
  .dis_520 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_520 {
    display: none;
  }
}
.br_480 {
  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: 319px) {
  .br_480 {
    display: none;
  }
}
.br_430 {
  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: 319px) {
  .br_430 {
    display: none;
  }
}
.br_400 {
  display: none;
}

@media only screen and (max-width: 400px) {
  .br_400 {
    display: block;
  }
  .in_400 {
    display: inline;
  }
  .dis_400 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_400 {
    display: none;
  }
}
.br_390 {
  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: 319px) {
  .br_390 {
    display: none;
  }
}
.br_375 {
  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: 319px) {
  .br_375 {
    display: none;
  }
}
.br_360 {
  display: none;
}

@media only screen and (max-width: 360px) {
  .br_360 {
    display: block;
  }
  .in_360 {
    display: inline;
  }
  .dis_360 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_360 {
    display: none;
  }
}
.br_320 {
  display: none;
}

@media only screen and (max-width: 320px) {
  .br_320 {
    display: block;
  }
  .in_320 {
    display: inline;
  }
  .dis_320 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .br_320 {
    display: none;
  }
}
.flex_gr {
  --size-mg: 5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: calc(var(--size-mg) * -1);
}
.flex_gr .btn.style01 {
  min-width: unset;
}
.flex_gr .item {
  width: 100%;
  margin: var(--size-mg);
}
@media only screen and (min-width: 769px) {
  .flex_gr.col-2 .item {
    width: calc(50% - 2 * var(--size-mg));
  }
  .flex_gr.col-3 .item {
    width: calc(33.333333% - 2 * var(--size-mg));
  }
  .flex_gr.col-4 .item {
    width: calc(25% - 2 * var(--size-mg));
  }
  .flex_gr.col-5 .item {
    width: calc(20% - 2 * var(--size-mg));
  }
}

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

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1080px) {
  body {
    font-size: 87.5%;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--wrapper);
  z-index: 21;
  font-size: 10px;
}
header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0.7;
  background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

header.active,
.ovh header {
  background-color: var(--main-color);
}
header.active::before,
.ovh header::before {
  display: none;
}
header.active .header_top::after,
.ovh header .header_top::after {
  opacity: 0;
}

.header_top {
  --pd-size: 4.5em;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  padding: 5px var(--pd-size);
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.header_top::after {
  content: "";
  position: absolute;
  width: calc(100% - var(--pd-size) * 2);
  height: 2px;
  bottom: -1px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background-color: #fff;
  opacity: 1;
}

h1 {
  position: absolute;
  overflow: hidden;
  height: 0;
  width: 0;
  padding: 0;
  border: 0;
}

.logo {
  width: 20%;
  max-width: 224px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}

.right_head {
  width: 78%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pc_navi {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pc_navi > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin-right: 1.2em;
}
.pc_navi > ul > li {
  position: relative;
}
.pc_navi > ul > li:not(:last-child) {
  margin-right: 1.2em;
}
.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: -0.5em;
  left: calc(50% - 4.5px);
  transition: all 0.5s ease;
}
.pc_navi > ul > li.menu-item-has-children > a:hover::after,
.pc_navi > ul > li.menu-item-has-children > p:hover::after {
  transform: translateY(5px);
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: max(10px, 1.4em);
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
  color: #fff;
}
.pc_navi > ul > li > a::before,
.pc_navi > ul > li > p::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0px;
  left: 0px;
  background-color: currentColor;
  transform-origin: left top;
  transition: all 0.2s linear;
}
.pc_navi > ul > li > a:hover,
.pc_navi > ul > li > p:hover {
  opacity: 1;
  color: #fff;
}
.pc_navi > ul > li > a:hover::before,
.pc_navi > ul > li > p:hover::before {
  width: 100%;
}
.pc_navi > ul > li > a span,
.pc_navi > ul > li > p span {
  display: block;
  width: 100%;
  padding-top: 0px;
  font-size: 66.6666666667%;
  font-weight: 600;
}
.pc_navi > ul > li:hover a.title::after,
.pc_navi > ul > li:hover p.title::after {
  transform: translateY(5px);
}
.pc_navi > ul .subInner {
  position: absolute;
  width: 220px;
  right: 50%;
  bottom: -15px;
  padding-top: 0px;
  transform: translate(50%, 100%);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.pc_navi > ul .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul .subInner ul {
  background-color: var(--main-color);
  padding-bottom: 10px;
}
.pc_navi > ul .subInner ul li {
  padding: 0 10px;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  display: block;
  padding: 1em 0.5em 1em 1.5em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
  font-size: max(10px, 1.4em);
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.01em;
}
.pc_navi > ul .subInner ul li a::before {
  content: "・";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
  font-size: 1em;
}
.pc_navi .nav_bnrs {
  display: flex;
  border-left: 1px solid #fff;
}
.pc_navi .nav_bnrs .bnr {
  position: relative;
  padding: 0.4em 1em 0;
}
.pc_navi .nav_bnrs .bnr:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background: url("../images/idx_ic_line.png") repeat-y top center/1px 4px;
}
.pc_navi .nav_bnrs .bnr:last-child {
  padding-right: 0;
}
.pc_navi .nav_bnrs .bnr .tel_click {
  font-size: 1em;
  color: #fff;
  text-align: center;
}
.pc_navi .nav_bnrs .bnr .tel_click > span {
  display: block;
}
.pc_navi .nav_bnrs .bnr .tel_click .tt {
  font-size: max(10px, 1.4em);
  letter-spacing: 0.1em;
  font-weight: 400;
}

@media only screen and (min-width: 769px) {
  .pc_navi > ul .col2 .subInner {
    width: max(350px, 50em);
  }
  .pc_navi > ul .col2 .subInner ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pc_navi > ul .col2 .subInner ul li {
    width: 50%;
  }
  .menu_toggle .inside .ft_link {
    width: 100%;
    max-width: 900px;
    margin: auto;
    min-height: 100%;
    display: flex;
    align-items: center;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1279px) {
  :root {
    --wrapper: 80px;
  }
  header {
    font-size: min(0.65vw, 10px);
  }
  .header_top {
    --pd-size: min(1.3vw, 4.5em);
  }
  .pc_navi .nav_bnrs .bnr {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
  :root {
    --wrapper: 70px;
  }
}
.totop {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 45px;
  right: 95px;
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop .icon {
  background-image: url(../images/totop.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 0px;
  width: 70px;
  height: 70px;
  margin: 0;
}

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

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

@keyframes bounces {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
.fixed_banner {
  position: fixed;
  top: 200px;
  right: 0px;
  z-index: 15;
  transition: right 0.3s ease-in-out;
}
.fixed_banner:hover {
  right: 0;
}
.fixed_banner > dl dd > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
}
.fixed_banner > dl dd a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.fixed_banner > dl dd p {
  margin-bottom: 0;
  color: #25498d;
  letter-spacing: 0.05em;
  line-height: 1.2222222222;
  text-align: center;
  display: flex;
  align-items: center;
}
.fixed_banner > dl dd p::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: var(--main-color);
}
.fixed_banner .tel p::before {
  width: 18px;
  height: 17px;
  --mask: url("../images/shared_fixed_bnr_icon01.png");
}
.fixed_banner .map p::before {
  width: 13px;
  height: 17px;
  --mask: url("../images/shared_fixed_bnr_icon02.png");
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    font-size: 10px;
  }
  .fixed_banner > div {
    width: 9em;
    height: 9em;
  }
  .fixed_banner p {
    font-size: 1.5em;
    letter-spacing: 0.05em;
  }
  .fixed_banner .tel {
    height: 12em;
  }
  .fixed_banner .web p::before {
    height: 1.9333em;
  }
  .fixed_banner .mail p::before {
    height: 1.9333em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 720px) {
  .totop {
    right: 10px;
  }
  .totop .icon {
    width: 50px;
    height: 50px;
  }
}
footer {
  padding: 69px 0 42px;
  position: relative;
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  text-decoration: none;
}

.ft_link {
  font-size: 10px;
}
.ft_link a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .ft_link .link_list {
    display: flex;
    justify-content: space-between;
  }
  .ft_link .menu01 > ul,
  .ft_link .menu02 > ul {
    padding-left: 2em;
  }
  .ft_link .menu01 {
    width: 20.7%;
    border-right: 1px solid #dbdddf;
  }
  .ft_link .menu02 {
    width: 77%;
  }
  .ft_link .menu02 > ul {
    display: flex;
    justify-content: space-between;
  }
  .ft_link .menu02 > ul .menu-child.col-2 > ul {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    max-height: 22.2em;
    gap: 0 3em;
  }
}
.ft_link .ttl {
  position: relative;
  margin-bottom: 1.5625em;
  padding-left: 1.25em;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  pointer-events: none;
  font-family: var(--f-en);
  font-size: 1.6em;
  color: #bdc8dd;
}
.ft_link .ttl::before {
  content: "";
  position: absolute;
  width: 0.9375em;
  height: 1px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto 0;
  background-color: currentColor;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  line-height: 1.375;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 769px) {
  .ft_link li {
    margin-bottom: 1.2em;
  }
}
.ft_link li.last {
  margin-bottom: 29px;
}
.ft_link li:last-child {
  margin-bottom: 0;
}
.ft_link a,
.ft_link .menu-child > a {
  position: relative;
  color: #25498d;
  letter-spacing: 0.05em;
  font-size: 1.6em;
  display: inline-flex;
}
.ft_link a:hover,
.ft_link .menu-child > a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .ft_link a::before,
  .ft_link .menu-child > a::before {
    content: "-";
    margin-right: 0.4375em;
    color: #bdc8dd;
  }
  .ft_link a:hover,
  .ft_link .menu-child > a:hover {
    color: #bdc8dd;
  }
}
.ft_link .menu-child {
  margin-bottom: 0;
}
.ft_link .menu-child > a {
  pointer-events: none;
}
@media only screen and (min-width: 769px) {
  .ft_link .menu-child > a {
    margin-bottom: 9px;
  }
}
.ft_link .menu-child > ul li > a {
  color: #49565e;
}
@media only screen and (min-width: 769px) {
  .ft_link .menu-child > ul li > a::before {
    content: "・";
    margin-right: 0;
    color: currentColor;
  }
  .ft_link .menu-child > ul li > a:hover {
    color: #25498d;
  }
}
@media only screen and (min-width: 769px) {
  .ft_link .menu-child > ul {
    padding-left: 0.5em;
  }
  .ft_link .menu-child > ul li {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .ft_link {
    font-size: min(0.85vw, 10px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .ft_link .menu02 > ul .menu-child.col-2 > ul {
    max-height: 24em;
  }
}

.copyright {
  margin: 0 auto;
  padding: 18px 0;
  color: #25498d;
  position: relative;
  z-index: 1;
  text-align: right;
}
.copyright p {
  font-size: 12px;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 769px) and (max-width: 1279px) {
  .totop.endPage {
    bottom: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .pc_navi > ul .subInner {
    width: max(180px, 28em);
  }
  .pc_navi > ul .col3 .subInner {
    width: 70em;
  }
  .pc_navi > ul .col3 .subInner ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pc_navi > ul .col3 .subInner ul li {
    width: 33.3333%;
  }
  .pc_navi > ul > li.lv2 > a:hover::before,
  .pc_navi > ul > li.lv2 > p:hover::before {
    width: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .pc_navi > ul .col3 .subInner {
    width: 76em;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/

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