body,p,h1,h2,h3,h4,a,li,ul,dd,img,hr,table,th,tr,td,strong,span,section,div,header,footer {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP",メイリオ,Meiryo,游ゴシック体,YuGothic,游ゴシック,Yu Gothic,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,Arial,verdana,sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

p {
  line-height: 1.8;
}

#wrapper {
  overflow-x: hidden;
}

.section {
  padding: 60px 0;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

.logo-p {
  position: fixed;
  color: #fff;
  top: 10px;
  left: 20px;
  width: 300px;
}

.logo-p img {
  width: 100%;
}


.menu-open {
  display: none;
  user-select: none;
  position: fixed;
  /* right: -600px; */
  right: 0px;
  top: 70px;
  width: 100%;
  height: 100%;
  font-size: 20px;
  /* background: rgba(71, 160, 153, .9); */
  /* background: rgba(0,43,111,.9); */
  background: rgba(0,0,0,.8);
  z-index: 10000;
}

.hide {
  display: none;
}

.menu-open li:first-child {
  margin-left: 0px;
}

.menu-open li:not(:last-child) {
  margin-right: 0px;
}

.menu-open .nav-list {
  text-align: left;
  border-bottom: 1px solid #fff;
  padding: 10px 0 10px 20px;
}

.menu-open li a  {
  color: #fff;
  padding: 5px 0;
  font-size: 14px;
}

.menu-open li a:hover {
  opacity: .5;
}

#show {
  position: absolute;
  font-size: 30px;
  right: 20px;
  top: 20px;
  display: none;
  color: #fff;
  z-index: 900000;
}

.header-nav {
  position: fixed;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 67px;
  z-index: 100;
  transition: .3s;
  padding-top: 5px;
  background: rgba(0, 0, 0, .8);
}

.header-nav-list {
  display: flex;
  margin-right: 30px;
  margin-left: auto;
  width: 600px;
  padding: 15px 0 20px;
  align-items: center;
  justify-content: space-around;
}

.nav-list {
  line-height: 1;
  font-weight: normal;
  font-size: 14px;
}


.nav-list a {
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 10px 10px 0 10px;
  padding-bottom: 10px;
  letter-spacing: 1.5px;
  font-size: 16px;
  cursor: pointer;
  transition: .3s;
}

.nav-list a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.nav-list a:hover::after {
  transform: scale(1, 1);
}

header {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: url(./img/pic1.jpg) 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

header h1 {
  /* color: #fff; */
  margin-left: 15px;
}

header > dl {
    margin: 0 0 50px;
    padding: 0;
    color: #fff;
    text-align: left;
}

header > dl dt {
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

header .container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.top-inner {
  position: absolute;
  top: 40vh;
}

.top-inner h1 {
  font-size: 36px;
  width: 1140px;
}
.right {
  text-align: right;
}
.green-title {
  text-stroke: 2px #00ff78;
  -webkit-text-stroke: 2px #00ff78;
  -webkit-background-clip: text;
}

header .container p {
  text-align: center;
  display: flex;
  position: absolute;
  top: 150px;
  right: 0px;
}

header .container p a {
  color: #fff;
  width: 230px;
  /* background: #00ff78; */
  margin-left: 15px;
  padding: 10px 20px;
  border: 1px solid #fff;
  /* border-radius: 30px; */
  transition: .5s;
  font-weight: bold;
}

header .container p a:hover {
  background: #00ff78;
  color: #000;
  border: 1px solid #00ff78;
}

.section-title {
  text-align: center;
  font-size: 24px;
  /* margin-bottom: 20px; */
  width: 80%;
  margin: 20px auto;
  color: #fff;
}
.section-title-3 {
  text-align: center;
  font-size: 30pt;
  margin-bottom: 40px;
}
.section-info {
  color: #ddd;
  text-align: center;
  font-size: 16px;
}

.middle {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.black-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -2;
}


/* Suggestion */

#trouble {
  background: #1a1a1a;
}

.info {
  margin-bottom: 30px;
}

.green {
  color: #00ff78;
}

.white {
  color: #fff;
}

#trouble-1 {
}

#trouble-1 p {
  margin: 0 auto;
  text-align: center;
}

#trouble-1 p img {
  width: 100%;
}

/* solution */

#solution {
  background: #1a1a1a;
}

.solution-inner {
  position: relative;
  color: #fff;
}

.solution-img {
  margin-top: 75px;
}

.solution-img p {
  text-align: right;
}

.solution-info {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 700px;
}

.solution-number {
  padding-right: 20px;
  font-size: 200px;
  color: #1a1a1a;
}

.solution-title {
  font-size: 35px;
  margin-bottom: 20px;
}

