@charset "UTF-8";
/*
Theme Name: TAION365 岡山県有料老人ホーム相談センター
Theme URL: https://
Description: TAION365 岡山県有料老人ホーム相談センターのWebサイト
Author: TAION365
Version: 1.0.0
*/
/* --- reset.css --- */
/* === 使わないセレクタは消去する --- */
/* --- reset.css --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

main {
  display: block;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

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

/* --- reset.cssここまで --- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  max-width: 100%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  body {
    font-size: 12px;
  }
}
ul {
  list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

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

.container {
  margin: 0 auto;
  max-width: 100%;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

.entry__body {
  word-break: break-all;
}

/* -----------------------------------
  サイドバーありの場合のコンテンツ
------------------------------------- */
.contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  padding: 75px 0 80px;
  margin: 0 auto;
}
.contents-wrap .main {
  width: 800px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 800px;
          flex: 0 0 800px;
}

@media screen and (max-width: 1199px) {
  .contents-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 60px 0;
    margin: 0 auto;
  }
  .contents-wrap .main {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 758px) {
  .contents-wrap {
    padding: 48px 0 60px;
  }
  .contents-wrap .main {
    padding: 0 15px;
  }
}
/* ---------------------------------
  コンタクトボックス
----------------------------------- */
.cv-box {
  width: 900px;
  margin: 0 auto;
  padding: 50px 50px 58px;
  background-color: #fff;
  -webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.1);
}
.cv-box__title {
  padding-bottom: 31px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.cv-box__contents {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cv-box__contents .item {
  position: relative;
  width: calc((100% - 20px) / 2);
  height: 100px;
  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-radius: 8px;
}
.cv-box__contents .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cv-box__contents .item__ico {
  width: 38px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
}
.cv-box__contents .item__img {
  display: block;
  width: 100%;
}
.cv-box__contents .item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 11px;
}
.cv-box__contents .item__body .num {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 500;
  padding-top: 4px;
}
.cv-box__contents .item__body .txt {
  margin-top: 6px;
  text-align: center;
}
.cv-box__contents .item__body .title {
  font-size: 24px;
  font-weight: 700;
  color: #ff7600;
}
.cv-box__contents .item.tel {
  border: 2px solid #f2994a;
}
.cv-box__contents .item.mail {
  border: 2px solid #ff7600;
}
.cv-box__contents .item.mail .item__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cv-box .cv-line {
  margin-top: 20px;
}
.cv-box .cv-line__link {
  display: block;
}
.cv-box .cv-line__img {
  display: block;
  width: 100%;
}
.cv-box .cv-line__img.sp {
  display: none;
}

@media screen and (max-width: 1199px) {
  .cv-box {
    width: 700px;
    max-width: calc(100% - 60px);
    padding: 40px 50px;
  }
  .cv-box__title {
    font-size: 26px;
    padding-bottom: 24px;
  }
  .cv-box__contents {
    margin-top: 24px;
  }
  .cv-box__contents .item {
    width: calc((100% - 15px) / 2);
    height: 85px;
    border-radius: 6px;
  }
  .cv-box__contents .item__ico {
    width: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
  }
  .cv-box__contents .item__body {
    margin-left: 10px;
  }
  .cv-box__contents .item__body .num {
    font-size: 28px;
    padding-top: 3px;
  }
  .cv-box__contents .item__body .txt {
    margin-top: 4px;
  }
  .cv-box__contents .item__body .title {
    font-size: 20px;
  }
  .cv-box .cv-line {
    margin-top: 18px;
  }
}
@media screen and (max-width: 758px) {
  .cv-box {
    width: calc(100% - 30px);
    max-width: 100%;
    padding: 30px 15px;
  }
  .cv-box__title {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .cv-box__contents {
    margin-top: 22px;
    display: block;
  }
  .cv-box__contents .item {
    width: 100%;
    height: 70px;
    border-radius: 4px;
  }
  .cv-box__contents .item + .item {
    margin-top: 20px;
  }
  .cv-box__contents .item__ico {
    width: 36px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
            flex: 0 0 36px;
  }
  .cv-box__contents .item__body {
    margin-left: 13px;
  }
  .cv-box__contents .item__body .num {
    font-size: 32px;
    padding-top: 3px;
  }
  .cv-box__contents .item__body .txt {
    margin-top: 6px;
    font-size: 14px;
  }
  .cv-box__contents .item.tel {
    height: 100px;
  }
  .cv-box .cv-line {
    margin-top: 20px;
  }
  .cv-box .cv-line__img.pc {
    display: none;
  }
  .cv-box .cv-line__img.sp {
    display: block;
  }
}
/* ---------------------------------
  フッター上 共通コンタクトエリア
----------------------------------- */
.contact {
  padding: 105px 0 110px;
  background-image: url(img/contact-bg-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.contact__title {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.contact__title::after {
  content: "CONTACT";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-family: "Roboto", sans-serif;
  font-size: 110px;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.1em;
}
.contact .cv-box {
  margin-top: 80px;
}

@media screen and (max-width: 1199px) {
  .contact {
    padding: 60px 0;
  }
  .contact__title {
    font-size: 34px;
  }
  .contact__title::after {
    font-size: 80px;
  }
  .contact .cv-box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 758px) {
  .contact {
    padding: 83px 15px 52px;
  }
  .contact__title {
    font-size: 24px;
  }
  .contact__title::after {
    font-size: 60px;
  }
  .contact .cv-box {
    width: 100%;
    margin-top: 50px;
  }
}
/* ---------------------------------
  リンクボタン
----------------------------------- */
.link-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 320px;
  height: 80px;
  font-size: 20px;
  font-weight: 500;
  color: #ff7600;
  border: 1px solid #ff7600;
  border-radius: 9999px;
  z-index: 1;
}
.link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url(img/ico-link.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

@media screen and (max-width: 1199px) {
  .link-btn {
    width: 280px;
    height: 60px;
    font-size: 18px;
  }
  .link-btn::after {
    right: 15px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 758px) {
  .link-btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 40px;
    width: 190px;
    height: 50px;
    font-size: 16px;
  }
  .link-btn::after {
    right: 12px;
    width: 30px;
    height: 30px;
  }
}
/* ===================================

  追従フッター：.popup-nav

====================================== */
.popup-nav {
  position: fixed;
  bottom: -200px;
  height: 0;
  opacity: 0;
  z-index: -1;
}

@media screen and (max-width: 758px) {
  .popup-nav {
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    border-top: 2px solid #ff7600;
    -o-border-image: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
       border-image: -webkit-gradient(linear, left top, right top, from(rgb(242, 153, 74)), to(rgb(242, 201, 76)));
       border-image: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
    border-image-slice: 1;
    background-color: #f2f2f2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .popup-nav.show {
    bottom: 0;
    opacity: 1;
    z-index: 9998;
  }
  .popup-nav__inner {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .popup-nav .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.35%;
            flex: 0 0 32.35%;
    width: 32.35%;
  }
}
/* ---------------------------------
  下層MV・画像あり
----------------------------------- */
.mv-lower {
  position: relative;
  margin-top: 120px;
  width: 100%;
  height: 410px;
  background-image: url(img/pc-general-mv-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: 5px solid #ff7600;
  -o-border-image: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(242, 153, 74)), to(rgb(242, 201, 76)));
     border-image: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
  border-image-slice: 1;
}
.mv-lower__contents {
  position: absolute;
  left: 50%;
  bottom: -80px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 700px;
  height: 160px;
  background-color: #fff;
  border-radius: 11px;
  -webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
}
.mv-lower__title {
  font-family: "Noto Serif JP", serif;
  font-size: 46px;
  font-weight: 500;
}

@media screen and (max-width: 1450px) {
  .mv-lower {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-lower {
    margin-top: 60px;
    height: 250px;
    border-bottom: 3px solid #ff7600;
  }
  .mv-lower__contents {
    bottom: 0;
    -webkit-transform: translateX(-50%) translateY(50%);
        -ms-transform: translateX(-50%) translateY(50%);
            transform: translateX(-50%) translateY(50%);
    width: 500px;
    height: auto;
    padding: 40px 15px;
    background-color: #fff;
    border-radius: 10px;
  }
  .mv-lower__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 758px) {
  .mv-lower {
    height: 240px;
    background-image: url(img/sp-general-mv-80.jpg);
  }
  .mv-lower__contents {
    width: calc(100% - 60px);
    min-height: 80px;
    padding: 25px 10px;
    border-radius: 5px;
  }
  .mv-lower__title {
    font-size: 26px;
  }
}
/* ---------------------------------
  狭いメインビジュアル
----------------------------------- */
.mv-narrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 120px;
  padding: 0 30px;
  width: 100%;
  height: 190px;
  background-color: #f2f2f2;
  border-bottom: 4px solid #ff7600;
  -o-border-image: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(242, 153, 74)), to(rgb(242, 201, 76)));
     border-image: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
  border-image-slice: 1;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.mv-narrow__title {
  font-size: 46px;
  font-weight: 500;
}

@media screen and (max-width: 1450px) {
  .mv-narrow {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-narrow {
    margin-top: 60px;
    height: 150px;
    padding: 0 15px;
  }
  .mv-narrow__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 758px) {
  .mv-narrow {
    height: 85px;
  }
  .mv-narrow__title {
    font-size: 24px;
  }
}
/* ---------------------------------
  mvなし
----------------------------------- */
.mv-none {
  width: 100%;
  height: 120px;
}

@media screen and (max-width: 1450px) {
  .mv-none {
    height: 90px;
  }
}
@media screen and (max-width: 1199px) {
  .mv-none {
    height: 65px;
  }
}
/* ---------------------------------
  パンくずリスト：breadcrumb
----------------------------------- */
.breadcrumb-wrap {
  margin-top: 30px;
}
.breadcrumb-wrap__inner {
  width: 1200px;
  margin: 0 auto;
}
.breadcrumb-wrap .breadcrumb {
  font-size: 18px;
  color: #999;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 1199px) {
  .breadcrumb-wrap {
    margin-top: 25px;
  }
  .breadcrumb-wrap__inner {
    width: 100%;
    padding: 0 30px;
  }
  .breadcrumb-wrap .breadcrumb {
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .breadcrumb-wrap {
    margin-top: 8px;
  }
  .breadcrumb-wrap__inner {
    padding: 0 15px;
  }
  .breadcrumb-wrap .breadcrumb {
    font-size: 13px;
  }
}
/* ---------------------------------
  ページネーション：pagination
----------------------------------- */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 103px;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 50px;
  font-family: "Roboto", sans-serif;
  color: #f2994a;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  background-color: #f2994a;
  border: 1px solid #f2994a;
  color: #fff;
  opacity: 1;
}
.pagination .page-numbers + .page-numbers {
  margin-left: 5px;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  width: 80px;
}

@media screen and (max-width: 1199px) {
  .pagination {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagination .page-numbers {
    width: 40px;
    height: 30px;
  }
  .pagination .page-numbers.next, .pagination .page-numbers.prev {
    width: 52px;
  }
}
/* ===================================

  ヘッダー：header

====================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 120px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 5px rgba(0, 0, 0, 0.05);
  z-index: 10;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
.header-logo__link {
  display: block;
}
.header-logo__img {
  display: block;
  width: 285px;
}
.header-logo__text {
  margin-top: 7px;
  font-size: 23px;
  font-weight: 500;
  color: #ff7600;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .g-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .g-nav .menu-item + .menu-item {
  margin-left: 15px;
}
.header .g-nav .menu-item a {
  color: #666666;
  font-size: 14px;
}
.header__tel {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 42px;
}
.header__tel-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 7px;
  margin-top: -5px;
}
.header__tel-ico {
  position: relative;
  top: -5px;
  width: 25px;
  height: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
}
.header__tel-ico img {
  display: block;
  width: 100%;
}
.header__tel-num {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 500;
}
.header__tel-text {
  margin-top: 3px;
  font-size: 11px;
  color: #999;
}
.header-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  padding-left: 8px;
  border-radius: 4px;
  z-index: 1;
}
.header-btn__ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
}
.header-btn__ico img {
  display: block;
  width: 100%;
}
.header-btn__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 6px;
}
.header-btn__text p {
  font-size: 16px;
  font-weight: 700;
}
.header-btn__text p.sp {
  display: none;
}
.header-btn.line {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 123px;
          flex: 0 0 123px;
  width: 123px;
  margin-left: 20px;
  border: 2px solid #00b900;
}
.header-btn.line .header-btn__text p {
  color: #00b900;
}
.header-btn.mail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 180px;
  margin-left: 10px;
  border: 2px solid #ec6400;
}
.header-btn.mail .header-btn__text p {
  color: #ec6400;
}
.header #menu-btn {
  display: none;
}

.home .header {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 1441px) {
  .header {
    height: 90px;
  }
  .header__inner {
    padding: 0 22px;
  }
  .header-logo__img {
    width: 230px;
  }
  .header-logo__text {
    margin-top: 5px;
    font-size: 20px;
  }
  .header .g-nav .menu-item + .menu-item {
    margin-left: 16px;
  }
  .header .g-nav .menu-item a {
    font-size: 13px;
  }
  .header__tel {
    margin-left: 30px;
  }
  .header__tel-right {
    margin-left: 5px;
    margin-top: -2px;
  }
  .header__tel-ico {
    top: -3px;
    width: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
            flex: 0 0 25px;
  }
  .header__tel-num {
    font-size: 27px;
  }
  .header__tel-text {
    margin-top: 2px;
    font-size: 11px;
  }
  .header #menu-btn {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .header {
    height: 60px;
  }
  .header__inner {
    padding: 0 20px;
  }
  .header-logo__img {
    width: 184px;
  }
  .header-logo__text {
    margin-top: 2px;
    font-size: 14px;
  }
  .header .g-nav {
    display: none;
  }
  .header__tel {
    margin-left: 0;
  }
  .header__tel-right {
    margin-left: 4px;
  }
  .header__tel-ico {
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
  }
  .header__tel-num {
    font-size: 21px;
  }
  .header__tel-text {
    margin-top: 2px;
    font-size: 10px;
  }
  .header-btn {
    height: 40px;
    padding-left: 6px;
  }
  .header-btn__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
  }
  .header-btn__text {
    margin-left: 3px;
  }
  .header-btn__text p {
    font-size: 14px;
  }
  .header-btn__text p.pc {
    display: none;
  }
  .header-btn__text p.sp {
    display: block;
  }
  .header-btn.line {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    width: 80px;
    margin-left: 10px;
  }
  .header-btn.mail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 147px;
            flex: 0 0 147px;
    width: 147px;
    margin-left: 7px;
  }
  .header #menu-btn {
    margin-left: 11px;
    display: block;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    z-index: 11;
    width: 40px;
    height: 40px;
    border: none;
    background: -webkit-gradient(linear, left top, right top, from(rgb(242, 153, 74)), to(rgb(242, 201, 76)));
    background: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
    overflow: hidden;
    outline: none;
    border-radius: 50%;
    z-index: 9999;
  }
  .header #menu-btn span {
    position: absolute;
    top: 19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header #menu-btn span:first-of-type {
    top: 13px;
  }
  .header #menu-btn span:last-of-type {
    top: 25px;
  }
  .header #menu-btn.active span:first-of-type {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 19px;
    left: 11px;
  }
  .header #menu-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header #menu-btn.active span:last-of-type {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 11px;
    top: auto;
    bottom: 19px;
  }
}
@media screen and (max-width: 758px) {
  .header {
    -webkit-box-shadow: 0 6px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 3px rgba(0, 0, 0, 0.1);
  }
  .header__inner {
    padding: 0 9px 0 15px;
  }
  .header-logo__img {
    width: 158px;
  }
  .header-logo__text {
    font-size: 15px;
  }
  .header .g-nav {
    display: none;
  }
  .header__tel {
    display: none;
  }
  .header-btn {
    display: none;
  }
  .header #menu-btn {
    display: block;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    z-index: 11;
    width: 40px;
    height: 40px;
    border: none;
    background: -webkit-gradient(linear, left top, right top, from(rgb(242, 153, 74)), to(rgb(242, 201, 76)));
    background: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
    overflow: hidden;
    outline: none;
    border-radius: 50%;
    z-index: 9999;
  }
  .header #menu-btn span {
    position: absolute;
    top: 19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header #menu-btn span:first-of-type {
    top: 13px;
  }
  .header #menu-btn span:last-of-type {
    top: 25px;
  }
  .header #menu-btn.active span:first-of-type {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 19px;
    left: 11px;
  }
  .header #menu-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header #menu-btn.active span:last-of-type {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: 11px;
    top: auto;
    bottom: 19px;
  }
}
.gnav {
  display: none;
}

@media screen and (max-width: 1199px) {
  .gnav {
    display: block;
    position: fixed;
    padding-top: 30px;
    padding-bottom: 100px;
    top: 60px;
    right: -100%;
    width: 360px;
    height: 100vh;
    background-color: #f2f2f2;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: auto;
  }
  .gnav.show {
    right: 0;
    opacity: 1;
  }
  .gnav__inner {
    padding: 0 30px 60px;
    height: 100%;
    min-height: calc(100vh + 100px);
  }
  .gnav .menu-item {
    border-bottom: 1px solid #ccc;
  }
  .gnav .menu-item a {
    position: relative;
    display: block;
    padding: 18px 30px 16px 0;
    font-size: 16px;
  }
  .gnav .menu-item a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9px;
    height: 11px;
    background-image: url(img/ico-triangle.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
  }
  .gnav .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 0 26px 0 22px;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
  }
  .gnav .item__ico {
    width: 36px;
  }
  .gnav .item__right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 13px;
  }
  .gnav .item.tel {
    margin: 50px auto 0;
    height: 100px;
  }
  .gnav .item.tel .item__ico {
    position: relative;
    top: -14px;
  }
  .gnav .item.tel .item__text {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 500;
  }
  .gnav .item.tel .item__right {
    display: block;
  }
  .gnav .item.tel .item__time {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.45;
  }
  .gnav .item-tel__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 0 26px 0 22px;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
  }
  .gnav .item.mail, .gnav .item.line {
    height: 72px;
    margin: 9px auto 0;
    font-size: 18px;
    font-weight: 500;
  }
  .gnav .item.line span {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
    color: #ff7600;
  }
  .gnav .item__arrow {
    width: 12px;
  }
  .gnav-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 70px;
    margin-top: 15px;
    background-color: #fff;
    padding-left: 22px;
    border-radius: 4px;
    z-index: 1;
  }
  .gnav-btn__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
            flex: 0 0 36px;
    width: 36px;
  }
  .gnav-btn__ico img {
    display: block;
    width: 100%;
  }
  .gnav-btn__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: 13px;
  }
  .gnav-btn__text p {
    font-size: 20px;
    font-weight: 700;
  }
  .gnav-btn.line {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-left: 0;
    border: 2px solid #00b900;
  }
  .gnav-btn.line .gnav-btn__text p {
    color: #00b900;
  }
  .gnav-btn.mail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-left: 0;
    border: 2px solid #ec6400;
  }
  .gnav-btn.mail .gnav-btn__text p {
    color: #ec6400;
  }
  .gnav__privacylink {
    display: block;
    margin-top: 40px;
    font-size: 16px;
    color: #808080;
  }
}
@media screen and (max-width: 758px) {
  .gnav {
    width: 100%;
  }
  .gnav .menu-item a {
    padding: 15px 30px 13px 0;
    font-size: 14px;
  }
  .gnav .menu-item a::after {
    width: 7px;
    height: 9px;
  }
  .gnav .item.line span {
    margin-bottom: 2px;
    font-size: 12px;
  }
  .gnav .item__arrow {
    width: 11px;
  }
  .gnav__privacylink {
    font-size: 14px;
  }
}
/* ===================================

  フッター：footer

====================================== */
.footer {
  padding-top: 50px;
}
.footer__inner {
  width: 1200px;
  margin: 0 auto;
}
.footer-logo__link {
  display: block;
}
.footer-logo__img {
  display: block;
  width: 305px;
}
.footer-logo__text {
  margin-top: 7px;
  font-size: 30px;
  font-weight: 500;
  color: #ff7600;
}
.footer-nav {
  margin-top: 30px;
}
.footer-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-nav .menu-item + .menu-item {
  border-left: 1px solid #666666;
}
.footer-nav .menu-item a {
  color: #666666;
  padding: 0 8px;
}
.footer-nav .menu-item:first-child a {
  padding-left: 0;
}
.footer-nav .menu-item:nth-child(4), .footer-nav .menu-item:last-child {
  padding-right: 0;
}
.footer-contents {
  margin-top: 38px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 40px 0;
  background-color: #f2f2f2;
}
.footer-contents__inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-links {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding-right: 245px;
}
.footer-links__title {
  font-size: 18px;
  font-weight: 700;
}
.footer-link {
  margin-top: 24px;
}
.footer-link:first-child {
  margin-top: 32px;
}
.footer-link__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-link__anchor::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(img/ico-outlink.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
}
.footer__btm {
  padding: 25px 0;
}
.footer__copyright {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

@media screen and (max-width: 1199px) {
  .footer {
    padding-top: 45px;
    padding-bottom: 80px;
  }
  .footer__inner {
    width: 100%;
    padding: 0 30px;
  }
  .footer-logo__img {
    width: 180px;
  }
  .footer-logo__text {
    margin-top: 2px;
    font-size: 18px;
  }
  .footer-nav {
    margin-top: 25px;
  }
  .footer-nav .menu-item a {
    padding: 0 6px;
  }
  .footer-contents {
    margin-top: 30px;
    padding: 45px 0;
  }
  .footer-contents__inner {
    width: 100%;
    padding: 0 30px;
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-links {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    width: 45%;
    padding-right: 0;
  }
  .footer-links__title {
    font-size: 16px;
  }
  .footer-link {
    margin-top: 18px;
  }
  .footer-link:first-child {
    margin-top: 24px;
  }
  .footer-link__anchor::after {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
  .footer__btm {
    padding: 20px 0;
  }
  .footer__copyright {
    font-size: 13px;
  }
}
@media screen and (max-width: 758px) {
  .footer {
    padding-top: 40px;
  }
  .footer__inner {
    padding: 0 15px;
  }
  .footer-logo__img {
    width: 230px;
    margin: 0 auto;
  }
  .footer-logo__text {
    margin-top: 7px;
    font-size: 20px;
    text-align: center;
  }
  .footer-nav {
    margin-top: 30px;
  }
  .footer-nav .nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-nav .menu-item {
    margin-bottom: 1.5em;
  }
  .footer-nav .menu-item a {
    padding: 0 6px;
  }
  .footer-contents {
    margin-top: 25px;
    padding: 40px 0;
  }
  .footer-contents__inner {
    display: block;
    padding: 0 30px;
  }
  .footer-links {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .footer-links__title {
    font-size: 14px;
  }
  .footer-links + .footer-links {
    margin-top: 40px;
  }
  .footer-link {
    margin-top: 15px;
  }
  .footer-link:first-child {
    margin-top: 20px;
  }
  .footer-link__anchor::after {
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
  }
  .footer__btm {
    padding: 18px 0 15px;
  }
  .footer__copyright {
    font-size: 12px;
    text-align: center;
  }
}
/* ===================================

  サイドバー：sidebar

====================================== */
.sidebar {
  width: 330px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 330px;
          flex: 0 0 330px;
  padding: 48px 37px 50px;
  background-color: rgba(242, 153, 74, 0.15);
  border-radius: 18px;
}

.widget.widget_block h2 {
  font-size: 28px;
  padding-bottom: 33px;
  border-bottom: 1px solid #333;
  text-align: center;
}
.widget.widget_categories ul {
  margin-top: 40px;
}
.widget.widget_categories li {
  width: 100%;
}
.widget.widget_categories li + li {
  margin-top: 15px;
}
.widget.widget_categories a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 55px;
  padding: 7px 57px 7px 17px;
  font-weight: 500;
  line-height: 1.33;
  color: #f2994a;
  background-color: #fff;
  border-radius: 9999px;
  z-index: 1;
}
.widget.widget_categories a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background-image: url(img/ico-link.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

@media screen and (max-width: 1199px) {
  .sidebar {
    width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    padding: 40px 30px 45px;
    margin: 60px auto 0;
    border-radius: 16px;
  }
  .widget.widget_categories .widget-title {
    font-size: 24px;
    padding-bottom: 28px;
  }
  .widget.widget_categories ul {
    margin-top: 30px;
  }
  .widget.widget_categories li + li {
    margin-top: 12px;
  }
  .widget.widget_categories a {
    min-height: 55px;
    padding: 7px 57px 7px 17px;
  }
  .widget.widget_categories a::after {
    right: 17px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 758px) {
  .sidebar {
    width: calc(100% - 30px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    padding: 30px 15px 35px;
    margin: 50px auto 0;
    border-radius: 10px;
  }
  .widget.widget_categories .widget-title {
    font-size: 20px;
    padding-bottom: 16px;
  }
  .widget.widget_categories ul {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .widget.widget_categories li {
    width: 48.3%;
  }
  .widget.widget_categories li + li {
    margin-top: 0;
  }
  .widget.widget_categories li:nth-child(n+3) {
    margin-top: 10px;
  }
  .widget.widget_categories a {
    min-height: 45px;
    padding: 7px 45px 7px 15px;
    text-align: center;
  }
  .widget.widget_categories a::after {
    right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    width: 30px;
    height: 30px;
  }
}
/* ===================================

  トップページ：home

====================================== */
/* ---------------------------------
  メインビジュアル
----------------------------------- */
.home .mv {
  margin-top: 120px;
  width: 100%;
}
.home .mv__inner {
  width: 100%;
  padding: 0 30px;
}
.home .mv__img {
  display: block;
  width: 100%;
}
.home .mv__img.sp {
  display: none;
}

@media screen and (max-width: 1441px) {
  .home .mv {
    margin-top: 90px;
  }
  .home .mv__inner {
    padding: 0 22px;
  }
}
@media screen and (max-width: 1199px) {
  .home .mv {
    margin-top: 60px;
  }
  .home .mv__inner {
    padding: 0;
  }
}
@media screen and (max-width: 758px) {
  .home .mv__img.pc {
    display: none;
  }
  .home .mv__img.sp {
    display: block;
  }
}
/* ---------------------------------
  お知らせ：news
----------------------------------- */
.home .news {
  margin-top: 65px;
}
.home .news .container {
  width: 1200px;
}
.home .news .entry {
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}
.home .news .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .news .entry__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .news .entry__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  padding: 0 18px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 153, 74)), to(rgb(242, 201, 76)));
  background: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
  color: #fff;
}
.home .news .entry__date {
  margin-left: 22px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.home .news .entry__body {
  margin-left: 70px;
  word-break: break-all;
}
.home .news .entry__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.3em;
}

@media screen and (max-width: 1199px) {
  .home .news {
    margin-top: 60px;
  }
  .home .news .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .news .entry {
    padding-bottom: 20px;
  }
  .home .news .entry__link {
    display: block;
  }
  .home .news .entry__cate {
    height: 28px;
    padding: 0 15px;
  }
  .home .news .entry__date {
    margin-left: 20px;
    font-size: 16px;
  }
  .home .news .entry__body {
    margin-top: 20px;
    margin-left: 0;
  }
  .home .news .entry__title {
    font-size: 17px;
    margin-top: 0;
  }
}
@media screen and (max-width: 758px) {
  .home .news {
    margin-top: 50px;
  }
  .home .news .container {
    padding: 0 15px;
  }
  .home .news .entry {
    padding-bottom: 21px;
  }
  .home .news .entry__cate {
    height: 23px;
    padding: 0 13px;
    font-size: 12px;
  }
  .home .news .entry__date {
    margin-left: 15px;
    font-size: 14px;
  }
  .home .news .entry__body {
    margin-top: 13px;
  }
  .home .news .entry__title {
    font-size: 14px;
    line-height: 2;
  }
}
/* ------------------------------------
    有料老人ホーム相談センターとは:about
--------------------------------------- */
.home .about {
  margin-top: 74px;
}
.home .about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  padding: 0 10px;
}
.home .about__thumb {
  width: 600px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
}
.home .about__thumb-inner {
  padding-left: 40px;
}
.home .about__img {
  display: block;
  width: 100%;
}
.home .about__icos {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -71px;
  z-index: 1;
}
.home .about__ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 142px;
          flex: 0 0 142px;
  width: 142px;
}
.home .about__ico img {
  display: block;
  width: 100%;
}
.home .about__contents {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.home .about__title {
  font-family: "Noto Serif JP", serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.54;
}
.home .about__title span.ora {
  color: #ff5a19;
}
.home .about__title span.small {
  font-size: 40px;
}
.home .about__text {
  margin-top: 23px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 1300px) {
  .home .about .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .about__thumb {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 1199px) {
  .home .about {
    margin-top: 60px;
  }
  .home .about .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .about__thumb {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .home .about__thumb-inner {
    padding-left: 0;
  }
  .home .about__icos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .home .about__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
    width: 48.5%;
  }
  .home .about__ico:nth-child(n+3) {
    margin-top: 10px;
  }
  .home .about__contents {
    width: 56.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56.5%;
            flex: 0 0 56.5%;
  }
  .home .about__title {
    font-size: 34px;
    line-height: 1.5;
  }
  .home .about__title span.small {
    font-size: 24px;
  }
  .home .about__text {
    margin-top: 20px;
    padding-right: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 758px) {
  .home .about {
    margin-top: 40px;
  }
  .home .about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 15px;
  }
  .home .about__thumb {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 25px;
  }
  .home .about__icos {
    margin-top: 15px;
    padding: 0 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .about__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    width: 140px;
  }
  .home .about__ico:nth-child(even) {
    margin-left: 20px;
  }
  .home .about__ico:nth-child(n+3) {
    margin-top: 8px;
  }
  .home .about__contents {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .home .about__title {
    font-size: 28px;
    text-align: center;
  }
  .home .about__title span.small {
    font-size: 20px;
  }
  .home .about__text {
    margin-top: 16px;
    font-size: 13px;
  }
}
/* ---------------------------------
  悩み：prob
----------------------------------- */
.home .prob {
  margin-top: 176px;
}
.home .prob__head {
  position: relative;
  padding: 95px 0 253px;
  background-image: url(img/top-prob-bg-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.home .prob__title {
  width: 560px;
  margin: 0 auto;
}
.home .prob__title img {
  display: block;
  width: 100%;
}
.home .prob__body {
  position: relative;
  padding-bottom: 186px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(237, 229, 116)), to(rgb(225, 245, 196)));
  background: linear-gradient(90deg, rgb(237, 229, 116) 0%, rgb(225, 245, 196) 100%);
}
.home .prob__body .item {
  position: relative;
  top: -170px;
  width: 1100px;
  margin: 0 auto;
  padding: 10px;
  background-color: #fff;
  border-radius: 24px;
  z-index: 1;
  -webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.1);
}
.home .prob__body .item__inner {
  position: relative;
  padding: 40px 140px 55px;
  border-radius: 23px;
  border: 1px solid #ccc;
  z-index: 1;
}
.home .prob__body .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .prob__body .item-list + .item-list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.home .prob__body .item-list__ico {
  width: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
}
.home .prob__body .item-list__text {
  margin-left: 46px;
  font-size: 20px;
  font-weight: 500;
}
.home .prob__body .item-list__text span {
  color: #e9645e;
}
.home .prob__body-text {
  margin-top: -123px;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  color: #754c24;
  line-height: 2;
  text-align: center;
}
.home .prob__body-text .sp {
  display: none;
}
.home .prob__foot {
  padding-bottom: 185px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 153, 74)), to(rgb(242, 201, 76)));
  background: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
}
.home .prob__foot .cv-box {
  position: relative;
  margin-top: -130px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .home .prob {
    margin-top: 100px;
  }
  .home .prob__head {
    padding: 60px 0 200px;
  }
  .home .prob__title {
    width: 375px;
  }
  .home .prob__body {
    padding-bottom: 150px;
  }
  .home .prob__body .item {
    top: -140px;
    width: 740px;
    max-width: calc(100% - 60px);
    padding: 8px;
  }
  .home .prob__body .item__inner {
    padding: 40px 60px 50px;
  }
  .home .prob__body .item-list {
    padding-bottom: 0;
  }
  .home .prob__body .item-list + .item-list {
    margin-top: 7px;
    padding-top: 15px;
  }
  .home .prob__body .item-list__ico {
    width: 22px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
  }
  .home .prob__body .item-list__text {
    margin-left: 36px;
    font-size: 18px;
  }
  .home .prob__body-text {
    margin-top: -90px;
    font-size: 25px;
  }
  .home .prob__foot {
    padding-bottom: 100px;
  }
  .home .prob__foot .cv-box {
    margin-top: -100px;
  }
}
@media screen and (max-width: 758px) {
  .home .prob {
    margin-top: 68px;
  }
  .home .prob__head {
    padding: 34px 0 80px;
  }
  .home .prob__title {
    width: 265px;
  }
  .home .prob__body {
    padding-bottom: 75px;
  }
  .home .prob__body .item {
    top: -50px;
    width: calc(100% - 30px);
    max-width: 100%;
    padding: 5px;
  }
  .home .prob__body .item__inner {
    padding: 22px 10px 20px;
  }
  .home .prob__body .item-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 0;
  }
  .home .prob__body .item-list + .item-list {
    margin-top: 15px;
  }
  .home .prob__body .item-list__ico {
    width: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
  }
  .home .prob__body .item-list__text {
    margin-top: -0.15em;
    margin-left: 6px;
    font-size: 13px;
    line-height: 1.67;
  }
  .home .prob__body-text {
    margin-top: -15px;
    font-size: 20px;
    line-height: 1.5;
  }
  .home .prob__body-text .sp {
    display: block;
  }
  .home .prob__foot {
    padding-bottom: 40px;
  }
  .home .prob__foot .cv-box {
    margin-top: -40px;
  }
}
/* ---------------------------------
  ご相談から見学同行、入居にいたるまで
----------------------------------- */
.home .fre {
  padding-top: 100px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgb(242, 242, 242)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(242, 242, 242) 100%);
}
.home .fre .container {
  width: 1200px;
}
.home .fre__title {
  font-family: "Noto Serif JP", serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.54;
  text-align: center;
}
.home .fre__title span.ora {
  color: #ff5a19;
}
.home .fre__title span.small {
  font-size: 40px;
}
.home .fre__title .sp {
  display: none;
}
.home .fre__txt {
  margin-top: 25px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
.home .fre__contents {
  margin-top: 77px;
}
.home .fre__img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .home .fre {
    padding-top: 80px;
  }
  .home .fre .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .fre__title {
    font-size: 34px;
    line-height: 1.5;
  }
  .home .fre__title span.small {
    font-size: 24px;
  }
  .home .fre__txt {
    margin-top: 20px;
    font-size: 16px;
  }
  .home .fre__contents {
    margin-top: 40px;
  }
}
@media screen and (max-width: 758px) {
  .home .fre {
    padding-top: 60px;
  }
  .home .fre .container {
    padding: 0 15px;
  }
  .home .fre__title {
    font-size: 28px;
    text-align: center;
  }
  .home .fre__title span.small {
    font-size: 20px;
  }
  .home .fre__title .sp {
    display: block;
  }
  .home .fre__txt {
    margin-top: 16px;
    font-size: 14px;
  }
  .home .fre__contents {
    margin-top: 35px;
  }
}
/* ---------------------------------
  選ばれる理由：reason
----------------------------------- */
.home .reason {
  padding: 105px 0 100px;
}
.home .reason .container {
  width: 1200px;
}
.home .reason__title {
  text-align: center;
}
.home .reason__title h2 {
  display: inline-block;
  position: relative;
  padding-bottom: 35px;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}
.home .reason__title h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}
.home .reason__title h2 .sp {
  display: none;
}
.home .reason .items {
  margin-top: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home .reason .item {
  width: calc((100% - 40px) / 2);
}
.home .reason .item:nth-child(n+3) {
  margin-top: 55px;
}
.home .reason .item__thumb {
  width: 100%;
}
.home .reason .item__img {
  display: block;
  width: 100%;
}
.home .reason .item__body {
  padding-top: 25px;
}
.home .reason .item__ico {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  height: 35px;
  background-color: #88bf02;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
}
.home .reason .item__title {
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  color: #ff7600;
}
.home .reason .item__txt {
  margin-top: 15px;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .home .reason {
    padding: 60px 0 80px;
  }
  .home .reason .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .reason__title h2 {
    padding-bottom: 30px;
    font-size: 30px;
  }
  .home .reason .items {
    margin-top: 50px;
  }
  .home .reason .item {
    width: calc((100% - 30px) / 2);
  }
  .home .reason .item:nth-child(n+3) {
    margin-top: 50px;
  }
  .home .reason .item__body {
    padding-top: 20px;
  }
  .home .reason .item__ico {
    width: 85px;
    height: 30px;
    font-size: 18px;
  }
  .home .reason .item__title {
    margin-top: 15px;
    font-size: 24px;
    line-height: 1.5;
  }
  .home .reason .item__txt {
    margin-top: 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .home .reason {
    padding: 64px 0 46px;
  }
  .home .reason .container {
    padding: 0 15px;
  }
  .home .reason__title {
    padding: 0 15px;
  }
  .home .reason__title h2 {
    padding-bottom: 21px;
    font-size: 20px;
    line-height: 1.5;
  }
  .home .reason__title h2 .sp {
    display: block;
  }
  .home .reason .items {
    margin-top: 40px;
    display: block;
  }
  .home .reason .item {
    width: 100%;
  }
  .home .reason .item + .item {
    margin-top: 40px;
  }
  .home .reason .item__body {
    padding-top: 16px;
  }
  .home .reason .item__ico {
    width: 75px;
    height: 25px;
    font-size: 15px;
  }
  .home .reason .item__title {
    margin-top: 15px;
    font-size: 18px;
  }
  .home .reason .item__txt {
    margin-top: 12px;
    font-size: 13px;
  }
}
/* -----------------------------------------
    ご利用者様満足度
------------------------------------------- */
.home .satis {
  padding: 140px 0 145px;
  background-color: #f2f2f2;
}
.home .satis .container {
  width: 1000px;
}
.home .satis .container .satis__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
}
.home .satis .container .satis__title .txt {
  font-size: 40px;
  font-weight: 500;
}
.home .satis .container .satis__title .figure {
  margin-left: 50px;
  margin-top: -30px;
}
.home .satis .container .satis__title .num {
  font-size: 120px;
  font-weight: 500;
  color: #ff7600;
}
.home .satis .container .satis__title span {
  display: block;
  margin-top: 16px;
  font-weight: 500;
}
.home .satis .container .satis__contents {
  margin-top: 60px;
}
.home .satis .container .satis__contents .item {
  position: relative;
  width: 100%;
  padding: 40px 60px 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  word-break: break-all;
}
.home .satis .container .satis__contents .item + .item {
  margin-top: 30px;
}
.home .satis .container .satis__contents .item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .satis .container .satis__contents .item__ico {
  overflow: hidden;
  width: 65px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
  border-radius: 50%;
}
.home .satis .container .satis__contents .item__ico img {
  display: block;
  width: 100%;
}
.home .satis .container .satis__contents .item__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 20px;
}
.home .satis .container .satis__contents .item__date {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.home .satis .container .satis__contents .item__title {
  margin-top: 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
}
.home .satis .container .satis__contents .item__rate {
  margin-top: 15px;
}
.home .satis .container .satis__contents .item__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .satis .container .satis__contents .item__star {
  width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  margin-right: 4px;
}
.home .satis .container .satis__contents .item__body {
  margin-top: 11px;
}
.home .satis .container .satis__contents .item__body p {
  font-size: 18px;
  line-height: 2;
}
.home .satis .cv-box {
  margin-top: 110px;
}

@media screen and (max-width: 1199px) {
  .home .satis {
    padding: 100px 0;
  }
  .home .satis .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .satis .container .satis__title .txt {
    font-size: 26px;
  }
  .home .satis .container .satis__title .figure {
    margin-left: 20px;
    margin-top: -20px;
  }
  .home .satis .container .satis__title .num {
    text-align: center;
    font-size: 80px;
  }
  .home .satis .container .satis__title span {
    margin-top: 12px;
  }
  .home .satis .container .satis__contents {
    margin-top: 50px;
  }
  .home .satis .container .satis__contents .item {
    padding: 35px 50px;
  }
  .home .satis .container .satis__contents .item + .item {
    margin-top: 25px;
  }
  .home .satis .container .satis__contents .item__ico {
    width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
  .home .satis .container .satis__contents .item__info {
    margin-left: 22px;
  }
  .home .satis .container .satis__contents .item__date {
    font-size: 14px;
  }
  .home .satis .container .satis__contents .item__title {
    margin-top: 6px;
    font-size: 22px;
  }
  .home .satis .container .satis__contents .item__rate {
    margin-top: 16px;
  }
  .home .satis .container .satis__contents .item__star {
    width: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    margin-right: 3px;
  }
  .home .satis .container .satis__contents .item__body {
    margin-top: 10px;
  }
  .home .satis .container .satis__contents .item__body p {
    font-size: 16px;
  }
  .home .satis .cv-box {
    margin-top: 60px;
  }
}
@media screen and (max-width: 758px) {
  .home .satis {
    padding: 60px 0;
  }
  .home .satis .container {
    padding: 0 15px;
  }
  .home .satis .container .satis__title .txt {
    font-size: 16px;
  }
  .home .satis .container .satis__title .figure {
    margin-left: 10px;
    margin-top: -15px;
  }
  .home .satis .container .satis__title .num {
    font-size: 60px;
  }
  .home .satis .container .satis__title span {
    margin-top: 12px;
    font-size: 11px;
  }
  .home .satis .container .satis__contents {
    margin-top: 40px;
  }
  .home .satis .container .satis__contents .item {
    padding: 26px 15px 28px;
  }
  .home .satis .container .satis__contents .item + .item {
    margin-top: 10px;
  }
  .home .satis .container .satis__contents .item__ico {
    width: 45px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
  }
  .home .satis .container .satis__contents .item__info {
    margin-left: 15px;
  }
  .home .satis .container .satis__contents .item__date {
    font-size: 12px;
  }
  .home .satis .container .satis__contents .item__title {
    margin-top: 5px;
    font-size: 18px;
  }
  .home .satis .container .satis__contents .item__rate {
    margin-top: 15px;
  }
  .home .satis .container .satis__contents .item__body {
    margin-top: 10px;
  }
  .home .satis .container .satis__contents .item__body p {
    font-size: 13px;
  }
  .home .satis .cv-box {
    margin-top: 40px;
  }
}
/* ---------------------------------
  専門家も推奨：reco
----------------------------------- */
.home .reco {
  padding-top: 153px;
}
.home .reco .container {
  width: 1200px;
}
.home .reco__title {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
.home .reco .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 82px;
  width: 100%;
}
.home .reco .item + .reco__title {
  margin-top: 145px;
}
.home .reco .item__head {
  position: relative;
  width: 480px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
}
.home .reco .item__thumb {
  width: 100%;
}
.home .reco .item__thumb .sp {
  display: none;
}
.home .reco .item__thumb::after {
  display: block;
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgb(59, 210, 167)), to(rgb(39, 185, 193)));
  background: linear-gradient(270deg, rgb(59, 210, 167) 0%, rgb(39, 185, 193) 100%);
  z-index: 1;
}
.home .reco .item__thumb img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 2;
}
.home .reco .item__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 60px;
  padding-top: 7px;
}
.home .reco .item__title {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}
.home .reco .item__name {
  margin-top: 45px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75;
  text-align: right;
}
.home .reco .item__text {
  margin-top: 35px;
  font-size: 18px;
  line-height: 2;
}
.home .reco .item__text p + p {
  margin-top: 34px;
}

