<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ------------------------
base
------------------------ */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  color: #221E1F;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

main {
  padding-top: 140px;
  /* padding-top: 80px; */
}

img {
  max-width: 100%;
  vertical-align: top;
  /* pointer-events: none; */
}

a, a img, .btn {
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
  text-decoration: none;
}
a:hover, a img:hover, .btn:hover {
  opacity: .7;
}

h1, h2, p {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

a {
  color: #221E1F;
}

.flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.note {
  font-size: 12px!important;
  font-weight: 400!important;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.note::before {
  content: "※";
}

.btn01 a {
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(-45deg, #A98C48 0%, #D3C580 20%, #BBA35A 60%, #C8B570 80%, #A98C48 100%);
  position: relative;
  overflow: hidden;
  font-weight: 300;
}
.btn01 a:hover,
.btn01 a img:hover {
  opacity: 1;
}
.btn01 a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn01 a:hover::before {
  left: 100%;
}

.btn02 a {
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(130deg, #71553D 0%, #876B4C 20%, #6E5239 60%, #826648 80%, #70553C 100%);
  position: relative;
  overflow: hidden;
  font-weight: 300;
}
.btn02 a:hover,
.btn02 a img:hover {
  opacity: 1;
}
.btn02 a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn02 a:hover::before {
  left: 100%;
}

.btn03 a {
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(130deg, #142D4A 0%, #1A365A 50%, #283C5F 50%, #3D4D6B 100%);
  position: relative;
  overflow: hidden;
  font-weight: 300;
}
.btn03 a:hover,
.btn03 a img:hover {
  opacity: 1;
}
.btn03 a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn03 a:hover::before {
  left: 100%;
}

.btn-area .con-btn a {
  width: 336px;
  height: 73px;
  font-size: 30px;
  position: relative;
  margin: 0 auto;
  font-weight: 300;
  padding-right: 3%;
}
.btn-area .con-btn a::after {
  position: absolute;
  content: "";
  display: block;
  border-top: solid 1px #fff;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 23px;
}

.btn-area .con-btn img {
  margin-top: 5px;
  margin-right: 40px;
}

.color01 {
  color: #D91B5B!important;
}

.color02 {
  color: #AC854E!important;
}

.color03 {
  color: #1A75BB!important;
}

.garamond {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: italic;
}

.notosans {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.fadein01 {
  opacity : 0;
  transform : translate(0, 50px);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition : all .8s;
}
.fadein02 {
  opacity : 0;
  transform : translate(0, 50px);
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition : all 1.2s;
}
.fadein03 {
  opacity : 0;
  transform : translate(0, 50px);
  -webkit-transition: all 1.6s;
  -o-transition: all 1.6s;
  transition : all 1.6s;
}
.fadein04 {
  opacity : 0;
  transform : translate(0, 50px);
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition : all 2s;
}
.fadein05 {
  opacity : 0;
  transform : translate(0, 50px);
  -webkit-transition: all 2.4s;
  -o-transition: all 2.4s;
  transition : all 2.4s;
}
.fadein06 {
  opacity : 0;
  transform : translate(0, 50px);
  -webkit-transition: all 2.8s;
  -o-transition: all 2.8s;
  transition : all 2.8s;
}
.fadein01.active,
.fadein02.active,
.fadein03.active,
.fadein04.active,
.fadein05.active,
.fadein06.active {
  opacity : 11;
  transform : translate(0, 0);
}

.sup {
  vertical-align: super;
  font-size: 50%;
}

.cap {
  font-size: 12px!important;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.sec-inner-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.sec-inner-1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.red {
  color: #EC1B23!important;
}

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

@media screen and (min-width: 768px) {
  .sp-only {
    display: none!important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none!important;
  }
  a:hover, a img:hover, .btn:hover {
    opacity: 1;
  }
  main {
    padding-top: 60px;
  }
  .btn-area .con-btn a {
    max-width: 234px;
    height: 50px;
    font-size: 19px;
    padding-right: 8%;
  }
  .btn-area .con-btn img {
    width: 20px;
    height: auto;
    margin-top: 0;
    margin-right: 16px;
  }
  .btn-area .con-btn a::after {
    width: 16px;
  }
  .sp-justify {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .sp-full {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .sec-inner-1000,
  .sec-inner-1100 {
    width: 90%;
  }
}

@media print {
  .sp-only {
    display: none;
  }
}

/* margin */
.mt-0 { margin-top: 0!important; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px;}
.mt-100 { margin-top: 100px; }
.mt-120 { margin-top: 120px; }
.mb-0 { margin-bottom: 0!important; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }
.mb-120 { margin-bottom: 120px; }
@media screen and (max-width: 767px) {
  /* .mt-10 { margin-top: 5px; }
  .mt-20 { margin-top: 10px; } */
  .mt-30 { margin-top: 15px; }
  .mt-40 { margin-top: 20px; }
  .mt-50 { margin-top: 25px; }
  .mt-60 { margin-top: 30px; }
  .mt-70 { margin-top: 35px; }
  .mt-80 { margin-top: 40px; }
  .mt-90 { margin-top: 90px;}
  .mt-100 { margin-top: 50px; }
  .mt-120 { margin-top: 60px; }
  /* .mb-10 { margin-bottom: 5px; }
  .mb-20 { margin-bottom: 10px; } */
  .mb-30 { margin-bottom: 15px; }
  .mb-40 { margin-bottom: 20px; }
  .mb-50 { margin-bottom: 25px; }
  .mb-60 { margin-bottom: 30px; }
  .mb-70 { margin-bottom: 35px; }
  .mb-80 { margin-bottom: 40px; }
  .mb-90 { margin-bottom: 45px; }
  .mb-100 { margin-bottom: 50px; }
  .mb-120 { margin-bottom: 60px; }
}

/* padding */
.pt-0 { padding-top: 0!important; }
.pt-10 { padding-top: 10px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }
.pt-60 { padding-top: 60px; }
.pt-70 { padding-top: 70px; }
.pt-80 { padding-top: 80px; }
.pt-90 { padding-top: 90px;}
.pt-100 { padding-top: 100px; }
.pt-120 { padding-top: 120px; }
.pb-0 { padding-bottom: 0!important; }
.pb-10 { padding-bottom: 10px; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-60 { padding-bottom: 60px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }
.pb-120 { padding-bottom: 120px; }
@media screen and (max-width: 767px) {
  /* .pt-10 { padding-top: 5px; }
  .pt-20 { padding-top: 10px; } */
  .pt-30 { padding-top: 15px; }
  .pt-40 { padding-top: 20px; }
  .pt-50 { padding-top: 25px; }
  .pt-60 { padding-top: 30px; }
  .pt-70 { padding-top: 35px; }
  .pt-80 { padding-top: 40px; }
  .pt-90 { padding-top: 90px;}
  .pt-100 { padding-top: 50px; }
  .pt-120 { padding-top: 60px; }
  /* .pb-10 { padding-bottom: 5px; }
  .pb-20 { padding-bottom: 10px; } */
  .pb-30 { padding-bottom: 15px; }
  .pb-40 { padding-bottom: 20px; }
  .pb-50 { padding-bottom: 25px; }
  .pb-60 { padding-bottom: 30px; }
  .pb-70 { padding-bottom: 35px; }
  .pb-80 { padding-bottom: 40px; }
  .pb-90 { padding-bottom: 45px; }
  .pb-100 { padding-bottom: 50px; }
  .pb-120 { padding-bottom: 60px; }
}
.ptpb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .ptpb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}


/* ------------------------
header
------------------------ */
header {
  width: 100%;
  /* height: 80px; */
  background: #fff;
  position: fixed;
  z-index: 999;
  border-bottom: solid 1px #132952;
}

header .header-inner {
  margin: 0 auto;
  padding-left: 4%;
  height: 80px;
  flex-wrap: nowrap;
}

header .header-inner h1 {
  line-height: 0;
}

header .header-inner h1 img {
  vertical-align: bottom;
}

header .header-inner nav {
  flex-wrap: nowrap;
}

header .header-inner ul {
  text-align: left;
  margin-left: 30px;
}

header .header-inner ul li {
  display: inline-block;
  vertical-align: middle;
}

header .header-inner ul li a {
  font-size: 12px;
}

header .header-inner ul .header-menu img {
  margin-right: 6px;
  width: 16px;
  height: auto;
  vertical-align: middle;
}

header .header-inner ul .header-tel {
  margin-right: 27px;
  width: 32%;
}

header .header-inner ul .header-menu {
  margin-right: 20px;
}

header .header-inner .header-btn.col-1 a,
header .header-inner .header-btn.col-2 a {
  height: 80px;
  font-size: 16px;
}
header .header-inner .header-btn.col-1 img,
header .header-inner .header-btn.col-2 img {
  margin-right: 12px;
  width: 20px;
  height: auto;
  vertical-align: middle;
}
header .header-inner .header-btn.col-1 a {
  width: 250px;
}
header .header-inner .header-btn.col-2 a {
  width: 140px;
}

header .header-inner .header-btn.col-3 a {
  height: 80px;
  font-size: 14px;
  display: block;
  width: 100px;
}
header .header-inner .header-btn.col-3.btn01 img {
  margin-top: 17px;
}
header .header-inner .header-btn.col-3.btn01 a span.txt {
  display: block;
  margin-top: 15px;
  line-height: 1.2;
}
header .header-inner .header-btn.col-3.btn02 img {
  margin-top: 14px;
}
header .header-inner .header-btn.col-3.btn02 a span.txt {
  display: block;
  margin-top: 12px;
  line-height: 1.2;
}
header .header-inner .header-btn.col-3.btn03 img {
  margin-top: 14px;
}
header .header-inner .header-btn.col-3.btn03 a span.txt {
  display: block;
  margin-top: 4px;
  line-height: 1.2;
}


/* g-navi */
header .g-navi {
 background: #fff;
}
header .g-navi ul {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
}
header .g-navi ul li {
  width: 12.5%;
  height: 60px;
  position: relative;
}
header .g-navi ul li::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #221E1F;
}
header .g-navi ul li:last-child::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #221E1F;
}
header .g-navi ul li a {
  font-size: 13px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-weight: 500;
}
header .g-navi ul li.active a::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border: 6px solid transparent;
  border-bottom: 7px solid #132952;
}
header .g-navi ul li.comingsoon a {
  color: #898989;
  pointer-events: none;
}
/* header .g-navi ul li.comingsoon a::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 92px;
  height: 13px;
  background-image: url(../img/gnavi_comingsoon@2x.png);
  background-size: contain;
  vertical-align: middle;
  top: 5px;
} */
header .g-navi ul li.new a::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 13px;
  background-image: url(../img/gnavi_new@2x.png);
  background-size: contain;
  vertical-align: middle;
  top: 5px;
}
header .g-navi ul li a:hover {
  opacity: 1;
  color: #4251AF;
}

/* ハンバーガーメニュー */
.hamburger-menu .menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  display: -webkit-flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  /* background-color: #3584bb; */
}
.hamburger-menu .menu-btn span,
.hamburger-menu .menu-btn span:before,
.hamburger-menu .menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #221E1F;
  position: absolute;
  transition: all 0.3s;
}
.hamburger-menu .menu-btn span:before {
  bottom: 8px;
}
.hamburger-menu .menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}
.hamburger-menu .menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  top: 60px;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #44403F;
  transition: all 0.5s;
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}
.hamburger-menu .menu-content ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.hamburger-menu .menu-content ul li {
  border-bottom: solid 1px #fff;
  list-style: none;
}
.hamburger-menu .menu-content ul li {
  width: 50%;
}
/*.hamburger-menu .menu-content ul li:last-of-type {
  width: 100%;
  border-right: none!important;
}*/
.hamburger-menu .menu-content ul li:nth-of-type(odd) {
  border-right: solid 1px #fff;
}
.hamburger-menu .menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 0 20px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  height: 57px;
}
.hamburger-menu .menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 45%;
}
.hamburger-menu .hbg-sub-btn {
  margin-right: 20px;
  margin-left: 20px;
}
.hamburger-menu .hbg-sub-btn div {
  width: 49%;
  height: 40px;
  border: solid 1px #fff;
  justify-content: center;
}
.hamburger-menu .hbg-sub-btn div a {
  font-size: 14px;
  color: #fff;
}
.hamburger-menu .hbg-tel {
  margin: 40px 20px 200px;
}
.hamburger-menu .hbg-tel .hbg-tel-ttl {
  font-size: 14px;
  color: #fff;
  margin-bottom: 12px;
}
.hamburger-menu .hbg-tel a img {
  width: 70%;
}
.hamburger-menu .hbg-tel .hbg-tel-open {
  font-size: 12px;
  color: #fff;
  margin-top: 8px;
}
/* .hamburger-menu .comingsoon {
  background: gray;
} */
.hamburger-menu .comingsoon a {
  pointer-events: none;
  color: #B8B8AE!important;
}

