@charset "UTF-8";
@media screen and (max-width: 425px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

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

/* FontFamily */
body {
  font-family: "Arial", sans-serif;
}

/* font-weight */
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

@media screen and (max-width: 1115px) {
  html {
    font-size: 1.43498vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 425px) {
  html {
    font-size: 4.26667vw;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  /* -webkit-transition: opacity 0.3s; */
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 0.8;
  }
}

a:hover {
  opacity: 0.6;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  /* -webkit-filter: blur(10px); */
          filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    /* -webkit-animation-duration: 0.01ms !important; */
            animation-duration: 0.01ms !important;
    /* -webkit-animation-iteration-count: 1 !important; */
            animation-iteration-count: 1 !important;
    /* -webkit-transition-duration: 0.01ms !important; */
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* フォームリセット */
input,
button,
select,
textarea {
  /* -webkit-appearance: none; */
  /* -moz-appearance: none; */
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

/* select::-ms-expand {
  display: none;
} */

img[src$=".svg"] {
  width: 100%;
}

.appp {
  margin: 1px;
}

.footer {
  background-color: #fff;
  padding: 13.7px 83px;
  padding: 0.85625rem 5.1875rem;
  border-bottom: 1px solid #72B712;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 0.625rem;
  }
}

.footer__inner {
  max-width: 1115px;
  max-width: 69.6875rem;
  width: 100%;
  margin: 0 auto;
}

.footer__lists {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  /* -webkit-box-align: center; */
      /* -ms-flex-align: center; */
          align-items: center;
}

@media screen and (max-width: 767px) {
  .footer__lists {
    /* -webkit-box-pack: center; */
        /* -ms-flex-pack: center; */
            justify-content: center;
  }
}

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

.footer__list {
  border-right: 1px solid #cecece;
  position: relative;
}

@media screen and (max-width: 425px) {
  .footer__list {
    border-bottom: 1px solid #cecece;
    border-right: 0;
    width: 60%;
    margin: 0.5rem auto;
  }
}

.footer__list:first-child {
  border-left: 1px solid #cecece;
}

@media screen and (max-width: 425px) {
  .footer__list:first-child {
    border-left: 0;
  }
}

.footer__list {
  padding: 0px 22px;
  padding: 0rem 1.375rem;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer__list {
    font-size: 0.75rem;
    padding: 0 0.5625rem;
  }
}

@media screen and (max-width: 425px) {
  .footer__list {
    width: 100%;
  }
}

.footer__list a:hover {
  opacity: 0.5;
}

.footer__contents {
  /* 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: 39px;
  margin-top: 2.4375rem;
}

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

.footer__icon-img {
  width: 260px;
  width: 16.25rem;
}

@media screen and (max-width: 767px) {
  .footer__icon-img {
    margin: 0 auto;
  }
}

.footer__contents-aiti {
  margin-left: 70px;
  margin-left: 4.375rem;
}

@media screen and (max-width: 767px) {
  .footer__contents-aiti {
    margin-left: 0;
    margin-bottom: 0.625rem;
    margin-bottom: 0.625rem;
    margin-top: 0.625rem;
    text-align: center;
  }
}

.footer__aiti-img {
  width: 184px;
  width: 11.5rem;
}

@media screen and (max-width: 767px) {
  .footer__aiti-img {
    margin: 0 auto;
  }
}

.footer__contents-title {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  background-color: #528C1C;
  padding: 4.7px 5.9px;
  padding: 0.29375rem 0.36875rem;
  text-align: center;
}

.footer__contents-sns {
  margin-left: 21px;
  margin-left: 1.3125rem;
}

@media screen and (max-width: 767px) {
  .footer__contents-sns {
    margin-left: 0;
    margin-bottom: 0.625rem;
  }
}

.footer__contents-sns-lists {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  /* -webkit-box-align: center; */
      /* -ms-flex-align: center; */
          align-items: center;
  margin-top: 14.2px;
  margin-top: 0.8875rem;
}

@media screen and (max-width: 767px) {
  .footer__contents-sns-lists {
    /* -webkit-box-pack: center; */
        /* -ms-flex-pack: center; */
            justify-content: center;
  }
}

.footer__contents-sns-img {
  width: 40px;
  width: 2.5rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.footer__contents-sns-img:hover {
  opacity: 0.5;
}

.copyright {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 15px 0;
  padding: 0.9375rem 0;
}

.footer-sub_menu {
  position: absolute;
  background: #fff;
  width: 100%;
  display: none;
  /* -webkit-transition: 0.5s; */
  transition: 0.5s;
  z-index: 2;
  left: 0;
  overflow-y: scroll;
  height: 200px;
  height: 12.5rem;
}

.footer-sub_menu > li {
  padding: 10px 0;
  padding: 0.625rem 0;
  text-align: center;
}

.open {
  display: block;
}

.js-footer:hover {
  cursor: pointer;
}

.header {
  padding-bottom: 38.4px;
  padding-bottom: 2.4rem;
  border-bottom: 5px solid #72B712;
}

@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 0;
  }
}

.header__top {
  background-color: #528C1C;
  padding-top: 9px;
  padding-top: 0.5625rem;
  padding-bottom: 7.8px;
  padding-bottom: 0.4875rem;
}

.header__title {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .header__title {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 425px) {
  .header__title {
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .header__wrap {
    /* 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;
    padding: 0 0.625rem;
  }
}

.header__img {
  width: 20.07722vw;
  margin: 0 auto;
  margin-top: 25.2px;
  margin-top: 1.575rem;
  margin-bottom: 36.8px;
  margin-bottom: 2.3rem;
}

@media screen and (max-width: 767px) {
  .header__img {
    margin: 0.625rem 0;
  }
}

.header__nav {
  /* 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;
  height: 24px;
  height: 1.5rem;
}

@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__list {
  margin-right: 50px;
  margin-right: 3.125rem;
  height: inherit;
  position: relative;
}

.header__list:last-child {
  margin-right: 0;
}

.header__list a {
  font-size: 15px;
  font-size: 0.9375rem;
  height: inherit;
  display: block;
  /* -webkit-transition: 0.5s; */
  transition: 0.5s;
  border: 1px solid transparent;
}

.header__list a:hover {
  border-bottom: 1px solid #72B712;
  /* -webkit-transition: 0.5s; */
  transition: 0.5s;
}

.header__link {
  font-size: 15px;
  font-size: 0.9375rem;
  height: inherit;
  display: block;
  /* -webkit-transition: 0.5s; */
  transition: 0.5s;
  border: 1px solid transparent;
  position: relative;
}

.header__list .header__link:hover {
  border-bottom: 1px solid #72B712;
  /* -webkit-transition: 0.5s; */
  transition: 0.5s;
  cursor: pointer;
}

.drawer {
  display: none;
}

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

.drawer--open {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  height: 60px;
  height: 3.75rem;
  width: 42px;
  width: 2.625rem;
  /* -webkit-box-pack: center; */
      /* -ms-flex-pack: center; */
          justify-content: center;
  /* -webkit-box-align: center; */
      /* -ms-flex-align: center; */
          align-items: center;
  position: relative;
  z-index: 100;
  /* 重なり順を一番上に */
  cursor: pointer;
}

.drawer--open span,
.drawer--open :before,
.drawer--open :after {
  content: "";
  display: block;
  height: 2px;
  height: 0.125rem;
  width: 31px;
  width: 1.9375rem;
  border-radius: 3px;
  background: #72B712;
  /* -webkit-transition: 0.5s; */
  transition: 0.5s;
  position: absolute;
}

/* チェックボックスは非表示に */
.drawer--hidden {
  display: none;
}

.drawer--open span:before {
  bottom: 8px;
  bottom: 0.5rem;
}

.drawer--open span:after {
  top: 8px;
  top: 0.5rem;
}

.sp-global-nav {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 102%;
  left: 0;
  /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #72B712;
  /* -webkit-transition: 0.5s; */
  transition: 0.5s;
}

.sp-global-nav__lists {
  height: 97%;
  margin: 10px;
  margin: 0.625rem;
  /* 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;
  /* -webkit-box-pack: center; */
      /* -ms-flex-pack: center; */
          justify-content: center;
  padding-top: 78px;
  padding-top: 4.875rem;
  background-color: #fff;
  overflow-y: scroll;
}

.sp-global-nav__list {
  color: #707070;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
}

.sp-global-nav__link {
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  width: 100%;
  height: inherit;
}

.sp-global-nav__link:hover {
  opacity: 0.5;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer--check:checked ~ .drawer--open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer--check:checked ~ .drawer--open span::before {
  bottom: 0;
  /* -webkit-transform: rotate(45deg); */
          transform: rotate(45deg);
}

#drawer--check:checked ~ .drawer--open span::after {
  top: 0;
  /* -webkit-transform: rotate(-45deg); */
          transform: rotate(-45deg);
}

/* アイコンがクリックされたらメニューを表示 */
#drawer--check:checked ~ .sp-global-nav {
  bottom: 0;
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

.js-header:hover {
  cursor: pointer;
}

.sub_menu {
  position: absolute;
  background: #fff;
  width: 100%;
  display: none;
  /* -webkit-transition: 0.5s; */
  transition: 0.5s;
  z-index: 2;
  height: 200px;
  height: 12.5rem;
  overflow-y: scroll;
}

.sub_menu > li {
  padding: 10px 0;
  padding: 0.625rem 0;
  text-align: center;
}

.open {
  display: block;
}

.l-container {
  background-color: #E2E780;
  padding: 48px 95px;
  padding: 3rem 5.9375rem;
  margin-top: -1px;
}

@media screen and (max-width: 767px) {
  .l-container {
    padding: 1.5rem 2rem;
  }
}

@media screen and (max-width: 767px) {
  .l-container {
    padding: 1.5rem 1rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 92px;
  padding-left: 92px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 1299px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.appp {
  margin: 1px;
}

.youtube__content {
  width: 50%;
  margin-left: auto;
  margin-top: 15.9px;
  margin-top: 0.99375rem;
}

iframe{
  border: 0;
}

@media screen and (max-width: 767px) {
  .youtube__content {
    width: 100%;
  }
}

.youtube__flex .img {
  width: 420px;
  width: 26.25rem;
}

@media screen and (max-width: 767px) {
  .youtube__flex .img {
    width: 100%;
  }
}

.youtube__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.youtube__flex .img iframe {
  width: 100%;
}

.youtube__text {
  width: 83px;
  width: 5.1875rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .youtube__text {
    width: 100%;
  }
}

.c-border-bottom {
  border-bottom: 2px solid #72B712 !important;
}

.c-breadcrumb {
  margin: 0 auto;
  padding: 12px 12px;
  padding: 0.75rem 0.75rem;
  max-width: 1115px;
  max-width: 69.6875rem;
  width: 100%;
}

.c-breadcrumb__lists {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  width: 100%;
  overflow: hidden;
}

.c-breadcrumb__list {
  position: relative;
  margin-right: 10px;
  padding-right: 12px;
}

.c-breadcrumb__text {
  display: block;
  font-size: 10px;
  white-space: nowrap;
}

.icon-home {
  position: relative;
}

.c-breadcrumb__text:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 4px;
  height: 4px;
  color: inherit;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  /* -webkit-transform: translateY(-50%) rotate(45deg); */
          transform: translateY(-50%) rotate(45deg);
  opacity: .8;
  content: "";
}

.c-breadcrumb__list:last-child {
  position: static;
}

.hidden:after {
  content: none;
}

.c-btn {
  padding: 7.9px 0;
  padding: 0.49375rem 0;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  width: 141px;
  width: 8.8125rem;
  border-radius: 18px;
}

.c-content-title {
  font-size: 22.6px;
  font-size: 1.4125rem;
  color: #528c1c;
  margin-bottom: 11.5px;
  margin-bottom: 0.71875rem;
}

@media screen and (max-width: 767px) {
  .c-content-title {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 425px) {
  .c-content-title {
    font-size: 1rem;
  }
}

.c-contents {
  max-width: 1115px;
  max-width: 69.6875rem;
  width: 100%;
  margin: 0 auto;
}

.c-flex-reverse {
  /* 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;
}

@media screen and (max-width: 767px) {
  .c-flex-reverse {
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column; */
            flex-direction: column;
  }
}

.c-flex {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-flex {
    display: block;
  }
}

.c-link-btn {
  background-color: #A5BF41;
  display: inline-block;
  border-radius: 10px;
  text-align: center;
}

.c-page-mainview {
  position: relative;
  height: 144px;
  height: 9rem;
  /* 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;
}

@media screen and (max-width: 767px) {
  .c-page-mainview {
    height: 5rem;
  }
}

.c-page-mainview::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.c-page-mainview__title {
  position: relative;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 100;
  z-index: 1;
  color: #fff;
  text-shadow: -1px -1px 0 #3F3F3F,
                1px -1px 0 #3F3F3F,
               -1px  1px 0 #3F3F3F,
                1px  1px 0 #3F3F3F;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-page-mainview__title {
    font-size: 1rem;
  }
}

.c-page-text {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 100;
  border-bottom: 1px dotted #E2E780;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  margin-top: 37.9px;
  margin-top: 2.36875rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-page-text {
    font-size: 1rem;
  }
}

.c-siensya-btn {
  font-size: 16px;
  font-size: 1rem;
  text-decoration: underline;
  display: inline-block;
}

@media screen and (max-width: 425px) {
  .c-siensya-btn {
    font-size: 0.75rem;
    display: block;
    margin-top: 1.25rem;
  }
}

.c-siensya-title {
  background-color: #EEF6E2;
  border-top: 3px solid #72B712;
  border-bottom: 3px solid #72B712;
  padding: 6.4px 13.4px;
  padding: 0.4rem 0.8375rem;
  font-weight: bold !important;
}

.c-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 100;
}

@media screen and (max-width: 767px) {
  .c-text {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 425px) {
  .c-text {
    font-size: 0.75rem;
  }
}

.c-widget {
  background-color: #fff;
  padding: 41px 39px;
  padding: 2.5625rem 2.4375rem;
}

@media screen and (max-width: 767px) {
  .c-widget {
    padding: 2rem 1.5rem;
  }
}

.c-widget-title {
  background-color: #72B712;
  color: #fff;
  padding: 16px;
  padding: 1rem;
  margin-bottom: 14.1px;
  margin-bottom: 0.88125rem;
  position: relative;
}

@media screen and (max-width: 425px) {
  .c-widget-title {
    padding: 0.5rem 0;
  }
}

.c-widget-title:before {
  content: "";
  position: absolute;
  top: -4.7px;
  left: 0;
  background-color: #72B712;
  width: 100%;
  height: 2px;
}

.c-widget-title:after {
  content: "";
  position: absolute;
  bottom: -4.7px;
  left: 0;
  background-color: #72B712;
  width: 100%;
  height: 2px;
}

.hanou-mainview {
  background-image: url(../images/top/hannou-mainview.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hannou__title {
  font-size: 16px;
  font-size: 1rem;
  color: #528C1C;
  font-weight: bold;
}

.hannou-contents__text {
  margin-bottom: 26.5px;
  margin-bottom: 1.65625rem;
}

.hannou__contents-top {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: 32.6px;
  margin-bottom: 2.0375rem;
}

@media screen and (max-width: 425px) {
  .hannou__contents-top {
    display: block;
  }
}

.hannou__img-top {
  width: 51%;
}

@media screen and (max-width: 767px) {
  .hannou__img-top {
    padding-top: 60%;
    position: relative;
  }
}

@media screen and (max-width: 425px) {
  .hannou__img-top {
    width: 100%;
    margin: 0.5rem auto;
  }
}

.hannou__img-top img {
  width: 100%;
  height: 100%;
  /* -o-object-fit: cover; */
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .hannou__img-top img {
    position: absolute;
    top: 0;
  }
}

.hannou__text-box {
  margin-left: 18.4px;
  margin-left: 1.15rem;
  width: 48%;
}

@media screen and (max-width: 425px) {
  .hannou__text-box {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .hannou__text {
    height: 18.75rem;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 425px) {
  .hannou__text {
    height: auto;
    overflow-y: scroll;
  }
}

.hannou__contents-bottom {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
}

@media screen and (max-width: 425px) {
  .hannou__contents-bottom {
    display: block;
  }
}

.hannou__img-bottom {
  width: calc(33.333% - 11.33333px);
  margin-right: 17px;
  margin-right: 1.0625rem;
}

@media screen and (max-width: 425px) {
  .hannou__img-bottom {
    width: 100%;
    margin: 0.5rem auto;
  }
}

.hannou__img-bottom:nth-child(3n) {
  margin-right: 0;
}

.hannou__date {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.hannou__map-img {
  margin-top: 35px;
  margin-top: 2.1875rem;
  margin-bottom: 20.3px;
  margin-bottom: 1.26875rem;
}

.hannou__btn {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  /* -webkit-box-align: center;
      -ms-flex-align: center; */
          align-items: center;
  /* -ms-flex-wrap: wrap; */
      flex-wrap: wrap;
}

@media screen and (max-width: 425px) {
  .hannou__btn {
    /* -webkit-box-pack: justify;
        -ms-flex-pack: justify; */
            justify-content: space-between;
  }
}

.hannou__link {
  width: calc(32.3333% - 0.20833rem);
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  border: 1px solid #cecece;
  border-radius: 18px;
}

@media screen and (max-width: 425px) {
  .hannou__link {
    width: 40%;
    margin-right: 0;
  }
}

.hannou__link:nth-child(3n) {
  margin-right: 0;
}

.hannou__link button {
  width: 100%;
}

.hannou__link:hover {
  background-color: #E2E780;
  /* -webkit-transition: .5s; */
  transition: .5s;
}

.no-img {
  display: none;
}

.senkusya-mainview {
  background-image: url(../images/common/senkusya.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.senkusya__text {
  border: 1px solid #707070;
  padding: 22px;
  padding: 1.375rem;
  margin-top: -170px;
  margin-top: -10.625rem;
  line-height: 1.8;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .senkusya__text {
    margin-top: -3.75rem;
  }
}

@media screen and (max-width: 425px) {
  .senkusya__text {
    margin-top: -3.4375rem;
  }
}

.senkusya__wrap {
  border-top: 1px dotted #72B712;
}

.senkusya__box {
  margin-top: 64px;
  margin-top: 4rem;
}

@media screen and (max-width: 425px) {
  .senkusya__box {
    margin-top: 0.625rem;
  }
}

.senkusya-img1 {
  width: 321px;
  width: 20.0625rem;
}

@media screen and (max-width: 425px) {
  .senkusya-img1 {
    width: 100%;
  }
}

.senkusya__box-left {
  width: 723px;
  width: 45.1875rem;
}

@media screen and (max-width: 767px) {
  .senkusya__box-left {
    width: 100%;
  }
}

.senkusya-text1 {
  border: 1px solid #707070;
  padding: 22px;
  padding: 1.375rem;
  margin-top: 27px;
  margin-top: 1.6875rem;
}

@media screen and (max-width: 425px) {
  .senkusya-text1 {
    margin-top: -0.3125rem;
  }
}

.senkusya-box1 {
  margin-top: 24.4px;
  margin-top: 1.525rem;
}

.senkusya-text2 {
  width: 493px;
  width: 30.8125rem;
  margin-right: 16.6px;
  margin-right: 1.0375rem;
}

@media screen and (max-width: 767px) {
  .senkusya-text2 {
    width: 100%;
  }
}

.senkusya-img2 {
  width: 537px;
  width: 33.5625rem;
}

@media screen and (max-width: 767px) {
  .senkusya-img2 {
    width: 100%;
  }
}

.senkusya-box3 {
  margin-top: 31px;
  margin-top: 1.9375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.senkusya-text3 {
  width: 664px;
  width: 41.5rem;
}

@media screen and (max-width: 767px) {
  .senkusya-text3 {
    width: 100%;
  }
}

.senkusya-img3 {
  width: 412px;
  width: 25.75rem;
}

@media screen and (max-width: 425px) {
  .senkusya-img3 {
    width: 100%;
    margin-top: 0.625rem;
  }
}

.siensya-mainview {
  background-image: url(../images/siensya/main-views.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 425px) {
  .siensya {
    padding: 0.625rem !important;
  }
}

.siensya__top-img {
  margin: -10.6px -25px 0px 10px;
  margin: -0.6625rem -1.5625rem 0rem 0.625rem;
}

@media screen and (max-width: 425px) {
  .siensya__top-img {
    margin: -0.625rem -0.625rem 0rem -0.5rem;
  }
}

.green-icon {
  color: #528C1C;
}

.siensya__wrap {
  margin-top: -100px;
  margin-top: -6.25rem;
}

@media screen and (max-width: 767px) {
  .siensya__wrap {
    margin-top: 0;
  }
}

.siensya__lists {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  /* -ms-flex-wrap: wrap; */
      flex-wrap: wrap;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

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

.siensya__list {
  width: 140px;
  width: 8.75rem;
  margin-right: 21px;
  margin-right: 1.3125rem;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 425px) {
  .siensya__list {
    width: 100%;
    font-size: 0.75rem;
  }
}

.siensya__list:last-child {
  margin-right: 0;
}

.siensya-border {
  text-decoration: underline;
}

.siensya__box1--link {
  text-align: right;
}

.siensya__box1--subtitle {
  margin-top: 15.6px;
  margin-top: 0.975rem;
  font-weight: bold;
}

.siensya__row-table {
  border-collapse: collapse;
  border: 1px solid #72B712;
}

@media screen and (max-width: 425px) {
  .siensya__row-table {
    margin-top: 0.625rem;
  }
}

.siensya__row-table,
.siensya__row-table td,
.siensya__row-table th {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}

.siensya__row-table tr {
  border-bottom: 1px solid #72B712;
}

.siensya__row-table th {
  width: 245px;
  width: 15.3125rem;
  background: #EEF6E2;
  padding: 12.3px 13px;
  padding: 0.76875rem 0.8125rem;
  text-align: left;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .siensya__row-table th {
    width: 100%;
    display: block;
    border-bottom: 1px solid #72B712;
    font-size: 0.75rem;
    padding: 0.3125rem;
  }
}

.siensya__row-table td {
  background: #fff;
  padding: 12.3px 13px;
  padding: 0.76875rem 0.8125rem;
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .siensya__row-table td {
    font-size: 0.75rem;
    padding: 0.3125rem;
  }
}

.siensya__row-table td a {
  text-decoration: underline;
}

.siensya__box-text {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.siensya__box-text a {
  text-decoration: underline;
}

.siensya__adress-box {
  padding: 16px 23px;
  padding: 1rem 1.4375rem;
  border: 2px solid #1A0F0F;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .siensya__adress-box {
    padding: 0.3125rem;
  }
}

.siensya__training {
  margin-top: 44px;
  margin-top: 2.75rem;
}

.siensya__training--table td {
  display: inline-block;
  width: 10%;
}

.siensya__training-pdf img {
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  margin: 0 auto;
}

.siensya__row--width {
  width: 90% !important;
  border-right: 1px solid #72B712;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  .siensya__row--width {
    width: 80% !important;
  }
}

@media screen and (max-width: 767px) {
  .siensya__row--margin {
    margin-left: 5%;
  }
}

.siensya__madoguti {
  background-color: #EEF6E2;
  text-align: center;
  font-weight: bold;
  padding: 22px 10px;
  padding: 1.375rem 0.625rem;
  border: 1px solid #72B712;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

@media screen and (max-width: 767px) {
  .siensya__madoguti {
    padding: 0.625rem;
  }
}

.siensya__madoguti a {
  font-weight: 400;
  text-decoration: underline;
}

.contents__inner {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  /* -webkit-box-align: stretch;
      -ms-flex-align: stretch; */
          align-items: stretch;
}

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

.mainvisual {
  position: relative;
  height: 38.91473vw;
}

.p-mv__lists {
  height: 100%;
}

.p-mv__img {
  height: 100%;
  position: relative;
}

.p-mv__img img {
  vertical-align: bottom;
  line-height: 1.0em;
}

.maincontent {
  background-color: #fff;
  padding: 41.2px 37.2px;
  padding: 2.575rem 2.325rem;
  width: 67%;
}

@media screen and (max-width: 767px) {
  .maincontent {
    width: 100%;
    padding: 2rem 1.5rem;
    padding-bottom: 0;
  }
}

.maincontent__box {
  /* display: -webkit-box;
  display: -ms-flexbox; */
  display: flex;
  margin-bottom: 32.6px;
  margin-bottom: 2.0375rem;
}

@media screen and (max-width: 767px) {
  .maincontent__box {
    display: block;
    margin-bottom: 1.5rem;
  }
}

.maincontent__img {
  width: 336px;
  width: 21rem;
  height: 224px;
  height: 14rem;
}

@media screen and (max-width: 767px) {
  .maincontent__img {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 63%;
    height: auto;
  }
}

@media screen and (max-width: 425px) {
  .maincontent__img {
    height: auto;
  }
}

.maincontent__img img {
  width: 100%;
  height: 100%;
  /* -o-object-fit: cover; */
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .maincontent__img img {
    position: absolute;
    top: 0;
    /* -o-object-position: center; */
       object-position: center;
  }
}

.maincontent__text-box {
  margin-left: 18.4px;
  margin-left: 1.15rem;
  width: 318px;
  width: 19.875rem;
}

@media screen and (max-width: 767px) {
  .maincontent__text-box {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
  }
}

@media screen and (max-width: 425px) {
  .maincontent__text-box {
    margin-top: 1rem;
  }
}

.maincontent__text {
  line-height: 23px;
  line-height: 1.4375rem;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .maincontent__text {
    height: auto;
  }
}

@media screen and (max-width: 425px) {
  .maincontent__text {
    line-height: 18px;
  }
}

.maincontent__btn {
  text-align: center;
  width: 141px;
  width: 8.8125rem;
  margin: 0 auto;
  border: 1px solid #fff;
}

.maincontent__btn a {
  background-color: #528C1C;
  color: #fff;
  width: 100%;
  border: 1px solid #72B712;
  /* -webkit-transition: .5s; */
  transition: .5s;
}

.maincontent__btn a:hover {
  background-color: #fff;
  color: #72B712;
}

.maincontent__news {
  margin-top: 47.4px;
  margin-top: 2.9625rem;
}

@media screen and (max-width: 425px) {
  .maincontent__news {
    margin-top: 1.5rem;
  }
}

.maincontent__news-title {
  font-size: 16px;
  font-size: 1rem;
  padding: 26px 0;
  padding: 1.625rem 0;
  border-top: 2px solid #72B712;
  border-bottom: 2px solid #72B712;
  text-align: center;
  font-weight: bold;
  color: #528C1C;
}

@media screen and (max-width: 425px) {
  .maincontent__news-title {
    padding: 1rem;
  }
}

.maincontent__news-lists {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  /* -webkit-box-align: center;
      -ms-flex-align: center; */
          align-items: center;
  /* -ms-flex-wrap: wrap; */
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .maincontent__news-lists {
    display: block;
  }
}

.maincontent__news-list {
  width: calc(49.888% - 14.5px);
  margin-right: 29px;
  margin-right: 1.8125rem;
  border: 1px solid #cecece;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .maincontent__news-list {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}

.maincontent__news-list:nth-child(2n) {
  margin-right: 0;
}

.maincontent__news-item {
  display: block;
  position: relative;
}

.maincontent__news-item::before {
  position: absolute;
  content: "実践者";
  z-index: 1;
  font-size: 12px;
  font-size: 0.75rem;
  right: 0;
  top: -1px;
  background-color: #72B712;
  color: #fff;
  padding: 4.1px 11.4px;
  padding: 0.25625rem 0.7125rem;
}

@media screen and (max-width: 767px) {
  .maincontent__news-item::before {
    font-size: 0.625rem;
  }
}

.maincontent__news-img {
  padding-top: 62%;
  position: relative;
}

.maincontent__news-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  /* -webkit-transform: translate(-50%, -50%); */
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  /* -o-object-fit: cover; */
     object-fit: cover;
}

.maincontent__news-body {
  padding: 27px 22px;
  padding: 1.6875rem 1.375rem;
}

@media screen and (max-width: 767px) {
  .maincontent__news-body {
    padding: 0.625rem 0.5rem;
  }
}

.maincontent__news-body .time {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  margin-top: 7.4px;
  margin-top: 0.4625rem;
}

.maincontent__sns {
  margin-top: 25.6px;
  margin-top: 1.6rem;
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
}

@media screen and (max-width: 767px) {
  .maincontent__sns {
    /* -ms-flex-wrap: wrap; */
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 425px) {
  .maincontent__sns {
    /* -webkit-box-pack: center;
        -ms-flex-pack: center; */
            justify-content: center;
  }
}

.maincontent__sns-btn {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  /* -webkit-box-align: center;
      -ms-flex-align: center; */
          align-items: center;
  border: 1px solid #cecece;
  padding: 7px 22px;
  padding: 0.4375rem 1.375rem;
  /* -webkit-box-pack: center;
      -ms-flex-pack: center; */
          justify-content: center;
  margin-right: 11px;
  margin-right: 0.6875rem;
}

@media screen and (max-width: 767px) {
  .maincontent__sns-btn {
    margin-bottom: 0.625rem;
  }
}

.maincontent__sns-img {
  width: 17px;
  width: 1.0625rem;
}

.maincontent__sns-img img {
  width: 100%;
  height: 100%;
}

.maincontent__sns-btn p {
  margin-left: 11px;
  margin-left: 0.6875rem;
  width: 100%;
}

.maincontent__sns-btn:hover {
  opacity: 0.5;
}

.maincontent-weight{
  font-weight: 100;
}

.event__lists {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.event__content {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .event__content {
    /* -webkit-box-pack: justify;
        -ms-flex-pack: justify; */
            justify-content: space-between;
  }
}

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

.event__content-img {
  width: 13.48837vw;
  height: 10vw;
  position: relative;
}

@media screen and (max-width: 767px) {
  .event__content-img {
    width: 22.65625vw;
    height: 16.79688vw;
  }
}

@media screen and (max-width: 767px) {
  .event__content-img {
    width: 70.58824vw;
    height: 47.05882vw;
    margin: 0.625rem auto;
  }
}

.event__content-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* -o-object-fit: cover; */
     object-fit: cover;
}

.event__body {
  width: 70%;
  margin-left: 7.5px;
  margin-left: 0.46875rem;
}

@media screen and (max-width: 425px) {
  .event__body {
    width: 100%;
  }
}

.event__body-title {
  font-size: 16px;
  font-size: 1rem;
  color: #72B712;
  font-weight: bold;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.sidebar {
  width: 30%;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
  }
}

.sidebar__container-news {
  margin-bottom: 52.2px;
  margin-bottom: 3.2625rem;
}

.sidebar__title {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
background-color: #EEF6E2;
color: #000;
}

.sidebar__list {
  margin-top: 15.5px;
  margin-top: 0.96875rem;
  border-bottom: 1px solid #cecece;
}

.sidebar__list-border{
  border-bottom: none;
}

.sidebar__list a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 11.5px;
  padding-bottom: 0.71875rem;
}

@media screen and (max-width: 767px) {
  .sidebar__list a {
    font-size: 0.75rem;
  }
}

.sidebar__list a:hover {
  opacity: .5;
}

.sidebar__img {
  margin-bottom: 16.5px;
  margin-bottom: 1.03125rem;
}

.sidebar__img:hover {
  opacity: .5;
}

.sidebar__container-lists li {
  margin-top: 14.1px;
  margin-top: 0.88125rem;
}

.page-contents__inner {
  background-color: #fff;
  padding: 30px 25px;
  padding: 30px 1.5625rem;
  padding-bottom: 40px;
}

.page-contents__text {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

@media screen and (max-width: 767px) {
  .page-contents__text {
    font-size: 0.625rem;
  }
}

.page-contents__img {
  margin-top: 15.9px;
  margin-top: 0.99375rem;
}

@media screen and (max-width: 425px) {
  .page-contents__img-padding {
    padding: 0 1.25rem;
  }
}

.page-contents__image {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  /* -webkit-box-pack: justify;
      -ms-flex-pack: justify; */
          justify-content: space-between;
  margin-top: 40.9px;
  margin-top: 2.55625rem;
}

@media screen and (max-width: 767px) {
  .page-contents__image {
    display: block;
  }
}

.image__content-block {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .image__content-block {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .page-contents__img-width {
    width: 80%;
    margin: 0 auto;
    margin-top: 0.99375rem;
  }
}

.page-contents__img-width:last-child {
  width: 50%;
}

.page-contents__feel-top {
  /* 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: 42.9px;
  margin-top: 2.68125rem;
  background-color: #EEF6E2;
  color: #000;
}

@media screen and (max-width: 767px) {
  .page-contents__feel-top {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.page-contents__feel-img {
  width: 50px;
  width: 3.125rem;
}

.page-contents__feel-title {
  margin-left: 41.2px;
  margin-left: 2.575rem;
}

@media screen and (max-width: 767px) {
  .page-contents__feel-title {
    margin-left: 0.5625rem;
  }
}

.page-contents__feel-box {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  margin-top: 41.6px;
  margin-top: 2.6rem;
}

@media screen and (max-width: 767px) {
  .page-contents__feel-box {
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse; */
            flex-direction: column-reverse;
  }
}

.page-contents__feel-box--left {
  width: 640px;
  width: 40rem;
}

@media screen and (max-width: 767px) {
  .page-contents__feel-box--left {
    width: 100%;
  }
}

.page-contents__feel-text {
  width: 394px;
  width: 24.625rem;
}

@media screen and (max-width: 767px) {
  .page-contents__feel-text {
    width: 100%;
    margin-top: 0.625rem;
  }
}

.page-contents__feel-text--full {
  width: 100%;
}

.page-contents__feel-title--center {
  text-align: center;
}

.page-contents__feel-img2 {
  width: 637px;
  width: 39.8125rem;
  margin-left: 17px;
  margin-left: 1.0625rem;
}

@media screen and (max-width: 767px) {
  .page-contents__feel-img2 {
    width: 100%;
    margin-left: 0;
  }
}

.page-contents__feel-img2--sm {
  width: 380px;
  width: 23.75rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .page-contents__feel-img2--sm {
    width: 100%;
    height: auto;
  }
}

.page-contents--img-sm {
  width: 472px;
  width: 29.5rem;
}

@media screen and (max-width: 767px) {
  .page-contents--img-sm {
    width: 100%;
    height: auto;
  }
}

.page-contents__feel-img2--md {
  width: 395.26px;
  width: 24.70375rem;
  height: 554.84px;
  height: 34.6775rem;
}

@media screen and (max-width: 767px) {
  .page-contents__feel-img2--md {
    width: 100%;
    height: auto;
  }
}

.blog__box {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.blog__box:first-child {
  margin-top: -10px;
  margin-top: -0.625rem;
}

@media screen and (max-width: 767px) {
  .blog__box:first-child {
    margin-top: 0;
  }
}

.blog__box-title {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  /* -webkit-box-align: center;
      -ms-flex-align: center; */
          align-items: center;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  border-bottom: 2px solid #72B712;
  margin-top: 45.5px;
  margin-top: 2.84375rem;
}

.page-contents__blog-title {
  margin-left: 11px;
  margin-left: 0.6875rem;
  font-weight: bold;
}

.blog__box-img {
  width: 43px;
  width: 2.6875rem;
}

.blog__box-contents-top {
  /* -webkit-box-align: stretch;
      -ms-flex-align: stretch; */
          align-items: stretch;
  margin-top: 31.6px;
  margin-top: 1.975rem;
  /* -webkit-box-pack: justify;
      -ms-flex-pack: justify; */
          justify-content: space-between;
}

@media screen and (max-width: 425px) {
  .blog__box-contents-top {
    margin-top: 1rem;
  }
}

.blog__box-contents-img {
  width: 407px;
  width: 25.4375rem;
}

@media screen and (max-width: 767px) {
  .blog__box-contents-img {
    width: 100%;
  }
}

.blog__box-contents-top-text {
  margin-left: 21px;
  margin-left: 1.3125rem;
  width: 624px;
  width: 39rem;
}

@media screen and (max-width: 767px) {
  .blog__box-contents-top-text {
    width: 100%;
    margin-left: 0;
    margin-top: 0.625rem;
  }
}

.blog__box-contents-bottom {
  margin-top: 23.7px;
  margin-top: 1.48125rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.blog-lineheight{
  /* line-height: 1.8; */
  margin-right: 35px;
}

@media screen and (max-width: 767px) {
  .blog-lineheight{
  /* line-height: 1.8; */
  margin-right: 0;
  margin-bottom: 10px;
}
}

.empty {
  display: block;
  height: 20px;
  height: 1.25rem;
}

.c-flex-reverse .blog__box-contents-img {
  margin-left: 21px;
  margin-left: 1.3125rem;
}

@media screen and (max-width: 767px) {
  .c-flex-reverse .blog__box-contents-img {
    margin-left: 0;
  }
}

.c-flex-reverse .blog__box-contents-top-text {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .c-flex-reverse .blog__box-contents-top-text {
    margin-top: 0.625rem;
  }
}

.img-option {
  width: 620px;
  width: 38.75rem;
}

@media screen and (max-width: 767px) {
  .img-option {
    width: 100%;
  }
}

.text-option {
  width: 412px;
  width: 25.75rem;
}

@media screen and (max-width: 767px) {
  .text-option {
    width: 100%;
  }
}

.blog__box-contents-top-text--full {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.blog__box-contents-img--full {
  width: 100%;
}

.blog__box-contents-bottom-right {
  width: 315px;
  width: 19.6875rem;
  margin-left: 20.5px;
  margin-left: 1.28125rem;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .blog__box-contents-bottom-right {
    width: 100%;
    height: auto;
  }
}

.text--margin {
  margin-top: 11.6px;
  margin-top: 0.725rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.blog__box--float {
  width: 572px;
  width: 35.75rem;
}

@media screen and (max-width: 767px) {
  .blog__box--float {
    width: 100%;
    height: auto;
  }
}

.img3 {
  width: 243px;
  width: 15.1875rem;
}

@media screen and (max-width: 767px) {
  .img3 {
    width: 100%;
    height: auto;
  }
}

.content-3 {
  width: 45%;
  margin-left: auto;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .content-3 {
    width: 100%;
    height: auto;
  }
}

.content-3 .text--margin {
  margin-top: 0;
}

.img-width {
  width: 407px;
  width: 25.4375rem;
}

@media screen and (max-width: 767px) {
  .img-width {
    width: 100%;
    height: auto;
  }
}

.img-margin {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .img-margin {
    margin-top: 0.625rem;
  }
}

.img-width1 {
  width: calc(50% - 0.625rem);
  margin-right: 20px;
  margin-right: 1.25rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .img-width1 {
    width: 100%;
    height: auto;
  }
}

.img-width1:last-child {
  margin-right: 0;
}

.page-contents__feel-box--left2 {
  width: 466px;
  width: 29.125rem;
}

@media screen and (max-width: 767px) {
  .page-contents__feel-box--left2 {
    width: 100%;
    height: auto;
  }
}

.page-contents__feel-box-right {
  width: 558px;
  width: 34.875rem;
  margin-left: 20px;
  margin-left: 1.25rem;
}

@media screen and (max-width: 767px) {
  .page-contents__feel-box-right {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

.img-hosino1 {
  width: 372px;
  width: 23.25rem;
  margin-top: 39.9px;
  margin-top: 2.49375rem;
}

@media screen and (max-width: 767px) {
  .img-hosino1 {
    width: 100%;
    height: auto;
  }
}

.img-hosino2 {
  width: 403px;
  width: 25.1875rem;
}

@media screen and (max-width: 767px) {
  .img-hosino2 {
    width: 100%;
    height: auto;
  }
}

.img-hosino3 {
  width: 48%;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .img-hosino3 {
    width: 100%;
    height: auto;
  }
}

.img-hosino3:last-child {
  margin-left: auto;
}

.page-contents__img--width {
  width: 649px;
  width: 40.5625rem;
  margin: 20px auto;
  margin: 1.25rem auto;
}

@media screen and (max-width: 767px) {
  .page-contents__img--width {
    width: 100%;
  }
}

.page-contents__feel-text--ito {
  margin-left: 20px;
  margin-left: 1.25rem;
  width: 80%;
}

@media screen and (max-width: 767px) {
  .page-contents__feel-text--ito {
    width: 100%;
    margin-left: 0;
  }
}

.img-ito {
  height: 35.28958vw;
}

@media screen and (max-width: 767px) {
  .img-ito {
    height: auto;
  }
}

.img-ito img {
  height: 100%;
}

.links {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  /* -ms-flex-wrap: wrap; */
      flex-wrap: wrap;
  /* -webkit-box-align: center;
      -ms-flex-align: center; */
          align-items: center;
}

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

.links__img {
  width: calc(33.33333% - 0.45833rem);
  margin-right: 11px;
  margin-right: 0.6875rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (max-width: 425px) {
  .links__img {
    width: 100%;
    margin: 0.625rem auto;
  }
}

.links__img:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 425px) {
  .links__img:nth-child(3n) {
    margin: 0.625rem auto;
  }
}

.links__img a:hover {
  opacity: .2;
}

.esaki-link {
  width: calc(49.8888% - 0.34375rem);
  margin-right: 11px;
  margin-right: 0.6875rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.esaki-link:nth-child(2n){
  margin-right: 0;
}

@media screen and (max-width: 425px) {
  .esaki-link {
    margin: 0.625rem auto;
    width: 100%;
  }
}

.page-contents__feel-img--md3 {
  width: 100%;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-left: 0;
}

.page-contents__feel-img2--md4 {
  height: 541px;
  height: 33.8125rem;
  width: 360px;
  width: 22.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-contents__feel-img2--md4 {
    width: 100%;
    height: auto;
  }
}

.page-contents__feel-img2--md4 img {
  height: 100%;
  width: 100%;
  /* -o-object-fit: cover; */
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .page-contents__feel-img2--md4 img {
    position: static;
  }
}

.img-kobayakawa {
  width: 403px;
  width: 25.1875rem;
  height: 267px;
  height: 16.6875rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .img-kobayakawa {
    width: 100%;
  }
}

.img-kobayakawa img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* -o-object-fit: cover; */
     object-fit: cover;
}

.bottom-text {
  padding: 11px;
  padding: 0.6875rem;
  border: 1px solid #707070;
  margin-top: 36px;
  margin-top: 2.25rem;
}

.esaki-img {
  width: 637px;
  width: 39.8125rem;
}

@media screen and (max-width: 767px) {
  .esaki-img {
    width: 100%;
  }
}
/* 
.goutani-link {
  width: 338px;
  width: 21.125rem;
} */

/* @media screen and (max-width: 767px) {
  .goutani-link {
    width: 100%;
  }
} */

.goutani-box {
  display: block;
}

.goutani-box-top {
  width: 100%;
}

.goutani-box-bottom {
  width: 100%;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.goutani-img {
  width: 408px;
  width: 25.5rem;
}

@media screen and (max-width: 767px) {
  .goutani-img {
    width: 100%;
  }
}

.ooyama-link {
  width: calc(33.3333% - 0.45833rem);
  margin-right: 11px;
  margin-right: 0.6875rem;
}

@media screen and (max-width: 425px) {
  .ooyama-link {
    margin: 0.625rem auto;
    width: 100%;
  }
}

.ooyama-link:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 425px) {
  .ooyama-link:nth-child(3n)  {
    margin: 0 auto;
  }
}

.zisensya-mainview {
  background-image: url(../images/top/zisensya-mainview.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.test {
  padding: 10px;
  margin: 0 auto;
  color: #f00;
  background-color: #fff;
}

body {
  font-size: 60px;
  font-size: 3.75rem;
}
body{
cursor:url(../images/top/zisensya-mainview.png),auto;
}
