@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&Figtree:wght@500&display=swap");
/* design size variable */
/* constance variable */
/* device width variable */
/* font responsive ratio */
/* spacer responsive ratio */
/* noto sans font weight */
/* general method */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/*****************
フォントコンポーネント
*****************/
.c-font--sans-10-m {
  font-size: 10px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-font--sans-10-m {
    font-size: 3.125vw;
  }
}
.c-font--sans-11-l {
  font-family: "Noto Sans Japanese";
  font-size: 11px;
  font-weight: 200;
}
@media only screen and (max-width: 767px) {
  .c-font--sans-11-l {
    font-size: 3.125vw;
  }
}
.c-font--sans-12-r {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .c-font--sans-12-r {
    font-size: 3.125vw;
  }
}
.c-font--sans-14-r {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .c-font--sans-14-r {
    font-size: 3.4375vw;
  }
}
.c-font--sans-14-m, .p-modal_nav .nav_render > ul .child li {
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-font--sans-14-m, .p-modal_nav .nav_render > ul .child li {
    font-size: 3.4375vw;
  }
}
.c-font--sans-14-b {
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-font--sans-14-b {
    font-size: 3.4375vw;
  }
}
.c-font--sans-15-r {
  font-size: 15px;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .c-font--sans-15-r {
    font-size: 3.75vw;
  }
}
.c-font--sans-15-m {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .c-font--sans-15-m {
    font-size: 3.75vw;
  }
}
.c-font--sans-15-b {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .c-font--sans-15-b {
    font-size: 3.75vw;
  }
}
.c-font--sans-16-r {
  font-size: 16px;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .c-font--sans-16-r {
    font-size: 3.75vw;
  }
}
.c-font--sans-16-b {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .c-font--sans-16-b {
    font-size: 3.75vw;
  }
}
.c-font--sans-16-m, .p-modal_nav .nav_render > ul > li {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .c-font--sans-16-m, .p-modal_nav .nav_render > ul > li {
    font-size: 3.75vw;
  }
}
.c-font--sans-18-m {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .c-font--sans-18-m {
    font-size: 4.0625vw;
  }
}
.c-font--sans-18-b {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .c-font--sans-18-b {
    font-size: 4.0625vw;
  }
}
.c-font--sans-20-b {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .c-font--sans-20-b {
    font-size: 4.375vw;
  }
}
.c-font--sans-22-m, .p-modal_nav .logo {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .c-font--sans-22-m, .p-modal_nav .logo {
    font-size: 5vw;
  }
}
.c-font--sans-22-b {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .c-font--sans-22-b {
    font-size: 5vw;
  }
}
.c-font--sans-26-m {
  font-size: 26px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-font--sans-26-m {
    font-size: 6.25vw;
  }
}
.c-font--sans-35-b {
  font-size: 35px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-font--sans-35-b {
    font-size: 8.125vw;
  }
}
.c-font--serif-12-m {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-font--serif-12-m {
    font-size: 3.125vw;
  }
}
.c-font--serif-14-l {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .c-font--serif-14-l {
    font-size: 3.4375vw;
  }
}
.c-font--serif-14-m {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .c-font--serif-14-m {
    font-size: 3.4375vw;
  }
}
.c-font--serif-16-m {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .c-font--serif-16-m {
    font-size: 3.75vw;
  }
}
.c-font--serif-20-m {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .c-font--serif-20-m {
    font-size: 4.375vw;
  }
}
.c-font--serif-24-m {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .c-font--serif-24-m {
    font-size: 5vw;
  }
}
.c-font--serif-28-m {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .c-font--serif-28-m {
    font-size: 5vw;
  }
}
.c-font--serif-30-m {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .c-font--serif-30-m {
    font-size: 7.5vw;
  }
}
.c-font--dosis-11-l {
  font-family: "Dosis", sans-serif;
  font-size: 11px;
  font-weight: 200;
  letter-spacing: 0.238em;
}
.c-font--dosis-11-r {
  font-family: "Dosis", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.238em;
}
.c-font--dosis-12-l {
  font-family: "Dosis", sans-serif;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.238em;
}
.c-font--dosis-20-m {
  font-family: "Dosis", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.238em;
}
@media only screen and (max-width: 767px) {
  .c-font--dosis-20-m {
    font-size: 4.375vw;
  }
}
.c-font--dosis-30-m {
  font-family: "Dosis", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.238em;
}
@media only screen and (max-width: 767px) {
  .c-font--dosis-30-m {
    font-size: 5.625vw;
  }
}
.c-font--dosis-50-m {
  font-family: "Dosis", sans-serif;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.238em;
}
@media only screen and (max-width: 767px) {
  .c-font--dosis-50-m {
    font-size: 7.8125vw;
  }
}
.c-font--barlow-12 {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .c-font--barlow-12 {
    font-size: 3.125vw;
  }
}
.c-font--barlow-16 {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .c-font--barlow-16 {
    font-size: 3.75vw;
  }
}
.c-font--barlow-20 {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .c-font--barlow-20 {
    font-size: 5vw;
  }
}
.c-font--barlow-60 {
  font-family: "Barlow", sans-serif;
  font-size: 60px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .c-font--barlow-60 {
    font-size: 9.375vw;
  }
}

.p-drawer a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .p-drawer a {
    width: 7.1614583333vw;
    height: 5.9895833333vw;
  }
}
.p-drawer a span.box {
  display: block;
  width: 16px;
  height: 14px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-drawer a span.box {
    width: 100%;
    height: 100%;
  }
}
.p-drawer a span.line {
  background: #fff;
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: liner;
  -moz-transition-property: all;
  -moz-transition-duration: 0.25s;
  -moz-transition-timing-function: liner;
  -ms-transition-property: all;
  -ms-transition-duration: 0.25s;
  -ms-transition-timing-function: liner;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: liner;
}
.p-drawer a span.line:first-child {
  top: 0;
}
.p-drawer a span.line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.p-drawer a span.line:last-child {
  bottom: 0;
}
.p-drawer.active a span.line:first-child {
  top: 50%;
  transform: translate(0, 0) rotate(-45deg);
}
.p-drawer.active a span.line:nth-child(2) {
  transform: scale(0, 1);
}
.p-drawer.active a span.line:last-child {
  bottom: calc(50% - 2px);
  transform: translate(0, 0) rotate(45deg);
}

.p-link-arrow--yellow {
  position: relative;
}
.p-link-arrow--yellow:after {
  background: url(../img/btn_with_arrow_y.png) no-repeat left top/contain;
  content: " ";
  display: block;
  width: 74px;
  height: 74px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .p-link-arrow--yellow:after {
    width: 11.5625vw;
    height: 11.5625vw;
  }
}
.p-link-arrow--black {
  position: relative;
}
.p-link-arrow--black:after {
  background: url(../img/btn_with_arrow_b.png) no-repeat left top/contain;
  content: " ";
  display: block;
  width: 74px;
  height: 74px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .p-link-arrow--black:after {
    width: 11.5625vw;
    height: 11.5625vw;
  }
}

.p-modal_nav {
  background: #000;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 0;
  position: absolute;
  left: 0;
  top: 100%;
  transform: scale(1, 0);
  transform-origin: 0 0;
  z-index: -1;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: liner;
  -moz-transition-property: all;
  -moz-transition-duration: 0.25s;
  -moz-transition-timing-function: liner;
  -ms-transition-property: all;
  -ms-transition-duration: 0.25s;
  -ms-transition-timing-function: liner;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: liner;
}
.p-modal_nav.active {
  transform: scale(1, 1);
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .p-modal_nav {
    align-items: flex-start;
  }
}
.p-modal_nav .container {
  width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 980px) {
  .p-modal_nav .container {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .p-modal_nav .container {
    width: 100%;
  }
}
.p-modal_nav a {
  color: #fff;
}
.p-modal_nav .logo {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .p-modal_nav .logo {
    display: none;
  }
}
.p-modal_nav .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-modal_nav .logo img {
  width: 60px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .p-modal_nav .logo img {
    width: 9.375vw;
    margin-right: 4.6875vw;
  }
}
.p-modal_nav .nav_render > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .p-modal_nav .nav_render > ul {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-modal_nav .nav_render > ul > li {
    width: 100%;
  }
}
.p-modal_nav .nav_render > ul > li > a {
  display: block;
  border-bottom: solid 1px #fff;
}
@media only screen and (max-width: 767px) {
  .p-modal_nav .nav_render > ul > li > a {
    width: 100%;
    box-sizing: border-box;
    padding: 4.6875vw;
    position: relative;
  }
  .p-modal_nav .nav_render > ul > li > a.has_child:after {
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    content: " ";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: #fff solid 1px;
    border-right: #fff solid 1px;
    right: 1em;
    top: calc(50% - 3px);
  }
}
.p-modal_nav .nav_render > ul > li > a:hover {
  background: #fff000;
  color: #000;
}
.p-modal_nav .nav_render > ul > li > a:hover.has_child:after {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  content: " ";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: #000 solid 1px;
  border-right: #000 solid 1px;
  right: 1em;
  top: calc(50% - 3px);
}
.p-modal_nav .nav_render > ul .child {
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .p-modal_nav .nav_render > ul .child {
    background: #000;
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    overflow: scroll;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.25s;
    -webkit-transition-timing-function: liner;
    -moz-transition-property: all;
    -moz-transition-duration: 0.25s;
    -moz-transition-timing-function: liner;
    -ms-transition-property: all;
    -ms-transition-duration: 0.25s;
    -ms-transition-timing-function: liner;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: liner;
  }
  .p-modal_nav .nav_render > ul .child.active {
    opacity: 1;
    z-index: 9999;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.25s;
    -webkit-transition-timing-function: liner;
    -moz-transition-property: all;
    -moz-transition-duration: 0.25s;
    -moz-transition-timing-function: liner;
    -ms-transition-property: all;
    -ms-transition-duration: 0.25s;
    -ms-transition-timing-function: liner;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: liner;
  }
}
@media only screen and (max-width: 767px) {
  .p-modal_nav .nav_render > ul .child li {
    font-size: 3.75vw;
  }
}
.p-modal_nav .nav_render > ul .child li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .p-modal_nav .nav_render > ul .child li:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-modal_nav .nav_render > ul .child li > a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-modal_nav .nav_render > ul .child li > a {
    border-bottom: solid 1px #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 4.6875vw;
  }
}
.p-modal_nav .nav_render > ul .child li > a:hover {
  background: #fff000;
  color: #000;
}

