@charset "UTF-8";
/* responsive setting */
/* color setting */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
figure,
form,
fieldset,
input,
textarea,
p,
blockquote,
tbody,
th,
tr,
td,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
}

/*@media (max-width: 750px) {
  html {
    zoom: 0.5;
  }
}*/

@media (max-width: 750px) {
  html {
      font-size: 11px;
      /*transform: scale(0.5);*/
      /*margin: 0 calc(100vw / 2 * -1);*/
  }
}

body {
  color: #56676f;
  font-size: 2.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0em;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  /*overflow-x: hidden;*/
  text-align: justify;
}

/*@media (max-width: 750px) {
  body {
    -webkit-text-size-adjust: 50%;
  }
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

em,
i {
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
}

ul {
  list-style: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

li {
  list-style: none;
}

table,
tbody,
tr,
th,
td {
  border-collapse: collapse;
}

fieldset,
img {
  border: 0 none;
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

img[src$=".svg"] {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}

main,
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym,
tbody,
tr {
  border: 0 none;
}

select option {
  padding: 0 0.5em;
}

form label {
  cursor: pointer;
  display: block;
}

hr {
  clear: both;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

a {
  color: #415457;
  border: 0 none;
  outline: medium none;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}

a:focus,
a:hover,
button:focus,
button:hover {
  color: #415457;
  outline: medium none;
  text-decoration: none;
}

input,
select,
button {
  background: transparent;
  border: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Noto Sans SC", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
  vertical-align: middle;
  border-radius: 0;
}

input[type=submit] {
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  display: block;
  letter-spacing: inherit;
  padding: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}

textarea {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Noto Sans SC", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=text],
input[type=password],
textarea,
select {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}

*:focus {
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

iframe {
  border: none;
  display: block;
}

/*------------------------------------------------

		md_select_wrap

------------------------------------------------*/
.md_select_wrap {
  position: relative;
}

.md_select_wrap::after {
  background: url(../img/icn_arrow.svg) center center/24px 24px no-repeat;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 16px;
  right: 5px;
}

@media (max-width: 442px) {
  .md_select_wrap::after {
    top: 12px;
  }
}

.md_select_wrap select {
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.md_select_wrap select ::-ms-expand {
  display: none;
}

/*------------------------------------------------

		modal fade

------------------------------------------------*/
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap.mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.mfp-fade.mfp-wrap.mfp-ready.mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing.mfp-content {
  opacity: 0;
}

/*!
 * jquery-drawer v3.1.0
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*    Base
\*!------------------------------------*/
.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 162.5px;
  width: 162.5px;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #333;
  -webkit-overflow-scrolling: touch;
}

.drawer-brand {
  font-size: 15px;
  font-size: 15px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 37.5px;
  line-height: 37.5px;
  line-height: 3.75rem;
  display: block;
  padding-right: 7.5px;
  padding-right: 7.5px;
  padding-right: 0.75rem;
  padding-left: 7.5px;
  padding-left: 7.5px;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 10px;
  font-size: 10px;
  font-size: 2rem;
  display: block;
  padding: 7.5px;
  padding: 7.5px;
  padding: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: none;
}

.drawer-open .drawer-overlay {
  display: block;
}

.drawer--left .drawer-nav {
  left: -162.5px;
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 10px;
}

.drawer-menu-inner {
  height: 1100px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*!------------------------------------*    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -162.5px;
  right: -162.5px;
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

/*!------------------------------------*
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 11px;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 20px;
  width: 20px;
  width: 2rem;
  padding: 0;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 7.5px;
  padding-left: 7.5px;
  padding-left: 0.75rem;
  /*!------------------------------------
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);*/
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
  border-radius: 0;
}

.drawer-open .drawer-hamburger-icon,
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  background-color: #fff;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*!------------------------------------*    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: visible !important;
  clip: rect(0, 0, 0, 0);
  clip: inherit !important;
  width: 1px;
  height: 1px;
  margin: -4px;
  padding: 0;
  border: 0;
  left: 43px;
  top: 17px;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

.drawer--sidebar .drawer-hamburger {
  display: none;
  visibility: hidden;
}

.drawer--sidebar .drawer-nav {
  display: block;
  -webkit-transform: none;
  transform: none;
  position: fixed;
  width: 125px;
  width: 125px;
  width: 12.5rem;
  height: 100%;
}

/*! Left */
.drawer--sidebar.drawer--left .drawer-nav {
  left: 0;
  border-right: 1px solid #ddd;
}

.drawer--sidebar.drawer--left .drawer-contents {
  margin-left: 125px;
  margin-left: 125px;
  margin-left: 12.5rem;
}

/*! Right */
.drawer--sidebar.drawer--right .drawer-nav {
  right: 0;
  border-left: 1px solid #ddd;
}

.drawer--sidebar.drawer--right .drawer-contents {
  margin-right: 125px;
  margin-right: 125px;
  margin-right: 12.5rem;
}

/*! container */
.drawer--sidebar .drawer-container {
  max-width: 480px;
  max-width: 480px;
  max-width: 48rem;
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

/*!------------------------------------*    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 37.5px;
  padding-top: 37.5px;
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 37.5px;
  height: 37.5px;
  height: 3.75rem;
  padding: 0 7.5px;
  padding: 0 7.5px;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 37.5px;
  line-height: 37.5px;
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 37.5px;
  padding-top: 37.5px;
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 75px;
  padding-bottom: 75px;
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}

/*!------------------------------------*    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 37.5px;
  line-height: 37.5px;
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 7.5px;
  padding-right: 7.5px;
  padding-right: 0.75rem;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*!------------------------------------*    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

/*menu*/
.drawer--right.drawer-open .drawer-nav {
  width: 80%;
  z-index: 900;
}

.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after, .home .drawer-open .drawer-hamburger-icon:before, .home .drawer-open .drawer-hamburger-icon:after {
  background: #fff !important;
}

.drawer-hamburger {
  width: 110px;
  height: 110px;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  z-index: 9999;
  background: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  padding: 23px 25px 10px 25px;
  background: #15b8aa;
}

.drawer-hamburger-icon:before {
  top: -12px !important;
}

.drawer-hamburger .menu-text {
  font-size: 2rem;
  padding: 5px 0 0;
  margin: 12px 0 0;
  display: block;
  letter-spacing: -0.026em;
  font-weight: bold;
  color: #ffff !important;
}

.drawer-hamburger-icon:after {
  top: 12px !important;
}

.drawer-open .drawer-hamburger-icon:before {
  top: 0 !important;
}

.drawer-open .drawer-hamburger-icon:after {
  top: 0 !important;
}

.drawer-nav {
  background: none;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  height: 3px;
}

.drawer-hamburger-icon {
  margin-top: 5px;
}

.drawer-open #local-nav {
  width: 400px;
  right: 0 !important;
  top: 0 !important;
  left: inherit !important;
  z-index: 900;
}

.drawer-hamburger-icon:after {
  top: -5px;
  right: 0;
  left: inherit;
}

.drawer-open .drawer-hamburger-icon:after {
  width: inherit;
}

.local-nav-title {
  display: none !important;
}

.drawer-open .drawer-overlay {
  top: 50px;
  z-index: 1;
}

.menu-wrap {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  padding-bottom: 30px;
  width: 100%;
}

.menu-wrap .menu-inner {
  max-width: 940px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .drawer-open #local-nav {
    width: 100%;
  }
  .drawer-hamburger-icon:after {
    top: 8px !important;
  }
  .drawer-hamburger-icon:before {
    top: -8px !important;
  }
  .drawer-hamburger {
    display: block;
  }
  .menu-wrap {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    padding-bottom: 30px;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .menu-wrap .menu-inner {
    padding: 45px 0 0;
  }
}

.drawer--right .drawer-nav {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  right: -400px;
}

.drawer-menu .sp-menu-jp-txt a {
  font-size: 25.6px;
  font-size: 25.6px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .drawer-hamburger {
    width: 60px;
    height: 60px;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    z-index: 9999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
    right: 0 !important;
  }
  .drawer-hamburger-icon {
    margin-top: 21px;
  }
  .drawer-hamburger .menu-text {
    font-size: 2rem;
    margin: 5px 0 0;
  }
}

.drawer-nav {
  width: 400px;
}

#local-nav #nav-in {
  background: #222324;
  padding: 130px 60px;
}

#local-nav #nav-in ul li a {
  color: #fff;
  font-size: 2rem;
}

a:hover {
  opacity: 0.75;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1240px;
}

