@charset "UTF-8";
/** ルートのPATH */
/** コンテンツエリアの基本幅です */
/** コンテンツエリアの基本幅です */
/** コンテンツエリアの最低幅です */
/** （この幅以下は画面幅に応じて縮小する） */
/** 画像フォルダののPATH */
/** 基本の文字色 */
/** 基本の文字色 */
/** グレー */
/** ピンク */
/** ブルー */
html,
body,
div,
p,
a,
header,
main,
section,
footer,
ul,
li {
  margin: 0;
  padding: 0;
  font-size: 100%;
  border: 0;
}

ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

main {
  display: block;
}

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

/** ルートのPATH */
/** コンテンツエリアの基本幅です */
/** コンテンツエリアの基本幅です */
/** コンテンツエリアの最低幅です */
/** （この幅以下は画面幅に応じて縮小する） */
/** 画像フォルダののPATH */
/** 基本の文字色 */
/** 基本の文字色 */
/** グレー */
/** ピンク */
/** ブルー */
/* default
-----------------------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "YakuHanJPs", "Noto Sans JP", Gothic Medium BBB, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.6;
  font-weight: 500;
}

.noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.mincho {
  font-family: source-han-serif-japanese,serif;
  font-weight: 500;
  font-style: normal;
}

.mgothic400, .page-h3, .footer-arrow-top span, body#index #about .bt-content a h2 span, body.about.index #bt-list .bt-content a h2 span, body.about.data #data-info .data-contents .data-info-content h3, body.about.office #office-info .office-contents .office-content h3, body.service #service-page-nav ul li a, body.service #service-main-contents .service-main-content .content .center-title, body.service #service-main-contents .service-main-content .content.step-contents > ol > li > dl > dt, body.service #service-main-contents .service-main-content .content.step-contents > ol > li::before, body.service #service-main-contents .service-main-content .content.pick-contact-contents .pick-contact-content dl dt, body.service.homecare-step #service-main-contents .service-main-content .content.page-navi ul li a span, body.download #download-contents .download-content ul li .bt-download p, body.privacy #form_contents .content .tel-content p,
body.contact #form_contents .content .tel-content p, body.privacy #form_contents .content .tel-content div,
body.contact #form_contents .content .tel-content div {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mgothic600, .pink a, header .nav-bt-tel a, header .nav-bt a, header .menu > li.no-toggle a, header .menu > li > label, header .menu > li > .normal a, header .menu > li > .options > ul > li.sub-title, body#index #service .service-content a dl dt, body.about #page-sndtitle h2, body.about.message #message-info .message-contents .message-content-photo dl dt, body.about.mission .mission-contents h1, body.about.mission .mission-contents .mission-content h2, body.about.mission .mission-contents .mission-content p, body.about.mission .mission-contents .mission-content.last .contents .content dl dt, body.about.mission .mission-contents .mission-content.last .contents .content dl dd, body.service #service-main-contents .service-main-content .service-title h1, body.service #service-main-contents .service-main-content .service-title p, body.service #service-main-contents .service-main-content .service-homecare-title h1, body.service #service-main-contents .service-main-content .content h2, body.service.index #service-list ul li .service-list-content h3, body.download #download-contents .download-content ul li .bt-download h4, body.contents #contents-contents .swiper-slide-container h2, body.contents #contents-list .contents-list-content .tag-title, body.news .news-contents .news-content-right .content h3, body.news #news-list .news-content-left ul.list li a .news-list-content h3, body.news #news-detail .news-content-left h2, body.news #news-detail .news-content-left strong {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: 'Noto Serif JP', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media screen and (min-width: 1280px) {
  a:hover {
    color: #DC708C;
  }
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

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

button {
  cursor: pointer;
}

ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

dl {
  margin: 0;
}

dl dt {
  padding: 0;
  margin: 0;
}

dl dd {
  padding: 0;
  margin: 0;
}

/*dl*/
.marginT10 {
  margin-top: 10px;
}

.marginT20 {
  margin-top: 20px;
}

.marginT30 {
  margin-top: 30px;
}

.marginT40 {
  margin-top: 40px;
}

.marginT50 {
  margin-top: 50px;
}

.marginT60 {
  margin-top: 60px;
}

.marginT80 {
  margin-top: 80px;
}

.marginT100 {
  margin-top: 100px;
}

.marginT180 {
  margin-top: 180px;
}

.marginT150 {
  margin-top: 150px;
}

.marginT200 {
  margin-top: 200px;
}

.marginB10 {
  margin-bottom: 10px;
}

.marginB20 {
  margin-bottom: 20px;
}

.marginB30 {
  margin-bottom: 30px;
}

.marginB40 {
  margin-bottom: 40px;
}

.marginB50 {
  margin-bottom: 50px;
}

.marginB80 {
  margin-bottom: 80px;
}

.marginB100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .marginT150 {
    margin-top: 80px;
  }
}

[data-effect=normal] {
  opacity: 0.0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

[data-effect=normal].effect {
  opacity: 1.0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-effect=fade] {
  opacity: 0.0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

[data-effect=fade].effect {
  opacity: 1.0;
}

[data-effect=fade-delay0] {
  opacity: 0.0;
  -webkit-transition: all 0.8s ease-in-out 0.4s;
  transition: all 0.8s ease-in-out 0.4s;
}

[data-effect=fade-delay0].effect {
  opacity: 1.0;
}

[data-effect=fade-delay1] {
  opacity: 0.0;
  -webkit-transition: all 0.8s ease-in-out 1s;
  transition: all 0.8s ease-in-out 1s;
}

[data-effect=fade-delay1].effect {
  opacity: 1.0;
}

[data-effect=fade-delay2] {
  opacity: 0.0;
  -webkit-transition: all 0.8s ease-in-out 1.6s;
  transition: all 0.8s ease-in-out 1.6s;
}

[data-effect=fade-delay2].effect {
  opacity: 1.0;
}

[data-effect=fade-delay3] {
  opacity: 0.0;
  -webkit-transition: all 0.8s ease-in-out 0.6s;
  transition: all 0.8s ease-in-out 0.6s;
}

[data-effect=fade-delay3].effect {
  opacity: 1.0;
}

[data-effect=fade_top] {
  opacity: 0.0;
  -webkit-transition: all 0.8s cubic-bezier(0.68, 0.07, 0.36, 0.83) 0.1s;
  transition: all 0.8s cubic-bezier(0.68, 0.07, 0.36, 0.83) 0.1s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

[data-effect=fade_top].effect {
  opacity: 1.0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-effect=fade_top-delay3] {
  opacity: 0.0;
  -webkit-transition: all 0.8s cubic-bezier(0.68, 0.07, 0.36, 0.83) 0.6s;
  transition: all 0.8s cubic-bezier(0.68, 0.07, 0.36, 0.83) 0.6s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

[data-effect=fade_top-delay3].effect {
  opacity: 1.0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-effect=fade_top-delay3s] {
  opacity: 0.0;
  -webkit-transition: all 1.5s cubic-bezier(0.68, 0.07, 0.36, 0.83) 1.9s;
  transition: all 1.5s cubic-bezier(0.68, 0.07, 0.36, 0.83) 1.9s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

[data-effect=fade_top-delay3s].effect {
  opacity: 1.0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-effect=fade_left] {
  opacity: 0.0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

[data-effect=fade_left].effect {
  opacity: 1.0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-effect=fade_right] {
  opacity: 0.0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

[data-effect=fade_right].effect {
  opacity: 1.0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-effect=slide_top] > p, [data-effect=slide_top] > a, [data-effect=slide_top] > div, [data-effect=slide_top] > li {
  opacity: 0.0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

[data-effect=slide_top] > p:nth-child(0), [data-effect=slide_top] > a:nth-child(0), [data-effect=slide_top] > div:nth-child(0), [data-effect=slide_top] > li:nth-child(0) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-effect=slide_top] > p:nth-child(1), [data-effect=slide_top] > a:nth-child(1), [data-effect=slide_top] > div:nth-child(1), [data-effect=slide_top] > li:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-effect=slide_top] > p:nth-child(2), [data-effect=slide_top] > a:nth-child(2), [data-effect=slide_top] > div:nth-child(2), [data-effect=slide_top] > li:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-effect=slide_top] > p:nth-child(3), [data-effect=slide_top] > a:nth-child(3), [data-effect=slide_top] > div:nth-child(3), [data-effect=slide_top] > li:nth-child(3) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-effect=slide_top] > p:nth-child(4), [data-effect=slide_top] > a:nth-child(4), [data-effect=slide_top] > div:nth-child(4), [data-effect=slide_top] > li:nth-child(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-effect=slide_top] > p:nth-child(5), [data-effect=slide_top] > a:nth-child(5), [data-effect=slide_top] > div:nth-child(5), [data-effect=slide_top] > li:nth-child(5) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-effect=slide_top] > p:nth-child(6), [data-effect=slide_top] > a:nth-child(6), [data-effect=slide_top] > div:nth-child(6), [data-effect=slide_top] > li:nth-child(6) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-effect=slide_top] > p:nth-child(7), [data-effect=slide_top] > a:nth-child(7), [data-effect=slide_top] > div:nth-child(7), [data-effect=slide_top] > li:nth-child(7) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-effect=slide_top] > p:nth-child(8), [data-effect=slide_top] > a:nth-child(8), [data-effect=slide_top] > div:nth-child(8), [data-effect=slide_top] > li:nth-child(8) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-effect=slide_top] > p:nth-child(9), [data-effect=slide_top] > a:nth-child(9), [data-effect=slide_top] > div:nth-child(9), [data-effect=slide_top] > li:nth-child(9) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-effect=slide_top] > p:nth-child(10), [data-effect=slide_top] > a:nth-child(10), [data-effect=slide_top] > div:nth-child(10), [data-effect=slide_top] > li:nth-child(10) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-effect=slide_top].effect > p, [data-effect=slide_top].effect > a, [data-effect=slide_top].effect > div, [data-effect=slide_top].effect > li {
  opacity: 1.0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-effect=slide_bottom] > p, [data-effect=slide_bottom] > a, [data-effect=slide_bottom] > div, [data-effect=slide_bottom] > li {
  opacity: 0.0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: all 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  transition: all 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
}

[data-effect=slide_bottom] > p:nth-child(0), [data-effect=slide_bottom] > a:nth-child(0), [data-effect=slide_bottom] > div:nth-child(0), [data-effect=slide_bottom] > li:nth-child(0) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-effect=slide_bottom] > p:nth-child(1), [data-effect=slide_bottom] > a:nth-child(1), [data-effect=slide_bottom] > div:nth-child(1), [data-effect=slide_bottom] > li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-effect=slide_bottom] > p:nth-child(2), [data-effect=slide_bottom] > a:nth-child(2), [data-effect=slide_bottom] > div:nth-child(2), [data-effect=slide_bottom] > li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-effect=slide_bottom] > p:nth-child(3), [data-effect=slide_bottom] > a:nth-child(3), [data-effect=slide_bottom] > div:nth-child(3), [data-effect=slide_bottom] > li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-effect=slide_bottom] > p:nth-child(4), [data-effect=slide_bottom] > a:nth-child(4), [data-effect=slide_bottom] > div:nth-child(4), [data-effect=slide_bottom] > li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-effect=slide_bottom] > p:nth-child(5), [data-effect=slide_bottom] > a:nth-child(5), [data-effect=slide_bottom] > div:nth-child(5), [data-effect=slide_bottom] > li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-effect=slide_bottom] > p:nth-child(6), [data-effect=slide_bottom] > a:nth-child(6), [data-effect=slide_bottom] > div:nth-child(6), [data-effect=slide_bottom] > li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-effect=slide_bottom] > p:nth-child(7), [data-effect=slide_bottom] > a:nth-child(7), [data-effect=slide_bottom] > div:nth-child(7), [data-effect=slide_bottom] > li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-effect=slide_bottom] > p:nth-child(8), [data-effect=slide_bottom] > a:nth-child(8), [data-effect=slide_bottom] > div:nth-child(8), [data-effect=slide_bottom] > li:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-effect=slide_bottom] > p:nth-child(9), [data-effect=slide_bottom] > a:nth-child(9), [data-effect=slide_bottom] > div:nth-child(9), [data-effect=slide_bottom] > li:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-effect=slide_bottom] > p:nth-child(10), [data-effect=slide_bottom] > a:nth-child(10), [data-effect=slide_bottom] > div:nth-child(10), [data-effect=slide_bottom] > li:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-effect=slide_bottom].effect > p, [data-effect=slide_bottom].effect > a, [data-effect=slide_bottom].effect > div, [data-effect=slide_bottom].effect > li {
  opacity: 1.0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-effect=slide_right] > p, [data-effect=slide_right] > a, [data-effect=slide_right] > div, [data-effect=slide_right] > li {
  opacity: 1.0;
  -webkit-transform: translateX(330%);
          transform: translateX(330%);
  -webkit-transition: all 1s cubic-bezier(0.65, 0.05, 0.36, 1) 10s;
  transition: all 1s cubic-bezier(0.65, 0.05, 0.36, 1) 10s;
}

