@charset "UTF-8";
/* ===========================
   変数管理
=========================== */
/* ===========================
   リセットCSS (Normalize風)
=========================== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  width: 100%;
  min-height: 100%;
}

body {
  font-family: "DM Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fff;
  color: #282e48;
  height: 100%;
  line-height: 1.5;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

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

/* ===========================
   基本スタイル
=========================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  color: #282e48;
}

.button {
  background-color: #ca0a1d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.button:hover {
  background-color: #0c366e;
}

a:hover {
  opacity: 0.7;
}

/* ===========================
   共通スタイル
=========================== */
.sp_only {
  display: none;
}

.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.sec_ttl {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 60px;
  color: #0c366e;
  letter-spacing: 0.05em;
}
.sec_ttl .sec_ttl__sml {
  display: block;
  font-family: "Orbitron", "DM Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.sec_ttl .sec_ttl__color {
  color: #009de1;
}
.sec_ttl .sec_ttl__bg {
  background: linear-gradient(120deg, #19447d, #19447d 50%, #0c366e 50%, #0c366e 100%);
  color: #fff;
  padding: 0 0.2em;
  margin: 0 0.1em;
}

.r-mark {
  vertical-align: sub;
  margin-left: 2px;
}

.txt__01 {
  font-size: 18px;
}

.txt__wrap01 {
  max-width: 800px;
  margin: 0 auto;
}

/* スマホ */
@media (max-width: 767px) {
  .sp_only {
    display: inline-block;
  }
  .sec_ttl {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .sec_ttl .sec_ttl__sml {
    font-size: 14px;
  }
}
/* ===========================
   HEADER
=========================== */
/* =========================
   PCファースト
========================= */
.l-header {
  background: #fff;
  position: relative;
  z-index: 100;
}
.l-header .l-header__inner--pc {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}
.l-header .l-header__inner--pc .l-header__nav {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
.l-header .l-header__inner--pc .l-header__nav h1 {
  margin-right: 40px;
}
.l-header .l-header__inner--pc .l-header__nav h1 img {
  height: 40px;
}
.l-header .l-header__inner--pc .l-header__nav .l-header__nav-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
.l-header .l-header__inner--pc .l-header__nav .l-header__nav-list {
  display: flex;
  gap: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-header .l-header__inner--pc .l-header__nav .l-header__nav-list li a {
  text-decoration: none;
  color: #282e48;
  font-weight: 500;
  font-size: 16px;
  font-weight: 700;
}
.l-header .l-header__inner--pc .l-header__nav .l-header__nav-list li a:hover {
  color: #ca0a1d;
  opacity: 1;
}
.l-header .l-header__inner--pc .l-header__nav .l-header__nav-btn a {
  padding: 8px 16px;
  background: #ca0a1d;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  display: flex;
  align-items: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  gap: 10px;
  width: 200px;
  height: 50px;
}
.l-header .l-header__inner--pc .l-header__nav .l-header__nav-btn a:hover {
  opacity: 1;
  background-color: #0c366e;
}
.l-header .l-header__inner--pc .l-header__nav .l-header__nav-btn a img {
  max-width: 20px;
}
.l-header .l-header__inner--pc .l-header__nav .tgr-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.l-header .l-header__inner--pc .l-header__nav .tgr-menu span {
  display: block;
  height: 3px;
  width: 100%;
  background: #0c366e;
}
.l-header .l-header__inner--sp {
  display: none;
  position: relative;
}

@media (max-width: 1024px) {
  .l-header .l-header__inner--pc {
    display: none;
  }
  .l-header .l-header__inner--sp {
    width: 100%;
    box-sizing: border-box;
    display: block;
    height: 60px;
    padding-block: 6px;
    position: fixed;
    background-color: #fff;
    top: 0;
    transition: 0.3s;
  }
  .l-header .l-header__inner--sp .header__sp__inner {
    width: 90%;
    margin: 0 auto;
    height: 100%;
    position: relative;
  }
  .l-header .l-header__inner--sp h1 {
    height: 100%;
  }
  .l-header .l-header__inner--sp h1 img {
    max-height: 100%;
  }
  .l-header .l-header__inner--sp .l-header__nav {
    width: 100%;
    height: 60vh;
    position: absolute;
    padding: 50px;
    position: absolute;
    top: -100vh;
    left: 0;
    transition: top 0.3s ease;
    z-index: 1000;
    background: linear-gradient(120deg, #19447d, #19447d 50%, #0c366e 50%, #0c366e 100%);
  }
  .l-header .l-header__inner--sp .l-header__nav-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
  .l-header .l-header__inner--sp .l-header__nav-list {
    font-size: 20px;
    text-align: center;
    color: #fff;
  }
  .l-header .l-header__inner--sp .l-header__nav-list li:not(:first-child) {
    margin-top: 20px;
  }
  .l-header .l-header__inner--sp .l-header__nav-btn {
    margin-top: 30px;
    width: 240px;
    max-width: 100%;
  }
  .l-header .l-header__inner--sp .l-header__nav-btn a {
    padding: 8px 16px;
    background: #ca0a1d;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    display: flex;
    align-items: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    gap: 10px;
    height: 60px;
    font-size: 20px;
    width: 100%;
  }
  .l-header .l-header__inner--sp .l-header__nav-btn a:hover {
    opacity: 1;
    background-color: #0c366e;
  }
  .l-header .l-header__inner--sp .l-header__nav-btn a img {
    max-width: 20px;
  }
  .l-header .l-header__inner--sp.is-scrolled {
    background-color: transparent;
  }
  .l-header .l-header__inner--sp.is-scrolled .header__sp__inner h1 {
    display: none;
  }
  .l-header .is-active .l-header__nav {
    display: block;
    top: 0;
  }
  .l-header .menu-trigger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    cursor: pointer;
    text-decoration: none;
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
  }
  .l-header .menu-trigger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #0c366e;
    transition: all 0.3s ease;
  }
  .l-header .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .l-header .menu-trigger span:nth-of-type(2) {
    top: 14px;
  }
  .l-header .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .l-header .menu-trigger.is-open span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 7px);
    transform-origin: center;
    background: #fff;
  }
  .l-header .menu-trigger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .l-header .menu-trigger.is-open span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -5px);
    transform-origin: center;
    background: #fff;
  }
}
/* ===========================
   MV
=========================== */
.mv {
  position: relative;
  background-color: #f5f5f5;
  aspect-ratio: 16/9; /* 16:9比率 */
  max-width: 100%;
}

