@charset "UTF-8";

.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
-------------------------------*/

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

.l-footer {
  position: relative;
  background: url(../img/bg_footer_2.png) repeat center top/27px auto;
  padding: 50px 0 20px;
}

.l-footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100%;
  height: 24px;
  background: inherit;
  background-position: center bottom;
  -webkit-mask: url(../img/bg_footer_1.png) repeat center bottom/auto 100%;
  mask: url(../img/bg_footer_1.png) repeat center bottom/auto 100%;
}

.l-inner {
  position: relative;
  max-width: 1000px;
  width: calc(100% - 160px);
  margin-left: auto;
  margin-right: auto;
}

.l-side {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  padding: 40px 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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3000;
}

.l-navi {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  padding: 40px 80px 40px 40px;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: #ffffff;
}

.l-navi__inner {
  position: relative;
  background: url(../img/bg_navi.jpg) no-repeat center/cover, #0096ff;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.l-navi__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.page-header {
  position: relative;
  padding: 40px 80px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background: url(../img/bg_footer_2.png) repeat center bottom/27px auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.page-header__content {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: clamp(30px, 4.6vw, 70px);
}

.page-header__content .heading-ver-1 {
  margin: 1em auto 0;
}

.page-header__content:after {
  content: "";
  display: block;
  width: 160px;
  height: 120px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/deco_page_03.svg) no-repeat center/contain;
}

.page-header__image {
  width: 100%;
  min-height: 550px;
}

