@charset "UTF-8";

/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&family=Montserrat:wght@600&family=Open+Sans:wght@400;600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}
sb_instagram_header {
	display:none !important;
	
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

body {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
  color: #000;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, transform, box-shadow;
  transition-property: opacity, color, background, transform, box-shadow, -webkit-transform;
  opacity: 1;
  line-height: inherit;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p {
  line-height: inherit;
}

p * {
  line-height: inherit;
}

.m_ft {
  font-family: "游明朝 Medium", "Yu Mincho Medium", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_e {
  font-family: 'Open Sans', sans-serif;
}

.ft_m {
  font-family: 'Montserrat', sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -10rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -8rem;
  }
}

.c_deco {
  position: absolute;
  width: .6rem;
  left: 9.5rem;
  z-index: 2;
  height: 35.4rem;
}

@media screen and (max-width: 767px) {
  .c_deco {
    height: 44.4rem;
    left: 6.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1450px) {
  .c_deco {
    left: 1.5rem;
  }
}

.c_deco i {
  transition: height 1s ease;
  background: #3A0745;
  height: 0;
  position: relative;
  display: block;
  overflow: hidden;
}

.c_deco i:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 10rem;
  background: #73B929;
  top: 25.4rem;
  left: 0;
}

@media screen and (max-width: 767px) {
  .c_deco i:before {
    height: 14rem;
    top: 30.4rem;
  }
}

.c_deco.show i {
  height: 35.4rem;
}

@media screen and (max-width: 767px) {
  .c_deco.show i {
    height: 44.4rem;
  }
}

.c_btn {
  text-align: center;
}

.c_btn a, .c_btn span {
  text-align: center;
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: .1em;
  border: solid 1px #000;
  width: 26.7em;
  max-width: 100%;
  padding: 1em 0;
  position: relative;
  letter-spacing: .1em;
  font-weight: 600;
}

.c_btn a:before, .c_btn span:before {
  content: '';
  position: absolute;
  background: url("../img/ico_arrow01.png") no-repeat center center;
  background-size: contain;
  top: 0;
  height: 100%;
  width: 1.333em;
  right: 2em;
  transition: right .2s ease-in;
}

@media screen and (max-width: 767px) {
  .c_btn a, .c_btn span {
    font-size: 2.4rem;
    width: 50.6rem;
  }
}

.c_btn a:hover:before, .c_btn span:hover:before {
  right: 1.5em;
}

.c_btn span {
  padding: 0;
}

.c_btn span input {
  padding: 1em 0;
  width: 100%;
}

.c_link a {
  background: #74BB29;
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  padding: 1.1em 0;
  text-align: center;
  display: block;
  z-index: 1;
}

.c_link a:before {
  content: '';
  position: absolute;
  width: 3.142em;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: #5EA513;
  transition: width .4s ease-in;
}

@media screen and (max-width: 767px) {
  .c_link a:before {
    width: 2.3em;
  }
}

.c_link a:hover {
  opacity: 1;
}

.c_link a:hover:before {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c_link a {
    font-size: 2.2rem;
    padding: 1.8em 0;
    text-align: left;
    padding-left: 3em;
    white-space: nowrap;
  }
}

.c_link i {
  font-size: 1.28em;
  font-weight: 600;
  margin-right: 1em;
  vertical-align: -.1em;
}

@media screen and (max-width: 767px) {
  .c_link i {
    font-size: 1.45em;
  }
}

.c_link img {
  vertical-align: -1.2em;
  margin-right: 1.5em;
  width: 3.5em;
}

@media screen and (max-width: 767px) {
  .c_link img {
    width: 2.5em;
    vertical-align: -.7em;
  }
}

.c_ttl {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .c_ttl {
    font-size: 3.8rem;
    margin-bottom: 2em;
  }
}

.c_ttl i {
  position: relative;
  padding-right: 1em;
}

.c_ttl i:before {
  content: '';
  position: absolute;
  height: 1.4em;
  border-left: solid 1px #96CC5D;
  transform: rotate(30deg);
  right: 0;
  top: .05em;
  opacity: 0;
  transition: opacity 2s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 2s;
}

.c_ttl span {
  opacity: 0;
  transition: opacity 2s, transform 2s;
  display: inline-block;
  transform: translate3d(3.5rem, 0, 0);
}

.c_ttl.show i:before {
  opacity: 1;
}

.c_ttl.show span {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 0, 0);
}

.c_ttl.show span:nth-of-type(1) {
  transition-delay: 0.2s;
}

.c_ttl.show span:nth-of-type(2) {
  transition-delay: 0.4s;
}

.c_ttl.show span:nth-of-type(3) {
  transition-delay: 0.6s;
}

.c_ttl.show span:nth-of-type(4) {
  transition-delay: 0.8s;
}

.c_ttl.show span:nth-of-type(5) {
  transition-delay: 1s;
}

.c_ttl.show span:nth-of-type(6) {
  transition-delay: 1.2s;
}

.c_ttl.show span:nth-of-type(7) {
  transition-delay: 1.4s;
}

.c_ttl.show span:nth-of-type(8) {
  transition-delay: 1.6s;
}

.c_ttl.show span:nth-of-type(9) {
  transition-delay: 1.8s;
}

.c_list li {
  position: relative;
  margin-bottom: 4rem;
  overflow: hidden;
  cursor: pointer;
}

.c_list a {
  display: block;
}

@media screen and (min-width: 768px) {
  .c_list a:hover .bg:before {
    opacity: 1;
  }
  .c_list a:hover .bg p {
    opacity: 1;
  }
  .c_list a:hover img {
    transform: scale(1.1);
  }
}

@media screen and (min-width: 768px) {
  .c_list .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
  }
  .c_list .bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity .2s ease-in;
    left: 0;
    top: 0;
  }
}

.c_list p {
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .c_list p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity .2s ease-in;
    transition-delay: .5s;
    width: 100%;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .c_list p {
    font-size: 2.8rem;
    margin-top: .3em;
  }
  .c_list p i {
    display: none;
  }
}

.c_list p i {
  top: 3em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: .1em;
  font-size: .833em;
  border-bottom: solid 1px #fff;
  padding-bottom: .3em;
  font-weight: 600;
}

.c_list img {
  display: block;
  width: 100%;
  transition: transform .5s ease-in;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .c_list {
    margin: 0 6rem;
  }
}

