@charset "UTF-8";
/* CSS Document */
body {
    font-family: noto-sans-cjk-jp, sans-serif;
}

/* header */
header {
    display: flex;
    justify-content: space-between;
    border-radius: 50px;
    background: #fff;
    width: 80%;
    padding: 20px 30px;
    margin: 25px auto 0;
    position: fixed;
    z-index: 999;
    left: 10%;
    right: 10%;
}

.navi {
    display: flex;
}

.navi li a {
    display: block;
    font-size: 15px;
    letter-spacing: 0.02em;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    padding-top: 10px;
    font-style: normal;
    color: #333;
    margin-right: 40px;
}
.navi li a.top__insta {
    margin-right: 0;
    padding: 5px 0 0;
}

/* top */
.top {
    background: #f4f7fe;
    padding: 80px 110px 100px 140px;
}
.top__box {
    display: flex;
    justify-content: center;
}
h2 {
    font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 34px;
line-height: 1.2;
letter-spacing: 0.04em;
color: #477599;
}
h2 > span {
    margin-left: 10px;
}
.top__sub__title {
    font-size: 11px;
    letter-spacing: 0.08em;
color: #477599;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 20px 0 35px;
    display: flex;
  align-items: center; /* 垂直中心 */
}
.top__sub__title:before {
    border-top: 1px solid;
    content: "";
    width: 55px; /* 線の長さ */
    }
    .top__sub__title:before {
        margin-right: 1em; /* 文字の右隣 */
        }
        .top__sub__txt {
            font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 500;
font-style: normal;
            font-size: 18px;
            letter-spacing: 0.06em;
            line-height: 1.8;
            color: #333333;
        }
        .top__sub__time {
            font-size: 20px;
color: #477599;
margin-top: 25px;
            font-family: noto-sans-cjk-jp, sans-serif;
            font-weight: 700;
            font-style: normal;
        }
        .time__span {
            margin-left: 10px;
        }
        .top__txt {
            padding-top: 30px;
        }
        .top__img {
            margin-left: -40px;
        }

/* presents */
.presents {
    background: #477599;
    padding: 75px 0 110px;
}
h3 {
    text-align: center;
    line-height: 4;
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.02em;
    font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 700;
font-style: normal;
}
h3 > img {
    display: inline-block;
}
.presents__box {
    max-width: 1060px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.presents__txt01 {
    font-size: 20px;
    letter-spacing: 0.06em;
    line-height: 1.9;
    color: #fff;
    font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 500;
font-style: normal;
padding: 25px 0 60px;
border-bottom: 1px dashed #fff;
}
.presents__txt02 {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 34px;
    letter-spacing: 0.06em;
    color: #fff;
    margin-top: 65px;
}
.presents__txt02 > span {
    font-size: 14px;
    letter-spacing: 0.05em;
}
.presents__box__inner {
    max-width: 1060px;
    margin: 20px auto 0;
}
.presents__box__case {
    max-width: 990px;
    padding: 20px 25px;
    border-radius: 15px;
    background: #fff;
    display: flex;
}
.presents__box02__txt02 {
    font-size: 20px;
    letter-spacing: 0.06em;
    color: #477599;
    margin: -4px 15px 0;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.presents__insta {
    margin-right: 10px;
}
.presents__box02__txt03 a {
    font-size: 16px;
    letter-spacing: 0.06em;
    text-decoration: underline;
    color: #477599;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.triangle {
    margin: 10px 0 10px 60px; 
}

/* instagram */
.insta {
    padding-bottom: 115px;
}
.insta__box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 100px 0 60px;
}
.insta__img {
    width: 55%;
}
.insta__txt {
    position: relative;
    margin: 0 -35px 0 0;
}
.insta__txt01 {
    font-size: 18px;
    letter-spacing: 0.06em;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.8;
    color: #333;
}
.top__sub__title02 {
    margin: 20px 0 45px 30px;
}
.insta__bnr > img {
    display: block;
    margin: 0 auto;
}

/* profiles */
.profiles {
    background: #f4f7fe;
    padding: 80px 0 90px;
}
.profiles__inner {
    max-width: 950px;
    margin: 0 auto;
}
.profiles__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.profiles__logo {
    margin-top: 25px;
    display: block;
}
.profiles__txt {
    text-align: right;
    font-size: 15px;
    letter-spacing: 0.04em;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #477599;
    padding:15px 20px 0 0;
}

/* question */
.question__inner {
    max-width: 960px;
    margin: 80px auto 110px;
}
.question__card {
    background: #477599;
    border-radius: 10px;
    padding: 0 30px 0 0;
    margin-top: 60px;
    position: relative;
}
.ic__question {
    position: absolute;
    top: -20px;
    left: -10px;
}
.question__card__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-left: 1px dotted #fff;
    padding: 55px 0 30px 50px;
    margin-left: 5px;
}
.question__txt01 {
    font-size: 20px;
    letter-spacing: 0.02em;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    margin-top: 20px;
}

a.anser > img {
    display: block;
    margin: 90px auto 0;
}
/* footer */
footer {
    background: #f4f4f6;
    padding: 45px 0 0;
}
.pageTop {
    display: block;
    position: fixed;
    right: 5%;
    bottom: 20%;
    z-index: 99;
  }
