body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #222;
  letter-spacing: 0.06em;
}

.ly-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 50px;
}

.sp-none {
  display: block;
}

@media (max-width:959px) {
  .ly-inner {
    padding: 60px 30px;
  }
}

@media (max-width:743px) {
  .ly-inner {
    padding: 50px 20px;
  }
}

.lv2-heading {
  font-size: calc(56px * .7);
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.5;
}

.lv2-heading__sub {
  font-weight: 500;
  font-size: .65em;
  display: block;
  margin-top: 24px;
  line-height: 1;
}

@media (max-width:959px) {
  .lv2-heading  {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

@media(max-width: 743px) {
  .sp-none {
    display: none;
  }
}



/* header */
/* =================================- */
.header {
  height: 100px;
}

.header__inner {
  position: fixed;
  left: 0;
  top: 0;
  height: 100px;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 0 54px;
  z-index: 10000;
}

.header__logo,
.header__nav-item a,
.header__btn {
  transition: .15s ease;
}

.header__logo img {
  width: 100%;
  object-fit: cover;
  }

  .header__logo {
  width: auto;
  width: 260px;
  }

.header__logo a {
  display: inline-block;
}

.header__nav-wrap {
  display: flex;
  align-items: center;

}

.header__tel-number {
    font-family: 'Manrope', sans-serif;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: .08em;
    color: #2893d6;
}

.header__tel-number .fa-phone {
  font-size: 22px;
  letter-spacing: .1em;
}

.header__tel-number a {
  display: flex;
  align-items: center;
}

.header__tel-txt {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
  text-align: center;
}

.header__r {
  display: flex;
  align-items: center;
}

.header__tel {
  margin-left: 36px;
}

/* header__nav-lis */
/* ===========================- */
.header__nav-list {
  display: flex;
} 

.header__nav-item {
  font-weight: 700;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  margin-left: 30px;
}

.header__nav-item a {
  display: inline-block;
  padding: 5px;
}

.header__txt-en {
  display: block;
  font-size: .65em;
  font-weight: 400;
  margin-top: calc(19px * .7);
}

.header__logo,
.header__nav-item a,
.header__btn {
  transition: .15s ease;
}

.header__btn-wrap {
  margin-left: 20px;
  }

.header__btn-txt-en {
  display: block;
  font-size: .65em;
  font-weight: 400;
  margin-top: 9.4px;
}

.header__btn-txt {
  line-height: 1.5;
}

.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 73.5px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  border-radius: 90px;
  max-width: 316px;
  width: 100%;
  padding: 0 43px;
  background: #ff7040;
  color: #fff;
  transition: 0.3s;
}

.header__nav-btn {
  display: none;
}

@media (hover:hover) { 

.header__btn:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(0, 0, 0, 0.1) ;
  transform: translateY(-2px);
}

.header__logo:hover,
.header__nav-item a:hover,
.header__btn:hover {
    opacity: .6;
}

}


@media(max-width: 1600px) {
  .header__nav-item {
    font-size: 16px;
  }

  .header__btn {
    font-size: 16px;
  }
  .header__logo {
    width: 184px;
  }
}


@media (max-width: 1440px){
  .header__inner {
    padding: 0 40px 0 37px;
  }

  .header__btn {
  font-size: 14px;
  height: 61.5px;
  padding: 0 30px;
  }

  .header__tel-number {
    font-size: 30px;
  }
}

@media(max-width: 1279px) {
  .header__inner {
    padding: 0 20px 0 20px;
  }

  .header__nav-item {
    font-size: 14px;
    margin-left: 16px;
  }

  .header__tel-number {
    font-size: 24px;
  }

  .header__tel-txt {
    font-size: 10px;
  }

  .header__btn {
    padding: 0 12px;
    font-size: 12px;
  }

  .header__logo {
    width: 160px;
  }

  .header__tel {
    margin-left: 22px;
  }
}

