@charset "utf-8"; img {
  max-width: 100%;
  vertical-align: top;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

/* common */
h2 {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
}

h2 .text {
  margin-top: 30px;
}

h3 {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 20px;
}

h3 img {
  margin-right: 25px;
}

.center {
  text-align: center;
}

.wrap-900 {
  width: 900px;
  margin: 0 auto;
}

.wrap-1000 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.bg-gray {
  background-color: #F2F2F2;
  padding: 60px 0 40px 0;
}

.bg-yellow {
  background-color: #FFDC3F;
  padding: 40px 0;
}

.bg-yellow .wrap-900 {
  text-align: center;
}

.bg-pop {
  background-image: url("../img/bg_01.png");
  background-size: cover;
  background-position: center;
  text-align: center;
  /* height: 350px; */
  padding: 40px;
  margin-bottom: 50px;
}

.bg-point {
  background-image: url("../img/bg_02_pc.png");
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 50px 0;
}

/* header */
header {
  background-image: url("../img/bg_00.png");
  background-size: cover;
  background-position: center;
  text-align: center;
}

.header-band {
  background-color: #fff;
  box-shadow: 0 0 5px #aaa;
}

.header-wrap {
  width: 100%;
  min-width: 1000px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_btn {
  background-color: #00BE5F;
  padding: 10px 20px;
}

.header-img {
  padding: 20px 0;
}

.header-line {
  position: fixed;
  width: 100%;
  display: block;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #00BE5F;
  padding: 10px;
}

.header-line:after {
  position: absolute;
  top: 0;
  right: 50%;
  content: "";
  width: 96px;
  height: 96px;
  transform: translate(370px, -40px);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/line_btn_after.png);
}

.nav-list {
  display: flex;
  font-weight: bold;
}

.nav-list li {
  padding: 10px 15px;
}

/* about */
.bg-about {
  background-color: #fff;
  position: relative;
  padding: 40px 0;
}

.bg-about:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -50px;
  border: 50px solid transparent;
  border-top: 45px solid #fff;
}

.bg-about h2 {
  margin-bottom: 20px;
}

.bg-about .text {
  font-weight: bold;
  margin-top: 0px;
}

/* howto */
#howto {
  background-image: url("../img/bg_04_pc.png");
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 40px;
}

#howto .wrap-900 {
  background-color: #fff;
  padding: 20px;
  margin: 40px auto;
}

/* message */
#message .wrap-900 {
  display: flex;
  align-items: flex-end;
  padding: 60px 0;
}

#message h2 {
  text-align: left;
  color: #FF8400;
  margin-bottom: 20px;
}

.message-img {
  padding-bottom: 40px;
  margin: 0 30px;
}

#message .text {
  width: 60%;
  font-weight: bold;
  line-height: 2;
  font-size: 1.2em;
}

.line_link {
  margin: 20px 0;
  display: -webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

nav .line_link {
  display: none;
}

/* qa */
#qa {
  background-color: #F2F2F2;
  padding: 40px 0 50px 0;
}

.qa-list li {
  background-color: #fff;
  padding: 10px 20px;
  margin: 10px 0;
  font-weight: bold;
}

.question {
  border-bottom: 1px dashed #aaa;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 35px;
}

.answer {
  position: relative;
  padding-left: 35px;
}

.question:before {
  content: "";
  width: 25px;
  height: 25px;
  position: relative;
  top: 5px;
  left: 0;
  margin-left: -35px;
  margin-right: 5px;
  display: inline-block;
  background-image: url(../img/icon_q.png);
}

.answer:before {
  position: relative;
  top: 0;
  left: 0;
  margin-left: -35px;
  margin-right: 5px;
  content: "";
  width: 27px;
  height: 20px;
  display: inline-block;
  background-image: url(../img/icon_a.png);
}

/* reason */
#reason {
  background-image: url("../img/bg_03_pc.png");
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 50px 0;
}

.reason-list {
  width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.reason-list li {
  background-color: #fff;
  padding: 35px 30px 30px 30px;
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0;
}

.reason-list li:nth-of-type(n+2):nth-of-type(-n+5) {
  width: 49%;
  box-sizing: border-box;
}

.reason-list li:nth-child(2),.reason-list li:nth-child(4) {
  margin-right: 2%;
}

.reason-list .text {
  margin-top: 20px;
  font-weight: bold;
  border: 1px #ccc solid;
  display: flex;
  justify-content: center;
  text-align: left;
  padding: 10px 20px;
}

/* slider */
.bg-loop {
  background-color: #F2F2F2;
  padding: 15px 0;
  margin-top: 30px;
  overflow: hidden;
}

.loopSlider {
  position: relative;
  display: flex;
  width: 100vw;
  overflow: hidden;
}

.loopSlider ul {
  padding: 0;
  width: 100vw;
  display: flex;
  flex-shrink: 0;
}

.loopSlider ul:first-child {
  animation: slide1 60s -30s linear infinite;
}

.loopSlider ul:last-child {
  animation: slide2 60s linear infinite;
}

.loopSlider ul li {
  display: inline-block;
  width: 100%;
  min-width: 150px;
  margin-right: 20px;
  list-style: none;
  text-align: center;
}

.loopSlider ul li img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes slide1 {
  0% {
      transform: translateX(100%);
  }

  to {
      transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
      transform: translateX(0);
  }

  to {
      transform: translateX(-200%);
  }
}

/* voice */
#voice {
  padding: 40px 0;
}

