@charset "UTF-8";
/*-----------ベース -----------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

i {
  font-style: normal;
}

html {
  font-size: 16px;
  text-underline-position: under;
}

body {
  font-family: "Noto Sans JP", "Noto Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  overflow-x: hidden;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #1e1e1e;
}
body.ua-ie {
  font-family: "メイリオ", "Meiryo", sans-serif;
}

a {
  color: inherit;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

span, i {
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

/*-------フォントサイズ---------*/
p, dt, dd,
tr, th, td,
li, a {
  font-size: 0.875rem;
}

@media screen and (min-width:501px) {
  h2 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width:833px) {
  body, p, dt, dd,
  tr, th, td,
  li, a {
    font-size: 1rem;
  }
  h2 {
    font-size: 2.4375rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1.0625rem;
  }
}
h2 {
  text-align: center;
}

h3 {
  color: #5a5657;
}

.red {
  color: #e4173c;
}

.c-title {
  padding: 40px 0;
}
@media screen and (min-width:833px) {
  .c-title {
    padding: 80px 0;
  }
}
.c-title h2 {
  color: #5a5657;
  font-size: 1.75rem;
  text-align: center;
  line-height: 2rem;
}
@media screen and (min-width:833px) {
  .c-title h2 {
    line-height: 1;
    font-size: 2.5rem;
  }
}
.c-title h3 {
  color: #5a5657;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1;
}
@media screen and (min-width:833px) {
  .c-title h3 {
    font-size: 2rem;
  }
}
.c-title p {
  color: #5a5657;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.c-title h2 + p {
  padding-top: 40px;
}
.c-title h2 + p:before {
  content: "";
  height: 5px;
  width: 60px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  background-color: #003a89;
}
.c-title h3:after {
  content: "";
  height: 5px;
  width: 60px;
  display: block;
  margin: 40px auto 0;
  background-color: #003a89;
}
@media screen and (max-width:1200px) {
  .c-title h3:after {
    margin: 25px auto 0;
  }
}
.c-title h3 + p {
  padding-top: 25px;
}
@media screen and (min-width:1201px) {
  .c-title h3 + p {
    padding-top: 40px;
  }
}
.c-title h2 + h3 {
  padding-top: 40px;
}
.c-title h2 + h3:after {
  content: "";
  height: 5px;
  width: 60px;
  display: block;
  margin: 40px auto 0;
  background-color: #003a89;
}
@media screen and (max-width:1200px) {
  .c-title h2 + h3:after {
    margin: 25px auto 0;
  }
}

.l-inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

/*-----------レイアウト　接頭辞「l-」-----------*/
.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp {
  display: block !important;
}
@media screen and (min-width:833px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none !important;
}
@media screen and (min-width:833px) {
  .pc {
    display: block !important;
  }
}

.hide {
  visibility: hidden !important;
  opacity: 0 !important;
}

.show {
  visibility: visible !important;
  opacity: 1 !important;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width:1201px) {
  .header {
    height: 80px;
  }
}

.header__logo {
  width: 175px;
  margin-left: 15px;
}
.header__logo img {
  width: 100%;
}

[id=toggle],
[id^=accordion] {
  display: none;
}

.header__hamburger {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 16px;
}