@media (max-width: 1023px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

._pc {
  display: block !important;
}

._pc__inline-block {
  display: inline-block !important;
}

._sp__inline-block {
  display: none !important;
}

._tb {
  display: none !important;
}

._sp {
  display: none !important;
}

._sm {
  display: none;
}

@media only screen and (max-width: 768px) {
  ._pc {
    display: none !important;
  }
  ._sp {
    display: block !important;
  }
  ._sm {
    display: none;
  }
  ._sp-table {
    display: table !important;
  }
  ._sp-table > * {
    display: table-cell !important;
    width: auto !important;
  }
  ._pc__inline-block {
    display: none !important;
  }
  ._sp__inline-block {
    display: inline-block !important;
  }
}

/*form*/
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

.form-control, select {
  display: block;
  width: 100%;
  height: 46px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 2px solid #333333;
  border-radius: 0;
  font-weight: normal !important;
}

select {
  background: none;
}

@media only screen and (max-width: 768px) {
  .form-control {
    height: 35px;
    font-size: 2.4rem;
  }
}

.form-control:focus {
  background: #fffde1 !important;
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #ddd;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.form-control:-ms-input-placeholder {
  color: #ddd;
}

.form-control::-webkit-input-placeholder {
  color: #ddd;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 30px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 768px) {
  .btn {
    padding: 15px;
    font-size: 2.4rem;
  }
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/*column*/
.c-flex-justify {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.c-flex-justify.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

/*column-set*/
.col.col-2 > * {
  width: 50%;
  padding: 10px;
}

.col.col-3 > * {
  width: 33.333%;
  padding: 10px;
}

.col.col-4 > * {
  width: 25%;
  padding: 10px;
}

.col.col-5 > * {
  width: 20%;
  padding: 10px;
}

.col.col-6 > * {
  width: 16.6666%;
  padding: 10px;
}

.col {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 0px;
}

.col.dis20 {
  margin: 0 -10px;
}

.col.dis20 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.col.dis25 {
  margin: 0 -12.5px;
}

.col.dis25 > * {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.col.dis0 {
  margin: 0 0;
}

.col.dis0 > * {
  padding-left: 0;
  padding-right: 0;
}

.col.dis10 {
  margin: 0 -5px;
}

.col.dis10 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.col.dis15 {
  margin: 0 -7.5px;
}

.col.dis15 > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.col.dis4 {
  margin: 0 -2px;
}

.col.dis4 > * {
  padding-left: 2px;
  padding-right: 2px;
}

.col.dis5 {
  margin: 0 -2.5px;
}

.col.dis5 > * {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.col.dis30 {
  margin: 0 -15px;
}

.col.dis30 > * {
  padding-left: 15px;
  padding-right: 15px;
}

.col.dis25 {
  margin: 0 -12.5px;
}

.col.dis25 > * {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.col.dis40 {
  margin: 0 -20px;
}

.col.dis40 > * {
  padding-left: 20px;
  padding-right: 20px;
}

.col.dis50 {
  margin: 0 -25px;
}

.col.dis50 > * {
  padding-left: 25px;
  padding-right: 25px;
}

.col.dis60 {
  margin: 0 -30px;
}

.col.dis60 > * {
  padding-left: 30px;
  padding-right: 30px;
}

.col.dis70 {
  margin: 0 -35px;
}

.col.dis70 > * {
  padding-left: 35px;
  padding-right: 35px;
}

.col.dis80 {
  margin: 0 -40px;
}

.col.dis80 > * {
  padding-left: 40px;
  padding-right: 40px;
}

.col.dis90 {
  margin: 0 -45px;
}

.col.dis90 > * {
  padding-left: 45px;
  padding-right: 45px;
}

.col.dis100 {
  margin: 0 -50px;
}

.col.dis100 > * {
  padding-left: 50px;
  padding-right: 50px;
}

.col.dis150 {
  margin: 0 -75px;
}

.col.dis150 > * {
  padding-left: 75px;
  padding-right: 75px;
}

.col.dis250 {
  margin: 0 -125px;
}

.col.dis250 > * {
  padding-left: 125px;
  padding-right: 125px;
}

@media only screen and (max-width: 959px) {
  .col.col-1-sp > * {
    width: 100% !important;
  }
  .col.col-2-sp > * {
    width: 50% !important;
    padding: 5px;
  }
  .col.col-3-sp > * {
    width: 33.33333% !important;
    padding: 5px;
  }
  .col.dis30-sp {
    margin: 0 -15px;
  }
  .col.dis30-sp > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col.dis5-sp {
    margin: 0 -2.5px;
  }
  .col.dis5-sp > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
    padding-bottom: 2.5px;
    padding-top: 2.5px;
  }
  .col.dis10-sp {
    margin: 0 -5px;
  }
  .col.dis10-sp > * {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .col.dis20-sp {
    margin: 0 -10px;
  }
  .col.dis20-sp > * {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .col.dis5-sp {
    margin: 0 -2.5px;
  }
  .col.dis5-sp > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .col.dis0-sp {
    margin: 0 0;
  }
  .col.dis0-sp > * {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

@media only screen and (max-width: 768px) {
  ._center_sp {
    text-align: center !important;
  }
  ._left_sp {
    text-align: left !important;
  }
  ._middle {
    position: static;
    top: 50%;
    /* Safari用 */
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  ._middle {
    position: static;
    top: 50%;
    /* Safari用 */
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.mt-0 {
  margin-top: 0px !important;
}


.mt-80 {
  margin-bottom: 80px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

._middle {
  vertical-align: middle !important;
}

._center {
  text-align: center;
}

body {
  display: block;
  width: auto;
  height: 90vh;
  background: url(../img/pc_bg.jpg);
  background-position: bottom center;
  background-size: cover;
  position: absolute;
  /* position: relative; */
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  margin: 0;
  background-attachment: fixed;
}


@media (max-width: 750px) {
  #m-wrap {
    /*max-width: 100%;*/
    transform: scale(0.5);
    margin: 0 calc(100vw / 2 * -1);
    transform-origin: center top;
  }
}

#c-wrap {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
}

@media (max-width: 750px) {
  #c-wrap {
    max-width: 100%;
  }
}

/*fonts*/
/*
font-family: 'Noto Sans JP', sans-serif;
*/
.menu_button {
  /*position: absolute;
  top: 30px;
  right: 20px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1040;
  position: fixed;
  position: -webkit-fixed;
  top: 30px;
  right: calc(50% - 350px);
}

@media (max-width: 750px) {
  .menu_button {
    width: 50px;
    height: 50px;
    top: 15px;
    right: 10px;
  }
}

.menu_button span {
  display: block;
  width: 50px;
  height: 1px;
  background: #1c3534;
}

@media (max-width: 750px) {
  .menu_button span {
    display: block;
    width: 25px;
    height: 1px;
    background: #1c3534;
  }
}

.menu_button span + span {
  margin-top: 10px;
}
.menu_button.active {
  top: 30px;
}

.menu_button.active::after {
  color: #fff;
}

.menu_button.active span {
  background: #1c3534;
}

.menu_button.active span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 2px;
}

.menu_button.active span:nth-of-type(2) {
  display: none;
}

.menu_button.active span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu_button.active span + span {
  margin-top: 0;
}

.circle-bg {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: scale(0);
  transform: scale(0);
  top: -50px;
  left: calc(50% - 50px);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.circle-bg.circleactive {
  -webkit-transform: scale(50);
  transform: scale(50);
}

#g-nav.panelactive {
  position: fixed;
  top: 0;
  left: 25%;
  width: 100%;
  height: 100vh;
  z-index: 999;
}

@media (max-width: 750px) {
  #g-nav.panelactive {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
  }
}

#g-nav-list {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  max-width: 750px;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 750px) {
  #g-nav-list {
    max-width: 100%;
  }
}

#g-nav.panelactive #g-nav-list {
  display: block;
}

/*ナビゲーション*/
#g-nav nav {
  opacity: 0;
  position: absolute;
  width: 80%;
  z-index: 999;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 750px) {
  #g-nav nav {
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}


#g-nav nav .ttl {
  margin: 60px auto;
  width: 196px;
}

@media (max-width: 750px) {
#g-nav nav .ttl {
    margin: 20px auto;
    width: 98px;
  }
}

#g-nav nav .ttl img {
  width: 100%;
  height: auto;
}

#g-nav nav ul {
  line-height: 1;
}

#g-nav nav ul li {
  margin-bottom: 36px;
}

@media (max-width: 750px) {
  #g-nav nav ul li {
    margin-bottom: 18px;
  }
}

#g-nav.panelactive nav {
  opacity: 1;
}

#g-nav.panelactive ul li {
  -webkit-animation-name: gnaviAnime;
  animation-name: gnaviAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  /*0.2 秒遅らせて出現*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*mv*/
.hero {
  padding: 0 0 40px;
  /*height: 58vh;*/
  position: relative;
}

@media (max-width: 750px) {
  .hero img {
    width: 100%;
  }
}

.hero h1 {
  font-size: 0;
  padding: 30px;
  height: 80px;
  background: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hero h1 img {
  width: 65%;
  max-width: 250px;
  height: auto;
}
.mv {
    padding-bottom: 20px;
}
.bnr {
    padding-left: 40px;
    padding-right: 40px;
}

.reserve-area {
  margin: 0 auto;
  width: 80%;
  max-width: 570px;
  text-align: center;
}

.reserve-area .txt {
  display: inline-block;
  max-width: 570px;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.flow-area .flow-container .flow-box .cv-wrap .cv-box .btn .txt {
  margin: 0 auto 10px;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 750px) {
  .reserve-area .txt {
    font-size: 20px;
    margin: 0 auto 15px;
  }
}
@media (max-width: 750px) {
  .flow-area .flow-container .flow-box .cv-wrap .cv-box .btn .txt  {
    font-size: 19px;
    margin: 0 auto 10px;
  }
}

.reserve-area .txt::before,
.flow-area .flow-container .flow-box .cv-wrap .cv-box .btn .txt::before  {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #56676f;
  transform: rotate(65deg);
}
.reserve-area .txt::after,
.flow-area .flow-container .flow-box .cv-wrap .cv-box .btn .txt::after  {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #56676f;
  transform: rotate(-65deg);
}
.reserve-area .txt::before {
  top: 50%;
  left: -50px;
}
.reserve-area .txt::after {
  top: 50%;
  right: -50px;
}

.flow-area .flow-container .flow-box .cv-wrap .cv-box .btn .txt::before {
  top: 50%;
  left: -15px;
}
.flow-area .flow-container .flow-box .cv-wrap .cv-box .btn .txt::after {
  top: 50%;
  right: -15px;
}

@media (max-width: 750px) {
  .reserve-area .txt::before,
  .flow-area .flow-container .flow-box .cv-wrap .cv-box .btn .txt::before  {
    width: 45px;
    height: 1px;
  }
}

/* .reserve-area .txt::after,
.flow-area .flow-container .flow-box .cv-wrap .cv-box .btn .txt::after  {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #56676f;
  transform: rotate(65deg);
}
.reserve-area .txt::before {
  top: 60%;
  left: -50%;
}
.reserve-area .txt::after {
  top: 60%;
  right: -50%;
}

@media (max-width: 750px) {
  .reserve-area .txt::before,
  .flow-area .flow-container .flow-box .cv-wrap .cv-box .btn .txt::before  {
    width: 45px;
    height: 1px;
    left: -15px;
  }
} */


.reserve-area .reserve-btn {
  position: relative;
  text-align: center;
}

.reserve-area .reserve-btn a {
  margin-bottom: 40px;
  display: block;
}

.reserve-area .reserve-btn a:before {
  position: absolute;
  content: "";
  background: url(../img/icn_line.svg) no-repeat center/contain;
  width: 35px;
  height: 35px;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
}
.reserve-area .reserve-btn a img {
  width: 100%;
  height: auto;
}

.reserve-area .reserve-box {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  flex-direction: column;
  align-items: center;
}

.reserve-area .reserve-box div {
  padding: 15px 25px;
  width: 62%;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f4f4;
  border-radius: 25px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reserve-area .reserve-box div span {
  margin: 0 10px;
  width: 7px;
  height: 10px;
  background: url(../img/arrow-g.svg) no-repeat 0 0/contain;
  display: block;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
}

.container.bg {
  background: #f4f4f4;
}

.container.bg02 {
  padding-bottom: 100px;
  background: #f4f4f4;
}

.container.bg03 {
  padding: 0 35px 0;
}

.container.bg03 .cv-area {
  padding: 0px 35px 80px;
}
/* .container.bg03 .cv-area .cta-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
} */
.container.bg03 .cv-area .cta-text {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container.bg03 .cv-area .cta-text div {
  width: 280px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  margin: 0 0 10px;
  position: relative;
  color: #56676f;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .container.bg03 .cv-area .cta-text div {
    font-size: 19px;
    margin: 0 0 10px;
  }
}
.container.bg03 .cv-area .cta-text div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: 40px;
  height: 1px;
  background: #56676f;
  transform: rotate(65deg);
}
@media (max-width: 750px) {
  .container.bg03 .cv-area .cta-text div::before {
    left: -15px;
    width: 45px;
    height: 1px;
  }
}
.container.bg03 .cv-area .cta-text div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  width: 40px;
  height: 1px;
  background: #56676f;
  transform: rotate(-65deg);
}
@media (max-width: 750px) {
  .container.bg03 .cv-area .cta-text div::after {
    right: -15px;
    width: 45px;
    height: 1px;
  }
}

.container.bg03 .cv-area .cv-box div:nth-child(2)::before,
.container.bg03 .cv-area .cv-box div:nth-child(2)::after {
  content: "";
  position: static;
}

.container.bg03 .cv-area .cv-box .btn {
  padding: 0;
}



#access + .container.bg03 .cv-area .cv-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
#access + .container.bg03 .cv-area .cv-box .pic{
  /* margin: 0 0 30px; */
  width: calc(100% / 3);
}
#access + .container.bg03 .cv-area .banner {
  padding: 0;
  margin: 0 auto 30px;
}
#access + .container.bg03 .cv-area .contact-box{
  width: 280px;
  display: block;
  color: #fff !important;
  background: linear-gradient(to bottom, #7BB9AD, #498C7F);
  text-align: center !important;
  border-radius: 50px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding: 20px 10px 20px 40px;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
#access + .container.bg03 .cv-area .contact-box.tel-btn{
  background: linear-gradient(to bottom, #CC72AD, #8C496F);
}

.en {
  margin-bottom: 30px;
}

.radius {
  padding: 12px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f4f4;
  border-radius: 25px;
  color: #56676f;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.radius_10 {
  border-radius: 10px;
}
/* cv */
.cv-area {
  padding: 80px 35px;
  background: #fff;
}

.cv-area h2 {
  position: relative;
  margin-bottom: 56px;
  padding-bottom: 40px;
  text-align: center;
}

.cv-area h2::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background: #b2d2cc;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px);
}

.cv-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cv-box.clinic-box .txt,
.cv-wrap.is_btn .txt {
  text-align: center;
}

.cv-wrap.is_btn .txt {
  margin: 20px 0 0 0;
  font-size: 16px;
  position: relative;
  line-height: 1.4;
}

.cv-wrap.is_btn .txt::before {
    content: "";
    position: absolute;
    top: 55%;
    left: 15px;
    width: 40px;
    height: 1px;
    background: #56676f;
    transform: rotate(65deg);
}

@media (max-width: 750px) {
  .cv-wrap.is_btn .txt {
    margin: 15px 0 0 0;
    font-size: 18px;
}
}

.cv-wrap.is_btn .txt::after {
    content: "";
    position: absolute;
    top: 55%;
    right: 15px;
    width: 40px;
    height: 1px;
    background: #56676f;
    transform: rotate(-65deg);
}

.cv-box {
  display: flex;
  flex-direction: column;
}

.cv-box.clinic-box {
  justify-content: center;
  gap: 30px;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}

.cv-box .txt {
  font-size: 20px;
  font-size: 20px;
  line-height: 1.25;
}

.cv-box.clinic-box .txt {
  font-size: 20px;
  line-height: 1.25;
  /* width: calc(100% / 3); */
  margin-top: 30px;
}

.cv-area .cv-wrap .btn {
  margin-top: auto;
  padding-top: 10px;
}

/* .cv-area .cv-box div:nth-child(2) {
  margin-top: auto;
  font-size: 16px;
  position: relative;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .cv-area .cv-box div:nth-child(2) {
    padding: 0;
    font-size: 19px;
  }
}

.cv-area .cv-box div:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 1px;
  background: #56676f;
  transform: rotate(65deg);
}
@media (max-width: 750px) {
  .cv-area .cv-box div:nth-child(2)::before {
    width: 45px;
    height: 1px;
    left: 0;
  }
}

.cv-area .cv-box div:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 40px;
  height: 1px;
  background: #56676f;
  transform: rotate(-65deg);
}
@media (max-width: 750px) {
  .cv-area .cv-box div:nth-child(2)::after {
    width: 45px;
    height: 1px;
    right: 0;
  }
} */

#reserve .cv-box div:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 65%;
  left: 15px;
  width: 40px;
  height: 1px;
  background: #56676f;
  transform: rotate(65deg);
}
@media (max-width: 750px) {
  #reserve .cv-box div:nth-child(3)::before {
    width: 45px;
    height: 1px;
    left: 0;
  }
}
#reserve .cv-box div:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 65%;
  right: 15px;
  width: 40px;
  height: 1px;
  background: #56676f;
  transform: rotate(-65deg);
}
@media (max-width: 750px) {
  #reserve .cv-box div:nth-child(3)::after {
    width: 45px;
    height: 1px;
    right: 0;
  }
}

