
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
      /*  -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;*/
        margin: 0;
        padding: 0;
}

a{
  text-decoration:none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

html{
    font-size: 62.5%;
    width: 100%;
}

body {
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    width: 100%;
    background-color: #fff;

}

#wrap{
	width: 100%;
  
}


.pc{
  display: block;
 } 

.sp {
  display: none;
}

header{
  height: 54px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;

}

header nav{
  width: 100%;
  background-color: #0AA28B;
  height: 54px;

  

}

header ul{
  display: flex;
  display: -webkit-flex;
  justify-content: right;
  width: 80%;
  margin: 0 auto;


}

header li{
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 3.1;
  margin-right: 70px;
}

header li:first-child{
  margin-right: auto;

}

header li:first-child img{
  height: 30px;
  margin-top: 10px;

  }


header a{
  color: #fff;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 54px;
  padding: 0 5px;
  text-align: center;
  position: relative;

}


header a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #F88C0D;
  bottom: 12px;
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s;   /*変形の時間*/
}


header a:hover::after {
transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}


header li:first-child a:hover{
  opacity: 0.6;
}


header li:first-child a::after{
  position: fixed;
}


.kv .pc img{
	margin: 0 auto;
	display: block;
}

h1{
/*  text-indent: -9999px;*/
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
}

.kv {
	background:url("../img/kv_pc.jpg") no-repeat center;
  background-size: cover;
	width: 100%;
	height: 100%;
  min-height: 650px;
  margin-top: 54px;

}


.kv p{
	color: #fff;
	font-weight: bold;
	font-size: 60px;
	font-size: 6.0rem;
	padding-top: 18px;
  text-align: center;
  line-height: 1.3;
  width: 100%;
  letter-spacing: 2px;
  margin: 0 auto;
  position: relative;
  top: 200px;
  font-family: Corsiva Hebrew sans-serif;
  font-style: italic;

}

.kv .jp{
  font-size: 30px;
  font-weight: 200;
  font-style: normal;
  font-family: ヒラギノ角ゴシック,hiragino,sans-serif;

}

#contents{
  
}



.office_box{
  width: 100%;
  height: auto;
  padding: 60px 0 70px; 

}

.office_box h2{
  font-size: 25px;
  font-size: 2.5rem;
  color: #686969;
  letter-spacing: 5px;
  text-align: center;
  line-height: 2;
  width: 170px;
  text-align: center;
  margin: 50px auto;
  border-bottom: solid 2px #0AA28B;
  display: block;


}

.office_box_inner{
  width: 780px;
  margin: 0 auto;
  height: auto;
}

.office_box .cont_li{
  width: 100%;
  display:flex;
  display: -webkit-flex;
  height: 30px;
  border-bottom: solid 1px #D9D9D9;
  margin: 0 auto
  
}

.office_box .cont_li{
  height: 60px;
}

.office_box .cont_li li{
  color: #686969;
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 35px;
  line-height: 1.2;
  letter-spacing: 1px;
}


.office_box .cont_li li:first-child{
    width: 130px;
    font-weight: bold;

}

.office_box .cont_li li:nth-child(2){
    width: 300px;

}

.office_box .cont_li li:last-child{
    width: 520px;
    height: auto;
    padding-left: 60px;

}

.office_box .cont_li li{
  color: #686969;
  line-height: 4.3;
}

#li_text{
  height: auto;

}


#li_text li:last-child{
  line-height: 1.8;
  margin: 16px 0;
}


footer{
	color: #0AA28B;
	padding: 25px 0;
	background-color: #D0EFEB;
	width: 100%;
	text-align: center;
	font-size: 12px;
}



/* ▼　contact_box ▼ */

.contact_box{
  width: 100%;
  height: auto;
  padding: 60px 0 70px; 

}

.contact_box h2{
  ofont-size: 25px;
  font-size: 2.5rem;
  color: #686969;
  letter-spacing: 5px;
  text-align: center;
  line-height: 2;
  width: 250px;
  text-align: center;
  margin: 50px auto;
  border-bottom: solid 2px #0AA28B;
  display: block;
}




/*

input[type="submit"]{
  width: 230px;
  height: 20px;
  background-color: #fff;
  color: #030b3b;
  border: 2px solid #fff;
  border-radius: 50px;
  margin: 30px 0;
  padding: 25px; 
  line-height: 0.1;
  outline: none;
}


input[type="submit"]:hover{
  -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #ff4891;
    border:2px solid #ff4891;
    color: #fff;

}


input[type="button"]{
  width: 230px;
  height: 20px;
  background-color: #030b3b;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  margin: 30px 30px 30px 0; 
  padding: 25px; 
  line-height: 0.1;
  outline: none;
}


input[type="button"]:hover{
  -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #4d6396;
    border:2px solid #4d6396;
    color: #fff;

}
*/


