@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.wht {
  color: #fff;
}

body {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 17px;
  color: #000;
  background: #fff;
  margin: 0;
}
@media (max-width: 750px) {
  body {
    font-size: 3.6vw;
  }
}
body img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}
body a {
  text-decoration: none;
}
body ul,
body li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body p {
  margin: 0;
  line-height: 160%;
}
@media (max-width: 750px) {
  body p {
    font-size: 1em;
  }
}
body b {
  font-weight: 900;
}
body h1,
body h2,
body h3 {
  margin: 0;
}
body h1 {
  font-size: 34px;
  letter-spacing: 1px;
}
@media (max-width: 750px) {
  body h1 {
    font-size: 5vw;
  }
}
body .cf:after {
  clear: both;
  overflow: hidden;
  content: "";
}
body .relative {
  position: relative;
}
body .absolute {
  position: absolute;
}
body .wrap {
  overflow: hidden;
}

.under {
  background: linear-gradient(transparent 50%, #f6ef95 50%);
}

.bodywrap {
  background: url("../img/bsbg01.jpg");
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
}
.bodywrap_inner {
  margin: 0 auto;
  max-width: 100%;
  width: 750px;
}
@media (max-width: 750px) {
  .bodywrap {
    width: 100%;
  }
}

.headwrap {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.hdbtmbtn {
  background: url("../img/bsbg02.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
}
.hdbtmbtn_btm {
  margin: 0 auto;
  max-width: 100%;
  width: 500px;
}
.hdbtmbtn_btmtxt {
  margin: 0 auto;
  max-width: 100%;
  width: 90%;
  color: #fff;
}
@media (max-width: 750px) {
  .hdbtmbtn {
    padding: 25px 0;
  }
  .hdbtmbtn_btm {
    width: 90%;
  }
}

.bluebtn {
  margin: 0 auto;
  max-width: 100%;
  width: 600px;
}
.bluebtn:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  .bluebtn {
    width: 90%;
  }
}

.profarea {
  background: url("../img/bsbg03.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
}
.profarea_box {
  background: rgba(32, 49, 84, 0.7);
  border-radius: 25px;
  margin: 0 auto;
  max-width: 100%;
  width: 650px;
  padding: 30px 0;
}
.profarea_box_img {
  margin: 0 auto;
  max-width: 100%;
  width: 500px;
}
.profarea_box_books {
  margin: 0 auto;
  max-width: 100%;
  width: 400px;
  padding: 10px 0 25px;
}
.profarea_box_txt {
  color: #fff;
  margin: 0 auto;
  max-width: 100%;
  width: 90%;
}
@media (max-width: 750px) {
  .profarea {
    background: url("../img/bsbg03.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 25px 0;
  }
  .profarea_box {
    width: 95%;
    padding: 15px 0;
  }
  .profarea_box_img {
    width: 80%;
  }
  .profarea_box_books {
    width: 60%;
    padding: 10px 0 20px;
  }
  .profarea_box_txt {
    width: 95%;
  }
}

.worryarea {
  background: url("../img/bsbg04.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 30px 0;
  color: #fff;
  text-align: center;
}
.worryarea_tt {
  padding-bottom: 30px;
}
.worryarea_txt p {
  font-size: 1.2em;
}
@media (max-width: 750px) {
  .worryarea {
    background-attachment: scroll;
    padding: 15px 0;
  }
  .worryarea_tt {
    padding-bottom: 15px;
  }
  .worryarea_txt p {
    font-size: 1.1em;
  }
}

.wtwerea {
  background: url("../img/bsbg05.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 30px 0;
}
.wtwerea_tt {
  margin: 0 auto;
  max-width: 100%;
  width: 320px;
}
.wtwerea_tttxt {
  text-align: center;
  color: #fff;
  padding: 15px 0;
}
.wtwerea_tttxt p {
  font-size: 1.3em;
}
.wtwerea_box {
  padding: 25px 0;
  background: #fff;
  margin: 0 auto;
  max-width: 100%;
  width: 80%;
}
.wtwerea_box ul li:not(:last-child) {
  padding-bottom: 30px;
}
.wtwerea_box_tt {
  margin: 0 auto;
  max-width: 100%;
  width: 90%;
  background: #6c80b3;
  padding: 5px 0;
  text-align: center;
  color: #fff;
}
.wtwerea_box_tt p {
  font-size: 1.3em;
}
.wtwerea_box_txt {
  padding-top: 10px;
  text-align: center;
}
@media (max-width: 750px) {
  .wtwerea {
    background: url("../img/bsbg05.jpg");
    background-position: center center;
    background-repeat: repeat;
    background-size: contain;
    background-attachment: scroll;
    padding: 20px 0;
  }
  .wtwerea_tt {
    width: 60%;
  }
  .wtwerea_tttxt {
    padding: 10px 0;
  }
  .wtwerea_tttxt p {
    font-size: 1.4em;
  }
  .wtwerea_box {
    padding: 15px 0;
    width: 100%;
  }
  .wtwerea_box ul li:not(:last-child) {
    padding-bottom: 15px;
  }
  .wtwerea_box_tt {
    width: 96%;
  }
  .wtwerea_box_tt p {
    font-size: 1.2em;
  }
  .wtwerea_box_txt {
    padding-top: 10px;
    text-align: center;
  }
}

.voicearea {
  background: url("../img/bsbg06.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 30px 0;
}
.voicearea_tt {
  margin: 0 auto;
  max-width: 100%;
  width: 320px;
}
.voicearea_voices {
  padding-top: 30px;
}
.voicearea_voices ul li:not(:last-child) {
  padding-bottom: 18px;
}
.voicearea_voices_box {
  background: #fff;
  border-radius: 25px;
  padding: 15px 0;
  margin: 0 auto;
  max-width: 100%;
  width: 80%;
}
.voicearea_voices_box_img {
  margin: 0 auto;
  max-width: 100%;
  width: 320px;
}
.voicearea_voices_box_tt {
  text-align: center;
  padding-bottom: 15px;
}
.voicearea_voices_box_tt p {
  font-size: 1.2em;
}
.voicearea_voices_box_txt {
  margin: 0 auto;
  max-width: 100%;
  width: 90%;
}
@media (max-width: 750px) {
  .voicearea {
    background: url("../img/bsbg06.jpg");
    background-position: center center;
    background-repeat: repeat;
    background-size: contain;
    background-attachment: scroll;
    padding: 15px 0;
  }
  .voicearea_tt {
    width: 60%;
  }
  .voicearea_voices {
    padding-top: 15px;
  }
  .voicearea_voices ul li:not(:last-child) {
    padding-bottom: 15px;
  }
  .voicearea_voices_box {
    padding: 15px 0;
    width: 90%;
  }
  .voicearea_voices_box_img {
    width: 65%;
  }
  .voicearea_voices_box_tt {
    text-align: center;
    padding-bottom: 15px;
  }
  .voicearea_voices_box_tt p {
    font-size: 1.2em;
  }
  .voicearea_voices_box_txt {
    width: 95%;
  }
}

.benearea {
  background: #fff;
}
.benearea_top {
  margin: 0 auto -100px;
  max-width: 100%;
  width: 100%;
}
.benearea ul {
  padding-bottom: 30px;
}
.benearea ul li:not(:last-child) {
  padding-bottom: 25px;
}
.benearea_mdtt {
  margin: 0 auto;
  max-width: 100%;
  width: 600px;
}
.benearea_mdtxt {
  padding-top: 15px;
  margin: 0 auto;
  max-width: 100%;
  width: 600px;
}
@media (max-width: 750px) {
  .benearea_top {
    margin: 0 auto -40px;
  }
  .benearea ul {
    padding-bottom: 15px;
  }
  .benearea ul li:not(:last-child) {
    padding-bottom: 15px;
  }
  .benearea_mdtt {
    width: 90%;
  }
  .benearea_mdtxt {
    padding-top: 15px;
    width: 90%;
  }
}

.btmplsarea {
  background: url("../img/bsbg02.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 30px 0;
}
.btmplsarea_pls {
  margin: 0 auto;
  max-width: 100%;
  width: 400px;
  padding-bottom: 30px;
}
.btmplsarea_txt {
  color: #fff;
  margin: 0 auto;
  max-width: 100%;
  width: 600px;
  padding-top: 30px;
}
@media (max-width: 750px) {
  .btmplsarea {
    background: url("../img/bsbg02.jpg");
    background-position: center center;
    background-repeat: repeat;
    background-size: contain;
    background-attachment: scroll;
    padding: 15px 0;
  }
  .btmplsarea_pls {
    width: 70%;
    padding-bottom: 15px;
  }
  .btmplsarea_txt {
    width: 90%;
    padding-top: 15px;
  }
}

.lastmsg {
  background: url("../img/bsbg03.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 30px 0;
}
.lastmsg_main {
  margin: 0 auto;
  max-width: 100%;
  width: 600px;
}
@media (max-width: 750px) {
  .lastmsg {
    padding: 15px 0;
  }
  .lastmsg_main {
    width: 90%;
  }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ///////////////////////////////////////////////////////////////////// */
/***フッター***/
footer {
  width: 100%;
  padding: 10px 0;
  background: #1782c4;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
}
footer .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .row a {
  color: #fff;
}
footer .row a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  footer {
    padding: 10px 0;
    font-size: 3.2vw;
  }
}

.none {
  display: none;
}/*# sourceMappingURL=style.css.map */