@charset "utf-8";

/*------------------------------------------
■ CSS初期設定
------------------------------------------*/
* {margin: 0;padding: 0;}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin: 0;padding: 0;}
img {margin: 0;padding: 0;border: 0;}
table {width:100%; border-collapse: collapse;border-spacing: 0;}
ol, ul ,li{list-style: none;}
h1, h2, h3, h4, h5, h6 {font-weight: bold;}
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;font-weight: normal;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  max-width:100%;
}
a, a:hover {
  text-decoration: none;
}

body{
  font-family:"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro W3',"ヒラギノ角ゴ ProN",'Hiragino Kaku Gothic ProN',"Noto Sans JP","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", Meiryo,sans-serif;
}

.wrap{
  margin: 0 auto;
}

a:hover{
  opacity: 0.7;
}

.wi1000{
  width: 1000px;
  margin: 0 auto;
}


.fv img{
  width: 100%;
  margin-bottom:-10px;
}



/*よくある質問ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.faq{
  background-image: url(../img/faq-bg.png);
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}


.q-box{
  display: flex;
  margin-top:30px;
}
.a-box{
  display: flex;
  border-bottom: 1px #000 solid;

}

.q-box .q-txt{
  font-weight: bold;
  font-size: 21px;
  color: #303030;
  margin-top: 15px;
  margin-left: 10px;
  width: 100%;
  height: 30px;
}

.a-txt .txt-main{
  font-weight: bold;
  font-size: 21px;
  text-align: left;
  color: #e9567d;

}
.a-txt .txt-sub{
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
  color: #303030;
  margin-top:10px;

}
.a-img{
  margin-left: 7px;
  width: 30px;
}
.a-txt{
  margin-top: 15px;
  margin-left: 10px;
}


/*ーーーーーーーーーーーーーーーーーー*/

/*タブ切り替えCSSー*/

/*ーーーーーーーーーーーーーーーーーー*/


/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
 }

  /*タブのスタイル*/
  .tab_item {
    width: calc(100%/3);
    height: 50px;
    border-bottom: 3px solid #303030;
    background-color: none;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #303030;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .tab_item:hover {
    opacity: 0.75;
  }

  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {
    display: none;
  }

  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
  }


  /*選択されているタブのコンテンツのみを表示*/
  #all:checked ~ #all_content,
  #programming:checked ~ #programming_content,
  #design:checked ~ #design_content {
    display: block;
  }

  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
      border-bottom: 3px solid #e9567d;

    color: #e9567d;
  }



  /*ーーーーーーーーーーーーーーーーーー*/

/*モーダルCSSー*/

/*ーーーーーーーーーーーーーーーーーー*/
.content{
    margin: 0 auto;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100vw;
}
.modal__bg2{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 105vw;
    margin-left: -15vw;
}
.modal__bg3{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 110vw;
    margin-left: -30vw;
}
.modal__bg4{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 110vw;
    margin-left: -45vw;
}
.modal__bg5{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 110vw;
    margin-left: -60vw;
}
.modal__bg6{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 110vw;
    margin-left: -75vw;
}
.modal__bg7{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 120vw;
    margin-left: -90vw;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}

.modal__content2{
    background: #fff;
    left: 35%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}

.modal__content3{
    background: #fff;
    left: 20%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}

.modal__content4{
    background: #fff;
    left: 8%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}

.modal__content5{
    background: #fff;
    left: -10%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}
.modal__content6{
    background: #fff;
    left: -25%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}

.modal__content7{
    background: #fff;
    left: -40%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}


/*カラム*/
.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11{
  margin-left:2.8%;
  float:left;
}

.col1{width:8.1%;}
.col2{width:16.2%;}
.col3{width:24.3%;}
.col4{width:32.4%;}
.col5{width:40.5%;}
.col6{width:48.6%;}
.col7{width:56.7%;}
.col8{width:64.8%;}
.col9{width:72.9%;}
.col10{width:80.8%;}
.col11{width:88.9%;}

.first{
  margin-left:0;
}

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






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







.brand{
  position: relative;
}
.brand:hover{
  opacity: 1;
}
header .brand img{
  position: relative;
  max-width: 450px;
  top:30px;
  z-index: 999;
}
.brand img{
  position: relative;
  max-width: 450px;
}
 
