@charset "UTF-8";
/*
---------------------------------------------

    base settings

*/
html {
  font-size: 62.5%;
}

body {
  min-width: 1000px;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 1.4rem;
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  clear: both;
}

ul, ol, dl, p, img, form, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
}

li {
  list-style: none;
}

input, textarea {
  font-size: 1.2rem;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #333;
  transition: opacity 0.3s;
}

a:active,
a:hover {
  color: #333;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
  font-weight: normal;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* microclearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/** For IE 6/7 only */
.cf {
  *zoom: 1;
}

/* animation */
@keyframes loopSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1740px);
  }
}
@keyframes loopSlideSp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1140px);
  }
}
/*
---------------------------------------------

	header area

*/
.l-header {
  font-size: 1.2rem;
  position: relative;
}
.l-header__inner .header-logo-box {
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.l-header__inner a:hover {
  opacity: 0.6;
}

.header-logo {
  width: 78px;
  margin: 0;
  padding: 1rem 0 0;
  text-align: center;
  color: #fff;
}
.header-logo__img {
  margin: 0 auto;
}
.header-logo__txt {
  margin: 0;
  padding: 1.5rem 0 0 2rem;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: top;
  letter-spacing: 0;
}
.header-logo__txt .sub {
  font-size: 1.4rem;
  display: block;
  letter-spacing: 0.2rem;
}
.header-logo__txt .en {
  font-size: 1.4rem;
  display: block;
  letter-spacing: 0.03rem;
}

.header-sitename {
  width: 100%;
  height: 3rem;
  padding: 0.6em 1em;
  font-size: 100%;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: right;
  color: #fff;
}
.header-sitename__link {
  text-decoration: none;
  color: #fff;
}
.header-sitename__link:hover {
  color: #fff;
  text-decoration: underline;
}

.l-header--low {
  background: url("img/header_bg_low.jpg") no-repeat center center;
  background-size: cover;
  padding-bottom: 2.4rem;
}

/*
---------------------------------------------

	gnavi

*/
.gnavi-btn {
  display: none;
}

.l-gnavi {
  display: none;
}

/*
---------------------------------------------

	contents

*/
/*
---------------------------------------------

	main

*/
.l-main {
  width: 100%;
  margin: 0 auto;
}
.l-main--low {
  width: 94%;
  max-width: 1000px;
  padding: 8rem 0;
}

/*
---------------------------------------------

	footer

*/
.l-footer {
  width: 100%;
  padding: 0;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.l-footer__main {
  width: calc(100% - 4rem);
  max-width: 1000px;
  margin: 0 auto;
}
.l-footer__bottom {
  font-size: 1.2rem;
  line-height: 1.4;
}
.l-footer__bottom__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

.footer-logo {
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0 6rem;
  text-align: center;
  color: #fff;
  position: relative;
}
.footer-logo:before {
  content: "";
  width: calc((100% - 100px)/2);
  height: 1px;
  background: #014067;
  position: absolute;
  top: 40px;
  left: 0;
}
.footer-logo:after {
  content: "";
  width: calc((100% - 100px)/2);
  height: 1px;
  background: #014067;
  position: absolute;
  top: 40px;
  right: 0;
}
.footer-logo__img {
  width: 50px;
  height: auto;
}
.footer-logo__link {
  display: block;
}
.footer-logo__link:hover {
  opacity: 0.6;
}

.footer-sitename {
  display: none;
}

.footer-menu {
  margin: -15px 0 40px;
  line-height: 1.5;
  display: flex;
  border-bottom: 1px #809fb3 solid;
}
.footer-menu__title {
  margin: 0 0 10px 0;
  padding: 0 2rem 0.5rem;
  text-align: left;
  font-weight: bold;
  width: 520px;
}
.footer-menu__title__link {
  padding: 0;
  display: block;
  text-decoration: none;
  position: relative;
}
.footer-menu__title__link:hover {
  opacity: 0.6;
}
.footer-menu__list {
  display: flex;
  flex-wrap: wrap;
  width: 700px;
  padding-bottom: 2rem;
}
.footer-menu__list__item {
  width: 33%;
  padding: 0 10px;
}
.footer-menu__list__item:first-child {
  display: none;
}
.footer-menu__list__link {
  padding: 5px 0 5px 5px;
  display: block;
  text-align: left;
  font-size: 1.4rem;
  text-decoration: none;
  position: relative;
}
.footer-menu__list__link:hover {
  text-decoration: underline;
}
.footer-menu__sub-list__link {
  padding: 5px 15px;
  display: block;
  text-align: left;
  font-size: 1.4rem;
  text-decoration: none;
}
.footer-menu__sub-list__link:before {
  content: "- ";
}
.footer-menu__sub-list__link:hover {
  text-decoration: underline;
}

.footer-disclaimer {
  width: 700px;
  margin: 0 auto;
  padding: 2rem;
  background: #fff;
  font-size: 1rem;
  text-align: left;
  line-height: 1.75;
}
.footer-disclaimer dt, .footer-disclaimer dd {
  display: inline;
}

.footer-nocopy {
  margin: 0 auto 0;
  font-size: 1.2rem;
  text-align: left;
  text-align: center;
}

.footer-copy {
  text-align: center;
}
.footer-copy__link {
  text-decoration: none;
}
.footer-copy__link:hover {
  text-decoration: underline;
}

.footer-sitemap {
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translate(0, -50%);
}
.footer-sitemap__link {
  padding: 0 2.4rem 0 0;
  display: inline-block;
  background: url("img/arrow_blue.svg") no-repeat center right/19px 9px;
  text-decoration: none;
}
.footer-sitemap__link:hover {
  text-decoration: underline;
}

/*
---------------------------------------------

	common

*/
.forPC {
  display: block;
}

.forSP {
  display: none;
}

.pc_br {
  display: inline;
}

.sp_br {
  display: none;
}

.section-inner {
  width: calc(100% - 4rem);
  max-width: 1000px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

#pankuzu {
  width: 100%;
  margin: 0 auto;
  padding: 90px 2.4rem 0 2.4rem;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #fff;
}
#pankuzu a {
  text-decoration: none;
  color: #fff;
}
#pankuzu a:hover {
  opacity: 0.5;
}

.pagetop {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 90;
}
.pagetop__link {
  padding: 8px 5px;
  display: block;
}
.pagetop:hover {
  opacity: 0.6;
}

/*
---------------------------------------------

	section

*/
.l-section {
  padding: 8rem 0;
  background: #FFF;
  position: relative;
}

