@charset "utf-8";
body {
  background-color: #c1ddf0;
}

.section > div {
  background-color: #ecfdff;
  background-color: #fff;
  margin: 0 auto;
  padding-top: 3vw;
  padding-bottom: 3vw;
}

/* baseからの変更 */
.menu_phone,
.menu_order,
.menu_online,
.menu_document,
.menu_insta {
  background: #008ade;
  border-radius: unset;
  font-weight: normal;
}
.top_base,
.sub_nav ul,
.section > div.about_01,
.section > div.about_main,
.section > div.nagare_main,
.job_main > div > div {
  width: 1200px;
  max-width: 60%;
  margin: 0 auto;
}
/* ナビゲーションをキラっと光らせる */
.nav1 li a,
#about .menu_order {
  position: relative;
  overflow: hidden;
}
.nav1 li a::before,
#about .menu_order::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;

  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}
.nav1 li a:hover::before,
#about .menu_order:hover::before {
  animation: shine 0.75s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
/* top */
.top {
  width: 100%;
  background: rgb(156, 216, 246);
  background: linear-gradient(
    0deg,
    rgba(156, 216, 246, 1) 0%,
    rgba(41, 171, 226, 1) 100%
  );
}
.top_base {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.top_base > img {
  width: 100%;
  height: auto;
}
.top_base > img.top_main {
  position: absolute;
  top: 0;
  left: 0;
}
.top_base > ul {
  position: absolute;
  top: 8%;
  right: 0;
  width: 38%;
}
.top_slider li > img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.top_slider li:first-of-type > img {
  width: 83%;
}
/* main */
/* 共通 */
h2 {
  width: 100%;
  text-align: center;
  font-size: clamp(18px, 2vw, 2rem);
  font-weight: 600;
  line-height: 3;
  color: #fff;
  background-color: #0075c1;
  background: linear-gradient(
    90deg,
    rgba(0, 117, 193, 1) 10%,
    rgba(0, 184, 238, 1) 100%
  );
}
h3 {
  margin: 0 auto;
  text-align: center;
  font-size: clamp(22px, 2.8vw, 2rem);
  font-weight: bold;
}

/* sub_nav */
.sub_nav ul {
  display: flex;
  height: 80px;
  justify-content: space-around;
  align-items: center;
}
.sub_nav li {
  width: 25%;
  text-align: center;
}
.sub_nav li a {
  padding: 18px;
  color: #333;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  top: 5px;
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
  -webkit-box-shadow: 3px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 4px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
}

.sub_nav li a::after {
  content: "";
  position: absolute;
  display: block;
  border: #0075c1 solid 2px;
  width: 92%;
  height: 80%;
  border-radius: 6px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 881px) {
  .sub_nav li a:hover {
    -webkit-transform: unset;
    transform: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
}
/* .section */
.section > div p {
  font-size: clamp(16px, 1.5vw, 18px);
  width: 80%;
  margin: 2em auto;
  text-align: justify;
  line-height: 1.5;
}

/* about */
.nayami {
  position: relative;
  margin: 3vw auto;
}
.nayami ul {
  position: absolute;
  left: 0;
  top: 0;
  padding: 26px min(3vw,10%);
  background-color: #a2ccf2;
  z-index: 2;
}
.nayami li {
  font-size: 18px;
  margin: unset;
  width: 100%;
  line-height: 2;
  color: #255487;
  font-weight: 700;
}
.nayami > img {
  display: block;
  margin: 0 0 0 auto;
  width: 45%;
  position: relative;
  top: 180px;
  z-index: 1;
}
.kaiketu {
  margin-top: 200px;
}
.kaiketu h4 {
  position: relative;
  background-color: #ffe98d;
  color: #f90;
  font-size: clamp(18px, 2vw, 2rem);
  font-weight: 600;
  -webkit-text-stroke: #fff 4px;
  width: fit-content;
  padding: 2vw 3vw;
  transform: rotate(-6deg) translate(-100vw, 1vw);
  z-index: 2;
  transition: all 1s;
}
.kaiketu h4::before {
  content: "そのお悩み、Leadにお任せください！";
  -webkit-text-stroke: 0;
  position: absolute;
}
.kaiketu h4.slide_l.on {
  transform: rotate(-6deg) translate(0, 1vw);
}
.kaiketu_main {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #fff9db;
}
.kaiketu_main div {
  width: 28%;
  line-height: 0;
}
.kaiketu_main div img {
  width: 100%;
}
.section .kaiketu_main p {
  width: 60%;
  margin: unset;
  background-color: #fff;
  line-height: 1.3;
  padding: 3vw 4vw;
}
#about .menu_order,
#nagare .menu_order {
  display: block;
  width: 50%;
  text-align: center;
  padding: 15px 1vw;
  border-radius: 10px;
  margin: 3vw auto;
  background-color: #eeb121;
  color: #fff;
  font-size: clamp(16px, 2vw, 24px);
  transition: all 0.5s;
}
@media screen and (min-width: 881px) {
  #about .menu_order:hover,
  #nagare .menu_order:hover {
    background-color: #fff;
    color: #eeb121;
    outline: 2px solid #eeb121;
    outline-offset: -2px;
  }
}
/* job_main */
.job_main {
  width: unset;
  max-width: unset;
}
.job_main > div {
  width: unset;
  max-width: unset;
  padding-top: unset;
  padding-bottom: unset;
  background-color: #c1ddf0;
}

