@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;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 67px;
  }
}
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;
}
.section__title span {
  color: #00549F;
}
@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: 16px 40px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .header {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 3.7333333333vw 4.2666666667vw;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 26.1333333333vw;
  }
}
.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: 14px;
  white-space: nowrap;
}
.header__nav ul a:hover {
  opacity: 1;
  text-decoration: underline;
  color: #00549F;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__btn {
    display: none;
  }
}
.header .btns {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header .btns .header__btn img {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  transition: 0.3s ease;
}
.header .btns .header__btn:hover {
  opacity: 1;
}
.header .btns .header__btn:hover img {
  box-shadow: none;
}

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

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

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

.header__btns.is-active .border:nth-child(2) {
  transform: translateY(-2px) 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 .btns .btn {
  display: block;
  margin-bottom: 15px;
}
.hamburger__menu .btns .btn img {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  transition: 0.3s ease;
}
.hamburger__menu .btns .btn:hover img {
  box-shadow: none;
}

/* 開いた状態 */
.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: flex;
    position: fixed;
    align-items: center;
    justify-content: space-between;
    bottom: 20px;
    left: 50%;
    width: 100%;
    gap: 15px;
    padding: 0 15px;
    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: 0 40px 120px;
  overflow: hidden;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .fv {
    padding: 4.2666666667vw 0 0;
    margin-bottom: 10.6666666667vw;
  }
}
.fv__inner {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    max-width: 100%;
    display: block;
  }
}
.fv__contents {
  width: 58%;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1320px) {
  .fv__contents {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .fv__contents {
    width: 100%;
    padding: 0;
    position: unset;
  }
  .fv__contents--img {
    text-align: center;
    margin-bottom: 3.7333333333vw;
    height: auto;
    border-radius: 24px;
  }
  .fv__contents--img img {
    width: 100%;
    margin: 0 auto;
    border-radius: 32px;
  }
  .fv__contents--img video {
    height: auto;
    width: 100%;
    border-radius: 24px;
  }
}
.fv__title {
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 58px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 9.6vw;
    padding: 0 5.8666666667vw;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.fv__title .min {
  font-size: 19.5px;
  color: #0094D4;
}
@media screen and (max-width: 768px) {
  .fv__title .min {
    font-size: 4.2666666667vw;
  }
}
.fv__title .min span {
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 16px;
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  border: 1px solid #00549F;
}
@media screen and (max-width: 768px) {
  .fv__title .min span {
    margin-right: 10px;
    padding: 4px 6px;
  }
}
.fv__text {
  font-size: 12px;
  margin-bottom: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fv__text {
    font-size: 3.2vw;
    margin-bottom: 4.2666666667vw;
    padding: 0 6.6666666667vw;
  }
}
.fv .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 256px;
}
.fv .btn img {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  transition: 0.3s ease;
}
.fv .btn:hover {
  opacity: 1;
}
.fv .btn:hover img {
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .fv .btn {
    display: block;
    margin: 8.5333333333vw auto 0;
  }
}
.fv__img {
  width: 65%;
  margin-left: auto;
  overflow: hidden;
  height: 700px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}
.fv__img img {
  vertical-align: bottom;
}
.fv__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1320px) {
  .fv__img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .fv__img {
    width: 100%;
    display: none;
  }
}

