@charset "UTF-8";
/*--共通部分---------------------*/
html {
    font-size: 100%;
    box-sizing:border-box;
}
body {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1.7;
    color: #000;
    font-size: 18px;

}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
    vertical-align: top;
}
ul {
    list-style-type: none;
}
.container {
    max-width: 1088px;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: auto;
    margin-right: auto;
}
.for_sp, .for_sp_header, .for_sp_btn {
    display: none;
}
.site-bg::before {
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100vw;
  height:100vh;
  background:url("../images/fv_pc.png") no-repeat;
  -webkit-background-size:cover;
  background-size:cover;
  background-position: center;
  content:"";
}
@media (max-width: 1088px) {
    .for_pc {
        display: none;
    }
    .for_sp {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 768px) {
  .site-bg::before{
    background-image:url("../images/fv_sp.png");
  }
}
/* ================= FV ================= */
.fv{
    height:100vh;
    width:100%;
    position:relative;
    overflow:hidden;
}
.fixed-header {
    position: fixed;
    top: 0;
    z-index: 10;
}
.header-inner {
    margin-top: 36px;
    margin-left: 40px;
}    
.header-nav {
    margin-top: 30px;
    font-family: "Google Sans", sans-serif;
    font-weight: 700;
    font-size: 15px;
    background-color: #fff;
    border-radius: 10px;
    padding: 16px 16px 6px 16px;
}
.header-nav li {
    margin-bottom: 10px;
} 
.header-nav li a {
    color: #000;
}

/* CENTER TEXT */
.fv-center{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    z-index:2;
}

.fv-center img {
    width: 52.083333333333336vw;
}

/* SCROLL */
.scroll{
    position:absolute;
    bottom:40px;
    left:50%;
    transform:translateX(-50%);
    color:#fff;
    font-size:16px;
    z-index:3;
    font-family: "Google Sans", sans-serif;
    font-weight: 700;
  }
  
  .scroll::after{
    content:"";
    display:block;
    width:1px;
    height:60px;
    background:#fff;
    margin:10px auto 0;
    animation:scrollLine 1.5s infinite;
  }
  
  /*@keyframes scrollLine{
    0%{transform:scaleY(0);transform-origin:top;}
    50%{transform:scaleY(1);}
    100%{transform:scaleY(0);transform-origin:bottom;}
  }*/
/* ===== Floating Contact Button ===== */
.floating-contact{
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 1000;
  }
    
  .fc-inner{
    text-align: center;
    line-height: 1.4;
  }
  
  .fc-title{
    font-family: "Google Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
  }
  
  .fc-sub{
    font-size: 12px;
    margin-top: 8px;
    font-weight: 700;
  }
  
  /* ===== Responsive ===== */
  @media(max-width:1536px){
    .for_pc_header {
      display: none;
  }
  .for_sp_header {
      display: block;
      margin-left: auto;
      margin-right: auto;
  }
      .fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 67px;        /* 横ヘッダー高さ */
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 15px;
      }
      .header-inner {
          margin-top: 16px;
          margin-left: 15px;
      }
    .btn-area {
        position: absolute;
        top: 16px;
        right: 15px;
    }
            /*ボタン外側*/
            .open-btn{
                position: relative;/*ボタン内側の基点となるためrelativeを指定*/
                cursor: pointer;
                width: 56px;
                height: 24px;
                display: block;
            }
            /*ボタン内側*/
            .open-btn span{
                display: inline-block;
                transition: all .4s;/*アニメーションの設定*/
                position: absolute;
                left: 0;
                height: 2px;
                background-color: #000;
                width: 56px;
            }
            .open-btn span:nth-of-type(1) {
                top:0px;	
            }
            .open-btn span:nth-of-type(2) {
                top:12px;
            }
            .open-btn span:nth-of-type(3) {
                top:24px;
            }
            /*線が回転して×に*/
            .open-btn.open span:nth-of-type(1) {
                top: 0px;
                left: 0px;
                transform: translateY(12px) rotate(-20deg);
                background-color: #fff;
            }
            
            .open-btn.open span:nth-of-type(2) {
                opacity: 0;
            }
            
            .open-btn.open span:nth-of-type(3){
                top: 24px;
                left: 0px;
                transform: translateY(-12px) rotate(20deg);
                background-color: #fff;
            }

    .gnav .ly_flex {
        flex-direction: row;
        justify-content: space-between;
        margin-right: 0;
    }
    .gnav {
        display: block;
        position: fixed;
        /*right: -100%;*/
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 9;
        opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: 
    opacity .4s ease,
    transform .45s cubic-bezier(.4,0,.2,1),
    visibility .4s;

  pointer-events: none;
    }
    .gnav.open {
        opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
    }
    nav {
        padding: 6px 18px 8px 24px;
    }
    .gnav a {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        font-family: "Google Sans", sans-serif;
    }
    /* background image */
.gnav nav{
    width:100%;
    height:100%;
    background: url("../images/fv_sp.png") center/cover no-repeat;
    position: relative;
  }
  
  /* dark overlay */
  .gnav nav::before{
    content:"";
    position:absolute;
    inset:0;
    background: rgba(0,0,0,0.45);
  }
  .fixed-header.menu-open .header-logo{
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
  }
  .gnav ul {
      position: relative;
      z-index: 20;
      margin-top: 120px;
      max-width: 200px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
  }
  .gnav li {
      margin-bottom: 24px;
  }

  }
  .gnav img {
      margin-bottom: 26px;
  }
  @media (max-width: 1024px) {
    .floating-contact{
      width: 100px;
      height: 100px;
      right: 20px;
      bottom: 20px;
    }
    .fc-title{
        font-size: 15px;
    }
    .fc-sub{
        font-size: 9px;
        margin-top: 3px;
    }
    .scroll {
        font-size: 12px;
    }
    .scroll::after {
        height: 36px;
    }
    
  }
  
    /* RESPONSIVE */
  @media(max-width:900px){
    .fv-nav{left:20px;top:20px;}
    .fv-contact{width:90px;height:90px;font-size:12px;}
    .header-logo {
      width: 116px;
  }
  .fv-center img {
    width: 289px;
}


  }
