@charset "UTF-8";
/* フォント読み込み */
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@400;500&family=Noto+Sans+JP:wght@100..900&display=swap");
/* カラー */
/* opa */
/* b-radi */
/* 画面幅 */
/* breakpoint */
/* html body etc */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.11em;
  color: #000000;
}
@media (max-width: 950px) {
  body {
    padding-top: 63px;
    letter-spacing: 0.06em;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
body a {
  color: #2a62b7;
  text-decoration: none;
  opacity: 1;
  transition: opacity ease 0.3s;
}
body a:hover {
  transition: opacity ease 0.3s;
  opacity: 0.6;
}
body img {
  max-width: 100%;
  vertical-align: bottom;
}
body h1,
body h2,
body h3 {
  margin: 0;
  padding: 0;
}
body p {
  margin: 0;
  margin-bottom: 1em;
}
body ul {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  list-style: none;
}
body ol {
  margin: 0;
  padding: 1em;
}
body figure {
  margin: 0;
  padding: 0;
}

/* abs inner */
.abs__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
@media (max-width: 950px) {
  .abs__inner {
    padding: 0 10px;
  }
}

/* header */
@media (max-width: 950px) {
  header {
    z-index: 50;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.header__inner {
  position: relative;
  height: 95px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
@media (max-width: 950px) {
  .header__inner {
    height: 64px;
    padding: 0 10px;
  }
}
.header__logo {
  width: 350px;
  position: absolute;
  top: 6px;
  left: 25px;
}
@media (max-width: 950px) {
  .header__logo {
    width: 191px;
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 435px) {
  .header__logo {
    width: 165px;
    top: 15px;
  }
}
.header__logo h1 {
  line-height: 0;
  margin: 0;
  padding: 0;
}
.header__jcqa {
  position: absolute;
  left: 408px;
  top: 14px;
  display: flex;
}
@media (max-width: 950px) {
  .header__jcqa {
    left: 222px;
    top: 9px;
    display: none;
  }
}
@media (max-width: 435px) {
  .header__jcqa {
    top: 14px;
    left: 188px;
  }
}
@media (max-width: 385px) {
  .header__jcqa {
    left: 184px;
    top: 18px;
  }
}
.header__jcqa > li {
  width: 54px;
  margin-right: 8px;
}
@media (max-width: 950px) {
  .header__jcqa > li {
    width: 34px;
  }
}
@media (max-width: 435px) {
  .header__jcqa > li {
    width: 30px;
  }
}
@media (max-width: 385px) {
  .header__jcqa > li {
    width: 25px;
  }
}
@media (max-width: 435px) {
  .header__jcqa > li:first-child {
    margin-right: 10px;
  }
}
@media (max-width: 385px) {
  .header__jcqa > li:first-child {
    margin-right: 5px;
  }
}
.header__jcqa > li.kenchiku {
  width: 104px;
}
.header__jcqa-sp {
  display: none;
}
@media (max-width: 950px) {
  .header__jcqa-sp {
    display: block;
    padding: 2px 10px 6px 10px;
    box-sizing: border-box;
  }
}
.header__jcqa-sp__inner {
  max-width: 400px;
  box-sizing: border-box;
}
.header__inquiry {
  background-color: rgb(27, 150, 213);
  background: linear-gradient(43deg, rgb(27, 150, 213) 0%, rgb(42, 98, 183) 100%);
  width: 224px;
  border-radius: 8px;
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
}
@media (max-width: 950px) {
  .header__inquiry {
    width: 126px;
    border-radius: 4px;
    right: 75px;
    top: 17px;
  }
}
@media (max-width: 767px) {
  .header__inquiry {
    top: 13px;
    right: 74px;
    width: 38px;
    height: 38px;
    border-radius: 6px;
  }
}
@media (max-width: 385px) {
  .header__inquiry {
    right: 65px;
    width: 34px;
    height: 34px;
  }
}
.header__inquiry a {
  color: #fff;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 0 12px;
}
@media (max-width: 950px) {
  .header__inquiry a {
    font-size: 1.3rem;
    padding: 4px 0;
  }
}
@media (max-width: 767px) {
  .header__inquiry a {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .header__inquiry a::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/icon/mail-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 7px;
    left: 7px;
  }
}
@media (max-width: 767px) and (max-width: 385px) {
  .header__inquiry a::before {
    top: 5px;
    left: 5px;
  }
}
.header__inquiry .icon-mail {
  padding-left: 35px;
  position: relative;
}
@media (max-width: 950px) {
  .header__inquiry .icon-mail {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .header__inquiry .icon-mail {
    display: none;
  }
}
.header__inquiry .icon-mail::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0.3em;
  left: 0;
  width: 22px;
  height: 18px;
  background-image: url(../img/icon/mail.png);
}
@media (max-width: 950px) {
  .header__inquiry .icon-mail::before {
    width: 16px;
    height: 13px;
  }
}
@media (max-width: 410px) {
  .header__inquiry .icon-mail::before {
    width: 15px;
    height: 12px;
  }
}

/* hmb */
.header__hmb {
  position: absolute;
  background-color: #2a62b7;
  height: 45px;
  width: 45px;
  border-radius: 4px;
  right: 10px;
  top: 9px;
}
.header__hmb:hover {
  cursor: pointer;
}
@media print, screen and (min-width: 951px) {
  .header__hmb {
    display: none;
  }
}
.header__hmb__bar {
  width: 24px;
  height: 19px;
  border-top: 1px solid #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 12px;
  bottom: auto;
}
.header__hmb__bar::before, .header__hmb__bar::after {
  content: "";
  height: 1px;
  background-color: #fff;
  width: 100%;
  position: absolute;
  transition: all 0.3s ease-out;
}
.header__hmb__bar::before {
  top: 9px;
}
.header__hmb__bar::after {
  top: 19px;
}

@media (max-width: 950px) {
  .body__gl-open .header__hmb__bar {
    border-top: none;
    width: 32px;
  }
  .body__gl-open .header__hmb__bar::before {
    transform: rotate(30deg);
  }
  .body__gl-open .header__hmb__bar::after {
    top: 9px;
    transform: rotate(-30deg);
  }
}

/* g-nav */
.g-nav {
  background-color: #1b96d5;
}
@media (max-width: 950px) {
  .g-nav {
    display: none;
  }
}
.g-nav nav {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.g-nav__list {
  margin-bottom: 0;
}
@media print, screen and (min-width: 951px) {
  .g-nav__list {
    display: flex;
    height: 60px;
  }
}
.g-nav__list > li {
  position: relative;
}
@media print, screen and (min-width: 951px) {
  .g-nav__list > li {
    width: calc((100% - 620px) / 2); /* 80 120-2 300 */
  }
  .g-nav__list > li:nth-of-type(2), .g-nav__list > li:nth-of-type(3) {
    width: 110px;
  }
  .g-nav__list > li:nth-of-type(6) {
    width: 300px;
  }
}
@media print, screen and (min-width: 1081px) {
  .g-nav__list > li {
    width: calc((100% - 720px) / 2); /* 80 160-2 320 */
  }
  .g-nav__list > li:nth-of-type(2), .g-nav__list > li:nth-of-type(3) {
    width: 170px;
  }
  .g-nav__list > li:nth-of-type(6) {
    width: 320px;
  }
}
@media print, screen and (min-width: 951px) {
  .g-nav__list > li::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 1px;
    height: 32px;
    background-color: #fff;
    opacity: 0.8;
  }
}
.g-nav__list > li > a {
  padding-top: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
@media print, screen and (min-width: 951px) {
  .g-nav__list > li > a {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1081px) {
  .g-nav__list > li > a {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 951px) {
  .g-nav__list > li:first-of-type::before {
    content: "";
    display: block;
    position: absolute;
    right: auto;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 32px;
    background-color: #fff;
    opacity: 0.8;
  }
}
.g-nav__list > li.home > a {
  font-weight: 500;
  font-family: "Kanit", sans-serif;
}
@media print, screen and (min-width: 951px) {
  .g-nav__list > li.home {
    width: 80px;
  }
}

@media (max-width: 950px) {
  .body__gl-open .g-nav {
    z-index: 50;
    background-color: rgba(42, 98, 183, 0.8);
    display: block;
    position: fixed;
    top: 63px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .body__gl-open .g-nav nav {
    background-color: #fff;
    width: 280px;
    height: calc(100% - 63px);
    right: 0;
    position: absolute;
    overflow-y: scroll;
    padding: 20px 20px 60px 20px;
  }
  .body__gl-open .g-nav__list {
    height: auto;
  }
  .body__gl-open .g-nav__list > li {
    border-bottom: 1px solid #2a62b7;
  }
  .body__gl-open .g-nav__list > li > a {
    color: #000000;
    text-align: left;
    font-size: 1.4rem;
    padding: 1em 1em 1em 2em;
    position: relative;
  }
  .body__gl-open .g-nav__list > li > a::after {
    content: "";
    display: block;
    position: absolute;
    height: 6px;
    width: 6px;
    border-top: 1px solid #2a62b7;
    border-right: 1px solid #2a62b7;
    transform: rotate(45deg);
    left: 0.5em;
    top: 1.65em;
  }
}

/* footer__inquiry */
.footer__inquiry {
  position: relative;
  height: 420px;
  box-sizing: border-box;
}
@media (max-width: 1360px) {
  .footer__inquiry {
    height: 380px;
  }
}
@media (max-width: 950px) {
  .footer__inquiry {
    background-color: #1b96d5;
    height: auto;
  }
}
.footer__inquiry::before {
  content: "";
  height: 310px;
  width: 100%;
  display: block;
  background-color: #1b96d5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 950px) {
  .footer__inquiry::before {
    display: none;
  }
}
.footer__inquiry__img {
  position: absolute;
  z-index: 3;
  border-radius: 16px 0 0 16px;
  right: 0;
  top: 40px;
  width: 660px;
  overflow: hidden;
}
@media (max-width: 1360px) {
  .footer__inquiry__img {
    top: 30px;
    width: 500px;
  }
}
@media (max-width: 1060px) {
  .footer__inquiry__img {
    width: 400px;
  }
}
@media (max-width: 950px) {
  .footer__inquiry__img {
    top: 20px;
    width: 42%;
  }
}
@media (max-width: 767px) {
  .footer__inquiry__img {
    width: 54%;
  }
}
.footer__inquiry__img > img {
  transition: 0.8s;
  transform: scale(1.1);
  width: 100%;
}
.footer__inquiry__info {
  position: relative;
  z-index: 3;
  width: calc(100% - 700px);
  text-align: right;
  transform: translateX(-20px);
  opacity: 1;
  transition: 0.8s;
}
@media (max-width: 1360px) {
  .footer__inquiry__info {
    width: calc(100% - 520px);
  }
}
@media (max-width: 1060px) {
  .footer__inquiry__info {
    width: calc(100% - 420px);
  }
}
@media (max-width: 950px) {
  .footer__inquiry__info {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
}
.footer__inquiry__info > .fii-box {
  margin-top: 55px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1.7;
}
.footer__inquiry__info > .fii-box .ttl {
  font-size: 2.2rem;
}
@media (max-width: 950px) {
  .footer__inquiry__info > .fii-box .ttl {
    font-size: 1.6rem;
  }
}
@media (max-width: 1060px) {
  .footer__inquiry__info > .fii-box {
    margin-top: 35px;
  }
}
@media (max-width: 950px) {
  .footer__inquiry__info > .fii-box {
    font-size: 1.4rem;
    margin-top: 25vw;
  }
}
@media (max-width: 767px) {
  .footer__inquiry__info > .fii-box {
    margin-top: 34vw;
  }
}
.footer__inquiry__info > .fii-box > p > a[href^="tel:"] {
  color: #fff;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-size: 4.8rem;
  position: relative;
  padding-left: 32px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 950px) {
  .footer__inquiry__info > .fii-box > p > a[href^="tel:"] {
    font-size: 3rem;
    padding-left: 24px;
  }
}
.footer__inquiry__info > .fii-box > p > a[href^="tel:"]::before {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  width: 28px;
  height: 33px;
  background-image: url(../img/icon/tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 950px) {
  .footer__inquiry__info > .fii-box > p > a[href^="tel:"]::before {
    top: 13px;
    width: 20px;
    height: 22px;
  }
}

.footer__inquiry.active .footer__inquiry__img > img {
  transform: scale(1);
}
.footer__inquiry.active .footer__inquiry__info {
  transform: translateX(0);
  opacity: 1;
}

/* footer */
footer {
  position: relative;
}
footer::before {
  content: "";
  height: 6px;
  width: 100%;
  background-color: rgb(27, 150, 213);
  background: linear-gradient(43deg, rgb(27, 150, 213) 0%, rgb(42, 98, 183) 100%);
  display: block;
  top: 0;
  left: 0;
}
footer .abs__inner {
  display: flex;
}
@media (max-width: 950px) {
  footer .abs__inner {
    display: block;
  }
}

.footer__info {
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
  width: 55%;
}
@media (max-width: 950px) {
  .footer__info {
    padding-top: 20px;
    padding-bottom: 0;
    max-width: 640px;
  }
}
.footer__info .logo {
  width: 400px;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 950px) {
  .footer__info .logo {
    width: 100%;
    max-width: 340px;
    display: block;
    margin: 0 auto 20px;
  }
}
.footer__info__table {
  border-collapse: separate;
  width: 100%;
  border-spacing: 0;
  margin: 15px 0 30px;
  border: 1px solid #cbd5da;
  padding-bottom: 1em;
}
.footer__info__table td, .footer__info__table th {
  vertical-align: top;
  padding: 0.8em 1em 0 1em;
}
.footer__info__table td {
  text-align: left;
}
.footer__info__table th {
  vertical-align: top;
  text-align: right;
}
.footer__sdgs {
  padding-top: 45px;
  width: 45%;
  box-sizing: border-box;
  text-align: right;
}
@media (max-width: 950px) {
  .footer__sdgs {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 395px;
  }
}
@media (max-width: 950px) {
  .footer__info, .footer__sdgs {
    width: 100%;
    margin: 0 auto;
  }
}
.footer__cp {
  border-top: 2px solid #1b96d5;
}
.footer__cp .abs__inner {
  display: flex;
  padding-top: 15px;
}
@media (max-width: 950px) {
  .footer__cp .abs__inner {
    display: block;
    padding-top: 20px;
  }
}
.footer__cp__txt {
  color: #1b96d5;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  width: 300px;
  text-align: right;
  box-sizing: border-box;
}
@media (max-width: 950px) {
  .footer__cp__txt {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
.footer__cp__link {
  box-sizing: border-box;
  width: calc(100% - 300px);
}
@media (max-width: 950px) {
  .footer__cp__link {
    width: 100%;
    max-width: 395px;
    margin: 0 auto;
    padding-right: 40px;
    box-sizing: border-box;
  }
}
.footer__cp__link > ul {
  display: flex;
}
@media (max-width: 950px) {
  .footer__cp__link > ul {
    display: block;
  }
}
.footer__cp__link > ul > li {
  padding-left: 1em;
  position: relative;
  margin-right: 2em;
}
@media (max-width: 950px) {
  .footer__cp__link > ul > li {
    margin-bottom: 0.5em;
  }
}
.footer__cp__link > ul > li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background-color: #2a62b7;
  position: absolute;
  top: 0.7em;
  left: 0.1em;
}
.footer__cp__link > ul > li > a {
  display: inline-block;
  position: relative;
}
.footer__cp__link > ul > li > a[target=_blank]::after {
  content: "";
  display: inline-block;
  position: relative;
  right: 0;
  top: 0.25em;
  width: 1.25em;
  height: 1.25em;
  margin-left: 0.1em;
  background-image: url(../img/icon/ext-link.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 950px) {
  .footer__cp__link > ul > li > a[target=_blank]::after {
    width: 1em;
    height: 1em;
    top: 0.1em;
  }
}

.sdgs__list {
  display: inline-block;
  letter-spacing: 0;
}
.sdgs__list > li {
  width: 64px;
  margin-right: 10px;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1160px) {
  .sdgs__list > li {
    width: 60px;
  }
}
@media (max-width: 950px) {
  .sdgs__list > li {
    width: 46px;
    margin-right: 5px;
  }
}
.sdgs__list > li:last-of-type {
  margin-right: 0;
}
.sdgs__list > li > img {
  height: 100%;
  width: auto;
}
.sdgs__list > li.logo {
  margin-left: 10px;
  width: 124px;
}
@media (max-width: 1160px) {
  .sdgs__list > li.logo {
    width: 115px;
  }
}
@media (max-width: 950px) {
  .sdgs__list > li.logo {
    width: 88px;
  }
}
.sdgs__list > li.jcqa {
  width: 158px;
}
@media (max-width: 950px) {
  .sdgs__list > li.jcqa {
    width: 120px;
  }
}
.sdgs__list > li.kenchiku {
  width: 124px;
}
@media (max-width: 950px) {
  .sdgs__list > li.kenchiku {
    width: 94px;
  }
}
.sdgs__list__jcqa {
  display: flex;
}
.sdgs__list__jcqa > li {
  margin: 0 6px;
}

/* bc-list */
.bc-list {
  color: #187bad;
  padding-top: 0.5em;
}
@media (max-width: 950px) {
  .bc-list {
    display: none;
  }
}
.bc-list ul {
  display: flex;
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
.bc-list ul > li {
  position: relative;
  padding-right: 20px;
}
.bc-list ul > li::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #187bad;
  width: 10px;
  height: 1px;
  top: 12px;
  right: 6px;
}
.bc-list ul > li:last-of-type {
  padding-right: 0;
}
.bc-list ul > li:last-of-type::before {
  display: none;
}
.bc-list ul a {
  color: #187bad;
}

/* main-top */
.main-top {
  height: 618px;
  box-sizing: border-box;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .main-top {
    background-image: url(../img/main.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
}
@media (max-width: 1240px) {
  .main-top {
    height: 540px;
  }
}
@media (max-width: 950px) {
  .main-top {
    height: 420px;
  }
}
@media (max-width: 767px) {
  .main-top {
    height: 100vw;
    position: relative;
    overflow: hidden;
  }
}
.main-top__txt {
  color: #fff;
  text-shadow: 0 0 8px #0d2f62;
  padding-top: 138px;
  padding-left: 35px;
  transform: translateY(20px);
  transition: 0.8s;
  line-height: 1.55;
}
@media (max-width: 950px) {
  .main-top__txt {
    padding-top: 82px;
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .main-top__txt {
    padding-top: 72px;
    padding-left: 10px;
    position: relative;
    z-index: 3;
  }
}
.main-top__txt > h1 {
  font-weight: 500;
  font-size: 3.2rem;
  margin-bottom: 28px;
  letter-spacing: 0.09em;
}
@media (max-width: 767px) {
  .main-top__txt > h1 {
    font-size: 2.8rem;
    line-height: 1.35;
    margin-bottom: 15px;
  }
}
.main-top__txt > p {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.9;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .main-top__txt > p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.main-top__inner {
  width: 100%;
  height: 100%;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 950px) {
  .main-top__inner {
    padding: 0 10px;
  }
}
.main-top__scroll {
  position: absolute;
  bottom: 25px;
  text-align: center;
  width: 100%;
}
.main-top__scroll a {
  color: #fff;
  font-weight: 500;
  font-family: "Kanit", sans-serif;
  position: relative;
  padding-right: 23px;
}
.main-top__scroll a::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/icon/main-scroll.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: absolute;
  top: 5px;
  right: 0;
}

.main-top__txt.active {
  transform: translateY(0);
}

@media print, screen and (min-width: 768px) {
  .mainTopSlider {
    display: none;
  }
}
@media (max-width: 767px) {
  .mainTopSlider {
    width: 100vw;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}

/* cnt-top */
.cnt-top {
  background-color: #d8e5ec;
  background-image: url(../img/top_service-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  padding-top: 70px;
  padding-bottom: 90px;
}
@media (max-width: 950px) {
  .cnt-top {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 1921px) {
  .cnt-top {
    background-image: url(../img/top_service-bg2.jpg);
    background-size: auto;
  }
}
.cnt-top h2 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.45;
  padding-left: 23px;
  position: relative;
  margin-bottom: 50px;
  margin-top: 70px;
}
@media (max-width: 950px) {
  .cnt-top h2 {
    font-size: 2.1rem;
    padding-left: 16px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
.cnt-top h2:first-of-type {
  margin-top: 0;
}
.cnt-top h2::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 13px;
  height: 31px;
  background-image: url(../img/hd.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 950px) {
  .cnt-top h2::before {
    top: 6px;
    width: 9px;
    height: 21px;
  }
}
.cnt-top__row {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 951px) {
  .cnt-top__row {
    display: flex;
  }
}
@media (max-width: 950px) {
  .cnt-top__row {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    max-width: 440px;
  }
}
.cnt-top__row__inner {
  max-width: 900px;
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 951px) {
  .cnt-top__row__inner {
    display: flex;
  }
}
.cnt-top__img {
  max-width: 480px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 950px) {
  .cnt-top__img {
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 400px;
  }
}
.cnt-top__img > img {
  width: 100%;
  transform: scale(1.1);
  transition: 0.8s;
}
.cnt-top__linkbox {
  color: #000000;
  max-width: 480px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  transition: 0.8s;
}
@media print, screen and (min-width: 951px) {
  .cnt-top__linkbox {
    position: absolute;
    top: 30px;
    right: 0;
  }
}
@media (max-width: 950px) {
  .cnt-top__linkbox {
    max-width: 100%;
    margin-top: -20px;
    transform: translateY(15px);
  }
}
.cnt-top__linkbox > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 55px 30px 35px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 950px) {
  .cnt-top__linkbox > a {
    padding: 15px 20px;
  }
}
.cnt-top__linkbox > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/icon/linkbox.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translateX(0);
  transition: 0.3s;
}
@media (max-width: 950px) {
  .cnt-top__linkbox > a::before {
    width: 15px;
    height: 15px;
    top: 17px;
    right: 15px;
    bottom: auto;
  }
}
.cnt-top__linkbox h3 {
  color: #000000;
  font-size: 2.2rem;
  margin-bottom: 8px;
  line-height: 1.45;
  font-weight: 500;
  position: relative;
  padding-left: 18px;
}
@media (max-width: 950px) {
  .cnt-top__linkbox h3 {
    font-size: 1.7rem;
    padding-left: 11px;
    padding-right: 13px;
  }
}
.cnt-top__linkbox h3::before {
  content: "";
  display: block;
  width: 4px;
  height: 21px;
  background-image: url(../img/hd-s.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 5px;
  top: 6px;
}
@media (max-width: 950px) {
  .cnt-top__linkbox h3::before {
    width: 3px;
    height: 16px;
    left: 1px;
    top: 5px;
  }
}
.cnt-top__linkbox p {
  color: #000000;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 951px) {
  .cnt-top .cnt-top__row.align-left .cnt-top__linkbox {
    transform: translateX(10px);
  }
}
@media print, screen and (min-width: 951px) {
  .cnt-top .cnt-top__row.align-right {
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 951px) {
  .cnt-top .cnt-top__row.align-right .cnt-top__row__inner {
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 951px) {
  .cnt-top .cnt-top__row.align-right .cnt-top__linkbox {
    left: 0;
    right: auto;
    transform: translateX(-10px);
  }
}
.cnt-top .cnt-top__row.active .cnt-top__img > img {
  transform: scale(1);
}
.cnt-top .cnt-top__row.active .cnt-top__linkbox {
  transform: translateX(0);
  transform: translateY(0);
}

.cnt-top__linkbox:hover a::before {
  transform: translateX(5px);
}

/* cnt-lower */
.cnt-lower {
  background-image: url(../img/lower_ttl-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
@media print, screen and (min-width: 1921px) {
  .cnt-lower {
    background-image: url(../img/lower_ttl-bg2.jpg);
    background-size: auto;
  }
}
@media (max-width: 950px) {
  .cnt-lower {
    background-image: url(../img/sp/lower_ttl-bg.jpg);
  }
}
.cnt-lower-inquiry {
  background-image: none;
}
.cnt-lower-inquiry .cnt-lower__body {
  padding-top: 30px;
}

/* cnt-lower__ttl */
.cnt-lower__ttl {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 110px;
}
@media (max-width: 950px) {
  .cnt-lower__ttl {
    padding-top: 20px;
    margin-bottom: 85px;
  }
}
.cnt-lower__ttl__img {
  max-width: 800px;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 950px) {
  .cnt-lower__ttl__img {
    min-width: 300px;
    max-width: 76%;
  }
}
.cnt-lower__ttl__img > img {
  width: 100%;
  transform: scale(1.07);
  transition: 0.8s;
}
.cnt-lower__ttl__h {
  position: absolute;
  left: 6px;
  top: 80px;
  background-color: #1b96d5;
  border-radius: 8px;
  z-index: 3;
  min-width: 554px;
  box-sizing: border-box;
  padding: 30px 30px 33px 0;
  transform: translateX(-15px);
  transition: 0.8s;
}
@media (max-width: 950px) {
  .cnt-lower__ttl__h {
    padding: 15px 15px 16px 0;
    min-width: 70%;
    max-width: 554px;
    width: auto;
    top: calc(100% - 100px);
    transform: translateX(-10px);
  }
}
@media (max-width: 767px) {
  .cnt-lower__ttl__h {
    top: calc(100% - 20px);
  }
}
.cnt-lower__ttl__h::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 6px);
  height: 100%;
  background-color: #fff;
  left: 6px;
  top: 0;
  z-index: 4;
  border-radius: 8px;
}
@media (max-width: 950px) {
  .cnt-lower__ttl__h::after {
    width: calc(100% - 3px);
    left: 3px;
  }
}
.cnt-lower__ttl__h h1 {
  font-size: 3.6rem;
  font-weight: 500;
  z-index: 5;
  position: relative;
  margin-left: 36px;
  line-height: 1.25;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 950px) {
  .cnt-lower__ttl__h h1 {
    font-size: 2.1rem;
    margin-left: 18px;
    padding-bottom: 10px;
  }
}
.cnt-lower__ttl__h h1::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: rgb(27, 150, 213);
  background: linear-gradient(43deg, rgb(27, 150, 213) 0%, rgb(42, 98, 183) 100%);
  border-radius: 2px;
}
@media (max-width: 950px) {
  .cnt-lower__ttl__h h1::before {
    height: 2px;
  }
}

.cnt-lower__ttl.active .cnt-lower__ttl__img > img {
  transform: scale(1);
}
.cnt-lower__ttl.active .cnt-lower__ttl__h {
  transform: translateX(0);
}

/* cnt-lower__body */
.cnt-lower__body {
  padding-bottom: 110px;
}
@media (max-width: 950px) {
  .cnt-lower__body {
    padding-bottom: 45px;
  }
}
.cnt-lower__body p {
  letter-spacing: 0.07em;
}
.cnt-lower__body h2 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.45;
  padding-left: 23px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 70px;
}
@media (max-width: 950px) {
  .cnt-lower__body h2 {
    font-size: 2.1rem;
    padding-left: 16px;
    margin-bottom: 15px;
    margin-top: 40px;
  }
}
.cnt-lower__body h2:first-child {
  margin-top: 0;
}
.cnt-lower__body h2::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 13px;
  height: 31px;
  background-image: url(../img/hd.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 950px) {
  .cnt-lower__body h2::before {
    top: 6px;
    width: 9px;
    height: 21px;
  }
}
.cnt-lower__body h3 {
  color: #000000;
  font-size: 2.2rem;
  line-height: 1.45;
  font-weight: 500;
  position: relative;
  padding-left: 18px;
  margin: 40px 0 15px;
}
@media (max-width: 950px) {
  .cnt-lower__body h3 {
    font-size: 1.7rem;
    padding-left: 11px;
    margin: 30px 0 10px;
  }
}
.cnt-lower__body h3::before {
  content: "";
  display: block;
  width: 4px;
  height: 21px;
  background-image: url(../img/hd-s.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 4px;
  top: 6px;
}
@media (max-width: 950px) {
  .cnt-lower__body h3::before {
    width: 3px;
    height: 16px;
    left: 1px;
    top: 5px;
  }
}
.cnt-lower__body h4 {
  color: #187bad;
  font-weight: 500;
  font-size: 1.8rem;
  margin: 15px 0 10px;
}
@media (max-width: 950px) {
  .cnt-lower__body h4 {
    font-size: 1.5rem;
    margin: 10px 0 10px;
  }
}
.cnt-lower__body .sup-box {
  border: 2px solid #2a62b7;
  border-radius: 8px;
  padding: 0 1em;
  margin: 20px 0;
}
@media (max-width: 950px) {
  .cnt-lower__body .sup-box {
    padding: 0 0.7em;
  }
}
.cnt-lower__body .sup-box__ttl {
  color: #2a62b7;
  font-weight: 500;
  font-size: 1.8rem;
  margin: 15px 0 10px;
}
@media (max-width: 950px) {
  .cnt-lower__body .sup-box__ttl {
    font-size: 1.5rem;
    margin: 10px 0 10px;
  }
}
.cnt-lower__body table {
  border-collapse: separate;
  width: 100%;
  border-spacing: 0;
  margin: 15px 0 30px;
}
.cnt-lower__body table td, .cnt-lower__body table th {
  vertical-align: top;
  text-align: left;
  padding: 0.8em 1em;
  border-bottom: 1px solid #78b4d2;
}
.cnt-lower__body table .txt-r {
  text-align: right;
}
.cnt-lower__body table th {
  font-weight: 500;
  background-color: #cde2ed;
  color: #187bad;
}
.cnt-lower__body table tbody tr:first-child td, .cnt-lower__body table tbody tr:first-child th {
  border-top: 1px solid #78b4d2;
}
.cnt-lower__body table thead {
  background-color: #cde2ed;
  color: #187bad;
}
.cnt-lower__body table thead .thead-bottom {
  border-bottom: 4px solid #187bad;
}
.cnt-lower__body .table-scroll {
  margin: 30px 0;
}
@media (max-width: 950px) {
  .cnt-lower__body .table-scroll {
    margin: 20px 0;
    overflow-x: scroll;
  }
}
@media (max-width: 950px) {
  .cnt-lower__body .table-scroll_y {
    height: 440px;
    overflow-y: scroll;
  }
}
.cnt-lower__body .table-scroll > table {
  margin: 0;
}
.cnt-lower__body .table-row-sticy {
  position: sticky;
  top: 0;
}
.cnt-lower__body ul > li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.5em;
}
.cnt-lower__body ul > li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #1b96d5;
  position: absolute;
  top: 9px;
  left: 0;
}
@media (max-width: 950px) {
  .cnt-lower__body ul > li::before {
    width: 9px;
    height: 9px;
    top: 8px;
  }
}
@media print, screen and (min-width: 951px) {
  .cnt-lower__body ul.list-inline > li {
    display: inline-block;
    margin-left: 2em;
  }
  .cnt-lower__body ul.list-inline > li:first-of-type {
    margin-left: 0;
  }
}
.cnt-lower__body ul.list-note > li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0;
}
.cnt-lower__body ul.list-note > li::before {
  display: none;
}
.cnt-lower__body ol.list-num {
  list-style: none;
  padding: 20px;
}
@media (max-width: 950px) {
  .cnt-lower__body ol.list-num {
    padding: 10px;
  }
}
.cnt-lower__body ol.list-num ul {
  margin: 10px 0 0 0;
}
.cnt-lower__body ol.list-num > li {
  position: relative;
  padding-left: 33px;
  margin-bottom: 15px;
}
@media (max-width: 950px) {
  .cnt-lower__body ol.list-num > li {
    padding-left: 28px;
  }
}
.cnt-lower__body ol.list-num > li:last-child {
  margin-bottom: 0;
}
.cnt-lower__body ol.list-num .list-num__icon {
  position: absolute;
  color: #fff;
  background-color: #2a62b7;
  font-weight: 700;
  width: 26px;
  text-align: center;
  border-radius: 4px;
  left: 0;
  top: 2px;
  line-height: 1.9;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .cnt-lower__body ol.list-num .list-num__icon {
    width: 22px;
    font-size: 1.2rem;
  }
}
.cnt-lower__body ol.list-num .list-num__ttl {
  font-weight: 500;
}

/* flow-type1 */
.ft1-box {
  background-color: #1b96d5;
  border-radius: 8px;
  box-sizing: border-box;
  border: 3px solid #1b96d5;
  display: flex;
  position: relative;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .ft1-box {
    display: block;
    margin-bottom: 18px;
  }
}
.ft1-box::before {
  content: "";
  position: absolute;
  left: 80px;
  top: calc(100% + 3px);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 32px solid transparent;
  border-left: 32px solid transparent;
  border-top: 24px solid #cde2ed;
  border-bottom: 0;
}
@media (max-width: 950px) {
  .ft1-box::before {
    left: 68px;
  }
}
@media (max-width: 767px) {
  .ft1-box::before {
    left: 0;
    right: 0;
    margin: auto;
    border-right-width: 20px;
    border-left-width: 20px;
    border-top-width: 15px;
  }
}
.ft1-box:last-of-type {
  margin-bottom: 0;
}
.ft1-box:last-of-type::before {
  display: none;
}
.ft1-box__ttl {
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  width: 240px;
  box-sizing: border-box;
  padding: 15px 0 0 22px;
}
@media (max-width: 950px) {
  .ft1-box__ttl {
    width: 210px;
  }
}
@media (max-width: 767px) {
  .ft1-box__ttl {
    padding: 5px 10px;
  }
}
.ft1-box__ttl > h3 {
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  width: 240px;
  box-sizing: border-box;
  padding: 0;
  background-image: none;
  margin: 0;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .ft1-box__ttl > h3 {
    font-size: 1.6rem;
  }
}
.ft1-box__ttl > h3::before {
  display: none;
}
.ft1-box__cnt {
  background-color: #fff;
  border-radius: 6px;
  width: calc(100% - 240px);
  box-sizing: border-box;
}
@media (max-width: 950px) {
  .ft1-box__cnt {
    width: calc(100% - 210px);
  }
}
@media (max-width: 767px) {
  .ft1-box__cnt {
    width: 100%;
  }
}

/* flow-type2 */
.flow-type2-inquiry {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.ft2-box {
  display: flex;
  border: 2px solid #1b96d5;
  margin-bottom: 30px;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 950px) {
  .ft2-box {
    margin-bottom: 17px;
    border-width: 1px;
  }
}
.ft2-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(100% + 2px);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 72px solid transparent;
  border-left: 72px solid transparent;
  border-top: 24px solid #cde2ed;
  border-bottom: 0;
}
@media (max-width: 950px) {
  .ft2-box::before {
    top: calc(100% + 1px);
    border-right-width: 20px;
    border-left-width: 20px;
    border-top-width: 15px;
  }
}
.ft2-box:last-of-type::before {
  display: none;
}
.ft2-box-cust {
  border-color: #009057;
}
.ft2-box-cust::before {
  border-top-color: #cae3d9;
}
.ft2-box__icon {
  box-sizing: border-box;
  width: 200px;
  padding: 20px;
}
@media (max-width: 950px) {
  .ft2-box__icon {
    width: 130px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .ft2-box__icon {
    padding: 10px;
  }
}
.ft2-box__icon__cust {
  background-color: #009057;
}
.ft2-box__icon__egs {
  background-color: #1b96d5;
}
.ft2-box__icon > span {
  display: block;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.4rem;
}
@media (max-width: 950px) {
  .ft2-box__icon > span {
    font-size: 1.1rem;
    padding: 3px;
    margin-bottom: 5px;
  }
}
.ft2-box__icon > span:last-child {
  margin-bottom: 0;
}
.ft2-box__cnt {
  box-sizing: border-box;
  width: calc(100% - 200px);
  padding: 20px 20px 20px 0;
}
@media (max-width: 950px) {
  .ft2-box__cnt {
    width: calc(100% - 130px);
    padding: 15px 15px 15px 0;
  }
  .ft2-box__cnt p {
    letter-spacing: 0em;
  }
}
@media (max-width: 767px) {
  .ft2-box__cnt {
    padding: 10px 10px 10px 0;
  }
}
.ft2-box__cnt > p:last-child {
  margin-bottom: 0;
}

/* form */
.form__row {
  display: flex;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .form__row {
    display: block;
  }
  .form__row:nth-of-type(odd) {
    background-color: #dbe8ef;
  }
}
.form__row input,
.form__row textarea {
  padding: 0.5em;
  box-sizing: border-box;
  width: 100%;
  transform: translateY(-4px);
}
@media (max-width: 767px) {
  .form__row input,
  .form__row textarea {
    transform: translateY(0);
  }
}
.form__row select {
  padding: 0.5em;
  box-sizing: border-box;
}
.form__row select:hover {
  cursor: pointer;
}
.form__label {
  width: 280px;
  background-color: #dbe8ef;
  padding: 20px;
  font-weight: 500;
  text-align: right;
  box-sizing: border-box;
}
@media (max-width: 950px) {
  .form__label {
    width: 190px;
  }
}
@media (max-width: 767px) {
  .form__label {
    text-align: left;
    width: 100%;
    background-color: transparent;
    padding: 10px 10px 0 10px;
  }
}
.form__label .icon-req {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .form__label .icon-req {
    margin-right: 8px;
  }
}
.form__item {
  width: calc(100% - 280px);
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 950px) {
  .form__item {
    width: calc(100% - 190px);
  }
}
@media (max-width: 767px) {
  .form__item {
    width: 100%;
    padding: 10px;
  }
}
.form__item__exa {
  color: #4a5860;
  font-size: 1.4rem;
}
.form__post {
  display: flex;
  max-width: 220px;
}
.form__post input:first-of-type {
  width: 40%;
}
.form__post input:nth-of-type(2) {
  width: 50%;
}
.form__post .form__bar {
  width: 10%;
}
.form__tel {
  display: flex;
  max-width: 400px;
}
.form__tel input {
  width: 30%;
}
.form__tel .form__bar {
  width: 5%;
}
.form__bar {
  position: relative;
}
.form__bar::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #63696d;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(-4px);
}
@media (max-width: 767px) {
  .form__bar::before {
    transform: translateY(0);
  }
}
.form__p_info {
  text-align: center;
}
.form__p_info__box {
  display: block;
  background-color: #dbe0e4;
  padding: 30px;
  margin: 20px auto;
  max-width: 400px;
}
@media (max-width: 950px) {
  .form__p_info__box {
    padding: 15px 20px;
  }
}
.form__p_info__box .icon-req {
  margin-right: 8px;
}
.form__p_info__box input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  margin-right: 8px;
}
.form__p_info__box label:hover,
.form__p_info__box input[type=checkbox]:hover {
  cursor: pointer;
}
.form__perso {
  padding: 30px;
}
.form__button {
  text-align: center;
  margin-top: 30px;
}
.form__button button {
  background-color: #2a62b7;
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 1.5em 2em;
  line-height: 1.5;
  border-radius: 8px;
  box-shadow: 0px 4px 0px #2b374a;
  margin-top: 30px;
  letter-spacing: 0.075em;
  transition: 0.1s;
  transform: translateY(0);
}
@media (max-width: 950px) {
  .form__button button {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .form__button button {
    padding: 1em 1.5em;
  }
}
.form__button button:hover {
  cursor: pointer;
  transform: translateY(3px);
  box-shadow: 0px 1px 0px #2b374a;
}
.form__button button:disabled {
  opacity: 0.6;
}
.form__button button:disabled:hover {
  cursor: default;
  transform: translateY(0);
  box-shadow: 0px 4px 0px #2b374a;
}
.form__button button.back {
  background-color: #43546d;
  margin-right: 20px;
}
.form__button button.send {
  min-width: 200px;
}
.form__err {
  border: 2px solid #ee3434;
  color: #a40000;
  background-color: #f1ebeb;
  padding: 0.25em 0.5em;
  margin-top: 5px;
  font-weight: 500;
}
.form__comp {
  margin-top: 80px;
  text-align: center;
}

/* form__step */
.form__step-num {
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px 6px;
  margin-right: 8px;
  color: #2b374a;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
}
@media (max-width: 950px) {
  .form__step-num {
    font-size: 1.1rem;
    margin-bottom: 4px;
  }
}
.form__step-list {
  display: table;
  width: 100%;
  padding: 0;
  margin: 30px 0;
  overflow: hidden;
  border-radius: 6px;
  box-sizing: border-box;
}
.form__step-list > li {
  display: table-cell;
  position: relative;
  background: #2b374a;
  padding: 15px 20px 15px 35px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 950px) {
  .form__step-list > li {
    padding: 5px 10px 5px 25px;
  }
}
@media (max-width: 767px) {
  .form__step-list > li {
    font-size: 1.2rem;
  }
}
.form__step-list > li:first-child {
  padding-left: 20px;
}
@media (max-width: 950px) {
  .form__step-list > li:first-child {
    padding-left: 15px;
  }
}
.form__step-list > li::before {
  content: "";
  position: absolute;
  width: 24px;
  right: -22px;
  height: 100%;
  margin: auto;
  top: 0;
  background-image: url(../img/form__step-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 3;
}
@media (max-width: 950px) {
  .form__step-list > li::before {
    width: 18px;
    right: -16px;
  }
}
.form__step-list > li:last-child::before {
  display: none;
}
.form__step-list > li.active {
  background-color: #2a62b7;
}
.form__step-list > li.active::before {
  background-image: url(../img/form__step-bg-active.png);
}
.form__step-list > li.active .form__step-num {
  color: #2a62b7;
}
.form__step-list > li.active-prev::before {
  background-image: url(../img/form__step-bg-active-prev.png);
}

/* pagetop */
#pagetop {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  z-index: 10;
}

.pagetop__btn {
  background-color: #2a62b7;
  background-image: url(../img/icon/pagetop.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 8px;
  background-size: 22px;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 20px;
  transition: 0.8s;
}
@media (max-width: 950px) {
  .pagetop__btn {
    right: 10px;
  }
}

.pagetop__btn.bottom {
  bottom: 70px;
}
@media (max-width: 950px) {
  .pagetop__btn.bottom {
    bottom: 20px;
  }
}

.vert-mid {
  vertical-align: middle !important;
}

.bg-c2 {
  background-color: #dbe8ef;
}

.txt-red {
  font-weight: 700;
  color: #ee3434;
}

.txt-blue {
  font-weight: 500;
  color: #187bad;
}

.link-ext::after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon/ext-link.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  transform: translateY(3px);
  margin-left: 5px;
}
.link-arr-r::after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-top: 1px solid #2a62b7;
  border-right: 1px solid #2a62b7;
  transform: rotate(45deg);
  margin-left: 4px;
  top: -2px;
  position: relative;
}

@media print, screen and (min-width: 951px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media (max-width: 950px) {
  .br-pc {
    display: none;
  }
}
@media print, screen and (min-width: 951px) {
  .br-tab {
    display: none;
  }
}
@media (max-width: 950px) {
  .br-tab {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

.icon-req {
  background-color: #ee3434;
  color: #fff;
  font-size: 80%;
  display: inline-block;
  padding: 0 6px 0 9px;
  border-radius: 4px;
  margin: 0 4px;
  font-weight: 500;
  letter-spacing: 0.25em;
}

.nowrap {
  white-space: nowrap;
}

.c-green {
  color: #0ca072;
}

.txt-r {
  text-align: right;
}
.txt-l {
  text-align: left;
}
.txt-c {
  text-align: center;
}

.fs-1up {
  font-size: 1.8rem;
}
@media (max-width: 950px) {
  .fs-1up {
    font-size: 1.6rem;
  }
}
.fs-2up {
  font-size: 2.2rem;
}
@media (max-width: 950px) {
  .fs-2up {
    font-size: 1.7rem;
  }
}

.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-700 {
  font-weight: 700;
}

.w-m100 {
  max-width: 100px;
}
.w-m200 {
  max-width: 200px;
}
.w-m300 {
  max-width: 300px;
}
.w-m400 {
  max-width: 400px;
}
.w-m500 {
  max-width: 500px;
}
.w-m600 {
  max-width: 600px;
}
.w-m700 {
  max-width: 700px;
}
.w-m800 {
  max-width: 800px;
}
.w-m900 {
  max-width: 900px;
}

.sp-w-min100 {
  min-width: 100px;
}
.sp-w-min200 {
  min-width: 200px;
}
.sp-w-min300 {
  min-width: 300px;
}
.sp-w-min400 {
  min-width: 400px;
}
.sp-w-min500 {
  min-width: 500px;
}
.sp-w-min600 {
  min-width: 600px;
}
.sp-w-min700 {
  min-width: 700px;
}
.sp-w-min800 {
  min-width: 800px;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-1em {
  margin-top: 1em;
}
.mt-2em {
  margin-top: 2em;
}
.mt-3em {
  margin-top: 3em;
}
.mt-4em {
  margin-top: 4em;
}
.mt-5em {
  margin-top: 5em;
}
.mt-6em {
  margin-top: 6em;
}/*# sourceMappingURL=style.css.map */