@import"https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600;700&display=swap";

@font-face {
  font-family: "Times-regular";
  src: url("../fonts/Times-regular.woff") format("woff"), url("../fonts/Times-regular.ttf") format("opentype")
}

.font-en_r {
  font-family: "Times-regular"
}

@font-face {
  font-family: "Times-Italic";
  src: url("../fonts/Times-Italic.woff") format("woff"), url("../fonts/Times-Italic.ttf") format("opentype")
}

.font-en_i {
  font-family: "Times-Italic"
}

* {
  margin: 0;
  padding: 0
}

html {
  font-size: 62.5%
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  color: #002142;
  display: none
}

@media(max-width: 1024px) {
  body {
    font-size: 1.4rem
  }
}

a {
  display: block;
  text-decoration: none;
  transition: ease .3s;
  color: #000
}

a:hover {
  opacity: .7
}

li {
  list-style: none
}

img {
  width: 100%;
  height: auto
}

::selection {
  background-color: #000;
  color: #fff
}

.swiper-container {
  width: 100%;
  position: relative;
  overflow: hidden
}

.flex {
  display: flex
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.grid {
  display: grid
}

.relative {
  position: relative
}

.absolute {
  position: absolute
}

.fixed {
  position: fixed
}

.al-center {
  align-items: center !important
}

.jus-start {
  justify-content: flex-start !important
}

.ta-left {
  text-align: left !important
}

.ta-center {
  text-align: center !important
}

@media(max-width: 896px) {
  .fd-reverse {
    flex-direction: column-reverse !important
  }
}

.w1200 {
  max-width: 1200px;
  width: 87%;
  margin: auto
}

.w960 {
  max-width: 960px;
  width: 87%;
  margin: auto
}

.w100 {
  width: 100%
}

.w90 {
  width: 90%;
  margin: auto
}

.color_navy {
  color: #002142
}

.color_blue {
  color: #11347a
}

.color_light-blue {
  color: #335e99
}

.color_brown {
  color: #b6ac7c
}

.bg_color_navy {
  background-color: #002142
}

.bg_conf {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.mt15 {
  margin-top: 15px !important
}

.mt25 {
  margin-top: 25px !important
}

.mt50 {
  margin-top: 50px !important
}

.mb30 {
  margin-bottom: 30px !important
}

.mb45 {
  margin-bottom: 45px !important
}

.mb60 {
  margin-bottom: 60px !important
}

.pt30 {
  padding-top: 30px
}

.js-tab-cts.is-active {
  display: block !important;
  animation: fade .5s forwards
}

.fadein,
.slidein,
.slideinRight {
  opacity: 0;
  transition: all .7s
}

.fadein.active {
  opacity: 1
}

.slidein.active {
  animation: slidein 1s forwards
}

@keyframes fade {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes slidein {
  0% {
    opacity: 0;
    margin-top: 7%
  }

  70% {
    opacity: 1
  }

  100% {
    opacity: 1;
    margin-top: 0%
  }
}

.slideinRight.active {
  animation: slideinRight .5s forwards
}

@keyframes slideinRight {
  0% {
    opacity: 0;
    transform: translateX(70px)
  }

  70% {
    opacity: 1
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.l-header {
  position: sticky;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  transition: ease .3s
}

.l-header__inner {
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto
}

.l-header__logo {
  padding: 20px 0 0 20px
}

@media(max-width: 1024px) {
  .l-header__logo {
    padding: 20px 0 15px 20px;
    position: relative;
    z-index: 9999
  }
}

.l-header__logo img {
  width: 140px
}

@media(max-width: 480px) {
  .l-header__logo img {
    width: 120px
  }
}

.l-header__logo p {
  display: inline-block;
  margin-left: 5px;
  font-size: .9vw;
  vertical-align: super
}

@media(max-width: 1024px) {
  .l-header__logo p {
    font-size: 1.2rem
  }
}

@media(max-width: 480px) {
  .l-header__logo p {
    display: block;
    margin-left: 0
  }
}

.l-header__nav {
  width: 770px
}

.l-header__nav_list {
  width: 100%;
  align-items: stretch;
  justify-content: space-between
}

.l-header__nav_list li {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 13px 0 17px 0;
  cursor: pointer;
  transition: ease .3s
}

.l-header__nav_list li:hover {
  opacity: .7
}

.l-header__nav_list li:hover a {
  opacity: 1 !important
}

.l-header__nav_list a {
  color: #fff;
  font-size: .77vw;
  line-height: 1.3
}

@media(max-width: 1550px) {
  .l-header__nav_list a {
    font-size: 1.35rem
  }
}

.l-header__nav_item_1 a {
  color: #666 !important
}

.l-header__nav_item_2 {
  background-color: #758081
}

.l-header__nav_item_3 {
  background-color: #325180
}

.l-header__nav_item_4 {
  background-color: #11347a
}

.l-header__nav_item_5 {
  background-color: #b6ac7c
}

@media(max-width: 1024px) {
  .l-header__nav {
    display: none
  }
}

.l-header.fixing {
  top: -70px
}

@media(max-width: 1024px) {
  .l-header.fixing {
    top: 0 !important
  }
}

.l-globalnav>div {
  width: 100%;
  height: 100%;
  overflow-y: scroll
}

.l-globalnav__list {
  width: 90%;
  margin: auto;
  padding: 13px 0;
  text-align: center
}

@media screen and (min-width: 1025px)and (max-width: 1380px) {
  .l-globalnav__list {
    width: 93%
  }
}

.l-globalnav__list_item {
  display: inline-block;
  position: relative;
  width: auto;
  text-align: center;
  padding: 0 2.8%
}

@media(max-width: 1500px) {
  .l-globalnav__list_item {
    padding: 0 2.5%
  }
}

@media screen and (min-width: 1025px)and (max-width: 1380px) {
  .l-globalnav__list_item {
    padding: 0 1.7%
  }
}

@media(max-width: 1024px) {
  .l-globalnav__list_item {
    width: 48%;
    flex: none;
    text-align: left;
    border-bottom: solid 1px #002142;
    padding: 0 0
  }
}

.l-globalnav__list_item a {
  font-size: .77vw;
  padding: 20px 5px 20px 5px;
  color: #002142
}

@media(max-width: 1550px) {
  .l-globalnav__list_item a {
    font-size: 1.35rem
  }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
  .l-globalnav__list_item a {
    font-size: 1.1vw
  }
}

.l-globalnav__list_item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1px;
  height: 70%;
  background: #211612
}

@media(max-width: 1024px) {
  .l-globalnav__list_item::after {
    display: none
  }
}

.l-globalnav__list_item:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 1px;
  height: 70%;
  background: #211612
}

@media(max-width: 1024px) {
  .l-globalnav__list_item:nth-child(1)::before {
    display: none
  }
}

.l-globalnav__list_sp {
  display: none !important;
  padding-top: 3% !important
}

@media(max-width: 1024px) {
  .l-globalnav__list_sp {
    display: flex !important;
    flex-wrap: wrap;
    text-align: center
  }

  .l-globalnav__list_sp>li {
    width: 50%;
    padding: 30px 0
  }

  .l-globalnav__list_sp>li a {
    color: #fff
  }
}

@media(max-width: 1024px)and (max-width: 1024px) {
  .l-globalnav__list_sp>li a {
    font-size: 1.3rem
  }
}

@media(max-width: 1024px) {
  .l-globalnav__list_sp_item_1 {
    background-color: #758081
  }

  .l-globalnav__list_sp_item_2 {
    background-color: #325180
  }

  .l-globalnav__list_sp_item_3 {
    background-color: #11347a
  }

  .l-globalnav__list_sp_item_4 {
    background-color: #b6ac7c
  }
}

@media(max-width: 1024px) {
  .l-globalnav {
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: all .3s;
    visibility: hidden
  }

  .l-globalnav ul {
    display: none !important;
    z-index: 999;
    width: 70%;
    margin: auto;
    padding-top: 10%
  }
}

@media(max-width: 1024px)and (max-width: 480px) {
  .l-globalnav ul {
    width: 90%;
    padding-top: 25%
  }
}

.l-globalnav .contact {
  margin-top: 5%;
  display: none
}

.l-globalnav .contact .totop {
  display: none !important
}

@media(max-width: 1024px) {
  .l-globalnav .contact {
    opacity: 1
  }
}

@media(max-width: 480px) {
  .l-globalnav .contact {
    margin-top: 7%
  }
}

.l-globalnav.panelactive .contact {
  display: block;
  opacity: 1
}

.l-globalnav.panelactive {
  opacity: 1;
  z-index: 999;
  visibility: initial
}

.l-globalnav.panelactive ul {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap
}

.l-globalnav-sub {
  display: none
}

.l-globalnav-sub.panelactive {
  display: block;
  width: 70%;
  margin: 10px auto
}

@media(max-width: 480px) {
  .l-globalnav-sub.panelactive {
    width: 90%
  }
}

.l-globalnav-sub.panelactive a {
  color: #002142
}

.openbtn {
  display: none
}

@media(max-width: 1024px) {
  .openbtn {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 3px;
    right: 10px;
    cursor: pointer;
    width: 60px;
    height: 60px
  }

  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    background-color: #002142;
    width: 55%
  }

  .openbtn span:nth-of-type(1) {
    top: 18px
  }

  .openbtn span:nth-of-type(2) {
    top: 30px
  }

  .openbtn span:nth-of-type(3) {
    top: 42px
  }
}

@media(max-width: 480px) {
  .openbtn {
    top: 7px
  }
}

.openbtn.active span:nth-of-type(1) {
  top: 23px;
  left: 14px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0
}

.openbtn.active span:nth-of-type(3) {
  top: 35px;
  left: 14px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%
}

.ptr_none {
  pointer-events: none !important
}

.ptr_none a {
  color: #a9a8a8 !important
}

.ptr_none2 {
  pointer-events: none !important
}

.ptr_none2 a {
  opacity: .7 !important
}

.contact {
  text-align: center;
  background-color: #dde2e5;
  padding: 3% 0
}

@media(max-width: 896px) {
  .contact {
    padding: 5% 0
  }
}

@media(max-width: 480px) {
  .contact {
    padding: 7% 0
  }
}

.contact_inner p {
  margin-bottom: 30px;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 2px
}

@media(max-width: 1024px) {
  .contact_inner p {
    font-size: 1.6rem;
    letter-spacing: 1px;
    margin-bottom: 20px
  }
}

.contact_inner p br {
  display: none
}

@media(max-width: 896px) {
  .contact_inner p br {
    display: block
  }
}

.contact_inner a {
  max-width: 540px;
  width: 70%;
  margin: auto;
  padding-bottom: 15px
}

@media(max-width: 1024px) {
  .contact_inner a {
    width: 48%
  }
}

@media(max-width: 480px) {
  .contact_inner a {
    width: 90%
  }
}

.contact_inner span {
  font-size: 1.4rem
}

.contact_inner span span {
  display: inline-block;
  margin-right: 7px;
  padding: 3px 10px;
  background-color: #002142;
  color: #fff
}

@media(max-width: 1024px) {
  .contact_inner span span {
    padding: 3px 10px
  }
}

@media(max-width: 1024px) {
  .contact_inner span {
    font-size: 1.2rem
  }
}

.contact_inner span br {
  display: none
}

@media(max-width: 896px) {
  .contact_inner span br {
    display: block
  }
}

.contact .totop {
  right: 1%;
  bottom: 5%;
  width: 60px;
  height: 60px;
  transition: ease .3s
}

.contact .totop :hover {
  transform: scale(1.05)
}

.contact .totop a:hover {
  opacity: 1 !important
}

@media(max-width: 1024px) {
  .contact .totop {
    width: 50px;
    height: 50px
  }
}

@media(max-width: 480px) {
  .contact .totop {
    right: 5%;
    bottom: -12%;
    width: 45px;
    height: 45px
  }
}

.l-footer {
  padding-top: 55px;
  background-color: #002142;
  color: #fff
}

.l-footer__logo {
  width: 225px;
  text-align: center;
  margin: auto
}

.l-footer__logo p {
  margin-top: 5px;
  font-size: 1.8rem;
  line-height: 1.2
}

.l-footer__nav {
  padding-top: 70px;
  justify-content: space-between;
  gap: 5%
}

.l-footer__nav a {
  color: #fff;
  letter-spacing: 1px
}

@media(max-width: 1024px) {
  .l-footer__nav a {
    font-size: 1.2rem
  }
}

@media(max-width: 896px) {
  .l-footer__nav {
    flex-wrap: wrap;
    gap: 0;
    padding-top: 50px;
    padding-bottom: 30px
  }
}

.l-footer__list {
  width: 16.6666666667%
}

.l-footer__list:nth-child(3),
.l-footer__list:nth-child(5) {
  width: calc(16% + 100px)
}

@media(max-width: 896px) {

  .l-footer__list:nth-child(3),
  .l-footer__list:nth-child(5) {
    width: 48%
  }
}

.l-footer__list:nth-child(4) {
  width: calc(16% + 20px)
}

@media(max-width: 896px) {
  .l-footer__list:nth-child(4) {
    width: 48%
  }
}

@media(max-width: 896px) {
  .l-footer__list {
    width: 48%
  }
}

.l-footer__item div {
  margin-bottom: 7px
}

.l-footer__item div a {
  font-size: 1.4rem
}

@media(max-width: 1024px) {
  .l-footer__item div a {
    font-size: 1.2rem
  }
}

@media(max-width: 896px) {
  .l-footer__item div {
    display: none
  }
}

.l-footer__item>a {
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: solid 1px #fff
}

@media(max-width: 896px) {
  .l-footer__item>a {
    padding-bottom: 15px
  }
}

@media(max-width: 896px) {
  .l-footer__item.mt25 {
    margin-top: 0
  }
}

.l-footer__btm {
  padding: 5% 20px 15px 20px;
  justify-content: space-between;
  align-items: center
}

@media(max-width: 480px) {
  .l-footer__btm {
    flex-direction: column
  }
}

.l-footer__btm a {
  width: 170px
}

@media(max-width: 896px) {
  .l-footer__btm a {
    width: 150px
  }
}

.l-footer__btm .copy {
  font-size: 1.2rem
}

@media(max-width: 480px) {
  .l-footer__btm .copy {
    margin-top: 10px
  }
}

@media(max-width: 320px) {
  .l-footer__btm .copy {
    font-size: 1rem
  }
}

.reception {
  text-align: center
}

.reception__inner {
  padding: 7% 0
}

@media(max-width: 1024px) {
  .reception__inner {
    padding: 5% 0
  }
}

@media(max-width: 480px) {
  .reception__inner {
    padding: 7% 0
  }
}

.reception__inner span {
  font-size: 4rem;
  opacity: .6
}

@media(max-width: 1024px) {
  .reception__inner span {
    font-size: 2.5rem
  }
}

.reception__inner h2 {
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 5px
}

@media(max-width: 1024px) {
  .reception__inner h2 {
    font-size: 4rem
  }
}

@media(max-width: 896px) {
  .reception__inner h2 {
    font-size: 3rem
  }
}

@media(max-width: 480px) {
  .reception__inner h2 {
    letter-spacing: 3px
  }
}

.reception__inner p {
  margin-top: 7px;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 2px
}

@media(max-width: 1024px) {
  .reception__inner p {
    font-size: 1.6rem
  }
}

.reception__btn {
  padding-top: 50px;
  text-align: center
}

@media(max-width: 1024px) {
  .reception__btn {
    padding-top: 30px
  }
}

@media(max-width: 896px) {
  .reception__btn {
    width: 70%;
    margin: auto
  }
}

@media(max-width: 480px) {
  .reception__btn {
    width: 100%
  }
}

.reception__btn a {
  display: inline-block;
  margin: 0 10px;
  padding: 20px 30px;
  font-size: 1.7rem;
  color: #fff;
  transition: ease .3s
}

.reception__btn a:hover {
  opacity: 1 !important
}

@media(max-width: 1024px) {
  .reception__btn a {
    font-size: 1.5rem;
    margin: 0 5px
  }
}

@media(max-width: 896px) {
  .reception__btn a {
    display: block;
    margin: 0 0;
    margin-bottom: 10px
  }
}

@media(max-width: 320px) {
  .reception__btn a {
    padding: 20px 10px
  }
}

.reception__btn a:nth-child(1) {
  background-color: #325180
}

.reception__btn a:nth-child(2) {
  background-color: #11347a
}

.reception__btn a:nth-child(3) {
  background-color: #b6ac7c
}

.reception__btn a span {
  display: inline-block;
  margin-left: 10px;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  transform: skew(60deg);
  opacity: 1 !important;
  vertical-align: super;
  transition: ease .3s
}

@media(max-width: 320px) {
  .reception__btn a span {
    width: 30px;
    height: 5px
  }
}

.reception__btn a:hover span {
  transform: translateX(10px) skew(60deg)
}

.tab_block {
  padding: 35px 0
}

@media(max-width: 1024px) {
  .tab_block {
    padding: 25px 0
  }
}

@media(max-width: 480px) {
  .tab_block {
    padding: 5% 0
  }
}

.tab_block__bg {
  background-image: url(../img/common/bgnew.jpg);
  background-size: cover;
  opacity: .3;
  z-index: -1
}

.tab_block__list {
  text-align: center
}

.tab_block__item {
  display: inline-block;
  letter-spacing: 1px;
  color: #fff;
  cursor: pointer;
  background-image: url(../img/location/tab_block_bgnew.jpg);
  background-size: cover;
  transition: ease .3s
}

.tab_block__item span {
  position: relative;
  z-index: 3
}

.tab_block__item.is-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  mix-blend-mode: overlay
}

.sub-mv__title {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  filter: drop-shadow(8px 8px 10px rgba(38, 49, 56, 0.4))
}

@media(max-width: 480px) {
  .sub-mv__title {
    top: 45%;
    filter: drop-shadow(3px 3px 3px rgba(38, 49, 56, 0.4))
  }
}

.sub-mv__title h1 {
  font-size: 6.8rem;
  font-weight: normal;
  line-height: 1.04
}

@media(max-width: 896px) {
  .sub-mv__title h1 {
    font-size: 5rem
  }
}

.sub-mv__title p {
  font-size: 2rem
}

@media(max-width: 896px) {
  .sub-mv__title p {
    font-size: 1.8rem
  }
}

.title-h2 {
  margin-bottom: 45px;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  color: #11347a
}

@media(max-width: 480px) {
  .title-h2 {
    font-size: 1.6rem;
    margin-bottom: 35px
  }
}

.title-h2.title-h2_it::before {
  content: "IT SUPPORT"
}

.title-h2.title-h2_home::before {
  content: "HOME SECURITY"
}

.title-h2.title-h2_g-flex::before {
  content: "G-FLEX"
}

.title-h2.title-h2_free::before {
  content: "FREE SELECT"
}

.title-h2.title-h2_value::before {
  content: "ECO VALUE"
}

.title-h2.title-h2_constr::before {
  content: "CONSTRUCTION"
}

.title-h2.title-h2_living::before {
  content: "LIVING"
}

.title-h2.title-h2_bed::before {
  content: "BED ROOM"
}

.title-h2.title-h2_entrance::before {
  content: "ENTRANCE"
}

.title-h2.title-h2_kitchen::before {
  content: "KITCHEN"
}

.title-h2.title-h2_bath::before {
  content: "BATH ROOM"
}

.title-h2.title-h2_utility::before {
  content: "UTILITY"
}

.title-h2.title-h2_toilet::before {
  content: "TOILET"
}

.title-h2.title-h2_balcony::before {
  content: "BALCONY"
}

.title-h2.title-h2_zeh::before {
  content: "ZEH-M"
}

.title-h2::before {
  display: block;
  width: max-content;
  font-size: 5rem;
  line-height: .9;
  color: #11347a;
  font-family: "Times-regular";
  margin: 0 auto 10px
}

@media(max-width: 480px) {
  .title-h2::before {
    font-size: 3.7rem
  }
}

@media(max-width: 320px) {
  .title-h2::before {
    font-size: 3rem
  }
}

.sub__inner {
  margin-top: -90vh;
  padding-bottom: 7%
}

@media(max-width: 480px) {
  .sub__inner {
    margin-top: 0vh;
    width: 93% !important
  }
}

.sub__block {
  display: none;
  padding: 8% 5% 5% 5%;
  background-color: #fff
}

@media(max-width: 480px) {
  .sub__block {
    padding: 80px 5% 35px
  }
}

.sub__bg {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/common/bgnew.jpg);
  background-size: cover;
  z-index: -1;
  opacity: .2
}