/* ================= CONCEPT ================= */
.concept{
    text-align:center;
}
.concept-text {
  background-color: transparent;
  backdrop-filter: blur(3px);
  width: 100vw;

}
.concept p {
    background-color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 2;
    padding-top: 47px;
    padding-bottom: 80px;
}
.slider {
  background-color: #fff;
}
.slider .slick-slide {
  margin: 0 20px;
  padding-top: 40px;
}
.ly_slide-mt {
  margin-top: 80px;
}
@media(max-width:768px){
  .concept p {
    font-size: 14px;
    padding-bottom: 0;
  }
  .slider .slick-slide {
    margin: 0 10px;
  }  
  .slider img {
    width: 150px;
  }
}

/* ================= SERVICE ================= */
#service {
    background: #fff;
    padding-top: 180px;
}

.service-wrap01 {
  display: flex;
  margin-top: 107px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.service-title h3 {
    font-family: "Google Sans", sans-serif;
    font-size: 90px;
}
.service-title p {
    font-size: 20px;
    font-weight: 800;
    margin-top: -20px;
}
.service-text p{
  line-height: 2.2;
  font-size:18px;
  font-weight: 600;
  margin-left: 40px;
}
.service-img {
    margin-top: 50px;
}
.service-wrap02 {
    display: flex;
    margin-top: 133px;
    align-items: center;
    justify-content: space-between;
}
.service-text-area {
    display: flex;
    align-items: center;
}  
.service-list {
    position:relative;
    padding:120px 60px 140px;
    overflow:hidden;
  }
  
  .service-bg{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:300px;
    font-weight:700;
    color:#E5F1F5;
    z-index:1;
    pointer-events:none;
    user-select:none;
    font-family: "Google Sans", sans-serif;
  }
  
  .service-content{
    position:relative;
    z-index:2;
    display:flex;
    justify-content:space-between;
    gap:10px;
    margin-top: 200px;
  }
  
  .service-circle{
    width:200px;
    height:200px;
    background:#fff;
    border: solid 1px #707070;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:20px;
    box-sizing:border-box;
  }
  .circle-inner h3{
    font-size:22px;
    margin-bottom:19px;
    font-weight:700;
    line-height: 1.27;
  }
  
  .circle-inner p{
    font-size:14px;
    line-height:1.57;
    font-weight: 600;
  }

  .service01 {
      padding-top: 58px;
  }

  .service03 h3 {
      margin-top: 10px;
      margin-bottom: 31px;
  }
  .service-section{
    position: relative; 
  }
  
  .service-section::before{
    content: "";
    position: absolute;
  
    width: 800px;
    height: 965px;
  
    background-image: url("../images/img_deco01.png");
    background-size: contain;
    background-repeat: no-repeat;
  
    top: -50px;
    right: 0;

   z-index: 0;
  }
  .service-section::after{
    content: "";
    position: absolute;
  
    width: 960px;
    height: 834px;
  
    background-image: url("../images/img_deco.png");
    background-size: contain;
    background-repeat: no-repeat;

    left: 0;
    bottom: 0;
   z-index: 0;
  }
  /* Responsive */
  @media(max-width:1088px){
    #service {
      padding-top: 80px;
    }
    .service-content{
        flex-direction: column;
        justify-content:center;
        align-items: center;
        margin-top: 100px;
        gap: 10px;
    }
    .service-img {
      margin-top: 0;
  }  
    .service-wrap01 {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 25%;
        margin-top: 41px;
    }
    .service-wrap02 {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-top: 30px;
        padding-left: 25%;
    }
    .service-wrap02 p {
        width: 230px;
    }
    .service-text-area {
        align-items: flex-start;
    } 
    .service-wrap02 .service-header {
        margin-left: 25px;
    }
    .service-bg{
        position:absolute;
        align-items: flex-start;
        font-size:88px;
        font-weight:700;
        z-index:1;
    }
    .service-list {
        margin-top: 40px;
        padding: 0 0 36px 0;
    }
    .service-circle{
        max-width: 327px;
        width: 100%;
        height: 64px;
        background:#fff;
        border: solid 1px #707070;
        border-radius:50px;
        display:flex;
        align-items:center;
        justify-content:space-between;
        text-align:start;
        padding:15px 0 15px 32px;
        box-sizing:border-box;
      }
    
    .circle-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .circle-inner h3 {
        margin: 0;
        font-size: 14px;
    }
    .service01 {
        height: 80px;
    }
    .service01 p {
        margin-left: 48px;
    }
    .service02 p {
        margin-left: 35px;
    }
    .service03 p {
        margin-left: 76px;
    }
    .service04 p {
        margin-left: 34px;
    }
    .service05 p {
        margin-left: 29px;
    }
    .service-section::before {
      width: 270px;
      height: 325px;
      top: 80px;
    }
    .service-section::after {
      width: 375px;
      height: 260px;
    }
    .service-title h3 {
      font-size: 44px;
  }
  .service-title p {
      font-size: 13px;
      margin-top: -10px;
  }
  .service-header {
      width: 80px;
  }
  .service-text p {
      font-size: 13px;
      margin: 30px 0;
  }
  .circle-inner p{
      font-size:12px;
  }
  }
  @media(max-width:460px){
    .service-wrap01, .service-wrap02 {
      padding-left: 0;
    }
    .service-wrap02 {
      padding-left: 0;
  }

  }
  @media(max-width:374px){
    .service-section::after {
      width: 300px;
      height: 200px;
      overflow: hidden;
    }

  }

