@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
img {
  width: 100%;
  vertical-align: middle;
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

html {
  color: #222;
  background: #fff;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}
@media screen and (min-width: 1140px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1139px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1140px) {
  a:hover {
    color: #2B69CB;
  }
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1140px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
  a::before,
  a::after,
  button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/*------------------------------------------------------------------------------
  wow
------------------------------------------------------------------------------*/
.wow-wrap {
  overflow: hidden;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.header {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2);
          box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1139px) {
  .header {
    height: 60px;
  }
}
.header__inner {
  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;
  height: 100%;
  padding-left: 2.5%;
}
.header__left {
  text-align: center;
}
@media screen and (max-width: 1139px) {
  .header__logo {
    width: 150px;
  }
}
.header__title {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 1139px) {
  .header__title {
    font-size: 16px;
  }
}
.header #g-nav {
  height: 100%;
}
.header #g-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  overflow: auto;
}
@media screen and (max-width: 1139px) {
  .header #g-nav-list {
    height: 100vh;
    display: block;
    margin-top: 0;
    position: fixed;
    width: 100%;
    overflow: auto;
    padding-bottom: 150px;
  }
  .header #g-nav-list > * {
    display: block;
    width: 80%;
    margin: 20px auto 0;
  }
}
.header #g-nav-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}
@media screen and (max-width: 1139px) {
  .header #g-nav-list ul {
    display: block;
    height: unset;
    margin: 0 auto;
  }
}
.header #g-nav-list ul li {
  height: inherit;
}
.header #g-nav-list ul li a {
  padding: 0 clamp(4px, 0.66vw, 14px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
.header #g-nav-list ul li a:hover {
  background: rgba(43, 105, 203, 0.2);
}
@media screen and (max-width: 1139px) {
  .header #g-nav-list ul li a {
    padding: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
  }
}
.header__contact, .header__download {
  height: inherit;
}
@media screen and (max-width: 1139px) {
  .header__contact, .header__download {
    margin-top: 20px;
    height: auto;
  }
}
.header__contact a, .header__download a {
  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;
  height: inherit;
  width: 220px;
  color: #fff;
  font-weight: bold;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: #004097;
  gap: 17px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1139px) {
  .header__contact a, .header__download a {
    width: 100%;
    padding: 15px !important;
    height: unset;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 75px;
  }
}
.header__contact a svg, .header__download a svg {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__contact a:hover, .header__download a:hover {
  color: #fff;
  border-color: transparent;
}
.header__contact a:hover::after, .header__download a:hover::after {
  -webkit-transform: skewY(-50deg) scale(1, 10);
      -ms-transform: skewY(-50deg) scale(1, 10);
          transform: skewY(-50deg) scale(1, 10);
}
@media screen and (max-width: 767px) {
  .header__contact a::before, .header__download a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.2);
  }
}
.header__contact a:after, .header__download a:after {
  position: absolute;
  top: -2px;
  left: -2px;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  -webkit-transform: skewY(-50deg) scale(1, 0);
      -ms-transform: skewY(-50deg) scale(1, 0);
          transform: skewY(-50deg) scale(1, 0);
  height: 100%;
  background: #fff;
}
.header__download a {
  background: #2E75DE;
}
@media screen and (max-width: 767px) {
  .header__download a {
    background: #E6AF32;
  }
}
.header__download a:hover {
  color: #2E75DE;
}
@media screen and (max-width: 767px) {
  .header__download a:hover {
    color: #E6AF32;
  }
}
.header__download a:hover svg {
  fill: #2E75DE;
}
@media screen and (max-width: 767px) {
  .header__download a:hover svg {
    fill: #E6AF32;
  }
}
.header__download img {
  width: 18px;
}
@media screen and (max-width: 767px) {
  .header__contact a {
    background: #2E75DE;
  }
}
.header__contact a:hover {
  color: #004097;
}
@media screen and (max-width: 767px) {
  .header__contact a:hover {
    color: #2E75DE;
  }
}
.header__contact a:hover svg {
  fill: #004097;
}
@media screen and (max-width: 767px) {
  .header__contact a:hover svg {
    fill: #2E75DE;
  }
}
.header__contact img {
  width: 27px;
}

@media screen and (max-width: 1139px) {
  #g-nav {
    position: fixed;
    z-index: 999;
    top: 60px;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: url(../img/common/bg_menu.jpg) no-repeat top center;
    background-size: cover;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #g-nav.panelactive {
    right: 0;
  }
  #g-nav.panelactive#g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    z-index: 999;
  }
  #g-nav li {
    list-style: none;
    text-align: center;
  }
  #g-nav li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .openbtn {
    position: fixed;
    z-index: 9999;
    top: 12px;
    right: 10px;
    cursor: pointer;
    width: 36px;
    height: 36px;
  }
  .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 21%;
    height: 3px;
    border-radius: 2px;
    background-color: #404040;
    width: 59%;
  }
  .openbtn span:nth-of-type(1) {
    top: 10px;
  }
  .openbtn span:nth-of-type(2) {
    top: 18px;
  }
  .openbtn span:nth-of-type(3) {
    top: 26px;
    width: 28%;
    right: 20%;
    left: auto;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 12px;
    left: 5px;
    -webkit-transform: translateY(6px) rotate(-45deg);
        -ms-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 78%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 24px;
    left: 5px;
    -webkit-transform: translateY(-6px) rotate(45deg);
        -ms-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 78%;
  }
}
body.fixed {
  height: 100%;
  overflow: hidden;
}