/*　ハンバーガーボタン　*/
.header__hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 8px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width:1201px) {
  .header__hamburger {
    display: none;
  }
}
.header__hamburger:before {
  content: "MENU";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

.line {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.line:nth-child(1) {
  top: 8px;
}

.line:nth-child(2) {
  top: 16px;
}

.line:nth-child(3) {
  top: 24px;
}

/* ナビ開いてる時のボタン */
.is-active.header__hamburger .line {
  background: #1e1e1e;
}
.is-active.header__hamburger:before {
  color: #1e1e1e;
}

.is-scroll.header__hamburger .line {
  background: #1e1e1e;
}
.is-scroll.header__hamburger:before {
  color: #1e1e1e;
}

.header__hamburger.is-active .line:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__hamburger.is-active .line:nth-child(2),
.header__hamburger.is-active .line:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__nav {
  text-align: center;
}
@media screen and (min-width:1201px) {
  .header__nav {
    height: 77px;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.header__menu {
  display: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
}
@media screen and (min-width:1201px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__menu--sp {
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width:1201px) {
  .header__menu--sp {
    display: none;
  }
}
.header__menu--sp .header__menu__link {
  width: 62px;
}
.header__menu--sp .header__menu__link img {
  margin: 0 auto;
}

.header__menu__item--sp + .header__menu__item--sp {
  border-left: 1px solid #fff;
}

.header__menu__item {
  width: 177px;
  height: 77px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__menu__item a {
  color: #e4173c;
}
.header__menu__item--gray {
  background: #333333;
  margin-right: 3px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.header__menu__item--gray a {
  color: #fff;
}
.header__menu__item--gray:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: #fff;
}
.header__menu__item--gray:hover a {
  color: #333333;
}

.header__menu__item:first-child {
  width: 190px;
}
.header__menu__item:first-child a {
  font-size: 19px;
  color: #fff;
  text-align: right;
  padding-right: 20px;
  padding-top: 15px;
  letter-spacing: 1px;
  line-height: 25px;
}
.header__menu__item:first-child a span {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
}
.header__menu__item:first-child a img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.header__menu__item:first-child a.is-scroll {
  color: #e4173c;
}
@media screen and (min-width:1201px) {
  .header__menu__item:first-child {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .header__menu__item:first-child:hover {
    opacity: 0.9;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}

.header__menu__item:last-child {
  color: #e4173c;
  background: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width:1201px) {
  .header__menu__item:last-child {
    border-top: none;
  }
  .header__menu__item:last-child:hover {
    background: #e4173c;
  }
  .header__menu__item:last-child:hover a {
    color: #fff;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}

.header__menu__link {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 77px;
  color: #1e1e1e;
  padding: 1em 0;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width:1201px) {
  .header__menu__link {
    padding: 0;
    letter-spacing: 0.16em;
  }
  .header__menu__link:hover:after {
    -webkit-transform: rotate(45deg) translate3d(3px, 3px, 3px);
            transform: rotate(45deg) translate3d(3px, 3px, 3px);
  }
  .header__menu__link.-btn {
    background: #1e1e1e;
    color: #fff;
    padding: 0 1em;
    border-radius: 30px;
    border: 1px solid #1e1e1e;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__menu__link.-btn:after {
    display: none;
  }
  .header__menu__link.-btn:hover {
    color: #1e1e1e;
    background: #fff;
    border: 1px solid #fff;
  }
}

/* このクラスを、jQueryで付与・削除する */
.header__nav.is-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.document-request {
  display: none;
  opacity: 0;
  position: fixed;
  right: 24px;
  bottom: 2%;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (min-width:833px) {
  .document-request {
    display: block;
  }
  .document-request.is-fadeLaft {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.document-request__close {
  width: 10%;
  margin: 0 0 5px auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.document-request__close:hover {
  opacity: 0.7;
}
.document-request__btn {
  width: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.document-request__btn:hover {
  opacity: 0.7;
}

.footer {
  background: #0b54a5;
  z-index: 99;
  position: relative;
}
@media screen and (min-width:1201px) {
  .footer {
    padding-right: 360px;
  }
}
.footer .l-inner {
  padding: 20px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width:1201px) {
  .footer .l-inner {
    padding: 100px 0 80px;
  }
}
.footer__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:1201px) {
  .footer__upper {
    gap: 35px;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #fff;
  }
}
.footer__upper__left {
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (min-width:1201px) {
  .footer__upper__left {
    gap: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}
.footer__upper__left h3 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 20px;
}
@media screen and (max-width:1200px) {
  .footer__upper__left ul {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__upper__left li {
  color: #fff;
  font-size: 0.75rem;
}
@media screen and (min-width:1201px) {
  .footer__upper__left__address {
    width: 470px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.footer__qr {
  display: none;
}
@media screen and (min-width:1201px) {
  .footer__qr {
    display: block;
  }
}
@media screen and (min-width:1201px) {
  .footer__app {
    display: none;
  }
}
.footer__app h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 55px;
  position: relative;
}
.footer__app h3:after {
  content: "";
  background-image: url(../images/bar.svg);
  position: absolute;
  width: 191px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
}
.footer__app .l-flex {
  gap: 8px;
}
.footer__copy p {
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  font-size: 12px;
  letter-spacing: -0.1px;
  margin-top: 0;
  text-align: center;
}
@media screen and (min-width:1201px) {
  .footer__copy p {
    margin-top: 80px;
    text-align: left;
  }
}

.wrapper {
  padding: 25px 0;
}
@media screen and (min-width:833px) {
  .wrapper {
    padding: 100px 0;
  }
  .wrapper.-pd-sm {
    padding: 5em 0 0;
  }
}

.inner {
  width: 95%;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}

.ta__c {
  text-align: center;
}

.content__border {
  overflow-x: hidden;
}

.lead__wrap {
  padding: 38vmin 0 4em;
}
@media screen and (min-width:833px) {
  .lead__wrap {
    padding: 50vmin 0 7em;
  }
}
@media screen and (min-width: 832px) and (max-height: 850px) {
  .lead__wrap {
    padding: 60vmin 0 7em;
  }
}
@media screen and (min-width: 832px) and (max-height: 710px) {
  .lead__wrap {
    padding: 70vmin 0 7em;
  }
}

.catch__wrap {
  margin: 1em 0 0;
}
@media screen and (min-width:833px) {
  .catch__wrap {
    margin: 2.5em 0 0;
  }
}

.reason-list {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width:833px) {
  .reason-list {
    width: 98%;
    max-width: 100%;
    margin-top: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.reason-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0 0 0;
  padding: 2em;
  border: 2px solid #e4173c;
  border-radius: 6px;
}
@media screen and (min-width:833px) {
  .reason-list__item {
    width: calc((100% - 2.5em) / 3);
    margin: 0;
    padding: 5em 1.5em;
    border: 3px solid #e4173c;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.reason-list__tit {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.33;
  text-align: center;
}
@media screen and (min-width:833px) {
  .reason-list__tit {
    width: auto;
  }
}
.reason-list__tit:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  margin: 0.5rem 0 0;
  background: #e4173c;
  border-radius: 30px;
}
@media screen and (min-width:833px) {
  .reason-list__tit:after {
    height: 6px;
    width: 110%;
    margin: 0.5rem 0 0 -5%;
  }
}
.reason-list__icon {
  width: 42%;
  margin-top: 1.5em;
}
@media screen and (min-width:833px) {
  .reason-list__icon {
    width: 20%;
  }
}
.reason-list__lead {
  font-weight: 500;
  line-height: 1.75;
  margin-top: 1.5em;
}
@media screen and (min-width:833px) {
  .reason-list__lead {
    margin-top: 2.5em;
    text-align: center;
  }
}

aside {
  right: 0;
  top: 80px;
  background: #fff;
}
@media screen and (min-width:1201px) {
  aside {
    width: 360px;
  }
}
aside .aside__inner {
  position: sticky;
  top: 80px;
  padding-bottom: 80px;
  height: auto;
  overflow: auto;
}
@media screen and (min-width:1201px) {
  aside .aside__inner {
    height: calc(100vh - 20px);
  }
}
aside h3 {
  padding: 0 0 25px;
  text-align: center;
  color: #5a5657;
  font-size: 1.5625rem;
  line-height: 1;
}
@media screen and (min-width:833px) {
  aside h3 {
    padding: 50px 0 27px;
  }
}
aside form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
aside form .selectbox {
  position: relative;
}
aside form .selectbox:after {
  content: "▼";
  color: #898989;
  font-size: 16px;
  position: absolute;
  top: 6px;
  right: 20px;
}
aside form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #efefef;
  border: none;
  padding: 12px 18px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #898989;
  width: 100%;
}
aside form option {
  background-color: #efefef;
  border: none;
  padding: 18px;
  font-size: 1rem;
  font-weight: bold;
  color: #898989;
  width: 100%;
  border-radius: 0;
}
aside form input {
  background-color: #efefef;
  border: none;
  padding: 10px 18px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #898989;
}
aside form input::-webkit-input-placeholder {
  color: #898989;
}
aside form input::-moz-placeholder {
  color: #898989;
}
aside form input:-ms-input-placeholder {
  color: #898989;
}
aside form input::-ms-input-placeholder {
  color: #898989;
}
aside form input::placeholder {
  color: #898989;
}
aside form textarea {
  background-color: #efefef;
  border: none;
  padding: 13px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #898989;
  height: 150px;
  color: #898989;
}
aside form textarea::-webkit-input-placeholder {
  color: #898989;
}
aside form textarea::-moz-placeholder {
  color: #898989;
}
aside form textarea:-ms-input-placeholder {
  color: #898989;
}
aside form textarea::-ms-input-placeholder {
  color: #898989;
}
aside form textarea::placeholder {
  color: #898989;
}
aside .aside__contacttype {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}
aside .aside__contacttype div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
aside .aside__contacttype div span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #5a5657;
}
aside .aside__contacttype label {
  font-size: 1rem;
  font-weight: 600;
  color: #5a5657;
}
aside input[type=submit] {
  border-radius: 50px;
  background-color: #003a89;
  color: #fff;
  font-size: 1.5625rem;
  margin-top: 15px;
  font-family: "NOTO SANS JP", sans-serif;
  line-height: 1;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border: 1px solid #003a89;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
aside input[type=submit]:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #fff;
  color: #003a89;
}
@media screen and (max-width:1200px) {
  aside input[type=submit] {
    max-width: 320px;
    width: 100%;
    margin: 40px auto 0;
  }
}
aside .form__check {
  font-size: 0.875rem;
  letter-spacing: 0;
}
aside .form__check a {
  font-size: 0.875rem;
  color: #db494d;
  display: inline;
}

/*-----------第5段用 -----------*/
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:1201px) {
  main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
main .contents {
  background-color: #f3f4f6;
  margin-top: 60px;
}
@media screen and (min-width:1201px) {
  main .contents {
    margin-top: 80px;
    width: calc(100% - 360px);
  }
}
main .mv {
  position: relative;
}
main .mv img {
  width: 100%;
}
main .mv__button-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width:832px) {
  main .mv__button-wrapper {
    background-color: #fff;
    padding: 20px;
  }
  main .mv__button-wrapper a:first-child {
    background-color: #003a89;
    color: #fff;
    font-size: 1rem;
  }
  main .mv__button-wrapper a:last-child {
    background-color: #2face4;
    color: #fff;
    font-size: 1rem;
  }
  main .mv__button-wrapper a img {
    display: none;
  }
}
@media screen and (min-width:833px) {
  main .mv__button-wrapper {
    position: absolute;
    bottom: 10%;
    left: 12%;
    width: 35%;
  }
}
main .mv__button-wrapper a {
  font-size: 0.9375rem;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 50px;
  width: 50%;
  padding: 10px 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #003a89;
  line-height: 1;
  -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width:833px) {
  main .mv__button-wrapper a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3% 50px;
    font-size: clamp(10px, 1vw, 24px);
  }
}
@media screen and (max-width:832px) {
  main .mv__button-wrapper a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
main .mv__button-wrapper a img {
  position: absolute;
  right: 5%;
  width: 4%;
  max-width: 13px;
}
main .buzzkuru {
  padding-bottom: 80px;
}
@media screen and (min-width:833px) {
  main .buzzkuru {
    padding-bottom: 180px;
  }
}
main .buzzkuru__lower {
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width:833px) {
  main .buzzkuru__lower {
    margin-top: 100px;
    width: 90%;
    margin-right: 0;
    margin-left: auto;
    max-width: calc(1100px + 5%);
  }
}
main .buzzkuru .l-right {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width:833px) {
  main .buzzkuru .l-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
main .buzzkuru .l-right .buzzkuru__large {
  position: absolute;
  right: 0;
  max-width: 962px;
  width: 100%;
  z-index: -1;
  top: -80%;
}
@media screen and (min-width:833px) {
  main .buzzkuru .l-right .buzzkuru__large {
    top: -63px;
  }
}
main .buzzkuru .l-right__left {
  width: 370px;
  padding: 0 60px;
}
@media screen and (max-width:500px) {
  main .buzzkuru .l-right__left {
    margin: 0 auto 40px;
  }
}
main .buzzkuru .l-right__left video {
  width: 100%;
}
main .buzzkuru .l-right__right {
  position: relative;
  width: 100%;
}
main .buzzkuru .l-right__right h3 {
  font-size: 1.75rem;
  line-height: 42px;
  margin-bottom: 20px;
  max-width: 600px;
}
@media screen and (min-width:833px) {
  main .buzzkuru .l-right__right h3 {
    line-height: 56px;
    font-size: 2rem;
    margin-bottom: 0;
  }
}
main .buzzkuru .l-right__right p {
  max-width: 600px;
}
main .problem {
  background: #fff;
}
main .problem__list {
  background-image: url(../images/problem-blue.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 130px;
  top: -40px;
  position: relative;
}
@media screen and (min-width:833px) {
  main .problem__list {
    padding-top: 80px;
    top: -80px;
  }
}
main .problem__list h3 {
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width:833px) {
  main .problem__list h3 {
    font-size: 2rem;
    margin-bottom: 80px;
  }
}
main .problem__list .l-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:833px) {
  main .problem__list .l-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
main .problem__list img {
  margin: 0 auto;
  width: 175px;
  padding: 40px 0 0;
}
@media screen and (min-width:833px) {
  main .problem__list img {
    padding: 40px;
    width: auto;
  }
}
main .problem__card {
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 90%;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width:833px) {
  main .problem__card {
    min-height: 130px;
    padding: 24px 0;
    width: 40%;
  }
}
main .problem__card p {
  color: #5a5657;
  font-size: 0.9375rem;
  font-weight: 600;
}
@media screen and (min-width:833px) {
  main .problem__card p {
    font-size: 1.4375rem;
  }
}
main .problem__card p span {
  color: #db494d;
}
main .solution {
  background: #fff;
}
main .solution h3 {
  text-align: center;
  font-size: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 110px;
  position: relative;
}
@media screen and (min-width:833px) {
  main .solution h3 {
    font-size: clamp(2.5rem, 3vw, 3.75rem);
  }
}
main .solution h3 span {
  font-size: 2rem;
  display: block;
}
@media screen and (min-width:833px) {
  main .solution h3 span {
    font-size: 0.9375rem;
  }
}
main .solution h3:before {
  content: "";
  width: 4px;
  height: 66px;
  background: #003a89;
  display: block;
  border-radius: 30px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  position: absolute;
  left: -15px;
  bottom: 10px;
  margin: auto;
}
@media screen and (min-width:833px) {
  main .solution h3:before {
    height: 100px;
    left: -50px;
  }
}
main .solution h3:after {
  content: "";
  width: 4px;
  height: 66px;
  background: #003a89;
  display: block;
  border-radius: 30px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  position: absolute;
  right: -15px;
  bottom: 10px;
  margin: auto;
}
@media screen and (min-width:833px) {
  main .solution h3:after {
    height: 100px;
    right: -50px;
  }
}
main .solution__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:833px) {
  main .solution__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
main .solution__block:nth-child(odd) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:833px) {
  main .solution__block:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
main .solution__block:last-child .solution__image {
  padding: 20px;
}
main .solution__image {
  width: 90%;
  margin: 0 auto;
  max-width: 517px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: relative;
  padding: 20px 0px;
}
@media screen and (min-width:833px) {
  main .solution__image {
    width: 50%;
    padding: 20px 54px;
  }
}
main .solution__point {
  position: absolute;
  left: -25px;
  top: -30px;
}
@media screen and (max-width:1200px) {
  main .solution__point {
    width: 81px;
  }
}
main .solution__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .solution__text img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
main .solution__text h4 {
  font-size: 2rem;
  color: #5a5657;
  margin-bottom: 30px;
}
main .solution__text p {
  font-weight: 500;
}
main .data .l-flex {
  gap: 47px;
}
main .data .l-flex img + img {
  margin-top: 20px;
}
@media screen and (max-width:832px) {
  main .data .l-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width:833px) {
  main .data__card {
    width: 33%;
  }
}
@media screen and (max-width:832px) {
  main .data__card:nth-child(2) p {
    margin-top: 30px;
  }
}
@media screen and (min-width:833px) {
  main .data__card p {
    margin-top: 45px;
  }
}
main .data__card p span {
  font-size: 12px;
  display: block;
  text-align: right;
  margin-top: 30px;
}
main .data__card img {
  margin: 0 auto;
}
main .interview {
  padding-bottom: 80px;
}
main .interview .l-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
main .interview__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
@media screen and (max-width:832px) {
  main .interview__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width:833px) {
  main .interview__card:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
main .interview__card:nth-child(even) .interview__card__text:before {
  content: "";
  background: #fff;
  height: 33.7749907476px;
  width: 33px;
  display: block;
  margin: auto;
  position: absolute;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media screen and (max-width:832px) {
  main .interview__card:nth-child(even) .interview__card__text:before {
    left: 0;
    right: 0;
    top: -27px;
  }
}
@media screen and (min-width:833px) {
  main .interview__card:nth-child(even) .interview__card__text:before {
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    right: -27px;
    top: 0;
    bottom: 0;
  }
}
main .interview__card:nth-child(odd) .interview__card__text:before {
  content: "";
  background: #fff;
  height: 33.7749907476px;
  width: 33px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  display: block;
  margin: auto;
  position: absolute;
}
@media screen and (max-width:832px) {
  main .interview__card:nth-child(odd) .interview__card__text:before {
    left: 0;
    right: 0;
    top: -27px;
  }
}
@media screen and (min-width:833px) {
  main .interview__card:nth-child(odd) .interview__card__text:before {
    -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
            clip-path: polygon(0 50%, 100% 0, 100% 100%);
    -webkit-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.2);
            box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    left: -27px;
    top: 0;
    bottom: 0;
  }
}
main .interview__card__image {
  width: 155px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
main .interview__card__image p {
  background: #003a89;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  border-radius: 5px;
  margin-top: 15px;
}
main .interview__card__text {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:833px) {
  main .interview__card__text {
    padding: 50px;
  }
}
main .interview__card__text p {
  font-size: 1.25rem;
}
main .support {
  background-color: #fff;
}
main .support .l-flex {
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:500px) {
  main .support .l-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main .support__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 30px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:833px) {
  main .support__card {
    width: calc(50% - 12.5px);
  }
}
@media screen and (min-width:1201px) {
  main .support__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px 45px;
  }
}
main .support__card__text h4 {
  color: #5a5657;
  font-size: 1.4375rem;
}
main .support__card__text__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0;
}
main .support__card__text__price span {
  background-color: #5a5657;
  color: #fff;
  padding: 2px 10px;
}
main .support__card__text__price p {
  color: #5a5657;
  padding: 2px 10px;
  border: 1px solid #5a5657;
}
main .support__card__image {
  width: 70%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
main .support__card__image img {
  margin: 0 auto;
}
@media screen and (max-width:500px) {
  main .support__card__image img {
    height: 184px;
  }
}
@media screen and (min-width:1201px) {
  main .support__card__image {
    max-width: 170px;
    width: 35%;
  }
}
main .achive {
  background-color: #fff;
}
@media screen and (max-width:500px) {
  main .achive {
    padding-bottom: 10px;
  }
}
main .achive .l-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
main .achive__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f3f4f6;
  gap: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  padding: 30px;
}
@media screen and (min-width:833px) {
  main .achive__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
main .achive__card h4 {
  color: #5a5657;
  font-size: 1.375rem;
  margin-bottom: 30px;
  line-height: 34.5px;
}
main .achive__card__image {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width:833px) {
  main .achive__card__image {
    width: 359px;
  }
}
main .achive__card__image img {
  width: 100%;
}
main .achive__card li {
  font-size: 1rem;
  margin-bottom: 10px;
  letter-spacing: 0;
}
main .achive__card li span {
  padding: 0 10px;
  width: 121px;
  font-size: 1rem;
  color: #fff;
  background-color: #5a5657;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin-right: 15px;
  display: inline-block;
  letter-spacing: 0;
}
main .flow {
  background-color: #fff;
}
main .flow .c-title {
  padding: 80px 0 40px;
}
@media screen and (max-width:832px) {
  main .flow img {
    width: 100%;
  }
}
main .plan {
  background-color: #fff;
}
main .plan .c-title {
  padding: 80px 0 40px;
}
main .plan .l-flex {
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:501px) {
  main .plan .l-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
main .plan .l-flex p {
  font-size: 0.9375rem;
  letter-spacing: 0;
  margin-top: 20px;
}
main .plan .l-flex img {
  width: 100%;
}
@media screen and (min-width:501px) {
  main .plan__left {
    width: 50%;
  }
}
@media screen and (min-width:833px) {
  main .plan__left {
    width: 40%;
  }
}
@media screen and (min-width:501px) {
  main .plan__right {
    width: 50%;
  }
}
@media screen and (min-width:833px) {
  main .plan__right {
    width: 53.3%;
  }
}
main .banner {
  background-color: #fff;
  padding: 80px 0;
}
main .banner .l-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:833px) {
  main .banner .l-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
main .banner .l-inner {
  background: -ms-linear-gradient(0deg, rgb(11, 84, 165) 0%, rgb(47, 172, 228) 99.25%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0B54A5', endColorstr='#2FACE4' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(11, 84, 165)), color-stop(99.25%, rgb(47, 172, 228)));
  background: linear-gradient(90deg, rgb(11, 84, 165) 0%, rgb(47, 172, 228) 99.25%);
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -webkit-box-shadow: 0px 2.91px 2.91px rgba(35, 24, 21, 0.3);
          box-shadow: 0px 2.91px 2.91px rgba(35, 24, 21, 0.3);
  padding: 40px 10px;
}
@media screen and (min-width:833px) {
  main .banner .l-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
main .banner__text {
  color: #fff;
  text-align: left;
}
@media screen and (min-width:833px) {
  main .banner__text {
    text-align: center;
  }
}
main .banner__text .c-title {
  padding: 0;
  margin-bottom: 35px;
}
main .banner__text .c-title h3 {
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  line-height: 2.25rem;
}
@media screen and (min-width:833px) {
  main .banner__text .c-title h3 {
    font-size: 2rem;
  }
}
main .banner__text .c-title h3:after {
  background-color: #fff;
}
main .banner__text h4 {
  font-size: 1.3125rem;
  margin-bottom: 30px;
}
@media screen and (min-width:833px) {
  main .banner__text h4 {
    font-size: 1.5rem;
  }
}
main .banner__text h5 {
  font-size: 1rem;
  font-weight: 400;
}
main .banner__text h5 strong {
  font-weight: 500;
}
main .banner__text hr {
  margin: 23px 0;
}/*# sourceMappingURL=style.css.map */