/*=============================================*/
/*Font import */
/*=============================================*/
@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

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

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
}

body {
  margin: auto;
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

a, b, dd, dt, li, p, span, td, th {
  font-size: 1.4rem;
  line-height: 1.2;
  color: inherit;
  letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  letter-spacing: 0.05em;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/********************************************/
/*layout Base */
/********************************************/
/***************************/
/**Color */
/***************************/
/***************************/
/**bg */
/***************************/
/********************************************/
/* ttl */
/********************************************/
.border_ttl {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 1;
}
.border_ttl:before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 50px;
  height: 4px;
  background: #35AA78;
  z-index: 1;
}
.border_ttl .green {
  width: 100%;
  max-width: 130px;
  display: block;
  margin: 0 auto 5px;
  padding: 0.3em 1em;
  background-color: #35AA78;
  border-radius: 50px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.45;
  color: #fff;
  text-align: center;
}

/********************************************/
/* btn */
/********************************************/
/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
  /********************************************/
  /* ttl */
  /********************************************/
  .border_ttl {
    margin-bottom: 35px;
    font-size: 2.4rem;
  }
  .border_ttl:before {
    width: 35px;
  }
  .border_ttl .green {
    max-width: 124px;
    font-size: 1.6rem;
  }
  /********************************************/
  /* btn */
  /********************************************/
}
/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
  width: calc(100% - 60px);
  max-width: 1000px;
  margin: auto;
}
.main_width.size600 {
  max-width: 600px;
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
.main_bg {
  position: relative;
}
.main_bg:before {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  min-height: 100vh;
  background: url("../img/main-bg.jpg") no-repeat center/cover;
  z-index: -1;
}

.white_box {
  margin: 80px 0 150px;
  padding: 60px 5% 90px;
  background-color: rgba(255, 255, 255, 0.9);
}
.white_box > .inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/********************************************/
/*header */
/********************************************/
.header {
  width: 100%;
  padding: 9px 0;
  background-color: #fff;
}
.header .logo {
  width: 100%;
  max-width: 140px;
}

/********************************************/
/* main_block */
/********************************************/
.main_block {
  padding: 0 0 55px;
}

.main_block .main_sub_txt {
  margin-bottom: 60px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.main_block .main_sub_txt .red {
  display: inline-block;
  margin-right: 14px;
  padding: 0.12em 1.26em;
  background: #F21C1C;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.47;
  color: #fff;
  text-align: center;
}

.main_block .main_ttl {
  margin-bottom: 35px;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
}
.main_block .main_ttl .green {
  width: 100%;
  max-width: 115px;
  display: block;
  margin: 0 auto 7px;
  padding: 0.23em 1em;
  background-color: #35AA78;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.45;
  color: #fff;
  text-align: center;
}
.main_block .main_ttl .big {
  display: block;
  margin-bottom: 6px;
  font-size: 4rem;
  line-height: 1.45;
  color: #35AA78;
}

.main_block .main_ttl .sub_ttl {
  position: relative;
  display: block;
  margin-bottom: 6px;
  font-size: 2.1rem;
  line-height: 1.4;
  z-index: 1;
}
.main_block .main_ttl .sub_ttl:before, .main_block .main_ttl .sub_ttl:after {
  position: relative;
  top: -6px;
  content: "";
  display: inline-block;
  width: 11px;
  height: 2px;
  background: #333;
  z-index: 1;
}
.main_block .main_ttl .sub_ttl:before {
  left: 0;
  margin-right: 6px;
}
.main_block .main_ttl .sub_ttl:after {
  right: 0;
  margin-left: 6px;
}

.check_txt {
  margin-bottom: 1.7em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
}

.choice_box {
  width: 100%;
  max-width: 510px;
  margin: 0 auto 40px;
}

.choice_box .btn_list > li:not(:last-child) {
  margin-bottom: 18px;
}
.choice_box .btn_list > li label {
  display: flex;
}

.choice_box .btn_list > li .txt {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.choice_box .btn_list > li .txt:before {
  position: absolute;
  top: 1px;
  right: auto;
  bottom: 0;
  left: 0;
  content: "";
  margin: auto;
  width: 17px;
  height: 17px;
  border: 2px solid #35AA78;
}
.choice_box .btn_list > li .txt:after {
  position: absolute;
  top: 3px;
  right: auto;
  bottom: 0;
  left: 3px;
  content: "\f00c";
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  color: #35AA78;
  opacity: 0;
  transition: all 0.2s;
}
.choice_box .btn_list > li .txt:not(:last-of-type) {
  margin-bottom: 18px;
}

.choice_box .btn_list input[type=checkbox]:checked + .txt:after {
  opacity: 1;
  transition: all 0.2s;
}

.choice_box .link_list {
  margin-top: 10px;
  padding-left: 30px;
}
.choice_box .link_list > li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.45;
}
.choice_box .link_list > li:not(:last-child) {
  margin-bottom: 7px;
}
.choice_box .link_list > li a {
  display: inline-block;
  font-size: 1em;
  line-height: 1.45;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: all 0.3s;
}
.choice_box .link_list > li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

#submit_btn {
  display: block;
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  padding: 0.7em 0.6em;
  background-color: #FF7007;
  border-radius: 40px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

#submit_btn:disabled {
  background-color: #B5B5B5;
  pointer-events: none;
}

/********************************************/
/* video_block */
/********************************************/
.video_block {
  padding: 55px 0 45px;
}
.video_block .btn_list {
  width: 100%;
  display: flex;
  justify-content: center;
}
.video_block .btn_list li {
  width: 100%;
  max-width: 270px;
}
.video_block .btn_list li:not(:nth-child(2n)) {
  margin-right: 2%;
}
.video_block .btn_list li a {
  position: relative;
  display: block;
  padding: 1em 1em 1em 2.5em;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  z-index: 1;
  transition: all 0.3s;
}
.video_block .btn_list li a:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 20px;
  margin: auto;
  content: "";
  width: 22px;
  height: 22px;
  background: url("../img/ico-play.svg") no-repeat center/100%;
  z-index: 1;
}
.video_block .btn_list li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

