/* CSS Document */
/* -------------------------------------------------

inview

------------------------------------------------- */
.fade00 {
  opacity: 0;
  transition: 1s;
}

.fade00a {
  opacity: 1.0;
}

/* -------------------------------------------------

header

------------------------------------------------- */
.headerBg {
  position: relative;
  max-width: 1150px;
  margin: 0 auto;
}
.headerBg > p {
  max-width: 1050px;
  background: url("../images/mainimg.jpg") no-repeat center center;
  background-size: cover;
  height: 500px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .headerBg > p {
    height: 400px;
    margin: 30px 30px 0;
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .headerBg > p {
    height: 300px;
    margin: 20px 20px 0;
  }
}
.headerBg header {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .headerBg header {
    right: 10px;
  }
}
.headerBg header > div {
  background-color: #2e4600;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  background-image: url("../images/bg_tit.svg");
  background-repeat: no-repeat;
  background-position: 30px 50px;
  background-size: 40px auto;
  padding: 50px 40px 50px 30px;
}
.headerBg header > div p.icon {
  padding-left: 10px;
  font-size: 1.1em;
  padding: 5px 0 10px 10px;
}
.headerBg header > div h1, .headerBg header > div h4 {
  font-family: a-otf-futo-min-a101-pr6n, serif;
}
.headerBg header > div h1 span, .headerBg header > div h4 span {
  border-bottom: 1px dotted #fff;
}
.headerBg header > div h1 {
  font-size: 1.9em;
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .headerBg header > div h1 {
    font-size: 1.6em;
  }
}
.headerBg header > div h4 {
  font-size: 1.5em;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  .headerBg header > div h4 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .headerBg header > div h4 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .headerBg header > div {
    padding: 30px 30px 30px 20px;
    background-position: 20px 30px;
  }
}

/* -------------------------------------------------

copyArea

------------------------------------------------- */
.copyArea {
  background-color: #f2f5f8;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .copyArea {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .copyArea {
    padding: 30px 20px;
  }
}
.copyArea > p {
  line-height: 200%;
  max-width: 1050px;
  margin: 0 auto;
}

/* -------------------------------------------------

torikumiArea

------------------------------------------------- */
.torikumiArea {
  color: #2e4600;
  text-align: center;
  padding: 70px 30px;
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .torikumiArea {
    padding: 50px 20px;
  }
}
.torikumiArea > p.heart {
  width: 70px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .torikumiArea > p.heart {
    width: 50px;
    margin: 0 auto 15px;
  }
}
.torikumiArea > h2 {
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-size: 2em;
  letter-spacing: 1px;
  font-weight: normal;
  margin: 0 0 20px;
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .torikumiArea > h2 {
    font-size: 1.4em;
    letter-spacing: 0;
  }
}
.torikumiArea > h2:before, .torikumiArea > h2:after {
  content: "";
  border-bottom: 1px solid #2e4600;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  margin: 0 15px;
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .torikumiArea > h2:before, .torikumiArea > h2:after {
    display: none;
  }
}
.torikumiArea > p.txt {
  font-family: a-otf-ryumin-pr6n, serif;
  margin: 0 0 40px;
  font-size: 1.1em;
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .torikumiArea > p.txt {
    text-align: left;
    margin: 0 0 30px;
  }
}
.torikumiArea > p.img {
  max-width: 700px;
  margin: 0 auto;
}

