@charset "UTF-8";
/*
Theme Name: nousan-info
Version: 1.1
Author: Owndmedia
*/
/*--------------------------------------------------------------

## 共通

--------------------------------------------------------------*/
* {
  letter-spacing: 0.1em;
}

html, body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  /*(=1rem)*/
  background-color: #fff;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  font-about01-settings: "palt";
}

html, body, #page #scroll__contents {
  margin: 0 auto;
}

.wrapper {
  width: 100%;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2.2rem;
}

p {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}

a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #333333;
}

ul, ol, li {
  list-style: none;
}

li, th, td {
  font-size: 1.6rem;
}

th {
  vertical-align: middle;
}

td {
  vertical-align: middle;
}

a:hover, a:focus {
  color: #323492;
}

/**** 改行 ****/
.br_pc {
  display: block;
} /*PCだけ改行 */
.br_1024 {
  display: none;
} /*幅1024以下で改行 */
.br_960 {
  display: none;
} /*幅960以下で改行 */
.br_560 {
  display: none;
} /*幅560以下で改行 */
/**** 画像 ****/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-footer_sns {
  max-width: 20px;
}

/*** サムネイル画像 ***/
.post_thum_images {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.618/1;
  margin-bottom: 1rem;
}

.post_thum_images img.wp-post-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.8s;
}

.post_thum_images:hover img.wp-post-image {
  /* transform: scale(1.1, 1.1); */
  transition: all 0.8s;
  opacity: 0.7;
}

/**** ボタン01 ****/
.btn01 {
  margin-top: 28px;
  font-family: "Hind", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.btn01 a {
  display: block;
  transition: 300ms ease;
  position: relative;
  z-index: 1;
  text-decoration: none;
  box-sizing: border-box;
  width: 260px;
  height: 70px;
  padding-left: 42px;
  color: #fff;
  background-color: #3ba569;
  border: 2px solid transparent;
  line-height: 75px;
}

.btn01 a:hover {
  color: #333;
  background-color: #fff;
  border-color: #269D5A;
}

.btn01 a span {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 62px;
  height: 10px;
  background: url("../img/common/yajirushi02.png") 0 0 no-repeat;
  background-size: 62px 10px;
  overflow: hidden;
}

/**** 白いボタン01 ****/
.btn01--white a {
  transition: background-color 300ms ease;
  color: #333;
  background-color: #fff;
  border: 2px solid #269D5A;
}

.btn01--white a:hover {
  color: #fff;
  background-color: #269D5A;
}

.btn01--white a span {
  background: url("../img/common/yajirushi02.png") 0 0 no-repeat;
  background-size: 62px 10px;
}

.btn01--white a:hover span {
  background: url("../img/common/yajirushi02.png") 0 0 no-repeat;
  background-size: 62px 10px;
}

/***** ミニボタン01 *****/
.btn01--mini a {
  width: 200px;
  height: 60px;
  padding-left: 32px;
  line-height: 65px;
}

.btn01--mini a span {
  top: 25px;
}

/**** その他共通 ****/
.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.flex--space-between {
  justify-content: space-between;
}

.flex--space-around {
  justify-content: space-around;
}

.flex--center {
  justify-content: center;
}

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

/**** パンくずリスト ****/
.breadcrumb {
  margin-bottom: 5rem;
}

.breadcrumb li {
  display: inline-block;
  position: relative;
  margin-right: 3rem;
}

.breadcrumb li::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #ababab;
  border-right: 2px solid #ababab;
  transform: rotate(45deg);
  right: -1.8rem;
  bottom: 1.2rem;
}

.breadcrumb li:last-child::after {
  content: none;
}

.breadcrumb li a {
  color: #1D2088;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.breadcrumb li a:hover {
  color: #52ac79;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/**** ページャー ****/
.archive_pagination {
  text-align: center;
  margin-top: 7rem;
}

.page-numbers li {
  display: inline;
  margin: 0 0.6rem 0;
}

.page-numbers.current {
  color: #1D2088;
  border-bottom: 1px solid #1D2088;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
}

/**** スクロールバーデザイン ****/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 1px #eee;
}

::-webkit-scrollbar-thumb {
  background: #323492;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff;
}

/**** ページトップに戻るボタン ****/
#page_top {
  position: fixed;
  z-index: 1000;
  right: 2rem;
  bottom: 2rem;
  opacity: 0.7;
}

#page_top a img {
  padding: 0 4rem;
}

/**** マウスドラッグした時の文字色 ****/
::selection {
  /* background: rgba(50, 52, 146, 0.5); */
}

/**** ページ全体の余白など ****/
#page {
  overflow: hidden;
  width: 100%;
}

/*--------------------------------------------------------------

## main

--------------------------------------------------------------*/
.contents {
  margin: 0 auto 12vw;
}

.contents--small {
  margin: 0 auto 10vw;
}

.contents--type01 {
  width: 1180px;
  padding: 0 3rem;
}

.contents--type01.flex {
  align-items: center;
}

.contents--type02 {
  max-width: 1800px;
}

.contents--type03 {
  max-width: 1800px;
}

.contents--type04 {
  width: min(90%, 900px);
}

.contents--type05 {
  width: 100%;
  margin: 0 auto;
}

.contents--type06 {
  padding: 0 5vw;
}

/*--------------------------------------------------------------

## footer

--------------------------------------------------------------*/
/********************   コンタクトボタン    **********************/
#contact {
  margin-bottom: 4vw;
}

.index-contact__btn {
  margin: 0 auto -200px;
}

.contact-btn {
  width: 100%;
  height: 260px;
  color: #333;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  z-index: 90;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  line-height: 0.9;
  overflow: hidden;
}

.contact-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #323492;
  transform-origin: center center;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.contact-btn:hover {
  color: #fff;
}

.contact-btn:hover::before {
  transform: scale(1, 1);
}

