@charset "UTF-8";
/* Scss Document */
/************     *************/
/******************************
    
******************************/
/******************************
    common
******************************/
html {
  font-size: 62.5%; }

*, *::before, *::after {
  box-sizing: border-box; }

body {
  font-family: "Hiragino Sans","ヒラギノ角ゴシック Std","Hiragino Kaku Gothic Std","Helvetica Neue", Arial, Meiryo, sans-serif;
  position: relative; }

.pc_view {
  display: block; }

.sp_view {
  display: none; }

@media screen and (max-width: 768px) {
  .pc_view {
    display: none; }

  .sp_view {
    display: block; } }
h2 {
  font-size: 4rem;
  font-weight: 600;
  color: #FAFAFA;
  text-align: center; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 5.3vw; } }

p {
  color: #464646; }

.triangle_image_area1 {
  width: 100%;
  background: #FAFAFA; }

.triangle_image_area3 {
  width: 100%;
  background: #ECF4F9; }

.triangle_image_area2 {
  width: 100%;
  background: #4EA1D5; }

.triangle_image {
  width: 70px;
  height: 60px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .triangle_image {
      width: 9.3vw;
      height: 8vw;
      margin: 0 auto; } }
  .triangle_image img {
    width: 100%; }

/******************************
    page top btn
******************************/
#pageTop {
  position: fixed;
  max-width: 80px;
  width: 100%;
  max-height: 80px;
  height: 100%;
  right: 60px !important;
  bottom: 60px;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.3));
  z-index: 3; }
  @media screen and (max-width: 768px) {
    #pageTop {
      width: 10.6vw;
      height: 10.6vw;
      right: 0 !important;
      bottom: 8vw; } }

#pageTop img {
  width: 100%; }

@media screen and (max-width: 768px) {
  #pageTop {
    width: 10.6vw;
    height: 10.6vw; } }
/******************************
    アコーディオン
******************************/
.accordion_box {
  position: relative; }

.acc_hidden {
  display: none; }

.acc_btn {
  height: 170px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  font-size: 3.2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  border-bottom-left-radius: 2.1vw;
  border-bottom-right-radius: 2.1vw;
  /* 以下グラデーションは「背景が白」に併せて設定しています */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%); }
  @media screen and (max-width: 768px) {
    .acc_btn {
      height: 18vw;
      font-size: 4.1vw;
      border-bottom-left-radius: 5.3vw;
      border-bottom-right-radius: 5.3vw; } }
  @media screen and (max-width: 500px) {
    .acc_btn {
      height: 23vw; } }

.acc_btn:after {
  content: "続きを見る";
  /* ラベルの文字 */
  letter-spacing: .05em;
  line-height: 2.5rem;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #FAFAFA;
  background-color: #464646;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 600px;
  padding: 28px 0; }
  @media screen and (max-width: 768px) {
    .acc_btn:after {
      width: 93%;
      padding: 3.7vw 0;
      bottom: 4vw; } }

.acc_btn:before {
  content: "";
  font-weight: 700;
  position: absolute;
  display: inline-block;
  background-image: url("../img/double_arrow_under.png");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 70px;
  left: calc(50% + 250px);
  -webkit-transform: translate(-140px, 0);
  transform: translate(-140px, 0);
  z-index: 1;
  width: 36px;
  height: 45px; }
  @media screen and (max-width: 768px) {
    .acc_btn:before {
      width: 3.7vw;
      height: 3.5vw;
      bottom: 9vw; } }

.accordion_box .accordion_container {
  overflow: hidden;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s; }

.accordion_box .accordion_container1 {
  border-bottom-left-radius: 2.1vw;
  border-bottom-right-radius: 2.1vw; }
  @media screen and (max-width: 768px) {
    .accordion_box .accordion_container1 {
      border-bottom-left-radius: 5.3vw;
      border-bottom-right-radius: 5.3vw; } }

.accordion_box .accordion_container2 {
  border-bottom-left-radius: 2.1vw;
  border-bottom-right-radius: 2.1vw; }
  @media screen and (max-width: 768px) {
    .accordion_box .accordion_container2 {
      border-bottom-left-radius: 5.3vw;
      border-bottom-right-radius: 5.3vw; } }

.accordion_box .accordion_container3 {
  border-bottom-left-radius: 2.1vw;
  border-bottom-right-radius: 2.1vw; }
  @media screen and (max-width: 768px) {
    .accordion_box .accordion_container3 {
      border-bottom-left-radius: 5.3vw;
      border-bottom-right-radius: 5.3vw; } }

.accordion_box .accordion_container4 {
  border-bottom-left-radius: 2.1vw;
  border-bottom-right-radius: 2.1vw; }
  @media screen and (max-width: 768px) {
    .accordion_box .accordion_container4 {
      border-bottom-left-radius: 5.3vw;
      border-bottom-right-radius: 5.3vw; } }

.acc_btn.is-show {
  background: #152D51;
  /* 開いた時には背景グラデーションを消して色変更 */
  bottom: -100px; }
  @media screen and (max-width: 768px) {
    .acc_btn.is-show {
      bottom: -10vw; } }

@media screen and (max-width: 768px) {
  .acc_btn.is-show:nth-of-type(4) {
    bottom: -12vw; } }

.acc_btn.is-show:after {
  content: "閉じる";
  background-color: #152D51;
  border: 4px solid #FAFAFA; }
  @media screen and (max-width: 768px) {
    .acc_btn.is-show:after {
      border: 0.5vw solid #FAFAFA; } }

.acc_btn.is-show:before {
  content: "";
  background-image: url("../img/double_arrow_up.png");
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    .acc_btn.is-show:before {
      bottom: 9.5vw; } }

.accordion_box input:checked ~ .accordion_container {
  height: auto;
  padding-bottom: 80px;
  /* 閉じるボタンのbottomからの位置 */
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s; }

/******************************
    header
******************************/
header {
  display: flex;
  width: 100%;
  height: 100px;
  position: fixed;
  background-color: #ffffff;
  z-index: 10;
  box-shadow: 0 0px 2px 6px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 1030px) {
    header {
      height: 7.7vw; } }
  @media screen and (max-width: 768px) {
    header {
      height: 13.3vw; } }
  header .logo {
    width: 25%;
    max-width: 354px;
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      header .logo {
        width: 47vw;
        left: 4.2vw; } }
    header .logo a {
      display: block;
      width: 100%;
      height: 100%; }
      header .logo a img {
        width: 100%; }

.header_cta_area {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #FAFAFA;
  background-color: #FAFAFA; }
  @media screen and (max-width: 768px) {
    .header_cta_area {
      right: 4vw; } }

.header_cta_area .tel_btn,
.header_cta_area .web_qa_btn {
  text-align: center;
  transition: 0.3s;
  width: 330px;
  height: 80px;
  border-radius: 8px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3)); }
  .header_cta_area .tel_btn:hover,
  .header_cta_area .web_qa_btn:hover {
    cursor: pointer;
    opacity: 0.6; }
  @media screen and (max-width: 1030px) {
    .header_cta_area .tel_btn,
    .header_cta_area .web_qa_btn {
      width: 27vw;
      height: 6.7vw; } }
  @media screen and (max-width: 768px) {
    .header_cta_area .tel_btn,
    .header_cta_area .web_qa_btn {
      width: 10.6vw;
      height: 10.6vw;
      border-radius: 0px;
      filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3)); } }

@media screen and (max-width: 768px) {
  .header_cta_area .tel_btn img,
  .header_cta_area .web_qa_btn img {
    width: 100%; } }

