@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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.
 */
/**
 * 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 */
  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;
  appearance: checkbox;
}

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*
var
 _________________________________________________________*/
:root {
  --spacer-1:16px;
  --spacer-2:32px;
  --spacer-3:48px;
  --spacer-4:64px;
  --spacer-5:80px;
  --spacer-6:100px;
}

@media screen and (max-width: 768px) {
  :root {
    --spacer-1:8px;
    --spacer-2:16px;
    --spacer-3:24px;
    --spacer-4:32px;
    --spacer-5:40px;
    --spacer-6:50px;
    --spacer-7:100px;
  }
}
/*
base
 _________________________________________________________*/
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 64px;
  }
}

body {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #262626;
  background-color: #FFFFFF;
  letter-spacing: 5%;
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  height: 100%;
}

body.is-nav-active {
  overflow: hidden;
}

main {
  overflow: clip;
}

input, textarea, select, button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
}
input::placeholder, textarea::placeholder, select::placeholder, button::placeholder {
  opacity: 0.5;
}

button,
input[type=button],
input[type=submit] {
  font-weight: 600;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
}

::selection {
  background-color: #ccc;
  color: #fff;
}

sub {
  bottom: 0;
}

/*
link color
 _________________________________________________________*/
a {
  color: #262626;
  text-decoration: underline;
}

a:hover {
  color: #81CFB3;
}

/*
content
 _________________________________________________________*/
.content-title {
  display: flex;
  justify-content: center;
  margin-bottom: var(--spacer-4);
}
.content-title__inner {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .content-title__inner {
    align-items: center;
  }
}
.content-title em {
  font-size: 50px;
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 5%;
}
@media screen and (max-width: 768px) {
  .content-title em {
    font-size: 30px;
  }
}
.content-title em span {
  display: inline-block;
  background-image: linear-gradient(136deg, #73cbcf 25%, #aad95f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.content-title small {
  display: flex;
  align-items: center;
  font-size: 14px;
  background-image: linear-gradient(136deg, #73cbcf 25%, #aad95f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content-title small:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #73CBCF;
  margin-right: 5px;
}

.content-title--white em {
  color: #FFFFFF !important;
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 5%;
}
.content-title--white em span {
  display: inline-block;
  background-image: none;
  -webkit-background-clip: none;
  -webkit-text-fill-color: #FFFFFF;
  color: #FFFFFF;
}
.content-title--white small {
  background-image: none;
  -webkit-background-clip: none;
  -webkit-text-fill-color: #FFFFFF;
  color: #FFFFFF;
}
.content-title--white small:before {
  background-color: #FFFFFF;
}

.content-inner {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: var(--spacer-4) var(--spacer-2);
}

.page-title {
  background: linear-gradient(136deg, #73cbcf 25%, #aad95f);
  padding: 0 var(--spacer-2);
  height: 260px;
  border-radius: 60px 60px 0 0;
}
@media screen and (max-width: 768px) {
  .page-title {
    height: 140px;
    border-radius: 30px 30px 0 0;
  }
}

.page-title__inner {
  display: flex;
  height: 100%;
  justify-content: start;
  align-items: end;
  overflow: hidden;
}

.page-title__text {
  opacity: 0;
  font-size: 140px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 5%;
  transform: translateY(10px);
}
.page-title__text span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-title__text {
    font-size: 55px;
    transform: translateY(5px);
  }
}

/* ローディング中のスタイル */
.wf-loading .page-title__text {
  opacity: 0;
}

/* フォント読み込み完了後のスタイル */
.wf-active .page-title__text {
  opacity: 1;
  transition: opacity 0.2s ease;
}

/* フォント読み込み失敗時のスタイル */
.wf-inactive .page-title__text {
  opacity: 1;
}

.l-header {
  position: relative;
  width: 100%;
}
.l-header a {
  text-decoration: none;
  color: #262626;
  transition: 0.2s;
}
.l-header a:hover {
  color: #70c4bb;
}

.l-header--top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
}

.header {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacer-4);
  position: relative;
  padding: 0 var(--spacer-3);
}
.header-logo {
  width: 200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: var(--spacer-2) 0;
  z-index: 1001;
  position: relative;
}
.header-logo img {
  min-width: 80px;
  max-height: 50px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 20%;
    height: 100%;
  }
  .header-logo img {
    min-width: 50px;
    width: auto;
  }
}

.l-header--top .header-logo {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0 0 10px 10px;
  width: 200px;
  height: 100%;
  aspect-ratio: 1/0.7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacer-2);
  z-index: 1001;
  position: relative;
}
.l-header--top .header-logo img {
  min-width: 80px;
  max-height: 50px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .l-header--top .header-logo {
    width: 30%;
    height: 100%;
    padding: var(--spacer-3);
  }
  .l-header--top .header-logo img {
    min-width: 50px;
    width: auto;
  }
}

.header-nav {
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .header-nav {
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.75);
    position: fixed;
    top: 0;
    left: 40%;
    z-index: 999;
    pointer-events: none;
    opacity: 0;
    transition: 0.4s;
    backdrop-filter: blur(10px);
  }
}

