@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Emoji:wght@300&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&family=Zen+Maru+Gothic&display=swap');
</style>
/* ------------------------------ */
/* リセットCSS */
/* ------------------------------ */
html {
  color: #000;
  background: #fff;
  scroll-behavior: smooth;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  *font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
}



* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}
/* ------------------------------ */
/* 全体共通のスタイル */
/* ------------------------------ */
html {
  background-color: #fff;
  background-color: #f6f7f9;
  scroll-behavior: smooth;
}

body {
  line-height: 1.75;
  font-size: 16px;
  color: #333;

  font-family: "Noto Sans JP,Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
.main {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}


.firstview{
  background-color: red;
  background-size: cover;
  background-position: center;
  min-height: 360px;

}
/* ------------------------------ */
/* header */
/* ------------------------------ */



.header {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  width:100%;
  z-index: 999;
  */
}


.header01 {
  box-shadow: 0px 0px 2cap  rgba(58, 57, 61, 0.10);
  filter: drop-shadow(0px 0px 24px rgba(58, 57, 61, 0.10));
  border-radius: 10px;

  max-width: 1320px;
  padding: 24px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
margin-left : auto;
background-color: #ffff;



  /*
  ↓ 固定にしたい場合は下記を入れる
      position: sticky;
      top: 0;
      left: 0;
  */
}

.header01-logo {
  width: 265px;
  height:auto;
}

.header01-logo-sp{
  display: none;
}


.header01-list {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 16px;
  font-weight: bold;

  
}

.header01-item {
  transition: 0.5s;
}

.header01-item:hover {

  color: #4985EE;
  transition: 0.5s;
}

.header01-swich{
  width: 54px;
  padding-bottom: 10px;
}

.header01-item--contact {
  background-color: #4985EE;
  color: #fff;
  padding: 6px 24px;
  border-radius: 264px;
  transition: 0.5s;
}

.header01-item--contact:hover {
  background-color: #282E3F;
  transition: 0.5s; /* マウスカーソルを載せるとき */
}
@media (min-width: 768px) {
  .md-flex {
    display: flex;
  }

  .md-justify-between {
    justify-content: space-between;
  }


}


/* ------------------------------ */
/* FV */
/* ------------------------------ */

/* kv */
.kv{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

/* video */
.video{
  width: 100%;
  height: 100vh;
  background: url(../images/kv_bg.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.pc_fv_m{
  display: block;
}
.sp_fv_m{
  display: none;
}

.video::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #10394b;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.video video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}






/* ------------------------------ */
/* service */
/* ------------------------------ */

.service-section {
  background-color: #282E3F;
  padding: 120px 0;
}

#service {
  padding:0 40px;
    padding-top:200px;
    margin-top:-200px;
  }

  .service-info {
    margin:45px auto 0;
    padding-top: 100px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 24px 24px;
    max-width: 1000px;
  }

.service-heading {
  margin:0px auto;
  font-family: "Lato", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 62.7px;
  line-height: 1;
  color: #ffffff;
  line-height: 100%;
  width:1000px;
}


.service-subheading {
  margin:0px auto;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  margin-top: 16px;
  line-height: 100%;
  width:1000px;
}

.service-h {
  color: #282E3F;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 40px */
}
.service-p {
  padding-top: 24px;
  color: #282E3F;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
}

.box .card-text {
  position: absolute;
  width: 602px;
  height: 164px;
  top: 48px;
  left: 378px;
}

.box .p {
  position: absolute;
  width: 598px;
  top: 68px;
  left: 0;
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-weight: 400;
}

.service_h {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Noto Sans JP-Black", Helvetica;
  font-weight: 900;
  color: #282E3F;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 40px;
  white-space: nowrap;
}

.service-card-img {
  position: absolute;
  width: 312px;
  height: 234px;
  top: 24px;
  left: 24px;
  background-image: url(images/service_cc 1.png);
  background-size: 100% 100%;
}

/* 横並び */

.flex {
  display: flex; /*横並び*/
}
.flex .image {
  width: 640px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.flex .right {
  margin: 0 0 0 40px;
  padding: 0;
  width:100%;
}
.flex .title {
  margin-top: 20px;
  padding: 0;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.flex .text {
  margin: 28px 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 200%;
}


/* ------------------------------ */
/* ここからトップのテキスト */
/* ------------------------------ */




.works {
  padding:0 40px;
  position: relative;
  z-index: 1;
  }

.works-section {
  background-color: #4985EE;
  padding: 120px 0;
  position: relative
  
}

.workscatch_area{
  margin:45px auto 0;
  max-width: 1000px;
}

.works_catch{
  font-weight: 900;
  font-size: 28px;
  color: #ffffff;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  line-height: 200%; 
  width:48%;
  }
  
  .works_text{
    font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
    width:48%;
    line-height: 175%; 
  }

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
    to {
    transform: translateX(0%);
  }
  }
  .scroll-infinity__list--right{
    animation :infinity-scroll-right 80s infinite linear 0.5s both;
  }
  .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
   

  }
  .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
  }
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
  }
  .scroll-infinity__item {
    width: calc(100vw / 6);
  }
  .scroll-infinity__item>img {
    width: 100%;
    height:16em;
  }
  .scroll-infinity {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:100%; 

 
  }
  .slider_parent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:100%; 
    overflow: hidden;
    opacity: 50%;
  }
  .slider_parent .slider {
    display: flex;
  }
  .text_scroll {
    animation: scroll 40s linear infinite;
    animation-direction: reverse !important; 
  }
  .text_scroll_reverse {
    animation: scroll 40s linear infinite;
    animation-direction: reverse !important; 
  }
  .logos {
    flex-shrink: 0;
  }
  .slider_parent ul li {

  }
  .slider_parent ul li {
    display: inline-block;
  }
  .slider_parent ul {
    padding: 0;
    margin: 0;
    display: flex;
  }
  .slider_parent ul li > a img {
    transition: 0.4s;
  }
  .slider_parent ul li > a img {
    max-width: 100% !important;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }



/* ------------------------------ */
/* company */
/* ------------------------------ */

.company-section {
  background-color: #f6f7f9;
  padding: 120px 0;
}

#company {
padding:0 40px;
  padding-top:200px;
  margin-top:-200px;

  
}

.company-info {
  margin:45px auto 0;
  padding-top: 100px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 32px 64px;
  max-width: 1000px;
}

.info-row {
  display: flex;
  border-bottom: 1px solid #a5b0bf80;
  padding: 40px 0;
}

.info-row-last {
  display: flex;
  padding: 40px 0;
}

.info-row dt {
  width: 290px;
  color: #a5b0bf;
  font-weight: 700;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.info-row-last dt {
  width: 290px;
  color: #a5b0bf;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.info-row dd {
  flex: 1;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.info-row-last dd {
  flex: 1;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 00;
  font-style: normal;
}

.section-heading {
  margin:0px auto;
  font-family: "Lato", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 62.7px;
  line-height: 1;
  color: #282E3F;
  line-height: 100%;
  width:1000px;
}


.section-subheading {
  margin:0px auto;
  font-weight: 700;
  font-weight: 700;
  font-size: 16px;
  color: #282E3F;
  margin-top: 16px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  
  font-style: normal;
  width:1000px;
  line-height: 100%;
}


/* ------------------------------ */
/* ここからfooter */
/* ------------------------------ */

.outer-block {
  min-width: 1320px;
}

.inner-block {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

#footer02 {
  background: #282E3F;
}
 
.ie #footer02 .logo img,
#footer02 .logo {
  display: inline-block;
  width: 240px;
  fill: white;
}
 
#footer02 .nav li a {
  padding: 15px;
  color: #ccc;
  transition: 0.5s;
}
 
#footer02 .footer-btn-contact {
  margin-left: 25px;
}
 
.footer-btn-contact a {
  background-color: #4985EE;
  color: #fff;
  padding: 8px 24px;
  border-radius: 264px;
  transition: 0.5s;
    transition: 0.3s all ease 0s;
    color: #fff;
    margin: 0 auto;
    text-align: center;
  }
  



.footer-btn-contact a:hover {
  background-color: #fff;
  color:#4985EE ;
  transition: 0.5s; /* マウスカーソルを載せるとき */
}

.copyright {
  color: #ccc;
  background-color: #282E3F;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding: 0px 0px 64px 0px;
  width:1280px;
  position: relative;
   margin: 0 auto;
}
 
