@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: #ffff;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif !important;;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    background-color: #000;
}

@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: 80px 0;
}

.cntBlock.-bgColor01 {
  background-color: rgba(71, 143, 208, 0.2);
}

.cntBlock.-bgColor02 {
  background-color: #BBDEFB;
}

.cntBlock.-bgColor03 {
  background-color: rgba(255, 255, 255, 0.05);
}

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

.heading {
  margin: 0;
  font-size: 90px;
  line-height: 1;
  position: relative;
}

@media screen and (min-width: 768px) {
  .heading {
    text-align: center;
  }
}

.heading_en {
  display: block;
  color: #772307;
  line-height: 1;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .heading_en {
    margin: 0 auto;
    text-align: center;
  }
}

.heading_left {
  text-align: left !important;
}

@media screen and (min-width: 768px) {
  .heading_left {
    text-align: center;
  }
}

.heading_ja {
    position: relative;
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    color: #CCB072;
    margin: 18px 0 64px 0;
}

.lead {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.lead p {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .lead p {
    margin-bottom: 60px;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .lead {
    margin-bottom: 60px;
    text-align: center;
    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;
}

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

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 sub
------------------------------ */
.header {
  position: fixed;
  width: 100%;
  background-color: #401304;
  z-index: 10;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.18);
}

.headerContainer {
  padding: 26px 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: 150px;
  margin: 0;
  z-index: 2;
  line-height: 1;
}

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

.headerLogo a {
    font-size: 20px;
    color: #fff;
}

.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;
    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;
  border-bottom: 1px solid rgba(71, 143, 208, 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 #fff;
  border-right: 2px solid #fff;
  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;
    color: #fff;
  }

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

  .headerNav_item a::after {
    position: absolute;
    right: 0;
    content: "|";
    color: #ffffff;
  }
}

.headerNav_button {
  display: block;
  position: absolute;
  right: 16px;
  top: 25px;
  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: #CCB072;
  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: #CCB072;
  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: #CCB072;
  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%;
    height: 80vh;
}

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

.hero_slider {
  padding-top: 70px;
}

.hero_slider_itme {
  width: 100%;
  height: 75.563vh;
  background-repeat: no-repeat;
  background-position: 57% 50%;
  background-size: cover;
}

.hero_slider_itme.-slide01 {
  background-image: url(../img/hero/heroslide01.webp);
}

.hero_slider_itme.-slide02 {
  background-image: url(../img/hero/heroslide02.webp);
  background-position: 43% 50%;
}

.hero_slider_itme.-slide03 {
  background-image: url(../img/hero/heroslide03.webp);
  background-position: 68% 50%;
}

.hiroContainer {
  position: absolute;
  top: 40vh;
  width: 100%;
}

.hero_title {
    margin: -200px 0 0 24px;
    color: #fff;
    text-shadow: 3px 3px 3px rgba(51, 51, 51, 1);
}

@media screen and (min-width: 768px) {
  .hero_title {
    font-size: 64px;
    padding-left: 48px;
    line-height: 1.5;
    text-shadow: 3px 3px 3px rgba(51, 51, 51, 1);
  }

 .hero_list {
    font-size: 26px;
    color: #fff;
    text-shadow: 3px 3px 3px rgba(51, 51, 51, 1);
    padding-left: 72px;
    line-height: 1.5;
}
}

.hero_title .title-red {
  color: #FF5252;
  font-size: 2.7rem;
  color: #FF5252;
  /* 文字色 */
  -webkit-text-stroke: 4px #FFFFFF;
  text-stroke: 4px #FFFFFF;
  paint-order: stroke;
}

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

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

About

============================== */
/*
About sub
------------------------------ */
#about {
  position: relative;
  z-index: 1;
}

#about .heading_en {
  margin: 0 0 0 37px;
}

@media screen and (min-width: 768px) {
  #about .heading_en {
    margin: 0;
  }
}

#about .heading_ja {
  margin-bottom: 64px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  #about .lead {
    text-align: center;
    display: block;
  }
}

#about .lead .about-p {
    text-align: center;
    display: inline-block;
    line-height: 2;
}