.header-nav__inner {
  max-width: 1220px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header-nav__inner {
    padding: var(--spacer-3);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.header-nav.is_active {
  opacity: 1;
  left: 0;
  pointer-events: all;
}

.header-nav__list {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(var(--spacer-2), 5vw, var(--spacer-3));
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: var(--spacer-3);
  }
}

.header-nav__item {
  display: flex;
}
.header-nav__item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #73CBCF;
  margin-right: 12px;
  margin-top: 14px;
  flex-shrink: 0;
}
.header-nav__item a {
  color: inherit;
  position: relative;
  display: block;
  flex-shrink: 0;
  color: #262626;
}
.header-nav__item a em,
.header-nav__item a span {
  display: block;
  letter-spacing: 0.1em;
}
.header-nav__item a em {
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 5%;
  font-size: clamp(18px, 18px + 0vw, 18px);
  font-weight: 600;
}
.header-nav__item a span {
  font-size: clamp(13px, 13.7042253521px + -0.1877934272vw, 11px);
  font-weight: 400;
}
.header-nav__item a:hover {
  color: #73CBCF;
}
.header-nav__item a::after {
  background-color: #73CBCF;
  bottom: -6px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  width: 100%;
}
.header-nav__item a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 1000px) {
  .header-nav__item::before {
    width: 6px;
    height: 6px;
    margin-right: 5px;
    margin-top: 10px;
  }
  .header-nav__item a em {
    font-size: 15px;
  }
  .header-nav__item a span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__item::before {
    content: "";
    display: block;
    border-radius: 50%;
    background-color: #73CBCF;
    margin-right: 20px;
    margin-top: 9px;
    flex-shrink: 0;
  }
  .header-nav__item a {
    color: inherit;
    position: relative;
    display: block;
    flex-shrink: 0;
  }
  .header-nav__item a em,
  .header-nav__item a span {
    display: block;
    text-shadow: none;
  }
  .header-nav__item a em {
    font-size: 20px;
    color: #262626;
    letter-spacing: 10%;
  }
  .header-nav__item a span {
    font-size: 14px;
    color: #262626;
  }
  .header-nav__item a:hover {
    color: inherit;
  }
  .header-nav__item a::after {
    background-color: #fff;
    bottom: -6px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
    width: 100%;
  }
  .header-nav__item a:hover::after {
    transform: scale(1, 1);
  }
}

.l-header--top .header-nav__item::before {
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .l-header--top .header-nav__item::before {
    background-color: #73CBCF;
  }
}
.l-header--top .header-nav__item a {
  color: #FFFFFF;
}
.l-header--top .header-nav__item a em,
.l-header--top .header-nav__item a span {
  text-shadow: 0 0 10px rgba(38, 38, 38, 0.8);
}
@media screen and (max-width: 768px) {
  .l-header--top .header-nav__item a em,
  .l-header--top .header-nav__item a span {
    text-shadow: none;
  }
}
.l-header--top .header-nav__item a:hover {
  color: #FFFFFF;
}
.l-header--top .header-nav__item a::after {
  background-color: #FFFFFF;
}

.header-button {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-button {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
  }
}

.header-button__lines {
  width: 24px;
  height: 20px;
  border-radius: 30px;
  z-index: 2;
  cursor: pointer;
  position: relative;
}

.header-button__lines span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #73CBCF;
  border-radius: 1px;
}

.l-header--top .header-button__lines span {
  background-color: #FFFFFF;
}

.header-button__lines, .header-button__lines span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.header-button__lines span:nth-of-type(1) {
  top: 0;
}

.header-button__lines span:nth-of-type(2) {
  top: 9px;
}

.header-button__lines span:nth-of-type(3) {
  bottom: 0;
}

.header-button.is_active .header-button__lines span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
  background-color: #73CBCF;
}

.header-button.is_active .header-button__lines span:nth-of-type(2) {
  opacity: 0;
}

.header-button.is_active .header-button__lines span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
  background-color: #73CBCF;
}

/* ローディング中のスタイル */
.wf-loading .header-nav__list {
  opacity: 0;
}

/* フォント読み込み完了後のスタイル */
.wf-active .header-nav__list {
  opacity: 1;
  transition: opacity 0.2s ease;
}

/* フォント読み込み失敗時のスタイル */
.wf-inactive .header-nav__list {
  opacity: 1;
}

/* ========================================
  cta
======================================== */
.cta {
  background: linear-gradient(136deg, #73cbcf 25%, #aad95f);
  border-radius: 0 0 60px 60px;
  margin-top: var(--spacer-3);
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .cta {
    border-radius: 0 0 30px 30px;
  }
}

.cta__inner {
  max-width: 1012px;
}

.cta__layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .cta__layout {
    flex-direction: column;
    gap: var(--spacer-4);
  }
}

.cta__text {
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .cta__text {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .cta__text p {
    margin-bottom: 0.8em;
  }
  .cta__text p:last-child {
    margin-bottom: 0;
  }
}

.cta__link {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .cta__link {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

.footer {
  padding: var(--spacer-3) 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: var(--spacer-5);
  }
}

.footer-layout {
  width: 100%;
  margin: 0 auto;
  padding-bottom: var(--spacer-2);
  padding-left: var(--spacer-3);
  padding-right: var(--spacer-3);
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 120px 1fr;
  grid-template-rows: auto auto;
  gap: 0px 0px;
  grid-template-areas: "footer-logo footer-desc" "footer-logo footer-nav";
}
@media screen and (max-width: 1000px) {
  .footer-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: var(--spacer-2);
  }
}
@media screen and (max-width: 768px) {
  .footer-layout {
    margin-bottom: var(--spacer-4);
  }
}

.footer-logo {
  grid-area: footer-logo;
}

.footer-desc {
  grid-area: footer-desc;
}

.footer-nav {
  grid-area: footer-nav;
}

.footer-logo {
  align-self: center;
}
.footer-logo img {
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .footer-logo img {
    max-width: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .footer-logo {
    margin-bottom: var(--spacer-1);
  }
}
@media screen and (max-width: 768px) {
  .footer-logo {
    margin-bottom: var(--spacer-2);
  }
}

.footer-desc {
  text-align: right;
  font-weight: 600;
  font-size: clamp(12px, 11.2957746479px + 0.1877934272vw, 14px);
  margin-bottom: var(--spacer-1);
}
@media screen and (max-width: 768px) {
  .footer-desc {
    margin-bottom: var(--spacer-4);
  }
}

.footer-nav {
  align-self: bottom;
  text-align: right;
}

.footer-nav__list {
  display: flex;
  justify-content: flex-end;
  gap: var(--spacer-2);
}
@media screen and (max-width: 1000px) {
  .footer-nav__list {
    gap: var(--spacer-1);
  }
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    flex-direction: column;
  }
}

.footer-nav__item a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: clamp(12px, 11.2957746479px + 0.1877934272vw, 14px);
  font-weight: 600;
}
.footer-nav__item a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/icon-arrow-right-green.svg") center center/12px auto no-repeat;
}

