@charset "UTF-8";

/* 
----------------------------------------------------------- */
h3 {
  letter-spacing: 4px;
  margin-bottom: 80px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}

h3 .title_en {
  color: #003f93;
  font-size: 13px;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

h3 .title_en:before,
h3 .title_en:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #003f93;
}

h3 .title_en:before {
  left: -60px;
}

h3 .title_en:after {
  right: -60px;
}

@media screen and (max-width: 1024px) and (min-width: 740px) {
  h3 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 739px) {
  h2 {
    font-size: 30px;
    font-size: 3.2rem;
    letter-spacing: 3px;
  }

  h3 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
    letter-spacing: 4px;
    /* position: absolute; */
    position: absolute;
    top: -15vw;
    width: 70%;
    left: 2.5vw;
  }
}

/* main_visual
----------------------------------------------------------- */

/* .top_sec01
----------------------------------------------------------- */
.top_sec01 {
  display: flex;
  position: relative;
  /*flex: 1;*/
  margin-bottom: 22rem;
  z-index: 0;
}

.top_sec01:before {
  display: block;
  content: "";
  width: 60vw;
  background: #dbeff9;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 60px;
  margin-right: calc(50% - 50vw);
}

.top_sec01_img {
  width: 52vw;
  margin-left: calc(50% - 50vw);
  margin-right: 4%;
}

#top h3 span {
  font-size: 2rem;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  font-weight: 400;
}

#top h3 span:before {
  width: 24px;
  height: 1px;
  background: #333;
  display: block;
  content: "";
  margin-right: 10px;
}

.top_sec01_txt p {
  font-size: 2.4rem;
  line-height: 2.4;
  text-align: right;
}

@media screen and (max-width: 900px) {

  .top_sec01_txt p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 739px) {

  .top_sec01 {
    flex-direction: column;
    align-items: stretch;
  }

  .top_sec01:before {
    width: 95vw;
    top: 20vw;
    height: calc(100% - 20vw + 4rem);
  }

  .top_sec01_img {
    width: 95vw;
  }

  .top_sec01_txt p {
    font-size: 2rem;
    text-align: right;
    margin-top: 5.4vw;
  }
}

/* .top_sec02
----------------------------------------------------------- */
.top_sec02 {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  z-index: 0;
  justify-content: space-between;
  margin-bottom: 22rem;
}

.top_sec02:before {
  display: block;
  content: "";
  width: 60vw;
  background: #dbeff9;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 60px;
  margin-left: calc(50% - 50vw);
}

.top_sec02_img {
  width: 48vw;
  margin-right: calc(50% - 50vw);
}

.top_sec02_inner {
  flex: 1;
}

.top_sec02_txt dl {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  margin-bottom: 3rem;
}

.top_sec02_txt dl dt {
  margin-right: 4%;
}

@media screen and (max-width: 900px) {

  .top_sec02_txt dl {
    font-size: 1.8rem;
  }

  .top_sec02_txt dl dt {
    width: 12%;
  }
}

@media screen and (max-width: 739px) {

  .top_sec02 {
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 12rem;
  }

  .top_sec02:before {
    width: 95vw;
    top: 20vw;
    height: calc(100% - 20vw + 4rem);
  }

  .top_sec02_img {
    width: 95vw;
  }

  .top_sec02_txt dl {
    font-size: 1.8rem;
    width: 92%;
    /* padding-top: 3rem; */
  }

  .top_sec02_txt dl dt {
    width: 12%;
  }

  .top_sec02_txt dl dd {
    width: 88%;
  }

  .top_sec02_txt {
    padding-top: 4rem;
  }

  .top_sec02_inner {
    margin-right: calc(50% - 50vw);
    width: 95vw;
  }
}

/* .top_sec03
----------------------------------------------------------- */
.top_sec03 {
  position: relative;
  margin-bottom: 20rem;
}

.top_sec03:before {
  display: block;
  content: "";
  width: 100vw;
  background: #dbeff9;
  height: calc(50% + 6rem);
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  margin: 0 calc(50% - 50vw);
  /* padding: 0 0 6rem 0; */
}

.top_sec03_innner {
  display: flex;
  justify-content: space-between;
}

.top_sec03_list {
  width: 30%;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem;
  box-shadow: 0 0 16px 0px rgb(224 235 239 / 66%);
}

.top_sec03_list img {
  border-radius: 10px 10px 0 0;
}

.top_sec03 h3 {
  text-align: center;
}

#top .top_sec03 h3 span {
  justify-content: center;
  text-align: center;
}

#top .top_sec03 h3 span:after {
  width: 24px;
  height: 1px;
  background: #333;
  display: block;
  content: "";
  margin-left: 10px;
}

.top_sec03_list h4 {
  font-size: 2.2rem;
  text-align: center;
  padding: 2rem 0;
  color: #0090d5;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

.top_sec03_list p {
  padding: 0 2rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.top_sec03 .btn a {
  width: 80%;
}

.btn a {
  display: flex;
  background: #0090d5;
  margin: 0 auto;
  padding: 1.5rem 0;
  color: #fff;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.btn a:after {
  content: "";
  display: block;
  width: 35px;
  height: 8px;
  background: url("../img/arrow-right-solid.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 1.5rem;
}

@media screen and (max-width: 900px) {

  .top_sec03_list {
    width: 32%;
  }
}

@media screen and (max-width: 739px) {
  .top_sec03_innner {
    flex-direction: column;
  }

  .top_sec03_list {
    width: 100%;
    margin-bottom: 3rem;
  }

  .top_sec03:before {
    top: 20%;
    height: calc(80% + 4rem);
  }

  .top_sec03 h3 {
    position: inherit;
    margin: 0 auto 3rem auto;
    left: inherit;
    top: inherit;
  }

  .top_sec03 {
    margin-bottom: 16rem;
  }
}

/* .top_sec04
----------------------------------------------------------- */
.top_sec04 {
  position: relative;
}

.top_sec04:before {
  display: block;
  content: "";
  width: 100vw;
  background: url("../img/top_img06_pc.webp") no-repeat center;
  background-size: cover;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  margin: 0 calc(50% - 50vw);
}

.top_sec04_inner {
  padding: 9rem 0;
}

.top_sec04_inner p {
  line-height: 1.75;
  margin-bottom: 4rem;
}

.top_sec04_inner .btn {
  width: 30%;
}

.top_sec04_inner h3 {
  margin-bottom: 5rem;
}

@media screen and (max-width: 900px) {
  .top_sec04_inner {
    padding: 4.5rem 0;
  }

}

@media screen and (max-width: 739px) {
  .top_sec04:before {
    background: url(../img/top_img06_sp.webp) no-repeat center;
    background-size: cover;
  }

  .top_sec04_inner h3 {
    position: inherit;
    margin: 0 auto;
  }

  .top_sec04_inner h3 span {
    justify-content: center;
  }

  .top_sec04_inner h3 span:after {
    width: 24px;
    height: 1px;
    background: #333;
    display: block;
    content: "";
    margin-left: 10px;
  }

  .top_sec04_inner {
    padding: 70vw 0 10vw 0;
    text-align: center;
  }

  .top_sec04_inner p {
    margin: 1rem 0 0 0;
  }

  .top_sec04_inner .btn {
    width: 80%;
    margin: 1.5rem auto;
  }

  h3 br {
    display: none;
  }
}