@charset "UTF-8";
/* responsive setting */
/* color setting */
/*Zen_Kaku_Gothic_New*/
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  font-display: swap;
  src: url("../fonts/ZenKakuGothicNew-Black.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-Black.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Black.eot") format("eot"), url("../fonts/ZenKakuGothicNew-Black.ttf") format("truetype");
}
.f-z-bl {
  font-family: "ZenKakuGothicNew-Black";
}

@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  font-display: swap;
  src: url("../fonts/ZenKakuGothicNew-Bold.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-Bold.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Bold.eot") format("eot"), url("../fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
}
.f-z-b {
  font-family: "ZenKakuGothicNew-Bold";
}

@font-face {
  font-family: "ZenKakuGothicNew-Light";
  font-display: swap;
  src: url("../fonts/ZenKakuGothicNew-Light.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-Light.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Light.eot") format("eot"), url("../fonts/ZenKakuGothicNew-Light.ttf") format("truetype");
}
.f-z-l {
  font-family: "ZenKakuGothicNew-Light";
}

@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  font-display: swap;
  src: url("../fonts/ZenKakuGothicNew-Medium.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-Medium.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Medium.eot") format("eot"), url("../fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
}
.f-z-m {
  font-family: "ZenKakuGothicNew-Medium";
}

@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  font-display: swap;
  src: url("../fonts/ZenKakuGothicNew-Regular.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-Regular.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Regular.eot") format("eot"), url("../fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
}
.f-z-r {
  font-family: "ZenKakuGothicNew-Regular";
}

*,
*::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: #0c2136;
  font-size: 2.4rem;
  font-family: "ZenKakuGothicNew-Medium";
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  line-height: 1.66;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  text-align: justify;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  body {
    font-size: 1.3rem;
    line-height: 2;
  }
}

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: #0c2136;
  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: #0c2136;
  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;
}

strong {
  font-weight: normal !important;
}

/*------------------------------------------------

		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: 30px;
  padding-right: 30px;
  max-width: 1080px;
}
@media (max-width: 750px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.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: "NotoSansJP-Medium";
}

/* IE */
input:-ms-input-placeholder {
  color: #a59e9b;
  font-family: "NotoSansJP-Medium";
}

/* Edge */
input::-ms-input-placeholder {
  color: #a59e9b;
  font-family: "NotoSansJP-Medium";
}

textarea::placeholder {
  color: #a59e9b;
  font-family: "NotoSansJP-Medium";
}

/* IE */
textarea:-ms-input-placeholder {
  color: #a59e9b;
  font-family: "NotoSansJP-Medium";
}

/* Edge */
textarea::-ms-input-placeholder {
  color: #a59e9b;
  font-family: "NotoSansJP-Medium";
}

.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: "NotoSansJP-Medium";
}

.form-control:-ms-input-placeholder {
  color: #a59e9b;
  font-family: "NotoSansJP-Medium";
}

.form-control::-webkit-input-placeholder {
  color: #a59e9b;
  font-family: "NotoSansJP-Medium";
}

.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: absolute;
  z-index: 101;
  top: 0;
  width: 100%;
  color: #222;
  background-color: #330201;
  -webkit-overflow-scrolling: touch;
}

.drawer-brand {
  font-size: 15px;
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 37.5px;
  line-height: 37.5px;
  line-height: 37.5px;
  line-height: 3.75rem;
  display: block;
  padding-right: 7.5px;
  padding-right: 7.5px;
  padding-right: 7.5px;
  padding-right: 0.75rem;
  padding-left: 7.5px;
  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: 10px;
  font-size: 1rem;
  display: block;
  padding: 7.5px;
  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: #330201;
}

.drawer-open .drawer-overlay {
  display: block;
}

.drawer--left .drawer-nav {
  left: -162.5px;
  left: -162.5px;
  left: -16.25rem;
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 10px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 10px;
}

.drawer-menu-inner {
  height: 1100px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*!------------------------------------*    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -162.5px;
  right: -162.5px;
  right: -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: 56px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

/*!------------------------------------*
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: absolute;
  z-index: 104;
  top: 11px;
  display: block;
  box-sizing: content-box;
  width: 70px;
  padding: 0;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 7.5px;
  padding-left: 7.5px;
  padding-left: 7.5px;
  padding-left: 0.75rem;
  /*!------------------------------------
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);*/
  border: 0;
  outline: 0;
  background-color: transparent;
}
@media (max-width: 750px) {
  .drawer-hamburger {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 60px;
  height: 2px;
  margin-left: 30px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
  border-radius: 0;
}

.drawer-open .drawer-hamburger-icon,
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  background-color: #fff;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -18px;
  left: 0;
  content: " ";
}
@media (max-width: 750px) {
  .drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
    top: -9px;
  }
}

.drawer-hamburger-icon:after {
  top: 18px;
}
@media (max-width: 750px) {
  .drawer-hamburger-icon:after {
    top: 9px;
  }
}

.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);
}

.drawer-hamburger-icon:before {
  width: 50px;
  right: -11px;
  left: inherit;
}

.drawer-hamburger-icon:after {
  width: 90px;
  left: -20px;
}
@media (max-width: 750px) {
  .drawer-hamburger-icon:after {
    width: 45px;
    left: -10px;
  }
}

.drawer-open .drawer-hamburger-icon::before, .drawer-open .drawer-hamburger-icon:after {
  width: 50px;
  left: inherit;
  right: -11px;
}
@media (max-width: 750px) {
  .drawer-open .drawer-hamburger-icon::before, .drawer-open .drawer-hamburger-icon:after {
    width: 25px;
    right: -5.5px;
  }
}

.drawer-hamburger-icon, .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
  margin-left: 0;
}

.drawer-hamburger-icon {
  width: 60px;
  left: 10px;
}
@media (max-width: 750px) {
  .drawer-hamburger-icon {
    width: 30px;
    left: 5px;
  }
}

.drawer-hamburger {
  width: 70px;
  padding-left: 0;
  padding-right: 0;
  right: 30px !important;
  top: 20px !important;
}
@media (max-width: 750px) {
  .drawer-hamburger {
    width: 35px;
    right: 15px !important;
    top: 10px !important;
  }
}

.drawer--right .drawer-nav {
  right: -100%;
}

.drawer--right.drawer-open .drawer-nav {
  right: 0;
}

/*!------------------------------------*    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: visible !important;
  clip: rect(0, 0, 0, 0);
  clip: inherit !important;
  width: 1px;
  height: 1px;
  margin: -4px;
  padding: 0;
  border: 0;
  left: 43px;
  top: 17px;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

.drawer--sidebar .drawer-hamburger {
  display: none;
  visibility: hidden;
}

.drawer--sidebar .drawer-nav {
  display: block;
  -ms-transform: none;
  transform: none;
  position: fixed;
  width: 125px;
  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: 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: 125px;
  margin-right: 12.5rem;
}

/*! container */
.drawer--sidebar .drawer-container {
  max-width: 480px;
  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: 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: 37.5px;
  height: 3.75rem;
  padding: 0 7.5px;
  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: 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: 37.5px;
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 75px;
  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: 37.5px;
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 7.5px;
  padding-right: 7.5px;
  padding-right: 7.5px;
  padding-right: 0.75rem;
  padding-left: 15px;
  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.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 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);
  }
}
body.nav-active {
  width: 100%;
}

#local-nav {
  overflow-y: hidden !important;
  height: 90vh;
  padding-bottom: 80px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  width: 100%;
}
#local-nav > div {
  max-width: 750px;
  margin: 0 auto;
}

#wrap {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden !important;
}
@media (max-width: 750px) {
  #wrap {
    padding-bottom: 0;
  }
}

main {
  margin-top: 0;
}
@media (max-width: 750px) {
  main {
    margin-top: 0;
  }
}

.drawer-nav {
  padding: 150px 90px 0;
  overflow-y: scroll !important;
  height: 100%;
}
@media (max-width: 750px) {
  .drawer-nav {
    padding: 75px 45px 0;
  }
}
.drawer-nav ul li {
  border-top: 2px solid #fff;
}
@media (max-width: 750px) {
  .drawer-nav ul li {
    border-top: 1px solid #fff;
  }
}
.drawer-nav ul li:first-child {
  border: none;
}
.drawer-nav ul li a {
  text-align: center;
  display: block;
  font-family: "ZenOldMincho-Medium";
  color: #fff;
  font-size: 3.6rem;
  padding: 25px;
}
@media (max-width: 750px) {
  .drawer-nav ul li a {
    font-size: 1.8rem;
    padding: 12.5px;
  }
}
.drawer-nav ul li a i {
  display: none;
}
.drawer-nav ul li a.is-active {
  color: #fcebae;
}
.drawer-nav ul li a.is-active i {
  margin-right: 20px;
  display: inline-block;
}
@media (max-width: 750px) {
  .drawer-nav ul li a.is-active i {
    margin-right: 10px;
  }
}
@media (max-width: 750px) {
  .drawer-nav ul li a.is-active i img {
    width: 18px;
  }
}
header {
  padding: 30px 30px 30px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 750px;
  z-index: 99999;
}
@media (max-width: 750px) {
  header {
    padding: 15px 15px 15px;
    width: 100%;
  }
}
header h1 {
  text-align: left;
  margin: 0;
  font-size: 0;
  line-height: 1;
}
header h1 img {
  position: relative;
  z-index: 9999;
}
@media (max-width: 750px) {
  header h1 img {
    width: 182px;
  }
}
header p {
  color: #72838a;
  font-size: 1.8rem;
}
@media (max-width: 750px) {
  header p {
    font-size: 0.9rem;
  }
}

html:before {
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  content: "";
  position: fixed;
}

.c-ttl-box {
  background: #053451;
  padding: 60px 30px;
}
@media (max-width: 750px) {
  .c-ttl-box {
    padding: 30px 15px;
  }
}
.c-ttl-box.gray {
  background: #7e7d72;
}
.c-ttl-box.gray h2 {
  background: url(../img/title_bg02.png) center center no-repeat #7e7d72;
  background-size: contain;
  height: 150px;
  color: #ffffff;
}
@media (max-width: 750px) {
  .c-ttl-box.gray h2 {
    height: 75px;
  }
}
.c-ttl-box h2 {
  background: url(../img/title_bg.png) center center no-repeat #053451;
  background-size: contain;
  color: #e4e4df;
  font-size: 4.4rem;
  font-family: "NotoSansJP-Medium";
  text-align: center;
  height: 120px;
  line-height: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 750px) {
  .c-ttl-box h2 {
    font-size: 2.2rem;
    height: 60px;
  }
}
.c-ttl-box h2 span {
  font-size: 3rem;
  display: block;
  width: 100%;
  line-height: 0;
}
@media (max-width: 750px) {
  .c-ttl-box h2 span {
    font-size: 1.5rem;
  }
}
.c-ttl-box h2 span.title02 {
  font-size: 4.4rem;
  position: relative;
  top: -18px;
}
@media (max-width: 750px) {
  .c-ttl-box h2 span.title02 {
    font-size: 2.2rem;
    top: -9px;
  }
}

/*------------------------------------------------

		footer

------------------------------------------------*/
.l_footer {
  font-size: 1.1rem;
  padding: 60px 5% 75px;
  text-align: center;
  background: #0c2136;
  color: #fff;
  position: relative;
  z-index: 2;
}

.l_footer img {
  height: 33px;
  zoom: 1;
}

@media (max-width: 750px) {
  .l_footer {
    font-size: 1rem;
    padding: 30px 5% 120px;
    margin: 0 0 40px;
  }
}
.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;
}

/*font*/
.f-old {
  font-family: "Zen Old Mincho", serif !important;
  line-height: 1.78;
}

.f-kai {
  font-family: "Kaisei Decol", serif;
}

/* 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;
}
.mv .text01 img {
  position: absolute;
  left: 25px;
  top: 110px;
}
@media (max-width: 750px) {
  .mv .text01 img {
    left: 3.33vw;
    top: 14.666vw;
    width: 31.666vw;
  }
}
.mv + .c-cvn-area .banner {
  display: block;
  padding: 0 30px 80px;
  text-align: center;
}
@media (max-width: 750px) {
  .mv + .c-cvn-area .banner {
    padding: 0 15px 40px;
  }
}

.mv + .c-cvn-area .banner img {
  width: 100%;
}

.c-cvn-area .cvn-box .banner {
    display: block;
    padding: 0 30px 25px;
    text-align: center;
}
@media (max-width: 750px) {
  .c-cvn-area .cvn-box .banner {
    padding: 0 15px 12.5px;
}
}
.merit-price-area + .banner {
  padding: 100px 30px;
  background: #fff;
}
@media (max-width: 750px) {
  .merit-price-area + .banner {
    padding: 50px 15px;
}
}

.mv .text02 img {
  position: absolute;
  left: 25px;
  top: 340px;
}
@media (max-width: 750px) {
  .mv .text02 img {
    left: 3.33vw;
    top: 45.333vw;
    width: 34.533vw;
  }
}
.mv .text03 img {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 750px;
}
@media (max-width: 750px) {
  .mv .text03 img {
    bottom: 10.666vw;
    width: 100%;
  }
}

.c-cvn-area {
  background: url(../img/bg_green01.jpg) center top repeat-y;
  background-size: cover;
  padding: 80px 0;
}
@media (max-width: 750px) {
  .c-cvn-area {
    padding: 40px 0;
    background-size: cover;
  }
}
.c-cvn-area h2 {
  text-align: center;
}
.c-cvn-area h2 img{
  max-width: 105%;
}
@media (max-width: 750px) {
  .c-cvn-area h2 img {
  max-width: 102.5%;
    /*height: 37px;*/
  }
}
.c-cvn-area .cvn-box {
  background: url(../img/cvn_bg.png) center bottom repeat-y;
  padding: 0 0 60px;
  margin: 35px 0 0;
}
@media (max-width: 750px) {
  .c-cvn-area .cvn-box {
    padding: 0 0 30px;
    margin: 17.5px auto 0;
    background-size: 100%;
  }
}
.c-cvn-area .cvn-box.pt02 {
  background: url(../img/cvn_bg.png) left bottom no-repeat;
  background-size: cover;
}
.c-cvn-area .cvn-box .cvn-top {
  position: relative;
  background: url(../img/cvn_bg02.png) center top no-repeat;
  background-size: 100%;
}
.c-cvn-area .cvn-box .cvn-top .img img {
  position: relative;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 750px) {
  .c-cvn-area .cvn-box .cvn-top .img img {
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    zoom: 0.49;
  }
}
.c-cvn-area .cvn-box .cvn-top .img video {
    position: relative;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 750px) {
    .c-cvn-area .cvn-box .cvn-top .img video {
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        zoom: 0.49;
	}
}
.c-cvn-area .cvn-box .cvn-top ul li {
  border-bottom: 5px solid #a2a047;
  font-size: 2.8rem;
  font-family: "ZenKakuGothicNew-Bold";
  padding: 30px 45px;
  text-align: center;
}
@media (max-width: 750px) {
  .c-cvn-area .cvn-box .cvn-top ul li {
    border-bottom: 2.5px solid #a2a047;
    font-size: 1.4rem;
    padding: 15px 22.5px;
  }
}
.c-cvn-area .cvn-box .cvn-top ul li:first-of-type {
  margin-top: 30px;
}
@media (max-width: 750px) {
  .c-cvn-area .cvn-box .cvn-top ul li:first-of-type {
    margin-top: 15px;
  }
}
.c-cvn-area .cvn-box .cvn-top ul li strong {
  color: #1c5993;
}

.c-cvn-area .cvn-box .cvn-top + a {
  display: block;
  text-align: center;
  padding: 30px 45px;
  border-bottom: 5px solid #a2a047;
}
@media (max-width: 750px) {
  .c-cvn-area .cvn-box .cvn-top + a {
    padding: 15px 22.5px;
    border-bottom: 2.5px solid #a2a047;
  }
}

.c-cvn-area .cvn-box h3 {
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold";
  text-align: center;
  color: #0c2136;
  font-size: 3.4rem;
  border-bottom: 5px solid #a2a047;
  padding: 30px 0 20px;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .c-cvn-area .cvn-box h3 {
    font-size: 1.7rem;
    border-bottom: 2.5px solid #a2a047;
    padding: 15px 0 10px;
    margin: 0 0 10px;
  }
}
.c-cvn-area .cvn-box .cvn-text {
  font-size: 24px;
  margin: 0 60px 25px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 750px) {
  .c-cvn-area .cvn-box .cvn-text {
    font-size: 12px;
    margin: 0 30px 12.5px;
  }
}

