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

目次

============================== */
/*! 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 0px;
}
.cntBlock.-bgColor01 {
  background-color: rgba(189, 45, 143, 0.1);
}
.cntBlock.-bgColor02 {
  background-color: #BBDEFB;
}
.cntBlock.-bgColor03 {
  background-color: rgba(255, 255, 255, 0.05);
}
@media screen and (min-width: 768px) {
  .cntBlock {
    padding: 96px 0;
  }
}

.cntBlock02 {
  padding: 72px 0px 0;
}
.cntBlock02.-bgColor01 {
  background-color: rgba(254, 95, 85, 0.1);
}
.cntBlock02.-bgColor02 {
  background-color: #BBDEFB;
}
.cntBlock02.-bgColor03 {
  background-color: rgba(255, 255, 255, 0.05);
}
@media screen and (min-width: 768px) {
  .cntBlock02 {
    padding: 96px 0 0;
  }
}

.heding {
  padding: 0 16px 0 0;
  line-height: 1.5;
  text-align: right;
  position: relative;
  margin: 18px 0 64px 0;
  font-size: 24px !important;
  color: #BD2D8F;
}
@media screen and (min-width: 768px) {
  .heding {
    font-size: 26px !important;
    text-align: center;
    padding: 0;
    margin: 18px 0 88px 0;
  }
}

.heding_left {
  padding: 0 0px 0 16px;
  line-height: 1.5;
  text-align: left;
  position: relative;
  margin: 18px 0 64px 0;
  font-size: 24px;
  color: #BD2D8F;
}
@media screen and (min-width: 768px) {
  .heding_left {
    font-size: 26px !important;
    text-align: center;
    margin: 18px 0 88px 0;
    padding: 0;
  }
}

.heding_en {
  display: block;
  color: rgba(189, 45, 143, 0.3);
  font-size: 90px;
  line-height: 1;
  font-weight: 300;
  margin: 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .heding_en {
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .heding_ja {
    font-size: 26px !important;
    text-align: center;
    margin: 18px 0 88px 0;
  }
}
.heding_ja .heding_ja02 {
  font-size: 22px;
}

.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: #BD2D8F;
  z-index: 10;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.18);
}

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

.headerLogo {
  position: relative;
  width: 180px;
  margin: 0;
  z-index: 2;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .headerLogo {
    width: 240px;
  }
}

.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;
  background-color: #BD2D8F;
}
.headerNav_items.-open {
  visibility: visible;
  overflow: scroll;
  overflow-y: auto;
  max-height: 520px;
  /* 必要に応じて調整 */
  /* ← ここが重要 */
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .headerNav_items {
    position: relative;
    display: flex;
    justify-content: flex-end;
    top: auto;
    right: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
    padding: 0;
    width: 600px;
    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: #FFFFFF;
  border-bottom: 1px solid rgba(189, 45, 143, 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 #FFFFFF;
  border-right: 2px solid #FFFFFF;
  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: 1px 1em 1px 0.8em;
    font-size: 12px;
    border-bottom: none;
    color: #FFFFFF;
  }
  .headerNav_item a::before {
    content: none;
  }
}

.headerNav_button {
  display: block;
  position: absolute;
  right: 4.2666666667vw;
  top: 16px;
  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: #FFFFFF;
  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: #FFFFFF;
  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: #FFFFFF;
  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: 100vh;
}
@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_itme {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 40% 0%;
  background-size: cover;
}
.hero_slider_itme.-slide01 {
  background-image: url(../img/hero/heroslide01.webp);
}
@media screen and (min-width: 768px) {
  .hero_slider_itme.-slide01 {
    background-image: url(../img/hero/heroslide01.webp);
  }
}

.hiroContainer {
  position: absolute;
  top: 10vh;
  right: 0;
  max-width: 330px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hiroContainer {
    max-width: 680px;
    width: 100%;
    top: 12vh;
  }
}

.hero_title {
  margin: 0px 0 0 24px;
  color: #BD2D8F;
  font-size: 16px;
  line-height: 1.8;
  -webkit-text-stroke: 2px white;
  paint-order: stroke fill;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}
@media screen and (min-width: 768px) {
  .hero_title {
    font-size: 34px;
    margin: 0px 0 0 72px;
  }
}
.hero_title .hero_big {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .hero_title .hero_big {
    font-size: 49px;
  }
}

.hero_text {
  color: #BD2D8F;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  max-width: 700px;
  padding: 0 24px;
  text-align: left;
  -webkit-text-stroke: 2px white;
  paint-order: stroke fill;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}
@media screen and (min-width: 768px) {
  .hero_text {
    text-align: left;
    font-size: 26px;
    margin: 0px 72px 0 72px;
    padding: 0 0px;
  }
}

.sub_title {
  position: absolute;
  bottom: 50px;
  right: 16px;
  text-align: right;
  font-weight: 600;
  color: #BD2D8F;
  -webkit-text-stroke: 2px white;
  paint-order: stroke fill;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}
@media screen and (min-width: 768px) {
  .sub_title {
    font-size: 21px;
  }
}

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

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