.contact-btn .contact-btn__bg {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.contact-btn .contact-btn__bg::before {
  content: "";
  width: 33.3333333333%;
  height: 100%;
  background-color: #009246;
}

.contact-btn .contact-btn__bg::after {
  content: "";
  width: 33.3333333333%;
  height: 100%;
  background-color: #ce2b37;
}

.contact-btn p {
  text-align: center;
}

.contact-btn--en {
  z-index: 1000;
  font-size: 2.8rem;
  line-height: 1.8;
  font-family: "Hind", sans-serif;
}

.contact-btn--ja {
  z-index: 1000;
  font-size: 1.4rem;
}

/********************   フッターアクセス    **********************/
.access-container {
  padding: 0 10rem 5rem;
  position: relative;
}

.access-container__bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.access__images {
  background-image: url("../img/common/access_bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 0;
  min-height: 964px;
  width: 100%;
}

.access-container__bg::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.access-container__box {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: left;
  margin: 0 auto;
  padding: 20rem 0 10rem;
  flex-wrap: nowrap;
}

.access-container__map {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.access-container__logo {
  width: 200px;
  margin-bottom: 15px;
  transition: 0.3s;
}

.access-container__logo:hover {
  opacity: 0.8;
}

.access-container__txt {
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
  color: #fff;
}

.access-container__txt a {
  font-size: 100%;
  color: #fff;
}

.index-app {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: min(90%, 850px);
  margin: 0 auto 50px;
  box-sizing: border-box;
  padding: 30px min(6vw, 50px);
  background-color: #f0f0f0;
}
.index-app::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  border: 2px solid #fff;
  pointer-events: none;
}
.index-app .index-app__ttl {
  width: 100%;
  margin-bottom: 30px;
}
.index-app .index-app__caption {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.index-app .index-app__qr {
  width: max(25%, 150px);
  margin: 15px auto;
}
.index-app .index-app__qr img {
  width: 100%;
}
.index-app .index-app__box {
  margin: 0 auto;
}
.index-app .index-app__box h5 {
  font-size: 22px;
  color: #CE2B38;
  font-weight: bold;
}
.index-app .index-app__box .index-app__list h6 {
  position: relative;
  padding: 0.3em 1em 0.3em 1.4em;
  font-size: 18px;
  font-weight: bold;
}
.index-app .index-app__box .index-app__list h6:after,
.index-app .index-app__box .index-app__list h6:before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
}
.index-app .index-app__box .index-app__list h6:before {
  top: 1.1em;
  left: 0.2em;
  width: 0.6em;
  height: 0.6em;
  background: #CE2B38;
  opacity: 0.5;
}
.index-app .index-app__box .index-app__list p {
  margin-left: 1.9em;
}

.access-container__sns a {
  font-size: 2.6rem;
  padding-right: 0.5rem;
  position: relative;
  z-index: 1;
  color: #fff;
}

.access-container__sns a:hover {
  color: #1D2088;
  transition: 0.4s;
}

.access-container__copyright {
  text-align: center;
  font-size: 1rem;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
  color: #fff;
}

/*--------------------------------------------------------------

## index.php

--------------------------------------------------------------*/
/***** index-contents1 *****/
.contents1__ttl {
  letter-spacing: 2px;
  margin-bottom: 3rem;
  color: #323492;
}

.contents1__txt {
  letter-spacing: 1.4px;
}

/***** index-contents-add *****/
.index-contents-add__detail {
  width: 50%;
}

.index-contents-add__img {
  width: 48%;
}

/***** index-contents2 *****/
.contents2__ttl {
  margin-bottom: 3rem;
}

.contents1__txt {
  letter-spacing: 1.4px;
}

/***** index-contents-list *****/
.index-contents-list {
  display: block;
}

.index-contents-list__box {
  margin-bottom: 8rem;
}

.index-contents-list__img {
  display: inline-block;
  width: 64%;
  margin-bottom: 0;
  padding-top: 0;
  opacity: 1;
  transition: all 0.6s;
}

.index-contents-list li:nth-child(odd) .index-contents-list__img {
  margin: 0 0 0 36%;
}

.index-contents-list li:nth-child(even) .index-contents-list__img {
  margin: 0 36% 0 0;
}

.index-contents-list__txt {
  position: relative;
  width: 25%;
  margin-top: -25%;
  padding: 8% 11% 5%;
  background-color: #f0f0f0;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; */
  opacity: 1;
  transition: 0.2s;
}

.index-contents-list li:nth-child(even) .index-contents-list__txt {
  position: relative;
  width: 25%;
  margin: -25% 0 0 53%;
  padding: 8% 11% 5%;
  background-color: #f0f0f0;
}

.index-contents-list__ttl {
  position: relative;
  margin-bottom: 20px;
}

.index-contents-list__lead {
  font-size: 1.5rem;
  line-height: 2;
}

.index-contents-list__lead .btn01 {
  margin-top: 5rem;
}

/***** index-contents2 *****/
.index-contents2 {
  background-color: #323492;
  padding: 10rem 0 6rem;
}

.index-contents2__ttl {
  text-align: center;
}

.index-contents2__ttl--ja, .index-contents2__ttl--en {
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1.8;
}

.index-contents2__ttl--en {
  font-size: 1.4rem;
}

.index-contents2__lead {
  max-width: 800px;
  text-align: center;
  color: #fff;
  margin: 6rem auto 4rem;
}

.index-contents2__item {
  text-align: center;
  margin-top: 4rem;
  width: 47%;
}

.index-contents2__txt h3 {
  color: #fff;
  font-size: 2.2rem;
  text-align: left;
  margin: 1rem 0 2rem;
}

.index-contents2__txt h3:hover {
  color: #52ac79;
  transition: 0.3s;
}

.index-contents2__txt--category {
  margin: 1.5rem 0 0;
  text-align: left;
}

.category-btn01 a {
  color: #1D2088;
  background: #fff;
  font-size: 1.4rem;
  border: 2px solid #1D2088;
  padding: 0.5rem 1.3rem;
}

.category-btn01 a:hover {
  color: #fff;
  background: #269D5A;
  border: 2px solid #269D5A;
  transition: 0.3s;
}

.index-contents2__btn {
  margin: 5rem auto 0;
}

.index-contents2__btn .btn01 a {
  margin: 3rem auto 0;
}

/***** index-contents3 *****/
.index-contents3 {
  padding: 10rem 0 6rem;
}

/***** index-instagram *****/
.index-instagram {
  padding: 10rem 0 8rem;
}

.index-instagram__ttl {
  text-align: center;
}

.index-instagram__ttl--ja, .index-instagram__ttl--en {
  text-align: center;
  display: block;
  line-height: 1.8;
}

.index-instagram__ttl--en {
  font-size: 1.4rem;
}

.category-btn01 a {
  color: #1D2088;
  background: #fff;
  font-size: 1.4rem;
  border: 2px solid #1D2088;
  padding: 0.5rem 1.3rem;
}

.category-btn01 a:hover {
  color: #fff;
  background: #CE2B37;
  border: 2px solid #CE2B37;
  transition: 0.3s;
}

.index-instagram__btn {
  margin: 0 auto;
}

.index-instagram__btn .btn01 a {
  margin: 3rem auto 0;
}

/***** index-news *****/
.index-news {
  padding: 10rem 0 6rem;
}

.index-news__head {
  margin: 0 auto 10rem;
  width: 70%;
}

.index-news__ttl--ja, .index-news__ttl--en {
  text-align: center;
  display: block;
  line-height: 1.8;
}

.index-news__ttl--en {
  font-size: 1.4rem;
  text-align: left;
}

.index-news__head .btn01 {
  margin-top: 1rem;
}

.index-news__item {
  margin: 0 auto;
}

.index-news-list {
  width: 70%;
  margin: 0 auto;
}

.index-news-list__box {
  margin-bottom: 3rem;
  text-align: left;
}

.index-news-list__box a:hover {
  color: #323492;
}

.index-news-list__date {
  position: relative;
  left: 0;
  top: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.875;
  margin-bottom: 0;
}

.index-news-list__date::after {
  position: absolute;
  top: 1rem;
  left: 12rem;
  width: 8rem;
  height: 1px;
  background-color: #1D2088;
  content: "";
}

.index-news-list__ttl {
  padding-left: 14rem;
}

/* 投稿が見つからない */
.not-found__txt {
  color: #f72503;
  text-align: center;
}

/*--------------------------------------------------------------

## 下層ページ

--------------------------------------------------------------*/
.ttl01 {
  position: relative;
  margin-bottom: 70px;
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 28px;
}

.ttl01 .deco {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  display: flex;
  justify-content: space-between;
  width: 50px;
  height: 4px;
  background-color: #fff;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.ttl01 .deco::before {
  content: "";
  width: 33.3333333333%;
  height: 100%;
  background-color: #009246;
}

.ttl01 .deco::after {
  content: "";
  width: 33.3333333333%;
  height: 100%;
  background-color: #ce2b37;
}

.ttl02 {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 20px;
  line-height: 1.5em;
  font-size: 20px;
  color: #333;
}

.ttl02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #009246;
}

.ttl02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  width: 3px;
  height: 100%;
  background-color: #CE2B37;
}

