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

.space {
  margin-left: -0.5em;
}

@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.7;
  color: #000;
}

main,
footer {
  overflow: hidden;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 3.5897435897vw;
  }
}
/* フォント
***************************************************************/
@font-face {
  font-family: "impact";
  src: url(../fonts/impact.ttf);
}
.en {
  font-family: "impact";
}

.alexandria {
  font-family: "Alexandria", sans-serif;
}

.inter {
  font-family: "Inter", sans-serif;
}

/* コンテンツ・セクション幅
***************************************************************/
section {
  padding: 80px 0;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

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

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 装飾
***************************************************************/
/* ホバーで不透明度を下げる（PCのみ） */
.hover-opacity a {
  transition: opacity 0.3s;
}

@media screen and (min-width: 681px) {
  .hover-opacity a:hover {
    opacity: 0.7;
  }
}
.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.underline {
  font-weight: bold;
  display: inline;
}

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

.wave01 {
  margin-top: -320px;
  position: relative;
}

.wave02 {
  margin-top: -150px;
  position: relative;
}

.wave03 {
  margin-top: -150px;
  position: relative;
}

@media screen and (max-width: 680px) {
  .wave01 {
    margin-top: -38.4615384615vw;
    width: 105vw;
  }
  .wave02 {
    margin-top: -25.641025641vw;
    width: 105vw;
  }
  .wave03 {
    margin-top: -25.641025641vw;
    width: 105vw;
  }
  .waveCanvas {
    width: 100%;
    height: 130px;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  font-family: "impact";
}

.section_title .en {
  color: #00A99D;
  font-size: 100px;
  line-height: 100px;
  position: relative;
}

.section_title .ja {
  color: #FFF;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 1.25px;
  display: block;
}

@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 19.2307692308vw;
    line-height: 1;
  }
  .section_title .ja {
    font-size: 3.8461538462vw;
  }
}
.btn {
  text-align: center;
  margin-top: 60px;
}

.btn_link {
  color: #FFF;
  font-size: 17px;
  font-weight: 800;
  line-height: 44.206px;
  letter-spacing: 1.53px;
  border-radius: 52.064px;
  background: #54C3F1;
  width: 270px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 30px 8px 20px;
}

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

.btn.mini {
  margin-top: 20px;
  text-align: left;
}

.btn.mini .btn_link {
  width: 192px;
  font-size: 12px;
  padding: 6px 12px 6px 20px;
  line-height: 2.4;
}