About

============================== */
/* 
About sub
------------------------------ */
#about {
  position: relative;
  z-index: 1;
}
#about .heding_en {
  margin: 0 0 0 37px;
  white-space: nowrap;
  /* 改行させない */
}
@media screen and (min-width: 768px) {
  #about .heding_en {
    margin: 0;
  }
}
#about .heding_ja {
  margin-bottom: 56px;
  line-height: 1;
}
#about .lead {
  padding: 0 14px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #about .lead {
    text-align: center;
    padding: 0;
    display: block;
    max-width: 777px;
    margin: 0 auto;
  }
}
#about .lead .about_ul {
  text-align: left;
  display: inline-block;
  color: #BD2D8F;
}
#about .lead .about_ul .about_li {
  position: relative;
  margin-top: 16px;
  font-size: 18px;
  padding-left: 32px;
}
@media screen and (min-width: 768px) {
  #about .lead .about_ul .about_li {
    font-size: 16px;
  }
}
#about .lead .about_ul .about_li::before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  display: block;
  background-image: url(../img/hero/check.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  #about .lead .about_ul .about_li {
    font-size: 20px;
  }
}

.picSetContainer .circle {
  position: absolute;
  top: 44px;
  right: 38px;
  z-index: -2;
  border: solid 80px #FAE4F0;
  height: 1131.2px;
  width: 1131.2px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .picSetContainer .circle {
    right: 50%;
  }
}

.picSetBlock {
  margin: 64px 0 0;
}
@media screen and (min-width: 768px) {
  .picSetBlock {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin: 88px auto 0;
  }
}

.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: 300px;
    padding: 0 0 0 0px;
    margin-left: 0;
    margin-top: 40px;
  }
}

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

menu

============================== */
#menu {
  position: relative;
  z-index: 1;
  background-color: #BD2D8F;
  color: #ffffff;
}
#menu .menu_block {
  width: 120px;
  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/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";
  left: -32px;
}
#menu .menu_block .olmenu li:nth-child(11)::before {
  content: "11";
  left: -32px;
}
#menu .menu_block .olmenu li:nth-child(12)::before {
  content: "12";
  left: -32px;
}
#menu .menu_block .olmenu li:nth-child(13)::before {
  content: "13";
  left: -32px;
}
#menu .menu_block .olmenu li a {
  color: #ffffff;
  text-decoration: none;
}

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

present

============================== */
#present.cntBlock {
  padding: 64px 0 0;
}
@media screen and (min-width: 768px) {
  #present {
    padding: 96px 0 0;
  }
}
@media screen and (min-width: 768px) {
  #present h2 {
    text-align: center !important;
  }
}
#present .heding_en {
  margin: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #present .heding_en {
    text-align: center;
  }
}
#present .heding_ja {
  text-align: left;
  margin: 18px 0 1.2em 0;
}
@media screen and (min-width: 768px) {
  #present .heding_ja {
    text-align: center;
    margin-bottom: 88px;
  }
}
#present .service_block {
  padding: 64px 0;
  position: relative;
}
#present .service_block .inner {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  #present .service_block .inner {
    max-width: 1200px;
    padding: 88px 0;
  }
}
@media screen and (min-width: 768px) {
  #present .service_block {
    padding: 80px 0;
  }
}
#present .present_back {
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
  background-color: #FCF1F7;
  width: 243px;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #present .present_back {
    width: 66.5%;
  }
}
#present .service_items {
  max-width: 768px;
}
@media screen and (min-width: 768px) {
  #present .service_items {
    max-width: 1200px;
  }
}
#present .service_item {
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  #present .service_item {
    margin-bottom: 128px;
  }
}
#present .service_item:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #present .service_item:nth-last-child(1) .service_text {
    max-width: 479px;
  }
}
@media screen and (min-width: 980px) {
  #present .service_item:nth-last-child(1) .service_text {
    width: 479px;
  }
}
#present .service-block {
  padding-top: 40px;
}
#present .service-block:first-child {
  padding-top: 0;
  padding: 0 16px 0 0;
}
@media screen and (min-width: 768px) {
  #present .service-block:first-child {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  #present .service-block {
    display: flex;
    margin: 0 auto;
    padding: 0 0 0 0;
    justify-content: space-between;
  }
}
@media screen and (min-width: 980px) {
  #present .service-block {
    display: flex;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #present .service_itemImage {
    width: 600px;
  }
}
#present .service_text {
  font-weight: 600;
  margin: auto 0;
  color: #333333;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  #present .service_text {
    margin: auto;
    width: 450px;
    background: none;
  }
}
@media screen and (min-width: 980px) {
  #present .service_text {
    width: 450px;
    background: none;
    padding: 0;
  }
}
#present .service_text .service_itemHeding {
  font-size: 18px;
  line-height: 1.5;
  margin: 0px 0 14px;
  padding: 24px 0 0;
  display: inline-block;
  color: #BD2D8F;
}
@media screen and (min-width: 980px) and (min-width: 768px) {
  #present .service_text .service_itemHeding {
    font-size: 20px;
    margin: 16px 0 20px;
    padding: 0;
  }
}
#present .service_text .service_itemHeding .sub_up {
  font-size: 12px;
  letter-spacing: 0.18rem;
  color: #F05221;
}
#present .service_text .service_itemHeding .sub_under {
  font-size: 17px;
  line-height: 1.5;
}
#present .service_text .service_itemBody {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 8px 0 0;
  text-align: left;
  display: inline-block;
}
#present .service_text .service_itemBody p {
  margin: 0;
}
#present .service_text .service_itemBody .service_price {
  font-size: 22px;
  font-weight: 600;
  color: #BD2D8F;
  text-align: right;
  margin-top: 40px;
}
#present .service_text .service_itemBody .service_price p {
  margin: 0;
}

