﻿html, body{
  margin: 0;
  padding: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
*::-webkit-scrollbar{
  display: none;
}
.blue{
  background: #4B72BC !important;
  color: #fff !important;
  /*display:inline-block;*/
}
#header{
  position: fixed;
  top: 0;
  width: calc(100% - 40px);
  margin: 0 auto;
  height: 40px;
  padding: 10px 20px;
  transition: all .6s;
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  z-index: 110;
  display: block;
  opacity: 0;
  transition: opacity .5s ease-out;
}
@media screen and (max-width: 660px){
  #header{
    width: calc(100% - 20px);
    padding: 10px;
  }
}
#header img{
  height: 40px;
}
#header a{
  position: absolute;
  right: 20px;
  background: #326EE0;
  border-radius: 40px;
  /* padding: 10px 20px; */
  color: #fff;
  height: 40px;
  display: flex;
  top: 10px;
  width: 160px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 660px){
  #header a{
    right: 10px;
    width: 140px;
  }
}
.contents{
  padding: 0 20px;
  /*max-width: 800px;*/
  width: calc(100% - 40px);
  margin: 0 auto;
  color: #002e4e;
  overflow: hidden;
}
@media screen and (max-width: 660px){
  .contents{
    padding: 0 10px;
    width: calc(100% - 20px);
  }
}
.box_title{
  color: #002e4e;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  margin: 24px 0;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 660px){
  .box_title{
    font-size: 1.375em;
    margin: 20px 0 10px;
  }
}
.box_title.sub{
  margin-bottom: 60px;
}
.box_title.sub::after {
  content: "";
  display: block;
  width: 100px;
  height: 7px;
  background: #2755d9;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 50px);
}
.box_title.sub.white::after {
  background: #fff;
}
.box_title span{
  font-weight: 100;
  font-size: 0.5em;
  margin-bottom: 30px;
  display: block;
  color: #868686;
}
@media screen and (max-width: 660px){
  .box_title span{
    font-size: 0.625em;
  }
}
.contents .box_text{
  color: #002e4e;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}
.contents .image_wrapper{
  width: calc(100% - 40px);
  max-width: 800px;
  margin: 0 auto 20px;
  padding: 20px;
}
@media screen and (max-width: 660px){
  .contents .image_wrapper{
    width: 100%;
    padding: 10px 0 0;
  }
}
.contents .image_wrapper img{
  width: calc(100% - 20px);
}
@media screen and (max-width: 660px){
  .contents .image_wrapper img{
    width: calc(100% - 10px);
  }
}
.contents .box_contents_1{
  min-width: 100vw;
  margin: 0 calc(50vw - 760px) 20px;
  height: calc(100vh - 480px);
  min-height: 280px;
  display: flex;
  overflow-x: scroll;
  white-space: nowrap;
  align-items: center;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
}
@media screen and (min-width: 1500px){  
  .contents .box_contents_1{
    margin: 0 calc(-12.5vw - 60px) 20px;
  }
}
@media screen and (max-width: 880px){
  .contents .box_contents_1{
    margin: 0 calc(50vw - 460px) 20px;
  }
}

@media screen and (max-width: 660px){
  .contents .box_contents_1{
    height: 240px;
    min-height: 240px;
    margin: 0 calc(50vw - 360px) 20px;
  }
}
.contents .box_contents_1 .location{
  width:25vw;
  min-width: 280px;
  height: 250px;
  float:left;
  border-radius: 8px;
  margin: 10px;
  box-shadow: 0 2px 4px #ccc;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  /*scroll-margin-left: calc(-12.5vw - 45px);*/
}
@media screen and (min-width: 1500px){  
  .contents .box_contents_1 .location{
    min-width: 25vw;
  }
}

@media screen and (max-width: 660px){
  .contents .box_contents_1 .location{
    height: 180px;
    min-width: 220px;
  }
}
.contents .box_contents_1 .location_image{
  width: 100%;
  height: 180px;
}
@media screen and (max-width: 660px){
  .contents .box_contents_1 .location_image{
    height: 120px;
  }
}

.contents .box_contents_1 .location_image img{
  width: 100%;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
   object-fit: cover;  
}
.contents .box_contents_1 .location_name{
  width: calc(100% - 20px);
  height: 50px;
  font-size: 1em;
  font-weight: 700;
  padding: 10px;
  word-wrap: break-word;
  white-space: normal;
  text-align: center;
}
@media screen and (max-width: 660px){
  .contents .box_contents_1 .location_name{
    height: 30px;
    font-size: 0.75em;
  }  
}
.contents .conversion_area{
  margin-left: -20px;
  width: calc(100% + 40px);
  height: 200px;
  position: relative;
  clear: left;
}
/*
@media screen and (max-width: 660px){
  .contents .conversion_area{
    height: 250px;
  }
}
*/
.contents .conversion_area img{
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: 50% 0;
}
.contents .conversion_area .conversion_title{
  position: absolute;
  top: 40px;
  width: 100%;
  text-align: center;
  color: #002e4e;
  font-size: 1.5em;  
  font-weight: 700;
}
@media screen and (max-width: 660px){
  .contents .conversion_area .conversion_title{
    font-size: 1.375em;  
    top: 24px;
  }
}
.contents .conversion_area a{
  position: absolute;
  top: 100px;
  left: calc(50% - 140px);
  background: #326EE0;
  color: #fff;
  padding: 12px 0;
  border-radius: 40px;
  font-size: 1.5em;
  font-weight: 700;
  display: block;
  width: 280px;
  text-align: center;
}
@media screen and (max-width: 660px){
  .contents .conversion_area a{
    top: 110px;
    font-size: 1.25em;
  }
}
a{
  text-decoration: none;
  color: #002e4e;
}
a:hover{
  opacity: 0.7;
}
.sky_blue {
  background: #EBF7FF;
  width: 100%;
  /*display:  inline-block;*/
}
.contents .ribbon{
  font-size: 28px;
  font-size: 1.75rem;
  max-width: 440px;
  width: 100%;
  display: block;
  position: relative;
  /* top: -30px; */
  padding: 4px 24px;
  margin:60px auto 10px;
  height: 54px;
  line-height: 47px;
  text-align: center;
  /*background: #326EE0;*/
  background: #002e4e;
  color: #fff;
  box-sizing: border-box;
}
.contents .ribbon:before{
  top: 0;
  left: 0;
  border-width: 29px 0px 25px 15px;
  border-color: transparent transparent transparent #EBF7FF;
  border-style: solid;
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.contents .ribbon:after{
  top: 0;
  right: 0;
  border-width: 29px 15px 25px 0px;
  border-color: transparent #EBF7FF transparent transparent;
  border-style: solid;
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.contents .box_contents_2{
  width: calc(100% - 42px);
  max-width: 800px;
  margin: 0 auto 20px;
  padding: 20px 20px 0;
  border: 1px solid #999;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 660px){
  .contents .box_contents_2{
    width: calc(100% - 22px);
    padding: 10px 10px 0;
  }
}
.contents .box_contents_2 .feature {
  display: inline-block;
  clear: left;
  margin: 20px 0;
  /*width: calc(100% - 40px);*/
  width: 100%;
  padding-bottom: 30px;
}
.contents .box_contents_2 .feature_title {
  color: #002e4e;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 660px){
  .contents .box_contents_2 .feature_title{
    font-size: 1.375em;
  }
}
.contents .box_contents_2 .feature_text {
  /*float: left;*/
  width: calc(100% - 40px);
  text-align: left;
  padding: 20px;
  font-size: 1.375em;
  color: #002e4e;
}
@media screen and (max-width: 660px){
  .contents .box_contents_2 .feature_text {
    width: calc(100% - 20px);
    padding: 20px 10px 10px;
    font-size: 1.25em;
  }
}
.contents .box_contents_2 .feature_text .button_area {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.contents .box_contents_2 .feature_text a {
  display: inline-block;
  /* background: #cddae2; */
  border: 1px solid #002e4e;
  padding: 12px 28px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 700;
}
.contents .box_contents_2 .feature_text .notice{
  font-size: 0.75em;
  margin-top: 10px;
}
.contents .box_contents_2 .feature_image {
  width: 80%;
  margin: 20px auto;
  height: calc(100% - 40px);
  background: #fff;
  display: flex;
}
@media screen and (max-width: 660px){
  .contents .box_contents_2 .feature_image{
    width: 100%;
  }
}
.contents .box_contents_2 .feature_image#feature_image_2 {
  width: calc(80% - 100px);
}
@media screen and (max-width: 660px){
  .contents .box_contents_2 .feature_image#feature_image_2 {
    width: calc(100% - 20px);
  }
}
.contents .box_contents_2 .feature_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  /* border: 1px solid #afafaf; */
}
.contents .box_contents_2 .feature_image img.horizontal{
  margin: 0 10px;
  width: calc(50% - 20px);
  border-radius: 8px;
}
@media screen and (max-width: 660px){
  .contents .box_contents_2 .feature_image img.horizontal{
    margin: 0 5px;
    width: calc(50% - 10px);  
  }
}
.contents #link_workus{
  margin: 40px auto;
  background: #F7F7F7;
  color: #000;
  padding: 12px 0;
  border-radius: 40px;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
  width: 280px;
  text-align: center;
  border: 2px solid #b5b5b5;
}
@media screen and (max-width: 660px){
  .contents #link_workus{
    font-size: 1.125em;
  }
}
.contents_wrapper {
  display: inline-block;
  background: #C5DDF7;

}
.info_1 {
  margin: 0 auto;
}
.box {
  position: relative;
  width: 100%;
}
.box_title.white {
  color: #fff;
}
.info_1 .lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  width: calc(100% - 80px);
}
@media screen and (min-width: 1080px){
  .info_1 .lists {
    margin-left: calc(50% - 540px);
  }
}
@media screen and (max-width: 660px){
  .info_1 .lists {
    margin-left: -40px;
    width: calc(100% - 0px);
  }
}
ul {
  list-style: none;
}
.info_1 .info_box_second {
  float: left;
  width: calc(50% - 40px);
  margin: 20px;
  color: #002e4e;
}
.info_1 .info_box_second.feature {
  width: calc(33.33% - 40px);
}
@media screen and (max-width: 940px){
  .info_1 .info_box_second.feature {
    width: calc(50% - 40px);
  }  
}
@media screen and (max-width: 660px){
  .info_1 .info_box_second{
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 660px){
  .info_1 .info_box_second.feature {
    width: calc(50% - 5px);
    margin: 10px 0;
  }  
}

.info_1 .info_box_second .case {
  font-size: 20px;
  display: block;
  width: 100px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: center;
  color: #002e4e;
  border: solid 0.5px #002e4e;
  border-radius: 16px;
  background: #fff;
}
.info_1 .info_box_second .feature {
  font-size: 18px;
  display: block;
  width: 100px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  /*border: solid 0.5px #002e4e;*/
  border-radius: 16px;
  background: #326EE0;
}
.info_1 .info_box_second .title {
  font-size: 22px;
  display: block;
  padding: 16px;
  font-weight: 700;
  color: #002e4e;
}
.info_1 .info_box_second .feature_title {
  font-size: 20px;
  display: block;
  padding: 16px 0;
  font-weight: 700;
  color: #002e4e;
  text-align: center;
}
@media screen and (max-width: 660px){
  .info_1 .info_box_second .feature_title {
    font-size: 16px;
    padding: 8px 0;
  }
}
.info_1 .title {
  font-size: 32px;
  font-size: 2rem;
  padding: 72px 0 64px;
  color: #002e4e;
  text-align: center;
  letter-spacing: -0.8px;
  line-height: 1.6;
  /* background: #f1f5f8; */
}
.info_1 .info_box_second .text {
  font-size: 16px;
  width: 100%;
  display: inline-block;
  border-top: 1px solid #cdcdcd;
  margin: 0;
  padding: 14px 0;
}
@media screen and (max-width: 1020px){
  .info_1 .info_box_second .text {
    height: 52px;
  }
  .info_1 .info_box_second.feature .text {
    height: auto;
  }
}
@media screen and (max-width: 660px){
  .info_1 .info_box_second .text {
    height: auto;
  }
  .info_1 .info_box_second.feature .text {
    font-size: 11px;
    padding: 8px 0;
  }
}

.info_1 .info_box_second .usecase_image {
  width: 100%;
  aspect-ratio: 1.5;
}
.info_1 .info_box_second .usecase_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
} 
.contents_wrapper .conversion_area{
  width: 100vw;
  height: 180px;
  position: relative;
}
.contents_wrapper .conversion_area img{
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.contents_wrapper .conversion_area .triangle {
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #C5DDF7;
}

.contents_wrapper .conversion_area a{
  position: absolute;
  top: 60px;
  left: calc(50% - 140px);
  background: #326EE0;
  color: #fff;
  padding: 12px 0;
  border-radius: 40px;
  font-size: 1.5em;
  font-weight: 700;
  display: block;
  width: 280px;
  text-align: center;
}
@media screen and (max-width: 660px){
  .contents_wrapper .conversion_area a{
    font-size: 1.25em;
  }
}
#footer{
  background: #fff;
  /*background: #4B72BC;*/
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  font-weight: 700;
}
#footer #logo {
  margin-left: 40px;
}
@media screen and (max-width: 660px){
  #footer #logo {
    margin-left: 20px;
  }
}  
#footer .nav_footer {
  position: absolute;
  display: flex;
  right: 20px;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (max-width: 660px){
  #footer .nav_footer {
    display: block;
    right: 0;
  }
}
#footer .nav_footer li {
  margin-right: 20px;
}
@media screen and (max-width: 660px){
  #footer .nav_footer li{
    margin: 4px 10px;
  }
}
#footer .nav_footer li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #002e4e;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 660px){
  #footer .nav_footer li a {
    font-size: 0.75rem;
  }
}
#copyright{
  text-align: center;
  background: #F0F0F0;
}
#copyright #text{
  color: #002e4e;
  display: block;
  padding: 38px 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}
br.sp{
  display: none;
}
@media screen and (max-width: 660px){
  br.sp{
    display: block;
  } 
}
span.pcOnly{
  display: inline;
}
@media screen and (max-width: 660px){
  span.pcOnly{
    display: none;
  }
}
.voice_wrapper{
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 600px){
  .voice_wrapper{
    display: block;
  }
}
.voice_wrapper .item{
  background: #fff;
  box-shadow: 0 2px 4px #ccc;
  margin: 80px 10px;
  padding: 80px 20px 60px;
  border-radius: 4px;
  width: calc(33.3% - 40px);
  position: relative;
}
@media screen and (max-width: 600px){
  .voice_wrapper .item{
    width: calc(100% - 60px);
    font-size: 14px;
  }
  .voice_wrapper .item:first-child{
    margin-top: 120px;
  }
}
.voice_wrapper .item .icon{
  position: absolute;
  top: -60px;
  left: calc(50% - 60px);
  width: 120px;
  height: 120px;
  border-radius: 60px;
}
.voice_wrapper .item .icon img{
  width: 100%;
  height: 100%;
}
.voice_wrapper .item .text{
  color: #000;
}
.voice_wrapper .item .property{
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #326EE0;
}