@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 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 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;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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: #000;
  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;
}

/* ----- TOPローディング ----- */
#loader-bg {
  background: #fff;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader {
  position: absolute;
  width: 80px;
  display: flex;
  justify-content: space-between;
}

.loader-circle {
  width: 20px;
  height: 20px;
  background-color: #999;
  border-radius: 50%;
  animation: loading 1s infinite;
}

.loader-circle:nth-child(2) {
  animation-delay: 0.1s;
}

.loader-circle:nth-child(3) {
  animation-delay: 0.2s;
}

@keyframes loading {
  0% {
    transform: scale(0.1);
    opacity: 0.4;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* ==============================

Module

============================== */
.spOnly {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

.pcOnly {
  display: none;
}

@media screen and (min-width: 768px) {
  .pcOnly {
    display: inline-block;
  }
}

.cntBlock {
  padding: 72px 0 72px;
}

.cntBlock.-bgColor01 {
  background: #FCF8C5;
}

.cntBlock.-bgColor02 {
  background: #BBDEFB;
}

.cntBlock.-bgColor03 {
  background-color: rgba(255, 255, 255, 0.05);
}

@media screen and (min-width: 768px) {
  .cntBlock {
    padding: 96px 0;
  }
}

/* common */
.deco_bgColor {
  background: #E9F3EE;
}

.nav_bgColor {
  background: #1E3A5F;
}

/* ==============================
h2
============================== */
section:nth-child(even) .h2_title {
  text-align: left;
}

section:nth-child(odd) .h2_title {
  text-align: right;
}

.h2_title {
    white-space: nowrap;
    margin-bottom: 48px;
}

.h2_title .h2_en {
  display: block;
  padding: 0 16px;
  color: rgba(30, 58, 95, 0.5);
  font-size: 64px;
  line-height: 1;
  font-weight: 300;
  margin: 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .h2_title .h2_en {
    font-size: 90px;
  }
}

.h2_title .h2_ja {
  font-size: 24px;
  padding: 0 16px;
  line-height: 1;
  position: relative;
  color: #1E3A5F;
  margin: 18px 0 0;
}
@media screen and (min-width: 768px) {
    .h2_title .h2_ja {
  font-size: 32px;
  margin: 18px 0 64px 0;
  }
}

.lead {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.lead p {
  margin: 0;
}

.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) {
  section:nth-child(even) .h2_title {
    text-align: center;
  }

  section:nth-child(odd) .h2_title {
    text-align: center;
  }

  .h2_title .h2_en {
    margin: 0 auto;
    text-align: center;
  }

  .lead {
    margin-bottom: 60px;
    text-align: center;
    margin: 0;
  }

  .lead p {
    margin-bottom: 60px;
    text-align: left;
  }
}

/* ==============================

Block

============================== */
.wrapper {
  overflow: hidden;
}

.inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 4.2666666667vw;
}

@media screen and (min-width: 768px) {
  .inner {
    max-width: 1260px;
    padding: 0 30px;
  }
}

@media screen and (min-width: 1200px) {
  .inner {
    max-width: 1200px;
    padding: 0;
  }
}

/* ==============================

Header

============================== */
.header {
  position: fixed;
  width: 100%;
  background-color: #1E3A5F;
  z-index: 10;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.18);
}

.headerContainer {
  padding: 12px 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: 175px;
  margin: 0;
  z-index: 2;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .headerLogo {
    width: 350px;
  }
}

.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);
    background: #fff;
}

@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: #fff;
    font-weight: 600;
    border-bottom: 1px solid rgba(239, 233, 144, 0.2);
    color: #1E3A5F;
}
@media screen and (min-width: 768px) {
.headerNav_item a {
    color: #fff;
}
}

.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 #1E3A5F;
  border-right: 2px solid #1E3A5F;
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .headerNav_item a:hover: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: 14px;
  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: #fff;
  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: #fff;
  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: #fff;
  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-image: url(../img/hero/hero_img_01_sp.webp);
}

@media screen and (min-width: 768px) {
  .hero_slider_item.-slide01 {
    background-size: cover;
    background-image: 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: 1080px;
  }
}

@media screen and (min-width: 768px) {
  .br-on {
    display: none;
  }
}

.hero_title {
    color: #333;
    font-size: 26px;
    paint-order: stroke;
    margin: 470px 0 0 16px;
    letter-spacing: 0.15rem;
    text-shadow: 0 1px 3px rgb(250, 250, 250);
    transform: translateZ(0);
    line-height: 1.5em;
}

@media screen and (min-width: 768px) {
  .hero_title {
    font-size: 53px;
    margin: 0;
    text-shadow: 0 3px 5px rgb(250, 250, 250);
  }
}