.presnt_photo {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .presnt_photo {
    margin-top: 128px;
  }
}
.presnt_photo .present_ul {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .presnt_photo .present_ul {
    display: flex;
  }
}
.presnt_photo .present_ul .present_li {
  max-width: 320px;
  margin: 0 auto 56px;
}
@media screen and (min-width: 768px) {
  .presnt_photo .present_ul .present_li {
    margin: 0 auto;
  }
}
.presnt_photo .present_ul .present_li .li_photo {
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .presnt_photo .present_ul .present_li .li_photo {
    max-width: 277px;
  }
}
.presnt_photo .present_ul .present_li .present_text {
  font-weight: 600;
}
.presnt_photo .present_ul .present_li .present_text .present_h4 {
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  line-height: 1;
  color: #BD2D8F;
}
.presnt_photo .present_ul .present_li .present_text p {
  font-size: 16px;
  margin: 16px 0 0;
}
.presnt_photo .present_ul .present_li:nth-child(1) .li_photo {
  max-width: 280px;
}
@media screen and (min-width: 768px) {
  .presnt_photo .present_ul .present_li:nth-child(1) .li_photo {
    max-width: 229px;
  }
}
.presnt_photo .present_ul .present_li:nth-child(2) .li_photo {
  max-width: 280px;
}
@media screen and (min-width: 768px) {
  .presnt_photo .present_ul .present_li:nth-child(2) .li_photo {
    max-width: 277px;
  }
}
.presnt_photo .present_ul .present_li:nth-child(3) {
  margin: 0 auto;
}
.presnt_photo .present_ul .present_li:nth-child(3) .li_photo {
  max-width: 280px;
}
@media screen and (min-width: 768px) {
  .presnt_photo .present_ul .present_li:nth-child(3) .li_photo {
    max-width: 229px;
  }
}
/* ==============================

line_buttton

============================== */
.line_friend_block {
  background-color: #BD2D8F;
}
.line_friend_block .line_friend_blocks {
  padding: 64px 16px;
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .line_friend_block .line_friend_blocks {
    padding: 64px 0;
  }
}
.line_friend_block .line_friend_blocks h3 {
  text-align: left;
  margin: 0;
  font-size: 20px;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .line_friend_block .line_friend_blocks h3 {
    font-size: 23px;
  }
}
.line_friend_block .line_friend_blocks .line_buttton {
  margin: 24px 0;
}
.line_friend_block .line_friend_blocks .line_buttton a {
  font-size: 21px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #00B900;
  padding: 12px 16px 12px 48px;
  position: relative;
  border-radius: 5px;
}
.line_friend_block .line_friend_blocks .line_buttton a::before {
  position: absolute;
  content: "";
  display: block;
  width: 23px;
  left: 16px;
  top: 21px;
  height: 21px;
  background-image: url(../img/footer/line.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.line_friend_block .line_friend_blocks p {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
}

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

feature

============================== */
/* 
feature sub
------------------------------ */
@media screen and (min-width: 768px) {
  #feature h2 {
    text-align: center !important;
  }
}
#feature .heding_en {
  margin: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #feature .heding_en {
    text-align: center;
  }
}
#feature .heding_ja {
  text-align: left;
  margin: 18px 0 1.2em 0;
}
@media screen and (min-width: 768px) {
  #feature .heding_ja {
    text-align: center;
    margin-bottom: 88px;
  }
}

.service_block {
  padding: 64px 0;
  position: relative;
}
.service_block .inner {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .service_block .inner {
    max-width: 1200px;
    padding: 88px 0;
  }
}
@media screen and (min-width: 768px) {
  .service_block {
    padding: 80px 0;
  }
}

.service_back {
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  background-color: #FCF1F7;
  width: 243px;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .service_back {
    width: 66.5%;
  }
}
.service_items {
  max-width: 768px;
}
@media screen and (min-width: 768px) {
  .service_items {
    max-width: 1200px;
  }
}

