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

p{
    letter-spacing: 0.2em;
    font-feature-settings: "palt";
}

.s_text {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-variant-ligatures: no-common-ligatures;
    text-align: justify;
}

textarea { font-size: 100%; }

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

hr { display: none; }

html{
	min-height: 620px;
	height: 100%;
	overflow-y: scroll;
}

iframe[name="google_conversion_frame"] { position: absolute; top: 0; }

body{
	height: 100%;
	background: #fff;
	color: #231815;
	-webkit-text-size-adjust: 100%;
}

a{text-decoration: none; color: #231815;}


.pc_view{
	display: none !important;
}

.button a{
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.button a::before,
.button a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button a,
.button a::before,
.button a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button a{
    background-color: #000025;
    border: 2px solid #000025;
    color: #fff;
    padding: 4px 16px;
}

.keyvisual{
	width: 100%;
}

.keyvisual img{
	width: 100%;
	height: auto;
}

.swiper-button-prev,
.swiper-button-next{
	display: none;
}

.openbtn1 {
    width: 25px;
    height: 32px;
    cursor: pointer;
    position: fixed;
    top: 0;
    z-index: 1000;
    right: 0;
    background-color: #fff;
    padding: 16px;
    border-left: solid 1px #000;
    border-bottom: solid 1px #000;
}

.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    height: 1px;
    background-color: #000;
    right: 7px;
    width: 72%;
}

.openbtn1 p {
    font-size: 11px;
    text-align: center;
    margin-top: 28px;
    font-weight: bold;
    right: 8px;
    position: relative;
    letter-spacing: 0.1em;
}

.openbtn1 .openbtn_menu{
}

.openbtn1.active .openbtn_menu{
    display: none;
}

.openbtn1 .openbtn_close{
    display: none;
}

.openbtn1.active .openbtn_close{
    display: block;
}

.openbtn1 span:nth-of-type(1) {
    top: 12px;
}

.openbtn1 span:nth-of-type(2) {
    top: 24px;
}

.openbtn1 span:nth-of-type(3) {
    top: 36px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 16px;
    transform: translateY(6px) rotate(-45deg);
}

.openbtn1.active span:nth-of-type(2) {
    display: none;
}

.openbtn1.active span:nth-of-type(3) {
    top: 28px;
    transform: translateY(-6px) rotate(45deg);
}

#g-nav {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    transition: all 0.3s;
    right: 0;
    box-sizing: border-box;
    bottom: unset;
    left: unset;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}

#g-nav.panelactive {
    opacity: 1;
    z-index: 999;
    right: 0;
    pointer-events: unset;
    background-image: url(./../../../../img/bg_nav.jpg);
    background-size: cover;
    overflow: hidden;
}

#g-nav-list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 16px 24px;
}

#g-nav-list ul{
    text-align: center;
}

#g-nav-list ul li {
    font-size: 16px;
    margin: 40px 0;
    letter-spacing: 0.2em;
    white-space: nowrap;
}

h1{
text-align: center;
    margin: 16% auto 32%;
    width: 12%;
}

h1 img{
	width: 100%;
}

.top_works{
text-align: center;
    width: 88%;
    margin: 0 auto 32%;
}

.top_works h2{
    font-size: 32px;
    letter-spacing: 0.1em;
    margin-bottom: 12%;
}

.top_works p {
    line-height: 3.2em;
    letter-spacing: 0.1em;
    text-align: left;
}

.top_works p:last-child{
	margin-top: 16%;
}

.top_works p br{
	display: none;
}

.sns{
    margin-bottom: 16%;
}

.sns ul{
	text-align: center;
	font-size: 0;
}

.sns ul li{
display: inline-block;
    margin: 0px 4%;
    width: 12%;
}

.bg_contact{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(./../img/footer_bg_contact.jpg);
    position: relative;
    height: 300px;
}

.bg_contact .inner{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    border: solid 2px #fff;
    padding: 4% 8%;
    width: 72%;
    text-align: center;
    color: #fff;
    background-image: url(./../img/arrow_contact.png);
    background-position: right 8px center;
    background-repeat: no-repeat;
    background-size: 16px;
    transition: 0.5s;
}

.bg_contact .inner a{
	color: #fff;
}