/* ================= FEATURES ================= */
.features-section{
    position:relative;
    background:#E5F1F5;
    padding:0 0 120px;
  }
  
  /* 背景画像エリア */
  .features-bg{
    position:relative;
    height:600px;
    background:url("../images/bg_features.jpg") center/cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    z-index: 1;
  }
    
  .features-title{
    position:relative;
    z-index:2;
    color:#fff;
  }
  
  .features-title p{
    font-family: "Google Sans", sans-serif;
    font-size:20px;
    font-weight: 700;
    margin-bottom:10px;
  }
  
  .features-title h2{
    font-size:40px;
    font-weight:800;
  }
  
  /* カードエリア */
  .features-container{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: -240px;
      position: relative;
      z-index: 2;
  }
  
  .feature-card{
    background:#fff;
    border-radius:50px;
    max-width: 500px;
    width: 100%;
    height: 360px;
    margin-top: 40px;
    padding-top: 40px;
  }
  
  .feature-no{
    text-align: center;
    font-size:18px;
    font-weight: 700;
    display:block;
    margin-bottom:20px;
    font-family: "Google Sans", sans-serif;
  }
  
  .feature-no b{
    color:#28AFD0;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size:32px;
    margin-left:10px;
  }

  .card03 .feature-no, .card04 .feature-no {
      margin-bottom: 0;
  }
  
  .feature-card h3{
    margin-bottom: 42px;
    text-align: center;
  }

  .card04 h3 {
      margin-bottom: 20px;
  }
  
  .feature-card p{
    font-size:15px;
    line-height:1.6;
    padding-left: 70px;
    padding-right: 70px;
  }
  
  .blue{
      font-size: 36px;
      font-weight: 800;
    color:#28AFD0;
  }
  
  .black-txt {
    font-size:28px;
    font-weight: 700;

  }
  /* レスポンシブ */
  @media(max-width:1088px){
    .features-title p {
        font-size: 12px;
    }
    .features-title h2 {
        font-size: 22px;
    }
    .features-section {
        padding-bottom: 60px;
    }
    .features-container{
      flex-direction: column;
      align-items: center;
      margin-top:-80px;
    }
    .features-bg{
      height:240px;
    }
    .feature-no {
        font-size: 11px;
        margin-bottom: 0;
    }
    .feature-no b {
        font-size: 20px;
    }
    .blue {
        font-size: 20px;
    }
    .feature-card {
        padding: 20px 26px 28px 26px;
        height: auto;
        border-radius: 25px;
        margin-top: 14px;
    }
    .feature-card p {
        font-size: 12px;
        padding: 0;
    }
    .feature-card h3 {
        margin-bottom: 32px;
    }
    .black-txt {
        font-size: 16px;
    }
  }
  
