
@charset "utf-8";

/*=================================
common
=================================*/
:root{
    --primary-white: #FEFFFA;
    --primary-black: #222222;
    --primary-greyblue: #BBDBDA;
    --primary-skyblue: #F2F6F6;
}

html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body{
    font-family: "Ubuntu","Noto Sans JP";
    color: var(--primary-black);
    font-optical-sizing: auto;
    font-weight: 500;
    letter-spacing: 0.06em;
    background-color: var(--primary-white);
    line-height: 1.5;
  }

img{
    width: 100%;
    height: auto;
  }

.btn1{
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.011em;
    padding: 22px 0 21px 0;
    position: relative;
    width: 24.3vw;
    height: 85px;
    background: var(--primary-black);   
    min-width: 261px; 
    display: block;
    margin: 0 auto;
}

.main_topic{
    color: var(--primary-white);
    font-family: Ubuntu;
    font-size: 9.027vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main_text{
    color: var(--primary-white);
    font-family: "Noto Sans JP";
    font-size: 1.527vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.main_title{
    font-family: Ubuntu;
    font-size: 8.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    margin-top: 100px;
    margin-left: 68px;
    display: flex;
    gap: 20px;
    align-items: baseline;
    max-width: 1380px;
    padding: 0 40px;
    margin: 0 auto;
}

.main_title::after{
    content: "";
    display: block;
    width: 64.37vw;
    height: 1.041vw;
    background-color: var(--primary-black);
    flex-grow: 1;
}

.main_subtitle{
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 1380px;
    padding: 0 40px;
    margin: 0 auto;
}
 
section{
    overflow-x: hidden;
}

.form_group img{
    width: 4.144vw;
    height: 2.083vw;
}

 /* common sp */
@media screen and (max-width: 769px){
body{
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
}
}

/*=================================
main
=================================*/
/* mainvisual */
.main{
    padding-top: 0;
}

.mainvisual{
    background-image: url(../img/contact.png);
    height: 31.25vw;
    background-size: cover;
    position: relative;
    background-position: center bottom;
    margin-top: 8.722vw;
}

.massage_topic{
    padding: 6.94vw 4.72vw ;
}

.main_topic{
    position: absolute;
    top: 9.583vw;
    left: 6.041vw;
}

.main_text{
    position: absolute;
    top: 20.138vw;
    left: 6.597vw;
}

@media screen and (max-width: 769px){
.main{
    padding-top: 70px;
}

.mainvisual{
    background-image: url(../img/contact.png);
    height: 48vw;
    margin-top: 0;
    }

.main_topic{
    font-family: Ubuntu;
    font-size: 12vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main_text{
    font-family: "Noto Sans JP";
    font-size: 4vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}

/* contact form */
.form-intro{
    margin-top: 120px;
}

.form-intro h2{
    font-family: "Noto Sans JP";
    font-size: 3.472vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 2.777vw;
}

.form-intro p{
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.form-intro p::after{
    content: "";
    display: block;
    width: 76.3888888889vw;
    height: 10px;
    background-color: var(--primary-black);
    margin: 0 auto;
    margin-top: 5.555vw;
}

.form_group--topic{
    margin-bottom: 20px;
}

.form_group--topic{
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 1.3888vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    gap: 20px;
}

.form_group--topic img{
    width: 4.144vw;
    height: 2.083vw;
}

.checkbox_group{
    margin-bottom: 50px;
    gap: 15px;
    display: flex;
}

input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: auto;
  width: 20px;
  height: 20px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  appearance: auto;
  -webkit-appearance: auto;
  width: 100%;             
  padding: 10px;           
  border: 1px solid #ccc;  
  border-radius: 4px; 
  margin-bottom: 50px;
  font-size: 1.8rem;     
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  height: 40px;
}

.form_group label{
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 1.388vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.checkbox_group label{
    font-family: "Noto Sans JP";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 18px;
}

.form_title{
    display: flex;
    gap: 20px;
}

.form_group{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form_group--privacy{
    margin-bottom: 80px;
}

.form_group--privacy label{
    display: flex;
    gap: 18px;
    align-items: center;
}


.checkbox_group{
    display: flex;
    flex-direction: column;
}

.contact_form{
    padding: 100px 18.75vw
}

.form_group--privacy{
    cursor: pointer;
}

.form_btnContact_sp{
    display: none;
}

.underline{
    text-decoration: underline;
    text-decoration-color: var(--primary-black);
    text-decoration-thickness: 1px; 
    text-underline-offset: 2px;   
}

.form_btnContact{
    color: var(--primary-black);
    font-size: 1.736vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.011em;
    padding: 1.944vw;
    position: relative;
    width: 24.3055555556vw; 
    /* width: 350px; */
    background: var(--primary-white);   
    border: 3px solid #fff;
    margin-top: 58px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 3px solid var(--primary-black);
    margin: 0 auto;
}

.form_btnContact::before{
    content: "";
    background-image: url(../img/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.041vw;
    height: 1.666vw;
    position: absolute;
    right: 22px;
}

.form_btnContact:hover:before{
    background-image: url(../img/arrow_blk.svg);
}


@media screen and (max-width: 769px){
.contact_form{
    padding: 50px 7.2vw 100px 7.2vw;
}

.form-intro{
    margin-top: 50px;
    padding: 0 7.2vw;
}

.form-intro h2{
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 85.333vw;
    margin: 0 auto 20px;
}

.form-intro p{
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 153.333%;
}

.form-intro p::after {
    width: 100%;
    height: 8px;
    margin-top: 13.333vw;
    margin-bottom: 13.333vw;
}

.form_group--topic{
    font-size: 1.6rem;
}

.form_group label{
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.checkbox_group{
    gap: 18px;
    margin-bottom: 28px;
}

.checkbox_group label{
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 13px;
}

.form_group--privacy{
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form_group--topic {
    margin-bottom: 20px;
}

.form_group--topic img{
    width: 50px;
    height: 25px;
}

.form_group img{
    width: 50px;
    height: 25px;
}

.form_group{
    gap: 10px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  appearance: auto;
  -webkit-appearance: auto;
  width: 100%;             
  padding: 10px;           
  border: 1px solid #ccc;  
  border-radius: 4px; 
  margin-bottom: 30px;
  font-size: 1.6rem;     
}

input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: auto;
  width: 17px;
  height: 17px;
}

.form_btnContact{
    display: none;
}

.form_btnContact_sp{
    display: block;
    color: var(--primary-black);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.011em;
    padding: 19px 17px;
    position: relative;
    width: 62.1333333333vw;
    background: var(--primary-white);   
    border: 2px solid var(--primary-black);
    margin-top: 58px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    min-height: 55px;
    height: auto;
}

.form_btnContact_sp::before{
    content: "";
    background-image: url(../img/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.041vw;
    height: 1.666vw;
    position: absolute;
    right: 22px;
}

.form_btnContact_sp:hover:before{
    background-image: url(../img/arrow_blk.svg);
}

.form_group--privacy {
    margin-bottom: 60px;
}

}

/*=================================
headder
=================================*/
/* .header_logo{
    max-width: 370px;
}

.header__list{
    display: flex;
    text-align: center;
    align-items: center;
    gap: 3.819vw;
    padding-left: 20px;
}

.header__item{
    font-size: 1.8rem;
    white-space: nowrap;
}

.header__topic h1{
    width: auto;
    font-size: 0;
}

.header__topic{
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 55px ;
}


.nav_menu{
    display: none;
}

/* SP header　*/
/* @media screen and (max-width: 769px){
.header__topic h1{
    width: calc(100% - 88px);
}

.header_logo{
    width: 80%;
    max-width: 200px;
}

.header__topic{
    padding: 0 0 0 18px;
    justify-content: space-between;
}

.header__list{
    display: none;
}

.nav_menu{
    display: block;
    background: var(--primary-black);
    width: 70px;
    height: 70px;
    position: relative;
}

.nav_menu p{
    color: var(--primary-white);
    font-family: Ubuntu;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: 30%;
    left: 17%;
}

.nav_menu p::after{
    content: "";
    display: block;
    background-color: var(--primary-white);
    width: 45px;
    height: 3px;
    margin-top: 5px;
}

}  */

/*=================================
main
=================================*/
