@charset "UTF-8";
/* CSS Document */
.big-logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.big-logo p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.big-logo img {
  width: 700px;
}
.start-logo {
  background: #f6f8f9;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999007;
}
.start-logo img {
  width: 700px;
}
.start-logo p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
}
@media (max-width: 768px) {
  .big-logo img {
    width: 345px;
  }
  .start-logo img {
    width: 400px;
  }
}
.header_contents h1 img {
opacity: 0;
	width:100px;
	height: 100px;
}
/*====== 9-1-1 縦線が動いてスクロールを促す =======*/
/*スクロールダウン全体の場所*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: 20px;
  /*全体の高さ*/
  height: 50px;
  margin: 0 auto;
}
/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -20px;
  top: -20px;
  /*テキストの形状*/
  color: #f6f8f9;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 40px;
  background: #f6f8f9;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
  margin: 0 auto;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
/* slide */
/*about_section*/
.section_about {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1440px;
  font-size: 1.8rem;
  line-height: 2.5;
  font-weight: 500;
}
.about2, .about3 {
  margin-top: 25px;
}
.about_description {
  margin-top: 120px;
  padding-left: 40px;
}
.about_left-img {
  margin-top: 300px;
  width: 370px;
  margin-right: 60px;
  order: -1;
}
.about_right-img {
  margin-top: 230px;
  margin-left: 50px;
}
.about_left-img img {
  height: 280px;
}
.about_right-img img {
  width: 430px;
}
@media (max-width: 1000px) {
  .about_description img {
    width: 160px;
    margin-top: 75px;
  }
  .section_about {
    display: block;
    margin-top: 300px;
  }
  .about_left-img {
    margin-top: 70px;
  }
  .about_left-img img {
    margin-left: -50px;
    height: 225px;
  }
  .about_right-img img {
    display: block;
    width: 365px;
    margin-left: auto;
  }
  .about_right-img {
    margin: 0px !important;
    margin: 0 auto;
    margin-top: 10px;
  }
  .about_description {
    padding-left: 0px;
  }
}
@media (max-width: 1000px) {
  .section_about p {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.06em;
  }
  .section_about {
    margin-top: -100px;
  }
  .about3 {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  /*pick-up-section*/
  .section_pick {
    margin: 0 auto;
    max-width: 1240px;
  }
  .section_pick h2 {
    margin-top: 95px;
    margin-bottom: -5px;
  }
  .section_pick p {
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .sp_br {
    display: none;
  }
  a.pick-btn {
    text-align: center;
    margin: auto;
    letter-spacing: 0.12em;
    font-weight: 500;
    padding: 15px 40px;
    border: 2px solid #194a0b;
    background-color: #194a0b;
    border-radius: 100vh;
    font-size: 2.0rem;
    transition: 0.5s;
    margin-top: 75px;
    color: #f6f8f9;
  }
  .section_pick a {
    margin-top: 50px;
    font-family: Arial, Helvetica, "sans-serif";
  }
  .pick-btn2 {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .section_pick h2 {
    margin-top: 60px;
    margin-bottom: -10px;
	  letter-spacing: 0.06em;
  }
  .section_pick {
    margin: 0 auto;
    max-width: 345px;
  }
  .section_pick p {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .sp_br {
    display: block;
    line-height: 2;
  }
  a.pick-btn {
    padding: 10px 25px;
    border: 1.5px solid #194a0b;
    font-size: 1.6rem;
  }
  .pick-btn2 {
    margin-top: 15px;
  }
}
@media (min-width: 769px) {
  a.pick-btn {
    text-align: center;
    margin: auto;
    letter-spacing: 0.12em;
    font-weight: 500;
    padding: 15px 40px;
    border: 2px solid #194a0b;
    background-color: #f4f6ec;
    border-radius: 100vh;
    font-size: 2.0rem;
    transition: 0.5s;
    margin-top: 75px;
    color: #194a0b;
  }
  a.pick-btn:hover {
    background-color: #194a0b;
    color: #f6f8f9;
    opacity: 1;
  }
  .section_pick a {
    margin-top: 50px;
    font-family: Arial, Helvetica, "sans-serif";
  }
  .pick-btn2 {
    margin-top: 40px;
  }
}
.section_instagram h2 {
  margin-top: 130px;
}
.instagram-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 60px;
}
.instagram-container img {
  width: 272px;
  margin: 4px 8px 5px 8px;
}
@media (max-width: 1160px) {
  .instagram-7, .instagram-8 {
    display: none;
  }
}
@media (max-width: 900px) {
  .instagram-container {
    margin-top: 30px;
    width: 375px;
  }
  .instagram-container img {
    width: 112px;
    margin: 1px 4px 1px 4px;
  }
}
@media (max-width: 768px) {
  .section_instagram h2 {
    margin-top: 70px;
	  letter-spacing: 0.06em;
  }
}
/*instagram-sectioin*/
.section_features p {
  margin-top: 23px;
  letter-spacing: 0.06em;
}
/*features-sectioin*/
.aa {
  font-size: 2.4rem;
  font-weight: 550;
  line-height: 2.5;
  margin-top: 20px;
}
.ab {
  line-height: 2.8;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 50px;
}
.section_features {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1100px;
}
.features_left-img {
  margin-top: 70px;
}
.section_features h2 {
  margin-top: 130px;
}
.features_right-img {
  margin-top: 490px;
}
@media (max-width: 768px) {
  a.features-btn {
    padding: 10px 25px;
    border: 1.5px solid #194a0b;
    font-size: 1.4rem;
  }
  a.features-btn {
    text-align: center;
    margin: auto;
    letter-spacing: 0.12em;
    font-weight: 500;
    background-color: #194a0b;
    border-radius: 100vh;
    transition: 0.5s;
    margin-top: 75px;
    color: #f6f8f9;
  }
  .section_features a {
    margin-top: 90px;
    font-family: Arial, Helvetica, "sans-serif";
  }
}
@media (min-width: 769px) {
  a.features-btn {
    text-align: center;
    margin: auto;
    letter-spacing: 0.12em;
    font-weight: 500;
    padding: 15px 40px;
    border: 2px solid #194a0b;
    background-color: #f4f6ec;
    border-radius: 100vh;
    font-size: 2.0rem;
    transition: 0.5s;
    margin-top: 75px;
    color: #194a0b;
  }
  a.features-btn:hover {
    background-color: #194a0b;
    color: #f6f8f9;
    opacity: 1;
  }
  .section_features a {
    margin-top: 90px;
    font-family: Arial, Helvetica, "sans-serif";
  }
  .features_right-img {
    animation: pikopiko 2s steps(2, start) infinite;
  }
}
@keyframes pikopiko {
  0% {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.features_left-img {
  animation: pikopiko2 2s steps(2, start) infinite;
}
@keyframes pikopiko2 {
  0% {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@media (max-width: 1000px) {
  .section_features {
    display: block;
  }
  .features_left-img img {
    width: 155px;
    margin-top: -40px;
    margin-left: -220px;
  }
  .features_right-img {
    margin-top: 0px;
  }
  .features_right-img img {
    width: 155px;
    margin-top: 20px;
    margin-right: -235px;
  }
  .section_features h2 {
    margin-top: -25px;
    min-width: 350px;
  }
  .aa {
    font-size: 1.6rem;
    line-height: 2;
    margin: 20px auto 0 auto;
  }
  .ab {
    font-size: 1.4rem;
    line-height: 2;
    margin: 20px auto 40px;
  }
}
/*message-sectioin*/
.section_message-bg {
  background: linear-gradient(#f4f6ec, "#fff");
  background: linear-gradient(#f4f6ec 50%, #fff 50%);
}
.section_message {
  position: relative;
  background-color: #fff;
  margin-top: 80px;
}
.message {
  display: flex;
  justify-content: space-between;
  max-width: 950px;
  margin: 0 auto;
}
.mm {
  text-align: left;
}
.mm p {
  margin-top: 43px;
  line-height: 2.3;
  font-size: 1.6rem
}
.mi {
  text-align: right;
}
.mi1 img {
  width: 470px;
  margin-top: 110px;
}
.mi2 img {
  width: 300px;
  margin-top: 80px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .mm {
    padding: 0 15px;
  }
  .message h2 {
    margin-top: 30px;
	  letter-spacing: 0.06em;
  }
  .section_message {
    margin-top: 40px;
  }
  .message {
    justify-content: center;
    flex-wrap: wrap;
  }
  .mi1 img {
    width: 375px;
    margin-top: 30px;
  }
  .mi2 img {
    width: 300px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mm p {
    margin-top: 30px;
    line-height: 2;
    font-size: 1.4rem;
  }
}




.features_right-img {
    animation: pikopiko 2s steps(2, start) infinite;
  }
}
@keyframes pikopiko {
  0% {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.features_left-img {
  animation: pikopiko2 2s steps(2, start) infinite;
}