@media screen and (min-width: 1216px) {
    /*画面幅が1281px以上の時*/
    *{
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }
  .pc { display: block !important; }
  .sp { display: none !important; }
  a {
    text-decoration: none;
  }
  a,a:hover,a:visited{
    color: inherit;
  }
  img{
      width: 100%;
      object-fit: contain;
  }

  /* ↓header↓ */
  header {
    width: 100%;
  }
  .header__inner {
    width: 100%;
    height: 80px;
    display: flex;
  }
  .header__inner--logo {
    width: 19%;
    padding-left: 55px;
    display: flex;
    align-items: center;
  }
  .header__inner--logo img {
    width: 100%;
  }
  .header__inner--rite {
    width: 81%;
    display: flex;
  }

  .header__inner--contact {
    width: 41%;
    display: flex;
    justify-content: end;
  }
  .contact__tel {
    width: 100%;
    padding: 0 10px;
    color: #192f60;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .contact__tel--top {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 23px;
    letter-spacing : 2px;
  }
  .contact__tel--top img {
    width: 18px;
    margin: 0 10px;
  }
  .contact__tel--bottom {
    font-size: 15px;
    margin-top: 3px;
    font-weight: bold;
  }
  .contact__tel--bottom__size {
    font-size: 13px;
  }
  .contact__mail {
    width: 51%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #20868a;
    text-align: center;
    color: #fff;
  }
  .contact__mail p {
    font-size: 14px;
  }
  .contact__mail img {
    width: 32px;
  }
  .fv {
    position: relative;
  }
  .fv__title {
    position: absolute;
    z-index: 9999;
    color: #192f60;
    font-weight: 900;
    top: 30%;
    left: 8%;
    font-family: "heisei-kaku-gothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .fv__title p {
    margin: 3px 0;
    font-family: "heisei-kaku-gothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .fv__title--top {
    background-color: #fff;
    font-size: 60px;
    letter-spacing: 17px;
    padding: 13px;
  }
  .fv__title--bottom {
    background-color: #fff;
    font-size: 60px;
    letter-spacing: 6.3px;
    padding: 13px;
  }
  .fv__title--txt {
    position: absolute;
    top: 109%;
    background-color: #fff;
    font-size: 19px;
    padding: 9px;
    letter-spacing: 1.8px;
  }
  .fv__title--txt--size {
    font-size: 23px;
  }
  .fv__inner--contact {
    width: 48%;
    display: flex;
    justify-content: end;
    position: absolute;
    top: 80%;
    left: 2%;
  }
  .fv__contact--tel {
    width: 258px;
    margin: 0 auto;
    padding: 2px 10px;
    color: #fff;
    background-color: #192f60;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .fv__contact--tel--top {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 23px;
    letter-spacing : 2px;
  }
  .fv__contact--tel--top img {
    width: 18px;
  }
  .fv__contact--tel--bottom {
    font-size: 15px;
    margin-top: 3px;
    font-weight: bold;
    letter-spacing : 2px;
  }
  .fv__contact--tel--bottom__size {
    font-size: 14px;
  }
  .fv__contact--mail {
    width: 258px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #20868A;
    text-align: center;
    color: #fff;
  }
  .fv__contact--mail:hover {
    background-color: #185a5d;
    color: #fff;
  }

  .fv__contact--mail p {
    font-size: 21px;
  }
  .fv__contact--mail img {
    width: 5.5px;
    margin: 0  0 1px 16px;
  }
  .fv__scroll--txtline {
    position: absolute;
    bottom: 52px;
    right: 25px;
  }
  /* ↑header↑ */
  /* ↓concept↓ */
  .consept {
    width: 100%;
    margin: 5% auto 0%;
  }
  .consept__group {
    display: flex;
    align-items: center;
  }
  .consept__box--title {
    width: 300px;
    display: flex;
    align-items: center;
    background-color: #fff;
    background-image: radial-gradient(#192f60 0.5px, #ffffff 0.5px);
    background-size: 10px 10px;
    color: #000;
    margin-left: 26%;
  }
  .consept__box--title h1 {
    font-size: 80px;
    font-weight: 900;
    opacity: 0.8;
    writing-mode: vertical-lr;
    -webkit-text-stroke: 8px #eff1f4;
    color: #eff1f4;
    padding-bottom: 19%;
    padding-top: 15px;
    letter-spacing: 25px;
  }
  .consept__box--rite {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .consept__box--img-txt {
    display: flex;
    align-items: center;
  }
  .consept__box--img {
    width: 45%;
  }
  .consept__box--txt {
    width: 48%;
  }
  .consept__box--top-bottom {
    text-align: end;
  }
  .consept__box--top-bottom p {
    margin: 45px 0;
  }
  .consept__box--txt-top {
    background-color: #192f60;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    padding: 18px;
    letter-spacing: 4px;
  }
  .consept__box--txt-bottom {
    background-color: #192f60;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    padding: 18px;
    letter-spacing: 4px;
  }
  .consept__box--price {
    width: 100%;
    color: #192f60;
    margin: 10px 0;
    font-size: 21px;
    display: flex;
    justify-content: end;
    letter-spacing: 2px;
  }
  .consept__box--txt-size {
    font-size: 59px;
  }
  .consept__box--subtxt {
    width: 90%;
    font-size: 15px;
    margin: 30px 0 50px 0;
  }
  .consept__btn a {
    width: 270px;
    height: 50px;
    font-size: 14px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #192f60;
    border: #192f60 1px solid;
    transition: 0.3s ease-in-out;
    font-weight: 500;
  }
  .consept__btn a:after{
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    font-weight: 900;
    transform: translateY(-50%);
    color: #192f60;
  }
  .consept__btn a:hover {
    width: 270px;
    height: 50px;
    background-color: #192f60;
    text-align: center;
    border: #192f60 1px solid;
    color: #fff;
  }
  .fa-play {
  margin: 0 0 0 10px;
  }
  /* ↑concept↑ */

  /* ↓service↓ */
  .service {
    width: 85%;
    margin: 15% auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .service__box {
    width: 100%;
    display: flex;
  }
  .service__box--right {
    display: flex;
    align-items: center;
  }
  .service__box--title {
    width: 360px;
    display: flex;
    align-items: center;
    background-color: #fff;
    background-image: radial-gradient(#192f60 0.5px, #ffffff 0.5px);
    background-size: 10px 10px;
    color: #000;
    position: absolute;
    right: 105px;
    z-index: -1;
    padding-top: 15px;
  }
  .service__box--title h1 {
    font-size: 80px;
    font-weight: 900;
    opacity: 0.8;
    writing-mode: vertical-lr;
    -webkit-text-stroke: 8px #eff1f4;
    color: #eff1f4;
    letter-spacing: 25px;
    padding-left: 73%;
  }
  .service__box--left-title {
    width: 40%;
  }
  .card {
    width: 300px;
    position: relative;
  }
  .card__img {
    position: relative;
  }
  .card img {
    width: 100%;
  }
  .card__title{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 15%;
  }
  .card__subtitle {
    width: 100%;
    position: absolute;
    bottom: -10%;
  }
  .card h2 {
    background-color: #ffffff;
    color: #192f60;
    font-weight: bold;
    position: absolute;
    top: 33%;
    left: 5%;
    font-size: 20px;
    font-weight: bold;
    padding: 2% 5%;
    margin: 0;
  }
  .card__subtitle h3 {
    position: absolute;
    top: 44%;
    left: 10%;
    font-size: 11px;
    color: #192f60;
    margin: 0;
    padding: 0;
  }
  .card p {
    font-size: 14px;
    line-height: 1.5rem;
    margin-top: 18px;
  }
  .service__box--left h1 {
    background-color: #192f60;
    font-size: 28px;
    color: #fff;
    font-family: "heisei-kaku-gothic-std", sans-serif;
    font-style: normal;
    font-weight: 700;
    padding: 10px;
    letter-spacing: 2px;
    text-align: center;
  }
  .service__box--left-txt {
    width: 81%;
    margin: 3% 0;
  }
  .service-card {
    width: 100%;
    margin: 0 auto;
  }
  .service__box--card {
    display: flex;
  }
  .card {
    margin: 0 1.5%;
  }
  .service__box--left p {
    font-size: 14px;
    font-family: "heisei-kaku-gothic-std", sans-serif;
    font-style: normal;
    font-weight: 500;
  }
  /* ↑service↑ */
  /* ↓cta↓ */
  .cta {
    width: 100%;
    position: relative;
    background-image: url("../img/cta-bg.png");
    background-size: cover;
  }
  .cta img {
    width: 15%;
    margin: 0 auto;
  }
  .cta__txt {
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 5%;
  }
  /* ↑cta↑ */
  /* ↓footer↓ */
  footer{
    width: 100%;
    margin: 0 auto;
    background-color: #192f60;
    text-align: center;
  }
  footer img {
    width: 9%;
    margin: 22px auto;
  }
  footer p {
    color: #fff;
    font-size: 15px;
  }
  .copyright__txt {
    font-size: 12px;
    color: #AEB6C7;
    margin-top: 30px;
  }
  /* ↑footer↑ */
}