.mv__bg {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  margin-left: auto;
}

.mv__left {
  width: 30%;
  height: auto;
  background: url(../img/mv02.jpg) top center/contain no-repeat;
}

.mv__right {
  height: 100%;
  width: 65%;
  background: url(../img/mv01.jpg) center center/cover;
}

.mv__txt {
  position: absolute;
  top: 50%;
  max-width: 70%;
}

.mv__txt h2 {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  padding-left: 20%;
  padding-top: 30px;
  padding-right: 40px;
  padding-bottom: 40px;
}

.mv__txt__sml {
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 1.3px;
  position: absolute;
  left: 20%;
}

.mv__txt__sml01 {
  margin-top: -10px;
}

.mv__txt__sml02 {
  margin-top: 10px;
  line-height: 120%;
}

.mv__txt p {
  display: inline-block;
  padding: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  background: var(--6, #fff);
  background: rgba(255, 255, 255, 0.9);
  line-height: 1.2;
}

.mv__txt p span {
  color: #009de1;
}

.mv_cta {
  background: #fff;
  padding: 35px 0;
  text-align: center;
}

.mv_cta__btn {
  background-color: #ca0a1d; /* ボタンの背景色 */
  border: none;
  border-radius: 5px; /* 角丸 */
  padding: 12px 24px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 600px;
  height: 100px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv_cta__btn:hover {
  background-color: #0c366e; /* ホバー時の色 */
}

.mv_cta__btn a {
  display: flex;
  align-items: center;
  gap: 20px; /* アイコンとテキストの間隔 */
  color: #fff; /* 文字色 */
  text-decoration: none;
  font-weight: bold;
  justify-content: center;
  font-size: 26px;
}
.mv_cta__btn a:hover {
  opacity: 1;
}

.mv_cta__btn img {
  width: 30px; /* アイコンサイズ */
  height: 30px;
}

/* スマホ */
@media (max-width: 1024px) {
  .mv {
    height: 80vh;
    margin-top: 60px;
  }
  .mv__bg {
    gap: 60px;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
  .mv__left {
    width: 80%;
    height: 300px;
    background: url(../img/mv02.jpg) center center/cover;
  }
  .mv__right {
    height: 400px;
    width: 100%;
    background: url(../img/mv01.jpg) center center/cover;
  }
  .mv__txt {
    top: 30%;
    max-width: 90%;
  }
  .mv__txt h2 {
    padding-left: 10%;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .mv__txt__sml {
    font-size: 16px;
    left: 10%;
  }
  .mv_cta__btn {
    width: 600px;
    height: 80px;
  }
  .mv_cta__btn a {
    font-size: 22px;
  }
}
/* ===========================
   ISSUE
=========================== */
#issue {
  padding-block: 120px;
  background: linear-gradient(120deg, #fcfcfc, #fcfcfc 50%, #f5f5f5 50%, #f5f5f5 100%);
}
#issue:after {
  content: "";
  background: url(../img/Polygon.png);
  width: 212px;
  height: 74px;
  bottom: -74px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.issue__flex {
  display: flex;
  gap: 45px;
  justify-content: space-between;
}

.issue__flex__img {
  width: 40%;
  align-items: stretch;
}

.issue__flex__img img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.issue__flex__txt {
  width: 60%;
}

.issue__flex__list li {
  background-color: #fff;
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-size: 1.2em;
  background-position: center left 1em;
  padding: 10px 10px 10px 3em;
  font-size: 24px;
  font-weight: 500;
}
.issue__flex__list li:not(:first-of-type) {
  margin-top: 10px;
}

/* スマホ */
@media (max-width: 767px) {
  #issue {
    padding-block: 60px;
  }
  .issue__flex {
    gap: 30px;
    justify-content: flex-start;
    flex-direction: column;
  }
  .issue__flex__img {
    width: 100%;
  }
  .issue__flex__img img {
    height: 360px;
    width: 100%;
  }
  .issue__flex__txt {
    width: 100%;
  }
  .issue__flex__list li {
    padding: 10px 10px 10px 3em;
    font-size: 20px;
  }
}
/* ===========================
   tearth
=========================== */
#tearth {
  padding-block-start: 150px;
  padding-block-end: 120px;
}
#tearth .tearth__ttl {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 60px;
  color: #0c366e;
  letter-spacing: 0.05em;
}
#tearth .tearth__ttl .tearth__ttl__bg {
  background-color: #0c366e;
  background: linear-gradient(120deg, #19447d, #19447d 50%, #0c366e 50%, #0c366e 100%);
  color: #fff;
  padding: 0 0.2em 0 0.3em;
}
#tearth .tearth__ttl .tearth__ttl__01 {
  margin: 0 0.1em;
}
#tearth .tearth__ttl .tearth__ttl__02 {
  margin-left: 0.1em;
  font-size: 1.3em;
}
#tearth .tearth__flex {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
}
#tearth .tearth__flex__item {
  flex: 1;
}
#tearth .tearth__icon {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  margin: 0 auto;
}
#tearth .item-guarantee .tearth__icon {
  background: #0c366e url(../img/quo01.png) no-repeat center center;
  background-size: 40% auto;
}
#tearth .item-auto .tearth__icon {
  background: #0c366e url(../img/quo02.png) no-repeat center center;
  background-size: 50% auto;
}
#tearth .item-escape .tearth__icon {
  background: #0c366e url(../img/quo03.png) no-repeat center center;
  background-size: 50% auto;
}
#tearth .tearth__flex--ttl {
  margin-top: 35px;
  color: #0c366e;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