/*--------------------------------------------------------------

## マニステージとは？ about.php

--------------------------------------------------------------*/
.about .about__container .about01__wrapper .about01__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px 0 120px;
}
.about .about__container .about01__wrapper .about01__inner .about01__txt__box {
  position: relative;
  z-index: 20;
  width: 48%;
}
.about .about__container .about01__wrapper .about01__inner .about01__img__box {
  position: relative;
  z-index: 20;
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about .about__container .about01__wrapper .about01__inner .about01__img__box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 57%;
  aspect-ratio: 1/1.414;
  background-color: #f0f0f0;
}
.about .about__container .about01__wrapper .about01__inner .about01__img__box .about01__img01 {
  width: 65%;
  aspect-ratio: 1.414/1;
  margin-left: auto;
}
.about .about__container .about01__wrapper .about01__inner .about01__img__box .about01__img01 img {
  object-fit: cover;
}
.about .about__container .about01__wrapper .about01__inner .about01__img__box .about01__img02 {
  width: 65%;
  aspect-ratio: 1.414/1;
  margin-top: -25%;
}
.about .about__container .about01__wrapper .about01__inner .about01__img__box .about01__img02 img {
  object-fit: cover;
}
.about .about__container .about02__wrapper .about02__inner {
  padding: 20px 0 0px;
  counter-reset: number;
}
.about .about__container .about02__wrapper .about02__inner .about02__unit {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 130px;
}
.about .about__container .about02__wrapper .about02__inner .about02__unit::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: calc(100% - 30px);
  height: 100%;
  padding: 30px 0;
  background-color: #F0F0F0;
}
.about .about__container .about02__wrapper .about02__inner .about02__unit .about02__txt__box {
  align-self: flex-start;
  position: relative;
  z-index: 20;
  width: 55%;
  box-sizing: border-box;
  padding: 20px 30px;
}
.about .about__container .about02__wrapper .about02__inner .about02__unit .about02__txt__box::before {
  counter-increment: number;
  content: "0" counter(number);
  position: absolute;
  z-index: -1;
  top: -80px;
  left: 30px;
  line-height: 1;
  color: #323492;
  font-size: 100px;
}
.about .about__container .about02__wrapper .about02__inner .about02__unit .about02__txt__box .about02__ttl {
  margin: 5px 0 20px 30px;
  font-size: 2.4rem;
}
.about .about__container .about02__wrapper .about02__inner .about02__unit .about02__img__box {
  position: relative;
  z-index: 20;
  width: 45%;
  aspect-ratio: 1.414/1;
}
.about .about__container .about02__wrapper .about02__inner .about02__unit .about02__img__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .about__container .about02__wrapper .about02__inner .about02__unit:nth-of-type(even) {
  flex-direction: row-reverse;
}
.about .about__container .about02__wrapper .about02__inner .about02__unit:nth-of-type(even)::before {
  left: auto;
  right: 0;
}
.about .about__container .about02__wrapper .about02__inner .about02__unit:nth-of-type(even) .about02__txt__box::before {
  left: auto;
  right: 30px;
}
.about .about__container .about03__wrapper .about03__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.about .about__container .about03__wrapper .about03__table th {
  width: 150px;
  background-color: #1D2088;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
}
.about .about__container .about03__wrapper .about03__table td {
  background-color: #f0f0f0;
  padding: 15px;
}
.about .about__container .about04__wrapper .about04__inner .about04__img {
  max-width: 500px;
  margin: 0 auto;
}

