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

/* 共通 --------------------------------------------------*/
body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 0px;
}

#wrapper {
  overflow-x: hidden;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  line-height: 30px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 400;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 400;

}

:-ms-input-placeholder {
  color: #ccc;
  font-weight: 400;

}

h1 {
  margin: 5px;
}

h3 {
  font-family: 'Oswald', sans-serif;
  color: #3a3a3a;
  font-size: 33px;
  padding: 10px 0px;
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
  width: 250px;
  display: block;
  border-left: 3px solid #880b0b;
  border-right: 3px solid #880b0b;
  line-height: 13px;
  letter-spacing: 3px;
}

h3 span {
  font-size: 16px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #4d4d4d;
  display: block;
  font-weight: 500;
  margin: -5px 0 0 0;
}



a:hover {
  opacity: 0.8;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  clear: both;
}

.block {
  display: block;
}

.sp {
  display: none;
}

.sp_br {
  display: none !important;
}

.menu_d {
  display: none !important;
}

.tab_br {
  display: none;
}


@media screen and (max-width:750px) {
  .pc {
    display: none !important;
  }

  .pc_br {
    display: none;
  }

  .tab_br {
    display: block;
  }

  .sp {
    display: block;
  }

  .sp_br {
    display: block !important;
  }

  .menu_d {
    display: flex;
  }

  p.indent span.note {
    display: block;
  }

  .inner {
    padding: 0 10px;
    width: 90%;
    max-width: none;
    margin: 0 auto;
    line-height: 25px;
  }

  body {
    font-size: 14px !important;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0px;
  }

  h1 {
    padding: 2px 0 0 0;
  }

  h3 {
    font-size: 20px;
    padding: 10px 0px;
    width: 180px;
    line-height: 10px;
  }

  h3 span {
    font-size: 12px;
  }

  .mean-container a.meanmenu-reveal {
    top: 10px !important;
  }
}

@media screen and (max-width:580px) {
  .pc {
    display: none !important;
  }

  .pc_br {
    display: none !important;
  }

  .tab_br {
    display: none;
  }

  .pc_space {
    margin-right: 0;
  }

}

@media screen and (max-width:320px) {
  .ip5_br {
    display: block;
  }
}



/* header --------------------------------------------------*/

header {
  height: auto;
  width: 100%;
  z-index: 100;
  background: #10132f;
  font-size: 14px;
}

header nav {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  line-height: 19px;
}

header h1 img {
  margin-top: 5px;
}

/* header move --------------------------------------------------*/

.snip1168 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  margin: 30px 0 0 50px;
}

.snip1168 * {
  box-sizing: border-box;
}

.snip1168 li {
  color: #fff;
  display: inline-block;
  list-style: outside none none;
  margin: 0 0.8em;
  padding: 0;
}

.current a {
  color: #719dca !important;
}

.snip1168 a {
  padding: 0.5em 0;
  color: #ffffff;
  position: relative;
  letter-spacing: 2px;
  text-decoration: none;
}

.snip1168 a:hover {
  color: #719dca;
}

.snip1168 a:before,
.snip1168 a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1168 a:before {
  top: 0;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #719dca;
}

.snip1168 a:after {
  left: 0;
  top: 0;
  padding: 0.6em 0;
  line-height: 1rem;
  position: absolute;
  content: attr(data-hover);
  color: #719dca;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}

.snip1168 a:hover:before,
.snip1168 .current a:before {
  opacity: 1;
  width: 100%;
}

.snip1168 a:hover:after,
.snip1168 .current a:after {
  max-width: 100%;
}

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


nav a.btn_contact {
  width: 170px;
  height: 50px;
  margin: 5px 0 5px 0;
  padding: 10px 0 0 0;
  background: #f6aa3d;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}

nav a:hover {
  opacity: 0.8;
}

@media screen and (max-width:750px) {
  .snip1168 a:before {
    background: none;
  }
}

/* KV --------------------------------------------------*/

#kv {
  width: 100%;
  height: 650px;
  background-size: cover;
  /* background: url(../img/kv.jpg) no-repeat center center; */
  text-align: center;
  display: table;
}


.kv_01 {
  background: url(../img/newkv_02.png) no-repeat center center;
}

/* .kv_02 {
    background: url(../img/newkv_01.png) no-repeat center center;
} */

.kv_03 {
  background: url(../img/pattern1-3.jpg) no-repeat center center;
}

/* .kv_2-1 {
    background: url(../img/pattern2-1.jpg) no-repeat center center;
} */

.kv_2-2 {
  background: url(../img/pattern2-2.jpg) no-repeat center center;
}

.kv_2-3 {
  background: url(../img/pattern2-3.jpg) no-repeat center center;
}

/* .kv_2-4 {
    background: url(../img/pattern2-4.jpg) no-repeat center center;
} */

#kv div.box {
  display: table-cell;
  vertical-align: middle;
  color: #FFFFFF;
  line-height: 30px;
  padding: 0 20px 0 0;
}

#kv div.box p.main {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.3;
}

#kv .main span {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 2px;
  /* text-shadow: 3px 7px 8px rgba(212, 79, 78, 0.8); */
  text-shadow: 0 0 15px rgba(255, 255, 255, .5),
    0 0 30px rgba(125, 114, 114, 0.5),
    0 0 40px rgba(212, 79, 78, 1),
    0 0 50px rgba(212, 79, 78, 1),
    0 0 60px rgba(212, 79, 78, 1),
    0 0 70px rgba(212, 79, 78, 1);
}


#kv div.box p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  width: 60%;
  margin: 0 10px 0 auto;
}

#kv div.box p.box_p {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.2;
  padding: 0 18px 18px;
  border-bottom: 1px solid;
}

#kv div.box p.box_p span {
  font-size: 120%;
  text-shadow: 5px 5px 5px rgba(0, 4, 60, 0.4),
    0px 0px 15px rgba(255, 255, 255, .8);
}

.left{
	position: absolute;
	width: 40%;
}


.off {
  max-width: 350px;
	width: 90%;
}

.points {
  margin: 20px 0 20px auto;
padding-left: 25vw;
}


