@charset "UTF-8";
/* --------------------------------------------------------------------------------
 web fonts
-------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/* @import url(//fonts.googleapis.com/css2?family=Fjalla+One&family=Montserrat:wght@400;500;600;700&family=Noto+Serif+JP:wght@500;700&family=Cormorant:wght@400;500;600;700&family=Barlow+Semi+Condensed:wght@400;500;600;700&display=swap); */
@import url(//use.fontawesome.com/releases/v5.8.1/css/all.css);
/* @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap"); */

/* @import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pangolin&display=swap");
/* p tag */
/* heading */
/* hr */
/* blockquote */
/* ul */
/* ol */
/* table */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* font
   ========================================================================== */

.roboto_font {
  font-family: "Roboto", sans-serif;
}
.oswald_font {
  font-family: "Oswald", sans-serif;
}
.notoserif_font {
  font-family: "Noto Serif JP", serif;
}
.cormorant_font {
  font-family: "Cormorant Infant", serif;
}

.mplus_1p_font {
  font-family: "M PLUS 1p", sans-serif;
}
.montserrat_font {
  font-family: "Montserrat", sans-serif;
}

.notosans_font {
  font-family: "Noto Sans JP", sans-serif;
}
.yumincho_font {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
}

.font_30 {
  font-size: 30px;
}
.font_24 {
  font-size: 24px;
}
.font_70 {
  font-size: 70px;
}
.font_20 {
  font-size: 20px;
}
.font_60cde8 {
  color: #60cde8;
}

@media only screen and (max-width: 1400px) {
  .font_30 {
    font-size: 2.4vw;
  }
  .font_24 {
    font-size: 1.8vw;
  }
}

@media only screen and (max-width: 768px) {
  .font_30 {
    font-size: 3vw;
  }
  .font_24 {
    font-size: 2.5vw;
  }
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ----------------------------------------------------------------------
 reset (exculding 'sup')
---------------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

/* add reset */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}
iframe {
  vertical-align: middle;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-family: 'M PLUS 1p', sans-serif;*/
  color: #020202;
  letter-spacing: 0;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 3.73333vw;
  }
}

*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

figure {
  margin: 0;
  padding: 0;
}

figure img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

/* iOS form reset */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

/* Commonset
-------------------------------------------------------- */
/* reCAPTCHAろご削除 */
.grecaptcha-badge {
  display: none !important;
}

/*   display   */
.dp-block {
  display: block;
}