.job_main > div:first-of-type > div {
  background-color: #fff;
  margin: 0 auto;
  padding: 4vw 0;
}
.job_main > div > div {
  /* width: 1200px;
  max-width: 60%;
  margin: 0 auto; */
  background-color: #fff;
  padding-bottom: 4px;
}
/* 画面の動き */
.appear,
.appear_r {
  position: relative;
}
.appear::after,
.appear_r::after {
  content: "";
  display: block;
  background-color: #0075c1;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 3;
}
.appear.on::after {
  transition: all 0.8s;
  transform: translate(-100vw, 0);
}
.appear_r.on::after {
  transition: all 0.7s;
  transform: translate(90vw, 0);
}
.appear_r.on::before {
  content: "";
  width: 35%;
  height: 100%;
  background-color: #0075c1;
  display: block;
  position: absolute;
  top: 0;
  right: -35%;
  z-index: 3;
}
.job_main h3 {
  font-size: clamp(18px, 2vw, 1.5rem);
  width: fit-content;
  padding: 20px 5vw;
  margin: unset;
  font-weight: normal;
  background-color: #0075c1;
  color: #fff;
  word-break: keep-all;
}
.job_main h3.name_r {
  margin: 0 0 0 auto;
}
.job_main div {
  position: relative;
}
.job_main h4 {
  font-size: clamp(18px, 3vw, 2rem);
  padding: 1em 10%;
}
.job_main h4::after {
  display: block;
  content: "";
  width: 125%;
  transform: translate(-10%, 0);
  height: 2px;
  margin: 15px 0;
  background-color: #0075c1;
}
.job_main div p {
  margin: 0 auto 0 10%;
  width: 45%;
}
.job_main > div:first-of-type p {
  margin: 0 auto;
  width: 80%;
}
.job_main div > img {
  width: clamp(200px, 35%, 400px);
  height: auto;
  position: absolute;
  top: 15%;
  right: 3vw;
}
.job_main div > img.img_l {
  right: unset;
  left: 3vw;
}
.jim_main > div,
.dz_main > div,
.web_main > div {
  padding-top: 10%;
  padding-bottom: 15%;
}

.jim_l > h4,
.dz_l > h4,
.web_l > h4,
.section .jim_l > p,
.section .dz_l > p,
.section .web_l > p {
  text-align: end;
}

.section .jim_l > p,
.section .dz_l > p,
.section .web_l > p {
  margin: 0 10% 0 auto;
}

/* ご利用の流れ */
.nagare_main ol {
  width: 80%;
  margin: 0 auto;
}
.nagare_main li {
  padding: 2vw;
  margin-bottom: 10vw;
  background-color: rgb(216, 243, 205);
}

.nagare_main h3 {
  font-weight: normal;
  font-size: clamp(18px, 3vw, 1.5rem);
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  background-color: #fff;
  border-right: 3vw solid transparent;
  border-left: 3vw solid transparent;
  border-top: 5vw solid #aedff4;
  border-bottom: 0;
  position: absolute;
  bottom: -8vw;
  left: 50%;
  transform: translateX(-50%);
}
.number {
  width: 3vw;
  height: 3vw;
  line-height: 3vw;
  margin: 0.5em auto 1em;
  background-color: #aedff4;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-weight: 700;
}
#nagare .menu_order {
  width: 50%;
}

footer {
  background-color: #008ade;
  background: linear-gradient(
    90deg,
    rgba(0, 117, 193, 1) 10%,
    rgba(0, 184, 238, 1) 100%
  );
  max-width: 100vw;
  width: 100%;
  padding: 10px 10%;
  margin: 0 auto;
  color: #ecfdff;
}

.footer_list a {
  margin: 0 1vw;
}
/* レスポンシブ */
@media screen and (max-width: 1200px) {
  .br_1200{
    display: block;
  }
  .number {
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
  }
  
.nayami li{
  font-size: 16px;
}
.nayami > img{
  top: 230px;
}
.kaiketu{
  margin-top: 250px;
}
  .kaiketu_main {
    padding: 2vw;
  }
}