.site-header {
  position: relative;
  background-color: #4467AB;
}
 
.site-header__wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 600px) {
    .site-header__wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 0;
      padding-bottom: 0; }
    }
@media (min-width: 1024px) {
  .nav__wrapper {
    display: flex;
  }
  
}
footer .nav__wrapper {
  justify-content:space-between;
  display: flex;
}
@media (max-width: 1023px) {
  header .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #d9f0f7;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out; }
    .nav__wrapper.active {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); }
    }
 
.nav__item a {
  display: block;
  padding: 1.5rem 1rem;
  color: #fff;
  transition: .3s;
}
.nav__item a:hover{
  border-bottom: 1px solid;
  color: #A6C43E;
  opacity: 1;
  transition: .3s;
}
.cta a {
  display: inline-block;
  padding: .8rem 1.5rem;
  margin: .7rem;
  background: #A6C43E;
  color: #fff;
  border-radius: 30px;
}
header .nav__toggle {
  display: none;
}
  @media (max-width: 1023px) {
    .nav__toggle {
      display: block;
      position: absolute;
      right: 1rem;
      top: 1rem;
    }
   }






.slick-outer{position: relative;}
.slick-outer img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.slick-content{
  position: absolute;
  top: 50%;
  right: 2%;
  -ms-transform: translate(-50%,-2%);
  -webkit-transform: translate(-50%,-2%);
  transform: translate(-50%,-2%);
  z-index: 98;
  color: #fff;
}
.slick-content h2{
  font-size: 3.6rem;
  font-weight: bold;
}
.slick-content h2 .main{
  margin-left: -18px;
  padding: 2px 18px 4px;
  background: #4467AB;
}

/*h2見出し*/
.heading05 {
  font-family: 'Montserrat',"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro W3',"ヒラギノ角ゴ ProN",'Hiragino Kaku Gothic ProN',"Noto Sans JP","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", Meiryo,sans-serif;
	position: relative;
	padding-bottom: 50px;
	font-size: 2rem;
  font-weight: bold;
	text-align: center;
  color: #fefefe;
}

.heading05::before {
  font-family: 'Montserrat',"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro W3',"ヒラギノ角ゴ ProN",'Hiragino Kaku Gothic ProN',"Noto Sans JP","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", Meiryo,sans-serif;
	position: relative;
  bottom: -36px;
  content: attr(data-en);
	display: block;
	color: #fefefe30;
	font-size: 4.8rem;
	font-style: italic;
  letter-spacing: 3pt;
}

.heading05::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 40px;
	background-color: #fefefe;
}

/*インスタ見出し*/
.instagram .heading05,
.faq .heading05{
  color: #4467AB;
}
.instagram .heading05::before,
.faq .heading05::before{
	color: #4467AB30;
}
.instagram .heading05::after,
.faq .heading05::after{
	background-color: #4467AB;
}


/*店長あいさつ見出し*/
.greeting .heading05,
.feature .heading05,
.price .heading05{
  color: #333333;
}
.greeting .heading05::before,
.feature .heading05::before,
.price .heading05::before{
	color: #A6C43E30;
}
.greeting .heading05::after,
.feature .heading05::after,
.price .heading05::after{
	background-color: #A6C43E;
}

.faq .heading05{
  color: #e9567d;
}
.faq .heading05::before{
	color: #e9567d30;
}
.faq .heading05::after{
	background-color: #e9567d;
}


.instagram{
  padding: 60px 0;
}
/*お問い合わせ*/
.contact{
  background: #A6C43E;
  color: #fff;
  text-align: center;
  padding-bottom: 60px;
}
.contact p{
  margin-bottom: 2rem;
}
.contact.last{
  background: #4467AB;
}
.contact .left,
.contact .right{
  width: 50%;
  height: 130px;
  float: left;
}



.contact .inner{
  padding: 2rem 0;
  border: 2px solid #fff;
  transition: .3s;
}

.contact .left a{
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 2pt;
  line-height: 1.1;
}
.contact .left a .sub{
  font-size: 1.2rem;
}
.contact .right{
  background: #fff;
}
.contact .right a{
  display: block;
  color: #A6C43E;
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: bold;
}
.contact.last .right a{
  color: #4467AB;
}

