@charset "UTF-8";
/*h1 {
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 30px 20px 20px;
  @media screen and (max-width: 768px) {
    margin-top: 0;
    padding: 10px 0;
  }
  img {
    max-width: 700px;
  }
}*/
.mv {
  padding: 0 20px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .mv {
      padding: 0; } }
  .mv__inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    .mv__inner img {
      width: 50%;
      margin: 50px auto;
      display: block; }
    @media screen and (max-width: 768px) {
      .mv__inner img {
        width: 80%; } }

.patch {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 100%;
  max-width: 300px; }
  @media screen and (max-width: 1360px) {
    .patch {
      width: 20%;
      max-width: 200px; } }
  @media screen and (max-width: 768px) {
    .patch {
      position: relative;
      top: 0;
      right: 0;
      width: 100%;
      max-width: 775px;
      margin: 20px auto 0; } }

.section {
  padding: 0 20px;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .section {
      margin-top: 20px;
      padding: 0; } }
  .section__inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 50px 65px;
    background-color: #fff;
    border-radius: 10px; }
    @media screen and (max-width: 768px) {
      .section__inner {
        padding: 30px 10px 50px;
        border-radius: 0; } }
    .section__inner > h1 {
      text-align: center;
      font-size: 3.2rem;
      line-height: 1.6;
      padding-bottom: 50px; }
      @media screen and (max-width: 768px) {
        .section__inner > h1 {
          font-size: 2rem;
          margin-top: 0;
          padding-bottom: 30px;
          line-height: 1.5; } }
      .section__inner > h1 + p {
        margin-top: 40px; }
        @media screen and (max-width: 768px) {
          .section__inner > h1 + p {
            margin-top: 20px; } }
      .section__inner > h1 + .timeBox1 {
        margin-top: 70px; }
        @media screen and (max-width: 768px) {
          .section__inner > h1 + .timeBox1 {
            margin-top: 30px; } }
      .section__inner > h1 span {
        display: block;
        font-size: 1.6rem;
        padding: 0 0 10px; }
        @media screen and (max-width: 768px) {
          .section__inner > h1 span {
            font-size: 1.2rem;
            padding: 0 0 10px; } }
        .section__inner > h1 span + span {
          margin-top: 20px;
          font-size: 1.8rem; }
    .section__inner > h2 {
      text-align: center;
      font-size: 3.2rem;
      line-height: 1.5;
      padding-bottom: 30px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .section__inner > h2 {
          font-size: 2rem;
          margin-top: 0;
          padding-bottom: 30px; } }
      .section__inner > h2::after {
        content: "";
        width: 300px;
        height: 21px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        background-image: url(images/h2Bg.png);
        background-size: contain;
        background-repeat: no-repeat; }
        @media screen and (max-width: 768px) {
          .section__inner > h2::after {
            width: 100%;
            background-position: center; } }
      .section__inner > h2 + p {
        margin-top: 40px; }
        @media screen and (max-width: 768px) {
          .section__inner > h2 + p {
            margin-top: 20px; } }
      .section__inner > h2 + .timeBox1 {
        margin-top: 70px; }
        @media screen and (max-width: 768px) {
          .section__inner > h2 + .timeBox1 {
            margin-top: 30px; } }
      .section__inner > h2 span {
        display: block;
        font-size: 1.6rem; }
        @media screen and (max-width: 768px) {
          .section__inner > h2 span {
            font-size: 1.2rem; } }
        .section__inner > h2 span + span {
          margin-top: 20px;
          font-size: 1.8rem; }
    .section__inner h3 {
      font-size: 2.2rem;
      color: #000;
      margin-top: 50px;
      padding-left: 40px;
      position: relative;
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        .section__inner h3 {
          font-size: 2rem;
          margin-top: 40px;
          padding-left: 20px; } }
      .section__inner h3::before {
        content: "";
        width: 30px;
        height: 39px;
        position: absolute;
        top: 0;
        left: 0;
        background-size: 30px 39px;
        background-repeat: no-repeat;
        background-image: url(images/triangleR.png); }
        @media screen and (max-width: 768px) {
          .section__inner h3::before {
            width: 20px;
            height: 15px;
            background-size: contain;
            top: 5px; } }
      .section__inner h3 + p {
        margin-top: 25px; }
    .section__inner > h4 {
      font-size: 2.2rem;
      color: #000;
      margin-top: 50px;
      position: relative;
      padding: 14px 0 14px 6rem;
      line-height: 1.4; }
      .section__inner > h4::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.4) * 0.5em);
        content: ""; }
      .section__inner > h4::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.4) * 0.5em);
        content: ""; }
      @media screen and (max-width: 768px) {
        .section__inner > h4 {
          font-size: 1.6rem;
          padding: 10px 0 10px 4rem;
          margin-top: 20px; } }
      .section__inner > h4 span {
        width: 4.9rem;
        height: 4.9rem;
        background-color: #0073e9;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        border-radius: 50px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 768px) {
          .section__inner > h4 span {
            width: 3rem;
            height: 3rem; } }
      .section__inner > h4 + p {
        margin-top: 20px; }
    .section__inner > p {
      font-size: 1.6rem;
      line-height: 2; }
      .section__inner > p::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 2) * 0.5em);
        content: ""; }
      .section__inner > p::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 2) * 0.5em);
        content: ""; }
      @media screen and (max-width: 768px) {
        .section__inner > p {
          font-size: 1.5rem; } }
      .section__inner > p + p {
        margin-top: 30px; }
      .section__inner > p > a {
        color: #0073e9; }
      .section__inner > p + .timeBox2 {
        margin-top: 65px; }
    .section__inner > ul {
      margin-top: 25px; }
      .section__inner > ul li {
        margin-top: 20px;
        font-size: 1.8rem;
        line-height: 1.5; }
        .section__inner > ul li::before {
          display: block;
          width: 0;
          height: 0;
          margin-top: calc((1 - 1.5) * 0.5em);
          content: ""; }
        .section__inner > ul li::after {
          display: block;
          width: 0;
          height: 0;
          margin-bottom: calc((1 - 1.5) * 0.5em);
          content: ""; }
        @media screen and (max-width: 768px) {
          .section__inner > ul li {
            margin-top: 20px; } }
      .section__inner > ul + p {
        margin-top: 30px; }
        @media screen and (max-width: 768px) {
          .section__inner > ul + p {
            margin-top: 10px; } }
    .section__inner .notes {
      margin-top: 20px;
      text-align: center;
      font-size: 1.4rem; }
      @media screen and (max-width: 768px) {
        .section__inner .notes {
          margin-top: 10px;
          font-size: 1.3rem;
          text-align: left; } }
    .section__inner > img {
      width: 100%;
      max-width: 301px;
      margin: 0 auto;
      display: block; }
    .section__inner .img1 {
      margin: 0 auto 50px; }
      @media screen and (max-width: 768px) {
        .section__inner .img1 {
          margin: 0 auto 30px; } }
      .section__inner .img1 img {
        width: 100%;
        height: auto;
        border-radius: 10px; }
      .section__inner .img1 p {
        font-weight: bold;
        font-size: 1.8rem;
        margin: 15px 0 0;
        line-height: 1.7; }
        @media screen and (max-width: 768px) {
          .section__inner .img1 p {
            margin: 10px 0 0;
            font-size: 1.6rem;
            line-height: 1.6; } }
    .section__inner h2 + .img1 {
      margin: 30px auto 50px; }
      @media screen and (max-width: 768px) {
        .section__inner h2 + .img1 {
          margin: 30px auto 30px; } }
    .section__inner .img2 {
      max-width: 800px;
      margin: 50px auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap; }
      @media screen and (max-width: 768px) {
        .section__inner .img2 {
          width: 100%;
          justify-content: center;
          flex-wrap: wrap;
          margin: 30px auto; } }
      .section__inner .img2 img {
        max-width: 390px;
        margin: 0 auto 20px; }
    .section__inner .movie {
      margin-top: 40px; }
      .section__inner .movie__inner {
        width: 100%;
        margin: 0 auto;
        position: relative;
        line-height: 0;
        padding-bottom: 55%; }
        @media screen and (max-width: 768px) {
          .section__inner .movie__inner {
            padding-bottom: 56%; } }
        .section__inner .movie__inner iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .section__inner .movie + h2 {
        margin-top: 50px; }
        @media screen and (max-width: 768px) {
          .section__inner .movie + h2 {
            margin-top: 40px; } }
      .section__inner .movieCaption {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        font-size: 1.6rem;
        margin-top: 20px; }
    .section__inner a {
      color: #0073e9; }
    .section__inner .flex_pamph {
      display: flex;
      flex-wrap: nowrap;
      margin: 40px 0 0; }
      @media screen and (max-width: 768px) {
        .section__inner .flex_pamph {
          display: block;
          flex-wrap: wrap; } }
      .section__inner .flex_pamph__left p {
        margin-bottom: 20px;
        font-size: 1.8rem;
        line-height: 1.5; }
        @media screen and (max-width: 768px) {
          .section__inner .flex_pamph__left p {
            font-size: 1.6rem; } }
      .section__inner .flex_pamph__right {
        width: 280px;
        margin: 0 0 0 35px; }
        @media screen and (max-width: 768px) {
          .section__inner .flex_pamph__right {
            width: auto;
            margin: 30px 20px; } }
        .section__inner .flex_pamph__right img {
          width: 280px;
          height: auto;
          display: block;
          margin: 0 auto; }
          @media screen and (max-width: 768px) {
            .section__inner .flex_pamph__right img {
              width: 60%; } }
        .section__inner .flex_pamph__right p {
          margin-top: 20px;
          font-size: 1.4rem;
          line-height: 1.5;
          text-align: center; }
          .section__inner .flex_pamph__right p span {
            display: block !important;
            font-size: 1rem; }
    .section__inner figure {
      float: right;
      clear: both;
      margin: 25px 0 0 40px; }
      @media screen and (max-width: 768px) {
        .section__inner figure {
          float: none;
          margin: 25px auto; } }
      .section__inner figure img {
        display: block; }
        @media screen and (max-width: 768px) {
          .section__inner figure img {
            margin: 0 auto; } }
      .section__inner figure figcaption {
        text-align: center;
        font-size: 1.2rem;
        margin: 10px 0 0; }
  .section + .section {
    margin-top: 50px; }
  .section + .contents {
    margin-top: 100px; }
    @media screen and (max-width: 768px) {
      .section + .contents {
        margin-top: 60px; } }
  .section:last-of-type figure {
    margin: 35px auto 0;
    width: 100%;
    max-width: 300px; }
    @media screen and (max-width: 768px) {
      .section:last-of-type figure {
        margin-top: 35px; } }
    .section:last-of-type figure + div {
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.3;
      margin: 30px auto 0;
      width: 100%;
      max-width: 300px; }
      .section:last-of-type figure + div::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.3) * 0.5em);
        content: ""; }
      .section:last-of-type figure + div::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.3) * 0.5em);
        content: ""; }
      @media screen and (max-width: 768px) {
        .section:last-of-type figure + div {
          font-size: 1.6rem;
          line-height: 1.5; }
          .section:last-of-type figure + div::before {
            display: block;
            width: 0;
            height: 0;
            margin-top: calc((1 - 1.5) * 0.5em);
            content: ""; }
          .section:last-of-type figure + div::after {
            display: block;
            width: 0;
            height: 0;
            margin-bottom: calc((1 - 1.5) * 0.5em);
            content: ""; } }
      .section:last-of-type figure + div + p {
        margin: 15px auto 0;
        width: 100%;
        max-width: 500px;
        font-size: 1.6rem;
        line-height: 1.875; }
        .section:last-of-type figure + div + p::before {
          display: block;
          width: 0;
          height: 0;
          margin-top: calc((1 - 1.875) * 0.5em);
          content: ""; }
        .section:last-of-type figure + div + p::after {
          display: block;
          width: 0;
          height: 0;
          margin-bottom: calc((1 - 1.875) * 0.5em);
          content: ""; }
  .section:last-of-type .lasthead + p {
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .section:last-of-type .lasthead + p {
        margin-top: 15px; } }
  .section:last-of-type .button__inner {
    max-width: 500px; }
  .section:last-of-type .button + p {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .section:last-of-type .button + p {
        margin-top: 30px; } }

