html {
    font-size: 62.5%;
    letter-spacing: 0.1rem;
     width: 100%;
}

body {
    overflow-x: hidden;
    background-color: #FFFBFB;
}

 #loading {
  transition: all 1s;
  background-color: #eee;
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
}
.spinner {
  width: 200px;
  height: 200px;
}

/* ローディング完了したらローディング画面を隠す */
.loaded {
  opacity: 0;
  transition: 2s;
  visibility: hidden;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

@media (max-width: 768px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }
}

@media(max-width: 1100px) {

}
/*----------common----------*/
main {
    width: 100%;
}

p {
    font-family: Zen Kaku Gothic New;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #505A5F;
}

.inner__wrap {
    width: 1100px;
    margin: 0 auto;
}

.contents {
    margin-bottom: 120px;
}

.column {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}

.title {
    color: #176F94;
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    font-style: normal;
    font-size: 5.7rem;
    letter-spacing: 0.7rem;
    line-height: 7.6rem;
}

.section__ttl {
    font-family: Roboto;
    font-size: 15.5rem;
    font-weight: 900;
    margin-top: 50px;
}


h2 {
    font-family: Zen Kaku Gothic New;
    font-size: 3.6rem;
    font-weight: 700;
    color: #00A5BE;
    margin-bottom: 45px;
}

.btn {
    background-color: #176F94;
    border-radius: 30px;
    color: #fff;
    font-family: Zen Kaku Gothic New;
    font-weight: 400;
    font-size: 1.6rem;
    padding: 18px 80px 18px 75px;
    position: relative;
    text-decoration: none;
    text-align: left;
}

.btn::after {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 40px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.btn:hover {
    background: #00A5BE;
    transition: 0.6s;
}

.link {
    text-decoration: none;
}
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
/* @media(max-width: 1100px) {
  .inner__wrap {
    width: 768px;
}
} */

@media (max-width: 768px) {
    .column {
        margin-bottom: 0px;
    }
   
    .contents {
        margin-bottom: 50px;
    }
    .inner__wrap {
        width: 335px;
        margin: 0 auto;
    }
    .title {
        font-size: 3.6rem;
        line-height: 5.4rem;
        letter-spacing: 0.4rem;
    }
    .section__ttl {
        font-size: 7.5rem;
        text-align: center;
        margin-top: 30px;
    }
    h2 {
        font-size: 2.4rem;
        text-align: center;
        margin-bottom: 25px;
    }
    .sp_whitespace {
        margin-bottom: 25px;
    }
    .sp_vertical {
        display: block;
    }
}
/*----------index.html----------*/

/*---------- header----------*/
.header_brock {
  width: 100vw;
}
header {
  width: 100vw;
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 10;
}

.header__logo {
  width: 417px;
  height: auto;
  margin: 30px auto auto 50px;
}

.header__menu {
  display: flex;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100px;
  width: 100%;
  box-shadow: 0px 10px 10px -6px rgba(0, 165, 190, 0.3);
}

.menu__content {
  display: flex;
}

.menu__content a {
  font-family: Roboto;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  color: #505A5F;
}

.menu__content ul {
  display: flex;
  margin-top: 40px;
  margin-right: 50px;
  margin-left: auto;
}

.menu__content li {
  margin-left: 66px;
}
/* header_btn */
.shop__btn {
 background: #00A5BE;
 width: 100px;
 height: 100px;
  position: relative;
  box-shadow: 0px 10px 10px -6px rgba(0, 165, 190, 0.3);
}

.shop__btn a {
  text-decoration: none;
  font-family: Roboto;
  font-size: 1.4rem;
  position: absolute;
  top: 40px;
  left: 30px;
  color: #fff ;
}

.shop_btn_inner {
  text-align: center;
}
.contact__btn {
  display: inline-block;
  width: 180px;
  height: 165px; 
  border-radius:0 0 0 50px ;
  background-color: #176F94;
  text-align: center;
  position: relative;
}

.indention {
  position: absolute;
  top: 80px;
  left: 55px;
  text-align: center;
  line-height:1.8rem;
}

.contact__btn a::before {
  content: '';
  display: inline-block;
  position: absolute;
  background-image: url(../img/mail_icon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 16px;
  top: 50px;
  left: 80px;
}

.contact__btn a {
  text-align: center;
  font-family: Roboto;
  font-size: 1.4rem;
  color: #fff;
}

.header__btn {
  display: flex;
}

@media (max-width: 768px) {
  .header_brock_sp {
      display: flex;
  }
  .header__logo__sp {
      width: 100vw;
      height: 50px;
      background-color: rgba(255, 255, 255, 0.8);
      box-shadow: 0px 10px 10px -6px rgba(0, 165, 190, 0.3);
  }
  .header__logo__sp img{
      width: 250px;
      margin: 15px auto auto 20px;
      }
  .sp_nav {
      width: 100vw;
      position: fixed;
      top: 50px;
      left: 0;
  }
  .sp_nav li {
      text-align: left;
      padding: 20px;
      border-bottom: 1px solid #E8EBF2;
  }
  .sp_nav__list {
      background:  rgba(255, 255, 255, 0.8);
      transform: translateX(100%);
      transition: .5s;
      /* background: #fff; */
  }
  .sp_nav__list a {
      color: #505A5F;
      font-family: Roboto;
      font-size: 1.6rem;
      font-weight: 600;
      letter-spacing: 0.8px;
  }
  .sp__menu__cta {
      display: flex;
  }
  .sp__menu__cta li {
      width: 50vw;
  }
  .sp__menu__cta a {
      color: #fff;
      display: block;
  }
  .sp__menu__cta li:first-child {
      background: #00A5BE;
      position: relative;
  }
  .sp__menu__cta li:first-child::after {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background-image: url(../img/shopcart_icon.svg);
      background-repeat: no-repeat;
      position: absolute;
      top: 18px;
      left: 145px;
  }
  .sp__menu__cta li:last-child {
      background: #176F94;
      position: relative;
  }
  .sp__menu__cta li:last-child::after {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background-image: url(../img/mail_icon.svg);
      background-repeat: no-repeat;
      position: absolute;
      top: 22px;
      left: 145px;
  }

  .menu_icon {
      background: #176F94;
      height: 70px;
      width: 70px;
      border-radius: 0 0 0 20px;
      position: relative;
      top: 0;
      right: 0;
      z-index: 15;
      }
  .menu_icon span {
      position: absolute;
      left: 20px;
      width: 30px;
      height: 2px;
      background-color: #fff;
   }
  .menu_icon span:first-of-type {
      top: 24px;
  }
  .menu_icon span:nth-of-type(2) {
      top: 34px;
  }
  .menu_icon span:last-of-type {
      top: 44px;
  }
  .menu_icon.active span:first-of-type{/* ハンバーガーメニューの1番目の線 */
      top: 50%;
      transform: rotate(45deg);
    }
    .menu_icon.active span:nth-of-type(2){/* ハンバーガーメニューの2番目の線 */
      opacity: 0;/* 透明にする */
    }
    .menu_icon.active span:last-of-type{/* ハンバーガーメニューの3番目の線 */
      top: 50%;
      transform: rotate(-45deg);
    }
    .sp_nav__list.active{
      transform: translateX(0); 
    }
    /* .floating__shop__btn {
      background: #00A5BE;
      border-radius: 10px 0 0 10px;
      width: 25px;
      height: 100px;
      position: relative;
      margin-bottom: 15px;
    }
    .floating__shop__btn li::before{
      content: '';
      display: block;
      width: 15px;
      height: 15px;
      background-image: url(../img/shopcart_icon.svg);
      background-repeat: no-repeat;  
      position: absolute;
      top: 45px;
      left: 5px;
      }
      .floating__contact__btn {
          background: #176F94;
          border-radius: 10px 0 0 10px;
          width: 25px;
          height: 100px;
          position: relative;
        }
        .floating__contact__btn li::before{
          content: '';
          display: block;
          width: 15px;
          height: 15px;
          background-image: url(../img/mail_icon.svg);
          background-repeat: no-repeat;  
          position: absolute;
          top: 45px;
          left: 5px;
          }
          .floating_cta {
              position: fixed;
              top:100vw;
              right: 0;
          } */
  
}

/*---------- headerここまで----------*/


/*----------FirstVew----------*/
/*FV画像  */
.fv {
  width: 100vw;
  position: relative;
  margin-bottom: 8.785vw;
}
  
.fv__main__v {
  width: 65vw;
  position: absolute;
  top: 3vw;
  right: 0;
  animation: slideinRight 4s;
}
  @keyframes slideinRight {
      0% {
        transform: translateX(100px);
        opacity: 0;
      }
      100% {
        transform: translateX(0);
      }
}

.fv__main__sub {
  width: 50vw;
  position: absolute;
  top: 32vw;
  z-index: 1;
  animation: slideinLeft 4s;
}

@keyframes slideinLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
}

.fv__backgraund__img {
  width: 100vw;
}

/* イラスト */
.fv__illust {
  width: 18vw;
  position: absolute;
  top: 48vw;
  left:78vw ;
  animation: slideinBottom 4s;
}

@keyframes slideinBottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
}

