@charset "UTF-8";
/* import */
/* カラー */
/* レスポンシブ */
/*****STANDART CSS******/
:root {
  --view-size: 1280;
}

@media screen and (max-width: 480px) {
  :root {
    --view-size: 375;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var,
video {
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /******SMOOTH SCROLL ANCHOR******/
}

/*****STANDART CSS******/
/* ---------common--------- */
body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: calc(16 / var(--view-size) * 100vw);
  color: #222;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 480px) and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

a {
  transition: 0.3s;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

/* flex */
.row {
  display: flex;
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.align_start {
  align-items: flex-start;
}

.align_center {
  align-items: center;
}

.align_end {
  align-items: flex-end;
}

.flex_center {
  justify-content: center;
}

.flex_start {
  justify-content: flex-start;
}

.flex_end {
  justify-content: flex-end;
}

.stretch {
  align-items: stretch;
}

.reverse {
  flex-direction: row-reverse;
}

/* inner */
.inner {
  width: calc(960 / var(--view-size) * 100vw);
  margin: 0 auto;
}
@media (max-width: 480px) {
  .inner {
    width: calc(345 / var(--view-size) * 100vw);
  }
}

/* display */
@media (max-width: 480px) {
  .sp_dn {
    display: none;
  }
}

.sp_db {
  display: none;
}
@media (max-width: 480px) {
  .sp_db {
    display: block !important;
  }
}

.tab_db {
  display: none;
}

@media (min-width: 480px) and (max-width: 768px) {
  .tab_db {
    display: block;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .tab_dn {
    display: none !important;
  }
}

.common_ttl_wrap {
  padding-bottom: calc(16 / var(--view-size) * 100vw);
  margin-bottom: calc(32 / var(--view-size) * 100vw);
  border-bottom: calc(1 / var(--view-size) * 100vw) solid #000066;
  text-align: center;
}
@media (max-width: 480px) {
  .common_ttl_wrap {
    margin-bottom: calc(24 / var(--view-size) * 100vw);
  }
}
.common_ttl_wrap.common_ttl_wrap_white {
  border-bottom: calc(1 / var(--view-size) * 100vw) solid #fff;
  padding-bottom: calc(30 / var(--view-size) * 100vw);
  text-shadow: calc(4 / var(--view-size) * 100vw) calc(4 / var(--view-size) * 100vw) rgba(0, 18, 114, 0.3);
}
.common_ttl_wrap .common_subttl_wrap {
  margin-bottom: calc(12 / var(--view-size) * 100vw);
}
@media (max-width: 480px) {
  .common_ttl_wrap .common_subttl_wrap {
    margin-bottom: calc(8 / var(--view-size) * 100vw);
  }
}
.common_ttl_wrap .common_subttl {
  padding: calc(8 / var(--view-size) * 100vw) calc(16 / var(--view-size) * 100vw);
  background-image: linear-gradient(90deg, rgb(0, 155, 226), rgb(0, 18, 114));
  font-weight: bold;
  color: #fff;
  display: inline;
}
@media (min-width: 480px) and (max-width: 768px) {
  .common_ttl_wrap .common_subttl {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .common_ttl_wrap .common_subttl {
    padding: calc(4 / var(--view-size) * 100vw) calc(8 / var(--view-size) * 100vw);
    font-size: calc(14 / var(--view-size) * 100vw);
  }
}
.common_ttl_wrap .common_ttl {
  font-size: calc(32 / var(--view-size) * 100vw);
  margin-top: calc(8 / var(--view-size) * 100vw);
  line-height: 150%;
}
@media (min-width: 480px) and (max-width: 768px) {
  .common_ttl_wrap .common_ttl {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .common_ttl_wrap .common_ttl {
    font-size: calc(20 / var(--view-size) * 100vw);
  }
}
.common_ttl_wrap .common_ttl.common_ttl_white {
  color: #fff;
}
.common_ttl_wrap .common_ttl.common_ttl_white .text_large {
  color: #fff;
}
.common_ttl_wrap .common_ttl .text_large {
  font-size: calc(40 / var(--view-size) * 100vw);
  color: #000066;
}
@media (min-width: 480px) and (max-width: 768px) {
  .common_ttl_wrap .common_ttl .text_large {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .common_ttl_wrap .common_ttl .text_large {
    font-size: calc(24 / var(--view-size) * 100vw);
  }
}
.common_ttl_wrap .common_ttl .text_large .text_small {
  font-size: calc(32 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .common_ttl_wrap .common_ttl .text_large .text_small {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .common_ttl_wrap .common_ttl .text_large .text_small {
    font-size: calc(20 / var(--view-size) * 100vw);
  }
}

.text_blue {
  color: #000066;
  font-weight: bold;
}

.common_cta_btn {
  width: calc(380 / var(--view-size) * 100vw);
  height: calc(68 / var(--view-size) * 100vw);
  background-color: #E50012;
  color: #fff;
  border-radius: calc(8 / var(--view-size) * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  padding: calc(16 / var(--view-size) * 100vw) 0;
  font-size: calc(24 / var(--view-size) * 100vw);
  font-weight: bold;
  transition: 0.3s;
  position: relative;
}
@media (min-width: 480px) and (max-width: 768px) {
  .common_cta_btn {
    width: 90%;
    max-width: 270px;
    height: 42px;
    font-size: 16px;
    margin-bottom: calc(12 / var(--view-size) * 100vw);
    margin: 0 auto calc(12 / var(--view-size) * 100vw);
  }
}
@media (max-width: 480px) {
  .common_cta_btn {
    width: calc(343 / var(--view-size) * 100vw);
    font-size: calc(24 / var(--view-size) * 100vw);
    margin-bottom: calc(12 / var(--view-size) * 100vw);
  }
}
.common_cta_btn:hover {
  opacity: 0.7;
}
.common_cta_btn .fa-solid {
  position: absolute;
  right: calc(20 / var(--view-size) * 100vw);
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  transition: 0.3s;
  font-size: calc(16 / var(--view-size) * 100vw);
}

.common_cta .common_cta_ttl {
  font-size: calc(24 / var(--view-size) * 100vw);
  text-align: center;
  margin-bottom: calc(24 / var(--view-size) * 100vw);
  font-weight: bold;
}
@media (min-width: 480px) and (max-width: 768px) {
  .common_cta .common_cta_ttl {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .common_cta .common_cta_ttl {
    font-size: calc(20 / var(--view-size) * 100vw);
  }
}
.common_cta .common_cta_ttl .text_large {
  font-size: calc(32 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .common_cta .common_cta_ttl .text_large {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .common_cta .common_cta_ttl .text_large {
    font-size: calc(28 / var(--view-size) * 100vw);
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .common_cta .common_cta_row {
    display: block;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .common_cta .common_cta_row {
    display: block;
    text-align: center;
  }
}
.common_cta .common_cta_row .common_cta_btn {
  flex-direction: column;
}
.common_cta .common_cta_row .common_cta_btn_tel {
  background-color: #FF7E00;
  font-size: calc(14 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .common_cta .common_cta_row .common_cta_btn_tel {
    color: #FF7E00;
    font-weight: bold;
    border-bottom: calc(1 / var(--view-size) * 100vw) solid #FF7E00;
    padding: 0;
    padding-bottom: calc(6 / var(--view-size) * 100vw);
    position: relative;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    width: calc(186 / var(--view-size) * 100vw);
    width: calc(186 / var(--view-size) * 100vw);
    display: ruby;
  }
  .common_cta .common_cta_row .common_cta_btn_tel .fa-chevron-right {
    display: none;
  }
}
@media (max-width: 480px) {
  .common_cta .common_cta_row .common_cta_btn_tel {
    color: #FF7E00;
    font-weight: bold;
    border-bottom: calc(1 / var(--view-size) * 100vw) solid #FF7E00;
    padding: 0;
    padding-bottom: calc(6 / var(--view-size) * 100vw);
    position: relative;
    background-color: transparent;
    border-radius: 0;
    font-size: calc(16 / var(--view-size) * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(200 / var(--view-size) * 100vw);
    margin: 0 auto;
    flex-direction: row;
    height: auto;
  }
  .common_cta .common_cta_row .common_cta_btn_tel .fa-chevron-right {
    display: none;
  }
}
.common_cta .common_cta_row .common_cta_btn_tel .number {
  font-size: calc(24 / var(--view-size) * 100vw);
  line-height: 1.3;
}
@media (min-width: 480px) and (max-width: 768px) {
  .common_cta .common_cta_row .common_cta_btn_tel .number {
    display: none;
  }
}
@media (max-width: 480px) {
  .common_cta .common_cta_row .common_cta_btn_tel .number {
    display: none;
  }
}
.common_cta .common_cta_row .common_cta_btn_tel .fa-phone,
.common_cta .common_cta_row .common_cta_btn_tel .icon_tel {
  font-size: calc(40 / var(--view-size) * 100vw);
  left: calc(32 / var(--view-size) * 100vw);
  right: auto;
}
@media (min-width: 480px) and (max-width: 768px) {
  .common_cta .common_cta_row .common_cta_btn_tel .fa-phone,
  .common_cta .common_cta_row .common_cta_btn_tel .icon_tel {
    font-size: calc(16 / var(--view-size) * 100vw);
    position: initial;
    color: #FF7E00;
    transform: none;
  }
}
@media (max-width: 480px) {
  .common_cta .common_cta_row .common_cta_btn_tel .fa-phone,
  .common_cta .common_cta_row .common_cta_btn_tel .icon_tel {
    font-size: calc(16 / var(--view-size) * 100vw);
    position: initial;
    color: #FF7E00;
    transform: none;
  }
}
.common_cta .common_cta_row .common_cta_btn_tel .icon_tel {
  width: calc(40 / var(--view-size) * 100vw);
  height: calc(40 / var(--view-size) * 100vw);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 480px) and (max-width: 768px) {
  .common_cta .common_cta_row .common_cta_btn_tel .icon_tel {
    width: 12px;
    height: 12px;
    position: initial;
    transform: none;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width: 480px) {
  .common_cta .common_cta_row .common_cta_btn_tel .icon_tel {
    width: calc(16 / var(--view-size) * 100vw);
    height: calc(16 / var(--view-size) * 100vw);
    position: initial;
    transform: none;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .common_cta .common_cta_row .common_cta_btn_tel .icon_tel.sp_dn {
    display: none;
  }
}
@media (max-width: 480px) {
  .common_cta .common_cta_row .common_cta_btn_tel .icon_tel.sp_dn {
    display: none;
  }
}

.menu_btn {
  display: none;
}
@media (max-width: 480px) {
  .menu_btn {
    display: block;
    width: calc(60 / var(--view-size) * 100vw);
    height: calc(30 / var(--view-size) * 100vw);
    position: relative;
    margin-top: calc(10 / var(--view-size) * 100vw);
    z-index: 4000;
  }
  .menu_btn span {
    display: inline-block;
    height: calc(4 / var(--view-size) * 100vw);
    width: calc(35 / var(--view-size) * 100vw);
    background-color: #000;
    border-radius: calc(10 / var(--view-size) * 100vw);
    position: absolute;
    top: calc(8 / var(--view-size) * 100vw);
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  .menu_btn span:nth-child(1) {
    top: calc(5 / var(--view-size) * 100vw);
  }
  .menu_btn span:nth-child(2) {
    top: calc(15 / var(--view-size) * 100vw);
  }
  .menu_btn span:nth-child(3) {
    top: calc(25 / var(--view-size) * 100vw);
  }
}

.nav_sp {
  left: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 500;
  transition: 500ms ease-out;
  padding: calc(90 / var(--view-size) * 100vw) 0 0;
  text-align: center;
}
.nav_sp li {
  margin-bottom: calc(20 / var(--view-size) * 100vw);
}

.open .menu_btn {
  z-index: 1000;
}
.open .menu_btn span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50% !important;
  left: 50%;
}
.open .menu_btn span:nth-child(2) {
  opacity: 0;
}
.open .menu_btn span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50% !important;
  left: 50%;
}

.open .nav_sp {
  opacity: 1 !important;
  left: 0 !important;
}

/* footer */
footer {
  padding: calc(160 / var(--view-size) * 100vw) 0 0;
  position: relative;
}
@media (max-width: 480px) {
  footer {
    padding: calc(64 / var(--view-size) * 100vw) 0 0;
  }
}
footer .footer_bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
footer .footer_bg img {
  height: calc(480 / var(--view-size) * 100vw);
}
@media (max-width: 480px) {
  footer .footer_bg img {
    height: calc(720 / var(--view-size) * 100vw);
  }
}
footer .inner {
  position: relative;
  z-index: 10;
}
footer .common_cta .common_cta_btn {
  margin: 0;
}
footer .common_cta .common_cta_btn_contact {
  margin-right: calc(40 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  footer .common_cta .common_cta_btn_contact {
    margin: 0 auto;
    margin-bottom: calc(12 / var(--view-size) * 100vw);
  }
}
@media (max-width: 480px) {
  footer .common_cta .common_cta_btn_contact {
    margin-right: 0;
    margin-bottom: calc(12 / var(--view-size) * 100vw);
  }
}
footer .footer_logo {
  width: calc(215 / var(--view-size) * 100vw);
  margin: calc(24 / var(--view-size) * 100vw) auto calc(40 / var(--view-size) * 100vw);
}
@media (max-width: 480px) {
  footer .footer_logo {
    width: calc(150 / var(--view-size) * 100vw);
    margin: calc(32 / var(--view-size) * 100vw) auto;
  }
}
footer .copyright {
  background-color: #222;
  padding: calc(16 / var(--view-size) * 100vw) 0;
  text-align: center;
  font-size: calc(13 / var(--view-size) * 100vw);
  color: #fff;
  position: relative;
  z-index: 10;
}
@media (min-width: 480px) and (max-width: 768px) {
  footer .copyright {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  footer .copyright {
    font-size: calc(11 / var(--view-size) * 100vw);
  }
}

.mv {
  background: url(../images/mv_bg_pc.jpg) center/cover no-repeat;
  padding: calc(80 / var(--view-size) * 100vw) 0 calc(40 / var(--view-size) * 100vw);
}
@media (max-width: 480px) {
  .mv {
    padding: calc(24 / var(--view-size) * 100vw) 0 calc(14 / var(--view-size) * 100vw);
  }
}
.mv .mv_img {
  width: calc(975 / var(--view-size) * 100vw);
  margin: 0 auto calc(64 / var(--view-size) * 100vw);
}
@media (max-width: 480px) {
  .mv .mv_img {
    width: calc(280 / var(--view-size) * 100vw);
    margin-bottom: calc(40 / var(--view-size) * 100vw);
  }
}
.mv .mv_btns {
  text-align: center;
}
.mv .mv_btns .common_cta_btn {
  margin-bottom: calc(12 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .mv .mv_btns .common_cta_btn {
    margin: 0 auto calc(12 / var(--view-size) * 100vw);
  }
}
.mv .mv_btns .mv_tel {
  color: #FF7E00;
  font-weight: bold;
  display: inline;
  border-bottom: calc(1 / var(--view-size) * 100vw) solid #FF7E00;
  padding-bottom: calc(6 / var(--view-size) * 100vw);
  position: relative;
}
@media (max-width: 480px) {
  .mv .mv_btns .mv_tel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(200 / var(--view-size) * 100vw);
    margin: 0 auto;
  }
}
.mv .mv_btns .mv_tel .icon_tel {
  width: calc(16 / var(--view-size) * 100vw);
  height: calc(16 / var(--view-size) * 100vw);
  display: inline-block;
  vertical-align: middle;
  margin-right: calc(4 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .mv .mv_btns .mv_tel .icon_tel {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 480px) {
  .mv .mv_btns .mv_tel .icon_tel.sp_dn {
    display: none;
  }
}

.know {
  padding-top: calc(64 / var(--view-size) * 100vw);
  position: relative;
}
.know .know_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(588 / var(--view-size) * 100vw);
  z-index: 1;
}
@media (min-width: 480px) and (max-width: 768px) {
  .know .know_bg img {
    height: 90vh;
    max-height: 520px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.know .inner {
  position: relative;
  z-index: 100;
}
.know .know_text {
  width: calc(690 / var(--view-size) * 100vw);
  margin: 0 auto calc(32 / var(--view-size) * 100vw);
  line-height: 180%;
}
@media (max-width: 480px) {
  .know .know_text {
    width: calc(343 / var(--view-size) * 100vw);
    margin-bottom: calc(24 / var(--view-size) * 100vw);
  }
}
.know .know_img_wrap .inner {
  position: relative;
  z-index: 100;
}
.know .know_img_wrap .know_img {
  width: calc(630 / var(--view-size) * 100vw);
  margin: 0 auto;
}
@media (max-width: 480px) {
  .know .know_img_wrap .know_img {
    width: 100%;
  }
}

.reason {
  padding: calc(96 / var(--view-size) * 100vw) 0 calc(64 / var(--view-size) * 100vw);
  border-top: calc(4 / var(--view-size) * 100vw) solid #000066;
  background: url(../images/reason_bg_pc.jpg) center/cover no-repeat;
}
@media (max-width: 480px) {
  .reason {
    padding: calc(48 / var(--view-size) * 100vw) 0 calc(64 / var(--view-size) * 100vw);
    background: url(../images/reason_bg_sp.jpg) center/cover no-repeat;
  }
}
.reason .common_ttl_white {
  text-shadow: calc(4 / var(--view-size) * 100vw) calc(4 / var(--view-size) * 100vw) calc(4 / var(--view-size) * 100vw) rgba(0, 18, 114, 0.3);
}
.reason .reason_cont {
  margin-top: calc(72 / var(--view-size) * 100vw);
}
@media (max-width: 480px) {
  .reason .reason_cont {
    margin-top: calc(64 / var(--view-size) * 100vw);
  }
}
.reason .reason_cont .reason_group {
  background: url(../images/reason_group_bg.png) center/cover no-repeat;
  padding: calc(40 / var(--view-size) * 100vw);
  padding-top: calc(56 / var(--view-size) * 100vw);
  position: relative;
  margin-bottom: calc(80 / var(--view-size) * 100vw);
}
@media (max-width: 480px) {
  .reason .reason_cont .reason_group {
    margin-bottom: calc(64 / var(--view-size) * 100vw);
    padding-top: calc(48 / var(--view-size) * 100vw);
    padding: calc(48 / var(--view-size) * 100vw) calc(16 / var(--view-size) * 100vw) calc(24 / var(--view-size) * 100vw);
  }
  .reason .reason_cont .reason_group:last-child {
    margin-bottom: 0;
  }
}
.reason .reason_cont .reason_group .reason_group_number {
  width: calc(80 / var(--view-size) * 100vw);
  height: calc(80 / var(--view-size) * 100vw);
  background: #000066;
  border-radius: 50%;
  text-align: center;
  line-height: 1.1;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: calc(-40 / var(--view-size) * 100vw);
  left: 50%;
  transform: translateX(-50%);
  font-size: calc(32 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .reason .reason_cont .reason_group .reason_group_number {
    font-size: 16px;
    width: 44px;
    height: 44px;
    padding-top: 3px;
  }
}
@media (max-width: 480px) {
  .reason .reason_cont .reason_group .reason_group_number {
    width: calc(64 / var(--view-size) * 100vw);
    height: calc(64 / var(--view-size) * 100vw);
    top: calc(-32 / var(--view-size) * 100vw);
    font-size: calc(24 / var(--view-size) * 100vw);
  }
}
.reason .reason_cont .reason_group .reason_group_number .text_small {
  font-size: calc(16 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .reason .reason_cont .reason_group .reason_group_number .text_small {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .reason .reason_cont .reason_group .reason_group_number .text_small {
    font-size: calc(14 / var(--view-size) * 100vw);
  }
}
.reason .reason_cont .reason_group .reason_group_ttl {
  font-size: calc(24 / var(--view-size) * 100vw);
  margin-bottom: calc(16 / var(--view-size) * 100vw);
  text-align: center;
}
@media (min-width: 480px) and (max-width: 768px) {
  .reason .reason_cont .reason_group .reason_group_ttl {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .reason .reason_cont .reason_group .reason_group_ttl {
    font-size: calc(16 / var(--view-size) * 100vw);
  }
}
.reason .reason_cont .reason_group .reason_group_ttl .text_blue {
  font-size: calc(32 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .reason .reason_cont .reason_group .reason_group_ttl .text_blue {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .reason .reason_cont .reason_group .reason_group_ttl .text_blue {
    font-size: calc(20 / var(--view-size) * 100vw);
  }
}
.reason .reason_cont .reason_group .reason_group_row .reason_group_box {
  width: 50%;
  background-color: #E4EBF0;
  padding: calc(24 / var(--view-size) * 100vw) 0;
}
@media (min-width: 480px) and (max-width: 768px) {
  .reason .reason_cont .reason_group .reason_group_row .reason_group_box {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .reason .reason_cont .reason_group .reason_group_row .reason_group_box {
    width: 100%;
    padding: calc(10 / var(--view-size) * 100vw) 0 calc(16 / var(--view-size) * 100vw);
  }
}
.reason .reason_cont .reason_group .reason_group_row .reason_group_box.reason_group_box_01 {
  background-color: #000066;
  color: #fff;
}
.reason .reason_cont .reason_group .reason_group_row .reason_group_box.reason_group_box_01 .reason_group_box_ttl {
  border-bottom: calc(1 / var(--view-size) * 100vw) solid #fff;
}
.reason .reason_cont .reason_group .reason_group_row .reason_group_box.reason_group_box_01 .reason_group_box_icon {
  width: calc(54 / var(--view-size) * 100vw);
  height: calc(54 / var(--view-size) * 100vw);
}
@media (max-width: 480px) {
  .reason .reason_cont .reason_group .reason_group_row .reason_group_box.reason_group_box_01 .reason_group_box_icon {
    width: calc(48 / var(--view-size) * 100vw);
    height: calc(48 / var(--view-size) * 100vw);
  }
}
.reason .reason_cont .reason_group .reason_group_row .reason_group_box .reason_group_box_ttl {
  text-align: center;
  font-size: calc(24 / var(--view-size) * 100vw);
  font-weight: bold;
  margin-bottom: calc(16 / var(--view-size) * 100vw);
  padding-bottom: calc(16 / var(--view-size) * 100vw);
  border-bottom: calc(1 / var(--view-size) * 100vw) solid #222;
}
@media (min-width: 480px) and (max-width: 768px) {
  .reason .reason_cont .reason_group .reason_group_row .reason_group_box .reason_group_box_ttl {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .reason .reason_cont .reason_group .reason_group_row .reason_group_box .reason_group_box_ttl {
    font-size: calc(20 / var(--view-size) * 100vw);
    padding-bottom: calc(8 / var(--view-size) * 100vw);
  }
}
.reason .reason_cont .reason_group .reason_group_row .reason_group_box .reason_group_box_icon {
  margin: 0 auto calc(16 / var(--view-size) * 100vw);
  width: calc(54 / var(--view-size) * 100vw);
  height: calc(54 / var(--view-size) * 100vw);
}
@media (max-width: 480px) {
  .reason .reason_cont .reason_group .reason_group_row .reason_group_box .reason_group_box_icon {
    width: calc(48 / var(--view-size) * 100vw);
    height: calc(48 / var(--view-size) * 100vw);
  }
}
.reason .reason_cont .reason_group .reason_group_row .reason_group_box .reason_group_box_subttl {
  font-weight: bold;
  margin-bottom: calc(8 / var(--view-size) * 100vw);
  text-align: center;
}
.reason .reason_cont .reason_group .reason_group_row .reason_group_box .reason_group_box_text {
  padding: 0 calc(24 / var(--view-size) * 100vw);
}

.works {
  padding: calc(64 / var(--view-size) * 100vw) 0;
}
.works .works_slide_left,
.works .works_slide_right {
  position: relative;
  padding-bottom: calc(24 / var(--view-size) * 100vw);
}
.works .works_slide_left::before,
.works .works_slide_right::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(73 / var(--view-size) * 100vw);
  background-color: #F5F8FE;
}
.works .works_slide_left {
  margin-bottom: calc(40 / var(--view-size) * 100vw);
}
.works .works_slide_right {
  transform: scaleX(-1);
}
.works .works_slide_right .works_slide_item {
  transform: scaleX(-1);
}
.works .works_slide_item {
  margin: 0 calc(10 / var(--view-size) * 100vw);
  position: relative;
  padding-bottom: calc(24 / var(--view-size) * 100vw);
}
.works .works_slide_item .works_slide_item_text {
  padding: calc(4 / var(--view-size) * 100vw) calc(8 / var(--view-size) * 100vw);
  background-color: #F5F8FE;
  color: #555;
  font-size: calc(13 / var(--view-size) * 100vw);
  position: absolute;
  bottom: calc(0 / var(--view-size) * 100vw);
  right: 0;
  height: calc(48 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .works .works_slide_item .works_slide_item_text {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .works .works_slide_item .works_slide_item_text {
    font-size: calc(13 / var(--view-size) * 100vw);
  }
}
.works .works_box {
  border: calc(1 / var(--view-size) * 100vw) solid #000066;
  width: calc(960 / var(--view-size) * 100vw);
  margin: calc(64 / var(--view-size) * 100vw) auto 0;
  position: relative;
  padding: calc(60 / var(--view-size) * 100vw) calc(40 / var(--view-size) * 100vw) calc(40 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .works .works_box {
    margin-top: calc(140 / var(--view-size) * 100vw);
    padding-top: 7vw;
  }
}
@media (max-width: 480px) {
  .works .works_box {
    width: calc(343 / var(--view-size) * 100vw);
    margin-top: calc(80 / var(--view-size) * 100vw);
    padding: calc(32 / var(--view-size) * 100vw) calc(16 / var(--view-size) * 100vw);
    padding-top: calc(66 / var(--view-size) * 100vw);
  }
}
.works .works_box .works_box_ttl_wrap {
  text-align: center;
  position: absolute;
  top: calc(-30 / var(--view-size) * 100vw);
  left: 50%;
  transform: translateX(-50%);
  width: calc(784 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .works .works_box .works_box_ttl_wrap {
    width: 80%;
    padding: 0 16px;
    background-color: #fff;
    top: -2vw;
  }
}
@media (max-width: 480px) {
  .works .works_box .works_box_ttl_wrap {
    width: calc(287 / var(--view-size) * 100vw);
    top: calc(-42 / var(--view-size) * 100vw);
  }
}
.works .works_box .works_box_ttl {
  background-color: #fff;
  font-size: calc(32 / var(--view-size) * 100vw);
  text-align: center;
  width: 100%;
}
@media (min-width: 480px) and (max-width: 768px) {
  .works .works_box .works_box_ttl {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .works .works_box .works_box_ttl {
    font-size: calc(24 / var(--view-size) * 100vw);
    letter-spacing: 0;
  }
}
.works .works_box .works_box_ttl .text_large {
  color: #000066;
  font-size: calc(40 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .works .works_box .works_box_ttl .text_large {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .works .works_box .works_box_ttl .text_large {
    font-size: calc(28 / var(--view-size) * 100vw);
  }
}
.works .works_box .works_box_ttl .text_large .text_small {
  font-size: calc(32 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .works .works_box .works_box_ttl .text_large .text_small {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .works .works_box .works_box_ttl .text_large .text_small {
    font-size: calc(24 / var(--view-size) * 100vw);
  }
}
.works .works_box .works_box_row .works_box_item {
  width: calc(270 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .works .works_box .works_box_row .works_box_item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .works .works_box .works_box_row .works_box_item {
    width: 100%;
    margin-bottom: calc(40 / var(--view-size) * 100vw);
  }
  .works .works_box .works_box_row .works_box_item:last-child {
    margin-bottom: 0;
  }
}
.works .works_box .works_box_row .works_box_item img {
  margin-bottom: calc(16 / var(--view-size) * 100vw);
}
.works .works_box .works_box_row .works_box_item h5 {
  font-size: calc(20 / var(--view-size) * 100vw);
  text-align: center;
  margin-bottom: calc(8 / var(--view-size) * 100vw);
  color: #000066;
}
@media (min-width: 480px) and (max-width: 768px) {
  .works .works_box .works_box_row .works_box_item h5 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .works .works_box .works_box_row .works_box_item h5 {
    font-size: calc(20 / var(--view-size) * 100vw);
  }
}

.cases {
  padding: calc(64 / var(--view-size) * 100vw) 0 calc(162 / var(--view-size) * 100vw);
  background: url(../images/cases_bg_pc.png) bottom/cover no-repeat;
}
@media (max-width: 480px) {
  .cases {
    padding-bottom: calc(64 / var(--view-size) * 100vw);
    background: url(../images/cases_bg_sp.png) bottom/cover no-repeat;
  }
}
.cases .cases_cont {
  margin-bottom: calc(64 / var(--view-size) * 100vw);
}
.cases .cases_cont .cases_box {
  background-color: #fff;
  padding: calc(40 / var(--view-size) * 100vw);
  padding-top: calc(180 / var(--view-size) * 100vw);
  position: relative;
  border-top: calc(4 / var(--view-size) * 100vw) solid #000066;
  margin-bottom: calc(56 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .cases .cases_cont .cases_box {
    padding-top: 148px;
  }
}
@media (max-width: 480px) {
  .cases .cases_cont .cases_box {
    padding: 0;
    margin-bottom: calc(40 / var(--view-size) * 100vw);
    background-color: transparent;
    border-top: none;
  }
}
.cases .cases_cont .cases_box:last-child {
  margin-bottom: 0;
}
.cases .cases_cont .cases_box .cases_box_ttlarea {
  width: calc(685 / var(--view-size) * 100vw);
  background-color: #000066;
  padding: calc(32 / var(--view-size) * 100vw) calc(40 / var(--view-size) * 100vw);
  position: absolute;
  left: calc(40 / var(--view-size) * 100vw);
  top: 0;
}
@media (min-width: 480px) and (max-width: 768px) {
  .cases .cases_cont .cases_box .cases_box_ttlarea {
    width: calc(878 / var(--view-size) * 100vw);
  }
}
@media (max-width: 480px) {
  .cases .cases_cont .cases_box .cases_box_ttlarea {
    width: 100%;
    position: relative;
    margin-bottom: calc(16 / var(--view-size) * 100vw);
    padding: calc(24 / var(--view-size) * 100vw) calc(16 / var(--view-size) * 100vw);
    left: 0;
  }
  .cases .cases_cont .cases_box .cases_box_ttlarea::after {
    content: "";
    position: absolute;
    bottom: calc(-31 / var(--view-size) * 100vw);
    left: calc(16 / var(--view-size) * 100vw);
    width: calc(32 / var(--view-size) * 100vw);
    height: calc(32 / var(--view-size) * 100vw);
    background-color: #000066;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
            clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
}
.cases .cases_cont .cases_box .cases_box_ttlarea .cases_box_ttl {
  font-size: calc(20 / var(--view-size) * 100vw);
  color: #fff;
  font-weight: normal;
}
@media (min-width: 480px) and (max-width: 768px) {
  .cases .cases_cont .cases_box .cases_box_ttlarea .cases_box_ttl {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .cases .cases_cont .cases_box .cases_box_ttlarea .cases_box_ttl {
    font-size: calc(16 / var(--view-size) * 100vw);
  }
}
.cases .cases_cont .cases_box .cases_box_ttlarea .cases_box_ttl .text_large {
  font-weight: bold;
  font-size: calc(28 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .cases .cases_cont .cases_box .cases_box_ttlarea .cases_box_ttl .text_large {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .cases .cases_cont .cases_box .cases_box_ttlarea .cases_box_ttl .text_large {
    font-size: calc(24 / var(--view-size) * 100vw);
  }
}
.cases .cases_cont .cases_box .cases_box_ttlarea .cases_box_ttl .text_large .text_small {
  font-size: calc(20 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .cases .cases_cont .cases_box .cases_box_ttlarea .cases_box_ttl .text_large .text_small {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .cases .cases_cont .cases_box .cases_box_ttlarea .cases_box_ttl .text_large .text_small {
    font-size: calc(16 / var(--view-size) * 100vw);
  }
}
.cases .cases_cont .cases_box .cases_box_row .cases_box_img {
  width: calc(273 / var(--view-size) * 100vw);
}
@media (max-width: 480px) {
  .cases .cases_cont .cases_box .cases_box_row .cases_box_img {
    width: calc(327 / var(--view-size) * 100vw);
    margin: 0 auto;
  }
}
.cases .cases_cont .cases_box .cases_box_row .cases_box_img img {
  margin-bottom: calc(16 / var(--view-size) * 100vw);
}
@media (max-width: 480px) {
  .cases .cases_cont .cases_box .cases_box_row .cases_box_img img {
    margin-bottom: 0;
  }
}
.cases .cases_cont .cases_box .cases_box_row .cases_box_img .cases_box_name {
  text-align: center;
}
@media (max-width: 480px) {
  .cases .cases_cont .cases_box .cases_box_row .cases_box_img .cases_box_name {
    background-color: #fff;
    padding-top: calc(8 / var(--view-size) * 100vw);
    padding-bottom: calc(8 / var(--view-size) * 100vw);
  }
}
.cases .cases_cont .cases_box .cases_box_row .cases_box_textarea {
  width: calc(583 / var(--view-size) * 100vw);
}
@media (max-width: 480px) {
  .cases .cases_cont .cases_box .cases_box_row .cases_box_textarea {
    width: calc(327 / var(--view-size) * 100vw);
    margin: 0 auto;
    background-color: #fff;
    padding: 0 calc(16 / var(--view-size) * 100vw) calc(16 / var(--view-size) * 100vw);
  }
}
.cases .cases_cont .cases_box .cases_box_row .cases_box_textarea .cases_box_text .text_blue {
  font-size: calc(20 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .cases .cases_cont .cases_box .cases_box_row .cases_box_textarea .cases_box_text .text_blue {
    font-size: 18px;
  }
}

.flow {
  padding: calc(64 / var(--view-size) * 100vw) 0;
}
.flow .inner {
  width: calc(804 / var(--view-size) * 100vw);
}
@media (max-width: 480px) {
  .flow .inner {
    width: calc(343 / var(--view-size) * 100vw);
  }
}
.flow .flow_cont {
  position: relative;
}
.flow .flow_cont::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(36 / var(--view-size) * 100vw);
  width: calc(1 / var(--view-size) * 100vw);
  height: calc(1100 / var(--view-size) * 100vw);
  background-color: #000066;
  z-index: 1;
}
@media (min-width: 480px) and (max-width: 768px) {
  .flow .flow_cont::before {
    height: 94%;
  }
}
@media (max-width: 480px) {
  .flow .flow_cont::before {
    left: calc(29 / var(--view-size) * 100vw);
    height: calc(2020 / var(--view-size) * 100vw);
  }
}
.flow .flow_cont .flow_item {
  margin-bottom: calc(48 / var(--view-size) * 100vw);
}
@media (max-width: 480px) {
  .flow .flow_cont .flow_item {
    margin-bottom: calc(40 / var(--view-size) * 100vw);
  }
}
.flow .flow_cont .flow_item:last-child {
  margin-bottom: 0;
}
.flow .flow_cont .flow_item .flow_item_step {
  width: calc(72 / var(--view-size) * 100vw);
  background-color: #fff;
  padding: calc(12 / var(--view-size) * 100vw) 0;
  position: relative;
  z-index: 100;
}
@media (min-width: 480px) and (max-width: 768px) {
  .flow .flow_cont .flow_item .flow_item_step {
    width: calc(100 / var(--view-size) * 100vw);
  }
}
@media (max-width: 480px) {
  .flow .flow_cont .flow_item .flow_item_step {
    width: calc(59 / var(--view-size) * 100vw);
    text-align: center;
  }
}
.flow .flow_cont .flow_item .flow_item_step .flow_item_step_number {
  font-size: calc(13 / var(--view-size) * 100vw);
  text-align: center;
  margin-bottom: calc(8 / var(--view-size) * 100vw);
  font-weight: bold;
}
@media (min-width: 480px) and (max-width: 768px) {
  .flow .flow_cont .flow_item .flow_item_step .flow_item_step_number {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .flow .flow_cont .flow_item .flow_item_step .flow_item_step_number {
    font-size: calc(12 / var(--view-size) * 100vw);
    white-space: nowrap;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .flow .flow_cont .flow_item .flow_item_step img {
    width: 40px;
  }
}
@media (max-width: 480px) {
  .flow .flow_cont .flow_item .flow_item_step img {
    width: calc(40 / var(--view-size) * 100vw);
  }
}
.flow .flow_cont .flow_item .flow_item_textarea {
  width: calc(704 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .flow .flow_cont .flow_item .flow_item_textarea {
    width: calc(680 / var(--view-size) * 100vw);
  }
}
@media (max-width: 480px) {
  .flow .flow_cont .flow_item .flow_item_textarea {
    width: calc(280 / var(--view-size) * 100vw);
    padding-top: calc(42 / var(--view-size) * 100vw);
  }
}
.flow .flow_cont .flow_item .flow_item_textarea .flow_item_textarea_ttl {
  font-size: calc(24 / var(--view-size) * 100vw);
  margin-bottom: calc(8 / var(--view-size) * 100vw);
  font-weight: bold;
  color: #000066;
}
@media (min-width: 480px) and (max-width: 768px) {
  .flow .flow_cont .flow_item .flow_item_textarea .flow_item_textarea_ttl {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .flow .flow_cont .flow_item .flow_item_textarea .flow_item_textarea_ttl {
    font-size: calc(20 / var(--view-size) * 100vw);
    margin-bottom: calc(16 / var(--view-size) * 100vw);
  }
}
.flow .flow_cont .flow_item .flow_item_textarea .flow_item_box {
  background-color: #F5F8FE;
  padding: calc(16 / var(--view-size) * 100vw);
}
.flow .flow_cont .flow_item .flow_item_textarea .flow_item_box .flow_item_textarea_ttl {
  font-size: calc(20 / var(--view-size) * 100vw);
  text-align: center;
  margin-bottom: calc(16 / var(--view-size) * 100vw);
  font-weight: bold;
  margin-top: calc(16 / var(--view-size) * 100vw);
  color: #222;
}
@media (min-width: 480px) and (max-width: 768px) {
  .flow .flow_cont .flow_item .flow_item_textarea .flow_item_box .flow_item_textarea_ttl {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .flow .flow_cont .flow_item .flow_item_textarea .flow_item_box .flow_item_textarea_ttl {
    font-size: calc(16 / var(--view-size) * 100vw);
    margin-bottom: calc(8 / var(--view-size) * 100vw);
  }
}
.flow .flow_cont .flow_item .flow_item_textarea .flow_item_box .flow_item_box_row .flow_item_box_box {
  width: calc(322 / var(--view-size) * 100vw);
  background-color: #fff;
  padding: calc(16 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .flow .flow_cont .flow_item .flow_item_textarea .flow_item_box .flow_item_box_row .flow_item_box_box {
    width: 100%;
    padding: calc(16 / var(--view-size) * 100vw) calc(12 / var(--view-size) * 100vw);
    margin-bottom: calc(16 / var(--view-size) * 100vw);
  }
  .flow .flow_cont .flow_item .flow_item_textarea .flow_item_box .flow_item_box_row .flow_item_box_box:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .flow .flow_cont .flow_item .flow_item_textarea .flow_item_box .flow_item_box_row .flow_item_box_box {
    width: 100%;
    padding: calc(16 / var(--view-size) * 100vw) calc(12 / var(--view-size) * 100vw);
    margin-bottom: calc(16 / var(--view-size) * 100vw);
  }
  .flow .flow_cont .flow_item .flow_item_textarea .flow_item_box .flow_item_box_row .flow_item_box_box:last-child {
    margin-bottom: 0;
  }
}
.flow .flow_cont .flow_item .flow_item_textarea .flow_item_box .flow_item_box_row .flow_item_box_box .flow_item_box_box_ttl_wrap {
  text-align: center;
  margin-bottom: calc(8 / var(--view-size) * 100vw);
}
.flow .flow_cont .flow_item .flow_item_textarea .flow_item_box .flow_item_box_row .flow_item_box_box .flow_item_box_box_ttl {
  display: inline;
  border-bottom: calc(1 / var(--view-size) * 100vw) solid #000066;
  padding-bottom: calc(4 / var(--view-size) * 100vw);
  margin-bottom: calc(8 / var(--view-size) * 100vw);
  font-weight: bold;
}
.flow .flow_cont .flow_item .flow_item_textarea .flow_item_box .flow_item_box_item_wrap {
  margin-top: calc(16 / var(--view-size) * 100vw);
}
.flow .flow_cont .flow_item .flow_item_textarea .flow_item_box .flow_item_box_item_wrap .flow_item_box_item {
  margin-bottom: calc(16 / var(--view-size) * 100vw);
}
.flow .flow_cont .flow_item .flow_item_textarea .flow_item_box .flow_item_box_item_wrap .flow_item_box_item:last-child {
  margin-bottom: 0;
}
.flow .flow_cont .flow_item .flow_item_textarea .flow_item_box .flow_item_box_item_wrap .flow_item_box_item .flow_item_box_item_label {
  display: inline;
  background-color: #000066;
  color: #fff;
  padding: calc(4 / var(--view-size) * 100vw) calc(24 / var(--view-size) * 100vw);
  margin-bottom: calc(8 / var(--view-size) * 100vw);
  border-radius: calc(48 / var(--view-size) * 100vw);
  font-weight: bold;
}
@media (min-width: 480px) and (max-width: 768px) {
  .flow .flow_cont .flow_item .flow_item_textarea .flow_item_box .flow_item_box_item_wrap .flow_item_box_item .flow_item_box_item_label {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .flow .flow_cont .flow_item .flow_item_textarea .flow_item_box .flow_item_box_item_wrap .flow_item_box_item .flow_item_box_item_label {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.flow .flow_cont .flow_item .flow_item_textarea .flow_item_box .flow_item_box_item_wrap .flow_item_box_item .flow_item_box_item_text {
  margin-top: calc(8 / var(--view-size) * 100vw);
}

.message {
  padding-bottom: calc(64 / var(--view-size) * 100vw);
}
.message .inner {
  width: calc(804 / var(--view-size) * 100vw);
}
@media (max-width: 480px) {
  .message .inner {
    width: calc(343 / var(--view-size) * 100vw);
  }
}
.message .message_box {
  margin-top: calc(80 / var(--view-size) * 100vw);
  background-color: #E9F0FF;
  padding: calc(16 / var(--view-size) * 100vw) calc(32 / var(--view-size) * 100vw);
  position: relative;
}
@media (min-width: 480px) and (max-width: 768px) {
  .message .message_box {
    margin-top: calc(24 / var(--view-size) * 100vw);
    padding: calc(24 / var(--view-size) * 100vw) calc(16 / var(--view-size) * 100vw);
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .message .message_box {
    margin-top: calc(24 / var(--view-size) * 100vw);
    padding: calc(24 / var(--view-size) * 100vw) calc(16 / var(--view-size) * 100vw);
    padding-bottom: 0;
  }
}
.message .message_box .message_box_img {
  width: calc(240 / var(--view-size) * 100vw);
  position: absolute;
  bottom: 0;
  left: calc(32 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .message .message_box .message_box_img {
    width: 100%;
    position: initial;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .message .message_box .message_box_img img {
    width: calc(180 / var(--view-size) * 100vw);
    margin-right: calc(16 / var(--view-size) * 100vw);
  }
  .message .message_box .message_box_img .message_box_name {
    width: calc(200 / var(--view-size) * 100vw);
  }
}
@media (max-width: 480px) {
  .message .message_box .message_box_img {
    width: 100%;
    position: initial;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .message .message_box .message_box_img img {
    width: calc(153 / var(--view-size) * 100vw);
  }
  .message .message_box .message_box_img .message_box_name {
    width: calc(142 / var(--view-size) * 100vw);
  }
}
.message .message_box .message_box_text {
  padding-left: calc(265 / var(--view-size) * 100vw);
  margin-bottom: calc(8 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .message .message_box .message_box_text {
    padding-left: 0;
    margin-bottom: calc(16 / var(--view-size) * 100vw);
  }
  .message .message_box .message_box_text .sp_db {
    display: inline;
  }
}
@media (max-width: 480px) {
  .message .message_box .message_box_text {
    padding-left: 0;
    margin-bottom: calc(16 / var(--view-size) * 100vw);
  }
  .message .message_box .message_box_text .sp_db {
    display: inline;
  }
}
.message .message_box .message_box_name {
  text-align: right;
  font-size: calc(13 / var(--view-size) * 100vw);
  font-weight: bold;
}
@media (min-width: 480px) and (max-width: 768px) {
  .message .message_box .message_box_name {
    text-align: center;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .message .message_box .message_box_name {
    text-align: center;
  }
}

.contact {
  padding: calc(64 / var(--view-size) * 100vw) 0;
  background-color: #E9F0FF;
}
.contact .inner {
  width: calc(804 / var(--view-size) * 100vw);
}
@media (max-width: 480px) {
  .contact .inner {
    width: calc(343 / var(--view-size) * 100vw);
  }
}
.contact .contact_text {
  text-align: center;
  font-size: calc(20 / var(--view-size) * 100vw);
  margin-bottom: calc(40 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .contact .contact_text {
    font-size: 18px;
  }
}
.contact .contact_form .contact_form_wrap {
  margin-bottom: calc(24 / var(--view-size) * 100vw);
}
@media (max-width: 480px) {
  .contact .contact_form .contact_form_wrap {
    margin-bottom: calc(32 / var(--view-size) * 100vw);
  }
}
.contact .contact_form .contact_form_wrap .contact_form_item {
  margin-bottom: calc(32 / var(--view-size) * 100vw);
}
@media (max-width: 480px) {
  .contact .contact_form .contact_form_wrap .contact_form_item {
    margin-bottom: calc(24 / var(--view-size) * 100vw);
  }
}
.contact .contact_form .contact_form_wrap .contact_form_item:last-child {
  margin-bottom: 0;
}
.contact .contact_form .contact_form_wrap .contact_form_item .contact_form_item_label {
  width: calc(210 / var(--view-size) * 100vw);
  padding: calc(16 / var(--view-size) * 100vw) 0;
  padding-left: calc(24 / var(--view-size) * 100vw);
  border-left: calc(1 / var(--view-size) * 100vw) solid #E50012;
}
@media (max-width: 480px) {
  .contact .contact_form .contact_form_wrap .contact_form_item .contact_form_item_label {
    width: 100%;
    padding: calc(8 / var(--view-size) * 100vw) 0;
    padding-left: calc(8 / var(--view-size) * 100vw);
  }
}
.contact .contact_form .contact_form_wrap .contact_form_item .contact_form_item_label span {
  margin-left: calc(8 / var(--view-size) * 100vw);
  padding: calc(6 / var(--view-size) * 100vw);
  font-size: calc(14 / var(--view-size) * 100vw);
  font-weight: bold;
}
.contact .contact_form .contact_form_wrap .contact_form_item .contact_form_item_label span.required {
  color: #fff;
  background-color: #E50012;
}
.contact .contact_form .contact_form_wrap .contact_form_item .contact_form_item_label span.any {
  color: #000066;
  border: calc(1 / var(--view-size) * 100vw) solid #000066;
}
.contact .contact_form .contact_form_wrap .contact_form_item .contact_form_item_input {
  width: calc(580 / var(--view-size) * 100vw);
  padding: calc(16 / var(--view-size) * 100vw) 0;
}
@media (max-width: 480px) {
  .contact .contact_form .contact_form_wrap .contact_form_item .contact_form_item_input {
    width: 100%;
    padding: calc(16 / var(--view-size) * 100vw) 0;
    padding-bottom: 0;
  }
}
.contact .contact_form .contact_form_wrap .contact_form_item .contact_form_item_input input {
  width: 100%;
  padding: calc(8 / var(--view-size) * 100vw);
  border: calc(1 / var(--view-size) * 100vw) solid #555;
  font-size: 16px;
}
@media (min-width: 480px) and (max-width: 768px) {
  .contact .contact_form .contact_form_wrap .contact_form_item .contact_form_item_input input {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .contact .contact_form .contact_form_wrap .contact_form_item .contact_form_item_input input {
    font-size: calc(16 / var(--view-size) * 100vw);
  }
}
.contact .contact_form .contact_form_wrap .contact_form_item .contact_form_item_input.radio {
  display: flex;
  gap: calc(16 / var(--view-size) * 100vw);
  align-items: center;
}
.contact .contact_form .contact_form_wrap .contact_form_item .contact_form_item_input.radio .radio_item {
  display: flex;
  align-items: center;
  gap: calc(8 / var(--view-size) * 100vw);
}
.contact .contact_form .contact_form_wrap .contact_form_item .contact_form_item_input.radio .radio_item input[type=radio] {
  width: auto;
  accent-color: #5096C9;
}
.contact .contact_form #contact_form_submit {
  width: calc(211 / var(--view-size) * 100vw);
  background-color: #000066;
  color: #fff;
  text-align: center;
  font-size: calc(20 / var(--view-size) * 100vw);
  padding: calc(12 / var(--view-size) * 100vw) 0;
  transition: 0.3s;
  border: none;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
.contact .contact_form #contact_form_submit:hover {
  opacity: 0.7;
}

.company {
  padding: calc(64 / var(--view-size) * 100vw) 0 0;
  position: relative;
  z-index: 10;
}
.company .inner {
  width: calc(804 / var(--view-size) * 100vw);
}
@media (max-width: 480px) {
  .company .inner {
    width: calc(343 / var(--view-size) * 100vw);
  }
}
.company .common_ttl_wrap {
  border-bottom: none;
}
.company .company_box {
  padding: calc(40 / var(--view-size) * 100vw) calc(32 / var(--view-size) * 100vw);
  border: calc(1 / var(--view-size) * 100vw) solid #000066;
  background-color: #fff;
}
@media (max-width: 480px) {
  .company .company_box {
    padding: calc(40 / var(--view-size) * 100vw) calc(16 / var(--view-size) * 100vw);
  }
}
.company .company_box table {
  border-collapse: collapse;
  width: 100%;
}
.company .company_box table tr {
  display: flex;
}
@media (min-width: 480px) and (max-width: 768px) {
  .company .company_box table tr {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .company .company_box table tr {
    flex-direction: column;
  }
}
.company .company_box table tr:first-child th, .company .company_box table tr:first-child td {
  border-top: calc(1 / var(--view-size) * 100vw) solid #B1B1B1;
}
@media (min-width: 480px) and (max-width: 768px) {
  .company .company_box table tr:first-child th {
    padding-top: calc(16 / var(--view-size) * 100vw);
    padding-bottom: 0;
  }
  .company .company_box table tr:first-child td {
    border-top: none;
  }
}
@media (max-width: 480px) {
  .company .company_box table tr:first-child th {
    padding-top: calc(16 / var(--view-size) * 100vw);
  }
  .company .company_box table tr:first-child td {
    border-top: none;
  }
}
@media (max-width: 480px) {
  .company .company_box table tr:first-child th {
    padding-top: calc(16 / var(--view-size) * 100vw);
  }
  .company .company_box table tr:first-child td {
    border-top: none;
  }
}
.company .company_box table tr:last-child th {
  margin-bottom: calc(8 / var(--view-size) * 100vw);
}
.company .company_box table tr:last-child th, .company .company_box table tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.company .company_box table tr th {
  width: calc(110 / var(--view-size) * 100vw);
  text-align: center;
  color: #000066;
  font-weight: bold;
  padding: calc(24 / var(--view-size) * 100vw) 0;
  vertical-align: top;
  border-bottom: calc(1 / var(--view-size) * 100vw) solid #B1B1B1;
  padding-right: calc(20 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .company .company_box table tr th {
    width: 100%;
    text-align: left;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .company .company_box table tr th {
    text-align: left;
    width: 100%;
    padding: 0;
    border-bottom: none;
  }
}
.company .company_box table tr td {
  width: calc(610 / var(--view-size) * 100vw);
  padding: calc(24 / var(--view-size) * 100vw) 0;
  border-bottom: calc(1 / var(--view-size) * 100vw) solid #B1B1B1;
}
@media (min-width: 480px) and (max-width: 768px) {
  .company .company_box table tr td {
    width: 100%;
    padding: 0;
    padding-bottom: calc(16 / var(--view-size) * 100vw);
  }
}
@media (max-width: 480px) {
  .company .company_box table tr td {
    width: 100%;
    padding: 0;
    padding-bottom: calc(16 / var(--view-size) * 100vw);
    margin-bottom: calc(16 / var(--view-size) * 100vw);
  }
}
.company .company_box table tr td .row {
  border-bottom: calc(1 / var(--view-size) * 100vw) solid #B1B1B1;
  padding-bottom: calc(24 / var(--view-size) * 100vw);
  margin-bottom: calc(24 / var(--view-size) * 100vw);
}
@media (max-width: 480px) {
  .company .company_box table tr td .row {
    padding-bottom: calc(16 / var(--view-size) * 100vw);
    margin-bottom: calc(16 / var(--view-size) * 100vw);
  }
}
.company .company_box table tr td .row:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.company .company_box table tr td .row .td_item_label {
  width: calc(200 / var(--view-size) * 100vw);
  font-weight: bold;
}
@media (min-width: 480px) and (max-width: 768px) {
  .company .company_box table tr td .row .td_item_label {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .company .company_box table tr td .row .td_item_label {
    width: 100%;
    margin-bottom: calc(8 / var(--view-size) * 100vw);
  }
}
.company .company_box table tr td .row .td_item_textarea {
  width: calc(400 / var(--view-size) * 100vw);
}
@media (min-width: 480px) and (max-width: 768px) {
  .company .company_box table tr td .row .td_item_textarea {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .company .company_box table tr td .row .td_item_textarea {
    width: 100%;
  }
}
.company .company_box table tr td .row .td_item_textarea .td_item_iframe {
  margin-top: calc(10 / var(--view-size) * 100vw);
}

.fadein {
  opacity: 0;
  transform: translateY(3%);
}
.fadein.active {
  animation: 0.8s forwards fadein;
}

.fadein2 {
  opacity: 0;
  transform: translateY(3%);
}
.fadein2.active {
  animation: 0.8s forwards 0.1s fadein;
}

.leftin {
  transform: translateX(-100%);
  overflow: hidden;
}
.leftin.active {
  animation: 0.5s forwards leftin;
}

.rightin {
  transform: translateX(100%);
  overflow: hidden;
}
.rightin.active {
  animation: 0.5s forwards rightin;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes leftin {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rightin {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.thanks {
  background: url(../images/reason_group_bg.png) top/contain repeat;
  padding-top: calc(160 / var(--view-size) * 100vw);
  position: relative;
}
@media (max-width: 480px) {
  .thanks {
    padding-top: calc(64 / var(--view-size) * 100vw);
  }
}
.thanks .thanks_bg {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.thanks .thanks_bg img {
  height: calc(332 / var(--view-size) * 100vw);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .thanks .thanks_bg img {
    height: calc(325 / var(--view-size) * 100vw);
  }
}
.thanks .inner {
  position: relative;
  z-index: 10;
}
.thanks .thanks_box {
  background-color: #fff;
  padding: calc(64 / var(--view-size) * 100vw) calc(80 / var(--view-size) * 100vw);
  margin-bottom: calc(100 / var(--view-size) * 100vw);
}
@media (max-width: 480px) {
  .thanks .thanks_box {
    padding: calc(64 / var(--view-size) * 100vw) calc(16 / var(--view-size) * 100vw);
    margin-bottom: calc(150 / var(--view-size) * 100vw);
  }
}
.thanks .thanks_box .thanks_logo {
  width: calc(215 / var(--view-size) * 100vw);
  margin: 0 auto calc(24 / var(--view-size) * 100vw);
}
@media (max-width: 480px) {
  .thanks .thanks_box .thanks_logo {
    width: calc(200 / var(--view-size) * 100vw);
  }
}
.thanks .thanks_box .thanks_text {
  font-size: calc(20 / var(--view-size) * 100vw);
  margin-bottom: calc(24 / var(--view-size) * 100vw);
}
@media (max-width: 480px) {
  .thanks .thanks_box .thanks_text {
    font-size: calc(16 / var(--view-size) * 100vw);
  }
}
.thanks .thanks_box .thanks_btn {
  display: block;
  width: calc(245 / var(--view-size) * 100vw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(24 / var(--view-size) * 100vw);
  color: #fff;
  background-color: #000066;
  font-weight: bold;
  text-align: center;
  border-radius: calc(8 / var(--view-size) * 100vw);
  position: relative;
  height: calc(68 / var(--view-size) * 100vw);
}
.thanks .thanks_box .thanks_btn .fa-solid {
  position: absolute;
  right: calc(20 / var(--view-size) * 100vw);
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  transition: 0.3s;
  font-size: calc(16 / var(--view-size) * 100vw);
}
.thanks .copyright {
  background-color: #222;
  padding: calc(16 / var(--view-size) * 100vw) 0;
  text-align: center;
  font-size: calc(13 / var(--view-size) * 100vw);
  color: #fff;
  position: relative;
  z-index: 10;
}
@media (max-width: 480px) {
  .thanks .copyright {
    font-size: calc(11 / var(--view-size) * 100vw);
  }
}/*# sourceMappingURL=style.css.map */