#tearth .tearth__flex--txt {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 170%;
}

/* スマホ */
@media (max-width: 767px) {
  #tearth {
    padding-block-start: 120px;
    padding-block-end: 100px;
  }
  #tearth .tearth__ttl {
    font-size: 30px;
    margin-bottom: 60px;
    margin-bottom: 40px;
  }
  #tearth .tearth__flex {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-direction: column;
  }
  #tearth .tearth__flex__item {
    width: 100%;
    flex: none;
  }
  #tearth .tearth__icon {
    width: 150px;
    height: 150px;
  }
  #tearth .tearth__flex--ttl {
    margin-top: 20px;
    font-size: 24px;
  }
  #tearth .tearth__flex--txt {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
  }
}
/* ===========================
   quolity
=========================== */
#quolity {
  padding-block-start: 10px;
  padding-block-end: 120px;
  background: linear-gradient(to bottom, #fff 40%, #f2f2f2 40%);
}
#quolity .sec_ttl {
  margin-bottom: 20px;
}
#quolity .quolity__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 130px;
}
#quolity .quolity__flex .quolity__flex__item .quolity__img {
  display: flex;
  justify-content: center;
}
#quolity .quolity__flex .quolity__flex__item .quolity__img img {
  max-width: 100%;
  width: 300px;
}
#quolity .quolity__flex .quolity__flex__item .quolity__ttl {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #0c366e;
  margin-top: 40px;
}
#quolity .quolity__flex .quolity__flex__item .quolity__txt {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 170%;
}