@media (max-width: 1024px){
  .header__nav-list, 
  .header__nav-wrap {
    display: block;
  }

  .header__nav-wrap {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    overflow: hidden;
    z-index: 8888;
    transform: translateY(-115%);
    transition: ease .4s;
    opacity: 0;
  }

  .js-nav-inner {
    padding: 25px;
  }

  .header__btn-wrap {
    margin: 25px;
  }

  .header__nav-item {
    text-align: left;
    font-size: 18px;
    padding: 20px 20px 10px 34px;
  }

  .header__nav-item {
    margin-left: 0;
  }

  .header__nav-wrap.active {
    transform: translateY(1%);
    opacity: 1;
  }

  .header__tel {
    display: none;
  }
  
  /* .header__nav-btn */
  /* ========================== */
  .header__nav-btn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    outline: none;
  }

  .header__nav-btn-inner {
    /* width: 18px;
    height: 11px; */
    width: 30px;
    height: 20px;
    position: relative;
    display: block;
  }

  .header__nav-btn-bar {
    background: #069eff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    opacity: 1;
    transition: all 250ms ease-out;
  }

  .header__nav-btn-bar:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }

  .header__nav-btn-bar:nth-child(3) {
      bottom: 0;
      top: auto;
  }

  .header__nav-btn.active .header__nav-btn-bar:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .header__nav-btn.active .header__nav-btn-bar:nth-child(2) {
    transform: rotate(0deg) scale(0.2, 0.2);
    opacity: 0;
  }

  .header__nav-btn.active .header__nav-btn-bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

}

@media (max-width:599px) {
  .header,
  .header__inner {
    height: 60px;
  }

  .header__logo img {
    width: 208px;
  }

  .header__inner {
    padding: 0 20px 0 20px;
  }

  .header__nav-btn {
    width: 30px;
  }

  .header__nav-wrap {
    top: 56px;
  }
}

/* ヘッダー  0213追記*/
/* ========================== */
.header__sp-btn-wrap {
  display: none;
}

@media(max-width: 1024px) {
  .header__sp-btn-wrap {
    display: block;
    flex-shrink: 0;
    width: 44%;
    max-width: 270px;
    margin-left: 27.2%;
    margin-right: 20px;
  }

  .header__sp-btn-wrap .header__btn {
    height: 45px;
    padding: 0 4px;
    font-size: 12px;
    font-size: clamp(12px, 3.2vw, 18px);
    letter-spacing: .06em;
    max-width: none;
  }

  .header__logo {
    width: 100%;
  }

  .header__logo img {
    width: 100%;
  }

}

@media(max-width: 743px) {
  .header__sp-btn-wrap {
    margin-left: 0;
    margin-right: 16px;
  }

  .header__logo {
    width: 87%;
  }
}



/* mv */
/* ================== */
.mv {
  position: relative;
}

.mv__bg img {
  width: 100%;
}

.mv__btn-wrap {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.mv__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 86.4px;
  font-size: calc(26px * .7);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  border-radius: 90px;
  width: 360px;
  padding: 0 43px;
  background: #ff7040;
  color: #fff;
  transition: 0.3s;
}

@media (hover:hover) {

  .mv__btn:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(0, 0, 0, 0.1) ;
    transform: translateY(-2px);
  }
  
}

.mv__btn-txt {
  line-height: 1.5;
}


.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%,-50%);
}

.scroll-down--btn {
  color: #2893d6;
  position: relative;
  font-family: 'Manrope', sans-serif;
  font-weight: bold;
}

.scroll-down--btn:before {
  content: '';
  position: absolute;
  display: block;
  top: 45px;
  left: 50%;
  height: 30px;
  width: 2px;
  background: #2893d6;
  transform: translate(-50%,-50%);
}

.scroll-down--btn:after {
  content: '';
  position: absolute;
  display: block;
  top: 56px;
  left: 47%;
  height: 2px;
  width: 10px;
  transform: rotate(122deg);
  background: #2893d6;
}