.cv-wrap .pic {
  /* margin-bottom: 30px; */
  text-align: center;
  width: calc(100% / 3);
}
.cv-wrap .btn {
  margin-top: auto;
}

#reserve .cv-wrap .btn {
  margin-top: 0;
  padding-top: 10px;
}

.cv-wrap .contact-box{
  width: 280px;
  display: block;
  color: #fff !important;
  background: linear-gradient(to bottom, #CC72AD, #8C496F);
  text-align: center !important;
  border-radius: 50px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding: 20px 10px 20px 40px;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.cv-wrap .line-btn .contact-box{
  background: linear-gradient(to bottom, #7BB9AD, #498C7F);
  }

/* .cv-wrap .cv-box:last-child .btn .contact-box{
  background: linear-gradient(to bottom, #7BB9AD, #498C7F) !important;
} */
.banner {
  display: block;
  margin: 0 auto 50px;
  padding: 0 65px;
}
@media (max-width: 750px) {
  .banner {
    padding: 0 32.5px;
  }
}

.cv-wrap + .banner {
  display: block;
  margin: 50px auto 0;
  padding: 0;
}
.flow-box .banner {
  padding: 0;
}
.container.bg02 + .banner {
  display: block;
  padding: 100px 65px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .container.bg02 + .banner {
    padding: 50px 32.5px;
  }
}

/*exp*/
.exp-area {
  padding: 0;
  background: url(../img/exp-bg.png) no-repeat 0 -50px;
}

@media (max-width: 750px) {
  .exp-area {
    background-size: cover;
  }
  .exp-area img {
    width: 100%;
  }
}

.exp-area .exp-list {
  padding-left: 40px;
  padding-right: 40px;
}

.exp-area .exp-list ul {
  padding: 30px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.exp-area .exp-list ul li {
  padding: 20px 0 20px 56px;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: justify;
  background: url(../img/icn-chk.svg) no-repeat 0 30px/24px 20px;
  border-top: 1px solid #eee;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

.exp-area .exp-list ul li:first-of-type {
  border-top: none;
}

.exp-area .exp-list ul li span {
  color: #498c7f;
  font-weight: 600;
}

/*safe*/
.safe-area {
  position: relative;
  padding-bottom: 80px;
  background: #d4e4e1;
}

.safe-area::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 80px solid transparent;
  border-right: 750px solid #fff;
}

.safe-area h2 {
  position: relative;
  padding: 150px 0;
  text-align: center;
}

.safe-area h2::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 100px;
  background: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px);
}

.safe-box {
  margin-bottom: 100px;
  padding: 60px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
}

.safe-box .radius {
  padding: 15px 20px;
  margin-bottom: 30px;
  display: inline-block;
  color: #4c8d81;
}

.safe-box .catch {
  margin-bottom: 30px;
}

.safe-box .catch span {
  padding: 10px 20px;
  color: #498c7f;
  font-size: 2.4rem;
  font-weight: 700;
  background: #f4f4f4;
  border-radius: 25px;
  display: inline-block;
}

.safe-box .ttl {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 40px;
}

.safe-box .ttl::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background: #498c7f;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.safe-box .text {
  padding-top: 50px;
}

.safe-box .text p {
  color: #56676f;
  font-size: 2.4rem;
  text-align: left;
}

.safe-box .text p.center {
  color: #56676f;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
}
.safe-box .text a {
  color: #498c7f;
  text-decoration: underline;
}

.safe-box .text a:hover {
  text-decoration: none;
}

.safe-box .text span.large {
  font-size: 3rem;
  font-weight: 700;
}

.safe-box .text span.green {
  color: #498c7f;
}

.safe-box .text .note {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 2rem;
  color: #999;
}

.safe-box .text .att {
  margin-bottom: 0 !important;
  padding: 0 20px;
  color: #498c7f !important;
  font-weight: 700;
  letter-spacing: 0.075em;
}

.safe-box .text ul {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.safe-box .text ul li {
  padding: 20px 0 0 46px;
  color: #1c3534;
  font-size: 2.4rem;
  font-weight: 700;
  background: url(../img/icn-chk.svg) no-repeat 0 30px/24px 20px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: left;
}

.safe-box .text ul li span {
  color: #498c7f;
}

/*swiper*/
.swiper {
  position: relative;
  margin-bottom: 40px;
  height: 480px;
}

.swiper::after {
  position: absolute;
  content: '';
  width: 260px;
  height: 260px;
  background: #f4f4f4;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -66%);
  transform: translate(-50%, -66%);
}

.swiper.swiper02 {
  margin-bottom: 0;
  background: #f4f4f4;
}

.swiper.swiper02::after {
  background: #fff;
}

.swiper-slide {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: center;
  transform-origin: center;
  opacity: .6;
  width: 250px;
}

.swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-slide a .slide img {
  font-size: 0;
  width: 250px;
}

.swiper-slide-active {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 100px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
  width: 50px;
  height: 100px;
}

.swiper-button-prev {
  top: 36%;
  left: 0;
}

.swiper-button-prev::after {
  background: url(../img/btn-prev.png) no-repeat 0 0/contain;
}

.swiper-button-next {
  top: 36%;
  right: 0;
}

.swiper-button-next::after {
  background: url(../img/btn-next.png) no-repeat 0 0/contain;
}

.swiper-pagination {
  bottom: 0;
  z-index: 2;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  background: #8acfc0;
  border-radius: 0;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #4a8e81;
}

/*lineup*/
.lineup-area {
  padding: 120px 0 0;
}

.lineup-area .c-ttl {
  text-align: center;
}

.lineup-area .c-ttl h2 {
  margin-bottom: 10px;
}

.lineup-area .c-ttl .catch {
  margin-bottom: 60px;
}

.lineup-area .lineup-menu {
  margin-top: 60px;
  margin-bottom: 100px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f4f4;
}

.lineup-area .lineup-menu .lineup-box {
  margin-bottom: 10px;
  padding: 80px 0 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.lineup-area .lineup-menu .lineup-box .c-ttl {
  text-align: center;
}

.lineup-area .lineup-menu .lineup-box .c-ttl h3 {
  margin-bottom: 60px;
}

.lineup-area .lineup-menu .lineup-box .c-ttl .radius:first-of-type {
  width: 360px;
  margin: 0 auto 20px;
  background: #456e8a;
  color: #fff;
  font-weight: 400;
}

.lineup-area .lineup-menu .lineup-box .c-ttl .radius:last-of-type {
  width: 360px;
  margin: 0 auto 60px;
  background: #498c7f;
  color: #fff;
  font-weight: 400;
}

.lineup-area .lineup-menu .lineup-box ul {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px;
}
.lineup-area .lineup-menu .lineup-box ul li{
  margin-bottom: 30px;
}
.lineup-area .lineup-menu .lineup-box .bg-green{
  background: linear-gradient(90deg, rgba(106,139,161,1) 0%, rgba(109,163,153,1) 100%);
  padding: 80px 0 60px;
}

.lineup-area .lineup-menu .lineup-box dl {
  margin-bottom: 20px;
  border-bottom: 1px solid #f4f4f4;
}

.lineup-area .lineup-menu .lineup-box dl dt {
  margin-bottom: 20px;
}

.lineup-area .lineup-menu .lineup-box dl dd {
  margin-bottom: 20px;
  padding-left: 30px;
  background: url(../img/arrow-g.svg) no-repeat 0 21px/8px 13px;
}
.lineup-area .lineup-menu .container {
  padding: 0;
}
.lineup-area .lineup-menu .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lineup-area .lineup-menu .tab-menu li {
  padding: 32px 56px;
  width: 49.8%;
  background: #d4e4e1;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  text-align: center;
}

.lineup-area .lineup-menu .tab-menu li.active {
  background: #f4f4f4;
}

.lineup-area .lineup-menu .tab-contents {
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f4f4;
}

.lineup-area .lineup-menu .tab-contents .tab-content {
  display: none;
}

.lineup-area .lineup-menu .tab-contents .tab-content.active {
  display: block;
}

.lineup-area .lineup-menu .tab-contents .tab-content figure {
  width: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lineup-area .lineup-menu .tab-contents .tab-content .text {
  width: 66%;
}

.lineup-area .lineup-menu .tab-contents .tab-content .text p {
  color: #56676f;
  font-size: 2.4rem;
  line-height: 2.4;
  letter-spacing: 0.1em;
}
.lineup-area .lineup-menu .tab-contents .tab-content .radius {
  background: #FFF;
}

/*lineup-menu*/
.lineup-menu-area {
  background: #f4f4f4;
}

.lineup-menu-area .c-ttl {
  position: relative;
  padding: 100px 0;
  text-align: center;
}

.lineup-menu-area .c-ttl::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background: #b2d2cc;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px);
}

.lineup-menu-area .c-ttl h2 {
  margin-bottom: 30px;
}

.lineup-menu-area .c-ttl02 {
  position: relative;
  padding: 100px 0 60px;
  text-align: center;
}

.lineup-menu-area .c-ttl02 h2 {
  margin-bottom: 30px;
}
.lineup-menu-area p.lead {
  margin: 50px 0 100px;
  font-size: 2.4rem;
  /*font-weight: 700;*/
  text-align: center;
  line-height: 2.41;
  letter-spacing: 0.1em;
}
.lineup-menu-area p.lead span {
  color: #4a8e81;
}
.lineup-menu-area p.lead span.gray {
  color: #1c3534;
}
.lineup-menu-area p.lead span.bold {
  font-weight: 700;
}
.lineup-menu-area p.lead span.large {
    font-size: 3rem;
    font-weight: 700;
}
.lineup-menu-area p.lead span.large02 {
    font-size: 3.8rem;
    font-weight: 700;
}
.lineup-menu-area p.lead span.big {
    font-size: 6rem;
    font-weight: 400;
}

.lineup-menu-area p.lead02 {
  margin: 50px 0 60px;
  font-size: 2.4rem;
  /*font-weight: 700;*/
  text-align: center;
  line-height: 2.41;
  letter-spacing: 0.1em;
}
.lineup-menu-area p.lead02 .fraction{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.lineup-menu-area p.lead02 .fraction_n,.lineup-menu-area p.lead02 .fraction_d{
  display: block;
  line-height: 1.5;
  font-size: 2.4rem;
  color: #1c3534;
}
.lineup-menu-area p.lead02 .fraction_n{
  border-bottom: 1px solid #1c3534;
  line-height: 1.5;
  font-size: 2.4rem;
  color: #1c3534;
}
.lineup-menu-area .item-box {
  margin-bottom: 100px;
  padding: 100px 60px 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
}
.lineup-menu-area .item-box.bg-green {
  background: linear-gradient(90deg, rgba(106,139,161,1) 0%, rgba(109,163,153,1) 100%);
}
.lineup-menu-area p.lead02 span {
  color: #4a8e81;
}
.lineup-menu-area p.lead02 span.gray {
  color: #1c3534;
}
.lineup-menu-area p.lead02 span.large {
    font-size: 3rem;
    font-weight: 700;
}
.lineup-menu-area .item-box .radius {
  margin-bottom: 45px;
  padding: 12px 30px;
  color: #4a8e81;
  display: inline-block;
}

.lineup-menu-area .item-box .mb-50 {
  margin-bottom: 50px !important;
}

.lineup-menu-area .item-box h3 {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 42px;
}

.lineup-menu-area .item-box h3::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background: #b2d2cc;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px);
}

.lineup-menu-area .item-box h4 {
  margin-bottom: 40px;
  color: #4a8e81;
  font-size: 2.4rem;
  font-weight: 700;
}

.lineup-menu-area .item-box h4.line {
  margin-top: 80px;
}

.lineup-menu-area .item-box .line span {
  margin: 0 auto;
  width: 50px;
  height: 2px;
  background: #d4e4e1;
  display: block;
}

.lineup-menu-area .item-box p {
  margin-bottom: 60px;
  font-size: 2.4rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
}

.lineup-menu-area .item-box p.is_campaign {
  color: #C35D6B;
  font-weight: 700;
  margin-bottom: 45px;
}

.lineup-menu-area .item-box p.is_campaign span{
  font-size: 1.8rem;
}

.lineup-menu-area .item-box p.item-lead {
  margin-bottom: 50px;
  text-align: center;
}

.lineup-menu-area .item-box p.item-lead02 {
  margin-bottom: 100px;
  text-align: center;
}

#hydra p.item-lead {
  text-align: center;
}

.lineup-menu-area .item-box p.bold {
  font-weight: 700;
}

.lineup-menu-area .item-box p.green01 {
  color: #1c3534;
}

.lineup-menu-area .item-box p.note {
  margin-bottom: 0;
  font-size: 2rem;
  color: #999;
  text-align: left;
}
.lineup-menu-area .item-box p .marker {
  background-color: #FFF1C9;
  padding: 0.1em 0.2em;
  color: #1c3534;
  margin: 0.1em 0.2em;
  font-weight: 700;
}

.lineup-menu-area .item-box p .pc {
  display: block;
}
@media (max-width: 750px){
  .lineup-menu-area .item-box p .pc {
  display: none;
}
}
.lineup-menu-area .item-box p .sp {
  display: none;
}
@media (max-width: 750px){
  .lineup-menu-area .item-box p .sp {
  display: block;
}
}

.lineup-menu-area .item-box .large {
  font-size: 3rem;
  font-weight: 700;
}

.lineup-menu-area .item-box .small {
  font-size: 2rem;
}

.lineup-menu-area .item-box .green {
  color: #4a8e81 !important;
}

.lineup-menu-area .item-box .green03 {
  color: #56676f;
}

.lineup-menu-area .item-box div.detail-box {
  display: flex;
  margin-bottom: 40px;
}

.lineup-menu-area .item-box figure {
  margin-bottom: 50px;
}

.lineup-menu-area .item-box figure.fig02 {
  margin-bottom: 100px;
  display: flex;
  width: 48%;
}
@media (max-width: 750px){
  .lineup-menu-area .item-box figure.fig02 {
    margin-bottom: 100px;
    display: block;
    width: 100%;
  }
}

.lineup-menu-area .item-box figure.fig02 img {
  margin: 10px;
}

.lineup-menu-area .item-box figure.fig03 {
  width: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 5%;
}

.lineup-menu-area .item-box figure.fig03 + .text {
    align-items: center;
    display: flex;
    text-align: left;
    width: 60%;
}

.lineup-menu-area .item-box figcaption {
  margin-top: 10px;
  font-size: 2rem;
  color: #999;
  letter-spacing: 0.075em;
}

.lineup-menu-area .item-box .pic {
  margin-bottom: 40px;
}

.lineup-menu-area .item-box .case_list_item_detail {
  margin-top: 3rem;
  margin-bottom: 80px;
  padding: 2rem min(8%, 3rem);
  font-size: 2rem;
  background: #f4f4f4;
  text-align: left;
  letter-spacing: 0.1em;
}

.lineup-menu-area .item-box .case_list_item_detail.last {
  margin-bottom: 0;
}

.lineup-menu-area .case_list_item_detail_item.is_blessing-campaign {
  color: #C35D6B;
  margin-top: 2rem;
  font-weight: 600;
}

.lineup-menu-area .item-box .price-ttl {
  position: relative;
  margin-bottom: 45px;
  height: 50px;
}

.lineup-menu-area .item-box .price-ttl h5 {
  position: absolute;
  margin-bottom: 0 !important;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.lineup-menu-area .item-box .price-ttl::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #f4f4f4;
  left: 0;
  top: 50%;
  z-index: 1;
}

.lineup-menu-area .item-box .price-sttl {
  margin-bottom: 40px;
}

.lineup-menu-area .item-box .price {
  margin-bottom: 50px;
  line-height: 1;
}

.lineup-menu-area .item-box .text ul {
  padding: 0 130px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.lineup-menu-area .item-box .text ul.wide {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.lineup-menu-area .item-box .text ul li {
  padding: 20px 0 0 46px;
  color: #1c3534;
  font-size: 2.4rem;
  font-weight: 700;
  background: url(../img/icn-chk.svg) no-repeat 0 30px/24px 20px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: left;
}

.lineup-menu-area .item-box .text_tsuyadama p {
  text-align: center;
  color: #fff;
}

.lineup-menu-area .item-box .text_tsuyadama ul {
  padding: 0 100px 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lineup-menu-area .item-box .text_tsuyadama ul li {
  padding: 20px 0 0 46px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  background: url(../img/icn-chk.svg) no-repeat 0 30px/24px 20px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: left;
}

/*active*/
.lineup-menu-area.active {
  /*picosure*/
  /*hydra*/
  /*dermapen*/
}

.lineup-menu-area.active .active-01 .picosure_img {
  margin-top: 100px;
}

.lineup-menu-area.active .active-01-head {
  text-align: center;
}

.lineup-menu-area.active .active-01-head .text01 {
  margin: 100px 0 50px;
}

.lineup-menu-area.active .active-01-head figure.tbl {
  margin: 0 auto 100px;
  max-width: 610px;
}

.lineup-menu-area.active .active-01-head .lead02 {
  color: #1c3534;
  font-weight: 400;
}

.lineup-menu-area.active .active-01-head .lead02 span {
  font-size: 3rem;
  font-weight: 700;
}

.lineup-menu-area.active .active-02 .mb {
  margin-bottom: 20px;
}

.lineup-menu-area.active .active-02 .item-box .fig01 {
  margin-bottom: 80px;
}

.lineup-menu-area.active .active-02 .item-box span.text-bg {
    display: inline-block;
    background: #d4e4e1;
    padding: 0.1em 0.2em;
    color: #1c3534;
    margin: 0.1em 0.2em;
    font-weight: 700;
    width: auto;
    height: auto;
}

.lineup-menu-area.active .active-02 .item-box .price-text {
  color: #1c3534;
  font-size: 2rem;
}

.lineup-menu-area.active .active-03 {
  padding-bottom: 100px;
}

.lineup-menu-area.active .active-03 .item-box figure {
  margin: 90px 0 100px;
}

.lineup-menu-area.active .active-03 .item-box #collection {
  margin-bottom: 100px;
}

.lineup-menu-area.active .active-03 .item-box #collection .ttl {
  margin-bottom: 50px;
  cursor: pointer;
}

/*.lineup-menu-area.active .active-03 .item-box #collection .collection-in {
  display: none;
}*/

.lineup-menu-area.active .active-03 .item-box #collection .collection-in.active {
  display: block;
}

.lineup-menu-area.active .active-03 .item-box #collection .collection-in table {
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #4a8e81;
  border-collapse: collapse;
  font-size: 2rem;
  color: #1c3534;
}

.lineup-menu-area.active .active-03 .item-box #collection .collection-in table th {
  padding: 10px 2px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  background: #4a8e81;
  border: 1px solid #4a8e81;
}

