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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  color: #000;
  word-break: break-all;
  padding-top: 115px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 65px;
  }
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

a:active {
  text-decoration: none;
  color: #000 !important;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

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

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.section__title--en {
  color: #00549F;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .section__title--en {
    font-size: 3.2vw;
    margin-bottom: 10px;
  }
}

.section__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 7.4666666667vw;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 32px 40px;
  z-index: 1000;
  -webkit-backdrop-filter: blur(28px);
          backdrop-filter: blur(28px);
  background-color: rgba(255, 255, 255, 0.8); /* 固定時の背景色など */
}
@media screen and (max-width: 1320px) {
  .header {
    padding: 32px 20px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 4.2666666667vw;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 33.8666666667vw;
  }
}
.header__nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1320px) {
  .header__nav ul {
    gap: 20px;
  }
}
.header__nav ul a {
  font-size: 18px;
  white-space: nowrap;
}
.header__nav ul a:hover {
  opacity: 1;
  text-decoration: underline;
  color: #00549F;
}
@media screen and (max-width: 1320px) {
  .header__nav ul a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__btn {
    display: none;
  }
}

/* ボタンスタイル */
.header__btns {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__btns {
    z-index: 1000;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-bottom-left-radius: 12px;
    background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
  }
}
.header__btns .text {
  font-size: 9px;
  color: #fff;
  font-weight: bold;
}

.header__btns .border {
  display: block;
  width: 24px;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease;
}

/* 開いたときのアイコン変形 */
.header__btns.is-active .border:nth-child(1) {
  transform: translateY(1.5px) rotate(45deg);
}

.header__btns.is-active .border:nth-child(2) {
  transform: translateY(-6px) rotate(-45deg);
}

/* メニュー初期状態 */
.hamburger__menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(28px);
          backdrop-filter: blur(28px);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .hamburger__menu {
    display: block;
  }
}
.hamburger__menu ul {
  padding: 40px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
.hamburger__menu ul a {
  font-size: 16px;
}

/* 開いた状態 */
.hamburger__menu.is-open {
  opacity: 1;
  z-index: 999;
}

/* メニュー内スクロール禁止 */
body.no-scroll {
  overflow: hidden;
}

.footer {
  padding: 110px 40px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
}
@media screen and (max-width: 1320px) {
  .footer {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 10.6666666667vw 6.6666666667vw;
  }
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    display: block;
  }
}
.footer__logo {
  margin-bottom: 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 38.6666666667vw;
    text-align: center;
    margin: 0 auto 24px;
  }
}
.footer__main--text {
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .footer__main--text {
    text-align: center;
    margin-bottom: 24px;
  }
}
.footer__copy {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 12px;
    text-align: center;
  }
}
.footer__nav {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 1320px) {
  .footer__nav {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    display: block;
    border-bottom: 1px solid #fff;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav--menu {
    padding: 6.4vw 4vw;
    border-top: 1px solid #fff;
  }
}
.footer__nav h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .footer__nav h3 {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav ul {
    padding: 0 8px;
  }
}
.footer__nav ul li {
  margin-bottom: 10px;
}
.footer__nav ul a {
  color: #fff;
  font-size: 14px;
}
.footer__nav ul a:hover {
  opacity: 1;
  text-decoration: underline;
}
.footer .top__btn {
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 40px;
}
.footer .top__btn .on {
  display: none;
}
.footer .top__btn .off {
  display: block;
}
.footer .top__btn:hover {
  opacity: 1;
}
.footer .top__btn:hover .on {
  display: block;
}
.footer .top__btn:hover .off {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer .top__btn {
    margin: 0 auto 56px;
    width: 14.9333333333vw;
  }
}

.floating {
  display: none;
}
@media screen and (max-width: 500px) {
  .floating {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 100;
  }
  .floating a:hover {
    opacity: 1;
  }
}

