@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 {
  font-size: 32px;
  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: 20px 40px;
  z-index: 1000;
  -webkit-backdrop-filter: blur(28px);
          backdrop-filter: blur(28px);
  background-color: rgba(255, 255, 255, 0.8);
  /* 固定時の背景色など */
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1320px) {
  .header {
    padding: 32px 20px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 4.8vw 4.2666666667vw;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 30.4vw;
  }
}
.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: 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: 130px 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 .btn {
  max-width: 170px;
  display: block;
}

/* 開いた状態 */
.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;
  text-align: center;
}
.floating img {
  max-width: 75%;
}
@media screen and (max-width: 500px) {
  .floating {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 100;
    padding: 10px 0;
  }
  .floating a:hover {
    opacity: 1;
  }
}

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

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

html {
  scroll-padding-top: 120px;
  /* ヘッダーの高さ */
}

.fv {
  padding: 100px 40px 120px;
  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;
  align-items: center;
  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: 100%;
    margin: 0 auto;
    border-radius: 32px;
  }
}
.fv__title {
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 8.8vw;
    line-height: 1.8;
  }
}
.fv__title .line {
  background: #06BC50;
  color: #fff;
  padding: 3px 4px;
  width: -moz-max-content;
  width: max-content;
  -webkit-text-fill-color: #fff;
}
@media screen and (max-width: 768px) {
  .fv__title .line {
    padding: 0 3px;
    margin-bottom: 5px;
  }
}
.fv__title .min {
  font-size: 19.5px;
}
@media screen and (max-width: 768px) {
  .fv__title .min {
    font-size: 4.8vw;
  }
}
.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;
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .fv__btns {
    display: block;
    margin: 8.5333333333vw auto 0;
  }
}
.fv__img {
  width: 54%;
  overflow: hidden;
}
.fv__img img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .fv__img {
    width: 100%;
    display: none;
  }
}

.company {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 0 6.6666666667vw;
  }
}
.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: 17.0666666667vw 0;
  }
}
.issue__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.issue .section__title {
  text-align: center;
}
.issue__contents {
  position: relative;
  z-index: 2;
}
.issue__lists {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@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 32px 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 {
    padding: 7.4666666667vw 8.5333333333vw 8.5333333333vw;
  }
}
.issue__list h3 {
  font-size: 20px;
  font-weight: bold;
  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;
  font-size: 16px;
  color: #4D4D4D;
}
.issue__list ul li span {
  display: 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: 20px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .issue__text {
    font-size: 4.2666666667vw;
  }
}

.about {
  padding: 80px 40px;
  background: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 17.0666666667vw 6.6666666667vw 17.0666666667vw;
  }
}
.about__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.about .section__title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .about .section__title {
    font-size: 8.5333333333vw;
  }
}
.about__subTitle {
  font-size: 24px;
  font-weight: bold;
  color: #1A1A1A;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .about__subTitle {
    font-size: 4.8vw;
    text-align: left;
    margin-bottom: 13.3333333333vw;
  }
}
.about__subTitle span {
  color: #00549F;
}
.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__lists {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .about__lists {
    gap: 24px;
  }
}
.about__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about__list {
    width: 100%;
    display: block;
  }
}
.about__list:nth-of-type(even) {
  flex-direction: row-reverse;
}
.about__list--contents {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .about__list--contents {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.about__list--num {
  font-size: 61px;
  font-weight: bold;
  color: #00549F;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .about__list--num {
    font-size: 14.9333333333vw;
  }
}
.about__list--img {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .about__list--img {
    width: 100%;
  }
}
.about__list--title {
  margin: 16px 0 24px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .about__list--title {
    font-size: 5.3333333333vw;
    margin: 2.6666666667vw 0;
  }
}
.about__list--title span {
  color: #00549F;
}
.about__list p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .about__list p {
    font-size: 3.7333333333vw;
  }
}

.technology {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .technology {
    padding: 17.0666666667vw 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: 8.5333333333vw;
  }
}
.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 {
  padding: 40px;
  background: #EEEEEE;
  border-radius: 32px;
  max-width: 800px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .technology__box {
    padding: 4vw 5.3333333333vw;
    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;
  }
}
.technology__function--title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .technology__function--title {
    font-size: 7.4666666667vw;
    margin-bottom: 6.4vw;
  }
}
.technology__function--lists {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .technology__function--lists {
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
.technology__function--list {
  width: 23.5%;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 24px;
}
@media screen and (max-width: 768px) {
  .technology__function--list {
    width: 48%;
    padding: 6.4vw 4.2666666667vw;
  }
}
.technology__function--list h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .technology__function--list h4 {
    font-size: 4.2666666667vw;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}
.technology__function--list p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .technology__function--list p {
    font-size: 3.2vw;
  }
}
.technology__function--icon {
  margin-bottom: 40px;
  height: 72px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .technology__function--icon {
    margin-bottom: 10px;
    height: 65px;
  }
}

.industry {
  background: #FAFAFA;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .industry {
    padding: 17.0666666667vw 6.6666666667vw;
  }
}
.industry__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.industry .industry__title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 32px;
  color: #00549F;
}
@media screen and (max-width: 768px) {
  .industry .industry__title {
    margin-bottom: 7.4666666667vw;
    font-size: 7.4666666667vw;
    line-height: 1.5;
  }
}
.industry .industry__title--en {
  display: block;
  text-align: center;
}
.industry__text {
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .industry__text {
    font-size: 3.2vw;
  }
}
.industry__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .industry__box {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 6.4vw;
  }
}
.industry__item {
  width: 48%;
  background: #fff;
  border-radius: 32px;
  padding: 24px 32px;
}
@media screen and (max-width: 768px) {
  .industry__item {
    width: 100%;
    padding: 6.4vw;
  }
}
.industry__item--title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .industry__item--title {
    font-size: 4.8vw;
  }
}
.industry__item--title span {
  font-size: 24px;
  color: #00549F;
}
@media screen and (max-width: 768px) {
  .industry__item--title span {
    font-size: 5.3333333333vw;
  }
}
.industry__item--subTitle {
  width: -moz-max-content;
  width: max-content;
  border-radius: 4px;
  background: #0094D4;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 4px;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .industry__item--subTitle {
    font-size: 3.2vw;
  }
}
.industry__item--text {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .industry__item--text {
    font-size: 3.2vw;
  }
}
.industry__item--text span {
  font-weight: bold;
  color: #00549F;
}
.industry__img img {
  width: 100%;
}