[data-effect=slide_right] > p:nth-child(0), [data-effect=slide_right] > a:nth-child(0), [data-effect=slide_right] > div:nth-child(0), [data-effect=slide_right] > li:nth-child(0) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-effect=slide_right] > p:nth-child(1), [data-effect=slide_right] > a:nth-child(1), [data-effect=slide_right] > div:nth-child(1), [data-effect=slide_right] > li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-effect=slide_right] > p:nth-child(2), [data-effect=slide_right] > a:nth-child(2), [data-effect=slide_right] > div:nth-child(2), [data-effect=slide_right] > li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-effect=slide_right] > p:nth-child(3), [data-effect=slide_right] > a:nth-child(3), [data-effect=slide_right] > div:nth-child(3), [data-effect=slide_right] > li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-effect=slide_right] > p:nth-child(4), [data-effect=slide_right] > a:nth-child(4), [data-effect=slide_right] > div:nth-child(4), [data-effect=slide_right] > li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-effect=slide_right] > p:nth-child(5), [data-effect=slide_right] > a:nth-child(5), [data-effect=slide_right] > div:nth-child(5), [data-effect=slide_right] > li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-effect=slide_right] > p:nth-child(6), [data-effect=slide_right] > a:nth-child(6), [data-effect=slide_right] > div:nth-child(6), [data-effect=slide_right] > li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-effect=slide_right] > p:nth-child(7), [data-effect=slide_right] > a:nth-child(7), [data-effect=slide_right] > div:nth-child(7), [data-effect=slide_right] > li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-effect=slide_right] > p:nth-child(8), [data-effect=slide_right] > a:nth-child(8), [data-effect=slide_right] > div:nth-child(8), [data-effect=slide_right] > li:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-effect=slide_right] > p:nth-child(9), [data-effect=slide_right] > a:nth-child(9), [data-effect=slide_right] > div:nth-child(9), [data-effect=slide_right] > li:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-effect=slide_right] > p:nth-child(10), [data-effect=slide_right] > a:nth-child(10), [data-effect=slide_right] > div:nth-child(10), [data-effect=slide_right] > li:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-effect=slide_right].effect > p, [data-effect=slide_right].effect > a, [data-effect=slide_right].effect > div, [data-effect=slide_right].effect > li {
  opacity: 1.0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-effect=slide_left] > p, [data-effect=slide_left] > a, [data-effect=slide_left] > div, [data-effect=slide_left] > li {
  opacity: 0.0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

[data-effect=slide_left] > p:nth-child(0), [data-effect=slide_left] > a:nth-child(0), [data-effect=slide_left] > div:nth-child(0), [data-effect=slide_left] > li:nth-child(0) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-effect=slide_left] > p:nth-child(1), [data-effect=slide_left] > a:nth-child(1), [data-effect=slide_left] > div:nth-child(1), [data-effect=slide_left] > li:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-effect=slide_left] > p:nth-child(2), [data-effect=slide_left] > a:nth-child(2), [data-effect=slide_left] > div:nth-child(2), [data-effect=slide_left] > li:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-effect=slide_left] > p:nth-child(3), [data-effect=slide_left] > a:nth-child(3), [data-effect=slide_left] > div:nth-child(3), [data-effect=slide_left] > li:nth-child(3) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-effect=slide_left] > p:nth-child(4), [data-effect=slide_left] > a:nth-child(4), [data-effect=slide_left] > div:nth-child(4), [data-effect=slide_left] > li:nth-child(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-effect=slide_left] > p:nth-child(5), [data-effect=slide_left] > a:nth-child(5), [data-effect=slide_left] > div:nth-child(5), [data-effect=slide_left] > li:nth-child(5) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-effect=slide_left] > p:nth-child(6), [data-effect=slide_left] > a:nth-child(6), [data-effect=slide_left] > div:nth-child(6), [data-effect=slide_left] > li:nth-child(6) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-effect=slide_left] > p:nth-child(7), [data-effect=slide_left] > a:nth-child(7), [data-effect=slide_left] > div:nth-child(7), [data-effect=slide_left] > li:nth-child(7) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-effect=slide_left] > p:nth-child(8), [data-effect=slide_left] > a:nth-child(8), [data-effect=slide_left] > div:nth-child(8), [data-effect=slide_left] > li:nth-child(8) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-effect=slide_left] > p:nth-child(9), [data-effect=slide_left] > a:nth-child(9), [data-effect=slide_left] > div:nth-child(9), [data-effect=slide_left] > li:nth-child(9) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-effect=slide_left] > p:nth-child(10), [data-effect=slide_left] > a:nth-child(10), [data-effect=slide_left] > div:nth-child(10), [data-effect=slide_left] > li:nth-child(10) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-effect=slide_left].effect > p, [data-effect=slide_left].effect > a, [data-effect=slide_left].effect > div, [data-effect=slide_left].effect > li {
  opacity: 1.0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-effect=slideLR] {
  opacity: 0.0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

[data-effect=slideLR].effect {
  opacity: 1.0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-effect=slideRL] {
  opacity: 0.0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

[data-effect=slideRL].effect {
  opacity: 1.0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-effect=continuous] > p, [data-effect=continuous] > a, [data-effect=continuous] > div, [data-effect=continuous] > li, [data-effect=continuous] > h2 {
  opacity: 0.0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

[data-effect=continuous].effect > p, [data-effect=continuous].effect > a, [data-effect=continuous].effect > div, [data-effect=continuous].effect > li, [data-effect=continuous].effect > h2 {
  opacity: 1.0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-effect=scaleDown] {
  opacity: 0.0;
  -webkit-transform: translateY(20px) scale(1.1);
          transform: translateY(20px) scale(1.1);
  -webkit-transition: all 0.9s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  transition: all 0.9s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
}

[data-effect=scaleDown].effect {
  opacity: 1.0;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

[data-effect=scaleUp] {
  opacity: 0.0;
  -webkit-transform: translateY(20px) scale(1);
          transform: translateY(20px) scale(1);
  -webkit-transition: all 0.9s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  transition: all 0.9s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
}

[data-effect=scaleUp].effect {
  opacity: 1.0;
  -webkit-transform: translateY(0) scale(1.02);
          transform: translateY(0) scale(1.02);
}

[data-effect=slideWideLR] {
  opacity: 0.0;
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
  -webkit-transition: all 1.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  transition: all 1.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
}

[data-effect=slideWideLR].effect {
  opacity: 1.0;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

[data-effect=slideWideRL] {
  opacity: 0.0;
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
  -webkit-transition: all 1.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  transition: all 1.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
}

[data-effect=slideWideRL].effect {
  opacity: 1.0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

[data-effect=slowFadeIn] {
  opacity: 0.0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1.6s ease-in-out 0s;
  transition: all 1.6s ease-in-out 0s;
}

[data-effect=slowFadeIn].effect {
  opacity: 1.0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-effect=thoughtMove] h1, [data-effect=thoughtMove] p {
  opacity: 0.0;
  -webkit-transform: translateY(20px) scale(1.1);
          transform: translateY(20px) scale(1.1);
  -webkit-transition: all 1.9s cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  transition: all 1.9s cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
}

[data-effect=thoughtMove].effect h1, [data-effect=thoughtMove].effect p {
  opacity: 1.0;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

[data-effect=thoughtPhoto] > p, [data-effect=thoughtPhoto] > a, [data-effect=thoughtPhoto] > div, [data-effect=thoughtPhoto] > li {
  opacity: 0.0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 1.9s cubic-bezier(0.65, 0.05, 0.36, 1) 1.5s;
  transition: all 1.9s cubic-bezier(0.65, 0.05, 0.36, 1) 1.5s;
}

[data-effect=thoughtPhoto] > p:nth-child(0), [data-effect=thoughtPhoto] > a:nth-child(0), [data-effect=thoughtPhoto] > div:nth-child(0), [data-effect=thoughtPhoto] > li:nth-child(0) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-effect=thoughtPhoto] > p:nth-child(1), [data-effect=thoughtPhoto] > a:nth-child(1), [data-effect=thoughtPhoto] > div:nth-child(1), [data-effect=thoughtPhoto] > li:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-effect=thoughtPhoto] > p:nth-child(2), [data-effect=thoughtPhoto] > a:nth-child(2), [data-effect=thoughtPhoto] > div:nth-child(2), [data-effect=thoughtPhoto] > li:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-effect=thoughtPhoto] > p:nth-child(3), [data-effect=thoughtPhoto] > a:nth-child(3), [data-effect=thoughtPhoto] > div:nth-child(3), [data-effect=thoughtPhoto] > li:nth-child(3) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-effect=thoughtPhoto] > p:nth-child(4), [data-effect=thoughtPhoto] > a:nth-child(4), [data-effect=thoughtPhoto] > div:nth-child(4), [data-effect=thoughtPhoto] > li:nth-child(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-effect=thoughtPhoto] > p:nth-child(5), [data-effect=thoughtPhoto] > a:nth-child(5), [data-effect=thoughtPhoto] > div:nth-child(5), [data-effect=thoughtPhoto] > li:nth-child(5) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-effect=thoughtPhoto] > p:nth-child(6), [data-effect=thoughtPhoto] > a:nth-child(6), [data-effect=thoughtPhoto] > div:nth-child(6), [data-effect=thoughtPhoto] > li:nth-child(6) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-effect=thoughtPhoto] > p:nth-child(7), [data-effect=thoughtPhoto] > a:nth-child(7), [data-effect=thoughtPhoto] > div:nth-child(7), [data-effect=thoughtPhoto] > li:nth-child(7) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-effect=thoughtPhoto] > p:nth-child(8), [data-effect=thoughtPhoto] > a:nth-child(8), [data-effect=thoughtPhoto] > div:nth-child(8), [data-effect=thoughtPhoto] > li:nth-child(8) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-effect=thoughtPhoto] > p:nth-child(9), [data-effect=thoughtPhoto] > a:nth-child(9), [data-effect=thoughtPhoto] > div:nth-child(9), [data-effect=thoughtPhoto] > li:nth-child(9) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-effect=thoughtPhoto] > p:nth-child(10), [data-effect=thoughtPhoto] > a:nth-child(10), [data-effect=thoughtPhoto] > div:nth-child(10), [data-effect=thoughtPhoto] > li:nth-child(10) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-effect=thoughtPhoto].effect > p, [data-effect=thoughtPhoto].effect > a, [data-effect=thoughtPhoto].effect > div, [data-effect=thoughtPhoto].effect > li {
  opacity: 1.0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/**
 * 共通モジュール
 */
/**
 * デバイス別の汎用出し分けクラス
 */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.tablet {
  display: none;
}

@media screen and (max-width: 820px) {
  .tablet {
    display: block;
  }
}

.wrapper {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .wrapper {
    width: 90%;
  }
}

@media screen and (min-width: 1440px) {
  .wrapper {
    width: 980px;
  }
}

.main-contents {
  overflow: hidden;
}

.main-contents {
  width: calc(100% - 260px);
  margin-left: 260px;
  padding: 0;
}

@media screen and (max-width: 1280px) {
  .main-contents {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
}

.pink a {
  color: #DC708C;
}

.bt-right {
  text-align: right;
  margin: 0 auto;
}

.bt-right a {
  display: inline-block;
  padding: 15px 0;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  position: relative;
}

.bt-right a::after {
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #DC708C;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bt-right a:hover::after {
  width: 120%;
}

@media screen and (max-width: 768px) {
  .bt-right a:hover::after {
    display: none;
  }
}

.bt-center {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.bt-center a {
  display: inline-block;
  padding: 15px 15px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  position: relative;
}

.bt-center a::after {
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #DC708C;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bt-center a:hover::after {
  width: 120%;
}

@media screen and (max-width: 768px) {
  .bt-center a:hover::after {
    display: none;
  }
}

.bt-pink {
  text-align: center;
  width: 40%;
  margin: 0 auto;
}

.bt-pink a {
  display: block;
  padding: 15px;
  background: #DC708C;
  color: #fff;
}

.page-h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.page-h3 span {
  color: #DC708C;
}

.footer-arrow-top {
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
}

.footer-arrow-top span {
  display: block;
  color: #DC708C;
}

.snd-bt-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.snd-bt-list a {
  width: 220px;
  padding: 10px 20px;
  display: block;
  background: #FDECE2;
  text-align: center;
}

.snd-bt-list a img {
  margin-right: 5px;
  vertical-align: -0.1em;
}

@media screen and (max-width: 1280px) {
  #page-title {
    margin-top: 67px;
  }
  #page-title h1 img {
    width: auto;
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .bt-pink {
    width: 70%;
  }
  .bt-pink a {
    padding: 15px;
  }
  .page-h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .bt-center {
    width: 90%;
  }
  .bt-center a {
    padding: 15px 0 5px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .bt-center a img {
    vertical-align: -0.2em;
    width: 15px;
    height: auto;
  }
  .bt-right {
    text-align: center;
    margin: 0 auto;
  }
  .bt-right a {
    padding: 15px 0 5px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .bt-right a img {
    vertical-align: -0.2em;
    width: 15px;
    height: auto;
  }
  .snd-bt-list {
    display: block;
  }
  .snd-bt-list a {
    width: 100%;
    margin-top: 6px;
    text-align: left;
  }
  .snd-bt-list a img {
    margin-right: 5px;
    vertical-align: -0.1em;
  }
}

/**
 * 共通ヘッダー
 */
header {
  position: fixed;
  top: 0;
  width: 260px;
  height: 100vh;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 0 0 60px;
  overflow-y: scroll;
  z-index: 99999;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

header::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

header nav {
  padding-bottom: 100px;
}

header .logo {
  text-align: center;
  border-bottom: 1px solid #DBDBDB;
  font-size: 1.6rem;
  line-height: 1;
}

header .logo a {
  display: block;
  padding: 20px 0;
  line-height: 1;
  color: #DC708C;
}

header .logo a span {
  display: block;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  font-size: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}

header .side-banner {
  width: 85%;
  margin: 0 auto 10px;
  border-radius: 3px;
  overflow: hidden;
}

header .side-banner a {
  display: block;
  border-radius: 5px;
}

header .side-banner a img {
  width: 100%;
  height: auto;
}

header .nav-bt-tel {
  position: fixed;
  bottom: 0;
  width: 260px;
  text-align: center;
  line-height: 1;
  z-index: 9999;
}

header .nav-bt-tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #F5F5F5;
}

header .nav-bt-tel a .icon .svg path {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

header .nav-bt-tel a .txt {
  margin-left: 20px;
}

header .nav-bt-tel a .txt .tel {
  font-size: 1.9rem;
  letter-spacing: 0.04em;
}

header .nav-bt-tel a .txt p {
  margin-top: 4px;
  font-size: 1.3rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

header .nav-bt-tel a:hover {
  color: #fff;
  background: #DC708C;
}

header .nav-bt-tel a:hover .icon .svg path {
  stroke: #fff;
}

header .nav-bt-tel a:hover .txt p {
  color: #fff;
}

header .nav-bt {
  padding: 0 20px;
  margin-bottom: 10px;
}

header .nav-bt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  background: #FBEDF1;
  border-radius: 5px;
  color: #000;
}

header .nav-bt a .txt span {
  display: block;
  line-height: 1;
}

header .nav-bt a .txt .title {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 4px;
}

header .nav-bt a .txt .caps {
  font-size: 1.2rem;
}

header .nav-sns {
  margin-top: 10px;
  text-align: center;
}

header .nav-sns .title {
  margin-bottom: 10px;
}

header .nav-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .nav-sns ul li {
  margin: 0 5px;
}

header .menu {
  list-style: none;
  margin: 0 auto;
  width: 100%;
}

header .menu > li {
  display: block;
  padding: 0;
  width: 85%;
  margin: 0 auto;
  border-bottom: 1px dashed #DBDBDB;
}

header .menu > li a.act {
  color: #DC708C;
  font-weight: bold;
}

header .menu > li:first-child > .options > ul:first-child > li:nth-child(2) > a {
  padding: 4px 0 4px 10px;
}

header .menu > li.no-toggle {
  display: block;
  width: 85%;
  margin: 0 auto;
  border-bottom: 1px dashed #DBDBDB;
}

header .menu > li.no-toggle a {
  display: block;
  padding: 15px 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

header .menu > li.no-toggle:last-child {
  border: none;
}

header .menu > li.no-toggle.sp {
  display: none;
}

header .menu > li > input {
  display: none;
}

header .menu > li > input:checked ~ label > .toggleIcon::before {
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .menu > li > input:checked ~ label > .toggleIcon::after {
  -webkit-transform: none;
  transform: none;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

header .menu > li > input:checked ~ .options > ul > li {
  margin: 0;
  opacity: 1;
}

header .menu > li > label {
  display: block;
  padding: 15px 0 0;
  position: relative;
  z-index: 1;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: .1s;
  transition: .1s;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}

header .menu > li > .normal {
  letter-spacing: 0.05em;
}

header .menu > li > .normal a {
  display: block;
  padding: 20px 20px;
  position: relative;
  z-index: 1;
  line-height: 1;
}

header .menu .menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .menu .menu-title img {
  vertical-align: -0.05em;
}

header .menu .menu-title span {
  padding-left: 4px;
}

header .menu > li > label > .toggleIcon {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 0;
  top: 24px;
  margin: auto;
}

header .menu > li > label > .toggleIcon::before,
header .menu > li > label > .toggleIcon::after {
  content: '';
  position: absolute;
  background: #B6B6B6;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0.01, 0.27, 1.4);
  transition: 0.3s cubic-bezier(0.45, 0.01, 0.27, 1.4);
  border-radius: 100px;
}

header .menu > li > label > .toggleIcon::before {
  width: 2px;
  height: 100%;
  left: calc(50% - 1.5px);
  margin-left: 1px;
}

header .menu > li > label > .toggleIcon::after {
  width: 100%;
  height: 2px;
  top: calc(50% - 0.6px);
}

header .menu > li > .options {
  position: relative;
  overflow: hidden;
  padding: 0 15px;
  background: #FBEDF1;
  border-radius: 3px;
  margin: 5px 0 10px;
}

header .menu > li > .options > ul {
  font-size: .9em;
  list-style: none;
  margin: 0;
}

header .menu > li > .options > ul:last-child {
  margin-bottom: 10px;
}

header .menu > li > .options > ul > li {
  padding: 0;
  margin-top: -5em;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: margin, opacity;
  transition-property: margin, opacity;
}

header .menu > li > .options > ul > li a {
  position: relative;
  display: block;
  font-size: 1.4rem;
  padding: 4px 0 4px 10px;
  letter-spacing: 0.05em;
}

header .menu > li > .options > ul > li a::after {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: bold;
}

header .menu > li > .options > ul > li a span {
  display: inline-block;
  margin-left: 5px;
  font-size: 1rem;
}

header .menu > li > .options > ul > li:last-child {
  padding-bottom: 0;
}

header .menu > li > .options > ul > li ul {
  margin-bottom: 6px;
  padding-left: 12px;
}

header .menu > li > .options > ul > li ul li a {
  position: relative;
  padding: 1px 0 1px 12px !important;
}

header .menu > li > .options > ul > li ul li a::after {
  content: "　";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 1px;
  margin: auto;
  background: #3f3a39;
}

header .menu > li > .options > ul > li.sub-title {
  padding: 10px 0 0;
}

header .menu > li > .options > ul > li.sub-title a {
  position: relative;
  padding: 4px 0 4px 18px;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
}

header .menu > li > .options > ul > li.sub-title a:hover::after {
  background: #DC708C;
}

header .menu > li > .options > ul > li.sub-title a::after {
  content: "　";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #000;
  height: calc(tan(60deg) * 11px / 2);
  width: 6px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 999;
}

header .menu > li > .options > ul > li.sub-title a.act::after {
  background: #DC708C;
}

header .menu > li > .options > ul > li.act a {
  position: relative;
  color: #DC708C;
}

header .menu > li > .options > ul > li.act a::after {
  content: "　";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

header .menu > li > .options > ul > li:last-child {
  padding-bottom: 0;
}

header .smpmenu,
header .contact_wrapper {
  display: none;
}

header .tel-contact {
  margin-top: 10px;
}

@media screen and (max-width: 1280px) {
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100vh;
  }
  header {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 0;
    overflow-y: inherit;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
    /*smpmenu*/
    /*.smpmenu.active*/
  }
  header::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  header .logo {
    display: block;
    background: #fff;
    text-align: left;
    font-size: 2em;
  }
  header .logo a {
    display: inline-block;
    padding: 15px 20px;
    line-height: 1;
    width: auto;
  }
  header .logo a span {
    display: block;
    margin-bottom: 2px;
    font-size: 0.9rem;
  }
  header .logo a img {
    width: 180px;
    height: auto;
  }
  header nav {
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding-bottom: 220px;
    overflow: scroll;
  }
  header .tel-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 85%;
    margin: 0 auto;
  }
  header .nav-bt {
    padding: 0;
    margin-bottom: 0;
    width: 49%;
  }
  header .nav-bt a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
    text-align: center;
    height: 100px;
  }
  header .nav-bt a .icon {
    width: 100%;
    margin-bottom: 8px;
  }
  header .nav-bt a .icon img {
    width: auto;
    height: 30px;
  }
  header .nav-bt a .txt span {
    display: block;
    line-height: 1;
  }
  header .nav-bt a .txt .title {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  header .nav-bt a .txt .caps {
    font-size: 1.1rem;
  }
  header .nav-bt-tel {
    position: static;
    width: 49%;
  }
  header .nav-bt-tel a {
    padding: 18px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    height: 100px;
    border-radius: 5px;
  }
  header .nav-bt-tel a .icon {
    width: 100%;
    margin-bottom: 5px;
  }
  header .nav-bt-tel a .icon img {
    width: auto;
    height: 28px;
  }
  header .nav-bt-tel a .txt {
    margin-left: 0;
  }
  header .nav-bt-tel a .txt .tel {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-bottom: 4px;
  }
  header .nav-bt-tel a .txt p {
    margin-top: 0;
    font-size: 1.1rem;
  }
  header .menu {
    list-style: none;
    margin: 0 auto;
    width: 100%;
    padding: 20px 0 20px;
  }
  header .menu > li {
    display: block;
    padding: 0;
    width: 85%;
    margin: 0 auto;
    border-bottom: 1px dashed #DBDBDB;
  }
  header .menu > li:first-child {
    border-top: 1px dashed #DBDBDB;
  }
  header .menu > li.no-toggle {
    display: block;
    width: 85%;
    margin: 0 auto;
    border-bottom: 1px dashed #DBDBDB;
  }
  header .menu > li.no-toggle a {
    display: block;
    padding: 15px 0;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  header .menu > li.no-toggle:last-child {
    border-bottom: 1px dashed #DBDBDB;
  }
  header .menu > li > input {
    display: none;
  }
  header .menu > li > input:checked ~ label > .toggleIcon::before {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .menu > li > input:checked ~ label > .toggleIcon::after {
    -webkit-transform: none;
    transform: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  header .menu > li > input:checked ~ .options > ul > li {
    margin: 0;
    opacity: 1;
  }
  header .menu > li > label {
    display: block;
    padding: 15px 0 0;
    position: relative;
    z-index: 1;
    line-height: 1.4;
    cursor: pointer;
    -webkit-transition: .1s;
    transition: .1s;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
  }
  header .menu > li > .normal {
    letter-spacing: 0.05em;
  }
  header .menu > li > .normal a {
    display: block;
    padding: 20px 20px;
    position: relative;
    z-index: 1;
    line-height: 1;
  }
  header .menu .menu-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .menu .menu-title span {
    padding-left: 4px;
  }
  header .menu > li > label > .toggleIcon {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 19px;
    margin: auto;
  }
  header .menu > li > label > .toggleIcon::before,
  header .menu > li > label > .toggleIcon::after {
    content: '';
    position: absolute;
    background: #B6B6B6;
    -webkit-transition: 0.3s cubic-bezier(0.45, 0.01, 0.27, 1.4);
    transition: 0.3s cubic-bezier(0.45, 0.01, 0.27, 1.4);
    border-radius: 100px;
  }
  header .menu > li > label > .toggleIcon::before {
    width: 1px;
    height: 100%;
    left: calc(50% - 1.5px);
    margin-left: 1px;
  }
  header .menu > li > label > .toggleIcon::after {
    width: 100%;
    height: 1px;
    top: calc(50% - 0.6px);
  }
  header .menu > li > .options {
    position: relative;
    overflow: hidden;
    padding: 0 15px;
    background: #FBEDF1;
    border-radius: 3px;
    margin: 5px 0 10px;
  }
  header .menu > li > .options > ul {
    font-size: .9em;
    list-style: none;
    margin: 0;
  }
  header .menu > li > .options > ul:last-child {
    margin-bottom: 10px;
  }
  header .menu > li > .options > ul > li {
    padding: 0 0 0 5px;
    margin-top: -5em;
    position: relative;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-property: margin, opacity;
    transition-property: margin, opacity;
    line-height: 1.8;
  }
  header .menu > li > .options > ul > li a {
    display: block;
    font-size: 1.4rem;
    padding: 4px 0 4px 10px;
    letter-spacing: 0.05em;
  }
  header .menu > li > .options > ul > li a span {
    display: inline-block;
    margin-left: 5px;
    font-size: 1.4rem;
  }
  header .menu > li > .options > ul > li a br {
    display: none;
  }
  header .menu > li > .options > ul > li:last-child {
    padding-bottom: 0;
  }
  header .menu > li > .options > ul > li ul li a {
    padding: 1px 0;
  }
  header .menu > li > .options > ul > li.sub-title {
    padding: 10px 0 0;
  }
  header .menu > li > .options > ul > li.sub-title a {
    font-size: 1.5rem;
    line-height: 1.4;
    padding-left: 20px;
  }
  header .menu > li > .options > ul > li.sub-title a::after {
    left: 6px;
  }
  header .menu > li > .options > ul > li.act a {
    position: relative;
    color: #DC708C;
  }
  header .menu > li > .options > ul > li.act a::after {
    content: "　";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
  }
  header .menu > li > .options > ul > li:last-child {
    padding-bottom: 0;
  }
  header .contact_wrapper {
    display: block;
    position: absolute;
    right: 90px;
    top: 0;
    bottom: 0;
    height: 41px;
    margin: auto;
  }
  header .contact_wrapper .contact_wrap a {
    display: inline-block;
    margin-left: 10px;
  }
  header .smpmenu {
    display: block;
    position: absolute;
    width: 35px;
    height: 12px;
    top: 24px;
    right: 22px;
    cursor: pointer;
    z-index: 999999;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    /*span*/
  }
  header .smpmenu span {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    display: block;
    width: 35px;
    height: 1px;
    background: #3f3a39;
  }
  header .smpmenu span:first-child {
    top: 0;
  }
  header .smpmenu span:nth-child(2) {
    bottom: 0;
  }
  header .smpmenu .menutitle {
    position: absolute;
    bottom: -19px;
    font-size: 0.9rem;
    text-align: center;
    width: 35px;
    letter-spacing: 0.16em;
    color: #3f3a39;
    font-weight: bold;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  header .smpmenu.active {
    top: 31px;
  }
  header .smpmenu.active span {
    background: #000;
  }
  header .smpmenu.active span:first-child {
    -webkit-transform: translateX(0) translateY(6px) scaleX(1) scaleY(1) rotate(135deg);
            transform: translateX(0) translateY(6px) scaleX(1) scaleY(1) rotate(135deg);
    background: #3f3a39;
  }
  header .smpmenu.active span:nth-child(2) {
    -webkit-transform: translateX(0) translateY(-5px) scaleX(1) scaleY(1) rotate(-135deg);
            transform: translateX(0) translateY(-5px) scaleX(1) scaleY(1) rotate(-135deg);
    background: #3f3a39;
  }
  header .smpmenu.active .menutitle {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  header {
    /*smpmenu*/
    /*.smpmenu.active*/
  }
  header .logo a {
    line-height: 0.9;
  }
  header .logo a span {
    margin-bottom: 0px;
  }
  header .logo a img {
    width: 150px;
    height: auto;
  }
  header .contact_wrapper {
    right: 70px;
    top: 0;
    bottom: 0;
    height: 40px;
    margin: auto;
  }
  header .contact_wrapper .contact_wrap a {
    font-size: 0;
    margin-left: 5px;
  }
  header .contact_wrapper .contact_wrap a:first-child {
    margin-left: 0;
  }
  header .contact_wrapper .contact_wrap a img {
    width: auto;
    height: 40px;
  }
  header .smpmenu {
    top: 21px;
  }
  header .smpmenu.active {
    top: 28px;
  }
}

/**
 * 共通フッター
 */
footer {
  margin-top: 100px;
}

footer .footer-sub-contents {
  padding: 30px 0;
  background: #FEF8F9;
}

footer .footer-sub-contents .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer .footer-sub-contents .wrapper .logo {
  margin-right: 50px;
  text-align: center;
}

footer .footer-sub-contents .wrapper .logo span {
  display: block;
  font-size: 1rem;
  color: #DC708C;
}

footer .footer-sub-contents .wrapper .ad {
  margin-right: 50px;
}

footer .footer-sub-contents .wrapper .ad span {
  display: block;
}

footer .footer-main-contents {
  padding: 50px 0 40px;
  background: #FBEDF1;
}

footer .footer-main-contents .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-main-contents .wrapper .footer-main-content {
  font-size: 1.4rem;
}

footer .footer-main-contents .wrapper .footer-main-content h3 {
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-right: 20px;
  border-bottom: 1px solid #3f3a39;
}

footer .footer-main-contents .wrapper .footer-main-content h3::after {
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 0;
  margin: auto;
  color: #3f3a39;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  z-index: 9999;
  height: 26px;
  font-weight: 900;
}

footer .footer-main-contents .wrapper .footer-main-content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-main-contents .wrapper .footer-main-content .content > div {
  padding-right: 40px;
  margin-bottom: 5px;
  font-size: 1.4rem;
}

footer .footer-main-contents .wrapper .footer-main-content .content > div ul li {
  margin-bottom: 6px;
  padding: 0 0 0 5px;
}

footer .footer-main-contents .wrapper .footer-main-content .content > div ul li a {
  position: relative;
  padding-left: 15px;
}

footer .footer-main-contents .wrapper .footer-main-content .content > div ul li a::after {
  content: "　";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 1px;
  margin: auto;
  background: #3f3a39;
}

footer .footer-main-contents .wrapper .footer-main-content .content > div:last-child {
  padding-right: 0;
}

footer .footer-main-contents .wrapper .footer-main-content .content > div div {
  margin-bottom: 6px;
}

footer .footer-main-contents .wrapper .footer-main-content .normal div {
  margin-bottom: 6px;
}

footer .footer-main-contents .wrapper .footer-main-content:last-child {
  padding-right: 0;
  margin-right: 0;
  border: none;
  width: 200px;
}

footer .footer-main-contents .wrapper .footer-main-content:last-child h3::after {
  display: none;
}

footer .footer-main-contents .fotter-banner {
  margin-bottom: 45px;
  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;
}

footer .footer-main-contents .fotter-banner a {
  display: block;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 15px;
}

footer .footer-main-contents .fotter-banner a:nth-child(3n-2) {
  margin-left: 0;
}

footer .footer-main-contents .fotter-banner a img {
  width: 100%;
  height: auto;
}

footer .footer-main-contents .fotter-banner a:hover {
  opacity: 0.6;
}

footer .sns {
  background: #FBEDF1;
  text-align: center;
}

footer .sns .title {
  margin-bottom: 6px;
}

footer .sns ul {
  text-align: center;
}

footer .sns ul li {
  display: inline-block;
  margin: 0 5px;
}

footer .copyright {
  background: #FBEDF1;
  padding: 10px 0;
  font-size: 1rem;
  text-align: center;
}

footer .footer-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 0;
  z-index: 10;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  footer .footer-banner {
    width: 240px;
    height: 146px;
  }
}

footer .footer-banner-item {
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

footer .footer-banner-item.is-fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

footer .footer-banner-item + footer .footer-banner-item {
  margin-top: 16px;
}

footer .footer-banner-item a {
  display: block;
  padding: 0.6rem 0.8rem;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0.1rem solid #efefef;
  -webkit-transition-property: -webkit-filter;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

footer .footer-banner-item a:hover {
  opacity: 0.7;
}

.is-menu-opened footer .footer-banner {
  position: static;
  width: auto;
}

.is-menu-opened footer .footer-banner-item {
  margin-inline: 16px;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

@media screen and (max-width: 768px) {
  footer .footer-banner {
    right: 0;
    bottom: 10px;
    margin-inline: 10px;
  }
  footer .footer-banner img {
    width: 100%;
    height: auto;
  }
}

footer .footer-banner a {
  display: block;
  -webkit-box-shadow: var(--shadow-banner);
          box-shadow: var(--shadow-banner);
}

footer .footer-banner-hidden {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 24px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 2px solid #170906;
  background-color: #fff;
  rotate: 45deg;
  z-index: 10;
}

footer .footer-banner-hidden::before, footer .footer-banner-hidden::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #170906;
  width: 10px;
  height: 2px;
  border-radius: 10px;
}

footer .footer-banner-hidden::before {
  rotate: 90deg;
}

.is-menu-opened footer .footer-banner-hidden {
  display: none;
}

@media screen and (max-width: 1040px) {
  footer .footer-sub-contents .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  footer .footer-sub-contents .wrapper .logo {
    margin-right: 50px;
    text-align: center;
  }
  footer .footer-sub-contents .wrapper .logo span {
    display: block;
    font-size: 1rem;
    color: #DC708C;
  }
  footer .footer-sub-contents .wrapper .ad {
    margin-right: 50px;
  }
  footer .footer-sub-contents .wrapper .ad span {
    display: block;
  }
  footer .footer-main-contents .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-main-contents .wrapper .footer-main-content {
    font-size: 1.3rem;
    width: 48%;
  }
  footer .footer-main-contents .wrapper .footer-main-content h3 {
    font-size: 1.3rem;
  }
  footer .footer-main-contents .wrapper .footer-main-content .content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .footer-main-contents .wrapper .footer-main-content .content > div {
    padding-right: 20px;
    font-size: 1.3rem;
  }
  footer .footer-main-contents .wrapper .footer-main-content .content > div ul li a {
    padding-left: 5px;
    font-size: 1.2rem;
  }
  footer .footer-main-contents .wrapper .footer-main-content .content > div ul li a::after {
    width: 5px;
  }
  footer .footer-main-contents .wrapper .footer-main-content .content > div div {
    margin-bottom: 6px;
  }
  footer .footer-main-contents .wrapper .footer-main-content .content > div div a {
    font-size: 1.2rem;
  }
  footer .footer-main-contents .wrapper .footer-main-content .content > div div span {
    display: inline-block;
    font-size: 1rem;
  }
  footer .footer-main-contents .wrapper .footer-main-content .normal div {
    margin-bottom: 6px;
  }
  footer .footer-main-contents .wrapper .footer-main-content .normal div a {
    font-size: 1.2rem;
  }
  footer .footer-main-contents .wrapper .footer-main-content:last-child {
    margin-top: 20px;
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 50px;
  }
  footer .footer-sub-contents {
    padding: 30px 0;
  }
  footer .footer-sub-contents .wrapper {
    display: block;
  }
  footer .footer-sub-contents .wrapper .logo {
    margin: 0 0 10px 0;
  }
  footer .footer-sub-contents .wrapper .logo span {
    font-size: 1.2rem;
  }
  footer .footer-sub-contents .wrapper .ad {
    margin-right: 0;
    text-align: center;
    font-size: 1.4rem;
  }
  footer .footer-main-contents {
    display: block;
    padding: 50px 0 40px;
  }
  footer .footer-main-contents .wrapper {
    display: block;
  }
  footer .footer-main-contents .wrapper .footer-main-content {
    font-size: 1.6rem;
    width: 100%;
  }
  footer .footer-main-contents .wrapper .footer-main-content h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #3f3a39;
  }
  footer .footer-main-contents .wrapper .footer-main-content .content {
    display: block;
    margin-bottom: 30px;
  }
  footer .footer-main-contents .wrapper .footer-main-content .content > div {
    padding-right: 0;
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  footer .footer-main-contents .wrapper .footer-main-content .content > div ul li {
    margin-bottom: 0;
  }
  footer .footer-main-contents .wrapper .footer-main-content .content > div ul li a {
    padding-left: 15px;
    font-size: 1.4rem;
  }
  footer .footer-main-contents .wrapper .footer-main-content .content > div ul li a::after {
    width: 8px;
  }
  footer .footer-main-contents .wrapper .footer-main-content .content > div:first-child {
    margin-bottom: 15px;
  }
  footer .footer-main-contents .wrapper .footer-main-content .content > div:first-child div:first-child {
    margin-bottom: 0;
  }
  footer .footer-main-contents .wrapper .footer-main-content .content > div:last-child {
    padding-right: 0;
  }
  footer .footer-main-contents .wrapper .footer-main-content .content > div div a {
    font-size: 1.4rem;
  }
  footer .footer-main-contents .wrapper .footer-main-content .normal div {
    margin-bottom: 6px;
  }
  footer .footer-main-contents .wrapper .footer-main-content .normal div a {
    font-size: 1.4rem;
  }
  footer .footer-main-contents .wrapper .footer-main-content:last-child {
    padding-right: 0;
    margin-right: 0;
    width: 100%;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px dashed #DC708C;
  }
  footer .footer-main-contents .wrapper .footer-main-content:last-child h3 {
    display: none;
  }
  footer .footer-main-contents .fotter-banner {
    margin-bottom: 60px;
    display: block;
    width: 90%;
    max-width: 450px;
  }
  footer .footer-main-contents .fotter-banner a {
    width: 100%;
    margin: 8px 0 0 0;
  }
  footer .footer-main-contents .fotter-banner a.sns {
    display: none;
  }
  footer .footer-main-contents .fotter-banner a:hover {
    opacity: 1;
  }
  footer .sns {
    padding: 10px 0 0;
  }
  footer .copyright {
    background: #FBEDF1;
    padding: 10px 0;
    font-size: 1rem;
    text-align: center;
  }
}

body#index #mainvisual {
  position: relative;
  margin-bottom: 40px;
  background: url("../images/top-mainbg@2x.jpg") no-repeat center bottom;
  background-size: cover;
}

body#index #mainvisual h1, body#index #mainvisual h2 {
  padding-top: 140px;
  margin-bottom: 60px;
  width: 100%;
  text-align: center;
}

body#index #mainvisual h1 svg, body#index #mainvisual h2 svg {
  width: 46%;
  height: auto;
}

body#index #mainvisual .copy {
  padding-bottom: 320px;
}

body#index #mainvisual .copy ul {
  text-align: center;
}

body#index #mainvisual .copy ul li:nth-child(1) img,
body#index #mainvisual .copy ul li:nth-child(2) img {
  width: 300px;
  height: auto;
}

body#index #mainvisual .copy ul li:nth-child(3) img {
  width: 253px;
  height: auto;
}

body#index #mainvisual .copy ul li {
  margin-bottom: 80px;
}

body#index #mainvisual .copy ul li:last-child {
  margin-bottom: 0;
}

body#index #mainvisual .bottom-illust .num1,
body#index #mainvisual .bottom-illust .num2 {
  position: absolute;
  bottom: 70px;
  height: auto;
}

body#index #mainvisual .bottom-illust .num1 {
  right: 4%;
  width: 60%;
  max-width: 475px;
}

body#index #mainvisual .bottom-illust .num2 {
  left: 4%;
  width: 40%;
  max-width: 365px;
}

body#index .scrolldown1 {
  position: absolute;
  bottom: 10px;
  height: 100vh;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

body#index .scrolldown1_wrap {
  position: absolute;
  width: 100%;
  bottom: 10px;
  height: 50px;
}

