@charset "UTF-8";
@import url(reset.css);
/*--------------------------------------------------------------
reset.css
リセット関係・clearfixなど

common.css
上記cssのimport、レイアウト（大枠）を記載したcss

sub.css
下層のレイアウト（大枠）を記載したcss
--------------------------------------------------------------*/

/* fontIcon
:before,
:after {
	content: "\f099";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
/* ------------------------------------------------------------ */

/* 全デバイス幅共通：基本・レイアウト指定 */

/* ------------------------------------------------------------ */

#ajax-load-more {
  width: 100%;
}

#ajax-load-more .alm-listing {
  padding: 0 0 50px;
}

* html body {
  background: url(null) fixed;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #418EF2;
  font-size: 1.6em;
  line-height: 1.6;
  font-weight: 500;
  /* winで游ゴシック使うときはウェイト指定入れる */
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
  /*レスポンシブのとき*/
  letter-spacing: .05em;
}

.sp {
  display: none;
}

.sp-only {
  display: none;
}

#sb-site, .sb-site-container {
  background: #FFF5E6;
}

/* ------------------------------------------------------------ */

/* リンク色 */

/* ------------------------------------------------------------ */

/*::selection {
	color: #D9AB9A;
	background: rgba(219,87,119,.1);
}

::-moz-selection {
	color: #D9AB9A;
	background: rgba(219,87,119,.1);
}*/

a {
  color: #418EF2;
  cursor: pointer;
  line-height: inherit;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  color: #1E5CD9;
  text-decoration: none;
}

a:active {
  color: #1E5CD9;
  text-decoration: none;
}

/* ------------------------------------------------------------ */

/* font */

/* ------------------------------------------------------------ */

.futura, .gnav span.num, .contact a.phone, .item-tit span.num, .alm-load-more-btn, .flow-list .step {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bebas, .main-tit {
  font-family: bebas-kai, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cezanne, .gnav, .sub-tit, .promise .item-tit, .guide .item-tit, .gallery .item-tit, .menu-list li, .sitemap {
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* ------------------------------------------------------------ */

/* font color */

/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */

/* font icon */

/* ------------------------------------------------------------ */

.font_icon::before, .font_icon::after {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* ------------------------------------------------------------ */

/* 画像 */

/* ------------------------------------------------------------ */

.main-logo, .logo, .thum, .image, .banner {
  margin: 0 auto;
  text-align: center;
}

.main-logo img, .logo-img img, .thum img, .image img, .banner img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

img.hover-scale {
  -webkit-transition: transform .5s;
  transition: transform .5s;
}

a:hover img.hover-scale {
  transform: scale(1.1);
}

/* ------------------------------------------------------------ */

/* float */

/* ------------------------------------------------------------ */

.float-left {
  float: left;
  margin: 0 1em 1em 0;
}

.float-right {
  float: right;
  margin: 0 0 1em 1em;
}

/* ------------------------------------------------------------ */

/* view more link */

a.more {
  display: inline-block;
  font-size: 1.3rem;
  position: relative;
}

a.more::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  line-height: 1;
  margin: 0 0 0 8px;
  z-index: 2;
}

a.arw-org::after {
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: top;
  background: url(../img/icon/icon-arw-org.svg) no-repeat center / 100%;
}

a.more:hover {}

/* ------------------------------------------------------------ */

/* ボタン */

/* ------------------------------------------------------------ */

.alm-load-more-btn, #more-button, .btn {
  text-align: center;
  max-width: 280px;
  height: auto;
  margin: 0 auto;
}

.alm-load-more-btn, #more-button, .btn a {
  display: block;
  font-weight: bold;
  letter-spacing: 0.08em;
  background: rgba(116, 95, 67, 0);
  color: #418EF2;
  border: 2px solid #418EF2;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 16px 8px;
  position: relative;
  z-index: 1;
}

.alm-load-more-btn, #more-button {
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#more-button i {
  font-size: 12px;
  margin: 0 0 0 8px;
}

.btn a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 12%;
  transform: translateY(-50%);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 2;
}

.btn.btn-more a::after {
  content: "\f078";
}

.alm-load-more-btn:hover, #more-button:hover, .btn a:hover {
  background: #418EF2;
  color: #fff;
}

.alm-load-more-btn {
  position: relative;
}

.alm-load-more-btn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1;
  margin: 0 0 0 10px;
}

.btn.btn-wht a {
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0);
  color: #fff;
}

.btn.btn-wht a:hover {
  background: #418EF2;
  color: #fff;
}

.btn.btn-org a {
  border: none;
  background: #1E5CD9;
  color: #fff;
}

.btn.btn-org a:hover {
  opacity: .7;
  color: #fff;
}

.btn.btn-contact a {
  background: rgba(255, 255, 255, 1);
  color: #1E5CD9;
  border: none;
}

.btn.btn-contact a:hover {
  color: #fff;
}

.btn-box {
  text-align: center;
  margin: 0 auto;
}

.btn-box .btn {
  display: inline-block;
  margin: 0 1em;
  width: calc(100%/2 - 3em);
  max-width: 100%;
}

/* ------------------------------------------------------------ */

/* メインロゴ共通 */

.main-logo {
  max-width: 310px;
  max-height: 45px;
}

.main-logo img {
  max-width: 100%;
  max-height: 100%;
}

.main-logo a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.main-logo a:hover {
  opacity: .7;
}

/* ------------------------------------------------------------ */

/* 全体格納 */

/* ------------------------------------------------------------ */

.wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.inner {
  width: 100%;
  max-width: 990px;
  height: auto;
  padding: 0;
  margin: 0 auto;
  clear: both;
}

.inner::after {
  content: "";
  clear: both;
  display: block;
}

.content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

/* ------------------------------------------------------------ */

/* ヘッダー */

/* ------------------------------------------------------------ */

