@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700";
/*!
  Theme Name: diver_child
  Template: diver
*/
@font-face {
  font-family: Yu Gothic;
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: Yu Gothic;
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: Yu Gothic;
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: Yu Gothic;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: Yu Gothic;
  src: local("Yu Gothic Bold");
  font-weight: 700;
}

@font-face {
  font-family: Helvetica Neue;
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: Helvetica Neue;
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

* {
  box-sizing: border-box;
}

body {
  color: #4b4b4b;
  background-color: #fff;
}

a {
  color: #4b4b4b;
  transition: all .2s;
}

a:hover {
  color: #4377d9;
}

a:hover img {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  transition: opacity .2s;
}

a img {
  transition: opacity .2s;
}

.sp-display {
  display: none;
}

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

.sp-nodisplay {
  display: block;
}

@media (max-width: 599px) {
  .sp-nodisplay {
    display: none;
  }
}

.l-container {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .l-container {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 959px) {
  .l-container {
    width: 940px;
  }
}

@media (min-width: 1201px) {
  .l-container {
    width: 1140px;
  }
}

.l-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .l-row {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.l-row--col-reverse {
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .l-row--col-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

[class*=l-span] {
  margin-bottom: 1em;
  max-width: 100%;
}

@media (min-width: 768px) {
  [class*=l-span] {
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    box-sizing: border-box;
    margin-bottom: auto;
  }
}

@media (min-width: 768px) {
  .l-span1 {
    -ms-flex: 1 1 8.33333%;
    flex: 1 1 8.33333%;
    max-width: 8.33333%;
  }
  .l-span2 {
    -ms-flex: 2 1 16.66667%;
    flex: 2 1 16.66667%;
    max-width: 16.66667%;
  }
  .l-span3 {
    -ms-flex: 3 1 25%;
    flex: 3 1 25%;
    max-width: 25%;
  }
  .l-span4 {
    -ms-flex: 4 1 33.33333%;
    flex: 4 1 33.33333%;
    max-width: 33.33333%;
  }
  .l-span5 {
    -ms-flex: 5 1 41.66667%;
    flex: 5 1 41.66667%;
    max-width: 41.66667%;
  }
  .l-span6 {
    -ms-flex: 6 1 50%;
    flex: 6 1 50%;
    max-width: 50%;
  }
  .l-span7 {
    -ms-flex: 7 1 58.33333%;
    flex: 7 1 58.33333%;
    max-width: 58.33333%;
  }
  .l-span8 {
    -ms-flex: 8 1 66.66667%;
    flex: 8 1 66.66667%;
    max-width: 66.66667%;
  }
  .l-span9 {
    -ms-flex: 9 1 75%;
    flex: 9 1 75%;
    max-width: 75%;
  }
  .l-span10 {
    -ms-flex: 10 1 83.33333%;
    flex: 10 1 83.33333%;
    max-width: 83.33333%;
  }
  .l-span11 {
    -ms-flex: 11 1 91.66667%;
    flex: 11 1 91.66667%;
    max-width: 91.66667%;
  }
  .l-span12 {
    -ms-flex: 12 1 100%;
    flex: 12 1 100%;
    max-width: 100%;
  }
}

.header_small_content {
  max-width: 980px;
  margin: 0 auto;
}

.aos-headerContact {
  padding: 18px 0 6px;
  display: none;
}

@media (min-width: 768px) {
  .aos-headerContact {
    display: block;
  }
}

.aos-headerContact__contactBtn {
  text-align: right;
  margin: 0 0 10px;
}

.aos-headerContact__contactBtn > a {
  display: inline-block;
  padding: 7px 0;
  min-width: 340px;
  font-size: 15px;
  text-align: center;
  color: #fff !important;
  background-color: #2961ca;
  font-weight: 700;
}

.aos-headerContact__contactBtn > a > img {
  width: 22px;
  display: inline-block;
  margin: 0 10px 3px 0;
}

.aos-headerContact__contactBtn > a > span {
  line-height: 20px;
  display: inline-block;
}

@media (min-width: 959px) {
  .aos-headerContact__phone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

.aos-headerContact__phone__text {
  color: #4b4b4b;
  font-size: 15px;
  font-weight: 700;
  margin: 0 20px 0 0;
}

.aos-headerContact__phone__number a {
  display: inline-block;
}

.aos-headerContact__phone__number__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.aos-headerContact__phone__number__wrap img {
  display: block;
  width: 30px;
  margin: 0 8px 0 0;
}

.aos-headerContact__phone__number__wrap > div {
  line-height: 22px;
  font-size: 22px;
  font-weight: 700;
}

.aos-onlynav {
  display: none;
}

@media (min-width: 959px) {
  .aos-onlynav {
    display: block;
  }
}

.header-logo {
  padding: 0;
}

.header-logo #nav {
  display: none;
}

@media (min-width: 959px) {
  .header-logo #nav {
    display: block;
  }
}

.header-logo #nav ul li a {
  font-weight: 400 !important;
}

.header-logo #logo a img {
  margin: 0;
  height: auto;
  width: 120px;
}

@media (min-width: 959px) {
  .header-logo #logo a img {
    width: 150px;
  }
}

@media (min-width: 1201px) {
  .header-logo #logo a img {
    width: 170px;
  }
}

#onlynav ul {
  padding: 10px 0;
}

#onlynav ul li a {
  font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 28px;
}

@media (min-width: 1201px) {
  #onlynav ul li a {
    font-size: 16px;
    padding: 7px 30px;
  }
}

#onlynav ul li:not(:last-child) a {
  border-right: 1px solid #4b4b4b;
}

#nav_fixed.fixed a {
  font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}

#nav_fixed.fixed a img {
  margin: 0;
  height: auto;
  width: 140px;
  padding: 5px 0;
}

.aos-nav_fixed__wrap {
  max-width: 1140px;
  margin: 0 auto;
}

.aos-subpage-main-wrap-inner {
  max-width: 980px;
  margin: 0 auto;
}

.swiper-container--topImageSlide {
  overflow-x: hidden;
}
.aos-mainSlide__slide {
  overflow: hidden;
}
.aos-mainSlide__slide img {
  display: block;
  width: 100%;
}

.aos-topCatchCopy {
  text-align: center;
  font-family: Noto Serif JP,"游明朝",YuMincho,"游明朝 Light","ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  padding: 30px 0;
}

@media all and (-ms-high-contrast: none) {
  .aos-topCatchCopy {
    font-family: 'ＭＳ Ｐ明朝',MS PMincho,'ヒラギノ明朝 Pro W3',Hiragino Mincho Pro,serif;
  }
}

@media (min-width: 768px) {
  .aos-topCatchCopy {
    padding: 50px 0;
  }
}