@media screen and (min-width: 641px) {
  #footer02 .logo {
    padding: 10px 0;
  }
 
  #footer02 .wrap {
    padding: 64px 0px 32px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
 
  #footer02 .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
 
  #footer02 .nav {
    display: inline-block;
  }
 
  #footer02 .nav li {
    display: inline-block;
  }
 
  #footer02 .nav li a:hover {
    color: #4985EE;
    transition: 0.5s;
  }
}





	/*-----------------------------------------------------------------------------------------------------------*/





















/*768px以下でSP表示*/

@media (max-width: 767px)  {

  html {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}


/* ------------------------------ */
/* FV */
/* ------------------------------ */

/* video */
.video{
  width: 100%;
  width: 100vh;
  height: 100%;
  height: 100vh;
  background: url(../images/kv_bg.jpg) no-repeat center/cover;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}



.video::after{
  content: '';
  width: 100vh;
  height: 100vh;
  background-color: #10394b;
  display: block;
  position: relative;
  left: 0;
  top: 0;
  opacity: 0;
}

.video video{
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  √
}

.pc_fv_m{
  display: none;
}
.sp_fv_m{
  display: block;
}

/* ------------------------------ */
/* header SP*/
/* ------------------------------ */



.header {
  margin-top: 4.266666666666667vw;
  padding-left: 4.266666666666667vw;
  padding-right: 4.266666666666667vw;
  position: fixed;
  width:100%;
  z-index: 999;
  */
}


.header01 {
  box-shadow: 0px 0px 2cap  rgba(58, 57, 61, 0.10);
  filter: drop-shadow(0px 0px 4.266666666666667vw rgba(58, 57, 61, 0.10));
  padding: 0px 4.266666666666667vw;
  height: 16.666666666666668vw;
}

.header01-logo-sp {
  width: 12vw;
  height:auto;
  display: block;
}

.header01-logo {
  display: none;
}


.header01-swich{
  width: 8vw;
  padding-bottom: 2vw;
}


.header01-list {
  display: flex;
  align-items: center;
  gap: 3.5vw;
  font-size: 2.5vw;
  font-weight: bold;
}


.header01-item--contact {
  padding: 1.2vw 3vw;
}





  /* ------------------------------ */
/* ここからトップのテキスト */
/* ------------------------------ */

.works {
  padding:0 4.266666666666667vw;
  position: relative;
  z-index: 1;
  }

.works-section {
  background-color: #4985EE;
  padding: 12.8vw 0;
  position: relative;

  
}

.workscatch_area{
  margin:45px auto 0;
  max-width: 1000px;
}

.works_catch{

font-size: 5vw;
line-height: 175%; 
width:100%;
margin-bottom: 3.2vw;
}

.works_text{
font-size: 3.2vw;
  width:100%;
  line-height: 200%; 
}


/* ------------------------------ */
/* service SP */
/* ------------------------------ */

.service-section {
  padding: 12.8vw 0;
}

#service {
  padding: 0 4.266666666666667vw ;
  padding-top: 25vw;
  margin-top: -25vw;
  }

  .service-info {
    margin:4.266666666666667vw auto 0;
    padding: 4.266666666666667vw 4.266666666666667vw;

  }

.service-heading {
  font-size: 6.933333333333333vw;

}

.service-subheading {
  font-size: 2.666666666666667vw;
  margin-top: 2vw;
  line-height: 100%;
  width:100%;
}