@media screen and (min-width: 768px){
  header .header-inner h1 {
    /* max-width: 20%; */
    max-width: 24%;
  }
}

@media screen and (max-width: 767px){
  header {
    height: 60px;
  }
  header .header-inner {
    padding: 0 2%;
    height: 60px;
  }
  header .header-inner h1 {
    width: 45%;
  }
  header .header-inner .flex-r-tel {
    /* width: 40%; */
    width: 35%;
  }
  .sp-nav {
    position: fixed;
    background: #fff;
    width: 100%;
    bottom: 0;
    padding: 1px;
    z-index: 90;
  }
  .sp-nav .sp-nav-child {
    width: 24.8%;
  }
  .sp-nav .sp-nav-child01,
  .sp-nav .sp-nav-child02,
  .sp-nav .sp-nav-child03 {
    background: #959388;
  }
}

@media screen and (max-width: 360px){
  .sp-nav .sp-nav-child {
    width: 24.76%;
  }
}

@media screen and (max-width: 320px){
  header .header-inner h1 {
    width: 45%;
  }
}


/* ------------------------
main
------------------------ */
.mv img {
  width: 100%;
  height: auto;
}

.copy-area .copy01 {
  position: relative;
}

.copy-area .copy01 .copy-child01 {
  height: 180px;
  justify-content: center;
  margin: 0 auto;
}

