@charset "UTF-8";

body {
  font-family:'游ゴシック','Yu Gothic','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

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

.button_area {
  text-align: center;
}

.button_area p {
  padding: 0 0 15px;
  font-size: 1.4rem;
  font-weight: bold;
}

header {
 background: #fff;
 box-shadow: 0px 9px 10px -5px rgb(0 0 0 / 10%);
 -webkit-box-shadow: 0px 9px 10px -5px rgb(0 0 0 / 10%);
 -moz-box-shadow: 0px 9px 10px -5px rgba(0, 0, 0, 0.10);
}

header .header_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px;
  max-width: 1200px;
}

header .header_area .tag_line {
  display: flex;
  align-items: center;
}

header .header_area .tag_line .logo {
  max-width: 200px;
  margin-right: 20px;
}

header .header_area .tag_line p {
  font-size: 0.8rem;
  font-weight: bold;
}

header .header_area .button {
  background: #000;
  padding: 13px 10px 13px 20px;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  color: #fff;
}


img {
  width: 100%;
  vertical-align:top;
}

h2 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 30px;
}

h3 {
  font-size: 1.1rem;
}

.wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 15px;
}

.fl_box{
  display: flex;
  flex-wrap: wrap;
}

#mv {
  background: url(../img/mv_bg.jpg) no-repeat center /cover;
  height: 550px;
  position: relative;
}

#mv .mv_pc {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 50%;
  min-width: 400px;
  max-width: 750px;
  z-index: 1;
}

#mv .mv_bb {
  position: absolute;
  left: auto;
  bottom: 0;
  width: 30%;
  max-width: 360px;
  z-index: 1;
}

#mv h2 {
  text-align: left;
  font-size: 2.1rem;
  color: #fff;
  padding-top: 15px;
  text-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
}

#mv p {
  font-size: 1.4rem;
  color: #fff;
  padding-top: 120px;
  text-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
}

#mv .button {
  background: #000;
  padding: 10px 70px;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  color: #fff;
}

#solution {
  position: relative;
}

#solution .theme{
  background: #dedede;
}

#solution .theme:before {
  content: "";
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 200px solid transparent;
  border-top: 46px solid #dedede;
}

#solution .theme .fl_box {
  padding: 20px 0 70px;
  justify-content: space-around;
}

#solution .theme .fl_box div{
  text-align: center;
  max-width: 320px;
  background-color: #fff;
}

#solution .theme h2 {
  padding-top: 60px;
}

#solution .change h2 {
  font-size: 2.3rem;
  margin: 30px 0 20px;
  text-shadow: 0px 3px 0px rgb(0 0 0 / 10%);
}

#solution h3 {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 20px 20px 20px;
  color: #fff;
  text-align: center;
  background: #0097CC;
}

#solution img {
  width: 75%;
  margin: 10px 0;
}

#solution p {
  margin: 10px 15px 20px;
}

#solution .change  {
  background-size: cover;
  background-position: center;
  padding: 20px 0;
}


#solution .change h3 {
  background: none;
  color: #000;
  padding: 30px 20px 10px;
}

#solution .change .fl_box {
  justify-content: space-around;
}

#solution .change .fl_box div{
  text-align: center;
  max-width: 320px;
  background-color: #fff;
}

#training {
  padding: 10px 0 200px;
}

#training .wrap {
  position: relative;
}

#training h2 {
  font-size: 2.5rem;
  margin-top: 70px;
}

#training .pc_img {
  text-align: center;
  margin: 180px 0 40px;
}

#training img {
  max-width: 450px;
}

.button_area .button {
  background: #000;
  padding: 13px 80px 13px;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.8rem;
  color: #fff;
}

#training .circle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2.4rem;
  color: #fff;
  font-weight: bold;
}

#training .blue {
  background: #0097CC;
  top: 210px;
  left: 110px;
  width: 270px;
  height: 270px;
  z-index: -1;
}

#training .green {
  background: #00B747;
  top: 250px;
  right: 150px;
  width: 220px;
  height: 220px;
  z-index: -1;
}