@media screen and (max-width: 1199px) {
  .home .reco {
    padding-top: 100px;
  }
  .home .reco .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .reco__title {
    font-size: 34px;
  }
  .home .reco .item {
    margin-top: 60px;
  }
  .home .reco .item + .reco__title {
    margin-top: 100px;
  }
  .home .reco .item__head {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .home .reco .item__thumb::after {
    top: 12px;
    left: 12px;
  }
  .home .reco .item__contents {
    margin-left: 40px;
    padding-top: 5px;
  }
  .home .reco .item__title {
    font-size: 27px;
  }
  .home .reco .item__name {
    margin-top: 30px;
    font-size: 20px;
  }
  .home .reco .item__text {
    margin-top: 30px;
    font-size: 16px;
  }
  .home .reco .item__text p + p {
    margin-top: 24px;
  }
}
@media screen and (max-width: 758px) {
  .home .reco {
    padding-top: 75px;
  }
  .home .reco .container {
    padding: 0 15px;
  }
  .home .reco__title {
    font-size: 24px;
  }
  .home .reco .item {
    display: block;
    margin-top: 62px;
  }
  .home .reco .item + .reco__title {
    margin-top: 78px;
  }
  .home .reco .item__head {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 10px;
  }
  .home .reco .item__thumb .pc {
    display: none;
  }
  .home .reco .item__thumb .sp {
    display: block;
  }
  .home .reco .item__thumb::after {
    width: calc(100% - 10px);
    top: 10px;
    left: 10px;
  }
  .home .reco .item__contents {
    margin-left: 0;
    padding-top: 5px;
    margin-right: -10px;
  }
  .home .reco .item__title {
    margin-top: 40px;
    font-size: 20px;
  }
  .home .reco .item__name {
    margin-top: 36px;
    padding-right: 15px;
    font-size: 16px;
  }
  .home .reco .item__text {
    margin-top: 31px;
    font-size: 13px;
  }
  .home .reco .item__text p + p {
    margin-top: 24px;
  }
}
/* ---------------------------------
  スライダー：reco__slider
----------------------------------- */
.home .reco__slider {
  margin-top: 210px;
  padding-bottom: 88px;
}
.home .reco__slider .swiper-slide {
  width: 480px !important;
}
.home .reco__slider .swiper-slide img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .home .reco__slider {
    margin-top: 120px;
  }
  .home .reco__slider .swiper-slide {
    width: 348px !important;
  }
}
@media screen and (max-width: 758px) {
  .home .reco__slider {
    margin-top: 62px;
    padding-bottom: 60px;
  }
  .home .reco__slider .swiper-slide {
    width: 300px !important;
  }
}
/* ---------------------------------
  ご利用の流れ：flow
----------------------------------- */
.home .flow {
  background-color: #f2f2f2;
  padding: 88px 0 100px;
}
.home .flow .container {
  width: 1000px;
}
.home .flow__title {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
.home .flow__text {
  margin-top: 58px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
.home .flow .items {
  margin-top: 76px;
}
.home .flow .item {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  z-index: 1;
}
.home .flow .item + .item {
  margin-top: 30px;
}
.home .flow .item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 63px 25px;
  border-bottom: 1px solid #e6e6e6;
}
.home .flow .item__step {
  padding: 3px;
  width: 90px;
  height: 90px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 153, 74)), to(rgb(242, 201, 76)));
  background: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  color: #ffa751;
}
.home .flow .item__step-inner {
  width: 100%;
  height: 100%;
  padding-top: 16px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
.home .flow .item__step span {
  font-size: 16px;
}
.home .flow .item__step p {
  margin-top: 3px;
  font-size: 36px;
  font-weight: 500;
}
.home .flow .item__title {
  margin-left: 75px;
  font-size: 24px;
  font-weight: 500;
}
.home .flow .item__body {
  padding: 50px 80px 57px;
}
.home .flow .item__body-title {
  font-size: 20px;
  font-weight: 500;
}
.home .flow .item__body-text {
  margin-top: 21px;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .home .flow {
    padding: 60px 0 80px;
  }
  .home .flow .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .flow__title {
    font-size: 34px;
  }
  .home .flow__text {
    margin-top: 50px;
    font-size: 16px;
  }
  .home .flow .items {
    margin-top: 60px;
  }
  .home .flow .item + .item {
    margin-top: 25px;
  }
  .home .flow .item__head {
    padding: 30px 50px 25px;
  }
  .home .flow .item__step {
    padding: 3px;
    width: 80px;
    height: 80px;
  }
  .home .flow .item__step-inner {
    padding-top: 15px;
  }
  .home .flow .item__step span {
    font-size: 14px;
  }
  .home .flow .item__step p {
    margin-top: 2px;
    font-size: 30px;
  }
  .home .flow .item__title {
    margin-left: 60px;
    font-size: 22px;
  }
  .home .flow .item__body {
    padding: 40px 55px 50px;
  }
  .home .flow .item__body-title {
    font-size: 18px;
  }
  .home .flow .item__body-text {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .home .flow {
    padding: 56px 0 70px;
  }
  .home .flow .container {
    padding: 0 15px;
  }
  .home .flow__title {
    font-size: 24px;
  }
  .home .flow__text {
    margin-top: 33px;
    font-size: 14px;
  }
  .home .flow .items {
    margin-top: 38px;
  }
  .home .flow .item {
    border-radius: 12px;
  }
  .home .flow .item + .item {
    margin-top: 10px;
  }
  .home .flow .item__head {
    padding: 26px 15px 24px;
  }
  .home .flow .item__step {
    padding: 3px;
    width: 68px;
    height: 68px;
  }
  .home .flow .item__step-inner {
    padding-top: 12px;
  }
  .home .flow .item__step span {
    font-size: 12px;
  }
  .home .flow .item__step p {
    margin-top: 3px;
    font-size: 27px;
  }
  .home .flow .item__title {
    margin-left: 12px;
    font-size: 18px;
  }
  .home .flow .item__body {
    padding: 32px 14px 28px;
  }
  .home .flow .item__body-title {
    font-size: 15px;
  }
  .home .flow .item__body-text {
    margin-top: 15px;
    font-size: 14px;
  }
}
/* ---------------------------------
  よくある質問：qa
----------------------------------- */
.home .qa {
  padding: 128px 0 105px;
}
.home .qa .container {
  width: 1000px;
}
.home .qa__title {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
.home .qa .items {
  margin-top: 80px;
}
.home .qa .item {
  padding: 28px 40px 20px 40px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.home .qa .item + .item {
  margin-top: 10px;
}
.home .qa .item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .qa .item__left {
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 153, 74)), to(rgb(242, 201, 76)));
  background: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
}
.home .qa .item__left p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.home .qa .item__right {
  margin-left: 18px;
  padding-top: 0;
}
.home .qa .item__right h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
}
.home .qa .item__contents.question {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.home .qa .item__contents.question .item__ico {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(img/ico-plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.home .qa .item__contents.question .item__ico.active {
  background-image: url(img/ico-minus.svg);
}
.home .qa .item__contents.answer {
  margin-top: 13px;
  padding-top: 14px;
  display: none;
  border-top: 1px solid #ccc;
}
.home .qa .item__contents.answer .answer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .qa .item__contents.answer .item__left {
  background: #fff;
  border: 2px solid #ff7600;
  -o-border-image: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(242, 153, 74)), to(rgb(242, 201, 76)));
     border-image: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
  border-image-slice: 1;
}
.home .qa .item__contents.answer .item__left p {
  color: #f2994a;
}
.home .qa .item__contents.answer .item__right {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 6px;
}
.home .qa .item__contents.answer .item__right p {
  line-height: 2;
}
.home .qa__text {
  margin-top: 90px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .home .qa {
    padding: 80px 0 60px;
  }
  .home .qa .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .qa__title {
    font-size: 34px;
  }
  .home .qa .items {
    margin-top: 60px;
  }
  .home .qa .item {
    padding: 25px 30px 20px;
  }
  .home .qa .item__left {
    width: 30px;
    height: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
  }
  .home .qa .item__left p {
    font-size: 16px;
  }
  .home .qa .item__right {
    margin-left: 16px;
  }
  .home .qa .item__right h3 {
    font-size: 16px;
  }
  .home .qa .item__contents.question .item__ico {
    width: 18px;
    height: 18px;
  }
  .home .qa .item__contents.answer {
    margin-top: 12px;
    padding-top: 13px;
  }
  .home .qa .item__contents.answer .item__right {
    padding-bottom: 4px;
  }
  .home .qa .item__contents.answer .item__right p {
    font-size: 14px;
  }
  .home .qa__text {
    margin-top: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .home .qa {
    padding: 74px 0 50px;
  }
  .home .qa .container {
    padding: 0 15px;
  }
  .home .qa__title {
    font-size: 24px;
  }
  .home .qa .items {
    margin-top: 53px;
  }
  .home .qa .item {
    padding: 20px 15px 15px;
  }
  .home .qa .item__left {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
  }
  .home .qa .item__left p {
    font-size: 14px;
  }
  .home .qa .item__right {
    margin-left: 13px;
  }
  .home .qa .item__right h3 {
    font-size: 14px;
  }
  .home .qa .item__contents.question {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home .qa .item__contents.question .item__right {
    padding-top: 1px;
    padding-right: 24px;
  }
  .home .qa .item__contents.question .item__ico {
    top: 5px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 15px;
    height: 15px;
  }
  .home .qa .item__contents.answer {
    margin-top: 10px;
    padding-top: 12px;
  }
  .home .qa .item__contents.answer .item__right {
    padding-bottom: 5px;
  }
  .home .qa .item__contents.answer .item__right p {
    font-size: 13px;
  }
  .home .qa__text {
    margin-top: 23px;
    font-size: 14px;
  }
}
/* ---------------------------------
  対応エリア：area
----------------------------------- */
.home .area .container {
  width: 100%;
  padding: 0 65px;
}
.home .area__inner {
  width: 100%;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(237, 229, 116)), to(rgb(225, 245, 196)));
  background: linear-gradient(90deg, rgb(237, 229, 116) 0%, rgb(225, 245, 196) 100%);
}
.home .area__contents {
  width: 1100px;
  margin: 0 auto;
  padding: 105px 0 51px;
}
.home .area__title {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
.home .area__text {
  margin-top: 55px;
  font-size: 18px;
  text-align: center;
}
.home .area__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 63px;
}
.home .area__map {
  width: 510px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 510px;
          flex: 0 0 510px;
}
.home .area__map img {
  display: block;
  width: 100%;
}
.home .area__card {
  width: 510px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 510px;
          flex: 0 0 510px;
}
.home .area__card ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home .area__card li {
  width: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  font-size: 18px;
  border-radius: 4px;
}
.home .area__card li.small {
  font-size: 16px;
}
.home .area__card li + li {
  margin-left: 10px;
}
.home .area__card li:nth-child(4n+1) {
  margin-left: 0;
}
.home .area__card li:nth-child(n+5) {
  margin-top: 10px;
}

@media screen and (max-width: 1800px) {
  .home .area .container {
    padding: 0;
  }
  .home .area__inner {
    border-radius: 0;
  }
}
@media screen and (max-width: 1199px) {
  .home .area__contents {
    width: 100%;
    padding: 80px 30px 30px;
  }
  .home .area__title {
    font-size: 34px;
  }
  .home .area__text {
    margin-top: 50px;
    font-size: 16px;
    line-height: 2;
  }
  .home .area__wrap {
    margin-top: 50px;
  }
  .home .area__map {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 30px;
  }
  .home .area__card {
    width: 380px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
  }
  .home .area__card li {
    font-size: 16px;
  }
  .home .area__card li.small {
    font-size: 15px;
  }
  .home .area__card li + li {
    margin-left: 10px;
  }
  .home .area__card li:nth-child(3n+1) {
    margin-left: 0;
  }
  .home .area__card li:nth-child(4n+1) {
    margin-left: auto;
  }
  .home .area__card li:nth-child(n+5) {
    margin-top: 0;
  }
  .home .area__card li:nth-child(n+4) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 758px) {
  .home .area__contents {
    padding: 72px 30px 60px;
  }
  .home .area__title {
    font-size: 24px;
  }
  .home .area__text {
    margin-top: 24px;
    font-size: 14px;
    text-align: left;
  }
  .home .area__wrap {
    display: block;
    margin-top: 24px;
  }
  .home .area__map {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
  }
  .home .area__card {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 20px;
  }
  .home .area__card li {
    width: 31.6%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.6%;
            flex: 0 0 31.6%;
    font-size: 14px;
  }
  .home .area__card li.small {
    font-size: 12px;
  }
  .home .area__card li + li {
    margin-left: 2.6%;
  }
  .home .area__card li:nth-child(n+4) {
    margin-top: 5px;
  }
}
/* ---------------------------------
  お役立ち情報：column
----------------------------------- */
.home .column {
  padding: 140px 0 156px;
}
.home .column .container {
  width: 1200px;
}
.home .column__title {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
.home .column .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 103px;
}
.home .column .entry {
  width: 383px;
}
.home .column .entry__link {
  display: block;
}
.home .column .entry__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 11px;
  z-index: 1;
}
.home .column .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home .column .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.home .column .entry__body {
  position: relative;
  word-break: break-all;
}
.home .column .entry__cate {
  position: relative;
  top: -23px;
  left: 20px;
  display: inline-block;
  padding: 16px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 153, 74)), to(rgb(242, 201, 76)));
  background: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
  z-index: 2;
}
.home .column .entry__title {
  margin-top: -2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
}
.home .column .entry__date {
  display: inline-block;
  margin-top: 24px;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
}
.home .column .link-btn {
  margin-top: 90px;
}