.cvn-btn {
  padding: 0 30px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -25px;
}
@media (max-width: 750px) {
  .cvn-btn {
    margin: 0 -12.5px;
    padding: 0 15px;
  }
}

.c-cvn-area .cvn-text-area {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
.c-cvn-area .cvn-text-area {
  margin: 0 -12.5px;
  padding: 0 15px;
}
}

.c-cvn-area .cvn-text-area div {
  width: 314px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  margin: 0 20px 10px 0;
  position: relative;
  color: #0c2136;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .c-cvn-area .cvn-text-area div {
    font-size: 1.1rem;
    margin: 0 10px 5px 0;
    width: 157px;
  }
}
.c-cvn-area .cvn-text-area div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: 40px;
  height: 1px;
  background: #0c2136;
  transform: rotate(65deg);
}
@media (max-width: 750px) {
  .c-cvn-area .cvn-text-area div::before {
    left: -10px;
    width: 30px;
    height: 1px;
  }
}
.c-cvn-area .cvn-text-area div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  width: 40px;
  height: 1px;
  background: #0c2136;
  transform: rotate(-65deg);
}
@media (max-width: 750px) {
  .c-cvn-area .cvn-text-area div::after {
    right: -10px;
    width: 30px;
    height: 1px;
  }
}

.cvn-btn li {
  margin: 0 10px;
}
@media (max-width: 750px) {
  .cvn-btn li {
    margin: 0 5px;
  }
}
.cvn-btn li:first-of-type a {
  background: url(../img/btn_line.webp) center top no-repeat;
  background-size: 100%;
  color: #fff;
  font-family: "ZenKakuGothicNew-Bold";
}
.cvn-btn li:last-of-type a {
  background: url(../img/btn01.png) center top no-repeat;
  background-size: 100%;
  /* color: #0c2136 !important; */
  color: #0c2136;
  font-family: "ZenKakuGothicNew-Bold";
  /* font-family: "ZenKakuGothicNew-Regular"; */
}
.cvn-btn li a {
  height: 88px;
  width: 314px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 15px 0 0;
  font-size: 25px;
}
@media (max-width: 750px) {
  .cvn-btn li a {
    height: 44px;
    width: 157px;
    padding: 3px 7.5px 0 0;
    font-size: 14px;
    line-height: 1.9;
  }
}
.cvn-btn li a i {
  margin: 0 15px 0 0;
  position: relative;
  top: -2px;
}
@media (max-width: 750px) {
  .cvn-btn li a i {
    margin: 0 7px 0 0;
    top: -1px;
  }
}

.cvn-btn li a i img {
    width: 30px;
  }
@media (max-width: 750px) {
  .cvn-btn li a i img {
    width: 15px;
  }
}

.effect {
  background: url(../img/effect_bg.jpg) center center repeat-y;
  padding: 100px 0 100px;
}
@media (max-width: 750px) {
  .effect {
    padding: 50px 0 50px;
    background-size: 100%;
  }
}
.effect h2 {
  text-align: center;
  margin: 0 0 60px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 3.2rem;
}
@media (max-width: 750px) {
  .effect h2 {
    margin: 0 0 30px;
    font-size: 1.6rem;
  }
}
.effect h2 > span {
  width: 186px;
  height: 86px;
  background: url(../img/effect_ttl.png) center top no-repeat;
  background-size: cover;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 6rem;
  text-align: center;
  line-height: 0;
  letter-spacing: 0;
  margin-right: 10px;
}
@media (max-width: 750px) {
  .effect h2 > span {
    width: 98px;
    height: 43px;
    font-size: 3rem;
    margin-right: 5px;
    background-size: contain;
  }
}
.effect h2 > span span {
  display: block;
  padding-bottom: 10px;
}
@media (max-width: 750px) {
  .effect h2 > span span {
    padding-bottom: 5px;
  }
}
.effect .img {
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  .effect .img {
    margin: 0 15px 30px;
  }
}
.effect .img02 {
  text-align: center;
  padding: 0 30px;
}
@media (max-width: 750px) {
  .effect .img02 {
    padding: 0 15px;
  }
}
.effect .effect-box {
  background: url(../img/effect_img02.png) center top no-repeat;
  background-size: 100%;
  min-height: 530px;
  margin: 0 30px;
}
@media (max-width: 750px) {
  .effect .effect-box {
    min-height: 265px;
    margin: 0 15px;
  }
}
.effect .effect-box .head {
  padding: 45px 0 35px;
  position: relative;
}
@media (max-width: 750px) {
  .effect .effect-box .head {
    padding: 22.5px 0 17.5px;
  }
}
.effect .effect-box .head p {
  text-align: center;
  font-size: 2.8rem;
  line-height: 2;
}
@media (max-width: 750px) {
  .effect .effect-box .head p {
    font-size: 1.4rem;
  }
}
.effect .effect-box .head p strong {
  color: #1c5993;
  font-family: "ZenKakuGothicNew-Bold";
}
.effect .effect-box .body {
  padding: 45px 0 50px;
}
@media (max-width: 750px) {
  .effect .effect-box .body {
    padding: 4vh 0 4vh;
  }
}
.effect .effect-box .body p {
  text-align: center;
  font-size: 2.8rem;
  line-height: 2;
}
@media (max-width: 750px) {
  .effect .effect-box .body p {
    font-size: 1.4rem;
  }
}
.effect .effect-box .body p strong {
  color: #ffffff;
  background: #1c5993;
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 3.6rem;
  padding: 2px 15px 4px;
}
@media (max-width: 750px) {
  .effect .effect-box .body p strong {
    font-size: 1.8rem;
    padding: 1px 7.5px 2px;
  }
}

.hydora {
  background: url(../img/bg_hydra.png) center top;
  padding: 80px 0;
}
@media (max-width: 750px) {
  .hydora {
    background-size: 100%;
    padding: 40px 0;
  }
}
.hydora h2 {
  font-size: 2.8rem;
  background: url(../img/hydra_ttl.png) center top no-repeat;
  text-align: center;
  height: 205px;
  padding: 30px 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .hydora h2 {
    background-size: 100%;
    font-size: 1.4rem;
    padding: 15px 0 0;
    height: 102px;
    width: 277px;
    margin: 0 auto;
    line-height: 1.6;
  }
}
.hydora h2 span {
  color: #1c5993;
}
.hydora h3 {
  text-align: center;
  font-size: 0;
  margin: -40px 0 0;
}
@media (max-width: 750px) {
  .hydora h3 {
    margin: -20px 0 0;
  }
}
@media (max-width: 750px) {
  .hydora h3 img {
    max-width: 272px;
  }
}
.hydora h4 {
  text-align: center;
  font-size: 0;
  margin: -35px 0 0;
}
@media (max-width: 750px) {
  .hydora h4 {
    margin: -17.5px 0 0;
  }
}
@media (max-width: 750px) {
  .hydora h4 img {
    max-width: 130px;
  }
}
.hydora .hydora-ttl {
  background: rgba(0, 16, 32, 0.8);
  padding: 15px 0 25px;
  margin: 10px 0 60px;
}
@media (max-width: 750px) {
  .hydora .hydora-ttl {
    padding: 7.5px 0 12.5px;
    margin: 5px 0 30px;
  }
}
.hydora .hydora-ttl h5 {
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .hydora .hydora-ttl h5 {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.hydora .hydora-ttl h5 span {
  color: #eceb8d;
}
.hydora .hydora-ttl h5 img {
  margin: 0 5px;
}
@media (max-width: 750px) {
  .hydora .hydora-ttl h5 img {
    margin: 0;
    width: 35px;
    padding: 0;
  }
}

.hydora .hydora-box {
  background: #eaebed;
  padding: 60px 30px 80px;
}

@media (max-width: 750px) {
	.hydora .hydora-box {
  	padding: 30px 15px 40px;
	}
}
.hydora .price-box {
  background: #0c2136;
  padding: 30px 30px 0;
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  .hydora .price-box {
    padding: 15px 15px 0;
    margin: 0 0 30px;
  }
}
.hydora .price-box:last-child {
  margin: 0;
}
.hydora .price-box dl dt a {
  display: block;
  color: #fff;
  font-size: 3.2rem;
  text-align: center;
  padding: 40px 0;
  background: url(../img/down.png) right 30px center no-repeat;
}
@media (max-width: 750px) {
  .hydora .price-box dl dt a {
    font-size: 1.6rem;
    padding: 20px 0;
    background: url(../img/down.png) right 15px center no-repeat;
    background-size: 15px;
  }
}
.hydora .price-box dl dt.active a {
  background: url(../img/up.png) right 30px center no-repeat;
}
@media (max-width: 750px) {
  .hydora .price-box dl dt.active a {
    background: url(../img/up.png) right 15px center no-repeat;
    background-size: 15px;
  }
}
.hydora .price-box dl dd {
  padding: 0 0 60px;
  display: none;
}
@media (max-width: 750px) {
  .hydora .price-box dl dd {
    padding: 0 0 30px;
  }
}
.hydora .price-box dl dd div {
  background: #eaebed;
  padding: 40px 30px;
}
@media (max-width: 750px) {
  .hydora .price-box dl dd div {
    padding: 20px 15px;
  }
}

.hydora-ex .ttl-box {
  background: url(../img/hydra_bg02.png) center top no-repeat;
  padding: 80px 0 70px;
}
@media (max-width: 750px) {
  .hydora-ex .ttl-box {
    padding: 34px 0 35px;
    background-size: 100%;
  }
}
.hydora-ex .ttl-box h2 {
  text-align: center;
  background: none;
  height: inherit;
  color: #0c2136;
  text-align: center;
  font-size: 3.2rem;
  font-family: "ZenKakuGothicNew-Bold";
  margin: 0 0 30px;
  padding: 0;
}
@media (max-width: 750px) {
  .hydora-ex .ttl-box h2 {
    font-size: 1.6rem;
    margin: 0 0 15px;
    width: 100%;
  }
}
.hydora-ex .ttl-box h3 {
  text-align: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 750px) {
  .hydora-ex .ttl-box h3 img {
    height: 47.5px;
  }
}
.hydora-ex .ttl-box h4 {
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 3.6rem;
  margin: 0;
}
@media (max-width: 750px) {
  .hydora-ex .ttl-box h4 {
    font-size: 1.8rem;
  }
}
.hydora-ex .img01 {
  background: #eaebed;
  position: relative;
}
.hydora-ex .img01 img {
  position: relative;
  top: -45px;
  left: 60px;
}
@media (max-width: 750px) {
  .hydora-ex .img01 img {
    top: -22.5px;
    left: 30px;
    width: 66.8vw;
  }
}
.hydora-ex .text-box {
  padding: 0 30px 0;
  background: #eaebed;
}
@media (max-width: 750px) {
  .hydora-ex .text-box {
    padding: 0 15px 0;
  }
}
.hydora-ex > .text-box {
  padding: 0 ;
}
@media (max-width: 750px) {
  .hydora-ex > .text-box {
    padding: 0;
  }
}
.hydora-ex .text-box .in {
  border-bottom: 5px solid #abb9bd;
  padding: 0 0 80px;
}
@media (max-width: 750px) {
  .hydora-ex .text-box .in {
    border-bottom: 2.5px solid #abb9bd;
    padding: 0 0 40px;
  }
}
.hydora-ex .text-box.last-child {
  border: none;
}
.hydora-ex .text-box.last-child .in {
  border: none;
}
.hydora-ex .text-box h5 {
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 3.2rem;
  margin: 0;
  color: #1c5993;
  line-height: 2;
  padding: 40px 0;
}
@media (max-width: 750px) {
  .hydora-ex .text-box h5 {
    font-size: 1.6rem;
    padding: 20px 0;
  }
}
.hydora-ex .text-box .text-box-img {
  text-align: center;
}
.hydora-ex .text-box .text-box-img video {
  width: 100%;
}
.hydora-ex .text-box .text-area {
  padding: 40px 30px 0;
}
@media (max-width: 750px) {
  .hydora-ex .text-box .text-area {
    padding: 20px 15px 0;
  }
}
.hydora-ex .text-box .text-area p {
  font-size: 2.8rem;
  margin: 0 0 1em;
}
.hydora-ex .text-box .text-area p:last-child {
  margin: 0;
}
@media (max-width: 750px) {
  .hydora-ex .text-box .text-area p {
    font-size: 1.4rem;
  }
}
.hydora-ex .text-box .text-area p strong {
  font-family: "ZenKakuGothicNew-Bold";
  color: #1c5993;
}

.hydora-ex .drcomment {
  background-size: 100%;
  border-bottom: 1px solid #a5a4a5;
  margin: 75px 0 0;
  position: relative;
}
@media (max-width: 750px) {
  .hydora-ex .drcomment {
    margin: 37.5px auto 0;
    max-width: 315px;
  }
}
.hydora-ex .drcomment .drcomment-head {
  font-size: 0;
}
.hydora-ex .drcomment .drcomment-head img {
  width: 100%;
}
.hydora-ex .drcomment .drcomment-footer {
  font-size: 0;
}
.hydora-ex .drcomment .drcomment-footer img {
  width: 100%;
}
.hydora-ex .drcomment .drcomment-body {
  background: url(../img/bg_blue_body.png) center top repeat-y;
  background-size: 100%;
}
.hydora-ex .drcomment .drcomment-body h4 {
  text-align: left;
  font-family: "ZenKakuGothicNew-Bold";
  color: #1c5993;
  font-size: 3.6rem;
  padding: 40px 0 30px 30px;
}
@media (max-width: 750px) {
  .hydora-ex .drcomment .drcomment-body h4 {
    font-size: 1.8rem;
    padding: 20px 0 10px 15px;
  }
}
.hydora-ex .drcomment .drcomment-body p {
  text-align: left;
  font-size: 2.6rem;
  padding: 0 0 30px 30px;
}
@media (max-width: 750px) {
  .hydora-ex .drcomment .drcomment-body p {
    font-size: 1.3rem;
    padding: 0 0 15px 15px;
  }
}
.hydora-ex .drcomment .drcomment-bottom {
  border-top: 4px solid #b0b0b2;
  padding: 30px 30px 15px;
}
@media (max-width: 750px) {
  .hydora-ex .drcomment .drcomment-bottom {
    border-top: 2px solid #b0b0b2;
    padding: 15px 15px 7.5px;
  }
}
.hydora-ex .drcomment .drcomment-bottom .img {
  position: absolute;
  right: 15px;
  top: 30px;
}
@media (max-width: 750px) {
  .hydora-ex .drcomment .drcomment-bottom .img {
	right: 15px;
	top: 50px;
	zoom: 0.5;
  }
}
.hydora-ex .drcomment .drcomment-bottom p {
  text-align: left;
  font-size: 2.8rem;
  padding: 0 0 1em 0;
}
@media (max-width: 750px) {
  .hydora-ex .drcomment .drcomment-bottom p {
    font-size: 1.3rem;
    padding: 0 0 1em 0;
  }
}
.hydora-ex .drcomment .drcomment-bottom p:last-child {
  padding-bottom: 0;
}
.hydora-ex .drcomment p {
  letter-spacing: 0;
}

.point {
  background: url(../img/point_bg.png) center top repeat-y;
  background-size: 100%;
  padding: 80px 0;
}
@media (max-width: 750px) {
  .point {
    padding: 40px 0;
  }
}
.point .point-body {
  background: url(../img/point_body.png) center top repeat-y;
  background-size: 100%;
  padding: 50px 30px 0;
}
@media (max-width: 750px) {
  .point .point-body {
    padding: 25px 15px 0;
  }
}
.point .point-body .img {
  text-align: center;
  margin: 0 30px 45px;
}
@media (max-width: 750px) {
  .point .point-body .img {
    margin: 0 15px 22.5px;
  }
}
.point .point-body .text {
  padding: 0 30px;
}
@media (max-width: 750px) {
  .point .point-body .text {
    padding: 0 15px;
  }
}
.point .point-body .text p {
  font-size: 2.8rem;
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  .point .point-body .text p {
    font-size: 1.4rem;
  }
}
.point .point-body .text p strong {
  font-family: "ZenKakuGothicNew-Bold";
  color: #1c5993;
}
.point .point-body .text p:last-child {
  margin: 0;
}
.point .point-body .text p.notes {
  text-align: right;
  font-size: 2.4rem;
}
@media (max-width: 750px) {
  .point .point-body .text p.notes {
    font-size: 1.2rem;
  }
}

.merit-price-area {
  background: url(../img/merit_price_bg.jpg) center top repeat-y;
  padding: 100px 0;
}
@media (max-width: 750px) {
  .merit-price-area {
    padding: 50px 0;
  }
}
.merit-price-area .ttl-box {
  background: url(../img/hydra_bg02.png) center top no-repeat;
  padding: 60px 0 80px;
  background-size: cover;
}
@media (max-width: 750px) {
  .merit-price-area .ttl-box {
    padding: 30px 0 40px;
    /* background-size: 100%; */
  }
}
.merit-price-area .ttl-box h2 {
  text-align: center;
  background: none;
  height: inherit;
  color: #0c2136;
}
.merit-price-area .ttl-box h2 span {
  font-size: 3.2rem;
  color: #0c2136;
  display: block;
  font-family: "ZenKakuGothicNew-Bold";
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .merit-price-area .ttl-box h2 span {
    font-size: 1.6rem;
    margin: 0 0 15px;
  }
}
@media (max-width: 750px) {
  .merit-price-area .ttl-box h2 img {
    height: 47.5px;
  }
}
.merit-price-area .ttl-box h3 {
  text-align: center;
  margin: 0;
  padding: 0;
}
.merit-price-area .ttl-box h4 {
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 3.6rem;
  margin: 0;
}
@media (max-width: 750px) {
  .merit-price-area .ttl-box h4 {
    font-size: 1.8rem;
  }
}

.merit-price-area .ttl-box a {
  display: block;
  padding: 40px 40px 0; 
}
@media (max-width: 750px) {
  .merit-price-area .ttl-box a {
    padding: 20px 20px 0; 
  }
}

.merit-list {
  background: #eaebed;
  padding: 80px 30px;
}
@media (max-width: 750px) {
  .merit-list {
    padding: 40px 15px;
  }
}
.merit-list .merit-box {
  background-size: 100%;
  border: 4px solid #969518;
  border-radius: 40px;
  position: relative;
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  .merit-list .merit-box {
    border: 2px solid #969518;
    border-radius: 20px;
    margin: 0 0 30px;
  }
}
.merit-list .merit-box:last-child {
  margin: 0;
}
.merit-list .merit-box:before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #e2e152;
  position: absolute;
  right: 40px;
  top: -4px;
  z-index: 9999;
}
@media (max-width: 750px) {
  .merit-list .merit-box:before {
    width: 20px;
    height: 2px;
    right: 20px;
    top: -2px;
  }
}
.merit-list .merit-box:after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #eaebed;
  position: absolute;
  left: 40px;
  bottom: -4px;
  z-index: 9999;
}
@media (max-width: 750px) {
  .merit-list .merit-box:after {
    width: 20px;
    height: 2px;
    left: 20px;
    bottom: -2px;
  }
}
.merit-list .merit-box .top {
  border-radius: 40px 40px;
  cursor: pointer;
  background: url(../img/down02.png) center right 40px no-repeat #e2e152;
}
@media (max-width: 750px) {
  .merit-list .merit-box .top {
    border-radius: 20px 20px;
    background: url(../img/down02.png) center right 20px no-repeat #e2e152;
    background-size: 15px;
  }
}
.merit-list .merit-box .top.active {
  border-radius: 40px 40px 0 0;
  background: url(../img/up02.png) center right 40px no-repeat #e2e152;
}
@media (max-width: 750px) {
  .merit-list .merit-box .top.active {
    border-radius: 20px 20px 0 0;
    background: url(../img/up02.png) center right 20px no-repeat #e2e152;
    background-size: 15px;
  }
}
.merit-list .merit-box .top .top-body {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px;
}
@media (max-width: 750px) {
  .merit-list .merit-box .top .top-body {
    padding: 20px;
  }
}
.merit-list .merit-box .top .top-body i {
  width: 99px;
}
@media (max-width: 750px) {
  .merit-list .merit-box .top .top-body i {
    width: 49.5px;
  }
}
.merit-list .merit-box.pt02 .top .top-body i img {
  max-width: 120%;
}