#kv .main {
  width: 50%;
  margin: 20px auto 10px;
  /* margin: 20px 10px 10px auto; */
  font-weight: 700;
  letter-spacing: 8px;
  font-size: 40px;
  line-height: 55px;
  /* border-bottom: 1px solid; */
  padding: -10px 0 20px 0;
}


@media screen and (min-width:950px) and (max-width:1104px) {
 
	#kv div.box p.box_p{
		width: 70%;
	}
	

}

@media screen and (min-width:751px) and (max-width:1150px) {
  #kv {
    background-size: auto;

  }
	

}

@media screen and (min-width:950px) and (max-width:1100px) {
 
 .off {
  max-width: 320px;
}


.points {
    width: 500px;
	float: right;
	padding-right: 10vw;
  }
}

@media screen and (min-width:768px) and (max-width:949px) {
	
	#kv div.box p.main{
		margin: 0 0 0 auto;
		font-size: 40px;
		width: 65%;
	}

	.points{
		float: right;
		padding-right: 10vw;
		width: 50%;
		
	}
	
	.off{
		max-width: 320px;
		padding-top: 3vh;
	}
  #kv div.box p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  #kv div.box p.box_p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  #kv div.box {

    padding: 0;
  }
}

@media screen and (max-width:768px) {
	
 #kv_sp div.box p {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 2px;
  }

.points {
 max-width: 430px;
 width: 90%;
float: right;
 padding-right: 8vw;
  }

.left{
		width: 35%;
	margin-top: 10px;
	}
	
	.right{
		margin-top: 10px;
	}
.off{
		width: 90%;
		padding-top: 4vh;
	}


	
  #kv .main {
    width: 90%;
  }

  #kv div.box {

    padding: 0;
  }

  #kv div.box p.main {

    line-height: 1.2;
  }


  #kv div.box p {
    width: 70%;

  }

#kv div.box p.main {
    font-size: 40px;

  }
  #kv div.box p.box_p {

    width: 90%;

  }

  #kv div.box p.box_p {
    width: 90%;
    margin-top: 1vh;
  }

 

  .kv_01,
  .kv_02 {
    background-position: left;
  }
}



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

  .mean-container .mean-nav {
    margin-top: 0 !important;
  }

  .mean-container .mean-nav ul {
    line-height: 24px;
  }

  #kv_sp {
    width: 100%;
    height: 600px;
    background-size: cover;
    /* background: url(../img/kv_sp.jpg) no-repeat center center; */
    text-align: center;
    display: table;
  }

  #kv_sp div.box {
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
    line-height: 25px;
    /* padding: 0 20px; */
    padding: 30px 20px 0 20px;
  }

  #kv_sp .main span {
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 2px;
    text-shadow: 0 0 15px rgba(255, 255, 255, .5),
      0 0 20px rgba(125, 114, 114, 0.5),
      0 0 30px rgba(212, 79, 78, 1),
      0 0 40px rgba(212, 79, 78, 1),
      0 0 50px rgba(212, 79, 78, 1),
      0 0 60px rgba(212, 79, 78, 1);
  }

 

  #kv_sp div.box p.box_p span {
    font-size: 120%;
    text-shadow: 3px 3px 3px rgba(0, 4, 60, 0.4),
      0px 0px 15px rgba(255, 255, 255, .8);
  }

  #kv_sp div.box p.box_p {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 2px;
    /* width: 70%; */
    margin: 20px 0 20px auto;
    border-bottom: 1px solid;
    line-height: 60px;
  }

 

  #kv_sp h2 {
    width: 90%;
    margin: 0 auto 10px;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 30px;
    line-height: 55px;
    border-bottom: 1px solid;
    padding: 0 0 10px 0;
  }

  #kv_sp .main {
    /* width: 70%; */
    margin: auto;
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 50px;
    line-height: 60px;
    /*border-bottom: 1px solid;*/
	  float: right;

  }

  #kv .main {
    width: 90%;
    letter-spacing: 2px;
    font-size: 25px;
    line-height: 30px;
  }

  #kv div.box p.box_p {
    font-size: 14px;
  }
	

}

@media screen and (min-width:651px) and (max-width:750px) 
{
	
	#kv_sp div.box p {
    font-size: 32px;
   
  }
	
	#kv div.box p.main {
    font-size: 50px;

  }
	.points {
   max-width: 380px;
 width: 90%;
 padding-right:2vw;
  }
	.off{
		padding-top: 0;
	}
}

@media screen and (min-width:551px) and (max-width:650px) 
{
	
	.points{
		max-width: 350px;
		padding-right: 0;
	}
	.off{
		padding-top: 2vh;
	}
}

@media screen and (max-width:550px) {
  #kv_sp {
    width: 100%;
    height: 400px;
    /* background: url(../img/kv_sp.jpg) no-repeat center center; */
    background-size: cover;
    text-align: center;
    display: table;
  }

  #kv_sp div.box {

    padding: 20px 10px 0 10px;
  }

  #kv_sp .main {
    
    margin: 0 auto;
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 40px;
    line-height: 1.3;

  }

  #kv_sp .main span {
    font-size: 45px;
  }

  #kv_sp div.box p.box_p {
    font-size: 22px;
    width: 100%;
    margin: 14px auto;
  }

  #kv_sp div.box p.box_p {
    line-height: 30px;
  }

  #kv_sp div.box p {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
  }


  #kv_sp .main span {
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(255, 255, 255, .5),
      0 0 10px rgba(125, 114, 114, 0.5),
      0 0 20px rgba(212, 79, 78, 1),
      0 0 30px rgba(212, 79, 78, 1),
      0 0 40px rgba(212, 79, 78, 1),
      0 0 50px rgba(212, 79, 78, 1);
  }

}

@media screen and (min-width:441px) and (max-width:550px) 
{
	#kv div.box p.main {
    font-size: 40px;

  }
	.points {
   max-width: 260px;
 width: 90%;
 padding-right:2vw;
  }
	.off{
		padding-top: 2vh;
	}

}