.lineup-menu-area.active .active-03 .item-box #collection .collection-in table td {
  border: 1px solid #4a8e81;
}

.lineup-menu-area.active .active-03 .item-box #collection .collection-in table td:first-of-type {
  font-weight: 700;
  background: #d4e4e1;
}

.lineup-menu-area.active .active-03 .item-box #collection .collection-in table.tbl01 tr.tr01 td {
  font-weight: 700;
  background: #d4e4e1;
}

.lineup-menu-area.active .active-03 .item-box #collection .collection-in table.tbl01 td {
  padding: 10px 2px;
  width: 14%;
}

.lineup-menu-area.active .active-03 .item-box #collection .collection-in table.tbl01 td:first-of-type {
  width: 29%;
}

.lineup-menu-area.active .active-03 .item-box #collection .collection-in table.tbl02 th {
  width: 50%;
}

.lineup-menu-area.active .active-03 .item-box #collection .collection-in table.tbl02 td {
  padding: 10px 2px;
  width: 50%;
}

.lineup-menu-area.active .active-03 .item-box #collection .collection-in p.note {
  margin-bottom: 60px;
}

/*soft*/
.lineup-menu-area.soft {
  /*mesonaj*/
  /*biyotenteki*/
}

/* .lineup-menu-area.soft .soft-01 {
  padding-top: 100px;
} */