@media screen and (max-width: 1199px) {
  .home .column {
    padding: 80px 0 100px;
  }
  .home .column .container {
    width: 100%;
    padding: 0 30px;
  }
  .home .column__title {
    font-size: 34px;
  }
  .home .column .entries {
    margin-top: 60px;
  }
  .home .column .entry {
    width: 32%;
  }
  .home .column .entry__thumb {
    border-radius: 10px;
  }
  .home .column .entry__cate {
    top: -16px;
    left: 10px;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 12px;
  }
  .home .column .entry__title {
    margin-top: 0;
    font-size: 17px;
  }
  .home .column .entry__date {
    margin-top: 20px;
    font-size: 14px;
  }
  .home .column .link-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 758px) {
  .home .column {
    padding: 68px 0 90px;
  }
  .home .column .container {
    padding: 0 38px;
  }
  .home .column__title {
    margin-top: -10px;
    font-size: 24px;
  }
  .home .column .entries {
    display: block;
    margin-top: 40px;
  }
  .home .column .entry {
    width: 100%;
  }
  .home .column .entry + .entry {
    margin-top: 50px;
  }
  .home .column .entry__thumb {
    border-radius: 8px;
  }
  .home .column .entry__cate {
    top: -14px;
    left: 10px;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 12px;
  }
  .home .column .entry__title {
    font-size: 16px;
  }
  .home .column .entry__date {
    margin-top: 12px;
    font-size: 14px;
  }
  .home .column .link-btn {
    margin-top: 30px;
  }
}
/* ===================================

  親カテゴリー一覧ページ：blog

====================================== */
.blog .main {
  padding: 72px 0 80px;
}
.blog .main .container {
  width: 1200px;
}
.blog .main__copy {
  padding-bottom: 24px;
  font-size: 36px;
  font-weight: 700;
  color: #ff7600;
  line-height: 1.33;
  border-bottom: 2px solid #ff7600;
  -o-border-image: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(242, 153, 74)), to(rgb(242, 201, 76)));
     border-image: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
  border-image-slice: 1;
}
.blog .main__text {
  margin-top: 33px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
}
.blog .cate-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
  padding: 40px;
  background-color: rgba(242, 153, 74, 0.15);
  border-radius: 19px;
}
.blog .cate-tab {
  position: relative;
  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: 265px;
  min-height: 55px;
  padding: 8px 10px;
  background-color: #fff;
  border-radius: 9999px;
  z-index: 1;
}
.blog .cate-tab span {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  font-weight: 500;
  color: #f2994a;
}
.blog .cate-tab img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
}
.blog .cate-tab + .cate-tab {
  margin-left: 20px;
}
.blog .cate-tab:nth-child(4n+1) {
  margin-left: 0;
}
.blog .cate-tab:nth-child(n+5) {
  margin-top: 20px;
}
.blog .post-cate {
  margin-top: 100px;
}
.blog .post-cate + .post-cate {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ccc;
}
.blog .post-cate__title {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.blog .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
}
.blog .entry {
  width: 383px;
}
.blog .entry + .entry {
  margin-left: 25px;
}
.blog .entry__link {
  display: block;
}
.blog .entry__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  z-index: 1;
}
.blog .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.blog .entry__cate {
  position: relative;
  top: -20px;
  left: 20px;
  display: inline-block;
  padding: 17px 13px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 153, 74)), to(rgb(242, 201, 76)));
  background: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
  z-index: 2;
}
.blog .entry__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75;
}
.blog .entry__date {
  display: block;
  margin-top: 24px;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
}
.blog .link-btn {
  margin-top: 50px;
}