.merit-list .merit-box .top .top-body p {
  width: calc(100% - 99px);
  font-size: 3.2rem;
  font-family: "ZenKakuGothicNew-Bold";
  padding-left: 40px;
}
@media (max-width: 750px) {
  .merit-list .merit-box .top .top-body p {
    width: calc(100% - 49.6px);
    font-size: 1.6rem;
    padding-left: 20px;
  }
}
.merit-list .merit-box .bottom {
  padding: 40px 60px;
  display: none;
}
@media (max-width: 750px) {
  .merit-list .merit-box .bottom {
    padding: 20px 30px;
  }
}
.merit-list .merit-box .bottom p {
  font-size: 2.8rem;
  margin: 0 0 1em;
}
@media (max-width: 750px) {
  .merit-list .merit-box .bottom p {
    font-size: 1.4rem;
  }
}
.merit-list .merit-box .bottom p:last-child {
  margin: 0;
}
.merit-list .merit-box .bottom p strong {
  font-family: "ZenKakuGothicNew-Bold";
  color: #1c5993;
}
.merit-list .merit-box.pt02 {
  border: 4px solid #0c2136;
}
@media (max-width: 750px) {
  .merit-list .merit-box.pt02 {
    border: 2px solid #0c2136;
  }
}
.merit-list .merit-box.pt02:before {
  content: "";
  background: #a4c9cb;
}
.merit-list .merit-box.pt02:after {
  background: #eaebed;
}
.merit-list .merit-box.pt02 .top {
  border-radius: 40px 40px;
  cursor: pointer;
  background: url(../img/down02.png) center right 40px no-repeat #a4c9cb;
}
@media (max-width: 750px) {
  .merit-list .merit-box.pt02 .top {
    border-radius: 20px 20px;
    cursor: pointer;
    background: url(../img/down02.png) center right 20px no-repeat #a4c9cb;
    background-size: 15px;
  }
}
.merit-list .merit-box.pt02 .top.active {
  border-radius: 40px 40px 0 0;
  background: url(../img/up02.png) center right 40px no-repeat #a4c9cb;
}
@media (max-width: 750px) {
  .merit-list .merit-box.pt02 .top.active {
    border-radius: 20px 20px 0 0;
    background: url(../img/up02.png) center right 20px no-repeat #a4c9cb;
    background-size: 15px;
  }
}
.merit-list .merit-box.pt02 .bottom p strong {
  color: #1c5993;
}

.merit-list .merit-box.pt03 {
  border: 4px solid #0c2136;
}
@media (max-width: 750px) {
  .merit-list .merit-box.pt03 {
    border: 2px solid #0c2136;
  }
}
.merit-list .merit-box.pt03:before {
  content: "";
  background: #a4c9cb;
}
.merit-list .merit-box.pt03:after {
  background: #eaebed;
}
.merit-list .merit-box.pt03 .top {
  border-radius: 40px 40px;
  cursor: pointer;
  background: url(../img/down02.png) center right 40px no-repeat #a4c9cb;
}
@media (max-width: 750px) {
  .merit-list .merit-box.pt03 .top {
    border-radius: 20px 20px;
    cursor: pointer;
    background: url(../img/down02.png) center right 20px no-repeat #a4c9cb;
    background-size: 15px;
  }
}
.merit-list .merit-box.pt03 .top.active {
  border-radius: 40px 40px 0 0;
  background: url(../img/up02.png) center right 40px no-repeat #a4c9cb;
}
@media (max-width: 750px) {
  .merit-list .merit-box.pt03 .top.active {
    border-radius: 20px 20px 0 0;
    background: url(../img/up02.png) center right 20px no-repeat #a4c9cb;
    background-size: 15px;
  }
}
.merit-list .merit-box.pt03 .bottom {
  padding: 40px 0;
  display: none;
}
@media (max-width: 750px) {
  .merit-list .merit-box.pt03 .bottom {
    padding: 20px 0;
  }
}
.merit-list .merit-box.pt03 .bottom.kaneshiro {
	background: url(../img/staff_img_kaneshiro.png) bottom right no-repeat ;
}
@media (max-width: 750px) {
  .merit-list .merit-box.pt03 .bottom.kaneshiro {
   background: url(../img/staff_img_kaneshiro.png) bottom right -4vw no-repeat ;
	background-size: 100vw;
   }
}

.merit-list .merit-box.pt03 .bottom.suzuki {
 	background: url(../img/staff_img_suzuki.png) bottom right no-repeat ;
}
@media (max-width: 750px) {
  .merit-list .merit-box.pt03 .bottom.suzuki {
   background: url(../img/staff_img_suzuki.png) bottom right -4vw no-repeat ;
	background-size: 100vw;
   }
}
@media (max-width: 750px) {
  .merit-list .merit-box.pt03 .bottom {
    padding: 20px 0;
  }
}
.merit-list .merit-box.pt03 .bottom p {
  font-size: 2.8rem;
  margin: 0 60px 1em;
}
@media (max-width: 750px) {
  .merit-list .merit-box.pt03 .bottom p {
    font-size: 1.4rem;
 	margin: 0 30px 1em;
  }
}
.merit-list .merit-box.pt03 .bottom p:last-child {
  margin: 0 60px 40px;
}
@media (max-width: 750px) {
	.merit-list .merit-box.pt03 .bottom p:last-child {
	margin: 0 30px 4vh;
	}
}
.merit-list .merit-box.pt03 .bottom p strong {
  color: #1c5993;
}
.merit-list .merit-box.pt03 .bottom .staff-comment .img img {
	transition-delay: 2s;
    position: absolute;
    right: 20px;
    bottom: 0;
}
@media (max-width: 750px) {
	.merit-list .merit-box.pt03 .bottom .staff-comment .img img {
		position: absolute;
		right: 10px;
		bottom: 0;
	}
}
.merit-list .merit-box.pt03 .bottom .staff-comment li {
	color: #fff;
	padding: 40px 60px 40px 60px;
	font-size: 2.8rem;
}
@media (max-width: 750px) {
	.merit-list .merit-box.pt03 .bottom .staff-comment li {
		padding: 2vh 30px 4vh 30px;
		font-size: 1.4rem;
	}
}
.merit-list .merit-box.pt03 .bottom .staff-comment li:last-of-type {
	color: #0c2136;
	font-size: 2.4rem;
	padding: 20px 200px 0 60px;
}
@media (max-width: 750px) {
	.merit-list .merit-box.pt03 .bottom .staff-comment li:last-of-type  {
		padding: 15px 100px 0 30px;
		font-size: 1.2rem;
	}
}


.hydora-price {
  background: #eaebed;
  padding: 80px 30px 40px;
}
@media (max-width: 750px) {
  .hydora-price {
    padding: 40px 15px 20px;
  }
}
.hydora-price h3 {
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  background: #0c2136;
  padding: 25px 0;
}
@media (max-width: 750px) {
  .hydora-price h3 {
    font-size: 1.6rem;
    padding: 12.5px 0;
  }
}

.hydora-price h3 span{
  font-size: 3rem;
}
@media (max-width: 750px) {
.hydora-price h3 span{
  font-size: 1.5rem;
}
}

.hydora-price table {
  width: 100%;
}
.hydora-price table thead tr th {
  text-align: center;
  background: #dbdcde;
  vertical-align: middle;
  font-size: 2.8rem;
  padding: 20px;
}
@media (max-width: 750px) {
  .hydora-price table thead tr th {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.hydora-price table thead tr th:last-child {
  width: 35%;
}
.hydora-price table tbody tr td {
  vertical-align: middle;
  font-family: "ZenKakuGothicNew-Bold";
  text-align: center;
  vertical-align: middle;
  background: #fff;
  padding: 30px;
}
@media (max-width: 750px) {
  .hydora-price table tbody tr td {
    padding: 15px;
  }
}
.hydora-price table tbody tr td span {
  font-family: "ZenKakuGothicNew-Regular";
}

.hydora-price table tbody tr td:first-child span {
  font-size: 2.4rem;
}
@media (max-width: 750px) {
  .hydora-price table tbody tr td:first-child span {
    font-size: 1.3rem;
  } 
}

.hydora-price .dotte-list {
  margin: 45px 20px 0 60px;
}
@media (max-width: 750px) {
  .hydora-price .dotte-list {
    margin: 22.5px 10px 0 30px;
  }
}
.hydora-price .dotte-list li {
  font-size: 2.4rem;
  margin: 0 0 25px;
  position: relative;
  color: #0c2136;
}
@media (max-width: 750px) {
  .hydora-price .dotte-list li {
    font-size: 1.2rem;
    margin: 0 0 12.5px;
  }
}
.hydora-price .dotte-list li:last-child {
  margin: 0;
}
.hydora-price .dotte-list li:before {
  content: "・";
  display: block;
  font-size: 2.4rem;
  left: -30px;
  top: 1px;
  position: absolute;
  color: #0c2136;
}
@media (max-width: 750px) {
  .hydora-price .dotte-list li:before {
    font-size: 1.2rem;
    left: -15px;
  }
}
.hydora-price .couse-ex {
  padding: 70px 0 0;
}
@media (max-width: 750px) {
  .hydora-price .couse-ex {
    padding: 35px 0 0;
  }
}
.hydora-price .couse-ex .ex-box {
  overflow: hidden;
}
.hydora-price .couse-ex .ex-box .in {
  background: url(../img/course_bg01.png) center top no-repeat;
  min-height: 432px;
}
@media (max-width: 750px) {
  .hydora-price .couse-ex .ex-box .in {
    background-size: 100%;
    min-height: 216px;
    max-width: 315px;
    margin: 0 auto;
  }
}
.hydora-price .couse-ex .ex-box dl:after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #1c5993;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  z-index: 9999;
}
@media (max-width: 750px) {
  .hydora-price .couse-ex .ex-box dl:after {
    width: 30px;
    height: 2px;
    bottom: -2px;
  }
}
.hydora-price .couse-ex .ex-box dl dt {
  text-align: center;
  font-size: 3.2rem;
  color: #0c2136;
  padding: 45px 0 15px;
  font-family: "ZenKakuGothicNew-Bold";
}
@media (max-width: 750px) {
  .hydora-price .couse-ex .ex-box dl dt {
    font-size: 1.6rem;
    padding: 18.5px 0 7.5px;
  }
}
.hydora-price .couse-ex .ex-box dl dd {
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  padding: 22px 0 24px;
}
@media (max-width: 750px) {
  .hydora-price .couse-ex .ex-box dl dd {
    font-size: 1.6rem;
    padding: 5px 0 12px;
  }
}
.hydora-price .couse-ex .couse-img {
  text-align: center;
  margin: 20px 0 40px;
}
@media (max-width: 750px) {
  .hydora-price .couse-ex .couse-img {
    margin: 10px 0 20px;
  }
}
@media (max-width: 750px) {
  .hydora-price .couse-ex .couse-img img {
    max-width: 222px;
  }
}
.hydora-price .couse-ex .as-list {
  margin: 0 0 0 30px;
}
@media (max-width: 750px) {
  .hydora-price .couse-ex .as-list {
    margin: 0 0 0 15px;
  }
}
.hydora-price .couse-ex .as-list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 2;
}
@media (max-width: 750px) {
  .hydora-price .couse-ex .as-list li {
    font-size: 1.2rem;
  }
}
.hydora-price .method-area {
  background-size: 100%;
  border-bottom: 1px solid #a5a4a5;
  margin: 75px 0 0;
}
@media (max-width: 750px) {
  .hydora-price .method-area {
    margin: 37.5px auto 0;
    max-width: 315px;
  }
}
.hydora-price .method-area + p {
   padding: 20px 0 0 50px;
}
@media (max-width: 750px) {
  .hydora-price .method-area + p {
   padding: 10px 0 0 25px;
  }
}
.hydora-price .method-area .method-head {
  font-size: 0;
}
.hydora-price .method-area .method-head img {
  width: 100%;
}
.hydora-price .method-area .method-footer {
  font-size: 0;
}
.hydora-price .method-area .method-footer img {
  width: 100%;
}
.hydora-price .method-area .method-body {
  background: url(../img/bg_gray_body.png) center top repeat-y;
  background-size: 100%;
}
.hydora-price .method-area h4 {
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 3.6rem;
  border-bottom: 4px solid #b0b0b2;
  padding: 0 0 45px;
}
@media (max-width: 750px) {
  .hydora-price .method-area h4 {
    font-size: 1.8rem;
    border-bottom: 2px solid #b0b0b2;
    padding: 0 0 22.5px;
  }
}
.hydora-price .method-area .method-bottom {
  padding: 30px 60px 30px;
}
@media (max-width: 750px) {
  .hydora-price .method-area .method-bottom {
    padding: 15px 30px 15px;
  }
}
.hydora-price .method-area .method-bottom .img {
  margin: 25px 0 0;
}
@media (max-width: 750px) {
  .hydora-price .method-area .method-bottom .img {
    margin: 12.5px 0 0;
  }
}
.hydora-price .method-area ul li {
  color: #0c2136;
  font-size: 2.8rem;
  font-family: "ZenKakuGothicNew-Bold";
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .hydora-price .method-area ul li {
    font-size: 1.4rem;
    margin: 0 0 10px;
  }
}
.hydora-price .method-area p {
  letter-spacing: 0;
}