/*--------------------------------------------------------------

## 羽毛布団リフォーム reform.php

--------------------------------------------------------------*/
.reform .reform__container .reform01__wrapper .reform01__inner {
  padding: 20px 0 0px;
  counter-reset: number;
}
.reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 130px;
}
.reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: calc(100% - 30px);
  height: 100%;
  padding: 30px 0;
  background-color: #F0F0F0;
}
.reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit .reform01__txt__box {
  align-self: flex-start;
  position: relative;
  z-index: 20;
  width: 55%;
  box-sizing: border-box;
  padding: 20px 30px;
}
.reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit .reform01__txt__box::before {
  counter-increment: number;
  content: "0" counter(number);
  position: absolute;
  z-index: -1;
  top: -80px;
  left: 30px;
  line-height: 1;
  color: #323492;
  font-size: 100px;
}
.reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit .reform01__txt__box .reform01__ttl {
  margin: 5px 0 10px 30px;
  font-size: 3.6rem;
  color: #1D2088;
}
.reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit .reform01__txt__box .reform01__subttl {
  margin-bottom: 10px;
  font-size: 2.4rem;
}
.reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit .reform01__txt__box .reform01__txt:not(:last-child) {
  margin-bottom: 20px;
}
.reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit .reform01__img__box {
  position: relative;
  z-index: 20;
  width: 45%;
  aspect-ratio: 1.414/1;
}
.reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit .reform01__img__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit:nth-of-type(even) {
  flex-direction: row-reverse;
}
.reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit:nth-of-type(even)::before {
  left: auto;
  right: 0;
}
.reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit:nth-of-type(even) .reform01__txt__box::before {
  left: auto;
  right: 30px;
}
.reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit:nth-of-type(even) .reform01__txt__box .reform01__ttl {
  text-align: right;
}
.reform .reform__container .reform02__wrapper {
  max-width: 900px;
}
.reform .reform__container .reform02__wrapper .reform02__inner {
  position: relative;
}
.reform .reform__container .reform02__wrapper .reform02__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 2px;
  height: calc(100% + 30px);
  background-color: #323492;
  opacity: 0.5;
}
.reform .reform__container .reform02__wrapper .reform02__inner .reform02__unit {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.reform .reform__container .reform02__wrapper .reform02__inner .reform02__unit:nth-child(even) {
  flex-direction: row-reverse;
}
.reform .reform__container .reform02__wrapper .reform02__inner .reform02__unit:not(:last-child) {
  margin-bottom: 100px;
}
.reform .reform__container .reform02__wrapper .reform02__inner .reform02__unit::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #323492;
  transition: 0.3s;
}
.reform .reform__container .reform02__wrapper .reform02__inner .reform02__unit:hover::before {
  transform: translateX(-50%) scale(1.5);
}
.reform .reform__container .reform02__wrapper .reform02__inner .reform02__unit .reform02__txt {
  width: 45%;
}
.reform .reform__container .reform02__wrapper .reform02__inner .reform02__unit .reform02__txt .reform02__ttl {
  position: relative;
  padding: 30px 0 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #323492;
  font-size: 26px;
}
.reform .reform__container .reform02__wrapper .reform02__inner .reform02__unit .reform02__txt .reform02__ttl span {
  position: relative;
  z-index: 2;
}
.reform .reform__container .reform02__wrapper .reform02__inner .reform02__unit .reform02__txt .reform02__ttl::before {
  content: attr(data-bg);
  position: absolute;
  top: -0.4em;
  left: 0;
  color: #323492;
  opacity: 0.1;
  font-size: 250%;
  text-transform: uppercase;
  z-index: 1;
}
.reform .reform__container .reform02__wrapper .reform02__inner .reform02__unit .reform02__img {
  width: 45%;
  aspect-ratio: 1.618/1;
}
.reform .reform__container .reform02__wrapper .reform02__inner .reform02__unit .reform02__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reform .reform__container .reform03__wrapper .reform03__inner {
  width: fit-content;
  margin: 0 auto;
}
.reform .reform__container .reform03__wrapper .reform03__inner ol {
  list-style: none;
  counter-reset: number;
}
.reform .reform__container .reform03__wrapper .reform03__inner ol li {
  position: relative;
  line-height: 1.5;
  padding: 0.5em 0;
  border-radius: 5px;
  padding: 30px 50px;
  background-color: #F0F0F0;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  max-width: 800px;
  text-align: center;
}
.reform .reform__container .reform03__wrapper .reform03__inner ol li::before {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #1D2088;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  color: #fff;
  font-size: 16px;
  counter-increment: number;
  content: counter(number);
  transform: translate(-50%, -50%);
}
.reform .reform__container .reform03__wrapper .reform03__inner ol li::after {
  content: "";
  position: absolute;
  bottom: -2em;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg) translateY(-50%);
  border-left: 2px solid rgba(0, 146, 71, 0.5);
  border-bottom: 2px solid rgba(0, 146, 71, 0.5);
}
.reform .reform__container .reform03__wrapper .reform03__inner ol li:last-of-type::after {
  content: none;
}
.reform .reform__container .reform03__wrapper .reform03__inner ol li:not(:first-child) {
  margin-top: 50px;
}
.reform .reform__container .reform04__wrapper .reform04__message {
  margin-bottom: 50px;
  text-align: center;
}
.reform .reform__container .reform04__wrapper .reform04__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.reform .reform__container .reform04__wrapper .reform04__inner .reform04__unit {
  width: 48%;
  margin-bottom: 3rem;
}
.reform .reform__container .reform04__wrapper .reform04__inner .reform04__unit .reform04__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.reform .reform__container .reform04__wrapper .reform04__inner .reform04__unit .reform04__table th {
  width: 190px;
  background-color: #1D2088;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
}
.reform .reform__container .reform04__wrapper .reform04__inner .reform04__unit .reform04__table td {
  background-color: #f0f0f0;
  padding: 15px;
}
.reform .reform__container .reform04__wrapper .reform04__notes {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 40px 50px;
  box-sizing: border-box;
  background-color: #f0f0f0;
}
.reform .reform__container .reform04__wrapper .reform04__notes::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid #fff;
}
.reform .reform__container .reform04__wrapper .reform04__notes ul li::before {
  content: "※";
  margin-right: 0.2em;
}

/*--------------------------------------------------------------

## よくある質問 faq.php

--------------------------------------------------------------*/
.faq .faq__container .faq01__wrapper .faq01__inner {
  display: flex;
  justify-content: space-between;
}
.faq .faq__container .faq01__wrapper .faq01__inner .faq01__unit {
  width: 30%;
}
.faq .faq__container .faq01__wrapper .faq01__inner .faq01__unit .faq01__img {
  margin-bottom: 1.2rem;
}
.faq .faq__container .faq01__wrapper .faq01__inner .faq01__unit .faq01__ttl {
  margin-bottom: 1.2rem;
  text-align: center;
  font-size: 20px;
}
.faq .faq__container .faq01__wrapper .faq01__inner .faq01__unit .faq01__btn {
  width: fit-content;
  margin: 0 auto;
}
.faq .faq__container .faq02__wrapper .faq02__inner .accordion-area section {
  background-color: #1D2088;
  color: #fff;
}
.faq .faq__container .faq02__wrapper .faq02__inner .accordion-area section .title {
  font-size: 16px;
}
.faq .faq__container .faq02__wrapper .faq02__inner .accordion-area section .box {
  background-color: #eee;
  color: #000;
}
.faq .faq__container .faq03__wrapper .faq03__inner .accordion-area section {
  background-color: #009247;
  color: #fff;
}
.faq .faq__container .faq03__wrapper .faq03__inner .accordion-area section .title {
  font-size: 16px;
}
.faq .faq__container .faq03__wrapper .faq03__inner .accordion-area section .box {
  background-color: #eee;
  color: #000;
}
.faq .faq__container .faq04__wrapper .faq04__inner .accordion-area section {
  background-color: #fff;
  color: #333;
}
.faq .faq__container .faq04__wrapper .faq04__inner .accordion-area section .title {
  font-size: 16px;
}
.faq .faq__container .faq04__wrapper .faq04__inner .accordion-area section .title::before, .faq .faq__container .faq04__wrapper .faq04__inner .accordion-area section .title::after {
  background-color: #333;
}
.faq .faq__container .faq04__wrapper .faq04__inner .accordion-area section .box {
  background-color: #eee;
  color: #000;
}