.hero_title .h1_sub {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .hero_title .h1_sub {
    font-size: 32px;
  }
}

.hero_sub {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
.hero_sub {
  font-size: 45px;
}
}

@media screen and (min-width: 768px) {
  .sp_br {
    display: none;
  }
}

/* ==============================

menu

============================== */
#menu {
  position: relative;
  z-index: 1;
  color: #fff;
}

#menu .menu_block {
    width: fit-content;
    margin: 0 auto;
    padding: 64px 0;
    font-size: 14px;
}

#menu .menu_block h2 {
  position: relative;
  font-size: 17px;
  line-height: 1;
  margin: 0px 0 24px;
}

#menu .menu_block h2::before {
  content: "";
  width: 20px;
  height: 18px;
  background-image: url(../img/menu_icon.webp);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: -24px;
  z-index: 9;
}

#menu .menu_block .ol_menu {
  line-height: 1;
  font-weight: 600;
}

#menu .menu_block .ol_menu li {
  margin-bottom: 16px;
  position: relative;
  margin-left: 4px;
  color: #fff;
}

#menu .menu_block .ol_menu li::before {
  content: "1";
  position: absolute;
  left: -24px;
}

#menu .menu_block .ol_menu li:nth-child(2)::before {
  content: "2";
}

#menu .menu_block .ol_menu li:nth-child(3)::before {
  content: "3";
}

#menu .menu_block .ol_menu li:nth-child(4)::before {
  content: "4";
}

#menu .menu_block .ol_menu li:nth-child(5)::before {
  content: "5";
}

#menu .menu_block .ol_menu li:nth-child(6)::before {
  content: "6";
}

#menu .menu_block .ol_menu li:nth-child(7)::before {
  content: "7";
}

#menu .menu_block .ol_menu li:nth-child(8)::before {
  content: "8";
}

#menu .menu_block .ol_menu li:nth-child(9)::before {
  content: "9";
}

#menu .menu_block .ol_menu li:nth-child(10)::before {
  content: "10";
}

#menu .menu_block .ol_menu li:nth-child(11) {
  margin-bottom: 0;
}

#menu .menu_block .ol_menu li:nth-child(11)::before {
  content: "11";
}

#menu .menu_block .ol_menu li a {
  color: #fff;
  text-decoration: none;
}

/* ==============================

service

============================== */
#service {
  position: relative;
}

#service .heading {
  margin-top: 24px;
}

#service.cntBlock {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  #service .heading {
    margin: 0;
  }
}

#service .heading .heading_en {
  margin: 0;
  line-height: 0.8;
}

@media screen and (min-width: 768px) {
  #service .heading .heading_ja {
    margin-bottom: 88px;
    text-align: center;
  }
}

.service_inner{
  position: relative;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
.service_inner {
  position: relative;
  padding: 80px 0;
}
}

@media screen and (min-width: 768px) {
  .service_back {
    height: 610px;
    width: 1004px;
    bottom: 52px;
  }
}

.service_items {
    margin: 48px auto 32px;
    width: 95.34%;
}

@media screen and (min-width: 768px) {
  .service_items {
    width: 100%;
  }

  .service_items.-col3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.service_item {
  margin: 0 auto 32px;
  max-width: 640px;
}
@media screen and (min-width: 768px) {
.service_item {
  margin: 0 auto;
  max-width: 640px;
}
}

.service_item:first-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .service_item:first-child {
    width: 372px;
    padding: 0 4px 0 0;
  }
}

.service_item:nth-child(2) {
  padding: 48px 0 0;
}

@media screen and (min-width: 768px) {
  .service_item:nth-child(2) {
    padding: 69px 0 0;
    width: 372px;
  }
}

.service_item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .service_item:last-child {
    padding: 138px 0px 0 4px;
    width: 372px;
  }
}

@media screen and (min-width: 768px) {
  .service_item {
    margin: 0;
  }
}

.service_item_heading {
  font-size: 18px;
  font-weight: 600;
  color: #1E3A5F;
  margin: 0 0 24px 0;
  line-height: 0.8;
}

.service_item_heading span {
  font-size: 56px;
}

@media screen and (min-width: 768px) {
  .service_item_heading {
    font-size: 2.4rem;
  }
}

.service_itemBody {
  font-size: 16px;
  font-weight: 600;
}

.service_itemBody h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.032em;
  color: #1E3A5F;
  margin: 16px 0;
}

@media screen and (min-width: 768px) {
  .service_itemBody h4 {
    font-size: 18px;
  }
}

.service_block {
  position: relative;
  padding: 48px 0 48px;
}