.flow {
  background: url(../img/flow_bg.png) center top;
  background-size: 100%;
  padding: 0 0 100px;
}
@media (max-width: 750px) {
  .flow {
    padding: 0 0 50px;
  }
}
.flow h2 {
  margin: 0 0 80px;
}
@media (max-width: 750px) {
  .flow h2 {
    margin: 0 0 40px;
  }
}
.flow .slide-wrap {
  padding: 0 30px;
  position: relative;
}
@media (max-width: 750px) {
  .flow .slide-wrap {
    padding: 0 15px;
  }
}
.flow .slide-wrap .movie-slider {
  overflow: hidden;
}
.flow .slide-wrap .item {
  background: url(../img/slide01.png) center top no-repeat;
  height: 851px !important;
}
@media (max-width: 750px) {
  .flow .slide-wrap .item {
    height: 113.4vw !important;
    background-size: 100%;
  }
}
.flow .slide-wrap .item.pt02 {
  background: url(../img/slide02.png) center top no-repeat;
  background-size: 100%;
}
.flow .slide-wrap .item.pt03 {
  background: url(../img/slide03.png) center top no-repeat;
  background-size: 100%;
}
.flow .slide-wrap .item.pt04 {
  background: url(../img/slide04.png) center top no-repeat;
  background-size: 100%;
}
.flow .slide-wrap .item.pt05 {
  background: url(../img/slide05.png) center top no-repeat;
  background-size: 100%;
}
.flow .slide-wrap .item.pt06 {
  background: url(../img/slide06.png) center top no-repeat;
  background-size: 100%;
}
.flow .slide-wrap .item .text-box {
  padding: 380px 60px 0;
}
@media (max-width: 750px) {
  .flow .slide-wrap .item .text-box {
    padding: 50.666vw 8vw 0;
  }
}
.flow .slide-wrap .item .text-box .ttl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: 4px solid #b0b0b2;
}
@media (max-width: 750px) {
  .flow .slide-wrap .item .text-box .ttl {
    margin: 0 0 4vw;
    padding-bottom: 4vw;
    border-bottom: 2px solid #b0b0b2;
  }
}
.flow .slide-wrap .item .text-box .ttl i {
  width: 86px;
}
@media (max-width: 750px) {
  .flow .slide-wrap .item .text-box .ttl i {
    width: 11.4666vw;
  }
}
.flow .slide-wrap .item .text-box .ttl span {
  display: inline-block;
  font-size: 3.8rem;
  color: #0c2136;
  font-family: "ZenKakuGothicNew-Bold";
  padding: 0 0 0 25px;
}
@media (max-width: 750px) {
  .flow .slide-wrap .item .text-box .ttl span {
    font-size: 5.0666vw;
    padding: 0 0 0 3.333vw;
  }
}
.flow .slide-wrap .item .text-box .text p {
  font-size: 2.8rem;
  color: #000000;
}
@media (max-width: 750px) {
  .flow .slide-wrap .item .text-box .text p {
    font-size: 3.7333vw;
  }
}

.movie-slide-prev {
  left: -30px;
  position: absolute;
  top: 130px;
  z-index: 3;
}
@media (max-width: 750px) {
  .movie-slide-prev {
    left: -15px;
    top: 65px;
  }
}
@media (max-width: 750px) {
  .movie-slide-prev img {
    width: 30px;
  }
}

.movie-slide-next {
  position: absolute;
  right: -30px;
  position: absolute;
  top: 130px;
  z-index: 3;
}
@media (max-width: 750px) {
  .movie-slide-next {
    right: -15px;
    top: 65px;
  }
}
@media (max-width: 750px) {
  .movie-slide-next img {
    width: 30px;
  }
}

.promise {
  background: url(../img/flow_bg02.png) center top 290px;
}
@media (max-width: 750px) {
  .promise {
    background: url(../img/flow_bg02.png) center top 38.666vw;
  }
}
.promise .promise-item {
  margin: 0 30px;
  border-bottom: 4px solid #abb9bd;
  padding: 70px 0 70px;
}
@media (max-width: 750px) {
  .promise .promise-item {
    margin: 0 15px;
    border-bottom: 2px solid #abb9bd;
    padding: 35px 0 35px;
  }
}
.promise .promise-item:last-child {
  border: none;
}
.promise .promise-item h3 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 45px;
}
@media (max-width: 750px) {
  .promise .promise-item h3 {
    margin: 0 0 22.5px;
  }
}
.promise .promise-item h3 i {
  width: 101px;
}
@media (max-width: 750px) {
  .promise .promise-item h3 i {
    width: 50px;
  }
}
.promise .promise-item h3 span {
  display: inline-block;
  width: calc(100% - 101px);
  color: #1c5993;
  font-size: 3.8rem;
  font-family: "ZenKakuGothicNew-Bold";
  padding: 0 0 0 30px;
}
@media (max-width: 750px) {
  .promise .promise-item h3 span {
    width: calc(100% - 50px);
    font-size: 1.9rem;
    padding: 0 0 0 15px;
  }
}
.promise .promise-item .img {
  text-align: center;
}
.promise .promise-item .text {
  padding: 40px 30px 0;
}
@media (max-width: 750px) {
  .promise .promise-item .text {
    padding: 20px 15px 0;
  }
}
.promise .promise-item .text p {
  font-size: 2.8rem;
  color: #0c2136;
  margin: 0 0 1.5em;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .promise .promise-item .text p {
    font-size: 1.4rem;
  }
}
.promise .promise-item .text p:last-child {
  margin: 0;
}
.promise .promise-item .text p strong {
  font-family: "ZenKakuGothicNew-Bold";
  color: #1c5993;
}
.promise .promise-item .text p.notes {
  text-align: right;
  font-size: 2.4rem;
  margin-top: -1em;
}
@media (max-width: 750px) {
  .promise .promise-item .text p.notes {
    font-size: 1.2rem;
  }
}

.staff {
  background: url(../img/staff_bg.jpg) center top;
  background-size: cover;
  padding: 0 0 40px;
}
@media (max-width: 750px) {
  .staff {
    padding: 0 0 35px;
  }
}
.staff h2 {
  margin: 0 0 80px;
}
@media (max-width: 750px) {
  .staff h2 {
    margin: 0 0 40px;
  }
}
.staff .staff-box {
  background: url(../img/staff_bg01.png) center top no-repeat;
  background-size: 100%;
  padding: 60px 0;
  height: 528px;
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  .staff .staff-box {
    padding: 30px 0;
    height: 264px;
    margin: 0 auto 35px;
  }
}
.staff .staff-box.pt02 {
  background: url(../img/staff_bg02.png) center top no-repeat;
  position: relative;
  height: 415px;
  margin: 0 0 0;
  padding: 60px 0 0;
}
@media (max-width: 750px) {
  .staff .staff-box.pt02 {
    background-size: 100%;
    height: 207.3px;
    padding: 30px 0 0;
    max-width: 345px;
    margin: 0 auto;
  }
}
.staff .staff-box.pt02 h3 {
  position: absolute;
  right: 60px;
  top: 100px;
  text-align: right;
}
@media (max-width: 750px) {
  .staff .staff-box.pt02 h3 {
    right: 30px;
    top: 50px;
  }
}
@media (max-width: 750px) {
  .staff .staff-box.pt02 h3 img {
    width: 147px;
  }
}
.staff .staff-box.pt02 .staff-btn {
  text-align: left;
  padding: 30px 0 0 100px;
}
@media (max-width: 750px) {
  .staff .staff-box.pt02 .staff-btn {
    padding: 15px 0 0 50px;
  }
}
@media (max-width: 750px) {
  .staff .staff-box.pt02 .staff-btn img {
    width: 80px;
  }
}
.staff .staff-box.pt03 {
  background: url(../img/staff_bg01.png) center top no-repeat;
  background-size: 100%;
  padding: 60px 0;
  height: 528px;
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  .staff .staff-box.pt03 {
    padding: 30px 0;
    height: 264px;
    margin: 0 auto 35px;
  }
}

.staff .staff-box h3 {
  text-align: center;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  .staff .staff-box h3 {
    margin: 0 0 25px;
  }
}
@media (max-width: 750px) {
  .staff .staff-box h3 img {
    width: 70%;
  }
}
.staff .staff-box.pt03 h3 {
  text-align: center;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .staff .staff-box.pt03 h3 {
    margin: 0 0 15px;
  }
}
@media (max-width: 750px) {
  .staff .staff-box.pt03 h3 img {
    width: 70%;
  }
}
.staff .staff-box .img {
  text-align: center;
}
.staff .staff-box ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0;
}
@media (max-width: 750px) {
  .staff .staff-box ul {
    margin: 15px 0 0;
  }
}
.staff .staff-box ul li {
  width: 160px;
  margin: 0 30px;
}
@media (max-width: 750px) {
  .staff .staff-box ul li {
    width: 80px;
    margin: 0 15px;
  }
}

.staff .staff-box.pt03 ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 20px 0 0;
}
@media (max-width: 750px) {
  .staff .staff-box.pt03 ul {
    margin: 10px 0 0;
  }
}
.staff .staff-box.pt03 ul:last-of-type {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 10px 0 0 0;
}
@media (max-width: 750px) {
  .staff .staff-box.pt03 ul:last-of-type {
    margin: 5px 0 0 0;
  }
}
.staff .staff-box.pt03 ul li {
  width: 160px;
  margin: 0 30px;
}
@media (max-width: 750px) {
  .staff .staff-box.pt03 ul li {
    width: 80px;
    margin: 0 15px;
  }
}

.important {
  background: url(../img/point_bg.png) center top repeat-y;
  padding: 80px 0 80px;
}
@media (max-width: 750px) {
  .important {
    padding: 40px 0 40px;
  }
}
.important .important-body {
  background: url(../img/point_body.png) center top repeat-y;
  background-size: 100%;
  padding: 50px 0 80px;
}
@media (max-width: 750px) {
  .important .important-body {
    padding: 25px 0 40px;
  }
}
.important .important-body.pt02 {
  padding: 50px 0 10px;
}
@media (max-width: 750px) {
  .important .important-body.pt02 {
    padding: 25px 0 5px;
  }
}
.important .text p {
  font-size: 2.8rem;
  padding: 0 60px;
  margin: 0 0 1em;
}
@media (max-width: 750px) {
  .important .text p {
    font-size: 1.4rem;
    padding: 0 30px;
  }
}
.important .text p:last-child {
  margin: 0;
}
.important .text p strong {
  color: #185d97;
  font-size: 3.4rem;
  font-family: "ZenKakuGothicNew-Bold";
  border-bottom: 3px solid #185d97;
  text-align: center;
}
@media (max-width: 750px) {
  .important .text p strong {
    font-size: 1.7rem;
    font-family: "ZenKakuGothicNew-Bold";
    border-bottom: 1.5px solid #185d97;
  }
}
.important .text p span {
  color: #185d97;
  font-family: "ZenKakuGothicNew-Bold";
}
.important .text p.pt02 {
  text-align: center;
  padding: 0 30px;
  letter-spacing: 0;
  line-height: 2.2;
  margin: 20px 0 0;
}
@media (max-width: 750px) {
  .important .text p.pt02 {
    padding: 0 15px;
    margin: 10px 0 0;
  }
}
.important .img {
  text-align: center;
  margin: 50px 0 0;
}
@media (max-width: 750px) {
  .important .img {
    margin: 25px 15px 0;
  }
}
.important .text02 {
  text-align: center;
  line-height: 1.5;
  font-size: 2.8rem;
  margin: 45px 0 0;
}
@media (max-width: 750px) {
  .important .text02 {
    font-size: 1.4rem;
    margin: 22.5px 0 0;
  }
}
.important .text02 strong {
  color: #185d97;
  font-size: 3.6rem;
  font-family: "ZenKakuGothicNew-Bold";
}
@media (max-width: 750px) {
  .important .text02 strong {
    font-size: 1.8rem;
  }
}
.important .text03 {
  text-align: center;
  line-height: 2;
  margin: 10px 0 0;
}
@media (max-width: 750px) {
  .important .text03 {
    margin: 5px 0 0;
  }
}
.important .text03 strong {
  background: #185d97;
  font-size: 3.6rem;
  font-family: "ZenKakuGothicNew-Bold";
  color: #fff;
  padding: 5px 20px 8px;
}
@media (max-width: 750px) {
  .important .text03 strong {
    font-size: 1.8rem;
    padding: 3px 10px 4px;
  }
}
.important .text04 {
  text-align: center;
  line-height: 2;
  margin: 45px 0 0;
  font-size: 3.4rem;
}
@media (max-width: 750px) {
  .important .text04 {
    margin: 22.5px 0 0;
    font-size: 1.7rem;
  }
}
.important .text05 {
  text-align: center;
  line-height: 2.4;
  margin: 10px 0 45px;
  color: #185d97;
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 3.4rem;
}
@media (max-width: 750px) {
  .important .text05 {
    font-size: 1.7rem;
    margin: 5px 0 22.5px;
  }
}
.important .text05 strong {
  background: #185d97;
  font-family: "ZenKakuGothicNew-Bold";
  color: #fff;
  padding: 5px 20px 8px;
}
@media (max-width: 750px) {
  .important .text05 strong {
    padding: 2.5px 10px 4px;
  }
}
.important .text05 span {
  border-bottom: 3px solid #185d97;
}
@media (max-width: 750px) {
  .important .text05 span {
    border-bottom: 1.5px solid #185d97;
  }
}

.faq {
  background: url(../img/access_bg.jpg);
  background-size: 100%;
  padding: 0 0 80px;
}
@media (max-width: 750px) {
  .faq {
    padding: 0 0 40px;
  }
}
.faq h2 {
  margin: 0 0 80px;
}
@media (max-width: 750px) {
  .faq h2 {
    margin: 0 0 40px;
  }
}
.faq .faq-box {
  background-size: 100%;
  border: 4px solid #0c2136;
  border-radius: 40px;
  position: relative;
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  .faq .faq-box {
    border: 2px solid #0c2136;
    border-radius: 20px;
    margin: 0 0 30px;
  }
}
.faq .faq-box:last-child {
  margin: 0;
}
.faq .faq-box:before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #eaebed;
  position: absolute;
  right: 40px;
  top: -4px;
  z-index: 9999;
}
@media (max-width: 750px) {
  .faq .faq-box:before {
    width: 20px;
    height: 2px;
    right: 20px;
    top: -2px;
  }
}
.faq .faq-box:after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #eaebed;
  position: absolute;
  left: 40px;
  bottom: -4px;
  z-index: 9999;
}
@media (max-width: 750px) {
  .faq .faq-box:after {
    width: 20px;
    height: 2px;
    background: #eaebed;
    position: absolute;
    left: 20px;
    bottom: -2px;
  }
}
.faq .faq-box.active:after {
  background: #c9c8c8;
}
.faq .faq-box .top {
  border-radius: 40px 40px;
  cursor: pointer;
  background: url(../img/down02.png) center right 40px no-repeat #eaebed;
}
@media (max-width: 750px) {
  .faq .faq-box .top {
    border-radius: 20px 20px;
    background: url(../img/down02.png) center right 20px no-repeat #eaebed;
    background-size: 15px;
  }
}
.faq .faq-box .top.active {
  border-radius: 40px 40px 0 0;
  background: url(../img/up02.png) center right 40px no-repeat #eaebed;
}
@media (max-width: 750px) {
  .faq .faq-box .top.active {
    border-radius: 20px 20px 0 0;
    background: url(../img/up02.png) center right 20px no-repeat #eaebed;
    background-size: 15px;
  }
}
.faq .faq-box .top .top-body {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 90px 40px 40px;
}
@media (max-width: 750px) {
  .faq .faq-box .top .top-body {
    padding: 20px 45px 20px 20px;
  }
}
.faq .faq-box .top .top-body i {
  width: 60px;
}
@media (max-width: 750px) {
  .faq .faq-box .top .top-body i {
    width: 30px;
  }
}
.faq .faq-box .top .top-body p {
  width: calc(100% - 73px);
  font-size: 3.2rem;
  font-family: "ZenKakuGothicNew-Bold";
  padding-left: 40px;
}
@media (max-width: 750px) {
  .faq .faq-box .top .top-body p {
    width: calc(100% - 36.5px);
    font-size: 1.6rem;
    font-family: "ZenKakuGothicNew-Bold";
    padding-left: 20px;
  }
}
.faq .faq-box .bottom {
  padding: 40px 60px;
  display: none;
}
@media (max-width: 750px) {
  .faq .faq-box .bottom {
    padding: 20px 30px;
  }
}
.faq .faq-box .bottom p {
  font-size: 2.8rem;
  margin: 0 0 1em;
}
@media (max-width: 750px) {
  .faq .faq-box .bottom p {
    font-size: 1.48rem;
  }
}
.faq .faq-box .bottom p:last-child {
  margin: 0;
}
.faq .faq-box .bottom p strong {
  font-family: "ZenKakuGothicNew-Bold";
  color: #1c5993;
}