@media(max-width: 767px) {
  .sub__bg {
    position: absolute;
    height: 100%;
    background-size: 100%;
    background-repeat: repeat
  }
}

.sub__section {
  max-width: 960px;
  margin: 0 auto 60px
}

@media(max-width: 480px) {
  .sub__section {
    margin: 0 auto 35px
  }
}

.sub__section_txt {
  font-size: 1.5rem;
  line-height: 1.8
}

@media(max-width: 480px) {
  .sub__section_txt {
    text-align: left;
    font-size: 1.4rem
  }
}

.sub__section_ph,
.sub__section_txt-area {
  width: 47.5%
}

@media(max-width: 896px) {

  .sub__section_ph,
  .sub__section_txt-area {
    width: 100%;
    text-align: center
  }
}

.sub__section_txt-area_small {
  width: 45%
}

@media(max-width: 896px) {
  .sub__section_txt-area_small {
    width: 100%
  }
}

.sub__section_txt-area_large {
  width: 55%
}

@media(max-width: 896px) {
  .sub__section_txt-area_large {
    width: 100%
  }
}

.sub__section_ph_small {
  width: 40%
}

@media(max-width: 896px) {
  .sub__section_ph_small {
    width: 100%
  }
}

.sub__section_ph_large {
  width: 50%
}

