@charset "utf-8";

html{
    font-size: 16px;

}
body{
    font-family:'Noto Sans JP', 'メイリオ', 'Meiryo', sans-serif;
    margin: 0;
}
img{
    max-width: 100%;
    vertical-align: bottom;
    object-fit: contain;
}
h1,h2,h2,h2,p{
    margin: 0;
}
a{
    text-decoration: none;
    color: #333;
}
li{
    list-style-type: none;
}
ul{
    margin: 0;
    padding: 0;
}
dl,dt, dd{
    margin: 0;
    padding: 0;
  }

/* header */
.header{
    height: 80px;
    padding: 30px 100px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_logo{
    height: 50px;
    display: flex;
    align-items: center;
    z-index: 2;
    filter: drop-shadow(2px 2px 0 #fff);
}
.header_logo img{
    display: inline-block;
    height:100%;
}
.header_button{
    display: inline-block;
    color:#1876bd ;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 0.65em 3em;
    background-color: #f2ea32;
    border:solid 2px #f2ea32;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 2;
    transition: all ease-out;
}
.header_button:hover{
    background-color: #fff;
}
.header_button.clicked {
  background-color: #f2ea32;
}

/* main_visual */
.main_visual{
    background:url(../../images/background_texture.svg),#1876bd ;
    margin-top: -121px;
}
.main_visual_container{
    width: 100%;
    box-sizing: border-box;
    padding: 80px 100px 0;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items:center ;
    flex-direction: column;
}
.main_visual_title{
    width: 58vw;
    max-width: 900px;
    min-width: 660px;
    margin: 100px auto 0;
    animation: pop-in .5s ease-in-out;
}
.main_visual_customers{
    width:100% ;
    margin-top: -163px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.main_visual_customers img:first-child{
    width: 15.63vw;
}
.main_visual_customers img:last-child{
    width: 15.63vw;
}

/* annoying */
.annoying{
    width: 100%;
    box-sizing: border-box;
    background-color: #f6f6f6;
    padding:100px 6.667vw;
    position: relative;
}
.annoying_arrow{
    width: 400px;
    height: 100px;
    position: absolute;
    bottom:-92px;
    left:calc(50% - 200px);
}
.annoying h2{
    font-size:clamp(40px,4.267vw,64px);
    color: #1876bd;
    text-align: center;
}
.annoying_customers{
    font-size: clamp(14px, 1.18vw, 18px);
    max-width: 1300px;
    margin: 80px auto 0px;
    box-sizing: border-box;
    display: flex;
    gap: 25px;
    justify-content: center;
}
.annoying_customers_item{
    max-width: 240px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.scroll-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
  
.scroll-in.show {
    opacity: 1;
    transform: translateY(0);
}
.annoying_customers li span {
    font-weight: bold;
    text-align: center;
    line-height: 27px;
    width: 100%;
    min-height: 86px;
    padding:0.444em 1.167em 0.556em;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #f2ea32;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.hukidashi{
    position: absolute;
    left: 44px;
    bottom: -13.5px;
    width: 14.5px;
    height: 14.5px;
    flex-shrink: 0;
    fill: #F2EA32;
    stroke-width: 1px;
    stroke: #F2EA32;
}
.annoying_customers li img{
    width: 80%;
    margin: 10px auto;
    mix-blend-mode: multiply;
}
.annoying_customers li p{
    font-size: 0.889em;
    line-height:36px;
    letter-spacing: 1.28px;
    width: 80%;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-underline-offset:0.6em;
    display: inline-block;
}

/* solution */
.solution{
    margin: 70px auto 0;
    padding: 70px 0;  
    animation: pop-in .5s ease-in-out;
}
.solution h2{
    font-size: 36px;
    color: #1876bd;
    text-align: center;
}
.solution_flex{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.solution img{
    display: inline-block;
    width: 400px;
}
.solution_flex h2{
    font-size: 36px;
    color: #1876bd;
    line-height: 1;
    margin-left: -5px;
    display: inline-block;
}

/* point */
.point{
    width: 100%;
    background:url(../../images/background_texture.svg),#1876bd ;
    padding: 85px 0 0;
    position: relative;
}
.point_arrow{
    width: 400px;
    height: 100px;
    position: absolute;
    top: -8px;
    left: calc(50% - 200px);
}
.point_flex{
    max-width: 1220px;
    margin: 0 auto;
    padding: 80px 140px;
    display: flex;
    justify-content: space-between;
}
.point_flex img{
    max-width: 360px;
    width: calc((100% - 140px) / 3);
}

/* utilization */
.utilization{
    padding: 0 100px;
}
.utilization_container{
    width: 100%;
    max-width: 1300px;
    border: solid 1px #1876bd;
    margin: 80px auto;
}
.utilization_container h2{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #1876bd;
    margin: 0;
    padding: 20px;
}
.utilization_container_flex{
    margin: 50px 60px;
    padding: 0 0;
    display: flex;
    justify-content: space-evenly;
    gap: 50px;
}
.item_left,.item_right{
    max-width: 500px;
}
.item_left h3,.item_right h3{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 24px;
    box-sizing: border-box;
    text-align: center;
    color: #1876bd;
    width: 100%;
    max-width: 240px;
    margin:0 auto 30px;
    padding: 10px 20px;
    background-color: #f2ea32;
    border:solid 2px #1876bd ;
    border-radius: 10px;
}
.item_left p,.item_right p{
    font-weight: 500;
    letter-spacing: 1.28px;
    line-height: 2.0;
    margin-bottom: 30px;
}
.item_left img,.item_right img{
    width: 100%;
    max-width: 500px; 
    display: block;
}
.item_right .attention{
    display: block;
    font-size: 14px;
}
/* contact */
#contact{
    background:url(../../images/background_texture.svg),#1876bd ;
    padding: 80px 200px;
}
#cnt-contact{
    background-color: #fff;
    padding: 80px 100px;
}
#contact dt{
    width: 340px;
    display: flex;
    justify-content: space-between;
}
.block-form{
    text-align: center;
}
.block-form h2{
    font-size: 32px;
    color: #1876bd;
    margin-bottom: 60px
}
.contact_p{
    margin-bottom: 40px;
}
.block-form__wrap{
    max-width: 1000px;
    margin: 0 auto;
}
.block-form__wrap dl{
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.block-form__wrap dl:first-of-type{
    border-top: 1px solid #ddd;
}
.block-form__wrap dl dt{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    align-items: center;
    width: 340px;
    box-sizing: border-box;
}
.block-form__wrap dl dd{
    width:calc(100% - 270px);
    margin-left: 50px;
    box-sizing: border-box;
    text-align: left;
}
.block-form__wrap dd input{
    font-size: 16px;
    letter-spacing: .08em;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    outline: 0;
    color: #212121;
    padding: 10px;
    background-color: #fafafa;
    transition: background-color .2s, border-color .2s;
}
.checkbox input[type="checkbox"]{
    border-radius: 50%;
}
.block-form__wrap dl dd ol{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
    padding: 0;
}
.contact_tel_dd p{
    font-size: 12px;
    color: #212121;
}
.checkbox{
    display: inline-block;
    margin-right: 20px;
}
.must{
    font-size: 12px;
    display: inline-block;
    padding: 6px 10px 7px;
    border: 2px solid #dc0015;
    border-radius: 5px;
    text-align: center;
    color: #dc0015;
}
.block-form__wrap dd .checkbox input {
    width: auto;
}
.checkbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
#contact_tel dt{
    width: 100%;
} 
#contact dt{
    font-size: 18px;
    font-weight: bold;
}
.select{
    font-size: 16px;
    width: 100%;
    padding: 10px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    background-color: #fafafa;
    color: #757579 !important; 
}
.wpcf7-list-item label{
    z-index: 0;
    position: relative;
    display: flex;
    align-items: center;
}
.wpcf7-list-item label>input{
    opacity: 0;
    appearance: none;
    z-index: -1;
    position: absolute;
    pointer-events: none;
    display: block;
    margin: 0;
    top: -8px;
    left: -10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    outline: none;
}
.wpcf7-list-item label > input:checked + span::after {
    background-color: #1876bd;
}
.wpcf7-list-item label>span{
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
.wpcf7-list-item label>span::before{
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 2px 10px 2px 0;
    border: solid 1px #DDDDDD;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    vertical-align: top;
}
.wpcf7-list-item label>span::after{
    content: "";
    display: block;
    position: absolute;
    top:5px;
    left: 5px;
    margin: 2px 10px 2px 0; 
    border-radius: 50%;
    width: 10px;
    height: 10px;
}


span.wpcf7-list-item.first{
    margin-left: 0;
}
.txt--info{
    margin-top: 10px;
    font-size: 14px;
}
input[type="checkbox"]{
    appearance: none;          
  -webkit-appearance: none;  
  width: 20px;               
  height: 20px;
  margin-right: 10px;
  border: 2px solid #d2d2d2;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.block-form__privacy{
    letter-spacing: .08em;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    outline: 0;
    color: #212121;
    margin-top: 40px;
    padding: 7px 10px;
    background-color: #fafafa;
}
.form_privacy-policy {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.privacy_checkbox{
    margin: 0;
}
.btn-conf{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 70px auto 0;
    font: 500 18px / 1.4 YakuHanJP, "Noto Sans JP", sans-serif;
    letter-spacing: .08em;
    color: #fff;
    background: #333333;
    border: 0;
    cursor: pointer;
    padding: 10px 60px;
    height: 50px;
    border:solid 2px #333333;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all ease-out;
}
.btn-conf:hover{
    color:#333333;
    background:#fff;
}
.btn-conf.clicked{
    color: #fff;
    background: #333333;
}

/* footer */
footer{
    background-color: #333333;
    padding: 10px 100px;
}
.footer_flex{
    display: flex;
    justify-content: space-between;
}
.footer_link{
    color: #fff;
    display: flex;
    align-items: center;
}
.footer_link p{
    color: #fff;
    font-size: 10px;
}
.footer_link img{
    width:11px;
    margin-right: 5px;
}
.footer_link a{
    display: flex;
}
small{
    font-size: 10px;
    color: #fff;
    padding: 10px 0;
    display: block;
}

/* 404 
------------------------------------------*/
.error{
    height: 100vh;
    background:url(../../images/background_texture.svg),#1876bd ;
    margin-top: -121px;
}
.error_container{
    width: 100%;
    height: 100vh;
    padding: 0 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-pagetitle{
    margin: auto;
}
.p-pagetitle__inner{
    text-align: center;
}
.p-pagetitle__inner h1{
    font-size:24px;
    font-weight: 500;
    color: #fff;
}
.p-pagetitle__inner p{
    margin-top: 32px;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}
.p-article{
    margin: 70px auto 0;
    font-weight: 500;
}
.p-article__main{
    text-align: center;
}
.p-article__main p{
    font-size: 16px;
    color: #fff;
}
.p-article__main span{
    display: inline-block;
    margin-top: 0.6em;
}
.c-btn{
    text-align: center;
    margin: 50px auto 0;
}
.p-article__main .c-btn a{
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    background-color: #fff;
    color: #333333;
    padding: 10px 60px;
    border-radius: 5px;
    box-sizing: border-box;
}
.p-article__main .c-btn a:hover{
    background-color: #333333;
    color: #fff;
    transform: translateY(-2px);
}
.p-article__main .c-btn a:active{
    transform: translateY(0px);
}
/*------------------------------------------*/


/* 送信完了
--------------------------------------------*/
.thanks{
    height: 100vh;
    background:url(../../images/background_texture.svg),#1876bd ;
    margin-top: -121px;
}
.thanks_container{
    width: 100%;
    height: 100vh;
    padding: 0 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-thanks-title{
    margin: auto;
}
.p-thanks_title__inner{
    text-align: center;
}
.p-thanks_title__inner h1{
    letter-spacing: 3.84px;
    font-size:48px;
    font-weight: 600;
    color:#F2EA32;;
}
.p-thanks_title__inner p{
    margin-top: 32px;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
.p-thanks_article{
    margin: 70px auto 0;
    font-weight: 500;
}
.p-thanks_article__main{
    text-align: center;
}
.p-thanks_article__main p{
    font-size: 16px;
    color: #fff;
}
.p-thanks_article__main span{
    display: inline-block;
    margin-top: 0.6em;
}
.c-btn{
    text-align: center;
    margin: 50px auto 0;
}
.p-thanks_article__main .c-btn a{
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    background-color: #fff;
    color: #333333;
    padding: 10px 60px;
    border-radius: 5px;
    box-sizing: border-box;
}
.p-thanks_article__main .c-btn a:hover{
    background-color: #333333;
    color: #fff;
    transform: translateY(0px);
}
.p-thanks_article__main .c-btn a:active{
    transform: translateY(0px);
}
.p-thanks_title__br{
        display: none;
}
/* ------------------------------------------- */

/* privacy_policy -----------------------------*/
.privacy_policy{
    background:url(../../images/background_texture.svg),#1876bd ;
    margin-top: -121px;
    padding: 191px 200px 80px;
}
.privacy_policy_container{
    background-color: #fff;
    padding: 80px 100px;
}
.privacy_policy_title h1 {
    font-size: 36px;
    font-weight: bold;
    color: #1876bd;
    text-align: center;
    margin-bottom: 60px
}
.privacy_policy_title__br{
        display: none;
}
.privacy_policy_title h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}
.privacy_policy_title p{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.6px;
    line-height: 1.5;
}
.article-body{
    max-width: 1200px;
}
.section{
    margin-top: 70px;
    padding-top: 70px;
    border-top:  1px solid #DDDDDD;
}
.section h3{
    font-weight: 700;
    font-size: 28px;
    margin: 0 auto 40px;
}
.section p{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.28px;
    line-height: 2.0;
    margin-bottom: 20px;
}



/*---------------------------------------------*/

/* TB */
@media screen and (min-width:768px) and (max-width:1280px){
/* header */
.header{
    padding:21px 60px 0;
}
.header_logo {
    height: 42px;
}
.header_button{
    display: inline-block;
    color:#1876bd ;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 0.325em 1.5em;
    background-color: #f2ea32;
    border:solid 2px #f2ea32;
    border-radius: 10px;
    box-sizing: border-box;
    z-index: 2;
}
/* mainvisual */
.main_visual{
    margin-top: -101px;
}
.main_visual_container{
    padding: 80px 60px 0;
}
.main_visual_customers img:first-child {
    width: 18.39vw;
}
.main_visual_customers img:last-child {
    width: 18.39vw;
}
.main_visual_customers{
    margin-top: 0;
}
/* annoying */
.annoying{
    width: 100%;
    padding:80px 60px;
}
.annoying_customers{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.annoying_customers li{
    display: flex;
    justify-content: center;
    width: calc((100% / 3) - 30px);
}

.annoying_customers_item{
    max-width: 315px;
}
/* solution */
.solution {
    margin: 85px auto 0;
    padding: 60px 0;
}
.solution_flex img{
    width: 320px;
}
/* point */
.point_flex{
    flex-wrap: wrap;
    justify-content: center;
    padding: 80px 4.6875vw;
    gap: clamp(30px, 3vw, 40px);
}
.point_flex img{
    max-width: 315px;
    min-width: 207px;
}
/* utilization */
.utilization{
    padding: 0 60px;
}
.utilization_container h2 {
    font-size: 28px
}
.utilization_container_flex{
    margin: 50px;
    padding: 0 0;
    display: flex;
    justify-content: space-evenly;
    gap: 40px;
}
.item_left h3, .item_right h3 {
    margin: 0 auto 20px;
}
.item_left p, .item_right p {
    font-size: 14px;
    line-height: 1.8;
}
.item_right .attention{
    font-size: 12px;
}
.item_left img, .item_right img {
    max-width: 500px;
    width: 100%;
    display: block;
}
/* form */
.block-form__wrap dl{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
}
.block-form__wrap dl dt{
    justify-content: left;
    width: 100%;
}
.block-form__wrap dl dd{
    width: 100%;
    margin: 0;
}
.must{
    margin-left: 20px;
}
/* contact */
#contact{
    padding: 80px 60px;
}
#cnt-contact {
    padding: 80px 50px;
}
#contact dt{
    font-size: 16px;
    width: auto;
}
#contact dd{
    font-size: 16px;
}
.must{
    padding:4px 10px 5px;
    margin-left: 20px;
}
.block-form h2 {
    font-size: 32px;
    color: #1876bd;
    margin-bottom: 40px;
}
.contact_p {
    margin-bottom: 40px;
}
.btn-conf {
    font-size:18px; 
    margin:60px auto 0;
}
.br{
    display: none;
}
/* footer */
footer{
    padding: 10px 60px;
}
.p-article__main span,.p-article__inner span{
    display: block;
}

/* 404   -------------------------------------*/
.error_container{
    padding: 0 60px;
}
.p-pagetitle__inner p{
    margin-top: 32px;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
/* ------------------------------------------- */

/* thanks   ------------------------------------*/
.thanks_container{
    padding: 0 60px;
}
.p-thanks_title__inner h1{
    font-size: 36px;
}
/* ------------------------------------------- */

/* privacy policy -----------------------------*/
.privacy_policy{
    background:url(../../images/background_texture.svg),#1876bd ;
    padding: 172px 60px 70px;
}
.privacy_policy_container{
    background-color: #fff;
    padding: 80px 50px;
}
.privacy_policy_title h1 {
    font-size: 32px;
    font-weight: bold;
    color: #1876bd;
    text-align: center;
    margin-bottom: 50px
}
.privacy_policy_title__br{
        display: none;
}
.privacy_policy_title h2 {
    font-size: 28px;
}
.privacy_policy_title p{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.6px;
    line-height: 1.5;
}
.section h3 {
    font-size: 24px;
}
}
/* ------------------------------------------- */

/* SP */
@media screen and (max-width:767px) {
/* header */
.header{
    padding: 6px 15px 0;
    height: 60px;
}
.header_logo img{
    height: 70%;
}
.header a{
    font-size: 16px;
    padding: 0.25em 1em 0.25em;
}
/* mainvisual */
.main_visual{
    margin-top: -85px;
}
.main_visual_container{
    padding: 100px 15px 0;
}
.main_visual_title{
    display: block;
    min-width: 68vw;
    margin: 0 auto;
}
.main_visual_customers{
    margin-top: 0;
}
.main_visual_customers img:first-child {
    width: 24.6vw;
}
.main_visual_customers img:last-child {
    width: 24.6vw;
}
/* annoying */
.annoying{
    padding: 60px 15px;
}
.annoying_arrow {
    width: 300px;
    height: auto;
    position: absolute;
    bottom: -64px;
    left: calc(50% - 150px);
}

.annoying_customers{
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 50px 0px;
}
.annoying_customers li{
    display: flex;
    justify-content: center;
    width: 100%;
}
.annoying_customers li span {
    font-size: 16px;
}
.annoying_customers li img{
    width: 60%;
    margin: 10px auto;
}
.annoying_customers li p{
    font-size: 14px;
}
.annoying_customers_item{
    max-width: 315px;
}
/* solution */
.solution{
    margin: 64px auto 0;
    padding: 60px 15px;
    flex-direction: column;
    gap: 20px;
}
.solution_flex {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.solution img {
    width: 320px;
}
/* point */
.point{
    margin: 0;
    padding: 123px 0 60px;
}
.point_arrow{
    width: 300px;
    height: auto;
    position: absolute;
    top: -1px;
    left: calc(50% - 150px);
}
.point_flex{
    padding: 0px 15px;
    flex-direction: column;
    align-items: center;
    gap:20px;
}
.point_flex img{
    width: 100%;
}
/* utilization */
.utilization{
    padding: 0 15px;
}
.utilization_container{
    margin: 60px auto;
}
.utilization_container_flex{
    margin: 30px 20px;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.utilization_container h2{
    font-size: clamp(29px, 2.5vw, 32px);
}
.item_left,.item_right{
    flex: none;
    flex-basis: none;
    width: 100%;
}
.item_left h3,.item_right h3{
    margin-bottom: 10px;
}
.item_left p, .item_right p{
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.6;
}
.utilization_container h3{
    font-size: 20px;
}
.item_right .attention{
    font-size: 12px;
    margin-top: 3px;
    opacity: 0.6;
    letter-spacing: .0;
}

/* contact */
#contact{
    padding: 60px 15px;
}
.block-form h2{
    font-size: clamp(29px, 2.5vw, 32px);
    margin-bottom: 40px;
}
.contact_p {
    font-size: 16px;
}
.block-form__wrap dl{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
#contact dt{
    font-size: 16px;
    width: auto;
}
#contact dd{
    font-size: 16px;
}
.must{
    margin-left: 20px;
    padding:4px 10px 5px;
}
.block-form__wrap dl dt{
    justify-content: left;
    width: 100%;
}
.block-form__wrap dl dd{
    width: 100%;
    margin: 0;
}
.block-form__privacy a{
    font-size: 16px;
}
#cnt-contact {
    background-color: #fff;
    padding: 60px 50px;
}
.btn-conf {
    margin:50px auto 0;
}
/* footer */
footer{
    padding: 10px 15px;
}

/* 404  -------------------------------------*/
.error_container{
    padding: 0 15px;
}
.error_items{
    padding: 0 20px;
}
.p-pagetitle__inner h1{
    font-size:18px;
}
.p-pagetitle__inner p{
    margin-top: 32px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}
.p-article__main p{
    font-size: 14px;
    color: #fff;
}
.p-article__main .c-btn a{
    font-size: 16px;
}
.p-article__main span,.p-article__inner span{
    display: block;
}
/* ------------------------------------------- */

/* thanks -------------------------------------*/
.thanks_container{
    padding: 0 15px;
}
.p-thanks_title__inner h1{
    font-size: 36px;
}
.p-thanks_article__main .c-btn a{
    font-size: 14px;
}
/* ------------------------------------------- */

/* privacy policy -----------------------------*/
.privacy_policy{
    padding: 157px 15px 50px;
}
.privacy_policy_container{
    padding: 60px 50px;
}
.privacy_policy_title h1 {
    font-size: clamp(29px, 2.5vw, 32px);
    margin-bottom: 40px
}
.privacy_policy_title__br{
        display: none;
}
.privacy_policy_title h2 {
    font-size: clamp(25px, 2.2vw, 28px);
}
.privacy_policy_title p{
    font-size: clamp(17px, 1.6vw, 20px);
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 2.0;
}
.section{
    margin-top: 70px;
    padding-top: 70px;
    border-top:  1px solid #DDDDDD;
}
.section h3{
    margin: 0 auto 30px;
    font-weight: 700;
    font-size: clamp(22px, 2vw, 24px);
}
.section p{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.12px;
    line-height: 2.0;
}
/* ------------------------------------------- */
}

    

/* 「そんなお悩み、SAITalkが解決します。」 */
@media screen and (max-width:690px) {
    .annoying_br{
        display:flex;
        flex-direction: column;
    }
    .solution_flex {
        margin-top:22px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .solution_flex h2{
        margin-top: 30px;
    }
    .utilization_container h2 span{
        display: block;
    }
    /* privacy policy -----------------------------*/
    .privacy_policy_title__br{
        display: block;
    }
    /* ------------------------------------------- */
}


/* 改行 レスポンシブ用 */
@media screen and (max-width:520px) {
    .header a {
        font-size: 16px;
        padding: 0.25em 1em 0.4em 0;
    }
    .header_button {
        padding: 0.25em 1em 0.4em !important;
    }
    #cnt-contact.block.contact{
        padding: 60px 20px;
    }
    .checkbox span{
        display: block;
        text-align: left;
    }
    .p-thanks_article__main p{
    font-size: 14px;
    }
    .p-thanks_article__main .c-btn a {
        font-size: 12px;
    }
    .p-thanks_title__br{
        display: block;
    }
}

/* form 360px幅対応 */
@media screen and (max-width:360px){
    .mail_check_br{
        display: flex;
        flex-direction: column;
    }
}