@media screen and (min-width: 400px) {
  .dp-block-xs {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .dp-block-sm {
    display: block;
  }
}

@media screen and (min-width: 920px) {
  .dp-block-md {
    display: block;
  }
}

@media screen and (min-width: 1272px) {
  .dp-block-lg {
    display: block;
  }
}

@media screen and (min-width: 1480px) {
  .dp-block-xl {
    display: block;
  }
}

.dp-none {
  display: none;
}

@media screen and (min-width: 400px) {
  .dp-none-xs {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .dp-none-sm {
    display: none;
  }
}

@media screen and (min-width: 920px) {
  .dp-none-md {
    display: none;
  }
}

@media screen and (min-width: 1272px) {
  .dp-none-lg {
    display: none;
  }
}

@media screen and (min-width: 1480px) {
  .dp-none-xl {
    display: none;
  }
}

@media screen and (max-width: 399px) {
  .dp-block-down-xs {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .dp-block-down-sm {
    display: block;
  }
}

@media screen and (max-width: 919px) {
  .dp-block-down-md {
    display: block;
  }
}

@media screen and (max-width: 1271px) {
  .dp-block-down-lg {
    display: block;
  }
}

@media screen and (max-width: 1479px) {
  .dp-block-down-xl {
    display: block;
  }
}

@media screen and (max-width: 399px) {
  .dp-none-down-xs {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .dp-none-down-sm {
    display: none;
  }
}

@media screen and (max-width: 919px) {
  .dp-none-down-md {
    display: none;
  }
}

@media screen and (max-width: 1271px) {
  .dp-none-down-lg {
    display: none;
  }
}

@media screen and (max-width: 1479px) {
  .dp-none-down-xl {
    display: none;
  }
}

/*  width   */
.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

/* margin */
.mt0 {
  margin-top: 0px;
}

.mr0 {
  margin-right: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mr55 {
  margin-right: 55px;
}

.mb55 {
  margin-bottom: 55px;
}

.ml55 {
  margin-left: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mr65 {
  margin-right: 65px;
}

.mb65 {
  margin-bottom: 65px;
}

.ml65 {
  margin-left: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mr75 {
  margin-right: 75px;
}

.mb75 {
  margin-bottom: 75px;
}

.ml75 {
  margin-left: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mr85 {
  margin-right: 85px;
}

.mb85 {
  margin-bottom: 85px;
}

.ml85 {
  margin-left: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mr95 {
  margin-right: 95px;
}

.mb95 {
  margin-bottom: 95px;
}

.ml95 {
  margin-left: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  /* margin-bottom: 100px; */
}

.ml100 {
  margin-left: 100px;
}

@media only screen and (max-width: 767px) {
  .mt0 {
    margin-top: 0px;
  }
  .mr0 {
    margin-right: 0px;
  }
  .mb0 {
    margin-bottom: 0px;
  }
  .ml0 {
    margin-left: 0px;
  }
  .sp-mt0 {
    margin-top: 0px !important;
  }
  .sp-mb0 {
    margin-bottom: 0px !important;
  }
  .mt5 {
    margin-top: 2.5px;
  }
  .mr5 {
    margin-right: 2.5px;
  }
  .mb5 {
    margin-bottom: 2.5px;
  }
  .ml5 {
    margin-left: 2.5px;
  }
  .sp-mt5 {
    margin-top: 5px !important;
  }
  .sp-mb5 {
    margin-bottom: 5px !important;
  }
  .mt10 {
    margin-top: 5px;
  }
  .mr10 {
    margin-right: 5px;
  }
  .mb10 {
    margin-bottom: 5px;
  }
  .ml10 {
    margin-left: 5px;
  }
  .sp-mt10 {
    margin-top: 10px !important;
  }
  .sp-mb10 {
    margin-bottom: 10px !important;
  }
  .mt15 {
    margin-top: 7.5px;
  }
  .mr15 {
    margin-right: 7.5px;
  }
  .mb15 {
    margin-bottom: 7.5px;
  }
  .ml15 {
    margin-left: 7.5px;
  }
  .sp-mt15 {
    margin-top: 15px !important;
  }
  .sp-mb15 {
    margin-bottom: 15px !important;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mr20 {
    margin-right: 10px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .ml20 {
    margin-left: 10px;
  }
  .sp-mt20 {
    margin-top: 20px !important;
  }
  .sp-mb20 {
    margin-bottom: 20px !important;
  }
  .mt25 {
    margin-top: 12.5px;
  }
  .mr25 {
    margin-right: 12.5px;
  }
  .mb25 {
    margin-bottom: 12.5px;
  }
  .ml25 {
    margin-left: 12.5px;
  }
  .sp-mt25 {
    margin-top: 25px !important;
  }
  .sp-mb25 {
    margin-bottom: 25px !important;
  }
  .mt30 {
    margin-top: 15px;
  }
  .mr30 {
    margin-right: 15px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .ml30 {
    margin-left: 15px;
  }
  .sp-mt30 {
    margin-top: 30px !important;
  }
  .sp-mb30 {
    margin-bottom: 30px !important;
  }
  .mt35 {
    margin-top: 17.5px;
  }
  .mr35 {
    margin-right: 17.5px;
  }
  .mb35 {
    margin-bottom: 17.5px;
  }
  .ml35 {
    margin-left: 17.5px;
  }
  .sp-mt35 {
    margin-top: 35px !important;
  }
  .sp-mb35 {
    margin-bottom: 35px !important;
  }
  .mt40 {
    margin-top: 20px;
  }
  .mr40 {
    margin-right: 20px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .ml40 {
    margin-left: 20px;
  }
  .sp-mt40 {
    margin-top: 40px !important;
  }
  .sp-mb40 {
    margin-bottom: 40px !important;
  }
  .mt45 {
    margin-top: 22.5px;
  }
  .mr45 {
    margin-right: 22.5px;
  }
  .mb45 {
    margin-bottom: 22.5px;
  }
  .ml45 {
    margin-left: 22.5px;
  }
  .sp-mt45 {
    margin-top: 45px !important;
  }
  .sp-mb45 {
    margin-bottom: 45px !important;
  }
  .mt50 {
    margin-top: 25px;
  }
  .mr50 {
    margin-right: 25px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .ml50 {
    margin-left: 25px;
  }
  .sp-mt50 {
    margin-top: 50px !important;
  }
  .sp-mb50 {
    margin-bottom: 50px !important;
  }
  .mt55 {
    margin-top: 27.5px;
  }
  .mr55 {
    margin-right: 27.5px;
  }
  .mb55 {
    margin-bottom: 27.5px;
  }
  .ml55 {
    margin-left: 27.5px;
  }
  .sp-mt55 {
    margin-top: 55px !important;
  }
  .sp-mb55 {
    margin-bottom: 55px !important;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mr60 {
    margin-right: 30px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .ml60 {
    margin-left: 30px;
  }
  .sp-mt60 {
    margin-top: 60px !important;
  }
  .sp-mb60 {
    margin-bottom: 60px !important;
  }
  .mt65 {
    margin-top: 32.5px;
  }
  .mr65 {
    margin-right: 32.5px;
  }
  .mb65 {
    margin-bottom: 32.5px;
  }
  .ml65 {
    margin-left: 32.5px;
  }
  .sp-mt65 {
    margin-top: 65px !important;
  }
  .sp-mb65 {
    margin-bottom: 65px !important;
  }
  .mt70 {
    margin-top: 35px;
  }
  .mr70 {
    margin-right: 35px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .ml70 {
    margin-left: 35px;
  }
  .sp-mt70 {
    margin-top: 70px !important;
  }
  .sp-mb70 {
    margin-bottom: 70px !important;
  }
  .mt75 {
    margin-top: 37.5px;
  }
  .mr75 {
    margin-right: 37.5px;
  }
  .mb75 {
    margin-bottom: 37.5px;
  }
  .ml75 {
    margin-left: 37.5px;
  }
  .sp-mt75 {
    margin-top: 75px !important;
  }
  .sp-mb75 {
    margin-bottom: 75px !important;
  }
  .mt80 {
    margin-top: 40px;
  }
  .mr80 {
    margin-right: 40px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .ml80 {
    margin-left: 40px;
  }
  .sp-mt80 {
    margin-top: 80px !important;
  }
  .sp-mb80 {
    margin-bottom: 80px !important;
  }
  .mt85 {
    margin-top: 42.5px;
  }
  .mr85 {
    margin-right: 42.5px;
  }
  .mb85 {
    margin-bottom: 42.5px;
  }
  .ml85 {
    margin-left: 42.5px;
  }
  .sp-mt85 {
    margin-top: 85px !important;
  }
  .sp-mb85 {
    margin-bottom: 85px !important;
  }
  .mt90 {
    margin-top: 45px;
  }
  .mr90 {
    margin-right: 45px;
  }
  .mb90 {
    margin-bottom: 45px;
  }
  .ml90 {
    margin-left: 45px;
  }
  .sp-mt90 {
    margin-top: 90px !important;
  }
  .sp-mb90 {
    margin-bottom: 90px !important;
  }
  .mt95 {
    margin-top: 47.5px;
  }
  .mr95 {
    margin-right: 47.5px;
  }
  .mb95 {
    margin-bottom: 47.5px;
  }
  .ml95 {
    margin-left: 47.5px;
  }
  .sp-mt95 {
    margin-top: 95px !important;
  }
  .sp-mb95 {
    margin-bottom: 95px !important;
  }
  .mt100 {
    margin-top: 50px;
  }
  .mr100 {
    margin-right: 50px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
  .ml100 {
    margin-left: 50px;
  }
  .sp-mt100 {
    margin-top: 100px !important;
  }
  .sp-mb100 {
    margin-bottom: 100px !important;
  }
}

/* flex */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.fl-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex.jc-cen {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.jc-bet {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.jc-ar {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex.jc-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex.ai-cen {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.ai-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* col */
.col-2 > .box {
  width: calc(100% / 2 - 10px);
}

.col-3 > .box {
  width: calc(100% / 3 - 10px);
}

.col-4 > .box {
  width: calc(100% / 4 - 10px);
}

.col-5 > .box {
  width: calc(100% / 5 - 10px);
}

.col-6 > .box {
  width: calc(100% / 6 - 10px);
}

/* font-style */
.fs-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.fs-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 16px;
  font-size: 1rem;
}

.fs-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.fs-22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.fs-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.fs-26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.fs-28 {
  font-size: 28px;
  font-size: 1.75rem;
}

@media only screen and (max-width: 919px) {
  .fs-14 {
    font-size: 11.66667px;
    font-size: 0.72917rem;
  }
  .fs-16 {
    font-size: 13.33333px;
    font-size: 0.83333rem;
  }
  .fs-18 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .fs-20 {
    font-size: 16.66667px;
    font-size: 1.04167rem;
  }
  .fs-22 {
    font-size: 18.33333px;
    font-size: 1.14583rem;
  }
  .fs-24 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .fs-26 {
    font-size: 21.66667px;
    font-size: 1.35417rem;
  }
  .fs-28 {
    font-size: 23.33333px;
    font-size: 1.45833rem;
  }
}

@media only screen and (max-width: 767px) {
  .fs-14 {
    font-size: 9.33333px;
    font-size: 0.58333rem;
  }
  .fs-16 {
    font-size: 10.66667px;
    font-size: 0.66667rem;
  }
  .fs-18 {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .fs-20 {
    font-size: 13.33333px;
    font-size: 0.83333rem;
  }
  .fs-22 {
    font-size: 14.66667px;
    font-size: 0.91667rem;
  }
  .fs-24 {
    font-size: 16px;
    font-size: 1rem;
  }
  .fs-26 {
    font-size: 17.33333px;
    font-size: 1.08333rem;
  }
  .fs-28 {
    font-size: 18.66667px;
    font-size: 1.16667rem;
  }
}

/* font-weight */
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* font-color */
.cl-wht {
  color: #fff !important;
}

.cl-red {
  color: #df1b1b !important;
}

.cl-blu {
  color: #00a5bf !important;
}

.cl-aqu {
  color: #99cefb !important;
}

.cl-yel {
  color: #ffcc00 !important;
}

.cl-org {
  color: #ed6103 !important;
}

.cl-nvy {
  color: #213b6c !important;
}

/*   text-align  */
.ta-cen {
  text-align: center;
}

.ta-left {
  text-align: left !important;
}

.ta-right {
  text-align: right !important;
}

/* background-color */
.bg-wht {
  background: #fff !important;
}

.bg-blc {
  background: #020202 !important;
}

.bg-beg {
  background: #f7f5ef !important;
}

.bg-aqu {
  background: #99cefb !important;
}

.bg-blu {
  background: #00a5bf !important;
}

.bg-org {
  background: #ed6103 !important;
}

.bg-nvy {
  background: #213b6c !important;
}

.bg-gry {
  background: #e8e8e8 !important;
}

.bg-lgry {
  background: #f4f4f4 !important;
}

.bg-lorg {
  background: #fffaf5 !important;
}

/* background-color（gradation） */
.bg-grad-org {
  background: -webkit-linear-gradient(left, #00a5bf, #ffcc00 80%);
  background: -webkit-gradient(linear, left top, right top, from(#00a5bf), color-stop(80%, #ffcc00));
  background: linear-gradient(to right, #00a5bf, #ffcc00 80%);
}

/* background-color（pattern） */
.bg-ptn-01 {
  position: relative;
}

.bg-ptn-01::after {
  content: "";
  width: calc(100% - 300px);
  height: 100%;
  background-color: #f7f5ef;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

@media only screen and (max-width: 1080px) {
  .flex.ai-cen {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    width: 96%;
  }
}

@media only screen and (max-width: 919px) {
  .bg-ptn-01::after {
    width: calc(100% - 40px);
  }
}

/* Module
-------------------------------------------------------- */
/* title -----------------*/
.title-01 {
  position: relative;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.66667;
  text-align: center;
  text-indent: 0.1em;
}

@media only screen and (max-width: 767px) {
  .title-01 {
    font-size: 5.33333vw;
  }
}

/* button -----------------*/
.btn-01 {
  display: block;
}

.btn-01 a,
.btn-01 input,
.btn-01 button {
  position: relative;
  display: block;
  width: 96%;
  max-width: 215px;
  margin: 0 0 0 auto;
  padding: 2.5rem 2.5rem 2.5rem 0;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.btn-01 a::before,
.btn-01 input::before,
.btn-01 button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 76px;
  height: 8.453px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/common/btn-01_arrow.svg") no-repeat center center/cover;
  -webkit-transition: background 0.3s, right 0.3s;
  transition: background 0.3s, right 0.3s;
}

@media only screen and (min-width: 768px) {
  .btn-01 a:hover,
  .btn-01 input:hover,
  .btn-01 button:hover {
    opacity: 1;
  }
  .btn-01 a:hover::before,
  .btn-01 input:hover::before,
  .btn-01 button:hover::before {
    right: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .btn-01 a,
  .btn-01 input,
  .btn-01 button {
    width: 100%;
    max-width: 100%;
    padding: 6.93333vw 5.33333vw;
  }
  .btn-01 a::before,
  .btn-01 input::before,
  .btn-01 button::before {
    right: 5.33333vw;
    width: 13.33333vw;
    height: 1.54667vw;
    background-size: 100%;
  }
}

.btn-01.is-blc a,
.btn-01.is-blc input,
.btn-01.is-blc button {
  color: #020202;
}

.btn-01.is-blc a::before,
.btn-01.is-blc input::before,
.btn-01.is-blc button::before {
  background: url("../images/common/btn-01_arrow_black.svg") no-repeat center center/cover;
}

.btn-02 {
  display: block;
}

.btn-02 a,
.btn-02 input,
.btn-02 button {
  display: block;
  padding: 2rem;
  text-align: center;
  border: 1px solid #fe900e;
  background-color: #fe900e;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .btn-02 a,
  .btn-02 input,
  .btn-02 button {
    width: 100%;
    max-width: 100%;
    padding: 6.93333vw 5.33333vw;
    font-size: 4.26667vw;
  }
  .btn-02 a::before,
  .btn-02 input::before,
  .btn-02 button::before {
    right: 5.33333vw;
    width: 13.33333vw;
    height: 2vw;
    background-size: 100%;
  }
}

/* common -----------------*/
.common__contact {
  position: relative;
  padding: 10rem 0;
  background: url("../images/common/contact_bg.jpg") no-repeat center center/cover;
  color: #fff;
}

.common__contact::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  width: 1px;
  height: 120px;
  background-color: #00a5bf;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.common__contact-tel {
  width: 50%;
  padding-right: 2.5rem;
  text-align: right;
}

.common__contact-tel .number {
  font-size: 48px;
  font-size: 4.8rem;
}

.common__contact-tel .number img {
  margin-right: 1rem;
  width: 33px;
  vertical-align: 3px;
}

.common__contact-tel .time {
  font-size: 14px;
  font-size: 1.4rem;
}

.common__contact-mail {
  width: 50%;
  padding-left: 2.5rem;
}

.common__contact-mail .btn-02 a {
  width: 400px;
  font-size: 21px;
  font-size: 2.1rem;
}

.common__contact-mail .btn-02 img {
  margin-right: 1rem;
  width: 33px;
  vertical-align: -3px;
}

@media only screen and (max-width: 919px) {
  .common__contact-tel {
    width: 100%;
    margin-bottom: 4vw;
    padding-right: 0;
    text-align: center;
  }
  .common__contact-tel .number span,
  .common__contact-tel .number a {
    font-size: 10.66667vw;
    color: #fff;
  }
  .common__contact-tel .number img {
    margin-right: 2.13333vw;
    width: 6.4vw;
    vertical-align: 1vw;
  }
  .common__contact-mail {
    width: 100%;
    padding-left: 0;
  }
  .common__contact-mail .btn-02 a {
    width: 100%;
    font-size: 4vw;
  }
  .common__contact-mail .btn-02 img {
    margin-right: 2.13333vw;
    width: 6.4vw;
    vertical-align: -1vw;
  }
}

/* newslist -----------------*/
.newslist__item {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newslist__item:not(:last-child) {
  margin-bottom: 4rem;
}

.newslist__item .date {
  width: 16.66667%;
  font-size: 15px;
  font-size: 1.5rem;
}

.newslist__item .title {
  overflow: hidden;
  width: 81%;
  text-overflow: ellipsis;
}

.newslist__item .title a {
  font-size: 15px;
  font-size: 1.5rem;
  color: #020202;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .newslist__item .date {
    width: 100%;
    font-size: 3.73333vw;
  }
  .newslist__item .title {
    width: 100%;
  }
  .newslist__item .title a {
    font-size: 3.73333vw;
  }
}

/* Layout
-------------------------------------------------------- */
/* Container -----------------*/
.content_wrapper,
.content_wrapper_max,
.content_wrapper_min {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 919px) {
  .content_wrapper,
  .content_wrapper_max,
  .content_wrapper_min {
    width: 94%;
  }
}

.content_wrapper {
  max-width: 1920px;
}

.content_wrapper_max {
  max-width: 1400px;
}

.content_wrapper_min {
  max-width: 1040px;
}

/* header -----------------*/
.header {
  top: 0;
  left: 0;
  z-index: 20;
  max-width: 1920px;
  background-color: #f5caca;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.header_box {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.header__inner {
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 16px 0 0;
  -webkit-transition: padding 0.6s;
  transition: padding 0.6s;
}
.header:after {
  content: "";
  background: url(../images/common/header/header_bt.png);
  max-width: 1920px;
  height: 118px;
  display: inline-block;
  position: absolute;
  background-repeat: repeat;
  bottom: -32px;
  width: 100%;
  z-index: -1;
}
.header h1 {
  font-size: 12px;
  margin-bottom: 18px;
  color: #fff;
  font-family: notosans_font;
  text-align: right;
}
.header__right-contact {
  display: flex;
  justify-content: flex-end;
}
.header__right-contact a {
  width: 230px;
  height: 45px;
  background-color: #06c755;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-weight: bold;
}
.header__right-contact a:before {
  content: "";
  background: url(../images/common/header/hd_line_icon.png);
  width: 25px;
  height: 24px;
  display: inline-block;
  margin-right: 13px;
}
.header__logo img {
  width: 100%;
  max-width: 336px;
  height: auto;
}
.header__logo {
  margin-top: -20px;
}

.header__inner--contents {
  justify-content: space-between;
}

.header__right-contact__text {
  color: #fff;
  display: flex;
  align-items: center;
}

.header__sptrigger {
  display: none;
}

.header.is-scrolled {
  background-color: rgba(255, 255, 255, 1);
}

.header.is-scrolled .header__inner {
  padding: 2rem 1rem;
}

.header__right_sp {
  display: none;
}

@media only screen and (max-width: 1680px) {
  .header__inner {
    width: 96%;
  }
  .header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (max-width: 1370px) {
}

@media only screen and (max-width: 1100px) {
}

@media only screen and (max-width: 919px) {
  .header h1 {
    font-size: 11px;
  }
  .header {
    z-index: 30;
  }
  .header__inner {
    padding: 1vw 2vw;
  }

  .header__sptrigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__sptrigger-telbtn {
    display: block;
  }
  .header__sptrigger-telbtn .is-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.2vw;
  }
  .header__sptrigger-telbtn .is-tablet .icon {
    position: relative;
    display: inline-block;
    width: 3.2vw;
    height: 3.2vw;
    margin-right: 0.9rem;
    line-height: 1;
  }
  .header__sptrigger-telbtn .is-tablet .icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .header__sptrigger-telbtn .is-sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header__logo {
    width: 28vw;
    margin-top: 0;
  }
  .header:after {
    bottom: -25px;
  }
  .header__right {
    display: none;
  }
  .header__right_sp {
    display: block;
  }
  .header__right-tel_sp {
    margin-right: 1px;
  }
  .header__sptrigger-telbtn .is-tablet {
    display: none;
  }
  .header__sptrigger-telbtn .is-sp {
    display: block;
  }
  .header__sptrigger-telbtn .is-sp img {
    width: 100%;
  }
  .is-sp {
    width: 25px;
  }
}

.navToggle {
  display: none;
}

@media only screen and (max-width: 919px) {
  .navToggle {
    display: block;
    margin-left: 2rem;
    cursor: pointer;
    z-index: 9999;
  }
  .navToggle div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 8vw;
    height: 3.2vw;
    z-index: 9999;
  }
  .navToggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #111;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    border-radius: 5px;
  }
  .navopen .navToggle div {
    position: relative;
  }
  .navopen .navToggle span {
    position: absolute;
  }
  .navopen .navToggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .navopen .navToggle span:nth-child(2) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

@media only screen and (max-width: 500px) {
  .header__logo {
    margin: 0;
    z-index: 9999;
  }
  .header h1 {
    font-size: 10px;
    margin-bottom: 5px;
    line-height: 4vw;
    text-align: left;
  }
}

@media only screen and (max-width: 500px) {
  .header__right-inner_sp {
    justify-content: flex-end;
  }
  .header__right-tel_sp {
    margin-right: 1px;
    width: 70%;
  }
  .header__right-contact_sp {
    width: 30%;
  }

  .header__right-tel_sp img {
    width: 100%;
    height: auto;
  }

  .header__right-contact_sp img {
    width: 100%;
    height: auto;
  }

  .header__right-inner_sp {
    justify-content: flex-end;
  }
}

/*----------------------------------------------
  	sns icon
----------------------------------------------*/

.snslist {
  bottom: 100px;
  right: 50px;
}
#snslist ul li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
  .snslist {
    bottom: 0px;
    right: 2%;
  }
}

@media only screen and (max-width: 500px) {
  .snslist {
    bottom: 3%;
    right: 1%;
  }
}
/* footer -----------------*/
.content_wrapper a img {
  width: 100%;
  max-width: 380px;
  height: auto;
}
.footer__info {
  padding: 80px 0;
  text-align: center;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.footer__info .content_wrapper {
  position: relative;
}

.footer__info p {
  line-height: 2.25;
}

.footer__info-pagetop {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.footer__nav {
  height: 70px;
  background: #fff;
  display: flex;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

.footer__nav a {
  color: #2f2f2f;
}

.footer__nav-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__nav-list .item + .item {
  margin-left: 4rem;
}

.footer__nav .copyright {
  color: #2f2f2f;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 919px) {
  .footer__info {
    position: relative;
    padding: 8vw 0;
  }

  .footer__info img {
    width: 32vw;
  }
  .footer__info p {
    line-height: 2;
    font-size: 3.73333vw;
    color: #fff;
  }
  .footer__info p span,
  .footer__info p a {
    color: #fff;
  }
  .footer__info-pagetop {
    width: 16vw;
    bottom: 0;
    right: 0;
  }
  .footer__info-pagetop img {
    width: 100%;
  }

  .footer__nav-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__nav-list .item {
    width: 50%;
    text-align: center;
  }
  .footer__nav-list .item + .item {
    margin-left: 0;
  }
  .footer__nav-list .item:nth-of-type(n + 3) {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 500px) {
  .footer__nav {
    height: auto;
    display: flex;
    align-items: center;
    padding: 2vw 0;
    line-height: 1.8;
  }
}
/* .main -----------------*/
/* Vend
-------------------------------------------------------- */
/* bxslider -----------------*/
.bx-wrapper {
  z-index: 0;
  max-width: 100% !important;
  margin-bottom: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

/* Page
-------------------------------------------------------- */
/* Top -----------------*/

@media only screen and (max-width: 480px) {
  .top {
    overflow-x: hidden;
  }
}

.top__keyvisual-inner_box {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.text_list {
  position: absolute;
  top: 100px;
  right: 0;
}
.top__keyvisual {
  background: url(../images/top/keyvisual/ky_img.jpg) no-repeat transparent;
  height: 940px;
  max-width: 1920px;
  margin: -70px auto;
  width: 100%;
  background-size: contain;
}
.top__keyvisual_textbox {
  max-width: 658px;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 286px;
  left: 65px;
}

.text_list {
  position: absolute;
  top: 135px;
  max-width: 1460px;
  width: 100%;
  right: 0;
}

.top__keyvisual-inner {
  width: 96%;
  margin: 0 auto;
  max-width: 1720px;
}
.top__keyvisual:after {
  content: "";
  background: url(../images/top/keyvisual/ky_bt_bg.png);
  max-width: 1920px;
  height: 118px;
  display: inline-block;
  position: absolute;
  background-repeat: repeat;
  bottom: -60px;
  z-index: 0;
  width: 100%;
}

@media only screen and (max-width: 1700px) {
  .top__keyvisual_textbox {
    max-width: 34vw;
  }
}

@media only screen and (max-width: 1400px) {
  .top__keyvisual {
    height: 49vw;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    background-size: 100%;
  }
  .text_list {
    position: absolute;
    bottom: 5vw;
    max-width: 970px;
    width: 74vw;
    right: 0;
  }
  .top__keyvisual_textbox {
    max-width: 1700px;
    margin: 0 auto;
    width: 34vw;
    position: absolute;
    max-width: 561px;
    top: 23vw;
    /* left: 0; */
  }
}
@media only screen and (max-width: 1100px) {
  .top__keyvisual_textbox p {
    position: absolute;
    top: 27vw;
    z-index: 9999;
    left: 8vw;
    width: 30vw;
  }

  .top__keyvisual_textbox p {
    position: absolute;
    top: 21vw;
    z-index: 9999;
    left: 20px;
    width: 44vw;
  }
  .top__keyvisual_textbox {
    top: 3vw;
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .top__keyvisual_textbox {
    top: 6vw;
    left: 0;
  }
  .top__keyvisual:after {
    bottom: 0vw;
    height: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .top__keyvisual_textbox p {
    top: 35vw;
    left: 10px;
    width: 49vw;
  }
  .top__keyvisual {
    height: 53vw;
  }

  .text_list {
    top: 20vw;
    width: 74vw;
    right: 0;
  }
}
@media only screen and (max-width: 500px) {
  .top__keyvisual:after {
    bottom: 0;
    height: 50px;
  }
}

main.main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

/* top__onayami
-------------------------------------------------------- */

.top__onayami {
  margin-top: 120px;
}
.top__onayami-inner_box_h h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 36px;
  line-height: 60px;
  text-align: center;
}
.top__onayami-inner_box_h h2 span {
  color: #83c5cd;
}
.top__onayami-inner_contents {
  height: 638px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto 101px;
  position: relative;
}
.top__onayami-inner_nurse {
  width: 219px;
  height: 257px;
  position: absolute;
  bottom: 48px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0);
}
.top__onayami-inner_onayami1 {
  position: absolute;
  left: 348px;
  top: 66px;
}
.top__onayami-inner_onayami2 {
  position: absolute;
  right: 159px;
  top: 57px;
}
.top__onayami-inner_onayami3 {
  position: absolute;
  right: 192px;
  top: 345px;
}
.top__onayami-inner_onayami4 {
  position: absolute;
  right: 433px;
  top: 116px;
}
.top__onayami-inner_onayami5 {
  position: absolute;
  left: 105px;
  top: 144px;
}
.top__onayami-inner_onayami6 {
  position: absolute;
  left: 145px;
  top: 361px;
}
@media only screen and (max-width: 1440px) {
  .top__onayami-inner_nurse {
    width: 20vw;
    bottom: 7vw;
  }
  .top__onayami-inner_contents {
    height: 55vw;
  }
  .top__onayami-inner_onayami1 {
    left: 18.8vw;
    top: 6.6vw;
    width: 18vw;
  }
  .top__onayami-inner_onayami2 {
    right: 3vw;
    top: 5.7vw;
    width: 19vw;
  }
  .top__onayami-inner_onayami3 {
    right: 5.2vw;
    top: 25.5vw;
    width: 22vw;
  }
  .top__onayami-inner_onayami4 {
    right: 24.3vw;
    top: 11.6vw;
    width: 18vw;
  }
  .top__onayami-inner_onayami5 {
    left: 3.5vw;
    top: 14.4vw;
    width: 15vw;
  }
  .top__onayami-inner_onayami6 {
    left: 14vw;
    top: 26vw;
    width: 20vw;
  }
}
@media only screen and (max-width: 1300px) {
  .top__onayami {
    margin-top: 4vw;
  }
  .top__onayami-inner_box_h h2 {
    font-size: 3vw;
    line-height: 5vw;
  }
  .top__keyvisual:after {
    height: 50px;
    bottom: -30px;
  }
}
@media only screen and (max-width: 1000px) {
  .top__onayami-inner_nurse {
    width: 20vw;
    bottom: 7vw;
  }
  .top__onayami-inner_contents {
    height: 55vw;
  }
  .top__onayami-inner_onayami1 {
    left: 18.8vw;
    top: 3.6vw;
    width: 30vw;
  }
  .top__onayami-inner_onayami2 {
    right: 3vw;
    width: 30vw;
    top: 18.6vw;
  }
  .top__onayami-inner_onayami3 {
    right: 5.2vw;
    top: 45.5vw;
    width: 30vw;
  }
  .top__onayami-inner_onayami4 {
    right: 24.3vw;
    top: 5.7vw;
    width: 30vw;
  }
  .top__onayami-inner_onayami5 {
    left: 3.5vw;
    top: 22.4vw;
    width: 30vw;
  }
  .top__onayami-inner_onayami6 {
    left: 8vw;
    top: 46vw;
    width: 30vw;
  }
}
@media only screen and (max-width: 1000px) {
  .top__onayami-inner_contents {
    height: 57vw;
    margin: 0 auto 5vw;
  }
  .top__onayami-inner_nurse {
    bottom: 0;
  }
  .top__onayami-inner_contents {
    height: 77vw;
  }
  .top__onayami {
    margin-top: 7vw;
  }
}

@media only screen and (max-width: 768px) {
  .top__onayami {
    margin-top: 9vw;
  }
  .top__onayami-inner_nurse {
    bottom: 8vw;
    height: auto;
  }
}

/* top__about
-------------------------------------------------------- */
.top__about {
  background: #f89e96;
  padding: 140px 0 156px;
  position: relative;
}
.top__about:before {
  content: "";
  background: url(../images/top/about/about_top_bg.png) no-repeat;
  display: inline-block;
  max-width: 1920px;
  height: 118px;
  position: absolute;
  left: 0;
  width: 100%;
  top: -24px;
}
.top__about-inner_box_h h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 36px;
  line-height: 60px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  position: relative;
}
.top__about-inner_box_h h2:before {
  content: "";
  background: url(../images/top/about/therapist_kazari01.png) no-repeat;
  display: inline-block;
  max-width: 52px;
  height: 108px;
  position: absolute;
  left: -100px;
  width: 100%;
}
.top__about-inner_box_h h2:after {
  content: "";
  background: url(../images/top/about/therapist_kazari02.png) no-repeat;
  display: inline-block;
  max-width: 85px;
  height: 99px;
  position: absolute;
  right: -100px;
  width: 100%;
  top: -28px;
}
.top__about-inner_box_h {
  text-align: center;
  margin-bottom: 61px;
}
.top__about-inner_contents_text1 {
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 40px;
  font-weight: 600;
}
.top__about-inner_contents_text2 {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 62px;
}
.top__about-inner_3contents {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.top__about-inner_3contents {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 91px;
  justify-content: space-between;
}

.top__about-inner_3contents_box {
  width: 320px;
  background: #fff;
  border-radius: 20px;
}
.top__about-inner_3contents_imgbox {
  margin-bottom: 32px;
}
.top__about-inner_3contents_textbox_number {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 36px;
  text-align: center;
  margin-bottom: 24px;
  color: #83c5cd;
  font-weight: 600;
}
.top__about-inner_3contents_textbox_title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 28px;
  font-weight: bold;
}
.top__about-inner_3contents_textbox_text {
  padding: 0 25px 35px;
  line-height: 30px;
  font-family: Yu Gothic Medium;
}

.top__about-inner_bottombox {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.top__about-inner_bottombox_img {
  width: 50%;
  justify-content: flex-end;
  display: flex;
  padding-right: 30px;
  position: relative;
}
.top__about-inner_bottombox_img:after {
  content: "";
  background: url(../images/top/about/therapist_kazari03.png) no-repeat;
  display: inline-block;
  max-width: 646px;
  height: 301px;
  position: absolute;
  left: -145px;
  width: 100%;
  bottom: -95px;
}
.top__about-inner_bottombox_textbox {
  width: 50%;
  justify-content: flex-start;
  display: flex;
  padding-left: 10px;
  flex-wrap: wrap;
  flex-flow: column;
}
.top__about-inner_bottombox_img p {
  width: 464px;
  height: 451px;
}
.top__about-inner_bottombox_text_title {
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 38px;
  color: #fff;
  font-weight: 600;
}
.top__about-inner_bottombox_text {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-family: Yu Gothic Medium;
}

@media only screen and (max-width: 1400px) {
  .top__about-inner_bottombox_text_title {
    font-size: 28px;
    line-height: 41px;
    margin-bottom: 3vw;
  }
  .top__about-inner_bottombox_text {
    font-size: 20px;
    line-height: 2.6vw;
  }
}
@media only screen and (max-width: 1000px) {
  .top__about-inner_box_h h2 {
    font-size: 4vw;
    line-height: 6vw;
  }
  .top__about-inner_contents_text1 {
    font-size: 2vw;
    line-height: 4vw;
    margin-bottom: 4vw;
  }
  .top__about-inner_contents_text2 {
    font-size: 2vw;
    margin-bottom: 62px;
  }
  .top__about-inner_3contents_box {
    width: calc(94% / 2);
    margin: 0 auto 3%;
  }
  .top__about-inner_3contents_textbox_number {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .top__about-inner_3contents_textbox_title {
    font-size: 2vw;
    margin-bottom: 3vw;
  }
  .top__about-inner_3contents_textbox_text {
    padding: 0 3vw 4vw;
    line-height: 3vw;
    font-size: 2vw;
  }
  .top__about-inner_bottombox {
    width: 94%;
    display: block;
  }
  .top__about-inner_bottombox_img {
    margin: 0 auto 10%;
  }
  .top__about-inner_bottombox_textbox {
    width: 80%;
    margin: 0 auto;
  }
  .top__about-inner_bottombox_text_title {
    font-size: 4vw;
    line-height: 6vw;
    margin-bottom: 3vw;
  }
  .top__about-inner_bottombox_textbox {
    width: 100%;
  }
  .top__about-inner_bottombox_text {
    font-size: 2.5vw;
    line-height: 4vw;
  }
}

@media only screen and (max-width: 768px) {
  .top__about:before {
    height: 50px;
    top: -6vw;
  }
  .top__about-inner_box_h h2:after {
    background-size: 80%;
  }
  .top__about {
    padding: 9vw 0;
  }
  .top__about-inner_box_h h2:before {
    left: -7vw;
    top: -8vw;
    background-size: 6vw;
  }

  .top__about-inner_contents_text2 {
    font-size: 3vw;
    margin-bottom: 62px;
    padding: 0 3%;
    line-height: 4vw;
    text-align: left;
  }
  .top__about-inner_box_h {
    margin-bottom: 8vw;
  }
  .top__about-inner_contents_text1 {
    font-size: 3vw;
    line-height: 4vw;
    margin-bottom: 4vw;
    padding: 0 4%;
    text-align: left;
  }

  .top__about-inner_3contents_imgbox {
    margin-bottom: 4vw;
  }
  .top__about-inner_3contents_textbox_title {
    font-size: 3vw;
    margin-bottom: 3vw;
  }
  .top__about-inner_3contents_textbox_text {
    padding: 0 3vw 4vw;
    line-height: 4vw;
    font-size: 2.6vw;
  }
  .top__about-inner_bottombox_img {
    margin: 0 auto 10%;
    width: 90%;
    padding: 0;
  }
  .top__service:before {
    height: 50px;
    top: -4vw;
  }
}
@media only screen and (max-width: 500px) {
  .top__about-inner_3contents_box {
    width: 92%;
    margin: 0 auto 13%;
  }
  .top__about-inner_3contents_textbox_number {
    font-size: 8vw;
    margin-bottom: 6vw;
  }
  .top__about-inner_3contents_textbox_title {
    font-size: 5vw;
    margin-bottom: 6vw;
  }
  .top__about-inner_3contents_textbox_text {
    padding: 0 3vw 4vw;
    line-height: 6vw;
    font-size: 3.5vw;
  }

  .top__about-inner_bottombox_img p {
    width: 100%;
    height: auto;
  }
  .top__about-inner_bottombox_text_title {
    font-size: 5vw;
    line-height: 7vw;
    margin-bottom: 3vw;
  }
  .top__about-inner_bottombox_text {
    font-size: 3.5vw;
    line-height: 5vw;
  }
  .top__about-inner_h2_2 {
    font-size: 7vw;
  }
}
/* top__service
-------------------------------------------------------- */
.top__service {
  padding: 118px 0;
  position: relative;
}
.top__service:before {
  content: "";
  background: url(../images/top/service/service_top_bg.png) no-repeat;
  display: inline-block;
  max-width: 1920px;
  height: 118px;
  position: absolute;
  left: 0;
  width: 100%;
  top: -24px;
}
.top__service-inner_h2_1 {
  font-family: "Pangolin", cursive;
  font-size: 18px;
  color: #83c5cd;
  margin-bottom: 29px;
}
.top__service-inner_h2_2 {
  font-size: 30px;
  color: #424242;
  font-weight: 600;
}
.top__service-inner_box_h {
  text-align: center;
  margin-bottom: 58px;
}
.top__service-inner_box_h span {
  display: block;
}
.top__service-inner_contents_box {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 100px;
}
.top__service-inner_contents_text {
  width: 580px;
}
.top__service-inner_contents_img {
  width: 400px;
  height: 320px;
  margin-left: 32px;
}
.top__service-inner_contents_text_title {
  font-size: 24px;
  border-bottom: 1px solid #83c5cd;
  padding-bottom: 17px;
  margin-bottom: 20px;
  font-weight: 600;
}
.top__service-inner_contents_text1 {
  font-size: 16px;
  line-height: 30px;
  font-family: Yu Gothic Medium;
}
.top__service-inner_contents_box {
  position: relative;
}
.top__service-inner_contents_box:before {
  content: "";
  background: url(../images/top/service/service_kazari02.png) no-repeat;
  display: inline-block;
  max-width: 52px;
  height: 72px;
  position: absolute;
  left: -90px;
  width: 100%;
  bottom: -40px;
}
.top__service-inner_contents_img:after {
  content: "";
  background: url(../images/top/service/service_kazari01.png) no-repeat;
  display: inline-block;
  max-width: 147px;
  height: 83px;
  position: absolute;
  right: -29px;
  width: 100%;
  top: 0;
}
.top__service-inner_bnner_img {
  width: 625px;
  height: 155px;
  margin: 0 auto;
  display: block;
}
.top__service-inner_bnner_title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 33px;
}
.top__service-inner_bnner_title span {
  display: inline-block;
  position: relative;
  font-family: Yu Gothic Medium;
}
.top__service-inner_bnner_title span:before {
  content: "";
  background: url(../images/top/service/line1.png) no-repeat;
  width: 20px;
  height: 35px;
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: -40px;
}
.top__service-inner_bnner_title span:after {
  content: "";
  background: url(../images/top/service/line2.png) no-repeat;
  width: 20px;
  height: 35px;
  display: inline-block;
  position: absolute;
  bottom: -10px;
  right: -40px;
}
.top__service-inner_bnner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .top__service-inner_contents_img:after {
    right: 0;
    top: -50px;
  }
  .top__service-inner_contents_box {
    width: 96%;
  }
  .top__service-inner_contents_text {
    width: 100%;
    order: 2;
  }
  .top__service-inner_contents_img {
    width: 80%;
    margin: 0 auto 5vw;
    height: auto;
  }
  .top__service-inner_contents_text_title {
    font-size: 3vw;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }
  .top__service-inner_contents_text1 {
    font-size: 1.9vw;
    line-height: 3vw;
  }
}

@media only screen and (max-width: 768px) {
  .top__about-inner_box_h h2:after {
    right: -10vw;
    background-size: 50%;
    top: -5vw;
    background-position: right top;
  }
  .top__service-inner_contents_img:after {
    right: 0;
    top: -30px;
    background-size: 100%;
    width: 66px;
    height: 13vw;
  }
  .top__service-inner_bnner_img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .top__service {
    padding: 13vw 0;
  }
  .top__service:before {
    height: 50px;
    top: -4vw;
  }
  .top__service-inner_contents_text_title {
    font-size: 4.5vw;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }
  .top__service-inner_contents_text1 {
    font-size: 2.5vw;
    line-height: 4vw;
  }
}
@media only screen and (max-width: 500px) {
  .top__service-inner_bnner_title span:after {
    right: -30px;
  }
  .top__service-inner_bnner_title span:before {
    left: -30px;
  }
  .top__service-inner_bnner_title {
    text-align: center;
    font-size: 3.5vw;
    margin-bottom: 6vw;
  }
  .top__service-inner_contents_img {
    width: 80%;
    margin: 0 auto 8vw;
    height: auto;
  }
  .top__service-inner_contents_text_title {
    font-size: 5vw;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }
  .top__service-inner_contents_text1 {
    font-size: 3.5vw;
    line-height: 5vw;
  }
  .top__service-inner_h2_2 {
    font-size: 7vw;
  }
}

/* top__menu
-------------------------------------------------------- */
.top__menu {
  padding: 118px 0;
  background: url(../images/top/menu/menu_bg.jpg);
  position: relative;
}
.top__menu:before {
  content: "";
  background: url(../images/top/menu/menu_top_bg.png) no-repeat;
  display: inline-block;
  max-width: 1920px;
  height: 118px;
  position: absolute;
  left: 0;
  width: 100%;
  top: -24px;
}
.top__menu-inner_h2_1 {
  font-family: "Pangolin", cursive;
  font-size: 18px;
  color: #e75f5f;
  margin-bottom: 29px;
}
.top__menu-inner_h2_2 {
  font-size: 30px;
  color: #424242;
  font-weight: 600;
}
.top__menu-inner_box_h {
  text-align: center;
  margin-bottom: 59px;
}
.top__menu-inner_box_h span {
  display: block;
}
.top__menu-inner_price {
  max-width: 980px;
  height: auto;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 15px;
}
.top__menu-inner_price_in {
  border: 1px solid #e75f5f;
  border-radius: 12px;
  padding: 65px 0 48px;
}
.top__menu-inner_price_title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 67px;
}

.top__menu-inner_price_1_title {
  font-size: 24px;
  padding: 20px 0 34px;
  text-align: center;
}

.top__menu-inner_price_1_price {
  position: relative;
  font-size: 48px;
  font-style: italic;
}
.top__menu-inner_price_1_price::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(-10deg);
  background-color: #e75f5f;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
.top__menu-inner_price_box {
  justify-content: center;
  margin-bottom: 52px;
}
.top__menu-inner_price_1_en {
  font-size: 24px;
  margin: 0 8px 0 15px;
}
.top__menu-inner_price_1_tax {
  font-size: 16px;
}
.top__menu-inner_price_1_box {
  align-items: flex-end;
}
.top__menu-inner_price_3_title {
  font-size: 24px;
  color: #e75f5f;
  font-weight: bold;
  margin-bottom: 36px;
  text-align: center;
}
.top__menu-inner_price_3_price {
  font-size: 72px;
  color: #e75f5f;
  font-weight: bold;
  background: linear-gradient(transparent 72%, #e1d5c4 40%);
  font-style: italic;
}
.top__menu-inner_price_3_en {
  font-size: 24px;
  color: #e75f5f;
  font-weight: bold;
  margin: 0 8px 0 15px;
}
.top__menu-inner_price_3_tax {
  font-size: 16px;
  color: #e75f5f;
  font-weight: bold;
}
.top__menu-inner_price_3_box {
  align-items: flex-end;
}

.top__menu-inner_price_2 {
  width: 93px;
  height: 24px;
  margin: 0 50px;
  margin-top: auto;
  margin-bottom: 15px;
}
.top__menu-inner_price_btlist ul li {
  line-height: 30px;
  font-size: 16px;
  margin-left: 89px;
  font-family: Yu Gothic Medium;
}
.top__menu-inner_price_btlist {
  margin-bottom: 45px;
}
.top__menu-inner_price_btn a {
  background-color: rgb(231, 95, 95);
  width: 280px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
  margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
  .top__menu-inner_price_title {
    font-size: 2.6vw;
    margin-bottom: 7vw;
  }
  .top__menu-inner_price_1_title {
    font-size: 3vw;
    padding: 20px 0 34px;
  }
  .top__menu-inner_price_1_price {
    position: relative;
    font-size: 4.8vw;
    font-style: italic;
  }
  .top__menu-inner_price_1_en {
    font-size: 2.4vw;
    margin: 0 8px 5px 15px;
  }
  .top__menu-inner_price_1_tax {
    font-size: 1.6vw;
    margin: 0 8px 5px 0;
  }
  .top__menu-inner_price_3_title {
    font-size: 2.8vw;
    margin-bottom: 36px;
  }
  .top__menu-inner_price_3_price {
    font-size: 7vw;
    background: linear-gradient(transparent 72%, #e1d5c4 40%);
  }
  .top__menu-inner_price_3_en {
    font-size: 2.4vw;
    margin: 0 8px 5px 15px;
  }
  .top__menu-inner_price_3_tax {
    font-size: 1.6vw;
    margin: 0 8px 5px 0;
  }
  .top__menu-inner_price_btlist ul li {
    line-height: 3.2vw;
    font-size: 2vw;
    margin-left: 0;
    padding-left: 4vw;
    text-indent: -1.6vw;
  }
  .top__menu-inner_price_btlist {
    margin-bottom: 45px;
    width: 96%;
    margin: 0 auto 8vw;
  }
}

@media only screen and (max-width: 768px) {
  .top__menu-inner_price_btn a {
    font-size: 2.5vw;
  }
  .top__menu-inner_price_1_price,
  .top__menu-inner_price_3_price {
    font-size: 40px;
  }
  .top__menu-inner_price_1_en,
  .top__menu-inner_price_3_en,
  .top__menu-inner_price_1_tax,
  .top__menu-inner_price_3_tax {
    font-size: 16px;
  }
}
@media only screen and (max-width: 650px) {
  .top__menu-inner_price_1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .top__menu-inner_price_1_box {
    margin: 0 auto;
    justify-content: center;
  }
  .top__menu-inner_price_3 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .top__menu-inner_price_3_box {
    margin: 0 auto;
    justify-content: center;
  }
  .top__menu-inner_price_2 {
    display: none;
  }
  .top__menu-inner_price_1_title {
    font-size: 18px;
    padding: 0 0 20px;
  }
  .top__menu-inner_price_3_title {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 500px) {
  .top__menu-inner_h2_2 {
    font-size: 7vw;
  }
  .top__menu-inner_price_btn a {
    font-size: 3.5vw;
  }
  .top__menu-inner_price_title {
    font-size: 4vw;
    margin-bottom: 7vw;
    line-height: 6vw;
    padding: 0 5%;
  }
  .top__menu-inner_price_btlist ul li {
    line-height: 5vw;
    font-size: 3vw;
    margin-left: 0;
    padding-left: 4vw;
    text-indent: -2.6vw;
  }
}

/* top__teacher
-------------------------------------------------------- */
.top__teacher {
  padding: 12vw 0;
  background: #fff;
  position: relative;
}
.top__teacher:before {
  content: "";
  background: url(../images/top/teacher/teacher_top_bg.png) no-repeat;
  display: inline-block;
  max-width: 1920px;
  height: 118px;
  position: absolute;
  left: 0;
  width: 100%;
  top: -24px;
}

.top__teacher-inner_h2_1 {
  font-family: "Pangolin", cursive;
  font-size: 18px;
  color: #83c5cd;
  margin-bottom: 28px;
}
.top__teacher-inner_h2_2 {
  font-size: 30px;
  color: #424242;
}
.top__teacher-inner_box_h {
  text-align: center;
  margin-bottom: 58px;
}
.top__teacher-inner_box_h span {
  display: block;
}
.top__teacher-inner_contentsbox {
  max-width: 1080px;
  margin: 0 auto 50px;
  width: 100%;
}
.top__teacher-inner_contentsbox_img {
  width: 250px;
  height: 300px;
  margin: 0 64px 0 94px;
}
.top__teacher-inner_contentsbox_text {
  width: 580px;
}
.top__teacher-inner_contentsbox_text_title {
  font-weight: bold;
  margin-bottom: 39px;
}
.top__teacher-inner_contentsbox_text_title1 {
  font-size: 24px;
  margin-right: 35px;
  font-weight: 600;
}
.top__teacher-inner_contentsbox_text_title2 {
  font-size: 16px;
}
.top__teacher-inner_contentsbox_text1 {
  line-height: 30px;
  font-size: 16px;
  font-family: Yu Gothic Medium;
}
.top__teacher-inner_btn a {
  background-color: #93bac7;
  width: 280px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
  margin: 0 auto;
  font-weight: 600;
}

@media only screen and (max-width: 1400px) {
  .top__teacher-inner_contentsbox_text {
    width: 60%;
  }
  .top__teacher-inner_contentsbox_img {
    width: 34%;
    height: auto;
    margin: 0 3% 0 0;
  }
  .top__teacher-inner_contentsbox {
    max-width: 1080px;
    margin: 0 auto 50px;
    width: 96%;
  }
}

@media only screen and (max-width: 1100px) {
  .top__teacher-inner_contentsbox_img {
    width: 50%;
    height: auto;
    margin: 0 auto 5vw;
  }
  .top__teacher-inner_contentsbox_text_title1 {
    font-size: 4vw;
    margin-right: 4vw;
  }
  .top__teacher-inner_contentsbox_text_title2 {
    font-size: 2.5vw;
  }
  .top__teacher-inner_contentsbox_text {
    width: 96%;
    margin: 0 auto;
  }
  .top__teacher-inner_contentsbox_text1 {
    line-height: 4vw;
    font-size: 2.6vw;
  }
}

@media only screen and (max-width: 768px) {
  .top__teacher:before {
    height: 50px;
  }
}

@media only screen and (max-width: 500px) {
  .top__teacher-inner_contentsbox_text_title {
    font-weight: bold;
    margin-bottom: 8vw;
  }
  .top__teacher-inner_contentsbox_text1 {
    line-height: 6vw;
    font-size: 3.5vw;
  }
  .top__teacher-inner_h2_2 {
    font-size: 7vw;
  }
  .top__teacher-inner_contentsbox_text_title1 {
    font-size: 6vw;
    margin-right: 4vw;
  }
}

/* top__news
-------------------------------------------------------- */
.top__news {
  padding: 118px 0 50px;
  background: #fdede8;
  position: relative;
}
.top__news:before {
  content: "";
  background: url(../images/top/news/news_top_bg.png) no-repeat;
  display: inline-block;
  max-width: 1920px;
  height: 118px;
  position: absolute;
  left: 0;
  width: 100%;
  top: -24px;
}
.top__news-inner_h2_1 {
  font-family: "Pangolin", cursive;
  font-size: 18px;
  color: #e75f5f;
  margin-bottom: 29px;
}
.top__news-inner_h2_2 {
  font-size: 30px;
  color: #424242;
}
.top__news-inner_box_h {
  text-align: center;
  margin-bottom: 58px;
}
.top__news-inner_box_h span {
  display: block;
}
.top__news-inner_listbox {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 70px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(50px, 1fr));
}
.top__news-inner_list {
  border-radius: 25px;
  background: #fff;
  transition: 0.4s;
}
.top__news-inner_list:hover {
  opacity: 0.7;
}
.top__news-inner_list_text {
  padding: 0 17px 35px;
}
.top__news-inner_list_img {
  margin-bottom: 22px;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}
.top__news-inner_list_img img {
  height: 220px;
  object-fit: cover;
}
.top__news-inner_list_text_date {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 21px;
  color: #e75f5f;
}
.top__news-inner_list_text_title {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #2c2c2c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.top__news-inner_list_text_text {
  line-height: 25px;
  font-size: 13px;
  color: #2c2c2c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.top__news-inner_list_text_text {
  font-size: 13px;
  line-height: 25px;
  font-family: Yu Gothic Medium;
}
.top__news-inner_btn a {
  background-color: #fff;
  width: 280px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #83c5cd;
  margin: 0 auto;
  font-weight: 600;
}
@media only screen and (max-width: 1400px) {
  .top__news-inner_list {
    width: calc(92% / 2);
    border-radius: 25px;
    background: #fff;
    margin: 0 auto 3vw;
  }
  .top__news-inner_list_text_date {
    font-size: 2vw;
    margin-bottom: 3vw;
  }
  .top__news-inner_list_text_title {
    font-size: 2vw;
    line-height: 3vw;
    margin-bottom: 2vw;
  }
  .top__news-inner_list_text_text {
    font-size: 1.8vw;
    line-height: 2.8vw;
  }
}

@media only screen and (max-width: 768px) {
  .top__news-inner_list_text_date {
    font-size: 3vw;
    margin-bottom: 21px;
  }
  .top__news-inner_list_text_title {
    font-size: 2.5vw;
    line-height: 4vw;
    margin-bottom: 5vw;
  }
  .top__news-inner_list_text_text {
    font-size: 2.5vw;
    line-height: 3.8vw;
  }
  .top__news-inner_btn a {
    font-size: 3vw;
  }
  .top__news-inner_listbox {
    margin-bottom: 0;
    grid-template-columns: repeat(1, minmax(50px, 1fr));
  }
}

@media only screen and (max-width: 500px) {
  .top__news-inner_btn a {
    font-size: 4.5vw;
  }
  .top__news:before {
    height: 50px;
  }
  .top__news {
    padding: 11vw 0 50px;
    background: #fdede8;
    position: relative;
  }
  .top__news-inner_list {
    width: 92%;
    margin-bottom: 13%;
  }
  .top__news-inner_list_text_date {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  .top__news-inner_list_text_title {
    font-size: 4vw;
    line-height: 4vw;
    margin-bottom: 7vw;
  }
  .top__news-inner_list_text_text {
    font-size: 3.5vw;
    line-height: 5.8vw;
  }
  .top__news-inner_h2_2 {
    font-size: 7vw;
  }
}

/* top__store
-------------------------------------------------------- */
.top__store {
  padding: 61px 0;
  background: #fdede8;
}
.top__store-inner_h2_1 {
  font-family: "Pangolin", cursive;
  font-size: 18px;
  color: #83c5cd;
  margin-bottom: 29px;
}
.top__store-inner_h2_2 {
  font-size: 30px;
  color: #424242;
}
.top__store-inner_box_h {
  text-align: center;
  margin-bottom: 47px;
}
.top__store-inner_box_h span {
  display: block;
}

.top__store-inner_flexbox {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 93px;
  justify-content: center;
}
.top__store-inner_box_info dl {
  line-height: 72px;
}
.top__store-inner_box_info dl dt {
  width: 23%;
  margin-right: 50px;
}
.top__store-inner_box_info dl dd {
  width: 66%;
}
.top__store-inner_box_info dl dd a {
  color: #2c2c2c;
}
.top__store-inner_box_map {
  width: 50%;
}
.top__store-inner_box_map iframe {
  width: 100%;
}
.top__store-inner_box_info {
  width: 50%;
  padding-left: 48px;
}

@media only screen and (max-width: 1100px) {
  .top__store-inner_box_map {
    width: 90%;
    order: 2;
  }
  .top__store-inner_box_info {
    width: 90%;
    padding-left: 0;
    margin-bottom: 5vw;
  }
  .top__store-inner_box_info dl {
    line-height: 4vw;
  }
  .top__contact {
    background: url(../images/top/contact/contact_bg.jpg) no-repeat;
    padding: 70px 0 78px;
    color: #fff;
    background-position: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .top__store-inner_box_info dl {
    line-height: 6vw;
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 500px) {
  .top__store-inner_box_info dl {
    line-height: 8vw;
    font-size: 4vw;
  }
  .top__store-inner_box_info dl dt {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .top__store-inner_box_info dl dd {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }
  .top__store-inner_flexbox {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto 9vw;
    justify-content: center;
  }

  .top__store-inner_h2_2 {
    font-size: 7vw;
  }
}

/* top__contact
-------------------------------------------------------- */
.top__contact {
  background: url(../images/top/contact/contact_bg.jpg) no-repeat;
  padding: 70px 0 78px;
  background-size: cover;
  color: #fff;
}

.top__contact-inner_h2_1 {
  font-family: "Pangolin", cursive;
  font-size: 18px;
  color: #fff;
  margin-bottom: 18px;
}
.top__contact-inner_h2_2 {
  font-size: 30px;
  font-weight: 600;
}
.top__contact-inner_box_h {
  text-align: center;
  margin-bottom: 35px;
}
.top__contact-inner_box_h span {
  display: block;
}
.top__contact__contents_text {
  text-align: center;
}
.top__contact__contents_text {
  text-align: center;
  font-family: Yu Gothic Medium;
  margin-bottom: 38px;
}
.top__contact__contents-btn_line {
  width: 290px;
  height: 50px;
  background: #06c755;
  margin: 0 auto;
  border-radius: 25px;
}
.top__contact__contents-btn_line a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.top__contact__contents-btn_line a:before {
  content: "";
  background: url(../images/top/contact/ft_line_icon.png) no-repeat transparent;
  width: 25px;
  height: 24px;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: -1px;
}

@media only screen and (max-width: 768px) {
  .top__contact__contents_text {
    font-size: 2.5vw;
  }
  .top__teacher-inner_btn a {
    font-size: 4.5vw;
  }
}

@media only screen and (max-width: 500px) {
  .top__contact-inner_h2_2 {
    font-size: 7vw;
  }
  .top__contact__contents_text {
    font-size: 3.5vw;
    padding: 0 5%;
    line-height: 5vw;
  }
}
/*# sourceMappingURL=map/style.css.map */

.top__info {
  padding: 0 0 12vw;
}
.top__info-inner {
  max-width: 1080px;
  margin: 0 auto 50px;
  width: 94%;
}
.title_box h2 {
  font-size: 30px;
  color: #424242;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  text-align: center;
}
.title_box h2 span {
  display: block;
  font-family: "Pangolin", cursive;
  font-size: 18px;
  color: #e75f5f;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.top__info .catch_box {
  text-align: center;
  margin-top: 50px;
}
.top__info .catch {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 36px;
  line-height: 60px;
  text-align: center;
  font-weight: 600;
  color: #e75f5f;
  display: inline-block;
  position: relative;
}
.top__info .catch:before {
  content: "";
  background: url(../images/top/about/therapist_kazari01.png) no-repeat;
  display: inline-block;
  max-width: 52px;
  height: 108px;
  position: absolute;
  left: -100px;
  width: 100%;
}
.top__info .catch:after {
  content: "";
  background: url(../images/top/about/therapist_kazari02.png) no-repeat;
  display: inline-block;
  max-width: 85px;
  height: 99px;
  position: absolute;
  right: -100px;
  width: 100%;
  top: -28px;
}
.top__info .mt5rem {
  margin-top: 5rem;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-family: Yu Gothic Medium;
}

@media only screen and (max-width: 1000px) {
  .top__info .catch {
    font-size: 4vw;
    line-height: 6vw;
  }
  .top__info .catch:before {
    left: -7vw;
    top: -8vw;
    background-size: 6vw;
  }
  .top__info .catch:after {
    right: -10vw;
    background-size: 50%;
    top: -5vw;
    background-position: right top;
  }
  .top__info .mt5rem {
    line-height: 6vw;
    font-size: 3.5vw;
    margin-top: 3rem;
  }
}

.mt7rem {
  margin-top: 7rem;
}
.d_block {
  display: block;
  margin-top: 0.5rem;
}