.contact_box_inner{
  width: 780px;
  margin: 0 auto;
  height: auto;
}

.Form {
 margin: 80px auto;

}


.Form-Item {
  padding: 24px 0;
  width: 100%;

}



.Form-name{
    width: 90%;
    max-width: 465px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
   
}

.Form-name .Form-Item{
  width: 100%;
  border-top: none;
  margin: 0;
}



.Form-name .Form-Item-Input{
  width: 75%;

}

input::placeholder{
  color: #AAAAAA;
}

input:focus{
  outline:1px solid #0AA28B;
}

textarea:focus{
  outline:1px solid #0AA28B;
}



.Form-inner{
  margin: 0 auto;
  width: 60%;
}


.Form-Item-Label {
  width: 50%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  color: #686969;

}

label {
  width: 50%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  color: #686969;
  display: block;

}


.Form-Item-Label.isMsg {
  margin:8px 0 12px;
}


.Form-Item-Label-Required {
  border-radius: 4px;
  padding: 12px 0;
  margin-left: 10px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #F88C0D;
  color: #fff;
  font-size: 14px;
}





.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
 /* flex: 1;*/
  width: 90%;
  background: #eaedf2;
  font-size: 18px;
}




.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1em;
  height: 216px;
  flex: 1;
  width: 90%;
  background: #eaedf2;
  font-size: 18px;
}





.Form-Btn {
  border-radius: 8px!important;
  margin: 100px auto 0;
  padding: 20px 0;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #0AA28B;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}


input[type="submit"]:hover{
  opacity: 0.8;
}



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

.pc{
  display: none;
 } 

.sp {
  display: block;
}


/* ヘッダー スマホ */

.fixed {
    position:static;
    top:0;
    left:0;
    width:100%;
}

header  {
    position:fixed;
    top:0;
    right:0;
    width:100%;
    height: 60px;
    background:#0AA28B;
    z-index:9999;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;

}
header .inner {
    position:relative;
 /*   padding:1.5em; */
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    height: 60px;
}

header a{
  width: 100px;
}

header a::after{
  transform: none;
  position: static;
}

header li:first-child a::after{
  position: static;
}

header li:first-child a:hover{
  opacity: 1;
}


.inner .logo{
  text-align: left;
  top: 15px;
  left: 15px;
}

.logo img{
  width: 100px;
}

/* ナビゲーション */
header nav {
        overflow:auto;
        position: fixed;
        top: 0;
        right: -70%;
        width: 70%;
  /*      max-width:320px;  */
        height: 100%;
        background:#0AA28B;
        opacity: 0;
        z-index:9999;

}
/* ナビゲーション：アクティブ時 */
header.navOpen nav {
        opacity: 1;
        right: 0;
}
header nav ul {
    border-top:1px solid #fff;
    display: block;
    width: auto;
}
header nav ul li {
    border-bottom:1px solid #fff;
    margin-right: 0;
}
header nav ul li a {
    position:relative;
    display:block;
    padding:5px 0 10px;
    color:#fff;
    text-decoration:none;
    width: auto;
    height: 45px;
}


header li a:hover {
    background:#fff;
    color: #0AA28B;
}


header li:first-child{
  margin-right: 0;
}

header nav ul li:first-child a:hover{
  opacity: none;
}



/* オーバーレイ */
.overlay {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
        z-index: 999;
}




/* ナビゲーションアイコン */
header .navBtn {
        display: block;
        width: 35px;
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
}


header .navBtn span {
        display: block;
        height: 2px;
        width: 100%;
        background: #fff;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
}

header .navBtn span:nth-of-type(1){
  margin-top: 5px;
  
}


header .navBtn span:nth-of-type(2) {
        margin-top: 8px;
        -webkit-transform: translateY(1px) translateX(0) rotate(0deg);
        -ms-transform: translateY(1px) translateX(0) rotate(0deg);*/
        transform: translateY(1px) translateX(0) rotate(0deg);
        width: 100%;

}

header .navBtn span:nth-of-type(3){
        webkit-transform: translateY(1px) translateX(0) rotate(0deg);
        -ms-transform: translateY(1px) translateX(0) rotate(0deg);*/
        transform: translateY(1px) translateX(0) rotate(0deg);
        width: 100%;
        margin-top: 10px;
} 


header .navBtn span:nth-of-type(4) {
        -webkit-transform: translateY(1px) translateX(0) rotate(100deg);
        -ms-transform: translateY(1px) translateX(0) rotate(100deg);
        transform: translateY(1px) translateX(0) rotate(100deg);
        margin-left: 5px;
        width: 100%;
        margin-top: 20px;
        
}



/* ナビゲーションアイコン：アクティブ */
header.navOpen .navBtn span:nth-of-type(1) {
        -webkit-transform: translateY(9px) translateX(2px) rotate(45deg);
        -ms-transform: translateY(9px) translateX(2px) rotate(45deg);
        transform: translateY(9px) translateX(2px) rotate(45deg);
        width: 96%;
}


header.navOpen .navBtn span:nth-of-type(2) {
        margin-top: 5px;
        opacity: 0;
        -webkit-transform: translateY(9px);
        -ms-transform: translateY(9px);
        transform: translateY(9px);
}
header.navOpen .navBtn span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) translateX(2px) rotate(-45deg);
        -ms-transform: translateY(-9px) translateX(2px) rotate(-45deg);
        transform: translateY(-9px) translateX(2px) rotate(-45deg);
        width: 96%;

}