.lineup-menu-area.soft .soft-01 h4 {
  margin-bottom: 70px;
}

.lineup-menu-area.soft .soft-01 .item-box .text01 {
  margin-bottom: 60px;
}

.lineup-menu-area.soft .soft-01 .item-box .line {
  margin-top: 60px;
  margin-bottom: 60px;
}

.lineup-menu-area.soft .soft-01 #course5 .course5-in {
  /*display: none;*/
  display: block;
}

.lineup-menu-area.soft .soft-01 #course5 .course5-in.active {
  display: block;
}
.lineup-menu-area.soft .soft-01 #course5  {
  padding-bottom: 60px;
  background: #fff;
}

.lineup-menu-area.soft .soft-01 #course5 h3 {
  margin-top: -74px;
}

.lineup-menu-area.soft .soft-01 #course5 table {
  margin: 60px auto 50px;
  width: calc(100% - 80px);
  border: 1px solid #4a8e81;
  border-collapse: collapse;
  font-size: 2rem;
  color: #1c3534;
}

.lineup-menu-area.soft .soft-01 #course5 table th {
  padding: 25px;
  width: 30%;
  font-weight: 700;
  text-align: center;
  vertical-align: center;
  background: #d4e4e1;
  border: 1px solid #4a8e81;
}

.lineup-menu-area.soft .soft-01 #course5 table td {
  padding: 25px;
  width: 70%;
  text-align: left;
  border: 1px solid #4a8e81;
}

