@charset "UTF-8";
/******************************************************

fonts

******************************************************/
/*! common / ALL *******************************************/
html {
  font-size: 62.5%;
  /* 62.5% 10px 1em */
}

body {
  color: #000000;
  font-family: Yu Gothic, Meiryo, sans-serif;
  font-size: 1.5rem;
  width: 100%;
  font-weight: 500;
  line-height: 1.65;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

p {
  color: #000000;
}

a {
  color: #000000;
  text-decoration: none;
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover {
  color: #0d3b44;
}

a:hover img {
  opacity: 0.7;
}

a:hover ~ figure img {
  opacity: 0.8;
}

a ~ figure img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 70px;
}

header .headerContent {
  position: fixed;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1500px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}

header .headerContent .logo {
  padding: 15px 0 15px 50px;
  pointer-events: all;
}

header .headerContent .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .headerContent .logo a .icon-freedom, header .headerContent .logo a .icon-freedom_new {
  font-size: 40px;
  color: #0d3b44;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

header .headerContent .logo a .logoName {
  position: relative;
  margin-left: 15px;
  color: #000;
  width: 179px;
  height: 30px;
  overflow: hidden;
}

header .headerContent .logo a .logoName .icon-freedom3 {
  font-size: 1.285rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  line-height: 14px;
  vertical-align: top;
}

header .headerContent .logo a .logoName small {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  line-height: 1;
  font-size: 1rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: 0;
  -webkit-transition: color 1s ease;
  transition: color 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

header .headerContent #mypageBtn {
  pointer-events: all;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .headerContent #mypageBtn .icon-mypage {
  font-size: 1.8rem;
  padding-bottom: 0px;
}

header .headerContent #mypageBtn .icon-arrow {
  font-size: 1rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 2px;
}

header .headerContent #mypageBtn.on {
  color: #0d3b44;
}

header .headerContent #mypageBtn.on ~ .mypageMenu {
  pointer-events: all;
  top: 60px;
  opacity: 1;
}

header .headerContent .mypageMenu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50px;
  right: 20px;
  z-index: 9999;
  width: 180px;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  border: #dddddd solid 1px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(4, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(4, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

header .headerContent .mypageMenu li {
  border-bottom: #dddddd solid 1px;
}

header .headerContent .mypageMenu li a {
  display: block;
  line-height: 38px;
  text-align: center;
  font-size: 1.4rem;
}

header .headerContent .mypageMenu li:last-child {
  border-bottom: 0;
}

header .headerContent #slidemenuBtn {
  display: block;
  width: 70px;
  height: 70px;
  position: relative;
  pointer-events: all;
}

header .headerContent #slidemenuBtn:before {
  content: "MENU";
  font-family: "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 1rem;
  color: #000000;
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 100%;
  letter-spacing: -0.01em;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

header .headerContent #slidemenuBtn:hover:before {
  color: #0d3b44;
}

header .headerContent #slidemenuBtn:hover span {
  background: #0d3b44;
}

header .headerContent #slidemenuBtn span {
  position: absolute;
  left: calc(50% - 9px);
  top: calc(50% - 10px);
  width: 18px;
  height: 2px;
  background: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

header .headerContent #slidemenuBtn span:nth-child(2) {
  top: calc(50% - 5px);
}

header .headerContent #slidemenuBtn span:nth-child(3) {
  top: calc(50% + 0px);
}

/* header .headerContent #mypageBtn .icon-arrow:before  {
  transform: rotate(-360deg);
} */
#sildeMenu #sildeMenuInner ol li ul li a i::before {
  -webkit-transform: unset;
          transform: unset;
}

header nav {
  position: absolute;
  top: 25px;
  right: 126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header nav ul > li > a {
  font-size: 1.4rem;
  font-weight: bold;
}

header nav ul > li > a .icon-mypage {
  font-size: 2rem;
  padding-left: 5px;
  position: relative;
  top: 2px;
}

header nav ul > li a.text {
  position: relative;
}

header nav ul > li a.text:before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #000000;
  opacity: 0;
}

header nav ul > li a.text:hover:before {
  opacity: 0.8;
  width: 100%;
}

header nav ul > li + li {
  padding-left: 25px;
}

@media screen and (max-width: 1120px) {
  header nav .textNav {
    display: none;
  }
}

#home header .headerContent .logo a .icon-freedom, #home header .headerContent .logo a .icon-freedom_new, #home header .headerContent .logo a .logoName {
  color: #fff;
}

#home header .headerContent #mypageBtn .icon-mypage, #home header .headerContent #mypageBtn .icon-arrow {
  color: #fff;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#home header .headerContent #slidemenuBtn:before {
  color: #fff;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

#home header .headerContent #slidemenuBtn span {
  background: #fff;
}

#home header nav li a.text {
  color: #fff;
}

#home header nav li a.text:before {
  background: #fff;
}

#home header nav li .icon-mypage {
  color: #fff;
}

#home header.black .logo a .icon-freedom, #home header.black .logo a .icon-freedom_new {
  color: #0d3b44 !important;
}

#home header.black .logo a .logoName {
  color: #000 !important;
}

#home header.black #mypageBtn .icon-mypage, #home header.black #mypageBtn .icon-arrow {
  color: #000;
}

#home header.black a.text:before {
  background: #000000 !important;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#home header.black a#slidemenuBtn:before {
  color: #000000;
}

#home header.black a#slidemenuBtn span {
  background: #000000 !important;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#wrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

article {
  background: #f3f3f3;
}

article #seo {
  padding: 50px 75px 0px;
}

article section {
  width: 100%;
  padding: 80px 75px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article section .secttitle {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 40px;
}

article section .inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article section .inner.white {
  background: #fff;
  padding: 0 25px;
}

article section.white {
  background: #fff;
}

article section.middle {
  padding-left: 50px;
  padding-right: 50px;
}

.art_tks section {
  padding: 10px 75px 20px;
}

footer {
  background: #f3f3f3;
  padding: 75px 75px 150px;
}

footer a:hover {
  text-decoration: underline;
}

footer .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

footer .footer-info h2 {
  font-size: 1.9rem;
  font-weight: bold;
  width: 260px;
}

footer .footer-info .info {
  padding-bottom: 75px;
  width: calc(100% - 260px);
}

footer .footer-info .info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.4rem;
  padding-bottom: 20px;
}

footer .footer-info .info .item .tag {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 110px;
  height: 22px;
  background: #0d3b44;
  text-align: center;
  line-height: 22px;
  color: #fff;
  font-size: 1.2rem;
  margin-right: 25px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

footer .footer-info .info .item em {
  width: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

footer .footer-info .info .item:last-child {
  padding-bottom: 0;
}

footer .footerLink {
  border-top: #cccccc solid 1px;
  border-bottom: #cccccc solid 1px;
  padding: 75px 0 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footerLink .item {
  font-size: 1.3rem;
  line-height: 2.2;
}

footer .footerLink .item em {
  display: block;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 20px;
}

footer .footerLink .item .spBox + .spBox {
  padding-top: 40px;
}

footer .footerLink .item .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

footer .footerLink .item .box li.bottom {
  padding-bottom: 2.1em;
}

footer .footerLink .item .box ul + ul {
  margin-left: 60px;
}

footer .footerLink .item > ul + ul {
  padding-top: 40px;
}

footer .footer_text {
  padding-top: 35px;
  font-size: 1.2rem;
  line-height: 1.8;
}

footer .copy {
  text-align: center;
  padding-top: 65px;
}

footer .copy .icon-freedom, footer .copy .icon-freedom_new {
  font-size: 5rem;
  color: #0d3b44;
}

footer .copy small {
  display: block;
  font-family: "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  padding-top: 20px;
}

#sildeMenu {
  position: fixed;
  right: -310px;
  top: 0;
  width: 310px;
  height: 90%;
  /*FS20181207 */
  background: #f5f5f5;
  font-size: 1.4rem;
  z-index: 110;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#sildeMenu .slideMenu-logo {
  position: absolute;
  left: 15px;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#sildeMenu .slideMenu-logo .icon-freedom, #sildeMenu .slideMenu-logo .icon-freedom_new {
  font-size: 40px;
  color: #888;
}

#sildeMenu .slideMenu-logo .logoName {
  position: relative;
  margin-left: 15px;
  color: #888;
  width: 179px;
  height: 30px;
  overflow: hidden;
}

#sildeMenu .slideMenu-logo .logoName .icon-freedom3 {
  font-size: 1.285rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  line-height: 14px;
  vertical-align: top;
}

#sildeMenu .slideMenu-logo .logoName small {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  line-height: 1;
  font-size: 1rem;
  font-weight: bold;
  -webkit-transition: color 1s ease;
  transition: color 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#sildeMenu #sildeMenuClose {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
}

#sildeMenu #sildeMenuClose span {
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #888888;
  position: absolute;
  left: 11px;
  top: 19px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#sildeMenu #sildeMenuClose span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#sildeMenu #sildeMenuClose:hover span {
  background: #0d3b44;
}

#sildeMenu .btns {
  padding: 45px 30px;
}

#sildeMenu .btns li a {
  display: inline-block;
  line-height: 24px;
}

#sildeMenu .btns li a i {
  display: inline-block;
  color: #0d3b44;
  width: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  margin-right: 12px;
}

#sildeMenu .btns li a .icon-studio {
  font-size: 1.6rem;
  position: relative;
  top: 3px;
}

#sildeMenu .btns li a .icon-consul {
  font-size: 2.4rem;
  position: relative;
  top: 3px;
}

#sildeMenu .btns li a .icon-online {
  font-size: 1.5rem;
  position: relative;
  top: 3px;
}

#sildeMenu .btns li a:hover {
  text-decoration: underline;
}

#sildeMenu .btns li + li {
  padding-top: 10px;
}

#sildeMenu ol {
  padding: 45px 30px;
  border-top: #dddddd solid 1px;
}

#sildeMenu ol > li {
  padding-bottom: 20px;
  line-height: 1;
}

#sildeMenu ol > li a {
  font-size: 1.5rem;
}

#sildeMenu ol > li a:hover {
  text-decoration: underline;
}

#sildeMenu ol > li ul {
  padding-left: 12px;
}

#sildeMenu ol > li ul li {
  padding-top: 20px;
}

#sildeMenu ol > li ul li a {
  font-size: 1.3rem;
  color: #888888;
}

#sildeMenu ol > li ul li a i {
  display: inline-block;
  font-size: 1rem;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  color: #000000;
  margin-right: 5px;
}

#sildeMenu ol > li ul li a:hover {
  color: #0d3b44 !important;
}

#sildeMenu ol .margin {
  margin-bottom: 2em;
}

#sildeMenu ol > li:last-child {
  padding-bottom: 0;
}

#slidemenuBackground {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}

.slide-open #sildeMenu {
  right: 0;
}

.line {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: #cccccc solid 1px;
}

h2 + .line {
  padding-top: 10px;
}

.btn, .btn_e, .btn_tks {
  display: block;
  margin: 0 auto;
  width: 280px;
  line-height: 55px;
  background: #0d3b44;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn span, .btn_e span, .btn_tks span {
  color: #fff;
  font-size: 1.7rem;
}

.btn i, .btn_e i, .btn_tks i {
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
  color: #fff;
  font-size: 1rem;
}

.btn:hover, .btn_e:hover {
  opacity: 0.8;
}

.btn_tks {
  margin: 50px auto;
}

.btn_tks:hover {
  opacity: 0.8;
}

#fixedFooter {
  position: fixed;
  width: 100%;
  height: 100px;
  max-width: 1500px;
  left: 50%;
  bottom: 0;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#fixedFooter:before {
  content: "";
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 50vw;
  height: 100px;
  background: rgba(0, 60, 70, 0.93);
  z-index: -1;
}

#fixedFooter:after {
  content: "";
  position: fixed;
  right: 50%;
  bottom: 0;
  width: 50vw;
  height: 100px;
  background: rgba(0, 60, 70, 0.93);
  z-index: -1;
}

#fixedFooter > p {
  color: #fff;
  font-size: 1.5rem;
  padding-right: 30px;
  border-right: #85a2a6 solid 1px;
}

#fixedFooter .freedial {
  padding-left: 30px;
  white-space: nowrap;
}

#fixedFooter .freedial .tel {
  padding-bottom: 0;
  display: inline-block;
}

#fixedFooter .freedial .tel a {
  pointer-events: none;
  color: #fff;
  line-height: 1;
  display: block;
}

#fixedFooter .freedial .tel a b {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  padding-bottom: 5px;
}

