@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,600;1,600&display=swap");
/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-y: scroll !important;
  font-size: 62.5%;
  height: -webkit-fill-available;
  margin: 0 !important;
}

body {
  font-size: 1.7rem;
  font-family: YakuHanJP_Narrow, "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.03em;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  body {
    font-size: 1.53rem;
  }
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 1.44rem;
    letter-spacing: 0.01em;
    text-align: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    text-justify: inter-character;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

body.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

a.link {
  color: #009be2;
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
}

img {
  line-height: 1;
  max-width: 100%;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

button {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

span,
small {
  font-weight: inherit;
}

ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}

/* inner
-------------------------------------------------------*/
.inner,
.inner_in {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner {
  max-width: 1160px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767.98px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.inner_in {
  max-width: 1100px;
}

/* common
-------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .tel {
    pointer-events: none;
  }
}
@media print {
  body {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    background-image: none;
  }
  .tab_only,
  .sp_only {
    display: none;
  }
  .pc_none {
    display: none;
  }
}
/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* === Hambuerger Button's Style Paste Here === */
/*+++ Reset +++*/
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 42px;
  height: 26px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
}

.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 42px;
  height: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0;
}

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%;
}

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 36.77px;
  left: 8px;
}

.zdo_drawer_button.active .zdo_drawer_bar1 {
  -webkit-transform: rotate(0.7853981634rad) translateY(-50%);
          transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px;
}

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_button.active .zdo_drawer_bar3 {
  -webkit-transform: rotate(-0.7853981634rad) translateY(-50%);
          transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px);
}

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

/*+++ Default Button Color +++*/
.zdo_drawer_button {
  color: #2274a5;
}

.zdo_drawer_button .zdo_drawer_bar {
  background-color: #2274a5;
}

/* === Hambuerger Button's Style End === */
.zdo_drawer_menu .zdo_drawer_button {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 1001;
}
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 312px;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(312px);
          transform: translate(312px);
  position: fixed;
  top: 0;
  right: -480px;
  z-index: 1000;
  background-color: #fff;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  -webkit-transform: translate(0);
          transform: translate(0);
  right: 0;
}
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  -webkit-transform: translate(-312px);
          transform: translate(-312px);
  right: auto;
  left: 0;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 112px 24px;
}
.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 16px;
  margin-bottom: 15px;
}

.slider__wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .slider__wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .slider__wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.slider__wrap.swiper-initialized {
  opacity: 1;
}
.slider.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.slider .swiper-slide,
.slider .swiper-slide figure {
  height: 240px !important; /* 高さを指定 */
  width: auto !important;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .slider .swiper-slide,
  .slider .swiper-slide figure {
    height: 200px !important; /* 高さを指定 */
  }
}
@media screen and (max-width: 767px) {
  .slider .swiper-slide,
  .slider .swiper-slide figure {
    height: 120px !important; /* 高さを指定 */
  }
}
.slider .swiper-slide br,
.slider .swiper-slide figure br {
  display: none;
}
@media screen and (max-width: 767px) {
  .slider .swiper-slide br,
  .slider .swiper-slide figure br {
    display: block;
  }
}
.slider .swiper-slide img {
  width: auto;
  height: 100%;
}
.slider figure {
  position: relative;
}
.slider figure figcaption {
  color: #fff;
  line-height: 1.3;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 5px 5px;
  font-size: 1.1rem;
  text-align: right;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .slider figure figcaption {
    position: relative;
    background-color: #444;
  }
}

/* mv用
-------------------------------------------------------*/
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.slider-main .swiper-slide-active .slide-img,
.slider-main .swiper-slide-duplicate-active .slide-img,
.slider-main .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}
.slider-main .slide-img img {
  display: block;
}

.u-visually-hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  margin: -1px !important;
}

.none {
  display: none !important;
}

/* テキスト処理
-------------------------------------------------------*/
.u-line_clamp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.u-visually_hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
}

.u-justify {
  overflow-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
}

/* ul li ol dl dt dd
-------------------------------------------------------*/
dd:empty::before {
  content: "-";
}

/* リンク
-------------------------------------------------------*/
.list__image-hover li a {
  display: block;
  position: relative;
}
.list__image-hover li:not(:hover) a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* 角丸
-------------------------------------------------------*/
.radius3 {
  border-radius: 3px;
}

.radius5 {
  border-radius: 5px;
}