.floating {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.floating.hide {
  opacity: 0;
  visibility: hidden;
}

.fv {
  padding: 40px 40px 85px;
  overflow: hidden;
}
@media screen and (max-width: 1320px) {
  .fv {
    padding: 40px 20px 80px;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    padding: 8.5333333333vw 6.6666666667vw;
  }
}
.fv__inner {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    display: block;
  }
}
.fv__contents {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .fv__contents {
    width: 100%;
  }
  .fv__contents--img {
    text-align: center;
    margin-bottom: 3.7333333333vw;
  }
  .fv__contents--img img {
    width: 90%;
    margin: 0 auto;
  }
}
.fv__title {
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 62px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  position: relative;
}
.fv__title .icon {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .fv__title .icon {
    width: 27.7333333333vw;
  }
}
.fv__title span {
  font-size: 40px;
}
@media screen and (max-width: 1320px) {
  .fv__title span {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .fv__title span {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 1320px) {
  .fv__title {
    font-size: 4.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .fv__title {
    line-height: 1.2;
    font-size: 9.6vw;
    margin-bottom: 6.4vw;
  }
}
.fv__subTitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .fv__subTitle {
    font-size: 3.7333333333vw;
  }
}
.fv__text {
  font-size: 14px;
  margin-bottom: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fv__text {
    font-size: 3.2vw;
    margin-bottom: 4.2666666667vw;
  }
}
.fv__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .fv__btns {
    display: block;
  }
}
.fv__btns a {
  width: 49.2%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 72px;
}
@media screen and (max-width: 768px) {
  .fv__btns a {
    width: 100%;
    margin-bottom: 10px;
  }
}
.fv__img {
  width: 40%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv__img {
    width: 100%;
    display: none;
  }
}

.company {
  padding: 32px 40px;
  background: #F9FDFF;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 4.2666666667vw 0;
  }
}
.company .company__inner {
  width: 100%;
  white-space: nowrap;
  position: relative;
}
.company .company__track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 25s linear infinite;
}
.company .company__track img {
  display: inline-block;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .company .company__track img {
    width: 120%;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.issue {
  background: #F9F9F9;
  padding: 175px 40px 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .issue {
    padding: 21.3333333333vw 6.6666666667vw;
  }
}
.issue__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.issue__img {
  position: absolute;
  right: 0;
  top: 12%;
  width: 65%;
  z-index: 1;
  max-width: 800px;
}
@media screen and (min-width: 1400px) {
  .issue__img {
    max-width: 50%;
  }
}
.issue__img img {
  width: 100%;
}
.issue__img--sp {
  margin-top: 6.4vw;
  border-radius: 12px;
  width: 115%;
  margin-left: -7.5%;
}
.issue__contents {
  max-width: 584px;
  position: relative;
  z-index: 2;
}
.issue__lists {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .issue__lists {
    margin-top: 6.4vw;
  }
}
.issue__list {
  padding: 32px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .issue__list {
    padding: 5.3333333333vw;
  }
}
.issue__list h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .issue__list h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
  }
}
.issue__list ul {
  padding-left: 30px;
}
.issue__list ul li {
  font-size: 18px;
  line-height: 2;
  list-style-type: disc;
}
@media screen and (max-width: 768px) {
  .issue__list ul li {
    font-size: 3.7333333333vw;
  }
}
.issue__bottom {
  margin-top: 50px;
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  line-height: 1.2;
  padding: 40px;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .issue__bottom {
    margin-top: 8.5333333333vw;
    padding: 6.4vw;
    font-size: 6.4vw;
    line-height: 1.4;
  }
}