/* スマホ */
@media (max-width: 767px) {
  #quolity {
    padding-block-start: 0;
    padding-block-end: 80px;
    background: linear-gradient(to bottom, #fff 20%, #f2f2f2 20%);
  }
  #quolity .sec_ttl {
    margin-bottom: 50px;
  }
  #quolity .quolity__flex {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-direction: column;
  }
  #quolity .quolity__flex .quolity__flex__item .quolity__img img {
    width: 240px;
  }
  #quolity .quolity__flex .quolity__flex__item .quolity__ttl {
    font-size: 26px;
    margin-top: 30px;
  }
  #quolity .quolity__flex .quolity__flex__item .quolity__txt {
    font-size: 18px;
    margin-top: 10px;
  }
}
/* ===========================
   OPE-MANE
=========================== */
#opemane {
  text-align: center;
  padding-block: 90px;
  background: url(../img/ope_bg.jpg) center center/cover;
}
#opemane .opemane__txt {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}
#opemane .opemane_link {
  margin-top: 40px;
}
#opemane .opemane__btn {
  padding: 0;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
#opemane .opemane__btn a {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #0c366e;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 70px;
}
#opemane .opemane__btn a:hover {
  opacity: 1;
  background-color: #ca0a1d;
  color: #fff;
}
#opemane .opemane__btn a img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

/* スマホ */
@media (max-width: 767px) {
  #opemane {
    padding-block: 90px;
  }
  #opemane .opemane__txt {
    font-size: 20px;
  }
  #opemane .opemane_link {
    margin-top: 40px;
  }
  #opemane .opemane__btn a {
    font-size: 18px;
    padding: 20px 20px;
  }
  #opemane .opemane__btn a img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
}
/* ===========================
   FEATURE
=========================== */
#feature {
  background-color: #f5f5f5;
  padding-block: 120px;
}
#feature .feature__box {
  position: relative;
}
#feature .feature__box:not(:first-of-type) {
  margin-top: 120px;
}
#feature .feature__txt {
  background-color: #0c366e;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 370px;
}
#feature .feature-strength .feature__txt {
  padding-left: 50%;
  padding-right: 50px;
}
#feature .feature-security .feature__txt {
  padding-right: 50%;
  padding-left: 50px;
}
#feature .feature-environment .feature__txt {
  padding-left: 50%;
  padding-right: 50px;
}
#feature .feature__ttl {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
#feature .feature__ttl .feature__ttl__num {
  color: #009de1;
  font-family: "Orbitron", "DM Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 100px;
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 1;
}
#feature .feature__ttl .feature__ttl__txt {
  display: flex;
  flex-direction: column;
}
#feature .feature__ttl .feature__ttl__txt .feature__ttl__en {
  color: #009de1;
  font-family: "Orbitron", "DM Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
#feature .feature__ttl .feature__ttl__txt .feature__ttl__ja {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1.8px;
}
#feature .feature__list {
  font-size: 18px;
}
#feature .feature__list li {
  position: relative;
  padding-left: 1.5em;
}
#feature .feature__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #009de1;
}
#feature .feature__list li:not(:first-of-type) {
  margin-top: 10px;
}
#feature .feature__img {
  position: absolute;
  top: 40px;
  width: 50%;
}
#feature .feature-strength .feature__img {
  left: -40px;
}
#feature .feature-security .feature__img {
  right: -40px;
}
#feature .feature-environment .feature__img {
  left: -40px;
}
#feature .feature__btn_wrap {
  margin-top: 150px;
}
#feature .feature__btn_wrap .feature__btn {
  padding: 0;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
