@charset "UTF-8";
/* responsive setting */
/* color setting */
*,
*::before,
*::after {
  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: #000000;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  line-height: 1.741;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  text-align: justify;
  letter-spacing: 0.09em;
  overflow-x: hidden;
}
@media (max-width: 750px) {
  body {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

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

a:focus,
a:hover,
button:focus,
button:hover {
  color: #000000;
  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;
  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 {
  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 (max-width: 750px) {
  .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;
  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;
  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: 40px;
  padding-right: 40px;
  max-width: 1080px;
}
@media (max-width: 750px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.w1200 {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .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] {
  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 (max-width: 750px) {
  select.form-control {
    font-size: 12px;
    padding: 0 15px 0 15px;
  }
}

.select-pref select {
  background-size: 16px;
}

input::placeholder {
  color: #a59e9b;
  font-family: "Noto Sans JP", sans-serif;
}

/* IE */
input:-ms-input-placeholder {
  color: #a59e9b;
  font-family: "Noto Sans JP", sans-serif;
}

/* Edge */
input::-ms-input-placeholder {
  color: #a59e9b;
  font-family: "Noto Sans JP", sans-serif;
}

textarea::placeholder {
  color: #a59e9b;
  font-family: "Noto Sans JP", sans-serif;
}

/* IE */
textarea:-ms-input-placeholder {
  color: #a59e9b;
  font-family: "Noto Sans JP", sans-serif;
}

/* Edge */
textarea::-ms-input-placeholder {
  color: #a59e9b;
  font-family: "Noto Sans JP", sans-serif;
}

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

.form-control::-moz-placeholder {
  color: #a59e9b;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-family: "Noto Sans JP", sans-serif;
}

.form-control:-ms-input-placeholder {
  color: #a59e9b;
  font-family: "Noto Sans JP", sans-serif;
}

.form-control::-webkit-input-placeholder {
  color: #a59e9b;
  font-family: "Noto Sans JP", sans-serif;
}

.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.3rem;
  }
}
.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: 9999;
  top: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  width: 162.5px;
  width: 16.25rem;
  height: 100%;
  color: #fff;
  background-color: #191919;
}

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

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

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*    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: fixed;
  z-index: 99999;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 50px;
  padding: 0;
  padding-top: 50px;
  padding-right: 34px;
  padding-bottom: 30px;
  padding-left: 30px;
  /*!------------------------------------
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);*/
  border: 0;
  outline: 0;
  background-color: transparent;
}

@media (max-width: 768px) {
  .drawer-hamburger {
    padding: 30px 12px;
    width: 30px;
    right: 5px !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: 50px;
  height: 1px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #000000;
}

.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: -10px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: -10px;
}

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

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

.drawer-open .drawer-hamburger-icon:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -ms-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;
  -ms-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;
  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;
    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;
  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 {
  -ms-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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-flex-justify.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*column-set*/
.col.col-2 > * {
  width: 50%;
  padding: 10px;
}

.col.col-3 > * {
  width: 33.333%;
  padding: 10px;
}

.col.col-4 > * {
  width: 25%;
  padding: 10px;
}

.col.col-5 > * {
  width: 20%;
  padding: 10px;
}

.col.col-6 > * {
  width: 16.6666%;
  padding: 10px;
}

.col.col-7 > * {
  width: 14.285714%;
  padding: 10px;
}

.col {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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 0;
}

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

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

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

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

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

.col.dis4 {
  margin: 0 -2px;
}

.col.dis4 > * {
  padding-left: 2px;
  padding-right: 2px;
}

.col.dis5 {
  margin: 0 -2.5px;
}

.col.dis5 > * {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

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

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

.col.dis25 {
  margin: 0 -12.5px;
}

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

.col.dis40 {
  margin: 0 -20px;
}

.col.dis40 > * {
  padding-left: 20px;
  padding-right: 20px;
}

.col.dis50 {
  margin: 0 -25px;
}

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

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

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

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

/*animation*/
.sa {
  opacity: 0;
  transition: all 1.2s ease;
}

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

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

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

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

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

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

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

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

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

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

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

  ._middle {
    position: static;
    top: 50%;
    /* Safari用 */
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  ._middle {
    position: static;
    top: 50%;
    /* Safari用 */
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
#wrap {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  #wrap {
    padding-bottom: 0px;
  }
}

body {
  position: relative;
  background: #e4f2f3;
}

header {
  background: #fff;
  padding: 30px 0;
}
@media (max-width: 750px) {
  header {
    padding: 15px 0;
  }
}
header h1 {
  text-align: center;
}
@media (max-width: 750px) {
  header h1 img {
    width: 180px;
  }
}

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

		footer

------------------------------------------------*/
.l_footer {
  font-size: 1.1rem;
  padding: 60px 5% 75px;
  text-align: center;
  background: #fff;
}

.l_footer img {
  height: 33px;
  zoom: 1;
}

@media (max-width: 750px) {
  .l_footer {
    font-size: 1rem;
    padding: 30px 5% 120px;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.txtR {
  text-align: right;
}

.txtC {
  text-align: center;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.main-visual_slider .slick-slide img {
  width: 100vw;
}

.mv {
  position: relative;
  background: #fff;
}
.mv figure .text01 {
  position: absolute;
  left: 0;
  top: 20px;
  text-align: center;
}
@media (max-width: 750px) {
  .mv figure .text01 {
    top: 10px;
  }
}
.mv figure .text01 img {
  width: 89.4%;
}
.mv figure .text02 {
  position: absolute;
  left: 50px;
  bottom: 80px;
  text-align: left;
}
@media (max-width: 750px) {
  .mv figure .text02 {
    left: 6.77vw;
    bottom: 10.67vw;
  }
}
@media (max-width: 750px) {
  .mv figure .text02 img {
    width: 29.33vw;
  }
}

.point-ttl {
  font-weight: 700;
  color: #705c53;
  line-height: 1.26;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-size: 4.6rem;
  margin: 0 0 54px;
}
@media (max-width: 750px) {
  .point-ttl {
    font-size: 2.3rem;
    margin: 0 0 20px;
  }
}
.point-ttl strong {
  font-family: "Life Savers", cursive;
  font-weight: 800;
  color: #7abccb;
  font-size: 8rem;
}
@media (max-width: 750px) {
  .point-ttl strong {
    font-size: 4rem;
  }
}
.point-ttl span {
  font-size: 6rem;
  color: #7abccb;
}
@media (max-width: 750px) {
  .point-ttl span {
    font-size: 3rem;
  }
}
.point-ttl mark {
  background: linear-gradient(transparent 60%, #eff1a5 60%);
}

.point-sec {
  background: #fff;
  padding: 15px 0 100px;
}
@media (max-width: 750px) {
  .point-sec {
    padding: 7px 0 50px;
  }
}
.point-sec .point-ttl-text {
  padding: 0 0 20px 20px;
}
@media (max-width: 750px) {
  .point-sec .point-ttl-text {
    padding: 0 0 10px 10px;
  }
}
.point-sec .point-ttl-text img {
  width: 366px;
}
@media (max-width: 750px) {
  .point-sec .point-ttl-text img {
    width: 183px;
  }
}
.point-sec .sub-text {
  line-height: 2.4;
  font-size: 3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #705c53;
  text-align: center;
  font-weight: 700;
  padding: 62px 0 0;
}
@media (max-width: 750px) {
  .point-sec .sub-text {
    font-size: 1.5rem;
    padding: 31px 0 0;
  }
}
.point-sec .movie-area {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 動画の比率　*/
  overflow: hidden;
  margin: 62px 0 0;
}

@media (max-width: 750px) {
  .point-sec .movie-area {
    margin: 30px 0 0;
  }
}
.point-sec .movie-area iframe {
  width: 100%;
  height: 100%;
}

.movie-area .arrow,
.movie-area .arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%,-50%);
}
.movie-area .arrow {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: rgba(255,255,255,.8); /* 矢印背景色　*/
  pointer-events: none;
}
.movie-area .arrow::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #222; /* 矢印色　*/
}
.movie-area img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
.movie-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.point-sec .c-point-list {
  padding: 0 40px 100px;
}
@media (max-width: 750px) {
  .point-sec .c-point-list {
    padding: 0 20px 50px;
  }
}
.point-sec .c-point-list .item {
  position: relative;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .point-sec .c-point-list .item {
    margin: 0 0 10px;
  }
}
.point-sec .c-point-list .item:last-child {
  margin: 0;
}
.point-sec .c-point-list .item .icon {
  width: 120px;
  height: 120px;
  background: url(../img/point_bg.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Life Savers", cursive;
  font-weight: 800;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1;
}
@media (max-width: 750px) {
  .point-sec .c-point-list .item .icon {
    width: 60px;
    height: 60px;
    font-size: 1.1rem;
  }
}
.point-sec .c-point-list .item .icon span.point {
  margin-top: 0.3em;
}
.point-sec .c-point-list .item .icon span.num {
  color: #ffd9de;
  font-size: 4.8rem;
  line-height: 0;
  margin-top: -0.6em;
}
@media (max-width: 750px) {
  .point-sec .c-point-list .item .icon span.num {
    font-size: 2.4rem;
  }
}
.point-sec .c-point-list .item .text {
  background: #e4f2f3;
  height: 120px;
  width: calc(100% - 60px);
  margin: 0 0 0 auto;
  font-size: 3rem;
  color: #42849a;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  border-radius: 0 20px 20px 0;
  padding-left: 90px;
}
@media (max-width: 750px) {
  .point-sec .c-point-list .item .text {
    height: 60px;
    width: calc(100% - 30px);
    font-size: 1.5rem;
    border-radius: 0 10px 10px 0;
    padding-left: 45px;
  }
}

.c-point-exBox {
  background: #e4f2f3;
}
.c-point-exBox .c-ttl-ex {
  background: #76bac9;
  color: #fff;
  padding: 30px 20px;
  font-size: 4.6rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .c-point-exBox .c-ttl-ex {
    padding: 15px 10px;
    font-size: 2.3rem;
  }
}
.c-point-exBox .c-ttl-ex div {
  padding: 30px 20px;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  position: relative;
}
@media (max-width: 750px) {
  .c-point-exBox .c-ttl-ex div {
    padding: 15px 10px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
  }
}
.c-point-exBox .c-ttl-ex div > span {
  position: absolute;
  font-family: "Life Savers", cursive;
  font-weight: 800;
  font-size: 2.8rem;
  padding: 0 25px;
  background: #76bac9;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
}
@media (max-width: 750px) {
  .c-point-exBox .c-ttl-ex div > span {
    font-size: 1.4rem;
    padding: 0 12px;
    top: -7px;
  }
}
.c-point-exBox .c-ttl-ex div > span span {
  color: #ffd9de;
}
.c-point-exBox .in {
  padding: 60px 40px 90px;
}
@media (max-width: 750px) {
  .c-point-exBox .in {
    padding: 30px 20px 45px;
  }
}
.c-point-exBox .in .img-box {
  position: relative;
  margin: 0 0 75px;
}
@media (max-width: 750px) {
  .c-point-exBox .in .img-box {
    max-width: 295px;
    margin: 0 auto 37px;
  }
}
.c-point-exBox .in .img-box:last-child {
  margin: 0 auto;
}
.c-point-exBox .in .img-box .text-area {
  padding: 0 20px;
  margin-top: -80px;
}
@media (max-width: 750px) {
  .c-point-exBox .in .img-box .text-area {
    padding: 0 10px;
    margin-top: -40px;
  }
}
.c-point-exBox .in .img-box .text-area.noImage {
  margin: 0;
}
.c-point-exBox .in .img-box .text-area .text-in {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0.949;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  border-top: 15px solid #75b5c3;
  padding: 60px 20px 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .c-point-exBox .in .img-box .text-area .text-in {
    border-radius: 10px;
    box-shadow: 0px 0px 4.5px 0px rgba(0, 0, 0, 0.2);
    border-top: 7.5px solid #75b5c3;
    padding: 30px 10px 30px;
  }
}
.c-point-exBox .in .img-box .text-area .text-in .num {
  color: #f4f5f5;
  font-size: 11rem;
  line-height: 0.7;
  font-family: "Life Savers", cursive;
  font-weight: 800;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: -1;
}
@media (max-width: 750px) {
  .c-point-exBox .in .img-box .text-area .text-in .num {
    font-size: 5.5rem;
  }
}
.c-point-exBox .in .img-box .text-area .text-in h4 {
  text-align: center;
  font-size: 4rem;
  line-height: 1.5;
  color: #7abccb;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 750px) {
  .c-point-exBox .in .img-box .text-area .text-in h4 {
    font-size: 2rem;
  }
}
.c-point-exBox .in .img-box .text-area .text-in h4:after {
  content: "";
  display: block;
  width: 92px;
  height: 8px;
  background: url(../img/dotte.svg) center top no-repeat;
  background-size: contain;
  margin: 35px auto 35px;
}
@media (max-width: 750px) {
  .c-point-exBox .in .img-box .text-area .text-in h4:after {
    width: 46px;
    height: 4px;
    margin: 17.5px auto 17.5px;
  }
}
.c-point-exBox .in .img-box .text-area .text-in .text {
  font-family: "Noto Sans JP", sans-serif;
  color: #705c53;
  font-size: 3rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 750px) {
  .c-point-exBox .in .img-box .text-area .text-in .text {
    font-size: 1.5rem;
  }
}
.c-point-exBox .in .step04-text p {
  font-size: 2.4rem;
  color: #705c53;
  font-weight: 700;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 4px #fff;
  line-height: 3;
  text-align: center;
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  .c-point-exBox .in .step04-text p {
    font-size: 1.2rem;
    margin: 0 0 35px;
  }
}
.c-point-exBox .in .step04-text p:last-child {
  margin: 0;
}
.c-point-exBox .in .step04-text p mark {
  background-color: rgba(255, 255, 255, 0.65);
  color: #705c53;
  padding: 5px 15px;
}
@media (max-width: 750px) {
  .c-point-exBox .in .step04-text p mark {
    padding: 2.5px 7px;
  }
}
.c-point-exBox .step04Bg {
  background: url(../img/point04_img01.png) center top 60px no-repeat;
  background-size: 180px;
  padding: 90px 20px 90px;
}
@media (max-width: 750px) {
  .c-point-exBox .step04Bg {
    padding: 45px 0 45px;
    background: url(../img/point04_img01.png) center top 30px no-repeat;
    background-size: 90px;
    /*max-width: 295px;*/
    margin: 0 auto;
  }
}

.c-cvn-sec {
  background: #eef18c;
  padding: 70px 0 30px;
}
@media (max-width: 750px) {
  .c-cvn-sec {
    padding: 35px 0 15px;
  }
}
.c-cvn-sec .white-box {
  background: #fff;
  border-radius: 20px;
  padding: 30px 50px;
}
@media (max-width: 750px) {
  .c-cvn-sec .white-box {
    border-radius: 10px;
    padding: 15px 25px;
  }
}
.c-cvn-sec .white-box h2 {
  text-align: center;
  color: #705c53;
  line-height: 1.666;
  font-size: 3.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .c-cvn-sec .white-box h2 {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
}
.c-cvn-sec .white-box .icon-list {
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .c-cvn-sec .white-box .icon-list {
    margin: 0 auto 10px;
    max-width: 285px;
  }
}
.c-cvn-sec .white-box .icon-list li {
  padding-top: 0 !important;
  padding-bottom: 20px;
}
@media (max-width: 750px) {
  .c-cvn-sec .white-box .icon-list li {
    padding-bottom: 10px;
  }
}
.c-cvn-sec .white-box .icon-list span {
  border-width: 2px;
  border-color: #76bac9;
  border-style: solid;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
  border-radius: 100px;
  font-size: 2.2rem;
  color: #76bac9;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 1;
}
@media (max-width: 750px) {
  .c-cvn-sec .white-box .icon-list span {
    border-width: 1px;
    padding: 5px 0;
    border-radius: 100px;
    font-size: 1.1rem;
  }
}
.c-cvn-sec .white-box .lead-text {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #705c53;
  line-height: 1.5;
  background: url(../img/cvn_bg01.svg) center center no-repeat;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .c-cvn-sec .white-box .lead-text {
    font-size: 1.2rem;
    background-size: contain;
  }
}
.c-cvn-sec .white-box .price {
  text-align: center;
  color: #ed9ba7;
  font-size: 12rem;
  font-family: "Life Savers", cursive;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 35px 0 0;
}
@media (max-width: 750px) {
  .c-cvn-sec .white-box .price {
    font-size: 6rem;
    margin: 17.5px 0 0;
  }
}
.c-cvn-sec .white-box .price p {
  display: inline-block;
  position: relative;
}
.c-cvn-sec .white-box .price span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 7.2rem;
}
@media (max-width: 750px) {
  .c-cvn-sec .white-box .price span {
    font-size: 3.6rem;
  }
}
.c-cvn-sec .white-box .price small {
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #705c53;
  position: absolute;
  right: 0;
  top: 6px;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .c-cvn-sec .white-box .price small {
    font-size: 1.2rem;
    top: 3px;
  }
}
.c-cvn-sec .cvn-btn-list {
  margin: 30px 0 0;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-btn-list {
    margin: 15px 0 0;
  }
}
.c-cvn-sec .cvn-btn-list a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-image: -moz-linear-gradient(90deg, #86c1c7 0%, #a7e1e7 100%);
  background-image: -webkit-linear-gradient(90deg, #86c1c7 0%, #a7e1e7 100%);
  background-image: -ms-linear-gradient(90deg, #86c1c7 0%, #a7e1e7 100%);
  height: 123px;
  color: #fff;
  font-size: 3.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  border-radius: 100px;
  margin: 0 0 30px;
  position: relative;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-btn-list a {
    height: 66px;
    font-size: 1.8rem;
    margin: 0 auto 15px;
    max-width: 285px;
  }
}
.c-cvn-sec .cvn-btn-list a span img {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-btn-list a span img {
    right: 22.5px;
    width: 7.5px;
  }
}
.c-cvn-sec .cvn-btn-list a:last-child {
  margin: 0;
}
.c-cvn-sec .cvn-btn-list a i {
  margin-right: 25px;
  position: relative;
  top: -4px;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-btn-list a i {
    margin-right: 12.5px;
    top: -2px;
  }
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-btn-list a i img {
    width: 17.5px;
  }
}
.c-cvn-sec .cvn-btn-list a.tel-btn {
  background-image: -moz-linear-gradient(90deg, #ed9ba7 0%, #f9c0c9 100%);
  background-image: -webkit-linear-gradient(90deg, #ed9ba7 0%, #f9c0c9 100%);
  background-image: -ms-linear-gradient(90deg, #ed9ba7 0%, #f9c0c9 100%);
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-btn-list a.tel-btn {
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-cvn-sec .cvn-btn-list a.tel-btn i {
  margin-right: 18px;
  position: relative;
  top: -4px;
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-btn-list a.tel-btn i {
    margin-right: 9px;
    position: relative;
    top: -2px;
  }
}
@media (max-width: 750px) {
  .c-cvn-sec .cvn-btn-list a.tel-btn i img {
    width: 15.5px;
  }
}
.c-cvn-sec dl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0;
}
@media (max-width: 750px) {
  .c-cvn-sec dl {
    margin: 15px 0 0;
  }
}
.c-cvn-sec dl dt {
  border-width: 2px;
  border-color: #76bac9;
  border-style: solid;
  width: 126px;
  border-radius: 100px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  color: #76bac9;
}
@media (max-width: 750px) {
  .c-cvn-sec dl dt {
    border-width: 1px;
    width: 63px;
    font-size: 1rem;
  }
}
.c-cvn-sec dl dd {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #705c53;
  padding: 0 0 0 25px;
}
@media (max-width: 750px) {
  .c-cvn-sec dl dd {
    font-size: 1.2rem;
    padding: 0 0 0 12.5px;
  }
}
.c-cvn-sec .notes {
  text-align: center;
  color: #a59e9b;
  font-size: 2rem;
  font-weight: 500;
  margin: 30px 0 0;
}
@media (max-width: 750px) {
  .c-cvn-sec .notes {
    font-size: 1rem;
    margin: 15px 0 0;
  }
}

.price-sec {
  background: #fff;
  padding: 145px 0 0;
}
@media (max-width: 750px) {
  .price-sec {
    padding: 72.5px 0 0;
  }
}
.price-sec h2 {
  color: #e4f2f3;
  text-align: center;
  font-family: "Life Savers", cursive;
  font-weight: 800;
  font-size: 15rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (max-width: 750px) {
  .price-sec h2 {
    font-size: 7.5rem;
  }
}
.price-sec .lead-text {
  text-align: center;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #705c53;
  font-size: 4.6rem;
  line-height: 1.52;
  margin-top: -60px;
}
@media (max-width: 750px) {
  .price-sec .lead-text {
    font-size: 2.3rem;
    margin-top: -30px;
  }
}
.price-sec table {
  margin: 70px 0 0;
  width: 100%;
  border: 1px solid #705c53;
}
@media (max-width: 750px) {
  .price-sec table {
    margin: 35px auto 0;
    max-width: 335px;
  }
}
.price-sec table thead tr th {
  width: 50%;
  background: #76bac9;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 750px) {
  .price-sec table thead tr th {
    font-size: 1.2rem;
  }
}
.price-sec table tbody tr {
  border-top: 1px solid #705c53;
}
.price-sec table tbody tr th {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  color: #705c53;
  padding: 15px 0;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .price-sec table tbody tr th {
    font-size: 1.2rem;
    padding: 7.5px 0;
  }
}
.price-sec table tbody tr td {
  background: #e4f2f3;
}
.price-sec table tbody tr td p {
  text-align: center;
}
.price-sec table tbody tr td p span {
  font-size: 3.8rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ed9ba7;
  background: linear-gradient(transparent 60%, #fafcfd 60%);
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .price-sec table tbody tr td p span {
    font-size: 1.9rem;
  }
}
.price-sec table tbody tr td p span small {
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .price-sec table tbody tr td p span small {
    font-size: 0.9rem;
  }
}
.price-sec .arrow {
  text-align: center;
  margin: 50px 0;
}
@media (max-width: 750px) {
  .price-sec .arrow {
    margin: 25px 0;
  }
}
@media (max-width: 750px) {
  .price-sec .arrow img {
    width: 23px;
  }
}
.price-sec .sub-text {
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  .price-sec .sub-text {
    padding-bottom: 50px;
  }
}
.price-sec .sub-text p {
  text-align: center;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #705c53;
  font-size: 2.8rem;
  line-height: 2.57;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .price-sec .sub-text p {
    font-size: 1.4rem;
  }
}
.price-sec .sub-text p span {
  font-weight: 900;
  color: #7dbdcb;
}
.price-sec .sub-text p strong {
  font-size: 4.2rem;
  font-weight: 900;
  color: #7dbdcb;
}
@media (max-width: 750px) {
  .price-sec .sub-text p strong {
    font-size: 2.1rem;
  }
}
.price-sec .sub-text p strong small {
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .price-sec .sub-text p strong small {
    font-size: 0.9rem;
  }
}
.price-sec .c-price-ttl {
  background: url(../img/bg_title.svg) center top repeat-x;
  text-align: center;
  font-size: 4.6rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.56;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 20px 0;
}
@media (max-width: 750px) {
  .price-sec .c-price-ttl {
    font-size: 2.3rem;
    padding: 10px 0;
  }
}
.price-sec .sample-box {
  border-radius: 25px 25px 0 0;
  overflow: hidden;
  background: #e4f2f3;
}
@media (max-width: 750px) {
  .price-sec .sample-box {
    border-radius: 12.5px 12.5px 0 0;
  }
}
.price-sec .sample-box .sample-in {
  padding: 80px 40px;
}
@media (max-width: 750px) {
  .price-sec .sample-box .sample-in {
    padding: 40px 20px;
  }
}
@media (max-width: 750px) {
  .price-sec .sample-box .sample-list {
    max-width: 285px;
    margin: 0 auto;
  }
}
.price-sec .sample-box .sample-list .item {
  padding-top: 0;
  padding-bottom: 50px;
}
@media (max-width: 750px) {
  .price-sec .sample-box .sample-list .item {
    padding-bottom: 25px;
  }
}
.price-sec .sample-box .sample-list figure {
  position: relative;
}
.price-sec .sample-box .sample-list figure img {
  border-radius: 20px 20px;
  width: 590px;
}
@media (max-width: 750px) {
  .price-sec .sample-box .sample-list figure img {
    border-radius: 10px 10px;
  }
}
.price-sec .sample-box .sample-list figure figcaption {
  background-color: #eef18c;
  position: absolute;
  width: 100px;
  border-radius: 100px;
  color: #705c53;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.56;
  font-family: "Zen Maru Gothic", sans-serif;
  position: absolute;
  display: block;
  transform: translateX(-50%);
  left: 50%;
  top: 100%;
  margin-top: -15px;
}
@media (max-width: 750px) {
  .price-sec .sample-box .sample-list figure figcaption {
    width: 50px;
    font-size: 1rem;
    margin-top: -7.5px;
  }
}
@media (max-width: 750px) {
  .price-sec .sample-box .sample-price {
    max-width: 285px;
    margin: 0 auto;
  }
}
.price-sec .sample-box .sample-price dl {
  display: table;
  width: 100%;
  border-radius: 20px 20px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .price-sec .sample-box .sample-price dl {
    border-radius: 10px 10px;
  }
}
.price-sec .sample-box .sample-price dl dt {
  display: table-cell;
  width: 200px;
  vertical-align: middle;
  color: #fff;
  background: #7abccb;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 15px 0;
}
@media (max-width: 750px) {
  .price-sec .sample-box .sample-price dl dt {
    width: 100px;
    font-size: 1.5rem;
    padding: 7.5px 0;
  }
}
.price-sec .sample-box .sample-price dl dd {
  display: table-cell;
  vertical-align: middle;
  background: #fff;
  font-family: "Life Savers", cursive;
  font-weight: 800;
  color: #df929d;
  font-size: 5.2rem;
  text-align: center;
  letter-spacing: 0.15em;
}
@media (max-width: 750px) {
  .price-sec .sample-box .sample-price dl dd {
    font-size: 2.6rem;
  }
}
.price-sec .sample-box .sample-price dl dd span {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .price-sec .sample-box .sample-price dl dd span {
    font-size: 1.8rem;
  }
}
.price-sec .sample-box .sample-price dl dd small {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .price-sec .sample-box .sample-price dl dd small {
    font-size: 1.2rem;
  }
}
.price-sec .sample-box .caution-area {
  margin: 40px 0 0;
}
@media (max-width: 750px) {
  .price-sec .sample-box .caution-area {
    margin: 20px 0 0;
  }
}
.price-sec .sample-box .caution-area i {
  display: block;
  text-align: center;
}
@media (max-width: 750px) {
  .price-sec .sample-box .caution-area i img {
    width: 15px;
  }
}
.price-sec .sample-box .caution-area .text01 {
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  color: #705c53;
  font-size: 2.2rem;
  margin: 5px 0 0;
}
@media (max-width: 750px) {
  .price-sec .sample-box .caution-area .text01 {
    font-size: 1.1rem;
    margin: 2.5px 0 0;
  }
}
.price-sec .sample-box .caution-area .text02 {
  font-weight: 500;
  text-align: center;
  color: #705c53;
  font-size: 2.2rem;
  margin: 15px 0 0;
}
@media (max-width: 750px) {
  .price-sec .sample-box .caution-area .text02 {
    font-size: 1.1rem;
    margin: 7.5px 0 0;
  }
}
.price-sec .sample-box .caution-area .notes {
  text-align: center;
  color: #a59e9b;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 7px 0 0;
}
@media (max-width: 750px) {
  .price-sec .sample-box .caution-area .notes {
    font-size: 0.9rem;
    margin: 3.5px 0 0;
  }
}
.price-sec .sample-box .reason-in {
  padding: 80px 40px 90px;
}
@media (max-width: 750px) {
  .price-sec .sample-box .reason-in {
    padding: 40px 20px 45px;
  }
}
.price-sec .sample-box .reason-in .reason-lead-text {
  text-align: center;
  color: #705c53;
  font-size: 4.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 45px;
}
@media (max-width: 750px) {
  .price-sec .sample-box .reason-in .reason-lead-text {
    font-size: 2.3rem;
    margin: 0 0 22.5px;
  }
}
.price-sec .sample-box .reason-in .reason-lead-text > span {
  color: #7abccb;
  position: relative;
}
.price-sec .sample-box .reason-in .reason-lead-text > span span {
  position: relative;
  z-index: 3;
}
.price-sec .sample-box .reason-in .reason-lead-text > span:before {
  position: absolute;
  width: 103px;
  height: 103px;
  content: "";
  display: block;
  background: #eef18c;
  left: -10px;
  top: -24px;
  z-index: 0;
  border-radius: 100%;
}
@media (max-width: 750px) {
  .price-sec .sample-box .reason-in .reason-lead-text > span:before {
    width: 52.5px;
    height: 52.5px;
    left: -5px;
    top: -12px;
  }
}
.price-sec .sample-box .reason-in .reason-lead-text > span strong {
  font-family: "Life Savers", cursive;
  font-weight: 900;
  font-size: 7.2rem;
}
@media (max-width: 750px) {
  .price-sec .sample-box .reason-in .reason-lead-text > span strong {
    font-size: 3.6rem;
  }
}
.price-sec .sample-box .reason-in .reason-box {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0.949;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  border-top: 15px solid #75b5c3;
  padding: 60px 20px 60px;
  position: relative;
  overflow: hidden;
  margin: 0 0 75px;
}
@media (max-width: 750px) {
  .price-sec .sample-box .reason-in .reason-box {
    box-shadow: 0px 0px 4.5px 0px rgba(0, 0, 0, 0.2);
    border-top: 7.5px solid #75b5c3;
    padding: 30px 10px 30px;
    margin: 0 auto 37.5px;
    max-width: 295px;
  }
}
.price-sec .sample-box .reason-in .reason-box:last-child {
  margin: 0 auto;
}
.price-sec .sample-box .reason-in .reason-box h4 {
  text-align: center;
  font-size: 4rem;
  line-height: 1.5;
  color: #7abccb;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.price-sec .sample-box .reason-in .reason-box h4 > span {
  position: relative;
  width: 63px;
  height: 63px;
  width: 30px;
  display: inline-block;
  margin-left: 8px;
}
@media (max-width: 750px) {
  .price-sec .sample-box .reason-in .reason-box h4 > span {
    width: 15px;
    margin-left: 4px;
  }
}
.price-sec .sample-box .reason-in .reason-box h4 > span:before {
  position: absolute;
  width: 63px;
  height: 63px;
  content: "";
  display: block;
  background: #eef18c;
  left: -17px;
  top: 2px;
  z-index: 0;
  border-radius: 100%;
}
@media (max-width: 750px) {
  .price-sec .sample-box .reason-in .reason-box h4 > span:before {
    width: 31.5px;
    height: 31.5px;
    left: -8.5px;
    top: 1px;
  }
}
.price-sec .sample-box .reason-in .reason-box h4 > span span {
  position: relative;
  z-index: 3;
  font-family: "Life Savers", cursive;
  color: #75b5c3;
  font-weight: 900;
  font-size: 5rem;
}
@media (max-width: 750px) {
  .price-sec .sample-box .reason-in .reason-box h4 > span span {
    font-size: 2.5rem;
  }
}
@media (max-width: 750px) {
  .price-sec .sample-box .reason-in .reason-box h4 {
    font-size: 2rem;
  }
}
.price-sec .sample-box .reason-in .reason-box h4:after {
  content: "";
  display: block;
  width: 92px;
  height: 8px;
  background: url(../img/dotte.svg) center top no-repeat;
  background-size: auto;
  background-size: contain;
  margin: 35px auto 35px;
}
@media (max-width: 750px) {
  .price-sec .sample-box .reason-in .reason-box h4:after {
    width: 46px;
    height: 4px;
    margin: 17.5px auto 17.5px;
  }
}
.price-sec .sample-box .reason-in .reason-box .text p {
  font-family: "Noto Sans JP", sans-serif;
  color: #705c53;
  font-size: 3rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 750px) {
  .price-sec .sample-box .reason-in .reason-box .text p {
    font-size: 1.5rem;
  }
}

.introduce-sec {
  background: #fff;
  padding: 75px 0 100px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .introduce-sec {
    padding: 37.5px 0 50px;
  }
}
.introduce-sec h3 {
  color: #705c53;
  font-size: 4rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
  text-align: center;
  background: url(../img/introduce_bg.svg) center top no-repeat;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  .introduce-sec h3 {
    font-size: 2rem;
    margin: 0 0 25px;
    background-size: 335px;
  }
}
.introduce-sec .introduce-slider {
  overflow: hidden;
  padding: 30px 10px;
}
@media (max-width: 750px) {
  .introduce-sec .introduce-slider {
    padding: 15px 5px;
  }
}
.introduce-sec .introduce-wrap {
  position: relative;
}
.introduce-sec .introduce-wrap .introduce-slide-prev {
  position: absolute;
  top: 220px;
  left: -10px;
  z-index: 2;
}
@media (max-width: 750px) {
  .introduce-sec .introduce-wrap .introduce-slide-prev {
    top: 29.3vw;
    left: -1.333;
  }
}
@media (max-width: 750px) {
  .introduce-sec .introduce-wrap .introduce-slide-prev img {
    width: 10.666vw;
  }
}
.introduce-sec .introduce-wrap .introduce-slide-next {
  position: absolute;
  top: 220px;
  right: -10px;
  z-index: 2;
}
@media (max-width: 750px) {
  .introduce-sec .introduce-wrap .introduce-slide-next {
    top: 29.3vw;
    right: -1.333;
  }
}
@media (max-width: 750px) {
  .introduce-sec .introduce-wrap .introduce-slide-next img {
    width: 10.666vw;
  }
}
.introduce-sec .introduce-wrap .swiper-pagination {
  bottom: -20px;
}
@media (max-width: 750px) {
  .introduce-sec .introduce-wrap .swiper-pagination {
    bottom: -10px;
  }
}
.introduce-sec .introduce-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #dddddd !important;
  opacity: 1;
}
@media (max-width: 750px) {
  .introduce-sec .introduce-wrap .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.introduce-sec .introduce-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f1b1ba !important;
}
.introduce-sec .slick-track {
  display: flex;
}
.introduce-sec .item {
  border-radius: 20px;
  background-color: white;
  padding: 40px 0;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  height: auto !important;
}
@media (max-width: 750px) {
  .introduce-sec .item {
    border-radius: 10px;
    padding: 20px 0;
    box-shadow: 0px 0px 3.5px 0px rgba(0, 0, 0, 0.2);
  }
}
.introduce-sec .item img {
  padding: 0 40px;
}
@media (max-width: 750px) {
  .introduce-sec .item img {
  padding: 0 20px;
  }
}
.introduce-sec .item .flow-box {
  margin: 0 0 150px;
  position: relative;
}
@media (max-width: 750px) {
  .introduce-sec .item .flow-box {
    margin: 0 auto 75px;
    max-width: 295px;
  }
}
.introduce-sec .item .cat-list {
  text-align: center;
  margin: 40px 0 0;
}
@media (max-width: 750px) {
  .introduce-sec .item .cat-list {
    margin: 20px 0 0;
  }
}
.introduce-sec .item .cat-list li {
  border-width: 2px;
  border-color: #7cbdcb;
  border-style: solid;
  color: #705c53;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: #7cbdcb;
  padding: 2px 5px 4px;
}
@media (max-width: 750px) {
  .introduce-sec .item .cat-list li {
    border-width: 1px;
    font-size: 1.8rem;
    padding: 1px 2.5px 2px;
  }
}
.introduce-sec .item .name {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #705c53;
  font-size: 6rem;
  margin: 0 40px 10px;
  border-bottom: 5px dotted #dddddd;
  padding: 0 0 20px 0;
}
@media (max-width: 750px) {
  .introduce-sec .item .name {
    font-size: 3rem;
    margin: 0 20px 5px;
    border-bottom: 2.5px dotted #dddddd;
    padding: 0 0 10px 0;
  }
}
.introduce-sec .item .history {
  /*border-top: 5px dotted #dddddd;*/
  padding-top: 25px;
}
@media (max-width: 750px) {
  .introduce-sec .item .history {
    /*border-top: 2.5px dotted #dddddd;*/
    padding-top: 12.5px;
  }
}
.introduce-sec .item .history h4 {
  text-align: center;
  color: #7cbdcb;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .introduce-sec .item .history h4 {
    font-size: 1.8rem;
    margin: 0 0 5px;
  }
}
.introduce-sec .item .history p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #705c53;
  line-height: 2.5;
}
@media (max-width: 750px) {
  .introduce-sec .item .history p {
    font-size: 1.2rem;
  }
}

.flow-sec {
  padding: 0 0 100px;
  background: #fff;
}
@media (max-width: 750px) {
  .flow-sec {
    padding: 0 0 50px;
  }
}
.flow-sec .flow-area {
  border-radius: 25px 25px 0 0;
  overflow: hidden;
  background: #e4f2f3;
}
@media (max-width: 750px) {
  .flow-sec .flow-area {
    border-radius: 12.5px 12.5px 0 0;
  }
}
.flow-sec .flow-area .c-flow-ttl {
  background: url(../img/bg_title.svg) center top repeat-x;
  text-align: center;
  font-size: 4.6rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.56;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 20px 0;
}
@media (max-width: 750px) {
  .flow-sec .flow-area .c-flow-ttl {
    font-size: 2.3rem;
    padding: 10px 0;
    background-size: 335px;
  }
}
.flow-sec .flow-area .flow-in {
  padding: 80px 40px 0;
}
@media (max-width: 750px) {
  .flow-sec .flow-area .flow-in {
    padding: 40px 20px 0;
  }
}
.flow-sec .flow-area .flow-in .flow-box {
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 90px 40px 40px;
  margin: 0 0 180px;
  position: relative;
}
@media (max-width: 750px) {
  .flow-sec .flow-area .flow-in .flow-box {
    border-radius: 10px;
    box-shadow: 0px 0px 4.5px 0px rgba(0, 0, 0, 0.2);
    padding: 45px 20px 20px;
    margin: 0 auto 90px;
    max-width: 295px;
  }
}
.flow-sec .flow-area .flow-in .flow-box:after {
  content: "";
  display: block;
  width: 44px;
  height: 77px;
  background: url(../img/step_arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  margin-top: 40px;
}
@media (max-width: 750px) {
  .flow-sec .flow-area .flow-in .flow-box:after {
    width: 33px;
    height: 38.5px;
    margin-top: 20px;
  }
}
.flow-sec .flow-area .flow-in .flow-box:last-child {
  margin: 0 0 90px;
}
@media (max-width: 750px) {
  .flow-sec .flow-area .flow-in .flow-box:last-child {
    margin: 0 auto 45px;
  }
}
.flow-sec .flow-area .flow-in .flow-box:last-child:after {
  display: none;
}
.flow-sec .flow-area .flow-in .flow-box .number {
  width: 137px;
  height: 137px;
  background: url(../img/flow_bg.png) no-repeat;
  background-size: cover;
  margin: 0 auto;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -65px;
}
@media (max-width: 750px) {
  .flow-sec .flow-area .flow-in .flow-box .number {
    width: 66.5px;
    height: 66.5px;
    top: -32.5px;
  }
}
.flow-sec .flow-area .flow-in .flow-box .number > span {
  font-size: 1.8rem;
  color: #705c53;
  font-family: "Life Savers", cursive;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  margin-top: 3px;
}
@media (max-width: 750px) {
  .flow-sec .flow-area .flow-in .flow-box .number > span {
    font-size: 0.9rem;
    margin-top: 1.5px;
  }
}
.flow-sec .flow-area .flow-in .flow-box .number > span .num {
  font-size: 4.8rem;
  color: #ed9ba7;
  font-family: "Life Savers", cursive;
  font-weight: 800;
  display: block;
}
@media (max-width: 750px) {
  .flow-sec .flow-area .flow-in .flow-box .number > span .num {
    font-size: 2.4rem;
  }
}
.flow-sec .flow-area .flow-in .flow-box h3 {
  text-align: center;
  font-weight: 500;
  line-height: 1.56;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4rem;
  color: #7abccb;
  line-height: 1.8;
  margin: 0 0 35px;
}
@media (max-width: 750px) {
  .flow-sec .flow-area .flow-in .flow-box h3 {
    font-size: 2rem;
    margin: 0 0 17.5px;
  }
}
.flow-sec .flow-area .flow-in .flow-box .fig-img {
  text-align: center;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .flow-sec .flow-area .flow-in .flow-box .fig-img {
    margin: 0 0 15px;
  }
}
.flow-sec .flow-area .flow-in .flow-box .fig-img img.pt01 {
  width: 131px;
}
.flow-sec .flow-area .flow-in .flow-box .fig-img img.pt02 {
  width: 131px;
}
.flow-sec .flow-area .flow-in .flow-box .fig-img img.pt03 {
  width: 113px;
}
.flow-sec .flow-area .flow-in .flow-box .fig-img img.pt04 {
  width: 120px;
}
.flow-sec .flow-area .flow-in .flow-box .text p {
  font-size: 2.4rem;
  font-weight: 400;
  color: #705c53;
  line-height: 2;
}
@media (max-width: 750px) {
  .flow-sec .flow-area .flow-in .flow-box .text p {
    font-size: 1.2rem;
  }
}
.flow-sec .flow-area .flow-in .flow-box .text .notes {
  color: #a59e9b;
  font-size: 2rem;
  line-height: 1.8;
  margin: 15px 0 0;
}
@media (max-width: 750px) {
  .flow-sec .flow-area .flow-in .flow-box .text .notes {
    font-size: 1rem;
    margin: 7.5px 0 0;
  }
}

.faq-sec {
  padding: 100px 0 0;
  background: #fff;
}
@media (max-width: 750px) {
  .faq-sec {
    padding: 50px 0 0;
  }
}
.faq-sec .faq-in {
  padding: 50px 40px 50px;
}
@media (max-width: 750px) {
  .faq-sec .faq-in {
    padding: 25px 20px 25px;
  }
}
.faq-sec .faq-area {
  border-radius: 25px 25px 0 0;
  overflow: hidden;
  background: #e4f2f3;
}
@media (max-width: 750px) {
  .faq-sec .faq-area {
    border-radius: 12.5px 12.5px 0 0;
  }
}
.faq-sec .faq-area .c-faq-ttl {
  background: url(../img/bg_title.svg) center top repeat-x;
  text-align: center;
  font-size: 4.6rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.56;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 20px 0 30px;
}
@media (max-width: 750px) {
  .faq-sec .faq-area .c-faq-ttl {
    background-size: 335px;
    font-size: 2.3rem;
    padding: 10px 0 15px;
  }
}
.faq-sec .faq-area .c-faq-ttl span {
  display: block;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1;
}
@media (max-width: 750px) {
  .faq-sec .faq-area .c-faq-ttl span {
    font-size: 1.2rem;
  }
}
.faq-sec .faq-area dl {
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  padding: 0 20px;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .faq-sec .faq-area dl {
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 4.5px 0px rgba(0, 0, 0, 0.2);
    padding: 0 10px;
    margin: 0 auto 15px;
    max-width: 295px;
  }
}
.faq-sec .faq-area dl:last-child {
  margin: 0 auto;
}
.faq-sec .faq-area dl dt {
  background: url(../img/faq_down.svg) right 0 center no-repeat;
  background-size: 10px;
}
.faq-sec .faq-area dl dt.active {
  background: url(../img/faq_up.svg) right 0 center no-repeat;
  background-size: 10px;
}
.faq-sec .faq-area dl dt a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 25px 55px 25px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.8rem;
  color: #705c53;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -0.07em;
}
@media (max-width: 750px) {
  .faq-sec .faq-area dl dt a {
    padding: 12.5px 27.5px 12.5px 0;
    font-size: 1.4rem;
  }
}
.faq-sec .faq-area dl dt span {
  width: 75px;
}
@media (max-width: 750px) {
  .faq-sec .faq-area dl dt span {
    width: 37.5px;
  }
}
.faq-sec .faq-area dl dt span i {
  width: 50px;
  height: 50px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 2.8rem;
  color: #fff;
  background: #7abccb;
  border-radius: 100px;
  font-family: "Life Savers", cursive;
  font-weight: 800;
}
@media (max-width: 750px) {
  .faq-sec .faq-area dl dt span i {
    width: 25px;
    height: 25px;
    font-size: 1.4rem;
  }
}
.faq-sec .faq-area dl dt p {
  width: calc(100% - 75px);
}
@media (max-width: 750px) {
  .faq-sec .faq-area dl dt p {
    width: calc(100% - 37.5px);
  }
}
.faq-sec .faq-area dl dd {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 25px 55px 25px 0;
  font-size: 2.4rem;
  color: #705c53;
  font-weight: 500;
  line-height: 1.66;
  border-top: 5px dotted #dddddd;
}
@media (max-width: 750px) {
  .faq-sec .faq-area dl dd {
    padding: 12.5px 22.5px 12.5px 0;
    font-size: 1.2rem;
    border-top: 2.5px dotted #dddddd;
  }
}
.faq-sec .faq-area dl dd span {
  width: 75px;
  padding: 5px 0 0;
}
@media (max-width: 750px) {
  .faq-sec .faq-area dl dd span {
    width: 37.5px;
  }
}
.faq-sec .faq-area dl dd span i {
  width: 50px;
  height: 50px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 2.8rem;
  color: #fff;
  background: #ed9ba7;
  border-radius: 100px;
  font-family: "Life Savers", cursive;
  font-weight: 800;
}
@media (max-width: 750px) {
  .faq-sec .faq-area dl dd span i {
    width: 25px;
    height: 25px;
    font-size: 1.4rem;
  }
}
.faq-sec .faq-area dl dd p {
  width: calc(100% - 75px);
  letter-spacing: 0;
  line-height: 2;
}
@media (max-width: 750px) {
  .faq-sec .faq-area dl dd p {
    width: calc(100% - 37.5px);
  }
}

.access-sec {
  padding: 100px 0 40px;
  background: #fff;
}
@media (max-width: 750px) {
  .access-sec {
    padding: 50px 0 20px;
  }
}
.access-sec .access-in {
  padding: 50px 40px 90px;
}
@media (max-width: 750px) {
  .access-sec .access-in {
    padding: 25px 20px 45px;
  }
}
.access-sec .access-area {
  border-radius: 25px 25px 0 0;
  overflow: hidden;
  background: #e4f2f3;
}
@media (max-width: 750px) {
  .access-sec .access-area {
    border-radius: 12.5px 12.5px 0 0;
  }
}
.access-sec .access-area .c-access-ttl {
  background: url(../img/bg_title.svg) center top repeat-x;
  text-align: center;
  font-size: 4.6rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.56;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 20px 0 30px;
}
@media (max-width: 750px) {
  .access-sec .access-area .c-access-ttl {
    font-size: 2.3rem;
    padding: 10px 0 15px;
    background-size: 335px;
  }
}
.access-sec .access-area .c-access-ttl span {
  display: block;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1;
}
@media (max-width: 750px) {
  .access-sec .access-area .c-access-ttl span {
    font-size: 1.2rem;
  }
}
.access-sec .access-area .access-box {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0.949;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  border-top: 15px solid #75b5c3;
  padding: 30px 0 60px;
  position: relative;
  overflow: hidden;
  margin: 0 0 75px;
}
@media (max-width: 750px) {
  .access-sec .access-area .access-box {
    border-radius: 10px;
    box-shadow: 0px 0px 4.5px 0px rgba(0, 0, 0, 0.2);
    border-top: 7.5px solid #75b5c3;
    padding: 15px 0 30px;
    margin: 0 auto 37.5px;
    max-width: 295px;
  }
}
.access-sec .access-area .access-box:last-child {
  margin: 0 auto;
}
.access-sec .access-area .access-box h3 {
  text-align: center;
  font-size: 4rem;
  line-height: 1.5;
  color: #7abccb;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .access-sec .access-area .access-box h3 {
    font-size: 2rem;
    margin: 0 0 15px;
  }
}
.access-sec .access-area .access-box iframe {
  width: 100%;
  height: 290px;
}
@media (max-width: 750px) {
  .access-sec .access-area .access-box iframe {
    height: 38.6vw;
  }
}
.access-sec .access-area .access-box .text-area {
  padding: 30px 40px 0;
}
@media (max-width: 750px) {
  .access-sec .access-area .access-box .text-area {
    padding: 15px 20px 0;
  }
}
.access-sec .access-area .access-box .text-area .address-text {
  font-size: 2rem;
  line-height: 1.8;
  color: #705c53;
}
@media (max-width: 750px) {
  .access-sec .access-area .access-box .text-area .address-text {
    font-size: 1rem;
  }
}
.access-sec .access-area .access-box .text-area .access-text {
  font-size: 2rem;
  line-height: 1.8;
  color: #705c53;
  margin: 30px 0 0;
  font-weight: 700;
}
@media (max-width: 750px) {
  .access-sec .access-area .access-box .text-area .access-text {
    font-size: 1rem;
    margin: 15px 0 0;
  }
}
.access-sec .access-area .access-box .text-area .tel-btn {
  margin: 45px 0 0;
}
@media (max-width: 750px) {
  .access-sec .access-area .access-box .text-area .tel-btn {
    margin: 22.5px 0 0;
  }
}
.access-sec .access-area .access-box .text-area .tel-btn a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-image: -moz-linear-gradient(90deg, #ed9ba7 0%, #f9c0c9 100%);
  background-image: -webkit-linear-gradient(90deg, #ed9ba7 0%, #f9c0c9 100%);
  background-image: -ms-linear-gradient(90deg, #ed9ba7 0%, #f9c0c9 100%);
  font-size: 3rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ffff;
  text-align: center;
  height: 100px;
  border-radius: 100px;
}
@media (max-width: 750px) {
  .access-sec .access-area .access-box .text-area .tel-btn a {
    font-size: 1.5rem;
    height: 50px;
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
  }
}
.access-sec .access-area .access-box .text-area .tel-btn a i {
  width: 27px;
  margin: 0 10px 0 0;
  position: relative;
  top: -3px;
}
@media (max-width: 750px) {
  .access-sec .access-area .access-box .text-area .tel-btn a i {
    width: 13.5px;
    margin: 0 5px 0 0;
    position: relative;
    top: -1.5px;
  }
}

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

		form

------------------------------------------------*/
.form-sec {
  background: #fff;
  padding-bottom: 100px;
  padding-top: 140px;
}
@media (max-width: 750px) {
  .form-sec {
    padding-bottom: 50px;
    padding-top: 70px;
  }
}
.form-sec h2 {
  color: #e4f2f3;
  text-align: center;
  font-family: "Life Savers", cursive;
  font-weight: 800;
  font-size: 15rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (max-width: 750px) {
  .form-sec h2 {
    font-size: 7rem;
  }
}
.form-sec .lead-text {
  text-align: center;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #705c53;
  font-size: 4.6rem;
  line-height: 1.52;
  margin-top: -60px;
  margin-bottom: 70px;
}
@media (max-width: 750px) {
  .form-sec .lead-text {
    font-size: 2.3rem;
    margin-top: -30px;
    margin-bottom: 35px;
  }
}

.md_form {
  background: #e4f2f3;
  padding: 90px 40px;
}
@media (max-width: 750px) {
  .md_form {
    padding: 45px 20px;
  }
}

.md_form dl dt {
  font-size: 2.8rem;
  font-weight: 900;
  color: #705c53;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 750px) {
  .md_form dl dt {
    font-size: 1.4rem;
  }
}

.md_form dl dd label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #705c53;
}
@media (max-width: 750px) {
  .md_form dl dd label {
    font-size: 1rem;
  }
}

.md_form dl dt span {
  border-width: 2px;
  border-color: #ed9ba7;
  border-style: solid;
  width: 56px;
  height: 30px;
  display: inline-block;
  color: #ed9ba7;
  border-radius: 100px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  padding: 3px 0 0;
  margin: 0 0 0 15px;
  text-align: center;
}
@media (max-width: 750px) {
  .md_form dl dt span {
    border-width: 1px;
    width: 28px;
    height: 15px;
    font-size: 0.9rem;
    padding: 1.5px 0 0;
    margin: 0 0 0 7.5px;
  }
}

.md_form dl dt span.any {
  background: #fff;
  color: #ed9ba7;
}

.md_form dl dt br {
  display: none;
}

.md_form dl dt .is_message {
  font-size: 1.8rem;
  font-weight: 400;
  color: #705c53;
}
@media (max-width: 750px) {
  .md_form dl dt .is_message {
    font-size: 0.9rem;
  }
}

.md_form dl dd {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  width: 100%;
  margin: 7px auto 40px;
  text-align: justify;
}
@media (max-width: 750px) {
  .md_form dl dd {
    font-size: 1.2rem;
    margin: 3.5px auto 20px;
  }
}

.md_form dl dd .md_hopeday_ttl {
  font-size: 2.8rem;
  font-weight: 900;
  color: #705c53;
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 0 0 7px;
}
@media (max-width: 750px) {
  .md_form dl dd .md_hopeday_ttl {
    font-size: 1.4rem;
    margin: 0 0 3.5px;
  }
}

.md_form dl dd input[type=text],
.md_form dl dd input[type=tel],
.md_form dl dd input[type=email],
.md_form dl dd select, .md_form dl dd > textarea {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  box-sizing: border-box;
  font-weight: 500;
  width: 100%;
  padding: 8px 30px;
  color: #705c53;
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 750px) {
  .md_form dl dd input[type=text],
.md_form dl dd input[type=tel],
.md_form dl dd input[type=email],
.md_form dl dd select, .md_form dl dd > textarea {
    border-radius: 5px;
    font-size: 1.2rem;
    padding: 4px 15px;
  }
}

.md_form dl dd select option.is_disabled {
  background: #f3f3f3;
  color: #333;
}

.md_form dl dd > textarea {
  border: 1px solid #fff;
  border-radius: 10px;
  display: block;
  min-height: 150px;
}
@media (max-width: 750px) {
  .md_form dl dd > textarea {
    min-height: 20vw;
    border-radius: 5px;
  }
}

.md_form dl dd > div {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.md_form dl dd .md_tokyo_attention:not(:empty) {
  border: 1px dashed #fff;
  font-size: 1.3rem;
  margin: 10px auto 20px;
  padding: 15px 6%;
}
@media (max-width: 750px) {
  .md_form dl dd .md_tokyo_attention:not(:empty) {
    font-size: 1rem;
    margin: 5px auto 10px;
    padding: 7.5px 3%;
  }
}

.md_form dl dd .md_tokyo_attention:not(:empty) p {
  margin-top: 0;
}

.md_form dl dd .md_hopeday_ttl:not(:first-of-type) {
  margin: 15px 0 3px;
}
@media (max-width: 750px) {
  .md_form dl dd .md_hopeday_ttl:not(:first-of-type) {
    margin: 7.5px 0 1.5px;
  }
}

.md_form dl dd .md_hopeday {
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .md_form dl dd .md_hopeday {
    margin-bottom: 15px;
  }
}

.md_form dl dd p.is_attention {
  font-size: 1.2rem;
  width: 100%;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.8rem;
  font-weight: 400;
  color: #705c53;
}
@media (max-width: 750px) {
  .md_form dl dd p.is_attention {
    font-size: 1rem;
  }
}

.md_form dl dd p.is_attention + p {
  margin-top: 5px;
}
@media (max-width: 750px) {
  .md_form dl dd p.is_attention + p {
    margin-top: 2.5px;
  }
}

.md_form dl dd.md_name > div > div {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.md_form dl dd.md_name > div > div + div {
  margin-top: 15px;
}
@media (max-width: 750px) {
  .md_form dl dd.md_name > div > div + div {
    margin-top: 7.5px;
  }
}

.md_form dl dd.md_name > div > div > p {
  width: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #705c53;
}
@media (max-width: 750px) {
  .md_form dl dd.md_name > div > div > p {
    width: 15px;
    font-size: 1rem;
  }
}

.md_form dl dd.md_name input[type=text] {
  width: calc(100% - 40px);
}
@media (max-width: 750px) {
  .md_form dl dd.md_name input[type=text] {
    width: calc(100% - 20px);
  }
}

.md_form dl dd #age {
  width: 140px;
}
@media (max-width: 750px) {
  .md_form dl dd #age {
    width: 70px;
  }
}

.md_form dl dd .md_select_wrap + p:not(.md_hopeday_ttl) {
  margin-left: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 750px) {
  .md_form dl dd .md_select_wrap + p:not(.md_hopeday_ttl) {
    margin-left: 5px;
    font-size: 1rem;
  }
}

.md_form dl dd #year {
  width: 70px;
  margin-right: 5px;
}
@media (max-width: 750px) {
  .md_form dl dd #year {
    width: 35px;
    margin-right: 2.5px;
  }
}

.md_form dl dd #month,
.md_form dl dd #day {
  width: 50px;
  margin: 0 5px;
}
@media (max-width: 750px) {
  .md_form dl dd #month,
.md_form dl dd #day {
    width: 25px;
    margin: 0 2.5px;
  }
}

.md_form dl dd > div p {
  margin-top: 12px;
}
@media (max-width: 750px) {
  .md_form dl dd > div p {
    margin-top: 6px;
  }
}

.md_form dl dd p.is_link a {
  border-bottom: 1px solid #692b2b;
}

.md_form dl dd p.is_link a:hover {
  border-bottom: none;
}

.md_form dl dd .md_hopeday > div {
  width: 75%;
}

.md_form dl dd .md_hopeday a {
  width: 32px;
  margin-top: 7px;
}
@media (max-width: 750px) {
  .md_form dl dd .md_hopeday a {
    width: 16px;
    margin-top: 3.5px;
  }
}

.md_form dl dd.is_repeat_yes div + p {
  margin: 15px 0;
}
@media (max-width: 750px) {
  .md_form dl dd.is_repeat_yes div + p {
    margin: 7.5px 0;
  }
}

.md_form dl dd ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 5px;
}
@media (max-width: 750px) {
  .md_form dl dd ul {
    margin-top: 2.5px;
  }
}

.md_form dl dd ul li {
  width: 100%;
  position: relative;
}

.md_form dl dd ul li + li {
  margin-top: 5px;
}
@media (max-width: 750px) {
  .md_form dl dd ul li + li {
    margin-top: 2.5px;
  }
}

.md_form dl dd ul li > input {
  display: none;
}

.md_form dl dd ul li input + label::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  vertical-align: middle;
}

.md_form dl dd ul li input[type=radio] + label::before {
  border-radius: 50%;
}

.md_form dd ul li input[type=radio]:checked + label::before {
  background: #ed9ba7;
}

.md_form dl dd ul li input[type=checkbox]:checked + label::after {
  border-bottom: 2px solid #f3f3f3;
  border-left: 2px solid #f3f3f3;
  content: "";
  display: inline-block;
  width: 10px;
  height: 5px;
  vertical-align: middle;
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  left: 5px;
}

.md_form dl dd ul li .md_other {
  margin-top: 5px;
  padding-left: 2em;
}
@media (max-width: 750px) {
  .md_form dl dd ul li .md_other {
    margin-top: 2.5px;
  }
}

.md_form input[type=submit] {
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  width: 60%;
  margin: 20px auto 0;
  padding: 15px 5%;
  background-image: -moz-linear-gradient(90deg, #ed9ba7 0%, #f9c0c9 100%);
  background-image: -webkit-linear-gradient(90deg, #ed9ba7 0%, #f9c0c9 100%);
  background-image: -ms-linear-gradient(90deg, #ed9ba7 0%, #f9c0c9 100%);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@media (max-width: 750px) {
  .md_form input[type=submit] {
    font-size: 1.2rem;
    margin: 10px auto 0;
  }
}

.err,
.err + .flatpickr-input {
  background: #ffe5e5 !important;
}

span.err {
  display: inline-block;
  padding: 10px;
}
@media (max-width: 750px) {
  span.err {
    padding: 5px;
  }
}

.formErrorMsg {
  line-height: 1.2;
}

.md_name .formErrorMsg {
  padding-left: 40px;
}
@media (max-width: 750px) {
  .md_name .formErrorMsg {
    padding-left: 20px;
  }
}

.errMsg:not(:empty) {
  color: #692b2b;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
}

.formErrorClose {
  display: none;
}

.md_form dl dd > textarea {
  min-height: 250px;
}
@media (max-width: 750px) {
  .md_form dl dd > textarea {
    min-height: 33vw;
  }
}

.md_form dl dd.md_name > div {
  justify-content: space-between;
}

.md_form dl dd.md_name > div > div {
  width: 48%;
}

.md_form dl dd.md_name > div > div + div {
  margin-top: 0;
}

.md_form dl dd.md_name > div > div > p {
  width: 50px;
  text-align: center;
}
@media (max-width: 750px) {
  .md_form dl dd.md_name > div > div > p {
    width: 25px;
  }
}

.md_form dl dd.md_name input[type=text] {
  width: calc(100% - 60px);
}
@media (max-width: 750px) {
  .md_form dl dd.md_name input[type=text] {
    width: calc(100% - 30px);
  }
}

.md_form dl dd #year {
  width: 100px;
  margin-right: 10px;
}
@media (max-width: 750px) {
  .md_form dl dd #year {
    width: 50px;
    margin-right: 5px;
  }
}

.md_form dl dd #month,
.md_form dl dd #day {
  width: 80px;
  margin: 0 10px;
}
@media (max-width: 750px) {
  .md_form dl dd #month,
.md_form dl dd #day {
    width: 40px;
    margin: 0 5px;
  }
}

.md_form dl dd .md_hopeday > div {
  width: 460px;
}
@media (max-width: 750px) {
  .md_form dl dd .md_hopeday > div {
    width: 75%;
  }
}

.md_form dl dd .md_hopeday a {
  width: 50px;
  margin-top: 0;
}
@media (max-width: 750px) {
  .md_form dl dd .md_hopeday a {
    width: 25px;
  }
}

.md_form dl dd ul {
  margin: -5px auto;
}
@media (max-width: 750px) {
  .md_form dl dd ul {
    margin: -2.5px auto;
  }
}

.md_form dl dd ul li {
  width: auto;
  margin: 5px 20px 5px 0;
}
@media (max-width: 750px) {
  .md_form dl dd ul li {
    margin: 2.5px 10px 2.5px 0;
  }
}

.md_form dl dd ul li + li {
  margin-top: 5px;
}
@media (max-width: 750px) {
  .md_form dl dd ul li + li {
    margin-top: 2.5px;
  }
}

.md_form input[type=submit] {
  font-size: 1.8rem;
  margin: 40px auto 0;
  padding: 25px 5%;
}
@media (max-width: 750px) {
  .md_form input[type=submit] {
    font-size: 1.2rem;
    margin: 20px auto 0;
    padding: 12.5px 5%;
  }
}

.md_name .formErrorMsg {
  padding-left: 60px;
}
@media (max-width: 750px) {
  .md_name .formErrorMsg {
    padding-left: 30px;
  }
}

.errMsg:not(:empty) {
  font-size: 1.2rem;
}
@media (max-width: 750px) {
  .errMsg:not(:empty) {
    font-size: 1rem;
  }
}

span.err {
  padding: 20px;
}
@media (max-width: 750px) {
  span.err {
    padding: 10px;
  }
}

.md_form .md_btn_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: center;
}

.md_form .md_btn_list .is_return {
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  width: 60%;
  margin: 20px auto 0;
  padding: 15px 5%;
  background-image: -moz-linear-gradient(90deg, #86c1c7 0%, #a7e1e7 100%);
  background-image: -webkit-linear-gradient(90deg, #86c1c7 0%, #a7e1e7 100%);
  background-image: -ms-linear-gradient(90deg, #86c1c7 0%, #a7e1e7 100%);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 750px) {
  .md_form .md_btn_list .is_return {
    font-size: 1.2rem;
    margin: 20px auto 0;
    padding: 12.5px 5%;
  }
}

.md_confirm {
  margin: 0 auto 40px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
}
@media (max-width: 750px) {
  .md_confirm {
    margin: 0 auto 20px;
    font-size: 1.4rem;
  }
}

.md_form .md_btn_list {
  flex-direction: row;
}

.md_form .md_btn_list .is_return {
  font-size: 1.8rem;
  width: 45%;
  margin: 40px 0 0;
  padding: 25px 5%;
}
@media (max-width: 750px) {
  .md_form .md_btn_list .is_return {
    font-size: 1.2rem;
    padding: 12.5px 5%;
  }
}

.md_form .md_btn_list input[type=submit] {
  width: 45%;
  margin: 40px 0 0 5%;
}
@media (max-width: 750px) {
  .md_form .md_btn_list input[type=submit] {
    margin: 40px 0 0 5%;
    width: 45%;
  }
}

.md_done {
  margin: 40px 5% 0;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #705c53;
}
@media (max-width: 750px) {
  .md_done {
    margin: 20px 5% 0;
    font-size: 1.4rem;
  }
}

.homeday_hiddenArea {
  width: 100%;
}

.homeday_hiddenArea .button,
.homeday_hiddenArea .button2,
.homeday_hiddenArea .button3 {
  font-size: 2.4rem;
  position: relative;
  display: inline-block;
  padding: 10px 0 10px 65px;
  background: url(../img/icn_plus.png) left center no-repeat;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #705c53;
}
@media (max-width: 750px) {
  .homeday_hiddenArea .button,
.homeday_hiddenArea .button2,
.homeday_hiddenArea .button3 {
    font-size: 1.2rem;
    padding: 5px 0 5px 32.5px;
    background-size: 25px;
  }
}

.homeday_hiddenArea .button:hover,
.homeday_hiddenArea .button2:hover,
.homeday_hiddenArea .button3:hover {
  cursor: pointer;
  opacity: 0.8;
}

.homeday_hiddenArea select {
  margin-left: 0;
}

.homeday_hiddenArea .hiddenContents {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 750px) {
  .homeday_hiddenArea .hiddenContents {
    margin-top: 5px;
  }
}

.homeday_hiddenArea .hiddenContents {
  margin-bottom: 10px;
  width: 100%;
}
@media (max-width: 750px) {
  .homeday_hiddenArea .hiddenContents {
    margin-bottom: 5px;
  }
}

.homeday_hiddenArea .hiddenContents div {
  position: relative;
}

.homeday_hiddenArea .hiddenContents div + div {
  margin-top: 10px;
}
@media (max-width: 750px) {
  .homeday_hiddenArea .hiddenContents div + div {
    margin-top: 5px;
  }
}

.homeday_hiddenArea .hiddenContents div::after {
  background: url(../img/icn_arrow.svg) center center/24px 24px no-repeat;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 10px;
  transform: rotate(90deg);
  z-index: 1;
}
@media (max-width: 750px) {
  .homeday_hiddenArea .hiddenContents div::after {
    width: 10px;
    height: 10px;
    top: 7.5px;
    right: 5px;
  }
}

@media (max-width: 750px) {
  .homeday_hiddenArea .hiddenContents select {
    width: 100%;
  }
}
.homeday_hiddenArea .hiddenContents > div {
  opacity: 1;
}

.homeday_hiddenArea .hiddenContents > div.is-hidden {
  opacity: 0;
  display: none;
}

.u-small {
  font-size: 0.875em;
}

.md_form dl dt.is_repeat_yes span {
  width: inherit;
  padding-left: 5px;
  padding-right: 5px;
  height: 30px;
  margin-bottom: 5px;
}
@media (max-width: 750px) {
  .md_form dl dt.is_repeat_yes span {
    height: 18px;
    margin-bottom: 2.5px;
  }
}