body#index .scrolldown1 span {
  position: absolute;
  right: 32px;
  bottom: 50px;
  color: #333;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

body#index .scrolldown1::after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 50px;
  margin: auto;
  width: 1px;
  height: 30px;
  background: #333;
  -webkit-animation: pathmove 2s ease-in-out infinite;
          animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    bottom: 50px;
    opacity: 0;
  }
  20% {
    height: 50px;
    bottom: 0px;
    opacity: 1;
  }
  60% {
    height: 0;
    bottom: 0px;
    opacity: 1;
  }
  100% {
    height: 0;
    bottom: 0px;
    opacity: 1;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    bottom: 50px;
    opacity: 0;
  }
  20% {
    height: 50px;
    bottom: 0px;
    opacity: 1;
  }
  60% {
    height: 0;
    bottom: 0px;
    opacity: 1;
  }
  100% {
    height: 0;
    bottom: 0px;
    opacity: 1;
  }
}

@media screen and (max-width: 1280px) {
  body#index #mainvisual {
    /*			margin-bottom: 40px;
			height: 100vh;
			h1,h2{
				padding-top: 170px;
				svg{
					width: 400px;
					height: auto;
				}
			}
			.copy{
				margin: 0 auto;
				ul{
					li:nth-child(1),
					li:nth-child(2){
						margin-bottom: 40px;
						img{
							width: 280px;
							height: auto;
						}
					}
					li:nth-child(3){
						margin-bottom: 0;
						img{
							width: 240px;
							height: auto;
						}
					}
				}
			}

			.bottom-illust{
				.num1,
				.num2{
					position: absolute;
					bottom: 60px;
					height: auto;
				}
				.num1{
					right: 4%;
					width: 300px;
				}
				.num2{
					left: 4%;
					width: 260px;
				}
			}

			.top-mainbg{
				max-height: 100vh;
				overflow: hidden;
				background: url("../images/top-mainbg-sp@2x.jpg")no-repeat center bottom;
				background-size: cover;
				img{
					width: 100%;
					height: 100vh;
				}
			}*/
  }
}

@media screen and (max-width: 768px) {
  body#index #mainvisual {
    margin-bottom: 0;
  }
  body#index #mainvisual h1, body#index #mainvisual h2 {
    padding-top: 120px;
    margin-bottom: 30px;
  }
  body#index #mainvisual h1 svg, body#index #mainvisual h2 svg {
    width: 64%;
    height: auto;
  }
  body#index #mainvisual .copy {
    padding: 0 0 50%;
  }
  body#index #mainvisual .copy ul li:nth-child(1),
  body#index #mainvisual .copy ul li:nth-child(2) {
    margin-bottom: 50px;
  }
  body#index #mainvisual .copy ul li:nth-child(1) img,
  body#index #mainvisual .copy ul li:nth-child(2) img {
    width: 53%;
    height: auto;
  }
  body#index #mainvisual .copy ul li:nth-child(3) img {
    width: 49%;
    height: auto;
  }
  body#index #mainvisual .bottom-illust .num1,
  body#index #mainvisual .bottom-illust .num2 {
    position: absolute;
    bottom: 50px;
    height: auto;
  }
  body#index #mainvisual .bottom-illust .num1 {
    right: 4%;
    width: 50%;
    max-width: 575px;
  }
  body#index #mainvisual .bottom-illust .num2 {
    left: 4%;
    width: 40%;
    max-width: 365px;
  }
  body#index #mainvisual .top-mainbg {
    max-height: 100vh;
    overflow: hidden;
    background: url("../images/top-mainbg-sp@2x.jpg") no-repeat center bottom;
    background-size: cover;
  }
  body#index #mainvisual .top-mainbg img {
    width: 100%;
    height: 100vh;
  }
  body#index .scrolldown1 span {
    right: 0;
    left: 0;
    margin: 0;
    text-align: center;
    bottom: 24px;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    color: #fff;
  }
  body#index .scrolldown1::after {
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
    height: 30px;
    background: #fff;
  }
  @-webkit-keyframes pathmove {
    0% {
      height: 0;
      bottom: 30px;
      opacity: 0;
    }
    20% {
      height: 30px;
      bottom: 0px;
      opacity: 1;
    }
    60% {
      height: 0;
      bottom: 0px;
      opacity: 1;
    }
    100% {
      height: 0;
      bottom: 0px;
      opacity: 1;
    }
  }
  @keyframes pathmove {
    0% {
      height: 0;
      bottom: 30px;
      opacity: 0;
    }
    20% {
      height: 30px;
      bottom: 0px;
      opacity: 1;
    }
    60% {
      height: 0;
      bottom: 0px;
      opacity: 1;
    }
    100% {
      height: 0;
      bottom: 0px;
      opacity: 1;
    }
  }
}

body#index #banner-area {
  width: 50%;
  margin: 20px auto 0;
}

body#index #banner-area a {
  display: block;
}

body#index #banner-area a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  body#index #banner-area {
    width: 90%;
  }
}

body#index #youtube {
  margin-bottom: 150px;
}

body#index #youtube iframe {
  width: 100%;
  height: 550px;
}

body#index #youtube dl {
  margin-top: 4px;
  text-align: center;
  letter-spacing: 0.1em;
}

body#index #youtube dl dt {
  font-size: 2.1rem;
  margin-bottom: 5px;
}

body#index #youtube dl dd {
  font-size: 1.8rem;
}

@media screen and (max-width: 980px) {
  body#index #youtube iframe {
    width: 100%;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  body#index #youtube {
    margin-top: 30px;
  }
  body#index #youtube iframe {
    width: 100%;
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  body#index #youtube {
    margin-top: 0px;
    margin-bottom: 80px;
    padding: 0 10px;
  }
  body#index #youtube iframe {
    width: 100%;
    height: 220px;
  }
  body#index #youtube dl {
    margin-top: 4px;
    text-align: left;
    letter-spacing: 0.1em;
  }
  body#index #youtube dl dt {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 4px;
  }
  body#index #youtube dl dd {
    font-size: 1.4rem;
  }
}

body#index #service {
  padding: 80px 0 0px;
}

body#index #service .wrapper {
  width: 90%;
}

body#index #service h2 {
  text-align: center;
}

body#index #service .service-content {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1100px;
  padding: 0 20px;
  margin: -80px auto 0;
}

body#index #service .service-content a {
  width: 30%;
  text-align: center;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 60px;
  display: block;
  padding: 0 0 30px;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all .20s ease-out;
  transition: all .20s ease-out;
}

body#index #service .service-content a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body#index #service .service-content a .img {
  margin-bottom: 20px;
}

body#index #service .service-content a .img img {
  width: 100%;
  height: auto;
}

body#index #service .service-content a dl dt {
  font-size: 2.4rem;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  height: 45px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body#index #service .service-content a dl dt.rehabilitation {
  font-size: 2.2rem;
  letter-spacing: -0.1em;
}

body#index #service .service-content a dl dt span {
  width: 100%;
  line-height: 1;
}

body#index #service .service-content a dl dt small {
  font-size: 1.4rem;
  line-height: 1;
}

body#index #service .service-content a dl dd.txt {
  padding: 0 20px;
  text-align: left;
  font-size: 1.5rem;
}

@media screen and (max-width: 1280px) {
  body#index #service {
    padding: 60px 0;
  }
  body#index #service .wrapper {
    width: 90%;
  }
  body#index #service h2 {
    text-align: center;
  }
  body#index #service h2 img {
    width: auto;
    height: 150px;
  }
  body#index #service .service-content {
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto 0;
  }
  body#index #service .service-content a {
    text-align: center;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    display: block;
    padding: 0 0 20px;
    background: #fff;
  }
  body#index #service .service-content a:nth-child(3) dl dt {
    height: auto;
  }
  body#index #service .service-content a .img {
    margin-bottom: 20px;
  }
  body#index #service .service-content a .img img {
    width: 100%;
    height: auto;
  }
  body#index #service .service-content a dl dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
    line-height: 1.4;
    height: 45px;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body#index #service .service-content a dl dt.height1 {
    height: auto;
  }
  body#index #service .service-content a dl dt.rehabilitation {
    font-size: 1.8rem;
    letter-spacing: -0.1em;
  }
  body#index #service .service-content a dl dt span {
    width: 100%;
    line-height: 1;
  }
  body#index #service .service-content a dl dt small {
    font-size: 1.1rem;
    line-height: 1;
  }
  body#index #service .service-content a dl dd.txt {
    padding: 0 20px;
    text-align: left;
    font-size: 1.3rem;
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  body#index #service {
    padding: 60px 0 20px;
  }
  body#index #service .wrapper {
    width: 90%;
  }
  body#index #service h2 {
    text-align: center;
  }
  body#index #service h2 img {
    width: auto;
    height: 150px;
  }
  body#index #service .bt-right {
    position: relative;
    top: -50px;
  }
  body#index #service .service-content {
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1100px;
    padding: 0 10px;
    margin: -40px auto 0;
  }
  body#index #service .service-content a {
    width: 48%;
    text-align: center;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    display: block;
    padding: 0 0 20px;
    background: #fff;
  }
  body#index #service .service-content a .img {
    margin-bottom: 20px;
  }
  body#index #service .service-content a .img img {
    width: 100%;
    height: auto;
  }
  body#index #service .service-content a:nth-child(3) dl dt {
    height: 45px;
  }
  body#index #service .service-content a dl dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
    line-height: 1.4;
    height: 45px;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body#index #service .service-content a dl dt.height1 {
    height: auto;
  }
  body#index #service .service-content a dl dt.rehabilitation {
    font-size: 1.8rem;
    letter-spacing: -0.1em;
  }
  body#index #service .service-content a dl dt span {
    width: 100%;
    line-height: 1;
  }
  body#index #service .service-content a dl dt small {
    font-size: 1.1rem;
    line-height: 1;
  }
  body#index #service .service-content a dl dd.txt {
    padding: 0 10px;
    text-align: left;
    font-size: 1.3rem;
    height: 60px;
  }
}

body#index #about {
  padding: 80px 0 100px;
}

body#index #about .wrapper {
  width: 90%;
}

body#index #about h2 {
  position: re;
  text-align: center;
  z-index: -1;
}

body#index #about .bt-content {
  position: relative;
  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;
  max-width: 1100px;
  padding: 0 20px;
  margin: -80px auto 0;
}

body#index #about .bt-content a {
  display: block;
  width: 47%;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 70px 45px 70px;
  -webkit-transition: all .20s ease-out;
  transition: all .20s ease-out;
}

body#index #about .bt-content a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body#index #about .bt-content a h2 {
  margin-bottom: 20px;
  text-align: center;
}

body#index #about .bt-content a h2 span {
  display: block;
}

body#index #about .bt-content a h2 span.jp {
  font-size: 3rem;
}

body#index #about .bt-content a h2 span.en {
  font-size: 1.4rem;
}

body#index #about .bt-content a:nth-child(1) {
  background: #fff url("../images/about-message-bg@2x.png") no-repeat right top;
  background-size: 450px;
}

body#index #about .bt-content a:nth-child(2) {
  background: #fff url("../images/about-mission-bg@2x.png") no-repeat right top;
  background-size: 450px;
}

body#index #about .bt-content a:nth-child(3) {
  background: #fff url("../images/about-date-bg@2x.png") no-repeat right top;
  background-size: 450px;
}

body#index #about .bt-content a:nth-child(4) {
  background: #fff url("../images/about-office-bg@2x.png") no-repeat right top;
  background-size: 450px;
}

body#index #about .bt-banner {
  margin-top: 30px;
  text-align: center;
}

body#index #about .bt-banner a {
  display: block;
  -webkit-transition: all .20s ease-out;
  transition: all .20s ease-out;
}

body#index #about .bt-banner a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (max-width: 1280px) {
  body#index #about {
    padding: 60px 0;
  }
  body#index #about .wrapper {
    width: 90%;
  }
  body#index #about h2 {
    text-align: center;
  }
  body#index #about h2 img {
    width: auto;
    height: 150px;
  }
  body#index #about .bt-content {
    position: relative;
    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;
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto 0;
  }
  body#index #about .bt-banner {
    margin-top: 1.02041vw;
  }
  body#index #about .bt-banner a {
    display: block;
    -webkit-transition: all .20s ease-out;
    transition: all .20s ease-out;
  }
  body#index #about .bt-banner a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  body#index #about .bt-banner a img {
    width: 61.22449vw;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  body#index #about {
    padding: 0 0 20px;
  }
  body#index #about .wrapper {
    width: 90%;
  }
  body#index #about h2 {
    text-align: center;
  }
  body#index #about h2 img {
    width: auto;
    height: 150px;
  }
  body#index #about .bt-content {
    margin-top: -40px;
  }
  body#index #about .bt-content a {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    padding: 30px 25px 30px;
  }
  body#index #about .bt-content a h2 {
    margin-bottom: 15px;
    text-align: center;
  }
  body#index #about .bt-content a h2 span {
    display: block;
  }
  body#index #about .bt-content a h2 span.jp {
    font-size: 2.2rem;
  }
  body#index #about .bt-content a h2 span.en {
    font-size: 1.1rem;
  }
  body#index #about .bt-content a p {
    font-size: 1.3rem;
  }
  body#index #about .bt-banner {
    margin-top: 1.30208vw;
    padding: 0 10px;
  }
  body#index #about .bt-banner a img {
    width: 100%;
  }
}

body#index #news {
  padding: 100px 0;
  background: url("../images/top-news-bg@2x.jpg") no-repeat;
  background-size: cover;
}

body#index #news .wrapper {
  width: 60%;
}

body#index #news h2 {
  margin-bottom: 80px;
  text-align: center;
}

body#index #news ul {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}

body#index #news ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px dashed #fff;
}

body#index #news ul li a:hover {
  color: #DC708C;
}

body#index #news ul li a .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
}

body#index #news ul li a .date .new {
  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;
  width: 60px;
  height: 18px;
  line-height: 1;
  background: #DC708C;
  color: #fff;
  margin: 2px 10px 0 0;
  font-size: 1.2rem;
  padding: 0 0 2px;
}

body#index #news ul li a .date .old {
  width: 60px;
  margin: 2px 10px 0 0;
}

body#index #news ul li a .date .day {
  width: 105px;
  display: inline-block;
  font-size: 1.4rem;
}

@media screen and (max-width: 1280px) {
  body#index #news {
    padding: 60px 0;
  }
  body#index #news .wrapper {
    width: 90%;
  }
  body#index #news h2 {
    margin-bottom: 40px;
  }
  body#index #news h2 img {
    width: auto;
    height: 35px;
  }
  body#index #news ul {
    max-width: aut;
    padding: 0 20px;
    margin: 0 auto;
  }
  body#index #news ul li a {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  body#index #news ul li a .date {
    margin-bottom: 5px;
    display: block;
  }
  body#index #news ul li a .date .new {
    display: block;
    width: 60px;
    height: 18px;
    margin: 0 10px 0 0;
    font-size: 1.2rem;
    padding: 2px 0 0;
    text-align: center;
  }
  body#index #news ul li a .date .old {
    display: none;
  }
  body#index #news ul li a .date .day {
    width: 105px;
    font-size: 1.2rem;
    line-height: 1;
  }
  body#index #news ul li a .txt {
    font-size: 1.4rem;
  }
}

body#index #facebook {
  display: none;
}

@media screen and (max-width: 768px) {
  body#index #facebook {
    display: block;
  }
  body#index #facebook .facebook-box {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: 60px auto;
  }
  body#index #facebook .facebook-box iframe {
    width: 100%;
  }
}

body#index #recruit {
  background: #fff url("../images/top_recruit_bg@2x.png") no-repeat left top;
  background-size: cover;
  overflow: hidden;
  border-top: 1px solid #A3E2D5;
  border-bottom: 1px solid #A3E2D5;
}

body#index #recruit .contents {
  position: relative;
  max-width: 1100px;
  padding: 0 150px 0 50px;
  margin: 0 auto;
}

body#index #recruit .contents a {
  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;
  padding: 40px 0;
}

body#index #recruit .contents a:hover .col-left .link {
  background: #fff;
  color: #36B58F;
  border: 2px solid #36B58F;
}

body#index #recruit .contents a:hover .col-left .link img,
body#index #recruit .contents a:hover .col-left .link svg,
body#index #recruit .contents a:hover .col-left .link path {
  margin-left: 20px;
  display: inline-block;
  vertical-align: -0.1em;
  fill: #36B58F;
}

