@charset "UTF-8";
/*基本の緑*/
/*薄い緑*/
/*薄いグレー*/
/*スマホメニューの色*/
/*スマホメニューの色*/
.bgbox {
  background-color: #E8F7F6;
  padding: 90px 0;
}

#h2box {
  background: url(../images/common/ttlboxbg.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 65px 0;
}
#h2box .h2_en {
  font-family: Futura, "Century Gothic", sans-serif;
  font-size: 20px;
  color: #FDE73E;
  text-align: center;
  margin-bottom: 10px;
}
#h2box h2 {
  font-size: 40px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ＭＳ ゴシック", sans-serif;
  color: #fff;
  font-weight: bold;
}

#section01 {
  padding-top: 130px;
}

#about h3 {
  font-size: 35px;
  padding-bottom: 20px;
  margin-bottom: 100px;
  position: relative;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#about h3:after {
  content: "";
  width: 40px;
  height: 3px;
  display: block;
  background-color: #00A29A;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#about h4 {
  color: #00A29A;
  text-align: left;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 75px;
}
#about .mainimg {
  margin-bottom: 80px;
}
#about .mainimg img {
  width: 100%;
}
#about #section01 {
  padding-bottom: 100px;
}
#about #section02 {
  background-color: #E8F7F6;
  padding: 90px 0;
}
#about #section02 .listbox {
  background-color: #fff;
  padding: 50px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}
#about #section02 table {
  width: 1000px;
  margin: 0 auto;
}
#about #section02 table th {
  padding: 15px;
  text-align: left;
  width: 12em;
  vertical-align: top;
  position: relative;
}
#about #section02 table th:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#about #section02 table td {
  padding: 15px 40px;
  text-align: left;
  border-bottom: 1px #707070 solid;
}
#about #section02 table td dl {
  text-align: left;
}
#about #section02 table td dl dt {
  width: 4em;
  float: left;
}
#about #section02 table td dl dd {
  padding-left: 5em;
  margin-bottom: 10px;
}
#about #section02 table td dl dd:last-child {
  margin-bottom: 0;
}
#about #section02 table td dl ul li {
  margin-bottom: 10px;
}
#about #section02 table td dl ul li:last-child {
  margin-bottom: 0;
}

#activities #section01 .itembox {
  margin-bottom: 80px;
}
#activities #section01 .itembox .txtbox {
  width: 48%;
}
#activities #section01 .itembox .txtbox .numberbox {
  margin-bottom: 40px;
}
#activities #section01 .itembox .txtbox .numberbox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
#activities #section01 .itembox .txtbox .numberbox dl dt {
  width: 84px;
}
#activities #section01 .itembox .txtbox .numberbox dl dd {
  width: calc(100% - 100px);
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#activities #section01 .itembox .txtbox .numberbox dl dd p {
  font-size: 25px;
  margin-top: 10px;
}
#activities #section01 .itembox .txtbox .numberbox dl dd h3 {
  font-size: 35px;
}
#activities #section01 .itembox .imgbox {
  width: 48%;
}
#activities #section01 .itembox.itembox02 .txtbox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#activities #section01 .itembox.itembox02 .imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#activities #section01 .itembox.itembox04 .txtbox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#activities #section01 .itembox.itembox04 .imgbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#privacy .readtext {
  margin-bottom: 40px;
}
#privacy dl {
  text-align: left;
}
#privacy dl dt {
  border-bottom: 2px #707070 solid;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}
#privacy dl dt:before {
  content: "";
  width: 200px;
  height: 2px;
  background-color: #17978F;
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
}
#privacy dl dd {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#privacy dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
}
#privacy dl dd ul li ul ul {
  margin-left: 20px;
}

.blog {
  background-color: #FBFBFB;
}
.blog .newsbox {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 75px;
}
.blog .newsbox dl {
  text-align: left;
}
.blog .newsbox dl dt {
  width: 8em;
  float: left;
}
.blog .newsbox dl dd {
  padding-left: 9em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #707070 dotted;
}
.blog .pagenavbox {
  margin-bottom: 40px;
}