#feature .feature__btn_wrap .feature__btn a {
  background-color: #0c366e;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 70px;
}
#feature .feature__btn_wrap .feature__btn a img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

/* スマホ */
@media (max-width: 767px) {
  #feature {
    padding-block: 60px;
  }
  #feature .feature__box {
    position: relative;
  }
  #feature .feature__box:not(:first-of-type) {
    margin-top: 40px;
  }
  #feature .feature__txt {
    padding-top: 30px;
    padding-bottom: 60px;
    min-height: auto;
  }
  #feature .feature-strength .feature__txt {
    padding-left: 30px;
    padding-right: 30px;
  }
  #feature .feature-security .feature__txt {
    padding-right: 30px;
    padding-left: 30px;
  }
  #feature .feature-environment .feature__txt {
    padding-left: 30px;
    padding-right: 30px;
  }
  #feature .feature__ttl {
    margin-bottom: 20px;
    gap: 10px;
  }
  #feature .feature__ttl .feature__ttl__num {
    font-size: 70px;
  }
  #feature .feature__ttl .feature__ttl__txt .feature__ttl__en {
    font-size: 14px;
    letter-spacing: 0.8px;
  }
  #feature .feature__ttl .feature__ttl__txt .feature__ttl__ja {
    font-size: 28px;
    letter-spacing: 1.8px;
  }
  #feature .feature__list {
    font-size: 16px;
  }
  #feature .feature__img {
    position: relative;
    top: -20px;
    width: 80%;
  }
  #feature .feature-strength .feature__img {
    left: 10%;
  }
  #feature .feature-security .feature__img {
    left: 10%;
  }
  #feature .feature-environment .feature__img {
    left: 10%;
  }
  #feature .feature__btn_wrap {
    margin-top: 30px;
  }
  #feature .feature__btn_wrap .feature__btn a {
    padding: 20px 20px;
  }
}
/* ===========================
   MOVIE
=========================== */
#movie {
  padding-block: 120px;
  background: linear-gradient(120deg, #19447d, #19447d 50%, #0c366e 50%, #0c366e 100%);
}
#movie .sec_ttl {
  color: #fff;
}
#movie .movie__box {
  display: flex;
  justify-content: center;
}

/* スマホ */
@media (max-width: 767px) {
  #movie {
    padding-block: 60px;
  }
}
/* ===========================
   COMPARE
=========================== */
#compare {
  padding-block-start: 120px;
  padding-block-end: 150px;
  background: url(../img/compare_bg.png) no-repeat right bottom/cover, #f5f5f5;
  background-size: 70% auto, auto;
}
#compare .compare__table {
  opacity: 0.9;
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 10px;
}
#compare .compare__table th {
  padding: 20px;
}
#compare .compare__table td {
  background-color: #fff;
  font-size: 16px;
  padding: 20px;
}
#compare .compare__table .compare__table__01 {
  background-color: #ca0a1d;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
#compare .compare__table .compare__table__02 {
  color: #0c366e;
  background-color: #fff;
  border: 2px solid #0c366e;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
}
#compare .compare__table .compare__table__03 {
  background-color: #0c366e;
  color: #fff;
  font-size: 16px;
}

/* スマホ */
@media (max-width: 1024px) {
  #compare {
    padding-block-start: 20px;
  }
}
/* スマホ */
@media (max-width: 767px) {
  #compare {
    padding-block-end: 90px;
    background-size: auto 70%, auto;
  }
  #compare .compare__table {
    border-spacing: 6px;
  }
  #compare .compare__table th {
    padding: 14px 10px;
  }
  #compare .compare__table td {
    font-size: 14px;
    padding: 14px 10px;
  }
  #compare .compare__table .compare__table__01 {
    font-size: 14px;
  }
  #compare .compare__table .compare__table__02 {
    font-size: 14px;
    padding: 10px 14px;
  }
  #compare .compare__table .compare__table__03 {
    font-size: 14px;
  }
}
/* ===========================
   FLOW
=========================== */
#flow {
  padding-block-start: 120px;
  padding-block-end: 190px;
}
#flow .sec_ttl {
  margin-bottom: 100px;
}
#flow .flow__flex {
  display: flex;
  justify-content: center;
  gap: 0;
}
#flow .flow__flex__item {
  border: 2px solid #0c366e;
  padding: 70px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
}
#flow .flow__flex__item .flow__num {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0c366e;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
#flow .flow__flex__item .flow__num > span {
  font-family: "Orbitron", "DM Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