.company {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 0;
  }
}
.company .company__inner {
  width: 100%;
  white-space: nowrap;
  position: relative;
  background: #F8F8F8;
  overflow: hidden;
  max-width: 1040px;
  border-radius: 16px;
  padding: 32px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .company .company__inner {
    padding: 6.4vw 0;
    border-radius: 0;
  }
}
.company .company__track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 30s linear infinite;
}
@media screen and (max-width: 768px) {
  .company .company__track {
    animation: scroll-left 30s linear infinite;
  }
}
.company .company__track img {
  display: inline-block;
  width: auto;
  height: 64px;
  margin: 0 5px;
  max-width: unset;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.issue {
  padding: 80px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .issue {
    padding: 14.9333333333vw 0;
  }
}
.issue__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.issue .section__title {
  text-align: center;
}
.issue .section__title span {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .issue .section__title span {
    font-size: 5.3333333333vw;
    line-height: 1.2;
  }
}
.issue__contents {
  position: relative;
  z-index: 2;
}
.issue__lists {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  margin-top: 40px;
}
@media screen and (max-width: 1320px) {
  .issue__lists {
    margin-top: 8.5333333333vw;
    width: -moz-max-content;
    width: max-content;
    gap: 16px;
  }
}
.issue__listsWrap {
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.issue__listsWrap::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1320px) {
  .issue__listsWrap {
    padding: 0 6.6666666667vw;
  }
}
.issue__list {
  padding: 28px 20px 32px;
  background: #E5E5E5;
  border-radius: 16px;
  width: 32%;
}
@media screen and (max-width: 1320px) {
  .issue__list {
    width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .issue__list {
    width: 300px;
    padding: 7.4666666667vw 5.3333333333vw 8.5333333333vw;
  }
}
.issue__list h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 18px;
  color: #4D4D4D;
}
@media screen and (max-width: 768px) {
  .issue__list h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 3.2vw;
  }
}
.issue__list ul li {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  line-height: 1.4;
  font-size: 16px;
  color: #4D4D4D;
}
.issue__list ul li span {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-top: 8px;
  padding: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
}
@media screen and (max-width: 768px) {
  .issue__list ul li {
    font-size: 3.7333333333vw;
  }
}
.issue__list ul li + li {
  margin-top: 4px;
}
.issue__subTitle {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #1A1A1A;
  margin-bottom: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .issue__subTitle {
    font-size: 7.4666666667vw;
  }
}
.issue__subTitle span {
  color: #00549F;
}
.issue__text {
  font-size: 12px;
  line-height: 1.7;
  max-width: 800px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .issue__text {
    font-size: 3.2vw;
    padding: 0 6.6666666667vw;
  }
}
.issue.issue02 .issue__list {
  background: #0094D4;
}
.issue.issue02 .issue__list h3 {
  color: #fff;
}

.about {
  padding: 80px 40px 80px;
  background: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 17.0666666667vw 6.6666666667vw;
  }
  .about .section__title {
    text-align: center;
  }
}
.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: 48%;
}
@media screen and (max-width: 768px) {
  .about__contents {
    width: 100%;
  }
}
.about__contents h3 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 24px;
}
.about__contents h3 span {
  color: #00549F;
}
@media screen and (max-width: 768px) {
  .about__contents h3 {
    letter-spacing: -0.05em;
    font-size: 4.8vw;
  }
}
.about__img {
  width: 52%;
}
@media screen and (max-width: 1320px) {
  .about__img {
    width: 45%;
  }
}
.about__img video {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about__img {
    margin-top: 10.6666666667vw;
    width: 100%;
  }
}
.about__bottom {
  background: #fff;
  border-radius: 16px;
  padding: 24px 40px 32px;
}
@media screen and (max-width: 768px) {
  .about__bottom {
    padding: 6.4vw;
  }
}
.about__bottom--text {
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .about__bottom--text {
    margin-bottom: 6.4vw;
    line-height: 1.5;
    font-size: 4.2666666667vw;
  }
}

.structure {
  padding: 50px 40px 80px;
}
@media screen and (max-width: 768px) {
  .structure {
    padding: 12.8vw 6.6666666667vw;
  }
}
.structure__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.structure__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .structure__box {
    flex-direction: column;
    margin-bottom: 14.9333333333vw;
  }
}
.structure__contents {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .structure__contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .structure__contents .section__title {
    text-align: center;
  }
}
.structure__contents .section__title span {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .structure__contents .section__title span {
    font-size: 5.3333333333vw;
  }
}
.structure__img {
  width: 45%;
}
.structure__img video {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .structure__img {
    width: 90%;
    margin-top: 5.3333333333vw;
  }
}
.structure__lists {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.structure__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .structure__list {
    flex-direction: column-reverse;
  }
}
.structure__list:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .structure__list:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
.structure__list--img {
  width: 50%;
  position: relative;
}
.structure__list--img video {
  width: 100%;
  border-radius: 35px;
}
.structure__list--img .img {
  position: absolute;
  left: 14%;
  top: 47%;
  transform: translateY(-50%);
  width: 38%;
}
@media screen and (max-width: 768px) {
  .structure__list--img {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
.structure__list--contents {
  width: 50%;
  padding: 0 6%;
}
@media screen and (max-width: 768px) {
  .structure__list--contents {
    width: 100%;
    padding: 0;
  }
}
.structure__list--num {
  font-weight: bold;
  font-size: 48px;
  color: #00549F;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .structure__list--num {
    font-size: 12.8vw;
  }
}
.structure__list--num span {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
  border-radius: 4px;
  padding: 6px 8px;
}
@media screen and (max-width: 768px) {
  .structure__list--num span {
    font-size: 5.3333333333vw;
  }
}
.structure__list--title {
  font-size: 20px;
  font-weight: bold;
  color: #00549F;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .structure__list--title {
    font-size: 5.3333333333vw;
  }
}
.structure__list p {
  font-size: 12px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .structure__list p {
    font-size: 3.2vw;
  }
}

