@charset "utf-8";

/*----------------------------------------------------------------------------------------------
	top
----------------------------------------------------------------------------------------------*/

.top_main {
  width: 100%;
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

.main_ttl {
  font-family: "Noto Sans JP";
  position: absolute;
  top: 50%;
  left: 5%;
  color: #004B9A;
  font-size: 50px;
  font-weight: 700;
}

.main_ttl ._sub {
  color: #212121;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  display: block;
}

.main_ttl ._small {
  font-size: .7em;
  font-weight: 700;
  color: #212121;
}

/* home_contents */
.l-row {
  position: relative;
}

@media (max-width: 768px) {
  .top_main {
    width: 100%;
    padding-top: 0;
    overflow: hidden;
  }
  .main_ttl {
    top: 20%;
    left: 5%;
    font-size: 9.2vw;
  }

  .main_ttl ._sub {
    font-size: 18px;
  }

}


.sec_top_message {
  margin-top: 100px;
}

.sec_title {
  font-family: Raleway;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 50px;
  margin-top: -50px;
}

.sec_title .ttl-en {
  background: linear-gradient(270deg, #76C7DD 0%, #ABDDF7 118.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
}

.sec_title .ttl-jp {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  color: #212121;
  margin-top: .5em;
}

.top_message_box {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  gap: 8%;
}

.top_message_box_left {
  flex: 1;
  width: 38%;
}

.top_message__text {
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5;
}

.top_message__sign {
  text-align: right;
  margin-top: 2em;
}

.top_message__img {
  width: 57%;
}
.top_message__img img {
  filter: drop-shadow(10px 10px 40px rgba(0, 0, 0, 0.15));
}

/* products */
.sec_top_products {
  margin-top: 120px;
}

.products_ttl {
  font-family: Raleway;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  margin-top: 1em;
  background: linear-gradient(270deg, #76C7DD 0%, #ABDDF7 118.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.products_list01 + .products_ttl {
  margin-top: 120px;
}

.products_txt {
  color: #212121;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-top: 1em;
}

.products_list01 {
  display: flex;
  gap: 40px 2.3%;
  flex-wrap: wrap;
  margin-top: 40px;
}

.products_list__item {
  width: calc((100% - 6.9%) / 4);
}

.list_col3 .products_list__item {
  width: calc((100% - 4.6%) / 3);
}

.list_col3 .products_list__item_wide {
  width: calc(((100% - 4.6%) / 3) * 2 + 2.3%);
}

.products_list__item {
  text-align: center;
}

.products_list__item_name {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 8px;
}

.service_info {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-top: 120px;
}


.delivery_schedule_notice {
  width: clamp(200px, 90%, 978px);
  margin-inline: auto;
  border: 1px solid #ADDEF8;
  background: linear-gradient(90deg, #F4FBFF 0%, #EBFBFF 100%);
  text-align: center;
  margin-top: 60px;
  padding: 56px 20px;
}

.delivery_schedule_notice_title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.delivery_schedule_list {
  display: flex;
  width: 90%;
  margin-inline: auto;
  margin-top: 24px;
  gap: 20px;
  justify-content: center;
}

.delivery_schedule_list li {
  display: flex;
  background: #fff;
  flex-direction: column;
  /* align-content: center; */
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px 3%;
}

.delivery_schedule_list_txt01 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.delivery_schedule_list_txt02 {
  color: #2A87EA;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-top: 8px;
}

.delivery_schedule_list_txt02 span {
  font-weight: 600;
  font-size: 1.8em;
  line-height: 1;
}

.delivery_schedule_notice_txt01 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-top: 1em;
}

.delivery_schedule_notice_txt02 {
  color: #D11E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-top: .3em;
}

.delivery_schedule_notice_txt03 {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  margin-top: .5em;
}

/* sec_top_outline */
.sec_top_outline {
  margin-top: 120px;
}

.p-overview__contents {
  width: clamp(200px, 90%, 978px);
  margin-inline: auto;
  margin-top: 40px;
}

.p-overview__block {
  display: flex;
  border-bottom: 1px solid rgba(71, 161, 210, 0.25);
}
.p-overview__block:first-child {
    border-top: 1px solid rgba(71, 161, 210, 0.25);
}

.p-overview__block dt {
  flex: 0 1 23.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 3.2rem 0 3.2rem 1em;
  position: relative;
}
.p-overview__block dt::before {
  content: "";
  position: absolute;
  bottom: -1.5px;
  left: 0;
  background-color: #47A1D2;
  width: 100%;
  height: 1.5px;
}

.p-overview__block:first-child dt::after {
  content: "";
  position: absolute;
  top: -1.5px;
  left: 0;
  background-color: #47A1D2;
  width: 100%;
  height: 1.5px;
}


.p-overview__block dd {
  flex: 1;
  padding: 3.2rem 1em 3.2rem 2em;
}

.slide-img {
  width: 100%;
  display: flex;
  margin-top: 80px;
}

/* sec_top_access */
.sec_top_access {
  margin-top: 120px;
}

.access_map {
  width: 100%;
  margin-top: 40px;
}

.access_map iframe {
  width: 100%;
  height: 400px;
}

.access_map_txt {
  margin-top: 1em;
}

/* sp 
---------------------------------------------------------*/
@media (max-width: 768px) {  
 .sec_top_message {
    margin-top: 40px;
  }

  .sec_title {
    font-family: Raleway;
    font-size: 46px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .sec_title .ttl-en {
    background: linear-gradient(270deg, #76C7DD 0%, #ABDDF7 118.43%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 300;
  }

  .sec_title .ttl-jp {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    color: #212121;
    margin-top: .5em;
  }

  .top_message_box {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column-reverse;
  }

  .top_message_box_left {
    flex: 1;
    width: 100%;
  }

  .top_message__text {
    text-align: justify;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2;
  }

  .top_message__sign {
    text-align: right;
    margin-top: 2em;
  }

  .top_message__sign img {
    height: 6vw;
    width: auto;
  }

  .top_message__img {
    width: 100%;
  }
  .top_message__img img {
    filter: drop-shadow(10px 10px 40px rgba(0, 0, 0, 0.15));
  }

  /* products */
  .sec_top_products {
    margin-top: 60px;
  }

  .products_ttl {
    font-family: Raleway;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    margin-top: 1em;
    background: linear-gradient(270deg, #76C7DD 0%, #ABDDF7 118.43%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .products_list01 + .products_ttl {
    margin-top: 60px;
  }

  .products_txt {
    color: #212121;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-top: 1em;
  }

  .products_list01 {
    display: flex;
    gap: 25px 4%;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .products_list__item {
    width: calc((100% - 4%) / 2);
  }

  .list_col3 .products_list__item {
    width: calc((100% - 4%) / 2);
  }

  .list_col3 .products_list__item_wide {
    width: calc(((100% - 4%) / 2) * 2 + 4%);
  }

  .list_col3 .products_list__item:nth-child(8) {
    order: 2;
  }

  .list_col3 .products_list__item:nth-child(9) {
    order: 1;
  }
  
  .products_list__item {
    text-align: center;
  }

  .products_list__item_name {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin-top: 8px;
  }

  .service_info {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-top: 60px;
  }


  .delivery_schedule_notice {
    width: clamp(200px, 90%, 978px);
    margin-inline: auto;
    border: 1px solid #ADDEF8;
    background: linear-gradient(90deg, #F4FBFF 0%, #EBFBFF 100%);
    text-align: center;
    margin-top: 60px;
    padding: 36px 20px;
  }

  .delivery_schedule_notice_title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
  }

  .delivery_schedule_list {
    display: flex;
    width: 90%;
    margin-inline: auto;
    margin-top: 24px;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
  }

  .delivery_schedule_list li {
    display: flex;
    background: #fff;
    flex-direction: column;
    /* align-content: center; */
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 3%;
  }

  .delivery_schedule_list_txt01 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
  }

  .delivery_schedule_list_txt02 {
    color: #2A87EA;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-top: 8px;
  }

  .delivery_schedule_list_txt02 span {
    font-weight: 600;
    font-size: 1.8em;
    line-height: 1;
  }

  .delivery_schedule_notice_txt01 {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-top: 1em;
  }

  .delivery_schedule_notice_txt02 {
    color: #D11E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-top: .3em;
  }

  .delivery_schedule_notice_txt03 {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin-top: .5em;
  }

  /* sec_top_outline */
  .sec_top_outline {
    margin-top: 60px;
  }

  .p-overview__contents {
    width: clamp(200px, 100%, 978px);
    margin-inline: auto;
    margin-top: 40px;
  }

  .p-overview__block {
    display: flex;
    border-bottom: 1px solid rgba(71, 161, 210, 0.25);
  }
  .p-overview__block:first-child {
      border-top: 1px solid rgba(71, 161, 210, 0.25);
  }

  .p-overview__block dt {
    flex: 0 1 7em;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 1.5em 0 1.5em 0;
    position: relative;
  }
  .p-overview__block dt::before {
    content: "";
    position: absolute;
    bottom: -1.5px;
    left: 0;
    background-color: #47A1D2;
    width: 100%;
    height: 1.5px;
  }

  .p-overview__block:first-child dt::after {
    content: "";
    position: absolute;
    top: -1.5px;
    left: 0;
    background-color: #47A1D2;
    width: 100%;
    height: 1.5px;
  }


  .p-overview__block dd {
    flex: 1;
    padding: 1.5em 0 1.5em 1em;
  }

  .slide-img {
    width: 100%;
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .slide-img-item {
    width: calc(100% / 3);
  }

  /* sec_top_access */
  .sec_top_access {
    margin-top: 60px;
  }

  .access_map {
    width: 100%;
    margin-top: 40px;
  }

  .access_map iframe {
    width: 100%;
    height: 400px;
  }

  .access_map_txt {
    margin-top: 1em;
  }

}