.main-header {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main-header.is-fixed {
  border-bottom: 1px solid #418EF2;
}

.sub .main-header {
  border-bottom: 1px solid #418EF2;
}

.main-header .inner {
  max-width: 1110px;
}

.main-header .header-top {
  width: 100%;
  padding: 30px 0 10px;
  border-bottom: 1px solid #418EF2;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.main-header .main-logo {
  margin: 0;
  width: 60%;
  max-width: inherit;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.main-header .main-logo a, .main-header .main-logo span {
  display: inline-block;
  vertical-align: middle;
}

.main-header .main-logo a {
  max-width: 310px;
  margin: 0;
}

.main-header .main-logo span {
  margin: 0 0 0 1em;
}

/* ------------------------------------------------------------ */

/* contact */

.main-header .contact {}

.contact a.phone {
  font-size: 4.0rem;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.2;
}

.contact p span {
  font-size: 1.3rem;
}

.contact p span.futura {
  font-size: 1.6rem;
  margin: 0 8px 0 0;
}

.contact span a {
  display: inline-block;
  border: 1px solid #418EF2;
  text-align: center;
  padding: 2px 4px;
  margin: 0 0 0 8px;
}

.contact span a i {
  font-size: .8em;
  margin: 0 0 0 5px;
}

.contact span a:hover {
  background: #418EF2;
  color: #fff;
}

/* ------------------------------------------------------------ */

/* グローバルナビ */

/* ------------------------------------------------------------ */

.main-header .gnav {
  width: 100%;
  padding: 12px 0;
}

.gnav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.gnav li {
  margin: 0 .5em;
  width: 20%;
}

.gnav li a {
  padding: 12px 10px;
  font-size: 1.5rem;
  position: relative;
}

.gnav li a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: -25%;
  transform: translateY(-50%);
}

/* .gnav li:nth-child(4) a::after, .gnav li.last a::after {
  display: none;
} */

.gnav li a:hover {
  opacity: .7;
  color: #418EF2;
}

.gnav li span.num {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.6rem;
  font-weight: 600;
  margin: 0 .8em 0 0;
  color: #418EF2;
}

.gnav li.last a {
  padding: 12px 20px;
  background: #418EF2;
  color: #fff;
}

.gnav li.last span.num, .gnav li.last a:hover {
  color: #fff;
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {}

/* ------------------------------------------------------------ */

/* コンテンツ共通 */

/* ------------------------------------------------------------ */

section.base {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 6% 0;
  clear: both;
  position: relative;
  overflow: hidden;
}

footer section.base {
  width: 100%;
  height: auto;
  margin: 0px auto 0;
  padding: 0;
  clear: both;
  position: relative;
  overflow: hidden;
}

section.base::after {
  content: "";
  clear: both;
  display: block;
}

.bg_wht {
  background: #fff;
}

.bg {
  z-index: 1;
}

.bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* タイトル */

.main-tit {
  font-size: 2.8rem;
  font-weight: 600;
  color: #418EF2;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin: 0 auto 40px;
  position: relative;
  z-index: 1;
}

.main-tit span {}

.sub-tit {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}

/* itemタイトル */

.item-tit {
  font-size: 1.5rem;
  margin: 0 auto 10px;
}

/* キャプション */

.caption {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin: 0 auto 40px;
}

/* ------------------------------------------------------------ */

/* コンテンツ・カラムパターン */

.column {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /* align-items: stretch; */
  flex-wrap: wrap;
  align-items: flex-start;
}

.column .item {
  width: 100%;
  height: auto;
  margin: 0px auto 0;
  padding-top: 0px;
}

/* 2カラム */

.column.col02 .item {
  width: calc(100%/2);
}

/* 3カラム */

.column.col03 .item {
  width: calc(100%/3);
}

/* 4カラム */

.column.col04 .item {
  width: calc(100%/4);
}

/* 5カラム */

.column.col05 .item {
  width: calc(100%/5);
}

/* カラム内テキスト */

.column .col-txt {
  font-size: .9em;
}

/* サムネイル丸 */

.column .item .thum.circle {
  border-radius: 100%;
  overflow: hidden;
}

/* flex-box */

.flex-box {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

/* map-box */

.map-box {
  width: 100%;
  height: 560px;
  margin: 0 auto 4%;
  overflow: hidden;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/* ------------------------------------------------------------ */

/* スライダー */

.slide-box {
  position: relative;
}

/* swiper */

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.swiper-container-horizontal>.swiper-pagination-bullets {}

.swiper-pagination-bullet {}

.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {}

/* 左右矢印 */

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 32px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background: none;
  right: 20px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background: none;
  left: 20px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: .7;
}

.main-visual .swiper-button-next, .main-visual .swiper-button-prev {
  width: 22px;
  height: 44px;
}

.main-visual .swiper-button-prev, .main-visual .swiper-container-rtl .swiper-button-next {
  background: url("../img/icon-arw-left.svg") no-repeat center / 100%;
}

.main-visual .swiper-button-next, .main-visual .swiper-container-rtl .swiper-button-prev {
  background: url("../img/icon-arw-right.svg") no-repeat center / 100%;
}

/* gallery */

.gallery .inner {
  overflow: hidden;
}

.gallery .gallery-slider {
  position: relative;
  width: 92%;
  margin: 0 auto 6%;
}

.gallery .swiper-slide .thum {
  margin: 0 auto 15px;
}

.gallery .swiper-slide .item-tit {
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto;
}

.gallery .swiper-slide .item-tit span {
  display: block;
  font-weight: normal;
  font-size: 1.3rem;
  margin: 0 auto 5px;
}

.gallery .swiper-button-prev, .gallery .swiper-button-next {
  top: 35%;
  transform: translateY(0);
}

.gallery .swiper-button-prev:hover, .gallery .swiper-button-next:hover {
  opacity: .7;
}

.gallery .swiper-button-prev, .gallery .swiper-container-rtl .swiper-button-next {
  background: url("../img/icon-arw-left02.svg") no-repeat center / 100%;
  left: -40px;
}

.gallery .swiper-button-next, .gallery .swiper-container-rtl .swiper-button-prev {
  background: url("../img/icon-arw-right02.svg") no-repeat center / 100%;
  right: -40px;
}

/* thum-slider */

.thum-slider-main {
  overflow: hidden;
  margin: 0 auto 20px;
}

.thum-slider-main .swiper-button-next, .thum-slider-main .swiper-button-prev {
  width: 20px;
  height: 40px;
}

.thum-slider-main .swiper-button-prev, .thum-slider-main .swiper-button-next {
  top: 35%;
  transform: translateY(0);
}

.thum-slider-main .swiper-button-prev:hover, .thum-slider-main .swiper-button-next:hover {
  opacity: .7;
}

.thum-slider-main .swiper-button-prev, .thum-slider-main .swiper-container-rtl .swiper-button-next {
  background: url("../img/icon-arw-left02.svg") no-repeat center / 100%;
  left: -40px;
}

.thum-slider-main .swiper-button-next, .thum-slider-main .swiper-container-rtl .swiper-button-prev {
  background: url("../img/icon-arw-right02.svg") no-repeat center / 100%;
  right: -40px;
}

.thum-slider {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.thum-slider .swiper-slide {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.thum-slider .swiper-slide:hover {
  opacity: .7;
}

.thum-slider.square {
  width: 100%;
}

.thum-slider.square .swiper-slide {
  width: 70px !important;
  height: 70px !important;
  position: relative;
  overflow: hidden;
}

.thum-slider.square .swiper-slide img {
  width: auto;
  height: 100%;
  max-width: inherit;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* ------------------------------------------------------------ */

/* リストパターン */

/* テキストリスト */

.txt-list {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.txt-list .list-item {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 1.2em .5em;
  text-align: left;
}

.txt-list .list-item:first-of-type {
  padding: 0 .5em 1.2em;
}

.txt-list .list-item a {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

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

.txt-list .list-item span {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 1.2rem;
}

.txt-list .list-item .update {
  color: #707070;
}

/* バナーリスト */

.banner-list {
  width: 100%;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.banner-list .item {
  width: calc(100%/2);
  height: auto;
  margin: 0 auto 40px;
  padding: 0 20px 0 0;
}

.banner-list .item:nth-child(even) {
  padding: 0 0 0 20px;
}

/* 100%サイズ */

.banner-list.full .item {
  width: 100%;
  padding: 0 !important;
}

.banner-list .item a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.banner-list .item img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.banner-list .item a:hover {
  opacity: .7;
}

/* ------------------------------------------------------------ */

/* アーカイブリスト */

.arvhive-list {
  width: 100%;
  margin: 0 auto 8%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.arvhive-list .item {
  position: relative;
}

.arvhive-list.list03 .item {
  width: calc(100%/3 - 2em);
  margin: 0 2em 0 0;
}

.arvhive-list.list04 .item {
  width: calc(100%/4 - 2em);
  margin: 0 2em 0 0;
}

.arvhive-list.list03 .item:last-child, .arvhive-list.list04 .item:last-child {
  margin: 0 !important;
}

.arvhive-list .thum {
  margin: 0 auto 10px;
}

.arvhive-list .thum a {}

.arvhive-list .thum a:hover {
  opacity: .7;
}

.arvhive-list .item-tit {
  margin: 0 auto 5px;
}

.arvhive-list p {
  font-size: 1.3rem;
  margin: 0 auto 5px;
}

.arvhive-list p.cat {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 auto 20px;
}

.arvhive-list p.cat span {
  display: inline-block;
  padding: 0 5px;
  border-bottom: 1px solid #1E5CD9;
}

.arvhive-list p.tag {}

.arvhive-list p.update {}

.arvhive-list a.more {
  margin: 0 0 0 auto;
  padding: 0;
  text-align: right;
  position: absolute;
  right: 0;
}

/* ------------------------------------------------------------ */

/* タブ */

.tab-wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.tab-btn {
  width: 100%;
  height: auto;
  margin: 0 auto 6%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-btn a {
  display: inline-block;
  color: #222;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  padding: 10px 1.2em;
  margin: 0 1.2em;
}

.tab-btn a.current, .tab-btn a:hover {
  color: #db5777;
}

.tab-box {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: none;
}

/* ------------------------------------------------------------ */

/* メインビジュアル */

/* ------------------------------------------------------------ */

.main-visual {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 170px 0 0;
}

.mv-slider {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}

.mv-slider .swiper-slide {
  /*max-width: 1200px;*/
  position: relative;
}

.mv-slider .swiper-slide a {
  width: 100%;
  height: 100%;
}

.mv-slider .swiper-slide a:hover {
  opacity: .7;
}

.mv-slider .swiper-slide img {
  width: 100%;
}

/* ------------------------------------------------------------ */

/* important */

.top .important {
  padding: 6% 0 0;
}

.top .important .link-block {
  display: block;
  width: 100%;
  height: auto;
  padding: 3%;
  background: #1E5CD9;
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  position: relative;
}

.top .important .link-block:hover {
  opacity: .7;
}

/* .top .important .link-block::before {
  content: "";
  display: block;
  width: 66px;
  height: 60px;
  background: url("../img/icon-attention.svg") no-repeat center / 100% auto;
  ;
  position: absolute;
  top: 50%;
  left: 14%;
  transform: translateY(-50%);
} */

.top .important .link-block .line-btm {
  display: inline-block;
  color: #ffe200;
  margin: 0 5px;
  vertical-align: middle;
  border-bottom: 2px solid #fff;
  line-height: 24px;
}

/* ------------------------------------------------------------ */

/* event */

.event .arvhive-list.list04 .item {
  width: calc(100%/2 - 4.5%);
  margin: 0 6% 0 0;
}

/* .event .arvhive-list .thum {
  width: 188px;
  height: 188px;
  overflow: hidden;
} */

.event .arvhive-list .thum {
  width: 450px;
  height: 450px;
  overflow: hidden;
}

.event .arvhive-list .thum a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.event .arvhive-list .thum img {
  width: auto;
  height: 100%;
  max-width: inherit;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0)
}

/* ------------------------------------------------------------ */

/* info */

.info .arvhive-list .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.info .arvhive-list .thum {
  width: 100px;
  height: 100px;
  margin: 0;
  overflow: hidden;
}

.info .arvhive-list .thum a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.info .arvhive-list .thum img {
  width: auto;
  height: 100%;
  max-width: inherit;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0)
}

.info .arvhive-list .txt {
  width: calc(100% - 100px);
  padding: 0 0 0 6%;
}

.info .arvhive-list p.expert {
  height: 40px;
  overflow: hidden;
  margin: 0 auto 8px;
}

/* ------------------------------------------------------------ */

/* concept */

section.concept {
  padding: 6% 0 0;
  background: url("../img/bg-concept.png") no-repeat center / cover;
}

.concept .box {
  width: 50%;
  max-width: 440px;
  margin: 0;
  padding: 6% 5.5% 4%;
  background: rgba(255, 255, 255, 1);
}

.concept .box .main-tit {
  text-align: left;
  margin: 0 0 4%;
}

.concept .box .sub-tit {
  margin: 0 0 4%;
}

.concept .box p {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0 0 4%;
}

/* ------------------------------------------------------------ */

/* promise */

.promise .main-tit {
  height: 34px;
}

.promise .main-tit img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.promise .col03 .item {
  /*padding: 0 1em;*/
  width: 286px;
  height: 286px;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.promise .item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.promise .item .thum {
  /*width: 286px;
	height: 286px;
	border-radius: 100%;*/
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.promise .item .thum::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.promise a:hover .thum::before {
  background: rgba(0, 0, 0, .2);
}

.promise .item .item-tit {
  width: 100%;
  font-size: 4.6rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  letter-spacing: 0.06em;
}

.promise .item-tit span.num {
  display: block;
  color: #FFE300;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 auto 4%;
}

/* ------------------------------------------------------------ */

/* guide */

.guide .main-tit {
  height: 75px;
}

.guide .main-tit img {
  width: auto;
  height: 100%;
}

.guide .col03 .item {
  padding: 1em;
  position: relative;
  z-index: 1;
}

.guide .item .thum {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.guide .item .thum::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.guide a:hover .thum::before {
  background: rgba(0, 0, 0, .2);
}

.guide .item .item-tit {
  width: 100%;
  font-size: 2.6rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  letter-spacing: 0.06em;
}

.guide .item-tit span {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 auto 4%;
}

/* ------------------------------------------------------------ */

/* meeting */

section.meeting {
  background: url("../img/bg-meeting.png") no-repeat center / cover;
  color: #fff;
}

.meeting .inner {
  position: relative;
}

.meeting .main-tit {
  color: #fff;
}

.meeting .sub-tit {
  height: 110px;
  margin: 0 auto 40px;
  text-align: center;
}

.meeting .sub-tit img {
  width: auto;
  height: 100%;
}

.meeting .fukidashi {
  width: 173px;
  height: 150px;
  position: absolute;
  right: 5%;
  top: 10%;
}

.meeting .fukidashi img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------------------ */

/* gallery */

.gallery .main-tit {
  margin: 0 auto 15px;
}

.gallery .sub-tit {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: .08em;
  margin: 0 auto 6%;
  font-weight: bold;
}

.gallery .swiper-slide a:hover {
  opacity: .7;
}

/* ------------------------------------------------------------ */

/* modelhouse */

.top .modelhouse {
  background: url("../img/bg-gsreform.png") no-repeat center / cover;
}

.top .modelhouse .main-tit {
  color: #fff;
}

.top .modelhouse .sub-tit {
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: .08em;
  margin: 0 auto 6%;
  font-weight: bold;
  color: #fff;
}

.top .modelhouse .sub-tit span {
  color: #ffe200;
}

/* ------------------------------------------------------------ */

/* page_nav */

section.page_nav {
  background: #418EF2;
}

section.page_nav .menu-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

section.page_nav .menu-list li {
  width: calc(100%/6);
  padding: 0 10px;
}

.page_nav .menu-list li a, .page_nav .menu-list li .nonlink {
  display: flex;
  align-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 1.5em 10px 15px;
}

.page_nav .menu-list li a:hover {
  opacity: .7;
  color: #418EF2;
}

.page_nav .menu-list li.row01 span {
  padding: 8% 0 0;
}

.page_nav .menu-list span {
  display: block;
  width: 100%;
}

.page_nav .menu-list .fontsizeS {
  font-size: 1.5rem;
}

.page_nav .menu-list span.icon {
  width: 36px;
  height: 32px;
  padding: 0 !important;
  text-align: center;
  margin: 0 auto 10px;
}

.page_nav .menu-list span.icon img {
  max-width: 100%;
  max-height: 100%;
}

/* ------------------------------------------------------------ */

/* blog */

.blog .arvhive-list.list04 .item {
  width: calc(100%/4 - 4.5%);
  margin: 0 6% 0 0;
}

footer .blog .arvhive-list.list04 .item {
  width: calc(100%/4 - 4.5%);
  margin: 0 6% 6% 0;
  overflow: hidden;
}

footer .blog .arvhive-list.list04 .item:nth-child(4) {
  width: calc(100%/4 - 4.5%);
  margin: 0 0% 0 0;
}

.blog .arvhive-list .thum {
  width: 188px;
  height: 188px;
  overflow: hidden;
}

.blog .arvhive-list .thum a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog .arvhive-list .thum img {
  width: auto;
  height: 100%;
  max-width: inherit;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0)
}

/* ------------------------------------------------------------ */

/* soudan */

section.soudan {
  background: #FFE300;
}

.soudan .main-tit {
  margin: 0 auto;
  height: 185px;
}

.soudan .main-tit img {
  width: auto;
  height: 100%;
}

.soudan .main-tit a {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: block;
}

.soudan .main-tit a:hover {
  opacity: .7;
}

/* ------------------------------------------------------------ */

/* contact */

section.contact_area {
  background: #1E5CD9;
  color: #fff;
}

.contact_area .main-tit, .contact_area a {
  color: #fff;
}

.contact_area .btn-contact {
  max-width: 600px;
  margin: 0 auto 20px;
}

.contact_area .btn-contact a {
  padding: 1.2em;
}

.contact_area .btn-contact a::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/icon-arw-org.svg") no-repeat center / 100%;
}

.contact_area .contact {
  width: 50%;
  height: auto;
  margin: 0 auto 2%;
  text-align: center;
}

.contact_area .contact a.phone {
  letter-spacing: .08em;
}

.contact_area .contact p {
  display: table;
  width: 100%;
}

.contact_area .contact p span {
  display: table-cell;
  vertical-align: middle;
}

.contact_area .contact p span.cezanne {
  width: 30%;
  text-align: right;
  font-size: 2.2rem;
}

.contact_area .contact p span.futura {
  width: 70%;
  text-align: left;
  font-size: 2.5rem;
}

.contact_area .sns-link {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.contact_area .sns-link a.icon {
  width: 38px;
  height: 38px;
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
}

/* ------------------------------------------------------------ */

/* access */

section.access {
  background: #fff;
  color: #1E5CD9;
}

footer section.access {
  margin: 100px 0;
}

.access .main-logo {
  width: 50%;
  margin: 40px 0 9%;
}

.access .address {
  font-size: 1.3rem;
}

.access .address a {
  color: #fff;
}

.access .address dl {
  width: 100%;
  display: table;
  margin: 0 auto 8px;
  line-height: 1.8;
}

.access .address dl dt, .access .address dl dd {
  display: table-cell;
  vertical-align: top;
}

.access .address dl dt {
  width: 20%;
}

.access .map {
  width: 100%;
  margin: 0 auto 20px;
}

.access .map img {
  width: 100%;
}

.access .btn {
  margin: 0 0 0 auto;
  max-width: 220px;
}

.access .btn a {
  padding: 10px;
  font-size: 1.3rem;
}

.access .btn a:hover {
  color: #fff;
}

.access .btn a::after {
  content: "";
  width: 18px;
  height: 22px;
  right: inherit;
  left: 8%;
  background: url("../img/icon-map-wht.svg") no-repeat center / 100%;
}

.access .btn a:hover::after {
  background: url("../img/icon-map-gry.svg") no-repeat center / 100%;
}

/* ------------------------------------------------------------ */

/* フッター */

/* ------------------------------------------------------------ */

.main-footer {
  background: #FFF;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/* pagetop */

.page-top {
  width: 38px;
  height: 20px;
  position: absolute;
  top: 5%;
  right: 5%;
}

.page-top a {
  display: block;
  width: 100%;
  height: 100%;
}

.page-top a:hover {
  opacity: .7;
}

.page-top img {
  width: 100%;
  height: auto;
}

/* サイトマップ */

.main-footer .pc {
  width: 100%;
  padding: 4% 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.main-footer .main-logo img {
  height: auto;
}

.sitemap {
  width: 100%;
  margin: 0 auto 20px;
}

.sitemap li {
  font-size: 1.6rem;
  margin: 0 auto 10px;
  text-align: center;
}

.sitemap li a {}

.sitemap li a:hover {}

.copy {
  padding: 15px 0;
  background: #95bd0e;
  color: #fff;
  text-align: left;
  font-size: 10px;
}

/* ------------------------------------------------------------ */

/* フェードイン関連 20.10.08 */

/* ------------------------------------------------------------ */

/*----- フェードイン -----*/

.inviewfadeIn {
  opacity: 0;
  transition: 1.2s;
  z-index: 10;
}

.fadeIn {
  opacity: 1;
}

/*----- 上へスライド -----*/

.inviewUp {
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  transition: .8s;
}

.Up {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- ズームイン -----*/

.inviewzoomIn {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: .8s;
}

.zoomIn {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

/*----- フェードインしながら上へスライド -----*/

.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: .8s;
}

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- フェードインしながら左へスライド -----*/

.inviewfadeInLeft {
  opacity: 0;
  transform: translate(60px, 0);
  -webkit-transform: translate(60px, 0);
  transition: .8s;
}

.fadeInLeft {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- フェードインしながら右へスライド -----*/

.inviewfadeInRight {
  opacity: 0;
  transform: translate(-60px, 0);
  -webkit-transform: translate(-60px, 0);
  transition: .8s;
}

.fadeInRight {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/* ------------------------------------------------------------ */

/* BinO&FREEQ 20.10.08 */

/* ------------------------------------------------------------ */

#binofreeq-event .slide-box .swiper-wrapper {
  height: auto !important;
}

#binofreeq-event {
  background: #fff !important;
}

#binofreeq-event .main-tit {
  font-size: 34px;
}

#binofreeq-event .thum-slider .swiper-slide, #binofreeq-event .thum-slider.square .swiper-slide {
  width: auto !important;
  height: 100% !important;
  position: initial;
}

#binofreeq-event .thum-slider .swiper-slide img, #binofreeq-event .thum-slider.square .swiper-slide img {
  width: auto !important;
  height: 85px !important;
  position: relative;
}

#binofreeq {
  color: #000;
  letter-spacing: normal;
}

#binofreeq .clearfix {
  display: block;
  float: none;
  clear: both;
}

#binofreeq .main-tit {
  font-size: 34px;
}

#binofreeq .jp-tit {
  font-family: "Arial Hebrew";
  text-align: center;
}

#binofreeq .main-header {
  background: none;
  position: absolute;
}

#binofreeq .contact a.phone {
  color: #fff;
}

.sub #binofreeq .main-header, #binofreeq .main-header .header-top {
  border: none;
}

#binofreeq .fix-nav {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9998;
  -webkit-transition: .5s;
  transition: .5s;
  transform: translateY(100%);
}

#binofreeq .fix-nav.is-fixed {
  transform: translateY(0);
}

#binofreeq .fix-nav a {
  width: calc(100% / 3);
  color: #000;
  background: #FFE500;
  text-align: center;
  padding: 22px 0;
  font-size: 20px;
  float: left;
}

#binofreeq .fix-nav a:not(:last-child) {
  border-right: 3px solid #fff;
}

