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

## 共通

--------------------------------------------------------------*/
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;
  letter-spacing: 1.8px;
  font-feature-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;
}

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

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

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

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

/**** 改行 ****/
.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;
}

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

/*** サムネイル画像 ***/
.post_thum_images {
  position: relative;
  overflow: hidden;
  height: 360px;
  margin-bottom: 1rem;
}

.post_thum_images img.wp-post-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  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: background-color 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: #444444;
  line-height: 75px;
}

.btn01 a:hover {
  color: #ffffff;
  background-color: #969696;
}

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

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

.btn01--white a:hover {
  color: #ffffff;
  background-color: #7dcc00;
}

.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/yajirushi01.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: #444444;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.breadcrumb li a:hover {
  color: #969696;
  -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: #7dcc00;
  border-bottom: 1px solid #7dcc00;
  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: #969696;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff;
}

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

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

/**** マウスドラッグした時の文字色 ****/
::selection {
  background: #ddd;
}

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

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

## main

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

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

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

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

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

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

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

## footer

--------------------------------------------------------------*/
/********************   コンタクトボタン    **********************/
.index-contact__btn {
  margin: 0 auto -200px;
}

.contact-btn {
  width: 100%;
  height: 260px;
  color: #fff;
  background-color: #444444;
  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: #969696;
  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 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.6rem;
  letter-spacing: 0.2em;
}

/********************   フッターアクセス    **********************/
.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;
}

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

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

.access-container__link .access-container__link--ttl {
  text-align: center;
  margin-bottom: 2rem;
  border-bottom: 1px solid #fff;
}
.access-container__link .access-containers__link--btn {
  margin-bottom: 1rem;
}
.access-container__link .access-containers__link--btn a {
  display: block;
  width: 260px;
  height: 60px;
  color: #fff;
  background-color: #444444;
  border: 1px solid #444444;
  line-height: 60px;
  text-align: center;
  transition: 0.6s;
}
.access-container__link .access-containers__link--btn a:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #444444;
}

.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;
  border-bottom: 1px solid #ddd;
  word-break: keep-all;
  font-size: clamp(2rem, 4vw, 3rem);
}

.contents1__txt {
  letter-spacing: 1.4px;
}

.contents1__txt span {
  font-weight: 600;
}

/***** 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: #f3f3f3;
  opacity: 1;
  transition: 0.2s;
  box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.2);
}

.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: #f3f3f3;
}

.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-contents3 *****/
.index-contents3 {
  background-color: #a3cb64;
  padding: 10rem 0 6rem;
}

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

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

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

.index-contents3__lead {
  text-align: center;
  color: #fff;
  margin: 8rem auto 4rem;
}

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

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

.index-contents3__txt h3:hover {
  color: #d6f1ad;
  transition: 0.3s;
}

.index-contents3__txt--category {
  margin: 1.5rem 0 0;
}

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

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

.index-contents3__btn {
  margin: 0 auto;
}

.index-contents3__btn .btn01 a {
  margin: 8rem auto 0;
}

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

.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 {
  opacity: 0.5;
}

.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: #c9c9c9;
  content: "";
}

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

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

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

## archive.php / front-page.php

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

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

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

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

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

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

.category-btn02 a:hover {
  color: #a3cb64;
  background: #fff;
  border: 2px solid #a3cb64;
  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% - 4rem);
  padding-right: 4rem;
}

.products-single__ttl {
  text-align: left;
  margin: 0rem 0 3rem;
}

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

.products-single__date {
  color: #a3cb64;
}

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

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

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

.widget-container_title {
  background-color: #a3cb64;
  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: #a3cb64;
  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 {
  opacity: 0.5;
}

.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: #c9c9c9;
  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: #c9c9c9;
  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 7rem;
}

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

## company.php

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

.company__item--ttl {
  position: relative;
  padding-top: 30px;
  font-size: 26px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 3rem;
}
.company__item--ttl span {
  position: relative;
  z-index: 2;
}
.company__item--ttl::before {
  content: attr(data-en);
  position: absolute;
  top: -3px;
  left: -10px;
  color: rgba(150, 150, 150, 0.3);
  font-size: 40px;
  text-transform: uppercase;
  z-index: 1;
}