/* ================= FLOW ================= */
.service-flow{
    background-color: #E5F1F5;
    padding-bottom: 160px;
  }
  .flow-title{
      text-align:center;
      margin-bottom:61px;
    }
  .flow-title small{
    font-family: "Google Sans", sans-serif;
    font-weight:700;
    font-size: 20px;
    }
  .flow-title h2{
      font-size:40px;
      font-weight: 900;
      margin-top:10px;
    }
  
  .flow-wrap{
    display: flex;
    align-items:flex-start;
    justify-content: space-between;
  }
  
  .flow-left{position:relative;}
  .flow-left::before{
    content:"";
    position:absolute;
    top:0;
    left:50%;
    width:1px;
    height: 700px;
    background:#707070;
    transform:translateX(-50%);
    z-index:0;
  }
  
  .flow-step{
    position:relative;
    background:#fff;
    border:1px solid #707070;
    border-radius:60px;
    margin-bottom:24px;
    display:flex;
    align-items:center;
    z-index:1;
    line-height: 1.33;
    width: 410px;
    height: 80px;
    padding-left: 40px;
  }
  .flow-step span{
    font-family: "Montserrat", sans-serif;
    font-weight:600;
    font-size: 22px;
    margin-right: 35px;
  }
  
  .flow-right .desc{
    margin-bottom:20px;
    max-width: 550px;
    width: 100%;
  }

  .flow-right .desc h4 span{
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-right: 24px;
  }

  
  .flow-right h4{
    font-size:14px;
  }
  
  .flow-right p{
    margin:0;
    line-height:1.9;
    font-size:14px;
    color: #333;
  }
  @media(max-width:1088px){
    .service-flow {
      padding-bottom: 60px;
    }
    .flow-wrap{
        flex-direction: column;
        padding-left: 24px;
        padding-right: 24px;
        align-items: center;
    }
    .flow-title {
        margin-bottom: 31px;
    }
    .flow-left::before{
        height: 500px;
    }
    .flow-title small {
        font-size: 12px;
    }
    .flow-title h2 {
        font-size: 22px;
    }
    .flow-step{
        position:relative;
        background:#fff;
        border:1px solid #707070;
        border-radius:60px;
        margin-bottom:15px;
        display:flex;
        align-items:center;
        z-index:1;
        line-height: 1.33;
        width: 327px;
        height: 64px;
        padding-left: 40px;
        font-size: 15px;
    }
    .flow-step span {
        font-size: 18px;
    }
    .ac-open-btn {
      margin-top: 15px;
    }
    #openText {
      font-size: 13px;
      font-weight: 700;
    }
    .line-arrow {
      padding-top: 8px;
    }
    .ac-close-btn p {
      font-size: 13px;
      font-weight: 700;
    }
    /* 展開エリア */