.bg_contact .inner h3{
font-size: 28px;
    margin-bottom: 2%;
    letter-spacing: 0.4em;
}

.bg_contact .inner p{
}

footer{
padding: 2%;
}

footer p{
text-align: center;
    font-size: 12px;
}

/* 下層ページ共通 */

.otherpage{
	margin-bottom: 8%;
    overflow: hidden;
}

.otherpage .inner{
    width: 88%;
    margin: 0 auto;
}

.headline{
background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    height: 200px;
    background-position: center;
    margin-bottom: 16%;
}

.headline h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	color: #fff;
	letter-spacing: 0.2em;
	font-size: 32px;
}

.otherpage .inner h3{
position: relative;
    padding-left: 16%;
    margin-bottom: 8%;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2em;
}
 
.otherpage .inner h3::after {
position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 12%;
    height: 1px;
    background-color: #231815;
}

/* ABOUTページ */

.about .headline{
	background-image: url(./../img/bg_aboutpage.jpg);
}

.about01,
.about02,
.about03{
	overflow: hidden;
margin-bottom: 24%;
}

.about01 .large_block{
	font-size: 0;
margin-bottom: 8%;
}

.about01 .large_block:last-child{
	margin-bottom: 0;
}

.about01 img{
width: 100%;
    margin: 0 0 8%;
}

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

.about01 .detail p{
}

.about01 .detail p:first-child{
margin-bottom: 2%;
}

.about01 .detail h4{
font-size: 30px;
    font-weight: 600;
    margin-bottom: 4%;
    letter-spacing: 0.2em;
}

.about01 .detail h4 small{
	font-size: 18px;
	margin: 0 4px;	
}

.about01 .text{
line-height: 1.6em;
    margin-bottom: 8%;
    letter-spacing: 0.1em;
}

.about01 ul{
    text-align: center;
    font-size: 0;
}

.about01 ul li{
    width: 46%;
    display: inline-block;
    margin: 0 2%;
}

.about01 ul li img{
    width: 100%;
    margin: 0;
}

.about02 .large_block{
border: solid 1px #222;
    padding: 4%;
}

.about02 .large_block p{
line-height: 2em;
    margin-bottom: 8%;
}

.about02 .large_block p br{
    display: none;
}

.about02 .large_block p:last-child{
	margin-bottom: 0;
}

.about03 .large_block{
	font-size: 0;
}

.about03 dl{
    margin-bottom: 8%;
}

.about03 dl dt {
clear: left;
    float: left;
    width: 24%;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1.8em;
}

.about03 dl dd {
padding-left: 24%;
    padding-bottom: 4%;
    margin-bottom: 4%;
    border-bottom: solid 1px #222;
    line-height: 1.8em;
}

.about03 img{
}

/* COACHINGページ */

.coaching .headline{
	background-image: url(./../img/bg_coaching.jpg);
	margin-bottom: 8%;
}

.coaching01,.coaching02,.coaching03,.coaching04,.coaching05{
    overflow: hidden;
    margin-bottom: 8%;
    padding-top: 8%;
}

.coachingpage_nav{
	background-color: #001654;
	width: 100%;
	padding: 8px 0;

	display: none;
}

.coachingpage_nav ul{
	font-size: 0;
	text-align: center;
}

.coachingpage_nav ul li{
display: inline-block;
    font-size: 12px;
    letter-spacing: 0.1em;
}

.coachingpage_nav ul li::before {
content: "/";
    margin-left: 16px;
    margin-right: 16px;
    color: #fff;
}

.coachingpage_nav ul li:first-child::before {
  content: none;
}

.coachingpage_nav ul li a{
	color: #fff;
}

.coaching01 .large_block01{
text-align: center;
    overflow: hidden;
    margin-bottom: 8%;
}

.coaching01 .large_block01 h4{
font-size: 20px;
    margin-bottom: 4%;
    font-weight: 600;
}

.coaching01 .large_block01 p{
font-size: 14px;
    margin-bottom: 4%;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}

.coaching01 .large_block01 p br{
	display: none;
}

.coaching01 .large_block01 p.copyright{
font-size: 16px;
    font-weight: 600;
margin-bottom: 4%;
    letter-spacing: 0.2em;
}

