@charset "UTF-8";
/** pxからvwへ変換関数 **/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  color: #333;
  background-color: #F8F8F7;
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New","游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

ul {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .5s 0s ease;
  transition: all .5s 0s ease;
}

a:hover {
  color: #0D3E7A;
}

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

small {
  font-size: 1.2rem;
}

table {
  width: 100%;
}

.w1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.w900 {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.w840 {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

.w600 {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #F5F5F5;
}

.font-blue {
  color: #0D3E7A;
}

.font-green {
  color: #00997B;
}

.font-light-blue {
  color: #017699 !important;
}

.font-yellow {
  color: #999301 !important;
}

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

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

.font-bold {
  font-weight: bold;
}

.mt-03 {
  margin-top: 3rem;
}

.mb-02 {
  margin-bottom: 2rem;
}

.mb-05 {
  margin-bottom: .5rem;
}

.pl-02 {
  padding-left: 2.4rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aling-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-reset {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col-01 {
  width: 100%;
}

.col-02 {
  width: 50%;
}

.col-03 {
  width: 31%;
}

.col-04 {
  width: 23%;
  margin-bottom: 3rem;
}

.w40 {
  width: 40%;
}

.w60 {
  width: 57%;
}

.text-center {
  margin-top: 1rem;
  text-align: center;
}

.list {
  list-style: disc;
  padding-left: 2.4rem;
}

.inlineblock {
  display: inline-block !important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header {
  width: 100%;
  padding: 2rem 3rem;
  z-index: 100;
  position: absolute;
}

.header .gnav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .gnav_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header .gnav_menu ul li {
  margin-right: 3rem;
}

.header .gnav_menu ul li span {
  font-weight: 700;
  cursor: pointer;
}

.header .gnav_menu ul li:last-child {
  margin-right: 0;
}

.header .gnav_menu ul li a {
  font-weight: 700;
}

main {
  padding-bottom: 11rem;
}

main .mv {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .mv p {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 4rem;
}

.fix-btn-area {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 110;
}

.fix-btn-area img {
  max-width: 200px;
}

.fix-btn-area .floating-banner-trigger {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #333;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 18px;
  top: 7px;
  cursor: pointer;
  z-index: 99;
}

.fix-btn-area .fix-btn {
  display: block;
}

.fix-btn-area .fix-btn p {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  font-weight: 700;
}

@-webkit-keyframes rotate_anime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate_anime {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.fadeOutBtn {
  -webkit-animation: fadeOutBtn 1s;
  animation: fadeOutBtn 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeOutBtn {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}

@keyframes fadeOutBtn {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}

.section {
  padding: 12rem 0 0;
}

.section h2 {
  font-size: 4rem;
}

.section .title {
  text-align: center;
}

.section .title h2 {
  font-size: 4.8rem;
  margin-bottom: 8rem;
  position: relative;
  z-index: 1;
}

.section-style .content-search {
  position: relative;
  background-color: #333;
  border-radius: 8px;
  margin-top: 10rem;
}

.section-style .content-search .search {
  width: 50%;
  position: relative;
  border: 1px solid #333333;
  border-radius: 2px;
  background: #ffffff;
}

.section-style .content-search .search:nth-child(1) {
	border-radius: 4px 0 0 0;
}

.section-style .content-search .search:nth-child(2) {
	border-radius: 0 4px 0 0;
}

.section-style .content-search .search:nth-child(3) {
	border-radius: 0 0 0 4px;
}

.section-style .content-search .search:nth-child(4) {
	border-radius: 0 0 4px 0;
}

.section-style .content-search .search:before {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FF6D38;
  pointer-events: none;
}

.section-style .content-search .search select {
  width: 100%;
  font-size: 1.5rem;
  padding: 1.3rem 1.7rem;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.section-style .content-search .industry-search {
  width: 100%;
}

.section-style .content-search .row {
  padding: .5rem;
}

.section-style .content-search .bg-black {
}

.section-style .content-search .bg-black .search-title{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.5rem;
    padding: 1rem 0 .5rem;
}

.section-style .content-search .bg-black svg {
  margin-right: 1rem;
}

.section-style .swiper {
  padding-top: 3.5rem;
  position: relative;
  padding-left: 2rem;
  padding-bottom: 1rem;
}

.Swipe {
	overflow: visible !important;
}

.section-style .swiper .swiper-slide {
	height: auto;
}

.section-style .swiper .img {
  position: relative;
}

.section-style .swiper .img img {
  border-radius: 8px;
}

.section-style .swiper .img .num {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #fff;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-weight: 700;
}

.section-style .swiper .img .bg-gold {
  background-color: transparent;
}

.section-style .swiper .img .bg-silver {
  background-color: transparent;
}

.section-style .swiper .img .bg-bronze {
  background-color: transparent;
}

.section-style .swiper h3 {
  color: #fff;
  font-size: 1.6rem;
}

.section-style .swiper .tags li {
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
}

.section-style .swiper .tags li.no-slash {
	display: block;
}

.section-style .swiper .tags li.no-slash span {
	margin-right: 2rem;
}

.section-style .swiper .tags li:after {
}
.section-style .swiper .tags li:last-child:after {
	content: none;
}

.section-style .swiper .tags li:nth-child(2):before {
	content: "/";
}

.section-style .swiper .tags li:nth-child(2):after {
	content: none;
}
.no-slash:before {
	content: none !important;
}

.section-style .bg {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  background-color: #ccc;
  border-radius: 8px;
  height: 100%;
  position: relative;
  z-index: 1;
}

.section-style .bg .swipe-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.section-style .bg:hover,
.Swipe .swiper-slide:hover
 {
 	animation: poyopoyo 1s;
}

@keyframes poyopoyo {
	10% { transform: scale(1.05); }
	40% { transform: scale(.95); }
	60% { transform: scale(1.04); }
	80% { transform: scale(.98); }
}

/*style01*/
.section-style .bg-purple {
  background-color: #7C60C7;
}

/*.section-style .bg-purple:after {
  content: "";
  width: 100px;
  height: 100px;
  background-color: #7C60C7;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 50%;
  animation: bg-ani-out .5s ease-out forwards;
}*/

/*@keyframes bg-ani{
  0%{
    transform: translate(0, 0) scale(0.7);
  }
  
  80%{
    transform: translate(20px, -20px) scale(1.2);
  }
  
  100%{
    transform: translate(20px, -20px) scale(1);
  }
}

@keyframes bg-ani-out{
  0%{
	transform: translate(20px, -20px) scale(1);
  }
  20%{
    transform: translate(20px, -20px) scale(1.2);
  }
  
  100%{
    transform: translate(0, 0) scale(0.7);
  }
}*/

/*style02*/
.section-style .bg-light-purple {
  background-color: #A6AEF0;
}

/*style03*/
.section-style .bg-blue {
  background-color: #4165D9;
}

/*style04*/
.section-style .bg-light-purple02 {
  background-color: #899FE9;
}

/*style05*/
.section-style .bg-sky-blue {
  background-color: #008BD8;
}

/*style06*/
.section-style .bg-light-blue {
  background-color: #81C8F0;
}

/*style07*/
.section-style .bg-green {
  background-color: #C75125;
}

/*style08*/
.section-style .bg-light-green {
  background-color: #C73D8C;
}

/*style09*/
.section-style .bg-forest-green {
  background-color: #8AC61A;
}

/*style10*/
.section-style .bg-yellow {
  background-color: #C9D810;
}

/*style11*/
.section-style .bg-orange {
  background-color: #F0AE53;
}

.section-style-exp .plot {
  margin-top: 6rem;
  position: relative;
  z-index: 1;
}

.section-style-exp .plot:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 45%;
  z-index: -1;
}

.swiper-pagination-bullet {
	border-radius: 0 !important;
	width: calc(100% / 8) !important;
	height: 4px !important;
	margin: 0 !important;
}

.section-style .swiper .swiper-pagination {
	width: 85%;
	bottom: 2.1rem;
	top: auto !important;
}

.section-style .swiper .swiper-pagination-bullet-active {
	background: #333;
}

.swiper-pagination-progressbar {
	bottom: 3rem;
	top: auto !important;
	width: 85% !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #333;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev,
.swiper-button-prev
 {
	width: auto;
    height: auto;
}

.swiper-button-next {
	right: -3.8rem;
}

.swiper-button-prev {
	left: -2rem;
}

.swiper-button-next:after {
	color: #333;
    font-size: 20px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DBDBDB;
    border-radius: 50%;
}
.swiper-button-prev:after {
	color: #333;
    font-size: 20px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DBDBDB;
    border-radius: 50%;
}

.footer {
  background-color: #FF6D38;
  padding: 4rem 0 1rem;
  text-align: center;
}

.footer .img {
  margin-bottom: 2rem;
}

.footer p {
  margin-bottom: 3rem;
  font-size: 1.4rem;
}

.footer p a {
  color: #fff;
  text-decoration: underline;
}

.swiper-content {
	position: relative;
}

/*====================
//モーダルウィンドウ
====================*/
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.modal-content {
  background-color: #f4f4f4;
  width: 53%;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  -webkit-animation-name: modalopen;
          animation-name: modalopen;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  background-color: #3085CE;
  border-radius: 8px;
  position: relative;
}

.modal-content .modalClose {
  color: #000;
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: 5rem;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background-color: #fff;
}

.modal-content .modal-body {
  background-color: #fff;
  margin: 1.5rem;
  border-radius: 8px;
  padding: 4rem;
}

.modal-content .modal-body h3 {
  margin-bottom: 4rem;
}

.modal-content .modal-body .img {
  margin-bottom: 4rem;
}

.modal-content .modal-body .img img {
  max-width: 260px;
}

.modal-content .modal-body p {
  font-size: 1.4rem;
  margin-bottom: 3rem;
}

.modal-content .modal-body .em {
  margin-top: 6rem;
}

.modal-content .modal-body .em p {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0;
}

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

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

.modal-header h1 {
  margin: 1rem 0;
}

.modalClose {
  font-size: 2rem;
}

.modalClose:hover {
  cursor: pointer;
}

/*====================
//追従ヘッダー
====================*/
.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  -webkit-animation: slideDown 0.3s ease-in-out;
          animation: slideDown 0.3s ease-in-out;
}

.header--sticky .gnav_logo {
  display: block;
}

.header--sticky .nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

/*====================
//右矢印 アイコン
====================*/
.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
}

.dli-arrow-right::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 541px) {
  .header__hamburger, .gnav_logo {
    display: none;
  }
}

@media screen and (max-width: 1500px) {
  .section-rule .container {
    max-width: 1000px;
  }
}

/*====================
//タイトル 背景 アニメーション
====================*/
.drop01 {
  position: absolute;
  top: -60%;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 200px;
  background: #fdfdb4;
  z-index: -1;
}

.drop02 {
  position: absolute;
  top: -69%;
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 200px;
  background: #fdfdb4;
  z-index: -1;
}

.content-project {
  position: relative;
  z-index: 1;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

@media screen and (max-width: 1400px) {
	.container {
		max-width: 1000px;
	}
	.w1000 {
		max-width: 800px;
	}
}

@media screen and (max-width: 540px) {
	.drop01 {
		width: 100px;
		height: 100px;
		z-index: -1;
	}
	.drop02 {
		top: -88%;
		left: 62%;
		width: 50px;
		height: 50px;
		z-index: -1;
	}
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes stretch {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes stretch {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

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

@media screen and (max-width: 540px) {
  .pc {
    display: none !important;
  }
  body {
    font-size: 3.73333vw;
  }
  
  .section-style .swiper .swiper-pagination {
	  width: 100%;
  }
  
  .swiper-pagination-bullet {
	  width: calc(100% / 10) !important;
  }
  
  .section-style .content-search .search:nth-child(1) {
	  order: 1;
	  border-radius: 4px 4px 0 0;
  }
  .section-style .content-search .search:nth-child(2) {
	  order: 3;
	  border-radius: 0 0 4px 4px;
  }
  .section-style .content-search .search:nth-child(3) {
	  order: 2;
	  border-radius:0;
  }
  .section-style .content-search .search:nth-child(4) {
	  order: 4;
	  border-radius:0;
  }
  
  .modal-content {
	  width: 93%;
  }
  .modal-content .modal-body {
	  padding: 3rem 1rem;
  }
  .modal-content .modal-body .img img {
	  max-width: 80%;
  }
  .modal-content .modal-body .img {
	  margin-bottom: 2.5rem;
  }
  .modal-content .modal-body p {
	  font-size: 3.4vw;
	  margin-bottom: 2rem;
  }
  .modal-content .modal-body .em {
	  margin-top: 4rem;
  }
  .modal-content .modal-body .em p {
	  font-size: 5.3vw;
  }
  
  .col-02 {
    width: 100%;
  }
  .mv .w840 {
    max-width: 92%;
  }
  .gnav_logo {
    padding: 1.7rem 0;
  }
  .nav__items {
    max-width: 92%;
    margin: 0 auto;
    height: 100%;
  }
  .sp-flex-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .header {
    position: fixed;
  }
  .header .gnav_menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    text-align: center;
  }
  .header .gnav_menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    position: relative;
    bottom: 4rem;
  }
  .header .gnav_menu ul li {
	font-size: 5.7vw;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .header--sticky {
    background-color: transparent;
  }
  .header__hamburger {
    top: 2.5rem;
  }
  .section {
    max-width: 92%;
    margin: 0 auto;
  }
  .section .title h2 {
    font-size: 8vw;
    margin-bottom: 2rem;
  }
  .section .title p {
    position: relative;
    z-index: 1;
    margin-bottom: 1.7rem;
  }
  .section-style .bg {
    padding: 2.66667vw;
  }
  .section-style .content-search .bg-black {
    width: 100%;
  }
  .section-style .content-search .search {
    width: 100%;
  }
  .section-style .swiper {
    padding-top: 3rem;
    padding-bottom: 0;
    padding-left: 0;
  }
  .section-style .swiper h3 {
    font-size: 2.66667vw;
  }
  .section-style .swiper .tags li {
    font-size: 2.56vw;
    display: inline;
  }
  .section-style-exp .plot:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #333;
  }
  .section-style-exp .plot .plot-wrapper {
    position: relative;
  }
  .section-style-exp .plot .plot-wrapper:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 85%;
    display: block;
    background-color: #333;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .section-style-exp .plot .plot-wrapper:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    display: block;
    background-color: #333;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .section-style-exp .plot .plot-content > .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3rem;
    padding-top: 1rem;
  }
  .section-style-exp .plot .plot-content > .row > .col-02 {
    width: 44%;
  }
  .section-style-exp .plot .plot-content > .row > .col-02 .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .section-style-exp .plot .plot-content > .row > .col-02 .row .col-02 {
    width: 44%;
  }
  .section-style-exp .plot .caption span {
    font-size: 2.93333vw;
    color: #fff;
    background-color: #333;
    display: inline-block;
    padding: .2rem 1rem;
    border-radius: 30px;
  }
  .section-style-exp .plot .caption-top,
  .section-style-exp .plot .caption-bottom {
    text-align: center;
  }
  .section-style-exp .plot .caption-top {
    margin-bottom: 1rem;
  }
  .section-style-exp .plot .caption-bottom {
    margin-top: 1rem;
  }
  .section-style-exp .plot .caption-left {
    position: absolute;
    top: 48.5%;
    left: 0;
    transform: translateY(-50%);
  }
  .section-style-exp .plot .caption-right {
    position: absolute;
    top: 48.5%;
    right: 0;
    transform: translateY(-50%);
  }
  .fix-btn-area {
    bottom: auto;
    right: auto;
    top: 2.5rem;
    left: 1rem;
    width: 60%;
  }
  .fix-btn-area .floating-banner-trigger {
    right: 0;
    top: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    font-weight: bold;
    width: 25px;
    height: 25px;
  }
  .fix-btn-area .fix-btn img {
    display: none;
  }
  .fix-btn-area .fix-btn span {
    font-size: 2.66667vw;
    border: 1px solid #333;
    background-color: #fff;
    padding: .5rem 0;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .fix-btn-area .fix-btn p {
    position: static;
    -webkit-transform: none;
            transform: none;
    color: #fff;
    font-size: 3.73333vw;
    background-color: #333;
    padding: 0.7rem;
  }
  .header--sticky .nav__items {
    display: block;
  }
  /*====================
//ハンバーガーメニュー
====================*/
  .header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background-color: #fff;
    -webkit-transition: ease .4s;
    transition: ease .4s;
    z-index: 1000;
  }
  .header__hamburger {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    background-color: #333;
    border-color: transparent;
    z-index: 9999;
    font-size: 3.73333vw;
    padding: 0.7rem 2rem 0.5rem;
    border-radius: 20px;
  }
  .hamburger span {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: relative;
    -webkit-transition: ease .4s;
    transition: ease .4s;
    display: block;
  }
  .hamburger span:nth-child(1) {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    margin: 8px 0;
  }
  .hamburger span:nth-child(3) {
    top: 0;
  }
  .header__nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: 100;
    height: 100vh;
  }
  .hamburger.active span:nth-child(1) {
    top: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    top: -13px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .swipe-btn {
	display: none !important;
  }
  .swiper-pagination-progressbar {
	  width: 100% !important;
  }
}
/*# sourceMappingURL=style.css.map */