@charset "UTF-8";
.fixedBox {
  position: fixed;
  z-index: 99;
  bottom: 30px;
  right: 30px;
  display: none;
  opacity: 0; }
  .fixedBox__wrapper {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 9px rgba(4, 0, 0, 0.35);
    width: 325px;
    padding: 15px 0 13px;
    position: relative; }
  .fixedBox__close {
    position: absolute;
    top: 10px;
    right: 8px;
    display: inline-block;
    background-color: #0075B8;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer; }
    .fixedBox__close::before, .fixedBox__close::after {
      position: absolute;
      content: "";
      display: inline-block;
      width: 12px;
      height: 2px;
      background-color: #fff;
      border-radius: 5px;
      top: 50%;
      left: 50%; }
    .fixedBox__close::before {
      transform: translate(-50%, -50%) rotate(45deg); }
    .fixedBox__close::after {
      transform: translate(-50%, -50%) rotate(-45deg); }
  .fixedBox__text {
    text-align: center;
    color: #0075B8; }
    .fixedBox__text .fixedBox_heading {
      font-size: 18px;
      font-weight: 600;
      font-family: "DIN Next W01", "FP-こぶりなゴシック StdN W6", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      line-height: 1.7;
      margin: 2px 0; }
    .fixedBox__text .fixedBox_sub {
      line-height: 1.5;
      font-size: 14px;
      width: 80%;
      margin: 0 auto 5px; }
  .fixedBox__call {
    background-color: #0075B8;
    border-radius: 5px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 254px;
    max-width: calc(100% - 20px);
    height: 50px;
    margin: 0 auto 10px;
    padding: 0 10px 0 40px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .fixedBox__call {
        width: 238px;
        padding: 0 0 0 50px; } }
    .fixedBox__call address {
      font-size: 22px;
      font-style: normal;
      padding-top: 5px; }
      @media screen and (max-width: 767px) {
        .fixedBox__call address {
          font-size: 18px; } }
      .fixedBox__call address img {
        position: absolute;
        width: 25px;
        left: 4%;
        top: 50%;
        transform: translateY(-50%); }
    .fixedBox__call p {
      font-size: 11px;
      line-height: 1.6;
      letter-spacing: -0.02px;
      margin: 0;
      padding-top: 4px; }
    .fixedBox__call a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .fixedBox__contact {
    width: 304px;
    max-width: calc(100% - 20px);
    height: 50px;
    margin: 0 auto;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 767px) {
      .fixedBox__contact {
        width: 288px;
        max-width: 100%; } }
    .fixedBox__contact a {
      background-color: #666666;
      border-radius: 5px;
      color: #fff;
      display: inline-block;
      line-height: 53px;
      text-decoration: none;
      width: 100%;
      height: 100%; }
      .fixedBox__contact a img {
        position: absolute;
        width: 25px;
        left: 4%;
        top: 50%;
        transform: translateY(-50%); }
  .fixedBox__link {
    width: 304px;
    max-width: calc(100% - 20px);
    height: 50px;
    border-radius: 5px;
    padding: 0 .6px;
    margin: 10px auto;
    text-align: center;
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #0075B8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    box-sizing: border-box;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .fixedBox__link {
        width: 288px;
        max-width: 100%; } }
  .fixedBox__covid {
    padding-left: 16px;
    padding-right: 16px;
    line-height: 1.5; }
    @media screen and (max-width: 1000px) {
      .fixedBox__covid {
        text-align: center; } }

#simple-sticky-footer-container {
  display: none; }

.p-page-header_freetrial {
  max-width: 100%;
  background-image: url("../images/freetrial/mv.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .p-page-header_freetrial {
      background-image: url("../images/freetrial/mv_sp.jpg"); } }

.p-page-header_plans {
  max-width: 100%;
  background-image: url("../images/plans-mv.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .p-page-header_plans {
      background-image: url("../images/plans-mvsp.png"); } }