@media(max-width: 896px) {
  .sub__section_ph_large {
    width: 100%
  }
}

.sub__section_subtitle {
  margin-bottom: 25px;
  font-size: 1.7rem;
  line-height: 1.8
}

@media(max-width: 480px) {
  .sub__section_subtitle {
    font-size: 1.55rem
  }
}

.sub__section_intro {
  max-width: calc(816px + 10%);
  padding: 55px 5% 0;
  text-align: center
}

.sub__section_intro .intro_ph {
  margin-bottom: 45px
}

.sub__section_intro h4 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  line-height: 1.7
}

@media(max-width: 480px) {
  .sub__section_intro h4 {
    font-size: 1.7rem;
    line-height: 1.8
  }
}

.sub__section_intro h4 br {
  display: none
}

@media(max-width: 480px) {
  .sub__section_intro h4 br {
    display: block
  }
}

.sub__section_intro p {
  text-align: left !important
}

@media(max-width: 480px) {
  .sub__section_intro {
    padding: 50px 5% 0
  }
}

.sub .flex {
  justify-content: space-between;
  align-items: flex-start
}

@media(max-width: 896px) {
  .sub .flex {
    flex-direction: column;
    row-gap: 30px
  }
}

.sub__intro_title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  line-height: 1.8
}

@media(max-width: 480px) {
  .sub__intro_title {
    font-size: 1.85rem
  }
}

