@charset "utf-8";

html {
  overflow-x: hidden;
}

body {
  width: 100%;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  color: #595757;
  font-size: 16px;
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
  max-width: 100vw;
}

a, a img {
  transition: all ease .3s;
}

a img:hover {
  opacity: .8;
}

ul {
  list-style: none;
}

p, dt, dd {
  text-align: justify;
}

.inner {
  max-width: 1000px;
  width: 95%;
  margin: auto;
}

.block {
  padding: 50px 0;
}

.block h2 {
  text-align: center;
  margin: auto;
}

.block .inner h2+p {
  margin-top: 20px;
}

.block>.text {
  margin-top: 20px;
}

@media screen and (min-width:768px) {
  .block .inner .flex {
    display: flex;
    justify-content: space-between;
  }
  .block .inner h2+p {
    margin-top: 30px;
    text-align: center;
  }
}

@media screen and (min-width:1024px) {
  .block {
    padding: 80px 0;
  }
}

.br_pc {
  display: none;
}

.br_sp {
  display: block;
}

@media screen and (min-width:1024px) {
  .br_pc {
    display: block;
  }
  .br_sp {
    display: none;
  }
}

/*-----------------------------
 header
 -----------------------------*/

header {
  padding: 4vw 2vh;
}

header .logo {
  width: 30vw;
  max-width: 151px;
}

@media screen and (min-width:1024px) {
  header {
    padding: 15px;
  }
}

/*-----------------------------
 main
 -----------------------------*/

/* heading */

.heading {
  background: url(../img/head-bg.png) top center/cover no-repeat;
  position: relative;
}

.heading .inner {
  height: 55vw;
  position: relative;
}

.heading .main-img-wrap {
  position: absolute;
  top: 40px;
  left: .5vw;
  width: 100%;
}

.heading .badge-wrap {
  position: absolute;
  top: -50px;
  right: .5vw;
  width: 37vw;
  z-index: 1;
}

.heading .hash_text {
  position: absolute;
  bottom: -10px;
  right: .5vw;
  width: 50vw;
  z-index: 2;
}

.heading .period {
  position: absolute;
  top: 72vw;
  z-index: 99;
  right: 0;
}

.heading .period p {
  display: inline-block;
  padding: 1px 5px;
  color: #fff;
  font-size: 5.2vw;
  font-weight: bold;
  background: #001813;
  white-space: nowrap;
}

.heading .period p:last-child {
  margin-top: 8px;
}

.heading .period p span {
  font-size: 70%;
}

@media screen and (min-width:481px) {
  .heading .main-img-wrap {
    top: 80px;
  }
  .heading .badge-wrap {
    top: -80px;
  }
  .heading .hash_text {
    bottom: -10px;
    width: 45vw;
  }
  .heading .period {
    top: 50vw;
    right: 0;
  }
  .heading .period p {
    font-size: 3vw;
  }
}

@media screen and (min-width:1024px) {
  .heading .inner {
    height: 500px;
  }
  .heading .main-img-wrap {
    bottom: auto;
    top: 100px;
    width: 90%;
  }
  .heading .badge-wrap {
    top: -75px;
    width: 250px;
  }
  .heading .hash_text {
    bottom: -25px;
    width: 400px;
  }
  .heading .period {
    position: absolute;
    right: 0;
    top: 500px;
  }
  .heading .period p {
    font-size: 28px;
    padding: 3px 20px;
  }
}

@media screen and (min-width:1280px) {
  .heading .inner {
    height: 580px;
  }
  .heading .main-img-wrap {
    top: 150px;
    width: 90%;
  }
  .heading .badge-wrap {
    top: -65px;
    width: 330px;
  }
  .heading .hash_text {
    bottom: -20px;
    width: 450px;
  }
  .heading .period {
    top: 530px;
    right: 0;
  }
}

/* overview */

.overview {
  padding: 45vw 0 50px;
  background: url(../img/car.png) right 200px/150px no-repeat, url(../img/camera.png) left 82%/150px no-repeat, #f2f5f6;
}

.overview h2 span {
  display: block;
  width: 90%;
  max-width: 440px;
  margin: 0 auto 20px;
}

.overview .images_wrap {
  position: relative;
  margin-top: 90px;
}

.overview .callout {
  position: absolute;
  top: -70px;
  right: 0;
  width: 200px;
}

.overview .images_wrap .flex li {
  background: #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.overview .images_wrap .flex li div>p {
  padding: 0 3%;
}