#about .about-name {
  text-align: right;
  margin-top: 16px;
}

.picSetContainer .circle {
    position: absolute;
    top: -23px;
    right: 38px;
    z-index: -2;
    border: solid 80px #CCB072;
    height: 1131.2px;
    width: 1131.2px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: .5;
}

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

.picSetBlock {
  margin: 3.139em 0 0;
}

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

.message-paper {
  max-width: 640px;
  margin: 40px auto;
}

.picSetBlock_image {
  margin-left: auto;
  margin-top: 40px;
  max-width: 260px;
}

.picSetBlock_image:nth-child(2) {
  margin-right: auto;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .picSetBlock_image:nth-child(2) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .picSetBlock_image {
    max-width: 380px;
    padding: 0 0 0 0px;
    margin-left: 0;
    margin-top: 40px;
  }
}

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

menu

============================== */
#menu {
    position: relative;
    z-index: 1;
    background-color: #401304;
    color: #ffffff;
}
#menu .menu_block {
    width: fit-content;
    margin: 0 auto;
    padding: 72px 0 62px 32px;
    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/menuicon.webp);
  background-size: contain;
  position: absolute;
  top: 0px;
  left: -24px;
  z-index: 9;
}

#menu .menu_block .olmenu {
  line-height: 1;
  font-weight: 600;
}

#menu .menu_block .olmenu li {
  margin-bottom: 16px;
  position: relative;
  margin-left: 4px;
}

#menu .menu_block .olmenu li::before {
  content: "1";
  position: absolute;
  left: -24px;
}

#menu .menu_block .olmenu li:nth-child(2)::before {
  content: "2";
}

#menu .menu_block .olmenu li:nth-child(3)::before {
  content: "3";
}

#menu .menu_block .olmenu li:nth-child(4)::before {
  content: "4";
}

#menu .menu_block .olmenu li:nth-child(5)::before {
  content: "5";
}

#menu .menu_block .olmenu li:nth-child(6)::before {
  content: "6";
}

#menu .menu_block .olmenu li:nth-child(7)::before {
  content: "7";
}

#menu .menu_block .olmenu li:nth-child(8)::before {
  content: "8";
}

#menu .menu_block .olmenu li:nth-child(9)::before {
  content: "9";
}

#menu .menu_block .olmenu li:nth-child(10)::before {
  content: "10";
}

#menu .menu_block .olmenu li:nth-child(11) {
  margin-bottom: 0;
}

#menu .menu_block .olmenu li:nth-child(11)::before {
  content: "11";
}

#menu .menu_block .olmenu li a {
  color: #ffffff;
  text-decoration: none;
}

#menu .menu_block .olmenu li a:hover {
    color: #CCB072;
}

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

service

============================== */
/* 
service sub
------------------------------ */
#service {
    padding: 72px 0;
}

@media screen and (min-width: 768px) {
  #service {
    padding-top: 80px;
  }
}

#service h2 {
  padding: 0 0 0 16px;
}

@media screen and (min-width: 768px) {
  #service h2 {
    text-align: center !important;
  }
}

#service .heading_en {
  margin: 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  #service .heading_en {
    text-align: center;
  }
}

#service .heading_ja {
    text-align: left;
    margin: 18px 0 0;
}

@media screen and (min-width: 768px) {
  #service .heading_ja {
    text-align: center;
    margin-bottom: 64px;
  }
}

.service_block {
  position: relative;
}

.service_block .inner {
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  .service_block .inner {
    max-width: 1200px;
  }
}

.service_back {
    position: absolute;
    right: 0;
    top: 84px;
    bottom: 0;
    background-color: #CCB072;
    opacity: .5;
    width: 243px;
    height: 4090px;
}

@media screen and (min-width: 768px) {
  .service_back {
    width: 66.5%;
    top: -56px;
    height: 650px;
}
}
.corse-text {
    color: #fff;
}

.service_items {
  max-width: 768px;
}

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

.service_item:nth-child(2) {
  margin-top: 0px;
  padding-bottom: 64px;
}

@media screen and (min-width: 768px) {
  .service_item:nth-child(2) {
    padding-bottom: 64px;
  }
}