#training .orange {
  background: #FF8000;
  top: 545px;
  left: 95px;
  width: 260px;
  height: 260px;
  z-index: -1;
}

#training .red {
  background: #FF4B00;
  top: 550px;
  right: 100px;
  width: 260px;
  height: 260px;
}

#flow h3 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  padding: 5px;
  margin-bottom: 15px;
}

#flow .blue {
  background: #0097CC;
}

#flow .green {
  background: #00B747;
}

#flow .orange {
  background: #FF8000;
}

#flow .flow_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}

#flow .flow_area .flow_one{
  position: relative;
  text-align: center;
  width: 280px;
}

#flow .flow_area .arrow_green::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -45px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #34b747;
}

#flow .flow_area .arrow_orange::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -45px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #f98003;
}

#flow .flow_area .flow_one p{
  margin-top: 10px;
}

#feature .button_area {
  margin: 60px 0 30px;
}

#feature .button_area .button {
  letter-spacing: 0.1rem;
}

#feature {
  padding: 20px 0 30px;
}

#feature h2{
  margin-bottom: 50px;
}

#feature .fl_box {
 max-width: 860px;
 margin: 30px auto 0;
 justify-content: space-around;
 align-items: baseline;
}

#feature .fl_box:nth-child(3),
#feature .fl_box:nth-child(5) {
    flex-wrap: wrap-reverse;
}

#feature .text {
	max-width: 400px;
 	margin-bottom: 30px;
 	text-align: center;
	padding: 30px 25px;
	background-color: #fff;
}

#feature .feature_img {
	margin: 0 20px 10px;
	max-width: 350px;
}

#feature .text h3{
	margin: 0 0 18px;
	font-size: 1.8rem;
  text-align: left;
	line-height: 2.2rem;
	font-weight: bold;
}

#feature .text p{
	text-align: left;
	font-size: 0.9rem;
	line-height: 1.4rem;
}

#scene {
  background: url(../img/mv_bg.jpg) no-repeat right / 130%;
}

#scene h2 {
  color: #fff;
  text-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
}

#scene h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 20px 0 10px;
}

#scene .scene_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 50px;
}

#scene .scene_area .scene_one {
  background-color: #fff;
  text-align: center;
  margin: 0 20px;
  padding: 20px 15px;
  width: 290px;
}

.content img{
  position: absolute;
  width: 160px;
  right: -3%;
  bottom: -40px;
}

#learning .detail {
  position: relative;
  font-size: 1.5rem;
  max-width: 700px;
  font-weight: bold;
  line-height: 2.8rem;
  margin: 0 auto;
}

#flow {
	padding: 20px 0 60px;
	background-color: #f8f8f8;
}

#form {
  max-width: 700px;
  text-align: center;
  margin: 30px auto;
}

#form h2 {
  position: relative;
}

#form h2:after {
  position: absolute;
  top: -10px;
  right: 40px;
  content: '';
  display: inline-block;
  width: 43px;
  height: 105px;
  background-image: url(../img/chara2.png);
  background-size: contain;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

#faq {
  padding: 30px 0;
  text-align: center;
	background-color: #f8f8f8;
}

.faq_box{
  max-width: 800px;
  margin: 50px auto 0;
}

.faq_one {
  text-align: left;
  border-bottom: solid 1px #dedede;
  padding: 30px 0;
  margin-bottom: 50px;
}

.faq_q {
  font-size: 1.1rem;
  letter-spacing: 0.03rem;
  font-weight: bold;
  cursor: pointer;
}

.fq_button {
  margin-top: 20px;
}

.faq_box input {
  display: none;
}

.faq_box .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}

.cssacc:checked + .accshow {
  height: auto;
  padding-top: 10px;
  opacity: 1;
}

.faq_q p {
	padding-right: 20px;
	position: relative;
 }

.faq p.open {
}

.faq_q p {
	padding-right: 20px;
 }

.faq p.open {
	position: relative;
}