@media screen and (max-width: 1199px) {
  .blog .main {
    padding: 60px 0 70px;
  }
  .blog .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .blog .main__copy {
    padding-bottom: 20px;
    font-size: 30px;
  }
  .blog .main__text {
    margin-top: 30px;
    font-size: 16px;
  }
  .blog .cate-tabs {
    margin-top: 30px;
    padding: 30px;
    border-radius: 16px;
  }
  .blog .cate-tab {
    width: 32.4%;
    min-height: 50px;
    padding: 6px 8px;
  }
  .blog .cate-tab span {
    font-size: 14px;
  }
  .blog .cate-tab img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
  .blog .cate-tab + .cate-tab {
    margin-left: 1.4%;
  }
  .blog .cate-tab:nth-child(3n+1) {
    margin-left: 0;
  }
  .blog .cate-tab:nth-child(n+4) {
    margin-top: 15px;
  }
  .blog .post-cate {
    margin-top: 60px;
  }
  .blog .post-cate + .post-cate {
    margin-top: 40px;
    padding-top: 40px;
  }
  .blog .post-cate__title {
    font-size: 25px;
  }
  .blog .entries {
    margin-top: 40px;
  }
  .blog .entry {
    width: 32%;
  }
  .blog .entry__thumb {
    border-radius: 10px;
  }
  .blog .entry__cate {
    top: -16px;
    left: 10px;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 12px;
  }
  .blog .entry__title {
    margin-top: 0;
    font-size: 17px;
  }
  .blog .entry__date {
    margin-top: 20px;
    font-size: 14px;
  }
  .blog .link-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 758px) {
  .blog .main {
    padding: 46px 0 78px;
  }
  .blog .main .container {
    padding: 0 15px;
  }
  .blog .main__copy {
    padding-bottom: 15px;
    font-size: 24px;
  }
  .blog .main__text {
    margin-top: 15px;
    font-size: 14px;
  }
  .blog .cate-tabs {
    margin-top: 20px;
    padding: 20px 15px;
    border-radius: 10px;
  }
  .blog .cate-tab {
    width: 48.3%;
    min-height: 45px;
    padding: 7px 10px 7px 20px;
  }
  .blog .cate-tab span {
    display: inline-block;
    font-size: 12px;
    line-height: 1.33;
  }
  .blog .cate-tab img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-left: 20px;
  }
  .blog .cate-tab + .cate-tab {
    margin-left: 3.4%;
  }
  .blog .cate-tab:nth-child(2n+1) {
    margin-left: 0;
  }
  .blog .cate-tab:nth-child(n+3) {
    margin-top: 10px;
  }
  .blog .post-cate {
    margin-top: 60px;
  }
  .blog .post-cate + .post-cate {
    margin-top: 30px;
    padding-top: 30px;
  }
  .blog .post-cate__title {
    font-size: 25px;
  }
  .blog .entries {
    display: block;
    margin-top: 50px;
  }
  .blog .entry {
    width: 100%;
  }
  .blog .entry + .entry {
    margin-left: 0;
    margin-top: 22px;
  }
  .blog .entry__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .blog .entry__thumb {
    width: 95px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95px;
            flex: 0 0 95px;
    border-radius: 3px;
  }
  .blog .entry__thumb-img {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    z-index: 1;
  }
  .blog .entry__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: 15px;
  }
  .blog .entry__cate {
    position: static;
    top: 0;
    left: 0;
    padding: 13px 11px;
    font-size: 12px;
  }
  .blog .entry__title {
    margin-top: 5px;
    font-size: 16px;
    line-height: 2;
  }
  .blog .entry__date {
    margin-top: 13px;
    font-size: 12px;
  }
}
/* ===================================

  お客様の声一覧

====================================== */
.post-type-archive-voice .main {
  padding: 80px 0 120px;
}
.post-type-archive-voice .main .container {
  width: 1000px;
}
.post-type-archive-voice .main .satis__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
}
.post-type-archive-voice .main .satis__title .txt {
  font-size: 40px;
  font-weight: 500;
}
.post-type-archive-voice .main .satis__title .figure {
  margin-left: 50px;
  margin-top: -30px;
}
.post-type-archive-voice .main .satis__title .num {
  font-size: 120px;
  font-weight: 500;
  color: #ff7600;
}
.post-type-archive-voice .main .satis__title span {
  display: block;
  margin-top: 16px;
  font-weight: 500;
}
.post-type-archive-voice .main .satis__contents {
  margin-top: 60px;
}
.post-type-archive-voice .main .satis__contents .item {
  position: relative;
  width: 100%;
  padding: 40px 60px 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  word-break: break-all;
}
.post-type-archive-voice .main .satis__contents .item + .item {
  margin-top: 30px;
}
.post-type-archive-voice .main .satis__contents .item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-type-archive-voice .main .satis__contents .item__ico {
  overflow: hidden;
  width: 65px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
  border-radius: 50%;
}
.post-type-archive-voice .main .satis__contents .item__ico img {
  display: block;
  width: 100%;
}
.post-type-archive-voice .main .satis__contents .item__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 20px;
}
.post-type-archive-voice .main .satis__contents .item__date {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.post-type-archive-voice .main .satis__contents .item__title {
  margin-top: 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
}
.post-type-archive-voice .main .satis__contents .item__rate {
  margin-top: 15px;
}
.post-type-archive-voice .main .satis__contents .item__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-type-archive-voice .main .satis__contents .item__star {
  width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  margin-right: 4px;
}
.post-type-archive-voice .main .satis__contents .item__body {
  margin-top: 11px;
}
.post-type-archive-voice .main .satis__contents .item__body p {
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-voice .main {
    padding: 60px 0 80px;
  }
  .post-type-archive-voice .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .post-type-archive-voice .main .satis__title .txt {
    font-size: 26px;
  }
  .post-type-archive-voice .main .satis__title .figure {
    margin-left: 20px;
    margin-top: -20px;
  }
  .post-type-archive-voice .main .satis__title .num {
    text-align: center;
    font-size: 80px;
  }
  .post-type-archive-voice .main .satis__title span {
    margin-top: 12px;
  }
  .post-type-archive-voice .main .satis__contents {
    margin-top: 50px;
  }
  .post-type-archive-voice .main .satis__contents .item {
    padding: 35px 50px;
  }
  .post-type-archive-voice .main .satis__contents .item + .item {
    margin-top: 25px;
  }
  .post-type-archive-voice .main .satis__contents .item__ico {
    width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
  .post-type-archive-voice .main .satis__contents .item__info {
    margin-left: 22px;
  }
  .post-type-archive-voice .main .satis__contents .item__date {
    font-size: 14px;
  }
  .post-type-archive-voice .main .satis__contents .item__title {
    margin-top: 6px;
    font-size: 22px;
  }
  .post-type-archive-voice .main .satis__contents .item__rate {
    margin-top: 16px;
  }
  .post-type-archive-voice .main .satis__contents .item__star {
    width: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    margin-right: 3px;
  }
  .post-type-archive-voice .main .satis__contents .item__body {
    margin-top: 10px;
  }
  .post-type-archive-voice .main .satis__contents .item__body p {
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-voice .main {
    padding: 50px 0 60px;
  }
  .post-type-archive-voice .main .container {
    padding: 0 15px;
  }
  .post-type-archive-voice .main .satis__title .txt {
    font-size: 16px;
  }
  .post-type-archive-voice .main .satis__title .figure {
    margin-left: 10px;
    margin-top: -15px;
  }
  .post-type-archive-voice .main .satis__title .num {
    font-size: 60px;
  }
  .post-type-archive-voice .main .satis__title span {
    margin-top: 12px;
    font-size: 11px;
  }
  .post-type-archive-voice .main .satis__contents {
    margin-top: 40px;
  }
  .post-type-archive-voice .main .satis__contents .item {
    padding: 26px 15px 28px;
  }
  .post-type-archive-voice .main .satis__contents .item + .item {
    margin-top: 10px;
  }
  .post-type-archive-voice .main .satis__contents .item__ico {
    width: 45px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
  }
  .post-type-archive-voice .main .satis__contents .item__info {
    margin-left: 15px;
  }
  .post-type-archive-voice .main .satis__contents .item__date {
    font-size: 12px;
  }
  .post-type-archive-voice .main .satis__contents .item__title {
    margin-top: 5px;
    font-size: 18px;
  }
  .post-type-archive-voice .main .satis__contents .item__rate {
    margin-top: 15px;
  }
  .post-type-archive-voice .main .satis__contents .item__body {
    margin-top: 10px;
  }
  .post-type-archive-voice .main .satis__contents .item__body p {
    font-size: 13px;
  }
}
/* ===================================

  カテゴリーページ：category

====================================== */
.category .main__title,
.post-type-archive-news .main__title {
  padding-bottom: 24px;
  font-size: 36px;
  color: #f2994a;
  line-height: 1.33;
  border-bottom: 2px solid #ff7600;
  -o-border-image: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(242, 153, 74)), to(rgb(242, 201, 76)));
     border-image: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
  border-image-slice: 1;
}
.category .main__text,
.post-type-archive-news .main__text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 2;
}
.category .entries,
.post-type-archive-news .entries {
  margin-top: 50px;
}
.category .entry,
.post-type-archive-news .entry {
  width: 100%;
}
.category .entry + .entry,
.post-type-archive-news .entry + .entry {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.category .entry__link,
.post-type-archive-news .entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.category .entry__thumb,
.post-type-archive-news .entry__thumb {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  width: 250px;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}
.category .entry__thumb-img,
.post-type-archive-news .entry__thumb-img {
  position: relative;
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 8px;
  z-index: 1;
}
.category .entry__link:hover .entry__thumb-img,
.post-type-archive-news .entry__link:hover .entry__thumb-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.category .entry__body,
.post-type-archive-news .entry__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 30px;
}
.category .entry__cate,
.post-type-archive-news .entry__cate {
  display: inline-block;
  position: relative;
  padding: 17px 15px;
  font-weight: 500;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 153, 74)), to(rgb(242, 201, 76)));
  background: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
  border-radius: 8px;
  z-index: 1;
}
.category .entry__title,
.post-type-archive-news .entry__title {
  margin-top: 26px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
}
.category .entry__date,
.post-type-archive-news .entry__date {
  display: inline-block;
  margin-top: 29px;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
}

