@charset "UTF-8";
:root {
  --f-jp: "Zen Maru Gothic", sans-serif;
  --main-color: #036eb7;
  --clr1: #0e4572;
  --clr2: #2ca6e0;
  --clr3: #f4b168;
  --ttl_size: 28px;
  --wrapper: 90px;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  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]) {
    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: 1.875;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  word-break: break-word;
  margin-bottom: 15px;
}
p:empty {
  display: none !important;
}
p:last-child {
  margin-bottom: 0;
}

.red {
  color: #ca0a0a !important;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

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

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

.wrapper {
  padding-top: var(--wrapper);
  overflow: hidden;
}

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

.inner_max {
  max-width: 1480px;
}

.inner_big {
  max-width: 1320px;
}

.inner {
  max-width: 1210px;
}

.inner_sm {
  max-width: 1020px;
}

.fullWidthBreak {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.txt_ver {
  writing-mode: vertical-rl;
}

@media only screen and (min-width: 769px) {
  .txt_ver_pc {
    writing-mode: vertical-rl;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           WordPress Core                                 */
/*==========================================================================*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 35px;
}

.alignright {
  float: right;
  margin: 5px 0 20px 50px;
}

.alignleft {
  float: left;
  margin: 5px 50px 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;
}
.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);
}

.btn {
  max-width: 320px;
  margin: 25px auto 0;
}
.btn a {
  --radius: 33px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 18px;
  background: var(--main-color);
  text-decoration: none;
  min-height: 3.6667em;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.3s all;
  border: 1px solid var(--main-color);
}
.btn a::after, .btn a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
}
.btn a::before {
  inset: 0;
  background: linear-gradient(-145deg, rgb(44, 166, 224) 40%, rgb(3, 110, 183) 80%);
  background-size: 128% !important;
  opacity: 0.5;
  z-index: -1;
  border-radius: var(--radius);
}
.btn a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/shared_btn_icon.png);
  background-color: #fff;
  width: 8px;
  height: 13px;
  right: 17px;
  top: calc(50% - 0.3333em);
}
.btn a:hover {
  opacity: 1;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .btn a:hover {
    background-color: var(--clr2);
    border-color: var(--clr2);
  }
  .btn a:hover::before {
    opacity: 0;
  }
}
.btn.white a {
  border: 1px solid #fff;
  background: transparent;
}
.btn.white a::before {
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  .btn.white a:hover {
    background-color: var(--clr2);
    border-color: var(--clr2);
  }
  .btn.white a:hover::before {
    opacity: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .btn a {
    letter-spacing: 0;
    font-size: 16px;
    min-height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .btn {
    max-width: 260px;
  }
  .btn a {
    padding-bottom: 0.1em;
    letter-spacing: 0;
    font-size: min(4.5vw, 16px);
    min-height: 60px;
  }
}
.btn_group {
  max-width: 664px;
  margin: 25px auto 0;
}
.btn_group .btn {
  margin: 0;
  width: calc(50% - 12px);
}
.btn_group.col3 {
  max-width: 1008px;
}
.btn_group.col3 .btn {
  margin: 0;
  width: calc(33.3333333333% - 12px);
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .btn_group.col3 {
    max-width: 664px;
  }
  .btn_group.col3 .btn {
    margin: 0;
    width: calc(50% - 12px);
  }
  .btn_group.col3 .btn:last-child {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .btn_group.col3 {
    max-width: 260px;
  }
  .btn_group.col3 .btn {
    margin: 0;
    width: 100%;
  }
  .btn_group.col3 .btn:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .btn_group {
    max-width: 260px;
  }
  .btn_group .btn {
    margin: 0;
    width: 100%;
  }
  .btn_group .btn:not(:last-child) {
    margin-bottom: 20px;
  }
}

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

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

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

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    font-size: 87.5%;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

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

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

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

.logo {
  width: 25%;
  max-width: 321px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 36px;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}
.logo img {
  width: auto;
}

.right_head {
  width: 70%;
  max-width: 885px;
  padding-right: 10em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pc_navi {
  width: 100%;
}
.pc_navi > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}
.pc_navi > ul > li {
  position: relative;
}
.pc_navi > ul > li:hover > a,
.pc_navi > ul > li:hover > p {
  opacity: 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: "";
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10px' height='5px'%3E%3Cpath fill-rule='evenodd' fill='rgb(3, 110, 183)' d='M5.438,5.000 L0.938,0.000 L9.938,0.000 L5.438,5.000 Z'/%3E%3C/svg%3E");
  background-color: var(--main-color);
  width: 0.5556em;
  height: 0.2778em;
  position: absolute;
  top: calc(100% + 0.1111em);
  left: calc(50% - 0.4444em);
  transition: 0.3s all;
}
.pc_navi > ul > li.menu-item-has-children > a:hover::after,
.pc_navi > ul > li.menu-item-has-children > p:hover::after {
  transform: translateY(2px);
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 40px;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  transition: all 0.3s;
  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 .subInner {
  position: absolute;
  width: 18em;
  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: 1.2em 0.6em 1.2em 1.6em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
  font-size: 0.875em;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.05em;
}
.pc_navi > ul .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.6em;
  transform: translateY(-54%);
}

@media only screen and (min-width: 769px) {
  .pc_navi > ul .col2 .subInner {
    width: 440px;
  }
  .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: 1230px;
    margin: auto;
    min-height: 100%;
    display: flex;
    align-items: center;
  }
  .menu_toggle .inside .ft_link > .fblock {
    width: 100%;
    padding: 0;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  :root {
    --wrapper: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pc_navi > ul {
    font-size: 1.4vw;
  }
  .pc_navi > ul .subInner ul li a {
    font-size: 12px;
  }
}
.idx_gallery .list {
  display: flex;
}
.idx_gallery .list .img {
  padding-top: 2em;
}
.idx_gallery .list .img img {
  overflow: hidden;
  border-radius: 0.625em;
  margin: 0 6px;
}

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

@media only screen and (max-width: 992px) and (min-width: 769px) {
  :root {
    --ttl_size: 22px;
    --wrapper: 80px;
  }
}
.totop {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 20px;
  right: 20px;
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop .icon {
  background-image: url(../images/totop.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 0px;
  width: 72px;
  height: 72px;
  margin: 0;
}

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

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

@keyframes bounces {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
.fixed_banner {
  position: fixed;
  top: calc(50% - 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;
  width: 1.6875em;
  height: 1.6875em;
}
.fixed_banner .web p {
  background-color: var(--main-color);
}
.fixed_banner .web p .tt::before {
  --mask: url(../images/fixed_icon01.png);
}
.fixed_banner .tel p {
  background-color: var(--clr2);
}
.fixed_banner .tel p .tt::before {
  --mask: url(../images/fixed_icon02.png);
}
@media only screen and (min-width: 769px) {
  .fixed_banner {
    top: 36.8%;
    font-size: 10px;
    --size: 9em;
    width: 9em;
  }
  .fixed_banner.active {
    top: 20%;
  }
  .fixed_banner > div {
    width: var(--size);
    height: var(--size);
    margin-bottom: 1px;
  }
  .fixed_banner p {
    width: var(--size);
    height: var(--size);
    border-radius: 6px 0 0 6px;
  }
  .fixed_banner p .tt {
    font-size: 1.6em;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .fixed_banner .tel {
    --w_tel: 20em;
    transform: translateX(calc(-var(--size) - var(--w_tel)));
    transition: all 0.3s ease;
  }
  .fixed_banner .tel .tt {
    padding-top: 0.3em;
  }
  .fixed_banner .tel .tt::before {
    margin-bottom: 0.35em;
  }
  .fixed_banner .tel:hover {
    transform: translateX(calc(0em - var(--w_tel)));
  }
  .fixed_banner .tel:hover a {
    width: calc(var(--size) + var(--w_tel));
  }
  .fixed_banner .tel .ov {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    position: absolute;
    left: 9em;
    height: 100%;
    top: 0;
    width: var(--w_tel);
  }
  .fixed_banner .tel .ov .text {
    font-size: 2.4em;
    font-weight: 500;
  }
  .fixed_banner .web p .tt::before {
    margin-bottom: 0.4em;
  }
  .fixed_banner .ai {
    cursor: pointer;
    height: auto;
  }
  .fixed_banner .ai:hover p {
    background-color: #ff7500;
  }
  .fixed_banner .ai p {
    height: auto;
    writing-mode: vertical-lr;
    background-color: #ffa355;
    align-items: flex-start;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-top: 8.1em;
    padding-bottom: 1.1em;
    border-bottom: 2.2em solid #ff7500;
    transition: 0.3s all;
  }
  .fixed_banner .ai p::before {
    display: block;
    position: absolute;
    content: "";
    background: url(../images/ai_icon.png) no-repeat center/contain;
    width: 5.6em;
    height: 5.6em;
    top: 1.6em;
  }
  .fixed_banner .ai p::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    background: url(../images/ai_arr.png) no-repeat center/contain;
    width: 0.8em;
    height: 1.3em;
    bottom: 0.4em;
  }
  .fixed_banner .ai p .tt1 {
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-size: 2.8em;
    margin-top: -0.1786em;
  }
  .fixed_banner .ai p .tt1 .char {
    transform: rotate(-90deg);
    white-space: nowrap;
    display: inline-flex;
  }
  .fixed_banner .ai p .tt2 {
    line-height: 1.2;
    writing-mode: vertical-rl;
    text-align: left;
    letter-spacing: 0;
    font-size: 1.5em;
    font-weight: 500;
    margin-left: 0.1333em;
  }
  .fixed_banner .ai p .tt2 .char {
    transform: rotate(-90deg);
    white-space: nowrap;
    display: inline-flex;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .fixed_banner {
    top: 100px;
  }
  .fixed_banner.active {
    top: 100px;
    transform: translateY(0%);
    font-size: 8px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  .fixed_banner {
    font-size: 0.5vw;
  }
  .fixed_banner.active {
    font-size: 0.45vw;
  }
  .totop .icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .fixed_banner {
    font-size: 6px;
  }
  .fixed_banner.active {
    font-size: 6px;
  }
}
.ft_link {
  --clr: #fff;
}
.ft_link a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .ft_link .ft_link_item {
    width: 46%;
  }
  .ft_link .menu01 {
    width: 59%;
  }
  .ft_link .menu02 {
    width: 39.7%;
  }
  .ft_link .menu03 {
    width: 50%;
  }
  .ft_link .menu04 {
    width: 50%;
  }
  .ft_link .menu03 ul,
  .ft_link .menu04 ul {
    padding-left: 7px;
  }
}
.ft_link .title {
  margin-bottom: 28px;
  padding-left: 0;
  font-size: calc(var(--ttl_size) + 4px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  pointer-events: none;
  text-transform: uppercase;
  color: var(--clr);
  margin-left: -0.1em;
}
.ft_link .title::before {
  display: none;
}
.ft_link .ttl {
  line-height: 0.75;
  pointer-events: none;
  text-transform: uppercase;
  color: var(--clr);
  letter-spacing: 0.1em;
  font-size: calc(var(--ttl_size) - 4px);
  margin-bottom: 1.125em;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 1.03em;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link li a {
  display: table;
  position: relative;
  padding-left: 0.6875em;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: var(--clr);
  line-height: 1.6;
}
.ft_link li a::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--clr);
  top: 0.6875em;
  left: 0;
}
.ft_link li a:hover {
  opacity: 1;
  color: var(--clr);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.copyright {
  margin: 0 auto 0;
  color: #fff;
  padding: 24px 0px 23px;
  position: relative;
  z-index: 1;
  background-color: #0e4572;
}
.copyright .flex {
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1919px) {
  .copyright .flex {
    padding-right: 158px;
  }
}
.copyright .inner_big {
  max-width: 1135px;
}
.copyright .textwidget {
  display: block;
  margin-top: 2px;
  line-height: 29px;
  padding-left: 28px;
  margin-left: 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  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;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 200px;
}

.menu_toggle .inside .ft_link {
  --clr: #0e4572;
}

.ft_img {
  margin-top: 19px;
}
.ft_img a:hover {
  opacity: 1;
}

footer .ft_banner {
  background-color: #f2f7fc;
  padding: 60px 0;
}
footer .ft_banner .banner {
  width: calc(33.3333333333% - 26.66px);
}
footer .ft_banner a:hover {
  opacity: 1;
}
footer .ft_bg {
  background: url(../images/ft_bg.jpg) no-repeat top center/cover;
  padding: 100px 0 82px;
  position: relative;
  z-index: 1;
}
footer .ft_bg::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/ft_icon.png) no-repeat center/contain;
  width: 33.9375em;
  height: 39.8125em;
  right: -0.125em;
  bottom: -14.875em;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  footer .ft_bg::after {
    font-size: 1.25vw;
  }
}
footer .inner {
  max-width: 1225px;
}
footer .idx_address {
  color: #fff;
}
footer .idx_tel a {
  color: #fff;
}
footer .idx_tel a::before {
  background-color: #fff;
}
footer .ft_info {
  max-width: 545px;
  width: 47%;
}
footer .shared_tbl {
  margin-top: 28px;
}
footer .shared_tbl table tr th {
  position: relative;
  background: transparent;
  padding-bottom: 1.1875em;
}
footer .shared_tbl table tr th::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #fff;
}
footer .shared_tbl table tr th,
footer .shared_tbl table tr td {
  color: #fff;
}
footer .shared_tbl table tr th::after,
footer .shared_tbl table tr td::after {
  background-color: #fff;
}
footer .shared_tbl table span::before {
  color: #fff;
}
footer .shared_tbl p {
  color: #fff;
}
footer .ft_map {
  height: 400px;
  max-width: 545px;
  width: 47%;
}
footer .ft_map iframe {
  display: block;
  height: 100%;
  width: 100%;
  border: 0;
  border-radius: 10px;
}
footer .ft_menu {
  margin-top: 66px;
}
footer .ft_menu .inner {
  max-width: 1230px;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .logo {
    margin-left: 20px;
  }
  .right_head {
    width: 60%;
    padding-right: 6em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pc_navi > ul > li > a,
  .pc_navi > ul > li > p {
    font-size: 14px;
    letter-spacing: 0;
  }
  .right_head {
    padding-right: 7em;
  }
  .ft_link .ft_link_item {
    width: 48%;
  }
  .ft_link li a {
    font-size: 14px;
    letter-spacing: 0;
  }
  .copyright img {
    width: 150px;
  }
}
.banner_left {
  position: fixed;
  left: 36px;
  bottom: 20px;
  z-index: 10;
}
.banner_left.active {
  left: 10px;
  bottom: 10px;
  font-size: 14px;
}
.banner_left a:hover {
  opacity: 1;
}
.banner_left picture {
  max-width: 31.25em;
  position: relative;
  z-index: 1;
  border-radius: 10px 0 10px 10px;
}
.banner_left picture img {
  border-radius: 6px 0 6px 6px;
}
.banner_left picture::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  border: 2px solid #036eb7;
  inset: 0;
  border-radius: 6px 0 6px 6px;
}
.banner_left .close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: var(--main-color);
  width: 1.875em;
  height: 1.875em;
  cursor: pointer;
}
.banner_left .close::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 0;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #fff;
  mask-image: url(../images/icon_close1.png);
}
@media only screen and (min-width: 769px) {
  .banner_left .close:hover {
    background-color: var(--clr2);
  }
}
.banner_left.hide {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 769px) {
  .banner_left .content:hover picture::after {
    border-color: var(--clr2);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .banner_left {
    font-size: 10px;
    left: 10px;
    bottom: 10px;
  }
  .banner_left.active {
    font-size: 10px;
    left: 10px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .banner_left {
    bottom: 15vw;
    left: 10px;
    font-size: 9px;
  }
  .banner_left.active {
    left: 10px;
    bottom: 100px;
    font-size: 9px;
  }
}
@media only screen and (max-width: 480px) {
  .banner_left {
    bottom: 20px;
    left: 20px;
    font-size: 2.3vw;
  }
  .banner_left.active {
    left: 10px;
    bottom: 100px;
    font-size: 2.3vw;
  }
}

.banner_right {
  position: absolute;
  right: 14.3125em;
  bottom: 40px;
  z-index: 10;
  font-size: 1.6em;
}
@media only screen and (min-width: 1919px) {
  .banner_right {
    bottom: 9.5em;
  }
}
.banner_right .link a {
  z-index: 2;
}
.banner_right .content {
  display: flex;
  background: #f4b168;
  width: 31.25em;
  border-radius: 10px;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
  padding: 1.1875em 0 1.1875em 0.3125em;
  align-items: center;
  transition: 0.3s all;
}
.banner_right .content::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: #b47947 url(../images/banner2_arr.png) no-repeat center/contain;
  width: 1.875em;
  height: 1.875em;
  top: calc(50% - 0.9375em);
  right: 0.9375em;
  border-radius: 50%;
}
.banner_right .content picture {
  max-width: 7.5em;
  width: 27%;
}
.banner_right .content span {
  color: #fff;
  line-height: 1.6;
  font-weight: 500;
  font-size: 1.875em;
  letter-spacing: 0;
  width: 68%;
}
@media only screen and (min-width: 769px) {
  .banner_right .content:hover {
    background-color: #b47947;
  }
}
@media only screen and (max-width: 768px) {
  .banner_right {
    bottom: 20px;
    right: 40px;
    font-size: 9px;
  }
}
@media only screen and (max-width: 480px) {
  .banner_right {
    bottom: 18vw;
    right: 40px;
    font-size: 2vw;
  }
}
@media only screen and (max-width: 430px) {
  .banner_right {
    bottom: 16vw;
  }
}

@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .banner_left {
    font-size: 11px;
  }
  .banner_left.active {
    font-size: 10px;
  }
  .banner_right {
    font-size: 11px;
  }
  .fixed_banner {
    font-size: 8px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .fixed_banner {
    font-size: 6px;
  }
  .fixed_banner.active {
    font-size: 6px;
  }
  .banner_right {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) and (max-height: 550px) {
  .fixed_banner {
    font-size: 5px;
  }
  .fixed_banner.active {
    font-size: 5px;
  }
  .totop {
    bottom: 5px;
    right: 5px;
  }
  .totop .icon {
    width: 40px;
    height: 40px;
  }
  .banner_right {
    font-size: 7px;
    right: 55px;
    bottom: 10px;
  }
}
@media only screen and (min-width: 431px) and (max-width: 768px) and (max-height: 500px) {
  .banner_left {
    left: 20px;
    bottom: 20px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
.shared_tbl {
  margin-top: 27px;
}
.shared_tbl table tr th,
.shared_tbl table tr td {
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  border: 0;
  padding: 0;
  font-weight: 500;
  width: 9.9%;
}
.shared_tbl table tr th:first-child,
.shared_tbl table tr td:first-child {
  width: auto;
  padding-left: 1.4375em;
}
.shared_tbl table tr th:last-child,
.shared_tbl table tr td:last-child {
  width: 15.5%;
  padding-right: 0.25em;
}
.shared_tbl table tr th {
  background-color: var(--main-color);
  color: #fff;
  padding-top: 1.125em;
  padding-bottom: 1.1875em;
}
.shared_tbl table tr td {
  position: relative;
  border-bottom: 1px solid transparent;
  padding-top: 18px;
  padding-bottom: 19px;
}
.shared_tbl table tr td::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #84b0ce;
}
@media only screen and (min-width: 1919px) {
  .shared_tbl table tr:last-child td {
    padding-top: 16px;
    padding-bottom: 22px;
  }
}
.shared_tbl table span {
  color: transparent;
  position: relative;
}
.shared_tbl table span::before {
  content: "-";
  position: absolute;
  color: var(--clr1);
}
.shared_tbl p {
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 12px 0 0 20px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .shared_tbl table tr th,
  .shared_tbl table tr td {
    font-size: 14px;
    letter-spacing: 0;
    width: 9%;
  }
  .shared_tbl table tr th:first-child,
  .shared_tbl table tr td:first-child {
    width: auto;
    padding-left: 0;
  }
  .shared_tbl table tr th:last-child,
  .shared_tbl table tr td:last-child {
    width: 16%;
    padding-right: 0;
  }
  .shared_tbl p {
    padding: 10px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .shared_tbl p {
    letter-spacing: 0.05em;
    padding: 10px 0 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .shared_tbl table tr th,
  .shared_tbl table tr td {
    font-size: min(3.6vw, 14px);
    letter-spacing: 0;
    width: 9%;
  }
  .shared_tbl table tr th:first-child,
  .shared_tbl table tr td:first-child {
    width: auto;
    padding-left: 0;
  }
  .shared_tbl table tr th:last-child,
  .shared_tbl table tr td:last-child {
    width: 18%;
    padding-right: 0.7143em;
  }
}
@media only screen and (max-width: 430px) {
  .shared_tbl p {
    letter-spacing: 0;
  }
}

.slick-arrow {
  display: block;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: rgba(3, 110, 183, 0.9);
  position: absolute;
  top: calc(50% - 35px);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  z-index: 1;
  transition: 0.3s all;
}
.slick-arrow:focus {
  outline: 0;
}
@media only screen and (min-width: 769px) {
  .slick-arrow:hover {
    background-color: var(--clr2);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .slick-arrow {
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
  }
}

.slick-prev {
  left: -35px;
  background-image: url(../images/idx4_prev.png);
}

.slick-next {
  right: -35px;
  background-image: url(../images/idx4_next.png);
}

.idx_logo {
  display: table;
}
.idx_logo a:hover {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .idx_logo {
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}

.idx_address {
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-left: 4.1em;
  margin: 23px 0 12px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx_address {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .idx_address {
    padding-left: 0;
    text-align: center;
    letter-spacing: 0;
    margin: 15px 0 15px;
  }
}

.idx_tel {
  margin-left: 74px;
}
.idx_tel a {
  font-size: 42px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
  color: var(--main-color);
  display: flex;
  align-items: center;
}
.idx_tel a:hover {
  opacity: 1;
  color: var(--main-color);
}
.idx_tel a::before {
  content: "";
  display: block;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-image: url(../images/idx3_tel.png);
  background-color: var(--main-color);
  width: 0.5953em;
  height: 0.5953em;
  margin-top: 0.3095em;
  margin-right: 0.2381em;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx_tel {
    margin-left: 40px;
  }
  .idx_tel a {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .idx_tel {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .idx_tel a {
    font-size: 32px;
    letter-spacing: 0;
    justify-content: center;
  }
}

.br769 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .br769 {
    display: block;
  }
}
.br800 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 850px) {
  .br800 {
    display: block;
  }
}