body#index #recruit .contents a .col-left {
  text-align: center;
  z-index: 2;
}

body#index #recruit .contents a .col-left .logo {
  margin-bottom: 20px;
}

body#index #recruit .contents a .col-left .title {
  margin-bottom: 20px;
}

body#index #recruit .contents a .col-left .copy {
  margin-bottom: 40px;
}

body#index #recruit .contents a .col-left .link {
  display: inline-block;
  background: #36B58F;
  color: #fff;
  padding: 15px 20px 15px 30px;
  border-radius: 5px;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 2px solid #36B58F;
}

body#index #recruit .contents a .col-left .link img, body#index #recruit .contents a .col-left .link svg {
  margin-left: 20px;
  display: inline-block;
  vertical-align: -0.1em;
}

body#index #recruit .contents a .col-right {
  position: relative;
}

body#index #recruit .contents a .col-right figure {
  position: relative;
  z-index: 2;
}

body#index #recruit .contents a .col-right .main-bg {
  position: absolute;
  position: absolute;
  right: -450px;
  top: -300px;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  body#index #recruit .contents {
    max-width: 100%;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body#index #recruit .contents a {
    padding: 40px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body#index #recruit .contents a .col-left {
    padding: 0 60px 0 0;
  }
  body#index #recruit .contents a .col-left .logo {
    margin-bottom: 30px;
  }
  body#index #recruit .contents a .col-left .logo img {
    width: 29.08163vw;
  }
  body#index #recruit .contents a .col-left .title {
    margin-bottom: 10px;
  }
  body#index #recruit .contents a .col-left .title img {
    width: 48.97959vw;
  }
  body#index #recruit .contents a .col-left .copy {
    margin-bottom: 40px;
  }
  body#index #recruit .contents a .col-left .copy img {
    width: 39.79592vw;
  }
  body#index #recruit .contents a .col-right {
    padding: 0 10px;
  }
  body#index #recruit .contents a .col-right figure img {
    width: 24.4898vw;
  }
}

@media screen and (max-width: 768px) {
  body#index #recruit {
    background: #fff url("../images/top_recruit_bg_sp@2x.png") no-repeat center top;
    background-size: cover;
  }
  body#index #recruit .contents a {
    padding: 20px 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body#index #recruit .contents a .col-left {
    padding: 0;
    width: 100%;
  }
  body#index #recruit .contents a .col-left .logo {
    display: none;
  }
  body#index #recruit .contents a .col-left .title {
    margin-bottom: 10px;
  }
  body#index #recruit .contents a .col-left .title img {
    width: 65.10417vw;
  }
  body#index #recruit .contents a .col-left .copy {
    margin-bottom: 30px;
  }
  body#index #recruit .contents a .col-left .copy img {
    width: 58.59375vw;
  }
  body#index #recruit .contents a .col-right {
    padding: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  body#index #recruit .contents a .col-right figure img {
    width: 31.25vw;
  }
  body#index #recruit .contents a .col-right .main-bg {
    display: none;
  }
}

body#index footer {
  margin-top: 0;
}

body#index .sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 100px 0;
  gap: 0 20px;
}

body#index .sns-box .youtube-box {
  width: 54%;
  aspect-ratio: 16 / 9;
}

body#index .sns-box .youtube-box iframe {
  width: 100%;
  height: 310px;
}

body#index .sns-box .youtube-box .youtube-box-text {
  margin-top: 5px;
}

body#index .sns-box .youtube-box .youtube-box-text .title {
  font-size: 1.8rem;
  margin: -0.25em 0 0;
  color: #c4302b;
  font-weight: bold;
}

body#index .sns-box .youtube-box .youtube-box-text .title a {
  color: #c4302b;
}

body#index .sns-box .youtube-box .youtube-box-text .text {
  font-size: 1.6rem;
  line-height: 1.8;
}

body#index .sns-box .facebook-box {
  position: relative;
  width: 46%;
  max-width: 400px;
}

body#index .sns-box .facebook-box iframe {
  width: 100%;
}

body#index .sns-box .facebook-box {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}

body#index .sns-box .facebook-box .fb-page,
body#index .sns-box .facebook-box .fb-page span,
body#index .sns-box .facebook-box iframe {
  max-width: 400px;
  width: 100% !important;
  height: 300px !important;
  margin: auto;
  left: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  body#index .sns-box {
    display: block;
    margin: 60px 0;
  }
  body#index .sns-box .youtube-box {
    width: 100%;
    margin-bottom: 60px;
  }
  body#index .sns-box .youtube-box iframe {
    height: 100%;
  }
  body#index .sns-box .youtube-box .youtube-box-text .text {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  body#index .sns-box .facebook-box {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }
  body#index .sns-box .facebook-box .fb-page,
  body#index .sns-box .facebook-box .fb-page span,
  body#index .sns-box .facebook-box iframe {
    max-width: 400px;
    width: 100% !important;
    height: 300px !important;
    margin: auto;
    left: 0;
    right: 0;
  }
}

body.about #page-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;
  height: 200px;
  margin-bottom: 20px;
  text-align: center;
  background: url("../images/head-bg-about@2x.jpg") no-repeat center top;
  background-size: 1178px;
}

body.about #page-sndtitle h2 {
  padding: 100px 0;
  margin-bottom: 30px;
  text-align: center;
  background: url("../images/page-sndtitle-about-message@2x.png") no-repeat center center;
  background-size: 190px;
  letter-spacing: 0.1em;
  font-size: 3.2rem;
}

@media screen and (max-width: 1280px) {
  body.about #page-title {
    height: 150px;
    margin-bottom: 0;
    background: url("../images/head-bg-about@2x.jpg") no-repeat right top;
    background-size: auto 150px;
  }
}

@media screen and (max-width: 768px) {
  body.about #page-sndtitle h2 {
    padding: 40px 0;
    margin-bottom: 30px;
    text-align: center;
    background: url("../images/page-sndtitle-about-message@2x.png") no-repeat center center;
    background-size: 140px;
    font-size: 2.8rem;
  }
}

body.about.index #bt-list .wrapper {
  width: 70%;
}

body.about.index #bt-list .bt-content {
  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;
}

body.about.index #bt-list .bt-content a {
  display: block;
  width: 47%;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 120px 45px 70px;
  -webkit-transition: all .20s ease-out;
  transition: all .20s ease-out;
}

body.about.index #bt-list .bt-content a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body.about.index #bt-list .bt-content a h2 {
  margin-bottom: 20px;
  text-align: center;
}

body.about.index #bt-list .bt-content a h2 span {
  display: block;
}

body.about.index #bt-list .bt-content a h2 span.jp {
  font-size: 3rem;
}

body.about.index #bt-list .bt-content a h2 span.en {
  font-size: 1.4rem;
}

body.about.index #bt-list .bt-content a:nth-child(1) {
  background: url("../images/about-message-bg@2x.png") no-repeat right top;
  background-size: 450px;
}

body.about.index #bt-list .bt-content a:nth-child(2) {
  background: url("../images/about-mission-bg@2x.png") no-repeat right top;
  background-size: 450px;
}

body.about.index #bt-list .bt-content a:nth-child(3) {
  background: url("../images/about-date-bg@2x.png") no-repeat right top;
  background-size: 450px;
}

body.about.index #bt-list .bt-content a:nth-child(4) {
  background: url("../images/about-office-bg@2x.png") no-repeat right top;
  background-size: 450px;
}

@media screen and (max-width: 960px) {
  body.about.index #bt-list .wrapper {
    width: 80%;
  }
  body.about.index #bt-list .bt-content a {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    padding: 60px 45px 50px;
  }
  body.about.index #bt-list .bt-content a h2 {
    margin-bottom: 20px;
    text-align: center;
  }
  body.about.index #bt-list .bt-content a h2 span {
    display: block;
  }
  body.about.index #bt-list .bt-content a h2 span.jp {
    font-size: 2.4rem;
  }
  body.about.index #bt-list .bt-content a h2 span.en {
    font-size: 1.4rem;
  }
}

body.about.message #message-info .message-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #DBDBDB;
}

body.about.message #message-info .message-contents .message-content-photo {
  width: 32%;
}

body.about.message #message-info .message-contents .message-content-photo .photo {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}

body.about.message #message-info .message-contents .message-content-photo .photo img {
  width: 100%;
  height: auto;
}

body.about.message #message-info .message-contents .message-content-photo dl dt {
  font-size: 2.1rem;
  margin-bottom: 10px;
}

body.about.message #message-info .message-contents .message-content-photo dl dt span {
  margin-left: 5px;
  font-size: 1.1rem;
}

body.about.message #message-info .message-contents .message-content-photo dl dd {
  font-size: 1.5rem;
  line-height: 1.5;
}

body.about.message #message-info .message-contents .message-content-photo dl dd.pos {
  margin-bottom: 10px;
}

body.about.message #message-info .message-contents .message-content-txt {
  width: 68%;
  padding-left: 60px;
}

body.about.message #message-info .message-contents .message-content-txt h3 {
  margin-bottom: 50px;
}

body.about.message #message-info .message-contents .message-content-txt h3 img {
  width: 100%;
  max-width: 440px;
}

body.about.message #message-info .message-contents .message-content-txt p {
  line-height: 2;
}

body.about.message #note-contents .note-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.about.message #note-contents .note-content ul li {
  width: 31%;
  margin-left: 3.5%;
}

body.about.message #note-contents .note-content ul li:nth-child(3n-2) {
  margin-left: 0;
}

body.about.message #note-contents .note-content ul li a {
  display: block;
}

body.about.message #note-contents .note-content ul li a .photo {
  margin-bottom: 10px;
}

body.about.message #note-contents .note-content ul li a .photo img {
  width: 100%;
  height: auto;
}

body.about.message #note-contents .note-content ul li a h4 {
  margin-bottom: 5px;
}

body.about.message #note-contents .note-content ul li a p {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  body.about.message #message-info .message-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px dashed #DBDBDB;
  }
  body.about.message #message-info .message-contents .message-content-photo {
    width: 100%;
    margin-top: 40px;
  }
  body.about.message #message-info .message-contents .message-content-photo .photo {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  body.about.message #message-info .message-contents .message-content-photo .photo img {
    width: 100%;
    height: auto;
  }
  body.about.message #message-info .message-contents .message-content-txt {
    width: 100%;
    padding-left: 0;
  }
  body.about.message #message-info .message-contents .message-content-txt h3 {
    margin-bottom: 20px;
    text-align: center;
  }
  body.about.message #message-info .message-contents .message-content-txt h3 img {
    width: 100%;
    max-width: 260px;
  }
  body.about.message #note-contents .note-content ul {
    display: block;
  }
  body.about.message #note-contents .note-content ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  body.about.message #note-contents .note-content ul li:last-child {
    margin-bottom: 0;
  }
  body.about.message #note-contents .note-content ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.about.message #note-contents .note-content ul li a .photo {
    width: 30%;
    margin-bottom: 0;
  }
  body.about.message #note-contents .note-content ul li a .photo img {
    width: 100%;
    height: auto;
  }
  body.about.message #note-contents .note-content ul li a h4 {
    width: calc(100% - 130px);
    margin-bottom: 0;
    font-size: 1.5rem;
    margin-top: -0.25em;
    line-height: 1.5;
  }
  body.about.message #note-contents .note-content ul li a p {
    display: none;
  }
}

body.about.data #data-info .data-contents {
  width: 60%;
}

body.about.data #data-info .data-contents .data-info-content {
  border-top: 1px solid #DBDBDB;
  padding: 60px 0;
}

body.about.data #data-info .data-contents .data-info-content h3 {
  font-size: 2.4rem;
  margin-bottom: 50px;
}

body.about.data #data-info .data-contents .data-info-content h3 img {
  vertical-align: -0.1em;
  margin-right: 15px;
}

body.about.data #data-info .data-contents .data-info-content h3 span {
  display: block;
  font-size: 1.5rem;
  padding-left: 40px;
}

body.about.data #data-info .data-contents .data-info-content figure {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

body.about.data #data-info .data-contents .data-info-content figure img {
  width: 80%;
  height: auto;
}

body.about.data #data-info .data-contents .data-info-content figure div {
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width: 960px) {
  body.about.data #data-info .data-contents {
    width: 90%;
  }
  body.about.data #data-info .data-contents .data-info-content figure img {
    width: 80%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  body.about.data #data-info .data-contents .data-info-content {
    padding: 40px 0;
  }
  body.about.data #data-info .data-contents .data-info-content figure img {
    width: 100%;
    height: auto;
  }
  body.about.data #data-info .data-contents .data-info-content figure div {
    font-size: 1.1rem;
  }
  body.about.data #data-info .data-contents .data-info-content:last-child {
    padding-bottom: 0;
  }
  body.about.data #data-info .data-contents .data-info-content h3 {
    font-size: 2rem;
    margin-bottom: 30px;
    padding-left: 1.65em;
    text-indent: -1.65em;
  }
  body.about.data #data-info .data-contents .data-info-content h3 img {
    vertical-align: -0.05em;
    width: 18px;
    height: auto;
  }
  body.about.data #data-info .data-contents .data-info-content h3 span {
    font-size: 1.2rem;
    padding-left: 35px;
  }
}

body.about.office #office-info .office-contents .office-content {
  border-top: 1px solid #DBDBDB;
  padding: 60px 0;
}

body.about.office #office-info .office-contents .office-content h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

body.about.office #office-info .office-contents .office-content h3 span {
  color: #DC708C;
}

body.about.office #office-info .office-contents .office-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

body.about.office #office-info .office-contents .office-content dl dt {
  width: 8%;
  font-weight: bold;
}

body.about.office #office-info .office-contents .office-content dl dd {
  width: 92%;
}

body.about.office #office-info .office-contents .office-content dl dd a {
  color: #DC708C;
  text-decoration: underline;
}

body.about.office #office-info .office-contents .office-content dl dd a:hover {
  opacity: 0.6;
}

body.about.office #office-info .office-contents .office-content dl dd a .icon-img {
  padding-left: 4px;
  vertical-align: -0.2em;
}

body.about.office #office-info .office-contents .office-content dl dd a.black-link {
  color: #000;
}

body.about.office #office-info .office-contents .office-content ul {
  margin-top: 20px;
}

body.about.office #office-info .office-contents .office-content ul li {
  margin-bottom: 2px;
}

body.about.office #office-info .office-contents .office-content ul li a img {
  vertical-align: -0.25em;
}

body.about.office #office-info .office-contents .office-content ul li img {
  vertical-align: -0.1em;
  margin-right: 10px;
}

body.about.office #office-info .office-contents .office-content table tr th, body.about.office #office-info .office-contents .office-content table tr td {
  padding: 10px 0;
}

body.about.office #office-info .office-contents .office-content table tr th {
  width: 110px;
  vertical-align: top;
  font-weight: normal;
  text-align: left;
}

@media screen and (max-width: 960px) {
  body.about.office #office-info .office-contents .office-content dl dt {
    width: 100px;
  }
  body.about.office #office-info .office-contents .office-content dl dd {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  body.about.office #office-info .office-contents .office-content {
    border-top: 1px dashed #DBDBDB;
    padding: 50px 0;
  }
  body.about.office #office-info .office-contents .office-content:last-child {
    padding-bottom: 0;
  }
  body.about.office #office-info .office-contents .office-content h3 {
    font-size: 2rem;
  }
  body.about.office #office-info .office-contents .office-content dl {
    font-size: 1.5rem;
  }
  body.about.office #office-info .office-contents .office-content dl dt {
    width: 100px;
  }
  body.about.office #office-info .office-contents .office-content dl dd {
    width: 100%;
  }
  body.about.office #office-info .office-contents .office-content ul li {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  body.about.office #office-info .office-contents .office-content ul li a img {
    vertical-align: -0.25em;
  }
  body.about.office #office-info .office-contents .office-content ul li img {
    vertical-align: -0.1em;
    margin-right: 6px;
    width: 17px;
    height: auto;
  }
  body.about.office #office-info .office-contents .office-content table tr th, body.about.office #office-info .office-contents .office-content table tr td {
    padding: 10px 0;
    font-size: 1.5rem;
  }
  body.about.office #office-info .office-contents .office-content table tr th {
    width: 90px;
    vertical-align: top;
    font-weight: normal;
    text-align: left;
  }
}

body.about.mission footer {
  margin-top: 0;
}

body.about.mission .mission-contents {
  background: url("../images/about-mission-bg@2x.jpg") no-repeat center top;
  background-size: cover;
  overflow: hidden;
}

body.about.mission .mission-contents h1 {
  padding: 150px 0;
  font-size: 3.6rem;
  text-align: center;
  color: #fff;
}

body.about.mission .mission-contents .mission-content {
  text-align: center;
  margin-bottom: 200px;
}

body.about.mission .mission-contents .mission-content h2 {
  color: #000;
  margin-bottom: 10px;
}

body.about.mission .mission-contents .mission-content h2 span {
  display: block;
  margin-top: 10px;
}

body.about.mission .mission-contents .mission-content p {
  color: #000;
  font-size: 1.8rem;
}

body.about.mission .mission-contents .mission-content.last .contents .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}

body.about.mission .mission-contents .mission-content.last .contents .content dl {
  width: 52%;
  text-align: left;
}

body.about.mission .mission-contents .mission-content.last .contents .content dl dt {
  margin-bottom: 10px;
}

body.about.mission .mission-contents .mission-content.last .contents .content dl dt span {
  display: block;
}

body.about.mission .mission-contents .mission-content.last .contents .content dl dt .en {
  font-size: 1.4rem;
}

body.about.mission .mission-contents .mission-content.last .contents .content dl dt .jp {
  font-size: 2.4rem;
}

body.about.mission .mission-contents .mission-content.last .contents .content dl dd {
  margin-bottom: 10px;
  font-weight: bold;
}

body.about.mission .mission-contents .mission-content.last .contents .content:nth-child(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.about.mission .mission-contents .mission-content.last .contents .content:nth-child(3) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body.about.mission .mission-contents #illust {
  overflow: hidden;
}

body.about.mission .mission-contents #illust img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  body.about.mission .mission-contents {
    background: url("../images/about-mission-bg@2x.jpg") no-repeat center top;
    background-size: cover;
  }
  body.about.mission .mission-contents h1 {
    padding: 150px 0 80px;
    font-size: 3.2rem;
  }
  body.about.mission .mission-contents .mission-content {
    margin-bottom: 80px;
  }
  body.about.mission .mission-contents .mission-content h2 {
    margin-bottom: 10px;
  }
  body.about.mission .mission-contents .mission-content h2 span {
    display: block;
    margin-top: 10px;
  }
  body.about.mission .mission-contents .mission-content p {
    font-size: 1.6rem;
  }
  body.about.mission .mission-contents .mission-content.last .contents {
    margin-top: 30px;
  }
  body.about.mission .mission-contents .mission-content.last .contents .content {
    margin-bottom: 30px;
  }
  body.about.mission .mission-contents .mission-content.last .contents .content dl {
    width: 100%;
    text-align: center;
  }
  body.about.mission .mission-contents .mission-content.last .contents .content dl dt span {
    display: block;
  }
  body.about.mission .mission-contents .mission-content.last .contents .content dl dt .en {
    font-size: 1.2rem;
  }
  body.about.mission .mission-contents .mission-content.last .contents .content dl dt .jp {
    font-size: 2.4rem;
  }
  body.about.mission .mission-contents .mission-content.last .contents .content dl dd {
    font-size: 1.5rem;
    text-align: left;
  }
  body.about.mission .mission-contents #illust img {
    width: 100%;
    height: auto;
  }
}

body.service #page-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;
  height: 250px;
  margin-bottom: 20px;
  text-align: center;
  background: url("../images/head-bg-service@2x.jpg") no-repeat center top;
  background-size: 1178px;
}

body.service #service-page-nav {
  margin-bottom: 80px;
}

body.service #service-page-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body.service #service-page-nav ul li {
  text-align: center;
  width: 18%;
}

body.service #service-page-nav ul li a {
  display: block;
  color: #DC708C;
  border: 1px solid #DC708C;
  padding: 8px 10px;
  border-radius: 3px;
}

body.service #service-page-nav ul li.act a {
  background: #DC708C;
  color: #fff;
}

body.service #service-main-contents .service-main-content {
  background: url("../images/service-content-bgcenter@2x.jpg") repeat-y right top;
  background-size: 100%;
}

body.service #service-main-contents .service-main-content::before {
  content: "　";
  background: url("../images/service-content-bgtop@2x.jpg") no-repeat right top;
  background-size: 100%;
  width: 100%;
  height: 60px;
  display: block;
}

body.service #service-main-contents .service-main-content::after {
  content: "　";
  background: url("../images/service-content-bgbottom@2x.jpg") no-repeat right bottom;
  background-size: 100%;
  width: 100%;
  display: block;
  height: 100px;
}

body.service #service-main-contents .service-main-content .service-title {
  background: url("../images/service-title-bg@2x.png") no-repeat 20px top;
  background-size: 264px;
  padding: 30px 5% 0 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.service #service-main-contents .service-main-content .service-title h1 {
  font-size: 5rem;
  letter-spacing: 0.1em;
}

body.service #service-main-contents .service-main-content .service-title p {
  font-size: 2.2rem;
}

body.service #service-main-contents .service-main-content .service-title .left {
  width: 55%;
}

body.service #service-main-contents .service-main-content .service-title .photo {
  width: 45%;
}

body.service #service-main-contents .service-main-content .service-title .photo img {
  width: 100%;
  height: auto;
}

body.service #service-main-contents .service-main-content .service-homecare-title {
  background: url("../images/service-title-sndbg@2x.png") no-repeat center center;
  background-size: 266px;
}

body.service #service-main-contents .service-main-content .service-homecare-title h1 {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 35px 0;
}

body.service #service-main-contents .service-main-content .service-homecare-title h1 span {
  display: block;
  font-size: 4rem;
}

body.service #service-main-contents .service-main-content .content {
  position: relative;
  width: 80%;
  margin: 60px auto 0;
  padding-top: 60px;
  border-top: 1px solid #E6DCCC;
  /*共通パーツ*/
  /*流れ*/
  /*リッチお問い合わせ*/
}

body.service #service-main-contents .service-main-content .content::before {
  content: "　";
  height: 1px;
  width: 100%;
  background: #fff;
  display: block;
  position: absolute;
  top: 1px;
}

body.service #service-main-contents .service-main-content .content h2 {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

body.service #service-main-contents .service-main-content .content h2 span {
  color: #DC708C;
}

body.service #service-main-contents .service-main-content .content h2.homecare-h2 {
  margin-bottom: 20px;
  font-size: 2.4rem;
}

body.service #service-main-contents .service-main-content .content h2.homecare-h2 span {
  color: #DC708C;
}

body.service #service-main-contents .service-main-content .content .center-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.6rem;
}

body.service #service-main-contents .service-main-content .content p {
  line-height: 2;
}

body.service #service-main-contents .service-main-content .content p a {
  color: #DC708C;
  text-decoration: underline;
}