@media screen and (max-width: 440px){
	
	.points{
		width: 300px;
		display: block;
		margin: auto;
		padding: 30px 0 0 0;
		float: none;
	}
	.left{
		width: 100px;
	}
	.right{
		
	}
	.off{
		width: 100px;
		padding-top: 0;
	}
	 #kv_sp div.box p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
  }
	
	#kv_sp .main span {
		font-size: 36px;}
}
@media screen and (max-width: 376px) {
  #kv_sp .main {
    /* width: 88%; */
    margin: 0 0 10px auto;
    /* font-weight: 300; */
    letter-spacing: 3px;
    font-size: 31px;


  }

  #kv_sp div.box p.box_p {
    font-size: 22px;
    line-height: 1.4;
    width: 100%;
    font-weight: 700;
    padding-bottom: 5px;
    /* margin: 0 0 16px auto; */
  }

  #kv_sp div.box p {

    font-weight: 500;
    letter-spacing: 2px;

  }

  #kv_sp div.box {

    padding: 1vh 1vw 0 1vw;
  }

  #kv_sp .main span {
    font-weight: 800;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(255, 255, 255, .5),
      0 0 5px rgba(125, 114, 114, 0.5),
      0 0 10px rgba(212, 79, 78, 1),
      0 0 20px rgba(212, 79, 78, 1),
      0 0 30px rgba(212, 79, 78, 1),
      0 0 40px rgba(212, 79, 78, 1);
  }

}

@media screen and (max-width: 350px) {
  #kv_sp .main {
    font-size: 17px;
  }

  #kv_sp div.box p.box_p {
    font-size: 20px;
    /*    line-height: 1.2;*/
    margin: 22px auto;
  }

  .sp_br {
    display: none;
  }
}
@media screen and (min-width:401px) and (max-width:440px) 
{
	.main{
		padding-right: 7vw;
	}
	.off{
		padding-left: 7vw;
	}

}
@media screen and (min-width:351px) and (max-width:400px) 
{
	.main{
		padding-right: 4vw;
	}
	.off{
		padding-left: 4vw;
	}

}

/* footer --------------------------------------------------*/

footer {
  margin-top: 30px;
  width: 100%;
  background: #10132f;
}

/* copyright */
footer small {
  width: 100%;
  padding: 50px 0;
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}


.dia {
  margin-top: 60px;
  margin-left: 60px;
  font-weight: 600;
  width: 70px;
  height: 70px;
  background: #22254b;
  transform: rotate(45deg);
  position: fixed;
  bottom: 100px;
  right: 4%;
}

.dia_tx:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  top: -25px;
  right: 35%;
  transform: rotate(-45deg);
}


/* テキスト */
.dia_tx {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  color: white;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: 3s ease-in-out;
}



#insta_bg {
  width: 100%;
  background: #f4f4f4;
  padding: 50px 0;
}

#insta_bg img {
  width: 90%;
}

#insta_bg p.detail {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

#insta_bg aside {
  width: 70%;
  background: #fff;
  margin: 0 auto;
  padding: 30px 0;
}

#insta_bg aside ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 90%;
  margin: 40px auto 0 auto;
}

#insta_bg aside ul li {
  width: 49%;
}

#insta_bg aside ul li a.wadan img {
  float: left;
  width: 80px;
}

#insta_bg aside ul li a {
  color: #000000;
}

#insta_bg aside ul li a:hover {
  color: #880b0b;
}

#insta_bg p.text_detail {
  float: left;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0 0 10px;
}

#insta_bg p.text_detail2 {
  float: left;
  font-size: 14px;
  line-height: 22px;
  padding: 20px 0 0 10px;
}

#insta_bg p.text_detail2 span {
  font-size: 18px;
}

.comenu_d {
  display: none;
}



.sns{
	color: #553D98;
	text-align: center;
	height: 300px;
}
.sns_icon{
	margin: auto;
	display: flex;
	width: 600px;
}

.sns_icon img{
	width: 40%;
}

.catch{
	display: flex;
	justify-content: center;
	margin:auto;
	padding: 0 0 30px 0;
	line-height:1.4;
}


.catch1{
	text-align: left;
	font-weight: 600;
	font-size: 16px;
}
.catch2{
	font-size: 36px;
	font-weight: 600;
}

.follow{
	display: flex;
	padding: 30px 0 20px 0;
	margin: auto;
	line-height: 2.3;
	text-align: center;
	justify-content: center;
}
.follow p{
	font-weight: 600;
	font-size: 16px;
} 

.follow img{
	width: 70px;
}

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


.sns_icon{
	width: 380px;
}

.sns_icon img{
	width: 50%;
}

.catch{
	padding: 0 0 30px 0;
	line-height:1.4;
}
.catch1{
	font-size: 14px;
	
	}
.catch2{
	font-size: 24px;
	font-weight: 600;
}

.follow{
	padding: 30px 0 20px 0;
	line-height: 2;
}
.follow img{
	width: 50px;
}
	.follow p{
		font-size: 14px;
	}

}



@media screen and (max-width:380px) {
	
.sns{
	height:250px;
}

.sns_icon{
	width: 320px;
}

.catch{
	margin: auto;
	padding: 0 0 30px 0;
	line-height:1.4;
}
.catch1{
	font-size: 12px;
	}
	
.catch2{
	font-size: 18px;
}

.follow p{
		font-size: 12px;
	}
.follow{
	padding: 30px 0 50px 0;
}
.follow img{
	padding-left: 0;
}

}


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




  #insta_bg aside {
    width: 90%;
  }

  #insta_bg aside ul {
    width: 100%;
    display: inline-table;
  }

  #insta_bg aside ul li {
    width: 100%;
    text-align: center;
  }

  #insta_bg p.text_detail {
    float: none;
    margin: 0 auto 20px auto;
  }

  #insta_bg p.text_detail2 {
    float: none;
    margin: 0 auto 20px auto;
    padding: 0px;
  }

  #insta_bg aside ul li a.wadan img {
    float: none;
  }

  footer {
    padding-bottom: 80px;
  }

  footer small {
    padding: 50px 0 80px;
  }

  .comenu_d {
    display: block;
  }

  .footer_btn_sp {
    bottom: 0;
    position: fixed;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .btn_sp {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    vertical-align: bottom;
    height: 80px;
    width: 100%;
    line-height: 1.2;
  }

  .footer_btn_sp li {
    width: 50%;
    height: 80px;
    border-right: 1px solid #fff;
    background: #00b900;
  }

  .footer_btn_sp div {
    flex: auto;
    width: 10%;
  }

  .footer_btn_sp li a p {
    position: relative;
    flex: auto;
    padding-left: 5vw;
    margin-left: 5vw;
  }

  .footer_btn_sp li a p::before {
    position: absolute;
    display: inline;
    content: '';
    width: 7vw;
    height: 7vw;
    background-image: url(../img/line.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: calc(50% - 3.5vw);
  }

  .footer_btn_sp li:last-child {
    border-right: none;
    background: #8b0e0e;
  }

  .footer_btn_sp li:last-child a p::before {
    background-image: url(../img/mail.png);
  }
}



/* GSトレーニングとは --------------------------------------------------*/
#sec01 {
  background: #f4f4f4;
  width: 100%;
  padding: 50px 0 50px 0;
}