/* ************************************************************************************************
   instagram
   ************************************************************************************************ */
.instagram_page {
  background: transparent;
}
.instagram_page header, .instagram_page footer, .instagram_page #wpadminbar, .instagram_page #page_top, .instagram_page .header-sub, .instagram_page .grecaptcha-badge {
  display: none !important;
}
.instagram_page .page-sub {
  margin: 0 !important;
  padding: 0 !important;
}

/*--------------------------------------------------------------

## archive.php / front-page.php

--------------------------------------------------------------*/
/***** products *****/
.products {
  padding: 10rem 0 6rem;
}

.products__box {
  margin-bottom: 3rem;
  width: calc(100% - 5rem - 250px);
  padding-right: 5rem;
}

.products__item {
  text-align: center;
  margin-bottom: 4rem;
  width: 48%;
}

.products__txt h3 {
  color: #333333;
  font-size: 2.2rem;
  text-align: left;
  margin: 1rem 0 2rem;
}

.products__txt h3:hover {
  color: #52ac79;
  transition: 0.3s;
}

.products__txt--category {
  margin: 1.5rem 0 0;
  text-align: left;
}

.category-btn02 a {
  color: #fff;
  background: #009246;
  font-size: 1.4rem;
  border: 2px solid #009246;
  padding: 0.5rem 1.3rem;
}

.category-btn02 a:hover {
  background: #CE2B37;
  border: 2px solid #CE2B37;
  transition: 0.3s;
}

.products__btn {
  margin: 0 auto;
}

.products__btn .btn01 a {
  margin: 8rem auto 0;
}

/*--------------------------------------------------------------

## single.php

--------------------------------------------------------------*/
/***** .products-single *****/
.products-single__item {
  margin-bottom: 3rem;
  width: calc(70% - 5rem);
  padding-right: 5rem;
}

.products-single__ttl {
  text-align: left;
  margin: 0rem 0 3rem;
  font-size: 32px;
}

.products-single__info {
  margin: 2rem auto 0;
}

.products-single__date {
  color: #323492;
}

.products-single__txt {
  margin: 6rem 0 6rem;
}

.products-single__detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.products-single__detail__unit {
  width: 48%;
  margin-bottom: 3rem;
}

.products-single__name {
  margin-bottom: 1rem;
  line-height: 1.5em;
  font-size: 20px;
}

.products-single__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}

.products-single__table th {
  width: 85px;
  background-color: #1D2088;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
}

.products-single__table td {
  background-color: #f0f0f0;
  padding: 15px;
}

.widget-container {
  width: calc(340px - 4rem);
  margin-left: 4rem;
  margin-bottom: 3rem;
}

label.screen-reader-text {
  display: none;
}

.widget-container_title {
  background-color: #323492;
  font-size: 1.8rem;
  color: #fff;
  margin: 0 auto 1rem;
  padding: 0.5rem 2rem;
}

.searchform {
  position: relative;
}

.searchfield {
  font-size: 14px;
  width: 90%;
  margin: 1rem auto;
  padding: 1.2rem 1rem;
  border: solid 1px #bbb;
  background-color: #efefef;
}

.searchsubmit {
  font-family: "FontAwesome";
  font-size: 2rem;
  position: absolute;
  top: 0;
  right: 8%;
  margin-top: 2rem;
  padding: 0;
  cursor: pointer;
  color: #323492;
  border: none;
  background: transparent;
}

.searchsubmit:hover {
  opacity: 0.6;
}

/*--------------------------------------------------------------

## search.php

--------------------------------------------------------------*/
.search_ttl {
  margin: 7rem 0 0;
}

.search_none {
  margin: 4rem 0 0;
}

/*--------------------------------------------------------------

## archive-news.php

--------------------------------------------------------------*/
/***** news *****/
.news {
  padding: 10rem 0 6rem;
}

.news__item {
  margin: 0 auto;
}

.news__box {
  max-width: 600px;
  margin: 4rem auto 0;
}

.news-list__box {
  margin-bottom: 3rem;
  text-align: left;
}

.news-list__box a:hover {
  color: #323492;
}

.news-list__date {
  position: relative;
  left: 0;
  top: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.875;
  margin-bottom: 0;
}

.news-list__date::after {
  position: absolute;
  top: 1rem;
  left: 11rem;
  width: 6rem;
  height: 1px;
  background-color: #1D2088;
  content: "";
}

.news-list__ttl {
  padding-left: 10rem;
}

/*--------------------------------------------------------------

## single-news.php

--------------------------------------------------------------*/
/***** .news-single *****/
.news-single {
  padding: 10rem 0 6rem;
}

.news-single__item {
  text-align: center;
}

.news-single__ttl {
  text-align: center;
  margin: 0 auto 1rem;
}

.news-single__date {
  text-align: center;
  color: #323492;
  margin: 0 auto 7rem;
}

.news-single .wp-post-image {
  max-width: 100%;
  margin: 0 auto 3rem;
}

.news-single__txt {
  text-align: left;
  margin: 0 auto;
  max-width: 70%;
}

.news-btn {
  margin: 10rem auto 0;
}

.news-btn a {
  margin: 0 auto;
}

/*--------------------------------------------------------------

## その他の下層ページ page.php

--------------------------------------------------------------*/
.page-sub {
  padding: 10rem 0 0rem;
}

/*--------------------------------------------------------------

## お問い合わせ page-contact.php

--------------------------------------------------------------*/
.contact-tel__wrapper {
  margin-bottom: 50px;
}

.contact-tel__box {
  width: min(800px, 90%);
  padding: 20px;
  box-sizing: border-box;
  margin: 70px auto 100px;
  text-align: center;
  background-color: #323492;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.contact-tel__wrapper .contact-tel__message {
  margin-bottom: 15px;
  color: #fff;
}

.contact-tel__number {
  display: inline-block;
  font-size: min(6vw, 26px);
  color: #fff;
  transition: 0.3s;
}