body.service #service-main-contents .service-main-content .content p.small {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.4;
}

body.service #service-main-contents .service-main-content .content p.info {
  padding: 10px 10px;
  margin-top: 5px;
  background: #F2ECE1;
  font-size: 1.4rem;
  line-height: 1.5;
}

body.service #service-main-contents .service-main-content .content p.bg-ten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.service #service-main-contents .service-main-content .content p.bg-ten::before {
  content: "・";
  padding-right: 2px;
}

body.service #service-main-contents .service-main-content .content p.txt-underline {
  text-decoration: underline;
}

body.service #service-main-contents .service-main-content .content .gray-content {
  padding: 20px;
  margin-top: 5px;
  background: #F2ECE1;
  font-size: 1.4rem;
}

body.service #service-main-contents .service-main-content .content .gray-content dt {
  font-size: 1.6rem !important;
  margin-bottom: 0 !important;
  font-weight: bold !important;
}

body.service #service-main-contents .service-main-content .content .gray-content dd {
  margin-bottom: 0 !important;
}

body.service #service-main-contents .service-main-content .content .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

body.service #service-main-contents .service-main-content .content .col2 p {
  margin-right: 30px;
}

body.service #service-main-contents .service-main-content .content .photo-center {
  margin-top: 30px;
  text-align: center;
}

body.service #service-main-contents .service-main-content .content .f18 {
  font-size: 1.8rem;
}

body.service #service-main-contents .service-main-content .content strong.line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #F5EFB6));
  background: linear-gradient(transparent 50%, #F5EFB6 0%);
}

body.service #service-main-contents .service-main-content .content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px 2px;
}

body.service #service-main-contents .service-main-content .content table thead {
  background: #F7D5D0;
  text-align: center;
}

body.service #service-main-contents .service-main-content .content table thead tr th {
  padding: 10px 0;
}

body.service #service-main-contents .service-main-content .content table tbody {
  background: #FDECE2;
  text-align: center;
}

body.service #service-main-contents .service-main-content .content table tbody tr td {
  padding: 6px 0;
  width: 33.333%;
}

body.service #service-main-contents .service-main-content .content table tbody tr td img {
  margin-right: 5px;
  vertical-align: -0.1em;
}

body.service #service-main-contents .service-main-content .content table tbody tr td a {
  text-decoration: underline;
}

body.service #service-main-contents .service-main-content .content .about-contents {
  margin-bottom: 20px;
}

body.service #service-main-contents .service-main-content .content .about-contents:last-child {
  margin-bottom: 0;
}

body.service #service-main-contents .service-main-content .content .about-contents .about-content h3 {
  margin-bottom: 8px;
  font-weight: bold;
}

body.service #service-main-contents .service-main-content .content .about-contents .about-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

body.service #service-main-contents .service-main-content .content .about-contents .about-content ul li:last-child {
  margin-bottom: 0;
}

body.service #service-main-contents .service-main-content .content .about-contents .about-content ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}

body.service #service-main-contents .service-main-content .content .about-contents .about-content table.cost-list th, body.service #service-main-contents .service-main-content .content .about-contents .about-content table.cost-list td {
  width: 24%;
}

body.service #service-main-contents .service-main-content .content .about-contents .about-content table.pricelist {
  margin-bottom: 0;
}

body.service #service-main-contents .service-main-content .content .about-contents .about-content table.pricelist td {
  padding: 10px 0 10px 10px;
  text-align: center;
  width: 50%;
}

body.service #service-main-contents .service-main-content .content .about-contents .about-content table.pricelist td a {
  text-decoration: underline;
}

body.service #service-main-contents .service-main-content .content .about-contents .about-content ol li {
  margin-bottom: 20px;
}

body.service #service-main-contents .service-main-content .content .about-contents .about-content ol li dl {
  padding: 20px;
  margin-top: 5px;
  background: #F2ECE1;
}

body.service #service-main-contents .service-main-content .content .about-contents .about-content ol li dl dt {
  display: inline-block;
  border-bottom: 1px solid #707070;
  margin-bottom: 15px;
}

body.service #service-main-contents .service-main-content .content .about-contents .about-content ol li dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

body.service #service-main-contents .service-main-content .content .about-contents .about-content ol li dl dd::before {
  content: "・";
  padding-right: 2px;
}

body.service #service-main-contents .service-main-content .content .about-contents .about-content ol li dl dd:last-child {
  margin-bottom: 0;
}

body.service #service-main-contents .service-main-content .content .white-space {
  padding: 30px;
  text-align: center;
  background: #fff;
}

body.service #service-main-contents .service-main-content .content .white-space a {
  color: #DC708C;
  font-weight: bold;
}

body.service #service-main-contents .service-main-content .content.step-contents > ol > li {
  position: relative;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body.service #service-main-contents .service-main-content .content.step-contents > ol > li:last-child {
  padding-bottom: 0;
}

body.service #service-main-contents .service-main-content .content.step-contents > ol > li > dl {
  width: calc(100% - 30px);
  margin: 12px 0 0 30px;
}

body.service #service-main-contents .service-main-content .content.step-contents > ol > li > dl > dt {
  font-size: 2rem;
  margin-bottom: 10px;
}

body.service #service-main-contents .service-main-content .content.step-contents > ol > li > dl > dd {
  margin-bottom: 20px;
  line-height: 2;
}

body.service #service-main-contents .service-main-content .content.step-contents > ol > li > dl > dd a {
  color: #DC708C;
  text-decoration: underline;
}

body.service #service-main-contents .service-main-content .content.step-contents > ol > li > dl > dd:last-child {
  margin-bottom: 0;
}

body.service #service-main-contents .service-main-content .content.step-contents > ol > li::after {
  content: "　";
  width: 4px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 24px;
  top: 0;
  z-index: 1;
}

body.service #service-main-contents .service-main-content .content.step-contents > ol > li::before {
  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;
  content: "1";
  background: #fff;
  width: 57px;
  height: 57px;
  font-size: 3rem;
  border-radius: 57px;
  z-index: 2;
}

body.service #service-main-contents .service-main-content .content.step-contents > ol > li:nth-child(2)::before {
  content: "2";
}

body.service #service-main-contents .service-main-content .content.step-contents > ol > li:nth-child(3)::before {
  content: "3";
}

body.service #service-main-contents .service-main-content .content.step-contents > ol > li:nth-child(4)::before {
  content: "4";
}

body.service #service-main-contents .service-main-content .content.step-contents > ol > li:nth-child(5)::before {
  content: "5";
}

body.service #service-main-contents .service-main-content .content.step-contents > ol > li:nth-child(6)::before {
  content: "6";
}

body.service #service-main-contents .service-main-content .content.step-contents > ol > li:last-child::after {
  display: none;
}

body.service #service-main-contents .service-main-content .content.pick-contact-contents .pick-contact-content {
  background: #fff;
  margin-top: 40px;
}

body.service #service-main-contents .service-main-content .content.pick-contact-contents .pick-contact-content h3 {
  padding: 20px;
  text-align: center;
  border-bottom: 2px solid #FFF5E4;
}

body.service #service-main-contents .service-main-content .content.pick-contact-contents .pick-contact-content h3 span {
  margin-top: 10px;
  display: block;
  text-align: center;
  font-size: 1.5rem;
}

body.service #service-main-contents .service-main-content .content.pick-contact-contents .pick-contact-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  padding: 25px 0;
  margin: 0 auto;
}

body.service #service-main-contents .service-main-content .content.pick-contact-contents .pick-contact-content dl:last-child {
  border-top: 1px dotted #DBDBDB;
}

body.service #service-main-contents .service-main-content .content.pick-contact-contents .pick-contact-content dl dt {
  font-size: 2rem;
  width: 220px;
  text-align: center;
}

body.service #service-main-contents .service-main-content .content.pick-contact-contents .pick-contact-content dl dd {
  width: calc(100% - 240px);
  text-align: center;
}

body.service #service-main-contents .service-main-content .content.pick-contact-contents .pick-contact-content dl dd span {
  display: inline-block;
  margin-top: 5px;
}

body.service #service-main-contents .service-main-content .content.pick-contact-contents .pick-contact-content dl dd a {
  display: block;
  width: 80%;
  background: #DC708C;
  color: #fff;
  padding: 6px 0;
  border-radius: 50px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  body.service #service-main-contents .service-main-content .content.pick-contact-contents .pick-contact-content dl dd {
    width: calc(100% - 120px);
  }
}

@media screen and (max-width: 1280px) {
  body.service #page-title {
    height: 150px;
    margin-bottom: 0;
    background: url("../images/head-bg-service@2x.jpg") no-repeat right top;
    background-size: auto 150px;
  }
  body.service #service-page-nav ul li a {
    display: block;
    padding: 8px 0px;
    font-size: 1.4rem;
  }
  body.service #service-main-contents .service-main-content .content .center-title {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 768px) {
  body.service #service-page-nav {
    margin-bottom: 30px;
  }
  body.service #service-page-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.service #service-page-nav ul li {
    width: 49%;
    margin-bottom: 10px;
  }
  body.service #service-page-nav ul li a {
    display: block;
    padding: 8px 0px;
    font-size: 1.4rem;
  }
  body.service #service-main-contents .service-main-content::before {
    height: 40px;
  }
  body.service #service-main-contents .service-main-content::after {
    height: 40px;
  }
  body.service #service-main-contents .service-main-content .service-title {
    background: none;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 85%;
    margin: 0 auto;
  }
  body.service #service-main-contents .service-main-content .service-title h1 {
    position: relative;
    font-size: 4rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  body.service #service-main-contents .service-main-content .service-title h1::before {
    content: "　";
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../images/service-title-bg@2x.png") no-repeat left top;
    background-size: 150px;
    width: 150px;
    height: 72px;
  }
  body.service #service-main-contents .service-main-content .service-title p {
    font-size: 1.6rem;
  }
  body.service #service-main-contents .service-main-content .service-title p br {
    display: none;
  }
  body.service #service-main-contents .service-main-content .service-title .sp-text-center {
    text-align: center;
  }
  body.service #service-main-contents .service-main-content .service-title .left {
    width: 100%;
  }
  body.service #service-main-contents .service-main-content .service-title .photo {
    width: 90%;
    margin: 0 auto 30px;
  }
  body.service #service-main-contents .service-main-content .service-title .photo img {
    width: 100%;
    height: auto;
  }
  body.service #service-main-contents .service-main-content .service-homecare-title {
    background: url("../images/service-title-sndbg@2x.png") no-repeat center center;
    background-size: 200px;
  }
  body.service #service-main-contents .service-main-content .service-homecare-title h1 {
    font-size: 2rem;
    padding: 35px 0;
  }
  body.service #service-main-contents .service-main-content .service-homecare-title h1 span {
    display: block;
    font-size: 3rem;
  }
  body.service #service-main-contents .service-main-content .content {
    width: 85%;
    margin: 40px auto 0;
    padding-top: 40px;
    /*共通パーツ*/
    /*流れ*/
    /*リッチお問い合わせ*/
  }
  body.service #service-main-contents .service-main-content .content h2 {
    font-size: 2rem;
  }
  body.service #service-main-contents .service-main-content .content::before {
    content: "　";
    height: 1px;
    width: 100%;
    background: #fff;
    display: block;
    position: absolute;
    top: 1px;
  }
  body.service #service-main-contents .service-main-content .content h2 {
    margin-bottom: 10px;
    letter-spacing: 0.05em;
  }
  body.service #service-main-contents .service-main-content .content h2 span {
    color: #DC708C;
  }
  body.service #service-main-contents .service-main-content .content h2.homecare-h2 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  body.service #service-main-contents .service-main-content .content .center-title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    line-height: 1.5;
    font-size: 1.8rem;
    border-bottom: 1px dashed #3f3a39;
  }
  body.service #service-main-contents .service-main-content .content .center-title span {
    display: none;
  }
  body.service #service-main-contents .service-main-content .content p {
    line-height: 2;
  }
  body.service #service-main-contents .service-main-content .content p a {
    color: #DC708C;
    text-decoration: underline;
  }
  body.service #service-main-contents .service-main-content .content p.small {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  body.service #service-main-contents .service-main-content .content p.info {
    padding: 10px 10px;
    margin-top: 5px;
    background: #F2ECE1;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  body.service #service-main-contents .service-main-content .content p.bg-ten {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.service #service-main-contents .service-main-content .content p.bg-ten::before {
    content: "・";
    padding-right: 2px;
  }
  body.service #service-main-contents .service-main-content .content p.txt-underline {
    text-decoration: underline;
  }
  body.service #service-main-contents .service-main-content .content .gray-content {
    padding: 20px;
    margin-top: 5px;
    background: #F2ECE1;
    font-size: 1.4rem;
  }
  body.service #service-main-contents .service-main-content .content .gray-content dt {
    font-size: 1.6rem !important;
    margin-bottom: 0 !important;
    font-weight: bold !important;
  }
  body.service #service-main-contents .service-main-content .content .gray-content dd {
    margin-bottom: 0 !important;
  }
  body.service #service-main-contents .service-main-content .content .col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0px;
  }
  body.service #service-main-contents .service-main-content .content .col2 p {
    margin-right: 0;
  }
  body.service #service-main-contents .service-main-content .content .photo-center {
    margin-top: 20px;
  }
  body.service #service-main-contents .service-main-content .content .photo-center img {
    width: 100%;
    height: auto;
  }
  body.service #service-main-contents .service-main-content .content .f18 {
    font-size: 1.8rem;
  }
  body.service #service-main-contents .service-main-content .content strong.line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #F5EFB6));
    background: linear-gradient(transparent 50%, #F5EFB6 0%);
  }
  body.service #service-main-contents .service-main-content .content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px 2px;
    font-size: 1.3rem;
  }
  body.service #service-main-contents .service-main-content .content table thead {
    background: #F7D5D0;
    text-align: center;
  }
  body.service #service-main-contents .service-main-content .content table thead tr th {
    padding: 10px 0;
  }
  body.service #service-main-contents .service-main-content .content table tbody {
    background: #FDECE2;
    text-align: center;
  }
  body.service #service-main-contents .service-main-content .content table tbody tr td {
    padding: 6px 0;
    width: 33.333%;
  }
  body.service #service-main-contents .service-main-content .content table tbody tr td img {
    margin-right: 5px;
    vertical-align: -0.1em;
  }
  body.service #service-main-contents .service-main-content .content .about-contents {
    margin-bottom: 20px;
  }
  body.service #service-main-contents .service-main-content .content .about-contents:last-child {
    margin-bottom: 0;
  }
  body.service #service-main-contents .service-main-content .content .about-contents .about-content h3 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  body.service #service-main-contents .service-main-content .content .about-contents .about-content table.pricelist tbody {
    background: none;
  }
  body.service #service-main-contents .service-main-content .content .about-contents .about-content table.pricelist tr {
    display: block;
  }
  body.service #service-main-contents .service-main-content .content .about-contents .about-content table.pricelist td {
    padding: 8px 0;
    text-align: left;
    width: 100% !important;
    display: block;
  }
  body.service #service-main-contents .service-main-content .content .about-contents .about-content table.pricelist td img {
    vertical-align: -0.2em;
  }
  body.service #service-main-contents .service-main-content .content .about-contents .about-content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
  }
  body.service #service-main-contents .service-main-content .content .about-contents .about-content ul li:last-child {
    margin-bottom: 0;
  }
  body.service #service-main-contents .service-main-content .content .about-contents .about-content ul li::before {
    content: "・";
    position: absolute;
    left: 0;
  }
  body.service #service-main-contents .service-main-content .content .about-contents .about-content ol li {
    margin-bottom: 20px;
  }
  body.service #service-main-contents .service-main-content .content .about-contents .about-content ol li dl {
    padding: 15px;
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  body.service #service-main-contents .service-main-content .content .about-contents .about-content ol li dl dt {
    font-size: 1.5rem;
  }
  body.service #service-main-contents .service-main-content .content .about-contents .about-content ol li dl dd {
    margin-bottom: 10px;
  }
  body.service #service-main-contents .service-main-content .content .white-space {
    padding: 15px 30px;
    text-align: center;
    background: #fff;
  }
  body.service #service-main-contents .service-main-content .content .white-space a {
    color: #DC708C;
    font-weight: bold;
  }
  body.service #service-main-contents .service-main-content .content.step-contents > ol > li {
    padding-bottom: 40px;
  }
  body.service #service-main-contents .service-main-content .content.step-contents > ol > li > dl {
    width: calc(100% - 45px);
    margin: 0;
  }
  body.service #service-main-contents .service-main-content .content.step-contents > ol > li > dl > dt {
    font-size: 2rem;
    margin-bottom: 6px;
  }
  body.service #service-main-contents .service-main-content .content.step-contents > ol > li > dl > dd {
    margin-bottom: 20px;
    line-height: 2;
  }
  body.service #service-main-contents .service-main-content .content.step-contents > ol > li::after {
    content: "　";
    width: 4px;
    left: 13px;
  }
  body.service #service-main-contents .service-main-content .content.step-contents > ol > li::before {
    width: 30px;
    height: 30px;
    font-size: 2rem;
    border-radius: 57px;
  }
  body.service #service-main-contents .service-main-content .content.step-contents > ol > li:nth-child(2)::before {
    content: "2";
  }
  body.service #service-main-contents .service-main-content .content.step-contents > ol > li:nth-child(3)::before {
    content: "3";
  }
  body.service #service-main-contents .service-main-content .content.step-contents > ol > li:nth-child(4)::before {
    content: "4";
  }
  body.service #service-main-contents .service-main-content .content.step-contents > ol > li:nth-child(5)::before {
    content: "5";
  }
  body.service #service-main-contents .service-main-content .content.step-contents > ol > li:nth-child(6)::before {
    content: "6";
  }
  body.service #service-main-contents .service-main-content .content.step-contents > ol > li:last-child::after {
    display: none;
  }
  body.service #service-main-contents .service-main-content .content.pick-contact-contents .pick-contact-content {
    background: #fff;
    margin-top: 40px;
  }
  body.service #service-main-contents .service-main-content .content.pick-contact-contents .pick-contact-content h3 {
    padding: 20px;
    text-align: center;
    border-bottom: 2px solid #FFF5E4;
    font-size: 1.7rem;
  }
  body.service #service-main-contents .service-main-content .content.pick-contact-contents .pick-contact-content dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    padding: 25px 0;
    margin: 0 auto;
  }
  body.service #service-main-contents .service-main-content .content.pick-contact-contents .pick-contact-content dl:last-child {
    border-top: 1px dotted #DBDBDB;
  }
  body.service #service-main-contents .service-main-content .content.pick-contact-contents .pick-contact-content dl dt {
    font-size: 1.6rem;
    width: 70px;
    text-align: center;
    line-height: 1.5;
  }
  body.service #service-main-contents .service-main-content .content.pick-contact-contents .pick-contact-content dl dd {
    width: calc(100% - 80px);
  }
  body.service #service-main-contents .service-main-content .content.pick-contact-contents .pick-contact-content dl dd a {
    width: 100%;
    padding: 6px 0;
    font-size: 1.3rem;
  }
  body.service #service-main-contents .service-main-content .content.pick-contact-contents .pick-contact-content dl dd span {
    font-size: 1.2rem;
  }
}

/*できること*/
body.service.index #comic-title {
  text-align: center;
  margin-bottom: 30px;
}

body.service.index #comic-title h2 {
  margin-bottom: 30px;
}

body.service.index #comic-title h2 img {
  width: 350px;
  height: auto;
}

body.service.index #comic-title p {
  font-size: 1.5rem;
  line-height: 1.7;
}

body.service.index #comic .service-comic-contents .service-comic-content {
  padding: 60px 30px 10px;
  background: #FFF6E6;
}

body.service.index #comic .service-comic-contents .service-comic-content h2 {
  margin-bottom: 30px;
  text-align: center;
}

body.service.index #comic .service-comic-contents .service-comic-content h2 img {
  width: 350px;
  height: auto;
}

body.service.index #comic .service-comic-contents .service-comic-content h4 {
  text-align: center;
  margin-bottom: 50px;
}

body.service.index #comic .service-comic-contents .service-comic-content p {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.8;
}

body.service.index #comic .service-comic-contents .service-comic-content .content {
  margin-bottom: 20px;
}

body.service.index #comic .service-comic-contents .service-comic-content .content img {
  width: 100%;
  height: auto;
}

body.service.index #copy {
  margin-top: 80px;
}

body.service.index #copy h2 {
  margin-bottom: 10px;
}

body.service.index #copy p.txt {
  font-size: 1.4rem;
}

body.service.index #service-list {
  margin-top: 50px;
}

body.service.index #service-list .wrapper {
  padding: 50px;
  border: 1px dotted #DBDBDB;
}

body.service.index #service-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px dotted #DBDBDB;
}

body.service.index #service-list ul li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

body.service.index #service-list ul li .photo {
  width: 150px;
}

body.service.index #service-list ul li .photo img {
  width: 100%;
  height: auto;
}

body.service.index #service-list ul li .service-list-content {
  width: calc(100% - 180px);
}

body.service.index #service-list ul li .service-list-content h3 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

body.service.index #service-list ul li .service-list-content p {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

body.service.index #service-list ul li .service-list-content .service-bt-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.service.index #service-list ul li .service-list-content .service-bt-contents a {
  color: #DC708C;
}

body.service.index #service-list ul li .service-list-content .service-bt-contents a::before {
  content: "　";
  background: url(../images/icon-right.svg) no-repeat center left;
  display: inline-block;
  width: auto;
  width: 10px;
}

body.service.index #service-list ul li .service-list-content .service-bt-contents .service-bt-title {
  line-height: 1;
}

body.service.index #service-list ul li .service-list-content .service-bt-contents .service-bt-title a {
  font-weight: bold;
}

body.service.index #service-list ul li .service-list-content .service-bt-contents .service-bt-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.service.index #service-list ul li .service-list-content .service-bt-contents .service-bt-content::before {
  content: " ";
  display: inline-block;
  background: #8B8B8B;
  width: 1px;
  margin: 0 20px;
  color: #8B8B8B;
}

body.service.index #service-list ul li .service-list-content .service-bt-contents .service-bt-content .service-bt-snd {
  line-height: 1;
  margin-right: 20px;
}