#flow .flow__flex__item img {
  width: 70%;
  max-width: 100px;
}
#flow .flow__flex__item p {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #0c366e;
  margin-top: 1em;
}
#flow .flow__flex__item .flow__or {
  margin-bottom: 1em;
}
#flow .flow__caption {
  margin-top: 20px;
  text-align: right;
}

/* スマホ */
@media (max-width: 767px) {
  #flow {
    padding-block-start: 60px;
    padding-block-end: 100px;
  }
  #flow .sec_ttl {
    margin-bottom: 60px;
  }
  #flow .flow__flex {
    gap: 40px 10px;
    flex-wrap: wrap;
  }
  #flow .flow__flex__item {
    padding: 50px 20px 30px 20px;
    flex: none;
    width: calc(50% - 5px);
  }
  #flow .flow__flex__item:first-child {
    width: 100%;
  }
  #flow .flow__flex__item .flow__num {
    top: -30px;
    height: 60px;
    width: 60px;
  }
  #flow .flow__flex__item .flow__num > span {
    font-size: 20px;
  }
  #flow .flow__flex__item img {
    width: 50%;
  }
  #flow .flow__flex__item p {
    font-size: 16px;
  }
  #flow .flow__caption {
    text-align: left;
  }
}
/* ===========================
   CONTACT
=========================== */
#contact {
  padding-block-start: 120px;
  padding-block-end: 120px;
  background: linear-gradient(120deg, #19447d, #19447d 50%, #0c366e 50%, #0c366e 100%);
  position: relative;
}
#contact .contact__img {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 90%;
}
#contact .contact__img img {
  max-width: 240px;
}
#contact .contact__img .balloon {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  background-color: #f5f5f5;
  color: #0c366e;
}
#contact .contact__img .balloon.left::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid #f5f5f5;
}
#contact .contact__tel {
  display: flex;
  justify-content: center;
}
#contact .contact__tel .contact__tel__inner {
  margin-top: 120px;
  border-radius: 5px;
  border: 2px solid #ca0a1d;
  background-color: #fff;
  display: inline-block;
  padding: 20px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