.contact-tel__number:hover {
  color: #c0c3e4;
}

.contact-tel__icon {
  margin-right: 0.3em;
}

.contact-form__message {
  text-align: center;
}

.blk-iframe {
  border: 2px solid #323492;
  background-color: #fff;
  width: 800px;
  max-width: 100%;
  height: 30rem;
  margin: 2em auto;
  overflow: auto;
}

.privacy {
  font-size: 0.9em;
  line-height: 1.8;
  padding: 5% 5% 3%;
}

.require {
  color: #f72503;
}

.contact__form {
  margin: 7rem auto;
  width: 80%;
}

.contact__form p {
  margin: 2rem 0 2.5rem;
}

.contact__form input.wpcf7-form-control.wpcf7-text,
.contact__form select.wpcf7-form-control.wpcf7-select {
  width: -webkit-fill-available;
  padding: 1rem 1.2rem;
  border: 2px solid #323492;
}

.contact__form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: -webkit-fill-available;
  padding: 1.2rem;
  border: 2px solid #323492;
}

.wpcf7-submit {
  width: 160px;
  height: 50px;
  text-align: center;
  display: block;
  margin: 4rem auto 0;
  background: #323492;
  color: #fff;
  border: 2px solid #323492;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: 0.3s;
}

.wpcf7-submit:hover {
  color: #323492;
  background: #fff;
  border: 2px solid #323492;
  transition: 0.3s;
}

.privacy h4 {
  margin: 0 auto 2rem;
  font-weight: 600;
  color: #1D2088;
}

.privacy h5 {
  font-size: 1.8rem;
  font-weight: 600;
}

.privacy-check {
  text-align: center;
  padding: 2rem 0 0;
}

.contact__info {
  text-align: center;
}

.screen-reader-response {
  display: none;
}

.contact-form__privacy__check {
  width: fit-content;
  margin: 0 auto;
}

/* プライバシーポリシー埋め込み */
.privacy_embed {
  width: 100%;
  height: 400px;
  margin: 50px auto 0;
  padding: 2rem;
  overflow-y: scroll;
  background-color: #ededf4;
  border: 2px solid #323492;
  color: #333;
}

.privacy_embed h3 {
  text-align: center;
}

/*--------------------------------------------------------------

## サイドバー

--------------------------------------------------------------*/
.sidebar__wrapper {
  width: 250px;
}

.sidebar__wrapper a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.sidebar__menu__ttl a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1D2088;
  border: 1px solid #1D2088;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #fff;
  font-size: 22px;
}

.sidebar__menu__ttl a .en {
  font-size: 12px;
}

.menu__head a {
  display: block;
  background-color: #c0c3e4;
  padding: 10px 20px;
  box-sizing: border-box;
}

.menu__list {
  margin-bottom: 10px;
}

.menu__item a {
  display: block;
  padding: 5px 20px;
  box-sizing: border-box;
}

.menu__item a::before {
  content: "-";
  margin-right: 1em;
  color: #aaa;
}

/*--------------------------------------------------------------

## manual.php

--------------------------------------------------------------*/
pre {
  background: #100303;
  font-family: "Courier 10 Pitch", courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 3rem 0;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 1.6rem;
  color: #fff;
}

.manual {
  padding: 10rem 0 6rem;
}

.manual-toc {
  margin: 0 auto 7rem;
}

.manual-toc__list {
  margin: 3rem auto;
}

.manual-toc__list li {
  padding: 1rem 4rem 0 0;
}

.manual__item {
  margin: 0 auto 7rem;
}

.manual__ttl {
  margin: 0 auto 5rem;
  color: #333;
  text-align: left;
  display: block;
  line-height: 1.6;
  border-bottom: 6px double #323492;
  padding: 0 0.4rem 1rem;
}

.manual_tbl {
  width: 100%;
  margin: 0 auto;
}

.manual_tbl th, .manual_tbl td {
  border: 1px solid #ddd;
  padding: 2rem 1.3rem;
}

.manual_tbl--color th, .manual_tbl--color td {
  background-color: #323492;
  color: #fff;
}

.manual_tbl a {
  color: #323492;
}

.manual_tbl a:hover {
  color: #52ac79;
}

.manual_tbl--size th, .manual_tbl--size td {
  font-size: 1.4rem;
}

.manual__txt {
  margin: 4rem auto 0;
}

a.manual__txt--color {
  color: #1D2088;
}

a.manual__txt--color:hover {
  color: #52ac79;
}

.manual__images {
  margin: 4rem auto 2rem;
}

.manual_loader {
  display: -ms-grid;
  display: grid;
  place-items: center;
  top: 0;
  height: 200px;
  background-color: #100303;
  margin: 1rem 0 3rem;
}

.manual_loader .loader:after {
  background: #100303 !important;
}

.manual-btn_test .btn01 a {
  width: 320px;
  padding-left: 32px;
}

.manual__txt_box.flex {
  align-items: baseline;
  font-weight: 600;
  margin: 0 2rem 4rem 0;
}

.manual__txt .btn01 {
  margin-left: 2rem;
}

.manual__txt .btn01, .manual__txt .category-btn01, .manual__txt .category-btn02 {
  margin-left: 2rem;
}