.copy-area .copy01 .copy-child02 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.copy-area .copy02 {
  background: linear-gradient(to left, #A20081, #E3007F);
}

.copy-area .copy02 .copy-child01 {
  height: 70px;
  justify-content: center;
  position: relative;
}
.copy-area .copy02 .copy-child01::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: -32px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border: 17px solid transparent;
  border-top: 18px solid #E0DED8;
}

.copy-area .copy02 .copy-child01 img {
  z-index: 2;
}

.copy-area .copy02 .copy-child02 {
  height: 120px;
  justify-content: center;
}

.copy-area .copy03 {
  height: 150px;
  justify-content: center;
  background: linear-gradient(to left, rgba(231,240,250,.4), rgba(199,222,243,.4), rgba(133,188,230,.4));
}

.copy-area .copy04 {
  padding: 6px 20px 0;
}

.copy-area .copy04 p {
  max-width: 1100px;
  text-align: right;
  font-size: 12px;
  margin: 0 auto;
}

.copy-area .plantype {
  background-color: #231814;
  padding: 20px;
}
.copy-area .plantype .inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.info {
  padding: 80px 0 0;
  /* padding: 80px 0;
  background-image: url(../img/info_bg@2x.jpg);
  background-position: center center;
  background-size: cover; */
}

.info .ad {
  max-width: 1100px;
  margin: 0 auto 80px;
}

