@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* CSS Document */
.flex-wrap {
  padding: 0;
  margin: 0px;
  display: block;
  width: 875px;
  position: relative;
}
h2.title1 {
  width: 100%;
  margin: 0;
  background: #e50211;
  font-weight: 500;
  font-style: normal;
  font-size: 3.6rem;
  color: #fff;
  height: 170px;
  border-bottom: 14px solid #000;
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 80px;
  letter-spacing: 5px;
}
h2.title1 img {
  width: 100%;
}
.txt_l {
  font-size: 1.8rem;
}
.indent {
  text-indent: 1em;
}
.content {
  min-height: 500px;
  margin: 50px 5%;
}
.greeting_box {
  display: flex;
  line-height: 220%;
  align-items: center;
  margin: 0px 0px 50px 0px;
}
.greeting {
  padding: 0px 0px 20px 0px;
  line-height: 220%;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0px auto 0px auto;
}
.photo {
  width: 230px;
  margin: 0px 30px 0px 0px;
}
.txt1 {
  padding: 0px 0px 45px 0px;
  line-height: 180%;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0px auto 0px auto;
}
.title2 {
  padding: 0px 0px 0px 20px;
  font-size: 1.8rem;
  line-height: 3.0rem;
  margin: 0px 0px 20px 0px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
}
.title2::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background-color: #000;
}
.title2::after {
  position: absolute;
  content: '';
  top: 0%;
  left: 0;
  width: 3px;
  height: 10px;
  background-color: #e50211;
}
.list01 li {
  position: relative;
  padding: 0px 0px 20px 20px;
  text-decoration: none;
  text-align: justify;
  text-justify: inter-ideograph;
  list-style: none;
}
.list01 li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0px;
  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: 2px solid #e50211;
  border-right: 2px solid #e50211;
}
@media screen and (max-width:1200px) {
  .flex-wrap {
    padding: 0;
    margin: 0px;
    display: block;
    width: 875px;
    position: relative;
  }
}
@media screen and (max-width:1024px) {
  .flex-wrap {
    margin: 0px auto 0px auto;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 875px;
  }
  h2.title1 {
    border-bottom: none;
  }
}
@media screen and (max-width:750px) {
  .flex-wrap {
    width: 100%;
    max-width: 100%;
  }
  h2.title1 {
    font-size: 2.5rem;
    height: 120px;
    border-bottom: 10px solid #000;
    border-top: 10px solid #000;
    padding: 0px 0px 0px 5%;
  }
}
@media screen and (max-width:650px) {
  .greeting_box {
    display: block;
  }
  .greeting_box p {
    text-align: center;
    line-height: 180%;
  }
  .photo {
    max-width: 230px;
    width: 100%;
    margin: 0px auto 20px auto;
  }
}