/* home.cssのコピー */
.text {
  color: #0f2a4b;
  text-shadow: 1px 1px 8px #fff, -1px 1px 8px #fff, 1px -1px 8px #fff,
    -1px -1px 8px #fff;
  font-weight: bold;
}
.mainImage .mainImageContent {
  width: 100%;
}
.mainImageBtn:hover {
opacity: 0.9;
}
.mainImageBtn:hover img{
opacity: 0.6;
}
@media (min-width: 768px) {
  .mainImage {
    padding-top: 126px;
    padding-bottom: 0;
    position: relative;
}
.mainImage.sp_display {
    display: none !important;
}
.mainImageBtnFlexWrap {
    position: absolute;
    width: 21%;
    top: 380px;
    right: 5.5%;
}
.mainImageBtn {
    position: relative;
}
.mainImageArrow {
    position: absolute;
    width: 7%;
    right: 1.1%;
    top: 22%;
}
  h1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 33px !important;
    font-weight: 300 !important;
    color: #0f2a4b !important;
    letter-spacing: 0.4rem;
  }
  .h1_div {
    display: inline-block;
    /* border-bottom: 1px solid #0f2a4b;
			box-shadow: 0px 4px 3px -3px #FFF; */
    #box-shadow-bottom: 1px 1px 8px #fff;
    font-weight: 500;
  }
  em {
    padding: 0 10px;
    font-size: 97px;
    font-weight: 300;
    font-style: normal;
  }
  rt {
    font-size: 18px;
    font-weight: 300;
  }
  .h1Note {
    position: absolute;
    top: calc(42% + 150px);
    left: 0;
    right: 0;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.3rem;
  }
  .aboutIcl_image {
    width: 45px;
    height: auto !important;
  }
  .mainMenu .menulist {
    top: 31px !important;
  }
}
@media (max-width: 767px) {
  h1,
  .h1_div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1.6;
  }
  em {
    font-size: 32px;
    font-style: normal;
  }
  rt {
    font-size: 12px;
    font-weight: 300;
  }
  .mainImage {
    padding-top: 56px;
    position: relative;
}
.mainImage.pc_display {
    display: none !important;
}
.mainImageBtnFlexWrap {
    position: absolute;
    width: 61%;
    top: 43%;
    right: 3%;
}
.mainImageBtn {
    color: #0f2a4b;
    padding: 0%;
    position: relative;
    display: block;
}
.mainImageArrow {
    position: absolute;
    width: 6%;
    right: 2.5%;
    top: 26%;
}
  .h1_span {
    /* border-bottom: 1px solid #0f2a4b;
			box-shadow: 0px 4px 3px -3px #FFF; */
  }
  .h1Note {
    position: relative;
    top: calc(36% + 140px);
    left: 0;
    right: 0;
    max-width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 4px;
  }
  .mainImage .pc_display {
    display: none;
  }
  .aboutIcl_image {
    width: 32px;
    height: auto !important;
  }
  p {
    margin-bottom: 38px !important;
  }
}

/* 20200324 add */
.appeal_point {
  position: absolute;
  left: 0;
  right: 0;
  justify-content: space-between;
  margin: 0 auto;
  display: none;
}

@media (min-width: 768px) {
  .sp_display {
    display: none;
  }
  .appeal_point {
    top: 130px;
    max-width: 1200px;
  }
  .appeal_point img {
    width: calc(90% / 3);
  }
  .spOnly {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc_display {
    display: none;
  }
  .appeal_point {
    flex-direction: column;
    margin: 0 auto;
    display: none;
  }
  .first_appeal_point {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .first_appeal_point_image {
    margin-bottom: 4%;
  }
  .other_appeal_point {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .appeal_point img {
    height: auto;
    width: 45%;
  }
  .appeal_point_image_sp {
    margin: 0 auto;
  }
}

/* iphone10用 */
@media (min-height: 800px) and (max-width: 376px) {
  .mainImage {
    /*height: calc(87.4vh);*/
  }
  .appeal_point {
    bottom: 41%;
  }
}

/* iphone5/se用 */
@media (max-width: 321px) {
  .appeal_point {
    bottom: 30%;
  }
  .data_supplyment .data_supplyment_text {
    font-size: 12px;
    width: 95%;
  }
}

/* 20200525 add */
dt {
  color: #0f2a4b;
  font-weight: normal;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  dt {
    font-size: 16px;
  }
  th.single {
    text-align: center;
  }
  .footerMenuPC {
    margin: 0 auto;
  }
  .footerMenuPC .menu {
    width: 70%;
  }
  .data_supplyment {
    width: 100%;
    margin: 20px auto 60px;
  }
  .data_supplyment_area {
    max-width: 1200px;
    margin: 0 auto;
  }
  .data_supplyment_text {
    font-size: 18px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  dt {
    font-size: 4vw;
  }
  .data_supplyment {
    margin: 20px auto 50px;
    padding: 0 20px;
  }
  .data_supplyment_area {
    /* padding: 10px 0; */
  }
  .data_supplyment_text {
    font-size: 14px;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 767px) {
  .sp_accordion_menu {
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 10px 25px;
    position: relative;
    text-align: left;
  }
  a:focus {
    color: #fff;
    text-decoration: none;
  }
}

@media (max-width: 380px) {
  .mainImageBtnFlexWrap {
      top: 42%;
  }
}