.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) .sevice-Corse {
  padding: 0 24px;
}

@media screen and (min-width: 768px) {
  .service_item:nth-child(2) .sevice-Corse {
    padding: 0 0px;
  }
}

.service_item:nth-child(2) .sevice-Corse .esp-title {
  margin: 16px 0 0;
  font-size: 17px;
  color: #478FD0;
}

.service_item:nth-child(2) .sevice-Corse .corse-text p {
  font-size: 14px;
  margin-top: 8px;
  text-align: left;
  line-height: 1.5;
}

.service_item:nth-child(3) {
  padding-bottom: 64px;
  padding-top: 64px;
}

@media screen and (min-width: 768px) {
  .service_item:nth-child(3) {
    padding-bottom: 96px;
    padding-top: 96px;
  }
}

.service_item:nth-child(3) .service-block .sub_under {
  font-size: 30px;
}

.service_item:nth-child(3) .service-block .teacher-name {
  color: #478FD0;
  font-size: 20px;
  margin-top: 0;
}

.service_item:nth-child(3) .sevice-Corse ul {
  margin-top: 128px;
}

@media screen and (min-width: 768px) {
  .service_item:nth-child(3) .sevice-Corse ul {
    margin-top: 80px;
  }
}

.service_item:nth-child(3) .sevice-Corse li {
  max-width: 340px;
}

@media screen and (min-width: 768px) {
  .service_item:nth-child(3) .sevice-Corse li {
    margin-bottom: 0;
  }
}

.service_item:nth-child(3) .sevice-Corse li .esp-title {
  color: #478FD0;
  font-size: 20px;
  text-align: center;
  margin: 24px 0 16px;
  line-height: 1;
}

.service_item:nth-child(3) .sevice-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 {
    display: flex;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
}

@media screen and (min-width: 980px) {
  .service-block {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
  }
}

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

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

.service_text {
  font-weight: 600;
  margin: auto 0;
  color: #333333;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .service_text {
    width: 600px;
    background: none;
  }
}

@media screen and (min-width: 980px) {
  .service_text {
    width: 540px;
    background: none;
    padding: 0;
  }
}

.service_text .service_itemheading {
  line-height: 1;
  margin: 0;
  padding: 24px 0 0;
  display: inline-block;
  color: #478FD0;
}

@media screen and (min-width: 980px) {
  .service_text .service_itemheading {
    padding: 0;
  }
}

.service_text .service_itemheading .sub_up {
  font-size: 12px;
  letter-spacing: 0.18rem;
}

.service_text .service_itemheading p {
  font-size: 32px;
  line-height: 1;
  margin: 16px 0;
}

.service_text .service_itemheading .sub_under {
  font-size: 17px;
}

@media screen and (min-width: 768px) {
  .service_text .service_itemheading .sub_under {
    font-size: 30px;
  }
}

.service_text .service_itemBody {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 0;
  text-align: left;
  display: inline-block;
}

.service_text .service_itemBody p {
  margin-bottom: 0;
}

.sevice-Corse {
  margin: 40px auto 0;
  padding: 0 24px;
}

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

.sevice-Corse .corse-title {
  font-size: 20px;
  margin: 0;
  line-height: 1;
}

.sevice-Corse ul {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .sevice-Corse ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.sevice-Corse li {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .sevice-Corse li {
    margin-bottom: 0;
    width: calc(33.33% - 16px);
}
}

@media screen and (min-width: 768px) {
  .sevice-Corse li:nth-child(3) {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 768px) {
  .sevice-Corse li .corse-item {
    max-width: 340px;
  }
}

.sevice-Corse li .corse-text p {
  font-size: 16px;
  text-align: center;
  line-height: 1;
  margin: 16px 0 0;
  font-weight: 600;
}

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

feature

============================== */
#feature {
    position: relative;
    padding: 72px 0;
}

@media screen and (min-width: 768px) {
  #feature {
    padding: 128px 0 80px;
  }
}

#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 {
  padding: 0 16px;
}

.feature_back {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #CCB072;
    width: 243px;
    height: 85%;
    opacity: .5;
}

