@charset "utf-8";
/* CSS Document */
nav li, nav li a {
  color: #000;
}
/* mv */
#mv {
  text-align: center;
  height: 390px;
}
#mv h1 {
  color: #fff;
  font-size: 6.133333333333333vw;
  font-weight: bold;
  padding-top: 15vw;
}
#mv h1 span {
  font-size: 3.2vw;
  display: block;
}
#container {
  background: #00aafa;
}
h1, h2, h3 {
  font-family: 'Noto Sans JP', sans-serif;
}
.btn {
  text-align: center;
}
.yellow {
  color: #ff0;
}
@media screen and (max-width:767px) {
  body {
    font-size: 0.16rem;
  }
  html {
    font-size: calc(100vw / 7.5);
  }
  .inner {
    margin: 0 5.333333%;
  }
  .btn a {
    width: 78.8vw;
    padding: 6.1333vw 0;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.28rem;
    color: #fff;
    background: #000;
    margin: 0 auto;
    border-radius: 13.33333vw;
    display: inline-block;
    position: relative;
    box-shadow: 20px 20px 20px 0px #008ef8;
  }
  .btn a:after {
    position: absolute;
    content: url("../images/btn_yajirushi.jpg");
    right: 24px;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
  }
  .btn a:hover::after {
    animation: arrow_right .4s;
  }
  @keyframes arrow_right {
    0% {
      right: 24px;
    }
    100% {
      right: 14px;
    }
  }
  /*clinic*/
  .btn a {
    padding: 5.1333vw 0;
  }
  /* mv */
  #mv {
    background: url("../images/difference/kv_sp.jpg") center center no-repeat;
    background-size: 100% auto;
    height: 0;
    position: relative;
    padding-bottom: 46.66666666666667%;
  }
  #mv.inner {
    margin: 0;
  }
  h2 {
    font-size: .48rem;
    text-align: center;
  }
  h2 span {
    font-size: .28rem;
    font-family: 'Roboto', sans-serif;
  }
  h2 .h2_english {
    font-weight: bold;
  }
  .section_heading {
    padding-top: 5.3333%;
  }
  .section_heading .heading_area {
    background: #000;
    border-radius: 1.733333vw;
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    border: 2px solid #007bf6;
    overflow: hidden;
    box-shadow: 5px 5px 5px 0px #00aafa;
    padding: 4.8% 0 5.8666% 0;
    box-sizing: border-box;
  }
  .section_heading .heading {
    font-size: .35rem;
    padding-bottom: 2vw;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .section_heading .heading:before, .section_heading .heading:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .section_heading .heading:before {
    border: 12px solid transparent;
    border-top: 12px solid #fff;
  }
  .section_heading .heading:after {
    border: solid 15px transparent;
    border-top: solid 15px #000;
    margin-top: -5px;
  }
  .section_heading .heading span {
    font-size: .16rem;
    font-family: 'Roboto', sans-serif;
    display: block;
    letter-spacing: -0.02em;
  }
  .section_heading .heading_txt {
    font-size: .39rem;
    margin-top: 4.93333vw;
    line-height: 1.2;
  }
  .section_heading .heading_txt span {
    font-size: .45rem;
    vertical-align: baseline;
    display: inline-block;
  }
  .section_heading .heading_txt .yellow {
    font-size: .65rem;
  }
  .section_overview {
    padding: 14.66666% 0 0;
  }
  .section_overview h2, .section_classification h2 {
    background: url("../images/h2_bg_pc.png");
    background-size: cover;
    font-size: 0.54rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.3333;
    padding: 10.53333% 5.36666% 7.466666% 0;
    margin: 0 0 0 5.36666%;
  }
  .section_overview .h2_english, .section_classification .h2_english {
    font-size: 0.28rem;
    font-family: din-2014, sans-serif;
    letter-spacing: 0.12em;
    position: relative;
    padding-left: 5%;
  }
  .section_overview .h2_small, .section_classification .h2_small {
    font-size: 0.28rem;
  }
  .section_overview h2 i, .section_classification h2 i {
    background: url("../images/h2_bg_i_sp.png");
    width: 47px;
    height: 50px;
    position: absolute;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    top: -20px;
    left: -20%;
  }
  .section_classification h2 i {
    left: -14%;
  }
  .overview_container {
    font-size: .24rem;
    font-weight: bold;
    background: #fff;
    margin-top: 8.93333%;
    padding: 6% 5.333333%;
    border-radius: 1.33333vw;
    line-height: 1.75;
  }
  .txt_area_txt span {
    background: #ff0;
    background: linear-gradient(180deg, #fff 0, #fff 20%, #ff0 20%, #ff0 80%, #fff 80%, #fff 100%);
    padding: 5px;
    border-radius: 0.4vw;
  }
  .overview_img {
    margin-top: 8%;
  }
  .txt_area_quotation {
    background: #f3f3f3;
    margin-top: 8%;
    padding: 6.53333% 2.66666% 2.66666% 2.66666%;
    border-radius: 1.33333vw;
    position: relative;
  }
  .txt_area_quotation:before {
    content: url("../images/difference/quotation.png");
    width: 6.66666vw;
    position: absolute;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    top: -8%;
  }
  .section_classification .txt_area_quotation:before {
    top: -12%;
  }
  a.quotation_link {
    color: #1a0dab;
  }
  a.quotation_link:hover {
    text-decoration: none !important;
  }
  a.quotation_link:after {
    position: absolute;
    content: url("../images/difference/link_icon.png");
    width: 24px;
    height: 21px;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
  }
  a.quotation_link span {
    text-decoration: underline;
  }
  .section_classification {
    padding: 14.66666% 0 8%;
  }
  .classification_container {
    font-size: .24rem;
    font-weight: bold;
    background: #fff;
    margin-top: 8.93333%;
    padding: 6% 5.333333%;
    border-radius: 1.33333vw;
    line-height: 1.75;
  }
  .classification_table {
    text-align: center;
    width: 100%;
    font-size: .18rem;
    font-weight: bold;
    border-collapse: separate;
    line-height: 1.3888;
    margin-top: 8%;
  }
  .classification_table th {
    color: #fff;
  }
  .classification_table th {
    background: #019eea;
    border-bottom: 1px solid #bbb;
    vertical-align: middle;
    width: 13.066666%;
    padding: 3.2% 0;
  }
  .classification_table .th_fff {
    background: #fff;
    border: none;
  }
  .classification_table th:nth-child(2) {
    background: #ff0;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    border-bottom: none;
    width: 21.733333%;
    border-radius: 1.06666vw 0 0 0;
    overflow: hidden;
    border-collapse: separate;
    color: #000;
  }
  .classification_table th:nth-child(3) {
    background: #ff0;
    border-bottom: none;
    width: 21.733333%;
    border-left: 1px solid #000;
    border-top: 2px solid #000;
    color: #000;
  }
  .classification_table th:nth-child(4) {
    background: #ff0;
    border-left: 1px solid #000;
    border-right: 2px solid #000;
    border-bottom: none;
    width: 21.733333%;
    border-radius: 0 1.06666vw 0 0;
    border-top: 2px solid #000;
    color: #000;
  }
  .classification_table td, .classification_table2 td {
    padding: 2.5333% 1.6%;
    vertical-align: middle;
  }
  .classification_table .tr_row td:nth-child(2) {
    color: #000;
    border-left: 2px solid #000;
    border-bottom: 1px solid #bbb;
  }
  .classification_table .tr_row td:nth-child(3) {
    color: #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #bbb;
  }
  .classification_table .tr_row td:nth-child(4) {
    color: #000;
    border-left: 1px solid #000;
    border-right: 2px solid #000;
    border-bottom: 1px solid #bbb;
  }
  .classification_table .th_row__last td {
    border-bottom: 2px solid #000 !important;
  }
  .classification_table .period {
    font-size: .14rem;
    line-height: 1.375;
  }
}
@media screen and (min-width:768px) {
  /* header */
  header, nav {
    background: #fff;
  }
  header {
   height: calc(100vw / 1920 * 65);
  }
  nav .logo {
    /*padding-top: 5px;*/
  }
  .inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .btn a {
    width: 300px;
    padding: 22px 0;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    color: #fff;
    background: #000;
    margin: 0 auto;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    box-shadow: 20px 20px 20px 0px #008ef8;
  }
  .btn a:after {
    position: absolute;
    content: url("../images/btn_yajirushi.jpg");
    right: 24px;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
  }
  .btn a:hover::after {
    animation: arrow .4s;
  }
  @keyframes arrow {
    0% {
      right: 24px;
    }
    100% {
      right: 14px;
    }
  }
  /* mv */
  #mv {
    margin-bottom: 0;
  }
  #mv h1 {
    font-size: 36px;
    line-height: 50px;
    padding-top: 145px;
  }
  #mv h1 span {
    font-size: 18px;
  }
  #mv {
    background: url("../images/difference/kv_pc.jpg") center center no-repeat;
    background-size: 100% auto;
  }
  h2 {
    font-size: 32px;
    text-align: center;
  }
  h2 span {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.12em;
  }
  .section_heading {
    padding-top: 61px;
  }
  .section_heading .heading_area {
    background: #000;
    border-radius: 7.5px;
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    border: 2px solid #00aafa;
    overflow: hidden;
    box-shadow: 5px 5px 5px 0px #007bf6;
    padding: 25px 0;
    box-sizing: border-box;
  }
  .section_heading .heading {
    font-size: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .section_heading .heading:before, .section_heading .heading:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .section_heading .heading:before {
    border: 12px solid transparent;
    border-top: 12px solid #fff;
  }
  .section_heading .heading:after {
    border: solid 15px transparent;
    border-top: solid 15px #000;
    margin-top: -5px;
  }
  .section_heading .heading span {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    display: block;
    letter-spacing: -0.02em;
  }
  .section_heading .heading_txt {
    font-size: 34px;
    margin-top: 13px;
    line-height: 1.2;
  }
  .section_heading .heading_txt span {
    font-size: 38.5px;
    vertical-align: baseline;
    display: inline-block;
  }
  .section_heading .heading_txt .yellow {
    font-size: 48px;
	vertical-align: text-bottom;
  }
  .section_overview {
    margin-top: 75px;
  }
  .section_overview .inner, .section_classification .inner {
    text-align: center;
  }
  .section_overview h2, .section_classification h2 {
    background: url("../images/h2_bg_pc.png") no-repeat;
    width: 430px;
    background-size: contain;
    font-size: 32px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.3479;
    padding: 50px 25px 60px 0;
    display: inline-block;
    margin-left: 30px;
  }
  .section_overview h2 .h2_english, .section_classification h2 .h2_english {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.12em;
    position: relative;
    margin-left: 20px;
  }
  .section_overview h2 i, .section_classification h2 i {
    background: url("../images/h2_bg_i_pc.png");
    width: 64px;
    height: 70px;
    position: absolute;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    top: -30px;
    left: -46px;
  }
  .overview_container {
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    margin-top: 22px;
    padding: 60px;
    border-radius: 7.5px;
    line-height: 1.75;
    text-align: left;
  }
  .overview_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .overview_txt_area {
    width: 515px;
	letter-spacing: -0.05em;
  }
  .txt_area_txt span {
    background: #ff0;
    background: linear-gradient(180deg, #fff 0, #fff 20%, #ff0 20%, #ff0 80%, #fff 80%, #fff 100%);
    padding: 5px;
    border-radius: 3px;
  }
  .overview_img {
    width: 410px;
  }
  .txt_area_quotation {
    background: #f3f3f3;
    margin-top: 26px;
    padding: 24px 17px 20px 10px;
    border-radius: 5px;
    position: relative;
  }
  .txt_area_quotation:before {
    content: url("../images/difference/quotation.png");
    position: absolute;
    top: -22px;
    left: 0;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
  }
  a.quotation_link {
    color: #1a0dab;
    font-weight: normal;
  }
  a.quotation_link:hover {
    text-decoration: none !important;
  }
  a.quotation_link:after {
    position: absolute;
    content: url("../images/difference/link_icon.png");
    width: 24px;
    height: 21px;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
  }
  a.quotation_link span {
    text-decoration: underline;
  }
  .section_classification {
    padding: 75px 0 100px;
  }
  .classification_container {
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    margin-top: 22px;
    padding: 60px;
    border-radius: 7.5px;
    line-height: 1.75;
    text-align: left;
  }
  .classification_txt_area {
	letter-spacing: -0.05em;
  }
  .classification_table {
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    border-collapse: separate;
    line-height: 1.35714;
    margin-top: 25px;
  }
  .classification_table th {
    color: #fff;
    background: #ff0;
  }
  .classification_table th {
    background: #019eea;
    border-bottom: 1px solid #bbb;
    vertical-align: middle;
    width: 110px;
    padding: 12px 0;
  }
  .classification_table .th_fff {
    background: #fff;
    border: none;
  }
  .classification_table th:nth-child(2) {
    background: #ff0;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    border-bottom: none;
    width: 281px;
    border-radius: 10px 0 0 0;
    overflow: hidden;
    border-collapse: separate;
    color: #000;
  }
  .classification_table th:nth-child(3) {
    background: #ff0;
    border-bottom: none;
    width: 281px;
    border-left: 1px solid #000;
    border-top: 2px solid #000;
    color: #000;
  }
  .classification_table th:nth-child(4) {
    background: #ff0;
    border-left: 1px solid #000;
    border-right: 2px solid #000;
    border-bottom: none;
    width: 281px;
    border-radius: 0 10px 0 0;
    border-top: 2px solid #000;
    color: #000;
  }
  .classification_table td, .classification_table2 td {
    padding: 11px 0;
    vertical-align: middle;
  }
  .classification_table .tr_row td:nth-child(2) {
    color: #000;
    border-left: 2px solid #000;
    border-bottom: 1px solid #bbb;
  }
  .classification_table .tr_row td:nth-child(3) {
    color: #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #bbb;
  }
  .classification_table .tr_row td:nth-child(4) {
    color: #000;
    border-left: 1px solid #000;
    border-right: 2px solid #000;
    border-bottom: 1px solid #bbb;
  }
  .classification_table .th_row__last td {
    border-bottom: 2px solid #000 !important;
  }
  .classification_table .period {
    font-size: 12px;
    line-height: 1.583333;
  }
}