.access {
  background: url(../img/access_bg.jpg) center top;
  background-size: 100%;
  padding: 0 0 80px;
}
@media (max-width: 750px) {
  .access {
    padding: 0 0 40px;
  }
}
.access h2 {
  margin: 0 0 80px;
}
@media (max-width: 750px) {
  .access h2 {
    margin: 0 0 40px;
  }
}
.access .access-box {
  margin: 0 0 80px;
}
@media (max-width: 750px) {
  .access .access-box {
    margin: 0 0 40px;
  }
}
.access .access-box:last-child {
  margin: 0;
}
.access .access-box .access-body {
  background: url(../img/access_body.jpg) center top repeat-y;
  width: 100%;
  background-size: 100%;
}
.access .access-box h3 {
  text-align: center;
  font-size: 4.2rem;
  color: #0a2237;
  font-family: "ZenKakuGothicNew-Bold";
  padding: 0 0 50px;
}
@media (max-width: 750px) {
  .access .access-box h3 {
    font-size: 2.1rem;
    padding: 0 0 25px;
  }
}
.access .access-box iframe {
  width: 100%;
  height: 355px;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  .access .access-box iframe {
    height: 47.333vw;
    margin: 0 0 20px;
  }
}
.access .access-box .text-area {
  padding: 0 60px;
}
@media (max-width: 750px) {
  .access .access-box .text-area {
    padding: 0 30px;
  }
}
.access .access-box .text-area p {
  font-size: 2.6rem;
  line-height: 2;
  margin: 0 0 1em;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .access .access-box .text-area p {
    font-size: 1.3rem;
  }
}
.access .access-box .text-area p strong {
  color: #1c5993;
  font-family: "ZenKakuGothicNew-Bold";
}
.access .access-box .access-btn {
  text-align: center;
  margin: 60px 0 0;
}
@media (max-width: 750px) {
  .access .access-box .access-btn {
    margin: 30px 0 0;
  }
}
@media (max-width: 750px) {
  .access .access-box .access-btn img {
    height: 38.5px;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.youtube .arrow,
.youtube .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.youtube .arrow {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  /* 矢印背景色　*/
  pointer-events: none;
}

.youtube .arrow::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #222;
  /* 矢印色　*/
}

.youtube img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cause {
  background: url(../img/cause_bg01.png) center top no-repeat;
  background-size: 100%;
  padding: 100px 0 100px;
}
@media (max-width: 750px) {
  .cause {
    padding: 13.333vw 0 13.333vw;
  }
}
.cause .text01 {
  text-align: center;
  color: #fff;
  font-size: 4.2rem;
  padding: 0 0 80px;
}
@media (max-width: 750px) {
  .cause .text01 {
    font-size: 5.6vw;
    padding: 0 0 10.666vw;
  }
}
.cause .text02 {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  padding: 0 0 80px;
}
@media (max-width: 750px) {
  .cause .text02 {
    font-size: 4vw;
    padding: 0 0 10.666vw;
  }
}
.cause .text03 {
  text-align: center;
  color: #fff;
  font-size: 3.6rem;
}
@media (max-width: 750px) {
  .cause .text03 {
    font-size: 4.8vw;
  }
}
.cause .text04 {
  text-align: center;
  color: #fff;
  font-size: 4.2rem;
}
@media (max-width: 750px) {
  .cause .text04 {
    font-size: 5.6vw;
  }
}
.cause .text04 span {
  background: #330201;
  padding: 5px 40px;
}
@media (max-width: 750px) {
  .cause .text04 span {
    padding: 2.5px 20px 5px;
  }
}

.part {
  background: #802017;
  padding: 0 0 70px;
}
@media (max-width: 750px) {
  .part {
    padding: 0 0 35px;
  }
}
.part h2 {
  margin: 0;
}
.part h3 {
  text-align: center;
  color: #fff;
  font-size: 4.2rem;
  background: #c41f1e;
  padding: 5px 0 14px;
}
@media (max-width: 750px) {
  .part h3 {
    font-size: 2.1rem;
    padding: 2.5px 0 7px;
  }
}
.part .ex-image {
  text-align: center;
}
.part .graph-area {
  position: relative;
}
@media (max-width: 750px) {
  .part .graph-area {
    max-width: 375px;
    margin: 0 auto;
  }
}
.part .graph-area ul li {
  position: absolute;
  z-index: 2;
}
.part .graph-area ul li.pt07 {
  top: 60px;
  left: 30px;
}
@media (max-width: 750px) {
  .part .graph-area ul li.pt07 {
    top: 30px;
    left: 15px;
  }
}
.part .graph-area ul li.pt09 {
  top: 180px;
  left: 30px;
  width: 180px;
  text-align: left;
}
@media (max-width: 750px) {
  .part .graph-area ul li.pt09 {
    top: 90px;
    left: 15px;
    width: 90px;
  }
}
.part .graph-area ul li.pt10 {
  top: 240px;
  left: 30px;
  width: 180px;
  text-align: left;
}
@media (max-width: 750px) {
  .part .graph-area ul li.pt10 {
    top: 120px;
    left: 15px;
    width: 90px;
  }
}
.part .graph-area ul li.pt11 {
  top: 390px;
  left: 30px;
  width: 220px;
  text-align: left;
}
@media (max-width: 750px) {
  .part .graph-area ul li.pt11 {
    top: 195px;
    left: 15px;
    width: 110px;
  }
}
.part .graph-area ul li.pt03 {
  top: 624px;
  width: 300px;
  left: 30px;
}
@media (max-width: 750px) {
  .part .graph-area ul li.pt03 {
    top: 312px;
    left: 15px;
    width: 150px;
  }
}
.part .graph-area ul li.pt02 {
  top: 580px;
  width: 300px;
  left: 30px;
}
@media (max-width: 750px) {
  .part .graph-area ul li.pt02 {
    top: 290px;
    width: 150px;
    left: 15px;
  }
}
.part .graph-area ul li.pt01 {
  top: 526px;
  width: 300px;
  left: 30px;
}
@media (max-width: 750px) {
  .part .graph-area ul li.pt01 {
    top: 263px;
    width: 150px;
    left: 15px;
  }
}
.part .graph-area ul li.pt08 {
  top: 60px;
  width: inherit;
  right: 30px;
}
@media (max-width: 750px) {
  .part .graph-area ul li.pt08 {
    top: 30px;
    width: inherit;
    right: 15px;
  }
}
.part .graph-area ul li.pt04 {
  top: 150px;
  width: 200px;
  right: 30px;
}
@media (max-width: 750px) {
  .part .graph-area ul li.pt04 {
    top: 75px;
    width: 100px;
    right: 15px;
  }
}
.part .graph-area ul li.pt05 {
  top: 204px;
  width: 200px;
  right: 30px;
}
@media (max-width: 750px) {
  .part .graph-area ul li.pt05 {
    top: 102px;
    width: 100px;
    right: 15px;
  }
}
.part .graph-area ul li.pt06 {
  top: 258px;
  width: 200px;
  right: 30px;
}
@media (max-width: 750px) {
  .part .graph-area ul li.pt06 {
    top: 129px;
    width: 100px;
    right: 15px;
  }
}
.part .graph-area ul li.pt12 {
  top: 400px;
  width: 230px;
  right: 30px;
}
@media (max-width: 750px) {
  .part .graph-area ul li.pt12 {
    top: 200px;
    width: 115px;
    right: 15px;
  }
}
.part .graph-area ul li.pt13 {
  top: 550px;
  width: 230px;
  right: 30px;
}
@media (max-width: 750px) {
  .part .graph-area ul li.pt13 {
    top: 275px;
    width: 115px;
    right: 15px;
  }
}
.part .graph-area ul li a {
  display: block;
  background: #541610;
  color: #f2e5e5;
  font-family: "NotoSansJP-Regular";
  font-size: 2.6rem;
  padding: 10px 15px 20px;
  margin: 0 0 20px;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.5;
  text-indent: -25px;
  padding-left: 40px;
}
@media (max-width: 750px) {
  .part .graph-area ul li a {
    font-size: 1.3rem;
    padding: 5px 7.5px 10px;
    margin: 0 0 0;
    text-indent: -12.5px;
    padding-left: 20px;
  }
}
.part .graph-area ul li:last-child {
  margin: 0;
}
.part .graph-area ul li span {
  color: #822118;
  font-size: 2rem;
}
@media (max-width: 750px) {
  .part .graph-area ul li span {
    font-size: 1rem;
  }
}
.part .graph-area ul li.left a {
  text-align: left;
  padding-left: 40px;
  text-indent: -25px;
}
@media (max-width: 750px) {
  .part .graph-area ul li.left a {
    padding-left: 20px;
    text-indent: -12.5px;
  }
}
.part .sub-text {
  color: #fff;
  font-family: "NotoSansJP-Light";
  font-size: 3rem;
  margin: -70px 0 60px;
}
@media (max-width: 750px) {
  .part .sub-text {
    font-size: 1.5rem;
    margin: -35px 0 30px;
  }
}
.part .part-list .item {
  padding-top: 0 !important;
  padding-bottom: 10px !important;
}
@media (max-width: 750px) {
  .part .part-list .item {
    padding-bottom: 5px !important;
  }
}
.part .part-list .item .item-in {
  border: 2px solid #c63729;
  background: url(../img/couse_img02.png) center top no-repeat;
  height: 100%;
  padding: 90px 20px 65px;
}
@media (max-width: 750px) {
  .part .part-list .item .item-in {
    background-size: 170px;
    border: 1px solid #c63729;
    padding: 45px 10px 30px;
  }
}
.part .part-list .item .item-in h4 {
  text-align: center;
  color: #fff;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 3.6rem;
  font-family: "ZenOldMincho-Regular";
  letter-spacing: 0;
  line-height: 1;
  height: 90px;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .part .part-list .item .item-in h4 {
    font-size: 1.8rem;
    height: 45px;
    margin: 0 0 15px;
  }
}
.part .part-list .item .item-in h4 span {
  font-size: 2.4rem;
  line-height: 1;
  display: block;
}
@media (max-width: 750px) {
  .part .part-list .item .item-in h4 span {
    font-size: 1.2rem;
  }
}
.part .part-list .item .img {
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  .part .part-list .item .img {
    margin: 0 0 25px;
  }
}
.part .part-list .item ul li a {
  display: block;
  background: #541610;
  color: #fff;
  font-family: "NotoSansJP-Regular";
  font-size: 2.6rem;
  padding: 0 15px 10px;
  margin: 0 0 20px;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 750px) {
  .part .part-list .item ul li a {
    font-size: 1.3rem;
    padding: 0 7.5px 5px;
    margin: 0 0 10px;
  }
}
.part .part-list .item ul li:last-child {
  margin: 0;
}
.part .part-list .item ul li span {
  color: #822118;
  font-size: 2rem;
}
@media (max-width: 750px) {
  .part .part-list .item ul li span {
    font-size: 1rem;
  }
}
.part .part-list .item ul li.left a {
  text-align: left;
  padding-left: 40px;
  text-indent: -25px;
}
@media (max-width: 750px) {
  .part .part-list .item ul li.left a {
    padding-left: 20px;
    text-indent: -12.5px;
  }
}

.treatment {
  background: #bf1e1d;
  padding: 0 0 70px;
}
@media (max-width: 750px) {
  .treatment {
    padding: 0 0 35px;
  }
}
.treatment h2 {
  margin: 0;
}
.treatment h3 {
  text-align: center;
  color: #fff;
  font-size: 4.2rem;
  background: #541610;
  padding: 5px 0 15px;
}
@media (max-width: 750px) {
  .treatment h3 {
    font-size: 2.1rem;
    padding: 2.5px 0 7px;
  }
}
.treatment .ex-box {
  background: #802017;
  padding: 30px 30px 100px;
  margin: 80px 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .treatment .ex-box {
    padding: 15px 15px 50px;
    margin: 40px 0 0;
  }
}
.treatment .ex-box:before {
  position: absolute;
  top: 50px;
  left: -30px;
  content: "";
  display: block;
  width: 95px;
  height: 130px;
  background: url(../img/treatment_bg_left.png) left top no-repeat;
}
@media (max-width: 750px) {
  .treatment .ex-box:before {
    background-size: 100%;
    top: 25px;
    left: -15px;
    content: "";
    display: block;
    width: 47.5px;
    height: 65px;
  }
}
.treatment .ex-box:after {
  position: absolute;
  top: 50px;
  right: -30px;
  content: "";
  display: block;
  width: 95px;
  height: 130px;
  background: url(../img/treatment_bg_right.png) left top no-repeat;
}
@media (max-width: 750px) {
  .treatment .ex-box:after {
    background-size: 100%;
    top: 25px;
    right: -15px;
    content: "";
    display: block;
    width: 47.5px;
    height: 65px;
  }
}
.treatment .ex-box h4 {
  text-align: center;
  color: #fff;
  font-size: 4.8rem;
  font-family: "ZenOldMincho-Regular";
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .treatment .ex-box h4 {
    font-size: 2.4rem;
  }
}
.treatment .ex-box h4 small {
  display: block;
  font-size: 3.6rem;
  text-align: center;
  color: #fff;
  position: relative;
  top: -20px;
}
@media (max-width: 750px) {
  .treatment .ex-box h4 small {
    font-size: 1.8rem;
    top: -10px;
  }
}
.treatment .ex-box .more-wrap {
  display: none;
}
.treatment .ex-box .more-area {
  background: #fdede3;
  padding: 50px 30px 70px;
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  .treatment .ex-box .more-area {
    padding: 25px 15px 35px;
    margin: 0 0 35px;
  }
}
.treatment .ex-box .tag-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  .treatment .ex-box .tag-list {
    margin: 0 0 20px;
  }
}
.treatment .ex-box .tag-list li {
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  background: #541610;
  font-family: "NotoSansJP-Light";
  padding: 0 25px 4px;
}
@media (max-width: 750px) {
  .treatment .ex-box .tag-list li {
    margin: 0 5px;
    font-size: 1.3rem;
    padding: 0 12.5px 4px;
  }
}
.treatment .ex-box .main-img {
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  .treatment .ex-box .main-img {
    margin: 0 0 20px;
  }
}
.treatment .ex-box h5 {
  color: #fff;
  font-size: 4.2rem;
  font-family: "ZenOldMincho-Regular";
  margin: 0 0 20px;
  line-height: 1.71;
  padding: 0 30px 15px;
  letter-spacing: -0.04em;
}
@media (max-width: 750px) {
  .treatment .ex-box h5 {
    font-size: 2.1rem;
    margin: 0 0 10px;
    padding: 0 15px 7.5px;
  }
}
.treatment .ex-box .ex-text {
  padding: 0 0 60px;
}
@media (max-width: 750px) {
  .treatment .ex-box .ex-text {
    padding: 0 0 30px;
  }
}
.treatment .ex-box .ex-text p {
  font-family: "NotoSansJP-Light";
  font-size: 3rem;
  color: #0d1716;
  margin: 0 0 0.6em;
}
@media (max-width: 750px) {
  .treatment .ex-box .ex-text p {
    font-size: 1.5rem;
  }
}
.treatment .ex-box .ex-text p:last-child {
  margin: 0;
}
.treatment .ex-box .ex-text02 {
  padding: 60px 0 0;
}
@media (max-width: 750px) {
  .treatment .ex-box .ex-text02 {
    padding: 30px 0 0;
  }
}
.treatment .ex-box .ex-text02 p {
  font-family: "NotoSansJP-Light";
  font-size: 3rem;
  color: #0d1716;
  margin: 0 0 0.6em;
}
@media (max-width: 750px) {
  .treatment .ex-box .ex-text02 p {
    font-size: 1.5rem;
  }
}
.treatment .ex-box .ex-text02 p:last-child {
  margin: 0;
}
.treatment .ex-box .ex-text03 {
  padding: 40px 0 0;
}
@media (max-width: 750px) {
  .treatment .ex-box .ex-text03 {
    padding: 20px 0 0;
  }
}
.treatment .ex-box .ex-text03 p {
  font-family: "NotoSansJP-Light";
  font-size: 3rem;
  color: #0d1716;
  margin: 0 0 0.6em;
}
@media (max-width: 750px) {
  .treatment .ex-box .ex-text03 p {
    font-size: 1.5rem;
  }
}
.treatment .ex-box .ex-text03 p:last-child {
  margin: 0;
}
.treatment .ex-box .sub-img02 {
  margin: 60px 0 0;
}
@media (max-width: 750px) {
  .treatment .ex-box .sub-img02 {
    margin: 30px 0 0;
  }
}
.treatment .ex-box .table-area {
  margin: 80px 0 0;
}
@media (max-width: 750px) {
  .treatment .ex-box .table-area {
    margin: 40px 0 0;
  }
}
.treatment .ex-box .table-area table {
  border: 2px solid #bf1e1d;
  width: 100%;
}
@media (max-width: 750px) {
  .treatment .ex-box .table-area table {
    border: 1px solid #bf1e1d;
  }
}
.treatment .ex-box .table-area table tbody tr th {
  background: #bf1e1d;
  border-bottom: 2px solid #802017;
  width: 240px;
  padding: 30px 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 2.8rem;
  color: #fff;
  font-family: "NotoSansJP-Light";
}
@media (max-width: 750px) {
  .treatment .ex-box .table-area table tbody tr th {
    border-bottom: 1px solid #802017;
    width: 120px;
    padding: 15px 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4rem;
  }
}
.treatment .ex-box .table-area table tbody tr:last-child th {
  border: none;
}
.treatment .ex-box .table-area table tbody tr:last-child td {
  border: none;
}
.treatment .ex-box .table-area table tbody tr td {
  border-bottom: 2px solid #bf1e1d;
  background: #fff;
  padding: 30px 25px 30px 25px;
  font-size: 2.8rem;
  color: #0d1716;
  font-family: "NotoSansJP-Light";
}
@media (max-width: 750px) {
  .treatment .ex-box .table-area table tbody tr td {
    border-bottom: 1px solid #bf1e1d;
    padding: 15px 15px 15px 15px;
    font-size: 1.4rem;
  }
}
.treatment .ex-box .acc-btn {
  margin: 0 32px;
}
@media (max-width: 750px) {
  .treatment .ex-box .acc-btn {
    margin: 0 16px;
  }
}
.treatment .ex-box .acc-btn a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  font-size: 3rem;
  font-family: "NotoSansJP-Regular";
  border: 2px solid #fff;
  padding: 10px;
}
@media (max-width: 750px) {
  .treatment .ex-box .acc-btn a {
    font-size: 1.5rem;
    border: 1px solid #fff;
    padding: 5px;
  }
}
.treatment .ex-box .acc-btn a i {
  width: 25px;
  height: 22px;
  background: url(../img/icon_open.png) center top no-repeat;
  margin: 0 10px 0 0;
}
@media (max-width: 750px) {
  .treatment .ex-box .acc-btn a i {
    width: 12.5px;
    height: 11px;
    margin: 0 5px 0 0;
    background-size: 100%;
  }
}
.treatment .ex-box .acc-btn a.active i {
  background: url(../img/icon_close.png) center top no-repeat;
}
@media (max-width: 750px) {
  .treatment .ex-box .acc-btn a.active i {
    background-size: 100%;
  }
}
.treatment .ex-box .option-box {
  border: 2px solid #bf1e1d;
  margin: 50px 0 0;
}
@media (max-width: 750px) {
  .treatment .ex-box .option-box {
    border: 1px solid #bf1e1d;
    margin: 25px 0 0;
  }
}
.treatment .ex-box .option-box h5 {
  font-family: "NotoSansJP-Light";
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  background: #bf1e1d;
  padding: 7px 0 12px;
  margin: 0;
}
@media (max-width: 750px) {
  .treatment .ex-box .option-box h5 {
    font-size: 1.4rem;
    padding: 3.5px 0 6px;
  }
}
.treatment .ex-box .option-box .text-area {
  padding: 50px 30px;
  background: #fff;
}
@media (max-width: 750px) {
  .treatment .ex-box .option-box .text-area {
    padding: 25px 15px;
  }
}
.treatment .ex-box .option-box .text-area p {
  color: #0d1716;
  font-size: 2.8rem;
  font-family: "NotoSansJP-Light";
}
@media (max-width: 750px) {
  .treatment .ex-box .option-box .text-area p {
    font-size: 1.4rem;
  }
}

