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

.space {
  margin-left: -1rem;
}

/* 基本
***************************************************************/
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: 2;
}

main,
footer {
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 680px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/* コンテンツ・セクション幅
***************************************************************/
.inner {
  max-width: 1240px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

section {
  padding: 120px 0;
}

@media screen and (max-width: 1440px) {
  .inner {
    max-width: 86.1111111111vw;
    width: calc(100% - 5.5555555556vw);
    margin: 0 auto;
  }
  section {
    padding: 8.3333333333vw 0;
  }
}
@media screen and (max-width: 680px) {
  .inner {
    padding: 0 4vw;
    width: 100%;
    max-width: unset;
  }
  section {
    padding: 10.6666666667vw 0;
  }
}
/* 装飾
***************************************************************/
.underline {
  font-weight: bold;
  display: inline;
}

.underline span {
  background: linear-gradient(transparent 60%, #F6F300 60%);
  display: inline;
}

/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.section_title .en {
  display: block;
  color: #E0F7FF;
  font-size: 120px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.section_title .ja {
  color: #23AADC;
  text-shadow: 3px 4px 0px #FFF;
  font-size: 40px;
  font-weight: 700;
  display: block;
}

@media screen and (max-width: 1440px) {
  .section_title {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 5.5555555556vw;
  }
  .section_title .en {
    display: block;
    color: #E0F7FF;
    font-size: 8.3333333333vw;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .section_title .ja {
    color: #23AADC;
    text-shadow: 0.2083333333vw 0.2777777778vw 0vw #FFF;
    font-size: 2.7777777778vw;
    font-weight: 700;
    display: block;
  }
}
@media screen and (max-width: 680px) {
  .section_title {
    margin-bottom: 16vw;
  }
  .section_title .en {
    font-size: 21.3333333333vw;
  }
  .section_title .ja {
    font-size: 7.4666666667vw;
  }
}
/* CTA
***************************************************************/
.cta {
  padding: 0;
  background: #FFF8CF;
  position: relative;
  z-index: 1;
}

.cta_content {
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 20px;
  background: #FFF8CF;
  padding: 72px 100px;
}

.cta_contentHead {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 442px;
  gap: 10px;
}

.cta_contentHead_title {
  line-height: 1.4;
}

.cta_contentHead_title_main {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.cta_contentHead_title_sub {
  color: #1E52A3;
  font-size: 32px;
  font-weight: 700;
  display: block;
  text-align: center;
}

.cta_contentHead_tel {
  border-radius: 10px;
  background: #FFF;
  text-align: center;
  padding: 10px 0;
  position: relative;
}

.cta_contentHead_tel::before {
  content: "";
  display: inline-block;
  width: 112px;
  height: 108px;
  background-image: url(../images/common/eamaru01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: -50px;
  top: -67px;
}

.cta_contentHead_tel_text01 {
  color: #000;
  font-size: 20px;
  line-height: 1;
}

.cta_contentHead_tel_link {
  color: #E53935;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.cta_contentHead_tel_text02 {
  color: #000;
  font-size: 20px;
  line-height: 1;
}

.cta_content_btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  margin-top: 20px;
}

.cta_content_btn a {
  color: #FFF;
  font-size: 23px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 90px;
  padding: 10px 0;
  transition: 0.3s;
}

.cta_content_btn .form {
  background: linear-gradient(180deg, #4372BB 0%, #1E52A3 92.82%);
  box-shadow: 5px 5px 0px 0px #1D5978;
}

.cta_content_btn .form::before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  background-image: url(../images/icon/icon_document.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.cta_content_btn .line {
  background: linear-gradient(180deg, #12E468 0%, #06C755 92.82%);
  box-shadow: 5px 5px 0px 0px #13A200;
}

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

.cta_content_desc {
  color: #000;
  font-size: 17px;
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 681px) {
  .cta_content_btn a:hover {
    transform: translate(3px, 3px);
    box-shadow: none;
  }
}
@media screen and (max-width: 1440px) {
  .cta {
    padding: 0;
    background: #FFF8CF;
    position: relative;
    z-index: 1;
  }
  .cta_content {
    max-width: 75vw;
    margin: 0 auto;
    border-radius: 1.3888888889vw;
    background: #FFF8CF;
    padding: 5vw 6.9444444444vw;
  }
  .cta_contentHead {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 30.6944444444vw;
    gap: 0.6944444444vw;
  }
  .cta_contentHead_title {
    line-height: 1.4;
  }
  .cta_contentHead_title_main {
    color: #000;
    font-size: 1.3888888889vw;
    font-weight: 600;
    display: block;
  }
  .cta_contentHead_title_sub {
    color: #1E52A3;
    font-size: 2.2222222222vw;
    font-weight: 700;
    display: block;
    text-align: center;
  }
  .cta_contentHead_tel {
    border-radius: 0.6944444444vw;
    background: #FFF;
    text-align: center;
    padding: 0.6944444444vw 0;
    position: relative;
  }
  .cta_contentHead_tel::before {
    content: "";
    display: inline-block;
    width: 7.7777777778vw;
    height: 7.5vw;
    background-image: url(../images/common/eamaru01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: -3.4722222222vw;
    top: -4.6527777778vw;
  }
  .cta_contentHead_tel_text01 {
    color: #000;
    font-size: 1.3888888889vw;
    line-height: 1;
  }
  .cta_contentHead_tel_link {
    color: #E53935;
    font-size: 3.4722222222vw;
    line-height: 1;
    font-weight: 700;
    font-family: "din-2014", sans-serif;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cta_contentHead_tel_link::before {
    content: "";
    display: inline-block;
    width: 3.5416666667vw;
    height: 3.5416666667vw;
    background-image: url(../images/icon/icon_tel02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .cta_contentHead_tel_text02 {
    color: #000;
    font-size: 1.3888888889vw;
    line-height: 1;
  }
  .cta_content_btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9027777778vw;
    margin-top: 1.3888888889vw;
  }
  .cta_content_btn a {
    color: #FFF;
    font-size: 1.5972222222vw;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.1111111111vw;
    border-radius: 6.25vw;
    padding: 0.6944444444vw 0;
    transition: 0.3s;
  }
  .cta_content_btn .form {
    background: linear-gradient(180deg, #4372BB 0%, #1E52A3 92.82%);
    box-shadow: 0.3472222222vw 0.3472222222vw 0vw 0vw #1D5978;
  }
  .cta_content_btn .form::before {
    content: "";
    display: inline-block;
    width: 3.0555555556vw;
    height: 3.0555555556vw;
    background-image: url(../images/icon/icon_document.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .cta_content_btn .line {
    background: linear-gradient(180deg, #12E468 0%, #06C755 92.82%);
    box-shadow: 0.3472222222vw 0.3472222222vw 0vw 0vw #13A200;
  }
  .cta_content_btn .line::before {
    content: "";
    display: inline-block;
    width: 3.0555555556vw;
    height: 3.0555555556vw;
    background-image: url(../images/icon/icon_line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .cta_content_desc {
    color: #000;
    font-size: 1.1805555556vw;
    text-align: center;
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 680px) {
  .cta_content {
    max-width: unset;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    border-radius: 0;
    padding: 10.6666666667vw 4vw;
  }
  .cta_content_img {
    width: 29.8666666667vw;
    margin: 0 auto 6.6666666667vw;
  }
  .cta_contentHead {
    display: block;
  }
  .cta_contentHead_title {
    text-align: center;
  }
  .cta_contentHead_title_main {
    font-size: 4.8vw;
  }
  .cta_contentHead_title_sub {
    font-size: 7.4666666667vw;
  }
  .cta_contentHead_tel {
    border-radius: 2.6666666667vw;
    background: #FFF;
    text-align: center;
    padding: 2.6666666667vw 0;
    position: relative;
    margin-top: 5.3333333333vw;
  }
  .cta_contentHead_tel::before {
    display: none;
  }
  .cta_contentHead_tel_text01 {
    font-size: 4.2666666667vw;
  }
  .cta_contentHead_tel_link {
    font-size: 10.6666666667vw;
  }
  .cta_contentHead_tel_link::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .cta_contentHead_tel_text02 {
    font-size: 4.2666666667vw;
  }
  .cta_content_btn {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.6666666667vw;
    margin-top: 6.6666666667vw;
    padding: 0 1.3333333333vw;
  }
  .cta_content_btn a {
    font-size: 4.8vw;
    gap: 3.2vw;
    padding: 2.6666666667vw 0;
  }
  .cta_content_btn .form::before {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
  .cta_content_btn .line::before {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
  .cta_content_desc {
    font-size: 3.2vw;
    margin-top: 6.6666666667vw;
    text-align: left;
    line-height: 1.4;
  }
}
/* 固定ボタン
***************************************************************/
.pc_fixed {
  position: fixed;
  right: -2px;
  bottom: 200px;
  z-index: 10;
  width: 85px;
}

.pc_fixed_link {
  border-radius: 10px 0px 0px 10px;
  background: var(--dark_blue, #1E52A3);
  box-shadow: 0px 4px 0px 0px #14495F;
  color: #FFF;
  text-align: center;
  font-feature-settings: "vert" on;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 32px;
  font-weight: 700;
  writing-mode: vertical-rl;
  padding: 14px 13px 16px 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: 0.3s;
}

.pc_fixed_link span {
  font-size: 28px;
}

.pc_fixed_link::before {
  content: "";
  display: inline-block;
  width: 54px;
  height: 54px;
  background-image: url(../images/icon/icon_simulation.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-bottom: 5px;
}

.pc_fixed_link::after {
  content: "";
  display: inline-block;
  width: calc(100% - 2px);
  height: calc(100% - 1px);
  border: 1px solid #fff;
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 10px 0px 0px 10px;
}

@media screen and (min-width: 681px) {
  .pc_fixed_link:hover {
    transform: translate(0, 3px);
    box-shadow: none;
  }
}
@media screen and (max-width: 1440px) {
  .pc_fixed {
    position: fixed;
    right: 0;
    bottom: 13.8888888889vw;
    z-index: 10;
    width: 5.9027777778vw;
  }
  .pc_fixed_link {
    border-radius: 0.6944444444vw 0vw 0vw 0.6944444444vw;
    background: var(--dark_blue, #1E52A3);
    box-shadow: 0vw 0.2777777778vw 0vw 0vw #14495F;
    color: #FFF;
    text-align: center;
    font-feature-settings: "vert" on;
    text-shadow: 0vw 0.2777777778vw 0.2777777778vw rgba(0, 0, 0, 0.25);
    font-size: 2.2222222222vw;
    font-weight: 700;
    writing-mode: vertical-rl;
    padding: 0.9722222222vw 0.9027777778vw 1.1111111111vw 1.1111111111vw;
    line-height: 1;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: 0.3s;
  }
  .pc_fixed_link span {
    font-size: 1.9444444444vw;
  }
  .pc_fixed_link::before {
    content: "";
    display: inline-block;
    width: 3.75vw;
    height: 3.75vw;
    background-image: url(../images/icon/icon_simulation.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-bottom: 0.3472222222vw;
  }
  .pc_fixed_link::after {
    content: "";
    display: inline-block;
    width: calc(100% - 0.1388888889vw);
    height: calc(100% - 0.0694444444vw);
    border: 0.0694444444vw solid #fff;
    position: absolute;
    top: 0.0694444444vw;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 0.6944444444vw 0vw 0vw 0.6944444444vw;
  }
}
@media screen and (max-width: 680px) {
  .sp_fixed {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    position: fixed;
    bottom: 2.6666666667vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% - 8vw);
    z-index: 10;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 2.6666666667vw;
    background: #fff;
    transition: 0.3s;
  }
  .sp_fixed.none {
    opacity: 0;
    visibility: hidden;
  }
  .sp_fixed_link {
    font-size: 3.2vw;
    line-height: 1;
    color: #fff;
    height: 13.3333333333vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .sp_fixed_link span {
    font-size: 2.1333333333vw;
  }
  .sp_fixed_link.tel {
    border-radius: 10px 0px 0px 10px;
    background: linear-gradient(180deg, #94E2FF 0%, #23AADC 100%);
  }
  .sp_fixed_link.tel img {
    width: 4.8vw;
    margin-bottom: 1.0666666667vw;
  }
  .sp_fixed_link.line {
    background: linear-gradient(180deg, #12E468 0%, #06C755 92.82%);
  }
  .sp_fixed_link.line img {
    width: 9.3333333333vw;
  }
  .sp_fixed_link.mail {
    background: linear-gradient(180deg, #FF4E4E 0%, #F00 92.82%);
  }
  .sp_fixed_link.mail img {
    width: 6.4vw;
  }
  .sp_fixed_link.simulation {
    background: linear-gradient(180deg, #3374D9 0%, #1E52A3 92.82%);
    border-radius: 0 10px 10px 0;
  }
  .sp_fixed_link.simulation img {
    width: 6.4vw;
  }
}
/*===================================================
ヘッダー
===================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 100;
  transition: 0.3s;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

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

.header_logo {
  display: flex;
  align-items: center;
}

.header_logo_link {
  width: 222px;
}

.header_logo_text {
  font-size: 14px;
  line-height: 1.4;
}

.toggle-menu {
  display: none;
}

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

.header_nav_tel {
  display: block;
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  position: relative;
  top: 2px;
}

.header_nav_tel::before {
  content: "";
  display: inline-block;
  width: 260px;
  height: 75px;
  background-image: url(../images/common/header_btn_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.header_nav_tel .text01 {
  display: block;
  font-size: 13px;
}

.header_nav_tel .text02 {
  display: block;
  font-size: 20px;
  color: #E53935;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

.header_nav_tel .text02::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url(../images/icon/icon_tel01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.header_nav_tel .text03 {
  display: block;
  font-size: 12px;
}

.header_nav_contact {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header_nav_contact a {
  border-radius: 10px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  width: 72px;
  height: 69px;
  padding: 4px 0;
  transition: 0.3s;
}

.header_nav_contact a span {
  min-height: 31px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.header_nav_contact a img {
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

.header_nav_contact .line {
  background: #17C700;
  box-shadow: 3px 3px 0px 0px #13A200;
}

.header_nav_contact .line img {
  width: 26px;
}

.header_nav_contact .mail {
  background: #F00;
  box-shadow: 3px 3px 0px 0px #B70202;
}

.header_nav_contact .mail img {
  width: 24px;
}

.header_nav_contact .sns {
  background: #0089CE;
  box-shadow: 3px 3px 0px 0px #1D5978;
}

.header_nav_contact .sns img {
  width: 30px;
}

@media screen and (min-width: 681px) {
  .header_nav_contact a:hover {
    transform: translate(3px, 3px);
    box-shadow: none;
  }
}
@media screen and (max-width: 1440px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.6944444444vw 0;
    z-index: 100;
    transition: 0.3s;
    background: #fff;
    box-shadow: 0.2083333333vw 0.2083333333vw 0.6944444444vw rgba(0, 0, 0, 0.1);
  }
  .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 1.3888888889vw 0 2.7777777778vw;
  }
  .header_logo {
    display: flex;
    align-items: center;
  }
  .header_logo_link {
    width: 15.4166666667vw;
  }
  .header_logo_text {
    font-size: 0.9722222222vw;
    line-height: 1.4;
  }
  .toggle-menu {
    display: none;
  }
  .header_nav {
    display: flex;
    align-items: center;
    gap: 2.4305555556vw;
  }
  .header_nav_tel {
    display: block;
    position: relative;
    z-index: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    position: relative;
    top: 0.1388888889vw;
  }
  .header_nav_tel::before {
    content: "";
    display: inline-block;
    width: 18.0555555556vw;
    height: 5.2083333333vw;
    background-image: url(../images/common/header_btn_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .header_nav_tel .text01 {
    display: block;
    font-size: 0.9027777778vw;
  }
  .header_nav_tel .text02 {
    display: block;
    font-size: 1.3888888889vw;
    color: #E53935;
  }
  .header_nav_tel .text02::before {
    content: "";
    display: inline-block;
    width: 1.3888888889vw;
    height: 1.25vw;
    background-image: url(../images/icon/icon_tel01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .header_nav_tel .text03 {
    display: block;
    font-size: 0.8333333333vw;
  }
  .header_nav_contact {
    display: flex;
    align-items: center;
    gap: 0.9722222222vw;
  }
  .header_nav_contact a {
    border-radius: 0.6944444444vw;
    text-align: center;
    color: #FFF;
    font-size: 0.8333333333vw;
    font-weight: 700;
    line-height: 1.4;
    width: 5vw;
    height: 4.7916666667vw;
    padding: 0.2777777778vw 0;
    transition: 0.3s;
  }
  .header_nav_contact a span {
    min-height: 2.1527777778vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .header_nav_contact a img {
    height: 2.0833333333vw;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top;
  }
  .header_nav_contact .line {
    background: #17C700;
    box-shadow: 0.2083333333vw 0.2083333333vw 0vw 0vw #13A200;
  }
  .header_nav_contact .line img {
    width: 1.8055555556vw;
  }
  .header_nav_contact .mail {
    background: #F00;
    box-shadow: 0.2083333333vw 0.2083333333vw 0vw 0vw #B70202;
  }
  .header_nav_contact .mail img {
    width: 1.6666666667vw;
  }
  .header_nav_contact .sns {
    background: #0089CE;
    box-shadow: 0.2083333333vw 0.2083333333vw 0vw 0vw #1D5978;
  }
  .header_nav_contact .sns img {
    width: 2.0833333333vw;
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 4vw 0;
  }
  .header_inner {
    display: block;
    margin: 0 4vw;
  }
  .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_logo_link {
    width: 39.2vw;
  }
  .header_logo_text {
    font-size: 2.6666666667vw;
  }
  .toggle-menu {
    display: inline-block;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    position: relative;
    z-index: 100;
    background: #005BFF;
    border-radius: 50%;
  }
  .toggle-menu .toggle-line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-indent: -2666.4vw;
    width: 4.2666666667vw;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 4.2666666667vw;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
    border-radius: 4px;
  }
  .toggle-menu .toggle-line::before {
    top: -1.8666666667vw;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 1.8666666667vw;
    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: 28.5333333333vw 4vw 26.6666666667vw;
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: #FFF8CF;
    z-index: 90;
    transform: translateX(100%);
    transition: 0.3s ease-out;
    text-align: center;
  }
  .open .header_nav {
    transform: translateX(0);
    overflow: auto;
  }
  .header_nav_title {
    font-size: 3.4666666667vw;
    line-height: 1.4;
    font-weight: 600;
  }
  .header_nav_title span {
    font-size: 5.8666666667vw;
    font-weight: bold;
    color: #1E52A3;
  }
  .header_nav_sp_tel {
    border-radius: 1.6vw;
    background: #FFF;
    padding: 1.6vw 0;
    margin-top: 4.8vw;
    display: block;
    line-height: 1.1;
  }
  .header_nav_sp_tel .text01 {
    color: #000;
    font-size: 3.7333333333vw;
  }
  .header_nav_sp_tel .text02 {
    color: #E53935;
    font-size: 9.0666666667vw;
    font-weight: 700;
    font-family: "din-2014", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_nav_sp_tel .text02::before {
    content: "";
    display: inline-block;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    background-image: url(../images/icon/icon_tel02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .header_nav_sp_tel .text03 {
    color: #000;
    font-size: 3.7333333333vw;
  }
  .header_nav_line {
    color: #FFF;
    font-size: 5.3333333333vw;
    font-weight: 700;
    line-height: 180%;
    border-radius: 2.6666666667vw;
    background: linear-gradient(180deg, #12E468 0%, #06C755 92.82%);
    padding: 3.2vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.4666666667vw;
    margin-top: 4.2666666667vw;
  }
  .header_nav_line::before {
    content: "";
    display: inline-block;
    width: 9.3333333333vw;
    height: 8.8vw;
    background-image: url(../images/icon/icon_line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .header_nav_contact {
    color: #FFF;
    font-size: 5.3333333333vw;
    font-weight: 700;
    line-height: 180%;
    border-radius: 2.6666666667vw;
    border-radius: 2.6666666667vw;
    background: #F00;
    box-shadow: 0.8vw 0.8vw 0vw 0vw #B70202;
    padding: 3.2vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.4666666667vw;
    margin-top: 4.2666666667vw;
  }
  .header_nav_contact::before {
    content: "";
    display: inline-block;
    width: 6.4vw;
    height: 6.4vw;
    background-image: url(../images/icon/icon_mail.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .header_nav_sns {
    margin-top: 5.3333333333vw;
  }
  .header_nav_sns_text {
    color: #000;
    font-size: 3.2vw;
    font-weight: 700;
  }
  .header_nav_sns_text span::before {
    content: "";
    display: inline-block;
    width: 2.6666666667vw;
    height: 3.7333333333vw;
    background-image: url(../images/icon/icon_before.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .header_nav_sns_text span::after {
    content: "";
    display: inline-block;
    width: 2.6666666667vw;
    height: 3.7333333333vw;
    background-image: url(../images/icon/icon_before.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    transform: scale(-1, 1);
  }
  .header_nav_sns_btn {
    display: flex;
    justify-content: center;
    gap: 4.2666666667vw;
    margin-top: 2.1333333333vw;
  }
  .header_nav_sns_btn_icon {
    width: 12vw;
  }
  .header_nav_sns_desc {
    color: #000;
    font-size: 2.6666666667vw;
    font-weight: 700;
    margin-top: 2.6666666667vw;
  }
  .header_nav_content {
    margin-top: 2.1333333333vw;
  }
  .header_nav_content_img {
    width: 25.3333333333vw;
    display: block;
    margin: 0 auto;
  }
  .header_nav_content_logo {
    width: 46.6666666667vw;
    margin-top: 4.2666666667vw;
    display: block;
    margin: 4.2666666667vw auto 0;
  }
  .header_nav_content_text {
    color: #000;
    display: inline-block;
    text-align: left;
    margin-top: 4.2666666667vw;
    line-height: 1.4;
  }
}
/*===================================================
フッター
===================================================*/
footer {
  background: #1E52A3;
  text-align: center;
  padding: 21px 0 15px;
}

footer .inner {
  position: relative;
}

.footer_text {
  display: inline-block;
  text-align: left;
  color: #FFF;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

.top_btn {
  text-align: center;
  border-radius: 18px;
  color: #1E52A3;
  background: #fff;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 87px;
  height: 74px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0 8px;
}

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

@media screen and (min-width: 681px) {
  .top_btn:hover::before {
    top: 8px;
  }
}
@media screen and (max-width: 1440px) {
  footer {
    background: #1E52A3;
    text-align: center;
    padding: 1.4583333333vw 0 1.0416666667vw;
  }
  footer .inner {
    position: relative;
  }
  .footer_text {
    display: inline-block;
    text-align: left;
    color: #FFF;
    font-size: 1.3888888889vw;
    line-height: 1.4;
    font-weight: 700;
  }
  .top_btn {
    text-align: center;
    border-radius: 1.25vw;
    color: #1E52A3;
    background: #fff;
    font-weight: 500;
    line-height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 6.0416666667vw;
    height: 5.1388888889vw;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0 0 0.5555555556vw;
  }
  .top_btn::before {
    content: "";
    display: inline-block;
    width: 1.9444444444vw;
    height: 0.9722222222vw;
    background-image: url(../images/icon/icon_arrow_top.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 0.7638888889vw;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.3s;
  }
}
@media screen and (max-width: 680px) {
  footer {
    padding: 10.6666666667vw 0;
    text-align: center;
  }
  .footer_text {
    display: block;
    text-align: center;
    font-size: 3.4666666667vw;
    margin-top: 6.4vw;
  }
  .top_btn {
    width: 18.6666666667vw;
    height: 15.7333333333vw;
    padding: 0 0 1.6vw;
    font-size: 3.2vw;
    position: relative;
    right: unset;
    top: unset;
    transform: unset;
    margin: 0 auto;
  }
  .top_btn::before {
    width: 5.8666666667vw;
    height: 2.9333333333vw;
    top: 2.1333333333vw;
  }
}
/* フェードイン
***************************************************************/
@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 {
  text-align: center;
  padding: 110px 0 80px;
  width: 100%;
  background-image: url(../images/front/fv_bg01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.fv::before {
  content: "";
  display: inline-block;
  width: 1250px;
  height: 734px;
  background-image: url(../images/front/fv_bg02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.fv_title {
  line-height: 1.4;
}

.fv_title_sub {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 54px;
  font-weight: 700;
  border-radius: 10px;
  background: rgba(69, 193, 255, 0.9);
  padding: 0 8px;
}

.fv_title_main {
  font-size: 70px;
  font-weight: 700;
  margin-top: 14px;
  color: #00A0DC;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

.fv_img {
  margin-top: 20px;
  max-width: 464px;
}

.fv_subTitle {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
  line-height: 1.4;
  background: #23AADC;
  border: 1px solid #23AADC;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
  max-width: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 16px;
  padding: 9px 0;
  transition: 0.3s;
}

.fv_subTitle span {
  font-size: 10px;
}

.fv_text {
  max-width: 360px;
  width: 100%;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 auto;
}

.fv_text:nth-of-type(2) {
  margin-top: 9px;
}

@media screen and (min-width: 681px) {
  .fv_subTitle:hover {
    background: #fff;
    color: #23AADC;
  }
}
@media screen and (max-width: 1440px) {
  .fv {
    text-align: center;
    padding: 7.6388888889vw 0 5.5555555556vw;
    width: 100%;
    background-image: url(../images/front/fv_bg01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .fv::before {
    content: "";
    display: inline-block;
    width: 86.8055555556vw;
    height: 50.9722222222vw;
    background-image: url(../images/front/fv_bg02.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }
  .fv_title {
    line-height: 1.4;
  }
  .fv_title_sub {
    color: #FFF;
    text-shadow: 0vw 0.2777777778vw 0.2777777778vw rgba(0, 0, 0, 0.25);
    font-size: 3.75vw;
    font-weight: 700;
    border-radius: 0.6944444444vw;
    background: rgba(69, 193, 255, 0.9);
    padding: 0 0.5555555556vw;
  }
  .fv_title_main {
    font-size: 4.8611111111vw;
    font-weight: 700;
    margin-top: 0.9722222222vw;
    color: #00A0DC;
  }
  .fv_img {
    margin-top: 1.3888888889vw;
    max-width: 32.2222222222vw;
  }
  .fv_subTitle {
    color: #FFF;
    font-size: 1.3888888889vw;
    font-weight: 700;
    border-radius: 0.6944444444vw;
    line-height: 1.4;
    background: #23AADC;
    border: 0.0694444444vw solid #23AADC;
    box-shadow: 0.2777777778vw 0.2777777778vw 0.6944444444vw 0vw rgba(0, 0, 0, 0.1);
    max-width: 26.3888888889vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.0833333333vw auto 1.1111111111vw;
    padding: 0.625vw 0;
    transition: 0.3s;
  }
  .fv_subTitle span {
    font-size: 0.6944444444vw;
  }
  .fv_text {
    max-width: 25vw;
    width: 100%;
    font-size: 0.6944444444vw;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 auto;
  }
  .fv_text:nth-of-type(2) {
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 680px) {
  .fv {
    text-align: center;
    padding: 26.9333333333vw 0 96.2666666667vw;
    background-image: url(../images/front/fv_bg01_sp.webp);
  }
  .fv::before {
    width: 100vw;
    height: 99.4666666667vw;
    background-image: url(../images/front/fv_bg02_sp.webp);
  }
  .fv_title_sub {
    font-size: 5.8666666667vw;
    padding: 0.8vw 2.1333333333vw;
    position: relative;
    left: -8vw;
  }
  .fv_title_sub::after {
    content: "";
    display: inline-block;
    width: 21.3333333333vw;
    height: 19.7333333333vw;
    background-image: url(../images/common/eamaru03.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: -18.9333333333vw;
    transform: translate(0, -50%);
  }
  .fv_title_main {
    font-size: 10.1333333333vw;
    margin-top: 4.2666666667vw;
  }
  .fv_img {
    margin-top: 4vw;
    max-width: 67.4666666667vw;
  }
  .fv_subTitle {
    font-size: 4.2666666667vw;
    max-width: 62.9333333333vw;
    margin: 4vw auto 2.1333333333vw;
    padding: 1.3333333333vw 0;
  }
  .fv_subTitle span {
    font-size: 2.6666666667vw;
  }
  .fv_text {
    max-width: 65.8666666667vw;
    font-size: 2.6666666667vw;
  }
  .fv_text:nth-of-type(2) {
    margin-top: 1.6vw;
  }
}
/* Section1
***************************************************************/
.sec1 {
  background: #FFF8CF;
  padding: 70px 0;
}

.sec1_flex {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 80px;
}

.sec1_flex_title {
  color: #1E52A3;
  font-size: 47px;
  font-weight: 700;
  letter-spacing: 10px;
  writing-mode: vertical-rl;
  text-align: center;
}

.sec1_text {
  max-width: 670px;
  margin: 30px auto 0;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: #1E52A3;
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  padding: 24px;
}

@media screen and (max-width: 1440px) {
  .sec1 {
    background: #FFF8CF;
    padding: 4.8611111111vw 0;
  }
  .sec1_flex {
    display: grid;
    grid-template-columns: 3.8194444444vw 1fr;
    gap: 5.5555555556vw;
  }
  .sec1_flex_title {
    color: #1E52A3;
    font-size: 3.2638888889vw;
    font-weight: 700;
    letter-spacing: 0.6944444444vw;
    writing-mode: vertical-rl;
    text-align: center;
  }
  .sec1_text {
    max-width: 46.5277777778vw;
    margin: 2.0833333333vw auto 0;
    border-radius: 1.3888888889vw;
    background: #FFF;
    box-shadow: 0vw 0vw 0.6944444444vw 0vw rgba(0, 0, 0, 0.1);
    color: #1E52A3;
    font-size: 1.6666666667vw;
    font-weight: 700;
    line-height: 180%;
    padding: 1.6666666667vw;
  }
}
@media screen and (max-width: 680px) {
  .sec1 {
    background: #FFF8CF;
    padding: 10.6666666667vw 0 0;
    position: relative;
    z-index: 1;
  }
  .sec1::before {
    content: "";
    display: block;
    width: 100%;
    height: 22.6666666667vw;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .sec1_flex {
    display: block;
  }
  .sec1_flex_title {
    display: none;
  }
  .sec1_text {
    max-width: unset;
    margin: 10.6666666667vw auto 0;
    font-size: 4.2666666667vw;
    padding: 4.2666666667vw 0;
    text-align: center;
  }
}
/* Section2
***************************************************************/
.sec2 {
  position: relative;
  z-index: 1;
}

.sec2 .inner {
  max-width: 1030px;
}

.sec2::before {
  content: "";
  display: inline-block;
  width: 670px;
  height: 670px;
  background-image: url(../images/front/sec2_bg01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.sec2_bg {
  width: 1440px;
  position: absolute;
  top: 547px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.sec2_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
}

.sec2_item_img {
  height: 342px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec2_item_title {
  font-size: 30px;
  color: #fff;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  background: linear-gradient(92deg, #1E52A3 0%, #45C1FF 100%);
  background-blend-mode: color-dodge, normal;
  min-height: 98px;
  margin-top: 24px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.sec2_item_subTitle {
  color: #1E52A3;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 24px;
}

.sec2_item_text {
  font-size: 18px;
  margin-top: 16px;
}

.sec2_content {
  margin-top: 50px;
}

.sec2_content_title {
  color: rgb(229, 57, 53);
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 19px;
}

.sec2_content_text {
  font-size: 18px;
  line-height: 150%;
  margin-top: 19px;
  text-indent: -1em;
  padding-left: 1em;
}

.sec2_content_text:nth-of-type(2) {
  margin-top: 0;
}

.sec2_content_desc {
  line-height: 150%;
  margin-top: 19px;
}

.sec2_content_flex {
  margin: 19px 0 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 33px;
}

.sec2_content_flexBox_text {
  color: #1E52A3;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.sec2_content_flexBox_btn {
  border-radius: 90px;
  background: #2C9BCB;
  box-shadow: 3px 3px 0px #125289;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  margin-top: 19px;
  transition: 0.3s;
}

.sec2_content_flexBox_btn::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 24px;
  background-image: url(../images/icon/icon_arrow_right01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

@media screen and (min-width: 681px) {
  .sec2_content_flexBox_btn:hover {
    transform: translate(3px, 3px);
    box-shadow: none;
  }
}
@media screen and (max-width: 1440px) {
  .sec2 {
    position: relative;
    z-index: 1;
  }
  .sec2 .inner {
    max-width: 71.5277777778vw;
  }
  .sec2::before {
    content: "";
    display: inline-block;
    width: 46.5277777778vw;
    height: 46.5277777778vw;
    background-image: url(../images/front/sec2_bg01.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .sec2_bg {
    width: 100vw;
    position: absolute;
    top: 37.9861111111vw;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }
  .sec2_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.8888888889vw;
  }
  .sec2_item_img {
    height: 23.75vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec2_item_title {
    font-size: 2.0833333333vw;
    color: #fff;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    border-radius: 0.6944444444vw;
    background: linear-gradient(92deg, #1E52A3 0%, #45C1FF 100%);
    background-blend-mode: color-dodge, normal;
    min-height: 6.8055555556vw;
    margin-top: 1.6666666667vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .sec2_item_subTitle {
    color: #1E52A3;
    font-size: 1.6666666667vw;
    font-weight: 700;
    line-height: 150%;
    margin-top: 1.6666666667vw;
  }
  .sec2_item_text {
    font-size: 1.25vw;
    margin-top: 1.1111111111vw;
  }
  .sec2_content {
    margin-top: 3.4722222222vw;
  }
  .sec2_content_title {
    font-size: 1.6666666667vw;
    font-weight: 700;
    line-height: 150%;
    margin-top: 1.3194444444vw;
  }
  .sec2_content_text {
    font-size: 1.25vw;
    line-height: 150%;
    margin-top: 1.3194444444vw;
    text-indent: -1em;
    padding-left: 1em;
  }
  .sec2_content_text:nth-of-type(2) {
    margin-top: 0;
  }
  .sec2_content_desc {
    line-height: 150%;
    margin-top: 1.3194444444vw;
  }
  .sec2_content_flex {
    margin: 1.3194444444vw 0 3.4722222222vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.2916666667vw;
  }
  .sec2_content_flexBox_text {
    color: #1E52A3;
    font-size: 1.6666666667vw;
    font-weight: 700;
    line-height: 150%;
  }
  .sec2_content_flexBox_btn {
    border-radius: 6.25vw;
    background: #2C9BCB;
    box-shadow: 0.2083333333vw 0.2083333333vw 0vw #125289;
    color: #FFF;
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 1;
    width: 100%;
    max-width: 27.7777777778vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.1111111111vw 0;
    margin-top: 1.3194444444vw;
    transition: 0.3s;
  }
  .sec2_content_flexBox_btn::after {
    content: "";
    display: inline-block;
    width: 0.8333333333vw;
    height: 1.6666666667vw;
    background-image: url(../images/icon/icon_arrow_right01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
}
@media screen and (max-width: 680px) {
  .sec2 {
    margin-top: 10.6666666667vw;
    padding: 10.6666666667vw 0 0;
  }
  .sec2::before {
    width: 99.7333333333vw;
    height: 99.7333333333vw;
  }
  .sec2 .inner {
    max-width: unset;
  }
  .sec2_bg {
    display: none;
  }
  .sec2_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10.6666666667vw;
  }
  .sec2_item {
    display: flex;
    flex-flow: column;
  }
  .sec2_item_img {
    height: auto;
    margin-top: 6.4vw;
  }
  .sec2_item_title {
    font-size: 8vw;
    border-radius: 2.6666666667vw;
    min-height: 26.1333333333vw;
    margin-top: 0;
    order: -1;
  }
  .sec2_item_subTitle {
    font-size: 6.4vw;
    margin-top: 6.4vw;
  }
  .sec2_item_text {
    font-size: 4.8vw;
    margin-top: 4.2666666667vw;
  }
  .sec2_content {
    margin-top: 10.6666666667vw;
  }
  .sec2_content_title {
    font-size: 5.3333333333vw;
    margin-top: 0;
  }
  .sec2_content_text {
    font-size: 4.2666666667vw;
    margin-top: 5.0666666667vw;
  }
  .sec2_content_text:nth-of-type(2) {
    margin-top: 4.2666666667vw;
  }
  .sec2_content_desc {
    margin-top: 5.0666666667vw;
    font-size: 3.2vw;
    text-indent: -1em;
    padding-left: 1em;
  }
  .sec2_content_flex {
    margin: 10.6666666667vw 0 4.2666666667vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 8.8vw;
  }
  .sec2_content_flexBox_text {
    font-size: 5.3333333333vw;
  }
  .sec2_content_flexBox_btn {
    font-size: 4.8vw;
    max-width: 84vw;
    padding: 3.2vw 0;
    margin-top: 2.1333333333vw;
    line-height: 1.4;
  }
  .sec2_content_flexBox_btn::after {
    width: 3.2vw;
    height: 6.4vw;
  }
}
/* Section3
***************************************************************/
.sec3 {
  background-image: url(../images/front/sec3_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 70px 0 40px;
}

.sec3_title {
  font-size: 50px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.sec3_title span {
  background: #1E52A3;
  padding: 6px 0;
  margin-right: 10px;
}

.sec3_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  max-width: 740px;
  margin: 75px auto 0;
  position: relative;
  z-index: 1;
}

.sec3_flex::before {
  content: "";
  display: inline-block;
  width: 355px;
  height: 187px;
  background-image: url(../images/common/bg_wind.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 104px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

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

.sec3_flexBox:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  width: 262px;
  height: 274px;
  background-image: url(../images/front/sec3_ill01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  left: -248px;
  top: -21px;
}

.sec3_flexBox:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  width: 226px;
  height: 258px;
  background-image: url(../images/front/sec3_ill02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: -184px;
  top: -40px;
}

.sec3_flexBox_text {
  color: #1E52A3;
  font-size: 20px;
  font-weight: 700;
  line-height: 200%;
  position: relative;
}

.sec3_flexBox_text::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  left: -30px;
  top: 2px;
}

.sec3_content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 110px;
}

.sec3_content_img {
  width: 192px;
}

.sec3_contentBox_text {
  color: #1E52A3;
  font-size: 32px;
  font-weight: 700;
  line-height: 200%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

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

.sec3_contentBox_text::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 54px;
  background-image: url(../images/icon/icon_before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  transform: scale(-1, 1);
}

.sec3_contentBox_title {
  color: #1E52A3;
  font-size: 32px;
  font-weight: 700;
  line-height: 200%;
  border-radius: 20px;
  background: #FFF;
  padding: 16px;
}

.sec3_contentBox_title span {
  background: #1E52A3;
  color: #fff;
}

.sec3_contentBox_title_eamaru {
  width: 121px;
  position: relative;
  top: -14px;
}

@media screen and (max-width: 1440px) {
  .sec3 {
    background-image: url(../images/front/sec3_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 4.8611111111vw 0 2.7777777778vw;
  }
  .sec3_title {
    font-size: 3.4722222222vw;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .sec3_title span {
    background: #1E52A3;
    padding: 0.4166666667vw 0;
    margin-right: 0.6944444444vw;
  }
  .sec3_flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9027777778vw;
    max-width: 51.3888888889vw;
    margin: 5.2083333333vw auto 0;
    position: relative;
    z-index: 1;
  }
  .sec3_flex::before {
    content: "";
    display: inline-block;
    width: 24.6527777778vw;
    height: 12.9861111111vw;
    background-image: url(../images/common/bg_wind.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 7.2222222222vw;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }
  .sec3_flexBox {
    padding: 1.3888888889vw 0.6944444444vw 1.3888888889vw 2.7777777778vw;
    border-radius: 0.6944444444vw;
    background: #FFF;
    position: relative;
  }
  .sec3_flexBox:nth-of-type(1)::before {
    content: "";
    display: inline-block;
    width: 18.1944444444vw;
    height: 19.0277777778vw;
    background-image: url(../images/front/sec3_ill01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    left: -17.2222222222vw;
    top: -1.4583333333vw;
  }
  .sec3_flexBox:nth-of-type(2)::before {
    content: "";
    display: inline-block;
    width: 15.6944444444vw;
    height: 17.9166666667vw;
    background-image: url(../images/front/sec3_ill02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: -12.7777777778vw;
    top: -2.7777777778vw;
  }
  .sec3_flexBox_text {
    color: #1E52A3;
    font-size: 1.3888888889vw;
    font-weight: 700;
    line-height: 200%;
    position: relative;
  }
  .sec3_flexBox_text::before {
    content: "";
    display: inline-block;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    background-image: url(../images/icon/icon_check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    left: -2.0833333333vw;
    top: 0.1388888889vw;
  }
  .sec3_content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 7.6388888889vw;
  }
  .sec3_content_img {
    width: 13.3333333333vw;
  }
  .sec3_contentBox_text {
    color: #1E52A3;
    font-size: 2.2222222222vw;
    font-weight: 700;
    line-height: 200%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.3888888889vw;
  }
  .sec3_contentBox_text::before {
    content: "";
    display: inline-block;
    width: 1.3888888889vw;
    height: 3.75vw;
    background-image: url(../images/icon/icon_before.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .sec3_contentBox_text::after {
    content: "";
    display: inline-block;
    width: 1.3888888889vw;
    height: 3.75vw;
    background-image: url(../images/icon/icon_before.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    transform: scale(-1, 1);
  }
  .sec3_contentBox_title {
    color: #1E52A3;
    font-size: 2.2222222222vw;
    font-weight: 700;
    line-height: 200%;
    border-radius: 1.3888888889vw;
    background: #FFF;
    padding: 1.1111111111vw;
  }
  .sec3_contentBox_title span {
    background: #1E52A3;
    color: #fff;
  }
  .sec3_contentBox_title_eamaru {
    width: 8.4027777778vw;
    position: relative;
    top: -0.9722222222vw;
  }
}
@media screen and (max-width: 680px) {
  .sec3 {
    background-image: url(../images/front/sec3_bg_sp.webp);
    padding: 5.3333333333vw 0 21.3333333333vw;
  }
  .sec3_title {
    font-size: 7.4666666667vw;
    background: #1E52A3;
    padding: 4.2666666667vw 0;
  }
  .sec3_title span {
    padding: 0;
    margin-right: 0;
  }
  .sec3_flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.5333333333vw;
    margin: 4.5333333333vw auto 0;
    max-width: unset;
  }
  .sec3_flex::before {
    width: 74.4vw;
    height: 39.2vw;
    top: unset;
    bottom: -28vw;
  }
  .sec3_flexBox {
    padding: 5.3333333333vw 3.7333333333vw 3.7333333333vw 38.4vw;
    border-radius: 2.6666666667vw;
  }
  .sec3_flexBox:nth-of-type(2) {
    padding: 5.3333333333vw 13.3333333333vw 3.7333333333vw 10.9333333333vw;
  }
  .sec3_flexBox:nth-of-type(1)::before {
    width: 32vw;
    height: 33.6vw;
    position: absolute;
    top: 50%;
    left: 2.6666666667vw;
    transform: translate(0, -50%);
  }
  .sec3_flexBox:nth-of-type(2)::before {
    width: 26.1333333333vw;
    height: 30.1333333333vw;
    right: unset;
    right: -1.0666666667vw;
    top: 9.3333333333vw;
  }
  .sec3_flexBox_text {
    font-size: 4.2666666667vw;
  }
  .sec3_flexBox_text::before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    left: -8vw;
    top: 0.5333333333vw;
  }
  .sec3_content {
    margin-top: 21.3333333333vw;
    position: relative;
    z-index: 4;
  }
  .sec3_content_img {
    width: 30.4vw;
    position: absolute;
    left: 2.6666666667vw;
    bottom: 1.3333333333vw;
  }
  .sec3_contentBox_text {
    font-size: 5.3333333333vw;
    gap: 3.2vw;
  }
  .sec3_contentBox_text::before {
    width: 3.4666666667vw;
    height: 9.3333333333vw;
  }
  .sec3_contentBox_text::after {
    width: 3.4666666667vw;
    height: 9.3333333333vw;
  }
  .sec3_contentBox_title {
    font-size: 4.5333333333vw;
    padding: 3.4666666667vw 3.4666666667vw 3.4666666667vw 33.0666666667vw;
    text-align: center;
    margin-top: 2.6666666667vw;
  }
  .sec3_contentBox_title span {
    background: #1E52A3;
    color: #fff;
  }
  .sec3_contentBox_title_eamaru {
    width: 17.3333333333vw;
    position: relative;
    top: -2.4vw;
  }
}
/* Section4
***************************************************************/
.sec4 {
  position: relative;
  z-index: 1;
}

.sec4_bg {
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -1;
}

.sec4_content {
  position: relative;
}

.sec4_title {
  text-align: center;
  color: #E0F7FF;
  font-size: 120px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.sec4_content_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 180px 40px;
}

.sec4_content_item {
  max-width: 300px;
  width: 100%;
  text-align: center;
}

.sec4_content_item_img {
  width: 160px;
}

.sec4_content_item_text {
  text-align: left;
  font-size: 25px;
  font-weight: 700;
  margin-top: 24px;
  line-height: 1.4;
  display: inline-block;
}

.sec4_content_item_text .col {
  color: #1E52A3;
  display: inline;
}

.sec4_content_item_text .note {
  font-size: 15px;
  display: inline;
}

.sec4_comment {
  max-width: 410px;
  margin: 40px auto 0;
}

.sec4_comment_text {
  font-size: 10px;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.sec4_cta {
  border-radius: 20px;
  background: #FFF8CF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 100px auto 0;
  max-width: 835px;
  padding: 26px 176px;
  text-align: center;
  position: relative;
}

.sec4_cta::before {
  content: "";
  display: inline-block;
  width: 152px;
  height: 133px;
  background-image: url(../images/common/eamaru04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 109px;
  top: -25px;
}

.sec4_cta_title {
  color: #0183E7;
  font-size: 40px;
  font-weight: 700;
}

.sec4_cta_price {
  font-family: "din-2014", sans-serif;
  color: #E53935;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
}

.sec4_cta_price .text01 {
  font-size: 40px;
  font-weight: 400;
}

.sec4_cta_price .text02 {
  color: #000;
  font-size: 40px;
  font-weight: 400;
}

.sec4_cta_price .text03 {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.sec4_cta_price_sub {
  color: #FF0C0C;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  max-width: 370px;
  margin-top: 10px;
}

.sec4_simulation_btn {
  background: linear-gradient(93deg, #1E52A3 4.28%, #1450AD 100.86%);
  box-shadow: 3px 3px 0px 0px #14495F;
  max-width: 485px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 20px;
  padding: 6px 0;
  margin: 16px auto 0;
  transition: 0.3s;
}

.sec4_simulation_btn::after {
  content: "";
  display: inline-block;
  width: 67px;
  height: 67px;
  background-image: url(../images/icon/icon_simulation.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.sec4_simulation_btn_link {
  color: #FFF;
  font-size: 19px;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 1.2;
}

.sec4_simulation_btn_link span {
  display: block;
  font-size: 28px;
}

@media screen and (min-width: 681px) {
  .sec4_simulation_btn:hover {
    transform: translate(3px, 3px);
    box-shadow: none;
  }
}
@media screen and (max-width: 1440px) {
  .sec4 {
    position: relative;
    z-index: 1;
  }
  .sec4_bg {
    position: absolute;
    top: -2.0833333333vw;
    left: 0;
    z-index: -1;
  }
  .sec4_content {
    position: relative;
  }
  .sec4_title {
    text-align: center;
    color: #E0F7FF;
    font-size: 8.3333333333vw;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .sec4_content_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12.5vw 2.7777777778vw;
  }
  .sec4_content_item {
    max-width: 20.8333333333vw;
    width: 100%;
    text-align: center;
  }
  .sec4_content_item_img {
    width: 11.1111111111vw;
  }
  .sec4_content_item_text {
    text-align: left;
    font-size: 1.7361111111vw;
    font-weight: 700;
    margin-top: 1.6666666667vw;
    line-height: 1.4;
    display: inline-block;
  }
  .sec4_content_item_text .col {
    color: #1E52A3;
    display: inline;
  }
  .sec4_content_item_text .note {
    font-size: 1.0416666667vw;
    display: inline;
  }
  .sec4_comment {
    max-width: 28.4722222222vw;
    margin: 2.7777777778vw auto 0;
  }
  .sec4_comment_text {
    font-size: 0.6944444444vw;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    gap: 0.6944444444vw;
  }
  .sec4_cta {
    border-radius: 1.3888888889vw;
    background: #FFF8CF;
    box-shadow: 0vw 0.2777777778vw 0.2777777778vw 0vw rgba(0, 0, 0, 0.25);
    margin: 6.9444444444vw auto 0;
    max-width: 57.9861111111vw;
    padding: 1.8055555556vw 12.2222222222vw;
    text-align: center;
    position: relative;
  }
  .sec4_cta::before {
    content: "";
    display: inline-block;
    width: 10.5555555556vw;
    height: 9.2361111111vw;
    background-image: url(../images/common/eamaru04.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: 7.5694444444vw;
    top: -1.7361111111vw;
  }
  .sec4_cta_title {
    color: #0183E7;
    font-size: 2.7777777778vw;
    font-weight: 700;
  }
  .sec4_cta_price {
    font-family: "din-2014", sans-serif;
    color: #E53935;
    font-size: 6.9444444444vw;
    font-weight: 700;
    line-height: 1;
  }
  .sec4_cta_price .text01 {
    font-size: 2.7777777778vw;
    font-weight: 400;
  }
  .sec4_cta_price .text02 {
    color: #000;
    font-size: 2.7777777778vw;
    font-weight: 400;
  }
  .sec4_cta_price .text03 {
    color: #000;
    font-size: 1.0416666667vw;
    font-weight: 400;
  }
  .sec4_cta_price_sub {
    color: #FF0C0C;
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 1;
    max-width: 25.6944444444vw;
    margin-top: 0.6944444444vw;
  }
  .sec4_simulation_btn {
    background: linear-gradient(93deg, #1E52A3 4.28%, #1450AD 100.86%);
    box-shadow: 0.2083333333vw 0.2083333333vw 0vw 0vw #14495F;
    max-width: 33.6805555556vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5555555556vw;
    border-radius: 1.3888888889vw;
    padding: 0.4166666667vw 0;
    margin: 1.1111111111vw auto 0;
    transition: 0.3s;
  }
  .sec4_simulation_btn::after {
    content: "";
    display: inline-block;
    width: 4.6527777778vw;
    height: 4.6527777778vw;
    background-image: url(../images/icon/icon_simulation.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .sec4_simulation_btn_link {
    color: #FFF;
    font-size: 1.3194444444vw;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 1.2;
  }
  .sec4_simulation_btn_link span {
    display: block;
    font-size: 1.9444444444vw;
  }
}
@media screen and (max-width: 680px) {
  .sec4 {
    position: relative;
    z-index: 1;
  }
  .sec4_bg {
    top: 19.7333333333vw;
    width: 216vw;
  }
  .sec4_title {
    font-size: 21.3333333333vw;
    line-height: 1.4;
    position: unset;
    transform: unset;
  }
  .sec4_content_list {
    display: block;
  }
  .sec4_content_item {
    width: 80vw;
    max-width: unset;
  }
  .sec4_content_item_img {
    width: 42.6666666667vw;
    margin: 0 auto;
  }
  .sec4_content_item_text {
    font-size: 5.3333333333vw;
    margin-top: 4.2666666667vw;
    text-align: center;
  }
  .sec4_content_item_text .note {
    font-size: 5.3333333333vw;
  }
  .sec4_comment {
    max-width: unset;
    margin: 5.3333333333vw auto 0;
    display: flex;
    flex-flow: column;
    gap: 2.1333333333vw;
  }
  .sec4_comment_text {
    font-size: 3.4666666667vw;
    line-height: 1.4;
    gap: 2.1333333333vw;
  }
  .sec4_cta {
    border-radius: 5.3333333333vw;
    margin: 21.3333333333vw auto 0;
    padding: 26.6666666667vw 3.2vw 13.3333333333vw;
    max-width: unset;
  }
  .sec4_cta::before {
    width: 40.5333333333vw;
    height: 35.4666666667vw;
    top: -13.3333333333vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sec4_cta_title {
    font-size: 8.5333333333vw;
  }
  .sec4_cta_price {
    font-size: 15.2vw;
  }
  .sec4_cta_price .text01 {
    font-size: 6.1333333333vw;
  }
  .sec4_cta_price .text02 {
    font-size: 6.1333333333vw;
  }
  .sec4_cta_price .text03 {
    font-size: 2.6666666667vw;
  }
  .sec4_cta_price_sub {
    font-size: 4.2666666667vw;
    margin-top: 0;
    text-align: center;
    max-width: unset;
  }
  .sec4_simulation_btn {
    gap: 1.3333333333vw;
    padding: 1.0666666667vw 0;
    margin: 6.4vw auto 0;
    max-width: unset;
  }
  .sec4_simulation_btn::after {
    width: 12.8vw;
    height: 12.8vw;
  }
  .sec4_simulation_btn_link {
    font-size: 3.7333333333vw;
  }
  .sec4_simulation_btn_link span {
    font-size: 5.3333333333vw;
  }
}
/* Section5
***************************************************************/
.sec5 {
  background: #BEE8F8;
  position: relative;
  z-index: 1;
  margin-top: -2px;
  padding: 120px 0 70px;
  overflow: hidden;
}

.sec5_bg01 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.sec5_bg02 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.sec5_bg03 {
  position: absolute;
  left: 0;
  top: 1449px;
  z-index: -1;
}

.sec5 .section_title .ja {
  color: #1E52A3;
}

.sec5_head {
  text-align: center;
}

.sec5_head_text01 {
  font-size: 25px;
  font-weight: 700;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

.sec5_head_text01:nth-of-type(3) {
  color: rgb(229, 57, 53);
}

.sec5_head_text02 {
  font-size: 25px;
  font-weight: 700;
  color: #1E52A3;
  margin-top: 20px;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

.sec5_head_text02 span {
  font-size: 40px;
  color: #FF0C0C;
}

.sec5_list {
  display: flex;
  flex-flow: column;
  gap: 80px;
  margin-top: 60px;
}

.sec5_item_title {
  text-align: center;
}

.sec5_item_title span {
  color: #0089CE;
  font-size: 40px;
  font-weight: 500;
  border-radius: 46.5px;
  background: #F9F9F9;
  padding: 0 30px;
  line-height: 1.5;
}

.sec5_item_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 32px;
}

.sec5_item_flexBox {
  background: #FFF;
  display: grid;
  grid-template-columns: 252px 1fr;
  border-radius: 20px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.sec5_itemBox_img {
  text-align: center;
  padding: 20px 14px;
}

.sec5_itemBox_img_logo {
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.sec5_itemBox_img_products {
  height: 223px;
  margin-top: 46px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.sec5_itemBox_table {
  background: #EEF9FF;
  width: 100%;
  border-radius: 0 20px 20px 0;
}

.sec5_itemBox_th {
  background: #45C1FF;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 8px;
  display: block;
}

tr:nth-of-type(1) .sec5_itemBox_th {
  border-radius: 0 20px 0 0;
}

.sec5_itemBox_td {
  display: block;
  padding: 8px;
}

.sec5_itemBox_td_name {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.sec5_itemBox_td_name .use {
  border-radius: 6px;
  background: #0089CE;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  padding: 0 4px;
  margin-left: 16px;
}

.sec5_itemBox_td_name .use_model {
  font-size: 16px;
  margin-left: 8px;
}

.sec5_itemBox_td_price {
  color: #E53935;
  font-size: 24px;
  font-weight: bold;
}

.sec5_itemBox_td_price .en {
  font-size: 16px;
}

.sec5_itemBox_td_price .regular {
  font-weight: 400;
}

.sec5_itemBox_td_price .sub {
  font-size: 16px;
}

.sec5_itemBox_td_comment {
  color: #0089CE;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.sec5_itemBox_td_comment span {
  border-radius: 6px;
  background: #FFF;
  padding: 4px 8px;
}

.sec5_itemBox_td_comment_desc {
  color: #000;
  font-size: 15px;
  line-height: 150%;
  margin-top: 8px;
  text-indent: -1em;
  padding-left: 1em;
}

.sec5_schedule {
  max-width: 905px;
  margin: 70px auto 0;
  border-radius: 30px;
  background: #FFF;
  padding: 23px 57px;
  text-align: center;
}

.sec5_schedule_title {
  color: #1E52A3;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
}

.sec5_schedule_text {
  color: #000;
  font-size: 20px;
  line-height: 150%;
  margin-top: 24px;
}

.sec5_simulation_btn {
  background: linear-gradient(93deg, #1E52A3 4.28%, #1450AD 100.86%);
  box-shadow: 3px 3px 0px 0px #14495F;
  max-width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 20px;
  padding: 20px 0;
  margin: 70px auto 0;
  transition: 0.3s;
}

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

.sec5_simulation_btn_link {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 1.2;
}

.sec5_simulation_btn_link span {
  display: block;
  font-size: 30px;
}

@media screen and (min-width: 681px) {
  .sec5_simulation_btn:hover {
    transform: translate(3px, 3px);
    box-shadow: none;
  }
}
@media screen and (max-width: 1440px) {
  .sec5 {
    background: #BEE8F8;
    position: relative;
    z-index: 1;
    margin-top: -0.1388888889vw;
    padding: 8.3333333333vw 0 4.8611111111vw;
    overflow: hidden;
  }
  .sec5_bg01 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .sec5_bg02 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .sec5_bg03 {
    position: absolute;
    left: 0;
    top: 100.625vw;
    z-index: -1;
  }
  .sec5 .section_title .ja {
    color: #1E52A3;
  }
  .sec5_head {
    text-align: center;
  }
  .sec5_head_text01 {
    font-size: 1.7361111111vw;
    font-weight: 700;
  }
  .sec5_head_text02 {
    font-size: 1.7361111111vw;
    font-weight: 700;
    color: #1E52A3;
    margin-top: 1.3888888889vw;
  }
  .sec5_head_text02 span {
    font-size: 2.7777777778vw;
    color: #FF0C0C;
  }
  .sec5_list {
    display: flex;
    flex-flow: column;
    gap: 5.5555555556vw;
    margin-top: 4.1666666667vw;
  }
  .sec5_item_title {
    text-align: center;
  }
  .sec5_item_title span {
    color: #0089CE;
    font-size: 2.7777777778vw;
    font-weight: 500;
    border-radius: 3.1944444444vw;
    background: #F9F9F9;
    padding: 0 2.0833333333vw;
    line-height: 1.5;
  }
  .sec5_item_flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25vw;
    margin-top: 2.2222222222vw;
  }
  .sec5_item_flexBox {
    background: #FFF;
    display: grid;
    grid-template-columns: 17.5vw 1fr;
    border-radius: 1.3888888889vw;
    box-shadow: 0.2777777778vw 0.2777777778vw 0.6944444444vw 0vw rgba(0, 0, 0, 0.1);
  }
  .sec5_itemBox_img {
    text-align: center;
    padding: 1.3888888889vw 0.9722222222vw;
  }
  .sec5_itemBox_img_logo {
    height: 2.2222222222vw;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .sec5_itemBox_img_products {
    height: 15.4861111111vw;
    margin-top: 3.1944444444vw;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .sec5_itemBox_table {
    background: #EEF9FF;
    width: 100%;
    border-radius: 0 1.3888888889vw 1.3888888889vw 0;
  }
  .sec5_itemBox_th {
    background: #45C1FF;
    color: #FFF;
    font-size: 1.3888888889vw;
    font-weight: 700;
    line-height: 1;
    padding: 0.2777777778vw 0.5555555556vw;
    display: block;
  }
  tr:nth-of-type(1) .sec5_itemBox_th {
    border-radius: 0 1.3888888889vw 0 0;
  }
  .sec5_itemBox_td {
    display: block;
    padding: 0.5555555556vw;
  }
  .sec5_itemBox_td_name {
    color: #000;
    font-size: 1.3888888889vw;
    font-weight: 700;
    line-height: 150%;
  }
  .sec5_itemBox_td_name .use {
    border-radius: 0.4166666667vw;
    background: #0089CE;
    color: #FFF;
    font-size: 1.3888888889vw;
    font-weight: 700;
    line-height: 130%;
    padding: 0 0.2777777778vw;
    margin-left: 1.1111111111vw;
  }
  .sec5_itemBox_td_name .use_model {
    font-size: 1.1111111111vw;
    margin-left: 0.5555555556vw;
  }
  .sec5_itemBox_td_price {
    color: #E53935;
    font-size: 1.6666666667vw;
    font-weight: bold;
  }
  .sec5_itemBox_td_price .en {
    font-size: 1.1111111111vw;
  }
  .sec5_itemBox_td_price .regular {
    font-weight: 400;
  }
  .sec5_itemBox_td_price .sub {
    font-size: 1.1111111111vw;
  }
  .sec5_itemBox_td_comment {
    color: #0089CE;
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 130%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.2777777778vw;
  }
  .sec5_itemBox_td_comment span {
    border-radius: 0.4166666667vw;
    background: #FFF;
    padding: 0.2777777778vw 0.5555555556vw;
  }
  .sec5_itemBox_td_comment_desc {
    color: #000;
    font-size: 1.0416666667vw;
    line-height: 150%;
    margin-top: 0.5555555556vw;
    text-indent: -1em;
    padding-left: 1em;
  }
  .sec5_schedule {
    max-width: 62.8472222222vw;
    margin: 4.8611111111vw auto 0;
    border-radius: 2.0833333333vw;
    background: #FFF;
    padding: 1.5972222222vw 3.9583333333vw;
    text-align: center;
  }
  .sec5_schedule_title {
    color: #1E52A3;
    font-size: 2.4305555556vw;
    font-weight: 700;
    line-height: 1.4;
  }
  .sec5_schedule_text {
    color: #000;
    font-size: 1.3888888889vw;
    line-height: 150%;
    margin-top: 1.6666666667vw;
  }
  .sec5_simulation_btn {
    background: linear-gradient(93deg, #1E52A3 4.28%, #1450AD 100.86%);
    box-shadow: 0.2083333333vw 0.2083333333vw 0vw 0vw #14495F;
    max-width: 41.6666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.0416666667vw;
    border-radius: 1.3888888889vw;
    padding: 1.3888888889vw 0;
    margin: 4.8611111111vw auto 0;
    transition: 0.3s;
  }
  .sec5_simulation_btn::before {
    content: "";
    display: inline-block;
    width: 4.6527777778vw;
    height: 4.6527777778vw;
    background-image: url(../images/icon/icon_simulation.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .sec5_simulation_btn_link {
    color: #FFF;
    font-size: 1.3888888889vw;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 1.2;
  }
  .sec5_simulation_btn_link span {
    display: block;
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 680px) {
  .sec5 {
    padding: 26.6666666667vw 0 13.3333333333vw;
    overflow: hidden;
  }
  .sec5_bg01 {
    width: 387.4666666667vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sec5_bg02 {
    width: 382.6666666667vw;
    bottom: 53.3333333333vw;
    width: 387.4666666667vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sec5_bg03 {
    width: 382.6666666667vw;
    width: 387.4666666667vw;
    left: 50%;
    transform: translate(-50%, 0);
    top: 386.4vw;
  }
  .sec5_head {
    text-align: left;
  }
  .sec5_head_text01 {
    font-size: 5.3333333333vw;
  }
  .sec5_head_text02 {
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .sec5_head_text02 span {
    font-size: 8.2666666667vw;
  }
  .sec5_list {
    display: flex;
    flex-flow: column;
    gap: 21.3333333333vw;
    margin-top: 26.6666666667vw;
  }
  .sec5_item_title span {
    font-size: 8.5333333333vw;
    padding: 0 8vw;
  }
  .sec5_item_flex {
    display: block;
    margin-top: 10.6666666667vw;
  }
  .sec5_item_flex.last {
    padding-left: 10.6666666667vw;
  }
  .sec5 .slick-list {
    overflow: unset;
  }
  .sec5_item_flexBox {
    display: block;
    box-shadow: 1.0666666667vw 1.0666666667vw 2.6666666667vw 0vw rgba(0, 0, 0, 0.1);
    width: 80vw;
    margin: 0 5.3333333333vw 0 0;
    border-radius: 5.3333333333vw;
  }
  .sec5 .slick-prev,
  .sec5 .slick-next {
    position: absolute;
    top: 61.3333333333vw;
    cursor: pointer;
    outline: none;
    background-image: url(../images/icon/icon_arrow_slide_blue.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 8.5333333333vw;
    width: 8.5333333333vw;
    z-index: 1;
  }
  .sec5 .slick-prev {
    left: -4vw;
    transform: scale(-1, 1);
  }
  .sec5 .slick-next {
    right: 8vw;
  }
  .sec5 .slick-disabled {
    display: none !important;
  }
  .sec5_itemBox_img {
    padding: 4.2666666667vw 6.1333333333vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
  .sec5_itemBox_img_logo {
    height: 6.1333333333vw;
    -o-object-position: left;
       object-position: left;
  }
  .sec5_itemBox_img_products {
    height: 58.1333333333vw;
    margin-top: 2.6666666667vw;
  }
  .sec5_itemBox_table {
    border-radius: 0 0 5.3333333333vw 5.3333333333vw;
  }
  .sec5_itemBox_th {
    font-size: 4.2666666667vw;
    padding: 1.0666666667vw 1.6vw;
  }
  tr:nth-of-type(1) .sec5_itemBox_th {
    border-radius: 0;
  }
  .sec5_itemBox_td {
    padding: 2.1333333333vw;
  }
  .sec5_itemBox_td_name {
    font-size: 4.2666666667vw;
  }
  .sec5_itemBox_td_name .use {
    border-radius: 1.6vw;
    font-size: 4.2666666667vw;
    padding: 0 1.0666666667vw;
    margin-left: 3.2vw;
  }
  .sec5_itemBox_td_name .use_model {
    font-size: 3.7333333333vw;
    margin-left: 1.6vw;
  }
  .sec5_itemBox_td_price {
    font-size: 6.6666666667vw;
    line-height: 1.2;
  }
  .sec5_itemBox_td_price .en {
    font-size: 4.5333333333vw;
  }
  .sec5_itemBox_td_price .sub {
    font-size: 4.2666666667vw;
  }
  .sec5_itemBox_td_comment {
    font-size: 4.2666666667vw;
    gap: 0.8vw;
  }
  .sec5_itemBox_td_comment span {
    border-radius: 1.6vw;
    padding: 1.0666666667vw 2.1333333333vw;
  }
  .sec5_itemBox_td_comment_desc {
    font-size: 3.2vw;
    margin-top: 1.6vw;
  }
  .sec5_schedule {
    margin: 26.6666666667vw auto 0;
    border-radius: 8vw;
    padding: 10.6666666667vw 3.7333333333vw 17.8666666667vw;
    max-width: unset;
  }
  .sec5_schedule_title {
    font-size: 7.4666666667vw;
  }
  .sec5_schedule_text {
    font-size: 4.2666666667vw;
    margin-top: 6.4vw;
    text-align: left;
  }
  .sec5_simulation_btn {
    max-width: 92vw;
    width: 100%;
    gap: 3.2vw;
    padding: 2.6666666667vw 0;
    margin-top: -10.6666666667vw;
    position: relative;
  }
  .sec5_simulation_btn::before {
    width: 17.8666666667vw;
    height: 17.8666666667vw;
  }
  .sec5_simulation_btn_link {
    font-size: 4.2666666667vw;
  }
  .sec5_simulation_btn_link span {
    font-size: 6.4vw;
  }
}
/* Section6
***************************************************************/
.sec6 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sec6_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.sec6 .section_title {
  position: relative;
}

.sec6 .section_title::before {
  content: "";
  display: inline-block;
  width: 172px;
  height: 133px;
  background-image: url(../images/common/eamaru02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: calc(50% - 270px);
  transform: translate(-50%, -50%);
}

.sec6_list {
  display: flex;
  flex-flow: column;
  gap: 60px;
}

.sec6_item_flex {
  max-width: 880px;
  position: relative;
  padding: 20px 110px 20px 68px;
  border-radius: 30px 30px 0px 0px;
  background: linear-gradient(100deg, #23AADC 0%, rgba(102, 213, 255, 0.6) 100.84%);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
  min-height: 374px;
}

.sec6_item_flex::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../images/front/sec6_bg01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px 30px 0px 0px;
}

.sec6_item_flexBox {
  position: relative;
  z-index: 3;
}

.sec6_item_flexBox_title .number {
  font-family: "din-2014", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(136deg, #B6EBFF 4.51%, #90E0FF 91.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec6_item_flexBox_title .text01 {
  color: #1E52A3;
  text-shadow: 2px 2px 0px #FFF;
  font-size: 35px;
  font-weight: 700;
  background: #fff;
  line-height: 1;
  padding: 8px;
}

.sec6_item_flexBox_text {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  margin-top: 24px;
}

.sec6_item_flex_img {
  width: 452px;
  position: absolute;
  top: 50%;
  right: -367px;
  transform: translate(0, -50%);
}

li:nth-of-type(1) .sec6_item_flexBox_text {
  line-height: 1.4;
}

li:nth-of-type(2) .sec6_item_flex {
  margin-left: auto;
}

li:nth-of-type(2) .sec6_item_flex_img {
  left: -401px;
  right: unset;
}

.sec6_item_content {
  margin: 70px auto 0;
  max-width: 960px;
}

.sec6_item_content_title {
  color: rgb(229, 57, 53);
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 19px;
}

.sec6_item_content_text {
  font-size: 18px;
  line-height: 150%;
  margin-top: 19px;
  text-indent: -1em;
  padding-left: 1em;
}

.sec6_item_content_text:nth-of-type(2) {
  margin-top: 0;
}

.sec6_item_content_desc {
  line-height: 150%;
  margin-top: 19px;
}

.sec6_item_content_flex {
  margin: 19px 0 0;
  display: flex;
  gap: 32px;
}

.sec6_item_content_flexBox {
  flex: 1;
}

.sec6_item_content_flexBox_text {
  color: #1E52A3;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  white-space: nowrap;
}

.sec6_item_content_flexBox_btn {
  border-radius: 90px;
  background: #2C9BCB;
  box-shadow: 3px 3px 0px #125289;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  margin-top: 19px;
  transition: 0.3s;
}

.sec6_item_content_flexBox_btn::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 24px;
  background-image: url(../images/icon/icon_arrow_right01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

@media screen and (min-width: 681px) {
  .sec6_item_content_flexBox_btn:hover {
    transform: translate(3px, 3px);
    box-shadow: none;
  }
}
@media screen and (max-width: 1440px) {
  .sec6 {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .sec6_bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .sec6 .section_title {
    position: relative;
  }
  .sec6 .section_title::before {
    content: "";
    display: inline-block;
    width: 11.9444444444vw;
    height: 9.2361111111vw;
    background-image: url(../images/common/eamaru02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: calc(50% - 18.75vw);
    transform: translate(-50%, -50%);
  }
  .sec6_list {
    display: flex;
    flex-flow: column;
    gap: 4.1666666667vw;
  }
  .sec6_item_flex {
    max-width: 61.1111111111vw;
    position: relative;
    padding: 1.3888888889vw 7.6388888889vw 1.3888888889vw 4.7222222222vw;
    border-radius: 2.0833333333vw 2.0833333333vw 0vw 0vw;
    background: linear-gradient(100deg, #23AADC 0%, rgba(102, 213, 255, 0.6) 100.84%);
    box-shadow: 0.2777777778vw 0.2777777778vw 0.6944444444vw 0vw rgba(0, 0, 0, 0.1);
    min-height: 25.9722222222vw;
  }
  .sec6_item_flex::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(../images/front/sec6_bg01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2.0833333333vw 2.0833333333vw 0vw 0vw;
  }
  .sec6_item_flexBox {
    position: relative;
    z-index: 3;
  }
  .sec6_item_flexBox_title .number {
    font-family: "din-2014", sans-serif;
    font-size: 5vw;
    font-weight: 700;
    line-height: 100%;
    background: linear-gradient(136deg, #B6EBFF 4.51%, #90E0FF 91.66%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .sec6_item_flexBox_title .text01 {
    color: #1E52A3;
    text-shadow: 0.1388888889vw 0.1388888889vw 0vw #FFF;
    font-size: 2.4305555556vw;
    font-weight: 700;
    background: #fff;
    line-height: 1;
    padding: 0.5555555556vw;
  }
  .sec6_item_flexBox_text {
    color: #FFF;
    font-size: 1.3888888889vw;
    font-weight: 700;
    line-height: 2;
    margin-top: 1.6666666667vw;
  }
  .sec6_item_flex_img {
    width: 31.3888888889vw;
    position: absolute;
    top: 50%;
    right: -25.4861111111vw;
    transform: translate(0, -50%);
  }
  li:nth-of-type(1) .sec6_item_flexBox_text {
    line-height: 1.4;
  }
  li:nth-of-type(2) .sec6_item_flex {
    margin-left: auto;
  }
  li:nth-of-type(2) .sec6_item_flex_img {
    left: -27.8472222222vw;
    right: unset;
  }
  .sec6_item_content {
    margin: 4.8611111111vw auto 0;
    max-width: 66.6666666667vw;
  }
  .sec6_item_content_title {
    font-size: 1.6666666667vw;
    font-weight: 700;
    line-height: 150%;
    margin-top: 1.3194444444vw;
  }
  .sec6_item_content_text {
    font-size: 1.25vw;
    line-height: 150%;
    margin-top: 1.3194444444vw;
    text-indent: -1em;
    padding-left: 1em;
  }
  .sec6_item_content_text:nth-of-type(2) {
    margin-top: 0;
  }
  .sec6_item_content_desc {
    line-height: 150%;
    margin-top: 1.3194444444vw;
  }
  .sec6_item_content_flex {
    margin: 1.3194444444vw 0 0;
    display: flex;
    gap: 2.2222222222vw;
  }
  .sec6_item_content_flexBox {
    flex: 1;
  }
  .sec6_item_content_flexBox_text {
    color: #1E52A3;
    font-size: 1.6666666667vw;
    font-weight: 700;
    line-height: 150%;
    white-space: nowrap;
  }
  .sec6_item_content_flexBox_btn {
    border-radius: 6.25vw;
    background: #2C9BCB;
    box-shadow: 0.2083333333vw 0.2083333333vw 0vw #125289;
    color: #FFF;
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 1;
    width: 100%;
    max-width: 27.7777777778vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.1111111111vw 0;
    margin-top: 1.3194444444vw;
    transition: 0.3s;
  }
  .sec6_item_content_flexBox_btn::after {
    content: "";
    display: inline-block;
    width: 0.8333333333vw;
    height: 1.6666666667vw;
    background-image: url(../images/icon/icon_arrow_right01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
}
@media screen and (max-width: 680px) {
  .sec6_bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .sec6 .section_title::before {
    display: block;
    width: 36.5333333333vw;
    height: 28.2666666667vw;
    position: unset;
    transform: unset;
    margin: 0 auto 9.8666666667vw;
  }
  .sec6 .section_title .en {
    font-size: 13.0666666667vw;
    top: 60%;
  }
  .sec6_list {
    gap: 10.6666666667vw;
  }
  .sec6_item_flex {
    padding: 8vw 0 0;
    border-radius: 8vw 8vw 0vw 0vw;
    min-height: unset;
    max-width: unset;
  }
  .sec6_item_flex::before {
    width: 91.7333333333vw;
    height: 84.8vw;
    background-image: url(../images/front/sec6_bg01_sp.svg);
    position: absolute;
    top: 14.1333333333vw;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 0;
  }
  .sec6_item_flexBox_title {
    padding: 0 3.7333333333vw;
  }
  .sec6_item_flexBox_title .number {
    font-size: 19.2vw;
    display: block;
    text-align: center;
  }
  .sec6_item_flexBox_title .text01 {
    font-size: 7.4666666667vw;
    padding: 2.1333333333vw;
    line-height: 1.4;
    text-align: center;
    width: 100%;
  }
  .sec6_item_flexBox_text {
    padding: 0 3.7333333333vw;
    font-size: 4.8vw;
    margin-top: 6.4vw;
  }
  .sec6_item_flex_img {
    width: 100%;
    position: unset;
    transform: unset;
    margin-top: 14.4vw;
    margin: 14.4vw calc(50% - 50vw) 0;
    width: 100vw;
    padding: 0 3.7333333333vw;
  }
  .sec6_item_content {
    margin: 10.6666666667vw auto 0;
    max-width: unset;
  }
  .sec6_item_content_title {
    font-size: 5.3333333333vw;
    margin-top: 0;
  }
  .sec6_item_content_text {
    font-size: 4.2666666667vw;
    margin-top: 5.0666666667vw;
  }
  .sec6_item_content_text:nth-of-type(2) {
    margin-top: 4.2666666667vw;
  }
  .sec6_item_content_desc {
    font-size: 3.2vw;
    margin-top: 5.0666666667vw;
    text-indent: -1em;
    padding-left: 1em;
  }
  .sec6_item_content_flex {
    margin: 10.6666666667vw 0 0;
    display: block;
  }
  .sec6_item_content_flexBox_text {
    font-size: 5.3333333333vw;
    white-space: unset;
  }
  .sec6_item_content_flexBox_btn {
    border-radius: 24vw;
    font-size: 4.8vw;
    max-width: 84vw;
    padding: 3.2vw 0;
    margin-top: 2.1333333333vw;
    line-height: 1.4;
  }
  .sec6_item_content_flexBox_btn::after {
    width: 3.2vw;
    height: 6.4vw;
  }
}
/* Section7
***************************************************************/
.sec7 {
  background: linear-gradient(180deg, #7fd5f5 0%, #D0F2FE 91.83%, #FFF 100%);
  margin-top: -2px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sec7_bg {
  position: absolute;
  left: 0;
  top: 685px;
  z-index: -1;
}

.sec7 .section_title {
  margin-bottom: 160px;
  position: relative;
}

.sec7 .section_title::after {
  content: "";
  display: inline-block;
  width: 1440px;
  height: 443px;
  background-image: url(../images/front/sec7_bg01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec7 .section_title::before {
  content: "";
  display: inline-block;
  width: 160px;
  height: 140px;
  background-image: url(../images/common/eamaru03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: calc(50% + 320px);
  transform: translate(-50%, -50%);
}

.sec7 .section_title .ja {
  color: #1E52A3;
}

.sec7_content iframe,
.sec7_content body {
  background-color: unset !important;
  background: unset !important;
}

.sec7_content .contents {
  max-width: 1080px;
}

@media screen and (max-width: 1440px) {
  .sec7 {
    background: linear-gradient(180deg, #7fd5f5 0%, #D0F2FE 91.83%, #FFF 100%);
    margin-top: -0.1388888889vw;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .sec7_bg {
    position: absolute;
    left: 0;
    top: 47.5694444444vw;
    z-index: -1;
  }
  .sec7 .section_title {
    margin-bottom: 11.1111111111vw;
    position: relative;
  }
  .sec7 .section_title::after {
    content: "";
    display: inline-block;
    width: 100vw;
    height: 30.7638888889vw;
    background-image: url(../images/front/sec7_bg01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: -5.5555555556vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sec7 .section_title::before {
    content: "";
    display: inline-block;
    width: 11.1111111111vw;
    height: 9.7222222222vw;
    background-image: url(../images/common/eamaru03.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: calc(50% + 22.2222222222vw);
    transform: translate(-50%, -50%);
  }
  .sec7 .section_title .ja {
    color: #1E52A3;
  }
  .sec7_content iframe,
  .sec7_content body {
    background-color: unset !important;
    background: unset !important;
  }
  .sec7_content .contents {
    max-width: 75vw;
  }
}
@media screen and (max-width: 680px) {
  .sec7 {
    background: linear-gradient(180deg, #7bdbff 0%, #D0F2FE 91.83%, #FFF 100%);
  }
  .sec7_bg {
    position: absolute;
    top: 141.0666666667vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 135.7333333333vw;
  }
  .sec7 .section_title {
    margin-bottom: 16vw;
    position: relative;
  }
  .sec7 .section_title::after {
    width: 221.0666666667vw;
    height: 68vw;
    top: 16vw;
    background-image: url(../images/front/sec7_bg01_sp.svg);
  }
  .sec7 .section_title::before {
    display: block;
    width: 34.1333333333vw;
    height: 29.8666666667vw;
    position: unset;
    transform: unset;
    margin: 0 auto 4vw;
  }
  .sec7 .section_title .en {
    display: none;
  }
  .sec7_content iframe,
  .sec7_content body {
    background-color: unset !important;
    background: unset !important;
  }
  .sec7_content .contents {
    max-width: 288vw;
  }
}
/* Section8
***************************************************************/
.sec8 .inner {
  max-width: 968px;
}

.sec8 .section_title {
  position: relative;
  z-index: 1;
  margin-bottom: 230px;
}

.sec8 .section_title::before {
  content: "";
  display: inline-block;
  width: 172px;
  height: 133px;
  background-image: url(../images/common/eamaru02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: calc(50% - 240px);
  transform: translate(-50%, -50%);
}

.sec8 .section_title::after {
  content: "";
  display: inline-block;
  width: 614px;
  height: 324px;
  background-image: url(../images/common/bg_wind.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.sec8_table {
  width: 100%;
  border-radius: 16px;
  background: var(--fff, #FFF);
  box-shadow: 0px 0px 20px 0px rgba(61, 94, 72, 0.1);
  padding: 80px;
  display: block;
}

.sec8_th {
  padding: 24px 0;
  vertical-align: middle;
  font-weight: bold;
  border-bottom: 1px solid #034495;
  width: 25%;
}

.sec8_td {
  padding: 24px 0;
  vertical-align: middle;
  border-bottom: 1px solid #DDD;
  width: 75%;
}

.sec8_content {
  background: #FFF8CF;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 24px 24px 24px 62px;
  margin-top: 60px;
  scroll-padding-top: 300px;
}

.sec8_content_title {
  color: #23AADC;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  background: #FFF;
  padding: 16px;
  display: inline-block;
}

.sec8_content_sns {
  display: flex;
  align-items: center;
  gap: 32px;
}

.sec8_content_sns_text {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

.sec8_content_sns_icon {
  width: 91px;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .sec8_content_sns_icon:hover {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1440px) {
  .sec8 .inner {
    max-width: 67.2222222222vw;
  }
  .sec8 .section_title {
    position: relative;
    z-index: 1;
    margin-bottom: 15.9722222222vw;
  }
  .sec8 .section_title::before {
    content: "";
    display: inline-block;
    width: 11.9444444444vw;
    height: 9.2361111111vw;
    background-image: url(../images/common/eamaru02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: calc(50% - 16.6666666667vw);
    transform: translate(-50%, -50%);
  }
  .sec8 .section_title::after {
    content: "";
    display: inline-block;
    width: 42.6388888889vw;
    height: 22.5vw;
    background-image: url(../images/common/bg_wind.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: -6.9444444444vw;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }
  .sec8_table {
    width: 100%;
    border-radius: 1.1111111111vw;
    background: var(--fff, #FFF);
    box-shadow: 0vw 0vw 1.3888888889vw 0vw rgba(61, 94, 72, 0.1);
    padding: 5.5555555556vw;
    display: block;
  }
  .sec8_th {
    padding: 1.6666666667vw 0;
    vertical-align: middle;
    font-weight: bold;
    border-bottom: 0.0694444444vw solid #034495;
    width: 25%;
  }
  .sec8_td {
    padding: 1.6666666667vw 0;
    vertical-align: middle;
    border-bottom: 0.0694444444vw solid #DDD;
    width: 75%;
  }
  .sec8_content {
    background: #FFF8CF;
    display: flex;
    align-items: center;
    gap: 2.2222222222vw;
    padding: 1.6666666667vw 1.6666666667vw 1.6666666667vw 4.3055555556vw;
    margin-top: 4.1666666667vw;
    scroll-padding-top: 20.8333333333vw;
  }
  .sec8_content_title {
    color: #23AADC;
    text-align: center;
    font-size: 2.2222222222vw;
    font-weight: 700;
    line-height: 150%;
    background: #FFF;
    padding: 1.1111111111vw;
    display: inline-block;
  }
  .sec8_content_sns {
    display: flex;
    align-items: center;
    gap: 2.2222222222vw;
  }
  .sec8_content_sns_text {
    color: #000;
    font-size: 1.6666666667vw;
    font-weight: 700;
  }
  .sec8_content_sns_icon {
    width: 6.3194444444vw;
    transition: 0.3s;
  }
}
@media screen and (max-width: 680px) {
  .sec8 {
    padding: 10.6666666667vw 0 0;
  }
  .sec8 .inner {
    max-width: unset;
  }
  .sec8 .section_title {
    margin-bottom: 18.6666666667vw;
  }
  .sec8 .section_title::before {
    display: block;
    width: 36.5333333333vw;
    height: 28.2666666667vw;
    position: unset;
    transform: unset;
    margin: 0 auto 1.6vw;
  }
  .sec8 .section_title::after {
    width: 92vw;
    height: 57.0666666667vw;
    top: 0vw;
  }
  .sec8_table {
    border-radius: 4.2666666667vw;
    box-shadow: unset;
    padding: 6.4vw 4.2666666667vw 0;
  }
  .sec8_th {
    padding: 0;
    border-bottom: unset;
    width: 100%;
    display: block;
  }
  tr:nth-of-type(n +2) .sec8_th {
    margin-top: 6.4vw;
  }
  .sec8_td {
    padding: 0;
    width: 100%;
    display: block;
    margin-top: 2.1333333333vw;
    padding-bottom: 6.4vw;
  }
  .sec8_content {
    margin: 6.4vw calc(50% - 50vw) 0;
    width: 100vw;
    display: block;
    padding: 6.4vw 0;
    margin-top: 0;
    text-align: center;
  }
  .sec8_content_title {
    font-size: 8.5333333333vw;
    padding: 1.3333333333vw 4.2666666667vw;
  }
  .sec8_content_sns {
    display: block;
    margin-top: 8.5333333333vw;
  }
  .sec8_content_sns_text {
    font-size: 5.0666666667vw;
  }
  .sec8_content_sns_icon {
    width: 19.4666666667vw;
    margin: 6.6666666667vw 3.2vw 0;
  }
}
/* Section9
***************************************************************/
.sec9 {
  background-image: url(../images/front/sec9_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 170px 0 100px;
}

.sec9 .inner {
  max-width: 669px;
  position: relative;
}

.sec9 .inner::before {
  content: "";
  display: inline-block;
  width: 376px;
  height: 201px;
  background-image: url(../images/common/eamaru_drive.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: -270px;
  top: -100px;
}

.sec9_flex {
  display: flex;
  align-items: flex-start;
  gap: 102px;
}

.sec9_flex_title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 10px;
  writing-mode: vertical-rl;
}

.sec9_flex_img {
  max-width: 440px;
}

.sec9_text {
  color: #1E52A3;
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  border-radius: 20px;
  background: #FFF;
  padding: 24px;
  margin-top: 72px;
  position: relative;
}

.sec9_text span {
  color: rgba(255, 255, 255, 0.3);
  font-size: 146px;
  line-height: 1;
  font-weight: 700;
  writing-mode: vertical-rl;
  position: absolute;
  left: -240px;
  bottom: -17px;
}

@media screen and (max-width: 1440px) {
  .sec9 {
    background-image: url(../images/front/sec9_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 11.8055555556vw 0 6.9444444444vw;
  }
  .sec9 .inner {
    max-width: 46.4583333333vw;
    position: relative;
  }
  .sec9 .inner::before {
    content: "";
    display: inline-block;
    width: 26.1111111111vw;
    height: 13.9583333333vw;
    background-image: url(../images/common/eamaru_drive.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: -18.75vw;
    top: -6.9444444444vw;
  }
  .sec9_flex {
    display: flex;
    align-items: flex-start;
    gap: 7.0833333333vw;
  }
  .sec9_flex_title {
    color: #fff;
    font-size: 2.7777777778vw;
    font-weight: 700;
    letter-spacing: 0.6944444444vw;
    writing-mode: vertical-rl;
  }
  .sec9_flex_img {
    max-width: 30.5555555556vw;
  }
  .sec9_text {
    color: #1E52A3;
    font-size: 1.6666666667vw;
    font-weight: 700;
    line-height: 180%;
    border-radius: 1.3888888889vw;
    background: #FFF;
    padding: 1.6666666667vw;
    margin-top: 5vw;
    position: relative;
  }
  .sec9_text span {
    color: rgba(255, 255, 255, 0.3);
    font-size: 10.1388888889vw;
    line-height: 1;
    font-weight: 700;
    writing-mode: vertical-rl;
    position: absolute;
    left: -16.6666666667vw;
    bottom: -1.1805555556vw;
  }
}
@media screen and (max-width: 680px) {
  .sec9 {
    background-image: url(../images/front/sec9_bg_sp.webp);
    padding: 10.6666666667vw 0;
  }
  .sec9 .inner {
    max-width: unset;
  }
  .sec9 .inner::before {
    width: 38.4vw;
    height: 20.8vw;
    right: 2.6666666667vw;
    top: 16vw;
  }
  .sec9_flex {
    display: block;
    text-align: center;
  }
  .sec9_flex_title {
    font-size: 6.4vw;
    letter-spacing: 0;
    writing-mode: unset;
  }
  .sec9_flex_img {
    max-width: 60.5333333333vw;
    margin-top: 13.8666666667vw;
  }
  .sec9_text {
    font-size: 4.2666666667vw;
    padding: 3.2vw;
    margin-top: 9.8666666667vw;
    text-align: center;
  }
  .sec9_text span {
    font-size: 19.2vw;
    left: -1.3333333333vw;
    bottom: 51.4666666667vw;
  }
}