.aos-topCatchCopy__heading {
  font-size: 23px;
  font-weight: 700;
  padding: 0 0 15px;
}

@media (min-width: 768px) {
  .aos-topCatchCopy__heading {
    font-size: 32px;
    letter-spacing: 1px;
    padding: 0 0 20px;
  }
}

@media (min-width: 959px) {
  .aos-topCatchCopy__heading {
    font-size: 37px;
  }
}

.aos-topCatchCopy__desc {
  font-size: 15px;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .aos-topCatchCopy__desc {
    padding: 0;
    font-size: 15.5px;
  }
}

@media (min-width: 959px) {
  .aos-topCatchCopy__desc {
    font-size: 17.5px;
  }
}

.aos-topFeature {
  padding: 0 0 40px;
}

@media (min-width: 768px) {
  .aos-topFeature {
    padding: 0 0 40px;
  }
}

.aos-topFeature__wrap {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .aos-topFeature__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
  }
}

.aos-topFeature__wrap__block {
  display: block;
}

.aos-topFeature__wrap__block:not(:last-child) {
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .aos-topFeature__wrap__block:not(:last-child) {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .aos-topFeature__wrap__block {
    width: 31%;
    margin: 0;
  }
}

.aos-topFeature__wrap__block__image {
  width: 100%;
}

.aos-topFeature__wrap__block__image img {
  display: block;
  width: 100%;
}

.aos-topFeature__wrap__block__title {
  color: #2961ca;
  font-weight: 700;
  font-size: 20px;
  padding: 10px 0 3px;
}

@media (min-width: 768px) {
  .aos-topFeature__wrap__block__title {
    padding: 15px 0 5px;
  }
}

.aos-topSubsidyArea {
  margin: 12px auto 60px;
  border-top: 1px solid #2961ca;
  border-bottom: 1px solid #2961ca;
  color: #2961ca;
  text-align: center;
  max-width: 1110px;
  padding: 25px 10px;
}

@media (min-width: 768px) {
  .aos-topSubsidyArea {
    padding: 25px 20px;
  }
}

.aos-topSubsidyArea__title {
  font-weight: 700;
  font-size: 20px;
}

@media (min-width: 768px) {
  .aos-topSubsidyArea__title {
    font-size: 32px;
  }
}

.aos-topSubsidyArea__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #2961ca;
  margin: 6px auto 0;
}

.aos-topSubsidyArea__link__icon {
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
}

@media (min-width: 768px) {
  .aos-topSubsidyArea__link__icon {
    margin: 0 10px 0 0;
    width: 31px;
    height: 31px;
  }
}

.aos-topSubsidyArea__link__icon img {
  display: block;
  max-width: 100%;
}

.aos-topSubsidyArea__link__text {
  font-weight: 700;
  font-size: 18px;
}