/* FVキャッチコピー */
.fv__copy {
  position: absolute;
  top: 18vw;
  left:4vw;
  animation: slideinTop 4s;
}

@keyframes slideinTop {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
}

.fv__subcopy {
  color: #176F94;
  font-size: 1.757vw;
  font-weight: 500;
}

.sub__emphasis {
  font-size: 2.635vw;
  color: #00A5BE;
  font-weight: 500;
}

.sub__emphasis__en {
  font-size: 3vw;
  font-weight: 500;
  font-family: Roboto;
  color: #00A5BE;
}

.fv__maincopy {
  font-size: 3.66vw;
  font-weight: 500;
  margin-top:3.294vw;
  letter-spacing: 0.4rem;
}

.main__emphasis {
  font-size: 4.978vw;
  font-weight: 500;
  letter-spacing: 0.4rem;
}
/* scroll*/
.scrolldown {
  position: absolute;
  left: 50vw;
  top: 55.5vw;
  height: 100px;
}
.scrolldown span{
  position: relative;
  font-family: Roboto;
  font-weight: 400;
  color: #176F94;
  font-size: 1.6rem;
}

.scrolldown ::after {
  content: '';
  position: absolute;
  top: 26px;
  left: 50%;
  right: 50%;
  width: 2px;
  height: 70px;
  background: #176F94;
  animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
}


@keyframes pathmove {
  0%{
      height: 0;
      top: 1.903vw;
      opacity: 0;
  }

  30%{
      height: 5.124vw;
      opacity: 1;
  }

  100%{
      height: 0;
      top: 2.196vw;
      opacity: 0;
  }
}

@media (max-width: 768px) {
  .fv {
      margin-bottom: 13.333vw;
  }
  .fv__main__v {
      width: 93.333vw;
      height: auto;
      top: 51.467vw;
  }
  .fv__main__sub {
      width: 80vw;
      height: auto;
      top: 107.733vw;
  }
  .fv__illust {
      width: 32vw;
      height: auto;
      top: 151.2vw;
      left: 5.333vw;
  }
  .fv__copy {
      top: 26.667vw;
      left: 10.933vw;
  }
  .fv__subcopy {
      font-size: 1.6rem;
      text-align: center;
  }
  .sub__emphasis {
      font-size: 2.4rem;
  }
  .sub__emphasis__en {
    font-size: 6vw;
  }
  .fv__maincopy {
      font-size: 2.4rem;
      margin-top: 2.667vw;
      text-align: center;
  }
  .main__emphasis {
      font-size: 3.6rem;
  }
  .scrolldown {
      top: 149.333vw;
      left: 44vw;
  }

  @keyframes pathmove {
    0%{
        height: 0;
        top: 6.933vw;
        opacity: 0;
    }

    30%{
        height: 18.667vw;
        opacity: 1;
    }

    100%{
        height: 0;
        top: 8vw;
        opacity: 0;
    }
}
}

.fadeIn{
  animation-name:fadeInAnime;
  animation-duration:4s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeInAnime{
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }


/*----------FirstVewここまで----------*/
/*----------top_ABOUT----------*/
.top_about__contents {
    position: relative;
}
.top_about__contents::before{
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background:  #3A5BA7;
    filter: blur(150px);
    left: 0px;
    z-index: -1;
    opacity: 0.3;
}
.top_about__contents::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background:  #00A5BE;
    filter: blur(150px);
    top: 109px;
    left: 966px;
    z-index: -1;
    opacity: 0.3;
}
.top_about__inner {
    position: relative;
}

.top_about__img {
    width: 505px;
}
.top_about__ttl {
    color: #E8EBF2;
}

h1 {
    width: 540px;
    position: absolute;
    top: 95px;
}

.title span {
    font-family: Roboto;
}

.top_about__description {
    width: auto;
    position: absolute;
    top: 350px;
}

.top_about__subcontent {
    position: relative;
}

.top_about__btn {
    position: absolute;
    top: 198px;
    left: 0;
}

.top_about__caption {
  margin-top: 100px;
  position: relative;
  width: 660px;
  height: 336px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 45px;
  border-radius: 30px;
  z-index: 5;
}

.top_about__proto__ttl {
    font-size: 2.4rem;
    color: #505A5F;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 600;
    border-bottom: 5px solid #00A5BE;
    width: 120px;
    height: 32px;
    margin: 0 auto;

}
.top_about__caption::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background:  #00A5BE;
    filter: blur(150px);
    top: 130px;
    left: -200px;
    z-index: -1;
    opacity: 0.6;
}

.top_about__caption::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background:  #3A5BA7;
    filter: blur(150px);
    top: 100px;
    left: 966px;
    z-index: -1;
    opacity: 0.3;

}

.top_about__caption h3{
    text-align: center;
}

.top_about__caption__introduction {
    text-align: left;
    width: 570px;
    margin: 0 auto;
}
.top_about__caption h3 {
    margin-bottom: 45px;
}
.top_about__caption h2 {
    text-align: center;
    margin-top: 45px;
}
.top_about__cap__img li{
    position: relative;
}

.top_about__cap__img ul {
    width: 885px;
    margin: 45px auto 20px;
}

.top_about__cap__img p {
    color: #fff;
    text-align: center;
    position: absolute;
    width: 190px;
    height: auto;
    top: 190px;
    left: 37px;
}