.technology {
  padding: 80px 40px;
  background: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .technology {
    padding: 14.9333333333vw 6.6666666667vw;
  }
}
.technology__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.technology .section__title {
  text-align: center;
  margin-bottom: 12px;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .technology .section__title {
    font-size: 7.4666666667vw;
  }
}
.technology__subTitle {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #00549F;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .technology__subTitle {
    font-size: 5.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.technology__box {
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .technology__box {
    margin-bottom: 6.4vw;
    border-radius: 14px;
  }
}
.technology__img {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .technology__img {
    margin-bottom: 5.3333333333vw;
  }
}
.technology__text {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .technology__text {
    font-size: 3.2vw;
  }
}

.ashirai {
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
  padding: 15px 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;
  }
}
.ashirai a {
  max-width: 250px;
  margin: 0 auto;
  display: block;
}
.ashirai a img {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  transition: 0.3s ease;
}
.ashirai a:hover {
  opacity: 1;
}
.ashirai a:hover img {
  box-shadow: none;
}

.case {
  padding: 80px 40px;
  background: #F7F7F7;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .case {
    padding: 24vw 6.6666666667vw;
  }
}
.case__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.case__btn {
  max-width: 200px;
  margin: 40px auto 0;
  display: block;
}
.case__btn img {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  transition: 0.3s ease;
}
.case__btn:hover {
  opacity: 1;
}
.case__btn:hover img {
  box-shadow: none;
}
.case .swiper-button-prev {
  left: -40px;
}
@media screen and (max-width: 768px) {
  .case .swiper-button-prev {
    left: -10px;
  }
}
.case .swiper-button-next {
  right: -40px;
}
@media screen and (max-width: 768px) {
  .case .swiper-button-next {
    right: -10px;
  }
}
.case .swiper-button-prev:after,
.case .swiper-rtl .swiper-button-next:after {
  display: none;
}
.case .swiper-button-next:after,
.case .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.case__slider {
  position: relative;
  margin-bottom: 40px;
}
.case__slider .swiper-slide {
  background: #fff;
  padding: 24px 32px;
  border-radius: 32px;
  height: auto;
}
.case__slider .swiper-slideWrap {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .case__slider .swiper-slide {
    padding: 6.4vw 8.5333333333vw;
  }
}
.case__slider .swiper-slide h3 {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .case__slider .swiper-slide h3 {
    font-size: 5.3333333333vw;
  }
}
.case__slider .swiper-slide h3 span {
  font-size: 24px;
  color: #00549F;
}
@media screen and (max-width: 768px) {
  .case__slider .swiper-slide h3 span {
    font-size: 6.4vw;
  }
}
.case__slider .swiper-slide .tag {
  width: -moz-max-content;
  width: max-content;
  display: block;
  background: #0094D4;
  padding: 6px 4px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border-radius: 4px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .case__slider .swiper-slide .tag {
    font-size: 3.2vw;
  }
}
.case__slider .swiper-slide p {
  font-size: 12px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .case__slider .swiper-slide p {
    font-size: 3.2vw;
  }
}
.case .section__title {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .case .section__title {
    margin-bottom: 6.4vw;
  }
}
.case__text {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 40px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .case__text {
    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: 80px 40px;
}
@media screen and (max-width: 768px) {
  .tool {
    padding: 14.9333333333vw 6.6666666667vw;
  }
}
.tool__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.tool .section__title {
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .tool .section__title {
    margin-bottom: 6.4vw;
  }
}
.tool__text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tool__text {
    font-size: 3.4666666667vw;
  }
}
.tool__item {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .tool__item {
    margin-top: 6.4vw;
  }
}
.tool__item--box {
  display: flex;
  justify-content: space-between;
}
.tool__item--box .tool__item {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .tool__item--box .tool__item {
    width: 48%;
  }
}
.tool__item--title {
  margin-bottom: 15px;
  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.2666666667vw;
    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;
}
@media screen and (max-width: 768px) {
  .tool__item--title span {
    font-size: 3.2vw;
  }
}
.tool__text2 {
  text-align: left;
  margin-top: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .tool__text2 {
    font-size: 3.2vw;
  }
}