.overview .images_wrap .flex li div>p span {
  font-size: 12px;
}

.overview .knowhow-bg {
  position: relative;
}

.overview .knowhow {
  position: relative;
  margin-top: 50px;
  border: solid 4px #179b99;
  border-radius: 30px;
  padding: 20px 5%;
  background: #fff;
  z-index: 2;
}

.overview .knowhow-bg::after {
  content: '';
  position: absolute;
  top: 5%;
  left: 5%;
  width: 100%;
  height: 100%;
  background: url(../img/method-bg.png) center/cover no-repeat;
  z-index: 0;
  border-radius: 30px;
}

.overview .knowhow h3 {
  width: 127px;
  margin: 0 auto 15px;
}

.overview .knowhow .text {
  border-top: 3px dotted #179b99;
}

.overview .knowhow .text .square {
  color: #179b99;
}

.overview .knowhow .text {
  padding: 15px 2% 0;
}

.overview .knowhow .text li {
  margin-bottom: 10px;
  text-indent: -1em;
  margin-left: 1em;
}

.overview .knowhow .text li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width:768px) {
  .overview {
    padding: 180px 0 50px;
    background: url(../img/car.png) 98% 120px/150px no-repeat, url(../img/camera.png) left 73%/150px no-repeat, #f2f5f6;
  }
  .overview h2 {
    width: 85%;
    max-width: 812px;
    margin: auto;
  }
  .overview h2 span {
    margin: 0 auto 30px;
  }
  .overview .inner h2+p {
    margin-top: 30px;
    text-align: center;
  }
  .overview .images_wrap {
    margin-top: 55px;
  }
  .overview .callout {
    top: -80px;
  }
  .overview .images_wrap .flex li {
    width: 32%;
    margin-bottom: 0;
  }
  .overview .images_wrap .flex li div {
    display: flex;
    align-items: center;
    height: 120px;
  }
  .overview .images_wrap .flex li div>p {
    margin-top: 5px;
    padding: 0 5%;
  }
  .overview .knowhow {
    padding: 20px 2%;
  }
  .overview .knowhow-bg::after {
    left: 2%;
  }
  .overview .knowhow .text {
    padding: 15px 3.5% 0;
  }
}

@media screen and (min-width:1024px) {
  .overview {
    padding: 180px 0 80px;
  }
  .overview .images_wrap .flex li div {
    height: 100px;
  }
  .overview .knowhow .text {
    padding: 15px 15% 0;
  }
}

@media screen and (min-width:1280px) {
  .overview {
    background: url(../img/car.png) 75vw 120px/150px no-repeat, url(../img/camera.png) 3vw 73%/300px no-repeat, #f2f5f6;
  }
  .overview .callout {
    width: 230px;
  }
  .overview .images_wrap .flex li div {
    height: 80px;
  }
  .overview .knowhow-bg::after {
    top: 8%;
    left: 3%;
  }
}

/* benefis */

.benefits {
  background: url(../img/benefit-bg.png) center/cover no-repeat;
}

.benefits .container {
  background: rgba(255, 255, 255, .8);
  max-width: 1200px;
  margin: auto;
  padding: 0 0 50px 0;
}

.benefits h2 {
  width: 85%;
  max-width: 479px;
  margin: auto;
}

.benefits .inner .benefits_wrap {
  position: relative;
  margin-top: 40px;
  border: solid 4px #fff600;
  border-radius: 30px;
  background: #fff;
}

.benefits .inner .b-01 {
  padding: 30px 5% 15px;
}

.benefits .inner .b-02 {
  padding: 30px 5% 0;
}

.benefits .b-01>p:first-of-type {
  font-size: 18px;
}

.benefits .benefits_wrap p span {
  color: #fd5e23;
}