#binofreeq .fix-nav a span.icon_house {
  background: url("../img/binofreeq/icon_house.svg") no-repeat center / 100%;
  width: 37px;
  height: 37px;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}

#binofreeq .fix-nav a span.icon_consult {
  background: url("../img/binofreeq/icon_consult.svg") no-repeat center / 100%;
  width: 37px;
  height: 37px;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}

#binofreeq .fix-nav a span.icon_resv {
  background: url("../img/binofreeq/icon_resv.svg") no-repeat center / 100%;
  width: 37px;
  height: 37px;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}

#binofreeq .life {
  background: url("../img/binofreeq/life_bg.jpg") bottom / 100% no-repeat #fff6e7;
  padding: 100px 0 45%;
}

#binofreeq .life .main-tit {
  font-size: 50px;
  color: #000;
  text-align: center;
}

#binofreeq .life p {
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
}

#binofreeq .what {
  background: #fff6e7;
  padding: 0 0 90px;
  text-align: center;
}

#binofreeq .what .inner {
  width: 830px;
  background: #fffcf7;
  margin: 0 auto;
  padding: 95px 0 85px;
}

#binofreeq .what .inner .jp-tit {
  font-size: 32px;
  line-height: 58px;
}

#binofreeq .what .inner .txt {
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  margin: 35px auto 85px;
}

