@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1.5;
  font-family: "Noto Sans JP", MyYuGothicM, "-apple-system", "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: 500;
  color: #000;
}

span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

textarea, input, select {
  font-family: "Noto Sans JP", MyYuGothicM, "-apple-system", "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}

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

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:hover {
  text-decoration: none;
  opacity: 1;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
@media screen and (max-width: 767px) {
  a:hover {
    text-decoration: none;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -1ex;
}

button {
  outline: none;
}

/*==================================================================
	共通extend用
===================================================================*/
/* --------------------------------------------------
 Module CSS
 -------------------------------------------------- */
/* --------------------------------------------------
 01:  webfont
 -------------------------------------------------- */
/* --------------------------------------------------
 02:  Margin Padding
 -------------------------------------------------- */
.mt0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

.mb0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mr0 {
  margin-right: 0 !important;
}

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

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

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

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

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

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

.ml0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

.pt0 {
  padding-top: 0 !important;
}

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

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

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

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

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

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

.pb0 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

.pr0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

.pl0 {
  padding-left: 0 !important;
}

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

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

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

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

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

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

/* --------------------------------------------------
 02.5:  Margin Padding (responsive)
 -------------------------------------------------- */
.mt_s {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .mt_s {
    margin-top: 10px;
  }
}

.mt_m {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mt_m {
    margin-top: 20px;
  }
}

.mt_l {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .mt_l {
    margin-top: 30px;
  }
}

.mb_s {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mb_s {
    margin-bottom: 10px;
  }
}

.mb_m {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mb_m {
    margin-bottom: 20px;
  }
}

.mb_l {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mb_l {
    margin-bottom: 30px;
  }
}

/* --------------------------------------------------
 03:  Text Size
 -------------------------------------------------- */
.t10 {
  font-size: 10px!important;
  font-size: 1rem!important;
}

.t11 {
  font-size: 11px!important;
  font-size: 1.1rem!important;
}

.t12 {
  font-size: 12px!important;
  font-size: 1.2rem!important;
}

.t13 {
  font-size: 13px!important;
  font-size: 1.3rem!important;
}

.t14 {
  font-size: 14px!important;
  font-size: 1.4rem!important;
}

.t15 {
  font-size: 15px!important;
  font-size: 1.5rem!important;
}

.t16 {
  font-size: 16px!important;
  font-size: 1.6rem!important;
}

.t17 {
  font-size: 17px!important;
  font-size: 1.7rem!important;
}

.t18 {
  font-size: 18px!important;
  font-size: 1.8rem!important;
}

.t19 {
  font-size: 19px!important;
  font-size: 1.9rem!important;
}

.t20 {
  font-size: 20px!important;
  font-size: 2rem!important;
}

/* --------------------------------------------------
 04:  Set Style
 -------------------------------------------------- */
.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.hidden {
  display: none;
}

.gothic {
  font-family: "Noto Sans JP", MyYuGothicM, "-apple-system", "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
}

/* --------------------------------------------------
 05:  Responsive
 -------------------------------------------------- */
.pc {
  display: inherit;
}

.tb {
  display: none;
}

.tb_sp {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 1140px) {
  .pc {
    display: inherit;
  }
  .tb {
    display: inherit;
  }
  .tb_sp {
    display: inherit;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .tb_sp {
    display: inherit;
  }
  .sp {
    display: inherit;
  }
}
@font-face {
  font-family: "lightcase";
  src: url("../font/lightcase.eot?55356177");
  src: url("../font/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../font/lightcase.woff?55356177") format("woff"), url("../font/lightcase.ttf?55356177") format("truetype"), url("../font/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=lightcase-icon-]:before {
  font-family: "lightcase", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.lightcase-icon-play:before {
  content: "\e800";
}

.lightcase-icon-pause:before {
  content: "\e801";
}

.lightcase-icon-close:before {
  content: "\e802";
}

.lightcase-icon-prev:before {
  content: "\e803";
}

.lightcase-icon-next:before {
  content: "\e804";
}

.lightcase-icon-spin:before {
  content: "\e805";
}

@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}
@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}
.lightcase-open body {
  overflow: hidden;
}

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

#lightcase-info {
  position: absolute;
  padding-top: 15px;
}

#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}

#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*=lightcase-icon-] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*=lightcase-icon-], a[class*=lightcase-icon-]:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*=lightcase-icon-] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*=lightcase-icon-]:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*=lightcase-icon-].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*=lightcase-icon-].lightcase-icon-prev {
  left: 15px;
}

a[class*=lightcase-icon-].lightcase-icon-next {
  right: 15px;
}

a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  a[class*=lightcase-icon-] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  a[class*=lightcase-icon-] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  a[class*=lightcase-icon-]:hover, #lightcase-case:hover ~ a[class*=lightcase-icon-] {
    opacity: 1;
  }
}
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #lightcase-overlay {
    opacity: 1 !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 1.4em;
  }
}
body.ovh {
  overflow: hidden;
  height: 100vh;
}
body #modal-bk {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  z-index: 11;
  display: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
}