#fixedFooter .freedial .tel a em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#fixedFooter .freedial .tel a em i {
  font-size: 2.4rem;
}

#fixedFooter .freedial .tel a em span {
  font-size: 2.2rem;
  font-family: "Helvetica Neue", "Segoe UI", sans-serif;
  padding: 0 0px 0 10px;
}

#fixedFooter .freedial .tel a em small {
  font-size: 1.5rem;
}

#fixedFooter .worksBtn {
  width: 280px;
  height: 55px;
  line-height: 53px;
  border: #fff solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  margin: 0 0 0 30px;
}

#fixedFooter .worksBtn .icon-book {
  color: #fff;
  font-size: 2rem;
  position: relative;
  top: 2px;
}

#fixedFooter .worksBtn span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding-left: 10px;
}

#fixedFooter .worksBtn:hover {
  background: #fff;
}

#fixedFooter .worksBtn:hover .icon-book, #fixedFooter .worksBtn:hover span {
  color: #0d3b44;
}

#fixedFooter #fixedFooterClose {
  position: absolute;
  right: 0;
  top: 20px;
  width: 60px;
  text-align: center;
}

#fixedFooter #fixedFooterClose i {
  color: #fff;
  font-size: 2rem;
  line-height: 60px;
}

/*! home / PC *******************************************/
#home .swiper-container .swiper-slide {
  position: relative;
}

#home .swiper-container .swiper-slide a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

#home .swiper-container .swiper-slide figure {
  width: 100%;
  padding-bottom: calc(100vh - 100px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #f3f3f3;
}

#home .swiper-container .swiper-slide .txt {
  position: absolute;
  left: 50px;
  bottom: 35px;
}

#home .swiper-container .swiper-slide .txt span {
  font-family: "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 2rem;
  color: #fff;
}

#home .swiper-container .swiper-slide .txt p {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
}

#home .swiper-container .swiper-pagination {
  width: auto !important;
  left: auto !important;
  right: 20px !important;
  bottom: 20px !important;
}

#home .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

#home .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

#home .rectangle {
  padding: 40px 0;
  background: #fff;
}

#home .rectangle .item {
  margin: 0 15px;
}

#home #eventInfo {
  padding: 0 75px 50px;
}

#home #eventInfo .eventInfoBox {
  border: #0d3b44 solid 2px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#home #eventInfo .eventInfoBox h3 {
  font-size: 1.6rem;
  font-weight: bold;
}

#home #eventInfo .eventInfoBox a.EventAll {
  text-decoration: underline;
}

#home #eventInfo .eventInfoBox .itemBox {
  width: 100%;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#home #eventInfo .eventInfoBox .itemBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 12px;
}

#home #eventInfo .eventInfoBox .itemBox .item p {
  margin-left: 10px;
}

#home #eventInfo .eventInfoBox .itemBox .item em {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 180px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0d3b44;
  color: #fff;
  font-size: 1.2rem;
}

#home #eventInfo .eventInfoBox .itemBox .item em.gold {
  background: #b9a133;
}

#home #eventInfo .eventInfoBox .itemBox .item span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #888888;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#home #eventInfo .eventInfoBox .itemBox .item span time {
  display: inline-block;
  padding-left: 1em;
}

#home #eventInfo .eventInfoBox .itemBox .item p a {
  text-decoration: underline;
}

#home #eventInfo .eventInfoBox h3 img {
  margin-right: 1rem;
}

@media screen and (max-width: 1000px) {
  #home #eventInfo {
    padding: 0 40px 40px;
  }
}

@media screen and (max-width: 750px) {
  #home #eventInfo {
    padding: 0 20px 20px;
  }
  #home #eventInfo .eventInfoBox {
    padding: 18px;
  }
  #home #eventInfo .eventInfoBox h3 {
    font-size: 1.4rem;
  }
  #home #eventInfo .eventInfoBox a.EventAll {
    font-size: 1.2rem;
  }
  #home #eventInfo .eventInfoBox .itemBox {
    padding-left: 0px;
  }
  #home #eventInfo .eventInfoBox .itemBox .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 12px;
  }
  #home #eventInfo .eventInfoBox .itemBox .item em {
    display: none;
  }
  #home #eventInfo .eventInfoBox .itemBox .item span {
    padding-left: 0em;
    padding-right: 1em;
    width: auto;
  }
  #home #eventInfo .eventInfoBox .itemBox .item span time {
    display: none;
  }
  #home #eventInfo .eventInfoBox .itemBox .item p a {
    text-decoration: underline;
  }
}

.case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-left: -45px;
}

.case .item {
  width: calc((100% - 135px)/3);
  position: relative;
  margin-left: 45px;
  margin-bottom: 40px;
}

.case .item > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  z-index: 1;
}

.case .item .title {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-top: 18px;
  position: relative;
  padding-right: 35px;
}

.case .item .title .icon-star {
  position: absolute;
  right: -10px;
  top: 10px;
  cursor: pointer;
  line-height: 1;
  z-index: 20;
  padding: 10px;
  font-size: 0px;
}