.footer-copyright {
  border-top: 1px solid #ddd;
}

.footer-copyright__inner {
  width: 100%;
  margin: 0 auto;
  text-align: right;
  padding: var(--spacer-3) var(--spacer-2) 0 var(--spacer-3);
}
.footer-copyright__inner small {
  font-size: 12px;
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 5%;
  letter-spacing: 12%;
}
@media screen and (max-width: 1000px) {
  .footer-copyright__inner {
    text-align: center;
    padding-top: var(--spacer-2);
  }
}

/* ========================================
  MAIN VISUAL
======================================== */
.top-mv {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 80vh;
  min-height: 840px;
  overflow: hidden;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .top-mv {
    width: 100%;
    height: 100svh;
    max-height: none;
    min-height: 100svh;
  }
}

/* ========================================
  MAIN VISUAL CONTENT
======================================== */
.top-mv__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
}

/* ========================================
  CATCH
======================================== */
.top-mv__catch {
  display: inline-block;
  padding: 8px 0;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  letter-spacing: 0.3em;
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
  font-weight: 600;
  margin-bottom: var(--spacer-3);
}

/* ========================================
  TITLE
======================================== */
.top-mv__title {
  font-size: clamp(22px, 17.7746478873px + 1.1267605634vw, 34px);
  font-weight: 600;
  text-shadow: 0 0 10px rgba(38, 38, 38, 0.8);
  line-height: 1.5;
}

/* ========================================
  SHODOSHIMA IMAGE
======================================== */
.top-mv__img {
  position: relative;
  width: 30%;
  max-width: 230px;
  margin: var(--spacer-2) 0;
}
.top-mv__img img {
  display: block;
  width: 100%;
  height: auto;
}

.top-mv__img--island {
  position: relative;
}