@media screen and (min-width: 768px) {
  .service_block {
    padding: 80px 0 80px;
  }
}

.service_block .inner {
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  .service_block .inner {
    max-width: 1200px;
  }
}

.service_back {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 243px;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .service_back {
    width: 66.5%;
    top: 0;
  }
}

.service_back02 {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  background-color: #EBB55B;
  width: 243px;
  height: 100%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .service_back02 {
    width: 816px;
    height: 100%;
    bottom: 0;
  }
}

@media screen and (min-width: 980px) {
  .service_back02 {
    width: 66.5%;
    height: 100%;
    bottom: 0;
  }
}

.service_items {
  max-width: 768px;
}

@media screen and (min-width: 768px) {
  .service_items {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.service_item:nth-child(2) .service-block {
  flex-direction: row-reverse;
  padding: 0 0px 0 16px;
}

@media screen and (min-width: 768px) {
  .service_item:nth-child(2) .service-block {
    padding: 0 0 0 0;
    margin-top: 128px;
  }
}

.service_item:nth-child(2) .service-block .sub_under {
  font-size: 30px;
}

.service_item:nth-child(2) .service-Corse {
  padding: 0 24px;
}

@media screen and (min-width: 768px) {
  .service_item:nth-child(2) .service-Corse {
    padding: 0
  }
}

.service_item:nth-child(2) .service-Corse .esp-title {
  margin: 16px 0 0;
  font-size: 17px;
  color: #EFE990;
}

.service_item:nth-child(2) .service-Corse .corse-text p {
  font-size: 14px;
  margin-top: 8px;
  text-align: left;
  line-height: 1.5;
}

.service_item:nth-child(3) {
  padding-top: 16px;
}

@media screen and (min-width: 768px) {
  .service_item:nth-child(3) {
    padding-top: 136px;
  }
}

.service_item:nth-child(3) .service-block .sub_under {
  font-size: 30px;
}

.service_item:nth-child(3) .service-block .teacher-name {
  color: #1E3A5F;
  font-size: 20px;
  margin-top: 0;
}

.service_item:nth-child(3) .service-Corse ul {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .service_item:nth-child(3) .service-Corse ul {
    margin-top: 128px;
  }
}

.service_item:nth-child(3) .service-Corse li {
  max-width: 340px;
}

@media screen and (min-width: 768px) {
  .service_item:nth-child(3) .service-Corse li {
    margin-bottom: 0;
  }
}

.service_item:nth-child(3) .service-Corse li .esp-title {
  color: #EFE990;
  font-size: 20px;
  text-align: center;
  margin: 24px 0 16px;
  line-height: 1;
}

.service_item:nth-child(3) .service-Corse li .corse-text p {
  margin: 0;
  line-height: 1.5;
  text-align: left;
}

.service-block {
  padding-top: 40px;
}

.service-block:first-child {
  padding-top: 0;
  padding: 0 16px 0 0;
}

@media screen and (min-width: 768px) {
  .service-block:first-child {
    padding: 0 0 0 0;
  }
}

@media screen and (min-width: 768px) {
  .service-block {
    display: flex;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
}

@media screen and (min-width: 980px) {
  .service-block {
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .service_itemImage {
    width: 100%;
  }
}

.service_text {
  font-weight: 600;
  margin: auto 0;
  color: #333333;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .service_text {
    width: 410px;
    background: none;
    margin: auto;
  }
}

@media screen and (min-width: 980px) {
  .service_text {
    width: 410px;
    background: none;
    padding: 0;
  }
}

.service_text .service_item_heading {
  line-height: 1;
  margin: 0;
  padding: 24px 0 0;
  display: inline-block;
  color: #1E3A5F;
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .service_text .service_item_heading {
    padding: 0;
    font-size: 30px;
  }
}

.service_text .service_item_heading .sub_up {
  font-size: 12px;
  letter-spacing: 0.18rem;
}

.service_text .service_item_heading p {
  font-size: 18px;
  line-height: 1;
  margin: 16px 0;
}

.service_text .service_item_heading .sub_under {
  font-size: 17px;
}

@media screen and (min-width: 768px) {
  .service_text .service_item_heading .sub_under {
    font-size: 30px;
  }
}

.service_text .service_itemBody {
  font-weight: 600;
  color: #333333;
  margin: 0;
  text-align: left;
  display: inline-block;
}

.service_text .service_itemBody p {
  font-size: 18px;
  margin: 8px 0 0;
}

@media screen and (min-width: 768px) {
  .service_text .service_itemBody p {
    font-size: 24px;
  }
}

.service-Corse {
  margin: 40px auto 0;
  padding: 0 24px;
}

@media screen and (min-width: 768px) {
  .service-Corse {
    max-width: 1200px;
    margin: 128px auto 0;
    padding: 0 0;
  }
}

.service-Corse ul {
  margin: 24px auto 0;
}

@media screen and (min-width: 768px) {
  .service-Corse ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 16px;
  }
}

.service-Corse li {
  margin: 0 auto 56px;
}

@media screen and (min-width: 768px) {
  .service-Corse li {
    margin: 0 0 72px;
    max-width: 327px;
  }
}

@media screen and (min-width: 768px) {
  .service-Corse li:nth-child(3) {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 768px) {
  .service-Corse li:nth-child(7) {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 768px) {
  .service-Corse li:nth-child(8) {
    margin-bottom: 0px;
  }
}

.service-Corse li:nth-child(9) {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .service-Corse li:nth-child(9) {
    margin-bottom: 0px;
  }
}

.service-Corse li .service-h5 {
  font-size: 24px;
  text-align: center;
  margin: 0 auto 16px;
  line-height: 1;
  color: #1E3A5F;
}

.service-Corse li .corse-item {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .service-Corse li .corse-item {
    max-width: 340px;
  }
}

.service-Corse li .corse-text p {
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
  margin: 16px 0 0;
  font-weight: 600;
}


/* ==============================

feature

============================== */
#feature {
  position: relative;
  padding: 72px 0 0;
}

@media screen and (min-width: 768px) {
  #feature.cntBlock {
    position: relative;
    padding: 96px 0 0;
  }
}


#feature .heading {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  #feature .heading {
    margin: 0;
  }
}