@media screen and (max-width: 1040px) {
  body.service.index #service-list {
    margin-top: 40px;
  }
  body.service.index #service-list .wrapper {
    padding: 30px;
  }
  body.service.index #service-list ul li {
    margin-top: 50px;
    padding-top: 50px;
  }
  body.service.index #service-list ul li .service-list-content .service-bt-contents {
    display: block;
  }
  body.service.index #service-list ul li .service-list-content .service-bt-contents .service-bt-content {
    margin-top: 10px;
  }
  body.service.index #service-list ul li .service-list-content .service-bt-contents .service-bt-content::before {
    display: none;
  }
  body.service.index #service-list ul li .service-list-content .service-bt-contents .service-bt-content .service-bt-snd {
    margin-right: 10px;
  }
  body.service.index #service-list ul li .service-list-content .service-bt-contents .service-bt-content .service-bt-snd a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  body.service.index #comic-title {
    text-align: center;
    margin-bottom: 30px;
  }
  body.service.index #comic-title h2 {
    margin-bottom: 30px;
  }
  body.service.index #comic-title h2 img {
    width: 350px;
    height: auto;
  }
  body.service.index #comic-title p {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  body.service.index #comic .service-comic-contents .service-comic-content {
    padding: 30px 30px 10px;
  }
  body.service.index #comic .service-comic-contents .service-comic-content h2 {
    margin-bottom: 30px;
  }
  body.service.index #comic .service-comic-contents .service-comic-content h2 img {
    width: 80%;
    height: auto;
  }
  body.service.index #comic .service-comic-contents .service-comic-content h4 {
    margin-bottom: 30px;
  }
  body.service.index #comic .service-comic-contents .service-comic-content h4 img {
    width: 100%;
    height: auto;
  }
  body.service.index #comic .service-comic-contents .service-comic-content p {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 30px;
  }
  body.service.index #comic .service-comic-contents .service-comic-content p br {
    display: none;
  }
  body.service.index #comic .service-comic-contents .service-comic-content .content {
    margin-bottom: 20px;
  }
  body.service.index #copy {
    margin-top: 40px;
  }
  body.service.index #copy p {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  body.service.index #service-list .wrapper {
    padding: 30px;
  }
  body.service.index #service-list ul li {
    display: block;
    margin-top: 40px;
    padding-top: 40px;
  }
  body.service.index #service-list ul li:first-child .service-list-content .service-bt-contents .service-bt-title {
    margin-top: 20px;
    text-align: left;
  }
  body.service.index #service-list ul li .photo {
    width: 180px;
    margin: 0 auto 20px;
  }
  body.service.index #service-list ul li .photo img {
    width: 100%;
    height: auto;
  }
  body.service.index #service-list ul li .service-list-content {
    width: 100%;
  }
  body.service.index #service-list ul li .service-list-content h3 {
    font-size: 2rem;
  }
  body.service.index #service-list ul li .service-list-content h3 span {
    font-size: 1.2rem;
    letter-spacing: -0.01em;
  }
  body.service.index #service-list ul li .service-list-content p {
    margin-bottom: 10px;
    letter-spacing: 0;
  }
  body.service.index #service-list ul li .service-list-content .service-bt-contents {
    display: block;
  }
  body.service.index #service-list ul li .service-list-content .service-bt-contents .service-bt-title {
    margin-top: 20px;
    text-align: center;
  }
  body.service.index #service-list ul li .service-list-content .service-bt-contents .service-bt-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.service.index #service-list ul li .service-list-content .service-bt-contents .service-bt-content::before {
    display: none;
  }
  body.service.index #service-list ul li .service-list-content .service-bt-contents .service-bt-content .service-bt-snd {
    width: 49%;
    line-height: 1;
    margin: 0 0 6px 0;
  }
}

/*訪問診療*/
body.service.homecare #service-main-contents .service-main-content .content {
  position: relative;
}

body.service.homecare #service-main-contents .service-main-content .content .homecare-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

body.service.homecare #service-main-contents .service-main-content .content .homecare-img div {
  margin: 0 30px;
}

body.service.homecare #service-main-contents .service-main-content .content .homecare-img .illust01 {
  height: 176px;
}

body.service.homecare #service-main-contents .service-main-content .content .homecare-img .illust02 {
  height: 176px;
}

body.service.homecare #service-main-contents .service-main-content .content .homecare-img img {
  width: 100%;
  height: auto;
}

body.service.homecare #service-main-contents .service-main-content .content p {
  position: relative;
  z-index: 999;
}

body.service.homecare #service-main-contents .service-main-content .content .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  position: relative;
  z-index: 999;
}

body.service.homecare #service-main-contents .service-main-content .content .col3 ul li {
  margin-bottom: 10px;
}

body.service.homecare #service-main-contents .service-main-content .content .col3 ul li:last-child {
  margin-bottom: 0;
}

body.service.homecare #service-main-contents .service-main-content .content .col3 ul:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1280px) {
  body.service.homecare #service-main-contents .service-main-content .content .col3 ul li {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  body.service.homecare #service-main-contents .service-main-content .content .homecare-img {
    margin-top: 30px;
  }
  body.service.homecare #service-main-contents .service-main-content .content .homecare-img div {
    margin: 0 10px;
  }
  body.service.homecare #service-main-contents .service-main-content .content .homecare-img .illust01 {
    max-height: 120px;
  }
  body.service.homecare #service-main-contents .service-main-content .content .homecare-img .illust02 {
    max-height: 120px;
  }
  body.service.homecare #service-main-contents .service-main-content .content p {
    position: relative;
    z-index: 999;
  }
  body.service.homecare #service-main-contents .service-main-content .content .col3 {
    display: block;
  }
  body.service.homecare #service-main-contents .service-main-content .content .col3 ul li {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  body.service.homecare #service-main-contents .service-main-content .content .col3 ul li:last-child {
    margin-bottom: 10px;
  }
}

/*訪問診療 - 対象となる方*/
body.service.homecare-features #service-main-contents .service-main-content .content {
  position: relative;
}

body.service.homecare-features #service-main-contents .service-main-content .content ul li {
  font-size: 1.8rem;
  margin-bottom: 30px;
  padding-left: 40px;
  background: url("../images/icon-checkbox.svg") no-repeat left 3px;
}

body.service.homecare-features #service-main-contents .service-main-content .content ul li strong {
  font-weight: normal;
}

body.service.homecare-features #service-main-contents .service-main-content .content ul li:last-child {
  margin-bottom: 0;
}

body.service.homecare-features #service-main-contents .service-main-content .content-illust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

body.service.homecare-features #service-main-contents .service-main-content .content-illust .illust {
  width: 200px;
}

body.service.homecare-features #service-main-contents .service-main-content .content-illust .illust img {
  width: 100%;
  height: auto;
}

body.service.homecare-features #service-main-contents .service-main-content .content-illust p {
  width: calc(100% - 240px);
}

@media screen and (max-width: 768px) {
  body.service.homecare-features #service-main-contents .service-main-content .content ul li {
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding-left: 30px;
    background: url("../images/icon-checkbox.svg") no-repeat left 5px;
    background-size: 16px;
  }
  body.service.homecare-features #service-main-contents .service-main-content .content-illust {
    display: block;
    margin-top: 50px;
  }
  body.service.homecare-features #service-main-contents .service-main-content .content-illust .illust {
    width: 80%;
    margin: 0 auto 30px;
  }
  body.service.homecare-features #service-main-contents .service-main-content .content-illust .illust img {
    width: 100%;
    height: auto;
  }
  body.service.homecare-features #service-main-contents .service-main-content .content-illust p {
    width: 100%;
  }
}

/*訪問診療 - 訪問範囲*/
body.service.homecare-area #service-main-contents .service-main-content .content figure {
  text-align: center;
  padding: 30px;
  background: #fff;
}

body.service.homecare-area #service-main-contents .service-main-content .content figure img {
  width: 100%;
  height: auto;
}

body.service.homecare-area #service-main-contents .service-main-content .content .caption {
  position: relative;
  padding-left: 20px;
  margin-top: 20px;
}

body.service.homecare-area #service-main-contents .service-main-content .content .caption::after {
  content: "　";
  position: absolute;
  top: 10px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background: #e2b0bd;
  -webkit-filter: blur(1.5px);
          filter: blur(1.5px);
}

@media screen and (max-width: 768px) {
  body.service.homecare-area #service-main-contents .service-main-content .content figure {
    padding: 2px;
  }
}

/*訪問診療 - ご利用の流れ*/
body.service.homecare-step #service-main-contents .service-main-content .content.page-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.service.homecare-step #service-main-contents .service-main-content .content.page-navi ul li {
  margin: 0 20px;
}

body.service.homecare-step #service-main-contents .service-main-content .content.page-navi ul li a {
  display: block;
  text-align: center;
}

body.service.homecare-step #service-main-contents .service-main-content .content.page-navi ul li a span {
  display: block;
}

body.service.homecare-step #service-main-contents .service-main-content .content.page-navi ul li a span.main {
  font-size: 3.1rem;
}

body.service.homecare-step #service-main-contents .service-main-content .content.page-navi ul li a span.sub {
  font-size: 1.4em;
}

body.service.homecare-step #service-main-contents .service-main-content .content.page-navi ul li a img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  body.service.homecare-step #service-main-contents .service-main-content .content.page-navi ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.service.homecare-step #service-main-contents .service-main-content .content.page-navi ul li {
    margin: 0 10px;
  }
  body.service.homecare-step #service-main-contents .service-main-content .content.page-navi ul li a span.main {
    font-size: 2.1rem;
  }
  body.service.homecare-step #service-main-contents .service-main-content .content.page-navi ul li a span.sub {
    font-size: 0.9em;
  }
  body.service.homecare-step #service-main-contents .service-main-content .content.page-navi ul li a img {
    display: block;
    margin: 10px auto 0;
  }
}

/*訪問看護*/
@media screen and (max-width: 768px) {
  body.service.nursing *:focus {
    outline: none;
  }
  body.service.nursing a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
  }
  body.service.nursing #service-main-contents .service-main-content .content table tr td a {
    text-decoration: underline;
  }
  body.service.nursing #service-main-contents .service-main-content .content table tr td img {
    vertical-align: -0.2em;
  }
}

/*リハビリテーション*/
body.service.rehabilitation #service-main-contents .service-main-content .service-title h1 {
  font-size: 3.8rem;
  letter-spacing: -0.05em;
}

body.service.rehabilitation #service-main-contents .service-main-content .service-title .left {
  width: 60%;
}

body.service.rehabilitation #service-main-contents .service-main-content .service-title .photo {
  width: 40%;
}

body.service.rehabilitation #service-main-contents .service-main-content .content .about-contents .about-content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.service.rehabilitation #service-main-contents .service-main-content .content .about-contents .about-content h3 span {
  display: block;
  width: calc(100% - 30px);
  padding-left: 4px;
}

body.service.rehabilitation #service-main-contents .service-main-content .content .about-contents .about-content h3::before {
  content: "　";
  display: inline-block;
  background: url("../images/icon-speak.svg") no-repeat left 3px;
  background-size: 24px;
  width: 30px;
}

@media screen and (max-width: 768px) {
  body.service.rehabilitation #service-main-contents .service-main-content .service-title h1 {
    font-size: 3rem;
    letter-spacing: -0.05em;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  body.service.rehabilitation #service-main-contents .service-main-content .service-title .left {
    width: 100%;
  }
  body.service.rehabilitation #service-main-contents .service-main-content .service-title .photo {
    width: 90%;
  }
  body.service.rehabilitation #service-main-contents .service-main-content .content .about-contents .about-content h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.service.rehabilitation #service-main-contents .service-main-content .content .about-contents .about-content h3 span {
    display: block;
    width: calc(100% - 30px);
    padding-left: 4px;
  }
  body.service.rehabilitation #service-main-contents .service-main-content .content .about-contents .about-content h3::before {
    content: "　";
    display: inline-block;
    background: url("../images/icon-speak.svg") no-repeat left 3px;
    background-size: 24px;
    width: 30px;
  }
}

/*訪問栄養食事支援*/
body.service.nutrition #service-main-contents .service-main-content .service-title h1 {
  font-size: 4.2rem;
  letter-spacing: 0.05em;
}

body.service.nutrition #service-main-contents .service-main-content .service-title .left {
  width: 60%;
}

body.service.nutrition #service-main-contents .service-main-content .service-title .photo {
  width: 40%;
}

body.service.nutrition #service-main-contents .service-main-content .content .price-box h4 {
  border-top: 1px solid #CECECE;
  margin-top: 30px;
  padding-top: 30px;
}

body.service.nutrition #service-main-contents .service-main-content .content .price-box h4:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  body.service.nutrition #service-main-contents .service-main-content .service-title h1 {
    font-size: 3rem;
    letter-spacing: -0.05em;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  body.service.nutrition #service-main-contents .service-main-content .service-title .left {
    width: 100%;
  }
  body.service.nutrition #service-main-contents .service-main-content .service-title .photo {
    width: 90%;
  }
  body.service.nutrition #service-main-contents .service-main-content .content .price-box h4 {
    border-top: 1px solid #CECECE;
    margin-top: 30px;
    padding-top: 30px;
  }
  body.service.nutrition #service-main-contents .service-main-content .content .price-box h4:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
}

/*居宅介護支援*/
body.service.care-management #service-main-contents .service-main-content .service-title h1 {
  margin-bottom: 20px;
}

body.service.care-management #service-main-contents .service-main-content .service-title h1 span {
  display: block;
  margin-left: 85px;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1;
}

@media screen and (max-width: 1280px) {
  body.service.care-management #service-main-contents .service-main-content .service-title h1 {
    font-size: 3.6rem;
    margin-bottom: 15px;
  }
  body.service.care-management #service-main-contents .service-main-content .service-title h1 span {
    display: block;
    margin-left: 48px;
  }
}

@media screen and (max-width: 768px) {
  body.service.care-management #service-main-contents .service-main-content .service-title h1 span {
    text-align: center;
    margin: 0;
  }
}

/*連携室*/
body.service.medical-cooperation #service-main-contents .service-main-content .service-title h1 span {
  font-size: 2rem;
}

body.service.medical-cooperation #service-main-contents .service-main-content .service-title p {
  font-size: 2rem;
}

body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents {
  border: 1px dotted #707070;
  margin-bottom: 20px;
}

body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents.big {
  padding: 30px 30px 50px;
}

body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents.big .about-content {
  padding: 0;
}

body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents:last-child {
  margin-bottom: 0;
}

body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents .about-content {
  padding: 30px;
}

body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents .about-content h3 {
  margin-bottom: 8px;
  font-weight: bold;
}

body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents .about-content h3::before {
  content: "　";
  background: url("../images/icon-circle.svg") no-repeat left 8px;
  background-size: 15px;
  padding-right: 2px;
}

body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents .about-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents .about-content ul li:last-child {
  margin-bottom: 0;
}

body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents .about-content ul li::before {
  content: "ー";
  position: absolute;
  left: 0;
}

body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents .about-content ol li {
  margin-bottom: 20px;
}

body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents .about-content ol li dl {
  padding: 20px;
  margin-top: 5px;
  background: #F2ECE1;
}

body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents .about-content ol li dl dt {
  display: inline-block;
  border-bottom: 1px solid #707070;
  margin-bottom: 15px;
}

body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents .about-content ol li dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents .about-content ol li dl dd::before {
  content: "・";
  padding-right: 2px;
}

body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents .about-content ol li dl dd:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
  body.service.medical-cooperation #service-main-contents .service-main-content .service-title h1 span {
    font-size: 1.6rem;
  }
  body.service.medical-cooperation #service-main-contents .service-main-content .content .col2 p {
    width: 50%;
  }
  body.service.medical-cooperation #service-main-contents .service-main-content .content .col2 .img {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  body.service.medical-cooperation #service-main-contents .service-main-content .content .col2 .img img {
    width: 100%;
    height: auto;
  }
  body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents.last .about-content h3 {
    margin-bottom: 0;
  }
  body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents.big {
    padding: 0 0 25px;
  }
  body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents.big .about-content {
    padding: 15px;
    margin-bottom: 0;
  }
  body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents .about-content {
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  body.service.medical-cooperation #service-main-contents .service-main-content .service-title h1 {
    margin-bottom: 10px;
  }
  body.service.medical-cooperation #service-main-contents .service-main-content .service-title p {
    font-size: 1.6rem;
  }
  body.service.medical-cooperation #service-main-contents .service-main-content .content .col2 p {
    width: 100%;
  }
  body.service.medical-cooperation #service-main-contents .service-main-content .content .col2 .img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  body.service.medical-cooperation #service-main-contents .service-main-content .content .col2 .img img {
    width: 100%;
    height: auto;
  }
  body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents.last .about-content h3 {
    margin-bottom: 0;
  }
  body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents.big {
    padding: 0 0 25px;
  }
  body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents.big .about-content {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents .about-content {
    padding: 15px;
  }
  body.service.medical-cooperation #service-main-contents .service-main-content .content .about-contents .about-content h3::before {
    content: "　";
    background: url("../images/icon-circle.svg") no-repeat left 6px;
  }
}

body.download #page-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;
  height: 350px;
  margin-bottom: 20px;
  text-align: center;
  background: url("../images/head-bg-download@2x.jpg") no-repeat right top;
  background-size: auto 350px;
}

body.download #qa-page-navi {
  margin-bottom: 80px;
}

body.download #qa-page-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

body.download #qa-page-navi ul li {
  font-size: 1.5rem;
  margin-right: 20px;
}

body.download #qa-page-navi ul li a {
  display: block;
  background: url("../images/icon-arrow-down-gray.svg") no-repeat left center;
  padding-left: 20px;
}

body.download #download-contents .download-content {
  margin-bottom: 80px;
}

body.download #download-contents .download-content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

body.download #download-contents .download-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body.download #download-contents .download-content ul li .left {
  max-width: 176px;
}

body.download #download-contents .download-content ul li .left a {
  display: block;
  width: 135px;
}

body.download #download-contents .download-content ul li .left figure img {
  width: 100%;
  height: auto;
}

body.download #download-contents .download-content ul li .bt-download {
  padding-left: 30px;
}

body.download #download-contents .download-content ul li .bt-download h4 {
  margin-bottom: 4px;
}

body.download #download-contents .download-content ul li .bt-download p {
  font-size: 15px;
}

body.download #download-contents .download-content ul li .bt-download a {
  display: block;
  border: 1px solid #707070;
  text-align: center;
  padding: 5px 20px;
  border-radius: 3px;
  margin-top: 10px;
}

body.download #download-contents .download-content ul li .bt-download a img {
  vertical-align: -0.15em;
}

body.download #download-contents .download-content ul li .bt-download a:hover {
  color: #DC708C;
}

@media screen and (max-width: 1280px) {
  body.download #page-title {
    height: 150px;
    margin-bottom: 0;
    background: url("../images/head-bg-download@2x.jpg") no-repeat right top;
    background-size: auto 150px;
  }
  body.download #qa-page-navi {
    margin-bottom: 80px;
  }
  body.download #qa-page-navi ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body.download #qa-page-navi ul li a {
    display: block;
    background: url("../images/icon-arrow-down-gray.svg") no-repeat left center;
    padding-left: 20px;
  }
  body.download #download-contents .download-content {
    padding-top: 100px;
    margin-top: -100px;
  }
  body.download #download-contents .download-content ul li .left a {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  body.download #download-contents .download-content {
    padding-top: 100px;
    margin-top: -100px;
  }
  body.download #download-contents .download-content ul {
    display: block;
  }
  body.download #download-contents .download-content ul li {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body.download #download-contents .download-content ul li .left {
    max-width: 100px;
  }
  body.download #download-contents .download-content ul li .left a {
    width: auto;
  }
  body.download #download-contents .download-content ul li .bt-download {
    width: 100%;
    padding-left: 20px;
  }
  body.download #download-contents .download-content ul li .bt-download h4 {
    margin-bottom: 4px;
    font-size: 14px;
  }
  body.download #download-contents .download-content ul li .bt-download p {
    font-size: 13px;
    line-height: 1.5;
  }
  body.download #download-contents .download-content ul li .bt-download a {
    display: block;
    border: 1px solid #707070;
    text-align: center;
    padding: 5px 20px;
    border-radius: 3px;
    margin-top: 10px;
  }
  body.download #download-contents .download-content ul li .bt-download a img {
    vertical-align: -0.15em;
  }
  body.download #download-contents .download-content ul li .bt-download a:hover {
    color: #DC708C;
  }
  body.download #qa-page-navi {
    margin-bottom: 40px;
  }
  body.download #qa-page-navi ul {
    margin-bottom: 0;
  }
  body.download #qa-page-navi ul li {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  body.download #qa-page-navi ul li a {
    display: block;
    background: url("../images/icon-arrow-down-gray.svg") no-repeat left center;
    padding-left: 15px;
  }
}

body.privacy #page-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;
  height: 100px;
  text-align: center;
  background: url("../images/head-bg-contact@2x.jpg") no-repeat left top;
  background-size: auto 100px;
}

@media screen and (max-width: 1280px) {
  body.privacy #page-title {
    height: 60px;
    margin-bottom: 0;
    background: url("../images/head-bg-contact@2x.jpg") no-repeat left top;
    background-size: auto 60px;
  }
}

body.contact #page-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;
  height: 209px;
  margin-bottom: 20px;
  text-align: center;
  background: url("../images/head-bg-contact@2x.jpg") no-repeat right top;
  background-size: auto 209px;
}

@media screen and (max-width: 1280px) {
  body.contact #page-title {
    height: 150px;
    margin-bottom: 0;
    background: url("../images/head-bg-contact@2x.jpg") no-repeat right top;
    background-size: auto 150px;
  }
}

body.privacy,
body.contact {
  /*オリジナルフォーム対応*/
  /*オリジナルフォーム 確認画面*/
  /*オリジナルフォーム ステップ*/
  /*オリジナルフォーム 送信ボタン*/
}

body.privacy #privacy-contents .privacy-content h2,
body.contact #privacy-contents .privacy-content h2 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
}

body.privacy #privacy-contents .privacy-content h2 span,
body.contact #privacy-contents .privacy-content h2 span {
  display: block;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
}

body.privacy #privacy-contents .privacy-content dl,
body.contact #privacy-contents .privacy-content dl {
  margin-bottom: 50px;
}

body.privacy #privacy-contents .privacy-content dl dt,
body.contact #privacy-contents .privacy-content dl dt {
  margin-bottom: 10px;
  font-weight: bold;
}

body.privacy #privacy-contents .privacy-content dl dd span,
body.contact #privacy-contents .privacy-content dl dd span {
  vertical-align: super;
  font-size: 1.4rem;
}

body.privacy #privacy-contents .privacy-content dl dd ul li,
body.contact #privacy-contents .privacy-content dl dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

body.privacy #privacy-contents .privacy-content dl dd ul li::before,
body.contact #privacy-contents .privacy-content dl dd ul li::before {
  content: "◎";
  padding-right: 2px;
}

body.privacy #privacy-contents .privacy-content dl dd ul li span,
body.contact #privacy-contents .privacy-content dl dd ul li span {
  margin-top: -0.3em;
}

body.privacy #privacy-contents .privacy-content .small,
body.contact #privacy-contents .privacy-content .small {
  font-size: 1.4rem;
}

