@charset "UTF-8";
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp {
  display: none;
}

p {
  line-height: 180%;
}

li {
  list-style-type: none;
}

a {
  color: #fff;
}
a:live {
  color: #fff;
}
a:hover {
  color: #fff;
}
a:visited {
  color: #fff;
}
a:active {
  color: #fff;
}

small {
  font-size: 13px;
}

input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

html, body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  width: 100%;
  font-size: 15px;
  line-height: 160%;
}

#contents {
  float: left;
  width: calc(100% - 375px);
}

#mainBox {
  background: url(../images/main.jpg);
  background-size: cover;
  background-position: bottom center;
  position: relative;
  padding: 60px 30px 30px;
  overflow: hidden;
  height: 100dvh;
}

h1 {
  width: 70%;
  margin: 0 auto 10px;
  text-align: center;
  position: relative;
  z-index: 20;
}
h1 img {
  width: 100%;
  height: auto;
  max-width: 1000px;
}

.title {
  width: 80%;
  left: 20%;
  position: relative;
  z-index: 20;
}
.title img {
  width: 100%;
  max-width: 1000px;
}

.downloadBook {
  position: absolute;
  right: 3%;
  bottom: 3%;
  width: 20vw;
  max-width: 400px;
}
.downloadBook img {
  width: 100%;
  height: auto;
}

#footer, #footer2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#40403f+0,252324+100 */
  background: #40403f; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#40403f), to(#252324));
  background: linear-gradient(to bottom, #40403f 0%, #252324 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40403f', endColorstr='#252324',GradientType=0 ); /* IE6-9 */
  height: 126px;
  z-index: 30;
  color: #fff;
  position: relative;
}
#footer .information, #footer2 .information {
  float: right;
  width: 52%;
  margin-top: 14px;
}

#footer {
  height: auto;
  padding-bottom: 50px;
}
#footer .logo {
  margin-top: 15px;
}

#footer2 {
  margin-top: 30px;
}
#footer2 .information {
  margin: 25px 0 5px 0;
}

.footerBtn {
  width: 100%;
  padding: 10px 0;
  padding: 10px 0;
  display: block;
  text-align: center;
}
.footerBtn img {
  width: 90%;
  max-width: 450px;
}

.topBtn {
  position: absolute;
  height: 30px;
  width: 150px;
  background: #40403f;
  color: #fff;
  font-size: 14px;
  text-align: center;
  right: 0;
  top: -30px;
  line-height: 230%;
}

.logo {
  float: left;
  width: 48%;
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
}
.logo img {
  margin-bottom: 10px;
}
.logo .text {
  margin-bottom: 10px;
  font-size: 12px;
  color: #FFF;
  text-align: center;
}

.invitation {
  font-size: 1.3vw;
}

.telBox {
  float: left;
  margin-top: 10px;
}
.telBox address {
  display: inline;
  font-style: normal;
  font-size: 1.8vw;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 10px;
}

.telTxt {
  float: left;
  margin: 10px 0 0 6px;
  line-height: 110%;
  font-size: 13px;
  text-align: left;
}

.address {
  margin-top: 0;
  width: 52%;
  float: right;
  text-align: left;
  font-size: 13px;
}

.addContentsUnit__inner {
  width: 90%;
  max-width: 712px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 80px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .addContentsUnit__inner {
    width: 90%;
    max-width: none;
    padding-top: 40px;
  }
}
.addContentsUnit {
  margin-bottom: 100px;
}
.addContentsUnit img {
  width: 100%;
  height: auto;
}
.addContentsUnit.definition .definition__img {
  display: block;
  width: 73%;
  height: auto;
  margin: 0 auto;
}
.addContentsUnit .resolution__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 97%;
  margin: 0 auto;
}
.addContentsUnit .resolution__inner p {
  width: 67%;
  font-size: 27px;
  line-height: 1.429;
}
.addContentsUnit .resolution__inner img {
  width: 32%;
  height: auto;
}
.addContentsUnit .support__unit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 80%;
  max-width: 546px;
  color: #1a4e35;
  margin: 0 auto;
}
.addContentsUnit .support__unit h3 {
  font-size: 37px;
  line-height: 1;
  text-align: center;
  color: #1a4e35;
}
.addContentsUnit .support__unit img {
  width: 100%;
  height: auto;
}
.addContentsUnit .support__unit p {
  width: 74%;
  font-size: 28px;
  text-align: center;
}
.addContentsUnit .support__unit:nth-of-type(n + 2) {
  padding-top: 50px;
  margin-top: 30px;
}
.addContentsUnit .support__unit:nth-of-type(n + 2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 82%;
  height: 1px;
  background-color: #1a4e35;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .addContentsUnit {
    margin-bottom: 50px;
  }
  .addContentsUnit.definition .definition__img {
    width: 89%;
  }
  .addContentsUnit .resolution__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .addContentsUnit .resolution__inner p {
    width: 59%;
    font-size: 16px;
  }
  .addContentsUnit .resolution__inner img {
    width: 39%;
  }
  .addContentsUnit .support__unit {
    width: 90%;
    max-width: none;
  }
  .addContentsUnit .support__unit h3 {
    font-size: 19px;
  }
  .addContentsUnit .support__unit p {
    width: 80%;
    font-size: 16px;
  }
  .addContentsUnit .support__unit:nth-of-type(n + 2) {
    padding-top: 50px;
    margin-top: 30px;
  }
}
.addContentsTitle {
  margin-bottom: 30px;
}
.addContentsTitle img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .addContentsTitle {
    margin-bottom: 15px;
  }
}
#form {
  float: right;
  width: 375px;
  height: 100dvh;
  z-index: 40;
  background-color: #f8ebc3;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