.p-page-header__container_freetrial {
  max-width: 100%; }

.p-page-header__container_plans {
  max-width: 100%; }

.p-page-header__title_freetrial {
  color: white;
  padding-left: 110px;
  text-shadow: none; }
  @media screen and (max-width: 767px) {
    .p-page-header__title_freetrial {
      padding-left: 40px; } }
/*
.p-page-header__title_plans {
  padding-left: 110px !important; }
  @media screen and (max-width: 767px) {
    .p-page-header__title_plans {
      padding-left: 40px !important; } }
*/
.p-page-header__title_about-company {
  color: white;
  padding-left: 110px !important;
  text-shadow: none !important; }
  @media screen and (max-width: 767px) {
    .p-page-header__title_about-company {
      padding-left: 40px !important; } }

.p-page-header__en_freetrial {
  color: white;
  padding-left: 110px;
  text-shadow: none; }
  @media screen and (max-width: 767px) {
    .p-page-header__en_freetrial {
      padding-left: 40px; } }
/*
.p-page-header__en_plans {
  padding-left: 110px !important; }
  @media screen and (max-width: 767px) {
    .p-page-header__en_plans {
      padding-left: 40px !important; } }
*/
.p-page-header__en_about-company {
  color: white;
  padding-left: 110px !important;
  text-shadow: none !important; }
  @media screen and (max-width: 767px) {
    .p-page-header__en_about-company {
      padding-left: 40px !important; } }

.p-page-header_about-company {
  background-image: url("../images/whill-about-bg.jpg");
  background-repeat: no-repeat;
  /*@media screen and (min-width:768px) and (max-width:1199px){
			background-size: cover;
			background-position: 100% 40%;
		}*/ }
  @media screen and (max-width: 1739px) {
    .p-page-header_about-company {
      background-size: cover;
      background-position: 100% 40%; } }
  @media screen and (min-width: 1740px) {
    .p-page-header_about-company {
      background-size: contain;
      background-position: 0 40%; } }
  @media screen and (min-width: 768px) {
    .p-page-header_about-company {
      margin: 0 calc(50% - 50vw) !important;
      width: 100vw !important; } }

.p-page-content_freetrial {
  width: 961px;
  max-width: 100%;
  margin: 30px auto 60px; }
  @media screen and (max-width: 1000px) {
    .p-page-content_freetrial {
      max-width: calc(100% - 50px); } }

.l-container_freetrial {
  padding: 0; }

.trialContact__lead {
  color: #0075B8;
  font-size: 24px;
  text-align: center;
  margin: 90px 0 50px; }
  @media screen and (max-width: 767px) {
    .trialContact__lead {
      font-size: 20px;
      margin: 55px 0 15px; } }
  @media screen and (max-width: 767px) {
    .trialContact__lead--second {
      margin: 50px 0 -10px; } }
  @media screen and (max-width: 767px) {
    .trialContact__lead--last {
      margin: 135px 0 -10px; } }

.trialContact__model {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .trialContact__model .wpcf7-list-item {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    margin: 0; }
    @media screen and (max-width: 1000px) {
      .trialContact__model .wpcf7-list-item {
        -ms-flex-preferred-size: 31%;
            flex-basis: 31%; } }
    .trialContact__model .wpcf7-list-item .wpcf7-list-item-label {
      display: inline-block;
      cursor: pointer;
      border-radius: 10px;
      font-size: 0;
      width: 100%;
      height: auto;
      padding-top: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: relative; }
      @media screen and (max-width: 767px) {
        .trialContact__model .wpcf7-list-item .wpcf7-list-item-label {
          padding-top: calc(216 / 173 * 100%); } }
    .trialContact__model .wpcf7-list-item input {
      display: none; }
      .trialContact__model .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 117, 184, 0.3);
        border-radius: 10px;
        top: 0;
        left: 0; }
  .trialContact__model .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label {
    background-image: url("../images/freetrial/model_c.png"); }
    @media screen and (max-width: 767px) {
      .trialContact__model .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label {
        background-image: url("../images/freetrial/model_c_sp.png"); } }
  .trialContact__model .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label {
    background-image: url("../images/freetrial/model_a.png"); }
    @media screen and (max-width: 767px) {
      .trialContact__model .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label {
        background-image: url("../images/freetrial/model_a_sp.png"); } }
  .trialContact__model .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label {
    background-image: url("../images/freetrial/model_a_and_c.png"); }
    @media screen and (max-width: 767px) {
      .trialContact__model .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label {
        background-image: url("../images/freetrial/model_a_and_c_sp.png"); } }

