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

body {
  color: #435243;
  font-size: 2.6rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  line-height: 1.615;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  text-align: justify;
  letter-spacing: 0em;
}

@media (min-width: 0) {
  body {
    font-size: 1.3rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

em,
i {
  font-size: 100%;
  font-weight: 500;
  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;
}

mark {
  background: none;
}

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: 500;
}

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: #292929;
  border: 0 none;
  outline: medium none;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}

a:focus,
a:hover,
button:focus,
button:hover {
  color: #292929;
  outline: medium none;
  text-decoration: none;
}

input,
select,
button {
  background: transparent;
  border: 0;
  vertical-align: middle;
  border-radius: 0;
}

select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

input[type=submit] {
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  display: block;
  letter-spacing: inherit;
  padding: 0;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}

textarea {
  font-size: 1.6rem;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=text],
input[type=password],
textarea {
  -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_select_arrow.svg) center center/19px 17px no-repeat; */
  content: "";
  display: block;
  width: 19px;
  height: 17px;
  position: absolute;
  top: 16px;
  right: 20px;
}

@media (min-width: 0) {
  .md_select_wrap::after {
    top: 8px;
    /*    background: url(../img/icn_select_arrow.svg) center center/9.5px 8.5px no-repeat; */
    width: 9.5px;
    height: 8.5px;
    right: 10px;
  }
}
.md_select_wrap select {
  padding-right: 40px;
}

.md_select_wrap select ::-ms-expand {
  display: none;
}

/*------------------------------------------------

		modal fade

------------------------------------------------*/
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: all 0.2s 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.2s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: all 0.2s 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;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
  max-width: 1080px;
}

@media (min-width: 0) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.w1200 {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 0) {
  .w1200 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.w800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

._pc {
  display: block !important;
}

._pc__inline-block {
  display: inline-block !important;
}

._sp__inline-block {
  display: none !important;
}

._tab {
  display: none !important;
}

@media (max-width: 959px) {
  ._tab {
    display: block !important;
  }
}
._sp {
  display: none !important;
}

._sm {
  display: none;
}

._pc_tbNone {
  display: block !important;
}

@media only screen and (max-width: 1100px) {
  ._tb {
    display: block !important;
  }

  ._pc_tbNone {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  ._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;
}

select.form-control {
  display: inline-block;
  width: inherit !important;
  padding: 10px 30px 10px 30px;
}

@media (min-width: 0) {
  select.form-control {
    font-size: 12px;
    padding: 0 15px 0 15px;
  }
}
.select-pref select {
  background-size: 16px;
}

input::-moz-placeholder {
  color: #a59e9b;
}

input::-webkit-input-placeholder {
  color: #a59e9b;
}

input:-ms-input-placeholder {
  color: #a59e9b;
}

input::-ms-input-placeholder {
  color: #a59e9b;
}

input::placeholder {
  color: #a59e9b;
}

/* IE */
input:-ms-input-placeholder {
  color: #a59e9b;
}

/* Edge */
textarea::-moz-placeholder {
  color: #a59e9b;
}

textarea::-webkit-input-placeholder {
  color: #a59e9b;
}

textarea:-ms-input-placeholder {
  color: #a59e9b;
}

textarea::-ms-input-placeholder {
  color: #a59e9b;
}

textarea::placeholder {
  color: #a59e9b;
}

/* IE */
textarea:-ms-input-placeholder {
  color: #a59e9b;
}

/* Edge */
textarea::-ms-input-placeholder {
  color: #a59e9b;
}

.form-control:focus {
  background: #fffde1 !important;
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #a59e9b;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.form-control:-ms-input-placeholder {
  color: #a59e9b;
}

.form-control::-webkit-input-placeholder {
  color: #a59e9b;
}

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

/*!
 * 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: 777;
  top: 0;
  -webkit-overflow-scrolling: touch;
  width: 162.5px;
  width: 16.25rem;
  height: 100%;
  color: #fff;
  opacity: 0;
  
}



.drawer--right.drawer-open .drawer-nav {
  width: 100%;
  opacity: 1;
}

.drawer-brand {
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  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: 1rem;
  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-color: rgba(255, 255, 255, 1);
 
}


/*!------------------------------------*    Left
\*!-----------------------------------
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);

}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}
*/
/*!------------------------------------*    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -162.5px;
  right: -162.5px;
  right: -16.25rem;
  /*
  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: 0px;
}

/*!------------------------------------*
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: absolute;
  z-index: 99999;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 64px;
  height: 64px;
  background: #357c4c !important;
  border-radius: 100%;
  padding: 0;
  top: 0;
  /*!------------------------------------
  -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;
}

@media (min-width: 0) {
  .drawer-hamburger {
    width: 32px;
    height: 32px;
    right: 0 !important;
  }

  .drawer-hamburger .drawer-hamburger-icon, .drawer-hamburger .drawer-hamburger-icon::before, .drawer-hamburger .drawer-hamburger-icon::after {
    width: 30px;
    top: -8px;
  }
}
.drawer-hamburger:hover {
  cursor: pointer;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
  background: none;
}

.drawer-open .drawer-hamburger-icon {
  background: none !important;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 39px !important;
  height: 3px !important;
  -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;
  left: 13px !important;
}
@media (min-width: 0) {
  .drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
    width: 19.5px !important;
    height: 1.5px !important;
    left: 6.5px !important;
  }
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  left: 0 !important;
}

.drawer-open .drawer-hamburger-icon,
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  background: #fff;
  width: 100%;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -13px;
  left: 0;
  content: " ";
}

body.nav-active {
  width: 100%;
}

.drawer-hamburger-icon {
  top: 2px;
}
@media (min-width: 0) {
  .drawer-hamburger-icon {
    top: -1px !important;
  }
}

@media (min-width: 0) {
  .drawer-open .drawer-hamburger-icon {
    top: 2px !important;
  }
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: -7px;
}

.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: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * 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;
  }
}
/*column*/
.c-flex-justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-flex-justify.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.c-center {
  text-align: center;
}

.c-right {
  text-align: right;
}

.text-blue {
  color: #3faade;
}

@media only screen and (max-width: 750px) {
  .c-left-sp {
    text-align: left !important;
  }

  .sp-mt-0 {
    margin-top: 0px !important;
  }

  .sp-mb-0 {
    margin-bottom: 0px !important;
  }

  .sp-mr-0 {
    margin-right: 0px !important;
  }

  .sp-ml-0 {
    margin-left: 0px !important;
  }

  .sp-pt-0 {
    padding-top: 0px !important;
  }

  .sp-pb-0 {
    padding-bottom: 0px !important;
  }

  .sp-pl-0 {
    padding-left: 0px !important;
  }

  .sp-pr-0 {
    padding-right: 0px !important;
  }

  .sp-mt-5 {
    margin-top: 5px !important;
  }

  .sp-mb-5 {
    margin-bottom: 5px !important;
  }

  .sp-mr-5 {
    margin-right: 5px !important;
  }

  .sp-ml-5 {
    margin-left: 5px !important;
  }

  .sp-pt-5 {
    padding-top: 5px !important;
  }

  .sp-pb-5 {
    padding-bottom: 5px !important;
  }

  .sp-pl-5 {
    padding-left: 5px !important;
  }

  .sp-pr-5 {
    padding-right: 5px !important;
  }

  .sp-mt-10 {
    margin-top: 10px !important;
  }

  .sp-mb-10 {
    margin-bottom: 10px !important;
  }

  .sp-mr-10 {
    margin-right: 10px !important;
  }

  .sp-ml-10 {
    margin-left: 10px !important;
  }

  .sp-pt-10 {
    padding-top: 10px !important;
  }

  .sp-pb-10 {
    padding-bottom: 10px !important;
  }

  .sp-pl-10 {
    padding-left: 10px !important;
  }

  .sp-pr-10 {
    padding-right: 10px !important;
  }

  .sp-mt-15 {
    margin-top: 15px !important;
  }

  .sp-mb-15 {
    margin-bottom: 15px !important;
  }

  .sp-mr-15 {
    margin-right: 15px !important;
  }

  .sp-ml-15 {
    margin-left: 15px !important;
  }

  .sp-pt-15 {
    padding-top: 15px !important;
  }

  .sp-pb-15 {
    padding-bottom: 15px !important;
  }

  .sp-pl-15 {
    padding-left: 15px !important;
  }

  .sp-pr-15 {
    padding-right: 15px !important;
  }

  .sp-mt-20 {
    margin-top: 20px !important;
  }

  .sp-mb-20 {
    margin-bottom: 20px !important;
  }

  .sp-mr-20 {
    margin-right: 20px !important;
  }

  .sp-ml-20 {
    margin-left: 20px !important;
  }

  .sp-pt-20 {
    padding-top: 20px !important;
  }

  .sp-pb-20 {
    padding-bottom: 20px !important;
  }

  .sp-pl-20 {
    padding-left: 20px !important;
  }

  .sp-pr-20 {
    padding-right: 20px !important;
  }

  .sp-mt-25 {
    margin-top: 25px !important;
  }

  .sp-mb-25 {
    margin-bottom: 25px !important;
  }

  .sp-mr-25 {
    margin-right: 25px !important;
  }

  .sp-ml-25 {
    margin-left: 25px !important;
  }

  .sp-pt-25 {
    padding-top: 25px !important;
  }

  .sp-pb-25 {
    padding-bottom: 25px !important;
  }

  .sp-pl-25 {
    padding-left: 25px !important;
  }

  .sp-pr-25 {
    padding-right: 25px !important;
  }

  .sp-mt-30 {
    margin-top: 30px !important;
  }

  .sp-mb-30 {
    margin-bottom: 30px !important;
  }

  .sp-mr-30 {
    margin-right: 30px !important;
  }

  .sp-ml-30 {
    margin-left: 30px !important;
  }

  .sp-pt-30 {
    padding-top: 30px !important;
  }

  .sp-pb-30 {
    padding-bottom: 30px !important;
  }

  .sp-pl-30 {
    padding-left: 30px !important;
  }

  .sp-pr-30 {
    padding-right: 30px !important;
  }

  .sp-mt-35 {
    margin-top: 35px !important;
  }

  .sp-mb-35 {
    margin-bottom: 35px !important;
  }

  .sp-mr-35 {
    margin-right: 35px !important;
  }

  .sp-ml-35 {
    margin-left: 35px !important;
  }

  .sp-pt-35 {
    padding-top: 35px !important;
  }

  .sp-pb-35 {
    padding-bottom: 35px !important;
  }

  .sp-pl-35 {
    padding-left: 35px !important;
  }

  .sp-pr-35 {
    padding-right: 35px !important;
  }

  .sp-mt-40 {
    margin-top: 40px !important;
  }

  .sp-mb-40 {
    margin-bottom: 40px !important;
  }

  .sp-mr-40 {
    margin-right: 40px !important;
  }

  .sp-ml-40 {
    margin-left: 40px !important;
  }

  .sp-pt-40 {
    padding-top: 40px !important;
  }

  .sp-pb-40 {
    padding-bottom: 40px !important;
  }

  .sp-pl-40 {
    padding-left: 40px !important;
  }

  .sp-pr-40 {
    padding-right: 40px !important;
  }

  .sp-mt-45 {
    margin-top: 45px !important;
  }

  .sp-mb-45 {
    margin-bottom: 45px !important;
  }

  .sp-mr-45 {
    margin-right: 45px !important;
  }

  .sp-ml-45 {
    margin-left: 45px !important;
  }

  .sp-pt-45 {
    padding-top: 45px !important;
  }

  .sp-pb-45 {
    padding-bottom: 45px !important;
  }

  .sp-pl-45 {
    padding-left: 45px !important;
  }

  .sp-pr-45 {
    padding-right: 45px !important;
  }

  .sp-mt-50 {
    margin-top: 50px !important;
  }

  .sp-mb-50 {
    margin-bottom: 50px !important;
  }

  .sp-mr-50 {
    margin-right: 50px !important;
  }

  .sp-ml-50 {
    margin-left: 50px !important;
  }

  .sp-pt-50 {
    padding-top: 50px !important;
  }

  .sp-pb-50 {
    padding-bottom: 50px !important;
  }

  .sp-pl-50 {
    padding-left: 50px !important;
  }

  .sp-pr-50 {
    padding-right: 50px !important;
  }

  .sp-mt-55 {
    margin-top: 55px !important;
  }

  .sp-mb-55 {
    margin-bottom: 55px !important;
  }

  .sp-mr-55 {
    margin-right: 55px !important;
  }

  .sp-ml-55 {
    margin-left: 55px !important;
  }

  .sp-pt-55 {
    padding-top: 55px !important;
  }

  .sp-pb-55 {
    padding-bottom: 55px !important;
  }

  .sp-pl-55 {
    padding-left: 55px !important;
  }

  .sp-pr-55 {
    padding-right: 55px !important;
  }

  .sp-mt-60 {
    margin-top: 60px !important;
  }

  .sp-mb-60 {
    margin-bottom: 60px !important;
  }

  .sp-mr-60 {
    margin-right: 60px !important;
  }

  .sp-ml-60 {
    margin-left: 60px !important;
  }

  .sp-pt-60 {
    padding-top: 60px !important;
  }

  .sp-pb-60 {
    padding-bottom: 60px !important;
  }

  .sp-pl-60 {
    padding-left: 60px !important;
  }

  .sp-pr-60 {
    padding-right: 60px !important;
  }

  .sp-mt-65 {
    margin-top: 65px !important;
  }

  .sp-mb-65 {
    margin-bottom: 65px !important;
  }

  .sp-mr-65 {
    margin-right: 65px !important;
  }

  .sp-ml-65 {
    margin-left: 65px !important;
  }

  .sp-pt-65 {
    padding-top: 65px !important;
  }

  .sp-pb-65 {
    padding-bottom: 65px !important;
  }

  .sp-pl-65 {
    padding-left: 65px !important;
  }

  .sp-pr-65 {
    padding-right: 65px !important;
  }

  .sp-mt-70 {
    margin-top: 70px !important;
  }

  .sp-mb-70 {
    margin-bottom: 70px !important;
  }

  .sp-mr-70 {
    margin-right: 70px !important;
  }

  .sp-ml-70 {
    margin-left: 70px !important;
  }

  .sp-pt-70 {
    padding-top: 70px !important;
  }

  .sp-pb-70 {
    padding-bottom: 70px !important;
  }

  .sp-pl-70 {
    padding-left: 70px !important;
  }

  .sp-pr-70 {
    padding-right: 70px !important;
  }

  .sp-mt-75 {
    margin-top: 75px !important;
  }

  .sp-mb-75 {
    margin-bottom: 75px !important;
  }

  .sp-mr-75 {
    margin-right: 75px !important;
  }

  .sp-ml-75 {
    margin-left: 75px !important;
  }

  .sp-pt-75 {
    padding-top: 75px !important;
  }

  .sp-pb-75 {
    padding-bottom: 75px !important;
  }

  .sp-pl-75 {
    padding-left: 75px !important;
  }

  .sp-pr-75 {
    padding-right: 75px !important;
  }

  .sp-mt-80 {
    margin-top: 80px !important;
  }

  .sp-mb-80 {
    margin-bottom: 80px !important;
  }

  .sp-mr-80 {
    margin-right: 80px !important;
  }

  .sp-ml-80 {
    margin-left: 80px !important;
  }

  .sp-pt-80 {
    padding-top: 80px !important;
  }

  .sp-pb-80 {
    padding-bottom: 80px !important;
  }

  .sp-pl-80 {
    padding-left: 80px !important;
  }

  .sp-pr-80 {
    padding-right: 80px !important;
  }

  .sp-mt-85 {
    margin-top: 85px !important;
  }

  .sp-mb-85 {
    margin-bottom: 85px !important;
  }

  .sp-mr-85 {
    margin-right: 85px !important;
  }

  .sp-ml-85 {
    margin-left: 85px !important;
  }

  .sp-pt-85 {
    padding-top: 85px !important;
  }

  .sp-pb-85 {
    padding-bottom: 85px !important;
  }

  .sp-pl-85 {
    padding-left: 85px !important;
  }

  .sp-pr-85 {
    padding-right: 85px !important;
  }

  .sp-mt-90 {
    margin-top: 90px !important;
  }

  .sp-mb-90 {
    margin-bottom: 90px !important;
  }

  .sp-mr-90 {
    margin-right: 90px !important;
  }

  .sp-ml-90 {
    margin-left: 90px !important;
  }

  .sp-pt-90 {
    padding-top: 90px !important;
  }

  .sp-pb-90 {
    padding-bottom: 90px !important;
  }

  .sp-pl-90 {
    padding-left: 90px !important;
  }

  .sp-pr-90 {
    padding-right: 90px !important;
  }

  .sp-mt-95 {
    margin-top: 95px !important;
  }

  .sp-mb-95 {
    margin-bottom: 95px !important;
  }

  .sp-mr-95 {
    margin-right: 95px !important;
  }

  .sp-ml-95 {
    margin-left: 95px !important;
  }

  .sp-pt-95 {
    padding-top: 95px !important;
  }

  .sp-pb-95 {
    padding-bottom: 95px !important;
  }

  .sp-pl-95 {
    padding-left: 95px !important;
  }

  .sp-pr-95 {
    padding-right: 95px !important;
  }

  .sp-mt-100 {
    margin-top: 100px !important;
  }

  .sp-mb-100 {
    margin-bottom: 100px !important;
  }

  .sp-mr-100 {
    margin-right: 100px !important;
  }

  .sp-ml-100 {
    margin-left: 100px !important;
  }

  .sp-pt-100 {
    padding-top: 100px !important;
  }

  .sp-pb-100 {
    padding-bottom: 100px !important;
  }

  .sp-pl-100 {
    padding-left: 100px !important;
  }

  .sp-pr-100 {
    padding-right: 100px !important;
  }
}
.mt-1em {
  margin-top: 1em;
}

.mb-1em {
  margin-bottom: 1em;
}

/*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.col-7 > * {
  width: 14.285714%;
  padding: 10px;
}

.col {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  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.dis35 > * {
  padding-left: 17.5px;
  padding-right: 17.5px;
}

.col.dis45 {
  margin: 0 -22.5px;
}

.col.dis45 > * {
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.col.dis0 {
  margin: 0 -5px;
}

.col.dis0 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.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.dis45 > * {
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.col.dis45 {
  margin: 0 -22.5px;
}

.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: 750px) {
  .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.col-4-sp > * {
    width: 25% !important;
    padding: 5px;
  }

  .col.dis30-sp {
    margin: 0 -15px;
  }

  .col.dis30-sp > * {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.dis8-sp {
    margin: 0 -4px;
  }

  .col.dis8-sp > * {
    padding-left: 4px;
    padding-right: 4px;
  }

  .col.dis15-sp {
    margin: 0 -7.5px;
  }

  .col.dis15-sp > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .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.dis25-sp {
    margin: 0 -12.5px;
  }

  .col.dis25-sp > * {
    padding-left: 12.5px;
    padding-right: 12.5px;
    padding-bottom: 12.5px;
    padding-top: 12.5px;
  }

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

  .col.dis0-sp > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
._center {
  text-align: center !important;
}

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

._right {
  text-align: right !important;
}

@media only screen and (max-width: 750px) {
  ._center_sp {
    text-align: center !important;
  }

  ._left_sp {
    text-align: left !important;
  }
}
/*animation*/
.sa {
  opacity: 0;
  -webkit-transition: all 1.6s ease;
  transition: all 1.6s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.sa--lr {
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}

.sa--rl {
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
}

.sa--up {
  -webkit-transform: translate(0, 40px);
  transform: translate(0, 40px);
}

.sa--down {
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px);
}

.sa--scaleUp {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 1;
}

.sa--scaleDown {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.sa--rotateL {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sa--rotateR {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#wrap {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  overflow: hidden !important;
}

@media (min-width: 0) {
  #wrap {
    padding-bottom: 0;
  }
}
.drawer--right .drawer-nav {
  right: -100%;
}

#local-nav {
  padding-top: 100px;
  padding-bottom: 80px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  width: 100%;
  height: 95vh;
}

@media (min-width: 0) {
  #local-nav {
    height: 100vh;
    padding: 75px 45px 0;
  }
}

#local-nav > div{
  /*overflow-y: scroll;*/
  overflow-y: hidden;
  padding-bottom: 100px;
}