.archive.post-type-archive-report, .archive.post-type-archive-seminar {
  background-color: #FBFBFB;
}
.archive.post-type-archive-report .itembox, .archive.post-type-archive-seminar .itembox {
  margin-bottom: 120px;
}
.archive.post-type-archive-report .itembox:after, .archive.post-type-archive-seminar .itembox:after {
  content: "";
  display: block;
  width: 27.7777777778%;
  height: 0;
}
.archive.post-type-archive-report .itembox .nolist, .archive.post-type-archive-seminar .itembox .nolist {
  text-align: center;
  width: 100%;
}
.archive.post-type-archive-report .itembox .itemboxinner, .archive.post-type-archive-seminar .itembox .itemboxinner {
  width: 27.7777777778%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.6);
  margin-bottom: 60px;
}
.archive.post-type-archive-report .itembox .itemboxinner .imgbox, .archive.post-type-archive-seminar .itembox .itemboxinner .imgbox {
  height: 186px;
}
.archive.post-type-archive-report .itembox .itemboxinner .txtbox, .archive.post-type-archive-seminar .itembox .itemboxinner .txtbox {
  padding: 20px;
}
.archive.post-type-archive-report .itembox .itemboxinner p.days, .archive.post-type-archive-seminar .itembox .itemboxinner p.days {
  font-size: 16px;
  margin-bottom: 10px;
}
.archive.post-type-archive-report .itembox .itemboxinner p.ttl, .archive.post-type-archive-seminar .itembox .itemboxinner p.ttl {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0px;
}
.archive.post-type-archive-report .pagenavbox, .archive.post-type-archive-seminar .pagenavbox {
  margin-bottom: 40px;
}

.wp-pagenavi span {
  background-color: #00A29A;
  color: #fff;
  border: none;
  padding: 5px 10px;
}
.wp-pagenavi a {
  border: none;
  color: #00A29A;
  padding: 5px 10px;
}
.wp-pagenavi a.previouspostslink {
  border: 1px #00A29A solid;
}
.wp-pagenavi a.nextpostslink {
  border: 1px #00A29A solid;
}

.single {
  background-color: #FBFBFB;
}
.single .newsbox {
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  margin-bottom: 60px;
}
.single .newsbox .entry-head {
  margin-bottom: 40px;
}
.single .newsbox .entry-head dl {
  text-align: left;
}
.single .newsbox .entry-head dl dt {
  font-size: 16px;
  margin-bottom: 10px;
}
.single .newsbox .entry-head dl dd {
  font-size: 23px;
  font-weight: bold;
}
.single .newsbox .entry-head .imgbox {
  margin-bottom: 40px;
}
.single ul.prev_next_list {
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single ul.prev_next_list li {
  width: 48%;
}
.single ul.prev_next_list li.prev {
  text-align: left;
}
.single ul.prev_next_list li.prev a {
  background-color: #00A29A;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  width: 300px;
  display: inline-block;
}
.single ul.prev_next_list li.prev a:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 40px;
}
.single ul.prev_next_list li.next {
  text-align: right;
}
.single ul.prev_next_list li.next a {
  background-color: #00A29A;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  width: 300px;
  display: inline-block;
}
.single ul.prev_next_list li.next a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 40px;
}

#contact, #contact_check, #thanks {
  background-color: #FBFBFB;
}
#contact .formbox, #contact_check .formbox, #thanks .formbox {
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  margin-bottom: 60px;
}
#contact .formbox table, #contact_check .formbox table, #thanks .formbox table {
  text-align: left;
  width: 100%;
}
#contact .formbox table th, #contact_check .formbox table th, #thanks .formbox table th {
  width: 13em;
  padding: 20px;
  position: relative;
}
#contact .formbox table th:after, #contact_check .formbox table th:after, #thanks .formbox table th:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
}
#contact .formbox table td, #contact_check .formbox table td, #thanks .formbox table td {
  padding: 20px;
  border-bottom: 1px #707070 solid;
}
#contact .formbox .privacybox, #contact_check .formbox .privacybox, #thanks .formbox .privacybox {
  margin-bottom: 40px;
  background-color: #E8F7F6;
  padding: 40px;
}
#contact .formbox .privacybox p, #contact_check .formbox .privacybox p, #thanks .formbox .privacybox p {
  text-align: center;
}
#contact .formbox .privacybox p a:after, #contact_check .formbox .privacybox p a:after, #thanks .formbox .privacybox p a:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.2em;
}