.voice-list {
  display: flex;
}

.voice-list div {
  margin: 10px;
  font-size: 0.9em;
  font-weight: bold;
}

.voice-list li .border {
  border-bottom: 1px dotted #aaa;
}

.voice-list li {
  background-color: #EEEEF2;
  width: 32%;
}

.voice-list li:nth-child(1),.voice-list li:nth-child(2) {
  margin-right: 2%;
}

/* system */
#system {
  margin: 20px 0;
}

.bg-system{
  padding-bottom: 50px;
}

.arrow {
  margin: 40px 0;
  text-align: center;
}

.system-flex {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
}

.system-text {
  line-height: 2;
  /* padding: 0 0 50px; */
  font-weight: bold;
}

.note {
  color: #555;
  font-size: 0.8em;
}

.system-img {
  text-align: center;
  margin-bottom: 30px;
}

.system-img img {
  display: inline-block;
  margin: 20px 0;
}

/* footer */
footer {
  background-color: #333333;
  padding: 50px 0 100px 0;
  color: #fff;
}

.footer-wrap {
  width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo {
  margin-right: 10%;
}

.footer-right {
  display: flex;
  width: 80%;
}

.footer-nav {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}

.footer-nav-list {
  width: 50%;
}

.footer-nav-list li {
  padding-bottom: 15px;
}

.footer-tel {
  width: 60%;
  font-size: 0.9em;
}

.footer-tel .text {
  margin-top: 10px;
}

@media screen and (min-width: 1001px) {
  .sp {
      display: none;
  }

  .pc {
      display: block;
  }
}


.line-popup-area{
  display: none;
  width:100vw;
  height:100vh;
  position: fixed;
  top:0;
  left:0;
  background-color: #00000055;
  z-index: 9999;
}

.line-popup-wrap{
  display: flex;
		width: 100vw;
		height: 100vh;
		align-items: center;
		justify-content: center;
}

.line-popup{
  position: relative;
  font-size: 1.5em;
  font-weight: 900;
		text-align: center;
		width: 80%;
  max-width: 620px;
		border: 5px solid #000;
  border-radius: 5px;
		padding: 2rem 5%;
		box-sizing: border-box;
		background-color: #eee;
	}

.line-popup ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin:10px 0;
}

.line-popup li{
  display: inline-block;
  width: 31%;
  margin:10px 1%;
}

.line-link {
  width: 100%;
  text-align: center;
  margin: 1rem 0;
}

.line-link a {
  color: #EEFE00;
  display: block;
  margin: 0 auto;
  height: 100%;
  padding: 10px 20px;
  border: 3px solid #00CE00;
  background-color: #00CE00;
  border-radius: 20px;
  font-size: clamp(10px, 4vw, 22px);
  font-weight: normal;
}

.line-link a small {
  color: #fff;
}

.line-link a i{
  color: #fff;
}


.line-close{
  display: inline-block;
  position: absolute;
  top:10px;
  right:10px;
  max-width: 30px;
  cursor: pointer;
}