.top_about__notes {
    color: #505A5F;
    text-align: left;
    width: 885px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .sp_vertical {
        display: block;
    }
    h1 {
        position: initial;
        width: 335px;
        margin-bottom: 25px;
    }
    .top_about__img {
        width: 335px;
    }
    .top_about__ttl {
        margin-top: 50px;
    }
    .top_about__description {
        position: initial;
    }
    .top_about__btn {
        position: absolute;
        top: 195px;
        left: 28px;
    }
    .top_about__subcontent {
        position: relative;
    }
    .sp_reverse {
        flex-direction: column-reverse;
    }
    .top_about__caption h3 {
        margin-bottom: 25px;
    }
    .top_about__caption__introduction{
        text-align: left;
        margin-bottom: 50px;
        width: 300px;
    }
    .top_about__caption h2  {
       margin:0 auto 25px auto;
       line-height: 3.6rem;    
      }
    .top_about__caption {
      margin-top: 90px;
      position: relative;
      width: 335px;
      height: auto;
      padding: 20px;
      border-radius: 30px;
      margin-bottom: 50px;
    }
    .top_about__proto__ttl {
  font-size: 2.2rem;
  width: 140px;
    }

    .top_about__cap__img img{
        width: 335px;
        height: auto;
    }
    .top_about__cap__img ul {
        display: block;
        margin: 0 auto;
        width: 335px;
    }
    .top_about__cap__img li {
        margin-bottom: 25px;
    }
    .top_about__cap__img p {
        top: 180px;
        left: 72px;
    }
    .top_about__notes {
        width: 335px;
    }
    .top_about__contents::before {
        width: 200px;
        height: 200px;
        top: 0;
    }
    .top_about__contents::after {
        width: 200px;
        height: 200px;
        top: 400px;
        left: 175px;
    }
    .top_about__caption::before {
        width: 200px;
        height: 200px;
        left: 155px;
        top: 0;
        background: #3A5BA7;
    }
    .top_about__caption::after {
        width: 200px;
        height: 200px;
        left: 0;
        top: 588px;
    }
}

/*----------top_ABOUT ここまで----------*/

/*---------top_SERVICE----------*/
.top_service {
    margin-bottom: 35px;
}

.top_service__inner {
    position: relative;
}

.top_service__lead {
    color: #fff ;
}


.top_service__ttl {
    margin-bottom: 60px;
}

.bg {
    margin-top: -120px;
    width: 100vw;
    height: 1015px;
}

.top_service__img {
    width: 1100px;
}


.top_service__inner__ttl {
    font-size: 3.6rem;
    font-weight: 900;
    margin-bottom: 20px;
}

.top_service__inner__description {
    position: initial;
    width: 276px;
}

.top_service__contents {
    position: absolute;
    top: 120px;
}

.top_service__inner__contents {
    margin: 0 30px 45px;
}

.top_service__img img {
    border-radius: 30px 30px 0 100px;
    margin-bottom: 45px;

}

.top_service__block {
    background-color: #fff;
    border-radius: 50px;
}

.top_service__block {
    position: relative;
}

.top_service__number {
    font-family: Roboto;
    font-size: 4.8rem;
    color: #176F94;
    font-weight: 900;
    position: absolute;
    top: -33px;
    left: 140px;
}

.top_service__btn {
    position: absolute;
    top: 750px;
    left: 388px;
}

@media (max-width: 768px) {
    .top_service__img {
        width: 335px;
        display: block;
    }
    .top_service__contents  {
        top: 50px;
    }
    .bg {
        margin-top: -100px;
        width: 100vw;
        height: auto;
    }
    .top_service__lead {
        text-align: left;
    }
    .top_service__btn {
        position: relative;
        top: 5px;
        left: 6px;
    }
    .top_service__img img {
        margin-bottom: 25px;
    }
    .top_service__ttl {
        margin-bottom: 40px;
    }
    .top_service__inner__ttl {
        font-size: 3.2rem;
    }
    .top_service__inner__contents {
        margin: 0 25px;
    }
    .top_service__block {
        padding-bottom: 25px;
        margin-bottom: 43px;
    }

}

/*---------top_SERVICEここまで----------*/

/*---------top_online_shop_CTA----------*/
.top_shopcta__container {
    width: 960px;
    height: auto;
    margin: 0 auto;
    padding: 45px 0;
    background: linear-gradient(84deg, rgb(0, 165, 190), rgb(99, 125, 175));
    border-radius: 40px;
}

.top_shopcta__inner {
    width: 870px;
    height: auto;
    margin: 0 auto;
}

.top_shopcta__lead {
    font-family: Roboto;
    font-size: 6.4rem;
    font-weight: 900;
    color: #F4EFF0;
    opacity: 0.6;
    margin: 12px 0 30px 0;
}

.top_shopcta__contents {
    font-size: 4.0rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.top_shopcta__description {
    color: #fff;
}

.top_shopcta__btn {
    margin: auto 0;
}

.top_shopcta__btn a{
    color: #176F94;
    background: #FCCA4F;
    border-radius: 30px;
    font-family: Zen Kaku Gothic New;
    font-weight: 400;
    font-size: 1.6rem;
    position: relative;
    padding: 18px 87px 19px 100px;
    text-decoration: none;
    text-align: left;
    width: 276px;
}

.top_shopcta__btn a::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../img/shopcart.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    left: 75px;
}

.top_shopcta__btn a:hover::before {
    background-image: url(../img/shopcart_white.svg);
}

.top_shopcta__btn a::after {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #176F94;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 40px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.top_shopcta__btn a:hover::after {
    border-color: transparent transparent transparent #fff;
    transition: 0.6s;
}

.top_shopcta__btn a:hover {
    color: #fff;
    background:#00A5BE;
    transition: 0.6s;
}

@media (max-width: 768px) {
    .top_shopcta__inner {
        display: block;
        width: 335px;
    }
    .top_shopcta__container {
        width: 335px;
        padding: 25px 0;
    }
    .top_shopcta__lead {
        font-size: 3.6rem;
        margin: 0 0 10px 0;
        text-align: center;
        width: 335px;
    }
    .top_shopcta__contents {
        font-size: 3.2rem;
        text-align: center;
        line-height: 4.2rem;
        margin-bottom: 25px;
        width: 335px;
    }
    .top_shopcta__txt {
        width: 335px;
    }
    .top_shopcta__description {
        width: 285px;
        margin: 0 auto;
    }
    .top_shopcta__btn {
        width: 277px;
        margin: 45px 0 25px 0;

    }
    .top_shopcta__btn a {
        font-size: 1.4rem;
        left: 30px;
    }
}

/*---------top_online_shop_CTAここまで----------*/

/*---------footer----------*/
.footer_link img {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.footer_link:hover {
  opacity: 0.5;
  transition: 1s;
}
.footer__menu {
    font-family: Roboto;
    font-size: 1.4rem;
    color: #176F94;
}

.footer__nav__contents {
    width: 330px;
    margin: 45px auto;

}

.footer__container {
    background: #176F94;
    width: 100%;
    height: 189px;

}

.footer__contents {
    width: 350px;
    margin: 0 auto;
    padding-top: 45px;
}

.footer__container p {
    color: #fff;
    font-size: 3.2rem;
    text-align: center;
}

.footer__inner {
    margin-bottom: 45px;
}

.cresit {
    color: #fff;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .footer__nav__contents {
        margin: 25px auto;
        width: 270px;
    }
    .footer__container p {
        font-size:  2.4rem;
    }
    .footer__contents {
        padding-top: 25px;
    }
    .footer__inner {
        margin-bottom: 25px;
    }
    .footer__container {
        height: 118px;
    }
}
/*---------footerここまで----------*/