.sub__intro_title br {
  display: none
}

@media(max-width: 480px) {
  .sub__intro_title br {
    display: block
  }
}

.item_list {
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f6efe2;
  padding: 35px 5%
}

@media(max-width: 896px) {
  .item_list {
    flex-direction: row !important
  }
}

.item_list li {
  width: calc((100% - 40px)/3)
}

@media(max-width: 896px) {
  .item_list li {
    width: 48%;
    row-gap: 35px
  }
}

@media(max-width: 767px) {
  .item_list li {
    width: 100%
  }
}

.item_list .item_ph {
  margin-bottom: 15px
}

.item_list .item_txtarea h3 {
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 10px
}

@media(max-width: 480px) {
  .item_list .item_txtarea h3 {
    font-size: 1.6rem
  }
}

.item_list .item_txtarea p {
  font-size: 1.4rem;
  line-height: 1.6
}

@media(min-width: 1025px) {
  .reception__btn {
    display: flex;
    justify-content: center;
    flex-direction: row
  }

  .l-footer__logo {
    width: 200px
  }

  .l-footer__logo p {
    font-size: 1.6rem
  }

  .l-footer__item>a {
    font-size: 1.3rem
  }

  .l-footer__item div a {
    font-size: 1.3rem
  }

  .l-footer__btm a {
    width: 150px
  }
}

@media(max-width: 1024px) {
  .reception__btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px
  }
}

/*# sourceMappingURL=common.css.map */