@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
p,
a,
li,
dt,
dd,
th,
td {
  line-height: 2;
}

@media screen and (max-width: 960px) {
  p,
  a,
  li,
  dt,
  dd,
  th,
  td {
    line-height: 1.8;
  }
}

.display_w600 {
  display: none;
}

@media screen and (max-width: 600px) {
  .display_w600 {
    display: block;
  }
}

.l-header {
  position: fixed;
}

.l-header .container {
  width: 1500px;
}

.l-header .logo .noscroll__img {
  display: block;
}

.l-header .logo .scroll__img {
  display: none;
}

.l-header .nav__logo {
  display: none;
}

.l-header__subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}

.l-header .gnavi ul li a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.l-header .gnavi ul li a:hover {
  color: #008cce;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 1601px) {
  .l-header.fixed {
    width: 90%;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 999px;
  }
  .l-header.fixed .container {
    width: 95%;
    padding: 20px 0;
  }
  .l-header.fixed .l-header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header.fixed .logo .noscroll__img {
    display: none;
  }
  .l-header.fixed .logo .scroll__img {
    display: block;
  }
  .l-header.fixed .l-header__subnav {
    position: fixed;
    top: 20%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-header.fixed .l-header__tel,
  .l-header.fixed .l-header__mail {
    border-radius: 10px 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 10px;
    width: auto;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    outline: none;
    /*背景の色と形状*/
    background: -webkit-gradient(linear, right top, left top, from(#1cb6ff), color-stop(25%, #02aeff), color-stop(51%, #009de8), to(#008cce));
    background: linear-gradient(270deg, #1cb6ff 0%, #02aeff 25%, #009de8 51%, #008cce 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1601px) and (max-width: 960px) {
  .l-header.fixed .l-header__tel,
  .l-header.fixed .l-header__mail {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}

@media screen and (min-width: 1601px) {
  .l-header.fixed .l-header__tel i,
  .l-header.fixed .l-header__mail i {
    font-size: 2rem;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}

@media screen and (min-width: 1601px) and (max-width: 960px) {
  .l-header.fixed .l-header__tel i,
  .l-header.fixed .l-header__mail i {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

@media screen and (min-width: 1601px) {
  .l-header.fixed .l-header__tel:hover,
  .l-header.fixed .l-header__mail:hover {
    color: #fff;
    background-position: 99% 50%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .l-header.fixed .l-header__tel:hover i,
  .l-header.fixed .l-header__mail:hover i {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .l-header.fixed .gnavi .menu li:not(:last-of-type) {
    border-right: solid 1px #1c2649;
  }
  .l-header.fixed .gnavi .menu li a {
    color: #1c2649;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .l-header.fixed .gnavi .menu li a:hover {
    color: #008cce;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

@media screen and (max-width: 1600px) {
  .l-header .l-header__title {
    display: none;
  }
  .l-header .gnavi ul li a {
    color: #008cce;
  }
  .l-header .l-header__subnav {
    display: none;
  }
  .l-header.is-open .gnavi {
    display: block;
  }
  .l-header.is-open .gnavi .nav__logo {
    display: block;
    width: 50%;
    max-width: 380px;
    margin: auto;
    margin-bottom: 50px;
  }
}

.l-header__SPsubnav {
  display: none;
}

.l-header__SPsubnav .l-header__tel,
.l-header__SPsubnav .l-header__mail {
  display: none;
}

@media screen and (max-width: 1600px) {
  .l-header__SPsubnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header__SPsubnav .l-header__tel,
  .l-header__SPsubnav .l-header__mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    border-radius: 0;
  }
  .l-header__SPsubnav .l-header__tel:hover,
  .l-header__SPsubnav .l-header__mail:hover {
    border-top: 1px solid #008cce;
    color: #008cce !important;
    background: #fff;
  }
  .l-header__SPsubnav .l-header__tel {
    left: 0;
    right: unset;
    border-radius: 0;
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 1600px) {
  #page-top {
    bottom: 62px;
    z-index: 999;
  }
}

#loading {
  background: -webkit-gradient(linear, left top, left bottom, from(#008cce), to(#e9f8ff));
}

.l-footer .l-footer__logo {
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .l-footer .l-footer__logo {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 960px) {
  .l-footer .l-footer__logo a {
    display: block;
    width: 40%;
    margin: auto;
  }
}

.l-footer .l-footer__logo a:hover {
  opacity: 0.7;
}

.l-footer__navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .l-footer__navi ul {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 960px) {
  .l-footer__navi ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 960px) {
  .l-footer__navi ul li {
    text-align: center;
  }
}

.l-footer__navi ul li a {
  color: #fff;
  margin: auto;
  position: relative;
}

.l-footer__navi ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.l-footer__navi ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 1200px) {
  #page {
    min-width: unset;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

.btn {
  margin: 0;
  margin-left: auto;
  text-align: end;
}

.btn .link {
  position: relative;
  color: #fff;
  line-height: 1;
  font-size: 2rem;
  padding: 20px 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  color: #fff;
  padding: 18px 60px;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  /*背景の色と形状*/
  background: -webkit-gradient(linear, right top, left top, from(#1cb6ff), color-stop(25%, #02aeff), color-stop(51%, #009de8), to(#008cce));
  background: linear-gradient(270deg, #1cb6ff 0%, #02aeff 25%, #009de8 51%, #008cce 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 960px) {
  .btn .link {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

@media screen and (max-width: 960px) {
  .btn .link {
    padding: 10px 30px;
  }
}

.btn .link .btn-arrow {
  width: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  right: 20px;
}

@media screen and (max-width: 960px) {
  .btn .link .btn-arrow {
    width: 8px;
  }
}

@media screen and (max-width: 960px) {
  .btn .link .btn-arrow {
    right: 10px;
  }
}

.btn .link:hover {
  color: #fff;
  background-position: 99% 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn .link:hover .btn-arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-kv {
  width: 100%;
  overflow: hidden;
}

.p-kv::after {
  opacity: 0.5;
}

.p-kv__inner {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 1600px) {
  .p-kv__inner {
    top: -50px;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width: 1600px) and (max-width: 960px) {
  .p-kv__inner {
    top: -25px;
  }
}

.p-kv__logo img {
  width: 40%;
  opacity: 0;
}

@media screen and (max-width: 960px) {
  .p-kv__logo img {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .p-kv__logo img {
    width: 60%;
  }
}

.p-kv__label {
  max-width: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 90px;
  opacity: 0;
  padding: 20px 50px;
}

@media screen and (max-width: 960px) {
  .p-kv__label {
    margin-top: 45px;
  }
}

@media screen and (max-width: 960px) {
  .p-kv__label {
    padding: 10px 25px;
  }
}

@media screen and (max-width: 1600px) {
  .p-kv__label {
    font-size: clamp(12px, 3vw, 30px);
    margin-top: 80px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 960px) {
  .p-kv__label {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.p-kv__guide {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3rem;
  opacity: 0;
}

@media screen and (max-width: 960px) {
  .p-kv__guide {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}

.p-kv.fade .p-kv__logo {
  max-width: 1000px;
  margin: auto;
}

.p-kv.fade .p-kv__logo img {
  opacity: 1;
  -webkit-transition: all ease-in-out;
  transition: all ease-in-out;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.p-kv.fade .p-kv__label {
  opacity: 1;
  -webkit-transition: all ease-in-out;
  transition: all ease-in-out;
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.p-kv.fade .p-kv__guide {
  opacity: 1;
  -webkit-transition: all ease-in-out;
  transition: all ease-in-out;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.scroll {
  opacity: 0;
}

.scroll.fade {
  opacity: 1;
  -webkit-transition: all ease-in-out;
  transition: all ease-in-out;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.n2-ss-slide-backgrounds {
  height: 100vh !important;
}

.c-ttl01 .en {
  font-size: 2rem;
  background-image: none;
  position: relative;
}

@media screen and (max-width: 960px) {
  .c-ttl01 .en {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

.c-ttl01 .en::after {
  content: "";
  display: block;
  width: 50%;
  height: 4px;
  background: #008cce;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

.c-ttl01 .ja {
  font-weight: 700;
  line-height: 150%;
}

@media screen and (max-width: 960px) {
  .p-index .p-greet p {
    text-align: center;
  }
}

.p-index .p-news {
  padding-bottom: 220px;
}

@media screen and (max-width: 960px) {
  .p-index .p-news {
    padding-bottom: 110px;
  }
}

.p-index .p-news__list__wrap {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .p-index .p-news__list__wrap {
    padding: 10px;
  }
}

@media screen and (max-width: 960px) {
  .p-index .p-news__list__wrap {
    margin-bottom: 15px;
  }
}

.p-index .p-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  .p-index .p-news__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-index .p-news__list dt {
  width: 20%;
  font-size: 2rem;
  border-bottom: 1px solid rgba(0, 140, 206, 0.5);
  padding: 20px;
}

@media screen and (max-width: 960px) {
  .p-index .p-news__list dt {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

@media screen and (max-width: 960px) {
  .p-index .p-news__list dt {
    padding: 10px;
  }
}

@media screen and (max-width: 600px) {
  .p-index .p-news__list dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}

.p-index .p-news__list dd {
  width: 80%;
  border-bottom: 1px solid rgba(0, 140, 206, 0.5);
  padding: 20px;
}

@media screen and (max-width: 960px) {
  .p-index .p-news__list dd {
    padding: 10px;
  }
}

@media screen and (max-width: 600px) {
  .p-index .p-news__list dd {
    width: 100%;
    padding-top: 0;
  }
}

.p-index .p-news__list dd a {
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .p-index .p-news__list dd a {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

.p-index .p-concept {
  padding-bottom: 220px;
}

@media screen and (max-width: 960px) {
  .p-index .p-concept {
    padding-bottom: 110px;
  }
}

.p-index .p-concept__box .title {
  color: #1c2649;
  font-weight: 700;
}

.p-index .p-concept__box .title strong {
  color: #008cce;
}

.p-index .p-concept__box .ico img {
  width: auto;
  height: 100%;
}

.p-index .p-service {
  padding-bottom: 220px;
}

@media screen and (max-width: 960px) {
  .p-index .p-service {
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 960px) {
  .p-index .p-service__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    min-height: unset;
  }
}

.p-index .p-service__row::before {
  width: 57.72727%;
}

@media screen and (max-width: 960px) {
  .p-index .p-service__row::before {
    width: 100%;
    aspect-ratio: 2;
    height: auto;
    position: unset;
    margin-bottom: 30px;
  }
}

.p-index .p-service__row.-n01 .p-service__number, .p-index .p-service__row.-n03 .p-service__number {
  text-align: right;
}

.p-index .p-service__row.-n01 .p-service__title, .p-index .p-service__row.-n03 .p-service__title {
  text-align: right;
}

.p-index .p-service__row.-n01 p, .p-index .p-service__row.-n03 p {
  text-align: left;
}

.p-index .p-service__row.-n02 .p-service__number {
  text-align: left;
}

.p-index .p-service__row.-n02 .p-service__title {
  text-align: left;
}

.p-index .p-service__row.-n02 p {
  text-align: left;
}

.p-index .p-service__number {
  font-size: 2.5rem;
}

@media screen and (max-width: 960px) {
  .p-index .p-service__number {
    font-size: clamp(12px, 1.25rem, 1.25rem);
  }
}

@media screen and (max-width: 960px) {
  .p-index .p-service__number {
    text-align: center !important;
  }
  .p-index .p-service__number br {
    display: none;
  }
}

.p-index .p-service__number span {
  font-size: 4.2rem;
}

@media screen and (max-width: 960px) {
  .p-index .p-service__number span {
    font-size: clamp(12px, 2.1rem, 2.1rem);
  }
}

@media screen and (max-width: 960px) {
  .p-index .p-service__number::after {
    width: 100%;
  }
}

.p-index .p-service__title {
  font-weight: 700;
}

@media screen and (max-width: 960px) {
  .p-index .p-service__title {
    text-align: center !important;
  }
  .p-index .p-service__title br {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .p-index .p-service__text {
    width: 100%;
    text-align: center !important;
  }
}

.p-index .p-corporate {
  padding-bottom: 220px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .p-index .p-corporate {
    padding-bottom: 110px;
  }
}

.p-index .p-corporate .deco {
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
}

@media screen and (max-width: 960px) {
  .p-index .p-corporate .deco {
    width: 100px;
  }
}

@media screen and (max-width: 960px) {
  .p-index .p-corporate .deco {
    height: 100px;
  }
}

.p-index .p-corporate .deco::before {
  content: "";
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(0, 140, 206, 0.2);
}

@media screen and (max-width: 960px) {
  .p-index .p-corporate .deco::before {
    width: 90px;
  }
}

@media screen and (max-width: 960px) {
  .p-index .p-corporate .deco::before {
    height: 90px;
  }
}

.p-index .p-corporate .deco::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 140, 206, 0.1);
  margin-top: -40px;
}

@media screen and (max-width: 960px) {
  .p-index .p-corporate .deco::after {
    width: 30px;
  }
}

@media screen and (max-width: 960px) {
  .p-index .p-corporate .deco::after {
    height: 30px;
  }
}

@media screen and (max-width: 960px) {
  .p-index .p-corporate .deco::after {
    margin-top: -20px;
  }
}

.p-index .p-corporate .deco.__01 {
  top: 10%;
  right: 200px;
}

@media screen and (max-width: 960px) {
  .p-index .p-corporate .deco.__01 {
    right: 100px;
  }
}

@media screen and (max-width: 1400px) {
  .p-index .p-corporate .deco.__01 {
    right: 2.60417vw;
  }
}

@media screen and (max-width: 1400px) and (max-width: 960px) {
  .p-index .p-corporate .deco.__01 {
    right: 5.20833vw;
  }
}

.p-index .p-corporate .deco.__02 {
  top: 50%;
  left: 200px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media screen and (max-width: 960px) {
  .p-index .p-corporate .deco.__02 {
    left: 100px;
  }
}

@media screen and (max-width: 1400px) {
  .p-index .p-corporate .deco.__02 {
    left: 1.04167vw;
  }
}

@media screen and (max-width: 1400px) and (max-width: 960px) {
  .p-index .p-corporate .deco.__02 {
    left: 2.08333vw;
  }
}

@media screen and (max-width: 960px) {
  .p-index .p-corporate .deco.__02 {
    top: unset;
    bottom: 5%;
  }
}

.p-index .p-corporate .deco.__03 {
  bottom: 5%;
  right: 400px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 960px) {
  .p-index .p-corporate .deco.__03 {
    right: 200px;
  }
}

@media screen and (max-width: 960px) {
  .p-index .p-corporate .deco.__03 {
    display: none;
  }
}

.p-index .p-corporate__border_box {
  max-width: 500px;
  margin: auto;
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .p-index .p-corporate__border_box {
    margin-bottom: 30px;
  }
}

.p-index .p-corporate__content {
  text-align: center;
}

.p-index .p-corporate .c-table-responsive ul li {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  background: #008cce;
  border-radius: 999px;
}

@media screen and (max-width: 960px) {
  .p-index .p-corporate .c-table-responsive ul li {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}

@media screen and (max-width: 960px) {
  .p-index .p-corporate .c-table-responsive ul li {
    width: 50%;
    margin: auto;
  }
}

.p-index .p-corporate .c-table-responsive ul li:not(:last-of-type) {
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .p-index .p-corporate .c-table-responsive ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.p-index .p-corporate__txt {
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width: 960px) {
  .p-index .p-corporate__txt {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}

.p-index .step {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid #1c2649;
  letter-spacing: 0.4rem;
  margin: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .p-index .step {
    margin-bottom: 15px;
  }
}

.p-index .step span {
  font-size: 5rem;
  line-height: 100%;
  color: #def3f7;
  display: inline-block;
  margin-left: 5px;
  text-shadow: 1px 1px 0 #1c2649, -1px -1px 0 #1c2649, -1px 1px 0 #1c2649, 1px -1px 0 #1c2649, 0 1px 0 #1c2649, -1px 0 #1c2649, -1px 0 0 #1c2649, 1px 0 0 #1c2649;
}

.p-index .p-deliver {
  padding-bottom: 220px;
}

@media screen and (max-width: 960px) {
  .p-index .p-deliver {
    padding-bottom: 110px;
  }
}

.p-index .p-deliver__img img {
  width: 40%;
  margin: auto;
}

.p-index .p-deliver__title {
  margin-bottom: 15px;
}

@media screen and (max-width: 960px) {
  .p-index .p-deliver__title {
    margin-bottom: 7.5px;
  }
}

@media screen and (max-width: 960px) {
  .p-index .p-deliver__title {
    text-align: center;
  }
}

@media screen and (max-width: 960px) {
  .p-index .p-deliver p {
    text-align: center;
  }
}

.p-index .p-deliver .areas {
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .p-index .p-deliver .areas {
    margin-bottom: 10px;
  }
}

.p-index .p-deliver .areas .area::after {
  content: "、";
}

.p-index .p-deliver .areas .area:last-of-type::after {
  content: none;
}

.p-index .p-deliver__note {
  margin-top: 30px;
  padding-left: 15px;
}

@media screen and (max-width: 960px) {
  .p-index .p-deliver__note {
    margin-top: 15px;
  }
}

.p-index .p-price {
  padding-bottom: 260px;
}

@media screen and (max-width: 960px) {
  .p-index .p-price {
    padding-bottom: 130px;
  }
}

.p-index .p-price__content {
  position: relative;
}

.p-index .p-price__content__inner {
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .p-index .p-price__content__inner {
    padding: 20px;
  }
}

.p-index .p-price__content::before, .p-index .p-price__content::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(229, 243, 250, 0.5);
  z-index: 1;
  width: 250px;
  height: 250px;
}

.p-index .p-price__content::before {
  top: -165px;
  left: -165px;
}

.p-index .p-price__content::after {
  bottom: -165px;
  right: -165px;
}

.p-index .p-price__content.__individual {
  margin-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .p-index .p-price__content.__individual {
    margin-bottom: 40px;
  }
}

.p-index .p-price__content.__corporation::before {
  content: none;
}

.p-index .p-price__content.__corporation::after {
  bottom: -165px;
  left: -165px;
}

.p-index .p-price .tablepress-table-name {
  background-color: unset;
  color: #1c2649;
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 1px solid #1c2649;
}

@media screen and (max-width: 960px) {
  .p-index .p-price .tablepress-table-name {
    font-size: clamp(12px, 1.1rem, 1.1rem);
  }
}

.p-index .p-price table.tablepress tbody td.column-1 {
  width: 70%;
  color: #007bb5;
  background-color: rgba(233, 248, 255, 0.3);
  border-bottom: 1px solid #f2f2f2;
}

.p-index .p-price table.tablepress tbody td.column-2 {
  width: 30%;
  border-bottom: 1px solid #f2f2f2;
}

.p-index table.tablepress {
  border: none;
}

.p-index table.tablepress > * + tbody > * > *,
.p-index table.tablepress > tbody > * ~ * > *,
.p-index table.tablepress > tfoot > * > * {
  border: none;
}

.p-index .p-contact {
  padding-bottom: 220px;
}

@media screen and (max-width: 960px) {
  .p-index .p-contact {
    padding-bottom: 110px;
  }
}

.p-index .p-contact__table {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .p-index .p-contact__table {
    padding: 5px;
  }
}

@media screen and (max-width: 960px) {
  .p-index .p-contact__table {
    margin-bottom: 30px;
  }
}

.p-index .p-contact__table table.tablepress tbody td.column-1 {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  color: #1c2649;
}

.p-index .p-contact__table table.tablepress tbody td.column-2 {
  border-bottom: 1px solid #f2f2f2;
}

.p-index .p-contact__table table.tablepress tbody tr:last-of-type td.column-1 {
  border-bottom: none;
}

.p-index .p-contact__table table.tablepress tbody tr:last-of-type td.column-2 {
  border-bottom: none;
}

.p-index .p-contact__map {
  margin-bottom: 60px;
}

.p-index .p-contact__map iframe {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-index .p-contact__map {
    margin-bottom: 30px;
  }
}

.p-index .p-contact__tel, .p-index .p-contact__mail {
  display: block;
  background: #008cce;
  padding: 20px 40px;
  border-radius: 10px;
  width: 100%;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  outline: none;
  /*背景の色と形状*/
  background: -webkit-gradient(linear, right top, left top, from(#1cb6ff), color-stop(25%, #02aeff), color-stop(51%, #009de8), to(#008cce));
  background: linear-gradient(270deg, #1cb6ff 0%, #02aeff 25%, #009de8 51%, #008cce 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 960px) {
  .p-index .p-contact__tel, .p-index .p-contact__mail {
    padding: 10px 20px;
  }
}

.p-index .p-contact__tel img, .p-index .p-contact__mail img {
  width: 40%;
  margin: auto;
}

.p-index .p-contact__tel .num, .p-index .p-contact__mail .num {
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  padding-top: 8px;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
}

@media screen and (max-width: 960px) {
  .p-index .p-contact__tel .num, .p-index .p-contact__mail .num {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}

.p-index .p-contact__tel .num i, .p-index .p-contact__mail .num i {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-index .p-contact__tel:hover, .p-index .p-contact__mail:hover {
  color: #fff;
  background-position: 99% 50%;
}

.p-index .p-contact__tel:hover .num i, .p-index .p-contact__mail:hover .num i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 960px) {
  .p-index .p-contact__tel {
    margin-bottom: 10px;
  }
}

.cf-cb-txt {
  color: #1c2649;
  font-weight: 900;
  font-size: 4rem;
}

@media screen and (max-width: 960px) {
  .cf-cb-txt {
    font-size: clamp(12px, 2rem, 2rem);
  }
}

.contact-band-btn-wrap {
  text-align: center;
}

.contact-band-btn {
  margin: auto !important;
  font-weight: 900;
  font-size: 3rem;
  white-space: nowrap;
  color: #fff !important;
  max-width: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  padding: 10px 50px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  outline: none;
  /*背景の色と形状*/
  background: -webkit-gradient(linear, right top, left top, from(#1cb6ff), color-stop(25%, #02aeff), color-stop(51%, #009de8), to(#008cce));
  background: linear-gradient(270deg, #1cb6ff 0%, #02aeff 25%, #009de8 51%, #008cce 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 960px) {
  .contact-band-btn {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}

@media screen and (max-width: 960px) {
  .contact-band-btn {
    padding: 5px 25px;
  }
}

.contact-band-btn i {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}

.contact-band-btn:hover {
  color: #fff;
  background-position: 99% 50%;
}

.contact-band-btn:hover i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cf-tel-number {
  color: #1c2649;
  font-weight: 900;
  font-size: 4rem;
}

@media screen and (max-width: 960px) {
  .cf-tel-number {
    font-size: clamp(12px, 2rem, 2rem);
  }
}

.cf-tel-number i {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}

.cf-tel-number:hover {
  opacity: 1;
}

.cf-tel-number:hover i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.privacy-check a {
  display: block;
}

.thanks .btn.btn01 {
  margin: auto;
  color: #fff;
  text-align: center;
}

.thanks .btn.btn01:hover {
  color: #008cce;
}

.thanks .btn.btn01:hover svg path {
  fill: #008cce;
}