#binofreeq .what .box {
  margin: 0 auto;
  color: #999c2d;
}

#binofreeq .what .box h3 {
  margin: 0 auto 35px;
}

#binofreeq .what .box .what01 {
  width: 220px;
  margin-right: 45px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

#binofreeq .what .box .what02 {
  width: 185px;
  margin-right: 45px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

#binofreeq .what .box .what03 {
  width: 215px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

#binofreeq .what .box .what01 span {
  width: 47px;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  background: url("../img/binofreeq/what_item01.svg") no-repeat center / 100%;
}

#binofreeq .what .box .what02 span {
  width: 47px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
  background: url("../img/binofreeq/what_item02.svg") no-repeat center / 100%;
}

#binofreeq .what .box .what03 span {
  width: 36px;
  height: 54px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
  background: url("../img/binofreeq/what_item03.svg") no-repeat center / 100%;
}

#binofreeq .what .box p {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 31px;
  font-weight: bold;
}

#binofreeq .start {
  background: #999c2d;
  text-align: center;
  padding: 95px 0 108px;
}

#binofreeq .start .inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#binofreeq .start .inner .illust {
  width: 198px;
  position: absolute;
  top: -10px;
  left: 256px;
}

#binofreeq .start .main-tit {
  color: #fff;
  margin: 0 auto 15px;
}

#binofreeq .start .jp-tit {
  color: #ffea00;
  font-size: 27px;
  margin: 0 auto 85px;
  letter-spacing: 2px;
}

#binofreeq .start .jp-tit span {
  font-size: 45px;
  font-family: "Arial";
  margin: 0 5px 0 10px;
}

#binofreeq .start p {
  font-size: 26px;
  line-height: 39px;
  color: #fff;
  font-weight: bold;
}

#binofreeq .start p span.border {
  border-bottom: 4px solid #ffea00;
  padding: 0 0 3px;
}

#binofreeq .start p.fs {
  font-size: 15px;
  line-height: 25px;
  margin: 15px auto 0;
}

#binofreeq .start .step {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 3 - 2%);
  position: relative;
  height: 352px;
}

#binofreeq .start .step h4 {
  margin: 0 auto 35px;
}

#binofreeq .start .step h5 {
  position: absolute;
  right: 13px;
  top: 20px;
}

#binofreeq .start .step a {
  width: 226px;
  padding: 18px 0;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}

#binofreeq .start .step a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 2;
}

#binofreeq .start .step a:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #999c2d;
}

#binofreeq #event {
  background: #fff;
  color: #418EF2;
}

#binofreeq #event.event .arvhive-list.list04 .item {
  width: calc(100%/4 - 4.5%);
}

#binofreeq .about {
  background: #999c2d;
  padding: 109px 0 0;
}

#binofreeq .about .jp-tit {
  color: #fff;
  font-size: 21px;
  line-height: 42px;
  width: 699px;
  margin: 0 auto 65px;
  padding: 73px 0;
  background: url("../img/binofreeq/about-item.png?2") center / 100% no-repeat;
}

#binofreeq .about .box {
  max-width: 1200px;
  margin: 0 auto;
  background: url("../img/binofreeq/dotted.svg") center no-repeat;
}

#binofreeq .about .sec {
  width: calc(100% / 2 - 5px);
  height: 790px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

#binofreeq .about .sec .inner {
  width: 388px;
  margin: 0 auto;
}

#binofreeq .about .sec .inner h4 {
  margin: 0 auto 40px;
}

#binofreeq .about .sec .inner p {
  color: #fff;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: normal;
}

#binofreeq .about .sec img.photo {
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#binofreeq .slide-bino, #binofreeq .slide-freeq {
  padding: 77px 0 144px;
}

#binofreeq .slide-bino .logo, #binofreeq .slide-freeq .logo {
  margin: 0 auto 55px;
}

#binofreeq .slide-freeq {
  background: #4d4d4d;
}

#binofreeq .slide-freeq .main-tit {
  color: #fff;
  margin: 0 auto 60px;
}

#binofreeq .slide-bino .main-tit {
  color: #231815;
  margin: 0 auto 60px;
}

#binofreeq .slide-bino .inner, #binofreeq .slide-freeq .inner {
  width: 763px;
  margin: 0 auto;
}

#binofreeq .swiper-container {
  overflow: initial;
}

#binofreeq .swiper-pagination-bullet {
  background: #fff !important;
  border: 0.5px solid #000 !important;
  opacity: 1;
  width: 12px;
  height: 12px;
}

#binofreeq .swiper-pagination-bullet-active {
  background: #000 !important;
  border: 0.5px solid #000 !important;
}

#binofreeq .swiper-pagination-fraction, #binofreeq .swiper-pagination-custom, #binofreeq .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: -58px;
}

#binofreeq .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

#binofreeq .secret {
  background: #999c2d;
  padding: 90px 0 64px;
}

#binofreeq .secret .main-tit {
  color: #ffea00;
}

#binofreeq .secret .jp-tit {
  color: #fff;
  font-size: 32px;
  line-height: 57px;
  margin: 45px auto 85px;
}

#binofreeq .secret .item {
  width: 100%;
  position: relative;
  margin: 0 0 50px;
}

#binofreeq .secret .item .bg {
  width: 100%;
  height: auto;
}

#binofreeq .secret .item .txt {
  width: 393px;
  position: absolute;
  top: 25%;
  left: 15%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
}

#binofreeq .secret .item .txt h2 {
  margin: 25px 0 30px;
  font-size: 27px;
  line-height: 45px;
}

#binofreeq .secret .b02 .txt {
  left: auto;
  right: 15%;
}

#binofreeq .secret .b04 {
  margin: 0 auto;
}

#binofreeq .secret .b04 .txt {
  left: auto;
  right: 15%;
}

#binofreeq #model {
  background: #fff6e7;
  padding: 120px 0 130px;
}

#binofreeq #model h2.cezanne {
  font-size: 22px;
  line-height: 38.5px;
  color: #418EF2;
  margin: 0 auto 72px;
  text-align: center;
}

#binofreeq #model .inner {
  width: 830px;
}

#binofreeq #model .item {
  width: 100%;
  position: relative;
}

#binofreeq #model .item:not(:last-child) {
  margin-bottom: 37px;
}

#binofreeq #model .item .thum {
  position: relative;
  overflow: hidden;
  height: 230px;
}

#binofreeq #model .item .thum::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

#binofreeq #model .item a:hover .thum::before {
  background: rgba(0, 0, 0, .2);
}

#binofreeq #model .post-tit {
  width: 100%;
  height: auto;
  padding: 4% 8%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  display: flex;
}

#binofreeq #model .post-tit .num {
  font-size: 89px;
  font-family: bebas-kai, sans-serif;
  color: #fff;
  margin-right: 64px;
}

#binofreeq #model .post-tit h4 {
  font-size: 25px;
  color: #fff;
  letter-spacing: 5px;
  line-height: 50px;
  margin-top: 15px;
}

#binofreeq #model .post-tit h4 span {
  font-size: 16px;
  font-weight: 100;
}

#binofreeq .quality {
  background: #999c2d;
  padding: 122px 0 128px;
}

#binofreeq .quality h2.main-tit {
  color: #fff;
}

#binofreeq .quality h2.jp-tit {
  color: #fff;
  font-size: 32px;
  margin: 0 auto 50px;
}

#binofreeq .quality .bo01 {
  overflow: hidden;
  max-width: 920px;
  width: 90%;
  margin: 0 auto 50px;
}

#binofreeq .quality .bo01 div {
  width: 435px;
  height: 260px;
  border-radius: 10px;
  background: #fff;
  padding: 50px;
}

#binofreeq .quality .bo01 div h3 {
  height: 30px;
  margin: 0 0 15px;
}

#binofreeq .quality .bo01 div h3 img {
  height: 100%;
  width: auto;
}

#binofreeq .quality .bo01 div p {
  font-size: 17px;
  line-height: 31px;
}

#binofreeq .quality .bo01 .left {
  float: left;
}

#binofreeq .quality .bo01 .right {
  float: right;
}

#binofreeq .quality .bottom {
  max-width: 920px;
  width: 90%;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
  border-radius: 10px;
}

#binofreeq .quality .bottom h3 {
  height: 30px;
  width: auto;
  margin: 0 0 20px;
  font-weight: normal;
}

#binofreeq .quality .bottom h3 span {
  margin: 0 0 0 20px;
}

#binofreeq .quality .bottom h3 img {
  height: 100%;
  width: auto;
}

