@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, 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, strong, sub, sup, tt, var,
b, 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 {
  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;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 45px;
  z-index: -10000;
}

@media print, screen and (min-width: 415px) {
  body {
    margin-top: 75px;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

h2 {
  font-family: "Noto Serif JP", serif;
  color: #3B4043;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
}

@media print, screen and (min-width: 415px) {
  h2 {
    font-size: 70px;
    line-height: 1.2;
    font-weight: 500;
  }
}

h3 {
  color: #000000;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
}

@media print, screen and (min-width: 415px) {
  h3 {
    font-size: 60px;
    line-height: 1.4;
  }
}

h4 {
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
}

@media print, screen and (min-width: 415px) {
  h4 {
    font-size: 40px;
    line-height: 1.6;
  }
}

p {
  color: #3B4043;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
}

@media print, screen and (min-width: 415px) {
  p {
    font-size: 20px;
    line-height: 1.2;
  }
}

.mb {
  display: block;
}

@media print, screen and (min-width: 415px) {
  .mb {
    display: none;
  }
}

.pc {
  display: none;
}

@media print, screen and (min-width: 415px) {
  .pc {
    display: block;
  }
}

a {
  text-decoration: none;
  display: block;
}

.inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 12px;
}

@media print, screen and (min-width: 415px) {
  .inner {
    width: 100%;
    min-width: 1030px;
    max-width: 1030px;
    padding: 0 15px;
  }
}

.section {
  margin-bottom: 70px;
  min-width: 375px;
  width: 100%;
}

@media print, screen and (min-width: 415px) {
  .section {
    width: 100%;
    min-width: 1000px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.header-pc {
  position: fixed;
  z-index: 1000;
  -webkit-box-shadow: 1px 1px 2px 2px #0000000f;
          box-shadow: 1px 1px 2px 2px #0000000f;
  width: 100%;
  top: 0;
  background-color: #ffffff;
}

.header-pc nav {
  margin: 0 auto;
  max-width: 1030px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-pc nav .header__logo__img {
  width: 223px;
}

.header-pc nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 35px 0 14px 0;
}

.header-pc nav ul li a {
  padding: 5px 16px;
  font-size: 16px;
  color: #3B4043;
  line-height: 1;
  border: 1px solid #1a13116f;
  border-radius: 6px;
  font-weight: 700;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header-pc nav ul li a:hover {
  background-color: #3B4043;
  color: #ffffff;
}

.header-pc nav ul li + li {
  margin-left: 18px;
}

.header-mb {
  position: absolute;
  z-index: 100000;
  -webkit-box-sizing: 1px 1px 2px 2px #0000000f;
          box-sizing: 1px 1px 2px 2px #0000000f;
  width: 100%;
  top: 0;
  background-color: #ffffff;
}

.header-mb__logo__img {
  width: 160px;
  margin: 0 auto;
  padding: 7px 0 3px;
}

.header-mb__logo__img-white {
  width: 203px;
  margin: auto;
}

.header-mb nav {
  margin: 0 auto;
  width: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header-mb nav .header__logo__img {
  width: 152px;
  margin: 0 auto;
  padding-top: 9px;
}

.header-mb nav ul {
  background-color: #172C53;
  padding: 25px 20px 40px 20px;
}

.header-mb nav ul li a {
  padding: 10px 16px;
  font-size: 16px;
  color: #3B4043;
  line-height: 1;
  border: 1px solid #1a13116f;
  background-color: #D9D9D9;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header-mb nav ul li a:hover {
  background-color: #3B4043;
  color: #ffffff;
}

.header-mb nav ul li + li {
  margin-top: 18px;
}

.header-mb .openbtn1 {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 6px;
  right: 16px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
}

.header-mb .openbtn1 span {
  position: absolute;
  left: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  width: 70%;
  height: 1px;
  background-color: #21478B;
  border-radius: 2px;
}

.header-mb .openbtn1 span:nth-of-type(1) {
  top: 6px;
  background-color: #373750;
}

.header-mb .openbtn1 span:nth-of-type(2) {
  top: 15px;
  background-color: #373750;
}

.header-mb .openbtn1 span:nth-of-type(3) {
  top: 24px;
  background-color: #373750;
}

.header-mb .openbtn1.active span:nth-of-type(1) {
  top: 10px;
  left: 5px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 70%;
  background-color: #373750;
}

.header-mb .openbtn1.active span:nth-of-type(2) {
  opacity: 0;
  background-color: #373750;
}

.header-mb .openbtn1.active span:nth-of-type(3) {
  top: 23px;
  left: 5px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 70%;
  background-color: #373750;
}

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 1000;
  /*ナビのスタート位置と形状*/
  top: -120%;
  right: 0;
  width: 242px;
  /*動き*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-color: #172C53;
}

#g-nav.panelactive {
  padding: 70px 0 0;
  top: 0;
  right: 0;
  width: 242px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer {
  background-color: #d2d3d3;
  padding: 45px 0 0;
  min-width: 375px;
  width: 100%;
}

@media print, screen and (min-width: 415px) {
  .footer {
    width: 100%;
    min-width: 1030px;
  }
}

.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 415px) {
  .footer .inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1030px;
  }
}

.footer address a {
  display: inline;
}

.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 295px;
  font-weight: 300;
}

.footer__address__logo-img {
  width: 295px;
  margin-bottom: 10px;
}

.footer__address__txt {
  margin-bottom: 35px;
  line-height: 1.5;
  color: #3b4043;
}

.footer__address__use {
  width: 100%;
  margin-bottom: 37px;
}

.footer__address__use a {
  padding: 6px 0;
  background-color: #ffffff;
  text-align: center;
  color: #1a1311;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer__address__use a:hover {
  background-color: #3B4043;
  color: #ffffff;
}

.footer__home li:nth-child(1), .footer__company li:nth-child(1), .footer__business li:nth-child(1), .footer__recruitment li:nth-child(1), .footer__contact li:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__home li:nth-child(1) a, .footer__company li:nth-child(1) a, .footer__business li:nth-child(1) a, .footer__recruitment li:nth-child(1) a, .footer__contact li:nth-child(1) a {
  padding: 5px 17px;
  font-size: 16px;
  color: #3B4043;
  line-height: 1;
  border: 1px solid #1a13116f;
  border-radius: 6px;
  color: #3b4043;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer__home li:nth-child(1) a:hover, .footer__company li:nth-child(1) a:hover, .footer__business li:nth-child(1) a:hover, .footer__recruitment li:nth-child(1) a:hover, .footer__contact li:nth-child(1) a:hover {
  background-color: #3B4043;
  color: #ffffff;
}

.footer__home li:nth-child(n + 2), .footer__company li:nth-child(n + 2), .footer__business li:nth-child(n + 2), .footer__recruitment li:nth-child(n + 2), .footer__contact li:nth-child(n + 2) {
  line-height: 1.5;
  position: relative;
  margin-left: 15px;
}

.footer__home li:nth-child(n + 2)hover .hover, .footer__company li:nth-child(n + 2)hover .hover, .footer__business li:nth-child(n + 2)hover .hover, .footer__recruitment li:nth-child(n + 2)hover .hover, .footer__contact li:nth-child(n + 2)hover .hover {
  background-color: #3B4043;
  color: #ffffff;
}

.footer__home li:nth-child(n + 2) a, .footer__company li:nth-child(n + 2) a, .footer__business li:nth-child(n + 2) a, .footer__recruitment li:nth-child(n + 2) a, .footer__contact li:nth-child(n + 2) a {
  color: #3b4043;
  font-size: 12px;
}

.footer__home li:nth-child(n + 2) a::before, .footer__company li:nth-child(n + 2) a::before, .footer__business li:nth-child(n + 2) a::before, .footer__recruitment li:nth-child(n + 2) a::before, .footer__contact li:nth-child(n + 2) a::before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 100%;
  background: #3b4043;
  position: absolute;
  left: -10px;
  top: 9px;
}

.footer__copyright {
  border-top: solid 1px #656565;
  padding: 15px 0;
}

.footer__copyright p {
  text-align: center;
  font-size: 12px;
  color: #3b4043;
}

@media print, screen and (min-width: 415px) {
  .footer__copyright p {
    font-size: 16px;
  }
}

.main-visual {
  position: relative;
  z-index: 0;
  margin-bottom: 24px;
}

@media print, screen and (min-width: 415px) {
  .main-visual {
    margin-bottom: 50px;
  }
}

.main-visual__img {
  min-width: 375px;
  width: 100%;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 415px) {
  .main-visual__img {
    min-width: 1030px;
    width: 100%;
  }
}

.main-visual__ttl {
  position: absolute;
  bottom: 80px;
  left: 55px;
}

@media print, screen and (min-width: 415px) {
  .main-visual__ttl {
    bottom: 160px;
    left: 100px;
  }
}

.main-visual__ttl h2 {
  font-size: 36px;
  line-height: 1.3;
  margin: 0 auto;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  width: 300px;
}

@media print, screen and (min-width: 415px) {
  .main-visual__ttl h2 {
    font-size: 70px;
    width: 570px;
  }
}

.main-visual__ttl span {
  margin-left: 55px;
}

@media print, screen and (min-width: 415px) {
  .main-visual__ttl span {
    margin-left: 150px;
  }
}

.main-visual__txt {
  min-width: 375px;
}

@media print, screen and (min-width: 415px) {
  .main-visual__txt {
    position: absolute;
    bottom: 80px;
    left: 0%;
    width: 756px;
  }
}

.main-visual__txt p {
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
}

@media print, screen and (min-width: 415px) {
  .main-visual__txt p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
  }
}

@media print, screen and (min-width: 415px) {
  .main-visual__txt p span {
    margin-left: 180px;
  }
}

.main-movie {
  margin-bottom: 50px;
}

@media print, screen and (min-width: 415px) {
  .main-movie {
    margin-bottom: 70px;
  }
}

.main-movie .inner {
  min-width: 375px;
}

@media print, screen and (min-width: 415px) {
  .main-movie .inner {
    min-width: 1030px;
  }
}

.main-movie__link {
  width: 245px;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 415px) {
  .main-movie__link {
    width: 674px;
  }
}

.main-movie__link:hover {
  opacity: 0.8;
}

@media print, screen and (min-width: 415px) {
  .news {
    margin: 0 auto 90px;
  }
}

.news__ttl__img {
  width: 87px;
  margin: 0 auto 20px;
}

@media print, screen and (min-width: 415px) {
  .news__ttl__img {
    width: 171px;
  }
}

.news__ttl__img img {
  display: inline;
}

.news .article + .article {
  margin-top: 10px;
}

@media print, screen and (min-width: 415px) {
  .news .article + .article {
    margin-top: 20px;
  }
}

.news .article dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-bottom: 1px dashed #2d3134;
  padding-bottom: 10px;
  width: 336px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media print, screen and (min-width: 415px) {
  .news .article dl {
    width: 725px;
  }
}

.news .article dl dt {
  min-width: 100px;
  margin-right: 10px;
}

@media print, screen and (min-width: 415px) {
  .news .article dl dt {
    min-width: 230px;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.news .article dl dt p:first-child {
  font-size: 13px;
  color: #ffffff;
  padding: 0px 10px;
  background-color: #262727;
  margin-bottom: 5px;
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media print, screen and (min-width: 415px) {
  .news .article dl dt p:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}

.news .article dl dt p:nth-child(2) {
  font-size: 12px;
  text-align: center;
  line-height: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media print, screen and (min-width: 415px) {
  .news .article dl dt p:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
    width: 100px;
    text-align: left;
  }
}

.news .article dl dd {
  font-size: 20px;
  color: #3b4043;
  word-break: break-all;
}

.news .article dl dd a {
  color: #3b4043;
  font-weight: 300;
  font-size: 15px;
}

@media print, screen and (min-width: 415px) {
  .news .article dl dd a {
    text-align: left;
    font-size: 20px;
  }
}

.news__button__img {
  width: 130px;
  margin: 40px auto 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news__button__img:hover {
  opacity: 0.8;
}

.news__button__img img {
  display: inline;
}

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

@media print, screen and (min-width: 415px) {
  .maintenance {
    margin-bottom: 0;
    min-width: 1030px;
  }
}

.maintenance__background-img {
  background-image: url(..//img/index/maintenance__background__mb.jpg);
  background-size: 375px;
  padding: 25px 0 0;
  min-width: 375px;
  width: 100%;
}

@media print, screen and (min-width: 415px) {
  .maintenance__background-img {
    background-image: url(..//img/index/maintenance__background__pc.jpg);
    background-size: cover;
    width: 100%;
    padding: 90px 0 0;
  }
}

.maintenance__ttl h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  font-weight: 500;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 415px) {
  .maintenance__ttl h2 {
    font-size: 60px;
    margin-bottom: 22px;
  }
}

.maintenance__txt p {
  font-size: 13px;
  text-align: center;
  margin-bottom: 70px;
  font-family: "Noto Serif JP", serif;
  color: #000000;
  line-height: 1.6;
}

@media print, screen and (min-width: 415px) {
  .maintenance__txt p {
    font-size: 23px;
    line-height: 2.5;
    font-weight: 300;
  }
}

.maintenance__txt p span {
  margin-left: 14px;
}

@media print, screen and (min-width: 415px) {
  .maintenance__backimg {
    background-image: url(..//img/index/maintenance__flex.jpg);
    background-size: cover;
    padding: 200px 0 0;
  }
}

.maintenance__back-img {
  z-index: 100;
  min-width: 375px;
  width: 100%;
}

@media print, screen and (min-width: 415px) {
  .maintenance__back-img {
    width: 515px;
    position: relative;
    top: -80px;
  }
}

@media print, screen and (min-width: 415px) {
  .maintenance__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 415px) {
  .maintenance__left {
    width: 484px;
  }
}

.maintenance__content__txt {
  min-width: 375px;
  width: 100%;
  overflow-x: hidden;
  padding-bottom: 15px;
}

@media print, screen and (min-width: 415px) {
  .maintenance__content__txt {
    width: 484px;
  }
}

.maintenance__content__txt p {
  padding: 15px 0;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  -webkit-box-shadow: -2px 5px 7px 1px #00000028;
          box-shadow: -2px 5px 7px 1px #00000028;
  background: transparent linear-gradient(283deg, #001976 0%, #002a81 26%, #1373bc 43%, #004da0 51%, #001e65 99%) 0% 0% no-repeat padding-box;
}

@media print, screen and (min-width: 415px) {
  .maintenance__content__txt p {
    font-size: 24px;
    line-height: 1.5;
  }
}

.maintenance__content__ttl {
  padding: 0 15px;
}

@media print, screen and (min-width: 415px) {
  .maintenance__content__ttl {
    padding: 0;
  }
}

.maintenance__content__ttl h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

@media print, screen and (min-width: 415px) {
  .maintenance__content__ttl h3 {
    text-align: left;
    font-size: 36px;
  }
}

@media print, screen and (min-width: 415px) {
  .maintenance__content__ttl h3 span {
    margin-left: 50px;
  }
}

.maintenance__content__ttl p {
  margin-bottom: 12px;
}

@media print, screen and (min-width: 415px) {
  .maintenance__content__ttl p {
    line-height: 1.3;
  }
}

.maintenance__content__button a {
  font-size: 20px;
  color: #009389;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 30px;
  width: 320px;
  border: solid 1px #009389;
  margin: 0 auto;
  border-radius: 10px;
  font-weight: 700;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.maintenance__content__button a:hover span {
  margin-left: 20px;
}

@media print, screen and (min-width: 415px) {
  .maintenance__content__button a {
    margin: 0;
  }
}

.maintenance__content__button a span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 55px;
  margin-left: 10px;
}

.environment__box {
  position: relative;
}

@media print, screen and (min-width: 415px) {
  .environment__box {
    width: 1030px;
    width: 100%;
  }
}

.environment__ttl {
  position: relative;
}

.environment__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0 20px;
  height: 184px;
  background: transparent linear-gradient(283deg, #001976 0%, #002a81 26%, #1373bc 43%, #004da0 51%, #001e65 99%) 0% 0% no-repeat padding-box;
  min-width: 375px;
  width: 100%;
  margin-bottom: 1880px;
  z-index: -1;
}

@media print, screen and (min-width: 415px) {
  .environment__ttl::before {
    padding: 35px 0 20px;
    margin-bottom: 1050px;
    width: 100%;
    min-width: 1030px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: -1;
  }
}

.environment__ttl h2 {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  padding: 15px 0;
}

@media print, screen and (min-width: 415px) {
  .environment__ttl h2 {
    font-size: 40px;
    padding: 20px 0;
    width: 1030px;
    margin: 0 auto;
  }
}

.environment__txtbox {
  padding: 15px 20px;
  background-color: #ffffff;
  margin: 0 0 34px;
}

@media print, screen and (min-width: 415px) {
  .environment__txtbox {
    width: 1000px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 15px 63px;
  }
}

.environment__txtbox-ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.environment__txtbox-txt {
  font-size: 16px;
  line-height: 1.3;
}

@media print, screen and (min-width: 415px) {
  .environment__txtbox-txt {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media print, screen and (min-width: 415px) {
  .environment__txtbox-txt__second {
    font-size: 18px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.environment__txtbox-second {
  margin: 0;
}

.environment__example-mb {
  padding: 3px 6px;
  background-color: #21478b;
  margin: 0 15px 15px;
}

.environment__example-mb h3 {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 15px;
  text-align: center;
  color: #ffffff;
}

.environment__example-pc {
  padding: 5px 6px;
  background-color: #21478b;
  width: 659px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.environment__example-pc h3 {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 15px;
  text-align: center;
  color: #ffffff;
}

.environment__example-second {
  padding: 3px 6px;
  background: transparent linear-gradient(283deg, #001976 0%, #002a81 26%, #1373bc 43%, #004da0 51%, #001e65 99%) 0% 0% no-repeat padding-box;
  margin-bottom: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 4px 6px 7px 1px #00000028;
          box-shadow: 4px 6px 7px 1px #00000028;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 415px) {
  .environment__example-second {
    padding: 5px 6px;
    width: 659px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 20px;
  }
}

.environment__example-second:hover {
  opacity: 0.8;
}

.environment__example-second h3 {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  margin: 0 15px;
  text-align: center;
  color: #ffffff;
  padding: 10px 0px;
}

@media print, screen and (min-width: 415px) {
  .environment__example-second h3 {
    font-size: 36px;
  }
}

@media print, screen and (min-width: 415px) {
  .environment__example__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 870px;
    margin: 0 auto 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.environment__example__img {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 415px) {
  .environment__example__img {
    width: 30%;
  }
}

.environment__example__img p {
  background-color: #21478b;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

@media print, screen and (min-width: 415px) {
  .environment__example__img p {
    font-size: 20px;
  }
}

.environment ul {
  margin-bottom: 64px;
}

@media print, screen and (min-width: 415px) {
  .environment ul {
    width: 660px;
    margin: 0 auto 64px;
  }
}

.environment ul li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #3b4043;
  position: relative;
  padding-left: 16px;
}

@media print, screen and (min-width: 415px) {
  .environment ul li {
    font-size: 20px;
    padding-left: 18px;
  }
}

.environment ul li::before {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #3b4043;
  position: absolute;
  top: 7px;
  left: 0;
}

@media print, screen and (min-width: 415px) {
  .environment ul li::before {
    top: 9px;
    width: 15px;
    height: 15px;
  }
}

.environment__contact-txt {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 415px) {
  .environment__contact-txt {
    margin-bottom: 40px;
  }
}

.environment__contact-txt p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #3b4043;
}

.environment__contact-button {
  margin-bottom: 63px;
}

.environment__contact-button a {
  padding: 14px 35px;
  color: #ffffff;
  background-color: #1158d6;
  font-size: 24px;
  text-align: center;
  border-radius: 25px;
  font-weight: 700;
  line-height: 1.5;
  border: solid 1px #1158d6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.environment__contact-button a:hover {
  color: #1158d6;
  background-color: #ffffff;
  border: solid 1px #1158d6;
}

@media print, screen and (min-width: 415px) {
  .environment__contact-button a {
    width: 311px;
    margin: 0 auto;
  }
}

.environment table {
  width: 350px;
  border: 1px #707070 solid;
  width: 100%;
}

@media print, screen and (min-width: 415px) {
  .environment table {
    width: 659px;
    margin: 0 auto;
  }
}

.environment tr {
  font-size: 10px;
  border: 1px #707070 solid;
  padding: 2px 5px;
  font-weight: 300;
}

@media print, screen and (min-width: 415px) {
  .environment tr {
    font-size: 18px;
    padding: 4px 10px;
  }
}

.environment th {
  font-size: 10px;
  border: 1px #707070 solid;
  text-align: center;
  padding: 2px 5px;
  font-weight: 300;
}

@media print, screen and (min-width: 415px) {
  .environment th {
    font-size: 18px;
    padding: 4px 10px;
  }
}

.environment td {
  font-size: 10px;
  border: 1px #707070 solid;
  padding: 2px 5px;
  font-weight: 300;
}

@media print, screen and (min-width: 415px) {
  .environment td {
    font-size: 18px;
    padding: 4px 10px;
  }
}

.site-link {
  margin-bottom: 40px;
}

.site-link .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-link__box {
  position: relative;
  width: 300px;
  margin: auto;
  -webkit-box-shadow: 4px 5px 8px 0px #0000002f;
          box-shadow: 4px 5px 8px 0px #0000002f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-link__box:hover {
  opacity: 0.6;
}

@media print, screen and (min-width: 415px) {
  .site-link__box {
    width: 470px;
    margin: 0 0;
    margin-bottom: 50px;
  }
}

.site-link__box + .site-link__box {
  margin-top: 20px;
}

@media print, screen and (min-width: 415px) {
  .site-link__box + .site-link__box {
    margin-top: 0;
  }
}

.site-link__box a p {
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  line-height: 0.8;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.site-link__box a p span {
  font-size: 24px;
}

.main-visual__company {
  background-image: url(../img/company/main-visual__company-mb.jpg);
  background-size: cover;
  margin-bottom: 35px;
  min-width: 375px;
  width: 100%;
  background-position: center;
}

@media print, screen and (min-width: 415px) {
  .main-visual__company {
    min-width: 1030px;
    width: 100%;
    background-image: url(../img/company/main-visual__company-pc.jpg);
  }
}

.main-visual__company .inner {
  width: 345px;
  text-align: center;
  padding: 49px 0 81px;
}

@media print, screen and (min-width: 415px) {
  .main-visual__company .inner {
    min-width: 1000px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 82px 0 81px;
  }
}

.main-visual__company__ttl h2 {
  margin-bottom: 20px;
  font-weight: 500;
}

@media print, screen and (min-width: 415px) {
  .main-visual__company__ttl h2 {
    font-size: 70px;
    margin-bottom: 37px;
  }
}

.main-visual__company__txt {
  width: 360px;
}

@media print, screen and (min-width: 415px) {
  .main-visual__company__txt {
    width: 100%;
  }
}

.main-visual__company__txt p {
  font-size: 13px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 14px;
}

@media print, screen and (min-width: 415px) {
  .main-visual__company__txt p {
    font-size: 24px;
    line-height: 2.3;
  }
}

.company {
  position: relative;
}

@media print, screen and (min-width: 415px) {
  .company {
    background-image: url(..//img/company/company.jpg);
    background-size: cover;
    z-index: 1;
  }
}

@media print, screen and (min-width: 415px) {
  .company__inner__box {
    padding: 0 15px;
  }
}

.company .inner {
  padding: 0 25px;
}

@media print, screen and (min-width: 415px) {
  .company .inner {
    background-color: #ffffff;
    -webkit-box-shadow: 6px 9px 7px 0px #00000029;
            box-shadow: 6px 9px 7px 0px #00000029;
    padding: 46px 90px;
    min-width: 1000px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.back-top__color {
  top: -50px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  padding: 10px 0 20px;
  height: 184px;
  width: 100%;
  min-width: 1030px;
  z-index: -1;
  background: transparent linear-gradient(283deg, #001976 0%, #002a81 26%, #1373bc 43%, #004da0 51%, #001e65 99%) 0% 0% no-repeat padding-box;
}

.back-btm__color {
  bottom: -70px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  padding: 10px 0 20px;
  height: 184px;
  width: 100%;
  min-width: 1030px;
  z-index: -1;
  background: transparent linear-gradient(283deg, #001976 0%, #002a81 26%, #1373bc 43%, #004da0 51%, #001e65 99%) 0% 0% no-repeat padding-box;
}

.access__flex {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 415px) {
  .access__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.access__address {
  font-weight: 300;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 415px) {
  .access__address {
    margin-bottom: 0px;
  }
}

.access__ttlimg {
  width: 113px;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 415px) {
  .access__ttlimg {
    width: 173px;
  }
}

.access address {
  line-height: 1.5;
}

@media print, screen and (min-width: 415px) {
  .access address {
    margin-bottom: 23px;
  }
}

.access address a {
  display: inline;
}

.access__contact-button {
  margin-bottom: 63px;
}

@media print, screen and (min-width: 415px) {
  .access__contact-button {
    margin-bottom: 0;
  }
}

.access__contact-button a {
  padding: 14px 35px;
  color: #ffffff;
  background-color: #1158d6;
  font-size: 24px;
  text-align: center;
  border-radius: 25px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 1px #1158d6;
}

.access__contact-button a:hover {
  color: #1158d6;
  background-color: #ffffff;
  border: solid 1px #1158d6;
}

@media print, screen and (min-width: 415px) {
  .access__contact-button a {
    width: 300px;
    margin: 0 auto;
    padding: 14px 0px;
  }
}

.history {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 415px) {
  .history {
    margin-bottom: 100px;
  }
}

.history .inner {
  padding: 33px 25px;
}

@media print, screen and (min-width: 415px) {
  .history .inner {
    margin-top: 50px;
  }
}

.history__ttl {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 415px) {
  .history__ttl {
    margin-left: 100px;
  }
}

.history__ttl h2 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

.history__list table td:first-child {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

@media print, screen and (min-width: 415px) {
  .history__list table td:first-child {
    width: 130px;
    border-right: 1px solid #d9d9d9;
    padding: 10px 20px;
    margin-right: 20px;
    text-align: right;
  }
}

@media print, screen and (max-width: 414px) {
  .history__list table td:first-child {
    display: block;
  }
}

.history__list table td:last-child {
  line-height: 1.5;
  font-weight: 300;
  text-align: justify;
}

@media print, screen and (min-width: 415px) {
  .history__list table td:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px 0 10px 10px;
  }
}

@media print, screen and (max-width: 414px) {
  .history__list table td:last-child {
    display: block;
    margin-bottom: 20px;
  }
}

.overview {
  margin-bottom: 60px;
}

.overview .inner {
  padding: 33px 25px;
}

.overview__ttl {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 415px) {
  .overview__ttl {
    padding-left: 70px;
  }
}

.overview__ttl h2 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

.overview__list table td:first-child {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

@media print, screen and (min-width: 415px) {
  .overview__list table td:first-child {
    width: 130px;
    border-right: 1px solid #d9d9d9;
    padding: 10px 20px;
    margin-right: 20px;
    text-align: right;
  }
}

@media print, screen and (max-width: 414px) {
  .overview__list table td:first-child {
    width: 70px;
  }
}

.overview__list table td:last-child {
  line-height: 1.5;
  font-weight: 300;
  text-align: justify;
  padding: 0 0 20px 10px;
}

@media print, screen and (min-width: 415px) {
  .overview__list table td:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px 0 10px 10px;
  }
}

.main-business {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 415px) {
  .business__background-img {
    background-image: url(..//img/business/business__background-img.jpg);
    background-size: cover;
    position: relative;
    z-index: -10;
    min-width: 1030px;
  }
}

@media print, screen and (min-width: 415px) {
  .business .business__top-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
  }
}

.business__top-ttl {
  position: relative;
}

.business__top-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0 20px;
  height: 184px;
  background: transparent linear-gradient(283deg, #001976 0%, #002a81 26%, #1373bc 43%, #004da0 51%, #001e65 99%) 0% 0% no-repeat padding-box;
  min-width: 375px;
  width: 100%;
  margin-bottom: 1880px;
  z-index: -1;
}

@media print, screen and (min-width: 415px) {
  .business__top-ttl::before {
    padding: 35px 0 20px;
    margin-bottom: 1050px;
    width: 100%;
    min-width: 1030px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: -1;
  }
}

.business__top-ttl h2 {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  padding: 10px 0;
}

@media print, screen and (min-width: 415px) {
  .business__top-ttl h2 {
    font-size: 40px;
    padding: 35px 0;
    width: 1030px;
    margin: 0 auto;
  }
}

.business__top-img {
  top: 5px;
  left: 0;
  margin: 0 15px 15px;
  position: relative;
}

@media print, screen and (min-width: 415px) {
  .business__top-img {
    width: 510px;
    position: static;
    margin: 0 15px 0 0;
  }
}

.business__top-txt {
  margin-bottom: 10px;
  padding: 0 15px;
}

@media print, screen and (min-width: 415px) {
  .business__top-txt {
    background-color: #ffffff;
    padding: 25px 25px 4px;
    margin-bottom: 0;
    width: 447px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.business__top-txt p {
  font-size: 16px;
}

@media print, screen and (min-width: 415px) {
  .business__top-txt p {
    line-height: 1.5;
  }
}

.business__top-txt__second {
  margin-bottom: 10px;
  position: absolute;
  top: 80px;
  margin: 0 15px;
  background-color: #ffffff;
  padding: 16px 20px;
}

.business__top-txt__second p {
  font-size: 16px;
}

@media print, screen and (min-width: 415px) {
  .business__btmbox-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.business__btm-img {
  width: 176px;
  margin: 0 auto 10px;
}

@media print, screen and (min-width: 415px) {
  .business__btm-img {
    width: 167px;
    margin: 0 10px 0 60px;
  }
}

.business__btm-txt {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 17px;
}

.business__btm-txt p {
  text-align: left;
  display: inline-block;
  font-size: 16px;
}

@media print, screen and (min-width: 415px) {
  .business__btm-txt p {
    font-size: 12px;
  }
}

.business__btm-logo {
  width: 140px;
  margin: 0 auto;
}

@media print, screen and (min-width: 415px) {
  .business__btm-logo {
    margin: 0;
  }
}

.comparison {
  background-color: #c7e0f56c;
  padding-top: 26px;
  margin-bottom: 0;
  padding-bottom: 60px;
  position: relative;
}

@media print, screen and (min-width: 415px) {
  .comparison {
    width: 1000px;
    margin: 0 auto 50px;
    padding: 26px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media print, screen and (min-width: 415px) {
  .comparison .inner {
    margin: 0 auto;
    min-width: 1000px;
    max-width: 1000px;
  }
}

.comparison__ttl {
  margin-bottom: 10px;
}

.comparison__ttl h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  color: #172c53;
  text-align: center;
}

.comparison .my-parts {
  display: none;
}

@media print, screen and (min-width: 415px) {
  .comparison .my-parts {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: -68px;
  }
}

.comparison .my-parts h2 {
  color: #172c53;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  text-align: center;
  padding: 0.4em 2em 0.1em 1em;
}

.comparison .my-parts::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #c7e0f56c;
  -webkit-transform: scaleY(1.3) perspective(1.6em) rotateX(5deg);
          transform: scaleY(1.3) perspective(1.6em) rotateX(5deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  border-radius: 8px 8px 0 0;
}

.comparison .my-parts__txt {
  position: absolute;
  top: -35px;
  left: 450px;
}

.comparison .my-parts__txt p {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

@media print, screen and (min-width: 415px) {
  .comparison__box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 415px) {
  .comparison__box-left {
    width: 48%;
  }
}

.comparison__box-left img {
  margin-bottom: 8px;
}

.comparison__box-left p {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}

@media print, screen and (min-width: 415px) {
  .comparison__box-left p {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media print, screen and (min-width: 415px) {
  .comparison__box-right {
    width: 48%;
  }
}

.comparison__box-right img {
  margin-bottom: 8px;
}

.comparison__box-right p {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}

@media print, screen and (min-width: 415px) {
  .comparison__box-right p {
    font-size: 20px;
    line-height: 1.5;
  }
}

.comparison .triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #f38200;
  margin: 0 auto 10px;
}

.comparison .triangle-top {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #f38200;
  margin: 0 auto 10px;
}

.comparison .triangle-left {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid #f38200;
  border-bottom: 30px solid transparent;
}

.comparison__dsc__txt {
  background-color: #21478b;
  padding: 3px;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 415px) {
  .comparison__dsc__txt {
    padding: 13px 20px;
  }
}

.comparison__dsc__txt p {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 700;
}

@media print, screen and (min-width: 415px) {
  .comparison__dsc__txt p {
    font-size: 26px;
    text-align: left;
    line-height: 1.5;
  }
}

@media print, screen and (min-width: 415px) {
  .comparison__dsc__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.comparison__dsc__img {
  width: 345px;
  margin-bottom: 35px;
}

@media print, screen and (min-width: 415px) {
  .comparison__dsc__img {
    width: 30%;
  }
}

.comparison__dsc__txtbox {
  padding: 17px 12px 0;
  background-color: #ffffff;
  border: solid 1px #4a81a3;
  margin-bottom: 16px;
}

@media print, screen and (min-width: 415px) {
  .comparison__dsc__txtbox {
    width: 26%;
  }
}

.comparison__dsc__txtbox p:nth-child(odd) {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media print, screen and (min-width: 415px) {
  .comparison__dsc__txtbox p:nth-child(odd) {
    text-align: left;
  }
}

.comparison__dsc__txtbox p:nth-child(even) {
  font-size: 16px;
  margin-bottom: 18px;
  color: #3b4043;
  line-height: 1.5;
}

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

@media print, screen and (min-width: 415px) {
  .comparison__dsc__imgbox {
    width: 30%;
  }
}

.comparison__dsc__imgbox img {
  width: 298px;
  margin: 0 auto;
}

.comparison__dsc__imgbox p {
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16px;
  width: 174px;
  color: #ffffff;
  background-color: #f38200;
  border-radius: 5px;
  border: solid 1px #ffffff;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
}

.comparison__dsc__content {
  background-color: #21478b;
  padding: 5px;
}

@media print, screen and (min-width: 415px) {
  .comparison__dsc__content {
    padding: 10px 5px;
  }
}

.comparison__dsc__content p {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.3;
}

@media print, screen and (min-width: 415px) {
  .comparison__dsc__content p {
    font-size: 30px;
    line-height: 1.5;
  }
}

.safety {
  margin-bottom: 50px;
}

@media print, screen and (min-width: 415px) {
  .safety {
    min-width: 1030px;
  }
}

.safety__top-ttl {
  position: relative;
}

.safety__top-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0 20px;
  height: 184px;
  background: transparent linear-gradient(283deg, #001976 0%, #002a81 26%, #1373bc 43%, #004da0 51%, #001e65 99%) 0% 0% no-repeat padding-box;
  min-width: 375px;
  width: 100%;
  margin-bottom: 1880px;
  z-index: -1;
}

@media print, screen and (min-width: 415px) {
  .safety__top-ttl::before {
    padding: 35px 0 20px;
    margin-bottom: 1050px;
    width: 100%;
    min-width: 1030px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: -1;
  }
}

.safety__top-ttl h2 {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  padding: 10px 0;
}

@media print, screen and (min-width: 415px) {
  .safety__top-ttl h2 {
    font-size: 40px;
    padding: 35px 0;
    width: 1030px;
    margin: 0 auto;
  }
}

.safety__top-txt__second {
  margin-bottom: 10px;
  margin: 0 15px;
  background-color: #ffffff;
  padding: 16px 20px;
}

@media print, screen and (min-width: 415px) {
  .safety__top-txt__second {
    width: 1000px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 40px;
    -webkit-box-shadow: -2px 5px 7px 1px #00000028;
            box-shadow: -2px 5px 7px 1px #00000028;
    padding: 23px 70px;
  }
}

.safety__top-txt__second p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.3;
}

@media print, screen and (min-width: 415px) {
  .safety__top-txt__second p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}

.safety ul {
  margin: 0 auto;
  margin-bottom: 20px;
}

.safety ul li {
  line-height: 1.3;
  position: relative;
  margin-left: 10px;
  color: #3b4043;
  font-weight: 300;
}

@media print, screen and (min-width: 415px) {
  .safety ul li {
    font-size: 20px;
    line-height: 1.5;
  }
}

.safety ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 100%;
  background: #3b4043;
  position: absolute;
  left: -10px;
  top: 12px;
}

@media print, screen and (min-width: 415px) {
  .safety ul li::before {
    width: 5px;
    height: 5px;
  }
}

@media print, screen and (min-width: 415px) {
  .safety__img-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1000px;
  }
}

.safety__img {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 415px) {
  .safety__img {
    width: 31%;
  }
}

.recruitment {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 415px) {
  .recruitment {
    margin-bottom: 80px;
  }
}

.recruitment-ttl {
  margin-bottom: 10px;
  text-align: center;
}

@media print, screen and (min-width: 415px) {
  .recruitment-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    align-items: center;
  }
}

.recruitment-ttl .recruitment__tag {
  background-color: #21478b;
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
  margin-right: 0px;
  font-weight: 500;
}

@media print, screen and (min-width: 415px) {
  .recruitment-ttl .recruitment__tag {
    padding: 2px 17px;
    margin-bottom: 0px;
    margin-right: 10px;
  }
}

.recruitment-ttl h2 {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
}

@media print, screen and (min-width: 415px) {
  .recruitment-ttl h2 {
    font-size: 30px;
  }
}

.recruitment-txt p {
  line-height: 1.5;
  font-size: 16px;
  color: #3b4043;
}

.recruitment .inner__border {
  padding: 20px 15px;
  border: 1px solid #707070;
}

@media print, screen and (min-width: 415px) {
  .recruitment .inner__border {
    padding: 20px 34px;
    margin: 0 auto;
    border: 1px solid #707070;
  }
}

.recruitment__main {
  margin-bottom: 0px;
}

.recruitment__main-visual {
  min-width: 375px;
  width: 100%;
  height: 200px;
  background-image: url(..//img/recruitment/recruitment__main-visual-mb.jpg);
  background-size: cover;
}

@media print, screen and (min-width: 415px) {
  .recruitment__main-visual {
    background-image: url(..//img/recruitment/recruitment__main-visual-pc.jpg);
    width: 100%;
    min-width: 1030px;
  }
}

.recruitment__main .inner {
  padding: 20px 15px;
}

@media print, screen and (min-width: 415px) {
  .recruitment__main .inner {
    padding: 20px 100px;
  }
}

.recruitment__main-ttl {
  margin-bottom: 10px;
}

.recruitment__main-ttl h2 {
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

@media print, screen and (min-width: 415px) {
  .recruitment__main-ttl h2 {
    font-size: 32px;
  }
}

.recruitment__main-list {
  counter-reset: count 0;
}

.recruitment__main-list li {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 300;
  padding-left: 25px;
  position: relative;
  font-family: "Noto Serif JP", serif;
}

@media print, screen and (min-width: 415px) {
  .recruitment__main-list li {
    padding-left: 40px;
    font-size: 16px;
    padding-right: 0px;
  }
}

.recruitment__main-list li::before {
  content: counter(count) ". ";
  counter-increment: count 1;
  position: absolute;
  top: 0;
  left: 12px;
  font-family: "Noto Serif JP", serif;
}

@media print, screen and (min-width: 415px) {
  .recruitment__main-list li::before {
    left: 20px;
  }
}

@media print, screen and (min-width: 415px) {
  .hyo {
    margin: 0 auto;
  }
}

.hyo table {
  width: 100%;
}

.hyo tr {
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}

.hyo th {
  border: 1px solid #707070;
  font-weight: 300;
}

.hyo td {
  padding: 20px;
  line-height: 1.5;
  vertical-align: middle;
  font-weight: 300;
}

@media print, screen and (max-width: 414px) {
  .hyo td {
    display: block;
  }
}

.hyo td:nth-child(odd) {
  background-color: #d9e9ff;
}

.contact {
  position: relative;
  padding-top: 130px;
}

@media print, screen and (min-width: 415px) {
  .contact {
    padding-top: 231px;
    min-width: 1030px;
  }
}

.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 186px;
  background-size: cover;
  z-index: -1;
  background-image: url(..//img/contact/contact__ttl-mb.jpg);
}

@media print, screen and (min-width: 415px) {
  .contact::before {
    background-image: url(..//img/contact/contact__ttl-pc.jpg);
    height: 270px;
  }
}

.contact__inner-box {
  padding: 0 15px;
}

.contact .inner {
  background-color: #ffffffc2;
  padding: 10px 15px;
}

@media print, screen and (min-width: 415px) {
  .contact .inner {
    margin: 0 auto;
    padding: 20px 60px 60px 60px;
    min-width: 1000px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.contact__ttl {
  margin-bottom: 40px;
}

.contact__ttl h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #172c53;
  text-align: center;
}

@media print, screen and (min-width: 415px) {
  .contact__ttl h2 {
    font-size: 60px;
  }
}

.contact__list {
  width: 300px;
  margin: 0 auto;
}

@media print, screen and (min-width: 415px) {
  .contact__list {
    width: 900px;
  }
}

.contact__company, .contact__name, .contact__tell, .contact__email {
  position: relative;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 415px) {
  .contact__company, .contact__name, .contact__tell, .contact__email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.contact__company .error, .contact__name .error, .contact__tell .error, .contact__email .error {
  position: absolute;
  top: 70px;
  right: 0;
}

@media print, screen and (min-width: 415px) {
  .contact__company .error, .contact__name .error, .contact__tell .error, .contact__email .error {
    top: 55px;
  }
}

.contact__company label, .contact__name label, .contact__tell label, .contact__email label {
  font-size: 20px;
  font-weight: 700;
  color: #172c53;
  display: block;
  margin-bottom: 8px;
}

@media print, screen and (min-width: 415px) {
  .contact__company label, .contact__name label, .contact__tell label, .contact__email label {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.contact__company input, .contact__name input, .contact__tell input, .contact__email input {
  width: 300px;
  height: 38px;
  border: solid 1px #cdd6dd;
  font-size: 16px;
}

@media print, screen and (min-width: 415px) {
  .contact__company input, .contact__name input, .contact__tell input, .contact__email input {
    width: 563px;
    height: 81px;
    font-size: 26px;
  }
}

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

@media print, screen and (min-width: 415px) {
  .contact__textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.contact__textarea .error {
  position: absolute;
  bottom: 30px;
  right: 0;
}

@media print, screen and (min-width: 415px) {
  .contact__textarea .error {
    bottom: 40px;
  }
}

.contact__textarea label {
  font-size: 20px;
  font-weight: 700;
  color: #172c53;
  display: block;
  margin-bottom: 8px;
  position: relative;
}

@media print, screen and (min-width: 415px) {
  .contact__textarea label {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.contact__textarea p {
  font-size: 16px;
  font-weight: 400;
}

.contact__textarea textarea {
  margin-bottom: 25px;
  width: 300px;
  height: 263px;
  border: solid 1px #cdd6dd;
  font-size: 16px;
  font-weight: 400;
}

@media print, screen and (min-width: 415px) {
  .contact__textarea textarea {
    width: 563px;
    font-size: 26px;
  }
}

.contact__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto 50px;
  position: relative;
  width: 300px;
  padding-left: 15px;
}

@media print, screen and (min-width: 415px) {
  .contact__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: center;
    margin: 0 auto 125px;
    font-size: 20px;
    width: 330px;
    padding-left: 35px;
  }
}

.contact__checkbox .error {
  position: absolute;
  top: 70px;
  right: 30px;
}

@media print, screen and (min-width: 415px) {
  .contact__checkbox .error {
    top: 70px;
    right: 0;
  }
}

.contact__checkbox a {
  color: #3b4043;
  text-decoration: underline;
  font-size: 13px;
  display: inline-block;
  padding: 0 0 0 45px;
  margin-bottom: 10px;
  z-index: 10;
}

@media print, screen and (min-width: 415px) {
  .contact__checkbox a {
    font-size: 16px;
    margin-bottom: 10px;
    z-index: 10;
  }
}

.contact__checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3b4043;
  margin-bottom: 5px;
}

.contact__checkbox input {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

@media print, screen and (min-width: 415px) {
  .contact__checkbox input {
    font-size: 16px;
  }
}

.contact__btn a {
  margin: 0 auto;
  padding: 14px 0;
  color: #ffffff;
  background-color: #1158d6;
  font-size: 24px;
  text-align: center;
  border-radius: 25px;
  font-weight: 700;
  line-height: 1;
  width: 241px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 1px #1158d6;
}

.contact__btn a span {
  font-size: 16px;
  color: #ffff00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact__btn a:hover {
  color: #1158d6;
  background-color: #ffffff;
  border: solid 1px #1158d6;
}

.contact__btn a:hover span {
  color: #1158d6;
}

.contact__tel__txt p {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #000000;
}

.mw_wp_form_confirm .confirm-hidden {
  display: none;
}

.contact__button {
  margin: 0 auto 20px;
  padding: 14px 0;
  color: #ffffff;
  background-color: #1158d6;
  font-size: 24px;
  text-align: center;
  border-radius: 28px;
  font-weight: 700;
  line-height: 1.5;
  width: 241px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 1px #1158d6;
  display: block;
  -webkit-appearance: none;
}

.contact__button:hover {
  color: #1158d6;
  background-color: #ffffff;
  border: solid 1px #1158d6;
}

.mw_wp_form_complete,
.mw_wp_form_send_error {
  text-align: center;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 60px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}

@media print, screen and (min-width: 415px) {
  .mw_wp_form_complete,
  .mw_wp_form_send_error {
    font-size: 40px;
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.contact__point {
  font-size: 13px;
  color: #d00000;
  font-weight: 400;
}

.contact__point-last {
  font-size: 13px;
  color: #d00000;
  font-weight: 400;
  padding-left: 45px;
}

@media print, screen and (min-width: 415px) {
  .contact__point-last {
    padding-right: 140px;
    padding-left: 0px;
    position: absolute;
    top: 45px;
    left: 65px;
  }
}

.mw_wp_form_preview .contact__checkbox {
  margin: 0 0 50px auto;
  padding: 0;
}

.privacy__main {
  background-color: #fbfbfb;
}

@media print, screen and (min-width: 415px) {
  .privacy__main {
    background-color: #ffffff;
  }
}

.privacy {
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 415px) {
  .privacy {
    margin-bottom: 0;
  }
}

.privacy__ttl {
  position: relative;
}

.privacy__ttl::before {
  top: 1px;
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0 20px;
  height: 184px;
  background: transparent linear-gradient(283deg, #001976 0%, #002a81 26%, #1373bc 43%, #004da0 51%, #001e65 99%) 0% 0% no-repeat padding-box;
  min-width: 375px;
  width: 100%;
  margin-bottom: 1880px;
  z-index: -1;
}

@media print, screen and (min-width: 415px) {
  .privacy__ttl::before {
    padding: 35px 0 20px;
    margin-bottom: 1050px;
    width: 100%;
    min-width: 1030px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: -1;
    top: 0;
  }
}

.privacy__ttl h2 {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  padding: 10px 0;
  min-width: 375px;
  width: 100%;
}

@media print, screen and (min-width: 415px) {
  .privacy__ttl h2 {
    font-size: 40px;
    padding: 35px 0;
    width: 1030px;
    margin: 0 auto;
  }
}

.privacy__inner-box {
  padding: 0 15px;
}

@media print, screen and (min-width: 415px) {
  .privacy__inner-box {
    padding: 0 15px;
  }
}

.privacy .inner {
  top: 50px;
  background: #ffffff;
  padding: 14px 15px;
}

@media print, screen and (min-width: 415px) {
  .privacy .inner {
    min-width: 1000px;
    max-width: 1000px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 24px 24px;
    margin: 0 auto;
  }
}

.privacy__txt p {
  font-size: 16px;
  margin-bottom: 20px;
}

.privacy dl dt {
  font-size: 20px;
  font-weight: 700;
  color: #3b4043;
  line-height: 1.3;
}

.privacy dl dd {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.5;
  color: #3b4043;
  font-weight: 300;
  text-align: justify;
}

@media print, screen and (min-width: 415px) {
  .privacy dl dd .margin-left-pc {
    margin-left: 16px;
  }
}

.privacy dl dd ul li {
  padding-left: 15px;
  position: relative;
}

.privacy dl dd ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 100%;
  background: #3b4043;
  position: absolute;
  left: 5px;
  top: 12px;
}

.privacy dl dd .margin-left {
  margin-left: 16px;
}

.privacy dl dd a {
  display: inline;
  text-decoration: underline;
}

.achievement {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 415px) {
  .achievement {
    margin-bottom: 80px;
  }
}

.achievement__main-visual {
  min-width: 375px;
  width: 100%;
  height: 200px;
  background-image: url(..//img/achievement/main-visual__achievement__img__mb.jpg);
  background-size: cover;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 415px) {
  .achievement__main-visual {
    background-image: url(..//img/achievement/main-visual__achievement__img__pc.jpg);
    width: 100%;
    height: 384px;
    min-width: 1030px;
    margin-bottom: 50px;
    background-position: top;
  }
}

.achievement__main .inner {
  padding: 0px 0px 10px;
}

@media print, screen and (min-width: 415px) {
  .achievement__main .inner {
    padding: 10px 0px;
  }
}

.achievement__main-ttl h2 {
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

@media print, screen and (min-width: 415px) {
  .achievement__main-ttl h2 {
    font-size: 32px;
  }
}

@media print, screen and (min-width: 415px) {
  .achievement__hyo {
    margin: 0 auto;
  }
}

.achievement__hyo table {
  width: 100%;
}

.achievement__hyo tr {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}

.achievement__hyo th {
  border: 1px solid #707070;
  font-weight: 300;
}

.achievement__hyo td {
  padding: 5px;
  line-height: 1.5;
  vertical-align: middle;
  font-weight: 300;
  font-size: 12px;
}

@media print, screen and (min-width: 415px) {
  .achievement__hyo td {
    padding: 10px;
    font-size: 16px;
  }
}

.achievement__hyo td:first-child {
  width: 50px;
  text-align: center;
}

@media print, screen and (min-width: 415px) {
  .achievement__hyo td:first-child {
    width: 150px;
  }
}

.achievement__hyo td:last-child {
  width: 70px;
  text-align: center;
}

@media print, screen and (min-width: 415px) {
  .achievement__hyo td:last-child {
    width: 150px;
  }
}

.achievement__hyo td:nth-child(odd) {
  background-color: #d9e9ff;
}

.archive {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 415px) {
  .archive {
    margin-bottom: 80px;
  }
}

.archive__main-visual {
  min-width: 375px;
  width: 100%;
  height: 200px;
  background-image: url(..//img/archive/main-visual__archive__img__mb.jpg);
  background-size: cover;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 415px) {
  .archive__main-visual {
    background-image: url(..//img/archive/main-visual__archive__img__pc.jpg);
    width: 100%;
    min-width: 1030px;
    margin-bottom: 50px;
    background-position: top;
  }
}

.archive__main .inner {
  padding: 0px 0px 10px;
}

@media print, screen and (min-width: 415px) {
  .archive__main .inner {
    padding: 10px 0px;
  }
}

.pagination {
  margin-bottom: 40px;
}

.pagination .inner {
  min-width: 375px;
}

@media print, screen and (min-width: 415px) {
  .pagination .inner {
    min-width: 1030px;
  }
}

.pagination .nav-links {
  margin: 0 auto;
}

.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .page-numbers li a {
  color: #21478B;
  border: 1px solid #21478B;
  padding: 10px 15px;
  border-radius: 5px;
}

.pagination .page-numbers li a:hover {
  color: #ffffff;
  background-color: #21478B;
}

.pagination .page-numbers li span {
  color: #ffffff;
  border: 1px solid #21478B;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #21478B;
}

.pagination .page-numbers li + li {
  margin-left: 10px;
}

.pagination .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
/*# sourceMappingURL=style.css.map */