.case .item .title .icon-star:before {
  z-index: 10;
  color: #f3f3f3;
  font-size: 24px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.case .item .title .icon-star:after {
  content: "\e90e";
  font-family: "icomoon";
  font-size: 24px;
  color: #999999;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  padding: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.case .item .title .icon-star.on:before {
  color: #128488;
}

.case .item .title .icon-star.on:after {
  opacity: 0;
}

.case .item .title small {
  display: block;
  line-height: 1;
  font-family: "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 1.3rem;
  padding-bottom: 5px;
}

.case .item .title h3 {
  font-size: 1.7rem;
  font-weight: bold;
}

.case .item figure {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.case .item .txt {
  padding-top: 10px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.case .item .txt p {
  font-size: 1.4rem;
}

.case .item .txt ol {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  position: relative;
  z-index: 10;
  margin-left: -10px;
}

.case .item .txt ol a {
  color: #128488;
}

.case .item .txt ol a:hover {
  text-decoration: underline;
}

.case .item .txt ol li {
  margin-left: 10px;
}

.search {
  width: 100%;
  padding-bottom: 60px;
}

.search h2 {
  line-height: 1;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 50px 0 20px;
}

.search .cost {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: #999 solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search .cost li {
  background: #eee;
  width: 100%;
}

.search .cost li a {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 50px;
  position: relative;
}

.search .cost li a:after {
  content: "";
  width: 1px;
  height: 24px;
  background: #999;
  position: absolute;
  right: 0;
  top: 13px;
}

.search .cost li a:hover {
  text-decoration: underline;
}

.search .cost li:last-child a:after {
  content: none;
}

.search .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -25px;
}

.search .category .item {
  width: 15.15%;
  margin-bottom: 25px;
}

.search .category .item p {
  font-size: 1.4rem;
  padding-top: 5px;
}

.search .tagBox {
  background: #f3f3f3;
  padding: 25px;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.search .tagBox h2 {
  padding: 0;
  font-size: 1.6rem;
  line-height: inherit;
  width: 170px;
  pointer-events: none;
}

.search .tagBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.search .tagBox .item a.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  white-space: nowrap;
  padding: 0 10px;
  border-radius: 14px;
  background: #fff;
  font-size: 1.3rem;
  margin-right: 10px;
  margin-bottom: 10px;
}

.search .tagBox .item a.tag:hover {
  background: #0d3b44;
  color: #fff;
}

.search .linkBox {
  background: #f3f3f3;
  padding: 25px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.search .linkBox h2 {
  padding: 0;
  font-size: 1.6rem;
  line-height: inherit;
  width: 170px;
  pointer-events: none;
}

.search .linkBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.search .linkBox .item a.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  white-space: nowrap;
  padding: 0 10px;
  border-radius: 14px;
  background: #fff;
  font-size: 1.3rem;
  margin-right: 10px;
  margin-bottom: 10px;
}

.search .linkBox .item a.tag:hover {
  background: #0d3b44;
  color: #fff;
}

.search .linkBox .item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
  width: 50%;
}

.search .linkBox .item dl dt:after {
  content: ":";
  font-weight: bold;
  padding: 0 8px;
}

.search .linkBox .item dl dt a {
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.4rem;
}

.search .linkBox .item dl dt a:hover {
  text-decoration: none;
}

.search .linkBox .item dl dd ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search .linkBox .item dl dd ol li {
  font-size: 1.4rem;
}

.search .linkBox .item dl dd ol li a {
  text-decoration: underline;
}

.search .linkBox .item dl dd ol li a:hover {
  text-decoration: none;
}

.search .linkBox .item dl dd ol li + li:before {
  content: "/";
  padding: 0 5px;
}

.search .linkBox .item dl:nth-child(2), .search .linkBox .item dl:nth-child(4) {
  width: 50%;
}

.search .keywords {
  margin-top: 15px;
  background: #f3f3f3;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.search .keywords h2 {
  padding: 0;
  font-size: 1.6rem;
  line-height: inherit;
  width: 170px;
  pointer-events: none;
}

.search .keywords .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.search .keywords .item ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.search .keywords .item ol li {
  font-size: 1.4rem;
}

.search .keywords .item ol li a {
  text-decoration: underline;
}

.search .keywords .item ol li a:hover {
  text-decoration: none;
}

.search .keywords .item ol li + li {
  margin-left: 20px;
}

.search .keywords + .btn {
  margin: 40px auto 0;
}

.knowBox {
  margin-top: 55px;
}

.know {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

.know .item {
  width: 25%;
  text-align: center;
  padding-bottom: 60px;
}

.know .item figure {
  width: 100%;
  height: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.know .item figure .icon-freedom, .know .item figure .icon-freedom_new {
  font-size: 8rem;
  color: #0d3b44;
}

.know .item h3 {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  display: block;
  padding: 10px 0 20px;
}

.know .item p {
  font-size: 1.3rem;
}

.lifestyleBox {
  padding-right: 0;
  padding-bottom: 80px;
}

.lifestyle {
  padding-bottom: 30px;
  width: calc(100% - 75px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lifestyle .item {
  background: #b3b3b3;
  padding: 15px 15px 25px;
  width: calc((100% - 54px)/3);
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.lifestyle .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

.lifestyle .item small {
  display: block;
  font-size: 1.3rem;
  text-decoration: underline;
  display: block;
  padding: 15px 0;
  color: #fff;
}

.lifestyle .item p {
  font-size: 1.7rem;
  color: #fff;
  display: block;
  line-height: 1.45;
}

.lifestyle + .more {
  padding-right: 75px;
}

.more {
  text-align: right;
  font-size: 1.4rem;
}

.more a i {
  font-size: 1rem;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.more a:hover {
  text-decoration: underline;
}

.knowBox ~ #seminar {
  border-top: #f3f3f3 solid 10px;
}

.seminarBox .line {
  border-bottom: #cccccc dotted 2px;
}

.seminar {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.seminar .item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 233px !important;
  background: #e7f0ec;
  margin-right: 20px;
}

.seminar .item .area {
  display: block;
  font-size: 1.6rem;
  background: #fff;
  line-height: 1;
  padding-bottom: 13px;
}

.seminar .item .box {
  padding: 15px 10px;
  height: 334px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.seminar .item .box a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

.seminar .item .box span {
  display: block;
  background: #fff;
  font-family: Yu Gothic, Meiryo, sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
}

.seminar .item .box span small {
  font-size: 1.4rem;
  font-family: Yu Gothic, Meiryo, sans-serif;
  padding-left: 5px;
}

.seminar .item .box em {
  display: inline-block;
  background: #0d3b44;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0 6px;
  line-height: 22px;
  margin: 12px 0;
}

.seminar .item .box em.renovation {
  background: #B29452;
}

.seminar .item .box .sub2 {
  display: inline-block;
  background: #b9a133;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 6px;
  line-height: 22px;
  margin: 12px 0;
}

.seminar .item .box p {
  padding-bottom: 10px;
}

.seminar .item .box p .end {
  color: #ff0000;
  font-size: 1rem;
  display: inline-block;
  white-space: nowrap;
}

.seminar .item .box .seminar .item .box > small, .seminar .item .box > small {
  font-size: 1.3rem;
  color: #888;
}

.seminar .item .box .sub2 {
  display: inline-block;
  background: #b9a133;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 6px;
  line-height: 22px;
  margin: 12px 0;
}

.seminar .item:last-child {
  margin-right: 0;
}

.seminar .slick-track .item {
  margin-right: 20px;
}

.seminar.event .item {
  background: #f3f3f3;
}

.seminar + .more {
  padding-right: 0;
}

.seminarBox {
  padding-bottom: 100px;
}

.seminarBox .more + .line {
  margin-top: 50px;
}

.sect_contact {
  position: relative;
  padding: 65px 75px;
  border-bottom: #fff solid 5px;
  background: #f3f3f3;
}

.sect_contact .inner {
  position: relative;
  z-index: 10;
}

.sect_contact .inner > em.green {
  display: block;
  color: #0d3b44;
  line-height: 1.8;
  font-size: 2.8rem;
  padding-bottom: 0;
}

.sect_contact .inner > p {
  font-size: 1.6rem;
  padding: 30px 220px 40px 0;
}

.sect_contact .inner .freedial {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sect_contact .inner .freedial em {
  display: block;
  font-size: 1.8rem;
  color: #0d3b44;
  font-weight: bold;
  width: 100%;
}

.sect_contact .inner .freedial .tel {
  padding-bottom: 0;
}

.sect_contact .inner .freedial .tel a {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0d3b44;
  line-height: 1;
}

.sect_contact .inner .freedial .tel a i {
  font-size: 4rem;
}

.sect_contact .inner .freedial .tel a span {
  font-size: 3.4rem;
  font-family: "Helvetica Neue", "Segoe UI", sans-serif;
  padding: 0 10px;
}

.sect_contact .inner .freedial .tel a small {
  font-size: 1.5rem;
  padding-top: 10px;
}

.sect_contact .inner .freedial .time {
  color: #0d3b44;
  padding-left: 10px;
}

.sect_contact .inner .contactBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sect_contact .inner .contactBox .smallBox {
  width: calc(50% - 8px);
}

.sect_contact .inner .contactBox .smallBox .item {
  width: 100%;
  padding-right: 10px;
  height: 108px;
  overflow: hidden;
  border: #0d3b44 solid 5px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sect_contact .inner .contactBox .smallBox .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  z-index: 10;
}

.sect_contact .inner .contactBox .smallBox .item a:hover {
  background: rgba(255, 255, 255, 0.32);
}

.sect_contact .inner .contactBox .smallBox .item .band {
  background: #ffea00;
  font-size: 1.3rem;
  color: #0d3b44;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.sect_contact .inner .contactBox .smallBox .item .icon-online, .sect_contact .inner .contactBox .smallBox .item .icon-seminar {
  font-size: 4rem;
  color: #0d3b44;
  width: 100px;
  text-align: center;
}

.sect_contact .inner .contactBox .smallBox .item .icon-consul {
  font-size: 6rem;
  color: #0d3b44;
  width: 100px;
  text-align: center;
}

.sect_contact .inner .contactBox .smallBox .item .icon-house1 {
  font-size: 4rem;
  color: #0d3b44;
  width: 100px;
  text-align: center;
}

.sect_contact .inner .contactBox .smallBox .item .txt {
  text-align: left;
}

.sect_contact .inner .contactBox .smallBox .item .txt em {
  display: block;
  font-size: 2rem;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
  color: #0d3b44;
  font-weight: bold;
  padding-bottom: 8px;
}

.sect_contact .inner .contactBox .smallBox .item .txt p {
  color: #0d3b44;
  line-height: 1.4;
}

.sect_contact .inner .contactBox .smallBox .item + .item {
  margin-top: 16px;
  padding-top: 26px;
  height: 126px;
}

.sect_contact .inner .contactBox .wideBox {
  /* width: calc(50% - 8px); */
  border: #0d3b44 solid 5px;
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.sect_contact .inner .contactBox .wideBox a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

.sect_contact .inner .contactBox .wideBox a:hover {
  background: rgba(255, 255, 255, 0.32);
}

.sect_contact .inner .contactBox .wideBox em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
  color: #0d3b44;
  font-weight: bold;
  margin-bottom: 5px;
}

.sect_contact .inner .contactBox .wideBox em span {
  width: 80px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #ffea00;
  text-align: center;
  font-size: 1.2rem;
  margin-right: 15px;
  white-space: nowrap;
}

.sect_contact .inner .contactBox .wideBox p {
  color: #0d3b44;
}

.sect_contact .inner .contactBox .wideBox figure {
  padding: 40px 0 0;
  text-align: center;
}

.sect_contact .hand {
  position: absolute;
  right: 50px;
  top: -20px;
  z-index: 0;
}

.studio {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}

.studio .inner {
  width: 50%;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.studio .inner h2.green {
  font-size: 2.8rem;
  color: #0d3b44;
  line-height: 1.65;
}

.studio .inner p {
  font-size: 1.6rem;
}

.studio .inner p + a {
  text-decoration: underline;
}

.studio .inner .scrollBox {
  width: 100%;
  padding-right: 20px;
  height: 330px;
  margin-top: 50px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.studio .inner .scrollBox .item {
  padding-bottom: 40px;
}

.studio .inner .scrollBox .item em {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  padding-bottom: 10px;
}

.studio .studio_bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/top/studio.jpg) no-repeat center center;
  background-size: cover;
}

.banners {
  margin-top: 0 !important;
  padding-bottom: 100px;
}

.banners h2 {
  padding-bottom: 56px;
}

.banners .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 40px;
}

.banners .banner .item {
  width: calc((100% - 100px)/4);
}

.banners .banner .item figure img {
  width: 100%;
  height: auto;
}

.banners .banner .item figure figcaption {
  font-size: 1.3rem;
  color: #888888;
  padding-top: 5px;
}

.banners .banner .item.wide {
  width: calc(50% - 17px);
  padding-bottom: 0;
}

.banners .banner + .banner {
  padding-bottom: 55px;
}

.line_sns {
  padding: 30px;
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.line_sns figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.line_sns .text {
  padding-left: 30px;
}

.line_sns .text h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2cbf13;
  font-size: 2.3rem;
  font-weight: bold;
}

.line_sns .text p {
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 15px 0;
}

.line_sns .text .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.line_sns .text .btnBox .qr {
  margin-right: 30px;
}

.line_sns .text .btnBox .btn.lineBtn {
  background: #2cbf13;
  width: 180px;
  height: 40px;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.line_sns .text .btnBox .btn.lineBtn i {
  position: static;
  font-size: 1rem;
  margin-right: 8px;
}

.line_sns .text .btnBox .btn.lineBtn span {
  font-size: 1.6rem;
  color: #fff;
}

.sns {
  width: 100%;
  height: 100px;
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sns p {
  font-size: 1.6rem;
  padding-right: 40px;
}

.sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sns ul li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #555;
  text-align: center;
}

.sns ul li a i {
  color: #fff;
  line-height: 40px;
}

.sns ul li a i.icon-insta {
  font-size: 20px;
  margin-left: 1px;
}

.sns ul li a i.icon-fb {
  font-size: 22px;
}

.sns ul li a i.icon-tw {
  font-size: 16px;
  margin-left: 3px;
}

.sns ul li a.insta:hover {
  background: #CD4569;
}

.sns ul li a.fb:hover {
  background: #425993;
}

.sns ul li a.tw:hover {
  background: #4FAAE7;
}

.sns ul li + li {
  margin-left: 15px;
}

.only_one {
  background: #e7f0ec;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  border-bottom: #fff solid 40px;
}

.only_one figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/top/onlyone.jpg) no-repeat center center;
  background-size: cover;
}

.only_one .txt {
  margin-left: 50%;
  padding-left: 75px;
}

.only_one .txt h2 {
  font-size: 2.8rem;
  color: #0d3b44;
  font-weight: bold;
  padding-bottom: 40px;
}

.only_one .txt p {
  font-size: 1.6rem;
  line-height: 2;
}

/*! subpage / PC *******************************************/
.subpage #wrap {
  padding-top: 70px;
  /*
      .headerContent{
         border-bottom: #e1e1e1 solid 1px;
         box-sizing: border-box;
         background: #fff;
      }
*/
}

.subpage #wrap .Breadcrumb {
  padding: 20px 75px 50px;
  position: relative;
  z-index: 10;
}

.subpage #wrap .Breadcrumb ul li {
  display: inline;
  color: #888888;
  font-size: 1.3rem;
}

.subpage #wrap .Breadcrumb ul li a {
  color: #888888;
}

.subpage #wrap .Breadcrumb ul li a:hover {
  color: #0d3b44;
  text-decoration: underline;
}

.subpage #wrap .Breadcrumb ul li + li:before {
  content: ">";
  margin: 0 5px;
  color: #888888;
  font-size: 1.2rem;
}

.subpage #wrap article {
  background: #fff;
}

.subpage #wrap article .relatedBox {
  background: #f3f3f3;
  padding-bottom: 80px;
}

.subpage #wrap article .relatedBox .related {
  width: 100%;
  padding: 0 75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.subpage #wrap article .relatedBox .related .item {
  width: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #b3b3b3;
}

.subpage #wrap article .relatedBox .related .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

.subpage #wrap article .relatedBox .related .item figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.subpage #wrap article .relatedBox .related .item .text {
  padding-left: 20px;
  color: #fff;
}

.subpage #wrap article .relatedBox .related .item .text em {
  display: inline-block;
  border-bottom: #fff solid 1px;
  line-height: 1;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.subpage #wrap article .relatedBox .related .item .text p {
  color: #fff;
}

.subpage #wrap article .relatedBox .related .item + .item {
  margin-top: 30px;
}

.subpage #wrap article .pickupBox .pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subpage #wrap article .pickupBox .pickup .item {
  width: calc(33.333% - 30px);
  position: relative;
}

.subpage #wrap article .pickupBox .pickup .item > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  z-index: 1;
}

.subpage #wrap article .pickupBox .pickup .item small {
  padding-top: 18px;
  display: block;
  line-height: 1;
  font-family: "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 1.3rem;
  padding-bottom: 5px;
}

.subpage #wrap article .pickupBox .pickup .item h3, .subpage #wrap article .pickupBox .pickup .item em {
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  padding-bottom: 10px;
}

.subpage #wrap article .pickupBox .pickup .item p {
  font-size: 1.4rem;
}

.subpage #wrap article .pickupBox .pickup .item ol {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  position: relative;
  z-index: 10;
}

.subpage #wrap article .pickupBox .pickup .item ol a {
  color: #0d3b44;
}

.subpage #wrap article .pickupBox .pickup .item ol a:hover {
  text-decoration: underline;
}

.subpage #wrap article .pickupBox .pickup .item ol li + li:before {
  content: "、";
}

.subpage #wrap footer .footerLink {
  border-top: 0;
  padding-top: 0;
}

.subpage .category {
  margin-top: -94px;
}

.subpage .category .categoryTitle {
  width: 100%;
  position: relative;
  z-index: 0;
}

.subpage .category .categoryTitle .text {
  width: 50%;
  height: 500px;
  padding: 0 75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subpage .category .categoryTitle .text h1 {
  font-size: 2.8rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding-bottom: 30px;
}

.subpage .category .categoryTitle .text figure {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.subpage .category .categoryTitle .text p {
  line-height: 2;
}

.subpage .indexTitle {
  width: 100%;
  padding: 0px 75px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.subpage .indexTitle h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 20px;
  border-bottom: #000000 solid 1px;
}

.subpage .indexTitle h1 em {
  display: block;
  line-height: 1;
  font-size: 3rem;
  font-weight: bold;
}

.subpage .indexTitle h1 a:after {
  content: "\e900";
  font-family: "icomoon";
  font-size: 1rem;
  margin-left: 10px;
}

.subpage .indexTitle h2 {
  line-height: 1.3;
  padding: 40px 0 20px;
  font-size: 2rem;
  font-weight: bold;
}

.subpage .searchArea {
  padding-top: 50px;
}

.subpage .searchArea.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 75px 0;
}

.subpage .searchArea.flex .result {
  padding-left: 0;
}

.subpage .searchArea .result {
  display: block;
  padding-left: 75px;
  color: #888;
  font-size: 1.6rem;
  padding-bottom: 20px;
}

.subpage .searchArea .searchBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: #cccccc solid 1px;
  border-bottom: #cccccc solid 1px;
  background: #f3f3f3;
}

.subpage .searchArea .searchBox .item {
  width: calc(50% - 75px);
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.subpage .searchArea .searchBox .item span {
  font-size: 1.6rem;
}

.subpage .searchArea .searchBox .item .icon-arrow2 {
  font-size: 1rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 10px;
}

.subpage .searchArea .searchBox .item .icon-plus {
  font-size: 1rem;
  margin-left: 10px;
}

.subpage .searchArea .searchBox .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  height: 24px;
  width: 1px;
  background: #cccccc;
}