.mistake {
  background: url(../img/mistake_bg.png) center top no-repeat #d3dfe0;
  padding: 0 0 120px;
}
@media (max-width: 750px) {
  .mistake {
    padding: 0 0 60px;
    background-size: 100%;
  }
}
.mistake h2 {
  margin: 0;
}
.mistake h3 {
  text-align: center;
  color: #fff;
  font-size: 4.2rem;
  background: #355b5b;
  padding: 5px 0 14px;
}
@media (max-width: 750px) {
  .mistake h3 {
    font-size: 2.1rem;
    padding: 2.5px 0 7px;
  }
}
.mistake .acc-list dl {
  margin: 80px 0 0;
  background: #f9fafa;
}
@media (max-width: 750px) {
  .mistake .acc-list dl {
    margin: 40px 0 0;
  }
}
.mistake .acc-list dl dt {
  background: url(../img/acc_bg02.png) right 60px center no-repeat;
}
@media (max-width: 750px) {
  .mistake .acc-list dl dt {
    background: url(../img/acc_bg02.png) right 30px center no-repeat;
    background-size: 85px;
  }
}
.mistake .acc-list dl dt a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: url(../img/acc_down.png) right 60px center no-repeat;
  font-size: 3.8rem;
  color: #355b5b;
  font-family: "ZenOldMincho-SemiBold";
  line-height: 1.68;
  padding: 60px 60px;
}
@media (max-width: 750px) {
  .mistake .acc-list dl dt a {
    background: url(../img/acc_down.png) right 30px center no-repeat;
    font-size: 1.9rem;
    padding: 30px 30px;
    background-size: 22px;
  }
}
.mistake .acc-list dl dt a span {
  margin: 0 30px 0 0;
}
@media (max-width: 750px) {
  .mistake .acc-list dl dt a span {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 750px) {
  .mistake .acc-list dl dt a span img {
    width: 25px;
  }
}
.mistake .acc-list dl dt.active a {
  background: url(../img/acc_up.png) right 60px center no-repeat;
}
@media (max-width: 750px) {
  .mistake .acc-list dl dt.active a {
    background: url(../img/acc_up.png) right 30px center no-repeat;
    background-size: 22px;
  }
}
.mistake .acc-list dl dd {
  padding: 0 0 120px;
  display: none;
}
@media (max-width: 750px) {
  .mistake .acc-list dl dd {
    padding: 0 0 60px;
  }
}
.mistake .acc-list dl dd .img {
  text-align: center;
}
@media (max-width: 750px) {
  .mistake .acc-list dl dd .img.pt02 img {
    width: 185px;
  }
}
.mistake .acc-list dl dd .img.pt03 {
  margin: 60px 0;
}
@media (max-width: 750px) {
  .mistake .acc-list dl dd .img.pt03 {
    margin: 30px 0;
  }
}
@media (max-width: 750px) {
  .mistake .acc-list dl dd .img.pt03 img {
    width: 183px;
  }
}
@media (max-width: 750px) {
  .mistake .acc-list dl dd .img.pt04 img {
    width: 183px;
  }
}
.mistake .acc-list dl dd .ex-wrap {
  margin: 0 60px;
  padding: 60px 0;
  border-top: 1px solid #355b5b;
}
@media (max-width: 750px) {
  .mistake .acc-list dl dd .ex-wrap {
    margin: 0 30px;
    padding: 30px 0;
  }
}
.mistake .acc-list dl dd .ex-wrap p {
  line-height: 2;
  font-family: "NotoSansJP-Light";
  margin-bottom: 1.5em;
  font-size: 3rem;
}
@media (max-width: 750px) {
  .mistake .acc-list dl dd .ex-wrap p {
    font-size: 1.5rem;
  }
}
.mistake .acc-list dl dd .ex-wrap p:last-child {
  margin: 0;
}
.mistake .acc-list dl dd .ex-wrap p strong {
  color: #355b5b;
  font-family: "NotoSansJP-Bold";
}

.modal {
  display: none;
  position: fixed;
  z-index: 9998;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: #330201;
  animation-name: bgChange;
  animation-duration: 1s;
}
.modal .modal-box {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 690px;
  width: 100%;
  border-radius: 0;
  position: relative;
  height: 80vh;
  overflow-y: scroll;
}
@media (max-width: 750px) {
  .modal .modal-box {
    width: 90%;
  }
}
.modal .modal-box .modalClose {
  position: absolute;
  top: 35px;
  right: 60px;
  z-index: 9999;
  cursor: pointer;
}
@media (max-width: 750px) {
  .modal .modal-box .modalClose {
    top: 17px;
    right: 30px;
  }
}
@media (max-width: 750px) {
  .modal .modal-box .modalClose img {
    width: 20px;
  }
}
.modal .modal-box .ex-box {
  background: #802017;
  padding: 30px 30px 70px;
  margin: 0 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box {
    padding: 15px 15px 35px;
    margin: 0 0 0;
  }
}
.modal .modal-box .ex-box:before {
  position: absolute;
  top: 50px;
  left: -30px;
  content: "";
  display: block;
  width: 95px;
  height: 130px;
  background: url(../img/treatment_bg_left.png) left top no-repeat;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box:before {
    background-size: 100%;
    top: 25px;
    left: -15px;
    content: "";
    display: block;
    width: 47.5px;
    height: 65px;
  }
}
.modal .modal-box .ex-box:after {
  position: absolute;
  top: 50px;
  right: -30px;
  content: "";
  display: block;
  width: 95px;
  height: 130px;
  background: url(../img/treatment_bg_right.png) left top no-repeat;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box:after {
    background-size: 100%;
    top: 25px;
    right: -15px;
    content: "";
    display: block;
    width: 47.5px;
    height: 65px;
  }
}
.modal .modal-box .ex-box h4 {
  text-align: center;
  color: #fff;
  font-size: 4.8rem;
  font-family: "ZenOldMincho-Regular";
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box h4 {
    font-size: 2.4rem;
  }
}
.modal .modal-box .ex-box h4 small {
  display: block;
  font-size: 3.6rem;
  text-align: center;
  color: #fff;
  position: relative;
  top: -20px;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box h4 small {
    font-size: 1.8rem;
    top: -10px;
  }
}
.modal .modal-box .ex-box .more-area {
  background: #fdede3;
  padding: 50px 30px 70px;
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box .more-area {
    padding: 25px 15px 35px;
    margin: 0 0 35px;
  }
}
.modal .modal-box .ex-box .tag-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box .tag-list {
    margin: 0 0 20px;
  }
}
.modal .modal-box .ex-box .tag-list li {
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  background: #541610;
  font-family: "NotoSansJP-Light";
  padding: 0 25px 4px;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box .tag-list li {
    margin: 0 5px;
    font-size: 1.3rem;
    padding: 0 12.5px 4px;
  }
}
.modal .modal-box .ex-box .main-img {
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box .main-img {
    margin: 0 0 20px;
  }
}
.modal .modal-box .ex-box h5 {
  color: #fff;
  font-size: 4.2rem;
  font-family: "ZenOldMincho-Regular";
  margin: 0 0 20px;
  line-height: 1.71;
  padding: 0 30px 15px;
  letter-spacing: -0.04em;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box h5 {
    font-size: 2.1rem;
    margin: 0 0 10px;
    padding: 0 15px 7.5px;
  }
}
.modal .modal-box .ex-box .ex-text {
  padding: 0 0 60px;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box .ex-text {
    padding: 0 0 30px;
  }
}
.modal .modal-box .ex-box .ex-text p {
  font-family: "NotoSansJP-Light";
  font-size: 3rem;
  color: #0d1716;
  margin: 0 0 0.6em;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box .ex-text p {
    font-size: 1.5rem;
  }
}
.modal .modal-box .ex-box .ex-text p:last-child {
  margin: 0;
}
.modal .modal-box .ex-box .ex-text02 {
  padding: 60px 0 0;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box .ex-text02 {
    padding: 30px 0 0;
  }
}
.modal .modal-box .ex-box .ex-text02 p {
  font-family: "NotoSansJP-Light";
  font-size: 3rem;
  color: #0d1716;
  margin: 0 0 0.6em;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box .ex-text02 p {
    font-size: 1.5rem;
  }
}
.modal .modal-box .ex-box .ex-text02 p:last-child {
  margin: 0;
}
.modal .modal-box .ex-box .ex-text03 {
  padding: 40px 0 0;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box .ex-text03 {
    padding: 20px 0 0;
  }
}
.modal .modal-box .ex-box .ex-text03 p {
  font-family: "NotoSansJP-Light";
  font-size: 3rem;
  color: #0d1716;
  margin: 0 0 0.6em;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box .ex-text03 p {
    font-size: 1.5rem;
  }
}
.modal .modal-box .ex-box .ex-text03 p:last-child {
  margin: 0;
}
.modal .modal-box .ex-box .sub-img02 {
  margin: 60px 0 0;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box .sub-img02 {
    margin: 30px 0 0;
  }
}
.modal .modal-box .ex-box .table-area {
  margin: 80px 0 0;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box .table-area {
    margin: 40px 0 0;
  }
}
.modal .modal-box .ex-box .table-area table {
  border: 2px solid #bf1e1d;
  width: 100%;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box .table-area table {
    border: 1px solid #bf1e1d;
  }
}
.modal .modal-box .ex-box .table-area table tbody tr th {
  background: #bf1e1d;
  border-bottom: 2px solid #802017;
  width: 240px;
  padding: 30px 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 2.8rem;
  color: #fff;
  font-family: "NotoSansJP-Light";
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box .table-area table tbody tr th {
    border-bottom: 1px solid #802017;
    width: 120px;
    padding: 15px 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4rem;
  }
}
.modal .modal-box .ex-box .table-area table tbody tr:last-child th {
  border: none;
}
.modal .modal-box .ex-box .table-area table tbody tr:last-child td {
  border: none;
}
.modal .modal-box .ex-box .table-area table tbody tr td {
  border-bottom: 2px solid #bf1e1d;
  background: #fff;
  padding: 30px 25px 30px 25px;
  font-size: 2.8rem;
  color: #0d1716;
  font-family: "NotoSansJP-Light";
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box .table-area table tbody tr td {
    border-bottom: 1px solid #bf1e1d;
    padding: 15px 15px 15px 15px;
    font-size: 1.4rem;
  }
}
.modal .modal-box .ex-box .acc-btn {
  margin: 0 32px;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box .acc-btn {
    margin: 0 16px;
  }
}
.modal .modal-box .ex-box .acc-btn a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  font-size: 3rem;
  font-family: "NotoSansJP-Regular";
  border: 2px solid #fff;
  padding: 10px;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box .acc-btn a {
    font-size: 1.5rem;
    border: 1px solid #fff;
    padding: 5px;
  }
}
.modal .modal-box .ex-box .acc-btn a i {
  width: 25px;
  height: 22px;
  background: url(../img/icon_open.png) center top no-repeat;
  margin: 0 10px 0 0;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box .acc-btn a i {
    width: 12.5px;
    height: 11px;
    margin: 0 5px 0 0;
    background-size: 100%;
  }
}
.modal .modal-box .ex-box .acc-btn a.active i {
  background: url(../img/icon_close.png) center top no-repeat;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box .acc-btn a.active i {
    background-size: 100%;
  }
}
.modal .modal-box .ex-box .option-box {
  border: 2px solid #bf1e1d;
  margin: 50px 0 0;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box .option-box {
    border: 1px solid #bf1e1d;
    margin: 25px 0 0;
  }
}
.modal .modal-box .ex-box .option-box h5 {
  font-family: "NotoSansJP-Light";
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  background: #bf1e1d;
  padding: 7px 0 12px;
  margin: 0;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box .option-box h5 {
    font-size: 1.4rem;
    padding: 3.5px 0 6px;
  }
}
.modal .modal-box .ex-box .option-box .text-area {
  padding: 50px 30px;
  background: #fff;
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box .option-box .text-area {
    padding: 25px 15px;
  }
}
.modal .modal-box .ex-box .option-box .text-area p {
  color: #0d1716;
  font-size: 2.8rem;
  font-family: "NotoSansJP-Light";
}
@media (max-width: 750px) {
  .modal .modal-box .ex-box .option-box .text-area p {
    font-size: 1.4rem;
  }
}