@media screen and (max-width: 1199px) {
  .category .main__title,
  .post-type-archive-news .main__title {
    padding-bottom: 20px;
    font-size: 30px;
  }
  .category .main__text,
  .post-type-archive-news .main__text {
    margin-top: 16px;
    font-size: 16px;
  }
  .category .entries,
  .post-type-archive-news .entries {
    margin-top: 40px;
  }
  .category .entry + .entry,
  .post-type-archive-news .entry + .entry {
    margin-top: 20px;
    padding-top: 18px;
  }
  .category .entry__thumb,
  .post-type-archive-news .entry__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35.3%;
            flex: 0 0 35.3%;
    width: 35.3%;
  }
  .category .entry__cate,
  .post-type-archive-news .entry__cate {
    padding: 12px 10px;
    border-radius: 6px;
    font-size: 14px;
  }
  .category .entry__title,
  .post-type-archive-news .entry__title {
    margin-top: 20px;
    font-size: 20px;
  }
  .category .entry__date,
  .post-type-archive-news .entry__date {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .category .main__title,
  .post-type-archive-news .main__title {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .category .main__text,
  .post-type-archive-news .main__text {
    margin-top: 15px;
    font-size: 14px;
  }
  .category .entries,
  .post-type-archive-news .entries {
    margin-top: 30px;
  }
  .category .entry + .entry,
  .post-type-archive-news .entry + .entry {
    margin-top: 18px;
    padding-top: 16px;
  }
  .category .entry__thumb,
  .post-type-archive-news .entry__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95px;
            flex: 0 0 95px;
    width: 95px;
    border-radius: 6px;
  }
  .category .entry__thumb-img,
  .post-type-archive-news .entry__thumb-img {
    border-radius: 6px;
  }
  .category .entry__body,
  .post-type-archive-news .entry__body {
    margin-left: 15px;
  }
  .category .entry__cate,
  .post-type-archive-news .entry__cate {
    padding: 12px 11px;
    border-radius: 6px;
    font-size: 12px;
  }
  .category .entry__title,
  .post-type-archive-news .entry__title {
    margin-top: 5px;
    font-size: 16px;
    line-height: 2;
  }
  .category .entry__date,
  .post-type-archive-news .entry__date {
    margin-top: 13px;
    font-size: 12px;
  }
}
.post-type-archive-news .entries {
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .post-type-archive-news .entries {
    margin-top: 0;
  }
}
@media screen and (max-width: 758px) {
  .post-type-archive-news .entries {
    margin-top: 0;
  }
}
/* ===================================

  ブログ詳細ページ：single

====================================== */
.single .main {
  width: 100%;
  padding-bottom: 20px;
}
.single .entry {
  width: 100%;
  word-break: break-all;
}
.single .entry__cate {
  display: inline-block;
  padding: 17px 15px 16px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 153, 74)), to(rgb(242, 201, 76)));
  background: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
}
.single .entry__title {
  margin-top: 24px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.33;
}
.single .entry__date {
  display: inline-block;
  margin-top: 19px;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
}
.single .entry__thumb {
  margin-top: 55px;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.single .entry__thumb-img {
  width: 100%;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 24px;
}
.single .entry__body {
  padding-top: 65px;
  word-break: break-all;
}
.single .entry__body > *:first-child {
  margin-top: 0;
}
.single .entry__body .rtoc-mokuji-content {
  margin-top: 60px;
}
.single .entry__body .linkbox.wp-block-embed {
  margin: 45px 0 0;
}
.single .entry__body .linkbox .wp-embedded-content {
  width: 100%;
}
.single .entry__body .linkbox .wp-embed-footer {
  display: none;
}
.single .entry__body h2 {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 89px;
  padding-bottom: 21px;
}
.single .entry__body h2::before, .single .entry__body h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  height: 2px;
}
.single .entry__body h2:before {
  width: 18.75%;
  background-color: #f2994a;
  z-index: 1;
}
.single .entry__body h2::after {
  width: 100%;
  background-color: #ccc;
}
.single .entry__body h3 {
  margin-top: 55px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  padding: 8px 20px;
  background-color: #f2f2f2;
}
.single .entry__body h4 {
  margin-top: 55px;
  padding: 4px 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  border-left: 2px solid #f2994a;
}
.single .entry__body h5 {
  margin-top: 60px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.33;
}
.single .entry__body h6 {
  margin-top: 63px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.33;
}
.single .entry__body p {
  margin-top: 36px;
  font-size: 18px;
  line-height: 2;
}
.single .entry__body p + p {
  margin-top: 30px;
}
.single .entry__body .wp-block-image::after {
  content: "";
  display: block;
  clear: both;
}
.single .entry__body img {
  display: block;
  margin-top: 45px;
}
.single .entry__body .aligncenter {
  margin: 45px auto 0;
}
.single .entry__body .alignright {
  margin-left: auto;
}
.single .entry__body .wp-caption {
  max-width: 100%;
}
.single .entry__body .wp-caption-text {
  margin-top: 3px;
}
.single .entry__body pre {
  overflow-x: auto;
}
.single .entry__body table {
  margin-top: 85px;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
}
.single .entry__body table th,
.single .entry__body table tr > td:first-child {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px;
  background-color: #f2994a;
  color: #fff;
  font-size: 24px;
  line-height: 1.33;
  font-weight: 500;
  height: 80px;
  border: 1px solid #fff;
}
.single .entry__body table th a,
.single .entry__body table tr > td:first-child a {
  color: inherit;
}
.single .entry__body table td {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  padding: 5px 10px;
  line-height: 1.33;
  border: 1px solid #f2994a;
  text-align: center;
}
.single .entry__body table td a {
  color: inherit;
}
.single .entry__body > ol, .single .entry__body > ul {
  margin-top: 36px;
}
.single .entry__body > ol li, .single .entry__body > ul li {
  font-size: 18px;
  line-height: 1.5;
}
.single .entry__body > ol li + li, .single .entry__body > ul li + li {
  margin-top: 0.75em;
}
.single .entry__body > ul {
  padding-left: 1.1em;
}
.single .entry__body > ul li {
  text-indent: -1em;
}
.single .entry__body > ul li::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  background-color: #f2994a;
  border-radius: 50%;
}
.single .entry__body > ol {
  counter-reset: num;
  list-style-type: none;
  padding: 0;
  margin-left: -3px;
}
.single .entry__body > ol li {
  position: relative;
  line-height: 1.5;
  padding-left: 30px;
}
.single .entry__body > ol li::before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  padding-top: 1px;
  padding-left: 1px;
  width: 20px;
  height: 20px;
  background-color: #f2994a;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
}
.single .entry__body a {
  position: relative;
  color: #1a0dab;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single .entry__body blockquote {
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
  margin-top: 30px;
  padding: 20px 25px;
  font-size: 18px;
  border: 3px solid #f2994a;
}
.single .entry__body blockquote::before, .single .entry__body blockquote::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -3px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 92.5%;
  height: 3px;
  background-color: #f2f2f2;
}
.single .entry__body blockquote::after {
  top: auto;
  bottom: -3px;
}
.single .entry__body blockquote p {
  margin-top: 0;
}
.single .entry__body blockquote p + p {
  margin-top: 1.5em;
}
.single .entry__body blockquote cite {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 16px;
}
.single .entry__body blockquote a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}
.single .entry__body blockquote a:hover {
  opacity: 0.6;
}
.single .entry__body .wp-block-liquid-speech-balloon {
  margin-top: 30px;
}
.single .entry__body hr.wp-block-separator {
  margin: 50px auto;
  width: 30%;
  height: 2px;
  border-bottom: 2px solid #ff7600;
  border-top: none;
}
.single .entry__body hr.wp-block-separator.is-style-wide {
  width: 100%;
  border-bottom: 2px dashed #ff7600;
}
.single .entry__body .liquid-speech-balloon-text p {
  margin-top: 0;
}
.single .entry__body iframe {
  max-width: 100%;
}
.single .entry-author {
  margin-top: 70px;
  padding: 30px 38px 21px 30px;
  background-color: #f2f2f2;
  border-radius: 12px;
}
.single .entry-author__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 209px;
  height: 30px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 153, 74)), to(rgb(242, 201, 76)));
  background: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
}
.single .entry-author__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 25px;
  word-break: break-all;
}
.single .entry-author__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 148px;
          flex: 0 0 148px;
  width: 148px;
  padding: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 153, 74)), to(rgb(242, 201, 76)));
  background: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
  border-radius: 50%;
}
.single .entry-author__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.single .entry-author__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 30px;
}
.single .entry-author__name {
  font-size: 24px;
  font-weight: 500;
}
.single .entry-author__posi {
  position: relative;
  margin-top: 17px;
  padding-bottom: 19px;
}
.single .entry-author__posi::before, .single .entry-author__posi::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}
.single .entry-author__posi::before {
  width: 100%;
  background-color: #fff;
}
.single .entry-author__posi::after {
  width: 9%;
  background-color: #f2994a;
  z-index: 1;
}
.single .entry-author__msg {
  margin-top: 16px;
  font-size: 18px;
  line-height: 2;
}
.single .entry .back-link {
  display: block;
  margin-top: 38px;
  font-size: 20px;
  color: #f2994a;
}
.single .entry .back-link::before {
  content: "＜";
  margin-right: 17px;
}

