@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: "Zen Kaku Gothic New", "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 {
  overflow: hidden;
}

.page-id-89 main,
.page-id-91 main {
  overflow: unset;
}

@media screen and (max-width: 735px) {
  html {
    font-size: 2.1768707483vw;
  }
}
/* フォント
***************************************************************/
.en {
  font-family: "Zen Dots", sans-serif;
}

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

section + section {
  padding: 0 0 150px;
}

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

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

@media screen and (max-width: 735px) {
  .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%, #FFF1B7 40%);
  display: inline;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

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

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

.scroll-infinity__item {
  font-size: 120px;
  line-height: 100%;
  white-space: nowrap;
}

/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  position: relative;
}

.section_title .en {
  display: block;
  color: #FFD83C;
  font-size: 90px;
  line-height: 1;
  letter-spacing: 4.5px;
}

.section_title .ja {
  display: block;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 1.3px;
}

.section_title .sec_link {
  position: absolute;
  right: -110px;
  bottom: -10px;
  color: #F00;
  font-size: 18px;
  letter-spacing: 0.9px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

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

.section_subTitle {
  color: #2E2E2E;
  font-size: 40px;
  font-weight: 900;
  line-height: 112%;
  letter-spacing: 2px;
  margin-top: 40px;
  display: inline-block;
}

.section_subTitle span {
  border-radius: 10px;
  border: 2px solid #FFD83C;
  background: #FFF;
  padding: 10px 15px;
}

.section_subTitle span:nth-of-type(n + 2) {
  margin-top: 10px;
}

.page_title {
  text-align: center;
}

.page_title .ja {
  font-size: 66px;
  font-weight: 900;
  letter-spacing: 3.3px;
  display: block;
  line-height: 1.2;
}

.page_title .en {
  color: #FFD83C;
  font-size: 30px;
  letter-spacing: 1.5px;
  display: block;
  line-height: 1.2;
}

.page_text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 24px;
}

