@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;600&display=swap');
body,input,textarea,button{
font-family: 'Noto Serif JP', serif;
    font-size: 14pt;
    line-height:2;
    coler:#222222;
}
h3{
    font-weight:normal;
}
p{
    margin-top:2em;
}
a{
    color:#222222;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 30px;
  top   : 30px;
  width : 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 60px;
  height  : 3px ;
  left    : 6px;
  background : #555;
  -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: 30px;
}
.hamburger span:nth-child(3) {
  top: 50px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 30px;
  left: 7px;
  background :#222222;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

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

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #222222;
  background: rgba(255,255,255,0.9);
  text-align: center;
  width: 100%;
  height:100%;
  opacity: 0;
  display:none;
  transition: opacity .6s ease, visibility .6s ease;
}

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 :#97BDD6;
}

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

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  display:inherit;

}
#complete{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index: 9999;
    padding:20vh 20vw 20vh 20vw;
    background-color: rgba(255,255,255,0.9);
    text-align: center;
    display:none;
}
#complete string{
    font-size:larger;
    font-weight: 600;
}
.completeOn{
    display:inherit !important;
}
#complete button{
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    body,input,textarea,button{
    font-size: min(4vw,20pt);
}
    .sp-hidden,nav.nav{
        display:none;
    }
    header{
        width:100%;
    }
    .header_logo{
        writing-mode: vertical-rl;
        font-size:30pt;
        margin:150px 0 0 20px;
    }
    .kv_img{
        width:calc(100% - 120px);
        height:80vh;
        object-fit: cover;
        position:absolute;
        top:0;
        right:0;
        border-radius: 0 0 0 30px;
    }
    .kv{
        height:60vh;
    }
    section:not(section.contact){
        width:100%;
        padding:0 3vw 0 25vw;
    }
    section.contact,footer > div{
        padding:0 5vw 0 5vw;
    }
    .heading_ttl:not(.contact_heading > .heading_ttl){
        transform: rotate(90deg);
        font-size:min(8vw,28pt);
        position:relative;
        left:-48vw;
        top:calc(-100px + 50vw);
        margin-bottom:-50px;
    }
    .contact_heading > .heading_ttl{
        font-size:min(8vw,28pt);
        text-align: center;
    }
    .about_ttl{
        font-size:min(5.5vw,40pt);
        line-height: 2;
        margin-top:100px;
        margin-bottom:100px;
    }
     .member_img{
        position: relative;
        right:0;
        height:40vw;
        width:70%;
        object-fit: cover;
        border-radius: 0 30px 30px 0;
        margin:100px 30% 100px 0;
    }
    .member_content{
        margin-top:100px;
    }
    .member_name-jp{
        font-size:min(4.6vw,40pt);
        line-height: 1.2;
    }
    .member_name-en{
        font-size:min(3.4vw,20pt);
    }
    .contact_img{
        width:95%;
        height:50vw;
        margin:100px 2.5% 100px 2.5%;
        object-fit: cover;
        border-radius: 30px;
    }
       input.contactForm_input,textarea{
        width:calc(100% - 30px);
        font-size:16pt;
        padding:15px 15px;
        border:#222222 solid 1px;
        border-radius: 10px;
    }
    input[type=checkbox] {
    display: none;
}
.contactSubmit_checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 60px 0 60px 60px;
    position: relative;
    width: auto;
}
.contactSubmit_checkbox::before {
    background: #fff;
    border: 1px solid #222222;
    content: '';
    display: block;
    height: 35px;
    left: 5px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 35px;
}
.contactSubmit_checkbox::after {
    border-right: 6px solid #006CA8;
    border-bottom: 6px solid #006CA8;
    content: '';
    display: block;
    height: 20px;
    left: 14px;
    margin-top: -12px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 11px;
}
input[type=checkbox]:checked ~ .contactSubmit_checkbox::after {
    opacity: 1;
}
    button.privacy_link{
        border: none;
        background:none;
    }
    
    button.contactSubmit_btn{
        color:#222222;
        width:100%;
        max-width:800px;
        height:18vw;
        max-height:150px;
        border-radius: 3vw;
        border:1px #222222 solid;
        font-size:20pt;
        background: -webkit-radial-gradient(circle rgba(151,189,214,1),#FFF 20%) no-repeat;
        background: -moz-radial-gradient(circle rgba(151,189,214,1),#FFF 20%) no-repeat;
        background: radial-gradient(circle rgba(151,189,214,1),#FFF 20%) no-repeat;
        background-size:0px 0px;
        background-position: center;
        transition: 0.2s;
        cursor: pointer;
    }
    button.contactSubmit_btn:active{
        background-size:8000px 8000px;
        transition: 0.5s;

    }
    .contactForm_txt{
        font-size:large;
    }
    .privacy_link{
        color:#006CA8;
        text-decoration: underline;
    }
    .contact_submit{
        text-align: center;
        
    }
    #errormsg_プライバシーポリシーの同意{
    position:relative;
    margin-top:-50px;
    margin-bottom:50px;
    text-align: center;
}
    footer{
        text-align: center;
    }
    .footer_logo{
        font-size:30px;
        font-weight: 600;
    }
    .footer_copy{
        font-size:12pt;
        padding-bottom:30px;
    }
    .kv_scroll{
        display: block;
        font-size: 10pt;
        position:relative;
        border-bottom: 1px solid #222222;
        padding-left:10px;
        width:150px;
        transform: rotate(90deg);
        bottom:-45vh;
        left:-4px;
}
}
.kv_scroll:after{
        content: "";
        display: block;
        position:absolute;
        height:20px;
        width:4px;
        bottom:-11px;
        background-color: #fff;
        transform: rotate(90deg);    
    /*線の動き1.4秒かけて動く。永遠にループ*/
        animation: pathmove 3s ease-in-out infinite;
        opacity:1;
}
    /*高さ・位置・透過が変化して線が上から下に動く*/
    @keyframes pathmove {
      0%{
        left:-11px;
      }
      30%{
        left:-11px;
      }
      100%{
        left:calc(20vh + 11px);
      }
    }
@media screen and (min-width: 1200px) {
    .pc-hidden,.hamburger,nav.globalMenuSp{
        display:none;
    }
    .kv_scroll{
        display: block;
        font-size: 10pt;
        position:relative;
        border-bottom: 1px solid #222222;
        padding-left:10px;
        width:20vh;
        transform: rotate(90deg);
        bottom:-20vh;
        right:-50vw;
    }
    header{
    padding:60px 0 0 60px;
    background-image: url("../img/header.jpg");
    background-size: cover;
    background-position: center;
    width:400px;
    height:100vh;
    position: fixed;
    }
    main,footer{
    width:calc(100% - 460px);
    margin-left:400px;
    padding-left:60px;
    }
    h1{
    font-size:30pt;
    font-weight: 600;
    }
    nav{
    margin-top:50px;
    line-height: 4;
    }
    nav li:before{
    content:'›';
    position:relative;
    margin-right:15px;
    transition: .5s;
    }
    nav li:hover:before{
    content:'›';
    position:relative;
    margin-left:8px;
    margin-right:7px;
    transition: .5s;
    }
    .kv_img{
        position:relative;
        top:0;
        width:100%;
        height:70vh;
        border-radius: 0 0 0 30px;
        object-fit: cover;
    }
    .about_img{
        position:relative;
        z-index: 1;
        width:40vw;
        left:-150px;
        margin-top:100px;
        border-radius: 30px;
    }
    section,footer > div{
        width:700px;
        padding-left:100px;
    }
    .heading_ttl{
        transform: rotate(90deg);
        font-size:40pt;
        position:relative;
        top:300px;
        left:-350px;
    }
    .about_ttl{
        font-size:30pt;
        line-height: 2;
        margin-top:100px;
        margin-bottom:100px;
    }
    .member_img{
        position: relative;
        right:0;
        height:12vw;
        width:70%;
        object-fit: cover;
        border-radius: 30px 0 0 30px;
        margin:100px 0 -120px 30%;
    }
    .member_content{
        margin-top:100px;
    }
    .member_name-jp{
        font-size:30pt;  
    }
    .member_name-en{
        font-size:16pt;
        margin-left:20px;
    }
    .contact_img{
        margin:100px 0 0 -60px;
        width:40%;
        border-radius: 0 30px 30px 0;
    }
    input.contactForm_input,textarea{
        width:calc(100% - 30px);
        font-size:16pt;
        padding:8px 15px;
        border:#222222 solid 1px;
        border-radius: 10px;
    }
    input[type=checkbox] {
    display: none;
}
.contactSubmit_checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 30px 0 30px 30px;
    position: relative;
    width: auto;
}
.contactSubmit_checkbox::before {
    background: #fff;
    border: 1px solid #222222;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.contactSubmit_checkbox::after {
    border-right: 3px solid #006CA8;
    border-bottom: 3px solid #006CA8;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked ~ .contactSubmit_checkbox::after {
    opacity: 1;
}
    button.privacy_link{
        border: none;
        background:none;
    }
    
    button.contactSubmit_btn{
        width:300px;
        height:60px;
        border-radius: 10px;
        border:1px #222222 solid;
        font-size:20pt;
        background: -webkit-radial-gradient(circle rgba(151,189,214,1),#FFF 20%) no-repeat;
        background: -moz-radial-gradient(circle rgba(151,189,214,1),#FFF 20%) no-repeat;
        background: radial-gradient(circle rgba(151,189,214,1),#FFF 20%) no-repeat;
        background-size:0px 0px;
        background-position: center;
        transition: 0.2s;
        cursor: pointer;
    }
    button.contactSubmit_btn:hover{
        background-size:8000px 8000px;
        transition: 1s;
    }
    .privacy_link{
        color:#006CA8;
        text-decoration: underline;
    }
    .contact_submit{
        text-align: center;
        
    }
    #errormsg_プライバシーポリシーの同意{
    position:relative;
    margin-top:-30px;
    margin-bottom:30px;
    text-align: center;
}
    footer{
        text-align: center;
    }
    .footer_logo{
        font-size:30px;
        font-weight: 600;
    }
    .footer_copy{
        font-size:12pt;
        padding-bottom:30px;
    }
}
   /* プライバシーポリシー用 ここから */
#js-show-popup:hover{
    cursor: pointer;
}
    .popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
    height:90%;
  max-width: 900px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
  overflow: auto;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.80);
  backdrop-filter: blur(5px);
  z-index: 1;
  cursor: pointer;
}
    /* プライバシーポリシー用 ここまで */