.comparison {
  background: #911e13;
  padding: 0 0 120px;
}
@media (max-width: 750px) {
  .comparison {
    padding: 0 0 60px;
  }
}
.comparison h2 {
  margin: 0;
}
.comparison h3 {
  text-align: center;
  color: #fff;
  font-size: 4.2rem;
  background: #541610;
  padding: 5px 0 14px;
  margin: 0 0 35px;
}
@media (max-width: 750px) {
  .comparison h3 {
    font-size: 2.1rem;
    padding: 2.5px 0 7px;
    margin: 0 0 17.5px;
  }
}
.comparison .table-area p {
  text-align: right;
  font-size: 2.6rem;
  color: #fff;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .comparison .table-area p {
    font-size: 1.3rem;
    margin: 0 0 5px;
  }
}
.comparison .table-area table {
  width: 100%;
}
.comparison .table-area table thead tr th {
  width: 20%;
  text-align: center;
}
.comparison .table-area table thead tr td {
  width: 20%;
  text-align: center;
  text-align: center;
  color: #fff;
  font-family: "NotoSansJP-Light";
  font-size: 2.4rem;
  border-bottom: 2px solid #77180f;
  height: 135px;
  background: #541610;
  border-right: 2px solid #bf1e1d;
}
@media (max-width: 750px) {
  .comparison .table-area table thead tr td {
    font-size: 1.2rem;
    border-bottom: 1px solid #77180f;
    height: 67.5px;
    border-right: 1px solid #bf1e1d;
  }
}
.comparison .table-area table thead tr td:last-child {
  border-right: none;
}
.comparison .table-area table tbody tr th {
  background: #c41f1e;
  text-align: center;
  color: #fff;
  font-family: "NotoSansJP-Light";
  font-size: 2.4rem;
  border-bottom: 2px solid #77180f;
  height: 135px;
}
@media (max-width: 750px) {
  .comparison .table-area table tbody tr th {
    font-size: 1.2rem;
    border-bottom: 2px solid #77180f;
    height: 67.5px;
  }
}
.comparison .table-area table tbody tr td {
  border: 2px solid #bf1e1d;
  text-align: center;
  color: #fff;
  font-family: "NotoSansJP-Light";
  font-size: 2.4rem;
  background: #77180f;
}
@media (max-width: 750px) {
  .comparison .table-area table tbody tr td {
    border: 1px solid #bf1e1d;
    font-size: 1.2rem;
  }
}
.comparison .table-area table tbody tr td:last-child {
  border-right: none;
}
.comparison .table-area table tbody tr:last-child th, .comparison .table-area table tbody tr:last-child td {
  border-bottom: none;
}
.comparison .ex-box {
  background: #541610;
  padding: 40px 30px 100px;
  margin: 80px 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .comparison .ex-box {
    padding: 20px 15px 50px;
    margin: 40px 0 0;
  }
}
.comparison .ex-box:before {
  position: absolute;
  top: 30px;
  left: -30px;
  content: "";
  display: block;
  width: 95px;
  height: 130px;
  background: url(../img/comparison_bg_left.png) left top no-repeat;
}
@media (max-width: 750px) {
  .comparison .ex-box:before {
    top: 15px;
    left: -15px;
    width: 47.5px;
    height: 65px;
    background: url(../img/comparison_bg_left.png) left top no-repeat;
    background-size: 100%;
  }
}
.comparison .ex-box:after {
  position: absolute;
  top: 30px;
  right: -30px;
  content: "";
  display: block;
  width: 95px;
  height: 130px;
  background: url(../img/comparison_bg_right.png) right top no-repeat;
}
@media (max-width: 750px) {
  .comparison .ex-box:after {
    top: 15px;
    right: -15px;
    width: 47.5px;
    height: 65px;
    background: url(../img/comparison_bg_right.png) right top no-repeat;
    background-size: 100%;
  }
}
.comparison .ex-box h4 {
  text-align: center;
  color: #fff;
  font-size: 4.8rem;
  font-family: "ZenOldMincho-Regular";
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  .comparison .ex-box h4 {
    font-size: 2.4rem;
    margin: 0 0 20px;
  }
}
.comparison .ex-box h4 small {
  display: block;
  font-size: 3.6rem;
  text-align: center;
  color: #fff;
  position: relative;
  top: -20px;
}
@media (max-width: 750px) {
  .comparison .ex-box h4 small {
    font-size: 1.8rem;
    top: -10px;
  }
}
.comparison .ex-box .box {
  background: #911e13;
}
.comparison .ex-box .main-img {
  text-align: center;
  padding: 75px 20px 90px;
}
@media (max-width: 750px) {
  .comparison .ex-box .main-img {
    padding: 27.5px 10px 45px;
  }
}
.comparison .ex-box .bottom-area {
  background: #c41f1e;
  position: relative;
  padding: 90px 30px 40px;
}
@media (max-width: 750px) {
  .comparison .ex-box .bottom-area {
    padding: 45px 15px 20px;
  }
}
.comparison .ex-box .bottom-area.pt02 {
  padding-top: 110px;
}
@media (max-width: 750px) {
  .comparison .ex-box .bottom-area.pt02 {
    padding-top: 55px;
  }
}
.comparison .ex-box .bottom-area .icon {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: -55px;
}
@media (max-width: 750px) {
  .comparison .ex-box .bottom-area .icon {
    top: -27.5px;
  }
}
@media (max-width: 750px) {
  .comparison .ex-box .bottom-area .icon img {
    width: 55px;
  }
}
.comparison .ex-box .bottom-area .icon.pt02 {
  top: -75px;
}
@media (max-width: 750px) {
  .comparison .ex-box .bottom-area .icon.pt02 {
    top: -37.5px;
  }
}
@media (max-width: 750px) {
  .comparison .ex-box .bottom-area .icon.pt02 img {
    width: 74px;
  }
}
.comparison .ex-box .bottom-area .price {
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  .comparison .ex-box .bottom-area .price {
    margin: 0 0 20px;
  }
}
.comparison .ex-box .bottom-area .price span {
  display: inline-block;
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  font-family: "ZenOldMincho-Regular";
  border: 1px solid #fff;
  width: 330px;
  line-height: 1;
  padding: 15px 0 20px;
}
@media (max-width: 750px) {
  .comparison .ex-box .bottom-area .price span {
    font-size: 1.4rem;
    width: 165px;
    padding: 7.5px 0 10px;
  }
}
.comparison .ex-box .bottom-area .price span strong {
  font-size: 4.2rem;
  letter-spacing: -0.2em;
  margin: 0 10px;
}
@media (max-width: 750px) {
  .comparison .ex-box .bottom-area .price span strong {
    font-size: 2.1rem;
    margin: 0 5px;
  }
}
.comparison .ex-box .bottom-area .text {
  color: #fff;
  font-size: 2.6rem;
  line-height: 2;
  font-family: "NotoSansJP-Light";
}
@media (max-width: 750px) {
  .comparison .ex-box .bottom-area .text {
    font-size: 1.3rem;
  }
}

.combination {
  background: #af1b1b;
  padding: 0 0 120px;
}
@media (max-width: 750px) {
  .combination {
    padding: 0 0 60px;
  }
}
.combination h2 {
  margin: 0;
}
.combination .fukidashi {
  text-align: center;
  font-size: 3.6rem;
  color: #fff;
  background: url(../img/fukidshi_bg03.png) center bottom no-repeat;
  padding: 0 0 60px;
}
@media (max-width: 750px) {
  .combination .fukidashi {
    font-size: 1.8rem;
    padding: 0 0 30px;
    background-size: 290px;
  }
}
.combination .fukidashi span {
  font-size: 4.8rem;
}
@media (max-width: 750px) {
  .combination .fukidashi span {
    font-size: 2.4rem;
  }
}
.combination .ex-box {
  background: #541610;
  padding: 70px 30px 100px;
  margin: 80px 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .combination .ex-box {
    padding: 35px 15px 50px;
    margin: 40px 0 0;
  }
}
.combination .ex-box:before {
  position: absolute;
  top: 80px;
  left: -30px;
  content: "";
  display: block;
  width: 217px;
  height: 200px;
  background: url(../img/combination_bg_left.png) left top no-repeat;
}
@media (max-width: 750px) {
  .combination .ex-box:before {
    top: 40px;
    left: -15px;
    width: 108.5px;
    height: 100px;
    background-size: contain;
  }
}
.combination .ex-box:after {
  position: absolute;
  top: 80px;
  right: -30px;
  content: "";
  display: block;
  width: 217px;
  height: 200px;
  background: url(../img/combination_bg_right.png) right top no-repeat;
}
@media (max-width: 750px) {
  .combination .ex-box:after {
    top: 40px;
    right: -15px;
    width: 108.5px;
    height: 100px;
    background-size: contain;
  }
}
.combination .title01 {
  font-size: 5.2rem;
  font-family: "ZenOldMincho-Regular";
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media (max-width: 750px) {
  .combination .title01 {
    font-size: 2.6rem;
  }
}
.combination .title02 {
  font-size: 5.2rem;
  font-family: "ZenOldMincho-Regular";
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media (max-width: 750px) {
  .combination .title02 {
    font-size: 2.6rem;
  }
}
.combination .titleImage {
  text-align: center;
  margin: 15px 0 10px;
}
@media (max-width: 750px) {
  .combination .titleImage {
    margin: 10px 0 5px;
  }
}
@media (max-width: 750px) {
  .combination .titleImage img {
    width: 30px;
  }
}
.combination .text {
  padding: 90px 30px 0;
}
@media (max-width: 750px) {
  .combination .text {
    padding: 45px 15px 0;
  }
}
.combination .text p {
  font-family: "ZenOldMincho-Regular";
  color: #fff;
  font-size: 3.6rem;
}
@media (max-width: 750px) {
  .combination .text p {
    font-size: 1.8rem;
  }
}
.combination .tab-list {
  margin-top: 90px;
}
@media (max-width: 750px) {
  .combination .tab-list {
    margin-top: 45px;
  }
}
.combination .tab-list li {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.combination .tab-list li a {
  height: 100px;
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.16;
  background-color: #802016;
  border-radius: 20px 20px 0 0;
  font-family: "ZenOldMincho-Regular";
  text-align: center;
}
@media (max-width: 750px) {
  .combination .tab-list li a {
    height: 60px;
    font-size: 1.8rem;
    border-radius: 10px 10px 0 0;
  }
}
.combination .tab-list li.active a {
  background-color: #bf1e1d;
}
.combination .tab-content {
  background-color: #bf1e1d;
  padding: 50px 30px 80px;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 750px) {
  .combination .tab-content {
    padding: 25px 15px 40px;
    border-radius: 0 0 10px 10px;
  }
}
.combination .tab-content .detail-btn {
  margin: 50px 0 0;
}
@media (max-width: 750px) {
  .combination .tab-content .detail-btn {
    margin: 25px 0 0;
  }
}
.combination .tab-content .detail-btn a {
  display: block;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  font-size: 3rem;
  font-family: "NotoSansJP-Regular";
  padding: 15px 0 13px;
}
@media (max-width: 750px) {
  .combination .tab-content .detail-btn a {
    border: 1px solid #fff;
    font-size: 1.5rem;
    padding: 7.5px 0 6.5px;
  }
}

@keyframes bgChange {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.clinic {
  background: #911e13;
  padding: 0 0 120px;
}
@media (max-width: 750px) {
  .clinic {
    padding: 0 0 60px;
  }
}
.clinic h2 {
  margin: 0;
}
.clinic h3 {
  text-align: center;
  color: #fff;
  font-size: 4.2rem;
  background: #541610;
  padding: 5px 0 14px;
  margin: 0 0 35px;
}
@media (max-width: 750px) {
  .clinic h3 {
    font-size: 2.1rem;
    padding: 2.5px 0 7px;
    margin: 0 0 17.5px;
  }
}
.clinic .acc-list dl {
  margin: 80px 0 0;
  background: #541610;
}
@media (max-width: 750px) {
  .clinic .acc-list dl {
    margin: 40px 0 0;
  }
}
.clinic .acc-list dl dt {
  background: #541610;
}
.clinic .acc-list dl dt a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: url(../img/acc03_down.png) right 90px center no-repeat;
  font-size: 4.8rem;
  color: #fff;
  font-family: "ZenOldMincho-SemiBold";
  line-height: 1.68;
  padding: 45px 105px 50px 55px;
  letter-spacing: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .clinic .acc-list dl dt a {
    background: url(../img/acc03_down.png) right 45px center no-repeat;
    font-size: 2.4rem;
    padding: 22.5px 52.5px 25px 27.5px;
    background-size: 22px;
  }
}
.clinic .acc-list dl dt a:before {
  position: absolute;
  top: 25px;
  left: -30px;
  content: "";
  display: block;
  width: 95px;
  height: 130px;
  background: url(../img/clinic_bg_left.png) left top no-repeat;
}
@media (max-width: 750px) {
  .clinic .acc-list dl dt a:before {
    top: 12.5px;
    left: -15px;
    width: 47.5px;
    height: 65px;
    background-size: contain;
  }
}
.clinic .acc-list dl dt a:after {
  position: absolute;
  top: 25px;
  right: -30px;
  content: "";
  display: block;
  width: 95px;
  height: 130px;
  background: url(../img/clinic_bg_right.png) left top no-repeat;
}
@media (max-width: 750px) {
  .clinic .acc-list dl dt a:after {
    top: 12.5px;
    right: -15px;
    width: 47.5px;
    height: 65px;
    background-size: contain;
  }
}
.clinic .acc-list dl dt a i {
  width: 80px;
  display: block;
}
@media (max-width: 750px) {
  .clinic .acc-list dl dt a i {
    width: 40px;
  }
}
.clinic .acc-list dl dt a span {
  width: calc(100% - 80px);
  display: block;
}
@media (max-width: 750px) {
  .clinic .acc-list dl dt a span {
    width: calc(100% - 40px);
  }

}
.clinic .acc-list dl dt.active a {
  background: url(../img/acc03_up.png) right 90px center no-repeat;
}
@media (max-width: 750px) {
  .clinic .acc-list dl dt.active a {
    background: url(../img/acc03_up.png) right 45px center no-repeat;
    background-size: 22px;
  }
}
.clinic .acc-list dl dd {
  padding: 0 0 100px;
  display: none;
}
@media (max-width: 750px) {
  .clinic .acc-list dl dd {
    padding: 0 0 50px;
  }
}
.clinic .acc-list dl dd .top-area {
  padding: 0 60px;
}
@media (max-width: 750px) {
  .clinic .acc-list dl dd .top-area {
    padding: 0 30px;
  }
}
.clinic .acc-list dl dd .top-area .text {
  margin: 50px 0 0;
}
@media (max-width: 750px) {
  .clinic .acc-list dl dd .top-area .text {
    margin: 25px 0 0;
  }
}
.clinic .acc-list dl dd .top-area .text .address {
  font-size: 2.8rem;
  color: #fff;
  font-family: "NotoSansJP-Light";
  line-height: 1.875;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  .clinic .acc-list dl dd .top-area .text .address {
    font-size: 1.4rem;
    margin: 0 0 20px;
  }
}
.clinic .acc-list dl dd .top-area .text .address a {
  color: #e7e39b;
  font-family: "NotoSansJP-Medium";
}
.clinic .acc-list dl dd .top-area .text .access {
  font-size: 2.8rem;
  color: #fff;
  font-family: "NotoSansJP-Medium";
  line-height: 1.875;
}
@media (max-width: 750px) {
  .clinic .acc-list dl dd .top-area .text .access {
    font-size: 1.4rem;
  }
}
.clinic .acc-list dl dd .bottom-area {
  border: 2px solid #911e13;
  padding: 60px 30px 60px;
  margin: 70px 0 0;
}
@media (max-width: 750px) {
  .clinic .acc-list dl dd .bottom-area {
    border: 1px solid #911e13;
    padding: 30px 15px 30px;
    margin: 35px 0 0;
  }
}
.clinic .acc-list dl dd .bottom-area figure figcaption {
  font-size: 3.6rem;
  color: #fff;
  text-align: center;
  font-family: "ZenOldMincho-Regular";
  background: #911e13;
  padding: 15px 0 20px;
}
@media (max-width: 750px) {
  .clinic .acc-list dl dd .bottom-area figure figcaption {
    font-size: 1.8rem;
    padding: 7.5px 0 10px;
  }
}
.clinic .acc-list dl dd .bottom-area .prof-area {
  padding: 30px 45px 0;
}
@media (max-width: 750px) {
  .clinic .acc-list dl dd .bottom-area .prof-area {
    padding: 15px 22.5px 0;
  }
}
.clinic .acc-list dl dd .bottom-area .prof-area dl {
  margin: 0;
}
.clinic .acc-list dl dd .bottom-area .prof-area dl dt {
  text-align: center;
  font-family: "NotoSansJP-Light";
  color: #fff;
  font-size: 3rem;
}
@media (max-width: 750px) {
  .clinic .acc-list dl dd .bottom-area .prof-area dl dt {
    font-size: 1.5rem;
  }
}
.clinic .acc-list dl dd .bottom-area .prof-area dl dd {
  font-family: "NotoSansJP-Light";
  color: #fff;
  font-size: 3rem;
  display: block;
  letter-spacing: -0.02em;
  padding: 0 0 50px;
}
@media (max-width: 750px) {
  .clinic .acc-list dl dd .bottom-area .prof-area dl dd {
    font-size: 1.5rem;
    padding: 0 0 25px;
  }
}

.message {
  background: url(../img/point_bg.png) center top repeat-y;
  background-size: 100%;
  padding: 80px 0;
}
@media (max-width: 750px) {
  .message {
    padding: 40px 0;
  }
}
.message .message-box {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
@media (max-width: 750px) {
  .message .message-box {
    border-radius: 20px;
  }
}
.message .message-footer {
  font-size: 0;
}
.message .message-footer img {
  width: 100%;
}
.message .img {
  height: 0;
}
.message .img img {
  position: absolute;
  right: -30px;
  bottom: 0;
  text-align: right;
  border-radius: 0 0 0 40px;
}
@media (max-width: 750px) {
  .message .img img {
    right: -15px;
    border-radius: 0 0 0 20px;
    width: 168px;
  }
}
.message .message-body {
  background: url(../img/point_body.png) center top repeat-y;
  background-size: 100%;
  padding: 0 0 0;
}
.message .message-body .text {
  background: #0c2136;
  padding: 40px 60px;
}
@media (max-width: 750px) {
  .message .message-body .text {
    padding: 20px 30px;
  }
}
.message .message-body .text p {
  font-size: 2.8rem;
  margin-bottom: 1em;
  width: 380px;
  color: #fff;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .message .message-body .text p {
    font-size: 1.4rem;
    width: 190px;
  }
}
.message .message-body .text p:last-child {
  margin: 0;
}
.message .message-body .text p.notes {
  text-align: right;
  font-size: 2.4rem;
}
@media (max-width: 750px) {
  .message .message-body .text p.notes {
    font-size: 1.2rem;
  }
}
.message .message-body .doctor-name {
  padding: 30px 60px 0;
  font-size: 2.6rem;
}
@media (max-width: 750px) {
  .message .message-body .doctor-name {
    padding: 15px 30px 0;
    font-size: 1.3rem;
  }
}

.counseling {
  background: url(../img/counseling_bg01.png) center top no-repeat #d3dfe0;
  padding: 0 0 120px;
}
@media (max-width: 750px) {
  .counseling {
    padding: 0 0 60px;
    background-size: 100%;
  }
}
.counseling h2 {
  margin: 0;
}
.counseling h3 {
  text-align: center;
  color: #fff;
  font-size: 4.2rem;
  background: #355b5b;
  padding: 5px 0 10px;
  margin: 0 0 80px;
}
@media (max-width: 750px) {
  .counseling h3 {
    font-size: 2.1rem;
    padding: 2.5px 0 5px;
    margin: 0 0 40px;
  }
}
.counseling .border-box {
  border: 2px solid #355b5b;
  padding: 60px 35px;
}
@media (max-width: 750px) {
  .counseling .border-box {
    border: 1px solid #355b5b;
    padding: 30px 17.5px;
  }
}
.counseling .border-box p {
  font-size: 2.8rem;
  font-family: "NotoSansJP-Light";
}
@media (max-width: 750px) {
  .counseling .border-box p {
    font-size: 1.4rem;
  }
}
.counseling .reserve-text {
  background: #f5f7f7;
  margin: 80px 0 0;
  padding: 30px 0;
}
@media (max-width: 750px) {
  .counseling .reserve-text {
    margin: 40px 0 0;
    padding: 15px 0;
  }
}
.counseling .reserve-text .in {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.counseling .reserve-text .in .text01 {
  width: 230px;
  text-align: center;
  color: #355b5b;
  font-size: 3.2rem;
  font-family: "ZenOldMincho-Bold";
  line-height: 1.5;
}
@media (max-width: 750px) {
  .counseling .reserve-text .in .text01 {
    width: 115px;
    font-size: 1.6rem;
  }
}
.counseling .reserve-text .in .text02 {
  width: 215px;
  text-align: center;
  color: #355b5b;
  font-size: 3.2rem;
  font-family: "ZenOldMincho-Bold";
  line-height: 1.5;
}
@media (max-width: 750px) {
  .counseling .reserve-text .in .text02 {
    width: 107px;
    font-size: 1.6rem;
  }
}
.counseling .reserve-text .in .img {
  width: 30px;
}
@media (max-width: 750px) {
  .counseling .reserve-text .in .img {
    width: 15px;
  }
}
.counseling .reserve-text .in .text03 {
  width: 185px;
  text-align: center;
  color: #355b5b;
  font-size: 3.2rem;
  font-family: "ZenOldMincho-Bold";
  line-height: 1.5;
}
@media (max-width: 750px) {
  .counseling .reserve-text .in .text03 {
    width: 90px;
    font-size: 1.6rem;
  }
}

#follw-btn {
  background: url(../img/follow_bg.png) center top no-repeat;
  background-size: cover;
  width: 483px;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 30px 20px;
  z-index: 10;
}
@media (max-width: 750px) {
  #follw-btn {
    width: 100%;
    padding: 5px 0 15px;
  }
}
#follw-btn .follow-ttl {
  text-align: center;
  font-size: 2.1rem;
  margin: 0 0 15px;
  color: #0c2136;
}
@media (max-width: 750px) {
  #follw-btn .follow-ttl {
    font-size: 1.6rem;
    margin: 0 0 5px;
  }
}