@media screen and (max-width: 735px) {
  .section_title .en {
    font-size: 9.5238095238vw;
  }
  .section_title .ja {
    font-size: 3.2653061224vw;
  }
  .section_title .sec_link {
    right: 0;
    bottom: -1.3605442177vw;
    font-size: 2.4489795918vw;
    gap: 2.7210884354vw;
  }
  .section_title .sec_link::after {
    width: 6.5306122449vw;
    height: 6.5306122449vw;
  }
  .section_subTitle {
    font-size: 4.6258503401vw;
    margin-top: 2.7210884354vw;
    letter-spacing: 0;
  }
  .section_subTitle span {
    border-radius: 1.0884353741vw;
    padding: 1.3605442177vw 2.0408163265vw;
  }
  .section_subTitle span:nth-of-type(n + 2) {
    margin-top: 1.3605442177vw;
  }
  .page_title {
    text-align: center;
  }
  .page_title .ja {
    font-size: 6.1224489796vw;
    letter-spacing: 0.4489795918vw;
  }
  .page_title .en {
    font-size: 2.9931972789vw;
    letter-spacing: 0.2040816327vw;
  }
  .page_text {
    font-size: 3.2653061224vw;
    margin-top: 3.2653061224vw;
    text-align: left;
  }
}
.fixed {
  position: fixed;
  right: 60px;
  bottom: 60px;
  width: 102px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.fixed.is-show {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 735px) {
  .fixed {
    right: 5.4421768707vw;
    bottom: 5.4421768707vw;
    width: 13.8775510204vw;
  }
}
/* 共通パーツ(下層)
***************************************************************/
.page_fv {
  position: relative;
  z-index: 5;
  padding: 180px 0 0;
}

.page_fv_title {
  font-size: 66px;
  font-weight: 900;
  text-align: center;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 735px) {
  .page_fv {
    padding: 24.4897959184vw 0 0;
  }
  .page_fv_title {
    font-size: 6.1224489796vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 20px 0;
  background: #FFD83C;
}

.header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 45px;
  position: relative;
  z-index: 1000;
}

.header_logo {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  font-weight: 900;
  gap: 28px;
}

.header_logo img {
  width: 302px;
}

.header_content_menu {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header_content_menu_link01 {
  font-size: 32px;
  border-radius: 15px;
  background: #fff;
  width: 194px;
  height: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.header_content_menu_link02 {
  font-size: 27px;
  font-weight: 700;
  border-radius: 15px;
  background: #ACE7EF;
  width: 194px;
  height: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.toggle-menu {
  position: relative;
  z-index: 100;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.toggle-menu .toggle-line {
  position: absolute;
  inset: 0;
  display: block;
  width: 42px;
  height: 5px;
  margin: auto;
  background-color: #000;
}

.toggle-menu .toggle-line::before,
.toggle-menu .toggle-line::after {
  position: absolute;
  left: 0;
  width: 42px;
  height: 5px;
  content: "";
  background-color: #000;
  transition: 0.3s;
}

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

.toggle-menu .toggle-line::after {
  top: 13px;
  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;
  align-items: flex-start;
  gap: 70px;
  width: 100vw;
  height: 100vh;
  padding: 200px 60px 100px;
  background-color: #FFD83C;
  transition: 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}

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

.header_nav_img {
  padding-top: 140px;
  width: 453px;
}

.global_nav {
  flex: 1;
}

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

.global_nav_item a {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.2;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.global_nav_item a span {
  color: #FFF;
  font-size: 60px;
  letter-spacing: 3px;
  display: block;
}

.global_nav_item a:nth-of-type(n + 2) {
  color: #707070;
  margin-top: 10px;
}

@media screen and (max-width: 735px) {
  header {
    padding: 3.2653061224vw 0;
  }
  .header_content {
    margin: 0 5.7142857143vw;
  }
  .header_logo {
    flex-flow: column;
    font-size: 2.4489795918vw;
    gap: 0;
    align-items: flex-start;
  }
  .header_logo span {
    margin-left: 4.0816326531vw;
    margin-top: 0.5442176871vw;
  }
  .header_logo img {
    width: 26.1224489796vw;
    display: block;
  }
  .header_content_menu {
    display: flex;
    align-items: center;
    gap: 2.0408163265vw;
  }
  .header_content_menu_link01 {
    font-size: 2.9931972789vw;
    border-radius: 1.6326530612vw;
    width: 21.9047619048vw;
    height: 6.8027210884vw;
  }
  .header_content_menu_link02 {
    font-size: 2.9931972789vw;
    border-radius: 1.6326530612vw;
    width: 21.9047619048vw;
    height: 6.8027210884vw;
  }
  .toggle-menu {
    width: 5.7142857143vw;
    height: 7.074829932vw;
    margin-left: 1.3605442177vw;
  }
  .toggle-menu .toggle-line {
    width: 5.7142857143vw;
    height: 0.6802721088vw;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    width: 5.7142857143vw;
    height: 0.6802721088vw;
  }
  .toggle-menu .toggle-line::before {
    top: -1.6326530612vw;
  }
  .toggle-menu .toggle-line::after {
    top: 1.6326530612vw;
  }
  .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 {
    gap: 0;
    padding: 22.7210884354vw 4.6258503401vw 13.6054421769vw;
  }
  .header_nav_img {
    padding-top: 42.1768707483vw;
    width: 31.8367346939vw;
  }
  .global_nav_list {
    gap: 4.7619047619vw;
  }
  .global_nav_item a {
    font-size: 2.9931972789vw;
  }
  .global_nav_item a span {
    font-size: 7.2108843537vw;
    letter-spacing: 0;
  }
  .global_nav_item a:nth-of-type(n + 2) {
    margin-top: 1.3605442177vw;
  }
}
.cta {
  padding: 80px 0;
  overflow: hidden;
}

.cta_content {
  border: 1px solid #000;
  padding: 30px;
  border-radius: 20px;
  margin-top: 20px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 287px 287px;
  gap: 30px;
  position: relative;
}

.cta_content::before {
  content: "";
  display: inline-block;
  width: 225px;
  height: 273px;
  background-image: url(../images/common/cta_img01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: -137px;
  bottom: -131px;
}

.cta_contentBox {
  padding-right: 30px;
}

.cta_contentBox_text {
  font-size: 25px;
  font-weight: 900;
}

.cta_contentBox_tel {
  font-size: 25px;
  display: flex;
  align-items: center;
  gap: 23px;
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px solid #000;
}

.cta_contentBox_tel span {
  color: #F00;
  font-size: 36px;
}

.cta_contentBox_time {
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
}

.cta_contentBox_link {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.4;
  height: 226px;
  border-radius: 15px;
  background: #FFD83C;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

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

.cta_contentBox_link:nth-of-type(2) {
  background: #ACE7EF;
}

.cta_contentBox_link span {
  font-size: 36px;
  display: block;
}

@media screen and (max-width: 735px) {
  .cta {
    padding: 8.1632653061vw 0;
  }
  .cta_content {
    padding: 4.0816326531vw;
    border-radius: 2.7210884354vw;
    margin-top: 2.7210884354vw;
    display: flex;
    flex-flow: column;
    gap: 2.7210884354vw;
  }
  .cta_content::before {
    width: 30.612244898vw;
    height: 37.1428571429vw;
    right: -11.156462585vw;
    bottom: -14.2857142857vw;
    z-index: 10;
  }
  .cta_contentBox {
    padding-right: 0;
  }
  .cta_contentBox_text {
    font-size: 4.0816326531vw;
  }
  .cta_contentBox_tel {
    font-size: 4.0816326531vw;
    gap: 3.1292517007vw;
    padding-top: 2.4489795918vw;
    margin-top: 2.4489795918vw;
  }
  .cta_contentBox_tel span {
    font-size: 5.8503401361vw;
  }
  .cta_contentBox_time {
    font-size: 4.4897959184vw;
    position: relative;
    left: -2.0408163265vw;
  }
  .cta_contentBox_link {
    font-size: 3.4013605442vw;
    height: 21.768707483vw;
    border-radius: 2.0408163265vw;
    width: 100%;
    align-items: flex-start;
    padding-left: 10.4761904762vw;
    position: relative;
    margin-top: 2.7210884354vw;
  }
  .cta_contentBox_link::after {
    width: 6.5306122449vw;
    height: 6.5306122449vw;
    margin-top: 0;
    position: absolute;
    top: 50%;
    right: 8.1632653061vw;
    transform: translate(0, -50%);
  }
  .cta_contentBox_link:nth-of-type(2) {
    margin-top: 0;
  }
  .cta_contentBox_link span {
    font-size: 4.8979591837vw;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  text-align: center;
  background: #FFF1B7;
  padding: 40px 0;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.footer_logo {
  width: 312px;
}

.footer_link {
  font-size: 13px;
  margin-top: 24px;
}

.copyright {
  font-size: 13px;
  margin-top: 12px;
}

@media screen and (max-width: 735px) {
  footer {
    padding: 5.4421768707vw 0;
  }
  .footer_logo {
    width: 42.4489795918vw;
  }
  .footer_link {
    font-size: 3.2653061224vw;
    margin-top: 3.2653061224vw;
  }
  .copyright {
    font-size: 3.2653061224vw;
    margin-top: 1.6326530612vw;
  }
}
/* フェードイン
***************************************************************/
.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;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
  padding: 210px 0 120px;
  position: relative;
  z-index: 3;
}

.fv_deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 28.6805555556vw;
}

.fv .inner {
  max-width: unset;
  padding-left: 100px;
}

.fv_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 56.4583333333vw;
  z-index: -1;
  opacity: 0;
  transition: opacity 1s ease;
}

.fv_img.active {
  opacity: 1;
}

.fv_title {
  width: 53.125vw;
}

.fv_subTitle {
  margin: 3.8888888889vw 0 0 2.2222222222vw;
  position: relative;
}

.fv_subTitle span {
  font-size: 35px;
  font-weight: 700;
  line-height: 190%;
  letter-spacing: 1.75px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.fv_flex {
  display: grid;
  grid-template-columns: 323px 193px;
  gap: 36px;
  margin-top: 22px;
  padding-left: 2.2222222222vw;
}

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

.fv_img02 {
  width: 32.1527777778vw;
  position: absolute;
  right: 17.7777777778vw;
  bottom: -6.25vw;
  z-index: 10;
}

@media screen and (max-width: 735px) {
  .fv {
    padding: 97.2789115646vw 0 5.4421768707vw;
  }
  .fv_deco {
    width: 31.2925170068vw;
  }
  .fv .inner {
    padding-left: 5.4421768707vw;
  }
  .fv_img {
    top: -19.0476190476vw;
    right: unset;
    left: 8.9795918367vw;
    width: 111.5646258503vw;
  }
  .fv_title {
    width: 100%;
  }
  .fv_subTitle {
    margin: 4.0816326531vw 0 0 0;
  }
  .fv_subTitle span {
    font-size: 4.7619047619vw;
  }
  .fv_flex {
    display: block;
    margin-top: 0;
    padding-left: 0;
    position: relative;
    margin-top: 2.7210884354vw;
  }
  .fv_flex_text {
    font-size: 3.2653061224vw;
  }
  .fv_flex img {
    width: 21.3605442177vw;
    position: absolute;
    right: 0;
    top: -27.2108843537vw;
  }
  .fv_img02 {
    width: 42.9931972789vw;
    right: -2.0408163265vw;
    bottom: 81.6326530612vw;
    z-index: -1;
  }
}
/* Section1
***************************************************************/
.sec1 {
  padding: 60px 0 0;
  position: relative;
  z-index: 1;
}

.sec1_bg {
  height: 478px;
  border-radius: 0 0 50px 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sec1_deco {
  width: 215px;
  position: absolute;
  top: -180px;
  left: 0;
  z-index: -1;
}

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

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

.sec1_item a {
  position: relative;
  display: block;
  transition: 0.3s;
}

.sec1_item a::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url(../images/icon/icon_arrow_right01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  transition: 0.3s;
}

.sec1_item_imgBox {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 368px;
}

.sec1_item_img_h {
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleY(1.5);
  opacity: 0;
  transition: 0.3s;
}

.sec1_item_number {
  color: #FFD83C;
  font-size: 90px;
  line-height: 1.4;
  letter-spacing: 4.5px;
  position: absolute;
  top: -54px;
  right: -42px;
}

.sec1_item_title {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 1.5px;
  position: absolute;
  left: 30px;
  bottom: 20px;
  line-height: 1.4;
}

.sec1_item_title span {
  font-size: 18px;
  letter-spacing: 0.9px;
  display: block;
}

@media screen and (min-width: 736px) {
  .sec1_item a:hover {
    color: #fff;
  }
  .sec1_item a:hover::before {
    background-image: url(../images/icon/icon_arrow_right01_h.svg);
  }
  .sec1_item a:hover .sec1_item_img_h {
    opacity: 1;
    transform: scaleY(1);
  }
}
@media screen and (max-width: 735px) {
  .sec1 {
    padding: 5.4421768707vw 0 0;
  }
  .sec1_bg {
    height: 48.4353741497vw;
    border-radius: 0 0 2.7210884354vw 2.7210884354vw;
  }
  .sec1_deco {
    width: 15.6462585034vw;
    top: -16.3265306122vw;
  }
  .sec1_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10.0680272109vw;
    margin-top: 6.8027210884vw;
    padding: 0 9.5238095238vw;
  }
  .sec1_item a::before {
    width: 8.7074829932vw;
    height: 8.7074829932vw;
    right: 2.7210884354vw;
    bottom: 2.7210884354vw;
  }
  .sec1_item_imgBox {
    height: auto;
  }
  .sec1_item_img_h {
    display: none;
  }
  .sec1_item_number {
    font-size: 12.2448979592vw;
    letter-spacing: 0.612244898vw;
    top: -7.3469387755vw;
    right: -5.7142857143vw;
  }
  .sec1_item_title {
    font-size: 4.0816326531vw;
    letter-spacing: 0.2040816327vw;
    left: 4.0816326531vw;
    bottom: 2.7210884354vw;
  }
  .sec1_item_title span {
    font-size: 2.4489795918vw;
    letter-spacing: 0.1224489796vw;
  }
}
/* Section2
***************************************************************/
.sec2 {
  position: relative;
  z-index: 2;
  margin-top: 150px;
}

.sec2_deco {
  width: 340px;
  position: absolute;
  right: 0;
  top: 300px;
  z-index: -1;
}

.sec2_text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
}

.sec2_list {
  margin: 45px calc(50% - 50vw) 0;
  width: 100vw;
}

.sec2_item {
  margin: 0 12px;
  width: 520px;
  border-radius: 20px;
  background: #FFD83C;
  text-align: center;
  padding: 25px 0 0;
  overflow: hidden;
}

.sec2_item_title {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 1.5px;
  height: 70px;
}

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

.sec2_item_icon {
  height: 120px;
  width: auto;
  margin-top: 20px;
  margin: 20px auto 0;
}

.sec2_item_text01 {
  font-size: 19px;
  font-weight: 900;
  margin-top: 20px;
  padding: 0 35px;
  height: 65px;
}

.sec2_item_text02 {
  color: #FFF;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.9px;
  background: #040404;
  padding: 18px 0;
  margin-top: 20px;
}

@media screen and (max-width: 735px) {
  .sec2 {
    margin-top: 10.2040816327vw;
  }
  .sec2_deco {
    width: 46.2585034014vw;
    position: absolute;
    right: 0;
    top: 40.8163265306vw;
    z-index: -1;
  }
  .sec2_text {
    font-size: 3.2653061224vw;
    margin-top: 4.0816326531vw;
  }
  .sec2_list {
    margin: 6.1224489796vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .sec2_item {
    margin: 0 1.2244897959vw;
    width: 48.7074829932vw;
    border-radius: 2.7210884354vw;
    padding: 2.7210884354vw 0 0;
  }
  .sec2_item_title {
    font-size: 3.537414966vw;
    height: 9.5238095238vw;
  }
  .sec2_item_title span {
    display: block;
    font-size: 2.7210884354vw;
  }
  .sec2_item_icon {
    height: 14.0136054422vw;
    margin: 1.3605442177vw auto 0;
  }
  .sec2_item_text01 {
    font-size: 2.5850340136vw;
    margin-top: 1.3605442177vw;
    padding: 0 3.8095238095vw;
    height: 13.6054421769vw;
  }
  .sec2_item_text02 {
    font-size: 2.7210884354vw;
    padding: 1.768707483vw 0;
    margin-top: 2.0408163265vw;
    height: 12.925170068vw;
  }
}
/* Section3
***************************************************************/
.sec3 {
  position: relative;
  z-index: 1;
}

.sec3_bg {
  position: absolute;
  top: -300px;
  left: 0;
  z-index: -1;
}

.sec3_flex {
  display: grid;
  grid-template-columns: 615px 1fr;
  gap: 30px;
  margin-top: 40px;
}

.sec3_flexBox_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
}

.sec3_flexBox_title {
  font-size: 24px;
  font-weight: 900;
  margin-top: 25px;
  line-height: 1.45;
}

.sec3_img {
  margin-top: 45px;
}

@media screen and (max-width: 735px) {
  .sec3_bg {
    top: -31.2925170068vw;
  }
  .sec3_flex {
    display: flex;
    flex-flow: column-reverse;
    gap: 4.0816326531vw;
    margin-top: 4.0816326531vw;
  }
  .sec3_flexBox_text {
    font-size: 3.2653061224vw;
  }
  .sec3_flexBox_title {
    font-size: 3.8095238095vw;
    margin-top: 3.4013605442vw;
  }
  .sec3_img {
    margin-top: 2.0408163265vw;
  }
}
/* Section4
***************************************************************/
.sec4 {
  position: relative;
  z-index: 5;
}

.sec4_list {
  display: flex;
  flex-flow: column;
  gap: 30px;
  margin-top: 80px;
}

.sec4_item {
  display: grid;
  align-items: center;
  grid-template-columns: 615px 1fr;
  gap: 30px;
}

.sec4_itemBox_number {
  color: #FFD83C;
  font-size: 90px;
  line-height: 1;
  letter-spacing: 4.5px;
}

.sec4_itemBox_title {
  font-size: 24px;
  font-weight: 900;
  margin-top: 10px;
}

.sec4_itemBox_text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 25px;
  line-height: 1.4;
}

@media screen and (max-width: 735px) {
  .sec4_list {
    gap: 4.0816326531vw;
    margin-top: 4.6258503401vw;
  }
  .sec4_item {
    grid-template-columns: 44.2176870748vw 1fr;
    gap: 2.7210884354vw;
    align-items: flex-start;
  }
  .sec4_itemBox_number {
    font-size: 9.5238095238vw;
    letter-spacing: 0.612244898vw;
  }
  .sec4_itemBox_title {
    font-size: 3.2653061224vw;
    margin-top: 1.3605442177vw;
  }
  .sec4_itemBox_text {
    font-size: 2.7210884354vw;
    margin-top: 2.0408163265vw;
  }
}
/* Section5
***************************************************************/
.sec5 {
  padding: 120px 0;
  background: #ACE7EF;
  position: relative;
  z-index: 4;
}

.sec5 .inner {
  position: relative;
  z-index: 1;
}

.sec5_deco01 {
  width: 645px;
  position: absolute;
  top: -188px;
  left: -381px;
  z-index: -1;
}

.sec5_img01 {
  width: 960px;
  position: absolute;
  left: 457px;
  top: -220px;
  z-index: -1;
}

.sec5_text {
  font-size: 18px;
  font-weight: 500;
  width: 380px;
  margin-top: 45px;
}

.sec5_title {
  font-size: 32px;
  font-weight: 900;
  margin-top: 25px;
}

.sec5_link {
  margin-top: 20px;
  color: #F00;
  font-size: 18px;
  letter-spacing: 0.9px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

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

.sec5_content {
  position: relative;
  margin-top: 120px;
}

.sec5_deco02 {
  width: 670px;
  position: absolute;
  left: -85px;
  top: -100px;
  z-index: -1;
}

.sec5_deco03 {
  width: 744px;
  position: absolute;
  right: -467px;
  bottom: -152px;
  z-index: -1;
}

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

.sec5_item {
  display: flex;
  align-items: center;
  gap: 30px;
}

.sec5_item:nth-of-type(2) {
  flex-flow: row-reverse;
}

.sec5_item_img {
  width: 615px;
}

.sec5_itemBox {
  flex: 1;
}

.sec5_itemBox_title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.45;
}

.sec5_itemBox_text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #000;
  line-height: 1.45;
}

.sec5_itemBox_subTitle {
  font-size: 32px;
  font-weight: 900;
  margin-top: 25px;
  line-height: 1.45;
}

@media screen and (max-width: 735px) {
  .sec5 {
    padding: 51.0204081633vw 0 5.4421768707vw;
    margin-top: 10.8843537415vw;
  }
  .sec5_deco01 {
    width: 43.1292517007vw;
    top: -7.7551020408vw;
    left: -15.7823129252vw;
  }
  .sec5_img01 {
    width: 84.3537414966vw;
    left: 18.0952380952vw;
    top: -64.0816326531vw;
  }
  .sec5_text {
    font-size: 3.2653061224vw;
    width: 100%;
    margin-top: 5.4421768707vw;
  }
  .sec5_title {
    font-size: 5.1700680272vw;
    margin-top: 3.4013605442vw;
  }
  .sec5_link {
    margin-top: 2.7210884354vw;
    font-size: 2.4489795918vw;
    letter-spacing: 0.1224489796vw;
    gap: 2.7210884354vw;
  }
  .sec5_link::after {
    width: 6.5306122449vw;
    height: 6.5306122449vw;
  }
  .sec5_content {
    margin-top: 8.1632653061vw;
  }
  .sec5_deco02 {
    width: 91.156462585vw;
    position: absolute;
    left: -27.2108843537vw;
    top: -13.6054421769vw;
  }
  .sec5_deco03 {
    width: 101.2244897959vw;
    right: -35.3741496599vw;
    bottom: 2.7210884354vw;
  }
  .sec5_list {
    gap: 5.4421768707vw;
  }
  .sec5_item {
    flex-flow: column;
    gap: 4.0816326531vw;
  }
  .sec5_item:nth-of-type(2) {
    flex-flow: column;
  }
  .sec5_item_img {
    width: 100%;
  }
  .sec5_itemBox_title {
    font-size: 4.6258503401vw;
  }
  .sec5_itemBox_text {
    font-size: 3.2653061224vw;
    margin-top: 2.7210884354vw;
    padding-top: 2.7210884354vw;
  }
  .sec5_itemBox_subTitle {
    font-size: 4.8979591837vw;
    margin-top: 3.4013605442vw;
  }
}
.page-id-89 main {
  overflow: unset;
}

/* section1
***************************************************************/
.member_fv {
  overflow: hidden;
}

.member_fv_content {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-right: calc(50% - 50vw);
}

.member_fv_contentBox {
  width: 590px;
}

.member_fv .section_subTitle {
  font-size: 25px;
  margin-top: 0;
}

.member_fv_number {
  color: #FFD83C;
  font-size: 66px;
  letter-spacing: 3.3px;
  line-height: 1;
}

.member_fv_number span {
  font-size: 100px;
  margin-left: 20px;
}

.member_fv_title {
  font-size: 53px;
  font-weight: 900;
  margin-top: 40px;
}

.member_fv_title .en {
  font-size: 20px;
  margin-left: 35px;
}

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

.member_fv_item {
  display: grid;
  grid-template-columns: 150px 1fr;
}

.member_fv_text {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
}

.member_fv_content_img {
  width: 51.0416666667vw;
  height: 456px;
  border-radius: 20px 0 0 20px;
}

@media screen and (max-width: 735px) {
  .member_fv {
    overflow: hidden;
  }
  .member_fv_content {
    align-items: flex-start;
    flex-flow: column;
    gap: 0;
  }
  .member_fv_contentBox {
    display: contents;
  }
  .member_fv .section_subTitle {
    font-size: 3.4013605442vw;
    order: 1;
  }
  .member_fv_number {
    font-size: 8.9795918367vw;
    order: 2;
  }
  .member_fv_number span {
    font-size: 13.6054421769vw;
    margin-left: 2.7210884354vw;
  }
  .member_fv_title {
    font-size: 4.8979591837vw;
    margin-top: 2.7210884354vw;
    order: 4;
  }
  .member_fv_title .en {
    font-size: 2.7210884354vw;
    margin-left: 3.4013605442vw;
  }
  .member_fv_list {
    order: 5;
    margin-top: 2.7210884354vw;
    gap: 2.7210884354vw;
  }
  .member_fv_item {
    display: grid;
    grid-template-columns: 20.4081632653vw 1fr;
  }
  .member_fv_text {
    font-size: 3.537414966vw;
    font-weight: 500;
    line-height: 1.4;
  }
  .member_fv_content_img {
    width: 100%;
    height: 58.0952380952vw;
    order: 3;
    margin-top: 4.0816326531vw;
  }
}
/* section1
***************************************************************/
.member_sec1 {
  position: relative;
  z-index: 1;
}

.member_sec1 .inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  position: relative;
  z-index: 2;
}

.member_sec1_side {
  padding: 80px 90px 100px 0;
  position: relative;
  z-index: 1;
}

.member_sec1_side::before {
  content: "";
  display: inline-block;
  background-image: url(../images/common/member_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  width: 40vw;
  height: 100%;
  border-radius: 0 20px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.member_sec1_sideBox {
  position: sticky;
  top: 140px;
  left: 0;
}

.member_sec1_sideBox_list {
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin-top: 30px;
}

.member_sec1_sideBox_item {
  display: grid;
  grid-template-columns: 75px 1fr;
}

.member_sec1_sideBox_text {
  font-size: 15px;
  font-weight: 500;
}

.member_sec1_content {
  padding-left: 56px;
}

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

.member_sec1_item {
  border-radius: 20px;
  border: 2px solid #FFD83C;
  background: #FFF;
}

.member_sec1_title {
  font-size: 26px;
  font-weight: 500;
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 40px;
  padding: 40px 90px 30px 35px;
  cursor: pointer;
  position: relative;
}

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

.member_sec1_title.close::before {
  transform: translate(0, -50%) rotate(-90deg);
}

.member_sec1_title .en {
  color: #FFD83C;
  font-size: 30px;
  letter-spacing: 1.5px;
}

.member_sec1_text {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  border-radius: 0 0 20px 20px;
  background: #FFF1B7;
  border-top: 2px solid #FFD83C;
  padding: 20px 35px 20px 165px;
  display: none;
}

.member_sec1_content_title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 125px;
}

.member_sec1_content_title .en {
  color: #D9D9D9;
  font-size: 70px;
  letter-spacing: 3.5px;
  display: block;
}

.member_sec1_list02 {
  margin-top: 30px;
  display: flex;
  flex-flow: column;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.member_sec1_list02::before {
  content: "";
  display: inline-block;
  border-right: 2px solid #FFD83C;
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 104px;
  transform: translate(0, -50%);
  z-index: -1;
}

.member_sec1_item02 {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 210px 1fr;
  gap: 30px;
}

.member_sec1__item02_title {
  text-align: center;
  border-radius: 10px;
  border: 2px solid #FFD83C;
  font-size: 26px;
  font-weight: 500;
  background: #fff;
}

.member_sec1__item02_title span {
  color: #FFD83C;
  font-size: 30px;
  letter-spacing: 1.5px;
}

.member_sec1__item02_title.active {
  color: #FFF;
  background: #FFD83C;
}

.member_sec1__item02_title.active .en {
  color: #fff;
}

.member_sec1__item02_text {
  font-size: 24px;
  font-weight: 900;
}

@media screen and (max-width: 735px) {
  .member_sec1::before {
    display: none;
  }
  .member_sec1 .inner {
    display: block;
  }
  .member_sec1_side {
    display: none;
  }
  .member_sec1_content {
    padding-left: 0;
  }
  .member_sec1_list {
    gap: 2.7210884354vw;
  }
  .member_sec1_item {
    border-radius: 2.7210884354vw;
    border: 0.2721088435vw solid #FFD83C;
  }
  .member_sec1_title {
    font-size: 3.537414966vw;
    grid-template-columns: 8.1632653061vw 1fr;
    gap: 5.4421768707vw;
    padding: 5.4421768707vw 12.2448979592vw 4.0816326531vw 4.7619047619vw;
  }
  .member_sec1_title::before {
    width: 5.4421768707vw;
    height: 5.4421768707vw;
    right: 3.8095238095vw;
  }
  .member_sec1_title.close::before {
    transform: translate(0, -50%) rotate(-90deg);
  }
  .member_sec1_title .en {
    font-size: 4.0816326531vw;
    letter-spacing: 0.2040816327vw;
  }
  .member_sec1_text {
    font-size: 3.537414966vw;
    border-radius: 0 0 2.7210884354vw 2.7210884354vw;
    padding: 2.7210884354vw 4.7619047619vw 2.7210884354vw 3.4013605442vw;
  }
  .member_sec1_content_title {
    font-size: 3.2653061224vw;
    font-weight: 900;
    line-height: 1.2;
    margin-top: 17.0068027211vw;
  }
  .member_sec1_content_title .en {
    color: #D9D9D9;
    font-size: 9.5238095238vw;
    letter-spacing: 0.4761904762vw;
    display: block;
  }
  .member_sec1_list02 {
    margin-top: 4.0816326531vw;
    display: flex;
    flex-flow: column;
    gap: 2.7210884354vw;
    position: relative;
    z-index: 1;
  }
  .member_sec1_list02::before {
    content: "";
    display: inline-block;
    border-right: 0.2721088435vw solid #FFD83C;
    height: 26.5306122449vw;
    position: absolute;
    top: 1.3605442177vw;
    left: 14.1496598639vw;
    z-index: -1;
  }
  .member_sec1_item02 {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 28.5714285714vw 1fr;
    gap: 4.0816326531vw;
  }
  .member_sec1__item02_title {
    text-align: center;
    border-radius: 1.3605442177vw;
    border: 0.2721088435vw solid #FFD83C;
    font-size: 3.537414966vw;
    font-weight: 500;
    background: #fff;
  }
  .member_sec1__item02_title span {
    color: #FFD83C;
    font-size: 4.0816326531vw;
    letter-spacing: 0.2040816327vw;
  }
  .member_sec1__item02_title.active {
    color: #FFF;
    background: #FFD83C;
  }
  .member_sec1__item02_title.active .en {
    color: #fff;
  }
  .member_sec1__item02_text {
    font-size: 3.2653061224vw;
    font-weight: 900;
  }
}
/* section2
***************************************************************/
.member_sec2 {
  padding-bottom: 50px;
}

.member_sec2_flex {
  display: grid;
  align-items: flex-end;
  grid-template-columns: 500px 1fr;
  gap: 60px;
  margin-top: 50px;
}

.member_sec2_linkBox {
  position: relative;
  transition: 0.3s;
}

.member_sec2_linkBox::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url(../images/icon/icon_arrow_right01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  transition: 0.3s;
}

.member_sec2_linkBox_title {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 1.5px;
  position: absolute;
  left: 30px;
  bottom: 20px;
}

.member_sec2_linkBox_title span {
  display: block;
  font-size: 18px;
  letter-spacing: 0.9px;
}

.member_sec2_link {
  color: #2E2E2E;
  font-size: 33px;
  font-weight: 900;
  line-height: 112%;
  letter-spacing: 1.65px;
  border-radius: 15px;
  background: #FFD83C;
  padding: 20px 34px;
  position: relative;
}

.member_sec2_link::before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
  background-image: url(../images/icon/icon_arrow_right02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translate(0, -50%);
}

@media screen and (min-width: 681px) {
  .member_sec2_linkBox:hover {
    color: #fff;
  }
  .member_sec2_linkBox:hover::before {
    background-image: url(../images/icon/icon_arrow_right01_h.svg);
  }
  .member_sec2_linkBox:hover .sec1_item_img_h {
    opacity: 1;
    transform: scaleY(1);
  }
}
@media screen and (max-width: 735px) {
  .member_sec2 {
    padding-bottom: 6.8027210884vw;
  }
  .member_sec2_flex {
    grid-template-columns: 46.2585034014vw 1fr;
    gap: 4.0816326531vw;
    margin-top: 5.4421768707vw;
  }
  .member_sec2_linkBox::before {
    width: 6.2585034014vw;
    height: 6.2585034014vw;
    right: 1.768707483vw;
    bottom: 1.768707483vw;
  }
  .member_sec2_linkBox_title {
    font-size: 4.0816326531vw;
    letter-spacing: 0.2040816327vw;
    left: 2.7210884354vw;
    bottom: 2.0408163265vw;
    line-height: 1.2;
  }
  .member_sec2_linkBox_title span {
    font-size: 2.4489795918vw;
  }
  .member_sec2_link {
    font-size: 3.4013605442vw;
    border-radius: 2.0408163265vw;
    padding: 2.7210884354vw 4.6258503401vw;
  }
  .member_sec2_link::before {
    width: 5.0340136054vw;
    height: 5.0340136054vw;
    right: 4.3537414966vw;
  }
}
/* FV
***************************************************************/
.environment_fv {
  padding: 100px 0 120px;
}

.environment_fv .inner {
  position: relative;
}

.environment_fv .section_subTitle span {
  font-size: 25.373px;
  padding: 5px 10px;
  line-height: 1.2;
}

.environment_fv_en {
  color: #FFD83C;
  font-size: 66px;
  letter-spacing: 3.3px;
  margin-top: 20px;
  line-height: 1.45;
}

.environment_fv_title {
  font-size: 55px;
  font-weight: 900;
  letter-spacing: 2.75px;
  margin-top: 70px;
  line-height: 1.45;
}

.environment_fv_img {
  width: 815px;
  position: absolute;
  top: 0;
  right: -200px;
}

.environment_fv_text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
  width: 576px;
}

@media screen and (max-width: 735px) {
  .environment_fv {
    padding: 6.8027210884vw 0 10.2040816327vw;
  }
  .environment_fv .section_subTitle span {
    font-size: 3.4013605442vw;
    padding: 0.6802721088vw 1.3605442177vw;
  }
  .environment_fv_en {
    font-size: 8.9795918367vw;
    line-height: 1.2;
    letter-spacing: 0.4489795918vw;
    margin-top: 2.7210884354vw;
    position: relative;
    z-index: 5;
  }
  .environment_fv_img {
    width: 107.8911564626vw;
    position: unset;
    margin-top: -19.0476190476vw;
  }
  .environment_fv_title {
    font-size: 6.2585034014vw;
    margin-top: -8.1632653061vw;
  }
  .environment_fv_text {
    font-size: 3.2653061224vw;
    margin-top: 5.8503401361vw;
    width: 100%;
  }
}
/* section1
***************************************************************/
.environment_sec1 {
  background: #FFFBEB;
  padding: 120px 0;
}

.environment_sec1_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
  margin-top: 60px;
}

.environment_sec1_item {
  width: calc(50% - 15px);
  border-radius: 20px;
  border: 3px solid #FFD83C;
  background: #FFF;
  padding: 45px 0 40px;
  text-align: center;
}

.environment_sec1_item:nth-of-type(5),
.environment_sec1_item:nth-of-type(6),
.environment_sec1_item:nth-of-type(7) {
  width: 31.5%;
  padding: 45px 0 10px;
}

.environment_sec1_item_title {
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 1.75px;
}

.environment_sec1_item_number {
  font-size: 52.66px;
  font-weight: 900;
  letter-spacing: 2.633px;
  margin-top: 40px;
}

.environment_sec1_item_number .en {
  color: #FFD83C;
  font-size: 198.936px;
  letter-spacing: 9.947px;
  line-height: 1;
}

.environment_sec1_item_text {
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 1.75px;
}

.environment_sec1_item.type2 .environment_sec1_item_icon {
  width: 168px;
  margin-top: 37px;
}
.environment_sec1_item.type2 .environment_sec1_item_number {
  font-size: 52px;
  margin-top: 10px;
}
.environment_sec1_item.type2 .environment_sec1_item_number .en {
  font-size: 160px;
}

.environment_sec1_item.type3 .environment_sec1_item_flex {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 15px;
}
.environment_sec1_item.type3 .environment_sec1_item_icon {
  width: 139px;
  padding-bottom: 10px;
}
.environment_sec1_item.type3 .environment_sec1_item_number {
  font-size: 52px;
  width: 345px;
}
.environment_sec1_item.type3 .environment_sec1_item_number .en {
  font-size: 200px;
  line-height: 0.7;
}

.environment_sec1_item.type4 .environment_sec1_item_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
.environment_sec1_item.type4 .environment_sec1_item_flex:nth-of-type(2) {
  margin-top: 10px;
}
.environment_sec1_item.type4 .environment_sec1_item_icon {
  height: 110px;
  width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
.environment_sec1_item.type4 .environment_sec1_item_number {
  font-size: 30px;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
  width: 275px;
}
.environment_sec1_item.type4 .environment_sec1_item_number .en {
  font-size: 125px;
}
.environment_sec1_item.type4 .environment_sec1_item_number .t1 {
  width: 125px;
}
.environment_sec1_item.type5 .environment_sec1_item_icon {
  width: 145px;
  margin-top: 33px;
}
.environment_sec1_item.type5 .environment_sec1_item_number .en {
  font-size: 120px;
  line-height: 1;
}
.environment_sec1_item.type5 .environment_sec1_item_number .t1 {
  font-size: 23px;
  line-height: 1;
}
.environment_sec1_item.type5 .environment_sec1_item_number .t2 {
  font-size: 65px;
  line-height: 1;
}

.environment_sec1_item.type6 .environment_sec1_item_icon {
  width: 145px;
  margin-top: 20px;
}
.environment_sec1_item.type6 .environment_sec1_item_number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.environment_sec1_item.type6 .environment_sec1_item_number .en {
  font-size: 110px;
  line-height: 1;
}
.environment_sec1_item.type6 .environment_sec1_item_number .t1 {
  font-size: 20px;
  line-height: 1;
}
.environment_sec1_item.type6 .environment_sec1_item_number .border {
  border: 1px solid #000;
  border-radius: 50px;
  padding: 5px 12px;
}
.environment_sec1_item.type6 .environment_sec1_item_number .t2 {
  font-size: 35px;
  line-height: 1;
}
.environment_sec1_item.type7 .environment_sec1_item_icon {
  width: 145px;
  margin-top: 20px;
}
.environment_sec1_item.type7 .environment_sec1_item_number {
  font-size: 35px;
  margin-top: 10px;
}
.environment_sec1_item.type7 .environment_sec1_item_number .en {
  font-size: 140px;
  line-height: 1;
}

.environment_sec1_item.type8 .environment_sec1_item_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.environment_sec1_item.type8 .environment_sec1_item_icon {
  width: 113px;
}
.environment_sec1_item.type8 .environment_sec1_item_number {
  font-size: 35px;
  margin-top: 0;
}
.environment_sec1_item.type8 .environment_sec1_item_number .en {
  font-size: 100px;
  line-height: 1;
}
.environment_sec1_item.type8 .environment_sec1_item_number .t1 {
  font-size: 100px;
  line-height: 1;
  color: #FFD83C;
}

.environment_sec1_item.type9 .environment_sec1_item_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.environment_sec1_item.type9 .environment_sec1_item_icon {
  width: 130px;
}
.environment_sec1_item.type9 .environment_sec1_item_number {
  font-size: 35px;
  margin-top: 0;
}
.environment_sec1_item.type9 .environment_sec1_item_number .en {
  font-size: 80px;
  letter-spacing: 0;
}
.environment_sec1_item.type9 .environment_sec1_item_number .en .t1 {
  font-size: 50px;
}

@media screen and (max-width: 735px) {
  .environment_sec1 {
    padding: 8.1632653061vw 0;
  }
  .environment_sec1_list {
    gap: 4.0816326531vw 0;
    margin-top: 8.1632653061vw;
    padding: 0 5.4421768707vw;
  }
  .environment_sec1_item {
    width: 100%;
    border-radius: 2.7210884354vw;
    border: 0.4081632653vw solid #FFD83C;
    padding: 6.1224489796vw 0 8.1632653061vw;
  }
  .environment_sec1_item:nth-of-type(5),
  .environment_sec1_item:nth-of-type(6),
  .environment_sec1_item:nth-of-type(7) {
    width: 100%;
    padding: 2.7210884354vw 0 1.3605442177vw;
  }
  .environment_sec1_item_title {
    font-size: 4.7619047619vw;
    font-weight: 900;
    letter-spacing: 0.2380952381vw;
  }
  .environment_sec1_item_number {
    font-size: 7.1646258503vw;
    letter-spacing: 0.3582312925vw;
    margin-top: 5.4421768707vw;
  }
  .environment_sec1_item_number .en {
    font-size: 27.066122449vw;
    letter-spacing: 1.3533333333vw;
  }
  .environment_sec1_item_text {
    font-size: 4.7619047619vw;
    letter-spacing: 0.2380952381vw;
  }
  .environment_sec1_item.type2 .environment_sec1_item_icon {
    width: 22.8571428571vw;
    margin-top: 5.0340136054vw;
  }
  .environment_sec1_item.type2 .environment_sec1_item_number {
    font-size: 7.074829932vw;
    margin-top: 1.3605442177vw;
  }
  .environment_sec1_item.type2 .environment_sec1_item_number .en {
    font-size: 21.768707483vw;
  }
  .environment_sec1_item.type3 .environment_sec1_item_flex {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 2.0408163265vw;
  }
  .environment_sec1_item.type3 .environment_sec1_item_icon {
    width: 18.9115646259vw;
    padding-bottom: 1.3605442177vw;
  }
  .environment_sec1_item.type3 .environment_sec1_item_number {
    font-size: 7.074829932vw;
    width: 46.9387755102vw;
  }
  .environment_sec1_item.type3 .environment_sec1_item_number .en {
    font-size: 27.2108843537vw;
    line-height: 0.7;
  }
  .environment_sec1_item.type4 .environment_sec1_item_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.7619047619vw;
  }
  .environment_sec1_item.type4 .environment_sec1_item_flex:nth-of-type(2) {
    margin-top: 1.3605442177vw;
  }
  .environment_sec1_item.type4 .environment_sec1_item_icon {
    height: 14.9659863946vw;
    width: 17.6870748299vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .environment_sec1_item.type4 .environment_sec1_item_number {
    font-size: 4.0816326531vw;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 2.7210884354vw;
    white-space: nowrap;
    width: 37.4149659864vw;
  }
  .environment_sec1_item.type4 .environment_sec1_item_number .en {
    font-size: 17.0068027211vw;
  }
  .environment_sec1_item.type4 .environment_sec1_item_number .t1 {
    width: 17.0068027211vw;
  }
  .environment_sec1_item.type5 .environment_sec1_item_icon {
    width: 19.7278911565vw;
    margin-top: 4.4897959184vw;
  }
  .environment_sec1_item.type5 .environment_sec1_item_number .en {
    font-size: 16.3265306122vw;
    line-height: 1;
  }
  .environment_sec1_item.type5 .environment_sec1_item_number .t1 {
    font-size: 3.1292517007vw;
    line-height: 1;
  }
  .environment_sec1_item.type5 .environment_sec1_item_number .t2 {
    font-size: 8.843537415vw;
    line-height: 1;
  }
  .environment_sec1_item.type6 .environment_sec1_item_icon {
    width: 19.7278911565vw;
    margin-top: 2.7210884354vw;
  }
  .environment_sec1_item.type6 .environment_sec1_item_number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4.0816326531vw;
  }
  .environment_sec1_item.type6 .environment_sec1_item_number .en {
    font-size: 14.9659863946vw;
    line-height: 1;
  }
  .environment_sec1_item.type6 .environment_sec1_item_number .t1 {
    font-size: 2.7210884354vw;
    line-height: 1;
  }
  .environment_sec1_item.type6 .environment_sec1_item_number .border {
    border: 0.1360544218vw solid #000;
    border-radius: 6.8027210884vw;
    padding: 0.6802721088vw 1.6326530612vw;
  }
  .environment_sec1_item.type6 .environment_sec1_item_number .t2 {
    font-size: 4.7619047619vw;
    line-height: 1;
  }
  .environment_sec1_item.type7 .environment_sec1_item_icon {
    width: 19.7278911565vw;
    margin-top: 2.7210884354vw;
  }
  .environment_sec1_item.type7 .environment_sec1_item_number {
    font-size: 4.7619047619vw;
    margin-top: 1.3605442177vw;
  }
  .environment_sec1_item.type7 .environment_sec1_item_number .en {
    font-size: 19.0476190476vw;
    line-height: 1;
  }
  .environment_sec1_item.type8 .environment_sec1_item_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.0816326531vw;
  }
  .environment_sec1_item.type8 .environment_sec1_item_icon {
    width: 15.3741496599vw;
  }
  .environment_sec1_item.type8 .environment_sec1_item_number {
    font-size: 4.7619047619vw;
    margin-top: 0;
  }
  .environment_sec1_item.type8 .environment_sec1_item_number .en {
    font-size: 13.6054421769vw;
    line-height: 1;
  }
  .environment_sec1_item.type8 .environment_sec1_item_number .t1 {
    font-size: 13.6054421769vw;
    line-height: 1;
    color: #FFD83C;
  }
  .environment_sec1_item.type9 .environment_sec1_item_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.0816326531vw;
  }
  .environment_sec1_item.type9 .environment_sec1_item_icon {
    width: 17.6870748299vw;
  }
  .environment_sec1_item.type9 .environment_sec1_item_number {
    font-size: 4.7619047619vw;
    margin-top: 0;
  }
  .environment_sec1_item.type9 .environment_sec1_item_number .en {
    font-size: 10.8843537415vw;
    letter-spacing: 0;
  }
  .environment_sec1_item.type9 .environment_sec1_item_number .en .t1 {
    font-size: 6.8027210884vw;
  }
}
/* section2
***************************************************************/
.environment_sec2 {
  padding: 100px 0 0;
}

@media screen and (max-width: 735px) {
  .environment_sec2 {
    padding: 8.1632653061vw 0 0;
  }
}
/* section3
***************************************************************/
.environment_sec3 {
  padding: 100px 0 0;
}

.environment_sec3_list01 {
  margin-top: 45px;
}

.environment_sec3_list02 {
  margin-top: 30px;
}

.environment_sec3_item {
  width: 520px;
  margin: 0 11px;
}

@media screen and (max-width: 735px) {
  .environment_sec3 {
    padding: 13.6054421769vw 0 8.1632653061vw;
  }
  .environment_sec3_list01 {
    margin-top: 6.1224489796vw;
  }
  .environment_sec3_list02 {
    margin-top: 2.7210884354vw;
  }
  .environment_sec3_item {
    width: 61.4965986395vw;
    margin: 0 1.3605442177vw;
  }
}
/* Recrui
***************************************************************/
.recruit_fvImg {
  padding: 0 45px;
  margin-top: -30px;
}

@media screen and (max-width: 680px) {
  .recruit_fvImg {
    padding: 0 6.1224489796vw;
    margin-top: 0;
  }
}
/* Section1
***************************************************************/
.recruit_sec1 {
  padding: 80px 0 0;
}

.recruit_sec1_deco {
  width: 695px;
  position: absolute;
  top: -320px;
  right: -390px;
  z-index: -1;
}

.recruit_sec1 .inner {
  position: relative;
  z-index: 1;
}

.recruit_sec1_img {
  width: 720px;
  position: absolute;
  top: -50px;
  right: 0;
  z-index: -1;
}

.recruit_sec1_title {
  font-size: 40px;
  font-weight: 900;
  line-height: 112%;
  letter-spacing: 2px;
  margin-top: 40px;
}

.recruit_sec1_title span {
  border-radius: 10px;
  border: 2px solid #000;
  background: #FFF;
  padding: 0 20px;
  line-height: 1.45;
}

.recruit_sec1_text {
  font-size: 22px;
  font-weight: 700;
  line-height: 203%;
  letter-spacing: 1.1px;
  margin-top: 88px;
  text-align: center;
}

.recruit_sec1_text02 {
  font-size: 22px;
  font-weight: 700;
  line-height: 203%;
  letter-spacing: 1.1px;
  text-align: center;
  margin-top: 40px;
}

.recruit_sec1_text02 span {
  font-size: 30px;
  margin-left: 25px;
}

@media screen and (max-width: 680px) {
  .recruit_sec1 {
    padding: 5.4421768707vw 0 0;
  }
  .recruit_sec1_deco {
    width: 58.5034013605vw;
    top: -45.5782312925vw;
    right: -31.0204081633vw;
  }
  .recruit_sec1_img {
    width: 100%;
    position: unset;
    margin-top: 2.0408163265vw;
  }
  .recruit_sec1_title {
    font-size: 3.2653061224vw;
    margin-top: 5.4421768707vw;
  }
  .recruit_sec1_title span {
    border-radius: 1.3605442177vw;
    border: 0.2721088435vw solid #000;
    padding: 0 2.7210884354vw;
  }
  .recruit_sec1_text {
    font-size: 2.9931972789vw;
    letter-spacing: 0;
    margin-top: 5.4421768707vw;
  }
  .recruit_sec1_text02 {
    font-size: 2.9931972789vw;
    letter-spacing: 0.1496598639vw;
    margin-top: 5.4421768707vw;
  }
  .recruit_sec1_text02 span {
    font-size: 4.0816326531vw;
    margin-left: 3.4013605442vw;
  }
}
/* Section2
***************************************************************/
.recruit_sec2 {
  padding: 180px 0 140px;
}

.recruit_sec2 .inner {
  position: relative;
}

.recruit_sec2_deco01 {
  width: 645px;
  position: absolute;
  top: -331px;
  left: -463px;
  z-index: -1;
}

.recruit_sec2_deco02 {
  width: 591px;
  position: absolute;
  top: 300px;
  right: -337px;
  z-index: -1;
}

.recruit_sec2_deco03 {
  width: 645px;
  position: absolute;
  bottom: 610px;
  left: -470px;
  z-index: -1;
}

.recruit_sec2_list {
  display: flex;
  flex-flow: column;
  gap: 75px;
  margin-top: 90px;
}

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

.recruit_sec2_item.gallery {
  display: block;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.recruit_sec2_item_slider01 img,
.recruit_sec2_item_slider02 img {
  margin: 0 8px;
  width: 520px;
}

.recruit_sec2_item:nth-of-type(2n) {
  flex-flow: row-reverse;
}

.recruit_sec2_itemBox {
  width: 450px;
}

.recruit_sec2_itemBox_number {
  color: #FFD83C;
  font-size: 32px;
  letter-spacing: 1.6px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}

.recruit_sec2_itemBox_number span {
  font-size: 70px;
}

.recruit_sec2_itemBox_title {
  font-size: 47px;
  font-weight: 900;
  margin-top: 15px;
  line-height: 1.45;
}

.recruit_sec2_itemBox_text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 36px;
  line-height: 1.45;
}

.recruit_sec2_item_imgBox {
  width: 585px;
  position: relative;
}

li:nth-of-type(2) .recruit_sec2_item_imgBox::before {
  content: "";
  display: inline-block;
  width: 283px;
  height: 343px;
  background-image: url(../images/common/cta_img01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: -236px;
  right: -156px;
  z-index: 1;
}

li:nth-of-type(7) .recruit_sec2_item_imgBox::before {
  content: "";
  display: inline-block;
  width: 283px;
  height: 343px;
  background-image: url(../images/common/cta_img01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: -236px;
  left: -156px;
  z-index: 1;
  transform: scale(-1, 1);
}

.recruit_sec2 .gallery {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

@media screen and (max-width: 735px) {
  .recruit_sec2 {
    padding: 13.6054421769vw 0 10.8843537415vw;
  }
  .recruit_sec2_deco01 {
    width: 40.8163265306vw;
    top: -40.8163265306vw;
    left: -36.7346938776vw;
  }
  .recruit_sec2_deco02 {
    width: 57.6870748299vw;
    top: 118.7755102041vw;
    right: -24.6258503401vw;
  }
  .recruit_sec2_deco03 {
    width: 64.6258503401vw;
    bottom: 11.7006802721vw;
    left: -32.380952381vw;
  }
  .recruit_sec2_list {
    gap: 8.1632653061vw;
    margin-top: 5.4421768707vw;
  }
  .recruit_sec2_item {
    flex-flow: column;
  }
  .recruit_sec2_item:nth-of-type(2n) {
    flex-flow: column;
  }
  .recruit_sec2_itemBox {
    width: 100%;
  }
  .recruit_sec2_itemBox_number {
    font-size: 4.3537414966vw;
    letter-spacing: 0.2176870748vw;
    gap: 1.3605442177vw;
  }
  .recruit_sec2_itemBox_number span {
    font-size: 9.5238095238vw;
  }
  .recruit_sec2_itemBox_title {
    font-size: 6.2585034014vw;
    margin-top: 2.0408163265vw;
  }
  .recruit_sec2_itemBox_text {
    font-size: 3.2653061224vw;
    margin-top: 5.4421768707vw;
  }
  .recruit_sec2_item_imgBox {
    width: 100%;
    margin-top: 5.4421768707vw;
  }
  .recruit_sec2_item_imgBox img {
    height: 57.1428571429vw;
    border-radius: 2.7210884354vw;
  }
  li:nth-of-type(2) .recruit_sec2_item_imgBox::before {
    width: 33.6054421769vw;
    height: 40.8163265306vw;
    top: -83.8095238095vw;
    right: -7.619047619vw;
  }
  li:nth-of-type(7) .recruit_sec2_item_imgBox::before {
    width: 33.6054421769vw;
    height: 40.8163265306vw;
    top: -94.1496598639vw;
    left: 60.8163265306vw;
  }
  .recruit_sec2_item_slider01 img,
  .recruit_sec2_item_slider02 img {
    margin: 0 1.0884353741vw;
    width: 54.4217687075vw;
  }
}
/* Section3
***************************************************************/
.recruit_sec3 {
  background: #ACE7EF;
  padding: 80px 0 140px;
  position: relative;
  z-index: 5;
}

.recruit_sec3 .inner {
  position: relative;
  z-index: 5;
}

.recruit_sec3_deco01 {
  width: 450px;
  position: absolute;
  top: -44px;
  left: -289px;
  z-index: -2;
}

.recruit_sec3_deco02 {
  width: 427px;
  position: absolute;
  right: -301px;
  bottom: -233px;
  z-index: -2;
}

.recruit_sec3_img {
  width: 883px;
  position: absolute;
  top: -9px;
  right: -195px;
  z-index: -1;
}

.recruit_sec3_list {
  display: flex;
  flex-flow: column;
  gap: 15px;
  margin-top: 60px;
  max-width: 660px;
}

.recruit_sec3_item {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.1px;
  border-radius: 15px;
  border: 2px solid #FFD83C;
  background: #FFF;
  padding: 25px 35px;
  line-height: 1.45;
}

@media screen and (max-width: 735px) {
  .recruit_sec3 {
    padding: 8.1632653061vw 0 10.8843537415vw;
  }
  .recruit_sec3_deco01 {
    width: 42.8571428571vw;
    top: -15.5102040816vw;
    left: -24.8979591837vw;
  }
  .recruit_sec3_deco02 {
    width: 58.0952380952vw;
    right: -27.619047619vw;
    bottom: 21.4965986395vw;
  }
  .recruit_sec3_img {
    width: 71.4285714286vw;
    top: -21.3605442177vw;
    right: -21.2244897959vw;
  }
  .recruit_sec3_list {
    gap: 2.0408163265vw;
    margin-top: 8.1632653061vw;
    max-width: unset;
  }
  .recruit_sec3_item {
    font-size: 2.9931972789vw;
    letter-spacing: 0;
    border-radius: 2.0408163265vw;
    border: 0.2721088435vw solid #FFD83C;
    padding: 3.4013605442vw 4.0816326531vw;
  }
}
/* Section4
***************************************************************/
.recruit_sec4 {
  padding-top: 60px;
}

.recruit_sec4_title {
  text-align: center;
  font-size: 66px;
  margin-bottom: 20px;
}

@media screen and (max-width: 735px) {
  .recruit_sec4 {
    padding-top: 8.1632653061vw;
  }
  .recruit_sec4_title {
    font-size: 5.7142857143vw;
    margin-bottom: 2.7210884354vw;
  }
}
/* Section5
***************************************************************/
.recruit_sec5 {
  padding: 0 0 70px;
}

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

.recruit_sec5_item {
  border-radius: 20px;
  border: 3px solid #FFD83C;
  background: #FFF;
  overflow: hidden;
}

.recruit_sec5_item_title {
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 1.75px;
  position: relative;
  background: #FFD83C;
  text-align: center;
}

.recruit_sec5_item_title span {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
}

.recruit_sec5_item_text {
  font-size: 22px;
  font-weight: 500;
  padding: 24px 32px;
  line-height: 1.45;
}

.recruit_sec5_btn {
  border-radius: 15px;
  background: #FFD83C;
  width: 600px;
  text-align: center;
  color: #2E2E2E;
  font-size: 33px;
  font-weight: 900;
  line-height: 112%;
  letter-spacing: 1.65px;
  margin: 55px auto 0;
  position: relative;
  display: block;
  padding: 20px 0;
}

.recruit_sec5_btn::before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
  background-image: url(../images/icon/icon_arrow_right02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 735px) {
  .recruit_sec5 {
    padding: 0 0 8.1632653061vw;
  }
  .recruit_sec5_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.537414966vw;
    margin-top: 5.4421768707vw;
  }
  .recruit_sec5_item {
    border-radius: 2.1768707483vw;
  }
  .recruit_sec5_item_title {
    font-size: 3.4013605442vw;
    padding: 0.9523809524vw 0 1.3605442177vw;
  }
  .recruit_sec5_item_title span {
    font-size: 2.7210884354vw;
    left: 3.537414966vw;
    top: 45%;
  }
  .recruit_sec5_item_text {
    font-size: 2.9931972789vw;
    padding: 2.7210884354vw 3.4013605442vw;
  }
  .recruit_sec5_btn {
    border-radius: 2.0408163265vw;
    width: 100%;
    font-size: 3.4013605442vw;
    margin: 3.4013605442vw auto 0;
    padding: 2.7210884354vw 0;
  }
  .recruit_sec5_btn::before {
    content: "";
    display: inline-block;
    width: 5.0340136054vw;
    height: 5.0340136054vw;
    background-image: url(../images/icon/icon_arrow_right02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 4.0816326531vw;
    transform: translate(0, -50%);
  }
}
/* section1
***************************************************************/
.rd_sec1_head {
  margin-right: calc(50% - 50vw);
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.rd_sec1_headBox {
  position: relative;
  width: 100vw;
  width: 580px;
}

.rd_sec1_headBox_title {
  font-size: 55px;
  font-weight: 900;
  letter-spacing: 2.75px;
  white-space: nowrap;
}

.rd_sec1_headBox_text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  margin-top: 40px;
}

.rd_sec1_head_img {
  max-width: 705px;
  flex: 1;
}

.rd_sec1_subTitle {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-top: 45px;
}

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

.rd_sec1_content {
  display: grid;
  grid-template-columns: 575px 1fr;
  gap: 40px;
  margin-top: 25px;
}

.rd_sec1_content_img {
  display: flex;
  flex-flow: column;
  gap: 14px;
}

.rd_sec1_contentBox_title {
  color: #2E2E2E;
  font-size: 22px;
  font-weight: 900;
  line-height: 112%;
  letter-spacing: 1.1px;
  border-radius: 6.343px;
  background: #FFD83C;
  line-height: 1.45;
  display: inline-block;
  padding: 8px 15px;
}

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

.rd_sec1_contentBox_text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 12px;
  line-height: 1.45;
}

.rd_sec1_contentBox table {
  width: 100%;
  margin-top: 20px;
}

.rd_sec1_contentBox th {
  font-size: 23px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 1.15px;
  width: 105px;
  border-bottom: 1px solid #000;
}

.rd_sec1_contentBox td {
  font-size: 23px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 1.15px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 735px) {
  .rd_sec1_head {
    flex-flow: column-reverse;
    gap: 3.4013605442vw;
  }
  .rd_sec1_headBox {
    width: 100%;
    padding-right: 5.4421768707vw;
  }
  .rd_sec1_headBox_title {
    font-size: 5.4421768707vw;
  }
  .rd_sec1_headBox_text {
    font-size: 3.2653061224vw;
    margin-top: 5.4421768707vw;
  }
  .rd_sec1_head_img {
    width: 100%;
  }
  .rd_sec1_subTitle {
    font-size: 4.0816326531vw;
    margin-top: 8.1632653061vw;
  }
  .rd_sec1_text {
    font-size: 3.2653061224vw;
    margin-top: 2.0408163265vw;
  }
  .rd_sec1_content {
    display: flex;
    flex-flow: column;
    gap: 4.6258503401vw;
    margin-top: 4.0816326531vw;
  }
  .rd_sec1_content_img {
    gap: 1.9047619048vw;
  }
  .rd_sec1_contentBox_title {
    font-size: 3.8095238095vw;
    padding: 1.0884353741vw 2.0408163265vw;
  }
  .rd_sec1_contentBox_title:nth-of-type(n + 2) {
    margin-top: 4.0816326531vw;
  }
  .rd_sec1_contentBox_text {
    font-size: 3.2653061224vw;
    margin-top: 1.6326530612vw;
  }
  .rd_sec1_contentBox table {
    width: 100%;
    margin-top: 2.7210884354vw;
  }
  .rd_sec1_contentBox th {
    font-size: 3.1292517007vw;
    font-weight: 500;
    line-height: 7.074829932vw;
    width: 14.2857142857vw;
    border-bottom: 0.1360544218vw solid #000;
  }
  .rd_sec1_contentBox td {
    font-size: 3.1292517007vw;
    font-weight: 500;
    line-height: 7.074829932vw;
    border-bottom: 0.1360544218vw solid #000;
  }
}
/* section2
***************************************************************/
.rd_sec2 {
  background: #D3F4F8;
  border-radius: 40px 40px 0 0;
  padding: 80px 0;
  margin-bottom: 80px;
}

.rd_sec2_table {
  width: 100%;
  margin-top: 60px;
}

.rd_sec2_tr {
  display: flex;
}

.rd_sec2_th {
  width: 290px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding: 30px 0;
  border-radius: 20px 0 0 20px;
  border-top: 2px solid #FFD83C;
  border-left: 2px solid #FFD83C;
  border-bottom: 2px solid #FFD83C;
  background: #FFF;
  display: block;
  margin-top: 15px;
}

.rd_sec2_td {
  flex: 1;
  font-size: 24px;
  font-weight: 500;
  padding: 30px 0;
  border-radius: 0 20px 20px 0;
  border-top: 2px solid #FFD83C;
  border-right: 2px solid #FFD83C;
  border-bottom: 2px solid #FFD83C;
  background: #FFF;
  display: block;
  margin-top: 15px;
}

@media screen and (max-width: 735px) {
  .rd_sec2 {
    border-radius: 2.7210884354vw 2.7210884354vw 0 0;
    padding: 8.1632653061vw 0;
    margin-bottom: 8.1632653061vw;
  }
  .rd_sec2_table {
    width: 100%;
    margin-top: 5.4421768707vw;
  }
  .rd_sec2_tr {
    display: flex;
  }
  .rd_sec2_th {
    width: 29.9319727891vw;
    font-size: 3.2653061224vw;
    padding: 3.2653061224vw 0;
    border-radius: 2.7210884354vw 0 0 2.7210884354vw;
    margin-top: 2.0408163265vw;
    vertical-align: middle;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .rd_sec2_td {
    font-size: 3.2653061224vw;
    padding: 3.2653061224vw 0;
    border-radius: 0 2.7210884354vw 2.7210884354vw 0;
    margin-top: 2.0408163265vw;
  }
}