.service_item {
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .service_item {
    margin-bottom: 128px;
  }
}
.service_item:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .service_item:nth-last-child(1) .service_text {
    max-width: 479px;
  }
}
@media screen and (min-width: 980px) {
  .service_item:nth-last-child(1) .service_text {
    width: 479px;
  }
}
.service_item:nth-last-child(3) .service_text {
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .service_item:nth-last-child(3) .service_text {
    max-width: 400px;
  }
}
.service_item:nth-last-child(2) .service_text .service_itemHeding p {
  line-height: 1.5;
}
.service_item:nth-child(even) .service-block {
  flex-direction: row-reverse;
  padding: 0 0px 0 16px;
}
@media screen and (min-width: 768px) {
  .service_item:nth-child(even) .service-block {
    padding: 0 0 0 0;
  }
}

.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;
  }
}
@media screen and (min-width: 768px) {
  .service-block {
    display: flex;
    margin: 0 auto;
    padding: 0 0 0 0;
    justify-content: space-between;
  }
}
@media screen and (min-width: 980px) {
  .service-block {
    display: flex;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .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 {
    margin: auto;
    width: 490px;
    background: none;
    padding: 0;
  }
}
.service_text .service_itemHeding {
  margin: 0;
  padding: 24px 0 0;
  display: inline-block;
  color: #BD2D8F;
  font-size: 20px;
  line-height: 1.5;
  margin: 0px 0 14px;
}
@media screen and (min-width: 768px) {
  .service_text .service_itemHeding {
    font-size: 20px;
    margin: 16px 0 20px;
    padding: 0;
  }
}
.service_text .service_itemHeding .sub_up {
  font-size: 12px;
  letter-spacing: 0.18rem;
  color: #F05221;
}
.service_text .service_itemHeding .sub_under {
  font-size: 17px;
  line-height: 1.5;
}
.service_text .service_itemBody {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 8px 0 0;
  text-align: left;
  display: inline-block;
}
.service_text .service_itemBody p {
  margin: 0;
}
.service_text .service_itemBody .feature_ul .feature_li {
  display: block;
  padding-left: 18px;
  position: relative;
}
.service_text .service_itemBody .feature_ul .feature_li::before {
  content: "◎";
  display: block;
  position: absolute;
  left: 0;
  font-size: 16px;
}

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

elemen

============================== */
#element {
  position: relative;
}
@media screen and (min-width: 768px) {
  #element {
    padding: 96px 0 96px;
  }
}
#element .heding {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  #element .heding {
    margin: 0;
  }
}
#element .heding .heding_en {
  margin: 0;
  line-height: 0.8;
}
#element .heding .heding_ja {
  font-size: 30px;
  line-height: 1.5;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  #element .heding .heding_ja {
    font-size: 40px;
    margin-bottom: 88px;
  }
}
#element .inner {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  #element .inner {
    padding: 0;
  }
}

.point_back {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #FCF1F7;
  width: 243px;
  height: 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .point_back {
    width: 1000px;
    bottom: 0;
  }
}

.pointo_blocks {
  position: relative;
  padding: 64px 0;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .pointo_blocks {
    padding: 88px 0;
  }
}