.info h2 {
  margin-bottom: 56px;
  line-height: 1;
}

.info p.txt01 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 38px;
}

.info p.txt01 .s01 {
  font-size: 36px;
}

.info p.txt01 .s02 {
  font-size: 29px;
}

.info p.txt02 {
  font-size: 20px;
}

.info p.txt03 {
  font-size: 20px;
  color: #fff;
  background: #e60012;
  padding: .2% 1%;
  display: inline-block;
  margin: 8px 0 24px;
}

.info p.txt03 span {
  color: #fff100;
}

.info p.txt04 {
  font-size: 18px;
  border-bottom: solid 3px #e60012;
  display: inline-block;
  padding-bottom: 3px;
  margin-bottom: 8px;
}

.info p.txt05 {
  margin-bottom: 40px;
}

.info .btn-area {
  max-width: 700px;
  margin: 0 auto;
}

.info .btn-area .con-btn.col-1 a {
  width: 480px;
}
.info .btn-area .con-btn.col-2 a {
  width: 336px;
}

.info-tel {
  padding: 60px 0;
}

.info-tel .info-tel-ttl {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 16px;
}

.info-tel .info-tel-open {
  font-size: 13px;
  font-weight: 300;
  margin-top: 16px;
}

.info-tel .guidance-diagram {
  font-size: 1.7rem;
  color: #6a675f;
  display: block;
  border: 2px solid #6a675f;
  width: 300px;
  margin: 32px auto 0;
  text-align: center;
  padding: 12px 0;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  transition: .2s;
}
.info-tel .guidance-diagram:hover {
  background: #6a675f;
  color: #fff;
}
.info-tel .guidance-diagram:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  background-color: #6a675f;
  top: 0;
  z-index: -1;
}
.info-tel .guidance-diagram:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #6a675f;
  width: 16px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.document {
  background: #dcddde;
  padding: 40px 0;
}

.document .sec-inner {
  max-width: 928px;
  margin: 0 auto;
}

.document h2 {
  font-size: 22px;
  text-align: left;
  font-weight: 400;
  margin-bottom: 20px;
}

.document .flex {
  flex-wrap: wrap;
}
.document .flex div:first-child {
  width: 31.2%;
}
.document .flex div:last-child {
  width: 64.7%;
}

.news {
  padding: 100px 0;
}

.news .sec-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.news .news-box {
  background: #eaecf0;
  padding: 33px 105px 65px;
}

.news h2 {
  border-bottom: solid 1px #504C43;
  padding-bottom: 14px;
  margin-bottom: 43px;
  line-height: 1;
}

.news .news-list {
  width: 100%;
  text-align: left;
}

.news .news-list th {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 19px;
  /* color: #594A41; */
  width: 20%;
}

.news .news-list td {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 18px;
  width: 80%;
}

.news .news-list td a {
  text-decoration: underline;
  color: #3875bb;
}
.news .news-list td a:hover {
  opacity: 1;
  text-decoration: none;
}

.news .news-list tr:not(:last-of-type) td {
  padding-bottom: 10px;
}