.company__item--details.flex {
  justify-content: space-between;
}
.company__item--details.flex .company__item--txt,
.company__item--details.flex .company__item--img {
  width: calc((100% - 20px) / 2);
}

.company__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
}
.company__table th,
.company__table td {
  padding: 1rem 2rem;
  vertical-align: middle;
  line-height: 2;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  background: #f3f3f3;
}
.company__table th {
  color: #fff;
  background: #5b5b5b;
}
.company__table td {
  background: #fff;
}

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

## strengths.php

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

.strengths__item--details {
  position: relative;
  margin-bottom: 27rem;
}
.strengths__item--details .strengths__item--txt-box {
  position: absolute;
  color: #333;
  text-align: left;
  padding: 5rem;
  width: 50%;
  min-height: 300px;
  bottom: -15rem;
  z-index: 10;
  background: #f2f2f2;
  border: 1px solid #ddd;
  box-shadow: 15px 15px 0px 0 #969696;
}
.strengths__item--details .strengths__item--txt-box .strengths__item--ttl {
  position: relative;
  margin-bottom: 2rem;
  font-size: clamp(18px, 4vw, 26px);
}
.strengths__item--details .strengths__item--txt-box .strengths__item--ttl::before {
  content: attr(data-number);
  display: inline-block;
  margin-right: 20px;
  color: #969696;
  font-size: clamp(22px, 6vw, 34px);
  font-weight: bold;
  border-top: 1px solid #969696;
}
.strengths__item--details .strengths__item--img img {
  width: 60%;
  min-height: 400px;
  object-fit: cover;
}

.strengths__item--details.num2 {
  margin-bottom: 32rem;
}
.strengths__item--details.num2 .strengths__item--txt-box {
  margin-bottom: -5rem;
}

.strengths__item--details.num1 {
  text-align: right;
}

.strengths__item--details.num2 {
  text-align: left;
}
.strengths__item--details.num2 .strengths__item--txt-box {
  right: 0;
}

.service__list--ttl {
  font-size: 16px;
  margin-top: 2rem;
  border-bottom: 1px solid #969696;
}

.service__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 1rem 0 0;
}
.service__list li {
  list-style-type: none;
  padding: 0.2em 2.2em;
  background: #fff;
  font-size: 14px;
}

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

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

--------------------------------------------------------------*/
.blk-iframe {
  border: 2px solid #a3cb64;
  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%;
}

.require {
  color: #f72503;
}

.required {
  padding: 0.2em 0.5em;
  margin-left: 1em;
  background: #f72503;
  color: #fff;
  border-radius: 5px;
  font-size: 0.8em;
}

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

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

.contact__form input.wpcf7-form-control.wpcf7-text {
  width: -webkit-fill-available;
  height: 2rem;
  padding: 1.2rem;
  border: 2px solid #969696;
  background: #fcfcfc;
}

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

.wpcf7 p .wpcf7-acceptance {
  display: block;
  text-align: center;
}

.wpcf7-submit {
  width: 160px;
  height: 50px;
  text-align: center;
  display: block;
  margin: 4rem auto 0;
  background: #969696;
  color: #fff;
  border: 2px solid #fff;
  transition: 0.3s;
}

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

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

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

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.c-policy__link {
  text-decoration: underline;
}

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

## プライバシーポリシー page.php

--------------------------------------------------------------*/
.ttl01 {
  border-bottom: solid 3px #969696;
  position: relative;
  padding-bottom: 0.1em;
  line-height: 1.8;
  font-size: clamp(22px, 3vw, 30px);
}
.ttl01::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5b5b5b;
  bottom: -3px;
  width: 35%;
}

.wp-block-heading {
  margin-bottom: 20px;
}

.wp-block-txt {
  margin-bottom: 30px;
}

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

## 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 #a3cb64;
  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: #a3cb64;
  color: #fff;
}

.manual_tbl a {
  color: #a3cb64;
}

.manual_tbl a:hover {
  color: #d6f1ad;
}

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

.manual__txt {
  margin: 4rem auto 0;
}

a.manual__txt--color {
  color: #7dcc00;
}

a.manual__txt--color:hover {
  color: #d6f1ad;
}