.point_items {
  margin: 0px auto 0;
  width: 95.34%;
}
@media screen and (min-width: 768px) {
  .point_items {
    width: 100%;
  }
  .point_items.-col3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.point_item {
  margin: 0px auto 48px;
  max-width: 640px;
}
@media screen and (min-width: 768px) {
  .point_item {
    width: 362px;
    padding: 0 0px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .point_item:nth-child(1) {
    padding: 0 0px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .point_item:nth-child(2) {
    padding: 69px 0px 0;
  }
}
@media screen and (min-width: 768px) {
  .point_item:last-child {
    padding: 138px 0px 0 0px;
  }
}
@media screen and (min-width: 768px) {
  .point_item {
    margin: 0;
  }
}

.point_itemHeding {
  font-size: 18px;
  font-weight: 600;
  color: #BD2D8F;
  margin: 0 0 24px 0;
  line-height: 0.8;
}
.point_itemHeding span {
  font-size: 56px;
}
@media screen and (min-width: 768px) {
  .point_itemHeding {
    font-size: 2.4rem;
  }
}

.point_itemBody {
  font-size: 16px;
  font-weight: 600;
}
.point_itemBody h4 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.032em;
  color: #BD2D8F;
  line-height: 1;
  margin: 16px 0 0;
}
/* ==============================

success

============================== */
/* 
success sub
------------------------------ */
#success .heding_en {
  margin: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #success .heding_en {
    text-align: center;
  }
}
#success .heding_ja {
  text-align: left;
  font-size: 20px !important;
  margin: 18px 0 1.2em 0;
}
@media screen and (min-width: 768px) {
  #success .heding_ja {
    text-align: center;
    margin-bottom: 88px;
  }
}
#success .success_block {
  padding: 64px 0;
  position: relative;
}
#success .success_block .inner {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  #success .success_block .inner {
    max-width: 1200px;
    padding: 88px 0;
  }
}
@media screen and (min-width: 768px) {
  #success .success_block {
    padding: 80px 0;
  }
}
#success .success_back {
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  background-color: #FCF1F7;
  width: 243px;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #success .success_back {
    width: 66.5%;
  }
}
#success .success_items {
  max-width: 768px;
}
@media screen and (min-width: 768px) {
  #success .success_items {
    max-width: 1200px;
  }
}
#success .success_item {
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  #success .success_item {
    margin-bottom: 128px;
  }
}
#success .success_item:nth-last-child(1) {
  margin-bottom: 0;
}
#success .success_item:nth-last-child(2) .success_text .success_itemHeding p {
  line-height: 1.5;
}
#success .success_item:nth-child(even) .success-block {
  flex-direction: row-reverse;
  padding: 0 0px 0 16px;
}
@media screen and (min-width: 768px) {
  #success .success_item:nth-child(even) .success-block {
    padding: 0 0 0 0;
  }
}
#success .success-block {
  padding-top: 40px;
}
#success .success-block:first-child {
  padding-top: 0;
  padding: 0 16px 0 0;
}
@media screen and (min-width: 768px) {
  #success .success-block:first-child {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  #success .success-block {
    display: flex;
    margin: 0 auto;
    padding: 0 0 0 0;
    justify-content: space-between;
  }
}
@media screen and (min-width: 980px) {
  #success .success-block {
    display: flex;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #success .success_itemImage {
    width: 600px;
  }
}
#success .success_text {
  font-weight: 600;
  margin: auto 0;
  color: #333333;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  #success .success_text {
    margin: auto;
    width: 415px;
    background: none;
    padding: 0;
  }
}
#success .success_text .customer_sub {
  font-size: 12px;
  font-weight: 600;
  color: #BD2D8F;
  margin: 16px 0 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #success .success_text .customer_sub {
    margin: 0;
  }
}
#success .success_text .success_itemHeding {
  line-height: 1;
  font-size: 22px;
  margin: 0;
  padding: 16px 0 0;
  display: inline-block;
  color: #BD2D8F;
}
#success .success_text .success_itemHeding .sub_up {
  font-size: 12px;
  letter-spacing: 0.18rem;
  color: #F05221;
}
#success .success_text .success_itemHeding .sub_under {
  font-size: 17px;
  line-height: 1.5;
}
#success .success_text .success_itemBody {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 32px 0 0;
  text-align: left;
  display: inline-block;
}
#success .success_text .success_itemBody .customer_main_text {
  margin: 0;
  line-height: 1.5;
}
#success .success_text .success_itemBody .customer_main_text .main_stong {
  color: #BD2D8F;
}
#success .success_text .success_itemBody .sub_text {
  font-weight: 300;
  margin: 8px 0 0;
}
#success .success_text .success_itemBody .sub_text .main_stong {
  color: #BD2D8F;
}

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

PROFILE