#binofreeq .link {
  padding: 120px 0 107px;
}

#binofreeq .link .main-tit {
  margin: 0 auto 84px;
}

#binofreeq .link ul {
  width: 990px;
  margin: 0 auto;
}

#binofreeq .link ul li {
  width: 470px;
  margin-right: 50px;
  float: left;
}

#binofreeq .link ul li:nth-child(2n) {
  margin: 0;
}

#binofreeq .link ul li a {
  display: block;
  transition: .5s
}

#binofreeq .link ul li a:hover {
  opacity: .8;
}

#binofreeq .lv {
  background: url("../img/binofreeq/lv_bg.jpg") center / cover no-repeat;
  padding: 97px 0 92px;
  text-align: center;
}

#binofreeq .lv h2.cezanne {
  font-size: 31px;
  line-height: 62px;
  margin: 40px auto 46px;
  color: #fff;
  font-weight: bold;
}

#binofreeq .lv a {
  width: 226px;
  padding: 18px 0;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
  display: block;
}

#binofreeq .lv a:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #D9AB9A;
}

#binofreeq #resv {
  background: #999c2d;
  padding: 124px 0 107px;
}

#binofreeq #resv .form-box {
  margin: 0 auto;
}

#binofreeq #resv .main-tit {
  width: 155px;
  margin: 0 auto 60px;
}

#binofreeq #resv h2.cezanne {
  color: #fff;
  text-align: center;
  font-size: 31px;
  font-weight: bold;
}

#binofreeq #resv h3.tel {
  text-align: center;
  margin: 62px auto 0;
}

#binofreeq #resv .form-box {
  padding: 60px;
}

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

  /* 1024px以下用（タブレット用）の記述 */
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* ------------------------------------------------------------ */
  /* 共通 */
  /* ------------------------------------------------------------ */
  a.more {
    font-size: 12px;
  }

  /* ------------------------------------------------------------ */
  /* ボタン */
  .btn {
    font-size: .9em;
  }

  /* ------------------------------------------------------------ */
  /* 全体格納 */
  /* ------------------------------------------------------------ */
  .content {}

  .inner {
    max-width: 95%;
  }

  /* ------------------------------------------------------------ */
  /* ヘッダー */
  /* ------------------------------------------------------------ */
  .main-header {
    background: #fff;
    padding: 12px 15px;
    border-bottom: 1px solid #418EF2;
  }

  /* .main-header.sp {
    opacity: 0;
    visibility: hidden;
    position: relative;
  } */
  .sub .main-header.sp {
    position: fixed;
  }

  .main-header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .main-header .header-top {
    border: none;
    padding: 0;
  }

  .main-header .main-logo {
    margin: 0 auto;
    width: 30%;
    display: block;
  }

  .main-header .main-logo span.pc {
    display: none;
  }

  .main-header .contact {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .main-header .contact a.phone span, .main-header .contact a.mail span {
    display: block;
    width: 32px;
    height: 32px;
  }

  .main-header .contact a.phone img {
    width: 100%;
    height: auto;
  }

  /* ------------------------------------------------------------ */
  /* ナビボタン */
  .sb-toggle-left {
    width: 30px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  #sp-btn {
    width: 100%;
    height: 100%;
    min-height: inherit !important;
    padding: 0;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 999;
  }

  #sp-btn span {
    display: inline-block;
    width: 100%;
    height: 3px;
    text-align: center;
    background-color: #418EF2;
    position: absolute;
    left: 0;
    transition: all .4s;
  }

  #sp-btn span:nth-of-type(1) {
    top: 0;
  }

  #sp-btn span:nth-of-type(2) {
    top: 8px;
  }

  #sp-btn span:nth-of-type(3) {
    bottom: 0;
  }

  .drawer-open #sp-btn span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  .drawer-open #sp-btn span:nth-of-type(2) {
    opacity: 0;
  }

  .drawer-open #sp-btn span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

  /* ------------------------------------------------------------ */
  /* ドロワーナビ */
  /* ------------------------------------------------------------ */
  .sp-nav.drawer-nav {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-y: visible;
    background: #FFF7E8;
    z-index: 9998;
  }

  .drawer--top.drawer-open .drawer-nav {
    top: 48px;
  }

  .sp-nav .gnav {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .sp-nav .gnav ul {
    width: 100%;
    height: auto;
  }

  .sp-nav .gnav li {
    margin: 0 auto;
    width: 100%;
  }

  .sp-nav .gnav li a, .sp-nav .gnav li span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 20px;
    font-size: 1.3rem;
    color: #418EF2;
    position: relative;
    border-bottom: 1px solid #418EF2;
  }

  .sp-nav .gnav li.main-menu a, .sp-nav .gnav li.main-menu span {
    background: #1E5CD9;
    color: #fff;
    border-bottom: 1px solid #fff;
  }

  .sp-nav .gnav li.out-link a, .sp-nav .gnav li.out-link span {
    background: #418EF2;
    color: #fff;
    border-bottom: 1px solid #fff;
  }

  .sp-nav .gnav li.out-link a::after, .sp-nav .gnav li.out-link span::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url("../img/icon-outllink.svg") no-repeat center / 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  /* ------------------------------------------------------------ */
  /* コンテンツ・カラムパターン */
  /* ------------------------------------------------------------ */
  /* スライダー共通 */
  .swiper-button-next, .swiper-button-prev {}

  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {}

  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {}

  .gallery .gallery-slider {
    width: 88%;
  }

  .gallery .swiper-slide .item-tit {
    font-size: 1.6rem;
  }

  .gallery .swiper-slide .item-tit span {
    font-size: 12px;
  }

  /* ------------------------------------------------------------ */
  /* リストパターン */
  /* テキストリスト */
  /* banner */
  .banner-list .item {
    margin: 0 auto 20px;
    padding: 0 10px 0 0;
  }

  .banner-list .item:nth-child(even) {
    padding: 0 0 0 10px;
  }

  /* arvhive-list */
  .arvhive-list {}

  .arvhive-list.list03 .item {
    width: calc(100%/3 - 1em);
    margin: 0 1em 0 0;
  }

  .arvhive-list.list04 .item {
    width: calc(100%/4 - 1em);
    margin: 0 1em 0 0;
  }

  .arvhive-list p.cat {
    font-size: 1.5rem;
    margin: 0 auto 10px;
  }

  .arvhive-list p {
    font-size: 11px;
  }

  .arvhive-list .item-tit {
    font-size: 1.3rem;
  }

  /* ------------------------------------------------------------ */
  /* tab */
  .tab-btn a {
    font-size: 1.1em;
    border-radius: 14px 14px 0 0;
    border-top: 4px solid #f9dee4;
    border-left: 4px solid #f9dee4;
    border-right: 4px solid #f9dee4;
  }

  /* ------------------------------------------------------------ */
  /* コンテンツ共通 */
  /* ------------------------------------------------------------ */
  section.base {}

  .main-tit {
    font-size: 2.4rem;
    margin: 0 auto 30px;
  }

  .sub-tit {
    font-size: 2rem;
  }

  .item-tit {
    font-size: 1.6rem;
  }

  .map-box {
    height: 320px;
  }

  /* ------------------------------------------------------------ */
  /* メインビジュアル */
  /* ------------------------------------------------------------ */
  .main-visual {
    height: 100vh;
    padding: 0;
    /*	margin: 55px auto 0;*/
  }

  .mv-slider {
    max-width: 100%;
    height: 100%;
    text-align: center;
  }

  .mv-slider .swiper-slide .mv_link {
    width: 100%;
    height: 100%;
  }

  .mv-slider .swiper-slide img {
    visibility: hidden;
    opacity: 0;
    /*
  width: auto;
  height: 100%;
  max-width: inherit;
	margin: 0 auto;
	text-align: center;
*/
  }

  /* ------------------------------------------------------------ */
  /* important */
  .top .important {
    padding: 6% 0 0;
  }

  .top .important .link-block {
    padding: 3% 4% 3% 12%;
    font-size: 1.2em;
  }

  .top .important .link-block::before {
    width: 50px;
    height: 46px;
    left: 4%;
  }

  /* ------------------------------------------------------------ */
  /* event */
  .event .arvhive-list.list04 .item {
    width: calc(100%/4 - 3%);
    margin: 0 3% 0 0;
  }

  .event .arvhive-list .thum {
    width: 100%;
    /*height: auto;*/
  }

  /* ------------------------------------------------------------ */
  /* info */
  .info .arvhive-list .thum {
    width: 95px;
    height: 95px;
  }

  .info .arvhive-list .txt {
    width: calc(100% - 95px);
    padding: 0 0 0 6%;
  }

  /* ------------------------------------------------------------ */
  /* concept */
  .concept .thum.sp {
    display: none;
  }

  .concept .box {
    width: 50%;
    margin: 0 auto 0 20px;
    padding: 4% 4% 3%;
  }

  .concept .box p {
    font-size: 1.3rem;
  }

  /* ------------------------------------------------------------ */
  /* promise */
  .promise .main-tit {
    height: 56px;
    text-align: center;
  }

  .promise .col03 .item {
    width: 200px;
    height: 200px;
  }

  .promise .item .item-tit {
    font-size: 2rem;
  }

  .promise .item-tit span.num {
    font-size: 3.2rem;
    margin: 0 auto 2%;
  }

  /* ------------------------------------------------------------ */
  /* guide */
  .guide .main-tit {
    height: 55px;
  }

  .guide .col03 .item {
    padding: 10px;
  }

  .guide .item .item-tit {
    font-size: 1.8rem;
  }

  .guide .item-tit span {
    font-size: 2rem;
  }

  /* ------------------------------------------------------------ */
  /* meeting */
  .meeting .sub-tit {
    height: 80px;
  }

  .meeting .sub-tit .pc {
    display: block;
    margin: 0 auto;
  }

  .meeting .sub-tit .sp {
    display: none;
  }

  .meeting .fukidashi {
    width: 120px;
    height: 107px;
  }

  /* ------------------------------------------------------------ */
  /* gallery */
  .gallery .main-tit {
    margin: 0 auto 10px;
  }

  .gallery .sub-tit {
    font-size: 1.8rem;
    margin: 0 auto 4%;
  }

  /* ------------------------------------------------------------ */
  /* modelhouse */
  .top .modelhouse .main-tit {
    margin: 0 auto 2%;
  }

  .top .modelhouse .sub-tit {
    font-size: 2.8rem;
    margin: 0 auto 4%;
  }

  /* ------------------------------------------------------------ */
  /* page_nav */
  section.page_nav {
    padding: 6% 0 4%;
  }

  section.page_nav .menu-list {
    width: 70%;
    margin: 0 auto;
  }

  section.page_nav .menu-list li {
    width: calc(100%/3);
    padding: 0 10px 20px;
  }

  .page_nav .menu-list li a, .page_nav .menu-list li .nonlink {
    font-size: 1.5rem;
  }

  /* ------------------------------------------------------------ */
  /* blog */
  .blog .arvhive-list.list04 .item {
    width: calc(100%/4 - 3%);
    margin: 0 3% 0 0;
  }

  .blog .arvhive-list .thum {
    width: 100%;
    /*height: auto;*/
  }

  /* ------------------------------------------------------------ */
  /* link */
  section.link {
    padding: 6% 0 0;
  }

  /* ------------------------------------------------------------ */
  /* soudan */
  .soudan .main-tit {
    height: 125px;
  }

  .soudan .main-tit .pc {
    display: block;
    margin: 0 auto;
  }

  .soudan .main-tit .sp {
    display: none;
  }

  /* ------------------------------------------------------------ */
  /* contact_area */
  .contact_area .contact {
    width: 36%;
    margin: 0 auto 2%;
  }

  .contact_area .contact a.phone {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 2.6rem;
  }

  .contact_area .contact p span.futura {
    font-size: 1.8rem;
  }

  .contact_area .contact p span.cezanne {
    font-size: 1.5rem;
  }

  .contact_area .sns-link a.icon {
    width: 32px;
    height: 32px;
    margin: 0 5px;
  }

  /* ------------------------------------------------------------ */
  /* access */
  .access .column {
    width: 90%;
  }

  .access .item.txt {
    width: 45%;
  }

  .access .item.thum {
    width: 55%;
  }

  .access .main-logo {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 70px;
    margin: 0 0 10%;
  }

  .access .address {
    font-size: 1.5rem;
  }

  /* ------------------------------------------------------------ */
  /* fix-nav */
  .fix-nav {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9998;
    -webkit-transition: .5s;
    transition: .5s;
  }

  .fix-nav {
    transform: translateY(100%);
  }

  .fix-nav.is-fixed {
    transform: translateY(0);
  }

  .fix-nav a {
    width: 100%;
    display: block;
    color: #000;
    background: #FFE500;
    text-align: center;
    padding: 10px 5px;
    font-size: 13px;
  }

  .fix-nav a span {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: top;
    background: url("../img/icon-arw-blk.svg") no-repeat center / 100%;
  }

  /* ------------------------------------------------------------ */
  /* フッター */
  /* ------------------------------------------------------------ */
  .main-footer {}

  /* page-top */
  .page-top {
    width: 30px;
    height: 15px;
    top: 5%;
    right: 20px;
  }

  .main-footer .pc {
    display: none;
  }

  .main-footer .sitemap {
    margin: 20px auto 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }

  .sitemap li {
    font-size: 1.2rem;
    margin: 0 0 8px;
    border-right: 1px solid #418EF2;
  }

  .sitemap li a {
    padding: 0 8px;
    line-height: 1;
  }

  .copy {
    font-size: 11px;
    padding: 15px 0px;
  }

  /* ------------------------------------------------------------ */
  /* BinO&FREEQ 20.10.07 */
  /* ------------------------------------------------------------ */
  #binofreeq .start .step {
    width: 100%;
    display: block;
    height: auto;
    padding: 50px 0 100px;
    margin: 0 auto;
  }

  #binofreeq .start .step img {
    margin: 0 auto;
  }

  #binofreeq .start .step a {
    width: 45%;
  }

  #binofreeq .secret {
    padding: 70px 0 0;
  }

  #binofreeq .secret h1 {
    width: 50%;
    margin: 0 auto 60px;
  }

  #binofreeq .secret .item .bg.pc {
    display: block;
  }

  #binofreeq .secret .item .bg.sp {
    display: none;
  }

  #binofreeq .secret .item .txt {
    top: 15%;
    left: 5%;
  }

  #binofreeq .secret .b02 .txt, #binofreeq .secret .b04 .txt {
    left: auto;
    right: 5%;
  }

  #binofreeq .quality h1 {
    width: 40%;
    max-width: 100%;
  }

  #binofreeq .quality .bo01 div {
    width: 100%;
    height: auto;
    padding: 30px;
  }

  #binofreeq .quality .bo01 .left {
    float: none;
    margin: 0 0 20px;
  }

  #binofreeq .quality .bo01 div p {
    font-size: 1.5em;
    line-height: 1.8;
  }

  #binofreeq .fix-nav a img {
    margin: 0 auto;
    width: 53%;
  }
}