@media (max-width:1250px) {
  .mv__btn-wrap {
    bottom: 5%;
  }

  .scroll-down {
    bottom: 6%;
  }
}

@media (max-width:959px) {
  .mv__btn {
    height: 73.4px;
    font-size: calc(24px * .7);
    width: 300px;
  }
}


@media (max-width:830px) {
  .mv__btn-wrap {
    bottom: 1%;
  }

  .scroll-down {
    bottom: 2%;
}

}

@media (max-width:743px) {
  .mv__btn {
    max-width: 315px;
    font-size: 17px;
    height: 78.4px;
  }

  .mv__btn-wrap {
    bottom: 10%;
  }

  .scroll-down {
    bottom: 8%;
  }
}

@media (max-width:599px) {
  .scroll-down--btn {
    font-size: 14px;
  }

  .scroll-down--btn:before {
    height: 26px;
    top: 40px;
  }

  .scroll-down--btn:after {
    top: 49px;
  }
}


/* 活用事例 */
/* ========================== */
.case {
  background: url(../img/case/bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.case__item img {
  width: 100%;
}

.case__item + .case__item {
  margin-top: 18px;
}

.case__item {
  filter: drop-shadow(4px 6px 10px rgba(0, 0, 0, 0.3));
}

.case__btn-inner {
  margin-top: 56px;
}

.case__btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
}

.case__btn-lead {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

/* bpo */
/* ============================= */
.bpo {
  background: #222222;
  height: 615px;
  color: #fff;
  text-align: center;
}

.bpo .lv2-heading__line {
  border-bottom: solid 5px #ffe200;
}

.bpo__icon img {
  width: 100%;
}

.bpo__icon {
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
  transform: translateY(8%);
}

.bpo__txt--yellow {
  color: #ffe200;
  font-size: 24px;
  font-weight: 700;
}

.bpo__txt {
  font-weight: 400;
  margin-top: 15px;
  line-height: 1.8;
}

@media (max-width:959px) {
  .bpo {
    height: 580px;
  }
}


@media (max-width:743px) {
  .bpo {
    height: 526px;
  }

  .bpo__txt--yellow {
    font-size: 22px;
    text-align: left;
  }

  .bpo__txt {
    text-align: left;
    font-size: 15px;
  }

  .bpo__icon {
    transform: translateY(15%);
  }
}



/* point */
/* ========================== */
.point {
  background: #eaf4fb;
}

.point .lv2-heading {
  margin-bottom: 10px;
}

.point__ttl {
  background: #fff;
  width: 285px;
  height: 70px;
  color: #069eff;
  font-size: 36px;
  font-weight: 700;
  display: flex;
  align-items: end;
  justify-content: center;
  border-bottom: #069eff solid 5px;
  padding-bottom: 5px;
  margin: auto;
}

.point__num {
  font-size: 60px;
  font-family: 'Manrope', sans-serif;
  margin-bottom: -8px;
}

.point__list {
  display: grid;
  gap: 0 22px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1000px;
  width: 100%;
  margin: 153px auto 0;
}

.point__item img {
  width: 100%;
}

.point__item-cont {
  background: #fff;
  padding: 22px 22px 0;
  height: 180px;
  text-align: center;
}

.point__item {
  position: relative;
}

.point__item:nth-child(1)::before {
  position: absolute;
  content: '';
  background: url(../img/point/num/01.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 90px;
  height: 90px;
  display: block;
  top: -13%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.point__item:nth-child(2)::before {
  position: absolute;
  content: '';
  background: url(../img/point/num/02.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 90px;
  height: 90px;
  display: block;
  top: -13%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.point__item:nth-child(3)::before {
  position: absolute;
  content: '';
  background: url(../img/point/num/03.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 90px;
  height: 90px;
  display: block;
  top: -13%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.point__item-txt--top {
  font-size: 18px;
  color: #069eff;
  font-weight: 400;
}

.point__item-txt--bottom {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.33;
  margin-top: 20px;
}

.point__item:first-of-type .point__item-txt--bottom {
  margin-top: 30px;
}

.point__item-txt-line {
  color: #069eff;
  background: linear-gradient(transparent 60%, #ffe200 50%);

}

.point__item-txt--top br {
  display: none;
}

@media (max-width:1279px) {
  .point__item-cont {
    padding: 22px 15px;
    height: 170px;
  }

  .point__item-txt--bottom {
    font-size: 21px;
  }

  .point__item-txt--top {
    font-size: 17px;
  }
}


@media (max-width:959px) {
  .point__num {
    font-size: 53px;
  }

  .point__ttl{
    font-size: 33px;
    width: 270px;
    height: 64px;
  }

  .point__item:first-of-type .point__item-txt--bottom {
    margin-top: 23px;
  }

  .point__item-txt--bottom {
    font-size: 19px;
  }

  .point__item-txt--top br {
    display: block;
  }

  .point__list {
    gap: 0 15px;
    margin: 97px auto 0;
  }

  .point__item:nth-child(1)::before,
  .point__item:nth-child(2)::before,
  .point__item:nth-child(3)::before {
    width: 70px;
    height: 70px;
    top: -13%;
  }
}

@media (max-width:743px) {
  .point__list {
    grid-template-columns: 1fr;
    gap: 50px 0;
  }

  .point__item:nth-child(1)::before,
  .point__item:nth-child(2)::before,
  .point__item:nth-child(3)::before {
    top: -7%;
  }

  .point__item-txt--bottom {
    max-width: 200px;
    width: 100%;
    margin: 20px auto;
  }
  
}
/* support */
/* ========================= */
.support__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 20px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.support__item-top {
  color: #fff;
  background: #222222;
  height: 60px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support__item-bottom {
  background: #fff;
  padding: 25px;
  border: #222 solid 1px;
}

.support__item-txt {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}

.support__item-txt + .support__item-txt {
  margin-top: 10px;
}

.support__item-txt::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: block;
  width:20px;
  height:20px;
  border-radius:90px;
  background:#069eff;
}

.support__item-txt::after{
  position: absolute;
  left: 5px;
  top: 35%;
  transform: translateY(-50%);
  content: '';
  display: block;
	border-left:3px solid #fff;
	border-bottom:3px solid #fff;
	width:10px;
	height:6px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

.support__bottom--txt {
  font-size: 23px;
  text-align: center;
  font-weight: 500;
  margin-top: 50px;
  line-height: 1.5;
}

.support__bottom-icon {
  max-width: 800px;
  width: 100%;
  margin: 65px auto 0;
  position: relative;
}

.support__bottom-icon img {
  width: 100%;
}

.support__bottom-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 60px solid #a9d4ef;
}

@media (max-width:959px) {
  .support__list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .support__item-top {
    font-size: 22px;
  }

  .support__bottom--txt {
    font-size: 20px;
  }

  .support__item-bottom {
    padding: 20px 15px;
  }

  .support__bottom-icon::before {
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 50px solid #a9d4ef;
  }

  .support__bottom-icon {
    margin: 58px auto 0;
  }

  .support__bottom-icon {
    margin: 42px auto 0;
  }
}

@media (max-width:743px) {
  .support__bottom--txt {
    font-size: 16px;
  }

  .support__bottom-icon::before {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #a9d4ef;
    top: -11px;
  }

  .support__item-txt {
    font-size: 16px;
  }

}

@media (max-width:599px) {
  
  .support__item-top {
    font-size: 18px;
    padding: 0 12px;
  }

  .support__item-txt {
    font-size: 14px;
    padding-left: 22px;
  }

  .support__item-bottom {
    padding: 15px 10px;
    height: 150px;
  }

  .support__item-txt::before {
    width: 16px;
    height: 16px;
  }

  .support__item-txt::after  {
    width: 9px;
    height: 5px;
    left: 4px;
    top: 32%;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}

@media (max-width:375px) {
  .support__list {
    grid-template-columns: 1fr;
  }

  .support__item-bottom {
    height: auto;
  }
}

/* flow */
/* =========================== */
.flow {
  background: #eaf4fb;
}

.flow__list {
  max-width: 1000px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  flex-wrap: wrap;
}

.flow__item {
  width: calc(100% / 5 - 2px);
  margin-left: 2px;

}

.flow__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flow__item:last-of-type img {
  width: 90%;
  height: 90%;
}

@media (max-width:959px) {
  .flow__item  {
    width: calc(100% / 3 - 2px);
    margin-left: 2px;
  }

  .flow__item  +  .flow__item  {
    margin-top: 15px;
  }


.flow__item:first-of-type img {
  margin-top: 12px; 
}
}

@media (max-width:743px) {
  .flow .lv2-heading {
    margin-bottom: 30px;
  }
}

/* security */
/* ========================= */
.security {
  text-align: center;
}

.security .lv2-heading {
  color: #171c61;
  background: linear-gradient(transparent 60%, #fff9cc 60%);
  display: inline-block;
}

.security__txt {
  color: #171c61;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}

.privacy-icon img {
  margin-top: 30px;
}

.privacy-icon img {
  width: 94px;
  height: 96px;
}

@media (max-width:959px) {
  .security__txt {
    font-size: 20px;
  }
}

@media (max-width:743px) {
  .security__txt {
    font-size: 14px;
  }

  .security__txt br {
    display: none;
  }

  .privacy-icon img {
    width: 90px;
    height: 92px;
  }
}

/* faq */
/* ======================== */
.faq {
  background: #eaf4fb;
}

.faq .ly-inner {
  max-width: 905px;
  width: 100%;
}

.faq .lv2-heading {
  color: #2893d6;
}

.faq-item {
  font-size: calc(24px * .7);
  line-height: 1.68;
  letter-spacing: .075em;
  font-weight: 700;

}

.faq-item__head {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  align-items: baseline;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  border-radius: 10px;
  background: #fff;
  font-weight: 500;
}

.faq-item__head,
.faq-item__body {
  padding-left: 30px;
  padding-right: 27px;
}

.faq-item__body {
  font-weight: 400;
}

.faq-item__head::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  margin: 0 10px;
  border-bottom: 3px solid #2893d6;
  border-right: 3px solid #2893d6;
  right: 22px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.faq-item__head.is_active::after {
  transform: translateY(-50%) rotate(-135deg);
}

.faq-item__body {
  height: 0;
  overflow: hidden;
}

.faq-item__body-in {
  padding: 15px 22px 15px 20px;
  font-size: 15px;
  font-weight: 400;
}

.faq-item + .faq-item {
  margin-top: 28px;
}

.faq-item__head-ttl {
  font-size: 36px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-right: 15px;
  color: #2893d6;
  transform: translateY(2px);
}

@media (max-width:959px) {
  .faq-item__head {
    font-size: 20px;
  }

  .faq-item__head-ttl {
    font-size: 33px;
  }

  .faq-item__head::after {
    width: 15px;
    height: 15px;
  }
}

@media (max-width:743px) {
  .faq-item__head {
    font-size: 17px;
  }

  .faq-item__head-ttl {
    font-size: 29px;
    margin-right: 13px;
  }

  .faq-item__head,
  .faq-item__body {
    padding-left: 15px;
    padding-right: 31px;
 }

 .faq-item__head::after {
  width: 13px;
  height: 13px;
  right: 10px;
 }

 .faq-item + .faq-item {
  margin-top: 18px;
  }

  .faq-item__body-in {
    padding: 15px 0px 15px 20px;
  }

  .faq-item__head {
    padding-top: 18px;
    padding-bottom: 22px;
  }

}

/* form */
/* ===================== */
.form__privacy {
  font-size: calc(25.5px * .6);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: calc(69px * .7);
}

.hp-color {
  color: #069eff;
  padding-bottom: 5px;
  border-bottom: #96ccff solid 1px;
  transition: 0.3s;
}

@media (hover:hover) {

.hp-color:hover {
  opacity: 0.8;
}

}
.form__btn-wrap {
  margin-top: calc(117px * .7);
}

.form__btn {
  display: block;
  text-align: center;
  max-width: calc(555px * .7);
  width: 100%;
  margin: 0 auto;
  background: #144a6b;
  border-radius: 90px;
  font-size: calc(25px * .7);
  font-weight: 500;
  color: #fff;
  height: calc(90px * .7);
  letter-spacing: 0.1em;
}

.form__btn {
  transition: .15s ease;
}

@media (hover:hover) {
  .form__btn:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(0, 0, 0, 0.1) ;
    transform: translateY(-2px);
  }
}

/* contact */
/* ========================== */
.contact .lv2-heading {
  color: #2893d6;
  line-height: 1.5;
}

.contact .ly-inner {
  max-width: 820px;
  width: 100%;
  padding: 80px 50px 120px;
}

@media (max-width:959px) {
  .contact .ly-inner {
    padding: 60px 30px 90px;
  }
}

@media (max-width:743px) {
  .contact .ly-inner {
    padding: 35px 20px 60px;
  }
}

.form__item-required {
  color: #fff;
  background: #e60012;
  padding: 1px 10px 2px 10px;
  font-size: 11px;
  text-align: center;
  margin-left: 15px;
  border-radius: 2px;
}

.form__item-head {
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.form__item textarea,
.form__item input[type="text"],
.form__item input[type="email"] {
  border: 1px solid #d1d1d1;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  padding: calc(18px * .7) calc(24px * .7);
  line-height: 1;
  outline: none;
}

::placeholder {
  color: #d1d1d1;
  letter-spacing: 0.1em;
}

.form__item textarea {
  height: 145px;
}

.form__item + .form__item {
  margin-top: 35px;
}

.form__item-radio-txt {
  position: relative;
  padding-left: 20px;
}

.form__item-radio:checked + .form__item-radio-txt::before {
  box-shadow: inset 0 0 0 2.5px #fff;
  background: #2893d6;
}

.form__item-radio-txt::before {
  content: "";
  position: absolute;
  border: 1px solid #222;
  width: 1em;
  height: 1em;
  border-radius: 90px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.form__item input[type="radio"] {
  display: none;
}

.form__item-radio-label + .form__item-radio-label {
  margin-left: 20px;
}

@media (max-width:743px) {
  .form__item-radio-label {
    display: block;
  }

  .form__item-radio-label + .form__item-radio-label {
    margin-left: 0;
    margin-top: 10px;
  }

  .form__item + .form__item {
    margin-top: 28px;
  }

  .form__privacy {
    font-size: 13px;
    text-align: left;
    margin-top: 30px;
  }

  .hp-color {
    padding-bottom: 0;
  }

  .form__btn-wrap {
    margin-top: 35px;
  }
}

/* footer */
/* ================================ */
.footer {
  background: #2893d6;
  position: relative;
}

.footer .lv2-heading {
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}

.footer__tel-btn {
  color: #fff;
}

.footer__tel-txt {
  font-size: 40px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  transition: 0.3s;
  pointer-events: none;
}

@media (hover:hover) {
.footer__tel-txt:hover {
  text-shadow: 0 1px 10px rgba(255, 255, 255, 0.4), 0 0 50px rgba(255, 255, 255, 0.1);
}
}
.footer__time {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}

.footer__2col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__btn-list {
  margin-left: 125px;
}

.footer__btn-item {
  transition: 0.3s;
}

.footer__btn-item a {
  padding: 22px 0;
  width: 280px;
  font-weight: 700;
  font-size: 18px;
  background: #fff;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

}

.footer__btn-item + .footer__btn-item  {
  margin-top: 13px;
}

.mail-icon {
  font-size:  22px;
  position: absolute;
  left: 30px;
}

.hp-icon {
  font-size: 22px;
  position: absolute;
  left: 30px;
}

.tel-icon {
  font-size: 30px;
  margin-right: 6px;
}

.footer__line {
  background: #222222;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.footer__line-inner {
  max-width: 1070px;
  width: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__link {
  margin-left: 125px;
}

.footer__link a {
  margin-left: 20px;
}

.top-btn {
  position: absolute;
  top: -75px;
  right: 95px;
  transition: 0.3s;
}

.top-btn img {
  width: 59px;
  height: 59px;
}

.footer__tel-sp {
  display: none;
}

@media (hover:hover) { 
  .footer__btn-item:hover {
    box-shadow: 0 1px 10px rgba(255, 255, 255, 0.4), 0 0 50px rgba(255, 255, 255, 0.1) ;
    transform: translateY(-2px);
    border-radius: 90px;
  }

  .top-btn:hover {
    top: -77px;
  }
  
}

@media (max-width:1279px) {
  .top-btn {
    right: 50px;
  }

  .footer__link {
    margin-left: 15px;
  }

  .footer__line {
    font-size: 11px;
  }
}

@media(max-width: 1024px) {
  .footer__tel-sp {
    position: fixed;
    display: block;
    opacity: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
    cursor: pointer;
    padding: 5px;
    color: #069eff;
    background: #fff;
    z-index: 10000;
    width: 100%;
    text-align: center;

  }

  .footer__tel-sp .footer__time {
    color: #222222;
  }
 
  .footer__tel-sp-inner {
    border: #069eff solid 2px;
    padding: 10px;
    border-radius: 4px;
  }

  .footer__tel-sp.is_active {
    opacity: 1;
  }

  .footer__btn-item a {
    padding: 19px 0;
  } 
}

@media (max-width:959px) {
  .footer__tel-txt {
    font-size: 32px;
  }

  .footer__time {
    font-size: 13px;
  }

  .footer__btn-list {
    margin-left: 65px;
  }

  .top-btn {
    right: 30px;
  }
}

@media (max-width:743px) {
  .footer__tel-txt {
    /* font-size: 26px; */
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tel-icon {
    font-size: 21px;
  }

  .footer__time {
    font-size: 12px;
  }

  .footer__2col {
    flex-direction: column;
  }

  .footer__btn-list {
    margin-left: 0;
    margin-top: 20px;
  }

  .top-btn {
    right: 15px;
    top: -50px;
  }

  .top-btn img {
    width: 48px;
    height: 48px;
  }

  .footer .lv2-heading br {
    display: none;

  }

  .footer__line {
    height: 45px;
  }

  .footer__line-inner {
    flex-direction: column;
    padding: 0 20px;
  }

  .footer__link {
    margin-left: 0;
   margin-top: 5px;
  } 

  .footer__link a {
    margin-left: 8px;
  }

  .footer {
    margin-bottom: 85px;
  }


}


/* 確認画面　php工房 */
.fome-area {
  font-family: 'Noto Sans JP', sans-serif;
  color: #222;
  letter-spacing: 0.06em;
}

.or-ttl {
  background: #069eff;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 100px;
}

.or-txt {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 35px;
  line-height: 1.5;
  text-align: center;
}

.thank__or-txt {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 35px;
  line-height: 2;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.fome-area input[type=submit],
.fome-area input[type=button] {
  padding: 15px 25px;
  margin-left: 5px;
  font-size: 15px;
}


@media (max-width:743px) {
  .or-txt {
    line-height: 1.2;
    font-size: 16px;
    margin-bottom: 25px;
  }

  form input[type="button"] {
    margin-top: 10px;
  }

  .thank__or-txt {
    font-size: 15px;
  }

  .or-ttl {
    padding: 15px 20px;
  }
}