body.privacy #privacy-contents .privacy-content .last,
body.contact #privacy-contents .privacy-content .last {
  margin-top: 40px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  body.privacy #privacy-contents .privacy-content h2,
  body.contact #privacy-contents .privacy-content h2 {
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
  body.privacy #privacy-contents .privacy-content h2 span,
  body.contact #privacy-contents .privacy-content h2 span {
    font-size: 2.4rem;
  }
  body.privacy #privacy-contents .privacy-content p,
  body.contact #privacy-contents .privacy-content p {
    font-size: 1.4rem;
    line-height: 2;
  }
  body.privacy #privacy-contents .privacy-content dl,
  body.contact #privacy-contents .privacy-content dl {
    margin-bottom: 40px;
  }
  body.privacy #privacy-contents .privacy-content dl dt,
  body.contact #privacy-contents .privacy-content dl dt {
    margin-bottom: 8px;
  }
  body.privacy #privacy-contents .privacy-content dl dd,
  body.contact #privacy-contents .privacy-content dl dd {
    font-size: 1.4rem;
    line-height: 2;
  }
  body.privacy #privacy-contents .privacy-content dl dd ul,
  body.contact #privacy-contents .privacy-content dl dd ul {
    margin-top: 10px;
  }
  body.privacy #privacy-contents .privacy-content dl dd ul li,
  body.contact #privacy-contents .privacy-content dl dd ul li {
    display: block;
    margin-bottom: 6px;
    padding-left: 1.1em;
    text-indent: -1.1em;
    line-height: 1.5;
  }
  body.privacy #privacy-contents .privacy-content dl dd ul li::before,
  body.contact #privacy-contents .privacy-content dl dd ul li::before {
    content: "◎";
    padding-right: 2px;
  }
  body.privacy #privacy-contents .privacy-content dl dd ul li span,
  body.contact #privacy-contents .privacy-content dl dd ul li span {
    line-height: 1;
  }
  body.privacy #privacy-contents .privacy-content .small,
  body.contact #privacy-contents .privacy-content .small {
    font-size: 1.2rem;
  }
  body.privacy #privacy-contents .privacy-content .last,
  body.contact #privacy-contents .privacy-content .last {
    margin-top: 20px;
  }
}

body.privacy #form_contents .content,
body.contact #form_contents .content {
  /*確認画面*/
  /**
			 * 画像
			 */
  /**
			 * 必須
			 */
  /**
			 * 注釈
			 */
  /**
			 * エラーメッセージ
			 */
  /**
			 * アクションボタン
			 */
  /**
			 * フォーム項目基本
			 */
  /**
			 * 選択項目
			 */
  /**
			 * テキスト
			 */
  /**
			 * 複数行テキスト
			 */
  /**
			 * ファイル
			 */
}

body.privacy #form_contents .content .tel-content,
body.contact #form_contents .content .tel-content {
  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;
  border: 1px dotted #DBDBDB;
  padding: 30px 30px;
  margin-bottom: 60px;
}

body.privacy #form_contents .content .tel-content p,
body.contact #form_contents .content .tel-content p {
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
}

body.privacy #form_contents .content .tel-content p a,
body.contact #form_contents .content .tel-content p a {
  color: #DC708C;
}

body.privacy #form_contents .content .tel-content div,
body.contact #form_contents .content .tel-content div {
  width: 50%;
  line-height: 1.5;
  border-left: 1px dotted #DBDBDB;
}

body.privacy #form_contents .content .tel-content div span,
body.contact #form_contents .content .tel-content div span {
  display: block;
  text-align: center;
}

body.privacy #form_contents .content .tel-content div .name,
body.contact #form_contents .content .tel-content div .name {
  font-size: 2.3rem;
}

body.privacy #form_contents .content .tel-content div .tel,
body.contact #form_contents .content .tel-content div .tel {
  font-size: 3.8rem;
  letter-spacing: 0.1em;
}

body.privacy #form_contents .content .tel-content div .time,
body.contact #form_contents .content .tel-content div .time {
  font-size: 1.5rem;
}

body.privacy #form_contents .content .page-h3,
body.contact #form_contents .content .page-h3 {
  text-align: center;
}

body.privacy #form_contents .content .titile-p,
body.contact #form_contents .content .titile-p {
  text-align: center;
}

body.privacy #form_contents .content .thanks_wrap,
body.contact #form_contents .content .thanks_wrap {
  text-align: center;
}

body.privacy #form_contents .content .thanks_wrap .thank-cat,
body.contact #form_contents .content .thanks_wrap .thank-cat {
  width: 40%;
  margin: 30px auto 50px;
}

body.privacy #form_contents .content .thanks_wrap .thank-cat img,
body.contact #form_contents .content .thanks_wrap .thank-cat img {
  width: 100%;
  max-width: 110px;
  height: auto;
}

body.privacy #form_contents .content .thanks_wrap p,
body.contact #form_contents .content .thanks_wrap p {
  font-size: 1.8rem;
}

body.privacy #form_contents .content .hissu,
body.contact #form_contents .content .hissu {
  color: #DC708C;
}

body.privacy #form_contents .content .mw_wp_form_confirm .checkbox_term_class,
body.contact #form_contents .content .mw_wp_form_confirm .checkbox_term_class {
  display: none;
}

body.privacy #form_contents .content table,
body.contact #form_contents .content table {
  margin: 0 0 1em;
  table-layout: fixed;
  border-collapse: collapse;
  border: #ddd solid 1px;
  font-size: 100%;
  width: 100%;
}

body.privacy #form_contents .content table th,
body.privacy #form_contents .content table td,
body.contact #form_contents .content table th,
body.contact #form_contents .content table td {
  border: #ddd solid 1px;
  font-size: 100%;
  font-weight: normal;
  padding: 1em;
  text-align: left;
  vertical-align: top;
}

body.privacy #form_contents .content table th,
body.contact #form_contents .content table th {
  background-color: #f5f5f5;
  width: 30%;
}

body.privacy #form_contents .content table td,
body.contact #form_contents .content table td {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  body.privacy #form_contents .content table,
  body.privacy #form_contents .content table tbody,
  body.privacy #form_contents .content table tr,
  body.privacy #form_contents .content table th,
  body.privacy #form_contents .content table td,
  body.contact #form_contents .content table,
  body.contact #form_contents .content table tbody,
  body.contact #form_contents .content table tr,
  body.contact #form_contents .content table th,
  body.contact #form_contents .content table td {
    display: block;
    width: auto;
  }
  body.privacy #form_contents .content table,
  body.contact #form_contents .content table {
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  body.privacy #form_contents .content table th,
  body.contact #form_contents .content table th {
    border-top: none;
    padding: .5em 1em;
  }
  body.privacy #form_contents .content table td,
  body.contact #form_contents .content table td {
    border-top: none;
  }
}

body.privacy #form_contents .content .mw-wp-form_image,
body.contact #form_contents .content .mw-wp-form_image {
  margin-top: 5px;
}

body.privacy #form_contents .content .mw-wp-form_image img,
body.contact #form_contents .content .mw-wp-form_image img {
  max-width: 100%;
}

body.privacy #form_contents .content .require,
body.contact #form_contents .content .require {
  color: #b70000;
}

body.privacy #form_contents .content .notes,
body.contact #form_contents .content .notes {
  color: #999;
  display: block;
  font-size: 12px;
  margin: 5px 0 0;
}

body.privacy #form_contents .content .error,
body.contact #form_contents .content .error {
  color: #b70000;
  display: block;
  margin: 5px 0 0;
}

body.privacy #form_contents .content .action-buttons,
body.contact #form_contents .content .action-buttons {
  text-align: center;
}

body.privacy #form_contents .content input,
body.privacy #form_contents .content select,
body.privacy #form_contents .content textarea,
body.contact #form_contents .content input,
body.contact #form_contents .content select,
body.contact #form_contents .content textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  width: auto;
}

body.privacy #form_contents .content input[type="text"],
body.privacy #form_contents .content input[type="email"],
body.privacy #form_contents .content input[type="tel"],
body.privacy #form_contents .content textarea,
body.contact #form_contents .content input[type="text"],
body.contact #form_contents .content input[type="email"],
body.contact #form_contents .content input[type="tel"],
body.contact #form_contents .content textarea {
  font-size: 20px;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.privacy #form_contents .content label,
body.contact #form_contents .content label {
  display: inline-block;
  margin: 0 5px 0 0;
}

body.privacy #form_contents .content label input[type="checkbox"],
body.privacy #form_contents .content label input[type="radio"],
body.contact #form_contents .content label input[type="checkbox"],
body.contact #form_contents .content label input[type="radio"] {
  margin: 0 5px 0 0;
}

body.privacy #form_contents .content input[type="text"],
body.privacy #form_contents .content input[type="password"],
body.privacy #form_contents .content input[type="number"],
body.privacy #form_contents .content input[type="email"],
body.privacy #form_contents .content input[type="url"],
body.privacy #form_contents .content input[type="tel"],
body.privacy #form_contents .content textarea,
body.contact #form_contents .content input[type="text"],
body.contact #form_contents .content input[type="password"],
body.contact #form_contents .content input[type="number"],
body.contact #form_contents .content input[type="email"],
body.contact #form_contents .content input[type="url"],
body.contact #form_contents .content input[type="tel"],
body.contact #form_contents .content textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

body.privacy #form_contents .content textarea,
body.contact #form_contents .content textarea {
  overflow: auto;
  vertical-align: top;
  width: 100%;
}

body.privacy #form_contents .content input[type="file"],
body.contact #form_contents .content input[type="file"] {
  display: inline;
}

body.privacy #form_contents .content input[type="text"],
body.privacy #form_contents .content input[type="password"],
body.privacy #form_contents .content input[type="number"],
body.privacy #form_contents .content input[type="email"],
body.privacy #form_contents .content input[type="url"],
body.privacy #form_contents .content input[type="tel"],
body.privacy #form_contents .content select, body.privacy #form_contents .content textarea,
body.contact #form_contents .content input[type="text"],
body.contact #form_contents .content input[type="password"],
body.contact #form_contents .content input[type="number"],
body.contact #form_contents .content input[type="email"],
body.contact #form_contents .content input[type="url"],
body.contact #form_contents .content input[type="tel"],
body.contact #form_contents .content select,
body.contact #form_contents .content textarea {
  padding: 5px 8px;
}

body.privacy #form_contents .content input[type="text"],
body.privacy #form_contents .content input[type="password"],
body.privacy #form_contents .content input[type="number"],
body.privacy #form_contents .content input[type="email"],
body.privacy #form_contents .content input[type="url"],
body.privacy #form_contents .content input[type="tel"],
body.contact #form_contents .content input[type="text"],
body.contact #form_contents .content input[type="password"],
body.contact #form_contents .content input[type="number"],
body.contact #form_contents .content input[type="email"],
body.contact #form_contents .content input[type="url"],
body.contact #form_contents .content input[type="tel"] {
  width: 80%;
  height: 50px;
}

body.privacy #form_contents .content .mwform-tel-field input[type="text"],
body.contact #form_contents .content .mwform-tel-field input[type="text"] {
  width: 15%;
}

body.privacy #form_contents .content select,
body.contact #form_contents .content select {
  height: 40px;
  border: 1px solid #ccc;
}

body.privacy #form_contents .content textarea,
body.contact #form_contents .content textarea {
  height: 200px;
  word-break: break-all;
}

body.privacy #form_contents .content td,
body.contact #form_contents .content td {
  word-break: break-all;
}

body.privacy #form_contents .content input[type="submit"],
body.privacy #form_contents .content input[type="button"],
body.contact #form_contents .content input[type="submit"],
body.contact #form_contents .content input[type="button"] {
  -webkit-appearance: none;
  outline: none;
  margin-top: 20px;
  width: 30%;
  padding: 20px;
  border: none;
  border-radius: 3px;
  background: #DC708C;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  text-shadow: none;
  cursor: pointer;
}

body.privacy #form_contents .content input[name=submitConfirm]:disabled,
body.contact #form_contents .content input[name=submitConfirm]:disabled {
  background: #efefef;
  pointer-events: none;
}

body.privacy #form_contents .content .checkbox_term_class,
body.contact #form_contents .content .checkbox_term_class {
  margin-top: 40px;
  text-align: center;
}

body.privacy #form_contents .content .checkbox_term_class a,
body.contact #form_contents .content .checkbox_term_class a {
  color: #DC708C;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  body.privacy #form_contents .content,
  body.contact #form_contents .content {
    /*確認画面*/
    /**
			 * 画像
			 */
    /**
			 * 必須
			 */
    /**
			 * 注釈
			 */
    /**
			 * エラーメッセージ
			 */
    /**
			 * アクションボタン
			 */
    /**
			 * フォーム項目基本
			 */
    /**
			 * 選択項目
			 */
    /**
			 * テキスト
			 */
    /**
			 * 複数行テキスト
			 */
    /**
			 * ファイル
			 */
  }
  body.privacy #form_contents .content .tel-content,
  body.contact #form_contents .content .tel-content {
    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;
    border: 1px dotted #DBDBDB;
    padding: 30px 30px;
    margin-bottom: 60px;
  }
  body.privacy #form_contents .content .tel-content p,
  body.contact #form_contents .content .tel-content p {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
  }
  body.privacy #form_contents .content .tel-content p a,
  body.contact #form_contents .content .tel-content p a {
    color: #DC708C;
  }
  body.privacy #form_contents .content .tel-content div,
  body.contact #form_contents .content .tel-content div {
    width: 50%;
    line-height: 1.5;
    border-left: 1px dotted #DBDBDB;
  }
  body.privacy #form_contents .content .tel-content div span,
  body.contact #form_contents .content .tel-content div span {
    display: block;
    text-align: center;
  }
  body.privacy #form_contents .content .tel-content div .name,
  body.contact #form_contents .content .tel-content div .name {
    font-size: 2.3rem;
  }
  body.privacy #form_contents .content .tel-content div .tel,
  body.contact #form_contents .content .tel-content div .tel {
    font-size: 3.8rem;
    letter-spacing: 0.1em;
  }
  body.privacy #form_contents .content .tel-content div .time,
  body.contact #form_contents .content .tel-content div .time {
    font-size: 1.5rem;
  }
  body.privacy #form_contents .content .page-h3,
  body.contact #form_contents .content .page-h3 {
    text-align: center;
  }
  body.privacy #form_contents .content .titile-p,
  body.contact #form_contents .content .titile-p {
    text-align: left;
  }
  body.privacy #form_contents .content .thanks_wrap,
  body.contact #form_contents .content .thanks_wrap {
    text-align: center;
  }
  body.privacy #form_contents .content .hissu,
  body.contact #form_contents .content .hissu {
    color: #DC708C;
  }
  body.privacy #form_contents .content .mw_wp_form_confirm .checkbox_term_class,
  body.contact #form_contents .content .mw_wp_form_confirm .checkbox_term_class {
    display: none;
  }
  body.privacy #form_contents .content table,
  body.contact #form_contents .content table {
    margin: 0 0 1em;
    table-layout: fixed;
    border-collapse: collapse;
    border: #ddd solid 1px;
    font-size: 100%;
    width: 100%;
  }
  body.privacy #form_contents .content table th,
  body.privacy #form_contents .content table td,
  body.contact #form_contents .content table th,
  body.contact #form_contents .content table td {
    border: #ddd solid 1px;
    font-size: 100%;
    font-weight: normal;
    padding: 1em;
    text-align: left;
    vertical-align: top;
  }
  body.privacy #form_contents .content table th,
  body.contact #form_contents .content table th {
    background-color: #f5f5f5;
    width: 30%;
  }
  body.privacy #form_contents .content table td,
  body.contact #form_contents .content table td {
    background-color: #fff;
  }
}

@media screen and (max-width: 1280px) and (max-width: 767px) {
  body.privacy #form_contents .content table,
  body.privacy #form_contents .content table tbody,
  body.privacy #form_contents .content table tr,
  body.privacy #form_contents .content table th,
  body.privacy #form_contents .content table td,
  body.contact #form_contents .content table,
  body.contact #form_contents .content table tbody,
  body.contact #form_contents .content table tr,
  body.contact #form_contents .content table th,
  body.contact #form_contents .content table td {
    display: block;
    width: auto;
  }
  body.privacy #form_contents .content table,
  body.contact #form_contents .content table {
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  body.privacy #form_contents .content table th,
  body.contact #form_contents .content table th {
    border-top: none;
    padding: .5em 1em;
  }
  body.privacy #form_contents .content table td,
  body.contact #form_contents .content table td {
    border-top: none;
  }
}

@media screen and (max-width: 1280px) {
  body.privacy #form_contents .content .mw-wp-form_image,
  body.contact #form_contents .content .mw-wp-form_image {
    margin-top: 5px;
  }
  body.privacy #form_contents .content .mw-wp-form_image img,
  body.contact #form_contents .content .mw-wp-form_image img {
    max-width: 100%;
  }
  body.privacy #form_contents .content .require,
  body.contact #form_contents .content .require {
    color: #b70000;
  }
  body.privacy #form_contents .content .notes,
  body.contact #form_contents .content .notes {
    color: #999;
    display: block;
    font-size: 12px;
    margin: 5px 0 0;
  }
  body.privacy #form_contents .content .error,
  body.contact #form_contents .content .error {
    color: #b70000;
    display: block;
    margin: 5px 0 0;
  }
  body.privacy #form_contents .content .action-buttons,
  body.contact #form_contents .content .action-buttons {
    text-align: center;
  }
  body.privacy #form_contents .content input,
  body.privacy #form_contents .content select,
  body.privacy #form_contents .content textarea,
  body.contact #form_contents .content input,
  body.contact #form_contents .content select,
  body.contact #form_contents .content textarea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    width: auto;
  }
  body.privacy #form_contents .content label,
  body.contact #form_contents .content label {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  body.privacy #form_contents .content label input[type="checkbox"],
  body.privacy #form_contents .content label input[type="radio"],
  body.contact #form_contents .content label input[type="checkbox"],
  body.contact #form_contents .content label input[type="radio"] {
    margin: 0 5px 0 0;
  }
  body.privacy #form_contents .content input[type="text"],
  body.privacy #form_contents .content input[type="password"],
  body.privacy #form_contents .content input[type="number"],
  body.privacy #form_contents .content input[type="email"],
  body.privacy #form_contents .content input[type="url"],
  body.privacy #form_contents .content input[type="tel"],
  body.privacy #form_contents .content textarea,
  body.contact #form_contents .content input[type="text"],
  body.contact #form_contents .content input[type="password"],
  body.contact #form_contents .content input[type="number"],
  body.contact #form_contents .content input[type="email"],
  body.contact #form_contents .content input[type="url"],
  body.contact #form_contents .content input[type="tel"],
  body.contact #form_contents .content textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
  }
  body.privacy #form_contents .content textarea,
  body.contact #form_contents .content textarea {
    overflow: auto;
    vertical-align: top;
    width: 100%;
  }
  body.privacy #form_contents .content input[type="file"],
  body.contact #form_contents .content input[type="file"] {
    display: inline;
  }
  body.privacy #form_contents .content input[type="text"],
  body.privacy #form_contents .content input[type="email"],
  body.privacy #form_contents .content input[type="tel"],
  body.privacy #form_contents .content textarea,
  body.contact #form_contents .content input[type="text"],
  body.contact #form_contents .content input[type="email"],
  body.contact #form_contents .content input[type="tel"],
  body.contact #form_contents .content textarea {
    font-size: 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  body.privacy #form_contents .content input[type="text"],
  body.privacy #form_contents .content input[type="password"],
  body.privacy #form_contents .content input[type="number"],
  body.privacy #form_contents .content input[type="email"],
  body.privacy #form_contents .content input[type="url"],
  body.privacy #form_contents .content input[type="tel"],
  body.privacy #form_contents .content select, body.privacy #form_contents .content textarea,
  body.contact #form_contents .content input[type="text"],
  body.contact #form_contents .content input[type="password"],
  body.contact #form_contents .content input[type="number"],
  body.contact #form_contents .content input[type="email"],
  body.contact #form_contents .content input[type="url"],
  body.contact #form_contents .content input[type="tel"],
  body.contact #form_contents .content select,
  body.contact #form_contents .content textarea {
    padding: 5px 8px;
  }
  body.privacy #form_contents .content input[type="text"],
  body.privacy #form_contents .content input[type="password"],
  body.privacy #form_contents .content input[type="number"],
  body.privacy #form_contents .content input[type="email"],
  body.privacy #form_contents .content input[type="url"],
  body.privacy #form_contents .content input[type="tel"],
  body.contact #form_contents .content input[type="text"],
  body.contact #form_contents .content input[type="password"],
  body.contact #form_contents .content input[type="number"],
  body.contact #form_contents .content input[type="email"],
  body.contact #form_contents .content input[type="url"],
  body.contact #form_contents .content input[type="tel"] {
    width: 100%;
    height: 50px;
  }
  body.privacy #form_contents .content .mwform-tel-field input[type="text"],
  body.contact #form_contents .content .mwform-tel-field input[type="text"] {
    width: 15%;
  }
  body.privacy #form_contents .content select,
  body.contact #form_contents .content select {
    height: 40px;
    border: 1px solid #ccc;
  }
  body.privacy #form_contents .content textarea,
  body.contact #form_contents .content textarea {
    height: 200px;
    word-break: break-all;
  }
  body.privacy #form_contents .content td,
  body.contact #form_contents .content td {
    word-break: break-all;
  }
  body.privacy #form_contents .content input[type="submit"],
  body.privacy #form_contents .content input[type="button"],
  body.contact #form_contents .content input[type="submit"],
  body.contact #form_contents .content input[type="button"] {
    -webkit-appearance: none;
    outline: none;
    margin-top: 20px;
    width: 30%;
    padding: 20px;
    border: none;
    border-radius: 3px;
    background: #DC708C;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    text-shadow: none;
    cursor: pointer;
  }
  body.privacy #form_contents .content input[name=submitConfirm]:disabled,
  body.contact #form_contents .content input[name=submitConfirm]:disabled {
    background: #efefef;
    pointer-events: none;
  }
  body.privacy #form_contents .content .checkbox_term_class,
  body.contact #form_contents .content .checkbox_term_class {
    margin-top: 40px;
    text-align: center;
  }
  body.privacy #form_contents .content .checkbox_term_class a,
  body.contact #form_contents .content .checkbox_term_class a {
    color: #DC708C;
    font-weight: bold;
  }
}

@media screen and (max-width: 1280px) {
  body.privacy #form_contents .content .mwform-tel-field input[type="text"],
  body.contact #form_contents .content .mwform-tel-field input[type="text"] {
    width: 30%;
  }
  body.privacy #form_contents .content input[type="submit"],
  body.privacy #form_contents .content input[type="button"],
  body.contact #form_contents .content input[type="submit"],
  body.contact #form_contents .content input[type="button"] {
    width: 70%;
  }
}

body.privacy .ccf-form-container,
body.contact .ccf-form-container {
  all: unset;
}

body.privacy .ccf-form-container .text-form-main,
body.contact .ccf-form-container .text-form-main {
  display: block;
}

body.privacy .ccf-form-container .text-form-confirmation,
body.contact .ccf-form-container .text-form-confirmation {
  display: none;
}

body.privacy .ccf-form-container .checkbox_term_class,
body.contact .ccf-form-container .checkbox_term_class {
  display: block;
}

body.privacy .ccf-confirmation-screen .page-h3,
body.contact .ccf-confirmation-screen .page-h3 {
  display: none;
}

