@charset "UTF-8";
/* ==============================

目次

============================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
============================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;/* 1 */
  -webkit-text-size-adjust: 100%;/* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;/* 2 */
}

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

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

/* Embedded content
   =============================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
============================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;/* 1 */
  font-size: 100%;/* 1 */
  line-height: 1.15;/* 1 */
  margin: 0;/* 2 */
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;/* 1 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  padding: 0;
  color: inherit;
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;/* 1 */
  padding: 0;/* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;/* 1 */
  outline-offset: -2px;/* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Misc
============================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Add Coco-jet Custom
============================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ==============================

Selector

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

body {
  width: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 3.4666666667vw;
  line-height: 1.8;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 100%;
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  transition: opacity 0.2s ease-in, color 0.2s ease-in, background-color 0.2s ease-in;
}

a,
a:focus,
*:focus {
  outline: none;
}

/* ==============================

Module

============================== */

.cntBlock {
  padding: 72px 0;
}

@media screen and (min-width: 768px) {
  .cntBlock {
    padding: 96px 0;
  }
}

/* ==============================
自動ナビ用（固定ヘッダー分ずらす）
============================== */
section.js-section {
  scroll-margin-top: 72px;
}

@media screen and (min-width: 768px) {
  section.js-section {
    scroll-margin-top: 96px;
  }
}

/* common */

:root {
  /* color */
  --skyblue: #5CC2CF;
  --lightblue: #ceedf1;
  --orange: #FF824D;
  --beige: #F7BDA4;
  --white: #fff;
  --line-green: #06C755;
  --instagram-pink: #E1306C;
  /* style */
  --main-color: var(--skyblue);
  --sub-color: var(--beige);
  --title-color: var(--skyblue);
  --sub-title-color: var(--lightblue);
  /* bg layer (意味変数) */
  --bg-surface-0: var(--skyblue);
  --bg-surface-1: var(--lightblue);
  --bg-deco: var(--lightblue);
  --bg-deco--left: var(--lightblue);
  --bg-deco--right: var(--lightblue);
}

.bg-surface-0 {
  background: var(--skyblue);
}
.bg-surface-1 {
  background: var(--lightblue);
}
.bg-deco {
  background: var(--lightblue);
}
.bg-deco--left {
  background: var(--lightblue);
}
.bg-deco--right {
  background: var(--lightblue);
}

.cta-action--line a {
  background: var(--line-green);
}
.cta-action--instagram a {
  background: var(--instagram-pink);
}

/* ==============================
背景装飾（共通）
============================== */

.bg-deco {
  position: absolute;
  bottom: 0;
  width: 66.5%;
  z-index: -1;
}

.bg-deco--right {
  position: absolute;
  right: 0;
  height: 100%;
}

.bg-deco--left {
  position: absolute;
  left: 0;
  height: 100%;
}

/* 半透明オーバーレイ（旧 service_back02 相当） */
.bg-overlay {
  opacity: 0.2;
}

@media screen and (min-width: 768px) {
  .bg-surface-1 {
    bottom: 0;
  }

  .bg-deco--right {
    width: 66.5%;
  }

  .bg-deco--left {
    width: 816px;
  }
}

@media screen and (min-width: 980px) {
  .bg-deco--left {
    width: 66.5%;
  }
}


/* ==============================
h2
============================== */
.h2_title .h2_en {
  text-align: center;
  font-size: 56px;
  display: block;
  color: var(--lightblue);
  line-height: 1;
  font-weight: 300;
  margin: 0;
}

.h2_title .h2_ja {
  text-align: center;
  line-height: 1;
  position: relative;
  margin: 16px 0 0;
  font-size: 32px;
  color: var(--skyblue);
}

.underline {
  position: relative;
  display: inline-block;
  padding: 0 0.2em;
  background-color: rgba(255, 255, 255, 0.36);
}

.underline::before {
  position: absolute;
  top: auto;
  left: 0;
  content: "";
  z-index: -1;
  width: 0;
}