.subpage .searchArea .searchBox .item + .item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 21px;
  height: 24px;
  width: 1px;
  background: #cccccc;
}

.subpage .refineBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 13px;
}

.subpage .refineBox em {
  font-size: 1.3rem;
}

.subpage .refineBox .allBtn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 66px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #008489;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 5px;
  margin: 0 10px;
}

.subpage .selectBox {
  display: block;
  overflow: hidden;
  position: relative;
  width: 160px;
}

.subpage .selectBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: medium none;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.3rem;
  height: 30px;
  margin: 0;
  padding: 0 6px;
  box-sizing: border-box;
  background: #fff;
  border: #000 solid 1px;
  padding-right: 50px;
  color: #000;
  width: 125%;
  max-width: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: #fff;
}

.subpage .selectBox select option, .subpage .selectBox select optgroup {
  color: #000;
  font-style: normal;
}

.subpage .selectBox:after {
  color: #000;
  content: "\e901";
  font-family: "icomoon";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 1rem;
  height: 100%;
  line-height: 30px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: #000 solid 1px;
  display: inline-block;
}

.subpage .sect_contact {
  margin-top: 150px;
}

.subpage .privacy {
  margin: -100px auto 0;
  padding-bottom: 100px;
}

.subpage .privacy h3 {
  font-size: 20px;
  margin: 50px 0 30px;
  font-weight: bold;
  background: #f3f3f3;
  padding: 5px 10px;
}

.subpage .privacy p {
  font-size: 1.6rem;
  line-height: 2;
  padding-bottom: 30px;
}

.subpage .privacy hr {
  border: 0;
  border-top: #cccccc dotted 1px;
  padding: 0;
  margin: 30px 0;
}

.subpage .privacy p + hr {
  margin-top: 0;
}

.subpageTitle {
  padding: 0 75px 50px;
}

.subpageTitle h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

.subpageTitle p {
  padding-top: 50px;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

/*! PC *******************************************/
@media screen and (min-width: 1001px) {
  .tb, .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

/*! TABLET *******************************************/
@media screen and (max-width: 1000px) {
  .pc, .sp {
    display: none;
  }
  .tb {
    display: block;
  }
  header .headerContent .logo {
    padding: 15px;
    /*
    .logoName {
      display: none;
    }
*/
  }
  article {
    width: 100%;
    overflow: hidden;
  }
  article #seo {
    padding: 50px 40px 0px;
  }
  article section {
    padding: 80px 40px 0;
  }
  article section.middle {
    padding-left: 40px;
    padding-right: 40px;
  }
  footer {
    padding: 75px 40px 100px;
  }
  footer .footer-info {
    display: block;
  }
  footer .footer-info h2 {
    padding-bottom: 40px;
  }
  footer .footer-info h2 br {
    display: none;
  }
  footer .footer-info .info {
    padding-bottom: 50px;
    width: 100%;
  }
  footer .footerLink {
    padding: 50px 0;
  }
  footer .footerLink .item ul {
    max-width: 120px;
  }
  footer .footerLink .item ul li {
    padding: 8px 0;
  }
  footer .footerLink .item ul li a {
    display: block;
    line-height: 1.5;
  }
  footer .footerLink .item .box ul + ul {
    margin-left: 30px;
  }
  #fixedFooter > p {
    display: none;
  }
  #fixedFooter .freedial {
    padding-left: 0;
  }
  /*! home / TABLET *******************************************/
  #home .swiper-container .swiper-slide .txt {
    left: 40px;
    bottom: 35px;
  }
  .case {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
  }
  .case .item {
    width: calc(50% - 15px);
    position: relative;
    margin-left: 0;
  }
  .search .cost {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 0;
    border-top: 0;
  }
  .search .cost li {
    width: 33.333%;
    border-top: #999 solid 1px;
    border-left: #999 solid 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .search .cost li a:after {
    content: none;
  }
  .search .category .item {
    width: calc((100% - 75px)/4);
  }
  .search .linkBox, .search .keywords {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search .linkBox h3, .search .keywords h3 {
    width: 100%;
    padding-bottom: 10px;
  }
  .search .linkBox h3 br, .search .keywords h3 br {
    display: none;
  }
  .search .linkBox .item dl, .search .keywords .item dl {
    width: 100%;
  }
  .search .linkBox .item dl:nth-child(2), .search .linkBox .item dl:nth-child(4) {
    width: 100%;
  }
  .search .keywords .item dl:nth-child(2), .search .keywords .item dl:nth-child(4) {
    width: 100%;
  }
  .knowBox {
    margin-top: 30px;
  }
  .know {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .know .item {
    width: 33.333%;
  }
  .sect_contact {
    padding: 40px;
  }
  .sect_contact .inner {
    padding-right: 0%;
  }
  .sect_contact .inner .contactBox {
    padding: 0;
  }
  .sect_contact .inner .contactBox .smallBox {
    width: 100%;
  }
  .sect_contact .inner .contactBox .smallBox .item {
    height: auto;
    padding: 20px 30px 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border: #0d3b44 solid 3px;
    border-radius: 8px;
  }
  .sect_contact .inner .contactBox .smallBox .item:before {
    content: "\e901";
    font-family: "icomoon";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 1;
    font-size: 1.6rem;
    color: #0d3b44;
  }
  .sect_contact .inner .contactBox .smallBox .item .band {
    font-size: 1.1rem;
    line-height: 24px;
  }
  .sect_contact .inner .contactBox .smallBox .item .icon-seminar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 3rem;
    width: 80px;
  }
  .sect_contact .inner .contactBox .smallBox .item .icon-consul {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 5rem;
    width: 80px;
  }
  .sect_contact .inner .contactBox .smallBox .item .icon-house1 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 3rem;
    width: 80px;
  }
  .sect_contact .inner .contactBox .smallBox .item + .item {
    margin-top: 10px;
    padding-top: 44px;
    height: auto;
  }
  .sect_contact .inner .contactBox .wideBox {
    /* margin-top: 10px; */
    width: 100%;
    border: #0d3b44 solid 3px;
    border-radius: 8px;
    padding: 25px 20px;
  }
  .sect_contact .inner .contactBox .wideBox em {
    margin-bottom: 5px;
  }
  .sect_contact .inner .contactBox .wideBox em span {
    width: 80px;
    height: 20px;
    line-height: 20px;
    font-size: 1.2rem;
    margin-right: 10px;
  }
  .sect_contact .inner .contactBox .wideBox figure {
    padding: 40px 0 0;
  }
  .sect_contact .hand {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 0;
  }
  /* .sect_contact .inner .contactBox .wideBox:before {
    content: "\e901";
    font-family: "icomoon";
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 79px;
    font-size: 1.6rem;
    color: #0d3b44;
  } */
  .studio {
    padding: 0;
  }
  .studio .inner {
    width: 100%;
    padding: 40px 40px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .studio .inner p br {
    display: none;
  }
  .studio .studio_bg {
    position: static;
    width: 100%;
    height: 400px;
  }
  .lifestyleBox {
    padding-right: 0;
  }
  .lifestyleBox .lifestyle {
    width: 100%;
    display: block;
  }
  .lifestyleBox .lifestyle .item {
    width: 315px !important;
    height: 360px;
    margin-left: 28px;
  }
  .lifestyleBox .lifestyle + .more {
    padding-right: 40px;
  }
  #seminar {
    padding-right: 0;
  }
  #seminar .seminar .item {
    margin-right: 20px;
  }
  .seminar + .more {
    padding-right: 40px;
  }
  .banners .banner {
    padding-bottom: 30px;
    position: relative;
    -webkit-overflow-scrolling: touch;
  }
  .banners .banner .item {
    width: calc((100% - 72px)/4);
    padding-bottom: 0px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .banners .banner .item.wide {
    width: calc(50% - 12px);
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .line_sns {
    padding: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .line_sns .text {
    padding-left: 24px;
  }
  .line_sns .text h3 {
    line-height: 1;
  }
  .line_sns .text .btnBox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .line_sns .text .btnBox .qr {
    display: none;
  }
  .only_one {
    padding: 0;
    border-bottom: #fff solid 10px;
  }
  .only_one figure {
    position: static;
    width: 100%;
    height: 400px;
  }
  .only_one .txt {
    margin-left: 0%;
    padding: 70px 40px;
  }
  /* ! subpage / TABLET *******************************************/
  .subpage #wrap .Breadcrumb {
    padding: 20px 40px 50px;
  }
  .subpage #wrap .pickupBox {
    padding-right: 0;
  }
  .subpage #wrap .pickupBox .pickup {
    display: block;
    position: relative;
  }
  .subpage #wrap .pickupBox .pickup .item {
    width: 315px !important;
    margin-right: 20px;
  }
  .subpage .category {
    margin-top: -64px;
  }
  .subpage .category .categoryTitle .text {
    padding: 0 40px;
  }
  .subpage .category .categoryTitle .text h1 {
    font-size: 2.2rem;
    padding-bottom: 20px;
  }
  .subpage .indexTitle {
    padding: 0px 40px 0 !important;
  }
  .subpage .sect_contact {
    margin-top: 100px;
  }
  .subpage .privacy {
    margin: -100px auto 0;
  }
  .subpage .privacy h3 {
    font-size: 1.7rem;
    margin: 40px 0 20px;
    padding: 8px;
  }
  .subpage .privacy p {
    font-size: 1.4rem;
  }
  .subpage .privacy hr {
    margin: 20px 0;
  }
  .subpageTitle {
    padding: 0 40px 50px;
  }
  .subpageTitle h1 {
    font-size: 2.5rem;
  }
  .subpageTitle p {
    font-size: 1.5rem;
  }
}