@media screen and (max-width: 1199px) {
  .single .main {
    padding-bottom: 0;
  }
  .single .entry__cate {
    padding: 12px 14px 13px;
    border-radius: 7px;
    font-size: 14px;
  }
  .single .entry__title {
    margin-top: 20px;
    font-size: 30px;
  }
  .single .entry__date {
    margin-top: 20px;
    font-size: 15px;
  }
  .single .entry__thumb {
    margin-top: 40px;
    border-radius: 20px;
  }
  .single .entry__thumb-img {
    border-radius: 20px;
  }
  .single .entry__body {
    padding-top: 40px;
  }
  .single .entry__body .rtoc-mokuji-content {
    margin-top: 40px;
  }
  .single .entry__body h2 {
    font-size: 25px;
    margin-top: 60px;
    padding-bottom: 16px;
  }
  .single .entry__body h3 {
    margin-top: 50px;
    font-size: 20px;
    padding: 8px 16px;
  }
  .single .entry__body h4 {
    margin-top: 40px;
    padding: 2px 16px;
    font-size: 20px;
  }
  .single .entry__body h5 {
    margin-top: 40px;
    font-size: 18px;
  }
  .single .entry__body h6 {
    margin-top: 40px;
    font-size: 16px;
  }
  .single .entry__body p {
    margin-top: 20px;
    font-size: 16px;
  }
  .single .entry__body p + p {
    margin-top: 20px;
  }
  .single .entry__body img {
    margin-top: 30px;
  }
  .single .entry__body .aligncenter {
    margin: 30px auto 0;
  }
  .single .entry__body table {
    margin-top: 50px;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e6e6e6;
  }
  .single .entry__body table th,
  .single .entry__body table tr > td:first-child {
    padding: 5px;
    font-size: 18px;
    height: 60px;
  }
  .single .entry__body table td {
    height: 60px;
    padding: 5px;
  }
  .single .entry__body > ol, .single .entry__body > ul {
    margin-top: 40px;
  }
  .single .entry__body > ol li, .single .entry__body > ul li {
    font-size: 16px;
  }
  .single .entry__body > ul {
    padding-left: 1.5em;
  }
  .single .entry__body > ul li {
    text-indent: -1.05em;
  }
  .single .entry__body > ul li::before {
    margin-right: 5px;
    width: 11px;
    height: 11px;
  }
  .single .entry__body > ol {
    margin-left: -3px;
  }
  .single .entry__body > ol li {
    padding-left: 25px;
  }
  .single .entry__body > ol li::before {
    top: 3px;
    padding-top: 0;
    padding-left: 0;
    width: 18px;
    height: 18px;
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
  }
  .single .entry__body blockquote {
    margin-top: 28px;
    padding: 30px 28px;
    font-size: 16px;
  }
  .single .entry__body blockquote p {
    margin-top: 0;
  }
  .single .entry__body blockquote p + p {
    margin-top: 1.5em;
  }
  .single .entry__body blockquote cite {
    margin-top: 25px;
    font-size: 14px;
  }
  .single .entry__body .wp-block-liquid-speech-balloon {
    margin-top: 40px;
  }
  .single .entry__body hr.wp-block-separator {
    margin: 40px auto;
    width: 30%;
    height: 2px;
    border-bottom: 2px solid #f2994a;
    border-top: none;
  }
  .single .entry__body hr.wp-block-separator.is-style-wide {
    width: 100%;
    border-bottom: 2px dashed #f2994a;
  }
  .single .entry-author {
    margin-top: 50px;
    padding: 30px;
    border-radius: 10px;
  }
  .single .entry-author__title {
    width: 200px;
    height: 30px;
    font-size: 14px;
    border-radius: 7px;
  }
  .single .entry-author__body {
    margin-top: 24px;
  }
  .single .entry-author__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    width: 150px;
  }
  .single .entry-author__contents {
    margin-left: 25px;
  }
  .single .entry-author__name {
    font-size: 22px;
  }
  .single .entry-author__posi {
    margin-top: 16px;
    padding-bottom: 20px;
  }
  .single .entry-author__msg {
    margin-top: 15px;
    font-size: 16px;
  }
  .single .entry .back-link {
    margin-top: 40px;
    font-size: 18px;
  }
  .single .entry .back-link::before {
    margin-right: 15px;
  }
}
@media screen and (max-width: 758px) {
  .single .main {
    padding-bottom: 0;
  }
  .single .entry__cate {
    padding: 10px 12px 11px;
    border-radius: 6px;
    font-size: 12px;
  }
  .single .entry__title {
    margin-top: 18px;
    font-size: 24px;
  }
  .single .entry__date {
    margin-top: 22px;
    font-size: 13px;
  }
  .single .entry__thumb {
    margin-top: 30px;
    border-radius: 16px;
  }
  .single .entry__thumb-img {
    border-radius: 16px;
  }
  .single .entry__body {
    padding-top: 30px;
  }
  .single .entry__body h2 {
    font-size: 22px;
    margin-top: 35px;
    padding-bottom: 15px;
  }
  .single .entry__body h3 {
    margin-top: 30px;
    font-size: 18px;
    padding: 8px 14px;
  }
  .single .entry__body h4 {
    margin-top: 30px;
    padding: 2px 14px;
    font-size: 18px;
  }
  .single .entry__body h5 {
    margin-top: 30px;
    font-size: 17px;
  }
  .single .entry__body h6 {
    margin-top: 30px;
    font-size: 16px;
  }
  .single .entry__body p {
    font-size: 14px;
  }
  .single .entry__body p + p {
    margin-top: 1.25em;
  }
  .single .entry__body .wp-block-table {
    overflow-x: auto;
    max-width: 1000px;
  }
  .single .entry__body .wp-block-table th,
  .single .entry__body .wp-block-table td {
    white-space: nowrap;
    padding: 5px 8px;
  }
  .single .entry__body table {
    margin-top: 30px;
    table-layout: fixed;
    width: auto;
    max-width: 100%;
  }
  .single .entry__body table th,
  .single .entry__body table tr > td:first-child {
    padding: 3px 10px;
    font-size: 14px;
    height: 60px;
  }
  .single .entry__body table td {
    height: 60px;
  }
  .single .entry__body > ol, .single .entry__body > ul {
    margin-top: 30px;
  }
  .single .entry__body > ol li, .single .entry__body > ul li {
    font-size: 14px;
  }
  .single .entry__body > ul {
    padding-left: 1.5em;
  }
  .single .entry__body > ul li {
    text-indent: -1.05em;
  }
  .single .entry__body > ul li::before {
    margin-right: 5px;
    width: 10px;
    height: 10px;
  }
  .single .entry__body > ol {
    margin-left: -3px;
  }
  .single .entry__body > ol li::before {
    top: 1px;
  }
  .single .entry__body blockquote {
    margin-top: 28px;
    padding: 30px 28px;
    font-size: 16px;
  }
  .single .entry__body blockquote p {
    margin-top: 0;
  }
  .single .entry__body blockquote p + p {
    margin-top: 1.5em;
  }
  .single .entry__body blockquote cite {
    margin-top: 25px;
    font-size: 14px;
  }
  .single .entry__body .wp-block-liquid-speech-balloon {
    margin-top: 40px;
  }
  .single .entry__body hr.wp-block-separator {
    margin: 40px auto;
    width: 30%;
    height: 2px;
    border-bottom: 2px solid #f2994a;
    border-top: none;
  }
  .single .entry__body hr.wp-block-separator.is-style-wide {
    width: 100%;
    border-bottom: 2px dashed #f2994a;
  }
  .single .entry-author {
    margin-top: 50px;
    padding: 30px 25px;
    border-radius: 8px;
  }
  .single .entry-author__title {
    width: 200px;
    height: 30px;
    font-size: 14px;
    border-radius: 6px;
    margin: 0 auto;
  }
  .single .entry-author__body {
    display: block;
    margin-top: 30px;
  }
  .single .entry-author__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    width: 150px;
    margin: 0 auto;
  }
  .single .entry-author__contents {
    margin-left: 0;
    margin-top: 25px;
  }
  .single .entry-author__name {
    font-size: 22px;
    text-align: center;
  }
  .single .entry-author__posi {
    padding-bottom: 25px;
    text-align: center;
    font-size: 14px;
  }
  .single .entry-author__posi::after {
    width: 33.3%;
  }
  .single .entry-author__msg {
    font-size: 14px;
  }
  .single .entry .back-link {
    font-size: 16px;
  }
  .single .entry .back-link::before {
    margin-right: 12px;
  }
}
.single-news .entry .back-link {
  margin-top: 80px;
}

@media screen and (max-width: 1199px) {
  .single-news .entry .back-link {
    margin-top: 60px;
  }
}
@media screen and (max-width: 758px) {
  .single-news .entry .back-link {
    margin-top: 50px;
  }
}
/* ===================================

  サービス紹介：page-service

====================================== */
/* ---------------------------------
    ご相談者様の負担は、一切ありません｡
----------------------------------- */
.page-service .main {
  padding-top: 142px;
}
.page-service .concept {
  position: relative;
}
.page-service .concept .container {
  width: 1000px;
}
.page-service .concept__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-service .concept__title h2 {
  position: relative;
  padding-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.page-service .concept__title h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}
.page-service .concept__title .sp {
  display: none;
}
.page-service .concept__text {
  margin-top: 32px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
.page-service .concept__detail {
  margin: 82px auto 0;
}
.page-service .concept__box {
  padding: 0 9px;
}
.page-service .concept__box-inner {
  margin-top: 35px;
  padding: 20px 0 22px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(59, 210, 167)), to(rgb(39, 185, 193)));
  background: linear-gradient(270deg, rgb(59, 210, 167) 0%, rgb(39, 185, 193) 100%);
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.page-service .concept__box p {
  font-size: 24px;
}
.page-service .concept__box span {
  display: block;
  margin-top: 10px;
  font-size: 36px;
}

@media screen and (max-width: 1199px) {
  .page-service .breadcrumb {
    margin-top: 100px;
  }
  .page-service .main {
    padding-top: 60px;
  }
  .page-service .concept .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-service .concept__title h2 {
    padding-bottom: 12px;
    font-size: 34px;
  }
  .page-service .concept__text {
    margin-top: 30px;
    font-size: 16px;
  }
  .page-service .concept__detail {
    margin: 60px auto 0;
    padding: 0 30px;
  }
  .page-service .concept__box {
    padding: 0;
  }
  .page-service .concept__box-inner {
    margin-top: 30px;
    padding: 18px 0;
  }
  .page-service .concept__box p {
    font-size: 20px;
  }
  .page-service .concept__box span {
    margin-top: 8px;
    font-size: 30px;
  }
}
@media screen and (max-width: 758px) {
  .page-service .breadcrumb {
    margin-top: 62px;
  }
  .page-service .main {
    padding-top: 40px;
  }
  .page-service .concept .container {
    padding: 0 15px;
  }
  .page-service .concept__title h2 {
    padding-bottom: 11px;
    font-size: 24px;
  }
  .page-service .concept__title h2 .sp {
    display: block;
  }
  .page-service .concept__text {
    margin-top: 16px;
    font-size: 14px;
  }
  .page-service .concept__text .pc {
    display: none;
  }
  .page-service .concept__detail {
    margin: 18px auto 0;
    padding: 0;
  }
  .page-service .concept__box-inner {
    margin-top: 17px;
    padding: 8px 0;
  }
  .page-service .concept__box p {
    font-size: 13px;
  }
  .page-service .concept__box span {
    font-size: 20px;
  }
}
/* ---------------------------------
  選ばれる理由：reason
----------------------------------- */
.page-service .reason {
  padding: 155px 0 120px;
}
.page-service .reason .container {
  width: 1200px;
}
.page-service .reason__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-service .reason__title h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 26px;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.page-service .reason__title h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}
.page-service .reason__title .sp {
  display: none;
}
.page-service .reason .items {
  margin-top: 90px;
}
.page-service .reason .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-service .reason .item + .item {
  margin-top: 80px;
}
.page-service .reason .item__contents {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 570px;
          flex: 0 0 570px;
  width: 570px;
  padding-left: 50px;
  margin-top: 80px;
}
.page-service .reason .item__contents-inner {
  padding: 72px 60px 71px;
  background-color: #fff;
  border-radius: 11px;
  z-index: 1;
  -webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
}
.page-service .reason .item__num {
  position: absolute;
  top: -50px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #f2994a;
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  color: #fff;
  border-radius: 50%;
  z-index: 2;
}
.page-service .reason .item__title {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 31px;
}
.page-service .reason .item__title .sp {
  display: none;
}
.page-service .reason .item__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 50px;
  height: 2px;
  background-color: #f2994a;
}
.page-service .reason .item__text {
  margin-top: 32px;
  font-size: 18px;
  line-height: 2;
}
.page-service .reason .item__thumb {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: -90px;
  z-index: -1;
}
.page-service .reason .item__thumb img {
  display: block;
  width: 100%;
}
.page-service .reason .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-service .reason .item:nth-child(2n) .item__thumb {
  margin-left: 0;
  margin-right: -90px;
}