@media (orientation: landscape) and (max-width: 1024px) {

  /*デバイス横向きで画面の横幅が 1024px 以下の場合の記述*/
  .main-visual {
    height: auto;
  }

  .mv-slider .swiper-slide .pc {
    display: block;
  }

  .mv-slider .swiper-slide .pc img {
    visibility: visible;
    opacity: 1;
  }

  .mv-slider .swiper-slide .sp {
    display: none;
  }
}

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

  /* 767px以下用（タブレット／スマートフォン用）の記述 */
  /* ------------------------------------------------------------ */
  /* 全体共通 */
  /* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ */
  /* ボタン */
  /* ------------------------------------------------------------ */
  /* 全体格納 */
  /* ------------------------------------------------------------ */
  .content {}

  .inner {
    max-width: 90%;
  }

  /* ------------------------------------------------------------ */
  /* ヘッダー */
  /* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ */
  /* グローバルナビ */
  /* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ */
  /* ナビボタン */
  /* ------------------------------------------------------------ */
  /* ドロワーナビ */
  /* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ */
  /* コンテンツ・カラムパターン */
  /* ------------------------------------------------------------ */
  /* スライダー共通 */
  .gallery .swiper-slide .thum {
    margin: 0 auto 10px;
  }

  .thum-slider-main .swiper-button-next, .thum-slider-main .swiper-button-prev {
    width: 14px;
    height: 34px;
  }

  .thum-slider-main .swiper-button-next, .thum-slider-main .swiper-container-rtl .swiper-button-prev {
    right: -30px;
  }

  .thum-slider-main .swiper-button-prev, .thum-slider-main .swiper-container-rtl .swiper-button-next {
    left: -30px;
  }

  /* ------------------------------------------------------------ */
  /* リストパターン */
  /* banner */
  /* ------------------------------------------------------------ */
  /* コンテンツ共通 */
  /* ------------------------------------------------------------ */
  section.base {}

  .main-tit {
    font-size: 2.4rem;
    margin: 0 auto 20px;
  }

  .sub-tit {
    font-size: 2rem;
  }

  .item-tit {
    font-size: 1.6rem;
  }

  .caption {
    margin: 0 auto 20px;
  }

  .map-box {
    height: 280px;
  }

  /* ------------------------------------------------------------ */
  /* メインビジュアル */
  /* ------------------------------------------------------------ */
  .main-visual {}

  /* ------------------------------------------------------------ */
  /* important */
  .top .important .link-block {
    padding: 12% 4% 4% 4%;
    font-size: 1.15em;
  }

  .top .important .link-block::before {
    width: 24px;
    height: 22px;
    left: 50%;
    top: 10%;
    transform: translate(-50%, 0);
  }

  .top .important .link-block br {
    display: none;
  }

  .top .important .link-block br.sp-only {
    display: block;
  }

  /* ------------------------------------------------------------ */
  /* event */
  .event .arvhive-list {
    width: 80%;
    margin: 0 auto 4%;
  }

  .event .arvhive-list.list04 .item {
    width: calc(100%/2 - 6%);
    margin: 0 6% 0 0;
    padding: 0 0 8%;
  }

  .event .arvhive-list.list04 .item:nth-child(even) {
    margin: 0;
  }

  .event .arvhive-list .thum {}

  /* ------------------------------------------------------------ */
  /* info */
  .info .arvhive-list.list03 .item {
    width: 100%;
    margin: 0 auto 4%;
  }

  /* ------------------------------------------------------------ */
  /* concept */
  section.concept {
    background: #fff;
  }

  .concept .thum.sp {
    display: block;
  }

  .concept .box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 4% 4% 3%;
  }

  .concept .box .main-tit, .concept .box .sub-tit, .concept .box p {
    margin: 0 0 10px;
  }

  .concept .box a.more {
    float: right;
  }

  /* ------------------------------------------------------------ */
  /* promise */
  .promise .main-tit {
    margin: 0 auto 30px;
  }

  .promise .col03 .item {
    width: 150px;
    height: 150px;
  }

  .promise .item .item-tit {
    font-size: 1.5rem;
  }

  .promise .item-tit span.num {
    font-size: 2.6rem;
    margin: 0 auto 2%;
  }

  /* ------------------------------------------------------------ */
  /* guide */
  .guide .item .item-tit {
    font-size: 1.5rem;
  }

  .guide .item-tit span {
    font-size: 1.8rem;
  }

  /* ------------------------------------------------------------ */
  /* meeting */
  .meeting .sub-tit {
    height: 115px;
    margin: 0 auto 30px;
  }

  .meeting .sub-tit .pc {
    display: none;
  }

  .meeting .sub-tit .sp {
    display: block;
    margin: 0 auto;
  }

  /* ------------------------------------------------------------ */
  /* modelhouse */
  .top .modelhouse .sub-tit {
    font-size: 2.4rem;
  }

  /* ------------------------------------------------------------ */
  /* page_nav */
  section.page_nav .menu-list {
    width: 90%;
  }

  /* ------------------------------------------------------------ */
  /* blog */
  .blog .arvhive-list {
    width: 80%;
    margin: 0 auto 4%;
  }

  .blog .arvhive-list.list04 .item {
    width: calc(100%/2 - 6%);
    margin: 0 6% 0 0;
    padding: 0 0 8%;
  }

  .blog .arvhive-list.list04 .item:nth-child(even) {
    margin: 0;
  }

  /* ------------------------------------------------------------ */
  /* contact_area */
  .contact_area .contact {
    width: 48%;
    margin: 0 auto 2%;
  }

  /* ------------------------------------------------------------ */
  /* access */
  .access .column {
    width: 100%;
  }

  .access .item.txt, .access .item.thum {
    width: 50%;
  }

  /* ------------------------------------------------------------ */
  /* フッター */
  /* ------------------------------------------------------------ */
  .main-footer {}

  .copy {
    font-size: 10px;
  }

  /* ------------------------------------------------------------ */
  /* BinO&FREEQ 20.10.07 */
  /* ------------------------------------------------------------ */
  #binofreeq-event .slide-box .swiper-wrapper {
    width: auto !important;
  }

  #binofreeq-event .thum-slider .swiper-slide, #binofreeq-event .thum-slider.square .swiper-slide {
    margin: 0 auto !important;
    order: 0 !important;
  }

  #binofreeq-event .main-tit {
    font-size: 2em;
  }

  #binofreeq-event .thum-slider .swiper-slide img, #binofreeq-event .thum-slider.square .swiper-slide img {
    width: auto !important;
    height: 80px !important;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translate(0, 0);
  }

  #binofreeq {
    font-size: 62.5%;
  }

  #binofreeq .main-tit {
    font-size: 3.15em;
    margin: 0 auto 25px;
    letter-spacing: normal;
    font-weight: 100;
  }

  #binofreeq .jp-tit {
    font-size: 1.8em;
  }

  #binofreeq .life {
    padding: 83px 0 65%;
  }

  #binofreeq .life .inner {
    width: 80%;
    margin: 0 auto;
  }

  #binofreeq .life .main-tit {
    font-size: 3.8em;
  }

  #binofreeq .life p {
    font-size: 1.4em;
    line-height: 2em;
    text-align: justify;
    letter-spacing: -1px;
  }

  #binofreeq .what {
    padding: 0 0 47px;
  }

  #binofreeq .what .inner {
    padding: 50px 5% 46px;
  }

  #binofreeq .what .inner .jp-tit {
    font-size: 1.8em;
    line-height: 2em;
  }

  #binofreeq .what .inner .txt {
    font-size: 1.4em;
    line-height: 2em;
    margin: 20px auto 50px;
    text-align: justify;
  }

  #binofreeq .what .box h3 {
    max-width: 201px;
  }

  #binofreeq .what .box img {
    width: 100%;
  }

  #binofreeq .what .box .what01, #binofreeq .what .box .what02 {
    width: 80%;
    margin: 0 auto 24px;
    display: flex;
  }

  #binofreeq .what .box .what03 {
    width: 80%;
    margin: 0 auto;
    display: flex;
  }

  #binofreeq .what .box .what01 span {
    margin: 0 20px 0 0;
  }

  #binofreeq .what .box .what03 span {
    margin: 0 25px 0 6px;
  }

  #binofreeq .start {
    padding: 47px 0 53px;
  }

  #binofreeq .start h2 {
    max-width: 292px;
    margin: 0 auto 30px;
  }

  #binofreeq .start .step {
    max-width: 273px;
    margin: 0 auto 43px;
    position: initial;
    padding: 0;
  }

  #binofreeq .start .step:nth-last-child(1) {
    margin: 0 auto;
  }

  #binofreeq .start .step a {
    width: 83%;
    position: relative;
    margin: 22px auto 0;
    padding: 13px 0;
  }

  #binofreeq #event.event .arvhive-list.list04 .item {
    width: calc(100%/2 - 3%);
  }

  #binofreeq #event .btn {
    font-size: 1.3em;
    max-width: 273px;
  }

  #binofreeq #event .btn a {
    width: 83%;
    margin: 0 auto;
  }

  #binofreeq .about {
    padding: 46px 0 0;
  }

  #binofreeq .about .jp-tit {
    max-width: 270px;
    margin: 0 auto;
    background: url("../img/binofreeq/about-item_sp.png") center / 100% no-repeat;
    font-size: 1.4em;
    line-height: 2em;
    letter-spacing: 1px;
    padding: 30px 0;
  }

  #binofreeq .about .sec {
    padding: 42px 0 50px;
    width: 100%;
    height: auto;
    position: initial;
    display: block;
    text-align: justify;
  }

  #binofreeq .about .sec:nth-child(1) {
    background: url("../img/binofreeq/dotted_sp.svg") bottom / 100% no-repeat;
  }

  #binofreeq .about .sec:nth-last-child(1) {
    padding: 42px 0 0;
  }

  #binofreeq .about .sec .inner {
    width: 80%;
    margin: 0 auto;
  }

  #binofreeq .about .sec .inner h4 img {
    margin: 0 auto;
  }

  #binofreeq .about .sec .inner p {
    font-size: 1.4em;
    line-height: 2em;
    font-weight: 100;
    margin-bottom: 15px;
  }

  #binofreeq .about .sec img.photo {
    position: initial;
  }

  #binofreeq .about .box {
    background: none;
  }

  #binofreeq .slide-bino, #binofreeq .slide-freeq {
    padding: 45px 0 120px;
  }

  #binofreeq .slide-bino .logo, #binofreeq .slide-freeq .logo {
    margin: 0 auto 36px;
  }

  #binofreeq .slide-bino .main-tit {
    margin: 0 auto 30px;
  }

  #binofreeq .slide-bino .inner, #binofreeq .slide-freeq .inner {
    width: 75%;
  }

  #binofreeq .secret .item .bg.pc {
    display: none;
  }

  #binofreeq .secret .main-tit {
    font-size: 2.1em;
  }

  #binofreeq .secret .jp-tit {
    font-size: 1.9em;
    line-height: 2em;
  }

  #binofreeq .secret .jp-tit {
    margin: 25px auto 35px;
  }

  #binofreeq .secret .item .txt {
    float: none !important;
    position: absolute;
    left: 5%;
    width: 90%;
    top: 68%;
    font-size: 1.15em;
    line-height: 1.8em;
  }

  #binofreeq .secret .b03 .txt {
    top: 86%;
  }

  #binofreeq .secret .item .txt h2 {
    font-size: 1.9em;
    line-height: 1.8em;
    margin: 15px 0;
  }

  #binofreeq .secret .item .txt p {
    font-size: 1.4em;
    line-height: 2em;
  }

  #binofreeq .secret .b01 {
    background: url("../img/binofreeq/secret-design-img_sp.jpg") center / cover no-repeat;
    margin-bottom: 245px;
    position: relative;
  }

  #binofreeq .secret .b02 {
    background: url("../img/binofreeq/secret-family-img_sp.jpg") center / cover no-repeat;
    margin-bottom: 245px;
    position: relative;
  }

  #binofreeq .secret .b03 {
    background: url("../img/binofreeq/secret-hobby-img_sp.jpg") center / cover no-repeat;
    margin-bottom: 205px;
    position: relative;
    padding: 300px 0 !important;
  }

  #binofreeq .secret .b04 {
    background: url("../img/binofreeq/secret-living-img.jpg") center / cover no-repeat;
    margin-bottom: 170px;
    position: relative;
  }

  #binofreeq .secret {
    padding: 47px 0 0;
  }

  #binofreeq .secret h1 {
    width: 55%;
    margin: 0 auto 35px;
  }

  #binofreeq .secret .item {
    padding: 0 0 270px;
    position: relative;
  }

  #binofreeq .quality {
    padding: 50px 0 45px;
  }

  #binofreeq .quality .bottom .inner {
    width: 100%;
    margin: 0 auto;
  }

  #binofreeq .quality h2 {
    width: 58%;
    margin: 0 auto 40px;
  }

  #binofreeq .quality .bo01 div p {
    font-size: 1.1em;
    line-height: 1.8;
  }

  #binofreeq .quality .bo01 {
    margin: 0 auto 20px;
  }

  #binofreeq .quality .bo01 div h3 {
    height: 20px;
    margin: 0 0 15px;
  }

  #binofreeq .quality .bottom {
    padding: 30px;
  }

  #binofreeq .quality .bottom .inner p img {
    width: 100%;
  }

  #binofreeq .quality .bottom h3 {
    width: auto;
    margin: 0 0 10px;
  }

  #binofreeq .quality .bottom h3 img {
    width: auto;
    height: 20px;
  }

  #binofreeq .quality .bottom h3 span {
    margin: 5px 0 0;
    display: block;
  }

  #binofreeq #model {
    padding: 33px 0 41px;
  }

  #binofreeq #model .main-tit {
    font-size: 2.3em;
    letter-spacing: 1px;
    margin: 0 auto 15px;
  }

  #binofreeq #model h2.cezanne {
    font-size: 1.8em;
    line-height: 1.5em;
    margin: 0 auto 25px;
  }

  #binofreeq #model .post-tit .num {
    font-size: 4.3em;
    line-height: 2.7em;
    margin-right: 15px;
  }

  #binofreeq #model .post-tit h4 span {
    font-size: 0.8em;
  }

  #binofreeq #model .post-tit h4 {
    font-size: 1.6em;
    line-height: 1.6em;
    margin-top: 30px;
    letter-spacing: 1px;
  }

  #binofreeq #model .item .thum {
    height: 140px;
  }

  #binofreeq #model .item:not(:last-child) {
    margin-bottom: 10px;
  }

  #binofreeq .quality {
    padding: 50px 0 65px;
  }

  #binofreeq .quality h2 {
    width: 100%;
    font-size: 2.3em;
    margin: 0 auto 20px;
  }

  #binofreeq .quality h2.jp-tit {
    font-size: 2em;
    margin: 0 auto 40px;
  }

  #binofreeq .quality .bottom h3 {
    height: auto;
  }

  #binofreeq .quality .bo01 div p, #binofreeq .quality .bottom h3 span {
    font-size: 1.3em;
    line-height: 2em;
  }

  #binofreeq .quality .bottom h3 span {
    margin: 17px 0;
    line-height: 2em;
  }

  #binofreeq .quality .bottom {
    padding: 30px 20px;
  }

  #binofreeq .link {
    padding: 40px 0 50px;
  }

  #binofreeq .link .main-tit {
    margin: 0 0 30px;
  }

  #binofreeq .link ul {
    width: 85%;
    margin: 0 auto;
  }

  #binofreeq .link ul li {
    width: 100%;
    margin: 0 auto 10px;
  }

  #binofreeq .lv {
    padding: 60px 0 65px;
  }

  #binofreeq .lv h2.cezanne {
    font-size: 2em;
    line-height: 2em;
  }

  #binofreeq .lv a {
    font-size: 1.6em;
  }

  #binofreeq #resv .form-box {
    padding: 33px 5%;
  }

  #binofreeq .form-box .form-item.border {
    padding: 10% 7%;
  }

  #binofreeq #resv {
    padding: 70px 0 50px;
  }

  #binofreeq #resv .main-tit {
    width: 102px;
    margin: 0 auto 25px;
  }

  #binofreeq #resv h2.cezanne {
    font-size: 2em;
  }

  #binofreeq #resv h3.tel {
    width: 249px;
    margin: 30px auto 10px;
  }

  #binofreeq .fix-nav a {
    padding: 7px 0;
  }

  #binofreeq .fix-nav a img {
    width: 100%;
  }
}

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

  /* 479px以下用（スマートフォン用）の記述 */
  .sp-only {
    display: block;
  }

  .content {}

  .btn {
    max-width: 90%;
  }

  .btn a {
    padding: 12px 8px;
  }

  /* ------------------------------------------------------------ */
  /* ヘッダー */
  /* ------------------------------------------------------------ */
  .main-header {
    padding: 10px;
  }

  .main-header .main-logo {
    width: 50%;
  }

  .main-header .contact a.phone span, .main-header .contact a.mail span {
    width: 28px;
    height: 28px;
  }

  /* ------------------------------------------------------------ */
  /* ドロワーナビ */
  /* ------------------------------------------------------------ */
  .drawer--top.drawer-open .drawer-nav {
    top: 55px;
  }

  /* ------------------------------------------------------------ */
  /* コンテンツ・カラムパターン */
  /* ------------------------------------------------------------ */
  /* スライダー共通 */
  .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
  }

  .swiper-button-next, .swiper-button-prev {
    font-size: 1.4em;
  }

  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }

  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
  }

  .gallery .gallery-slider {
    width: 80%;
  }

  .gallery .swiper-button-prev, .gallery .swiper-container-rtl .swiper-button-next {
    left: -30px;
  }

  .gallery .swiper-button-next, .gallery .swiper-container-rtl .swiper-button-prev {
    right: -30px;
  }

  /* thum-slider */
  .thum-slider-main {
    margin: 0 auto 10px;
  }

  .thum-slider {
    width: 100%;
  }

  .thum-slider .swiper-slide, .thum-slider.square .swiper-slide {
    width: 50px !important;
    height: 50px !important;
    position: relative;
  }

  .thum-slider .swiper-slide img {
    width: auto !important;
    height: 100% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .thum-slider.square .swiper-slide {
    width: 55px !important;
    height: 55px !important;
  }

  /* ------------------------------------------------------------ */
  /* リストパターン */
  /* バナー */
  .banner-list {
    margin: 0 auto;
  }

  .banner-list .item {
    width: 100%;
    margin: 0 auto 10px;
    padding: 0 !important;
  }

  /* ------------------------------------------------------------ */
  /* tab */
  .tab-btn {
    margin: 0 auto 8%;
    border-bottom: 4px solid #f9dee4;
  }

  .tab-btn a {
    font-size: 1em;
    padding: 8px 10px;
    margin: 0 5px;
  }

  /* ------------------------------------------------------------ */
  /* コンテンツ共通 */
  /* ------------------------------------------------------------ */
  section.base {
    padding: 8% 0;
  }

  .main-tit {
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .sub-tit {
    font-size: 1.8rem;
  }

  .item-tit {
    font-size: 1em;
  }

  .caption {
    font-size: 14px;
  }

  .map-box {
    margin: 0 auto 20px;
  }

  /* ------------------------------------------------------------ */
  /* メインビジュアル */
  /* ------------------------------------------------------------ */
  .main-visual {}

  .mv-slider .swiper-slide img {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* ------------------------------------------------------------ */
  /* important */
  .top .important .link-block {
    padding: 4% 4% 4% 4%;
    font-size: .9em;
  }

  .top .important .link-block .line-btm {
    line-height: 15px;
  }

  /* ------------------------------------------------------------ */
  /* event */
  .event .arvhive-list {
    width: 100%;
    margin: 0 auto 8%;
  }

  .event .arvhive-list.list04 .item {
    width: calc(100%/2 - 3%);
    margin: 0 6% 0 0;
    padding: 0 0 12%;
  }

  .event .arvhive-list .thum {
    height: 150px;
  }

  /* ------------------------------------------------------------ */
  /* info */
  .info .arvhive-list {
    margin: 0 auto 16%;
  }

  .info .arvhive-list.list03 .item {
    margin: 0 auto 10%;
  }

  /* ------------------------------------------------------------ */
  /* concept */
  section.concept {
    padding: 8% 0 0;
  }

  .concept .box {
    padding: 20px 0;
  }

  /* ------------------------------------------------------------ */
  /* promise */
  .promise .col03 .item {
    width: 130px;
    height: 130px;
    margin: 0 auto 10px;
  }

  .promise .col03 .item:first-child {
    width: 100%;
    height: auto;
  }

  .promise .col03 .item:first-child a {
    width: 130px;
    height: 130px;
    margin: 0 auto;
  }

  /*.promise .col03 .item {
	padding: 0;
  width: calc(100%/2);
	margin: 0 auto 10px;
}

.promise .col03 .item:first-child {
  width: 60%;
}*/
  .promise .item .item-tit {
    font-size: 2.4rem;
  }

  .promise .item-tit span.num {
    font-size: 2.4rem;
    margin: 0 auto 2%;
  }

  /* ------------------------------------------------------------ */
  /* guide */
  .guide .col03 .item {
    padding: 8px;
    width: calc(100%/2);
  }

  /* ------------------------------------------------------------ */
  /* meeting */
  section.meeting {
    padding: 10% 0 8%;
  }

  .meeting .fukidashi {
    width: 96px;
    height: 85px;
    right: 0;
    top: -16px;
  }

  /* ------------------------------------------------------------ */
  /* modelhouse */
  .top .modelhouse {
    padding: 12% 0;
    background: url(../img/bg-nextclean_sp.png) no-repeat center / cover;
  }

  .top .modelhouse .main-tit {
    margin: 0 auto 4%;
  }

  .top .modelhouse .sub-tit {
    font-size: 2rem;
    margin: 0 auto 8%;
  }

  /* ------------------------------------------------------------ */
  /* page_nav */
  section.page_nav .menu-list {
    width: 100%;
  }

  section.page_nav .menu-list li {
    width: calc(100%/2);
    padding: 0 10px 20px;
  }

  .page_nav .menu-list li a, .page_nav .menu-list li .nonlink {
    padding: 1.5em 5px 15px;
  }

  /* ------------------------------------------------------------ */
  /* blog */
  .blog .arvhive-list {
    width: 100%;
    margin: 0 auto 8%;
  }

  .blog .arvhive-list.list04 .item {
    width: calc(100%/2 - 3%);
    margin: 0 6% 0 0;
    padding: 0 0 12%;
  }

  footer .blog .arvhive-list.list04 .item {
    width: calc(100%/2 - 3%);
    margin: 0 6% 0 0;
    padding: 0 0 12%;
  }

  footer .blog .arvhive-list.list04 .item:nth-child(4) {
    width: calc(100%/2 - 3%);
    margin: 0;
  }

  .blog .arvhive-list .thum {
    height: 150px;
  }

  /* ------------------------------------------------------------ */
  /* soudan */
  .soudan .main-tit .pc {
    display: none;
  }

  .soudan .main-tit .sp {
    display: block;
    margin: 0 auto;
  }

  /* ------------------------------------------------------------ */
  /* contact_area */
  .contact_area .btn-contact a::after {
    right: 8%;
  }

  .contact_area .contact {
    width: 90%;
    margin: 0 auto 20px;
  }

  /* ------------------------------------------------------------ */
  /* access */
  .access .item.txt, .access .item.thum {
    width: 100%;
    margin: 0 auto 20px;
  }

  .access .btn {
    margin: 0 auto;
  }

  /* ------------------------------------------------------------ */
  /* フッター */
  /* ------------------------------------------------------------ */
  .main-footer {}

  .main-footer .inner {
    max-width: 95%;
  }

  .main-footer .access .inner {
    max-width: 90%;
  }

  .sitemap {}

  .sitemap li {
    line-height: 1.2;
  }

  .sitemap li a {
    padding: 0 8px;
  }
}

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

  /* 360px以下用（スマートフォン用）の記述 */
  .thum-slider.square .swiper-slide {
    width: 45px !important;
    height: 45px !important;
  }
}

/*20201118 */

.post_content .column {
  display: block;
}