.lineup-menu-area.soft .soft-01 #course5 p.note {
  color: #4a8e81;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 60px;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
.lineup-menu-area.soft .soft-01 .course5  {
  padding-bottom: 100px;
  background: #fff;
}

.lineup-menu-area.soft .soft-01 .course5 h3 {
  margin-top: -74px;
}

.lineup-menu-area.soft .soft-01 .course5 table {
  margin: 60px auto 50px;
  width: calc(100% - 80px);
  border: 1px solid #4a8e81;
  border-collapse: collapse;
  font-size: 2rem;
  color: #1c3534;
}

.lineup-menu-area.soft .soft-01 .course5 table th {
  padding: 25px;
  width: 30%;
  font-weight: 700;
  text-align: center;
  vertical-align: center;
  background: #d4e4e1;
  border: 1px solid #4a8e81;
}

.lineup-menu-area.soft .soft-01 .course5 table td {
  padding: 25px;
  width: 70%;
  text-align: left;
  border: 1px solid #4a8e81;
}

.lineup-menu-area.soft .soft-01 .course5 p.note {
  color: #4a8e81;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 40px;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.1em;
}

.lineup-menu-area.soft .soft-02 .item-box table {
  margin: 60px auto 0;
  width: 100%;
  border: 1px solid #4a8e81;
  border-collapse: collapse;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #1c3534;
}

.lineup-menu-area.soft .soft-02 .item-box table th {
  padding: 15px 10px;
  width: 278px;
  font-weight: 700;
  text-align: center;
  vertical-align: center;
  background: #d4e4e1;
  border: 1px solid #4a8e81;
}

.lineup-menu-area.soft .soft-02 .item-box table td {
  padding: 15px 10px;
  width: calc(100% - 278px);
  text-align: center;
  border: 1px solid #4a8e81;
}