#feature .heading .heading_en {
  margin: 0;
  line-height: 0.8;
}

@media screen and (min-width: 768px) {
  #feature .heading .heading_ja {
    margin-bottom: 88px;
    text-align: center;
  }
}

.feature_inner {
  position: relative;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
.feature_inner {
  position: relative;
  padding: 80px 0;
}
}

.feature_items {
  margin: 0 auto;
  width: 95.34%;
}

@media screen and (min-width: 768px) {
  .feature_items {
    width: 100%;
  }

  .feature_items.-col3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 1200px;
  }
}

.feature_item {
  margin: 48px auto 32px;
  max-width: 640px;
}

.feature_item:first-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .feature_item:first-child {
    width: 372px;
    padding: 0 4px 0 0;
  }
}

.feature_item:nth-child(2) {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .feature_item:nth-child(2) {
    padding: 69px 0 0;
    width: 372px;
  }
}

.feature_item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .feature_item:last-child {
    padding: 138px 0px 0 4px;
    width: 372px;
  }
}

@media screen and (min-width: 768px) {
  .feature_item {
    margin: 0;
  }
}

.feature_item_heading {
  font-size: 18px;
  font-weight: 600;
  color: #1E3A5F;
  margin: 0 0 24px 0;
  line-height: 0.8;
}

.feature_item_heading span {
  font-size: 56px;
}

@media screen and (min-width: 768px) {
  .feature_item_heading {
    font-size: 2.4rem;
  }
}

.feature_itemBody {
  font-size: 16px;
  font-weight: 600;
}

.feature_itemBody h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.032em;
  color: #1E3A5F;
  margin: 16px 0;
}

@media screen and (min-width: 768px) {
  .feature_itemBody h4 {
    font-size: 18px;
  }
}

  .feature_back {
    position: absolute;
    height: 100%;
    width: 66.5%;
    top: 0;
    left: 0;
  }


/* ==============================

success

============================== */
#success {
  position: relative;
}

#success .heading {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  #success .heading {
    margin: 0;
  }
}

#success .heading .heading_en {
  margin: 0;
  line-height: 0.8;
}

@media screen and (min-width: 768px) {
  #success .heading .heading_ja {
    margin-bottom: 88px;
    text-align: center;
  }
}

.success_inner {
  position: relative;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
.success_inner {
  position: relative;
  padding: 80px 0;
}
}
.success_items {
  margin: 0 auto;
  width: 95.34%;
}

@media screen and (min-width: 768px) {
  .success_items {
    width: 100%;
  }

  .success_items.-col3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 1200px;
  }
}

.success_item {
  margin: 48px auto 32px;
  max-width: 640px;
}

.success_item:first-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .success_item:first-child {
    width: 372px;
    padding: 0 4px 0 0;
  }
}

.success_item:nth-child(2) {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .success_item:nth-child(2) {
    padding: 69px 0 0;
    width: 372px;
  }
}

.success_item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .success_item:last-child {
    padding: 138px 0px 0 4px;
    width: 372px;
  }
}