/*On The UP*/
.about{
  background: #4467AB;
  padding-bottom: 60px;
}
.about .box{
  padding: 24px;
  border-radius: 36px;
  background: #fefefe;
}
.about .left{
  width: 33%;
  float: left;
  padding-right:2%;
}
.about .left img{
  max-width: 100%;
  width: 100%;
}
.about .right{
  width: 65%;
  float: left;
  line-height: 1.8;
}
.about .right img{
  max-width: 480px;
}

/*店長あいさつ*/
.greeting{
  background: #EBF3DA;
  color: #333;
  padding-bottom: 60px;
}
.greeting .left{
  width: 33%;
  padding-right:2%;
  float: left;
}
.greeting .left img{
  position: relative;
  max-width: 100%;
}
.greeting .right1,
.greeting .right2{
  position: relative;
  width: 65%;
  float: left;
  left:-60px;
  line-height: 1.8;
}
.greeting h3{
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 8px;
}
p.post{
  display: inline-block;
  background: #353334;
  color: #fff;
  padding: 2px 16px 4px 16px;
  margin-bottom: 6px;
  letter-spacing: 1.5pt;
}
p.post .main{
  font-size: 1.4rem;
  padding: 0 6px;
  font-weight: bold;
  letter-spacing: 3pt;
}
p.post .sub{
  font-family: 'Montserrat',"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro W3',"ヒラギノ角ゴ ProN",'Hiragino Kaku Gothic ProN',"Noto Sans JP","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", Meiryo,sans-serif;
  position: absolute;
  color: #35333430;
  padding: 0 6px;
  margin-left: 16px;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 2pt;
}

p.txt{
  position: relative;
  padding-top: 24px;
  left:60px;
}


.cp_qa {
  position: relative;
  background: #A6C43E;
  margin-top: 24px;
  left:60px;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1px;
	color: #fff;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: .8em 2em 1em 1em;
	cursor: pointer;
  letter-spacing: 1pt;
  transition: .3s;
}

.cp_qa .cp_actab label:hover {
	background: #4467AB;
}
.cp_qa .cp_actab label .sub{
  font-family: 'Montserrat',"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro W3',"ヒラギノ角ゴ ProN",'Hiragino Kaku Gothic ProN',"Noto Sans JP","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", Meiryo,sans-serif;
  opacity: .5;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: italic;
  margin-left: 16px;
  letter-spacing: 2pt;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	        transition: max-height 0.5s ease;
	color: #333;
	background: #f2f2f2;
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em;
}
/* 質問を開いた時の仕様 */
/* --アイコン */
.cp_qa .cp_actab input:checked ~ label {
  background: #4467AB;
	color: #fff;
}
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 66rem;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab label::after {
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -12.5px;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
	content: '▼';
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}


.timeline {
  list-style: none;
  margin-left:0!important;
  margin-top: 0!important;
}
.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */
.timeline > li {
	overflow: hidden;
	margin: 0;
	position: relative;
}
.timeline-date {
	width: 100%;
	float: left;
	margin-top: 20px;
	text-align:left;
}

.timeline-content {
	width: 95%;
	float: left;
	border-left: 3px #4467AB solid;
	padding-left: 30px;
	margin-left:14px;
  padding-bottom: 30px;
}
.timeline-content:before {
	content: '';
	width: 30px;
	height: 30px;
	background: #469db8;
	position: absolute;
	left:0;
	top:24px;
	border-radius: 100%;
}


@media screen and (min-width: 1024px){
	.timeline-date {
    width: 48px;
    float: left;
    margin-top: 20px;
		text-align:right;
		padding-right:20px;
  }
	h2.wamidashi{
		font-size: 40px;
	}
	h3.timeline-date{
		padding-left:0;
	}
  .timeline-content {
    width: 560px;
		margin-left:0;
  }
	.timeline-content:before {
		width: 13px;
		height: 13px;
		background: #469db8;
		position: absolute;
		left: 63px;
		top:30px;
		border-radius: 100%;
	}
  .tab{
    display: none;
  }
}
@media screen and (min-width: 1280px){
	.timeline-date {
    float: left;
    margin-top: 20px;
  }	
	.timeline-content {
    width: 640px;
  }
}