/*petit*/
.lineup-menu-area.petit .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lineup-menu-area.petit .tab-menu li {
  padding: 32px 56px;
  width: 49.8%;
  background: #d4e4e1;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

.lineup-menu-area.petit .tab-menu li.active {
  background: #f4f4f4;;
  
}

.lineup-menu-area.petit .tab-contents {
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f4f4;
}

.lineup-menu-area.petit .tab-contents .tab-content {
  display: none;
}

.lineup-menu-area.petit .tab-contents .tab-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lineup-menu-area.petit .tab-contents .tab-content figure {
  width: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lineup-menu-area.petit .tab-contents .tab-content .text {
  width: 66%;
}

.lineup-menu-area.petit .tab-contents .tab-content .text p {
  color: #56676f;
  font-size: 2.4rem;
  line-height: 2.4;
  letter-spacing: 0.1em;
}

.lineup-menu-area.petit .ultra-mpt {
  padding: 100px 0;
  text-align: center;
}

.lineup-menu-area.petit .ultra-mpt p {
  margin-bottom: 50px;
  color: #1c3534;
  font-size: 2.4rem;
  line-height: 2.4;
  letter-spacing: 0.1em;
}

/*homecare*/
.lineup-menu-area.homecare .homecare-list ul {
  padding-bottom: 50px;
}

.lineup-menu-area.homecare .homecare-list ul li {
  padding: 0 0 20px 56px;
  color: #2b403f;
  font-size: 2.4rem;
  background: url(../img/icn-chk.svg) no-repeat 0 10px/24px 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: left;
}

.lineup-menu-area.homecare .homecare-list p.note {
  margin-bottom: 40px;
}

.lineup-menu-area.homecare .tab-menu {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lineup-menu-area.homecare .tab-menu li {
  padding: 35px 30px;
  width: 33%;
  min-height: 90px;
  background: #f4f4f4;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  text-align: center;
}

.lineup-menu-area.homecare .tab-menu li:first-of-type {
  background: #f4f4f4 url(../img/tab-homecare01.svg) no-repeat center;
}

.lineup-menu-area.homecare .tab-menu li:first-of-type.active {
  background: #4a8e81 url(../img/tab-homecare01_w.svg) no-repeat center;
}

.lineup-menu-area.homecare .tab-menu li:nth-of-type(2) {
  background: #f4f4f4 url(../img/tab-homecare02.svg) no-repeat center;
}

.lineup-menu-area.homecare .tab-menu li:nth-of-type(2).active {
  background: #4a8e81 url(../img/tab-homecare02_w.svg) no-repeat center;
}

.lineup-menu-area.homecare .tab-menu li:last-of-type {
  background: #f4f4f4 url(../img/tab-homecare03.svg) no-repeat center;
}

.lineup-menu-area.homecare .tab-menu li:last-of-type.active {
  background: #4a8e81 url(../img/tab-homecare03_w.svg) no-repeat center;
}

.lineup-menu-area.homecare .tab-contents {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.lineup-menu-area.homecare .tab-contents .tab-content {
  position: relative;
  display: none;
}

.lineup-menu-area.homecare .tab-contents .tab-content.active {
  display: block;
}

.lineup-menu-area.homecare .tab-contents .tab-content .ttl img {
  width: 100%;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap {
  padding-left: 40px;
  padding-right: 40px;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-head {
  padding: 40px;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-76px);
  transform: translateY(-76px);
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-head figure {
  width: 28%;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-head .text {
  width: 82%;
  color: #2b403f;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-head.nofig .text {
  width: 100%;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-body {
  margin-top: -76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-body .p-box {
  margin-bottom: 30px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc((100% - 30px)/2);
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-body .p-box figure {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-body .p-box .p-info {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-body .p-box .p-info .p-name {
  position: relative;
  margin-bottom: 25px;
  line-height: 1;
  font-size: 0;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-body .p-box .p-info .p-name::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -15px;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-body .p-box .p-info p {
  margin-bottom: 30px;
  color: #56676f;
  font-size: 1.4rem;
  line-height: 1.46;
  letter-spacing: 0.05em;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-body .p-box .p-info .p-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-body .p-box .p-info .p-price .cat {
  padding: 5px;
  color: #4a8e81;
  font-size: 1.4rem;
  border: 1px solid #4a8e81;
  line-height: 1;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-body .p-box .p-info .p-price .price {
  line-height: 1;
  font-size: 0;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-body .p-box.use {
  position: relative;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-body .p-box.use::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 0;
  border-color: #fe0936 transparent transparent transparent;
  top: 0;
  left: 0;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-body .note {
  margin-bottom: 30px;
  width: 100%;
  color: #999999;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.66;
  text-align: center;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-body .p-box02 {
  margin-bottom: 30px;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc((100% - 30px)/2);
  background: #f4f4f4;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-body .p-box02 .p-box02-head {
  text-align: center;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-body .p-box02 .p-box02-head .radius {
  margin-bottom: 30px;
  font-size: 2rem;
  background: #fff;
  display: inline-block;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-body .p-box02 figure {
  margin-bottom: 30px;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-body .p-box02 .p-info .p-info-01 .p-name {
  margin-bottom: 15px;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-body .p-box02 .p-info .p-info-01 p {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #56676f;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.46;
}

.lineup-menu-area.homecare .tab-contents .tab-content .product-wrap .product-body .p-box02 .p-info .p-info-01 p::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: 0;
}

/* blessing */
#blessing .product-body .p-box {
  margin-bottom: 30px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 30px);
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#blessing .product-body .p-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#blessing .product-body .p-box figure {
  margin-bottom: 0;
}

#blessing .product-body .p-box .p-info {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#blessing .product-body .p-box .p-info .p-name {
  position: relative;
  margin-bottom: 25px;
  line-height: 1;
  font-size: 0;
}

#blessing .product-body .p-box .p-info .p-name::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -15px;
}

#blessing .product-body .p-box .p-info p {
  margin-bottom: 0;
  color: #56676f;
  font-size: 1.4rem;
  line-height: 1.46;
  letter-spacing: 0.05em;
}

#blessing .product-body .p-box .p-info .p-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#blessing .product-body .p-box .p-info .p-price .cat {
  padding: 5px;
  color: #4a8e81;
  font-size: 1.4rem;
  border: 1px solid #4a8e81;
  line-height: 1;
}

#blessing .product-body .p-box .p-info .p-price .price {
  line-height: 1;
  font-size: 0;
}

#blessing .product-body .p-box.use {
  position: relative;
}

#blessing .product-body .p-box.use::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 0;
  border-color: #fe0936 transparent transparent transparent;
  top: 0;
  left: 0;
}
#blessing video {
  width: 475px;
}

.container.volformer {
  padding-bottom: 100px;
}

/*mainpoints-area*/
.mainpoints-area {
  padding: 120px 70px 80px;
  background: #fff;
}

.mainpoints-area .c-ttl {
  margin-bottom: 60px;
  text-align: center;
}

.mainpoints-area .point-container {
  background: #f4f4f4;
}

.mainpoints-area .point-container .point-box {
  margin-bottom: 3px;
  padding: 40px 20px 50px;
  border-bottom: 3px solid #fff;
}

.mainpoints-area .point-container .point-box .num {
  text-align: center;
}

.mainpoints-area .point-container .point-box h3 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 30px;
  text-align: center;
}

.mainpoints-area .point-container .point-box h3::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mainpoints-area .point-container .point-box p {
  margin-bottom: 50px;
  color: #56676f;
  letter-spacing: 0.1em;
}

.mainpoints-area .point-container .point-box .inbox {
  padding-left: 20px;
  padding-right: 20px;
}

.mainpoints-area .point-container .point-box .inbox p {
  color: #56676f;
}

.mainpoints-area .point-container .point-box .inbox p.ind {
  margin-bottom: 0;
  padding-left: 1em;
  text-indent: -1em;
}

.mainpoints-area .point-container .point-box .inbox p.bold {
  font-weight: 700;
}

.mainpoints-area .point-container .point-box .introbox {
  margin-top: 40px;
  padding: 30px 20px;
  background: #fff;
}

.mainpoints-area .point-container .point-box .introbox p {
  margin-bottom: 0;
}

.mainpoints-area .point-container .point-box .introbox p span {
  color: #4a8e81;
  font-weight: 700;
}

/*flow-area*/
.flow-area {
  padding: 120px 70px 80px;
  background: #fff;
}

.flow-area .c-ttl {
  margin-bottom: 60px;
  text-align: center;
}

.flow-area .flow-container {
  padding-left: 40px;
  padding-right: 40px;
  background: #f4f4f4;
}

.flow-area .flow-container .flow-box {
  padding: 50px 0 30px;
}

.flow-area .flow-container .flow-box h3 {
  text-align: center;
}

.flow-area .flow-container .flow-box figure {
  margin: 40px 0 30px;
}

.flow-area .flow-container .flow-box p {
  color: #56676f;
  line-height: 2;
  letter-spacing: 0.1em;
}

.flow-area .flow-container .flow-box p.mb {
  margin-bottom: 50px;
}

.flow-area .flow-container .flow-box .cv-wrap {
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px 48px 10px;
  border: 12px solid #fff;
  display: block;
  text-align: center;
}

.flow-area .flow-container .flow-box .cv-wrap .cv-ttl {
  margin-bottom: 30px;
}

.flow-area .flow-container .flow-box .cv-wrap .cv-box {
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
}

.flow-area .flow-container .flow-box .cv-wrap .cv-box .btn {
  padding: 0;
  margin: 0 auto;
}

.flow-area .flow-container .flow-arrow {
  margin-left: -40px;
  margin-right: -40px;
}

/*faq*/
.faq-area {
  padding: 120px 0 80px;
  background: #fff;
}

.faq-area .c-ttl {
  margin-bottom: 60px;
  text-align: center;
}

.faq-area .faq-container {
  padding-left: 70px;
  padding-right: 70px;
}

.faq-area .faq-container .faq-box {
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f4f4;
}

.faq-area .faq-container .faq-box .faq-list {
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.faq-area .faq-container .faq-box .faq-list dt a {
  position: relative;
  padding: 20px 70px 20px 20px;
  width: 100%;
  color: #56676f;
  font-size: 2.4rem;
  line-height: 1.53;
  letter-spacing: 0.1em;
  display: table;
}

.faq-area .faq-container .faq-box .faq-list dt a i {
  display: table-cell;
  width: 56px;
  background: url(../img/icn-q.svg) no-repeat 0 center/35px 35px;
}

.faq-area .faq-container .faq-box .faq-list dt a::after {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/qa-close.png) no-repeat 0 0/contain;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq-area .faq-container .faq-box .faq-list dt.active a::after {
  width: 18px;
  height: 2px;
  background: url(../img/qa-open.png) no-repeat 0 0/contain;
}

.faq-area .faq-container .faq-box .faq-list dt > span {
  display: table-cell;
}

.faq-area .faq-container .faq-box .faq-list dd {
  border-top: 2px solid #f4f4f4;
  padding: 20px 30px 20px 20px;
  font-size: 2.4rem;
  line-height: 1.53;
  letter-spacing: 0.1em;
  color: #56676f;
  display: none;
}

.faq-area .faq-container .faq-box .faq-list dd i {
  display: table-cell;
  width: 56px;
  background: url(../img/icn-a.svg) no-repeat 0 10px/35px 35px;
}

.faq-area .faq-container .faq-box .faq-list dd > span {
  display: table-cell;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

footer .container {
  position: relative;
  background: #fff;
  padding: 120px 70px 40px;
}

footer .en {
  text-align: center;
}

footer .container h2 {
  margin-bottom: 60px;
  text-align: center;
}

footer .shop-container {
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f2f2f2;
}

footer .shop-box {
  margin-bottom: 100px;
  padding: 60px 0;
  background: #f2f2f2;
}

footer .footer-link {
  text-align: center;
}

.map-area {
  margin: 43px 0 0;
}

footer .footer-address {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 30px 0;
  border-bottom: 1px solid #fff;
}

footer .footer-address dl {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-address dl dt {
  width: 130px;
  color: #498c7f;
  font-weight: 700;
}

footer .footer-address dl dd {
  width: calc(100% - 130px);
  color: #1c3534;
}

footer .footer-address dl dd span {
  font-size:2rem;
  font-weight:500;
  color: #498c7f;
}

footer .footer-tel {
  text-align: center;
  margin: 40px 0 0;
}

footer .footer-tel a {
  display: inline-block;
  width: 380px;
  text-align: center;
}

footer .footer-image {
  position: relative;
  margin-bottom: -243px;
}

footer .footer-image > img {
  width: 100%;
  -webkit-transform: translateY(-200px);
   transform: translateY(-200px); 
  margin-top: 200px;
  width: 100%;
  height: 750px;
  object-fit: cover;
  object-position: 0 100%;
}

footer .footer-image p {
  position: absolute;
  left: 0;
  top: 44%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

footer .footer-lead-text {
  text-align: center;
  font-size: 2.6rem;
  line-height: 2.5;
  margin: 30px 0 0;
}

footer .copy-area {
  position: relative;
  background: #c6bdac;
}
@media (max-width: 750px) {
  footer .copy-area {
  position: relative;
  background: #c6bdac;
  padding-bottom: 150px;
  }
}
footer .copy-area .md_copy {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  padding: 50px 0 80px;
}
@media (max-width: 750px) {
  footer .copy-area {
  padding: 0 0 222px;
}
}

footer .copy-area .mark {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 80px;
  top: 44px;
}

#contact-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 750px;
  z-index: 3;
}
@media (max-width: 750px) {
  #contact-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
  }
}
#contact-nav .contact-fix {
    /*max-width: 100%;*/
    transform: scale(0.7);
    transform-origin: right bottom;
  }
@media (max-width: 750px) {
  #contact-nav .contact-fix {
    /*max-width: 100%;*/
    transform: scale(0.5);
    margin: 0 calc(100vw / 2 * -1);
    transform-origin: center bottom;
  }
}

#contact-nav .contact-btn {
  position: relative;
  padding: 10px 40px;
  width: 100%;
  z-index: 3;
  background: #1e3732;
}

.contact-btn {
  position: relative;
  padding: 50px;
  width: 100%;
  z-index: 3;
  background: #1e3732;
}

.contact-btn h2 {
  margin-bottom: 10px;
  text-align: center;
}

.contact-btn .contact-area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#contact-nav .cta-text {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact-nav .cta-text div {
  width: 320px;
  font-size: 19px;
  text-align: center;
  font-weight: 400;
  margin: 0 0 10px;
  position: relative;
  color: #fff;
  line-height: 1.4;
}
@media (max-width: 750px) {
  #contact-nav .cta-text div {
    font-size: 19px;
    margin: 0 0 10px;
  }
}
#contact-nav .cta-text div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: 45px;
  height: 1px;
  background: #fff;
  transform: rotate(65deg);
}
@media (max-width: 750px) {
  #contact-nav .cta-text div::before {
    left: -15px;
    width: 45px;
    height: 1px;
  }
}
#contact-nav .cta-text div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  width: 45px;
  height: 1px;
  background: #fff;
  transform: rotate(-65deg);
}
@media (max-width: 750px) {
  #contact-nav .cta-text div::after {
    right: -15px;
    width: 45px;
    height: 1px;
  }
}

.contact-btn a {
  margin-bottom: 20px;
  display: block;
  /*width: 310px;*/
}

.contact-btn .contact-box  {
  width: 280px !important;
  color: #fff !important;
  background: linear-gradient(to bottom, #CC72AD, #8C4970);
  text-align: center !important;
  padding: 20px 10px 20px 40px;
  border-radius: 50px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-style: normal;
}

/* .contact-btn .contact-box:last-child  {
  background: linear-gradient(to bottom, #7BB9AD, #498C7F) !important;
} */

a:hover {
  opacity: 0.75 !important;
}

#contact-nav .contact-fix .contact-btn .contact-box, #contact-nav .contact-fix .contact-btn .contact-box:last-child  {
  width: 320px !important;
  color: #fff !important;
  background: linear-gradient(to bottom, #CC72AD, #8C4970);
  text-align: center !important;
  padding: 20px 10px 20px 40px;
  border-radius: 50px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-style: normal;
}

#contact-nav .contact-fix .contact-btn .contact-box:first-child  {
  background: linear-gradient(to bottom, #7BB9AD, #498C7F) !important;
}

#contact-nav .contact-fix .contact-btn .contact-box .icn_mail::before {
  position: absolute;
  content: '';
  width: 36px;
  height: 36px;
  margin: 25px 10px 10px -35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 70%;
}
@media (max-width: 750px) {
  #contact-nav .contact-fix .contact-btn .contact-box .icn_mail::before {
  height: 27px;
 }
}

#contact-nav .contact-fix .contact-btn .contact-box .icn_tel::before {
  position: absolute;
  content: '';
  width: 36px;
  height: 27px;
  margin: 25px 10px 10px -35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 70%;
}

/*------------------------------------------------

		md_tel

------------------------------------------------*/
#md_tel {
  background: #fff;
  max-width: 650px;
  margin: 0 auto;
  padding: 25px 5%;
  position: relative;
}
@media (max-width: 750px) {
  #md_tel {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 25px 5%;
    position: relative;
  }
}
#md_tel h2 {
  text-align: center;
  font-size: 2.8rem;
  font-family: 'Noto Serif JP';
}
@media (max-width: 750px) {
  #md_tel h2 {
    text-align: center;
    font-size: 1.4rem;
    font-family: 'Noto Serif JP';
  }
}
#md_tel ul {
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#md_tel ul li {
  width: 48%;
  margin-top: 15px;
}
#md_tel ul li h3 {
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-family: 'Noto Serif JP';
}
@media (max-width: 750px) {
  #md_tel ul li h3 {
    margin-bottom: 5px;
    font-size: 1.4rem;
    font-family: 'Noto Serif JP';
  }
}
#md_tel ul li p {
  background: linear-gradient(to bottom, #7BB9AD, #498C7F);
  box-shadow: 0px 5px 10px 0px rgba(153, 153, 153, 0.15);
  border-radius: 50px;
}
#md_tel ul li p a {
  background: url(../img/icn_tel.png) 16px center/34px 28px no-repeat;
  border-bottom: none;
  color: #fff;
  display: block;
  font-size: 2rem;
  line-height: 1.4;
  padding: 9px 0 10px 10%;
  font-family: 'Noto Serif JP';
  font-weight: 200;
  letter-spacing: 0.2em;
}
@media (max-width: 750px) {
  #md_tel ul li p a {
  background: url(../img/icn_tel.png) 12px center/17px 14px no-repeat;
    background-position: 12px center;
    padding: 9px 0 10px 15%;
  	font-size: 1.1rem;
  }
}