@media screen and (min-width: 768px) {
  .success_item {
    margin: 0;
  }
}

.success_item_heading {
  font-size: 18px;
  font-weight: 600;
  color: #1E3A5F;
  margin: 0 0 24px 0;
  line-height: 0.8;
}

.success_item_heading span {
  font-size: 56px;
}

@media screen and (min-width: 768px) {
  .success_item_heading {
    font-size: 2.4rem;
  }
}

.success_itemBody {
  font-size: 16px;
  font-weight: 600;
}

.success_itemBody h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.032em;
  color: #1E3A5F;
  margin: 16px 0;
}

@media screen and (min-width: 768px) {
  .success_itemBody h4 {
    font-size: 18px;
  }
}

  .success_back {
    position: absolute;
    height: 100%;
    width: 66.5%;
    top: 0;
    right: 0;
  }
@media screen and (min-width: 768px) {
  .success_back {
    position: absolute;
    height: 100%;
    width: 66.5%;
    top: 0;
    right: 0;
  }
}

/* ==============================

PROFILE

============================== */
#profile .service_item_heading {
  font-size: 22px;
  line-height: 1.5;
  padding: 0;
}

#profile .profile-h4 {
  margin: 40px 0 0;
  font-weight: 300;
  color: #EFE990;
  font-size: 20px;
}

#profile .service_items {
  max-width: 768px;
}

@media screen and (min-width: 768px) {
  #profile .service_items {
    max-width: 1200px;
    margin: 0 auto;
  }
}

#profile .service-block {
  padding-top: 40px;
}

#profile .service-block:first-child {
  padding-top: 0;
  padding: 0 16px 0 0;
}

@media screen and (min-width: 768px) {
  #profile .service-block:first-child {
    padding: 0 0 0 0;
  }
}

@media screen and (min-width: 768px) {
  #profile .service-block {
    display: flex;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
}

@media screen and (min-width: 980px) {
  #profile .service-block {
    justify-content: space-between;
  }
}

#profile .service_text {
  font-weight: 600;
  margin: auto 0;
  color: #333333;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  #profile .service_text {
    width: 540px;
    background: none;
    margin: auto;
    padding: 0;
  }
}

#profile .service_text .service_item_heading {
  line-height: 1;
  margin: 0;
  padding: 24px 0 0;
  display: inline-block;
  color: #1E3A5F;
  font-size: 24px;
}

@media screen and (min-width: 980px) {
  #profile .service_text .service_item_heading {
    padding: 0;
  }
}

#profile .service_text .service_item_heading .sub_up {
  font-size: 12px;
  letter-spacing: 0.18rem;
}

#profile .service_text .service_itemBody {
  font-size: 16px !important;
  font-weight: 600;
  color: #333333;
  margin: 0;
  text-align: left;
  display: inline-block;
}

#profile .service_text .service_itemBody p {
  margin: 16px 0 0;
  font-size: 16px;
}

.profile-contents {
  padding-top: 64px;
}

.profile-contents .profile-ul {
  padding: 48px 16px 0;
}

@media screen and (min-width: 768px) {
  .profile-contents .profile-ul {
    padding: 128px 16px 0;
  }
}

@media screen and (min-width: 768px) {
  .profile-contents .profile-ul .profile-li {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 128px;
  }
}

@media screen and (min-width: 768px) {
  .profile-contents .profile-ul .profile-li:nth-child(2) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 0;
  }
}

.profile-contents .profile-ul .profile-li:nth-child(2) .profile-text {
  max-width: 600px;
  margin: 0 auto;
  padding: 32px 0 0px;
}

@media screen and (min-width: 768px) {
  .profile-contents .profile-ul .profile-li:nth-child(2) .profile-text {
    padding: 64px 0 0;
  }
}

.profile-contents .profile-ul .profile-li:nth-child(2) .profile-text .profile-p {
  padding-top: 16px;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  margin: 0 auto;
  max-width: 455px;
}

.profile-contents .profile-ul .profile-li .profile-photo {
  max-width: 536px;
}

.profile-contents .profile-ul .profile-li .profile-text {
  padding: 32px 0 48px;
  margin: 0 auto;
  max-width: 455px;
}

.profile-contents .profile-ul .profile-li .profile-text .profile-h3 {
  margin: 0;
  font-size: 20px;
  color: #1E3A5F;
}

@media screen and (min-width: 768px) {
  .profile-contents .profile-ul .profile-li .profile-text .profile-h3 {
    font-size: 24px;
  }
}

.profile-contents .profile-ul .profile-li .profile-text .profile-p {
  padding-top: 16px;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  margin: 0 auto;
}

