@charset "utf-8";
/* CSS Document */
.wrap-hero img{
  display: block;
  height: 300px;
  object-fit: cover;
}
.area-hero{
  width: 100%;
}
.block-title{
  background: #000E4E;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}
h1.txt-hero-title{
  font-size: 24px;
  line-height: 1.1;
  color: #fff;
}
h1.txt-hero-title span.txt-company{
  display: block;
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}

.wrap-white,.wrap-gray,.wrap-blue{
  box-sizing: border-box;
  padding: 50px 20px;
}
.wrap-white{
  background: #fff;
}
.wrap-gray{
  background: #f8f8f8;
}
.wrap-blue{
  background: rgba(0,183,241,0.20);
}
p.txt-intro{
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 50px;
}
h2.txt-title{
  color: #000E4E;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 50px;
}
.area-content{
  margin-bottom: 40px;
}
.area-content-2,.area-content-3{
  margin-bottom: 20px;
}
.block-txt{
  margin-bottom: 20px;
}
p.txt-question{
  font-size: 18px;
  line-height: 1.2;
  color: #000E4E;
  margin-bottom: 20px;
  border-left: 5px solid #000E4E;
  padding: 2px 0 2px 10px;
}
p.txt-answer,p.txt-answer-2{
  font-size: 14px;
  line-height: 1.6;
}
p.txt-answer-2{
  margin-bottom: 20px;
}
p.txt-answer span.name,p.txt-answer-2 span.name{
  font-weight: bold;
  font-size: 15px;
  color: #00B7F1;
}
.box-txt{
  margin-bottom: 40px;
}
.box-img,.box-img-b{
  margin-bottom: 20px;
}
p.txt-img{
  font-size: 14px;
  line-height: 1.2;
  margin-top: 5px;
}
.block-img-2 img{
  margin-bottom: 20px;
}
.block-img-d{
  margin-bottom: 20px;
}
h3.txt-adventure-world{
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
}
p.txt-adventure-world-explanation{
  font-size: 14px;
  line-height: 1.6;
}
a.box-bnr{
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
  color: #000;
}
a.box-bnr:hover{
  opacity: 0.7;
}
@media screen and (min-width: 641px){
  .wrap-hero{
    width: 100%;
    max-width: 1800px;
    min-width: 976px;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
  .wrap-hero img{
    display: block;
    width: 100%;
    max-width: 1800px;
    min-width: 976px;
    height: auto;
  }
  .area-hero{
    width: 976px;
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .block-title{
    width: 550px;
    background: rgba(0,14,78,0.80)
  }
  h1.txt-hero-title{
    font-size: 38px;
  }
  h1.txt-hero-title span.txt-hero-title-company{
    font-size: 24px;
  }
  
  .wrap-white,.wrap-gray,.wrap-blue{
    padding: 50px 0;
  }
  .area-intro{
    width: 976px;
    margin: 0 auto;
  }
  p.txt-intro{
    font-size: 18px;
  }
  .area-intro img{
    display: block;
    width: 976px;
    height: auto;
  }
  h2.txt-title{
    display: block;
    width: 976px;
    margin: 0 auto 50px auto;
    font-size: 28px;
  }
  .area-content,.area-content-last,.area-content-3{
    display: flex;
    justify-content: space-between;
    width: 976px;
  }
  .area-content,.area-content-3{
    margin: 0 auto 20px auto;
  }
  .area-content-last{
    margin: 0 auto;
  }
  .area-content-2,.area-content-2-last{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 976px;
  }
  .area-content-2{
    margin: 0 auto 20px auto;
  }
  .area-content-2-last{
    margin: 0 auto;
  }
  .block-txt{
    margin-bottom: 0;
    width: 563px;
  }
  p.txt-question{
    font-size: 22px;
  }
  .block-img{
    width: 395px;
  }
  .block-img img{
    width: 395px;
    height: auto;
  }
  .box-img-b{
    margin-bottom: 0;
  }
  .block-img-2{
    width: 478px;
  }
  .block-img-2 img{
    display: block;
    margin-bottom: 0;
    width: 229px;
    height: auto;
  }
  .box-img-2-top,.box-img-2-bottom{
    width: 478px;
    display: flex;
    justify-content: space-between;
  }
  .box-img-2-top{
    margin-bottom: 20px;
  }
  .block-img-c,.block-img-d{
    display: block;
    width: 478px;
    height: auto;
  }
  .block-img-d{
    margin-bottom: 0;
  }
  .block-txt-b{
    width: 480px;
  }
  a.box-bnr{
    display: block;
    width: 976px;
    margin: 0 auto;
  }
  .box-bnr img{
    display: block;
    width: 976px;
    height: auto;
  }
}