body.privacy .ccf-confirmation-screen .text-form-main,
body.contact .ccf-confirmation-screen .text-form-main {
  display: none;
}

body.privacy .ccf-confirmation-screen .text-form-confirmation,
body.contact .ccf-confirmation-screen .text-form-confirmation {
  display: block;
}

body.privacy .ccf-confirmation-screen .checkbox_term_class,
body.contact .ccf-confirmation-screen .checkbox_term_class {
  display: none;
}

body.privacy .ccf-confirmation-screen .ccf-confirm-value,
body.contact .ccf-confirmation-screen .ccf-confirm-value {
  background: none;
  border: none;
}

body.privacy .ccf-step-item.ccf-step-active .ccf-step-content,
body.privacy .ccf-step-item.ccf-step-completed .ccf-step-content,
body.contact .ccf-step-item.ccf-step-active .ccf-step-content,
body.contact .ccf-step-item.ccf-step-completed .ccf-step-content {
  background: #DC708C;
  border-color: #DC708C;
}

body.privacy .ccf-submit-container button[type="submit"],
body.privacy .ccf-confirmation-actions button[type="submit"],
body.contact .ccf-submit-container button[type="submit"],
body.contact .ccf-confirmation-actions button[type="submit"] {
  -webkit-appearance: none;
  outline: none;
  width: 30%;
  padding: 20px;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  text-shadow: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body.privacy .ccf-submit-container button[type="submit"]:hover,
body.privacy .ccf-confirmation-actions button[type="submit"]:hover,
body.contact .ccf-submit-container button[type="submit"]:hover,
body.contact .ccf-confirmation-actions button[type="submit"]:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

@media screen and (max-width: 1280px) {
  body.privacy .ccf-submit-container button[type="submit"],
  body.privacy .ccf-confirmation-actions button[type="submit"],
  body.contact .ccf-submit-container button[type="submit"],
  body.contact .ccf-confirmation-actions button[type="submit"] {
    width: 70%;
  }
}

body.privacy .ccf-submit-container .ccf-submit-button,
body.privacy .ccf-confirmation-actions .ccf-submit-button,
body.contact .ccf-submit-container .ccf-submit-button,
body.contact .ccf-confirmation-actions .ccf-submit-button {
  background: #efefef;
  pointer-events: none;
}

body.privacy .ccf-submit-container .ccf-submit-enabled,
body.privacy .ccf-confirmation-actions .ccf-submit-enabled,
body.contact .ccf-submit-container .ccf-submit-enabled,
body.contact .ccf-confirmation-actions .ccf-submit-enabled {
  background: #DC708C;
  pointer-events: auto;
}

body.privacy .ccf-submit-container .ccf-btn-primary,
body.privacy .ccf-submit-container .ccf-btn-secondary,
body.privacy .ccf-confirmation-actions .ccf-btn-primary,
body.privacy .ccf-confirmation-actions .ccf-btn-secondary,
body.contact .ccf-submit-container .ccf-btn-primary,
body.contact .ccf-submit-container .ccf-btn-secondary,
body.contact .ccf-confirmation-actions .ccf-btn-primary,
body.contact .ccf-confirmation-actions .ccf-btn-secondary {
  background: #DC708C;
}

@media screen and (max-width: 1280px) {
  body.privacy .ccf-submit-container .ccf-btn-primary,
  body.privacy .ccf-submit-container .ccf-btn-secondary,
  body.privacy .ccf-confirmation-actions .ccf-btn-primary,
  body.privacy .ccf-confirmation-actions .ccf-btn-secondary,
  body.contact .ccf-submit-container .ccf-btn-primary,
  body.contact .ccf-submit-container .ccf-btn-secondary,
  body.contact .ccf-confirmation-actions .ccf-btn-primary,
  body.contact .ccf-confirmation-actions .ccf-btn-secondary {
    max-width: 100%;
  }
}

body.qa #page-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;
  height: 250px;
  margin-bottom: 20px;
  text-align: center;
  background: url("../images/head-bg-qa@2x.jpg") no-repeat right top;
  background-size: auto 250px;
}

body.qa #qa-page-navi {
  margin-bottom: 80px;
}

body.qa #qa-page-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

body.qa #qa-page-navi ul li {
  width: 230px;
  font-size: 1.4rem;
}

body.qa #qa-page-navi ul li.long {
  width: auto;
}

body.qa #qa-page-navi ul li a {
  display: block;
  background: url("../images/icon-arrow-down-gray.svg") no-repeat left center;
  padding-left: 20px;
}

body.qa #qa-contents .qa-content {
  margin-bottom: 100px;
}

body.qa #qa-contents .qa-content .menu {
  border-bottom: 1px dotted #b3b3b3;
  counter-reset: number;
}

body.qa #qa-contents .qa-content .menu dl dt {
  position: relative;
  padding: 20px 0 20px 10px;
  font-size: 1.6rem;
  border-top: 1px dotted #DBDBDB;
  /*plus*/
}

body.qa #qa-contents .qa-content .menu dl dt::before {
  counter-increment: number;
  content: "Q" counter(number);
  font-size: 1.8rem;
  margin-right: 4px;
}

body.qa #qa-contents .qa-content .menu dl dt .plus-cancel {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  right: 0;
  top: 24px;
}

body.qa #qa-contents .qa-content .menu dl dt .plus-cancel:before,
body.qa #qa-contents .qa-content .menu dl dt .plus-cancel:after {
  content: '';
  display: block;
  background: #DC708C;
  position: relative;
  height: 20px;
  width: 1px;
  border-radius: 10px;
  margin-left: 0;
  margin-top: 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

body.qa #qa-contents .qa-content .menu dl dt .plus-cancel:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

body.qa #qa-contents .qa-content .menu dl dt .plus-cancel:after {
  top: -20px;
}

body.qa #qa-contents .qa-content .menu dl dt .plus-cancel.selected:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.qa #qa-contents .qa-content .menu dl dt .plus-cancel.selected:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.qa #qa-contents .qa-content .menu dl dt.open::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

body.qa #qa-contents .qa-content .menu dl dt:hover {
  color: #DC708C;
}

body.qa #qa-contents .qa-content .menu dl dd {
  display: none;
  position: relative;
  padding: 0 0 20px 15px;
  font-size: 1.6rem;
}

body.qa #qa-contents .qa-content .menu dl dd::before {
  content: "A";
  font-size: 1.8rem;
  margin-right: 12px;
  color: #DC708C;
}

body.qa #qa-contents .qa-content .menu dl dd a {
  color: #DC708C;
  text-decoration: underline;
}

@media screen and (max-width: 1280px) {
  body.qa #page-title {
    height: 150px;
    margin-bottom: 0;
    background: url("../images/head-bg-qa@2x.jpg") no-repeat left top;
    background-size: auto 150px;
  }
  body.qa #qa-page-navi {
    margin-bottom: 80px;
  }
  body.qa #qa-page-navi ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body.qa #qa-page-navi ul li {
    width: 250px;
    font-size: 1.2rem;
  }
  body.qa #qa-page-navi ul li a {
    display: block;
    background: url("../images/icon-arrow-down-gray.svg") no-repeat left center;
    padding-left: 20px;
  }
  body.qa #qa-page-navi ul li:nth-child(1), body.qa #qa-page-navi ul li:nth-child(4) {
    width: 190px;
  }
  body.qa #qa-page-navi ul li:nth-child(2) {
    width: 150px;
  }
  body.qa #qa-page-navi ul li.long {
    width: 250px;
  }
}

@media screen and (max-width: 768px) {
  body.qa #qa-page-navi {
    margin-bottom: 40px;
  }
  body.qa #qa-page-navi ul {
    display: block;
    margin-bottom: 0;
  }
  body.qa #qa-page-navi ul li {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  body.qa #qa-page-navi ul li a {
    display: block;
    background: url("../images/icon-arrow-down-gray.svg") no-repeat left center;
    padding-left: 20px;
  }
  body.qa #qa-contents .qa-content {
    margin-bottom: 60px;
    margin-top: -100px;
    padding-top: 100px;
  }
  body.qa #qa-contents .qa-content .menu dl dt {
    padding: 15px 30px 15px 1.6em;
    font-size: 1.5rem;
    text-indent: -1.6em;
    line-height: 1.5;
    /*plus*/
  }
  body.qa #qa-contents .qa-content .menu dl dt::before {
    font-size: 1.6rem;
    margin-right: 4px;
  }
  body.qa #qa-contents .qa-content .menu dl dt .plus-cancel {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  body.qa #qa-contents .qa-content .menu dl dt .plus-cancel:before,
  body.qa #qa-contents .qa-content .menu dl dt .plus-cancel:after {
    content: '';
    height: 15px;
    width: 1px;
  }
  body.qa #qa-contents .qa-content .menu dl dt .plus-cancel:after {
    top: -15px;
  }
  body.qa #qa-contents .qa-content .menu dl dd {
    padding: 0 0 15px 5px;
    font-size: 1.5rem;
  }
  body.qa #qa-contents .qa-content .menu dl dd::before {
    content: "A";
    font-size: 1.6rem;
    margin-right: 8px;
  }
}

body.contents #page-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;
  height: 250px;
  margin-bottom: 20px;
  text-align: center;
  background: url("../images/head-bg-media@2x.jpg") no-repeat right top;
  background-size: auto 250px;
}

body.contents #contents-contents {
  margin-bottom: 60px;
  overflow: hidden;
  /* 次ページボタンのスタイル */
  /* 前ページボタンのスタイル */
}

body.contents #contents-contents .swiper-slide-container {
  position: relative;
  width: 60%;
  margin: 0 auto;
}

body.contents #contents-contents .swiper-slide-container img {
  width: 100%;
  height: auto;
}

body.contents #contents-contents .swiper-slide-container h2 {
  margin-top: 15px;
  font-size: 2rem;
}

body.contents #contents-contents .swiper-slide-container p {
  margin-top: 10px;
}

body.contents #contents-contents .swiper-button-prev,
body.contents #contents-contents .swiper-button-next {
  margin-top: -80px;
}

body.contents #contents-contents .swiper-button-next {
  background-image: url(../images/swiper-left.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  /* 左右反転 */
  right: -30px;
  background-size: 15px;
}

body.contents #contents-contents .swiper-button-prev {
  background-image: url(../images/swiper-left.svg);
  left: -30px;
  background-size: 15px;
}

body.contents #contents-contents .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

body.contents #contents-contents .swiper-pagination .swiper-pagination-bullet {
  background: #000;
}

body.contents #contents-contents .swiper-pagination .swiper-pagination-bullet-active {
  background: #DC708C;
}

body.contents #tag-list .wrapper {
  padding: 10px 20px;
  background: #efefef;
}

body.contents #tag-list ul {
  background: url("../images/icon-tag.svg") no-repeat left 6px;
  padding-left: 25px;
}

body.contents #tag-list ul li {
  display: inline-block;
  margin-right: 0 10px;
}

body.contents #tag-list ul li a {
  font-size: 1.4rem;
}

body.contents #tag-list ul li::after {
  content: "|";
  display: inline-block;
  margin: 0 10px;
}

body.contents #contents-list {
  margin-top: 60px;
}

body.contents #contents-list .contents-list-content .tag-title {
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: 15px;
}

body.contents #contents-list .contents-list-content ul li .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
  border-bottom: 1px solid #DBDBDB;
}

body.contents #contents-list .contents-list-content ul li .wrap .photo {
  width: 30%;
}

body.contents #contents-list .contents-list-content ul li .wrap .photo a img {
  width: 100%;
  height: auto;
}

body.contents #contents-list .contents-list-content ul li .wrap .right-content {
  width: 70%;
  padding-left: 30px;
}

body.contents #contents-list .contents-list-content ul li .wrap .right-content .tag {
  background: url("../images/icon-tag.svg") no-repeat left 9px;
  padding: 5px 0 5px 18px;
  line-height: 1;
  font-size: 1.4rem;
}

body.contents #contents-list .contents-list-content ul li .wrap .right-content .tag li {
  display: inline-block;
  margin-right: 10px;
  margin: 5px 10px 5px 0;
  font-size: 1.2rem;
}

body.contents #contents-list .contents-list-content ul li .wrap .right-content .txt a h3 {
  margin-bottom: 5px;
}

body.contents #contents-list .contents-list-content ul li .wrap .right-content .txt a p {
  line-height: 1.7;
}

body.contents #contents-list .contents-list-content ul li .wrap .right-content .txt a .bt-more {
  margin-top: 10px;
  text-align: right;
}

body.contents #contents-list .contents-list-content ul li .wrap .right-content .txt a .bt-more img {
  vertical-align: -0.1em;
  padding-right: 5px;
}

@media screen and (max-width: 1280px) {
  body.contents #page-title {
    height: 150px;
    margin-bottom: 0;
    background: url("../images/head-bg-media@2x.jpg") no-repeat left top;
    background-size: auto 150px;
  }
}

@media screen and (max-width: 768px) {
  body.contents #contents-contents {
    margin-bottom: 40px;
    /* 次ページボタンのスタイル */
    /* 前ページボタンのスタイル */
  }
  body.contents #contents-contents .swiper-slide-container {
    width: 80%;
  }
  body.contents #contents-contents .swiper-slide-container h2 {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  body.contents #contents-contents .swiper-button-prev,
  body.contents #contents-contents .swiper-button-next {
    margin-top: -72px;
    outline: none;
  }
  body.contents #contents-contents .swiper-button-next {
    right: -30px;
    background-size: 10px;
  }
  body.contents #contents-contents .swiper-button-prev {
    left: -30px;
    background-size: 10px;
  }
  body.contents #contents-contents .swiper-pagination {
    margin-top: 10px;
  }
  body.contents #contents-list {
    margin-top: 0;
  }
  body.contents #contents-list .contents-list-content ul li .wrap {
    display: block;
    padding: 40px 0 20px;
  }
  body.contents #contents-list .contents-list-content ul li .wrap .photo {
    width: 100%;
    margin-bottom: 10px;
  }
  body.contents #contents-list .contents-list-content ul li .wrap .right-content {
    width: 100%;
    padding-left: 0;
  }
  body.contents #contents-list .contents-list-content ul li .wrap .right-content .tag {
    background: url("../images/icon-tag.svg") no-repeat left 9px;
    padding: 5px 0 5px 18px;
    line-height: 1;
    font-size: 1.4rem;
  }
  body.contents #contents-list .contents-list-content ul li .wrap .right-content .tag li {
    display: inline-block;
    margin-right: 10px;
    margin: 5px 10px 5px 0;
    font-size: 1.2rem;
  }
  body.contents #contents-list .contents-list-content ul li .wrap .right-content .txt a h3 {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  body.contents #contents-list .contents-list-content ul li .wrap .right-content .txt a p {
    line-height: 1.7;
    font-size: 1.5rem;
  }
  body.contents #contents-list .contents-list-content ul li .wrap .right-content .txt a .bt-more {
    margin-top: 10px;
  }
}

body.news #page-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;
  height: 250px;
  margin-bottom: 20px;
  text-align: center;
  background: url("../images/head-bg-news@2x.jpg") no-repeat right top;
  background-size: auto 250px;
}

@media screen and (max-width: 1280px) {
  body.news #page-title {
    height: 150px;
    margin-bottom: 0;
    background: url("../images/head-bg-news@2x.jpg") no-repeat right top;
    background-size: auto 150px;
  }
}

body.news .news-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 180px);
  margin: 0 auto;
}

body.news .news-contents .news-content-left {
  width: 68%;
}

body.news .news-contents .news-content-right {
  width: 26%;
}

body.news .news-contents .news-content-right .content {
  margin-bottom: 60px;
}

body.news .news-contents .news-content-right .content h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

body.news .news-contents .news-content-right .content ul li:first-child a {
  border-top: 1px dashed #DBDBDB;
}

body.news .news-contents .news-content-right .content ul li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px dashed #DBDBDB;
}

body.news .news-contents .news-content-right .content ul li a .date {
  font-size: 1rem;
}

body.news .news-contents .news-content-right .content ul li a .title {
  font-size: 1.4rem;
}

body.news .news-contents .news-content-right .content ul.cat li a {
  display: block;
  padding: 20px 0;
}

body.news .news-contents .news-content-right .content ul.cat li a p {
  position: relative;
  padding-left: 25px;
  font-size: 1.4rem;
}

body.news .news-contents .news-content-right .content ul.cat li a p::before {
  content: '';
  background: url(../images/icon-pen.svg) no-repeat;
  background-size: 16px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: -0.2em;
  position: absolute;
  top: 4px;
  left: 0;
}

body.news .news-contents .news-content-right .content select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  width: 100%;
  background: #3C3C3C;
  color: #fff;
  padding-left: 15px;
  display: block;
  font-size: 1.6rem;
  border: none;
  border-radius: 0;
  outline: none;
}

body.news .news-contents .news-content-right .content .select {
  position: relative;
}

body.news .news-contents .news-content-right .content .select::after {
  position: absolute;
  top: 40%;
  right: 10px;
  margin-top: -8px;
  color: #fff;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  z-index: 9999;
}

body.news .news-contents .detail-paging {
  margin-top: 60px;
  text-align: center;
}

body.news .news-contents .detail-paging li {
  display: inline-block;
  margin: 0 20px;
}

body.news .news-contents .index-paging {
  margin-top: 60px;
  text-align: center;
}

body.news .news-contents .index-paging li {
  display: inline-block;
  margin: 0 20px;
}

body.news .news-contents .index-paging li a.current {
  color: #DC708C;
}

body.news .news-contents .index-paging li a.disabled {
  display: none;
}

@media screen and (max-width: 768px) {
  body.news .news-contents {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  body.news .news-contents .news-content-left {
    width: 100%;
  }
  body.news .news-contents .news-content-right {
    width: 100%;
  }
  body.news .news-contents .news-content-right .content {
    margin-bottom: 40px;
  }
  body.news .news-contents .news-content-right .content h3 {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
  body.news .news-contents .news-content-right .content ul li a {
    padding: 8px 0;
  }
  body.news .news-contents .news-content-right .content ul li a .title {
    font-size: 1.2rem;
  }
  body.news .news-contents .news-content-right .content ul.cat li a {
    padding: 10px 0;
  }
  body.news .news-contents .news-content-right .content ul.cat li a p {
    padding-left: 15px;
    font-size: 1.2rem;
  }
  body.news .news-contents .news-content-right .content ul.cat li a p::before {
    background: url(../images/icon-pen.svg) no-repeat;
    background-size: 10px;
    top: 5px;
  }
  body.news .news-contents .detail-paging {
    margin-top: 30px;
  }
  body.news .news-contents .detail-paging li {
    margin: 0 10px;
  }
  body.news .news-contents .index-paging {
    margin-top: 30px;
  }
  body.news .news-contents .index-paging li {
    margin: 0 10px;
  }
}

body.news #news-list .news-content-left ul.list li:first-child a {
  padding-top: 0;
}

body.news #news-list .news-content-left ul.list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-bottom: 1px dashed #DBDBDB;
}

body.news #news-list .news-content-left ul.list li a .photo {
  width: 210px;
}

body.news #news-list .news-content-left ul.list li a .photo img {
  width: 100%;
  height: auto;
}

body.news #news-list .news-content-left ul.list li a .news-list-content {
  width: calc(100% - 240px);
}

body.news #news-list .news-content-left ul.list li a .news-list-content .date {
  font-size: 1.5rem;
}

body.news #news-list .news-content-left ul.list li a .news-list-content h3 {
  font-size: 1.8rem;
}

@media screen and (max-width: 1280px) {
  body.news #news-list .news-content-left ul.list li a .photo {
    width: 150px;
  }
  body.news #news-list .news-content-left ul.list li a .news-list-content {
    width: calc(100% - 180px);
  }
  body.news #news-list .news-content-left ul.list li a .news-list-content .date {
    font-size: 1.4rem;
  }
  body.news #news-list .news-content-left ul.list li a .news-list-content h3 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  body.news #news-list .news-content-left {
    margin-bottom: 60px;
  }
  body.news #news-list .news-content-left ul.list li a {
    display: block;
    padding: 50px 0;
  }
  body.news #news-list .news-content-left ul.list li a .photo {
    width: 100%;
    margin-bottom: 10px;
  }
  body.news #news-list .news-content-left ul.list li a .news-list-content {
    width: 100%;
  }
  body.news #news-list .news-content-left ul.list li a .news-list-content .date {
    font-size: 1.2rem;
  }
  body.news #news-list .news-content-left ul.list li a .news-list-content .news-list-content {
    font-size: 1.2rem;
  }
  body.news #news-list .news-content-left ul.list li a .news-list-content h3 {
    font-size: 1.6rem;
  }
}

body.news #news-detail .news-content-left .photo {
  margin-bottom: 30px;
}

body.news #news-detail .news-content-left .photo img {
  width: 100%;
  height: auto;
}

body.news #news-detail .news-content-left .date {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

body.news #news-detail .news-content-left p {
  margin: 40px 0;
  line-height: 2;
}

body.news #news-detail .news-content-left p img {
  display: block;
}

body.news #news-detail .news-content-left p img.alignnone {
  text-align: left;
}

body.news #news-detail .news-content-left p img.aligncenter {
  text-align: center;
  margin: 0 auto;
}

body.news #news-detail .news-content-left p img.alignright {
  text-align: right;
}

body.news #news-detail .news-content-left a {
  color: #DC708C;
}

body.news #news-detail .news-content-left strong {
  font-weight: bold;
}

body.news #news-detail .news-content-left .cat {
  margin-bottom: 30px;
}

body.news #news-detail .news-content-left .cat ul {
  position: relative;
  padding: 10px 20px 10px 40px;
  border: 1px dashed #DBDBDB;
}

body.news #news-detail .news-content-left .cat ul::before {
  content: '';
  background: url(../images/icon-pen.svg) no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  vertical-align: -0.2em;
  position: absolute;
  top: 17px;
  left: 20px;
}

body.news #news-detail .news-content-left .cat ul li {
  display: inline-block;
  margin-right: 15px;
}

body.news #news-detail .news-content-left .cat ul li p {
  margin: 0;
}

body.news #news-detail .news-content-left .cat ul li a {
  color: #3f3a39;
  font-size: 1.2rem;
  line-height: 1;
}

body.news #news-detail .news-content-left img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1280px) {
  body.news #news-detail .news-content-left iframe {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  body.news #news-detail .news-content-left {
    margin-bottom: 60px;
  }
  body.news #news-detail .news-content-left .photo {
    margin-bottom: 30px;
  }
  body.news #news-detail .news-content-left .photo img {
    width: 100%;
    height: auto;
  }
  body.news #news-detail .news-content-left .date {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  body.news #news-detail .news-content-left h2 {
    font-size: 2rem;
  }
  body.news #news-detail .news-content-left p {
    margin: 30px 0;
  }
  body.news #news-detail .news-content-left p img {
    max-width: 100%;
    height: auto;
  }
  body.news #news-detail .news-content-left .cat {
    margin-bottom: 30px;
  }
  body.news #news-detail .news-content-left iframe {
    width: 100%;
    height: 200px;
  }
}
