
@charset "utf-8";
/*==================================================
共通css
===================================*/
:root {
    /* //幅の設定 */
  --main-width:980px;
  --sp-width:375px;

  /* //ベースカラー */
  --text-color:#040812;
  --background-color:#F2F9FF;
  --sub-color:#3FA9F5;
  --primary-color:#1E3F96;
}


/* common  */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Arial, Verdana, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1.2;
  font-weight: 400;
  color:var(--primary-color);
  width:100%;
}
img {
  max-width: 100%;
  height: auto;
}
a:hover {
    opacity: 0.8;
    cursor: pointer;
  }
.a-block{
    display:flex;
    align-items: center;
    justify-content: center;
}
section:nth-of-type(2n){
  background-color: var(--background-color);

}

.wrapper {
    max-width: var(--main-width);
    padding:0 30px;
    margin:0 auto;
}
.section-title{
    color: var(--primary-color);
    font-size:4.2rem ;
    text-align: center;
    font-weight: bold;
  }
  .drop-cap{
    font-size:6rem ;
  }
  .title-wrapper{
  padding-top: 100px;
  text-align: center;
  margin-bottom:60px;
}
.section-title-ja{
    color: var(--sub-color);
    font-size:2.2rem ;
}
.btn{
  background-color: var(--primary-color);
}
.btn a{
  padding:20px;
  color: #fff;
}
.sp{
  display: none;
}

/*====================================
header 
===================================*/
.header{
  display: block;
  background-color: transparent;
  z-index: 10;
  position: fixed;
  width:100%;
}

.global-nav{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:100%;
}
.global-nav-visible{
  background-color: rgba(255,255,255,0.5);
}
.nav-head{
  background-color: #fff;
  padding:15px 45px 15px 33px;
  width: 39%;
  max-width: 400px;
  min-width: 360px;
}
.name{
  display:flex;
  align-items: flex-end;
}
.name-ja{
  margin-right: 10px;
  font-size: 3.4rem;
  font-weight: bold;
}
.degree{
  font-size: 1.3rem;
}

.nav-body{
    display:flex;
    flex-wrap: wrap; 
    align-items: center;
    padding-top: 40px;
    width: 61%;
    justify-content: flex-end;
}
.nav-item{
  margin-right: 30px;
}
.nav-body .btn .a-block{
  padding:15px 20px;
}

/*====================================
メインビジュアル
===================================*/
/*スクロールダウン全体の場所*/
.main-visual{
  width: 100%;
  position: relative;
}
.hero{
  width: 100%;
}
.scrolldown1{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
right:10%;
top:82%;
  /*全体の高さ*/
height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
position: absolute;
top:0px;
color: #fff;
font-size: 12px;
transform: rotate(90deg);
}

.scrolldown1::after{
content: "";
position: absolute;
bottom:calc(78% - 50px);
right:-20px;
width: 10px;
height: 30px;
background-image: url(../images/arrow.png);
background-repeat:no-repeat ;
background-size:contain;
vertical-align: middle;
}

/*====================================
メッセージ
===================================*/
.message{
    background-image: url(../images/landscape.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  height:auto;
}
.message-content{
    width: 80%;
    max-width:var(--main-width);
    color: var(--text-color);
    font-size:1.8rem ;
    line-height: 2.1;
    margin: 0 auto;
    padding:0 6% 200px;
}
.iframe-wrapper{
  max-width: var(--main-width);
  margin: 0 auto;
  margin-bottom: 60px;
  width: 80%;
}
.iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
/*===================================
政策
===================================*/
.policy{
  text-align: center;
  padding-bottom: 100px;
}
.policy .title-wrapper{
  margin-bottom: 60px;
}
.policy-summary{
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 80px;
}
.policy-list{
  max-width: var(--main-width);
  margin: 0 auto;
  padding: 70px 6%;
  background-color: #fff;
  box-shadow:0 3px 6px 0 rgba(0, 0, 0, 0.16);
  text-align: left;
  width: 80%;
  min-width: 756px;
}
.policy-list :not(:last-child){
  margin-bottom: 40px;  
}
.policy-item{
  color: var(--primary-color);
  font-size: 2.6rem;
  padding-bottom: 10px;
  border-bottom:solid 3px var(--sub-color);
}


/*===================================
プロフィール
===================================*/
.profile-container{
  display: flex;
  flex-wrap: wrap;
  color: var(--text-color);
  margin-bottom: 100px;
}
.profile-text{
  width:60%;
  padding-right: 20px;
  white-space: nowrap;
  line-height: 1.5;
}
.profile-text-title{
  font-weight:bold;
  font-size:2.2rem;
  margin-bottom: 10px;
}
.kana{
  font-weight:normal;
}
.profile-index{
  width:20%;
}
.profile-content{
  width: 80%;
}
.profile-index,.career-index{
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 2rem;
}
.profile-list{
  display: flex;
}
.profile-list-container{
  margin-bottom: 50px;
}
.career-list{
  margin-bottom: 40px;
}
.career-content{
  margin-bottom: 5px;
}
.career-content span{
  margin-right: 20px;
}
.career-content .continuation{
  margin-right:calc(20px - 1em);
}
.profile-image-wrap{
  width:40%;
  margin-bottom: 30px;
}
.profile-image{
  height:auto;
  display: block;
  object-fit: fill;
  width: 100%;
}


/*===================================
活動一覧
===================================*/
.activities{
  text-align:center;
  padding-bottom: 100px;
}

/*===================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto 60px auto;
}

.slider img {
    width:50vw;/*スライダー内の画像を50vwにしてレスポンシブ化*/
    height:auto;
}