header.navOpen .navBtn span:nth-of-type(4){
       display: none;
}

header.navOpen02{
  width: 70%;
}

header.navOpen02 .logo{
  display: none;
}


/* ハンバーガーここまで　▲▲▲▲▲▲*/




.kv {
  background: url("../img/kv_sp.jpg") no-repeat center center;
  width: 100%;
  height: 480px;
  background-size: cover;
  background-color: #fff;
  top: 60px;
  

}

.kv .sp{
  width: 90%;
  top: 110px;
}



.kv p img{
  width: 100%;

}


.office_box{
  padding: 50px 0 80px; 
}


.office_box h2{
  margin-bottom: 30px;
}

.office_box_inner{
  width: 100%;
}

.office_box .title_li{
  display: none;
}


.office_box .cont_li{
  display: inherit;
  width: 80%;
  height: auto;
  padding: 15px 10px 20px 0;

}

.office_box .title_li li:first-child,
.office_box .cont_li li:first-child{
    width: auto;

}

.office_box .title_li li:nth-child(2),
.office_box .cont_li li:nth-child(2){
    width: auto;

}

.office_box .cont_li li:last-child {
  padding-left: 35px;
}

.office_box .cont_li li{
  line-height: 2.0;
}

.office_box .cont_li .sp{
  display: inline;
}






/* ▼　office_index ▼ */




.office_kv,
.contact_kv{
  background: none;
  width: 100vw;
  height: 400px;
}

.office_back::before{
  background:url("../img/office_sp.jpg") no-repeat center center;
  width: 100%;
  height: 400px;
  background-size: 100% 100%;
  background-size: cover;
  position:fixed;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;

}

.contact_back::before{
  background:url("../img/contact_sp.jpg") no-repeat center center;
  width: 100%;
  height: 400px;
  background-size: 100% 100%;
  background-size: cover;
  position:fixed;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;

}



.office_kv h1,
.contact_kv h1{
  font-size: 30px;
  font-size: 3.0rem;
  color: #ff4891;
  letter-spacing: 10px;
  text-align: center;
  line-height: 13;
  text-indent: inherit;
  font-weight: bold;

}

.col_01 h2{
/*  text-indent: -9999px;*/
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
}

.office_sec_01{
  display: inherit;
  -webkit-display:inherit;
  color: #fff;
  padding: 20px;


}

.office_sec_01 li:first-child{
  width: 90%;
  margin:0 auto 15px;
}

.office_sec_01 img{
  width:100%;
}

.office_sec_01 dl{
  display: flex;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
  flex-wrap: wrap;
  width: 90%;

}

.office_sec_01 dt{
  color: #4d6396;
  margin-right:10px;
  width: 35%;


}



.office_sec_01 dd{
  width: 60%;
}


/* ▼　contact_index ▼ */


.Form-Item {
    padding: 16px 14px;
    flex-wrap: wrap;
  }

  .Form-name{
  display: block;

}

  .Form-Item-Label {
    max-width: inherit;
    display: flex;
 /*   align-items: center;  */
    font-size: 15px;
  }

  .Form-Item-Label.isMsg {
    margin-top: 0;
  }

  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }

  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
  
  .Form-Item-Textarea {
    margin-top: 18px;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }

/*

table.formTable{
  width: 95%;
  margin: 20px auto 0;

}


table.formTable td,
table.formTable th{
  display: block;
  width: 90%;
}

table.formTable td{
  margin-bottom: 20px;
  height: auto;
  line-height: 1.5;
}

textarea,
input{
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}

tr{
  height: 
}

textarea{
  overflow: scroll;
}

select{
  font-size: 16px;
  font-size: 1.6rem;
}

.contact_box p,
.contact_box02 p{
  padding: 0 2%;
}

.contact_box, .contact_box_02{
  padding: 30px 0;
  width: 100%;
  height: auto;
}

.contact_box_02 ul{
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 65%;

}

.contact_box_02 li{
  width: 100%;
}


input[type="submit"],
input[type="button"],
input[type="hidden"]{
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
}

.contact_box input[type="submit"]{
  width: 65%;

}


*/


footer{
  line-height: 1.3;
  padding: 20px 0;
}


}





