@charset "UTF-8";
.breadcrumb__inr {
  display: grid;
  align-items: center;
  height: 50px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .breadcrumb__inr {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.breadcrumb__list {
  list-style: none;
  display: inline;
  font-size: 14px;
  padding-left: 0;
}
@media screen and (max-width: 992px) {
  .breadcrumb__list {
    font-size: 1.2rem;
  }
}
.breadcrumb__item {
  display: inline;
}
.breadcrumb__item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.breadcrumb__item:nth-child(n+2) {
  position: relative;
  padding-left: 30px;
}
.breadcrumb__item:nth-child(n+2)::before {
  content: url(../img/breadarrow.svg);
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.breadcrumb strong {
  font-weight: normal;
}

.sec1 {
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .sec1 {
    margin-top: 70px;
  }
}
.sec1__head {
  position: relative;
}
.sec1__ttl-wrap {
  position: absolute;
  bottom: 5%;
  left: 10%;
}
.sec1__img {
  width: 100%;
  display: block;
  height: 55dvh;
}
.sec1__ja {
  font-size: 2rem;
  line-height: 1;
  margin-top: 14px;
  color: white;
}
@media screen and (max-width: 992px) {
  .sec1__ja {
    font-size: 2rem;
  }
}
.sec1__en {
  font-size: 11rem;
  line-height: 1;
  color: white;
}
@media screen and (max-width: 992px) {
  .sec1__en {
    font-size: 5rem;
    line-height: 1.2;
  }
}

.services .sec__otr {
  display: flex;
  flex-flow: wrap;
}
@media screen and (max-width: 992px) {
  .services .sec__otr {
    display: block;
  }
}
.services .sec__otr--column2 .sec__item {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 992px) {
  .services .sec__otr--column2 .sec__item {
    width: 100%;
  }
}
.services .sec__otr--column2 .sec__item:not(:nth-child(3n-2)) {
  margin-left: initial;
}
.services .sec__otr--column2 .sec__item:nth-child(2n) {
  margin-left: 60px;
}
@media screen and (max-width: 992px) {
  .services .sec__otr--column2 .sec__item:nth-child(2n) {
    margin-left: 0;
  }
}
.services .sec__otr--center {
  justify-content: center;
}
.services .sec__item {
  width: calc((100% - 80px) / 3);
  padding-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .services .sec__item {
    width: 100%;
  }
}
.services .sec__item:not(:nth-child(3n-2)) {
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  .services .sec__item:not(:nth-child(3n-2)) {
    margin-left: 0;
  }
}
.services .sec__img-wrap {
  text-align: center;
}
.services .sec2__otr {
  display: flex;
  justify-content: center;
  color: white;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .services .sec2__otr {
    display: block;
    text-align: center;
    margin-top: 0;
  }
}
.services .sec2__item {
  background: #00489d;
  text-align: center;
  min-width: 190px;
  border-radius: 50px;
  height: 60px;
  line-height: 60px;
}
.services .sec2__item:nth-child(n+2) {
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  .services .sec2__item:nth-child(n+2) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.services .sec2__item-inr {
  position: relative;
}
.services .sec2__item-inr::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: white url(../img/arrowdown.svg) no-repeat center;
  background-size: 20px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.news .arrow__item--next,
.archive .arrow__item--next,
.post-type-archive-blog .arrow__item--next,
.single .arrow__item--next {
  position: absolute;
  padding: 0 10px;
  right: 0;
  top: 0;
  color: #00489d !important;
}
@media screen and (max-width: 992px) {
  .news .arrow__item--next,
  .archive .arrow__item--next,
  .post-type-archive-blog .arrow__item--next,
  .single .arrow__item--next {
    position: relative;
  }
}
.news .arrow__item--next::before,
.archive .arrow__item--next::before,
.post-type-archive-blog .arrow__item--next::before,
.single .arrow__item--next::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 54%;
  transform: translateY(-50%);
  background: no-repeat url(../img/nexticon.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
}
.news .arrow__item--previous,
.archive .arrow__item--previous,
.post-type-archive-blog .arrow__item--previous,
.single .arrow__item--previous {
  position: absolute;
  padding: 0 10px;
  left: 0;
  top: 0;
  color: #00489d !important;
}
@media screen and (max-width: 992px) {
  .news .arrow__item--previous,
  .archive .arrow__item--previous,
  .post-type-archive-blog .arrow__item--previous,
  .single .arrow__item--previous {
    position: relative;
  }
}
.news .arrow__item--previous::before,
.archive .arrow__item--previous::before,
.post-type-archive-blog .arrow__item--previous::before,
.single .arrow__item--previous::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -4px;
  top: 54%;
  transform: translateY(-50%);
  background: no-repeat url(../img/backicon.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
}
.news ul.page-numbers,
.archive ul.page-numbers,
.post-type-archive-blog ul.page-numbers,
.single ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 50px;
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .news ul.page-numbers,
  .archive ul.page-numbers,
  .post-type-archive-blog ul.page-numbers,
  .single ul.page-numbers {
    font-size: 1.4rem;
  }
}
.news li .page-numbers,
.archive li .page-numbers,
.post-type-archive-blog li .page-numbers,
.single li .page-numbers {
  padding: 0 10px;
  color: rgba(0, 72, 157, 0.5);
}
.news li .page-numbers.current,
.archive li .page-numbers.current,
.post-type-archive-blog li .page-numbers.current,
.single li .page-numbers.current {
  color: #00489d;
}

.single .sec2__otr {
  padding-bottom: 50px;
}
.single .sec2__arrow {
  position: relative;
}

.archive .sec2__otr,
.post-type-archive-blog .sec2__otr {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .archive .sec2__otr,
  .post-type-archive-blog .sec2__otr {
    display: block;
  }
}
.archive .sec2__btn,
.post-type-archive-blog .sec2__btn {
  margin-top: auto;
}
@media screen and (max-width: 576px) {
  .archive .sec2__btn,
  .post-type-archive-blog .sec2__btn {
    margin-top: 20px;
  }
}
.archive .article__item,
.post-type-archive-blog .article__item {
  width: calc((100% - 80px) / 3);
  margin-bottom: 50px;
  height: 380px;
}
.archive .article__item:not(:nth-child(3n-2)),
.post-type-archive-blog .article__item:not(:nth-child(3n-2)) {
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  .archive .article__item:not(:nth-child(3n-2)),
  .post-type-archive-blog .article__item:not(:nth-child(3n-2)) {
    margin-left: initial;
  }
}
@media screen and (max-width: 992px) {
  .archive .article__item,
  .post-type-archive-blog .article__item {
    width: calc((100% - 40px) / 2);
  }
  .archive .article__item:not(:nth-child(2n-1)),
  .post-type-archive-blog .article__item:not(:nth-child(2n-1)) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 576px) {
  .archive .article__item,
  .post-type-archive-blog .article__item {
    height: auto;
    width: 100%;
  }
  .archive .article__item:not(:nth-child(2n-1)),
  .post-type-archive-blog .article__item:not(:nth-child(2n-1)) {
    margin-left: initial;
  }
}

.news .sec2__otr {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .news .sec2__otr {
    display: block;
  }
}
.news .arrow__item--next {
  position: absolute;
  right: 0;
  top: 0;
  color: #00489d !important;
}
@media screen and (max-width: 576px) {
  .news .arrow__item--next {
    top: 50px;
  }
}
.news .arrow__item--next::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 54%;
  transform: translateY(-50%);
  background: no-repeat url(../img/nexticon.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
}
.news .arrow__item--previous {
  position: absolute;
  left: 0;
  top: 0;
  color: #00489d !important;
}
@media screen and (max-width: 576px) {
  .news .arrow__item--previous {
    top: 50px;
  }
}
.news .arrow__item--previous::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -4px;
  top: 54%;
  transform: translateY(-50%);
  background: no-repeat url(../img/backicon.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
}

.news .sec3__otr,
.single .sec3__otr {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .news .sec3__otr,
  .single .sec3__otr {
    display: block;
  }
}

.category .page-numbers {
  position: relative;
}
.category .next {
  position: absolute;
  right: 0;
  top: 0;
  color: #00489d !important;
}
@media screen and (max-width: 992px) {
  .category .next {
    top: 50px;
  }
}
.category .prev {
  position: absolute;
  left: 0;
  top: 0;
  color: #00489d !important;
}
@media screen and (max-width: 992px) {
  .category .prev {
    top: 50px;
  }
}

.single .category-list {
  color: white;
}
.single .category-list .category-btn {
  padding: 0px 6px;
  margin-left: 6px;
}
.single .category-list .info {
  background: #00489d;
}
.single .category-list .media {
  background: #d6ca8f;
}
.single .category-list .phonation {
  background: #3f4046;
}
.single .article__time {
  min-width: 80px;
}
.single .article__type {
  display: flex;
  align-items: center;
}
.single .link-btn {
  color: #00489d !important;
}
.single .post-categories li {
  background: #00489d;
  display: inline-block;
  color: white;
  padding: 3px 6px;
  border-radius: 10px;
}
.single .single-page {
  padding-top: 30px;
  /* 配置位置 右 */
  /* 配置位置 左 */
  /* 配置位置 中央 */
  /* 左の吹き出し */
  /* 右の吹き出し */
  /* 吹き出しの入力部分の作成 */
  /* 吹き出しの三角部分の作成 */
  /* アイコンの作成 */
  /* アイコンの大きさ */
  /* アイコンの名前の設定 */
  /* はてなマークのアイコンをつけた囲み枠 */
  /* ボックスのタイトル部分 */
  /* タイトル部分のアイコン */
  /* pタグの余白 */
  /* メモアイコンをつけた囲み枠 */
  /* メモボックス全体のスタイル */
  /* メモボックスのタイトル部分 */
  /* タイトル部分のアイコン */
  /* pタグのmarginを0にする */
  /* ビックリマークのアイコンをつけた囲み枠 */
  /* ボックスのタイトル部分 */
  /* タイトル部分のアイコン */
  /* pタグの余白 */
  /* チェックマークのアイコンをつけた囲み枠 */
  /* ボックスのタイトル部分 */
  /* タイトル部分のアイコン */
  /* pタグの余白 */
}
.single .single-page > * {
  margin-bottom: 20px;
}
.single .single-page ul,
.single .single-page ul li {
  list-style: initial;
  list-style-position: outside;
}
.single .single-page ul li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
}
.single .single-page ul li:before {
  position: absolute;
  top: 5px;
  left: 8px;
  content: "⚫︎"; /* 記号(黒丸)を挿入 */
  color: #00489d; /* 好きな色にする */
  font-size: 0.6em; /* 点の大きさ */
  margin-right: 1em; /* 点とテキストの距離 */
}
.single .single-page ul.toc_list li {
  padding-left: initial; /* 左余白を戻す */
  position: static; /* relative解除 */
}
.single .single-page ul.toc_list li:before {
  content: none; /* 疑似要素を消す */
}
.single .single-page ol,
.single .single-page ol li {
  list-style-position: inside;
}
.single .single-page strong {
  font-weight: bold;
}
.single .single-page a {
  color: #00489d;
  text-decoration: underline;
}
.single .single-page img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.single .single-page img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
.single .single-page img.aligncenter {
  display: block;
  margin: 0 auto;
}
.single .single-page table,
.single .single-page td,
.single .single-page th {
  border: 1px solid #3f4046;
}
.single .single-page__title {
  font-size: 2rem;
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .single .single-page__title {
    font-size: 18px;
  }
}
.single .single-page__paging {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100px;
  max-width: 780px;
  margin: 100px auto 50px;
  padding: 0 10px;
}
@media screen and (max-width: 992px) {
  .single .single-page__paging {
    padding: 0;
    margin: 60px 20px 0;
  }
}
.single .single-page__paging a {
  color: #00489d;
  border-bottom: 2px solid #00489d;
  padding-bottom: 10px;
}
.single .single-page__archive {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #00489d;
}
.single .single-page p {
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .single .single-page p {
    margin-bottom: 10px;
  }
}
.single .single-page .box27 {
  display: inline-block;
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #00489d;
}
.single .single-page .box27 .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  font-size: 17px;
  background: #00489d;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
}
.single .single-page .box27 p {
  margin: 0;
  padding: 0;
}
.single .single-page h2 {
  padding: 0 0.4em 0.2em;
  border-left: 5px solid #00489d;
  margin-top: 60px;
  background-color: #ebf7ff;
  font-size: 1.8rem;
  line-height: 3;
}
@media screen and (max-width: 992px) {
  .single .single-page h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    margin-top: 40px;
    line-height: 2.4;
  }
}
.single .single-page h3 {
  display: inline-block;
  font-size: 1.6rem;
  position: relative;
  margin-top: 40px;
}
.single .single-page h3:before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00489d;
  width: 70%;
  bottom: -2px;
  right: 0;
}
.single .single-page h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #c2c7ef;
  bottom: -2px;
  width: 30%;
}
@media screen and (max-width: 992px) {
  .single .single-page h3 {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
.single .single-page .uj-lc {
  display: flex;
  gap: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px;
  text-decoration: none;
  color: inherit;
  align-items: stretch;
}
.single .single-page .uj-lc:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.single .single-page .uj-lc__media {
  width: 40%;
  aspect-ratio: 16/9;
  background: #f3f4f6;
  border-radius: 8px;
  overflow: hidden;
}
.single .single-page .uj-lc__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.single .single-page .uj-lc__body {
  width: 60%;
  min-width: 0;
}
.single .single-page .uj-lc__title {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 6px;
}
.single .single-page .uj-lc__desc {
  font-size: 0.9rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 8px;
}
.single .single-page .uj-lc__meta {
  font-size: 0.8rem;
  color: #6b7280;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .single .single-page .uj-lc {
    flex-direction: column;
  }
  .single .single-page .uj-lc__media {
    flex-basis: auto;
    width: 100%;
  }
  .single .single-page .uj-lc__body {
    width: 100%;
  }
}
.single .single-page .balloon-chat {
  display: flex;
}
.single .single-page .balloon-chat.left {
  flex-direction: row; /* 左から右に並べる */
}
.single .single-page .balloon-chat.right {
  flex-direction: row-reverse; /* 右から左に並べる */
}
.single .single-page .chatting {
  position: relative;
  display: inline-block; /* 吹き出しが文字幅に合わせます */
  margin: 10px 20px;
  padding: 10px 20px;
  background: #ccffcc;
  text-align: left;
  border-radius: 12px;
}
.single .single-page .chatting::after {
  content: "";
  border: 15px solid transparent;
  border-top-color: #ccffcc;
  position: absolute;
  top: 10px;
}
.single .single-page .left .chatting::after {
  left: -15px;
}
.single .single-page .right .chatting::after {
  right: -15px;
}
.single .single-page .balloon-chat figure img {
  border-radius: 50%;
  border: 2px solid #333300;
  margin: 0;
}
.single .single-page .icon-img {
  width: 80px;
  height: 80px;
}
.single .single-page .icon-name {
  width: 80px; /* アイコンの大きさと合わせる */
  font-size: 12px;
  text-align: center;
}
.single .single-page .cstm-box-help {
  margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
  padding: 1em 2em 1.5em; /* 上下・左右の余白 */
  background-color: #e7f1f2; /* 背景色 */
  border-radius: 10px; /* ボックスの角の丸み */
}
.single .single-page .cstm-box-help .box-title {
  color: #96a3a3; /* タイトル文字の色 */
  font-size: 1.1em; /* タイトル文字の大きさ */
  font-weight: bold; /* 太字 */
}
.single .single-page .cstm-box-help .box-title::before {
  font-family: "Font Awesome 5 Free"; /* アイコンのフォント */
  content: "\f059"; /* はてなマークアイコンのUnicode */
  margin-right: 5px; /* アイコンと文字の間隔 */
  font-size: 2.4rem;
}
.single .single-page .cstm-box-help p {
  margin: 0;
}
.single .single-page .cstm-box-memo {
  margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
  padding: 1em 2em 1.5em; /* 上下・左右の余白 */
  background-color: #e8eaf0; /* 背景色 */
  border-radius: 10px; /* ボックスの角の丸み */
}
.single .single-page .cstm-box-memo .box-title {
  color: #b4bbce; /* タイトル文字の色 */
  font-size: 1.1em; /* タイトル文字の大きさ */
  font-weight: bold; /* 太字 */
}
.single .single-page .cstm-box-memo .box-title::before {
  font-family: "Font Awesome 5 Free"; /* アイコンのフォント */
  content: "\f304"; /* メモアイコンのUnicode */
  margin-right: 5px; /* アイコンと文字の間隔 */
  font-size: 2.4rem;
}
.single .single-page .cstm-box-memo p {
  margin: 0;
}
.single .single-page .cstm-box-alert {
  margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
  padding: 1em 2em 1.5em; /* 上下・左右の余白 */
  background-color: #efe3df; /* 背景色 */
  border-radius: 10px; /* ボックスの角の丸み */
}
.single .single-page .cstm-box-alert .box-title {
  color: #aa8276; /* タイトル文字の色 */
  font-size: 1.1em; /* タイトル文字の大きさ */
  font-weight: bold; /* 太字 */
}
.single .single-page .cstm-box-alert .box-title::before {
  font-family: "Font Awesome 5 Free"; /* アイコンのフォント */
  content: "\f06a"; /* ビックリマークアイコンのUnicode */
  margin-right: 5px; /* アイコンと文字の間隔 */
  font-size: 2.4rem;
}
.single .single-page .cstm-box-alert p {
  margin: 0;
}
.single .single-page .cstm-box-check {
  margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
  padding: 1em 2em 1.5em; /* 上下・左右の余白 */
  background-color: #fff4cc; /* 背景色 */
  border-radius: 10px; /* ボックスの角の丸み */
}
.single .single-page .cstm-box-check .box-title {
  color: #ffbd59; /* タイトル文字の色 */
  font-size: 1.1em; /* タイトル文字の大きさ */
  font-weight: bold; /* 太字 */
}
.single .single-page .cstm-box-check .box-title::before {
  font-family: "Font Awesome 5 Free"; /* アイコンのフォント */
  content: "\f00c"; /* チェックマークアイコンのUnicode */
  margin-right: 5px; /* アイコンと文字の間隔 */
  font-size: 2.4rem;
}
.single .single-page .cstm-box-check p {
  margin: 0;
}
.single .single-page #toc_container {
  margin: 50px auto;
}
.single .single-page ol {
  list-style: none !important; /* 既存の番号は消す */
  counter-reset: my-counter;
  padding-left: 0;
}
.single .single-page ol li {
  counter-increment: my-counter;
  position: relative;
  margin: 0 0 1em 2.5em; /* 左に余白を確保 */
}
.single .single-page ol li::before {
  content: counter(my-counter);
  position: absolute;
  left: -2.5em; /* li の左側に配置 */
  top: 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  letter-spacing: 0;
  border-radius: 50%; /* 丸にする */
  background: #00489d; /* 赤丸 */
  color: #fff; /* 数字は白 */
  font-weight: bold;
  text-align: center;
}
.single .single-page .mark_orange {
  background: linear-gradient(transparent 64%, #ff6 60%);
}
.single .sec2__ttl {
  border-bottom: 3px solid #00489d;
}
.single .sec2__img-wrap {
  max-width: 600px;
  margin: 50px auto 20px;
  text-align: center;
}
.single .sec2__arrow {
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .single .sec2__arrow {
    margin-bottom: 50px;
  }
}
.single .sec2__btn {
  text-align: center;
}

.contact .sec2__line {
  margin-top: 40px;
  padding-bottom: 40px;
}
.contact .sec2__form {
  margin-top: 50px;
}
.contact #form {
  /*確認画面と完了画面を非表示*/
  /*デフォルトのサンクスメッセージを非表示*/
}
.contact #form .contact {
  /*確認画面と完了画面を非表示*/
  /*デフォルトのサンクスメッセージを非表示*/
}
.contact #form .contact__row {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .contact #form .contact__row {
    display: block;
  }
}
.contact #form .contact__row--center {
  justify-content: center;
}
.contact #form .contact__row.contact__row--up {
  align-items: flex-start;
}
.contact #form .contact__left {
  width: 30%;
  text-align: right;
  margin-right: 50px;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .contact #form .contact__left {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}