.solution-inner-2 {
  position: relative;
  color: #fff;
}

.solution-img-2 {
  margin-top: 75px;
}

.solution-img-2 p {
  text-align: left;
}

.solution-info-2 {
  position: absolute;
  top: 30px;
  right: 0px;
  max-width: 700px;
}

.solution-number-2 {
  padding-left: 20px;
  font-size: 200px;
  color: #1a1a1a;
}

.solution-title-2 {
  font-size: 35px;
  margin-bottom: 20px;
}

.solution-info-2 p {
  text-align: right;
}

/* feature */
#feature .section-title {
  color: #000;
}

.feature-inner {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
}

.feature-img {
  width: 40%;
}

.feature-img-inner {
  position: relative;
  background: #00ff78;
  width: 100%;
}

.feature-img img {
  position: relative;
  top: 30px;
  left: 30px;
  width: 480px;
}

.feature-info {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-title {
  margin-bottom: 40px;
  font-size: 24px;
}

/* #event  */

#event {
  background: #232d39;
  color: #fff;
}

#event.section {
  padding: 60px 0 0;
}

#event .section-info {
  color: #ddd;
}

.event-info {
  padding-bottom: 60px;
}

.event-img {
  background: #fff;
  width: 100%;
}

.event-img img {
  width: 100%;
  margin: 40px 0;
}

/* #trainer  */

.trainer-img img {
  width: 100%;
  margin: 40px 0;
}

/* Safety */

.item img {
  width: 100%;
}

.item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.item-inner {
  display: flex;
  justify-content: space-between;
  padding: 5px 20px 5px 5px;
  width: 30%;
  background:  #232d39;
  color: #fff;
  margin: 20px auto;
}

.item-inner img {
  width: 130px;
  margin-right: 10px;
}

.item-info {
  display: flex;
  flex-direction: column;
  align-items:flex-start;
  justify-content: center;
  text-align: center;
  margin-right: auto;
}

.item-info h1 {
  font-size: 20px;
  text-align: center;
}

.company-1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.company-1 img {
  width: 70%;
}

/* Price */
#Price {
  background: url(./img/bg-01-1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

/* plans */
#Plan {
  background: #F8F6F9;
}
.feature-inner-2 {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  width: 48%;
  padding-bottom: 60px;
  border-radius: 60px;
  transition: .5s;
  border: 2px solid #eee;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #000;
}
.feature-icon-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  background: #00ff78;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  padding: 20px 0;
}
.feature-icon-2 h1 {
  color: #fff;
}

.feature-info-2 img {
  height: 120px;
  margin: 20px 0;
}
.feature-info-2 > p {
  text-align: center;
}
.feature-info-2 {
  margin: 0 20px;

}
.feature-info-2 h1 {
  text-align: center;
  font-size: 25px;
}

.merit-img {
  width: 100%;
}

/* Reward */
#Reward {
  position: relative;
  background: #eee;
  /* background: url(./img/pic1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  color: #000;
}
#Reward .section-title {
  z-index: 100;
  color: #000;
}

.center {
  text-align: center;
}
.reward-inner {
  display: flex;
  justify-content: space-between;
  margin: 60px auto;
}

#table-1 .section-title {
  color: #1a1a1a;
}

#flow {
  background: #1a1a1a;
  color: #fff;
}
#flow .container p {
  text-align: center;
}



#question {
  position: relative;
  background: #fff;
}

#question .section-title {
  color: #000;
}

.cp_qa {
  margin: 80px auto;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* .cp_qa {
	border-top: 1px solid #fff;
} */
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	color: #000;
  margin-bottom: 30px;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 1em;
	cursor: pointer;
	border-bottom: 1px solid #999;
  transition: .3s;
}

.cp_qa .cp_actab label:hover {
	color: #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
	color: #fff;
	background: #1a1a1a;
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em;
}
/* 質問を開いた時の仕様 */
/* --アイコン */
.cp_qa .cp_actab input:checked ~ label {
	color: #1a1a1a;
}
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab label::after {
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -12.5px;
	-webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
	text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
	content: '◀︎';
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#letter {
  background: #1a1a1a;
}
/*
.letter-inner{
  background-image:
    linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 97%,#ddd 97%,#ddd 100%);
  background-size:100% 28px;
  width: 80%;
  margin: 30px auto;
  padding: 30px 20px;
  border: 3px solid #00ff78;
  background: #fff;
}
.letter-inner p {
  margin-bottom:2em;
  color: #1a1a1a;
  line-height: 2;
} */
.letter-inner{
  /* color: #696969; */
  margin: 30px auto;
  font-weight: bold;
  /* padding: 0.3em 1em 2em 1em; */
  width: 80%;
  border: 3px solid #00ff78;
  /* box-shadow:2px 2px 0 rgba(0,0,0,.1); */
}
.letter-inner p {
  background-color: #fff;
  background-image:
  linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
  background-size: 8px 100%,100% 2em;
  line-height: 2em;
  padding: 2em 1em 0.2em 1em;
}