.radius7 {
  border-radius: 7px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

.radius50 {
  border-radius: 50px;
}

/* gmap
------------------------------------------------------------------------*/
.gmap {
  position: relative;
  height: 450px;
}

.gmap iframe,
.gmap #gmap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* youtube
------------------------------------------------------------------------*/
.youtube,
.video {
  position: relative;
  padding-bottom: 56.25%;
}

.youtube iframe,
.video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* align
------------------------------------------------------------------------*/
.u-align--left {
  text-align: left;
}

.u-align--center {
  text-align: center;
}

.u-align--right {
  text-align: right;
}

/**/
@media screen and (min-width: 1201px) {
  .pcWidth_none {
    display: none;
  }
}
@media all and (min-width: 1001px) {
  .sp_only,
  .tab_only {
    display: none;
  }
  .pcWidth_only {
    display: none;
  }
  /**/
  .pc_none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .sp_only {
    display: none;
  }
  .pc_only,
  .pcWidth_only {
    display: none;
  }
  /**/
  .tab_none {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .tab_only,
  .pc_only,
  .pcWidth_only,
  .sp_none {
    display: none;
  }
  /**/
}
.c-main {
  color: #1d4290;
}

.c-main2 {
  color: #000;
}

.c-sub {
  color: #009be2;
}

.c-sub2 {
  color: #000;
}

.c-red {
  color: #d00;
}

.c-blue {
  color: #0067c0;
}

.c-green {
  color: #4db56a;
}

.c-yellow {
  color: #f8b400;
}

.c-black {
  color: #000;
}

.c-gray {
  color: #ddd;
}

.c-white {
  color: #fff;
}

.c-ivory {
  color: #f3ecd8;
}

/* flex
-------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex.flex--alignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex.flex--alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.flex--alignEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex.flex--justStart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex.flex--justCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.flex--justEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex.flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex.inner:after {
  content: none;
}

/* 3・4列の最後を左寄せにする
 .flex::after, .flex::before {
  content: "";
  display: block;
  width: 21%;
  height: 0;
 }
 .flex::before {
  order: 1;
 }
 */
/* col
-------------------------------------------------------*/
.col1 li {
  width: 100%;
  max-width: 100%;
}
.col1 li:nth-of-type(n + 2) {
  margin-top: 30px;
}

.col2 li {
  width: 48.15%;
  max-width: 520px;
}
@media screen and (max-width: 767.98px) {
  .col2 li {
    width: 100%;
    margin-top: 30px;
  }
}

.col3 li {
  width: 31%;
  max-width: 335px;
}
@media screen and (min-width: 1001px), print {
  .col3 li:nth-of-type(n + 4) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .col3 li:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .col3 li {
    width: 100%;
    margin-top: 30px;
  }
}
.col3::before, .col3::after {
  content: "";
  display: block;
  width: 31%;
  max-width: 335px;
  height: 0;
}
.col3::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.col4 li {
  width: 22.5%;
  max-width: 243px;
}
@media screen and (min-width: 1001px), print {
  .col4 li:nth-of-type(n + 5) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .col4 li:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .col4 li {
    margin-top: 30px;
  }
}
.col4::before, .col4::after {
  content: "";
  display: block;
  width: 22.5%;
  max-width: 243px;
  height: 0;
}
.col4::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* flex_col
-------------------------------------------------------*/
.flex_col1 li {
  width: 100%;
}

.flex_col2 li {
  width: 50%;
}

.flex_col3 li {
  width: 33.3333333333%;
}

.flex_col4::before, .flex_col4::after,
.flex_col4 li {
  width: 25%;
}
.flex_col4::before, .flex_col4::after {
  content: "";
  height: 0;
}
.flex_col4::before {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* margin
-------------------------------------------------------*/
.u3 {
  margin-bottom: 3px;
}

.u5 {
  margin-bottom: 5px;
}

.u7 {
  margin-bottom: 7px;
}

.u10 {
  margin-bottom: 10px;
}

.u15 {
  margin-bottom: 15px;
}

.u20 {
  margin-bottom: 20px;
}

.u25 {
  margin-bottom: 25px;
}

.u30 {
  margin-bottom: 30px;
}

.u35 {
  margin-bottom: 35px;
}

.u40 {
  margin-bottom: 40px;
}

.u45 {
  margin-bottom: 45px;
}

.u50 {
  margin-bottom: 50px;
}

.u55 {
  margin-bottom: 55px;
}

.u60 {
  margin-bottom: 60px;
}

.u70 {
  margin-bottom: 70px;
}

.u80 {
  margin-bottom: 80px;
}

.u90 {
  margin-bottom: 90px;
}

.u100 {
  margin-bottom: 100px;
}

.u110 {
  margin-bottom: 110px;
}

.u120 {
  margin-bottom: 120px;
}

.u130 {
  margin-bottom: 130px;
}

.u140 {
  margin-bottom: 140px;
}

.u150 {
  margin-bottom: 150px;
}

.u160 {
  margin-bottom: 160px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .u3 {
    margin-bottom: 2.1px;
  }
  .u5 {
    margin-bottom: 3.5px;
  }
  .u7 {
    margin-bottom: 4.9px;
  }
  .u10 {
    margin-bottom: 7px;
  }
  .u15 {
    margin-bottom: 10.5px;
  }
  .u20 {
    margin-bottom: 14px;
  }
  .u25 {
    margin-bottom: 17.5px;
  }
  .u30 {
    margin-bottom: 21px;
  }
  .u35 {
    margin-bottom: 24.5px;
  }
  .u40 {
    margin-bottom: 28px;
  }
  .u45 {
    margin-bottom: 31.5px;
  }
  .u50 {
    margin-bottom: 35px;
  }
  .u55 {
    margin-bottom: 38.5px;
  }
  .u60 {
    margin-bottom: 42px;
  }
  .u70 {
    margin-bottom: 49px;
  }
  .u80 {
    margin-bottom: 56px;
  }
  .u90 {
    margin-bottom: 63px;
  }
  .u100 {
    margin-bottom: 70px;
  }
  .u110 {
    margin-bottom: 77px;
  }
  .u120 {
    margin-bottom: 84px;
  }
  .u130 {
    margin-bottom: 91px;
  }
  .u140 {
    margin-bottom: 98px;
  }
  .u150 {
    margin-bottom: 105px;
  }
  .u160 {
    margin-bottom: 112px;
  }
}
@media screen and (max-width: 767.98px) {
  .u3 {
    margin-bottom: 1.5px;
  }
  .u5 {
    margin-bottom: 2.5px;
  }
  .u7 {
    margin-bottom: 3.5px;
  }
  .u10 {
    margin-bottom: 5px;
  }
  .u15 {
    margin-bottom: 7.5px;
  }
  .u20 {
    margin-bottom: 10px;
  }
  .u25 {
    margin-bottom: 12.5px;
  }
  .u30 {
    margin-bottom: 15px;
  }
  .u35 {
    margin-bottom: 17.5px;
  }
  .u40 {
    margin-bottom: 20px;
  }
  .u45 {
    margin-bottom: 22.5px;
  }
  .u50 {
    margin-bottom: 25px;
  }
  .u55 {
    margin-bottom: 27.5px;
  }
  .u60 {
    margin-bottom: 30px;
  }
  .u70 {
    margin-bottom: 35px;
  }
  .u80 {
    margin-bottom: 40px;
  }
  .u90 {
    margin-bottom: 45px;
  }
  .u100 {
    margin-bottom: 50px;
  }
  .u110 {
    margin-bottom: 55px;
  }
  .u120 {
    margin-bottom: 60px;
  }
  .u130 {
    margin-bottom: 65px;
  }
  .u140 {
    margin-bottom: 70px;
  }
  .u150 {
    margin-bottom: 75px;
  }
  .u160 {
    margin-bottom: 80px;
  }
}
/* -------------------------------------------------------*/
.u-10 {
  position: relative;
  margin-bottom: -10px;
}

.u-20 {
  position: relative;
  margin-bottom: -20px;
}

.u-30 {
  position: relative;
  margin-bottom: -30px;
}

.u-40 {
  position: relative;
  margin-bottom: -40px;
}

.u-50 {
  position: relative;
  margin-bottom: -50px;
}

.u-60 {
  position: relative;
  margin-bottom: -60px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .u-10 {
    margin-bottom: -7px;
  }
  .u-20 {
    margin-bottom: -14px;
  }
  .u-30 {
    margin-bottom: -21px;
  }
  .u-40 {
    margin-bottom: -28px;
  }
  .u-50 {
    margin-bottom: -35px;
  }
  .u-60 {
    margin-bottom: -42px;
  }
}
@media screen and (max-width: 767.98px) {
  .u-10 {
    position: relative;
    margin-bottom: -5px;
  }
  .u-20 {
    position: relative;
    margin-bottom: -10px;
  }
  .u-30 {
    position: relative;
    margin-bottom: -15px;
  }
  .u-40 {
    position: relative;
    margin-bottom: -20px;
  }
  .u-50 {
    position: relative;
    margin-bottom: -25px;
  }
  .u-60 {
    position: relative;
    margin-bottom: -30px;
  }
}
/* -------------------------------------------------------*/
.t5 {
  margin-top: 5px;
}

.t7 {
  margin-top: 7px;
}

.t10 {
  margin-top: 10px;
}

.t15 {
  margin-top: 15px;
}

.t20 {
  margin-top: 20px;
}

.t25 {
  margin-top: 25px;
}

.t30 {
  margin-top: 30px;
}

.t40 {
  margin-top: 40px;
}

.t50 {
  margin-top: 50px;
}

.t60 {
  margin-top: 60px;
}

.t70 {
  margin-top: 70px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .t5 {
    margin-top: 3.5px;
  }
  .t7 {
    margin-top: 4.9px;
  }
  .t10 {
    margin-top: 7px;
  }
  .t15 {
    margin-top: 10.5px;
  }
  .t20 {
    margin-top: 14px;
  }
  .t25 {
    margin-top: 17.5px;
  }
  .t30 {
    margin-top: 21px;
  }
  .t40 {
    margin-top: 28px;
  }
  .t50 {
    margin-top: 35px;
  }
  .t60 {
    margin-top: 42px;
  }
  .t70 {
    margin-top: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .t5 {
    margin-top: 2.5px;
  }
  .t7 {
    margin-top: 3.5px;
  }
  .t10 {
    margin-top: 5px;
  }
  .t15 {
    margin-top: 7.5px;
  }
  .t20 {
    margin-top: 10px;
  }
  .t25 {
    margin-top: 12.5px;
  }
  .t30 {
    margin-top: 15px;
  }
  .t40 {
    margin-top: 20px;
  }
  .t50 {
    margin-top: 25px;
  }
  .t60 {
    margin-top: 30px;
  }
  .t70 {
    margin-top: 35px;
  }
}
/* -------------------------------------------------------*/
.t-5,
.t-10,
.t-15,
.t-20,
.t-25,
.t-30 {
  position: relative;
}

.t-5 {
  margin-top: -5px;
}

.t-10 {
  margin-top: -10px;
}

.t-15 {
  margin-top: -15px;
}

.t-20 {
  margin-top: -20px;
}

.t-25 {
  margin-top: -25px;
}

.t-30 {
  margin-top: -30px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .t-5 {
    margin-top: -3.5px;
  }
  .t-10 {
    margin-top: -7px;
  }
  .t-15 {
    margin-top: -10.5px;
  }
  .t-20 {
    margin-top: -14px;
  }
  .t-25 {
    margin-top: -17.5px;
  }
  .t-30 {
    margin-top: -21px;
  }
}
@media screen and (max-width: 767.98px) {
  .t-5 {
    margin-top: -2.5px;
  }
  .t-10 {
    margin-top: -5px;
  }
  .t-15 {
    margin-top: -7.5px;
  }
  .t-20 {
    margin-top: -10px;
  }
  .t-25 {
    margin-top: -12.5px;
  }
  .t-30 {
    margin-top: -15px;
  }
}
/* -------------------------------------------------------*/
.t0 {
  margin-top: 0 !important;
}

.l0 {
  margin-left: 0 !important;
}

.r0 {
  margin-right: 0 !important;
}

.u0 {
  margin-bottom: 0 !important;
}

.u0 img {
  vertical-align: bottom;
}

/* section
-------------------------------------------------------*/
.section--pt {
  padding-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt {
    padding-top: 50px;
  }
}

.section--pt_s {
  padding-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt_s {
    padding-top: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_s {
    padding-top: 35px;
  }
}

.section--pt_lg {
  padding-top: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt_lg {
    padding-top: 112px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_lg {
    padding-top: 80px;
  }
}

.section--pb {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb {
    padding-bottom: 50px;
  }
}

.section--pb_s {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb_s {
    padding-bottom: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_s {
    padding-bottom: 35px;
  }
}

.section--pb_lg {
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb_lg {
    padding-bottom: 112px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_lg {
    padding-bottom: 80px;
  }
}

.section--mt {
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt {
    margin-top: 50px;
  }
}

.section--mt_s {
  margin-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt_s {
    margin-top: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_s {
    margin-top: 35px;
  }
}

.section--mt_lg {
  margin-top: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt_lg {
    margin-top: 112px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_lg {
    margin-top: 80px;
  }
}

.section--mb {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb {
    margin-bottom: 50px;
  }
}

.section--mb_s {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb_s {
    margin-bottom: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_s {
    margin-bottom: 35px;
  }
}

.section--mb_lg {
  margin-bottom: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb_lg {
    margin-bottom: 112px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_lg {
    margin-bottom: 80px;
  }
}

.underLine--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffee00));
  background: linear-gradient(transparent 70%, #ffee00 70%);
}

.underLine--yellow__border {
  position: relative;
}
.underLine--yellow__border::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ffee00;
}
@media screen and (max-width: 767.98px) {
  .underLine--yellow__border::before {
    bottom: -1px;
    height: 3px;
  }
}

.underLine--blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ccff));
  background: linear-gradient(transparent 40%, #66ccff 40%);
}

.underLine--green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ffcc));
  background: linear-gradient(transparent 40%, #66ffcc 40%);
}

.underLine--red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ff9494));
  background: linear-gradient(transparent 40%, #ff9494 40%);
}

.underLine--pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #f0aeeb));
  background: linear-gradient(transparent 40%, #f0aeeb 40%);
}

.breadcrumb {
  color: #fff;
  max-width: 1200px !important;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767.98px) {
  .breadcrumb {
    padding-right: 0;
    margin: 0;
  }
}
.breadcrumb:nth-of-type(2) {
  border-top: 1px dotted rgba(255, 255, 255, 0.3);
  border-bottom: 0px dotted rgba(255, 255, 255, 0.3);
}
.breadcrumb__list {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .breadcrumb__list {
    padding-top: 3px;
    padding-bottom: 6px;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.breadcrumb__item {
  list-style: none;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .breadcrumb__item {
    font-size: 11px;
  }
}
.breadcrumb__item a {
  position: relative;
  color: #fff;
  font-weight: normal;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
.breadcrumb__item:not(:last-child):after {
  content: ">";
  position: relative;
  top: -1px;
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 767.98px) {
  .breadcrumb__item:not(:last-child):after {
    margin-left: 0.3em;
    margin-right: 0.3em;
  }
}
.breadcrumb__item:last-child a {
  pointer-events: none;
}

/* 矢印の共通パーツ
-------------------------------------------------------*/
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow-white::before, .arrow-white::after {
  color: #fff;
  border-color: #fff !important;
}

.arrow-simple::before {
  left: 4px;
  width: 5px;
  height: 1px;
  background: #1d4290;
}

.arrow-simple::after {
  left: 4px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #1d4290;
  border-right: 1px solid #1d4290;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-simple2::before {
  left: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #1d4290;
}

.arrow-triangle::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1d4290;
}

.arrow-triangle::after {
  left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}

.arrow-triangle1::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #1d4290;
  border-radius: 50%;
}

.arrow-triangle1::after {
  left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #1d4290;
}

.arrow-triangle2::before {
  width: 12px;
  height: 12px;
  border-radius: 25%;
  background: #1d4290;
}

.arrow-triangle2::after {
  left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}

.arrow-triangle3::before {
  width: 12px;
  height: 12px;
  background: #1d4290;
}

.arrow-triangle3::after {
  left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}

.arrow-ku::before {
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #1d4290;
  border-right: 1px solid #1d4290;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-ku2::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1d4290;
}

.arrow-ku2::after {
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-ku3::before {
  width: 12px;
  height: 12px;
  background: #1d4290;
}

.arrow-ku3::after {
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-ku4::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #1d4290;
  border-radius: 50%;
}

.arrow-ku4::after {
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #1d4290;
  border-right: 1px solid #1d4290;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 背景画像
-------------------------------------------------------*/
.bg-line__white, .bg-grade.bg-line::before {
  background-image: url(../../images/common/bg_line.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

.bg-line__blue {
  background-image: url(../../images/common/bg_line_blue.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 1400px;
}

/* 背景
-------------------------------------------------------*/
.bg-sub {
  background-color: #f7f7f7;
}

/* 背景
-------------------------------------------------------*/
.bg-white {
  background-color: #fff;
}

/* 背景グラデーション
-------------------------------------------------------*/
.bg-grade {
  position: relative;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#008cd3), to(#28417d));
  background: linear-gradient(to right, #008cd3, #28417d);
}
.bg-grade.bg-line::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.bg-grade.bg-line > * {
  z-index: 5;
}

/* ボーダー
-------------------------------------------------------*/
.border--t {
  border-top: 4px solid #1d4290;
}

.border--b {
  border-bottom: 4px solid #1d4290;
}

/* font
-------------------------------------------------------*/
.font-eng {
  font-family: "Barlow", YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

.font-mincho {
  font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font-gothic {
  font-family: YakuHanJP_Narrow, "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

/* title
-------------------------------------------------------*/
/* txt
-------------------------------------------------------*/
.txt__xl3 {
  font-size: 3.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xl3 {
    font-size: 3.15rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl3 {
    font-size: 2.8rem;
  }
}

.txt__xl2 {
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xl2 {
    font-size: 2.88rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl2 {
    font-size: 2.56rem;
  }
}

.txt__xl {
  font-size: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xl {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl {
    font-size: 2.4rem;
  }
}

.txt__lg {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__lg {
    font-size: 1.98rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__lg {
    font-size: 1.76rem;
  }
}

.txt__lg2 {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__lg2 {
    font-size: 2.34rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__lg2 {
    font-size: 2.08rem;
  }
}

.txt__md {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__md {
    font-size: 1.62rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__md {
    font-size: 1.44rem;
  }
}

.txt__base {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__base {
    font-size: 1.44rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__base {
    font-size: 1.28rem;
  }
}

.txt__sm {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__sm {
    font-size: 1.26rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__sm {
    font-size: 1.12rem;
  }
}

.txt__xs {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xs {
    font-size: 1.08rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xs {
    font-size: 0.96rem;
  }
}

/* capt
-------------------------------------------------------*/
.capt {
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .capt {
    font-size: 1.2rem;
  }
}
.capt_s {
  font-size: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  .capt_s {
    font-size: 1.3rem;
  }
}

/* txt_indent
-------------------------------------------------------*/
.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.txt_indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

/* txt_shadow
-------------------------------------------------------*/
.txt_shadow__wh {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

.txt_shadow__bk {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0);
}

.txt_shadow__bk_light {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);
}

/* lts
-------------------------------------------------------*/
.lts__sm {
  letter-spacing: 0.03em;
}

.lts__md {
  letter-spacing: 0.05em;
}

.lts__lg {
  letter-spacing: 0.07em;
}

.lts__xl {
  letter-spacing: 0.1em;
}

.lts__xxl {
  letter-spacing: 0.15em;
}

.ttl__data {
  letter-spacing: 0.1em;
}
.ttl__data::before {
  display: block;
  content: attr(data-eng);
  font-size: 10rem;
  font-family: "Barlow", YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .ttl__data::before {
    font-size: 6rem;
    margin-bottom: 5px;
  }
}
.ttl__data__s::before {
  font-size: 7rem;
}
@media screen and (max-width: 767.98px) {
  .ttl__data__s::before {
    font-size: 4rem;
  }
}

.ttl__data__side::before {
  display: inline-block;
  content: attr(data-eng);
  font-size: 7rem;
  font-family: "Barlow", YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-right: 20px;
}
@media screen and (max-width: 767.98px) {
  .ttl__data__side::before {
    font-size: 6rem;
  }
}

.pageTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 400px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .pageTitle {
    height: 190px;
  }
}
.pageTitle::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
}
.pageTitle img {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageTitle .ttl__data {
  position: relative;
  z-index: 5;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .pageTitle .ttl__data {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767.98px) {
  .pageTitle .ttl__data {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    bottom: -20px;
  }
}
.pageTitle .ttl__data::before {
  font-size: 8rem;
  color: #fff;
  background: none;
  margin-bottom: 40px;
  -webkit-text-fill-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .pageTitle .ttl__data::before {
    font-size: 5.2rem;
    margin-bottom: 15px;
  }
}
.pageTitle .ttl__data::after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 45px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .pageTitle .ttl__data::after {
    width: 40px;
    bottom: 33px;
  }
}
/* グラデーション
-------------------------------------------------------*/
.grade--txt {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#008cd3), to(#28417d));
  background: linear-gradient(to right, #008cd3, #28417d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grade--data {
  color: #1d4290;
}
.grade--data::before {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#008cd3), to(#28417d));
  background: linear-gradient(to right, #008cd3, #28417d);
  margin-left: auto;
  margin-right: auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ttl__underline {
  position: relative;
  border-bottom: 5px solid #f6f6f6;
}
.ttl__underline::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 70px;
  height: 5px;
  background-color: #387ccc;
}

.ttl__underline--center {
  text-align: center;
}
.ttl__underline--center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ttl__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ttl__line::before, .ttl__line::after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #0277b4;
}
.ttl__line::before {
  margin-right: 30px;
}
.ttl__line::after {
  margin-left: 30px;
}

.ttl__line2::before, .ttl__line2::after {
  width: 3px;
  height: 40px;
  background-color: #3fc1c9;
}
.ttl__line2::before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.ttl__line2::after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.ttl__line--stripe {
  white-space: nowrap;
  margin: 0 calc(50% - 50vw) 30px;
}
.ttl__line--stripe::before, .ttl__line--stripe::after {
  width: 100%;
  height: 8px;
  background-color: transparent;
  background-image: repeating-linear-gradient(-45deg, #777 0, #777 1px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
}

.ttl__accent__kakko {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ttl__accent__kakko::before, .ttl__accent__kakko::after {
  content: "";
  width: 10px;
  height: 10px;
}
.ttl__accent__kakko::before {
  margin: -30px 20px 0 0;
  border-top: 10px solid #0277b4;
  border-left: 10px solid #00a7ff;
}
.ttl__accent__kakko::after {
  margin: 0 0 -30px 20px;
  border-bottom: 10px solid #0277b4;
  border-right: 10px solid #00a7ff;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  table {
    width: 100%;
  }
}
table th {
  font-weight: 600;
}

.table-scroll::-webkit-scrollbar {
  height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}
@media screen and (max-width: 767.98px) {
  .table-scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.table-scroll table th,
.table-scroll table td {
  padding: 20px 40px;
}
.table-scroll table th {
  background-color: #f0f0f0;
  text-align: center;
  width: 20%;
  min-width: 130px;
  height: 60px;
}
.table-scroll table .head {
  background-color: #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .table-scroll table .fixed {
    position: sticky;
    height: 100%;
    left: 0;
  }
  .table-scroll table .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
  }
}

.table-col table th,
.table-col table td {
  border: none;
  padding: 20px 40px;
}
.table-col table th {
  width: 30%;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  .table-col table th,
  .table-col table td,
  .table-col table tr {
    width: 100%;
    display: block;
  }
  .table-col table th {
    width: 100%;
  }
  .table-col table td {
    padding-top: 0;
  }
}

.table-dl {
  /* sp */
}
.table-dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #b5b1b1;
}
.table-dl dt,
.table-dl dd {
  padding: 24px 0;
}
.table-dl dt {
  width: 30%;
}
.table-dl dd {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .table-dl dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    box-orient: vertical;
  }
  .table-dl dt,
  .table-dl dd {
    width: 100%;
  }
  .table-dl dd {
    padding-top: 0;
  }
}

/* figure
-------------------------------------------------------*/
.figure {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.2rem;
  margin: auto;
  padding: 3px 10px;
}
.figure figcaption.capt_bg {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.figure.reverse figcaption {
  position: absolute;
  left: 0;
  right: 0;
}

.figure__frame__stripe::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-image-source: repeating-linear-gradient(45deg, #fff 0, #fff 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
  border-width: 10px;
  border-image-slice: 10;
  border-image-repeat: round;
  border-style: solid;
}

.figure__frame__photo::before, .figure__frame__photo::after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.figure__frame__photo::before {
  top: -10px;
  right: -10px;
  border-top: 30px solid #053e62;
  border-bottom: 30px solid rgba(0, 0, 0, 0);
  border-left: 30px solid rgba(0, 0, 0, 0);
  border-right: 30px solid #053e62;
}
.figure__frame__photo::after {
  bottom: -10px;
  left: -10px;
  border-top: 30px solid rgba(0, 0, 0, 0);
  border-bottom: 30px solid #053e62;
  border-left: 30px solid #053e62;
  border-right: 30px solid rgba(0, 0, 0, 0);
}

.figure__frame__photo2::before, .figure__frame__photo2::after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 70px;
  height: 25px;
  background-color: #fff;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.figure__frame__photo2::before {
  top: -10px;
  left: -25px;
  border-bottom: 1px solid #aaa;
}
.figure__frame__photo2::after {
  bottom: -10px;
  right: -25px;
  border-top: 1px solid #aaa;
}

.figure__frame__shadow::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%);
  background-position: 0 0, 3px 3px;
  background-size: 3px 3px;
}

.figure__frame__shadow2::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%);
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
}

.wrapper-white {
  overflow: hidden;
  color: #222;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 7px;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .wrapper-white {
    padding-top: 45.5px;
    padding-bottom: 45.5px;
  }
}
@media screen and (max-width: 767.98px) {
  .wrapper-white {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.formWrap .flex li {
  margin-bottom: 5px;
}

/* form input
--------------------------------------------------------------------------------*/
.cp_ipselect,
select,
textarea,
input {
  border-radius: 5px;
  -webkit-transition: 0.3em;
  transition: 0.3em;
}

input[type=text],
textarea,
select {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-right: 0.8em;
  padding-left: 0.8em;
}
@media screen and (max-width: 767.98px) {
  input[type=text],
  textarea,
  select {
    max-width: 220px;
  }
}

input[type=text],
textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #bbb;
}

input[type=text]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 7px #006cb6;
          box-shadow: 0 0 7px #006cb6;
  border: 1px solid #006cb6;
}

textarea {
  width: 100%;
}

input::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder {
  color: #aaa;
}

input::-ms-input-placeholder {
  color: #aaa;
}

input::placeholder {
  color: #aaa;
}

input[type=submit],
input[type=reset],
input[type=button],
.btnBack {
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  background-color: #858585;
  color: #fff;
  cursor: pointer;
  border: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit] {
  background-color: #b00;
}

input[type=submit]:before {
  border: 3px solid red;
}

input[type=submit]:hover {
  background-color: #e00;
}

input[type=reset]:hover,
input[type=button]:hover,
.btnBack:hover {
  background-color: #333 !important;
}

input[type=submit][disabled] {
  background-color: #ccc;
  cursor: default;
}

.btnBack {
  background-color: #858585 !important;
}

@media screen and (max-width: 767px) {
  input[type=submit],
  input[type=reset],
  input[type=button] {
    width: 45%;
  }
  textarea,
  input {
    max-width: 90%;
  }
}
/*=======================================================================

 fotm design

========================================================================*/
.c-input-label {
  position: relative;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-input-label__radio {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.c-input-label__checkbox {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

/* ボタン
-------------------------------------------------------*/
.c-buttons {
  margin-top: 50px;
}

.c-button {
  display: inline-block;
  position: relative;
  font-weight: 600;
  text-decoration: none;
  padding: 7px 25px;
  text-align: center;
  cursor: pointer;
  min-width: 240px;
}
.c-button.arrow {
  padding-right: 40px;
}
.c-button.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
  content: "";
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 9px;
  height: 9px;
}

/* リンクボタン カラーリング
-------------------------------------------------------*/
.c-button--main {
  color: #fff;
  background-color: #1d4290;
}

.c-button--main2 {
  color: #fff;
  background-color: #000;
}

.c-button--sub {
  color: #fff;
  background-color: #009be2;
}

.c-button--sub2 {
  color: #fff;
  background-color: #000;
}

.c-button--black {
  color: #fff;
  background-color: #222;
}

.c-button--white {
  color: #222;
  background-color: #000;
}

.c-button--gray {
  color: #fff;
  background-color: #c0c0c0;
}

.c-button--red {
  color: #fff;
  background-color: #dc143c;
}

.c-button--red-light {
  color: #fff;
  background-color: #cd5c5c;
}

.c-button--red-dark {
  color: #fff;
  background-color: #8b0000;
}

.c-button--pink {
  color: #fff;
  background-color: #ff69b4;
}

.c-button--pink-light {
  color: #fff;
  background-color: #ffb6c1;
}

.c-button--pink-dark {
  color: #fff;
  background-color: #db7093;
}

.c-button--orange {
  color: #fff;
  background-color: #ff7f50;
}

.c-button--orange-light {
  color: #fff;
  background-color: #ffa07a;
}

.c-button--orange-dark {
  color: #fff;
  background-color: #ff4500;
}

.c-button--yellow {
  color: #fff;
  background-color: #ffd700;
}

.c-button--yellow-light {
  color: #fff;
  background-color: #fffacd;
}

.c-button--yellow-dark {
  color: #fff;
  background-color: #f8b400;
}

.c-button--green {
  color: #fff;
  background-color: #3cb371;
}

.c-button--green-light {
  color: #fff;
  background-color: #98fb98;
}

.c-button--green-dark {
  color: #fff;
  background-color: #008b8b;
}

.c-button--blue {
  color: #fff;
  background-color: #1e90ff;
}

.c-button--blue-light {
  color: #fff;
  background-color: #add8e6;
}

.c-button--blue-dark {
  color: #fff;
  background-color: #4169e1;
}

.c-button--perple {
  color: #fff;
  background-color: #9370db;
}

.c-button--perple-light {
  color: #fff;
  background-color: #e6e6fa;
}

.c-button--perple-dark {
  color: #fff;
  background-color: #483d8b;
}

.c-button--brown {
  color: #fff;
  background-color: #8b4513;
}

.c-button--brown-light {
  color: #fff;
  background-color: #d2b48c;
}

.c-button--brown-dark {
  color: #fff;
  background-color: #8b4513;
}

h1.description {
  font-size: 1.4rem;
  text-align: center;
  color: #1d4290;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  h1.description {
    font-size: 11px;
    font-size: 1.3414634146vw;
  }
}
@media screen and (max-width: 767.98px) {
  h1.description {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .zdo_drawer_button {
    display: none !important;
  }
}
/* header
-------------------------------------------------------*/
.l-header {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200;
}
@media screen and (max-width: 767.98px) {
  .l-header {
    top: 0;
  }
}
.l-header::before {
  display: none;
}
@media screen and (min-width: 768px), print {
  .l-header ul li a {
    color: #fff;
  }
}
/* header 相対用
-------------------------------------------------------*/
/* ナビゲーション headerの高さ
-------------------------------------------------------*/
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  height: 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px) {
  .l-header__inner {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    height: 80px;
  }
  .zdo_drawer_menu .l-header__inner {
    display: block;
  }
}
.l-header .logo,
.l-header .logo_white {
  width: 150px;
}
@media screen and (max-width: 767.98px) {
  .l-header .logo,
  .l-header .logo_white {
    width: 110px;
    margin-top: 10px;
  }
}
.l-header .logo_white {
  display: none;
}
.page-under .l-header .logo {
  display: none;
}
.page-under .l-header .logo_white {
  display: block;
}
@media screen and (min-width: 768px), print {
  .l-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: 0;
  }
  .l-header-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    list-style: none;
  }
  .l-header-menu ul li a {
    position: relative;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header-menu ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    border-radius: 5px;
  }
  .l-header-menu ul li a:hover, .l-header-menu ul li a.active {
    color: #f8b400 !important;
  }
  .l-header-menu ul li a:hover::before, .l-header-menu ul li a.active::before {
    width: 90%;
    background-color: #f8b400;
  }
}
/*
-------------------------------------------------------*/
@media screen and (min-width: 1001px), print {
  .l-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  .l-header.fixed .l-header__inner {
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .l-header.fixed .logo {
    display: block;
    width: 120px;
  }
  .l-header.fixed .logo_white {
    display: none;
  }
  .l-header.fixed ul li a {
    color: inherit;
  }
}
/*=======================================================================

 sp

========================================================================*/
@media screen and (min-width: 768px), print {
  .zdo_drawer_nav_wrapper .logo__sp {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .zdo_drawer_nav_wrapper .logo__sp {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .zdo_drawer_nav_wrapper .zdo_drawer_nav {
    margin-top: 10px;
    position: relative;
    padding: 0;
  }
  .zdo_drawer_nav_wrapper .zdo_drawer_nav::before {
    position: absolute;
    top: 0;
    margin: auto;
    content: "";
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#008cd3), to(#28417d));
    background: linear-gradient(to right, #008cd3, #28417d);
  }
  .zdo_drawer_nav_wrapper .zdo_drawer_nav li {
    position: relative;
    line-height: 1.4;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .zdo_drawer_nav_wrapper .zdo_drawer_nav li a {
    display: block;
    font-weight: 600;
    color: #1d4290;
  }
  .zdo_drawer_nav_wrapper .zdo_drawer_nav li ol {
    list-style: none;
    padding-left: 0;
  }
  .zdo_drawer_nav_wrapper .zdo_drawer_nav li ol li {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .zdo_drawer_nav_wrapper .zdo_drawer_nav li ol li::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #1d4290;
    border-right: 1px solid #1d4290;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .zdo_drawer_nav_wrapper .l-header-tel {
    position: relative;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .zdo_drawer_nav_wrapper .l-header-tel a {
    display: block;
  }
}

/*=======================================================================

 drawer

 ========================================================================*/
/* zdo_drawer
 -------------------------------------------------------*/
@media all and (min-width: 768px) {
  .zdo_drawer_button {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .zdo_drawer_bg {
    height: 100%;
  }
  .zdo_drawer_button {
    display: block;
    position: fixed;
    top: 16px !important;
    right: 9px !important;
  }
  .zdo_drawer_button::before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 56px;
    height: 62px;
  }
  .zdo_drawer_button {
    width: 36px;
    height: 20px;
  }
  .zdo_drawer_button .zdo_drawer_bar {
    width: 100%;
    height: 3px;
    border-radius: 5px;
  }
  .zdo_drawer_button.active .zdo_drawer_bar {
    width: 29px;
  }
  /* メニューテキスト */
  .zdo_drawer_text {
    position: absolute;
    font-size: 10px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }
  body.open {
    overflow: hidden;
  }
  .zdo_drawer_menu {
    /* 展開時 */
  }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper {
    width: 90% !important;
    max-width: 480px;
    padding-top: 10px;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translate(480px);
            transform: translate(480px);
  }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper .zdo_drawer_nav {
    padding-top: 0;
  }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper .zdo_drawer_nav_inner {
    width: 100%;
    height: 100%;
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
    overflow-y: scroll;
  }
  .zdo_drawer_nav_title {
    text-align: left;
  }
  .zdo_drawer_nav_title a {
    padding-left: 10px;
  }
}
.l-main {
  display: block;
  overflow: hidden;
}

/* 対応エリア
-------------------------------------------------------*/
.serviceArea-section {
  position: relative;
  height: 720px;
  background-color: #edf8fd;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .serviceArea-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 767.98px) {
  .serviceArea-section {
    height: 640px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
}
.serviceArea-section .inner {
  z-index: 10;
  max-width: 1260px;
}
.serviceArea-section .heading {
  position: relative;
  margin-bottom: -10px;
}
.serviceArea-section .heading .ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .serviceArea-section .heading .ttl {
    margin-left: auto;
    margin-right: auto;
  }
}
.serviceArea-section .heading .copy {
  font-weight: 600;
  margin-top: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .serviceArea-section .heading .copy {
    margin-top: 21px;
  }
}
@media screen and (max-width: 767.98px) {
  .serviceArea-section .heading .copy {
    margin-top: 15px;
  }
}
.serviceArea__block {
  z-index: 5;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 40px;
  margin-top: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .serviceArea__block {
    padding: 20px 28px;
    margin-top: 42px;
  }
}
@media screen and (max-width: 767.98px) {
  .serviceArea__block {
    padding: 20px 20px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.serviceArea__map {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 720px;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .serviceArea__map {
    padding-top: 180px;
  }
}
.serviceArea__map picture,
.serviceArea__map img {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .serviceArea__map picture,
  .serviceArea__map img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.serviceArea__capt {
  z-index: 5;
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 17px 30px;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .serviceArea__capt {
    padding: 17px 21px;
  }
}
@media screen and (max-width: 767.98px) {
  .serviceArea__capt {
    bottom: 20px;
    right: 20px;
    padding: 10px 15px;
  }
}
.serviceArea__capt p {
  display: inline-block;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .serviceArea__capt p {
    display: block;
    text-align: left;
  }
}
.serviceArea__capt p + p {
  margin-left: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .serviceArea__capt p + p {
    margin-left: 0;
  }
}

/* CONTACT US
-------------------------------------------------------*/
.contact-us-section {
  position: relative;
  padding-top: 80px;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .contact-us-section {
    padding-top: 56px;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-us-section {
    padding-top: 30px;
  }
}
.contact-us-section .inner {
  max-width: 1260px;
}
.contact-us-section .inner .heading .ttl {
  background-image: url(../../images/common/contact-us_title_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 180px;
  padding-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .contact-us-section .inner .heading .ttl {
    background-size: 126px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-us-section .inner .heading .ttl {
    background-size: 90px;
    padding-top: 50px;
  }
}
.contact-us-section .inner .heading .copy {
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .contact-us-section .inner .heading .copy {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.contact-us-section .content .contact--mail, .contact-us-section .content .contact--tel {
  position: relative;
  width: 50%;
  min-height: 450px;
  background-color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .contact-us-section .content .contact--mail, .contact-us-section .content .contact--tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: 260px;
    padding: 0;
  }
}
.contact-us-section .content .contact--mail::before, .contact-us-section .content .contact--tel::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.contact-us-section .content .contact--mail > *, .contact-us-section .content .contact--tel > * {
  z-index: 5;
  position: relative;
}
.contact-us-section .content .contact--mail .ttl, .contact-us-section .content .contact--tel .ttl {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .contact-us-section .content .contact--mail .ttl, .contact-us-section .content .contact--tel .ttl {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-us-section .content .contact--mail .ttl, .contact-us-section .content .contact--tel .ttl {
    font-size: 1.92rem;
  }
}
.contact-us-section .content .contact--mail {
  background-image: url(../../images/common/contact-us_mail_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.contact-us-section .content .contact--mail::before {
  background-color: rgba(51, 153, 204, 0.8);
}
.contact-us-section .content .contact--mail .btn {
  width: 90%;
  max-width: 510px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 7px;
}
.contact-us-section .content .contact--tel {
  color: #fff;
  background-image: url(../../images/common/contact-us_tel_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.contact-us-section .content .contact--tel::before {
  background-color: rgba(13, 106, 177, 0.8);
}
.contact-us-section .content .contact--tel .tel {
  font-size: 6rem;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .contact-us-section .content .contact--tel .tel {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-us-section .content .contact--tel .tel {
    font-size: 4.5rem;
  }
}
.contact-us-section .content .contact--tel .tel small {
  font-size: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .contact-us-section .content .contact--tel .tel small {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-us-section .content .contact--tel .tel small {
    font-size: 2.4rem;
  }
}

/*=======================================================================

 footer

========================================================================*/
.l-footer {
  position: relative;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .l-footer {
    padding-bottom: 57px;
  }
  .page-contact .l-footer {
    padding-bottom: 0;
  }
}
.l-footer .inner {
  z-index: 5;
  position: relative;
  max-width: 840px;
}
.l-footer .logo {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .l-footer .logo {
    width: 60%;
    padding-right: 20px;
  }
}
.l-footer .address {
  font-size: 1.6rem;
  margin-top: 40px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .l-footer .address {
    font-size: 1.44rem;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .address {
    font-size: 1.28rem;
    margin-top: 10px;
  }
}
.l-footer__inner {
  position: relative;
  background-image: url(../../images/common/bg_footer.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  .l-footer__inner {
    background-image: url(../../images/common/sp/bg_footer_sp.jpg);
  }
}
.l-footer__inner::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
  pointer-events: none;
}
.l-footer__contact {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767.98px) {
  .l-footer__contact {
    padding-bottom: 40px;
  }
}
.l-footer__contact .tel {
  font-size: 5.6rem;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .l-footer__contact .tel {
    font-size: 4.68rem;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__contact .tel {
    font-size: 4.16rem;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.l-footer__contact .tel small {
  font-size: 40%;
}
.l-footer__contact .mail {
  width: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .l-footer__contact .mail {
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__contact {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__contact__block {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .l-footer__contact__block {
    width: 100%;
  }
}
.l-footer__contact__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.l-footer__contact--mail::before {
  background-color: rgba(51, 153, 204, 0.8);
}
.l-footer__contact--tel::before {
  background-color: rgba(13, 106, 177, 0.8);
}
.l-footer__nav {
  text-align: left;
}
.l-footer__nav > div:nth-of-type(1) {
  width: 54%;
}
.l-footer__nav > div:nth-of-type(2) {
  width: 25%;
}
.l-footer__nav > div:nth-of-type(3) {
  width: 21%;
}
@media screen and (max-width: 767.98px) {
  .l-footer__nav > * {
    width: 100% !important;
    margin-top: 15px;
  }
}
.l-footer__nav a {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.l-footer__nav a:hover {
  text-decoration: underline;
}
.l-footer__nav h6 {
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 0;
}
.l-footer__nav ul {
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .l-footer__nav ul {
    margin-top: 0;
  }
}
.l-footer__nav ul li {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__nav ul li {
    line-height: 1.2;
    min-width: 40%;
    margin-top: 5px;
  }
}
.l-footer .copyright {
  font-size: 12px;
  letter-spacing: 0.1em;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media screen and (max-width: 767.98px) {
  .l-footer .copyright {
    font-size: 10px;
  }
}

/* 固定ナビ
-------------------------------------------------------*/
/* 固定ボタン
-------------------------------------------------------*/
.fixedBtn > * {
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .fixedBtn .sp_only {
    display: none !important;
  }
}
.fixedBtn a {
  color: #fff !important;
  font-weight: 600;
}
.fixedBtn .contact--tel a {
  background-color: #1d4290;
}
.fixedBtn .contact--mail a {
  background-color: #f8b400;
}
.fixedBtn .contact--line a {
  background-color: #06c656;
}

@media screen and (min-width: 768px), print {
  .fixedBtn {
    z-index: 15;
    position: fixed;
    top: 150px;
    right: 0px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1000.98px) {
  .fixedBtn {
    top: 100px;
  }
}
@media screen and (min-width: 768px), print {
  .fixedBtn a {
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1000.98px) {
  .fixedBtn a {
    width: 50px;
  }
}
@media screen and (min-width: 768px), print {
  .fixedBtn a .icon {
    width: 60px;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1000.98px) {
  .fixedBtn a .icon {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 768px), print {
  .fixedBtn a p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; /* 縦書き */
    text-orientation: upright; /* 英数字 */
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1000.98px) {
  .fixedBtn a p {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px), print {
  .fixedBtn .contact--line {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .fixedBtn {
    z-index: 150;
    position: fixed;
    bottom: 0;
    right: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fixedBtn > * {
    width: 33.3333333333%;
  }
  .fixedBtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2px;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .fixedBtn a {
    height: 58px;
  }
}
@media screen and (max-width: 767.98px) {
  .fixedBtn a .icon {
    width: 36px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .fixedBtn a p {
    font-size: 1.3rem;
    position: relative;
    top: -3px;
  }
}
.service-section .heading {
  position: relative;
  margin-bottom: -10px;
}
.service-section .heading .copy {
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .service-section .heading .copy {
    line-height: 1.6;
  }
}
.service-section .heading .copy2 {
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .service-section .heading .copy2 {
    font-weight: 500;
    letter-spacing: 0.02em;
    text-align: left;
  }
}
@media screen and (max-width: 767.98px) {
  .service-section .heading .copy2 + .copy2 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .service-section .heading .copy2 br {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .service-section .heading + .service-block {
    margin-top: 35px !important;
  }
}
.service-section .service-block {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  padding: 10px;
  margin-top: 50px;
  border-radius: 7px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .service-section .service-block {
    width: 100%;
    max-width: 720px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .service-section .service-block {
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-top: 40px;
    padding: 0;
  }
}
.service-section .service-block .figure {
  position: relative;
  width: 50.9259259259%;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .service-section .service-block .figure {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .service-section .service-block .figure {
    width: 100%;
  }
}
.service-section .service-block .figure::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  outline-offset: -9px;
  outline: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767.98px) {
  .service-section .service-block .figure::before {
    display: none;
  }
}
.service-section .service-block .txtArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 49.0740740741%;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 1001px), print {
  .service-section .service-block .txtArea {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .service-section .service-block .txtArea {
    width: 100%;
    padding: 20px 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .service-section .service-block .txtArea {
    width: 100%;
    padding: 20px 25px;
  }
}
.service-section .service-block .txtArea > * {
  width: 100%;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .service-section .service-block .txtArea > * {
    max-width: 100%;
  }
}
.service-section .service-block .txtArea .ttl {
  position: relative;
  line-height: 1.5;
  color: #1d4290;
  padding-top: 50px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .service-section .service-block .txtArea .ttl {
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .service-section .service-block .txtArea .ttl {
    font-size: 2rem;
    padding-top: 0;
    padding-bottom: 14px;
    margin-bottom: 15px;
  }
}
.service-section .service-block .txtArea .ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 45px;
  height: 1px;
  background-color: #999;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .service-section .service-block .txtArea .ttl::before {
    width: 30px;
  }
}
.service-section .service-block .txtArea .copy {
  color: #222;
}
.service-section .service-block .btn_more {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .service-section .service-block .btn_more {
    width: 240px;
    margin: auto;
    margin-bottom: -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .service-section .service-block .btn_more {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .service-section .service-block .btn_more {
    width: 200px;
    margin-top: 25px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
.service-section .service-block .btn_more a {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-weight: bold;
  font-weight: 600;
  text-decoration: none;
  min-width: auto;
  color: #fff;
  padding: 6px 25px 5px;
  text-align: center;
  pointer-events: all;
}
@media screen and (max-width: 767.98px) {
  .service-section .service-block .btn_more a {
    padding: 6px 25px 4px;
  }
}
.service-section .service-block .btn_more a::after {
  right: 18px;
}

.content-section + .content-section {
  margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .content-section + .content-section {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767.98px) {
  .content-section + .content-section {
    margin-top: 40px;
  }
}
.content-section .inner {
  z-index: 2;
  position: relative;
  max-width: 1060px;
}
.heading + .content-section {
  margin-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .heading + .content-section {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767.98px) {
  .heading + .content-section {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .content-section__main + p + p,
  .content-section__main + p + p + p {
    margin-top: 1em;
  }
}
.content-section .content-block + .content-block {
  margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .content-section .content-block + .content-block {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767.98px) {
  .content-section .content-block + .content-block {
    margin-top: 50px;
  }
}
.content-section .content-block .content .copy {
  font-weight: 600;
  line-height: 1.7;
}
.content-section .content-block .content .copy2 {
  font-weight: 600;
  text-align: center;
}
.content-section .content-block .content .figure {
  position: relative;
  width: 50.9259259259%;
}
@media screen and (max-width: 767.98px) {
  .content-section .content-block .content .figure {
    width: 100%;
  }
}
.content-section .content-block .content .figure::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  outline-offset: -9px;
  outline: 1px solid rgba(255, 255, 255, 0.5);
}
.content-section .content-block .content .txtArea {
  width: 49.0740740741%;
}
@media screen and (max-width: 767.98px) {
  .content-section .content-block .content .txtArea {
    width: 100%;
  }
}
.content-section .content-block .content .txtArea > * {
  width: 100%;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}
.content-section .content-block .content .txtArea .ttl {
  position: relative;
  line-height: 1.5;
  color: #1d4290;
  margin-bottom: 25px;
  padding-bottom: 25px;
  text-align: center;
}
.content-section .content-block .content .txtArea .ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 45px;
  height: 1px;
  background-color: #999;
  margin: auto;
}
.content-section .content-block .content .txtArea .copy {
  color: #222;
}

/*=======================================================================

 TOP

========================================================================*/
/*
-------------------------------------------------------*/
.top-kv {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.top-kv .txtArea {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 140px;
  left: 20px;
  line-height: 1.4;
  height: 250px;
  color: #1d4290;
  background-color: #fff;
  padding-top: 5px;
  padding-left: 100px;
  padding-right: 40px;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .top-kv .txtArea {
    padding-left: 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .top-kv .txtArea {
    top: 70px;
    left: 0;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 15px;
  }
}
.top-kv .txtArea .shoulder {
  font-size: 4.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .top-kv .txtArea .shoulder {
    font-size: 3.78rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-kv .txtArea .shoulder {
    font-size: 2.2rem;
  }
}
.top-kv .txtArea .shoulder small {
  font-size: 66.6666666667%;
}
.top-kv .txtArea .shoulder strong {
  font-size: 150%;
}
.top-kv .txtArea .copy {
  font-size: 4.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .top-kv .txtArea .copy {
    font-size: 4.14rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-kv .txtArea .copy {
    font-size: 2rem;
  }
}
.top-kv .slider-main {
  overflow: hidden;
  width: calc(100% - 100px);
  height: 90vh;
  min-height: 970px;
  margin-left: auto;
  margin-right: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .top-kv .slider-main {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-kv .slider-main {
    width: calc(100% - 30px);
    height: 460px;
    min-height: auto;
    margin-top: 20px;
  }
}
.top-kv .slider-main .slide-img {
  height: 90vh;
  min-height: 970px;
}
@media screen and (max-width: 767.98px) {
  .top-kv .slider-main .slide-img {
    height: 460px;
    min-height: auto;
  }
}
.top-kv .slider-main .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .top-kv .slider-main .swiper-slide {
    overflow: hidden;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
.top-kv .bnr {
  z-index: 100;
  position: absolute;
  bottom: 25px;
  left: 130px;
  width: 50%;
  max-width: 515px;
  -webkit-box-shadow: 4px 4px 0 0 rgba(255, 255, 255, 0.3);
          box-shadow: 4px 4px 0 0 rgba(255, 255, 255, 0.3);
  margin: auto;
  border-radius: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .top-kv .bnr {
    left: 55px;
  }
}
@media screen and (max-width: 767.98px) {
  .top-kv .bnr {
    position: relative;
    bottom: -20px;
    left: 0;
    right: 0;
    width: auto;
    margin-left: -7px;
    margin-right: -13px;
  }
}

/* 私達は
-------------------------------------------------------*/
.top-about {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .top-about {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .top-about {
    padding-top: 60px;
    padding-bottom: 50px;
    text-align: center;
  }
}
.top-about .ttl {
  line-height: 1.55;
}
@media screen and (max-width: 767.98px) {
  .top-about .ttl {
    font-size: 1.75rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.top-about__logo {
  width: 65%;
  max-width: 360px;
  margin: auto;
}
@media screen and (min-width: 1001px), print {
  .top-about__logo {
    position: absolute;
    top: 46%;
    right: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .top-about__logo {
    position: relative;
    padding-right: 0px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .top-about__logo {
    position: relative;
    padding-right: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.top-about p {
  margin-top: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .top-about p {
    margin-top: 17.5px;
  }
}
@media screen and (max-width: 767.98px) {
  .top-about p {
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 0;
  }
}

/* トップスライダー
-------------------------------------------------------*/
/* 事業紹介
-------------------------------------------------------*/
.top-service .heading {
  text-align: center;
}
.top-service .heading .copy {
  margin-top: 35px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .top-service .heading .copy {
    margin-top: 24.5px;
  }
}
@media screen and (max-width: 767.98px) {
  .top-service .heading .copy {
    font-size: 1.7rem;
    margin-top: 17.5px;
  }
}

/* 許認可一覧
-------------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  .top-license .ttl {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .top-license .ttl::before {
    display: block;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
/* お知らせ
-------------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  .top-news .news__btn {
    width: 240px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .top-news .news__btn a {
    display: block;
    width: 100%;
  }
}
.top-news .news__btn a::after {
  left: auto !important;
  right: 20px;
}
@media screen and (max-width: 767.98px) {
  .top-news .ttl {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .top-news .ttl::before {
    display: block;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-news .news-block {
  background-color: #fff;
  padding: 45px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .top-news .news-block {
    padding: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .top-news .news-block {
    padding: 20px 25px;
  }
}
.top-news .news-block__wrap {
  overflow: hidden;
  margin-top: 20px;
}
.top-news .news-block + .news-block {
  margin-top: 4px;
}
.top-news .news-block dl {
  width: 100%;
}
.top-news .news-block dl + dl {
  padding-top: 30px;
  border-top: 1px dashed #ddd;
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .top-news .news-block dl + dl {
    padding-top: 15px;
    margin-top: 15px;
  }
}
.top-news .news-block dt {
  width: 170px;
}
@media screen and (max-width: 767.98px) {
  .top-news .news-block dt {
    width: 100%;
  }
}
.top-news .news-block dd {
  width: calc(100% - 170px);
}
@media screen and (max-width: 767.98px) {
  .top-news .news-block dd {
    width: 100%;
    margin-top: 5px;
  }
}

/* 会社案内
-------------------------------------------------------*/
.top-company > * {
  width: 50%;
  height: 800px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .top-company > * {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .top-company > * {
    width: 100%;
    height: 320px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .top-company .flexL {
    height: 400px;
  }
}
@media screen and (max-width: 767.98px) {
  .top-company .flexL {
    height: 300px;
  }
}
.top-company .flexL img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-company .flexR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .top-company .flexR {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.top-company .flexR .ttl__data::before {
  font-size: 7rem;
}
@media screen and (max-width: 767.98px) {
  .top-company .flexR .ttl__data::before {
    font-size: 5.6rem;
  }
}
.top-company .flexR .copy {
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .top-company .flexR .copy {
    margin-top: 28px;
    margin-bottom: 31.5px;
  }
}
@media screen and (max-width: 767.98px) {
  .top-company .flexR .copy {
    margin-top: 20px;
    margin-bottom: 22.5px;
  }
}
/*=======================================================================

 事業紹介

========================================================================*/
.page-service .service-section .wrap + .wrap {
  margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .page-service .service-section .wrap + .wrap {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-service .service-section .wrap + .wrap {
    margin-top: 40px;
  }
}
.page-service .service-section .heading {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .page-service .service-section .heading {
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-service .service-section .heading {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-service .service-section .heading .copy {
    font-size: 2rem;
    letter-spacing: 0.03em;
  }
}
.page-service .service-section .heading .ttl {
  position: relative;
  color: #1d4290;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  padding-bottom: 2rem;
  background-image: repeating-linear-gradient(-45deg, transparent 0 3px, #1d4290 3px 6px);
  background-repeat: no-repeat;
  background-size: 100% 0.5rem;
  background-position: bottom;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .page-service .service-section .heading .ttl {
    font-size: 1.6rem;
    padding-bottom: 1.5rem;
  }
}

/* service-detail
-------------------------------------------------------*/
/* service-detail-about
-------------------------------------------------------*/
.service-detail-about .content-section__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .service-detail-about .content-section__main {
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 767.98px) {
  .service-detail-about .content-section__main {
    margin-bottom: 15px;
  }
}
.service-detail-about .content-section__main .flexL {
  width: 47%;
}
@media screen and (max-width: 767.98px) {
  .service-detail-about .content-section__main .flexL {
    width: 100%;
  }
}
.service-detail-about .content-section__main .flexR {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .service-detail-about .content-section__main .flexR {
    width: 100%;
    margin-top: 20px;
  }
}
.service-detail-about .content-section__main .flexR .copy {
  color: #1d4290;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .service-detail-about .content-section__main .flexR .copy {
    text-align: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    text-justify: inter-character;
    word-wrap: break-word;
    overflow-wrap: break-word;
    letter-spacing: -0.02em;
  }
  .service-detail-about .content-section__main .flexR .copy br {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .service-detail-about .content-section__main .flexR .copy {
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
}
.service-detail-about p {
  line-height: 2;
}
.service-detail-about p + p {
  margin-top: 1em;
}

/* 作業事例
-------------------------------------------------------*/
.service-detail-case .case ul li {
  max-width: 460px;
}
@media screen and (min-width: 1001px), print {
  .service-detail-case .case ul li:nth-of-type(n + 3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .service-detail-case .case ul li {
    width: 100%;
  }
  .service-detail-case .case ul li:first-child {
    margin-top: 0;
  }
}

/* 主な業務実績
-------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .service-detail-work .work ul.col2 li {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .service-detail-work .work ul.col2 li {
    margin-top: 10px;
    line-height: 1.5;
  }
  .service-detail-work .work ul.col2 li:first-child {
    margin-top: 0;
  }
}

/* 作業風景
-------------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  .service-detail-scene .scene ul.col3 li {
    width: 48%;
  }
}
.service-detail-scene .scene ul li {
  margin-top: 0;
}
@media screen and (min-width: 768px), print {
  .service-detail-scene .scene ul li:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .service-detail-scene .scene ul li:nth-child(n+3) {
    margin-top: 12px;
  }
}

/*=======================================================================

 COMPANY

========================================================================*/
.page-company .company-main__inner {
  max-width: 1260px;
}
.page-company .company-main .ttl {
  font-size: 3rem;
  font-weight: 600;
  color: #1d4290;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .page-company .company-main .ttl {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page-company .company-main .ttl {
    font-size: 2.2rem;
  }
}
.page-company .company-main .ttl-sub {
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .page-company .company-main .ttl-sub {
    font-size: 1.98rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page-company .company-main .ttl-sub {
    font-size: 1.76rem;
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .page-company .company-main .txt__lg {
    font-size: 1.6rem;
    text-align: center;
  }
}
.page-company .content-section {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .page-company .content-section {
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-company .content-section {
    padding-bottom: 40px;
  }
}
.page-company .table-scroll {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.page-company .table-scroll th {
  background-color: #edf8fd;
}
@media screen and (max-width: 767.98px) {
  .page-company .table-col {
    border-top: 1px solid #ddd;
  }
}
.page-company .table-col th,
.page-company .table-col td {
  height: auto;
  padding: 20px 40px;
  border-bottom: 1px dashed #ddd;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .page-company .table-col th,
  .page-company .table-col td {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-company .table-col th,
  .page-company .table-col td {
    padding: 10px 17px;
  }
}
.page-company .table-col th {
  background-color: #edf8fd;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .page-company .table-col th {
    text-align: left !important;
    border-bottom: 0px dashed #ddd;
  }
}
@media screen and (max-width: 767.98px) {
  .page-company .table-col td {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
}

/* ナビゲーション
-------------------------------------------------------*/
.navList {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.navList ul {
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .navList ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.navList ul li {
  width: 15.8333333333%;
  max-width: 180px;
}
@media screen and (max-width: 767.98px) {
  .navList ul li {
    width: 30%;
    margin-left: 1.2%;
    margin-right: 1.2%;
  }
  .navList ul li:nth-of-type(n + 4) {
    margin-top: 10px;
  }
}
.navList ul li a {
  display: block;
  color: #1d4290;
  background-color: #fff;
  border: 1px solid #fff;
  font-weight: 600;
  text-align: center;
  padding: 4px 3px 3px 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1001px), print {
  .navList ul li a:hover {
    color: #fff;
    background-color: #1d4290;
  }
}
@media screen and (max-width: 767.98px) {
  .navList ul li a {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 1.3rem;
  }
}

.company-news {
  color: #1d4290;
  background-color: #edf8fd;
  padding: 25px 40px;
  border: 2px solid #1d4290;
}
@media screen and (max-width: 767.98px) {
  .company-news {
    padding: 15px 20px;
  }
}
.company-news p {
  margin-top: 7px;
}

/* ごあいさつ
-------------------------------------------------------*/
.company-greeting p {
  font-size: 1.82rem;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .company-greeting p {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

/* 環境経営方針
  -------------------------------------------------------*/
.company-policy ol {
  padding-left: 0;
}
@media screen and (max-width: 767.98px) {
  .company-policy ol {
    padding-left: 0;
  }
}
.company-policy ol li {
  margin-top: 15px;
  list-style-position: inside;
  margin-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.6;
}
.company-policy .policy-sdgs {
  position: relative;
}
.company-policy .policy-sdgs .txt__lg {
  width: calc(100% - 120px);
}
@media screen and (max-width: 767.98px) {
  .company-policy .policy-sdgs .txt__lg {
    width: 100%;
    margin-bottom: 15px;
  }
}
.company-policy .policy-sdgs .logo_sdgs {
  width: 100px;
  margin: auto;
}
@media screen and (min-width: 768px), print {
  .company-policy .policy-sdgs .logo_sdgs {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.company-policy .policy-enactment {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
}
.company-policy .policy-sign {
  text-align: right;
  margin-top: 30px;
  letter-spacing: 0.08em;
}
.company-policy .policy-sign small {
  font-size: 65%;
  margin-right: 20px;
}
.company-policy .policy-sign-img {
  width: 60%;
  max-width: 238px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .company-policy .policy-sign-img {
    margin-top: 20px;
  }
}
.company-policy .policy-ecoaction21 .list .list-item {
  width: 160px;
  border: 2px solid #ccc;
}
@media screen and (min-width: 1001px), print {
  .company-policy .policy-ecoaction21 .list .list-item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .company-policy .policy-ecoaction21 .list .list-item:hover {
    border: 2px solid #1d4290;
  }
}
@media screen and (max-width: 767.98px) {
  .company-policy .policy-ecoaction21 .list .list-item {
    width: 32%;
  }
}
.company-policy .policy-ecoaction21 .list .list-item a {
  display: block;
}

/* 会社概要
-------------------------------------------------------*/
.company-outline {
  /*
  .table-scroll {
    th,
    td {
      border-bottom: 1px dashed #ddd;
    }
    th {
      min-width: 210px;
    }
    td {
      text-align: left;
    }
    @include mq(bw, sp, tab) {
    }
    @include mq(max, sp) {
      th,
      td {
        min-width: auto;
        display: block;
        width: 100%;
        padding: 10px 20px;
      }
    }
  }
  */
}
@media screen and (max-width: 767.98px) {
  .company-outline {
    padding-bottom: 0 !important;
  }
}
.company-outline .gmap {
  max-width: 1000px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .company-outline .gmap {
    position: relative;
    height: 300px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* 保有車両一覧
-------------------------------------------------------*/
.company-vehicle .vehicleList__photo ul li {
  max-width: 480px;
}
@media screen and (min-width: 1001px), print {
  .company-vehicle .vehicleList__photo ul li:nth-of-type(n + 3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .company-vehicle .vehicleList__photo ul li:first-child {
    margin-top: 0;
  }
}
.company-vehicle .vehicleList__photo ul li figure figcaption {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  padding: 40px 15px 8px;
  text-shadow: 0px 0px 5px rgb(0, 0, 0);
}
@media screen and (max-width: 767.98px) {
  .company-vehicle .vehicleList__photo ul li figure figcaption {
    font-size: 1.44rem;
  }
}
.company-vehicle .vehicleList__txt ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 35px;
  border-bottom: 1px dashed #ddd;
  vertical-align: baseline;
}
@media screen and (min-width: 768px), print {
  .company-vehicle .vehicleList__txt ul li:nth-of-type(4n + 1), .company-vehicle .vehicleList__txt ul li:nth-of-type(4n + 2) {
    background-color: #edf8fd;
  }
}
@media screen and (max-width: 767.98px) {
  .company-vehicle .vehicleList__txt ul li {
    padding: 10px 15px;
    margin-top: 0;
  }
  .company-vehicle .vehicleList__txt ul li:nth-of-type(odd) {
    background-color: #edf8fd;
  }
}
.company-vehicle .vehicleList__txt ul li span {
  margin-left: auto;
  margin-right: 0;
  line-height: 1;
}
.company-vehicle .vehicleList__txt ul li span .font-eng {
  font-size: 160%;
  font-weight: normal;
  margin-right: 3px;
}

/* 許認可一覧
-------------------------------------------------------*/
.company-license .table-scroll th,
.company-license .table-scroll td {
  height: auto;
  padding: 10px 20px;
  text-align: center;
  border-bottom: 1px dashed #ddd;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .company-license .table-scroll th,
  .company-license .table-scroll td {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .company-license .table-scroll th,
  .company-license .table-scroll td {
    padding: 8px 20px;
    min-width: auto;
    font-size: 1.4rem;
  }
}
.company-license .table-scroll thead th {
  border-bottom: 2px solid #ddd;
}
.company-license .table-scroll tbody th {
  width: 28%;
}
.company-license .table-scroll tbody td {
  width: auto;
}

/* 沿革
-------------------------------------------------------*/
/* 個人情報
-------------------------------------------------------*/
/*=======================================================================

 お問い合わせ

========================================================================*/
.page-contact .contact-main__inner {
  max-width: 1260px;
}
.page-contact .contact-main .heading {
  font-weight: 600;
  text-align: center;
}
.page-contact .contact-main .heading .ttl {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .page-contact .contact-main .heading .ttl {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page-contact .contact-main .heading .ttl {
    font-size: 2.2rem;
  }
}
.page-contact .contact-main .heading .ttl-sub {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .page-contact .contact-main .heading .ttl-sub {
    font-size: 1.98rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page-contact .contact-main .heading .ttl-sub {
    font-size: 1.76rem;
    text-align: center;
  }
}
.page-contact .contact-main .heading__tel {
  width: 100%;
  max-width: 600px;
  color: #1d4290;
  border: 1px solid #1d4290;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page-contact .contact-main .heading__tel .txt__lg,
.page-contact .contact-main .heading__tel .txt__lg2 {
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #1d4290;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
  .page-contact .contact-main .heading__tel .txt__lg,
  .page-contact .contact-main .heading__tel .txt__lg2 {
    font-size: 1.5rem;
    padding-top: 12px;
    padding-bottom: 15px;
  }
}
.page-contact .contact-main .heading__tel .wrap {
  padding: 20px;
}
@media screen and (max-width: 767.98px) {
  .page-contact .contact-main .heading__tel .wrap {
    padding-left: 0;
    padding-right: 0;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.page-contact .contact-main .heading__tel .wrap .tel {
  font-size: 5.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .page-contact .contact-main .heading__tel .wrap .tel {
    font-size: 5.22rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page-contact .contact-main .heading__tel .wrap .tel {
    font-size: 3.7rem;
  }
}
.page-contact .contact-main .heading__tel .wrap .tel small {
  font-size: 50%;
}
@media screen and (max-width: 767.98px) {
  .page-contact .contact-main .heading__tel .wrap .tel small {
    font-size: 35%;
  }
}
.page-contact .contact-main .heading__tel .wrap .tel + p {
  font-weight: 600;
  margin-top: 5px;
}
@media screen and (max-width: 767.98px) {
  .page-contact .contact-main .heading__tel .wrap .tel + p {
    font-size: 1.3rem;
  }
}
.page-contact .contact-main a.link {
  font-weight: 600;
}
.page-contact .content-section {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .page-contact .content-section {
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-contact .content-section {
    padding-bottom: 40px;
  }
}
.page-contact .table-scroll {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.page-contact .table-scroll th {
  background-color: #edf8fd;
}
.page-contact .table-col {
  border-top: 1px dashed #ddd;
}
@media screen and (max-width: 767.98px) {
  .page-contact .table-col {
    border-top: 1px solid #ddd;
    overflow: visible;
  }
}
.page-contact .table-col table {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px), print {
  .page-contact .table-col table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page-contact .table-col table th,
.page-contact .table-col table td {
  height: auto;
  padding: 30px 35px;
  border-bottom: 1px dashed #ddd;
}
@media screen and (max-width: 767.98px) {
  .page-contact .table-col table th,
  .page-contact .table-col table td {
    width: 100% !important;
    padding: 15px 20px;
  }
}
.page-contact .table-col table th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 330px;
  background-color: #edf8fd;
}
@media screen and (max-width: 767.98px) {
  .page-contact .table-col table th {
    border-bottom: 0 dashed #ddd;
    text-align: left !important;
  }
}
.page-contact .table-col table td {
  position: relative;
  width: calc(100% - 330px);
}
@media screen and (max-width: 767.98px) {
  .page-contact .table-col table td {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
}
.page-contact .table-col table td.flex .flex {
  width: 100%;
}
.page-contact .table-col table td ul {
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .page-contact .table-col table td ul {
    display: block !important;
  }
}
.page-contact .table-col table td ul li {
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .page-contact .table-col table td ul li {
    width: 100%;
    max-width: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .page-contact .table-col table td ul li {
    width: 100%;
    max-width: auto;
  }
  .page-contact .table-col table td ul li + li {
    margin-top: 10px !important;
  }
}
.page-contact .table-col table td ul.flex_col2 li:nth-of-type(n + 3) {
  margin-top: 10px;
}
.page-contact .table-col table td ul.flex_col3 li:nth-of-type(n + 4) {
  margin-top: 10px;
}

/* ラジオボタンの分岐
-------------------------------------------------------*/
/* 必須・任意
-------------------------------------------------------*/
.is-required,
.is-not-required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  width: 60px;
  height: 28px;
}
@media screen and (max-width: 767.98px) {
  .is-required,
  .is-not-required {
    width: 48px;
    height: 24px;
  }
}
.is-required.inline,
.is-not-required.inline {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 24px;
  width: 50px;
  height: 24px;
  text-align: center;
  vertical-align: middle;
}

.is-required {
  color: #fff;
  background: #f8b400;
}

.is-not-required {
  color: #7b7b7b;
  background: #dddede;
}

/* 送信ボタン
-------------------------------------------------------*/
.submit__wrap {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  text-align: center;
}

.contact-form .btn_more {
  margin-top: 40px;
  text-align: center;
}
.contact-form .btn_more a {
  margin-left: auto;
  margin-right: auto;
}

/*=======================================================================

 privacy

========================================================================*/
.page-privacy .privacy-main__inner {
  max-width: 1260px;
}
.page-privacy .privacy-main__inner .inner {
  max-width: 1000px;
}
.page-privacy .privacy-main .ttl {
  font-size: 3rem;
  font-weight: 600;
  color: #1d4290;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .page-privacy .privacy-main .ttl {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page-privacy .privacy-main .ttl {
    font-size: 2.2rem;
  }
}
.page-privacy .privacy-main .ttl-sub {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1d4290;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .page-privacy .privacy-main .ttl-sub {
    font-size: 1.98rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page-privacy .privacy-main .ttl-sub {
    font-size: 1.76rem;
    text-align: center;
  }
}
.page-privacy .privacy-main p {
  margin-bottom: 1em;
}
.page-privacy .content-section {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .page-privacy .content-section {
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-privacy .content-section {
    padding-bottom: 30px;
  }
}
.page-privacy .content-section .content-block {
  margin-top: 65px;
  border-top: 1px dotted #ccc;
  padding-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .page-privacy .content-section .content-block {
    margin-top: 45.5px;
    padding-top: 42px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-privacy .content-section .content-block {
    margin-top: 32.5px;
    padding-top: 30px;
  }
}/*# sourceMappingURL=style.css.map */