.top-mv__img--ten {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* ========================================
  TEXT
======================================== */
.top-mv-text {
  font-size: clamp(14px, 12.5915492958px + 0.3755868545vw, 18px);
  font-weight: 600;
  text-shadow: 0 0 10px rgba(38, 38, 38, 0.8);
  letter-spacing: 0.2em;
}

/* ========================================
  VEGAS
======================================== */
.top-mv > .vegas-slide,
.top-mv > .vegas-wrapper {
  z-index: 0;
}

.top-mv .vegas-slide,
.top-mv .vegas-slide-inner {
  width: 100%;
  height: 100%;
}

.top-mv .vegas-wrapper {
  width: 100%;
  height: 100%;
}

.top-mv .top-mv__inner {
  position: relative;
  z-index: 2;
}

.top-mv .vegas-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========================================
  about
======================================== */
.top-about {
  border-radius: 60px 60px 0 0;
  background-color: #F1FAFB;
  padding: var(--spacer-6) 0;
  margin-top: calc(-1 * var(--spacer-6));
  position: relative;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .top-about {
    border-radius: 0;
    margin-top: 0;
  }
}

.top-about__layout {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-about__layout {
    flex-direction: column;
  }
}

.top-about__title {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .top-about__title {
    width: 100%;
    text-align: center;
  }
}

.top-about__main {
  width: 75%;
  padding-right: var(--spacer-3);
}
@media screen and (max-width: 768px) {
  .top-about__main {
    width: 80%;
    padding-right: 0;
    margin-top: var(--spacer-4);
  }
}

.top-about__main__text {
  line-height: 2.4;
  margin-bottom: var(--spacer-2);
}
@media screen and (max-width: 768px) {
  .top-about__main__text {
    line-height: 2.2;
  }
}

.top-about__main__text__worries {
  margin-bottom: var(--spacer-1);
}
.top-about__main__text__worries span {
  display: inline;
  border-bottom: 1px solid #73CBCF;
}

.top-about__main__link {
  text-align: right;
}

/* ========================================
  catch
======================================== */
.top-catch {
  background-color: #F1FAFB;
}
@media screen and (max-width: 768px) {
  .top-catch {
    padding-bottom: var(--spacer-2);
  }
}

.top-catch__text {
  width: 100%;
  overflow: hidden;
}

.top-catch__text__inner {
  display: flex;
  width: max-content;
  animation: anim-top-catch__text 25s linear infinite;
}

.top-catch__text__item {
  flex-shrink: 0;
  margin: 0;
  padding-right: 0.3em;
  font-size: clamp(70px, 10vw, 180px);
  line-height: 1;
  white-space: nowrap;
  color: rgba(115, 203, 207, 0.15);
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 5%;
  font-weight: 400;
  letter-spacing: 0.08em;
}

@keyframes anim-top-catch__text {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* ========================================
  feature
======================================== */
.top-feature {
  background-color: #73CBCF;
  color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .top-feature {
    background-color: #F1FAFB;
    padding-left: var(--spacer-2);
    padding-right: var(--spacer-2);
  }
}
@media screen and (max-width: 768px) {
  .top-feature {
    padding-bottom: var(--spacer-5);
  }
}

.top-feature__list {
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .top-feature__list {
    flex-direction: column;
    width: 80%;
    gap: calc(var(--spacer-3) + 25px);
  }
}

.top-feature__item {
  border-right: 1px solid #FFFFFF;
  width: 33.3333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: visible;
  padding-top: 110px;
  padding-bottom: var(--spacer-3);
  gap: var(--spacer-2);
}
@media screen and (max-width: 1000px) {
  .top-feature__item {
    background-color: #73CBCF;
    width: 100%;
    border-right: none;
    padding: 110px var(--spacer-3) var(--spacer-3);
    border-radius: 5px;
  }
}
.top-feature__item:last-child {
  border-right: none;
}

.top-feature__item__num {
  --after-opacity: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-25%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
.top-feature__item__num__circle {
  position: absolute;
  inset: 0;
  width: 110px;
  height: 110px;
  transform: rotate(-90deg);
}
.top-feature__item__num__circle circle {
  fill: none;
  stroke: #F1FAFB;
  stroke-width: 1;
  stroke-dasharray: 339.3;
  stroke-dashoffset: 339.3;
}
.top-feature__item__num::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  border: 1px solid #73CBCF;
  border-radius: 50%;
  clip-path: inset(0 0 75% 0);
  opacity: var(--after-opacity);
  pointer-events: none;
}
.top-feature__item__num span {
  position: relative;
  z-index: 2;
  font-size: clamp(30px, 26.4788732394px + 0.9389671362vw, 40px);
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 5%;
}

.top-feature__item__title {
  font-size: clamp(16px, 13.8873239437px + 0.5633802817vw, 22px);
  font-weight: 600;
}

.top-feature__item__img img {
  max-width: 260px;
}
@media screen and (max-width: 1000px) {
  .top-feature__item__img img {
    max-width: 200px;
  }
}

.top-feature__item__text {
  max-width: 80%;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .top-feature__item__text {
    max-width: 100%;
    line-height: 1.8;
  }
}

/* ========================================
  works
======================================== */
.top-works__link {
  margin-top: var(--spacer-4);
  text-align: right;
}

/* ========================================
  works
======================================== */
.works-text {
  text-align: center;
  margin-bottom: var(--spacer-5);
  font-weight: 600;
}

.works-more {
  background: linear-gradient(136deg, #73cbcf 25%, #aad95f);
  border-radius: 20px;
  padding: 5px;
  margin-top: var(--spacer-5);
}

.works-more__inner {
  background: #FFFFFF;
  border-radius: 15px;
  padding: var(--spacer-3) var(--spacer-5);
  font-size: clamp(12px, 10.5915492958px + 0.3755868545vw, 16px);
}

.works-more__title {
  background: linear-gradient(136deg, #73cbcf 25%, #aad95f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: var(--spacer-2);
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 5%;
  font-size: clamp(30px, 24.7183098592px + 1.4084507042vw, 45px);
  font-weight: 600;
  letter-spacing: 10%;
  line-height: 1.2;
}

/* ========================================
  works-detail
======================================== */
.works-detail {
  max-width: 1012px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: calc(50% - var(--spacer-3) / 2) calc(50% - var(--spacer-3) / 2);
  grid-template-rows: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: var(--spacer-3) var(--spacer-3);
  grid-auto-flow: row;
  grid-template-areas: "works-detail__title works-detail__title" "works-detail__image works-detail__image" "works-detail__text works-detail__text" "works-detail__info works-detail__comment" "works-detail__back works-detail__back";
}
@media screen and (max-width: 768px) {
  .works-detail {
    display: flex;
    flex-direction: column;
    gap: var(--spacer-4);
  }
}

.works-detail__title {
  grid-area: works-detail__title;
}

.works-detail__image {
  grid-area: works-detail__image;
}

.works-detail__text {
  grid-area: works-detail__text;
}

.works-detail__comment {
  grid-area: works-detail__comment;
}

.works-detail__info {
  grid-area: works-detail__info;
}

.works-detail__back {
  grid-area: works-detail__back;
}

.works-detail__title {
  font-weight: 600;
  font-size: clamp(18px, 15.5352112676px + 0.6572769953vw, 25px);
}
@media screen and (max-width: 768px) {
  .works-detail__title {
    text-align: center;
  }
}

.works-detail__image {
  background: #F8F8F8;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.works-detail__comment {
  background: #F8F8F8;
  padding: var(--spacer-2);
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .works-detail__comment {
    width: 80%;
    margin: auto;
  }
}

.works-detail__comment-title {
  font-weight: 600;
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
  margin-bottom: var(--spacer-1);
}
.works-detail__comment-title span {
  position: relative;
  border-bottom: 1px solid #262626;
  padding-bottom: 2px;
  font-size: 0.9em;
}

.works-detail__text p {
  margin-bottom: 0.5em;
}
.works-detail__text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .works-detail__text {
    width: 80%;
    margin: auto;
  }
}

.works-detail__info {
  border-top: 1px solid #ddd;
  font-size: clamp(12px, 11.2957746479px + 0.1877934272vw, 14px);
}
@media screen and (max-width: 768px) {
  .works-detail__info {
    width: 80%;
    margin: auto;
  }
}
.works-detail__info dl {
  display: flex;
  gap: var(--spacer-1);
  border-bottom: 1px solid #ddd;
}
.works-detail__info dl dt,
.works-detail__info dl dd {
  padding: var(--spacer-1) 0;
}
.works-detail__info dl dt {
  font-weight: 600;
  width: 6em;
  flex-shrink: 0;
}
.works-detail__info dl dd {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}

.works-detail__back {
  text-align: center;
}

/* ========================================
  list
======================================== */
.works-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacer-2);
  justify-content: center;
}
.works-list a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .works-list {
    gap: var(--spacer-3);
  }
}