.efficient {
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .efficient {
    padding: 17.0666666667vw 6.6666666667vw;
  }
}
.efficient__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.efficient .section__title {
  font-size: 48px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .efficient .section__title {
    font-size: 8.5333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.efficient__lists {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .efficient__lists {
    gap: 40px;
  }
}
.efficient__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .efficient__list {
    width: 100%;
    display: block;
  }
}
.efficient__list:nth-of-type(even) {
  flex-direction: row-reverse;
}
.efficient__list--contents {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .efficient__list--contents {
    width: 100%;
    margin-bottom: 4.2666666667vw;
  }
}
.efficient__list--en {
  font-size: 13px;
  font-weight: bold;
  color: #00549F;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .efficient__list--en {
    font-size: 3.4666666667vw;
  }
}
.efficient__list--img {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .efficient__list--img {
    width: 100%;
  }
}
.efficient__list--title {
  margin: 16px 0 24px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .efficient__list--title {
    font-size: 5.3333333333vw;
  }
}
.efficient__list--title span {
  color: #00549F;
}
.efficient__list p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .efficient__list p {
    font-size: 3.2vw;
  }
}

.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;
}
.ashirai a {
  max-width: 250px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .ashirai {
    padding: 4vw;
    font-size: 8.5333333333vw;
  }
}

.automation {
  padding: 80px 40px 0;
}
@media screen and (max-width: 768px) {
  .automation {
    padding: 17.0666666667vw 6.6666666667vw 0;
  }
}
.automation__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.automation .section__title {
  font-size: 32px;
  text-align: center;
  color: #00549F;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .automation .section__title {
    font-size: 6.4vw;
  }
}
.automation__text {
  text-align: center;
  line-height: 1.7;
  font-size: 14px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .automation__text {
    text-align: left;
    font-size: 3.2vw;
    margin-bottom: 6.4vw;
  }
}
.automation__img {
  position: relative;
}
.automation__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
}

/* モーダルの基本スタイル */
.modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* 表示時 */
.modal.is-active {
  display: flex;
}

/* モーダル内画像：ピンチズーム許可 */
.modal img {
  max-width: 90%;
  max-height: 100%;
  width: auto;
  margin: 0 auto;
  height: auto;
  touch-action: none;
  /* ズーム、パンを有効化 */
  -o-object-fit: contain;
     object-fit: contain;
}

.price {
  padding: 60px 40px 80px;
}
@media screen and (max-width: 768px) {
  .price {
    padding: 12.8vw 6.6666666667vw 17.0666666667vw;
  }
}
.price__inner {
  max-width: 800px;
  padding: 40px;
  margin: 0 auto;
  border-radius: 32px;
  background: linear-gradient(90deg, #00549F 0%, #0094D4 40%, #00D3BD 80%);
}
@media screen and (max-width: 768px) {
  .price__inner {
    padding: 8.5333333333vw 10.6666666667vw;
  }
}
.price .section__title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .price .section__title {
    font-size: 6.4vw;
  }
}
.price__text {
  text-align: center;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 32px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .price__text {
    font-size: 3.2vw;
    text-align: left;
    margin-bottom: 8.5333333333vw;
  }
}
.price__btn {
  max-width: 250px;
  margin: 0 auto;
  display: block;
}

.faq {
  padding: 80px 40px;
  background: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 17.0666666667vw 6.6666666667vw;
  }
}
.faq__inner {
  max-width: 800px;
  margin: 0 auto;
}
.faq .section__title {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .faq .section__title {
    font-size: 6.4vw;
    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: 42px;
}
@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;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .faq__list {
    padding: 0 20px;
  }
}
.faq__list--title {
  font-size: 18px;
  font-weight: bold;
  color: #00549F;
  display: flex;
  align-items: center;
  padding: 30px 0 20px;
}
@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;
    line-height: 1.4;
  }
}
.faq__list--text {
  padding: 0 34px 24px;
  color: #666359;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .faq__list--text {
    padding: 0 0 20px;
    font-size: 3.7333333333vw;
  }
}

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

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

.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 */