@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&display=swap');
/* CSS Document */
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  display: flex;
  align-items: stretch； justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
.flex-wrap {
  width: calc(100% - 335px);
  padding: 0px 0% 0px 0%;
  margin: 60px 0 60px auto;
  display: block;
  position: relative;
  background-color: rgb(255 255 255 / 95%);
  border-radius: 10px;
  border: 1px solid #002266;
  box-shadow: 10px 10px 15px -5px #00195c94;
}
.flex-wrap img {
  width: 100%;
  top: 0;
  margin: auto;
}
.txt_l {
  font-size: 1.8rem;
}
.bold {
  font-weight: 600;
}
.main_in {
  padding: 46px 5%;
}
.title2 {
  background: #2062a7;
  color: #FFF;
  font-size: 3.0rem;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 50px 0%;
  margin: 0px 0px 0px 0px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  border-top: 2px solid #66a5d4;
  border-left: 2px solid #66a5d4;
  border-right: 2px solid #66a5d4;
  position: relative;
}
.title2::after {
  content: '';
  width: 80px;
  height: 5px;
  display: inline-block;
  background-color: #fff100;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 40px);
}
.title3 {
  padding: 0px 0px 0px 20px;
  font-size: 2.2rem;
  line-height: 3.0rem;
  margin: 0px 0px 20px 0px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}
.title3::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background-color: #2062a7;
}
.title3::after {
  position: absolute;
  content: '';
  top: 0%;
  left: 0;
  width: 3px;
  height: 10px;
  background-color: #fff100;
}
.title4 {
  border: 1px solid #2062a7;
  padding: 7px 3% 9px 3%;
  color: #2062a7;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 100vh;
  background-color: #FFF;
  margin: 0px auto 10px auto;
}
.title5 {
  color: #2062a7;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  padding: 0px 0px 0px 20px;
}
.title5::after {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 100vh;
  display: inline-block;
  background-color: #fff100;
  position: absolute;
  top: 6px;
  left: 0;
}
.greeting {
  padding: 0px 0px 15px 0px;
  line-height: 220%;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0px auto 0px auto;
}
.txt1 {
  padding: 0px 0px 50px 0px;
  line-height: 170%;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0px auto 0px auto;
}
.txt2 {
  padding: 0px 0px 30px 0px;
  line-height: 170%;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0px auto 0px auto;
}
.min_height {
  min-height: 640px;
}
.list01 li {
  position: relative;
  padding: 0px 0px 10px 20px;
  text-decoration: none;
  text-align: justify;
  text-justify: inter-ideograph;
  list-style: none;
  line-height: 150%;
}
.list01 li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  margin: 0;
  width: 8px;
  height: 8px;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 3px solid #fff100;
  border-right: 3px solid #fff100;
}


@media screen and (max-width:1200px) {}
@media screen and (max-width:1060px) {
  .wrapper {
    display: block;
  }
  .flex-wrap {
    max-width: 860px;
    width: 96%;
    padding: 0px 0% 50px 0%;
    margin: 5% auto;
  }
  .min_height {
    min-height: 200px;
  }
  .title2 {
    padding: 5.5Z% 0;
  }
}
@media screen and (max-width:860px) {}
@media screen and (max-width:460px) {
  .flex-wrap {
    padding: 0px 0% 0px 0%;
  }
  .txt1 {
    padding: 0px 0px 30px 0px;
  }
  .title2 {
    font-size: 6.5vw;
    padding: 8% 0;
  }
  .title3 {
    font-size: 1.9rem;
    line-height: 2.5rem;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 15px 0px;
  }
  .title4 {
    padding: 6px 5% 7px 5%;
    font-size: 1.5rem;
    margin: 0px auto 10px auto;
  }
  .txt_l {
    font-size: 1.6rem;
  }
  .txt2 {
    padding: 0px 0px 20px 0px;
  }

}