#sec01 ul {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#sec01 li {
  width: 33.333%;

}

.toptx {
  background: #FFFFFF;
  padding: 30px;
  text-align: center;
  width: 80%;
  margin: 50px auto 50px auto;
}

.toptx span {
  margin-right: 10px;
  margin-bottom: 30px;
  display: inline-table;
  background: linear-gradient(transparent 50%, #f5d9b1 50%);
  position: relative;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #22254b;
}


#about {
  margin: 20px auto;
  width: 100%;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 20px;
}

.dia02 {
  margin: 60px auto;
  font-weight: 600;
  width: 170px;
  height: 170px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d44f4e+0,880b0b+100 */
  background: #d44f4e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d44f4e 0%, #880b0b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d44f4e 0%, #880b0b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d44f4e 0%, #880b0b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d44f4e', endColorstr='#880b0b', GradientType=0);
  /* IE6-9 */
  transform: rotate(45deg);
}

/*.dia02_tx:after{
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    position: absolute;
    bottom: -50px;
    right: 40%;
    transform: rotate(135deg);
}
*/

/* テキスト */
.dia02_tx {
  position: absolute;
  top: 55%;
  left: 55%;
  margin: 0;
  color: white;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: 3s ease-in-out;
  text-align: center;
  font-size: 35px;
  line-height: 45px;
}

#sec01 li:nth-child(3) .dia02_tx {
  top: 60%;
  left: 60%;
}

#sec01 li:nth-child(3) i {
  margin-top: 20px;
}

#sec01 li:last-child .tx03 {
  position: relative;
  left: -2%;
  line-height: 1;
}

.tx03 {
  padding: 0;
  margin: 0;
  line-height: 30px;
  display: block;
  font-size: 27px !important;
}

.dia02_tx span {
  font-size: 35px;
  font-weight: 900;
}

.dia02_tx02 span {
  font-size: 25px;
  font-weight: 900;
}

.dia_detail {
  margin: 0px auto;
  width: 95%;
  display: inline-table;
  text-align: center;
  line-height: 1.5rem;
}

#photos {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#photos>li {
  width: 24%;
  margin: 10px 0;
}

#photos>li figcaption {
  text-align: center;
}

#photos>li img {
  width: 100%;
}

.click_text {
  text-align: right;
  font-size: 13px;
  display: inherit;
  margin-top: 10px;
}

@media screen and (max-width:1000px) {
  .toptx span {
    background: none;
  }
}

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

  /*------GSトレーニングとは-----------------------------*/
  #about {
    font-size: 16px;
  }

  #sec01 {
    padding: 20px 0;
  }

  .toptx {
    margin: 30px auto 50px auto !important;
    padding: 20px !important;
    width: 90% !important;
    line-height: 20px;
    font-size: 12px;
  }

  .toptx span {
    background: none !important;
    font-size: 18px !important;
    margin-bottom: 20px !important;
  }

  #sec01 ul {
    display: flex;
    margin: 0 0 20px 0;
    flex-wrap: wrap;
  }


  #sec01 li {
    width: 50%;
  }

  .dia02 {
    width: 100px;
    height: 100px;
    margin: 30px auto 30px auto;
  }

  .dia02_tx span {
    font-size: 19px;
  }

  .dia02_tx {
    font-size: 20px;
    line-height: 25px;
  }

  #sec01 li:nth-child(3) i {
    margin-top: 10px;
  }

  .dia_detail {
    line-height: 1.2rem;
    font-size: 12px;
  }

  #photos>li {
    width: 48%;
    margin-bottom: 20px;
  }

  .tx03 {
    padding: 0;
    margin: 0;
    line-height: 18px;
    display: block;
    font-size: 17px !important;
  }

}




/*トレーニング --------------------------------------------------*/
#sec02 {
  width: 100%;
  padding: 100px 0;
}

#sec02 img {
  width: 100%;
}

.text {
  width: 90%;
  margin: 20px auto 30px auto;
  text-align: center;
  padding: 20px;
}

.text02 {
  width: 100%;
  margin: 10px auto 10px auto;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}


.text3 {
  width: 90%;
  margin: -20px auto 10px auto;
  text-align: center;
  padding: 20px;
}


#sec02 ul.point_detail {
  width: 70%;
  margin: 50px auto 150px auto;
  font-size: 24px;
  line-height: 35px;
}

#sec02 ul.point_detail>li {
  list-style-type: none;
  text-indent: -4rem;
  padding-left: 1rem;
  font-weight: 600;
  color: #880b0b;
  letter-spacing: 2px;
}

#sec02 ul.point_detail>li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  padding-left: 2rem;
  margin: 0 10px 0 0;
}

#sec02 ul.point {
  font-size: 24px;
}

#bg_blue {
  background: #ebefff;
  width: 100%;
  margin: 0px -500%;
  padding: 50px 500%;
  position: relative;
}

#bg_blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 50px 100px 0 100px;
  border-color: #ffffff transparent transparent transparent;
}

#bg_blue ul {
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  width: 80%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#bg_blue ul>li {
  width: 48%;
}