.trialContact__day {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .trialContact__day .wpcf7-list-item {
    -ms-flex-preferred-size: 465px;
        flex-basis: 465px;
    margin: 0;
    position: relative; }
    @media screen and (max-width: 1000px) {
      .trialContact__day .wpcf7-list-item {
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%; } }
    .trialContact__day .wpcf7-list-item .wpcf7-list-item-label {
      display: inline-block;
      cursor: pointer;
      background-color: #fff;
      border-radius: 5px;
      font-size: 0;
      width: 100%;
      height: 94px;
      text-align: center;
      position: relative; }
      @media screen and (max-width: 767px) {
        .trialContact__day .wpcf7-list-item .wpcf7-list-item-label {
          height: 115px; } }
      .trialContact__day .wpcf7-list-item .wpcf7-list-item-label::before {
        position: absolute;
        font-size: 36px;
        color: #A1A1A1;
        width: 100%;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -55%); }
        @media screen and (max-width: 767px) {
          .trialContact__day .wpcf7-list-item .wpcf7-list-item-label::before {
            font-size: 24px; } }
    .trialContact__day .wpcf7-list-item input {
      display: none; }
      .trialContact__day .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 117, 184, 0.3);
        border-radius: 5px;
        top: 0;
        left: 0; }
    .trialContact__day .wpcf7-list-item:first-child::after {
      position: absolute;
      content: "※1時間程度の試乗体験";
      color: #666666;
      font-size: 16px;
      left: 0;
      top: 110%; }
      @media screen and (max-width: 767px) {
        .trialContact__day .wpcf7-list-item:first-child::after {
          font-size: 12px;
          line-height: 1.3;
          padding-left: 12px;
          text-indent: -12px; } }
    .trialContact__day .wpcf7-list-item:first-child .wpcf7-list-item-label::before {
      content: "1日"; }
    .trialContact__day .wpcf7-list-item:last-child::after {
      position: absolute;
      content: "※地域により対応できない場合がございます";
      color: #666666;
      font-size: 16px;
      left: 0;
      top: 110%; }
      @media screen and (max-width: 767px) {
        .trialContact__day .wpcf7-list-item:last-child::after {
          content: "※地域により対応できない場合がございます";
          font-size: 12px;
          line-height: 1.3;
          padding-left: 12px;
          text-indent: -12px; } }
    .trialContact__day .wpcf7-list-item:last-child .wpcf7-list-item-label::before {
      content: "1週間"; }