.contact #form .contact__right {
  width: 70%;
}
@media screen and (max-width: 992px) {
  .contact #form .contact__right {
    width: 100%;
  }
}
.contact #form .contact__tx {
  height: 50px;
}
.contact #form .contact__ta {
  height: 260px;
}
@media screen and (max-width: 992px) {
  .contact #form .contact__ta {
    height: 200px;
  }
}
.contact #form .contact__tx, .contact #form .contact__ta {
  width: 100%;
  font-size: 16px;
  padding: 5px;
}
.contact #form .contact__tx:focus, .contact #form .contact__tx:focus-visible, .contact #form .contact__ta:focus, .contact #form .contact__ta:focus-visible {
  border: #00489d 2px solid;
  outline: none;
}
.contact #form .contact__check {
  text-align: center;
}
.contact #form .contact__confirm {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
}
.contact #form .contact__confirm .material-bubble {
  padding: 0;
}
.contact #form .contact__confirm .btn--previous {
  margin-top: 30px;
}
.contact #form .contact__confirm .btn__inr--input::after {
  right: 20px;
}
.contact #form .contact__privacy {
  text-decoration: underline;
}
.contact #form .contact__tx2 {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4;
  display: inline-block;
  position: relative;
}
.contact #form .contact__tx2::before {
  content: "(";
  font-size: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  left: -6px;
}
@media screen and (max-width: 992px) {
  .contact #form .contact__tx2::before {
    left: -15px;
    top: 34%;
  }
}
.contact #form .contact__tx2::after {
  content: ")";
  font-size: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  right: -6px;
}
@media screen and (max-width: 992px) {
  .contact #form .contact__tx2::after {
    right: -15px;
    top: 34%;
  }
}
.contact #form .contact input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.contact #form .contact #company,
.contact #form .contact #pharmacy,
.contact #form .contact #position,
.contact #form .contact #name,
.contact #form .contact #tel,
.contact #form .contact #email {
  max-width: 400px;
}
.contact #form .contact .wpcf7-radio {
  display: block;
}
.contact #form .contact input[type=radio],
.contact #form .contact input[type=checkbox] {
  display: none;
}
.contact #form .contact .wpcf7-list-item {
  display: block;
}
.contact #form .contact .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  padding: 1.8px;
  background-clip: content-box;
  vertical-align: sub;
}
.contact #form .contact .wpcf7-acceptance .wpcf7-list-item-label:before {
  border-radius: 0;
}
.contact #form .contact input[type=radio]:not(:checked) + .wpcf7-list-item-label:before {
  border-color: #72767b;
}
.contact #form .contact input[type=radio]:checked + .wpcf7-list-item-label:before {
  border-color: #00489d;
  background-color: #00489d;
}
.contact #form .contact input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  border-color: #00489d;
  background-color: #00489d;
}
.contact #form .contact .wpcf7-spinner {
  display: none;
}
.contact #form .contact .required {
  display: inline-block;
  background: #e62f2f;
  color: white;
  padding: 0px 6px;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 6px;
}
.contact #form .contact .required--not {
  background: white;
  color: #3f4046;
  border: 1px solid #3f4046;
}
@media screen and (max-width: 992px) {
  .contact #form .contact .sec5 .wpcf7-list-item {
    margin: 0;
  }
}
.contact #form .contact__privacyotr {
  text-align: center;
}
.contact #form .contact__privacyArea {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .contact #form .contact__privacyArea {
    margin-left: -20px;
  }
}
.contact #form .contact__privacyArea .wpcf7-list-item-label {
  position: relative;
}
.contact #form .contact__privacyArea .wpcf7-list-item-label::before {
  border-radius: 0;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