@media screen and (max-width: 1199px) {
  .page-service .reason {
    padding: 80px 0 60px;
  }
  .page-service .reason .container {
    width: 100%;
  }
  .page-service .reason__title {
    padding: 0 30px;
  }
  .page-service .reason__title h2 {
    padding-bottom: 12px;
    font-size: 30px;
  }
  .page-service .reason .items {
    margin-top: 50px;
  }
  .page-service .reason .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-service .reason .item + .item {
    margin-top: 80px;
  }
  .page-service .reason .item__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 200px);
            flex: 0 0 calc(100% - 200px);
    width: calc(100% - 200px);
    max-width: 570px;
    padding-left: 0;
    margin: -150px auto 0;
  }
  .page-service .reason .item__contents-inner {
    padding: 75px 60px 40px;
    border-radius: 10px;
  }
  .page-service .reason .item__num {
    top: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90px;
    height: 90px;
    font-size: 40px;
  }
  .page-service .reason .item__title {
    font-size: 26px;
    text-align: center;
    padding-bottom: 24px;
  }
  .page-service .reason .item__title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60px;
    height: 2px;
  }
  .page-service .reason .item__text {
    margin-top: 30px;
    font-size: 16px;
  }
  .page-service .reason .item__thumb {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0;
  }
  .page-service .reason .item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-service .reason .item:nth-child(2n) .item__thumb {
    margin-right: 0;
  }
}
@media screen and (max-width: 758px) {
  .page-service .reason {
    padding: 50px 0 60px;
  }
  .page-service .reason__title {
    padding: 0 15px;
  }
  .page-service .reason__title h2 {
    padding-bottom: 10px;
    font-size: 22px;
  }
  .page-service .reason__title h2 .sp {
    display: block;
  }
  .page-service .reason .items {
    margin-top: 30px;
  }
  .page-service .reason .item + .item {
    margin-top: 40px;
  }
  .page-service .reason .item__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    width: calc(100% - 30px);
    max-width: 100%;
    margin-top: -50px;
  }
  .page-service .reason .item__contents-inner {
    padding: 59px 25px 38px;
    border-radius: 7px;
  }
  .page-service .reason .item__num {
    top: -38px;
    width: 75px;
    height: 75px;
    font-size: 33px;
  }
  .page-service .reason .item__title {
    font-size: 22px;
    padding-bottom: 22px;
  }
  .page-service .reason .item__title .pc {
    display: none;
  }
  .page-service .reason .item__title .sp {
    display: block;
  }
  .page-service .reason .item__title::after {
    width: 38px;
  }
  .page-service .reason .item__text {
    margin-top: 23px;
    font-size: 13px;
  }
}
/* ---------------------------------
  ご利用の流れ：flow
----------------------------------- */
.page-service .flow {
  background-color: #f2f2f2;
  padding: 88px 0 100px;
}
.page-service .flow .container {
  width: 1000px;
}
.page-service .flow__title {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
.page-service .flow__text {
  margin-top: 58px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
.page-service .flow .items {
  margin-top: 76px;
}
.page-service .flow .item {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  z-index: 1;
}
.page-service .flow .item + .item {
  margin-top: 30px;
}
.page-service .flow .item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 63px 25px;
  border-bottom: 1px solid #e6e6e6;
}
.page-service .flow .item__step {
  padding: 3px;
  width: 90px;
  height: 90px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 153, 74)), to(rgb(242, 201, 76)));
  background: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  color: #ffa751;
}
.page-service .flow .item__step-inner {
  width: 100%;
  height: 100%;
  padding-top: 16px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
.page-service .flow .item__step span {
  font-size: 16px;
}
.page-service .flow .item__step p {
  margin-top: 3px;
  font-size: 36px;
  font-weight: 500;
}
.page-service .flow .item__title {
  margin-left: 75px;
  font-size: 24px;
  font-weight: 500;
}
.page-service .flow .item__body {
  padding: 50px 80px 57px;
}
.page-service .flow .item__body-title {
  font-size: 20px;
  font-weight: 500;
}
.page-service .flow .item__body-text {
  margin-top: 21px;
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 1199px) {
  .page-service .flow {
    padding: 100px 0 80px;
  }
  .page-service .flow .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-service .flow__title {
    font-size: 34px;
  }
  .page-service .flow__text {
    margin-top: 50px;
    font-size: 16px;
  }
  .page-service .flow .items {
    margin-top: 60px;
  }
  .page-service .flow .item + .item {
    margin-top: 25px;
  }
  .page-service .flow .item__head {
    padding: 30px 50px 25px;
  }
  .page-service .flow .item__step {
    padding: 3px;
    width: 80px;
    height: 80px;
  }
  .page-service .flow .item__step-inner {
    padding-top: 15px;
  }
  .page-service .flow .item__step span {
    font-size: 14px;
  }
  .page-service .flow .item__step p {
    margin-top: 2px;
    font-size: 30px;
  }
  .page-service .flow .item__title {
    margin-left: 60px;
    font-size: 22px;
  }
  .page-service .flow .item__body {
    padding: 40px 55px 50px;
  }
  .page-service .flow .item__body-title {
    font-size: 18px;
  }
  .page-service .flow .item__body-text {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 758px) {
  .page-service .flow {
    padding: 56px 0 70px;
  }
  .page-service .flow .container {
    padding: 0 15px;
  }
  .page-service .flow__title {
    font-size: 24px;
  }
  .page-service .flow__text {
    margin-top: 33px;
    font-size: 14px;
  }
  .page-service .flow .items {
    margin-top: 38px;
  }
  .page-service .flow .item {
    border-radius: 12px;
  }
  .page-service .flow .item + .item {
    margin-top: 10px;
  }
  .page-service .flow .item__head {
    padding: 26px 15px 24px;
  }
  .page-service .flow .item__step {
    padding: 3px;
    width: 68px;
    height: 68px;
  }
  .page-service .flow .item__step-inner {
    padding-top: 12px;
  }
  .page-service .flow .item__step span {
    font-size: 12px;
  }
  .page-service .flow .item__step p {
    margin-top: 3px;
    font-size: 27px;
  }
  .page-service .flow .item__title {
    margin-left: 12px;
    font-size: 18px;
  }
  .page-service .flow .item__body {
    padding: 32px 14px 28px;
  }
  .page-service .flow .item__body-title {
    font-size: 15px;
  }
  .page-service .flow .item__body-text {
    margin-top: 15px;
    font-size: 14px;
  }
}
/* ===================================

  会社案内：page-company

====================================== */
/* ---------------------------------
  ご挨拶
----------------------------------- */
.page-company .mv-lower {
  background-image: url(img/pc-company-mv-80.jpg);
}
.page-company .main {
  padding: 140px 0 150px;
}
.page-company .greeting .container {
  width: 1200px;
}
.page-company .greeting__title {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
.page-company .greeting .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 83px;
}
.page-company .greeting .item__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  width: 480px;
}
.page-company .greeting .item__thumb img {
  display: block;
  width: 100%;
}
.page-company .greeting .item__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 8px;
  padding-left: 60px;
}
.page-company .greeting .item__title {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}
.page-company .greeting .item__text {
  margin-top: 54px;
}
.page-company .greeting .item__text p {
  font-size: 18px;
  line-height: 2;
}
.page-company .greeting .item__text p + p {
  margin-top: 2em;
}
.page-company .greeting .item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 57px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.page-company .greeting .item__name p {
  font-size: 24px;
}
.page-company .greeting .item__name span {
  font-size: 18px;
  margin-right: 20px;
}

@media screen and (max-width: 1199px) {
  .page-company .breadcrumb {
    margin-top: 100px;
  }
  .page-company .main {
    padding: 60px 0 80px;
  }
  .page-company .greeting .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-company .greeting__title {
    font-size: 34px;
  }
  .page-company .greeting .item {
    margin-top: 60px;
  }
  .page-company .greeting .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 40%;
  }
  .page-company .greeting .item__contents {
    padding-top: 6px;
    padding-left: 30px;
  }
  .page-company .greeting .item__title {
    font-size: 24px;
  }
  .page-company .greeting .item__text {
    margin-top: 40px;
  }
  .page-company .greeting .item__text p {
    font-size: 16px;
  }
  .page-company .greeting .item__text p + p {
    margin-top: 1.5em;
  }
  .page-company .greeting .item__name {
    margin-top: 40px;
  }
  .page-company .greeting .item__name p {
    font-size: 22px;
  }
  .page-company .greeting .item__name span {
    font-size: 16px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 758px) {
  .page-company .mv-lower {
    background-image: url(img/sp-company-mv-80.jpg);
  }
  .page-company .breadcrumb {
    margin-top: 62px;
  }
  .page-company .main {
    padding: 40px 0 60px;
  }
  .page-company .greeting .container {
    padding: 0 15px;
  }
  .page-company .greeting__title {
    font-size: 24px;
  }
  .page-company .greeting .item {
    display: block;
    margin-top: 30px;
  }
  .page-company .greeting .item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-company .greeting .item__contents {
    padding-top: 30px;
    padding-left: 0;
  }
  .page-company .greeting .item__title {
    font-size: 22px;
  }
  .page-company .greeting .item__text {
    margin-top: 20px;
  }
  .page-company .greeting .item__text p {
    font-size: 14px;
  }
  .page-company .greeting .item__name {
    margin-top: 20px;
  }
  .page-company .greeting .item__name p {
    font-size: 22px;
  }
  .page-company .greeting .item__name span {
    font-size: 14px;
    margin-right: 14px;
  }
}
/* ---------------------------------
  会社案内：about
----------------------------------- */
.page-company .about {
  margin-top: 157px;
}
.page-company .about .container {
  width: 1000px;
}
.page-company .about__title {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
.page-company .about__contents {
  margin-top: 70px;
}
.page-company .about__contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c9caca;
}
.page-company .about__contents dl:first-child {
  border-top: 1px solid #c9caca;
}
.page-company .about__contents dt,
.page-company .about__contents dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100px;
  font-size: 18px;
}
.page-company .about__contents dt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  background-color: #f2f2f2;
}
.page-company .about__contents dd {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 50px;
}
.page-company .about__contents dd span + span {
  margin-top: 1em;
}