.trialContact__use {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .trialContact__use .wpcf7-list-item {
    -ms-flex-preferred-size: 465px;
        flex-basis: 465px;
    margin: 0; }
    @media screen and (max-width: 1000px) {
      .trialContact__use .wpcf7-list-item {
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%; } }
    .trialContact__use .wpcf7-list-item .wpcf7-list-item-label {
      display: inline-block;
      cursor: pointer;
      background-color: #fff;
      border-radius: 5px;
      font-size: 0;
      width: 100%;
      height: 94px;
      text-align: center;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      position: relative; }
      @media screen and (max-width: 767px) {
        .trialContact__use .wpcf7-list-item .wpcf7-list-item-label {
          height: 115px; } }
      .trialContact__use .wpcf7-list-item .wpcf7-list-item-label::before {
        position: absolute;
        font-size: 25px;
        color: #A1A1A1;
        width: 100%;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -55%); }
        @media screen and (max-width: 767px) {
          .trialContact__use .wpcf7-list-item .wpcf7-list-item-label::before {
            font-size: 18px; } }
    .trialContact__use .wpcf7-list-item input {
      display: none; }
      .trialContact__use .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 117, 184, 0.3);
        border-radius: 5px;
        top: 0;
        left: 0; }
    .trialContact__use .wpcf7-list-item:first-child .wpcf7-list-item-label {
      background-image: url("../images/freetrial/freetrial-use1.png"); }
      @media screen and (max-width: 767px) {
        .trialContact__use .wpcf7-list-item:first-child .wpcf7-list-item-label {
          background-image: url("../images/freetrial/freetrial-usesp1.png"); } }
    .trialContact__use .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label {
      background-image: url("../images/freetrial/freetrial-use2.png"); }
      @media screen and (max-width: 767px) {
        .trialContact__use .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label {
          background-image: url("../images/freetrial/freetrial-usesp2.png"); } }
    .trialContact__use .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label {
      background-image: url("../images/freetrial/freetrial-use3.png"); }
      @media screen and (max-width: 767px) {
        .trialContact__use .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label {
          background-image: url("../images/freetrial/freetrial-usesp3.png"); } }
    .trialContact__use .wpcf7-list-item:last-child .wpcf7-list-item-label {
      background-image: url("../images/freetrial/freetrial-use4.png"); }
      @media screen and (max-width: 767px) {
        .trialContact__use .wpcf7-list-item:last-child .wpcf7-list-item-label {
          background-image: url("../images/freetrial/freetrial-usesp4.png"); } }

.trialContact__plan {
  margin-top: 40px;
  text-align: right; }
  .trialContact__plan a {
    display: inline-block;
    width: 490px;
    max-width: 100%; }
    .trialContact__plan a:hover {
      text-decoration: none;
      opacity: 0.8; }
    .trialContact__plan a img {
      width: 100%; }

.trialContact__menus {
  margin-top: 65px; }
  .trialContact__menus .c-grid__u_1of1 input::-moz-placeholder {
    position: relative;
    top: 0.1em; }
  .trialContact__menus .c-grid__u_1of1 input:-ms-input-placeholder {
    position: relative;
    top: 0.1em; }
  .trialContact__menus .c-grid__u_1of1 input::placeholder {
    position: relative;
    top: 0.1em; }
  .trialContact__menus .c-grid__u_1of1 textarea {
    height: 210px;
    padding: 12px; }
  @media screen and (max-width: 767px) {
    .trialContact__menus .c-grid__u_1of1 input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):not([type="button"]):not([type="submit"]), .trialContact__menus .c-grid__u_1of1 input select {
      height: 72px;
      margin-top: 20px;
      font-size: 15px;
      padding-right: 8px; }
      .trialContact__menus .c-grid__u_1of1 input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):not([type="button"]):not([type="submit"])::-moz-placeholder, .trialContact__menus .c-grid__u_1of1 input select::-moz-placeholder {
        font-size: 15px; }
      .trialContact__menus .c-grid__u_1of1 input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):not([type="button"]):not([type="submit"]):-ms-input-placeholder, .trialContact__menus .c-grid__u_1of1 input select:-ms-input-placeholder {
        font-size: 15px; }
      .trialContact__menus .c-grid__u_1of1 input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):not([type="button"]):not([type="submit"])::placeholder, .trialContact__menus .c-grid__u_1of1 input select::placeholder {
        font-size: 15px; }
    .trialContact__menus .c-grid__u_1of1 textarea {
      height: 250px;
      margin-top: 20px;
      font-size: 22px; }
      .trialContact__menus .c-grid__u_1of1 textarea::-moz-placeholder {
        font-size: 22px; }
      .trialContact__menus .c-grid__u_1of1 textarea:-ms-input-placeholder {
        font-size: 22px; }
      .trialContact__menus .c-grid__u_1of1 textarea::placeholder {
        font-size: 22px; } }
  .trialContact__menus .c-grid__u_1of2 input::-moz-placeholder {
    position: relative;
    top: 0.1em; }
  .trialContact__menus .c-grid__u_1of2 input:-ms-input-placeholder {
    position: relative;
    top: 0.1em; }
  .trialContact__menus .c-grid__u_1of2 input::placeholder {
    position: relative;
    top: 0.1em; }
  @media screen and (max-width: 767px) {
    .trialContact__menus .c-grid__u_1of2 {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .trialContact__menus .c-grid__u_1of2 input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):not([type="button"]):not([type="submit"]), .trialContact__menus .c-grid__u_1of2 input select {
        height: 72px;
        margin-top: 20px;
        font-size: 22px; }
        .trialContact__menus .c-grid__u_1of2 input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):not([type="button"]):not([type="submit"])::-moz-placeholder, .trialContact__menus .c-grid__u_1of2 input select::-moz-placeholder {
          font-size: 22px; }
        .trialContact__menus .c-grid__u_1of2 input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):not([type="button"]):not([type="submit"]):-ms-input-placeholder, .trialContact__menus .c-grid__u_1of2 input select:-ms-input-placeholder {
          font-size: 22px; }
        .trialContact__menus .c-grid__u_1of2 input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):not([type="button"]):not([type="submit"])::placeholder, .trialContact__menus .c-grid__u_1of2 input select::placeholder {
          font-size: 22px; } }