.btn.mini .btn_link::after {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 680px) {
  .btn {
    margin-top: 7.6923076923vw;
  }
  .btn_link {
    font-size: 3.3333333333vw;
    line-height: 8.4615384615vw;
    width: 51.2820512821vw;
    padding: 1.5384615385vw 3.5897435897vw 1.5384615385vw 5.1282051282vw;
  }
  .btn_link::after {
    width: 6.4102564103vw;
    height: 6.4102564103vw;
  }
  .btn.mini {
    margin-top: 5.1282051282vw;
    text-align: left;
  }
  .btn.mini .btn_link {
    width: 32.0512820513vw;
    font-size: 2.8205128205vw;
    padding: 0.7692307692vw 2.3076923077vw 0.7692307692vw 3.3333333333vw;
    line-height: 6.1538461538vw;
  }
  .btn.mini .btn_link::after {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
}
.fixed {
  position: fixed;
  right: 40px;
  bottom: 80px;
  z-index: 50;
  width: 213px;
}

.fixedBox {
  position: relative;
}

.fixedBox_link01 {
  width: 176px;
  position: relative;
}

.fixedBox_link02 {
  width: 130px;
  display: block;
  margin: -40px 0 0 auto;
}

@media screen and (max-width: 680px) {
  .fixed {
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .fixedBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }
  .fixedBox_link01 {
    width: 100%;
    font-size: 3.3333333333vw;
    font-weight: bold;
    padding: 2.0512820513vw 0;
    color: #fff;
    background: #06C755;
  }
  .fixedBox_link02 {
    width: 100%;
    margin: 0;
    font-size: 3.3333333333vw;
    font-weight: bold;
    padding: 2.0512820513vw 0;
    color: #fff;
    background: #54C3F1;
  }
}
/* CTA
***************************************************************/
.cta {
  padding: 0 0 50px;
}

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

.cta_link {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1.1px;
  display: block;
  text-align: center;
  padding: 98px 0;
  border-radius: 15px;
}

.cta_link:nth-of-type(1) {
  background-image: url(../images/common/menu_bg01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cta_link:nth-of-type(2) {
  background-image: url(../images/common/menu_bg02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 680px) {
  .cta {
    padding: 0 0 12.8205128205vw;
  }
  .cta .inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5641025641vw;
    margin-top: -20.5128205128vw;
  }
  .cta_link {
    font-size: 3.0769230769vw;
    padding: 14.1025641026vw 0;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 30px 0;
}

.header_inner {
  margin: 0 45px;
}

.header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_logo {
  width: 296px;
}

.header__menu {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 50px;
  border-radius: 10px;
}

.header__menu_list {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 30px 8px 10px;
  translate: 20px;
  border-radius: 10px 0 0 10px;
  background: #00A99D;
}

.home header .header__menu_list {
  translate: 100%;
  visibility: hidden;
  transition: translate 0.4s ease, visibility 0s 0.4s;
}

.home header.active .header__menu_list {
  translate: 20px;
  visibility: visible;
  transition: translate 0.4s ease, visibility 0s;
}

.header__menu_item a {
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  background: #13CCBF;
  width: 130px;
  padding: 4px 0;
  text-align: center;
}

.header__menu_item:nth-last-of-type(1) a {
  background: #54C3F1;
}

.header__menu_item a.active {
  color: #00A99D;
  background: #fff;
}

.toggle-menu {
  position: relative;
  z-index: 100;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 2px solid #00A99D;
  background: #FFF;
}

.toggle-menu .toggle-line {
  position: absolute;
  inset: 0;
  display: block;
  width: 30px;
  height: 1px;
  margin: auto;
  text-indent: -2563.8461538462vw;
  background-color: rgba(0, 0, 0, 0);
}

.toggle-menu .toggle-line::before,
.toggle-menu .toggle-line::after {
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  content: "";
  background-color: #00A99D;
  transition: 0.3s;
}

.toggle-menu .toggle-line::before {
  top: -4px;
  animation: menu-barTop 0.6s forwards;
}

.toggle-menu .toggle-line::after {
  top: 4px;
  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: 30px 60px;
  transition: 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}

.open .header_nav {
  opacity: 1;
  visibility: unset;
}

.header_nav_content {
  width: 700px;
  margin-left: auto;
  background: rgb(0, 169, 157);
  padding: 60px 70px;
  border-radius: 10px;
  overflow: auto;
  position: relative;
}

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

.global_nav_list {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.global_nav_item a {
  font-size: 50px;
  line-height: 1.2;
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.global_nav_item a span {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.global_nav_item a:nth-of-type(n + 2) {
  display: inline-block;
  width: auto;
  font-size: 20px;
  font-weight: bold;
}

.global_nav_item a:nth-of-type(2) {
  margin-right: 60px;
}

.global_nav_item a:nth-of-type(4) {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.header_tel {
  color: #FFF;
  font-size: 34px;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: 1.7px;
  margin-top: 20px;
}

.header_sns {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
}

.header_sns a:nth-of-type(2) {
  position: relative;
  top: 2px;
}

.header_sns a img {
  display: block;
  height: 30px;
  width: auto;
}

.header_line {
  width: 176px;
  position: absolute;
  bottom: 28px;
  right: 72px;
}

@media screen and (max-width: 680px) {
  header {
    padding: 5.1282051282vw 0;
  }
  .header_inner {
    margin: 0 3.8461538462vw;
  }
  .header_logo {
    width: 45.641025641vw;
  }
  .header__menu {
    display: block;
    height: auto;
    border-radius: 0;
  }
  .header__menu_list {
    display: none;
  }
  .toggle-menu {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    border-radius: 1.5384615385vw;
    border: 0.5128205128vw solid #00A99D;
  }
  .toggle-menu .toggle-line {
    width: 5.1282051282vw;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    width: 5.1282051282vw;
    height: 0.5128205128vw;
  }
  .toggle-menu .toggle-line::before {
    top: -1.0256410256vw;
  }
  .toggle-menu .toggle-line::after {
    top: 1.0256410256vw;
  }
  .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 {
    padding: 5.1282051282vw 3.8461538462vw;
  }
  .header_nav_content {
    width: 100%;
    margin: 0 auto;
    padding: 7.6923076923vw 5.1282051282vw 30.7692307692vw;
  }
  .global_nav_list {
    gap: 3.3333333333vw;
  }
  .global_nav_item a {
    font-size: 8.7179487179vw;
  }
  .global_nav_item a span {
    font-size: 3.5897435897vw;
  }
  .global_nav_item a:nth-of-type(n + 2) {
    font-size: 3.5897435897vw;
  }
  .global_nav_item a:nth-of-type(2) {
    margin-right: 10.2564102564vw;
  }
  .header_tel {
    font-size: 6.1538461538vw;
    line-height: 1.6;
    margin-top: 3.3333333333vw;
  }
  .header_sns {
    gap: 4.1025641026vw;
    margin-top: 2.5641025641vw;
  }
  .header_sns a:nth-of-type(2) {
    position: relative;
    top: 0.5128205128vw;
  }
  .header_sns a img {
    height: 6.6666666667vw;
  }
  .header_line {
    width: 30.7692307692vw;
    bottom: -10.2564102564vw;
    right: 3.8461538462vw;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  padding: 30px 0;
}

footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

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

.footer_title {
  color: #00A99D;
  font-size: 100px;
  line-height: 1;
}

.footer_content {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.footer_content_text {
  color: #000;
  font-size: 20px;
  font-weight: 900;
  line-height: 36px;
}

.footer_content_tel {
  font-size: 34px;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: 1.7px;
  margin-top: 5px;
}

.footer_content_link {
  display: flex;
  gap: 50px;
  margin-top: 60px;
}

.footer_content_link a {
  color: #919191;
  font-size: 13px;
  font-weight: 800;
  line-height: 35px;
  letter-spacing: 0.65px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

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

.footer_content_sns {
  display: flex;
  flex-flow: column;
  gap: 17px;
  padding-top: 4px;
  width: 30px;
}

.footer_menu {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.footer_menu01 {
  width: 190px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
}

.footer_menu01_link_en {
  color: #00A99D;
  font-size: 24px;
  font-weight: 400;
  font-family: "impact";
}

.footer_menu01_link_ja {
  color: #909090;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  line-height: 1.2;
}

.footer_menu02 {
  width: 65px;
}

.copyright {
  text-align: center;
  color: #909090;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.4px;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  footer {
    padding: 7.6923076923vw 0 20.5128205128vw;
  }
  footer .inner {
    display: block;
    position: relative;
  }
  .footer_head {
    display: block;
  }
  .footer_title {
    font-size: 13.3333333333vw;
  }
  .footer_content {
    margin-top: 2.5641025641vw;
  }
  .footer_content_text {
    font-size: 3.8461538462vw;
    line-height: 5.641025641vw;
    position: relative;
  }
  .footer_content_tel {
    font-size: 7.6923076923vw;
    line-height: 9.2307692308vw;
    margin-top: 2.5641025641vw;
  }
  .footer_content_link {
    gap: 0;
    margin-top: 6.4102564103vw;
    padding: 0 5.1282051282vw;
  }
  .footer_content_link a {
    font-size: 2.5641025641vw;
    line-height: 6.4102564103vw;
    gap: 2.8205128205vw;
    margin-right: 4.6153846154vw;
  }
  .footer_content_link a::after {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
  .footer_content_sns {
    position: absolute;
    top: 2.5641025641vw;
    right: 10.2564102564vw;
    flex-flow: row;
    gap: 4.358974359vw;
    padding-top: 0;
    width: auto;
  }
  .footer_content_sns img {
    width: 7.6923076923vw;
  }
  .footer_menu {
    margin-top: 8.9743589744vw;
  }
  .footer_menu01 {
    width: 48.7179487179vw;
    gap: 1.2820512821vw 7.6923076923vw;
  }
  .footer_menu01_link_en {
    font-size: 6.1538461538vw;
  }
  .footer_menu01_link_ja {
    font-size: 3.0769230769vw;
  }
  .footer_menu02 {
    width: 16.6666666667vw;
  }
  .copyright {
    font-size: 2.5641025641vw;
    margin-top: 2.5641025641vw;
    letter-spacing: 0;
  }
}
/* フェードイン
***************************************************************/
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

.fadein.number02 {
  transition-delay: 100ms;
}

.fadein.number03 {
  transition-delay: 150ms;
}

.fadein.number04 {
  transition-delay: 200ms;
}

.fadein.number05 {
  transition-delay: 250ms;
}

.fadein.number06 {
  transition-delay: 300ms;
}

.fadein.number07 {
  transition-delay: 350ms;
}

.fadein.number08 {
  transition-delay: 400ms;
}

.fadein.number09 {
  transition-delay: 450ms;
}

.fadein.number10 {
  transition-delay: 500ms;
}

.fadein.number11 {
  transition-delay: 550ms;
}

.fadein.number12 {
  transition-delay: 600ms;
}

.fadein.number13 {
  transition-delay: 650ms;
}

.fadein.number14 {
  transition-delay: 700ms;
}

.fadein.number15 {
  transition-delay: 750ms;
}

.fadein.number16 {
  transition-delay: 800ms;
}

.fadein.number17 {
  transition-delay: 850ms;
}

.fadein.number18 {
  transition-delay: 900ms;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

@media all and (min-width: 681px) {
  .action01 {
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    position: relative;
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    position: relative;
    opacity: 0;
    transform: translateX(40px);
    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 {
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    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;
  }
}
/* ===================================================
トップページ
=================================================== */
.loading {
  width: 100vw;
  height: 100vh;
  background: #00A29A;
  display: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
}

.loading.is-active {
  display: flex;
}

/* 1. 下地：線画（border）を常に表示 */
.loader-container {
  width: 250px;
  height: 250px;
  z-index: 1;
  position: relative;
  background-image: url(../images/front/loading-logo_fill.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* 2. 塗りつぶし部分のラッパー */
.loader-fill-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  overflow: hidden;
  z-index: 2;
  /* アニメーションを定義するが、最初は一時停止(paused)にしておく */
  animation: fillAnimation 3s ease-in-out forwards;
  animation-play-state: paused;
}

/* クラスがついたらアニメーション開始 */
.loading.is-animating .loader-fill-wrapper {
  animation-play-state: running;
}

.loader-fill {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  max-width: none;
}

/* アニメーション：下から上へ */
@keyframes fillAnimation {
  0% {
    height: 0%;
  }
  70% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
/* フェードアウト用のクラス */
.loading.is-loaded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  pointer-events: none;
  /* クリックをスルーさせる */
}

@media screen and (max-width: 680px) {
  .loader-container {
    width: 20.5128205128vw;
    height: 20.5128205128vw;
  }
  .loader-fill {
    width: 20.5128205128vw;
    height: 20.5128205128vw;
  }
}
/* FV
***************************************************************/
.fv {
  position: relative;
  z-index: 1;
  height: 100vh;
}

.fv_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv .inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.fv_title {
  width: 500px;
}

@media screen and (max-width: 680px) {
  .fv {
    background-image: url(../images/front/fv.webp);
    height: calc(100vh - 8.7179487179vw);
  }
  .fv_title {
    width: 71.7948717949vw;
    position: relative;
    top: -10.2564102564vw;
  }
}
/* Section1
***************************************************************/
.sec1 {
  padding: 290px 0 80px;
  background-image: url(../images/front/sec1_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  margin-top: -70px;
  z-index: 1;
}

.sec1::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.scroll-infinity__wrap {
  display: flex;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translate(-50%, 0);
}

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

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

.scroll-infinity__item {
  color: #FFF;
  font-family: "Alexandria", sans-serif;
  font-size: 150px;
  font-weight: 800;
  letter-spacing: 7.5px;
  line-height: 100%;
  white-space: nowrap;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.sec1 .inner {
  position: relative;
  text-align: center;
}

.sec1_img01 {
  width: 440px;
  position: absolute;
  left: -187px;
  top: -49px;
  border: 30px solid #54C3F1;
  border-radius: 50%;
}

.sec1_img02 {
  width: 350px;
  position: absolute;
  right: -180px;
  top: -79px;
  border: 27px solid #00A29A;
  border-radius: 50%;
}

.sec1_img03 {
  width: 216px;
  position: absolute;
  left: 0;
  top: 556px;
  border: 20px solid #00A29A;
  border-radius: 50%;
}

.sec1_img04 {
  width: 256px;
  position: absolute;
  right: -50px;
  top: 600px;
  border: 25px solid #54C3F1;
  border-radius: 50%;
}

/* アニメーション定義 */
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
/* 画像に適用 */
.sec1_img01,
.sec1_img02,
.sec1_img03,
.sec1_img04 {
  animation: float 2s ease-in-out infinite;
}

/* 個別に動きをずらすと自然 */
.sec1_img01 {
  animation-delay: 0s;
}

.sec1_img02 {
  animation-delay: 0.5s;
}

.sec1_img03 {
  animation-delay: 0.4s;
}

.sec1_img04 {
  animation-delay: 0.3s;
}

.sec1_title {
  color: #FFF;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: 7.2px;
}

.sec1_text {
  color: #FFF;
  text-align: justify;
  font-size: 21px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 1.05px;
  width: 544px;
  margin: 80px auto 0;
}

.sec1_title02 {
  color: #FFF;
  font-size: 30px;
  font-weight: 800;
  line-height: 44.206px;
  letter-spacing: 1.474px;
  margin-top: 73px;
}

@media screen and (max-width: 680px) {
  .sec1 {
    padding: 53.5897435897vw 0 61.5384615385vw;
    background-image: url(../images/front/sec1_bg_sp.webp);
    margin-top: -10.2564102564vw;
  }
  .sec1::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 100%);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }
  .scroll-infinity__wrap {
    top: -15.3846153846vw;
  }
  .scroll-infinity__list {
    display: flex;
    gap: 20.5128205128vw;
  }
  .scroll-infinity__item {
    font-size: 28.7179487179vw;
    letter-spacing: 1.9230769231vw;
  }
  .sec1_img01 {
    width: 36.9230769231vw;
    position: absolute;
    left: unset;
    right: -5.1282051282vw;
    top: -46.4102564103vw;
    border: 3.8461538462vw solid #54C3F1;
  }
  .sec1_img02 {
    width: 38.4615384615vw;
    right: unset;
    left: -7.6923076923vw;
    top: unset;
    bottom: -50.5128205128vw;
    border: 3.8461538462vw solid #00A29A;
  }
  .sec1_img03 {
    display: none;
  }
  .sec1_img04 {
    display: none;
  }
  .sec1_title {
    font-size: 7.1794871795vw;
    letter-spacing: 4.48px;
  }
  .sec1_text {
    font-size: 3.3333333333vw;
    line-height: 6.9230769231vw;
    width: 100%;
    margin: 10.2564102564vw auto 0;
    text-align: left;
  }
  .sec1_title02 {
    font-size: 4.6153846154vw;
    line-height: 8.4615384615vw;
    margin-top: 7.6923076923vw;
  }
}
/* Section2
***************************************************************/
/* 上下にふわふわ */
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* 回転 */
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* circleラッパー */
.sec2_circle {
  width: 271px;
  position: absolute;
  left: -40px;
  top: 540px;
  text-align: center;
}

/* 上下アニメーション */
.sec2_circle_img01 {
  width: 63px;
  animation: float 2s ease-in-out infinite;
}

/* 回転アニメーション */
.sec2_circle_img02 {
  position: absolute;
  top: 50%;
  left: 50%;
  animation: rotate 20s linear infinite;
}

.sec2_deco {
  position: absolute;
  left: -50px;
  bottom: -140px;
  width: 399px;
}

.sec2 .section_title .en::before {
  content: "";
  display: inline-block;
  width: 194px;
  height: 106px;
  background-image: url(../images/front/text_camp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 25px;
  right: -165px;
}

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

.sec2_flexBox {
  padding: 30px;
  border-radius: 15px;
}

.sec2_flexBox:nth-of-type(1) {
  background-image: url(../images/front/sec2_img01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec2_flexBox:nth-of-type(2) {
  background-image: url(../images/front/sec2_img02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec2_flexBox_title {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
}

.sec2_flexBox_title span {
  font-size: 50px;
}

.sec2_flexBox_text {
  font-size: 46px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

.sec2_flexBox_text span {
  font-size: 180px;
}

.sec2_flexBox .btn {
  text-align: right;
  margin-top: 30px;
}

.sec2_foot {
  height: 316px;
  border-radius: 15px;
  background-image: url(../images/front/sec2_img03.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 933px;
  margin: 20px 0 0 auto;
  padding: 0 30px 20px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}

.sec2_foot_title {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 680px) {
  .sec2 {
    padding: 0;
    position: relative;
    z-index: 5;
  }
  /* circleラッパー */
  .sec2_circle {
    width: 35.8974358974vw;
    left: 3.8461538462vw;
    top: unset;
    bottom: -17.9487179487vw;
    text-align: center;
  }
  .sec2_circle_img01 {
    width: 8.2051282051vw;
  }
  .sec2_deco {
    left: unset;
    right: -10.7692307692vw;
    bottom: unset;
    top: -7.9487179487vw;
    width: 53.8461538462vw;
  }
  .sec2 .section_title .en::before {
    display: none;
  }
  .sec2_flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5641025641vw;
    margin-top: 5.1282051282vw;
  }
  .sec2_flexBox {
    padding: 6.4102564103vw;
  }
  .sec2_flexBox:nth-of-type(1) {
    background-image: url(../images/front/sec2_img01.webp);
  }
  .sec2_flexBox:nth-of-type(2) {
    background-image: url(../images/front/sec2_img02.webp);
  }
  .sec2_flexBox_title {
    font-size: 4.8717948718vw;
  }
  .sec2_flexBox_title span {
    font-size: 8.2051282051vw;
    margin-right: 1.5384615385vw;
  }
  .sec2_flexBox_text {
    font-size: 7.6923076923vw;
  }
  .sec2_flexBox_text span {
    font-size: 30vw;
  }
  .sec2_flexBox .btn {
    margin-top: 9.2307692308vw;
  }
  .sec2_flexBox .btn_link {
    width: 32.0512820513vw;
    padding: 0.7692307692vw 2.5641025641vw 0.7692307692vw 3.3333333333vw;
    font-size: 2.8205128205vw;
    letter-spacing: 0;
  }
  .sec2_flexBox .btn_link::after {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
  }
  .sec2_foot {
    height: 67.4358974359vw;
    background-image: url(../images/front/sec2_img03.webp);
    margin: 2.5641025641vw 0 0 auto;
    padding: 0 6.4102564103vw 6.4102564103vw;
  }
  .sec2_foot_title {
    font-size: 8.9743589744vw;
  }
}
/* Section3
***************************************************************/
.sec3 {
  position: relative;
  z-index: 5;
}

.sec3 .inner {
  display: flex;
  gap: 37px;
}

.sec3_deco {
  width: 424px;
  position: absolute;
  top: -80px;
  right: -105px;
}

.sec3_head {
  width: 235px;
}

.sec3 .section_title .en::before {
  content: "";
  display: inline-block;
  width: 224px;
  height: 122px;
  background-image: url(../images/front/text_pick_up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  right: -182px;
}

.sec3_head_text {
  color: #919191;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-top: 23px;
}

.sec3 iframe {
  width: 665px;
  height: 374px;
  margin-top: 140px;
  border-radius: 15px;
}

.sec3_slider {
  margin-top: 20px;
}

.sec3_slider .slick-slide {
  margin: 0 8px;
}

@media screen and (max-width: 680px) {
  .sec3 {
    padding: 47.9487179487vw 0 0;
  }
  .sec3 .btn.mini {
    display: none;
  }
  .sec3 .inner {
    display: block;
  }
  .sec3_deco {
    width: 53.8461538462vw;
    top: -51.5384615385vw;
    right: -2.5641025641vw;
  }
  .sec3_head {
    width: 100%;
  }
  .sec3 .section_title .en::before {
    width: 37.9487179487vw;
    height: 20.7692307692vw;
    top: 0vw;
    right: -30.7692307692vw;
  }
  .sec3_head_text {
    font-size: 3.8461538462vw;
    margin-top: 3.8461538462vw;
  }
  .sec3 iframe {
    width: 100%;
    height: 56.4102564103vw;
    margin-top: 4.6153846154vw;
    border-radius: 0;
    border: unset;
  }
  .sec3_slider {
    margin-top: 2.5641025641vw;
  }
  .sec3_slider .slick-slide {
    margin: 0 1.2820512821vw;
  }
}
/* Section4
***************************************************************/
.sec4 {
  background: #54C3F1;
  position: relative;
  margin-top: -10px;
  padding: 140px 0 200px;
}

.sec4_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 52px;
}

.sec4_head_text {
  color: #FFF;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
}

.sec4 .section_title {
  white-space: nowrap;
}

.sec4 .section_title .en {
  color: #fff;
}

.sec4_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.sec4_item a {
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 230px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sec4_item a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.sec4_item a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  z-index: -2;
}

.sec4_item_head {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.sec4_item_time {
  color: #FFF;
  font-size: 18px;
  font-weight: 800;
  line-height: 35px;
  letter-spacing: 0.9px;
}

.sec4_item_head_category {
  background: #00A99D;
  padding: 10px 13px;
  color: #FFF;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 1.5px;
}

.sec4_item_head_category.type {
  background: #fff;
  color: #54C3F1;
}

.sec4_item_title {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sec4 .btn {
  text-align: center;
}

.sec4 .btn_link {
  background: #fff;
  color: #54C3F1;
}

.sec4 .btn_link::after {
  background-image: url(../images/icon/icon_arrow_right02.svg);
}

@media screen and (max-width: 680px) {
  .sec4 {
    margin-top: -2.5641025641vw;
    padding: 10.2564102564vw 0 25.641025641vw;
  }
  .sec4_head {
    flex-flow: column;
    gap: 3.5897435897vw;
  }
  .sec4_head_text {
    font-size: 3.8461538462vw;
  }
  .sec4_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.0512820513vw;
    margin-top: 6.1538461538vw;
  }
  .home .sec4_item:nth-of-type(n + 4) {
    display: none;
  }
  .sec4_item a {
    height: 51.2820512821vw;
  }
  .sec4_item_head {
    gap: 3.8461538462vw;
  }
  .sec4_item_time {
    font-size: 3.8461538462vw;
    line-height: 1;
  }
  .sec4_item_head_category {
    padding: 1.5384615385vw 2.5641025641vw;
    font-size: 6.1538461538vw;
    line-height: 6.6666666667vw;
  }
  .sec4_item_title {
    font-size: 5.1282051282vw;
  }
}
/* Section5
***************************************************************/
.sec5 {
  background: #000;
  margin-top: -10px;
  padding: 80px 0 400px;
}

.sec5 .inner {
  display: grid;
  grid-template-columns: 233px 1fr;
  gap: 49px;
}

.sec5_head .section_title .en {
  color: #fff;
}

.sec5_head .btn {
  margin-top: 80px;
}

.sec5_text {
  color: #FFF;
  font-size: 20px;
  font-weight: 800;
}

.sec5_slider li {
  width: 440px;
  margin: 0 5px;
}

.sec5_foot {
  max-width: 1440px;
  margin: 150px auto 0;
}

.sec5_foot_content {
  position: relative;
}

.sec5_foot_contentBox {
  position: absolute;
  bottom: 105px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
}

.sec5_foot_contentBox_title {
  color: #FFF;
  font-size: 122px;
  font-weight: 900;
  line-height: 1;
}

.sec5_foot_contentBox_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 386px;
  margin-top: 62px;
}

.sec5_foot_contentBox_flexBox_title {
  color: #FFF;
  font-size: 29px;
  font-weight: 900;
  line-height: 1.2;
}

.sec5_foot_contentBox_flexBox_title span {
  font-size: 50px;
  display: block;
}

.sec5_foot_contentBox_flexBox .btn {
  text-align: center;
}

@media screen and (max-width: 680px) {
  .sec5 {
    padding: 5.1282051282vw 0 20.5128205128vw;
  }
  .sec5 .inner {
    display: block;
  }
  .sec5_head .btn {
    margin-top: 5.1282051282vw;
  }
  .sec5_text {
    font-size: 3.8461538462vw;
    margin-top: 3.8461538462vw;
  }
  .sec5_slider {
    margin-top: 6.4102564103vw;
    margin-right: calc(50% - 50vw);
  }
  .sec5_slider li {
    width: 66.6666666667vw;
    margin: 0 1.2820512821vw;
  }
  .sec5_foot {
    margin: 10.2564102564vw auto 0;
  }
  .sec5_foot_content {
    position: relative;
  }
  .sec5_foot_contentBox {
    bottom: 51.2820512821vw;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .sec5_foot_contentBox_title {
    font-size: 16.9230769231vw;
    order: 1;
    margin-top: 13.8461538462vw;
  }
  .sec5_foot_contentBox_flex {
    display: contents;
  }
  .sec5_foot_contentBox_flexBox:nth-of-type(1) {
    order: 0;
  }
  .sec5_foot_contentBox_flexBox:nth-of-type(2) {
    order: 2;
    margin-top: 48.7179487179vw;
  }
  .sec5_foot_contentBox_flexBox_title {
    font-size: 5.3846153846vw;
  }
  .sec5_foot_contentBox_flexBox_title span {
    font-size: 9.4871794872vw;
  }
  .sec5_foot_contentBox_flexBox .btn {
    text-align: center;
  }
}
/* Section6
***************************************************************/
.sec6 {
  background: #54C3F1;
  margin-top: -10px;
  padding: 80px 0 150px;
}

.sec6_content {
  width: 590px;
  margin-left: auto;
}

.sec6_content_img {
  width: 835px;
  position: absolute;
  top: -20px;
  left: -274px;
}

.sec6 .section_title .en {
  color: #fff;
}

.sec6 .section_title .en::before {
  content: "";
  display: inline-block;
  width: 186px;
  height: 96px;
  background-image: url(../images/front/text_map.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 37px;
  right: -149px;
}

.sec6_title {
  color: #FFF;
  font-size: 27px;
  font-weight: 900;
  margin-top: 20px;
}

.sec6_title span {
  display: block;
  font-size: 20px;
}

.sec6_map {
  margin-top: 30px;
  position: relative;
  border: 13px solid #fff;
  border-radius: 13px;
}

.sec6_map::before {
  content: "";
  display: inline-block;
  width: 83px;
  height: 29px;
  background-image: url(../images/front/sec6_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 225px;
  left: -80px;
}

.sec6_map iframe {
  width: 100%;
  height: 350px;
  display: block;
}

.sec6_list {
  display: flex;
  flex-flow: column;
  gap: 45px;
  margin-top: 35px;
}

.sec6_item_title {
  color: #FFF;
  font-size: 24px;
  font-weight: 900;
}

.sec6_item_text {
  color: #FFF;
  font-size: 17px;
  font-weight: 900;
  margin-top: 16px;
  padding-top: 15px;
  border-top: 1px solid #fff;
}

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

.sec6_item02.coming {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.sec6_item02.coming::before {
  content: "Coming soon...";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.sec6_item02 a {
  height: 216px;
  border-radius: 20px;
  background: #FFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 55px;
  padding-left: 94px;
  position: relative;
}

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

.sec6_item02_icon {
  width: 50px;
}

.sec6_item02_title {
  color: #00A99D;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
  letter-spacing: 1.5px;
  width: 222px;
}

@media screen and (max-width: 680px) {
  .sec6 {
    margin-top: -2.5641025641vw;
    padding: 10.2564102564vw 0 30.7692307692vw;
  }
  .sec6_content {
    display: flex;
    flex-flow: column;
    width: 100%;
  }
  .sec6_content_img {
    width: 101.2820512821vw;
    position: relative;
    top: 0;
    left: -20.5128205128vw;
    margin-top: 2.5641025641vw;
    order: 0;
  }
  .sec6 .section_title {
    order: -1;
  }
  .sec6 .section_title .en::before {
    width: 30.7692307692vw;
    height: 18.4615384615vw;
    top: 6.4102564103vw;
    right: -23.8461538462vw;
  }
  .sec6_title {
    font-size: 5.1282051282vw;
    margin-top: 5.1282051282vw;
    order: 2;
  }
  .sec6_title span {
    font-size: 3.8461538462vw;
  }
  .sec6_map {
    margin-top: 7.6923076923vw;
    position: relative;
    border: 3.3333333333vw solid #fff;
    border-radius: 3.3333333333vw;
    order: 1;
  }
  .sec6_map::before {
    position: absolute;
    top: -15.3846153846vw;
    left: 51.2820512821vw;
    transform: rotate(90deg);
  }
  .sec6_map iframe {
    width: 100%;
    height: 51.2820512821vw;
  }
  .sec6_list {
    gap: 3.8461538462vw;
    margin-top: 6.4102564103vw;
    order: 3;
  }
  .sec6_item02.coming::before {
    font-size: 4.1025641026vw;
    border-radius: 3.3333333333vw;
  }
  .sec6_item_title {
    font-size: 3.8461538462vw;
  }
  .sec6_item_text {
    font-size: 3.0769230769vw;
    margin-top: 2.5641025641vw;
    padding-top: 2.5641025641vw;
  }
  .sec6_list02 {
    display: block;
    margin-top: 16.4102564103vw;
  }
  .sec6_item02:nth-of-type(n + 2) {
    margin-top: 3.8461538462vw;
  }
  .sec6_item02 a {
    height: 16.6666666667vw;
    border-radius: 3.3333333333vw;
    gap: 14.1025641026vw;
    padding-left: 6.4102564103vw;
  }
  .sec6_item02 a::before {
    width: 4.1025641026vw;
    height: 3.8461538462vw;
    right: 6.4102564103vw;
  }
  .sec6_item02_icon {
    width: 8.9743589744vw;
  }
  .sec6_item02_title {
    font-size: 4.1025641026vw;
    line-height: 5.1282051282vw;
    width: 36.9230769231vw;
  }
}
/* section1
***************************************************************/
.tm_fv {
  height: 100vh;
  background-image: url(../images/training-camp/fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.tm_fv_title {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(0, -50%);
  color: #FFF;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 1.25px;
  text-align: center;
}

.tm_fv_title .en {
  display: block;
  writing-mode: vertical-rl;
  font-size: 100px;
  line-height: 100px;
  text-align: left;
  margin-top: 10px;
}

.tm_fv_text {
  color: #FFF;
  text-align: center;
  font-size: 39.294px;
  font-weight: 800;
  letter-spacing: 1.965px;
}

@media screen and (max-width: 680px) {
  .tm_fv {
    background-image: url(../images/training-camp/fv.webp);
    display: block;
    padding: 35.8974358974vw 5.1282051282vw 0;
    text-align: left;
    height: calc(100vh - 8.7179487179vw);
  }
  .tm_fv_title {
    position: unset;
    transform: unset;
    font-size: 3.8461538462vw;
    text-align: left;
  }
  .tm_fv_title .en {
    writing-mode: unset;
    font-size: 15.1282051282vw;
    line-height: 1;
    margin-top: 2.5641025641vw;
  }
  .tm_fv_text {
    font-size: 4.6153846154vw;
    margin-top: 26.9230769231vw;
  }
}
/* section1
***************************************************************/
.tm_sec1 {
  background: #000;
  padding: 0;
}

.tm_sec1 .inner.type2 {
  max-width: 1440px;
  position: relative;
  text-align: center;
  margin-top: -50px;
}

.tm_sec1_img01 {
  width: 673px;
  position: absolute;
  top: 0;
  left: 0;
}

.tm_sec1_img02 {
  width: 615px;
  position: relative;
  left: 40px;
}

.tm_sec1_img03 {
  width: 547px;
  position: absolute;
  top: 0;
  right: 0;
}

.tm_sec1 .inner:nth-of-type(2) {
  margin-top: 50px;
}

.tm_sec1 .inner:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  width: 663px;
  height: 663px;
  background-image: url(../images/training-camp/sec1_deco01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: -341px;
  bottom: -120px;
}

.tm_sec1_img04 {
  width: 675px;
  position: absolute;
  top: 0;
  right: 0;
}

.tm_sec1 .section_title .en::before {
  content: "";
  display: inline-block;
  width: 189px;
  height: 104px;
  background-image: url(../images/training-camp/text_field.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 52px;
  right: -120px;
}

.tm_sec1_title {
  color: #FFF;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 2.1px;
  margin-top: 50px;
  position: relative;
}

.tm_sec1_title span {
  background: #00A99D;
  padding: 12px;
}

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

.tm_sec1_text {
  color: #FFF;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-top: 50px;
  max-width: 815px;
}

.tm_sec1 .wave03 {
  margin-top: 0;
}

@media screen and (max-width: 680px) {
  .tm_sec1 {
    background: #000;
    padding: 53.8461538462vw 0 0;
  }
  .tm_sec1 .inner {
    z-index: 1;
  }
  .tm_sec1 .inner.type2 {
    margin-top: -6.4102564103vw;
    padding: 0 0 69.2307692308vw;
  }
  .tm_sec1_img01 {
    width: 67.4358974359vw;
    top: -53.8461538462vw;
    left: -5.1282051282vw;
  }
  .tm_sec1_img02 {
    width: 61.7948717949vw;
    position: relative;
    left: 5.1282051282vw;
  }
  .tm_sec1_img03 {
    width: 54.8717948718vw;
    position: absolute;
    top: unset;
    right: -5.1282051282vw;
    bottom: 0;
  }
  .tm_sec1 .inner:nth-of-type(2) {
    margin-top: 12.8205128205vw;
  }
  .tm_sec1 .inner:nth-of-type(2)::before {
    width: 78.7179487179vw;
    width: 78.7179487179vw;
    right: -31.2820512821vw;
    bottom: -20.5128205128vw;
    z-index: -1;
  }
  .tm_sec1_img04 {
    width: 100%;
    position: unset;
    margin-top: -3.8461538462vw;
  }
  .tm_sec1 .section_title .en {
    font-size: 15.1282051282vw;
  }
  .tm_sec1 .section_title .en::before {
    width: 28.9743589744vw;
    height: 15.8974358974vw;
    right: -26.1538461538vw;
    top: 7.9487179487vw;
  }
  .tm_sec1_title {
    position: relative;
    z-index: 5;
    font-size: 5.3846153846vw;
    margin-top: 5.641025641vw;
  }
  .tm_sec1_title span {
    background: #00A99D;
    padding: 1.5384615385vw;
  }
  .tm_sec1_title span:nth-of-type(2) {
    margin-top: 2.0512820513vw;
  }
  .tm_sec1_text {
    font-size: 3.3333333333vw;
    margin-top: 5.1282051282vw;
  }
  .tm_sec1 .wave03 {
    margin-top: 0;
  }
}
/* section2
***************************************************************/
.tm_sec2 {
  margin-top: -10px;
  position: relative;
  background: #fff;
  padding: 0;
}

.tm_sec2 .section_title {
  text-align: center;
}

.tm_sec2 .section_title .ja {
  color: #00A99D;
}

.tm_sec2_flex {
  display: grid;
  grid-template-columns: 490px 1fr;
  gap: 20px;
}

.tm_sec2_list {
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin-top: 78px;
}

.tm_sec2_list li {
  border: 4px solid #00A99D;
  padding: 20px;
  position: relative;
}

.tm_sec2 .number {
  font-weight: 900;
  color: #00A99D;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-variant-numeric: tabular-nums;
  transform-origin: center;
  transition: transform 0.2s;
}

.tm_sec2_item01_title {
  font-size: 24px;
  font-weight: 800;
}

.tm_sec2_item01_title span {
  font-size: 70px;
  line-height: 70px;
  display: block;
}

.tm_sec2_item01_text {
  font-size: 41.003px;
  font-weight: 800;
  letter-spacing: 2.05px;
}

.tm_sec2_item01_text span {
  font-size: 160.168px;
  line-height: 1;
}

.tm_sec2_item01_box {
  width: 267px;
  position: absolute;
  right: 0;
  bottom: 25px;
}

.tm_sec2_item01_box_text {
  font-weight: 800;
  margin-top: 7px;
  text-align: center;
}

li.tm_sec2_item02 {
  display: flex;
  align-items: center;
  gap: 53px;
  padding: 10px 20px;
}

.tm_sec2_item02_title {
  font-size: 50px;
  font-weight: 800;
  line-height: 33px;
  letter-spacing: 4px;
}

.tm_sec2_item02_title span {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}

.tm_sec2_item02_text {
  font-size: 31px;
  font-weight: 800;
}

.tm_sec2_item02_text span {
  font-size: 120px;
}

.tm_sec2_item03_img01 {
  width: 262px;
  position: absolute;
  right: 11px;
  top: -10px;
}

.tm_sec2_item03_img02 {
  width: 250px;
  position: absolute;
  left: 5px;
  top: 146px;
}

.tm_sec2_item03_title01 {
  font-size: 24px;
  font-weight: 800;
  line-height: 33px;
}

.tm_sec2_item03_text01 {
  font-size: 31px;
  font-weight: 800;
  letter-spacing: 1.55px;
}

.tm_sec2_item03_text01 span {
  font-size: 80px;
}

.tm_sec2_item03_title02 {
  padding-left: 240px;
  margin-top: 109px;
  font-size: 24px;
  font-weight: 800;
  line-height: 33px;
}

.tm_sec2_item03_text02 {
  padding-left: 240px;
  font-size: 31px;
  font-weight: 800;
}

.tm_sec2_item03_text02 span {
  font-size: 80px;
}

.tm_sec2_item03_text03 {
  font-size: 20px;
  font-weight: 800;
  line-height: 33px;
  letter-spacing: 1.6px;
  margin-top: 20px;
}

.tm_sec2_item04_img01 {
  width: 393px;
  position: absolute;
  top: -36px;
  left: 11px;
}

.tm_sec2_item04_box {
  padding-left: 406px;
}

.tm_sec2_item04_title01 {
  color: #FFF;
  font-size: 24px;
  text-align: center;
  font-weight: 800;
  border-radius: 50px;
  background: #00A99D;
  max-width: 213px;
  padding: 4px 0;
}

.tm_sec2_item04_title02 {
  font-size: 24px;
  font-weight: 800;
  margin-top: 18px;
}

.tm_sec2_item04_title02 span {
  font-size: 70px;
  line-height: 1;
  display: block;
}

.tm_sec2_item04_text01 {
  font-size: 41.003px;
  font-weight: 800;
  white-space: nowrap;
}

.tm_sec2_item04_text01 span {
  font-size: 160.168px;
}

.tm_sec2_item04_text02 {
  font-size: 20px;
  font-weight: 800;
  line-height: 33px;
  letter-spacing: 1.6px;
  margin-top: 35px;
}

.tm_sec2_item05_img01 {
  width: 305px;
  position: absolute;
  top: 12px;
  left: 26px;
}

.tm_sec2_item05_title01 {
  border-radius: 0 0 60px 0;
  background: #00A99D;
  color: #FFF;
  font-size: 37px;
  font-weight: 800;
  line-height: 33px;
  padding: 24px 0 24px 18px;
  width: 140px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.tm_sec2_item05_box01 {
  padding-left: 294px;
  display: flex;
  gap: 11px;
}

.tm_sec2_item05_box01_title01 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1.6px;
}

.tm_sec2_item05_box01_title01 span {
  display: block;
  font-size: 53px;
}

.tm_sec2_item05_box01_text {
  font-size: 31px;
  font-weight: 800;
}

.tm_sec2_item05_box01_text span {
  font-size: 90px;
}

.tm_sec2_item05_box02 {
  padding-left: 294px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.tm_sec2_item05_box02_title01 {
  font-size: 43px;
  font-weight: 800;
}

.tm_sec2_item05_box02_text {
  font-size: 31px;
  font-weight: 800;
}

.tm_sec2_item05_box02_text span {
  font-size: 90px;
}

.tm_sec2_item05_text {
  font-size: 20px;
  font-weight: 800;
  margin-top: 8px;
}

.tm_sec2_item06_img01 {
  width: 314px;
  position: absolute;
  top: -31px;
  right: 0;
}

.tm_sec2_item06_title {
  border-radius: 0 0 50px 0;
  background: #00A99D;
  color: #FFF;
  font-size: 37px;
  font-weight: 800;
  line-height: 33px;
  padding: 24px 0 24px 14px;
  width: 140px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.tm_sec2_item06_box {
  padding-left: 146px;
}

.tm_sec2_item06_box_text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 100.417px;
  line-height: 1;
}

.tm_sec2_item06_box_text .t1 {
  font-size: 30px;
  font-weight: 800;
  display: block;
  margin-bottom: 5px;
}

.tm_sec2_item06_box_text .t2 {
  font-size: 34px;
  font-weight: 800;
  display: block;
}

.tm_sec2_item06_text {
  font-size: 20px;
  font-weight: 800;
  line-height: 33px;
  letter-spacing: 1.6px;
  padding-left: 10px;
}

@media screen and (max-width: 680px) {
  .tm_sec2 {
    margin-top: -2.5641025641vw;
  }
  .tm_sec2 .section_title .en {
    font-size: 15.1282051282vw;
  }
  .tm_sec2_flex {
    display: flex;
    flex-flow: column;
    gap: 3.0769230769vw;
    margin-top: 10.2564102564vw;
  }
  .tm_sec2_list {
    display: contents;
  }
  .tm_sec2_list li {
    border: 0.7692307692vw solid #00A99D;
    padding: 3.5897435897vw;
  }
  .tm_sec2_item01 {
    order: 1;
  }
  .tm_sec2_item02 {
    order: 3;
  }
  .tm_sec2_item03 {
    order: 4;
  }
  .tm_sec2_item04 {
    order: 2;
  }
  .tm_sec2_item05 {
    order: 5;
  }
  .tm_sec2_item06 {
    order: 6;
  }
  .tm_sec2_item01_title {
    font-size: 4.1025641026vw;
  }
  .tm_sec2_item01_title span {
    font-size: 12.0512820513vw;
    line-height: 1;
  }
  .tm_sec2_item01_text {
    font-size: 6.9230769231vw;
  }
  .tm_sec2_item01_text span {
    font-size: 27.6923076923vw;
  }
  .tm_sec2_item01_box {
    width: 45.8974358974vw;
    bottom: 4.358974359vw;
  }
  .tm_sec2_item01_box_text {
    font-size: 3.0769230769vw;
    margin-top: 1.7948717949vw;
  }
  li.tm_sec2_item02 {
    gap: 0;
    padding: 2.5641025641vw 5.1282051282vw;
    justify-content: space-between;
  }
  .tm_sec2_item02_title {
    font-size: 8.7179487179vw;
    line-height: 1;
  }
  .tm_sec2_item02_title span {
    font-size: 4.1025641026vw;
    margin-bottom: 2.5641025641vw;
  }
  .tm_sec2_item02_text {
    font-size: 5.1282051282vw;
  }
  .tm_sec2_item02_text span {
    font-size: 21.0256410256vw;
  }
  .tm_sec2_item03_img01 {
    width: 45.3846153846vw;
    right: 1.7948717949vw;
    top: -1.5384615385vw;
  }
  .tm_sec2_item03_img02 {
    width: 43.3333333333vw;
    left: 0.7692307692vw;
    top: 25.1282051282vw;
  }
  .tm_sec2_item03_title01 {
    font-size: 4.1025641026vw;
    line-height: 1;
  }
  .tm_sec2_item03_text01 {
    font-size: 5.1282051282vw;
  }
  .tm_sec2_item03_text01 span {
    font-size: 13.8461538462vw;
  }
  .tm_sec2_item03_title02 {
    padding-left: 41.0256410256vw;
    margin-top: 17.9487179487vw;
    font-size: 4.1025641026vw;
    line-height: 1;
  }
  .tm_sec2_item03_text02 {
    padding-left: 41.0256410256vw;
    font-size: 5.1282051282vw;
  }
  .tm_sec2_item03_text02 span {
    font-size: 13.8461538462vw;
  }
  .tm_sec2_item03_text03 {
    font-size: 3.3333333333vw;
    line-height: 4.8717948718vw;
    margin-top: 6.6666666667vw;
  }
  .tm_sec2_item04_img01 {
    width: 58.4615384615vw;
    position: absolute;
    top: -4.8717948718vw;
    left: -10.2564102564vw;
  }
  .tm_sec2_item04_box {
    padding-left: 41.5384615385vw;
  }
  .tm_sec2_item04_title01 {
    font-size: 4.6153846154vw;
    border-radius: 12.8205128205vw;
    padding: 1.0256410256vw 0;
  }
  .tm_sec2_item04_title02 {
    font-size: 4.1025641026vw;
    margin-top: 2.5641025641vw;
  }
  .tm_sec2_item04_title02 span {
    font-size: 12.0512820513vw;
  }
  .tm_sec2_item04_text01 {
    font-size: 6.9230769231vw;
  }
  .tm_sec2_item04_text01 span {
    font-size: 27.6923076923vw;
  }
  .tm_sec2_item04_text02 {
    font-size: 3.3333333333vw;
    line-height: 4.8717948718vw;
    margin-top: 5.1282051282vw;
  }
  .tm_sec2_item05_img01 {
    width: 58.4615384615vw;
    top: 1.0256410256vw;
    left: 18.4615384615vw;
  }
  .tm_sec2_item05_title01 {
    border-radius: 0 0 10.2564102564vw 0;
    font-size: 7.1794871795vw;
    line-height: 1;
    padding: 3.5897435897vw 0 3.5897435897vw 4.6153846154vw;
    width: 25.641025641vw;
  }
  .tm_sec2_item05_box01 {
    padding-left: 0;
    padding-top: 37.6923076923vw;
    justify-content: center;
    gap: 2.8205128205vw;
  }
  .tm_sec2_item05_box01_title01 {
    font-size: 4.1025641026vw;
  }
  .tm_sec2_item05_box01_title01 span {
    font-size: 10vw;
  }
  .tm_sec2_item05_box01_text {
    font-size: 5.3846153846vw;
  }
  .tm_sec2_item05_box01_text span {
    font-size: 17.1794871795vw;
  }
  .tm_sec2_item05_box02 {
    padding-left: 0;
    justify-content: center;
    gap: 2.5641025641vw;
  }
  .tm_sec2_item05_box02_title01 {
    font-size: 8.2051282051vw;
    font-weight: 800;
  }
  .tm_sec2_item05_box02_text {
    font-size: 5.3846153846vw;
  }
  .tm_sec2_item05_box02_text span {
    font-size: 17.1794871795vw;
  }
  .tm_sec2_item05_text {
    font-size: 3.3333333333vw;
    margin-top: 3.5897435897vw;
  }
  .tm_sec2_item06_img01 {
    width: 45.1282051282vw;
    top: 0vw;
    right: -1.2820512821vw;
  }
  .tm_sec2_item06_title {
    border-radius: 0 0 10.2564102564vw 0;
    font-size: 5.641025641vw;
    line-height: 1;
    padding: 3.5897435897vw 0 3.5897435897vw 2.5641025641vw;
    width: 25.641025641vw;
  }
  .tm_sec2_item06_box {
    padding-left: 3.0769230769vw;
    padding-top: 11.7948717949vw;
  }
  .tm_sec2_item06_box_text {
    gap: 1.0256410256vw;
    font-size: 16.1538461538vw;
  }
  .tm_sec2_item06_box_text .t1 {
    font-size: 4.6153846154vw;
    margin-bottom: 1.2820512821vw;
  }
  .tm_sec2_item06_box_text .t2 {
    font-size: 5.1282051282vw;
  }
  .tm_sec2_item06_text {
    font-size: 3.8461538462vw;
    line-height: 6.1538461538vw;
    padding-left: 3.0769230769vw;
  }
}
/* section3
***************************************************************/
.tm_sec3_wave {
  margin-top: 0;
}

.tm_sec3 {
  background: #54C3F1;
  margin-top: -10px;
  padding: 80px 0 200px;
}

.tm_sec3 .section_title {
  text-align: center;
}

.tm_sec3 .section_title .en {
  color: #fff;
}

.tm_sec3 .section_title .ja {
  color: #fff;
}

.tm_sec3_list {
  display: flex;
  flex-flow: column;
  gap: 34px;
  margin-top: 50px;
}

.tm_sec3_item_title {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1.1px;
  border-radius: 10px;
  border: 2px solid #FFF;
  background: #00A99D;
  padding: 8px 0;
  cursor: pointer;
  position: relative;
}

.tm_sec3_item_title::before {
  content: "▼";
  display: inline-block;
  font-size: 22px;
  color: #fff;
  font-weight: 800;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}

.tm_sec3_itemBox {
  display: none;
  margin-top: 20px;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
}

.tm_sec3_item.is-open .tm_sec3_itemBox {
  display: grid;
  animation: fadeIn 0.25s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tm_sec3_itemBox span {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.9px;
  border-radius: 8.578px;
  border: 1.716px solid #00A99D;
  background: #FFF;
  height: 76px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 680px) {
  .tm_sec3 {
    padding: 10.2564102564vw 0 23.0769230769vw;
  }
  .tm_sec3 .section_title .en {
    font-size: 15.1282051282vw;
  }
  .tm_sec3_list {
    gap: 5.1282051282vw;
    margin-top: 7.6923076923vw;
  }
  .tm_sec3_item_title {
    font-size: 4.6153846154vw;
    border-radius: 2.5641025641vw;
    padding: 2.0512820513vw 0;
  }
  .tm_sec3_item_title::before {
    font-size: 4.6153846154vw;
    right: 5.1282051282vw;
  }
  .tm_sec3_itemBox {
    display: none;
    margin-top: 3.8461538462vw;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.0512820513vw;
  }
  .tm_sec3_itemBox span {
    font-size: 3.3333333333vw;
    height: 12.8205128205vw;
    text-align: center;
    line-height: 1.2;
  }
}
/*
***************************************************************/
.field_fv {
  position: relative;
  padding: 0 0 87px;
  height: 100vh;
}

#baseball .field_fv {
  background-image: url(../images/baseball/fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#soccer .field_fv {
  background-image: url(../images/soccer/fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.field_fv .inner {
  height: 100%;
}

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

.field_fv_title {
  color: #FFF;
  font-size: 100px;
  line-height: 100px;
}

.field_fv_title span {
  font-size: 50px;
  margin-left: 27px;
}

.field_fv_text {
  color: #FFF;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.9px;
}

@media screen and (max-width: 680px) {
  .field_fv {
    position: relative;
    padding: 0 7.6923076923vw 7.6923076923vw;
    height: calc(100vh - 8.7179487179vw);
  }
  #baseball .field_fv {
    background-image: url(../images/baseball/fv.webp);
    background-position: left;
  }
  #soccer .field_fv {
    background-image: url(../images/soccer/fv.webp);
    background-position: left;
  }
  .field_fv .inner {
    height: 100%;
  }
  .field_fv_title {
    font-size: 15.1282051282vw;
    line-height: 1;
  }
  .field_fv_title span {
    font-size: 10.2564102564vw;
    margin-left: 0;
    display: block;
  }
  .field_fv_text {
    font-size: 3.3333333333vw;
    margin-top: 6.4102564103vw;
  }
}
/* Section1
***************************************************************/
.field_sec1 {
  background: #000;
  padding: 80px 0 320px;
}

.field_sec1_list {
  display: flex;
  flex-flow: column;
  gap: 30px;
}

.field_sec1_item {
  gap: 48px;
  display: flex;
}

.field_sec1_item:nth-child(n+7) {
  display: none;
}

.field_sec1_item img {
  width: 600px;
}

.field_sec1_itemBox {
  flex: 1;
}

.field_sec1_itemBox_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #00A99D;
  padding-bottom: 10px;
}

.field_sec1_itemBox_head_title {
  color: #00A99D;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.field_sec1_itemBox_head_title span {
  font-size: 22px;
}

.field_sec1_itemBox_head_text {
  color: #FFF;
  font-weight: 800;
  border-radius: 10px;
  background: #F15A24;
  padding: 4px 41px;
  display: inline-block;
}

.field_sec1_itemBox_text {
  color: #FFF;
  font-size: 18px;
  font-weight: 800;
  margin-top: 20px;
  text-align: justify;
}

.field_sec1_field_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin-top: 20px;
}

.field_sec1_field_list_item {
  width: 232px;
  display: grid;
  align-items: center;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  color: #FFF;
  font-size: 18px;
  font-weight: 800;
}

.field_sec1_field_list_item:nth-of-type(1) {
  width: 100%;
}

.field_sec1_field_list_item:nth-of-type(3),
.field_sec1_field_list_item:nth-of-type(5) {
  flex: 1;
}

.field_sec1_field_list_item span {
  color: #FFF;
  font-weight: 800;
  text-align: center;
  border-radius: 10px;
  background: #00A99D;
  padding: 4px 0;
}

#fieldViewMore {
  display: block;
  border-radius: 20px;
  border: 2px solid #00A99D;
  background: #FFF;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  padding: 12px 0;
  margin-top: 35px;
  width: 100%;
}

@media screen and (max-width: 680px) {
  .field_sec1 {
    background: #000;
    padding: 7.6923076923vw 0 30.7692307692vw;
  }
  .field_sec1_list {
    gap: 10.2564102564vw;
  }
  .field_sec1_item {
    display: flex;
    flex-flow: column;
    gap: 3.5897435897vw;
  }
  .field_sec1_item img {
    width: 100%;
  }
  .field_sec1_itemBox_head {
    padding-bottom: 3.8461538462vw;
  }
  .field_sec1_itemBox_head_title {
    font-size: 6.4102564103vw;
  }
  .field_sec1_itemBox_head_title span {
    font-size: 4.6153846154vw;
  }
  .field_sec1_itemBox_head_text {
    border-radius: 2.0512820513vw;
    padding: 1.0256410256vw 4.358974359vw;
    font-size: 3.0769230769vw;
    margin-top: 0.7692307692vw;
  }
  .field_sec1_itemBox_text {
    font-size: 3.3333333333vw;
    margin-top: 3.8461538462vw;
  }
  .field_sec1_field_list {
    gap: 3.0769230769vw;
    margin-top: 3.8461538462vw;
  }
  .field_sec1_field_list_item {
    width: 41.5384615385vw;
    grid-template-columns: 23.0769230769vw 1fr;
    gap: 2.5641025641vw;
    font-size: 3.3333333333vw;
  }
  .field_sec1_field_list_item span {
    border-radius: 2.0512820513vw;
    padding: 1.0256410256vw 0;
    font-size: 3.3333333333vw;
  }
  #fieldViewMore {
    border-radius: 3.0769230769vw;
    font-size: 3.5897435897vw;
    padding: 3.0769230769vw 0;
    margin-top: 8.9743589744vw;
  }
}
/* Section2
***************************************************************/
.field_sec2 {
  background: #54C3F1;
  margin-top: -10px;
  padding: 0 0 140px;
}

.field_sec2 .section_title .ja {
  color: #fff;
}

.field_sec2 .section_title .en {
  color: #fff;
}

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

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

.field_sec2_item::before {
  content: "";
  display: inline-block;
  width: 102px;
  height: 102px;
  background-image: url(../images/icon/icon_tap.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: -22px;
  left: -17px;
  z-index: 100;
}

.field_sec2_item_img {
  transition: 0.3s;
}

.field_sec2_itemBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 15px;
}

.field_sec2_itemBox_title {
  font-size: 22px;
  font-weight: 900;
  margin-top: 8px;
}

.field_sec2_itemBox_text {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  margin-top: 8px;
  text-align: justify;
}

.field_sec2_item:hover .field_sec2_item_img {
  opacity: 0;
}

@media screen and (max-width: 680px) {
  .field_sec2 {
    margin-top: -2.5641025641vw;
    padding: 0 0 30.7692307692vw;
  }
  .field_sec2 .section_title .en {
    font-size: 15.1282051282vw;
  }
  .field_sec2_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.0512820513vw;
    margin-top: 5.1282051282vw;
  }
  .field_sec2_item::before {
    width: 20vw;
    height: 20vw;
    top: -4.1025641026vw;
    left: -4.1025641026vw;
  }
  .field_sec2_itemBox img {
    height: 51.2820512821vw;
    border-radius: 12px;
  }
  .field_sec2_itemBox_title {
    font-size: 5.641025641vw;
    margin-top: 2.0512820513vw;
  }
  .field_sec2_itemBox_text {
    font-size: 3.8461538462vw;
    line-height: 5.8974358974vw;
    margin-top: 2.0512820513vw;
  }
}
/* Section3
***************************************************************/
.field_sec3 {
  background: #000;
  padding: 0 0 80px;
  margin-top: -10px;
}

.field_sec3_head {
  display: flex;
  justify-content: space-between;
}

.field_sec3 .section_title {
  text-align: center;
}

.field_sec3 .section_title .ja {
  color: #fff;
}

.field_sec3 .section_title .en {
  color: #fff;
}

.field_sec3 .section_title .en::before {
  content: "";
  display: inline-block;
  width: 275px;
  height: 163px;
  background-image: url(../images/baseball/text_gallery.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: -248px;
}

.field_sec3_head_text {
  width: 600px;
  color: #FFF;
  text-align: justify;
  font-size: 20px;
  font-weight: 800;
}

.field_sec3_slider {
  margin-top: 10vw;
}

.field_sec3_slider .slick-list {
  overflow: unset;
  transform: scale(1);
  transition: 0.3s;
}

.field_sec3_slider .slick-slide img {
  width: 40vw;
}

.field_sec3_slider .slick-slide.slick-center {
  transform: scale(1.4);
  border: 6px solid #00A99D;
  border-radius: 20px;
}

.field_sec3_slider .slick-slide.slick-center img {
  height: 100%;
}

.field_sec3_slider .slick-prev,
.field_sec3_slider .slick-next {
  position: absolute;
  top: 32%;
  cursor: pointer;
  outline: none;
  height: 48px;
  width: 48px;
  background-image: url(../images/icon/icon_arrow_right05.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.field_sec3_slider .slick-prev {
  left: calc(50% - 29.5vw);
  transform: rotate(180deg);
}

.field_sec3_slider .slick-next {
  right: calc(50% - 29.5vw);
}

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

.field_sec3_menu_link {
  color: #FFF;
  text-align: center;
  display: block;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1.1px;
  padding: 98px 0 92px;
  border-radius: 15px;
}

.field_sec3_menu_link.link01 {
  background-image: url(../images/common/menu_bg01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.field_sec3_menu_link.link02 {
  background-image: url(../images/common/menu_bg02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.field_sec3_menu_link.link03 {
  background-image: url(../images/common/menu_bg03.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 680px) {
  .field_sec3 {
    padding: 0 0 7.6923076923vw;
    margin-top: -2.5641025641vw;
  }
  .field_sec3_head {
    display: block;
  }
  .field_sec3 .section_title {
    text-align: left;
  }
  .field_sec3 .section_title .en {
    font-size: 15.1282051282vw;
  }
  .field_sec3 .section_title .en::before {
    width: 42.3076923077vw;
    height: 24.8717948718vw;
    top: 4.1025641026vw;
    right: -35.8974358974vw;
  }
  .field_sec3_head_text {
    width: 100%;
    font-size: 3.3333333333vw;
    margin-top: 8.9743589744vw;
  }
  .field_sec3_slider {
    margin-top: 15vw;
  }
  .field_sec3_slider .slick-list {
    overflow: unset;
    transform: scale(1);
    transition: 0.3s;
  }
  .field_sec3_slider .slick-slide img {
    width: 60vw;
  }
  .field_sec3_slider .slick-slide.slick-center {
    transform: scale(1.4);
    border: 0.7692307692vw solid #00A99D;
    border-radius: 1.5384615385vw;
  }
  .field_sec3_slider .slick-prev,
  .field_sec3_slider .slick-next {
    top: 40%;
    height: 8.2051282051vw;
    width: 8.2051282051vw;
  }
  .field_sec3_slider .slick-prev {
    left: 3.5897435897vw;
  }
  .field_sec3_slider .slick-next {
    right: 3.5897435897vw;
  }
  .field_sec3_menu {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5641025641vw;
  }
  .field_sec3_menu_link {
    font-size: 3.0769230769vw;
    padding: 14.1025641026vw 0;
  }
}
/* section1
***************************************************************/
.price {
  padding: 180px 0 120px;
}

.price .inner {
  max-width: 1200px;
  padding-left: 100px;
}

.price .section_title {
  position: absolute;
  left: -80px;
  top: 0;
  text-align: center;
}

.price .section_title .ja {
  color: #000;
}

.price .section_title .en {
  writing-mode: vertical-rl;
}

.price_text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
}

.price_list {
  display: flex;
  flex-flow: column;
  gap: 60px;
  margin-top: 25px;
}

.price_item_title {
  color: #00A99D;
  font-size: 27px;
  font-weight: 700;
  border-left: 5px solid #00A99D;
  padding-left: 10px;
  line-height: 1.4;
}

.type2 .price_item_title {
  color: #919191;
  border-left: 5px solid #919191;
}

.price_table {
  margin-top: 15px;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  border-collapse: separate;
  border-spacing: 5px;
}

li:nth-last-of-type(1) th:nth-of-type(1) {
  width: 547px;
}

.price_th {
  text-align: center;
  font-size: 18px;
  background: rgba(0, 169, 157, 0.2);
  padding: 12px 0;
  vertical-align: middle;
}

.type2 .price_th {
  background: #E3E3E3;
}

.type3 .price_th {
  background: rgba(84, 187, 241, 0.2);
}

.price_td {
  font-size: 20px;
  font-weight: 600;
  padding: 12px 0;
  border-bottom: 1px solid #000;
  vertical-align: middle;
}

tr:nth-last-of-type(1) .price_td,
.price_td.border_none {
  border-bottom: unset;
}

.price_item_text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}

.price_btn {
  display: block;
  text-align: center;
  color: #FFF;
  background: #919191;
  font-size: 22px;
  font-weight: 700;
  margin-top: 60px;
  padding: 24px 0;
}

@media screen and (max-width: 680px) {
  .price {
    padding: 20.5128205128vw 0 10.2564102564vw;
  }
  .price .inner {
    padding: 0 5.1282051282vw;
  }
  .price .section_title {
    position: unset;
    text-align: left;
  }
  .price .section_title .en {
    writing-mode: unset;
    font-size: 15.1282051282vw;
  }
  .price_text {
    font-size: 3.3333333333vw;
    margin-top: 2.5641025641vw;
  }
  .price_list {
    gap: 7.6923076923vw;
    margin-top: 5.1282051282vw;
  }
  .price_item_title {
    font-size: 4.8717948718vw;
    border-left: 0.7692307692vw solid #00A99D;
    padding-left: 1.5384615385vw;
  }
  .type2 .price_item_title {
    border-left: 0.7692307692vw solid #919191;
  }
  .price_table {
    margin-top: 2.5641025641vw;
    border-spacing: 0.5128205128vw;
  }
  li:nth-last-of-type(1) th:nth-of-type(1) {
    width: 46.1538461538vw;
  }
  .price_th {
    font-size: 2.8205128205vw;
    padding: 1.0256410256vw 0;
    line-height: 1.4;
  }
  .price_td {
    font-size: 2.8205128205vw;
    padding: 1.0256410256vw 0;
    line-height: 1.4;
  }
  .price_item_text {
    font-size: 2.8205128205vw;
    margin-top: 2.5641025641vw;
  }
  .price_btn {
    font-size: 3.0769230769vw;
    margin-top: 7.6923076923vw;
    padding: 2.0512820513vw 0;
  }
}
/* FV
***************************************************************/
.rc_fv {
  height: 100vh;
  background-image: url(../images/room-charge/fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
}

.rc_fv .inner {
  height: 100%;
}

.rc_fv_content {
  position: absolute;
  left: 0;
  bottom: 80px;
}

.rc_fv_title .ja {
  display: block;
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
}

.rc_fv_title .en {
  display: block;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
}

.rc_fv_text {
  color: #FFF;
  text-align: justify;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.9px;
  max-width: 670px;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .rc_fv {
    background-image: url(../images/room-charge/fv.webp);
    height: calc(100vh - 8.7179487179vw);
  }
  .rc_fv_content {
    left: 7.6923076923vw;
    bottom: 7.6923076923vw;
    padding-right: 7.6923076923vw;
  }
  .rc_fv_title .ja {
    font-size: 3.8461538462vw;
  }
  .rc_fv_title .en {
    font-size: 15.1282051282vw;
    line-height: 1;
  }
  .rc_fv_text {
    font-size: 3.5897435897vw;
    margin-top: 6.4102564103vw;
  }
}
/* section1
***************************************************************/
.rc_sec1 {
  background: #000;
  padding: 80px 0 180px;
}

.rc_sec1_btn {
  color: #FFF;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 1.8px;
  border-radius: 15px;
  border: 4px solid #00A99D;
  padding: 78px 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../images/room-charge/map_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

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

.rc_sec1_list {
  display: flex;
  flex-flow: column;
  gap: 40px;
  margin-top: 80px;
}

.rc_sec1_item_title {
  display: grid;
  align-items: center;
  grid-template-columns: 300px 1fr;
  gap: 24px;
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.1px;
}

.rc_sec1_item_title span {
  text-align: center;
  color: #54C3F1;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.2px;
  border-radius: 10px;
  border: 1px solid #54C3F1;
  background: #FFF;
  padding: 3px 0;
}

.trc_sec1_item_right,
.trc_sec1_item_left {
  margin: 30px calc(50% - 50vw) 0;
  width: 100vw;
}

.trc_sec1_item_right img,
.trc_sec1_item_left img {
  width: 598px;
  margin: 0 5px;
}

@media screen and (max-width: 680px) {
  .rc_sec1 {
    padding: 7.6923076923vw 0 30.7692307692vw;
  }
  .rc_sec1_btn {
    font-size: 3.3333333333vw;
    border: 0.5128205128vw solid #00A99D;
    padding: 5.1282051282vw 3.5897435897vw;
    font-size: 3.3333333333vw;
  }
  .rc_sec1_btn::after {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
  .rc_sec1_list {
    gap: 7.6923076923vw;
    margin-top: 7.6923076923vw;
  }
  .rc_sec1_item_title {
    display: block;
    font-size: 3.3333333333vw;
  }
  .rc_sec1_item_title span {
    font-size: 3.3333333333vw;
    border-radius: 1.5384615385vw;
    padding: 0.7692307692vw 0;
    width: 42.3076923077vw;
    display: block;
    margin-bottom: 1.5384615385vw;
  }
  .trc_sec1_item_right,
  .trc_sec1_item_left {
    margin: 5.1282051282vw calc(50% - 50vw) 0;
  }
  .trc_sec1_item_right img,
  .trc_sec1_item_left img {
    width: 76.9230769231vw;
    margin: 0 0.7692307692vw;
  }
}
/* section3
***************************************************************/
.rc_sec2_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 27px;
}

.rc_sec2 .section_title {
  text-align: center;
}

.rc_sec2 .section_title .ja {
  color: #000;
  white-space: nowrap;
}

.rc_sec2_head_text {
  font-size: 18px;
  font-weight: 500;
}

.rc_sec2_list {
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin-top: 40px;
}

.rc_sec2_item_title {
  border-radius: 9px 9px 0 0;
  background: #00A99D;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  padding: 20px 50px 20px 113px;
  position: relative;
  cursor: pointer;
}

.rc_sec2_item_title::before {
  content: "Q";
  display: inline-block;
  color: #FFF;
  font-size: 37px;
  line-height: 1;
  font-weight: 400;
  font-family: "impact";
  position: absolute;
  left: 50px;
  top: 20px;
}

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

.rc_sec2_item_title.close::after {
  transform: translate(0, -50%) rotate(180deg);
}

.rc_sec2_item_text {
  color: #919191;
  font-size: 22px;
  font-weight: 700;
  border: 1px solid #00A99D;
  background: #FFF;
  padding: 20px 50px 20px 113px;
  display: none;
}

@media screen and (max-width: 680px) {
  .rc_sec2 {
    padding: 0 0 10.2564102564vw;
  }
  .rc_sec2_head {
    display: block;
  }
  .rc_sec2 .section_title {
    text-align: left;
  }
  .rc_sec2 .section_title .en {
    font-size: 15.1282051282vw;
  }
  .rc_sec2_head_text {
    font-size: 3.3333333333vw;
    margin-top: 5.1282051282vw;
  }
  .rc_sec2_list {
    gap: 2.5641025641vw;
    margin-top: 5.1282051282vw;
  }
  .rc_sec2_item_title {
    border-radius: 2.3076923077vw 2.3076923077vw 0 0;
    font-size: 3.0769230769vw;
    padding: 5.1282051282vw 11.2820512821vw 5.1282051282vw 8.7179487179vw;
  }
  .rc_sec2_item_title::before {
    font-size: 5.1282051282vw;
    left: 3.3333333333vw;
    top: 5.1282051282vw;
  }
  .rc_sec2_item_title::after {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    right: 4.358974359vw;
  }
  .rc_sec2_item_text {
    font-size: 3.0769230769vw;
    padding: 2.5641025641vw 2.5641025641vw 2.5641025641vw 3.8461538462vw;
  }
}
/* FV
***************************************************************/
.sponsor_fv {
  background-image: url(../images/sponsor/fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  padding: 180px 0 0;
}

.sponsor_fv .inner {
  height: 100%;
}

.sponsor_fv_title {
  color: #FFF;
  font-size: 33px;
  font-weight: 800;
}

.sponsor_fv_title .en {
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
  display: block;
  margin-bottom: 56px;
}

@media screen and (max-width: 680px) {
  .sponsor_fv {
    background-image: url(../images/sponsor/fv_sp.webp);
    padding: 20.5128205128vw 0 8.7179487179vw;
    height: calc(100vh - 8.7179487179vw);
  }
  .sponsor_fv_title {
    font-size: 5.1282051282vw;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
  }
  .sponsor_fv_title .en {
    font-size: 15.1282051282vw;
    line-height: 1;
    margin-bottom: 0;
  }
}
/* Section1
***************************************************************/
.sponsor_slider .slick-slide {
  width: 344px;
}

.sponsor_sec1 {
  text-align: center;
  background-image: url(../images/sponsor/sec1_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 180px 0 120px;
}

.sponsor_sec1_text {
  color: #FFF;
  font-size: 20px;
  font-weight: 800;
  line-height: 44px;
  letter-spacing: 1px;
}

@media screen and (max-width: 680px) {
  .sponsor_slider .slick-slide {
    width: 57.4358974359vw;
  }
  .sponsor_sec1 {
    padding: 25.641025641vw 0 12.8205128205vw;
  }
  .sponsor_sec1_text {
    font-size: 3.3333333333vw;
    line-height: 7.4358974359vw;
  }
}
/* Section2
***************************************************************/
.sponsor_sec2 {
  background: #000;
  padding: 80px 0 180px;
}

.sponsor_sec2_circle {
  width: 330px;
  position: absolute;
  top: -80px;
  right: 10px;
  text-align: center;
}

.sponsor_sec2_circle_img01 {
  width: 63px;
  animation: float 2s ease-in-out infinite;
}

.sponsor_sec2_circle_img02 {
  position: absolute;
  top: 50%;
  left: 50%;
  animation: rotate 20s linear infinite;
}

.sponsor_sec2 .section_title .en::before {
  content: "";
  display: inline-block;
  width: 282px;
  height: 183px;
  background-image: url(../images/sponsor/text_program.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 47px;
  right: -186px;
}

.sponsor_sec2_text {
  color: #FFF;
  font-size: 18px;
  font-weight: 800;
  line-height: 37px;
  letter-spacing: 0.9px;
  margin-top: 70px;
}

.sponsor_sec2_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  margin-top: 40px;
}

.sponsor_sec2_item {
  cursor: pointer;
}

.sponsor_sec2_item img {
  height: 230px;
}

.sponsor_sec2_item_title {
  color: #FFF;
  font-size: 18px;
  font-weight: 800;
  line-height: 37px;
  letter-spacing: 0.9px;
  background: #54C3F1;
  text-align: center;
}

li:nth-of-type(2n) .sponsor_sec2_item_title {
  background: #00A99D;
}

.sponsor_modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.sponsor_modal.is-active {
  display: flex;
}

.sponsor_modal_inner {
  background: #fff;
  padding: 30px;
  max-width: 740px;
  position: relative;
}

.sponsor_modal_close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 37px;
  height: 37px;
  background-image: url(../images/icon/icon_close.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sponsor_sec3_item {
  cursor: pointer;
}

.sponsor_modal_item {
  gap: 20px;
}

.sponsor_modal_item_img {
  width: 290px;
  height: 267px;
}

.sponsor_modal_itemBox {
  flex: 1;
}

.sponsor_modal_itemBox_title {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  background: #54C3F1;
  text-align: center;
}

li:nth-of-type(2n) .sponsor_modal_itemBox_title {
  background: #00A99D;
}

.sponsor_modal_itemBox_text {
  font-size: 15px;
  font-weight: bold;
  margin-top: 8px;
}

.sponsor_prev,
.sponsor_next {
  position: absolute;
  width: 60px;
  bottom: 30px;
}

.sponsor_prev {
  right: 100px;
  transform: scale(-1, 1);
}

.sponsor_next {
  right: 30px;
}

@media screen and (max-width: 680px) {
  .sponsor_sec2 {
    padding: 33.3333333333vw 0 30.7692307692vw;
  }
  .sponsor_sec2_circle {
    width: 43.5897435897vw;
    top: -30.7692307692vw;
    right: 7.6923076923vw;
  }
  .sponsor_sec2 .section_title .en {
    font-size: 13.3333333333vw;
    margin-bottom: 6.1538461538vw;
  }
  .sponsor_sec2 .section_title .en::before {
    width: 37.9487179487vw;
    height: 24.6153846154vw;
    top: 9.4871794872vw;
    right: -8.2051282051vw;
  }
  .sponsor_sec2_text {
    font-size: 3.3333333333vw;
    line-height: 5.641025641vw;
    margin-top: 5.1282051282vw;
  }
  .sponsor_sec2_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.0512820513vw;
    margin-top: 5.1282051282vw;
  }
  .sponsor_sec2_item {
    cursor: pointer;
  }
  .sponsor_sec2_item img {
    height: 34.6153846154vw;
  }
  .sponsor_sec2_item_title {
    font-size: 2.8205128205vw;
    line-height: 1.8;
  }
  .sponsor_modal_inner {
    padding: 5.1282051282vw 5.1282051282vw 20.5128205128vw;
    max-width: 89.7435897436vw;
  }
  .sponsor_modal_close {
    position: absolute;
    top: -4.6153846154vw;
    right: -4.6153846154vw;
    width: 9.4871794872vw;
    height: 9.4871794872vw;
    background-image: url(../images/icon/icon_close.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sponsor_modal_item {
    flex-flow: column;
  }
  .sponsor_modal_item_img {
    width: 100%;
    height: 71.7948717949vw;
  }
  .sponsor_modal_itemBox_title {
    font-size: 3.5897435897vw;
  }
  .sponsor_modal_itemBox_text {
    font-size: 3.0769230769vw;
    margin-top: 2.0512820513vw;
  }
  .sponsor_prev,
  .sponsor_next {
    width: 11.2820512821vw;
    bottom: 5.1282051282vw;
  }
  .sponsor_prev {
    right: 20.5128205128vw;
  }
  .sponsor_next {
    right: 5.1282051282vw;
  }
}
/* Section3
***************************************************************/
.sponsor_sec3 .section_title .ja {
  color: #000;
}

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

.sponsor_sec3_item {
  background: #00A99D;
  padding: 10px;
}

.sponsor_sec3_item_img {
  height: 220px;
}

.sponsor_sec3_item_title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-top: 4px;
}

.sponsor_sec3_item_text {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  margin-top: 4px;
}

.sponsor_sec3_logo {
  margin-top: 60px;
}

.sponsor_sec3_logo_img {
  height: 100px;
  width: 240px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 14px;
}

@media screen and (max-width: 680px) {
  .sponsor_sec3 .section_title .en {
    font-size: 13.3333333333vw;
  }
  .sponsor_sec3_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5641025641vw;
    margin-top: 5.1282051282vw;
  }
  .sponsor_sec3_item {
    background: #00A99D;
    padding: 2.5641025641vw;
  }
  .sponsor_sec3_item_img {
    height: 56.4102564103vw;
  }
  .sponsor_sec3_item_title {
    font-size: 5.1282051282vw;
    margin-top: 1.0256410256vw;
  }
  .sponsor_sec3_item_text {
    font-size: 3.0769230769vw;
    margin-top: 1.0256410256vw;
  }
  .sponsor_sec3_logo {
    margin-top: 11.5384615385vw;
  }
  .sponsor_sec3_logo_img {
    height: 15.3846153846vw;
    width: 35.8974358974vw;
    margin: 0 3.5897435897vw;
  }
}
/* お問い合わせ
***************************************************************/
.contact_fv {
  background: #54C3F1;
  padding: 180px 0 40px;
}

.contact_fv .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  max-width: 1200px;
}

.contact_fv_head {
  flex: 1;
}

.contact_fv_title {
  color: #FFF;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 1.25px;
}

.contact_fv_title .en {
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
  display: block;
}

.contact_fv_subTitle {
  color: #FFF;
  font-size: 33px;
  font-weight: 800;
  margin-top: 40px;
}

.contact_fv_text {
  color: #FFF;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.9px;
  max-width: 560px;
}

@media screen and (max-width: 680px) {
  .contact_fv {
    padding: 20.5128205128vw 0 10.2564102564vw;
  }
  .contact_fv .inner {
    display: block;
  }
  .contact_fv_title {
    font-size: 3.8461538462vw;
  }
  .contact_fv_title .en {
    font-size: 15.1282051282vw;
    line-height: 1;
  }
  .contact_fv_subTitle {
    font-size: 6.4102564103vw;
    margin-top: 3.0769230769vw;
    line-height: 1.4;
  }
  .contact_fv_text {
    font-size: 3.3333333333vw;
    margin-top: 5.1282051282vw;
  }
}
/* お問い合わせ
***************************************************************/
.contact_sec {
  background: #DDF3FC;
  padding: 80px 0 120px;
}

.contact_sec .inner {
  max-width: 740px;
}

.contact_sec_title {
  font-size: 25px;
  font-weight: bold;
}

.contact_form form {
  margin: 26px auto 0;
}

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

.contact_formBox_title {
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  background: rgba(84, 195, 241, 0.4);
  padding: 10px 15px;
}

.contact_list {
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin-top: 30px;
}

.contact_item {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 230px 1fr;
  gap: 14px;
}

.contact_item_title {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  display: grid;
  grid-template-columns: 1fr 60px;
  gap: 33px;
}

.req {
  color: #FFF;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  border-radius: 5px;
  background: #00A99D;
  padding: 6px 0;
  text-align: center;
}

.contact_area input[type=text],
.contact_area input[type=tel],
.contact_area input[type=email],
.contact_area input[type=date],
.contact_area select {
  width: 100%;
  display: block;
  border-radius: 5px;
  border: 1px solid #54C3F1;
  background: #FFF;
  padding: 8px 15px;
}

.contact_textarea textarea {
  width: 100%;
  display: block;
  border-radius: 5px;
  border: 1px solid #54C3F1;
  background: #FFF;
  padding: 8px 15px;
  height: 255px;
  margin-top: 30px;
  resize: none;
}

.contact_area input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.wpcf7-form-control-wrap {
  display: contents;
}

.wpcf7-list-item {
  margin: 0;
}

.contact_item_text {
  font-size: 14px;
  font-weight: 500;
}

.contact_area_check {
  margin-top: 10px;
}

.contact_area_day {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.contact_area_day .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-radio {
  display: flex;
  flex-flow: column;
  gap: 20px;
  padding-top: 10px;
}

.wpcf7-radio input {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

.contact_item_day {
  width: 100px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact_check_text {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.9px;
  margin-top: 20px;
}

.contact_check {
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}

.contact_submit {
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  width: 250px;
  margin: 20px auto 0;
}

.contact_submit input {
  background: #00A99D;
  width: 100%;
  display: block;
  padding: 10px 0;
}

@media screen and (max-width: 680px) {
  .contact_sec {
    padding: 6.1538461538vw 0 15.3846153846vw;
  }
  .contact_sec_title {
    font-size: 4.358974359vw;
  }
  .contact_form form {
    margin: 3.8461538462vw auto 0;
  }
  .contact_formBox:nth-of-type(n + 2) {
    margin-top: 10.2564102564vw;
  }
  .contact_formBox_title {
    font-size: 3.5897435897vw;
    padding: 2.0512820513vw 2.5641025641vw;
  }
  .contact_list {
    gap: 3.5897435897vw;
    margin-top: 5.1282051282vw;
  }
  .contact_item {
    display: block;
  }
  .contact_item_title {
    font-size: 3.3333333333vw;
    width: 42.3076923077vw;
    padding-top: 0;
    display: flex;
    gap: 5.1282051282vw;
    justify-content: flex-start;
  }
  .req {
    font-size: 2.5641025641vw;
    border-radius: 1.2820512821vw;
    padding: 1.5384615385vw 0;
    width: 10.7692307692vw;
  }
  .contact_area {
    margin-top: 1.5384615385vw;
  }
  .contact_area input[type=text],
  .contact_area input[type=tel],
  .contact_area input[type=email],
  .contact_area input[type=date],
  .contact_area select {
    font-size: 3.5897435897vw;
    padding: 2.0512820513vw 3.8461538462vw;
  }
  .contact_textarea textarea {
    padding: 2.0512820513vw 3.8461538462vw;
    height: 52.5641025641vw;
    margin-top: 5.1282051282vw;
  }
  .contact_area input[type=checkbox] {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    margin-right: 2.0512820513vw;
    position: relative;
    top: -0.2564102564vw;
  }
  .wpcf7-list-item {
    margin: 0;
  }
  .contact_item_text {
    font-size: 2.5641025641vw;
  }
  .contact_area_check {
    margin-top: 2.5641025641vw;
  }
  .contact_area_day {
    gap: 5.1282051282vw;
  }
  .wpcf7-radio {
    display: flex;
    flex-flow: column;
    gap: 5.1282051282vw;
    padding-top: 2.5641025641vw;
  }
  .wpcf7-radio input {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
    margin-right: 2.0512820513vw;
    position: relative;
    top: -0.5128205128vw;
  }
  .contact_item_day {
    width: 25.641025641vw;
    display: flex;
    align-items: center;
    gap: 2.0512820513vw;
  }
  .contact_check_text {
    font-size: 3.0769230769vw;
    margin-top: 5.1282051282vw;
  }
  .contact_check {
    margin-top: 5.1282051282vw;
    gap: 2.5641025641vw;
  }
  .contact_submit {
    font-size: 3.5897435897vw;
    width: 64.1025641026vw;
    margin: 5.1282051282vw auto 0;
  }
  .contact_submit input {
    padding: 2.5641025641vw 0;
  }
}
/* section1
***************************************************************/
.news {
  background: #C1EDFF;
  padding: 180px 0 120px;
}

.news .section_title .ja {
  color: #fff;
  margin-bottom: 10px;
}

.news .section_title .en {
  color: #fff;
}

.news_category {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.news_category a {
  display: block;
  border-radius: 10px;
  background: #00A99D;
  color: #FFF;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 1.5px;
  padding: 15px 13px;
}

.news_category a:nth-of-type(2) {
  color: #54C3F1;
  background: #fff;
}

.nav-links,
.page-nation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}

.nav-links span,
.nav-links a,
.page-numbers {
  color: #00A99D;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  height: 48px;
  width: 48px;
  letter-spacing: 0.806px;
  background: #fff;
  border: 1px solid #00A99D;
  border-radius: 50px;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.nav-links span.current,
.page-numbers.current {
  background: #00A99D;
  color: #fff;
}

.page-nation .next,
.page-nation .prev,
.nav-links .next,
.nav-links .prev {
  background: unset;
  border: unset;
}

.nav-links a.next::before,
.page-numbers.next::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  background-image: url(../images/icon/icon_arrow_page.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
}

.nav-links a.prev::before,
.page-numbers.prev::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  background-image: url(../images/icon/icon_arrow_page.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-1, 1);
}

@media screen and (max-width: 680px) {
  .news {
    padding: 20.5128205128vw 0 15.3846153846vw;
  }
  .news .section_title {
    text-align: left;
  }
  .news_category {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5641025641vw;
    margin-top: 6.1538461538vw;
  }
  .news_category a {
    border-radius: 2.5641025641vw;
    font-size: 5.1282051282vw;
    padding: 2.0512820513vw 3.3333333333vw;
  }
  .news .section_title .ja {
    margin-bottom: 1.0256410256vw;
  }
  .news .section_title .en {
    writing-mode: unset;
    font-size: 15.1282051282vw;
  }
  .nav-links,
  .page-nation {
    gap: 3.8461538462vw;
    margin-top: 7.6923076923vw;
  }
  .nav-links span,
  .nav-links a,
  .page-numbers {
    height: 9.7435897436vw;
    width: 9.7435897436vw;
  }
}
/* 詳細
***************************************************************/
.news_single {
  padding: 180px 0 120px;
  background: #C1EDFF;
}

.news_single_content_thumbnail {
  height: 630px;
}

.news_single_content_thumbnail img {
  height: 100%;
  max-width: 100%;
  width: 100%!important;
}

.news_single_title {
  color: #FFF;
  font-size: 40px;
}

.news_single_content {
  border-radius: 10px;
  background: #FFF;
  padding: 40px 40px;
}

.news_single_content_time {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.9px;
  display: block;
  margin-top: 12px;
}

.news_single_content_title {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.news_post {
  margin-top: 20px;
  line-height: 1.6;
}

.news_post img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-bottom: 20px;
}

.news_single h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}

.news_single h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.news_single h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.news_single h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.news_single p {
  font-size: 16px;
  margin-bottom: 20px;
}

.news_single ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.news_single ol {
  list-style: auto;
  padding-left: 20px;
  margin-bottom: 20px;
}

.news_foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.news_foot_link {
  color: #00A99D;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1.4px;
  border-radius: 10px;
  border: 1px solid #00A99D;
  background: #FFF;
  padding: 0 28px;
}

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

.news_foot_page .prev {
  width: 30px;
  transform: scale(-1, 1);
}

.news_foot_page .next {
  width: 30px;
}

@media screen and (max-width: 678px) {
  .news_single {
    padding: 21.7948717949vw 0 10.2564102564vw;
  }
  .news_single_content_thumbnail {
    height: 41.0256410256vw;
  }
  .news_single_title {
    font-size: 8.2051282051vw;
  }
  .news_single_content {
    border-radius: 1.2820512821vw;
    padding: 10.2564102564vw 5.1282051282vw;
  }
  .news_single_content_time {
    font-size: 3.5897435897vw;
  }
  .news_single_content_title {
    font-size: 5.1282051282vw;
    padding-bottom: 2.5641025641vw;
  }
  .news_post {
    margin-top: 2.5641025641vw;
    line-height: 1.6;
  }
  .news_post {
    line-height: 1.8;
  }
  .news_single h2 {
    font-size: 5.1282051282vw;
    margin-bottom: 3.8461538462vw;
  }
  .news_single h3 {
    font-size: 4.6153846154vw;
    margin-bottom: 3.8461538462vw;
  }
  .news_single h4 {
    font-size: 4.1025641026vw;
    margin-bottom: 3.8461538462vw;
  }
  .news_single h5 {
    font-size: 3.5897435897vw;
    margin-bottom: 3.8461538462vw;
  }
  .news_single p {
    font-size: 3.5897435897vw;
    margin-bottom: 3.8461538462vw;
  }
  .news_single ul {
    padding-left: 4.1025641026vw;
    margin-bottom: 3.8461538462vw;
  }
  .news_single ol {
    padding-left: 4.1025641026vw;
    margin-bottom: 3.8461538462vw;
  }
  .news_foot {
    margin-top: 3.5897435897vw;
  }
  .news_foot_link {
    font-size: 4.1025641026vw;
    padding: 1.0256410256vw 5.3846153846vw;
  }
  .news_foot_page {
    gap: 5.641025641vw;
  }
  .news_foot_page .prev {
    width: 7.6923076923vw;
  }
  .news_foot_page .next {
    width: 7.6923076923vw;
  }
}
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/