#bg_blue figcaption {
  padding: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
}

#sec02 aside {
  width: 70%;
  margin: 40px auto;
}



#sec02 h4 {
  width: 30%;
  margin: 50px auto 0 auto;
  text-align: center;
  background: #fff;
  padding: 10px;
  font-size: 20px;
  letter-spacing: 3px;
}




@media screen and (max-width:750px) {
  /*------トレーニング-----------------------------*/

  #sec02 {
    padding: 50px 0 0 0;

  }

  .text {
    margin: 20px auto 20px auto;
    font-size: 12px;
  }

  .text02 {
    margin: 20px auto 20px auto;
    font-size: 12px;
  }

  #sec02 ul.point_detail {
    width: 80% !important;
    margin: 40px auto 50px auto;
    font-size: 0.8rem;
  }

  #sec02 ul.point_detail>li {
    text-indent: -3.5rem;
    padding-left: 1rem;
  }

  #sec02 h4 {
    width: 90%;
    font-size: 14px;
  }

  #bg_blue ul {
    width: 90%;
  }

  #bg_blue figcaption {
    font-size: 12px;
    line-height: 19px;
  }

  #bg_blue {
    padding: 20px 500%;
  }

  #sec02 aside {
    width: 100%;
    margin: 30px auto;
  }

  #sec02 ul.point_detail {
    line-height: 25px;
  }
}

/*トレーナー --------------------------------------------------*/
#sec03 {
  width: 100%;
  padding: 30px 0 100px;
}

#sec03 img {
  width: 100%;
  border: #10132f 3px solid;
}

#staff {
  width: 100%;
  margin: 0px -500%;
  padding: 50px 500%;
  overflow-x: hidden;
  background-color: #ffffff;
  /* ココから下 ↓ */
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), color-stop(.75, transparent), to(transparent));
  -webkit-background-size: 14px 14px;
}

#staff ul {
  width: 90%;
  margin: 0 auto;
  clear: both;
}

#staff li {
  margin: 100px 0 30px 0;
  display: table;
}

#staff .staff_border {
  border: #880b0b 1px solid;
  padding: 30px;
}

.staff_detail {
  width: 30%;
}

.staff_detail p {
  color: #880b0b;
  font-size: 28px;
  height: 100%;
  text-align: center;
  font-weight: 700;
}

.staff_text {
  background: url(../img/staff_bg.png) no-repeat;
  background-position: bottom right;
  background-size: 36%;
  margin: 0 0 0 0%;
  width: 65%;
}

.staff_text h4 {
  color: #880b0b;
  font-size: 25px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #880b0b;
  margin: 0 0 20px 0;
}

.staff_comment {
  margin: 50px 0 20px 0 !important;
}

.staff_text p {
  margin: 10px 0 20px 0;
}

.staff_text ul {
  margin: 10px 0 20px 0 !important;
}

.staff_text .staff_comment+p {
  margin: 10px 0 50px 0;
}

.staff_text ul li {
  margin: 0 !important;
  word-break: break-all;
}

.event_title {
  font-weight: bold;
  font-size: 17px;
}

@media screen and (max-width:750px) {
  .grad-wrap {
    position: relative;
  }

  .grad-wrap+.grad-wrap {
    margin-top: 40px;
  }

  .grad-trigger {
    /*ボタンのスタイルはご自由にどうぞ*/
  }

  .grad-trigger::before {
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-weight: 900;
    color: #fff;
    position: absolute;
    left: calc(73%);
    top: 78px;
    z-index: 15;
  }

  .grad-trigger::after {
    display: block;
    content: "続きを読む";
    /*クリック前のボタンのラベル*/
    background: #8b0e0e;
    color: #FFFFFF;
    padding: 8px 0;
    width: 60%;
    text-align: center;
    font-weight: bold;
    z-index: 10;
    position: absolute;
    top: 70px;
    left: 19%;
  }

  .grad-trigger .fa {
    margin-right: .5em;
  }

  .grad-item {
    position: relative;
    overflow: hidden;
  }

  .grad-item.is-hide {
    height: 100px;
    /*隠した後の高さ*/
  }

  .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100px;
    /*グラデーションで隠す高さ*/
    background: -moz-linear-gradient(bottom, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 0.5) 60%, rgba(255, 250, 250, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 0.5) 60%, rgba(255, 250, 250, 0) 100%);
    background: linear-gradient(to top, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 0.5) 60%, rgba(255, 250, 250, 0) 100%);
  }

  .grad-trigger.is-show {
    position: absolute;
    width: 100%;
    bottom: 110px;
  }

  .grad-trigger.is-show::after {
    content: "　閉じる　";
    /*クリック後にボタンのラベルを変える*/
  }

  .grad-trigger.is-show::before {
    content: '\f106';
  }

  .grad-trigger.is-show+.grad-item::before {
    display: none;
  }

  /*------スタッフ-----------------------------*/

  #sec03 {
    width: 100%;
    padding: 10px auto 0px auto;
  }

  #staff {
    padding: 10px 500%;
  }

  #staff .staff_border {
    border: none;
    border-bottom: #880b0b 1px solid;
    padding: 0;
  }

  .staff_detail {
    width: 70%;
    margin: 0 auto;
    float: none;
  }

  #staff li {
    margin: 50px 0 20px 0;
  }

  .staff_text {
    margin: 30px auto;
    width: 100%;
    float: none;
  }

  .staff_detail p {
    font-size: 20px;
  }

  .event_title {
    font-size: 15px;
  }
}

@media screen and (max-width:376px) {
  .staff_detail {
    width: 100%;
  }
}

@media screen and (max-width:375px) {
  #staff li {
    display: block;
  }

  .staff_text .staff_comment+p {
    margin: 10px 0 80px 0;
  }
}

/*--料金表------------------------------------------------------*/
#sec04 {
  padding: 50px 0 100px 0;
}

#sec04 img {
  width: 100%;
}

#sec04 aside {
  width: 80%;
  margin: 50px auto;
}

#sec04 aside.line {
  margin-top: -30px;
}

.price {
  background: #FFFFFF;
  padding: 50px;
  width: 80%;
  margin: 20px auto 0;
}