@media screen and (max-width: 1000px) {
  
  .line-popup ul{
  justify-content: space-between;
}
  .line-popup li{
  width: 48%;
}
  .line-close{
  max-width: 10%;
}
  
  
  .sp {
      display: block;
  }

  .pc {
      display: none;
  }

  .wrap-900,.wrap-1000,.header-wrap,.reason-list,.footer-wrap {
      width: 94%;
      margin: 0 auto;
  }

  nav {
      display: none;
  }

  .system-flex {
      display: block;
  }

  .header-band {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;
      width: 100%;
  }

  .header-main {
      padding-top: 70px;
  }

  .header-wrap {
      min-width: 100%;
      align-items: stretch;
  }

  .header-logo {
      width: 40%;
      text-align: left;
      display: flex;
      align-items: center;
  }

  .header_btn {
      width: 40%;
      text-align: right;
      padding: 0px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      background-color: transparent;
  }

  .header-line:after {
      width: 0;
      height: 0;
  }

  .header-line .wrap-900 {
      margin-top: -20px;
  }

  .bg-about .text {
      font-size: 0.9em;
  }

  nav.active {
      display: block;
      position: fixed;
      z-index: -1;
      top: 0;
      left: 0;
      height: 100vh;
      box-sizing: border-box;
      background-color: #ffdc3f;
      padding-top: 12vh;
  }

  .header-band .header-wrap {
      background-color: #fff;
  }

  nav.active .nav-list {
      display: block;
      width: 100vw;
  }

  nav.active .nav-list li {
      padding: 0;
  }

  nav.active .nav-list li a {
      display: block;
      padding: 20px;
      text-align: left;
      border-bottom: 1px solid #FFB000;
      width: 100%;
      box-sizing: border-box;
  }

  nav.active .line_link {
      margin: 20px;
      display: block;
  }

  .line_link a img{
    max-width: 90%;
    display: block;
    margin: 0 auto;
  }

  .bg-pop {
      height: auto;
      padding: 0;
      background-color: transparent;
      background-image: none;
      margin-bottom: 30px;
  }

  .bg-pop .wrap-1000 {
      padding: 0;
      width: 100%;
  }

  .arrow {
      width: 40%;
      margin: 40px auto;
  }

  .system-flex>div:first-child {
      width: 50%;
      margin: 0 auto;
  }

  .system-flex .text {
      width: 100%;
      margin: 0 auto;
      box-sizing: border-box;
      line-height: 2;
      padding: 30px 0 0 0;
  }

  .system-img {
      margin-bottom: 30px;
  }

  .bg-point {
      background-size: 100% auto;
      background-color: #FFDC3F;
      padding: 30px 3%;
  }

  #reason {
      padding-left: 3%;
      padding-right: 3%;
  }

  #reason h2,#voice h2 img,#qa h2 {
      width: 60%;
      margin-right: auto;
      margin-left: auto;
  }

  .reason-list li:nth-of-type(n+2):nth-of-type(-n+5) {
      width: 100%;
  }

  h3 {
      font-size: 1.0em;
  }

  h3 img {
      width: 15%;
  }

  .answer {
      font-weight: normal;
  }

  #voice h2 {
      font-size: 0.9em;
      margin-bottom: 20px;
  }

  .voice-list {
      display: block;
  }

  .voice-list li img {
      width: 80%;
      display: block;
      margin: 20px auto;
  }

  .voice-list li {
      width: 100%;
      box-sizing: border-box;
      margin: 20px 0;
      padding: 10px;
  }

  #howto {
      padding: 40px 3%;
  }

  #howto .wrap-900 {
      box-sizing: border-box;
      padding: 20px 30px 20px 20px;
      margin: 0 auto;
  }

  .message-img {
      display: none;
  }

  #message .text {
      width: 100%;
  }

  #message h2 {
      text-align: center;
  }

  #message .text p {
      font-size: 0.8em;
  }

  #message .text p {
      text-align: center;
  }

  .reason-list li {
      padding: 25px 20px 20px 20px;
  }

  .reason-list .text {
      font-size: 0.9em;
      padding: 10px;
  }

  footer {
      padding: 30px 0 100px 0;
  }

  .footer-wrap {
      display: block;
      width: 100%;
  }

  .footer-logo {
      margin-right: auto;
      margin: 0 auto 30px auto;
      width: 60%;
  }

  .footer-right {
      display: block;
      width: 100%;
  }

  .footer-tel {
      width: 80%;
      margin: 30px auto 20px auto;
      text-align: center;
      font-size: 0.8em;
  }

  .footer-tel .text {
      margin-top: 20px;
  }

  .footer-nav {
      display: block;
      width: 100%;
  }

  .footer-nav-list {
      width: 100%;
  }

  .footer-nav-list li {
      padding-bottom: 0;
  }

  .footer-nav-list li {
      border-bottom: 1px solid #666;
  }

  .footer-nav-list li:nth-child(1) {
      border-top: 1px solid #666;
  }

  .footer-nav-list li a {
      position: relative;
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 10px 20px;
  }

  .footer-nav-list li a:after {
      content: "";
      background-image: url("../img/footer_arrow.png");
      width: 12px;
      height: 6px;
      position: absolute;
      display: block;
      background-size: cover;
      top: 50%;
      right: 20px;
      transform: translateY(-25%);
  }

  /* ハンバーガーメニュー */
  .header_hamburger {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 20%;
  }

  .header__hamburger {
      display: inline-block;
      width: 50px;
      height: 40px;
  }

  .hamburger span {
      width: 100%;
      height: 5px;
      border-radius: 50px;
      background-color: #FFC42C;
      position: relative;
      transition: ease .4s;
      /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
      display: block;
  }

  .hamburger span:nth-child(1) {
      top: 0;
  }

  .hamburger span:nth-child(2) {
      margin: 12px 0;
  }

  .hamburger span:nth-child(3) {
      top: 0;
  }

  .header_hamburger.active {
      background-color: #FFB000;
  }

  .header_hamburger.active .hamburger span {
      background-color: #fff;
  }

  .header_hamburger.active .hamburger span:nth-child(1) {
      top: 15px;
      transform: rotate(45deg);
  }

  .header_hamburger.active .hamburger span:nth-child(2) {
      opacity: 0;
  }

  .header_hamburger.active .hamburger span:nth-child(3) {
      top: -18px;
      transform: rotate(-45deg);
  }
}
