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

	body

==============================================================================================*/

body {
  position: relative;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity .5s ease;
}

/*==========================================================
  共通contents
==========================================================*/

.sp {
  display: none;
}

.tab {
  display: none;
}

.contens_sec {
  padding: 80px 0;
  position: relative;
}

.contents_wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.contents_wrap h2 {
  line-height: 1;
  letter-spacing: .1em;
}

.contents_wrap p {
  line-height: 1.8em;
}

.contents_title {
  text-align: center;
  padding-bottom: 50px;
}

.contents_title h2 {
  line-height: 1;
  letter-spacing: .1em;
}

.point_icon_cont {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #ffffff;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

.point_icon_wrap {
  padding: 5px;
}

.point_icon_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #f00;
  padding: 5px 0 10px;
  border-radius: 5px;
}

.point_icon_cont img {
  width: 60%;
  margin: 0 auto;
}


/*==============================================================================================

	header

==============================================================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

#header_sec {
  width: 100%;
  max-width: 1200px;
  height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 20px;
  margin: 0 auto;
}

#header_sec .logo_wrap {
  height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#header_sec .logo_wrap img {
  width: 120px;
}

#header_sec .logo_wrap div.cross {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  position: relative;
}

#header_sec .logo_wrap div.cross:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px;
  height: 100%;
  background: #ffffff;
}

#header_sec .logo_wrap div.cross:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 2px;
  height: 100%;
  background: #ffffff;
}

#header_sec nav {
  display: -webkit-flex;
  display: flex;
}

#header_sec nav a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
  color: #ffffff;
  font-size: 12px;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#header_sec nav a:hover {
  opacity: .4;
}

/*==============================================================================================

	メインビジュアル

==============================================================================================*/
#mv_sec {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
}

.mv_bg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #0f1624;
}

.mv_bg_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .2;
}

.mv_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  width: 100%;
}

.mv_wrap p {
  padding-bottom: 30px;
}

.push-factor_wrap {
  color: #c0b283;
  font-size: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}


.mv_wrap .push-factor_wrap .cross {
  width: 50px;
  height: 50px;
  margin: 0px 20px;
  position: relative;
}

.mv_wrap .push-factor_wrap .cross:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 3px;
  height: 100%;
  background: #c0b283;
}

.mv_wrap .push-factor_wrap div.cross:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 3px;
  height: 100%;
  background: #c0b283;
}

/*==============================================================================================

	アバウト

==============================================================================================*/
#about_sec p {
  padding-bottom: 30px;
  text-align: center;
  line-height: 1.8;
}

.worries_cont {
  padding-top: 50px;
  position: relative;
}

.worries_cont > img {
  position: absolute;
  top: 60px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  opacity: .1;
}

.worries_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.worries_wrap > div {
  width: calc(100% / 4 - 10px);
  color: #ffffff;
  background: #ab987a;
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.worries_wrap span {
  font-size: 18px;
  display: block;
}

.relief_wrap {
  margin: 100px 0;
  text-align: center;
  position: relative;
}

.relief_wrap:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 200px 0 200px;
  border-color: #ff533d transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.step_cont {
  background: #f5f5f5;
  padding: 60px 0;
}

.step_cont p {
  padding: 0;
}

.step_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 30px;
}

.step_wrap > div {
  width: calc(100% / 3);
  position: relative;
  text-align: center;
  color: #c0b283;
}

.step_wrap > div:nth-child(1) {
  z-index: 3;
}

.step_wrap > div:nth-child(2) {
  z-index: 2;
}

.step_wrap > div:nth-child(3) {
  z-index: 1;
}

.step_wrap > div div:nth-child(2) {
  padding: 30px 0;
}

.step_wrap > div div:nth-child(3) {
  padding-bottom: 20px;
}

.step_title {
  color: #FFFFFF;
  height: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.step_title:before {
  content: '';
  width: 100%;
  height: 100%;
  border-right: 2px solid #ffffff;
  background: #0f1626;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
}

.step_wrap > div:nth-child(1) .step_title:before {
  width: calc(100% - 20px);
  left: 0;
}

.step_title:after {
  content: '';
  width: 35px;
  height: 35px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  background: #0f1626;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -moz-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.step_wrap > div img {
  width: 80%;
  margin: 0 auto;
}


/*==============================================================================================

	デザイン

==============================================================================================*/
#design_sec {
  padding-top: 160px;
  padding-bottom: 230px;
}

.design_bg_img {
  position: absolute;
  top: 60px;
  left: -50px;
  width: 80%;
  opacity: .1;
}

.design_back {
  position: absolute;
  top: 160px;
  right: 0;
  z-index: -1;
  width: 10px;
  height: 10px;
  background: #373737;
}

.design_wrap {
  padding: 40px 40px 200px 120px;
  color: #ffffff;
}

