@charset "UTF-8";
.wrap01 {
  max-width: 980px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  .wrap01 {
    max-width: none;
    width: 90.7%;
  }
}
@media screen and (max-width: 768px) {
  .wrap01 {
    width: 85.3%;
  }
}

.wrap_sp {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.anker {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 1080px) {
  .anker {
    padding-top: 7.4vw;
    margin-top: -7.4vw;
  }
}
@media screen and (max-width: 768px) {
  .anker {
    padding-top: 13.3vw;
    margin-top: -13.3vw;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}
header .head_content {
  max-width: 980px;
  width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 83px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  header .head_content {
    max-width: none;
    width: 90.7%;
    height: 7.4vw;
    padding-right: 7.7vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content {
    width: 100%;
    height: 13.3vw;
    padding-right: 0vw;
  }
}
header .head_content .txt_box01 {
  width: 446px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 {
    width: 41.3vw;
    height: 7.4vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 {
    width: 70.3vw;
    height: 13.3vw;
    margin-left: 4.7vw;
  }
}
header .head_content .txt_box01 .logo01 {
  width: 200px;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 .logo01 {
    width: 18.5vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 .logo01 {
    width: 15.5vw;
  }
}
header .head_content .txt_box01 .icon_link {
  width: 223px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 .icon_link {
    width: 20.6vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 .icon_link {
    width: 46.7vw;
  }
}
header .head_content .txt_box01 .icon_link .facebook {
  width: 33px;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 .icon_link .facebook {
    width: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 .icon_link .facebook {
    width: 7.5vw;
  }
}
header .head_content .txt_box01 .icon_link .x {
  width: 28px;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 .icon_link .x {
    width: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 .icon_link .x {
    width: 6.4vw;
  }
}
header .head_content .txt_box01 .icon_link .youtube {
  width: 36px;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 .icon_link .youtube {
    width: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 .icon_link .youtube {
    width: 8.3vw;
  }
}
header .head_content .txt_box01 .icon_link .youtubelive {
  width: 33px;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 .icon_link .youtubelive {
    width: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 .icon_link .youtubelive {
    width: 7.5vw;
  }
}
header .head_content .txt_box01 .icon_link .line {
  width: 34px;
}
@media screen and (max-width: 1080px) {
  header .head_content .txt_box01 .icon_link .line {
    width: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .txt_box01 .icon_link .line {
    width: 7.7vw;
  }
}
header .head_content .btn_box {
  width: 355px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  header .head_content .btn_box {
    width: 33.9vw;
  }
}
@media screen and (max-width: 768px) {
  header .head_content .btn_box {
    display: none;
  }
}
header .head_content .btn_box .btn {
  width: 47.9%;
}
header .navToggle {
  display: block;
  width: 34px;
  height: 20px;
  cursor: pointer;
  z-index: 60;
  text-align: center;
  position: absolute;
  right: 0;
  top: 30px;
  transition-property: all;
}
@media screen and (max-width: 1080px) {
  header .navToggle {
    width: 3.1vw;
    height: 1.9vw;
    top: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  header .navToggle {
    width: 6.7vw;
    height: 4vw;
    top: 4.7vw;
    right: 3.9vw;
  }
}
header .navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 100%;
  height: 1.5px;
  background-color: #000;
  right: 0;
  transition: 0.25s ease-in-out;
  transition-property: all;
}
header .navToggle span:nth-child(1) {
  top: 0;
}
header .navToggle span:nth-child(2) {
  top: 10px;
}
@media screen and (max-width: 1080px) {
  header .navToggle span:nth-child(2) {
    top: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  header .navToggle span:nth-child(2) {
    top: 2vw;
  }
}
header .navToggle span:nth-child(3) {
  top: 20px;
}
@media screen and (max-width: 1080px) {
  header .navToggle span:nth-child(3) {
    top: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  header .navToggle span:nth-child(3) {
    top: 4vw;
  }
}
header .navToggle.active span {
  top: 10px;
}
@media screen and (max-width: 1080px) {
  header .navToggle.active span {
    top: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  header .navToggle.active span {
    top: 2vw;
  }
}
header .navToggle.active span {
  /* 最初のspanをマイナス45度に */
}
header .navToggle.active span:nth-child(1) {
  transform: rotate(-45deg);
}
header .navToggle.active span {
  /* 2番目と3番目のspanを45度に */
}
header .navToggle.active span:nth-child(2), header .navToggle.active span:nth-child(3) {
  transform: rotate(45deg);
}
header #sp_menu {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1080px) {
  header #sp_menu {
    top: 7.4vw;
  }
}
@media screen and (max-width: 768px) {
  header #sp_menu {
    top: 13.3vw;
  }
}
header #sp_menu .sp_menu_content {
  padding: 20px 25px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  header #sp_menu .sp_menu_content {
    padding: 1.9vw 2.3vw 4.6vw;
  }
}
@media screen and (max-width: 768px) {
  header #sp_menu .sp_menu_content {
    padding: 4.3vw 6.3vw 8.9vw;
  }
}
header #sp_menu .menu_box {
  width: 23.1%;
}
@media screen and (max-width: 768px) {
  header #sp_menu .menu_box {
    width: 47.2%;
  }
  header #sp_menu .menu_box:nth-child(n+3) {
    margin-top: 6.7vw;
  }
}
header #sp_menu .menu_box .menu_title {
  font-size: 20px;
  font-weight: bold;
  color: #00b4c8;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1080px) {
  header #sp_menu .menu_box .menu_title {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  header #sp_menu .menu_box .menu_title {
    font-size: 3.5vw;
    margin-bottom: 0.3em;
  }
}
header #sp_menu .menu_box .menu_list {
  border-top: 1px solid #B3B3B3;
}
header #sp_menu .menu_box .menu_list li {
  border-bottom: 1px solid #B3B3B3;
}
header #sp_menu .menu_box .menu_list li a, header #sp_menu .menu_box .menu_list li .no_link {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding-left: 0.5em;
  padding-right: 1em;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  height: 3.6em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../images/common/sp_menu_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 0.2em center;
  background-size: 7px auto;
}
@media screen and (max-width: 1080px) {
  header #sp_menu .menu_box .menu_list li a, header #sp_menu .menu_box .menu_list li .no_link {
    font-size: 1.4vw;
    background-size: 0.6vw auto;
  }
}
@media screen and (max-width: 768px) {
  header #sp_menu .menu_box .menu_list li a, header #sp_menu .menu_box .menu_list li .no_link {
    font-size: 2.8vw;
    line-height: 1.2em;
    height: 3.2em;
    background-size: 1.3vw auto;
  }
}
header #sp_menu .menu_box .menu_list li .no_link {
  opacity: 0.5;
}
header #sp_menu .btn_box {
  display: none;
}
@media screen and (max-width: 768px) {
  header #sp_menu .btn_box {
    display: block;
    width: 84.2%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  header #sp_menu .btn_box .btn {
    width: 47%;
  }
}