/********************************************/
/* leaflet_block */
/********************************************/
.leaflet_block {
  padding: 45px 0 0;
}
.leaflet_block .txt {
  margin-bottom: 1.2em;
  font-size: 1.5rem;
  line-height: 1.7;
}

.pdf_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pdf_list li {
  width: 49%;
  margin-bottom: 12px;
}
.pdf_list li:not(:nth-child(2n)) {
  margin-right: 2%;
}
.pdf_list li a {
  display: block;
  transition: all 0.3s;
}
.pdf_list li a img {
  width: 100%;
}
.pdf_list li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.panph-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 767px){
  .panph-img a:hover,
  .border_ttl a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
  .border_ttl a {
    font-size: 3rem;
  }
}
/*=============================================*/
/*media query    Tablet */
/*=============================================*/
@media screen and (max-width: 1024px) {
  /********************************************/
  /*Footer */
  /********************************************/
}
/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
  /*=============================================*/
  /*  layout  Base                        */
  /*=============================================*/
  /*=============================================*/
  /*  layout                               */
  /*=============================================*/
  .main_bg:before {
    background: url("../img/main-bg-sp.jpg") no-repeat center/cover;
  }
  .white_box {
    margin: 50px 0 100px;
    padding: 45px 20px 54px;
  }
  /********************************************/
  /*header */
  /********************************************/
  .header {
    padding: 13px 10px;
  }
  .header .main_width {
    width: 100%;
  }
  .header .logo {
    max-width: 100px;
  }
  /********************************************/
  /* main_block */
  /********************************************/
  .main_block {
    padding: 0 0 50px;
  }
  .main_block .main_sub_txt {
    margin-bottom: 40px;
    font-size: 1.3rem;
  }
  .main_block .main_sub_txt .red {
    width: 100%;
    max-width: 77px;
    margin: 0 auto 5px;
    display: block;
    padding: 0.12em 1em;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .main_block .main_ttl {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
  .main_block .main_ttl .green {
    max-width: 105px;
    margin: 0 auto 10px;
    font-size: 1.5rem;
  }
  .main_block .main_ttl .big {
    margin-bottom: 7px;
    font-size: 2.6rem;
  }
  .main_block .main_ttl .sub_ttl {
    margin-bottom: 7px;
    font-size: 1.9rem;
  }
  .check_txt {
    margin-bottom: 2em;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .choice_box {
    width: 100%;
    max-width: 510px;
    margin: 0 auto 40px;
  }
  .choice_box .btn_list > li:not(:last-child) {
    margin-bottom: 18px;
  }
  .choice_box .btn_list > li .txt {
    font-size: 1.5rem;
  }
  .choice_box .btn_list > li .txt:before {
    position: absolute;
    top: 2px;
    right: auto;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 15px;
    height: 15px;
  }
  .choice_box .btn_list > li .txt:after {
    position: absolute;
    top: 2px;
    right: auto;
    bottom: 0;
    left: 3px;
    margin: 0;
    font-size: 1.4rem;
  }
  .choice_box .btn_list > li .txt:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .choice_box .link_list {
    margin-top: 7px;
  }
  .choice_box .link_list > li {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .choice_box .link_list > li:not(:last-child) {
    margin-bottom: 10px;
  }
  #submit_btn {
    max-width: 100%;
    font-size: 1.5rem;
  }
  /********************************************/
  /* video_block */
  /********************************************/
  .video_block {
    padding: 50px 0 35px;
  }
  .video_block .btn_list {
    display: block;
  }
  .video_block .btn_list li {
    max-width: 255px;
    margin: 0 auto;
  }
  .video_block .btn_list li:not(:nth-child(2n)) {
    margin-right: auto;
    margin-bottom: 10px;
  }
  .video_block .btn_list li a {
    padding: 1.1em 1em 1.1em 3em;
    font-size: 1.5rem;
  }
  .video_block .btn_list li a:before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 15px;
    margin: auto;
  }
  /********************************************/
  /* leaflet_block */
  /********************************************/
  .leaflet_block {
    padding: 35px 0 0;
  }
  .leaflet_block .txt {
    margin-bottom: 0.7em;
    font-size: 1.4rem;
  }
  .pdf_list li {
    margin-bottom: 6px;
  }
  .border_ttl a {
    font-size: 2.4rem;
  }
}/*# sourceMappingURL=style.css.map */