.coaching01 .large_block01 h5{
font-size: 36px;
    letter-spacing: 0.2em;
    font-weight: 600;
    margin-bottom: 8%;
}

.coaching01 .large_block02{
	overflow: hidden;
}

.coaching01 .large_block02 .middle_block{
    overflow: hidden;
    margin-bottom: 12%;
}

.coaching01 .large_block02 .middle_block .small_block{
    margin-bottom: 4%;
}

.coaching01 .large_block02 .middle_block .small_block h4{
font-size: 20px;
    font-weight: 700;
    margin-bottom: 2%;
    letter-spacing: 0.1em;
    color: #00004e;
}

.coaching01 .large_block02 .middle_block .small_block h4 small{
	font-size: 14px;
}

.coaching01 .large_block02 .middle_block .small_block p{
line-height: 1.6em;
}

.coaching01 .large_block02 .middle_block img{
}

.coaching01 .large_block02 .middle_block:last-child .small_block{
}

.coaching01 .large_block02 .middle_block:last-child img{
}

.coaching01 .large_block03{
	overflow: hidden;
}

.coaching01 .large_block03 h4{
text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4%;
    letter-spacing: 0.1em;
    color: #00004e;
}

.coaching01 .large_block03 .middle_block{
	overflow: hidden;
	font-size: 0;
}

.coaching01 .large_block03 .middle_block .small_block{
overflow: hidden;
    margin-bottom: 8%;
}

.coaching01 .large_block03 .middle_block .small_block:nth-child(2),
.coaching01 .large_block03 .middle_block .small_block:nth-child(1){
}

.coaching01 .large_block03 .middle_block .small_block:nth-child(2n) {
}

.coaching01 .large_block03 .middle_block .small_block img{
margin-right: 4%;
    width: 40%;
    vertical-align: middle;
    display: inline-block;
}

.coaching01 .large_block03 .middle_block h5{
font-size: 16px;
    margin-bottom: 2%;
    letter-spacing: 0.1em;
    font-weight: 700;
    width: 56%;
    vertical-align: middle;
    display: inline-block;
}

.coaching01 .large_block03 .middle_block p{
clear: both;
    margin-top: 2%;
}

.coaching01 .large_block03 .middle_block p br{
	display: none;
}

.coaching02 .large_block{
    font-size: 0;
}

.coaching02 .large_block .middle_block{
    overflow: hidden;
    margin-bottom: 8%;
}

.coaching02 .large_block .middle_block:last-child{
    margin-right: 0;
}

.coaching02 .large_block .middle_block img{
float: left;
    width: 40%;
    margin-right: 4%;
    margin-bottom: 2%;
}

.coaching02 .large_block .middle_block .detail{
}

.coaching02 .large_block .middle_block .detail h4{
margin-bottom: 2%;
}