/* -------------------------------------------------

eiseiArea

------------------------------------------------- */
.eiseiArea > section {
  max-width: 1050px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .eiseiArea > section {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .eiseiArea > section {
    padding: 40px 20px;
  }
}
.eiseiArea > section > h3 {
  background-color: #2e4600;
  color: #fff;
  border-radius: 30px;
  padding: 7px 15px;
  text-align: center;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-size: 1.3em;
  margin-bottom: 20px;
  line-height: 130%;
}
.eiseiArea > section > div {
  display: flex;
  justify-content: space-between;
}
.eiseiArea > section > div > p {
  width: calc(23% - 30px);
}
.eiseiArea > section > div > p img {
  width: 100%;
}
.eiseiArea > section > div > ol {
  width: 77%;
}
.eiseiArea > section > div > ol li {
  text-indent: -27px;
  padding: 10px 5px 10px 30px;
}
.eiseiArea > section > div > ol li:not(:last-child) {
  border-bottom: 1px dotted #2e4600;
}
.eiseiArea > section > div > ol li span {
  color: #2e4600;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-size: 1.5em;
  margin-right: 10px;
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .eiseiArea > section > div {
    display: block;
  }
  .eiseiArea > section > div > p {
    width: 100%;
  }
  .eiseiArea > section > div > ol {
    width: 100%;
  }
}

/* -------------------------------------------------

taisakuArea

------------------------------------------------- */
.taisakuArea {
  background-color: #f2f5f8;
}
.taisakuArea > section {
  max-width: 1050px;
  margin: 0 auto;
  padding: 60px 0 20px;
}
@media screen and (max-width: 768px) {
  .taisakuArea > section {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .taisakuArea > section {
    padding: 40px 20px 1px;
  }
}
.taisakuArea > section > h3 {
  background-color: #2e4600;
  color: #fff;
  border-radius: 30px;
  padding: 7px 15px;
  text-align: center;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-size: 1.3em;
  margin-bottom: 20px;
  line-height: 130%;
}
.taisakuArea > section > p {
  text-align: center;
  margin: 0 0 30px;
}
.taisakuArea > section > section {
  max-width: 970px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .taisakuArea > section > section {
    margin-bottom: 30px;
  }
}
.taisakuArea > section > section:nth-child(even) > div.tit {
  right: 0;
}
.taisakuArea > section > section:nth-child(even) > div.main {
  margin-right: 130px;
  padding-right: 180px;
}
@media screen and (max-width: 768px) {
  .taisakuArea > section > section:nth-child(even) > div.main {
    padding-right: 130px;
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .taisakuArea > section > section:nth-child(even) > div.main {
    margin-right: 0;
    padding-right: 20px;
  }
}
.taisakuArea > section > section:nth-child(odd) > div.main {
  margin-left: 130px;
  padding-left: 180px;
}
@media screen and (max-width: 768px) {
  .taisakuArea > section > section:nth-child(odd) > div.main {
    padding-left: 130px;
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .taisakuArea > section > section:nth-child(odd) > div.main {
    margin-left: 0;
    padding-left: 20px;
  }
}
.taisakuArea > section > section > div.tit {
  position: absolute;
  z-index: 1;
  top: 30px;
  background-color: #2e4600;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  width: 260px;
  height: 150px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  /* PC */
}
.taisakuArea > section > section > div.tit p.icon {
  padding-left: 10px;
  font-size: 1.1em;
  padding: 5px 0 10px 10px;
}
.taisakuArea > section > section > div.tit h1, .taisakuArea > section > section > div.tit h4 {
  font-family: a-otf-futo-min-a101-pr6n, serif;
}
.taisakuArea > section > section > div.tit h1 span, .taisakuArea > section > section > div.tit h4 span {
  border-bottom: 1px dotted #fff;
}
.taisakuArea > section > section > div.tit h1 {
  font-size: 1.9em;
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .taisakuArea > section > section > div.tit h1 {
    font-size: 1.6em;
  }
}
.taisakuArea > section > section > div.tit h4 {
  font-size: 1.5em;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  .taisakuArea > section > section > div.tit h4 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .taisakuArea > section > section > div.tit h4 {
    font-size: 1.3em;
  }
}
@media print, screen and (min-width: 769px) {
  .taisakuArea > section > section > div.tit.rest {
    top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .taisakuArea > section > section > div.tit {
    width: 220px;
    height: 130px;
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .taisakuArea > section > section > div.tit {
    height: 120px;
    position: relative;
    margin: 0 auto;
    top: 0;
  }
}
.taisakuArea > section > section > div.tit h4 {
  padding: 3px 0 0 8px;
  background: url("../images/bg_tit.svg") no-repeat left top;
  background-size: 40px auto;
  display: inline-block;
  margin-left: 0;
}
.taisakuArea > section > section > div.main {
  background-color: #fff;
  padding: 30px 50px;
  border-radius: 20px;
  color: #2e4600;
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .taisakuArea > section > section > div.main {
    padding: 40px 20px 20px;
    margin-top: -20px;
  }
}
.taisakuArea > section > section > div.main > ol li {
  text-indent: -27px;
  padding: 10px 5px 10px 30px;
}
.taisakuArea > section > section > div.main > ol li:not(:last-child) {
  border-bottom: 1px dotted #2e4600;
}
.taisakuArea > section > section > div.main > ol li span {
  color: #2e4600;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-size: 1.5em;
  margin-right: 10px;
}
.taisakuArea > section > section > div.main > ol:first-of-type {
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .taisakuArea > section > section > div.main > ol:first-of-type li:first-child {
    padding-top: 0;
  }
}
.taisakuArea > section > section > div.main > ul {
  display: flex;
  justify-content: space-between;
}
.taisakuArea > section > section > div.main > ul:first-of-type {
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .taisakuArea > section > section > div.main > ul {
    display: block;
  }
}
.taisakuArea > section > section > div.main > ul li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .taisakuArea > section > section > div.main > ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.taisakuArea > section > section > div.main > ul li img {
  width: 100%;
}
.taisakuArea > section > section > div.main > ul li span {
  text-align: right;
  color: #3c3c3c;
  display: block;
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .taisakuArea > section > section > div.main > ul li span {
    text-align: left;
  }
}
.taisakuArea > section > section > div.main > ul.p3 li {
  width: calc(33.33% - 10px);
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .taisakuArea > section > section > div.main > ul.p3 li {
    width: 100%;
  }
}

/* -------------------------------------------------

infoArea

------------------------------------------------- */
.infoArea > div {
  max-width: 1050px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .infoArea > div {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .infoArea > div {
    padding: 40px 20px;
  }
}
.infoArea > div > ul {
  margin-bottom: 20px;
}
.infoArea > div > ul li {
  text-indent: -20px;
  padding: 10px 5px 10px 30px;
}
.infoArea > div > ul li:not(:last-child) {
  border-bottom: 1px dotted #2e4600;
}
.infoArea > div > ul li span {
  color: #2e4600;
  font-size: 1.1em;
  margin-right: 5px;
}
.infoArea > div > ol {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .infoArea > div > ol {
    display: block;
  }
}
.infoArea > div > ol li {
  color: #2e4600;
  border: 1px solid #2e4600;
  width: calc(33.33% - 10px);
  border-radius: 10px;
  padding: 20px 20px 20px 50px;
  box-sizing: border-box;
  font-size: 1.1em;
  text-indent: -27px;
  line-height: 130%;
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .infoArea > div > ol li {
    width: 100%;
  }
  .infoArea > div > ol li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.infoArea > div > ol li span {
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-size: 1.5em;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 100%;
}

/* -------------------------------------------------

boushiArea

------------------------------------------------- */
.boushiArea {
  background-color: #f2f5f8;
}
.boushiArea > section {
  max-width: 1050px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .boushiArea > section {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .boushiArea > section {
    padding: 40px 20px;
  }
}
.boushiArea > section > h3 {
  background-color: #2e4600;
  color: #fff;
  border-radius: 30px;
  padding: 7px 15px;
  text-align: center;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-size: 1.3em;
  margin-bottom: 20px;
  line-height: 130%;
}
.boushiArea > section > ul li {
  text-indent: -20px;
  padding: 10px 5px 10px 30px;
}
.boushiArea > section > ul li:not(:last-child) {
  border-bottom: 1px dotted #2e4600;
}
.boushiArea > section > ul li span {
  color: #2e4600;
  font-size: 1.1em;
  margin-right: 5px;
}

/* -------------------------------------------------

footer

------------------------------------------------- */
footer {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 40px 30px 60px;
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  footer {
    padding: 30px 20px 40px;
  }
}
footer > p {
  text-align: center;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-size: 1.5em;
  color: #2e4600;
}

/* -------------------------------------------------

gotop

------------------------------------------------- */
.gotop {
  bottom: 0;
  position: fixed;
}
.gotop a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  background-color: #2e4600;
  border-radius: 50%;
}
.gotop a:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
}
.gotop a:hover {
  opacity: 0.8;
}
@media print, screen and (min-width: 769px) {
  .gotop a {
    width: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .gotop a {
    width: 40px;
    line-height: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .gotop {
    right: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .gotop {
    right: 10px;
    padding-bottom: 10px;
  }
}