.sub-menu {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.sub-menu .banner {
  width: 33.3%;
  height: 400px;
}

.sub-menu .banner .banner-content {
  color: #221E1F;
}

.sub-menu .bg-zoom {
  position: relative;
  overflow: hidden;
}

.sub-menu .bg-zoom:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all .4s ease;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub-menu .bg-zoom01:after {
  background-image: url(../img/sub_menu01@2x.jpg);
}
.sub-menu .bg-zoom02:after {
  background-image: url(../img/sub_menu02@2x.jpg);
}
.sub-menu .bg-zoom03:after {
  background-image: url(../img/sub_menu03@2x.jpg);
}
.sub-menu .bg-zoom04:after {
  background-image: url(../img/sub_menu04@2x.jpg);
}
.sub-menu .bg-zoom05:after {
  background-image: url(../img/sub_menu05@2x.jpg);
}
.sub-menu .bg-zoom06:after {
  background-image: url(../img/sub_menu06@2x.jpg);
}
.sub-menu .bg-zoom07:after {
  background-image: url(../img/sub_menu07@2x.jpg);
}
.sub-menu .bg-zoom08:after {
  background-image: url(../img/sub_menu08@2x.jpg);
}

.sub-menu .bg-zoom:hover {
  opacity: 1;
}

.sub-menu .bg-zoom:hover:after {
  transform: scale(1.1);
}

.sub-menu .bg-zoom .bg-color {
  z-index: 1;
  position: absolute;
  background-color: #FAD300;
  opacity: .85;
  /* mix-blend-mode: multiply; */
  width: 200px;
  height: 100px;
  top: 40px;
  left: 40px;
}

.sub-menu .bg-zoom .bg-zoom-content {
  z-index: 2;
  position: absolute;
  width: 200px;
  height: 100px;
  top: 40px;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-menu .sub-menu-ttl {
  font-size: 17px;
}

.sub-menu img {
  max-width: inherit;
}
.sub-menu img:hover {
  opacity: 1;
}

.sub-menu .viewmore {
  position: absolute;
  right: 5%;
  bottom: 5%;
  z-index: 2;
}

.sub-menu .comingsoon {
  pointer-events: none;
}

.sub-menu .bg-zoom .cs-stack {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.sub-menu .bg-zoom .cs-stack .cs-stack-bg-color {
  position: absolute;
  background: rgba(10,25,50,.65);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  /* display: block; */
  z-index: 3;
}

.sub-menu .bg-zoom .cs-stack p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
}

.top-note-area {
  padding: 60px 20px;
}

.top-note-area-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.news .note-area {
  padding: 0 5px;
  margin-top: 40px;
}

.news .notice {
  margin-top: 22px;
  justify-content: left;
}

.news .notice-ttl {
  font-size: 13px;
  padding: 4px 14px;
  border: solid 1px #221E1F;
  margin-right: 10px;
}

.notice .notice-txt {
  font-size: 12px;
  text-align: left;
}

.modelroom {
  padding-top: 100px;
}

.modelroom .sec-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.modelroom .ttl-area {
  padding: 20px 0;
  background: linear-gradient(90deg, #A98C48, #F2E38E 25%, #9E7E34 65%, #F2E38E 85%, #A98C48);
  line-height: 1em;
  border-top: solid 5px #716558;
  margin-bottom: 30px;
}

.modelroom h2 {
  position: relative;
}

.modelroom h2::before {
  content: "";
  position: absolute;
  width: 133px;
  height: 31px;
  background: url(../img/modelroom_subttl.svg) no-repeat;
  background-size: cover;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  animation: blinkEffect 1s ease-in-out infinite alternate;
}

@keyframes blinkEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modelroom h3 {
  font-size: 38px;
  font-weight: 500;
}

.modelroom h3 span {
  font-size: 73.7%;
}

.modelroom .ph-area {
  background-color: #000;
  max-width: 720px;
  margin: 0 auto 30px;
}

.modelroom .btn-area a {
  width: 260px;
  border: solid 1px #333;
  display: inline-block;
  padding: 17px 0;
  line-height: 0;
  position: relative;
}
.modelroom .btn-area a:hover {
  opacity: 1;
  background: #D0D2D3;
}
.modelroom .btn-area a::after {
  content: "";
  position: absolute;
  background: url(../img/modelroom_btn-arrow@2x.png) no-repeat;
  width: 50px;
  height: 11px;
  background-size: cover;
  right: -10%;
  top: 28%;
  transition: .3s;
}
.modelroom .btn-area a:hover::after {
  right: -15%;
}


@media screen and (min-width: 768px){
  .copy-area .copy01,
  .copy-area .copy03 {
    padding: 0 20px;
  }
  /* .copy-area .copy01 .copy-child01 img {
    max-width: 75%;
    z-index: 1;
  } */
  .copy-area .copy01 .copy-child02 {
    max-width: 44.5%;
  }
  .copy-area .copy02 .copy-child {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 767px) {
  .copy-area .copy01 {
    /* background: url(../img/copy01_bg_sp@2x.jpg) no-repeat center center;
    background-size: cover; */
  }
  .copy-area .copy01 .copy-child01 {
    height: auto;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 30px;
  }
  .copy-area .copy02 {
    /* background: url(../img/copy02_02_bg_sp@2x.jpg) no-repeat center center;
    background-size: cover; */
  }
  .copy-area .copy02 .copy-child01 {
    height: 60px;
  }
  .copy-area .copy02 .copy-child01 img {
    max-width: 90%;
    width: 306px;
  }
  .copy-area .copy02 .copy-child02 {
    height: auto;
    padding: 20px 0;
  }
  .copy-area .copy03 {
    height: auto;
    padding: 24px 15px;
  }
  .copy-area .copy04 {
    padding: 10px 10px 0;
  }
  .copy-area .copy04 p {
    text-align: left;
  }
  .copy-area .plantype {
    padding: 10px 20px 20px;
  }
  .info {
    padding: 50px 0 0;
  }
  .info .ad {
    margin-bottom: 40px;
  }
  .info h2 {
    margin-bottom: 20px;
  }
  .info h2 img {
    width: 112px;
    height: auto;
  }
  .info .btn-area-ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .info .btn-area-ttl .part01 {
    font-size: 28px;
  }
  .info .btn-area-ttl .part02 {
    font-size: 20px;
    margin-left: 0;
  }
  .info h2 img {
    width: 112px;
    height: auto;
  }
  .info p.txt01 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .info p.txt01 .s01 {
    font-size: 28px;
  }
  .info p.txt01 .s02 {
    font-size: 18px;
  }
  .info p.txt02 {
    font-size: 14px;
  }
  .info p.txt03 {
    font-size: 16px;
    padding: .2% 4%;
    margin-bottom: 20px;
  }
  .info p.txt04 {
    font-size: 14px;
  }
  .info p.txt05 {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .info .btn-area {
    width: 90%;
  }
  .info .btn-area .con-btn.col-2 {
    width: 48%;
  }
  .info .btn-area .con-btn a {
    width: 100%!important;
  }
  .info-tel {
    padding: 40px 0;
  }
  .info-tel .info-tel-ttl {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .info-tel .info-tel-tel {
    width: 236px;
    height: auto;
    margin: 0 auto;
  }
  .info-tel .info-tel-open {
    font-size: 12px;
    margin-top: 9px;
    letter-spacing: -0.03rem;
  }
  .document {
    padding: 30px 26px;
  }
  .document h2 {
    font-size: 18px;
    margin-bottom: 26px;
    text-align: center;
  }
  .document .flex div:first-child {
    width: 100%;
    margin-bottom: 16px;
  }
  .document .flex div:last-child {
    width: 100%;
  }
  .news {
    padding: 40px 0;
    margin: 0 20px;
  }
  .news .news-box {
    padding: 30px 20px 40px;
  }
  .news h2 {
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .news h2 img {
    width: 50px;
    height: auto;
  }
  .news .news-list th,
  .news .news-list td {
    display: block;
    width: 100%;
  }
  .news .news-list th {
    font-size: 12px;
  }
  .news .news-list td {
    font-size: 14px;
  }
  .news .note-area {
    margin-top: 30px;
  }
  .news .notice {
    margin-top: 16px;
    flex-wrap: nowrap;
  }
  .news .notice .notice-ttl {
    white-space: nowrap;
    padding: 22px 8px;
  }
  .sub-menu .banner {
    width: 100%;
    height: 163px;
  }
  .sub-menu .banner:not(:last-child) {
    margin-bottom: 1px;
  }
  .sub-menu .bg-zoom01:after {
    background-image: url(../img/sub_menu01_sp@2x.jpg);
  }
  .sub-menu .bg-zoom02:after {
    background-image: url(../img/sub_menu02_sp@2x.jpg);
  }
  .sub-menu .bg-zoom03:after {
    background-image: url(../img/sub_menu03_sp@2x.jpg);
  }
  .sub-menu .bg-zoom04:after {
    background-image: url(../img/sub_menu04_sp@2x.jpg);
  }
  .sub-menu .bg-zoom05:after {
    background-image: url(../img/sub_menu05_sp@2x.jpg);
  }
  .sub-menu .bg-zoom06:after {
    background-image: url(../img/sub_menu06_sp@2x.jpg);
  }
  .sub-menu .bg-zoom .bg-color {
    width: 125px;
    height: 55px;
    top: 20px;
    left: 20px;
  }
  .sub-menu .bg-zoom .bg-zoom-content {
    width: 125px;
    height: 55px;
    top: 20px;
    left: 20px;
  }
  .sub-menu .sub-menu-ttl {
    font-size: 13px;
    line-height: 1;
  }
  .sub-menu .sub-menu-ttl.mt-5 {
    margin-top: -2px;
  }
  .sub-menu .bg-zoom01 .banner-content-inner img {
    width: 73px;
  }
  .sub-menu .bg-zoom02 .banner-content-inner img {
    width: 54px;
  }
  .sub-menu .bg-zoom03 .banner-content-inner img {
    width: 58px;
  }
  .sub-menu .bg-zoom04 .banner-content-inner img {
    width: 80px;
  }
  .sub-menu .bg-zoom05 .banner-content-inner img {
    width: 37px;
  }
  .sub-menu .bg-zoom06 .banner-content-inner img {
    width: 64px;
  }
  .sub-menu .bg-zoom07 .banner-content-inner img {
    width: 77px;
  }
  .sub-menu .bg-zoom08 .banner-content-inner img {
    width: 107px;
  }
  .sub-menu .viewmore {
    right: 2%;
  }
  .sub-menu .viewmore img {
    width: 85px;
    height: auto;
  }
  .sub-menu .bg-zoom .cs-stack p img {
    width: 80%;
  }
  .top-note-area {
    padding: 30px 20px;
  }
  .modelroom {
    padding-top: 50px;
    margin-bottom: 30px;
  }
  .modelroom .ttl-area {
    padding: 60px 0 20px;
  }
  .modelroom .ttl-area h2 img {
    width: 55.5%;
  }
  .modelroom h2::before {
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .modelroom h3 {
    font-size: 27px;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 320px){

}


/* ------------------------
pagetop
------------------------ */
.pagetop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 767px){
  .pagetop {
    bottom: 62px;
    width: 50px;
    height: 50px;
  }
}


/* ------------------------
footer
------------------------ */
footer .footer-info {
  background: #403F41;
  padding: 47px 0;
}
footer .footer-info-ttl {
  font-size: 16px;
  /* font-weight: 300; */
  margin-bottom: 16px;
  color: #fff;
}

footer .footer-info-open {
  font-size: 13px;
  font-weight: 300;
  margin-top: 16px;
  margin-bottom: 33px;
  color: #fff;
}

footer .btn-area {
  max-width: 700px;
  margin: 0 auto;
}

footer .btn-area .con-btn.col-1 a {
  width: 480px;
}
footer .btn-area .con-btn.col-2 a {
  width: 336px;
}

footer .bnr-area {
  padding: 35px 0 45px;
  border-bottom: solid 1px #939597;
}

footer .bnr-area p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 26px;
}

footer .bnr-area .bnr {
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}

footer .bnr-area .bnr a {
  width: 24%;
}

footer .owner {
  padding: 40px 0 46px;
  justify-content: center;
}

footer .owner p {
  font-size: 13px;
  border: solid 1px #000;
  padding: 3px 12px;
  display: inline-block;
}

footer .owner a,
footer .owner p {
  margin: 0 20px;
}

footer .copyright {
  background: #403F41;
  padding: 18px 0;
}

footer .copyright small {
  font-size: 11px;
  color: #fff;
}

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

@media screen and (max-width: 767px){
  footer {
    margin-bottom: 60px;
  }
  footer .footer-info {
    padding: 40px 0;
  }
  footer .footer-info-ttl {
    font-size: 14px;
    margin-bottom: 16px;
  }
  footer .footer-info-tel {
    width: 236px;
    height: auto;
    margin: 0 auto;
  }
  footer .footer-info-open {
    font-size: 12px;
    margin-top: 9px;
    margin-bottom: 20px;
    letter-spacing: -0.03rem;
  }
  footer .btn-area {
    width: 90%;
  }
  footer .btn-area .con-btn.col-2 {
    width: 48%;
  }
  footer .btn-area .con-btn a {
    width: 100%!important;
  }
  footer .bnr-area {
    padding: 24px 16px 40px;
  }
  footer .bnr-area p {
    font-size: 12px;
    text-align: left;
    margin-bottom: 40px;
  }
  footer .bnr-area .bnr {
    display: block;
  }
  footer .bnr-area .bnr a {
    margin-right: 0;
  }
  footer .bnr-area .bnr a img {
    width: 47%;
    height: auto;
  }
  footer .bnr-area .bnr a:nth-child(1) img,
  footer .bnr-area .bnr a:nth-child(2) img {
    margin-bottom: 2%;
  }
  footer .owner {
    padding: 30px 0 24px;
    /* flex-wrap: nowrap; */
  }
  footer .owner div {
    width: 100%;
  }
  footer .owner a {
    width: 39%;
    /* margin: 15px 10px 0; */
    margin: 0 10px 0;
  }
  footer .copyright {
    padding: 15px 0;
  }
  footer .copyright small {
    font-size: 9px;
    line-height: 1;
  }
}

@media screen and (max-width: 320px){
  footer {
    margin-bottom: 50px;
  }
}


/* ------------------------
target フローティングバナー
------------------------ */
#flyin {
  z-index:100;
  border-radius:10px 0 0;
  -moz-border-radius:10px 0 0;
  -webkit-border-radius:10px 0 0;
  width: 320px;
  position:fixed;
  top:170px;
  /* top: 110px; */
  right:30px;
  -webkit-backface-visibility:visible!important;
  -ms-backface-visibility:visible!important;
  backface-visibility:visible!important;
  -webkit-animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
  -moz-animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
  -o-animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
  animation:flipInY 1s cubic-bezier(0.77,0,.175,1);
  -webkit-transition:bottom .5s ease,background-position .5s ease;
  transition:bottom .5s ease,background-position .5s ease;
  padding:0;
  filter: drop-shadow(0px 0px 7px #aaa);
  transition: 0.3s ease-in-out;
}
  
#flyin .flyin-man {
  position:absolute;
  right:5%;
  top:110px;
  z-index:3;
  width:82px;
  height:130px;
  display:block;
  background-image:url(//cdn.elegantthemes.com/images/flyin-man.png);
  -webkit-animation:float 3s infinite;
  -moz-animation:float 3s infinite;
  -o-animation:float 3s infinite;
  animation:float 3s infinite;
  -webkit-transition:top 1s ease,opacity 1s ease;
  transition:top 1s ease,opacity 1s ease;
}
  
#flyin #flying_subscribe {
  -webkit-transition:opacity .5s ease,background-color .5s ease;
  transition:opacity .5s ease,background-color .5s ease;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border:none;
  width:100%;
  color:#fff;
  font-size:16px;
  font-family:'Goudy Bookletter 1911',arial,sans-serif;
  background:#55a753;
  text-align:center;
  cursor:pointer;
  padding:11px 0 10px;
}
  
#flyin #flying_subscribe:hover,#flyin .flyinbutton:hover {
  background-color:#408c3f;
}
  
#flyin #exit_emailinput {
  -webkit-transition:opacity .5s;
  transition:opacity .5s;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  width:220px;
  background:#f8fafa;
  border:1px solid #e4e9e9;
  color:#b3b3b3;
  font-size:13px;
  margin:0 0 10px;
  padding:11px 20px;
}
  
#flyin .flyinclose {
  -webkit-transition:0 .5s ease .2s,opacity .5s ease,top .5s ease .2s;
  transition:transform .5s ease .2s,opacity .5s ease,top .5s ease .2s;
  content:'';
  display:block;
  z-index:2;
  box-shadow:0 0 10px rgba(0,0,0,.2);
  cursor:pointer;
  width:30px;
  height:30px;
  border-radius:30px;
  background:#fff url(//cdn.elegantthemes.com/img/exitpopup-x.png) no-repeat center center;
  position:absolute;
  top:-10px;
  left:-5px;
  margin:0;
  padding:0;
}
  
#flyin .flyinbutton {
  -webkit-transition:top .5s ease,opacity .5s ease,background-color .5s ease;
  transition:top .5s ease,opacity .5s ease,background-color .5s ease;
  width:300px;
  height:20px;
  top:400px;
  opacity:0;
  position:absolute;
  left:10px;
  z-index:5;
  display:block;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border:none;
  color:#fff;
  font-size:16px;
  font-family:'Goudy Bookletter 1911',arial,sans-serif;
  background:#55a753;
  text-align:center;
  cursor:pointer;
  padding:11px 0 10px;
}
  
.hide {
  opacity:0;
  -webkit-transition:opacity 1s ease;
  transition:opacity 1s ease;
}
  
.hide div {
  top:60%!important;
  -webkit-transition:top 1s ease;
  transition:top 1s ease;
}
  
.minimize {
  bottom:-320px!important;
  background-position:320px 127px!important;
}
  
.minimize .flyin-man {
  top:-300px!important;
  opacity:0!important;
}
  
.minimize .flyinbutton {
  top:10px!important;
  opacity:1!important;
}
  
.minimize .flyinclose {
  top:15px!important;
  transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
}
  
#flyin .free,#flyin .present_bottom,#flyin .present_top {
  display:block;
  position:absolute;
  left:50%;
}
  
#flyin .present_top {
  -webkit-transition:all .5s ease .5s;
  transition:all .5s ease .5s;
  width:100px;
  height:42px;
  margin-left:-50px;
  top:114px;
  background-image:url(//cdn.elegantthemes.com/images/flyin-present-top.png);
}
  
#flyin .present_bottom {
  width:108px;
  height:74px;
  margin-left:-54px;
  top:182px;
  background-image:url(//cdn.elegantthemes.com/images/flyin-present-bottom.png);
}
  
#flyin .free {
  -webkit-transition:all .5s ease 1s;
  transition:all .5s ease 1s;
  width:175px;
  height:82px;
  margin-left:-87px;
  top:133px;
  background-image:url(//cdn.elegantthemes.com/images/flyin-free.png);
}

.minimize .flyinclose {
}

.target.is-hidden {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  pointer-events: none;
  display:none;
}

div#flyin:hover {
  transform: translateY(-5px);
  transition: all .5s;
}