.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-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 7rem;
  }
  /* フッター */
  .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;
  }
  /* フッター */
  .access__images {
    background-image: url("../img/common/access_bg_sp.jpg");
  }
  /* index.php @960px */
  .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: 8% 11% 5%;
  }
  .index-contents-list li:nth-child(even) .index-contents-list__txt {
    width: auto;
    margin: 5% 0 0 0;
    padding: 8% 11% 5%;
  }
  .index-contents3__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:first-child {
    margin-top: 0;
  }
  /* .news-single */
  .news-single__txt {
    max-width: 90%;
  }
  /* strengths.php @960px */
  .strengths__item--details {
    margin-bottom: 34rem;
  }
  .strengths__item--details .strengths__item--txt-box {
    width: 70%;
    bottom: -22rem;
  }
  .strengths__item--details.num2 {
    margin-bottom: 39rem;
  }
}
/*--------------------------------------------------------------

## 768px

--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* index.php */
  .index-news {
    padding: 7rem 0 5rem;
  }
  .index-news-list__ttl {
    font-size: 1.4rem;
    padding-left: 0rem;
  }
  .index-news-list__date {
    display: block;
    color: #c9c9c9;
  }
  .index-news-list__date::after {
    display: none;
  }
  /* company.php */
  .company__item01 {
    margin-bottom: 3rem;
  }
  .company__item--details.flex {
    flex-direction: column;
  }
  .company__item--details.flex .company__item--txt {
    margin-bottom: 2rem;
    width: 100%;
  }
  .company__item--details.flex .company__item--img {
    width: 100%;
  }
  /* strengths.php */
  .strengths__item--details {
    margin-bottom: 40rem;
  }
  .strengths__item--details .strengths__item--txt-box {
    padding: 4rem 3rem;
    width: calc(100% - 12rem);
    bottom: -30rem;
  }
  .strengths__item--details .strengths__item--img img {
    width: 100%;
  }
  .strengths__item--details.num2 {
    margin-bottom: 45rem;
  }
  /* フッター */
  .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;
  }
  .access-container__link {
    margin: 3rem auto 1rem;
  }
  .access-container__link .access-containers__link--btn {
    display: inline-block;
    text-align: center;
  }
  .access-container__link .access-containers__link--btn a {
    width: 200px;
    height: 60px;
    line-height: 60px;
  }
  /***** .archive-news *****/
  .news {
    padding: 7rem 0 6rem;
  }
  .news-list__ttl {
    padding-left: 0rem;
  }
  .news-list__date {
    display: block;
    color: #c9c9c9;
  }
  .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 6rem;
  }
}
/*--------------------------------------------------------------

## 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: 1rem;
  }
  .breadcrumb li::after {
    right: -1rem;
    bottom: 1.1rem;
  }
  /* index.php @560px */
  .index-contents-list__txt {
    position: relative;
    padding: 3rem 4rem 3rem 6rem;
    opacity: 0;
    transition: all 0.6s;
  }
  .index-contents-list li:nth-child(even) .index-contents-list__txt {
    padding: 3rem 4rem 3rem 6rem;
  }
  .index-contents3 {
    padding: 6rem 0 6rem;
  }
  .index-contents3__lead {
    margin: 4rem auto 4rem;
  }
  .index-contents3__txt h3 {
    font-size: 1.6rem;
  }
  .category-btn01 a {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
  /* company.php @560px*/
  .company__table th {
    display: block;
    width: 100%;
  }
  .company__table td {
    display: block;
    width: 100%;
    text-align: center;
  }
  /* strengths.php @560px*/
  .strengths__item--details .strengths__item--txt-box {
    width: calc(100% - 4rem);
    padding: 4rem 2rem;
  }
  .strengths__item--details .strengths__item--txt-box .strengths__item--ttl::before {
    margin-right: 10px;
  }
  .service__list--ttl {
    font-size: 14px;
  }
  .service__list li {
    font-size: 12px;
  }
  /* フッター @560px */
  .access-container {
    padding: 0 3rem 3rem;
  }
  .contact-btn {
    height: 100px;
  }
  .contact-btn--en {
    font-size: 1.8rem;
  }
  .contact-btn--ja {
    font-size: 1rem;
  }
  /* 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: 1.2rem;
    padding: 0.5rem 1rem;
  }
  .header-sub__bg--pc {
    display: none;
  }
  .header-sub__bg--sp {
    display: block;
  }
  .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;
  }
}
/*--------------------------------------------------------------

## 350px

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