.benefits .benefits_wrap .ribbon {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.benefits .b-01 .ribbon {
  width: 95%;
  max-width: 731px;
}

.benefits .benefits_wrap .benefits_img {
  margin-top: 15px;
  max-width: 807px;
}

.benefits .b-01>p:last-of-type {
  margin-top: 15px;
  font-size: 20px;
  text-align: center;
}

.benefits .inner .benefits_img>.quo {
  margin-top: 0;
  line-height: 1;
}

.benefits .inner .benefits_img>.quo a {
  font-size: 12px;
  color: #595757;
  text-decoration: none;
  white-space: nowrap;
}

.benefits .inner .b-02 {
  margin-top: 50px;
}

.benefits .b-02 .ribbon {
  width: 50.5%;
  max-width: 386px;
}

.benefits .inner .b-02 .present_wrap .ttl {
  width: 40%;
  max-width: 136px;
  margin: auto;
}

.benefits .inner .b-02 .present_wrap {
  margin-bottom: 50px;
  padding: 0 5%;
}

.benefits .inner .b-02 .present_wrap .p-name, .benefits .inner .b-02 .present_wrap .p-text {
  margin-top: 25px;
}

.benefits .inner .b-02 .present_wrap .p-name {
  font-size: 18px;
  margin: 10px auto 0;
  max-width: 276px;
}

.benefits .inner .b-02 .present_wrap:nth-child(2) .p-name {
  width: 220px;
}

.benefits .inner .b-02 .present_wrap:last-child .p-name {
  width: 250px;
}

.benefits .inner .b-02 .present_wrap .p-img {
  position: relative;
  margin: 15px auto 0;
  max-width: 276px;
}

.benefits .inner .b-02 .present_wrap .p-img .badge {
  display: inline-block;
  position: absolute;
  left: 85%;
  top: 72%;
  width: auto;
}

.benefits .inner .b-02 .present_wrap .p-text {
  font-size: 90%;
}

@media screen and (min-width:768px) {
  .benefits .inner .benefits_wrap {
    margin-top: 60px;
    padding: 60px 5% 20px;
  }
  .benefits .inner .benefits_wrap>p {
    text-align: center;
    font-size: 150%;
  }
  .benefits .benefits_wrap .benefits_img {
    margin: 30px auto 0;
  }
  .benefits .b-01 p:last-of-type {
    margin-top: 0;
    font-size: 26px;
  }
  .benefits .benefits_wrap .ribbon {
    top: -25px;
    width: 90%;
  }
  .benefits .inner .benefits_img>.quo a {
    font-size: 14px;
  }
  .benefits .b-02 .flex {
    flex-direction: column;
  }
  .present_wrap:first-child .p-name {
    width: 280px;
  }
  .benefits .b-02 .flex .present_wrap .p-img {
    margin: 30px auto 0;
  }
  .benefits .inner .b-02 .present_wrap .p-name, .benefits .inner .b-02 .present_wrap .p-text {
    margin-top: 30px;
  }
}

@media screen and (min-width:1024px) {
  .benefits .container {
    padding: 0 0 3vw 0;
  }
  .benefits .benefits_wrap .ribbon {
    top: -33px;
  }
  .benefits .b-02 .flex {
    flex-direction: row;
  }
  .benefits .inner .b-02 .present_wrap .p-name, .benefits .inner .b-02 .present_wrap .p-img, .benefits .inner .b-02 .present_wrap .p-text {
    margin-top: 30px;
  }
  .benefits .inner .benefits_wrap {
    padding: 60px 3% 25px;
  }
  .benefits .inner .b-02 {
    margin-top: 100px;
    padding: 60px 3% 0;
  }
  .benefits .b-02 .flex .present_wrap {
    width: 32%;
    padding: 0;
  }
}

@media screen and (min-width:1280px) {
  .benefits .container {
    padding: 0 0 80px 0;
    border-radius: 30px;
  }
  .benefits .b-02 .flex .present_wrap {
    width: 31%;
    padding: 0;
  }
  .benefits .inner .b-02 .present_wrap .p-name, .benefits .inner .b-02 .present_wrap .p-img, .benefits .inner .b-02 .present_wrap .p-text {
    margin-top: 20px;
  }
}

/* apply */

.apply {
  background: #f2f5f6;
}

.apply h2 {
  width: 50%;
  max-width: 298px;
}

.apply .inner>.flex {
  width: 70%;
  margin: 20px auto 0;
}

.apply .flex .container {
  position: relative;
}

.apply .btn_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  margin: auto;
}

.apply .btn_wrap p {
  font-size: 3.5vw;
  text-align: center;
}

.apply .btn_wrap .flex {
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
}

.apply .btn_wrap .flex li {
  width: 48%;
}

.apply .flex .arrow {
  width: 50px;
  max-width: 64px;
  margin: 20px auto;
  transform: rotate(90deg);
}

.apply .inner>p {
  margin: 50px auto;
  font-size: 130%;
}

.apply .inner>p a{
  color:#595757;
}

.inner .web_btn {
  margin-bottom: 50px;
  text-align: center;
}