.flex {
  display: block; /*縦並び*/
}
.flex .image {
  width: 100%; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.flex .right {
  margin: 0 0 0 0px;
  padding: 0;
  width:100%;
}
.flex .title {
  margin-top: 4.4vw;
  padding: 0;
  font-weight: 900;
  font-size: 5.333333333333334vw;
  line-height: 100%;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.flex .text {
  margin: 2.2vw 0 0;
  padding: 0;
  font-size: 3.2vw;
  line-height: 200%;
}

/* ------------------------------ */
/* company */
/* ------------------------------ */

.company-section {
  padding: 12.8vw 0;
}

#company {
  padding: 0 4.266666666666667vw ;
  padding-top: 25vw;
  margin-top: -25vw;

  
}

.company-info {
  margin:4.266666666666667vw auto 0;
  padding: 4.266666666666667vw 4.266666666666667vw;
}

.info-row {
  display: flex;
  border-bottom: 1px solid #a5b0bf80;
  padding: 4.266666666666667vw 0;
}

.info-row-last {
  display: flex;
  padding: 4.266666666666667vw 0;
}

.info-row dt {
  font-size: 2.666666666666667vw;
  width: 30.133333vw;
}

.info-row-last dt {
  font-size: 2.666666666666667vw;
  width: 30.133333vw;
}

.info-row dd {
  font-size: 2.666666666666667vw;

}

.info-row-last dd {
  font-size: 2.666666666666667vw;

}

.section-heading {
  font-size: 6.933333333333333vw;
}


.section-subheading {
  font-size: 2.666666666666667vw;
  margin-top: 2vw;
  line-height: 100%;
  width:1000px;
}

/* ------------------------------ */
/* ここからfooter SP */
/* ------------------------------ */



  }
  
   

  @media only screen and (max-width: 640px) {

    #footer02 .wrap {
      padding: 48px 0px 32px 0px;
    }

    #footer02 .footer-btn-contact {
      margin-left: 0px;
    }

    #footer02 {
      padding: 20px 0 0;
    }
  
    #footer02 .inner-block {
      padding: 0;
      text-align: center;
    }
  
    .ie #footer02 .logo img,
    #footer02 .logo {
      display: inline-block;
      margin: 0 auto 30px;
    }
  
    #footer02 .c-btn {
      margin-bottom: 20px;
    }

  
    #footer02 .nav {
      margin-top: 30px;
    }
   
    #footer02 .nav li {
      display: inline-block;
    }
   
    #footer02 .nav li a:hover {
      color: #4985EE;
      transition: 0.5s;
    }
  
    .outer-block {
      min-width: 320px;
    }
  
    .inner-block {
      width: auto;
      padding: 0 20px;
    }
  
    #wrapper {
      position: relative;
      min-width: 320px;
      overflow: hidden;
    }

    .copyright {
      width:100%; 
      position: relative;
       margin: 0 auto;
       text-align: center;
    }




  }



  /* ------------------------------ */
/* プラポリ */
/* ------------------------------ */

.privacy-section {
  background-color: #f6f7f9;
  padding: 200px 0;
}

#privacy {
padding:0 40px;
  padding-top:200px;
  margin-top:-200px;

  
}

.privacy-info {
  margin:45px auto 0;
  padding-top: 100px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 32px 64px;
  max-width: 1000px;
}

.privacy_box p{
  font-weight: 400;
  font-size: 16px;
  color: #282E3F;
  margin-top: 20px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  line-height: 1.5;
}

.privacy_font_bold{
  font-weight: 700;
  font-size: 16px;
  color: #282E3F;
  margin-top: 16px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
}

.privacypolicy_title{
  font-weight: 700;
  font-size: 32px;
  color: #4985EE;
  margin-top: 16px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
}

.privacy_subtitle{
  font-weight: 700;
  font-size: 20px;
  color: #4985EE;
  margin-top: 16px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  margin-top: 40px;
  margin-bottom: 10px;

}
.privacy_subtitle2{
  font-weight: 700;
  font-size: 16px;
  color: #4985EE;
  margin-top: 16px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  margin-top: 20px;
  margin-bottom: 10px;

}

.privacy-item {
  transition: 0.5s;
  font-weight: 700;
  color: #4985EE;
  font-size: 18px;
}

.privacy-item:hover {
  color: red;
  transition: 0.5s;
}

.privacy-item-list li  {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.privacy_list_sub li {
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-weight: 400;
  font-size: 16px;
  color: #282E3F;
  margin-top: 20px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  line-height: 1.5;
}

.privacy_list_sub2 li {
  list-style-type: circle;
  margin-left: 20px;
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-weight: 400;
  font-size: 16px;
  color: #282E3F;
  margin-top: 20px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  line-height: 1.5;
}


@media (max-width: 767px)  {

  .privacy-section {
    padding: 12.8vw 0;
  }
  
  #privacy {
    padding: 0 4.266666666666667vw ;
    padding-top: 25vw;
    margin-top: -25vw;
  
    
  }
  
  .privacy-info {
    margin:4.266666666666667vw auto 0;
    padding: 4.266666666666667vw 4.266666666666667vw;
  }

}