#follw-btn .cvn-text-area {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
#follw-btn .cvn-text-area {
  margin: 0 -12.5px;
  padding: 0 15px;
}
}

#follw-btn .cvn-text-area div {
  width: 205px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  margin: 0 16px 10px 0;
  position: relative;
  color: #0c2136;
  line-height: 1.6;
}
@media (max-width: 750px) {
  #follw-btn .cvn-text-area div {
    font-size: 1.1rem;
    margin: 0 8px 5px 0;
    width: 157px;
  }
}
#follw-btn .cvn-text-area div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 40px;
  height: 1px;
  background: #0c2136;
  transform: rotate(65deg);
}
@media (max-width: 750px) {
  #follw-btn .cvn-text-area div::before {
    left: -10px;
    width: 30px;
    height: 1px;
  }
}
#follw-btn .cvn-text-area div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 40px;
  height: 1px;
  background: #0c2136;
  transform: rotate(-65deg);
}
@media (max-width: 750px) {
  #follw-btn .cvn-text-area div::after {
    right: -10px;
    width: 30px;
    height: 1px;
  }
}

#follw-btn .cvn-btn {
  padding: 0 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -8px;
}
@media (max-width: 750px) {
  #follw-btn .cvn-btn {
    margin: 0 -4px;
  }
}
#follw-btn .cvn-btn li {
  margin: 0 8px;
}
@media (max-width: 750px) {
  #follw-btn .cvn-btn li {
    margin: 0 5px;
  }
}
#follw-btn .cvn-btn li a {
  background-size: 100%;
  height: 60px;
  width: 205px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  padding: 7px 10px 0 0;
  font-size: 18px;
  color: #0c2136;
}
@media (max-width: 750px) {
  #follw-btn .cvn-btn li a {
    height: 44px;
    width: 157px;
    font-size: 14px;
    line-height: 1.4;
  }
}
#follw-btn .cvn-btn li:first-of-type  a {
  color: #fff;
}
#follw-btn .cvn-btn li a i {
  margin: 0 7px 0 0;
  position: relative;
  top: -2px;
}
@media (max-width: 750px) {
  #follw-btn .cvn-btn li a i {
    margin: 0 5px 0 0;
    position: relative;
    top: -1px;
  }
}
#follw-btn .cvn-btn li a i img {
  width: 20px;
}
@media (max-width: 750px) {
  #follw-btn .cvn-btn li a i img {
    width: 15px;
  }
}

#contact-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 500px;
  z-index: 3;
  background: rgba(3, 21, 18, 0.8);
  padding: 30px 30px;
  width: 100%;
}
@media (max-width: 750px) {
  #contact-nav {
    left: 0;
    right: inherit;
    padding: 15px 15px;
    max-width: 800px;
    width: 100%;
  }
}
#contact-nav .contact-nav-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#contact-nav .contact-nav-box .contact-nav-ttl {
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
  width: 150px;
}
@media (max-width: 750px) {
  #contact-nav .contact-nav-box .contact-nav-ttl {
    width: calc(100% - 219px);
  }
}
#contact-nav .contact-nav-box .contact-nav-btn {
  width: 250px;
}
@media (max-width: 750px) {
  #contact-nav .contact-nav-box .contact-nav-btn {
    width: 219px;
  }
}

/*------------------------------------------------

		form

------------------------------------------------*/
.form-sec {
  background: #ecebe5;
  padding-bottom: 0;
}
@media (max-width: 750px) {
  .form-sec {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.form-sec .c-ttl-box {
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .form-sec .c-ttl-box {
    margin-bottom: 30px;
  }
}
.form-sec .form-ex-box {
  background: #fff;
  padding: 7px;
}
@media (max-width: 750px) {
  .form-sec .form-ex-box {
    padding: 3.5px;
  }
}
.form-sec .form-ex-box .in {
  border: 2px solid #ecebe5;
  padding: 60px 35px;
}
@media (max-width: 750px) {
  .form-sec .form-ex-box .in {
    border: 1px solid #ecebe5;
    padding: 30px 17.5px;
  }
}
.form-sec .form-ex-box .in h3 {
  text-align: center;
  color: #0c475f;
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 25px;
}
@media (max-width: 750px) {
  .form-sec .form-ex-box .in h3 {
    font-size: 1.4rem;
    margin: 0 0 12.5px;
  }
}
.form-sec .form-ex-box .in .dotte-list {
  font-size: 2.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 750px) {
  .form-sec .form-ex-box .in .dotte-list {
    font-size: 1.1rem;
  }
}
.form-sec .form-ex-box .in .notes-list {
  font-size: 2.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 750px) {
  .form-sec .form-ex-box .in .notes-list {
    font-size: 1.1rem;
  }
}

.md_form {
  background: none;
  padding: 90px 40px;
}
@media (max-width: 750px) {
  .md_form {
    padding: 45px 20px;
  }
}

.md_form dl dt {
  font-size: 2.8rem;
  font-weight: 700;
  color: #355b5b;
  font-family: "NotoSansJP-Medium";
}
@media (max-width: 750px) {
  .md_form dl dt {
    font-size: 1.4rem;
  }
}

.md_form dl dd label {
  font-family: "NotoSansJP-Medium";
  font-weight: 700;
  font-size: 2rem;
  color: #355b5b;
}
@media (max-width: 750px) {
  .md_form dl dd label {
    font-size: 1rem;
  }
}

.md_form dl dt span {
  border-width: 2px;
  border-color: #0c475f;
  border-style: solid;
  width: 56px;
  height: 30px;
  display: inline-block;
  color: #0c475f;
  font-family: "ZenOldMincho-Medium";
  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: #0c475f;
}

.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: "NotoSansJP-Medium";
  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: 700;
  color: #355b5b;
  font-family: "NotoSansJP-Medium";
  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: #355b5b;
  font-size: 2.4rem;
  font-family: "NotoSansJP-Medium";
}
@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: "NotoSansJP-Medium";
  font-weight: 700;
  font-size: 2rem;
  color: #355b5b;
}
@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: "NotoSansJP-Medium";
  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 #af1b1b;
}

.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: #0c475f;
}

.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: 15px;
  cursor: pointer;
  display: block;
  font-size: 3.6rem;
  font-weight: bold;
  width: 60%;
  margin: 20px auto 0;
  padding: 15px 5%;
  background: #fdd05d !important;
  color: #450805;
  font-family: "NotoSansJP-Medium";
  font-weight: 700;
}
@media (max-width: 750px) {
  .md_form input[type=submit] {
    font-size: 1.8rem;
    margin: 10px auto 0;
    border-radius: 7.5px;
  }
}

.err,
.err + .flatpickr-input {
  background: rgba(53, 91, 91, 0.05) !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: #af1b1b;
  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 {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  width: 60%;
  margin: 20px auto 0;
  padding: 15px 5%;
  background: #0e4961;
  font-family: "NotoSansJP-Medium";
  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: "NotoSansJP-Medium";
  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: 40%;
  margin: 40px 0 0;
  padding: 25px 5%;
  border-radius: 15px;
}
@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: 40%;
  margin: 40px 0 0 5%;
}
@media (max-width: 750px) {
  .md_form .md_btn_list input[type=submit] {
    margin: 40px 0 0 5%;
    width: 40%;
  }
}

.md_done {
  margin: 40px 5% 0;
  font-size: 2rem;
  font-family: "NotoSansJP-Medium";
  font-weight: 500;
  color: #355b5b;
}
@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: "NotoSansJP-Medium";
  font-weight: 700;
  color: #355b5b;
}
@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;
  }
}

/*------------------------------------------------

		md_tel

------------------------------------------------*/
#md_tel {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
}
@media (max-width: 750px) {
  #md_tel {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
  }
}
#md_tel .md_tel-body {
  background: url(../img/access_body.jpg) center top repeat-y;
  width: 100%;
  background-size: 100%;
}
#md_tel h2 {
  color: #053451;
  padding: 10px 10% 20px;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 4rem;
}
@media (max-width: 750px) {
  #md_tel h2 {
    color: #053451;
    padding: 5px 5%;
    text-align: center;
    font-size: 2rem;
  }
}
#md_tel h3 {
  color: #053451;
  padding: 0 5%;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold";
  font-size: 3.2rem;
}
@media (max-width: 750px) {
  #md_tel h3 {
    font-size: 1.6rem;
  }
}
#md_tel li:last-of-type h3 {
  margin-top: 15px;
}
@media (max-width: 750px) {
  #md_tel li:last-of-type h3 {
    margin-top: 7.5px;
  }
}
#md_tel .md_tel-btn {
  text-align: center;
}

#md_tel .md_tel-btn a img {
  margin: 10px auto 0;
  width: 70%;
}
@media (max-width: 750px) {
  #md_tel .md_tel-btn a img {
    margin: 5px auto 0;
    width: 70%;
  }
}
#md_tel p {
  color: #053451;
  padding: 10px 5% 0;
  text-align: center;
  font-size: 2.2rem;
}
@media (max-width: 750px) {
  #md_tel p {
    color: #053451;
    padding: 10px 5% 0;
    text-align: center;
    font-size: 1.1rem;
  }
}
#md_tel .md_close {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -35px;
  right: 0;
  text-indent: -9999px;
}
#md_tel .md_close::before, #md_tel .md_close::after {
  background: #fff;
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
}
#md_tel .md_close::before {
  transform: rotate(-45deg);
}
#md_tel .md_close::after {
  transform: rotate(45deg);
}