.footer {
  background: #222222;
}
.footer__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 24px 15px 24px 15px;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 12px 15px 12px 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer__content {
  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;
}
@media screen and (max-width: 767px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.footer__logo {
  width: 149px;
}
.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
}
@media screen and (max-width: 767px) {
  .footer__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
}
.footer__link {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.footer__copy {
  color: #fff;
  opacity: 0.5;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  border-radius: 2px;
  color: #fff;
  max-width: 250px;
  width: 100%;
  padding: 25px 15px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn svg {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  color: #fff;
  border-color: transparent;
}
.btn:hover::after {
  -webkit-transform: skewY(-50deg) scale(1, 11);
      -ms-transform: skewY(-50deg) scale(1, 11);
          transform: skewY(-50deg) scale(1, 11);
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.btn:after {
  position: absolute;
  top: -2px;
  left: -2px;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  -webkit-transform: skewY(-50deg) scale(1, 0);
      -ms-transform: skewY(-50deg) scale(1, 0);
          transform: skewY(-50deg) scale(1, 0);
  height: 100%;
  background: #fff;
}
.btn--download {
  background: #E6AF32;
}
.btn--download:hover {
  color: #E6AF32;
}
.btn--download:hover svg {
  fill: #E6AF32;
}
.btn--download img {
  width: 18px;
}
.btn--contact {
  background: #2E75DE;
}
.btn--contact:hover {
  color: #2E75DE;
}
.btn--contact:hover svg {
  fill: #2E75DE;
}
.btn--contact img {
  width: 19px;
}

.util-title {
  position: relative;
  text-align: center;
  padding-top: 40px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .util-title {
    font-size: 26px;
    padding-top: 30px;
  }
}
.util-title::after {
  content: attr(data-en);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .util-title::after {
    font-size: 18px;
    width: 100%;
  }
}

.e-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 1100px;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .e-table {
    width: 747px;
  }
}
.e-table::before {
  content: "";
  position: absolute;
  top: 70px;
  bottom: 0;
  right: 308px;
  width: 304px;
  border: 10px solid #2B69CB;
  border-radius: 10px;
  pointer-events: none;
  height: 90%;
}
@media screen and (max-width: 1139px) {
  .e-table::before {
    width: 305px;
    right: 307px;
  }
}
@media screen and (max-width: 767px) {
  .e-table::before {
    width: 211px;
    right: 214px;
  }
}
.e-table thead th {
  padding: 30px 10px;
  border-right: 2px solid #fff;
  color: #2B69CB;
  font-size: 20px;
  font-weight: bold;
}
.e-table thead th:first-child {
  border-right: 2px dashed rgba(34, 34, 34, 0.3);
  width: 180px;
}
@media screen and (max-width: 767px) {
  .e-table thead th:first-child {
    width: 107px;
  }
}
.e-table thead th:nth-child(3) {
  background: #2B69CB;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.e-table tbody tr:nth-child(odd) {
  background-color: #F4F9FF;
}
.e-table tbody th, .e-table tbody td {
  padding: 20px 10px;
}
.e-table tbody th {
  font-size: 16px;
  font-weight: bold;
  border-right: 2px dashed rgba(34, 34, 34, 0.3);
}
.e-table tbody td {
  font-size: 14px;
  font-weight: 400;
}
.e-table tbody td span {
  font-weight: bold;
  font-size: 16px;
}

.under-head {
  background: url(../img/common/bg_under-head.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .under-head {
    background: url(../img/common/bg_under-head_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
.under-head__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 80px 15px 80px 15px;
}
@media screen and (max-width: 767px) {
  .under-head__inner {
    padding: 40px 15px 40px 15px;
  }
}
@media screen and (max-width: 767px) {
  .under-head__inner {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}
.under-head__title {
  text-align: center;
  font-size: 50px;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .under-head__title {
    font-size: 36px;
  }
}
.under-head__title span {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .under-head__title span {
    font-size: 20px;
  }
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
.mv {
  background: url(../img/top/mv_bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1139px) {
  .mv {
    background-position: 66% top;
  }
}
.mv__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 87px 15px 40px 15px;
}
@media screen and (max-width: 767px) {
  .mv__inner {
    padding: 43.5px 15px 20px 15px;
  }
}
@media screen and (max-width: 1139px) {
  .mv__inner {
    padding-top: 50px;
    padding-bottom: 38px;
  }
}
.mv__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1139px) {
  .mv__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.mv__content {
  width: 540px;
}
@media screen and (max-width: 1139px) {
  .mv__content {
    width: 100%;
  }
}
.mv__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1139px) {
  .mv__img {
    width: 100%;
  }
}
.mv__label {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, right top, from(#00357E), to(#004097));
  background: linear-gradient(90deg, #00357E, #004097);
  padding: 16px;
  width: 100%;
  max-width: 523px;
  border-radius: 4px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1139px) {
  .mv__label {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .mv__label {
    font-size: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.mv__title {
  color: #fff;
  font-size: 32px;
  line-height: 1.28;
  font-weight: bold;
  margin-top: 34px;
}
@media screen and (max-width: 1139px) {
  .mv__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 34px auto 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 5.5vw;
    margin-top: 21px;
  }
}
.mv__title span {
  font-size: 1.325em;
}
.mv__app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 6%;
  margin-top: 20px;
}
@media screen and (max-width: 1139px) {
  .mv__app {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .mv__app {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mv__app-text {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0.4em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .mv__app-text {
    font-size: 11px;
    padding-top: 3%;
  }
}
@media screen and (max-width: 767px) {
  .mv__app-img {
    width: 119px;
  }
}
.mv__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 46px;
}
@media screen and (max-width: 1139px) {
  .mv__btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 0;
  }
  .mv__btns a {
    max-width: 292px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1139px) {
  .mv__btns--pc {
    display: none;
  }
}
.mv__btns--sp {
  display: none;
}
@media screen and (max-width: 1139px) {
  .mv__btns--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mv__footer {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 1139px) {
  .mv__footer {
    margin-top: 30px;
  }
}
.mv__text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .mv__text {
    font-size: 16px;
  }
}
.mv__crowns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .mv__crowns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.mv__crown {
  width: 224px;
}
@media screen and (max-width: 767px) {
  .mv__crown {
    width: calc((100% - 10px) / 2);
  }
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.swiper-img img {
  height: 84px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide {
  text-align: center;
}

.swiper-content {
  padding: 27px 0 12px;
}
@media screen and (max-width: 767px) {
  .swiper-content {
    padding: 15px 0 7px;
  }
}

.assignment {
  background: -webkit-gradient(linear, left top, left bottom, from(#DDEAFF), to(#fff));
  background: linear-gradient(#DDEAFF, #fff);
}
.assignment__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 95px 15px 90px 15px;
}
@media screen and (max-width: 767px) {
  .assignment__inner {
    padding: 47.5px 15px 45px 15px;
  }
}
@media screen and (max-width: 767px) {
  .assignment__inner {
    padding-top: 44px;
    padding-bottom: 60px;
  }
}
.assignment__title {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .assignment__title {
    font-size: 28px;
  }
}
.assignment__content {
  margin-top: 61px;
}
@media screen and (max-width: 767px) {
  .assignment__content {
    margin-top: 33px;
  }
}
.assignment__before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
}
@media screen and (max-width: 1139px) {
  .assignment__before {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .assignment__before {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
  }
}
.assignment__wrap {
  width: calc((100% - 38px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(21, 21, 21, 0.1);
}
@media screen and (max-width: 1139px) {
  .assignment__wrap {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .assignment__wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.assignment__img {
  width: 239px;
  height: 100%;
}
@media screen and (max-width: 1139px) {
  .assignment__img {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .assignment__img {
    width: 100%;
    aspect-ratio: 346/199;
  }
}
.assignment__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.assignment__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 33px;
}
@media screen and (max-width: 767px) {
  .assignment__body {
    padding: 26px;
  }
}
.assignment__sub-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .assignment__sub-title {
    font-size: 18px;
    text-align: center;
  }
}
.assignment__text {
  margin-top: 26px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .assignment__text {
    margin-top: 20px;
    font-size: 15px;
  }
}
.assignment__arrow {
  width: 177px;
  margin: 29px auto 0;
}
@media screen and (max-width: 767px) {
  .assignment__arrow {
    width: 125px;
  }
}
.assignment__after {
  width: 711px;
  margin: 33px auto 0;
  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;
  gap: 57px;
}
@media screen and (max-width: 767px) {
  .assignment__after {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.assignment__img2:first-child {
  max-width: 345px;
}
.assignment__img2:last-child {
  max-width: 308px;
}
@media screen and (max-width: 767px) {
  .assignment__img2:last-child {
    width: 80%;
    margin: 0 auto;
  }
}

.t-about {
  background: url(../img/top/bg_blue.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .t-about {
    background: url(../img/top/bg_blue_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
.t-about__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 70px 15px 90px 15px;
}
@media screen and (max-width: 767px) {
  .t-about__inner {
    padding: 35px 15px 45px 15px;
  }
}
@media screen and (max-width: 767px) {
  .t-about__inner {
    padding-top: 58px;
    padding-bottom: 74px;
  }
}
.t-about__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1139px) {
  .t-about__top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .t-about__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.t-about__label {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .t-about__label {
    font-size: 18px;
  }
}
.t-about__title {
  color: #fff;
  font-size: 42px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .t-about__title {
    font-size: 38px;
  }
}
.t-about__title span {
  font-size: 0.72em;
  display: none;
}
.t-about__sub-ano {
  display: none;
}
@media screen and (max-width: 767px) {
  .t-about__sub-ano {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
  }
}
.t-about__lead {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .t-about__lead {
    font-size: 15px;
  }
}
.t-about__lead:first-child {
  font-size: 18px;
}
.t-about__lead:nth-child(n+2) {
  font-weight: 500;
  font-size: 14px;
}
.t-about__lead span {
  color: #FFAF46;
}
.t-about__mv {
  position: relative;
  left: 30px;
  width: 529px;
}
@media screen and (max-width: 1139px) {
  .t-about__mv {
    width: 40%;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .t-about__mv {
    width: 100%;
  }
}
.t-about__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.t-about__box {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .t-about__box {
    margin-top: 37px;
  }
}
.t-about__box > * + * {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .t-about__box > * + * {
    margin-top: 15px;
  }
}
.t-about__content {
  background: #fff;
  padding: 63px 50px;
  margin-top: 80px;
  border-radius: 5px;
}
@media screen and (max-width: 1139px) {
  .t-about__content {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .t-about__content {
    margin-top: 0;
    padding: 35px 13px 38px;
  }
}
.t-about__sub-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .t-about__sub-title {
    font-size: 22px;
  }
}
.t-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 1139px) {
  .t-about__list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .t-about__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    gap: 31px;
  }
}
.t-about__item {
  width: calc((100% - 60px) / 3);
  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 (max-width: 1139px) {
  .t-about__item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .t-about__item {
    width: 100%;
  }
}
.t-about__list-title {
  color: #2B69CB;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  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;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .t-about__list-title {
    margin-top: 20px;
    font-size: 20px;
  }
}
.t-about__text {
  line-height: 1.7;
  text-align: center;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .t-about__text {
    margin-top: 10px;
  }
}

.features {
  background: #F4F9FF;
}
.features__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 90px 15px 90px 15px;
}
@media screen and (max-width: 767px) {
  .features__inner {
    padding: 45px 15px 45px 15px;
  }
}
.features__content {
  max-width: 1030px;
  margin: 0 auto;
  padding: 70px 15px 70px 15px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .features__content {
    padding: 35px 15px 35px 15px;
  }
}
@media screen and (max-width: 767px) {
  .features__content {
    padding-top: 37px;
    padding-bottom: 39px;
  }
}
.features__item {
  border-top: 1px dashed rgba(34, 34, 34, 0.2);
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}
@media screen and (max-width: 767px) {
  .features__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 27px;
  }
}
.features__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .features__item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
  }
}
.features__item:last-child {
  border-bottom: 1px dashed rgba(34, 34, 34, 0.2);
}
.features__img {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .features__img {
    width: 100%;
  }
}
.features__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.features__label {
  color: #2B69CB;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .features__label {
    font-size: 18px;
  }
}
.features__sub-title {
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .features__sub-title {
    margin-top: 16px;
    font-size: 28px;
  }
}
.features__sub-title span {
  font-size: 1.25em;
  background: -webkit-gradient(linear, left top, right top, from(#004097), color-stop(30%, #2B69CB), to(#004097));
  background: linear-gradient(90deg, #004097 0%, #2B69CB 30%, #004097 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  margin: 0 4px 0 4px;
}
.features__text {
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .features__text {
    margin-top: 16px;
    font-size: 15px;
  }
}

.function {
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-radius: 5px;
}
.function__inner {
  padding: 70px 50px;
}
@media screen and (max-width: 1139px) {
  .function__inner {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .function__inner {
    padding: 36px 13px 32px;
  }
}
.function__content {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .function__content {
    margin-top: 25px;
  }
}
.function__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 1139px) {
  .function__list {
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .function__list {
    gap: 12px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.function__item {
  width: calc((100% - 50px) / 3);
  background: #F4F9FF;
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-radius: 5px;
  position: relative;
  padding: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
  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;
  min-height: 102px;
  overflow: hidden;
}
@media screen and (max-width: 1139px) {
  .function__item {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .function__item {
    width: calc((100% - 12px) / 2);
    padding-top: 20px;
    font-size: 16px;
  }
}
.function__item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 24px;
  height: 24px;
  background: url(../img/common/check.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .function__item::before {
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
  }
}

.cta {
  background: linear-gradient(50deg, #004097 0%, #2B69CB 70%, #004097 100%);
}
.cta__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 60px 15px 60px 15px;
}
@media screen and (max-width: 767px) {
  .cta__inner {
    padding: 30px 15px 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .cta__inner {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}
.cta__title {
  font-size: 38px;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cta__title {
    font-size: 26px;
  }
}
.cta__lead {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .cta__lead {
    font-size: 16px;
  }
}
.cta__lead span {
  position: relative;
}
.cta__lead span::before, .cta__lead span::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 27px;
  height: 33px;
}
.cta__lead span::before {
  background: url(../img/common/icon_lead-left.png) no-repeat;
  background-size: contain;
  left: -47px;
}
.cta__lead span::after {
  background: url(../img/common/icon_lead-right.png) no-repeat;
  background-size: contain;
  right: -47px;
}
.cta__btn {
  margin: 30px auto 0;
  width: 100%;
  max-width: 618px;
  font-size: 24px;
  padding: 38px 20px;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .cta__btn {
    font-size: 20px;
    padding: 20px 10px;
    gap: 13px;
  }
}
.cta__btn img {
  width: 28px;
}
@media screen and (max-width: 767px) {
  .cta__btn img {
    width: 18px;
  }
}
.cta__end-link {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .cta__end-link {
    margin-top: 15px;
  }
}
.cta__end-link a {
  color: #fff;
  text-align: center;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .cta__end-link a {
    font-size: 15px;
    border: none;
  }
}
.cta__end-link a span {
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta__end-link a span {
    display: inline-block;
    margin-left: 32px;
    border-bottom: 1px solid #fff;
  }
}
.cta__end-link a span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -37px;
  width: 28px;
  height: 28px;
  background: url(../img/common/circle-arrow-right.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .cta__end-link a span::before {
    width: 26px;
    height: 26px;
    left: -32px;
  }
}

.effect__inner {
  max-width: 1100px;
  padding-top: 75px;
  padding-bottom: 75px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .effect__inner {
    padding-top: 39px;
    padding-bottom: 50px;
  }
}
.effect__content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .effect__content {
    margin-top: 20px;
  }
}
.effect__wrap {
  padding: 10px 0;
}

.case {
  background: -webkit-gradient(linear, left top, left bottom, from(#DDEAFF), to(#fff));
  background: linear-gradient(#DDEAFF, #fff);
}
.case__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 95px 15px 90px 15px;
}
@media screen and (max-width: 767px) {
  .case__inner {
    padding: 47.5px 15px 45px 15px;
  }
}
@media screen and (max-width: 767px) {
  .case__inner {
    padding-top: 55px;
    padding-bottom: 50px;
  }
}
.case__content {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .case__content {
    margin-top: 30px;
  }
}
.case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
.case__item {
  background: #fff;
  border: 2px solid rgba(34, 34, 34, 0.1);
  border-radius: 5px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  overflow: hidden;
}
@media screen and (max-width: 1139px) {
  .case__item {
    padding: 30px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .case__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 31px;
    padding: 9px 13px 30px;
    overflow: unset;
  }
}
.case__left {
  width: 41.167%;
}
@media screen and (max-width: 767px) {
  .case__left {
    width: 100%;
  }
}
.case__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.case__num {
  color: #2B69CB;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case__num {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.case__num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #2B69CB;
  width: 30px;
  height: 3px;
}
@media screen and (max-width: 1139px) {
  .case__num::before {
    left: -30px;
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .case__num::before {
    left: auto;
    top: -10px;
    width: 100%;
    height: 2px;
    z-index: 10;
  }
}
.case__com {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.case__info-list {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .case__info-list {
    margin-top: 18px;
  }
}
.case__img {
  margin-top: 20px;
}
.case__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .case__title {
    font-size: 22px;
  }
}
.case__case-list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .case__case-list {
    margin-top: 20px;
  }
}

.info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}
.info-list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.info-list dt {
  width: 82px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  padding: 2px 14px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .info-list dt {
    font-size: 12px;
    width: 68px;
    padding: 2px 9px;
  }
}
.info-list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .info-list dd {
    font-size: 13px;
  }
}

.case-list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 28px 0;
  gap: 20px;
  border-top: 2px dashed rgba(34, 34, 34, 0.2);
}
@media screen and (max-width: 767px) {
  .case-list__wrap {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.case-list__wrap:last-child {
  border-bottom: 2px dashed rgba(34, 34, 34, 0.2);
}
.case-list dt {
  width: 92px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  padding: 5px 14px 7px;
  font-size: 15px;
  line-height: 1;
  background: #2B69CB;
  color: #fff;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .case-list dt {
    margin-top: 0;
    font-size: 14px;
    width: 83px;
    padding: 5px 10px 7px;
  }
}
.case-list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .case-list dd {
    font-size: 15px;
  }
}
.case-list dd ul {
  list-style: disc;
  margin-left: 1.5em;
}

.example__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px 100px 15px;
}
@media screen and (max-width: 767px) {
  .example__inner {
    padding: 0 15px 50px 15px;
  }
}
@media screen and (max-width: 767px) {
  .example__inner {
    padding-bottom: 58px;
  }
}
.example__content {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .example__content {
    margin-top: 30px;
  }
}
.example__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 38px;
}
@media screen and (max-width: 1139px) {
  .example__list {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .example__list {
    gap: 22px;
  }
}
.example__item {
  width: calc((100% - 38px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 5px;
  border: 2px solid rgba(21, 21, 21, 0.1);
  -webkit-box-shadow: 0 0 12px rgba(43, 105, 203, 0.15);
          box-shadow: 0 0 12px rgba(43, 105, 203, 0.15);
}
@media screen and (max-width: 1139px) {
  .example__item {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .example__item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.example__img {
  width: 239px;
  height: 100%;
}
@media screen and (max-width: 1139px) {
  .example__img {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .example__img {
    width: 100%;
    aspect-ratio: 2/1;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .example__img {
    aspect-ratio: 346/199;
  }
}
.example__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.example__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 33px;
}
@media screen and (max-width: 767px) {
  .example__body {
    padding: 26px;
  }
}
.example__sub-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  color: #2B69CB;
}
@media screen and (max-width: 767px) {
  .example__sub-title {
    font-size: 18px;
    text-align: center;
  }
}
.example__text {
  margin-top: 26px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .example__text {
    margin-top: 24px;
    font-size: 15px;
  }
}

.plan {
  background: url(../img/top/bg_blue.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .plan {
    background: url(../img/top/bg_blue_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
.plan__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 80px 15px 80px 15px;
}
@media screen and (max-width: 767px) {
  .plan__inner {
    padding: 40px 15px 40px 15px;
  }
}
.plan__title {
  color: #fff;
}
.plan__lead {
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (max-width: 1139px) {
  .plan__lead {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 29px;
  }
}
.plan__content {
  background: #fff;
  margin-top: 32px;
  padding: 68px 50px;
  border-radius: 5px;
  border: 2px solid rgba(34, 34, 34, 0.1);
}
@media screen and (max-width: 1139px) {
  .plan__content {
    display: none;
  }
}
.plan__list {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.plan__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
}
.plan__wrap dt, .plan__wrap dd {
  border-radius: 5px;
}
.plan__wrap dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 13px;
  font-weight: 500;
}
.plan__wrap dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 10px;
  color: #2B69CB;
  font-size: 18px;
  font-weight: 600;
}
.plan__wrap dd img {
  width: 24px;
}
.plan__wrap .none {
  position: relative;
}
.plan__wrap .none::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 3px;
  background: #2B69CB;
}
.plan__wrap--title dt {
  font-size: 20px;
  font-weight: bold;
  padding: 16px;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}
.plan__wrap--title dt:nth-child(1) {
  color: #2B69CB;
  background: #fff;
  border: 1px solid rgba(51, 51, 51, 0.2);
}
.plan__wrap--title dt:nth-child(2) {
  color: #fff;
  background: #2B69CB;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.plan__wrap--title dt:nth-child(3) {
  color: #fff;
  background: #004097;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.plan__wrap > *:first-child {
  width: 298px;
}
.plan__wrap:nth-child(odd) > * {
  background: #F4F9FF;
}
.plan__wrap--price dt {
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0 12px;
}
.plan__wrap--price dt:nth-child(2), .plan__wrap--price dt:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  flex: 1;
}
.plan__wrap--price dt .t-l {
  font-size: 2em;
  display: inline-block;
  margin: 0 6px;
}
.plan__wrap--price dt .t-s {
  font-size: 0.75em;
}
.plan__content2 {
  display: none;
  margin-top: 29px;
}
@media screen and (max-width: 1139px) {
  .plan__content2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.plan__annotation {
  font-size: 12px;
  color: #fff;
  text-align: right;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .plan__annotation {
    text-align: left;
  }
}

.content2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
.content2__price {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.content2__price .t-l {
  font-size: 2em;
  display: inline-block;
  margin: 0 6px;
}
.content2__price .t-s {
  font-size: 0.75em;
}
.content2__title {
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  padding: 8px;
}
.content2__list {
  width: 100%;
}
.content2__item {
  background: #fff;
  border-radius: 5px;
  border: 2px solid rgba(34, 34, 34, 0.1);
  padding: 14px 15px;
}
.content2__item:nth-child(1) .content2__title {
  background: #2B69CB;
}
.content2__item:nth-child(2) .content2__title {
  background: #004097;
}
.content2__sub-list {
  margin-top: 16px;
}
.content2__sub-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border-radius: 5px;
  padding: 8px 10px;
}
.content2__sub-item:nth-child(odd) {
  background: #F4F9FF;
}
.content2__icon {
  position: relative;
  width: 42px;
  text-align: center;
  font-size: 14px;
  color: #2B69CB;
}
.content2__icon img {
  width: 24px;
}
.content2__icon.none {
  position: relative;
}
.content2__icon.none::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 3px;
  background: #2B69CB;
}
.content2__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
}
.content2__text.none {
  opacity: 0.4;
}

.faq {
  background: #F4F9FF;
}
.faq__inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 80px 15px 110px 15px;
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding: 40px 15px 55px 15px;
  }
}
.faq__content {
  margin-top: 57px;
}
@media screen and (max-width: 767px) {
  .faq__content {
    margin-top: 39px;
  }
}
.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
@media screen and (max-width: 767px) {
  .faq__list {
    gap: 16px;
  }
}
.faq__item {
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-radius: 5px;
  padding: 40px 35px;
}
@media screen and (max-width: 767px) {
  .faq__item {
    padding: 28px 18px;
  }
}
.faq__sub-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #2B69CB;
}
@media screen and (max-width: 767px) {
  .faq__sub-title {
    font-size: 18px;
  }
}
.faq__answer {
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .faq__answer {
    font-size: 15px;
  }
}

.cta2 {
  background: linear-gradient(50deg, #004097 0%, #2B69CB 70%, #004097 100%);
  overflow: hidden;
}
.cta2__inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 80px 15px 80px 15px;
  padding-top: 60px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .cta2__inner {
    padding: 40px 15px 40px 15px;
  }
}
@media screen and (max-width: 767px) {
  .cta2__inner {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}
.cta2__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta2__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cta2__img {
  position: absolute;
  top: -50px;
  left: 0;
  width: 51.182%;
}
@media screen and (max-width: 1139px) {
  .cta2__img {
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .cta2__img {
    display: none;
  }
}
.cta2__img2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .cta2__img2 {
    display: block;
    position: relative;
    top: -70px;
    width: 110%;
    max-width: 375px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.cta2__body {
  width: 46.365%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .cta2__body {
    width: 100%;
    margin: 0;
  }
}
.cta2__title {
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .cta2__title {
    font-size: 26px;
    text-align: center;
    line-height: 1.49;
    position: relative;
    z-index: 10;
  }
}
.cta2__text {
  margin-top: 10px;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .cta2__text {
    font-size: 14px;
    text-align: center;
    position: relative;
    z-index: 10;
  }
}
.cta2__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
@media screen and (max-width: 1139px) {
  .cta2__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .cta2__btns {
    margin-top: -114px;
    position: relative;
    z-index: 10;
  }
}
.cta2__btn {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .cta2__btn {
    max-width: 292px;
    margin: 0 auto;
  }
}
.cta2__annotation {
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  padding: 19px 10px;
  margin-top: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .cta2__annotation {
    max-width: 292px;
    margin: 15px auto 0;
    font-size: 11px;
  }
}

.about-page {
  background: #F4F9FF;
}

.anchor-box__inner {
  max-width: 1130px;
  margin: 0 auto;
  padding: 58px 15px 65px 15px;
}
@media screen and (max-width: 767px) {
  .anchor-box__inner {
    padding: 29px 15px 32.5px 15px;
  }
}
.anchor-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .anchor-box__list {
    gap: 12px;
  }
}
.anchor-box__item {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 1139px) {
  .anchor-box__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .anchor-box__item {
    width: calc((100% - 12px) / 2);
  }
}
.anchor-box__item a {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  background: #fff;
  border: 2px solid rgba(21, 21, 21, 0.1);
  border-radius: 5px;
  padding: 31px 10px 36px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .anchor-box__item a {
    font-size: 15px;
    padding: 0 10px 8px;
    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;
    min-height: 72px;
    height: 100%;
    line-height: 1.4;
  }
}
.anchor-box__item a::after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/common/arrow_down.svg) no-repeat;
  background-size: contain;
  width: 17px;
  height: 9px;
}
@media screen and (max-width: 767px) {
  .anchor-box__item a::after {
    bottom: 6px;
    width: 14px;
    height: 8px;
  }
}
.anchor-box__item a:hover {
  background: #2E75DE;
  color: #fff;
}

.reason__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0px 15px 0px 15px;
}
@media screen and (max-width: 767px) {
  .reason__inner {
    padding: 0px 15px 0px 15px;
  }
}
.reason__content {
  border: 2px solid rgba(34, 34, 34, 0.2);
  border-radius: 5px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
.reason__box {
  background: url(../img/about/reason_img.jpg) no-repeat right center;
  background-size: contain;
}
@media screen and (max-width: 1139px) {
  .reason__box {
    background: url(../img/about/reason_img.jpg) no-repeat 50% center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .reason__box {
    background: url(../img/about/reason_img.jpg) no-repeat center bottom;
    background-size: contain;
    padding-bottom: 53vw;
  }
}
.reason__body {
  width: 66%;
  position: relative;
  z-index: 10;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(70%, #fff), color-stop(80%, rgba(255, 255, 255, 0.8)), color-stop(90%, rgba(255, 255, 255, 0.5)), to(transparent));
  background: linear-gradient(90deg, #fff 0%, #fff 70%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0.5) 90%, transparent 100%);
  top: -2px;
  height: calc(100% + 2px);
}
@media screen and (max-width: 767px) {
  .reason__body {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(80%, #fff), color-stop(90%, rgba(255, 255, 255, 0.8)), color-stop(95%, rgba(255, 255, 255, 0.5)), to(transparent));
    background: linear-gradient(180deg, #fff 0%, #fff 80%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0.5) 95%, transparent 100%);
  }
}
.reason__container {
  padding: 60px 130px 66px 50px;
}
@media screen and (max-width: 767px) {
  .reason__container {
    padding: 36px 18px 20vw;
  }
}
.reason__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason__title {
    font-size: 24px;
    text-align: center;
  }
}
.reason__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background: #2B69CB;
}
@media screen and (max-width: 767px) {
  .reason__title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.reason__wrap {
  margin-top: 38px;
}
.reason__wrap > * + * {
  margin-top: 20px;
}
.reason__text {
  font-size: 14px;
  font-weight: 500;
}
.reason__text--point {
  color: #2B69CB;
  font-weight: bold;
  font-size: 16px;
}

.voice__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 60px 15px 85px 15px;
}
@media screen and (max-width: 767px) {
  .voice__inner {
    padding: 30px 15px 42.5px 15px;
  }
}
@media screen and (max-width: 767px) {
  .voice__inner {
    padding-top: 34px;
  }
}
.voice__item {
  background: #fff;
  border: 2px solid rgba(34, 34, 34, 0.2);
  border-radius: 5px;
  padding: 66px 50px 50px;
}
@media screen and (max-width: 767px) {
  .voice__item {
    padding: 36px 13px;
  }
}
.voice__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 14px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice__title {
    font-size: 24px;
  }
}
.voice__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 4px;
  background: #2B69CB;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.voice__box {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}
@media screen and (max-width: 767px) {
  .voice__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    gap: 30px;
  }
}
.voice__left {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .voice__left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.voice__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.voice__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .voice__name {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .voice__img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
  }
}
.voice__info {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .voice__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.voice__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1139px) {
  .voice__info-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.voice__sub-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 20px;
  border-bottom: 2px dashed rgba(34, 34, 34, 0.1);
}
@media screen and (max-width: 767px) {
  .voice__sub-title {
    font-size: 22px;
    padding-bottom: 20px;
  }
}
.voice__text {
  margin-top: 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .voice__text {
    font-weight: 400;
  }
}
.voice__effect {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .voice__effect {
    margin-top: 30px;
  }
}

.effect-box {
  background: #F4F9FF;
  border: 2px solid rgba(34, 34, 34, 0.1);
  border-radius: 5px;
}
.effect-box__inner {
  padding: 17px 0;
}
@media screen and (max-width: 767px) {
  .effect-box__inner {
    padding: 26px 18px;
  }
}
.effect-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .effect-box__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px;
  }
}
.effect-box__left {
  width: 222px;
  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;
  border-right: 2px solid rgba(34, 34, 34, 0.2);
}
@media screen and (max-width: 767px) {
  .effect-box__left {
    border: none;
    width: 100%;
    font-size: 20px;
  }
}
.effect-box__title {
  font-weight: bold;
  line-height: 1;
  font-size: 24px;
  color: #2B69CB;
}
.effect-box__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.effect-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
  padding: 15px 50px;
}
@media screen and (max-width: 767px) {
  .effect-box__list {
    padding: 0;
    gap: 22px;
  }
}
.effect-box__item {
  width: calc((100% - 40px) / 2);
  position: relative;
  padding-left: 1.5em;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .effect-box__item {
    width: 100%;
    font-size: 16px;
    padding-left: 1.2em;
  }
}
.effect-box__item::after {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  background: #2B69CB;
  width: 15px;
  height: 15px;
  border-radius: 100px;
}

.profile {
  background: #fff;
}
.profile__inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 76px 15px 76px 15px;
}
@media screen and (max-width: 767px) {
  .profile__inner {
    padding: 38px 15px 38px 15px;
  }
}
@media screen and (max-width: 767px) {
  .profile__inner {
    padding-top: 48px;
  }
}
.profile__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .profile__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.profile__right {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .profile__img {
    margin-top: 35px;
  }
}
.profile__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.profile__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .profile__title {
    text-align: center;
    font-size: 24px;
    margin-top: 0;
  }
}
.profile__sub-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .profile__sub-title {
    font-size: 15px;
  }
}
.profile__sub-title span {
  font-size: 1.5em;
}
.profile__text {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

.company-box {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .company-box {
    margin-top: 65px;
  }
}
.company-box__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .company-box__title {
    text-align: center;
    font-size: 24px;
  }
}
.company-box__content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .company-box__content {
    margin-top: 30px;
  }
}
.company-box__wrap {
  border-bottom: 2px dashed rgba(34, 34, 34, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  padding: 28px 0;
}
@media screen and (max-width: 767px) {
  .company-box__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 20px 0;
  }
}
.company-box__wrap:first-child {
  border-top: 2px dashed rgba(34, 34, 34, 0.1);
}
.company-box__list dt {
  color: #2B69CB;
  font-weight: bold;
  width: 64px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.company-box__list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .company-box__list dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .company-box__list dd span {
    display: none;
  }
}

.form {
  background: url(../img/forms/bg_forms.jpg) no-repeat center top;
  background-size: cover;
}
.form__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 86px 15px 92px 15px;
}
@media screen and (max-width: 767px) {
  .form__inner {
    padding: 43px 15px 46px 15px;
  }
}
@media screen and (max-width: 767px) {
  .form__inner {
    padding: 66px 0 0;
  }
}
.form__lead {
  text-align: center;
  color: #fff;
  line-height: 1.7;
  margin-top: 30px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .form__lead {
    padding: 0 15px;
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
}
.form__link {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .form__link {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.form__link a {
  color: #fff;
  position: relative;
  display: inline-block;
  padding-left: 36px;
  font-size: 18px;
  text-decoration: underline;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .form__link a {
    color: #004097;
  }
}
.form__link a::before, .form__link a::after {
  content: "";
  position: absolute;
}
.form__link a::before {
  background: #fff;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .form__link a::before {
    background: #004097;
  }
}
.form__link a::after {
  width: 7px;
  height: 7px;
  margin: 0 10px;
  border-left: 2px solid #004097;
  border-bottom: 2px solid #004097;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 38%;
  left: 2px;
}
@media screen and (max-width: 767px) {
  .form__link a::after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
.form__content {
  background: #fff;
  max-width: 650px;
  margin: 27px auto 0;
  padding: 24px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .form__content {
    border-radius: 12px 12px 0 0;
    max-width: 100%;
    padding: 24px 15px;
  }
}
.form__content--thanks {
  border-radius: 20px;
  max-width: 1100px;
  padding: 68px 24px;
  margin-top: 80px;
}
.form__title {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
.form__text {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .form .under-head__title {
    padding: 0 15px;
  }
}

.form-box input,
.form-box select,
.form-box textarea {
  border: 2px solid rgba(34, 34, 34, 0.2);
  background: #F4F9FF;
  border-radius: 5px;
  width: 100%;
  font-size: 15px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .form-box input,
  .form-box select,
  .form-box textarea {
    font-size: 16px;
  }
}
.form-box__wrap + .form-box__wrap {
  margin-top: 24px;
}
.form-box__wrap--select {
  position: relative;
}
.form-box__wrap--select::after {
  content: "▼"; /* 好きな記号やSVGでもOK */
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none; /* 矢印部分をクリックしてもselectが反応 */
  font-size: 0.8em;
}
.form-box__wrap--acceptance {
  text-align: center;
}
.form-box__label {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.form-box__label span {
  background: #2B69CB;
  color: #fff;
  border-radius: 2px;
  font-size: 11px;
  padding: 3px 6px 4px;
  display: inline-block;
  margin-left: 10px;
}
.form-box .wpcf7-submit {
  border: none;
  background: #004097;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-box .wpcf7-submit:hover {
  opacity: 0.8;
}
.form-box .wpcf7-submit:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
  opacity: 0.7;
}
.form-box__submit {
  position: relative;
  margin-top: 20px;
}
.form-box__submit::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 25px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form-box__submit:has(input:disabled)::after {
  border-top: 2px solid #999;
  border-right: 2px solid #999;
}

.wpcf7-list-item input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(34, 34, 34, 0.2);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: relative;
}

.wpcf7-list-item input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background-color: #1056B2;
  border-radius: 50%;
}

.wpcf7-radio {
  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;
}
.wpcf7-radio > * {
  margin: 0;
}
.wpcf7-radio > * > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}

.wpcf7-acceptance .wpcf7-list-item label a {
  color: #2B69CB;
  text-decoration: underline;
}

.wpcf7-list-item input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #1056B2;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-right: 8px;
  padding: 0;
  top: -1px;
}

.wpcf7-list-item input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 7px;
  height: 10px;
  border: solid #1056B2;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
/*# sourceMappingURL=style.css.map */