/* ==============================

archive

============================== */
#reason .content-block {
  width: 100%;
  position: relative;
}

#reason .archive-wrap {
  position: relative;
}

#reason .archive-inner {
  padding: 48px 0;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #reason .archive-inner {
    display: flex;
    padding: 96px 0;
  }
}

#reason .archive-inner .archive-photo {
  max-width: 540px;
}

#reason .archive-inner .archive-text {
  padding: 0 16px;
  text-align: center;
  display: block;
  margin: auto;
}

#reason .archive-inner .archive-text p {
  text-align: left;
  color: #1E3A5F;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  #reason .archive-inner .archive-text p {
    margin-top: 0;
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  #reason .archive-inner .archive-text {
    padding: 0;
  }
}

#reason .background {
  position: absolute;
  width: 243px;
  bottom: 0;
  height: 100%;
  display: block;
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #reason .background {
    width: 66.6%;
  }
}

#reason .background02 {
  position: absolute;
  width: 243px;
  bottom: 0;
  height: 100%;
  display: block;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #reason .background02 {
    width: 66.6%;
  }
}

/* ==============================

problem

============================== */
#problem .content-block {
  width: 100%;
  position: relative;
}

#problem .archive-wrap {
  position: relative;
  padding: 0px;
  margin: 0 auto ;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #problem .archive-wrap {
  margin: 64px auto 0;
}
}

#problem .archive-inner {
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 720px;
}

#problem .archive-inner .archive-text {
    padding: 0 0 16px;
    text-align: left;
    display: inline-block;
}

@media screen and (min-width: 768px) {
  #problem .archive-inner .archive-text {
    padding: 48px 20px 0 0;
  }
}

#problem .archive-inner .archive-text li {
  padding: 0 0 0 32px;
  color: #1E3A5F;
  line-height: 2;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

#problem .archive-inner .archive-text li::before {
  display: block;
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  width: 21px;
  height: 17px;
  background-image: url(../img/problem/check.webp);
  background-size: cover;
  font-size: 16px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  #problem .archive-inner .archive-text li::before {
    position: absolute;
    width: 24px;
    height: 20px;
  }
}

@media screen and (min-width: 768px) {
  #problem .archive-inner .archive-text li {
    margin-top: 0;
    font-size: 20px;
  }
}

#problem .background {
  position: absolute;
  width: 243px;
  bottom: 0;
  height: 100%;
  display: block;
  right: 0;
  background-color: rgba(250, 244, 158, 0.6);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #problem .background {
    width: 66.6%;
  }
}

#problem .background02 {
  position: absolute;
  width: 243px;
  bottom: 0;
  height: 100%;
  display: block;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #problem .background02 {
    width: 66.6%;
  }
}

.arrow_blocks {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
.arrow_blocks {
  margin-top: 64px;
}
}

.arrow_blocks p {
  color: #1E3A5F;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}

.arrow_blocks .arrow_photo {
  width: 80px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .arrow_blocks .arrow_photo {
    width: 120px;
  }
}

/* ==============================

reviews

============================== */
.reviews_inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    box-sizing: border-box;
    margin: 0 20px;
}
@media screen and (min-width: 768px) {
.reviews_inner {
    max-width: 1000px;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
}
}

.reviews_card {
    background: #fff;
    padding: 16px;
    color: #1E3A5F;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
}
.reviews_card img {
    display: block;
    margin-left: auto;
    width: 65px;
}

.customer {
    margin-left: auto;
}
.reviews_card p {
    margin: 0;
}
/* ==============================

campaign

============================== */
#campaign .content-block {
  width: 100%;
  position: relative;
}

#campaign .archive-wrap {
  position: relative;
}

#campaign .archive-inner {
  padding: 48px 0;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #campaign .archive-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
    padding: 96px 0;
  }
}

#campaign .archive-inner .archive-text p {
  text-align: center;
  color: #1E3A5F;
  font-weight: 600;
  letter-spacing: 0.2rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  #campaign .archive-inner .archive-text p {
    font-size: 22px;
    text-align: left;
  }
}


@media screen and (min-width: 768px) {
  .archive-text {
    padding: 0 40px;
  }
}

#campaign .background {
  position: absolute;
  width: 243px;
  bottom: 0;
  height: 100%;
  display: block;
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #campaign .background {
    width: 66.6%;
  }
}

#campaign .background02 {
  position: absolute;
  width: 243px;
  top: 0;
  height: 100%;
  display: block;
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #campaign .background02 {
    width: 66.6%;
  }
}

