@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Roboto:wght@500&display=swap');

@media screen and (min-width: 768px), print {
  [href*='tel:'] {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
  .container_inner * {
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  }
  .mv img {
    width: 100%;
  }

  .contact {
    position: relative;
    text-align: center;
    background: #39828a;
    padding: 85px 0 65px;
    overflow: hidden;
  }

  .contact::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(150px);
       -moz-transform: translateX(-50%) translateX(150px);
        -ms-transform: translateX(-50%) translateX(150px);
         -o-transform: translateX(-50%) translateX(150px);
            transform: translateX(-50%) translateX(150px);
    height: 100%;
    width: 970px;
    background: url(../images/contact_bg.jpg);
    background-size: cover;
  }

  .contact::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-550px) translateY(50px);
       -moz-transform: translateX(-50%) translateX(-550px) translateY(50px);
        -ms-transform: translateX(-50%) translateX(-550px) translateY(50px);
         -o-transform: translateX(-50%) translateX(-550px) translateY(50px);
            transform: translateX(-50%) translateX(-550px) translateY(50px);
    height: 403px;
    width: 261px;
    background: url(../images/racket.png) no-repeat;
    z-index: 2;
  }

  .contact * {
    position: relative;
    z-index: 1;
  }

  .contact__ttl {
    color: #ffffff;
    font-size: 36px;
  }

  .contact__txt {
    position: relative;
    color: #fff;
    line-height: 2;
    margin-top: 1rem;
    font-size: 18px;
  }

  .contact__txt::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%) translateY(-100px) translateX(-310px);
       -moz-transform: translateX(-50%) translateY(-100px) translateX(-310px);
        -ms-transform: translateX(-50%) translateY(-100px) translateX(-310px);
         -o-transform: translateX(-50%) translateY(-100px) translateX(-310px);
            transform: translateX(-50%) translateY(-100px) translateX(-310px);
    height: 130px;
    width: 130px;
    background: url(../images/contact_img.png) no-repeat;
  }

  .contact__cvArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }

  .contact__cvArea__tel span {
    display: block;
  }


  .contact__cvArea__tel a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 46px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
    color: #fff;
  }

  .contact__cvArea__tel span {
    text-align: left;
    display: flex;
    font-size: 16px;
  }

  .contact__cvArea__tel span small {
    font-size: 14px;
    border: 1px solid #fff;
    writing-mode: vertical-rl;
    text-align: center;
    margin-right: 15px;
  }

  .contact__cvArea__tel a img {
    margin-right: 1rem;
  }

  .contact__cvArea__tel * {
    color: #fff;
  }

  .contact__cvArea__reserve {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fdd800;
    padding: 15px 50px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    margin-left: 50px;
  }

  .contact__cvArea__reserve img {
    margin-right: 1.5rem;
  }

  .recommend {
    padding: 60px 0;
    background: #f2f7f4;
    text-align: center;
  }

  .recommend__ttl {
    text-align: center;
    font-size: 36px;
  }

  .recommend__ttl span {
    position: relative;
    text-shadow: 2px 1px white;
  }

  .recommend__ttl span::after {
    content: "";
    position: absolute;
    left: 0;
    -webkit-transform: translateX(-100%) translateX(-10px);
       -moz-transform: translateX(-100%) translateX(-10px);
        -ms-transform: translateX(-100%) translateX(-10px);
         -o-transform: translateX(-100%) translateX(-10px);
            transform: translateX(-100%) translateX(-10px);
    height: 50px;
    width: 43px;
    background: url(../images/recommend_ttlBg.png) no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  .recommend__ttl span::before {
    content: "";
    position: absolute;
    right: 0;
    -webkit-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
       -moz-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
        -ms-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
         -o-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
            transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
    height: 50px;
    width: 43px;
    background: url(../images/recommend_ttlBg.png) no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  .recommend__list {
    text-align: left;
    display: inline-block;
    min-width: 590px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .recommend__list li {
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 26px;
    color: #398d82;
    padding-left: 35px;
  }

  .recommend__list li::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 27px;
    width: 24px;
    background: url(../images/check.png) no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  .recommend__list li:nth-of-type(n + 2) {
    margin-top: 10px;
  }

  .recommend__com {
    position: relative;
    background: #fff;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.7;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .recommend__com::before {
    content: "";
    width: 65px;
    height: 65px;
    margin-right: 30px;
    background: url(../images/beginner.png) no-repeat center center;
    background-size: contain;
  }

  .senior {
    padding: 40px 0;
    text-align: center;
  }

  .senior__ttl {
    font-size: 36px;
  }

  .senior__ttl span {
    position: relative;
  }

  .senior__ttl span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%) translateX(-40px);
       -moz-transform: translateX(-100%) translateX(-40px);
        -ms-transform: translateX(-100%) translateX(-40px);
         -o-transform: translateX(-100%) translateX(-40px);
            transform: translateX(-100%) translateX(-40px);
    height: 50px;
    width: 43px;
    background: url(../images/recommend_ttlBg.png) no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  .senior__ttl span::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
       -moz-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
        -ms-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
         -o-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
            transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
    height: 50px;
    width: 43px;
    background: url(../images/recommend_ttlBg.png) no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  .senior__ttl small {
    font-size: 24px;
  }

  .senior__txt {
    font-size: 18px;
    text-align: center;
    color: #222222;
    font-weight: bold;
  }

  .point {
    position: relative;
    background: #35847a;
    padding: 60px 0;
  }

  .point::before {
    content: "";
    position: absolute;
    background: url(../images/tennis_ball.png);
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    height: 37px;
    width: 37px;
    top: 130px;
    left: 130px;
  }

  .point::after {
    content: "";
    position: absolute;
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    border: 3px solid #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;  
  }
  
  .point__inner {
    width: 1200px;
    padding: 0 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .point__ttl {
    font-size: 36px;
    text-align: center;
    line-height: 1.3;
    color: #fff;
  }

  .point__ttl span {
    position: relative;
  }

  .point__ttl span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%) translateX(-90px);
       -moz-transform: translateX(-100%) translateX(-90px);
        -ms-transform: translateX(-100%) translateX(-90px);
         -o-transform: translateX(-100%) translateX(-90px);
            transform: translateX(-100%) translateX(-90px);
    height: 50px;
    width: 43px;
    background: url(../images/point_ttlBg.png) no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  .point__ttl span::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
       -moz-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
        -ms-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
         -o-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
            transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
    height: 50px;
    width: 43px;
    background: url(../images/point_ttlBg.png) no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  .point__ttl span small {
    font-size: 24px;
  }

  .point__list {
    margin-top: 50px;
  }

  .point__img {
    width: 650px;
  }

  .point__ele {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .point__frame {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fff;
    width: 580px;
    padding: 30px 40px 40px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
  }

  .point__frame::after {
    content: "";
    position: absolute;
    width: 92px;
    height: 99px;
    right: 30px;
    top: -48px;
  }

  .point__ele:nth-of-type(1) .point__frame::after {
    background: url(../images/point_num01.png);
  }

  .point__ele:nth-of-type(2) .point__frame::after {
    background: url(../images/point_num02.png);
  }

  .point__ele:nth-of-type(3) .point__frame::after {
    background: url(../images/point_num03.png);
  }

  .point__frame h3 {
    font-size: 28px;
    line-height: 1.8;
  }

  .point__frame p {
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.8;
  }

  .point__ele:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .point__ele:nth-of-type(even) .point__frame {
    left: auto;
    right: 0;
  }

  .point__ele:nth-of-type(n + 2) {
    margin-top: 50px;
  }

  .campaign {
    background: url(../images/campaign_bg.png) no-repeat center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    padding: 60px 0;
    text-align: center;
  }

  .campaign__inner {
    width: 1200px;
    padding: 0 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .campaign__frame {
    background: #fff;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    padding: 40px;
    margin-top: 20px;
  }

  .benefits01 {
    width: 100%;
    background: #fff6c1;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 50px;
  }

  .benefits01__left {
    width: 140px;
    text-align: left;
  }

  .benefits01__right {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
    text-align: left;
  }

  .benefits01__ifame {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .benefits01__ifame::after {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    content: "OR";
    font-family: 'Noto Sans JP', sans-serif;
    font-style: italic;
    width: 70px;
    height: 70px;
    font-size: 31px;
    background: #39828a;
    -webkit-border-radius: 9999px;
       -moz-border-radius: 9999px;
            border-radius: 9999px;
    color: #fff;
  }
  
  .benefits01__ifame div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    border: 4px solid #39828a;
    font-size: 27px;
    padding: 10px 0 10px 30px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
    width: 370px;
    min-height: 190px;
  }

  .benefits01__ifame div * {
    font-family: 'Noto Sans JP', sans-serif;
  }

  .benefits01__ifame div .green {
    color: #39828a;
  }

  .benefits01__ifame div .red {
    color: #ff1515;
  }

  .benefits01__txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    margin-top: 20px;
    line-height: 2;
  }

  .benefits02__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 50px;
  }

  .benefits01__left {
    width: 140px;
    text-align: left;
  }

  .benefits01__right {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
  }

  .benefits02__wrap {
    padding: 40px 50px 20px;
  }

  .benefits02__txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
  }

  .benefits02__period {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }

  .benefits02__period p {
    width: 49%;
    border-radius: 9999px;
    border: 1px solid #39828a;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0;
  }

  .benefits02__period p:first-of-type {
    background: #39828a;
  }

  .benefits02__period p:last-of-type {
    color: #39828a;
  }

  .benefits02 .benefits01__right {
    width: 650px;
  }

  .coach {
    background: url(../images/coach_bg.png);
    padding: 70px 0;
  }

  .coach__inner {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
  }

  .coach__ttl {
    font-size: 36px;
    text-align: center;
    line-height: 1.3;
    color: #fff;
  }

  .coach__ttl span {
    position: relative;
  }

  .coach__ttl span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%) translateX(-50px);
       -moz-transform: translateX(-100%) translateX(-50px);
        -ms-transform: translateX(-100%) translateX(-50px);
         -o-transform: translateX(-100%) translateX(-50px);
            transform: translateX(-100%) translateX(-50px);
    height: 50px;
    width: 43px;
    background: url(../images/point_ttlBg.png) no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  .coach__ttl span::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(100%) translateX(20px) matrix(-1, 0, 0, 1, 0, 0);
       -moz-transform: translateX(100%) translateX(20px) matrix(-1, 0, 0, 1, 0, 0);
        -ms-transform: translateX(100%) translateX(20px) matrix(-1, 0, 0, 1, 0, 0);
         -o-transform: translateX(100%) translateX(20px) matrix(-1, 0, 0, 1, 0, 0);
            transform: translateX(100%) translateX(20px) matrix(-1, 0, 0, 1, 0, 0);
    height: 50px;
    width: 43px;
    background: url(../images/point_ttlBg.png) no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  .coach__ttl span small {
    font-size: 24px;
  }

  .coach__txt {
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
  }

  .coach__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 40px;
  }

  .coach__list li {
    position: relative;
    width: -webkit-calc(100% / 3 - 60px);
    width: -moz-calc(100% / 3 - 60px);
    width: calc(100% / 3 - 60px);
    margin: 0 30px;
  }

  .coach__img {
    position: relative;
  }

  .coach__list li .coach__img::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg) translateX(25%);
       -moz-transform: translateY(-50%) rotate(45deg) translateX(25%);
        -ms-transform: translateY(-50%) rotate(45deg) translateX(25%);
         -o-transform: translateY(-50%) rotate(45deg) translateX(25%);
            transform: translateY(-50%) rotate(45deg) translateX(25%);
    right: -30px;
    height: 15px;
    width: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .coach__list li:nth-of-type(3n) .coach__img::after {
    display: none;
  }

  .coach__list li:nth-of-type(n + 4) {
    margin-top: 25px;
  }

  .coach__txtWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5px;
  }

  .coach__txtWrap p {
    position: relative;
    top: 5px;
    color: #fff;
    margin-left: 10px;
    font-size: 18px;
  }

  .introduction {
    background: #f2f7f4;
    padding: 60px 0;
  }
  
  .introduction__inner {
    padding: 0 50px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .introduction__ttl {
    text-align: center;
    font-size: 36px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #39828a;
  }

  .introduction__txt {
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.8;
  }

  .introduction__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }

  .introduction__ele {
    width: 180px;
    text-align: center;
  }

  .introduction__ele h4 {
    margin-top: 20px;
    font-size: 18px;
  }

  .introduction__ele p {
    font-size: 13px;
    margin-top: 5px;
  }

  .prevention {
    border: 2px solid #398d82;
    text-align: center;
    padding: 40px;
    margin-bottom: 70px;
  }

  .prevention__ttl {
    font-size: 24px;
    color: #519198;
  }

  .prevention__txt {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.8;
  }

  .prevention__list {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
  }

  .prevention__list li {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f7f4;
    width: 130px;
    height: 130px;
    border-radius: 999rem;
  }

  .prevention__list li figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
  }

  .prevention__list li figure img {
    max-width: auto;
    max-height: 100%;
  }

  .prevention__list li p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #398d82;
    font-weight: bold;
    height: 36px;
    margin-top: .5rem;
  }

  .access {
    padding: 50px 0 70px;
  }

  .access__inner {
    width: 930px;
    margin-left: auto;
    margin-right: auto;
  }

  .access__ttl {
    text-align: center;
    font-size: 36px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #39828a;
  }

  .access__txt {
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.8;
  }

  .access__frame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }

  .access__adrs {
    line-height: 2;
  }

  .access__adrs p + p {
    margin-top: 15px;
  }

  .access__frame iframe {
    width: 500px;
  }
}