============================== */
.profile_block {
  position: relative;
  padding: 64px 0;
}
@media screen and (min-width: 768px) {
  .profile_block {
    padding: 96px 0;
  }
}
.profile_block .service_back {
  left: 0;
}
.profile_block .profile_items {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .profile_block .profile_items .profile_item .profile-block {
    display: flex;
    justify-content: space-between;
  }
}
.profile_block .profile_items .profile_item .profile-block .profile_itemImage {
  max-width: 600px;
}
.profile_block .profile_items .profile_item .profile-block .profile_text {
  padding: 0 16px;
  font-size: 16px;
  font-weight: 600;
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .profile_block .profile_items .profile_item .profile-block .profile_text {
    padding: 0;
    margin: auto;
  }
}
.profile_block .profile_items .profile_item .profile-block .profile_text .profile_itemHeding {
  font-size: 20px;
  color: #BD2D8F;
}
@media screen and (min-width: 768px) {
  .profile_block .profile_items .profile_item .profile-block .profile_text .profile_itemHeding {
    font-size: 24px;
  }
}
.profile_block .profile-contents {
  padding: 64px 0 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .profile_block .profile-contents {
    padding: 128px 0 0;
  }
}
.profile_block .profile-contents .profile-ul {
  padding: 0 16px;
}
.profile_block .profile-contents .profile-ul .profile-li {
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .profile_block .profile-contents .profile-ul .profile-li {
    display: flex;
    margin-bottom: 128px;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.profile_block .profile-contents .profile-ul .profile-li:nth-child(2) {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .profile_block .profile-contents .profile-ul .profile-li:nth-child(2) {
    display: flex;
    flex-direction: row;
  }
}
.profile_block .profile-contents .profile-ul .profile-li .profile-photo {
  max-width: 536px;
}
.profile_block .profile-contents .profile-ul .profile-li .profile-text {
  color: #BD2D8F;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .profile_block .profile-contents .profile-ul .profile-li .profile-text {
    max-width: 455px;
    margin: 0 auto;
  }
}
.profile_block .profile-contents .profile-ul .profile-li .profile-text .profile-h3 {
  font-size: 30px;
  margin: 16px 0 0;
  line-height: 1;
}
.profile_block .profile-contents .profile-ul .profile-li .profile-text .profile-h302 {
  font-size: 18px;
}
.profile_block .profile-contents .profile-ul .profile-li .profile-text .profile-p {
  color: #333333;
  font-size: 16px;
  margin: 32px 0 0;
}

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

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

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

user

============================== */
/* 
user sub
------------------------------ */
#user .heding_en {
  margin: 0;
  text-align: left;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #user .heding_en {
    text-align: center;
  }
}
#user .heding_ja {
  text-align: left;
  margin: 18px 0 1.2em 0;
}
@media screen and (min-width: 768px) {
  #user .heding_ja {
    text-align: center;
    margin-bottom: 88px;
  }
}
#user .user_block {
  padding: 64px 0;
  position: relative;
}
#user .user_block .inner {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  #user .user_block .inner {
    max-width: 1200px;
    padding: 88px 0;
  }
}
@media screen and (min-width: 768px) {
  #user .user_block {
    padding: 80px 0;
  }
}
#user .user_back {
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  background-color: #FCF1F7;
  width: 243px;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #user .user_back {
    width: 66.5%;
  }
}
#user .user_items {
  max-width: 768px;
}
@media screen and (min-width: 768px) {
  #user .user_items {
    max-width: 960px;
    margin: 0 auto;
  }
}
#user .user_item {
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  #user .user_item {
    margin-bottom: 128px;
  }
}
#user .user_item:nth-last-child(1) {
  margin-bottom: 0;
}
#user .user_item:nth-child(even) .user-block {
  flex-direction: row-reverse;
  padding: 0 0px 0 16px;
}
@media screen and (min-width: 768px) {
  #user .user_item:nth-child(even) .user-block {
    padding: 0 0 0 0;
  }
}
#user .user_item:nth-child(even) .user_text {
  font-weight: 600;
  margin: auto 0;
  color: #333333;
  padding: 0px 16px 0;
}
@media screen and (min-width: 768px) {
  #user .user_item:nth-child(even) .user_text {
    margin: auto auto auto 0;
    width: 480px;
    background: none;
    padding: 0;
  }
}
#user .user-block {
  padding-top: 40px;
}
#user .user-block:first-child {
  padding-top: 0;
  padding: 0 16px 0 0;
}
@media screen and (min-width: 768px) {
  #user .user-block:first-child {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  #user .user-block {
    display: flex;
    margin: 0 auto;
    padding: 0 0 0 0;
    justify-content: space-between;
  }
}
@media screen and (min-width: 980px) {
  #user .user-block {
    display: flex;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #user .user_itemImage {
    width: 440px;
  }
}
#user .user_text {
  font-weight: 600;
  margin: auto 0;
  color: #333333;
  padding: 0px 16px 0;
}
@media screen and (min-width: 768px) {
  #user .user_text {
    margin: auto 0 auto auto;
    width: 480px;
    background: none;
    padding: 0;
  }
}
#user .user_text .user_itemHeding {
  line-height: 1;
  font-size: 24px;
  margin: 0;
  padding: 32px 0 0;
  display: inline-block;
  color: #BD2D8F;
}
@media screen and (min-width: 768px) {
  #user .user_text .user_itemHeding {
    padding: 0;
  }
}
#user .user_text .user_itemBody {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 28px 0 0;
  text-align: left;
  display: inline-block;
}
#user .user_text .user_itemBody .customer_main_text {
  margin: 0;
  line-height: 1.5;
}
#user .user_text .user_itemBody .customer_main_text .main_stong {
  color: #BD2D8F;
}
#user .user_text .user_itemBody .sub_text {
  font-weight: 300;
  margin: 8px 0 0;
}
#user .user_text .user_itemBody .sub_text .main_stong {
  color: #BD2D8F;
}

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

elemen

============================== */
#element {
  position: relative;
}
@media screen and (min-width: 768px) {
  #element {
    padding: 96px 0 96px;
  }
}
#element .heding {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  #element .heding {
    margin: 0;
  }
}
#element .heding .heding_en {
  margin: 0;
  line-height: 0.8;
}
#element .heding .heding_ja {
  font-size: 30px;
  line-height: 1.5;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  #element .heding .heding_ja {
    font-size: 40px;
    margin-bottom: 88px;
  }
}
#element .inner {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  #element .inner {
    padding: 0;
  }
}

.archive_back {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #FCF1F7;
  width: 243px;
  height: 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .archive_back {
    width: 1000px;
    bottom: 0;
  }
}