.cta_btn p a {
  color: #fff;
  font-size: 13px;
  position: relative;
  border-radius: 5px;
  line-height: 4.2;
  display: block;
  text-align: center;
  padding-left: 20px;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .cta_btn p a {
    font-size: 16px;
  }
}

.cta_btn p a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 20px;
  position: absolute;
  left: 38px;
  top: 10px;
}
@media screen and (min-width: 768px) {
.cta_btn p a::before {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 20px;
    top: 16.5px;
}
}

.instagram_btn p a {
    background: #FFD600;
    background: linear-gradient(131deg, rgba(255, 214, 0, 1) 0%, rgba(255, 122, 0, 1) 8%, rgba(255, 38, 72, 1) 22%, rgba(255, 0, 105, 1) 39%, rgba(211, 0, 197, 1) 61%, rgba(118, 56, 250, 1) 100%);
    font-size: 14px;
    line-height: 3.7em;
}

.line_btn p a {
  background: #1AC755;
  font-size: 14px;
  line-height: 3.65;
}
.mail_btn p a {
  background: #1E3A5F;
  line-height: 3.8;
}
@media screen and (min-width: 768px) {
.mail_btn p a {
  background: #1E3A5F;
  line-height: 3.2;
}
}

.mail_btn p a::before {
    background: url(../img/campaign/mail_icon.webp)no-repeat center center / contain;
    top: 15px;
}
@media screen and (min-width: 768px) {
.mail_btn  p a::before {
    left: 20px;
    top: 17px;
}
}


.instagram_btn p a::before {
    background: url(../img/footer/Instagram_icon.webp)no-repeat center center / contain;
    left: 20px;
    top: 15px;
}
@media screen and (min-width: 768px) {
.instagram_btn p a::before {
    left: 8px;
    top: 17px;
}
}

.line_btn p a::before {
  background: url(../img/campaign/line_icon.webp)no-repeat center center / contain;
    left: 18px;
  top: 15px;
}
@media screen and (min-width: 768px) {
.line_btn p a::before {
    left: 7px;
    top: 17px;
}
}

.cta_price {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .cta_price {
  font-size: 28px;
}
}

span.cta_price_2 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  span.cta_price_2 {
  font-size: 48px;
}
}

.flex_cta {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .flex_cta {
  gap: 10px;
    flex-wrap: nowrap;
}
}

.cta_btn {
  width: 200px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .cta_btn {
    width: 33.33%;
  }
}

#campaign .archive-inner .archive-text p.apply_txt {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  #campaign .archive-inner .archive-text p.apply_txt {
  font-size: 18px;
  padding-left: 64px;
}
}

/* ==============================

NEWS

============================== */
#apps-NEWS-feed-1 .apps-NEWS-feed-posts-grid-load-more {
  background: #9d33b7;
}

#followMe {
  margin: 20px auto;
}

#followMe p {
  text-align: center;
  font-weight: 600;
}

#followMe a {
  width: 228px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  background-color: #2E8B57;
  color: #FFF;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1;
  position: relative;
}

#followMe a i {
  font-size: 2rem;
  margin-right: 0.3em;
}

#followMe a span {
  font-size: 1.2rem;
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .sp_br {
    display: none;
  }
}
.eapps-instagram-feed-header-container {
    display: none !important;
}

/* ==============================

Slider

============================== */
/* 
Slider sub
------------------------------ */
#slider {
  position: relative;
}

.slide {
  margin: 0 0 4px 0;
}

.mood__swiper {
  max-width: 720px;
  margin: 0 auto;
}

.swiper-thumb .swiper-slide {
  padding: 0 4px;
}

@media screen and (min-width: 768px) {
  .swiper-thumb .swiper-slide {
    width: 140px;
  }
}

/* ==============================

contact

============================== */
#contact {
    position: relative;
    border-bottom: #1E3A5F 2px solid;
}

/* ==============================

Q&A

============================== */
#qa h2 .heading_en {
  margin: 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  #qa h2 .heading_en {
    text-align: center;
  }
}

#qa h2 .heading_ja {
  text-align: left;
}

@media screen and (min-width: 768px) {
  #qa h2 .heading_ja {
    text-align: center;
  }
}

.lead_ttl {
  font-size: 24px;
  color: #275BA7;
  margin-bottom: 16px;
}

.accordionContainer {
  max-width: 640px;
  margin: 40px auto 0;
}

.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;
  border-radius: 0 0 8px 8px;
  transition: max-height 0.35s;
}

.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_label {
  position: relative;
  display: block;
  margin-bottom: 1px;
  padding: 0.6em 3.8em 0.8em 3.8em;
  font-weight: 600;
  cursor: pointer;
}

