@charset "UTF-8";
.mv{
  position: relative;
  overflow: hidden;
}
.mv::before{
  content: '';
  display: block;
  height: 300px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg,#7CD1F2,#DEF9FD);
}
.mv_inner {
  max-width: calc(50% + 560px);
  width: 100%;
  margin: 0 0 0 auto;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.mv_catch {
  position: absolute;
  bottom: 120px;
  left: -50px;
}
.mv_img {
  width: 100%;
  display: flex;
}
.mv_child{
  width: 25%;
}
.mv_child picture,
.mv_child img {
  width: 100%;
}
.intro{
  height: 160px;
  background: linear-gradient(90deg,#7CD1F2,#DEF9FD);
  position: relative;
  z-index: 1;
}
.intro_inner {
  position: absolute;
  max-width: calc(50% + 384px);
  width: 90%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 40px 0 40px 100px;
  background: linear-gradient(90deg, #FFFFFF, #BCE7F8);
  border-radius: 35px 0 0 35px;
}
.intro_flex {
  max-width: 920px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.intro_flex::after {
  content: '';
  display: block;
  background: url("../img/img_00.png") no-repeat center right;
  -webkit-background-size: contain;
  background-size: contain;
  width: 279px;
  height: 308px;
  position: absolute;
  top: -40px;
  right: 0;
}
.intro_text {
  max-width: 640px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 5px;
}

/*works*/
.works {
  padding: 190px 0 120px;
  position: relative;
}
.works::before {
  content: '';
  display: block;
  width: calc(50% + 77px);
  height: 100%;
  background: url("../img/bg_01.png") no-repeat center right;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.wor_inner {
  position: relative;
  max-width: 1024px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.wor_left {
  max-width: 328px;
  width: 100%;
  color: #fff;
  @media screen and (max-width: 767px) {
    max-width: 380px;
  }
}
.wor_tit {
  font-size: 3.2rem;
  font-weight: bold;
  @media screen and (max-width: 767px) {
    text-align: center;
    margin-top: 16px;
  }
}
.wor_text {
  line-height: 2;
  margin-top: 10px;
  font-weight: bold;
}
a.wor_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 40px;
  background: #fff;
  color: #1673C2;
  font-weight: bold;
  border-radius: 50px;
  margin-top: 20px;
  @media screen and (max-width: 767px) {
    margin: 20px auto 0;
  }
}
.wor_right{
  max-width: 510px;
  width: 100%;
  
}
.wor_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
a.wor_card {
  display: flex;
  flex-direction: column;
  padding: 20px 25px 20px;
  background: linear-gradient(45deg, #BCE7F8, #DEF9FD);
  border-radius: 35px;
  &:hover .wor_head {
    opacity: 0.5;
  }
  @media screen and (max-width: 767px) {
    padding: 10px 25px;
  }
}
.wor_head {
  font-size: 4.6rem;
  font-weight: 300;
  color: #000;
}
.wor_head .orange {
  margin-right: 5px;
  padding-left: 30px;
}
.wor_com {
  font-weight: bold;
  color: #000;
}
.talk{
  padding-top: 60px;
  position: relative;
  z-index: 2;
}
.tal_inner {
  max-width: 1024px;
  width: 90%;
  margin: auto;
}
.tal_tit{
  font-size: 4.6rem;
  text-align: center;
  font-weight: normal;
}
.tal_flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 30px;
}
.tal_flex::after {
  content: '';
  background: url("../img/bg_02_c.svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  width: 100%;
  height: 160px;
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0;
}
.tal_card{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 50px;
  max-width: 502px;
  width: 100%;
  height: 502px;
  background: #000;
}
.tal_card--left{
  background: url("../img/bg_02_l.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.tal_card--right{
  background: url("../img/bg_02_r.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.tal_btn {
  display: flex;
  align-items: baseline;
  width: 154px;
  height: 154px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  background: url("../img/bg_02_corner_l.svg") no-repeat top left;
  -webkit-background-size: contain;
  background-size: contain;
}
.tal_card--right .tal_btn {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  padding: 90px 0 0 80px;
  color: #fff;
  background: url("../img/bg_02_corner_r.svg") no-repeat top left;
  -webkit-background-size: contain;
  background-size: contain;
}
.tal_btn::before{
  content: '';
  background: url("../img/arrow_02.svg") no-repeat center;
  width: 8px;
  height: 13px;
  display: block;
  margin-right: 2px;
}
/*plan*/
.plan{
  position: relative;
  z-index: 1;
  padding: 120px 0 60px;
}
.plan::before{
  content: '';
  display: block;
  max-width: calc(50% + 77px);
  width: 90%;
  height: calc(100% + 120px);
  position: absolute;
  right: 0;
  top:-60px;
  background: url("../img/bg_03.png") no-repeat top;
  background-size: cover;
}
.plan_inner {
  max-width: 1024px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.plan_right {
  max-width: 378px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.plan_tit {
  font-size: 3.2rem;
  font-weight: bold;
  color: #359DE3;
  @media screen and (max-width: 767px) {
    text-align: center;
  }
}
.plan_text {
  line-height: 2;
  margin-top: 10px;
  font-weight: bold;
}
a.plan_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 40px;
  background: #1673C2;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  margin-top: 20px;
  @media screen and (max-width: 767px) {
    margin: 20px auto 0;
  }
}
.plan_left {
  max-width: 589px;
  width: 100%;
}
.plan_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.plan_card {
  padding: 15px 40px;
  width: 100%;
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 3.2px;
  color: #fff;
  background: linear-gradient(45deg, #1673C2, #349BE2);
  border-radius: 35px;
}

.like{
  background: url("../img/bg_04.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  a {
    display: block;
    padding-top: 90px;
  }
  div.like_inner {
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }
}
.like_catch {
  text-align: center;
  width: 90%;
  margin: auto;
  @media screen and (max-width: 767px) {
    margin-bottom: 32px;
    img {
      width: 280px;
      height: auto;
      object-fit: contain;
    }
  }
}
.like_list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
  @media screen and (max-width: 767px) {
    height: 88px;
    p {
      height: 100%;
    }
    img {
      height: 100%;
      object-fit: contain;
      object-position: bottom;
    }
  }
}
.like_more {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 40px;
  background: #fff;
  color: #1673C2;
  font-weight: bold;
  border-radius: 50px;
  top: 0;
  bottom: 2em;
  margin: auto;
  right: 7em;
  &::after {
    content: '>';
    position: relative;
    left: 1.5em;
  }
  @media screen and (max-width: 767px) {
    height: 28px;
    top: auto;
    bottom: 6em;
    right: 16px;
    font-size: 1.4rem;
  }
}
/*menu*/
.ft_cont::before{
  background: url("../img/ft_bg_t.png") no-repeat center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.menu {
  padding: 60px 0;
  background: linear-gradient(180deg , #9DDEF5, #dff9fc);
}
.menu_inner {
  max-width: 763px;
  display: flex;
  gap: 20px;
  margin: auto;
}
.menu_col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
a.menu_bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 502px;
  width: 90vw;
  background: #000;
  height: 175px;
  border-radius: 35px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
a.menu_bnr--01 {
  background: url("../img/bg_05_1.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
a.menu_bnr--02 {
  background: url("../img/bg_05_2.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
a.menu_btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  max-width: 241px;
  width: 90vw;
  background: #fff;
  height: 175px;
  border-radius: 35px;
  padding-bottom: 35px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
}
.menu_icon{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #359DE3;
  top: 0;
  left: calc(505 - 40px);
}
@media screen and (max-width: 767px) {
  .mv_inner {
    max-width: 100%;
  }
  .mv_img {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .mv_child {
    width: 100%;
  }
  .mv_catch {
    position: absolute;
    bottom: 37.5%;
    left: auto;
    max-width: 100%;
    right: auto;
  }
  .mv .fade.fade--list .fade_child{
    transform: translateX(-100px)
  }
  .mv .fade.fade--list .fade_child.fade--top{
    transform: translateX(100px)
  }
  .mv .fade.fade--list.scrollin .fade_child{
    opacity: 1;
    transform: translate(0,0);
    filter: blur(0);
  }
  .intro_flex::after {
    top: auto;
    bottom: -40px;
    opacity: .75;
    z-index: 0;
    max-height: 100%;
  }
  .intro {
    /* height: 80px; */
    height: 220px;
  }
  .intro_inner {
    width: 95%;
    padding: 20px 5%;
    overflow: hidden;
  }
  .intro_text {
    font-size: 1.6rem;
    line-height: 1.25;
    z-index: 1;
  }


  .works {
    padding: 80px 0 60px;
  }
  .works::before {
    width: 97.5%;
  }
  .wor_inner {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .wor_head {
    font-size: 2.4rem;
    text-indent: -1.25em;
    padding-left: 1.25em;
  }
  .wor_card:nth-child(4) .wor_head span:last-child {
    letter-spacing: -2px;
  }
  .wor_com {
    font-size: 1.4rem;
  }
  .wor_list {
    gap: 10px;
  }
  .tal_flex {
    flex-direction: column;
    align-items: center;
  }
  .tal_card {
    max-height: 305px;
    padding: 5%;
    padding-bottom: 25px;
  }
  .tal_flex::after {
    top: calc(50% - 85px);
  }
  .tal_card--left .tal_btn {
    padding: 15px 0 0 15px;
    width: 120px;
    height: 120px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .tal_card--right .tal_btn {
    padding: 70px 0 0 60px;
    width: 120px;
    height: 120px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .plan {
    padding: 40px 0 60px;
  }
  .plan_inner {
    flex-direction: column-reverse;
    gap: 30px;
    align-items: center;
  }
  .plan::before {
    max-width: 97.5%;
    width: 97.5%;
  }
  .plan_com {
    font-size: 2rem;
  }

  .plan_card {
    padding: 15px 7.5%;
  }
  .plan_list {
    gap: 10px;
  }

  .menu_inner {
    flex-direction: column;
    align-items: center;
  }
  .menu_col:last-child {
    flex-direction: row;
    max-width: 502px;
    width: 90%;
    margin: auto;
    gap:10px;
    justify-content: center;
  }
  a.menu_bnr {
    text-align: center;
    padding: 10px;
    height: 125px;
  }
  a.menu_btn {
    max-width: calc(50% - 5px);
    width: 100%;
    font-size: 2rem;
  }

}
@media print {
}