.slider .slick-slide {
  transform: scale(0.8);/*左右の画像のサイズを80%に*/
  transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
  transform: scale(1);/*中央の画像のサイズだけ等倍に*/
  opacity: 1;/*透過なし*/
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

.sns-list{
  display:flex;
  flex-wrap:wrap;
  margin:0 auto 60px;
  justify-content: center;
  max-width: 540px;

}
.sns-list-item{
  width:calc(50% - 30px);
  margin-right: 60px;
  text-align: center;
  align-items:stretch;
  min-height: 180px;
}
.sns-list-item a{
  color: #fff;
  flex-direction: column;
  padding:30px;
  height:100%;
}
.sns-list-icon{
  margin-bottom: 8px;
  justify-content: space-between;
  height:40%;
}
.sns-list-item:last-of-type{
  margin-right: 0;
}
.sns-banner-text{
  margin-bottom: 15px;
}
.facebook{
  background-color:#3577f2;
}
.facebook .sns-list-icon{
  padding:5px;
}

.tiktok{
  background-color: #010101;
}
.sns-list-arrow{
  width:20px;
}
.documents{
  display:flex;
  justify-content: center;
}
.pdf-banner{
  width:calc(50% - 10px);
  max-width:310px;
  color: #fff;
}
.pdf-banner a{
  min-height:66px;
}
.pdf-banner:first-of-type{
  margin-right: 20px;
  background-color: var(--primary-color);
}
.pdf-banner:last-of-type{
  background-color: var(--sub-color);
}
/*===================================
お問合せ
===================================*/
.contact .wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  margin-bottom: 100px;
  max-width:780px;
  width:82%;
  padding: 0;
}