.accordion-area {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease;
  padding-top: 30px;
}

.accordion-area.open {
  max-height: 5000px;
}
#openText, #closeBtn p {
  color: #000;
}
.for_sp_btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
  } 
  @media(max-width:320px){
    .flow-step {
      width: 300px;
    }
  }

/* ================= ABOUT ================= */
.about-section{
    position:relative;
    background-color: #E5F1F5;
  }
  
  .about-hero{
    background:url("../images/bg_about.jpg") center/cover no-repeat;
    min-height:800px;
    display:flex;
    align-items:center;
    padding:0 8%;
    color:#fff;
  }
    
  .about-hero h2{
    font-size: 90px;
    font-family: "Google Sans", sans-serif;
    font-weight: 700;
    padding-top: 100px;
  }
  
  .about-hero p{
    font-size: 20px;
    font-weight: 800;
    margin-top: -20px;

  }

  .about-card__body{
    background:#fff;
    margin:-200px auto 0;
    border-radius:60px;
    padding:80px;
  }

  
  .about-card{
    display:flex;
    justify-content: space-between;
  }
  
  .message small{
    font-family: "Google Sans", sans-serif;
    font-size: 20px;
    font-weight:700;
  }
  .message h3{
    font-size:40px;
    font-weight: 800;
    margin:27px 0 41px;
  }
  
  .message p{
    line-height:2;
    font-weight: 600;
    max-width: 460px;
    width: 100%;
  }
  
  .ceo-box{
    text-align: end;
  }
  
  .signature_pc {
    margin-top: 74px;
  }
  /*会社概要*/

  .company-wrap{
    background-color: #E5F1F5;
    padding-top: 120px;
    padding-bottom: 60px;
}

.company-card{
  background:#fff;
  border-radius:40px;
  padding:80px 80px 40px 80px;
}

.company-head small{
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-weight:700;
}

.company-head h2{
  font-size:40px;
  font-weight: 800;
  margin:10px 0 30px;
}

.profile-list{width:100%;}

.profile-row{
  display:grid;
  grid-template-columns:140px 1fr;
  padding:31px 0;
  border-bottom:1px dotted #000;
}

.profile-row:last-child{border-bottom:none;}

.profile-row dt{
  font-weight:700;
}

