@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

video {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

/* 基本
***************************************************************/
html {
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-weight: 400;
  line-height: 1.75;
  overflow: hidden;
}

main {
  display: flex;
  justify-content: center;
  gap: 260px;
  position: relative;
}

.wrap {
  position: relative;
  z-index: 1;
}

.wrap::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100vh;
  background-image: url(../images/front/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.pc_head {
  position: fixed;
  top: 50%;
  left: calc(50% - 500px);
  transform: translate(0, -50%);
  width: 520px;
}

.scroll {
  width: 46px;
  position: fixed;
  bottom: -100px;
  right: calc(50% - 940px);
}

.wrap_content {
  width: 390px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
  border-radius: 30px 30px 0 0;
  border-left: 5px solid #FFF;
  border-top: 5px solid #FFF;
  border-right: 5px solid #FFF;
  box-sizing: content-box;
  margin: 100px 0 0;
  background: #EDEDED;
  position: relative;
  left: calc(50% + 200px);
  overflow: scroll;
  height: calc(100vh - 100px);
}

.wrap_content::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
  main {
    display: flex;
    justify-content: center;
    gap: 18.0555555556vw;
    position: relative;
  }
  .wrap {
    position: relative;
    z-index: 1;
  }
  .wrap::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100vh;
    background-image: url(../images/front/bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .pc_head {
    position: fixed;
    top: 50%;
    left: calc(50% - 34.7222222222vw);
    transform: translate(0, -50%);
    width: 36.1111111111vw;
  }
  .scroll {
    width: 3.1944444444vw;
    position: fixed;
    bottom: -6.9444444444vw;
    right: calc(50% - 65.2777777778vw);
  }
  .wrap_content {
    width: 27.0833333333vw;
    box-shadow: 0.6944444444vw 0.6944444444vw 1.3888888889vw rgba(0, 0, 0, 0.3);
    border-radius: 2.0833333333vw 2.0833333333vw 0 0;
    border-left: 0.3472222222vw solid #FFF;
    border-top: 0.3472222222vw solid #FFF;
    border-right: 0.3472222222vw solid #FFF;
    box-sizing: content-box;
    margin: 100px 0 0;
    background: #EDEDED;
    position: relative;
    left: calc(50% + 13.8888888889vw);
    overflow: scroll;
    height: calc(100vh - 6.9444444444vw);
  }
  .wrap_content::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  html {
    font-size: 4.1025641026vw;
    overflow: unset;
  }
  main {
    overflow: hidden;
  }
  .wrap_content {
    width: 100%;
    box-shadow: unset;
    border-radius: 0;
    border: unset !important;
    box-sizing: border-box;
    margin: 0;
    position: unset;
    left: 0;
    overflow: unset;
    height: auto;
  }
}
/* フォント
***************************************************************/
.en {
  font-family: "Montserrat", sans-serif;
}

/* コンテンツ・セクション幅
***************************************************************/
.inner {
  padding: 0 20px;
}

section {
  padding: 100px 0;
}

@media screen and (max-width: 1440px) {
  .inner {
    padding: 0 1.3888888889vw;
  }
  section {
    padding: 6.9444444444vw 0;
  }
}
@media screen and (max-width: 680px) {
  .inner {
    padding: 0 5.1282051282vw;
  }
  section {
    padding: 25.641025641vw 0;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  mix-blend-mode: overlay;
  position: fixed;
  bottom: 30px;
  left: 0;
  z-index: -1;
}

.scroll-infinity__list {
  display: flex;
  gap: 80px;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  color: #fff;
  font-size: 170px;
  font-weight: bold;
  line-height: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 1440px) {
  .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    mix-blend-mode: overlay;
    position: fixed;
    bottom: 2.0833333333vw;
    left: 0;
    z-index: -1;
  }
  .scroll-infinity__list {
    display: flex;
    gap: 5.5555555556vw;
  }
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
  }
  .scroll-infinity__item {
    color: #fff;
    font-size: 11.8055555556vw;
    font-weight: bold;
    line-height: 100%;
    white-space: nowrap;
  }
}
@media screen and (max-width: 680px) {
  .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    mix-blend-mode: overlay;
    position: fixed;
    bottom: 7.6923076923vw;
    left: 0;
    z-index: -1;
  }
  .scroll-infinity__list {
    display: flex;
    gap: 20.5128205128vw;
  }
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
  }
  .scroll-infinity__item {
    color: #fff;
    font-size: 43.5897435897vw;
    font-weight: bold;
    line-height: 100%;
    white-space: nowrap;
  }
}
.section_title .en {
  display: block;
  color: #0A67E4;
  font-weight: 700;
}

.section_title .ja {
  display: block;
  color: #053284;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 1.6px;
  margin-top: 12px;
}

@media screen and (max-width: 1440px) {
  .section_title .en {
    display: block;
    color: #0A67E4;
    font-weight: 700;
  }
  .section_title .ja {
    display: block;
    color: #053284;
    font-size: 2.2222222222vw;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0.1111111111vw;
    margin-top: 0.8333333333vw;
  }
}
@media screen and (max-width: 680px) {
  .section_title .en {
    display: block;
    color: #0A67E4;
    font-weight: 700;
  }
  .section_title .ja {
    display: block;
    color: #053284;
    font-size: 8.2051282051vw;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0.4102564103vw;
    margin-top: 3.0769230769vw;
  }
}
.btn {
  margin-top: 47px;
}

.btn_link {
  border-radius: 999px;
  background: #06C755;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  width: 330px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
}