@media screen and (min-width: 768px) {
.feature_back {
    height: 610px;
    width: 1004px;
    bottom: 52px;
}
}

.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;
  }
}

.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 4px 0 4px;
    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_itemheading {
    font-size: 18px;
    font-weight: 600;
    color: #772307;
    margin: 0 0 24px 0;
    line-height: 0.8;
}

.feature_itemheading span {
  font-size: 56px;
}

@media screen and (min-width: 768px) {
  .feature_itemheading {
    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: #fff;
  margin: 16px 0;
}

@media screen and (min-width: 768px) {
  .feature_itemBody h4 {
    font-size: 18px;
  }
}

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

insta

============================== */
#insta h2 {
  padding: 0 0 0 16px;
}

@media screen and (min-width: 768px) {
  #insta h2 {
    text-align: center !important;
  }
}

#insta .heading_en {
  margin: 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  #insta .heading_en {
    text-align: center;
  }
}

#insta .heading_ja {
  text-align: left;
  margin: 18px 0 0;
}

@media screen and (min-width: 768px) {
  #insta .heading_ja {
    text-align: center;
    margin-bottom: 88px;
  }
}

#eapps-instagram-feed-1 .eapps-instagram-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: #FF5252;
  color: #FFFFFF;
  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;
}

/* profile */
#profile {
    position: relative;
}
.max_1280 {
    max-width: 1280px;
    margin: 0 auto;
}
.profile-block, .profile-block02, .profile-block03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    margin-top: 64px;
}
.profile-block03 {
  align-items: flex-start;
}
.profile_text .profile_itemheading {
    font-size: 28px;
    line-height: 1;
    margin: 0;
    display: inline-block;
    color: #CCB072;
}
.profile-block02 {
    flex-direction: row-reverse;
}
img.profile_itemImage {
    width: 50%;
}
.profile_text, .profile_text02 {
    width: 500px;
    box-sizing: border-box;
}
.profile_text03 {
    width: 540px;
    box-sizing: border-box;
}
.profile_text, .profile_text03 {
   margin-right: auto;
}
.profile_text02 {
   margin-left: auto;
}
.represent {
    text-align: right;
}
.profile_back02 {
    position: absolute;
    right: 0;
    top: 246px;
    background-color: #CCB072;
    opacity: .5;
    width: 65%;
    height: 2000px;
    z-index: -1;
    flex-direction: row-reverse;
}
.profile-block02 img.profile_itemImage {
    width: 52%;
}
.profile-block03 img.profile_itemImage {
    width: 46%;
}
.profile_text03 {
    padding: 80px 0 0 24px;
}

/* @media screen and (min-width: 768px) {
  .profile_back02 {
    width: 816px;
    top: 164px;
    height: 95.4%;
  }
}

@media screen and (min-width: 980px) {
  .profile_back02 {
    width: 66.5%;
    bottom: 0;
    top: auto;
    height: 1420px;
  }
} */

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

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

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

coments

============================== */
#coments .heading {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  #coments .heading {
    margin: 0;
  }
}

#coments .heading .heading_en {
  margin: 0;
  line-height: 0.8;
}

@media screen and (min-width: 768px) {
  #coments .heading .heading_ja {
    margin-bottom: 88px;
  }
}

#coments .inner {
  padding: 0 16px;
}

#coments .coments_items {
  margin: 0 auto;
  width: 95.34%;
}

@media screen and (min-width: 768px) {
  #coments .coments_items {
    width: 100%;
  }

  #coments .coments_items.-col3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

#coments .coments_item {
  margin: 48px auto 32px;
  max-width: 640px;
}

#coments .coments_item:first-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #coments .coments_item:first-child {
    padding: 0px !important;
  }
}

#coments .coments_item:nth-child(2) {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #coments .coments_item:nth-child(2) {
    padding: 69px 0px 64px 0px;
  }
}

#coments .coments_item:nth-child(3) {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #coments .coments_item:nth-child(3) {
    padding: 138px 0px 0 0px;
    width: 372px;
  }
}

#coments .coments_item:nth-child(4) {
  margin-bottom: 0;
}