.design_wrap h2 {
  padding-bottom: 40px;
}

#design_sec .design_push_wrap {
  position: absolute;
  bottom: 180px;
  left: 50%;
  -moz-transform: translate(-50%, 100%);
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.design_push_inner {
  width: calc(100% / 3 - 30px);
  color: #ffffff;
  background: #c0b283;
  padding: 30px;
}

.design_push_inner h3 {
  text-align: center;
}

.design_push_inner div {
  width: 160px;
  height: 40px;
  margin: 20px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: 2px solid #ffffff;
  border-radius: 8px;
}

/*==============================================================================================

	プラン

==============================================================================================*/
.plan_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.plan_inner {
  width: calc(50% - 15px);
  padding: 20px;
  background: #dcd0c0;
}

.plan_inner:nth-child(1) {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.plan_detail {
  width: 100%;
  max-width: 350px;
  background: #ffffff;
}

.plan_detail_title {
  padding: 10px;
  text-align: center;
  color: #ffffff;
  background: #373737;
  position: relative;
}

.plan_inner:nth-child(1) .plan_detail_title img {
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .1;
}

.plan_inner:nth-child(2) .plan_detail_title img {
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .1;
}

.plan_detail_point {
  padding: 20px;
}

.plan_detail_point + .plan_detail_point {
  padding-top: 0;
}

.plan_detail_point ul {
  padding-top: 10px;
}

.plan_detail_point li {
  position: relative;
  padding-left: 15px;
}

.plan_detail_point li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 5px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plan_detail .point_icon_cont {
  padding-top: 10px;
}

.plan_detail .point_icon_wrap {
  width: calc(100% / 4);
}

.plan_detail .point_icon_inner {
  padding: 10px 0 10px;
}

.plan_inner:nth-child(1) .plan_detail .point_icon_inner {
  background: #147b83;
}

.plan_inner:nth-child(2) .plan_detail .point_icon_inner {
  background: #288971;
}

.plan_detail_price {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
}

.plan_detail_price div {
  position: relative;
  padding-right: 80px;
  font-size: 60px;
}

.plan_detail_price div span:nth-child(1) {
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 25px;
  font-weight: bold;
}

.plan_detail_price div span:nth-child(2) {
  position: absolute;
  bottom: 7px;
  right: 0;
  font-size: 14px;
  font-weight: bold;
}


/*==============================================================================================

	パッケージ

==============================================================================================*/
#package_sec {
  padding-bottom: 20px
}

#package_sec p {
  padding-bottom: 30px;
  text-align: center;
}

.package_select_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.package_select_wrap > div {
  width: calc(100% / 3 - 20px);
}

.package_select_wrap > div:nth-child(1):before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: #5ebea8;
}

.package_select_wrap > div:nth-child(2):before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: #41993e;
}

.package_select_wrap > div:nth-child(3):before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: #c0b283;
}

.package_select_btn.selected {
  pointer-events: none;
}