.price li {
  list-style: disc;
  text-align: justify;
  text-justify: inter-ideograph;
}


.buttom {
  background: #880b0b;
  color: #fff;
  padding: 20px !important;
  font-weight: 700;
  width: 30%;
  text-align: center;
  float: right;
  margin: 50px 0 0px 0;
}

.tel {
  font-size: 14px;
}

/* ------------------------------
   #tabAccordion
------------------------------ */
#tabAccordion {
  margin: 50px auto;
  width: 90%;
  height: 1250px;
  border: #880b0b 1px solid;
  position: relative;
  background: #fbfaec;
  padding: 0px 0 125px 0;
}

#tabAccordion a {
  color: #880b0b;
}


#tabAccordion a:hover {
  opacity: 0.8;
}


#tabAccordion dl {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

#tabAccordion dl span {
  font-size: 15px;
  font-weight: bold;
}

.pp_data {
  font-size: 13px !important;
  font-weight: bold;
}

#tabAccordion .tax {
  display: block;
  text-align: right;
  margin: 0 0 0px;
}

#tabAccordion .tax_center {
  display: block;
  text-align: right;
  margin: 0 0 20px;
}

#tabAccordion dl dt {
  top: -3px;
  left: 0;
  width: 16.66%;
  position: absolute;
  border-right: #880b0b 1px solid;
  border-bottom: #880b0b 1px solid;
  background: #10132f;
  box-sizing: border-box;
  line-height: 25px;
  font-size: 17px;
  height: 81px;
}

#tabAccordion dl:nth-child(2) dt {
  left: 16.66%;
}

#tabAccordion dl:nth-child(3) dt {
  left: 33.32%;
}

#tabAccordion dl:nth-child(4) dt {
  left: 49.98%;
}

#tabAccordion dl:nth-child(5) dt {
  left: 66.64%;
  border-right: none;
}

#tabAccordion dl:nth-child(6) dt {
  left: 83.3%;
  border-right: none;
}

#tabAccordion dl dt a {
  padding: 15px 0;
  font-weight: bold;
  display: block;
  text-align: center;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #fff;
  z-index: 50000;
}

#tabAccordion dl dt.btnAcv {
  border-bottom: none;
  background: #880b0b;
}

#tabAccordion h4 {
  font-size: 35px;
  color: #880b0b;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 20px auto 20px auto;
  width: 100%;
  text-align: center;
}

#tabAccordion h4 span {
  font-size: 45px;
}

.course {
  margin: 30px 0 0 0;
  background: #880b0b;
  line-height: 2em;
  font-weight: 600;
  width: 30%;
  text-align: center;
  color: #fff;
  padding: 10px !important;
  font-size: 20px !important;
}

.course_02 {
  margin: 20px auto;
  background: #880b0b;
  line-height: 2em;
  font-weight: 600;
  width: 30%;
  text-align: center;
  color: #fff;
  padding: 10px !important;
  font-size: 20px !important;
}

#course {
  width: 60% !important;
  margin: 0px auto 0 auto !important;
}

#course td {
  padding: 10px !important;
  text-align: center !important;
  width: 50% !important;
}

#houzin_title {
  font-size: 30px !important;
  color: #880b0b;
  width: 75%;
  padding: 0px !important;
  margin: 0 auto;
  text-align: left;
}

.text2 {
  width: 90%;
  margin: 10px auto;
  text-align: center;
  padding: 0px !important;
  padding: 0;
}

#point {
  width: 75%;
  font-size: 22px;
  margin: 0 auto 70px auto;
}

#point>li {
  list-style-type: disc;
  font-weight: 600;
  color: #880b0b;
  letter-spacing: 2px;

}

.course_text {
  width: 50%;
  margin: 0px auto 0 auto;
  text-align: center;
}

#tabAccordion table {
  width: 100%;
  margin: 0px auto 0 auto;
  background: #FFFFFF;
  font-weight: 600;
  border: solid 3px #c2c2c2;
  font-size: 20px;

}

#tabAccordion table td {
  padding: 0 10px;
  text-align: center;
  border: solid 1px #c2c2c2;
  font-weight: bold;
}

#tabAccordion table td.text_left {
  padding: 10px 10px 10px 40px;
  text-align: center;
  font-weight: bold;
}


#tabAccordion table th {
  text-align: center;
  padding: 10px;
  border: solid 1px #c2c2c2;
}

#tabAccordion table .pink {
  background: #fff7f7;
}


@media only screen and (min-width: 768px) {
  #tabAccordion dl dt:hover>a {
    background: #880b0b;
  }
}

#tabAccordion dl dd {
  top: 80px;
  left: 0;
  padding: 50px;
  width: 100%;
  height: 1351px;
  text-align: left;
  overflow-y: auto;
  display: none;
  position: absolute;
  box-sizing: border-box;
}

#tabAccordion dl dd p {
  padding: 0 0 20px 0;
  line-height: 2em;
  font-weight: 600;
}

/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (max-width: 900px) {
  #tabAccordion {
    width: 100%;
    box-sizing: border-box;
  }

  #tabAccordion dl {
    width: 100%;
    box-sizing: border-box;
  }

  #tabAccordion dl dt {
    width: 16.66%;
  }

  #tabAccordion dl:nth-child(2) dt {
    left: 16.66%;
  }

  #tabAccordion dl:nth-child(3) dt {
    left: 33.32%;
  }

  #tabAccordion dl:nth-child(4) dt {
    left: 49.98%;
  }

  #tabAccordion dl:nth-child(5) dt {
    left: 66.64%;

  }
}