@media screen and (max-width: 767px) {
  .trialContact__info {
    font-size: 12px; }
    .trialContact__info b {
      font-size: 14px; } }

.trialContact__accept .wpcf7-list-item {
  margin: 0 10px 0; }

.trialContact__submit {
  width: 430px;
  max-width: 100%;
  min-width: 0;
  margin: 15px auto; }
  @media screen and (max-width: 767px) {
    .trialContact__submit {
      width: 100%; } }
  .trialContact__submit input {
    height: 88px;
    font-size: 20px;
    letter-spacing: 0.5rem; }

.diagnosis__heading {
  text-align: center; }
  .diagnosis__heading h2 {
    color: #0075b8;
    font-size: 30px;
    margin-top: 64px;
    line-height: 1; }
  .diagnosis__heading p {
    font-size: 16px;
    margin-top: 27px;
    margin-bottom: 70px; }

.diagnosis__question {
  background-color: #666666;
  padding-top: 115px; }
  .diagnosis__question--box {
    background-color: #e5e5e5;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0 50px; }
    @media screen and (max-width: 1000px) {
      .diagnosis__question--box {
        width: calc(100% - 50px);
        padding: 15px 0 30px; } }
  .diagnosis__question--note {
    text-align: center;
    padding: 30px 0 60px;
    max-width: calc(100% - 50px);
    margin: 0 auto; }
    .diagnosis__question--note p {
      color: #fff;
      font-size: 14px;
      line-height: 1.7; }
      @media screen and (max-width: 767px) {
        .diagnosis__question--note p {
          font-size: 12px;
          text-align: left; } }
  .diagnosis__question #yesno_wrap dl.yesno_q {
    border: none; }
    .diagnosis__question #yesno_wrap dl.yesno_q dt {
      padding: 0; }
      @media screen and (max-width: 1000px) {
        .diagnosis__question #yesno_wrap dl.yesno_q dt {
          line-height: 1;
          margin: 0; } }
      .diagnosis__question #yesno_wrap dl.yesno_q dt span {
        background: none;
        color: #666666;
        font-size: 30px;
        font-weight: normal;
        padding: 0; }
        @media screen and (max-width: 767px) {
          .diagnosis__question #yesno_wrap dl.yesno_q dt span {
            font-size: 20px; } }
    .diagnosis__question #yesno_wrap dl.yesno_q dd {
      font-size: 30px;
      font-weight: bold;
      font-family: "DIN Next W01", "FP-こぶりなゴシック StdN W6", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      margin-left: 0;
      padding: 0 !important; }
      @media screen and (max-width: 1000px) {
        .diagnosis__question #yesno_wrap dl.yesno_q dd {
          line-height: 1;
          margin: 0; } }
      @media screen and (max-width: 767px) {
        .diagnosis__question #yesno_wrap dl.yesno_q dd {
          font-size: 20px; } }
      @media screen and (max-width: 400px) {
        .diagnosis__question #yesno_wrap dl.yesno_q dd {
          text-align: left; } }
  .diagnosis__question #yesno_wrap ul#choices li {
    text-align: center; }
    .diagnosis__question #yesno_wrap ul#choices li button {
      background: #666666;
      width: 381px;
      padding: 13px 0 7px;
      margin-bottom: 13px;
      border-radius: 5px;
      font-size: 18px; }
      .diagnosis__question #yesno_wrap ul#choices li button:hover {
        background: rgba(0, 0, 0, 0.8); }
      @media screen and (max-width: 1000px) {
        .diagnosis__question #yesno_wrap ul#choices li button {
          width: calc(100% - 30px); } }
      @media screen and (max-width: 767px) {
        .diagnosis__question #yesno_wrap ul#choices li button {
          font-size: 14px; } }