@media screen and (min-width: 768px) {
  .h2_title .h2_en {
    font-size: 72px;
  }
}

/* ==============================

Block

============================== */
.wrapper {
  overflow: hidden;
}

.inner {
  position: relative;
  width: 100%;
  margin: 40px auto;
  padding: 0 20px 40px;
}

@media screen and (min-width: 768px) {
  .inner {
    max-width: 1200px;
    padding: 0 0 96px 0;
    margin: 96px auto;
  }
}

/* ==============================

header

============================== */
.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.18);
}

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

.headerContainer {
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .headerContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.headerLogo {
  position: relative;
  width: 230px;
  margin: 0;
  z-index: 2;
  line-height: 1;
}

.headerLogo a {
  color: var(--white);
}

.headerLogo img {
  height: 50px;
  width: auto;
}

.headerNav_items {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.headerNav_items.-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 768px) {
  .headerNav_items {
    position: relative;
    display: flex;
    top: auto;
    right: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
    max-width: 434px;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .headerNav_item {
    border-top: none;
  }
}

.headerNav_item a {
  position: relative;
  display: block;
  padding: 1rem 1rem 1em 3em;
  color: var(--white);
  font-weight: 600;
  border-bottom: 1px solid rgba(239, 233, 144, 0.2);
}

.headerNav_item a::before {
  position: absolute;
  top: 50%;
  left: 1em;
  content: "";
  z-index: 1;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.4em;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .headerNav_item a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  .headerNav_item a {
    padding: 0.2em 1em 0.2em 0.8em;
    font-size: 12px;
    border-bottom: none;
  }

  .headerNav_item a::before {
    content: none;
  }
}

.headerNav_button {
  display: block;
  position: absolute;
  right: 4.2666666667vw;
  top: 24px;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  border: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  background: transparent;
}

@media screen and (min-width: 768px) {
  .headerNav_button {
    display: none;
  }
}

.headerNav_buttonLine {
  position: relative;
  display: block;
  width: 30px;
  margin: 0 auto 28px;
  height: 2px;
  background: var(--white);
  transition: all 0.3s ease;
}

.headerNav_buttonLine:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--white);
  transition: all 0.3s ease;
}

.headerNav_buttonLine:after {
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--white);
  transition: all 0.3s ease;
}

.headerNav_buttonLine.-close {
  transform: translateY(10px) rotate(45deg);
}

.headerNav_buttonLine.-close:before {
  opacity: 0;
}

.headerNav_buttonLine.-close:after {
  transform: translateY(-20px) rotate(-90deg);
}

/* ==============================

Hero

============================== */
/* 
Hero sub
------------------------------ */
.hero {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hero .hero_main img {
    height: 614px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0px 0px;
    object-position: 0px 0;
  }
}

.hero_slider {
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .hero_slider {
    padding-top: 72px;
  }
}

.hero_slider_item {
  width: 100%;
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 0%;
}

.hero_slider_item.-slide01 {
  background: url(../img/hero/hero_img_01_sp.webp);
}

@media screen and (min-width: 768px) {
  .hero_slider_item.-slide01 {
    background-size: cover;
    background: url(../img/hero/hero_img_01.webp);
  }
}

.hero_container {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hero_container {
    top: 50%;
    width: 860px;
  }
}

@media screen and (min-width: 768px) {
  .br-on {
    display: none;
  }
}

.hero_title {
  color: #ffffff;
  font-size: 34px;
  paint-order: stroke;
  margin: auto 16px;
  letter-spacing: 0.15rem;
  text-shadow: 0 3px 8px rgb(90, 90, 90);
  transform: translateZ(0);
}

@media screen and (min-width: 768px) {
  .hero_title {
    font-size: 53px;
    margin: 0;
  }
}

.hero_title .h1_sub {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .hero_title .h1_sub {
    font-size: 44px;
  }
}

@media screen and (min-width: 768px) {
  .sp_br {
    display: none;
  }
}

/* ==============================

menu

============================== */
#menu {
  position: relative;
  z-index: 1;
  background-color: var(--skyblue);
  color: var(--white);
}