@media screen and (max-width: 767px), print {
  #container {
    overflow: hidden;
  }
  .pc {
    display: none !important;
  }
  .container_inner * {
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
  }
  .mv img {
    width: 100%;
  }

  .contact {
    position: relative;
    text-align: center;
    background: url(../images/campaign_bg_sp.jpg) no-repeat center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    padding: 20px 30px;
    overflow: hidden;
  }

  .contact * {
    position: relative;
    z-index: 1;
  }

  .contact__ttl {
    color: #ffffff;
    font-size: 24px;
  }

  .contact__txt {
    position: relative;
    color: #fff;
    line-height: 2;
    margin-top: 1rem;
    font-size: 14px;
    text-align: left;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact__txt::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%) translateY(-100px) translateX(-310px);
       -moz-transform: translateX(-50%) translateY(-100px) translateX(-310px);
        -ms-transform: translateX(-50%) translateY(-100px) translateX(-310px);
         -o-transform: translateX(-50%) translateY(-100px) translateX(-310px);
            transform: translateX(-50%) translateY(-100px) translateX(-310px);
    height: 130px;
    width: 130px;
    background: url(../images/contact_img.png) no-repeat;
  }

  .contact__cvArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 20px;
  }

  .contact__cvArea__tel {
    display: block;
    width: 260px;
    white-space: nowrap;
  }

  .contact__cvArea__tel span {
    display: block;
  }

  .contact__cvArea__tel a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid #fff;
    padding: 5px 0;
    margin-top: 10px;
    width: 100%;
    color: #fff;
  }

  .contact__cvArea__tel span {
    font-size: 12px;
    margin-top: 10px;
  }

  .contact__cvArea__tel span small {
    font-size: 16px;
  }

  .contact__cvArea__tel a img {
    margin-right: 1rem;
    width: 3rem;
  }

  .contact__cvArea__tel * {
    color: #fff;
  }

  .contact__cvArea__reserve {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fdd800;
    padding: 14px 20px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    width: 260px;
  }

  .contact__cvArea__reserve::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
         -o-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    height: 8px;
    width: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }

  .contact__cvArea__reserve img {
    margin-right: 1.5rem;
    width: 2.3rem;
  }

  .recommend {
    padding: 30px 10px;
    background: #f2f7f4;
    text-align: center;
  }

  .recommend__ttl {
    text-align: center;
    font-size: 20px;
  }

  .recommend__ttl span {
    position: relative;
    text-shadow: 2px 1px white;
  }

  .recommend__ttl span::after {
    content: "";
    position: absolute;
    left: 0;
    -webkit-transform: translateX(-100%) translateX(-10px);
       -moz-transform: translateX(-100%) translateX(-10px);
        -ms-transform: translateX(-100%) translateX(-10px);
         -o-transform: translateX(-100%) translateX(-10px);
            transform: translateX(-100%) translateX(-10px);
    height: 30px;
    width: 20px;
    background: url(../images/recommend_ttlBg.png) no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  .recommend__ttl span::before {
    content: "";
    position: absolute;
    right: 0;
    -webkit-transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
       -moz-transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
        -ms-transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
         -o-transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
            transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
    height: 30px;
    width: 20px;
    background: url(../images/recommend_ttlBg.png) no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  .recommend__list {
    text-align: left;
    margin-top: 20px;
    display: inline-block;
  }

  .recommend__list li {
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #398d82;
    padding-left: 25px;
  }

  .recommend__list li::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 17px;
    background: url(../images/check.png) no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  .recommend__list li:nth-of-type(n + 2) {
    margin-top: 10px;
  }

  .recommend__com {
    position: relative;
    background: #fff;
    margin-top: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    padding: 18px;
    font-size: 16px;
    line-height: 2;
  }

  .recommend__com::after {
    content: "";
    position: absolute;
    left: -10px;
    top: -15px;
    width: 45px;
    height: 45px;
    background: url(../images/beginner.png) no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  .senior {
    padding: 20px 10px;
    text-align: center;
  }

  .senior__ttl {
    font-size: 20px;
  }

  .senior__ttl span {
    position: relative;
  }

  .senior__ttl span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%) translateX(-10px);
       -moz-transform: translateX(-100%) translateX(-10px);
        -ms-transform: translateX(-100%) translateX(-10px);
         -o-transform: translateX(-100%) translateX(-10px);
            transform: translateX(-100%) translateX(-10px);
    height: 30px;
    width: 28px;
    background: url(../images/recommend_ttlBg.png) no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  .senior__ttl span::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(100%) translateX(0) matrix(-1, 0, 0, 1, 0, 0);
       -moz-transform: translateX(100%) translateX(0) matrix(-1, 0, 0, 1, 0, 0);
        -ms-transform: translateX(100%) translateX(0) matrix(-1, 0, 0, 1, 0, 0);
         -o-transform: translateX(100%) translateX(0) matrix(-1, 0, 0, 1, 0, 0);
            transform: translateX(100%) translateX(0) matrix(-1, 0, 0, 1, 0, 0);
    height: 30px;
    width: 28px;
    background: url(../images/recommend_ttlBg.png) no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  .senior__ttl small {
    font-size: 14px;
  }

  .senior__txt {
    font-size: 14px;
    text-align: center;
    color: #222222;
    font-weight: bold;
  }

  .point {
    position: relative;
    background: #35847a;
    padding: 20px 20px 40px;
  }

  .point::after {
    content: "";
    position: absolute;
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    border: 2px solid #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;  
  }
  
  .point__inner {
    margin-left: auto;
    margin-right: auto;
  }

  .point__ttl {
    font-size: 20px;
    text-align: center;
  }

  .point__ttl span {
    position: relative;
    color: #fff;
  }

  .point__ttl span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%) translateX(-45px);
       -moz-transform: translateX(-100%) translateX(-45px);
        -ms-transform: translateX(-100%) translateX(-45px);
         -o-transform: translateX(-100%) translateX(-45px);
            transform: translateX(-100%) translateX(-45px);
    height: 30px;
    width: 28px;
    background: url(../images/point_ttlBg.png) no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  .point__ttl span::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
       -moz-transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
        -ms-transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
         -o-transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
            transform: translateX(100%) translateX(5px) matrix(-1, 0, 0, 1, 0, 0);
    height: 30px;
    width: 28px;
    background: url(../images/point_ttlBg.png) no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  .point__ttl small {
    font-size: 14px;
  }

  .point__list {
    margin-top: 40px;
  }

  .point__frame {
    margin-top: -40px;
    position: relative;
    background: #fff;
    padding: 15px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .point__ele {
    position: relative;
  }

  .point__ele::after {
    content: "";
    position: absolute;
    width: 72px;
    height: 79px;
    right: 10px;
    top: -28px;
  }

  .point__ele:nth-of-type(1)::after {
    background: url(../images/point_num01.png) no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  .point__ele:nth-of-type(2)::after {
    background: url(../images/point_num02.png) no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  .point__ele:nth-of-type(3)::after {
    background: url(../images/point_num03.png) no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  .point__frame h3 {
    font-size: 16px;
    text-align: center;
  }

  .point__frame p {
    font-size: 14px;
    margin-top: 10px;
  }

  .point__ele:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .point__ele:nth-of-type(even) .point__frame {
    left: auto;
    right: 0;
  }

  .point__ele:nth-of-type(n + 2) {
    margin-top: 50px;
  }

  .campaign {
    background: url(../images/campaign_bg.png) no-repeat center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    padding: 20px 10px;
    text-align: center;
  }

  .campaign h2 {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .campaign__inner {
    margin-left: auto;
    margin-right: auto;
  }

  .campaign__frame {
    background: #fff;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    padding: 10px;
    margin-top: 20px;
  }

  .benefits01 {
    position: relative;
    width: 100%;
    background: #fff6c1;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    padding: 20px 10px;
  }

  .benefits01__left {
    text-align: left;
  }

  .benefits01__right {
    text-align: left;
  }

  .benefits01__ifame {
    position: relative;
  }

  .benefits01__ifame::after {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateY(16px);
       -moz-transform: translateX(-50%) translateY(-50%) translateY(16px);
        -ms-transform: translateX(-50%) translateY(-50%) translateY(16px);
         -o-transform: translateX(-50%) translateY(-50%) translateY(16px);
            transform: translateX(-50%) translateY(-50%) translateY(16px);
    content: "OR";
    font-family: 'Noto Sans JP', sans-serif;
    font-style: italic;
    width: 50px;
    height: 50px;
    font-size: 22px;
    background: #39828a;
    -webkit-border-radius: 9999px;
       -moz-border-radius: 9999px;
            border-radius: 9999px;
    color: #fff;
  }
  
  .benefits01__ifame div {
    text-align: center;
    background: #fff;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    border: 4px solid #39828a;
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 15px 0;
  }

  .benefits01__ifame div:nth-of-type(n + 2) {
    margin-top: 10px;
  }

  .benefits01__ifame div * {
    font-family: 'Noto Sans JP', sans-serif;
  }

  .benefits01__ifame div .green {
    color: #39828a;
  }

  .benefits01__ifame div .red {
    color: #ff1515;
  }

  .benefits01__txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.8;
  }
  
  .benefits02 {
    position: relative;
  }

  .benefits02__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 50px;
  }

  .benefits01__left {
    position: absolute;
    top: 10px;
    left: 0;
    width: 55px;
    text-align: left;
    z-index: 1;
  }

  .benefits02__wrap {
    padding: 15px 0px 20px 50px;
  }

  .benefits02__txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    text-align: left;
  }

  .benefits02__period {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
  }

  .benefits02__period p {
    border-radius: 5px;
    border: 1px solid #39828a;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0;
  }

  .benefits02__period p:first-of-type {
    background: #39828a;
  }

  .benefits02__period p:last-of-type {
    color: #39828a;
    margin-top: 1rem;
  }

  .coach {
    background: url(../images/coach_bg.png);
    padding: 30px 10px;
  }

  .coach__ttl {
    font-size: 20px;
    text-align: center;
  }

  .coach__ttl span {
    position: relative;
    color: #fff;
  }

  .coach__ttl span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%) translateX(-30px);
       -moz-transform: translateX(-100%) translateX(-30px);
        -ms-transform: translateX(-100%) translateX(-30px);
         -o-transform: translateX(-100%) translateX(-30px);
            transform: translateX(-100%) translateX(-30px);
    height: 30px;
    width: 28px;
    background: url(../images/point_ttlBg.png) no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  .coach__ttl span::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
       -moz-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
        -ms-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
         -o-transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
            transform: translateX(100%) translateX(10px) matrix(-1, 0, 0, 1, 0, 0);
    height: 30px;
    width: 28px;
    background: url(../images/point_ttlBg.png) no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }

  .coach__ttl small {
    font-size: 14px;
  }

  .coach__list {
    margin-top: 20px;
  }

  .coach__txt {
    text-align: left;
    margin-top: 25px;
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
  }

  .coach__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 40px;
  }

  .coach__list li {
    position: relative;
    width: -webkit-calc(100% / 2 - 15px);
    width: -moz-calc(100% / 2 - 15px);
    width: calc(100% / 2 - 15px);
  }

  .coach__img {
    position: relative;
  }

  .coach__list li .coach__img::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg) translateX(25%);
       -moz-transform: translateY(-50%) rotate(45deg) translateX(25%);
        -ms-transform: translateY(-50%) rotate(45deg) translateX(25%);
         -o-transform: translateY(-50%) rotate(45deg) translateX(25%);
            transform: translateY(-50%) rotate(45deg) translateX(25%);
    right: -16px;
    height: 10px;
    width: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .coach__list li:nth-of-type(even) .coach__img::after {
    display: none;
  }

  .coach__list li:nth-of-type(n + 3) {
    margin-top: 25px;
  }

  .coach__txtWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5px;
  }

  .coach__txtWrap figure {
    width: 40px;
  }

  .coach__txtWrap p {
    position: relative;
    top: 5px;
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }

  .introduction {
    background: #f2f7f4;
    padding: 30px 10px;
  }
  
  .introduction__inner {
    margin-left: auto;
    margin-right: auto;
  }

  .introduction__ttl {
    text-align: center;
    font-size: 22px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #39828a;
  }

  .introduction__txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  .introduction__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }

  .introduction__ele {
    width: 180px;
    text-align: center;
    margin: 0 10px;
  }

  .introduction__ele figure {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .introduction__list .slick-dots {
    bottom: -35px;
  }

  .introduction__list .slick-dots li {
    margin: 0;
  }

  .introduction__list .slick-dots li button:before {
    font-size: 40px;
  }

  .introduction__ele h4 {
    margin-top: 10px;
    font-size: 18px;
  }

  .introduction__ele p {
    font-size: 13px;
    margin-top: 5px;
  }

  .prevention {
    border: 2px solid #398d82;
    text-align: center;
    padding: 15px;
    margin-bottom: 40px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .prevention__ttl {
    font-size: 20px;
    color: #519198;
  }

  .prevention__txt {
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.8;
    text-align: left;
  }

  .prevention__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
  }

  .prevention__list li {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f7f4;
    width: 34vw;
    height: 34vw;
    border-radius: 9999px;
  }

  .prevention__list li:nth-of-type(odd) {
    margin-right: 3rem;
  }

  .prevention__list li:nth-of-type(n + 3) {
    margin-top: 3rem;
  }

  .prevention__list li figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
  }

  .prevention__list li figure img {
    max-width: auto;
    max-height: 100%;
  }

  .prevention__list li p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #398d82;
    font-weight: bold;
    height: 36px;
    margin-top: .5rem;
  }

  .access {
    padding: 30px 10px;
  }

  .access__ttl {
    text-align: center;
    font-size: 22px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #39828a;
  }

  .access__txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  .access__frame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 20px;
  }

  .access__adrs {
    line-height: 1.8;
    margin-top: 20px;
    font-size: 14px;
  }

  .access__adrs p + p {
    margin-top: 15px;
  }

  .access__frame iframe {
    height: 200px;
  }
}