/*! SP *******************************************/
@media screen and (max-width: 750px) {
  body {
    min-width: 320px;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .tb, .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  header .headerContent .logo {
    padding: 10px 0 10px 10px;
  }
  header .headerContent .logo a #logoName {
    display: block;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
  }
  header .headerContent .logo a #logoName.hide {
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  header nav {
    width: auto;
  }
  header nav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    white-space: nowrap;
  }
  header nav ul li + li {
    padding-left: 15px;
  }
  #sildeMenu {
    width: 100%;
    padding-top: 70px;
    right: auto;
    left: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sildeMenu #sildeMenuInner {
    padding-bottom: 120px;
    background: #e3e3e3;
  }
  #sildeMenu #sildeMenuInner .btns {
    width: 100%;
    background: #ddd;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #sildeMenu #sildeMenuInner .btns li {
    width: 50%;
    padding-top: 0 !important;
    border: #aaaaaa solid 1px;
    border-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sildeMenu #sildeMenuInner .btns li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    padding-left: 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sildeMenu #sildeMenuInner .btns li a i {
    font-size: 1.6rem;
    width: 30px;
    text-align: center;
    margin-right: 8px;
  }
  #sildeMenu #sildeMenuInner .btns li a .icon-studio {
    font-size: 1.8rem;
    top: 0;
  }
  #sildeMenu #sildeMenuInner .btns li a .icon-consul {
    font-size: 3rem;
    position: relative;
    top: 0px;
  }
  #sildeMenu #sildeMenuInner .btns li a .icon-online {
    font-size: 2rem;
    top: 0;
  }
  #sildeMenu #sildeMenuInner .btns li a .icon-house1 {
    font-size: 1.6rem;
  }
  #sildeMenu #sildeMenuInner .btns li a:hover {
    text-decoration: none;
  }
  #sildeMenu #sildeMenuInner .btns li:nth-child(1) {
    width: 100%;
    border-top: #aaaaaa solid 1px;
  }
  #sildeMenu #sildeMenuInner .btns li:nth-child(1) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sildeMenu #sildeMenuInner .btns li:nth-child(3), #sildeMenu #sildeMenuInner .btns li:nth-child(5) {
    border-left: 0;
  }
  #sildeMenu #sildeMenuInner ol {
    padding: 0 0 20px;
    border-top: 0;
  }
  #sildeMenu #sildeMenuInner ol li {
    padding: 0;
    margin: 0 !important;
  }
  #sildeMenu #sildeMenuInner ol li a {
    border-bottom: #e3e3e3 solid 1px;
    display: block;
    line-height: 50px;
    padding-left: 30px;
    background: #fff;
  }
  #sildeMenu #sildeMenuInner ol li ul {
    padding-left: 0;
  }
  #sildeMenu #sildeMenuInner ol li ul li {
    padding: 0;
  }
  #sildeMenu #sildeMenuInner ol li ul li a {
    font-size: 1.5rem;
    padding-left: 50px;
  }
  #sildeMenu #sildeMenuInner ol li a i::before {
    -webkit-transform: unset;
            transform: unset;
  }
  .slide-open #sildeMenu {
    right: auto;
    left: 0;
  }
  article #seo {
    padding: 50px 25px 0px;
    font-size: 1.3rem;
    text-align: center;
  }
  article section {
    width: 100%;
    padding: 50px 0px 0;
  }
  article section .secttitle {
    font-size: 1.9rem;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  article section .inner.white {
    padding: 0;
  }
  article section.white {
    background: #fff;
  }
  article section.middle {
    padding-left: 12px;
    padding-right: 12px;
  }
  .btn, .btn_e {
    width: 250px;
    line-height: 45px;
  }
  .btn span, .btn_e span {
    font-size: 1.5rem;
  }
  footer {
    padding: 35px 20px 100px;
  }
  footer .footer-info h2 {
    padding-bottom: 30px;
    font-size: 1.5rem;
  }
  footer .footer-info .info {
    padding-bottom: 30px;
    width: 100%;
  }
  footer .footer-info .info .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-bottom: 20px;
    font-size: 1.3rem;
    position: relative;
  }
  footer .footer-info .info .item:before {
    display: inline-block;
    content: "\e900";
    font-family: "icomoon";
    font-size: 1rem;
    line-height: 19px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    position: absolute;
    left: 0px;
    top: 0px;
  }
  footer .footer-info .info .item .tag {
    margin-right: 10px;
    width: 80px;
    height: 19px;
    line-height: 19px;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  footer .footer-info .info .item p {
    width: 100%;
  }
  footer .footerLink {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footerLink .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
    border-bottom: #ccc solid 1px;
  }
  footer .footerLink .item .spBox {
    width: 48%;
    letter-spacing: 0;
    padding-top: 0 !important;
  }
  footer .footerLink .item ul {
    width: 100%;
    max-width: inherit;
  }
  footer .footerLink .item em {
    width: 100%;
  }
  footer .footerLink .item .box {
    width: 100%;
  }
  footer .footerLink .item .box > ul {
    width: 50%;
    margin-left: 0;
  }
  footer .footerLink .item:last-child {
    border-bottom: 0;
  }
  footer .footer_text {
    font-size: 1.1rem;
  }
  footer .copy {
    padding-top: 50px;
  }
  footer .copy .icon-freedom, footer .copy .icon-freedom_new {
    font-size: 4rem;
  }
  footer .copy small {
    font-size: 1rem;
  }
  #fixedFooter {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 50px;
    padding: 10px 0;
  }
  #fixedFooter:before, #fixedFooter:after {
    height: 100%;
  }
  #fixedFooter > p {
    display: none;
  }
  #fixedFooter .freedial {
    padding-left: 0;
  }
  #fixedFooter .freedial .tel a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    pointer-events: auto;
  }
  #fixedFooter .freedial .tel a b {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    padding-bottom: 2px;
  }
  #fixedFooter .freedial .tel a em {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #fixedFooter .freedial .tel a em i {
    font-size: 1.8rem;
    position: relative;
    top: 2px;
  }
  #fixedFooter .freedial .tel a em span {
    font-size: 1.8rem;
    padding-left: 5px;
  }
  #fixedFooter .freedial .tel a em small {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    padding-top: 2px;
  }
  #fixedFooter .worksBtn {
    width: 150px;
    height: 50px;
    margin-left: 0px;
    line-height: 1.35;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #fixedFooter .worksBtn .icon-book {
    font-size: 1.8rem !important;
    top: 0px;
    position: relative;
  }
  #fixedFooter .worksBtn span {
    font-size: 1.2rem;
    text-align: left;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0;
    padding-left: 10px;
  }
  #fixedFooter #fixedFooterClose {
    position: static;
  }
  .line {
    font-size: 1.5rem;
    padding-left: 15px;
  }
  /*! home / SP *******************************************/
  #home .swiper-container {
    overflow: visible !important;
  }
  #home .swiper-container .swiper-slide {
    position: relative;
  }
  #home .swiper-container .swiper-slide figure {
    width: 100%;
    padding-bottom: 75%;
  }
  #home .swiper-container .swiper-slide .txt {
    left: 15px;
    bottom: 15px;
  }
  #home .swiper-container .swiper-slide .txt span {
    font-size: 1.4rem;
  }
  #home .swiper-container .swiper-slide .txt p {
    font-size: 1.8rem;
  }
  #home .swiper-container .swiper-pagination {
    width: 100% !important;
    right: 10px !important;
    bottom: 10px !important;
    text-align: right;
  }
  #home .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
  }
  #home .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
  }
  #home .rectangle {
    padding: 24px 0 !important;
    height: 145px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
  }
  #home .rectangle .item {
    width: 240px !important;
    overflow: hidden;
    margin: 0 7px !important;
  }
  .case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    border-bottom: #fff solid 10px;
  }
  .case .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: #fff solid 10px;
    margin-bottom: 0;
    /*FS20181129*/
  }
  .case .item .ten_each {
    width: 100%;
    background: #7c7a7a;
    height: 30px;
  }
  .case .item figure {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    width: 100%;
  }
  .case .item figure img {
    width: 100%;
  }
  .case .item .title {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 20px 20px 15px;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .case .item .title .icon-star {
    top: auto;
    bottom: 10px;
    right: 5px;
  }
  .case .item .title small {
    font-size: 1.5rem;
    padding-bottom: 0px;
    white-space: nowrap;
  }
  .case .item .title h3 {
    padding-left: 15px;
  }
  .case .item .txt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 20px;
  }
  .case .item .txt p {
    font-size: 1.2rem;
    color: #888888;
  }
  .case .item .txt ol {
    font-size: 1.2rem;
  }
  .search {
    padding: 0 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .search h2 {
    font-size: 1.6rem;
    padding: 25px 0 15px;
  }
  .search .cost li a {
    font-size: 1.3rem;
  }
  .search .category {
    margin-bottom: -20px;
  }
  .search .category .item {
    width: calc((100% - 30px)/3);
    margin-bottom: 20px;
  }
  .search .category .item p {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  .search .tagBox {
    background: #fff;
    padding: 0;
    margin-top: 45px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search .tagBox h2 {
    width: 100%;
    padding-bottom: 20px;
  }
  .search .tagBox .item a.tag {
    height: 30px;
    padding: 0 10px;
    border-radius: 15px;
    font-size: 1.1rem;
    margin-right: 8px;
    margin-bottom: 8px;
    background: #eeeeee;
  }
  .search .linkBox {
    padding: 0px;
    margin-top: 40px;
    display: block;
    background: #eee;
  }
  .search .linkBox h2 {
    padding: 0;
    font-size: 1.6rem;
    width: 100%;
    line-height: 40px;
    text-indent: 15px;
    cursor: pointer;
    position: relative;
    pointer-events: auto;
  }
  .search .linkBox h2::before {
    content: "";
    width: 15px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 14px;
    top: 20px;
  }
  .search .linkBox h2:after {
    content: "";
    width: 15px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 14px;
    top: 20px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .search .linkBox h2.on:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .search .linkBox .item {
    display: none;
    margin-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .search .linkBox .item dl {
    display: block;
    margin-bottom: 0px;
    width: 100%;
  }
  .search .linkBox .item dl dt {
    border-top: #cccccc solid 1px;
  }
  .search .linkBox .item dl dt:after {
    content: none;
  }
  .search .linkBox .item dl dt a {
    display: block;
    font-weight: 500;
    text-decoration: underline;
    font-size: 1.4rem;
    line-height: 40px;
    text-indent: 5px;
    text-decoration: none;
    position: relative;
  }
  .search .linkBox .item dl dt a:before {
    content: "\e900";
    font-family: "icomoon";
    font-size: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .search .linkBox .item dl dd ol {
    display: block;
  }
  .search .linkBox .item dl dd ol li {
    border-top: #cccccc solid 1px;
  }
  .search .linkBox .item dl dd ol li:before {
    content: none !important;
  }
  .search .linkBox .item dl dd ol li a {
    display: block;
    font-weight: 500;
    text-decoration: underline;
    font-size: 1.4rem;
    line-height: 40px;
    text-indent: 20px;
    text-decoration: none;
    position: relative;
  }
  .search .linkBox .item dl dd ol li a:before {
    content: "\e900";
    font-family: "icomoon";
    font-size: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .search .linkBox .item dl:nth-child(2), .search .linkBox .item dl:nth-child(4) {
    width: 100%;
  }
  .search .linkBox .item > ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .search .linkBox .item > ol li {
    font-size: 1.4rem;
  }
  .search .linkBox .item > ol li a {
    text-decoration: underline;
  }
  .search .linkBox .item > ol li + li {
    margin-left: 20px;
  }
  .search .keywords {
    padding: 35px 0;
    background: none;
    margin-top: 0;
    position: relative;
  }
  .search .keywords:before {
    content: "";
    width: calc(100% + 30px);
    height: 1px;
    background: #ccc;
    position: absolute;
    left: -15px;
    bottom: 0;
  }
  .search .keywords h3, .search .keywords a {
    font-size: 1.3rem;
  }
  .search .keywords + .btn {
    margin: 30px auto 0;
  }
  .know {
    padding: 0 15px;
  }
  .know .item {
    width: 50%;
    padding-bottom: 30px;
  }
  .know .item figure {
    max-width: 85px;
    height: 100px;
    margin: 0 auto;
  }
  .know .item figure .icon-freedom, .know .item figure .icon-freedom_new {
    font-size: 6rem;
  }
  .know .item h3 {
    font-size: 1.4rem;
  }
  .know .item p {
    font-size: 1rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0;
  }
  .lifestyleBox {
    padding-bottom: 50px;
  }
  .lifestyleBox .lifestyle {
    width: 100%;
    padding-bottom: 10px;
  }
  .lifestyleBox .lifestyle .item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 190px !important;
    height: 290px !important;
    min-width: inherit;
    padding: 10px 10px 10px;
    margin-left: 15px;
  }
  .lifestyleBox .lifestyle .item small {
    padding: 10px 0;
    font-size: 1.2rem;
  }
  .lifestyleBox .lifestyle .item p {
    font-size: 1.5rem;
  }
  .lifestyleBox .lifestyle + .more {
    padding-right: 15px;
  }
  #seminar {
    padding-right: 0;
  }
  #seminar .seminar {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0 10px;
  }
  #seminar .seminar .slick-track .item {
    width: 190px !important;
    margin-right: 0;
    margin-left: 15px;
  }
  #seminar .seminar .slick-track .item .area {
    font-size: 1.3rem;
    padding-bottom: 10px;
  }
  #seminar .seminar .slick-track .item .box {
    padding: 10px;
    height: 310px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #seminar .seminar .slick-track .item .box span {
    font-size: 1.3rem;
    letter-spacing: -0.06em;
  }
  #seminar .seminar .slick-track .item .box span small {
    font-size: 1rem;
  }
  #seminar .seminar .slick-track .item .box em {
    font-size: 1rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: justify;
  }
  #seminar .seminar .slick-track .item .box > small {
    font-size: 1.2rem;
  }
  #seminar .seminar.event .item {
    background: #f3f3f3;
  }
  #seminar .seminar + .more {
    padding-right: 15px;
  }
  .sect_contact {
    position: relative;
    padding: 50px 15px 30px;
    border-bottom: none;
  }
  .sect_contact .inner {
    padding-right: 0%;
  }
  .sect_contact .inner em.green {
    font-size: 1.7rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    padding-left: 0;
  }
  .sect_contact .inner > p {
    font-size: 1.3rem;
    padding: 30px 30px 30px 0;
    line-height: 2;
  }
  .sect_contact .inner > p br {
    display: none;
  }
  .sect_contact .inner .freedial em {
    font-size: 1.6rem;
  }
  .sect_contact .inner .freedial .tel {
    padding-bottom: 0;
  }
  .sect_contact .inner .freedial .tel a {
    pointer-events: auto;
  }
  .sect_contact .inner .freedial .tel a i {
    font-size: 2.6rem;
  }
  .sect_contact .inner .freedial .tel a span {
    font-size: 2.1rem;
  }
  .sect_contact .inner .freedial .tel a small {
    font-size: 1.5rem;
    padding-top: 0px;
  }
  .sect_contact .inner .freedial .time {
    padding-left: 0;
    font-size: 1.3rem;
  }
  .sect_contact .inner .contactBox .smallBox .item {
    width: 100%;
    height: auto;
    margin: 0 0 15px;
    padding: 15px 30px 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-width: 3px;
    position: relative;
  }
  .sect_contact .inner .contactBox .smallBox .item:before {
    font-size: 1.5rem;
    right: 15px;
  }
  .sect_contact .inner .contactBox .smallBox .item .band {
    font-size: 1.2rem;
    line-height: 25px;
  }
  .sect_contact .inner .contactBox .smallBox .item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
  }
  .sect_contact .inner .contactBox .smallBox .item .icon-online, .sect_contact .inner .contactBox .smallBox .item .icon-seminar {
    width: 80px;
    font-size: 3rem;
  }
  .sect_contact .inner .contactBox .smallBox .item .icon-consul {
    width: 80px;
    font-size: 4rem;
  }
  .sect_contact .inner .contactBox .smallBox .item .txt {
    text-align: left;
    padding-right: 30px;
  }
  .sect_contact .inner .contactBox .smallBox .item .txt em {
    font-size: 1.6rem;
    padding-bottom: 3px;
  }
  .sect_contact .inner .contactBox .smallBox .item .txt em.new:before {
    font-size: 1rem;
    width: 70px;
    line-height: 17px;
    margin-right: 10px;
  }
  .sect_contact .inner .contactBox .smallBox .item .txt em .sp_hide, .sect_contact .inner .contactBox .smallBox .item .txt em br {
    display: none;
  }
  .sect_contact .inner .contactBox .smallBox .item .txt p {
    font-size: 1.3rem;
  }
  .sect_contact .inner .contactBox .smallBox .item + .item {
    padding-top: 40px;
  }
  .sect_contact .inner .contactBox .smallBox .item + .item:before {
    top: calc(50% + 12.5px);
  }
  .sect_contact .inner .contactBox .wideBox {
    margin-top: 0;
    height: auto;
    padding: 20px 20px 10px;
  }
  .sect_contact .inner .contactBox .wideBox em {
    font-size: 1.6rem;
  }
  .sect_contact .inner .contactBox .wideBox figure {
    padding-top: 20px;
  }
  .sect_contact .inner .hand {
    right: 5px;
    top: -70px;
    width: 95px;
  }
  .studio .inner {
    width: 100%;
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .studio .inner h2.green {
    font-size: 1.7rem;
    text-indent: 0;
    padding-left: 0;
  }
  .studio .inner p {
    font-size: 1.3rem;
  }
  .studio .inner p br {
    display: none;
  }
  .studio .inner .scrollBox {
    margin-top: 30px;
    height: 230px;
  }
  .studio .inner .scrollBox .item {
    padding-bottom: 20px;
  }
  .studio .inner .scrollBox .item em, .studio .inner .scrollBox .item address {
    font-size: 1.2rem;
  }
  .studio .studio_bg {
    position: static;
    width: 100%;
    height: 250px;
  }
  .banners {
    padding-bottom: 30px;
  }
  .banners h2 {
    padding-bottom: 25px !important;
  }
  .banners .banner {
    padding: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banners .banner:before {
    left: -15px;
  }
  .banners .banner .item {
    width: calc((100% - 15px)/ 2);
  }
  .banners .banner .item figure figcaption {
    font-size: 1.1rem;
  }
  .banners .banner .item.wide {
    width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-bottom: 30px;
  }
  .line_sns {
    padding: 17px;
    background: #f3f3f3;
    display: block;
    margin-bottom: 25px;
    text-align: center;
  }
  .line_sns figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .line_sns .text {
    padding-left: 0px;
  }
  .line_sns .text h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.7rem;
    padding: 20px 0 10px;
  }
  .line_sns .text h3 img {
    width: auto;
    height: 15px;
  }
  .line_sns .text p {
    font-size: 1.1rem;
    padding: 0 0 15px;
  }
  .line_sns .text .btn.lineBtn {
    width: 150px;
    height: 32px;
    margin: 0 auto;
  }
  .line_sns .text .btn.lineBtn i {
    margin-right: 5px;
  }
  .line_sns .text .btn.lineBtn span {
    font-size: 1.3rem;
    line-height: 1;
    position: relative;
    top: -1px;
  }
  .sns {
    height: auto;
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
  }
  .sns p {
    font-size: 1.2rem;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .sns ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sns ul li a {
    width: 30px;
    height: 30px;
  }
  .sns ul li a i {
    line-height: 30px;
  }
  .sns ul li a i.icon-insta {
    font-size: 16px;
    margin-left: 1px !important;
  }
  .sns ul li a i.icon-fb {
    font-size: 18px;
  }
  .sns ul li a i.icon-tw {
    font-size: 12px;
    margin-left: 2px !important;
  }
  .sns ul li a.insta:hover {
    background: #CD4569;
  }
  .sns ul li a.fb:hover {
    background: #425993;
  }
  .sns ul li a.tw:hover {
    background: #4FAAE7;
  }
  .sns ul li + li {
    margin-left: 15px;
  }
  .only_one {
    padding: 0;
    border-bottom: #fff solid 10px;
  }
  .only_one figure {
    position: static;
    width: 100%;
    height: 250px;
  }
  .only_one .txt {
    margin-left: 0%;
    padding: 35px 20px;
  }
  .only_one .txt h2 {
    font-size: 1.8rem;
    padding-bottom: 20px;
  }
  .only_one .txt p {
    font-size: 1.3rem;
  }
  /* ! subpage / SP *******************************************/
  .subpage #wrap .Breadcrumb {
    padding: 12px 12px 50px;
  }
  .subpage #wrap .Breadcrumb ul {
    line-height: 1 !important;
  }
  .subpage #wrap .Breadcrumb ul li {
    font-size: 1rem;
  }
  .subpage #wrap .Breadcrumb ul li + li:before {
    margin: 0 3px;
    font-size: 1rem;
  }
  .subpage #wrap article .relatedBox {
    padding: 50px 0px;
  }
  .subpage #wrap article .relatedBox .related {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .subpage #wrap article .relatedBox .related .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .subpage #wrap article .relatedBox .related .item .text p {
    padding: 0;
  }
  .subpage #wrap article .relatedBox .related .item + .item {
    margin-top: 15px;
  }
  .subpage #wrap article .pickupBox {
    padding-right: 0;
  }
  .subpage #wrap article .pickupBox .pickup {
    display: block;
    position: relative;
  }
  .subpage #wrap article .pickupBox .pickup .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    background: #f3f3f3;
    width: 100% !important;
    margin: 0 0 20px !important;
  }
  .subpage #wrap article .pickupBox .pickup .item figure {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 20px 0;
  }
  .subpage #wrap article .pickupBox .pickup .item small {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 90px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
    font-size: 1.1rem;
    line-height: 20px;
    padding-bottom: 0;
  }
  .subpage #wrap article .pickupBox .pickup .item em {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: calc(100% - 90px);
    font-size: 1.5rem;
    line-height: 1.35;
    padding-bottom: 0;
  }
  .subpage #wrap article .pickupBox .pickup .item p {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.2rem;
  }
  .subpage #wrap article .pickupBox .pickup .item ol {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.2rem;
  }
  .subpage #wrap article .pickupBox .btnBox {
    margin-top: -18px;
    margin-bottom: 0;
    padding: 20px;
    background: #f3f3f3;
  }
  .subpage .category {
    margin-top: 0px;
  }
  .subpage .category .categoryTitle {
    width: 100%;
    position: relative;
    z-index: 0;
  }
  .subpage .category .categoryTitle .text {
    width: 100%;
    height: auto;
    padding: 0;
    background: #fff;
    display: block;
  }
  .subpage .category .categoryTitle .text h1 {
    font-size: 2.1rem;
    padding-bottom: 20px;
    padding-left: 15px;
  }
  .subpage .category .categoryTitle .text figure {
    position: static;
    width: 100%;
    padding-bottom: 66%;
  }
  .subpage .category .categoryTitle .text p {
    padding: 25px 15px 0;
  }
  .subpage .indexTitle {
    padding: 0px 20px 0 !important;
  }
  .subpage .indexTitle h1 {
    padding-bottom: 15px;
    position: relative;
  }
  .subpage .indexTitle h1 em {
    font-size: 2.5rem;
    line-height: 1.35;
  }
  .subpage .indexTitle h1 a {
    position: absolute;
    right: 0;
    bottom: -30px;
    font-size: 1.4rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1;
  }
  .subpage .indexTitle h1 a:after {
    margin-left: 5px;
  }
  .subpage .indexTitle h2 {
    padding: 70px 0 10px;
    font-size: 1.3rem;
  }
  .subpage .searchArea {
    padding-top: 50px;
  }
  .subpage .searchArea .result {
    padding-left: 15px;
    font-size: 1.4rem;
  }
  .subpage .searchArea .searchBox .item {
    width: 50%;
    height: 50px;
  }
  .subpage .searchArea .searchBox .item span {
    font-size: 1.4rem;
  }
  .subpage .searchArea .searchBox .item .icon-arrow2 {
    font-size: 1rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 10px;
  }
  .subpage .searchArea .searchBox .item .icon-plus {
    font-size: 1rem;
    margin-left: 10px;
  }
  .subpage .searchArea .searchBox .item:before {
    content: none;
  }
  .subpage .searchArea .searchBox .item + .item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 30px;
    width: 1px;
  }
  .subpage .searchArea.flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0px 0;
  }
  .subpage .searchArea.flex .result {
    padding-left: 12px;
  }
  .subpage .searchArea.flex .refineBox {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .subpage .refineBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    background: #e6e6e6;
  }
  .subpage .selectBox {
    width: auto;
  }
  .subpage .sect_contact {
    margin-top: 90px;
    border-bottom: #fff solid 25px;
  }
  .subpage .privacy {
    margin: -100px auto 0;
    padding: 0 20px 40px;
  }
  .subpage .privacy h3 {
    font-size: 1.5rem;
    margin: 40px 0 20px;
    padding: 8px;
    line-height: 1.2;
  }
  .subpage .privacy p {
    font-size: 1.3rem;
  }
  .subpage .privacy hr {
    margin: 20px 0;
  }
  .subpageTitle {
    padding: 0 20px 50px;
  }
  .subpageTitle h1 {
    font-size: 2.5rem;
  }
  .subpageTitle p {
    padding-top: 30px;
    font-size: 1.3rem;
  }
  .subpageTitle p br {
    display: none;
  }
}

