@charset "UTF-8";
/*==================================
Site specifications
==================================*/
/*== Color =======================*/
/*= Colors =*/
/*= Site Color =*/
/*== Text =======================*/
/*= Size =*/
/*= Letter Spacing =*/
/*= Font =*/
/*== Breakpoint =======================*/
/*= MediaQuery =*/
/*= Hover =*/
/*= Retina =*/
/*== Margin =======================*/
/*== Content width =======================*/
/*= Body =*/
/*== CSS Styles =======================*/
/*== WindowHeight ==*/
/*==================================
Parts collection
==================================*/
/*== button =======================*/
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*==================================
Site default
==================================*/
html {
  font-size: 62.5%;
}

/*== Base style =======================*/
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  background: #FFFFFF;
  color: #4B4B4B;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  text-spacing-trim: space-all;
  word-break: break-word;
}
body a {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
body a:hover {
  text-decoration: none;
}

@media screen and (min-width: 601px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}

.container {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  min-width: 100%;
}

/*== input tag initialization =======================*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  line-height: inherit;
  font-family: inherit;
}

select::-ms-expand {
  display: none;
}

/*== CSS for hiding device display =======================*/
/*= Desktop =*/
.tb:not(br), br.tb {
  display: none !important;
}

.sp:not(br), br.sp {
  display: none !important;
}

.lg:not(br), br.lg {
  display: none !important;
}

.pc:not(br) {
  display: block !important;
}

br.pc {
  display: inline-block !important;
}

.pc-tb-inline {
  display: inline-block !important;
}

.sp-inline {
  display: none !important;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*= Large Tablet(iPadPro) =*/
@media screen and (max-width: 1240px) {
  .pc:not(br), br.pc {
    display: none !important;
  }
  .tb:not(br), br.tb {
    display: none !important;
  }
  .sp:not(br), br.sp {
    display: none !important;
  }
  .lg:not(br) {
    display: block !important;
  }
  br.lg {
    display: inline-block !important;
  }
}
/*= Tablet(iPad) =*/
@media screen and (max-width: 900px) {
  .pc:not(br), br.pc {
    display: none !important;
  }
  .lg:not(br), br.lg {
    display: none !important;
  }
  .sp:not(br), br.sp {
    display: none !important;
  }
  .tb:not(br) {
    display: block !important;
  }
  br.tb {
    display: inline-block !important;
  }
}
/*= Mobile(~740px) =*/
@media screen and (max-width: 740px) {
  .pc:not(br), br.pc {
    display: none !important;
  }
  .lg:not(br), br.lg {
    display: none !important;
  }
  .tb:not(br), br.tb {
    display: none !important;
  }
  .sp:not(br) {
    display: block !important;
  }
  br.sp {
    display: inline-block !important;
  }
  .pc-tb-inline {
    display: none !important;
  }
  .sp-inline {
    display: inline-block !important;
  }
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.69, 0, 0.64, 1);
  transition: opacity 0.6s cubic-bezier(0.69, 0, 0.64, 1);
}

body.fadeout::after {
  opacity: 1;
}

.ls-n-15 {
  letter-spacing: -0.015em !important;
}

.ls-n-100 {
  letter-spacing: -0.1em !important;
}

@media screen and (max-width: 740px) {
  .ls-sp-n-250 {
    letter-spacing: -0.25em !important;
  }
}
/*==================================
Site specifications
==================================*/
/*== Color =======================*/
/*= Colors =*/
/*= Site Color =*/
/*== Text =======================*/
/*= Size =*/
/*= Letter Spacing =*/
/*= Font =*/
/*== Breakpoint =======================*/
/*= MediaQuery =*/
/*= Hover =*/
/*= Retina =*/
/*== Margin =======================*/
/*== Content width =======================*/
/*= Body =*/
/*== CSS Styles =======================*/
/*== WindowHeight ==*/
/*==================================
Parts collection
==================================*/
/*== button =======================*/
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*==================================
Site default
==================================*/
html {
  font-size: 62.5%;
}

/*== Base style =======================*/
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  background: #FFFFFF;
  color: #4B4B4B;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  text-spacing-trim: space-all;
  word-break: break-word;
}

body a {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}

body a:hover {
  text-decoration: none;
}