#form fieldset {
  margin-top: 20px;
}
#form label {
  display: block;
  margin-bottom: 8px;
  width: 375px;
  padding: 0 20px;
  font-size: 17px;
}
#form label span {
  color: #e43c38;
  font-size: 15px;
  font-weight: 400;
  padding-left: 1em;
}
#form label span.newline {
  padding-left: 0;
  font-size: 13px;
}
#form label input {
  border: 1px solid #9a9a9a;
  background: #fff;
  height: 25px;
  padding: 0 4px;
  width: 100%;
}
#form label textarea {
  border: 1px solid #9a9a9a;
  background: #fff;
  height: 58px;
  padding: 4px;
  width: 100%;
}
#form label #zipcode {
  float: left;
  width: 47.8260869565%;
  margin-right: 20px;
}
#form label .searchAddress {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  width: 30%;
  cursor: pointer;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,bcbcbc+90 */
  background: rgb(255, 255, 255); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(255, 255, 255)), color-stop(90%, rgb(188, 188, 188)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 1%, rgb(188, 188, 188) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */
}
#form label.check_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
#form label.area_contact.error input, #form label.area_contact.error textarea, #form label.area_contact.error select {
  background-color: #ffc0cb;
}
#form label.area_contact .contact_error {
  clear: left;
  font-size: 14px;
  color: #e43c38;
}

.formCircle {
  background-color: #f3f3f3;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  height: 400px;
  width: 200%;
  position: absolute;
  left: -50%;
  top: -350px;
  text-align: center;
  z-index: 40;
}

.formTitle {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 50;
  margin-top: 10px;
}
.formTitle img {
  width: 100%;
}

#formEnd {
  text-align: center;
  margin-bottom: 20px;
}

#btn_Check {
  margin: 0 auto;
}
#btn_Check img {
  width: 192px;
}

.attention {
  padding: 0 20px 20px 20px;
  line-height: 130%;
}
.attention small {
  font-size: 12px;
}

.checkbox {
  display: none;
}

.check_checkbox {
  cursor: pointer;
}

.checkImg {
  width: 24px;
  margin-right: 8px;
}

#checkImg, #checkImg2 {
  position: relative;
  top: -6px;
  left: 0;
  width: 17px;
  margin-top: 5px;
  margin-right: 8px;
}

.pdf {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  h1 {
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  html {
    overflow-y: auto;
  }
  main {
    overflow: hidden;
    background-color: #fff;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h1 {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    z-index: 20;
  }
  h1 img {
    width: 100%;
    max-width: 1400px;
  }
  #contentsWrap {
    overflow: hidden;
  }
  #contents, #form {
    float: none;
    width: 100%;
  }
  .downloadBook {
    position: relative;
    left: 0;
    bottom: -30vw;
    width: 80%;
    margin: 0 auto;
  }
  #mainBox {
    height: 0;
    padding: 50% 10px;
    position: relative;
    margin-bottom: 55vw;
    overflow: initial;
  }
  #form {
    position: relative;
    overflow: inherit;
    padding-top: 40px;
    background-color: #f1e1be;
  }
  #form form {
    position: relative;
    z-index: 20;
  }
  #form .formTitle {
    width: 68.8405797101%;
    margin: 0 auto;
  }
  #form .formTitle img {
    width: 100%;
  }
  #form label.check_checkbox {
    margin-top: 32px;
  }
  #detailed {
    left: 10px;
    bottom: 10px;
    font-size: 14px;
  }
  #detailed img {
    width: 100%;
  }
  .addContents {
    position: relative;
    z-index: 50;
  }
  #btn_Check {
    width: 69.6859903382%;
    margin: 0 auto;
    text-align: center;
  }
  #btn_Check img {
    width: 100%;
  }
  .title {
    width: 100%;
    left: 0;
  }
  #human {
    left: 10%;
    width: 80%;
  }
  #spArea {
    width: 100%;
    position: relative;
  }
  #spArea img {
    width: 100%;
    position: relative;
    z-index: 20;
    display: block;
  }
  .formCircle {
    z-index: 10;
    top: 20px;
    height: 0;
    padding-bottom: 100%;
  }
  .advertisement {
    position: static;
    margin: 30px auto 20px auto;
    width: 80%;
  }
  .spDescription {
    width: 90%;
    margin-left: 5%;
    padding-bottom: 10px;
  }
  .campaign {
    width: 70%;
    margin: 0 15% 30px 15%;
  }
  #spAddContents {
    font-size: 16px;
  }
  #form {
    width: 100%;
  }
  #form label {
    width: 100%;
    margin-bottom: 20px;
  }
  #form label input {
    height: 44px;
    font-size: 16px;
  }
  #form label textarea {
    height: 88px;
    font-size: 16px;
  }
  .logo {
    float: none;
    width: 100%;
    margin: 0;
  }
  .logo img {
    max-width: 60%;
  }
  #footer {
    height: auto;
    padding-bottom: 10px;
  }
  #footer .telBox {
    text-align: center;
    width: 100%;
    margin: 0;
  }
  #footer .telBox address {
    font-size: 4.5vw;
    margin-left: 5px;
  }
  #footer .information {
    float: none;
    width: 100%;
    margin: 10px 0;
  }
  .spFooter {
    font-size: 12px;
    text-align: center;
  }
  .spFooter small {
    font-size: 12px;
  }
  .address {
    width: 100%;
    float: none;
    text-align: center;
    font-size: 12px;
  }
  #checkImg, #checkImg2 {
    position: static;
    width: 34px;
    margin-top: -2px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  #footer .telBox address {
    font-size: 7vw;
  }
}