.package_inner {
  border: 1px solid #d0d0d0;
  border-top: none;
  padding: 20px;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

.package_inner:hover,
.package_select_btn.selected .package_inner {
  opacity: .4;
}

.package_title {
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
}

.package_title span {
  letter-spacing: .1em;
  display: block;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 5px;
}

.package_price {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  padding-top: 20px
}

.package_price div {
  position: relative;
  padding-right: 62px;
  font-size: 40px;
}

.package_price div span:nth-child(1) {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 20px;
  font-weight: bold;
}

.package_price div span:nth-child(2) {
  position: absolute;
  bottom: 4px;
  right: 0;
  font-size: 11px;
  font-weight: bold;
}

.package_slide_cont {
  padding: 40px 0;
}

.package_slide_inner {
  width: 100%;
}

.package_slide_inner:nth-child(1) .package_slide_inner-head:before {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  background: #5ebea8;
}

.package_slide_inner:nth-child(2) .package_slide_inner-head:before {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  background: #41993e;
}

.package_slide_inner:nth-child(3) .package_slide_inner-head:before {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  background: #c0b283;
}

.package_slide_status {
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.package_slide_status .package_title {
  text-align: left;
  font-size: 16px;
  border-bottom: none;
  width: 300px;
}

.package_slide_status .package_title span {
  font-size: 30px;
}

.flickity-page-dots .dot {
  width: 100px;
  border-radius: 0;
}

.package_slide_status .package_slide_text {
  width: calc(100% - 300px - 180px);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.package_slide_status .package_price {
  width: 180px;
  padding: 0;
}

.package_slide_inner:nth-child(1) .package_slide_status .package_price {
  color: #5ebea8;
}

.package_slide_inner:nth-child(2) .package_slide_status .package_price {
  color: #41993e;
}

.package_slide_inner:nth-child(3) .package_slide_status .package_price {
  color: #c0b283;
}

.package_slide_inner .package_slide_status .package_price span {
  color: #333333;
}

.package_slide_detail {
  padding: 0 20px 20px;
}

.package_slide_detail {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.package_slide_detail > div {
  width: calc(50% - 15px);
}

.package_slide_image {
  position: relative;
}

.package_slide_image:after {
  content: '※画像はイメージです';
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
}

.package_slide_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package_slide_point {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.package_slide_point ul {
  padding-top: 10px;
}

.package_slide_point li {
  position: relative;
  padding-left: 15px;
}

.package_slide_point li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 5px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.package_slide_detail .point_icon_cont {
  padding-top: 20px;
}

.package_slide_detail .point_icon_wrap {
  width: calc(100% / 6);
}

.package_slide_detail .point_icon_wrap span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 30px;
  line-height: 1.3;
}

.package_slide_detail .point_icon_inner {
  padding: 10px 0 10px;
}

.package_slide_inner:nth-child(1) .package_slide_detail .point_icon_inner {
  background: #5ebea8;
}

.package_slide_inner:nth-child(2) .package_slide_detail .point_icon_inner {
  background: #41993e;
}

.package_slide_inner:nth-child(3) .package_slide_detail .point_icon_inner {
  background: #c0b283;
}

.package_slide_inner .package_slide_detail .point_icon_inner.disable {
  background: #c7c7c6;
}

/*==============================================================================================

	キャッチ

==============================================================================================*/
#catch_sec {
  background: url(../img/bg_catch.png);
  background-size: cover;
  background-position: center center;
  height: 300px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 80px;
}

#catch_sec > div {
  line-height: 1;
  text-align: center;
}

#catch_sec span {
  color: #ff533d;
  margin: 10px 0;
  display: inline-block;
}

/*==============================================================================================

	ネットワーク

==============================================================================================*/
#network_sec {
  background: #e2e6e9;
}

#network_sec p {
  padding-bottom: 30px;
  text-align: center;
}

.network_pop_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 20px;
}

.network_pop_text {
  position: relative;
  background: #0f1626;
  border-radius: 5px;
  width: calc(100% / 3 - 20px);
  padding: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.network_pop_text:before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 20px 12.5px;
  border-color: transparent transparent #0f1626 transparent;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.network_image_cont {
  padding-top: 40px;
}

.network_image_wrap {
  padding-top: 20px;
  display: -webkit-flex;
  display: flex;
}

.network_arrow {
  width: 60%;
  min-height: 400px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.network_arrow img {
  width: 50%;
  padding: 30px;
}

.network_arrow_text {
  width: 50%;
  color: #ffffff;
}

.network_arrow_anim {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.network_arrow_anim div {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - 150px);
  height: 300px;
  background: #b7d333;
}

.network_arrow_anim div:after {
  content: '';
  display: ;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 0 200px 150px;
  border-color: transparent transparent transparent #b7d333;
  position: absolute;
  top: 50%;
  right: -150px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.network_image {
  width: 40%;
}

.network_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.network_text {
  text-align: center;
  padding-top: 20px;
}

.network_text span {
  color: #ff533d;
  font-size: 100px;
  position: relative;
  line-height: 1;
}

.network_text span:after {
  content: '※';
  color: #333333;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: -40px;
}

#network_sec .network_text p {
  font-size: 10px;
  font-weight: normal;
  text-align: right;
  padding-top: 50px;
  padding-bottom: 0;
}

/*==============================================================================================

	保証

==============================================================================================*/
.ensure_wrap {
  margin-left: auto;
}

.ensure_wrap + .scrollanim .contents_title {
  margin: 100px auto;
  padding: 0;
  line-height: 1.6;
  position: relative;
}

.ensure_wrap + .scrollanim .contents_title:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 200px 0 200px;
  border-color: #c0b283 transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}


.ensure_title {
  background: #373737;
  padding: 20px 30px;
  color: #ffffff;
}

#ensure_sec p {
  padding: 30px 60px 60px 20px;
  line-height: 1.8;
  max-width: 1000px;
  position: relative;
}

#ensure_sec p span {
  position: absolute;
  bottom: 30px;
  left: 20px;
  width: calc(100% - 50px);
  display: block;
  font-size: 10px;
}

.ensure_img {
  padding: 0 20px;
}

.ensure_img img {
  width: 100%;
  max-width: 900px;
}


/*==============================================================================================

	ギャラリー

==============================================================================================*/
#gallery_sec {
  background: #373737;
  color: #c0b283;
}

.gallery_wrap {
  display: grid;
  grid-template-columns: 10% 5% 5% 5% 10% 10% 200px 19% 1fr;
  grid-auto-rows: 150px 80px 20px 50px 50px 100px 200px;
}