.header_cta_area .tel_btn {
  background-color: #E85A70;
  font-size: 3.2rem;
  font-weight: 600;
  padding-top: 5px; }
  @media screen and (max-width: 1030px) {
    .header_cta_area .tel_btn {
      font-size: 2.3vw;
      padding-top: 0.8vw; } }
  @media screen and (max-width: 768px) {
    .header_cta_area .tel_btn {
      background-color: rgba(0, 0, 0, 0);
      padding-top: 0px; } }
  .header_cta_area .tel_btn a {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border: none;
    cursor: pointer; }

.header_cta_area .web_qa_btn {
  background-color: #4EA1D5;
  font-size: 2.8rem;
  font-weight: 600;
  margin-left: 30px; }
  @media screen and (max-width: 1030px) {
    .header_cta_area .web_qa_btn {
      font-size: 2.3vw;
      padding-top: 0.7vw; } }
  @media screen and (max-width: 768px) {
    .header_cta_area .web_qa_btn {
      background-color: rgba(0, 0, 0, 0);
      padding-top: 0px;
      margin-left: 1.3vw; } }
  .header_cta_area .web_qa_btn a {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border: none;
    cursor: pointer; }

.header_cta_area .hca_info {
  font-size: 2.4rem; }
  @media screen and (max-width: 1030px) {
    .header_cta_area .hca_info {
      font-size: 1.94vw; } }

/******************************
   kv
******************************/
.kv {
  width: 100%;
  padding: 160px 0 60px;
  background-color: #ECF4F9; }
  @media screen and (max-width: 768px) {
    .kv {
      padding: 18.6vw 0 8vw; } }
  .kv .kv_inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      .kv .kv_inner {
        width: 91.5%;
        padding: 0; } }
  .kv h1 {
    width: 53%;
    max-width: 686px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .kv h1 {
        width: 100%; } }
    .kv h1 img {
      width: 100%;
      text-align: center; }
  .kv .kv_text {
    max-width: 1060px;
    margin: 30px auto 0; }
    .kv .kv_text img {
      width: 100%; }

/************  kv cta area   *************/
.kv .kv_cta_area {
  width: 82.8%;
  max-width: 1060px;
  margin: 30px auto 0; }
  @media screen and (max-width: 768px) {
    .kv .kv_cta_area {
      width: 94%; } }

.kv_cta_area {
  width: 100%;
  color: #FAFAFA;
  position: absolute;
  bottom: 170px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }
  @media screen and (max-width: 950px) {
    .kv_cta_area {
      bottom: 15vw; } }
  @media screen and (max-width: 768px) {
    .kv_cta_area {
      bottom: 23.17vw; } }
  .kv_cta_area .kv_cta_area_inner {
    width: 100%;
    margin: 0 auto;
    max-width: 830px;
    display: flex;
    justify-content: space-between; }

.kv_cta_area .tel_btn,
.kv_cta_area .web_qa_btn {
  text-align: center;
  transition: 0.3s;
  width: 100%;
  height: 100px;
  border-radius: 12px; }
  .kv_cta_area .tel_btn:hover,
  .kv_cta_area .web_qa_btn:hover {
    cursor: pointer;
    opacity: 0.6; }
  @media screen and (max-width: 950px) {
    .kv_cta_area .tel_btn,
    .kv_cta_area .web_qa_btn {
      height: 85px; } }
  @media screen and (max-width: 768px) {
    .kv_cta_area .tel_btn,
    .kv_cta_area .web_qa_btn {
      width: 49%;
      height: 12.8vw;
      border-radius: 1.6vw; } }

.kv_cta_area a:first-child {
  display: block;
  width: 49%;
  vertical-align: middle;
  border: none;
  cursor: pointer; }

.kv_cta_area .tel_btn {
  background-color: #E85A70;
  font-size: 2.9rem;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .kv_cta_area .tel_btn {
      font-size: 4vw;
      width: 100%; } }

.kv_cta_area .web_qa_btn {
  background-color: #4EA1D5;
  font-size: 2.8rem;
  font-weight: 600;
  margin-left: 30px;
  max-width: 49%; }
  @media screen and (max-width: 768px) {
    .kv_cta_area .web_qa_btn {
      font-size: 3.7vw;
      margin-left: 2.1vw; } }
  .kv_cta_area .web_qa_btn a {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border: none;
    cursor: pointer; }

.kv_cta_area .kca_info {
  font-size: 2.4rem; }
  @media screen and (max-width: 768px) {
    .kv_cta_area .kca_info {
      font-size: 2.9vw; } }

/******************************
    story
******************************/
.story {
  width: 100%;
  padding: 60px 0 90px;
  background: #ECF4F9; }
  @media screen and (max-width: 768px) {
    .story {
      padding: 3.4vw 0 12vw; } }
  .story .story_inner {
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .story .story_inner {
        width: 91.4%;
        margin: 0 auto; } }
    .story .story_inner p {
      font-size: 3.2rem;
      font-weight: 600;
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        .story .story_inner p {
          font-size: 5.3vw; } }
      .story .story_inner p .font_s {
        font-size: 2.4rem; }
        @media screen and (max-width: 768px) {
          .story .story_inner p .font_s {
            font-size: 4.2vw; } }
    .story .story_inner .font_u {
      border-bottom: 4px solid #4EA1D5;
      padding-bottom: 4px;
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .story .story_inner .font_u {
          border-bottom: 0.8vw solid #4EA1D5;
          padding-bottom: 0.3vw; } }
    .story .story_inner .story_box {
      width: 686px;
      margin: 60px auto 0; }
      @media screen and (max-width: 768px) {
        .story .story_inner .story_box {
          width: 100%;
          margin: 8vw auto 0; } }
    .story .story_inner .story_footer_text {
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        .story .story_inner .story_footer_text {
          width: 100%;
          margin-top: 8vw; } }

.story .story_inner .story_box:nth-of-type(2) {
  position: relative; }
  .story .story_inner .story_box:nth-of-type(2) p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%; }

.story .story_inner .story_box .story_voice_image {
  width: 100%;
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .story .story_inner .story_box .story_voice_image {
      margin-top: 8vw; } }
  .story .story_inner .story_box .story_voice_image img {
    width: 100%; }
.story .story_inner .story_box .story_arrow_image {
  margin-top: 60px;
  width: 90px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .story .story_inner .story_box .story_arrow_image {
      margin-top: 8vw;
      width: 12vw; } }
  .story .story_inner .story_box .story_arrow_image img {
    width: 100%; }
.story .story_inner .story_footer_text p:nth-of-type(1) {
  font-weight: 400; }
.story .story_inner .story_footer_text p:nth-of-type(2) {
  margin-top: 30px;
  line-height: 1.5; }
  @media screen and (max-width: 768px) {
    .story .story_inner .story_footer_text p:nth-of-type(2) {
      margin-top: 2.6vw; } }

.story .story_inner .story_bird {
  width: 144px;
  margin: 60px auto 0; }
  @media screen and (max-width: 768px) {
    .story .story_inner .story_bird {
      width: 19.2vw;
      margin: 4vw auto 0; } }
  .story .story_inner .story_bird img {
    width: 100%; }