.allowButtonU {
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .allowButtonU {
      margin-top: 60px;
      padding: 0 20px 0 10px; } }
  .allowButtonU__inner {
    display: flex;
    flex-wrap: wrap; }
    .allowButtonU__inner.one {
      justify-content: center; }
      .allowButtonU__inner.one > a {
        width: calc(565 / 865 * 100%);
        position: relative;
        min-height: 209px;
        padding: 55px 20px 40px;
        border: 3px solid #0073e9;
        border-radius: 10px;
        /*&::before {
          content: "";
          width: 180px;
          height: 78px;
          background: url(../images/ribon.png) no-repeat left center;
          background-repeat: no-repeat;
          background-size: 180px 78px;
          position: absolute;
          top: -30px;
          left: -120px;
          z-index: 1;
          @media screen and (max-width: 768px) {
            width: 130px;
            height: 56px;
            background-size: 130px 56px;
            top: -60px;
            left: -6px;
          }
          @media screen and (max-width: 480px) {
            top: -80px;
            left: -6px;
          }
        }*/ }
        @media screen and (max-width: 768px) {
          .allowButtonU__inner.one > a {
            width: 100%;
            min-height: 209px; } }
        .allowButtonU__inner.one > a:nth-of-type(n + 2) {
          margin-top: 30px; }
        @media screen and (max-width: 768px) {
          .allowButtonU__inner.one > a:nth-of-type(n + 2) {
            margin-top: 15px; } }
        .allowButtonU__inner.one > a::after {
          content: "\f078";
          font-family: "Font Awesome 5 Free";
          font-weight: 700;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: -36px;
          width: 60px;
          height: 60px;
          border: 5px solid #fff;
          border-radius: 50px;
          background-color: #0073e9;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          font-size: 15px; }
          @media screen and (max-width: 768px) {
            .allowButtonU__inner.one > a::after {
              right: -27px;
              width: 40px;
              height: 40px;
              font-size: 15px; } }
        .allowButtonU__inner.one > a span {
          font-size: 2rem;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          width: calc(435 / 565 * 100%);
          color: #fff;
          background-color: #0073e9;
          border-radius: 5px;
          text-align: center;
          padding: 10px; }
          @media screen and (max-width: 768px) {
            .allowButtonU__inner.one > a span {
              font-size: 1.8rem;
              width: calc(635 / 675 * 100%); } }
        .allowButtonU__inner.one > a p:nth-of-type(1) {
          font-size: 1.8rem;
          text-align: center;
          color: #0073e9;
          font-weight: bold; }
        .allowButtonU__inner.one > a p:nth-of-type(2) {
          font-size: 2.8rem;
          text-align: center;
          font-weight: bold;
          margin-top: 20px; }
          @media screen and (max-width: 768px) {
            .allowButtonU__inner.one > a p:nth-of-type(2) {
              font-size: 2rem; } }
    .allowButtonU__inner.two {
      justify-content: space-between; }
      .allowButtonU__inner.two > a {
        width: calc(430 / 900 * 100%);
        position: relative;
        min-height: 209px;
        padding: 55px 20px 40px;
        border: 3px solid #0073e9;
        border-radius: 10px; }
        @media screen and (max-width: 768px) {
          .allowButtonU__inner.two > a {
            width: 100%;
            min-height: 182px;
            padding: 40px 10px 20px; } }
        .allowButtonU__inner.two > a:nth-of-type(n + 3) {
          margin-top: 30px; }
        @media screen and (max-width: 768px) {
          .allowButtonU__inner.two > a:nth-of-type(n + 2) {
            margin-top: 50px; } }
        .allowButtonU__inner.two > a::after {
          content: "\f078";
          font-family: "Font Awesome 5 Free";
          font-weight: 700;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: -36px;
          width: 60px;
          height: 60px;
          border: 5px solid #fff;
          border-radius: 50px;
          background-color: #0073e9;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          font-size: 15px; }
          @media screen and (max-width: 900px) {
            .allowButtonU__inner.two > a::after {
              width: 50px;
              height: 50px;
              right: -31px; } }
          @media screen and (max-width: 768px) {
            .allowButtonU__inner.two > a::after {
              right: -27px;
              width: 40px;
              height: 40px;
              font-size: 15px; } }
        .allowButtonU__inner.two > a span {
          font-size: 2rem;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          width: calc(300 / 430 * 100%);
          color: #fff;
          background-color: #0073e9;
          border-radius: 5px;
          text-align: center;
          padding: 10px; }
          @media screen and (max-width: 768px) {
            .allowButtonU__inner.two > a span {
              font-size: 1.8rem; } }
        .allowButtonU__inner.two > a p:nth-of-type(1) {
          font-size: 1.8rem;
          line-height: 1.5;
          text-align: center;
          color: #0073e9;
          font-weight: bold; }
          .allowButtonU__inner.two > a p:nth-of-type(1)::before {
            display: block;
            width: 0;
            height: 0;
            margin-top: calc((1 - 1.5) * 0.5em);
            content: ""; }
          .allowButtonU__inner.two > a p:nth-of-type(1)::after {
            display: block;
            width: 0;
            height: 0;
            margin-bottom: calc((1 - 1.5) * 0.5em);
            content: ""; }
        .allowButtonU__inner.two > a p:nth-of-type(2) {
          font-size: 2.8rem;
          line-height: 1.3;
          text-align: center;
          font-weight: bold;
          margin-top: 20px; }
          .allowButtonU__inner.two > a p:nth-of-type(2)::before {
            display: block;
            width: 0;
            height: 0;
            margin-top: calc((1 - 1.3) * 0.5em);
            content: ""; }
          .allowButtonU__inner.two > a p:nth-of-type(2)::after {
            display: block;
            width: 0;
            height: 0;
            margin-bottom: calc((1 - 1.3) * 0.5em);
            content: ""; }
          @media screen and (max-width: 768px) {
            .allowButtonU__inner.two > a p:nth-of-type(2) {
              font-size: 2rem; } }
          @media screen and (max-width: 320px) {
            .allowButtonU__inner.two > a p:nth-of-type(2) {
              font-size: 1.8rem; } }
    .allowButtonU__inner > a {
      width: calc(430 / 900 * 100%);
      position: relative;
      min-height: 209px;
      padding: 55px 20px 40px;
      border: 3px solid #0073e9;
      border-radius: 10px; }
      @media screen and (max-width: 768px) {
        .allowButtonU__inner > a {
          width: 100%;
          min-height: 209px; } }
      .allowButtonU__inner > a::after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -36px;
        width: 60px;
        height: 60px;
        border: 5px solid #fff;
        border-radius: 50px;
        background-color: #0073e9;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 15px; }
        @media screen and (max-width: 768px) {
          .allowButtonU__inner > a::after {
            right: -20px;
            width: 30px;
            height: 30px;
            font-size: 7.5px; } }
      .allowButtonU__inner > a span {
        font-size: 2rem;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: calc(300 / 430 * 100%);
        color: #fff;
        background-color: #0073e9;
        border-radius: 5px;
        text-align: center;
        padding: 10px; }
      .allowButtonU__inner > a p:nth-of-type(1) {
        font-size: 1.8rem;
        line-height: 1.5;
        text-align: center;
        color: #0073e9;
        font-weight: bold; }
        .allowButtonU__inner > a p:nth-of-type(1)::before {
          display: block;
          width: 0;
          height: 0;
          margin-top: calc((1 - 1.5) * 0.5em);
          content: ""; }
        .allowButtonU__inner > a p:nth-of-type(1)::after {
          display: block;
          width: 0;
          height: 0;
          margin-bottom: calc((1 - 1.5) * 0.5em);
          content: ""; }
      .allowButtonU__inner > a p:nth-of-type(2) {
        font-size: 2.8rem;
        text-align: center;
        font-weight: bold;
        margin-top: 20px; }

.allowButtonR {
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .allowButtonR {
      margin-top: 30px;
      padding: 0 20px 0 10px; } }
  .allowButtonR__inner {
    display: flex;
    flex-wrap: wrap; }
    .allowButtonR__inner.one {
      justify-content: center; }
    .allowButtonR__inner.two {
      justify-content: space-between; }
      .allowButtonR__inner.two > div:nth-of-type(n + 3) {
        margin-top: 30px; }
      @media screen and (max-width: 768px) {
        .allowButtonR__inner.two > div:nth-of-type(n + 2) {
          margin-top: 15px; } }
    .allowButtonR__inner > div {
      width: calc(449 / 1000 * 100%);
      position: relative;
      min-height: 90px; }
      @media screen and (max-width: 768px) {
        .allowButtonR__inner > div {
          width: 100%;
          min-height: 60px; } }
      .allowButtonR__inner > div a {
        text-align: center;
        padding: 12px 20px;
        font-size: 2rem;
        color: #0073e9;
        display: flex;
        background-color: #fff;
        justify-content: center;
        align-items: center;
        line-height: 1.4;
        height: 100%;
        border: 5px solid #0073e9;
        border-radius: 10px;
        font-weight: bold; }
        .allowButtonR__inner > div a::before {
          display: block;
          width: 0;
          height: 0;
          margin-top: calc((1 - 1.4) * 0.5em);
          content: ""; }
        .allowButtonR__inner > div a::after {
          display: block;
          width: 0;
          height: 0;
          margin-bottom: calc((1 - 1.4) * 0.5em);
          content: ""; }
        @media screen and (max-width: 768px) {
          .allowButtonR__inner > div a {
            font-size: 1.6rem;
            justify-content: left;
            text-align: left; } }
      .allowButtonR__inner > div::after {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -36px;
        width: 60px;
        height: 60px;
        border: 5px solid #fff;
        border-radius: 50px;
        background-color: #0073e9;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 15px; }
        @media screen and (max-width: 768px) {
          .allowButtonR__inner > div::after {
            right: -20px;
            width: 30px;
            height: 30px;
            font-size: 7.5px; } }

/*.flex {
  margin: 40px auto 0;
  width: 100%;
  //max-width: 760px;
  &__inner {
    margin: 0 auto;
    // display: flex;
    // justify-content: center;
  }
}*/
.balloonR {
  padding: 0 20px;
  margin-right: 20px; }
  @media screen and (max-width: 768px) {
    .balloonR {
      padding: 0 25px;
      margin-right: 0; } }
  .balloonR__inner {
    position: relative;
    margin: 0 auto;
    padding: 7px 10px;
    width: 100%;
    max-width: 160px;
    background-color: #fff100;
    border-radius: 5px; }
    @media screen and (max-width: 768px) {
      .balloonR__inner {
        width: calc(656 / 730 * 100%);
        max-width: 100%;
        margin: 0 auto; } }
  .balloonR p {
    color: #000;
    font-size: 2rem;
    text-align: center;
    font-weight: bold; }
  .balloonR + div {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 20px; }
    .balloonR + div span {
      font-size: 5.6rem;
      font-family: "Roboto", sans-serif;
      font-style: italic; }

.yohaku {
  margin-top: 55px !important; }
  .yohaku a {
    text-decoration: underline;
    font-weight: bold; }

.blueBg {
  margin-top: 45px; }
  @media screen and (max-width: 768px) {
    .blueBg {
      margin-top: 25px; } }
  .blueBg__inner {
    padding: 30px;
    background-color: #f0faff; }
    .blueBg__inner > p {
      font-size: 1.8rem;
      line-height: 1.5; }
      .blueBg__inner > p::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.5) * 0.5em);
        content: ""; }
      .blueBg__inner > p::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.5) * 0.5em);
        content: ""; }
      .blueBg__inner > p + p {
        margin-top: 30px; }
        .blueBg__inner > p + p a {
          color: #0b73e9; }

.button {
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .button {
      margin-top: 30px; } }
  .button__inner {
    width: 100%;
    max-width: 650px;
    margin: 0 auto; }
    .button__inner a {
      padding: 20px 40px 20px 30px;
      font-size: 2rem;
      line-height: 1.5;
      text-align: center;
      background-color: #fff100;
      border-radius: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      position: relative;
      color: #262626; }
      .button__inner a.btnmovie {
        background-color: #E73F42;
        color: #fff; }
        .button__inner a.btnmovie.video::after {
          font-family: "Font Awesome 5 Free";
          content: "\f03d";
          color: #fff;
          font-size: 16px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 50px; }
          @media screen and (max-width: 768px) {
            .button__inner a.btnmovie.video::after {
              right: 10px; } }
      @media screen and (max-width: 768px) {
        .button__inner a {
          font-size: 1.7rem;
          border-radius: 10px; } }
      .button__inner a.linknone {
        pointer-events: none;
        background-color: #ddd3d3; }
      .button__inner a.external::after {
        font-family: "Font Awesome 5 Free";
        content: "\f35d";
        color: #262626;
        font-size: 16px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px; }
        @media screen and (max-width: 768px) {
          .button__inner a.external::after {
            right: 10px; } }

.notes {
  margin-top: 30px;
  font-size: 1.2rem; }

hr {
  background-color: #0073e9;
  border: none; }
  hr.hr1 {
    margin: 50px 0;
    height: 1px; }
  hr.hr2 {
    margin: 70px 0 20px;
    height: 2px; }
  hr.hr3 {
    margin: 50px 0 20px;
    height: 2px; }

.timeBox1__inner {
  border-radius: 10px 10px 0 0;
  border: 3px solid #0073e9; }
  .timeBox1__inner > div:nth-of-type(1) {
    background-color: #0073e9;
    padding: 15px;
    font-size: 5.6rem;
    color: #fff;
    text-align: center;
    font-family: "Damion", cursive;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      .timeBox1__inner > div:nth-of-type(1) {
        font-size: 3rem; } }
  .timeBox1__inner > div:nth-of-type(2) {
    padding: 50px 47px;
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      .timeBox1__inner > div:nth-of-type(2) {
        padding: 30px 10px 15px; } }
.timeBox1 p {
  font-size: 1.8rem;
  line-height: 1.5; }
  .timeBox1 p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: ""; }
  .timeBox1 p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: ""; }
  @media screen and (max-width: 768px) {
    .timeBox1 p {
      font-size: 1.6rem; } }
.timeBox1 + div {
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .timeBox1 + div {
      margin-top: 30px; } }

.timeBox2__inner {
  border-radius: 10px 10px 0 0;
  border: 3px solid #0073e9; }
  .timeBox2__inner > div:nth-of-type(1) {
    background-color: #0073e9;
    padding: 15px;
    font-size: 2.4rem;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .timeBox2__inner > div:nth-of-type(1) {
        font-size: 1.6rem; } }
  .timeBox2__inner > div:nth-of-type(2) {
    padding: 32px 47px 50px; }
    @media screen and (max-width: 768px) {
      .timeBox2__inner > div:nth-of-type(2) {
        padding: 35px 10px 15px; } }
.timeBox2 p {
  font-size: 1.8rem;
  line-height: 1.5; }
  .timeBox2 p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: ""; }
  .timeBox2 p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: ""; }
  @media screen and (max-width: 768px) {
    .timeBox2 p {
      font-size: 1.6rem; } }
.timeBox2 + div {
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .timeBox2 + div {
      margin-top: 15px; } }

.damion {
  font-family: "Damion", cursive;
  font-size: 5.6rem;
  text-align: center;
  color: #0073e9;
  width: 100%;
  margin: 0 auto; }
  .damion span {
    font-size: 7rem; }
  .damion + div {
    margin-top: 30px; }

.part {
  font-size: 4.8rem;
  text-align: center;
  color: #0073e9;
  width: 100%;
  font-weight: bold;
  letter-spacing: 10px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .part {
      font-size: 3rem; } }
  .part + div {
    margin-top: 30px; }

.sBlue {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #0073e9;
  line-height: 1.5; }
  .sBlue::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: ""; }
  .sBlue::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: ""; }
  .sBlue + div {
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .sBlue + div {
        margin-top: 20px; } }

