@charset "UTF-8";
:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-jp: "Noto Sans JP", sans-serif;
  --f-en: "Lato", sans-serif;
  --f-en2: "Zen Kaku Gothic Antique", sans-serif;
  --main-color: #1b5090;
  --clr1: #4e4e4e;
  --clr2: #387bcb;
  --ttl_size: 28px;
  --wrapper: 100px;
  --wrapper2: 50px;
}

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

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

.red {
  color: #ca0a0a !important;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

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

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

.wrapper {
  padding-top: calc(var(--wrapper) + var(--wrapper2));
  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: 1064px;
}

.inner_sm {
  max-width: 1020px;
}

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

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

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

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

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

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*                              General                                     */
/*==========================================================================*/
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
.TabContainer .TabContent {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.TabContainer .TabContent .content {
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
}
.TabContainer .TabContent .content > div {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
  padding: 60px 20px 50px;
}
.TabContainer .TabContent .content > div.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.TabContainer .TabPager {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px auto;
}
.TabContainer .TabPager > div {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin: 0.625em 0em 0em;
  max-width: 19.625em;
  padding: 1.025em 0.5em 1.0875em;
  width: calc(25% - 0.3125em);
  transition: all 0.3s ease;
  min-height: 5em;
  cursor: pointer;
  color: #ffffff;
  border-radius: 5px;
  background-color: #b5cdeb;
}
.TabContainer .TabPager > div:nth-child(n+5) {
  border-radius: 5px 5px 0px 0px;
}
.TabContainer .TabPager > div::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  --w: 8px;
  bottom: calc(-1 * var(--w) + 0px);
  left: calc(50% - var(--w) + 2px);
  width: 0;
  height: 0;
  border-left: calc(var(--w) - 2px) solid transparent;
  border-right: calc(var(--w) - 2px) solid transparent;
  border-top: var(--w) solid var(--clr2);
  opacity: 0;
}
.TabContainer .TabPager > div p {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 500;
}
.TabContainer .TabPager > div p span {
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .TabContainer .TabPager > div:hover {
    background-color: var(--main-color);
  }
}
.TabContainer .TabPager > div.active {
  background-color: var(--clr2);
}
.TabContainer .TabPager > div.active::before {
  opacity: 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;
}

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

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

.btn a {
  position: relative;
  text-decoration: none;
  color: #5e9fe8;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.btn a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 0.4375em;
  height: 0.625em;
  right: 0%;
  top: calc(50% - 0.3em);
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='71px' height='101px'%3E%3Cpath fill-rule='evenodd' fill='rgb(150, 200, 246)' d='M60.007,58.017 L60.006,58.016 L9.858,100.079 L0.027,91.827 L50.182,49.777 L1.021,8.543 L11.051,0.144 L70.036,49.603 L60.007,58.017 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: #96c8f6;
}
.btn a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 0;
  border-bottom: 1px solid var(--main-color);
}
@-moz-document url-prefix() {
  .btn a::before {
    /* Fire Fox */
    bottom: 0;
  }
}

.btn-group {
  font-size: 0.625em;
}
.btn-group .btn {
  font-size: 1.6em;
}
.btn-group .btn.style01 {
  width: auto;
  line-height: 1.5;
  display: table;
}
.btn-group .btn.style01 a {
  display: table;
  padding: 0.6em 2.7em 0.6em 0;
  min-width: 0em;
  line-height: 1.5;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #96c8f6;
  transition: all 0.3s;
}
.btn-group .btn.style01 a::after {
  top: calc(50% - 0.2em);
}
.btn-group .btn.style01 a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.style01 a:hover::before {
    width: 100%;
  }
}
.btn-group .btn.style01.md a {
  min-width: 8em;
}
.btn-group .btn.style02 {
  max-width: 100%;
  width: 18.6875em;
}
.btn-group .btn.style02 a {
  display: flex;
  align-items: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 2em;
  padding-left: 3.0625em;
  background-color: #eef2f8;
  border-radius: 5px;
  min-height: 3.75em;
  color: #387bcb;
  transition: all 0.3s;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.style02 a:hover {
    background-color: var(--main-color);
    color: #fff;
  }
  .btn-group .btn.style02 a:hover::after {
    background-color: #fff;
  }
}
.btn-group .btn.style02 a:hover {
  opacity: 1;
}
.btn-group .btn.style02 a::after {
  right: 1.9em;
  background-color: #387bcb;
}
.btn-group .btn.white a {
  color: #fff;
}
.btn-group .btn.white a::before {
  background-color: #d6dae1;
}
.btn-group .btn.white a::after {
  background-color: white;
}
.yt {
  margin: 0px auto;
}

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

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

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

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

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

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

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
header .ov {
  display: none;
}
header.active {
  position: fixed;
}