#md_tel ul + p {
  font-size: 2rem;
  font-weight: 300;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 750px) {
  #md_tel ul + p {
    font-size: 1.1rem;
    font-weight: 300;
    margin-top: 15px;
    text-align: center;
  }
}
#md_tel .md_close {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -35px;
  right: 0;
  text-indent: -9999px;
}
#md_tel .md_close::before, #md_tel .md_close::after {
  background: #fff;
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
}
#md_tel .md_close::before {
  transform: rotate(-45deg);
}
#md_tel .md_close::after {
  transform: rotate(45deg);
}

.icn_mail::before {
  position: absolute;
  content: '';
  width: 36px;
  height: 36px;
  margin: 20px 10px 10px -35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 70%;
}
@media (max-width: 750px) {
  .icn_mail::before {
  height: 27px;
  }
}
.icn_tel::before {
  position: absolute;
  content: '';
  width: 36px;
  height: 27px;
  margin: 17px 10px 10px -35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 70%;
}
.icn_mail::before {
  background: url(../img/icn_line.svg) no-repeat 0 0;
  background-size: 70%;
}
.icn_tel::before {
  background: url(../img/icn_tel.png) no-repeat 0 0;
  background-size: 70%;

}

.custom-blink {
  animation: myAnim 3s ease 0s 1.5 alternate-reverse none;
}

@keyframes myAnim {
	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

.mask-bg {
  color: transparent;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}
.mask-bg::after {
  background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}
 
.mask-bg.is-animated {
  color: #362ae0;
}
.mask-bg.is-animated::after {
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.170, 1);
}
 
@keyframes mask-bg {
  0% {
    transform: translate(0, 101%)
  }
  40%, 60% {
    transform: translate(0, 0%)
  }
  100% {
    transform: translate(0, -100%)
  }
}