.hutome {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center; }
  .hutome::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: ""; }
  .hutome::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: ""; }
  @media screen and (max-width: 768px) {
    .hutome {
      font-size: 1.8rem; } }
  .hutome + div {
    margin-top: 30px; }
  .hutome + p {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .hutome + p {
        margin-top: 30px; } }

.chiisame {
  font-size: 1.6rem !important;
  font-weight: bold;
  line-height: 1.5; }
  .chiisame::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: ""; }
  .chiisame::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: ""; }
  @media screen and (max-width: 768px) {
    .chiisame {
      font-size: 1.2rem !important; } }
  .chiisame + p {
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .chiisame + p {
        margin-top: 30px; } }

.tyoihutome {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold; }
  .tyoihutome::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: ""; }
  .tyoihutome::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: ""; }

.sugoihutome {
  font-size: 4rem;
  text-align: center; }

.bBorder {
  margin-top: 30px; }
  .bBorder__inner {
    border: 10px solid #0073e9;
    padding: 0 40px;
    border-radius: 10px; }
    @media screen and (max-width: 768px) {
      .bBorder__inner {
        padding: 0 10px;
        border: 5px solid #0073e9; } }
  .bBorder .accordion {
    cursor: pointer;
    font-size: 2.2rem;
    line-height: 1.5;
    position: relative;
    text-align: center;
    padding: 20px 40px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .bBorder .accordion {
        font-size: 1.6rem;
        padding: 10px 40px; } }
    .bBorder .accordion::after {
      content: "";
      width: 30px;
      height: 30px;
      background-image: url(images/open.png);
      background-size: 30px 30px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0; }
      @media screen and (max-width: 768px) {
        .bBorder .accordion::after {
          width: 23px;
          height: 23px;
          background-size: 23px 23px; } }
    .bBorder .accordion.active::after {
      background-image: url(images/close.png); }
    .bBorder .accordion + div {
      display: none;
      padding-bottom: 65px; }
  .bBorder .alignR {
    margin-top: 35px;
    text-align: right;
    position: relative;
    font-size: 1.6rem; }
    @media screen and (max-width: 768px) {
      .bBorder .alignR {
        right: 0; } }

.prf {
  margin-top: 20px; }
  .prf__inner {
    display: flex; }
    @media screen and (max-width: 768px) {
      .prf__inner {
        margin: 0 auto;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; } }
    .prf__inner > div:nth-of-type(1) {
      width: 120px;
      height: 120px;
      margin-right: 20px; }
      @media screen and (max-width: 768px) {
        .prf__inner > div:nth-of-type(1) {
          margin-right: 10px;
          margin-bottom: 10px; } }
    .prf__inner > div:nth-of-type(2) {
      flex: 1; }
      @media screen and (max-width: 768px) {
        .prf__inner > div:nth-of-type(2) {
          width: 125px;
          flex: initial; } }
      .prf__inner > div:nth-of-type(2) > div {
        display: flex;
        align-items: center; }
        @media screen and (max-width: 768px) {
          .prf__inner > div:nth-of-type(2) > div {
            display: block; } }
        .prf__inner > div:nth-of-type(2) > div p {
          font-weight: bold; }
          .prf__inner > div:nth-of-type(2) > div p:nth-of-type(1) {
            padding: 10px 15px;
            background-color: #0073e9;
            border-radius: 5px;
            color: #fff;
            margin-right: 10px;
            font-size: 1.6rem;
            display: inline-block; }
            @media screen and (max-width: 768px) {
              .prf__inner > div:nth-of-type(2) > div p:nth-of-type(1) {
                font-size: 1.2rem; } }
          .prf__inner > div:nth-of-type(2) > div p:nth-of-type(2) {
            font-size: 1.8rem; }
            @media screen and (max-width: 768px) {
              .prf__inner > div:nth-of-type(2) > div p:nth-of-type(2) {
                font-size: 1.5rem;
                margin-top: 10px; } }
      .prf__inner > div:nth-of-type(2) > p {
        margin-top: 20px;
        font-size: 1.6rem;
        line-height: 1.875; }
        .prf__inner > div:nth-of-type(2) > p::before {
          display: block;
          width: 0;
          height: 0;
          margin-top: calc((1 - 1.875) * 0.5em);
          content: ""; }
        .prf__inner > div:nth-of-type(2) > p::after {
          display: block;
          width: 0;
          height: 0;
          margin-bottom: calc((1 - 1.875) * 0.5em);
          content: ""; }
    .prf__inner > p {
      margin-top: 15px; }
  .prf:nth-of-type(n + 2) {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .prf:nth-of-type(n + 2) {
        margin-top: 35px; } }

/*.flex {
 &__inner {
   display: flex;
   @media screen and (max-width: 768px) {
     display: block;
   }
   > div {
     /*&:nth-of-type(1) {
       width: 131px;
       height: 131px;
       margin-right: 35px;
       @media screen and (max-width: 768px) {
         width: 100px;
         height: 100px;
         margin: 0 auto;
       }
     }*/
      /*&:nth-of-type(1) {
        @include fontSize(18);
        @include lineHeightErase(1.5);
        flex: 1;
        margin-top: 20px;
        @media screen and (max-width: 768px) {
          @include fontSize(16);
        }
      }
    }
  }
  + div {
    margin-top: 40px;
  }
}*/
.alignC {
  text-align: center; }

.red {
  color: #f00; }

.lasthead {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center; }
  .lasthead::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: ""; }
  .lasthead::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: ""; }
  @media screen and (max-width: 768px) {
    .lasthead {
      font-size: 2rem; } }

.fL .allowButtonU__inner.one > a,
.fO .allowButtonU__inner.one > a {
  width: 100%; }
  .fL .allowButtonU__inner.one > a span,
  .fO .allowButtonU__inner.one > a span {
    width: 100%; }

.w800__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }
  .w800__inner > h2 {
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.5;
    padding-bottom: 50px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .w800__inner > h2 {
        font-size: 2rem;
        margin-top: 0;
        padding-bottom: 30px; } }
    .w800__inner > h2::after {
      content: "";
      width: 300px;
      height: 21px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      background-image: url(images/h2Bg.png);
      background-size: contain;
      background-repeat: no-repeat; }
      @media screen and (max-width: 768px) {
        .w800__inner > h2::after {
          width: 100%;
          background-position: center; } }
    .w800__inner > h2 + p {
      margin-top: 40px; }
      @media screen and (max-width: 768px) {
        .w800__inner > h2 + p {
          margin-top: 20px; } }
    .w800__inner > h2 + .timeBox1 {
      margin-top: 70px; }
      @media screen and (max-width: 768px) {
        .w800__inner > h2 + .timeBox1 {
          margin-top: 30px; } }
    .w800__inner > h2 span {
      display: block;
      font-size: 1.6rem; }
      @media screen and (max-width: 768px) {
        .w800__inner > h2 span {
          font-size: 1.2rem; } }
      .w800__inner > h2 span + span {
        margin-top: 20px;
        font-size: 1.8rem; }
  .w800__inner > p {
    font-size: 1.6rem;
    line-height: 1.5; }
    .w800__inner > p::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 1.5) * 0.5em);
      content: ""; }
    .w800__inner > p::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 1.5) * 0.5em);
      content: ""; }
    @media screen and (max-width: 768px) {
      .w800__inner > p {
        font-size: 1.6rem; } }
    .w800__inner > p + p {
      margin-top: 25px; }
    .w800__inner > p + .timeBox2 {
      margin-top: 65px; }
  .w800__inner > ul li {
    margin-top: 10px;
    font-size: 1.7rem;
    line-height: 1.875; }
    .w800__inner > ul li::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 1.875) * 0.5em);
      content: ""; }
    .w800__inner > ul li::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 1.875) * 0.5em);
      content: ""; }
    @media screen and (max-width: 768px) {
      .w800__inner > ul li {
        margin-top: 10px; } }
    .w800__inner > ul li > a {
      color: #0073e9;
      text-decoration: underline; }
  .w800__inner > ul + p {
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .w800__inner > ul + p {
        margin-top: 10px; } }