/*--------------------------------------------------------------

## 微調整

--------------------------------------------------------------*/
@media screen and (max-width: 1440px) {
  /* フッター */
  .access__images {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1259px) {
  .contents--type01 {
    width: calc(100% - 165px);
  }
  /* フッター */
  .index-contact__btn {
    margin: 0 auto -160px;
  }
  .contact-btn {
    width: 90%;
    height: 160px;
    margin: 0 auto;
  }
  .contact-btn--en {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
/*--------------------------------------------------------------

## 1025px

--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  /* 改行 */
  .br_pc {
    display: none;
  }
  .br_1024 {
    display: block;
  }
  /* 共通 */
  .contents {
    margin-bottom: 20vw;
  }
  .contents--small {
    margin-bottom: 10vw;
  }
  .contents--type03 {
    width: 100%;
  }
  /* .products-archive */
  .products-archive__box {
    display: block;
  }
  .products__box {
    width: 100%;
  }
  /* .products-single */
  .products {
    padding: 7rem 0 6rem;
  }
  .products-single__box {
    display: block;
  }
  .products-single__item {
    margin-bottom: 3rem;
    width: 100%;
    padding-right: 0;
  }
  .widget-container {
    width: 100%;
    margin-left: 0rem;
  }
  .products-single__ttl {
    margin: 4rem 0 2rem;
  }
  .products-single__txt {
    margin: 4rem 0 6rem;
  }
  /* サイドバー */
  .sidebar__wrapper {
    width: 100%;
  }
  /* フッター */
  /* コンタクトボタン */
  #contact {
    margin-bottom: 10vw;
  }
  .access-container {
    padding: 0 5rem 5rem;
  }
}
/*--------------------------------------------------------------

## 960px

--------------------------------------------------------------*/
@media screen and (max-width: 959px) {
  /* 改行 */
  .br_960 {
    display: block;
  }
  /* 共通 */
  .contents--type01 {
    width: calc(100% - 10vw);
    margin-right: auto;
  }
  /* サムネイル画像 @960px */
  .post_thum_images {
    height: 60vw;
  }
  /* フッター */
  /* index.php @960px */
  .index-contents-add__detail {
    width: 100%;
    margin-bottom: 3rem;
  }
  .index-contents-add__img {
    width: 100%;
  }
  .index-contents-list__img {
    position: relative;
    display: inline-block;
    width: 84%;
    margin-bottom: 40px;
    padding-top: 0;
    opacity: 1;
    transition: all 0.6s;
  }
  .index-contents-list li:nth-child(odd) .index-contents-list__img {
    margin: 0 0 0 0%;
  }
  .index-contents-list li:nth-child(even) .index-contents-list__img {
    margin-left: 16%;
  }
  .index-contents-list__txt {
    width: auto;
    margin-top: 5%;
    padding: 50px 16% 50px 120px;
  }
  .index-contents-list li:nth-child(even) .index-contents-list__txt {
    width: auto;
    margin: 5% 0 0 0;
    padding: 50px 16% 50px 120px;
  }
  .index-contents2__item {
    width: 100%;
  }
  .index-news__head {
    width: 100%;
    margin: 0 auto 7rem;
  }
  .index-news-list {
    width: 100%;
    margin: 0 auto;
  }
  .index-news-list__ttl {
    padding-left: 6rem;
  }
  .index-news-list__date::after {
    width: 5rem;
    left: 12.3rem;
  }
  /* archive.php */
  .products__item {
    width: 100%;
  }
  .products__item:last-child {
    margin-bottom: 0;
  }
  /* .news-single */
  .news-single__txt {
    max-width: 90%;
  }
}
/*--------------------------------------------------------------

## 768px

--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  /* index.php */
  .index-news {
    padding: 7rem 0 0rem;
  }
  .index-news-list__ttl {
    font-size: 1.4rem;
    padding-left: 0rem;
  }
  .index-news-list__date {
    display: block;
    color: #323492;
  }
  .index-news-list__date::after {
    display: none;
  }
  /* フッター */
  .access-container__logo {
    margin-left: auto;
    margin-right: auto;
  }
  .index-contact__btn {
    margin: 0 auto -120px;
  }
  .contact-btn {
    width: 100%;
    height: 130px;
    margin: 0 auto;
  }
  .contact-btn--en {
    font-size: 2rem;
    line-height: 1.4;
  }
  .contact-btn--ja {
    font-size: 1.2rem;
  }
  .access-container__box {
    display: block;
    text-align: center;
    padding: 10rem 0 5rem;
  }
  .access-container__item {
    line-height: 2.4;
  }
  .access-container__sns {
    margin-top: 4rem;
  }
  /***** 下層ページ *****/
  .ttl01 {
    margin-bottom: 40px;
  }
  /***** マニステージとはページ about.php @768px *****/
  .about .about__container .about01__wrapper .about01__inner {
    flex-direction: column;
  }
  .about .about__container .about01__wrapper .about01__inner .about01__txt__box {
    width: 100%;
  }
  .about .about__container .about01__wrapper .about01__inner .about01__img__box {
    width: 100%;
    margin-top: 17%;
  }
  .about .about__container .about02__wrapper .about02__inner .about02__unit,
  .about .about__container .about02__wrapper .about02__inner .about02__unit:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  .about .about__container .about02__wrapper .about02__inner .about02__unit::before,
  .about .about__container .about02__wrapper .about02__inner .about02__unit:nth-of-type(even)::before {
    width: 100%;
    top: 0;
    translate: 0;
    padding-top: 0;
  }
  .about .about__container .about02__wrapper .about02__inner .about02__unit .about02__txt__box,
  .about .about__container .about02__wrapper .about02__inner .about02__unit:nth-of-type(even) .about02__txt__box {
    width: 100%;
    padding: 0 30px 20px;
  }
  .about .about__container .about02__wrapper .about02__inner .about02__unit .about02__txt__box::before {
    position: static;
    font-size: 90px;
  }
  .about .about__container .about02__wrapper .about02__inner .about02__unit .about02__txt__box .about02__ttl {
    margin: 8px 0 20px;
  }
  .about .about__container .about02__wrapper .about02__inner .about02__unit .about02__img__box,
  .about .about__container .about02__wrapper .about02__inner .about02__unit:nth-of-type(even) .about02__img__box {
    width: 100%;
    padding: 0 30px 20px;
  }
  /***** 羽毛布団リフォームページ reform.php @768px *****/
  .reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit,
  .reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  .reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit::before,
  .reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit:nth-of-type(even)::before {
    width: 100%;
    top: 0;
    translate: 0;
    padding-top: 0;
  }
  .reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit .reform01__txt__box,
  .reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit:nth-of-type(even) .reform01__txt__box {
    width: 100%;
    padding: 0 30px 20px;
  }
  .reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit .reform01__txt__box::before {
    position: static;
    font-size: 90px;
  }
  .reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit .reform01__txt__box .reform01__ttl {
    margin: 8px 0 20px;
  }
  .reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit:nth-of-type(even) .reform01__txt__box .reform01__ttl {
    text-align: left;
  }
  .reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit .reform01__img__box,
  .reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit:nth-of-type(even) .reform01__img__box {
    width: 100%;
    margin-bottom: 30px;
  }
  .reform .reform__container .reform02__wrapper .reform02__inner::before {
    left: 0;
    transform: translate(0, -50%);
  }
  .reform .reform__container .reform02__wrapper .reform02__inner .reform02__unit:nth-child(odd),
  .reform .reform__container .reform02__wrapper .reform02__inner .reform02__unit:nth-child(even) {
    position: relative;
    flex-direction: column;
    padding-left: 50px;
  }
  .reform .reform__container .reform02__wrapper .reform02__inner .reform02__unit .reform02__txt .reform02__ttl {
    width: 100%;
    margin-bottom: 20px;
  }
  .reform .reform__container .reform02__wrapper .reform02__inner .reform02__unit .reform02__txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .reform .reform__container .reform02__wrapper .reform02__inner .reform02__unit .reform02__img {
    width: 100%;
  }
  .reform .reform__container .reform02__wrapper .reform02__inner .reform02__unit::before {
    position: absolute;
    left: 0;
    transform: translateX(calc(1px - 50%));
  }
  .reform .reform__container .reform02__wrapper .reform02__inner .reform02__unit:hover::before {
    transform: translateX(calc(1px - 50%)) scale(1.5);
  }
  .reform .reform__container .reform04__wrapper .reform04__inner .reform04__unit {
    width: 100%;
  }
  .reform .reform__container .reform04__wrapper .reform04__inner .reform04__unit .reform04__table th {
    width: 115px;
  }
  .reform .reform__container .reform04__wrapper .reform04__notes {
    width: 100%;
    padding: 40px 20px;
  }
  /***** よくある質問ページ faq.php @768px *****/
  .faq .faq__container .faq01__wrapper .faq01__inner {
    flex-direction: column;
  }
  .faq .faq__container .faq01__wrapper .faq01__inner .faq01__unit {
    margin-bottom: 80px;
    width: 100%;
  }
  /***** .archive-news *****/
  .news {
    padding: 7rem 0 6rem;
  }
  .news-list__ttl {
    padding-left: 0rem;
  }
  .news-list__date {
    display: block;
    color: #323492;
  }
  .news-list__date::after {
    display: none;
  }
  /***** .news-single *****/
  .news-single {
    padding: 7rem 0 6rem;
  }
  .news-single__ttl {
    margin: 4rem auto 0rem;
  }
  .news-single__date {
    margin: 0 auto 4rem;
  }
  .news-single__txt {
    max-width: 100%;
  }
  .news-btn {
    margin: 7rem auto 0;
  }
  /***** page.php *****/
  .page-sub {
    padding: 7rem 0 4rem;
  }
  /* .products-single */
  .products-single__detail__unit {
    width: 100%;
  }
  .products-single__table th {
    width: 120px;
  }
}
/*--------------------------------------------------------------

## 560px

--------------------------------------------------------------*/
@media screen and (max-width: 559px) {
  /* 改行 */
  .br_560 {
    display: block;
  }
  .br_560_none {
    display: none;
  }
  /* 共通 */
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  p {
    font-size: 1.4rem;
  }
  a {
    font-size: 1.4rem;
  }
  li, th, td {
    font-size: 1.4rem;
  }
  .contents--type01, .contents--type02 {
    width: calc(100% - 6rem);
  }
  /***** ボタン01 *****/
  .btn01 a {
    width: 200px;
    height: 60px;
    padding-left: 22px;
    line-height: 65px;
  }
  .btn01 a span {
    top: 25px;
    right: 0px;
    width: 40%;
  }
  /***** ミニボタン01 *****/
  .btn01--mini a {
    width: 150px;
    height: 50px;
    padding-left: 20px;
    line-height: 55px;
  }
  .btn01--mini a span {
    top: 20px;
    right: 0px;
    width: 50%;
  }
  /* トップに戻るボタン */
  #page_top {
    bottom: 1rem;
  }
  #page_top a img {
    padding: 0 1rem 0 0;
  }
  /* パンくずリスト */
  .breadcrumb li {
    margin-right: 1.5rem;
  }
  .breadcrumb li::after {
    right: -1rem;
    bottom: 1.1rem;
  }
  /* index.php @560px */
  .index-contents-list__txt {
    position: relative;
    padding: 2.5rem 4rem 2.5rem 6rem;
    opacity: 0;
    transition: all 0.6s;
  }
  .index-contents-list li:nth-child(even) .index-contents-list__txt {
    padding: 2.5rem 4rem 2.5rem 6rem;
  }
  .index-contents2 {
    padding: 6rem 0 6rem;
  }
  .index-contents2__lead {
    margin: 4rem auto 4rem;
  }
  .index-contents2__txt h3 {
    font-size: 1.6rem;
  }
  .category-btn01 a {
    font-size: 1rem;
    padding: 0.5rem 0.5rem;
  }
  .index-instagram {
    padding: 6rem 0 6rem;
  }
  /* フッター @560px */
  .index-app .index-app__box h5 {
    font-size: 18px;
  }
  .index-app .index-app__box .index-app__list h6 {
    font-size: 16px;
  }
  .access-container__logo {
    width: 120px;
  }
  .access-container {
    padding: 0 3rem 3rem;
  }
  .contact-btn {
    height: 100px;
  }
  .contact-btn--en {
    font-size: 1.8rem;
  }
  .contact-btn--ja {
    font-size: 1rem;
  }
  /* 下層ページ @560px */
  .ttl01 {
    font-size: 22px;
  }
  /* マニステージとはページ @560px */
  .about .about__container .about02__wrapper .about02__inner .about02__unit .about02__txt__box::before {
    font-size: 80px;
  }
  .about .about__container .about02__wrapper .about02__inner .about02__unit .about02__txt__box .about02__ttl {
    font-size: 20px;
  }
  /* 布団リフォームページ @560px */
  .reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit .reform01__txt__box::before {
    font-size: 80px;
  }
  .reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit .reform01__txt__box .reform01__ttl {
    font-size: 32px;
  }
  .reform .reform__container .reform01__wrapper .reform01__inner .reform01__unit .reform01__txt__box .reform01__subttl {
    font-size: 20px;
  }
  .reform .reform__container .reform03__wrapper .reform03__inner ol li {
    font-size: 22px;
  }
  .reform .reform__container .reform02__wrapper .reform02__inner .reform02__unit .reform02__txt .reform02__ttl {
    width: 100%;
    margin-bottom: 20px;
    font-size: 22px;
  }
  /* よくある質問ページ @560px */
  /* archive.php */
  .products {
    padding: 6rem 0 0rem;
  }
  .products__lead {
    margin: 4rem auto 4rem;
  }
  .products__txt h3 {
    font-size: 1.6rem;
  }
  .category-btn02 a {
    font-size: 1rem;
    padding: 0.5rem 0.5rem;
  }
  .widget-container_title {
    font-size: 1.6rem;
  }
  /* archive-news.php */
  .news {
    padding: 7rem 0 0rem;
  }
  /* page-contact.php */
  .contact__form {
    width: 100%;
  }
  .privacy h5 {
    font-size: 1.6rem;
  }
  /* .products-single */
  .products-single__ttl {
    font-size: 28px;
  }
  .products-single__table th {
    width: 80px;
  }
}
/*--------------------------------------------------------------

## 350px

--------------------------------------------------------------*//*# sourceMappingURL=style.css.map */