@charset "UTF-8";

header {
  background-color:#fff;
  position:static;
}
header nav #gnav li a .en {
  color:#073582;
}


/* -------------------------------------
pagettl
------------------------------------- */
#pagettl_wrap {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:320px;
  /*padding:220px 20px 75px;*/
  padding:70px 20px;
}

.pagettl {
  color:#fff;
  line-height:1.2;
  font-weight:100;
  text-align:center;
  width: 83.33vw;
  max-width:1140px;
  margin: 0 auto;
}
.bg_wh .pagettl {
  color:#073582;
}
.bg_pk .pagettl {
  color:#fff;
}

.pagettl .en {
  font-size:100px;
  font-family: josefin-slab, serif;
  font-weight: 100;
  display:block;
  margin-bottom:15px;
}
.pagettl .ja {
  font-size:25px;
  font-family: m-plus-1c, sans-serif;
  font-weight: 500;
  display:block;
}



/* -------------------------------------
lowsection-nav
------------------------------------- */
.lowsection-wrap {
  position: relative;
}
.lowsection-nav {
  position: fixed;
  top: 160px;
  left: 10.4vw;
  transition:transform 0.3s ease,
  opacity 0.3s ease;
  z-index:4;
}

/* リスト */
.lowsection-nav ul {
  /*border-left: 2px solid #d6e4f5;*/
  padding-left: 20px;
}

.lowsection-nav li {
  margin-bottom: 14px;
}

.lowsection-nav a {
  color: #8aa0c4;
  font-family: m-plus-1c, sans-serif;
  font-weight:500;
  line-height: 1.6;
  position: relative;
}
.lowsection-nav a::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform:translateY(-50%);
  width: 8px;
  height: 8px;
  background: #8aa0c4;
  border-radius:50%;
}

.lowsection-nav a:hover,.lowsection-nav a.is-active {
  color: #073582;
  transition: color .3s ease;
}
.lowsection-nav.is-on-blue a.is-active {
  color: #fff;
}
.lowsection-nav.is-on-blue a.is-active::before {
  background: #fff;
}

/* 丸の色 */
.lowsection-nav a:hover::before,.lowsection-nav a.is-active::before {
  background: #073582;
}

/* 停止状態 */

.lowsection-nav.is-stopped-bottom {
  position: absolute;
  bottom: 0;
  top: auto;
}

.lowsection-nav.is-stopped-top {
  position: absolute;
  top: 8vw;
  bottom: auto;
}


.sec_inner {
    max-width: 930px;
    margin: 0 0 0 auto;
}



@media screen and (max-width: 1440px) {
/* -------------------------------------

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


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

.lowsection-nav {
    left: 7.4vw;
}
.sec_inner {
    width: calc(100% - 80px);
}

}


@media screen and (max-width: 1260px) {
.pagettl .en {
  font-size:clamp(70px,7.93vw,100px);
}
.pagettl .ja {
  font-size:clamp(18px,1.98vw,25px);
}

.lowsection-nav {
    left: 2vw;
}



}

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


}

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



}

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

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




}

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




}

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


}

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

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

}

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


}

@media screen and (max-width: 500px) {
    .lowsection-nav {
      display:none;
    }
    .sec_inner {
      width:100%;
    }


}

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






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


}

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

}

@media screen and (min-width: 769px) {
 
}