/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 900px) {
  #tabAccordion {
    padding: 0;
    width: 100%;
    height: auto;
    border: none;
  }

  #tabAccordion dl {
    top: auto;
    left: auto;
    width: 100%;
    position: relative;
  }

  #tabAccordion dl dt {
    top: auto;
    left: auto;
    width: 100%;
    position: relative;
    border-bottom: #999 1px solid;
    border-right: none;
  }

  #tabAccordion dl:first-child dt {
    border-top: #999 1px solid;
  }

  #tabAccordion dl:nth-child(2) dt,
  #tabAccordion dl:nth-child(3) dt,
  #tabAccordion dl:nth-child(4) dt,
  #tabAccordion dl:nth-child(5) dt,
  #tabAccordion dl:nth-child(6) dt {
    left: auto;
  }

  #tabAccordion dl dt a {
    padding: 20px;
    height: auto;
    line-height: 1em;
    text-align: left;
  }

  #tabAccordion dl dt a:after {
    content: '';
    margin-top: -4px;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    display: block;
    position: absolute;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #tabAccordion dl dt.btnAcv {
    border-bottom: #999 1px solid;
    background: #10132f;
  }

  #tabAccordion dl dt.btnAcv.btnOn {
    background: #880b0b;
  }

  #tabAccordion dl dt.btnAcv.btnOn a:after {
    border: none;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }

  #tabAccordion dl dd {
    top: auto;
    left: auto;
    padding: 20px;
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: #999 1px solid;
  }
}




@media only screen and (max-width: 900px) {
  #tabAccordion dl dt a {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
  }

  #tabAccordion dl span {
    font-size: 12px;
    display: inline-block;
    text-align: center;
  }

  .course {
    width: 50% !important;
  }

  #tabAccordion dl .size {
    font-size: 16px !important;
  }

  #tabAccordion dl dd p {
    margin: 0 auto;
    width: 80%;
    float: none;
  }

  #tabAccordion h4 {
    font-size: 28px;
  }

  #tabAccordion table {
    font-size: 12px;
    margin: 20px auto 0 auto;
  }

  #tabAccordion table td {
    vertical-align: middle;
    padding: 10px !important;
  }

  .price {
    background: #FFFFFF;
    margin: 20px auto;
    padding: 20px;
    width: fit-content;
    font-size: 12px;
  }

  .price li {
    list-style: none;
    text-indent: -0.6rem;
    padding-left: 1rem;
  }

  .price ul.custommarker01 {
    list-style-type: none;
  }

  .price li:before {
    content: '・';
    /* ←ここにリストマーカーにしたい文字列を設定 */
  }
}

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

  #sec04 aside {
    width: 100%
  }

  #tabAccordion h4 {
    font-size: 20px;
    width: 80%;
    margin: 0 auto 10px auto;
  }

  #tabAccordion dl span {
    font-size: 11px;
    display: inline-block;
    text-align: center;
  }

  #point {
    width: 80%;
    font-size: 13px;
    margin: 0 auto 70px auto;
  }

  #tabAccordion table {
    font-size: 12px;
    margin: 0px auto 0 auto;
    width: 100% !important;
    line-height: 16px;
    letter-spacing: 0px;
  }

  .course {
    width: 40% !important;
    font-size: 15px !important;
    padding: 5px !important;
  }

  .pp_data {
    font-size: 10px !important;
  }

  .course_02 {
    width: 40% !important;
    font-size: 15px !important;
    padding: 5px !important;
  }

  #houzin_title {
    font-size: 20px !important;
    margin: 0 auto 0 10px !important;
  }

  .text2 {
    font-size: 12px;
  }

  #tabAccordion dl dd p {
    margin: 20px auto 0px auto;
    width: 100%;
    float: none;
  }

  .buttom {
    width: 80% !important;
    margin: 20px auto 0 auto !important;
  }

  .buttom span {
    font-size: 16px !important;
  }

  .course_text {
    width: 95%;
    font-size: 12px;
    text-indent: -12px;
    padding-left: 12px;
    margin: 0px auto;
  }

  #tabAccordion dl dt {
    height: auto;
  }
}


/*お客様の声 --------------------------------------------------*/
#sec05 {
  width: 100%;
  padding: 50px 0 100px 0;
}

#sec05 img {
  width: 100%;
}

#sec05 h4 {
  width: 100%;
  text-align: left;
  color: #880b0b;
  font-size: 25px;
  margin: 30px 0 10px 0;
}

#sec05 h4 span {
  margin-right: 10px;
  display: inline-table;
  background: linear-gradient(transparent 50%, #f5d9b1 50%);
  position: relative;
}

#voice_bg {
  background: url(../img/voice_bg.jpg) repeat;
  background-size: contain;
  width: 100%;
  margin: 0px -500%;
  padding: 50px 500%;
  position: relative;
}

#voice01 {
  display: inline-flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 0 0 20px;
}


#voice01 li {
  height: 400px;
  text-align: left;
  display: inline-block;
}


#voice02 {
  display: inline-block;
  flex-wrap: wrap;
  text-align: center;
}


#voice02 li {
  height: 400px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

.list01 {
  width: 27%;
}

.list02 {
  width: 27%;
}


.spec {
  margin: 0 0 10px 0;
}

.detail {
  line-height: 25px;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.detail span {
  color: #1e1e1e;
}

.memo01 {
  background: url(../img/voice01.png) no-repeat;
  background-size: 100%;
  padding: 30px;
  display: block;
}

.memo02 {
  background: url(../img/voice02.png) no-repeat;
  background-size: 100%;
  background-position: 0px 10px;
  padding: 30px;
  display: block;
}

@media only screen and (max-width: 1100px) {
  #sec05 h4 {
    width: 100%;
    text-align: left;
    color: #880b0b;
    font-size: 20px;
    margin: 20px 0 8px 0;
  }

  .detail {
    line-height: 25px;
    font-size: 14px;
  }

  .spec {
    margin: 0 0 30px 0;
    line-height: 20px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 990px) {
  #voice01 {
    width: 100%;
    margin: 0 auto;
  }

  #voice01 li {
    width: 90%;
    margin: 0 auto 20px auto;
    background: #fff;
    height: auto;
    padding: 20px;
  }

  #voice02 {
    width: 100%;
    margin: 0 auto;
  }

  #voice02 li {
    width: 90%;
    margin: 0 auto 20px auto;
    background: #fff;
    height: auto;
    padding: 20px;
  }
}


@media only screen and (max-width:750px) {
  #sec05 {
    width: 100%;
    padding: 50px 0 0 0;
  }

  #voice02 li {
    width: 88%;
    margin: 0 auto 20px auto;
    background: #fff;
    height: auto;
    padding: 20px;
  }
}