#coments .coments_item:nth-child(5) {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #coments .coments_item:nth-child(5) {
    padding: 69px 0px 0 0px;
  }
}

#coments .coments_item:nth-child(6) {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #coments .coments_item:nth-child(6) {
    padding: 138px 0px 0 0px;
    width: 372px;
  }
}

@media screen and (min-width: 768px) {
  #coments .coments_item {
    width: 368px;
    margin: 0;
  }
}

#coments .coments_itemheading {
  font-size: 18px;
  font-weight: 600;
  color: #478FD0;
  margin: 0 0 24px 0;
  line-height: 0.8;
}

#coments .coments_itemheading span {
  font-size: 56px;
}

@media screen and (min-width: 768px) {
  #coments .coments_itemheading {
    font-size: 2.4rem;
  }
}

#coments .coments_itemBody {
  font-size: 16px;
  font-weight: 600;
}

#coments .coments_itemBody h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.032em;
  color: #478FD0;
  margin: 16px 0;
}

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

Q&A

============================== */
/* 
Q&A sub
------------------------------ */
#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;
  }
}

.accordionContainer {
  max-width: 860px;
  margin: 0 auto;
}

.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;
  background-color: rgba(71, 143, 208, 0.1);
}

.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;
  background: #478FD0;
  cursor: featureer;
}

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

.accordion_body {
  overflow: hidden;
  max-height: 0;
  color: #333333;
  transition: max-height 0.35s;
  background-color: rgba(71, 143, 208, 0.1);
}

/* :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: #478FD0;
  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);
}

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

Slider

============================== */
/* 
Slider sub
------------------------------ */
.swiper-slide {
  cursor: pointer;
}
#slider {
    position: relative;
    padding: 72px 0;
}

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

#slider .heading .heading_en {
  margin: 0;
  line-height: 0.8;
}

#slider .heading .heading_ja {
  font-size: 37px;
  text-align: right;
  display: block;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #slider .heading .heading_ja {
    margin-bottom: 88px;
    text-align: center;
  }
}

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

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

.swiper-thumb .swiper-slide {
    padding: 8px 8px;
}

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

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

contact

============================== */
/* 
contact
------------------------------ */
#contact {
    position: relative;
    padding: 72px 0;
}
#contact .label-name {
    color: #fff;
    font-size: 16px;
}
/* #contact dt {
    display: flex;
    justify-content: space-between;
} */
#contact .label-required {
    background: #772307;
    padding: 3px 8px;
    border-radius: 2px;
    color: #fff;
    height: 24px;
}
#contact .label-optional  {
    background: #CCB072;
    padding: 3px 8px;
    border-radius: 2px;
    color: #fff;
    height: 24px;
}

@media screen and (min-width: 768px) {
#contact {
    padding: 80px 0;
    background: rgba(204, 176, 114, 0.5);
}
}

#contact .heading .heading_en {
  margin: 0;
  line-height: 0.8;
}

#contact .heading .heading_ja {
  font-size: 37px;
  text-align: left;
  display: block;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #contact .heading .heading_ja {
    text-align: center;
  }
}

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

Campany

============================== */
/* 
companysub
------------------------------ */
#company{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right 50%;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

#company.heading .heading_en {
  margin: 0;
  line-height: 0.8;
}

#company.heading .heading_ja {
  font-size: 37px;
  text-align: right;
  display: block;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #company.heading .heading_ja {
    text-align: center;
  }
}

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

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

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

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

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

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

.campany_ontlineheading {
  margin: 0;
  font-weight: 600;
  color: #fff;
}

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

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