#menu .menu_block {
  width: fit-content;
  margin: 0 auto;
  padding: 64px 0;
  font-size: 14px;
}

#menu .menu_block h2 {
  position: relative;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 24px;
}

#menu .menu_block h2::before {
  content: "";
  width: 20px;
  height: 18px;
  background: url(../img/menu_icon.webp) no-repeat center center / contain;
  position: absolute;
  top: 0;
  left: -24px;
  z-index: 10;
}

#menu .menu_block .ol_menu {
  line-height: 1;
  font-weight: 600;
  counter-reset: menuitem;
}

#menu .menu_block .ol_menu li {
  margin-bottom: 16px;
  position: relative;
  margin-left: 4px;
  color: var(--white);
  counter-increment: menuitem;
}

#menu .menu_block .ol_menu li::before {
  content: counter(menuitem);
  position: absolute;
  left: -24px;
}

#menu .menu_block .ol_menu li a {
  color: var(--white);
  text-decoration: none;
}

/* ==============================
section-checklist
============================== */
.section-checklist .block-content {
  width: 100%;
  position: relative;
}

.section-checklist .checklist-wrap {
  position: relative;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .section-checklist .checklist-wrap {
    margin: 64px auto 0;
  }
}

.section-checklist .checklist-inner {
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 720px;
}

/* チェックリスト */
.section-checklist .checklist {
  padding: 0 0 16px;
  text-align: left;
  display: inline-block;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .section-checklist .checklist {
    padding: 48px 20px 0 0;
  }
}

.section-checklist .checklist__item {
  padding: 0 0 0 32px;
  color: #1E3A5F;
  line-height: 2;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.section-checklist .checklist__item::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  width: 21px;
  height: 17px;
  background-image: url(../img/check.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .section-checklist .checklist__item {
    font-size: 20px;
  }

  .section-checklist .checklist__item::before {
    width: 24px;
    height: 20px;
  }
}

/* コールアウト */
.section-checklist .callout {
  margin-top: 48px;
}

@media screen and (min-width: 768px) {
  .section-checklist .callout {
    margin-top: 64px;
  }
}

.section-checklist .callout__text p {
  color: #1E3A5F;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.section-checklist .callout__media {
  width: 80px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .section-checklist .callout__media {
    width: 120px;
  }
}




/* ==============================

section-media-text

============================== */
.section-media-text {
  position: relative;
  z-index: 1;
}

.section-media-text .inner {
  padding: 0 20px;
  margin: 0 auto;
}

.section-card-grid_2 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .section-media-text .h2_en {
    margin: 0;
  }
  .section-media-text .inner {
  padding: 0;}
}

.block-text {
  font-weight: 600;
  max-width: 800px;
  margin: 40px auto;
  text-align: justify;
  text-justify: inter-ideograph;
}

.media-set {
  position: relative;
}

.media-bg--circle {
  position: absolute;
  top: 900px;
  right: 38px;
  height: 1131.2px;
  width: 1131.2px;
  z-index: -2;
  border-radius: 50%;
  border: solid 80px var(--lightblue);
  opacity: .3;
}

@media screen and (min-width: 768px) {
  .media-bg--circle {
    right: 50%;
    top: 860px;
  }
}

.section-media-stack .media-stack__list>.media-row:nth-child(odd) .media-figure {
  margin-left: calc(50% - 50vw);
  margin-right: 0;
}

.section-media-stack .media-stack__list>.media-row:nth-child(even) .media-figure {
  margin-right: calc(50% - 50vw);
  margin-left: 0;
}

  .media-item {
    width: 80%;
    padding: 0 0 0 32px;
  }
 .section-media-text .media-list .media-item:nth-child(2) {
    margin-left: auto;
  }

@media screen and (min-width: 768px) {
  .media-item {
    width: 50%;
    padding: 0 0 0 32px;
  }
}

@media screen and (min-width: 768px) {
  .media-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0;
  }
}


/* ==============================

section-card-grid

============================== */
.section-card-grid {
  position: relative;
}

