@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
}

h1 {
  position: relative;
  top: -10px;
  font-size: 17.5px;
  color: #250204;
  margin-left: 30px;
  z-index: 60;
}

.pc {display: block;}
.sp {display: none;}

#contents {
  overflow: hidden;
}
.header {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.header_top {
  position: absolute;
  width: 244px;
  margin-left: 30px;
  padding-bottom: 15px;
  z-index: 200;
  background: rgba(255,255,255,0.7);
}
.menu_btn {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 20px 30px;
  font-size: 30px;
  letter-spacing: 3px;
  color: #fff;
  background: #F8BA30;
  border-radius: 10px;
  cursor: pointer;
  z-index: 999;
}
.top_copy {
  position: absolute;
  top: 38vw;
  left: 40px;
  font-size: 6vw;
  letter-spacing: 5px;
  line-height: 8vw;
  color: #fff;
  text-shadow:0px 6px 16px #000000;
  z-index: 60;
}
.slider1 {
  position: relative;
  width: 100%;
  z-index: 10;
}
.slider1 img {
  width: 100%;
}

.cont01,
.cont02,
.cont03,
.cont04,
.cont05 {
  position: relative;
  width: 1920px;
  top: -35px;
  left: 50%;
  margin-left: -960px;
  overflow: hidden;
  z-index: 60;
}
.cont01 {z-index: 60;}
.cont02 {z-index: 65;background: #FEF2AA;}
.cont03 {z-index: 65;background: #C0E2D2;}
.cont04 {z-index: 65;background: #FEC5B8;}
.cont05 {z-index: 65;background: #fff;}
.cont01 .cont_header {
  width: 100%;
  background: #F8BA30;
  transform: rotate(-2deg);
}
.cont01 .cont_header .cont_header_box {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  font-size: 90px;
  letter-spacing: 8px;
  font-weight: bold;
  color: #fff;
}

.cont01_text {
  width: 1200px;
  margin: 0 auto;
  padding: 200px 0 200px;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 43px;
  color: #303030;
}


.cont_title {
  position: relative;
  left: 0;
  right: 0;
  width: 1200px;
  margin: auto;
  padding: 40px 0;
  z-index: 60;
}
.cont_subtitle {
  padding: 10px 0 30px;
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: bold;
}
.col2 {color:#FEB165; }
.col3 {color:#6AA192; }
.col4 {color:#FF8272; }

.cont_text {
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 2px;
  color: #303030;
}
.cont02_main {
  position: relative;
  left: 0;
  right: 0;
  width: 1200px;
  margin: auto;
  padding: 40px 0 200px;
  z-index: 60;
  text-align: center;
}
.cont02_main select {
  width: 350px;
  margin: 0 auto 30px;
  padding: 10px 0 10px 60px;
  font-size: 30px;
  border: 0;
  border-radius: 10px;
}
.cont02_main .icon1:before,
.cont02_main .icon2:before {
  content: "\e8b6";
  position: absolute;
  font-size: 35px;
  color: #000;
  z-index: 100;
  font-family: 'Material Icons';
}
.cont02_main .icon1:before {
  top: 59px;
  left: 445px;
}
.cont02_main .icon2:before {
  top: 155px;
  left: 445px;
}
.cont02_main input {
  width: 350px;
  padding: 10px 0;
  font-size: 28px;
  letter-spacing: 5px;
  color: #fff;
  border: 0;
  border-radius: 10px;
  background: #FEB165;
  transition: all 0.3s;
}
.cont02_main input:hover {
  background: #EC8C2C;
}

.cont02_bottom_text {
  display: inline-block;
  margin-top: 50px;
  font-size: 12px;
  line-height: 24px;
}
.cont02_bottom_text a {
  text-decoration: none;
  color: #030303;
}
.cont02_bottom_text a:hover {
  text-decoration: underline;
}

.cont02_back {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 100px;
  background: #FEF2AA;
  z-index: 100;
  transform: rotate(-2deg);
}
.cont03 {
  padding-bottom: 200px;
}
.cont03_back {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 100px;
  background: #C0E2D2;
  z-index: 100;
  transform: rotate(-2deg);
}

.cont03_box_area {
  position: relative;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: auto;
  padding: 40px 0;
  z-index: 60;
  text-align: center;
}
.cont03_box_left,
.cont03_box_right {
  width: 525px;
}
.cont03_box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 465px;
  padding: 30px;
  background: #EBEBEB;
  border-radius: 10px;
  /* cursor: pointer; */
}
.cont03_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cont03_box:not(:last-child) {
  margin-bottom: 30px;
  background: #EBEBEB;
}
.cont03_box_title {
  margin-bottom: 20px;
  font-size: 30px;
  letter-spacing: 5px;
  font-weight: bold;
  color: #fff;
}
.cont03_box_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
.cont03_inner_headline {
  font-size: 14px;
  font-weight: bold;
}
.cont03_inner_text {
  font-size: 13px;
  text-align: left;
}

.popup {
  width: 550px;
}
.popup img {
  width: 100%;
  height: auto;
}
.close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  background: #6AA192;
  border-radius: 50px;
  font-family: 'Material Icons';
  cursor: pointer;
}
.popup_main {
  padding: 30px;
  background: #EBEBEB;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
.popup_main hr {
  width: 70%;
  margin: 10px auto 20px;
  border: 0;
  border-top: 1px solid #303030;
}
.popup_headline {
  font-size: 18px;
  color: #303030;
}
.popup_text {
  width: 90%;
  margin: auto;
  font-size: 16px;
  line-height: 25px;
  color: #303030;
  text-align: left;
  text-align:justify;
  text-justify: inter-ideograph;
}

.link_area {
  position: relative;
  margin: 50px 0;
  z-index: 60;
}
.link_btn {
  position: relative;
  width: 550px;
  margin: auto;
  padding: 10px 0;
  font-size: 28px;
  letter-spacing: 5px;
  color: #303030;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  transition: all 0.3s;
}
.btn_col1,
 .btn_co2{
  transition: all 0.3s;
}
.btn_col1:hover {
  color: #fff;
  background: #6AA192;
}
.btn_col2:hover {
  color: #fff;
  background: #FF8272;
}

.link_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cont04 {
  padding-bottom: 200px;
}
.cont04_back {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 100px;
  background: #FEC5B8;
  z-index: 100;
  transform: rotate(-2deg);
}
.slider3 {
  position: relative;
  width: 550px;
  margin: 50px auto 100px;
  z-index: 60;
}
.slider3 hr {
  display: block;
  width: 80%;
  margin: 10px auto 20px;
  border: 0;
  border-top: 1px solid #303030 ;
}
.slider3 img {
  display: inline !important;
}
.slider3 li {
  text-align: center;
}
.slider3_headline {
  padding-top: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #303030;
}
.slider3_text {
  font-size: 25px;
  line-height: 40px;
  color: #303030;
}
.prev-arrow {
  position: absolute;
  top: 50%;
  left: -50px;
  cursor: pointer;
;}
.next-arrow {
  position: absolute;
  top: 50%;
  right: -50px;
  cursor: pointer;
}
.cont05_back {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 100;
  transform: rotate(-2deg);
}
.cont05_main {
  position: relative;
  width: 1000px;
  margin: auto;
  padding: 300px 0 200px;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  z-index: 60;
}
.ret_btn {
  width: 210px;
  margin: 200px auto 0;
  padding: 10px 0;
  font-size: 30px;
  color: #fff;
  border-radius: 10px;
  background: #F8BA30;
  cursor: pointer;
}

.footer {
  position: relative;
  width: 100%;
  padding: 50px 0;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

/* menu -------------------------------*/
.menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  min-height: 100vh;
  z-index: 1000;
  background: #F8BA30;
  transition: all 0.3s;
}
.menu.open {
  right: 0;
}
.menu_close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 40px !important;
  color: #fff;
  font-family: 'Material Icons';
  cursor: pointer;
}
.menu ul {
  padding: 100px 0 0 50px;
}
.menu ul li {
  padding-bottom: 30px;
  font-size: 24px;
  line-height: 38px;
  list-style: none;
  border-bottom: 1px solid #fff;
}
.menu ul li span {
  display: block;
  font-size: 16px;
  line-height: 20px;
}
.menu ul li:not(:last-child) {
  margin-bottom: 30px;
}
.menu ul li a {
  text-decoration: none;
  color: #fff;
}
#anchor01 {
  margin-top: -0px;
  padding-top: 0px;
}
#anchor02,
#anchor03,
#anchor04 {
  margin-top: -50px;
  padding-top: 50px;
}

/* scroll fadein */
.fade_off {
  position: relative;
  top: 20px;
  opacity: 0;
  -webkit-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s ;
}

.fade_on {
  top: 0;
  opacity: 1;
}

/* back image */
.back_img1 {
  position: absolute;
  top: 0;
  left: 1200px;
  width: 250px;
  height: auto;
}

.back_img2 {
  position: absolute;
  top: 0;
  left: 800px;
}
.back_img3 {
  position: absolute;
  top: -50px;
  left: 1100px;
  width: 400px;
  height: auto;
  z-index: 90;
}
.back_img4 {
  position: absolute;
  left: 200px;
  bottom: 0;
  width: 400px;
}
.back_img5 {
  position: absolute;
  top: 0;
  left: 200px;
  width: 400px;
  z-index: 50;
}
.back_img6 {
  position: absolute;
  left: 1100px;
  bottom: 0;
  z-index: 50;
}
.back_img7 {
  position: absolute;
  top: 0;
  left: 1100px;
  width: 400px;
  z-index: 50;
}
.back_img8 {
  position: absolute;
  left: 200px;
  bottom: 0;
  z-index: 50;
}
.back_img9 {
  position: absolute;
  top: 0;
  left: 200px;
  width: 400px;
}

/* Dark background */
.modal-bg {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}

/* Modal window */
.modal-content {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 90%;
  width: 620px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
}

/* Text content */
.modal-text {
  margin: 20px 0 30px;
  text-align: center;
}

/* Text content */
.modal-textinner {
  margin: 60px 0 0;
}

/* Text link */
.modal-textinner a{
  color: #fff;
  text-decoration: underline;
}
.modal-textinner a:hover{
  text-decoration: none;
}

/* Show modal when active */
.active {
  visibility: visible;
  opacity: 1;
}

/* Responsive design */
@media (max-width: 768px) {
  .modal-content {
      width: 90%;
  }
}