/******************************
    hearingsheet_dl_area
******************************/
.hearingsheet_dl_area {
  width: 100%;
  padding: 0 0 60px;
  background-color: #152D51; }
  @media screen and (max-width: 768px) {
    .hearingsheet_dl_area {
      padding: 0 0 7.81vw; } }
  .hearingsheet_dl_area .hearingsheet_dl_area_inner {
    width: 100%;
    max-width: 814px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .hearingsheet_dl_area .hearingsheet_dl_area_inner {
        width: 91.4%;
        padding: 0px; } }
    .hearingsheet_dl_area .hearingsheet_dl_area_inner .hearingsheet_dl_area_triangle_image {
      max-width: 54px;
      margin: 0 auto 30px; }
      @media screen and (max-width: 768px) {
        .hearingsheet_dl_area .hearingsheet_dl_area_inner .hearingsheet_dl_area_triangle_image {
          width: 7.03vw;
          margin-bottom: 3.9vw; } }
      .hearingsheet_dl_area .hearingsheet_dl_area_inner .hearingsheet_dl_area_triangle_image img {
        width: 100%; }
    .hearingsheet_dl_area .hearingsheet_dl_area_inner .hearingsheet_dl_area_copy {
      font-size: 3.2rem;
      color: #FAFAFA;
      font-weight: 400;
      background: linear-gradient(transparent 80%, #E85A70 70%);
      display: inline; }
      @media screen and (max-width: 768px) {
        .hearingsheet_dl_area .hearingsheet_dl_area_inner .hearingsheet_dl_area_copy {
          font-size: 4.16vw; } }
    .hearingsheet_dl_area .hearingsheet_dl_area_inner .hearingsheet_dl_area_box {
      width: 100%;
      max-width: 774px;
      margin: 24px auto 0; }
      @media screen and (max-width: 768px) {
        .hearingsheet_dl_area .hearingsheet_dl_area_inner .hearingsheet_dl_area_box {
          margin-top: 4vw; } }
      .hearingsheet_dl_area .hearingsheet_dl_area_inner .hearingsheet_dl_area_box .hearingsheet_dl_area_ballon {
        width: 100%; }
        .hearingsheet_dl_area .hearingsheet_dl_area_inner .hearingsheet_dl_area_box .hearingsheet_dl_area_ballon img {
          width: 100%; }

/************  btn   *************/
.hearingsheet_dl_area .web_qa_btn {
  display: block;
  text-align: center;
  transition: 0.3s;
  width: 100%;
  height: 100px;
  border-radius: 12px;
  background-color: #4EA1D5;
  color: #FAFAFA;
  font-size: 2.8rem;
  font-weight: 600;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 18px;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5)); }
  @media screen and (max-width: 768px) {
    .hearingsheet_dl_area .web_qa_btn {
      width: 49%;
      height: 12.8vw;
      border-radius: 1.6vw;
      font-size: 3.7vw; } }
  .hearingsheet_dl_area .web_qa_btn a {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border: none;
    cursor: pointer; }
  .hearingsheet_dl_area .web_qa_btn:hover {
    cursor: pointer;
    opacity: 0.6; }