.about {
  padding: 180px 40px 110px;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 48vw 6.6666666667vw 21.3333333333vw;
    margin-top: -vw(100);
  }
}
.about__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.about__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .about__box {
    display: block;
    margin-bottom: 8.5333333333vw;
  }
}
.about__contents {
  width: 42%;
}
@media screen and (max-width: 1320px) {
  .about__contents {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .about__contents {
    width: 100%;
  }
}
.about__contents h3 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 1320px) {
  .about__contents h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about__contents h3 {
    letter-spacing: -0.05em;
    font-size: 5.3333333333vw;
  }
}
.about__contents p {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .about__contents p {
    font-size: 3.7333333333vw;
  }
}
.about__img {
  width: 58%;
}
@media screen and (max-width: 1320px) {
  .about__img {
    width: 45%;
  }
}
.about__img img {
  transform: scale(1.1) translateX(15%);
}
@media screen and (max-width: 768px) {
  .about__img {
    margin-top: 10.6666666667vw;
    width: 100%;
    transform: scale(1.1);
  }
  .about__img img {
    transform: scale(1.1);
  }
}
.about__lists {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about__lists {
    flex-direction: column;
    gap: 32px;
  }
}
.about__list {
  width: 31%;
  padding: 40px 25px;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .about__list {
    width: 100%;
    padding: 6.4vw;
  }
}
.about__list .point {
  position: absolute;
  top: 40px;
  left: 32px;
}
.about__list--icon {
  text-align: center;
  margin-bottom: 25px;
}
.about__list--title {
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1320px) {
  .about__list--title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .about__list--title {
    font-size: 5.8666666667vw;
  }
}
.about__list h4 {
  text-align: center;
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .about__list h4 {
    font-size: 3.7333333333vw;
  }
}
.about__list p {
  margin-top: 34px;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .about__list p {
    margin-top: 6.4vw;
    font-size: 3.7333333333vw;
  }
}

.industry {
  background: #F9FDFF;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .industry {
    padding: 21.3333333333vw 0 16vw;
  }
}
.industry__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.industry .section__title {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .industry .section__title {
    margin-bottom: 7.4666666667vw;
  }
}
.industry .section__title--en {
  display: block;
  text-align: center;
}
.industry .industry__tableWrap {
  width: 100%;
  overflow: auto;
  padding-bottom: 20px;
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
.industry .industry__tableWrap::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .industry .industry__table {
    min-width: 100%;
    width: 449px;
  }
}