/*! minimum / SP *******************************************/
@media screen and (max-width: 380px) {
  header nav ul li:nth-child(1), header nav ul li:nth-child(2) {
    display: none;
  }
  #sildeMenu .btns li a {
    font-size: 1.1rem;
  }
  .case .item .title small {
    font-size: 1.5rem;
    padding-bottom: 0px;
    white-space: nowrap;
  }
  .case .item .title h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .search .cost li a {
    font-size: 1.2rem;
  }
  .search .category .item p {
    font-size: 1rem;
    white-space: nowrap;
  }
  .search .keywords .item ol li + li {
    margin-left: 10px;
  }
  .sect_contact .inner .box .item i {
    width: 60px !important;
  }
  .sect_contact .inner .box .item .txt em {
    letter-spacing: -0.06em;
  }
  .sect_contact .inner .box .item .txt p {
    font-size: 1.2rem;
  }
}

/*! home / special *******************************************/
@media screen and (max-width: 1180px) {
  .studio .inner p br {
    display: none;
  }
}

@media screen and (max-width: 1130px) {
  .studio .inner h2 br {
    display: none;
  }
}

/*! 20190311 header banner *******************************************/
header {
  top: 66px;
}

header .headerContent {
  top: 66px;
}

.subpage #wrap {
  padding-top: 136px;
}

#sildeMenu {
  top: 50px;
  height: calc(100% - 50px);
}

@media screen and (max-width: 750px) {
  header {
    top: 54px;
  }
  header .headerContent {
    top: 54px;
  }
  .subpage #wrap {
    padding-top: 70px;
  }
  #sildeMenu {
    top: 58px;
    height: calc(100% - 58px);
  }
}

/*! 20191219 物件タグ一覧 *******************************************/
.tag_list_box {
  width: 100%;
  margin: 0 auto;
}

.tag_list_box dt {
  background: #3a998d;
  height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}

.tag_list_box dd {
  padding: 25px 0 40px;
}

.tag_list_box dd ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.7rem;
}

.tag_list_box dd ol li {
  margin-right: 2em;
  margin-bottom: 1em;
}