.card-grid-inner {
  position: relative;
}

.section-card-grid .bg-sub {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75%;
  height: 100%;
  background: var(--lightblue);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .cntBlock.section-card-grid {
    padding: 96px 0 0;
  }
}

/* ==============================
section-card-grid（テンプレ用）
- カード番号: CSSカウンターで自動生成
- 段差: nth-childで自動（必要なければ消せる）
============================== */

.section-card-grid .card-grid {
  counter-reset: card;
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .section-card-grid .card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
    padding-top: 56px;
  }
}

/* 1カード */
.section-card-grid .card-grid__item {
  counter-increment: card;
  position: relative;
  max-width: 640px;
  margin: 0 auto 32px;
}

@media screen and (min-width: 768px) {
  .section-card-grid .card-grid__item {
    margin: 0;
  }
}

.section-card-grid .card-grid {
  counter-reset: card;
}

.section-card-grid .card-grid__item {
  counter-increment: card;
}

/* 横並び */
.card-index {
  display: inline-flex;
  align-items: baseline;
}

/* Point */
.card-index::before {
  content: "Reason";
  font-size: 14px;
  font-weight: 600;
  margin-right: 4px;
  color: var(--skyblue);
}

/* 01 */
.card-index::after {
  content: counter(card, decimal-leading-zero);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: var(--skyblue);
}

/* 画像枠 */
.section-card-grid .card-media {
  width: 100%;
  overflow: hidden;
}

.section-card-grid .card-media img {
  display: block;
  width: 100%;
  height: auto;
}

/* テキスト */
.card-title {
  color: var(--skyblue);
  margin-bottom: 1rem;
}

.section-card-grid .card-text {
  margin: 8px 0 0 0;
  font-weight: 600;
  line-height: 1.5;
}

/* 2つめ/3つめを下げる */
@media screen and (min-width: 768px) {
  .section-card-grid .card-grid__item:nth-child(2) {
    margin-top: 56px;
  }

  .section-card-grid .card-grid__item:nth-child(3) {
    margin-top: 112px;
  }
}


/* ==============================
section-quote-grid
コメント・レビュー・声のグリッド
============================== */

.section-quote-grid {
  padding: 96px 0;
  background: var(--lightblue);
}

.section-quote-grid .quote-grid {
  max-width: 1000px;
  margin: 56px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0 20px;
}

.section-quote-grid .quote-card {
  background: #fff;
  padding: 16px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
}

.section-quote-grid .quote-card p {
  margin: 0 0 12px;
}

.section-quote-grid .quote-card img {
  display: block;
  margin-left: auto;
  width: 65px;
}

.section-quote-grid .h2_title .h2_en {
  color: var(--white);
}

/* SP */
@media screen and (max-width: 768px) {
  .section-quote-grid .quote-grid {
    grid-template-columns: 1fr;
  }
}

/* ==============================
section-cta-media
画像＋テキスト＋CTAの訴求ブロック
============================== */

.section-cta-media .cta-media {
  width: 100%;
  position: relative;
}

.section-cta-media .cta-media__wrap {
  position: relative;
}

.section-cta-media .cta-media__inner {
  padding: 48px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
.section-cta-media .cta-media__inner {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 96px 0;
    margin-top: 72px;
}
}

.section-cta-media .cta-media__figure {
  max-width: 540px;
}

.section-cta-media .cta-media__body {
  text-align: center;
  margin-top: 40px;
}

.section-cta-media .cta-media__body p {
    text-align: left;
    color: var(--brown);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 26px 0;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .section-cta-media .cta-media__body {
    padding: 0;
    width: 80%;
  }

  .section-cta-media .cta-media__body p {
    font-size: 24px;
  }
}

/* ==============================
CTAボタン群
============================== */

/* 共通 */
.section-cta-media .cta-actions {
    gap: 16px;
    justify-content: center;
    display: flex;
    flex-direction: column-reverse;
}

/* PC：3つ横並び */
@media screen and (min-width: 768px) {
.section-cta-media .cta-actions {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row-reverse;
}
}