@media (min-width: 768px) {
  .aos-topSubsidyArea__link__text {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .aos-topProgressInfoArea {
    padding: 0 0 30px;
  }
}

@media (min-width: 768px) {
  .aos-topProgressInfoArea__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.aos-topProgressInfoArea__heading {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  background-color: #2961ca;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  margin: 0 0 10px;
  padding: 5px 0;
}

@media (min-width: 768px) {
  .aos-topProgressInfoArea__heading {
    padding: 0;
    margin: 0 30px 0 0;
    width: 150px;
    height: 150px;
  }
}

.aos-topProgressInfoArea__lists {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .aos-topProgressInfoArea__lists {
    width: 440px;
  }
}

.aos-topProgressInfoArea__lists li {
  padding: 0 10px 10px;
}

@media (min-width: 768px) {
  .aos-topProgressInfoArea__lists li {
    padding: 0 0 10px;
  }
}

.aos-topProgressInfoArea__lists li:not(:last-child) {
  margin: 0 0 10px;
  border-bottom: 1px dashed #4b4b4b;
}

.aos-topProgressInfoArea__lists li:first-child {
  padding: 10px;
}

@media (min-width: 768px) {
  .aos-topProgressInfoArea__lists li:first-child {
    padding: 10px 0;
  }
}

.aos-topEventBanner {
  padding: 0 0 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .aos-topEventBanner__wrap {
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.aos-topEventBanner__wrap a {
  display: block;
}

@media (min-width: 768px) {
  .aos-topEventBanner__wrap a {
    display: inline-block;
    max-width: 546.5px;
  }
}

.aos-topEventBanner__wrap a:not(:last-child) {
  margin: 0 0 15px;
}

@media (min-width: 768px) {
  .aos-topEventBanner__wrap a:not(:last-child) {
    margin: 0 17px 0 0;
  }
}

.aos-topEventBanner__wrap a img {
  display: block;
  max-width: 100%;
}

.aos-mainInfoArea {
  padding: 40px 0;
}

@media (min-width: 959px) {
  .aos-mainInfoArea__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.aos-mainInfoArea__wrap__left {
  padding: 0 0 30px;
}

@media (min-width: 959px) {
  .aos-mainInfoArea__wrap__left {
    padding: 0;
    width: 65.8%;
  }
}

@media (min-width: 959px) {
  .aos-mainInfoArea__wrap__right {
    width: 31.5%;
  }
}

.aos-topNewPost {
  padding: 0 0 30px;
}

@media (min-width: 768px) {
  .aos-topNewPost {
    padding: 0;
  }
}

.aos-topNewPost__heading {
  background-color: #e2e2e2;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 18px;
}

.aos-topNewPost__lists__list {
  margin: 0 0 20px;
}

.aos-topNewPost__lists__list__link {
  display: block;
  color: #4b4b4b;
}

.aos-topNewPost__lists__list__link__inner {
  display: -ms-flexbox;
  display: flex;
}

.aos-topNewPost__lists__list__link__inner__thumb {
  width: 20%;
  margin: 0 3% 0 0;
}

.aos-topNewPost__lists__list__link__inner__thumb img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 18.47vw;
}

@media (min-width: 768px) {
  .aos-topNewPost__lists__list__link__inner__thumb img {
    width: 144px;
    height: 144px;
  }
}

@media (min-width: 959px) {
  .aos-topNewPost__lists__list__link__inner__thumb img {
    width: 122px;
    height: 122px;
  }
}

@media (min-width: 1201px) {
  .aos-topNewPost__lists__list__link__inner__thumb img {
    width: 148.47px;
    height: 148.47px;
  }
}

.aos-topNewPost__lists__list__link__inner__text {
  width: 77%;
  padding: 0;
}

@media (min-width: 768px) {
  .aos-topNewPost__lists__list__link__inner__text {
    padding: 0 15px 0 0;
  }
}

@media (min-width: 959px) {
  .aos-topNewPost__lists__list__link__inner__text {
    padding: 0 20px 0 0;
  }
}

@media (min-width: 1201px) {
  .aos-topNewPost__lists__list__link__inner__text {
    padding: 0 35px 0 0;
  }
}

.aos-topNewPost__lists__list__link__inner__text__meta {
  padding: 0 0 10px;
}

.aos-topNewPost__lists__list__link__inner__text__meta__date {
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
}

.aos-topNewPost__lists__list__link__inner__text__meta__label {
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
}

.aos-topNewPost__lists__list__link__inner__text__meta__label.is-label-aoshima-times {
  background-color: #159d59;
}

.aos-topNewPost__lists__list__link__inner__text__meta__label.is-label-event {
  background-color: #479bd6;
}

.aos-topNewPost__lists__list__link__inner__text__meta__label.is-label-info {
  background-color: #18a8b4;
}

.aos-topNewPost__lists__list__link__inner__text__meta__label.is-label-works {
  background-color: #2961ca;
}

.aos-topNewPost__lists__list__link__inner__text__title {
  font-weight: 700;
  line-height: 1.4;
  padding: 0 0 9px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .aos-topNewPost__lists__list__link__inner__text__title {
    font-size: 17px;
  }
}

@media (min-width: 959px) {
  .aos-topNewPost__lists__list__link__inner__text__title {
    font-size: 18px;
  }
}

@media (min-width: 1201px) {
  .aos-topNewPost__lists__list__link__inner__text__title {
    font-size: 19px;
  }
}

.aos-topNewPost__lists__list__link__inner__text__content {
  font-size: 14px;
}

.aos-topNewPost__moreLink {
  padding: 0 0 0 22%;
}

.aos-topNewPost__moreLink a {
  font-size: 18px;
}

.aos-topBannerArea a {
  display: block;
}

.aos-topBannerArea a img {
  width: 100%;
  display: block;
  max-width: 326px;
  margin: 0 auto;
}

@media (min-width: 959px) {
  .aos-topBannerArea a img {
    max-width: inherit;
  }
}

.aos-topBannerArea__movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 0 20px;
}

@media (min-width: 959px) {
  .aos-topBannerArea__movie {
    max-width: inherit;
  }
}

.aos-topBannerArea__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aos-topBannerArea__banner {
  margin: 0 0 20px;
}

.aos-topZeh {
  text-align: center;
  padding: 0 0 50px;
}

.aos-topZeh__text {
  margin: 0 0 5px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .aos-topZeh__text {
    font-size: 17px;
  }
}

.aos-topZeh__link {
  display: inline-block;
  color: #2961ca;
  border-bottom: 1px solid #2961ca;
  font-size: 18px;
}

@media (min-width: 768px) {
  .aos-topZeh__link {
    font-size: 20px;
  }
}

.aos-topPickupSlideHeading {
  text-align: center;
  padding: 0 0 20px;
}

@media (min-width: 768px) {
  .aos-topPickupSlideHeading {
    padding: 0 0 40px;
  }
}

.aos-topPickupSlideHeading__icon {
  padding: 0 0 10px;
}

.aos-topPickupSlideHeading__icon img {
  display: inline-block;
  width: 80px;
}

.aos-topPickupSlideHeading__text {
  font-size: 22px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .aos-topPickupSlideHeading__text {
    font-size: 25px;
  }
}

.aos-topWorksArea {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.aos-topWorksArea__slides {
  width: auto;
}

@media (min-width: 768px) {
  .aos-topWorksArea__slides {
    margin-left: auto;
    margin-right: auto;
  }
}

.aos-topWorksArea__slides .swiper-container--topWorks {
  height: auto;
  position: relative;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .aos-topWorksArea__slides .swiper-container--topWorks {
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}

.aos-topWorksArea__slides__slide {
  display: block;
}

.aos-topWorksArea__slides__slide__thumbnail img {
  width: 100%;
  height: 64vw;
  object-fit: cover;
  display: block;
}

@media (min-width: 768px) {
  .aos-topWorksArea__slides__slide__thumbnail img {
    height: 22.2vw;
  }
}

.aos-topWorksArea__slides__slide__body {
  padding: 0 15px;
}

.aos-topWorksArea__slides__slide__body__title {
  font-size: 17px;
  color: #4b4b4b;
  margin: 15px 0 10px;
  font-weight: 700;
}

.aos-topWorksArea__slides__slide__body__desc {
  font-size: 14px;
  color: #4b4b4b;
  padding: 0 0 15px;
}

.aos-topWorksArea__slides__slide__body__more {
  font-size: 15px;
  color: #d56716;
}

.aos-topWorksArea__viewList {
  padding: 50px 0 0;
  text-align: center;
}

.aos-topWorksArea__viewList a {
  display: inline-block;
  padding: 5px 0;
  width: 260px;
  color: #4b4b4b;
  border: 1px solid #4b4b4b;
  font-size: 20px;
  background-color: #fff;
}

.aos-topAoshimaTimesArea {
  padding: 60px 0;
  background-color: #fff;
}

.aos-topAoshimaTimesArea__slides {
  width: auto;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .aos-topAoshimaTimesArea__slides {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 959px) {
  .aos-topAoshimaTimesArea__slides {
    width: 970px;
  }
}

@media (min-width: 1201px) {
  .aos-topAoshimaTimesArea__slides {
    width: 1140px;
  }
}

.aos-topAoshimaTimesArea__slides .swiper-container--topAoshimaTimes {
  height: auto;
}

@media (min-width: 768px) {
  .aos-topAoshimaTimesArea__slides .swiper-container--topAoshimaTimes {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    z-index: 1;
  }
}

.aos-topAoshimaTimesArea__slides__slide {
  display: block;
}

.aos-topAoshimaTimesArea__slides__slide__thumbnail img {
  width: 100%;
  height: 29vw;
  object-fit: cover;
  display: block;
}

@media (max-width: 599px) {
  .aos-topAoshimaTimesArea__slides__slide__thumbnail img {
    height: 55vw;
  }
}

@media (min-width: 768px) {
  .aos-topAoshimaTimesArea__slides__slide__thumbnail img {
    width: 223px;
    height: 133px;
  }
}

@media (min-width: 959px) {
  .aos-topAoshimaTimesArea__slides__slide__thumbnail img {
    width: 296px;
    height: 176px;
  }
}

@media (min-width: 1201px) {
  .aos-topAoshimaTimesArea__slides__slide__thumbnail img {
    width: 353px;
    height: 210px;
  }
}

.aos-topAoshimaTimesArea__slides__slide__body__title {
  font-size: 19px;
  color: #4b4b4b;
  min-height: 56px;
  margin: 5px 0 10px;
  font-weight: 700;
}

.aos-topAoshimaTimesArea__slides__slide__body__desc {
  font-size: 14px;
  color: #4b4b4b;
  padding: 0 0 8px;
}

@media (min-width: 768px) {
  .aos-topAoshimaTimesArea__slides__slide__body__desc {
    padding: 0 0 15px;
  }
}

.aos-topAoshimaTimesArea__slides__slide__body__more {
  font-size: 17px;
  color: #d56716;
}

.aos-topAoshimaTimesArea__viewList {
  text-align: center;
  padding: 30px 0 0;
}

@media (min-width: 768px) {
  .aos-topAoshimaTimesArea__viewList {
    padding: 50px 0 0;
  }
}

.aos-topAoshimaTimesArea__viewList a {
  display: inline-block;
  padding: 5px 0;
  width: 260px;
  color: #4b4b4b;
  border: 1px solid #4b4b4b;
  font-size: 20px;
  background-color: #fff;
}

.aos-topHousingEquipment__heading {
  background-color: #e2e2e2;
  padding: 10px 20px;
  font-size: 18px;
}

.aos-topHousingEquipment__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}

.aos-topHousingEquipment__wrap__block {
  display: block;
  margin: 0 0 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .aos-topHousingEquipment__wrap__block {
    width: 49%;
    margin: 0 0 20px;
  }
}

.aos-topHousingEquipment__wrap__block:hover .aos-topHousingEquipment__wrap__block__inner__heading {
  overflow: hidden;
}

.aos-topHousingEquipment__wrap__block:hover .aos-topHousingEquipment__wrap__block__inner__heading img {
  transform: scale(1.05);
  transition: .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.aos-topHousingEquipment__wrap__block:nth-child(even) .aos-topHousingEquipment__wrap__block__inner {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (min-width: 768px) {
  .aos-topHousingEquipment__wrap__block:nth-child(even) .aos-topHousingEquipment__wrap__block__inner {
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }
  .aos-topHousingEquipment__wrap__block:nth-child(3) .aos-topHousingEquipment__wrap__block__inner, .aos-topHousingEquipment__wrap__block:nth-child(4) .aos-topHousingEquipment__wrap__block__inner {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.aos-topHousingEquipment__wrap__block__inner {
  display: -ms-flexbox;
  display: flex;
}

.aos-topHousingEquipment__wrap__block__inner__heading {
  width: 50%;
}

.aos-topHousingEquipment__wrap__block__inner__heading img {
  display: block;
  transition: .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.aos-topHousingEquipment__wrap__block__inner__heading.is-he-living {
  background-color: #95bb85;
}

.aos-topHousingEquipment__wrap__block__inner__heading.is-he-entrance {
  background-color: #71b5c2;
}

.aos-topHousingEquipment__wrap__block__inner__heading.is-he-kitchen {
  background-color: #d9bc63;
}

.aos-topHousingEquipment__wrap__block__inner__heading.is-he-bath {
  background-color: #7f8bb3;
}

.aos-topHousingEquipment__wrap__block__inner__heading.is-he-toilet {
  background-color: #71b5c2;
}

.aos-topHousingEquipment__wrap__block__inner__heading.is-he-exterior {
  background-color: #cb968f;
}

.aos-topHousingEquipment__wrap__block__inner__image {
  width: 50%;
}

.aos-categoryHeader-basic {
  padding: 30px 15px 40px;
}

@media (min-width: 768px) {
  .aos-categoryHeader-basic {
    padding: 30px 0 50px;
  }
}

.aos-categoryHeader-basic__icon img {
  width: 100px;
  display: block;
  margin: 0 auto;
}

.aos-categoryHeader-basic__title {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 768px) {
  .aos-categoryHeader-basic__title {
    font-size: 32px;
    padding: 10px 0 2px;
    line-height: inherit;
  }
}

.aos-categoryHeader-basic__sub {
  font-size: 14px;
  text-align: center;
}

@media (min-width: 768px) {
  .aos-categoryHeader-basic__sub {
    font-size: 16px;
  }
}

.aos-singleEvent {
  padding: 0 20px;
}

.aos-singleEvent-headerLabel {
  text-align: center;
  padding: 20px 0;
  font-size: 25px;
  color: #fff;
  background-color: #2961ca;
}

.aos-singleEvent__eventPlace {
  font-size: 22px;
}

.aos-singleEvent__eventDate {
  font-size: 22px;
  padding: 0 0 20px;
}

.aos-singleEvent__eventOutlineText {
  font-size: 15px;
  color: #494949;
  padding: 0 0 10px;
}

.aos-singleEvent__eventMainImage {
  padding: 0 0 20px;
  font-size: 18px;
}

.aos-singleEvent__eventMainImageCaption {
  padding: 0 0 18px;
}

.aos-singleEvent__eventMainFeature {
  font-size: 14px;
  color: #2961ca;
  padding: 0 0 20px;
}

.c-kodawariPoint {
  border: 1px solid #ff5400;
  padding: 10px 15px;
  border-radius: 5px;
}

.c-kodawariPoint__heading {
  padding: 0 0 15px;
}

@media (min-width: 768px) {
  .c-kodawariPoint__heading {
    padding: 0 0 10px;
  }
}

.c-kodawariPoint__heading > img {
  display: inline-block;
  width: 26px;
  vertical-align: middle;
}

.c-kodawariPoint__heading > span {
  color: #ff5400;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  font-weight: 700;
  padding: 0 0 0 5px;
}

.c-kodawariPoint__number li {
  padding: 0 0 0 28px;
  position: relative;
  line-height: 20px;
  font-size: 16px;
  margin: 0 0 8px 15px;
}

@media (min-width: 768px) {
  .c-kodawariPoint__number li {
    font-size: 18px;
    margin: 0 0 8px 31px;
  }
}

.c-kodawariPoint__number li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ff5400;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.c-kodawariPoint__number li:nth-child(1):before {
  content: '1';
}

.c-kodawariPoint__number li:nth-child(2):before {
  content: '2';
}

.c-kodawariPoint__number li:nth-child(3):before {
  content: '3';
}

.c-kodawariPoint__number li:nth-child(4):before {
  content: '4';
}

.c-kodawariPoint__number li:nth-child(5):before {
  content: '5';
}

.c-kodawariPoint__number li:nth-child(6):before {
  content: '6';
}

.aos-post-box-works {
  border-color: transparent !important;
}

.aos-post-box-works .post-box-contents {
  display: block;
}

@media (min-width: 768px) {
  .aos-post-box-works .post-box-contents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
}



.aos-post-box-works .post_thumbnail {
  width: 100%;
  height: 60vw;
  height: inherit!important;
  padding: 0 15px 15px;
  background-color: #fff;
  position: relative!important;
}

@media screen and (max-width: 768px) {
  .aos-post-box-works .post_thumbnail {
    height: inherit;
  }
}

@media (min-width: 768px) {
  .aos-post-box-works .post_thumbnail {
    margin: 0;
    padding: 7px 0 0;
    width: 46%;
    height: 27vw;
  }
}

@media (min-width: 959px) {
  .aos-post-box-works .post_thumbnail {
    width: 46%;
    height: 27vw;
    height: 290px;
  }
}

@media (min-width: 1201px) {
  .aos-post-box-works .post_thumbnail {
    width: 46%;
  }
}

.grid_post-box:hover .grid_post_thumbnail img,
.post-box:hover .post_thumbnail img {
  transform: inherit!important;
}

.aos-post-box-works .post-box-contents {
  box-shadow: none;
  background-color: transparent !important;
}

.aos-post-box-works .post-meta-all-category {
  padding: 5px 15px 0;
  width: 100%;
}

@media (min-width: 768px) {
  .aos-post-box-works .post-meta-all-category {
    width: 48%;
    padding: 0 0 0 20px;
  }
}

@media (min-width: 1201px) {
  .aos-post-box-works .post-meta-all-category .post-title {
    padding: 5px 0;
  }
}

.aos-post-box-works .post-meta-all-category .post-title a {
  font-size: 18px;
}

@media (min-width: 959px) {
  .aos-post-box-works .post-meta-all-category .post-title a {
    font-size: 20px;
  }
}

@media (min-width: 1201px) {
  .aos-post-box-works .post-meta-all-category .post-title a {
    font-size: 21px;
  }
}

.aos-post-box-works .post-meta-all-category .post-substr {
  overflow: visible;
  height: inherit;
  display: block !important;
}

.aos-post-box-works .post-meta-all-category .post-substr .aos-category-works-excerptBox__mainFeature01 {
  padding: 0 0 10px;
}

@media (min-width: 1201px) {
  .aos-post-box-works .post-meta-all-category .post-substr .aos-category-works-excerptBox__mainFeature01 {
    font-size: 17px;
  }
}

.aos-post-box-works .post-meta-all-category .post-substr .aos-category-works-excerptBox__mainFeature02 {
  font-size: 14px;
  color: #2961ca;
  padding: 10px 0 0;
}

@media (min-width: 1201px) {
  .aos-post-box-works .post-meta-all-category .post-substr .aos-category-works-excerptBox__mainFeature02 {
    font-size: 15px;
  }
}

.aos-post-box-works .aos-category-works-link {
  margin: 0 0 60px;
  padding: 20px 0 0;
  display: block;
  text-align: center;
}

.aos-post-box-works .aos-category-works-link > a {
  display: inline-block;
  padding: 5px 10px;
  min-width: 250px;
  background-color: #fff;
  border: 1px solid #4b4b4b;
}

.c-kodawariPoint-category {
  padding: 10px 10px 5px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
}

.c-kodawariPoint-category__heading {
  padding: 0 0 7px;
}

@media (min-width: 959px) {
  .c-kodawariPoint-category__heading {
    padding: 0 0 3px;
  }
}

.c-kodawariPoint-category__heading > img {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
}

.c-kodawariPoint-category__heading > span {
  color: #ff5400;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  font-weight: 700;
  padding: 0 0 0 5px;
}

@media (min-width: 1201px) {
  .c-kodawariPoint-category__heading > span {
    font-size: 16px;
  }
}

.c-kodawariPoint-category__number li {
  padding: 0 0 0 20px;
  position: relative;
  line-height: 16px;
  font-size: 14px;
  margin: 0 0 5px 10px;
}

@media (min-width: 959px) {
  .c-kodawariPoint-category__number li {
    margin: 0 0 5px 26px;
  }
}

@media (min-width: 1201px) {
  .c-kodawariPoint-category__number li {
    font-size: 14px;
    margin: 0 0 7px 26px;
  }
}

.c-kodawariPoint-category__number li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ff5400;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.c-kodawariPoint-category__number li:nth-child(1):before {
  content: '1';
}

.c-kodawariPoint-category__number li:nth-child(2):before {
  content: '2';
}

.c-kodawariPoint-category__number li:nth-child(3):before {
  content: '3';
}

.c-kodawariPoint-category__number li:nth-child(4):before {
  content: '4';
}

.c-kodawariPoint-category__number li:nth-child(5):before {
  content: '5';
}

.c-kodawariPoint-category__number li:nth-child(6):before {
  content: '6';
}

.aos-singleWorks {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .aos-singleWorks {
    padding: 0 40px;
  }
}

.aos-singleWorks__worksMainImage {
  padding: 20px 0;
  font-size: 18px;
}

.aos-singleWorks__worksMainImage img {
  width: 100%;
  display: block;
}

.aos-singleWorks__worksMainFeature01 {
  padding: 0 0 18px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .aos-singleWorks__worksMainFeature01 {
    font-size: 20px;
  }
}

.aos-singleWorks__worksMainFeature02 {
  color: #2961ca;
  padding: 15px 0 0;
  font-size: 16px;
}

@media (min-width: 768px) {
  .aos-singleWorks__worksMainFeature02 {
    padding: 20px 0 0;
    font-size: 18px;
  }
}

.aos-pageContanierNarrow {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .aos-pageContanierNarrow {
    padding: 0;
  }
}

.aos-page-event {
  max-width: 947px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .aos-page-event {
    padding: 0;
  }
}

.aos-page-event__headerImage img {
  display: block;
}

.aos-page-event__description {
  padding: 10px 0 40px;
}

.aos-page-event__fukidashi {
  background-color: #2961ca;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin: 0 0 60px;
  padding: 15px 20px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .aos-page-event__fukidashi {
    padding: 7px 0;
    font-size: 23px;
  }
}

.aos-page-event__fukidashi:after {
  content: '';
  position: absolute;
  bottom: -23px;
  z-index: -1;
  left: 49.2%;
  width: 29px;
  height: 20px;
  background-color: #2961ca;
  transform: rotate(67deg) skewX(45deg) translateX(-50%);
}

@media (min-width: 768px) {
  .aos-page-event__featureLists {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.aos-page-event__featureLists__list {
  margin: 0 0 40px;
  line-height: 1.4;
  color: #2961ca;
  font-weight: 700;
  border: 8px solid #b5d1f1;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
  padding: 30px 20px;
}

@media (min-width: 768px) {
  .aos-page-event__featureLists__list {
    width: 47%;
    font-size: 24px;
    padding: 60px 0;
  }
}

@media (min-width: 959px) {
  .aos-page-event__featureLists__list {
    font-size: 28px;
  }
}

@media (min-width: 1201px) {
  .aos-page-event__featureLists__list {
    font-size: 30px;
  }
}

.aos-page-event__link {
  padding: 0 0 50px;
}

.aos-page-event__link__text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 30px;
}

.aos-page-event__link__btn {
  text-align: center;
}

.aos-page-event__link__btn a {
  display: inline-block;
  background-color: #ff5400;
  border: 2px solid #ff5400;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 15px 12px;
}

@media (min-width: 768px) {
  .aos-page-event__link__btn a {
    font-size: 28px;
    padding: 15px 40px;
  }
}

.aos-page-event__link__btn a:hover {
  color: #ff5400;
  background-color: #fff;
}

.aos-page-joykos__section01 > h2 {
  text-align: center;
  background-color: #dff2fc;
  color: #0089d0;
}

.aos-page-joykos__section01 > p {
  font-size: 18px;
}

.aos-page-joykos__section01 > img {
  display: block;
  margin: 0 auto;
  width: 800px;
  padding: 30px 0 0;
}

.aos-page-joykos__section02 {
  padding: 30px 0 0;
}

.aos-page-joykos__section02__block {
  border: 5px solid #abddf3;
  color: #0089d0;
  font-weight: 700;
  font-size: 17px;
  padding: 15px;
}

@media (min-width: 768px) {
  .aos-page-joykos__section02__block {
    font-size: 18px;
    padding: 30px;
  }
}

.aos-page-joykos__section03 {
  padding: 50px 0 0;
}

.aos-page-joykos__section03 > img {
  margin: 0 auto;
  display: block;
}

.aos-page-joykos__section03__buttons {
  padding: 10px 0 0;
}

.aos-page-joykos__section03__buttons a {
  display: block;
  background-color: #e2e2e2;
  text-align: center;
  border-radius: 20px;
  color: #e61848;
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 19px;
  padding: 10px 20px;
}

@media (min-width: 768px) {
  .aos-page-joykos__section03__buttons a {
    font-size: 26px;
    padding: 10px 40px;
  }
}

.aos-page-joykos__section03__buttons a:hover {
  background-color: #efefef;
  color: #e61848;
}

.aos-page-joykos__section03__moreButton a {
  max-width: 400px;
  display: block;
  background-color: #e61848;
  text-align: center;
  color: #e2e2e2;
  font-weight: 700;
  padding: 10px 40px;
  margin: 30px auto 50px;
  font-size: 22px;
}

@media (min-width: 768px) {
  .aos-page-joykos__section03__moreButton a {
    font-size: 26px;
  }
}

.aos-page-joykos__section03__moreButton a:hover {
  background-color: #e2e2e2;
  color: #e61848;
}

.aos-page-reform {
  color: #40210f;
}

.aos-page-reform__heading {
  padding: 30px 0 20px;
}

@media (min-width: 768px) {
  .aos-page-reform__heading {
    padding: 50px 0 20px;
  }
}

.aos-page-reform__heading img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .aos-page-reform__heading img {
    max-width: 615px;
  }
}

.aos-page-reform__section01 > h2 {
  font-size: 20px;
  color: #005f8b;
  background-color: #fff;
  padding: 0;
}

@media (min-width: 768px) {
  .aos-page-reform__section01 > h2 {
    text-align: center;
    font-size: 26.5px;
  }
}

@media (min-width: 768px) {
  .aos-page-reform__section01__features {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.aos-page-reform__section01__features__feature {
  margin: 0 auto 30px;
  max-width: 474px;
}

@media (min-width: 768px) {
  .aos-page-reform__section01__features__feature {
    width: 24%;
  }
}

.aos-page-reform__section01__features__feature:nth-child(1) .aos-page-reform__section01__features__feature__heading__title {
  background-color: rgba(98, 175, 137, 0.2);
  border-top: 6px solid #62af89;
}

.aos-page-reform__section01__features__feature:nth-child(2) .aos-page-reform__section01__features__feature__heading__title {
  background-color: rgba(230, 194, 61, 0.2);
  border-top: 6px solid #e6c23d;
}

.aos-page-reform__section01__features__feature:nth-child(3) .aos-page-reform__section01__features__feature__heading__title {
  background-color: rgba(58, 168, 190, 0.2);
  border-top: 6px solid #3aa8be;
}

.aos-page-reform__section01__features__feature:nth-child(4) .aos-page-reform__section01__features__feature__heading__title {
  background-color: rgba(224, 107, 123, 0.2);
  border-top: 6px solid #e06b7b;
}

.aos-page-reform__section01__features__feature__heading > img {
  display: block;
}

.aos-page-reform__section01__features__feature__heading__title {
  text-align: center;
  font-weight: 700;
  padding: 15px;
}

@media (min-width: 768px) {
  .aos-page-reform__section01__features__feature__heading__title {
    padding: 15px 0;
  }
}

.aos-page-reform__section01__features__feature__desc {
  padding: 10px 5px 0;
  font-size: 15px;
}

.aos-page-reform__section02 {
  padding: 20px 0 10px;
}

@media (min-width: 768px) {
  .aos-page-reform__section02 {
    padding: 0;
  }
}

.aos-page-reform__section02 > h2 {
  background-color: #a5a5a5;
}

@media (min-width: 768px) {
  .aos-page-reform__section02 > h2 {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .aos-page-reform__section02__features {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.aos-page-reform__section02__features__feature {
  margin: 0 auto 30px;
  max-width: 474px;
}

@media (min-width: 768px) {
  .aos-page-reform__section02__features__feature {
    width: 24%;
  }
}

.aos-page-reform__section02__features__feature > img {
  display: block;
}

.aos-page-reform__section02__features__feature__heading__title {
  padding: 10px 10px 0;
  text-align: center;
  font-weight: 700;
}

.aos-page-reform__section03 > h3 {
  padding: 20px 15px;
  background-color: #f2984f;
  color: #fff;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .aos-page-reform__section03 > h3 {
    text-align: center;
  }
}

.aos-page-reform__section03__button a {
  max-width: 600px;
  display: block;
  text-align: center;
  color: #0087a8;
  font-weight: 700;
  padding: 10px 40px;
  margin: 30px auto;
  font-size: 20px;
  border: 1px solid #0087a8;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .aos-page-reform__section03__button a {
    font-size: 24px;
  }
}

.aos-page-reform__section03__button a:hover {
  background-color: #0087a8;
  color: #fff;
}

.aos-page-reform__section03__contact {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 0 0 40px;
}

@media (min-width: 768px) {
  .aos-page-reform__section03__contact {
    padding: 0;
  }
}

.aos-page-reform__section03__contact__text {
  display: block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .aos-page-reform__section03__contact__text {
    display: inline-block;
  }
}

.aos-page-reform__section03__contact > a {
  display: block;
  vertical-align: middle;
  font-size: 26px;
}

@media (min-width: 768px) {
  .aos-page-reform__section03__contact > a {
    display: inline-block;
  }
}

.aos-page-company__section01__table {
  padding: 30px 0 0;
}

.aos-page-company__section01__table table {
  width: 100%;
}

.aos-page-company__section02__ehouse {
  padding: 30px 0 0;
}

@media (min-width: 768px) {
  .aos-page-company__section02__ehouse {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.aos-page-company__section02__ehouse__logo {
  max-width: 150px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .aos-page-company__section02__ehouse__logo {
    margin: 0 30px 0 0;
    max-width: 200px;
  }
}

.aos-page-company__section02__ehouse__logo img {
  display: block;
}

.aos-page-company__section03 {
  padding: 50px 0 0;
}

.aos-page-company__section03 iframe {
  height: 70vw;
}

@media (min-width: 768px) {
  .aos-page-company__section03 iframe {
    height: 55vw;
  }
}

@media (min-width: 959px) {
  .aos-page-company__section03 iframe {
    height: 500px;
  }
}

.aos-page-form__companyInfo {
  background-color: #f9f9f9;
  font-size: 18px;
  padding: 20px 10px;
}

@media (min-width: 768px) {
  .aos-page-form__companyInfo {
    padding: 25px 0;
  }
}

.aos-page-form__companyInfo div:not(:last-child) {
  padding: 0 0 10px;
  text-align: center;
}

.aos-page-form__companyInfo__numbers {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}

@media (min-width: 768px) {
  .aos-page-form__companyInfo__numbers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.aos-page-form__companyInfo__numbers a {
  display: inline-block;
  color: #4b4b4b;
}

@media (min-width: 768px) {
  .aos-page-form__companyInfo__numbers a {
    margin: 0 30px 0 0;
  }
}

.aos-page-form__companyInfo__numbers span {
  display: inline-block;
}

.aos-page-form__mailForm__form {
  padding: 30px 0 0;
}

.aos-page-form__mailForm__form table {
  width: 100%;
}

.aos-page-form__mailForm__form table tr .form-required {
  background: #cb968f;
  color: #fff;
  font-size: .7em;
  vertical-align: middle;
  border-radius: 3px;
  display: block;
  text-align: center;
  padding: 2px 0;
}

@media (min-width: 768px) {
  .aos-page-form__mailForm__form table tr .form-required {
    padding: 3px 4px;
    margin: 0 0 0 10px;
    display: inline-block;
  }
}

.aos-page-form__mailForm__form table input[type=text], .aos-page-form__mailForm__form table input[type=email], .aos-page-form__mailForm__form table input[type=tel], .aos-page-form__mailForm__form table textarea {
  width: 100%;
}

.aos-page-form__mailForm__form .form-acceptance {
  padding: 30px 0;
  text-align: center;
}

.aos-page-productChild__moreButton {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 20px;
  background-color: #0088a9;
  font-size: 17px;
  color: #fff;
}

.aos-page-productChild__heading {
  padding: 0 0 20px;
}

.aos-page-productChild__heading h2 {
  color: #6fb3c5;
  background-color: inherit;
  padding: 0 0 5px;
  border-bottom: 2px solid #6fb3c5;
  text-align: center;
}

.aos-page-productChild__heading--exterior h2 {
  color: #d49d96;
  border-bottom: 2px solid #d49d96;
}

.aos-page-productChild__block-living-toilet {
  padding: 0 0 50px;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 599px) {
  .aos-page-productChild__block-living-toilet {
    display: block;
  }
}

@media (min-width: 768px) {
  .aos-page-productChild__block-living-toilet {
    padding: 0 0 80px 20px;
  }
}

@media (min-width: 959px) {
  .aos-page-productChild__block-living-toilet {
    padding: 0 0 80px 40px;
  }
}

.aos-page-productChild__block-living-toilet__image {
  padding: 0 15px 10px 0;
  width: 100%;
}

@media (max-width: 599px) {
  .aos-page-productChild__block-living-toilet__image {
    padding: 0 0 15px;
  }
}

@media (min-width: 768px) {
  .aos-page-productChild__block-living-toilet__image {
    padding: 0 30px 0 0;
    width: 39%;
  }
}

.aos-page-productChild__block-living-toilet__image img {
  display: block;
  margin: 0 auto;
}

.aos-page-productChild__block-living-toilet__detail {
  width: 100%;
}

@media (min-width: 768px) {
  .aos-page-productChild__block-living-toilet__detail {
    width: 61%;
  }
}

.aos-page-productChild__block-living-toilet__detail__heading {
  color: gray;
  background-color: #f2f2f2;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
}

.aos-page-productChild__block-living-toilet__detail__text {
  padding: 20px 0 30px;
}

@media (max-width: 599px) {
  .aos-page-productChild__block-living-toilet__detail__text {
    padding: 15px 0;
  }
}

@media (min-width: 768px) {
  .aos-page-productChild__block-living-toilet__detail__text {
    padding: 40px 0 40px 20px;
  }
}

.aos-page-productChild__block-living-toilet__detail__moreButton {
  text-align: right;
}

.aos-page-productChild__block-entrance__heading {
  color: gray;
  background-color: #f2f2f2;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
}

.aos-page-productChild__block-entrance__wrap {
  padding: 40px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aos-page-productChild__block-entrance__wrap__left img {
  display: block;
}

.aos-page-productChild__block-entrance__wrap__right__text {
  padding: 0 0 15px;
  font-size: 18px;
  text-align: center;
}

.aos-page-productChild__block-entrance__wrap__right__images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aos-page-productChild__block-entrance__wrap__right__images__image {
  width: 49%;
}

.aos-page-productChild__block-entrance__wrap__right__images__image img {
  display: block;
}

.aos-page-productChild__block-entrance__moreButton {
  text-align: right;
  padding: 40px 0 70px;
}

.aos-page-productChild__block-exterior {
  padding: 0 0 40px;
}

.aos-page-productChild__block-exterior__catchCopy {
  color: #35b7ae;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.section-title-sub {
  padding: 35px 0 5px;
  border-bottom: 2px solid #0088a9;
}

.section-title-sub h2 {
  color: #0088a9;
  text-align: center;
  margin: 0;
  font-weight: 700;
  background-color: #fff;
}

.section-title-sub.kitchen {
  border-bottom: 2px solid #e4c562;
}

.section-title-sub.kitchen h2 {
  color: #e4c562;
}

.section-title-sub.living {
  border-bottom: 2px solid #9dc58c;
}

.section-title-sub.living h2 {
  color: #9dc58c;
}

.section-title-sub.entrance {
  border-bottom: 2px solid #73c1cf;
}

.section-title-sub.entrance h2 {
  color: #73c1cf;
}

.section-title-sub.bath {
  border-bottom: 2px solid #8693bd;
}

.section-title-sub.bath h2 {
  color: #8693bd;
}

.section-title-sub.toilet {
  border-bottom: 2px solid #6fb3c5;
}

.section-title-sub.toilet h2 {
  color: #6fb3c5;
}

.section-title-sub.wall {
  border-bottom: 2px solid #d49d96;
}

.section-title-sub.wall h2 {
  color: #d49d96;
}

.product-cat {
  color: gray;
  padding: 10px 0;
  margin: 40px auto;
  text-align: center;
  background: #f2f2f2;
}

.product-cat h3 {
  margin: 0;
}

.product-catch.wall {
  color: #35b7ae;
  font-size: 2.2em;
  text-align: center;
}

.product-image img {
  display: block;
  width: 100%;
}

.product-image .span-8 {
  float: left;
  width: 69.7333%;
}

.product-image .span-4 {
  float: left;
  width: 30.2666%;
}

.product-image.kitchen h4 {
  text-align: center;
  padding: 10px 0;
  background: #fce9f1;
  color: #a01648;
  font-size: 1.8em;
  font-weight: 700;
  margin: 0;
}

.product-image.bath {
  position: relative;
  padding: 0 0 100px;
}

.product-image.bath h4 {
  text-align: center;
  font-size: 2.2em;
  font-weight: 700;
  color: #9dc58c;
}

.product-image.bath p {
  text-align: center;
  font-size: 1.4em;
}

.product-feature {
  position: relative;
  padding: 40px;
  border-bottom: 1px dotted gray;
}

.product-feature p {
  font-size: 1.2em;
  color: #4d4d4d;
}

.product-feature img {
  display: block;
  width: 100%;
}

.product-feature .span-4 {
  float: left;
  width: 33.3333%;
  padding: 0 40px 0 0;
}

.product-feature .span-8 {
  float: left;
  width: 66.6666%;
}

.product-feature .page-top {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.product-col {
  position: relative;
}

.product-col img {
  display: block;
  width: 100%;
}

.product-col .span-7 {
  float: right;
  width: 58.3333%;
}

.product-col .span-6 {
  float: right;
  width: 50%;
}

.product-col .span-5 {
  float: right;
  width: 41.6666%;
}

.product-col .product-des {
  padding: 0 20px;
}

.product-col.toilet img {
  max-width: 350px;
  margin: 40px auto;
}

.product-col.living img {
  max-width: 316px;
  margin: 40px auto;
}

.product-col.entrance {
  padding: 0 0 120px;
}

.product-col.bath {
  padding: 0 0 80px;
}

.product-col.bath p {
  text-align: center;
  font-size: 1.4em;
}

.product-col.bath .span-6 {
  padding: 0 20px 40px;
}

.product-image.wall {
  margin: 0 0 40px;
  position: relative;
}

.product-image.wall img {
  display: block;
  width: 100%;
}

.btn-product {
  position: absolute;
  bottom: 40px;
  right: 0;
  text-align: center;
}

.btn-product a {
  background: #0088a9;
  padding: 10px 30px;
  border: 2px solid #0088a9;
  color: #fff;
  text-align: center;
  border-radius: 30px;
}

.btn-product a:hover {
  background: #fff;
  color: #0088a9;
}

.btn-product.bath a {
  background: #9dc58c;
  border: 2px solid #9dc58c;
}

.btn-product.bath a:hover {
  background: #fff;
  color: #9dc58c;
}

.block-lineup-product {
  margin: 40px auto 0;
}

.block-lineup-product .span-4 {
  float: left;
  width: 33.3333%;
}

.block-lineup-product .span-4 img {
  display: block;
  width: 100%;
}

@media (max-width: 599px) {
  .product-feature {
    padding: 20px 20px 100px;
  }
  .product-feature p {
    font-size: .8em;
  }
  .product-feature .span-4 {
    width: 100%;
    padding: 10px 24%;
  }
  .product-feature .span-8 {
    width: 100%;
  }
  .product-image.bath h4 {
    font-size: 1.2em;
    padding: 0 20px;
  }
  .product-image.bath p {
    font-size: 1em;
  }
  .product-image.kitchen h4 {
    font-size: 1.2em;
  }
  .product-col img {
    margin: 0 auto 40px;
  }
  .product-col .span-7, .product-col .span-6, .product-col .span-5 {
    width: 100%;
  }
  .product-col .span-5 {
    padding: 0 0 120px;
  }
  .product-col .product-des {
    text-align: center;
  }
  .btn-product {
    margin: 0 auto;
    width: 100%;
    bottom: 30px;
    right: 0;
    height: 40px;
  }
  .product-col.entrance {
    padding: 0 0 40px;
  }
  .product-col.living img {
    margin: 0 auto 40px;
  }
  .product-col.bath p {
    font-size: 1em;
  }
  .product-col.bath img {
    margin: 0;
  }
  .product-col.toilet img {
    margin: 0 auto;
  }
}

.aos-page-subsidy .section-title-sub {
  margin: 0 0 40px;
}

@media (max-width: 599px) {
  .aos-page-subsidy .section-title-sub {
    margin: 0 0 30px;
  }
}

.aos-page-subsidy .section-title-sub h2 {
  padding: 5px 0;
}

.aos-page-subsidy .subpage-image.subsidy01 .span6 {
  float: left;
  width: 50%;
  text-align: center;
  color: #000;
  padding: 0 40px;
  line-height: 4;
}

@media (max-width: 599px) {
  .aos-page-subsidy .subpage-image.subsidy01 .span6 {
    width: 100%;
    float: none;
    line-height: 3;
    padding: 0 0 10px;
  }
}

.aos-page-subsidy .subpage-image.subsidy01 .span6 a:hover img {
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.aos-page-subsidy .subpage-section.subsidy02 {
  margin: 0 0 60px;
}

.aos-page-subsidy .subpage-section.subsidy02 h3 {
  background: #9fa0a0;
  color: #fff;
  text-align: center;
  font-size: 30px;
}

@media (max-width: 599px) {
  .aos-page-subsidy .subpage-section.subsidy02 h3 {
    font-size: 18px;
  }
}

.aos-page-subsidy .subpage-section.subsidy02 .text-subsidy01 {
  font-size: 2.4em;
  font-weight: 700;
  color: #e60012;
}