.works-item {
  width: calc(50% - var(--spacer-2) / 2);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .works-item {
    width: 80%;
    margin: auto;
  }
}

.works-list--index .works-item:first-child {
  width: 100%;
  margin-bottom: var(--spacer-3);
}
@media screen and (max-width: 768px) {
  .works-list--index .works-item:first-child {
    width: 80%;
    margin: auto;
  }
}

.works-item__img {
  background: #F8F8F8;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: var(--spacer-1);
}
@media screen and (max-width: 768px) {
  .works-item__img {
    border-radius: 5px;
    margin-bottom: var(--spacer-1);
  }
}

.works-item__text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--spacer-1);
}
@media screen and (max-width: 768px) {
  .works-item__text {
    flex-direction: column;
    gap: calc(var(--spacer-1) / 2);
  }
}

.works-item__cat {
  font-size: clamp(10px, 9.2957746479px + 0.1877934272vw, 12px);
  color: #FFFFFF;
  background-color: #73CBCF;
  border-radius: 2px;
  line-height: 1;
  padding: 4px 8px;
  display: inline-block;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .works-item__cat {
    padding: 4px 8px;
  }
}

.works-item__cat--website {
  background-color: #73CBCF;
}

.works-item__cat--flyer {
  background-color: #ABD95F;
}

.works-item__title {
  font-weight: 600;
}

/* ========================================
  greeting
======================================== */
.greeting-text {
  text-align: center;
  line-height: 2;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .greeting-text {
    text-align: left;
    line-height: 1.6;
    width: 80%;
    margin: 0 auto;
  }
  .greeting-text p {
    margin-bottom: 1em;
  }
  .greeting-text p:last-child {
    margin-bottom: 0;
  }
}

/* ========================================
  profile
======================================== */
.profile-layout {
  max-width: 1012px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: var(--spacer-2);
}
@media screen and (max-width: 768px) {
  .profile-layout {
    flex-direction: column;
    gap: var(--spacer-2);
    width: 80%;
    margin: 0 auto;
  }
}

.profile-image {
  flex-shrink: 0;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .profile-image {
    width: 100%;
  }
}
.profile-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .profile-image img {
    height: auto;
    border-radius: 5px;
  }
}

.profile-text {
  flex-grow: 1;
  background-color: #F8F8F8;
  border-radius: 10px;
  padding: var(--spacer-3);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: var(--spacer-2);
  font-size: clamp(14px, 14px + 0vw, 14px);
}

.sns-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: var(--spacer-1);
  width: 100%;
}

.sns-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-indent: -10000px;
  background-position: center center;
  background-repeat: no-repeat;
  text-decoration: none;
}

.sns-link--fb {
  background-image: url("../images/icon-facebook.svg"), linear-gradient(136deg, #73cbcf 25%, #aad95f);
}

.sns-link--ig {
  background-image: url("../images/icon-instagram.svg"), linear-gradient(136deg, #73cbcf 25%, #aad95f);
}

.sns-link--x {
  background-image: url("../images/icon-x.svg"), linear-gradient(136deg, #73cbcf 25%, #aad95f);
}

.sns-link--tk {
  background-image: url("../images/icon-tiktok.svg"), linear-gradient(136deg, #73cbcf 25%, #aad95f);
}

/* ========================================
  service-onayami
======================================== */
.service-onayami__title {
  color: #73CBCF;
  font-weight: 600;
  font-size: clamp(20px, 17.1830985915px + 0.7511737089vw, 28px);
  text-align: center;
  margin-bottom: var(--spacer-4);
}

.service-onayami__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--spacer-1);
  margin-bottom: var(--spacer-4);
}
@media screen and (max-width: 768px) {
  .service-onayami__list {
    flex-direction: column;
    width: 80%;
    margin: 0 auto var(--spacer-4);
  }
}

.service-onayami__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: calc(50% - var(--spacer-1) / 2);
  background-color: #F8F8F8;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: var(--spacer-1);
}
@media screen and (max-width: 768px) {
  .service-onayami__item {
    width: 100%;
  }
}

.service-onayami__text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service-onayami__text {
    text-align: left;
    width: 80%;
    margin: 0 auto;
  }
}

.service-offer__unit {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--spacer-3);
}

.service-offer__unit__title {
  position: relative;
  cursor: pointer;
  padding: var(--spacer-4) calc(var(--spacer-2) + 40px) var(--spacer-4) var(--spacer-2);
  text-align: center;
  background-color: #73CBCF;
  color: #FFFFFF;
  font-weight: 600;
  font-size: clamp(16px, 14.5915492958px + 0.3755868545vw, 20px);
  border-radius: 10px;
  transition: 0.4s ease;
}
.service-offer__unit__title::before, .service-offer__unit__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: var(--spacer-2);
  width: 24px;
  height: 2px;
  background-color: #FFFFFF;
  transition: transform 0.3s ease;
}
.service-offer__unit__title::before {
  transform: translateY(-50%);
}
.service-offer__unit__title::after {
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .service-offer__unit__title {
    text-align: left;
  }
}

.service-offer__unit--web2 .service-offer__unit__title {
  background-color: #81CFB3;
}

.service-offer__unit--dtp .service-offer__unit__title {
  background-color: #ABD95F;
}