.flow {
  background: #F7F7F7;
  padding: 80px 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: 16px;
}
@media screen and (max-width: 768px) {
  .flow .section__title {
    margin-bottom: 10.6666666667vw;
  }
}
.flow__text {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@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: 80px 40px;
  background: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 14.9333333333vw 6.6666666667vw;
  }
}
.faq__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.faq .section__title {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .faq .section__title {
    margin-bottom: 6.4vw;
  }
}
.faq__text {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 40px;
}
@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 0;
}
@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.2666666667vw;
    padding: 20px 5px 0;
    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: 10px 0 20px;
    font-size: 3.7333333333vw;
  }
}

.news {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 14.9333333333vw 6.6666666667vw;
  }
}
.news__inner {
  max-width: 1040px;
  background: #F7F7F7;
  margin: 0 auto;
  padding: 56px 70px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .news__inner {
    padding: 10.6666666667vw 6.4vw;
  }
}
.news__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news__box > .news__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .news__box {
    display: block;
  }
  .news__box > .news__btn {
    display: block;
    margin: 0 auto;
  }
}
.news__title .section__title {
  font-size: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .news__title .section__title {
    font-size: 7.4666666667vw;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .news__title .news__btn {
    display: none;
  }
}
.news__btn {
  display: block;
  max-width: 145px;
}
.news__btn img {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  transition: 0.3s ease;
}
.news__btn:hover {
  opacity: 1;
}
.news__btn:hover img {
  box-shadow: none;
}
.news__lists {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .news__lists {
    width: 100%;
    margin-bottom: 8.5333333333vw;
  }
}
.news__list {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .news__list {
    display: block;
  }
}
.news__list--date {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news__list--date {
    margin-bottom: 10px;
  }
}
.news__list--title {
  font-size: 14px;
  line-height: 1.5;
}
.news__list + .news__list {
  margin-top: 24px;
}

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

.fade-in.fade {
  opacity: 0;
  /* 初期状態で透明 */
  transform: translateY(50px);
  /* 下に少しずらす */
  transition: opacity 1.5s 1s ease, transform 1.5s 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: 80px 40px;
}
@media screen and (max-width: 768px) {
  .price {
    padding: 14.9333333333vw 0vw;
  }
}
.price__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.price .section__title {
  text-align: center;
}
.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;
  vertical-align: middle;
  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: 40px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .price__text {
    font-size: 2.6666666667vw;
    padding: 0 5.3333333333vw;
    margin-bottom: 40px;
  }
}
.price__btns {
  max-width: 260px;
  margin: 0 auto;
}
.price__btns img {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  transition: 0.3s ease;
}
.price__btns:hover {
  opacity: 1;
}
.price__btns:hover img {
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .price__btns {
    align-items: center;
    flex-direction: column;
    gap: 15px;
  }
}

.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;
  }
}

.contact {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 17.0666666667vw 6.6666666667vw;
  }
}
.contact__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.contact .section__title {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .contact .section__title {
    font-size: 6.4vw;
    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: 42px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .contact__text {
    font-size: 3.2vw;
    text-align: left;
    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 .checkbox {
  margin: 20px 0 40px;
}
.contact .checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
  font-size: 14px;
}
.contact .checkbox label input {
  width: 20px;
  height: 20px;
  margin: 0;
}
.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;
  }
}/*# sourceMappingURL=style.css.map */