@charset "UTF-8";

body {
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-weight: 300;
  color: #313131;
  letter-spacing: 0.15em;
}

a {
  color: inherit;
  text-decoration: none;
}

th,
dt {
  font-weight: 500;
}

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

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

.display-block {
  display: block;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.clear {
  clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
  display: none !important;
}

.sp-only-2 {
  display: none !important;
}

.pc-only {
  display: block !important;
}

.pc-only-2 {
  display: inline-block !important;
}

/* font
-------------------------------*/

.bold {
  font-weight: bold;
}

/* margin
-------------------------------*/

.mb5 {
  margin-bottom: 5px !important;
}

/* padding
-------------------------------*/

.l-wrapper {
  width: 100%;
}

.l-wrapper.is-fixed {
  position: fixed;
}

.l-header {
  padding-bottom: 57px;
}

.l-footer {
  -webkit-box-shadow: 0 -3px 10px #e6f3f2;
  box-shadow: 0 -3px 10px #e6f3f2;
}

.l-inner {
  position: relative;
  max-width: 1680px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.l-inner--over-hidden {
  overflow: hidden;
}

.l-navi {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(197, 228, 226, 0.5);
  overflow-y: auto;
  z-index: 1000;
}

.l-navi__inner {
  background: #f5f5f5;
  width: 50%;
  min-height: 100%;
  margin-left: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-pc-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-pc-2col--mb {
  margin-bottom: 60px;
}

.l-pc-2col--mb-lg {
  margin-bottom: 120px;
}

.l-pc-2col--mb-sm {
  margin-bottom: 25px;
}

.l-pc-2col--mt {
  margin-top: 80px;
}

.l-pc-2col--recruit {
  position: relative;
}

.l-pc-2col--recruit::before {
  position: absolute;
  top: 55px;
  right: 60px;
  content: "";
  width: 172px;
  height: 187px;
  display: block;
  background: url(/iju/assets/img/deco_13.png) no-repeat center/contain;
}

.l-pc-2col--access {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-pc-2col--multi-row {
  margin-bottom: -40px;
}

.l-pc-2col--multi-row .l-pc-2col__item {
  margin-bottom: 40px;
}

.l-pc-2col__item {
  width: 46.4%;
}

.l-pc-2col__item--season {
  position: relative;
}

.l-pc-2col__item--season::before {
  position: absolute;
  top: -80px;
  right: 0;
  content: "";
  width: 167px;
  height: 161px;
  display: block;
  background: url(/iju/assets/img/deco_04.png) no-repeat center/contain;
}

.l-pc-2col__item--map {
  position: sticky;
  top: 20px;
}

.l-pc-2col__content:not(:last-child) {
  margin-bottom: 60px;
}

.l-section {
  padding: 120px 0;
}

.l-page {
  padding: 40px 0 0;
}

.noscript {
  color: red;
  font-weight: 500;
  text-align: center;
  font-size: 2rem;
}

.navi {
  padding: 225px 0 0;
}

.navi__contact {
  display: block;
  font-size: 2.8rem;
  letter-spacing: 0;
  border: 1px solid #5aa790;
  border-radius: 40px;
  padding: 16px 80px 18px 67px;
  width: 346px;
  height: 80px;
  margin: 73px auto 98px;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.navi__contact:hover {
  opacity: 0.6;
}

.navi__contact::before {
  position: absolute;
  top: -1px;
  right: 0;
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  background: url(/iju/assets/img/icon_menu_contact.svg) no-repeat center/contain;
}

.navi-list__item {
  font-size: 2.8rem;
  text-align: center;
}

.navi-list__item:not(:last-child) {
  margin-bottom: 38px;
}

.navi-list__item a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.navi-list__item a:hover {
  opacity: 0.6;
}

.copyright {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0;
  padding-bottom: 60px;
}

.menu-btn {
  position: fixed;
  top: 27px;
  right: 6.25%;
  width: 60px;
  height: 60px;
  z-index: 1001;
}

.menu-btn span {
  width: 100%;
  height: 3px;
  background: #424242;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.menu-btn span:first-child {
  top: calc(50% - 15px);
}

.menu-btn span:nth-child(2) {
  top: 50%;
}

.menu-btn span:nth-child(3) {
  top: calc(50% + 15px);
}

.menu-btn.is-opend span:first-child {
  top: calc(50% - 3px);
}

.menu-btn.is-opend span:nth-child(3) {
  top: calc(50% + 3px);
}

.header-logo {
  display: block;
  margin: 20px 0 0 3%;
  width: 200px;
}

.footer {
  position: relative;
  padding: 82px 0 18px;
}

.footer__logo {
  display: block;
  width: 226px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 84px;
}

.footer__logo img {
  width: 100%;
}

.footer__copyright {
  font-size: 1.8rem;
  line-height: 1.44;
  text-align: center;
  letter-spacing: 0;
}

.pagetop {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.9rem;
  letter-spacing: 0.2em;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  border: 6px solid #ebd842;
  background: #ffffff;
  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;
  padding-top: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.pagetop:hover {
  opacity: 0.7;
}

.pagetop::before {
  content: "▶";
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
}

.bg-pattern {
  background: #e5f3f2;
  position: relative;
}

.bg-pattern::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(/iju/assets/img/bg_pattern.svg) repeat left/319px auto;
  opacity: 0.5;
  mix-blend-mode: screen;
}

.bg-pattern--clearly::before {
  opacity: 0.89;
}

.text {
  letter-spacing: 0.1em;
  line-height: 1.78;
}

.text--lh-sm {
  line-height: 1.67;
}

.text--lh-lg {
  line-height: 2;
}

.text--mb {
  margin-bottom: 35px;
}

.text--weight-md {
  font-weight: 500;
}

.text p:not(:last-child) {
  margin-bottom: 1.78em;
}

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

.button-multi-wrap {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-multi-wrap a:not(:last-child) {
  margin-bottom: 20px;
}

.button-primary {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 250px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
  border: 1px solid #5aa790;
  border-radius: 2px;
  background: #ffffff;
  padding: 18px 43px;
  position: relative;
}

.button-primary::before {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "▶";
  color: #5aa790;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.button-primary--text-left {
  text-align: left;
}

.heading-1 {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 30px;
}

.heading-1::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 80px;
  height: 6px;
  display: block;
  background: #ebd842;
}

.heading-1--center {
  text-align: center;
}

.heading-1--center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.heading-1--mb-lg {
  margin-bottom: 37px;
}

.heading-1 span {
  display: inline-block;
}

.heading-2 {
  font-size: 3.2rem;
  line-height: 2;
  margin-bottom: 28px;
}

.heading-3 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 38px;
}

.heading-3:not(:first-child) {
  margin-top: 35px;
}

.heading-3 span {
  background: -o-linear-gradient(bottom, #ffffff 17px, transparent 17px);
  background: linear-gradient(0deg, #ffffff 17px, transparent 17px);
}

.heading-3--blue span {
  background: -o-linear-gradient(bottom, #e5f3f2 17px, transparent 17px);
  background: linear-gradient(0deg, #e5f3f2 17px, transparent 17px);
}

.breadcrumbs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 37px 0 20px;
}

.breadcrumbs__item:not(:last-child)::after {
  content: "＞";
  margin-left: 1em;
  margin-right: 0.5em;
}

.breadcrumbs__item a {
  color: #1a8ee8;
  text-decoration: underline;
}

.breadcrumbs__item a:hover {
  text-decoration: none;
}

.text-link {
  display: inline-block;
  color: #4678c8;
  text-decoration: underline;
  letter-spacing: 0.1em;
  line-height: 1.67;
  text-indent: -33px;
  padding-left: 33px;
}

.text-link:not(:last-of-type) {
  margin-bottom: 12px;
}

.text-link--pdf::before {
  content: "";
  width: 21px;
  height: 28px;
  display: inline-block;
  background: url(/iju/assets/img/icon_pdf.svg) no-repeat center/contain;
  margin-right: 12px;
  vertical-align: middle;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.text-link--word::before {
  content: "";
  width: 21px;
  height: 28px;
  display: inline-block;
  background: url(/iju/assets/img/icon_word.svg) no-repeat center/contain;
  margin-right: 12px;
  vertical-align: middle;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.list-1 li:not(:last-child) {
  margin-bottom: 12px;
}

.list-1 li::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #5aa790;
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.list-1 li a {
  text-decoration: underline;
}

.list-1 li a:hover {
  text-decoration: none;
}

.pagination {
  margin-top: 160px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination .page-numbers {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 500;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  background: #5aa790;
  color: #ffffff;
  display: inline-block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
  opacity: 0.8;
}

.pagination .page-numbers.prev::before,
.pagination .page-numbers.next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(/iju/assets/img/arrow_pagination.svg) no-repeat center/contain;
}

.pagination .page-numbers.prev {
  margin-right: 36px;
}

.pagination .page-numbers.next {
  margin-left: 36px;
}

.pagination .page-numbers.next::before {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  -ms-transform: translate(-50%, -50%) scale(-1, 1);
  transform: translate(-50%, -50%) scale(-1, 1);
}

.pagination .page-numbers.current {
  border: 1px solid #5aa790;
  background: #e5f3f2;
}

.pagination a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
}

.pagination a:hover {
  border-color: #5aa790;
  background: #e5f3f2;
}

.scrollin,
.scrollins__item {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
}

.scrollin.is-visible,
.scrollins__item.is-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.box-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-content {
  border: 1px solid #b4b4b4;
  background: #ffffff;
  padding: 40px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.3333333333%;
  padding: 40px 2.5% 30px;
}

.box-content__heading {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.67;
  text-align: center;
  margin-bottom: 20px;
}

.box-content__text {
  margin-bottom: 30px;
}

.home-pc-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 80px 0;
}

.home-pc-2col--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.home-pc-2col--pb-sm {
  padding-bottom: 40px;
}

.home-pc-2col__image {
  width: 50%;
}

.home-pc-2col__main {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-pc-2col__main__inner {
  max-width: 400px;
}

.home-pc-2col__main--voice::before {
  position: absolute;
  top: 13px;
  right: 0;
  content: "";
  width: 120px;
  height: 116px;
  display: block;
  background: url(/iju/assets/img/deco_04.png) no-repeat center/contain;
}

.home-pc-2col__main--about::before {
  position: absolute;
  top: 13px;
  right: calc(50% + 210px);
  content: "";
  width: 50px;
  height: 72px;
  display: block;
  background: url(/iju/assets/img/deco_05.png) no-repeat center/contain;
}

.home-pc-2col__main--about::after {
  position: absolute;
  bottom: 0;
  right: -35px;
  content: "";
  width: 120px;
  height: 118px;
  display: block;
  background: url(/iju/assets/img/deco_06.png) no-repeat center/contain;
}

.home-pc-2col__main--living::before {
  position: absolute;
  bottom: 0;
  left: auto;
  right: calc(50% + 200px);
  content: "";
  width: 150px;
  height: 135px;
  display: block;
  background: url(/iju/assets/img/deco_07.png) no-repeat center/contain;
}

.home-pc-2col__main--work::before {
  position: absolute;
  bottom: 5px;
  right: 0;
  content: "";
  width: 100px;
  height: 123px;
  display: block;
  background: url(/iju/assets/img/deco_08.png) no-repeat center/contain;
}

.home-pc-2col__text {
  position: relative;
  margin-bottom: 47px;
}

.home-pc-2col__youtube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #b4b4b4;
  padding: 30px 3%;
  width: 50%;
}

.home-pc-2col__youtube__heading {
  margin-bottom: 25px;
}

.home-pc-2col__youtube__movie {
  position: relative;
  width: 32.6%;
  min-width: 200px;
  margin-left: 5%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.home-pc-2col__youtube__movie::before {
  content: "";
  width: 100%;
  padding-top: 75%;
  display: block;
}

.home-pc-2col__youtube__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainvisual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 4.8%;
}

.mainvisual::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 100vw;
  height: 60.9%;
  display: block;
  background: #e5f3f2;
  z-index: -1;
}

.mainvisual::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 100vw;
  height: 60.9%;
  display: block;
  background: url(/iju/assets/img/bg_pattern.svg) repeat left/319px auto;
  opacity: 0.5;
  mix-blend-mode: screen;
}

.mainvisual__image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70.8%;
  margin-top: -60px;
}

.mainvisual__image-1 {
  position: relative;
  width: 43.7%;
  margin-top: 5.5%;
  z-index: 1;
}

.mainvisual__image-2 {
  position: relative;
  width: 67.2%;
  margin-top: -4.5%;
  margin-left: -11%;
}

.mainvisual__title {
  position: relative;
  margin-top: -2.5%;
  margin-left: 9.2%;
  width: clamp(100px, 7.8%, 132px);
}

.mainvisual__title img {
  width: 100%;
}

.mainvisual__title__lg {
  width: clamp(34.5%, 34.5%, 45.5px);
  margin-left: auto;
  margin-right: 0;
}

.mainvisual__title__sm {
  position: absolute;
  top: calc(50% - 70px);
  left: 0;
  width: clamp(20px, 23.2%, 30.4px);
}

.home-house {
  padding: 40px 0;
}

.home-house__head {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 20px;
  width: 33.3333333333%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.home-house__head::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 143px;
  height: 176px;
  display: block;
  background: url(/iju/assets/img/deco_01.png) no-repeat center/contain;
}

.home-house__head::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 166px;
  height: 154px;
  display: block;
  background: url(/iju/assets/img/deco_02.png) no-repeat center/contain;
}

.home-house__lead {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  margin-bottom: 36px;
}

.home-house .box-content:first-of-type {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.home-house .box-content:nth-of-type(2) {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.home-house .box-content:nth-of-type(3) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.home-news {
  padding: 76px 0 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home-news__head {
  padding-top: 50px;
  position: relative;
  width: 285px;
  margin-right: 8.33%;
}

.home-news__head::before {
  position: absolute;
  top: -10px;
  left: 5px;
  content: "";
  width: 100px;
  height: 70px;
  display: block;
  background: url(/iju/assets/img/deco_03.png) no-repeat center/contain;
}

.home-news__lead {
  margin-bottom: 35px;
}

.home-news__list {
  width: 66.7%;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

.news-list__item {
  width: 46.4%;
  background: #ffffff;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  overflow: hidden;
}

.news-list__item:nth-child(odd) {
  margin-right: 7.2%;
}

.news-list__item a {
  display: block;
}

.news-list__item a:hover .news-list__title {
  text-decoration: none;
}

.news-list__thumb {
  position: relative;
}

.news-list__thumb::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 36%;
}

.news-list__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-list__main {
  padding: 3px 20px 15px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.67;
}

.news-list__title {
  margin-bottom: 15px;
  text-decoration: underline;
}

.banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 80px;
  max-width: 1472px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -20px;
}

.banners__item {
  width: 31.5%;
  margin-bottom: 20px;
}

.banners__item:not(:nth-child(3n)) {
  margin-right: 2.75%;
}

.banners__item a {
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.banners__item a:hover {
  opacity: 0.6;
}

.page-head {
  position: relative;
  overflow: hidden;
}

.page-head::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 100vw;
  height: 60.7%;
  display: block;
  background: #e5f3f2;
  z-index: -1;
}

.page-head::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 100vw;
  height: 60.7%;
  display: block;
  background: url(/iju/assets/img/bg_pattern.svg) repeat left/319px auto;
  opacity: 0.5;
  mix-blend-mode: screen;
}

.page-head--voice .page-head__title {
  margin-bottom: 170px;
}

.page-head__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-head__inner--living::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 10.2%;
  height: 221px;
  display: block;
  background: url(/iju/assets/img/deco_09.png) no-repeat top center/contain;
}

.page-head__inner--house::before {
  position: absolute;
  top: 25px;
  right: 0;
  content: "";
  width: 10.4%;
  height: 172px;
  display: block;
  background: url(/iju/assets/img/deco_10.png) no-repeat top center/contain;
}

.page-head__inner--house .page-head__main {
  margin-top: 150px;
}

.page-head__inner--work::before {
  position: absolute;
  top: 95px;
  right: 0;
  content: "";
  width: 11.8%;
  height: 118px;
  display: block;
  background: url(/iju/assets/img/deco_11.png) no-repeat top center/contain;
}

.page-head__inner--work .page-head__main {
  margin-top: 0;
}

.page-head__inner--about::before {
  position: absolute;
  top: 55px;
  right: 0;
  content: "";
  width: 13.2%;
  height: 139px;
  display: block;
  background: url(/iju/assets/img/deco_12.png) no-repeat top center/contain;
}

.page-head__inner--about .page-head__main {
  margin-top: 150px;
}

.page-head__title {
  font-size: 4.8rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 32%;
}

.page-head__image {
  width: 69%;
}

.page-head__main {
  position: relative;
  width: 28.7%;
  margin-top: 35px;
}

.page-head__text {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.enjoy-list {
  margin-top: 38px;
}

.enjoy-list__item {
  margin-bottom: 20px;
}

.enjoy-list__text {
  margin-right: 80px;
}

.enjoy-list__text::before {
  content: "";
  width: 25px;
  height: 36px;
  display: inline-block;
  background: url(/iju/assets/img/icon_enjoy_list.svg) no-repeat center/contain;
  margin-right: 20px;
  vertical-align: middle;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.blog__image {
  max-width: 378px;
  margin-bottom: 30px;
}

.feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.67;
  border: 1px solid #226677;
}

.feature__item:not(:last-child) {
  margin-bottom: 10px;
}

.feature__item dt,
.feature__item dd {
  padding: 17px 20px;
}

.feature__item dt {
  color: #226677;
  background: #c5e4e2;
  border-right: 1px solid #226677;
  width: 30%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-bnr {
  display: block;
  max-width: 464px;
  margin-top: -20px;
}

.access {
  margin-bottom: 60px;
}

.access__item {
  border-left: 6px solid #5aa790;
  padding-left: 16px;
}

.access__item:not(:last-child) {
  margin-bottom: 28px;
}

.access__heading {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 17px;
}

.access__content {
  padding-left: 20px;
}

.access__content .text:not(:last-child) {
  margin-bottom: 25px;
}

.voice {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.voice-list {
  border-top: 1px solid #363636;
}

.voice-list__item {
  border-bottom: 1px solid #363636;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.67;
  text-indent: -60px;
  padding-left: 60px;
}

.voice-list__item a {
  display: block;
  padding: 20px 0 17px;
  text-decoration: underline;
  position: relative;
}

.voice-list__item a::before {
  content: "";
  width: 40px;
  height: 31px;
  display: inline-block;
  background: url(/iju/assets/img/icon_news.svg) no-repeat center/contain;
  margin-right: 20px;
  vertical-align: middle;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.voice-list__item a:hover {
  text-decoration: none;
}

/* base */

/* Tools */

/* Layout */

/* Module */

@media screen and (min-width: 769px) {
  .l-wrapper {
    /* 769px以上 */
  }

  .l-wrapper--has-pc-sticky-content {
    overflow: visible;
  }

  .l-pc-2col--reverse {
    /* 769px以上 */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .button-primary {
    /* 769px以上 */
  }

  .button-primary:hover {
    background: #5aa790;
    color: #ffffff;
  }

  .button-primary:hover::before {
    color: #ffffff;
  }

  .box-content__heading {
    /* 769px以上 */
    font-size: 2.2rem;
    margin-bottom: 35px;
  }

  .home-house {
    /* 769px以上 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 80px 0;
  }
}

@media only screen and (min-width: 1201px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (min-width: 1500px) {
  .l-pc-2col__item--pt {
    /* 1500px以上 */
    padding-top: 55px;
  }

  .header-logo {
    /* 1500px以上 */
    margin: 43px 0 0 6.25%;
    width: 226px;
  }

  .button-primary {
    /* 1500px以上 */
    font-size: 1.8rem;
    min-width: 280px;
  }

  .button-primary::before {
    /* 1500px以上 */
    left: 20px;
  }

  .box-content {
    /* 1500px以上 */
    padding: 55px 4.8% 60px;
  }

  .box-content--work {
    /* 1500px以上 */
    min-height: 387px;
  }

  .box-content__inner--living {
    /* 1500px以上 */
    margin-bottom: 45px;
  }

  .box-content__heading {
    /* 1500px以上 */
    font-size: 2.4rem;
  }

  .home-pc-2col__main--voice::before {
    /* 1500px以上 */
    width: 167px;
    height: 161px;
  }

  .home-pc-2col__main--about::before {
    /* 1500px以上 */
    right: calc(50% + 285px);
    width: 70px;
    height: 102px;
  }

  .home-pc-2col__main--about::after {
    /* 1500px以上 */
    bottom: -38px;
    right: auto;
    left: calc(50% + 280px);
    width: 175px;
    height: 173px;
  }

  .home-pc-2col__main--living::before {
    /* 1500px以上 */
    right: auto;
    left: -42px;
    width: 170px;
    height: 154px;
  }

  .home-pc-2col__main--work::before {
    /* 1500px以上 */
    width: 143px;
    height: 176px;
  }

  .home-news__head {
    /* 1500px以上 */
    padding-top: 140px;
  }

  .home-news__head::before {
    /* 1500px以上 */
    top: 5px;
    width: 141px;
    height: 99px;
  }

  .page-head__inner--living::before {
    /* 1500px以上 */
    top: 40px;
    top: 4.5%;
  }

  .page-head__inner--house::before {
    /* 1500px以上 */
  }

  .page-head__inner--work::before {
    /* 1500px以上 */
  }

  .page-head__inner--about::before {
    /* 1500px以上 */
  }
}

@media screen and (max-width: 999px) {
  .l-inner {
    /* 999px以下 */
    width: 90%;
  }

  .l-navi {
    /* 999px以下 */
    width: 100%;
  }

  .l-pc-2col {
    /* 999px以下 */
    display: block;
  }

  .l-pc-2col--recruit::before {
    /* 999px以下 */
    top: auto;
    bottom: -20px;
    right: 0;
    width: 100px;
    height: 108px;
  }

  .l-pc-2col__item {
    /* 999px以下 */
    width: 100%;
  }

  .l-pc-2col__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .l-pc-2col__item--mb-lg {
    /* 999px以下 */
  }

  .l-pc-2col__item--mb-lg:not(:last-child) {
    margin-bottom: 40px;
  }

  .l-pc-2col__item--pt {
    /* 999px以下 */
    padding-top: 0;
  }

  .l-pc-2col__item--season::before {
    /* 999px以下 */
    content: none;
  }

  .l-pc-2col__item--map {
    /* 999px以下 */
    position: static;
  }

  .l-pc-2col__content:not(:last-child) {
    /* 999px以下 */
    margin-bottom: 40px;
  }

  .l-section {
    /* 999px以下 */
    padding: 80px 0;
  }

  .navi__contact {
    /* 999px以下 */
    font-size: 2rem;
    width: 250px;
    height: 58px;
    padding: 12px 70px 15px 40px;
    margin: 40px auto 50px;
  }

  .navi__contact::before {
    /* 999px以下 */
    width: 58px;
    height: 58px;
  }

  .navi-list__item {
    /* 999px以下 */
    font-size: 2rem;
  }

  .header-logo {
    /* 999px以下 */
    width: 150px;
  }

  .text {
    /* 999px以下 */
  }

  .button-primary {
    /* 999px以下 */
    padding: 12px 30px;
  }

  .heading-1 {
    /* 999px以下 */
    font-size: 3rem;
  }

  .heading-2 {
    /* 999px以下 */
    font-size: 3rem;
  }

  .box-content {
    /* 999px以下 */
    width: 100%;
  }

  .home-pc-2col--md-center {
    /* 999px以下 */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-pc-2col__main {
    /* 999px以下 */
    width: 48%;
  }

  .home-pc-2col__main--about::after {
    /* 999px以下 */
    bottom: -30px;
  }

  .home-pc-2col__main--living::before {
    /* 999px以下 */
  }

  .home-pc-2col__main--work::before {
    /* 999px以下 */
    bottom: -20px;
    right: -4.2%;
  }

  .home-pc-2col__text {
    /* 999px以下 */
    margin-bottom: 30px;
  }

  .home-pc-2col__youtube {
    /* 999px以下 */
    display: block;
  }

  .home-pc-2col__youtube__heading {
    /* 999px以下 */
    margin-bottom: 10px;
  }

  .home-pc-2col__youtube__text {
    /* 999px以下 */
    margin-bottom: 20px;
  }

  .home-pc-2col__youtube__movie {
    /* 999px以下 */
    width: 100%;
    margin-left: 0;
  }

  .mainvisual::before {
    /* 999px以下 */
    background-size: 160px auto;
  }

  .mainvisual__title {
    /* 999px以下 */
    width: 10%;
  }

  .home-house__head {
    /* 999px以下 */
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .home-house__head::before {
    /* 999px以下 */
    left: 50%;
    -webkit-transform: translateX(-50vw);
    -ms-transform: translateX(-50vw);
    transform: translateX(-50vw);
    width: 100px;
    height: 123px;
  }

  .home-house__head::after {
    /* 999px以下 */
    right: 50%;
    -webkit-transform: translateX(50vw);
    -ms-transform: translateX(50vw);
    transform: translateX(50vw);
    width: 120px;
    height: 111px;
  }

  .home-house .box-content {
    /* 999px以下 */
  }

  .home-house .box-content:first-of-type {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .home-house .box-content:nth-of-type(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .home-house .box-content:nth-of-type(3) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .news-list__thumb::before {
    /* 999px以下 */
    padding-top: 50%;
  }

  .news-list__main {
    /* 999px以下 */
    font-size: 1.6rem;
    padding: 5px 10px 15px;
  }

  .page-head::before {
    /* 999px以下 */
    background-size: 160px auto;
  }

  .page-head__inner--living::before {
    /* 999px以下 */
    content: none;
  }

  .page-head__inner--house::before {
    /* 999px以下 */
    content: none;
  }

  .page-head__inner--work::before {
    /* 999px以下 */
    content: none;
  }

  .page-head__inner--about::before {
    /* 999px以下 */
    content: none;
  }

  .single-bnr {
    /* 999px以下 */
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  body {
    position: relative;
    min-width: 375px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }

  .l-wrapper {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .sp-only {
    /* 768px以下 */
    display: block !important;
  }

  .sp-only-2 {
    /* 768px以下 */
    display: inline-block !important;
  }

  .pc-only {
    /* 768px以下 */
    display: none !important;
  }

  .pc-only-2 {
    /* 768px以下 */
    display: none !important;
  }

  .l-header {
    /* 768px以下 */
    padding-bottom: 30px;
  }

  .l-navi__inner {
    /* 768px以下 */
    width: 100%;
  }

  .l-pc-2col--mb {
    /* 768px以下 */
    margin-bottom: 30px;
  }

  .l-pc-2col--mb-lg {
    /* 768px以下 */
    margin-bottom: 60px;
  }

  .l-pc-2col--mb-sm {
    /* 768px以下 */
    margin-bottom: 15px;
  }

  .l-pc-2col--mt {
    /* 768px以下 */
    margin-top: 40px;
  }

  .l-pc-2col--recruit::before {
    /* 768px以下 */
    width: 80px;
    height: 87px;
  }

  .l-section {
    /* 768px以下 */
    padding: 50px 0;
  }

  .navi {
    /* 768px以下 */
    padding: 100px 0 0;
  }

  .navi-list__item:not(:last-child) {
    /* 768px以下 */
    margin-bottom: 25px;
  }

  .navi-list__item a:hover {
    /* 768px以下 */
    opacity: 1;
  }

  .copyright {
    /* 768px以下 */
    padding-bottom: 30px;
  }

  .menu-btn {
    /* 768px以下 */
    top: 15px;
    width: 40px;
    height: 40px;
  }

  .menu-btn span:first-child {
    /* 768px以下 */
    top: calc(50% - 10px);
  }

  .menu-btn span:nth-child(3) {
    /* 768px以下 */
    top: calc(50% + 10px);
  }

  .menu-btn.is-opend span:first-child {
    /* 768px以下 */
    top: calc(50% - 1px);
  }

  .menu-btn.is-opend span:nth-child(3) {
    /* 768px以下 */
    top: calc(50% + 1px);
  }

  .header-logo {
    /* 768px以下 */
    margin: 10px 0 15px 6.25%;
    width: 100px;
  }

  .header-logo img {
    width: 100%;
  }

  .footer {
    /* 768px以下 */
    padding: 60px 0 15px;
  }

  .footer__logo {
    /* 768px以下 */
    width: 180px;
    margin-bottom: 60px;
  }

  .footer__copyright {
    /* 768px以下 */
    font-size: 1.6rem;
  }

  .pagetop {
    /* 768px以下 */
    width: 80px;
    height: 80px;
    border-width: 3px;
    font-size: 1.6rem;
    padding-top: 10px;
  }

  .pagetop::before {
    /* 768px以下 */
    top: 10px;
  }

  .bg-pattern::before {
    /* 768px以下 */
    background-size: 160px auto;
  }

  .text--mb {
    /* 768px以下 */
    margin-bottom: 20px;
  }

  .button-multi-wrap {
    /* 768px以下 */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-primary-wrap {
    /* 768px以下 */
    text-align: center;
  }

  .button-primary {
    /* 768px以下 */
    font-size: 1.5rem;
  }

  .heading-1 {
    /* 768px以下 */
    font-size: 2.5rem;
    padding-bottom: 10px;
  }

  .heading-1::before {
    width: 60px;
  }

  .heading-1::before {
    /* 768px以下 */
    height: 4px;
  }

  .heading-3 {
    /* 768px以下 */
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .breadcrumbs {
    /* 768px以下 */
    padding: 25px 0 15px;
  }

  .text-link--pdf::before {
    /* 768px以下 */
    margin-right: 10px;
  }

  .text-link--word::before {
    /* 768px以下 */
    margin-right: 10px;
  }

  .pagination {
    /* 768px以下 */
    margin-top: 80px;
  }

  .pagination .page-numbers {
    /* 768px以下 */
    width: 35px;
    height: 35px;
    font-size: 2rem;
    margin: 0 5px;
  }

  .pagination .page-numbers.prev::before,
  .pagination .page-numbers.next::before {
    /* 768px以下 */
    width: 12px;
    heigth: 12px;
  }

  .pagination .page-numbers.prev {
    /* 768px以下 */
    margin-right: 15px;
  }

  .pagination .page-numbers.next {
    /* 768px以下 */
    margin-left: 15px;
  }

  .box-content {
    /* 768px以下 */
    width: 100%;
  }

  .home-pc-2col {
    /* 768px以下 */
    display: block;
    padding: 40px 0;
  }

  .home-pc-2col__image {
    /* 768px以下 */
    width: 100%;
  }

  .home-pc-2col__main {
    /* 768px以下 */
    width: 100%;
    margin-top: 10px;
  }

  .home-pc-2col__main__inner {
    /* 768px以下 */
    max-width: 100%;
    width: 100%;
  }

  .home-pc-2col__main--about::before {
    /* 768px以下 */
    top: -66px;
    right: auto;
    left: -20px;
  }

  .home-pc-2col__main--about::after {
    /* 768px以下 */
    right: auto;
    left: calc(50% + 100px);
  }

  .home-pc-2col__main--living::before {
    /* 768px以下 */
    bottom: -50px;
    right: auto;
    left: calc(50% + 60px);
  }

  .home-pc-2col__main--work::before {
    /* 768px以下 */
    right: -6%;
  }

  .home-pc-2col__youtube {
    /* 768px以下 */
    width: 100%;
    padding: 30px 20px;
  }

  .mainvisual {
    /* 768px以下 */
    padding-bottom: 10%;
  }

  .mainvisual::after {
    /* 768px以下 */
    min-width: 375px;
    height: 65%;
  }

  .mainvisual::before {
    /* 768px以下 */
    min-width: 375px;
    height: 65%;
  }

  .mainvisual__image-wrap {
    /* 768px以下 */
    width: 90%;
    margin-top: -30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mainvisual__image-1 {
    /* 768px以下 */
    width: 85%;
    margin-top: -10%;
    margin-left: -11%;
  }

  .mainvisual__image-2 {
    /* 768px以下 */
    width: 100%;
    margin-top: 0;
  }

  .mainvisual__title {
    /* 768px以下 */
    margin-left: 5%;
  }

  .mainvisual__title__lg {
    /* 768px以下 */
    width: clamp(96%, 96%, 64px);
  }

  .mainvisual__title__sm {
    /* 768px以下 */
    top: 25%;
    left: -90%;
    width: 60%;
  }

  .home-news {
    /* 768px以下 */
    display: block;
    padding: 40px 0;
  }

  .home-news__head {
    /* 768px以下 */
    width: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .home-news__lead {
    /* 768px以下 */
    margin-bottom: 0;
  }

  .home-news__list {
    /* 768px以下 */
    width: 100%;
  }

  .home-news__button {
    /* 768px以下 */
    margin-top: 30px;
  }

  .news-list {
    /* 768px以下 */
    margin-bottom: -20px;
  }

  .news-list__item {
    /* 768px以下 */
    width: 100%;
    margin-bottom: 20px;
  }

  .news-list__item:nth-child(odd) {
    /* 768px以下 */
    margin-right: 0;
  }

  .banners {
    /* 768px以下 */
    display: block;
  }

  .banners__item {
    /* 768px以下 */
    width: 100%;
  }

  .page-head::after {
    /* 768px以下 */
    min-width: 375px;
    height: calc(100% - 80px);
  }

  .page-head::before {
    /* 768px以下 */
    min-width: 375px;
    height: calc(100% - 80px);
  }

  .page-head--voice .page-head__title {
    /* 768px以下 */
    margin-bottom: 100px;
  }

  .page-head__inner {
    /* 768px以下 */
    display: block;
  }

  .page-head__inner--house .page-head__main {
    /* 768px以下 */
    margin-top: 20px;
  }

  .page-head__inner--work .page-head__main {
    /* 768px以下 */
    margin-top: 20px;
  }

  .page-head__inner--about .page-head__main {
    /* 768px以下 */
    margin-top: 20px;
  }

  .page-head__title {
    /* 768px以下 */
    font-size: 3rem;
    margin-bottom: 20px;
  }

  .page-head__image {
    /* 768px以下 */
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .page-head__main {
    /* 768px以下 */
    width: 100%;
    margin-top: 20px;
  }

  .page-head__text {
    /* 768px以下 */
    max-width: 100%;
  }

  .enjoy-list__item {
    /* 768px以下 */
    margin-bottom: 30px;
  }

  .enjoy-list__text {
    /* 768px以下 */
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 5px;
  }

  .enjoy-list__text::before {
    /* 768px以下 */
    width: 20px;
    height: 29px;
    margin-right: 10px;
  }

  .feature__item dt,
  .feature__item dd {
    /* 768px以下 */
    padding: 10px 15px;
  }

  .access {
    /* 768px以下 */
    margin-bottom: 30px;
  }

  .access__heading {
    /* 768px以下 */
    font-size: 1.8rem;
  }

  .voice-list__item {
    /* 768px以下 */
    text-indent: -35px;
    padding-left: 35px;
  }

  .voice-list__item a {
    /* 768px以下 */
    padding: 15px 0;
  }

  .voice-list__item a::before {
    /* 768px以下 */
    width: 25px;
    height: 20px;
    margin-right: 10px;
  }
}

/*==================================
Detail - 詳細ページ
==================================*/
/* Basic Information - ページ基本情報 */
.c-update_date {
  text-align: right;
  font-size: 90%;
}

.c-shareList {
  margin-top: 0.2em;
  display: flex;
  justify-content: flex-end;
}
.c-shareList > li:not(:first-of-type) {
  margin-left: 1em;
}
.c-shareList a {
  display: block;
}

/*==================================
News - ニュース
==================================*/
/* newsBody - 本体 */
.c-newsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  margin-top: -80px;
}
.c-newsList::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 40px);
}

.c-newsList_item figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.c-newsList__news .c-newsList_item figure img {
  aspect-ratio: 20 / 7;
}
.c-newsList__bank .c-newsList_item figure img {
  aspect-ratio: 2 / 1;
}

.c-newsList_item {
  margin-top: 80px;
  width: calc(100% / 3 - 40px);
  box-shadow: 1px 1px 8px 0 rgba(31, 31, 31, 0.1);
  background: #fff;
}

.c-newsList_item > a .c-newsList_item_body {
  text-decoration: underline;
}
.c-newsList_item > a:hover .c-newsList_item_body {
  text-decoration: none;
}

.c-newsList_item_def {
  padding: 10px 20px;
}
.c-newsList_item_head {
  display: flex;
  align-items: center;
}
.c-newsList_item_head > :not(:first-child) {
  margin-left: 1em;
}
.c-newsList_item_date {
  font-size: 1.5rem;
  font-weight: normal;
}
.c-newsList_item_body {
  flex: 1;
  margin-top: 12px;
}

@media only screen and (max-width: 1200px) {
  .c-newsList::after {
    content: none;
  }
  .c-newsList_item {
    width: calc(100% / 2 - 20px);
  }
}
@media only screen and (max-width: 768px) {
  .c-newsList {
    flex-direction: column;
    margin-top: -40px;
  }
  .c-newsList_item {
    width: 100%;
    margin-top: 40px;
  }
}

/* TOP用 */
@media only screen and (min-width: 1201px) {
  .c-newsList__top .c-newsList_item {
    width: calc(100% / 2 - 40px);
  }
}

@media only screen and (max-width: 1200px) {
  .c-newsList__top .c-newsList_item {
    width: 100%;
  }
}

/* TabBtn */
.c-tabBtns {
  display: flex;
  justify-content: center;
}
.c-tabBtns_item {
  width: calc(100% / 5 - 20px);
  max-width: 210px;
}
.c-tabBtns_item:not(:first-of-type) {
  margin-left: 10px;
}

.c-tabBtns_item > a {
  display: block;
  background: #f5f5f5;
  border-radius: 3px;
  text-align: center;
  padding: 16px 20px;
  border: 1px solid #f5f5f5;

  text-decoration: none;
  color: inherit;
}
.c-tabBtns_item > a:hover,
.c-tabBtns_item > a.is-active {
  border-color: #5aa790;
}

@media only screen and (max-width: 1200px) {
  .c-tabBtns {
    margin-top: -4px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-tabBtns::after {
    content: "";
    display: block;
    width: calc(100% / 3 - 4px);
  }
  .c-tabBtns_item {
    margin-top: 4px;
    width: calc(100% / 3 - 4px);
    max-width: none;
  }
  .c-tabBtns_item:not(:first-of-type) {
    margin-left: 0;
  }

  .c-tabBtns_item > a {
    padding: 10px 7px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

/* label */
.c-label {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 10em;
  font-size: 1.6rem;
  font-weight: normal;
  border: 1px solid #b4b4b4;
}
@media only screen and (max-width: 768px) {
  .c-label {
    font-size: 1.4rem;
  }
}

/* colobar */
.c-colorbar {
  border-top: 10px solid #5aa790;
}

.c-colorbar__c01 {
  border-color: #88a75a;
}
.c-colorbar__c02 {
  border-color: #ac6496;
}
.c-colorbar__c03 {
  border-color: #5a71a7;
}
.c-colorbar__c04 {
  border-color: #5a95a7;
}
.c-colorbar__c05 {
  border-color: #a79d5a;
}
.c-colorbar__c06 {
  border-color: #a75a5a;
}