.header_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  padding: 5px 20px;
  height: 100%;
  height: var(--wrapper);
  transition: all 0.3s ease-in-out;
  background-color: #5992d6;
}

.h_left {
  padding-left: 1.8125em;
  max-width: 46.1875em;
  width: 59.5%;
  align-items: center;
}

.logo {
  max-width: 17.5em;
  padding-right: 1.875em;
  height: 2.75em;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo a {
  max-width: 249px;
  display: block;
  width: 100%;
  text-align: center;
}
.logo img {
  width: auto;
}

.h_text {
  color: #fff;
  margin-bottom: 0.3846em;
  padding-left: 1.8375em;
  width: calc(100% - 17.5em);
  max-width: 430px;
}
.h_text > div {
  font-size: 0.8125em;
}
.h_text p {
  margin-bottom: 0;
  letter-spacing: 0.1em;
}
.h_text .ov a {
  color: #fff;
  text-decoration: none;
}
.h_text .bot {
  justify-content: flex-start;
}
.h_text .bot span {
  display: table;
  min-width: 6.3636em;
  text-align: center;
  margin-right: 0.3636em;
  border: 1px solid;
  padding: 0.1818em 0.0909em 0.2727em;
  font-size: 0.84615em;
  border-radius: 0.3636em;
  line-height: 1;
  letter-spacing: 0;
}

.right_head {
  width: 40%;
  max-width: 54em;
  padding-right: 1.875em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.h_bnr {
  width: 100%;
  max-width: 29.125em;
}
.h_bnr p {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 14.375em;
  height: 3.75em;
  transition: all 0.3s;
}
.h_bnr p a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.h_bnr .icon {
  display: flex;
  align-items: center;
  font-family: var(--f-en2);
  font-weight: 500;
  color: var(--main-color);
  letter-spacing: 0.05em;
}
.h_bnr .icon .text {
  font-size: 1.125em;
  line-height: 1.25;
}
.h_bnr .icon::before {
  content: "";
  display: block;
  margin-right: 0.9em;
  margin-top: 0.1em;
  width: 1.25em;
  height: 1.25em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='200px' height='200px'%3E%3Cpath fill-rule='evenodd' fill='rgb(27, 80, 144)' d='M199.987,149.121 L199.987,188.401 C199.990,194.245 195.477,199.082 189.655,199.494 C184.799,199.825 180.833,200.002 177.766,200.002 C79.582,200.002 -0.003,120.413 -0.003,22.222 C-0.003,19.153 0.164,15.192 0.508,10.334 C0.916,4.519 5.760,-0.001 11.596,-0.001 L50.884,-0.001 C53.738,-0.001 56.131,2.163 56.416,5.004 C56.672,7.559 56.905,9.590 57.128,11.129 C59.335,26.543 63.860,41.531 70.549,55.590 C71.604,57.813 70.916,60.471 68.916,61.892 L44.939,79.021 C59.599,113.192 86.821,140.413 120.980,155.077 L138.090,131.145 C139.534,129.121 142.213,128.422 144.456,129.474 C158.512,136.166 173.495,140.671 188.899,142.864 C190.443,143.093 192.477,143.336 195.010,143.579 C197.846,143.873 200.002,146.258 199.998,149.121 L199.987,149.121 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);
}
.h_bnr .icon .bot {
  display: table;
  font-size: 0.611111em;
  font-family: var(--f-notosans);
  letter-spacing: 0.05em;
}
.h_bnr .tel_click {
  padding-right: 0.6em;
  background-color: #fff;
}
.h_bnr .tel_click .icon {
  --main-color: #1b5090;
}
.h_bnr .web {
  background-image: -moz-linear-gradient(0deg, rgb(149, 204, 255) 0%, rgb(95, 173, 246) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(149, 204, 255) 0%, rgb(95, 173, 246) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(149, 204, 255) 0%, rgb(95, 173, 246) 100%);
}
.h_bnr .web .icon {
  width: 8em;
  --main-color: #fff;
  font-family: var(--f-notosans);
  letter-spacing: 0.1em;
}
.h_bnr .web .icon .text {
  font-size: 1em;
}
.h_bnr .web .icon .bot {
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.1em;
  font-size: 0.6875em;
}
.h_bnr .web .icon::before {
  width: 1.3125em;
  height: 1.375em;
  margin-right: 1.15em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='42px' height='44px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M39.654,44.001 L2.333,44.001 C1.044,44.001 0.000,42.965 0.000,41.684 L0.000,9.271 C0.000,7.993 1.044,6.957 2.333,6.957 L9.330,6.957 L9.330,2.327 C9.330,1.047 10.374,0.011 11.663,0.011 C12.951,0.011 13.995,1.047 13.995,2.327 L13.995,6.957 L27.990,6.957 L27.990,2.327 C27.990,1.047 29.035,0.011 30.323,0.011 C31.611,0.011 32.656,1.047 32.656,2.327 L32.656,6.957 L37.321,6.957 L39.654,6.957 C40.942,6.957 41.986,7.993 41.986,9.271 L41.986,41.684 C41.986,42.965 40.942,44.001 39.654,44.001 ZM19.243,26.836 L15.061,22.685 C14.150,21.781 12.674,21.781 11.763,22.685 C10.852,23.590 10.852,25.053 11.763,25.959 L17.594,31.748 C18.032,32.179 18.625,32.423 19.243,32.423 C19.862,32.423 20.455,32.179 20.893,31.748 L30.223,22.486 C31.134,21.580 31.134,20.114 30.223,19.212 C29.312,18.306 27.836,18.306 26.925,19.212 L19.243,26.836 Z'/%3E%3C/svg%3E");
}

.pc_navi {
  width: 100%;
  height: var(--wrapper2);
  background-color: #fff;
}
.pc_navi > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 100%;
  margin: 0px auto;
  height: 100%;
}
.pc_navi > ul > li {
  border-left: 1px solid #e0e0e0;
  --pd: 0px 24px;
}
.pc_navi > ul > li:first-child {
  border-left: none;
}
.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 {
  padding: var(--pd);
}
.pc_navi > ul > li.menu-item-has-children > a,
.pc_navi > ul > li.menu-item-has-children > p {
  padding-right: 0.6em;
}
.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: 0.4667em;
  height: 0.2667em;
  position: absolute;
  bottom: 0.3em;
  right: -0.3em;
  transition: all 0.5s ease;
  /*border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0px 6px;
  width: 0;
  height: 0;*/
}
.pc_navi > ul > li.menu-item-has-children > a:hover::after,
.pc_navi > ul > li.menu-item-has-children > p:hover::after {
  transform: translateY(5px);
}
.pc_navi > ul > li a {
  padding: var(--pd);
}
.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: 0.9375em;
  line-height: 1;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
  color: #4e4e4e;
}
.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 > li > .subInner {
  position: absolute;
  width: 100%;
  right: 50%;
  bottom: 0;
  padding-top: 0px;
  transform: translate(50%, 100%);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  background-color: rgba(27, 80, 144, 0.95);
}
.pc_navi > ul > li > .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul > li > .subInner ul {
  padding-bottom: 10px;
}
.pc_navi > ul > li > .subInner ul li p,
.pc_navi > ul > li > .subInner ul li a {
  margin-bottom: 0;
  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.1em;
  line-height: 1.4;
}
.pc_navi > ul > li > .subInner ul li p::before,
.pc_navi > ul > li > .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  transition: all 0.2s ease;
  transform: translateY(-49%);
}
.pc_navi > ul > li > .subInner ul li a:before {
  content: "・";
  left: 0.2em;
}
.pc_navi > ul > li > .subInner ul li p::before {
  content: "›";
  left: 0.5em;
  transform: translateY(-54%);
}

