@charset "UTF-8";
/* noto-sans-jp */
@font-face {
  font-family: "noto-sans-jp";
  src: url("../../assets/fonts/notosansjp-black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans-jp";
  src: url("../../assets/fonts/notosansjp-bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans-jp";
  src: url("../../assets/fonts/notosansjp-semibold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans-jp";
  src: url("../../assets/fonts/notosansjp-regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
/* lato */
@font-face {
  font-family: "lato";
  src: url("../../assets/fonts/lato-bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
/* SPファースト */
html {
  font-size: 16px;
  position: relative;
}
@media (max-width: 414px) {
  html {
    font-size: 3.8647342995vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5165876777vw;
  }
}
@media (min-width: 1055px) {
  html {
    font-size: 16px;
  }
}

/* フォントウェイトとフォントカラーは、使用頻度が多いものを選択する */
body {
  font-family: "noto-sans-jp", sans-serif;
  line-height: 1;
}

body.is-open {
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
  text-decoration: none;
}

/* PC版Chromeで拡縮画像ぼやけ対策 */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/* iPhoneSafariで画像ジャギ対策 */
img {
  image-rendering: auto;
}

/* コンテンツ量が少なく短いページでもフッターを最下部に表示する ---- */
.content-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 8.3125rem);
}

/* コンテンツ量が少なく短いページでもフッターを最下部に表示する ここまで ---- */
/* footerがabsolute（bootstrap)の時の対策　---*/
main {
  padding-bottom: 7.3125rem;
}
@media screen and (min-width: 768px) {
  main {
    padding-bottom: 2.9375rem;
  }
}

/* ------------------------ */
/* 改行用、SP・PC非表示用の設定 */
/* ------------------------ */
/* ---------- 改行 〜 more：以上、less：以下 | ここから ---------- */
/* 414px以下で改行 */
@media screen and (min-width: 414px) {
  .br-414-less {
    display: none;
  }
}

/* 500px以下で改行 */
@media screen and (min-width: 500px) {
  .br-500-less {
    display: none;
  }
}

/* 768px以下で改行 */
@media screen and (min-width: 768px) {
  .br-768-less {
    display: none;
  }
}

/* 768px以上で改行 */
.br-768-more {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-768-more {
    display: block;
  }
}

/* 1000px以下で改行 */
@media screen and (min-width: 768px) {
  .br-1000-less {
    display: none;
  }
}

/* 1000px以上で改行 */
.br-1000-more {
  display: none;
}
@media screen and (min-width: 1000px) {
  .br-1000-more {
    display: block;
  }
}

/* 1480px以上で改行 */
.br-1480-more {
  display: none;
}
@media screen and (min-width: 1480px) {
  .br-1480-more {
    display: block;
  }
}

/* 1920px以上で改行 */
.br-1920-more {
  display: none;
}
@media screen and (min-width: 1920px) {
  .br-1920-more {
    display: block;
  }
}

/* ---------- 改行 | ここまで ---------- */
/* ---------- 表示・非表示 〜 more：以上、less：以下 | ここから ---------- */
/* PCのとき非表示 */
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

/* SPのとき非表示 */
.sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-none {
    display: block;
  }
}

/* SPのとき非表示（インライン要素ver） */
.sp-none-inline-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-none-inline-block {
    display: inline-block;
  }
}

/* ---------- 表示・非表示 〜 more：以上、less：以下 | ここまで ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  margin-bottom: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

article > * + * {
  margin-top: 1em;
}

/* ------------------------ */
/* 固有のフォント設定 */
/* 共通パーツで設定すると不便な場合、こちらに設定する */
/* ------------------------ */
/* ---------- フォントカラーの設定 ここから ---------- */
/* 16進数カラーコードも命名する。text-light-blue、text-dark-blueで管理すると、色の判別がしにくいため。 */
/* ---------- フォントカラーの設定 ここまで ---------- */
/* ---------- フォントの大文字・小文字の設定 ここから ---------- */
/* capitalize はspanタグで囲って使用する。「:first-letter」は使用しない。 */
/* 各単語の最初のテキストを大文字に変換 */
.text-capitalize {
  text-transform: capitalize;
}

/* 全てのテキストを大文字に変換 */
.text-uppercase {
  text-transform: uppercase;
}

/* ---------- フォントの大文字・小文字の設定 ここまで ---------- */
/* ---------- フォントウェイトの設定 ここから ---------- */
/* ---------- フォントウェイトの設定 ここまで ---------- */
/* ---------- 2行目から先頭1文字開けて表示される（※、・が先頭に記載されているときに使用） ここから ---------- */
.text-wrap {
  padding-left: 1em;
  text-indent: -1em;
}

/* ---------- 2行目から先頭1文字開けて表示される（※、・が先頭に記載されているときに使用） ここまで ---------- */
.padding-section-top {
  padding-top: 3.75rem;
}

.padding-section-btm {
  padding-bottom: 3.75rem;
}

.padding-section--40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.padding-section--30 {
  padding-top: 2.5rem;
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 768px) {
  .padding-section--30 {
    padding-top: 5rem;
    padding-bottom: 4.375rem;
  }
}

.margin-section-top {
  margin-top: 3.75rem;
}

.account {
  position: relative;
}

.account__btn {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .account__btn {
    gap: 0.75rem;
  }
}

.account__image {
  max-width: 1.5625rem;
  width: 100%;
}
.account__image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .account__image {
    max-width: 2.6875rem;
  }
}

.account__name {
  color: #1D47AA;
  font-family: "noto-sans-jp", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  position: relative;
  padding-right: 1.125rem;
}
@media screen and (min-width: 768px) {
  .account__name {
    font-size: 1.25rem;
    padding-right: 1.875rem;
  }
}

.account__name::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.375rem solid transparent;
  border-left: 0.375rem solid transparent;
  border-top: 0.75rem solid #1D47AA;
  border-bottom: 0;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

.account__nav {
  position: absolute;
  background-color: #ffffff;
  color: #cdcdcd;
  z-index: 100;
  padding: 0 10px;
  opacity: 0;
  visibility: hidden; /* 初期状態では要素を非表示に */
  transition: all 0.3s ease;
  top: 130%;
  right: 0;
  width: 100%;
  border: 1px solid #cdcdcd;
}

.account__nav.is-open {
  opacity: 1; /* ホバー時に要素を完全に可視に */
  visibility: visible;
}

.account__item a {
  display: block;
  padding: 8px;
  font-size: 0.875rem;
  color: #00206D;
  line-height: 1.5;
}

.account__item:not(:first-of-type) {
  border-top: 1px solid #cdcdcd;
}

.btn-new {
  padding: 0.5em 2.5em 0.5em 1em;
  display: flex;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1D47AA;
  background-color: #ffffff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all 0.3s ease 0s;
  position: relative;
}

.btn-new span {
  border-color: transparent transparent transparent #1D47AA;
  border-style: solid;
  border-width: 0.25rem 0 0.25rem 0.375rem;
  content: "";
  display: inline-block;
  height: 0;
  right: 12%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
@media screen and (min-width: 768px) {
  .btn-new span {
    border-width: 0.3125rem 0 0.3125rem 0.5rem;
  }
}

.btn-new:hover {
  opacity: 0.6;
}

.btn-new--blue {
  color: #ffffff;
  background: linear-gradient(90deg, #1D47AA 0%, #5580E7 100%);
  transition: all 0.3s ease 0s;
}

.btn-new--blue:hover {
  background: linear-gradient(90deg, #1D47AA 0%, #1D47AA 100%);
  opacity: 1;
  transition: all 0.3s ease 0s;
  color: #ffffff;
}

.btn-new--blue span,
.btn-new--orange span {
  border-color: transparent transparent transparent #ffffff;
}

.btn-new--plane {
  padding: 0.5em 1em;
}
@media screen and (min-width: 768px) {
  .btn-new--plane {
    padding: 0.8em 1em;
  }
}

.btn-new--orange {
  color: #ffffff;
  background: linear-gradient(180deg, #FF8B3B 15.15%, #FFB989 121.21%);
  transition: all 0.3s ease 0s;
}

.btn-new--orange:hover {
  background: linear-gradient(90deg, #FF8B3B 0%, #FF8B3B 100%);
  opacity: 1;
  transition: all 0.3s ease 0s;
  color: #ffffff;
}

.btn-new--mail::before {
  content: "";
  background: url(../images/common/icon_mail.svg) no-repeat center center/cover;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
}

.heading {
  color: #FD6800;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 137.879%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.heading--flex {
  display: flex;
  flex-direction: column;
}

.heading__sm {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .heading__sm {
    font-size: 1.5rem;
  }
}

.heading__md {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .heading__md {
    font-size: 2.25rem;
    margin-top: 0.625rem;
  }
}

.heading__lg {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .heading__lg {
    font-size: 2.5rem;
    margin-top: 0.625rem;
  }
}

.heading--black {
  color: #00206D;
}

.heading--under span {
  position: relative;
}

.heading--under span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: calc(100% + 3px);
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  background: #BAD3FF;
}

.menu {
  border-radius: 8px;
}

.menu__head {
  padding-top: 1.5rem;
  padding-bottom: 0.75rem;
  background-color: #ECF3FF;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px 8px 0 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .menu__head {
    flex-direction: row-reverse;
    text-align: left;
    align-items: center;
    gap: 0.625rem;
    padding-left: 0.625rem;
    justify-content: left;
  }
}

.menu__title {
  color: #001850;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25; /* 125% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .menu__title {
    font-size: 1rem;
    letter-spacing: 0.4px;
    line-height: 1.6;
  }
}

.menu__icon {
  max-width: 6rem;
  width: 100%;
  margin-inline: auto;
}
.menu__icon img {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .menu__icon {
    margin-inline: 0;
  }
}
@media screen and (min-width: 1200px) {
  .menu__icon {
    max-width: 8.125rem;
  }
}

.menu a {
  color: #ffffff;
  background: #1D47AA;
  padding: 0.5rem 1rem;
  display: block;
  position: relative;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.6; /* 22.4px */
  letter-spacing: 0.28px;
  border-radius: 0 0 8px 8px;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .menu a {
    font-size: 0.9375rem;
  }
}

.menu__link {
  text-align: left;
  text-decoration: underline;
  padding-right: 1em;
}

.menu span {
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 0.3125rem 0 0.3125rem 0.5rem;
  content: "";
  display: inline-block;
  height: 0;
  right: 5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.section-title {
  text-align: center;
}

.section-title__en {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .section-title__en {
    font-size: 4rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .section-title__en--lg {
    font-size: 3.3333333333vw;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1440px) {
  .section-title__en--lg {
    font-size: 3rem;
  }
}

.section-title__ja {
  max-width: 7.875rem;
  margin-inline: auto;
}
.section-title__ja img {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .section-title__ja {
    max-width: 9.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .section-title__ja--lg {
    max-width: 12.375rem;
  }
}

.section-title__service {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.375rem 1rem;
}
@media screen and (min-width: 768px) {
  .section-title__service {
    font-size: 2rem;
    letter-spacing: 0.64px;
    margin-top: 0.75rem;
  }
}

.section-title__service--orange {
  background: #FD6800;
}

.inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 69.0625rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.accounting-faq {
  background-color: #ffffff;
}

.accounting-menu {
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .accounting-menu {
    background: none;
  }
}

.accounting-menu__inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .accounting-menu__inner {
    border-radius: 32px 0px 0px 32px;
  }
}

.accounting-menu__bg {
  background-color: #ffffff;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .accounting-menu__bg {
    left: 25px;
    border-radius: 32px 0px 0px 32px;
  }
}

.accounting-menu__body {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .accounting-menu__body {
    max-width: 71.25rem;
    padding-left: 3.75rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.accounting-menu__list {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .accounting-menu__list {
    margin-top: 2.5rem;
  }
}

.accounting-mv {
  padding-top: 1.625rem;
  padding-bottom: 1.25rem;
  background: #ECF3FF;
}
@media screen and (min-width: 768px) {
  .accounting-mv {
    padding-top: 4.8125rem;
    padding-bottom: 10.625rem;
  }
}

.accounting-mv__inner {
  max-width: 33.75rem;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .accounting-mv__inner {
    max-width: 75rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    flex-direction: row;
    gap: 0.6086956522%;
  }
}

.accounting-mv__box {
  display: contents;
}
@media screen and (min-width: 768px) {
  .accounting-mv__box {
    display: flex;
    flex-direction: column;
    width: 50.6956521739%;
  }
}

.accounting-mv__title {
  text-align: center;
}

.accounting-mv__image {
  margin-top: 0.6875rem;
}
.accounting-mv__image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .accounting-mv__image {
    width: 48.6956521739%;
    margin-top: 2.5rem;
  }
}

.accounting-mv__body {
  margin-top: 0.875rem;
  order: 1;
}

.accounting-mv__lead {
  color: #00206D;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6; /* 160% */
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .accounting-mv__lead {
    font-size: 2.5vw;
    line-height: 172.222%; /* 172.222% */
    letter-spacing: 0.72px;
  }
}
@media screen and (min-width: 1440px) {
  .accounting-mv__lead {
    font-size: 2.25rem;
  }
}

.accounting-mv__point {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.32px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .accounting-mv__point {
    font-size: 1.3888888889vw;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.4px;
    margin-top: 2.0625rem;
  }
}
@media screen and (min-width: 1440px) {
  .accounting-mv__point {
    font-size: 1.25rem;
  }
}

.accounting-mv__item {
  border-radius: 50%;
  background: #4287FF;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
  aspect-ratio: 1/1;
  width: calc(33.333% - 0.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.accounting-news__box {
  max-width: 33.75rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .accounting-news__box {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .accounting-news__box {
    border-radius: 0px 16px 16px 0;
  }
}

.bg-gradation {
  position: relative;
}

.bg-gradation::after {
  content: "";
  background: linear-gradient(180deg, #E9F1FF 0%, #ADCBFF 100%);
  padding-bottom: 3.75rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.bg-gradation--subpage::after {
  content: "";
  background: linear-gradient(180deg, #FFF 0%, #C9DDFF 100%);
  padding-bottom: 3.75rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.contact {
  text-align: center;
  background: #C9DDFF;
  flex: 1;
}

.contact__title {
  text-align: center;
}

.contact__text {
  color: #1D47AA;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-top: 2rem;
}

.contact__btn {
  margin-top: 3rem;
  font-size: 1rem;
  max-width: 10.125rem;
  width: 100%;
  margin-inline: auto;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .contact__btn {
    max-width: 14.6875rem;
  }
}

.drawer {
  text-align: center;
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
  background: linear-gradient(180deg, #C6DBFF 0%, #4287FF 100%);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 40;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .drawer {
    display: none;
  }
}

.drawer.is-open {
  opacity: 1;
  visibility: visible;
  display: block;
}

.drawer__menu {
  color: #FDFA31;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}

.drawer__nav {
  color: white;
  max-width: 15.625rem;
  margin-inline: auto;
  text-align: center;
}

.drawer__item {
  width: 100%;
  text-transform: uppercase;
}

.drawer__title--sub span {
  position: relative;
}

.drawer__title--sub span::after {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #ffffff;
  border-bottom: 0;
  transition: transform 0.4s ease;
}

.drawer__title {
  display: flex;
  padding: 20px;
  cursor: pointer;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.32px;
}

.drawer__icon {
  width: 2.5rem;
}

.drawer__title span {
  display: flex;
  align-items: center;
}

.drawer__sub {
  line-height: 0;
  padding: 0;
  transition: opacity 0.4s, line-height 0.4s, padding 0.4s;
  background-color: #ffffff;
  background-color: #ffffff;
  max-width: 11.625rem;
  margin-left: auto;
}

.drawer__sub--is-open {
  opacity: 1;
  line-height: 1.5;
}

.drawer__subtitle a {
  display: flex;
  padding: 0.625rem 1.25rem;
  cursor: pointer;
  color: #00206D;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.32px;
  text-align: left;
}

.drawer__subtitle:not(:first-of-type) a {
  border-top: 1px solid #cdcdcd;
}

.faq__heading {
  text-align: center;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.5rem;
  max-width: 33.75rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .faq__list {
    max-width: 100%;
    margin-top: 3.75rem;
  }
}

.faq__item {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .faq__item {
    gap: 1.5rem;
  }
}

.faq__icon {
  color: #00206D;
  font-family: "lato", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  background-color: #C9DDFF;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .faq__icon {
    font-size: 2rem;
    width: 3.5625rem;
    height: 3.5625rem;
  }
}

.faq__icon span {
  position: relative;
}

.faq__icon span::after {
  content: ".";
  width: 1px;
  height: 1.25rem;
  position: absolute;
  bottom: 0;
  left: 100%;
}
@media screen and (min-width: 768px) {
  .faq__icon span::after {
    bottom: 40%;
  }
}

.faq__text {
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #00206D;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  width: calc(100% - 3.125rem);
}
@media screen and (min-width: 768px) {
  .faq__text {
    font-size: 1rem;
  }
}

.faq__btn {
  max-width: 13rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .faq__btn {
    max-width: 14.6875rem;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .faq__btn a {
    padding: 0.8em 2.5em 0.8em 1em;
  }
}

.footer {
  background-color: #5A97FF;
  padding-top: 0.625rem;
  padding-bottom: 1.875rem;
  /* bootstrap対応用  */
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* bootstrap対応用ここまで */
}
@media screen and (min-width: 768px) {
  .footer {
    height: 4.0625rem;
    padding: 0;
  }
}

.footer__inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    height: inherit;
  }
}

.footer__head {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .footer__head {
    justify-content: end;
  }
}

.footer__head a {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  letter-spacing: 0.32px;
  display: flex;
  padding: 0.625rem;
  align-items: center;
}
.footer__head a img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.footer__copy {
  color: #00206D;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 13.2px */
  letter-spacing: 0.24px;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer--subpage {
    margin-left: 12.5rem;
  }
}

.header {
  background-color: #ffffff;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
  height: 3.625rem;
  position: sticky;
  top: 0;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .header {
    height: 4.5625rem;
    position: sticky;
    top: 0;
    left: 0;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  max-width: 80.125rem;
  margin-inline: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  height: inherit;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

.header__left {
  max-width: 7.9375rem;
  z-index: 41;
}
@media screen and (min-width: 768px) {
  .header__left {
    max-width: 21rem;
  }
}

.header__logo {
  max-width: 7.9375rem;
}
.header__logo img {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .header__logo {
    max-width: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__logo {
    max-width: 21rem;
  }
}

.header__logo--lg {
  max-width: 7.9375rem;
}
.header__logo--lg img {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .header__logo--lg {
    max-width: 21rem;
  }
}

.header__right {
  z-index: 41;
  display: flex;
  width: calc(100% - 7.9375rem);
  justify-content: end;
  height: inherit;
  align-items: center;
  gap: 5%;
}

.header__account {
  max-width: 10.4375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__account {
    max-width: 12.5rem;
  }
}

.header__hamburger {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  position: relative;
  max-width: 2.375rem;
  width: 100%;
  height: 2.375rem;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}

.header__hamburger--orange {
  background: linear-gradient(180deg, #FD6800 0%, #FFCCA9 100%);
}

.header__bars {
  position: relative;
  text-align: center;
  margin-inline: auto;
  max-width: 1.25rem;
  width: 100%;
}

.header__bar {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  width: 1.25rem;
  height: 1.5px;
  background-color: #ffffff;
  transition: 0.5s;
  -webkit-transition: top 0.05s linear 0.05s, linear 0.1s, -webkit-transform 0.1s linear;
  transition: top 0.1s linear 0.1s, margin-bottom 0.1s linear 0.1s, -webkit-transform 0.1s linear;
  transition: transform 0.1s linear, top 0.05s linear 0.05s, linear 0.1s;
  transition: transform 0.1s linear, top 0.05s linear 0.05s, linear 0.1s, -webkit-transform 0.1s linear;
}
.header__bar:nth-of-type(1) {
  top: -0.5rem;
}
.header__bar:nth-of-type(2) {
  top: 0rem;
}
.header__bar:nth-of-type(3) {
  top: 0.5rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
  top: -0.0625rem;
  width: 1.5rem;
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transition: top 0.05s linear 0.05s, linear 0.1s, -webkit-transform 0.1s linear;
  transition: top 0.05s linear 0.05s, margin-bottom 0.1s linear 0.1s, -webkit-transform 0.1s linear;
  transition: transform 0.1s linear, top 0.05s linear 0.05s, linear 0.1s;
  transition: transform 0.1s linear, top 0.05s linear 0.05s, linear 0.1s, -webkit-transform 0.1s linear;
}

.header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
  top: -0.0625rem;
  width: 1.5rem;
  transform: translateX(-50%) rotate(45deg);
  -webkit-transition: top 0.05s linear 0.05s, linear 0.1s, -webkit-transform 0.1s linear;
  transition: top 0.05s linear 0.05s, margin-bottom 0.1s linear 0.1s, -webkit-transform 0.1s linear;
  transition: transform 0.1s linear, top 0.05s linear 0.05s, linear 0.1s;
  transition: transform 0.1s linear, top 0.05s linear 0.05s, linear 0.1s, -webkit-transform 0.1s linear;
}

.header__drawer {
  overflow-y: scroll;
  scrollbar-width: none;
}

.header__drawer::-webkit-scrollbar {
  display: none;
}

.menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 33.75rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .menu-list {
    max-width: 100%;
  }
}

.menu-list__item {
  width: calc(50% - 0.5rem);
  display: flex;
  flex-direction: column;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .menu-list__item {
    width: calc(33.333% - 0.6875rem);
  }
}

.menu-list__item--sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .menu-list__item--sp-none {
    display: flex;
  }
}

.main-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-container {
    width: 100%;
    margin-left: 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .news-box {
    display: flex;
  }
}

.news-box__left {
  background-color: #4287FF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 768px) {
  .news-box__left {
    width: 23%;
    border-radius: 8px 0 0 8px;
    padding: 1em 1em 2.5rem 1em;
  }
}
@media screen and (min-width: 1200px) {
  .news-box__left {
    width: 17%;
  }
}

.news-box__title {
  height: 100%;
  display: flex;
  align-items: center;
  color: #FFF;
  font-weight: 700;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: normal;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 768px) {
  .news-box__title {
    margin-top: 1.625rem;
  }
}

.news-box__title a {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .news-box__title a {
    font-size: 1rem;
  }
}

.news-box__right {
  padding: 1em 1em 2em 1em;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
}
@media screen and (min-width: 768px) {
  .news-box__right {
    width: 77%;
    border-radius: 0 8px 8px 0;
  }
}
@media screen and (min-width: 1200px) {
  .news-box__right {
    width: 83%;
  }
}

.news-box__btn {
  max-width: 8.25rem;
  margin-inline: auto;
  margin-top: 0.75rem;
}

.news-box__btn a {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

.news-box--light {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 16px 16px 0;
}

.news-box--light .news-box__left {
  background-color: #D7E5FF;
}

.news-box--light .news-box__title {
  color: #1D47AA;
}

.news-list {
  display: flex;
  flex-direction: column;
}

.news-list__item a {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding: 0.5em;
}
@media screen and (min-width: 768px) {
  .news-list__item a {
    flex-direction: row;
  }
}

.news-list__date {
  width: 7.5rem;
  color: #00206D;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 768px) {
  .news-list__date {
    font-size: 1rem;
  }
}

.news-list__text {
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #00206D;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .news-list__text {
    width: calc(100% - 7.5rem);
    font-size: 1rem;
  }
}

.sidebar {
  background-color: #1D47AA;
  width: 12.5rem;
  position: fixed;
  top: 4.5625rem;
  height: 100vh;
  overflow-y: auto;
}

.sidebar__nav {
  color: white;
  max-width: 15.625rem;
  margin-inline: auto;
  text-align: center;
  position: relative;
  padding-top: 1.875rem;
}

.sidebar__item {
  width: 100%;
  text-transform: uppercase;
}

.sidebar__title--sub span {
  position: relative;
}

.sidebar__title--sub span::after {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #ffffff;
  border-bottom: 0;
  transition: transform 0.4s ease;
}

.sidebar__title {
  display: flex;
  padding: 0.625rem;
  cursor: pointer;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.32px;
}

.sidebar__title:hover {
  color: #ffffff;
}

.sidebar__title--sub span {
  position: relative;
}

.sidebar__title--sub span::after {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #ffffff;
  border-bottom: 0;
  transition: transform 0.4s ease;
}

.sidebar__icon {
  width: 2rem;
}
.sidebar__icon img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.sidebar__title span {
  display: flex;
  align-items: center;
}

.sidebar__sub {
  line-height: 0;
  padding: 0;
  transition: opacity 0.4s, line-height 0.4s, padding 0.4s;
  background-color: #ffffff;
  background-color: #ffffff;
  max-width: 10rem;
  margin-left: auto;
  line-height: 0;
}

.sidebar__item:last-of-type {
  margin-bottom: 200px;
}

.sidebar__sub--is-open {
  opacity: 1;
  line-height: 1.5;
}

.sidebar__subtitle a {
  display: flex;
  padding: 0.625rem 1.25rem;
  cursor: pointer;
  color: #00206D;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.32px;
  text-align: left;
}

.sidebar__subtitle:not(:first-of-type) a {
  border-top: 1px solid #cdcdcd;
}

.service-item {
  display: flex;
  gap: 5%;
  align-items: center;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 8px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .service-item {
    padding: 2em 1.5em;
  }
}

.service-item__image {
  width: 38%;
}
.service-item__image img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.service-item__body {
  width: 57%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.service-item__title {
  color: #1D47AA;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
}

.service-item__text {
  margin-top: 0.75rem;
  color: #00206D;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.service-item__btn {
  max-width: 8.3125rem;
  width: 100%;
  margin-left: auto;
  margin-top: auto;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .service-item__btn {
    max-width: 8.75rem;
  }
}

.service-item__btn a {
  font-size: 0.75rem;
}

.top-news__box {
  max-width: 33.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top-news__box {
    max-width: 100%;
  }
}

.top-service__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: start; /* 高さを揃えない*/
  margin-top: 1.5rem;
  max-width: 33.75rem;
  margin-inline: auto;
  /* 奇数枚の時に、最後のカードを中央に配置 */
}
@media screen and (min-width: 768px) {
  .top-service__list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: 100%;
  }
}
.top-service__list:has(.top-service__item:nth-child(odd):last-child) .top-service__item:nth-child(odd):last-child {
  grid-column: span 2;
  margin-inline: auto;
}

.top-service__item {
  height: 100%;
}

.flex {
  display: flex;
}/*# sourceMappingURL=style.css.map */