.section-cta-media .cta-action {
  border-radius: 6px;
  text-align: center;
}

.section-cta-media .cta-action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  line-height: 1;
}

/* CTA色（modifier） */
.section-cta-media .cta-action--mail a {
  background: var(--skyblue);
}

.section-cta-media .cta-action--line a {
  background: var(--line-green);
}

.section-cta-media .cta-action--instagram a {
  background: var(--instagram-pink);
}

/* ==============================
CTA アイコン（擬似要素・横並び）
============================== */

.section-cta-media .cta-action a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* アイコン差し替えだけ個別 */
.section-cta-media .cta-action--mail a::before {
  background-image: url(../img/footer/mail.webp);
}

.section-cta-media .cta-action--line a::before {
  background-image: url(../img/footer/line.webp);
}

.section-cta-media .cta-action--instagram a::before {
  background-image: url(../img/footer/Instagram_icon.webp);
}

@media screen and (min-width: 768px) {
  .section-cta-media .cta-action a::before {
    width: 20px;
    height: 20px;
  }
}


/* ==============================

section-media-stack

============================== */
.section-media-stack {
  position: relative;
}

.media-stack {
  position: relative;
}

.media-title {
  font-size: 22px;
  line-height: 1.5;
  padding: 0;
}

.media-stack__list {
  max-width: 100%;
}