#local-nav .top-list{
  max-width: 500px;
  padding: 0 80px;
  margin: 20px auto 0;
  border-top: 1px solid #e9eae7;
}
#local-nav .top-list li{
  border-bottom: 1px solid #e9eae7;
}
#local-nav .top-list li a{
  display: block;
  text-align: left;
  font-size: 2.6rem;
  padding: 15px 10px;
}

#local-nav .top-list li a i{
  margin: 0 20px 0 0;
  width: 40px;
  display: inline-block;
  text-align: center;
  width: 40px;
}


#local-nav .top-list li a i img{
  height: 25px;
}

#local-nav .top-list li a i img.pt01{
  height: 25px;
}
#local-nav .top-list li a i img.pt02{
  height: 25px;
}

#local-nav .dotte-list{
  max-width: 500px;
  padding: 0 80px;
  margin: 30px auto 0;
  padding-bottom: 100px;
}

#local-nav .dotte-list li{
  position: relative;
  margin: 0 15px 10px;
  padding-left: 20px;
}

#local-nav .dotte-list li:before{
  position: absolute;
  left: 0;
  top: 22px;
  content:"";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #357c4c;
  
}

#local-nav .dotte-list li a{
  font-size: 2rem;
}

@media (min-width: 0) {
  #local-nav > div{
    overflow-y: hidden;
    padding-bottom: 150px;
  }
  
  #local-nav .top-list{
    max-width: 500px;
    padding: 0 0;
    margin: 20px auto 0;
    border-top: 1px solid #e9eae7;
  }
  #local-nav .top-list li{
    border-bottom: 1px solid #e9eae7;
  }
  #local-nav .top-list li a{
    display: block;
    text-align: left;
    font-size: 1.9rem;
    padding: 10px 5px;
  }
  
  #local-nav .top-list li a i{
    margin: 0 8px 0 0;
   
  }
  
  
  #local-nav .top-list li a i img{
    height: 18px;
  }
  #local-nav .top-list li a i img.pt01{
    height: 16px;
  }
  #local-nav .top-list li a i img.pt02{
    height: 25px;
  }
  
#local-nav .dotte-list{
  max-width: 500px;
  padding: 0 0;
  margin: 30px auto 0;
  padding-bottom: 50px;
}

#local-nav .dotte-list li{
  position: relative;
  margin: 0 8px 10px;
  padding-left: 20px;
}

#local-nav .dotte-list li:before{
  position: absolute;
  left: 0;
  top: 11px;
  content:"";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #357c4c;
  
}

#local-nav .dotte-list li a{
  font-size: 1.6rem;
}

}

