@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-size: 62.5%;
}

.pc-only {
  display: block !important;
}

.pc2-only {
  display: block !important;
}

.pc-flexOnly {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.tab-only {
  display: none !important;
}

.sp-only {
  display: none !important;
}

/* arrange
----------------------------------------------*/
/* margin-top */
.mt0 {
  margin-top: 0rem !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt25 {
  margin-top: 2.5rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

/* margin-bottom */
.mb0 {
  margin-bottom: 0rem !important;
}

.mb5 {
  margin-bottom: 0.5rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

/* padding-top */
.pt40 {
  padding-top: 4rem !important;
}

/* font size */
.f-12 {
  font-size: 1.2rem !important;
}

.f-small {
  font-size: 1.4rem !important;
}

.f-normal {
  font-size: 1.4rem !important;
}

.f-large {
  font-size: 1.8rem !important;
}

.f-20 {
  font-size: 2rem !important;
}

.f-22 {
  font-size: 2.2rem !important;
}

.f-24 {
  font-size: 2.4rem !important;
}

/* font color */
.fc-main {
  color: var(--main-color);
}

.fc-black {
  color: #2d2d2d !important;
}

/* width */
.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

@media (max-width: 1080px) {
  .pc-only {
    display: none !important;
  }
  .pc-flexOnly {
    display: none !important;
  }
  .tab-only {
    display: block !important;
  }
  .wrapper {
    padding: 0 20px;
  }
  .inner {
    padding: 0 20px;
  }
}
@media (max-width: 764px) {
  .sp-only {
    display: block !important;
  }
  .pc2-only {
    display: none !important;
  }
}
html.hidden {
  overflow: hidden;
}
@media (min-width: 1080px) {
  html.hidden {
    overflow: visible;
  }
}

body.hidden {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
@media (min-width: 1080px) {
  body.hidden {
    overflow: visible;
  }
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
}

img {
  width: 100%;
  height: 100%;
  display: block;
}

a:hover {
  opacity: 0.85;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bg-base {
  background-color: #f5f4f0;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media (max-width: 1080px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
header {
  width: 146px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.12);
  padding: 30px 20px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 1080px) {
  header {
    width: 100%;
    height: 130px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
header h1 {
  max-width: 73px;
  width: 100%;
}
@media (max-width: 1080px) {
  header h1 {
    max-width: 120px;
  }
}
header nav {
  margin-top: 132px;
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
header .sp-logo {
  display: none;
}
@media (max-width: 1080px) {
  header .sp-logo {
    display: block;
    padding: 40px 13px 50px;
  }
  header .sp-logo img {
    max-width: 120px;
    width: 100%;
  }
}
header .sp-trig {
  display: none;
}
@media (max-width: 1080px) {
  header .sp-trig.close {
    display: block;
  }
}

@media (max-width: 1080px) {
  .nav-wrap {
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    position: fixed;
    right: -100%; /* 初期状態は隠す */
    top: 0;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    overflow-y: auto;
  }
  .nav-wrap::after {
    content: "";
    background: #083b72;
    background-image: url(../img/common/sp-nav-bg.png);
    background-repeat: no-repeat;
    background-size: 70px;
    height: 100%;
    width: 70px;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .nav-wrap nav {
    height: 100%;
    margin-top: 0;
  }
  .nav-wrap nav ul {
    width: calc(100% - 70px);
    height: 100%;
    gap: 36px;
    padding-left: 28px;
  }
  .nav-wrap.active {
    -webkit-animation: slide-in 0.6s forwards;
            animation: slide-in 0.6s forwards;
  }
  .nav-wrap.active::after {
    position: fixed;
  }
  .nav-wrap.active .sp-trig.open {
    position: fixed;
    display: block;
  }
  .sp-trig {
    width: 37px;
    height: 40px;
    position: fixed;
    top: 50px;
    right: 14px;
  }
  .sp-trig span {
    background-color: #083b72;
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .sp-trig span:nth-child(1) {
    height: 3px;
  }
  .sp-trig span:nth-child(2) {
    height: 2px;
    width: 26px;
  }
  .sp-trig span:nth-child(3) {
    height: 1px;
    margin-bottom: 0;
  }
  .sp-trig.open {
    z-index: 10;
    top: 63px;
  }
  .sp-trig.open span {
    background-color: #ffffff;
  }
  .sp-trig.open span:nth-child(1) {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    margin-bottom: 0;
  }
  .sp-trig.open span:nth-child(2) {
    display: none;
  }
  .sp-trig.open span:nth-child(3) {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  .sp-trig.close.none {
    display: none;
  }
}
.nav-wrap.hide {
  -webkit-animation: slide-out 0.3s forwards;
          animation: slide-out 0.3s forwards; /* アニメーションを適用 */
}

@-webkit-keyframes slide-in {
  from {
    right: -100%; /* スライドイン開始位置 */
  }
  to {
    right: 0; /* スライドイン終了位置 */
  }
}

@keyframes slide-in {
  from {
    right: -100%; /* スライドイン開始位置 */
  }
  to {
    right: 0; /* スライドイン終了位置 */
  }
}
@-webkit-keyframes slide-out {
  from {
    right: 0; /* スライドアウト開始位置 */
  }
  to {
    right: -100%; /* スライドアウト終了位置 */
  }
}
@keyframes slide-out {
  from {
    right: 0; /* スライドアウト開始位置 */
  }
  to {
    right: -100%; /* スライドアウト終了位置 */
  }
}
.en-btn {
  width: 118px;
  height: 52px;
  border: 1px solid #ffffff;
}
.en-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 300;
}
.en-btn.position {
  position: absolute;
  top: 37px;
  right: 175px;
  z-index: 5;
}
@media (max-width: 1080px) {
  .en-btn.position {
    display: none;
  }
}

.contact-btn {
  width: 131px;
  height: 52px;
  border: 1px solid #083b72;
}
.contact-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #083b72;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 300;
}
.contact-btn.position {
  position: fixed;
  top: 37px;
  right: 20px;
  z-index: 5;
}
@media (max-width: 1080px) {
  .contact-btn.position {
    display: none;
  }
}

nav ul .en-btn {
  width: 114px;
  height: 43px;
  border: 1px solid #083b72;
}
nav ul .en-btn a {
  color: #083b72;
}
nav ul .contact-btn {
  width: 114px;
  height: 43px;
}

.js-scroll-fade {
  opacity: 0;
}

.js-load-fade {
  opacity: 0;
}

.js-load-fade.active, .js-scroll-fade.active {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
footer {
  background-color: #162144;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  padding: 45px 20px 0;
}
@media (max-width: 764px) {
  footer {
    padding: 73px 15px 0;
  }
}
@media (max-width: 764px) {
  footer .wrap {
    margin: 0;
  }
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 22px;
  border-bottom: 1px dashed #ffffff;
}
@media (max-width: 764px) {
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
}
.footer-top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 764px) {
  .footer-top-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
}
@media (max-width: 764px) {
  .footer-top-list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer-top-list li {
  width: 25px;
}
@media (max-width: 764px) {
  .footer-data {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer-data-link {
  margin-top: 13px;
  display: block;
  text-align: right;
}
.footer-data-link a {
  border: 1px solid #ffffff;
  display: inline-block;
  width: 100px;
  text-align: center;
  padding: 9px 13px;
  font-weight: 300;
}
.footer-data-link a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  background-image: url(../img/common/footer-arrow.svg);
  background-repeat: no-repeat;
  background-size: 8px;
}
.footer-bottom {
  padding: 20px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 764px) {
  .footer-bottom {
    padding: 30px 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 23px;
  }
}
@media (max-width: 764px) {
  .footer-bottom-copy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    width: 100%;
    font-size: 11px;
  }
}
.footer-bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-bottom-list li:not(:last-child):after {
  content: "/";
  padding: 0 3px;
}
@media (max-width: 764px) {
  .footer-bottom-list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 10px;
  }
}
@media (max-width: 764px) {
  .footer-bottom-list {
    width: 100%;
  }
}

.footer-data-item + .footer-data-item {
  margin-top: 15px;
}

html {
  scroll-behavior: smooth;
}

.wrap {
  margin-left: 180px;
  margin-right: 180px;
}
@media (min-width: 1280px) {
  .wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1080px) {
  .wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.title {
  font: 600 4.8rem/1.25 "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 5px;
}
@media (max-width: 1080px) {
  .title {
    font: 600 4rem/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}

.top-main-area {
  padding: 0 0 230px;
}

#top-mv {
  width: 100%;
  position: relative;
}
#top-mv > p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 4.5rem;
  line-height: 1.7;
  letter-spacing: 15px;
  font-weight: 300;
}
@media (max-width: 1080px) {
  #top-mv > p {
    font-size: 3.8rem;
    letter-spacing: 10px;
  }
}
@media (max-width: 764px) {
  #top-mv > p {
    font-size: 2.6rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
  }
}
#top-mv > p span {
  display: block;
}
#top-mv .scroll {
  position: absolute;
  font-size: 14px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  bottom: 24%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
}
#top-mv .scroll p {
  position: absolute;
  right: -18px;
  top: 22px;
}
#top-mv .scroll::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #ffffff;
  right: 50%;
  bottom: -115px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100px;
  -webkit-animation: scroll 1.5s infinite;
          animation: scroll 1.5s infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.top-about {
  padding: 150px 0;
}
.top-about .wrap {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
}
.top-about-title {
  max-width: 152px;
  width: 100%;
}
.top-about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 764px) {
  .top-about-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top-about-flex p {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 200;
  letter-spacing: 0.8px;
}
.top-about-flex p:first-child {
  letter-spacing: 5px;
}
.top-about-flex p span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 5px;
  font-weight: bold;
}
@media (max-width: 764px) {
  .top-about-flex p {
    max-width: 250px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0px;
  }
  .top-about-flex p:first-child {
    letter-spacing: 0px;
  }
  .top-about-flex p span {
    letter-spacing: 1px;
  }
}

.top-numbers .wrap {
  padding-top: 196px;
  background: url(../img/top/bg-numbers.png) no-repeat;
  background-size: 120%;
  background-position-x: center;
}
@media (max-width: 764px) {
  .top-numbers .wrap {
    background: url(../img/top/bg-numbers-sp.png) no-repeat;
    background-size: 113%;
    background-position-y: 58%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
  }
}
.top-numbers-list {
  padding: 0 0 184px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 764px) {
  .top-numbers-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 35px 0;
  }
}
.top-numbers-item {
  color: #083b72;
  text-align: center;
}
@media (max-width: 764px) {
  .top-numbers-item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top-numbers-item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .top-numbers-item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.top-numbers-item .num {
  font-size: 3.515625vw;
  font-weight: 300;
}
@media (min-width: 1280px) {
  .top-numbers-item .num {
    font-size: 4.5rem;
  }
}
@media (max-width: 764px) {
  .top-numbers-item .num {
    font-size: 2.8rem;
  }
}
.top-numbers-item .num span {
  font: bold 7.5vw/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 1280px) {
  .top-numbers-item .num span {
    font-size: 96px;
  }
}
@media (max-width: 764px) {
  .top-numbers-item .num span {
    font-size: 6.5rem;
  }
}
.top-numbers-item p {
  font: bold 2.1875vw/1 "Noto Sans JP", sans-serif;
  letter-spacing: 0.15625vw;
}
@media (min-width: 1280px) {
  .top-numbers-item p {
    font-size: 2.8rem;
    letter-spacing: 2px;
  }
}
@media (max-width: 764px) {
  .top-numbers-item p {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}
.top-numbers-item p .small {
  font: bold 1.640625vw/1 "Noto Sans JP", sans-serif;
}
@media (min-width: 1280px) {
  .top-numbers-item p .small {
    font-size: 21px;
  }
}
@media (max-width: 764px) {
  .top-numbers-item p .small {
    font-size: 1.9rem;
  }
}

@media (max-width: 764px) {
  .top-service .wrap {
    margin: 0;
  }
}
.top-service-inner {
  background-color: #083b72;
  padding: 30px 15px 30px 50px;
  margin-right: calc(50% - 50vw);
  border-radius: 10px 0 0 10px;
}
@media (max-width: 764px) {
  .top-service-inner {
    margin-right: 0;
    border-radius: 0px 0 0 0px;
    padding: 64px 15px 64px 15px;
  }
}
.top-service-content {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (max-width: 764px) {
  .top-service-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-service-titleBox {
  width: 100%;
}
@media (max-width: 764px) {
  .top-service-titleBox {
    padding: 0 10px;
  }
}
.top-service-titleBox p {
  font: 300 1.5rem/2 "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
  color: #ffffff;
  margin-top: 36px;
}
.top-service-titleBox p span {
  font-weight: bold;
}
@media (max-width: 764px) {
  .top-service-titleBox p {
    font: 300 1.3rem/2 "Noto Sans JP", sans-serif;
    letter-spacing: 1.5px;
    margin-top: 15px;
  }
}
.top-service-title {
  color: #ffffff;
}
.top-service-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
}
.top-service-menu ul li {
  width: calc((100% - 2px) / 2);
}
@media (max-width: 764px) {
  .top-service-menu ul li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

.top-departments {
  margin-top: 240px;
}
.top-departments .wrap {
  max-width: 1080px;
}
@media (max-width: 764px) {
  .top-departments .wrap {
    margin: 0;
  }
}
.top-departments-inner {
  background-color: #ffffff;
  padding: 30px 45px;
  margin-left: calc(50% - 50vw);
  border-radius: 10px 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 764px) {
  .top-departments-inner {
    padding: 100px 15px;
    margin-left: 0;
  }
}
.top-departments-content {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 25px;
}
@media (max-width: 764px) {
  .top-departments-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-departments-titleBox {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 764px) {
  .top-departments-titleBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 310px;
    margin: 0 auto;
  }
}
.top-departments-titleBox p {
  font: 300 1.5rem/2 "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
  color: #0090F7;
  margin-top: 36px;
}
@media (max-width: 764px) {
  .top-departments-titleBox p {
    font: 300 1.4rem/2 "Noto Sans JP", sans-serif;
    letter-spacing: 1px;
  }
}
.top-departments-titleBox p span {
  font-weight: bold;
}
.top-departments-title {
  color: #0090F7;
  letter-spacing: 2px;
}
.top-departments-menu {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 764px) {
  .top-departments-menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.top-departments svg a {
  pointer-events: none;
}

.top-why {
  margin-top: 230px;
}
.top-why-title {
  color: #083b72;
  text-align: center;
}
.top-why-list {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
.top-why-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  position: relative;
  gap: 10px;
}
.top-why-list li:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-why-list li p {
  font: 600 3.6rem/1.4 "Noto Sans JP", sans-serif;
}
@media (max-width: 1080px) {
  .top-why-list li p {
    font: 600 2.8rem/1.4 "Noto Sans JP", sans-serif;
  }
}
@media (max-width: 764px) {
  .top-why-list li p {
    font: 600 2.2rem/1.4 "Noto Sans JP", sans-serif;
    position: absolute;
    top: 77px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}
.top-why-list li figure {
  position: relative;
  z-index: 0;
}
@media (max-width: 764px) {
  .top-why-list li figure {
    max-width: 315px;
    margin: 0 auto;
    width: 100%;
    padding-top: 120px;
  }
}
.top-why-list li figure::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 83px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 764px) {
  .top-why-list li figure::after {
    top: 38px;
  }
}
.top-why-list li:nth-child(1) figure::after {
  background: url(../img/top/why-01.svg) no-repeat;
  background-size: 100%;
}
.top-why-list li:nth-child(2) figure::after {
  background: url(../img/top/why-02.svg) no-repeat;
  background-size: 100%;
}
.top-why-list li:nth-child(3) figure::after {
  background: url(../img/top/why-03.svg) no-repeat;
  background-size: 100%;
}
.top-why-list li:nth-child(4) figure::after {
  background: url(../img/top/why-04.svg) no-repeat;
  background-size: 100%;
}
.top-why-list li:nth-child(5) figure::after {
  background: url(../img/top/why-05.svg) no-repeat;
  background-size: 100%;
}
@media (max-width: 764px) {
  .top-why-list li:nth-child(even) figure::after {
    left: 25px;
    right: auto;
  }
  .top-why-list li:nth-child(odd) figure::after {
    right: 25px;
  }
}

.top-blog {
  margin-top: 230px;
}
.top-blog-title {
  text-align: center;
  color: #083b72;
}
.top-blog p {
  margin-top: 30px;
  text-align: center;
  font-size: 2rem;
}

.top-news {
  padding-top: 230px;
}
.top-news-title {
  color: #083b72;
}
@media (max-width: 764px) {
  .top-news-title {
    color: #000000;
    text-align: center;
  }
}
.top-news-inner {
  background-color: #ffffff;
  padding: 30px 37px;
  margin-right: calc(50% - 50vw);
  border-radius: 10px 0 0 10px;
}
@media (max-width: 764px) {
  .top-news-inner {
    background-color: transparent;
    margin-right: 0;
    border-radius: 0px 0 0 0px;
    padding: 0px 0px;
  }
}
.top-news-content {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 764px) {
  .top-news-content {
    display: block;
  }
}
.top-news-list {
  width: 100%;
}
.top-news-item {
  padding: 15px 23px;
  width: 100%;
}
@media (max-width: 764px) {
  .top-news-item {
    padding: 36px 10px 36px;
  }
  .top-news-item:nth-child(1) {
    padding: 12px 10px 36px;
  }
}
.top-news-item span {
  display: inline-block;
  font: 500 14px "Oswald", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media (max-width: 764px) {
  .top-news-item span {
    margin-bottom: 8px;
  }
}
.top-news-item .new {
  display: inline-block;
  font-style: normal;
  background-color: #8a8a8a;
  font: 500 14px "Lato", sans-serif;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 1px;
  margin-left: 10px;
}
@media (max-width: 764px) {
  .top-news-item .new {
    background-color: #d9d9d9;
  }
}
.top-news-item p {
  padding-left: 17px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 400;
}
@media (max-width: 764px) {
  .top-news-item p {
    font-weight: 300;
  }
}
.top-news-item:not(:last-child) {
  border-bottom: 1px dashed #8a8a8a;
}
.top-news-more {
  max-width: 150px;
  width: 100%;
  margin-top: 7px;
}
@media (max-width: 764px) {
  .top-news-more {
    margin: 0 auto;
  }
}
.top-news-more a {
  display: block;
  background-color: #083b72;
  font: bold 14px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 15px 13px;
  position: relative;
  border-radius: 2px;
}
.top-news-more a::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/top/news-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
}/*# sourceMappingURL=style.css.map */