.media-body p {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (min-width: 768px) {
  .media-stack__list {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.media-row {
  padding-top: 56px;
}

@media screen and (min-width: 768px) {
  .media-row {
    display: flex;
  }

  .media-row:nth-child(even) {
    flex-direction: row-reverse;
  }

  .section-media-stack .media-stack__list>.media-row:nth-child(even) .media-figure {
    margin-right: 0;
  }

  .section-media-stack .media-stack__list>.media-row:nth-child(odd) .media-figure {
    margin-left: 0;
    margin-right: 0;
  }

  .media-row {
    padding-top: 80px;
  }
}

@media screen and (min-width: 980px) {
  .media-row {
    justify-content: space-between;
  }
}

.media-figure:nth-child(odd) {
  align-self: flex-start;
  margin-right: 20px;
  margin-left: -20px;
}

.media-figure:nth-child(even) {
  align-self: flex-end;
  margin-left: 20px;
  margin-right: -20px;
}

@media screen and (min-width: 768px) {
  .media-figure {
    width: 900px;
  }
}

@media screen and (min-width: 980px) {
  .media-figure {
    width: 600px;
  }
}

@media screen and (min-width: 768px) {
  .media-body {
    width: 540px;
    background: none;
    margin: auto;
    padding: 0;
  }
}

.section-media-stack .media-body .media-title {
  line-height: 1;
  margin: 0;
  padding: 24px 0 0;
  display: inline-block;
  color: var(--skyblue);
  font-size: 24px;
}

@media screen and (min-width: 980px) {
  .section-media-stack .media-body .media-title {
    padding: 0;
  }
}

.section-media-stack .media-body .media-title .sub_up {
  font-size: 12px;
  letter-spacing: 0.18rem;
}

@media screen and (min-width: 768px) {
  .media-figure {
    width: 900px;
  }
}

@media screen and (min-width: 980px) {
  .media-figure {
    width: 600px;
  }
}


/* ==============================
section-accordion（FAQ/アコーディオン）
============================== */

.section-accordion .accordion-list {
  max-width: 640px;
  margin: 40px auto 0;
}

.section-accordion .inner {
    padding-bottom: 0;
}

.section-accordion .accordion {
  position: relative;
  overflow: hidden;
  max-width: 640px;
  margin: 0 auto 32px;
  padding: 0 8px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .section-accordion .accordion {
    padding: 0;
  }

  .section-accordion .inner {
    margin: 0 auto;
  }
}

.section-accordion .accordion_input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.section-accordion .accordion_label {
  position: relative;
  display: block;
  margin-bottom: 1px;
  padding: 0.6em 3.8em 0.8em 3.8em;
  font-weight: 600;
  cursor: pointer;
  background: var(--skyblue);
}

.section-accordion .accordion_label::before {
  position: absolute;
  content: "Q";
  top: 0.6em;
  left: 1em;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  color: var(--orange);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 0px 0px #ECF4FC;
  z-index: 3;
}

.section-accordion .accordion_body {
  overflow: hidden;
  max-height: 0;
  color: #131313;
  transition: max-height 0.35s;
}

/* 開いたとき */
.section-accordion .accordion_input:checked~.accordion_body {
  max-height: 22em;
}

.section-accordion .accordion_bodyInner {
  position: relative;
  padding: 0.6em 3.8em 0.8em;
}

.section-accordion .accordion_bodyInner::before {
  position: absolute;
  content: "A";
  top: 0.6em;
  left: 1em;
  width: 1.8em;
  height: 1.8em;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  color: var(--orange);
  background-color: #fff;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.section-accordion .accordion_bodyInner p {
  margin: 0 0 1em;
}

.section-accordion .accordion_bodyInner p:last-child {
  margin-bottom: 0;
}

/* + アイコン */
.section-accordion .accordion_label::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 2.5em;
  text-align: center;
  margin-top: -1em;
  transition: transform 0.3s ease;
  content: "+";
  font-size: 2.4rem;
  font-weight: 700;
}

.section-accordion .accordion_input[type=checkbox]:checked+label::after {
  transform: rotate(135deg);
}

/* もっと見るボタン（id依存をやめる） */
.section-accordion .accordion-more {
  display: block;
  margin: 32px auto 0;
  padding: 12px 32px;
  background: var(--orange);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  transition: .4s;
}

.section-accordion .accordion-more:hover {
  opacity: .7;
}


/* ==============================

NEWS

============================== */
.section-news .inner {
  padding: 0;
}
.social-link {
    text-align: center;
    margin-top: 32px;
}
.section-news .h2_en {
    color: #fff;
}

/* SNSリンク（テンプレ用） */
.social-link__button{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

/* アイコン枠 */
.social-link__icon{
  width: 20px;
  height: 20px;
  background: no-repeat center / contain;
}

/* 種類ごとの見た目（色名をクラスに入れない） */
.social-link__button[data-social="instagram"]{
  background: var(--orange);
}
.social-link__button[data-social="line"]{
  background:var(--line-green);
}
.social-link__button[data-social="mail"]{
  background: var(--skyblue);
}

/* 種類ごとのアイコン */
.social-link__button[data-social="instagram"] .social-link__icon{
  background-image: url(../img/footer/Instagram_icon.webp);
}

@media screen and (min-width: 768px) {
  .sp_br {
    display: none;
  }
}

/* ==============================

Slider

============================== */
.section-photo {
    position: relative;
    padding: 0;
}

.slide {
  margin: 0 0 4px 0;
}

.mood__swiper {
  max-width: 720px;
  margin: 0 auto;
}

.swiper-thumb .swiper-slide {
  padding: 0 4px;
  width: 88px;
}

@media screen and (min-width: 768px) {
  .swiper-thumb .swiper-slide {
    width: 140px;
  }
}

/* ==============================

contact

============================== */
#contact {
  position: relative;
  border-bottom: var(--skyblue) 2px solid;
}

/* ==============================

section-accordion

============================== */
.accordion {
  position: relative;
  overflow: hidden;
  max-width: 640px;
  margin: 0 auto 32px;
  padding: 0 8px;
  color: #fff;
}

.accordion:nth-child(1) .accordion_body {
  overflow: hidden;
  max-height: 22em;
  transition: max-height 0.35s;
  background: var(--lightblue);
}

.accordion:nth-child(1) .accordion_input:checked~.accordion_body {
  max-height: 0em;
}

.accordion:nth-child(1) .accordion_input[type=checkbox]+label::after {
  content: "+";
  font-size: 2.4rem;
  font-weight: 700;
  transform: rotate(135deg);
}

.accordion:nth-child(1) .accordion_input[type=checkbox]:checked+label::after {
  transform: rotate(0deg);
}

.accordion:last-child {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .accordion {
    padding: 0;
  }
}

.accordion_input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.accordion_body {
  overflow: hidden;
  max-height: 0;
  color: #131313;
  transition: max-height 0.35s;
  background: var(--lightblue);
}

/* :checked */
.accordion_input:checked~.accordion_body {
  max-height: 22em;
}

.accordion_bodyInner {
  position: relative;
  padding: 0.6em 3.8em 0.8em;
}

.accordion_bodyInner p {
  margin: 0 0 1em;
}

.accordion_bodyInner p:last-child {
  margin-bottom: 0;
}

/* Icon */
.accordion_label::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 2.5em;
  text-align: center;
  margin-top: -1em;
  transition: transform 0.3s ease;
}

.accordion_input[type=checkbox]+label::after {
  content: "+";
  font-size: 2.4rem;
  font-weight: 700;
}

.accordion_input[type=checkbox]:checked+label::after {
  transform: rotate(135deg);
}


/* ==============================

info

============================== */
#info {
  background-image: url(../img/info/message.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  #info {
    background-position: center;
  }
}