/*------------------------------------------------

		header

------------------------------------------------*/
header {
  padding: 20px 120px 12px 40px;
  position: relative;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 500px;
  width: 100%;
  z-index: 999;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media (min-width: 0) {
  header {
    max-width: 500px;
    padding: 10px 60px 6px 20px;
  }
}
header .header-in {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
header .header-in h1 {
  width: 276px;
}
@media (min-width: 0) {
  header .header-in h1 {
    width: 138px;
  }
}
header .header-in nav {
  width: calc(100% - 276px);
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 0;
}
@media (min-width: 0) {
  header .header-in nav {
    width: calc(100% - 138px);
  }
}
header .header-in nav li {
  text-align: center;
  margin: 0 0 0 30px;
}
@media (min-width: 0) {
  header .header-in nav li {
    margin: 0 0 0 15px;
  }
}
header .header-in nav li img {
  width: 64px;
}
@media (min-width: 0) {
  header .header-in nav li img {
    width: 32px;
  }
}
header .header-in nav li a {
  display: block;
}
header .header-in nav li span {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media (min-width: 0) {
  header .header-in nav li span {
    font-size: 0.9rem;
  }
}
header .header-in .nav-area {
  position: absolute;
  right: 30px;
  top: 20px;
}
@media (min-width: 0) {
  header .header-in .nav-area {
    right: 15px;
    top: 10px;
  }
}
header .header-in .nav-area .menu {
  display: block;
  text-align: center;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0;
  margin-top: 64px;
}
@media (min-width: 0) {
  header .header-in .nav-area .menu {
    font-size: 0.9rem;
    margin-top: 32px;
  }
}

.l_main {
  margin-top: 125px;
}
@media (min-width: 0) {
  .l_main {
    margin-top: 62px;
  }
}

/*------------------------------------------------

		footer

------------------------------------------------*/
.l_footer {
  padding: 100px 0 25px;
  text-align: center;
  background: #e9eae7;
}
@media (min-width: 0) {
  .l_footer {
    padding: 50px 0 13px;
  }
}
.l_footer .footer-logo {
  text-align: center;
}
.l_footer .footer-logo img {
  width: 311px;
}
@media (min-width: 0) {
  .l_footer .footer-logo img {
    width: 155px;
  }
}
.l_footer .footer-info {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0;
}
@media (min-width: 0) {
  .l_footer .footer-info {
    margin: 15px 0 0;
  }
}
.l_footer .footer-info .left {
  width: 165px;
}
@media (min-width: 0) {
  .l_footer .footer-info .left {
    width: 82px;
  }
}
.l_footer .footer-info .right {
  width: calc(100% - 165px);
  padding-left: 30px;
}
@media (min-width: 0) {
  .l_footer .footer-info .right {
    width: calc(100% - 82px);
    padding-left: 15px;
  }
}
.l_footer .footer-info .right p {
  text-align: left;
  font-size: 2.4rem;
}
@media (min-width: 0) {
  .l_footer .footer-info .right p {
    font-size: 1.2rem;
  }
}
.l_footer .footer-btn {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 75px 0 0;
}
@media (min-width: 0) {
  .l_footer .footer-btn {
    margin: 37px 0 0;
  }
}
.l_footer .footer-btn a {
  border-radius: 10px;
  display: block;
  padding: 25px;
  text-align: center;
  background: #357c4c;
  color: #fff;
  font-size: 2.8rem;
  position: relative;
  width: 100%;
}
@media (min-width: 0) {
  .l_footer .footer-btn a {
    border-radius: 5px;
    padding: 12.5px;
    font-size: 1.4rem;
  }
}
.l_footer #copyright {
  font-size: 2rem;
  margin: 100px 0 0;
  font-weight: 400;
}
@media (min-width: 0) {
  .l_footer #copyright {
    font-size: 1rem;
    margin: 50px 0 0;
  }
}

.c-ttl-lv02 {
  padding: 0 50px;
  font-size: 3.6rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #fff;
  margin: 0 0 50px;
  font-weight: 500;
}
@media (min-width: 0) {
  .c-ttl-lv02 {
    padding: 0 25px;
    font-size: 1.7rem;
    margin: 0 0 25px;
  }
}
.c-ttl-lv02 span {
  font-size: 2.8rem;
  color: #357c4c;
  margin: 0 0 0 40px;
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  margin-top: 18px;
}
@media (min-width: 0) {
  .c-ttl-lv02 span {
    font-size: 1.4rem;
    margin: 0 0 0 20px;
    margin-top: 9px;
  }
}

.c-ttl-lv03 {
  font-size: 3.6rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 45px;
}
@media (min-width: 0) {
  .c-ttl-lv03 {
    font-size: 1.8rem;
    margin: 0 0 22px;
  }
}
.c-ttl-lv03 span {
  display: block;
  text-align: center;
  color: #357c4c;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0 0 45px;
}
@media (min-width: 0) {
  .c-ttl-lv03 span {
    font-size: 1.2rem;
    margin: 0 0 22px;
   
  }
}

.c-more-btn a {
  display: inline-block;
  color: #fff;
}
.c-more-btn a span {
  display: block;
  font-size: 2.8rem;
  font-weight: 500;
  border-bottom: 2px solid #e9eae7;
  padding: 0 45px 5px 0;
  position: relative;
}
@media (min-width: 0) {
  .c-more-btn a span {
    font-size: 1.4rem;
    font-weight: 500;
    border-bottom: 1px solid #e9eae7;
    padding: 0 22px 2px 0;
  }
}
.c-more-btn a span:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #e9eae7;
  transform: rotate(45deg);
  position: absolute;
  right: -1px;
  bottom: 6px;
}
@media (min-width: 0) {
  .c-more-btn a span:after {
    width: 10px;
    height: 1px;
    bottom: 3px;
  }
}
.c-more-btn.black a {
  color: #435243;
}
.c-more-btn.black a span {
  border-color: #435243;
}
.c-more-btn.black a span:after {
  background-color: #435243;
}
.c-more-btn.green a {
  color: #357c4c;
}
.c-more-btn.green a span {
  border-color: #357c4c;
}
.c-more-btn.green a span:after {
  background-color: #357c4c;
}
.c-more-btn.btn-right {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.c-more-btn.btn-center {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-anker-links li {
  margin: 0 0 35px;
}
@media (min-width: 0) {
  .c-anker-links li {
    margin: 0 0 17.5px;
  }
}
.c-anker-links li:last-child {
  margin: 0;
}
.c-anker-links li a {
  border-radius: 10px;
  display: block;
  padding: 25px;
  text-align: center;
  background: #357c4c;
  color: #fff;
  font-size: 2.8rem;
  position: relative;
}
@media (min-width: 0) {
  .c-anker-links li a {
    border-radius: 5px;
    padding: 12.5px;
    font-size: 1.4rem;
  }
}
.c-anker-links li a i img {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 0) {
  .c-anker-links li a i img {
    right: 15px;
    width: 10px;
  }
}

.top-mv {
  position: relative;
}
.top-mv .img img {
  width: 100%;
}
.top-mv .scroll img {
  position: absolute;
  z-index: 2;
  left: 55px;
  bottom: -55px;
  width: 59px;
}
@media (min-width: 0) {
  .top-mv .scroll img {
    left: 22.5px;
    bottom: -22.5px;
    width: 29.5px;
  }
}

.top-concept {
  background: #a4ae9c;
  padding: 180px 0 120px;
}
@media (min-width: 0) {
  .top-concept {
    padding: 90px 0 60px;
  }
}
.top-concept .img-box {
  position: relative;
}
.top-concept .img-box:after {
  content: "";
  display: block;
  background: url(../img/concept_bg01.png) center top no-repeat;
  background-size: 100%;
  width: 139px;
  height: 139px;
  position: absolute;
  left: -40px;
  top: 100px;
}
@media (min-width: 0) {
  .top-concept .img-box:after {
    width: 69px;
    height: 69px;
    left: -20px;
    top: 50px;
  }
}
.top-concept .img-box:before {
  content: "";
  display: block;
  background: url(../img/concept_bg02.png) center top no-repeat;
  background-size: 100%;
  width: 150px;
  height: 113px;
  position: absolute;
  right: -40px;
  bottom: -130px;
}
@media (min-width: 0) {
  .top-concept .img-box:before {
    width: 75px;
    height: 56px;
    position: absolute;
    right: -20px;
    bottom: -65px;
  }
}
.top-concept .img-box .img-area {
  text-align: right;
}
.top-concept .img-box .img-area img {
  max-width: 460px;
}
@media (min-width: 0) {
  .top-concept .img-box .img-area img {
    max-width: 230px;
  }
}
.top-concept .img-box .text-area {
  margin: -140px 0 0;
}
@media (min-width: 0) {
  .top-concept .img-box .text-area {
    margin: -70px 0 0;
  }
}
.top-concept .img-box .text-area p {
  color: #fff;
  font-size: 3.8rem;
  font-weight: 400;
  writing-mode: vertical-rl;
  letter-spacing: 0.4em;
  line-height: 1.89;
}
@media (min-width: 0) {
  .top-concept .img-box .text-area p {
    font-size: 1.9rem;
  }
}
.top-concept .middle-text {
  margin: 80px 0 150px;
  position: relative;
}
@media (min-width: 0) {
  .top-concept .middle-text {
    margin: 40px 0 75px;
  }
}
.top-concept .middle-text:after {
  content: "";
  display: block;
  background: url(../img/concept_bg03.png) center top no-repeat;
  background-size: 100%;
  width: 139px;
  height: 139px;
  position: absolute;
  left: -40px;
  bottom: -170px;
}
@media (min-width: 0) {
  .top-concept .middle-text:after {
    width: 69px;
    height: 69px;
    position: absolute;
    left: -20px;
    bottom: -85px;
  }
}
.top-concept .middle-text p {
  color: #fff;
  line-height: 2.15;
  margin: 0 0 1em;
}
.top-concept .middle-text p:last-child {
  margin: 0;
}
.top-concept .img-box02 {
  margin: 100px 0 0;
}
@media (min-width: 0) {
  .top-concept .img-box02 {
    margin: 50px 0 0;
  }
}
.top-concept .img-box02 .img-area02 {
  text-align: left;
}
.top-concept .img-box02 .img-area02 img {
  width: 430px;
}
@media (min-width: 0) {
  .top-concept .img-box02 .img-area02 img {
    width: 215px;
  }
}
.top-concept .img-box02 .img-area03 {
  text-align: right;
  margin: 60px 0 0;
}
@media (min-width: 0) {
  .top-concept .img-box02 .img-area03 {
    margin: 30px 0 0;
  }
}
.top-concept .img-box02 .img-area03 img {
  width: 430px;
}
@media (min-width: 0) {
  .top-concept .img-box02 .img-area03 img {
    width: 215px;
  }
}

.top-news {
  background: #435243;
  padding: 140px 0 80px;
}
@media (min-width: 0) {
  .top-news {
    padding: 70px 0 40px;
  }
}
.top-news .c-ttl-lv02 {
  color: #e9eae7;
}
.top-news .c-ttl-lv02 span {
  color: #e9eae7;
}
.top-news .top-newsList .item {
  border-top: 2px solid #e9eae7;
}
@media (min-width: 0) {
  .top-news .top-newsList .item {
    border-top: 1px solid #e9eae7;
  }
}
.top-news .top-newsList .item a {
  display: block;
  padding: 5px 0 50px;
}
@media (min-width: 0) {
  .top-news .top-newsList .item a {
    padding: 2.5px 0 25px;
  }
}
.top-news .top-newsList .item a .time {
  color: #a4ae9c;
  font-size: 2.2rem;
}
@media (min-width: 0) {
  .top-news .top-newsList .item a .time {
    font-size: 1.1rem;
  }
}
.top-news .top-newsList .item a .ttl {
  color: #e9eae7;
  font-size: 2.6rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 0) {
  .top-news .top-newsList .item a .ttl {
    font-size: 1.3rem;
  }
}

.top-course {
  background: #fff;
  padding: 140px 0 135px;
}
@media (min-width: 0) {
  .top-course {
    padding: 70px 0 67px;
  }
}
.top-course .c-ttl-lv02 {
  color: #435243;
}
.top-course .c-ttl-lv02 span {
  color: #357c4c;
}
.top-course .middle-text {
  margin: 0 0 60px;
}
@media (min-width: 0) {
  .top-course .middle-text {
    margin: 0 0 30px;
  }
}

.top-accessory {
  background: #fff;
  padding: 140px 0 135px;
  background: url(../img/accessory_bg01.png) center top no-repeat;
  background-size: 100%;
  position: relative;
}
@media (min-width: 0) {
  .top-accessory {
    padding: 70px 0 67px;
  }
}
.top-accessory .c-ttl-lv02 span {
  color: #357c4c;
}
.top-accessory figure {
  margin: 0 0 110px;
}
@media (min-width: 0) {
  .top-accessory figure {
    margin: 0 0 55px;
  }
}
.top-accessory .fig-img {
  text-align: center;
  margin: 0 0 30px;
}
@media (min-width: 0) {
  .top-accessory .fig-img {
    margin: 0 0 15px;
  }
}
.top-accessory .ttl {
  font-size: 3.2rem;
}
@media (min-width: 0) {
  .top-accessory .ttl {
    font-size: 1.6rem;
  }
}
.top-access {
  background: #e9eae7;
  padding: 140px 0 95px;
  position: relative;
}
@media (min-width: 0) {
  .top-access {
    padding: 70px 0 47px;
  }
}
.top-access:after {
  content: "";
  display: block;
  background: url(../img/access_bg01.png) center top no-repeat;
  background-size: 100%;
  width: 256px;
  height: 287px;
  position: absolute;
  right: 40px;
  top: -55px;
}
@media (min-width: 0) {
  .top-access:after {
    width: 128px;
    height: 143px;
    position: absolute;
    right: 20px;
    top: -27.5px;
  }
}
.top-access .c-ttl-lv02 {
  color: #435243;
}
.top-access .c-ttl-lv02 span {
  color: #357c4c;
}
.top-access .map-area {
  margin-top: 60px;
}
@media (min-width: 0) {
  .top-access .map-area {
    margin-top: 30px;
  }
}

.top-access .map-area iframe{
  height: 66.6%;
}

.top-access .bottom-text {
  margin: 60px 0 55px;
}
@media (min-width: 0) {
  .top-access .bottom-text {
    margin: 30px 0 27.5px;
  }
}

.top-flow {
  background: #fff;
  padding: 140px 0 120px;
}
@media (min-width: 0) {
  .top-flow {
    padding: 70px 0 60px;
  }
}
.top-flow .c-ttl-lv02 {
  color: #435243;
}
.top-flow .c-ttl-lv02 span {
  color: #357c4c;
}
.top-flow p {
  font-size: 2.6rem;
}
@media (min-width: 0) {
  .top-flow p {
    font-size: 1.3rem;
  }
}
.top-flow .item-list {
  margin: 60px 0 0;
}
@media (min-width: 0) {
  .top-flow .item-list {
    margin: 30px 0 0;
  }
}
.top-flow .item-list .item {
  padding: 80px 0;
  border-top: 1px dotted #357c4c;
  border-right: 1px dotted #357c4c;
  position: relative;
  margin: 0 80px;
}
@media (min-width: 0) {
  .top-flow .item-list .item {
    padding: 40px 0;
    margin: 0 40px;
  }
}
.top-flow .item-list .item.first {
  margin: 0 80px 0 0;
  padding-left: 80px;
}
@media (min-width: 0) {
  .top-flow .item-list .item.first {
    margin: 0 40px 0 0;
    padding-left: 40px;
  }
}
.top-flow .item-list .item.last {
  margin: 0 0 0 80px;
  padding-right: 80px;
  border-bottom: 1px dotted #357c4c;
  border-top: none !important;
}
@media (min-width: 0) {
  .top-flow .item-list .item.last {
    margin: 0 0 0 40px;
    padding-right: 40px;
  }
}
.top-flow .item-list .item.last-before {
  border-bottom: 1px dotted #357c4c !important;
}
.top-flow .item-list .item h3 {
  font-size: 0;
  margin: 0;
  position: absolute;
  top: 65px;
  right: -20px;
}
@media (min-width: 0) {
  .top-flow .item-list .item h3 {
    top: 32.5px;
    right: -10px;
  }
}
.top-flow .item-list .item h3 img {
  width: 37px;
}
@media (min-width: 0) {
  .top-flow .item-list .item h3 img {
    width: 18.5px;
  }
}
.top-flow .item-list .item.pt02 {
  border-top: 1px dotted #357c4c;
  border-left: 1px dotted #357c4c;
  border-right: none;
}
.top-flow .item-list .item.pt02 h3 {
  right: inherit;
  left: -20px;
}
@media (min-width: 0) {
  .top-flow .item-list .item.pt02 h3 {
    left: -10px;
  }
}
.top-flow .item-list .item .img-box {
  max-width: 360px;
  margin: 0 50px;
}
@media (max-width: 750px) {
  .top-flow .item-list .item .img-box {
    margin: 0 20px;
  }
}
.top-flow .item-list .item .img-box .img-area {
  margin: 0 0 30px;
}
@media (min-width: 0) {
  .top-flow .item-list .item .img-box .img-area {
    margin: 0 0 15px;
  }
}
.top-flow .item-list .item .img-box .text-area p {
  font-size: 2.6rem;
}

.top-flow .item-list .item .img-box .text-area p a{
  text-decoration: underline;
}

@media (min-width: 0) {
  .top-flow .item-list .item .img-box .text-area p {
    font-size: 1.3rem;
  }
}

.top-aftercare {
  background: #e9eae7;
  padding: 140px 0 95px;
}
@media (min-width: 0) {
  .top-aftercare {
    padding: 70px 0 47.5px;
  }
}
.top-aftercare .c-ttl-lv02 {
  color: #435243;
}
.top-aftercare .c-ttl-lv02 span {
  color: #357c4c;
}

.top-blog {
  background: #435243;
  padding: 140px 0 160px;
}
@media (min-width: 0) {
  .top-blog {
    padding: 70px 0 80px;
  }
}
.top-blog .c-ttl-lv02 {
  color: #fff;
}
.top-blog .c-ttl-lv02 span {
  color: #fff;
}
.top-blog * {
  color: #fff;
}
.top-blog .top-blog-list {
  margin: 65px 0 40px;
}
@media (min-width: 0) {
  .top-blog .top-blog-list {
    margin: 32.5px 0 20px;
  }
}
.top-blog .top-blog-list .item {
  border-top: 2px solid #e9eae7;
}
@media (min-width: 0) {
  .top-blog .top-blog-list .item {
    border-top: 1px solid #e9eae7;
  }
}
.top-blog .top-blog-list .item a {
  display: block;
  padding: 10px 0 55px;
}
@media (min-width: 0) {
  .top-blog .top-blog-list .item a {
    padding: 5px 0 27.5px;
  }
}
.top-blog .top-blog-list .item .img-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.top-blog .top-blog-list .item .img-box .img-area {
  width: 200px;
}
@media (min-width: 0) {
  .top-blog .top-blog-list .item .img-box .img-area {
    width: 100px;
  }
}
.top-blog .top-blog-list .item .img-box .img-area figure {
  margin: 0 0 0;
  position: relative;
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 0) {
  .top-blog .top-blog-list .item .img-box .img-area figure {
    border-radius: 5px;
  }
}
.top-blog .top-blog-list .item .img-box .img-area figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-blog .top-blog-list .item .img-box .text-area {
  width: calc(100% - 200px);
  padding: 0 0 0 30px;
}
@media (min-width: 0) {
  .top-blog .top-blog-list .item .img-box .text-area {
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
  }
}
.top-blog .top-blog-list .item .img-box .text-area .sub-text {
  font-size: 2.2rem;
  color: #a4ae9c;
  margin: 0 0 20px;
}
@media (min-width: 0) {
  .top-blog .top-blog-list .item .img-box .text-area .sub-text {
    font-size: 1.1rem;
    margin: 0 0 10px;
  }
}
.top-blog .top-blog-list .item .img-box .text-area .ttl {
  color: #e9eae7;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.c-faq-list {
  border-top: 1px solid #e9eae7;
}
.c-faq-list dl {
  border-bottom: 1px solid #e9eae7;
}
.c-faq-list dl dt a {
  display: block;
  padding: 35px 0;
  position: relative;
}
@media (min-width: 0) {
  .c-faq-list dl dt a {
    padding: 17.5px 0;
  }
}
.c-faq-list dl dt a:after {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background: #435243;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  position: absolute;
}
@media (min-width: 0) {
  .c-faq-list dl dt a:after {
    width: 12.5px;
    height: 1.5px;
    right: 5px;
  }
}
.c-faq-list dl dt a:before {
  content: "";
  display: block;
  width: 3px;
  height: 25px;
  background: #435243;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  position: absolute;
}
@media (min-width: 0) {
  .c-faq-list dl dt a:before {
    width: 1.5px;
    height: 12.5px;
    right: 10px;
  }
}
.c-faq-list dl dt.active a:before {
  display: none;
}
.c-faq-list dl dd {
  padding-bottom: 35px;
  display: none;
}

.c-faq-list dl dd a{
  text-decoration: underline;
}

@media (min-width: 0) {
  .c-faq-list dl dd {
    padding-bottom: 17.5px;
  }
}

.top-faq {
  background: #fff;
  padding: 140px 0 150px;
}
@media (min-width: 0) {
  .top-faq {
    padding: 70px 0 75px;
  }
}
.top-faq .c-ttl-lv02 {
  color: #435243;
}
.top-faq .c-ttl-lv02 span {
  color: #357c4c;
}
.top-faq .c-faq-list {
  margin: 60px 0 75px;
}
@media (min-width: 0) {
  .top-faq .c-faq-list {
    margin: 30px 0 37.5px;
  }
}

.top-price {
  background: #e9eae7;
  padding: 140px 0 95px;
}
@media (min-width: 0) {
  .top-price {
    padding: 70px 0 47.5px;
  }
}
.top-price .c-ttl-lv02 {
  color: #435243;
}
.top-price .c-ttl-lv02 span {
  color: #357c4c;
}
.top-price .c-anker-links {
  margin-top: 70px;
  margin-bottom: 120px;
}
@media (min-width: 0) {
  .top-price .c-anker-links {
    margin-top: 35px;
    margin-bottom: 60px;
  }
}
.top-price .c-anker-links li {
  margin-bottom: 0;
}
.top-price .c-anker-links li a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 45px;
}
@media (min-width: 0) {
  .top-price .c-anker-links li a {
    padding-left: 22.5px;
  }
}
.top-price .c-anker-links li a i img {
  right: 20px;
}
@media (min-width: 0) {
  .top-price .c-anker-links li a i img {
    right: 10px;
  }
}
.top-price .price-box {
  padding: 0 40px;
  margin: 0 0 80px;
}
@media (min-width: 0) {
  .top-price .price-box {
    padding: 0 20px;
    margin: 0 0 40px;
  }
}
.top-price .price-box:last-child {
  margin: 0;
}
.top-price .price-box .price-header img {
  width: 100%;
}
.top-price .price-box .price-body {
  background: url(../img/price_body.png) center top repeat-y;
  background-size: 100%;
  padding: 0 40px 0 40px;
}
@media (min-width: 0) {
  .top-price .price-box .price-body {
    padding: 0 20px 0 20px;
  }
}
.top-price .price-box .price-body .product-list .item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 40px;
}
@media (min-width: 0) {
  .top-price .price-box .price-body .product-list .item {
    margin: 0 0 20px;
  }
}
.top-price .price-box .price-body .product-list .item:last-child {
  margin: 0;
}
.top-price .price-box .price-body .product-list .item .img-area {
  width: 240px;
}
@media (min-width: 0) {
  .top-price .price-box .price-body .product-list .item .img-area {
    width: 120px;
  }
}
.top-price .price-box .price-body .product-list .item .text-area {
  width: calc(100% - 240px);
  padding-left: 25px;
}
@media (min-width: 0) {
  .top-price .price-box .price-body .product-list .item .text-area {
    width: calc(100% - 120px);
    padding-left: 12.5px;
  }
}
.top-price .price-box .price-body .product-list .item .text-area .name {
  font-size: 2.8rem;
  font-weight: 400;
  margin: 0 0 5px;
  line-height: 1.35;
}
@media (min-width: 0) {
  .top-price .price-box .price-body .product-list .item .text-area .name {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 0 2.5px;
  }
}
.top-price .price-box .price-body .product-list .item .text-area .price {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0em;
}
@media (min-width: 0) {
  .top-price .price-box .price-body .product-list .item .text-area .price {
    font-size: 1.8rem;
  }
}
.top-price .price-box .price-footer img {
  width: 100%;
}

.top-design {
  padding: 140px 0 95px;
}
@media (min-width: 0) {
  .top-design {
    padding: 70px 0 47.5px;
  }
}
.top-design .c-ttl-lv02 {
  color: #435243;
}
.top-design .c-ttl-lv02 span {
  color: #357c4c;
}
.top-design .lead-text {
  margin: 0 0 70px;
}
@media (min-width: 0) {
  .top-design .lead-text {
    margin: 0 0 35px;
  }
}
.top-design .design-box {
  padding: 0 40px;
  margin: 0 0 80px;
}
@media (min-width: 0) {
  .top-design .design-box {
    padding: 0 20px;
    margin: 0 0 40px;
  }
}
.top-design .design-box:last-child {
  margin: 0;
}
.top-design .design-box .design-header img {
  width: 100%;
}
.top-design .design-box .design-body {
  background: #f0f0ee;
  background-size: 100%;
  padding: 0 40px 0 40px;
  margin-top: -2px;
}
@media (min-width: 0) {
  .top-design .design-box .design-body {
    padding: 0 20px 0 20px;
  }
}
.top-design .design-box .design-body .product-list .item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 40px;
}
@media (min-width: 0) {
  .top-design .design-box .design-body .product-list .item {
    margin: 0 0 20px;
  }
}
.top-design .design-box .design-body .product-list .item:last-child {
  margin: 0;
}
.top-design .design-box .design-body .product-list .item .img-area {
  width: 240px;
}
@media (min-width: 0) {
  .top-design .design-box .design-body .product-list .item .img-area {
    width: 120px;
  }
}
.top-design .design-box .design-body .product-list .item .text-area {
  width: calc(100% - 240px);
  padding-left: 25px;
}
@media (min-width: 0) {
  .top-design .design-box .design-body .product-list .item .text-area {
    width: calc(100% - 120px);
    padding-left: 12.5px;
  }
}
.top-design .design-box .design-body .product-list .item .text-area .text {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1.33;
}
@media (min-width: 0) {
  .top-design .design-box .design-body .product-list .item .text-area .text {
    font-size: 1.2rem;
  }
}
.top-design .design-box .design-body .product-list .item .text-area .ttl {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: -0.07em;
  margin: 0 0 10px;
}
@media (min-width: 0) {
  .top-design .design-box .design-body .product-list .item .text-area .ttl {
    font-size: 1.6rem;
    margin: 0 0 5px;
  }
}
.top-design .design-box .design-body .column-list .item {
  padding-top: 0 !important;
  padding-bottom: 30px !important;
}
@media (min-width: 0) {
  .top-design .design-box .design-body .column-list .item {
    padding-bottom: 15px !important;
  }
}
.top-design .design-box .design-body .column-list .item .fig-img {
  text-align: center;
  margin: 0 0 20px;
}
@media (min-width: 0) {
  .top-design .design-box .design-body .column-list .item .fig-img {
    margin: 0 0 10px;
  }
}
.top-design .design-box .design-body .column-list .item figcaption {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
}
@media (min-width: 0) {
  .top-design .design-box .design-body .column-list .item figcaption {
    font-size: 1.2rem;
  }
}
.top-design .design-box .design-footer{
  margin-top: -4px;
}
.top-design .design-box .design-footer img {
  width: 100%;
}

.top-tsuibu {
  padding: 140px 0 150px;
}
.top-tsuibu .c-type-slider-A-wrap .slide-prev,.top-tsuibu .c-type-slider-A-wrap .slide-next{
  top: 200px;
}

@media (min-width: 0) {
  .top-tsuibu {
    padding: 70px 0 75px;
  }
  .top-tsuibu .c-type-slider-A-wrap .slide-prev,.top-tsuibu .c-type-slider-A-wrap .slide-next{
    top: 27%;
  }
}
.top-tsuibu .c-ttl-lv02 {
  color: #435243;
}
.top-tsuibu .c-ttl-lv02 span {
  color: #357c4c;
}
.top-tsuibu .lead-text {
  margin: 0 0 70px;
}
@media (min-width: 0) {
  .top-tsuibu .lead-text {
    margin: 0 0 35px;
  }
}
.top-tsuibu .access-area {
  margin: 35px 0 40px;
}
@media (min-width: 0) {
  .top-tsuibu .access-area {
    margin: 17.5px 0 20px;
  }
}
.top-tsuibu .access-area .ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  margin: 0 0 5px;
}
@media (min-width: 0) {
  .top-tsuibu .access-area .ttl {
    font-size: 1.6rem;
    margin: 0 0 2.5px;
  }
}
.top-tsuibu .access-area .text {
  text-align: center;
}