.tag_list_box dd ol li a {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .tag_list_box {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tag_list_box dt {
    height: 30px;
    width: 100%;
    font-size: 1.5rem;
  }
  .tag_list_box dd {
    padding: 15px 0 30px;
  }
  .tag_list_box dd ol {
    font-size: 1.7rem;
  }
  .tag_list_box dd ol li {
    margin-right: 1em;
    margin-bottom: 0.5em;
  }
  .tag_list_box dd ol li a {
    font-size: 1.3rem;
  }
}

/*! 20200501 物件一覧 loader *******************************************/
#loader {
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 80px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 20;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#loader.show {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#loader .spinner {
  color: #ffffff;
  font-size: 8px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load4 {
  0%,
  100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {
  0%,
  100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/*! 20200122 TOP人気のタグ *******************************************/
.search .tagBox.top .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search .tagBox.top div.flex {
  width: 100%;
}

.search .tagBox.top div.flex a.link {
  min-width: 90px;
}

.search .tagBox.top h2 a.link {
  display: none;
}

.search .tagBox.top a.link i {
  font-size: 1.2rem;
  display: inline-block;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  margin-left: 5px;
}

.search .tagBox.top a.link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .search .tagBox.top h2 {
    pointer-events: inherit;
  }
  .search .tagBox.top h2 a.link {
    display: block;
    font-weight: 400;
    font-size: 1.2rem;
  }
  .search .tagBox.top div.flex a.link {
    display: none;
  }
}

#home .bnr_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 75px 25px;
}

#home .bnr_news a {
  display: block;
  max-width: 980px;
  width: 49%;
}

@media screen and (max-width: 1000px) {
  #home .bnr_news {
    margin: 50px 40px 25px;
  }
}

@media screen and (max-width: 750px) {
  #home .bnr_news {
    display: block;
    margin: 30px 20px 20px;
  }
  #home .bnr_news a {
    width: 100%;
    margin-bottom: 10px;
  }
}
/*! 2020 0512 topItemArea *******************************************/
.topItemArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px #0c353d solid;
  margin: 0 75px 25px;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
}

.topItemArea .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 262px);
}

.topItemArea .inner .item {
  width: calc((100% - 50px)/6);
  text-align: center;
}

.topItemArea .inner .item span {
  padding-top: 10px;
  height: 3em;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topItemArea .bnr {
  padding-left: 12px;
}

@media screen and (max-width: 1000px) {
  .topItemArea {
    margin: 0 40px 25px;
    padding: 10px;
  }
  .topItemArea .inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topItemArea .inner .item {
    width: calc(100% / 6);
  }
  .topItemArea .inner .item span {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 750px) {
  .topItemArea {
    display: block;
    margin: 0 20px 20px;
    padding: 0 12px 12px;
  }
  .topItemArea .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .topItemArea .inner .item {
    width: 50%;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: #cccccc solid 1px;
  }
  .topItemArea .inner .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topItemArea .inner .item a img {
    width: 70px;
  }
  .topItemArea .inner .item a span {
    font-size: 1.2rem;
    padding-top: 0px;
    padding-left: 10px;
    height: auto;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    text-align: left;
  }
}

@media screen and (max-width: 750px) and (max-width: 375px) {
  .topItemArea .inner .item a img {
    width: 50px;
    height: auto;
  }
}

@media screen and (max-width: 750px) and (max-width: 320px) {
  .topItemArea .inner .item a img {
    width: 40px;
    height: auto;
  }
  .topItemArea .inner .item a span {
    padding-left: 5px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 750px) {
  .topItemArea .inner .item:nth-child(5), .topItemArea .inner .item:nth-child(6) {
    border-bottom: 0;
  }
  .topItemArea .bnr {
    padding-left: 0;
  }
  .topItemArea .bnr img {
    width: 100%;
  }
}

section#estate {
  border-top: #f3f3f3 solid 10px;
}

section#estate .inner {
  padding-bottom: 100px;
}

section#estate .inner h2.line {
  border-bottom: #cccccc dotted 2px;
  margin-bottom: 30px;
}

.land_search_news_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
}

.land_search_news_items .item {
  width: calc((100% - 60px)/4);
  margin-right: 20px;
  position: relative;
}

.land_search_news_items .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  z-index: 10;
}

.land_search_news_items .item a:hover ~ figure:before {
  opacity: 0.2;
}

.land_search_news_items .item .tag {
  width: 120px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  font-size: 1.2rem;
  font-weight: normal;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
  pointer-events: none;
}

.land_search_news_items .item figure {
  position: relative;
}

.land_search_news_items .item figure:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.land_search_news_items .item figure img {
  width: 100%;
  opacity: 1 !important;
}

.land_search_news_items .item .text {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  font-size: 1.4rem;
}

.land_search_news_items .item .text address {
  color: #fff;
}

.land_search_news_items .item .text .price {
  padding-top: 5px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

.land_search_news_items .item .text .price small {
  font-size: 1.5rem;
}

.land_search_news_items .item:last-child {
  margin-right: 0;
}

.cv_tochi {
  display: block;
  margin: 0 auto;
  width: 280px;
  line-height: 55px;
  background: #0d3b44;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: 100px;
}

a.cv_tochi {
  color: #fff;
}

a.cv_tochi:hover {
  opacity: 0.7;
}

/* .icon-arrow:before {
  content: "\e900";
  transform: rotate(-270deg);
  display: inline-block;
  font-size: 0.5em;
} */
.cv_tochi span {
  display: inline-block;
  padding-left: 0.5em;
}

article section div.inner a.cv_tochi .icon-arrow:before, article.template section .inner .item a.btn .icon-arrow:before {
  -webkit-transform: unset;
          transform: unset;
}

@media screen and (max-width: 1180px) {
  .land_search_news_items .item {
    width: 233px !important;
    margin-right: 20px;
  }
  .land_search_news_items .item:last-child {
    margin-right: 20px;
  }
  .cv_tochi {
    display: block;
    margin: 0 auto;
    width: 280px;
    line-height: 55px;
    background: #0d3b44;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: 13.33vw;
  }
  a.cv_tochi {
    color: #fff;
  }
  a.cv_tochi:hover {
    opacity: 0.7;
  }
  /* .icon-arrow:before {
    content: "\e900";
    transform: rotate(-270deg);
    display: inline-block;
    font-size: 0.5em;
  } */
  .cv_tochi span {
    display: inline-block;
    padding-left: 0.5em;
  }
}

@media screen and (max-width: 740px) {
  section#estate .inner {
    padding-bottom: 50px;
  }
  .land_search_news_items {
    display: block;
    padding-bottom: 10px;
  }
  .land_search_news_items .item {
    position: relative;
    margin-right: 0 !important;
    margin-left: 15px;
  }
  .land_search_news_items .item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    z-index: 10;
  }
  .land_search_news_items .item a:hover ~ figure:before {
    opacity: 0.2;
  }
  .land_search_news_items .item .tag {
    width: 88px;
    height: 20px;
    font-size: 1rem;
    left: 6px;
    top: 6px;
  }
  .land_search_news_items .item .text {
    left: 6px;
    bottom: 6px;
    font-size: 1rem;
  }
  .land_search_news_items .item .text .price {
    font-size: 1.3rem;
  }
  .land_search_news_items .item .text .price small {
    font-size: 1rem;
  }
  .land_search_news_items + .more {
    padding-right: 15px;
  }
  .cv_tochi {
    display: block;
    margin: 0 auto;
    width: 280px;
    line-height: 55px;
    background: #0d3b44;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: 13.33vw;
  }
  a.cv_tochi {
    color: #fff;
  }
  a.cv_tochi:hover {
    opacity: 0.7;
  }
  /* .icon-arrow:before {
    content: "\e900";
    transform: rotate(-270deg);
    display: inline-block;
    font-size: 0.5em;
  } */
  .cv_tochi span {
    display: inline-block;
    padding-left: 0.5em;
  }
}

/*-----｜-----｜-----｜-----｜-----
 form_list 20201016追加
-----｜-----｜-----｜-----｜-----*/
.contactBox_caption {
  padding: 1.5rem 0;
}

.contactBox_caption p {
  font-size: 1.8rem;
  color: #0d3b44;
  font-weight: bold;
  width: 100%;
}

.form_list {
  background-color: #fff;
  border: #0d3b44 solid 5px;
  border-radius: 10px;
}

.form_list div .txt em {
  display: block;
  font-size: 2rem;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
  color: #0d3b44;
  font-weight: bold;
  padding-bottom: 8px;
}

.form_list_item:nth-child(2) {
  border-top: #0d3b44 solid 5px;
  border-bottom: #0d3b44 solid 5px;
}

.form_list_item a {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  z-index: 1;
}

.form_list_item .band {
  position: absolute;
  background: #ffea00;
  border-radius: 3px 3px 0 0;
  font-size: 1.3rem;
  color: #0d3b44;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
}

.form_list_item:nth-child(2) .band {
  border-radius: 0;
}

.form_list_item .icon-consul {
  font-size: 6rem;
  color: #0d3b44;
  width: 100px;
  text-align: center;
  position: absolute;
  top: 40px;
}

.form_list_item .icon-online, .form_list_item .icon-house1 {
  font-size: 4rem;
  color: #0d3b44;
  width: 100px;
  text-align: center;
  position: absolute;
  top: 45px;
}

.form_list_item .txt {
  text-align: left;
  padding-left: 10rem;
  padding-bottom: 2rem;
  padding-top: 4.35rem;
}

.form_list_item:last-child .txt {
  padding-top: 3.5rem;
  padding-bottom: 2.8rem;
}

.form_list_item .txt p {
  color: #0d3b44;
  line-height: 1.4;
}

.fas.fa-chevron-right:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: #0d3b44;
}

.form_list_item .fa-chevron-right {
  position: absolute;
  top: 6rem;
  right: 2rem;
  font-size: 2rem;
}

.form_list_item:last-child .fa-chevron-right {
  position: absolute;
  top: 5rem;
  right: 2rem;
  font-size: 2rem;
}

.bigBox {
  width: 48%;
}

.bigBox .fa-chevron-right {
  position: absolute;
  top: 6rem;
  right: 2rem;
  font-size: 2rem;
}

.form_list_item a:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*! TABLET *******************************************/
@media screen and (max-width: 1000px) {
  .bigBox {
    width: 100%;
    margin-top: 4rem;
  }
  .form_list {
    border: #0d3b44 solid 3px;
  }
  .form_list_item:nth-child(2) {
    border-top: #0d3b44 solid 3px;
    border-bottom: #0d3b44 solid 3px;
  }
  .contactBox_caption {
    padding: 0;
  }
  .contactBox_caption p {
    padding: 0.5rem 0;
  }
  .form_list_item .band {
    border-radius: 6px 6px 0 0;
  }
  .form_list_item:nth-child(2) .band {
    border-radius: 0;
  }
}

/*! SP *******************************************/
@media screen and (max-width: 750px) {
  .form_list_item .icon-consul {
    font-size: 5rem;
    top: 50px;
    left: -8px;
  }
  .form_list_item .icon-online {
    font-size: 3rem;
    top: 40px;
    left: -7px;
  }
  .form_list_item .icon-house1 {
    font-size: 3rem;
    top: 55px;
    left: -8px;
  }
  .form_list div .txt em {
    display: block;
    font-size: 1.6rem;
  }
  .form_list_item .txt {
    padding: 4.35rem 5rem 2rem 8rem;
  }
  .form_list_item:last-child .txt {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .contactBox_caption p {
    font-size: 1.6rem;
  }
  .wideBox p {
    padding-right: 1rem;
  }
}

/*-----｜-----｜-----｜-----｜-----
コロナ 20201023 追加
-----｜-----｜-----｜-----｜-----*/
p.crn {
  text-align: left;
  padding: 4rem 0 2rem;
  letter-spacing: 1px;
  width: 990px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  p.crn {
    padding: 2rem 1.5rem 1rem;
    display: table-cell;
    margin: 1rem;
  }
}

/*----------------------------------
parts_good_design.php 20201228 追加
----------------------------------*/
@media screen and (max-width: 750px) {
  .indexTitle.gd {
    padding: 0px 0 0 !important;
  }
}

.indexTitle.gd h2 {
  padding: 0;
}

section.good_design_area {
  background-size: cover;
}

@media screen and (min-width: 751px) {
  section.good_design_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url(../images/common/parts_good_design_bg.jpg) no-repeat center center;
    height: 421px;
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 750px) {
  section.good_design_area {
    background: url(../images/common/parts_good_design_bg_SP.jpg) no-repeat bottom center;
  }
}

@media screen and (min-width: 751px) {
  section.good_design_area img {
    width: 100%;
  }
}

section.good_design_area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: #fff;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  section.good_design_area .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 4.7rem 40px;
    word-break: break-all;
  }
}