.archive_blocks {
  position: relative;
  padding: 64px 0;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .archive_blocks {
    padding: 88px 0;
  }
}
.archive_blocks .archive_items {
  margin: 0px auto 0;
  width: 95.34%;
}
@media screen and (min-width: 768px) {
  .archive_blocks .archive_items {
    width: 100%;
  }
  .archive_blocks .archive_items.-col3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.archive_blocks .archive_item {
  margin: 0px auto 48px;
  max-width: 640px;
}
@media screen and (min-width: 768px) {
  .archive_blocks .archive_item {
    width: 362px;
    padding: 0 0px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .archive_blocks .archive_item:nth-child(1) {
    padding: 0 0px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .archive_blocks .archive_item:nth-child(2) {
    padding: 69px 0px 0;
  }
}
.archive_blocks .archive_item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .archive_blocks .archive_item:last-child {
    padding: 138px 0px 0 0px;
  }
}
@media screen and (min-width: 768px) {
  .archive_blocks .archive_item {
    margin: 0;
  }
}
.archive_blocks .archive_itemHeding {
  font-size: 18px;
  font-weight: 600;
  color: #BD2D8F;
  margin: 0 0 24px 0;
  line-height: 0.8;
}
.archive_blocks .archive_itemHeding span {
  font-size: 56px;
}
@media screen and (min-width: 768px) {
  .archive_blocks .archive_itemHeding {
    font-size: 2.4rem;
  }
}
.archive_blocks .archive_itemBody {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.archive_blocks .archive_itemBody .main_stong {
  color: #BD2D8F;
}

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

insta

============================== */
@media screen and (min-width: 768px) {
  #insta h2 {
    text-align: center !important;
  }
}
#insta .heding_en {
  margin: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #insta .heding_en {
    text-align: center;
  }
}
#insta .heding_ja {
  text-align: left;
  margin: 18px 0 1.2em 0;
}
@media screen and (min-width: 768px) {
  #insta .heding_ja {
    text-align: center;
    margin-bottom: 88px;
  }
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more {
  background: #9d33b7;
}

#followMe {
  margin: 20px auto 0;
}
#followMe p {
  text-align: center;
  font-weight: 600;
}
#followMe .line_div {
  margin-top: 40px;
}
#followMe .line_div .line_icon {
  background-color: #68B82B;
}
#followMe .line_p {
  margin: 0 0 16px;
  text-align: center;
}
#followMe a {
  width: 228px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  background-color: #FF0069;
  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;
}

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

Q&A

============================== */
/* 
Q&A sub
------------------------------ */
.more_read {
  width: 228px;
  cursor: pointer;
  margin: 0px auto 0px;
  display: block;
  background: #F05221;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  outline: 0;
  transition: 0.5s;
  line-height: 1;
}
.more_read .mo_re_item .button {
  margin: 0;
}

.close {
  display: block;
  content: "";
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 55px;
}
.open {
  position: relative;
}
#qa h2 .heding_en {
  margin: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #qa h2 .heding_en {
    text-align: center;
  }
}
#qa h2 .heding_ja {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #qa h2 .heding_ja {
    text-align: center;
  }
}

.content .accordion {
  position: relative;
  overflow: hidden;
  max-width: 720px;
  margin: 0 auto 32px;
  padding: 0 8px;
  color: #fff;
}
.content .accordion:nth-child(1) .accordion_body {
  overflow: hidden;
  max-height: 0em;
}
.content .accordion:nth-child(1) .accordion_input:checked ~ .accordion_body {
  max-height: 22em;
}
.content .accordion:last-child {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .content .accordion {
    padding: 0;
  }
}

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

.accordion {
  position: relative;
  overflow: hidden;
  max-width: 720px;
  margin: 0 auto 32px;
  padding: 0 8px;
  color: #fff;
}
.accordion:nth-child(1) .accordion_body {
  overflow: hidden;
  max-height: 22em;
  transition: max-height 0.35s;
  background-color: #E37AB2;
  color: #FFFFFF;
}
.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;
  padding: 0.6em 3.8em 0.8em 3.8em;
  font-weight: 600;
  background: #BD2D8F;
  cursor: pointer;
}
.accordion_label::before {
  position: absolute;
  content: "Q";
  top: 0.6em;
  left: 1em;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  color: #BD2D8F;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 0px 0px #ECF4FC;
  z-index: 3;
}

.accordion_body {
  overflow: hidden;
  max-height: 0;
  color: #FFFFFF;
  transition: max-height 0.35s;
  background-color: #E37AB2;
}

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

/* ==============================
recruit
============================== */
.recruit_block {
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto;
  max-width: 720px;
}
.recruit_block .recruit_blocks {
  margin-bottom: 40px;
}
.recruit_block .recruit_blocks:nth-last-child(1) {
  margin-bottom: 0;
}
.recruit_block .recruit_blocks .recruit_h3 {
  line-height: 1;
  font-size: 18px;
  color: #FFFFFF;
  margin: 0;
  padding: 16px;
  background-color: #BD2D8F;
}
.recruit_block .recruit_blocks .recruit_text {
  margin: 24px 0 0;
}
.recruit_block .job-info-container {
  display: grid;
  grid-template-columns: 130px 1fr;
  margin: 24px auto 0px;
}
@media screen and (min-width: 768px) {
  .recruit_block .job-info-container {
    grid-template-columns: 200px 1fr;
  }
}
.recruit_block .job-info-label {
  background-color: #56D8BD;
  padding: 16px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit_block .job-info-value {
  background-color: #ffffff;
  padding: 10px;
  display: flex;
  align-items: center;
}

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

Slider

============================== */
/* 
Slider sub
------------------------------ */
#slider {
  position: relative;
}
#slider .heding .heding_en {
  margin: 0;
  line-height: 0.8;
}
#slider .heding .heding_ja {
  text-align: right;
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #slider .heding .heding_ja {
    margin-bottom: 88px;
    text-align: center;
  }
}
.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
------------------------------ */
#contact {
  position: relative;
  padding: 64px 0;
  border-bottom: #BD2D8F 2px solid;
}
@media screen and (min-width: 768px) {
  #contact {
    padding: 96px 0;
  }
}

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