.infoContainer {
  max-width: 860px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .infoContainer {
    margin-bottom: 0px;
  }
}

.info_dl {
  margin: 0;
  padding: 1em;
  border-top: 1px solid #BCBCBC;
}

.info_dl:first-child {
  border-top: none;
}

@media screen and (min-width: 768px) {
  .info_dl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 1em;
    border-top: none;
  }

  .info_dl:last-child {
    border-bottom: none;
  }
}

.info_dt {
  margin: 0;
  font-weight: 600;
  color: #333;
}

@media screen and (min-width: 768px) {
  .info_dt {
    width: 19%;
    padding: 1em 0;
    border-bottom: 1px solid #BCBCBC;
  }
}

.info_dd {
  margin: 0;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .info_dd {
    width: 84%;
    margin-left: 10px;
    padding: 1em 0;
    border-bottom: 1px solid #BCBCBC;
  }
}

/* ==============================

map

============================== */

.section-map iframe {
  width: 100%;
  height: 600px;
}

.section-map .h2_en {
    color: #fff;
}

.section-map h3 {
  margin-left: 40px;
}

.g-map {
  margin-top: 64px;
  font-size: 0;
}

.g-map h3 {
  margin-top: 64px;
  font-size: 20px;
}

/* ==============================

Footer

============================== */
.footer {
  position: relative;
  padding: 64px 0 60px 0;
  font-size: 16px;
  font-weight: 600;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 20px;
    text-align: center;
  }
}

.footer ol {
  margin: 0 auto;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .footer ol {
    margin: 0 auto;
    text-align: left;
    display: inline-block;
  }
}

.footer ol li {
  line-height: 2;
}

.footer ol li a {
  color: var(--white);
}

.footer .footer_logo {
  width: 240px;
  margin: 48px auto;
}

.footer .info_name {
  color: var(--white);
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

.footer_page_top {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  right: 0;
  bottom: 72px;
  width: 40px;
  height: 40px;
  font-size: 10px;
  color: #fff;
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .footer_page_top {
    bottom: 0px;
  }
}

#fix_nav {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
}

#fix_nav.active {
  position: relative;
}

@media screen and (min-width: 768px) {
  #fix_nav {
    width: 120px;
    bottom: 30%;
    right: 0;
  }
}

#fix_nav #top_back {
  position: absolute;
  right: 0;
}

#fix_nav #top_back #btn {
  width: 59px;
  margin: 10px;
}

#fix_nav #nav_wrap {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #fix_nav #nav_wrap {
    position: relative;
    width: 120px;
  }
}

#fix_nav #nav_wrap ul {
  display: grid;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #fix_nav #nav_wrap ul {
    grid-template-columns: 120px;
  }
}

#fix_nav #nav_wrap ul li {
  border: solid 1px white;
  padding: 15px 16px 13px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