.service-offer__unit__main {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}

.service-offer__unit__main__inner {
  overflow: hidden;
  min-height: 0;
  background-color: #F1FAFB;
  border-radius: 0 0 10px 10px;
}

.service-offer__unit__main__text {
  text-align: center;
  padding: var(--spacer-3);
}
@media screen and (max-width: 768px) {
  .service-offer__unit__main__text {
    text-align: left;
  }
}

.service-offer__unit.is-open .service-offer__unit__main {
  grid-template-rows: 1fr;
}
.service-offer__unit.is-open .service-offer__unit__title {
  border-radius: 10px 10px 0 0;
}
.service-offer__unit.is-open .service-offer__unit__title::after {
  transform: translateY(-50%) rotate(0deg);
}

.offer-list {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-3);
  flex-wrap: wrap;
  padding-bottom: var(--spacer-5);
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .offer-list {
    margin: 0 var(--spacer-3);
  }
}

.offer-item {
  background: linear-gradient(136deg, #73cbcf 25%, #aad95f);
  border-radius: 10px 10px 10px 30px;
  padding: 4px;
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .offer-item {
    border-radius: 5px 5px 5px 20px;
    width: 100%;
  }
}

.offer-item__inner {
  background-color: #FFFFFF;
  border-radius: 6px 6px 6px 22px;
  padding: var(--spacer-2);
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 180px 1fr;
  grid-template-rows: auto;
  gap: var(--spacer-2);
  grid-template-areas: "offer-item__title offer-item__text";
}
@media screen and (max-width: 768px) {
  .offer-item__inner {
    display: flex;
    flex-direction: column;
    border-radius: 2.5px 2.5px 2.5px 16px;
  }
}

.offer-item__title {
  grid-area: offer-item__title;
}

.offer-item__text {
  grid-area: offer-item__text;
}

.offer-item__title {
  font-weight: 600;
  font-size: clamp(16px, 15.2957746479px + 0.1877934272vw, 18px);
  line-height: 1.5;
}

.offer-item__text {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-1);
}

.offer-item__text__main {
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
}

.offer-item__text__price {
  color: #248B8F;
  font-size: clamp(18px, 16.5915492958px + 0.3755868545vw, 22px);
  letter-spacing: 0.05em;
}
.offer-item__text__price small {
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
}

.offer-item__text__caution {
  font-size: clamp(12px, 11.2957746479px + 0.1877934272vw, 14px);
}
.offer-item__text__caution ul {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacer-1) / 2);
}
.offer-item__text__caution li {
  padding-left: 1em;
  text-indent: -1em;
}

.service-offer__text {
  text-align: center;
  margin-top: var(--spacer-3);
  font-size: clamp(14px, 13.2957746479px + 0.1877934272vw, 16px);
}
.service-offer__text .service-offer__text__link {
  margin-top: var(--spacer-3);
}

.service-flow {
  background-color: #F8F8F8;
}

.service-flow__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: var(--spacer-2);
}
@media screen and (max-width: 768px) {
  .service-flow__list {
    gap: calc(var(--spacer-3) + 25px);
  }
}

.service-flow__item {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service-flow__item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.service-flow__item__num {
  background-color: #73CBCF;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 5%;
  color: #FFFFFF;
  border-radius: 50%;
  transform: translateX(-50%);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .service-flow__item__num {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
  }
}

.service-flow__item__title {
  font-weight: 600;
  flex-shrink: 0;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .service-flow__item__title {
    width: 100%;
    text-align: center;
    padding: calc(var(--spacer-2) + 25px) var(--spacer-2) var(--spacer-2) var(--spacer-2);
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  }
}

.service-flow__item__text {
  padding: var(--spacer-2);
  border-left: 1px solid rgba(221, 221, 221, 0.5);
}
@media screen and (max-width: 768px) {
  .service-flow__item__text {
    border-left: none;
  }
}

.service-flow__layout {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: var(--spacer-2);
  padding: var(--spacer-2);
}
@media screen and (max-width: 1000px) {
  .service-flow__layout {
    flex-direction: column;
    gap: var(--spacer-4);
  }
}

@media screen and (max-width: 1000px) {
  .service-flow__img {
    max-width: 60%;
  }
}

.service-faq__layout {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: var(--spacer-2);
  padding: var(--spacer-2);
}
@media screen and (max-width: 1000px) {
  .service-faq__layout {
    flex-direction: column;
    gap: var(--spacer-4);
  }
}

@media screen and (max-width: 1000px) {
  .service-faq__img {
    max-width: 60%;
  }
}

.service-faq__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacer-1) * 1.5);
}
@media screen and (max-width: 768px) {
  .service-faq__list {
    gap: var(--spacer-3);
  }
}

.service-faq__item {
  background-color: #F8F8F8;
  border-radius: 10px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .service-faq__item {
    border-radius: 5px;
  }
}

.service-faq__item__q {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 700;
  cursor: pointer;
  padding: var(--spacer-1) var(--spacer-2);
}
@media screen and (max-width: 768px) {
  .service-faq__item__q {
    padding: var(--spacer-2) var(--spacer-2);
  }
}
.service-faq__item__q:before {
  content: "Q";
  background-color: #ABD95F;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-family: mic-32-new-rounded-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 5%;
  color: #FFFFFF;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: var(--spacer-2);
}
@media screen and (max-width: 768px) {
  .service-faq__item__q:before {
    width: 42px;
    height: 42px;
  }
}

.service-faq__item__a {
  display: none;
  width: 100%;
  border-top: 1px solid #ddd;
  padding: var(--spacer-2);
}