.hda_sp_cta {
  margin-top: 3.9vw; }
  @media screen and (max-width: 768px) {
    .hda_sp_cta .web_qa_btn {
      width: 49%;
      height: 12.8vw;
      border-radius: 1.6vw;
      font-size: 3.64vw;
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    .hda_sp_cta .web_qa_btn span {
      font-size: 2.86vw; } }

/******************************
   introduction
******************************/
.introduction {
  width: 100%;
  padding: 120px 0;
  background-color: #E85A70; }
  @media screen and (max-width: 768px) {
    .introduction {
      padding: 8vw 0 12vw; } }
  .introduction .introduction_inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      .introduction .introduction_inner {
        width: 91.4%;
        margin: 0 auto;
        padding: 0; } }
    .introduction .introduction_inner .point {
      width: 100%; }
      .introduction .introduction_inner .point:not(:first-child) {
        margin-top: 90px; }
        @media screen and (max-width: 768px) {
          .introduction .introduction_inner .point:not(:first-child) {
            margin-top: 12vw; } }

.introduction .introduction_inner .point .point_title {
  width: 590px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .introduction .introduction_inner .point .point_title {
      width: 100%;
      max-width: 590px; } }
  .introduction .introduction_inner .point .point_title img {
    width: 100%; }
.introduction .introduction_inner .point .point1_image {
  max-width: 1080px;
  margin: 20px auto 0; }
  @media screen and (max-width: 768px) {
    .introduction .introduction_inner .point .point1_image {
      width: 100%;
      margin: 6.6vw auto 0; } }
  .introduction .introduction_inner .point .point1_image img {
    width: 100%; }
.introduction .introduction_inner .point .point_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .introduction .introduction_inner .point .point_box {
      display: block;
      margin-top: 6.6vw; } }
  .introduction .introduction_inner .point .point_box .point2_image, .introduction .introduction_inner .point .point_box .point3_image {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .introduction .introduction_inner .point .point_box .point2_image, .introduction .introduction_inner .point .point_box .point3_image {
        width: 100%; } }
    .introduction .introduction_inner .point .point_box .point2_image img, .introduction .introduction_inner .point .point_box .point3_image img {
      width: 100%; }
  .introduction .introduction_inner .point .point_box .point2_textbox, .introduction .introduction_inner .point .point_box .point3_textbox {
    width: 46.8%; }
    @media screen and (max-width: 768px) {
      .introduction .introduction_inner .point .point_box .point2_textbox, .introduction .introduction_inner .point .point_box .point3_textbox {
        width: 100%;
        margin-top: 5.3vw; } }
    .introduction .introduction_inner .point .point_box .point2_textbox .point_answer, .introduction .introduction_inner .point .point_box .point3_textbox .point_answer {
      font-size: 3.2rem;
      font-weight: 600;
      line-height: 1.5;
      background: linear-gradient(transparent 70%, #A13747 70%);
      display: inline;
      color: #FAFAFA; }
      @media screen and (max-width: 768px) {
        .introduction .introduction_inner .point .point_box .point2_textbox .point_answer, .introduction .introduction_inner .point .point_box .point3_textbox .point_answer {
          font-size: 5.3vw; } }
    .introduction .introduction_inner .point .point_box .point2_textbox .point_text, .introduction .introduction_inner .point .point_box .point3_textbox .point_text {
      font-size: 2.4rem;
      line-height: 1.6;
      margin-top: 30px;
      color: #FAFAFA; }
      @media screen and (max-width: 768px) {
        .introduction .introduction_inner .point .point_box .point2_textbox .point_text, .introduction .introduction_inner .point .point_box .point3_textbox .point_text {
          font-size: 4.2vw;
          line-height: 1.5;
          margin-top: 4vw; } }
  .introduction .introduction_inner .point .point_box .point3_textbox {
    order: 1; }
    @media screen and (max-width: 768px) {
      .introduction .introduction_inner .point .point_box .point3_textbox {
        order: 2; } }
  .introduction .introduction_inner .point .point_box .point3_image {
    order: 2; }
    @media screen and (max-width: 768px) {
      .introduction .introduction_inner .point .point_box .point3_image {
        order: 1; } }

/************  price link area   *************/
.price_link_area {
  width: 100%;
  padding: 60px 0;
  background-color: #ECF4F9; }
  @media screen and (max-width: 768px) {
    .price_link_area {
      padding: 8vw 0; } }
  .price_link_area p {
    color: #464646;
    text-align: center; }
    .price_link_area p:nth-of-type(1) {
      font-size: 3.2rem;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .price_link_area p:nth-of-type(1) {
          width: 91.4%;
          margin: 0 auto;
          font-size: 5.3vw; } }
    .price_link_area p:nth-of-type(2) {
      font-size: 2.4rem;
      margin: 30px 0 60px; }
      @media screen and (max-width: 768px) {
        .price_link_area p:nth-of-type(2) {
          width: 93%;
          font-size: 4.2vw;
          margin: 4vw auto 8vw;
          text-align: left; } }

.price_link_area .price_link_btn {
  max-width: 800px;
  margin: 0 auto;
  background-color: #FAFAFA;
  color: #E85A70;
  border: 4px solid #E85A70;
  border-radius: 20px;
  padding: 28px 0;
  font-size: 3.2rem;
  font-weight: 600;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); }
  .price_link_area .price_link_btn:hover {
    cursor: pointer;
    opacity: 0.6; }
  @media screen and (max-width: 768px) {
    .price_link_area .price_link_btn {
      width: 93%;
      padding: 4.5vw 0;
      font-size: 5.2vw;
      border: 0.53vw solid #E85A70;
      border-radius: 2.6vw; } }
  .price_link_area .price_link_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%; }
    .price_link_area .price_link_btn a:after {
      display: inline-block;
      position: absolute;
      content: "";
      width: 46px;
      height: 26px;
      background-image: url("../img/arrow_under.png");
      background-size: contain;
      background-repeat: no-repeat;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media screen and (max-width: 768px) {
        .price_link_area .price_link_btn a:after {
          width: 4vw;
          height: 2.2vw; } }

/************  introduction info   *************/
.intro_info {
  width: 100%;
  background-color: #152D51;
  padding-top: 60px; }
  @media screen and (max-width: 768px) {
    .intro_info {
      justify-content: space-between;
      padding-top: 8vw; } }
  .intro_info .intro_area_inner {
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      .intro_info .intro_area_inner {
        padding: 0; } }

.intro_info_box {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  background-color: #FAFAFA;
  border-radius: 20px;
  margin: 0 auto;
  padding: 40px 0; }
  @media screen and (max-width: 768px) {
    .intro_info_box {
      justify-content: space-between;
      width: 91.4%;
      padding: 4vw;
      border-radius: 2.6vw; } }
  .intro_info_box .intro_info_item {
    width: 45%;
    display: flex;
    justify-content: space-between; }
    .intro_info_box .intro_info_item:nth-of-type(2) {
      margin-left: 40px; }
      @media screen and (max-width: 768px) {
        .intro_info_box .intro_info_item:nth-of-type(2) {
          margin-left: 1.73vw; } }
    @media screen and (max-width: 768px) {
      .intro_info_box .intro_info_item {
        display: block;
        width: 48%; } }

.intro_info_item .intro_info_image {
  width: 33%; }
  @media screen and (max-width: 768px) {
    .intro_info_item .intro_info_image {
      width: 65%;
      margin: 0 auto; } }
  .intro_info_item .intro_info_image img {
    width: 100%; }
.intro_info_item .intro_info_textbox {
  width: 60%;
  color: #FAFAFA; }
  @media screen and (max-width: 768px) {
    .intro_info_item .intro_info_textbox {
      width: 100%; } }
  .intro_info_item .intro_info_textbox .intro_info_title {
    font-size: 3.1rem; }
    @media screen and (max-width: 768px) {
      .intro_info_item .intro_info_textbox .intro_info_title {
        font-size: 4vw;
        margin-top: 4vw; } }
  .intro_info_item .intro_info_textbox .intro_info_text {
    font-size: 1.6rem;
    margin-top: 20px;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .intro_info_item .intro_info_textbox .intro_info_text {
        font-size: 3.2vw;
        margin-top: 2.4vw;
        line-height: 1.6; } }

/************  intro cta btn   *************/
.intro_cta_area {
  color: #FAFAFA;
  background-color: #152D51;
  padding: 30px 0 60px; }
  @media screen and (max-width: 768px) {
    .intro_cta_area {
      padding: 4vw 0; } }
  .intro_cta_area .intro_cta_area_inner {
    max-width: 870px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 20px; }
    @media screen and (max-width: 768px) {
      .intro_cta_area .intro_cta_area_inner {
        width: 91.4%;
        padding: 3.2vw 0 0; } }
  .intro_cta_area .intro_cta_area_text {
    font-size: 3.2rem;
    color: #FAFAFA;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .intro_cta_area .intro_cta_area_text {
        font-size: 4.2vw; } }

.intro_cta_area .tel_btn,
.intro_cta_area .web_qa_btn {
  text-align: center;
  transition: 0.3s;
  height: 100px;
  border-radius: 12px; }
  .intro_cta_area .tel_btn:hover,
  .intro_cta_area .web_qa_btn:hover {
    cursor: pointer;
    opacity: 0.6; }
  @media screen and (max-width: 768px) {
    .intro_cta_area .tel_btn,
    .intro_cta_area .web_qa_btn {
      width: 49%;
      height: 12.8vw;
      border-radius: 1.6vw; } }

.intro_cta_area a:first-child {
  display: block;
  width: 49%;
  vertical-align: middle;
  border: none;
  cursor: pointer; }

.intro_cta_area .tel_btn {
  background-color: #E85A70;
  font-size: 2.9rem;
  font-weight: 600;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .intro_cta_area .tel_btn {
      font-size: 4vw;
      width: 100%; } }
  .intro_cta_area .tel_btn a {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border: none;
    cursor: pointer; }

.intro_cta_area .web_qa_btn {
  background-color: #4EA1D5;
  font-size: 2.8rem;
  font-weight: 600;
  width: 49%; }
  @media screen and (max-width: 768px) {
    .intro_cta_area .web_qa_btn {
      font-size: 3.7vw; } }
  .intro_cta_area .web_qa_btn a {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border: none;
    cursor: pointer; }

.intro_cta_area .qca_info {
  font-size: 2.4rem; }
  @media screen and (max-width: 768px) {
    .intro_cta_area .qca_info {
      font-size: 2.9vw; } }

/************  hearingsheet_ballon_box   *************/
.hearingsheet_ballon_box {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin: 20px 0 1.5em;
  padding: 20px 0px;
  max-width: 686px;
  color: #555;
  font-size: 16px;
  background: #DC0000;
  border: solid 2px #152D51;
  box-sizing: border-box;
  left: 50%;
  /* 左から半分 */
  /* 要素の大きさの半分引く（CSS3） */
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  border-radius: 10px;
  	/*
  	::after {
  		 content: "";
    		position: absolute;
    		top: -40px;
    		left: 75%;
    		margin-left: -15px;
    		border: 14px solid transparent;
    		border-bottom: 24px solid $white;
    		z-index: 1;
  		@media screen and (max-width: 768px) {
  			top: -24px;
  			border: 12px solid transparent;
  			border-bottom: 11px solid $white;
  		}
  	}
  	*/ }
  @media screen and (max-width: 768px) {
    .hearingsheet_ballon_box {
      width: 91.4%;
      border: solid 0.26vw #152D51; } }
  .hearingsheet_ballon_box :before {
    content: "";
    position: absolute;
    top: -34px;
    left: 75%;
    margin-left: -13px;
    border: 12px solid #152D51;
    border-bottom: 22px solid #DC0000;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .hearingsheet_ballon_box :before {
        top: -20px;
        left: 75%;
        border: 10px solid transparent;
        border-bottom: 10px solid #DC0000; } }
  .hearingsheet_ballon_box .hearingsheet_ballon_item:first-child {
    width: 14%; }
    .hearingsheet_ballon_box .hearingsheet_ballon_item:first-child img {
      width: 100%;
      transform: rotate(-10deg);
      filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3)); }
  .hearingsheet_ballon_box .hearingsheet_ballon_item:nth-of-type(2) {
    width: 72%;
    margin-left: 30px; }
    @media screen and (max-width: 768px) {
      .hearingsheet_ballon_box .hearingsheet_ballon_item:nth-of-type(2) {
        margin-left: 3.9vw; } }
    .hearingsheet_ballon_box .hearingsheet_ballon_item:nth-of-type(2) .hearingsheet_ballon_text1 {
      color: #FAFAFA;
      font-size: 2.8rem;
      font-weight: 400;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .hearingsheet_ballon_box .hearingsheet_ballon_item:nth-of-type(2) .hearingsheet_ballon_text1 {
          font-size: 3.64vw;
          margin-bottom: 1.3vw; } }
    .hearingsheet_ballon_box .hearingsheet_ballon_item:nth-of-type(2) .hearingsheet_ballon_text2 {
      color: #FFDD00;
      font-size: 3.2rem;
      font-weight: 600;
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        .hearingsheet_ballon_box .hearingsheet_ballon_item:nth-of-type(2) .hearingsheet_ballon_text2 {
          font-size: 4.16vw; } }

@media screen and (max-width: 768px) {
  .hearingsheet_ballon_box1 {
    margin: 20px 0 1.5em; } }

@media screen and (max-width: 768px) {
  .hearingsheet_ballon_box2 {
    margin: 0px 0 1.5em; } }

@media screen and (max-width: 768px) {
  .hearingsheet_ballon_box3 {
    margin: 0px 0 1.5em; } }

/******************************
   qa
******************************/
.qa {
  width: 100%;
  background-color: #E85A70;
  padding: 120px 20px; }
  @media screen and (max-width: 768px) {
    .qa {
      padding: 12vw 0 16vw; } }
  .qa .qa_area {
    max-width: 1880px;
    margin: 0 auto;
    background-color: #FAFAFA;
    border-radius: 2.1vw;
    margin-top: 90px; }
    @media screen and (max-width: 768px) {
      .qa .qa_area {
        width: 98.4%;
        border-radius: 5.3vw;
        margin-top: 8vw; } }
    .qa .qa_area .qa_area_inner {
      max-width: 1280px;
      padding: 60px 20px;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .qa .qa_area .qa_area_inner {
          padding: 12vw 0; } }

.qa .qa_area:nth-of-type(2),
.qa .qa_area:nth-of-type(3),
.qa .qa_area:nth-of-type(4) {
  margin-top: 120px; }
  @media screen and (max-width: 768px) {
    .qa .qa_area:nth-of-type(2),
    .qa .qa_area:nth-of-type(3),
    .qa .qa_area:nth-of-type(4) {
      margin-top: 12vw; } }

.qa h2 {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .qa h2 {
      margin-bottom: 0; } }

.qa .qa_area .qa_title {
  width: 100%;
  border-radius: 2.1vw;
  margin-top: 1.2vw; }
  @media screen and (max-width: 768px) {
    .qa .qa_area .qa_title {
      margin-top: 3vw; } }
  .qa .qa_area .qa_title img {
    width: 100%; }

/******************************
   qa1
******************************/
.qa_area_inner .qa_box {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .qa_area_inner .qa_box {
      display: block;
      margin: 0 auto; } }
  .qa_area_inner .qa_box .qa_image {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .qa_area_inner .qa_box .qa_image {
        width: 93%;
        margin: 0 auto; } }
    .qa_area_inner .qa_box .qa_image img {
      width: 100%; }
  .qa_area_inner .qa_box .qa_text_box {
    width: 46.8%; }
    @media screen and (max-width: 768px) {
      .qa_area_inner .qa_box .qa_text_box {
        width: 93%;
        margin: 0 auto; } }
  .qa_area_inner .qa_box:nth-of-type(2) {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .qa_area_inner .qa_box:nth-of-type(2) {
        margin-top: 8vw; } }

.qa_area_inner .qa_box:nth-child(odd) {
  flex-direction: row-reverse; }

.qa_box .qa_text_box .qa_answer {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #E85A70; }
  @media screen and (max-width: 768px) {
    .qa_box .qa_text_box .qa_answer {
      font-size: 5.3vw;
      margin-top: 4vw; } }
.qa_box .qa_text_box .qa_text {
  font-size: 2.4rem;
  margin-top: 30px;
  line-height: 1.6; }
  @media screen and (max-width: 768px) {
    .qa_box .qa_text_box .qa_text {
      font-size: 4.2vw;
      margin-top: 4vw;
      line-height: 1.5; } }

/************  qa area cta btn   *************/
.qa_cta_area {
  color: #FAFAFA;
  background-color: #152D51;
  padding: 30px 0;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .qa_cta_area {
      padding: 4vw 0; } }
  .qa_cta_area .qa_cta_area_inner {
    max-width: 870px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 20px 30px; }
    @media screen and (max-width: 768px) {
      .qa_cta_area .qa_cta_area_inner {
        width: 91.4%;
        padding: 20px 0 30px; } }
  .qa_cta_area .qa_cta_area_text {
    font-size: 3.2rem;
    color: #FAFAFA;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .qa_cta_area .qa_cta_area_text {
        font-size: 4.2vw; } }

.qa_cta_area .tel_btn,
.qa_cta_area .web_qa_btn {
  text-align: center;
  transition: 0.3s;
  height: 100px;
  border-radius: 12px; }
  .qa_cta_area .tel_btn:hover,
  .qa_cta_area .web_qa_btn:hover {
    cursor: pointer;
    opacity: 0.6; }
  @media screen and (max-width: 768px) {
    .qa_cta_area .tel_btn,
    .qa_cta_area .web_qa_btn {
      width: 49%;
      height: 12.8vw;
      border-radius: 1.6vw; } }

.qa_cta_area a:first-child {
  display: block;
  width: 49%;
  vertical-align: middle;
  border: none;
  cursor: pointer; }

.qa_cta_area .tel_btn {
  background-color: #E85A70;
  font-size: 2.9rem;
  font-weight: 600;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .qa_cta_area .tel_btn {
      font-size: 4vw;
      width: 100%; } }
  .qa_cta_area .tel_btn a {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border: none;
    cursor: pointer; }

.qa_cta_area .web_qa_btn {
  background-color: #4EA1D5;
  font-size: 2.8rem;
  font-weight: 600;
  width: 49%; }
  @media screen and (max-width: 768px) {
    .qa_cta_area .web_qa_btn {
      font-size: 3.7vw; } }
  .qa_cta_area .web_qa_btn a {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border: none;
    cursor: pointer; }

.qa_cta_area .qca_info {
  font-size: 2.4rem; }
  @media screen and (max-width: 768px) {
    .qa_cta_area .qca_info {
      font-size: 2.9vw; } }

/******************************
   qa2
******************************/
.qa_2 .estimate_details {
  max-width: 844px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .qa_2 .estimate_details {
      width: 93%; } }

.qa_2 .estimate_details .estimate_details_title {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .qa_2 .estimate_details .estimate_details_title {
      font-size: 4.2vw; } }
.qa_2 .estimate_details .estimate_details_image {
  max-width: 643px;
  margin: 30px auto 0; }
  @media screen and (max-width: 768px) {
    .qa_2 .estimate_details .estimate_details_image {
      width: 100%;
      margin-top: 4vw; } }
.qa_2 .estimate_details .estimate_details_text {
  font-size: 2.4rem;
  margin-top: 60px;
  line-height: 1.6; }
  @media screen and (max-width: 768px) {
    .qa_2 .estimate_details .estimate_details_text {
      font-size: 4.2vw;
      margin-top: 8vw; } }

.estimate_details_image .edi_box {
  display: flex;
  justify-content: center; }
  .estimate_details_image .edi_box:nth-of-type(2) {
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .estimate_details_image .edi_box:nth-of-type(2) {
        margin-top: 2.6vw; } }
  .estimate_details_image .edi_box .edi_item1, .estimate_details_image .edi_box .edi_item3, .estimate_details_image .edi_box .edi_item5 {
    width: 27%;
    text-align: center;
    font-size: 2.4rem;
    color: #E85A70; }
    @media screen and (max-width: 768px) {
      .estimate_details_image .edi_box .edi_item1, .estimate_details_image .edi_box .edi_item3, .estimate_details_image .edi_box .edi_item5 {
        font-size: 4.2vw; } }
    .estimate_details_image .edi_box .edi_item1 img, .estimate_details_image .edi_box .edi_item3 img, .estimate_details_image .edi_box .edi_item5 img {
      width: 100%; }
    .estimate_details_image .edi_box .edi_item1 a, .estimate_details_image .edi_box .edi_item3 a, .estimate_details_image .edi_box .edi_item5 a {
      text-decoration: underline; }
  .estimate_details_image .edi_box .edi_item2, .estimate_details_image .edi_box .edi_item4 {
    width: 9.3%;
    padding-top: 57px; }
    .estimate_details_image .edi_box .edi_item2:hover, .estimate_details_image .edi_box .edi_item4:hover {
      cursor: pointer;
      opacity: 0.6; }
    @media screen and (max-width: 768px) {
      .estimate_details_image .edi_box .edi_item2, .estimate_details_image .edi_box .edi_item4 {
        padding-top: 7.6vw; } }
    .estimate_details_image .edi_box .edi_item2 img, .estimate_details_image .edi_box .edi_item4 img {
      width: 100%;
      vertical-align: middle; }

/************  qa2 design_area  *************/
.qa_2 .design_area {
  background-color: #4EA1D5; }
  .qa_2 .design_area .design_area_title {
    font-size: 4rem;
    font-weight: 600;
    color: #FAFAFA;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .qa_2 .design_area .design_area_title {
        font-size: 6.8vw; } }
    .qa_2 .design_area .design_area_title:after {
      content: "";
      display: block;
      width: 160px;
      height: 6px;
      background-color: #125CBE;
      margin: 20px auto 0; }
      @media screen and (max-width: 768px) {
        .qa_2 .design_area .design_area_title:after {
          width: 28%;
          height: 0.8vw; } }

.qa_2 .design_area .design_type_box {
  max-width: 686px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .qa_2 .design_area .design_type_box {
      width: 93%; } }
  .qa_2 .design_area .design_type_box:not(:first-child) {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .qa_2 .design_area .design_type_box:not(:first-child) {
        margin-top: 8vw; } }

.qa_2 .design_area .design_type_box .design_type_name {
  font-size: 3.2rem;
  font-weight: 600;
  color: #FAFAFA;
  vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .qa_2 .design_area .design_type_box .design_type_name {
      font-size: 5.3vw; } }
.qa_2 .design_area .design_type_box .design_type {
  color: #E85A70;
  background-color: #FAFAFA;
  padding: 8px 20px 8px;
  vertical-align: middle;
  border-radius: 10px; }
  @media screen and (max-width: 768px) {
    .qa_2 .design_area .design_type_box .design_type {
      padding: 1.3vw 2.6vw 1.3vw;
      border-radius: 1.3vw; } }
.qa_2 .design_area .design_type_box .reference_price {
  font-size: 2.4rem; }
  @media screen and (max-width: 768px) {
    .qa_2 .design_area .design_type_box .reference_price {
      font-size: 4.2vw; } }

.qa_2 .design_area .design_type_box .design_image_box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .qa_2 .design_area .design_type_box .design_image_box {
      font-size: 4.2vw; } }
  .qa_2 .design_area .design_type_box .design_image_box img {
    width: 100%; }
.qa_2 .design_area .design_type_box .design_type_text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .qa_2 .design_area .design_type_box .design_type_text {
      font-size: 3.2vw;
      margin-top: 3vw; } }
  .qa_2 .design_area .design_type_box .design_type_text p {
    color: #FAFAFA; }

/************  qa2 designdate_link_area  *************/
.qa_2 .designdate_link_area {
  width: 100%;
  padding: 60px 0;
  background-color: #4EA1D5; }
  @media screen and (max-width: 768px) {
    .qa_2 .designdate_link_area {
      padding: 0 0 8vw; } }
  .qa_2 .designdate_link_area p {
    color: #FAFAFA;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.6; }
    @media screen and (max-width: 768px) {
      .qa_2 .designdate_link_area p {
        font-size: 4.2vw; } }

.qa_2 .designdate_link_area .designdate_link_btn {
  max-width: 800px;
  margin: 30px auto 0;
  background-color: #FAFAFA;
  color: #E85A70;
  border: 4px solid #E85A70;
  border-radius: 20px;
  padding: 8px 0;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); }
  .qa_2 .designdate_link_area .designdate_link_btn:hover {
    cursor: pointer;
    opacity: 0.6; }
  @media screen and (max-width: 768px) {
    .qa_2 .designdate_link_area .designdate_link_btn {
      width: 93%;
      padding: 1.3vw;
      font-size: 5.3vw;
      border-radius: 2.6vw;
      border: 0.53vw solid #E85A70; } }
  .qa_2 .designdate_link_area .designdate_link_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%; }
    .qa_2 .designdate_link_area .designdate_link_btn a:after {
      display: inline-block;
      position: absolute;
      content: "";
      width: 46px;
      height: 26px;
      background-image: url("../img/arrow_under.png");
      background-size: contain;
      background-repeat: no-repeat;
      right: 140px;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media screen and (max-width: 768px) {
        .qa_2 .designdate_link_area .designdate_link_btn a:after {
          width: 4vw;
          height: 2.2vw;
          right: 2.6vw; } }

/************  qa2 production_area  *************/
.qa_2 .production_area {
  background-color: #ECF4F9;
  padding: 120px 0 90px; }
  @media screen and (max-width: 768px) {
    .qa_2 .production_area {
      padding: 14.6vw 0 8vw; } }
  .qa_2 .production_area .production_area_title {
    font-size: 4rem;
    color: #464646;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .qa_2 .production_area .production_area_title {
        font-size: 6.8vw; } }
    .qa_2 .production_area .production_area_title:after {
      content: "";
      display: block;
      width: 160px;
      height: 6px;
      background-color: #125CBE;
      margin: 20px auto 0; }
      @media screen and (max-width: 768px) {
        .qa_2 .production_area .production_area_title:after {
          width: 28%;
          height: 0.8vw; } }

.qa_2 .production_area .production_area_inner {
  max-width: 1130px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .qa_2 .production_area .production_area_inner {
      width: 93%; } }

.production_area_inner .production_area_intro_text {
  font-size: 2.4rem;
  margin-top: 60px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .production_area_inner .production_area_intro_text {
      font-size: 4.2vw;
      line-height: 1.5;
      margin-top: 12vw;
      text-align: left; } }
.production_area_inner .production_area_intro_image {
  max-width: 687px;
  margin: 30px auto 0; }
  @media screen and (max-width: 768px) {
    .production_area_inner .production_area_intro_image {
      width: 100%; } }
  .production_area_inner .production_area_intro_image img {
    width: 100%; }
.production_area_inner .production_area_intro_annotation {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  display: block;
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .production_area_inner .production_area_intro_annotation {
      font-size: 3.05vw;
      line-height: 1.6; } }
  .production_area_inner .production_area_intro_annotation p {
    text-align: left;
    display: inline-block; }

.qa_2 .production_list_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 0 20px; }
  @media screen and (max-width: 768px) {
    .qa_2 .production_list_box {
      margin-top: 1.3vw;
      padding: 0; } }
  .qa_2 .production_list_box .production_list_item {
    width: 31%;
    display: flex;
    flex-direction: column;
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .qa_2 .production_list_box .production_list_item {
        width: 47%;
        margin-top: 8vw; } }

.production_list_box .production_list_item .production_list_image {
  width: 100%; }
  .production_list_box .production_list_item .production_list_image img {
    width: 100%; }
.production_list_box .production_list_item .production_list_title {
  font-size: 2.4rem;
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .production_list_box .production_list_item .production_list_title {
      font-size: 4.2vw;
      margin-top: 2.6vw; } }
.production_list_box .production_list_item .production_list_text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 10px; }
  @media screen and (max-width: 768px) {
    .production_list_box .production_list_item .production_list_text {
      font-size: 3.2vw;
      line-height: 1.6;
      margin-top: 1.3vw; } }
  .production_list_box .production_list_item .production_list_text span {
    color: #E85A70;
    font-weight: 700; }

/************  qa2 construction_area  *************/
.qa_2 .construction_area {
  background-color: #4EA1D5;
  padding: 120px 0 90px; }
  @media screen and (max-width: 768px) {
    .qa_2 .construction_area {
      padding: 16vw 0 12vw; } }
  .qa_2 .construction_area .construction_area_title {
    font-size: 4rem;
    color: #FAFAFA;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .qa_2 .construction_area .construction_area_title {
        font-size: 6.8vw; } }
    .qa_2 .construction_area .construction_area_title:after {
      content: "";
      display: block;
      width: 160px;
      height: 6px;
      background-color: #125CBE;
      margin: 20px auto 0; }
      @media screen and (max-width: 768px) {
        .qa_2 .construction_area .construction_area_title:after {
          width: 28%;
          height: 0.8vw; } }

.qa_2 .construction_area .construction_area_inner {
  max-width: 1130px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .qa_2 .construction_area .construction_area_inner {
      width: 93%; } }

.qa_2 .construction_list_box {
  display: flex;
  justify-content: center;
  margin: 90px auto 0;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .qa_2 .construction_list_box {
      margin: 12vw auto 0;
      justify-content: space-between; } }
  .qa_2 .construction_list_box .construction_list_item {
    width: 31%;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 768px) {
      .qa_2 .construction_list_box .construction_list_item {
        width: 47%; } }
    .qa_2 .construction_list_box .construction_list_item:nth-of-type(2) {
      margin-left: 40px; }
      @media screen and (max-width: 768px) {
        .qa_2 .construction_list_box .construction_list_item:nth-of-type(2) {
          width: 47%;
          margin-left: 0; } }

.construction_list_box .construction_list_item .construction_list_image {
  width: 100%; }
  .construction_list_box .construction_list_item .construction_list_image img {
    width: 100%; }
.construction_list_box .construction_list_item .construction_list_title {
  font-size: 2.4rem;
  margin-top: 20px;
  color: #FAFAFA; }
  @media screen and (max-width: 768px) {
    .construction_list_box .construction_list_item .construction_list_title {
      font-size: 4.2vw;
      margin-top: 2.6vw; } }
.construction_list_box .construction_list_item .construction_list_text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 10px; }
  @media screen and (max-width: 768px) {
    .construction_list_box .construction_list_item .construction_list_text {
      font-size: 3.2vw;
      margin-top: 1.3vw; } }
  .construction_list_box .construction_list_item .construction_list_text p {
    color: #FAFAFA; }
  .construction_list_box .construction_list_item .construction_list_text span {
    font-weight: 700; }

/******************************
   qa3
******************************/
.qa_3 .uploaddate_area {
  background-color: #FAFAFA; }
  .qa_3 .uploaddate_area .uploaddate_area_box {
    max-width: 686px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .qa_3 .uploaddate_area .uploaddate_area_box {
        width: 93%; } }
    .qa_3 .uploaddate_area .uploaddate_area_box .uploaddate_annotation {
      font-size: 1.6rem;
      font-weight: normal;
      margin-top: 30px; }
      @media screen and (max-width: 768px) {
        .qa_3 .uploaddate_area .uploaddate_area_box .uploaddate_annotation {
          font-size: 3.2vw;
          margin-top: 4vw; } }

.uploaddate_area .have {
  max-width: 627px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .uploaddate_area .have {
      width: 100%; } }
  .uploaddate_area .have p {
    font-size: 2.4rem; }
    @media screen and (max-width: 768px) {
      .uploaddate_area .have p {
        font-size: 3.2vw; } }
  .uploaddate_area .have .uploaddate_area_title {
    font-size: 3.2rem;
    font-weight: 600;
    color: #E85A70;
    margin-bottom: 60px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .uploaddate_area .have .uploaddate_area_title {
        font-size: 5.3vw;
        margin-bottom: 4vw; } }
  .uploaddate_area .have p:nth-of-type(2) {
    font-weight: 600;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .uploaddate_area .have p:nth-of-type(2) {
        font-size: 4.2vw; } }
  .uploaddate_area .have .uploaddate_example {
    text-align: center;
    display: block;
    margin-top: 22px;
    line-height: 1.6; }
    @media screen and (max-width: 768px) {
      .uploaddate_area .have .uploaddate_example {
        margin-top: 4vw; } }
    .uploaddate_area .have .uploaddate_example p {
      text-align: left;
      display: inline-block; }

.uploaddate_area .nothave {
  max-width: 686px;
  background-color: #4EA1D5;
  position: relative;
  display: block;
  border-radius: 30px;
  padding: 60px 45px;
  margin: 90px auto 0;
  text-align: center;
  font-size: 2.4rem; }
  @media screen and (max-width: 768px) {
    .uploaddate_area .nothave {
      width: 100%;
      border-radius: 4vw;
      padding: 5.3vw 4vw;
      margin: 12vw auto 0;
      font-size: 3.2vw; } }
  .uploaddate_area .nothave .nothave_text {
    text-align: left; }
    .uploaddate_area .nothave .nothave_text p {
      color: #FAFAFA;
      font-size: 2.4rem;
      line-height: 1.6; }
      @media screen and (max-width: 768px) {
        .uploaddate_area .nothave .nothave_text p {
          font-size: 4.2vw; } }
      .uploaddate_area .nothave .nothave_text p span {
        font-weight: 600; }
    .uploaddate_area .nothave .nothave_text .uploaddate_area_title {
      font-size: 3.2rem;
      font-weight: 600;
      margin-bottom: 30px;
      text-align: center;
      color: #FAFAFA; }
      @media screen and (max-width: 768px) {
        .uploaddate_area .nothave .nothave_text .uploaddate_area_title {
          font-size: 5.3vw;
          margin-bottom: 5.3vw; } }
  .uploaddate_area .nothave:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -35px;
    border: 35px solid transparent;
    border-top: 60px solid #4EA1D5; }
    @media screen and (max-width: 768px) {
      .uploaddate_area .nothave:before {
        margin-left: -2.6vw;
        border: 2.6vw solid transparent;
        border-top: 4.5vw solid #4EA1D5; } }

/************  qa3 design_area  *************/
.qa_3 .design_area {
  background-color: #FAFAFA; }
  @media screen and (max-width: 768px) {
    .qa_3 .design_area .qa_area_inner {
      padding: 0 0 60px; } }
  .qa_3 .design_area .design_area_title {
    font-size: 4rem;
    font-weight: 600;
    color: #464646;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .qa_3 .design_area .design_area_title {
        font-size: 6.8vw; } }
    .qa_3 .design_area .design_area_title:after {
      content: "";
      display: block;
      width: 160px;
      height: 6px;
      background-color: #125CBE;
      margin: 20px auto 0; }
      @media screen and (max-width: 768px) {
        .qa_3 .design_area .design_area_title:after {
          width: 28%;
          height: 0.8vw; } }

.qa_3 .design_area .design_type_box {
  max-width: 686px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .qa_3 .design_area .design_type_box {
      width: 93%; } }
  .qa_3 .design_area .design_type_box:not(:first-child) {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .qa_3 .design_area .design_type_box:not(:first-child) {
        margin-top: 8vw; } }

.qa_3 .design_area .design_type_box .design_type_name {
  font-size: 3.2rem;
  font-weight: 600;
  vertical-align: middle;
  color: #464646; }
  @media screen and (max-width: 768px) {
    .qa_3 .design_area .design_type_box .design_type_name {
      font-size: 5.3vw; } }
.qa_3 .design_area .design_type_box .design_type {
  color: #E85A70;
  padding: 8px 20px 8px;
  vertical-align: middle;
  border-radius: 10px; }
  @media screen and (max-width: 768px) {
    .qa_3 .design_area .design_type_box .design_type {
      padding: 1.3vw 2.6vw 1.3vw;
      border-radius: 1.3vw; } }
.qa_3 .design_area .design_type_box .reference_price {
  font-size: 2.4rem; }
  @media screen and (max-width: 768px) {
    .qa_3 .design_area .design_type_box .reference_price {
      font-size: 4.2vw; } }

.qa_3 .design_area .design_type_box .design_image_box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .qa_3 .design_area .design_type_box .design_image_box {
      font-size: 4.2vw; } }
  @media screen and (max-width: 768px) {
    .qa_3 .design_area .design_type_box .design_image_box .design_image_item {
      width: 47%; } }
  .qa_3 .design_area .design_type_box .design_image_box img {
    width: 100%; }
.qa_3 .design_area .design_type_box .design_type_text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .qa_3 .design_area .design_type_box .design_type_text {
      font-size: 3.2vw;
      margin-top: 3vw; } }

.design_area_bottom_text {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  padding-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .design_area_bottom_text {
      font-size: 4.2vw;
      line-height: 1.5;
      width: 83%;
      margin: 0 auto;
      padding-bottom: 4vw; } }
  @media screen and (max-width: 768px) {
    .design_area_bottom_text p {
      display: inline-block;
      text-align: left; } }

/******************************
    qa4
******************************/
.qa_4 .orderflow_area {
  padding: 0 0 60px; }
  @media screen and (max-width: 768px) {
    .qa_4 .orderflow_area {
      padding: 0; } }
  @media screen and (max-width: 768px) {
    .qa_4 .orderflow_area .qa_area_inner {
      margin-bottom: 12vw; } }

.qa_4 .step_box {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .qa_4 .step_box {
      display: block;
      width: 93%;
      margin-top: 8vw; } }
  .qa_4 .step_box .step_item:nth-of-type(1) {
    width: 17%; }
    @media screen and (max-width: 768px) {
      .qa_4 .step_box .step_item:nth-of-type(1) {
        width: 100%;
        display: flex;
        justify-content: center; } }
    @media screen and (max-width: 768px) {
      .qa_4 .step_box .step_item:nth-of-type(1) .step_image {
        width: 26.6vw; } }
    .qa_4 .step_box .step_item:nth-of-type(1) .step_image img {
      width: 100%; }
  .qa_4 .step_box .step_item:nth-of-type(2) {
    width: 80%; }
    @media screen and (max-width: 768px) {
      .qa_4 .step_box .step_item:nth-of-type(2) {
        width: 100%; } }

.qa_4 .stepbox1 {
  margin-top: 0; }
  @media screen and (max-width: 768px) {
    .qa_4 .stepbox1 {
      margin-top: 0; } }

.step_box .step_item .step_title {
  font-size: 2.8rem;
  font-weight: 600;
  color: #464646; }
  @media screen and (max-width: 768px) {
    .step_box .step_item .step_title {
      font-size: 5.3vw;
      margin-left: 4vw;
      line-height: 1.5; } }
  .step_box .step_item .step_title span {
    color: #4EA1D5; }
.step_box .step_item .step_text {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .step_box .step_item .step_text {
      font-size: 4.2vw;
      line-height: 1.5;
      margin-top: 2.6vw; } }
  .step_box .step_item .step_text .step_text_annotation {
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .step_box .step_item .step_text .step_text_annotation {
        font-size: 3.2vw;
        line-height: 1.6; } }

@media screen and (max-width: 768px) {
  .step_title1_sp, .step_title3_sp, .step_title5_sp, .step_title6_sp {
    padding-top: 6vw; } }

@media screen and (max-width: 768px) {
  .step_title2_sp, .step_title4_sp {
    padding-top: 1.6vw; } }

/******************************
    footer
******************************/
footer {
  width: 100%;
  background-color: #ECF4F9;
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 8vw 0; } }
  footer .footer_logo {
    max-width: 507px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      footer .footer_logo {
        width: 67%; } }
    footer .footer_logo img {
      width: 100%; }

/************  footer area cta btn   *************/
.footer_cta_area {
  color: #FAFAFA;
  margin-top: 60px; }
  @media screen and (max-width: 768px) {
    .footer_cta_area {
      margin-top: 8vw; } }
  .footer_cta_area .footer_cta_area_inner {
    width: 100%;
    max-width: 700px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .footer_cta_area .footer_cta_area_inner {
        width: 91.7%; } }
  .footer_cta_area .footer_cta_area_text {
    color: #FAFAFA;
    text-align: center; }

.footer_cta_area .tel_btn,
.footer_cta_area .web_qa_btn {
  text-align: center;
  transition: 0.3s;
  width: 700px;
  border-radius: 12px;
  margin: 0 auto;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); }
  .footer_cta_area .tel_btn:hover,
  .footer_cta_area .web_qa_btn:hover {
    cursor: pointer;
    opacity: 0.6; }
  @media screen and (max-width: 768px) {
    .footer_cta_area .tel_btn,
    .footer_cta_area .web_qa_btn {
      width: 100%; } }

.footer_cta_area .tel_btn {
  background-color: #E85A70;
  font-size: 6.3rem;
  font-weight: 600;
  padding: 22px 0; }
  @media screen and (max-width: 768px) {
    .footer_cta_area .tel_btn {
      font-size: 8.5vw;
      padding: 2.9vw; } }
  .footer_cta_area .tel_btn a {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border: none;
    cursor: pointer; }

.footer_cta_area .web_qa_btn {
  background-color: #4EA1D5;
  font-size: 3.1rem;
  font-weight: 600;
  padding: 27px 0;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .footer_cta_area .web_qa_btn {
      font-size: 4.2vw;
      padding: 3.3vw;
      margin-top: 4vw; } }
  .footer_cta_area .web_qa_btn a {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border: none;
    cursor: pointer; }

.footer_cta_area .fca_info {
  font-size: 3.2rem; }
  @media screen and (max-width: 768px) {
    .footer_cta_area .fca_info {
      font-size: 4.2vw; } }

/************  footer link area  *************/
.footer_link_area {
  display: flex;
  justify-content: space-between;
  width: 510px;
  margin: 120px auto 0; }
  @media screen and (max-width: 768px) {
    .footer_link_area {
      width: 60%;
      margin: 16vw auto 0; } }
  .footer_link_area p {
    font-size: 2.4rem; }
    @media screen and (max-width: 768px) {
      .footer_link_area p {
        font-size: 3.2vw; } }
  .footer_link_area a {
    text-decoration: underline; }
    .footer_link_area a:hover {
      cursor: pointer;
      opacity: 0.6; }

/************  footer copyright  *************/
footer .copyright {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 90px; }
  @media screen and (max-width: 768px) {
    footer .copyright {
      font-size: 2.93vw;
      margin-top: 12vw; } }