a.fot__logo > img {
    display: block;
    margin: 0 auto;
}
a.fot__insta > img {
    display: block;
    margin: 20px auto 0;
}
.fot__txt {
    font-size: 11px;
    letter-spacing: 0.12em;
    color: #333333;
    margin-top: 10px;
    text-align: center;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    font-style: normal;
}
small {
    display: block;
    background: #477599;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: 25px;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    /* top */
.top {
    padding: 50px 20px 60px;
}
.top__img {
    margin-left: 0;
}
.top__box {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}
h2 {
font-size: 18px;
line-height: 1.2;
}
h2.insta__h2 {
    margin-left: -15px;
}
.top__sub__title {
    font-size: 10px;
    margin: 10px 0 25px 10px;
}
        .top__sub__txt {
            font-size: 14px;
        }
        .top__sub__time {
            font-size: 14px;
margin-top: 15px;
        }
        .time__span {
            margin-left: 10px;
        }
        .top__txt {
            padding-top: 30px;
        }
 /* presents */
.presents {
    padding: 50px 0 60px;
}
h3 {
    line-height: 3;
    font-size: 16px;
    letter-spacing: 0;
}
.presents__box {
    max-width: 345px;
    margin: 20px auto 0;
    flex-direction: column-reverse;
}
.presents__txt01 {
    font-size: 14px;
padding: 30px 0;
}
.presents__txt02 {
    font-size: 16px;
    margin-top: 30px;
}
.presents__txt02 > span {
    font-size: 14px;
    letter-spacing: 0em;
}
.presents__box__inner {
    max-width: 345px;
    margin: 20px auto 0;
}
.presents__box__case {
    max-width: 345px;
    padding: 15px;
    border-radius: 15px;
    background: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.presents__box02__txt02 {
    font-size: 15px;
    margin: 10px 0 0;
}
.presents__insta {
    margin-right: 0;
}
.presents__box02__txt03 {
  margin-top: -10px;
}
.presents__box02__txt03 a {
    font-size: 15px;
    text-decoration: none;
}
.triangle {
    margin: 10px 0 10px 60px; 
}

.insta__box {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
    margin: 60px 0 30px;
}
.insta {
    padding-bottom: 60px;
}
.insta__img {
    width: 100%;
}
.insta__txt {
    position: relative;
    margin: 35px 15px 0;
}
.insta__txt01 {
    font-size: 14px;
}
.insta__bnr {
    max-width: 345px;
    margin: 0 auto;
    display: block;
}
.profiles {
    padding: 60px 0;
}
.profiles__inner {
    max-width: 345px;
} 
.profiles__box {
    justify-content: center;
}
    /*　ハンバーガーボタン */
    header {
    display: flex;
    justify-content: space-between;
    border-radius: 50px;
    background: #fff;
    width: 90%;
    padding: 20px 30px;
    margin: 25px auto 0;
    position: fixed;
    left: 5%;
    right: 5%;
}
.profiles__txt {
    font-size: 12px;
    padding: 15px 30px 0 0;
}
.profiles__logo {
    margin-top: 15px;
}
.question__inner {
    max-width: 345px;
    margin: 60px auto 60px;
}

.question__card {
    padding: 0 20px 0 0;
    margin-top: 50px;
}
.question__txt01 {
    font-size: 16px;
    margin: 15px 0;
}
.question__card__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    border-left: 1px dotted #fff;
    padding: 45px 0 30px 20px;
    margin-left: 5px;
}
a.anser > img {
    margin: 35px auto 0;
}
small {
    font-size: 10px;
}
.hamburger {
    background: #477599;
    border-radius: 50px;
    padding: 10px 0;
    display : block;
    position: fixed;
    z-index : 3;
    right : 32px;
    top   : 37px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    
  }
  .hamburger span {
      font-size: 9px;
      padding-top: 6px;
      color: #fff;
      font-weight: bold;
  }
  /* .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #555;
    -webkit-transition: 0.5s all;
    -moz-transition   : 0.5s all;
    transition        : 0.5s all;
  } */
  /* .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  } */
  
  /* ナビ開いてる時のボタン */
  .hamburger.active span {
    display : block;
    color: #477599;
    padding-top: 0;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #555;
    -webkit-transition: 0.5s all;
    -moz-transition   : 0.5s all;
    transition        : 0.5s all;
}
  .hamburger.active span:nth-child(1) {
    top: 20px;
    left: 6px;
    width: 28px;
      background : #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  .hamburger.active span:nth-child(2) {
    left: 60%;
    opacity: 0;
    -webkit-animation: active-btn17-bar02 .8s forwards;
    animation: active-hamburger-bar02 .8s forwards;
  }
  @-webkit-keyframes active-hamburger-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-hamburger-bar02 {
    100% {
      height: 0;
    }
  }
  .hamburger.active span:nth-child(3) {
    top: 20px;
    width: 28px;
    background : #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  
  
  .hamburger::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 52px;
    height: 52px;
    margin: -32px 0 0 -32px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0);
    transition: all .75s;
  }
  /* .hamburger.active::after {
    background: #477599;
    border: 2px solid #477599;
  } */
  
  nav.globalMenuSp {
      display:none;
    position: fixed;
    
    /* z-index : 2; */
    top: 110px;
    left : 0;
    color: #fff;
    background: #477599;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
  }
  .navi {
    display: flex;
    flex-direction: column;
}
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 40px 0 0;
    width: 290px;
  }
  
  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 :#ddd;
  }
  
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    text-align: left;
    padding: 1em 0;
    text-decoration :none;
  }
  .insta__sp {
      margin-right: 14%;
  }
  .navi li a.navi__special {
      display: block;
      margin: 0;
      text-align: center;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
      display: block;
    opacity: 100;
    height: 100%;
  
  }
}