div#flyin a:hover,
div#flyin a img:hover {
  opacity: 1!important;
}

@media screen and (max-width: 767px){
  #flyin {
    top: inherit;
    bottom: 8rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 90%;
  }
}


/* ------------------------
service
------------------------ */
.service {
  background: url(../img/service_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.service .consultation {
  position: absolute;
  top: 30px;
  right: 30px;
}

.service h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 400;
  letter-spacing: .05em;
  margin-bottom: 5px;
}

.service p.txt {
  color: #fff;
  font-size: 20px;
  max-width: 720px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  margin: 20px auto;
}

.service .service-btn-area {
  justify-content: center;
  flex-wrap: wrap;
}
.service .service-btn-area .service-btn a {
  width: 400px;
  height: 55px;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}
.service .service-btn-area .service-btn01 a {
  color: #1B283E;
  background: #fff;
}
.service .service-btn-area .service-btn01 a::after {
  position: absolute;
  content: "";
  display: block;
  border-top: solid 1px #1B283E;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 23px;
}
.service .service-btn-area .service-btn01 a:hover {
  color: #fff;
  background: #1B283E;
  opacity: 1;
}
.service .service-btn-area .service-btn01 a:hover::after {
  border-top: solid 1px #fff;
}
.service .service-btn-area .service-btn02 a {
  color: #fff;
  background: #C2423B;
}
.service .service-btn-area .service-btn02 a::after {
  position: absolute;
  content: "";
  display: block;
  border-top: solid 1px #fff;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 23px;
}
.service .service-btn-area .service-btn02 a:hover {
  color: #C2423B;
  background: #fff;
  opacity: 1;
}
.service .service-btn-area .service-btn02 a:hover::after {
  border-top: solid 1px #C2423B;
}

@media screen and (max-width: 767px) {
  .service {
    background: url(../img/service_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 160px 0 180px;
  }
  .service .consultation {
    width: 118px;
    right: 20px;
  }
  .service h2 {
    font-size: 34px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .service p.txt {
    font-size: 16px;
    margin: 20px auto;
    padding: 15px 0;
  }
  .service .service-btn-area .service-btn a {
    width: 280px;
    height: 40px;
    font-size: 14px;
    margin: 10px 0;
  }
  .service .service-btn-area .service-btn a::after {
    width: 16px;
  }
}</pre></body></html>