@media only screen and (min-width: 769px) {
  header.active .header_top,
  .ovh header .header_top {
    height: calc(var(--wrapper) - 1.875em);
  }
  header.active .h_bnr p,
  .ovh header .h_bnr p {
    height: 3.125em;
  }
  header.active .ov,
  .ovh header .ov {
    display: block;
  }
  header.active .ov a:hover,
  .ovh header .ov a:hover {
    opacity: 1;
  }
  header.active .main,
  .ovh header .main {
    display: none;
  }
  header .h_bnr p {
    max-width: calc(50% - 0.15em);
  }
  .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%;
  }
  .pc_navi > ul .col3 > .subInner {
    font-size: min(1em, 1.3vw, 2.2vh);
    display: flex;
    align-items: center;
    padding: 4em 10px 2em;
    overflow-y: auto;
  }
  .pc_navi > ul .col3 > .subInner > ul {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 10px;
    height: 37em;
    max-height: calc(100vh - var(--wrapper));
  }
  .pc_navi > ul .col3 > .subInner > ul > li {
    padding: 0;
    margin-right: 1em;
    min-height: 16em;
    max-width: 18em;
    width: auto;
  }
  .pc_navi > ul .col3 > .subInner > ul > li:last-child {
    margin-right: 0;
  }
  .pc_navi > ul .col3 > .subInner > ul > li > a {
    padding: 0.5em 0.6em 0.5em 1.3em;
    font-size: 1em;
    font-weight: 500;
  }
  .pc_navi > ul .col3 > .subInner > ul > li > a::before {
    color: #fff;
    left: 0;
  }
  .pc_navi > ul .col3 > .subInner > ul a {
    padding-left: 0;
  }
  .pc_navi > ul .col3 > .subInner > ul li li a {
    border: none;
    padding: 0.5em 0.6em 0.5em 1.3em;
  }
  .pc_navi > ul .col3 > .subInner > ul li li a::before {
    content: "›";
    left: 0.2em;
  }
  .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: 1366px) and (max-height: 720px) {
  .pc_navi > ul .col3 > .subInner li:nth-child(n+6) .subInner {
    top: auto;
    bottom: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  :root {
    --wrapper: 90px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .header_top {
    padding: 5px;
    font-size: min(1em, 1.25vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .h_left {
    padding-left: 15px;
  }
  .right_head {
    padding-right: 15px;
  }
  .pc_navi {
    font-size: min(1em, 1.5vw);
  }
  .pc_navi > ul .subInner ul li a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 769px) and (max-height: 760px) {
  .pc_navi > ul .col3 > .subInner {
    padding: 2em 10px 0.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .pc_navi > ul .col3 > .subInner {
    overflow-y: auto;
    font-size: min(1em, 1.6vw);
  }
  .pc_navi > ul .col3 > .subInner > ul {
    height: 48em;
    max-height: 51em;
  }
  .pc_navi > ul .col3 > .subInner > ul > li {
    margin-top: 0em;
    min-height: 1em;
  }
  .pc_navi > ul .col3 > .subInner > ul > li:nth-child(2), .pc_navi > ul .col3 > .subInner > ul > li:nth-child(5) {
    min-height: 12em;
  }
}
.idx_gallery {
  position: absolute;
  top: 0;
  right: -16.7%;
  width: 64.6%;
  z-index: 1;
  height: 100%;
  pointer-events: none;
  --mask: url(../images/mv_mask.png);
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: auto 100%;
  -webkit-mask-size: auto 100%;
  mask-position: left center;
  -webkit-mask-position: left center;
}
.idx_gallery .list {
  display: flex;
}
.idx_gallery .list.l1 .img {
  padding-top: 0;
}
.idx_gallery .list .img {
  padding-top: 2em;
}
.idx_gallery .list .img img {
  overflow: hidden;
  margin: 0 1em;
  max-width: 38em;
}

.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: 25px;
  right: 25px;
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop .icon {
  background-image: url(../images/totop.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 0px;
  width: 65px;
  height: 65px;
  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;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (min-width: 769px) and (max-height: 650px) {
  .fixed_banner {
    font-size: 8.75px;
  }
  .totop .icon {
    width: 60px;
    height: 60px;
  }
}
.ft_top {
  padding: 112px 0 121px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--clr1);
  background-image: url(../images/ft_bg.jpg);
  color: #fff;
}
.ft_top .tt {
  margin-bottom: 25px;
  font-size: 1.125em;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.ft_top .tt .en {
  line-height: 1.4;
  display: block;
  font-weight: 200;
  font-size: 3.8888889em;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.ft_top .tt2 {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 1.5em;
}
.ft_top .txt {
  margin: 0px auto;
  max-width: 757px;
}
.ft_top .txt span {
  display: inline-block;
}
.ft_top .h_bnr {
  font-size: 1.625em;
  max-width: 34.6154em;
  margin: 1.9615em auto 0;
}
.ft_top .h_bnr p {
  width: 16.7692em;
  height: 3.8462em;
}
.ft_top .h_bnr a {
  padding-right: 0;
}
.ft_top .h_bnr .icon {
  width: 12.5em;
  margin-bottom: 0.3em;
}
.ft_top .h_bnr .icon::before {
  margin-top: 0.3em;
  margin-right: 1.65em;
  width: 1.15385em;
  height: 1.15385em;
}
.ft_top .h_bnr .text {
  font-size: 1.15384em;
  letter-spacing: 0.05em;
}
.ft_top .h_bnr .text .bot {
  width: 100%;
  font-weight: 400;
  font-size: 0.533333em;
  letter-spacing: 0.05em;
}
.ft_top .h_bnr .web {
  padding-right: 13.5%;
}
.ft_top .h_bnr .web .icon {
  width: 9.6538em;
}
.ft_top .h_bnr .web .icon .text {
  letter-spacing: 0.1em;
}
.ft_top .h_bnr .web .icon .bot {
  margin-top: 2px;
  font-size: 0.615384em;
}
.ft_top .h_bnr .web .icon::before {
  margin-right: 2.75em;
}

.ft_bot {
  background-color: #eef2f8;
}
.ft_bot .h_bnr {
  flex-direction: column;
}
.ft_bot .h_bnr p {
  margin-bottom: 10px;
  width: 100%;
  height: 6.25em;
}
.ft_bot .h_bnr .icon {
  font-size: 1.375em;
  width: 11em;
}
.ft_bot .h_bnr .icon::before {
  margin-top: 0.05em;
  margin-right: 1.15em;
  width: 1.0455em;
  height: 1.0455em;
}
.ft_bot .h_bnr .icon .text {
  font-size: 1.18181em;
  letter-spacing: 0.05em;
}
.ft_bot .h_bnr .icon .bot {
  margin-top: 0.1em;
  width: 100%;
  font-weight: 400;
  text-align: center;
  font-size: 0.53846em;
}
.ft_bot .h_bnr .web .icon {
  width: 11.45em;
}
.ft_bot .h_bnr .web .icon::before {
  margin-right: 2.8em;
}
.ft_bot .h_bnr .web .icon .text {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1em;
}
.ft_bot .h_bnr .web .icon .bot {
  font-size: 0.6363636em;
}
.ft_bot .wrap {
  z-index: 1;
  max-width: 1440px;
  margin: 0px auto;
  padding: 134px 0px 97px;
  position: relative;
}
.ft_bot .idx_gallery {
  position: absolute;
  left: -13.6%;
  bottom: 0px;
  font-size: 0.625em;
  top: auto;
  right: auto;
  height: auto;
  z-index: -1;
  --mask: url(../images/ft_mask.png);
  mask-position: right center;
  -webkit-mask-position: right center;
  font-size: min(0.675em, 0.8vw);
}
.ft_bot .ft_bnr {
  margin-bottom: 44px;
}
.ft_bot .ft_bnr p {
  margin-top: 10px;
}

footer {
  position: relative;
}
footer .inner {
  max-width: 1158px;
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  text-decoration: none;
}
footer .ft_logo {
  padding: 0px 0 50px;
  max-width: 406px;
}
footer .ft_logo a {
  display: table;
}
footer .ft_info {
  width: 35%;
  max-width: 327px;
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
footer .ft_info .des {
  margin-bottom: 3.6667em;
  font-size: 0.9375em;
  line-height: 1.6;
  color: #1b5090;
  letter-spacing: 0.1em;
}
footer .ft_info .des span {
  display: inline-block;
}
footer .ft_link {
  width: 60%;
  max-width: 654px;
}
.ft_link a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .ft_link .link_list > div > ul {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
  }
  .ft_link .link_list > div > ul a:hover {
    color: var(--main-color);
  }
  .ft_link .menu01 {
    width: 100%;
  }
  .ft_link .menu01 > ul {
    max-height: 9em;
  }
  .ft_link .menu01 > ul li:nth-child(1) {
    min-width: 42.5%;
  }
  .ft_link .menu01 > ul li:nth-child(4) {
    width: 21.5%;
  }
  .ft_link .menu01 > ul li:nth-child(7) {
    width: 21%;
  }
  .ft_link .menu02 {
    margin-top: 2.6em;
    width: 100%;
  }
  .ft_link .menu02 > ul {
    max-height: 65em;
  }
  .ft_link .menu02 > ul .ttl {
    min-width: 38.9%;
  }
}
.ft_link .menu02 {
  padding-top: 55px;
  border-top: 1px solid #a6c8f0;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 0.9em;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.ft_link li.ttl {
  margin-bottom: 33px;
}
.ft_link li.ttl > a {
  margin-bottom: 11px;
}
.ft_link li.ttl > a:hover {
  color: var(--clr1);
}
.ft_link li li {
  margin-bottom: 0.4688em;
}
.ft_link li li a {
  font-weight: 400;
  font-size: 0.875em;
}
.ft_link a {
  display: table;
  position: relative;
  padding-left: 0em;
  color: inherit;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--clr1);
  line-height: 1.6;
  transition: all 0.3s;
}
.ft_link a:hover {
  opacity: 1;
}

.copyright {
  margin: 0 auto 0;
  padding: 17px 0px 37px;
  position: relative;
  z-index: 1;
}
.copyright .flex {
  align-items: center;
  justify-content: flex-start;
  min-height: 40px;
}
.copyright .inner_big {
  max-width: 1135px;
}
.copyright .textwidget {
  display: block;
  margin-top: 7px;
  line-height: 20px;
  padding-bottom: 3px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.copyright .textwidget p {
  margin-bottom: 0;
  font-size: 10px;
  line-height: inherit;
  letter-spacing: 0.1em;
}
.copyright .textwidget p span {
  display: inline-block;
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
}
.copyright .grits a {
  display: table;
}
.copyright .grits img {
  max-width: 159px;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .ft_top {
    padding: calc(50px + 3vw) 0;
  }
  .ft_top .tt {
    margin-bottom: 20px;
  }
  .ft_top .h_bnr {
    font-size: min(1.625em, 2.45vw);
  }
  .ft_bot .h_bnr {
    font-size: min(1em, 1.45vw);
  }
  footer .ft_link {
    font-size: min(1em, 1.7vw);
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/