@media screen and (max-width: 1450px){
  header .brand img{
    top: 24px;
    max-width: 320px;
  }
  .nav__item a{
    padding: 1.5rem .6rem;
  }
  .cta a{
    padding: .8rem 1rem;
  }
}
@media screen and (max-width: 1200px){
  header .brand img{
    top:24px;
    max-width: 240px;
  }
  .nav__item a{
    padding: 1.5rem .6rem;
    font-size: .85rem;
  }
  .cta a{
    padding: .8rem 1rem;
  }
}
@media screen and (max-width: 1023px){
  .site-header{
    position: fixed;
    height: 76px;
    width: 100%;
    z-index: 99;
  }
  .site-header__wrapper{
    position: fixed;
    padding-bottom: 0;
    z-index: 99;
  }
  header .brand img{
    top: 0;
  }
  .cp_qa .cp_actab input:checked ~ .cp_actab-content{
    max-height: 96em;
  }
  h4.timeline-date{
    padding-top: 8px;
    padding-left:42px;
  }
  .timeline-content{
    padding-left: 0;
  }
  p.post .sub{
    margin-left: -10px;
    font-size: 3rem;
  }
}
.feature{
  background: #F2F2F2;
}
.card {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px;
}
.one,
.two,
.three,
.four {
	width: 48%;
	height: 400px;
  padding: 1%;
}
.one:before,
.two:before,
.three:before,
.four:before{
  font-family: 'Montserrat',"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro W3',"ヒラギノ角ゴ ProN",'Hiragino Kaku Gothic ProN',"Noto Sans JP","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", Meiryo,sans-serif;
  position: absolute;
  content: "1";
  font-size: 5rem;
  font-style: italic;
  font-weight: bold;
  color: #A6C43E;
  margin-top: -48px;
  margin-left: 12px;
  opacity: .9;
}
.two:before{
  content: "2";
}
.three:before{
  content: "3";
}
.four:before{
  content: "4";
}