.c-block--sub-page_title {
  background: url(../img/bg_subpage_header.png) no-repeat center center/cover;
  padding: 105px 0 50px;
}
@media only screen and (max-width: 768px) {
  .c-block--sub-page_title {
    padding: 11.2vw 0 4.5333333333vw;
  }
}
.c-block--sub-page_title h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .c-block--sub-page_title h1 {
    font-size: 6.4vw;
  }
}
.c-block--company-page_nav {
  margin-bottom: 77px;
}
@media only screen and (max-width: 767px) {
  .c-block--company-page_nav {
    margin-bottom: 10.6666666667vw;
  }
}
.c-block--company-page_nav ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .c-block--company-page_nav ul {
    flex-wrap: wrap;
  }
}
.c-block--company-page_nav ul li {
  width: 24.2346938776%;
}
@media only screen and (max-width: 768px) {
  .c-block--company-page_nav ul li {
    width: 43.3333333333vw;
  }
  .c-block--company-page_nav ul li:not(:nth-last-child(-n+2)) {
    margin-bottom: 2.6666666667vw;
  }
}
.c-block--company-page_nav ul li a {
  background: #e6e6e6;
  border-radius: 5px;
  color: #999999;
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-block--company-page_nav ul li a {
    padding: 2.6666666667vw 0;
    font-size: 3.7333333333vw;
  }
}
.c-block--company-page_nav ul li a.current {
  background: #014268;
  color: #fff;
}