.map{
  width:40%;
  margin-right: 7%;
  aspect-ratio: 1 / 1;
}
.contact-info{
  width:53%;
}
.info-title{
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.info-item{
  display:flex;
  margin-bottom: 18px;
}
.info-item-head{
  margin-right: 15px;
  min-width: 5em;
}
.info-item-body{
  color: var(--text-color);
  white-space: nowrap;
}

/*========= ページトップのためのCSS ===============*/

/*リンクの形状*/
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  background:var(--primary-color);
  width: 45px;
  height: 45px;
  text-align: center;
  transition:all 0.3s;
}
.page-top-img{
  transform:rotate(180deg);
  width: 40%;
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom:120px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*上に上がる動き*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/*===================================
footer
===================================*/
.footer{
  background-color: var(--primary-color);
  color: #fff;
  text-align:right;
  padding:10px 30px;
}
.footer-wrapper{
  display:flex;
  justify-content:space-between;
  margin-bottom: 10px;
}
.footer-page-title{
  background-color: transparent;
  text-align: start;
}
.footer-sns{
  display: flex;
  align-items: flex-end;
}
.copy{
  text-align: right;
}
@media only screen and  (max-width:878px){
  .sp {
    display:block;
  }
  .pc{
    display: none;
  }
  .nav-sp{
    display:flex;
  }

  .nav-head{
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    background-color: var(--primary-color);
    color:#fff;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    z-index: 20;
    max-width: none;
    min-width: auto;
    
  }
  .nav-head-title{
    width: 90%;
  }

  .nav-body{ 
    right: -100%;
    position: absolute;
    font-size: 1.6rem;
    z-index: 10;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    justify-content: flex-start;
  }
  .nav-body.open{
    padding-top: 110px;
    margin: 0;
    right:0;
    height:100vh;
  }
  .header .nav-item{
    margin-bottom: 50px;
  }

  .nav-btn{
    display: block;
  position: relative;
  cursor: pointer;
    width: 10%;
    height:50px;
    max-width:50px;
  }

  /*ボタン内側*/
  .nav-btn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 0px;
    height: 2px;
  background:var(--primary-color);
    width: 38px;
    color:#fff;
    background-color: #fff;
    z-index:20;
  }

  .nav-btn span:nth-of-type(1) {
  top:7px; 
  }

  .nav-btn span:nth-of-type(2) {
  top:21px;
  }

  .nav-btn span:nth-of-type(3) {
  top:35px;
  }

  /*activeクラスが付与されると線が回転して×に*/

  .nav-btn.active span:nth-of-type(1) {
    background: #fff;
    top: 20px;
    transform: translateY(6px) rotate(-45deg);
    width: 38px;
  }

  .nav-btn.active span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
  }

  .nav-btn.active span:nth-of-type(3){
    background: #fff;
    top: 32px;
    transform: translateY(-6px) rotate(45deg);
    width: 38px;
  }
}
@media only screen and  (max-width:768px){
  body{
    font-size: 1.4rem;
  }
  main{
    margin-top: 65px;
  }
  
  .wrapper{
    padding:0 10px;
  }
  .name-ja{
    font-size: 2.5rem;
  }
  .degree,.name-en{
    font-size: 1.2rem;
  }
  .section-title{
    font-size: 1.8rem;
  }
  .drop-cap{
    font-size: 3rem;
  }
  .section-title-ja{
    font-size: 1.6rem;
  }
  .title-wrapper{
    padding-top: 50px;
    margin-bottom: 30px;
  }
  .iframe-wrapper{
    margin-bottom: 30px;
  }
  .message-content{
    width:80%;
    font-size: 1.4rem;
  }
  .policy{
    padding-bottom: 50px;
  }
  .policy-summary{
    font-size: 1.8rem;
  }
  .policy .title-wrapper{
    margin-bottom: 20px;
  }
  .policy-list{
    width: 80%;
    min-width: auto;
    padding:35px 10px;
  }
  .policy-item{
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 5px;
  }
  .contact .wrapper{
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }


  .profile-container{
    margin-bottom: 50px;
    flex-direction: column-reverse;
  }

  .profile-text{
    white-space: normal;
    width:100%;
    padding-right: 0;
  }
  .profile-index,.career-index{
    font-size: 1.6rem;
  }
  .profile-image-wrap {
    width: 100%;
  }
  .career-content{
    line-height: 1.5;
  }
  .documents{
    display:block;
    margin: 0 auto;
  }
  .pdf-banner{
    margin: 0 auto;
    width:80%;
  }
  .pdf-banner:first-of-type{
    margin-right: auto;
    margin-bottom: 10px;
  }
  .activities{
    padding-bottom: 50px;
  }
  .sns-list{
    display: block;
    margin: 30px auto;
  }
  .sns-list-item{
    width: 50%;
    margin: 0 auto 10px auto;
    max-width: 310px;
  }
  .sns-list-item a{
    min-height: 188px;
  }
  .sns-list-item:last-of-type{
    margin-right: auto;
  }
  .facebook .sns-list-icon{
    transform:scale(1.5);
    padding: 0 0 5px 0;
  }
  .map{
    width:100%;
    margin-bottom: 30px;
    aspect-ratio: 1 / 1;
    margin-right:0;
  }
  .contact-info{
    width: 100%;
  }
  .info-list{
    margin: 30px auto;
  }
  .info-title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .info-item{
    margin-bottom: 10px;
  }
  .info-item-body{
    white-space: normal;
    line-height: 1.5;
  }
  
  .footer .nav-item{
    margin-bottom: 0;
  }
  .footer .nav-item:last-of-type{
    margin-right: 0;
  }
}