@media screen and (max-width: 1199px) {
  .page-company .about {
    margin-top: 80px;
  }
  .page-company .about .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-company .about__title {
    font-size: 34px;
  }
  .page-company .about__contents {
    margin-top: 50px;
  }
  .page-company .about__contents dt,
  .page-company .about__contents dd {
    height: 80px;
    font-size: 16px;
  }
  .page-company .about__contents dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
  .page-company .about__contents dd {
    padding-left: 35px;
  }
}
@media screen and (max-width: 758px) {
  .page-company .about {
    margin-top: 60px;
  }
  .page-company .about .container {
    padding: 0 15px;
  }
  .page-company .about__title {
    font-size: 24px;
  }
  .page-company .about__contents {
    margin-top: 30px;
  }
  .page-company .about__contents dl {
    display: block;
  }
  .page-company .about__contents dt,
  .page-company .about__contents dd {
    display: block;
    height: auto;
    font-size: 14px;
    padding: 20px;
  }
  .page-company .about__contents dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-weight: 500;
  }
  .page-company .about__contents dd {
    padding-left: 20px;
    line-height: 1.5;
  }
}
/* ---------------------------------
  アクセス：access
----------------------------------- */
.page-company .access {
  margin-top: 163px;
}
.page-company .access .container {
  width: 1200px;
}
.page-company .access__title {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
.page-company .access .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 80px;
}
.page-company .access .item + .item {
  margin-top: 70px;
}
.page-company .access .item__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 26px;
  padding-right: 20px;
}
.page-company .access .item__detail {
  margin-top: 60px;
}
.page-company .access .item__detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-company .access .item__detail dl + dl {
  margin-top: 30px;
}
.page-company .access .item__detail dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}
.page-company .access .item__detail dt img {
  display: block;
  height: 20px;
  margin: 0 auto;
}
.page-company .access .item__detail dd {
  margin-left: 15px;
  padding-top: 1px;
  font-size: 18px;
}
.page-company .access .item__detail dd span {
  display: block;
}
.page-company .access .item__detail dd span + span {
  margin-top: 1em;
}
.page-company .access .item__title {
  font-size: 30px;
  font-weight: 500;
}
.page-company .access .item__map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 580px;
          flex: 0 0 580px;
  width: 580px;
}
.page-company .access .item__map-inner {
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.page-company .access .item__map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1199px) {
  .page-company .access {
    margin-top: 80px;
  }
  .page-company .access .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-company .access__title {
    font-size: 34px;
  }
  .page-company .access .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
  .page-company .access .item + .item {
    margin-top: 80px;
  }
  .page-company .access .item__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 0;
    padding-right: 0;
  }
  .page-company .access .item__title {
    font-size: 24px;
  }
  .page-company .access .item__detail {
    margin-top: 30px;
  }
  .page-company .access .item__detail dl + dl {
    margin-top: 24px;
  }
  .page-company .access .item__detail dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
  }
  .page-company .access .item__detail dt img {
    height: 18px;
  }
  .page-company .access .item__detail dd {
    margin-left: 14px;
    font-size: 16px;
  }
  .page-company .access .item__map {
    margin-top: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .page-company .access .item__map-inner {
    padding-top: 50%;
  }
}
@media screen and (max-width: 758px) {
  .page-company .access {
    margin-top: 60px;
  }
  .page-company .access .container {
    padding: 0;
  }
  .page-company .access__title {
    font-size: 24px;
  }
  .page-company .access .item {
    margin-top: 30px;
  }
  .page-company .access .item + .item {
    margin-top: 50px;
  }
  .page-company .access .item__contents {
    padding: 0 15px;
  }
  .page-company .access .item__title {
    font-size: 18px;
  }
  .page-company .access .item__detail {
    margin-top: 25px;
  }
  .page-company .access .item__detail dl + dl {
    margin-top: 15px;
  }
  .page-company .access .item__detail dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
  }
  .page-company .access .item__detail dt img {
    height: 16px;
  }
  .page-company .access .item__detail dd {
    margin-left: 10px;
    font-size: 14px;
  }
  .page-company .access .item__map {
    margin-top: 20px;
  }
}
/* ===================================

  よくある質問：page-qa

====================================== */
.page-qa .main {
  padding: 75px 0 80px;
}
.page-qa .main .container {
  width: 1000px;
}
.page-qa .main .item {
  padding: 28px 40px 20px 40px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.page-qa .main .item + .item {
  margin-top: 10px;
}
.page-qa .main .item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-qa .main .item__left {
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 153, 74)), to(rgb(242, 201, 76)));
  background: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
}
.page-qa .main .item__left p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.page-qa .main .item__right {
  margin-left: 18px;
  padding-top: 0;
}
.page-qa .main .item__right h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
}
.page-qa .main .item__contents.question {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.page-qa .main .item__contents.question .item__ico {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(img/ico-plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.page-qa .main .item__contents.question .item__ico.active {
  background-image: url(img/ico-minus.svg);
}
.page-qa .main .item__contents.answer {
  margin-top: 13px;
  padding-top: 14px;
  display: none;
  border-top: 1px solid #ccc;
}
.page-qa .main .item__contents.answer .answer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-qa .main .item__contents.answer .item__left {
  background: #fff;
  border: 2px solid #ff7600;
  -o-border-image: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(rgb(242, 153, 74)), to(rgb(242, 201, 76)));
     border-image: linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
  border-image-slice: 1;
}
.page-qa .main .item__contents.answer .item__left p {
  color: #f2994a;
}
.page-qa .main .item__contents.answer .item__right {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 6px;
}
.page-qa .main .item__contents.answer .item__right p {
  line-height: 2;
}
.page-qa .main .qa__text {
  margin-top: 60px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .page-qa .main {
    padding: 60px 0;
  }
  .page-qa .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-qa .main .item {
    padding: 25px 30px 20px;
  }
  .page-qa .main .item__left {
    width: 30px;
    height: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
  }
  .page-qa .main .item__left p {
    font-size: 16px;
  }
  .page-qa .main .item__right {
    margin-left: 16px;
  }
  .page-qa .main .item__right h3 {
    font-size: 16px;
  }
  .page-qa .main .item__contents.question .item__ico {
    width: 18px;
    height: 18px;
  }
  .page-qa .main .item__contents.answer {
    margin-top: 12px;
    padding-top: 13px;
  }
  .page-qa .main .item__contents.answer .item__right {
    padding-bottom: 4px;
  }
  .page-qa .main .item__contents.answer .item__right p {
    font-size: 14px;
  }
  .page-qa .main .qa__text {
    margin-top: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 758px) {
  .page-qa .main {
    padding: 48px 0 60px;
  }
  .page-qa .main .container {
    padding: 0 15px;
  }
  .page-qa .main .item {
    padding: 20px 15px 15px;
  }
  .page-qa .main .item__left {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
  }
  .page-qa .main .item__left p {
    font-size: 14px;
  }
  .page-qa .main .item__right {
    margin-left: 13px;
  }
  .page-qa .main .item__right h3 {
    font-size: 14px;
  }
  .page-qa .main .item__contents.question {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-qa .main .item__contents.question .item__right {
    padding-top: 1px;
    padding-right: 24px;
  }
  .page-qa .main .item__contents.question .item__ico {
    top: 5px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 15px;
    height: 15px;
  }
  .page-qa .main .item__contents.answer {
    margin-top: 10px;
    padding-top: 12px;
  }
  .page-qa .main .item__contents.answer .item__right {
    padding-bottom: 5px;
  }
  .page-qa .main .item__contents.answer .item__right p {
    font-size: 13px;
  }
  .page-qa .main .qa__text {
    margin-top: 23px;
    font-size: 14px;
  }
}
/* ===================================

  お問い合わせページ：page-contact

====================================== */
.page-contact .main {
  padding: 75px 0 120px;
}
.page-contact .main__title {
  padding-bottom: 33px;
  font-size: 42px;
  font-weight: 500;
  color: #dc9850;
  border-bottom: 2px solid #dc9850;
}
.page-contact .main .container {
  width: 1000px;
}
.page-contact .fm {
  margin-top: 55px;
  font-size: 18px;
}
.page-contact .fm__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  border-bottom: 1px solid #e6e6e6;
}
.page-contact .fm__group:first-child {
  border-top: 1px solid #e6e6e6;
}
.page-contact .fm__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px 0 20px;
  width: 280px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  height: 100px;
  background-color: #f2f2f2;
}
.page-contact .fm__label label {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
}
.page-contact .fm__label .require,
.page-contact .fm__label .any {
  display: grid;
  place-items: center;
  width: 40px;
  height: 25px;
  font-size: 14px;
  color: #fff;
}
.page-contact .fm__label .require {
  background: #981632;
}
.page-contact .fm__label .any {
  background-color: #898989;
}
.page-contact .fm__label .addtext {
  position: absolute;
  top: 27px;
  left: 60px;
  font-size: 15px;
  font-weight: 400;
}
.page-contact .fm__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 170px 0 30px;
}
.page-contact .fm .wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-contact .fm .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.page-contact .fm .wpcf7-form-control.wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 0;
  margin-left: 60px;
}
.page-contact .fm .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 5px;
}
.page-contact .fm input,
.page-contact .fm textarea {
  outline: none;
  border-radius: 0;
  color: #333;
}
.page-contact .fm input::-webkit-input-placeholder, .page-contact .fm textarea::-webkit-input-placeholder {
  opacity: 0.5;
  font-weight: 400;
}
.page-contact .fm input::-moz-placeholder, .page-contact .fm textarea::-moz-placeholder {
  opacity: 0.5;
  font-weight: 400;
}
.page-contact .fm input:-ms-input-placeholder, .page-contact .fm textarea:-ms-input-placeholder {
  opacity: 0.5;
  font-weight: 400;
}
.page-contact .fm input::-ms-input-placeholder, .page-contact .fm textarea::-ms-input-placeholder {
  opacity: 0.5;
  font-weight: 400;
}
.page-contact .fm input::placeholder,
.page-contact .fm textarea::placeholder {
  opacity: 0.5;
  font-weight: 400;
}
.page-contact .fm input[type=text],
.page-contact .fm input[type=email],
.page-contact .fm input[type=tel],
.page-contact .fm input[type=date],
.page-contact .fm select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 10px;
  height: 48px;
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 4px;
}
.page-contact .fm .select-wrap {
  position: relative;
}
.page-contact .fm .select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 6px;
  border-top: 10px solid linear-gradient(90deg, rgb(242, 153, 74) 0%, rgb(242, 201, 76) 100%);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  z-index: 1;
  pointer-events: none;
}
.page-contact .fm option {
  color: #333;
}
.page-contact .fm textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: 1px solid #cacaca;
}
.page-contact .fm__group-radio {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 50px 0;
}
.page-contact .fm .textarea-group {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-contact .fm .textarea-group .fm__label {
  display: block;
  padding-top: 37px;
  height: 230px;
}
.page-contact .fm .textarea-group .fm__input {
  padding-top: 26px;
  height: 230px;
}
.page-contact .fm .textarea-group textarea {
  height: 180px;
  padding: 10px;
  background-color: #f1f1f1;
  border: none;
  border-radius: 4px;
}
.page-contact .form-text {
  margin-top: 56px;
}
.page-contact .form-text ul {
  padding-left: 33px;
}
.page-contact .form-text li {
  position: relative;
  font-size: 18px;
  line-height: 2;
  text-indent: -33px;
}
.page-contact .form-text li::before {
  content: "";
  display: inline-block;
  margin-right: 13px;
  width: 16px;
  height: 16px;
  background-color: #dc9850;
  border-radius: 50%;
}
.page-contact .pp {
  margin-top: 76px;
}
.page-contact .pp__box {
  padding: 45px 40px;
  border: 2px solid #e6e6e6;
}
.page-contact .pp__title {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: #dc9850;
}
.page-contact .pp__text {
  margin-top: 36px;
  font-size: 18px;
  line-height: 2;
}
.page-contact .pp__text p + p {
  margin-top: 36px;
}
.page-contact .pp__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 56px;
}
.page-contact input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 74px auto 0;
  width: 400px;
  height: 90px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(220, 152, 80)), to(rgb(231, 200, 87)));
  background: linear-gradient(90deg, rgb(220, 152, 80) 0%, rgb(231, 200, 87) 100%);
  font-size: 30px !important;
  font-weight: 700;
  color: #fff;
  border-radius: 9999px;
}
.page-contact input[type=submit]:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1199px) {
  .page-contact .main {
    padding: 60px 0 80px;
  }
  .page-contact .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-contact .main__title {
    padding-bottom: 24px;
    font-size: 34px;
  }
  .page-contact .fm {
    font-size: 16px;
    margin-top: 30px;
  }
  .page-contact .fm__group {
    margin-bottom: 0;
  }
  .page-contact .fm__label {
    width: 250px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
  .page-contact .fm__label .require,
  .page-contact .fm__label .any {
    font-size: 12px;
  }
  .page-contact .fm__input {
    padding: 0 30px 0 30px;
  }
  .page-contact .fm input[type=text],
  .page-contact .fm input[type=email],
  .page-contact .fm input[type=tel],
  .page-contact .fm input[type=date],
  .page-contact .fm select {
    height: 40px;
    max-width: auto;
  }
  .page-contact .fm .textarea-group .fm__label {
    padding-top: 30px;
  }
  .page-contact .fm .textarea-group textarea {
    height: 180px;
  }
  .page-contact .fm .form-text {
    margin-top: 40px;
  }
  .page-contact .fm .form-text ul {
    padding-left: 30px;
  }
  .page-contact .fm .form-text li {
    font-size: 16px;
    text-indent: -30px;
  }
  .page-contact .fm .form-text li::before {
    margin-right: 10px;
  }
  .page-contact .fm .pp {
    margin-top: 40px;
  }
  .page-contact .fm .pp__box {
    padding: 40px 30px;
  }
  .page-contact .fm .pp__title {
    font-size: 22px;
  }
  .page-contact .fm .pp__text {
    margin-top: 30px;
    font-size: 16px;
  }
  .page-contact .fm .pp__text p + p {
    margin-top: 24px;
  }
  .page-contact .fm .pp__btn {
    margin-top: 40px;
  }
  .page-contact input[type=submit] {
    margin: 50px auto 0;
    width: 280px;
    height: 60px;
    font-size: 18px !important;
  }
  .page-contact input[type=submit]:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 758px) {
  .page-contact .main {
    padding: 48px 0 60px;
  }
  .page-contact .main .container {
    padding: 0 15px;
  }
  .page-contact .main__title {
    padding-bottom: 18px;
    font-size: 24px;
  }
  .page-contact .fm {
    font-size: 14px;
  }
  .page-contact .fm__group {
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
    border-top: 1px solid #e6e6e6;
  }
  .page-contact .fm__group:first-child {
    border-top: none;
  }
  .page-contact .fm__label {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 60px;
  }
  .page-contact .fm__label label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-contact .fm__label .require,
  .page-contact .fm__label .any {
    width: 35px;
    height: 20px;
    font-size: 10px;
    margin-left: 15px;
  }
  .page-contact .fm__input {
    margin-top: 0;
    padding: 10px 0 30px;
    min-height: 60px;
  }
  .page-contact .fm input[type=text],
  .page-contact .fm input[type=email],
  .page-contact .fm input[type=tel],
  .page-contact .fm input[type=date],
  .page-contact .fm select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: 1px solid #ccc;
    height: 45px;
  }
  .page-contact .fm input[type=text]::-webkit-input-placeholder, .page-contact .fm input[type=email]::-webkit-input-placeholder, .page-contact .fm input[type=tel]::-webkit-input-placeholder, .page-contact .fm input[type=date]::-webkit-input-placeholder, .page-contact .fm select::-webkit-input-placeholder {
    opacity: 1;
  }
  .page-contact .fm input[type=text]::-moz-placeholder, .page-contact .fm input[type=email]::-moz-placeholder, .page-contact .fm input[type=tel]::-moz-placeholder, .page-contact .fm input[type=date]::-moz-placeholder, .page-contact .fm select::-moz-placeholder {
    opacity: 1;
  }
  .page-contact .fm input[type=text]:-ms-input-placeholder, .page-contact .fm input[type=email]:-ms-input-placeholder, .page-contact .fm input[type=tel]:-ms-input-placeholder, .page-contact .fm input[type=date]:-ms-input-placeholder, .page-contact .fm select:-ms-input-placeholder {
    opacity: 1;
  }
  .page-contact .fm input[type=text]::-ms-input-placeholder, .page-contact .fm input[type=email]::-ms-input-placeholder, .page-contact .fm input[type=tel]::-ms-input-placeholder, .page-contact .fm input[type=date]::-ms-input-placeholder, .page-contact .fm select::-ms-input-placeholder {
    opacity: 1;
  }
  .page-contact .fm input[type=text]::placeholder,
  .page-contact .fm input[type=email]::placeholder,
  .page-contact .fm input[type=tel]::placeholder,
  .page-contact .fm input[type=date]::placeholder,
  .page-contact .fm select::placeholder {
    opacity: 1;
  }
  .page-contact .fm .small {
    font-size: 12px;
  }
  .page-contact .fm .textarea-group {
    margin-top: 0;
  }
  .page-contact .fm .textarea-group .fm__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    height: 60px;
  }
  .page-contact .fm .textarea-group label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-contact .fm .textarea-group .fm__input {
    padding: 10px 0 0;
    height: auto;
  }
  .page-contact .fm .textarea-group textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 180px;
  }
  .page-contact .wpcf7-form-control.wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-contact .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-contact .wpcf7-form-control.wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 0;
    margin-left: 40px;
  }
  .page-contact .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    margin-left: 5px;
  }
  .page-contact .fm__group.fm__radio .fm__input {
    min-height: auto;
    padding: 20px 15px 35px;
  }
  .page-contact .fm .form-text {
    margin-top: 30px;
  }
  .page-contact .fm .form-text ul {
    padding-left: 23px;
  }
  .page-contact .fm .form-text li {
    font-size: 14px;
    text-indent: -20px;
  }
  .page-contact .fm .form-text li::before {
    margin-right: 5px;
    width: 12px;
    height: 12px;
  }
  .page-contact .fm .pp {
    margin-top: 30px;
  }
  .page-contact .fm .pp__box {
    padding: 30px 15px;
  }
  .page-contact .fm .pp__title {
    font-size: 20px;
  }
  .page-contact .fm .pp__text {
    margin-top: 20px;
    font-size: 14px;
  }
  .page-contact .fm .pp__text p + p {
    margin-top: 14px;
  }
  .page-contact .fm .pp__btn {
    margin-top: 20px;
  }
  .page-contact input[type=submit] {
    margin: 40px auto 0;
    width: 250px;
    height: 50px;
    font-size: 16px !important;
  }
}
/* =====================================

  プライバシーポリシー：page-privacypolicy

======================================== */
.page-privacypolicy .main {
  padding: 75px 0 80px;
}
.page-privacypolicy .main .container {
  width: 1000px;
}
.page-privacypolicy .main .contents > *:first-child {
  margin-top: 0;
}
.page-privacypolicy .main .contents h2 {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 89px;
  padding-bottom: 21px;
}
.page-privacypolicy .main .contents h2::before, .page-privacypolicy .main .contents h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  height: 2px;
}
.page-privacypolicy .main .contents h2:before {
  width: 18.75%;
  background-color: #f2994a;
  z-index: 1;
}
.page-privacypolicy .main .contents h2::after {
  width: 100%;
  background-color: #ccc;
}
.page-privacypolicy .main .contents p {
  margin-top: 36px;
  font-size: 18px;
  line-height: 2;
}
.page-privacypolicy .main .contents p + p {
  margin-top: 30px;
}
.page-privacypolicy .main .contents ol,
.page-privacypolicy .main .contents ul {
  margin-top: 40px;
}
.page-privacypolicy .main .contents li {
  line-height: 1.5;
}
.page-privacypolicy .main .contents li + li {
  margin-top: 0.75em;
}
.page-privacypolicy .main .contents ul {
  padding-left: 1.1em;
}
.page-privacypolicy .main .contents ul li {
  text-indent: -1em;
}
.page-privacypolicy .main .contents ul li::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  background-color: #f2994a;
  border-radius: 50%;
}
.page-privacypolicy .main .contents ol {
  counter-reset: num;
  list-style-type: none;
  padding: 0;
  margin-left: -3px;
}
.page-privacypolicy .main .contents ol li {
  position: relative;
  line-height: 1.5;
  padding-left: 30px;
}
.page-privacypolicy .main .contents ol li::before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-block;
  padding-top: 1px;
  padding-left: 1px;
  width: 20px;
  height: 20px;
  background-color: #f2994a;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .page-privacypolicy .main {
    padding: 60px 0 80px;
  }
  .page-privacypolicy .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .page-privacypolicy .main .contents h2 {
    font-size: 25px;
    margin-top: 60px;
    padding-bottom: 16px;
  }
  .page-privacypolicy .main .contents p {
    margin-top: 20px;
    font-size: 16px;
  }
  .page-privacypolicy .main .contents p + p {
    margin-top: 20px;
  }
  .page-privacypolicy .main .contents ol,
  .page-privacypolicy .main .contents ul {
    margin-top: 20px;
  }
  .page-privacypolicy .main .contents li {
    font-size: 16px;
  }
  .page-privacypolicy .main .contents ul {
    padding-left: 1.5em;
  }
  .page-privacypolicy .main .contents ul li {
    text-indent: -1.05em;
  }
  .page-privacypolicy .main .contents ul li::before {
    margin-right: 5px;
    width: 11px;
    height: 11px;
  }
  .page-privacypolicy .main .contents ol {
    margin-left: -3px;
  }
  .page-privacypolicy .main .contents ol li {
    padding-left: 25px;
  }
  .page-privacypolicy .main .contents ol li::before {
    top: 3px;
    padding-top: 0;
    padding-left: 0;
    width: 18px;
    height: 18px;
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
  }
}
@media screen and (max-width: 758px) {
  .page-privacypolicy .main {
    padding: 48px 0 60px;
  }
  .page-privacypolicy .main .container {
    padding: 0 15px;
  }
  .page-privacypolicy .main .contents h2 {
    font-size: 22px;
    margin-top: 35px;
    padding-bottom: 15px;
  }
  .page-privacypolicy .main .contents p {
    font-size: 14px;
  }
  .page-privacypolicy .main .contents p + p {
    margin-top: 1.25em;
  }
  .page-privacypolicy .main .contents ol,
  .page-privacypolicy .main .contents ul {
    margin-top: 20px;
  }
  .page-privacypolicy .main .contents li {
    font-size: 14px;
  }
  .page-privacypolicy .main .contents ul {
    padding-left: 1.5em;
  }
  .page-privacypolicy .main .contents ul li {
    text-indent: -1.05em;
  }
  .page-privacypolicy .main .contents ul li::before {
    margin-right: 5px;
    width: 10px;
    height: 10px;
  }
  .page-privacypolicy .main .contents ol {
    margin-left: -3px;
  }
  .page-privacypolicy .main .contents ol li::before {
    top: 1px;
  }
}
/* ===================================

  404エラー：error404
  サンクスページ：page-thanks

====================================== */
.error404 .main,
.page-thanks .main {
  padding: 75px 0 80px;
}
.error404 .main .container,
.page-thanks .main .container {
  width: 1200px;
}
.error404 .main .error__title,
.error404 .main .thanks__title,
.page-thanks .main .error__title,
.page-thanks .main .thanks__title {
  font-size: 60px;
  font-weight: 500;
  color: #ff7600;
  text-align: center;
}
.error404 .main .error__subtitle,
.error404 .main .thanks__subtitle,
.page-thanks .main .error__subtitle,
.page-thanks .main .thanks__subtitle {
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.error404 .main .error__text,
.error404 .main .thanks__text,
.page-thanks .main .error__text,
.page-thanks .main .thanks__text {
  margin-top: 50px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
.error404 .main .link-btn,
.page-thanks .main .link-btn {
  margin-top: 60px;
}

@media screen and (max-width: 1199px) {
  .error404 .main,
  .page-thanks .main {
    padding: 60px 0 80px;
  }
  .error404 .main .container,
  .page-thanks .main .container {
    width: 100%;
    padding: 0 30px;
  }
  .error404 .main .error__title,
  .error404 .main .thanks__title,
  .page-thanks .main .error__title,
  .page-thanks .main .thanks__title {
    font-size: 48px;
  }
  .error404 .main .error__subtitle,
  .error404 .main .thanks__subtitle,
  .page-thanks .main .error__subtitle,
  .page-thanks .main .thanks__subtitle {
    margin-top: 18px;
    font-size: 24px;
  }
  .error404 .main .error__text,
  .error404 .main .thanks__text,
  .page-thanks .main .error__text,
  .page-thanks .main .thanks__text {
    margin-top: 40px;
    font-size: 16px;
  }
  .error404 .main .link-btn,
  .page-thanks .main .link-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 758px) {
  .error404 .main,
  .page-thanks .main {
    padding: 40px 0 60px;
  }
  .error404 .main .container,
  .page-thanks .main .container {
    padding: 0 15px;
  }
  .error404 .main .error__title,
  .error404 .main .thanks__title,
  .page-thanks .main .error__title,
  .page-thanks .main .thanks__title {
    font-size: 36px;
  }
  .error404 .main .error__subtitle,
  .error404 .main .thanks__subtitle,
  .page-thanks .main .error__subtitle,
  .page-thanks .main .thanks__subtitle {
    margin-top: 10px;
    font-size: 18px;
  }
  .error404 .main .error__text,
  .error404 .main .thanks__text,
  .page-thanks .main .error__text,
  .page-thanks .main .thanks__text {
    margin-top: 40px;
    font-size: 12px;
  }
  .error404 .main .link-btn,
  .page-thanks .main .link-btn {
    margin-top: 60px;
  }
}