.page-header__image img {
  display: block;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(1.8rem, 1.6vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.333333;
  text-decoration: none;
  color: #363636;
}

.logo--white {
  color: white;
}

.logo img {
  display: block;
  margin-right: 0.8em;
  width: 3.333333em;
}

.logo--footer {
  font-size: clamp(2.4rem, 3.1vw, 3.6rem);
  margin-right: 30px;
}

a.logo {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a.logo:hover {
  opacity: 0.7;
}

.logo-side-ver {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  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;
  color: #363636;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-decoration: none;
}

.logo-side-ver:hover {
  opacity: 0.7;
}

.logo-side-ver img {
  width: 1.73913em;
  margin-bottom: 0.7em;
}

.menu-btn {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.menu-btn:hover {
  opacity: 0.7;
}

.menu-btn__icon {
  position: relative;
  width: 50px;
  height: 25px;
  display: block;
}

.menu-btn__icon span {
  display: block;
  background: #363636;
  width: 100%;
  height: 3px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  left: 0;
}

.menu-btn__icon span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.menu-btn__icon span:nth-child(2) {
  width: 75%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu-btn__icon span:nth-child(3) {
  bottom: 0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.menu-btn__text {
  font-weight: 700;
  font-size: 1.4rem;
  display: block;
  margin-top: 0.6em;
}

.menu-btn.is-opend .menu-btn__icon span:nth-child(2) {
  width: 0;
}

.menu-btn.is-opend .menu-btn__icon span:nth-child(1) {
  width: 110%;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}

.menu-btn.is-opend .menu-btn__icon span:nth-child(3) {
  width: 110%;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.sns-link__item {
  margin-top: 10px;
}

.sns-link__item a {
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.sns-link__item a:hover {
  opacity: 0.7;
}

.sns-link__item a[target="_blank"]:after {
  content: none;
}

.sns-link__item img {
  display: block;
  width: 34px;
}

.navi {
  -webkit-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  transform: translateX(-40%);
}

.navi__item {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: right;
  margin: 0.5em 0;
}

.navi__item a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.navi__item a:hover {
  opacity: 0.7;
}

.navi-public-site-link {
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 40px;
}

.navi-public-site-link a {
  color: inherit;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.navi-public-site-link a[target="_blank"]::after {
  content: "";
  width: 0.85em;
  height: 0.85em;
  background: url(../img/icon_ex_black.svg) no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0.1em 0.5em;
}

.navi-public-site-link a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 1px;
}

.contact-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 200px 0 160px;
}

.contact {
  position: relative;
  background: #0096ff;
  width: 48%;
  max-width: 480px;
  padding: 67px 3.8% 35px;
}

.contact:not(:last-child) {
  margin-right: 4%;
}

.contact__number {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  font: 500 10rem "Barlow", "Zen Kaku Gothic New", sans-serif;
}

.contact__heading {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  position: relative;
  padding-bottom: 25px;
}

.contact__heading::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 80px;
  height: 2px;
  display: block;
  background: #ffffff;
}

.contact__heading span {
  display: inline-block;
}

.contact__info {
  color: #ffffff;
  text-align: center;
  margin-top: 26px;
  font-family: "Barlow", "Zen Kaku Gothic New", sans-serif;
}

.contact__tel {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.contact__tel__lg {
  display: inline-block;
  font: 600 5.4rem "Barlow", "Zen Kaku Gothic New", sans-serif;
  color: inherit;
  letter-spacing: 0.1em;
  margin-bottom: -10px;
}

.contact__tel__lg::before {
  content: "";
  width: 22px;
  height: 40px;
  display: inline-block;
  background: url(/ijyu/assets/img/icon_phone_white.svg) no-repeat center/contain;
  margin-right: 20px;
}

.contact__tel__lg span {
  letter-spacing: 0;
}

.contact__name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 25px;
}

.contact__address {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
}

.contact__btn {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 30px;
  padding: 9px 0;
  text-decoration: none;
  margin-top: 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.contact__btn:hover {
  background: #ffffff;
  color: #0096ff;
}

.contact__text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
}

.contact__text span {
  font-size: 2rem;
}

.link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 143px;
}

.link-area__head {
  margin-top: -3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.link-area__main {
  max-width: 640px;
}

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -41px;
}

.links__item {
  width: 46.9%;
  margin-bottom: 41px;
}

.links__item:nth-child(odd) {
  margin-right: 6.2%;
}

.footer {
  color: #ffffff;
  padding: 43px 0 23px;
  position: relative;
}

.footer::before {
  pointer-events: none;
  position: absolute;
  bottom: calc(100% - 8px);
  left: 0;
  content: "";
  width: calc(100% + 120px);
  max-width: calc(50% + 50vw);
  height: 212px;
  display: block;
  background: url(/ijyu/assets/img/deco_footer_01.svg) no-repeat left 4.5% bottom/240px auto, url(/ijyu/assets/img/deco_footer_02.svg) no-repeat right top/60px auto;
}

.footer__top {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 37px;
  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;
}

.footer__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.footer__navi__item {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-bottom: 10px;
}

.footer__navi__item:not(:last-child) {
  padding-right: 18px;
  margin-right: 18px;
  border-right: 1px solid #ffffff;
}

.footer__navi__item a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.footer__navi__item a:hover {
  opacity: 0.7;
}

.footer__link {
  font-size: 1.6rem;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.footer__link:hover {
  opacity: 0.7;
}

.footer__link::after {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: url(../img/icon_ex_white.svg) no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0.1em 1.25em;
}

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

.footer__info {
  text-align: right;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 2;
  margin-top: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Barlow", "Zen Kaku Gothic New", sans-serif;
}

.copyright {
  font: 600 1.6rem "Barlow", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.pagetop-wrap {
  position: absolute;
  top: -80px;
  right: 80px;
  width: 160px;
  height: 160px;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 80px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #ff3700;
  color: #ffffff;
  font: 600 3.6rem "Barlow", "Zen Kaku Gothic New", sans-serif;
  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-transition: 0.5s opacity;
  -o-transition: 0.5s opacity;
  transition: 0.5s opacity;
  opacity: 0;
  z-index: 1000;
}

.pagetop.is-visible {
  opacity: 1;
}

.pagetop.is-floating {
  position: absolute;
  right: 0;
  bottom: 0;
}

.pagetop:hover {
  opacity: 0.7;
}

.pagetop::before {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 15px;
  height: 90px;
  display: block;
  background: url(/ijyu/assets/img/arrow_pagetop.svg) no-repeat center/contain;
}

.home-header {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 40px 80px 40px 40px;
  background: -o-linear-gradient(bottom, #e1f0ff 0, #e1f0ff 205px, transparent 205px);
  background: linear-gradient(to top, #e1f0ff 0, #e1f0ff 205px, transparent 205px);
}

.home-header__inner {
  background: url(/ijyu/assets/img/bg_home_header.jpg) no-repeat center/cover;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.home-header__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 27.7%;
  min-width: 310px;
}

.home-header__title img {
  width: 100%;
}

.scroll-annouce {
  width: 10px;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.scroll-annouce::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #363636;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.scroll-annouce::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #363636;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-animation: moving 1.3s ease-out infinite;
  animation: moving 1.3s ease-out infinite;
}

.home-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 160px 0 155px;
}

.home-news__head {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.home-news__content {
  width: 80%;
}

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

.news-list__item {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  border-bottom: 1px solid #363636;
}

.news-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  padding: 23px 20px 24px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.news-list__item a:hover {
  opacity: 0.7;
}

.news-list__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.news-list__date::after {
  content: " ｜";
  margin-right: 0.4em;
}

.news-list__new {
  font: 600 1.8rem "Barlow", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  color: #ffffff;
  background: #ff3700;
  border-radius: 4px;
  padding: 4px 12px;
  margin-left: 8px;
}

.about {
  padding: 160px 0 160px;
  position: relative;
}

.about::before {
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 1840px;
  height: 220px;
  display: block;
  background: url(/ijyu/assets/img/bg_home_about.svg) no-repeat center/contain;
  z-index: -1;
}

.about::after {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 100vw;
  max-width: 1400px;
  height: 200px;
  display: block;
  background: url(/ijyu/assets/img/deco_home_about_01.svg) no-repeat top left/120px auto, url(/ijyu/assets/img/deco_home_about_02.svg) no-repeat bottom left 125px/35px auto;
  pointer-events: none;
}

.about__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.about__map-image {
  position: absolute;
  bottom: -95px;
  right: 60px;
  width: 50%;
  max-width: 500px;
  height: 34.3vw;
  max-height: 480px;
  display: block;
  z-index: 0;
}

.about__map-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.about__image-wrap {
  width: 66%;
  margin-bottom: 63px;
}

.about__image {
  width: 145%;
  position: relative;
  left: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.about__text {
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2.33;
}

.home-about-head {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-right: -10px;
  z-index: 8;
}

.home-about-head__jp {
  font-size: clamp(6rem, 6.9vw, 8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-orientation: upright;
  line-height: 1.25;
}

.home-about-head__en {
  font-size: clamp(2.2rem, 2vw, 2.4rem);
  font-weight: 600;
  font-family: "Barlow", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  display: inline-block;
  margin-right: clamp(5.8%, 5.8%, 40px);
}

.home-about-head__en::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 3.33em;
  background: #363636;
  margin: 0 0 1em;
}

.charm {
  padding: 35px 0 155px;
  position: relative;
}

.charm::before {
  position: absolute;
  top: 0;
  right: calc(50% - 240px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: calc(50vw + 240px);
  height: 160px;
  display: block;
  background: #e1f0ff;
}

.charm::after {
  position: absolute;
  top: -40px;
  right: -80px;
  content: "";
  height: 280px;
  width: clamp(110px, 10.3vw, 198px);
  display: block;
  background: url(/ijyu/assets/img/deco_home_charm.svg) no-repeat center/contain;
}

.charm .heading-hor-1 {
  position: relative;
}

.charm-list {
  margin-top: 70px;
  margin-bottom: -75px;
}

.charm-list::before,
.charm-list::after {
  content: "";
  display: table;
}

.charm-list::after {
  clear: both;
}

.charm-list__item {
  position: relative;
  float: left;
  width: 46%;
  margin-bottom: 75px;
}

.charm-list__item:nth-child(2) {
  margin-top: 80px;
}

.charm-list__item:nth-child(even) {
  margin-left: 8%;
  float: right;
}

.charm-list__item a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.charm-list__image {
  position: relative;
  margin-bottom: 30px;
}

.charm-list__image::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 100%;
}

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

.charm-list__heading {
  position: absolute;
  top: 0;
  left: 0;
  background: #e1f0ff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 2.15em 1.15em;
  height: 200px;
}

.charm-list__heading__jp {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: -8px;
}

.charm-list__heading__en {
  font: 600 1.2rem "Barlow", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
}

.charm-list__heading__en::before {
  content: "";
  width: 1px;
  height: 40px;
  display: inline-block;
  background: #363636;
  margin: 0 0 1em;
}

.charm-list__main {
  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;
}

.charm-list__text {
  width: calc(100% - 80px - 8.7%);
}

.charm-list__arrow {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #0096ff;
  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;
}

.movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 150px 0 160px;
  position: relative;
}

.movie::before {
  position: absolute;
  top: -8%;
  left: 8%;
  content: "";
  width: 20%;
  height: 12.7%;
  display: block;
  background: url(/ijyu/assets/img/deco_home_movie_01.svg) no-repeat center/contain;
}

.movie::after {
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: calc(100% + 160px);
  min-width: 970px;
  height: 140px;
  display: block;
  background: url(/ijyu/assets/img/deco_home_movie_02.svg) no-repeat bottom right/240px auto;
  pointer-events: none;
}

.movie__head {
  padding-top: 10px;
  margin-right: -20px;
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 10em;
}

.movie__head .heading-ver-2 {
  margin-left: auto;
}

.movie__main {
  width: 80%;
}

.movie__pic {
  position: relative;
  margin-top: 73px;
}

.movie__pic::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 56.25%;
}

.movie__pic iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 75px 0 160px;
  position: relative;
}

.voice::before {
  position: absolute;
  bottom: -8.4%;
  left: -12%;
  content: "";
  width: 30%;
  height: 34%;
  display: block;
  background: url(/ijyu/assets/img/deco_home_voice.svg) no-repeat center/contain;
  z-index: 1;
}

.voice__head {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 7%;
}

.voice__main {
  max-width: 600px;
  margin-top: 55px;
}

.lg-image {
  position: relative;
  width: calc(100% - 80px);
}

.lg-image img {
  display: block;
}

.lg-image--right {
  margin-left: auto;
}

.lg-image--illust::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.lg-image--illust--about::after {
  background-image: url(../img/deco_page_01.svg);
  width: 14.7%;
  height: 36.1%;
  bottom: -11.1%;
  left: 2.3%;
}

.lg-image--illust--living::after {
  background-image: url(../img/deco_page_02.svg);
  width: 13%;
  height: 22%;
  bottom: -11%;
  left: 4.3%;
}

.lg-image--illust--enjoy::after {
  background-image: url(../img/deco_page_01.svg);
  width: 14.7%;
  height: 36.1%;
  top: -25%;
  left: 19.3%;
}

.lg-image--illust--house::after {
  background-image: url(../img/deco_page_01.svg);
  width: 14.7%;
  height: 36.1%;
  top: -16.5%;
  left: 19.3%;
}

.lg-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 80px);
}

.lg-gallery--right {
  margin-left: auto;
}

.lg-gallery img {
  display: block;
  width: 25%;
}

.lg-gallery--illust-enjoy {
  position: relative;
}

.lg-gallery--illust-enjoy::before {
  position: absolute;
  bottom: 83.5%;
  right: 19.3%;
  content: "";
  width: 15.9%;
  height: 63.6%;
  display: block;
  background: url(/ijyu/assets/img/deco_page_17.svg) no-repeat center/contain;
}

.heading-hor-1__jp {
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.heading-hor-1__en {
  font: 600 2.4rem "Barlow", "Zen Kaku Gothic New", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.heading-hor-1__en::before {
  content: "";
  width: 80px;
  height: 2px;
  display: inline-block;
  background: #363636;
  margin-right: 20px;
  vertical-align: middle;
}

.heading-hor-1--charm {
  width: calc(50% + 240px);
}

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

.heading-hor-2 {
  margin-bottom: 3.8em;
}

.heading-hor-2__jp {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.heading-hor-2__jp span {
  display: inline-block;
}

.heading-hor-2__en {
  font: 600 1.4rem "Barlow", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  display: block;
  line-height: 1;
  margin-top: 1.1em;
}

.heading-hor-2__en::before {
  content: "";
  display: inline-block;
  width: 2.85em;
  height: 1px;
  background: #363636;
  vertical-align: middle;
  margin: 0 0.7em 0 0;
}

.heading-hor-2__en--white::before {
  background: white;
}

.heading-ver-1 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: clamp(6.8rem, 5.32vw, 8rem);
}

.heading-ver-1__jp {
  font-weight: 700;
  letter-spacing: 0.2em;
  text-orientation: upright;
  line-height: 1;
}

.heading-ver-1__en {
  font: 600 0.3em "Barlow", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  margin-right: 1.4em;
  margin-left: -0.4em;
  display: block;
}

.heading-ver-1__en::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 3.333333em;
  background: #363636;
  margin: 0 0.2em 1em 0;
}

.heading-ver-2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.heading-ver-2__jp {
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-orientation: upright;
}

.heading-ver-2__en {
  font: 600 2.4rem "Barlow", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  display: inline-block;
  margin-right: 12px;
}

.heading-ver-2__en::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 3.33em;
  background: #363636;
  margin: 0 0.2em 0.8em 0;
}

.heading-ver-2--white {
  color: #ffffff;
}

.heading-ver-2--white .heading-ver-2__en::before {
  background: #ffffff;
}

.heading-ver-3 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.heading-ver-3__jp {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-orientation: upright;
  line-height: 1;
}

.heading-ver-3__en {
  font: 600 1.4rem "Barlow", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 1.5em;
  display: block;
}

.heading-ver-3__en::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 2.85em;
  background: #363636;
  vertical-align: middle;
  margin: 0 0 0.7em -0.8em;
}

.heading-ver-3__en--white::before {
  background: #ffffff;
}

.heading-secondary {
  position: relative;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.8em;
}

.heading-tertiary {
  position: relative;
  margin-bottom: 0.7em;
  color: #0096ff;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  padding-left: 2em;
}

.heading-tertiary::before {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.heading-tertiary:not(:first-child) {
  margin-top: 2.3em;
}

.heading-tertiary--temperature::before {
  background-image: url(../img/icon_temperature.svg);
}

.heading-tertiary--rain::before {
  background-image: url(../img/icon_rain.svg);
}

.heading-tertiary--sunny::before {
  background-image: url(../img/icon_sunny.svg);
}

.heading-tertiary--snow::before {
  background-image: url(../img/icon_snow.svg);
}

.heading-tertiary--cart {
  padding-left: 2.5em;
  margin-bottom: 1.3em;
}

.heading-tertiary--cart::before {
  background-image: url(../img/icon_cart.svg);
  width: 1.7em;
  height: 1.7em;
}

.heading-tertiary--water {
  padding-left: 2.5em;
  margin-bottom: 1.3em;
}

.heading-tertiary--water::before {
  background-image: url(../img/icon_water.svg);
  width: 1.7em;
  height: 2.1em;
}

.heading-tertiary--car {
  padding-left: 2.5em;
  margin-bottom: 1.3em;
}

.heading-tertiary--car::before {
  background-image: url(../img/icon_car.svg);
  width: 1.7em;
  height: 1.3em;
  top: 0.1em;
}

.heading-tertiary--phone {
  padding-left: 2.5em;
  margin-bottom: 1.3em;
}

.heading-tertiary--phone::before {
  background-image: url(../img/icon_phone.svg);
  width: 1em;
  height: 1.6em;
  left: 0.33em;
}

.heading-tertiary--matsuri {
  padding-left: 2.5em;
  margin-bottom: 1.3em;
}

.heading-tertiary--matsuri::before {
  background-image: url(../img/icon_matsuri.svg);
  width: 1.7em;
  height: 2em;
  top: -0.16em;
}

.heading-tertiary--facebook {
  padding-left: 2.9em;
  margin-bottom: 1.5em;
}

.heading-tertiary--facebook::before {
  background-image: url(../img/icon_facebook_02.svg);
  width: 2.1em;
  height: 2.1em;
  top: 0.33em;
}

.heading-tertiary--house {
  padding-left: 2.5em;
  margin-bottom: 1.3em;
}

.heading-tertiary--house::before {
  background-image: url(../img/icon_house.svg);
  width: 1.7em;
  height: 1.5em;
}

.heading-tertiary--black {
  color: #363636;
}

.text {
  font-size: 0.888888em; /* l-wrapperのフォントサイズ基準：1.6rem */
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
}

.text:not(:first-child) {
  margin-top: 30px;
}

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

.text-lg {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.text-lg:not(:first-child) {
  margin-top: 30px;
}

.text-lg span:not([class]) {
  font-size: 1.6rem;
}

.text a,
.text-lg a {
  color: #363636;
}

.text a[target="_blank"]::after,
.text-lg a[target="_blank"]::after {
  content: "";
  width: 0.85em;
  height: 0.85em;
  background: url(../img/icon_ex_black.svg) no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0.1em 0.5em;
}

.button-wrap {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.2em;
}

.button-wrap .button-primary {
  min-width: 18.75em;
  margin-left: 1.3em;
  margin-top: 20px;
}

.button-wrap--mt-lg {
  margin-top: 2.4em;
}

.button-primary {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #363636;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.button-primary::after {
  content: "";
  display: block;
  width: 5em;
  height: 5em;
  background: url(../img/icon_arrow_white.svg) no-repeat center/1.875em auto, #0096ff;
  border-radius: 50%;
  margin-left: 1.25em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.button-primary:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.button-primary--white {
  color: white;
}

.button-primary--black-icon::after {
  background: url(../img/icon_arrow_black.svg) no-repeat center/1.875em auto;
  border: 1px solid #363636;
}

.button-primary--white-icon::after {
  background: url(../img/icon_arrow_white.svg) no-repeat center/1.875em auto;
  border: 1px solid white;
}

.section-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 140px 0 80px;
}

.section-a--pb-lg {
  padding-bottom: 210px;
}

.section-a--illust-enjoy {
  position: relative;
}

.section-a--illust-enjoy::before {
  position: absolute;
  bottom: 80px;
  left: -40px;
  content: "";
  width: 120px;
  height: 118px;
  display: block;
  background: url(/ijyu/assets/img/deco_page_15.svg) no-repeat center/contain;
}

.section-a__head {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 2em;
}

.section-a__head--absolute .heading-ver-3 {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  z-index: 100;
}

.section-a__head--illust-overview:before {
  content: "";
  width: 468px;
  height: 155px;
  background: url(../img/deco_page_06.svg) no-repeat center/contain;
  position: absolute;
  top: 40px;
  right: -80px;
  z-index: -1;
}

.section-a__head--illust-work:before {
  content: "";
  width: 130px;
  height: 130px;
  background: url(../img/deco_page_10.svg) no-repeat center/contain;
  position: absolute;
  top: calc(100% + 45px);
  right: 10px;
}

.section-a__head--illust-living::before {
  position: absolute;
  top: -40px;
  left: -80px;
  content: "";
  width: 240px;
  height: 230px;
  display: block;
  background: url(/ijyu/assets/img/deco_page_13.svg) no-repeat center/contain;
  z-index: -1;
}

.section-a__content {
  width: 800px;
  max-width: calc(100% - 5.5em);
}

.section-a__item:not(:first-child) {
  margin-top: 3.8em;
  border-top: 1px solid #ffffff;
  padding-top: 3.8em;
}

.section-b {
  position: relative;
  padding: 160px 0 90px;
}

.section-b--illust-plane::before {
  content: "";
  width: 160px;
  height: 160px;
  background: url(../img/deco_page_07.svg) no-repeat center/contain;
  position: absolute;
  top: 120px;
  right: 0;
  z-index: -1;
}

.section-b--illust-house::before {
  content: "";
  width: 225px;
  height: 200px;
  background: url(../img/deco_page_09.svg) no-repeat center/contain;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: -1;
}

.section-b--illust-playing::before {
  content: "";
  width: 280px;
  height: 280px;
  background: url(../img/deco_page_08.svg) no-repeat center/contain;
  position: absolute;
  bottom: -150px;
  right: -80px;
}

.section-b--illust-living::before {
  position: absolute;
  top: 90px;
  right: 0;
  content: "";
  width: 265px;
  height: 200px;
  display: block;
  background: url(/ijyu/assets/img/deco_page_14.svg) no-repeat center/contain;
  z-index: -1;
}

.section-b--illust-enjoy-1::before {
  position: absolute;
  top: 90px;
  right: 0;
  content: "";
  width: 120px;
  height: 160px;
  display: block;
  background: url(/ijyu/assets/img/deco_page_16.svg) no-repeat center/contain;
  z-index: -1;
}

.section-b--illust-enjoy-2::before {
  position: absolute;
  top: 130px;
  right: 0;
  content: "";
  width: 120px;
  height: 120px;
  display: block;
  background: url(/ijyu/assets/img/deco_page_18.svg) no-repeat center/contain;
}

.section-b--pb-lg {
  padding-bottom: 160px;
}

.section-b__item {
  position: relative;
}

.section-b__item:not(:first-child) {
  border-top: 1px solid #363636;
  margin-top: 3.3em;
  padding-top: 3.7em;
}

.section-b__item--bt-none:not(:first-child) {
  border-top: none;
  margin-top: 0;
  padding-top: 2em;
}

.section-b__item--illust-on-line:before {
  content: "";
  width: 56px;
  height: 80px;
  background: url(../img/deco_page_04.svg) no-repeat center/contain;
  position: absolute;
  top: -40px;
  left: 24%;
}

.section-b__item--illust-bg::before,
.section-b__item--illust-bg::after {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: block;
}

.section-b__item--illust-bg::before {
  top: 270px;
  left: 50%;
  width: 1840px;
  height: 220px;
  background: url(/ijyu/assets/img/bg_home_about.svg) no-repeat center/contain;
}

.section-b__item--illust-bg::after {
  top: 320px;
  left: 50%;
  width: 100vw;
  max-width: 1400px;
  height: 200px;
  background: url(/ijyu/assets/img/deco_home_about_01.svg) no-repeat top left/120px auto, url(/ijyu/assets/img/deco_home_about_02.svg) no-repeat bottom left 125px/35px auto;
}

.section-b__2col {
  position: relative;
  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;
  z-index: 5;
}

div + .section-b__2col {
  margin-top: 4em;
}

.section-b__2col__item {
  width: 46%;
  margin-bottom: 3em;
}

.section-b__2col__item img {
  display: block;
}

.section-b__2col__item:nth-last-child(2),
.section-b__2col__item:last-child {
  margin-bottom: 0;
}

.bg-sky {
  background: #e1f0ff;
}

.bg-bottom-sky {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(63.5%, transparent), color-stop(63.5%, #e1f0ff), to(#e1f0ff));
  background: -o-linear-gradient(top, transparent 0, transparent 63.5%, #e1f0ff 63.5%, #e1f0ff 100%);
  background: linear-gradient(to bottom, transparent 0, transparent 63.5%, #e1f0ff 63.5%, #e1f0ff 100%);
}

.bg-top-sky {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e1f0ff), color-stop(20%, #e1f0ff), color-stop(20%, transparent), to(transparent));
  background: -o-linear-gradient(top, #e1f0ff 0, #e1f0ff 20%, transparent 20%, transparent 100%);
  background: linear-gradient(to bottom, #e1f0ff 0, #e1f0ff 20%, transparent 20%, transparent 100%);
}

.bg-top-white {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(22%, transparent), color-stop(22%, #e1f0ff), to(#e1f0ff));
  background: -o-linear-gradient(top, transparent 0, transparent 22%, #e1f0ff 22%, #e1f0ff 100%);
  background: linear-gradient(to bottom, transparent 0, transparent 22%, #e1f0ff 22%, #e1f0ff 100%);
}

.bg-top-blue-dot {
  position: relative;
}

.bg-top-blue-dot::before {
  content: "";
  display: block;
  width: 100%;
  height: 37%;
  background: url(../img/bg_footer_2.png) repeat center bottom/27px auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg-blue-dot {
  color: white;
  background: url(../img/bg_footer_2.png) repeat center top/27px auto;
}

.list li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.list li:before {
  content: "●";
  padding-right: 0.5em;
}

.list--lg li {
  margin-top: 0.5em;
}

.instruction__head {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 0.25em;
}

.instruction__head::before {
  content: "●";
  padding-right: 0.5em;
}

.instruction__head:not(:first-child) {
  margin-top: 1.3em;
}

.instruction__text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.625;
}

.section-c {
  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;
  padding: 60px 0 150px;
}

.section-c__main {
  position: relative;
  width: 50%;
  padding-top: 142px;
}

.section-c__main--illust-about:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: -5.5vw;
  background: url(../img/deco_page_05.svg) no-repeat center/contain;
  width: 35px;
  height: 40px;
}

.section-c__image {
  width: 45%;
}

.section-c__image img {
  display: block;
  max-width: initial;
  width: 110%;
  position: relative;
  left: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.section-d {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 60px 0 160px;
}

.section-d__main {
  width: 50%;
}

.section-d__main--illust-living {
  position: relative;
}

.section-d__main--illust-living::before {
  position: absolute;
  top: -32.8%;
  right: -24%;
  content: "";
  width: 40%;
  height: 38.5%;
  display: block;
  background: url(/ijyu/assets/img/deco_page_11.svg) no-repeat center/contain;
}

.section-d__main--illust-living::after {
  position: absolute;
  bottom: -100px;
  right: calc(100% + 25px);
  content: "";
  width: 56px;
  height: 80px;
  display: block;
  background: url(/ijyu/assets/img/deco_page_12.svg) no-repeat center/contain;
}

.section-d__image {
  width: 45%;
}

.section-d__image img {
  display: block;
  max-width: initial;
  width: 110%;
  position: relative;
  left: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: calc(100% + 50vw - 500px);
  min-width: calc(100% + 80px);
}

.fig-earthquake {
  background: #0096ff;
  color: #fff;
  padding: 12% 9% 6%;
  font-family: "Barlow", "Zen Kaku Gothic New", sans-serif;
}

.fig-earthquake__heading {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}

.fig-earthquake__heading span {
  display: inline-block;
}

.fig-earthquake__text {
  margin-top: 0.9em;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 700;
}

.fig-earthquake__table {
  margin-top: 2em;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.fig-earthquake__table td,
.fig-earthquake__table th {
  border: 1px solid #fff;
  border-collapse: collapse;
  width: 33.3333%;
  padding: 0.5em;
  text-align: center;
}

.fig-earthquake__table caption {
  margin-top: 1em;
  caption-side: bottom;
  text-align: right;
}

.fig-land {
  background: #0096ff;
  color: #fff;
  padding: 10% 9% 8%;
  font-weight: 700;
}

.fig-land__heading {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}

.fig-land__text {
  margin-top: 0.7em;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.fig-land__table {
  margin-top: 2.2em;
  width: 100%;
  font-family: "Barlow", "Zen Kaku Gothic New", sans-serif;
}

.fig-land__table td,
.fig-land__table th {
  border: 1px solid #fff;
  border-collapse: collapse;
  width: 33.3333%;
  padding: 0.55em;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.note {
  margin-top: 35px;
  background: #ebf5ff;
  padding: 1.7em 5.7%;
}

.house-image {
  max-width: 695px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.house-image__caption {
  font-size: 0.888888em; /* l-wrapperのフォントサイズ基準：1.6rem */
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
}

.pdf-link {
  display: inline-block;
  margin-top: 0.8em;
  position: relative;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 2.6em;
}

.pdf-link::before {
  position: absolute;
  content: "";
  background: url(../img/icon_pdf.svg) no-repeat center/contain;
  width: 1.6875em;
  height: 2.25em;
  top: 0;
  left: 0;
}

.pdf-link:after {
  content: none;
}

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

.scrollin-up {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.scrollin-up.is-visible {
  opacity: 1;
  -webkit-animation: up-in 0.4s ease-in forwards;
  animation: up-in 0.4s ease-in forwards;
}

@media screen and (min-width: 769px) and (max-height: 550px) {
  .logo-side-ver {
    /* 769px以上かつ高さが550px以下 */
    display: none;
  }

  .navi__item {
    /* 769px以上かつ高さが550px以下 */
    font-size: 2.4rem;
    margin: 0.3em 0;
  }
}

@media screen and (min-width: 1500px) {
  .l-side {
    /* 1500px以上 */
    width: 160px;
    padding: 80px 0;
  }

  .l-navi {
    /* 1500px以上 */
    padding: 80px 160px 80px 80px;
  }

  .l-navi__inner {
    /* 1500px以上 */
    padding: 80px;
  }

  .page-header::before {
    /* 1500px以上 */
    height: 240px;
  }

  .page-header {
    /* 1500px以上 */
    padding: 80px 160px 80px 80px;
  }

  .page-header__content:after {
    /* 1500px以上 */
    bottom: 80px;
    width: 200px;
    height: 160px;
  }

  .logo-side-ver {
    /* 1500px以上 */
    font-size: 2.3rem;
  }

  .menu-btn__icon {
    /* 1500px以上 */
    width: 80px;
    height: 40px;
  }

  .menu-btn__text {
    /* 1500px以上 */
    font-size: 2rem;
    letter-spacing: 0.1em;
  }

  .sns-link__item {
    /* 1500px以上 */
    margin-top: 20px;
  }

  .sns-link__item img {
    /* 1500px以上 */
    width: 40px;
  }

  .navi-public-site-link {
    /* 1500px以上 */
    padding: 3.333333em 4.444444em;
  }

  .navi-public-site-link a {
    /* 1500px以上 */
    font-size: 2.4rem;
  }

  .pagetop-wrap {
    /* 1500px以上 */
    right: 180px;
  }

  .pagetop {
    /* 1500px以上 */
    right: 180px;
  }

  .home-header {
    /* 1500px以上 */
    padding: 80px 160px 80px 80px;
    background: -o-linear-gradient(bottom, #e1f0ff 0, #e1f0ff 320px, transparent 320px);
    background: linear-gradient(to top, #e1f0ff 0, #e1f0ff 320px, transparent 320px);
  }

  .home-header__inner {
    /* 1500px以上 */
    padding: 80px;
  }

  .scroll-annouce {
    /* 1500px以上 */
    height: 160px;
  }

  .lg-image {
    /* 1500px以上 */
    width: calc(100% - 160px);
  }

  .lg-gallery {
    /* 1500px以上 */
    width: calc(100% - 160px);
  }

  .section-c {
    /* 1500px以上 */
    padding: 80px 0 230px;
  }

  .section-c__image img {
    /* 1500px以上 */
    width: 130%;
  }

  .section-d {
    /* 1500px以上 */
    padding: 80px 0 160px;
  }

  .section-d__image {
    /* 1500px以上 */
    width: 34%;
  }
}

@media screen and (min-width: 1500px) and (max-height: 800px) {
  .l-side {
    /* 横1500px以上かつ縦800px以下 */
    padding: 40px 0;
  }

  .l-navi {
    /* 横1500px以上かつ縦800px以下 */
    padding: 40px 160px 40px 40px;
  }

  .l-navi__inner {
    /* 横1500px以上かつ縦800px以下 */
    padding: 40px;
  }

  .page-header {
    /* 横1500px以上かつ縦800px以下 */
    padding: 40px 160px 40px 40px;
  }

  .logo-side-ver {
    /* 横1500px以上かつ縦800px以下 */
    font-size: 2rem;
  }

  .sns-link__item {
    /* 横1500px以上かつ縦800px以下 */
    margin-top: 10px;
  }

  .sns-link__item img {
    /* 横1500px以上かつ縦800px以下 */
    width: 36px;
  }

  .home-header {
    /* 横1500px以上かつ縦800px以下 */
    padding: 40px 160px 40px 40px;
    background: -o-linear-gradient(bottom, #e1f0ff 0, #e1f0ff 205px, transparent 205px);
    background: linear-gradient(to top, #e1f0ff 0, #e1f0ff 205px, transparent 205px);
  }

  .home-header__inner {
    /* 横1500px以上かつ縦800px以下 */
    padding: 40px;
  }

  .scroll-annouce {
    /* 横1500px以上かつ縦800px以下 */
    height: 80px;
  }
}

@media screen and (min-width: 1500px) and (max-height: 660px) {
  .logo-side-ver {
    /* 横1500px以上かつ縦660px以下 */
    display: none;
  }
}

@media screen and (min-width: 1500px) and (min-height: 1100px) {
  .navi__item {
    /* 横1500px以上かつ縦110px以上 */
    font-size: 4.2rem;
    margin: 0.75em 0;
  }
}

@media screen and (min-width: 1700px) {
  .section-c__image img {
    /* 1700px以上 */
    width: 188%;
  }

  .section-c__image {
    /* 1700px以上 */
    width: 34%;
  }
}

@media screen and (max-width: 979px) {
  .l-inner {
    /* 979px以下 */
    width: calc(100% - 120px);
    margin-left: 40px;
  }

  .navi {
    /* 979px以下 */
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .contact-area {
    /* 979px以下 */
    display: block;
    padding: 100px 0 80px;
  }

  .contact {
    /* 979px以下 */
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact:not(:last-child) {
    margin-right: auto;
    margin-bottom: 70px;
  }

  .charm-list__text {
    /* 979px以下 */
    width: calc(100% - 60px - 3%);
  }

  .charm-list__arrow {
    /* 979px以下 */
    width: 60px;
    height: 60px;
  }

  .voice {
    /* 979px以下 */
    display: block;
  }

  .voice__main {
    /* 979px以下 */
    max-width: initial;
  }

  .lg-image--right {
    /* 979px以下 */
    width: calc(100% - 40px);
  }

  .lg-gallery--right {
    /* 979px以下 */
    width: calc(100% - 40px);
  }

  .section-a__head--illust-work:before {
    /* 979px以下 */
    width: 60px;
    height: 60px;
    top: calc(100% + 25px);
    right: 20px;
  }

  .section-c {
    /* 979px以下 */
    display: block;
  }

  .section-c__main {
    /* 979px以下 */
    width: 70%;
    padding-top: 10px;
    margin-left: auto;
  }

  .section-c__image {
    /* 979px以下 */
    width: 70%;
    max-width: 300px;
  }

  .section-d {
    /* 979px以下 */
    display: block;
    padding: 40px 0 40px;
  }

  .section-d__main {
    /* 979px以下 */
    width: 100%;
  }

  .section-d__main--illust-living::before {
    /* 979px以下 */
    width: 80px;
    height: 93px;
    top: -80px;
    right: -10px;
  }

  .section-d__main--illust-living::after {
    /* 979px以下 */
    bottom: 0;
    right: auto;
    left: 0;
    width: 30px;
    height: 43px;
  }

  .section-d__image {
    /* 979px以下 */
    width: 100%;
    margin-top: 30px;
  }

  .section-d__image img {
    /* 979px以下 */
    width: calc(50% + 50vw);
    min-width: initial;
  }
}

@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-inner {
    /* 768px以下 */
    width: 89.333333%;
    margin-left: auto;
  }

  .l-side {
    /* 768px以下 */
    position: static;
    width: auto;
    height: auto;
    padding: 0;
  }

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

  .l-navi__inner {
    /* 768px以下 */
    overflow: auto;
    padding: 5.3333335vw;
    background: url(../img/bg_navi_sp.jpg) no-repeat center right/cover, #0096ff;
  }

  .l-navi__main {
    /* 768px以下 */
    min-height: 480px;
  }

  .page-header {
    /* 768px以下 */
    padding: 0;
    display: block;
  }

  .page-header__content {
    /* 768px以下 */
    margin-right: 0;
    width: 100%;
    padding: 5.3333335vw 5.3333335vw calc(5.3333335vw + 10px);
  }

  .page-header__content .heading-ver-1 {
    /* 768px以下 */
    margin: 0.5em 0 0;
  }

  .page-header__content:after {
    /* 768px以下 */
    bottom: 8px;
    left: auto;
    right: 10px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    width: 80px;
    height: 60px;
  }

  .page-header__image {
    /* 768px以下 */
    min-height: initial;
    width: 95%;
    margin-left: auto;
  }

  .logo {
    /* 768px以下 */
    font-size: 1.15rem;
  }

  .logo--footer {
    /* 768px以下 */
    marign-right: 0;
    font-size: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo-side-ver {
    /* 768px以下 */
    display: none;
  }

  .menu-btn {
    /* 768px以下 */
    -webkit-filter: drop-shadow(0 1px 1px rgba(255, 255, 255, 0.4));
    filter: drop-shadow(0 1px 1px rgba(255, 255, 255, 0.4));
    position: fixed;
    top: 5.3333335vw;
    right: 5.3333335vw;
    z-index: 3000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .menu-btn.is-opend {
    color: #ffffff;
    -webkit-filter: none;
    filter: none;
  }

  .menu-btn__icon span {
    /* 768px以下 */
    height: 2px;
  }

  .menu-btn__icon {
    /* 768px以下 */
    width: 40px;
    height: 20px;
  }

  .menu-btn__text {
    /* 768px以下 */
    font-size: 1rem;
  }

  .menu-btn.is-opend .menu-btn__icon span {
    /* 768px以下 */
    background: #ffffff;
  }

  .sns-link {
    /* 768px以下 */
    display: none;
  }

  .navi__item {
    /* 768px以下 */
    font-size: 2rem;
  }

  .navi-public-site-link {
    /* 768px以下 */
    font-size: 1.5rem;
    padding: 5.333333vw;
  }

  .navi-public-site-link a {
    /* 768px以下 */
    font-size: 1.5rem;
  }

  .contact {
    /* 768px以下 */
    width: 100%;
    padding: 35px 3.8% 20px;
  }

  .contact:not(:last-child) {
    margin-bottom: 40px;
  }

  .contact__number {
    /* 768px以下 */
    font-size: 7rem;
  }

  .contact__heading {
    /* 768px以下 */
    font-size: 2rem;
    padding-bottom: 15px;
  }

  .contact__info {
    /* 768px以下 */
    margin-top: 12px;
  }

  .contact__tel {
    /* 768px以下 */
    font-size: 1.4rem;
  }

  .contact__tel__lg {
    /* 768px以下 */
    font-size: 4rem;
  }

  .contact__tel__lg::before {
    /* 768px以下 */
    width: 18px;
    height: 33px;
    margin-right: 10px;
  }

  .contact__name {
    /* 768px以下 */
    font-size: 1.8rem;
    margin-top: 20px;
  }

  .contact__address {
    /* 768px以下 */
    font-size: 1.4rem;
  }

  .contact__btn {
    /* 768px以下 */
    font-size: 1.8rem;
    padding: 5px 0;
    margin-top: 20px;
  }

  .contact__text {
    /* 768px以下 */
    font-size: 1.4rem;
    margin-top: 20px;
  }

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

  .link-area {
    /* 768px以下 */
    display: block;
    padding-bottom: 80px;
  }

  .links {
    /* 768px以下 */
    margin-bottom: -20px;
    margin-top: 30px;
  }

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

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

  .footer::before {
    /* 768px以下 */
    bottom: calc(100% + 10px);
    height: 120px;
    background-size: 120px auto, 50px auto;
    background-position: left bottom, right top;
  }

  .footer__top {
    /* 768px以下 */
    display: block;
    text-align: right;
  }

  .footer__navi {
    /* 768px以下 */
  }

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

  .footer__link {
    /* 768px以下 */
    margin-left: 0;
    display: inline-block;
    margin-top: 30px;
  }

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

  .footer__info {
    /* 768px以下 */
    text-align: center;
    margin-top: 30px;
    font-size: 1.4rem;
  }

  .pagetop-wrap {
    /* 768px以下 */
    top: -20px;
    right: 10px;
    width: 60px;
    height: 60px;
  }

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

  .pagetop {
    /* 768px以下 */
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
    bottom: 20px;
    right: 10px;
  }

  .pagetop::before {
    /* 768px以下 */
    width: 12px;
    height: 46px;
  }

  .home-header {
    /* 768px以下 */
    padding: 0;
  }

  .home-header__inner {
    /* 768px以下 */
    padding: 5.3333335vw;
    background-position: center right -100px;
  }

  .home-header__title {
    /* 768px以下 */
    width: 66.6666%;
    min-width: initial;
  }

  .scroll-annouce {
    /* 768px以下 */
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }

  .scroll-annouce::before {
    /* 768px以下 */
    width: 1px;
  }

  .scroll-annouce::after {
    /* 768px以下 */
    width: 5px;
    height: 5px;
  }

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

  .home-news__head {
    /* 768px以下 */
    margin-bottom: 20px;
  }

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

  .news-list__item a {
    /* 768px以下 */
    display: block;
    padding: 10px;
  }

  .news-list__date {
    /* 768px以下 */
    display: block;
  }

  .news-list__date::after {
    /* 768px以下 */
    content: none;
  }

  .news-list__title {
    /* 768px以下 */
    display: inline;
  }

  .news-list__new {
    /* 768px以下 */
    display: inline-block;
    padding: 2px 10px;
  }

  .about {
    /* 768px以下 */
    padding: 80px 0 80px;
  }

  .about::before {
    /* 768px以下 */
    bottom: 40px;
    width: 1003px;
    height: 120px;
  }

  .about::after {
    /* 768px以下 */
    bottom: 10px;
    height: 120px;
    background-size: 70px auto, 20px auto;
    background-position: top left, bottom left 80px;
  }

  .about__top {
    /* 768px以下 */
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .about__map-image {
    /* 768px以下 */
    width: 200px;
    height: 192px;
    bottom: -50px;
    right: 0;
  }

  .about__image-wrap {
    /* 768px以下 */
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 30px;
  }

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

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

  .home-about-head {
    /* 768px以下 */
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .home-about-head__jp {
    /* 768px以下 */
    font-size: 3.5rem;
  }

  .home-about-head__en {
    /* 768px以下 */
    font-size: 1.8rem;
    margin-right: 0;
  }

  .home-about-head__en::before {
    /* 768px以下 */
    width: 3.33em;
    height: 1px;
    margin: 0 0.8em 0.3em 0;
  }

  .charm {
    /* 768px以下 */
    padding: 35px 0 80px;
  }

  .charm::before {
    /* 768px以下 */
    content: none;
  }

  .charm::after {
    /* 768px以下 */
    width: 60px;
    height: 85px;
    top: 90px;
    right: 0;
    pointer-events: none;
  }

  .charm-list {
    /* 768px以下 */
    margin-top: 35px;
    margin-bottom: -40px;
  }

  .charm-list::before {
    content: none;
  }

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

  .charm-list__item:nth-child(2) {
    /* 768px以下 */
    margin-top: 0;
  }

  .charm-list__image {
    /* 768px以下 */
    margin-bottom: 20px;
  }

  .charm-list__heading {
    /* 768px以下 */
    height: 160px;
  }

  .charm-list__heading__jp {
    /* 768px以下 */
    font-size: 3rem;
  }

  .movie {
    /* 768px以下 */
    display: block;
    padding: 75px 0 80px;
  }

  .movie::before {
    /* 768px以下 */
    top: -70px;
    left: 20px;
    width: 100px;
    height: 100px;
  }

  .movie::after {
    /* 768px以下 */
    bottom: 5px;
    width: 100vw;
    min-width: auto;
    background-size: 120px auto;
  }

  .movie__head {
    /* 768px以下 */
    padding-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    width: 100%;
  }

  .movie__head .heading-ver-2 {
    /* 768px以下 */
    margin-left: 0;
  }

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

  .movie__pic {
    /* 768px以下 */
    margin-top: 35px;
  }

  .voice {
    /* 768px以下 */
    padding: 35px 0 80px;
  }

  .voice::before {
    /* 768px以下 */
    left: 0;
    width: 45%;
    height: 23.5%;
  }

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

  .home-bottom-image img {
    /* 768px以下 */
    width: 200%;
    max-width: 990px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-46%);
    -ms-transform: translateX(-46%);
    transform: translateX(-46%);
  }

  .lg-image {
    /* 768px以下 */
    width: 95%;
  }

  .lg-gallery {
    /* 768px以下 */
    width: 95%;
  }

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

  .lg-gallery img {
    /* 768px以下 */
    width: 50%;
  }

  .lg-gallery--illust-enjoy::before {
    /* 768px以下 */
    bottom: 93%;
    right: 10%;
    width: 28%;
    height: 28%;
  }

  .heading-hor-1__jp {
    /* 768px以下 */
    font-size: 3.5rem;
  }

  .heading-hor-1__en {
    /* 768px以下 */
    font-size: 2rem;
    margin-bottom: 0;
  }

  .heading-hor-1__en::before {
    /* 768px以下 */
    width: 50px;
    margin-right: 10px;
  }

  .heading-hor-1--charm {
    /* 768px以下 */
    width: 100%;
  }

  .heading-hor-2 {
    /* 768px以下 */
    margin-bottom: 2.7em;
  }

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

  .heading-hor-2__en {
    /* 768px以下 */
    font-size: 1rem;
    margin-top: 1.2em;
  }

  .heading-ver-1 {
    /* 768px以下 */
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 5.8rem;
  }

  .heading-ver-1__en {
    /* 768px以下 */
    margin: 0.7em 0 0;
  }

  .heading-ver-1__en::before {
    /* 768px以下 */
    width: 2.8em;
    height: 1px;
    vertical-align: middle;
    margin: 0 0.5em 0.1em 0;
  }

  .heading-ver-2 {
    /* 768px以下 */
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .heading-ver-2__jp {
    /* 768px以下 */
    font-size: 3.5rem;
  }

  .heading-ver-2__en {
    /* 768px以下 */
    font-size: 2rem;
    margin-right: 0;
  }

  .heading-ver-2__en::before {
    /* 768px以下 */
    width: 3.33em;
    height: 1px;
    margin: 0 0.8em 0.3em 0;
  }

  .heading-ver-3__jp {
    /* 768px以下 */
    font-size: 3rem;
  }

  .heading-ver-3__en {
    /* 768px以下 */
    font-size: 1rem;
    margin-right: 1.2em;
  }

  .heading-secondary {
    /* 768px以下 */
    font-size: 2.5rem;
    margin-bottom: 0.5em;
  }

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

  .heading-tertiary--facebook {
    /* 768px以下 */
    padding-left: 2.5em;
    letter-spacing: 0.05em;
  }

  .heading-tertiary--facebook::before {
    /* 768px以下 */
    width: 1.8em;
    height: 1.8em;
  }

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

  .button-wrap {
    /* 768px以下 */
    display: block;
    margin-top: 1.2em;
  }

  .button-wrap .button-primary {
    /* 768px以下 */
    margin-top: 15px;
    margin-left: 0;
    min-width: initial;
  }

  .button-wrap--mt-lg {
    /* 768px以下 */
    margin-top: 1.2em;
  }

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

  .button-primary::after {
    /* 768px以下 */
    width: 3.8em;
    height: 3.8em;
    margin-left: 0.7em;
  }

  .section-a {
    /* 768px以下 */
    padding: 60px 0;
  }

  .section-a--pb-lg {
    /* 768px以下 */
    padding-bottom: 80px;
  }

  .section-a--illust-enjoy::before {
    /* 768px以下 */
    left: -10px;
    width: 80px;
    height: 78px;
  }

  .section-a__head {
    /* 768px以下 */
    width: 5em;
    margin-right: 0;
  }

  .section-a__head--absolute .heading-ver-3 {
    /* 768px以下 */
    position: static;
  }

  .section-a__head--illust-living::before {
    /* 768px以下 */
    top: 0;
    left: -30px;
    width: 120px;
    height: 113px;
  }

  .section-a__content {
    /* 768px以下 */
    width: calc(100% - 5em);
    max-width: initial;
  }

  .section-a__item:not(:first-child) {
    /* 768px以下 */
    margin-top: 2.6em;
    padding-top: 2em;
  }

  .section-b {
    /* 768px以下 */
    padding: 60px 0;
  }

  .section-b--illust-plane::before {
    /* 768px以下 */
    width: 120px;
    height: 120px;
    top: 40px;
  }

  .section-b--illust-house::before {
    /* 768px以下 */
    width: 120px;
    height: 120px;
    top: 30px;
  }

  .section-b--illust-playing::before {
    /* 768px以下 */
    width: 100px;
    height: 100px;
    bottom: -50px;
    right: -10px;
  }

  .section-b--illust-living::before {
    /* 768px以下 */
    top: 70px;
    width: 130px;
    height: 162px;
  }

  .section-b--illust-enjoy-1::before {
    /* 768px以下 */
    top: 120px;
    width: 80px;
    height: 107px;
  }

  .section-b--illust-enjoy-2::before {
    /* 768px以下 */
    top: 110px;
    width: 60px;
    height: 60px;
  }

  .section-b__item:not(:first-child) {
    /* 768px以下 */
    margin-top: 2.6em;
    padding-top: 2em;
  }

  .section-b__item--bt-none:not(:first-child) {
    /* 768px以下 */
    margin-top: 0;
    padding-top: 3em;
  }

  .section-b__item--illust-on-line:before {
    /* 768px以下 */
    width: 40px;
    height: 65px;
    top: -33px;
    left: 10%;
  }

  .section-b__item--illust-bg::before {
    /* 768px以下 */
    top: 40px;
    width: 1003px;
    height: 120px;
  }

  .section-b__item--illust-bg::after {
    /* 768px以下 */
    top: 10px;
    height: 120px;
    background-size: 70px auto, 20px auto;
    background-position: bottom right 20px, bottom 30px right 90px;
  }

  div + .section-b__2col {
    /* 768px以下 */
    margin-top: 2em;
  }

  .section-b__2col {
    /* 768px以下 */
    display: block;
  }

  .section-b__2col__item {
    /* 768px以下 */
    width: 100%;
    margin-bottom: 2em;
  }

  .section-b__2col__item:not(:first-child) {
    margin-top: 30px;
  }

  .section-b__2col__item:nth-last-child(2) {
    /* 768px以下 */
    margin-bottom: 2em;
  }

  .instruction__head {
    /* 768px以下 */
    font-size: 2rem;
  }

  .instruction__text {
    /* 768px以下 */
    font-size: 0.888888em; /* l-wrapperのフォントサイズ基準：1.6rem */
    line-height: 2;
  }

  .section-c {
    /* 768px以下 */
    padding: 20px 0 60px;
  }

  .section-c__main {
    /* 768px以下 */
    width: 85%;
  }

  .section-c__main--illust-about:after {
    /* 768px以下 */
    top: -20px;
    right: 0;
  }

  .section-c__image img {
    /* 768px以下 */
    width: 100%;
  }

  .fig-earthquake {
    /* 768px以下 */
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .fig-earthquake__text {
    /* 768px以下 */
    font-size: 1.4rem;
  }

  .fig-earthquake__table {
    /* 768px以下 */
    font-size: 1.4rem;
  }

  .fig-land {
    /* 768px以下 */
    padding-left: 5%;
    padding-right: 5%;
  }

  .fig-land__text {
    /* 768px以下 */
    font-size: 1.4rem;
  }

  .fig-land__table td,
  .fig-land__table th {
    /* 768px以下 */
    font-size: 1.4rem;
  }
}

@-webkit-keyframes moving {
  0% {
    top: 0;
  }

  90% {
    top: 100%;
  }

  100% {
    top: 100%;
  }
}

@keyframes moving {
  0% {
    top: 0;
  }

  90% {
    top: 100%;
  }

  100% {
    top: 100%;
  }
}

@-webkit-keyframes up-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes up-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ----------Underlayer----------- */

/*==================================
Utility
==================================*/
/* background */
.u-bgIce {
  background: url(/ijyu/assets/img/bg_subvis.svg) no-repeat left bottom;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .u-bgIce {
    background-position: 16% 100%;
    background-size: 1200px auto;
  }
}

/*==================================
Breadcrumb - パンくず
==================================*/
.c-breadCrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 1.4rem;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 60px;
}
.c-breadCrumb > li {
  margin-right: 10px;
}
.c-breadCrumb > li:not(:first-child)::before {
  content: "\ff1e";
  font-weight: 700;
  margin-right: 10px;
}

/*==================================
SubVisual - サブビジュアル
==================================*/
.c-subVisual {
  height: 46vh;
  max-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Title */
.c-pageTtl {
  margin-top: -40px;
  text-align: center;
  font-size: 4.2rem;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .c-pageTtl {
    font-size: 2.8rem;
  }
}

/*==================================
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 - ニュース
==================================*/
.c-newsList {
  border-top: 2px solid #363636;
  border-bottom: 2px solid #363636;
}
.c-newsList_item {
  padding: 20px;
}
.c-newsList_item:not(:first-of-type) {
  border-top: 1px solid #363636;
}

/* News */
.c-newsList .c-newsList_item_def {
  display: flex;
}
.c-newsList .c-newsList_item_head {
  display: flex;
  align-items: center;
}
.c-newsList .c-newsList_item_head > :not(:first-child) {
  margin-left: 1em;
}
.c-newsList .c-newsList_item_date {
  width: 9em;
  font-size: 1.5rem;
}
.c-newsList .c-newsList_item_body {
  width: calc(100% - 9em);
  margin-left: 40px;
}

@media only screen and (max-width: 768px) {
  .c-newsList .c-newsList_item_def {
    flex-direction: column;
  }
  .c-newsList .c-newsList_item_date {
    width: 100%;
  }
  .c-newsList .c-newsList_item_body {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

/* Voice */
.c-newsList__voice {
  border-top: 2px solid #0096ff;
  border-bottom: 2px solid #0096ff;
}
.c-newsList__voice .c-newsList_item_def {
  display: flex;
}
.c-newsList__voice .c-newsList_item_head {
}
.c-newsList__voice .c-newsList_item_body {
  margin-left: 40px;
}

@media only screen and (max-width: 768px) {
  .c-newsList__voice .c-newsList_item_body {
    margin-left: 20px;
  }
}

/* NEWアイコン */
.c-label01 {
  margin-left: 1em;
  color: #ff3700;
  font-weight: 700;
}

/* ページャー */
.c-paging_list {
  display: flex;
  justify-content: center;
  text-align: center;
}
.c-paging_list li:not(:first-of-type) {
  margin-left: 6px;
}
.c-paging_list li a {
  display: block;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0096ff;
  background: #fff;
  transition: 0.4s;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}
.c-paging_list li a.is-current,
.c-paging_list li a:hover {
  background: #0096ff;
  color: #fff;
}
