#h2box {
  background: #000 url(../images/common/h2boxbg.png) center left no-repeat;
  background-size: cover;
  padding: 80px 0;
  margin-bottom: 40px;
}
#h2box h2 {
  color: #fff;
  font-size: 3em;
  font-family: "Shippori Mincho", serif;
  max-width: 1024px;
  padding-left: 20px;
}

section {
  padding: 140px 0;
}
section#section01 {
  padding-top: 0;
}
section:nth-child(odd) {
  background: #FFF5EB;
}
section:last-child {
  padding-bottom: 180px;
}
section h3 {
  margin-bottom: 40px;
}
section h3 span {
  font-size: 2.2em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section h3 span:after {
  margin-left: 5px;
  border-top: 5px solid #EE2314;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#about #section01 table th {
  width: 8em;
}
#about #section01 table td {
  line-height: 1.8;
}
#about #section02 .chartbox {
  background-color: #fff;
  padding: 30px;
}
#about #section03 .mapbox {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
#about #section03 .mapbox iframe {
  width: 100%;
  height: 480px;
}
#about #section03 .itemboxover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  gap: 20px 50px;
  margin-top: 40px;
  text-align: left;
}
#about #section03 .itemboxover h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
#about #section03 .itemboxover h5 {
  color: #EE2314;
  font-weight: bold;
  margin-bottom: 20px;
}
#about #section03 .itemboxover .markli {
  line-height: 1.8;
  margin-bottom: 20px;
}
#about #section03 .itemboxover .numberdl dt {
  width: 1em;
  float: left;
  line-height: 1.8;
}
#about #section03 .itemboxover .numberdl dd {
  padding-left: 1.5em;
  margin-bottom: 10px;
  line-height: 1.8;
}
#about #section03 .itemboxover p {
  line-height: 1.6;
}

#profile #section01 .mainread {
  font-size: 3em;
  font-weight: bold;
}
#profile #section01 .itemboxover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
}
#profile #section01 .itemboxover .item_a {
  font-size: 1.2em;
  font-weight: bold;
}
#profile #section01 .txtitem {
  background: #000 url(../images/profile/s1bg.png) center center no-repeat;
  background-size: cover;
  padding: 40px 0;
  margin-top: 60px;
}
#profile #section01 .txtitem .txtiteminner {
  max-width: 1024px;
  margin: 0 auto;
}
#profile #section02 {
  background-color: #fff;
  padding-top: 0;
}
#profile #section02 h4 {
  color: #EE2314;
  font-weight: bold;
  font-size: 1.8em;
}
#profile #section02 .itembox {
  padding-bottom: 40px;
}
#profile #section02 .itembox:last-child {
  padding-bottom: 0px;
}
#profile #section02 .itembox p {
  margin-top: 20px;
  line-height: 1.6;
}
#profile #section02 .itembox.item02 .imgboxover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 30px;
}
#profile #section02 .itembox.item03 .imgboxover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 30px;
}
#profile #section03 {
  padding-top: 0;
}
#profile #section03 .readtxt {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
#profile #section04 .readtxt, #profile #section05 .readtxt {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  line-height: 1.6;
}
#profile #section04 h3.minh3, #profile #section05 h3.minh3 {
  font-size: 2em;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 20px;
}
#profile #section04 .h3txt, #profile #section05 .h3txt {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}
#profile #section04 .itemboxover, #profile #section05 .itemboxover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px 60px;
  margin-top: 40px;
}
#profile #section04 .itemboxover h4, #profile #section05 .itemboxover h4 {
  background-color: #EE2314;
  color: #fff;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 50px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.2em;
}
#profile #section04 .itemboxover p, #profile #section05 .itemboxover p {
  padding-left: 20px;
  line-height: 1.6;
}
#profile #section07 .itemboxover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px 50px;
}
#profile #section07 .itemboxover iframe {
  width: 100%;
}
#profile #section07 .photoboxover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px 50px;
  max-width: 950px;
  margin: 60px auto 0 auto;
}
#profile #section07 .photoboxover img {
  width: 100%;
}

#greeting .mainimgbox {
  margin-bottom: 40px;
}
#greeting .mainimgbox .txt_right {
  margin-top: 10px;
  font-size: 0.8em;
  text-align: right;
}
#greeting #section01 {
  padding-top: 140px;
}
#greeting #section01 .itemboxover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 0.6fr;
  grid-template-columns: 1fr 0.6fr;
  gap: 20px 50px;
}
#greeting #section02 .itemboxover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.6fr 50px 1fr;
  grid-template-columns: 0.6fr 1fr;
  gap: 20px 50px;
}
#greeting #section02 .itemboxover2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
  margin-top: 60px;
  max-width: 950px;
  margin: 60px auto 0 auto;
}

#recruit #section01 .txtbox p {
  text-align: center;
}
#recruit #section01 .txtbox .btnboxover {
  max-width: 455px;
  margin: 40px auto 0 auto;
  background-color: #EE2314;
  border: 1px #EE2314 solid;
}
#recruit #section01 .txtbox .btnboxover .btnbox {
  margin-top: 0px;
}
#recruit #section01 .txtbox .btnboxover .btnbox a:before {
  height: 69px;
}

@media screen and (max-width: 1024px) {
  #h2box h2 {
    padding-left: 20px;
  }
}
/* -------------------------------sp--------------------------------------------- */
@media screen and (max-width: 842px) {
  section {
    padding: 40px 0;
  }
  #about #section01 .itemboxover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #about #section03 .itemboxover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #profile #section01 .mainread {
    font-size: 2em;
  }
  #profile #section01 .itemboxover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #profile #section01 .txtitem {
    background: #000 url(../images/profile/s1bg_sp.png) center center no-repeat;
    background-size: cover;
  }
  #profile #section01 .txtitem img {
    width: 60vw;
  }
  #profile #section02 .itembox.item02 .imgboxover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #profile #section02 .itembox.item03 .imgboxover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #profile #section03 .readtxt {
    font-size: 1.2em;
  }
  #profile #section04 h3.minh3, #profile #section05 h3.minh3 {
    font-size: 1.6em;
  }
  #profile #section04 .h3txt, #profile #section05 .h3txt {
    font-size: 1.1em;
  }
  #profile #section04 .readtxt, #profile #section05 .readtxt {
    font-size: 1.1em;
  }
  #profile #section04 .itemboxover, #profile #section05 .itemboxover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #profile #section07 .itemboxover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #profile #section07 .photoboxover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #greeting #section01 {
    padding-top: 60px;
  }
  #greeting #section01 .itemboxover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #greeting #section02 .itemboxover {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #greeting #section02 .itemboxover .itembox:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #greeting #section02 .itemboxover .itembox:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #greeting #section02 .itemboxover2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}