@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html,
body,
#wrapper {
  letter-spacing: 0.1em;
  width: 100%;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #272727;
  line-height: 1.6em;
  font-size: 22px;
  background-color: #D9D9D9;
}
@media screen and (min-width: 769px) {
  html,
  body,
  #wrapper {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body,
  #wrapper {
    font-size: 12px;
  }
}
html a,
body a,
#wrapper a {
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

.text_min {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 500;
  font-style: normal;
}

h6 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  h6 {
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 10px;
  }
}

.bold {
  font-weight: 700;
}

.top_wrapper {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top_wrapper {
    width: 100%;
  }
}

.top img {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top img {
    width: 100%;
  }
}

.lead {
  width: 100%;
  margin: 0 auto;
  background-color: #E7E7E7;
  padding: 80px 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 70px 0;
  }
}
.lead .lead_text {
  width: 800px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead .lead_text {
    width: 90%;
  }
}
.lead .lead_text h2 {
  line-height: 2.8em;
  letter-spacing: 5px;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .lead .lead_text h2 {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 3px;
  }
}
.lead .lead_text h3 {
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .lead .lead_text h3 {
    text-align: left;
    font-size: 12px;
  }
}

.inner {
  width: 100%;
  background-color: #D9D9D9;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  padding-bottom: 50px;
}

.block_wrapper01 {
  width: 749px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #D9D9D9;
}
@media screen and (max-width: 768px) {
  .block_wrapper01 {
    width: 90%;
  }
}
.block_wrapper01 .block_content {
  letter-spacing: 2px;
  margin-bottom: 104px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .block_wrapper01 .block_content {
    margin-bottom: 75px;
  }
}
.block_wrapper01 .block_content h4 {
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .block_wrapper01 .block_content h4 {
    font-size: 20px;
  }
}
.block_wrapper01 .block_content p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .block_wrapper01 .block_content p {
    font-size: 14px;
  }
}
.block_wrapper01 .block_content01 {
  text-align: center;
  padding-top: 100px;
}
.block_wrapper01 .block_content01 .text01 {
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .block_wrapper01 .block_content01 .text01 {
    margin-bottom: 19px;
    text-align: left;
  }
}
.block_wrapper01 .block_content01 img {
  margin: 0 auto;
}
.block_wrapper01 .block_content01 .img01 {
  width: 749px;
  margin-bottom: 88px;
}
@media screen and (max-width: 768px) {
  .block_wrapper01 .block_content01 .img01 {
    width: 100%;
    margin-bottom: 64px;
  }
}
.block_wrapper01 .block_content01 .text02 {
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .block_wrapper01 .block_content01 .text02 {
    margin-bottom: 35px;
  }
}
.block_wrapper01 .block_content01 .img02 {
  width: 678px;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .block_wrapper01 .block_content01 .img02 {
    width: 100%;
  }
}
.block_wrapper01 .block_content01 .annotation {
  font-size: 12px;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .block_wrapper01 .block_content01 .annotation {
    font-size: 10px;
  }
}
.block_wrapper01 .block_content01 .irregular_color {
  color: #6F8F72;
}
.block_wrapper01 .block_content02 h4 {
  text-align: center;
}
.block_wrapper01 .block_content02 .bigtext01 {
  font-size: 34px;
  color: #6F8F72;
}
.block_wrapper01 .block_content02 li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.block_wrapper01 .block_content02 li .left {
  width: 82px;
}
@media screen and (max-width: 768px) {
  .block_wrapper01 .block_content02 li .left {
    width: 14.6%;
  }
}
.block_wrapper01 .block_content02 li .right {
  width: 580px;
  font-size: 16px;
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  .block_wrapper01 .block_content02 li .right {
    width: 75.4%;
    margin-left: 3.7%;
  }
}
.block_wrapper01 .block_content02 li .right h5::after {
  content: "";
  display: block;
  background-color: #000000;
  width: 580px;
  height: 1px;
  margin-left: -8px;
}
@media screen and (max-width: 768px) {
  .block_wrapper01 .block_content02 li .right h5::after {
    width: 100%;
    margin-left: 0px;
  }
}
.block_wrapper01 .block_content02 li .bigtext02 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .block_wrapper01 .block_content02 li .bigtext02 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .block_wrapper01 .block_content02 li p {
    font-size: 11px;
  }
}
.block_wrapper01 .block_content02 li p span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .block_wrapper01 .block_content02 li p span {
    font-size: 8px;
  }
}