/*アクセス --------------------------------------------------*/
#sec06 {
  width: 100%;
  padding: 100px 0;
}

#sec06 img {
  width: 100%;
}

#sec06 h4 {
  width: 100%;
  text-align: center;
  color: #880b0b;
  font-size: 30px;
  margin: 50px 0;
}

#sec06 table {
  margin: -20px auto 30px auto;
  width: 35%;
}


#sec06 table .text_left {
  text-align: left;
  padding: 0 0 0 10px;

}

#sec06 table .text_right {
  text-align: right;
  padding: 0 10px 0 10px;
}


#sec06 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 90%;
  margin: 20px auto 0 auto;
}

#sec06 ul li {
  width: 48%;
}

#access span {
  font-size: 20px;
  font-weight: 600;
}

aside {
  width: 90%;
  margin: 20px auto 0 auto;
}


@media only screen and (max-width: 750px) {
  #sec06 {
    padding: 50px 0 0 0;
  }

  #sec06 table {
    width: 100%;
    font-size: 12px;
  }

  #sec06 h4 {
    font-size: 20px;
    margin: 20px 0;
  }

  #sec06 ul {
    width: 100%;
  }

  #sec06 ul li {
    width: 48%;
  }

  #access span {
    font-size: 18px;
  }

  aside {
    width: 100%;
    margin: 10px auto 0 auto;
  }
}

/*会社概要 --------------------------------------------------*/
#sec07 {
  width: 100%;
  padding: 50px 0;
}

#sec07 table {
  width: 80%;
  margin: 50px auto;
  padding: 100px 0;
}

#sec07 table td a {
  color: #10132f;
}

#sec07 table td a:hover {
  color: #880b0b;
}

#sec07 table tr {
  border-bottom: #d8d8d8 dashed 1px;
}

#sec07 table th {
  width: 30%;
  font-size: 18px;
  font-weight: 600;
  color: #10132f;
  text-align: left;
  padding: 0 0 0 50px
}

#sec07 table td {
  width: 65%;
  padding: 15px 0px 15px 0;
  text-align: left;

}

@media screen and (max-width: 350px) {
  #sec07 table td {
    padding: 15px;
  }
}

@media only screen and (max-width: 750px) {
  #sec07 {
    padding: 8vh 0;
  }

  #sec07 table {
    width: 90%;
    margin: 20px auto 0 auto;
  }

  #sec07 table th {
    padding: 0;
    width: 21%;
    font-size: 16px;
  }
}

.hamburger-nav {
  display: none;
}





/*---------------------------------------------
  Hamburger Navigation
  ---------------------------------------------*/
.hamburger-nav-toggle-btn {
  margin: 1em;
}

.hamburger-nav-toggle-btn.close::before,
.hamburger-nav-toggle-btn.open::before {
  font-family: 'FontAwesome';
}

.hamburger-nav-toggle-btn.open::before {
  content: '\f00d';
  font-size: 30px;
  color: #8e8e8e;
}

.hamburger-nav-toggle-btn.close::before {
  content: '\f0c9';
  font-size: 30px;
  color: #8e8e8e;
  z-index: 100000;
}

.hamburger-nav-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #10132f;
  color: #FFFFFF;
  height: 100%;
  overflow-y: auto;

}

.hamburger-nav-list>li {
  border-bottom: 1px solid #fff;
  padding: 7px;
  text-align: center;
}

.hamburger-nav-list>li.nav_menu {
  width: 49.8%;
  padding: 0;
  float: left;
}

.hamburger-nav-list>li.nav_menu2 {
  width: 49.9%;
  padding: 0;
  float: left;
  border-right: 1px solid #fff;
}

.hamburger-nav-list>li a {
  display: block;
  padding: 10px 1em;
  text-decoration: none;
  color: #ffffff;
}

.sample-articles {
  padding: 10px 1em;
}

.sample-articles>article {
  margin-bottom: 50px;
  padding-top: 100px;
}


@media only screen and (max-width: 750px) {
  .hamburger-nav {
    display: block;
    z-index: 1000;
  }

  .snip1168 {
    display: none;
  }

  .hamburger-nav {
    display: block;
    right: 0;
    width: 100%;
  }



  .hamburger-nav-toggle-btn {
    margin: 1em;
    position: absolute;
    right: 0px;
    background: no-repeat;
    border: none;
    position: fixed;
    top: 0;
    /* left: 0; */
    /* bottom: 0; */
  }

  .top_02 {
    display: none;
  }

  .top_01 {
    display: block;
    text-align: center;
    margin: 0;
  }

  header nav {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

}

@media only screen and (max-width: 320px) {
  .hamburger-nav-list>li.nav_menu2 {
    width: 49.8%;
    display: inline-block;
  }
}


/*お問い合わせ --------------------------------------------------*/

#entry h2 {
  color: #880b0b;
  font-size: 24px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin: 50px 0 0 0;
}

#entry h3 {
  font-family: 'Oswald', sans-serif;
  color: #3a3a3a;
  font-size: 33px;
  padding: 10px 0px;
  text-align: center;
  font-weight: 600;
  margin: 50px auto 0px auto;
  width: 250px;
  display: block;
  border-left: 3px solid #880b0b;
  border-right: 3px solid #880b0b;
  line-height: 13px;
  letter-spacing: 3px;
}

#entry span {
  font-size: 16px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #4d4d4d;
  display: block;
  font-weight: 500;
  margin: -5px 0 0 0;
}

#entry aside {
  width: 70%;
  margin: 40px auto;
}

#entry aside img {
  width: 100%;
}


.send span {
  display: initial !important;
  font-weight: 600 !important;
  color: #000 !important;
}

#send_txt {
  height: 500px;
}

#nav_entry {
  background: #880b0b;
  clear: both;
}

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

  #entry h3 {
    font-size: 20px;
    padding: 10px 0px;
    width: 180px;
    line-height: 10px;
  }

  #entry h3 span {
    font-size: 12px;
  }

  #entry aside {
    width: 100%;
  }
}