.btn_link::before {
  content: "";
  display: inline-block;
  width: 54px;
  height: 54px;
  background-image: url(../images/icon/icon_line.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.btn.sp {
  margin-top: 28px;
}

.btn.sp .btn_link {
  border-radius: 10px;
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .btn {
    margin-top: 3.2638888889vw;
  }
  .btn_link {
    border-radius: 69.375vw;
    background: #06C755;
    box-shadow: 0 0 0.6944444444vw 0 rgba(0, 0, 0, 0.16);
    width: 22.9166666667vw;
    color: #FFF;
    font-size: 1.3888888889vw;
    font-weight: 700;
    line-height: 100%;
    padding: 0.3472222222vw 0.6944444444vw;
    display: inline-flex;
    align-items: center;
    gap: 1.6666666667vw;
  }
  .btn_link::before {
    content: "";
    display: inline-block;
    width: 3.75vw;
    height: 3.75vw;
    background-image: url(../images/icon/icon_line.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .btn.sp {
    margin-top: 1.9444444444vw;
  }
  .btn.sp .btn_link {
    border-radius: 0.6944444444vw;
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .btn {
    margin-top: 12.0512820513vw;
  }
  .btn_link {
    border-radius: 256.1538461538vw;
    background: #06C755;
    box-shadow: 0 0 2.5641025641vw 0 rgba(0, 0, 0, 0.16);
    width: 84.6153846154vw;
    color: #FFF;
    font-size: 5.1282051282vw;
    font-weight: 700;
    line-height: 100%;
    padding: 1.2820512821vw 2.5641025641vw;
    display: inline-flex;
    align-items: center;
    gap: 6.1538461538vw;
  }
  .btn_link::before {
    content: "";
    display: inline-block;
    width: 13.8461538462vw;
    height: 13.8461538462vw;
    background-image: url(../images/icon/icon_line.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .btn.sp {
    margin-top: 7.1794871795vw;
    width: 100%;
  }
  .btn.sp .btn_link {
    border-radius: 2.5641025641vw;
    width: 100%;
  }
}
/*===================================================
ヘッダー
===================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 0;
  z-index: 100;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 40px;
}

.header_logo {
  width: 184px;
}

.toggle-menu {
  display: none;
}

.header_nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.global_nav_list {
  display: flex;
  gap: 36px;
}

.global_nav_item a {
  color: #EDEDED;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 1440px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.6666666667vw 0;
    z-index: 100;
  }
  .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 2.7777777778vw;
  }
  .header_logo {
    width: 12.7777777778vw;
  }
  .toggle-menu {
    display: none;
  }
  .header_nav {
    display: flex;
    align-items: center;
    gap: 1.3888888889vw;
  }
  .global_nav_list {
    display: flex;
    gap: 2.5vw;
  }
  .global_nav_item a {
    color: #EDEDED;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.0555555556vw;
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 2.5641025641vw 0;
  }
  .header_inner {
    display: block;
    margin: 0 2.5641025641vw;
  }
  .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1000;
  }
  .header_logo {
    width: 132px;
  }
  .toggle-menu {
    display: inline-block;
    width: 12.8205128205vw;
    height: 12.8205128205vw;
    position: relative;
    z-index: 100;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
  .toggle-menu .toggle-line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-indent: -2563.8461538462vw;
    width: 5.641025641vw;
    height: 2px;
    background-color: #fff;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 5.641025641vw;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -1.7948717949vw;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 1.7948717949vw;
    animation: menu-barBottom 0.6s forwards;
  }
  .open .toggle-menu {
    transition: all 0.5s linear 1s;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
    background-color: #000;
  }
  .open .toggle-menu .toggle-line::before {
    animation: active-menu-barTop 0.6s forwards;
    transform: rotate(-45deg);
    top: 0;
  }
  .open .toggle-menu .toggle-line::after {
    animation: active-menu-barBottom 0.6s forwards;
    transform: rotate(45deg);
    top: 0;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 35.8974358974vw 5.1282051282vw 25.641025641vw;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background-color: #053284;
    z-index: 90;
    transform: translateX(100%);
    transition: 0.3s ease-out;
  }
  .open .header_nav {
    transform: translateX(0);
    overflow: auto;
  }
  .global_nav {
    width: 100%;
  }
  .global_nav_list {
    display: block;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 6.4102564103vw 0;
    width: 100%;
    font-size: 4.6153846154vw;
  }
}
/*===================================================
フッター
===================================================*/
footer {
  border-radius: 20px 20px 0 0;
  background: linear-gradient(156deg, #053284 0%, #2E7BEF 100%);
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 70px 0 90px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.footer_logo {
  width: 175px;
}

.copyright {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  margin-top: 50px;
}

footer .scroll-infinity__wrap {
  position: absolute;
  bottom: -10px;
}

footer .scroll-infinity__list {
  display: flex;
  gap: 40px;
}

footer .scroll-infinity__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

footer .scroll-infinity__item {
  font-size: 80px;
}

@media screen and (max-width: 1440px) {
  footer {
    border-radius: 1.3888888889vw 1.3888888889vw 0 0;
    background: linear-gradient(156deg, #053284 0%, #2E7BEF 100%);
    box-shadow: 0.2777777778vw 0.2777777778vw 1.3888888889vw 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 4.8611111111vw 0 6.25vw;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .footer_logo {
    width: 12.1527777778vw;
  }
  .copyright {
    color: #FFF;
    font-size: 0.9722222222vw;
    font-weight: 500;
    line-height: 160%;
    margin-top: 3.4722222222vw;
  }
  footer .scroll-infinity__wrap {
    position: absolute;
    bottom: -0.6944444444vw;
  }
  footer .scroll-infinity__list {
    display: flex;
    gap: 2.7777777778vw;
  }
  footer .scroll-infinity__list--left {
    animation: infinity-scroll-left 60s infinite linear 0.5s both;
  }
  footer .scroll-infinity__item {
    font-size: 5.5555555556vw;
  }
}
@media screen and (max-width: 680px) {
  footer {
    border-radius: 5.1282051282vw 5.1282051282vw 0 0;
    background: linear-gradient(156deg, #053284 0%, #2E7BEF 100%);
    box-shadow: 1.0256410256vw 1.0256410256vw 5.1282051282vw 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 17.9487179487vw 0 23.0769230769vw;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .footer_logo {
    width: 44.8717948718vw;
  }
  .copyright {
    color: #FFF;
    font-size: 3.5897435897vw;
    font-weight: 500;
    line-height: 160%;
    margin-top: 12.8205128205vw;
  }
  footer .scroll-infinity__wrap {
    position: absolute;
    bottom: -2.5641025641vw;
  }
  footer .scroll-infinity__list {
    display: flex;
    gap: 10.2564102564vw;
  }
  footer .scroll-infinity__list--left {
    animation: infinity-scroll-left 60s infinite linear 0.5s both;
  }
  footer .scroll-infinity__item {
    font-size: 20.5128205128vw;
  }
}
/* フェードイン
***************************************************************/
@media all and (min-width: 681px) {
  .action01 {
    opacity: 0;
    transform: translateY(40px);
    position: relative;
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    opacity: 0;
    transform: translateX(-40px);
    position: relative;
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    opacity: 0;
    transform: translateX(40px);
    position: relative;
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.8s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    opacity: 0;
    transform: translateY(50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    opacity: 0;
    transform: translateX(-50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    opacity: 0;
    transform: translateX(50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/*===================================================
トップページ
===================================================*/
/* FV
***************************************************************/
.fv {
  padding: 30px 0 106px;
  background-image: url(../images/front/fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.fv_logo {
  width: 132px;
}

.fv_title {
  margin-top: 45px;
}

.fv_list {
  margin-top: 227px;
}

.fv_item {
  color: #FFF;
  font-weight: 700;
  line-height: 100%;
  border-radius: 6px;
  border: 1px solid rgb(115, 110, 107);
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-right: 12px;
  position: relative;
  z-index: 1;
}

.fv_item::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.fv_item::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/icon/icon_arrow_right01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

@media screen and (max-width: 1440px) {
  .fv {
    padding: 2.0833333333vw 0 7.3611111111vw;
    background-image: url(../images/front/fv.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
  .fv_logo {
    width: 9.1666666667vw;
  }
  .fv_title {
    margin-top: 3.125vw;
  }
  .fv_list {
    margin-top: 15.7638888889vw;
  }
  .fv_item {
    color: #FFF;
    font-weight: 700;
    line-height: 100%;
    border-radius: 0.4166666667vw;
    border: 0.0694444444vw solid rgb(115, 110, 107);
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 0.8333333333vw;
    padding-right: 0.8333333333vw;
    position: relative;
    z-index: 1;
  }
  .fv_item::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
  .fv_item::before {
    content: "";
    display: inline-block;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    background-image: url(../images/icon/icon_arrow_right01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
}
@media screen and (max-width: 680px) {
  .fv {
    padding: 15.3846153846vw 0 27.1794871795vw;
    background-image: url(../images/front/fv.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
  .fv_logo {
    width: 33.8461538462vw;
  }
  .fv_title {
    margin-top: 11.5384615385vw;
  }
  .fv_list {
    margin-top: 58.2051282051vw;
  }
  .fv_item {
    color: #FFF;
    font-weight: 700;
    line-height: 100%;
    border-radius: 1.5384615385vw;
    border: 0.2564102564vw solid rgb(115, 110, 107);
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 3.0769230769vw;
    padding-right: 3.0769230769vw;
    position: relative;
    z-index: 1;
  }
  .fv_item::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
  .fv_item::before {
    content: "";
    display: inline-block;
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    background-image: url(../images/icon/icon_arrow_right01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
}
/* Section1
***************************************************************/
.sec1 {
  padding: 100px 0;
}

.sec1 .inner {
  position: relative;
}

.sec1_img {
  width: 88px;
  position: absolute;
  right: 14px;
  top: -32px;
}

.sec1_text {
  font-weight: 500;
  margin-top: 20px;
}

.sec1_content {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 40px;
  padding: 40px 0;
}

.sec1_content_deco01 {
  width: 44px;
  position: absolute;
  right: 13px;
  top: -31px;
}

.sec1_content_deco02 {
  width: 152px;
  position: absolute;
  right: -35px;
  bottom: -74px;
}

.sec1_content_deco03 {
  width: 145px;
  position: absolute;
  left: -61px;
  bottom: -68px;
  z-index: -1;
}

.sec1_title {
  color: #053284;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.8px;
}

.sec1_title span {
  background: linear-gradient(95deg, #053284 0%, #2E7BEF 99.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 1.2px;
  margin-top: 8px;
}

@media screen and (max-width: 680px) {
  sec1 {
    padding: 25.641025641vw 0;
  }
  .sec1 .inner {
    position: relative;
  }
  .sec1_img {
    width: 22.5641025641vw;
    position: absolute;
    right: 3.5897435897vw;
    top: -8.2051282051vw;
  }
  .sec1_text {
    font-weight: 500;
    margin-top: 5.1282051282vw;
  }
  .sec1_content {
    border-radius: 4.1025641026vw;
    background: #FFF;
    box-shadow: 1.0256410256vw 1.0256410256vw 5.1282051282vw 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 10.2564102564vw;
    padding: 10.2564102564vw 0;
  }
  .sec1_content_deco01 {
    width: 11.2820512821vw;
    position: absolute;
    right: 3.3333333333vw;
    top: -7.9487179487vw;
  }
  .sec1_content_deco02 {
    width: 38.9743589744vw;
    position: absolute;
    right: -8.9743589744vw;
    bottom: -18.9743589744vw;
  }
  .sec1_content_deco03 {
    width: 37.1794871795vw;
    position: absolute;
    left: -15.641025641vw;
    bottom: -17.4358974359vw;
    z-index: -1;
  }
  .sec1_title {
    color: #053284;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.2051282051vw;
  }
  .sec1_title span {
    background: linear-gradient(95deg, #053284 0%, #2E7BEF 99.06%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 6.1538461538vw;
    line-height: 150%;
    letter-spacing: 0.3076923077vw;
    margin-top: 2.0512820513vw;
  }
}
/* Section2
***************************************************************/
.sec2 {
  position: relative;
  z-index: 1;
  background-image: url(../images/front/sec2_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 19px 0 30px;
}

.sec2_title {
  color: #0A67E4;
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
}

.sec2_subTitle {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  margin-top: 40px;
}

.sec2_subTitle span {
  font-size: 40px;
}

.sec2_text {
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.8px;
  margin-top: 25px;
}

.sec2_list {
  display: flex;
  flex-flow: column;
  gap: 22px;
  margin-top: 46px;
  position: relative;
}

.sec2_item {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.16);
  padding: 24px;
}

.sec2_item_number {
  color: #FFF;
  font-weight: 500;
  line-height: 100%;
  border-radius: 999px;
  background: #0A67E4;
  display: inline-block;
  padding: 8px 12px;
}

.sec2_item_title {
  color: #0A67E4;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 28px;
}

.sec2_item_text {
  color: #000;
  margin-top: 20px;
}

.sec2_img {
  position: relative;
  left: -20px;
  margin-top: -20px;
}

.sec2_subTitle02 {
  text-align: center;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.3px;
}

.sec2_subTitle02 .t1 {
  font-size: 18px;
}

.sec2_subTitle02 .t2 {
  color: #FF0;
}

@media screen and (max-width: 1440px) {
  .sec2 {
    position: relative;
    z-index: 1;
    background-image: url(../images/front/sec2_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 1.3194444444vw 0 2.0833333333vw;
  }
  .sec2_title {
    color: #0A67E4;
    font-size: 5.2777777778vw;
    font-weight: 700;
    line-height: 1;
  }
  .sec2_subTitle {
    color: #FFF;
    font-size: 1.6666666667vw;
    font-weight: 700;
    line-height: 125%;
    margin-top: 2.7777777778vw;
  }
  .sec2_subTitle span {
    font-size: 2.7777777778vw;
  }
  .sec2_text {
    color: #FFF;
    font-weight: 500;
    letter-spacing: 0.0555555556vw;
    margin-top: 1.7361111111vw;
  }
  .sec2_list {
    display: flex;
    flex-flow: column;
    gap: 1.5277777778vw;
    margin-top: 3.1944444444vw;
    position: relative;
  }
  .sec2_item {
    border-radius: 1.1111111111vw;
    background: #FFF;
    box-shadow: 0.2777777778vw 0.2777777778vw 1.3888888889vw 0 rgba(0, 0, 0, 0.16);
    padding: 1.6666666667vw;
  }
  .sec2_item_number {
    color: #FFF;
    font-weight: 500;
    line-height: 100%;
    border-radius: 69.375vw;
    background: #0A67E4;
    display: inline-block;
    padding: 0.5555555556vw 0.8333333333vw;
  }
  .sec2_item_title {
    color: #0A67E4;
    font-size: 1.6666666667vw;
    font-weight: 700;
    line-height: 150%;
    margin-top: 1.9444444444vw;
  }
  .sec2_item_text {
    color: #000;
    margin-top: 1.3888888889vw;
  }
  .sec2_img {
    position: relative;
    left: -1.3888888889vw;
    margin-top: -1.3888888889vw;
  }
  .sec2_subTitle02 {
    text-align: center;
    color: #FFF;
    font-size: 1.8055555556vw;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.0902777778vw;
  }
  .sec2_subTitle02 .t1 {
    font-size: 1.25vw;
  }
  .sec2_subTitle02 .t2 {
    color: #FF0;
  }
}
@media screen and (max-width: 680px) {
  .sec2 {
    position: relative;
    z-index: 1;
    background-image: url(../images/front/sec2_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 4.8717948718vw 0 7.6923076923vw;
  }
  .sec2_title {
    color: #0A67E4;
    font-size: 19.4871794872vw;
    font-weight: 700;
    line-height: 1;
  }
  .sec2_subTitle {
    color: #FFF;
    font-size: 6.1538461538vw;
    font-weight: 700;
    line-height: 125%;
    margin-top: 10.2564102564vw;
  }
  .sec2_subTitle span {
    font-size: 10.2564102564vw;
  }
  .sec2_text {
    color: #FFF;
    font-weight: 500;
    letter-spacing: 0.2051282051vw;
    margin-top: 6.4102564103vw;
  }
  .sec2_list {
    display: flex;
    flex-flow: column;
    gap: 5.641025641vw;
    margin-top: 11.7948717949vw;
    position: relative;
  }
  .sec2_item {
    border-radius: 4.1025641026vw;
    background: #FFF;
    box-shadow: 1.0256410256vw 1.0256410256vw 5.1282051282vw 0 rgba(0, 0, 0, 0.16);
    padding: 6.1538461538vw;
  }
  .sec2_item_number {
    color: #FFF;
    font-weight: 500;
    line-height: 100%;
    border-radius: 256.1538461538vw;
    background: #0A67E4;
    display: inline-block;
    padding: 2.0512820513vw 3.0769230769vw;
  }
  .sec2_item_title {
    color: #0A67E4;
    font-size: 6.1538461538vw;
    font-weight: 700;
    line-height: 150%;
    margin-top: 7.1794871795vw;
  }
  .sec2_item_text {
    color: #000;
    margin-top: 5.1282051282vw;
  }
  .sec2_img {
    position: relative;
    left: -5.1282051282vw;
    margin-top: -5.1282051282vw;
  }
  .sec2_subTitle02 {
    text-align: center;
    color: #FFF;
    font-size: 6.6666666667vw;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.3333333333vw;
  }
  .sec2_subTitle02 .t1 {
    font-size: 4.6153846154vw;
  }
  .sec2_subTitle02 .t2 {
    color: #FF0;
  }
}
/* Section3
***************************************************************/
.sec3 {
  background-image: url(../images/front/sec3_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 120px 0 80px;
}

.sec3 .inner {
  position: relative;
}

.sec3_img {
  width: 138px;
  position: absolute;
  top: -68px;
  right: 10px;
}

.sec3_title {
  color: #053284;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 1.2px;
}

.sec3_title span {
  font-size: 32px;
  position: relative;
  z-index: 1;
}

.sec3_title span::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 18px;
  background: #FFFF00;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.sec3_check {
  font-size: 18px;
  font-weight: 500;
  line-height: 175%;
  margin-top: 40px;
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
}

.sec3_check:nth-of-type(n + 2) {
  margin-top: 16px;
}

.sec3_check::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: relative;
  top: 6px;
}

.sec3 .section_title {
  margin-top: 80px;
}

.sec3_text {
  margin-top: 20px;
}

.sec3_list {
  display: flex;
  flex-flow: column;
  gap: 28px;
  margin-top: 40px;
}

.sec3_item {
  border-radius: 16px;
  border: 1px solid #0A67E4;
  background: #FFF;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 24px;
}

.sec3_item_number {
  color: #0A67E4;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.sec3_item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 16px;
}

.sec3_item_text {
  margin-top: 20px;
}

@media screen and (max-width: 1440px) {
  .sec3 {
    background-image: url(../images/front/sec3_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 8.3333333333vw 0 5.5555555556vw;
  }
  .sec3 .inner {
    position: relative;
  }
  .sec3_img {
    width: 9.5833333333vw;
    position: absolute;
    top: -4.7222222222vw;
    right: 0.6944444444vw;
  }
  .sec3_title {
    color: #053284;
    font-size: 1.6666666667vw;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0.0833333333vw;
  }
  .sec3_title span {
    font-size: 2.2222222222vw;
    position: relative;
    z-index: 1;
  }
  .sec3_title span::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1.25vw;
    background: #FFFF00;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }
  .sec3_check {
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 175%;
    margin-top: 2.7777777778vw;
    display: inline-flex;
    align-items: flex-start;
    gap: 0.8333333333vw;
  }
  .sec3_check:nth-of-type(n + 2) {
    margin-top: 1.1111111111vw;
  }
  .sec3_check::before {
    content: "";
    display: inline-block;
    width: 1.25vw;
    height: 1.25vw;
    background-image: url(../images/icon/icon_check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: relative;
    top: 0.4166666667vw;
  }
  .sec3 .section_title {
    margin-top: 5.5555555556vw;
  }
  .sec3_text {
    margin-top: 1.3888888889vw;
  }
  .sec3_list {
    display: flex;
    flex-flow: column;
    gap: 1.9444444444vw;
    margin-top: 2.7777777778vw;
  }
  .sec3_item {
    border-radius: 1.1111111111vw;
    border: 0.0694444444vw solid #0A67E4;
    background: #FFF;
    box-shadow: 0.2777777778vw 0.2777777778vw 1.3888888889vw 0 rgba(0, 0, 0, 0.1);
    padding: 1.6666666667vw;
  }
  .sec3_item_number {
    color: #0A67E4;
    font-size: 1.3888888889vw;
    font-weight: 700;
    line-height: 100%;
  }
  .sec3_item_title {
    font-size: 1.6666666667vw;
    font-weight: 700;
    line-height: 150%;
    margin-top: 1.1111111111vw;
  }
  .sec3_item_text {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 680px) {
  .sec3 {
    background-image: url(../images/front/sec3_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 30.7692307692vw 0 20.5128205128vw;
  }
  .sec3 .inner {
    position: relative;
  }
  .sec3_img {
    width: 35.3846153846vw;
    position: absolute;
    top: -17.4358974359vw;
    right: 2.5641025641vw;
  }
  .sec3_title {
    color: #053284;
    font-size: 6.1538461538vw;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0.3076923077vw;
  }
  .sec3_title span {
    font-size: 8.2051282051vw;
    position: relative;
    z-index: 1;
  }
  .sec3_title span::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 4.6153846154vw;
    background: #FFFF00;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }
  .sec3_check {
    font-size: 4.6153846154vw;
    font-weight: 500;
    line-height: 175%;
    margin-top: 10.2564102564vw;
    display: inline-flex;
    align-items: flex-start;
    gap: 3.0769230769vw;
  }
  .sec3_check:nth-of-type(n + 2) {
    margin-top: 4.1025641026vw;
  }
  .sec3_check::before {
    content: "";
    display: inline-block;
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    background-image: url(../images/icon/icon_check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: relative;
    top: 1.5384615385vw;
  }
  .sec3 .section_title {
    margin-top: 20.5128205128vw;
  }
  .sec3_text {
    margin-top: 5.1282051282vw;
  }
  .sec3_list {
    display: flex;
    flex-flow: column;
    gap: 7.1794871795vw;
    margin-top: 10.2564102564vw;
  }
  .sec3_item {
    border-radius: 4.1025641026vw;
    border: 0.2564102564vw solid #0A67E4;
    background: #FFF;
    box-shadow: 1.0256410256vw 1.0256410256vw 5.1282051282vw 0 rgba(0, 0, 0, 0.1);
    padding: 6.1538461538vw;
  }
  .sec3_item_number {
    color: #0A67E4;
    font-size: 5.1282051282vw;
    font-weight: 700;
    line-height: 100%;
  }
  .sec3_item_title {
    font-size: 6.1538461538vw;
    font-weight: 700;
    line-height: 150%;
    margin-top: 4.1025641026vw;
  }
  .sec3_item_text {
    margin-top: 5.1282051282vw;
  }
}
/* Section4
***************************************************************/
.sec4_img {
  margin-top: 20px;
}

.sec4_title {
  color: #053284;
  font-size: 36px;
  font-weight: 700;
  border-left: 5px solid #053284;
  padding-left: 12px;
  line-height: 1;
}

.sec4_text {
  margin-top: 20px;
}

.sec4_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.sec4_flexBox {
  border-radius: 10px;
  background: #0A67E4;
  padding: 16px;
}

.sec4_flexBox_text {
  color: #FFF;
  font-weight: 500;
}

.sec4_flexBox_title {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  margin-top: 30px;
}

.sec4_content {
  margin-top: 80px;
  border-radius: 10px;
  background: linear-gradient(156deg, #053284 0%, #2E7BEF 100%);
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 65px 27px 20px;
  text-align: center;
}

.sec4_content_title {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.4px;
}

.sec4_content_title span {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}

.sec4_content_price {
  color: #FFF;
  font-size: 42px;
  font-weight: 700;
  margin-top: 20px;
}

.sec4_content_price span {
  font-size: 32px;
}

.sec4_content_desc {
  color: #0A67E4;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  display: inline-block;
  border-radius: 999px;
  background: #EBF5FE;
  padding: 4px 14px;
  margin-top: 12px;
}

.sec4_content_desc span {
  font-size: 13px;
}

.sec4_content_check {
  margin-top: 45px;
  display: flex;
  flex-flow: column;
  gap: 8px;
  padding-left: 33px;
}

.sec4_content_check_text {
  text-align: left;
  color: #FFF;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.8px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.sec4_content_check_text::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon/icon_check02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: relative;
  top: 5px;
}

.sec4_content_img {
  margin-top: 27px;
}

@media screen and (max-width: 1440px) {
  .sec4_img {
    margin-top: 1.3888888889vw;
  }
  .sec4_title {
    color: #053284;
    font-size: 2.5vw;
    font-weight: 700;
    border-left: 0.3472222222vw solid #053284;
    padding-left: 0.8333333333vw;
    line-height: 1;
  }
  .sec4_text {
    margin-top: 1.3888888889vw;
  }
  .sec4_flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6944444444vw;
    margin-top: 2.0833333333vw;
  }
  .sec4_flexBox {
    border-radius: 0.6944444444vw;
    background: #0A67E4;
    padding: 1.1111111111vw;
  }
  .sec4_flexBox_text {
    color: #FFF;
    font-weight: 500;
  }
  .sec4_flexBox_title {
    color: #FFF;
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 100%;
    margin-top: 2.0833333333vw;
  }
  .sec4_content {
    margin-top: 5.5555555556vw;
    border-radius: 0.6944444444vw;
    background: linear-gradient(156deg, #053284 0%, #2E7BEF 100%);
    box-shadow: 0.2777777778vw 0.2777777778vw 1.3888888889vw 0 rgba(0, 0, 0, 0.1);
    padding: 4.5138888889vw 1.875vw 1.3888888889vw;
    text-align: center;
  }
  .sec4_content_title {
    color: #FFF;
    font-size: 1.9444444444vw;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.0972222222vw;
  }
  .sec4_content_title span {
    color: #FFF;
    font-size: 1.1111111111vw;
    font-weight: 500;
    display: block;
    margin-bottom: 0.8333333333vw;
  }
  .sec4_content_price {
    color: #FFF;
    font-size: 2.9166666667vw;
    font-weight: 700;
    margin-top: 1.3888888889vw;
  }
  .sec4_content_price span {
    font-size: 2.2222222222vw;
  }
  .sec4_content_desc {
    color: #0A67E4;
    font-size: 0.8333333333vw;
    font-weight: 700;
    line-height: 150%;
    display: inline-block;
    border-radius: 69.375vw;
    background: #EBF5FE;
    padding: 0.2777777778vw 0.9722222222vw;
    margin-top: 0.8333333333vw;
  }
  .sec4_content_desc span {
    font-size: 0.9027777778vw;
  }
  .sec4_content_check {
    margin-top: 3.125vw;
    display: flex;
    flex-flow: column;
    gap: 0.5555555556vw;
    padding-left: 2.2916666667vw;
  }
  .sec4_content_check_text {
    text-align: left;
    color: #FFF;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.0555555556vw;
    display: flex;
    align-items: flex-start;
    gap: 0.5555555556vw;
  }
  .sec4_content_check_text::before {
    content: "";
    display: inline-block;
    width: 1.25vw;
    height: 1.25vw;
    background-image: url(../images/icon/icon_check02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: relative;
    top: 0.3472222222vw;
  }
  .sec4_content_img {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 680px) {
  .sec4_img {
    margin-top: 5.1282051282vw;
  }
  .sec4_title {
    color: #053284;
    font-size: 9.2307692308vw;
    font-weight: 700;
    border-left: 1.2820512821vw solid #053284;
    padding-left: 3.0769230769vw;
    line-height: 1;
  }
  .sec4_text {
    margin-top: 5.1282051282vw;
  }
  .sec4_flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5641025641vw;
    margin-top: 7.6923076923vw;
  }
  .sec4_flexBox {
    border-radius: 2.5641025641vw;
    background: #0A67E4;
    padding: 4.1025641026vw;
  }
  .sec4_flexBox_text {
    color: #FFF;
    font-weight: 500;
  }
  .sec4_flexBox_title {
    color: #FFF;
    font-size: 9.2307692308vw;
    font-weight: 700;
    line-height: 100%;
    margin-top: 7.6923076923vw;
  }
  .sec4_content {
    margin-top: 20.5128205128vw;
    border-radius: 2.5641025641vw;
    background: linear-gradient(156deg, #053284 0%, #2E7BEF 100%);
    box-shadow: 1.0256410256vw 1.0256410256vw 5.1282051282vw 0 rgba(0, 0, 0, 0.1);
    padding: 16.6666666667vw 6.9230769231vw 5.1282051282vw;
    text-align: center;
  }
  .sec4_content_title {
    color: #FFF;
    font-size: 7.1794871795vw;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.358974359vw;
  }
  .sec4_content_title span {
    color: #FFF;
    font-size: 4.1025641026vw;
    font-weight: 500;
    display: block;
    margin-bottom: 3.0769230769vw;
  }
  .sec4_content_price {
    color: #FFF;
    font-size: 10.7692307692vw;
    font-weight: 700;
    margin-top: 5.1282051282vw;
  }
  .sec4_content_price span {
    font-size: 8.2051282051vw;
  }
  .sec4_content_desc {
    color: #0A67E4;
    font-size: 3.0769230769vw;
    font-weight: 700;
    line-height: 150%;
    display: inline-block;
    border-radius: 256.1538461538vw;
    background: #EBF5FE;
    padding: 1.0256410256vw 3.5897435897vw;
    margin-top: 3.0769230769vw;
  }
  .sec4_content_desc span {
    font-size: 3.3333333333vw;
  }
  .sec4_content_check {
    margin-top: 11.5384615385vw;
    display: flex;
    flex-flow: column;
    gap: 2.0512820513vw;
    padding-left: 8.4615384615vw;
  }
  .sec4_content_check_text {
    text-align: left;
    color: #FFF;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.2051282051vw;
    display: flex;
    align-items: flex-start;
    gap: 2.0512820513vw;
  }
  .sec4_content_check_text::before {
    content: "";
    display: inline-block;
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    background-image: url(../images/icon/icon_check02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: relative;
    top: 1.2820512821vw;
  }
  .sec4_content_img {
    margin-top: 6.9230769231vw;
  }
}
/* Section5
***************************************************************/
.sec5 {
  padding: 0 0 80px;
}

.sec5_title {
  color: #053284;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 1.6px;
}

.sec5_list {
  display: flex;
  flex-flow: column;
  gap: 67px;
  margin-top: 40px;
}

.sec5_item {
  border-radius: 10px;
  background: #FFF;
  padding: 20px;
  position: relative;
}

.sec5_item::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 22px;
  background-image: url(../images/icon/icon_arrow_bottom01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec5_item:nth-last-of-type(1):before {
  display: none;
}

.sec5_item_title {
  font-size: 22px;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 1.1px;
}

.sec5_item_title .en {
  color: #0A67E4;
  font-size: 16px;
  display: block;
  font-weight: 500;
}

.sec5_item_text {
  font-weight: 500;
  margin-top: 20px;
}

@media screen and (max-width: 1440px) {
  .sec5 {
    padding: 0 0 5.5555555556vw;
  }
  .sec5_title {
    color: #053284;
    text-align: center;
    font-size: 2.2222222222vw;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0.1111111111vw;
  }
  .sec5_list {
    display: flex;
    flex-flow: column;
    gap: 4.6527777778vw;
    margin-top: 2.7777777778vw;
  }
  .sec5_item {
    border-radius: 0.6944444444vw;
    background: #FFF;
    padding: 1.3888888889vw;
    position: relative;
  }
  .sec5_item::before {
    content: "";
    display: inline-block;
    width: 1.0416666667vw;
    height: 1.5277777778vw;
    background-image: url(../images/icon/icon_arrow_bottom01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    bottom: -3.1944444444vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sec5_item:nth-last-of-type(1):before {
    display: none;
  }
  .sec5_item_title {
    font-size: 1.5277777778vw;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.0763888889vw;
  }
  .sec5_item_title .en {
    color: #0A67E4;
    font-size: 1.1111111111vw;
    display: block;
    font-weight: 500;
  }
  .sec5_item_text {
    font-weight: 500;
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 680px) {
  .sec5 {
    padding: 0 0 20.5128205128vw;
  }
  .sec5_title {
    color: #053284;
    text-align: center;
    font-size: 8.2051282051vw;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0.4102564103vw;
  }
  .sec5_list {
    display: flex;
    flex-flow: column;
    gap: 17.1794871795vw;
    margin-top: 10.2564102564vw;
  }
  .sec5_item {
    border-radius: 2.5641025641vw;
    background: #FFF;
    padding: 5.1282051282vw;
    position: relative;
  }
  .sec5_item::before {
    content: "";
    display: inline-block;
    width: 3.8461538462vw;
    height: 5.641025641vw;
    background-image: url(../images/icon/icon_arrow_bottom01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    bottom: -11.7948717949vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sec5_item:nth-last-of-type(1):before {
    display: none;
  }
  .sec5_item_title {
    font-size: 5.641025641vw;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.2820512821vw;
  }
  .sec5_item_title .en {
    color: #0A67E4;
    font-size: 4.1025641026vw;
    display: block;
    font-weight: 500;
  }
  .sec5_item_text {
    font-weight: 500;
    margin-top: 5.1282051282vw;
  }
}
/* Section6
***************************************************************/
.sec6 {
  padding: 0 0 80px;
}

.sec6_title {
  color: #053284;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 1.6px;
}

.sec6_list {
  display: flex;
  flex-flow: column;
  gap: 28px;
  margin-top: 40px;
}

.sec6_item {
  border-radius: 10px;
  background: #FFF;
  padding: 0 24px;
}

.sec6_item_title {
  cursor: pointer;
  font-weight: 500;
  padding: 24px 32px 24px 41px;
  position: relative;
}

.sec6_item_title::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  background-image: url(../images/icon/icon_arrow_bottom02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: 0.3s;
}

.is-open .sec6_item_title::before {
  transform: translate(0, -50%) rotate(180deg);
}

.sec6_item_title .en {
  color: #0A67E4;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.sec6_item_text {
  font-size: 14px;
  letter-spacing: 0.7px;
  padding: 20px 0 24px 41px;
  border-top: 1px solid #EDEDED;
  position: relative;
  display: none;
}

.sec6_item_text span {
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 1440px) {
  .sec6 {
    padding: 0 0 5.5555555556vw;
  }
  .sec6_title {
    color: #053284;
    text-align: center;
    font-size: 2.2222222222vw;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0.1111111111vw;
  }
  .sec6_list {
    display: flex;
    flex-flow: column;
    gap: 1.9444444444vw;
    margin-top: 2.7777777778vw;
  }
  .sec6_item {
    border-radius: 0.6944444444vw;
    background: #FFF;
    padding: 0 1.6666666667vw;
  }
  .sec6_item_title {
    cursor: pointer;
    font-weight: 500;
    padding: 1.6666666667vw 2.2222222222vw 1.6666666667vw 2.8472222222vw;
    position: relative;
  }
  .sec6_item_title::before {
    content: "";
    display: inline-block;
    width: 0.9722222222vw;
    height: 0.5555555556vw;
    background-image: url(../images/icon/icon_arrow_bottom02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .sec6_item_title .en {
    color: #0A67E4;
    font-size: 1.6666666667vw;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  .sec6_item_text {
    font-size: 0.9722222222vw;
    letter-spacing: 0.0486111111vw;
    padding: 1.3888888889vw 0 1.6666666667vw 2.8472222222vw;
    border-top: 0.0694444444vw solid #EDEDED;
    position: relative;
    display: none;
  }
  .sec6_item_text span {
    font-size: 1.6666666667vw;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 0.0694444444vw;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 680px) {
  .sec6 {
    padding: 0 0 20.5128205128vw;
  }
  .sec6_title {
    color: #053284;
    text-align: center;
    font-size: 8.2051282051vw;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0.4102564103vw;
  }
  .sec6_list {
    display: flex;
    flex-flow: column;
    gap: 7.1794871795vw;
    margin-top: 10.2564102564vw;
  }
  .sec6_item {
    border-radius: 2.5641025641vw;
    background: #FFF;
    padding: 0 6.1538461538vw;
  }
  .sec6_item_title {
    cursor: pointer;
    font-weight: 500;
    padding: 6.1538461538vw 8.2051282051vw 6.1538461538vw 10.5128205128vw;
    position: relative;
  }
  .sec6_item_title::before {
    content: "";
    display: inline-block;
    width: 3.5897435897vw;
    height: 2.0512820513vw;
    background-image: url(../images/icon/icon_arrow_bottom02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .sec6_item_title .en {
    color: #0A67E4;
    font-size: 6.1538461538vw;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  .sec6_item_text {
    font-size: 3.5897435897vw;
    letter-spacing: 0.1794871795vw;
    padding: 5.1282051282vw 0 6.1538461538vw 10.5128205128vw;
    border-top: 0.2564102564vw solid #EDEDED;
    position: relative;
    display: none;
  }
  .sec6_item_text span {
    font-size: 6.1538461538vw;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 0.2564102564vw;
    transform: translate(0, -50%);
  }
}