.c-btn--round-with-arrow {
  background: #fff;
  border: solid 1px #014268;
  border-radius: 50px;
  box-sizing: border-box;
  display: inline-block;
  width: 180px;
  padding: 10px 0;
  color: #014268;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-btn--round-with-arrow {
    border-radius: 13.3333333333vw;
    width: 48vw;
    padding: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.c-btn--round-with-arrow:after {
  background: url(../img/icon_arrow.svg) no-repeat left top/contain;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: liner;
  -moz-transition-property: all;
  -moz-transition-duration: 0.25s;
  -moz-transition-timing-function: liner;
  -ms-transition-property: all;
  -ms-transition-duration: 0.25s;
  -ms-transition-timing-function: liner;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: liner;
}
@media only screen and (max-width: 768px) {
  .c-btn--round-with-arrow:after {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    right: 5.3333333333vw;
  }
}
.c-btn--round-with-arrow:hover:after {
  right: 15px;
}
@media only screen and (max-width: 768px) {
  .c-btn--round-with-arrow:hover:after {
    right: 4vw;
  }
}

body > header {
  background: linear-gradient(90deg, #014268 20%, #002a3b 100%);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
}
body > header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1206px;
}
@media only screen and (max-width: 1205px) {
  body > header .wrapper {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  body > header .wrapper {
    width: 89.0666666667vw;
    padding: 6.4vw 0;
  }
}
body > header h1 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.028em;
}
@media only screen and (max-width: 768px) {
  body > header h1 {
    font-size: 3.4666666667vw;
  }
}
body > header h1 img {
  width: 85px;
  margin-right: 34px;
}
@media only screen and (max-width: 768px) {
  body > header h1 img {
    width: 16vw;
    margin-right: 4vw;
  }
}
body > header nav > ul {
  display: flex;
}
@media only screen and (max-width: 768px) {
  body > header nav > ul {
    background: url(../img/bg_mobile_nav.png) no-repeat center top/cover;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 18.6666666667vw;
    opacity: 0;
    height: 0;
    overflow: auto;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.25s;
    -webkit-transition-timing-function: liner;
    -moz-transition-property: all;
    -moz-transition-duration: 0.25s;
    -moz-transition-timing-function: liner;
    -ms-transition-property: all;
    -ms-transition-duration: 0.25s;
    -ms-transition-timing-function: liner;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: liner;
  }
  body > header nav > ul.active {
    opacity: 1;
    height: 100vh;
    z-index: 9999;
  }
}
body > header nav > ul li {
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
body > header nav > ul li a {
  display: inline-block;
  color: #fff;
  padding: 24px 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body > header nav > ul li a {
    border-bottom: solid 1px #014268;
    display: block;
    padding: 6.1333333333vw 8vw;
    color: #014268;
    font-size: 4vw;
  }
}
body > header nav > ul li a.bg_blue {
  background: #014268;
}
@media only screen and (max-width: 768px) {
  body > header nav > ul li a.bg_blue {
    color: #fff;
  }
}
body > header nav > ul li a.bg_gray {
  background: #666;
}
@media only screen and (max-width: 768px) {
  body > header nav > ul li a.bg_gray {
    color: #fff;
  }
}
body > header nav > ul li.active > a, body > header nav > ul li.current > a {
  color: #88a6b8;
}
@media only screen and (max-width: 768px) {
  body > header nav > ul li.active > a, body > header nav > ul li.current > a {
    color: #014268;
  }
}
body > header nav > ul li.active > a:after, body > header nav > ul li.current > a:after {
  background: #88a6b8;
  content: "";
  width: calc(100% - 20px);
  height: 2px;
  position: absolute;
  left: 20px;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  body > header nav > ul li.active > a:after, body > header nav > ul li.current > a:after {
    display: none;
    position: static;
  }
}
@media only screen and (max-width: 768px) {
  body > header nav > ul li.has_child > a {
    position: relative;
  }
  body > header nav > ul li.has_child > a:after {
    background: url(../img/icon_plus.svg) no-repeat center center/contain;
    content: "";
    display: block;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    position: absolute;
    right: 8vw;
    top: 50%;
    transform: translateY(-50%);
  }
  body > header nav > ul li.has_child.active > a:after {
    background: url(../img/icon_minus.svg) no-repeat center center/contain;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
  }
}
body > header nav > ul li.has_child ul {
  width: 148px;
  height: 0;
  position: absolute;
  left: 20px;
  top: 100%;
  opacity: 0;
  overflow: auto;
  z-index: 999;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: liner;
  -moz-transition-property: all;
  -moz-transition-duration: 0.25s;
  -moz-transition-timing-function: liner;
  -ms-transition-property: all;
  -ms-transition-duration: 0.25s;
  -ms-transition-timing-function: liner;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: liner;
}
@media only screen and (max-width: 768px) {
  body > header nav > ul li.has_child ul {
    width: 100%;
    position: static;
  }
}
body > header nav > ul li.has_child ul.example_list {
  width: 238px;
}
@media only screen and (max-width: 768px) {
  body > header nav > ul li.has_child ul.example_list {
    width: 100%;
  }
}
body > header nav > ul li.has_child ul.active {
  height: auto;
  opacity: 1;
}
body > header nav > ul li.has_child ul li a {
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 11px;
  color: #014268;
  font-size: 14px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body > header nav > ul li.has_child ul li a {
    background: rgba(1, 66, 104, 0.6);
    border-bottom: solid 1px #014268;
    display: block;
    padding: 6.1333333333vw 8vw;
    color: #fff;
    font-size: 4vw;
  }
}
body > header nav > ul li.has_child ul li a:after {
  background: url(../img/icon_arrow.svg) no-repeat left top/contain;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  body > header nav > ul li.has_child ul li a:after {
    background: url(../img/icon_arrow_w.svg) no-repeat left top/contain;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    right: 8vw;
  }
}
body > header nav > ul li.has_child ul li a:hover {
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
}
body > header nav > ul li.has_child ul li a:hover:after {
  background: url(../img/icon_arrow_w.svg) no-repeat left top/contain;
}

body > footer {
  background: linear-gradient(180deg, #002a3b 20%, #014268 100%);
  padding: 98px 0 30px;
}
@media only screen and (max-width: 768px) {
  body > footer {
    padding: 13.3333333333vw 0 8vw;
  }
}
body > footer .wrapper {
  width: 1206px;
}
@media only screen and (max-width: 1205px) {
  body > footer .wrapper {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  body > footer .wrapper {
    width: 89.0666666667vw;
  }
}
body > footer .row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  body > footer .row {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  body > footer .row .text {
    margin-bottom: 6.9333333333vw;
    order: 1;
  }
}
body > footer .row .text .logo {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  body > footer .row .text .logo {
    margin-bottom: 8vw;
    font-size: 3.7333333333vw;
  }
}
body > footer .row .text .logo img {
  width: 110px;
  margin-right: 28px;
}
@media only screen and (max-width: 768px) {
  body > footer .row .text .logo img {
    margin-right: 5.3333333333vw;
    width: 23.4666666667vw;
  }
}
body > footer .row .text .name {
  margin-bottom: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.042em;
}
@media only screen and (max-width: 768px) {
  body > footer .row .text .name {
    margin-bottom: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
body > footer .row .text .phone {
  color: #fff;
  font-family: "Figtree", system-ui;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  body > footer .row .text .phone {
    font-size: 4.8vw;
  }
  body > footer .row .text .phone a {
    color: #fff;
  }
}
body > footer .row .text .phone strong {
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  body > footer .row .text .phone strong {
    font-size: 5.8666666667vw;
  }
}
body > footer .row .nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 380px;
}
@media only screen and (max-width: 768px) {
  body > footer .row .nav {
    width: 100%;
    order: 3;
  }
}
body > footer .row .nav h4 {
  margin-bottom: 13px;
  color: #fff;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  body > footer .row .nav h4 {
    margin-bottom: 3.4666666667vw;
    font-size: 3.7333333333vw;
  }
}
body > footer .row .nav .col {
  width: 185px;
}
@media only screen and (max-width: 768px) {
  body > footer .row .nav .col {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  body > footer .row .nav .col:nth-child(odd) {
    width: 26.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  body > footer .row .nav .col:nth-child(even) {
    width: 45.8666666667vw;
  }
}
body > footer .row .nav .col a:hover {
  text-decoration: underline;
}
body > footer .row .nav .col ul li {
  margin-bottom: 10px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  body > footer .row .nav .col ul li {
    font-size: 3.4666666667vw;
  }
}
body > footer .row .nav .col ul li a {
  color: #b3b3b3;
}
body > footer .row .nav .col.other_link {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  body > footer .row .nav .col.other_link {
    margin-top: 9.0666666667vw;
  }
}
body > footer .row .nav .col.other_link p:last-child {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  body > footer .row .nav .col.other_link p:last-child {
    margin-top: 8vw;
  }
}
body > footer .row .nav .col.other_link p a {
  color: #fff;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  body > footer .row .buttons {
    width: 100%;
    margin-bottom: 8vw;
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  body > footer .row .buttons ul {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  body > footer .row .buttons ul li {
    width: 41.8666666667vw;
  }
}
body > footer .row .buttons ul li a {
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  width: 200px;
  padding: 17px 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body > footer .row .buttons ul li a {
    border-radius: 1.3333333333vw;
    padding: 2.6666666667vw 4vw;
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
body > footer .row .buttons ul li a:after {
  background: url(../img/icon_arrow_w.svg) no-repeat left top;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: liner;
  -moz-transition-property: all;
  -moz-transition-duration: 0.25s;
  -moz-transition-timing-function: liner;
  -ms-transition-property: all;
  -ms-transition-duration: 0.25s;
  -ms-transition-timing-function: liner;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: liner;
}
@media only screen and (max-width: 768px) {
  body > footer .row .buttons ul li a:after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    right: 5.3333333333vw;
  }
}
body > footer .row .buttons ul li a:hover:after {
  right: 15px;
}
@media only screen and (max-width: 768px) {
  body > footer .row .buttons ul li a:hover:after {
    right: 4vw;
  }
}
body > footer .row .buttons ul li:first-child {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body > footer .row .buttons ul li:first-child {
    margin-bottom: 0;
  }
}
body > footer .row .buttons ul li:first-child a {
  background: #014268;
}
body > footer .row .buttons ul li:last-child a {
  background: #666;
}
body > footer .copy {
  color: #999999;
  font-size: 10px;
}
@media only screen and (max-width: 768px) {
  body > footer .copy {
    font-size: 2.6666666667vw;
  }
}

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/**
EC-CUBE リセット
 */
body {
  background: none;
}

.ec-layoutRole {
  background: none;
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

html {
  font-size: 100%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

p, li, dt, dd, input, textarea, th, td {
  color: #000;
  line-height: 175%;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

.wrapper {
  width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 979px) {
  .wrapper {
    width: 71.7423133236vw;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper {
    width: 92vw;
  }
}

.pc {
  display: inherit;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.pc-min-1281 {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .pc-min-1281 {
    display: inherit;
  }
}

.pc-1280 {
  display: none;
}
@media only screen and (max-width: 980px) {
  .pc-1280 {
    display: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .pc-1280 {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: inherit;
  }
}

img.pc, br.pc, span.pc, strong.pc, small.pc {
  display: inline;
}
@media only screen and (max-width: 768px) {
  img.pc, br.pc, span.pc, strong.pc, small.pc {
    display: none;
  }
}
img.sp, br.sp, span.sp, strong.sp, small.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  img.sp, br.sp, span.sp, strong.sp, small.sp {
    display: inline;
  }
}

a[href^="tel"] {
  cursor: text;
}
@media only screen and (max-width: 768px) {
  a[href^="tel"] {
    cursor: pointer;
  }
}

span[data-aos],
strong[data-aos],
small[data-aos] {
  display: inline-block;
}

main h2 {
  color: #014268;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.056em;
}
@media only screen and (max-width: 768px) {
  main h2 {
    font-size: 7.4666666667vw;
  }
}

body.top .slider {
  width: 100%;
  position: relative;
}
body.top .slider .slide {
  position: relative;
}
body.top .slider .slide img {
  width: 100%;
}
body.top .slider .slide p {
  color: #fff;
  font-size: 44px;
  font-weight: 500;
  position: absolute;
  left: 12.2254758419%;
  top: 55%;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: liner;
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: liner;
  -ms-transition-property: all;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: liner;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: liner;
}
@media only screen and (max-width: 768px) {
  body.top .slider .slide p {
    font-size: 6.6666666667vw;
    left: 6.4vw;
  }
}
body.top .slider .slide.current p {
  opacity: 1;
  top: 50%;
}
body.top .slider .swiper-pagination-bullets {
  box-sizing: border-box;
  display: inline-block;
  --swiper-pagination-bottom: 30px;
  padding-right: 9.7364568082%;
  text-align: right;
}
body.top .slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.3;
}
body.top .slider .swiper-pagination-bullet-active {
  opacity: 1;
}
body.top .slider .btn {
  position: absolute;
  left: 12.2254758419%;
  bottom: 30px;
  z-index: 200;
}
@media only screen and (max-width: 768px) {
  body.top .slider .btn {
    left: 6.4vw;
    bottom: 5.3333333333vw;
  }
}
body.top .slider .btn img {
  width: 50px;
}
@media only screen and (max-width: 768px) {
  body.top .slider .btn img {
    width: 10.6666666667vw;
  }
}
body.top .lead {
  padding: 112px 0 130px;
}
@media only screen and (max-width: 768px) {
  body.top .lead {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}
body.top .lead h2 {
  margin-bottom: 33px;
  line-height: 144.4444444444%;
}
@media only screen and (max-width: 768px) {
  body.top .lead h2 {
    font-size: 5.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
body.top .lead p {
  color: #3a3a3a;
  font-size: 15px;
  line-height: 171.4285714286%;
}
@media only screen and (max-width: 768px) {
  body.top .lead p {
    font-size: 4vw;
  }
}
body.top .lead .box {
  background: url(../img/logo_g.svg) no-repeat left bottom;
  background-size: 480px 182px;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  body.top .lead .box {
    background-size: 49.6vw 18.9333333333vw;
    padding-bottom: 14.4vw;
  }
}
body.top .lead .box .text {
  width: 560px;
}
@media only screen and (max-width: 768px) {
  body.top .lead .box .text {
    width: 100%;
  }
}
body.top .lead .box .text p {
  margin-bottom: 34px;
}
@media only screen and (max-width: 768px) {
  body.top .lead .box .text p {
    margin-bottom: 8vw;
  }
}
body.top .lead .box .btn {
  text-align: right;
}
body.top .lead figure {
  margin-top: -5px;
}
body.top .lead figure img {
  width: 100%;
}
body.top .technology {
  background: #f2f2f2;
  padding: 98px 0;
}
@media only screen and (max-width: 768px) {
  body.top .technology {
    padding: 13.3333333333vw 0;
  }
}
body.top .technology .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}
@media only screen and (max-width: 768px) {
  body.top .technology .header {
    justify-content: center;
    margin-bottom: 8.5333333333vw;
  }
}
body.top .technology .header img {
  width: 85px;
}
@media only screen and (max-width: 768px) {
  body.top .technology .header img {
    width: 18.1333333333vw;
  }
}
body.top .technology .row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  body.top .technology .row {
    flex-wrap: wrap;
  }
}
body.top .technology .row .col {
  background: #fff;
  border: solid 1px #e6e6e6;
  border-radius: 5px;
  box-sizing: border-box;
  width: 30.612244898%;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  body.top .technology .row .col {
    width: 100%;
  }
}
body.top .technology .row .col figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 135px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  body.top .technology .row .col figure {
    height: 36vw;
    margin-bottom: 10.6666666667vw;
  }
}
body.top .technology .row .col h3 {
  margin-bottom: 18px;
  color: #014268;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.top .technology .row .col h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 4.8vw;
  }
}
body.top .technology .row .col h3 span {
  border-bottom: solid 5px #dcdca0;
}
body.top .technology .row .col p {
  color: #3a3a3a;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.028em;
}
@media only screen and (max-width: 768px) {
  body.top .technology .row .col p {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  body.top .technology .row .col:first-child {
    margin-bottom: 5.3333333333vw;
  }
}
body.top .technology .row .col:first-child img {
  width: 153px;
}
@media only screen and (max-width: 768px) {
  body.top .technology .row .col:first-child img {
    width: 40.8vw;
  }
}
@media only screen and (max-width: 768px) {
  body.top .technology .row .col:nth-child(2) {
    margin-bottom: 5.3333333333vw;
  }
}
body.top .technology .row .col:nth-child(2) img {
  width: 130px;
}
@media only screen and (max-width: 768px) {
  body.top .technology .row .col:nth-child(2) img {
    width: 34.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  body.top .technology .row .col:last-child {
    margin-bottom: 8vw;
  }
}
body.top .technology .row .col:last-child img {
  width: 176px;
}
@media only screen and (max-width: 768px) {
  body.top .technology .row .col:last-child img {
    width: 46.9333333333vw;
  }
}
body.top .technology .btn.sp {
  text-align: center;
}
body.top .examples {
  padding: 120px 0 140px;
}
@media only screen and (max-width: 768px) {
  body.top .examples {
    padding: 13.3333333333vw 0;
  }
}
body.top .examples h2 {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.top .examples h2 {
    margin-bottom: 8vw;
  }
}
body.top .examples ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.top .examples ul li {
  width: 480px;
  height: 180px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body.top .examples ul li {
    width: 100%;
    height: 21.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
body.top .examples ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.top .examples ul li a {
    border-radius: 5px;
    font-size: 4.5333333333vw;
  }
}
body.top .examples ul li a small {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  body.top .examples ul li a small {
    font-size: 3.7333333333vw;
  }
}
body.top .examples ul li:first-child a {
  background: url(../img/bg_btn_example01.png) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  body.top .examples ul li:first-child a {
    background-size: cover;
  }
}
body.top .examples ul li:nth-child(2) a {
  background: url(../img/bg_btn_example02.png) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  body.top .examples ul li:nth-child(2) a {
    background-size: cover;
  }
}
body.top .examples ul li:nth-child(3) a {
  background: url(../img/bg_btn_example03.png) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  body.top .examples ul li:nth-child(3) a {
    background-size: cover;
  }
}
body.top .examples ul li:last-child a {
  background: url(../img/bg_btn_example04.png) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  body.top .examples ul li:last-child a {
    background-size: cover;
  }
}
body.top .faq {
  background: url(../img/bg_faq.png) no-repeat center top/cover;
  padding: 120px 0 100px;
}
@media only screen and (max-width: 768px) {
  body.top .faq {
    background: url(../img/bg_faq_sp.png) no-repeat center center/cover;
    padding: 13.3333333333vw 0;
  }
}
body.top .faq .wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  body.top .faq .wrapper {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  body.top .faq h2 {
    margin-bottom: 8vw;
    text-align: center;
  }
}
body.top .faq .questions {
  width: 540px;
}
@media only screen and (max-width: 768px) {
  body.top .faq .questions {
    width: 100%;
  }
}
body.top .faq .questions .question {
  background: #fff;
  border-radius: 5px;
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  body.top .faq .questions .question {
    padding: 7.4666666667vw;
  }
}
body.top .faq .questions .question:not(:last-child) {
  margin-bottom: 10px;
}
body.top .faq .questions .question h3 {
  font-size: 16px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.top .faq .questions .question h3 {
    font-size: 4.2666666667vw;
  }
}
body.top .faq .questions .question h3 a {
  display: block;
  padding-left: 38px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.top .faq .questions .question h3 a {
    padding-left: 8.2666666667vw;
    padding-right: 8.8vw;
    line-height: 162.5%;
  }
}
body.top .faq .questions .question h3 a:before {
  content: "Q";
  display: block;
  color: #014268;
  font-family: "Figtree", system-ui;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -0.2em;
}
@media only screen and (max-width: 768px) {
  body.top .faq .questions .question h3 a:before {
    top: -0.1em;
    font-size: 5.3333333333vw;
  }
}
body.top .faq .questions .question h3 a:after {
  background: url(../img/icon_plus.svg) no-repeat left top/contain;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  body.top .faq .questions .question h3 a:after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
body.top .faq .questions .question p {
  height: 0;
  padding-left: 38px;
  font-size: 15px;
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: liner;
  -moz-transition-property: all;
  -moz-transition-duration: 0.25s;
  -moz-transition-timing-function: liner;
  -ms-transition-property: all;
  -ms-transition-duration: 0.25s;
  -ms-transition-timing-function: liner;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: liner;
}
@media only screen and (max-width: 768px) {
  body.top .faq .questions .question p {
    padding-left: 8.2666666667vw;
    font-size: 4vw;
  }
}
body.top .faq .questions .question p small {
  display: inline-block;
  margin-top: 0.25em;
  font-size: 12px;
  line-height: 150%;
}
@media only screen and (max-width: 768px) {
  body.top .faq .questions .question p small {
    font-size: 3.2vw;
  }
}
body.top .faq .questions .question p a {
  color: #014268;
  text-decoration: underline;
}
body.top .faq .questions .question.active h3 a:after {
  background: url(../img/icon_minus.svg) no-repeat left top/contain;
  height: 2px;
}
@media only screen and (max-width: 768px) {
  body.top .faq .questions .question.active h3 a:after {
    height: 0.5333333333vw;
  }
}
body.top .faq .questions .question.active p {
  margin-top: 30px;
  height: auto;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  body.top .faq .questions .question.active p {
    margin-top: 5.3333333333vw;
  }
}
body.top .faq .btn {
  margin-top: 40px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  body.top .faq .btn {
    margin-top: 8vw;
    text-align: center;
  }
}
body.top .about {
  background: #014268;
  padding-top: 105px;
}
@media only screen and (max-width: 768px) {
  body.top .about {
    padding: 13.3333333333vw 0;
  }
}
body.top .about .inner {
  width: 1366px;
  margin: 0 auto;
}
@media only screen and (max-width: 1365px) {
  body.top .about .inner {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body.top .about .inner {
    width: 89.3333333333vw;
  }
}
body.top .about .inner .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 1173px;
}
@media only screen and (max-width: 1365px) {
  body.top .about .inner .box {
    width: 85.8711566618%;
  }
}
@media only screen and (max-width: 768px) {
  body.top .about .inner .box {
    width: 100%;
  }
}
body.top .about .inner .box figure {
  width: 45.5242966752%;
}
@media only screen and (max-width: 768px) {
  body.top .about .inner .box figure {
    width: 100%;
    margin-bottom: 8vw;
  }
}
body.top .about .inner .box figure img {
  width: 100%;
}
body.top .about .inner .box .text {
  width: 46.0358056266%;
  padding-bottom: 105px;
}
@media only screen and (max-width: 768px) {
  body.top .about .inner .box .text {
    width: 100%;
    padding-bottom: 0;
  }
}
body.top .about .inner .box .text h2 {
  margin-bottom: 53px;
  color: #fff;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  body.top .about .inner .box .text h2 {
    margin-bottom: 8vw;
    font-size: 7.4666666667vw;
    text-align: center;
  }
}
body.top .about .inner .box .text h2 img {
  width: 85px;
}
@media only screen and (max-width: 768px) {
  body.top .about .inner .box .text h2 img {
    width: 18.1333333333vw;
  }
}
body.top .about .inner .box .text p {
  margin-bottom: 50px;
  color: #fff;
  font-size: 15px;
  line-height: 160%;
}
@media only screen and (max-width: 768px) {
  body.top .about .inner .box .text p {
    margin-bottom: 8vw;
    font-size: 4vw;
  }
}
body.top .about .inner .box .text .btn {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  body.top .about .inner .box .text .btn {
    text-align: center;
  }
}
body.top .about .inner .box .text .btn a {
  background: #014268;
  border-color: #fff;
  color: #fff;
}
body.top .about .inner .box .text .btn a:after {
  background: url(../img/icon_arrow_w.svg) no-repeat left top/contain;
}
body.top .contact {
  padding: 80px 0 95px;
}
@media only screen and (max-width: 768px) {
  body.top .contact {
    padding: 13.3333333333vw 0;
  }
}
body.top .contact h2 {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.top .contact h2 {
    margin-bottom: 8vw;
  }
}
body.top .contact ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  body.top .contact ul {
    display: block;
  }
}
body.top .contact ul li {
  width: 48.9795918367%;
  height: 140px;
}
@media only screen and (max-width: 768px) {
  body.top .contact ul li {
    width: 100%;
    height: 21.3333333333vw;
  }
}
body.top .contact ul li a {
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 53px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.top .contact ul li a {
    padding-left: 7.2vw;
    font-size: 4.8vw;
  }
}
body.top .contact ul li a:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 25px;
  bottom: 25px;
}
@media only screen and (max-width: 768px) {
  body.top .contact ul li a:after {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    right: 5.3333333333vw;
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media only screen and (max-width: 768px) {
  body.top .contact ul li:first-child {
    margin-bottom: 3.7333333333vw;
  }
}
body.top .contact ul li:first-child a {
  background: url(../img/bg_btn_contact01.png) no-repeat center center/cover;
}
body.top .contact ul li:first-child a:after {
  background: url(../img/btn_arrow_b.svg) no-repeat left top/contain;
}
body.top .contact ul li:last-child a {
  background: url(../img/bg_btn_contact02.png) no-repeat center center/cover;
}
body.top .contact ul li:last-child a:after {
  background: url(../img/btn_arrow_g.svg) no-repeat left top/contain;
}
body.top .tell {
  background: url(../img/bg_phone.png) no-repeat center center/cover;
  padding: 62px 0 60px;
}
@media only screen and (max-width: 768px) {
  body.top .tell {
    padding: 12.2666666667vw 0;
  }
}
body.top .tell .wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  body.top .tell .wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
body.top .tell .number {
  color: #014268;
  font-family: "Figtree", system-ui;
  font-weight: 500;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  body.top .tell .number {
    font-size: 5.6vw;
  }
  body.top .tell .number a {
    color: #014268;
  }
}
body.top .tell .number strong {
  font-size: 46px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  body.top .tell .number strong {
    font-size: 9.3333333333vw;
  }
}
body.top .tell .open {
  background: #fff;
  border-radius: 5px;
  padding: 0.25em 0;
  color: #014268;
  font-size: 15px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.top .tell .open {
    font-size: 4.5333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  body.top .tell .phone {
    margin-bottom: 8vw;
  }
}

body.strong_points .points {
  padding: 115px 0;
}
@media only screen and (max-width: 768px) {
  body.strong_points .points {
    padding: 8vw 0 13.3333333333vw;
  }
}
body.strong_points .points .text:not(:last-child) {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  body.strong_points .points .text:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
}
body.strong_points .points h2 {
  margin-bottom: 33px;
  padding-left: 38px;
  color: #014268;
  font-size: 30px;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.strong_points .points h2 {
    margin-bottom: 5.8666666667vw;
    font-size: 5.3333333333vw;
    line-height: 200%;
  }
}
body.strong_points .points h2:before {
  background: url(../abouts/img/icon_check.png) no-repeat left top/contain;
  content: "";
  display: block;
  width: 22px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
}
@media only screen and (max-width: 768px) {
  body.strong_points .points h2:before {
    top: 2.6666666667vw;
    transform: none;
  }
}
body.strong_points .points h2 span {
  border-bottom: solid 5px #dcdca0;
}
body.strong_points .points p {
  color: #3a3a3a;
  font-size: 15px;
  line-height: 160%;
}
@media only screen and (max-width: 768px) {
  body.strong_points .points p {
    font-size: 4vw;
  }
}
body.strong_points .points .row {
  display: flex;
}
@media only screen and (max-width: 768px) {
  body.strong_points .points .row {
    display: block;
  }
}
body.strong_points .points .row .col h3 {
  margin-bottom: 15px;
  padding-left: 34px;
  color: #014268;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.strong_points .points .row .col h3 {
    margin-bottom: 2.6666666667vw;
    padding-left: 7.2vw;
    font-size: 4.2666666667vw;
  }
}
body.strong_points .points .row .col h3:before {
  background: #014268;
  border-radius: 5px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  color: #fff;
  font-family: "Figtree", system-ui;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  body.strong_points .points .row .col h3:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
body.strong_points .points .row .col:first-child h3:before {
  content: "1";
}
body.strong_points .points .row .col:nth-child(2) {
  margin-left: 56px;
}
@media only screen and (max-width: 768px) {
  body.strong_points .points .row .col:nth-child(2) {
    margin-left: 0;
    margin-top: 4vw;
  }
}
body.strong_points .points .row .col:nth-child(2) h3:before {
  content: "2";
}
body.strong_points .strong {
  background: #f2f2f2;
  padding: 94px 0 100px;
}
@media only screen and (max-width: 768px) {
  body.strong_points .strong {
    padding: 13.3333333333vw 0;
  }
}
body.strong_points .strong h2 {
  margin-bottom: 45px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.strong_points .strong h2 {
    margin-bottom: 8vw;
  }
}
body.strong_points .strong h2 img {
  width: 85px;
}
@media only screen and (max-width: 768px) {
  body.strong_points .strong h2 img {
    width: 18.1333333333vw;
  }
}
body.strong_points .strong .row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  body.strong_points .strong .row {
    flex-wrap: wrap;
  }
}
body.strong_points .strong .row .col {
  background: #fff;
  box-sizing: border-box;
  width: 30.612244898%;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  body.strong_points .strong .row .col {
    width: 100%;
  }
}
body.strong_points .strong .row .col figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 135px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  body.strong_points .strong .row .col figure {
    height: 36vw;
    margin-bottom: 10.6666666667vw;
  }
}
body.strong_points .strong .row .col h3 {
  margin-bottom: 18px;
  color: #014268;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.strong_points .strong .row .col h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 4.8vw;
  }
}
body.strong_points .strong .row .col h3 span {
  border-bottom: solid 5px #dcdca0;
}
body.strong_points .strong .row .col p {
  color: #3a3a3a;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.028em;
}
@media only screen and (max-width: 768px) {
  body.strong_points .strong .row .col p {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  body.strong_points .strong .row .col:first-child {
    margin-bottom: 5.3333333333vw;
  }
}
body.strong_points .strong .row .col:first-child img {
  width: 153px;
}
@media only screen and (max-width: 768px) {
  body.strong_points .strong .row .col:first-child img {
    width: 40.8vw;
  }
}
@media only screen and (max-width: 768px) {
  body.strong_points .strong .row .col:nth-child(2) {
    margin-bottom: 5.3333333333vw;
  }
}
body.strong_points .strong .row .col:nth-child(2) img {
  width: 130px;
}
@media only screen and (max-width: 768px) {
  body.strong_points .strong .row .col:nth-child(2) img {
    width: 34.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  body.strong_points .strong .row .col:last-child {
    margin-bottom: 8vw;
  }
}
body.strong_points .strong .row .col:last-child img {
  width: 176px;
}
@media only screen and (max-width: 768px) {
  body.strong_points .strong .row .col:last-child img {
    width: 46.9333333333vw;
  }
}
body.strong_points .effects {
  padding: 120px 0 70px;
}
@media only screen and (max-width: 768px) {
  body.strong_points .effects {
    padding: 13.3333333333vw 0;
  }
}
body.strong_points .effects h2 {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.strong_points .effects h2 {
    margin-bottom: 7.4666666667vw;
  }
}
body.strong_points .effects h2 small {
  border-bottom: solid 5px #e0ded9;
  display: inline-block;
  margin-bottom: 1em;
  padding-bottom: 0.25em;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  body.strong_points .effects h2 small {
    font-size: 5.3333333333vw;
  }
}
body.strong_points .effects .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.strong_points .effects .row .col {
  width: 30.612244898%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  body.strong_points .effects .row .col {
    width: 100%;
    margin-bottom: 8vw;
  }
  body.strong_points .effects .row .col:last-child {
    margin-bottom: 0;
  }
}
body.strong_points .effects .row .col figure {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body.strong_points .effects .row .col figure {
    margin-bottom: 6.4vw;
  }
}
body.strong_points .effects .row .col figure img {
  width: 100%;
}
body.strong_points .effects .row .col h3 {
  margin-bottom: 1em;
  color: #014268;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.strong_points .effects .row .col h3 {
    font-size: 4.8vw;
  }
}
body.strong_points .effects .row .col p {
  color: #3a3a3a;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.028em;
}
@media only screen and (max-width: 768px) {
  body.strong_points .effects .row .col p {
    font-size: 4vw;
  }
}
body.strong_points .movies {
  background: url(../img/bg_metal.png) no-repeat center top/cover;
  padding: 107px 0 60px;
}
@media only screen and (max-width: 768px) {
  body.strong_points .movies {
    padding: 12.5333333333vw 0 13.3333333333vw;
  }
}
body.strong_points .movies h2 {
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.strong_points .movies h2 {
    margin-bottom: 9.0666666667vw;
    line-height: 153.8461538462%;
  }
}
body.strong_points .movies .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.strong_points .movies .row .col {
  width: 46.9387755102%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  body.strong_points .movies .row .col {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
  body.strong_points .movies .row .col:last-child {
    margin-bottom: 0;
  }
}
body.strong_points .movies .row .col .movie {
  margin-bottom: 26px;
}
@media only screen and (max-width: 768px) {
  body.strong_points .movies .row .col .movie {
    margin-bottom: 5.3333333333vw;
  }
}
body.strong_points .movies .row .col .movie img {
  width: 100%;
}
body.strong_points .movies .row .col .movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
body.strong_points .movies .row .col h3 {
  margin-bottom: 1.25em;
  color: #014268;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.strong_points .movies .row .col h3 {
    font-size: 5.3333333333vw;
  }
}
body.strong_points .movies .row .col p {
  color: #3a3a3a;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.028em;
}
@media only screen and (max-width: 768px) {
  body.strong_points .movies .row .col p {
    font-size: 4vw;
  }
}
body.strong_points .movies .row .col dl {
  display: flex;
  margin-top: 26px;
}
@media only screen and (max-width: 768px) {
  body.strong_points .movies .row .col dl {
    display: block;
    margin-top: 5.3333333333vw;
  }
}
body.strong_points .movies .row .col dl dt {
  color: #014268;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  body.strong_points .movies .row .col dl dt {
    font-size: 4.8vw;
  }
}
body.strong_points .movies .row .col dl dd {
  color: #3a3a3a;
  margin-left: 1em;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0.028em;
}
@media only screen and (max-width: 768px) {
  body.strong_points .movies .row .col dl dd {
    margin-left: 0;
    margin-top: 0.5em;
    font-size: 4vw;
  }
}

body.flow p.lead {
  width: 81.6326530612%;
  margin: 112px auto 60px;
  color: #3a3a3a;
  font-size: 15px;
  line-height: 160%;
}
@media only screen and (max-width: 768px) {
  body.flow p.lead {
    width: 100%;
    margin: 8vw 0;
    font-size: 4vw;
  }
}
body.flow .flowchart {
  width: 81.6326530612%;
  margin: 0 auto 120px;
}
@media only screen and (max-width: 768px) {
  body.flow .flowchart {
    width: 100%;
    margin-bottom: 13.3333333333vw;
  }
}
body.flow .flowchart section {
  background: #f2f2f2;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 180px;
  padding: 0 50px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.flow .flowchart section {
    display: block;
    height: auto;
    padding: 5.3333333333vw 4.2666666667vw;
  }
}
body.flow .flowchart section:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  body.flow .flowchart section:not(:last-child) {
    margin-bottom: 9.0666666667vw;
  }
}
body.flow .flowchart section:not(:last-child):after {
  background: url(../abouts/flow/img/icon_bottom_arrow.svg) no-repeat left top/contain;
  content: "";
  display: block;
  width: 32px;
  height: 14px;
  position: absolute;
  left: 50%;
  bottom: -33px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  body.flow .flowchart section:not(:last-child):after {
    width: 8.5333333333vw;
    height: 3.7333333333vw;
    bottom: -7.2vw;
  }
}
body.flow .flowchart section h2 {
  padding-left: 55px;
  color: #014268;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.flow .flowchart section h2 {
    margin-bottom: 4vw;
    padding-left: 12vw;
    font-size: 4.8vw;
  }
}
body.flow .flowchart section h2:before {
  background: #014268;
  border-radius: 5px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-family: "Figtree", system-ui;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  body.flow .flowchart section h2:before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    font-size: 5.0666666667vw;
  }
}
body.flow .flowchart section .text, body.flow .flowchart section > p {
  width: 42.5%;
}
@media only screen and (max-width: 768px) {
  body.flow .flowchart section .text, body.flow .flowchart section > p {
    width: auto;
  }
}
body.flow .flowchart section p {
  color: #3a3a3a;
  font-size: 15px;
  line-height: 160%;
}
@media only screen and (max-width: 768px) {
  body.flow .flowchart section p {
    font-size: 4vw;
  }
}
body.flow .flowchart section aside {
  color: #3a3a3a;
  font-size: 12px;
  line-height: 166.6666666667%;
}
@media only screen and (max-width: 768px) {
  body.flow .flowchart section aside {
    font-size: 3.2vw;
  }
}
body.flow .flowchart section:nth-child(1) h2:before {
  content: "1";
}
body.flow .flowchart section:nth-child(2) h2:before {
  content: "2";
}
body.flow .flowchart section:nth-child(3) h2:before {
  content: "3";
}
body.flow .flowchart section:nth-child(4) h2:before {
  content: "4";
}
body.flow .flowchart section:nth-child(5) h2:before {
  content: "5";
}
body.flow .flowchart section:nth-child(6) h2:before {
  content: "6";
}
body.flow .flowchart section:nth-child(7) h2:before {
  content: "7";
}
body.flow .flowchart section:nth-child(8) h2:before {
  content: "8";
}
body.flow .flowchart section:nth-child(9) h2:before {
  content: "9";
}

body.mind .policy {
  background: url(../img/bg_metal.png) no-repeat center top/cover;
  padding: 115px 0 120px;
}
@media only screen and (max-width: 768px) {
  body.mind .policy {
    background: url(../img/bg_metal_sp.png) no-repeat center top/cover;
    padding: 8vw 0 13.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  body.mind .policy .wrapper {
    width: 89.3333333333vw;
  }
}
body.mind .policy h2 {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 166.6666666667%;
  letter-spacing: 0.014em;
}
@media only screen and (max-width: 768px) {
  body.mind .policy h2 {
    margin-bottom: 8vw;
    font-size: 5.3333333333vw;
  }
}
body.mind .policy .list h3 {
  border-bottom: solid 1px #b3b3b3;
  padding-bottom: 0.25em;
  margin-bottom: 38px;
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  body.mind .policy .list h3 {
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
}
body.mind .policy .list section:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  body.mind .policy .list section:not(:last-child) {
    margin-bottom: 9.3333333333vw;
  }
}
body.mind .policy .list section h4 {
  margin-bottom: 25px;
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  body.mind .policy .list section h4 {
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
    line-height: 175%;
  }
}
body.mind .policy .list section p {
  color: #3a3a3a;
  font-size: 15px;
  line-height: 171.4285714286%;
}
@media only screen and (max-width: 768px) {
  body.mind .policy .list section p {
    font-size: 4vw;
  }
}

body.greeting main .box {
  background: url(../img/bg_metal.png) no-repeat center top/cover;
  padding: 115px 0 124px;
}
@media only screen and (max-width: 768px) {
  body.greeting main .box {
    padding: 8vw 0 13.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  body.greeting main .box .wrapper {
    width: 89.3333333333vw;
  }
}
body.greeting main .row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  body.greeting main .row {
    display: block;
  }
}
body.greeting main .row figure {
  width: 38.7755102041%;
}
@media only screen and (max-width: 768px) {
  body.greeting main .row figure {
    width: 100%;
    margin-bottom: 8vw;
    text-align: center;
  }
}
body.greeting main .row figure img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.greeting main .row figure img {
    width: 66.6666666667vw;
  }
}
body.greeting main .row .text {
  width: 53.0612244898%;
}
@media only screen and (max-width: 768px) {
  body.greeting main .row .text {
    width: 100%;
  }
}
body.greeting main .row .text p {
  color: #3a3a3a;
  font-size: 15px;
  line-height: 160%;
}
@media only screen and (max-width: 768px) {
  body.greeting main .row .text p {
    font-size: 4vw;
  }
}
body.greeting main .row .text dl {
  margin: 38px 0;
}
body.greeting main .row .text dl dt, body.greeting main .row .text dl dd {
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  body.greeting main .row .text dl dt, body.greeting main .row .text dl dd {
    padding-left: 10.6666666667vw;
  }
}
body.greeting main .row .text dl dt {
  margin-bottom: 10px;
  color: #014268;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.greeting main .row .text dl dt {
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
body.greeting main .row .text dl dt:before {
  background: #e6e6e6;
  border-radius: 5px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  color: #014268;
  font-family: "Figtree", system-ui;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  body.greeting main .row .text dl dt:before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    font-size: 4vw;
  }
}
body.greeting main .row .text dl dt:nth-of-type(1):before {
  content: "1";
}
body.greeting main .row .text dl dt:nth-of-type(2):before {
  content: "2";
}
body.greeting main .row .text dl dt:nth-of-type(3):before {
  content: "3";
}
body.greeting main .row .text dl dt:nth-of-type(4):before {
  content: "4";
}
body.greeting main .row .text dl dt:nth-of-type(5):before {
  content: "5";
}
body.greeting main .row .text dl dt:nth-of-type(6):before {
  content: "6";
}
body.greeting main .row .text dl dt:nth-of-type(7):before {
  content: "7";
}
body.greeting main .row .text dl dt:nth-of-type(8):before {
  content: "8";
}
body.greeting main .row .text dl dt:nth-of-type(9):before {
  content: "9";
}
body.greeting main .row .text dl dd {
  color: #3a3a3a;
  font-size: 16px;
  line-height: 150%;
}
@media only screen and (max-width: 768px) {
  body.greeting main .row .text dl dd {
    font-size: 4.2666666667vw;
  }
}
body.greeting main .row .text dl dd:not(:last-child) {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  body.greeting main .row .text dl dd:not(:last-child) {
    margin-bottom: 5.8666666667vw;
  }
}
body.greeting main .row .sign {
  display: flex;
  align-items: center;
  margin-top: 30px;
  color: #3a3a3a;
  font-size: 15px;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  body.greeting main .row .sign {
    margin-top: 6.6666666667vw;
    font-size: 4vw;
    line-height: 125%;
  }
}
body.greeting main .row .sign img {
  width: 88px;
  margin-left: 1.2em;
}
@media only screen and (max-width: 768px) {
  body.greeting main .row .sign img {
    width: 23.4666666667vw;
  }
}

body.company main > .wrapper {
  padding: 115px 0 120px;
}
@media only screen and (max-width: 768px) {
  body.company main > .wrapper {
    width: 100%;
    padding: 8vw 0 0;
  }
}
@media only screen and (max-width: 768px) {
  body.company main .c-block--company-page_nav {
    width: 89.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
body.company main table {
  width: 100%;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  body.company main table {
    width: 89.3333333333vw;
    margin: 0 auto 13.3333333333vw;
  }
}
body.company main table th, body.company main table td {
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  padding: 20px 0;
  font-size: 15px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  body.company main table th, body.company main table td {
    width: 100%;
    display: block;
    padding: 4vw 0;
    font-size: 4vw;
  }
}
body.company main table th {
  width: 31.6326530612%;
  padding-left: 40px;
  color: #014268;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  body.company main table th {
    width: 100%;
    border-bottom: none;
    padding-left: 0;
    padding-bottom: 0;
  }
}
body.company main table td {
  color: #3a3a3a;
}
@media only screen and (max-width: 768px) {
  body.company main table td {
    border-top: none;
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.company main table tr:not(:first-child) th {
    border-top: none;
  }
}
body.company main .map iframe {
  width: 100%;
  height: 330px;
  aspect-ratio: 980/330;
}
@media only screen and (max-width: 768px) {
  body.company main .map iframe {
    height: 33.6vw;
    aspect-ratio: 375/126;
  }
}

body.history main > .wrapper {
  padding: 115px 0 120px;
}
@media only screen and (max-width: 768px) {
  body.history main > .wrapper {
    width: 89.3333333333vw;
    padding: 8vw 0 0;
  }
}
body.history main table {
  width: 100%;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  body.history main table {
    margin-bottom: 13.3333333333vw;
  }
}
body.history main table th, body.history main table td {
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  padding: 20px 0;
  font-size: 15px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  body.history main table th, body.history main table td {
    width: 100%;
    display: block;
    padding: 4vw 0;
    font-size: 4vw;
  }
}
body.history main table th {
  width: 31.6326530612%;
  padding-left: 40px;
  color: #014268;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  body.history main table th {
    width: 100%;
    border-bottom: none;
    padding-left: 0;
    padding-bottom: 0;
  }
}
body.history main table td {
  color: #3a3a3a;
}
@media only screen and (max-width: 768px) {
  body.history main table td {
    border-top: none;
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.history main table tr:not(:first-child) th {
    border-top: none;
  }
}
body.history main h2 {
  margin-bottom: 18px;
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.history main h2 {
    margin-bottom: 4.8vw;
    font-size: 4.8vw;
  }
}

body.privacy main h2 {
  border-bottom: solid 1px #b3b3b3;
  padding-bottom: 0.25em;
  margin-bottom: 38px;
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  body.privacy main h2 {
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
body.privacy main p, body.privacy main h3 {
  color: #3a3a3a;
  font-size: 14px;
  line-height: 160%;
}
@media only screen and (max-width: 768px) {
  body.privacy main p, body.privacy main h3 {
    font-size: 3.7333333333vw;
  }
}
body.privacy main .lead {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body.privacy main .lead {
    margin-bottom: 5.3333333333vw;
  }
}
body.privacy main > .wrapper {
  padding: 120px 0;
}
@media only screen and (max-width: 768px) {
  body.privacy main > .wrapper {
    padding: 8vw 0 13.3333333333vw;
  }
}
body.privacy main > .wrapper section:not(:last-child) {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  body.privacy main > .wrapper section:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
}
body.privacy main > .wrapper section section:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body.privacy main > .wrapper section section:not(:last-child) {
    margin-bottom: 8vw;
  }
}

body.examples .c-block--sub-page_title {
  padding-top: 73px;
}
@media only screen and (max-width: 768px) {
  body.examples .c-block--sub-page_title {
    padding-top: 6.4vw;
  }
}
body.examples .c-block--sub-page_title h1 small {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  body.examples .c-block--sub-page_title h1 small {
    margin-bottom: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
body.examples .c-block--sub-page_title h1 span {
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  body.examples .c-block--sub-page_title h1 span {
    font-size: 4vw;
  }
}
body.examples .c-block--sub-page_title h1 a {
  color: #fff;
  text-decoration: underline;
}
body.examples main > .wrapper {
  padding: 115px 0 100px;
}
@media only screen and (max-width: 768px) {
  body.examples main > .wrapper {
    padding: 8vw 0 13.3333333333vw;
  }
}
body.examples main > .wrapper h2 {
  margin-bottom: 20px;
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  body.examples main > .wrapper h2 {
    margin-bottom: 4.5333333333vw;
    font-size: 5.3333333333vw;
  }
}
body.examples main > .wrapper figure {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  body.examples main > .wrapper figure {
    margin-bottom: 8vw;
  }
  body.examples main > .wrapper figure img {
    border-radius: 5px;
  }
}
body.examples main > .wrapper section:not(:last-child) {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  body.examples main > .wrapper section:not(:last-child) {
    margin-bottom: 12.8vw;
  }
}
body.examples main > .wrapper section h3 {
  border-bottom: solid 1px #b3b3b3;
  padding-bottom: 0.25em;
  margin-bottom: 38px;
  color: #3a3a3a;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  body.examples main > .wrapper section h3 {
    margin-bottom: 6.6666666667vw;
    font-size: 4.8vw;
  }
}
body.examples main > .wrapper section p, body.examples main > .wrapper section li {
  color: #3a3a3a;
  font-size: 15px;
  line-height: 160%;
}
@media only screen and (max-width: 768px) {
  body.examples main > .wrapper section p, body.examples main > .wrapper section li {
    font-size: 4vw;
  }
}
body.examples main > .wrapper section ol {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  body.examples main > .wrapper section ol {
    margin-top: 6.6666666667vw;
  }
}
body.examples main > .wrapper section ol li {
  padding-left: 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.examples main > .wrapper section ol li {
    padding-left: 9.3333333333vw;
  }
}
body.examples main > .wrapper section ol li:not(:last-child) {
  margin-bottom: 1em;
}
body.examples main > .wrapper section ol li:before {
  background: #e6e6e6;
  border-radius: 5px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  color: #014268;
  font-family: "Figtree", system-ui;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  body.examples main > .wrapper section ol li:before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    font-size: 4vw;
  }
}
body.examples main > .wrapper section ol li:nth-child(1):before {
  content: "1";
}
body.examples main > .wrapper section ol li:nth-child(2):before {
  content: "2";
}
body.examples main > .wrapper section ol li:nth-child(3):before {
  content: "3";
}
body.examples main > .wrapper section ol li:nth-child(4):before {
  content: "4";
}
body.examples main > .wrapper section ol li:nth-child(5):before {
  content: "5";
}
body.examples main > .wrapper section ol li:nth-child(6):before {
  content: "6";
}
body.examples main > .wrapper section ol li:nth-child(7):before {
  content: "7";
}
body.examples main > .wrapper section ol li:nth-child(8):before {
  content: "8";
}
body.examples main > .wrapper section ol li:nth-child(9):before {
  content: "9";
}
body.examples main .other_list {
  background: #e6e6e6;
  padding: 70px 0 80px;
}
@media only screen and (max-width: 768px) {
  body.examples main .other_list {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}
body.examples main .other_list h2 {
  margin-bottom: 43px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.examples main .other_list h2 {
    margin-bottom: 8vw;
    font-size: 5.3333333333vw;
  }
}
body.examples main .other_list .wrapper .row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  body.examples main .other_list .wrapper .row {
    flex-wrap: wrap;
  }
}
body.examples main .other_list .wrapper .col {
  width: 30.612244898%;
}
@media only screen and (max-width: 768px) {
  body.examples main .other_list .wrapper .col {
    width: 100%;
  }
  body.examples main .other_list .wrapper .col:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
}
body.examples main .other_list .wrapper .col a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 155px;
  aspect-ratio: 330/155;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.014em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.examples main .other_list .wrapper .col a {
    height: 21.3333333333vw;
    aspect-ratio: 335/80;
    font-size: 4.5333333333vw;
  }
}
body.examples main .other_list .wrapper .col a small {
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  body.examples main .other_list .wrapper .col a small {
    font-size: 3.4666666667vw;
  }
}
body.examples main .other_list .wrapper .col.example01 a {
  background: url(../examples/img/bg_btn01.png) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  body.examples main .other_list .wrapper .col.example01 a {
    background-size: cover;
  }
}
body.examples main .other_list .wrapper .col.example02 a {
  background: url(../examples/img/bg_btn02.png) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  body.examples main .other_list .wrapper .col.example02 a {
    background-size: cover;
  }
}
body.examples main .other_list .wrapper .col.example03 a {
  background: url(../examples/img/bg_btn03.png) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  body.examples main .other_list .wrapper .col.example03 a {
    background-size: cover;
  }
}
body.examples main .other_list .wrapper .col.example04 a {
  background: url(../examples/img/bg_btn04.png) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  body.examples main .other_list .wrapper .col.example04 a {
    background-size: cover;
  }
}
body.examples figure img {
  width: 100%;
}

body.faq .page_nav {
  background: #fff;
  margin-top: 90px;
  padding: 20px 0;
  position: sticky;
  top: 72px;
  left: 0;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  body.faq .page_nav {
    margin-top: 2.6666666667vw;
    top: 18.6666666667vw;
    padding: 5.3333333333vw 0;
  }
}
body.faq .page_nav ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  body.faq .page_nav ul {
    display: block;
    text-align: center;
  }
}
body.faq .page_nav ul li {
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  body.faq .page_nav ul li {
    display: inline-block;
    margin-bottom: 4.5333333333vw;
  }
}
body.faq .page_nav ul li:not(:first-child) {
  border-left: solid 1px #ccc;
  margin-left: 25px;
  padding-left: 25px;
}
@media only screen and (max-width: 768px) {
  body.faq .page_nav ul li:not(:first-child) {
    margin-left: 0.75em;
    padding-left: 0.75em;
  }
}
@media only screen and (max-width: 768px) {
  body.faq .page_nav ul li:nth-child(5) {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
}
body.faq .page_nav ul li a {
  color: #014268;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  body.faq .page_nav ul li a {
    font-size: 3.4666666667vw;
  }
}
body.faq .questions {
  margin: 0 auto;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  body.faq .questions {
    padding: 13.3333333333vw 0;
  }
  body.faq .questions:first-of-type {
    padding-top: 8vw;
  }
}
body.faq .questions .wrapper {
  width: 800px;
}
@media only screen and (max-width: 768px) {
  body.faq .questions .wrapper {
    width: 89.3333333333vw;
  }
}
body.faq .questions h2 {
  margin-bottom: 33px;
}
@media only screen and (max-width: 768px) {
  body.faq .questions h2 {
    margin-bottom: 4.8vw;
    font-size: 5.8666666667vw;
  }
}
body.faq .questions .question {
  background: #f2f2f2;
  border-radius: 5px;
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  body.faq .questions .question {
    padding: 8vw 5.8666666667vw;
  }
}
body.faq .questions .question:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  body.faq .questions .question:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
body.faq .questions .question h3 {
  font-size: 16px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.faq .questions .question h3 {
    font-size: 4.2666666667vw;
    line-height: 162.5%;
  }
}
body.faq .questions .question h3 a {
  display: block;
  padding-left: 38px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.faq .questions .question h3 a {
    padding-left: 8.8vw;
    padding-right: 5.3333333333vw;
  }
}
body.faq .questions .question h3 a:before {
  content: "Q";
  display: block;
  color: #014268;
  font-family: "Figtree", system-ui;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -0.2em;
}
@media only screen and (max-width: 768px) {
  body.faq .questions .question h3 a:before {
    font-size: 4.8vw;
  }
}
body.faq .questions .question h3 a:after {
  background: url(../img/icon_plus.svg) no-repeat left top/contain;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  body.faq .questions .question h3 a:after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
body.faq .questions .question p {
  padding-left: 38px;
  color: #3a3a3a;
  font-size: 15px;
  line-height: 160%;
  opacity: 0;
  height: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: liner;
  -moz-transition-property: all;
  -moz-transition-duration: 0.25s;
  -moz-transition-timing-function: liner;
  -ms-transition-property: all;
  -ms-transition-duration: 0.25s;
  -ms-transition-timing-function: liner;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: liner;
}
@media only screen and (max-width: 768px) {
  body.faq .questions .question p {
    padding-left: 8.8vw;
    font-size: 4vw;
  }
}
body.faq .questions .question p small {
  display: inline-block;
  margin-top: 0.25em;
  font-size: 12px;
  line-height: 150%;
}
@media only screen and (max-width: 768px) {
  body.faq .questions .question p small {
    font-size: 3.2vw;
  }
}
body.faq .questions .question p a {
  color: #014268;
  text-decoration: underline;
}
body.faq .questions .question.active h3 a:after {
  background: url(../img/icon_minus.svg) no-repeat left top/contain;
  height: 2px;
}
@media only screen and (max-width: 768px) {
  body.faq .questions .question.active h3 a:after {
    height: 0.5333333333vw;
  }
}
body.faq .questions .question.active p {
  margin-top: 30px;
  height: auto;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  body.faq .questions .question.active p {
    margin-top: 5.3333333333vw;
  }
}
body.faq .questions.bg_metal {
  background: url(../img/bg_metal.png) no-repeat center top/cover;
}
body.faq .questions.bg_metal .question {
  background: #fff;
}

body.form .c-block--sub-page_title {
  padding-top: 73px;
}
@media only screen and (max-width: 768px) {
  body.form .c-block--sub-page_title {
    padding-top: 7.2vw;
  }
}
body.form .c-block--sub-page_title h1 small {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  body.form .c-block--sub-page_title h1 small {
    margin-bottom: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
body.form h2 {
  border-bottom: solid 1px #b3b3b3;
  padding-bottom: 0.25em;
  margin-bottom: 38px;
  color: #3a3a3a;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  body.form h2 {
    margin-bottom: 6.9333333333vw;
    font-size: 4.8vw;
  }
}
body.form main > .wrapper {
  width: 800px;
  padding: 115px 0 120px;
}
@media only screen and (max-width: 768px) {
  body.form main > .wrapper {
    width: 89.3333333333vw;
    padding: 8vw 0 13.3333333333vw;
  }
}
body.form main .lead {
  margin-bottom: 85px;
  color: #3a3a3a;
  font-size: 15px;
  line-height: 160%;
}
@media only screen and (max-width: 768px) {
  body.form main .lead {
    margin-bottom: 13.3333333333vw;
    font-size: 4vw;
  }
}
body.form form section:not(:last-child) {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  body.form form section:not(:last-child) {
    margin-bottom: 13.3333333333vw;
  }
}
body.form form table {
  width: 100%;
}
body.form form table th, body.form form table td {
  padding-bottom: 15px;
  color: #3a3a3a;
  font-size: 15px;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  body.form form table th, body.form form table td {
    display: block;
    font-size: 4vw;
  }
}
body.form form table th aside, body.form form table td aside {
  font-size: 12px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  body.form form table th aside, body.form form table td aside {
    font-size: 3.2vw;
  }
}
body.form form table th {
  width: 260px;
}
@media only screen and (max-width: 768px) {
  body.form form table th {
    border-bottom: none;
    width: 100%;
    padding-bottom: 0;
  }
}
body.form form table th.required:after {
  background: #c1272d;
  border-radius: 3px;
  display: inline-block;
  content: "必須";
  padding: 0.3em 0.5em;
  margin-left: 1em;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}
body.form form table td {
  width: 520px;
}
@media only screen and (max-width: 768px) {
  body.form form table td {
    border-top: none;
    width: 100%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.form form br.sp + input[type=text] {
    display: inline-block;
    margin-top: 2.6666666667vw;
  }
}
body.form form input[type=text],
body.form form textarea {
  border: none;
  background: #f2f2f2;
}
body.form form textarea {
  width: 100%;
}
body.form form input[type=text] {
  width: 353px;
  padding: 0.75em 0.25em;
}
@media only screen and (max-width: 768px) {
  body.form form input[type=text] {
    width: 73.3333333333vw;
  }
}
body.form form input[type=text][maxlength="6"] {
  width: 8em;
}
@media only screen and (max-width: 768px) {
  body.form form input[type=text][maxlength="6"] {
    width: 7em;
  }
}
body.form form input[type=text].full-size {
  width: 100%;
}
body.form form input[type=radio]:not(:first-child) {
  margin-left: 1em;
}
body.form form .is_accept {
  color: #3a3a3a;
  font-size: 13px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.form form .is_accept {
    margin-bottom: 13.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
body.form form .is_accept a {
  color: #014268;
  text-decoration: underline;
}
body.form form .btn_container {
  margin-top: 46px;
  text-align: center;
}
body.form form .btn_container button {
  background: none;
}

/*# sourceMappingURL=style.css.map */