/*----------about_pageはじまり----------*/
/*----------about_us----------*/
.about_about__contents {
    padding-top: 146px;
    position: relative;
  }
  
  .about_about__contents::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: var(--K-BlueGreen, #00a5be);
    filter: blur(150px);
    top: 285px;
    left: 0px;
    z-index: -1;
    opacity: 0.3;
  }
  
  .about_about__contents::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: var(--K-BlueGreen, #3A5BA7);
    filter: blur(150px);
    top: 529px;
    right: 0px;
    z-index: -1;
    opacity: 0.2;
  }
  
  .about_section__ttl {
    margin-top: 120px;
    color: #176f94;
    line-height: 1;
    letter-spacing: 7.75px;
    margin-bottom: 2px;
  }
  
  .about_top__contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
  }
  
  .about_top__ttl {
    line-height: 54px;
    letter-spacing: 1.8px;
    margin-bottom: 24px;
  }
  
  .about_top__icon {
    width: 180px;
    height: 94.645px;
  }
  
  .about_sub__contents {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: start;
    gap: 45px;
  }
  
  .about_sub_text {
    max-width: 484px;
    letter-spacing: 0.8px;
  }
  
  .about_text__top,
  .about_text__middle {
    margin-bottom: 24px;
  }
  
  .about_sub__img {
    margin-right: 31px;
    width: 540px;
    height: 328.52px;
    position: relative;
  }
  
  .about_sub__img::after {
    content: "";
    position: absolute;
    width: 550px;
    height: 340px;
    border-radius: 50px;
    background: linear-gradient(
      245deg,
      rgba(0, 165, 190, 0.6) 8%,
      rgba(241, 243, 247, 0.6) 92%
    );
    top: -34px;
    right: -31px;
    z-index: -1;
  }
  
  .about_sub__img__sp {
    display: none;
  }
  
  .about_top__ttl__br {
    display: none;
  }
  
  @media (max-width: 768px) {
  .about_about__contents {
      padding-top: 143px;
      margin-bottom: 68px;
    }
    .about_section__ttl {
      text-align: left;
      margin-top: 0;
      font-size: 48px;
      font-weight: 900;
      line-height: 0px;
      letter-spacing: 2.4px;
      margin-bottom: 28px;
    }
  
    .about_about__contents::before {
      display: none;
    }
  
    .about_about__contents::after {
      width: 200px;
      height: 200px;
      fill: var(--K-BlueGreen, #00A5BE);
      opacity: 0.3;
      filter: blur(150px);
      top: 130px;
    }
  
    .about_top__contents {
      display: block;
      margin-bottom: 60px;
    }
  
    .about_top__ttl {
      text-align-last: left;
      font-size: 24px;
      font-weight: 700;
      line-height: 36px; /* 150% */
      letter-spacing: 1.2px;
      margin-bottom: 17px;
    }
  
    .about_top__ttl__br {
      display: block;
    }
  
    .about_top__icon {
      width: 100px;
      height: 52.581px;
      margin-left: auto;
    }
  
    .about_sub__contents {
      display: block;
    }
  
    .about_sub__img {
      display: none;
    }
  
    .about_sub__img__sp {
      display: block;
      width: 318.054px;
      height: 193.52px;
      border-radius: 70px;
      position: relative;
      margin-bottom: 18px;  
    }
  
    .about_sub__img__sp::after {
      content: "";
      position: absolute;
      width: 323px;
      height: 200px;
      border-radius: 50px;
      background: linear-gradient(245deg, rgba(0, 165, 190, 0.60) 9.19%, rgba(241, 243, 247, 0.60) 80.2%);
      top: -20px;
      right: -17px;
      z-index: -1;
    }
  
    .about_sub_text {
      letter-spacing: 0.9px;
    }
  
    .about_text__top {
      margin-bottom: 0px;
      display: inline;
    }
    .about_text__middle {
      margin-bottom: 0px;
      display: inline;
      margin-left: -6px;
    }
  
    .about_text__bottom {
      letter-spacing: 0.8px;
    }
  }
  /*----------about_us ここまで----------*/
  
  /*----------company----------*/
  
  .about_section__company__ttl {
    margin-top: 0;
    color: #176f94;
    line-height: 1;
    letter-spacing: 7.75px;
    margin-bottom: 11px;
  }
  
  .about_company__top {
    letter-spacing: 1.8px;
    margin-bottom: 42px;
  }
  
  .about_company__table {
    width: 1100.5px;
    margin-bottom: 38px;
    font-family: "Zen Kaku Gothic New";
    color: #505a5f;
  }
  
  .about_company__table tr {
    display: flex;
    justify-content: space-between;
  }
  
  .about_company__table th {
    width: 21%;
    font-weight: 900;
    line-height: 1;
    padding: 42.5px 0;
    font-size: 16px;
    border-bottom: #176f94 solid 2px;
  }
  
  .about_company__table td {
    width: 79%;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    padding: 42.5px 0;
    letter-spacing: 0.8px;
    border-bottom: #e8ebf2 solid 2px;
  }
  
  .about_company__table span {
    letter-spacing: 1.1px;
  }
  
  .about_company__text {
    font-size: 16px;
    font-family: "Zen Kaku Gothic New";
    letter-spacing: 0.9px;
    color: #333;
  }
  
  @media screen and (max-width: 768px) {
    .about_section__company__ttl {
      text-align: left;
      margin-top: 0;
      font-size: 48px;
      font-weight: 900;
      line-height: 0px;
      letter-spacing: 2.4px;
      margin-bottom: 25px;
    }
  
    .about_company__top {
      text-align-last: left;
      font-size: 24px;
      font-weight: 700;
      line-height: 36px;
      letter-spacing: 1.2px;
      margin-bottom: 28px;
    }
  
  
    .about_company__table {
      width: 335px;
    }
  
    .about_company__table tr {
      display: block;
    }
    
    .about_company__table th {
      display: block;
      padding: 0;
      border: none;
  
    }
  
    .about_company__table td {
      display: block;
      padding: 0;
      border-bottom: solid 2px #E8EBF2;
      width: 100%;
      line-height: 55px;
      margin-bottom: 25px;
      padding-bottom: 3px;
    }
  
    .about_company__table span {
      display: block;
      margin-top: -30px;
      letter-spacing: 0.8px;    
    }
  
    .about_company__table tr:nth-child(2) td {
      margin-bottom: 22px;
    }
    .about_company__table tr:nth-child(3) td {
      margin-bottom: 22px;
    }
    .about_company__table tr:nth-child(4) td {
      margin-bottom: 22px;
    }
    .about_company__table tr:nth-child(6) td {
      margin-bottom: 8px;
    }
  
    .about_company__text {
      display: none;
    }
  }
   /*----------company ここまで----------*/
/*----------about_pageここまで----------*/

/*--------- service_page----------*/
/*----------service----------*/
.service_top__contents {
    position: relative;
  }
  
  .service_top__contents::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 400px;
    opacity: 0.2;
    left: -50px;
    top: 230px;
    background: var(--K-BlueGreen, #00a5be);
    filter: blur(100px);
    z-index: -1;
  }
  
  .service_top__contents {
    padding-top: 146px;
    margin-bottom: 90px;
  }
  
  .service_top__column {
    margin-bottom: 90px;
  }
  
  .service_service__ttl {
    margin-top: 120px;
    color: #176f94;
    line-height: 1;
    letter-spacing: 7.75px;
    margin-bottom: 8.5px;
  }
  
  .service_top__ttl {
    margin-bottom: 0px;
  }
  
  .service_top__li {
    flex-direction: row-reverse;
  }
  
  .service_top__icon {
    margin-top: auto;
    width: 180px;
    height: 94.645px;
  }
  
  
  .service_top__list li {
    margin-bottom: 45px;
  }
  .service_top__list li:nth-of-type(2) {
    margin-bottom: 45px;
  }
  
  .service_top__img {
    width: 50%;
  }
  
  .service_top__text {
    width: 45.9%;
  }
  
  .service_top__ctt {
    color: #176f94;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 37px;
    display: inline-block;
    position: relative;
  }
  
  .service_top__ctt::before {
    content: "01";
    position: absolute;
    right: -78px;
    font-size: 48px;
    color: #176f94;
    font-family: Roboto;
  }
  .service_top__ctt::after {
    content: "";
    position: absolute;
    width: 89px;
    height: 2px;
    background-color: #176f94;
    left: 0;
    bottom: -3px;
  }
  
  .service_top__genkei__ttl {
    color: var(--K-black, #505a5f);
    font-family: "Zen Kaku Gothic New";
    font-size: 57px;
    font-weight: 700;
    margin-bottom: 17px;
    letter-spacing: 5.7px;
  }
  
  .service_top__genkei__txt {
    width: 505px;
    height: 59px;
    color: var(--K-black, #505a5f);
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.8px;
    margin-bottom: 55px;
  }
  
  .service_top__genkei__price {
    color: var(--K-BlueGreen, #00a5be);
    font-family: Roboto;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1.8px;
    margin-bottom: 10px;
  }
  
  .service_top__genkei__dl {
    margin-bottom: 8px;
    font-weight: 700;
  }
  
  .service_top__genkei__samp {
    margin-bottom: 8px;
    letter-spacing: 0.9px;
    font-weight: 700;
  }
  
  .service_top__genkei__fee {
    color: var(--K-black, #505a5f);
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: 0.8px;
    margin-left: 50px;
    letter-spacing: 0.8px;
  }
  
  .service_top__genkei__fee span {
    margin-left: 25px;
  }
  .service_special__span {
    margin-left: 0px;
  }
  
  .service_top__ctt__second::before {
    content: "02";
  }
  .service_top__ctt__third::before {
    content: "03";
  }
  
  .service_top__genkei__txt__third br {
    display: none;
  }
  
  @media (max-width: 768px) {
  .service_top__contents {
    padding-top: 143px;
    margin-bottom: 44px;
  }
  
  .service_top__contents::before {
    width: 200px;
    height: 200px;
    top: 100px;
  }
  
    .service_service__ttl {
      text-align: left;
      margin-top: 0;
      font-size: 48px;
      font-weight: 900;
      line-height: 0px;
      letter-spacing: 2.4px;
      margin-bottom: 28px;
    }
  
    .service_top__ttl {
      text-align: left;
      font-size: 24px;
      font-weight: 700;
      line-height: 36px;
      letter-spacing: 1.2px;
      margin-bottom: 0px;
    }
  
    .service_top__column {
      display: block;
      margin-bottom: 33px;
    }
  
    .service_top__icon {
      width: 100px;
      height: 52.581px;
      margin-left: auto;
    }
  
    .service_top__li ,
    .service_top__li__sp {
      display: block;
    }
  
    .service_top__text {
      width: 100%;
    }
  
    .service_top__genkei__txt {
      width: 100%;
      height: auto;
      margin-bottom: 16px;
    }
  
    .service_top__ctt {
      font-size: 14px;
      margin-bottom: 7px;
    }
  
    .service_top__ctt::before {
      font-size: 24px;
      right: -39px;
    }
  
    .service_top__ctt::after {
      width: 53.284px;
      bottom: 2px;
    }
  
    .service_top__genkei__ttl {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 3.2px;
    margin-bottom: -4px;
    }
    .service_top__genkei__txt br {
      display: none;
    }
  
    .service_top__genkei__price {
      font-size: 24px;
      letter-spacing: 1.2px;
      margin-bottom: -2px;
    }
  
    .service_top__genkei__dl {
      margin-bottom: -2px;
    }
  
    .service_top__genkei__samp {
      margin-bottom: -2.5px;
      letter-spacing: 0.8px;
      
    }
  
    .service_top__genkei__fee {
     margin-left: 10px;
    }
  
    .service_top__genkei__fee {
      margin-bottom: 17px;
      margin-left: 40px;
    }
  
    .service_top__genkei__fee span {
      margin-left: 11px;
    }
  
    .service_top__img {
      width: 100%;
      height: 220px;
    }
  
    .service_top__list li {
      margin-bottom: 34px;
    }
  
  .service_top__genkei__txt__second, 
  .service_top__genkei__txt__third {
    margin-bottom: 17.5px;
  }
  
  .service_top__genkei__fee__second span ,
  .service_top__genkei__fee__third span {
    display: block;
    margin-top: -3px;
    margin-left: 0px;
  }
  
  .service_top__list li:nth-of-type(2) {
    margin-bottom: 35px;
  }
  
  .service_top__genkei__txt__third br {
    display: block;
  }
  
  .service_top__list li:nth-of-type(3) {
    margin-bottom: 0px;
  }
  }
  
  
  /* -----service 終わり------ */
  /* -----ご依頼の流れ------ */
  .service_flow__contents {
    position: relative;
  }
  
  .service_flow__contents::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 400px;
    opacity: 0.4;
    left: -10px;
    background: var(--K-BlueGreen, #00a5be);
    filter: blur(100px);
  }
  
  .service_flow__contents::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 400px;
    opacity: 0.2;
    background: var(--b-blue, #3a5ba7);
    filter: blur(150px);
    right: 0px;
    top: 800px;
    z-index: -1;
  }
  
  .service_flow__inner {
    width: 1000px;
    margin: 0 auto;
  }
  
  .service_flow__ttl {
    text-align: center;
    color: var(--K-Dblue, #176f94);
    font-size: 57px;
    font-weight: 700;
    line-height: 76px;
    letter-spacing: 5.7px;
    margin-bottom: 29px;
    margin-right: 17px;
  }
  
  .service_flow__text {
    text-align: center;
    color: var(--K-black, #505a5f);
    font-weight: 500;
    letter-spacing: 0.1rem;
    margin-bottom: 40px;
  }
  
  .service_flow__wrap {
    position: relative;
  }
  
  .service_flow__wrap::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 400px;
    opacity: 0.4;
    background: var(--K-BlueGreen, #00a5be);
    filter: blur(160px);
    bottom: 0px;
    left: 30%;
    z-index: -1;
  }
  
  .service_flow__img__wrap {
    width: 95px;
    height: 96px;
    border-radius: 10px;
    background: var(--K-GRAY, #f2f2f2);
    margin-right: 43px;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  .service_flow__img__first {
    width: 64.612px;
    height: 69px;
    margin: 13px 15px 13px 15px;
  }
  .service_flow__img__second {
    width: 58px;
    height: 65px;
    margin: 15px 18px 16px 19px;
  }
  .service_flow__img__third {
    width: 60px;
    height: 65px;
    margin: 15px 17px 16px 18px;
  }
  .service_flow__img__fourth {
    width: 64px;
    height: 65px;
    margin: 16px 15px 15px 16px;
  }
  .service_flow__img__fifth {
    width: 75px;
    height: 53px;
    margin: 22px 10px 21px;
  }
  
  .service_flow__img__sixth {
    width: 100%;
    height: 78px;
    margin-top: 18px;
    margin-bottom: 0px;
  }
  .service_flow__img__seventh {
    width: 95px;
    height: 96px;
    margin: 0;
  }
  
  .service_flow__list {
    padding: 40px 45px 0px 45px;
    border-radius: 30px;
    border: 1px solid #b4b4b4;
    background: var(--K-white, #fff);
    margin-bottom: 40px;
    justify-content: start;
    position: relative;
  }
  
  .service_flow__list:nth-of-type(2) {
    margin-bottom: 39px;
  }
  
  .service_flow__list:nth-of-type(3) {
    padding-top: 39px;
  }
  
  .service_flow__list:nth-of-type(4) {
    padding-top: 38.5px;
  }
  
  .service_flow__list:nth-of-type(5) {
    padding-top: 39px;
  }
  
  .service_flow__list:nth-of-type(7) {
    padding-top: 38px;
  }
  
  .service_flow__list::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 25px solid #377ba8;
    bottom: -25px;
    left: 46.5%;
    z-index: -1;
  }
  
  .service_flow__list:nth-of-type(7)::after {
    display: none;
  }
  
  .service_flow__top {
    padding: 34px 44px 26px 0px;
  }
  
  .service_flow__step,
  .service_flow__number {
    font-family: Roboto;
    color: #176f94;
  }
  
  .service_flow__step {
    margin-bottom: 14px;
    font-weight: 500;
    margin-left: 2px;
  }
  
  .service_flow__number {
    font-size: 40px;
    font-weight: 700;
  }
  
  .service_flow__bar {
    width: 2px;
    height: 120px;
    background-color: #a9c7d4;
    margin-right: 45px;
    margin-top: 3px;
  }
  
  .service_flow__title {
    color: var(--K-Dblue, #176f94);
    font-family: "Zen Kaku Gothic New";
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  
  .service_flow__txt {
    letter-spacing: 0.85px;
  }
  
  @media (max-width: 768px) {
  
    .service_flow__contents::before {
      width: 200px;
      height: 200px;
    }
    
    .service_flow__contents::after {
      width: 200px;
      height: 200px;
  
    }
  
    .service_flow__inner {
      width: 335px;
      margin: 0 auto;
    }
  
    .service_flow__ttl {
      font-size: 36px;
      letter-spacing: 3.6px;
      margin-left: 15px;
      line-height: 1;
      margin-bottom: 16px;
    }
  
    .service_flow__text {
      margin-bottom: 20px;
      text-align: left;
      letter-spacing: 0.8px;
    }
  
    .service_flow__text br {
      display: none;
    }
    
    .service_flow__list {
      display: block;
    }
  
    .service_flow__wrap::before {
      width: 200px;
      height: 200px;
      opacity: 0.8;
      top: 80%;
    }
  
    .service_flow__list {
      padding: 20px 24px 21px;
      margin-bottom: 27px;
    }
  
    .service_flow__list .column {
      justify-content: center;
      margin-bottom: 20px;
    }
  
    .service_flow__top {
    padding: 0;
    padding-right: 23px;
    padding-top: 3px;
    }
  
    .service_flow__step {
      font-size: 14px;
      letter-spacing: 0.7px;
      margin-bottom: 5px;
      margin-top: 2px;
    }
  
    .service_flow__number {
      font-size: 32px;
      margin-left: 2px;
    }
  
    .service_flow__bar {
      width: 1px;
      height: 60px;
      margin-right: 0;
      margin-left: 7px;
    }
  
    .service_flow__img__wrap {
      width: 60px;
      height: 60px;
      margin: 0;
      margin-left: 22px;
      margin-top: 3px;
    }
  
    .service_flow__img__first{
      width: 40.808px;
      height: 43.125px;
      margin: 8.75px 9.72px 8.13px 9.47px;
    }
  
    .service_flow__img__second {
      width: 40px;
      height: 45.948px;
      margin: 8.75px 10.5px 9.25px 11.25px;
    }
  
    .service_flow__img__third {
      width: 37.895px;
      height: 40.625px;
      margin: 9.38px 10.74px 10px 11.37px;
    }
  
    .service_flow__img__fourth {
      width: 40.421px;
      height: 40.625px;
      margin: 9.38px 9.47px 10px 10.11px;
    }
  
    .service_flow__img__fifth {
      width: 47.368px;
      height: 33.125px;
      margin: 13.12px 6.32px 13.75px;
    }
  
    .service_flow__img__sixth {
      width: 60px;
      height: 60px;
      margin-top: 0;
    }
  
    .service_flow__img__seventh {
      width: 60px;
      height: 59.172px;
      margin: 0;
    }
  
  
    .service_flow__top__second {
      padding-top: 11px;
      margin-bottom: 5px;
    }
  
    .service_flow__top__third {
      padding-top: 5px;
      margin-bottom: 5px;
    }
  
    .service_flow__top__fourth {
      padding-top: 7px;
      margin-bottom: 5px;
    }
  
    .service_flow__top__second .service_flow__step {
      margin-bottom: 0px;
    }
  
    .service_flow__title {
      font-size: 20px;
      letter-spacing: 1px;
      text-align: center;
      margin-bottom: 15px;
    }
  
    .service_flow__txt {
      line-height: 24px; /* 150% */
      letter-spacing: 0.7px;
    }
  
    .service_flow__txt br {
      display: none;
    }
  
    .service_flow__list::after {
      left: 38.5%;
    }
  
    .service_flow__second h3 {
      margin-left: -3px;
    }
  
    .service_flow__third h3 {
      margin-left: -10px;
    }
  
    .service_flow__fourth h3 {
      margin-left: 10px;
    }
  
    .service_flow__fifth h3 {
      margin-left: 3px;
    }
  
    .service_flow__sixth h3 {
      margin-left: 12px;
    }
  
    .service_flow__second p {
      letter-spacing: 0.8px;
    }
  
    .service_flow__fifth p {
      margin-left: 2px;
      letter-spacing: 0.8px;
    }
    .service_flow__list:nth-of-type(2) {
      padding: 20px 23px 20px;
      margin-bottom: 27px;
    }
  
    .service_flow__list:nth-of-type(3) {
      padding: 20px 24px 20px;
      margin-bottom: 27px;
    }
  
    .service_flow__list:nth-of-type(4) {
      padding: 20px 24px 19.5px;
      margin-bottom: 27px;
    }
  
    .service_flow__list:nth-of-type(5) {
      padding: 30px 21px 20px;
      margin-bottom: 27px;
    }
  
    .service_flow__list:nth-of-type(6) {
      padding: 22px 24px 20px;
      margin-bottom: 27px;
    }
  
    .service_flow__list:nth-of-type(7) {
      padding: 23px 24px 23px;
      margin-bottom: 27px;
    }
  }
  
  /* -----ご依頼の流れ 終わり------ */
  
  /* -----CASE------ */
  
  .service_case__contents {
    position: relative;
  }
  
  .service_case__contents::after {
    content: "";
    position: absolute;
    background-image: url(../img/service_case__bg.png);
    background-size: cover;
    width: 100vw;
    height: 750px;
    top: -134px;
    z-index: -1;
  }
  
  .service_case__ttl {
    color: var(--K-Dblue, #176f94);
    letter-spacing: 7.75px;
    margin-top: 165px;
    margin-bottom: 80.5px;
  }
  
  .service_top__ttl {
    letter-spacing: 1.8px;
  }
  
  .service_case__title {
    margin-bottom: 87px;
  }
  
  .service_case__column {
    gap: 44px;
  }
  
  .service_case__list p {
    text-align: center;
  }
  
  .service_case__img {
    width: 242px;
    height: 240px;
    border-radius: 20px;
    margin-bottom: 10px;
  }
  
  .service_case__img__sp {
    display: none;
  }
  
  @media (max-width: 768px) {
    .service_case__contents {
      padding-top: 46px;
      margin-bottom: 45px;
    }
  
    .service_case__ttl {
      font-size: 48px;
      line-height: 0px;
      letter-spacing: 2.4px;
      margin-top: 0;
      margin-bottom: 21px;
    }
  
    .service_case__title {
      margin-bottom: 33px;
      text-align: center;
    }
  
    .service_case__column {
      display: block;
    }
  
    .service_case__img {
      width: 250px;
      height: 188px;
    }
  
    .service_case__column {
      display: block;
    }
  
    .service_case__img {
      display: none;
    }
  
    .service_case__img__sp {
      display: block;
      width: 250px;
      height: 188px;
      border-radius: 20px;
      margin-bottom: 7px;
      margin-left: auto;
      margin-right: auto;
    }
  
    .service_case__list  {
      margin-bottom: 21px;
    }
  
    .service_case__text {
      margin-left: auto;
      margin-right: auto;
      margin-top: -2px;
    }
  
    .service_case__text p {
      text-align: left;
      letter-spacing: 0.8px;
    }
  
  
    .service_case__list br {
      display: none;
    }
  
    .service_case__contents::after {
      content: "";
      position: absolute;
      background-image: url(../img/service_case__bg__sp.png);
      background-size: cover;
      width: 100vw;
      height: 100%;
      top: -20px;
      z-index: -1;
    }
  }
  /*---------CASE ここまで----------*/
  /*--------- service_pageここまで----------*/

  /* ------------online shop_page----------- */
.onlineshop_top__contents {
    padding-top: 146px;
  }
  
  .onlineshop_ttl {
    margin-top: 120px;
    color: var(--K-Dblue, #176f94);
    line-height: 1;
    letter-spacing: 7.75px;
    margin-bottom: 10px;
  }
  
  .onlineshop_top__ttl {
    letter-spacing: 1.8px;
    font-weight: 900;
    margin-bottom: 80px;
  }
  
  .onlineshop_text {
    line-height: 24px; /* 150% */
    letter-spacing: 0.8px;
    margin-bottom: 41px;
  }
  
  .onlineshop_contents {
    background: linear-gradient(
      97deg,
      rgba(5, 164, 190, 0.5) 12.84%,
      rgba(96, 127, 176, 0.5) 77.54%
    );
  }
  
  .onlineshop_contents__inner {
    width: 1100px;
    margin: 0 auto;
  }
  
  .onlineshop_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 45px;
    padding: 45px 0px;
  }
  
  .onlineshop_box {
    border-radius: 20px;
    background: var(--K-BlueGreen, #00a5be);
    padding: 36px 53px 40px 53px;
  }
  
  .onlineshop_box__ttl {
    color: var(--K-white, #fff);
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.2px;
    margin-bottom: 18px;
  }
  
  .onlineshop_box__ttl__cn {
  color: var(--K-white, #FFF);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.2px;
  margin-bottom: 18px;
  }
  
  .onlineshop_cta__btn {
    margin: auto 0;
    width: 230px;
  }
  
  .onlineshop_cta__btn a {
    color: #176f94;
    background: #fcca4f;
    border-radius: 30px;
    font-family: Zen Kaku Gothic New;
    font-weight: 400;
    font-size: 1.6rem;
    position: relative;
    padding: 6px 92.08px 8px 75px;
    text-decoration: none;
    text-align: left;
    display: block;
  }
  
  .onlineshop_cta__btn a::after {
    content: "";
    background-image: url(../img/onlineshop_allow.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-25%);
  }
  
  .onlineshop_cta__btn a:hover::after {
      background-image: url(../img/onlineshop_allow__icon.png);
    transition: 0.6s;
  }
  
  .onlineshop_cta__btn a:hover {
    color: #fff;
    background: #176F94;
    transition: 0.6s;
  }
  
  .onlineshop_top__ttl br {
    display: none;
  }
  
  @media (max-width: 768px) {
  .onlineshop_top__contents {
    padding-top: 70px;
  }
  
  .onlineshop_ttl {
    margin-top: 74px;
    font-size: 48px;
    line-height: 0px;
    letter-spacing: 2.4px;
    margin-bottom: 27px;
    }
  
  .onlineshop_top__ttl {
    font-size: 24px;
    letter-spacing: 1.2px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 36px;
    text-align: left;
    }
  
    .onlineshop_top__ttl br {
      display: block;
    }
  
    .onlineshop_text {
      margin-bottom: 20px;
    }
  
    .onlineshop_text br {
      display: none;
    }
    
    .onlineshop_box {
      margin-bottom: 25px;
    }
  
    .onlineshop_box:nth-of-type(5) {
      margin-bottom: 0;
    }
  
  
  /* .onlineshop_contents {
    background: linear-gradient(97deg, rgba(5, 164, 190, 0.50) 12.84%, rgba(96, 127, 176, 0.50) 77.54%)
  ,
  linear-gradient(97deg, rgba(5, 164, 190, 0.50) 12.84%, rgba(96, 127, 176, 0.50) 77.54%)
  ,
  linear-gradient(97deg, rgba(5, 164, 190, 0.50) 12.84%, rgba(96, 127, 176, 0.50) 77.54%);
  } */
  .onlineshop_cta__btn a {
    font-size: 1.4rem;
  }
  
  .onlineshop_contents__inner {
    width: 336px;
  }
  
  .onlineshop_container {
      display: block;
      padding: 25px 0;
    }
  }
  /* ------------online shop_pageここまで----------- */
  

/*--------- contact_page----------*/
.contact_contact__contents {
    padding-top: 146px;
    margin-bottom: 99px;
    position: relative;
}
.contact_contact__contents::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: var(--K-BlueGreen, #00a5be);
    filter: blur(150px);
    top: 285px;
    left: 0px;
    z-index: -1;
    opacity: 0.3;
}
.contact_section__ttl {
    color: #176f94;
    line-height: 1;
    letter-spacing: 7.75px;
    margin-bottom: 2px;
}
.contact_top__icon {
    width: 310px;
    height: auto;
}
.contact_sub_text {
    margin-top: auto;
}
.contact_form__inner {
    padding: 40px 0px;
}

.contact_form__item {
    width: 935px;
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_form__item label {
    font-size: 1.6rem;
    font-family: Zen Kaku Gothic New;
    font-weight: 700;
    color: #505A5F;
    text-align: center;
    margin-top: 18px;
}
.contact_form__content {
    text-decoration: none;
    width: 680px;
    height: 56px;
    margin-left: 10px;
    /* color: #B4B4B4; */
    background: #F9FAFB;
    border: solid 1px #B4B4B4;
    border-radius: 10px;
}
.contact_inquiry__details{
    text-decoration: none;
    width: 680px;
    height: 200px;
    margin: 0px 0px 40px 10px;
    /* color: #B4B4B4; */
    background: #F9FAFB;
    border: solid 1px #B4B4B4;
    border-radius: 10px;
}
select {
    color: #B4B4B4;
}
option {
    color: #505A5F;
}
::placeholder {
    color: #B4B4B4;
}
.contact_form__item input {
    border-radius: 10px;
}
.contact_privacy__policy {
    width: 1020px;
    margin: 0 auto;
}
.contact_privacy__policy p {
    text-align: center;
}
.contact_scroll {
    width: 920px;
    height: 153px;
    border: 1px solid #B4B4B4;
    background: #FFF;
    overflow-y: scroll;
    margin: 0 auto;
}
.contact_scroll p {
    width: 663px;
    height: auto;
    margin: 0 auto;
    padding-top: 40px;
}
.contact_scroll::-webkit-scrollbar {
    width: 20px;
}
.contact_scroll::-webkit-scrollbar-track {
    background-color: #F9FAFB;
}
.contact_scroll::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
}
/* checkbox */
/* input[type=checkbox] {
    display: none;
} */
.contact_form__checkbox label {
    font-size: 1.6rem;
    color: #505A5F;
    font-family: Zen Kaku Gothic New;
    text-align: center;
}
/* input[type=checkbox]+label {
    box-sizing: border-box;
    cursor: pointer;
    padding: 5px 0px 5px 40px;
    position: relative;
    width: auto;
}
input[type=checkbox]+label::before {
    position: absolute;
    top: 43%;
    display: block;
    margin-top: -8px;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #B4B4B4;
    border-radius: 5px;
}
input[type=checkbox]:checked+label {
    box-sizing: border-box;
    cursor: pointer;
    padding: 5px 0px 5px 40px;
    position: relative;
    width: auto;
}
input[type=checkbox]:checked+label::before {
    position: absolute;
    top: 43%;
    display: block;
    margin-top: -8px;
    width: 20px;
    height: 20px;
    content: '';
    background: #176F94;
    border-radius: 5px;
}
input[type=checkbox]:checked+label::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
    display: block;
    height: 10px;
    left: 7px;
    margin-top: -5px;
    position: absolute;
    top: 45%;
    transform: rotate(45deg);
    width: 6px;
} */
 /* チェックボックス */
input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

.form_checkbox {
    width: 200px;
    margin: 0 auto;
    padding: 40px 0;
    /* font-size: 1.6rem;
    color: #333;
    font-family:'Noto Sans JP',sans-serif,"source-han-sans-japanese", sans-serif; */
}

input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
  }

  input[type="checkbox"]::before,
  input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }

  input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #B4B4B4;
    width: 20px;/*チェックボックスの横幅*/
    height: 20px;/*チェックボックスの縦幅*/
    border-radius: 5px;
    transform: translateY(-55%);
    transition: background-color;
    top: 50%;
    left: 5px;
	display: flex;
    align-items: center;  
  }

  input[type="checkbox"]:checked::before {
    background: #176F94;
  }

  input[type="checkbox"]::after {
    border-bottom: 2px solid #fff;/*チェックの太さ*/
    border-left: 2px solid #fff;/*チェックの太さ*/
    opacity: 0;/*チェック前は非表示*/
    height: 6px;/*チェックの高さ*/
    width: 11px;/*チェックの横幅*/
    transform: rotate(-45deg);
    top: -7px;/*チェック時の位置調整*/
    left: 8px;/*チェック時の位置調整*/
  }
  input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
  }

.contact_form__checkbox {
    width: auto;
    padding: 40px 0;
    display: flex;
    justify-content: center;
}
form .contact_form__btn {
    text-decoration: none;
    display: inline-block;
    width: 218px;
    height: 60px;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: Zen Kaku Gothic New;
    color: #fff;
    background: #176F94;
    border-radius: 30px;
    transition: background-color 1s;
    border: none;
}
.contact_formbottom::after {
    content: '';
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -30px;
}
.contact_form__btn:hover {
    background-color: #00A5BE;
    color: #FFF;
}
.contact_formbottom:hover::after {
    border-color: transparent transparent transparent #fff;
}
.contact_formbtn__box {
    width: 218px;
    margin: 0 auto;
}
.contact_contact__container {
    width: 1100px;
    height: auto;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.06);
    margin-top: 40px;
}
 
.wpcf7-submit:disabled {
    opacity:0.4;
}
@media (max-width: 768px) {
    .contact_contact__contents {
        padding-top: 80px;
        margin-bottom: 50px;
    }
    .contact_contact__container {
        margin-bottom: 50px;
    }
    .contact_section__ttl {
        font-size: 4.8rem;
        letter-spacing: 0.25rem;
        text-align: left;
    }
    .contact_contact__contents::after {
        width: 200px;
        height: 200px;
    }
    .contact_sp__subttl {
        text-align: left;
    }
    .contact_sp__intro {
        flex-flow: column;
    }
    .contact_top__icon {
        width: 120px;
        margin-top: 25px;
        margin-left: auto;
    }
    .contact_form__inner {
        width: 335px;
        margin: 0 auto;
        padding: 25px 0px;
    }
    .contact_form__item {
        display: block;
        width: 315px;
        text-align: right;
        margin: 0 auto 25px auto;
    }
    .contact_form__item label {
        display: block;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .contact_form__content {
        width: 309px;
        height: 43px;
        margin: 0 auto;
    }

    .contact_form__item input {
        border-radius: 5px;
    }

    .contact_inquiry__details {
        border-radius: 5px;
        height: 200px;
    }

    .contact_privacy__policy {
        width: 335px;
        margin: 0 auto;
    }

    .contact_privacy__policy p {
        margin-bottom: 25px;
        text-align: center;
        width: 335px;
    }
    .contact_scroll {
        width: 315px;
        height: 140px;
    }
    .contact_scroll p {
        width: 276px;
        height: auto;
        margin: 0 auto;
        padding-top: 25px;
    }
    .contact_form__checkbox {
        padding: 25px 0;
    }
    form .contact_form__btn {
        width: 218px;
        height: 60px;
        margin: 0 auto;
        padding: 0;
    }
    .contact_form__btn:hover {
        background-color: #fff;
        color: #FFF;
    }
    .contact_formbottom:hover::after {
        border-color: transparent transparent transparent #fff;

    }

    .contact_formbtn__box {
        width: 218px;
    }
    .contact_contact__container {
        width: 335px;
        height: auto;
        background: #fff;
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.06);
    }
}
/* privacy_policy_page */
.privacy_policy__contents {
  padding-top: 210px;
}
.privacy_policy__container {
  background: #fff;
  padding: 45px;
}
.privacy_policy__container h1 {
  text-align: center;
  width: auto;
  position: static;
  font-size: 2.4rem;
  font-family: Zen Kaku Gothic New;
  margin-bottom: 45px;
}
.privacy_policy__container p {
  margin-bottom: 45px;
}
.privacy_policy__container p:last-of-type {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
    .privacy_policy__contents {
      padding-top: 100px;
    }
    .privacy_policy__container {
      padding: 20px;
    }
    .privacy_policy__container h1 {
      font-size: 1.8rem;
      margin-bottom: 25px;
    }
    .privacy_policy__container p {
      margin-bottom: 20px;
    }

}