.diagnosis__differ {
  text-align: center;
  margin-top: 90px; }
  .diagnosis__differ a {
    display: inline-block;
    width: 580px;
    max-width: calc(100% - 50px);
    padding: 30px 0 25px;
    color: #fff;
    background-color: #0075b8;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 20px;
    text-decoration: none; }
    @media screen and (max-width: 1000px) {
      .diagnosis__differ a {
        width: 420px;
        font-size: 14px;
        padding: 23px 0 19px; } }
    .diagnosis__differ a:hover {
      text-decoration: none;
      opacity: 0.8; }

.diagnosis__contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 25px auto 100px;
  width: 870px;
  max-width: calc(100% - 50px); }
  @media screen and (max-width: 1000px) {
    .diagnosis__contact {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; } }
  .diagnosis__contact--ask {
    width: 420px;
    max-width: 100%; }
    @media screen and (max-width: 1000px) {
      .diagnosis__contact--ask {
        margin-bottom: 20px; } }
    .diagnosis__contact--ask a {
      box-sizing: border-box;
      display: block;
      background-color: #0075b8;
      border-radius: 10px;
      color: #fff;
      font-size: 20px;
      padding: 30px 0 25px 50px;
      text-align: center;
      text-decoration: none;
      position: relative; }
      @media screen and (max-width: 767px) {
        .diagnosis__contact--ask a {
          font-size: 14px;
          padding: 24px 0 18px 50px; } }
      .diagnosis__contact--ask a:hover {
        text-decoration: none;
        opacity: 0.8; }
      .diagnosis__contact--ask a img {
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        width: 50px; }
        @media screen and (max-width: 767px) {
          .diagnosis__contact--ask a img {
            width: 35px;
            left: 10px; } }
  .diagnosis__contact--call {
    width: 420px;
    max-width: 100%; }
    .diagnosis__contact--call a {
      box-sizing: border-box;
      display: block;
      background-color: #0075b8;
      border-radius: 10px;
      color: #fff;
      font-size: 20px;
      line-height: 1;
      padding: 19px 0 14px 100px;
      text-align: left;
      text-decoration: none;
      vertical-align: middle;
      position: relative; }
      @media screen and (max-width: 767px) {
        .diagnosis__contact--call a {
          font-size: 14px;
          padding: 18px 0 13px 50px;
          text-align: center; } }
      .diagnosis__contact--call a:hover {
        text-decoration: none;
        opacity: 0.8; }
      .diagnosis__contact--call a > img {
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        width: 50px; }
        @media screen and (max-width: 767px) {
          .diagnosis__contact--call a > img {
            width: 35px;
            left: 10px; } }
      .diagnosis__contact--call a p {
        font-size: 38px;
        margin: 0; }
        @media screen and (max-width: 767px) {
          .diagnosis__contact--call a p {
            font-size: 22px; } }
        @media screen and (max-width: 767px) {
          .diagnosis__contact--call a p img {
            width: 30px; } }
      .diagnosis__contact--call a span {
        font-size: 13px; }
        @media screen and (max-width: 767px) {
          .diagnosis__contact--call a span {
            font-size: 10px; } }