.gallery_title {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  letter-spacing: .1em;
  grid-column-start: 7;
  grid-column-end: 8;
  grid-row-start: 2;
  grid-row-end: 4;
  padding: 10px;
}

.gallery_wrap div:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 2;
  padding: 3px;
}

.gallery_wrap div:nth-child(3) {
  grid-column-start: 6;
  grid-column-end: 8;
  grid-row-start: 1;
  grid-row-end: 2;
  padding: 3px;
}

.gallery_wrap div:nth-child(4) {
  grid-column-start: 8;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 3;
  padding: 3px;
}

.gallery_wrap div:nth-child(5) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 5;
  padding: 3px;
}

.gallery_wrap div:nth-child(6) {
  grid-column-start: 3;
  grid-column-end: 7;
  grid-row-start: 2;
  grid-row-end: 5;
  padding: 3px;
}

.gallery_wrap div:nth-child(7) {
  grid-column-start: 7;
  grid-column-end: 8;
  grid-row-start: 4;
  grid-row-end: 6;
  padding: 3px;
}

.gallery_wrap div:nth-child(8) {
  grid-column-start: 8;
  grid-column-end: 9;
  grid-row-start: 3;
  grid-row-end: 6;
  padding: 3px;
}

.gallery_wrap div:nth-child(9) {
  grid-column-start: 9;
  grid-column-end: 10;
  grid-row-start: 3;
  grid-row-end: 6;
  padding: 3px;
}

.gallery_wrap div:nth-child(10) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 5;
  grid-row-end: 7;
  padding: 3px;
}

.gallery_wrap div:nth-child(11) {
  grid-column-start: 2;
  grid-column-end: 5;
  grid-row-start: 5;
  grid-row-end: 7;
  padding: 3px;
}

.gallery_wrap div:nth-child(12) {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 5;
  grid-row-end: 7;
  padding: 3px;
}

.gallery_wrap div:nth-child(13) {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 7;
  grid-row-end: 8;
  padding: 3px;
}

.gallery_wrap div:nth-child(14) {
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 7;
  grid-row-end: 8;
  padding: 3px;
}

.gallery_wrap div:nth-child(15) {
  grid-column-start: 7;
  grid-column-end: 10;
  grid-row-start: 6;
  grid-row-end: 8;
  padding: 3px;
}

.gallery_wrap div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery_wrap_slider {
  margin-top: 20px;
  display: none;
}

.gallery_crousel {
  width: 100%;
  height: 200px;
  background: #FFFFFF;
}

.gallery_crousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*==============================================================================================

	お問い合わせ

==============================================================================================*/
#inq_title_sec p {
  text-align: center;
}

.inq_sec {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, .8);
  padding: 10px 0;
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: transform .3s ease;
  -webkit-transition: transform .3s ease;
  transition: transform .3s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.inq_view .inq_sec {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.inq_sec > div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.inq_btn {
  font-size: 14px;
  width: 300px;
  margin: 0 10px;
  background: #ff533d;
  border-radius: 5px;
  padding: 15px;
  color: #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-transition: opacitu .3s ease;
  -webkit-transition: opacitu .3s ease;
  transition: opacitu .3s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.est_btn {
  font-size: 14px;
  width: 300px;
  margin: 0 10px;
  background: #c0b283;
  border-radius: 5px;
  padding: 15px;
  color: #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-transition: opacitu .3s ease;
  -webkit-transition: opacitu .3s ease;
  transition: opacitu .3s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.inq_btn:hover,
.est_btn:hover {
  opacity: .6;
}


/*==============================================================================================

	会社概要

==============================================================================================*/
#comp_sec {
  margin-top: 80px;
  padding: 80px 0;
  background: #373737;
}

#comp_sec .contents_title {
  color: #ffffff;
}

.comp_wrap {
  display: -webkit-flex;
  display: flex;
}

.comp_wrap > div {
  width: 50%;
  color: #ffffff;
  padding: 40px 60px;
}

.comp_wrap > div:nth-child(1) {
  border-right: 1px solid #ffffff;
}


.foot_logo {
  width: 100%;
  max-width: 180px;
  margin: 0 auto 30px;
}

.comp_table {
  display: -webkit-flex;
  display: flex;
  padding-bottom: 5px;
  font-size: 12px;
}

.comp_table div:nth-child(1) {
  width: 80px;
  padding: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.comp_table div:nth-child(2) {
  width: calc(100% - 80px);
  padding: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.comp_wrap a {
  color: #ffffff;
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
}

/*==============================================================================================

	footer

==============================================================================================*/
footer {
  width: 100%;
  height: 200px;
  background: #f4f4f4;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: .1em;
  font-size: 12px;
}

footer img {
  width: 70px;
  margin: 0 auto;
}

/*==============================================================================================

	form

==============================================================================================*/
#form_sec {
  padding-top: 80px;
}