section.good_design_area .container h2 {
  width: 25%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 750px) {
  section.good_design_area .container h2 {
    margin-bottom: 40px;
    width: 55%;
    text-align: center;
  }
}

section.good_design_area .container p {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Open Sans', "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  line-height: 3em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (min-width: 751px) {
  section.good_design_area .container p {
    font-size: 106%;
    line-height: 2.938;
    letter-spacing: 2.5px;
    text-align: left;
    margin-left: 3.5%;
  }
}

@media screen and (max-width: 750px) {
  section.good_design_area .container p {
    font-size: 108%;
    line-height: 2.077 !important;
  }
}

/*----------------------------------
建築実例一覧 改修 archive-architects.php 20201228 追加
----------------------------------*/
article.architects .indexTitle p {
  line-height: 2.5;
}

@media screen and (min-width: 751px) {
  article.architects section.good_design_area {
    height: 445px;
    padding: 0;
    max-width: 1350px;
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 1130px) {
  article.architects section.good_design_area {
    padding-top: 0;
    margin-top: 30px;
  }
}

@media screen and (min-width: 751px) {
  article.architects section.good_design_area img {
    width: 80%;
  }
}

@media screen and (min-width: 751px) {
  article.architects section.good_design_area .container {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 750px) {
  article.architects section.good_design_area .container {
    padding: 60px 4.7rem 40px;
  }
}

@media screen and (max-width: 750px) {
  article.architects section.good_design_area .container h2 {
    padding: 0;
  }
}

@media screen and (max-width: 750px) {
  article.architects .case .item > a {
    border-top: 10px solid #e8e8e8;
  }
}

@media screen and (max-width: 750px) {
  article.architects .case .item:first-child > a {
    border-top: unset;
  }
}

@media screen and (max-width: 750px) {
  article.architects .case .item:first-child .title {
    padding: 10px 20px 15px;
  }
}

@media screen and (max-width: 750px) {
  article.architects .case .item .title {
    padding: 30px 20px 15px;
  }
}

/*----------------------------------
社長の邸宅・コロナバナー 改修 archive-architects.php 20210127
----------------------------------*/
#home .for_corona {
  width: 100%;
  height: 75.2px;
  background-color: #e9e9e9;
  line-height: 75.2px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-align: center;
}

@media screen and (max-width: 740px) {
  #home .for_corona {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    text-indent: 30px;
  }
}

#home .for_corona a {
  color: #128388;
  border-bottom: 1px solid #128388;
  padding-bottom: 1px;
  position: relative;
}

#home .for_corona a::before {
  content: '';
  background: url(../img/icons/icon_crn.png) no-repeat;
  width: 25.8px;
  height: 25.8px;
  position: absolute;
  background-size: cover;
  left: -45.15px;
  top: -5px;
}

@media screen and (max-width: 740px) {
  #home .for_corona a::before {
    width: 20px;
    height: 20px;
    left: -28px;
    top: -4px;
  }
}

#home .for_corona a:hover {
  opacity: 0.5;
  -webkit-transition: .3s;
  transition: .3s;
}

/*----------------------------------
2021-03-03 architects ピックアップ改修 
----------------------------------*/
@media screen and (max-width: 740px) {
  body.subpage article.architects .inner.pickup .case.pickupCase .item a {
    border-top: unset;
  }
}

/*----------------------------------
2021-03-08 TOP #area_sample 
----------------------------------*/
body#home section#area_sample {
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

body#home section#area_sample .inner {
  height: 300px;
  border: solid 4px #0c353d;
  position: relative;
}

@media screen and (max-width: 750px) {
  body#home section#area_sample .inner {
    padding: 50px 15px 0;
    height: 74.67vw;
    width: 92%;
    margin: 0 auto;
  }
}

body#home section#area_sample .inner.show {
  -webkit-animation: 'acordion' .5s forwards ease-out;
          animation: 'acordion' .5s forwards ease-out;
}

@-webkit-keyframes acordion {
  0% {
    height: 300px;
  }
  100% {
    height: 100%;
  }
}

@keyframes acordion {
  0% {
    height: 300px;
  }
  100% {
    height: 100%;
  }
}

body#home section#area_sample .inner h2 {
  background: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 14px 28.5px;
  text-align: center;
  position: absolute;
  top: -32px;
  left: 16px;
}

@media screen and (max-width: 750px) {
  body#home section#area_sample .inner h2 {
    font-size: 19px;
    letter-spacing: 0.075em;
    padding: 14px 15px;
    left: 15px;
    top: -28.5px;
  }
}

body#home section#area_sample .inner .container .hide {
  display: none !important;
  pointer-events: none !important;
}

body#home section#area_sample .inner .container .block {
  font-size: 15px;
  letter-spacing: 0.1em;
  margin: 40px 37px;
  max-width: 1073px;
  margin: 40px auto 37px;
  display: block;
  pointer-events: all;
  -webkit-transition: .3s;
  transition: .3s;
}

body#home section#area_sample .inner .container .block:first-child {
  margin: 45px auto 40px;
}

@media screen and (max-width: 750px) {
  body#home section#area_sample .inner .container .block:first-child {
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 1274px) {
  body#home section#area_sample .inner .container .block {
    margin: 40px 30px 37px !important;
  }
}

@media screen and (max-width: 750px) {
  body#home section#area_sample .inner .container .block {
    margin: 0 auto 40px !important;
  }
}

body#home section#area_sample .inner .container .block h3 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  body#home section#area_sample .inner .container .block h3 {
    margin-bottom: 10px;
  }
}

body#home section#area_sample .inner .container .block ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

@media screen and (max-width: 1274px) {
  body#home section#area_sample .inner .container .block ul {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 750px) {
  body#home section#area_sample .inner .container .block ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

body#home section#area_sample .inner .container .block ul li {
  width: 100%;
  height: 49.3px;
  border-radius: 5px;
  background: #ebebeb;
  -webkit-transition: .75s;
  transition: .75s;
}

@media screen and (max-width: 750px) {
  body#home section#area_sample .inner .container .block ul li {
    width: 100%;
  }
}

body#home section#area_sample .inner .container .block ul li.sp_hide {
  display: none;
}

@media screen and (min-width: 751px) {
  body#home section#area_sample .inner .container .block ul li.sp_hide {
    display: block;
  }
}

body#home section#area_sample .inner .container .block ul li.tb_hide {
  display: block;
}

@media screen and (max-width: 1274px) {
  body#home section#area_sample .inner .container .block ul li.tb_hide {
    display: none;
  }
}

body#home section#area_sample .inner .container .block ul li.pc_hide {
  display: none;
}

@media screen and (min-width: 741px) {
  body#home section#area_sample .inner .container .block ul li:hover {
    background: #008489;
  }
  body#home section#area_sample .inner .container .block ul li:hover a {
    text-decoration: unset;
    color: #fff;
  }
}

body#home section#area_sample .inner .container .block ul li a {
  display: block;
  width: 100%;
  height: 49.3px;
  line-height: 49.3px;
  text-decoration: underline;
  font-weight: bold;
  text-align: center;
  -webkit-transition: .75s;
  transition: .75s;
}

@media screen and (max-width: 750px) {
  body#home section#area_sample .inner .container .block ul li a {
    width: 100%;
    font-size: 13px;
  }
}

body#home section#area_sample .inner .container .cover {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, #fff));
  background: linear-gradient(to bottom, transparent, #fff 80%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1274px) {
  body#home section#area_sample .inner .container .cover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(95%, #fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 95%);
  }
}

body#home section#area_sample .inner .btn {
  background: #008489;
  width: 325px;
  position: absolute;
  left: 50%;
  bottom: 35px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  body#home section#area_sample .inner .btn {
    width: 66.66%;
    bottom: 20px;
  }
}

body#home section#area_sample .inner .btn:hover {
  opacity: 1;
}

body#home section#area_sample .inner .btn span {
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  body#home section#area_sample .inner .btn span {
    font-size: 13.5px;
  }
}

body#home section#area_sample .inner .btn span.under_show {
  display: none;
}

body#home section#area_sample .inner .btn i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: -55%;
}

@media screen and (max-width: 750px) {
  body#home section#area_sample .inner .btn i {
    left: -73%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}

body#home section#area_sample.show .inner {
  height: 300px;
  padding-bottom: 90px;
}

body#home section#area_sample.show .inner .container .block {
  -webkit-transition: .5s;
  transition: .5s;
}

body#home section#area_sample.show .inner .container .block.hide {
  display: block !important;
  pointer-events: all !important;
}

body#home section#area_sample.show .inner .container .block.hide:last-child {
  margin: 40px auto 130px;
}

body#home section#area_sample.show .inner .container .block ul li.sp_hide {
  display: block;
}

body#home section#area_sample.show .inner .container .block ul li.pc_hide {
  display: block;
}

body#home section#area_sample.show .inner .container .cover {
  display: none;
}

body#home section#area_sample.show .inner .btn .under_hide {
  display: none;
}

body#home section#area_sample.show .inner .btn .under_show {
  display: block;
}

body#home section#area_sample.show .inner .btn i {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

/*----------------------------------
2021-03-10 architects 改修 
----------------------------------*/
@media screen and (max-width: 740px) {
  body.subpage article.architects .indexTitle h1 em {
    font-size: 24px;
  }
  body.subpage article.architects .indexTitle h2 {
    line-height: 1.692307;
    letter-spacing: 0.075em;
  }
  body.subpage article.architects .pickup {
    padding: 10.00vw 20px 0 !important;
  }
  body.subpage article.architects .pickup h2.secttitle {
    font-size: 13px;
    padding-bottom: 4.70vw;
    padding-left: 0;
  }
  body.subpage article.architects .case .item:first-child .title {
    padding: 0px 0 0 15px;
  }
}

/*----------------------------------
2021-03-10 architects 改修 
----------------------------------*/
@media screen and (max-width: 740px) {
  header .headerContent #slidemenuBtn {
    width: 50px;
  }
}

/*----------------------------------
2021-04-08 architects 改修
----------------------------------*/
body article.architects a.btn.round {
  color: #fff;
  letter-spacing: 0.075em;
  border-radius: 30px;
  width: 405px;
  font-size: 17px;
  margin: 60.5px auto 0;
}

@media screen and (max-width: 740px) {
  body article.architects a.btn.round {
    width: 80%;
    font-size: 14px;
    margin: 11.20vw auto 0;
  }
}

body.subpage .searchArea {
  padding-top: 67px;
}

@media screen and (max-width: 740px) {
  body.subpage .searchArea {
    padding-top: 12.13vw;
  }
}

/*----------------------------------
2021-04-26 改修
----------------------------------*/
body header {
  top: 0;
}

body header .headerContent {
  top: 0;
}

@media screen and (max-width: 750px) {
  body header .headerContent {
    top: 0;
  }
}

body header .headerContent .logo {
  padding: 15px 0 15px 15px;
}

body .worksDetail .fixed_fav_btn {
  bottom: 80px;
}

@media screen and (max-width: 750px) {
  body .worksDetail .fixed_fav_btn {
    bottom: 17vw;
  }
}

@media screen and (max-width: 750px) {
  body .contactForm .submitBox .btn span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 750px) {
  body section.flow .inner .followUp .item:nth-child(3) figure img {
    padding: 0 0 50px;
  }
}

@media screen and (max-width: 750px) {
  body section.flow .inner .followUp small {
    right: 20px;
    left: 20px;
    bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  body article section.form .inner {
    padding: 0;
  }
  body article section.form .inner .freedial .tel a em small {
    font-size: 1.2rem;
  }
  body article section.form .inner .contactForm .submitBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  body article section.form .inner .contactForm .submitBox .btn {
    width: 200px;
  }
  body article section.form .inner .contactForm .submitBox .btn + .btn {
    margin-left: 0;
    margin-bottom: 15px;
  }
}

body.subpage .sect_contact {
  margin-top: 0;
}

body.subpage .sect_contact .inner > em.green {
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  body section.flow .stepBox .item .text .cover .btn {
    width: 230px;
  }
}

/*----------------------------------
2021-05-12 flow改修
----------------------------------*/
body .warranty {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  body .warranty {
    margin-bottom: 40px;
  }
}

/*----------------------------------
2021-06-02 改修
----------------------------------*/
@media screen and (min-width: 751px) {
  body.subpage #wrap {
    padding-top: 66px;
  }
}
/*# sourceMappingURL=style.css.map */