@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@media screen and (min-width: 750px) {
  .sp {
    display: none !important; } }

@media screen and (max-width: 749px) {
  .pc {
    display: none !important; } }

.font, body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.87;
  color: #000; }

* {
  border: 0;
  outline: none;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative; }

html {
  font-size: 62.5% !important;
  height: 100%;
  -webkit-overflow-scrolling: touch; }

body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden; }

.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  opacity: 1;
  background: #FFF; }

div,
main,
section {
  display: block;
  position: relative; }

main {
  padding: 65px 0 0; }
  @media screen and (max-width: 749px) {
    main {
      padding: 100px 0 0; } }
  @media screen and (max-width: 749px) {
    main#about {
      padding: 20px 0 0; } }

h1,
h2 {
  position: relative; }

*:focus {
  outline: none; }

sup {
  vertical-align: super;
  font-size: 50%; }

sub {
  vertical-align: sub;
  font-size: 50%; }

b,
em {
  font-weight: 700; }

a {
  cursor: pointer;
  transition: opacity 0.3s; }
  a.block {
    display: block; }
  a:hover {
    opacity: 0.5; }

.opa {
  cursor: pointer;
  transition: 0.5s;
  opacity: 1; }
  .opa:hover {
    opacity: 0.5 !important; }

.underline {
  text-decoration: underline; }

figcaption,
small {
  font-size: 1.2rem;
  display: block;
  line-height: 1.6; }
  @media screen and (max-width: 749px) {
    figcaption,
    small {
      font-size: 1.0rem; } }

.spaces {
  letter-spacing: 0.1em; }

.dash {
  letter-spacing: 0; }

@media screen and (min-width: 750px) {
  .block-inline {
    display: inline-block; } }