.hotline_profileWrap {
  max-width: 800px;
  margin: auto; }

@media screen and (min-width: 768px) {
  .hotline_profileWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch; } }
@media screen and (min-width: 768px) {
  .hotline_profile {
    max-width: 375px;
    width: 46%; } }
@media screen and (min-width: 768px) {
  .hotline_profileInner {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%; } }
.hotline_profile_image {
  width: 120px;
  height: 120px;
  margin: 50px auto 20px; }

.hotline_profile_text {
  margin: 30px 0 20px; }

.hotline_profile_people {
  margin: 25px 0 0;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .hotline_profile_people {
      margin: 30px 0 0; } }
  .hotline_profile_people dt {
    width: 30%;
    float: left;
    clear: both;
    margin: 0 0 30px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .hotline_profile_people dt {
        width: 100%;
        float: none;
        clear: none;
        margin: 0 auto 10px; } }
    .hotline_profile_people dt img {
      width: 100%;
      max-width: 120px;
      height: auto;
      margin: 0 0 8px; }
      @media screen and (max-width: 768px) {
        .hotline_profile_people dt img {
          max-width: 100px;
          margin: 0 auto 8px; } }
  .hotline_profile_people dd {
    width: 64%;
    float: right;
    margin: 0 0 30px;
    font-size: 1.5rem;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .hotline_profile_people dd {
        width: 100%;
        float: none;
        font-size: 1.4rem; } }