@media screen and (min-width: 768px) {
  .campany_ontlineBody {
    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

============================== */
.footer {
    position: relative;
    padding: 24px 0;
    font-size: 16px;
    font-weight: 600;
    z-index: 10;
    background-color: #401304;
    text-align: center
}

.footer ol {
    margin: 0 auto;
    width: fit-content;
    text-align: left;
    padding: 0 0 24px;
}

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

.footer ol li a {
  color: #fff;
}
.footer ol li a:hover {
    color: #ccb72a;
}

.footer .footer_logo {
  width: 156px;
  margin: 0px auto 0;
}

.footer p {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
}

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

.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: #772307;
}

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

Animetion

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

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

@keyframes js-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

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

.u-fadein {
  opacity: 0;
}

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

.u-fadeinRight {
  opacity: 0;
}

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

.u-fadeinLeft {
  opacity: 0;
}

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

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

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

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

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

@keyframes fadeinLeft {
  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-color: rgba(239, 135, 24, 0.6);
}

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

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

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

  100% {
    width: 100%;
  }
}

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

.u-slidein::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: #000;
}

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

.u-slideinleft {
  position: relative;
}

.u-slideinleft::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: #000;
}

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

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

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

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

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

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

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

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

.is-active .u-fadeup: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 */



@media screen and (max-width: 1024px) {
.picSetContainer .circle {
    height: 950px;
    width: 950px;
}
.profile_text, .profile_text03 {
  padding-right: 20px;
}
.profile_text02 {
    padding-left: 20px;
}
.profile_back02 {
    height: 1689px;
}
}


@media screen and (max-width: 950px) {
.hero_title {
    font-size: 48px;
    margin-bottom: 32px;
}
.headerLogo a {
    font-size: 18px;
    color: #fff;
}
.inner {
    padding: 0 20px;
}
.headerNav_item a {
    font-size: 14px;
}
.service_back {
    height: 500px;
}
.feature_back {
    width: 665px;
    height: 550px;
    bottom: 52px;
}
.profile_back02 {
    height: 1500px;
}
}


@media screen and (max-width: 550px) {
  .headerLogo {
    width: 230px;
}
.hero_title {
    font-size: 28px;
    margin: -200px 0 0 13px;
}
#container .hero .hero_list {
    padding-left: 14px;
    text-shadow: 3px 3px 3px rgba(51, 51, 51, 1);
    font-size: 20px;
}
#about .heading_en {
    margin-left: auto;
}
.heading_ja {
    text-align: left;
}
.picSetContainer .circle {
    height: 1200px;
    width: 1200px;
    top: 105px;
}
#contact .heading .heading_ja {
  font-size: 32px;
}
#about .heading_ja {
    margin-top: 8px;
}
.service_back {
    top: -81px;
    width: 280px;
    height: 1940px;
}
#profile .heading_en, #information .heading_en   {
    padding-left: 16px;
    margin: 0;
}
#profile .heading_ja {
    padding-left: 16px;
    margin-top: 8px;
    padding-bottom: 64px;
}
.cntBlock {
    padding: 72px 0;
}
#about {
    padding: 116px 0 72px;
}
.feature_back {
    width: 340px;
    height: 1390px;
    bottom: 0;
}
#feature .heading_ja {
    padding-bottom: 64px;
}
.max_1280 {
  padding: 0 20px;
}
img.profile_itemImage {
    width: 100%;
}
.profile_text, .profile_text03 {
    padding-right: 0;
}
.profile-block02 img.profile_itemImage {
    width: 100%;
}
.profile_text02 {
    padding-left: 0;
}
.profile-block, .profile-block02, .profile-block03 {
    margin-top: 40px;
}
.profile-block03 img.profile_itemImage {
    width: 100%;
}
.profile_text03 {
    padding: 0;
}
#contact dt {
    justify-content: start;
    gap: 24px;
}
#slider .heading .heading_en {
    margin: 0;
    line-height: 1.2;
}
.heading_en {
    margin-bottom: 0;
}
.footer {
    padding: 72px 0 116px;
    background-color: #401304;
}
.profile_back02 {
    top: 356px;
    height: 2235px;
    z-index: -1;
    flex-direction: row-reverse;
}
#contact {
    background: rgba(204, 176, 114, .4);
}
#slider .heading .heading_ja {
    text-align: left;
}
ul.headerNav_items.-open {
    background: #000;
}
#campany .heading_en {
    margin-top: 0;
}
.mood__swiper {
    margin: 64px 0 0;
}
#service .heading_ja {
    padding: 0 0 64px;
    margin: 18px 0 64px;
}
}