.accordion_label::before {
  position: absolute;
  content: "Q";
  top: 0.6em;
  left: 1em;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  color: #2E8B57;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 0px 0px #ECF4FC;
  z-index: 3;
}

.accordion_body {
  overflow: hidden;
  max-height: 0;
  color: #131313;
  transition: max-height 0.35s;
}

/* :checked */
.accordion_input:checked~.accordion_body {
  max-height: 22em;
}

.accordion_bodyInner {
  position: relative;
  padding: 0.6em 3.8em 0.8em;
}

.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: #2E8B57;
  background-color: #fff;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.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);
}

#toggleQuestions {
  display: block;
  margin: 32px auto 0;
  padding: 12px 32px;
  background-color: #81C79F;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  transition: .4s;
}
#toggleQuestions:hover {
    opacity: .7;
}


/* ==============================

info

============================== */
#info {
    background-image: url(../img/footer_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 96px;
}

@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: #333333;
}

@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;
  }
}

.googleMapContainer {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.googleMapContainer iframe {
  position: absolute;
  top: -150px;
  width: 100%;
  height: 600px;
}

@media screen and (min-width: 768px) {
  .googleMapContainer {
    height: 540px;
  }

  .googleMapContainer iframe {
    top: -150px;
    height: 840px;
  }
}

/* ==============================

Footer

============================== */
.g_map {
    font-size: 0;
}
.footer {
  position: relative;
  padding: 64px 0 60px 0;
  font-size: 16px;
  font-weight: 600;
  z-index: 10;
}

@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 {
    text-align: left;
    display: inline-block;
  }
}

.footer ol li {
  line-height: 2;
}

.footer ol li a {
  color: #fff;
}

.footer .footer_logo {
  width: 240px;
  margin: 48px auto;
}

.footer p {
  color: #FFFFFF;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
}

.footer .info_name {
  color: #fff;
  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: 70px;
  width: 40px;
  height: 40px;
  font-size: 10px;
  color: #fff;
  background-color: #1E3A5F;
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .footer_page_top {
    bottom: 0px;
  }
}

.footer_spFixButton {
  display: none;
  position: fixed;
  bottom: 0;
  width: calc(100% - 42px);
  height: 40px;
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.18);
}

.footer_spFixButton a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background-color: #EFE990;
}

#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: 1px solid #fff;
    padding: 0 10px 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1E3A5F;
    color: #fff;
    height: 70px;
}
@media screen and (min-width: 768px) {
#fix_nav #nav_wrap ul li {
    padding: 0 10px;
}
}

#fix_nav #nav_wrap ul li:nth-child(2) {
  background: #00B900;
}

#fix_nav #nav_wrap ul li:nth-child(3) {
    background: linear-gradient(131deg, rgba(255, 214, 0, 1) 0%, rgba(255, 122, 0, 1) 8%, rgba(255, 38, 72, 1) 22%, rgba(255, 0, 105, 1) 39%, rgba(211, 0, 197, 1) 61%, rgba(118, 56, 250, 1) 100%);
}

#fix_nav #nav_wrap ul li a {
    text-decoration: none;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 5fr;
    align-items: center;
    gap: 6px;
}

#fix_nav #nav_wrap ul li .footer__icon {
  width: 2rem;
}

#fix_nav #nav_wrap ul li .footer_text {
  font-size: 11px;
  line-height: 1.27;
  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;
}

.footer_spFixButton {
  display: none;
  position: fixed;
  bottom: 0;
  width: calc(100% - 42px);
  height: 40px;
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.18);
}

.footer_spFixButton a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background-color: #EBB55B;
}

.footer_icon {
  width: 1.9rem;
  margin: 0 0 0 0.4rem;
}

.footer_spFixButton {
  display: none;
  position: fixed;
  bottom: 0;
  width: calc(100% - 42px);
  height: 40px;
  z-index: 10;
}

.footer_spFixButton a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #333333;
}

/* ==============================

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;
  background-image: linear-gradient(to right, #EBB55B 100%, transparent 0%);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 0.5em;
  transition: background-size 0.8s ease-out;
  transition-delay: 0.5s;
}
.u-underline.is-active {
  animation: js-fade-in 0s ease forwards;
  background-size: 100% 0.4em;
}
.u-underline_2 {
position: relative;
  display: inline;
}
.u-underline_2::before {
    position: absolute;
    top: auto;
    left: 0;
    content: "";
    z-index: -1;
    bottom: 0;
    height: 0.6em;
    background-color: #EBB55B;
    opacity: 0.6;
}
.u-underline_2.is-active {
  animation: js-fade-in 0s ease forwards;
}
.u-underline_2.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 */