@media screen and (max-width: 880px) {
  .top_base,
.sub_nav ul,
.section > div.about_01,
.section > div.about_main,
.section > div.nagare_main,
.job_main > div > div {
  max-width: 90%;
}
  #page_top:hover {
    width: 40px;
    height: 40px;
    opacity: unset;
  }
  .br_880 {
    display: block;
  }

  .sub_nav ul {
    font-size: 14px;
  }
  .sub_nav li a {
    padding: 10px 15%;
  }

  .sub_nav li a::after {
    width: 90%;
    height: 80%;
    border: #0075c1 solid 1px;
  }
  .nayami li {
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .nayami > img {
    top: 200px;
  }
  .nayami li span {
    display: inline-block;
  }

  .job_main div > img {
    width: 40%;
  }
  .job_main div > img.img_l {
    /* 対で変更する時用 */
  }
  .job_main div p {
    margin: 0 auto 0 5%;
  }
  .section .jim_l > p,
  .section .dz_l > p,
  .section .web_l > p {
    margin: 0 5% 0 auto;
  }
  .number {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
  }
  .footer_list > ul {
    justify-content: space-around;
  }
  .footer_list a {
    margin: 0 auto;
  }
}

@media screen and (max-width: 700px) {
  .nayami ul {
    position: relative;
  }
  .nayami li {
    font-size: 2.3vw;
    text-align: center;
  }
  .nayami > img {
    width: 100%;
    padding: 0 25% 5%;
    top: unset;
    background-color: #a2ccf2;
  }
  .kaiketu {
    margin-top: 7vw;
  }
}
@media screen and (max-width: 600px) {
  .none_600 {
    display: none;
  }
  .br_600 {
    display: block;
    line-height: 1;
  }
  h2 {
    font-size: clamp(14px, 4vw, 18px);
  }
  h3 {
    width: 80%;
    font-size: clamp(14px, 5.2vw, 22px);
  }
  .sub_nav ul {
    font-size: 9px;
    height: unset;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sub_nav .br_880 {
    display: unset;
  }

  .sub_nav li a {
    color: rgba(255, 255, 255, 0);
    background-color: unset;
    border: unset;
    background: no-repeat 50% 50%/15vw;
    background-size: contain;
    height: 17vw;
    width: 18vw;
    border-radius: 20%;
    padding: 0;
    margin: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sub_nav li:nth-of-type(1) a {
    background-image: url(../img/mobile_btn01.png);
  }
  .sub_nav li:nth-of-type(2) a {
    background-image: url(../img/mobile_btn02.png);
  }
  .sub_nav li:nth-of-type(3) a {
    background-image: url(../img/mobile_btn03.png);
  }
  .sub_nav li:last-of-type {
    display: none;
  }
  .sub_nav li a::after {
    display: none;
  }

  /*  */
  .nayami li {
    font-size: clamp(14px, 1.5vw, 14px);
    text-align: center;
  }
  .nayami > img {
    margin: 0;
    width: 100%;
    top: unset;
    padding: unset;
  }

  .kaiketu h4 {
    font-size: 6vw;
    padding: 4vw 7vw;
    font-weight: 700;
    -webkit-text-stroke: unset;
  }

  .kaiketu h4::before {
    display: none;
    content: "";
  }
  .kaiketu h4.slide_l.on {
    transform: rotate(-7deg) translate(-3vw, 6vw);
  }
  .kaiketu_main {
    flex-direction: column;
    width: 100%;
  }
  .kaiketu_main div {
    width: 60%;
  }

  .kaiketu_main div img {
    width: 75%;
    display: block;
    margin: 0 auto;
  }

  #about .menu_order {
    width: 70%;
  }
  .section .kaiketu_main p {
    margin: 0 auto 2em;
    width: 80%;
    font-size: 14px;
    line-height: 1.5;
  }

  .job_main h4 {
    padding: 1em 5%;
    font-size: 5vw;
  }
  .job_main div > img {
    width: 55%;
    top: 8%;
  }
  .job_main div p,
  .section .jim_l > p,
  .section .dz_l > p,
  .section .web_l > p {
    width: 90%;
    margin: 23vw auto 10vw;
    text-align: justify;
    font-size: clamp(14px, 3.2vw, 18px);
    line-height: 1.5;
  }
  .section .jim_l > p,
  .section .dz_l > p {
    margin: 18vw auto 10vw;
  }

  .jim_main > div:last-of-type img {
    top: 0;
  }
  .job_main .web_l p {
    margin: 27vw auto 10vw;
  }
  .job_main .web_r p {
    margin: 7vw auto 10vw;
  }
  .triangle {
    border-right: 7vw solid transparent;
    border-left: 7vw solid transparent;
  }
}
@media screen and (max-width: 400px) {
  .br_400 {
    display: block;
    line-height: 1.5;
  }
  /* .sub_nav li a {
    width: 100%;
  } */
  /* .section .kaiketu_main p {
    width: 100%;
  } */
  #nagare .menu_order {
    width: 70%;
  }
}