.before_after {
  padding: 130px 40px;
}
@media screen and (max-width: 768px) {
  .before_after {
    padding: 24vw 0;
  }
}
.before_after--inner {
  max-width: 1040px;
  margin: 0 auto;
}
.before_after .section__title {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .before_after .section__title {
    margin-bottom: 6.4vw;
  }
}
.before_after .section__title .min {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .before_after .section__title .min {
    font-size: 6.4vw;
  }
}
.before_after .section__title .color {
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.before_after .section__title--en {
  display: block;
  text-align: center;
}
.before_after--text {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .before_after--text {
    font-size: 3.7333333333vw;
    margin-bottom: 6.4vw;
    text-align: left;
    padding: 0 6.6666666667vw;
  }
}
.before_after--tabsWrap {
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
.before_after--tabsWrap::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1320px) {
  .before_after--tabsWrap {
    padding-bottom: 5px;
  }
}
.before_after--tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 8px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1320px) {
  .before_after--tabs {
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    padding: 0 25px;
    display: flex;
    margin: 0 auto 24px;
    align-items: center;
  }
}
.before_after--tab {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #9D9D9D;
  cursor: pointer;
  border-radius: 48px;
  padding: 15px 0;
  background: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1320px) {
  .before_after--tab {
    font-size: 14px;
    padding: 14px 24px;
  }
}
.before_after--tab span {
  font-size: 12px;
  padding: 5px 6px;
  border-radius: 4px;
  border: 1px solid #9D9D9D;
  margin-left: 8px;
}
@media screen and (max-width: 1320px) {
  .before_after--tab span {
    font-size: 10px;
    padding: 3px;
  }
}
.before_after--tab.active {
  color: #fff;
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
}
.before_after--tab.active span {
  border: 1px solid #fff;
}
.before_after--contents {
  display: none;
  padding: 54px 60px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .before_after--contents {
    width: 90%;
    margin: 0 auto;
    padding: 8.5333333333vw 6.4vw;
  }
}
.before_after--contents.show {
  display: block;
  animation: fade 0.5s ease;
}
@keyframes fade {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.before_after--contents h3 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .before_after--contents h3 {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
.before_after--contents .box {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .before_after--contents .box {
    margin-bottom: 6.4vw;
  }
}
.before_after--contents .box img {
  width: 100%;
}
.before_after--contents .text {
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .before_after--contents .text {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}

.ashirai {
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
  padding: 30px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ashirai {
    padding: 2.6666666667vw;
    font-size: 8.5333333333vw;
  }
}

.case {
  padding: 150px 40px;
}
@media screen and (max-width: 768px) {
  .case {
    padding: 24vw 6.6666666667vw;
  }
}
.case__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.case .section__title {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .case .section__title {
    margin-bottom: 6.4vw;
  }
}
.case .section__title .min {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .case .section__title .min {
    font-size: 6.4vw;
  }
}
.case .section__title .color {
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.case .section__title--en {
  display: block;
  text-align: center;
}
.case__text {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .case__text {
    text-align: left;
    font-size: 3.7333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.case__img + .case__img {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .case__img + .case__img {
    margin-top: 26.6666666667vw;
  }
}

.tool {
  background: #0094D4;
  padding: 150px 40px;
}
@media screen and (max-width: 768px) {
  .tool {
    padding: 24vw 5.3333333333vw;
  }
}
.tool__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.tool .section__title {
  text-align: center;
  color: #fff;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .tool .section__title {
    margin-bottom: 6.4vw;
  }
}
.tool .section__title .min {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .tool .section__title .min {
    font-size: 6.4vw;
  }
}
.tool .section__title .color {
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tool .section__title--en {
  color: #fff;
  display: block;
  text-align: center;
}
.tool p {
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .tool p {
    font-size: 3.2vw;
  }
}
.tool__item {
  margin-top: 50px;
}
.tool__item--title {
  margin-bottom: 32px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .tool__item--title {
    font-size: 4.8vw;
    margin-bottom: 20px;
  }
}
.tool__item--title span {
  padding: 4px 4px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  margin-left: 8px;
}
.tool__item--lists {
  background: #fff;
  padding: 24px 50px;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px;
}
@media screen and (max-width: 768px) {
  .tool__item--lists {
    padding: 25px 0;
  }
}
.tool__item--list {
  width: 184px;
}
@media screen and (max-width: 768px) {
  .tool__item--list {
    width: 48%;
  }
}
.tool__item .column4 {
  gap: 2px 24px;
}
@media screen and (max-width: 768px) {
  .tool__item .column4 {
    gap: 2px;
  }
}
.tool__table table {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .tool__table table {
    margin-bottom: 0;
  }
}
.tool__table table thead th {
  text-align: left;
  background: #DEEFF6;
  padding: 14px 20px;
  box-sizing: border-box;
  font-weight: bold;
  border: 2px solid #0094D4;
  border-top-left-radius: 12px;
}
@media screen and (max-width: 768px) {
  .tool__table table thead th {
    width: 15%;
    font-size: 14px;
    padding: 14px 16px;
  }
}
.tool__table table thead td {
  font-weight: bold;
  text-align: center;
  border: 2px solid #0094D4;
  box-sizing: border-box;
  padding: 14px 20px;
  background: #DEEFF6;
}
@media screen and (max-width: 768px) {
  .tool__table table thead td {
    text-align: left;
    width: 20%;
    font-size: 14px;
    padding: 14px 16px;
  }
}
.tool__table table thead td:nth-child(3) {
  border-top-right-radius: 12px;
}
@media screen and (max-width: 768px) {
  .tool__table table thead td:nth-child(3) {
    width: 65%;
  }
}
.tool__table table tbody th {
  text-align: left;
  background: #DEEFF6;
  padding: 14px 20px;
  box-sizing: border-box;
  font-weight: bold;
  border: 2px solid #0094D4;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .tool__table table tbody th {
    font-size: 14px;
    padding: 14px 16px;
    vertical-align: top;
    line-height: 1.3;
  }
}
.tool__table table tbody th span {
  display: inline-block;
  padding: 6px;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .tool__table table tbody th span {
    font-size: 12px;
  }
}
.tool__table table tbody th.br {
  border-bottom-left-radius: 12px;
}
.tool__table table tbody td {
  background: #fff;
  border: 2px solid #0094D4;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .tool__table table tbody td {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.tool__table table tbody td span {
  display: block;
  text-align: center;
}
.tool__table table tbody td:last-child {
  padding: 14px 16px;
  box-sizing: border-box;
}
.tool__table table tbody td.br {
  border-bottom-right-radius: 12px;
}
.tool .tool__tableWrap {
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
.tool .tool__tableWrap::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .tool .tool__tableWrap {
    padding: 0 25px 20px;
  }
}
@media screen and (max-width: 768px) {
  .tool .tool__table {
    min-width: 100%;
    width: 785px;
  }
}

.comparison {
  padding: 150px 40px;
}
@media screen and (max-width: 768px) {
  .comparison {
    padding: 24vw 0vw 16vw;
  }
}
.comparison__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.comparison__text {
  font-size: 14px;
  margin-bottom: 32px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .comparison__text {
    font-size: 3.2vw;
    margin-bottom: 4.2666666667vw;
  }
}
.comparison .section__title {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .comparison .section__title {
    margin-bottom: 10.6666666667vw;
  }
}
.comparison .section__title .min {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .comparison .section__title .min {
    font-size: 6.4vw;
  }
}
.comparison .section__title .color {
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.comparison .section__title--en {
  display: block;
  text-align: center;
}
.comparison .comparison__table {
  width: 100%;
  overflow: auto;
  padding-bottom: 20px;
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
.comparison .comparison__table::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .comparison .comparison__table--wrap {
    min-width: 100%;
    width: 618px;
  }
}

.flow {
  background: #F7F7F7;
  padding: 150px 40px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 24vw 6.6666666667vw;
  }
}
.flow__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.flow .section__title {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .flow .section__title {
    margin-bottom: 10.6666666667vw;
  }
}
.flow .section__title .min {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .flow .section__title .min {
    font-size: 6.4vw;
  }
}
.flow .section__title .color {
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flow .section__title--en {
  display: block;
  text-align: center;
}
.flow__text {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .flow__text {
    font-size: 3.4666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.flow__lists {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .flow__lists {
    gap: 12px;
  }
}
.flow__lists::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  z-index: -1;
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
  display: block;
  left: 80px;
  top: 0;
}
@media screen and (max-width: 1320px) {
  .flow__lists::after {
    left: 70px;
  }
}
@media screen and (max-width: 768px) {
  .flow__lists::after {
    left: 52px;
  }
}
.flow__list {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 24px 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .flow__list {
    padding: 24px;
    display: block;
  }
}
.flow__list--title {
  width: 30%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.flow__list--title h3 {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 1320px) {
  .flow__list--title h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .flow__list--title h3 {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 1320px) {
  .flow__list--title {
    font-size: 20px;
  }
  .flow__list--title .step {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .flow__list--title {
    width: 100%;
    margin-bottom: 16px;
    font-size: 6.4vw;
  }
  .flow__list--title .step {
    width: 56px;
  }
}
.flow__list--contents {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .flow__list--contents {
    width: 100%;
  }
}
.flow__list--contents h4 {
  color: #00549F;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .flow__list--contents h4 {
    font-size: 4.2666666667vw;
  }
}
.flow__list--contents p {
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .flow__list--contents p {
    font-size: 3.7333333333vw;
  }
}

.faq {
  padding: 150px 40px;
  background: #F9FDFF;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 24vw 6.6666666667vw;
  }
}
.faq__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.faq .section__title {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .faq .section__title {
    margin-bottom: 6.4vw;
  }
}
.faq .section__title .min {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .faq .section__title .min {
    font-size: 6.4vw;
  }
}
.faq .section__title .color {
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq .section__title--en {
  display: block;
  text-align: center;
}
.faq__text {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .faq__text {
    font-size: 3.7333333333vw;
    margin-bottom: 6.4vw;
  }
}
.faq__lists {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq__list {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .faq__list {
    padding: 0 20px;
  }
}
.faq__list--title {
  font-size: 20px;
  font-weight: bold;
  color: #00549F;
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #666359;
}
@media screen and (max-width: 768px) {
  .faq__list--title {
    align-items: flex-start;
  }
}
.faq__list--title span {
  margin-right: 8px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .faq__list--title span {
    width: 25px;
    line-height: 1.4;
    padding-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .faq__list--title {
    font-size: 4.8vw;
    padding: 20px 5px;
    line-height: 1.4;
  }
}
.faq__list--text {
  padding: 24px 34px;
  color: #666359;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .faq__list--text {
    padding: 20px 0;
    font-size: 3.7333333333vw;
  }
}

.contact {
  padding: 120px 40px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 24vw 6.6666666667vw;
  }
}
.contact__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.contact .section__title {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .contact .section__title {
    margin-bottom: 6.4vw;
  }
}
.contact .section__title .min {
  font-size: 32px;
}
.contact .section__title .color {
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact .section__title--en {
  display: block;
  text-align: center;
}
.contact__text {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contact__text {
    font-size: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
.contact__form {
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 55px;
}
@media screen and (max-width: 768px) {
  .contact__form {
    padding: 32px 20px;
  }
}
.contact__form table {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .contact__form table {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__form table tr {
    display: flex;
    flex-direction: column;
  }
}
.contact__form table th {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  width: 30%;
  box-sizing: border-box;
  line-height: 1.5;
}
@media screen and (max-width: 1320px) {
  .contact__form table th {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .contact__form table th {
    width: 100%;
    font-size: 14px;
    padding-bottom: 8px;
  }
}
.contact__form table th span {
  font-size: 12px;
  color: #8E8E8E;
}
.contact__form table th .icon {
  font-size: 10px;
  vertical-align: top;
  color: red;
}
.contact__form table th .required {
  padding: 4px 4px;
  display: inline-block;
  color: #fff;
  background: #E45561;
  font-size: 12px;
  border-radius: 2px;
  margin-right: 8px;
  display: none;
}
@media screen and (max-width: 768px) {
  .contact__form table th .required {
    display: inline-block;
    margin-left: 8px;
  }
}
.contact__form table td {
  padding: 12px 0;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .contact__form table td {
    padding: 0 0 16px;
    width: 100%;
  }
}
.contact__form table td .required {
  padding: 4px 4px;
  display: inline-block;
  color: #fff;
  background: #E45561;
  font-size: 12px;
  border-radius: 2px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .contact__form table td .required {
    display: none;
  }
}
.contact__form table td p {
  display: inline-block;
  width: 92%;
}
@media screen and (max-width: 1320px) {
  .contact__form table td p {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .contact__form table td p {
    width: 100%;
    display: block;
  }
}
.contact__form table td input {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  height: 56px;
  border: 1px solid #CCCCCC;
  background: #FAFAFA;
  border-radius: 4px;
  padding: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contact__form table td input {
    height: 48px;
  }
}
.contact__form table td input::-moz-placeholder {
  color: #CCCCCC;
}
.contact__form table td input::placeholder {
  color: #CCCCCC;
}
.contact__form table td select {
  font-family: "Noto Sans JP", sans-serif;
  width: 238px;
  height: 56px;
  box-sizing: border-box;
  padding: 16px;
  border: 1px solid #CCCCCC;
  background: #FAFAFA;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/icon_arrow_bottom.svg);
  background-repeat: no-repeat;
  background-position: 92%;
  background-size: 12px;
}
@media screen and (max-width: 768px) {
  .contact__form table td select {
    height: 48px;
    padding: 12px;
  }
}
.contact .flex {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contact .flex {
    gap: 12px;
  }
}
.contact__radio {
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .contact__radio {
    font-size: 12px;
  }
}
.contact__radio input {
  width: 24px !important;
  height: 24px !important;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .contact__radio input {
    width: 20px !important;
    height: 20px !important;
  }
}
.contact__check {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .contact__check {
    font-size: 14px;
  }
}
.contact__check input {
  width: 24px;
  height: 24px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .contact__check input {
    width: 20px;
    height: 20px;
  }
}
.contact__submit {
  max-width: 416px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .contact__submit {
    margin: 0 auto 16px;
  }
}
.contact__submit input {
  width: 100%;
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 48px;
  height: 72px;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact__submit input {
    height: 56px;
    font-size: 16px;
  }
}
.contact__submit input:hover {
  opacity: 0.8;
}
.contact__policy {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__policy {
    text-align: left;
  }
}
.contact__policy p {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .contact__policy p {
    font-size: 3.2vw;
    text-align: left;
    line-height: 1.5;
  }
}
.contact__policy a {
  text-decoration: underline;
  color: #00549F;
}
@media screen and (max-width: 768px) {
  .contact__policy a {
    font-size: 3.2vw;
  }
}

.fade-in {
  opacity: 0;
  /* 初期状態で透明 */
  transform: translateY(50px);
  /* 下に少しずらす */
  transition: opacity 1s ease, transform 1s ease;
  /* アニメーションの設定 */
}

.fade-in.active {
  opacity: 1;
  /* 表示 */
  transform: translateY(0);
  /* 元の位置 */
}

.thanks {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .thanks {
    padding: 50px 20px;
  }
}
.thanks__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.thanks__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .thanks__title {
    font-size: 20px;
  }
}
.thanks__text {
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks__text {
    text-align: left;
  }
}

.topBtn {
  text-align: center;
  height: 58px;
  width: 240px;
  line-height: 58px;
  border-radius: 90px;
  display: block;
  margin: 50px auto 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
}

.price {
  padding: 150px 40px;
  background: #F9FDFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price {
    padding: 24vw 0vw;
  }
}
.price__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.price__table {
  margin-top: 40px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .price__table {
    width: 100%;
    overflow: auto;
    padding: 0 5.3333333333vw 2.6666666667vw;
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
  }
  .price__table::-webkit-scrollbar {
    display: none;
  }
}
.price__table table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .price__table table {
    width: -moz-max-content;
    width: max-content;
  }
}
.price__table table thead th,
.price__table table thead td {
  background: #0094D4;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .price__table table thead th,
  .price__table table thead td {
    font-size: 14px;
    padding: 15px;
  }
}
.price__table table thead th {
  border-top-left-radius: 12px;
}
.price__table table thead td:last-child {
  border-top-right-radius: 12px;
}
.price__table table tbody th {
  background: #0094D4;
  color: #fff;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .price__table table tbody th {
    font-size: 14px;
    padding: 15px;
  }
}
.price__table table tbody th span {
  font-size: 12px;
}
.price__table table tbody th.border {
  border-bottom-left-radius: 12px;
}
.price__table table tbody td {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: #DEEFF6;
}
@media screen and (max-width: 768px) {
  .price__table table tbody td {
    font-size: 14px;
  }
}
.price__table table tbody td span {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  color: #00549F;
}
@media screen and (max-width: 768px) {
  .price__table table tbody td span {
    font-size: 22px;
  }
}
.price__table table tbody td.border {
  border-bottom-right-radius: 12px;
}
.price__text {
  text-align: left;
  font-size: 14px;
  margin-bottom: 70px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .price__text {
    font-size: 12px;
    padding: 0 5.3333333333vw;
    margin-bottom: 40px;
  }
}
.price__btns {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.price__btns .btn {
  max-width: 408px;
}
@media screen and (max-width: 768px) {
  .price__btns {
    align-items: center;
    flex-direction: column;
    gap: 15px;
    padding: 0 5.3333333333vw;
  }
}

.page {
  padding: 120px 40px;
}
@media screen and (max-width: 768px) {
  .page {
    padding: 16vw 5.3333333333vw;
  }
}
.page .inner {
  max-width: 1100px;
  margin: 0 auto;
}
.page .section__title--en {
  text-align: center;
  display: block;
}
.page .section__title {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page .section__title {
    margin-bottom: 10.6666666667vw;
  }
}
.page .policy {
  line-height: 2;
}
.page .policy p {
  margin-bottom: 30px;
}
.page .policy h3 {
  margin-top: 40px;
  margin-bottom: 15px;
}
.page .policy a {
  color: #00549F;
  text-decoration: underline;
}
.page .policy table thead td {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .policy table thead td {
    font-size: 14px;
  }
}
.page .policy table td {
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .page .policy table td {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */