@charset "UTF-8";
:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-jp: "Noto Serif JP", serif;
  --f-en: "Nunito", sans-serif;
  --main-color: #00608d;
  --clr1: #333333;
  --clr2: #ccc;
  --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-notosans);
}
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;
}

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

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

.wrapper {
  overflow: hidden;
}

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

.inner_big {
  max-width: 1300px;
}

.inner {
  max-width: 1190px;
}

.inner_sm {
  max-width: 1000px;
}

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

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           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 {
  position: relative;
}
.TabContainer::before {
  position: absolute;
  content: "";
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.TabContainer .TabContent {
  max-width: 1620px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: 80px;
}
.TabContainer .TabContent > ul {
  transition: all 0.3s ease-in-out;
}
.TabContainer .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 .TabContent > ul > li.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.TabContainer .TabPager {
  display: flex;
  justify-content: center;
  min-width: 290px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.TabContainer .TabPager li {
  background-color: #c0c0c0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 14px 20px;
  width: calc(50% - 1px);
  max-width: 640px;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s;
  z-index: 1;
}
.TabContainer .TabPager li::before {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  width: 61px;
  height: 22px;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #00608d;
}
.TabContainer .TabPager li p {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin: 0;
  position: relative;
}
.TabContainer .TabPager li.active {
  background-color: #00608d;
  z-index: 1;
}
.TabContainer .TabPager li.active::before {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 769px) {
  .TabContainer .TabPager li:hover {
    background-color: var(--main-color);
    color: #fff;
  }
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .TabContainer .TabContent {
    margin-top: 50px;
  }
}
.rel {
  position: relative;
}

.ovh {
  overflow: hidden !important;
}

.ovs {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
}

.lt0 {
  letter-spacing: 0 !important;
}

figure,
picture {
  text-align: center;
  line-height: 1;
}

.fblock {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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 {
  text-decoration: none;
}
.tel_click span {
  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 span::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::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 6px;
  height: 9px;
  right: 14px;
  top: calc(50% - 4px);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: var(--main-color);
}

.btn-group {
  font-size: 10px;
}
.btn-group .btn {
  font-size: 1em;
}
.btn-group .btn.style01, .btn-group .btn.style02 {
  width: 100%;
  min-width: 180px;
  max-width: 360px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.btn-group .btn.style01 a, .btn-group .btn.style02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.6666666667em;
  padding: 1em;
  position: relative;
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #00608d;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  transition: all 0.3s;
}
.btn-group .btn.style01 a:hover, .btn-group .btn.style02 a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.style01 a:hover, .btn-group .btn.style02 a:hover {
    background-color: var(--main-color);
    color: #fff;
  }
  .btn-group .btn.style01 a:hover::after, .btn-group .btn.style02 a:hover::after {
    right: 5px;
    background-color: #fff;
  }
}
.btn-group .btn.style01.md a, .btn-group .btn.md.style02 a {
  font-size: 16px;
}
.btn-group .btn.style02 a {
  background-color: #00608d;
  color: #fff;
}
.btn-group .btn.style02 a::after {
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.style02 a:hover {
    background-color: #456620;
    color: #fff;
  }
  .btn-group .btn.style02 a:hover::after {
    background-color: #fff;
  }
}
.btn-group .btn.bg01 a {
  background-color: transparent;
  color: var(--main-color);
}
.btn-group .btn.bg02 a {
  background-color: #f4bf0c;
}

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

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  body {
    font-size: 87.5%;
  }
  .totop {
    right: 10px;
  }
  .totop .icon {
    width: 60px;
    height: 60px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  font-size: 10px;
}

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

header.active,
.ovh header {
  background-color: var(--main-color);
}
header.active .pc_navi > ul > li:hover > a,
header.active .pc_navi > ul > li:hover > p,
.ovh header .pc_navi > ul > li:hover > a,
.ovh header .pc_navi > ul > li:hover > p {
  color: #de9200;
}
@media only screen and (min-width: 769px) {
  header.active .hamburger-btn:hover #nav-icon span,
  .ovh header .hamburger-btn:hover #nav-icon span {
    background-color: #de9200;
  }
}
header.active .header_top .logo,
.ovh header .header_top .logo {
  top: 0;
}

@media only screen and (min-width: 769px) {
  header:not(.active) .logo {
    top: 23px;
  }
}
.header_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1762px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.logo {
  width: 25%;
  max-width: 331px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: brightness(0) invert(1);
  position: relative;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}
.logo img {
  width: auto;
}

.right_head {
  width: 70%;
  max-width: 957px;
  padding-right: 51px;
  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: 1;
  color: #6abcff;
}
.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: -5px;
  left: calc(50% - 4.5px);
  transition: all 0.5s ease;
  filter: brightness(0) invert(1);
  /*border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0px 6px;
  width: 0;
  height: 0;*/
}
.pc_navi > ul > li.menu-item-has-children > a:hover::after,
.pc_navi > ul > li.menu-item-has-children > p:hover::after {
  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: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
  color: #ffffff;
}
.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: #008795;
  padding-bottom: 10px;
}
.pc_navi > ul .subInner ul li {
  padding: 0 10px;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  display: block;
  padding: 19px 10px 19px 28px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0px;
}
.pc_navi > ul .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-54%);
  font-size: 14px;
}

@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: 1280px;
    margin: auto;
    min-height: 100%;
    display: flex;
    align-items: center;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
}
@media only screen and (max-width: 1800px) and (min-width: 769px) {
  .right_head {
    padding-right: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .right_head {
    padding-right: 60px;
    width: 73%;
  }
  .pc_navi > ul > li > a,
  .pc_navi > ul > li p {
    font-size: 1.5vw;
  }
  .pc_navi > ul .subInner ul li a {
    font-size: 12px;
  }
  header:not(.active) .logo {
    top: 1.5vw;
  }
}
.idx_gallery {
  padding: 20px 0;
}
.idx_gallery ul {
  display: flex;
}
.idx_gallery ul li .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--main-color);
  width: 310px;
  height: 340px;
  margin: 0 10px;
}
.idx_gallery ul li .img01 {
  background-image: url(../images/idx_gallery01.jpg);
}
.idx_gallery ul li .img02 {
  background-image: url(../images/idx_gallery02.jpg);
}
.idx_gallery ul li .img03 {
  background-image: url(../images/idx_gallery03.jpg);
}
.idx_gallery ul li .img04 {
  background-image: url(../images/idx_gallery04.jpg);
}
.idx_gallery ul li .img05 {
  background-image: url(../images/idx_gallery05.jpg);
}
.idx_gallery ul li .img06 {
  background-image: url(../images/idx_gallery06.jpg);
}

.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: 49px;
  right: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 3.365px 12.557px 40px 0px rgba(42, 68, 97, 0.12);
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop .icon {
  background-color: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  border: 0px;
  width: 66px;
  height: 66px;
  margin: 0;
  transition: all 0.3s;
}
.totop .icon::before {
  transition: all 0.3s;
  position: absolute;
  content: "";
  width: 11px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/totop.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  image-rendering: pixelated;
}

@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .totop {
    bottom: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .totop:hover .icon {
    background-color: var(--main-color);
  }
  .totop:hover .icon::before {
    filter: brightness(0) invert(1);
  }
}
.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: 395px;
  right: 0px;
  z-index: 15;
  transition: right 0.3s ease-in-out;
}
.fixed_banner:hover {
  right: 0;
}
.fixed_banner > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
}
.fixed_banner > div:not(.tel):hover {
  opacity: 0.7;
}
.fixed_banner a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.fixed_banner p {
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1.2222222222;
  text-align: center;
}
.fixed_banner p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  display: block;
  width: 100%;
}
.fixed_banner .tel {
  background-color: #005d8d;
}
.fixed_banner .tel p::before {
  background-image: url("../images/shared_fixed_bnr_icon01.png");
}
.fixed_banner .tel p i {
  font-style: normal;
}
.fixed_banner .tel p span {
  writing-mode: tb-rl;
}
.fixed_banner .web {
  background-color: #ccc;
}
.fixed_banner .web p::before {
  background-image: url("../images/shared_fixed_bnr_icon02.png");
}
.fixed_banner .mail {
  background-color: #1a487f;
}
.fixed_banner .mail p::before {
  background-image: url("../images/shared_fixed_bnr_icon03.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;
    position: relative;
  }
  .fixed_banner .tel {
    padding-top: 1em;
    height: 29em;
  }
  .fixed_banner .tel p {
    padding-top: 1.2em;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-family: var(--f-en);
    font-size: 3em;
  }
  .fixed_banner .tel p::before {
    width: 0.8em;
    height: 0.8em;
    left: 0.2333em;
  }
  .fixed_banner .web p::before {
    height: 1.9333em;
  }
  .fixed_banner .mail p {
    line-height: 1.375;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding-top: 1.4375em;
    font-size: 1.6em;
  }
  .fixed_banner .mail p::before {
    width: 1.5em;
    height: 1.25em;
    top: 0;
    left: 0.8125em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 780px) {
  .fixed_banner {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-height: 900px) {
  .fixed_banner {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .fixed_banner {
    font-size: 7.5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .fixed_banner {
    transform: unset;
    top: 20%;
  }
}
.idx_banner .flex {
  justify-content: center;
}
.idx_banner p {
  margin-bottom: 0;
}
.idx_banner.st1 {
  background-color: #f7f7f7;
  padding: 70px 0;
}
.idx_banner.st1 .box {
  transition: all 0.3s;
  font-size: 10px;
  width: 40em;
  height: 16em;
  border: 1px solid #5196b6;
  background-color: #fff;
  margin: 0 2em;
  padding-left: 2.4em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.idx_banner.st1 .box::before {
  position: absolute;
  content: "";
  right: 4px;
  bottom: 4px;
  width: 11px;
  height: 11px;
  background-color: #00608d;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  transition: all 0.3s;
}
.idx_banner.st1 .box p {
  font-size: 2.4em;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #00608d;
  position: relative;
  padding-left: 5.9166667em;
  line-height: 1.5;
  transition: all 0.3s;
}
.idx_banner.st1 .box p::before {
  position: absolute;
  content: "";
  top: -1.7083333333em;
  left: 0;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.idx_banner.st1 .box.st1 p::before {
  background-image: url(../images/idx_banner1_img01.png);
}
.idx_banner.st1 .box.st2 p::before {
  background-image: url(../images/idx_banner1_img02.png);
}
.idx_banner.st1 .box.st3 p::before {
  top: -0.9583333em;
  background-image: url(../images/idx_banner1_img03.png);
}
.idx_banner .col2 {
  width: 100%;
  justify-content: center;
}
.idx_banner .col2 .box {
  max-width: 500px;
  width: calc(50% - 24px);
  margin: 0 12px;
}
.idx_banner .sm .box {
  max-width: 210px;
}

@media only screen and (min-width: 1281px) {
  .idx_banner .sm .box:nth-child(-n+5) {
    margin-bottom: 30px !important;
  }
}
@media only screen and (min-width: 769px) {
  .idx_banner.st1 .box:hover {
    border: 1px solid #315f18;
    background-color: var(--main-color);
  }
  .idx_banner.st1 .box:hover p {
    color: #fff;
  }
  .idx_banner.st1 .box:hover::before {
    background-color: #fff;
  }
  .idx_banner .box:first-child {
    margin-left: 0;
  }
  .idx_banner .box:last-child {
    margin-right: 0;
  }
  .idx_banner.st2 {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .idx_banner.st2 .box {
    margin-bottom: 25px !important;
  }
  .idx_banner .sm .box {
    max-width: 210px;
    width: calc(20% - 24px);
    margin: 0 15px;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 769px) {
  .idx_banner.st1 {
    padding: 6vw 0;
  }
  .idx_banner.st1 .box {
    font-size: 0.75vw;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx_banner .sm .box {
    margin: 0 10px;
  }
}
footer {
  padding: 82px 0 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/footer_bg.jpg);
}
footer .fblock {
  flex-direction: column;
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  color: #fff;
  text-decoration: none;
}
footer .ft_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 58px;
}
footer .ft_logo {
  padding: 0px 0 15px;
  max-width: 331px;
}
footer .ft_info {
  max-width: 435px;
  width: 41%;
}
footer .ft_info .des {
  margin-bottom: 31px;
  letter-spacing: 0.1em;
}
footer .ft_info ul li {
  color: #fff;
  display: flex;
  line-height: 1.625;
}
footer .ft_info ul span {
  display: block;
}
footer .ft_info ul .left {
  width: 5.5em;
}
footer .ft_info ul .right {
  width: calc(100% - 5.5em);
}
footer .ft_map {
  max-width: 750px;
  width: 59%;
  height: 299px;
}
footer .ft_tel {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 8px;
}
footer .ft_tel .tel_click {
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: var(--f-en);
}
footer .ft_tel .tel_click span {
  color: #fff;
  display: inline-flex;
  font-size: 0.5em;
  font-weight: 400;
  margin-right: 0.61111em;
}
footer .ft_tel .tel_click span::before {
  display: none;
}

@media only screen and (min-width: 769px) {
  footer .ft_info {
    padding-top: 18px;
  }
  footer .ft_info .des {
    font-size: 16px;
    line-height: 1.625;
  }
  footer .ft_tel {
    margin-left: 3px;
  }
}
.ft_link .link_list {
  flex-direction: row;
  align-items: flex-start;
}
.ft_link a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .ft_link .menu01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 470px;
    width: 38%;
  }
  .ft_link .menu02 {
    max-width: 695px;
    width: 60%;
  }
  .ft_link .menu_bot {
    width: 100%;
    margin-top: 2.1875em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .ft_link .menu_bot .menu02_sm {
    display: flex;
    flex-wrap: wrap;
  }
  .ft_link .menu_bot .menu02_sm:first-of-type {
    max-width: 380px;
    width: 60%;
  }
  .ft_link .menu_bot .menu02_sm:last-of-type {
    max-width: 220px;
    width: 36%;
  }
  .ft_link .menu_bot .menu02_sm ul {
    flex-flow: column wrap;
    align-content: space-between;
    width: 100%;
    max-height: 11em;
  }
}
.ft_link ul {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
}
.ft_link .ttl {
  width: 100%;
  margin-bottom: 1.06667em;
  padding-left: 0;
  font-size: 1.875em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  pointer-events: none;
}
.ft_link .ttl01 {
  width: 100%;
  margin-bottom: 14px;
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.ft_link .ttl01::before {
  display: none;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 1.03125em;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link li.last {
  margin-bottom: 29px;
}
.ft_link li:last-child {
  margin-bottom: 0;
}
.ft_link a {
  position: relative;
  padding-left: 0em;
  color: inherit;
  letter-spacing: 0.1em;
  color: #fff;
}
.ft_link a::before {
  content: "・";
  margin-left: -0.35em;
  border-radius: 100%;
  width: auto;
  height: auto;
}
.ft_link a::after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  width: calc(100% - 0.9375em);
  height: 1px;
  background-color: #fff;
  bottom: -0.3125em;
  left: 0.9375em;
}
.ft_link a:hover {
  opacity: 1;
}

.copyright {
  margin: 58px auto 0;
  color: #fff;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.copyright .flex {
  align-items: center;
  justify-content: center;
  min-height: 40px;
}
.copyright .inner_big {
  max-width: 1135px;
}
.copyright::before {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  left: calc(50% - 50vw);
  top: 0;
  opacity: 80%;
  height: 100%;
  width: 100vw;
  background-color: #0f506e;
}
.copyright .textwidget {
  display: block;
  margin-top: -1px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 20px;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 3px;
  margin-left: 23px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.copyright .textwidget p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: inherit;
  letter-spacing: 0.1em;
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 152px;
}

@media only screen and (min-width: 1281px) {
  footer .ft_link .menu01 {
    position: relative;
    left: 3px;
  }
  footer .ft_link .menu02 {
    position: relative;
    left: -13px;
  }
}
@media only screen and (min-width: 769px) {
  .ft_link .ttl {
    margin-left: -2px;
  }
  .ft_link a:hover {
    color: #fff;
  }
  .ft_link a:hover::after {
    opacity: 1;
    visibility: visible;
    background-color: #fff;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  footer .ft_info {
    width: 49%;
  }
  footer .ft_info .des {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  footer .ft_map {
    width: 52%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .ft_link {
    font-size: 1.5vw;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/