@media screen and (min-width: 601px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.container {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  min-width: 100%;
}

/*== input tag initialization =======================*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  line-height: inherit;
  font-family: inherit;
}

select::-ms-expand {
  display: none;
}

/*== CSS for hiding device display =======================*/
/*= Desktop =*/
.tb:not(br), br.tb {
  display: none !important;
}

.sp:not(br), br.sp {
  display: none !important;
}

.lg:not(br), br.lg {
  display: none !important;
}

.pc:not(br) {
  display: block !important;
}

br.pc {
  display: inline-block !important;
}

.pc-tb-inline {
  display: inline-block !important;
}

.sp-inline {
  display: none !important;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*= Large Tablet(iPadPro) =*/
@media screen and (max-width: 1240px) {
  .pc:not(br), br.pc {
    display: none !important;
  }
  .tb:not(br), br.tb {
    display: none !important;
  }
  .sp:not(br), br.sp {
    display: none !important;
  }
  .lg:not(br) {
    display: block !important;
  }
  br.lg {
    display: inline-block !important;
  }
}
/*= Tablet(iPad) =*/
@media screen and (max-width: 900px) {
  .pc:not(br), br.pc {
    display: none !important;
  }
  .lg:not(br), br.lg {
    display: none !important;
  }
  .sp:not(br), br.sp {
    display: none !important;
  }
  .tb:not(br) {
    display: block !important;
  }
  br.tb {
    display: inline-block !important;
  }
}
/*= Mobile(~740px) =*/
@media screen and (max-width: 740px) {
  .pc:not(br), br.pc {
    display: none !important;
  }
  .lg:not(br), br.lg {
    display: none !important;
  }
  .tb:not(br), br.tb {
    display: none !important;
  }
  .sp:not(br) {
    display: block !important;
  }
  br.sp {
    display: inline-block !important;
  }
  .pc-tb-inline {
    display: none !important;
  }
  .sp-inline {
    display: inline-block !important;
  }
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.69, 0, 0.64, 1);
  transition: opacity 0.6s cubic-bezier(0.69, 0, 0.64, 1);
}

body.fadeout::after {
  opacity: 1;
}

.ls-n-15 {
  letter-spacing: -0.015em !important;
}

.ls-n-100 {
  letter-spacing: -0.1em !important;
}

@media screen and (max-width: 740px) {
  .ls-sp-n-250 {
    letter-spacing: -0.25em !important;
  }
}
/*==================================
Common CSS
==================================*/
.inner {
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(1100px + 50px * 2);
}
@media screen and (max-width: 1240px) {
  .inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/*== Header ======================*/
.header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 1s ease 0.8s, -webkit-transform 1s ease 0.6s;
  transition: opacity 1s ease 0.8s, -webkit-transform 1s ease 0.6s;
  transition: transform 1s ease 0.6s, opacity 1s ease 0.8s;
  transition: transform 1s ease 0.6s, opacity 1s ease 0.8s, -webkit-transform 1s ease 0.6s;
}
.header__logo {
  position: absolute;
  top: 54px;
  left: 50px;
  z-index: 100;
}
.header__logo-txt {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 0em;
  margin-top: 8px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.header__nav {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0em;
  gap: 40px;
  margin-right: 40px;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.header__nav-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 40px;
  right: 95px;
  padding: 14px 94px 14px 55px;
}
.header__nav-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #F4F7FA;
  border-radius: 100px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.45s ease;
  transition: transform 0.45s ease, opacity 0.25s ease;
  transition: transform 0.45s ease, opacity 0.25s ease, -webkit-transform 0.45s ease;
}
.header__nav-item a {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
}
@media screen and (min-width: 1025px) {
  .header__nav-item a:hover {
    color: #1BC0E6;
  }
}
.header.is-navOpen .header__nav-wrap:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
  visibility: hidden;
}
.header.is-navOpen .header__nav {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1240px) {
  .header__nav-wrap {
    right: 50px;
  }
}
@media screen and (max-width: 900px) {
  .header__nav {
    display: none;
  }
  .header__nav-wrap {
    padding: 0;
  }
  .header__nav-wrap:before {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  .header__logo {
    top: 17px;
    left: 21px;
  }
  .header__logo svg {
    width: 64px;
  }
  .header__logo-txt {
    margin-top: 0;
  }
  .header__nav-wrap {
    top: 15px;
    right: 20px;
  }
  .header.is-navOpen .header__logo {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    top: 33px;
  }
  .header.is-navOpen .header__logo-txt {
    opacity: 0;
  }
}

.navbar {
  position: fixed;
  top: 25px;
  right: 50px;
  z-index: 1;
  margin: 0 0 0 auto;
  width: 80px;
  height: 38px;
  background: #1BC0E6;
  border-radius: 40px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (min-width: 1025px) {
  .navbar:hover {
    background: #B0E4F0;
  }
}
.navbar__bar {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 21px;
  height: 6px;
}
.navbar__bar span {
  position: absolute;
  left: 50%;
  background: #FFFFFF;
  width: 100%;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.navbar__bar span:nth-child(1) {
  top: 0;
}
.navbar__bar span:nth-child(2) {
  bottom: 0;
}
.navbar.is-active .navbar__bar span {
  width: 120%;
}
.navbar.is-active .navbar__bar span:nth-child(1) {
  -webkit-transform: rotate(42deg) translate(-8px, 11px);
          transform: rotate(42deg) translate(-8px, 11px);
}
.navbar.is-active .navbar__bar span:nth-child(2) {
  -webkit-transform: rotate(-42deg) translate(-8px, -11px);
          transform: rotate(-42deg) translate(-8px, -11px);
}
@media screen and (max-width: 740px) {
  .navbar {
    top: 24px;
    right: 20px;
  }
}

.is-scrollTop .navbar {
  top: 54px;
  right: 108px;
}
@media screen and (max-width: 740px) {
  .is-scrollTop .navbar {
    top: 24px;
    right: 20px;
  }
}

.nav {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.97);
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav::-webkit-scrollbar {
  display: none;
}
.nav.is-open {
  visibility: visible;
  opacity: 1;
}
.nav__inner {
  width: 100%;
}
.nav__list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 53px 107px;
  max-height: 500px;
  max-width: 765px;
}
@media screen and (min-width: 1025px) {
  .nav__list a:hover {
    opacity: 0.5;
  }
}
.nav__list-en {
  font-weight: 400;
  font-size: 5.8rem;
  line-height: 1.0689655172;
  letter-spacing: 0em;
  font-family: "IBM Plex Sans JP", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #1BC0E6;
}
.nav__list-ja {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0em;
  margin: 5px 0 0 3px;
}
.nav__list2 {
  margin-top: 20px;
  /* max-width: 240px; */
  width: 280px;
}
.nav__list2-label {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.2666666667;
  letter-spacing: 0em;
  color: #1BC0E6;
  display: block;
  padding: 17px 0;
  border-bottom: solid 1px #B0E4F0;
  background: url("../img/base/arrow-nav.svg") no-repeat;
  background-position: right center;
}
@media screen and (max-width: 740px) {
  .nav {
    display: block;
    background: -webkit-linear-gradient(305deg, #F7F6EC 5%, #E6F5F7 105%);
    background: linear-gradient(145deg, #F7F6EC 5%, #E6F5F7 105%);
  }
  .nav__inner {
    padding-top: 115px;
    padding-bottom: 80px;
  }
  .nav__list {
    display: block;
    max-height: none;
    max-width: 100%;
  }
  .nav__list-item + .nav__list-item {
    margin-top: 30px;
  }
  .nav__list-en {
    font-size: 3.8rem;
  }
  .nav__list-ja {
    font-size: 1.3rem;
    margin: 1px 0 0 1px;
  }
  .nav__list2 {
    margin-top: 5px;
    margin-bottom: 35px;
    max-width: 100%;
  }
  .nav__list2-label {
    font-size: 2rem;
  }
}

/*== Footer ======================*/
@-webkit-keyframes footer-catch {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: 135% 0;
  }
}
@keyframes footer-catch {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: 135% 0;
  }
}
.footer__catch {
  text-align: center;
  margin: 0 0 40px;
}
.footer__catch svg {
  max-width: 100%;
  width: 1100px;
  height: auto;
}
.footer__catch-inner {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.footer__catch-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0)), color-stop(50%, #FFFFFF), to(#FFFFFF));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, #FFFFFF 50%, #FFFFFF 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, #FFFFFF 50%, #FFFFFF 100%);
  background-size: 400% 100%;
  background-position: 100% 0;
  -webkit-animation: footer-catch 2.7s ease both paused;
          animation: footer-catch 2.7s ease both paused;
}
.footer__catch.is-view .footer__catch-inner:before {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.footer__pagetop {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}
.footer__pagetop img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .footer__pagetop:hover img {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
.footer__body {
  background: #D8D4BD;
  border-radius: 80px 80px 0 0;
  padding: 73px 0 70px;
}
.footer__body-inner {
  position: relative;
  padding-top: 164px;
}
.footer__nav {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 60px;
  position: absolute;
  top: 0;
  right: 50px;
}
.footer__nav-item {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.7647058824;
  letter-spacing: 0em;
}
@media screen and (min-width: 1025px) {
  .footer__nav-item a:hover {
    opacity: 0.5;
  }
}
.footer__logo {
  margin-bottom: 19px;
}
.footer__logo svg {
  width: 128px;
  height: auto;
}
.footer__logo svg path {
  fill: #F5F1D7;
}
.footer__info {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
  margin-bottom: 40px;
}
.footer__name {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
.footer__address {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0em;
  margin-top: 2px;
}
.footer__copy {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 0em;
  font-family: "Inter", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 740px) {
  .footer__pagetop {
    margin-bottom: 22px;
  }
  .footer__catch {
    margin-bottom: 46px;
  }
  .footer__body {
    border-radius: 50px 50px 0 0;
    text-align: center;
    padding: 0;
  }
  .footer__body-inner {
    padding-top: 46px;
    padding-bottom: 25px;
  }
  .footer__nav {
    display: none;
  }
  .footer__logo {
    margin-bottom: 6px;
  }
  .footer__logo svg {
    width: 114px;
  }
  .footer__info {
    display: block;
    margin-bottom: 63px;
  }
  .footer__name {
    font-size: 1.7rem;
  }
  .footer__address {
    margin-top: 16px;
    letter-spacing: 0.03em;
  }
}

/*== Parts ======================*/
.btn {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  min-width: 200px;
  min-height: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  padding: 12px 50px 10px 28px;
  background: #103D58;
  margin-left: auto;
  margin-right: auto;
}
.btn__label {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0em;
  color: #FFFFFF;
}
.btn__arrow {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #1BC0E6;
  border-radius: 50%;
  width: 39px;
  aspect-ratio: 1;
  line-height: 0;
}
.btn.--light {
  background: #D8D4BD;
}
.btn.--light .btn__label {
  color: #103D58;
}
.btn.--light .btn__arrow {
  background: #103D58;
}
@media screen and (min-width: 1025px) {
  .btn:hover .btn__label {
    color: #103D58;
  }
  .btn:hover .btn__arrow {
    background: #103D58;
  }
}

.ttl__en {
  font-weight: 400;
  font-size: 7.1rem;
  line-height: 1.1267605634;
  letter-spacing: 0em;
  font-family: "IBM Plex Sans JP", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #1BC0E6;
  position: relative;
  padding-left: 34px;
}
.ttl__en:before {
  content: "";
  height: 45px;
  width: 3px;
  background: #1BC0E6;
  position: absolute;
  top: 19px;
  left: 10px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.ttl__txt {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  position: relative;
  padding-left: 12px;
  margin-top: 1px;
}
.ttl__txt:before {
  content: "";
  background: #4B4B4B;
  position: absolute;
  top: 7px;
  left: 1px;
  width: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
}
@media screen and (max-width: 740px) {
  .ttl__en {
    font-weight: 400;
    font-size: 4.8rem;
    line-height: 1.3541666667;
    letter-spacing: 0em;
    padding-left: 22px;
  }
  .ttl__en:before {
    height: 30px;
    top: 17px;
    left: 7px;
  }
  .ttl__txt {
    margin-top: 0;
  }
}

.pnkz {
  position: absolute;
  top: 33px;
  right: 50px;
}
.pnkz__list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
.pnkz__item a {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media screen and (min-width: 1025px) {
  .pnkz__item a:hover {
    color: #D8D4BD;
  }
}
.pnkz__link:not(.--current):after {
  content: "-";
  padding: 0 3px;
}
.pnkz.is-white .pnkz__link {
  color: #FFFFFF;
}
.pnkz.is-white .pnkz__link:after {
  color: #FFFFFF;
}
@media screen and (max-width: 740px) {
  .pnkz {
    top: 60px;
    right: 15px;
  }
}

.heading {
  position: relative;
  color: #FFFFFF;
}
.heading__img {
  width: 100%;
}
.heading__img img {
  width: 100%;
}

/*== Animation =======================*/
.fadeUp {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transition: all 0.6s cubic-bezier(0.69, 0, 0.64, 1);
  transition: all 0.6s cubic-bezier(0.69, 0, 0.64, 1);
}
.fadeUp.is-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@-webkit-keyframes fv-img {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
}

@keyframes fv-img {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
}
@-webkit-keyframes circle-en {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes circle-en {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes arrow-b {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  50% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@keyframes arrow-b {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  50% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
.fv {
  padding: 218px 50px 0;
}
.fv__cont {
  position: relative;
  padding: 0 50px 84px;
}
.fv__catch {
  margin-bottom: 41px;
}
.fv__catch svg {
  max-width: calc(100% - 150px);
}
.fv__txt {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0em;
  margin-left: -4px;
}
.fv__scroll {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 123px;
  aspect-ratio: 1;
  position: absolute;
  bottom: 22px;
  right: 75px;
}
.fv__scroll:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/index/parts-circle-en.svg") no-repeat center;
  background-size: contain;
  -webkit-animation: circle-en 15s linear infinite;
          animation: circle-en 15s linear infinite;
}
@media screen and (min-width: 1025px) {
  .fv__scroll:hover img {
    -webkit-animation: arrow-b 1s linear infinite;
            animation: arrow-b 1s linear infinite;
  }
}
.fv__en {
  font-weight: 100;
  font-size: 6.8rem;
  line-height: 1;
  letter-spacing: 0em;
  font-size: clamp(4rem, 4.7222222222vw, 8rem);
  font-family: "IBM Plex Sans JP", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #D8D4BD;
  text-align: center;
  margin-bottom: -0.5em;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.fv__img {
  border-radius: 80px 80px 0 0;
  overflow: hidden;
}
.fv__img-inner {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-animation: fv-img 20s linear both;
          animation: fv-img 20s linear both;
}
.fv__img-item {
  width: 100%;
  overflow: hidden;
}
.fv__img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__en, .fv__img, .fv__scroll {
  -webkit-transition: opacity 1s ease 0.8s, -webkit-transform 1s ease 0.6s;
  transition: opacity 1s ease 0.8s, -webkit-transform 1s ease 0.6s;
  transition: transform 1s ease 0.6s, opacity 1s ease 0.8s;
  transition: transform 1s ease 0.6s, opacity 1s ease 0.8s, -webkit-transform 1s ease 0.6s;
}
@media screen and (max-width: 1240px) {
  .fv__catch svg {
    max-width: 100%;
  }
  .fv__cont {
    padding: 0 0 84px;
  }
  .fv__scroll {
    right: 0;
    width: 100px;
  }
  .fv__scroll img {
    width: 26px;
  }
}
@media screen and (max-width: 740px) {
  .fv {
    position: relative;
    padding: 105px 20px 0;
  }
  .fv__cont {
    padding: 0;
    margin-bottom: 37px;
    position: static;
  }
  .fv__catch {
    margin: 0;
  }
  .fv__catch svg {
    max-width: 100%;
  }
  .fv__txt {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 23px 0 0 0;
  }
  .fv__en {
    font-size: 5.7rem;
    margin: 0 0 -27px -6px;
    overflow: hidden;
    width: calc(100vw - 20px + 6px);
  }
  .fv__img {
    border-radius: 60px 60px 0 0;
    margin: 0 -20px;
  }
  .fv__scroll {
    bottom: -40px;
    right: 20px;
    z-index: 1;
  }
}
@media screen and (max-width: 740px) {
  .fv__img-item img {
    content: url("../img/index/img-fv@2x.png");
  }
}

.message {
  position: relative;
  padding: 140px 0 160px;
}
.message:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 335px);
  background: -webkit-linear-gradient(305deg, #EBE5C9 5%, #B0E4F0 105%);
  background: linear-gradient(145deg, #EBE5C9 5%, #B0E4F0 105%);
  opacity: 0.35;
}
.message__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: -1;
  width: 100%;
}
.message__wave svg {
  width: 100%;
}
.message__ttl {
  margin-bottom: 69px;
}
.message__cont {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.message__catch {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.3666666667;
  letter-spacing: 0em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 430px;
  margin-top: 2px;
}
.message__txt {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.3529411765;
  letter-spacing: 0em;
  width: calc(100% - 450px);
  max-width: 600px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1240px) {
  .message:before {
    height: calc(100% + 23vw);
  }
}
@media screen and (max-width: 740px) {
  .message {
    padding: 60px 0 80px;
  }
  .message:before {
    height: 100%;
  }
  .message__cont {
    display: block;
  }
  .message__ttl {
    margin-bottom: 43px;
  }
  .message__catch {
    width: 100%;
    font-size: 2.3rem;
    margin: 0 0 27px;
  }
  .message__txt {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.1333333333;
    letter-spacing: 0em;
    width: 100%;
  }
}

.business {
  padding: 70px 0 190px;
}
.business__ttl {
  margin-bottom: 80px;
}
.business__item + .business__item {
  margin-top: 66px;
}
.business__item-main {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 741px) {
  .business__item:nth-child(even) .business__img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .business__item:nth-child(even) .business__head, .business__item:nth-child(even) .business__catch, .business__item:nth-child(even) .business__txt {
    padding-left: 80px;
  }
  .business__item:nth-child(even) .business__txt {
    max-width: 650px;
  }
  .business__item:nth-child(3) .business__cont {
    margin-top: 35px;
  }
}
.business__cont {
  width: 100%;
  margin-top: 7px;
}
.business__head {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: solid 1px #1BC0E6;
  padding-bottom: 10px;
  margin-bottom: 22px;
}
.business__num {
  font-weight: 300;
  font-size: 5rem;
  line-height: 1.2;
  letter-spacing: 0em;
  font-family: "Inter", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #B0E4F0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 67px;
  margin: 1px 0 0 -2px;
}
.business__name {
  font-weight: 400;
  font-size: 4.5rem;
  line-height: 1.2888888889;
  letter-spacing: 0em;
  color: #1BC0E6;
}
.business__catch {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0em;
  margin-bottom: 22px;
  padding-right: 40px;
}
.business__txt {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0em;
  max-width: 582px;
  padding-right: 40px;
}
.business__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  overflow: hidden;
  max-width: 50%;
}
.business__detail {
  margin: 80px 0 80px;
}
.business__detail2 {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 30px;
  border: solid 1px #D8D4BD;
  border-radius: 10px;
  background: #FDFCF0;
  padding: 22px 42px 26px;
  gap: 42px;
}
.business__detail2-ttl {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.6470588235;
  letter-spacing: 0em;
  position: relative;
  padding-left: 12px;
  margin: 0 0 1px;
}
.business__detail2-ttl:before {
  content: "";
  background: #4B4B4B;
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.business__detail2-txt {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0em;
}
@media screen and (max-width: 1240px) {
  .business__item:nth-child(even) .business__head, .business__item:nth-child(even) .business__catch, .business__item:nth-child(even) .business__txt {
    padding-left: 40px;
  }
}
@media screen and (max-width: 740px) {
  .business {
    padding: 45px 0 80px;
  }
  .business__ttl {
    margin-bottom: 55px;
  }
  .business__item + .business__item {
    margin-top: 58px;
  }
  .business__item-main {
    display: block;
  }
  .business__item:nth-child(even) .business__head, .business__item:nth-child(even) .business__catch, .business__item:nth-child(even) .business__txt {
    padding-left: 0;
  }
  .business__cont {
    margin-top: 0;
  }
  .business__head {
    padding-bottom: 11px;
  }
  .business__num {
    font-size: 3rem;
    width: 39px;
    margin: 1px 0 0 -2px;
  }
  .business__name {
    font-size: 3rem;
  }
  .business__catch {
    line-height: 1.7;
    margin-bottom: 14px;
    padding: 0;
  }
  .business__txt {
    line-height: 3rem;
    max-width: 100%;
    padding: 0;
  }
  .business__img {
    margin-top: 24px;
    border-radius: 15px;
  }
  .business__img img {
    width: 100%;
  }
  .business__detail {
    margin: 30px 0 0;
  }
  .business__detail2 {
    display: block;
    padding: 17px 30px 18px;
  }
  .business__detail2-item + .business__detail2-item {
    margin-top: 11px;
  }
  .business__detail2-ttl {
    margin: 0 0 5px;
  }
}

.tglbox {
  border: solid 1px #D8D4BD;
  border-radius: 20px;
  background: #FDFCF0;
  overflow: hidden;
}
.tglbox__label {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #B7B293;
  text-align: center;
  position: relative;
  cursor: pointer;
  padding: 29px 40px 26px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.tglbox__label-status {
  position: absolute;
  top: 50%;
  right: 42px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 41px;
  aspect-ratio: 1;
}
.tglbox__label-status:before, .tglbox__label-status:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  background: #1BC0E6;
}
.tglbox__label-status:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 740px) {
  .tglbox__label-status {
    right: 20px;
    width: 29px;
  }
}
.tglbox__label-status:before, .tglbox__label-status:after {
  background: #4B4B4B;
}
@media screen and (min-width: 1025px) {
  .tglbox__label:hover {
    background: rgba(255, 255, 255, 0.7);
  }
}
.tglbox__detail {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0em;
  padding: 46px 60px 63px 60px;
  position: relative;
  display: none;
}
.tglbox__detail:before {
  content: "";
  width: calc(100% - 75px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #B7B293;
}
.tglbox__detail *:first-child {
  margin-top: 0;
}
.tglbox__detail ul, .tglbox__detail ol {
  padding-left: 1.3rem;
}
.tglbox__detail ul li::marker, .tglbox__detail ol li::marker {
  position: absolute;
  top: 0;
  left: 0;
}
.tglbox__detail ul {
  list-style: "・" outside;
}
.tglbox__detail ol {
  list-style: decimal outside;
}
.tglbox__ttl {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 30px 0 11px -10px;
}
.tglbox__ttl2 {
  position: relative;
  padding-left: 12px;
  margin: 30px 0 7px;
}
.tglbox__ttl2:before {
  content: "";
  background: #B7B293;
  position: absolute;
  top: 14px;
  left: 0;
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.tglbox__list {
  line-height: 2.8rem;
}
.tglbox__notes {
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0em;
  display: block;
  margin-top: 11px;
}
.tglbox__txt + .tglbox__list {
  margin-top: 3px;
}
.tglbox__list + .tglbox__txt {
  margin-top: 13px;
}
@media screen and (max-width: 740px) {
  .tglbox__label {
    text-align: left;
    font-size: 1.6rem;
    padding: 25px 20px 20px 20px;
  }
  .tglbox__detail {
    line-height: 2.8rem;
    padding: 34px 20px 36px 20px;
  }
  .tglbox__detail:before {
    width: calc(100% - 30px);
  }
  .tglbox__ttl {
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 1.5882352941;
    letter-spacing: 0em;
    margin: 47px 0 17px;
  }
  .tglbox__ttl2 {
    line-height: 2.5rem;
    margin: 34px 0 13px;
  }
  .tglbox__notes {
    font-size: 1.2rem;
    padding-left: 8px;
    margin-top: 7px;
    letter-spacing: -0.03em;
  }
}

.recruit {
  position: relative;
  padding: 130px 0 0;
}
.recruit:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#EBE5C9), color-stop(95%, #B0E4F0));
  background: -webkit-linear-gradient(top, #EBE5C9 0%, #B0E4F0 95%);
  background: linear-gradient(180deg, #EBE5C9 0%, #B0E4F0 95%);
  opacity: 0.35;
}
.recruit__wave {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: -1;
  width: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.recruit__wave svg {
  width: 100%;
}
.recruit__ttl {
  margin-bottom: 80px;
}
.recruit__ttl2 {
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.375;
  letter-spacing: 0em;
  margin-bottom: 32px;
}
.recruit__item {
  border-radius: 20px;
  background: #FFFFFF;
  border: solid 1px #B0E4F0;
  overflow: hidden;
}
.recruit__item + .recruit__item {
  margin-top: 12px;
}
.recruit__item.is-active {
  margin-bottom: 27px;
  border-color: #FFFFFF;
}
.recruit__item.is-active .recruit__label-status:after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.recruit__label {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 31px 120px 32px 62px;
  cursor: pointer;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.recruit__label-num {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.0869565217;
  letter-spacing: 0em;
  font-family: "IBM Plex Sans JP", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #B0E4F0;
  margin: 9px 13px -3px 0;
}
.recruit__label-txt {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.28;
  letter-spacing: 0em;
  color: #1BC0E6;
}
.recruit__label-status {
  position: absolute;
  top: 50%;
  right: 42px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 41px;
  aspect-ratio: 1;
  right: 55px;
}
.recruit__label-status:before, .recruit__label-status:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  background: #1BC0E6;
}
.recruit__label-status:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 740px) {
  .recruit__label-status {
    right: 20px;
    width: 29px;
  }
}
.recruit__label-status:before, .recruit__label-status:after {
  height: 2px;
}
@media screen and (min-width: 1025px) {
  .recruit__label:hover {
    opacity: 0.5;
  }
}
.recruit__detail {
  padding: 2px 60px 3px;
  position: relative;
  display: none;
}
.recruit__detail:before {
  content: "";
  width: calc(100% - 110px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #1BC0E6;
}
.recruit__list {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0em;
}
.recruit__list-item {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #D8D4BD;
  padding: 24px 0;
}
.recruit__list-item:last-child {
  border-bottom: 0;
}
.recruit__list-ttl {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #B7B293;
  width: 228px;
}
.recruit__list-txt {
  width: calc(100% - 228px);
}
.recruit__img {
  margin-top: 23px;
  width: 100%;
}
@media screen and (max-width: 740px) {
  .recruit {
    padding: 78px 0 0;
  }
  .recruit__ttl {
    margin-bottom: 58px;
  }
  .recruit__ttl2 {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.375;
    letter-spacing: 0em;
    margin-bottom: 18px;
  }
  .recruit__item {
    border-radius: 10px;
  }
  .recruit__item + .recruit__item {
    margin-top: 7px;
  }
  .recruit__item.is-active {
    margin-bottom: 20px;
  }
  .recruit__item.is-active .recruit__label {
    padding: 25px 65px 19px 19px;
  }
  .recruit__label {
    padding: 26px 65px 25px 19px;
  }
  .recruit__label-num {
    font-size: 1.9rem;
    margin: 0 6px -3px 0;
  }
  .recruit__label-txt {
    font-size: 1.9rem;
  }
  .recruit__label-status {
    right: 25px;
    width: 25px;
  }
  .recruit__label-status:before, .recruit__label-status:after {
    height: 2px;
  }
  .recruit__detail {
    padding: 0 20px 4px;
  }
  .recruit__detail:before {
    width: calc(100% - 40px);
  }
  .recruit__list-item {
    display: block;
    padding: 24px 0;
  }
  .recruit__list-ttl {
    margin-bottom: 4px;
    width: 100%;
  }
  .recruit__list-txt {
    width: 100%;
  }
  .recruit__img {
    margin-top: 44px;
  }
}

.company {
  padding: 162px 0 250px;
}
.company__cont {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.company__list {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0em;
  margin: 3px 0 0 auto;
  width: calc(100% - 420px);
  max-width: 603px;
}
.company__list-item {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #D8D8D8;
  padding: 24px 0;
}
.company__list-item.--long {
  padding: 38px 0;
}
.company__list-ttl {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: 600;
  width: 169px;
}
.company__list-txt {
  width: calc(100% - 169px);
}
.company__map {
  margin-top: 60px;
}
.company__map-main iframe {
  width: 100%;
  height: 376px;
}
.company__map-link {
  margin-top: 13px;
  text-align: right;
}
@media screen and (max-width: 1240px) {
  .company__cont {
    display: block;
  }
  .company__ttl {
    margin-bottom: 30px;
  }
  .company__list {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .company {
    padding: 84px 0 118px;
  }
  .company__list {
    margin: 0;
  }
  .company__list-item {
    line-height: 2.5rem;
  }
  .company__list-item.--long {
    padding: 24px 0;
  }
  .company__list-ttl {
    width: 145px;
  }
  .company__list-block + .company__list-block {
    margin-top: 15px;
  }
  .company__map {
    margin-top: 40px;
  }
  .company__map-main iframe {
    height: auto;
    aspect-ratio: 350/185;
    min-height: 185px;
  }
  .company__map-link {
    margin-top: 13px;
  }
}

.fadeout .header {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  opacity: 0;
}
.fadeout .fv__en, .fadeout .fv__img, .fadeout .fv__scroll {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}