.profile-row dd{
  margin:0;
  line-height:1.8;
}
@media(max-width:1088px){
  .about-card__body {
    margin:-50px 0;
    padding:30px 20px;
    border-radius: 25px;

  }
    .about-card{
        flex-direction: column;
        max-width: 460px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .about-hero h2{
        font-size:44px;
    }
    .about-hero p {
        font-size: 13px;
        margin-top: -10px;
    }
  
    .about-hero{
        min-height:320px;
        padding:0;
    }
    .about-card small {
        font-size: 12px;
    }
    .about-card h3 {
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 21px;
    }
    .about-card p {
        font-size: 13px;
    }
    .signature_sp {
        margin-top: 24px;
        margin-bottom: 21px;
        margin-right: 0;
        margin-left: 0;
        align-self: flex-end;
    }
    .signature_sp img {
      width: 129px;
    }
    .ceo-img {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}
  @media(max-width:1088px){
      .company-wrap {
          padding-left: 0;
          padding-right: 0;
          padding-bottom: 0;
      }
      .company-card {
          padding: 30px 20px;
          border-radius: 25px;
      }
      .company-head small {
          font-size: 12px;
      }
      .company-head h2 {
          font-size: 22px;
          margin-bottom: 20px;
      }
      .profile-list {
          font-size: 14px;
      }
      .profile-row {
          padding: 11px 0;
      }
  }
  
  @media(max-width:600px){
    .profile-row{grid-template-columns:1fr;gap:5px;}
  }
/* ================= CONTACT ================= */
.contact-section{
    background-color: #E5F1F5;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .contact-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
  }
  .contact-title h2{
    font-size:90px;
    font-family: "Google Sans", sans-serif;
    margin:0;
  }
  .title_ja{
    font-size:20px;
    font-weight:800;
    margin-top: -20px;

  }
  .form-group{
    display:flex;
    flex-direction:column;
    margin-bottom:28px;
  }
  .form-group label {
    font-weight:600;
    margin-bottom:10px;
  }
  .form-group input,
  .form-group textarea{
    padding:16px 18px;
    border-radius:8px;
    border:1px solid #707070;
    font-size:20px;
    background-color: #fff;
  }
  .form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea{
  width:100%;
}

  input::placeholder,
textarea::placeholder{
  color: #c6c6c6;   /* 好きな色に変更 */
  opacity: 1;    /* Safari対策（薄くならないように） */
}
.agree label {
    font-size: 16px;
    font-weight: 600;
}
.link-icon {
    margin-top: 6px;
    margin-left: 3px;
}
  .checkbox-group{
    margin:20px 0;
  }
  .checkbox-group label{
    margin-bottom:10px;
    font-size: 16px;
    font-weight: 600;
  }
  .checkbox-group .group-title {
    display: block;
    font-size: 18px;
    margin-bottom: 21px;
  }
  .checkbox-group input, .agree input {
      margin-right: 12px;
  }
  .checkbox-group label span {
      font-weight: 500;
  }
  .policy-link{
    border-bottom: 1px solid #000;
    color: #000;
  }
  .submit-wrap{
    margin-top:60px;
    text-align: center;
  }
  .submit-btn{
    background:#000;
    color:#fff;
    border:none;
    border-radius:80px;
    max-width: 400px;
    width: 100%;
    height: 80px;
    font-size:25px;
    font-weight: 800;
    cursor:pointer;
  }
  .red {
    color: #DD0000;
    font-size: 18px;
    font-weight: 700;
  }
  .caution {
    padding-top: 11px;
  }
  .footer-copy{
    text-align:center;
    margin-top:80px;
    font-size:14px;
    font-family: "Google Sans", sans-serif;
  }
  @media(max-width:1088px){
    .contact-grid{
        grid-template-columns:1fr;
        gap: 40px;
    }
    .contact-title h2{font-size:44px;}
    .contact-title p {
        font-size: 13px;
        margin-top: -10px;
    }
    .form-group {
        margin-bottom: 14px;
    }
    .form-group label, .checkbox-group .group-title {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .form-group input,
    .form-group textarea{
      padding:10px 14px;
      border-radius:5px;
      font-size:15px;
    }
    .checkbox-group label {
        font-size: 13px;
    }
    .checkbox-group {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .checkbox-item {
      gap: 8px;
    }
    .checkbox-group input, .agree input {
        margin-right: 8px;
    }  
    .link-icon {
        width: 10px;
    }    
    .submit-wrap {
        margin-top: 40px;
    }
    .submit-btn {
        font-size: 15px;
        height: 50px;
    }
    .footer-copy {
        margin-top: 60px;
    }
    .contact-section {
      padding-top: 60px;
        padding-bottom: 40px;
    }
  }
/* ================= FOOTER ================= */
footer{
  background-color: transparent;
  color:#fff;
  text-align:center;
  padding: 100px 0;
}
.copyright{
  font-size:1.1em;
  font-family: Arial, sans-serif;
}
@media(max-width:1024px){
    footer {
        text-align: start;
        padding: 42px 0;
    }
    footer img {
        width: 150px;
    }
    .footer-copy {
      font-size: 12px;
    }
}
/*===============サンクスページ=================*/
.thanks {
  background-color: #E5F1F5;
  height: 100vh;
  padding-top: 100px;
}
.thanks__body {
  text-align: center;
}
.thanks-head small {
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.thanks-head h2 {
  font-size: 40px;
  font-weight: 800;
}
.thanks-text {
  line-height: 2.2;
  margin-top: 50px;
}
.back-btn {
  background-color: #000;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  border-radius: 80px;
  width: 400px;
  height: 80px;
  line-height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
@media(max-width:768px){
  .thanks-head small {
    font-size: 12px;
  }
  .thanks-head h2 {
    font-size: 22px;
  }
  .thanks-text {
    font-size: 13px;
  }
  .back-btn {
    width: 260px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
}
/*===========プライバシーポリシーページ========*/
.privacy-policy {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.privacy-policy::before {
  display: block;
  position:fixed;
  top:0;
  left:0;
  z-index:0;
  width:100vw;
  height:100vh;
  background:url("../images/fv_pp.png") no-repeat;
  -webkit-background-size:cover;
  background-size:cover;
  background-position: center;
  content:"";
}
.privacy-policy .container {
  max-width: 1048px;
  position: relative;
  z-index: 1;
}
.policy__head h2 {
  font-family: "Google Sans", sans-serif;
  font-size: 90px;
  line-height: 1.1;
}
.policy__head p {
  font-size: 20px;
  font-weight: 800;
}
.policy__body {
  padding-top: 121px;
  font-size: 14px;
  line-height: 1.7;
}
.policy__item {
  margin-top: 40px;
}
.policy__item h3 {
  font-size: 16px;
  margin-bottom: 8px;
}
.policy__item ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 20px;
  margin-top: 16px;
}
.policy__item li {
  text-indent: -1em;
   padding-left: 1em;
}
@media(max-width:1024px){
  .privacy-policy::before {
    background-image: url(../images/fv_pp_sp.png);
  }
}
@media(max-width:440px){
  .policy__head h2 {
    font-size: 44px;
  } 
  .policy__head p {
    font-size: 13px;
  }
  .policy__body {
    padding-top: 50px;
    font-size: 13px;
  } 
  .policy__item h3 {
    font-size: 15px;
  }
}
/*============エラーメッセージ===============*/
.error {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #DD0000;
  box-sizing: border-box;
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:8px;
}
.input-error{
  border:1px solid #DD0000 !important;
  background-color:#FDF4F3 !important;
}
.error img{
  width:16px;
}
@media(max-width:425px){
  .error {
    display: flex;
    align-items: flex-start;
  }
  .error img{
    width: 13px;
    margin-top:5px;
    flex-shrink:0;
    }
}
/*==========自作チェックボックス============*/
.checkbox-item{
  display:flex;
  align-items:flex-start;
  gap:12px;
  cursor:pointer;
 }
  
  /* 元のcheckboxを隠す */
  .checkbox-item input{
  display:none;
  }
  
  /* 箱 */
  .checkbox-box{
    display: flex;
  width:20px;
  height:20px;
  border:1px solid #707070;
  border-radius:3px;
  flex-shrink:0;
  position:relative;
  transition:0.2s;
  margin-top: 5px;
  background-color: #fff;
  }
  
  /* チェックマーク */
  .checkbox-box::after{
  content:"";
  position:absolute;
  left:5px;
  top:1px;
  width:6px;
  height:12px;
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
  transform:rotate(45deg);
  opacity:0;
  }
  
  /* チェック時 */
  .checkbox-item input:checked + .checkbox-box{
  background:#000;
  border-color:#000;
  }
  
  .checkbox-item input:checked + .checkbox-box::after{
  opacity:1;
  }
  
  /* エラー */
  .group-error .checkbox-box{
  border-color:#DD0000;
  background-color:#FDF4F3;
  }
  
  /* 注釈 */
  .note{
  font-weight:500;
  }

  .agree .checkbox-item{
    display:flex;
    align-items:center;
    gap:12px;
    cursor:pointer;
    }
    
    .policy-text{
    font-weight:600;
    }
    .input-error + .checkbox-box{
      border-color:#DD0000;
      background-color:#FDF4F3;
      }
       
      .js-fade-up {
        will-change: transform, opacity;
      }
    
  