.button {
  width: 600px;
  height: 70px;
  margin: 0 auto 143px auto;
  border: 1px solid #000000;
  display: grid;
  place-items: center;
  border-radius: 35px;
}
@media screen and (max-width: 768px) {
  .button {
    width: 90%;
    height: 55px;
    margin-bottom: 98px;
  }
}
.button p {
  font-size: 18px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .button p {
    font-size: 14px;
  }
}

.button_irre {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .button_irre {
    margin-bottom: 20px;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #E7E7E7;
}

.block_wrapper02 {
  width: 100%;
  letter-spacing: 2px;
  margin: 0 auto 0px auto;
  display: flex;
  justify-content: center;
  background-color: #E7E7E7;
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .block_wrapper02 {
    flex-direction: column;
    padding: 20px 0;
  }
}
.block_wrapper02 a {
  color: #000000;
  display: inline-block;
  text-decoration: underline;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .block_wrapper02 a {
    width: 30%;
  }
}

.block_wrapper03 {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 {
    width: 90%;
  }
}
.block_wrapper03 .block_content03_1 .text_area {
  margin: 0 auto 60px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 .block_content03_1 .text_area {
    margin-bottom: 38px;
  }
}
.block_wrapper03 .block_content03_1 .text_area h4 {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 .block_content03_1 .text_area h4 {
    margin-bottom: 68px;
    font-size: 18px;
  }
}
.block_wrapper03 .block_content03_1 .text_area .text_head {
  font-size: 20px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 .block_content03_1 .text_area .text_head {
    font-size: 18px;
  }
}
.block_wrapper03 .block_content03_1 .text_area .text_data {
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 .block_content03_1 .text_area .text_data {
    font-size: 14px;
  }
}
.block_wrapper03 .block_content03_1 .modal_wrapper1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block_wrapper03 .block_content03_1 .modal_wrapper2 {
  width: 220px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 .block_content03_1 .modal_wrapper2 {
    width: 47%;
    margin-bottom: 24px;
  }
}
.block_wrapper03 .block_content03_1 .modal_wrapper2 .modal_box {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 .block_content03_1 .modal_wrapper2 .modal_box {
    margin-bottom: 10px;
  }
}
.block_wrapper03 .block_content03_1 .modal_wrapper2 .modal_box .detail {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 .block_content03_1 .modal_wrapper2 .modal_box .detail {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
.block_wrapper03 .block_content03_1 .sns {
  width: 100%;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 .block_content03_1 .sns {
    margin-bottom: 10px;
  }
}
.block_wrapper03 .block_content03_1 .sns .left {
  width: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 .block_content03_1 .sns .left {
    width: 33%;
  }
}
.block_wrapper03 .block_content03_1 .sns .left img {
  width: 100%;
}
.block_wrapper03 .block_content03_1 .sns .right {
  margin-left: 15px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 .block_content03_1 .sns .right {
    margin-left: 6.7%;
  }
}
.block_wrapper03 .block_content03_1 .sns .right .sns_name {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 .block_content03_1 .sns .right .sns_name {
    font-size: 12px;
  }
}
.block_wrapper03 .block_content03_1 .sns .right .sns_id {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 .block_content03_1 .sns .right .sns_id {
    font-size: 10px;
  }
}
.block_wrapper03 .block_content03_1 .text {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 10%;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 .block_content03_1 .text {
    line-height: 24px;
  }
}
.block_wrapper03 .block_content03_2 h4 {
  margin-bottom: 45px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 .block_content03_2 h4 {
    margin-bottom: 68px;
  }
}
.block_wrapper03 .block_content03_2 .text_area {
  margin: 60px auto;
  width: 640px;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 .block_content03_2 .text_area {
    margin-bottom: 38px;
    width: 90%;
  }
}
.block_wrapper03 .block_content03_2 .text_area .text_head {
  font-size: 20px;
  text-align: center;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 .block_content03_2 .text_area .text_head {
    font-size: 18px;
    margin-bottom: 35px;
  }
}
.block_wrapper03 .block_content03_2 .text_area .text_data {
  font-size: 12px;
  line-height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 .block_content03_2 .text_area .text_data {
    width: 90%;
    margin: 0 auto;
    line-height: 2.2rem;
  }
}
.block_wrapper03 .block_content03_2 .modal_wrapper1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.block_wrapper03 .block_content03_2 .modal_wrapper2 {
  width: 220px;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 .block_content03_2 .modal_wrapper2 {
    width: 47%;
    margin-bottom: 24px;
  }
}
.block_wrapper03 .block_content03_2 .modal_wrapper2 .modal_box {
  position: relative;
}
.block_wrapper03 .block_content03_2 .modal_wrapper2 .modal_box .detail {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  background: #FFFFFF;
}
.block_wrapper03 .block_content03_2 .sns {
  width: 444px;
  margin: 0 auto 90px auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 .block_content03_2 .sns {
    width: 90%;
  }
}
.block_wrapper03 .block_content03_2 .sns .left {
  width: 120px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 .block_content03_2 .sns .left {
    width: 27%;
  }
}
.block_wrapper03 .block_content03_2 .sns .left img {
  width: 100%;
}
.block_wrapper03 .block_content03_2 .sns .right {
  margin-left: 16px;
  color: #000000;
  line-height: 1.4rem;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 .block_content03_2 .sns .right {
    margin-left: 6.7%;
  }
}
.block_wrapper03 .block_content03_2 .sns .right .sns_name {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 .block_content03_2 .sns .right .sns_name {
    font-size: 12px;
  }
}
.block_wrapper03 .block_content03_2 .sns .right .sns_id, .block_wrapper03 .block_content03_2 .sns .right .sns_text {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .block_wrapper03 .block_content03_2 .sns .right .sns_id, .block_wrapper03 .block_content03_2 .sns .right .sns_text {
    font-size: 10px;
    line-height: 1.8rem;
  }
}

.modal_content {
  position: relative;
  width: 500px;
}
@media screen and (max-width: 768px) {
  .modal_content {
    width: 86%;
  }
}
.modal_content .button_modal_close {
  display: inline-block !important;
  width: 65px;
  position: fixed;
  top: -40px;
  right: -375px;
}
@media screen and (max-width: 768px) {
  .modal_content .button_modal_close {
    width: 12%;
    top: -35%;
    right: 0;
  }
}
.modal_content .button_modal_close img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .button_modal_close2 {
    top: -10% !important;
  }
}

.modal_content2 {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .modal_content2 {
    width: 83%;
  }
}

.footer_wrapper {
  background-color: #535353;
  width: 100%;
  padding: 130px 0 50px 0;
}
@media screen and (max-width: 768px) {
  .footer_wrapper {
    padding: 112px 0 24px 0;
  }
}
.footer_wrapper .footer_content {
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer_wrapper .footer_content {
    width: 72.5%;
  }
}
.footer_wrapper .footer_content img {
  width: 193px;
  margin: 0 auto 15px auto;
}
@media screen and (max-width: 768px) {
  .footer_wrapper .footer_content img {
    width: 58.4%;
    margin-bottom: 18px;
  }
}
.footer_wrapper .footer_content p {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer_wrapper .footer_content p {
    font-size: 13px;
  }
}
.footer_wrapper .footer_content p a {
  color: #fff;
}
.footer_wrapper .footer_content p span {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .footer_wrapper .footer_content p span {
    font-size: 10px;
    margin-top: 90px;
  }
}

/* jquery
---------------------------------------------*/
.scrolltop {
  position: fixed;
  bottom: 20px;
  width: 70px;
  right: 15px;
  border-radius: 10px 0 0 10px;
  z-index: 10;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .scrolltop {
    bottom: 15px;
    width: 50px;
    right: 10px;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}/*# sourceMappingURL=style.css.map */