.service-faq__item__a.is-open {
  display: block;
  padding: var(--spacer-2) var(--spacer-4);
}

.service-faq__item__q.is-open:after {
  transform: rotate(180deg);
}

/* ========================================
  contact
======================================== */
.contact-text {
  text-align: center;
  margin-bottom: var(--spacer-4);
}
.contact-text p {
  margin-bottom: var(--spacer-1);
}
@media screen and (max-width: 768px) {
  .contact-text {
    text-align: left;
  }
  .contact-text p {
    margin-bottom: var(--spacer-2);
  }
}

.contact-privacy {
  text-align: center;
  font-size: clamp(12px, 11.2957746479px + 0.1877934272vw, 14px);
  width: 100%;
  max-width: 1012px;
  margin: 0 auto;
}
@media screen and (max-width: 1076px) {
  .contact-privacy {
    padding-left: var(--spacer-3);
    padding-right: var(--spacer-3);
  }
}
.contact-privacy {
  margin: var(--spacer-5) auto 0 auto;
}

/* ========================================
    privacy
======================================== */
.privacy-text {
  max-width: 80%;
  margin: 0 auto;
}
.privacy-text h3 {
  font-size: clamp(16px, 15.2957746479px + 0.1877934272vw, 18px);
  font-weight: 600;
  margin-bottom: calc(var(--spacer-1) / 2);
}
.privacy-text p {
  margin-bottom: var(--spacer-3);
}

/*
form
 _________________________________________________________*/
.form {
  width: 100%;
  max-width: 1012px;
  margin: 0 auto;
}
@media screen and (max-width: 1076px) {
  .form {
    padding-left: var(--spacer-3);
    padding-right: var(--spacer-3);
  }
}

.form-group .req {
  color: #EB5C13;
}

.form-item {
  border-bottom: 1px solid #ddd;
}
.form-item:first-child {
  border-top: 1px solid #ddd;
}
.form-item {
  display: flex;
  gap: var(--spacer-2);
  width: 100%;
  align-items: center;
}
.form-item dt, .form-item dd {
  padding: 24px 0;
  flex-shrink: 0;
}
.form-item dt {
  width: 210px;
  font-weight: 600;
}
.form-item dd {
  width: calc(100% - 210px - var(--spacer-2));
}
@media screen and (max-width: 768px) {
  .form-item {
    flex-direction: column;
    gap: var(--spacer-1);
  }
  .form-item dt, .form-item dd {
    width: 100%;
    flex-shrink: 0;
  }
  .form-item dt {
    padding: 24px 0 0 0;
  }
  .form-item dd {
    padding: 0 0 24px 0;
  }
}

.input-text {
  border: 1px solid #ddd;
  background-color: #F8F8F8;
  border-radius: 4px;
  padding: 6px;
  width: 100%;
  box-sizing: border-box;
  min-height: 24px;
}
.input-text:focus {
  outline: none;
}

.input-text--textarea {
  height: 300px;
}

.input-select {
  position: relative;
  width: 100%;
}
.input-select:before {
  position: absolute;
  top: 15px;
  right: 20px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #262626;
  border-left: 2px solid #262626;
  transform: rotate(-135deg);
  pointer-events: none;
}
.input-select select {
  appearance: none;
  padding: 6px;
  color: #333;
  border: 1px solid rgba(38, 38, 38, 0.4);
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
}
.input-select select:focus {
  outline: none;
}

.form-button {
  margin-top: var(--spacer-3);
  text-align: center;
}

.form-title {
  background-color: #F4F3ED;
  padding: var(--spacer-1);
  font-size: clamp(16px, 14.5915492958px + 0.3755868545vw, 20px);
  text-align: center;
  margin-top: var(--spacer-2);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: #F8F8F8;
  padding: var(--spacer-2);
  text-align: center;
}

.grecaptcha-badge {
  display: none !important;
}

.form-req {
  color: #EB5C13;
}

.form-turnstile {
  margin-top: var(--spacer-2);
  text-align: center;
  display: flex;
  justify-content: center;
}

.form-button .m-btn {
  cursor: pointer;
}
.form-button .m-btn:after {
  cursor: pointer;
}
.form-button .m-btn .wpcf7-spinner {
  display: none;
}

/* ========================================================
 Module
 ** 汎用クラス
 ======================================================== */
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.tb-none {
  display: block;
}
@media screen and (max-width: 1000px) {
  .tb-none {
    display: none;
  }
}

.tb-only {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tb-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tb-only {
    display: none;
  }
}

.pcl-only {
  display: block;
}
@media screen and (max-width: 1440px) {
  .pcl-only {
    display: none;
  }
}

.pcs-only {
  display: none;
}
@media screen and (max-width: 1440px) {
  .pcs-only {
    display: block;
  }
}

/*
右寄せ＆左寄せ
_________________________________________________________*/
.m-a-center {
  text-align: center;
}

.m-a-right {
  text-align: right;
}

.m-a-left {
  text-align: left;
}

.m-f-right {
  float: right;
}

.m-r-left {
  float: left;
}

.prewrap {
  white-space: pre-wrap;
}

/*
heading
 _________________________________________________________*/
/*
マージン＆パディング
_________________________________________________________*/
.m-mb-1 {
  margin-bottom: var(--spacer-1) !important;
}

.m-mb-2 {
  margin-bottom: var(--spacer-2) !important;
}

.m-mb-3 {
  margin-bottom: var(--spacer-3) !important;
}

.m-mb-4 {
  margin-bottom: var(--spacer-4) !important;
}

.m-mt-1 {
  margin-top: var(--spacer-1) !important;
}

.m-mt-2 {
  margin-top: var(--spacer-2) !important;
}