.center-m {
  margin: auto; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

img.block {
  display: block; }

.w100 {
  width: 100% !important;
  display: block; }

.bg_white {
  background: #FFF !important; }

.bg_black {
  background: #000 !important; }

.bg_silver {
  background: #919191 !important; }

.bg_green {
  background: #007563 !important; }

.bg_yellow {
  background: #FFEB00 !important; }

.text_white {
  color: #FFF !important; }

.text_black {
  color: #000 !important; }

.text_silver {
  color: #919191 !important; }

.text_green {
  color: #007563 !important; }

.text_yellow {
  color: #FFEB00 !important; }

.hr_white {
  border-top: 1px solid #FFF; }

.hr_black {
  border-top: 1px solid #000; }

.hr_silver {
  border-top: 1px solid #919191; }

.hr_green {
  border-top: 1px solid #007563; }

.hr_yellow {
  border-top: 1px solid #FFEB00; }

.wrap100 {
  margin: auto;
  max-width: 100px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap100 {
      padding: 0 15px; } }

.wrap225 {
  margin: auto;
  max-width: 225px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap225 {
      padding: 0 15px; } }

.wrap250 {
  margin: auto;
  max-width: 250px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap250 {
      padding: 0 15px; } }

.wrap500 {
  margin: auto;
  max-width: 500px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap500 {
      padding: 0 15px; } }

.wrap600 {
  margin: auto;
  max-width: 600px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap600 {
      padding: 0 15px; } }

.wrap700 {
  margin: auto;
  max-width: 700px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap700 {
      padding: 0 15px; } }

.wrap800 {
  margin: auto;
  max-width: 800px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap800 {
      padding: 0 15px; } }

.wrap900 {
  margin: auto;
  max-width: 900px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap900 {
      padding: 0 15px; } }

.wrap1000 {
  margin: auto;
  max-width: 1000px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1000 {
      padding: 0 15px; } }

.wrap1100 {
  margin: auto;
  max-width: 1100px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1100 {
      padding: 0 15px; } }

.wrap1200 {
  margin: auto;
  max-width: 1200px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1200 {
      padding: 0 15px; } }

.wrap1300 {
  margin: auto;
  max-width: 1300px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1300 {
      padding: 0 15px; } }

.wrap1400 {
  margin: auto;
  max-width: 1400px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1400 {
      padding: 0 15px; } }

.bdr_black {
  border: 1px solid #000;
  padding: 15px;
  width: 100%; }

.slide-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 30px; }
  .slide-arrow.next-arrow {
    left: 5px; }
  .slide-arrow.prev-arrow {
    right: 5px; }

.slick-slide::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0; }

rt {
  font-size: 0.6rem;
  transform: translateY(1px); }

.label.l-size {
  font-size: 4.0rem;
  margin-top: 10px; }
  @media screen and (max-width: 749px) {
    .label.l-size {
      font-size: 2.6rem;
      line-height: 1.8; } }

.label-line {
  font-size: 2.4rem;
  padding: 10px;
  color: #007563;
  width: 100%;
  text-align: center; }
  .label-line span {
    background: #FFF;
    z-index: 10; }
  .label-line::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #007563;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 0; }

.label-underline {
  display: inline;
  padding: 0 2px;
  background: linear-gradient(transparent 60%, rgba(255, 235, 0, 0.7) 60%) 0 100%/0 10px no-repeat;
  transition: background 1s;
  transition-delay: 0.7s; }
  .label-underline.active {
    background-size: 100% 10px; }

.title_text {
  max-width: 1000px;
  margin: auto;
  background: #FFF;
  z-index: 1; }
  @media screen and (max-width: 749px) {
    .title_text {
      width: 80%; } }

.title::after {
  content: "";
  height: 1px;
  width: 50%;
  background: #007563;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  position: absolute;
  z-index: 0; }

.btn {
  height: 50px;
  color: #FFF;
  background: #007563;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem; }
  @media screen and (max-width: 749px) {
    .btn {
      font-size: 1.5rem; } }
  .btn small {
    font-size: 1.0rem;
    font-weight: 400;
    text-align: center;
    line-height: 1; }

.share {
  display: flex;
  align-items: center;
  width: 130px;
  height: 37px;
  position: absolute;
  right: 17px;
  top: 58px;
  padding-bottom: 15px; }
  @media screen and (max-width: 749px) {
    .share {
      width: auto; } }
  .share_text {
    font-size: 1.4rem;
    color: #007563; }
    @media screen and (max-width: 749px) {
      .share_text {
        font-size: 1.2rem; } }
  .share_link {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.5s;
    width: 30px; }
    @media screen and (max-width: 749px) {
      .share_link {
        width: 25px; } }
    .share_link:hover {
      opacity: 0.5; }
    .share_link-fb {
      margin-left: 17px; }
      @media screen and (max-width: 749px) {
        .share_link-fb {
          margin-left: 10px; } }
    .share_link-tw {
      margin-left: 10px; }
  .share-top {
    top: 0;
    padding-top: 15px;
    padding-bottom: 0; }
    .share-top::after {
      top: 0;
      bottom: auto; }

.fadein {
  opacity: 0;
  z-index: 1; }

.fadeInUp {
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  visibility: visible !important; }

@keyframes fadeInUp {
  from {
    transform: translateY(55px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadeInModal {
  0% {
    transform: translateX(10px);
    opacity: 0; }
  40% {
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeInModal2 {
  0% {
    transform: translateX(10px);
    opacity: 0; }
  40% {
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes slot {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-100%) translateY(7.14%); } }

@-webkit-keyframes slot {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-100%) translateY(7.14%); } }

.modal {
  display: none;
  background: rgba(0, 117, 99, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%; }
  .modal_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .modal_dialog {
    background: #FFF;
    width: 100%;
    max-width: 650px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99; }
    .modal_dialog[data-no="99"], .modal_dialog[data-no="98"] {
      max-width: 600px; }
    @media screen and (min-width: 750px) {
      .modal_dialog[data-no="30"] {
        padding: 40px;
        height: 500px; } }
    @media screen and (max-width: 749px) {
      .modal_dialog[data-no="30"] {
        width: calc(100% - 30px);
        height: calc(100% - 120px); } }
    .modal_dialog_close {
      width: 30px;
      position: absolute;
      top: -40px;
      right: 4px;
      cursor: pointer; }
      @media screen and (max-width: 749px) {
        .modal_dialog_close {
          width: 30px; } }
    .modal_dialog_cont {
      font-size: 1.4rem;
      line-height: 2; }
      .modal_dialog_contWrap {
        height: 100%;
        overflow-y: scroll; }
      .modal_dialog_cont[data-no="99"], .modal_dialog_cont[data-no="98"] {
        max-width: 600px;
        overflow: hidden;
        padding: 0;
        width: 100%;
        position: relative; }
        .modal_dialog_cont[data-no="99"]:before, .modal_dialog_cont[data-no="98"]:before {
          content: "";
          display: block;
          padding-top: 112%; }
      @media screen and (min-width: 750px) {
        .modal_dialog_cont {
          padding: 0 25px; } }
      @media screen and (max-width: 749px) {
        .modal_dialog_cont {
          padding: 35px; } }
      .modal_dialog_cont::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: transparent;
        top: 0;
        left: 0; }
    .modal_dialog_slider {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 100;
      top: 0;
      left: 0;
      opacity: 0;
      transition: 0.7s; }
      .modal_dialog_slider.active {
        opacity: 1; }
    .modal_dialog_slot {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
      .modal_dialog_slot_inner img {
        position: absolute;
        top: 0;
        left: 0;
        transition: 1s;
        opacity: 0; }
        .modal_dialog_slot_inner img:nth-child(1), .modal_dialog_slot_inner img:nth-child(2), .modal_dialog_slot_inner img:nth-child(3) {
          transition-delay: 1.6s; }
      .modal_dialog_slot_inner.active img:nth-child(1), .modal_dialog_slot_inner.active img:nth-child(2), .modal_dialog_slot_inner.active img:nth-child(3) {
        opacity: 1; }
      .modal_dialog_slot_inner.active img:nth-child(4) {
        animation: fadeInModal 0.5s ease 0s both; }
      .modal_dialog_slot_inner.active img:nth-child(5) {
        animation: fadeInModal 0.5s ease 0.1s both; }
      .modal_dialog_slot_inner.active img:nth-child(6) {
        animation: fadeInModal 0.5s ease 0.2s both; }
      .modal_dialog_slot_inner.active img:nth-child(7) {
        animation: fadeInModal 1.3s ease 0.3s both; }
    .modal_dialog_btn {
      width: 30px;
      height: 30px;
      position: absolute;
      top: 50%;
      cursor: pointer; }
      .modal_dialog_btn-r {
        right: 0; }
      .modal_dialog_btn-l {
        left: 0; }

.mt10 {
  display: block;
  margin-top: 10px !important; }
  @media screen and (max-width: 749px) {
    .mt10 {
      margin-top: 5px !important; } }

.mt20 {
  display: block;
  margin-top: 20px !important; }
  @media screen and (max-width: 749px) {
    .mt20 {
      margin-top: 10px !important; } }

.mt30 {
  display: block;
  margin-top: 30px !important; }
  @media screen and (max-width: 749px) {
    .mt30 {
      margin-top: 15px !important; } }

.mt40 {
  display: block;
  margin-top: 40px !important; }
  @media screen and (max-width: 749px) {
    .mt40 {
      margin-top: 20px !important; } }

.mt50 {
  display: block;
  margin-top: 50px !important; }
  @media screen and (max-width: 749px) {
    .mt50 {
      margin-top: 25px !important; } }

.mt60 {
  display: block;
  margin-top: 60px !important; }
  @media screen and (max-width: 749px) {
    .mt60 {
      margin-top: 30px !important; } }

.mt70 {
  display: block;
  margin-top: 70px !important; }
  @media screen and (max-width: 749px) {
    .mt70 {
      margin-top: 35px !important; } }

.mt80 {
  display: block;
  margin-top: 80px !important; }
  @media screen and (max-width: 749px) {
    .mt80 {
      margin-top: 40px !important; } }

.mt90 {
  display: block;
  margin-top: 90px !important; }
  @media screen and (max-width: 749px) {
    .mt90 {
      margin-top: 45px !important; } }

.mt100 {
  display: block;
  margin-top: 100px !important; }
  @media screen and (max-width: 749px) {
    .mt100 {
      margin-top: 50px !important; } }

.mt110 {
  display: block;
  margin-top: 110px !important; }
  @media screen and (max-width: 749px) {
    .mt110 {
      margin-top: 55px !important; } }

.mt120 {
  display: block;
  margin-top: 120px !important; }
  @media screen and (max-width: 749px) {
    .mt120 {
      margin-top: 60px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt10 {
    margin-top: 10px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt20 {
    margin-top: 20px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt30 {
    margin-top: 30px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt40 {
    margin-top: 40px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt50 {
    margin-top: 50px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt60 {
    margin-top: 60px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt70 {
    margin-top: 70px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt80 {
    margin-top: 80px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt90 {
    margin-top: 90px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt100 {
    margin-top: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt110 {
    margin-top: 110px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt120 {
    margin-top: 120px !important; } }

.fw400 {
  font-weight: 400; }

.fs24 {
  font-size: 2.4rem; }
  @media screen and (max-width: 749px) {
    .fs24 {
      font-size: 1.9rem; } }

.flex {
  max-width: 1100px;
  margin: auto; }
  @media screen and (min-width: 750px) {
    .flex {
      display: flex; } }
  @media screen and (max-width: 749px) {
    .flex-spFlex {
      display: flex; } }
  .flex-center {
    align-items: center; }
  .flex_image {
    max-width: 530px; }
  .flex_body {
    max-width: 563px;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 750px) {
      .flex_body {
        margin-left: 17px; } }
    @media screen and (max-width: 749px) {
      .flex_body {
        padding: 25px; } }
    .flex_body_title {
      color: #007563;
      font-size: 2.0rem; }
      @media screen and (max-width: 749px) {
        .flex_body_title {
          font-size: 1.7rem;
          margin-top: 10px; } }
    .flex_body_text {
      font-size: 1.8rem; }
      @media screen and (max-width: 749px) {
        .flex_body_text {
          font-size: 1.5rem;
          margin-top: 10px; } }
    .flex_body_btn {
      width: 270px; }
      .flex_body_btnWrap {
        display: flex;
        width: 100%;
        max-width: 563px;
        margin-top: auto;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (max-width: 749px) {
          .flex_body_btnWrap {
            flex-wrap: wrap; } }
      @media screen and (max-width: 749px) {
        .flex_body_btn {
          width: 100%;
          margin-top: 20px; } }
      .flex_body_btn:first-child {
        margin-right: auto; }
      .flex_body_btn:last-child {
        margin-left: auto; }

.serif-l, .serif-r {
  display: flex;
  align-items: flex-start; }
  @media screen and (max-width: 749px) {
    .serif-l, .serif-r {
      flex-wrap: wrap; } }

.serif_frame {
  background: #007563;
  border-radius: 10px;
  padding: 20px 50px;
  color: #FFF;
  font-size: 1.8rem; }
  @media screen and (max-width: 749px) {
    .serif_frame {
      text-align: left;
      padding: 20px 40px; } }
  .serif_frame::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10; }
  .serif_frame-l, .serif_frame-r {
    max-width: 655px;
    margin-top: 20px; }
    @media screen and (max-width: 749px) {
      .serif_frame-l, .serif_frame-r {
        padding: 10px;
        font-size: 1.5rem;
        max-width: 100%;
        order: 1; } }
  .serif_frame-l::after {
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/icon_serif_left.png");
    background-size: 100% 100%;
    width: 42px;
    height: 28px; }
    @media screen and (max-width: 749px) {
      .serif_frame-l::after {
        top: auto;
        left: 5%;
        bottom: -48px;
        transform: translateY(-50%);
        background: url("../img/icon_serif_btm.png");
        background-size: 100% 100%;
        width: 28px;
        height: 42px;
        z-index: -1; } }
  .serif_frame-r::after {
    left: auto;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/icon_serif_right.png");
    background-size: 100% 100%;
    width: 42px;
    height: 28px; }
    @media screen and (max-width: 749px) {
      .serif_frame-r::after {
        top: auto;
        left: 5%;
        bottom: -48px;
        transform: translateY(-50%);
        background: url("../img/icon_serif_btm.png");
        background-size: 100% 100%;
        width: 28px;
        height: 42px;
        z-index: -1; } }
  .serif_frame-btm {
    justify-content: center;
    text-align: center; }
    @media screen and (max-width: 749px) {
      .serif_frame-btm {
        text-align: left; } }
    .serif_frame-btm::after {
      left: 5%;
      bottom: -48px;
      transform: translateY(-50%);
      background: url("../img/icon_serif_btm.png");
      background-size: 100% 100%;
      width: 28px;
      height: 42px; }
      @media screen and (max-width: 749px) {
        .serif_frame-btm::after {
          z-index: -1; } }

@media screen and (max-width: 749px) {
  .serif_image {
    order: 2;
    margin-top: 20px; } }

.serif_image::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0; }

.header {
  width: 100%;
  display: flex;
  background: #007563;
  height: 100px;
  z-index: 1; }
  @media screen and (min-width: 750px) {
    .header {
      padding: 16px 17px; } }
  @media screen and (max-width: 749px) {
    .header {
      height: 60px;
      padding: 10px 10px; } }
  .header_asahi {
    width: 102px;
    display: block; }
    @media screen and (max-width: 749px) {
      .header_asahi {
        width: 75px; } }
  .header_credit {
    color: #FFF;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.6; }
    @media screen and (min-width: 750px) {
      .header_credit {
        margin-left: 10px; } }
    @media screen and (max-width: 749px) {
      .header_credit {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-top: -3px;
        margin-left: auto; } }
  .header_logo {
    width: 280px;
    position: absolute;
    top: 124px;
    left: 24px; }
    @media screen and (max-width: 749px) {
      .header_logo {
        width: 100px;
        top: 70px;
        left: 10px; } }
    @media screen and (min-width: 750px) and (max-width: 1100px) {
      .header_logo {
        width: 15%; } }
  .header .share {
    top: 27px;
    right: 10px; }

#about_body .header_asahi {
  display: none; }

#about_body .header_credit {
  margin-left: auto; }

#about_body .share {
  top: 40px;
  right: 16px; }
  @media screen and (max-width: 749px) {
    #about_body .share {
      top: 27px;
      right: 10px; } }

@media screen and (min-width: 750px) {
  .mv {
    width: 100%;
    overflow: hidden; } }

.mv_header {
  width: 100%;
  display: flex;
  z-index: 10; }
  @media screen and (min-width: 750px) {
    .mv_header {
      position: absolute;
      padding: 16px 17px; } }
  @media screen and (max-width: 749px) {
    .mv_header {
      height: 50px;
      padding: 12px 15px;
      background: #007563; } }
  .mv_header_asahi {
    width: 102px;
    display: block; }
    @media screen and (max-width: 749px) {
      .mv_header_asahi {
        width: 75px; } }
  .mv_header_credit {
    color: #007563;
    font-size: 1.0rem;
    line-height: 1.6;
    margin-left: auto; }
    @media screen and (max-width: 749px) {
      .mv_header_credit {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-top: -3px; } }
  .mv_header_share {
    display: flex; }

.mv_title {
  width: 400px;
  z-index: 10;
  position: absolute;
  bottom: 25px;
  right: 20px;
  opacity: 0;
  color: #007563; }
  @media screen and (max-width: 749px) {
    .mv_title {
      width: 110px;
      bottom: 10px;
      right: 10px; } }

.mv_bg {
  width: 100%;
  transition: 2s;
  position: relative; }
  .mv_bg::before {
    content: "";
    display: block;
    padding-top: 56%; }
  .mv_bg.active {
    opacity: 1; }
  .mv_bg video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%; }
  .mv_bg_overlay {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 2; }
    @media screen and (min-width: 750px) {
      .mv_bg_overlay {
        height: 100%; } }
    @media screen and (max-width: 749px) {
      .mv_bg_overlay {
        height: 100%; } }

.intro {
  max-width: 1200px;
  margin: auto;
  padding: 100px 0 0;
  line-height: 2.1;
  font-size: 2.0rem; }
  @media screen and (max-width: 749px) {
    .intro {
      font-size: 1.5rem;
      line-height: 2.0;
      padding: 0px 5px 0;
      margin-top: 45px;
      width: 90%; } }

.message {
  margin-top: 100px; }
  .message_title_text img {
    width: 380px; }
    @media screen and (max-width: 749px) {
      .message_title_text img {
        width: 200px; } }
  .message_caption {
    font-size: 3.6rem;
    text-align: center;
    color: #007563; }
    @media screen and (max-width: 749px) {
      .message_caption {
        font-size: 2.5rem; } }
  .message_listWrap {
    display: flex;
    max-width: 1090px;
    flex-wrap: wrap;
    margin: 50px auto 0; }
    @media screen and (max-width: 749px) {
      .message_listWrap {
        width: calc(100% - 15px); } }
  @media screen and (min-width: 750px) {
    .message_list {
      width: 250px;
      margin-left: 30px;
      margin-top: 50px; }
      .message_list:nth-child(1), .message_list:nth-child(5) {
        margin-left: 0; } }
  @media screen and (max-width: 749px) {
    .message_list {
      width: calc((100% - 15px)/2);
      margin-top: 30px; }
      .message_list:nth-child(odd) {
        margin-right: 15px; } }
  .message_list_image::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0; }
  .message_list_name {
    background: #7E1384;
    color: #FFF;
    width: 205px;
    height: 48px;
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-top: -60px;
    padding-left: 10px; }
    @media screen and (max-width: 749px) {
      .message_list_name {
        width: 90%;
        height: 38px;
        margin-top: -50px; } }
    .message_list_name::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 48px 0 0 23px;
      border-color: transparent transparent transparent #7E1384;
      position: absolute;
      right: -23px;
      bottom: 0; }
      @media screen and (max-width: 749px) {
        .message_list_name::after {
          border-width: 38px 0 0 23px; } }
    .message_list_name small {
      font-size: 1.4rem;
      font-weight: 400; }
      @media screen and (max-width: 749px) {
        .message_list_name small {
          font-size: 1.0rem; } }
    .message_list_name span {
      font-size: 2.4rem;
      margin-left: 10px; }
      @media screen and (max-width: 749px) {
        .message_list_name span {
          font-size: 1.8rem; } }
  .message_list_btn {
    margin-top: 30px; }
    .message_list_btn::after {
      content: "";
      position: absolute;
      right: 10px;
      top: 50%;
      width: 20px;
      height: 20px;
      background: url("../img/icon_plus.png");
      background-size: 100% 100%;
      transform: translateY(-50%); }
      @media screen and (max-width: 749px) {
        .message_list_btn::after {
          width: 13px;
          height: 13px; } }

.quiz {
  margin-top: 100px; }
  .quiz_title_text img {
    width: 661px; }
    @media screen and (max-width: 749px) {
      .quiz_title_text img {
        width: 280px; } }
  .quiz_caption {
    font-size: 3.6rem;
    text-align: center;
    color: #007563; }
    @media screen and (max-width: 749px) {
      .quiz_caption {
        font-size: 2.5rem; } }

.about_btn {
  max-width: 760px;
  width: 80%;
  display: block;
  margin: 100px auto; }
  @media screen and (max-width: 749px) {
    .about_btn {
      margin: 50px auto; } }

.pageQuiz_title {
  max-width: 532px;
  margin: auto; }
  @media screen and (max-width: 749px) {
    .pageQuiz_title {
      width: 70%; } }

.pageQuiz_sectionTitle {
  font-size: 2.4rem; }

@media screen and (min-width: 750px) {
  .pageQuiz_thema {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50px; } }

.pageQuiz_thema_no {
  background: #007563;
  color: #FFF;
  font-size: 2.4rem;
  width: 128px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 749px) {
    .pageQuiz_thema_no {
      font-size: 2.0rem; } }

.pageQuiz_thema_text {
  font-size: 2.2rem;
  color: #007563; }
  @media screen and (min-width: 750px) {
    .pageQuiz_thema_text {
      margin-left: 18px;
      line-height: 1.4; } }
  @media screen and (max-width: 749px) {
    .pageQuiz_thema_text {
      font-size: 2.0rem; } }

.pageQuiz_quesBtn {
  width: 100%;
  cursor: pointer;
  height: 70px;
  border: 1px solid #007563;
  color: #007563;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.5s, color 0.5s; }
  .pageQuiz_quesBtnWrap {
    width: 560px;
    margin-top: 50px; }
    @media screen and (max-width: 749px) {
      .pageQuiz_quesBtnWrap {
        width: 100%; } }
  .pageQuiz_quesBtn.active {
    background: #007563;
    color: #FFF; }

.pageQuiz_quesSwitch {
  height: 50px;
  max-width: 300px;
  background: #007563;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto; }
  @media screen and (max-width: 749px) {
    .pageQuiz_quesSwitchWrap {
      margin-top: 20px; } }
  .pageQuiz_quesSwitchAns {
    margin-top: 70px;
    margin-bottom: 30px;
    background: #919191; }
    @media screen and (max-width: 749px) {
      .pageQuiz_quesSwitchAns {
        margin-bottom: 20px; } }
    .pageQuiz_quesSwitchAns.active {
      background: #007563;
      cursor: pointer; }
  .pageQuiz_quesSwitchNo {
    margin-bottom: 30px;
    cursor: pointer; }
    @media screen and (max-width: 749px) {
      .pageQuiz_quesSwitchNo {
        margin-bottom: 20px; } }

.pageQuiz_quesContainer[data-no="6"] .pageQuiz_quesWrap .wrap225.serif_image {
  max-width: 300px; }

.pageQuiz_quesContainer[data-no="6"] .pageQuiz_quesWrap .pageQuiz_quesText {
  text-align: left; }

.pageQuiz_member {
  width: 425px; }
  @media screen and (max-width: 749px) {
    .pageQuiz_member {
      width: 60%;
      margin: auto; } }
  .pageQuiz_member::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0; }

@media screen and (min-width: 750px) {
  .pageQuiz_batu {
    width: 185px;
    margin-left: 90px; } }

@media screen and (max-width: 749px) {
  .pageQuiz_batu {
    width: 95px;
    margin: 10px auto; } }

@media screen and (min-width: 750px) {
  .pageQuiz_maru {
    width: 230px;
    margin-left: 70px; } }

@media screen and (max-width: 749px) {
  .pageQuiz_maru {
    width: 95px;
    margin: 10px auto; } }

.rslt {
  height: auto;
  overflow: hidden;
  padding: 60px 0 0;
  margin: 100px 0;
  background: #dee6e8; }
  @media screen and (max-width: 749px) {
    .rslt {
      padding: 25px 0 0; } }
  .rslt_bg::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0; }
  .rslt_title {
    width: 600px;
    margin: auto; }
    @media screen and (max-width: 749px) {
      .rslt_title {
        width: 80%; } }
  .rslt_btn {
    width: 540px;
    margin: 30px auto 10px;
    cursor: pointer; }
    @media screen and (max-width: 749px) {
      .rslt_btn {
        width: 90%; } }

.footer_sponsor {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px; }
  .footer_sponsor_logo {
    display: block; }
    .footer_sponsor_logo-ja {
      width: 250px; }
    .footer_sponsor_logo-nogizaka {
      width: 110px; }

.footer_copy {
  line-height: 1.66;
  color: white;
  font-size: 1.2rem;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  text-align: center; }
  @media screen and (min-width: 750px) {
    .footer_copy {
      height: 120px; } }
  @media screen and (max-width: 749px) {
    .footer_copy {
      font-size: 0.9rem;
      padding: 50px 0 25px; } }

.footer_scroll {
  width: 50px;
  height: 50px;
  background: #007563;
  border: 1px solid #FFF;
  position: absolute;
  right: 40px;
  top: 0;
  transform: translateY(-50%); }
  @media screen and (max-width: 749px) {
    .footer_scroll {
      right: 25px; } }
  .footer_scroll::after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    transform: rotate(45deg);
    top: calc(50% - 2px);
    left: calc(50% - 7px);
    position: absolute; }

.floating {
  position: fixed;
  bottom: 10px;
  left: 50%;
  width: 100%;
  max-width: 1100px;
  transform: translateX(-50%);
  z-index: 99; }
  @media screen and (max-width: 749px) {
    .floating {
      width: calc(100% - 20px); } }
  .floating-txt {
    background-color: #345D9B;
    background-image: url(../img/icon_btn_arrow_w_r.svg);
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: auto;
    font-size: 2.8rem;
    color: #FFF; }
    .floating-txt span {
      padding: 6px 20px 6px 70px;
      display: inline-block;
      background-color: #345D9B;
      background-image: url(../img/icon_banner_decoration.svg);
      background-position: center left 20px;
      background-repeat: no-repeat;
      background-size: 36px auto; }
    @media screen and (max-width: 749px) {
      .floating-txt {
        background-position: center right 10px;
        background-size: auto;
        font-size: 1.4rem;
        line-height: 1.3; }
        .floating-txt span {
          padding: 10px 10px 10px 40px;
          background-position: center left 10px;
          background-size: 20px auto; } }