#contact .contact__tel .contact__tel__inner img {
  max-width: 50px;
}
#contact .contact__tel__txt .contact__tel__txt--01 {
  font-size: 22px;
  font-weight: 700;
}
#contact .contact__tel__txt .contact__tel__txt--02 {
  font-size: 14px;
  font-weight: 400;
}
#contact .contact__tel__txt a {
  font-size: 30px;
  font-weight: 700;
  font-family: "Orbitron", "DM Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #ca0a1d;
}
#contact .contact__form {
  background-color: #fff;
  border-radius: 5px;
  padding: 80px 100px;
}
#contact .contact__form .sec_ttl {
  margin-bottom: 30px;
}
#contact .contact__form02 {
  width: 100% !important;
}
#contact .contact__form02 form {
  width: 100% !important;
}
#contact .contact__form02 .mktoFormRow {
  width: 100%;
}
#contact .contact__form02 .mktoFormRow:first-of-type .mktoFormCol {
  width: 49%;
}
#contact .contact__form02 .mktoFormRow:first-of-type .mktoFormCol:nth-of-type(2) {
  margin-left: 2%;
}
#contact .contact__form02 .mktoRequiredField label.mktoLabel {
  font-weight: bold;
  font-size: 20px;
  width: 100% !important;
}
#contact .contact__form02 .mktoFormCol {
  width: 100%;
}
#contact .contact__form02 .mktoFieldWrap {
  width: 100%;
}
#contact .contact__form02 input[type=text], #contact .contact__form02 input[type=email], #contact .contact__form02 input[type=tel] {
  height: 50px;
  align-self: stretch;
  border: 1px solid #0c366e;
  width: 100% !important;
  background: #fff;
  margin-top: 10px;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
}
#contact .contact__form02 input[type=radio] {
  position: relative;
  top: 5px;
}
#contact .contact__form02 input[type=checkbox] {
  width: 30px;
  height: 30px;
}
#contact .contact__form02 select {
  height: 50px;
  align-self: stretch;
  border: 1px solid #0c366e;
  width: 40% !important;
  background: #fff;
  margin-top: 10px;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
}
#contact .contact__form02 textarea {
  border: 1px solid #0c366e;
  background: #fff;
  margin-top: 10px;
  width: 100% !important;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
}
#contact .contact__form02 .mktoForm div,
#contact .contact__form02 .mktoForm span,
#contact .contact__form02 .mktoForm label,
#contact .contact__form02 .mktoForm p {
  max-width: 100%;
}
#contact .contact__form02 .mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: bold;
  font-size: 20px;
}
#contact .contact__form02 .mktoForm .mktoAsterix {
  color: transparent;
}
#contact .contact__form02 .mktoForm .mktoAsterix:before {
  font-size: 10px;
  content: "必須";
  right: 0;
  top: 3px;
  background-color: #ca0a1d;
  color: #fff;
  padding: 4px 10px;
  border-radius: 0;
}
#contact .contact__form02 .mktoHtmlText p span {
  font-size: 14px !important;
}
#contact .contact__form02 .mktoHtmlText div {
  text-align-last: left;
}
#contact .contact__form02 .mktoLogicalField {
  margin-top: 10px;
}
#contact .contact__form02 .mktoButtonRow {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
#contact .contact__form02 .mktoForm button.mktoButton {
  font-size: 16px;
  font-weight: 700;
  width: 260px;
  height: 60px;
  max-width: 100%;
  display: inline-block;
  background-color: #ca0a1d;
}
#contact .contact__form02 .mktoForm button.mktoButton:hover {
  background-color: #0c366e;
  opacity: 1;
}

/* スマホ */
@media (max-width: 767px) {
  #contact {
    padding-block-start: 10px;
    padding-block-end: 60px;
  }
  #contact .contact__img {
    top: -60px;
    gap: 10px;
  }
  #contact .contact__img img {
    max-width: 120px;
  }
  #contact .contact__img .balloon {
    font-size: 14px;
    padding: 10px;
  }
  #contact .contact__tel .contact__tel__inner {
    margin-top: 60px;
    padding: 20px;
    gap: 20px;
  }
  #contact .contact__tel .contact__tel__inner img {
    max-width: 30px;
  }
  #contact .contact__tel__txt .contact__tel__txt--01 {
    font-size: 18px;
  }
  #contact .contact__tel__txt .contact__tel__txt--02 {
    font-size: 14px;
  }
  #contact .contact__tel__txt a {
    font-size: 26px;
  }
  #contact .contact__form {
    padding: 30px 20px;
    margin-top: 50px;
  }
  #contact .contact__form .sec_ttl {
    margin-bottom: 10px;
  }
  #contact .contact__form02 .mktoRequiredField label.mktoLabel {
    font-size: 20px;
    padding-top: 1em;
  }
  #contact .contact__form02 input[type=text], #contact .contact__form02 input[type=email], #contact .contact__form02 input[type=tel] {
    height: 40px;
  }
  #contact .contact__form02 select {
    font-size: 16px;
  }
  #contact .contact__form02 textarea {
    font-size: 16px;
  }
  #contact .contact__form02 .mktoForm .mktoRequiredField label.mktoLabel {
    font-size: 18px;
  }
  #contact .contact__form02 .mktoButtonRow {
    margin-top: 30px;
  }
}
/* スマホ */
@media (max-width: 480px) {
  .mktoForm .mktoFormRow .mktoFormCol {
    clear: none !important;
  }
  .mktoForm .mktoFormCol {
    float: left !important;
  }
}
/* ===========================
   FOOTER
=========================== */
footer {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 1px #0c366e;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 2px solid #0c366e;
  border-right: 2px solid #0c366e;
  transform: translateY(20%) rotate(-45deg);
}

/* スマホ */
@media (max-width: 767px) {
  footer {
    height: 50px;
  }
}

/*# sourceMappingURL=style.css.map */