@media screen and (min-width: 768px) {
  .c_list {
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c_list > * {
    margin-left: 3.5%;
    width: 31%;
  }
  .c_list > *:nth-child(3n + 1) {
    margin-left: 0;
  }
}

.c_comfort {
  position: relative;
}

@media screen and (max-width: 767px) {
  .c_comfort {
    padding: 0 3rem;
  }
}

.c_comfort .c_deco {
  top: -28rem;
}

@media screen and (max-width: 767px) {
  .c_comfort .c_deco {
    top: -39rem;
  }
}

.c_comfort p {
  font-size: 3.8rem;
  font-size: 2vw;
  white-space: nowrap;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .c_comfort p {
    margin-top: 4rem;
    font-size: 3.8rem;
  }
}

@media screen and (min-width: 768px) {
  .c_comfort p {
    top: 18rem;
    position: absolute;
    right: 1.8em;
  }
}

.c_comfort p i {
  display: block;
  font-size: 2.125em;
  line-height: 1;
  margin-bottom: .2em;
  letter-spacing: 0;
}

.c_comfort p i .a {
  color: #88B8E5;
}

.c_comfort p i .b {
  color: #73B929;
}

@media screen and (max-width: 767px) {
  .c_comfort p i {
    font-size: 6.8rem;
  }
}

.c_comfort .img img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c_comfort .img {
    background: url(../img/cae_img01.jpg) no-repeat left center/cover;
    height: 55.8rem;
    width: calc(50% + 35.2rem);
  }
  .c_comfort .img img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c_comfort .btn {
    text-align: right;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .c_comfort .btn {
    position: absolute;
    bottom: 13rem;
    right: 0;
  }
}

.c_comfort .btn a {
  display: inline-block;
  text-align: left;
  font-size: 1.8rem;
  letter-spacing: .1em;
  width: 39rem;
  max-width: 100%;
  padding: 1em 0;
  position: relative;
  letter-spacing: .1em;
  font-weight: 600;
}

.c_comfort .btn a:before {
  content: '';
  position: absolute;
  background: url("../img/ico_arrow01.png") no-repeat center center;
  background-size: contain;
  top: 0;
  height: 100%;
  width: 1.333em;
  right: 2em;
  right: auto;
  left: 9em;
}

.c_comfort .btn a:after {
  content: '';
  position: absolute;
  left: 0;
  transition: width .4s ease-in;
  border-bottom: solid 1px #000;
  width: 0;
  bottom: 0;
}

.c_comfort .btn a:hover {
  opacity: 1;
}

.c_comfort .btn a:hover:after {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c_comfort .btn a {
    width: calc(50vw - 41rem);
  }
}

@media screen and (max-width: 767px) {
  .c_comfort .btn a {
    font-size: 2.4rem;
    display: inline-block;
    width: auto;
    padding-right: 3.5em;
    border: none;
  }
}

.news_list {
  width: 95rem;
  margin: 0 auto;
  max-width: 100%;
}

.news_list li {
  border-bottom: solid 1px #666666;
  margin-bottom: 5rem;
}

.news_list a {
  display: block;
  padding-bottom: 1em;
}

.news_list p {
  font-size: 1.3rem;
  position: relative;
}

.news_list p i {
  position: absolute;
  right: 0;
  color: #96CC5D;
}

.news_list p + p {
  font-size: 1.6rem;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .news_list p {
    font-size: 2.2rem;
  }
  .news_list p + p {
    font-size: 2.4rem;
  }
}

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

.u_inner {
  width: 120rem;
  margin: 0 auto;
  max-width: 100%;
}

#max {
  width: 130rem;
}

#maxsp {
  width: 1300px;
}

html.fit {
  font-size: calc(100vw * 10 / 1300);
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 750);
  }
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
  .u_tel {
    pointer-events: none;
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 3rem;
  }
  .u_inner.b {
    margin: 0;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 66;
}

@media screen and (min-width: 768px) {
  #header {
    position: fixed;
    background: #fff;
    height: 10rem;
  }
}

#header a {
  display: block;
}

.h_logo {
  position: absolute;
  left: 10rem;
  top: 3rem;
}

@media screen and (max-width: 767px) {
  .h_logo {
    left: 3rem;
    top: 5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1450px) {
  .h_logo {
    left: 1.5rem;
  }
}

.h_logo img {
  width: 23.2rem;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    width: 37.2rem;
  }
}

.h_nav_pc {
  position: absolute;
  right: 37rem;
  top: 3rem;
  text-align: center;
}

.h_nav_pc li {
  display: inline-block;
  font-size: 1.5rem;
  margin-left: 3em;
}

.h_nav_pc i {
  display: inline-block;
  font-size: 1.3rem;
  margin-top: .5em;
  position: relative;
}

.h_nav_pc i:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: width .4s ease-in;
  border-bottom: solid 1px #000;
  width: 0;
  bottom: 0;
}

.h_nav_pc a:hover {
  opacity: 1;
}

.h_nav_pc a:hover i:after {
  width: 100%;
}

.h_nav2 {
  position: absolute;
  display: -webkit-box;
  display: flex;
  height: 10rem;
  text-align: center;
  color: #fff;
}

.h_nav2 li {
  width: 33.33%;
}

.h_nav2 .list {
  background: #AA4C8F;
}

.h_nav2 .doc {
  background: #9D5B8B;
}

.h_nav2 .insta {
  background: #B35D9A;
}

.h_nav2 .insta img {
  padding: .65em;
  margin-bottom: -.1em;
}

.h_nav2 img {
  display: block;
  margin: 0 auto;
}

.h_nav2 a {
  height: 100%;
  font-size: 1.3rem;
  padding-top: 1.4em;
}

.h_nav2 a img {
  width: 3.38em;
}