.card .box{
  min-height: 300px;
  padding: 24px;
  background: #fefefe;
  border-radius: 18px;
  box-shadow: 0 0 15px #ccc;
  text-align: center;
}
.card .box h3{
  margin-bottom: 16px;
  letter-spacing: 1.6pt;
}
.card .box img {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
.card .box p{
  text-align: left;
}
table{
  border: solid 1px #333;
  font-size: 1.6rem;
  font-weight: bold;
  margin:8px 0;
}
table th{
  background: #333;
  color: #fff;
  padding: 24px 4px;
}
table td{
  border: solid 1px #444;
  padding: 16px 4px;
}
.price{
  text-align: center;
  padding-bottom: 60px;
}
.price .sub{
  letter-spacing: 1.5pt;
}
.price .main{
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1.5pt;
  margin-bottom: 16px;
}
.price table{
  max-width: 768px;
  margin: 0 auto 12px;
}



/*フッター*/
footer{
  background: #444;
  color: #fff;
  padding: 1.6rem;
}


@media screen and (max-width:767px) {
  .pc{
    display:none!important;
  }
  .col1,
  .col2,
  .col4,
  .col5,
  .col6,
  .col7,
  .col8,
  .col9,
  .col10,
  .col11{
  margin-left:0;
  width:100%;
  }
  .col3{
    width:48.6%;
    margin-left:2.8%;
  }

/*------------------------------------------
■ 本体
------------------------------------------*/

.container{
  margin: 0 auto;
}
.wi1000{
width: 95%;
  margin: 0 auto;
}






/*よくある質問ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.faq{
  background-image: url(../img/faq-bg.png);
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}


.q-box{
  display: flex;
  margin-top:30px;
}
.a-box{
  display: flex;
}

.q-box .q-txt{
  font-weight: bold;
  font-size: 42px;
  color: #303030;
  margin-top: 15px;
  margin-left: 40px;
  width: 100%;
  padding-bottom: 20px;
}



.a-img{
  margin-left: 7px;
  width: 30px;
}
.a-txt{
  margin-top: 15px;
  margin-left: 40px;
}

.q-img img,
.a-img img{
  width: 150%;
}


}








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

@media screen and (max-width:1199px) {
  .container{
    max-width: 960px;
  }
  .greeting .left{
    width: 35%;
  }
  .greeting .right1{
    width: 63%;
    left:2%;
  }
  .greeting .right2{
    width: 96%;
    left:2%;
  }
  .timeline{
    padding: 12px;
  }
  p.txt,
  .cp_qa{
    left:0;
  }
  .q-box .q-txt{
    font-size: 18px;
  }
}
@media screen and (max-width:990px) {
  .container{
    max-width: 98%;
  }
  .slick-content{
    top: 66%;
    right: -14%;
  }
  .slick-content h2{
    font-size: 2.4rem;
  }
}

@media screen and (max-width:768px) {
  .pc,
  .tab{
    display:none;
  }
  .about .left,
  .about .right,
  .greeting .left,
  .greeting .right1,
  .one,
  .two,
  .three,
  .four{
    width: 100%;
  }
  p.post .sub{
    font-size: 1.4rem;
    margin-left: 1rem;
  }
  .card .box p{
    text-align: center;
  }
  .about .right img{
    width: 100%;
    max-width: 100%;
  }
  footer .nav__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
  }

}



.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 20px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: #4467AB;
  text-align: center;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.6s;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  font-size: 1.2rem;
  text-decoration :none;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateY(15%);
}


/*　ハンバーガーメニューボタン　*/
@media screen and (min-width:1024px) {
  .hamburger{
    display: none;;
  }
}

@media screen and (min-width:541px) {
  .sp-only{
    display: none;
  }
}
@media screen and (max-width:540px) {
  .slick-content h2 {
    font-size: 1.8rem;
  }
  .slick-content{
    right: -25%;
  }
  .contact .left a,
  .contact .right a{
    font-size: 1rem;
  }
  .contact .left a .sub{
    font-size: .8rem;
  }
  .contact .left, .contact .right{
    height: 102px;
  }


  .greeting h3{
    font-size: 1.7rem;
  }
  p.post{
    font-size: .8rem;
  }
  p.post .sub{
    display: block;
    margin-top: -.6rem;
    margin-left: 6rem;
    font-size: 1.6rem;
  }
  .brand img{
    max-width: 100%;
  }
  .nav__item a{
    padding: .5rem .6rem;
  }
  .cta a{
    padding: .5rem;
    margin-top: 0;
  }
  .card .box h3{
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .q-box .q-txt{
    padding-bottom: 0;
  }
  .a-txt{
    padding-bottom: 1rem;
    margin-left: 1rem;
  }
  .q-box .q-txt{
    font-size: 14px;
    margin-left: 1rem;
  }
  .a-txt .txt-main{
    font-size: 16px;
  }
  .a-txt .txt-sub{
    font-size: 14px;
  }
  .q-box .q-txt{
    height: initial;
  }
  .q-img img{
    width: 36px;
  }
  .a-img img{
    width: 24px;
  }
}


/* インスタグラム */
.testimonials-section{
  background: #4467ab;
  padding-top: 60px;
}
.testimonials-section .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.testimonials-section .card_contents{
  width: 100%;
}
.testimonials-section .sec-title>.text{
  color: #fff;
  text-align: center;
  line-height: 1.8;
}
.linkBox{
  padding: 30px 0 90px;
}
.btnMore2{
    width: 270px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 6px solid #fff;
    font-size: 23px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    transition: .3s;
    z-index: 2;
}

@media (max-width: 575px){
  .testimonials-section .sec-title h2{
    font-size: 30px;
  }
  .testimonials-section .sec-title p{
    font-size: 18px;
      font-weight: normal;
      text-align: left;
      padding: 0px 28px 0;
  }
  .testimonials-section img.card_contents{
    padding-bottom: 6px;
  }
  .testimonials-section video.card_contents{
    padding-bottom: 0px;
  }
}
@media (min-width: 576px){
  .testimonials-section .card-columns {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4;
      -webkit-column-gap: 1.25rem;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1;
      width: 98%;
  }
  .testimonials-section .card-columns .card {
      display: inline-block;
      width: 100%;
  }
  .testimonials-section .card_a{
    display: block;
      overflow: hidden;
      padding-bottom: 100%;
  }
  .testimonials-section .card_contents{
    object-fit: cover;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 100%;
  }
}
