@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-inner {
  position: relative;
  max-width: 1160px;
  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;
  right: 0;
  padding: 40px 80px;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.9);
}

.l-navi__inner {
  position: relative;
  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: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__item {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: right;
  margin: 0.5em 0;
}

.navi__item a {
  display: block;
  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;
}

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

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 80px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #d96738;
  color: #ffffff;
  font: 600 2.2rem "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: 70px;
  display: block;
  background: url(/gikai/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, #f5f5f5 0, #f5f5f5 205px, transparent 205px);
  background: linear-gradient(to top, #f5f5f5 0, #f5f5f5 205px, transparent 205px);
}

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

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

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

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

.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--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-gray {
  background: #f5f5f5;
}

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

.bg-top-sky {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(20%, #f5f5f5), color-stop(20%, transparent), to(transparent));
  background: -o-linear-gradient(top, #f5f5f5 0, #f5f5f5 20%, transparent 20%, transparent 100%);
  background: linear-gradient(to bottom, #f5f5f5 0, #f5f5f5 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%, #f5f5f5), to(#f5f5f5));
  background: -o-linear-gradient(top, transparent 0, transparent 22%, #f5f5f5 22%, #f5f5f5 100%);
  background: linear-gradient(to bottom, transparent 0, transparent 22%, #f5f5f5 22%, #f5f5f5 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__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__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;
  }

  .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, #f5f5f5 0, #f5f5f5 320px, transparent 320px);
    background: linear-gradient(to top, #f5f5f5 0, #f5f5f5 320px, transparent 320px);
  }

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

  /* .scroll-annouce {
    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, #f5f5f5 0, #f5f5f5 205px, transparent 205px);
    background: linear-gradient(to top, #f5f5f5 0, #f5f5f5 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;
  }

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

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

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

  .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 left -400px;
  }

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

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

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

/* ----------Index----------- */

/*==================================
Title - タイトル
==================================*/
.p-secTtl > *:nth-child(2) {
  margin-top: 10px;
}
.p-secTtl__jp {
  font-size: 3.6rem;
  font-weight: 700;
}
.p-secTtl__en {
  font-weight: 700;
  display: inline-block;
}
.p-secTtl__en::before {
  content: "";
  display: inline-block;
  width: 4.66em;
  height: 2px;
  background: #363636;
  margin: 0 1em 0.35em 0;
}

@media only screen and (max-width: 768px) {
  .p-secTtl__jp {
    font-size: 2.8rem;
  }
  .p-secTtl__en::before {
    width: 2.33em;
  }
}

.p-secTtl__orange .p-secTtl__en::before {
  background: #d96738;
}

/*==================================
Index - トップページ
==================================*/
.p-topCard {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.p-topCard_item {
  width: calc(50% - 40px);
}
.p-topCard_item:not(:first-of-type) {
  margin-top: 20px;
}
.p-topCard_item:nth-child(even) {
  margin-top: 80px;
}

.p-topCard_img {
  height: 100%;
  padding: calc(55.5% + 20px) 20px 20px;
  position: relative;
}
.p-topCard_img::before {
  content: "";
  width: 100%;
  aspect-ratio: 9 / 5;
  position: absolute;
  top: 0;
  left: 0;
}

.p-topCard_img__c01::before {
  background: url(/gikai/assets/img/index/content01.jpg) no-repeat center/cover;
}
.p-topCard_img__c02::before {
  background: url(/gikai/assets/img/index/content02.jpg) no-repeat center/cover;
}
.p-topCard_img__c03::before {
  background: url(/gikai/assets/img/index/content03.jpg) no-repeat center/cover;
}
.p-topCard_img__c04::before {
  background: url(/gikai/assets/img/index/content04.jpg) no-repeat center/cover;
}
.p-topCard_img__c05::before {
  background: url(/gikai/assets/img/index/content05.jpg) no-repeat center/cover;
}
.p-topCard_img__c06::before {
  background: url(/gikai/assets/img/index/content06.jpg) no-repeat center/cover;
}

.p-topCard_head {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 0 20px 20px;
  width: 100%;
  max-width: 330px;
}

.p-topCard_body {
  display: flex;
}
.p-topCard_body > p {
  width: calc(100% - 5em);
}
.p-topCard_body a::after {
  background-color: #48b0c7;
  border: none;
}

@media only screen and (min-width: 1201px) {
  /* PC-only */
  .p-topCard_item__open {
    margin-top: 60px;
  }
  .p-topCard_item__open .p-topCard_img {
    padding: 0px calc(50% + 20px) 0px 0px;
    aspect-ratio: 58 / 15;
  }
  .p-topCard_item__open .p-topCard_img::before {
    content: "";
    width: calc(50% - 40px);
    aspect-ratio: 9 / 5;
    position: absolute;
    top: 0;
    left: calc(50% + 40px);
  }
  .p-topCard_item__open_inr {
    padding: 0 20px;
  }
  .p-topCard_item__open .p-topCard_head {
    position: static;
    max-width: none;
    padding: 0;
  }
  .p-topCard_item__open .p-topCard_body a {
    margin-top: 2em;
  }
  /* 反転 */
  .p-topCard_item__open_rev .p-topCard_img {
    padding: 0 0 0 calc(46.5% + 20px);
  }
  .p-topCard_item__open_rev .p-topCard_img::before {
    width: calc(46% - 40px);
    aspect-ratio: 9 / 6;
    left: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .p-topCard {
    flex-direction: column;
  }
  .p-topCard_item,
  .p-topCard_item__open {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
  .p-topCard_item:nth-child(even),
  .p-topCard_item__open {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .p-topCard_img {
    padding: calc(55.5% + 20px) 0 20px;
  }
  .p-topCard_head {
    position: static;
    padding: 0;
    max-width: none;
  }
  .p-topCard_body {
    margin-top: 20px;
  }
}

/* shortcut */
.p-topCard_linkbtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.p-topCard_linkbtn > li {
  width: calc(100% / 4 - 20px);
}

.p-topCard_linkbtn > li a {
  border: 1px solid #48b0c7;
  border-radius: 80px;
}

.p-topCard_linkbtn > li a::after {
  margin-left: 0;
}

.p-topCard_linkbtn > li a span {
  margin-left: 40px;
  width: 100%;
  text-align: left;
}

.button-primary--green-icon::after {
  background: url(../img/icon_arrow_black.svg) no-repeat center/1.875em auto;
}

@media only screen and (max-width: 1200px) {
  .p-topCard_linkbtn > li {
    width: calc(100% / 2 - 20px);
  }
  .p-topCard_linkbtn > li:nth-child(n + 3) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .p-topCard_linkbtn {
    flex-direction: column;
  }
  .p-topCard_linkbtn > li {
    width: 100%;
  }
  .p-topCard_linkbtn > li:nth-child(n + 2) {
    margin-top: 20px;
  }
}

/* 行政視察 */
.p-topServey {
  position: relative;
}
.p-topServey::before {
  content: "";
  position: absolute;
  top: -46%;
  right: 0;
  background: url(/gikai/assets/img/index/illust02.png) no-repeat center/cover;
  width: 26vw;
  max-width: 278px;
  height: auto;
  aspect-ratio: 278 / 287;
}

@media only screen and (max-width: 1200px) {
  .p-topServey::before {
    top: -23%;
  }
}
@media only screen and (max-width: 768px) {
  .p-topServey::before {
    top: -18%;
  }
}

/* 写真 */
.p-topPhoto {
  margin-top: -20vh;

  width: 100%;
  height: 80vh;
}
.p-topPhoto__inner {
  background: url(/gikai/assets/img/index/cityscape.jpg) no-repeat center/cover;
  width: 100%;
  height: 100%;
}

/*==================================
Footer
==================================*/
.l-footer {
  position: relative;
}

.l-footer__top {
  margin-top: -24px;
}

.l-footer_bg__gikai {
  padding: 80px 0;
  position: relative;
  margin-top: 24px;
}
.l-footer_bg__gikai::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;
  -webkit-mask: url(/gikai/assets/img/bg_wave.png) repeat center bottom/auto 100%;
  mask: url(/gikai/assets/img/bg_wave.png) repeat center bottom/auto 100%;
}

.l-footer_add {
  display: flex;
  flex-wrap: wrap;
}

.l-footer_add > *:nth-child(n + 2) {
  margin-left: 1em;
}

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

@media only screen and (max-width: 768px) {
  .l-footer_bg__gikai {
    padding: 40px 0;
  }
  .l-footer_info {
    width: 100%;
  }
  .l-footer_add {
    flex-direction: column;
  }
  .l-footer_add > *:nth-child(n + 2) {
    margin-left: 0;
  }
}

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

/*==================================
Utility
==================================*/
/* background */
.u-bgLightGray {
  background: #f5f5f5;
}
.l-footer_bg__gikai.u-bgDots {
  background-color: #17517e;
  background-image: radial-gradient(#1c639b 30%, transparent 30%);
}

/* Padding */
.u-pd60 {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .u-pd60 {
    padding: 30px 0;
  }
}

/*==================================
Breadcrumb - パンくず
==================================*/
.c-breadCrumb {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  max-width: 1200px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}
.c-breadCrumb > li {
  margin-right: 10px;
}
.c-breadCrumb > li:not(:first-child)::before {
  content: "\ff1e";
  font-weight: 700;
  margin-right: 10px;
}
.c-breadCrumb > li:first-child a {
  position: relative;
  padding-left: 1.4em;
}
.c-breadCrumb > li:first-child a::before {
  content: "";
  background: url(/gikai/assets/img/logo_symbol_black.svg) no-repeat center/cover;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/*==================================
Detail - 詳細ページ
==================================*/
/* SubVisual - ページタイトル */
.c-subVisual {
  height: 38vh;
  max-height: 480px;

  display: flex;
  align-items: center;
}

.c-pageTtl {
  font-size: 3.6rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

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

/* 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;
}
.c-shareList a img {
  width: 90px;
  height: auto;
}

/*==================================
Category - カテゴリ
==================================*/
/* --------ページ一覧-------- */

/* 一覧ページのみ */
.c-floorCard .c-linkList:first-of-type {
  border-top: 1px solid #ccc;
}

/* カテゴリ用 */
.c-linkList > li,
.c-linkList_child > li {
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 20px 20px 20px 100px;
}

.c-linkList > li:last-of-type,
.c-linkList_child > li:last-of-type {
  border-bottom: 1px solid #ccc;
}

.c-linkList_icon > li::before {
  font-family: "icomoon";
  position: absolute;
  top: 20px;
  left: 40px;
  color: #17517e;
  font-size: 110%;
}

.c-linkList.c-linkList_icon > li::before {
  content: "\e910";
}
.c-linkList_child.c-linkList_icon > li::before {
  content: "\e909";
}

.c-linkList > li > a,
.c-linkList_child > li > a {
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .c-linkList > li,
  .c-linkList_child > li {
    padding: 20px 20px 20px 50px;
  }
  .c-linkList_icon > li::before {
    left: 10px;
  }
}

/*==================================
News - ニュース
==================================*/
/* トップページ */
.p-topNews {
  position: relative;
}
.p-topNews::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/gikai/assets/img/index/illust01.png) no-repeat center/cover;
  width: 38vw;
  max-width: 440px;
  height: auto;
  aspect-ratio: 141 / 80;
}

.p-topNews_inr {
  display: flex;
  justify-content: space-between;
}
.p-topNews_body {
  width: 100%;
  max-width: 780px;
  margin-left: 40px;
}

.p-topNews_body__bg {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}

@media only screen and (max-width: 1200px) {
  .p-topNews_inr {
    flex-direction: column;
  }
  .p-topNews_body {
    margin-left: 0;
    margin-top: 20px;
  }
  .p-topNews_body__bg {
    max-width: none;
  }
}
@media only screen and (max-width: 768px) {
  .p-topNews_body__bg {
    padding: 40px 20px;
  }
}

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

/* 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 #17517e;
  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: #17517e;
  color: #fff;
}

/*==================================
Calendar - カレンダー
==================================*/
/* 一行表示 */
.overtext-parent {
  padding-right: 20px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.overtext-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: table-cell;
}

.c-eventlist_item_next > a span {
  font-size: 2.6rem;
  color: #363636;
}

/* 本日の議会スケジュール*/
.p-schedule {
  background: #fff;
}
.p-schedule_inr {
  width: 94%;
  margin: 0 auto;
  padding: 1em 0;
}
.p-schedule_body {
  display: flex;
  margin-top: 10px;
}
.p-schedule_body a {
  text-decoration: none;
}
.p-schedule_ttl {
  white-space: nowrap;
  font-weight: 500;
  padding-left: 40px;
  position: relative;
}
.p-schedule_ttl:before {
  font-family: "icomoon";
  content: "\e90d";
  color: #d96738;
  font-size: 34px;
  font-size: 3.4rem;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) {
  .p-schedule_inr {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0;
  }
  .p-schedule_body {
    align-items: center;
    margin-top: 0;
    padding-left: 2em;
  }
}

/* カレンダーアイコン */
.c-label02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10em;
  background: #f5f5f5;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
}

/* イベントカレンダーのタブボタン */
.p-eventTabBtn {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.p-eventTabBtn_item {
  width: calc(100% / 5 - 20px);
}
.p-eventTabBtn_btn {
  display: block;
  text-align: center;
  font-weight: 700;
  padding: 12px 1em;
  background: #c3ebfa;
  color: inherit;
  border-radius: 5px;
}

.p-eventTabBtn_btn:hover,
.p-eventTabBtn_btn.current {
  background: #6ec3e6;
}

.p-eventTabBtn_btn:link {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .p-eventMonth_btn {
    width: 32px;
    height: 32px;
  }
  .p-eventTabBtn {
    flex-wrap: wrap;
  }
  .p-eventTabBtn_item {
    width: calc(100% / 2 - 5px);
  }
  .p-eventTabBtn_item:first-child {
    width: 100%;
  }
  .p-eventTabBtn_item:nth-child(n + 2) {
    margin-top: 5px;
  }
}

/* イベントカレンダー本体 */
.p-eventMonth {
  position: relative;
  max-width: 496px;
  margin-left: auto;
  margin-right: auto;
}

.p-eventMonth_txt {
  line-height: 1;
  text-align: center;
  font-weight: 700;
}
.p-eventMonth_txt > * {
  display: block;
}
.p-eventMonth_txt_num {
  font-size: 9rem;
}
.p-eventMonth_txt_en {
  margin-top: 5px;
}

.p-eventMonth_btn {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  z-index: 5;
}
.p-eventMonth_btn.p-eventMonth_btn__prev {
  left: 0;
  -webkit-transform: translateY(-50%) scale(-1);
  transform: translateY(-50%) scale(-1);
}
.p-eventMonth_btn.p-eventMonth_btn__next {
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-eventMonth_btn::before,
.p-eventMonth_btn::after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.p-eventMonth_btn::before {
  width: 60px;
  height: 60px;
  background: #17517e;
  border-radius: 50%;
}
.p-eventMonth_btn::after {
  left: 16px;
  width: 18px;
  height: 18px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .p-eventMonth_btn::before {
    width: 40px;
    height: 40px;
  }
  .p-eventMonth_btn::after {
    left: 12px;
    width: 12px;
    height: 12px;
  }
}

/* カレンダー本体 */
.p-eventcal_ttl {
  font-size: 2.6rem;
  font-weight: 700;
  background: #17517e;
  color: #fff;
  padding: 10px 40px;
}

@media only screen and (max-width: 768px) {
  .p-eventcal_ttl {
    font-size: 2rem;
    padding: 10px 20px;
  }
}

.p-eventcalList_item {
  padding: 20px 40px;
  border-bottom: 1px solid #cecece;
  min-height: 89px;
}
/* .p-eventcalList_item:nth-child(2n) {
  background: #fafafa;
} */
.p-eventcalList_item_ttl {
  white-space: nowrap;
  font-weight: 500;
}
.p-eventcalList_item_ttl span {
  font-weight: 700;
  font-size: 3rem;
}
.p-eventcalList_item_body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-eventcalList_item.p-eventcalList_item__sat .p-eventcalList_item_ttl {
  color: #076baf;
}
.p-eventcalList_item.p-eventcalList_item__hol .p-eventcalList_item_ttl {
  color: #c34349;
}

.c-eventlist_item:not(:first-child) {
  margin-top: 10px;
}

.c-eventlist_item_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-eventlist_item_txt a {
  text-decoration: underline;
}

.c-eventlist_item_txt a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  .p-eventcalList_item_body {
    margin-left: 60px;
  }
  .p-eventcalList_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-eventcalList_item_ttl {
    width: 10em;
    text-align: center;
  }
  .c-eventlist_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .p-eventcalList_item {
    padding: 20px;
  }
  .p-eventcalList_item_body {
    margin-top: 10px;
  }
  .c-eventlist_item:not(:first-child) {
    margin-top: 20px;
  }
}

/*==================================
Underlayer - 下層ページ
==================================*/
/* Greeting - あいさつ */
.c-photoPanel {
  display: flex;
}
.c-photoPanel_inr {
  width: 50%;
}

.c-photoPanel_img {
  max-width: 300px;
  margin: 0 auto;
}
.c-photoPanel_img figcaption {
  font-weight: 700;
  padding: 10px 20px;
  background: #17517e;
  color: #fff;
  text-align: center;
}
.c-photoPanel_name {
  margin-top: 10px;
  font-size: 2.6rem;
}

@media only screen and (max-width: 768px) {
  .c-photoPanel {
    flex-direction: column;
  }
  .c-photoPanel_inr {
    width: 100%;
  }
  .c-photoPanel_inr:not(:first-of-type) {
    margin-top: 20px;
  }
  .c-photoPanel_img {
    max-width: 70%;
  }
  .c-photoPanel_name {
    font-size: 2.2rem;
  }
}

/* outline - あらまし */
.c-pageLink {
  display: flex;
  justify-content: center;
}
.c-pageLink > li:not(:first-of-type) {
  padding-left: 1em;
  margin-left: 1em;
  border-left: 1px solid #17517e;
}

@media only screen and (max-width: 768px) {
  .c-pageLink {
    flex-direction: column;
  }
  .c-pageLink > li::before {
    content: "▼";
    color: #17517e;
    display: inline-block;
    margin-right: 0.4em;
  }
  .c-pageLink > li:not(:first-of-type) {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}

/* 議員名簿 */
.c-memberList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-memberList_item {
  width: calc(100% / 2 - 20px);
}
.c-memberList_item:nth-of-type(n + 3) {
  margin-top: 60px;
}

.c-memberList__100 .c-memberList_item {
  width: 100%;
}
.c-memberList__100 .c-memberList_item:nth-of-type(n + 2) {
  margin-top: 60px;
}

@media only screen and (max-width: 1200px) {
  .c-memberList {
    flex-direction: column;
    align-items: center;
  }
  .c-memberList_item {
    width: 100%;
  }
  .c-memberList_item:nth-of-type(n + 2) {
    margin-top: 60px;
  }
}

.c-card {
  display: flex;
}

.c-card_img {
  order: 2;
}
.c-card_img img {
  width: 100%;
  min-width: 200px;
  aspect-ratio: 100 / 133;
}

.c-card_inr {
  order: 1;
}
.c-card_num {
  font-weight: 700;
}
.c-card_name {
  background: #17517e;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  padding: 20px;
}
.c-card_def {
  margin-right: 20px;

  display: flex;
  flex-wrap: wrap;
}
.c-card_def dt {
  width: 6em;
  padding: 0.2em 0;
}
.c-card_def dd {
  width: calc(100% - 6em);
  padding: 0.2em 0;
}

@media only screen and (max-width: 768px) {
  .c-card {
    flex-direction: column;
  }
  .c-card_img {
    order: 1;
  }
  .c-card_inr {
    order: 2;
    margin-top: 10px;
  }

  .c-card_img img {
    width: 50%;
  }
  .c-card_name {
    padding: 10px;
  }
  .c-card_def {
    margin-right: 0;
  }
}

/* adjustment */
.c-memberList .c-table th,
.c-memberList .c-table td {
  background: #fff;
}
@media only screen and (min-width: 1201px) {
  .c-memberList .c-table th {
    width: 200px;
  }
}

/*==================================
Signature - 署名
==================================*/
.c-signature {
  margin-top: 120px;
  border: 2px solid #48b0c7;
  padding: 20px;
}
.c-signature_head {
  font-size: 125%;
  padding: 0 20px 10px;
  border-bottom: 1px solid #48b0c7;
}
.c-signature_body {
  padding: 0 40px;
  margin-top: 20px;
}
.c-signature_body > p:first-child {
  font-weight: 700;
  margin-bottom: 0.3em;
}

@media only screen and (max-width: 768px) {
  .c-signature {
    margin-top: 60px;
    padding: 10px;
  }
  .c-signature_head {
    padding: 0 20px 5px;
  }
  .c-signature_body {
    padding: 0 20px;
    margin-top: 10px;
  }
}