.coaching02 .large_block .middle_block .detail h4 span{
background-color: #000025;
    color: #fff;
    font-size: 16px;
    padding: 2%;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.coaching02 .large_block .middle_block .detail p{
line-height: 1.6em;
}

.coaching02 .large_block .middle_block .detail p small{
	line-height: 1.4em;
}

.coaching03 .large_block .left_block{
    margin-bottom: 4%;
}

.coaching03 .large_block .left_block h4{
font-weight: 600;
    font-size: 18px;
    background-color: #000025;
    display: inline-block;
    color: #fff;
    padding: 4px 16px;
    margin-top: 8%;
    margin-bottom: 4%;
    letter-spacing: 0.1em;
}

.coaching03 .large_block .left_block p{
    line-height: 1.8em;
}

.coaching03 .large_block .left_block p.address{
    font-size: 14px;
    font-weight: 600;
}

.coaching03 .large_block img{
}

.coaching04 .middle_block{
margin-bottom: 40px;
}

.coaching04 .middle_block:last-child{
    margin-bottom: 0;
}

.coaching04 .middle_block h4{
background-color: #00004e;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
    padding: 2% 4%;
    margin-bottom: 4%;
    font-weight: 600;
}

.coaching04 .middle_block dl{
}

.coaching04 .middle_block dt {
font-size: 16px;
    font-weight: 600;
    margin-bottom: 2%;
    line-height: 1.4em;
}

.coaching04 .middle_block dd {
margin-bottom: 4%;
    padding-bottom: 4%;
    border-bottom: solid 1px #222;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    font-weight: 600;
}

.coaching04 .middle_block p{
color: #c62801;
    font-size: 12px;
}

.coaching05 .large_block{
}

.coaching05 .middle_block{
margin-bottom: 6%;
    padding-bottom: 4%;
    border-bottom: solid 1px #222;
    font-size: 0;
}

.coaching05 .middle_block:last-child{
    margin-bottom: 0;
}

.coaching05 .middle_block h4{
font-size: 8vw;
    vertical-align: top;
    display: inline-block;
    font-weight: 600;
    line-height: 1em;
    width: 12%;
}

.coaching05 .middle_block:nth-of-type(odd) h4{
  color: #450575;
}

.coaching05 .middle_block:nth-of-type(even) h4{
  color: #006072;
}

.coaching05 .middle_block .right_block{
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
    width: 86%;
}

.coaching05 .middle_block .right_block h5{
font-size: 18px;
    font-weight: 600;
}

.coaching06 .large_block{
}

.coaching06 .large_block .middle_block{
margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: solid 1px #222;
    overflow: hidden;
}

.coaching06 .large_block .middle_block h4{
color: #002f7f;
    font-size: 20px;
    margin-bottom: 4%;
    text-align: center;
    font-weight: 600;
letter-spacing: 0.1em;
}

.coaching06 .large_block .middle_block h4 span{
background-color: #002f7f;
    color: #fff;
    font-size: 14px;
    padding: 4px 12px;
    letter-spacing: 0.1em;
    margin-left: 12px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    margin-top: -6px;
    font-weight: 400;
}

.coaching06 .large_block .middle_block img{
    width: 32%;
    margin: 0 34% 4%;
}

.coaching06 .large_block .middle_block .small_block{
}

.coaching06 .large_block .middle_block .small_block h5{
color: #006970;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 2%;
}

.coaching06 .large_block .middle_block .small_block p{
margin-bottom: 4%;
}

.coaching06 .large_block .middle_block .button a {
    background-color: #000025;
    border: 2px solid #000025;
    color: #fff;
    padding: 8px;
    width: 88%;
}

.coaching06 .large_block .middle_block .small_block p:last-child{
margin-bottom: 0;
}

.coaching06 .large_block .middle_block .small_block p.button{
    text-align: center;
}

/* CONTACTページ */

.contact .headline,
.confirmation .headline,
.completion .headline,
.privacypolicy .headline{
    background-image: url(./../img/bg_contactpage.jpg);
}

.formpage{
}

.formpage h3 {
    padding-left: 0 !important;
    text-align: center;
}

.formpage h3::after{
    background-color: #fff !important;
}

.formpage p{
margin-bottom: 8%;
    line-height: 1.6em;
}

.formpage p a{
    text-decoration: underline;
}

.formpage dl{
}

.formpage dt{
font-size: 16px;
    font-weight: 600;
    margin-bottom: 2%;
}

.formpage dd{
margin-bottom: 6%;
}

.formpage dd input{
height: auto;
    padding: 2%;
    max-width: 88%;
    border: solid 1px #222;
}

.formpage dd textarea {
    border: solid 1px #222;
    padding: 2%;
    max-width: 88%;
}

.formpage .sendmail {
    background: #006970 none repeat scroll 0 0;
    border: 1px solid #006970;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0.2em;
    margin: 0 6%;
    padding: 2% 0;
    text-align: center;
    width: 88%;
    margin-top: 2.5%;
}

.formpage form{
padding-bottom: 40px;
}

.pppage{
}

.pppage .large_block{
margin-top: 8%;
}
.pppage .middle_block{
    margin-bottom: 8%;
}

.pppage .middle_block h3{
    margin-bottom: 2%;
}

#modal{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
}

#modal_content{
width: 72%;
    background: #fefefe;
    padding: 4%;
    animation: animatetop 0.4s;
    border: solid 2px #002f7f;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

#modal_content h6{
color: #002f7f;
margin-bottom: 4px;
font-size: 16px;
font-weight: 600;
}

#modal_content p{
}

#modal_content .button a{
    width: 100%;
}




















}




