main {
  padding-top: 80px;
  overflow-x: hidden;
}
@media screen and (max-width: 1080px) {
  main {
    padding-top: 7.4vw;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 13.3vw;
  }
}

.page_title_box {
  width: 100%;
  background-image: url(../images/common/title_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .page_title_box {
    background-image: url(../images/common/title_bg_sp.jpg);
  }
}
.page_title_box h1 {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  .page_title_box h1 {
    max-width: none;
    width: 90.7%;
  }
}
@media screen and (max-width: 768px) {
  .page_title_box h1 {
    width: 100%;
  }
}

.base_content {
  background-image: url(../images/common/base_bg_bottom_pc.png), url(../images/common/base_bg_top_pc.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  background-position: bottom center, top center;
  max-width: 980px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 36px;
  box-shadow: 12px 12px 8px 0px rgba(130, 130, 130, 0.7);
}
@media screen and (max-width: 1080px) {
  .base_content {
    max-width: none;
    width: 90.7%;
    border-radius: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  .base_content {
    background-image: url(../images/common/base_bg_bottom_sp.png), url(../images/common/base_bg_top_sp.png);
    width: 90.7vw;
    border-radius: 4.8vw;
  }
}

.base_content_white {
  background-color: #fff;
  max-width: 980px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  box-shadow: 2px 2px 13px 0px rgba(12, 31, 43, 0.2);
}
@media screen and (max-width: 1080px) {
  .base_content_white {
    max-width: none;
    width: 90.7%;
    border-radius: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .base_content_white {
    width: 90.7vw;
    border-radius: 4.8vw;
  }
}

.btn_back {
  max-width: 380px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1080px) {
  .btn_back {
    max-width: none;
    width: 35.2vw;
  }
}
@media screen and (max-width: 768px) {
  .btn_back {
    width: 76.1vw;
  }
}

footer {
  background-color: #000;
}
footer .wrap01 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  footer .wrap01 {
    padding-top: 1.9vw;
    padding-bottom: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  footer .wrap01 {
    padding-top: 2.9vw;
    padding-bottom: 2.9vw;
  }
}
footer .wrap01 .copyright {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 1080px) {
  footer .wrap01 .copyright {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  footer .wrap01 .copyright {
    font-size: 2.7vw;
  }
}

.animate,
.animate2,
.animate3 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}

.animate.deactive,
.animate2.deactive,
.animate3.deactive {
  opacity: 0;
  transition: 0s;
  transform: translateY(30px);
}/*# sourceMappingURL=style.css.map */