@media screen and (max-width: 767px) {
  .h_nav2 {
    height: 16.5rem;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .h_nav2 li {
    width: 21.8%;
  }
  .h_nav2 li:nth-child(1) {
    width: 34.6%;
  }
  .h_nav2 a {
    font-size: 2.4rem;
    padding-top: .8em;
  }
  .h_nav2 .home {
    background: #F6AD3A;
    text-align: left;
    padding: 1.2em .5em 0 1em;
  }
  .h_nav2 .home img {
    margin-left: 0;
    width: 16.3rem;
    margin-bottom: .5em;
  }
}

@media screen and (min-width: 768px) {
  .h_nav2 {
    width: 30rem;
    right: 0;
    top: 0;
  }
}

.h_menu {
  z-index: 10;
  cursor: pointer;
  background: #895B8A;
}

.h_menu img {
  width: 4.5rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .h_menu img {
    width: 7rem;
  }
}

.h_sns li {
  display: inline-block;
  vertical-align: top;
}

.h_sns li + li {
  margin-left: 4rem;
}

.h_sns img {
  width: 2.8rem;
}

@media screen and (max-width: 767px) {
  .h_sns img {
    width: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .h_sns {
    position: absolute;
    top: 65rem;
    right: 6rem;
  }
}

.h_nav li {
  font-size: 1.8rem;
  margin-bottom: 3.8em;
}

@media screen and (max-width: 767px) {
  .h_nav li {
    font-size: 2.8rem;
  }
}

.h_nav i {
  display: block;
  font-size: 1.6rem;
  margin-top: .2em;
}

@media screen and (max-width: 767px) {
  .h_nav i {
    font-size: 2.5rem;
  }
}

.h_logo2 {
  position: absolute;
  right: 15rem;
  top: 24rem;
  z-index: 2;
}

.h_logo2 img {
  width: 31.2rem;
}

@media screen and (max-width: 767px) {
  .h_logo2 {
    right: 6rem;
    top: 50rem;
  }
}

.h_about {
  position: absolute;
  right: 9rem;
  top: 38rem;
  width: 45.6rem;
}

@media screen and (min-width: 768px) {
  .h_inner {
    background: #fff;
    width: 104rem;
    margin-left: auto;
    padding: 4.5rem 8.5rem 9rem 15rem;
  }
}

#toggle_menu {
  display: none;
  position: fixed;
  top: 10rem;
  left: 0;
  width: 100%;
  overflow-y: auto;
  height: 100%;
  height: calc(100% - 10rem);
}

@media screen and (max-width: 767px) {
  #toggle_menu {
    top: 0;
    height: calc(100% - 16.5rem);
    background: #fff;
    padding: 10rem 6.5rem 5rem;
  }
}

body.open {
  overflow-y: hidden;
}

.f_link {
  margin: 25rem 0 15.5rem;
  text-align: center;
  padding: 15rem 0;
  background: url(../img/f_bg01.jpg) no-repeat 50%/cover;
}

.f_link p {
  font-size: 1.8rem;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .f_link p {
    font-size: 2.6rem;
    line-height: 1.61;
  }
}

@media screen and (max-width: 767px) {
  .f_link {
    margin: 22rem 0 12rem;
    background-image: url(../img/f_bg01_sp.jpg);
    padding: 8rem 0 10rem;
  }
  .f_link ul {
    width: 60rem;
    margin: 8rem auto 0;
  }
  .f_link li + li {
    margin-top: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .f_link .bg {
    display: none;
  }
  .f_link ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .f_link ul > * {
    width: 57rem;
  }
  .f_link li a {
    font-size: 1.6rem;
    padding: 2em 0;
  }
}

#footer {
  border-top: solid 1px #999999;
  padding: 4rem 9.5rem 3rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  #footer {
    text-align: center;
    padding: 5.6rem 0 4.4rem;
    margin-bottom: 16.5rem;
  }
}

.f_logo img {
  width: 23.2rem;
}

@media screen and (max-width: 767px) {
  .f_logo img {
    width: 53rem;
  }
}

.f_info {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .f_info {
    font-size: 2.4rem;
    margin-left: 11rem;
    text-align: left;
    margin-top: 4rem;
  }
  .f_info dl {
    margin-bottom: 5rem;
  }
}

.f_info dt {
  position: absolute;
  line-height: 1.86;
}

.f_info dd {
  margin-left: 4em;
  line-height: 1.86;
}