/* -------------------------------sp--------------------------------------------- */
@media screen and (max-width: 1100px) {
  #about #section02 table {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  #h2box {
    padding: 20px 0;
  }
  #h2box .h2_en {
    font-size: 16px;
    line-height: 1;
  }
  #h2box h2 {
    font-size: 26px;
  }

  #section01 {
    padding-top: 60px;
  }

  #about h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  #about h4 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  #about #section01 {
    padding-bottom: 40px;
  }
  #about #section02 {
    padding: 40px 0;
  }
  #about #section02 .listbox {
    padding: 30px 10px;
  }
  #about #section02 .listbox table th {
    width: 100%;
    display: block;
    padding: 10px;
  }
  #about #section02 .listbox table th:after {
    display: none;
  }
  #about #section02 .listbox table td {
    width: 100%;
    display: block;
    padding: 10px;
  }

  #activities #section01 .itembox .txtbox {
    width: 100%;
  }
  #activities #section01 .itembox .txtbox .numberbox {
    margin-bottom: 10px;
  }
  #activities #section01 .itembox .txtbox .numberbox dl dt {
    width: 60px;
  }
  #activities #section01 .itembox .txtbox .numberbox dl dd {
    width: calc(100% - 70px);
  }
  #activities #section01 .itembox .txtbox .numberbox dl dd p {
    font-size: 18px;
    margin-top: 3px;
  }
  #activities #section01 .itembox .txtbox .numberbox dl dd h3 {
    font-size: 22px;
  }
  #activities #section01 .itembox .imgbox {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-previous a {
    width: 90%;
  }
  .nav-previous a:before {
    margin-right: 5px;
  }

  .nav-next a {
    width: 90%;
  }
  .nav-next a:after {
    margin-left: 5px;
  }

  .archive.post-type-archive-report .itembox .itemboxinner, .archive.post-type-archive-seminar .itembox .itemboxinner {
    width: 100%;
  }
  .archive.post-type-archive-report .itembox .itemboxinner .txtbox, .archive.post-type-archive-seminar .itembox .itemboxinner .txtbox {
    padding: 10px;
  }
  .archive.post-type-archive-report .itembox .itemboxinner p .days, .archive.post-type-archive-seminar .itembox .itemboxinner p .days {
    line-height: 1;
  }
  .archive.post-type-archive-report .nav-previous, .archive.post-type-archive-report .nav-next, .archive.post-type-archive-seminar .nav-previous, .archive.post-type-archive-seminar .nav-next {
    display: block;
    width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .archive.post-type-archive-report .nav-previous a, .archive.post-type-archive-report .nav-next a, .archive.post-type-archive-seminar .nav-previous a, .archive.post-type-archive-seminar .nav-next a {
    background-color: #00A29A;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    width: 100%;
    display: inline-block;
  }
  .archive.post-type-archive-report .nav-previous a:before, .archive.post-type-archive-seminar .nav-previous a:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 40px;
  }
  .archive.post-type-archive-report .nav-next a:after, .archive.post-type-archive-seminar .nav-next a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: 40px;
  }

  .single .newsbox {
    padding: 20px;
  }
  .single ul.prev_next_list li.prev a {
    width: 100%;
  }
  .single ul.prev_next_list li.next a {
    width: 100%;
  }

  .blog .newsbox {
    padding: 20px;
  }
  .blog .newsbox dl dt {
    width: 100%;
    float: left;
  }
  .blog .newsbox dl dd {
    padding-left: 0;
  }

  #contact .formbox, #contact_check .formbox, #thanks .formbox {
    padding: 20px;
  }
  #contact .formbox table th, #contact_check .formbox table th, #thanks .formbox table th {
    width: 100%;
    display: block;
    padding: 10px 0;
    border-bottom: none;
  }
  #contact .formbox table th:after, #contact_check .formbox table th:after, #thanks .formbox table th:after {
    display: none;
  }
  #contact .formbox table td, #contact_check .formbox table td, #thanks .formbox table td {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
  #contact .formbox table td .mwform-tel-field input[type=text], #contact_check .formbox table td .mwform-tel-field input[type=text], #thanks .formbox table td .mwform-tel-field input[type=text] {
    width: 5em;
  }
  #contact .formbox .privacybox, #contact_check .formbox .privacybox, #thanks .formbox .privacybox {
    padding: 10px;
  }
}