.section-title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  margin: 0 auto 4rem;
  padding: 0;
  color: #014067;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.section-title span {
  font-size: 2.4rem;
}
.section-title a {
  color: #014067;
  padding: 0 4rem;
  display: inline-block;
  text-decoration: none;
  position: relative;
  width: 100%;
}
.section-title a::after {
  content: "";
  width: 38px;
  height: 18px;
  background: url("img/arrow_blue.svg") no-repeat center center/100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.section-title a:hover {
  opacity: 0.6;
}
.section-subtitle {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  margin: 0;
  padding: 0;
  color: #014067;
  font-size: 3rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.section-subtitle a {
  color: #014067;
  padding: 0 4rem 0 0;
  display: inline-block;
  text-decoration: none;
  position: relative;
  width: 100%;
}
.section-subtitle a::after {
  content: "";
  width: 38px;
  height: 18px;
  background: url("img/arrow_blue.svg") no-repeat center center/100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.section-subtitle a:hover {
  opacity: 0.6;
}
.section-text {
  width: 85%;
  margin: 0 auto 4rem;
}

/*
---------------------------------------------

	parts

*/
.btn-web {
  max-width: 45%;
  margin: 3.2rem auto;
  text-align: center;
  box-shadow: 5px 5px #333;
}
.btn-web a {
  width: 100%;
  margin: 0 auto;
  padding: 2.4rem 6rem;
  background: #fd5614;
  display: inline-block;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.btn-web a::after {
  content: "";
  width: 32px;
  height: 15px;
  background: url("img/arrow_white.svg") no-repeat center center/100% 100%;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
}
.btn-web a:hover {
  transform: translate3d(5px, 5px, 0);
  transition: 0.3s;
}

.btn-internal {
  max-width: 45%;
  margin: 3.2rem auto;
  text-align: center;
  box-shadow: 5px 5px #333;
}
.btn-internal a {
  width: 100%;
  margin: 0 auto;
  padding: 2.4rem 6rem;
  background: #038986;
  display: block;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.btn-internal a::after {
  content: "";
  width: 32px;
  height: 15px;
  background: url("img/arrow_white.svg") no-repeat center center/100% 100%;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
}
.btn-internal a:hover {
  transform: translate3d(5px, 5px, 0);
  transition: 0.3s;
}

.btn-tel {
  display: none;
}

.btn-link {
  margin: 3.2rem auto;
  text-align: right;
}
.btn-link a {
  display: inline-block;
  padding: 0.5rem 3rem 0.5rem 0;
  text-decoration: none;
  line-height: 1.4;
  position: relative;
}
.btn-link a::after {
  content: "";
  width: 27px;
  height: 13px;
  background: url("img/arrow_blue.svg") no-repeat center center/100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.btn-link a:hover {
  text-decoration: underline;
}

.l-parts01 {
  margin-bottom: 8rem;
  padding: 8rem 0;
  background: url(img/parts01_bg.jpg) no-repeat center/cover;
}
.l-parts01 .section-title {
  width: 85%;
  color: #fff;
}
.l-parts01 .section-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30px;
  top: -30px;
  left: 0;
  background-image: url("img/deco_arrow_left_02.png"), url("img/deco_arrow_right_02.png"), url("img/deco_line_h_02.png");
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left top, right top, 40px top;
  background-size: auto 21px, auto 21px, auto 21px;
}
.l-parts01 .section-title::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 100%;
  top: 0;
  left: -40px;
  background-image: url("img/deco_arrow_top_02.png"), url("img/deco_arrow_btm_02.png"), url("img/deco_line_v_02.png");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: left top, left bottom, left top;
  background-size: 21px auto, 21px auto, 21px auto;
}
.l-parts01 .section-text {
  color: #fff;
}
.l-parts01 .btn-web {
  max-width: 100%;
  margin: 0 auto;
}
.l-parts01 .btn-web a {
  font-size: 1.6rem;
  padding: 2.4rem 4rem;
}
.l-parts01 .btn-web a::after {
  width: 27px;
  height: 13px;
  right: 1.2rem;
}

.parts01-inner {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.parts01-inner::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 100%;
  top: 0;
  left: -40px;
  background-image: url("img/deco_arrow_top_02.png"), url("img/deco_arrow_btm_02.png"), url("img/deco_line_v_02.png");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: left top, left bottom, left top;
  background-size: 21px auto, 21px auto, 21px auto;
}
.parts01-box {
  width: calc((100% - 6.4rem)/3);
  background: #fff;
  margin-right: 3.2rem;
}
.parts01-box:nth-child(3n) {
  margin-right: 0;
}
.parts01-box-inner {
  padding: 2.4rem;
}
.parts01-box__catch {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0.8rem;
  color: #fff;
  background: #014067;
  line-height: 1.2;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.parts01-box__title {
  text-align: center;
  color: #333;
  margin-bottom: 2.4rem;
}
.parts01-box__area {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 1.6rem;
  padding: 0.8rem;
  color: #014067;
  background: #e5f0f5;
  line-height: 1.2;
  text-align: center;
}
.parts01-box__point {
  margin: 2.4rem 0;
  padding-left: 0.8rem;
}
.parts01-box__point li {
  margin: 0 0 0.8rem 0;
  padding: 0 0 0 3rem;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
}
.parts01-box__point li::before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(img/icon_li.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 3px;
}
.parts01-box .caption {
  padding: 1rem 0 0;
  font-size: 1rem;
  line-height: 1.4;
  word-break: break-all;
  color: #9d9d9d;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.parts01-box .caption a {
  color: #9d9d9d;
}
.parts01-box .caption::-webkit-scrollbar {
  height: 5px;
}
.parts01-box .caption::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.parts01-box .caption::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ddd;
}

/*
---------------------------------------------

	top

*/
.l-mv .section-inner {
  width: 100%;
  max-width: 100%;
  height: 500px;
}

.mv-bg {
  width: 100%;
  min-width: 100%;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -1;
}
.mv-bg .mv-slide {
  width: 100%;
}
.mv-bg .mv-slide__image {
  background-size: cover;
  background-position: center;
  transform: scale(1);
  height: 530px;
}
.mv-bg .mv-slide__image01 {
  background-image: url(img/mv_img_01.jpg);
}
.mv-bg .mv-slide__image02 {
  background-image: url(img/mv_img_02.jpg);
}
.mv-bg .mv-slide__image03 {
  background-image: url(img/mv_img_03.jpg);
}
.mv-bg .mv-slide__image04 {
  background-image: url(img/mv_img_04.jpg);
}
.mv-bg .mv-slide__image05 {
  background-image: url(img/mv_img_05.jpg);
}

.mv-catch {
  padding: 12rem 0 4rem 0;
  text-align: center;
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mv-text-box {
  width: 50%;
  float: right;
  margin: 0;
  padding: 4rem 2rem 3rem 1rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.mv-text-box .mv-title {
  color: #014067;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 1.6rem;
  padding: 0 0 0 3rem;
  background-image: url("img/deco_arrow_top.png"), url("img/deco_arrow_btm.png"), url("img/deco_line_v.png");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: left top, left bottom, left top;
  background-size: 21px auto, 21px auto, 21px auto;
}
.mv-text-box .mv-title span {
  font-size: 2.4rem;
  color: #333;
  background-image: url("img/deco_arrow_left.png"), url("img/deco_arrow_right.png"), url("img/deco_line_h.png");
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left top, right top, left top;
  background-size: auto 21px, auto 21px, auto 21px;
  padding-top: 3rem;
  vertical-align: top;
}

.mv-text {
  max-width: 610px;
  padding-left: 4rem;
}

.mv-slide li {
  transform-origin: center top;
  transition: 10s transform ease-out;
}

.mv-slide li.slide-animation {
  animation: slide-animation 10s linear forwards;
}

@keyframes slide-animation {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 1100px) {
  .mv-text-box .mv-title span {
    font-size: 2.2rem;
  }

  .mv-text {
    padding-right: 4rem;
  }
}
.l-selection {
  overflow: hidden;
  padding-top: 2rem;
}
.l-selection .section-inner {
  max-width: 1140px;
}
.l-selection .section-inner .selection-inner {
  max-width: 1000px;
  margin: 0 7rem;
}

.selection-box {
  margin: 8rem 0 0 0;
  padding: 4rem 7rem 0 7rem;
  background-image: url("img/deco_arrow_top.png"), url("img/deco_arrow_btm.png"), url("img/deco_line_v.png");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: left 199px, left bottom, left top;
  background-size: 21px auto, 21px auto, 21px auto;
}
.selection-box-inner {
  width: 100%;
  margin: 0 0 3rem 0;
  padding: 0;
  background: #e5f0f5;
  position: relative;
}
.selection-box__catch {
  width: 230px;
  position: absolute;
  top: -40px;
  left: -70px;
  padding-left: 30px;
  background-image: url("img/deco_arrow_top.png"), url("img/deco_arrow_btm.png"), url("img/deco_line_v.png");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: left top, left bottom, left top;
  background-size: 21px auto, 21px auto, 21px auto;
}
.selection-box__catch::before {
  content: "";
  width: 200px;
  height: 21px;
  background-image: url("img/deco_arrow_left.png"), url("img/deco_arrow_right.png"), url("img/deco_line_h.png");
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left top, right top, 40px top;
  background-size: auto 21px, auto 21px, auto 21px;
  position: absolute;
  left: 30px;
  top: -30px;
}
.selection-box__catch p {
  display: block;
  width: 200px;
  height: 200px;
  background: #014067;
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  margin: 0;
  padding: 2.4rem 0 0 2.4rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.selection-box-head {
  color: #fff;
  padding: 0 4rem 5.4rem 18.4rem;
}
.selection-box-head::before {
  content: "";
  width: calc(100% - 180px);
  height: 21px;
  background-image: url("img/deco_arrow_left.png"), url("img/deco_arrow_right.png"), url("img/deco_line_h.png");
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left top, right top, 40px top;
  background-size: auto 21px, auto 21px, auto 21px;
  position: absolute;
  left: 180px;
  top: -30px;
}
.selection-box__title {
  font-size: 3rem;
  margin-bottom: 2.4rem;
  color: #fff;
  border-bottom: solid 1px #fff;
  height: 70px;
  display: flex;
  align-items: center;
  width: calc(100% - 5.4rem);
}
.selection-box__area {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #014067;
  width: 70px;
  height: 70px;
  background: #e5f0f5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.selection-box__point {
  padding-left: 0.8rem;
}
.selection-box__point li {
  margin: 0 0 0.8rem 0;
  padding: 0 0 0 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
.selection-box__point li::before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(img/icon_li.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 6px;
}
.selection-box-body {
  padding: 2.4rem 4rem 0.8rem 4rem;
}
.selection-box__subtitle {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: 600;
  margin: -5.4rem 0 0.8rem;
  padding: 1.6rem 2.4rem;
  color: #fff;
  background: #014067;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.selection-box__case {
  display: flex;
  flex-wrap: wrap;
}
.selection-box__case li {
  margin: 0.8rem 0.8rem 0 0;
  padding: 0.8rem 0;
  font-size: 1.4rem;
  font-weight: bold;
  background: #788c99;
  color: #fff;
  width: calc((100% - 5.6rem)/8);
  text-align: center;
}
.selection-box__case li:nth-child(8n) {
  margin-right: 0;
}
.selection-box.tsuru .selection-box-head {
  background: url(img/selection_bg_tsuru.jpg) no-repeat center/cover;
}
.selection-box.shisakubankinkakou .selection-box-head {
  background: url(img/selection_bg_shisakubankinkakou.jpg) no-repeat center/cover;
}
.selection-box.kyoeiseiki .selection-box-head {
  background: url(img/selection_bg_kyoeiseiki.jpg) no-repeat center/cover;
}

.l-intro {
  overflow: hidden;
  background-color: #eee;
  background-image: url("img/intro_bg_top.svg"), url("img/intro_bg_btm.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100% auto, 100% auto;
  padding: 13rem 0 12rem 0;
}

.intro-box {
  margin: 0 0 8rem 0;
  padding: 0 0 1rem 0;
  background: #fff;
}
.intro-box__catch {
  width: 100%;
  background: #014067;
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  margin: 0;
  padding: 1.6rem 4rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.intro-box__title {
  font-size: 3rem;
  margin: 4rem 4rem 2.4rem 4rem;
  padding: 0 0 1.6rem 0;
  border-bottom: solid 1px #036299;
  color: #333;
  line-height: 1.2;
}
.intro-box__subtitle {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0.8rem;
  padding: 1.6rem 0 1.6rem 4rem;
  border-bottom: solid 1px #036299;
  line-height: 1.2;
  color: #014067;
  width: 380px;
}






.intro-box-inner {
  margin: 3.2rem auto 0;
}
.intro-box-main {
  position: relative;
}
.intro-box-main__image {
  width: 400px;
  position: absolute;
  top: 0;
  right: 4rem;
}
.intro-box-main__image .caption {
  padding: 1rem 0 0;
  font-size: 1rem;
  line-height: 1.4;
  word-break: break-all;
  color: #9d9d9d;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.intro-box-main__image .caption a {
  color: #9d9d9d;
}
.intro-box-main__image .caption::-webkit-scrollbar {
  height: 5px;
}
.intro-box-main__image .caption::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.intro-box-main__image .caption::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ddd;
}
.intro-box .btn-web {
  margin-bottom: 6rem;
}
.intro-box-features {
  margin: 0 0 5.6rem 0;
}
.intro-box-features .intro-box-inner {
  margin: 0 0 0 4rem;
  width: 480px;
}
.intro-box-features__catch {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 4rem 0 1.6rem 0;
  color: #fd5614;
}
.intro-box-features--w100 {
  margin: 0;
}
.intro-box-features--w100 .intro-box-inner {
  margin: 0 4rem;
  width: calc(100% - 8rem);
}
.intro-box-movie {
  width: 640px;
  margin: 0 auto;
}
.intro-box-movie iframe {
  width: 100%;
  margin: 0 0 2.4rem 0;
}
.intro-box-equipments {
  background: #036299 url(img/intro_eq_line.png) no-repeat right 510px;
  background-size: 835px auto;
  color: #fff;
  margin: 0 0 4rem;
  padding: 1.6rem 0 4rem;
  position: relative;
}
.intro-box-equipments .intro-box__subtitle {
  border-bottom: solid 1px #fff;
  color: #fff;
}
.intro-box-equipments .js-slider {
  width: 100%;
  margin: 2.4rem auto 0;
  padding: 0;
}
.intro-box-equipments .js-slider li {
  margin: 0;
}
.intro-box-equipments .slick-prev, .intro-box-equipments .slick-next {
  z-index: 10;
  width: 40px;
  height: 40px;
  top: 175px;
}
.intro-box-equipments .slick-prev:before, .intro-box-equipments .slick-next:before {
  font-size: 0;
}
.intro-box-equipments .slick-prev {
  left: 2rem;
  background: url(img/slide_arrow_left.png) no-repeat;
  background-size: 100%;
}
.intro-box-equipments .slick-prev:hover {
  background: url(img/slide_arrow_left.png) no-repeat;
  background-size: 100%;
  opacity: 0.6;
}
.intro-box-equipments .slick-next {
  right: 2rem;
  background: url(img/slide_arrow_right.png) no-repeat;
  background-size: 100%;
}
.intro-box-equipments .slick-next:hover {
  background: url(img/slide_arrow_right.png) no-repeat;
  background-size: 100%;
  opacity: 0.6;
}
.intro-box-equipments__image {
  width: 600px;
  height: 350px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.intro-box-equipments .caption {
  width: 600px;
  margin: 1rem 0 0;
  font-size: 1rem;
  line-height: 1.4;
  word-break: break-all;
  color: #fff;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: center;
}
.intro-box-equipments .caption a {
  color: #fff;
}
.intro-box-equipments .caption::-webkit-scrollbar {
  height: 5px;
}
.intro-box-equipments .caption::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.intro-box-equipments .caption::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ddd;
}
.intro-box-equipments__name {
  width: 600px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 5rem auto 0.8rem;
  line-height: 1.2;
  opacity: 0;
  transition: 0.3s ease;
}
.intro-box-equipments__text {
  width: 600px;
  margin: 0 auto;
  opacity: 0;
  transition: 0.3s ease;
}
.intro-box-equipments .slick-current .intro-box-equipments__name,
.intro-box-equipments .slick-current .intro-box-equipments__text {
  opacity: 1;
  transition-delay: 0.5s;
}
.intro-box-case {
  margin: 0 0 5.6rem 0;
}
.intro-box-case .intro-box-inner {
  width: 100%;
  margin: 0 0 0 4rem;
}
.intro-box-case-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 3.2rem 0 0 0;
}
.intro-box-case-list__item {
  width: 225px;
  margin: 0 1rem 0 0;
  padding: 0 1rem 0 0;
  border-right: solid 1px #036299;
}
.intro-box-case-list__item:nth-child(4n) {
  margin-right: 0;
  border-right: none;
  width: 224px;
}
.intro-box-case-list__text {
  padding: 0 1.6rem;
}
.intro-box-case-list__image {
  width: 100%;
}
.intro-box-case-list__image img {
  width: 100%;
  height: auto;
}
.intro-box-case-list__name {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1.6rem 0;
  color: #014067;
  line-height: 1.2;
  text-align: center;
}
.intro-box-case-list__name span {
  font-size: 1.6rem;
}
.intro-box-case-list .caption {
  margin: 1rem 1.6rem 0;
  font-size: 1rem;
  line-height: 1.4;
  word-break: break-all;
  color: #9d9d9d;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.intro-box-case-list .caption a {
  color: #9d9d9d;
}
.intro-box-case-list .caption::-webkit-scrollbar {
  height: 5px;
}
.intro-box-case-list .caption::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.intro-box-case-list .caption::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ddd;
}
.intro-box-info .intro-box-inner {
  width: 720px;
}
.intro-box-info table {
  width: 100%;
  margin: 2.4rem 0 0;
  padding: 0;
  line-height: 1.4;
  border-bottom: 1px #809fb3 solid;
}
.intro-box-info table th {
  padding: 1.4rem;
  background: #e5f0f5;
  border-top: 1px #809fb3 solid;
  text-align: center;
  color: #014067;
}
.intro-box-info table td {
  padding: 1.4rem;
  border-top: 1px #809fb3 solid;
  text-align: left;
  background: #fff;
}
.intro-box-info iframe {
  margin: 2.4rem 0 0;
}

.l-about {
  background: url("img/about_bg.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
}
.l-about .section-title {
  color: #fff;
  background: url("img/about_bg_line_01.png") no-repeat center bottom;
  background-size: 300px auto;
  padding-bottom: 2rem;
}

.about-list {
  display: flex;
  flex-wrap: wrap;
}
.about-list__item {
  width: calc((100% - 4.1rem) / 2);
  margin: 0 4rem 0 0;
  padding: 4rem;
  border: solid 1px #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.about-list__item:nth-child(2n) {
  margin-right: 0;
}
.about-list__title {
  font-size: 2.4rem;
  text-align: center;
  background: url("img/about_bg_line_02.png") no-repeat center bottom;
  background-size: 356px auto;
  padding-bottom: 4rem;
  color: #fff;
}
.about-list__catch {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 3.2rem 0 2.4rem 0;
}

.knowledge-list {
  display: flex;
  flex-wrap: wrap;
}
.knowledge-list__item {
  width: calc((100% - 6.4rem) / 3);
  margin: 0 3.2rem 0 0;
  padding: 0;
}
.knowledge-list__item:nth-child(3n) {
  margin-right: 0;
}
.knowledge-list__title {
  padding: 3rem 0;
  font-size: 2.4rem;
  border-top: 1px solid #014067;
  border-bottom: 1px solid #014067;
  background: #e5f0f5;
  min-height: 120px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.knowledge-list__title a {
  padding: 0 4rem;
}
.knowledge-list__title a::after {
  width: auto;
  height: 13px;
  padding: 0 1.6rem;
  right: 5px;
}
.knowledge-list p {
  /* padding: 0 2.4rem; */
}
.knowledge-list__catch {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fd5614;
  margin: 2.4rem 0;
}

.l-pr {
  padding: 0;
}
.l-pr .section-inner {
  width: 100%;
  max-width: 100%;
  display: flex;
}
.l-pr .section-title {
  text-align: left;
  background-image: url("img/deco_arrow_left.png"), url("img/deco_arrow_right.png"), url("img/deco_line_h.png");
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left bottom, right bottom, left bottom;
  background-size: auto 21px, auto 21px, auto 21px;
  margin-bottom: 2.4rem;
  padding-bottom: 3rem;
  display: inline-block;
}

.pr-box {
  width: 100%;
  margin: 0 auto;
}
.pr-box-inner {
  margin: 0;
}
.pr-box--left {
  background: url("img/pr_bg.jpg") no-repeat center center;
  background-size: cover;
  width: 50%;
  display: block;
}
.pr-box--right {
  background: #036299;
  width: 50%;
  display: block;
}
.pr-box-head {
  background: #fff;
  text-align: left;
  margin: 4rem 0 0 0;
  padding: 3.2rem 4rem;
  position: relative;
}
.pr-box-head::before {
  position: absolute;
  content: "";
  width: 160px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  background-image: url("img/pr_en.png");
  background-repeat: no-repeat;
  background-position: 2rem 2.4rem;
  background-size: 43px auto;
  left: -160px;
  top: 0;
}
.pr-box-head::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 100%;
  top: 0;
  left: -200px;
  background-image: url("img/deco_arrow_top_03.png"), url("img/deco_arrow_btm_03.png"), url("img/deco_line_v_03.png");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: left top, left bottom, left top;
  background-size: 21px auto, 21px auto, 21px auto;
}
.pr-box-body {
  width: 500px;
  padding: 3.2rem 0 0 4rem;
}
.pr-box-body .btn-internal {
  max-width: 80%;
  margin: 2rem auto 4rem;
  box-shadow: 5px 5px #fff;
}
.pr-box-body .btn-internal a {
  border: solid 1px #fff;
}
.pr__catch {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #014067;
  width: 460px;
}
.pr__text {
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .l-pr .section-title {
    font-size: 3.5rem;
  }

  .pr-box-body {
    padding-right: 4rem;
  }
}
.area-list {
  display: flex;
  flex-wrap: wrap;
}
.area-list__item {
  width: calc((100% - 8rem)/2);
  margin: 0 8rem 4rem 0;
  padding: 0;
  position: relative;
}
.area-list__item:nth-child(2n) {
  margin-right: 0;
}
.area-list__image {
  width: 100%;
}
.area-list__title {
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 3.2rem 1.6rem;
  border-bottom: 1px solid #014067;
}
.area-list__title a::after {
  width: 27px;
  height: 13px;
}

.l-type {
  background: #eee;
  padding-top: 8rem;
}
.l-type .section-inner {
  background-image: url("img/deco_arrow_left_04.png"), url("img/deco_arrow_right_04.png"), url("img/deco_line_h.png");
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left top, right top, left top;
  background-size: auto 21px, auto 21px, auto 21px;
  padding-top: 8rem;
}

.type-list__item {
  width: 100%;
  margin: 0 0 4rem 0;
  padding: 0;
  position: relative;
  display: flex;
}
.type-list__image {
  width: 350px;
  margin: 0 4rem 0 0;
}
.type-list__image p img {
  width: 100%;
  height: auto;
  padding-left: 30px;
  background-image: url("img/deco_arrow_top.png"), url("img/deco_arrow_btm.png"), url("img/deco_line_v.png");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: left top, left bottom, left top;
  background-size: 21px auto, 21px auto, 21px auto;
}
.type-list__text {
  width: 610px;
  text-align: left;
}
.type-list__title {
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0 0 3.2rem 0;
}
.type-list__title a::after {
  width: 27px;
  height: 13px;
}
.type-list__catch {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fd5614;
  margin: 0 0 2.4rem 0;
}

.vendor-list {
  display: flex;
  flex-wrap: wrap;
}
.vendor-list__item {
  width: calc((100% - 6.4rem) / 3);
  margin: 0 3.2rem 4rem 0;
  padding: 0 1.6rem 2.4rem 1.6rem;
  /* border-top: 1px solid #014067; */
  /* border-bottom: 1px solid #014067; */
  position: relative;
  background: #eee;
}
.vendor-list__item:nth-child(3n) {
  margin-right: 0;
}
.vendor-list__title {
  padding: 2rem 0;
  font-size: 2.4rem;
  border-bottom: 1px solid #014067;
}
.vendor-list__title a::after {
  width: 27px;
  height: 13px;
}
.vendor-list__features {
  margin-bottom: 2.4rem;
  margin-top: 1rem;
  text-align: left;
}
.vendor-list__features dt {
  font-size: 1.6rem;
  font-weight: bold;
}
.vendor-list__table {
  border-bottom: 1px #809fb3 solid;
  width: 100%;
}
.vendor-list__table th {
  border-top: 1px #809fb3 solid;
  width: 100%;
  display: block;
  background: #e5f0f5;
  color: #014067;
  padding: 0.6rem;
}
.vendor-list__table td {
  border-top: 1px #809fb3 solid;
  width: 100%;
  display: block;
  padding: 0.6rem;
  text-align: center;
  background: #fff;
}

/*
---------------------------------------------

	low parts

*/
.l-header--low h1 {
  max-width: 1000px;
  margin: 1.5rem auto 0;
  padding: 2rem;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  border: solid 1px #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.l-main--low p {
  margin-bottom: 1em;
  line-height: 1.75;
}
.l-main--low p span {
  font-weight: bold;
  color: #fd5614;
}
.l-main--low ul {
  margin: 2rem 0;
}
.l-main--low ul li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 3rem;
  line-height: 1.6;
  position: relative;
}
.l-main--low ul li::before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(img/icon_li.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 0;
}
.l-main--low table {
  width: 100%;
  margin: 3rem 0;
  padding: 0;
  line-height: 1.4;
  border-bottom: 1px #809fb3 solid;
}
.l-main--low table th {
  padding: 1.4rem;
  background: #e5f0f5;
  border-top: 1px #809fb3 solid;
  text-align: center;
  color: #014067;
  word-break: break-all;
}
.l-main--low table td {
  padding: 1.4rem;
  border-top: 1px #809fb3 solid;
  text-align: left;
  background: #fff;
  word-break: break-all;
}
.l-main--low .float-wrap {
  margin: 4rem 0;
}
.l-main--low .float-wrap .float-img.fr {
  width: 30%;
  margin: 0 0 2rem 4%;
  float: right;
}
.l-main--low .float-wrap .float-img.fl {
  width: 30%;
  margin: 0 4% 2rem 0;
  float: left;
}
.l-main--low .float-wrap .float-img.ct {
  width: 30%;
  margin: 0 auto 2rem;
  text-align: center;
}
.l-main--low .float-wrap .float-img img {
  padding-left: 30px;
  background-image: url("img/deco_arrow_top.png"), url("img/deco_arrow_btm.png"), url("img/deco_line_v.png");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: left top, left bottom, left top;
  background-size: 21px auto, 21px auto, 21px auto;
  height: auto;
}
.l-main--low .float-wrap table {
  width: 64%;
  margin: 0 0 2rem;
}
.l-main--low .float-wrap .catch {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fd5614;
}
.l-main--low .float-wrap .flame {
  position: relative;
}
.l-main--low .float-wrap .caption {
  padding: 1rem 0 0;
  font-size: 1rem;
  line-height: 1.4;
  word-break: break-all;
  color: #9d9d9d;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.l-main--low .float-wrap .caption a {
  color: #9d9d9d;
}
.l-main--low .float-wrap .caption::-webkit-scrollbar {
  height: 5px;
}
.l-main--low .float-wrap .caption::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.l-main--low .float-wrap .caption::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ddd;
}
.l-main--low h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  margin: 6rem auto 3rem;
  padding: 2.4rem 1rem;
  background-repeat: no-repeat;
  background-image: url("img/h2_line.png"), url("img/h2_line.png");
  background-position: left top, left bottom;
  background-size: 1000px auto, 1000px auto;
  color: #014067;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.l-main--low h2 a {
  color: #014067;
  padding: 0 4rem;
  display: inline-block;
  text-decoration: none;
  position: relative;
  width: 100%;
}
.l-main--low h2 a::after {
  content: "";
  width: 38px;
  height: 18px;
  background: url("img/arrow_blue.svg") no-repeat center center/100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.l-main--low h2 a:hover {
  opacity: 0.6;
}
.l-main--low h3 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  margin: 6rem auto 3rem;
  padding: 1rem 1rem 0 4rem;
  background: url("img/h3_line.png") no-repeat top left/1000px auto;
  color: #014067;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.l-main--low h3 a {
  padding: 0 4rem 0 0;
  display: block;
  text-decoration: none;
  position: relative;
  color: #014067;
  width: 100%;
}
.l-main--low h3 a::after {
  content: "";
  width: 38px;
  height: 18px;
  background: url("img/arrow_blue.svg") no-repeat center center/100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.l-main--low h3 a:hover {
  opacity: 0.6;
}
.l-main--low h4, .l-main--low h5 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  margin: 0 auto 3rem;
  padding: 0 1rem 0.5rem;
  color: #014067;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.l-main--low h4::after, .l-main--low h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-image: linear-gradient(to right, #809fb3, #809fb3 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
}
.l-main--low h4 a, .l-main--low h5 a {
  padding: 0 4rem 0 0;
  display: block;
  text-decoration: none;
  position: relative;
  color: #014067;
}
.l-main--low h4 a::after, .l-main--low h5 a::after {
  content: "";
  width: 38px;
  height: 18px;
  background: url("img/arrow_blue.svg") no-repeat center center/100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.l-main--low h4 a:hover, .l-main--low h5 a:hover {
  opacity: 0.6;
}
/*
---------------------------------------------

    sp settings

*/
@media screen and (max-width: 599px) {
  /*
  ---------------------------------------------

      base settings

  */
  html {
    font-size: 2.6666vw;
  }

  body {
    min-width: inherit;
  }

  /*
  ---------------------------------------------

  	header area

  */
  .l-header {
    font-size: 1rem;
  }
  .l-header__inner .header-logo-box {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    /* height: 25vw; */
  }
  .l-header--low .l-header__inner {
    display: flex;
    text-align: left;
  }

  .header-logo {
    width: 50px;
    margin: 4rem auto 1rem;
  }
  .header-logo__txt {
    padding: 0 0 0 1rem;
    font-size: 3.2rem;
    letter-spacing: 0;
  }
  .header-logo__txt .sub {
    font-size: 1.1rem;
    letter-spacing: 0.32rem;
  }
  .header-logo__txt .en {
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }

  .l-header--low .header-logo {
    width: 50px;
    margin: 2.8rem auto;
  }
  .l-header--low .header-logo__txt {
    padding: 3rem 0 0 1rem;
    display: none;
  }

  .header-sitename {
    width: 100%;
    padding: 0.6em 0;
    line-height: 1.4;
    text-align: center;
    color: #fff;
  }
  .header-sitename__link {
    text-decoration: none;
    color: #fff;
  }
  .header-sitename__link:hover {
    color: #fff;
    text-decoration: underline;
  }

  .l-header--low .header-sitename {
    padding: 0.6em 7.5rem 0 7.5rem;
  }

  /*
  ---------------------------------------------

  	gnavi

  */

  /*
  ---------------------------------------------

  	contents

  */

  /*
  ---------------------------------------------

  	main

  */

  /*
  ---------------------------------------------

  	footer

  */

  /* menu */

  /*
  ---------------------------------------------

  	common

  */

  /*
  ---------------------------------------------

  	section

  */

  /*
  ---------------------------------------------

  	parts

  */

  /*
  ---------------------------------------------

  	top

  */

  /*
  ---------------------------------------------

  	low parts

  */
}
@media screen and (max-width: 599px) and (max-width: 320px) {
  .l-header--low .header-sitename {
    padding: 0.6em 0;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .gnavi-btn {
    width: 5rem;
    height: 5rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    background: #000;
    cursor: pointer;
    display: block;
  }
  .gnavi-btn span {
    width: 3rem;
    height: 3px;
    display: inline-block;
    background: #fff;
    position: absolute;
    left: 1rem;
    transform: translate(0, -50%);
    transition: transform 0.4s, opacity 0.4s;
  }
  .gnavi-btn span:nth-of-type(1) {
    top: 1.6rem;
  }
  .gnavi-btn span:nth-of-type(2) {
    top: 2.4rem;
  }
  .gnavi-btn span:nth-of-type(3) {
    top: 3.2rem;
  }
  .gnavi-btn.is-active span:nth-of-type(1) {
    transform: translateY(0.8rem) rotate(-45deg);
  }
  .gnavi-btn.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .gnavi-btn.is-active span:nth-of-type(3) {
    transform: translateY(-0.8rem) rotate(45deg);
  }
}
@media screen and (max-width: 599px) {
  .l-gnavi {
    width: 100%;
    height: 100vh;
    padding: 10rem 0 0;
    background: #014067;
    display: block;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    transform: translateX(100%);
    transition: transform 0.8s ease, opacity 0.8s ease;
  }
}
@media screen and (max-width: 599px) {
  .gnavi-list {
    padding: 0 0 10rem;
    position: relative;
    transition: transform 0.8s ease;
  }
  .gnavi-list__item {
    margin: 0 0 1rem;
  }
  .gnavi-list__item + .gnavi-list__item {
    margin-top: 1rem;
  }
  .gnavi-list__link {
    width: 90%;
    margin: 0 auto;
    padding: 1rem 4.5rem 1rem 1rem;
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.4;
    text-decoration: none;
    background: #fff url("img/arrow_blue.svg") no-repeat right 2rem center/17px 8px;
  }
  .gnavi-list__link--menu {
    background-image: url("img/icon_more.svg");
    background-position: right 1.5rem center;
    background-size: 16px 5px;
  }
  .gnavi-list__link--back {
    padding: 1rem 1rem 1rem 4.5rem;
    background: #fff url("img/arrow_blue_l.svg") no-repeat left 2rem center/17px 8px;
  }
  .gnavi-list__sub {
    width: 100%;
    padding: 0 0 10rem;
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(0, 0);
    transition: transform 0.8s ease;
  }
}
@media screen and (max-width: 599px) {
  .is-navi-open .l-gnavi {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 599px) {
  .l-main--low {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 599px) {
  .l-footer {
    padding: 0;
  }
  .l-footer__main {
    width: 94%;
  }
  .l-footer__bottom {
    font-size: 1rem;
  }
  .l-footer__bottom__inner {
    padding: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .footer-logo {
    padding: 0;
  }
  .footer-logo:before {
    width: calc((100% - 80px)/2);
    top: 30px;
  }
  .footer-logo:after {
    width: calc((100% - 80px)/2);
    top: 30px;
  }
  .footer-logo__img {
    width: 60px;
  }
}
@media screen and (max-width: 599px) {
  .footer-menu {
    margin: 3rem auto;
    display: block;
  }
  .footer-menu__title {
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: solid 1px #014067;
  }
  .footer-menu__title__link {
    padding: 0 2rem 1rem 0;
    display: block;
    font-size: 1.6rem;
  }
  .footer-menu__title__link:after {
    content: "";
    width: 17px;
    height: 8px;
    background: url(img/arrow_blue.svg) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s;
  }
  .footer-menu__title__link:hover {
    opacity: 1;
  }
  .footer-menu__title__link.is-open:after {
    transform: translateY(-50%) rotate(270deg);
  }
  .footer-menu__list {
    display: none;
    padding-bottom: 0;
    width: 100%;
  }
  .footer-menu__list__item {
    width: 100%;
  }
  .footer-menu__list__item:first-child {
    display: block;
  }
  .footer-menu__list__link {
    margin: 1rem 0 0 0;
    padding: 1rem;
    font-size: 1.5rem;
  }
  .footer-menu__sub-list__link {
    padding: 1rem;
    font-size: 1.3rem;
  }
  .footer-menu + .footer-menu {
    margin: 3rem auto;
  }
}
@media screen and (max-width: 599px) {
  .footer-disclaimer {
    width: 100%;
    margin: 3rem auto;
  }
}
@media screen and (max-width: 599px) {
  .footer-nocopy {
    margin: 3rem auto;
    font-size: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .footer-sitemap {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .forPC {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .forSP {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .pc_br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .sp_br {
    display: inline;
  }
}
@media screen and (max-width: 599px) {
  #pankuzu {
    margin: 7.5rem auto 1rem;
    padding: 0.5rem 1rem;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 599px) {
  .pagetop {
    width: 5rem;
    height: 5rem;
    bottom: 3rem;
    right: 2rem;
  }
  .pagetop:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 599px) {
  .l-section {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 599px) {
  .section-title {
    margin: 0 auto 2.4rem;
    font-size: 2.4rem;
  }
  .section-title span {
    font-size: 2rem;
  }
  .section-title a {
    padding: 0 2.4rem;
    width: 100%;
  }
  .section-title a::after {
    width: 27px;
    height: 13px;
  }
  .section-subtitle {
    font-size: 2rem;
  }
  .section-subtitle a {
    padding: 0 4rem 0 0;
  }
  .section-subtitle a::after {
    width: 17px;
    height: 8px;
  }
  .section-text {
    width: 100%;
    margin: 0 auto 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .btn-web {
    max-width: 90%;
    margin: 2rem auto;
  }
  .btn-web a {
    font-size: 1.6rem;
    padding: 1em 4rem;
  }
  .btn-web a::after {
    width: 27px;
    height: 13px;
    right: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .btn-internal {
    max-width: 90%;
    margin: 2rem auto;
  }
  .btn-internal a {
    font-size: 1.6rem;
    padding: 1em 4rem;
  }
  .btn-internal a::after {
    width: 27px;
    height: 13px;
    right: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .btn-tel {
    max-width: 90%;
    margin: 2rem auto;
    display: block;
    text-align: center;
    box-shadow: 5px 5px #333;
  }
  .btn-tel a {
    width: 100%;
    margin: 0 auto;
    padding: 1em 4rem;
    background: #036299;
    display: inline-block;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    position: relative;
  }
  .btn-tel a::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("img/icon_tel.svg") no-repeat center center/100% 100%;
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translate(0, -50%);
  }
  .btn-tel a:hover {
    transform: translate3d(5px, 5px, 0);
    transition: 0.3s;
  }
}
@media screen and (max-width: 599px) {
  .btn-link {
    max-width: 90%;
    margin: 2rem auto;
    text-align: center;
  }
  .btn-link a {
    display: block;
    padding: 1em 4rem;
    background: #FFF;
    border: 2px solid #038986;
    font-size: 1.6rem;
  }
  .btn-link a::after {
    width: 27px;
    height: 13px;
    right: 1rem;
  }
  .btn-link a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 599px) {
  .l-parts01 {
    margin-bottom: 4rem;
    padding: 4rem 0;
  }
  .l-parts01 .section-title {
    width: 85%;
  }
  .l-parts01 .section-title span {
    font-size: 1.6rem;
  }
  .l-parts01 .section-title::before {
    height: 25px;
    top: -25px;
    background-position: left top, right top, 30px top;
    background-size: auto 15px, auto 15px, auto 15px;
  }
  .l-parts01 .section-title::after {
    width: 25px;
    left: -30px;
    background-size: 15px auto, 15px auto, 15px auto;
  }
  .l-parts01 .btn-web {
    max-width: 100%;
    margin: 0 auto;
  }
  .l-parts01 .btn-web a {
    padding: 1em 4rem;
  }
  .l-parts01 .btn-web a::after {
    right: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .parts01-inner {
    display: block;
    width: 90%;
  }
  .parts01-inner::before {
    width: 25px;
    left: -30px;
    background-size: 15px auto, 15px auto, 15px auto;
  }
  .parts01-box {
    width: 100%;
    margin: 0 0 2.4rem;
  }
  .parts01-box:nth-child(3n) {
    margin-right: 0;
  }
  .parts01-box-inner {
    padding: 2.6rem 1.6rem;
  }
  .parts01-box__catch {
    font-size: 2rem;
    padding: 1.6rem;
    min-height: auto;
  }
  .parts01-box__title {
    margin-bottom: 1.6rem;
  }
  .parts01-box__area {
    font-size: 1.6rem;
  }
  .parts01-box__point li::before {
    top: 6px;
  }
}
@media screen and (max-width: 599px) {
  .l-mv .section-inner {
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  .mv-bg {
    top: -10vw;
  }
  .mv-bg .mv-slide__image {
    height: 130vw;
  }
}
@media screen and (max-width: 599px) {
  .mv-catch {
    padding: 19rem 2rem 4rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .mv-text-box {
    width: calc(100% - 1.6rem);
    float: none;
    margin: 0 0 0 1.6rem;
    padding: 2em 1em 2rem 1em;
  }
  .mv-text-box .mv-title {
    font-size: 3rem;
    line-height: 1;
    padding: 0 0 0 2rem;
    background-size: 15px auto, 15px auto, 15px auto;
  }
  .mv-text-box .mv-title span {
    font-size: 1.6rem;
    background-size: auto 15px, auto 15px, auto 15px;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .mv-text {
    width: 100%;
    padding-left: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .l-selection {
    padding-top: 5rem;
  }
  .l-selection .section-inner {
    max-width: 100%;
  }
  .l-selection .section-inner .selection-inner {
    width: 100%;
    margin: 0 0;
  }
}
@media screen and (max-width: 599px) {
  .selection-box {
    margin: 7rem 0 0 0;
    padding: 2.4rem 0 0 0;
    background: none;
  }
  .selection-box__catch {
    width: 100%;
    top: -20px;
    left: -20px;
    padding-left: 0;
    background-size: 15px auto, 15px auto, 15px auto;
  }
  .selection-box__catch::before {
    width: 80%;
    height: 15px;
    background-size: auto 15px, auto 15px, auto 15px;
    left: 0;
    top: -20px;
  }
  .selection-box__catch p {
    width: 80%;
    height: 70px;
    padding: 1.2rem;
    font-size: 2.3rem;
    display: flex;
    align-items: center;
  }
  .selection-box-head {
    padding: 7rem 1.6rem 2.4rem 1.6rem;
  }
  .selection-box-head::before {
    display: none;
  }
  .selection-box__title {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
    height: auto;
    display: block;
    width: 100%;
  }
  .selection-box__area {
    font-size: 1.4rem;
    width: 50px;
    height: 50px;
  }
  .selection-box__point li {
    font-size: 1.6rem;
  }
  .selection-box__point li::before {
    width: 19px;
    height: 19px;
    top: 3px;
  }
  .selection-box-body {
    padding: 0rem 2.4rem 0.8rem 2.4rem;
  }
  .selection-box__subtitle {
    font-size: 2rem;
    margin: -1.6rem 0 0.8rem;
    padding: 0.8rem 1.6rem;
  }
  .selection-box__case li {
    font-size: 1.2rem;
    width: calc((100% - 1.6rem)/3);
  }
  .selection-box__case li:nth-child(3n) {
    margin-right: 0;
  }
  .selection-box__case li:nth-child(8n) {
    margin-right: 0.8rem;
  }
}
@media screen and (max-width: 599px) {
  .l-intro {
    background-image: url("img/intro_bg_top_sp.svg"), url("img/intro_bg_btm_sp.svg");
    padding: 6rem 0;
  }
}
@media screen and (max-width: 599px) {
  .intro-box {
    margin: 0 0 4rem 0;
    padding: 0 0 1rem 0;
  }
  .intro-box__catch {
    padding: 0.8rem 2.4rem;
    font-size: 2.4rem;
    text-align: center;
  }
  .intro-box__title {
    font-size: 2.4rem;
    margin: 2.4rem 0 1.6rem 1.6rem;
    padding: 0 0 0.8rem 0;
  }
  .intro-box__subtitle {
    font-size: 2rem;
    margin: 0 1.6rem 0.8rem 0;
    padding: 1.6rem 1.6rem 0.8rem 1.6rem;
    width: calc(100% - 1.6rem);
  }
  .intro-box-main__image {
    width: calc(100% - 3.2rem);
    position: relative;
    top: 0;
    right: 0;
    margin: 0 1.6rem 1.6rem 1.6rem;
  }
  .intro-box .btn-web {
    margin-bottom: 3.2rem;
  }
  .intro-box-features {
    margin: 0 0 3.2rem 0;
  }
  .intro-box-features .intro-box-inner {
    margin: 0 1.6rem;
    width: calc(100% - 3.2rem);
  }
  .intro-box-features__catch {
    font-size: 1.6rem;
    margin: 3.2rem 0 1.6rem 0;
  }
  .intro-box-movie {
    width: 90%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
  }
  .intro-box-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .intro-box-equipments {
    background: #036299 url(img/intro_eq_line.png) no-repeat 8vw 85vw;
    background-size: 835px auto;
    margin: 4rem 0;
    padding: 2.4rem 0;
  }
  .intro-box-equipments .slick-prev, .intro-box-equipments .slick-next {
    top: 100px;
  }
  .intro-box-equipments .slick-prev {
    left: 1rem;
  }
  .intro-box-equipments .slick-next {
    right: 1rem;
  }
  .intro-box-equipments__image {
    width: 57vw;
    height: 50vw;
  }
  .intro-box-equipments__name {
    width: 100%;
    font-size: 1.4rem;
    margin: 2.4rem auto 0.8rem;
    padding: 0 1.2rem;
  }
  .intro-box-equipments .caption {
    width: 90%;
    margin: 1rem auto 0;
  }
  .intro-box-equipments__text {
    width: 100%;
    font-size: 1.2rem;
    padding: 0 1.2rem;
  }
  .intro-box-case {
    margin: 0;
  }
  .intro-box-case .intro-box-inner {
    margin: 0 1.6rem;
  }
  .intro-box-case-list {
    display: block;
  }
  .intro-box-case-list__item {
    width: 90%;
    margin: 0 0 2.4rem 0;
    padding: 0 0 2.4rem 0;
    border-right: none;
    border-bottom: solid 1px #036299;
  }
  .intro-box-case-list__item:nth-child(4n) {
    width: 90%;
  }
  .intro-box-case-list__text {
    padding: 0;
  }
  .intro-box-case-list__name {
    font-size: 1.6rem;
  }
  .intro-box-case-list__name span {
    font-size: 1.4rem;
  }
  .intro-box-case-list .caption {
    margin: 1rem 0 0;
  }
  .intro-box-info .intro-box-inner {
    width: 90%;
  }
  .intro-box-info table {
    margin: 1.6rem 0 0;
  }
  .intro-box-info table th {
    width: 30%;
  }
  .intro-box-info table td {
    width: 70%;
  }
  .intro-box-info iframe {
    width: 100%;
    margin: 1.6rem 0 0;
  }
}
@media screen and (max-width: 599px) {
  .l-about .section-title {
    background: url("img/about_bg_line_01.png") no-repeat center bottom;
    background-size: 300px auto;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .about-list {
    display: block;
  }
  .about-list__item {
    width: 100%;
    margin: 0 0 2.4rem 0;
    padding: 2.4rem;
  }
  .about-list__title {
    font-size: 2rem;
    background-size: 100% auto;
    padding-bottom: 3.2rem;
  }
  .about-list__catch {
    font-size: 1.6rem;
    margin: 2.4rem 0 1.6rem 0;
  }
}
@media screen and (max-width: 599px) {
  .l-knowledge {
    padding: 4rem 0 0 0;
  }
}
@media screen and (max-width: 599px) {
  .knowledge-list {
    display: block;
  }
  .knowledge-list__item {
    width: 100%;
    margin: 0 0 4rem;
  }
  .knowledge-list__title {
    padding: 1.6rem 0;
    font-size: 2rem;
    min-height: auto;
  }
  .knowledge-list__title a {
    padding: 0 4rem;
  }
  .knowledge-list__title a::after {
    width: 0;
    height: 13px;
  }
  .knowledge-list p {
    padding: 0;
  }
  .knowledge-list__catch {
    font-size: 1.6rem;
    margin: 1.6rem 0;
  }
}
@media screen and (max-width: 599px) {
  .l-pr .section-inner {
    display: block;
  }
  .l-pr .section-title {
    background-size: auto 15px, auto 15px, auto 15px;
    margin-bottom: 1.6rem;
    padding-bottom: 2rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .pr-box--left {
    width: 100%;
    height: 200px;
    position: relative;
  }
  .pr-box--left::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 120px;
    top: 80px;
    left: 130px;
    background-image: url("img/deco_arrow_top_03.png"), url("img/deco_arrow_btm_03.png"), url("img/deco_line_v_03.png");
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: left top, left bottom, left top;
    background-size: 15px auto, 15px auto, 15px auto;
  }
  .pr-box--right {
    width: 100%;
  }
  .pr-box-head {
    margin: 0;
    padding: 1.6rem 2.4rem;
  }
  .pr-box-head::before {
    width: 120px;
    height: 120px;
    background-position: 1.6rem 1.6rem;
    left: 0;
    top: -120px;
  }
  .pr-box-head::after {
    display: none;
  }
  .pr-box-body {
    width: 100%;
    padding: 2.4rem;
  }
  .pr-box-body .btn-internal {
    max-width: 90%;
    margin: 2rem auto;
  }
  .pr__catch {
    font-size: 1.6rem;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .area-list {
    display: block;
  }
  .area-list__item {
    width: 100%;
    margin: 0 0 4rem 0;
  }
  .area-list__title {
    font-size: 2rem;
    padding: 1.6rem 0.8rem;
  }
  .area-list__title a::after {
    width: 17px;
    height: 8px;
  }
}
@media screen and (max-width: 599px) {
  .l-type {
    padding-top: 4rem;
  }
  .l-type .section-inner {
    background-size: auto 15px, auto 15px, auto 15px;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 599px) {
  .type-list__item {
    margin: 0 0 4rem 0;
    display: block;
  }
  .type-list__image {
    width: 100%;
    margin: 0;
  }
  .type-list__image p img {
    padding-left: 25px;
    background-size: 15px auto, 15px auto, 15px auto;
  }
  .type-list__text {
    width: 100%;
  }
  .type-list__title {
    font-size: 2rem;
    margin: 2.4rem 0;
  }
  .type-list__title a::after {
    width: 17px;
    height: 8px;
  }
  .type-list__catch {
    font-size: 1.6rem;
    margin: 0 0 1.6rem 0;
  }
}
@media screen and (max-width: 599px) {
  .vendor-list {
    display: block;
  }
  .vendor-list__item {
    width: 100%;
    margin: 0 0 4rem 0;
    padding: 1rem 2rem 2.4rem 2rem;
    border-bottom: none;
  }
  .vendor-list__title {
    padding: 1.6rem 0;
    font-size: 2rem;
  }
  .vendor-list__title a::after {
    width: 17px;
    height: 8px;
  }
  .vendor-list__features {
    margin-bottom: 1.6rem;
  }
  .vendor-list__features dt {
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 599px) {
  .l-header--low h1 {
    max-width: 90%;
    padding: 1.6rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .l-main--low p {
    font-size: 1.4rem;
  }
  .l-main--low table {
    width: 100%;
  }
  .l-main--low table tbody {
    display: flex;
  }
  .l-main--low table tbody tr {
    display: flex;
    flex-direction: column;
    width: 60%;
  }
  .l-main--low table tbody tr:first-child {
    width: 40%;
  }
  .l-main--low table tbody td,
.l-main--low table tbody th {
    border-bottom: none;
  }
  .l-main--low table tbody td {
    border-left: none;
  }
  .l-main--low .scroll-table-sp {
    width: 100%;
    padding: 2rem 0 0;
    overflow: auto !important;
  }
  .l-main--low .scroll-table-sp .scroll-hint-icon-wrap {
    display: block;
  }
  .l-main--low .scroll-table-sp table {
    display: table;
    table-layout: fixed;
  }
  .l-main--low .scroll-table-sp table tr {
    width: 22rem;
    display: table-row;
    float: none;
  }
  .l-main--low .scroll-table-sp table th {
    width: 22rem;
    display: table-cell;
  }
  .l-main--low .scroll-table-sp table td {
    width: 22rem;
    display: table-cell;
  }
  .l-main--low .scroll-table-sp table thead {
    width: 22rem;
    display: table-header-group;
    float: none;
  }
  .l-main--low .scroll-table-sp table tbody {
    width: auto;
    display: table-row-group;
    float: none;
  }
  .l-main--low .float-wrap {
    margin: 2rem 0;
  }
  .l-main--low .float-wrap .float-img.fr {
    width: 100%;
    margin: 0 0 1rem;
    float: none;
  }
  .l-main--low .float-wrap .float-img.fr.t_small {
    margin: 0 0 1rem 1rem;
    float: right;
  }
  .l-main--low .float-wrap .float-img.fl {
    width: 100%;
    margin: 0 0 1rem;
    float: none;
  }
  .l-main--low .float-wrap .float-img.fl.t_small {
    margin: 0 1rem 1rem 0;
    float: left;
  }
  .l-main--low .float-wrap .float-img.ct {
    width: 100%;
    margin: 0 0 1rem;
  }
  .l-main--low .float-wrap .float-img.t_small {
    width: 40%;
  }
  .l-main--low .float-wrap .float-img img {
    padding-left: 25px;
    background-size: 15px auto, 15px auto, 15px auto;
    height: auto;
  }
  .l-main--low .float-wrap table {
    width: 100%;
    margin: 0 0 2rem;
  }
  .l-main--low .float-wrap table tr {
    width: auto;
    display: table-row;
    float: none;
  }
  .l-main--low .float-wrap table th {
    width: auto;
    display: table-cell;
  }
  .l-main--low .float-wrap table td {
    width: auto;
    display: table-cell;
  }
  .l-main--low .float-wrap table thead {
    width: auto;
    display: table-header-group;
    float: none;
  }
  .l-main--low .float-wrap table tbody {
    width: auto;
    display: table-row-group;
    float: none;
  }
  .l-main--low .float-wrap .catch {
    font-size: 1.8rem;
  }
  .l-main--low h2 {
    margin: 8rem auto 3rem;
    padding: 2.4rem 1rem;
    background-image: url("img/h2_line_sp.png"), url("img/h2_line_sp.png");
    background-size: 100% auto, 100% auto;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    position: relative;
  }

  .l-main--low h2:first-child {
    margin: 0 auto 3rem;

  }

  
  .l-main--low h2 a {
    color: #014067;
    padding: 0 4rem;
    display: inline-block;
    text-decoration: none;
    position: relative;
    width: 100%;
  }
  .l-main--low h2 a::after {
    width: 27px;
    height: 13px;
  }
  .l-main--low h3 {
    margin: 5rem auto 2rem;
    padding: 1.6rem 1rem 1rem 4rem;
    background: url("img/h3_line_sp.png") no-repeat top left/left auto;
    font-size: 1.8rem;
  }
  .l-main--low h3 a {
    padding: 0 4rem 0 0;
    display: block;
    text-decoration: none;
    position: relative;
    color: #014067;
    width: 100%;
  }
  .l-main--low h3 a::after {
    width: 27px;
    height: 13px;
  }
  .l-main--low h4, .l-main--low h5 {
    margin: 0 auto 3rem;
    padding: 0 1rem 0.5rem;
    font-size: 1.6rem;
    position: relative;
  }
  .l-main--low h4::after, .l-main--low h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background-image: linear-gradient(to right, #809fb3, #809fb3 5px, transparent 5px, transparent 10px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
  }
  .l-main--low h4 a, .l-main--low h5 a {
    padding: 0 4rem 0 0;
    display: block;
    text-decoration: none;
    position: relative;
    color: #014067;
  }
  .l-main--low h4 a::after, .l-main--low h5 a::after {
    width: 27px;
    height: 13px;
  }
}