.header .content-inner,
.main-content .content-inner,
.footer .content-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.content-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer {
  border-top: 1px solid #C6C6C6;
  padding: 40px 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 10px 80px;
  }
}
.footer .page-top {
  position: absolute;
  bottom: 80px;
  right: 20px;
  z-index: 5;
  -webkit-transition: opacity 0.3s, visibility 0s ease 0.3s;
  transition: opacity 0.3s, visibility 0s ease 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .footer .page-top {
    right: inherit;
    left: 10px;
    bottom: 120px;
  }
}
.footer .page-top.fixed {
  position: fixed;
  top: inherit;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer .page-top.fixed {
    right: 10px;
    bottom: 10px;
  }
}
.footer .page-top.view {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}
.footer .page-top a {
  display: block;
  height: 60px;
  width: 60px;
  background: #fff;
  border: 2px solid #F28394;
  color: #FFF;
  border-radius: 30px;
  padding-left: 50px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer .page-top a {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.footer .page-top a::before {
  content: "";
  height: 15px;
  width: 15px;
  border-top: 3px solid #F28394;
  border-left: 3px solid #F28394;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%) rotate(45deg);
          transform: translate(-50%, -25%) rotate(45deg);
}
.footer .copy {
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer .copy {
    text-align: center;
  }
}

.main-content {
  min-height: calc(100vh - 60px - 60px);
}
@media screen and (max-width: 767px) {
  .main-content {
    min-height: calc(100vh - 60px - 60px);
  }
}
.main-content .click-box {
  cursor: pointer;
}
.main-content .click-box a:hover {
  opacity: 1;
}
.main-content .section {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .main-content .section {
    margin-bottom: 50px;
  }
}
.main-content .section-inner {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .main-content .section-inner {
    margin-bottom: 50px;
  }
}
.main-content .main-img-block__img-box {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main-content .main-img-block__img-box .content-inner {
    padding: 0;
  }
}

.main-content .main-img-block__txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .main-content .main-img-block__txt-box {
    margin-bottom: 30px;
  }
}
.main-content .main-img-block__txt-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 495px;
  margin: 0 15px 15px 0;
}
@media screen and (max-width: 767px) {
  .main-content .main-img-block__txt-box .list {
    width: 100%;
    margin: 0 0 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.main-content .main-img-block__txt-box .list .item {
  width: 50%;
}
.main-content .main-img-block__txt-box .list .item:first-child {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main-content .main-img-block__txt-box .list .item:first-child {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .main-content .main-img-block__txt-box .list .item {
    width: 31%;
  }
}
.main-content .main-img-block__txt-box .list .item .item-inner {
  width: 233px;
  height: 132px;
  border-radius: 50%;
  background: #FFFED3;
  font-size: 18px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .main-content .main-img-block__txt-box .list .item .item-inner {
    border-radius: 5px;
    width: auto;
    height: 100%;
    font-size: 12px;
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  .main-content .main-img-block__txt-box .list .item .item-inner br {
    display: none;
  }
}
.main-content .main-img-block__txt-box .list .item .item-inner strong {
  font-size: 22px;
  font-weight: bold;
  color: #E60020;
}
@media screen and (max-width: 767px) {
  .main-content .main-img-block__txt-box .list .item .item-inner strong {
    font-size: 14px;
  }
}
.main-content .main-img-block__txt-box .banner {
  width: 583px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .main-content .main-img-block__txt-box .banner {
    width: 100%;
  }
}
.main-content .main-img-block__txt-box .banner .img {
  margin-bottom: 5px;
}
.main-content .main-img-block__txt-box .banner .txt01 {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main-content .main-img-block__txt-box .banner .txt01 {
    font-size: 13px;
  }
}
.main-content .main-img-block__txt-box .banner .txt02 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .main-content .main-img-block__txt-box .banner .txt02 {
    font-size: 11px;
  }
}
.main-content .common-link-block__box--info {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .main-content .common-link-block__box--info {
    margin-bottom: 30px;
  }
}
.main-content .common-link-block__box--info strong {
  font-weight: bold;
}
.main-content .common-link-block__box--info .txt-box {
  background: #FFFEDE;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .main-content .common-link-block__box--info .txt-box {
    padding: 20px 40px 10px;
  }
}
.main-content .common-link-block__box--info .txt-box .txt01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main-content .common-link-block__box--info .txt-box .txt01 {
    margin-bottom: 10px;
  }
}
.main-content .common-link-block__box--info .txt-box .txt01 a {
  color: #F24E11;
  text-decoration: underline;
}
.main-content .common-link-block__box--info .txt-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .main-content .common-link-block__box--info .txt-box .box {
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main-content .common-link-block__box--info .txt-box .box .item {
  padding-right: 30px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .main-content .common-link-block__box--info .txt-box .box .item {
    width: 100%;
    padding: 20px 0;
  }
}
.main-content .common-link-block__box--info .txt-box .box .item + .item {
  border-left: 1px solid #C6C6C6;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .main-content .common-link-block__box--info .txt-box .box .item + .item {
    padding: 20px 0;
    border: none;
    border-top: 1px solid #C6C6C6;
  }
}
.main-content .common-link-block__box--info .txt-box .box .item .title {
  background: #F08845;
  font-size: 18px;
  font-weight: bold;
  border-radius: 100px;
  padding: 3px 36px;
  margin-bottom: 15px;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main-content .common-link-block__box--info .txt-box .box .item .title {
    font-size: 15px;
  }
}
.main-content .common-link-block__box--info .txt-box .box .item .txt {
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .main-content .common-link-block__box--info .txt-box .box .item .txt {
    text-align: left;
    font-size: 13px;
  }
}
.main-content .common-link-block__box--info .btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .main-content .common-link-block__box--info .btn01 {
    display: block;
    margin-bottom: 40px;
  }
}
.main-content .common-link-block__box--info .btn01 .item {
  margin: 0 15px;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .main-content .common-link-block__box--info .btn01 .item {
    width: auto;
    max-width: 270px;
    margin: 0 auto 20px;
  }
}
.main-content .common-link-block__box--info .btn01 .item.application a::before {
  background-image: url("../img/icon_pen.svg");
  height: 22px;
  width: 22px;
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .main-content .common-link-block__box--info .btn01 .item.application a::before {
    height: 20px;
    width: 20px;
    margin-top: 15px;
  }
}
.main-content .common-link-block__box--info .btn01 .item.book a::before {
  background-image: url("../img/kaigo/icon_book.svg");
  height: 30px;
  width: 30px;
}
@media screen and (max-width: 767px) {
  .main-content .common-link-block__box--info .btn01 .item.book a::before {
    height: 25px;
    width: 25px;
  }
}
.main-content .common-link-block__box--info .btn01 .item a {
  border-radius: 10px 10px;
  background: #E84572;
  color: #fff;
  display: block;
  font-size: 22px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 100px;
  position: relative;
  font-weight: bold;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .main-content .common-link-block__box--info .btn01 .item a {
    line-height: 55px;
    height: 55px;
    font-size: 15px;
    padding: 0;
  }
}
.main-content .common-link-block__box--info .btn01 .item a::before {
  content: "";
  display: block;
  margin: 35px 10px 0 0;
  background: no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .main-content .common-link-block__box--info .btn01 .item a::before {
    margin-top: 15px;
  }
}
.main-content .common-link-block__box--info .btn01 .item a::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/kaigo/icon_arrow01.svg) center center no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .main-content .common-link-block__box--info .btn01 .item a::after {
    width: 16px;
    height: 16px;
    right: 10px;
  }
}
.main-content .common-link-block__box--info .btn01 .item a .inner-txt {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.main-content__title--line-small {
  font-size: 22px;
  font-weight: bold;
  color: #E84572;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .main-content__title--line-small {
    font-size: 16px;
    max-width: 280px;
    margin: 0 auto 20px;
    padding: 0 5px;
  }
}
.main-content__title--line-small .inner-txt {
  max-width: 24em;
  display: block;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, transparent), color-stop(94%, #E84572));
  background: linear-gradient(transparent 94%, #E84572 94%);
}
@media screen and (max-width: 767px) {
  .main-content__title--line-small .inner-txt:first-child {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(97%, transparent), color-stop(97%, #E84572));
    background: linear-gradient(transparent 97%, #E84572 97%);
  }
}
@media screen and (max-width: 767px) {
  .main-content__title--line-small .inner-txt2 {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #E84572), color-stop(6%, transparent));
    background: linear-gradient(#E84572 6%, transparent 6%);
  }
}
.main-content__title--num-balloon {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .main-content__title--num-balloon {
    margin-bottom: 20px;
  }
}
.main-content__title--num-balloon .subttl {
  font-size: 20px;
  color: #E84572;
  font-weight: bold;
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  -webkit-filter: drop-shadow(3px 3px 0px #F18FAA);
          filter: drop-shadow(3px 3px 0px #F18FAA);
}
@media screen and (max-width: 767px) {
  .main-content__title--num-balloon .subttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.main-content__title--num-balloon .subttl::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main-content__title--num-balloon .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .main-content__title--num-balloon .title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.main-content__title--num-balloon .title .num {
  font-family: "Roboto", "Noto Sans JP", MyYuGothicM, "-apple-system", "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 60px;
  color: #F8C7D5;
  border-top: 3px solid #F8C7D5;
  border-bottom: 3px solid #F8C7D5;
  margin-right: 15px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .main-content__title--num-balloon .title .num {
    font-size: 45px;
  }
}
.main-content__title--num-balloon .title .inner-txt {
  font-size: 40px;
  color: #E84572;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main-content__title--num-balloon .title .inner-txt {
    font-size: 22px;
    text-align: left;
    line-height: 1.4;
  }
}
.main-content__title--voice {
  border-top: 1px solid #E84572;
  position: relative;
  margin-bottom: 30px;
}
.main-content__title--voice .inner-txt {
  font-size: 22px;
  font-weight: bold;
  color: #E84572;
  background: #FDF0E8;
  display: inline-block;
  padding: 0 30px 0 60px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .main-content__title--voice .inner-txt {
    font-size: 19px;
    left: 0;
    top: -16px;
    padding: 0 10px 0 30px;
    -webkit-transform: none;
            transform: none;
  }
}
.main-content__title--voice .inner-txt::before {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  background: url("../img/kaigo/icon_megaphone.svg") center center no-repeat;
  position: absolute;
  top: 8px;
  left: 22px;
}
@media screen and (max-width: 767px) {
  .main-content__title--voice .inner-txt::before {
    width: 24px;
    height: 15px;
    left: 0;
  }
}
.main-content__title--pink-center {
  color: #fff;
  background: #ED6A17;
  padding: 5px;
  font-size: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main-content__title--pink-center {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.main-content__title--pink-center-large {
  color: #fff;
  background: #ED6A17;
  padding: 15px;
  font-size: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main-content__title--pink-center-large {
    margin-bottom: 10px;
    font-size: 15px;
    text-align: left;
  }
}
.main-content__title--pink-small {
  font-size: 30px;
  color: #E84572;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .main-content__title--pink-small {
    font-size: 24px;
  }
}
.main-content__title--line-tri {
  color: #E84572;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .main-content__title--line-tri {
    font-size: 20px;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 10px;
  }
}
.main-content__title--line-tri::before {
  content: "";
  display: block;
  width: 280px;
  height: 4px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgb(232, 69, 114);
  background: -webkit-gradient(linear, left top, right top, color-stop(33%, rgb(232, 69, 114)), color-stop(33%, rgb(90, 187, 64)), color-stop(66%, rgb(90, 187, 64)), color-stop(66%, rgb(255, 250, 35)));
  background: linear-gradient(90deg, rgb(232, 69, 114) 33%, rgb(90, 187, 64) 33%, rgb(90, 187, 64) 66%, rgb(255, 250, 35) 66%);
}
@media screen and (max-width: 767px) {
  .main-content__title--line-tri::before {
    height: 80%;
    width: 4px;
    left: 0;
    bottom: 10%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, rgb(232, 69, 114)), color-stop(33%, rgb(90, 187, 64)), color-stop(66%, rgb(90, 187, 64)), color-stop(66%, rgb(255, 250, 35)));
    background: linear-gradient(180deg, rgb(232, 69, 114) 33%, rgb(90, 187, 64) 33%, rgb(90, 187, 64) 66%, rgb(255, 250, 35) 66%);
  }
}
.main-content__txt--lead {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main-content__txt--lead {
    font-size: 14px;
    text-align: left;
    margin-bottom: 15px;
    line-height: 1.4;
  }
}
.main-content__txt--lead strong {
  font-weight: bold;
}
.main-content__txt--lead sup {
  font-size: 10px;
}
.main-content__txt--lead .color-pink {
  color: #E60020;
  font-weight: bold;
}
.main-content__txt--lead .note {
  font-size: 14px;
  max-width: 610px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main-content__txt--lead .note {
    font-size: 10px;
  }
}
.main-content__txt--lead p {
  margin-bottom: 15px;
}
.main-content__txt--lead p:last-child {
  margin-bottom: 0;
}
.main-content__txt--lead2 {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main-content__txt--lead2 {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
}
.main-content__txt--lead2 p {
  margin-bottom: 15px;
}
.main-content__txt--lead2 p:last-child {
  margin-bottom: 0;
}
.main-content__txt--note {
  font-size: 14px;
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .main-content__txt--note {
    font-size: 10px;
    margin-bottom: 30px;
  }
}
.main-content__txt--chara-balloon-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .main-content__txt--chara-balloon-left {
    margin-bottom: 10px;
  }
}
.main-content__txt--chara-balloon-left .img {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .main-content__txt--chara-balloon-left .img {
    max-width: 60px;
  }
}
.main-content__txt--chara-balloon-left .txt {
  color: #56A93C;
  background: #fff;
  font-size: 22px;
  font-weight: bold;
  border: 2px solid #56A93C;
  padding: 7px 25px;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-content__txt--chara-balloon-left .txt {
    font-size: 15px;
    text-align: left;
  }
}
.main-content__txt--chara-balloon-left .txt::before {
  content: "";
  display: block;
  width: 22px;
  height: 12px;
  background: #fff;
  border-top: 2px solid #56A93C;
  position: absolute;
  top: 50%;
  left: -21px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.main-content__txt--chara-balloon-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: -20px 0 45px;
}
@media screen and (max-width: 1140px) {
  .main-content__txt--chara-balloon-right {
    margin: 0 0 25px;
  }
}
.main-content__txt--chara-balloon-right.back-pink .txt::before {
  background-color: #FDF0E8;
}
@media screen and (max-width: 767px) {
  .main-content__txt--chara-balloon-right .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55px;
            flex: 0 0 55px;
  }
}
.main-content__txt--chara-balloon-right .txt {
  color: #ED6A17;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #ED6A17;
  padding: 7px 20px;
  margin: 20px;
  border-radius: 30px;
  letter-spacing: -0.03em;
  position: relative;
}
.main-content__txt--chara-balloon-right .txt.margin-bottom-none {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .main-content__txt--chara-balloon-right .txt {
    font-size: 14px;
    text-align: left;
    margin: 0 25px 0 0;
    line-height: 1.2;
  }
}
.main-content__txt--chara-balloon-right .small {
  font-size: 85%;
}
@media screen and (max-width: 767px) {
  .main-content__txt--chara-balloon-right .txt02 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 320px) {
  .main-content__txt--chara-balloon-right .txt br {
    display: none;
  }
}
.main-content__txt--chara-balloon-right .txt::before {
  content: "";
  display: block;
  width: 22px;
  height: 12px;
  background: #fff;
  border-top: 2px solid #ED6A17;
  position: absolute;
  top: 50%;
  right: -21px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.main-content__txt--chara-balloon-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 70px;
  position: relative;
}
.main-content__txt--chara-balloon-center .img-box {
  margin-right: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-content__txt--chara-balloon-center .img-box {
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.main-content__txt--chara-balloon-center .img-box .img {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .main-content__txt--chara-balloon-center .img-box .img {
    margin: 0 5px 0 5px;
    width: 50px;
  }
}
.main-content__txt--chara-balloon-center .img-box .note {
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .main-content__txt--chara-balloon-center .img-box .note {
    font-size: 12px;
  }
}
.main-content__txt--chara-balloon-center .txt {
  padding: 20px 30px;
  -webkit-filter: drop-shadow(0px 8px 0px #e5e5e5);
          filter: drop-shadow(0px 8px 0px #e5e5e5);
  background: #FFFED3;
  border-radius: 10px;
  font-size: 18px;
  text-align: left;
  max-width: 680px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-content__txt--chara-balloon-center .txt {
    font-size: 14px;
    -webkit-filter: drop-shadow(0px 4px 0px #e5e5e5);
            filter: drop-shadow(0px 4px 0px #e5e5e5);
    padding: 20px 10px;
  }
}
.main-content__txt--chara-balloon-center .txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 23px 12px 0;
  border-color: transparent #FFFED3 transparent transparent;
  position: absolute;
  top: 50%;
  left: -23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .main-content__txt--chara-balloon-center .txt::before {
    top: inherit;
    bottom: -25px;
    left: 60px;
    border-width: 20px 15px 0 0;
    border-color: #FFFED3 transparent transparent transparent;
  }
}
.main-content__list--point-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .main-content__list--point-btn {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-content__list--point-btn .item {
  width: 33.3333333333%;
  background: #E84572;
  counter-increment: cnt;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-content__list--point-btn .item {
    width: 100%;
  }
}
.main-content__list--point-btn .item:first-child::before {
  display: none;
}
.main-content__list--point-btn .item::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background: #fff;
  position: absolute;
  top: 20px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .main-content__list--point-btn .item::before {
    width: calc(100% - 40px);
    height: 1px;
    top: 0;
    left: 20px;
  }
}
.main-content__list--point-btn .item a {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-content__list--point-btn .item a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 45px 0 20px;
    height: 100px;
  }
}
.main-content__list--point-btn .item a::before {
  content: "0" counter(cnt, decimal);
  display: inline-block;
  color: #f18faa;
  font-size: 60px;
  font-family: "Roboto", "Noto Sans JP", MyYuGothicM, "-apple-system", "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .main-content__list--point-btn .item a::before {
    font-size: 50px;
  }
}
@media screen and (max-width: 320px) {
  .main-content__list--point-btn .item a::before {
    font-size: 40px;
  }
}
.main-content__list--point-btn .item a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .main-content__list--point-btn .item a::after {
    bottom: 50%;
    left: 90%;
    -webkit-transform: translateY(50%) rotate(45deg);
            transform: translateY(50%) rotate(45deg);
    border-width: 2px;
  }
}
@media screen and (min-width: 768px) {
  .main-content__list--point-btn .item a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
.main-content__list--point-btn .item a .txt {
  color: #fff;
  text-align: left;
}
.main-content__list--point-btn .item a .txt strong {
  font-weight: bold;
}
.main-content__list--two-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.main-content__list--two-table .item {
  border: 2px solid #5ABB40;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-content__list--two-table .item:first-child {
  background: #5ABB40;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .main-content__list--two-table .item:first-child {
    width: 100%;
    margin-bottom: 45px;
  }
}
.main-content__list--two-table .item:last-child {
  background: #E84572;
  width: 58%;
  border-color: #E84572;
}
@media screen and (max-width: 767px) {
  .main-content__list--two-table .item:last-child {
    width: 100%;
  }
}
.main-content__list--two-table .item:last-child::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  background: url("../img/kaigo/icon_puls01_p.svg") no-repeat;
  top: 50%;
  left: -5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .main-content__list--two-table .item:last-child::before {
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 30px;
    height: 30px;
  }
}
.main-content__list--two-table .item:last-child .title {
  background: #E84572;
  font-size: 20px;
}
.main-content__list--two-table .item .title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #5ABB40;
  padding: 7px;
}
@media screen and (max-width: 767px) {
  .main-content__list--two-table .item .title {
    font-size: 15px;
    padding: 3px;
  }
}
.main-content__list--two-table .item .cont {
  padding: 25px 0;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .main-content__list--two-table .item .cont {
    padding: 10px 0;
  }
}
.main-content__list--two-table .item .cont .txt01 {
  font-size: 18px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .main-content__list--two-table .item .cont .txt01 {
    font-size: 15px;
  }
}
.main-content__list--two-table .item .cont .txt01 strong {
  font-size: 24px;
  font-weight: bold;
  color: #5ABB40;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main-content__list--two-table .item .cont .txt01 strong {
    font-size: 20px;
  }
}
.main-content__list--two-table .item .cont .txt02 {
  font-size: 22px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .main-content__list--two-table .item .cont .txt02 {
    font-size: 20px;
  }
}
.main-content__list--two-table .item .cont .txt02 strong {
  font-size: 28px;
  font-weight: bold;
  color: #E84572;
}
@media screen and (max-width: 767px) {
  .main-content__list--two-table .item .cont .txt02 strong {
    font-size: 24px;
  }
}
.main-content__list--two-table .item .cont .note {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .main-content__list--two-table .item .cont .note {
    font-size: 10px;
  }
}
.main-content__list--two-table .item .cont .link {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .main-content__list--two-table .item .cont .link {
    font-size: 13px;
  }
}
.main-content__list--two-table .item .cont .link a {
  color: #E84572;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .main-content__list--two-table .item .cont .link a:hover {
    text-decoration: none;
  }
}
.main-content__list--green-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .main-content__list--green-line {
    display: block;
    margin-bottom: 30px;
  }
}
.main-content__list--green-line .item {
  width: 48%;
}
.main-content__list--green-line .item.flex {
  display: flex;
  flex-direction: column;
}
.main-content__list--green-line .item.flex .cont {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .main-content__list--green-line .item {
    width: 100%;
  }
}
.main-content__list--green-line .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 90px;
}
@media screen and (max-width: 767px) {
  .main-content__list--green-line .item .title {
    min-height: auto;
    margin-top: 30px;
  }
}
.main-content__list--green-line .item .title .txt {
  font-size: 22px;
  text-align: left;
  font-weight: bold;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .main-content__list--green-line .item .title .txt {
    font-size: 19px;
  }
}
.main-content__list--green-line .item .title .txt.small {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .main-content__list--green-line .item .title .txt.small {
    font-size: 16px;
  }
}
.main-content__list--green-line .item .title .img {
  margin-right: 20px;
}
.main-content__list--green-line .item .cont {
  background: #EEF8EC;
  border-top: 2px solid #5ABB40;
  border-bottom: 2px solid #5ABB40;
  text-align: left;
  padding: 20px;
  font-size: 18px;
  min-height: 160px;
}
@media screen and (max-width: 767px) {
  .main-content__list--green-line .item .cont {
    min-height: auto;
    font-size: 13px;
  }
}
.main-content__list-img--dobble-graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .main-content__list-img--dobble-graph {
    display: block;
    margin-bottom: 20px;
  }
}
.main-content__list-img--dobble-graph .inner {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .main-content__list-img--dobble-graph .inner {
    width: auto;
    padding: 0;
  }
}
.main-content__list-img--dobble-graph .inner:first-child {
  border-right: 1px solid #C6C6C6;
}
@media screen and (max-width: 767px) {
  .main-content__list-img--dobble-graph .inner:first-child {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .main-content__list-img--dobble-graph .inner:last-child .img {
    padding-left: 15%;
  }
}
.main-content__list-img--dobble-graph .inner .img {
  margin-bottom: 10px;
}
.main-content__list-img--dobble-graph .inner .txt-box .txt01 {
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .main-content__list-img--dobble-graph .inner .txt-box .txt01 {
    font-size: 12px;
    text-align: left;
  }
}
.main-content__list-img--dobble-graph .inner .txt-box .txt02 {
  font-size: 14px;
  max-width: 460px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .main-content__list-img--dobble-graph .inner .txt-box .txt02 {
    max-width: 100%;
    font-size: 10px;
  }
}
.main-content__list-img--popup-4graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-content__list-img--popup-4graph .box02 {
  width: 39%;
}
.main-content__list-img--popup-4graph .box01 .inner:nth-child(1) .title {
  background: #ED6A17;
}
.main-content__list-img--popup-4graph .box01 .inner:nth-child(1) .cont .subttl {
  color: #ED6A17;
}
.main-content__list-img--popup-4graph .box01 .inner:nth-child(2) .modal-close {
  background-image: url(../img/icon_close_r.svg);
}
.main-content__list-img--popup-4graph .box01 .inner:nth-child(2) .title {
  background: #E60020;
}
.main-content__list-img--popup-4graph .box01 .inner:nth-child(2) .cont .subttl {
  color: #E60020;
}
.main-content__list-img--popup-4graph .box03 .inner:nth-child(1) .modal-close {
  background-image: url(../img/icon_close_b.svg);
}
.main-content__list-img--popup-4graph .box03 .inner:nth-child(1) .title {
  background: #00ABDC;
}
.main-content__list-img--popup-4graph .box03 .inner:nth-child(1) .cont .subttl {
  color: #00ABDC;
}
.main-content__list-img--popup-4graph .box03 .inner:nth-child(2) .modal-close {
  background-image: url(../img/icon_close_g.svg);
}
.main-content__list-img--popup-4graph .box03 .inner:nth-child(2) .title {
  background: #5ABB40;
}
.main-content__list-img--popup-4graph .box03 .inner:nth-child(2) .cont .subttl {
  color: #5ABB40;
}
.main-content__list-img--popup-4graph .box01, .main-content__list-img--popup-4graph .box03 {
  width: 29%;
}
@media screen and (max-width: 1140px) {
  .main-content__list-img--popup-4graph .box01, .main-content__list-img--popup-4graph .box03 {
    width: 0;
  }
}
.main-content__list-img--popup-4graph .box01 .modal-close, .main-content__list-img--popup-4graph .box03 .modal-close {
  display: none;
}
@media screen and (max-width: 1140px) {
  .main-content__list-img--popup-4graph .box01 .modal-close, .main-content__list-img--popup-4graph .box03 .modal-close {
    display: block;
  }
}
.main-content__list-img--popup-4graph .box01 .item, .main-content__list-img--popup-4graph .box03 .item {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
  min-height: 220px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.main-content__list-img--popup-4graph .box01 .item .title, .main-content__list-img--popup-4graph .box03 .item .title {
  background: #ccc;
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
  padding: 5px;
}
.main-content__list-img--popup-4graph .box01 .item .cont, .main-content__list-img--popup-4graph .box03 .item .cont {
  padding: 15px 15px 10px 15px;
}
.main-content__list-img--popup-4graph .box01 .item .cont .subttl, .main-content__list-img--popup-4graph .box03 .item .cont .subttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.main-content__list-img--popup-4graph .box01 .item .cont .txt, .main-content__list-img--popup-4graph .box03 .item .cont .txt {
  font-size: 15px;
  text-align: left;
}
@media screen and (max-width: 1140px) {
  .main-content__list-img--popup-4graph .box01 .modal-close, .main-content__list-img--popup-4graph .box03 .modal-close {
    width: 30px;
    height: 30px;
    background: url(../img/icon_close_d.svg) center center/50% 50% no-repeat #fff;
    background-size: 10px;
    top: 0;
    right: 0;
    position: absolute;
    text-indent: 30px;
    overflow: hidden;
    cursor: pointer;
  }
  .main-content__list-img--popup-4graph .box01 .inner, .main-content__list-img--popup-4graph .box03 .inner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 350px;
    width: 100%;
    z-index: 12;
    padding: 10px 10px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.main-content__list-img--popup-4graph .box02 {
  display: block;
}
@media screen and (max-width: 1140px) {
  .main-content__list-img--popup-4graph .box02 {
    display: none;
  }
}
.main-content__list-img--popup-4graph .box-sp {
  display: none;
  background: #FFFD9C;
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto 10px;
  max-width: 680px;
}
@media screen and (max-width: 1140px) {
  .main-content__list-img--popup-4graph .box-sp {
    display: block;
  }
}
.main-content__list-img--popup-4graph .box-sp .title {
  max-width: 250px;
  margin: 0 auto 10px;
}
.main-content__list-img--popup-4graph .box-sp .box {
  position: relative;
}
.main-content__list-img--popup-4graph .box-sp .box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-content__list-img--popup-4graph .box-sp .box .list .item {
  width: 49%;
  margin-bottom: 2%;
}
.main-content__list-img--popup-4graph .box-sp .box .img {
  max-width: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.main-content__img--full-note {
  margin-bottom: 15px;
}
.main-content__img--full-note .img {
  margin-bottom: 5px;
}
.main-content__img--full-note .txt {
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .main-content__img--full-note .txt {
    font-size: 10px;
  }
}
.main-content__box--pink-area {
  background: #FDF0E8;
  position: relative;
  padding: 70px 0 0 0;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .main-content__box--pink-area {
    padding: 40px 0 0 0;
    margin-bottom: 30px;
  }
}
.main-content__box--pink-area::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 45px 0 45px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .main-content__box--pink-area::before {
    border-width: 20px 22px 0 22px;
  }
}
.main-content__table--price-check-btn {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check-btn {
    margin: 20px;
  }
}
.main-content__table--price-check-btn .box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check-btn .box01 {
    padding: 0 10px 0 10px;
    display: block;
  }
}
.main-content__table--price-check-btn .box01 .txt01 {
  font-size: 20px;
  font-weight: bold;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check-btn .box01 .txt01 {
    padding: 0;
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 15px;
  }
}
.main-content__table--price-check-btn .box01 .txt01 input {
  font-size: 24px;
  width: 80px;
  height: 48px;
  text-align: center;
  padding: 10px;
  margin: 0 10px;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check-btn .box01 .txt01 input {
    font-size: 21px;
    width: 70px;
    height: 38px;
  }
}
.main-content__table--price-check-btn .box01 .txt01 input:focus::-webkit-input-placeholder {
  color: #fff;
}
.main-content__table--price-check-btn .box01 .txt01 input:focus::-moz-placeholder {
  color: #fff;
}
.main-content__table--price-check-btn .box01 .txt01 input:focus:-ms-input-placeholder {
  color: #fff;
}
.main-content__table--price-check-btn .box01 .txt01 input:focus::-ms-input-placeholder {
  color: #fff;
}
.main-content__table--price-check-btn .box01 .txt01 input:focus::placeholder {
  color: #fff;
}
.main-content__table--price-check-btn .box01 .txt01 input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.main-content__table--price-check-btn .box01 .txt01 input::-webkit-input-placeholder {
  color: #9F9F9F;
}
.main-content__table--price-check-btn .box01 .txt01 input::-moz-placeholder {
  color: #9F9F9F;
}
.main-content__table--price-check-btn .box01 .txt01 input:-ms-input-placeholder {
  color: #9F9F9F;
}
.main-content__table--price-check-btn .box01 .txt01 input::-ms-input-placeholder {
  color: #9F9F9F;
}
.main-content__table--price-check-btn .box01 .txt01 input::placeholder {
  color: #9F9F9F;
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check-btn .box01 .txt01-01 {
    display: block;
    margin-bottom: 10px;
  }
}
.main-content__table--price-check-btn .box01 .btn01 {
  cursor: pointer;
  color: #fff;
  background: #E84572;
  border-radius: 10px;
  padding: 23px 70px 23px 70px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check-btn .box01 .btn01 {
    position: relative;
    top: inherit;
    right: inherit;
    display: inline-block;
    padding: 0;
    width: 200px;
    font-size: 13px;
    padding: 14px 10px;
    border-radius: 5px;
  }
}
.main-content__table--price-check-btn .box01 .btn01:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check-btn .box01 .btn01:hover {
    text-decoration: none;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.main-content__table--price-check-btn .box02 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check-btn .box02 {
    font-size: 11px;
  }
}
.main-content__table--price-check {
  margin-bottom: 90px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check {
    margin-bottom: 40px;
  }
}
.main-content__table--price-check .box02 {
  background: #ED6A8E;
  color: #fff;
  padding: 16px;
  letter-spacing: 0.1em;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check .box02 {
    border-radius: 10px 10px 0 0;
    font-size: 15px;
    padding: 12px;
  }
}
.main-content__table--price-check .box02 .txt01 {
  font-size: 18px;
  font-weight: bold;
}
.main-content__table--price-check .box02 .txt02 {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check .box02 .txt02 {
    font-size: 12px;
  }
}
.main-content__table--price-check .box03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F8C7D5;
  border-left: 2px solid #ED6A8E;
  border-right: 2px solid #ED6A8E;
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check .box03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main-content__table--price-check .box03 .item {
  width: 219px;
}
@media screen and (max-width: 1140px) {
  .main-content__table--price-check .box03 .item {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check .box03 .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-content__table--price-check .box03 .item:last-child {
  width: 220px;
}
@media screen and (max-width: 1140px) {
  .main-content__table--price-check .box03 .item:last-child {
    width: 21%;
  }
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check .box03 .item:last-child {
    width: 100%;
  }
}
.main-content__table--price-check .box03 .item:last-child .title {
  border-color: #F8C7D5;
}
.main-content__table--price-check .box03 .item:last-child .price {
  border: none;
}
.main-content__table--price-check .box03 .item .title {
  background: #F8C7D5;
  height: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  line-height: 1.2;
  font-weight: bold;
  border-right: 1px solid #fff;
  padding-top: 5px;
}
.main-content__table--price-check .box03 .item .title.ninchi {
  background: #f6b675;
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check .box03 .item .title {
    font-size: 14px;
    height: auto;
    width: 50%;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
.main-content__table--price-check .box03 .item .title strong {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check .box03 .item .title strong {
    font-size: 17px;
  }
}
.main-content__table--price-check .box03 .item .note {
  font-size: 14px;
  background: #fff;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  padding: 2px 15px;
  white-space: nowrap;
}
@media screen and (max-width: 1140px) {
  .main-content__table--price-check .box03 .item .note {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check .box03 .item .note {
    font-size: 10px;
    margin-bottom: 0;
  }
}
.main-content__table--price-check .box03 .item .price {
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #666;
  background: #fff;
  border-right: 1px solid #C6C6C6;
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check .box03 .item .price {
    width: 50%;
    height: 50px;
    font-size: 16px;
    border-right: none;
    border-bottom: 1px solid #c6c6c6;
  }
}
.main-content__table--price-check .box04 {
  background: #FDECF1;
  border: 2px solid #ED6A8E;
  border-top: none;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check .box04 {
    border-radius: 0 0 10px 10px;
  }
}
.main-content__table--price-check .box04.active .title .inner-txt::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-content__table--price-check .box04 .title {
  padding: 20px 5px;
  border-top: 4px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check .box04 .title {
    cursor: pointer;
    padding: 10px 10px;
    text-align: left;
  }
}
.main-content__table--price-check .box04 .title .inner-txt {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #E84572;
  display: block;
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check .box04 .title .inner-txt {
    font-size: 14px;
  }
}
.main-content__table--price-check .box04 .title .inner-txt::after {
  content: "";
  display: none;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0px;
  right: 0;
  background: url("../img/kaigo/icon_arrow02_p.svg") center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check .box04 .title .inner-txt::after {
    display: block;
  }
}
.main-content__table--price-check .box04 .title .note {
  font-size: 16px;
  display: block;
  color: #E84572;
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check .box04 .title .note {
    font-size: 10px;
  }
}
.main-content__table--price-check .box04 .cont {
  padding: 0 30px 30px;
}
@media screen and (max-width: 1140px) {
  .main-content__table--price-check .box04 .cont {
    padding: 0 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check .box04 .cont {
    display: none;
    padding: 0 10px 10px;
  }
}
.main-content__table--price-check .box04 .cont .table01 {
  background: #fff;
  border-radius: 20px;
  padding: 30px 10px;
  width: 100%;
}
@media screen and (max-width: 1140px) {
  .main-content__table--price-check .box04 .cont .table01 {
    padding: 30px 5px;
  }
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check .box04 .cont .table01 {
    border-radius: 10px;
    padding: 0px;
    margin-bottom: 20px;
  }
}
.main-content__table--price-check .box04 .cont .table01 .ttl-sp {
  background: #FFFC7B;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.main-content__table--price-check .box04 .cont .table01 .ttl-sp.ninchi {
  background: #F18E2C;
}
.main-content__table--price-check .box04 .cont .table01 .ttl-sp .note {
  background: #fff;
  font-size: 11px;
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
}
.main-content__table--price-check .box04 .cont .table01 .ttl-sp .inner-txt .num {
  font-size: 22px;
}
.main-content__table--price-check .box04 .cont .table01 .ttl-sp .inner-txt .txt {
  font-size: 14px;
}
.main-content__table--price-check .box04 .cont .table01 .table-inner {
  width: 100%;
  padding: 0 10px 10px;
  overflow-x: auto;
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table {
  width: 100%;
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table .title01 .txt01 {
  height: 92px;
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table .title01 .txt01:nth-child(3) {
  border-left: 1px solid #000;
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table .title01 .txt01 .note {
  margin-bottom: 8px;
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table .title01 .txt01 .inner-txt .num {
  font-size: 34px;
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table .cont01:nth-child(even) .txt05 {
  background: #FCE3EA;
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check .box04 .cont .table01 .table-inner .table .cont02:nth-child(12) .txt05 {
    border-top: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check .box04 .cont .table01 .table-inner .table .cont02:nth-child(12) .txt03 {
    border-bottom: 1px solid #000;
  }
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table .cont02:nth-child(14) .txt05 {
  border-top: 1px solid #000;
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table .cont02:nth-child(14) .txt03 {
  border-bottom: 1px solid #000;
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table .cont02:nth-child(even) .txt05 {
  background: #D9F2FA;
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table .cont02:last-child .txt03, .main-content__table--price-check .box04 .cont .table01 .table-inner .table .cont02:last-child .txt05 {
  border-bottom: 1px solid #000;
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table .cont02 .txt03 {
  background: #73D1EC;
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table .cont02 .txt03 .txt {
  color: #000;
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table .blank01 {
  font-size: 10px;
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table .txt01 {
  height: 80px;
  background: #FFFC7B;
  padding: 10px;
  vertical-align: bottom;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table .txt01.ninchi {
  background: #F18E2C;
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table .txt01 .note {
  font-size: 14px;
  background: #fff;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
  white-space: nowrap;
}
@media screen and (max-width: 1140px) {
  .main-content__table--price-check .box04 .cont .table01 .table-inner .table .txt01 .note {
    font-size: 14px;
  }
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table .txt01 .inner-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table .txt01 .inner-txt .num {
  font-size: 30px;
  font-weight: bold;
  margin-right: 5px;
}
@media screen and (max-width: 1140px) {
  .main-content__table--price-check .box04 .cont .table01 .table-inner .table .txt01 .inner-txt .num {
    font-size: 26px !important;
  }
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table .txt01 .inner-txt .txt {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 1140px) {
  .main-content__table--price-check .box04 .cont .table01 .table-inner .table .txt01 .inner-txt .txt {
    font-size: 11px;
  }
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table .txt02 {
  border: 1px solid #000;
  line-height: 1.1;
  padding: 5px 0;
  font-size: 14px;
}
@media screen and (max-width: 1140px) {
  .main-content__table--price-check .box04 .cont .table01 .table-inner .table .txt02 {
    font-size: 13px;
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check .box04 .cont .table01 .table-inner .table .txt02 {
    font-size: 11px;
    padding: 2px;
  }
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table .txt03 {
  background: #E84572;
  vertical-align: middle;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  width: 30px;
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table .txt03 .txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check .box04 .cont .table01 .table-inner .table .txt03 .txt {
    font-size: 10px;
  }
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table .txt05 {
  font-size: 22px;
  font-weight: bold;
  padding: 10px 3px;
  border-right: 1px solid #000;
}
@media screen and (max-width: 1140px) {
  .main-content__table--price-check .box04 .cont .table01 .table-inner .table .txt05 {
    padding: 3px 3px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check .box04 .cont .table01 .table-inner .table .txt05 {
    font-size: 15px;
  }
}
.main-content__table--price-check .box04 .cont .table01 .table-inner .table .txt05 .inner-txt {
  padding: 0 10px;
  white-space: nowrap;
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 1140px) {
  .main-content__table--price-check .box04 .cont .table01 .table-inner .table .txt05 .inner-txt {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-content__table--price-check .box04 .cont .table01 .table-inner .table .txt05 .unit {
    font-size: 10px;
  }
}
.main-content__accordion--qa-box {
  margin-bottom: 55px;
  background: #fff;
  border-radius: 20px;
  padding: 35px 20px 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--qa-box {
    border-radius: 10px;
    padding: 25px 20px 5px;
  }
}
.main-content__accordion--qa-box .title {
  display: inline-block;
  margin: 0 0 40px -20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--qa-box .title {
    margin: 0 0 20px -20px;
  }
}
.main-content__accordion--qa-box .title .txt {
  font-family: "Roboto", "Noto Sans JP", MyYuGothicM, "-apple-system", "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  color: #fff;
  font-size: 22px;
  background: #E84572;
  letter-spacing: 0.1em;
  padding: 5px 25px 5px 15px;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--qa-box .title .txt {
    font-size: 18px;
  }
}
.main-content__accordion--qa-box .title .img {
  position: absolute;
  right: -70px;
  top: -30px;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--qa-box .title .img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    right: -50px;
  }
}
.main-content__accordion--qa-box .item {
  border: 1px solid #E6F5E2;
  max-width: 965px;
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--qa-box .item {
    margin-bottom: 20px;
  }
}
.main-content__accordion--qa-box .item.active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-content__accordion--qa-box .item::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 22px;
  right: 36px;
  background: url("../img/kaigo/icon_arrow02_g.svg") no-repeat;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--qa-box .item::before {
    width: 20px;
    height: 20px;
    top: 15px;
    right: 7px;
  }
}
.main-content__accordion--qa-box .item .q-txt {
  position: relative;
  background: #E6F5E2;
  padding: 17px 17px 17px 80px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--qa-box .item .q-txt {
    padding: 17px 25px 17px 60px;
  }
}
.main-content__accordion--qa-box .item .q-txt::before {
  content: "Q";
  display: block;
  width: 45px;
  height: 45px;
  padding-top: 3px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #5ABB40;
  color: #fff;
  font-size: 26px;
  font-family: "Roboto", "Noto Sans JP", MyYuGothicM, "-apple-system", "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  border-radius: 6px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--qa-box .item .q-txt::before {
    font-size: 22px;
    width: 35px;
    height: 35px;
    padding: 0;
  }
}
.main-content__accordion--qa-box .item .q-txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #5ABB40;
  position: absolute;
  top: 25px;
  left: 55px;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--qa-box .item .q-txt::after {
    left: 45px;
    top: 20px;
  }
}
.main-content__accordion--qa-box .item .q-txt .inner {
  color: #56A93C;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--qa-box .item .q-txt .inner {
    font-size: 14px;
  }
}
.main-content__accordion--qa-box .item .a-txt {
  font-size: 18px;
  padding: 20px 20px 20px 80px;
  position: relative;
  display: none;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--qa-box .item .a-txt {
    font-size: 14px;
    padding: 20px 20px 20px 60px;
  }
}
.main-content__accordion--qa-box .item .a-txt::before {
  content: "A";
  display: block;
  width: 45px;
  height: 45px;
  padding-top: 3px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ED6A17;
  color: #fff;
  font-size: 26px;
  font-family: "Roboto", "Noto Sans JP", MyYuGothicM, "-apple-system", "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  border-radius: 6px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--qa-box .item .a-txt::before {
    font-size: 22px;
    width: 35px;
    height: 35px;
    padding: 0;
  }
}
.main-content__accordion--qa-box .item .a-txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #ED6A17;
  position: absolute;
  top: 25px;
  left: 55px;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--qa-box .item .a-txt::after {
    left: 45px;
    top: 20px;
  }
}
.main-content__accordion--qa-box .item .a-txt strong {
  font-weight: bold;
}
.main-content__accordion--pink {
  background: #FDECF1;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px 0 rgba(253, 236, 241, 0.5);
          box-shadow: 0 0 15px 0 rgba(253, 236, 241, 0.5);
  max-width: 880px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--pink {
    margin-bottom: 30px;
  }
}
.main-content__accordion--pink.active .title::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-content__accordion--pink.active .title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 35px 0 35px;
  border-color: #FDECF1 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--pink.active .title::after {
    border-width: 15px 20px 0 20px;
    bottom: -15px;
  }
}
.main-content__accordion--pink .title {
  font-size: 24px;
  color: #E84572;
  font-weight: bold;
  padding: 22px 20px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--pink .title {
    text-align: left;
    font-size: 18px;
    padding: 12px 20px;
  }
}
.main-content__accordion--pink .title::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 28px;
  right: 36px;
  background: url("../img/kaigo/icon_arrow02_p.svg") no-repeat;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--pink .title::before {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}
.main-content__accordion--pink .cont {
  display: none;
  padding: 50px 20px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--pink .cont {
    padding: 20px 10px;
    text-align: left;
  }
}
.main-content__accordion--pink .cont .txt01 {
  max-width: 750px;
  margin: 0 auto 30px;
  padding-bottom: 25px;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--pink .cont .txt01 {
    font-size: 14px;
  }
}
.main-content__accordion--pink .cont .txt01 strong {
  font-weight: bold;
  color: #E60020;
}
.main-content__accordion--pink .cont .txt01::after {
  content: "";
  display: block;
  width: 340px;
  height: 1px;
  background: #E84572;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .main-content__accordion--pink .cont .txt01::after {
    width: 170px;
  }
}
.main-content__accordion--pink .cont .txt02 {
  max-width: 750px;
  margin: 0 auto 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--pink .cont .txt02 {
    margin-bottom: 20px;
  }
}
.main-content__accordion--pink .cont .txt02 .item {
  font-size: 20px;
  color: #E60020;
  font-weight: bold;
  margin-bottom: 15px;
  text-indent: -2.6em;
  padding-left: 2.6em;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--pink .cont .txt02 .item {
    font-size: 15px;
  }
}
.main-content__accordion--pink .cont .txt02 .item:last-child {
  margin-bottom: 0;
}
.main-content__accordion--pink .cont .box01 {
  max-width: 625px;
  margin: 0 auto;
  text-align: left;
}
.main-content__accordion--pink .cont .box01 .subttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--pink .cont .box01 .subttl {
    font-size: 13px;
  }
}
.main-content__accordion--pink .cont .box01 .note01 {
  font-size: 14px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--pink .cont .box01 .note01 {
    font-size: 10px;
  }
}
.main-content__accordion--pink .cont .box01 .note02 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--pink .cont .box01 .note02 {
    font-size: 12px;
  }
}
.main-content__accordion--pink .cont .box01 .note03 {
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--pink .cont .box01 .note03 {
    font-size: 10px;
    margin-bottom: 15px;
  }
}
.main-content__accordion--pink .cont .box01 .link01 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--pink .cont .box01 .link01 {
    font-size: 13px;
  }
}
.main-content__accordion--pink .cont .box01 .link01 a {
  text-decoration: underline;
  color: #E84572;
}
@media screen and (min-width: 768px) {
  .main-content__accordion--pink .cont .box01 .link01 a:hover {
    text-decoration: none;
  }
}
.main-content__accordion--pink .cont .box01 .table01 {
  margin-bottom: 5px;
  border-radius: 10px;
  overflow: hidden;
}
.main-content__accordion--pink .cont .box01 .table01 .ttl .table-txt01 {
  font-size: 16px;
  background: #00ABDC;
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
  vertical-align: middle;
  padding: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--pink .cont .box01 .table01 .ttl .table-txt01 {
    padding: 10px 3px;
    font-size: 10px;
    white-space: inherit;
    text-align: center;
  }
}
.main-content__accordion--pink .cont .box01 .table01 .ttl .table-txt01:first-child {
  width: 70px;
}
.main-content__accordion--pink .cont .box01 .table01 .txt .table-txt02 {
  font-size: 18px;
  background: #CCEEF8;
  padding: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
  line-height: 1.4;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--pink .cont .box01 .table01 .txt .table-txt02 {
    font-size: 10px;
  }
}
.main-content__accordion--pink .cont .box01 .table01 .txt .table-txt02:first-child {
  text-align: center;
}
.main-content__accordion--pink .cont .box01 .table02 {
  border: 2px solid #000;
  margin-bottom: 5px;
}
.main-content__accordion--pink .cont .box01 .table02 .txt:last-child .table-txt01, .main-content__accordion--pink .cont .box01 .table02 .txt:last-child .table-txt02 {
  border-bottom: none;
}
.main-content__accordion--pink .cont .box01 .table02 .txt .table-txt01 {
  font-size: 20px;
  font-weight: bold;
  background: #FADAE3;
  width: 140px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--pink .cont .box01 .table02 .txt .table-txt01 {
    font-size: 12px;
    padding: 10px 3px;
    width: 60px;
  }
}
.main-content__accordion--pink .cont .box01 .table02 .txt .table-txt02 {
  font-size: 16px;
  border-bottom: 1px solid #000;
  padding: 10px;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--pink .cont .box01 .table02 .txt .table-txt02 {
    height: auto;
    font-size: 11px;
    padding: 5px;
  }
}

.kaigo-page .header {
  position: fixed;
  height: 65px;
  width: 100%;
  padding: 0 20px;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .kaigo-page .header {
    bottom: 0;
    right: 0;
    padding: 0;
  }
}
.kaigo-page .header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.kaigo-page .header__btn .item {
  margin-left: 10px;
  width: 146px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .kaigo-page .header__btn .item {
    border-radius: 10px 0 0 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
}
.kaigo-page .header__btn .item.application a {
  background: #E84572;
}
.kaigo-page .header__btn .item.application a::before {
  background-image: url("../img/icon_pen.svg");
}
.kaigo-page .header__btn .item a {
  background: #f00;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
}
.kaigo-page .header__btn .item a::before {
  display: inline-block;
  content: "";
  width: 17px;
  height: 15px;
  background: no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
.kaigo-page__point02--layout01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kaigo-page__point02--layout01 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kaigo-page__point02--layout01 .list .item {
  height: 120px;
  width: 120px;
  margin-right: 10px;
  background: radial-gradient(#fffd9c, #fffb38);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .kaigo-page__point02--layout01 .list .item {
    height: 90px;
    width: 90px;
    font-size: 13px;
  }
}
.kaigo-page__point02--layout01 .main-content__txt--chara-balloon-right {
  margin-top: 0;
}

/*改修　2025/09/05*/
.main-content .main-img-block__img-box img {
  width: 100%;
  height: auto;
}

.main-img-block__bunner-box .banner {
  display: flex;
  column-gap: 30px;
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  .main-img-block__bunner-box .banner {
    flex-direction: column;
    row-gap: 14px;
    column-gap: 0;
  }
}

.main-content__title--line-small {
  margin-top: 70px;
  margin-bottom: 25px;
}

.main-content__title--line-small > .inner-txt {
  line-height: calc(48 / 22);
}

@media screen and (max-width: 767px) {
  .main-content__title--line-small {
    margin-top: 30px;
  }
}

.main-content__title--num-balloon .title {
  margin-top: 10px;
}

.main-content__title--num-balloon .title .inner-txt {
  text-align: left;
}

.main-content__img--full-note .img {
  display: flex;
  column-gap: 30px;
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  .main-content__img--full-note .img {
    flex-direction: column;
    row-gap: 14px;
    column-gap: 0;
  }
}

.main-content .common-link-block__box--info {
    margin-bottom: 70px;
}
.main-content .common-link-block__box--info .btn02 {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

.main-content .common-link-block__box--info .btn02 a {
    border-radius: 10px 10px;
    color: #db2126;
    display: block;
    padding: 24px 40px 24px 20px;
    font-size: 22px;
    /* height: 100px; */
    line-height: 1.4;
    position: relative;
    font-weight: bold;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    border: 3px solid #db2126;
    margin: 0 15px;
    width: 560px;
}


.main-content .common-link-block__box--info .btn02 a::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: #db2126;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-content .common-link-block__box--info .btn02 a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  right: 27px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-content .common-link-block__box--info .btn02 a .inner-txt {
    transform: translateY(-2px);
}
.main-content .common-link-block__box--info .btn02 a .inner-txt {
    font-size: 14px;
    text-align: left;
}

.main-content .common-link-block__box--info .btn02 a .inner-notice {
    font-size: 14px;
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
}

.main-content .common-link-block__box--info .btn02 a .inner-ttl {
  transform: translateY(-2px);
}
.main-content .common-link-block__box--info .btn02 a .inner-ttl {
  margin-top: 0.5em;
  font-weight: bold;
  font-size: 22px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .main-content__accordion--pink .txtnew.border {
    padding-top: 25px;
    border-top: 1px solid #C5C5C5;
  }
}

.main-content__accordion--pink .txtnew .ttl {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
}

.main-content__accordion--pink .txtnew .ttl.pink {
  color: #E84572;
}
.main-content__accordion--pink .txtnew .ttl.blue {
  color: #008CD6
}
@media screen and (max-width: 767px) {
  .main-content__accordion--pink .txtnew .ttl{
    font-size: 18px;
  }
}

.main-content__accordion--pink .txtnew p:not(.ttl) {
  font-size: 18px;
  line-height: calc(22.5 / 18);
  margin-top: 10px;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .main-content__accordion--pink .txtnew p:not(.ttl) {
    font-size: 14px;
    line-height: calc(22.5 / 14);
  }
}

.main-content__accordion--pink .txtnew p:not(.ttl) span {
  font-weight: bold;
  color: #E60020;
}

.main-content__accordion--pink .txtnew small {
  font-size: 14px;
  text-align: left;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--pink .txtnew small {
    font-size: 12px;
  }
}

.main-content__accordion--pink .txtnew ul {
  background-color: #FFE3EC;
  text-align: left;
  padding: 18px 20px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.main-content__accordion--pink .txtnew ul li {
  line-height: calc(27 / 18);
}
.main-content__accordion--pink .txtnew ul li:not(:last-child) {
  padding-bottom: 0.8em;
  border-bottom: 1px dashed #E60020;
}
.main-content__accordion--pink .txtnew ul li:not(:first-of-type) {
  padding-top: 0.8em;
}

@media screen and (min-width: 767px) {

  .main-content__accordion--pink .cont__inner {
    padding: 20px 27px;
    border-radius: 15px;
  }

  .main-content__accordion--pink .cont__inner.pink {
    border: 2px solid #E84572;
  }

  .main-content__accordion--pink .cont__inner.blue {
    border: 2px solid #008CD6;
  }
}


@media screen and (min-width: 766px) {
  .main-content__accordion--pink .cont__inner.blue {
    margin-top: 30px;
  }
}


.main-content__accordion--pink .cont .box01 .note03 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main-content__accordion--pink .cont .box01 .note03 {
    margin-bottom: 30px;
  }
}

.main-content__txt--chara-balloon-right .txt {
  font-size: 17px;
}

.main-content__txt--chara-balloon-right .txt.new {
  margin: 20px 0;
  /* width: calc(100% - 50px); */
  text-align: left;
}

@media screen and (min-width: 766px) {
  .main-content__txt--chara-balloon-right .txt {
    transform: translateX(-20px);
  }
}

@media screen and (max-width: 767px) {
  .main-content__txt--chara-balloon-right .txt {
    font-size: 14px;
  }
}

.main-content .common-link-block__box--info .btn01 .item {
    margin: 0 15px;
    width: 560px;
}

@media screen and (max-width: 767px) {
    .main-content .common-link-block__box--info .btn01 .item {
        width: auto;
        max-width: 370px;
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 767px) {
    .main-content .common-link-block__box--info .btn02 a .inner-txt {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .main-content .common-link-block__box--info .btn02 a .inner-notice {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .main-content .common-link-block__box--info .btn02 a .inner-ttl {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .main-content .common-link-block__box--info .btn02 a {
        line-height: 1.2;
        /* height: 80px; */
        padding: 16px 35px 16px 15px;
    }
}

@media screen and (max-width: 767px) {
    .main-content .common-link-block__box--info .btn02 a {
        width: auto;
        max-width: 370px;
        margin: 0 auto 20px;
    }
}
@media screen and (max-width: 767px) {
    .main-content .common-link-block__box--info .btn02 {
        display: block;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .main-content .common-link-block__box--info .btn02 a::before {
        width: 16px;
        height: 16px;
        right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .main-content .common-link-block__box--info .btn02 a::after {
        border-width: 3px 0 3px 4px;
        right: 15px;
    }
}