.m-mt-3 {
  margin-top: var(--spacer-3) !important;
}

.m-mt-4 {
  margin-top: var(--spacer-4) !important;
}

/*
font-color
_________________________________________________________*/
.m-color-greendark {
  color: #70c4bb;
}

/*
font-size
_________________________________________________________*/
strong,
.m-txt-bold {
  font-weight: bolder;
}

.m-txt-large {
  font-size: 1.12em;
}

.m-txt-xlarge {
  font-size: 1.4em;
}

.m-txt-small {
  font-size: 0.85em;
}

.m-txt-xsmall {
  font-size: 0.6em;
}

.m-font-eng {
  font-style: normal;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/*
button
_________________________________________________________*/
.m-btn {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: #262626;
  font-weight: 700;
}
.m-btn::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: url("../images/icon-arrow-right-white.svg") center center/16px auto no-repeat, linear-gradient(135deg, #73cbcf 20%, #b9e85a 100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.m-btn:hover::after {
  transform: translateX(4px);
}

.m-btn--border {
  border: 1px solid #73CBCF;
  border-radius: 5px;
  padding: var(--spacer-1) var(--spacer-2);
}

.m-white_border_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacer-1);
  text-decoration: none;
  border: 1px solid #FFFFFF;
  line-height: 1;
  padding: var(--spacer-1) var(--spacer-3);
  text-align: center;
  border-radius: 10px;
  color: #FFFFFF;
  font-weight: 600;
}
.m-white_border_btn::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: url("../images/icon-arrow-right-green.svg") center center/16px auto no-repeat, #FFFFFF;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.m-white_border_btn:hover {
  color: #FFFFFF;
}
.m-white_border_btn:hover::after {
  transform: translateX(4px);
}

/*
table
_________________________________________________________*/
.m-table {
  border-top: 1px solid #ddd;
  margin: 0 auto var(--spacer-3);
  width: 100%;
  max-width: 700px;
}
.m-table tr {
  border-bottom: 1px solid #ddd;
}
.m-table th, .m-table td {
  border: none;
  padding: var(--spacer-1) 0;
}
@media screen and (max-width: 768px) {
  .m-table th, .m-table td {
    display: block;
    padding: 0;
  }
  .m-table td:first-child {
    padding-top: var(--spacer-1);
  }
  .m-table td:last-child {
    padding-bottom: var(--spacer-1);
  }
}

/*
list
 _________________________________________________________*/
.m-list-dot li {
  position: relative;
  padding-left: 16px;
  margin-bottom: calc(var(--spacer-1) / 2);
  line-height: 1.6;
}
.m-list-dot li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .m-list-dot li {
    margin-bottom: var(--spacer-1);
  }
}
.m-list-dot li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #262626;
  transform: translateY(-50%);
}

/*
img
 _________________________________________________________*/
.m-img-2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.m-img-2 figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .m-img-2 {
    display: block;
  }
  .m-img-2 figure {
    width: 100%;
  }
}

.m-img-wrap {
  opacity: 0;
}

.m-img-wrap__animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.m-img-wrap__animation::before {
  animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
.m-button-dl {
  display: block;
  background-color: #EBCFCC;
  border-radius: 9999px;
  height: 180px;
  width: 100%;
  text-decoration: none;
}
.m-button-dl:hover {
  color: #262626;
  text-decoration: none;
}
.m-button-dl:hover dt::before {
  margin-right: 8px;
}
.m-button-dl dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.m-button-dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 64px);
  font-size: clamp(15px, 13.2394366197px + 0.4694835681vw, 20px);
}
.m-button-dl dt:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: var(--spacer-1);
  background-color: #FFFFFF;
  border-radius: 18px;
  background-image: url("../images/icon-arrow-right-grd.png");
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.m-button-dl dd {
  flex-shrink: 0;
  height: 64px;
  width: 100%;
  border-top: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  padding: 0 15%;
}
@media screen and (max-width: 1000px) {
  .m-button-dl {
    height: 140px;
  }
  .m-button-dl dt {
    height: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .m-button-dl dt {
    align-self: self-start;
    padding: 0 15%;
  }
}

.m-button-dl--green {
  background-color: #81CFB3;
}

.m-box-half {
  width: 50%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .m-box-half {
    width: 80%;
  }
}

.m-flex-2column {
  display: flex;
}
@media screen and (max-width: 768px) {
  .m-flex-2column {
    flex-direction: column;
    gap: var(--spacer-3);
  }
}

.m-flex-2column__item {
  width: 50%;
  flex-shrink: 1;
}
@media screen and (max-width: 768px) {
  .m-flex-2column__item {
    width: 100%;
  }
}

.m-flex-2column__item--padding {
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  .m-flex-2column__item--padding {
    padding: 0 10%;
  }
}

.m-title-grd {
  background: linear-gradient(136deg, #FCEAE8 20%, #D1E9E9 100%);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 100%;
  margin-bottom: var(--spacer-2);
}
@media screen and (max-width: 768px) {
  .m-title-grd {
    height: 50px;
  }
}

.breadcrumb {
  margin-top: var(--spacer-2);
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--spacer-1);
  font-size: 0.9em;
}
.breadcrumb__list li:before {
  content: ">";
  display: inline-block;
  color: #73CBCF;
  margin-right: var(--spacer-1);
}
.breadcrumb__list li:first-child:before {
  content: "";
  display: none;
}
.breadcrumb__list a {
  color: #262626;
  text-decoration: none;
}
.breadcrumb__list a:hover {
  text-decoration: underline;
}
.breadcrumb__list span {
  flex-shrink: 0;
}