@media screen and (max-width: 767px) {
  .f_info {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .f_info {
    position: absolute;
    margin-left: 30rem;
    top: 4rem;
  }
  .f_info dl {
    display: inline-block;
    vertical-align: top;
    margin-right: 3em;
    position: relative;
  }
  .f_info dt.b {
    margin-top: -1.8em;
    margin-left: 14em;
  }
  .f_info dd.b {
    margin-top: -1.8em;
    margin-left: 18em;
  }
}

.f_nav {
  margin-left: 30rem;
  margin-top: 4rem;
}

.f_nav li {
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 2em;
}

.f_copy {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .f_copy {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .f_copy {
    position: absolute;
    left: 9.5rem;
    bottom: 4rem;
  }
}

.f_sns {
  position: absolute;
  right: 7.5rem;
  bottom: 4rem;
}

.f_sns a {
  display: block;
}

.f_sns img {
  width: 1.5rem;
}

.f_sns li {
  display: inline-block;
  margin-left: 2rem;
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  position: relative;
}

@media screen and (min-width: 768px) {
  .top_main {
    margin-top: 10rem;
  }
}

.top_main .weather {
  position: absolute;
  width: 24rem;
  background: #F7F5F0;
  text-align: center;
  padding: 2.2rem 0;
  right: 10rem;
  bottom: -10.5rem;
}

.top_main .weather img {
  width: 7.5rem;
}

.top_main .weather p {
  margin-top: 1em;
  font-size: 1.6rem;
}

.top_main .weather p i {
  display: block;
  font-size: 3.7rem;
}

.top_main .catch {
  font-size: 1.8rem;
  position: absolute;
  top: 15rem;
  left: 11rem;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .top_main .catch {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.top_main .catch i {
  display: block;
  font-size: 8.6rem;
  line-height: 1;
  margin-bottom: .2em;
  font-weight: 600;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .top_main .catch i {
    font-size: 7.8rem;
  }
}

.top_main .catch i span {
  display: inline-block;
  opacity: 0;
  transition: opacity 2s, transform 2s;
  display: inline-block;
  transform: translate3d(3.5rem, 0, 0);
  min-width: .25em;
}

.top_main .catch i.show span {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 0, 0);
}

.top_main .catch i.show span:nth-child(1) {
  transition-delay: 0.1s;
}

.top_main .catch i.show span:nth-child(2) {
  transition-delay: 0.2s;
}

.top_main .catch i.show span:nth-child(3) {
  transition-delay: 0.3s;
}

.top_main .catch i.show span:nth-child(4) {
  transition-delay: 0.4s;
}

.top_main .catch i.show span:nth-child(5) {
  transition-delay: 0.5s;
}

.top_main .catch i.show span:nth-child(6) {
  transition-delay: 0.6s;
}

.top_main .catch i.show span:nth-child(7) {
  transition-delay: 0.7s;
}

.top_main .catch i.show span:nth-child(8) {
  transition-delay: 0.8s;
}

.top_main .catch i.show span:nth-child(9) {
  transition-delay: 0.9s;
}

.top_main .catch i.show span:nth-child(10) {
  transition-delay: 1s;
}

.top_main .catch i.show span:nth-child(11) {
  transition-delay: 1.1s;
}

.top_main .catch i.show span:nth-child(12) {
  transition-delay: 1.2s;
}

.top_main .catch i.show span:nth-child(13) {
  transition-delay: 1.3s;
}

.top_main .catch i.show span:nth-child(14) {
  transition-delay: 1.4s;
}

.top_main .catch i.show span:nth-child(15) {
  transition-delay: 1.5s;
}

.top_main .catch i.show span:nth-child(16) {
  transition-delay: 1.6s;
}

.top_main .catch i.show span:nth-child(17) {
  transition-delay: 1.7s;
}

.top_main .catch i.show span:nth-child(18) {
  transition-delay: 1.8s;
}

.top_main .catch i.show span:nth-child(19) {
  transition-delay: 1.9s;
}

.top_main .catch i.show span:nth-child(20) {
  transition-delay: 2s;
}

.top_main .catch i.show span:nth-child(21) {
  transition-delay: 2.1s;
}

.top_main .catch i.show span:nth-child(22) {
  transition-delay: 2.2s;
}

.top_main .catch i.show span:nth-child(23) {
  transition-delay: 2.3s;
}

.top_main .catch i.show span:nth-child(24) {
  transition-delay: 2.4s;
}

.top_main .catch i.show span:nth-child(25) {
  transition-delay: 2.5s;
}

@media screen and (max-width: 767px) {
  .top_main .catch {
    font-size: 2.4rem;
    top: 19rem;
    left: 3.5rem;
  }
  .top_main .catch i {
    line-height: 1.15;
  }
}

.top_main .mv img {
  width: 100%;
  display: block;
}

.top_main .c_deco {
  bottom: -8rem;
}

@media screen and (max-width: 767px) {
  .top_main .c_deco {
    bottom: -39rem;
  }
}

.top_lead {
  position: relative;
  margin: 8rem 0 10rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_lead {
    margin: 12.5rem 0 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .top_lead .img {
    background: no-repeat right center / cover;
    z-index: -1;
  }
  .top_lead .img img {
    display: none;
  }
  .top_lead .img.a {
    background-image: url(../img/top_img03.jpg);
    height: 54.5rem;
    position: absolute;
    left: 0;
    top: 23.3rem;
    width: calc(50% - 28.6rem);
  }
  .top_lead .img.b {
    background-image: url(../img/top_img04.jpg);
    height: 66.8rem;
    background-position: left center;
    position: absolute;
    right: 0;
    top: 29rem;
    width: calc(50% - 28.6rem);
  }
  .top_lead .img.c {
    background-image: url(../img/top_img05.jpg);
    height: 58.2rem;
    margin-top: 8rem;
    width: calc(50% + 45.8rem);
  }
}

@media screen and (max-width: 767px) {
  .top_lead .img.c {
    margin: 10rem 3rem 0;
  }
}

.top_lead .ttl {
  font-size: 3.6rem;
  margin-bottom: 1em;
}

.top_lead .ttl img {
  display: block;
  margin: 0 auto .5em;
}

.top_lead .ttl .icon {
  width: 3.72em;
  margin-bottom: 1em;
}

.top_lead .ttl .logo {
  width: 8.666em;
}

@media screen and (max-width: 767px) {
  .top_lead .ttl {
    font-size: 3.8rem;
    margin-bottom: 1.5em;
  }
}

.top_lead p {
  font-size: 2.8rem;
  line-height: 1.64;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .top_lead p {
    font-size: 3.6rem;
  }
  .top_lead p.txt {
    white-space: nowrap;
  }
}

.top_lead .lead {
  font-size: 1.8rem;
  line-height: 2.555;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_lead .lead {
    font-size: 2.4rem;
  }
}

.top_lead .btn {
  margin: 3rem 0 14rem;
}

@media screen and (max-width: 767px) {
  .top_lead .btn {
    margin: 8rem 0 16rem;
  }
}

.top_lead .btn a {
  display: inline-block;
  width: 48.1rem;
  background: #F6AD3A;
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  padding: .5em 0 .6em;
  position: relative;
  margin-right: 3rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top_lead .btn a {
    font-size: 3.6rem;
    width: 56.4rem;
  }
}

.top_lead .btn a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  z-index: -1;
  background: #EF9508;
  left: 0;
  transition: width .3s ease-in;
}

.top_lead .btn a:hover {
  opacity: 1;
}

.top_lead .btn a:hover:before {
  width: 100%;
}

.top_lead .btn i {
  display: block;
  font-weight: 600;
  font-size: .5em;
  margin-top: .2em;
  letter-spacing: .1em;
}

.top_lead .btn i:before, .top_lead .btn i:after {
  content: '';
  position: absolute;
  right: -3rem;
  top: 50%;
  width: 3rem;
  border-bottom: solid 2px #F6AD3A;
}

.top_lead .btn i:after {
  right: 0;
  border-bottom: solid 2px #FFFFFF;
}

.top_works {
  margin-bottom: 16rem;
  padding: 11.5rem 0 15rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_works {
    padding: 10rem 0 11rem;
    margin-bottom: 12.5rem;
  }
}

.top_works:before {
  content: '';
  position: absolute;
  width: calc(50% + 38.5rem);
  background: #F7F7F3;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0;
}

.top_works.show:before {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 2.5s;
}

.top_works.show li, .top_works.show .c_btn {
  opacity: 1;
  transition: opacity 1s ease-in;
}

.top_works.show .c_list + .c_list li {
  transition-delay: .5s;
}

.top_works.show .c_list + .c_list li:nth-child(2) {
  transition-delay: 1s;
}

.top_works.show .c_list + .c_list li:nth-child(3) {
  transition-delay: 1.5s;
}

.top_works.show .c_list + .c_list li:nth-child(4) {
  transition-delay: 2s;
}

.top_works.show .c_btn {
  transition-delay: 2.5s;
}

.top_works li {
  opacity: 0;
}

.top_works .c_btn {
  margin-top: 4rem;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .top_works .c_btn {
    margin-top: 15rem;
  }
}

@media screen and (max-width: 767px) {
  .top_works:before {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .top_works .u_inner {
    width: 130rem;
    max-width: calc(100% - 4rem);
  }
  .top_works .row {
    margin-top: 8.5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
  }
  .top_works .c_list {
    width: 41.23%;
  }
  .top_works .c_list:nth-child(1) li {
    width: 100%;
  }
  .top_works .c_list li:nth-child(5) {
    display: none;
  }
  .top_works .c_list + .c_list {
    width: 54.1538%;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top_works .c_list + .c_list > * {
    margin-left: 6%;
    width: 47%;
  }
  .top_works .c_list + .c_list > *:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.top_news {
  margin: 15rem 0 19rem;
}

.top_news .c_btn {
  margin-top: 10rem;
}

.top_insta {
  margin-bottom: 15rem;
}

.top_insta ul {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top_insta ul > * {
  margin-left: 4%;
  width: 22%;
}

@media screen and (min-width: 768px) {
  .top_insta ul > *:nth-child(4n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_insta ul > * {
    margin-left: 7%;
    width: 46.5%;
  }
  .top_insta ul > *:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.top_insta li {
  margin-bottom: 4.5rem;
}

.top_insta a {
  display: block;
  background: no-repeat 50% / cover;
  padding-top: 90%;
}

.top_estate {
  width: 105.4rem;
  margin: 0 auto;
  max-width: 100%;
}

.top_estate > P {
  font-size: 1.6rem;
  margin-top: .4em;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .top_estate > P {
    font-size: 2.3rem;
    white-space: nowrap;
  }
}

.top_estate a {
  display: block;
  position: relative;
}

.top_estate a p {
  font-size: 3rem;
  color: #fff;
  position: absolute;
  bottom: .8em;
  left: .8em;
  letter-spacing: .1em;
}

.top_estate a p img {
  width: 5.55em;
  vertical-align: -.1em;
  margin-right: .3em;
}

@media screen and (max-width: 767px) {
  .top_estate a p {
    font-size: 3.2rem;
    bottom: .8em;
    bottom: .5em;
    left: .5em;
  }
}

.low_header {
  margin: 32rem 0 4rem;
  position: relative;
  height: 46.5rem;
}

@media screen and (max-width: 767px) {
  .low_header {
    margin: 30rem 0 0;
  }
}

.low_header .c_deco {
  bottom: 0;
}

.low_header .ttl {
  position: absolute;
  font-size: 2rem;
  left: calc(50% - 60rem);
}

.low_header .ttl i {
  display: block;
  font-size: 5.8rem;
  line-height: 1;
  margin-bottom: .1em;
}

@media screen and (max-width: 767px) {
  .low_header .c_deco {
    display: none;
  }
  .low_header .ttl {
    left: 3rem;
    font-size: 2.8rem;
  }
  .low_header .ttl i {
    font-size: 7.8rem;
    line-height: 1.17;
  }
}

.ys_lead {
  text-align: center;
}

.ys_lead .ttl {
  font-size: 3.6rem;
  background: url(../img/ico_home.png) no-repeat center top/3.722em;
  padding-top: 4.5em;
  margin-bottom: 7rem;
}

.ys_lead .ttl img {
  width: 8.66em;
  margin-right: .4em;
  vertical-align: -.2em;
}

.ys_lead ul {
  width: 80rem;
  margin: 0 auto 15rem;
  max-width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .ys_lead ul {
    margin-bottom: 9rem;
  }
}

.ys_lead li:nth-child(2) a:hover p {
  border-color: #F6AD3A;
}

.ys_lead li:nth-child(3) a:hover p {
  border-color: #73B929;
}

.ys_lead li a {
  display: block;
}

.ys_lead li a:hover {
  opacity: 1;
}

.ys_lead li a:hover p {
  border-color: #3CA6DE;
}

.ys_lead li p {
  border-bottom: solid .4rem transparent;
  padding-bottom: .6em;
}

.ys_lead li img {
  width: 4.2em;
}

@media screen and (max-width: 767px) {
  .ys_lead li {
    font-size: 2.6rem;
  }
  .ys_lead li:nth-child(2) p {
    border-color: #F6AD3A;
  }
  .ys_lead li:nth-child(3) p {
    border-color: #73B929;
  }
  .ys_lead li p {
    border-bottom: solid .5rem #3CA6DE;
  }
}

.ys_sec {
  border: solid 1px #868686;
  padding: 9rem 11.7rem 6rem;
  margin-bottom: 8.5rem;
}

@media screen and (max-width: 767px) {
  .ys_sec {
    padding: 6rem 3rem 5rem;
  }
}

.ys_sec.b li a {
  background-image: url(../img/ico_check02.svg);
}

.ys_sec.c {
  padding: 9rem 5rem 5rem;
}

@media screen and (max-width: 767px) {
  .ys_sec.c {
    padding: 6rem 2.5rem 5rem;
  }
}

.ys_sec .ttl {
  text-align: center;
  font-size: 4.2rem;
  margin-bottom: 5rem;
}

.ys_sec .ttl img {
  display: block;
  margin: 0 auto -.4em;
  width: 3.19em;
}

.ys_sec .logo {
  display: block;
  margin: 0 auto;
  width: 71rem;
}

@media screen and (max-width: 767px) {
  .ys_sec .logo {
    margin-bottom: 5rem;
  }
}

.ys_sec figure {
  text-align: center;
  margin-bottom: 2.5rem;
}

.ys_sec figure img {
  width: 52.8rem;
}

.ys_sec figcaption {
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .ys_sec figcaption {
    font-size: 2.8rem;
  }
}

.ys_sec .lead1 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ys_sec .lead1 {
    font-size: 2.6rem;
  }
}

.ys_sec .sub {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 1.5em;
}

.ys_sec .lead2 {
  font-size: 1.8rem;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .ys_sec .lead2 {
    font-size: 2.6rem;
    text-align: center;
  }
}

.ys_sec .lead3 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 8.5rem;
}

@media screen and (max-width: 767px) {
  .ys_sec .lead3 {
    font-size: 2.6rem;
  }
}

.ys_sec .txt1 {
  font-size: 2.8rem;
  line-height: 1.15;
  margin-bottom: 5rem;
}

.ys_sec .txt1 small {
  display: block;
  font-size: 1.5rem;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .ys_sec .txt1 small {
    font-size: 2.2rem;
    margin-top: .5em;
  }
}

@media screen and (max-width: 767px) {
  .ys_sec .txt1 {
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.64;
  }
}

.ys_sec .scroll {
  margin-bottom: 12rem;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .ys_sec .scroll {
    margin-bottom: 6rem;
    overflow-x: auto;
  }
}

.ys_sec table {
  border-top: solid 1px #707070;
  border-left: solid 1px #707070;
}

.ys_sec tr > * {
  font-size: 1.8rem;
  text-align: center;
  padding: .4em 0;
  border-bottom: solid 1px #707070;
  border-right: solid 1px #707070;
}

.ys_sec tr > *:nth-child(1) {
  width: 3.5em;
}

.ys_sec tr > *:nth-child(4) {
  width: 3.5em;
}

@media screen and (max-width: 767px) {
  .ys_sec tr > * {
    font-size: 2.7rem;
  }
}

.ys_sec th {
  background: #EEEEEE;
}

.ys_sec .cost p.a {
  font-size: 1.6rem;
  margin-bottom: .4em;
}

@media screen and (max-width: 767px) {
  .ys_sec .cost p.a {
    font-size: 2.6rem;
    margin-bottom: 1.4em;
  }
}

.ys_sec .cost p.b {
  font-size: 1.5rem;
  text-align: right;
  margin-top: .4em;
}

@media screen and (max-width: 767px) {
  .ys_sec .cost p.b {
    font-size: 2.4rem;
    text-align: left;
    margin-top: .8em;
  }
}

.ys_sec .cost dt {
  background: #E46111;
  color: #fff;
  font-size: 1.8rem;
  padding: .4em 1.2rem;
}

@media screen and (max-width: 767px) {
  .ys_sec .cost dt {
    font-size: 2.9rem;
  }
}

.ys_sec .cost dt b {
  font-size: 2.5rem;
  margin-right: .2em;
}

@media screen and (max-width: 767px) {
  .ys_sec .cost dt b {
    font-size: 4.1rem;
    display: block;
  }
}

.ys_sec .cost dd {
  font-size: 2.5rem;
  padding: .1em 1.2rem;
}

@media screen and (max-width: 767px) {
  .ys_sec .cost dd {
    font-size: 4rem;
    white-space: nowrap;
  }
}

.ys_sec .cost dd b {
  font-size: 3.8rem;
  color: #FA3405;
  vertical-align: -.1em;
}

@media screen and (max-width: 767px) {
  .ys_sec .cost dd b {
    font-size: 5.2rem;
  }
}

.ys_sec .cost dl {
  background: #FBD9B6;
}

@media screen and (max-width: 767px) {
  .ys_sec .cost dl + dl {
    margin-top: 4rem;
  }
}

.ys_sec .cost dl + dl {
  background: #CBF59F;
}

.ys_sec .cost dl + dl dt {
  font-size: 1.6rem;
  background: #73B929;
}

@media screen and (max-width: 767px) {
  .ys_sec .cost dl + dl dt {
    font-size: 2.9rem;
  }
}

.ys_sec .cost dl + dl dd {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .ys_sec .cost dl + dl dd {
    font-size: 2.6rem;
  }
}

.ys_sec .cost dl + dl dd b {
  color: #4B7C17;
}

@media screen and (min-width: 768px) {
  .ys_sec .cost .row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .ys_sec .cost .row > * {
    width: 54.8rem;
  }
}

.ys_sec .row2 {
  margin-top: 4rem;
}

.ys_sec .row2 li {
  font-size: 1.5rem;
  background: url(../img/ico_balloon01.svg) no-repeat left 0.1em/1.4em;
  padding-left: 1.8em;
}

.ys_sec .row2 li + li {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .ys_sec .row2 li {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .ys_sec .row2 .img {
    margin-top: 9rem;
  }
}

@media screen and (min-width: 768px) {
  .ys_sec .row2 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .ys_sec .img {
    width: 40.6rem;
    margin-right: -3rem;
  }
}

.ys_sec .list {
  width: 89rem;
  margin: 5rem auto 0;
  max-width: 100%;
}

.ys_sec .list a {
  font-size: 2.6rem;
  display: block;
  background: url(../img/ico_check01.svg) no-repeat left 0.2em/1.5em;
  padding: .4em 0;
  padding-left: 4.6em;
  position: relative;
  line-height: 1.21;
}

.ys_sec .list a:before {
  content: '';
  position: absolute;
  background: url("../img/ico_arrow03.svg") no-repeat center center;
  background-size: contain;
  top: 0;
  height: 100%;
  width: 0.923em;
  right: 1em;
}

@media screen and (max-width: 767px) {
  .ys_sec .list a {
    font-size: 3.2rem;
  }
}

.ys_sec .list i {
  position: absolute;
  left: 1.7em;
  font-size: 1.3em;
  top: 0;
}

.ys_sec .list li {
  padding: 4.2rem 0;
}

.ys_sec .list li + li {
  border-top: solid 1px #707070;
}

.list_sec {
  margin-top: 12rem;
}

.list_sec .ttl {
  margin-bottom: 1.4em;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .list_sec .ttl {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .list_sec ul {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list_sec ul > * {
    margin-left: 4%;
    width: 48%;
  }
  .list_sec ul > *:nth-child(2n + 1) {
    margin-left: 0;
  }
  .list_sec li {
    margin-bottom: 4%;
  }
  .list_sec p {
    font-size: 2rem;
  }
}

.works_nav {
  text-align: center;
  margin: 0 0 11rem;
}

.works_nav li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
}

.works_nav li + li {
  margin-left: 10em;
}

@media screen and (max-width: 767px) {
  .works_nav li {
    font-size: 2.4rem;
  }
  .works_nav li + li {
    margin-left: 3.5em;
  }
}

.wp-pagenavi {
  text-align: center;
  margin-top: 14rem;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 .4em;
  width: 2em;
  height: 2em;
  line-height: 2;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 2.2rem;
  }
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .prev,.next {
  color: transparent;
  width: 2.4rem;
}
.prev {
  width: 2.4rem !important;
  margin-right: 2em !important;
}
.next {
  width: 2.4rem !important;
  margin-left: 2em !important;
}

.wp-pagenavi .previouspostslink, .prev {
  background: url(../img/ico_arrow04.png) no-repeat 50%/contain;
  margin-right: 2em;
}

.wp-pagenavi .nextpostslink, .next {
  background: url(../img/ico_arrow01.png) no-repeat 50%/contain;
  margin-left: 2em;
}

.low_comfort {
  margin-top: 15rem;
}

@media screen and (max-width: 767px) {
  .low_comfort {
    margin-top: 28rem;
  }
}

.c_body {
  font-size: 1.6rem;
  line-height: 2;
}

.c_body figure, .c_body p {
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .c_body {
    font-size: 2.4rem;
    line-height: 1.75;
  }
  .c_body figure {
    margin-bottom: 1.5em;
  }
}

.news_body .sub {
  font-size: 1.3rem;
  position: relative;
}

.news_body .sub i {
  position: absolute;
  right: 0;
  color: #96CC5D;
}

@media screen and (max-width: 767px) {
  .news_body .sub {
    font-size: 2.2rem;
  }
}

.news_body .ttl {
  border-bottom: solid 1px #666666;
  padding-bottom: 1em;
  margin: .7em 0 2.5em;
}

@media screen and (max-width: 767px) {
  .news_body .ttl {
    font-size: 2.6rem;
  }
}

.est_body {
  position: relative;
}

@media screen and (min-width: 768px) {
  .est_body {
    margin-top: -7.5rem;
  }
}

.est_body .sub {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .est_body .sub {
    position: absolute;
    right: 0;
    top: .5em;
  }
}

@media screen and (max-width: 767px) {
  .est_body .sub {
    font-size: 2.2rem;
    text-align: right;
    margin-bottom: 3em;
  }
}

.est_body .ttl {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .est_body .ttl {
    font-size: 3rem;
    text-align: left;
    margin-bottom: .5em;
  }
}

.est_info {
  border: solid 1px #000000;
  position: relative;
  padding: 8rem 5rem;
  margin-bottom: 22rem;
}

@media screen and (max-width: 767px) {
  .est_info {
    padding: 13rem 4rem 6rem;
  }
}

.est_info .sale {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10rem;
  background: #fff;
  padding: 0 2rem;
}

.est_info .sale img {
  width: 15.21rem;
}

.est_info .ttl2 {
  font-size: 2.8rem;
  margin-bottom: 1.2em;
}

.est_info .contact p {
  font-size: 1.6rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .est_info .contact p {
    font-size: 2.4rem;
    margin-top: 8rem;
  }
}

.est_info .contact a {
  display: block;
  background: #BFBFBF url(../img/ico_email.png) no-repeat 3.5em center/1.388em;
  font-size: 1.8rem;
  position: relative;
  padding: 1.5em 0;
  text-align: center;
}

.est_info .contact a:before {
  content: '';
  position: absolute;
  background: url("../img/ico_arrow02.png") no-repeat center center;
  background-size: contain;
  top: 0;
  height: 100%;
  width: 0.44em;
  right: 2em;
}

@media screen and (max-width: 767px) {
  .est_info .contact a {
    font-size: 2.6rem;
  }
}

.est_info .box {
  border-top: solid 1px #E1E1E1;
  padding-top: 3rem;
}

@media screen and (max-width: 767px) {
  .est_info .box {
    margin-top: 7rem;
  }
}

.est_info .box dd {
  margin-bottom: .8em;
}

.est_info .box dt {
  position: static;
  min-width: 4em;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .est_info .box dt {
    font-size: 2.4rem;
  }
}

.est_info .box dd {
  margin-left: 1em;
  display: inline-block;
  width: 12em;
}

@media screen and (max-width: 767px) {
  .est_info .box dd {
    width: 8em;
  }
  .est_info .box dd.a {
    width: 18em;
  }
  .est_info .box dd.b {
    width: 4em;
  }
}

@media screen and (min-width: 768px) {
  .est_info .box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .est_info .box .contact {
    width: 42.5rem;
  }
  .est_info .box dl {
    width: calc(100% - 43rem);
  }
}

.est_info dl {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .est_info dl {
    font-size: 2.4rem;
  }
}

.est_info dt {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .est_info dt {
    font-size: 2.5rem;
  }
}

.est_info dt.a {
  margin-top: .6em;
}

.est_info dd {
  margin-left: 6em;
  margin-bottom: 1.5em;
}

.est_info dd i {
  font-size: 1.77em;
  vertical-align: -.1em;
}

.est_list {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 9rem 0 18rem;
}

.est_list > * {
  margin-left: 4%;
  width: 30.66667%;
}

@media screen and (min-width: 768px) {
  .est_list > *:nth-child(3n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .est_list > * {
    margin-left: 7%;
    width: 46.5%;
  }
  .est_list > *:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.est_list li {
  margin-bottom: 4.5rem;
}

.c_pager {
  font-size: 1.6rem;
  height: 1.5em;
  position: relative;
  margin: -10rem 0 17rem;
}

@media screen and (max-width: 767px) {
  .c_pager {
    margin: -14rem 0 20rem;
    font-size: 2.2rem;
  }
  .c_pager a {
    width: 2em;
    display: block;
    height: 2em;
  }
}

.c_pager .prev {
  position: absolute;
  left: 0;
  background: url(../img/ico_arrow04.png) no-repeat left center/1.5em;
  padding-left: 2.5em;
}

.c_pager .next {
  position: absolute;
  right: 0;
  background: url(../img/ico_arrow01.png) no-repeat right center/1.5em;
  padding-right: 2.5em;
}

@media screen and (min-width: 768px) {
  .est_list2 {
    margin-top: 18rem;
  }
}

@media screen and (min-width: 768px) {
  .news_margin {
    margin-top: 17rem;
  }
}

.popup-modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}

.popup-modal .wrap {
  position: relative;
  width: 120rem;
  max-width: calc(100% - 18rem);
  margin: 4rem auto;
  height: calc(100% - 8rem);
}

@media screen and (max-width: 767px) {
  .popup-modal .wrap {
    margin-top: 7rem;
  }
}

.popup-modal .box {
  background: #fff;
  overflow-x: hidden;
  height: calc(100vh - 8rem);
  padding: 9rem 4.5rem;
}

@media screen and (max-width: 767px) {
  .popup-modal .box {
    padding: 5rem 3rem;
  }
}

body.show-modal {
  overflow-y: hidden;
}

.ys_modal p {
  font-size: 2.6rem;
  position: relative;
  padding-left: 3em;
  margin-bottom: 1.8em;
}

@media screen and (max-width: 767px) {
  .ys_modal p {
    font-size: 3.2rem;
  }
}

.ys_modal p i {
  font-size: 1.23em;
  position: absolute;
  left: 0;
  top: -.1em;
}

.ys_modal .hgi dt {
  color: #F6AD3A;
}

.ys_modal dt {
  font-size: 3.2rem;
  color: #3CA6DE;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .ys_modal dt {
    font-size: 3.6rem;
  }
}

.ys_modal dd {
  font-size: 1.8rem;
  line-height: 1.78;
}

@media screen and (max-width: 767px) {
  .ys_modal dd {
    font-size: 2.2rem;
  }
  .ys_modal dd br {
    display: none;
  }
}

.ys_modal .img {
  margin-top: 2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ys_modal .img {
    margin-top: 5rem;
  }
}

.ys_modal .ac1 img {
  width: 24.55em;
}

.ys_modal .ac2 img {
  width: 18.45em;
}

@media screen and (min-width: 768px) {
  .ys_modal .ac2 .img {
    margin-top: 3rem;
  }
}

.ys_modal .ac3 img {
  width: 19.05em;
}

.ys_modal .ac4 img {
  width: 25.05em;
}

@media screen and (min-width: 768px) {
  .ys_modal .ac4 .img {
    margin-top: 5rem;
  }
}

.ys_modal .ac5 img {
  width: 27.5em;
}

.ys_modal .hgi1 img {
  width: 26.95em;
}

.ys_modal .hgi2 img {
  width: 26.95em;
}

.ys_modal .hgi3 img {
  width: 36.95em;
}

.ys_modal .hgi4 img {
  width: 21.45em;
}

.ys_modal .hgi5 img {
  width: 21.1em;
}

@media screen and (min-width: 768px) {
  .ys_modal .row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .ys_modal .row .img {
    margin-top: 0;
  }
}

.form {
  border: solid 1px #868686;
  padding: 10rem 17rem 17rem;
}

@media screen and (min-width: 768px) {
  .form {
    margin-top: -24rem;
  }
}

@media screen and (max-width: 767px) {
  .form {
    padding: 7rem 4rem 17rem;
  }
}

.form p {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .form p {
    font-size: 2.4rem;
  }
}

.form .doui {
  margin: 3rem 0 7rem;
  text-align: center;
}

.form .doui input {
  margin-right: .8em;
}

.form table {
  margin-top: 9rem;
}

.form th {
  width: 23rem;
}

.form th em, .form th small {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .form th em, .form th small {
    font-size: 2.4rem;
  }
}

.form th em {
  margin-left: 1em;
}

.form th small {
  display: block;
}

.form th i {
  display: block;
  border-bottom: solid 1px #000;
  padding-bottom: .8em;
  margin-right: 4rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form th i {
    margin-right: 40%;
  }
}

@media screen and (max-width: 767px) {
  .form th i em {
    position: absolute;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .form th {
    padding: 0;
  }
}

.form tr > * {
  text-align: left;
  font-size: 1.6rem;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .form tr > * {
    float: left;
    font-size: 2.6rem;
    width: 100%;
  }
}

.form td {
  padding-bottom: 3.5em;
}

@media screen and (max-width: 767px) {
  .form td {
    padding-top: 1.5em;
  }
}

.form td input[type="text"], .form td input[type="email"], .form td input[type="tel"] {
  padding: 0 0 .8em;
  width: 100%;
  border-bottom: solid 1px #000;
}

.form td label {
  margin-right: 3em;
  display: inline-block;
}

.form td label input {
  margin-right: 1em;
}

.form td.radio label {
  display: block;
  margin-bottom: 1em;
}

.form td textarea {
  height: 18em;
  width: 100%;
  padding: 1.2em;
  border: solid 1px #9F9F9F;
}

@media screen and (min-width: 768px) {
  .form td textarea {
    margin-top: 2.3em;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  height: 4.8rem;
  width: 4.8rem;
  border: none;
  color: transparent;
  cursor: pointer;
}

.slick-prev:active, .slick-prev:focus,
.slick-next:active,
.slick-next:focus {
  outline: 0;
}

.slick-prev {
  background: url(../img/ico_prev.svg) no-repeat left top/contain;
  left: -7rem;
}

@media screen and (min-width: 1500px) {
  .slick-prev {
    left: -12rem;
  }
}

.slick-next {
  background: url(../img/ico_next.svg) no-repeat right top/contain;
  right: -7rem;
}

@media screen and (min-width: 1500px) {
  .slick-next {
    right: -12rem;
  }
}

/* Dots */
.slick-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
}

@media screen and (max-width: 767px) {
  .slick-dots {
    margin-top: 2rem;
  }
}

.slick-dots li {
  display: inline-block;
  margin: 0 .6rem;
}

.slick-dots li.slick-active button:after {
  background: #f39600;
}

.slick-dots button {
  border: none;
  cursor: pointer;
  color: transparent;
  position: relative;
  background: none;
  width: 2rem;
  height: 2rem;
}

.slick-dots button:active, .slick-dots button:focus {
  outline: 0;
}

.slick-dots button:after {
  content: '';
  width: .8rem;
  height: .8rem;
  background: #d2d2d2;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.aligncenter .size-full {
  width: 100% !important;
}
.aligncenter .size-full img{
  width: 100% !important;
}

.c_btn a, .c_btn span {
  border: none;
  display: flex;
  margin: 0 auto;
}

.c_btn span input {
  border: 1px solid;
}
.c_btn {
  border: none;
  /* display: flex; */
  margin: 0 auto;
}
.back-span{
  margin-bottom: 40px !important;
  margin-right: 20px;
}

.back-span::before {
  position: initial !important;
  content: initial !important;
}
.c_btn a:hover::after, .c_btn span:hover::after {
  left: 1.5em;
}
.back-span::after {
  content: '';
  position: absolute;
  background: url(../img/arrow10.png) no-repeat center center;
  background-size: contain;
  top: 0;
  height: 100%;
  width: 1.333em;
  left: 2em;
  transition: left .2s ease-in;
}
.flex {
  /* display: flex; */
}
input[name="mwform_submitButton-305"] {

}
/*# sourceMappingURL=style.css.map */