.apply .inner .web_btn a {
  font-size: 18px;
  padding: 20px 30px;
  color: #fff;
  background: #71baba;
  border-radius: 50px;
  text-decoration: none;
}

.apply .inner .web_btn a:hover {
  background: #179b99;
}

@media screen and (min-width:768px) {
  .apply h2 {
    width: 50%;
  }
  .apply .inner>.flex {
    width: 100%;
    margin: 50px auto 0;
  }
  .apply .btn_wrap {
    width: 65%;
  }
  .apply .btn_wrap p {
    font-size: 14px;
  }
  .apply .btn_wrap .flex {
    margin-top: 10px;
  }
  .apply .flex .arrow {
    width: 100px;
    transform: rotate(0);
    transform: translateY(45%);
  }
  .apply .inner>p, .apply .inner .web_btn {
    font-size: 150%;
    text-align: center;
  }
}

@media screen and (min-width:1024px) {
  .apply .btn_wrap p {
    font-size: 100%;
  }
}

@media screen and (min-width:1280px) {
  .apply .btn_wrap {
    width: 200px;
  }
  .apply .btn_wrap .flex {
    width: 190px;
    margin: 10px auto;
  }
}

/* post */

.post {
  background: url(../img/apply-bg.png) top center/cover no-repeat;
}

.post h2 {
  width: 65%;
  max-width: 382px;
}

.post .inner>.container {
  margin-top: 20px;
  padding: 25px;
  background: #fff;
  border-radius: 30px;
}

.post .inner>.container .post_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.post .inner>.container .post_flex li {
  width: 33%;
}

.btn_flex {
  display: flex;
  justify-content: space-between;
}

.post .inner>.btn_flex {
  margin-top: 30px;
}

.post .inner>.btn_flex li {
  width: 49%;
}

.post .inner>.btn_flex li a {
  display: block;
  padding: 10px;
  color: #71baba;
  font-size: 3.5vw;
  background: #fff;
  text-align: center;
  border-radius: 50px;
  border: solid 3px #71baba;
  text-decoration: none;
  white-space: nowrap;
}

.post .inner>.btn_flex li a:hover {
  color: #179b99;
  border: solid 3px #179b99;
}

@media screen and (min-width:768px) {
  .post .inner>.container .post_flex li {
    width: 20%;
  }
  .post .inner>.container {
    margin-top: 50px;
    padding: 50px;
  }
  .post .inner>.btn_flex {
    width: 75%;
    margin: 50px auto 0;
  }
  .post .inner>.btn_flex li {
    width: 47%;
  }
  .post .inner>.btn_flex li a {
    font-size: 100%;
  }
}

/* about */

.about {
  padding: 50px 0;
  background: url(../img/about-bg.png) top center/cover no-repeat;
}

.about p {
  width: 75vw;
  margin: auto;
  color: #fff;
  line-height: 2;
}

@media screen and (min-width:768px) {
  .about p {
    width: 350px;
    margin: 0;
    margin-left: auto;
    font-size: 18px;
  }
}

@media screen and (min-width:1024px) {
  .about {
    padding: 100px 0;
  }
  .about p {
    width: 500px;
    font-size: 24px;
  }
}

@media screen and (min-width:1280px) {
  .about p {
    width: 650px;
  }
}

/* point */

.point {
  background: #f2f5f6;
}

.point .inner {
  padding: 25px 5%;
  background: #fff;
  border-radius: 30px;
}

.point h2 {
  width: 50%;
  max-width: 293px;
}

.point .container {
  margin-top: 20px;
  padding: 20px 0 0;
  border-top: dotted 2px #d6d6d6;
}

.point .container dl {
  margin-bottom: 20px;
}

.point .container dl:last-of-type {
  margin-bottom: 0;
}

.point .container dl dd ul {
  list-style-position: inside;
}

.point .container dl dd ul li {
  text-indent: -1em;
  padding-left: 1em
}

.point .container dl dd a {
  display: block;
  margin-top: 10px;
  color: #595757;
  text-decoration: none;
}

@media screen and (min-width:768px) {
  .point .inner {
    padding: 50px 5%;
  }
  .point .container {
    padding: 30px 0 0;
  }
  .point .container dl {
    margin-bottom: 30px;
  }
}

@media screen and (min-width:1024px) {
  .point {
    line-height: 2;
  }
  .point .container {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1280px) {
  .point .container {
    margin-top: 40px;
  }
}