.contact #form .contact__privacyArea .required {
  position: absolute;
  top: 3px;
  right: -48px;
}
.contact #form .contact .wpcf7-previous.submit {
  border: none;
  background: none;
  font-size: 14px;
  text-underline-offset: 4px;
  text-decoration: underline;
}
.contact #form .contact .wpcf7-previous.submit:hover {
  cursor: pointer;
}
.contact #form .contact__privacy-tx {
  position: relative;
}
@media screen and (max-width: 576px) {
  .contact #form .contact__privacy-tx {
    font-size: 14px;
  }
}
.contact #form .contact .confirm_area,
.contact #form .contact .thanks_area {
  display: none;
}
.contact #form .contact .wpcf7-response-output {
  display: none;
}
.contact #form .contact input.back_button {
  background: none;
  border: none;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-right: 40px;
}
@media screen and (max-width: 992px) {
  .contact #form .contact input.back_button {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.contact #form .contact .contact__confirm--btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .contact #form .contact .contact__confirm--btn {
    display: block;
  }
}
.contact #form .contact .button {
  padding: 0;
}
.contact #form .confirm_area,
.contact #form .thanks_area {
  display: none;
}
.contact #form .confirm_area .btn__inr::after,
.contact #form .thanks_area .btn__inr::after {
  right: 18px;
  top: -25px;
}
.contact #form .wpcf7-response-output {
  display: none;
}
.contact #form .contact-flow {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 50px;
}
.contact #form .contact-thanks {
  text-align: center;
}
.contact .sec3 {
  background: #4195cd;
}
.contact .sec3__item {
  display: flex;
  background: white;
  padding: 20px;
}
@media screen and (max-width: 992px) {
  .contact .sec3__item {
    display: block;
  }
}
.contact .sec3__item:nth-child(n+2) {
  margin-top: 50px;
}
.contact .sec3__img-wrap {
  width: 360px;
}
@media screen and (max-width: 992px) {
  .contact .sec3__img-wrap {
    width: 100%;
  }
}
.contact .sec3__img {
  width: 100%;
}
.contact .sec3__tx-wrap {
  width: calc(100% - 360px);
  padding: 0 20px 0 20px;
}
@media screen and (max-width: 992px) {
  .contact .sec3__tx-wrap {
    width: 100%;
    padding: 0;
  }
}
.contact .sec3__number {
  display: flex;
  flex-flow: column;
  line-height: 1.2;
  text-align: center;
}
.contact .sec3__number-up {
  font-size: 4rem;
}
.contact .sec3__number-down {
  font-size: 2rem;
  border-top: 2px solid #4195cd;
}
.contact .sec3__ttl {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .contact .sec3__ttl {
    padding-bottom: 10px;
  }
}
.contact .sec3__tx {
  font-size: 2rem;
  margin-top: 20px;
  margin-left: 10px;
}
.contact .sec4 .faq {
  max-width: 1080px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.contact .sec4 .faq > *:last-child {
  margin-bottom: 0;
}
.contact .sec4 .faq__item {
  background: #f3f3f3;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 180px;
}
@media screen and (max-width: 992px) {
  .contact .sec4 .faq__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.contact .sec4 .faq__row {
  position: relative;
  display: flex;
}
.contact .sec4 .faq__row--question {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .contact .sec4 .faq__row--question {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.contact .sec4 .faq__icon {
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 992px) {
  .contact .sec4 .faq__icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.contact .sec4 .faq__icon--question {
  background: #4195cd;
  color: white;
  margin-left: 10px;
  border: 1px solid #4195cd;
}
@media screen and (max-width: 992px) {
  .contact .sec4 .faq__icon--question {
    margin-left: 0;
  }
}
.contact .sec4 .faq__icon--answer {
  background: white;
  color: #4195cd;
  margin-left: 10px;
  border: 1px solid #00489d;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .contact .sec4 .faq__icon--answer {
    margin-left: 0;
  }
}
.contact .sec4 .faq__question-text {
  padding-left: 70px;
}
@media screen and (max-width: 992px) {
  .contact .sec4 .faq__question-text {
    padding-left: 40px;
  }
}
.contact .sec4 .faq__answer-body {
  margin-left: 70px;
  border-top: 1px solid #4195cd;
  padding-top: 15px;
}
@media screen and (max-width: 992px) {
  .contact .sec4 .faq__answer-body {
    margin-left: 42px;
    text-align: justify;
  }
}

@media screen and (max-width: 992px) {
  .strength .text-indent--120 {
    text-indent: -120px;
    margin-left: 120px;
  }
  .strength .text-indent--40 {
    text-indent: -40px;
    margin-left: 40px;
  }
  .strength .text-indent--60 {
    text-indent: -60px;
    margin-left: 60px;
  }
}
.strength .strength-sec__ttl {
  border-bottom: 1px solid #00489d;
  margin-bottom: 20px;
  position: relative;
  width: 60%;
  min-width: 320px;
}
@media screen and (max-width: 992px) {
  .strength .strength-sec__ttl {
    width: 100%;
    min-width: initial;
  }
}
.strength .strength-sec__ttl--right {
  margin-left: auto;
}
.strength .strength-sec__ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/logotreat.png) no-repeat;
  background-size: contain;
  width: 63px;
  height: 28px;
}
.strength .strength-sec__number {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 10rem;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .strength .strength-sec__number {
    font-size: 5rem;
  }
}
.strength .strength-sec__h2 {
  font-size: 1.8rem;
  color: #00489d;
  display: inline-block;
  vertical-align: text-bottom;
}
@media screen and (max-width: 992px) {
  .strength .strength-sec__h2 {
    display: block;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .strength .strength-sec__h2 {
    font-size: 1.4rem;
  }
}
.strength .strength-sec__back-blue {
  color: white;
  background: #00489d;
  padding: 5px 10px;
}
.strength .strength-sec__cnt2 {
  position: relative;
}
.strength .strength-sec__cnt2--reverse .strength-sec__img-wrap {
  text-align: left;
}
.strength .strength-sec__cnt2--reverse .strength-sec__tx-wrap {
  right: 0;
  left: initial;
}
.strength .strength-sec__img-wrap {
  text-align: right;
}
.strength .strength-sec__tx-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  width: 60%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 992px) {
  .strength .strength-sec__tx-wrap {
    position: static;
    transform: none;
    background: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.strength .sec2__wrap {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .strength .sec2__wrap {
    flex-flow: column-reverse;
  }
}
.strength .sec2__tx {
  width: 60%;
}
@media screen and (max-width: 992px) {
  .strength .sec2__tx {
    width: 100%;
    margin-top: 20px;
  }
}
.strength .sec2__tx2 {
  color: #00489d;
  font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .strength .sec2__tx2 {
    font-size: 1.8rem;
  }
}
.strength .sec2__board {
  border: 1px solid #00489d;
  text-align: center;
  padding: 20px;
  max-width: 392px;
}
.strength .sec2__vision {
  display: flex;
  flex-flow: wrap;
}
.strength .sec2__slicer {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .strength .sec2 .sec__ttl-inr {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.strength .sec3__report {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.strength .sec3__report-ttl {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 992px) {
  .strength .sec3__report-ttl {
    position: static;
    transform: none;
  }
}
.strength .sec3__tx {
  font-size: 2.2rem;
  color: #00489d;
  line-height: 1.4;
  margin-top: 10px;
  padding-bottom: 8px;
}
@media screen and (max-width: 992px) {
  .strength .sec3__tx {
    padding-bottom: 20px;
  }
}
.strength .sec3__link {
  background: #00489d;
  color: white;
  padding: 3px 10px;
  border: 1px solid #00489d;
  transition: 0.6s all;
}
.strength .sec3__link:hover {
  color: #00489d;
  background: white;
}
@media screen and (max-width: 992px) {
  .strength .sec3__report-img {
    padding-bottom: 20px;
  }
}

.fee .sec .number {
  font-size: 2.6rem;
  margin-right: 5px;
}
.fee .sec .number--2 {
  font-size: 3.8rem;
}
@media screen and (max-width: 992px) {
  .fee .sec .number--2 {
    line-height: 1.4;
  }
}
@media screen and (max-width: 992px) {
  .fee .sec .number--100 {
    margin-left: auto;
  }
}
.fee .sec2 {
  /* タブリスト */
  /* タブコンテンツ */
  /* ====================================
    ここからPC幅
  ==================================== */
  /* ====================================
    ここからスマホ幅
  ==================================== */
}
.fee .sec2__otr {
  text-align: center;
  margin-top: 20px;
}
.fee .sec2__wrap {
  display: inline-flex;
  border: 1px solid #00489d;
  justify-content: center;
  padding: 20px;
}
@media screen and (max-width: 992px) {
  .fee .sec2__wrap {
    display: block;
  }
}
.fee .sec2__wrap-item {
  color: #00489d;
  padding: 0 10px;
  font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .fee .sec2__wrap-item {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 992px) {
  .fee .sec2__wrap-equal {
    transform: rotate(90deg) scale(0.8);
  }
}
@media screen and (max-width: 992px) {
  .fee .sec2__wrap-plus {
    transform: scale(0.8);
  }
}
.fee .sec2__tx {
  margin-top: 40px;
  padding-bottom: 10px;
}
.fee .sec2__option {
  margin-top: 20px;
}
.fee .sec2__model {
  border: 1px solid #00489d;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background: #ebf4ff;
  padding: 20px 50px;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .fee .sec2__model {
    padding: 20px;
    position: relative;
  }
}
.fee .sec2__model-h3 {
  text-align: center;
  padding-bottom: 50px;
}
.fee .sec2__model-cnt {
  display: none;
}
.fee .sec2__model-ttl {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #00489d;
}
@media screen and (max-width: 992px) {
  .fee .sec2__model-ttl {
    flex-wrap: wrap;
    position: relative;
  }
}
.fee .sec2__model-ttl:hover {
  cursor: pointer;
}
.fee .sec2__model-ttl .sec2__model-arrow {
  transform: rotate(180deg);
}
.fee .sec2__model-ttl.active .sec2__model-arrow {
  transform: rotate(0deg);
}
.fee .sec2__model-case {
  margin-right: 50px;
}
@media screen and (max-width: 992px) {
  .fee .sec2__model-case {
    margin-right: 10px;
    padding-bottom: 10px;
  }
}
.fee .sec2__model-tx-otr {
  width: 400px;
}
.fee .sec2__model-tx-wrap {
  display: inline-block;
  border-top: 1px solid #00489d;
  border-bottom: 1px solid #00489d;
  font-size: 1.8rem;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 50px;
}
@media screen and (max-width: 992px) {
  .fee .sec2__model-tx-wrap {
    order: 3;
    margin-right: 0;
    font-size: 1.4rem;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.fee .sec2__model-tx {
  background: #00489d;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}
.fee .sec2__model-tx2 {
  color: #00489d;
}
.fee .sec2__model-tx3 {
  color: #00489d;
  font-size: 2rem;
}
@media screen and (max-width: 1100px) {
  .fee .sec2__model-tx3 {
    margin-right: 50px;
  }
}
@media screen and (max-width: 992px) {
  .fee .sec2__model-tx3 {
    font-size: 1.4rem;
  }
}
.fee .sec2__model-arrow {
  margin-left: auto;
  margin-right: 50px;
  transition: 0.6s all;
}
@media screen and (max-width: 992px) {
  .fee .sec2__model-arrow {
    position: absolute;
    right: -10px;
    margin-right: 10px;
  }
}
.fee .sec2__model-cnt-wrap {
  display: flex;
  margin-top: 80px;
  padding-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .fee .sec2__model-cnt-wrap {
    display: block;
    padding-bottom: 20px;
  }
}
.fee .sec2__model-img-wrap {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .fee .sec2__model-img-wrap {
    width: 100%;
  }
}
.fee .sec2__model-panel {
  position: absolute;
  top: -60px;
  left: 470px;
  padding: 10px 24px 26px 30px;
  background-repeat: no-repeat;
  background-size: contain;
  white-space: nowrap;
  background-image: url(../img/casecomment1.svg);
}
@media screen and (max-width: 992px) {
  .fee .sec2__model-panel {
    transform: scaleX(-1);
    left: 0;
    top: -80px;
  }
}
.fee .sec2__model-panel--1 {
  padding: 5px 27px 31px 21px;
}
.fee .sec2__model-panel--2 {
  padding: 2px 27px 31px 21px;
}
@media screen and (max-width: 992px) {
  .fee .sec2__model-panel--2 {
    background-image: url(../img/casecomment2.svg);
    padding: 4px 27px 31px 21px;
  }
}
.fee .sec2__model-panel--3 {
  padding: 10px 24px 31px 30px;
}
@media screen and (max-width: 992px) {
  .fee .sec2__model-panel--3 {
    padding: 10px 10px 26px 2px;
  }
}
.fee .sec2__model-panel--4 {
  padding: 10px 24px 26px 24px;
}
@media screen and (max-width: 992px) {
  .fee .sec2__model-panel--4 {
    padding: 6px 9px 29px 13px;
  }
}
@media screen and (max-width: 992px) {
  .fee .sec2__model-panel-inr {
    transform: scaleX(-1);
    font-size: 1.2rem;
  }
}
.fee .sec2__model-calc {
  width: 50%;
  margin-left: 50px;
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .fee .sec2__model-calc {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
.fee .sec2__model-calc-tx {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.fee .sec2__model-calc-tx--border {
  border-top: 1px solid #00489d;
}
.fee .sec2__model-calc-tx--wrap {
  flex-wrap: wrap;
}
.fee .sec2__model-tx4 {
  line-height: 1;
  padding-left: 50px;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .fee .sec2__model-tx4 {
    padding-left: 30px;
    font-size: 1.2rem;
  }
}
.fee .sec2__model-tx5 {
  line-height: 1;
  padding-left: 50px;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .fee .sec2__model-tx5 {
    padding-left: 30px;
    font-size: 1.2rem;
  }
}
.fee .sec2__model-tx6 {
  padding-left: 50px;
  margin-right: auto;
  position: relative;
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  .fee .sec2__model-tx6 {
    font-size: 1.8rem;
  }
}
.fee .sec2__model-tx6::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -40px;
  left: 0;
  background: url(../img/plusblueicon.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  .fee .sec2__model-tx6--100 {
    width: 100%;
  }
}
.fee .sec2__model-yen {
  width: 50px;
  flex-shrink: 0;
}
.fee .sec2__model-number1 {
  font-size: 2.6rem;
}
.fee .sec2__model-number2 {
  font-size: 3.8rem;
}
.fee .sec2 .price-table {
  margin: 50px auto;
}
@media screen and (max-width: 992px) {
  .fee .sec2 .price-table {
    margin: 20px auto;
  }
}
.fee .sec2 .price-table__th-1 {
  border: 1px solid #00489d;
  background: white;
  text-align: center;
  color: #00489d;
  font-size: 1.8rem;
  width: 150px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 992px) {
  .fee .sec2 .price-table__th-1 {
    font-size: 1.6rem;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.fee .sec2 .price-table__th-1--blue {
  background: #00489d;
  color: white;
}
.fee .sec2 .price-table__th-2 {
  text-align: right;
  color: #00489d;
  font-size: 1.2rem;
  margin-left: 20px;
  margin-right: 20px;
}
.fee .sec2 .price-table__th-3 {
  font-size: 1.6rem;
  text-align: left;
  padding-top: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .fee .sec2 .price-table__th-3 {
    font-size: 1.4rem;
  }
}
.fee .sec2 .price-table__td-number {
  text-align: center;
}
.fee .sec2 .bl_tabContent {
  background: #ebf4ff;
}
.fee .sec2 .bl_tabList {
  display: flex;
  overflow-x: auto;
  scrollbar-width: 50px;
  scrollbar-color: #00489d white;
}
.fee .sec2 .bl_tabList > * {
  flex: 0 0 auto;
}
.fee .sec2 .bl_tabList::-webkit-scrollbar {
  height: 30px;
}
.fee .sec2 .bl_tabList::-webkit-scrollbar-track {
  background: white;
}
.fee .sec2 .bl_tabList::-webkit-scrollbar-thumb {
  background: #00489d;
  border-radius: 4px;
}
.fee .sec2 .bl_tabList li:last-of-type {
  margin-right: 0;
}
.fee .sec2 .bl_tabList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid #00489d;
  padding: 20px 10px;
  transition: 0.3s;
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .fee .sec2 .bl_tabList li a {
    font-size: 1.4rem;
    padding: 10px 5px;
  }
}
.fee .sec2 .bl_tabList li a.active {
  background-color: #00489d;
  color: white;
  cursor: text;
}
.fee .sec2 .bl_tabContent > div {
  padding: 20px;
  display: none;
  overflow-x: auto;
}
.fee .sec2 .bl_tabContent > div.active {
  display: block;
}
.fee .sec2 .bl_tabContent > div > * + * {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .fee .sec2 .hp_displaySP {
    display: none !important;
  }
  .fee .sec2 .bl_tabList li a:not(.active):hover {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .fee .sec2 .hp_displayPC {
    display: none !important;
  }
}
.fee__wrap {
  display: flex;
}
@media screen and (max-width: 992px) {
  .fee__wrap {
    display: block;
  }
}
.fee__wrap .h2__en {
  font-size: 2.8rem;
  padding-top: 20px;
}
.fee__wrap .h2__back {
  font-size: 5rem;
}
.fee__wrap .h2__ja {
  font-size: 1.8rem;
}
.fee__item {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 992px) {
  .fee__item {
    width: 100%;
  }
}
.fee__item:nth-child(n+2) {
  margin-left: 50px;
}
@media screen and (max-width: 992px) {
  .fee__item:nth-child(n+2) {
    margin-left: 0;
    margin-top: 50px;
  }
}
.fee .board-wrap__term {
  width: 70%;
}
@media screen and (max-width: 992px) {
  .fee .board-wrap__term {
    width: 100%;
  }
}
.fee .board-wrap__description {
  width: 30%;
}
@media screen and (max-width: 992px) {
  .fee .board-wrap__description {
    width: 100%;
  }
}
.fee .sec3__otr:nth-child(n+2) {
  margin-top: 50px;
}
.about .sec2__otr {
  clear: both;
  padding-bottom: 20px;
}
.about .sec2__tx-wrap {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .about .sec2__tx-wrap {
    padding-left: 0;
    margin-top: 20px;
  }
}
.about .sec2__img-wrap {
  float: left;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .about .sec2__img-wrap {
    padding: 0;
    float: initial;
    text-align: center;
  }
}
.about .sec2__name-wrap {
  text-align: right;
}
.about .sec2__name {
  display: inline-block;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.6;
}
.about .sec3 .sec__ttl {
  display: inline-block;
  position: relative;
}
.about .sec3 .sec__ttl::after {
  position: absolute;
  top: -25px;
  right: 0;
  display: inline-block;
  width: 17px;
  height: 24px;
  background: url(../img/cat.svg) no-repeat;
  background-size: contain;
  content: "";
}
.about .sec3__wrap {
  display: flex;
}
@media screen and (max-width: 992px) {
  .about .sec3__wrap {
    display: block;
  }
}
.about .sec3__wrap:not(:last-child) {
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .about .sec3__wrap:not(:last-child) {
    padding-bottom: 50px;
  }
}
.about .sec3__wrap:nth-child(even) {
  flex-flow: row-reverse;
}
.about .sec3__wrap:nth-child(even) .sec3__item:nth-child(even) {
  padding-right: 50px;
}
@media screen and (max-width: 992px) {
  .about .sec3__wrap:nth-child(even) .sec3__item:nth-child(even) {
    padding-right: 0;
    padding-top: 20px;
  }
}
.about .sec3__wrap:nth-child(odd) .sec3__item:nth-child(even) {
  padding-left: 50px;
}
@media screen and (max-width: 992px) {
  .about .sec3__wrap:nth-child(odd) .sec3__item:nth-child(even) {
    padding-left: 0;
    padding-top: 20px;
  }
}
.about .sec3__item {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .about .sec3__item {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .about .sec3__item:nth-child(2) {
    text-align: center;
  }
}
.about .sec3 p {
  padding: 10px 0;
}
.about .sec3__inr {
  display: flex;
  margin-top: 20px;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .about .sec3__inr {
    flex-flow: column;
  }
}
@media screen and (max-width: 992px) {
  .about .sec3__inr .sns {
    margin-bottom: 20px;
  }
}
.about .sec4__img-wrap {
  text-align: center;
  padding-bottom: 20px;
}/*# sourceMappingURL=other.css.map */