@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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 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 {
  clear: both;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 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 {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  /* 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 {
  min-width: 0;
  padding: 0;
  margin: 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 {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 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 {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

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

a,
span {
  display: inline-block;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 基本
***************************************************************/
html {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.87;
  color: #000;
}

main,
footer {
  overflow: hidden;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 4.2666666667vw;
  }
}
.space {
  margin-left: -0.5rem;
}

/* フォント
***************************************************************/
.montserrat {
  font-family: "Montserrat", sans-serif;
}

/* コンテンツ・セクション幅
***************************************************************/
.inner {
  max-width: 1180px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

section {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 680px) {
  .inner {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
  section {
    padding: 10.6666666667vw 0;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 装飾
***************************************************************/
.underline {
  font-weight: bold;
  display: inline;
}

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

/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  text-align: center;
}

.section_title .en {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.15em;
  display: block;
  position: relative;
}

.section_title .en::before {
  content: "";
  display: inline-block;
  width: 234px;
  border-top: 1px solid #000;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.section_title .ja {
  display: block;
  font-weight: bold;
  font-size: 45px;
  margin-top: 25px;
}

@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 4.2666666667vw;
  }
  .section_title .en::before {
    width: 62.4vw;
    bottom: -1.3333333333vw;
  }
  .section_title .ja {
    font-size: 5.8666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.btn {
  border-radius: 40px;
  background: #ff8133;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  width: 470px;
  padding: 15px 0;
}

.btn.type2 {
  background: #00d610;
}

@media screen and (max-width: 680px) {
  .btn {
    border-radius: 10.6666666667vw;
    font-size: 3.7333333333vw;
    width: 74.6666666667vw;
    padding: 2.6666666667vw 0;
  }
}
.section_en {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 200px;
  line-height: 220px;
  color: #FDE420;
  text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  text-align: left;
}

@media screen and (max-width: 680px) {
  .section_en {
    font-size: 17.3333333333vw;
    line-height: 18.9333333333vw;
    left: 5.3333333333vw;
    top: 2.6666666667vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 5px 0;
  background: #fff;
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
}

.header_logo {
  width: 230px;
}

.toggle-menu {
  display: none;
}

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

.global_nav_item a {
  font-weight: bold;
}

@media screen and (max-width: 680px) {
  header {
    padding: 1.3333333333vw 0;
  }
  .header_inner {
    display: block;
    margin: 0 2.6666666667vw;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 100;
  }
  .header_logo {
    width: 32vw;
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 7.2vw;
    height: 1px;
    margin: auto;
    text-indent: -2666.4vw;
    background-color: #000;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    width: 7.2vw;
    height: 1px;
    content: "";
    background-color: #000;
    transition: 0.3s;
  }
  .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 {
    top: 0;
    transform: rotate(-45deg);
    animation: active-menu-barTop 0.6s forwards;
  }
  .open .toggle-menu .toggle-line::after {
    top: 0;
    transform: rotate(45deg);
    animation: active-menu-barBottom 0.6s forwards;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    padding: 0 4vw 26.6666666667vw;
    background-color: #fff;
    transform: translateX(100%);
    transition: 0.3s ease-out;
  }
  .open .header_nav {
    overflow: auto;
    transform: translateX(0);
  }
  .global_nav {
    width: 100%;
    margin-top: 21.3333333333vw;
  }
  .global_nav_list {
    display: block;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item a {
    width: 100%;
    padding: 2.6666666667vw 0;
    border-bottom: 1px solid #000;
  }
  .header_contact a {
    padding: 3.2vw 8vw;
    border-radius: 10.6666666667vw;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  background: #2ee6ae;
  padding: 90px 0 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

footer .section_en {
  color: #2ee6ae;
}

.footerNav {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}

.footerNav a {
  font-weight: bold;
  letter-spacing: 0.1em;
}

.footer_sns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 940px;
  margin: 305px auto 0;
}

.copyright {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: right;
  color: #fff;
  margin-top: 60px;
}

@media screen and (max-width: 680px) {
  footer {
    padding: 9.3333333333vw 0 5.3333333333vw;
  }
  footer .section_en {
    font-size: 11.2vw;
    line-height: 12.5333333333vw;
    top: 5.3333333333vw;
  }
  .footerNav {
    flex-flow: column;
    justify-content: flex-end;
    gap: 1.3333333333vw;
    text-align: right;
  }
  .footerNav a {
    font-size: 2.6666666667vw;
  }
  .footer_sns {
    gap: 1.6vw;
    margin: 10.6666666667vw auto 0;
  }
  .copyright {
    font-size: 2.1333333333vw;
    line-height: 1;
    margin-top: 5.3333333333vw;
    text-align: center;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
  margin-top: 68px;
  padding: 0;
}

@media screen and (max-width: 680px) {
  .fv {
    margin-top: 13.3333333333vw;
  }
}
/* sec1
***************************************************************/
.sec1 {
  position: relative;
  z-index: 1;
}

.sec1::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 160px);
  background: #fde420;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.sec1 .inner {
  border-radius: 50px;
  border: 5px solid #0852ff;
  max-width: 1060px;
  position: relative;
  padding: 100px 0 35px;
  text-align: center;
}

.sec1_logo {
  width: 390px;
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.sec1_title {
  font-weight: bold;
  font-size: 45px;
  color: #034ff7;
}

.sec1_text {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #0651fe;
  margin-top: 15px;
}

.sec1_btn {
  width: 470px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #0651fe;
  border-radius: 40px;
  background: #fff;
  margin-top: 30px;
  padding: 18px 0;
}

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

.sec1_desc {
  font-weight: 500;
  margin-top: 5px;
}

@media screen and (max-width: 680px) {
  .sec1 {
    padding: 9.3333333333vw 5.3333333333vw;
  }
  .sec1::before {
    height: calc(100% - 23.4666666667vw);
  }
  .sec1 .inner {
    padding: 16vw 4vw 5.3333333333vw;
  }
  .sec1_logo {
    width: 56.5333333333vw;
    top: -8vw;
  }
  .sec1_title {
    font-size: 7.4666666667vw;
    line-height: 9.3333333333vw;
  }
  .sec1_text {
    font-size: 4vw;
    line-height: 5.8666666667vw;
    margin-top: 4vw;
    text-align: left;
  }
  .sec1_btn {
    width: 100%;
    gap: 6.6666666667vw;
    font-size: 4.8vw;
    border-radius: 10.6666666667vw;
    margin-top: 5.3333333333vw;
    padding: 3.7333333333vw 0;
  }
  .sec1_btn::before {
    width: 10.1333333333vw;
    height: 7.4666666667vw;
  }
  .sec1_desc {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
/* sec2
***************************************************************/
.sec2 {
  background-image: url(../images/front/sec2_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.sec2 .inner {
  max-width: 1260px;
  text-align: center;
}

.sec2_title {
  font-weight: bold;
  font-size: 45px;
  line-height: 60px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.sec2_title::before {
  content: "";
  display: inline-block;
  width: 41px;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: -70px;
  bottom: 20px;
}

.sec2_title::after {
  content: "";
  display: inline-block;
  width: 41px;
  border-top: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: -70px;
  bottom: 20px;
}

@media screen and (max-width: 680px) {
  .sec2 {
    background-image: url(../images/front/sec2_bg_sp.webp);
  }
  .sec2_title {
    font-size: 6.6666666667vw;
    line-height: 8.8vw;
    margin-bottom: 2.6666666667vw;
  }
  .sec2_title::before {
    width: 8.2666666667vw;
    left: -9.3333333333vw;
    bottom: 2.6666666667vw;
  }
  .sec2_title::after {
    width: 8.2666666667vw;
    right: -9.3333333333vw;
    bottom: 2.6666666667vw;
  }
}
/* sec3
***************************************************************/
.sec3 .inner {
  max-width: 1130px;
}

.sec3_title {
  text-align: center;
  font-weight: 900;
  font-size: 50px;
  line-height: 70px;
}

.sec3_img {
  margin-top: 50px;
}

@media screen and (max-width: 680px) {
  .sec3_title {
    font-size: 3.4666666667vw;
    line-height: 5.0666666667vw;
  }
  .sec3_img {
    margin-top: 5.3333333333vw;
  }
}
/* sec4
***************************************************************/
.sec4 {
  background: #d9e2e7;
}

.sec4 .inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.sec4_content {
  flex: 1;
}

.sec4_content_title {
  font-weight: 900;
  font-size: 35px;
  line-height: 50px;
  text-align: left;
  color: #568fdd;
}

.sec4_content_subTitle {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-weight: bold;
  font-size: 40px;
  margin-top: 45px;
  border-bottom: 1px solid #568fdd;
  padding-bottom: 5px;
}

.sec4_content_subTitle span {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 20px;
  color: #568fdd;
}

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

.sec4_figure {
  width: 340px;
}

.sec4_figcaption {
  font-weight: 500;
  margin-top: 30px;
  white-space: nowrap;
}

@media screen and (max-width: 680px) {
  .sec4 .inner {
    display: flex;
    flex-flow: column;
    gap: 0;
  }
  .sec4_content {
    display: contents;
  }
  .sec4_content_title {
    font-size: 6.6666666667vw;
    line-height: 8vw;
    order: 0;
  }
  .sec4_figure {
    width: 69.3333333333vw;
    order: 1;
    margin: 6.6666666667vw auto 0;
  }
  .sec4_figcaption {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
  }
  .sec4_content_subTitle {
    font-size: 6.4vw;
    margin-top: 6.6666666667vw;
    padding-bottom: 1.3333333333vw;
    order: 2;
    width: 100%;
  }
  .sec4_content_subTitle span {
    font-size: 3.7333333333vw;
  }
  .sec4_content_text {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 5.8666666667vw;
    order: 3;
  }
}
/* sec5
***************************************************************/
.sec5 {
  background: #000003;
  text-align: center;
  padding: 20px 0;
}

.sec5_title {
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #ff8133;
}

.sec5_text {
  font-weight: bold;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.sec5_img {
  margin-top: 20px;
}

.sec5 .btn {
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .sec5 {
    padding: 5.3333333333vw 0;
  }
  .sec5_title {
    font-size: 7.7333333333vw;
    line-height: 9.3333333333vw;
  }
  .sec5_text {
    font-size: 4vw;
    line-height: 5.8666666667vw;
    margin-top: 1.3333333333vw;
  }
  .sec5_img {
    margin-top: 8vw;
  }
  .sec5 .btn {
    margin-top: 5.3333333333vw;
  }
}
/* sec6
***************************************************************/
.sec6 {
  padding: 50px 0;
}

.sec6_flex {
  display: flex;
  align-items: center;
  border-radius: 55px;
  border: 5px solid #00d610;
  overflow: hidden;
}

.sec6_flex:nth-of-type(2) {
  margin-top: 20px;
}

.sec6_flex_img {
  padding: 0 90px;
  width: 480px;
}

.sec6_flex_text {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  flex: 1;
  background: #00d610;
  padding: 20px 0;
}

@media screen and (max-width: 680px) {
  .sec6 {
    padding: 8vw 0;
  }
  .sec6_flex {
    display: block;
    border-radius: 18.6666666667vw;
    border: 1.3333333333vw solid #00d610;
    text-align: center;
  }
  .sec6_flex:nth-of-type(2) {
    margin-top: 5.3333333333vw;
  }
  .sec6_flex_img {
    padding: 4vw 0;
    width: 64vw;
  }
  .sec6_flex_text {
    font-size: 6.4vw;
    line-height: 8vw;
    padding: 5.3333333333vw 0;
  }
}
/* sec7
***************************************************************/
.sec7 {
  background: #fde420;
  text-align: center;
}

.sec7_title {
  font-weight: 900;
  font-size: 50px;
}

.sec7_img {
  width: 324px;
  margin-top: 30px;
}

.sec7List {
  display: flex;
  flex-flow: column;
  gap: 5px;
  margin-top: -30px;
}

.sec7Item {
  font-weight: bold;
  font-size: 20px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 12px 0;
}

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

.sec7_subTitle {
  font-weight: 900;
  font-size: 30px;
  margin-top: 30px;
}

.sec7_subTitle span {
  font-size: 80px;
  line-height: 1;
  position: relative;
}

.sec7_subTitle span::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 32px;
  background-image: url(../images/icon/icon_before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  left: -40px;
  top: -20px;
}

.sec7_subTitle span::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 32px;
  background-image: url(../images/icon/icon_before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: -40px;
  top: -20px;
  transform: rotate(180deg);
}

.sec7_desc {
  font-weight: 900;
  font-size: 30px;
  color: #2db7ff;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .sec7_title {
    font-size: 6.6666666667vw;
  }
  .sec7_img {
    width: 53.3333333333vw;
    margin-top: 4vw;
  }
  .sec7List {
    gap: 1.3333333333vw;
    margin-top: -5.3333333333vw;
  }
  .sec7Item {
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
    gap: 2.6666666667vw;
    padding: 3.2vw 2.6666666667vw;
    height: 13.3333333333vw;
    justify-content: flex-start;
    text-align: left;
  }
  .sec7Item span {
    flex: 1;
  }
  .sec7Item::before {
    width: 5.3333333333vw;
    height: 4vw;
  }
  .sec7_subTitle {
    font-size: 5.0666666667vw;
    margin-top: 5.3333333333vw;
  }
  .sec7_subTitle span {
    font-size: 10.9333333333vw;
    line-height: 1;
    position: relative;
    margin-top: 2.6666666667vw;
  }
  .sec7_subTitle span::before {
    width: 6.6666666667vw;
    height: 5.6vw;
    left: 0;
    top: 0;
  }
  .sec7_subTitle span::after {
    width: 6.6666666667vw;
    height: 5.6vw;
    right: 0;
    top: 0;
  }
  .sec7_desc {
    font-size: 4.8vw;
    line-height: 7.4666666667vw;
    margin-top: 1.3333333333vw;
  }
}
/* sec8
***************************************************************/
.sec8 {
  background-image: url(../images/front/sec8_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  text-align: center;
}

.sec8 .inner {
  max-width: 1260px;
}

.sec8_title {
  font-weight: 900;
  font-size: 55px;
  line-height: 80px;
}

.sec8_text01 {
  font-weight: 500;
  font-size: 20px;
  line-height: 45px;
  margin-top: 40px;
}

.sec8_text01 span {
  font-weight: 700;
  font-size: 30px;
}

.sec8_text02 {
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  margin-top: 20px;
}

.sec8_img {
  max-width: 1020px;
  margin-top: 40px;
}

.sec8_text03 {
  font-weight: 500;
  font-size: 20px;
  line-height: 45px;
  margin-top: 30px;
}

.sec8_text04 {
  margin-top: 30px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
}

.sec8_text04 span {
  font-weight: 500;
  font-size: 20px;
}

@media screen and (max-width: 680px) {
  .sec8 {
    background-image: url(../images/front/sec8_bg_sp.webp);
  }
  .sec8_title {
    font-size: 7.7333333333vw;
    line-height: 9.8666666667vw;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    white-space: nowrap;
  }
  .sec8_text01 {
    font-size: 3.2vw;
    line-height: 5.8666666667vw;
    margin-top: 5.3333333333vw;
    text-align: left;
  }
  .sec8_text01 span {
    font-size: 4vw;
    display: inline;
  }
  .sec8_text02 {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 5.3333333333vw;
  }
  .sec8_img {
    margin-top: 5.3333333333vw;
  }
  .sec8_text03 {
    font-size: 3.2vw;
    line-height: 6.9333333333vw;
    margin-top: 8vw;
  }
  .sec8_text04 {
    margin-top: 8vw;
    font-size: 4.5333333333vw;
    line-height: 6.9333333333vw;
  }
  .sec8_text04 span {
    font-size: 3.2vw;
  }
}
/* sec9
***************************************************************/
.sec9 {
  padding: 640px 0 80px;
  background-image: url(../images/front/sec9_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
}

.sec9_title {
  font-weight: 900;
  font-size: 60px;
  line-height: 80px;
}

.sec9List {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  max-width: 860px;
  margin: 50px auto 0;
}

.sec9Item {
  position: relative;
}

.sec9Item::before {
  content: "×";
  display: inline-block;
  position: absolute;
  right: -60px;
  top: 100px;
  font-weight: 900;
  font-size: 50px;
  color: #2db7ff;
}

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

.sec9Item:nth-of-type(2) {
  padding-top: 20px;
}

.sec9Item:nth-of-type(3) {
  padding-top: 13px;
}

.sec9Item_text {
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
}

.sec9_subTitle {
  font-weight: bold;
  font-size: 30px;
  margin-top: 50px;
}

.sec9_text {
  font-weight: bold;
  font-size: 25px;
  line-height: 45px;
  margin-top: 25px;
}

@media screen and (max-width: 680px) {
  .sec9 {
    padding: 64vw 0 10.6666666667vw;
    background-image: url(../images/front/sec9_bg_sp.webp);
  }
  .sec9_title {
    font-size: 5.8666666667vw;
    line-height: 7.7333333333vw;
  }
  .sec9List {
    gap: 5.3333333333vw;
    margin: 5.3333333333vw auto 0;
  }
  .sec9Item::before {
    right: -5.3333333333vw;
    top: 11.2vw;
    font-size: 5.0666666667vw;
  }
  .sec9Item:nth-of-type(2) {
    padding-top: 2.1333333333vw;
  }
  .sec9Item:nth-of-type(3) {
    padding-top: 1.6vw;
  }
  .sec9Item_text {
    font-size: 1.8666666667vw;
    line-height: 1.2;
    margin-top: 1.3333333333vw;
  }
  .sec9_subTitle {
    font-size: 4vw;
    margin-top: 6.6666666667vw;
  }
  .sec9_text {
    font-size: 2.6666666667vw;
    line-height: 4.8vw;
    margin-top: 4vw;
  }
}
/* sec10
***************************************************************/
.sec10 {
  background-image: url(../images/front/sec10_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.sec10 .inner {
  max-width: 1020px;
}

.sec10_title {
  font-weight: 900;
  font-size: 60px;
  text-align: center;
}

.sec10_text {
  font-weight: 900;
  font-size: 40px;
  margin-top: 40px;
  text-align: center;
}

.sec10_content {
  border-radius: 30px;
  background: #fff;
  padding: 30px 50px;
  margin-top: 30px;
}

.sec10_content:nth-of-type(2) {
  margin-top: 20px;
}

.sec10_content_title {
  font-weight: 900;
  font-size: 35px;
}

.sec10_contentFlex {
  display: flex;
  gap: 74px;
  margin-top: 20px;
}

.sec10_contentFlex_text {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  flex: 1;
}

.sec10_contentFlex_img {
  width: 470px;
}

.sec10_content_text {
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .sec10 {
    background-image: url(../images/front/sec10_bg_sp.webp);
  }
  .sec10_title {
    font-size: 5.6vw;
  }
  .sec10_text {
    font-size: 9.3333333333vw;
    line-height: 12vw;
    margin-top: 2.6666666667vw;
  }
  .sec10_content {
    border-radius: 8vw;
    padding: 5.3333333333vw 4vw;
    margin-top: 5.3333333333vw;
  }
  .sec10_content:nth-of-type(2) {
    margin-top: 5.3333333333vw;
  }
  .sec10_content_title {
    font-size: 4.8vw;
  }
  .sec10_contentFlex {
    display: block;
    margin-top: 2.6666666667vw;
  }
  .sec10_contentFlex_text {
    font-size: 3.2vw;
    line-height: 5.8666666667vw;
  }
  .sec10_contentFlex_img {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
  .sec10_content_text {
    font-size: 3.2vw;
    line-height: 5.8666666667vw;
    margin-top: 5.3333333333vw;
  }
}
/* sec11
***************************************************************/
.sec11 {
  background: #fde420;
  margin-top: 20px;
}

.sec11_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top: 40px;
  text-align: center;
}

.sec11_flexBox {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.sec11_flexBox_title {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background: #568fdd;
  padding: 20px 0;
}

.sec11_flexBox_content {
  padding: 25px 45px 50px;
}

.sec11_flexBox_text {
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: #568fdd;
  min-height: 70px;
}

.sec11_flexBox_logo {
  height: 78px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec11_flexBox_subTitle {
  font-size: 20px;
  font-weight: 500;
  margin-top: 40px;
  text-align: left;
}

.sec11_flexBox_subTitle span {
  color: #fff;
  font-weight: bold;
  background: #568fdd;
  padding: 0 20px;
  margin-right: 15px;
}

.sec11_flexBox_img {
  margin-top: 40px;
}

.sec11_flexBox .btn {
  margin-top: 30px;
}

.sec11_flexBox .btn.type2 {
  margin-top: 17px;
}

.type2 .sec11_flexBox_title {
  background: #dd6b56;
}

.type2 .sec11_flexBox_text {
  color: #dd6b56;
}

.type2 .sec11_flexBox_subTitle span {
  background: #dd6b56;
}

@media screen and (max-width: 680px) {
  .sec11 {
    background: #fde420;
    margin-top: 5.3333333333vw;
  }
  .sec11_flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.2vw;
    margin-top: 6.6666666667vw;
  }
  .sec11_flexBox_title {
    font-size: 4.8vw;
    line-height: 9.3333333333vw;
    padding: 2.6666666667vw 0;
  }
  .sec11_flexBox_content {
    padding: 4vw 7.2vw 8vw;
  }
  .sec11_flexBox_text {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
    min-height: auto;
  }
  .sec11_flexBox_logo {
    height: 13.0666666667vw;
    margin-top: 4vw;
  }
  .sec11_flexBox_subTitle {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
  }
  .sec11_flexBox_subTitle span {
    padding: 0 3.2vw;
    margin-right: 2.6666666667vw;
  }
  .sec11_flexBox_img {
    margin-top: 6.6666666667vw;
  }
  .sec11_flexBox .btn {
    margin-top: 5.3333333333vw;
  }
  .sec11_flexBox .btn.type2 {
    margin-top: 2.9333333333vw;
  }
}
/* sec12
***************************************************************/
.sec12 {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.sec12::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 376px;
  background: #FDE420;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}

.sec12_head_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top: 40px;
}

.sec12_head_flexBox {
  border: 10px solid #FDE420;
  border-radius: 20px;
  background: #fff;
  padding: 60px 30px 50px;
  text-align: center;
}

.sec12_head_flexBox_text {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.4;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 60px;
}

.sec12_head_flexBox_text span {
  border-radius: 5px;
  background: #568fdd;
  position: relative;
  padding: 0 10px;
}

.sec12_head_flexBox_text span:nth-of-type(1)::after {
  content: "×";
  display: inline-block;
  font-weight: bold;
  font-size: 45px;
  line-height: 60px;
  text-align: center;
  color: #568fdd;
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translate(0, -50%);
}

.sec12_head_flexBox_img {
  height: 82px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 30px;
}

.sec12_head_flexBox_text02 {
  margin-top: 50px;
  font-weight: bold;
}

.sec12_head_flexBox_text02 .t1 {
  font-size: 30px;
  display: block;
}

.sec12_head_flexBox_text02 .t2 {
  font-size: 60px;
  line-height: 1;
}

.sec12_head_flexBox .btn {
  margin-top: 60px;
}

.type2 .sec12_head_flexBox_text span {
  background: #DD6B56;
}

.type2 .sec12_head_flexBox_text span:nth-of-type(1)::after {
  color: #DD6B56;
}

.sec12_content {
  border-radius: 20px;
  background: #faf2b5;
  border: 10px solid #fde420;
  margin-top: 60px;
  text-align: center;
  padding: 35px 55px 30px;
}

.sec12_content_title {
  font-weight: 900;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #0fc788;
}

.sec12_content_img {
  margin-top: 30px;
  width: 800px;
}

.sec12_content_text {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #0fc788;
}

.sec12_content_subTitle {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
}

.sec12_contentFlex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 25px;
}

.sec12_contentFlex_box {
  border-radius: 20px;
  background: #fff;
  text-align: center;
  padding: 20px;
  position: relative;
}

.sec12_contentFlex_box_text01 {
  font-weight: 500;
  font-size: 25px;
  border-bottom: 3px solid #fde420;
  padding-bottom: 14px;
}

.sec12_contentFlex_box_text01 span {
  font-weight: bold;
  font-size: 35px;
  line-height: 1.2;
  color: #0fc788;
  display: block;
}

.sec12_contentFlex_box_text02 {
  font-weight: bold;
  font-size: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  margin-top: 16px;
}

.sec12_contentFlex_box_text02 span {
  font-size: 25px;
}

.sec12_contentFlex_box_img {
  width: 178px;
  position: absolute;
  right: -31px;
  top: -99px;
}

.sec12_content_text02 {
  margin-top: 25px;
  font-weight: 500;
}

.sec12_flex {
  display: flex;
  align-items: center;
  border-radius: 55px;
  border: 5px solid #00d610;
  overflow: hidden;
  margin-top: 100px;
}

.sec12_flex + .sec12_flex {
  margin-top: 20px;
}

.sec12_flex_img {
  padding: 0 90px;
  width: 480px;
}

.sec12_flex_text {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  flex: 1;
  background: #00d610;
  padding: 20px 0;
}

.sec12_banner {
  margin-top: 80px;
}

@media screen and (max-width: 680px) {
  .sec12 {
    margin-top: 2.6666666667vw;
    background: #fde420;
  }
  .sec12::before {
    height: 176vw;
    background: #fff;
    top: unset;
    bottom: 0;
  }
  .sec12_head_flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  .sec12_head_flexBox {
    padding: 10.6666666667vw 4vw 8vw;
    border: 1.3333333333vw solid #fde420;
  }
  .sec12_head_flexBox_text {
    font-size: 3.4666666667vw;
    gap: 10.6666666667vw;
  }
  .sec12_head_flexBox_text span {
    border-radius: 1.3333333333vw;
    padding: 0 2.6666666667vw;
  }
  .sec12_head_flexBox_text span:nth-of-type(1)::after {
    font-size: 7.2vw;
    line-height: 1;
    right: -8.8vw;
  }
  .sec12_head_flexBox_img {
    height: 13.0666666667vw;
    margin-top: 5.3333333333vw;
  }
  .sec12_head_flexBox_text02 {
    margin-top: 8vw;
  }
  .sec12_head_flexBox_text02 .t1 {
    font-size: 4.8vw;
  }
  .sec12_head_flexBox_text02 .t2 {
    font-size: 9.6vw;
  }
  .sec12_head_flexBox_text02 .t3 {
    font-size: 2.6666666667vw;
  }
  .sec12_head_flexBox .btn {
    margin-top: 9.3333333333vw;
  }
  .sec12_content {
    border: 1.3333333333vw solid #fde420;
    margin-top: 2.6666666667vw;
    padding: 5.3333333333vw 4vw 5.3333333333vw;
  }
  .sec12_content_title {
    font-size: 4vw;
    line-height: 5.8666666667vw;
  }
  .sec12_content_img {
    margin-top: 2.6666666667vw;
    width: 100%;
  }
  .sec12_content_text {
    font-size: 2.6666666667vw;
    line-height: 4.2666666667vw;
  }
  .sec12_content_subTitle {
    font-size: 4vw;
    margin-top: 6.6666666667vw;
  }
  .sec12_contentFlex {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
  .sec12_contentFlex_box {
    border-radius: 5.3333333333vw;
    padding: 2.6666666667vw 2.6666666667vw 5.3333333333vw;
  }
  .sec12_contentFlex_box_text01 {
    font-size: 3.4666666667vw;
    border-bottom: 0.8vw solid #fde420;
    padding-bottom: 2.6666666667vw;
  }
  .sec12_contentFlex_box_text01 span {
    font-size: 4.8vw;
  }
  .sec12_contentFlex_box_text02 {
    font-size: 8.5333333333vw;
    margin-top: 2.6666666667vw;
  }
  .sec12_contentFlex_box_text02 span {
    font-size: 3.4666666667vw;
  }
  .sec12_contentFlex_box_img {
    width: 23.4666666667vw;
    right: -2.1333333333vw;
    top: -3.2vw;
  }
  .sec12_content_text02 {
    margin-top: 4vw;
    font-size: 2.6666666667vw;
    line-height: 4.8vw;
  }
  .sec12_flex {
    display: block;
    border-radius: 13.3333333333vw;
    border: 1.3333333333vw solid #00d610;
    text-align: center;
    margin-top: 13.3333333333vw;
  }
  .sec12_flex:nth-of-type(2) {
    margin-top: 5.3333333333vw;
  }
  .sec12_flex_img {
    padding: 4vw 0;
    width: 64vw;
  }
  .sec12_flex_text {
    font-size: 6.4vw;
    line-height: 8vw;
    padding: 5.3333333333vw 0;
  }
  .sec12_banner {
    margin-top: 8vw;
  }
}
/* sec13
***************************************************************/
.sec13 {
  text-align: center;
  padding: 0;
}

.sec13_title {
  font-weight: 900;
  font-size: 60px;
  line-height: 1;
  padding: 70px 0;
  background: #FDE420;
  position: relative;
  z-index: 1;
}

.sec13_title span {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 200px;
  line-height: 220px;
  color: #FDE420;
  text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.sec13_img {
  width: 870px;
}

.sec13_content {
  background: #FDE420;
  padding: 30px 0 60px;
}

.sec13_content_text01 {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
}

.sec13_content_text01 span {
  font-size: 25px;
  display: block;
}

.sec13_content_text02 {
  font-weight: bold;
  font-size: 30px;
  margin-top: 20px;
  line-height: 35px;
}

.sec13_content_title {
  font-weight: 900;
  font-size: 40px;
  margin-top: 25px;
}

@media screen and (max-width: 680px) {
  .sec13_title {
    font-size: 5.8666666667vw;
    padding: 8vw 0;
  }
  .sec13_title span {
    font-size: 17.3333333333vw;
    line-height: 1;
    left: 2.6666666667vw;
    top: 2.6666666667vw;
  }
  .sec13_img {
    width: 100%;
    padding: 5.3333333333vw;
  }
  .sec13_content {
    padding: 5.3333333333vw;
  }
  .sec13_content_text01 {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
  .sec13_content_text01 span {
    font-size: 3.2vw;
  }
  .sec13_content_text02 {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
  .sec13_content_title {
    font-size: 5.3333333333vw;
    line-height: 7.4666666667vw;
    margin-top: 5.3333333333vw;
  }
}
/* sec14
***************************************************************/
.sec14 {
  background: #568fdd;
  text-align: center;
}

.sec14 .section_en {
  color: #568fdd;
  opacity: 0.2;
}

.sec14_title {
  font-weight: 900;
  font-size: 60px;
  color: #fff;
}

.sec14_img {
  margin-top: 30px;
  width: 750px;
}

.sec14_text {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  margin-top: 35px;
}

@media screen and (max-width: 680px) {
  .sec14 {
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .sec14_title {
    font-size: 5.8666666667vw;
  }
  .sec14_img {
    margin-top: 6.6666666667vw;
    width: 100%;
  }
  .sec14_text {
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
    margin-top: 4vw;
  }
}
/* sec15
***************************************************************/
.sec15 {
  background-image: url(../images/front/voice_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec15 .section_title {
  color: #fff;
}

.sec15 .section_title .en::before {
  border-top: 1px solid #fff;
}

.sec15List {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  margin-top: 50px;
}

.sec15Item {
  color: #fff;
}

.sec15Item_box {
  padding: 0 30px;
}

.sec15Item_title {
  font-weight: bold;
  font-size: 30px;
  margin-top: 15px;
  text-align: center;
}

.sec15Item_subTitle {
  font-weight: bold;
  font-size: 20px;
  margin-top: 15px;
}

.sec15Item_text + .sec15Item_subTitle {
  border-top: 1px solid #fff;
  margin-top: 20px;
  padding-top: 20px;
}

.sec15Item_text {
  font-weight: 500;
  line-height: 26px;
  margin-top: 10px;
  min-height: 104px;
}

@media screen and (max-width: 680px) {
  .sec15 {
    background-image: url(../images/front/sec15_bg_sp.webp);
  }
  .sec15 .section_title .en::before {
    width: 26.6666666667vw;
  }
  .sec15List {
    grid-template-columns: repeat(1, 1fr);
    gap: 10.6666666667vw;
    margin-top: 8vw;
    padding: 0 6.6666666667vw;
  }
  .sec15Item_box {
    padding: 0;
  }
  .sec15Item_title {
    font-size: 8vw;
    margin-top: 4vw;
  }
  .sec15Item_subTitle {
    font-size: 5.3333333333vw;
    margin-top: 4vw;
  }
  .sec15Item_text + .sec15Item_subTitle {
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
  }
  .sec15Item_text {
    font-size: 3.2vw;
    line-height: 5.8666666667vw;
    margin-top: 1.3333333333vw;
    min-height: auto;
  }
}
/* sec16
***************************************************************/
.sec16 {
  background: #d9e2e7;
}

.sec16_en {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 80px;
  color: #2de6ae;
  position: absolute;
  right: 20px;
  top: 50px;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.sec16 .inner {
  max-width: 830px;
}

.sec16_accordion-area {
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin-top: 50px;
}

.sec16_accordion-area li {
  position: relative;
}

.sec16_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

/*アイコンの＋と×*/
.sec16_title::before,
.sec16_title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
}

.sec16_title::before {
  top: 16px;
  right: 12px;
  transform: rotate(0deg);
}

.sec16_title::after {
  top: 16px;
  right: 12px;
  transform: rotate(90deg);
  transition: 0.3s;
}

.sec16_title.close::after {
  transform: rotate(0);
}

.sec16_box {
  display: none;
  padding: 10px 35px;
  position: relative;
  border-radius: 5px;
  background: #fff;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .sec16 .section_title .en::before {
    width: 26.6666666667vw;
  }
  .sec16_accordion-area {
    gap: 2.6666666667vw;
    margin-top: 6.6666666667vw;
  }
  .sec16_title {
    padding-bottom: 2.6666666667vw;
    font-size: 3.2vw;
  }
  /*アイコンの＋と×*/
  .sec16_title::before,
  .sec16_title::after {
    width: 2.6666666667vw;
    height: 0.5333333333vw;
    top: 3.2vw;
  }
  .sec16_title::before {
    right: 2.6666666667vw;
  }
  .sec16_title::after {
    right: 2.6666666667vw;
  }
  .sec16_box {
    padding: 2.6666666667vw 4vw;
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}
/* sec17
***************************************************************/
.sec17 .inner {
  display: flex;
  align-items: flex-start;
  gap: 140px;
}

.sec17 .section_title {
  width: 190px;
}

.sec17 .section_title .en::before {
  width: 100px;
}

.sec17List {
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: 30px;
  min-height: 480px;
}

.sec17Item {
  border-radius: 20px;
  border: 5px solid #fde420;
  padding: 20px 35px;
}

.sec17Item a {
  display: block;
}

.sec17Item_title {
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sec17Item time {
  margin-top: 15px;
  display: block;
}

@media screen and (max-width: 680px) {
  .sec17 .inner {
    flex-flow: column;
    gap: 8vw;
  }
  .sec17 .section_title {
    width: 100%;
  }
  .sec17 .section_title .en::before {
    width: 26.6666666667vw;
  }
  .sec17List {
    gap: 2.6666666667vw;
    min-height: auto;
  }
  .sec17Item {
    border: 0.8vw solid #fde420;
    padding: 2.6666666667vw 4vw;
  }
  .sec17Item_title {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .sec17Item time {
    font-size: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
/* sec18
***************************************************************/
.sec18 {
  padding: 0 0 80px;
}

.sec18 .inner {
  display: flex;
  align-items: flex-start;
  gap: 140px;
}

.sec18 .section_title {
  width: 190px;
}

.sec18 .section_title .en::before {
  width: 100px;
}

.sec18List {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 60px;
}

.sec18Item a {
  display: block;
}

.sec18Item_img,
.sec18Item_box {
  height: 177px;
  border-radius: 20px;
  background: #ccc;
}

.sec18Item_title {
  font-weight: 500;
  line-height: 24px;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sec18Item time {
  margin-top: 15px;
  display: block;
}

@media screen and (max-width: 680px) {
  .sec18 {
    padding: 0 0 10.6666666667vw;
  }
  .sec18 .inner {
    flex-flow: column;
    gap: 5.3333333333vw;
  }
  .sec18 .section_title {
    width: 100%;
  }
  .sec18 .section_title .en::before {
    width: 26.6666666667vw;
  }
  .sec18List {
    grid-template-columns: repeat(1, 1fr);
    gap: 8vw;
  }
  .sec18Item_img {
    width: 89.3333333333vw;
    height: 39.4666666667vw;
    border-radius: 5.3333333333vw;
  }
  .sec18Item_title {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-top: 2.6666666667vw;
  }
  .sec18Item time {
    margin-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
/* sec19
***************************************************************/
.sec19 {
  background: #f0f2f4;
  text-align: center;
}

.sec19_img1 {
  width: 700px;
}

.sec19_title {
  font-weight: bold;
  font-size: 30px;
  margin-top: 80px;
}

.sec19_img2 {
  margin-top: 20px;
}

.sec19_img2 + .sec19_title {
  margin-top: 40px;
}

.sec19_img3 {
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .sec19_img1 {
    width: 100%;
  }
  .sec19_title {
    font-size: 4.2666666667vw;
    margin-top: 10.6666666667vw;
  }
  .sec19_img2 {
    margin-top: 2.6666666667vw;
  }
  .sec19_img2 + .sec19_title {
    margin-top: 10.6666666667vw;
  }
  .sec19_img3 {
    margin-top: 2.6666666667vw;
  }
}

.video_area {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0 0;
	position: relative;
}

.video_area::before {
	content: "";
	background: url(../images/front/movie_back01.webp) center no-repeat;
	width: 300px;
	height: 200px;
	position: absolute;
	top: 0;
	right: 0;
	background-size: contain;
}

.video_area::after {
	content: "";
	background: url(../images/front/movie_back02.webp) center no-repeat;
	width: 300px;
	height: 200px;
	position: absolute;
	bottom: 30%;
	left: 0;
	background-size: contain;
}


.video_area video {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.sec3_under {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	gap: 50px;
}

.sec3_under img {
	object-fit: contain;
	max-width: 300px;
}

@media screen and (max-width:767px) {
	.video_area::before {
			width: 130px;
			height: 100px;
			top: 0;
			right: -20px;
		}

	.video_area::after {
			width: 130px;
			height: 100px;
			top: 23%;
			left: -20px;
		}

	.sec3_under {
		gap: inherit;
	}

	.sec3_under img {
		max-width: 150px;
	}

}

section.floatBannerArea {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	padding: 0;
	z-index: 200;
}

.floatBanner {
	width: 220px;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
	position: relative;
	background-color: #FFFFFF;
}

.partyBannerBox {
	border: 2px solid #568fdd;
	color: #568fdd;
	margin-bottom: 20px;
}

.methodBannerBox {
	border: 2px solid #dc6b56;
	color: #dc6b56;
}

.banner-close {
	position: absolute;
	z-index: 99999;
	right: -15px;
	top: -17px;
	border-radius: 50%;
	padding: 4px 8px;
	border: none;
	background-color: #f8f8f8;
	border-radius: 25px;
	cursor: pointer;
	-webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
	box-shadow: 0 0 7px rgb(0 0 0 / 40%);
	font-weight: bold;
}

.partyBanner, .methodBanner {
	padding: 15px 10px;
}

.partyBannerLink {
	background-color: #568fdd;
	color: #FFFFFF;
	padding: 10px 0;
}

.methodBannerLink {
	background-color: #dc6b56;
	color: #FFFFFF;
	padding: 10px 0;
}

@media screen and (max-width:767px) {
	section.floatBannerArea {
		left: 0;
		right: auto;
		bottom: 0;
	}

	.floatBanner {
		width: 100%;
		margin: 0;
		border-radius: 0;
		border: none;
	}

	.banner-close {
		right: 3px;
		top: -16px;
		padding: 2px 6px;
	}

	.partyBannerBox {
		background-color: #568fdd;
		float: left;
		width: 50%;
	}

	.methodBannerBox {
		border-left: 1px solid #333333;
		background-color: #dc6b56;
		float: right;
		width: 50%;
	}

	.partyBanner, .methodBanner {
		width: 100%;
		padding: 10px;
		background-color: #FFFFFF;
		height: 60px;
	}
	
	.partyBannerP, .methodBannerP {
		display: none;
	}

}