Campany

============================== */
/* 
Campany sub
------------------------------ */
#company {
  background-image: url(../img/company/company.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 0px right 60%;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
  padding: 72px 0;
}
@media screen and (min-width: 768px) {
  #company {
    padding: 96px 0;
    background-position: top 0px right 20%;
  }
}
#company .heding .heding_en {
  margin: 0;
  line-height: 0.8;
}
#company .heding .heding_ja {
  font-size: 37px;
  text-align: right;
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #company .heding .heding_ja {
    text-align: center;
  }
}

.campanyContainer {
  max-width: 860px;
  margin: 0 auto 0px;
  font-size: 15px;
  font-weight: 600;
}
.campany_ontline {
  margin: 0;
  padding: 1em;
  border-top: 1px solid #BCBCBC;
}
.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_ontlineHeding {
  margin: 0;
  font-weight: 600;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .campany_ontlineHeding {
    width: 19%;
    padding: 1em 0;
    border-bottom: 1px solid #BCBCBC;
  }
}

.campany_ontlineBody {
  margin: 0;
  font-weight: 600;
}
@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: 64px 0 60px 0;
  font-size: 16px;
  font-weight: 600;
  z-index: 10;
  background-color: #BD2D8F;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 20px;
    text-align: center;
  }
}
.footer ol {
  margin: 0 auto;
  width: 200px;
}
@media screen and (min-width: 768px) {
  .footer ol {
    margin: 0 auto;
    text-align: left;
    display: inline-block;
  }
}
.footer ol li {
  line-height: 2;
}
.footer ol li a {
  color: #ffffff;
}
.footer .footer_logo {
  width: 156px;
  margin: 40px auto 0;
}
.footer p {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
}

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

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

#fixnav {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
#fixnav.active {
  position: relative;
}
@media screen and (min-width: 768px) {
  #fixnav {
    width: 120px;
    bottom: 30%;
    right: 0;
  }
}
#fixnav #gotop {
  position: absolute;
  right: 0;
}
#fixnav #gotop #btn {
  width: 59px;
  margin: 10px;
}
#fixnav #navwrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #fixnav #navwrap {
    position: relative;
    width: 120px;
  }
}
#fixnav #navwrap ul {
  display: grid;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #fixnav #navwrap ul {
    grid-template-columns: 120px;
  }
}
#fixnav #navwrap ul li {
  border: solid 1px white;
  padding: 15px 16px 13px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #BD2D8F;
  color: #ffffff;
}
#fixnav #navwrap ul li:nth-child(2) {
  background: #00B900;
}
#fixnav #navwrap ul li:nth-child(3) {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
#fixnav #navwrap ul li a {
  text-decoration: none;
  color: #ffffff;
}
#fixnav #navwrap ul li .footer__icon {
  width: 2rem;
  margin: -2px 0 -23px -1.6rem;
}
#fixnav #navwrap ul li .footer_text {
  font-size: 11px;
  line-height: 1.27;
  margin: 0 -13px 0 8px;
  font-weight: bold;
}
#fixnav #navwrap ul li img {
  width: 100%;
}
#fixnav #navwrap ul li small {
  color: #333333;
  font-size: 10px;
  display: block;
  text-align: center;
}

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

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

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(247, 215, 232, 0.6);
}
.u-underline.is-active {
  animation: js-fadeIn 0s ease forwards;
}
.u-underline.is-active::before {
  animation: unliderline 0.3s 1s ease forwards;
}

.u-underline02 {
  position: relative;
  display: inline-block;
  padding: 0 0.2em;
}
.u-underline02::before {
  position: absolute;
  top: auto;
  left: 0;
  content: "";
  z-index: -1;
  bottom: 0.2em;
  height: 0.6em;
  background-color: rgba(249, 166, 32, 0.6);
}
.u-underline02.is-active {
  animation: js-fadeIn 0s ease forwards;
}
.u-underline02.is-active::before {
  animation: unliderline 0.3s 1s ease forwards;
}

.animation_deray.is-active {
  animation: js-fadeIn 0s ease forwards;
}
.animation_deray.is-active::before {
  animation: unliderline 1s 1.4s ease forwards;
}

.animation_deray02.is-active {
  animation: js-fadeIn 0s ease forwards;
}
.animation_deray02.is-active::before {
  animation: unliderline 1.2s 1.6s ease forwards;
}

.animation_deray03.is-active {
  animation: js-fadeIn 0s ease forwards;
}
.animation_deray03.is-active::before {
  animation: unliderline 1.4s 1.8s ease forwards;
}

.animation_deray04.is-active {
  animation: js-fadeIn 0s ease forwards;
}
.animation_deray04.is-active::before {
  animation: unliderline 1.6s 2s 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: #ECF4FC;
}
.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: #ECF4FC;
}
.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;
}

.is-active.-delay07 {
  transition-delay: 0.7s;
}/*# sourceMappingURL=style.css.map */