.faq_q p::before,
.faq_q p::after {
  content: '';
  display: block;
  width: 15px;
  height: 3px;
  border-radius: 5px;
  background: #297fb9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.faq_q p::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.faq_q p.open::after {
  transform: rotate(0);
  transition: 0.5s;
}

.reference {
	font-size: 0.4rem;
	letter-spacing: 0rem;
	color: #828282;
	margin-top: 5px;
}

#concept {
  margin: 100px 0;
  text-align: center;
}

#concept p {
  font-size: 1.1rem;
  margin-top: 40px;
  line-height: 2.3rem;
}

#company a{
  display: inline-block;
  text-decoration: none;
  color: #0a0a0a;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
}

#company table {
  text-align: left;
  max-width: 600px;
  margin: 30px auto;
}

#company tr {
  border-bottom: 1px solid #dfdfdf;
}

#company th {
  width: 30%;
  padding: 24px 0;
}

#company td {
  width: 70%;
  padding: 24px 0;
}

footer {
  text-align: center;
  color: #ccc;
  margin: 150px 0 50px;
}

.privacy {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 10px;
}

.privacy li {
    list-style-type: inherit;
    margin: 10px 0 0 20px;
  }

 #thanks .button_area {
   margin-top: 60px;
 }

 #thanks .button_area .button {
   margin-top: 100px;
   padding: 13px 40px 13px;
 }

 #thanks p {
   padding-top: 40px;
 }

@media screen and (max-width: 480px){
  header .header_area .tag_line .logo {
    max-width: 120px;
  }

  header .header_area .button {
    display: none;
  }

  h2 {
    font-size: 1.4rem;
  }

  #mv {
    height: 450px;
  }

  #mv h2 {
    font-size: 1.2rem;
  }

  #mv .fl_box {
    padding-top: 30px;
  }

  #mv p {
    font-size: 1rem;
    padding-top: 50px;
  }

  #mv h2 {
    font-size: 1.2rem;
  }

  #mv .mv_bb {
    display: none;
  }

  #mv .mv_pc {
    width: 100%;
    max-width: none;
    min-width: none;
  }

  #solution .theme .fl_box div{
    margin-bottom: 30px;
  }

  #solution .theme:before {
    content: "";
    position: absolute;
    top: 51.5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border: 100px solid transparent;
    border-top: 46px solid #dedede;
  }

  #solution .change h2 {
    font-size: 1.5rem;
  }

  #solution .change .fl_box div {
    margin-bottom: 20px;
  }

  #training {
    padding-bottom: 50px;
  }

  #training h2 {
    font-size: 1.3rem;
    padding: 5px 15px;
  }

  #training .wrap {
    padding: 0px;
  }

  #training .circle {
    position: initial;
    border-radius: 0px;
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  #training .blue,
  #training .green,
  #training .orange,
  #training .red {
    width: auto;
    height: auto;
    padding: 15px 0px;
  }

  #training .pc_img {
    margin: 20px 0;
  }

  #flow .flow_area .flow_one{
    margin-bottom: 70px;
  }

  #flow .flow_area .arrow_green::before {
    content: "";
    position: absolute;
    right: 0;
    top:auto;
    bottom: -40px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
  }

  #flow .flow_area .arrow_orange::before {
    content: "";
    position: absolute;
    right: 0;
    top:auto;
    bottom: -40px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
  }


  .button_area p {
    padding: 20px 0;
  }

  .content img {
    width: 130px;
    right: 7px;
    bottom: -20px;
  }

  #feature .button_area .button {
    padding: 13px 20px;
  }

  #scene {
    background: none;
  }

  #scene h2 {
    color: #000;
    text-shadow: none;
  }

  #scene .scene_area .scene_one {
    margin: 20px 20px;
    padding: 20px 15px 30px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
  }

  #scene .scene_area {
    padding-bottom: 10px;
  }

  #form h2:after {
    display: none;
  }

  .pcbr {
    display: none;
  }

}

#thanks {
    text-align: center;
    margin: 20px auto 0;
    max-width: 800px;
}