.planTable__heading {
  text-align: center; }
  .planTable__heading h2 {
    color: #0075b8;
    font-size: 30px;
    margin: 90px 0 50px; }
    @media screen and (max-width: 1000px) {
      .planTable__heading h2 {
        margin: 50px 0 30px; } }
  .planTable__heading--sp {
    text-align: center; }
    .planTable__heading--sp h3 {
      font-size: 24px;
      font-weight: bold;
      font-family: "DIN Next W01", "FP-こぶりなゴシック StdN W6", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      margin-top: 50px; }

.planTable__table {
  width: 960px;
  max-width: calc(100% - 50px);
  margin: 0 auto 20px; }
  .planTable__table--plans {
    max-width: 100%; }
  .planTable__table table {
    border-collapse: collapse; }
  .planTable__table th, .planTable__table td {
    border: solid 2px #e5e5e5;
    line-height: 1.2;
    padding: 13px 10px 7px 10px;
    display: table-cell;
    text-align: start; }
  .planTable__table .tr--1 {
    height: 40px; }
    .planTable__table .tr--1 th {
      text-align: center;
      color: #fff;
      font-size: 13px; }
    .planTable__table .tr--1 .th--1 {
      background-color: #e5e5e5; }
    .planTable__table .tr--1 .th--2 {
      background-color: #0075c1; }
    .planTable__table .tr--1 .th--3 {
      background-color: #4d9ed4; }
    .planTable__table .tr--1 .th--4 {
      background-color: #666666; }
    .planTable__table .tr--1 .th--5 {
      background-color: #7d7d7d; }
  .planTable__table .tr--2 td:not(:first-child) {
    font-size: 18px;
    vertical-align: top; }
  .planTable__table .tr--2 td span {
    font-size: 12px; }
  .planTable__table .tr--3 td:not(:first-child) {
    font-size: 18px;
    vertical-align: top; }
  .planTable__table .tr--3 td span {
    font-size: 12px; }
  .planTable__table .tr--4 .td--2, .planTable__table .tr--4 .td--4, .planTable__table .tr--5 .td--2, .planTable__table .tr--5 .td--4, .planTable__table .tr--6 .td--2, .planTable__table .tr--6 .td--4, .planTable__table .tr--7 .td--2, .planTable__table .tr--7 .td--4 {
    text-align: center; }
  .planTable__table .tr--4 .td--3, .planTable__table .tr--4 .td--5, .planTable__table .tr--5 .td--3, .planTable__table .tr--5 .td--5, .planTable__table .tr--6 .td--3, .planTable__table .tr--6 .td--5, .planTable__table .tr--7 .td--3, .planTable__table .tr--7 .td--5 {
    font-size: 13px;
    vertical-align: top;
    line-height: 1.7; }
    .planTable__table .tr--4 .td--3 span, .planTable__table .tr--4 .td--5 span, .planTable__table .tr--5 .td--3 span, .planTable__table .tr--5 .td--5 span, .planTable__table .tr--6 .td--3 span, .planTable__table .tr--6 .td--5 span, .planTable__table .tr--7 .td--3 span, .planTable__table .tr--7 .td--5 span {
      font-weight: bold;
      font-family: "DIN Next W01", "FP-こぶりなゴシック StdN W6", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;}
  .planTable__table .tr--7 .td--5 a {
    background-color: #0075b8;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 190px;
    height: 42px;
    line-height: 46px;
    border-radius: 5px;
    margin: 10px auto 15px; }
    .planTable__table .tr--7 .td--5 a:hover {
      opacity: 0.8; }
    @media screen and (max-width: 767px) {
      .planTable__table .tr--7 .td--5 a {
        width: 100%;
        font-size: 11px; } }
  .planTable__table .td--1 {
    background-color: #666666;
    color: #fff;
    width: 10%;
    font-size: 13px; }
    @media screen and (max-width: 1000px) {
      .planTable__table .td--1 {
        width: 18%; } }
  .planTable__table .td--2 {
    background-color: #c9e2f2;
    width: 22.5%; }
    @media screen and (max-width: 1000px) {
      .planTable__table .td--2 {
        width: 41%; } }
  .planTable__table .td--3 {
    background-color: #e5f1f9;
    width: 22.5%; }
    @media screen and (max-width: 1000px) {
      .planTable__table .td--3 {
        width: 41%; } }
  .planTable__table .td--4 {
    background-color: #dcdcdc;
    width: 22.5%; }
    @media screen and (max-width: 1000px) {
      .planTable__table .td--4 {
        width: 41%; } }
  .planTable__table .td--5 {
    background-color: #ebebeb;
    width: 22.5%; }
    @media screen and (max-width: 1000px) {
      .planTable__table .td--5 {
        width: 41%; } }

.planTable__note {
  width: 960px;
  max-width: calc(100% - 50px);
  margin: 0 auto; }
  .planTable__note p {
    font-size: 13px;
    line-height: 1.5;
    margin: 0; }

.wpcf7-form .planTable__table, .wpcf7-form .planTable__note {
  max-width: 100%; }

.c-aboutplan {
  margin-bottom: 50px; }
  .c-aboutplan a {
    width: 100%; }
    .c-aboutplan a img {
      width: 100%; }
    .c-aboutplan a:hover img {
      opacity: 0.8; }

/*
@media (min-width:1000px){
	.model-c-container-margin {
		padding-bottom: 0;
	}
}
*/
@media (max-width: 1000px) {
  .fixedBox {
    width: 100%;
    right: 0; }
    .fixedBox__wrapper {
      margin: 0 auto;
      width: 95%; }
    .fixedBox__text p {
      display: none; } }

.page-template-page-about-compnay {
  overflow-x: hidden; }

/* 5/26 MV movie */
.topMovie {
  position: relative;
  overflow: hidden;
  height: 600px; }
  @media screen and (max-width: 767px) {
    .topMovie {
      height: 375px; } }
  .topMovie-movie {
    position: absolute;
    min-width: 100vw;
    min-height: 100vh;
    width: auto !important;
    max-width: 500% !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 767px) {
      .topMovie-movie {
        min-height: 0;
        height: 435px !important; } }
    @media screen and (max-width: 500px) {
      .topMovie-movie {
        height: 425px !important; } }
  .topMovie-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }
    .topMovie-mask span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 80px;
      font-weight: 200;
      white-space: nowrap; }
      @media screen and (max-width: 1000px) {
        .topMovie-mask span {
          font-size: 64px; } }
      @media screen and (max-width: 767px) {
        .topMovie-mask span {
          font-size: 48px; } }
      @media screen and (max-width: 414px) {
        .topMovie-mask span {
          font-size: 36px; } }

/* contact 2020/06/11 */
.page-contact .exhibitions {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .page-contact .exhibitions {
      margin-top: 50px;
      margin-bottom: 30px;
      font-size: 16px; } }
  @media screen and (min-width: 768px) {
    .page-contact .exhibitions {
      margin-bottom: 50px;
      font-size: 18px; } }