.top-gallary {
  background: #a4ae9c;
  padding: 140px 0 60px;
  overflow: hidden;
}
@media (min-width: 0) {
  .top-gallary {
    padding: 70px 0 30px;
  }
}
.top-gallary .top-gallery-list {
  padding: 0 50px;
  margin-bottom: 40px;
}
@media (min-width: 0) {
  .top-gallary .top-gallery-list {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

.top-gallary .top-gallery-list .item figure {
  margin: 0 0 0;
  position: relative;
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 0) {
  .top-gallary .top-gallery-list .item figure {
    border-radius: 5px;
  }
}
.top-gallary .top-gallery-list .item figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-gallary .c-ttl-lv02 {
  color: #e9eae7;
}
.top-gallary .c-ttl-lv02 span {
  color: #357c4c;
}
.top-gallary .lead-text {
  margin: 0 0 70px;
  color: #e9eae7;
}
@media (min-width: 0) {
  .top-gallary .lead-text {
    margin: 0 0 35px;
  }
}
.top-gallary .img {
  margin: 0 0 40px;
}
@media (min-width: 0) {
  .top-gallary .img {
    margin: 0 0 20px;
  }
}
.top-gallary .img img {
  width: 100%;
}

/* slider */
.slider-wrap {
  position: relative;
  margin: 0 0 70px;
}
@media (min-width: 0) {
  .slider-wrap {
    margin: 0 0 35px;
  }
}

.c-type-slider-A-wrap {
  position: relative;
}
.c-type-slider-A-wrap .slide-wrap {
  overflow: hidden;
}
.c-type-slider-A-wrap .slide-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 92px;
  left: -46px;
  margin: 0 0 70px;
}
@media (min-width: 0) {
  .c-type-slider-A-wrap .slide-prev {
    width: 46px;
    left: -23px;
    margin: 0 0 35px;
  }
}
.c-type-slider-A-wrap .slide-prev img {
  width: 100%;
}
.c-type-slider-A-wrap .slide-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 92px;
  right: -46px;
}
@media (min-width: 0) {
  .c-type-slider-A-wrap .slide-next {
    width: 46px;
    right: -23px;
  }
}
.c-type-slider-A-wrap .slide-next img {
  width: 100%;
}

.slider {
  overflow: hidden;
}

.slider .item {
  height: auto !important;
}

.slider .item .item-in {
  margin-bottom: 60px;
}
@media (min-width: 0) {
  .slider .item .item-in {
    margin-bottom: 30px;
  }
}

.slider .item .slider .item .item-in .main-img {
  margin-bottom: 40px;
}

@media (min-width: 0) {
  .slider .item .item-in .main-img {
    margin-bottom: 20px;
  }
}
.slide-prev {
  position: absolute;
  top: 290px;
  left: -15px;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  z-index: 3;
}

@media (min-width: 0) {
  .slide-prev {
    top: 145px;
    left: -8px;
  }
}
@media (min-width: 0) {
  .slide-prev img {
    width: 15px;
  }
}
.slide-next {
  position: absolute;
  top: 290px;
  right: -15px;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  z-index: 3;
}

@media (min-width: 0) {
  .slide-next {
    top: 145px;
    right: -8px;
  }
}
@media (min-width: 0) {
  .slide-next img {
    width: 15px;
  }
}
.swiper-pagination {
  bottom: -35px !important;
}

@media (min-width: 0) {
  .swiper-pagination {
    bottom: -30px !important;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 15px !important;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #b0b0b0;
  opacity: 1;
}

@media (min-width: 0) {
  .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px !important;
    width: 10px;
    height: 10px;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #349e9e;
}

.price-slide {
  margin: 100px auto 0;
}
@media (min-width: 0) {
  .price-slide {
    margin: 50px auto 0;
  }
}
.price-slide .c-type-slider-A-wrap {
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 0) {
  .price-slide .c-type-slider-A-wrap {
    max-width: 300px;
  }
}
.price-slide h4 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  margin: 0 0 35px;
}
@media (min-width: 0) {
  .price-slide h4 {
    font-size: 1.6rem;
    margin: 0 0 17.5px;
  }
}
.price-slide .c-type-slider-A-wrap .slide-prev {
  left: -110px;
  transform: translateY(0);
  top: 160px;
}
@media (min-width: 0) {
  .price-slide .c-type-slider-A-wrap .slide-prev {
    left: -10%;
    top: 28%;
  }
}
.price-slide .c-type-slider-A-wrap .slide-next {
  right: -110px;
  transform: translateY(0);
  top: 160px;
}
@media (min-width: 0) {
  .price-slide .c-type-slider-A-wrap .slide-next {
    right: -10%;
    top: 28%;
  }
}
.price-slide .text-area {
  margin: 30px 0 0;
}
@media (min-width: 0) {
  .price-slide .text-area {
    margin: 15px 0 0;
  }
}
.price-slide .text-area .ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
}
@media (min-width: 0) {
  .price-slide .text-area .ttl {
    font-size: 1.6rem;
  }
}
.price-slide .text-area .subtext01 {
  text-align: center;
  font-weight: 400;
}
.price-slide .text-area .subtext02 {
  text-align: center;
  font-size: 3.3rem;
  font-weight: 500;
}
@media (min-width: 0) {
  .price-slide .text-area .subtext02 {
    font-size: 1.65rem;
  }
}

.lower-ttl-box {
  padding-top: 100px;
}
@media (min-width: 0) {
  .lower-ttl-box {
    padding-top: 50px;
  }
}
.lower-ttl-box .c-lower-ttl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #357c4c;
  font-size: 4.8rem;
  font-weight: 400;
  font-family: "Homemade Apple", cursive;
}
@media (min-width: 0) {
  .lower-ttl-box .c-lower-ttl {
    font-size: 2.4rem;
  }
}
.lower-ttl-box .c-lower-ttl span {
  color: #435243;
  font-size: 2.8rem;
  font-family: "Kiwi Maru", serif;
  margin: 0 0 0 35px;
}
@media (min-width: 0) {
  .lower-ttl-box .c-lower-ttl span {
    font-size: 1.4rem;
    margin: 0 0 0 18px;
  }
}
.lower-ttl-box .c-lower-ttl.privacy-ttl {
  font-size: 4.2rem;
}
@media (min-width: 0) {
  .lower-ttl-box .c-lower-ttl.privacy-ttl {
    font-size: 2.1rem;
  }
}
.lower-ttl-box .c-lower-ttl.privacy-ttl span {
  margin: 0 0 0 20px;
  font-size: 2.8rem;
  letter-spacing: -0.15em;
}
@media (min-width: 0) {
  .lower-ttl-box .c-lower-ttl.privacy-ttl span {
    margin: 0 0 0 10px;
    font-size: 1.4rem;
  }
}
.lower-ttl-box p {
  margin-top: 20px;
}
.lower-ttl-box .lower-img {
  margin-top: 35px;
  position: relative;
}
@media (min-width: 0) {
  .lower-ttl-box .lower-img {
    margin-top: 18px;
  }
}
.lower-ttl-box .lower-img .about-text {
  color: #e9eae7;
  font-size: 3.8rem;
  writing-mode: vertical-rl;
  position: absolute;
  top: 105px;
  left: 80px;
  letter-spacing: 0.3em;
  line-height: 2;
}
@media (min-width: 0) {
  .lower-ttl-box .lower-img .about-text {
    font-size: 1.9rem;
    top: 52px;
    left: 40px;
  }
}

.c-cat-list li {
  padding-top: 0 !important;
  padding-bottom: 15px !important;
}
@media (min-width: 0) {
  .c-cat-list li {
    padding-bottom: 7.5px !important;
  }
}
.c-cat-list li a span {
  height: 44px;
  width: 183px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: url(../img/cat_bg.png) center top no-repeat;
  background-size: contain;
  font-size: 2.2rem;
  padding-left: 16px;
  line-height: 0;
}
@media (min-width: 0) {
  .c-cat-list li a span {
    height: 22px;
    width: 91.5px;
    font-size: 1.1rem;
    padding-left: 8px;
  }
}
.c-cat-list li.active a span {
  background: url(../img/cat_bg02.png) center top no-repeat;
  background-size: contain;
  color: #fff;
}