.hotline_profile_btn {
  background: #0073e9;
  color: #fff !important;
  font-weight: 700;
  height: 48px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin: auto auto 0;
  transition: 0.3s;
  border: 3px solid #0073e9;
  font-size: 1.6rem;
  position: relative; }
  .hotline_profile_btn::after {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px; }

@media screen and (max-width: 768px) {
  .hotline_profile_btn {
    margin-top: 20px;
    font-size: 1.4rem; } }
.hotline_profile_btn:hover {
  opacity: 1;
  background: #fff;
  color: #0073e9 !important; }
  .hotline_profile_btn:hover::after {
    color: #0073e9; }

em {
  font: inherit;
  font-weight: bold; }

.text_blue {
  color: #0073e9; }

small {
  font-size: 1.2rem; }

@media screen and (max-width: 768px) {
  small {
    font-size: 1rem; } }
.hotline_profile p {
  font-size: 1.6rem;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .hotline_profile p {
      font-size: 1.4rem; } }

.external::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  color: #0073e9;
  padding-left: 5px;
  font-size: 16px;
  display: inline-block;
  font-weight: 900; }

.bg {
  background-color: #fffdd9;
  padding: 40px 30px;
  margin: 30px 0 0; }
  @media screen and (max-width: 768px) {
    .bg {
      padding: 30px 10px; } }

.bg-none {
  background-color: #fff;
  padding: 0 30px;
  margin: 30px 0 0; }
  @media screen and (max-width: 768px) {
    .bg-none {
      padding: 0 10px; } }

.anchor {
  width: 0;
  line-height: 1;
  display: block;
  margin-top: -103px;
  padding-bottom: 103px;
  z-index: -1; }

/* 2022.09.16 CSS 追加 */
h1 {
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 0 20px 20px; }

@media screen and (max-width: 768px) {
  h1 {
    margin-top: 0;
    padding: 0 0 10px 0; } }
.timeBox2__inner h2 {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
  padding-bottom: 50px;
  position: relative; }
  .timeBox2__inner h2 span {
    display: block;
    font-size: 1.6rem !important;
    font-weight: bold;
    line-height: 1.5;
    text-align: center; }
.timeBox2__inner h3 {
  font-size: 2.2rem;
  color: #000;
  margin-top: 50px;
  padding-left: 40px;
  position: relative;
  line-height: 1.5; }
  .timeBox2__inner h3::before {
    content: "";
    width: 30px;
    height: 39px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 30px 39px;
    background-repeat: no-repeat;
    background-image: url(images/triangleR.png); }

@media screen and (max-width: 768px) {
  .timeBox2__inner h2 {
    font-size: 2rem;
    margin-top: 0;
    padding-bottom: 30px; } }
.timeBox2__inner h3 + p {
  margin-top: 25px; }

.section__inner .box {
  margin-top: 50px; }

.section__inner .box__list__item__inner {
  margin-top: 30px;
  padding: 30px;
  border: 4px solid #0073E9;
  border-radius: 10px; }

@media screen and (max-width: 768px) {
  .section__inner .box__list__item__inner {
    padding: 15px 10px 15px; } }
.section__inner .box__list__item__text h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center; }

.section__inner .box__list__item__text h2 + p {
  margin-top: 10px; }

.section__inner .box__list__item__text p {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left; }

.flex {
  display: flex; }
  .flex__right {
    margin: 50px 0 0 35px; }
    .flex__right p {
      margin-top: 20px;
      display: block;
      font-size: 1.4rem !important;
      text-align: center; }
      .flex__right p span {
        display: block !important;
        font-size: 60% !important; }

@media screen and (max-width: 768px) {
  .flex {
    display: block; }
    .flex__right {
      max-width: 90%;
      margin: 30px 5%; } }
.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

/*# sourceMappingURL=style.css.map */