footer {
  background: #1a1a1a;
  text-align: center;
  color: #fff;
  font-size: 9px;
}

footer a {
  color: #fff;
}

.sp {
  display: none;
}








@media screen and (max-width:414px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .container {
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }

  #show {
    position: absolute;
    font-size: 30px;
    right: 30px;
    top: 25px;
    display: block;
  }
  .logo-p {
    top: 25px;
  }
  .logo-p img {
    width: 180px;
  }
  .header-nav-list {
    display: none;
  }
  header {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: url(./img/pic1.jpg) 50% 50% no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .top-inner {
    position: absolute;
    top: 40vh;
  }

  .top-inner h1 {
    font-size: 20px;
    width: 100%;
  }

  .top-inner img {
    width: 400px;
  }

  .top-inner p a {
    color: #fff;
    width: 200px;
    background: #00ff78;
    margin-left: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    transition: .3s;
  }

  .section-title {
    font-size: 16px;
  }
  .section-title-2 {
    font-size: 22px;
    text-align: center;
    color: #fff;
  }
  .section-title-3 {
    font-size: 24px;
    text-align: center;
  }
  .section-info {
    color: #fff;
    /* text-align: ; */
    font-size: 12px;
  }

  .problem-inner {
    font-size: 12px;
  }

  #features {
    background-position: 54% 50%;
    background-attachment: fixed;
  }

  .feature-inner {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
    flex-direction: column;
  }

  .feature-inner:nth-of-type(2) {
    flex-direction: column-reverse;
  }

  .feature-img {
    width: 100%;
  }

  .feature-img-inner {
    position: relative;
    background: #00ff78;
    width: 90%;
  }

  .feature-img img {
    position: relative;
    top: 10px;
    left: 10px;
    width: 350px;
  }

  .feature-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .feature-title {
    margin: 40px 0;
    font-size: 24px;
  }
  .icon {
    height: 100px;
    transition: .5s;
  }
  .company-1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }

  .company-1 img {
    width: 48%;
  }

  .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .item-inner {
    flex-direction: column;
    padding: 0px 0px 5px 0px;
    width: 32%;
    background:  #232d39;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 10px auto;
  }

  .item-inner img {
    width: 100%;
  }

  .item-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 0;
  }

  .item-info p {
    font-size: 8px;
  }

  .item-info h1 {
    font-size: 11px;
    text-align: center;
  }
  .section-title-3 {
    font-size: 20pt;
  }
  .col-lg-3 {
      width: 48%;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
  }
  .header span {
    font-size: 12px;
  }


  .solution-inner-2 {
    position: relative;
    color: #fff;
    margin: 30px auto;
  }

  .solution-img-2 {
    margin-top: 75px;
  }

  .solution-img-2 p {
    text-align: left;
  }

  .solution-img-2 p img {
    width: 100%;
  }

  .solution-info-2 {
    position: relative;
    top: 30px;
    right: 0px;
    max-width: 700px;
  }

  .solution-number-2 {
    padding-left: 0px;
    font-size: 60px;
    color: #1a1a1a;
    text-align: center;
  }

  .solution-title-2 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }

  .solution-info-2 p {
    text-align: center;
    font-size: 14px;
  }

  .Problems {
    flex-direction: column;
    width: calc(100% - 30px);
  }
  .Problems .problem-inner {
    width: 85%;
    font-size: 12px;
  }
    .feature-inner-2 {
      display: flex;
      flex-direction: column;
      margin: 20px 0;
      width: 96%;
      padding-bottom: 15px;
      border-radius: 30px;
      transition: .5s;
      border: 2px solid #eee;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
      background: #fff;
      color: #000;
    }
    .feature-icon-2 {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
      background: #00ff78;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
      padding: 20px 0;
    }
    .feature-icon-2 h1 {
      color: #fff;
      font-size: 20px;
    }
    .feature-info-2 {
      margin: 0 20px;
    }
    .feature-info-2 h1 {
      /* text-align: left; */
      font-size: 20px;
    }

    #Reward p {
      font-size: 14px;
    }

    #table-1 p {
      font-size: 14px;
    }

    #flow p {
      font-size: 14px;
    }

    .letter-inner p {
      font-size: 14px;
    }

}