#fix_nav #nav_wrap ul li:first-child {
  background: var(--skyblue);
}

#fix_nav #nav_wrap ul li:nth-child(2) {
  background: var(--line-green);
}

#fix_nav #nav_wrap ul li:nth-child(3) {
  background: var(--instagram-pink);
}

#fix_nav #nav_wrap ul li a {
  text-decoration: none;
  color: #fff;
}

#fix_nav #nav_wrap ul li .footer__icon {
  width: 2rem;
  margin: -2px 0 -23px -1.6rem;
}

#fix_nav #nav_wrap ul li .footer_text {
  font-size: 11px;
  line-height: 1.27;
  margin: 0 -13px 0 8px;
  font-weight: bold;
}

#fix_nav #nav_wrap ul li img {
  width: 100%;
}

#fix_nav #nav_wrap ul li small {
  color: #333;
  font-size: 10px;
  display: block;
  text-align: center;
}

/* ==============================

Animation

============================== */
.js-fade-in {
  opacity: 0;
}

.is-active {
  animation: js-fade-in 1s ease forwards;
}

@keyframes js-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.u-blur-in {
  transform: translateY(10px);
  filter: blur(30px);
}

.u-blur-in.is-active {
  transition: 0.6s ease-in;
  filter: blur(0);
  transform: translateY(0);
}

.u-fade-in {
  opacity: 0;
}

.u-fade-in.is-active {
  animation: fadeIn 0.6s ease-in forwards;
}

.u-fade-in-right {
  opacity: 0;
}

.u-fade-in-right.is-active {
  animation: fade_in_right 0.6s ease-in forwards;
}

.u-fade-in-left {
  opacity: 0;
}

.u-fade-in-left.is-active {
  animation: fade_in_left 0.6s ease-in forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade_in_right {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade_in_left {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* text */
.u-underline {
  position: relative;
  display: inline-block;
  padding: 0 0.2em;
}

.u-underline::before {
  position: absolute;
  top: auto;
  left: 0;
  content: "";
  z-index: -1;
  bottom: 0.2em;
  height: 0.6em;
  background: var(--beige);
  opacity: 0.6;
}

.u-underline.is-active {
  animation: js-fade-in 0s ease forwards;
}

.u-underline.is-active::before {
  animation: under_line 0.6s 1s ease forwards;
}

@keyframes under_line {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

/* img */
.u-slide_in {
  position: relative;
}

.u-slide_in::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  transform: scaleX(1);
  transform-origin: 100% 0;
  height: 100%;
  background-color: #ECF4FC;
}

.u-slide_in.is-active::after {
  transition: 0.6s;
  transform: scaleX(0);
}

.u-slide_in_left {
  position: relative;
}

.u-slide_in_left::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  transform: scaleX(1);
  transform-origin: 0% 0;
  height: 100%;
  background-color: #ECF4FC;
}

.u-slide_in_left.is-active::after {
  transition: 0.6s;
  transform: scaleX(0);
}

/* fade up */
.u-fade_up {
  transform: translateY(50px);
  opacity: 0;
}

.u-fade_up.is-active {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

/* .is-active .u-fade_up {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
} */

.is-active .u-fade_up:nth-child(2) {
  transition-delay: 0.4s;
}

.is-active .u-fade_up:nth-child(3) {
  transition-delay: 0.8s;
}

.is-active .u-fade_up:nth-child(4) {
  transition-delay: 1.2s;
}

.is-active .u-fade_up:nth-child(5) {
  transition-delay: 1.6s;
}

.is-active .u-fade_up:nth-child(6) {
  transition-delay: 2s;
}

/* 個別に遅延 */
.is-active.-delay01 {
  transition-delay: 0.1s;
}

.is-active.-delay02 {
  transition-delay: 0.2s;
}

.is-active.-delay03 {
  transition-delay: 0.3s;
}

.is-active.-delay04 {
  transition-delay: 0.4s;
}

.is-active.-delay05 {
  transition-delay: 0.5s;
}

/*# sourceMappingURL=style.css.map */