.blog-page {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (min-width: 0) {
  .blog-page {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}

.c-blog-list {
  padding-top: 45px;
}
@media (min-width: 0) {
  .c-blog-list {
    padding-top: 22px;
  }
}
.c-blog-list .item {
  padding-top: 0;
  padding-bottom: 85px !important;
}
@media (min-width: 0) {
  .c-blog-list .item {
    padding-bottom: 42px !important;
  }
}
.c-blog-list .item figure {
  margin: 0 0 0;
  position: relative;
  padding-top: 65%;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 0) {
  .c-blog-list .item figure {
    border-radius: 7.5px;
  }
}
.c-blog-list .item figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-blog-list .item .text-area .sub-text {
  font-size: 2.2rem;
  margin: 30px 0 5px;
}

.c-blog-list .item .text-area .sub-text span{
  letter-spacing: 0.2em;
}

@media (min-width: 0) {
  .c-blog-list .item .text-area .sub-text {
    font-size: 1.1rem;
    margin: 15px 0 2px;
  }
}
.c-blog-list .item .text-area .ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.wp-pagination {
  text-align: center;
  margin: 15px 0 0;
}
@media (min-width: 0) {
  .wp-pagination {
    margin: 8px 0 0;
  }
}

.wp-pagination ul {
  text-align: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0;
  margin: 10px 0 0;
}
@media (min-width: 0) {
  .wp-pagination ul {
    margin: 5px 0 0;
  }
}

.wp-pagination ul li {
  display: inline-block;
}

.wp-pagination ul li a, .wp-pagination ul li > span {
  display: block;
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 3.6rem;
  line-height: 80px;
  background: none;
  font-weight: 400;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 0) {
  .wp-pagination ul li a, .wp-pagination ul li > span {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
    line-height: 40px;
  }
}

.wp-pagination ul li.active {
  width: 80px;
}
@media (min-width: 0) {
  .wp-pagination ul li.active {
    width: 40px;
  }
}

.wp-pagination ul li a {
  width: 60px;
}
@media (min-width: 0) {
  .wp-pagination ul li a {
    width: 30px;
  }
}

.wp-pagination ul li > span, .wp-pagination ul li.active a {
  color: #435243;
  width: 80px;
  border-radius: 10px;
  border: 3px solid #435243;
}
@media (min-width: 0) {
  .wp-pagination ul li > span, .wp-pagination ul li.active a {
    width: 40px;
    border-radius: 5px;
    border: 1.5px solid #435243;
  }
}

.wp-pagination ul li > span {
  margin: 0 20px;
}
@media (min-width: 0) {
  .wp-pagination ul li > span {
    margin: 0 10px;
  }
}

.wp-pagination ul li .prev {
  margin: 0 40px 0 0;
  text-decoration: underline;
  width: inherit;
  width: inherit;
}
@media (min-width: 0) {
  .wp-pagination ul li .prev {
    margin: 0 20px 0 0;
  }
}
.wp-pagination ul li .prev a {
  width: inherit;
}
.wp-pagination ul li .prev a {
  text-decoration: underline;
}
.wp-pagination ul li .next {
  margin: 0 0 0 40px;
  width: inherit;
  text-decoration: underline;
}
@media (min-width: 0) {
  .wp-pagination ul li .next {
    margin: 0 0 0 20px;
  }
}
.wp-pagination ul li .next a {
  width: inherit;
  text-decoration: underline;
}
.blog-detail-page {
  padding-top: 100px;
  padding-bottom: 90px;
}
@media (min-width: 0) {
  .blog-detail-page {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}
.blog-detail-page h1 {
  font-size: 4.2rem;
  font-weight: 500;
}
@media (min-width: 0) {
  .blog-detail-page h1 {
    font-size: 2.1rem;
  }
}
.blog-detail-page .sub-text {
  font-size: 2.2rem;
}
@media (min-width: 0) {
  .blog-detail-page .sub-text {
    font-size: 1.1rem;
  }
}
.blog-detail-page .edit-area {
  margin: 70px 0 0;
}
@media (min-width: 0) {
  .blog-detail-page .edit-area {
    margin: 35px 0 0;
  }
}
.blog-detail-page .edit-area > * {
  margin-bottom: 1.5em;
}
.blog-detail-page .edit-area img {
  width: 100%;
  height: inherit;
	border-radius: 10px;
}
.blog-detail-page .edit-area h2 {
  font-size: 4.6rem;
  font-weight: 500;
  border-bottom: 2px solid #435243;
}
@media (min-width: 0) {
  .blog-detail-page .edit-area h2 {
    font-size: 2.3rem;
    border-bottom: 1px solid #435243;
  }
}
.blog-detail-page .edit-area h3 {
  font-size: 4rem;
  font-weight: 500;
  border-bottom: 1px solid #435243;
  display: inline-block;
}
@media (min-width: 0) {
  .blog-detail-page .edit-area h3 {
    font-size: 2rem;
  }
}
.blog-detail-page .edit-area h4 {
  font-size: 2.8rem;
  font-weight: 700;
}
@media (min-width: 0) {
  .blog-detail-page .edit-area h4 {
    font-size: 1.4rem;
  }
}
.blog-detail-page .edit-area a {
  border-bottom: 2px dotted #435243;
}

@media (min-width: 0) {
  .blog-detail-page .edit-area a {
    border-bottom: 1px dotted #435243;
  }
}

.blog-detail-page .edit-area ul li:before {
  content: "・";
  display: inline-block;
}
.blog-detail-page .edit-area ol {
  counter-reset: listnum;
  /* カウンターをリセット */
}
.blog-detail-page .edit-area ol li:before {
  counter-increment: listnum;
  /* counter-resetと同じ文字列 */
  content: counter(listnum) ". ";
  /* カウントした数に応じて番号を表示 */
}
.blog-detail-page .detail-btn-area {
  margin-top: 130px;
}
@media (min-width: 0) {
  .blog-detail-page .detail-btn-area {
    margin-top: 60px;
  }
}
.blog-detail-page .detail-btn-area li {
  text-align: center;
}
.blog-detail-page .detail-btn-area li a {
  text-decoration: underline;
  font-size: 3.6rem;
}
@media (min-width: 0) {
  .blog-detail-page .detail-btn-area li a {
    font-size: 1.8rem;
  }
}
.blog-detail-page .detail-btn-area .prev {
  text-align: left;
}
.blog-detail-page .detail-btn-area .prev a {
  text-decoration: none;
}
@media (min-width: 0) {
  .blog-detail-page .detail-btn-area .prev a img {
    width: 43px;
  }
}
.blog-detail-page .detail-btn-area .next {
  text-align: right;
}
.blog-detail-page .detail-btn-area .next a {
  text-decoration: none;
}
@media (min-width: 0) {
  .blog-detail-page .detail-btn-area .next a img {
    width: 43px;
  }
}

.privacy-page {
  padding: 0 0 120px;
}
@media (min-width: 0) {
  .privacy-page {
    padding: 0 0 60px;
  }
}
.privacy-page .privacy-list .item {
  padding: 65px 0 0;
}
@media (min-width: 0) {
  .privacy-page .privacy-list .item {
    padding: 32px 0 0;
  }
}
.privacy-page .privacy-list .item > * {
  margin-bottom: 1em;
}
.privacy-page .privacy-list .item > *:last-child {
  margin: 0;
}
.privacy-page .privacy-list .item .ttl {
  text-indent: -1.3em;
  padding-left: 1.3em;
  font-size: 4.8rem;
  font-weight: 500;
  border-bottom: 2px solid #435243;
  line-height: 1.33;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (min-width: 0) {
  .privacy-page .privacy-list .item .ttl {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #435243;
    font-size: 2.4rem;
  }
}
.privacy-page .privacy-list .item ul.dotte-list li {
  margin-bottom: 0.5em;
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
.privacy-page .privacy-list .item ul.dotte-list li:last-child {
  margin-bottom: 0;
}
.privacy-page .privacy-list .item ul.dotte-list li:before {
  content: "●";
  font-size: 1.6rem;
  top: -5px;
  padding-right: 0.5em;
}
@media (min-width: 0) {
  .privacy-page .privacy-list .item ul.dotte-list li:before {
    font-size: 0.9rem;
    top: -2.6px;
  }
}

.c-news-list {
  margin: 80px 0 0;
}
@media (min-width: 0) {
  .c-news-list {
    margin: 40px 0 0;
  }
}
.c-news-list .item {
  border-top: 2px solid #e9eae7;
  padding-bottom: 55px;
}
@media (min-width: 0) {
  .c-news-list .item {
    border-top: 1px solid #e9eae7;
    padding-bottom: 27px;
  }
}
.c-news-list .item .time {
  font-size: 2.2rem;
  color: #a4ae9c;
}
@media (min-width: 0) {
  .c-news-list .item .time {
    font-size: 1.1rem;
  }
}
.c-news-list .item .ttl {
  color: #e9eae7;
  font-size: 2.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 0) {
  .c-news-list .item .ttl {
    font-size: 1.3rem;
  }
}
.c-news-list .item .ttl a {
  text-decoration: underline;
}

main.news {
  background: #435243;
  padding-bottom: 120px;
}
@media (min-width: 0) {
  main.news {
    padding-bottom: 60px;
  }
}
main.news * {
  color: #e9eae7;
}
main.news .c-lower-ttl {
  color: #e9eae7;
}
main.news .c-lower-ttl span {
  color: #e9eae7;
}
main.news .wp-pagination ul li > span, main.news .wp-pagination ul li.active a {
  color: #e9eae7;
  border: 3px solid #e9eae7;
}
@media (min-width: 0) {
  main.news .wp-pagination ul li > span, main.news .wp-pagination ul li.active a {
    border: 1.5px solid #e9eae7;
  }
}

.contact-page {
  background: #e9eae7;
  padding: 20px 0 0;
  margin: 80px 0 0;
}
@media (min-width: 0) {
  .contact-page {
    padding: 10px 0 0;
    margin: 40px 0 0;
  }
}
.contact-page .container {
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
}
@media (min-width: 0) {
  .contact-page .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.contact-page .form-box {

  padding: 20px;
}
@media (min-width: 0) {
  .contact-page .form-box {
    padding: 10px;
  }
  .contact-page .form-box iframe{
    height: 180vw;
  }
}

.faq-page {
  background: #435243;
  margin: 80px 0 0;
  padding: 40px 0 0;
}
.faq-page .container {
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 0) {
  .faq-page .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 0) {
  .faq-page {
    margin: 40px 0 0;
    padding: 20px 0 0;
  }
}
.faq-page .faq-box {
  padding-bottom: 80px;
}
@media (min-width: 0) {
  .faq-page .faq-box {
    padding-bottom: 20px;
  }
}
.faq-page .faq-box .ttl {
  text-align: center;
  font-size: 2.8rem;
  color: #fff;
  margin: 0 0 40px;
}
@media (min-width: 0) {
  .faq-page .faq-box .ttl {
    font-size: 1.4rem;
    color: #fff;
    margin: 0 0 20px;
  }
}
.faq-page .faq-box .acc-list dl {
  background: #fff;
  margin: 0 0 20px;
}
@media (min-width: 0) {
  .faq-page .faq-box .acc-list dl {
    margin: 0 0 10px;
  }
}
.faq-page .faq-box .acc-list dl dt a {
  display: block;
  padding: 30px 75px 30px 90px;
  font-size: 2.4rem;
  position: relative;
}
@media (min-width: 0) {
  .faq-page .faq-box .acc-list dl dt a {
    padding: 15px 37px 15px 45px;
    font-size: 1.2rem;
  }
}
.faq-page .faq-box .acc-list dl dt a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 16px solid #357c4c;
  border-bottom: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 0) {
  .faq-page .faq-box .acc-list dl dt a:after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid #357c4c;
    right: 10px;
  }
}
.faq-page .faq-box .acc-list dl dt a i {
  color: #435243;
  font-size: 4.8rem;
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  position: absolute;
  top: 18px;
  left: 30px;
}
@media (min-width: 0) {
  .faq-page .faq-box .acc-list dl dt a i {
    font-size: 2.4rem;
    top: 8px;
    left: 15px;
  }
}
.faq-page .faq-box .acc-list dl dt.active a:after {
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-bottom: 16px solid #357c4c;
  border-top: 0;
}
@media (min-width: 0) {
  .faq-page .faq-box .acc-list dl dt.active a:after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 8px solid #357c4c;
  }
}
.faq-page .faq-box .acc-list dl dd {
  padding: 10px 90px 30px 90px;
  font-size: 2.4rem;
  position: relative;
  display: none;
}
@media (min-width: 0) {
  .faq-page .faq-box .acc-list dl dd {
    padding: 5px 45px 15px 45px;
    font-size: 1.2rem;
  }
}
.faq-page .faq-box .acc-list dl dd i {
  color: #357c4c;
  font-size: 4.8rem;
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  position: absolute;
  top: 40px;
  left: 30px;
}

.faq-page .faq-box .acc-list dl dd a{
  color: #357c4c;
  text-decoration: underline;
}

@media (min-width: 0) {
  .faq-page .faq-box .acc-list dl dd i {
    font-size: 2.4rem;
    top: 20px;
    left: 15px;
  }
}
.faq-page .faq-box .acc-list dl dd .img {
  text-align: center;
}
.faq-page .faq-box .acc-list dl dd p {
  color: #357c4c;
}
.faq-page .faq-box .acc-list dl dd > * {
  margin-bottom: 1em;
}
.faq-page .faq-box .acc-list dl dd > *:last-child {
  margin-bottom: 0;
}
.faq-page .faq-contact-area {
  padding: 100px 0 150px;
  background: #fff;
}
@media (min-width: 0) {
  .faq-page .faq-contact-area {
    padding: 50px 0 75px;
  }
}
.faq-page .faq-contact-area nav {
  margin: 60px 0 0;
}
@media (min-width: 0) {
  .faq-page .faq-contact-area nav {
    margin: 30px 0 0;
  }
}
.faq-page .faq-contact-area nav a {
  display: block;
  text-align: center;
  color: #e9eae7;
  font-size: 2.8rem;
  padding: 30px;
  border-radius: 10px;
  background: #357c4c;
  position: relative;
}
@media (min-width: 0) {
  .faq-page .faq-contact-area nav a {
    font-size: 1.4rem;
    padding: 15px;
    border-radius: 5px;
  }
}
.faq-page .faq-contact-area nav a i img {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.c-anker-list li {
  margin: 0 0 30px;
}
@media (min-width: 0) {
  .c-anker-list li {
    margin: 0 0 15px;
  }
}
.c-anker-list li:last-child {
  margin: 0;
}
.c-anker-list a {
  display: block;
  text-align: center;
  color: #e9eae7;
  font-size: 2.8rem;
  padding: 30px;
  border-radius: 10px;
  background: #357c4c;
  position: relative;
}
@media (min-width: 0) {
  .c-anker-list a {
    font-size: 1.4rem;
    padding: 15px;
    border-radius: 5px;
  }
}
.c-anker-list a i img {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 0) {
  .c-anker-list a i img {
    right: 15px;
    width: 10px;
  }
}

.access-page {
  padding: 120px 0 0;
}
@media (min-width: 0) {
  .access-page {
    padding: 60px 0 0;
  }
}
.access-page .s01 {
  padding-bottom: 150px;
}
@media (min-width: 0) {
  .access-page .s01 {
    padding-bottom: 75px;
  }
}
.access-page .s01 .img01 {
  margin: 170px 0 0;
}
@media (min-width: 0) {
  .access-page .s01 .img01 {
    margin: 85px 0 0;
  }
}
@media (min-width: 0) {
  .access-page .s01 .img01 img {
    width: 61%;
  }
}
.access-page .s01 .img02 {
  margin: 70px 0 0;
  text-align: right;
}
@media (min-width: 0) {
  .access-page .s01 .img02 {
    margin: 35px 0 0;
  }
}
@media (min-width: 0) {
  .access-page .s01 .img02 img {
    width: 61%;
  }
}
.access-page .s01 .img03 {
  margin: 70px 0 0;
}
@media (min-width: 0) {
  .access-page .s01 .img03 {
    margin: 35px 0 0;
  }
}
@media (min-width: 0) {
  .access-page .s01 .img03 img {
    width: 61%;
  }
}
.access-page .access-info {
  background: #435243;
  padding: 70px 0 70px;
}
@media (min-width: 0) {
  .access-page .access-info {
    padding: 35px 0 35px;
  }
}
.access-page .access-info .ex-text {
  color: #fff;
  margin: 0 0 45px;
}
@media (min-width: 0) {
  .access-page .access-info .ex-text {
    margin: 0 0 22px;
  }
}
.access-page .access-info dl dt {
  background: #e9eae7;
  color: #435243;
  padding: 0 12px;
}
@media (min-width: 0) {
  .access-page .access-info dl dt {
    padding: 0 6px;
  }
}
.access-page .access-info dl dd {
  color: #fff;
  padding: 12px 12px 15px;
}
@media (min-width: 0) {
  .access-page .access-info dl dd {
    padding: 6px 6px 8px;
  }
}
.access-page .access-info dl dd a {
  color: #fff;
  text-decoration: underline;
  font-size: 2.4rem;
}
@media (min-width: 0) {
  .access-page .access-info dl dd a {
    font-size: 1.2rem;
  }
}
.access-page .map-area iframe {
  height: 500px;
}
@media (max-width: 750px) {
  .access-page .map-area iframe {
    height: 66.66vw;
  }
}
.access-page .map-btn {
  text-align: center;
  margin: 80px 0 140px;
}
@media (min-width: 0) {
  .access-page .map-btn {
    margin: 40px 0 70px;
  }
}
.access-page .map-btn a {
  display: block;
  text-align: center;
  color: #e9eae7;
  font-size: 2.8rem;
  padding: 30px;
  border-radius: 10px;
  background: #357c4c;
  position: relative;
}
@media (min-width: 0) {
  .access-page .map-btn a {
    font-size: 1.4rem;
    padding: 15px;
    border-radius: 5px;
  }
}
.access-page .s02 {
  background: #f4f4f3;
  padding: 100px 0 90px;
}
@media (min-width: 0) {
  .access-page .s02 {
    padding: 50px 0 45px;
  }
}
.access-page .s02 .s02-wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.access-page .s02 .s02-wrap .left {
  width: 180px;
  padding-left: 55px;
}
@media (min-width: 0) {
  .access-page .s02 .s02-wrap .left {
    width: 90px;
    padding-left: 27px;
  }
}
.access-page .s02 .s02-wrap .left .ttl {
  writing-mode: vertical-rl;
  font-size: 3.6rem;
  font-weight: 400;
}
@media (min-width: 0) {
  .access-page .s02 .s02-wrap .left .ttl {
    font-size: 1.8rem;
  }
}
.access-page .s02 .s02-wrap .right {
  width: calc(100% - 180px);
  padding-right: 80px;
}
@media (min-width: 0) {
  .access-page .s02 .s02-wrap .right {
    width: calc(100% - 90px);
    padding-right: 40px;
  }
}
.access-page .s02 .s02-wrap .right .ttl02 {
  color: #357c4c;
  font-size: 4.8rem;
  font-weight: 400;
  font-family: "Homemade Apple", cursive;
  margin: 0 0 10px;
}
@media (min-width: 0) {
  .access-page .s02 .s02-wrap .right .ttl02 {
    font-size: 2.4rem;
    margin: 0 0 5px;
  }
}
.access-page .s02 .s02-wrap .right figure {
  margin: 0 0 65px;
}
@media (min-width: 0) {
  .access-page .s02 .s02-wrap .right figure {
    margin: 0 0 30px;
  }
}
.access-page .s02 .s02-wrap .right figure:last-child {
  margin: 0;
}
.access-page .s02 .s02-wrap .right figure .fig-img {
  text-align: center;
  margin: 0 0 30px;
}
@media (min-width: 0) {
  .access-page .s02 .s02-wrap .right figure .fig-img {
    margin: 0 0 15px;
  }
}
.access-page .s02 .s02-wrap .right figure .num {
  color: #357c4c;
  font-size: 2.8rem;
  font-weight: 500;
}
@media (min-width: 0) {
  .access-page .s02 .s02-wrap .right figure .num {
    font-size: 1.4rem;
  }
}
.access-page .s02 .s02-wrap .right figure .text {
  letter-spacing: -0.02em;
}
.access-page .s03 {
  padding: 100px 0 120px;
}
@media (min-width: 0) {
  .access-page .s03 {
    padding: 50px 0 60px;
  }
}
.access-page .s03 .s03-wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.access-page .s03 .s03-wrap .left {
  width: 180px;
  padding-left: 55px;
}
@media (min-width: 0) {
  .access-page .s03 .s03-wrap .left {
    width: 90px;
    padding-left: 27px;
  }
}
.access-page .s03 .s03-wrap .left .ttl {
  writing-mode: vertical-rl;
  font-size: 3.6rem;
  font-weight: 400;
}
@media (min-width: 0) {
  .access-page .s03 .s03-wrap .left .ttl {
    font-size: 1.7rem;
  }
}
.access-page .s03 .s03-wrap .right {
  width: calc(100% - 180px);
  padding-right: 80px;
}
@media (min-width: 0) {
  .access-page .s03 .s03-wrap .right {
    width: calc(100% - 90px);
    padding-right: 40px;
  }
}
.access-page .s03 .s03-wrap .right .ttl02 {
  color: #357c4c;
  font-size: 4.8rem;
  font-weight: 400;
  font-family: "Homemade Apple", cursive;
  margin: 0 0 10px;
}
@media (min-width: 0) {
  .access-page .s03 .s03-wrap .right .ttl02 {
    font-size: 2.4rem;
    margin: 0 0 5px;
  }
}
.access-page .s03 .s03-wrap .right .ex-text {
  margin: 25px 0 35px;
  letter-spacing: -0.02em;
}
@media (min-width: 0) {
  .access-page .s03 .s03-wrap .right .ex-text {
    margin: 12.5px 0 17.5px;
  }
}
.access-page .s03 .s03-wrap .right .ex-text a {
  text-decoration: underline;
}
.access-page .s03 .s03-wrap .right a {
  text-decoration: underline;
}
.access-page .s03 .s03-wrap .right .ttl-bar {
  background: #435243;
  color: #fff;
  padding: 8px 20px;
  margin: 0 0 25px;
}
@media (min-width: 0) {
  .access-page .s03 .s03-wrap .right .ttl-bar {
    padding: 4px 10px;
    margin: 0 0 12px;
  }
}
.access-page .s03 .s03-wrap .right .item {
  padding-bottom: 60px;
}
@media (min-width: 0) {
  .access-page .s03 .s03-wrap .right .item {
    padding-bottom: 30px;
  }
}
.access-page .s03 .s03-wrap .right .item:last-child {
  padding: 0;
}
.access-page .s03 .s03-wrap .right .dotte-list {
  margin: 35px 0 0;
}
@media (min-width: 0) {
  .access-page .s03 .s03-wrap .right .dotte-list {
    margin: 17.5px 0 0;
  }
}
.access-page .s03 .s03-wrap .right .dotte-list > li {
  padding: 0 0 0 38px;
  position: relative;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
}
@media (min-width: 0) {
  .access-page .s03 .s03-wrap .right .dotte-list > li {
    padding: 0 0 0 19px;
    margin: 0 0 10px;
  }
}
.access-page .s03 .s03-wrap .right .dotte-list > li small {
  font-size: 2.2rem;
}
@media (min-width: 0) {
  .access-page .s03 .s03-wrap .right .dotte-list > li small {
    font-size: 1.1rem;
  }
}
.access-page .s03 .s03-wrap .right .dotte-list > li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #435243;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 8px;
}
@media (min-width: 0) {
  .access-page .s03 .s03-wrap .right .dotte-list > li:before {
    width: 12px;
    height: 12px;
    background: #435243;
    border-radius: 1px;
    position: absolute;
    left: 0;
    top: 4px;
  }
}
.access-page .s03 .s03-wrap .right .dotte-list > li dl {
  margin: 10px 0 0;
}
@media (min-width: 0) {
  .access-page .s03 .s03-wrap .right .dotte-list > li dl {
    margin: 5px 0 0;
  }
}
.access-page .s03 .s03-wrap .right .dotte-list > li dl dt {
  font-weight: 500;
}
.access-page .s03 .s03-wrap .right .dotte-list > li dl dd a {
  text-decoration: underline;
}
.access-page .s03 .s03-wrap .right .dotte-list > li dl dd a.pt02 {
  word-break: break-all;
  font-size: 2.2rem;
}
@media (min-width: 0) {
  .access-page .s03 .s03-wrap .right .dotte-list > li dl dd a.pt02 {
    font-size: 1.1rem;
  }
}
.access-page .s03 .s03-wrap .right .dotte-list > li dl dd .time {
  font-size: 2.2rem;
}
@media (min-width: 0) {
  .access-page .s03 .s03-wrap .right .dotte-list > li dl dd .time {
    font-size: 1.1rem;
  }
}
.access-page .s03 .s03-wrap .right .dotte-list > li dl dd .notes {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 2.2rem;
  margin: 15px 0 0;
}
@media (min-width: 0) {
  .access-page .s03 .s03-wrap .right .dotte-list > li dl dd .notes {
    font-size: 1.1rem;
    margin: 7.5px 0 0;
  }
}

.about-page {
  padding: 0 0 0;
}
.about-page .s01 {
  background: #e9eae7;
  padding: 75px 0;
}
@media (min-width: 0) {
  .about-page .s01 {
    padding: 37px 0;
  }
}
.about-page .s01 .lead-text p {
  line-height: 2.15;
}
.about-page .s02 {
  padding: 100px 0 0;
  position: relative;
}
@media (min-width: 0) {
  .about-page .s02 {
    padding: 50px 0 0;
  }
}
.about-page .s02.pt02 {
  padding: 140px 0 0;
}
@media (min-width: 0) {
  .about-page .s02.pt02 {
    padding: 70px 0 0;
  }
}
.about-page .s02.pt03 {
  padding: 140px 0 150px;
}
@media (min-width: 0) {
  .about-page .s02.pt03 {
    padding: 70px 0 75px;
  }
}
.about-page .s02 .bg01 img {
  position: absolute;
  left: 30px;
  bottom: -75px;
  z-index: 2;
}
@media (min-width: 0) {
  .about-page .s02 .bg01 img {
    left: 15px;
    bottom: -37px;
    width: 97px;
  }
}
.about-page .s02 .bg02 img {
  position: absolute;
  right: 15px;
  bottom: -60px;
  z-index: 2;
}
@media (min-width: 0) {
  .about-page .s02 .bg02 img {
    right: 7px;
    bottom: -30px;
    width: 91px;
  }
}
.about-page .s02 .bg03 img {
  position: absolute;
  left: 15px;
  bottom: 80px;
  z-index: 2;
}
@media (min-width: 0) {
  .about-page .s02 .bg03 img {
    left: 7px;
    bottom: 40px;
    width: 106px;
  }
}
.about-page .s02 .s02-wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.about-page .s02 .s02-wrap .left {
  width: 180px;
  padding-left: 55px;
}
@media (min-width: 0) {
  .about-page .s02 .s02-wrap .left {
    width: 90px;
    padding-left: 27px;
  }
}
.about-page .s02 .s02-wrap .left .ttl {
  writing-mode: vertical-rl;
  font-size: 3.6rem;
  font-weight: 400;
}
@media (min-width: 0) {
  .about-page .s02 .s02-wrap .left .ttl {
    font-size: 1.8rem;
  }
}
.about-page .s02 .s02-wrap .left .ttl span {
  writing-mode: horizontal-tb;
  line-height: 1.1;
}
.about-page .s02 .s02-wrap .right {
  width: calc(100% - 180px);
  padding-right: 80px;
}
@media (min-width: 0) {
  .about-page .s02 .s02-wrap .right {
    width: calc(100% - 90px);
    padding-right: 40px;
  }
}
.about-page .s02 .s02-wrap .right .ttl02 {
  color: #357c4c;
  font-size: 3.6rem;
  font-weight: 400;
  font-family: "Special Elite", system-ui;
  margin: 0 0 20px;
}
@media (min-width: 0) {
  .about-page .s02 .s02-wrap .right .ttl02 {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
}
.about-page .s02 .s02-wrap .right figure {
  margin: 50px 0 0;
}
@media (min-width: 0) {
  .about-page .s02 .s02-wrap .right figure {
    margin: 25px 0 0;
  }
}
.about-page .s02 .s02-wrap .right figure .fig-img {
  text-align: center;
  margin: 0 0 0;
}
.about-page .s02 .s02-wrap .right figure .num {
  color: #357c4c;
  font-size: 2.8rem;
  font-weight: 500;
}
@media (min-width: 0) {
  .about-page .s02 .s02-wrap .right figure .num {
    font-size: 1.4rem;
  }
}
.about-page .s02 .s02-wrap .right figure .text {
  letter-spacing: -0.02em;
}

.c-course-mv {
  position: relative;
}
.c-course-mv .img img {
  width: 100%;
}
.c-course-mv .text-box {
  position: absolute;
  left: 80px;
  bottom: 250px;
  text-shadow: 6px 4px 19px rgb(0, 0, 0);
}
@media (min-width: 0) {
  .c-course-mv .text-box {
    left: 40px;
    bottom: 125px;
  }
}
.c-course-mv .text-box .text01 {
  color: #e9eae7;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.85;
}
@media (min-width: 0) {
  .c-course-mv .text-box .text01 {
    font-size: 2.5rem;
  }
}
.c-course-mv .text-box .text02 {
  color: #e9eae7;
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media (min-width: 0) {
  .c-course-mv .text-box .text02 {
    font-size: 1.9rem;
  }
}
.c-course-mv .scroll img {
  position: absolute;
  z-index: 2;
  left: 55px;
  bottom: -55px;
  width: 59px;
}
@media (min-width: 0) {
  .c-course-mv .scroll img {
    left: 22.5px;
    bottom: -22.5px;
    width: 29.5px;
  }
}

.couse-page .point-sec {
  background: url(../img/marriagering/point_bg.png) right 40px top 235px no-repeat #a4ae9c;
  padding: 140px 0 140px;
}
@media (min-width: 0) {
  .couse-page .point-sec {
    padding: 70px 0 70px;
    background: url(../img/marriagering/point_bg.png) right 20px top 117px no-repeat #a4ae9c;
    background-size: 213px;
  }
}
.couse-page .point-sec * {
  color: #e9eae7;
}
.couse-page .point-sec .lead-text {
  line-height: 2.15;
}
.couse-page .point-sec .point-area {
  margin: 160px 0 0;
  position: relative;
}
@media (min-width: 0) {
  .couse-page .point-sec .point-area {
    margin: 80px 0 0;
  }
}
.couse-page .point-sec .point-area .left-ttl {
  position: absolute;
  writing-mode: vertical-rl;
  font-size: 2.6rem;
  font-weight: 400;
  left: -60px;
  color: #435243;
  top: 64px;
}
@media (min-width: 0) {
  .couse-page .point-sec .point-area .left-ttl {
    font-size: 1.3rem;
    left: -30px;
    top: 32px;
  }
}
.couse-page .point-sec .point-area .left-ttl:before {
  content: "";
  display: block;
  height: 53px;
  width: 2px;
  background: #435243;
  position: absolute;
  top: -60px;
  left: 18px;
}
@media (min-width: 0) {
  .couse-page .point-sec .point-area .left-ttl:before {
    height: 26px;
    width: 1px;
    top: -30px;
    left: 9px;
  }
}
.couse-page .point-sec .point-area .point-ttl {
  font-weight: 400;
  font-family: "Special Elite", system-ui;
  font-size: 3.8rem;
}
@media (min-width: 0) {
  .couse-page .point-sec .point-area .point-ttl {
    font-size: 1.9rem;
  }
}
.couse-page .point-sec .point-area .point-item {
  margin: 0 0 65px;
}
@media (min-width: 0) {
  .couse-page .point-sec .point-area .point-item {
    margin: 0 0 30px;
  }
}
.couse-page .point-sec .point-area .point-item:last-child {
  margin: 0;
}
.couse-page .point-sec .point-area .point-item .num-wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 30px;
}
@media (min-width: 0) {
  .couse-page .point-sec .point-area .point-item .num-wrap {
    margin: 0 0 15px;
  }
}
.couse-page .point-sec .point-area .point-item .num-wrap .num {
  width: 130px;
  font-size: 11.5rem;
  font-weight: 400;
  font-family: "Special Elite", system-ui;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.2;
}
@media (min-width: 0) {
  .couse-page .point-sec .point-area .point-item .num-wrap .num {
    width: 65px;
    font-size: 5.75rem;
  }
}
.couse-page .point-sec .point-area .point-item .num-wrap .text {
  width: calc(100% - 130px);
}
@media (min-width: 0) {
  .couse-page .point-sec .point-area .point-item .num-wrap .text {
    width: calc(100% - 65px);
  }
}
.couse-page .anker-sec {
  padding: 100px 0 120px;
}
@media (min-width: 0) {
  .couse-page .anker-sec {
    padding: 50px 0 60px;
  }
}
.couse-page .anker-sec .c-anker-list a {
  padding-left: 120px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 0) {
  .couse-page .anker-sec .c-anker-list a {
    padding-left: 30px;
  }
}
.couse-page .pickup-sec {
  background: #fff;
  padding: 60px 0 50px;
  background: url(../img/accessory_bg01.png) center top no-repeat;
  background-size: 100%;
  position: relative;
  margin-top: -20px;
}
@media (min-width: 0) {
  .couse-page .pickup-sec {
    padding: 30px 0 30px;
  }
}
.couse-page .pickup-sec .pick-ttl {
  color: #357c4c;
  font-size: 4.8rem;
  font-weight: 400;
  font-family: "Homemade Apple", cursive;
  margin: 0 0 20px;
}
@media (min-width: 0) {
  .couse-page .pickup-sec .pick-ttl {
    font-size: 2.4rem;
    margin: 0 0 10px;
  }
}
.couse-page .pickup-sec .img-box {
  position: relative;
}
.couse-page .pickup-sec .img-box .left-ttl {
  position: absolute;
  writing-mode: vertical-rl;
  font-size: 2.6rem;
  font-weight: 400;
  left: -60px;
  color: #435243;
  height: 600px;
}
@media (min-width: 0) {
  .couse-page .pickup-sec .img-box .left-ttl {
    font-size: 1.3rem;
    left: -30px;
  }
}
.couse-page .pickup-sec .img-box .left-ttl span {
  writing-mode: horizontal-tb;
  line-height: 1.1;
}
.couse-page .pickup-sec .img-box .text-area {
  margin: 30px 0 0;
}
@media (min-width: 0) {
  .couse-page .pickup-sec .img-box .text-area {
    margin: 15px 0 0;
  }
}
.couse-page .feature-sec {
  background: #435243;
  padding: 50px 0;
}
@media (min-width: 0) {
  .couse-page .feature-sec {
    padding: 25px 0;
  }
}
.couse-page .feature-sec .feature-ttl {
  color: #fff;
  font-size: 3.6rem;
  margin: 0 0 30px;
}
@media (min-width: 0) {
  .couse-page .feature-sec .feature-ttl {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
}
.couse-page .feature-sec .feature-ttl span {
  font-size: 2.8rem;
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  margin-left: 30px;
}
@media (min-width: 0) {
  .couse-page .feature-sec .feature-ttl span {
    font-size: 1.4rem;
    margin-left: 15px;
  }
}
.couse-page .feature-sec dl dt {
  background: #e9eae7;
  padding: 6px 10px 8px;
}
@media (min-width: 0) {
  .couse-page .feature-sec dl dt {
    padding: 3px 5px 4px;
  }
}
.couse-page .feature-sec dl dd {
  font-size: 2.8rem;
  padding: 6px 10px 12px;
  color: #fff;
}
@media (min-width: 0) {
  .couse-page .feature-sec dl dd {
    font-size: 1.4rem;
    padding: 3px 5px 6px;
  }
}
.couse-page .feature-sec dl dd p {
  font-size: 2.4rem;
  color: #fff;
}
@media (min-width: 0) {
  .couse-page .feature-sec dl dd p {
    font-size: 1.2rem;
  }
}
.couse-page .feature-sec dl dd a {
  text-decoration: underline;
  color: #fff;
}
.couse-page .product-sec {
  padding: 50px 0 60px;
}
@media (min-width: 0) {
  .couse-page .product-sec {
    padding: 25px 0 30px;
  }
}
.couse-page .product-sec.bg-gray {
  background: #f4f4f3;
}
.couse-page .product-sec .product-ttl {
  font-size: 3.6rem;
  margin: 0 0 30px;
}
@media (min-width: 0) {
  .couse-page .product-sec .product-ttl {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
}
.couse-page .product-sec .product-ttl span {
  font-size: 2.8rem;
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  margin-left: 30px;
  color: #357c4c;
}
@media (min-width: 0) {
  .couse-page .product-sec .product-ttl span {
    font-size: 1.4rem;
    margin-left: 15px;
  }
}
.couse-page .product-sec .product-list .item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 40px;
}
@media (min-width: 0) {
  .couse-page .product-sec .product-list .item {
    margin: 0 0 20px;
  }
}
.couse-page .product-sec .product-list .item:last-child {
  margin: 0;
}
.couse-page .product-sec .product-list .item .img-area {
  width: 200px;
}
@media (min-width: 0) {
  .couse-page .product-sec .product-list .item .img-area {
    width: 100px;
  }
}
.couse-page .product-sec .product-list .item .text-area {
  width: calc(100% - 200px);
  padding-left: 25px;
}
@media (min-width: 0) {
  .couse-page .product-sec .product-list .item .text-area {
    width: calc(100% - 100px);
    padding-left: 12.5px;
  }
}
.couse-page .product-sec .product-list .item .text-area .text {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1.33;
}
@media (min-width: 0) {
  .couse-page .product-sec .product-list .item .text-area .text {
    font-size: 1.2rem;
  }
}
.couse-page .product-sec .product-list .item .text-area .ttl {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: -0.07em;
  margin: 0 0 10px;
}
@media (min-width: 0) {
  .couse-page .product-sec .product-list .item .text-area .ttl {
    font-size: 1.6rem;
    margin: 0 0 5px;
  }
}
.couse-page .product-sec .column-list .item {
  padding-top: 0 !important;
  padding-bottom: 30px !important;
}
@media (min-width: 0) {
  .couse-page .product-sec .column-list .item {
    padding-bottom: 15px !important;
  }
}
.couse-page .product-sec .column-list .item .fig-img {
  text-align: center;
  margin: 0 0 20px;
}
@media (min-width: 0) {
  .couse-page .product-sec .column-list .item .fig-img {
    margin: 0 0 10px;
  }
}
.couse-page .product-sec .column-list .item figcaption {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
}
@media (min-width: 0) {
  .couse-page .product-sec .column-list .item figcaption {
    font-size: 1.2rem;
  }
}
.couse-page .product-sec .desing-list .item {
  margin: 0 0 75px;
}
@media (min-width: 0) {
  .couse-page .product-sec .desing-list .item {
    margin: 0 0 30px;
  }
}
.couse-page .product-sec .desing-list .item:last-child {
  margin: 0;
}
.couse-page .product-sec .desing-list .item .fig-img {
  text-align: center;
}
.couse-page .product-sec .desing-list .item .ttl {
  font-size: 3.2rem;
  font-weight: 500;
  margin: 30px 0 4px;
}
@media (min-width: 0) {
  .couse-page .product-sec .desing-list .item .ttl {
    font-size: 1.6rem;
    margin: 15px 0 2px;
  }
}
.couse-page .product-sec .product-lead-text {
  margin: 0 0 45px;
}
@media (min-width: 0) {
  .couse-page .product-sec .product-lead-text {
    margin: 0 0 22.5px;
  }
}
.couse-page .product-sec .product-bottom-text {
  margin: 40px 0 0;
}
@media (min-width: 0) {
  .couse-page .product-sec .product-bottom-text {
    margin: 20px 0 0;
  }
}
.couse-page .price-sec {
  padding: 50px 0 150px;
}
@media (min-width: 0) {
  .couse-page .price-sec {
    padding: 25px 0 75px;
  }
}
.couse-page .price-sec.bg-gray {
  background: #f4f4f3;
}
.couse-page .price-sec .price-ttl {
  font-size: 3.6rem;
  margin: 0 0 30px;
}
@media (min-width: 0) {
  .couse-page .price-sec .price-ttl {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
}
.couse-page .price-sec .price-ttl span {
  font-size: 2.8rem;
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  margin-left: 30px;
  color: #357c4c;
}
@media (min-width: 0) {
  .couse-page .price-sec .price-ttl span {
    font-size: 1.4rem;
    margin-left: 15px;
  }
}
.couse-page .price-sec .lead-text {
  margin: 0 0 40px;
}
@media (min-width: 0) {
  .couse-page .price-sec .lead-text {
    margin: 0 0 20px;
  }
}
.couse-page .price-sec .price-box {
  border: 10px solid #ffffff;
  border-radius: 15px;
  padding: 25px 0;
}
@media (min-width: 0) {
  .couse-page .price-sec .price-box {
    border: 5px solid #ffffff;
    border-radius: 7.5px;
    padding: 12.5px 0;
  }
}
.couse-page .price-sec .price-box.gray {
  border-color: #e9eae7;
}
.in {
    width: 80%;
    margin: 0 auto;
}
.couse-page .price-sec .price-box .price-box-ttl {
  text-align: center;
  padding: 0 30px;
  font-size: 2.8rem;
}
@media (min-width: 0) {
  .couse-page .price-sec .price-box .price-box-ttl {
    padding: 0 15px;
    font-size: 1.4rem;
  }
}
.couse-page .price-sec .price-box .line-1-price {
  text-align: center;
}
.couse-page .price-sec .price-box .line-1-price strong {
  font-size: 4.2rem;
  font-weight: 500;
  margin-left: 25px;
  line-height: 1.2;
}
@media (min-width: 0) {
  .couse-page .price-sec .price-box .line-1-price strong {
    font-size: 2.1rem;
    margin-left: 12.5px;
  }
}
.couse-page .price-sec .price-box .item .plus {
  line-height: 1;
  font-size: 3.6rem;
  margin: 0 0 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 0) {
  .couse-page .price-sec .price-box .item .plus {
    font-size: 3rem;
  }
}
.couse-page .price-sec .price-box .item .price-notes-text {
  font-size: 2rem;
  text-align: left;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  letter-spacing: -0.1em;
}
@media (min-width: 0) {
  .couse-page .price-sec .price-box .item .price-notes-text {
    font-size: 1rem;
  }
}
.couse-page .price-sec .price-box .item dl {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding-left: 80px;
}
@media (min-width: 0) {
  .couse-page .price-sec .price-box .item dl {
    padding-left: 20px;
  }
}
.couse-page .price-sec .price-box .item dl dt {
  font-size: 2.8rem;
  width: 140px;
}
@media (min-width: 0) {
  .couse-page .price-sec .price-box .item dl dt {
    font-size: 1.4rem;
    width: 70px;
  }
}
.couse-page .price-sec .price-box .item dl dd {
  font-size: 3.6rem;
  font-weight: 500;
  width: calc(100% - 140px);
  line-height: 1.2;
}

.couse-page .price-sec .price-box .item > p{
  padding-left: 40px;
  padding-right: 40px;
}

@media (min-width: 0) {
  .couse-page .price-sec .price-box .item dl dd {
    font-size: 2.1rem;
    width: calc(100% - 70px);
    padding-left: 2rem;
  }
  .couse-page .price-sec .price-box .item > p{
    padding-left: 20px;
    padding-right: 20px;
  }
}
.couse-page .price-sec .price-box .item dl dd sup {
    font-size: 0.75em;
    vertical-align: bottom;
}
.couse-page .price-sec .price-box .item dl dd p {
  font-size: 2.2rem;
  font-weight: 400;
}
@media (min-width: 0) {
  .couse-page .price-sec .price-box .item dl dd p {
    font-size: 1.1rem;
  }
}
.couse-page .price-sec .price-box .item dl.pt03 dt {
  width: 165px;
}
@media (min-width: 0) {
  .couse-page .price-sec .price-box .item dl.pt03 dt {
    width: 82px;
  }
}
.couse-page .price-sec .price-box .item dl.pt03 dd {
  width: calc(100% - 165px);
}
@media (min-width: 0) {
  .couse-page .price-sec .price-box .item dl.pt03 dd {
    width: calc(100% - 82px);
  }
}
.couse-page .price-sec .price-box .item dl.pt04 dt {
  width: 200px;
}
@media (min-width: 0) {
  .couse-page .price-sec .price-box .item dl.pt04 dt {
    width: 100px;
  }
}
.couse-page .price-sec .price-box .item dl.pt04 dd {
  width: calc(100% - 200px);
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-right: 100px;
}
@media (min-width: 0) {
  .couse-page .price-sec .price-box .item dl.pt04 dd {
    width: calc(100% - 100px);
    padding-right: 50px;
  }
}
.couse-page .price-sec .price-box .item dl.pt05 {
  padding-left: 40px;
}
@media (min-width: 0) {
  .couse-page .price-sec .price-box .item dl.pt05 {
    padding-left: 20px;
  }
}
.couse-page .price-sec .price-box .item dl.pt05 dt {
  width: calc(100% - 270px);
  letter-spacing: -0.1em;
}
@media (min-width: 0) {
  .couse-page .price-sec .price-box .item dl.pt05 dt {
    width: calc(100% - 150px);
  }
}
.couse-page .price-sec .price-box .item dl.pt05 dd {
  width: 270px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-right: 50px;
}
@media (min-width: 0) {
  .couse-page .price-sec .price-box .item dl.pt05 dd {
    width: 150px;
    padding-right: 25px;
  }
}
.couse-page .price-sec .price-notes {
  margin: 20px 0 0;
}
@media (min-width: 0) {
  .couse-page .price-sec .price-notes {
    margin: 10px 0 0;
  }
}
.couse-page .price-sec .price-notes li {
  font-size: 2.4rem;
  letter-spacing: -0.1em;
}
@media (min-width: 0) {
  .couse-page .price-sec .price-notes li {
    font-size: 1.3rem;
  }
}
.couse-page .price-sec .c-type-slider-A-wrap {
  max-width: 560px !important;
}
@media (min-width: 0) {
  .couse-page .price-sec .c-type-slider-A-wrap {
    max-width: 280px !important;
  }
}
.couse-page .price-sec .c-type-slider-A-wrap .slide-prev {
  left: -30px;
}
@media (min-width: 0) {
  .couse-page .price-sec .c-type-slider-A-wrap .slide-prev {
    left: -10%;
    top: 32%;
  }
}
.couse-page .price-sec .c-type-slider-A-wrap .slide-next {
  right: -30px;
}
@media (min-width: 0) {
  .couse-page .price-sec .c-type-slider-A-wrap .slide-next {
    right: -10%;
    top: 32%;
  }
}
.couse-page .price-sec .price-slide-wrap {
  margin: 55px 0 0;
  padding: 0 40px;
}
@media (min-width: 0) {
  .couse-page .price-sec .price-slide-wrap {
    margin: 27.5px 0 0;
    padding: 0 20px;
  }
}
.couse-page .price-sec .price-slide-wrap .c-ttl-lv03 {
  margin: 0;
}
.couse-page .price-sec .price-slide-wrap .c-ttl-lv03 span {
  margin-bottom: 20px;
}
@media (min-width: 0) {
  .couse-page .price-sec .price-slide-wrap .c-ttl-lv03 span {
    margin-bottom: 10px;
  }
}
.couse-page .price-sec .price-slide-wrap .item .img-area {
  text-align: center;
}
.couse-page .price-sec .price-slide-wrap .item .text-area dl {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 20px;
}
@media (min-width: 0) {
  .couse-page .price-sec .price-slide-wrap .item .text-area dl {
    margin: 0 0 10px;
  }
}
.couse-page .price-sec .price-slide-wrap .item .text-area dl dt {
  width: 60px;
  letter-spacing: -0.02em;
  line-height: 1.5;
}
@media (min-width: 0) {
  .couse-page .price-sec .price-slide-wrap .item .text-area dl dt {
    width: 30px;
  }
}
.couse-page .price-sec .price-slide-wrap .item .text-area dl dd {
  width: calc(100% - 60px);
  letter-spacing: -0.02em;
  line-height: 1.5;
}
@media (min-width: 0) {
  .couse-page .price-sec .price-slide-wrap .item .text-area dl dd {
    width: calc(100% - 30px);
  }
}
.couse-page .price-sec .price-slide-wrap .price-slide {
  margin: 0;
}
.couse-page .price-sec .price-slide-wrap .price-slide-box {
  background: #fff;
}
.couse-page .price-sec .price-slide-wrap .price-slide-box.gray {
  background: #f4f4f3;
}
.couse-page .price-sec .price-slide-wrap .price-slide-foot, .couse-page .price-sec .price-slide-wrap .price-slide-header {
  font-size: 0;
}
.couse-page .c-rb-ttl-box {
  position: relative;
  margin: 0 0 130px;
}
@media (min-width: 0) {
  .couse-page .c-rb-ttl-box {
    margin: 0 0 65px;
  }
}
.couse-page .c-rb-ttl-box .ttl {
  color: #357c4c;
  font-size: 4.8rem;
  font-weight: 400;
  font-family: "Homemade Apple", cursive;
  margin: 0 0 20px;
}
@media (min-width: 0) {
  .couse-page .c-rb-ttl-box .ttl {
    font-size: 2.4rem;
    margin: 0 0 10px;
  }
}
.couse-page .c-rb-ttl-box .left-ttl {
  position: absolute;
  writing-mode: vertical-rl;
  font-size: 2.6rem;
  font-weight: 400;
  left: -60px;
  color: #435243;
  top: 64px;
  height: 600px;
}
@media (min-width: 0) {
  .couse-page .c-rb-ttl-box .left-ttl {
    font-size: 1.3rem;
    left: -30px;
    top: 32px;
  }
}
.couse-page .c-rb-ttl-box .left-ttl:before {
  content: "";
  display: block;
  height: 53px;
  width: 2px;
  background: #435243;
  position: absolute;
  top: -60px;
  left: 18px;
}
@media (min-width: 0) {
  .couse-page .c-rb-ttl-box .left-ttl:before {
    height: 26px;
    width: 1px;
    top: -30px;
    left: 9px;
  }
}
.couse-page .flow-sec {
  background: #fff;
  padding: 60px 0 140px;
  background: url(../img/accessory_bg01.png) center top -240px no-repeat;
  background-size: 100%;
  position: relative;
  margin-top: -20px;
}
@media (min-width: 0) {
  .couse-page .flow-sec {
    padding: 30px 0 70px;
    margin-top: -10px;
    background: url(../img/accessory_bg01.png) center top -44vw no-repeat;
    background-size: 100%;
  }
}
.couse-page .flow-sec .item-list {
  margin: 60px 0 0;
}
@media (min-width: 0) {
  .couse-page .flow-sec .item-list {
    margin: 30px 0 0;
  }
}
.couse-page .flow-sec .item-list .item {
  padding: 120px 0 20px;
  border-top: 1px dotted #357c4c;
  border-right: 1px dotted #357c4c;
  position: relative;
  margin: 0 80px;
}
@media (min-width: 0) {
  .couse-page .flow-sec .item-list .item {
    padding: 60px 0 10px;
    margin: 0 40px;
  }
}
.couse-page .flow-sec .item-list .item.first {
  margin: 0 80px 0 0;
  padding-left: 80px;
}
@media (min-width: 0) {
  .couse-page .flow-sec .item-list .item.first {
    margin: 0 40px 0 0;
    padding-left: 40px;
  }
}
.couse-page .flow-sec .item-list .item.last {
  margin: 0 0 0 80px;
  padding-right: 80px;
  border-bottom: 1px dotted #357c4c;
  border-top: none !important;
}
@media (min-width: 0) {
  .couse-page .flow-sec .item-list .item.last {
    margin: 0 0 0 40px;
    padding-right: 40px;
  }
}
.couse-page .flow-sec .item-list .item.last-before {
  border-bottom: 1px dotted #357c4c !important;
}
.couse-page .flow-sec .item-list .item h3 {
  font-size: 0;
  margin: 0;
  position: absolute;
  top: 110px;
  right: -20px;
}
@media (min-width: 0) {
  .couse-page .flow-sec .item-list .item h3 {
    top: 55.5px;
    right: -10px;
  }
}
.couse-page .flow-sec .item-list .item h3 img {
  width: 37px;
}
@media (min-width: 0) {
  .couse-page .flow-sec .item-list .item h3 img {
    width: 18.5px;
  }
}
.couse-page .flow-sec .item-list .item.pt02 {
  border-top: 1px dotted #357c4c;
  border-left: 1px dotted #357c4c;
  border-right: none;
}
.couse-page .flow-sec .item-list .item.pt02 h3 {
  right: inherit;
  left: -20px;
}
@media (min-width: 0) {
  .couse-page .flow-sec .item-list .item.pt02 h3 {
    left: -10px;
  }
}
.couse-page .flow-sec .item-list .item .img-box {
  max-width: 450px;
  margin: 0 30px;
}
@media (min-width: 0) {
  .couse-page .flow-sec .item-list .item .img-box {
    margin: 0 3 0px;
  }
}
.couse-page .flow-sec .item-list .item .img-box .img-area {
  margin: 0 0 30px;
  text-align: center;
}
@media (min-width: 0) {
  .couse-page .flow-sec .item-list .item .img-box .img-area {
    margin: 0 0 15px;
  }
}
.couse-page .flow-sec .item-list .item .img-box .img-area img {
  max-width: 360px;
  width: 100%;
}
.couse-page .flow-sec .item-list .item .img-box .text-area p {
  font-size: 2.4rem;
  line-height: 1.5;
}

.couse-page .flow-sec .item-list .item .img-box .text-area p a{
  text-decoration: underline !important;
}

@media (min-width: 0) {
  .couse-page .flow-sec .item-list .item .img-box .text-area p {
    font-size: 1.3rem;
  }
}
.couse-page .aftercare-sec {
  background: #f4f4f3;
  padding: 60px 0 140px;
}
@media (min-width: 0) {
  .couse-page .aftercare-sec {
    padding: 30px 0 70px;
  }
}
.couse-page .aftercare-sec .c-rb-ttl-box {
  margin-bottom: 40px;
}
@media (min-width: 0) {
  .couse-page .aftercare-sec .c-rb-ttl-box {
    margin-bottom: 20px;
  }
}
.couse-page .option-sec {
  background: #fff;
  padding: 60px 0 0;
  background: url(../img/accessory_bg01.png) center top -240px no-repeat;
  background-size: 100%;
  position: relative;
  margin-top: -20px;
}
@media (min-width: 0) {
  .couse-page .option-sec {
    padding: 30px 0 0;
    background: url(../img/accessory_bg01.png) center top -45vw no-repeat;
    background-size: 100%;
    position: relative;
    margin-top: -10px;
  }
}
.couse-page .option-sec.bg-gray {
  background-color: #f4f4f3;
}
.couse-page .option-sec .lead-text {
  color: #fff;
}
.couse-page .option-sec .option-item {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (min-width: 0) {
  .couse-page .option-sec .option-item {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.couse-page .option-sec .option-item.first {
  padding-top: 0;
}
.couse-page .option-sec .option-item.last {
  padding-bottom: 150px;
}
@media (min-width: 0) {
  .couse-page .option-sec .option-item.last {
    padding-bottom: 75px;
  }
}
.couse-page .option-sec .option-item .item-ttl {
  font-size: 3.6rem;
  margin: 0 0 30px;
}
@media (min-width: 0) {
  .couse-page .option-sec .option-item .item-ttl {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
}
.couse-page .option-sec .option-item .item-ttl span {
  font-size: 2.8rem;
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  margin-left: 30px;
  color: #357c4c;
}
@media (min-width: 0) {
  .couse-page .option-sec .option-item .item-ttl span {
    font-size: 1.4rem;
    margin-left: 15px;
  }
}
.couse-page .option-sec .option-item.gray {
  background: #f4f4f3;
}
.couse-page .option-sec .option-item .product-list .item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 40px;
}
@media (min-width: 0) {
  .couse-page .option-sec .option-item .product-list .item {
    margin: 0 0 20px;
  }
}
.couse-page .option-sec .option-item .product-list .item:last-child {
  margin: 0;
}
.couse-page .option-sec .option-item .product-list .item .img-area {
  width: 200px;
}
@media (min-width: 0) {
  .couse-page .option-sec .option-item .product-list .item .img-area {
    width: 100px;
  }
}
.couse-page .option-sec .option-item .product-list .item .text-area {
  width: calc(100% - 200px);
  padding-left: 25px;
}
@media (min-width: 0) {
  .couse-page .option-sec .option-item .product-list .item .text-area {
    width: calc(100% - 100px);
    padding-left: 12.5px;
  }
}
.couse-page .option-sec .option-item .product-list .item .text-area .text {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1.33;
}
@media (min-width: 0) {
  .couse-page .option-sec .option-item .product-list .item .text-area .text {
    font-size: 1.2rem;
  }
}
.couse-page .option-sec .option-item .product-list .item .text-area .ttl {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: -0.07em;
  margin: 0 0 10px;
}
@media (min-width: 0) {
  .couse-page .option-sec .option-item .product-list .item .text-area .ttl {
    font-size: 1.6rem;
    margin: 0 0 5px;
  }
}
.couse-page .option-sec .option-item .column-list .item {
  padding-top: 0 !important;
  padding-bottom: 15px !important;
}
@media (min-width: 0) {
  .couse-page .option-sec .option-item .column-list .item {
    padding-bottom: 10px !important;
  }
}
.couse-page .option-sec .option-item .column-list .item .fig-img {
  text-align: center;
  margin: 0 0 10px;
}
@media (min-width: 0) {
  .couse-page .option-sec .option-item .column-list .item .fig-img {
    margin: 0 0 5px;
  }
}
.couse-page .option-sec .option-item .column-list .item figcaption {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.08em;
}
@media (min-width: 0) {
  .couse-page .option-sec .option-item .column-list .item figcaption {
    font-size: 1.2rem;
  }
}
.couse-page .gallery-sec {
  background: #a4ae9c;
  padding: 100px 0 120px;
}
@media (min-width: 0) {
  .couse-page .gallery-sec {
    padding: 50px 0 60px;
  }
}
.couse-page .gallery-sec .item {
  padding-top: 0 !important;
  padding-bottom: 25px !important;
}
@media (min-width: 0) {
  .couse-page .gallery-sec .item {
    padding-bottom: 12.5px !important;
  }
}
.couse-page .gallery-sec .item figure {
  margin: 0 0 0;
  position: relative;
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 0) {
  .couse-page .gallery-sec .item figure {
    border-radius: 5px;
  }
}
.couse-page .gallery-sec .item figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.couse-page .gallery-sec .lead-text {
  color: #fff;
}
.couse-page .gallery-sec .c-rb-ttl-box {
  margin-bottom: 60px;
}
@media (min-width: 0) {
  .couse-page .gallery-sec .c-rb-ttl-box {
    margin-bottom: 30px;
  }
}
.couse-page .faq-sec {
  padding: 100px 0 0;
}
@media (min-width: 0) {
  .couse-page .faq-sec {
    padding: 50px 0 0;
  }
}
.couse-page .faq-sec .c-rb-ttl-box {
  margin-bottom: 20px;
}
@media (min-width: 0) {
  .couse-page .faq-sec .c-rb-ttl-box {
    margin-bottom: 10px;
  }
}
.couse-page .faq-sec .acc-list {
  border-bottom: 1px solid #e9eae7;
  margin-bottom: 60px;
}
@media (min-width: 0) {
  .couse-page .faq-sec .acc-list {
    margin-bottom: 30px;
  }
}
.couse-page .faq-sec .acc-list .item {
  border-top: 1px solid #e9eae7;
}
.couse-page .faq-sec .acc-list .item dl dt a {
  font-size: 3.2rem;
  display: block;
  padding: 30px 40px 30px 0;
  position: relative;
}
@media (min-width: 0) {
  .couse-page .faq-sec .acc-list .item dl dt a {
    font-size: 1.6rem;
    padding: 15px 20px 15px 0;
  }
}
.couse-page .faq-sec .acc-list .item dl dt a:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 16px solid #357c4c;
  border-bottom: 0;
}
@media (min-width: 0) {
  .couse-page .faq-sec .acc-list .item dl dt a:after {
    right: 5px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid #357c4c;
  }
}
.couse-page .faq-sec .acc-list .item dl dt.active a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-bottom: 16px solid #357c4c;
  border-top: 0;
}
@media (min-width: 0) {
  .couse-page .faq-sec .acc-list .item dl dt.active a:after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 8px solid #357c4c;
  }
}
.couse-page .faq-sec .acc-list .item dl dd {
  padding-bottom: 30px;
  display: none;
}
@media (min-width: 0) {
  .couse-page .faq-sec .acc-list .item dl dd {
    padding-bottom: 15px;
  }
}
.couse-page .other-sec {
  padding: 60px 0 150px;
}
@media (min-width: 0) {
  .couse-page .other-sec {
    padding: 30px 0 75px;
  }
}
.couse-page .other-sec .c-rb-ttl-box {
  margin-bottom: 20px;
}
@media (min-width: 0) {
  .couse-page .other-sec .c-rb-ttl-box {
    margin-bottom: 10px;
  }
}
.couse-page .other-sec .img-box {
  margin: 0 0 65px;
}
@media (min-width: 0) {
  .couse-page .other-sec .img-box {
    margin: 0 0 32px;
  }
}

.couse-page .other-sec .img-box .img-area {
  width: 270px;
}
@media (min-width: 0) {
  .couse-page .other-sec .img-box .img-area {
    width: 135px;
  }
}
.couse-page .other-sec .img-box .text-area {
  width: calc(100% - 270px);
  padding: 0 0 0 50px;
}
@media (min-width: 0) {
  .couse-page .other-sec .img-box .text-area {
    width: calc(100% - 135px);
    padding: 0 0 0 25px;
  }
}
.couse-page .other-sec .img-box .text-area .ttl {
  font-size: 3.2rem;
  line-height: 1.31;
  margin: 0 0 15px;
}
@media (min-width: 0) {
  .couse-page .other-sec .img-box .text-area .ttl {
    font-size: 1.6rem;
    margin: 0 0 7.5px;
  }
}
.couse-page .other-sec .img-box.reverse .text-area {
  padding: 0 50px 0 0;
}
@media (min-width: 0) {
  .couse-page .other-sec .img-box.reverse .text-area {
    padding: 0 25px 0 0;
  }
}
.couse-page .diamond-sec {
  padding: 130px 0 150px;
}
@media (min-width: 0) {
  .couse-page .diamond-sec {
    padding: 65px 0 75px;
  }
}
.couse-page .diamond-sec .bg-gray {
  background: #f4f4f3;
}
.couse-page .diamond-sec .c-rb-ttl-box {
  margin-bottom: 25px;
}
@media (min-width: 0) {
  .couse-page .diamond-sec .c-rb-ttl-box {
    margin-bottom: 12.5px;
  }
}
.couse-page .diamond-sec .main-text {
  margin: 35px 0 0;
}
@media (min-width: 0) {
  .couse-page .diamond-sec .main-text {
    margin: 17.5px 0 0;
  }
}
.couse-page .diamond-sec .text-box {
  margin: 50px 0 0;
}
@media (min-width: 0) {
  .couse-page .diamond-sec .text-box {
    margin: 25px 0 0;
  }
}
.couse-page .diamond-sec .text-box .ttl {
  font-size: 3.6rem;
  margin: 0 0 0;
}
@media (min-width: 0) {
  .couse-page .diamond-sec .text-box .ttl {
    font-size: 1.8rem;
  }
}
.couse-page .diamond-sec .text-box .ttl span {
  font-size: 2.8rem;
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  margin-left: 30px;
  color: #357c4c;
}
@media (min-width: 0) {
  .couse-page .diamond-sec .text-box .ttl span {
    font-size: 1.4rem;
    margin-left: 15px;
  }
}
.couse-page .diamond-sec .text-box .img {
  text-align: center;
  margin: 45px 0 0;
}
@media (min-width: 0) {
  .couse-page .diamond-sec .text-box .img {
    margin: 22.5px 0 0;
  }
}
.couse-page .diamond-sec .bottom-img {
  margin: 45px 0 0;
}
@media (min-width: 0) {
  .couse-page .diamond-sec .bottom-img {
    margin: 22.5px 0 0;
  }
}
.couse-page .stone-list .item {
  padding-top: 0 !important;
  padding-bottom: 15px !important;
}
@media (min-width: 0) {
  .couse-page .stone-list .item {
    padding-bottom: 10px !important;
  }
}
.couse-page .stone-list .item .fig-img {
  text-align: center;
  margin: 0 0 10px;
}
@media (min-width: 0) {
  .couse-page .stone-list .item .fig-img {
    margin: 0 0 5px;
  }
}
.couse-page .stone-list .item figcaption {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.08em;
}
@media (min-width: 0) {
  .couse-page .stone-list .item figcaption {
    font-size: 1.2rem;
  }
}

.gallery-page {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (min-width: 0) {
  .gallery-page {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
.gallery-page .hit-text {
  margin: 90px 0 20px;
}
@media (min-width: 0) {
  .gallery-page .hit-text {
    margin: 45px 0 10px;
  }
}
.gallery-page .c-gallery-list {
  padding-bottom: 80px;
}
@media (min-width: 0) {
  .gallery-page .c-gallery-list {
    padding-bottom: 40px;
  }
}
.gallery-page .c-gallery-list .item {
  padding-top: 0 !important;
  padding-bottom: 40px !important;
}
@media (min-width: 0) {
  .gallery-page .c-gallery-list .item {
    padding-bottom: 20px !important;
  }
}
.gallery-page .c-gallery-list .item .item-in {
  background-color: white;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 15px;
}
@media (min-width: 0) {
  .gallery-page .c-gallery-list .item .item-in {
    box-shadow: 0px 1.5px 5px 0px rgba(0, 0, 0, 0.2);
    padding: 7.5px;
  }
}
.gallery-page .c-gallery-list .item .item-in figure .fig-img {
  margin: 0 0 0;
  position: relative;
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  border-radius: 5px;
}
@media (min-width: 0) {
  .gallery-page .c-gallery-list .item .item-in figure .fig-img {
    border-radius: 2.5px;
  }
}
.gallery-page .c-gallery-list .item .item-in figure .fig-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery-page .c-gallery-list .item .item-in figure figcaption {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 2rem;
  text-align: center;
  margin: 4px 0 0;
}
@media (min-width: 0) {
  .gallery-page .c-gallery-list .item .item-in figure figcaption {
    font-size: 1rem;
    margin: 2px 0 0;
  }
}
.gallery-page .search-btn a {
  border-radius: 10px;
  display: block;
  padding: 25px;
  text-align: center;
  background: #357c4c;
  color: #fff;
  font-size: 2.8rem;
  position: relative;
}
@media (min-width: 0) {
  .gallery-page .search-btn a {
    border-radius: 5px;
    padding: 12.5px;
    font-size: 1.4rem;
  }
}
.gallery-page .search-btn a:after {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background: #fff;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 0) {
  .gallery-page .search-btn a:after {
    width: 12.5px;
    height: 1.5px;
    right: 12.5px;
  }
}
.gallery-page .search-btn a:before {
  content: "";
  display: block;
  width: 3px;
  height: 25px;
  background: #fff;
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 0) {
  .gallery-page .search-btn a:before {
    width: 1.5px;
    height: 12.5px;
    right: 18px;
  }
}
.gallery-page .search-btn a.active:before {
  display: none;
}
.gallery-page .search-content {
  padding-top: 30px;
  display: none;
}
@media (min-width: 0) {
  .gallery-page .search-content {
    padding-top: 15px;
  }
}
.gallery-page .search-content .serch-content-btn {
  margin: 90px 0 0;
}
@media (min-width: 0) {
  .gallery-page .search-content .serch-content-btn {
    margin: 45px 0 0;
  }
}
.gallery-page .search-content .serch-content-btn li.send-btn {
  margin: 0 0 35px;
}
@media (min-width: 0) {
  .gallery-page .search-content .serch-content-btn li.send-btn {
    margin: 0 0 17.5px;
  }
}
.gallery-page .search-content .serch-content-btn li.send-btn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  border-radius: 10px;
  display: block;
  padding: 25px;
  text-align: center;
  background: #357c4c;
  color: #fff;
  font-size: 2.8rem;
  position: relative;
  display: block;
  width: 100%;
}
@media (min-width: 0) {
  .gallery-page .search-content .serch-content-btn li.send-btn button {
    border-radius: 5px;
    padding: 12.5px;
    font-size: 1.4rem;
  }
}
.gallery-page .search-content .serch-content-btn li.send-btn button i {
  margin-right: 15px;
}
@media (min-width: 0) {
  .gallery-page .search-content .serch-content-btn li.send-btn button i {
    margin-right: 7.5px;
  }
}
@media (min-width: 0) {
  .gallery-page .search-content .serch-content-btn li.send-btn button i img {
    width: 13px;
  }
}
.gallery-page .search-content .serch-content-btn li.reset-btn a {
  border-radius: 10px;
  display: block;
  padding: 25px;
  text-align: center;
  color: #435243;
  font-size: 2.8rem;
  position: relative;
  border: 2px solid #435243;
}
@media (min-width: 0) {
  .gallery-page .search-content .serch-content-btn li.reset-btn a {
    border-radius: 5px;
    padding: 12.5px;
    font-size: 1.4rem;
  }
}
.gallery-page .search-content .serch-content-btn li.reset-btn a i {
  margin-right: 15px;
}
@media (min-width: 0) {
  .gallery-page .search-content .serch-content-btn li.reset-btn a i {
    margin-right: 7.5px;
  }
}
.gallery-page .search-content dl {
  margin-top: 20px;
}
@media (min-width: 0) {
  .gallery-page .search-content dl {
    margin-top: 10px;
  }
}
.gallery-page .search-content dl dt {
  font-size: 3.6rem;
  font-weight: 500;
  border-bottom: 2px solid #435243;
  margin: 0 0 30px;
  padding-bottom: 5px;
}
@media (min-width: 0) {
  .gallery-page .search-content dl dt {
    font-size: 1.8rem;
    border-bottom: 1px solid #435243;
    margin: 0 0 15px;
    padding-bottom: 2.5px;
  }
}
.gallery-page .search-content dl dd ul li {
  padding-top: 0 !important;
  padding-bottom: 10px !important;
}
@media (min-width: 0) {
  .gallery-page .search-content dl dd ul li {
    padding-bottom: 5px !important;
  }
}
.gallery-page .search-content dl dd ul li label input {
  display: none;
  /* デフォルトのinputは非表示にする */
}
.gallery-page .search-content dl dd ul li label {
  display: block;
}
.gallery-page .search-content dl dd ul li label span {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 80px;
  border-radius: 10px;
  color: #435243;
  font-size: 2.2rem;
  font-weight: 500;
  border: 2px solid #435243;
  line-height: 1.3;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 0) {
  .gallery-page .search-content dl dd ul li label span {
    height: 40px;
    border-radius: 5px;
    font-size: 1.1rem;
    border: 1px solid #435243;
  }
}
.gallery-page .search-content dl dd ul li label input:checked + span {
  background: #435243;
  color: #fff;
}
.gallery-page .search-content dl dd ul li a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 80px;
  border-radius: 10px;
  color: #435243;
  font-size: 2.2rem;
  font-weight: 500;
  border: 2px solid #435243;
  line-height: 1.3;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 0) {
  .gallery-page .search-content dl dd ul li a {
    height: 40px;
    border-radius: 5px;
    font-size: 1.1rem;
    border: 1px solid #435243;
  }
}
.gallery-page .search-content dl dd ul li a.active {
  background: #435243;
  color: #fff;
}

/*modal*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999;
  left: 0;
}

.modal-bg {
  position: absolute;
  height: 100vh;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  background: rgba(255, 255, 255, 0.7)
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  /* これが無いと「overflow:scroll」が利かない */
  width: 750px;
  background: #fff;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .modal-content {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    top: 0;
    left: 0;
    transform: none;
    padding: 15px;
  }
}
.modal-content .popup-box {
  padding: 0 80px;
  overflow-y: scroll;
  height: 80vh;
}
@media (max-width: 768px) {
  .modal-content .popup-box {
    width: 100%;
    padding: 0 20px;
    height: calc(100vh - 80px);
    height: calc(100dvh - 80px);
  }
}
.modal-content .popup-box .pickup-img {
  margin: 0 0 50px;
  position: relative;
  padding-top: 65%;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  border-radius: 10px;
  display: block;
}
@media (max-width: 768px) {
  .modal-content .popup-box .pickup-img {
    margin: 0 0 25px;
    border-radius: 5px;
  }
}
.modal-content .popup-box .pickup-img img {
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .modal-content .popup-box .pickup-img img {
    border-radius: 5px;
  }
}
.modal-content .popup-box .thumb-list {
  margin: 0 0 70px;
}
@media (max-width: 768px) {
  .modal-content .popup-box .thumb-list {
    margin: 0 0 35px;
  }
}
.modal-content .popup-box .thumb-list ul li a {
  position: relative;
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  border-radius: 10px;
  display: block;
}
@media (max-width: 768px) {
  .modal-content .popup-box .thumb-list ul li a {
    border-radius: 5px;
  }
}
.modal-content .popup-box .thumb-list ul li a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal-content .popup-box .couse-name span {
  display: inline-block;
  background: #a4ae9c;
  color: #ffffff;
  border-radius: 10px;
  padding: 15px 30px;
}
@media (max-width: 768px) {
  .modal-content .popup-box .couse-name span {
    border-radius: 5px;
    padding: 7px 15px;
  }
}
.modal-content .popup-box .popup-ttl {
  margin: 30px 0 0;
}
@media (max-width: 768px) {
  .modal-content .popup-box .popup-ttl {
    margin: 15px 0 0;
  }
}
.modal-content .popup-box .tag-list {
  margin: 30px 0 0;
}
@media (max-width: 768px) {
  .modal-content .popup-box .tag-list {
    margin: 15px 0 0;
  }
}
.modal-content .popup-box .tag-list a {
  line-height: 1.3;
  text-decoration: underline;
}
.modal-content .popup-box .close-btn {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 70px 0 0;
}
@media (max-width: 768px) {
  .modal-content .popup-box .close-btn {
    margin: 35px 0 0;
  }
}
.modal-content .popup-box .close-btn a {
  border-radius: 10px;
  background-color: #357c4c;
  width: 200px;
  height: 80px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .modal-content .popup-box .close-btn a {
    border-radius: 5px;
    width: 100px;
    height: 40px;
    font-size: 1.4rem;
  }
}

.js-modal-close {
  display: block;
  text-align: right;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .js-modal-close {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .js-modal-close img {
    width: 24px;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}


.mv-slider-wrap {
  position: relative;
  width: 100%;
  height: calc(100vh - 125px);
  overflow: hidden;
  position: relative;
}

.mv-slider-wrap .mv-text img{
  position: absolute;
  width: 46.67%;
  left: 50%;
  transform: translateX(-50%);
  top: 21vh;
  z-index: 5;
}

.mv-slider-wrap .swiper-slide{
  position: relative;
  height: calc(100vh - 125px);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 0) {
  .mv-slider-wrap {
    position: relative;
    width: 100%;
    height: calc(100vh - 62.5px);
    overflow: hidden;
    position: relative;
  }
  
  .mv-slider-wrap .swiper-slide{
    position: relative;
    height: calc(100vh - 62.5px);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.mv-slider-wrap .swiper-slide img{
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* img-area */
.img-area img {
    border-radius: 10px;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.img-area02 img,
.img-area03 img {
	border-radius: 10px;
}
.top-concept .img-box .img-area img{
	border-radius: 10px;
}
.product-list .img-area img{
	border-radius: 5px;
} 
.top-mv .img-area img{
    border-radius: unset;
}
.img01 img,
.img02 img,
.img03 img{
    border-radius: 10px;
}
.price-slide-wrap .img-area img{
  outline: 5px solid #fff;
  outline-offset: -5px;
  aspect-ratio: 1 / 1;
    object-fit: cover;
}
/* fig-img */
.fig-img img{
	border-radius: 10px;
}
.column-list .fig-img img{
	border-radius: 5px;
}
.stone-list .fig-img img,
.col.dis0 .fig-img img,
.col.dis10 .fig-img img{
	border-radius: unset;
}
/* .img img */
.img img{
	border-radius: 10px;
}
.top-aftercare .img img,
.aftercare-sec .img img{
	border-radius: unset;
}
/* .main-img img */
.diamond-sec .main-img img{
	border-radius: 10px;
}