@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/
@font-face {
  font-family: 'Holland';
  src: url("/wp-content/themes/child/font/Holland.otf") format("opentype"),
       url("/wp-content/themes/child/font/Holland.ttf") format("truetype");
}

:root {
    --blue: #1653A5;
    --text-color:#333333;
    --gold:#B19422;
    --yellow:#FFEE1D;
    --en: "adobe-caslon-pro", serif;
    --jp: "Noto Serif JP", serif;
    --holland: "Holland", serif;
}

/* ゆっくり遷移する */
html {
	scroll-behavior: smooth;
}

html,
button,
input,
select,
textarea {
    font-family: "Noto Serif JP", serif;
    -webkit-font-smoothing: antialiased;
}

body {
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.7;
    min-width: 1440px;
}

a[href $='.pdf'] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #000;
    line-height: 1.5;
}

a[href $='.pdf']::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 15px;
}

a[href $='.pdf']:hover {
    text-decoration: none;
}

a:link,
a:visited {
    color: unset;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

.flex{
    display: flex;
}

.grid{
    display: grid;
}

.column{
    flex-direction: column;
    flex-wrap: nowrap;
}

.reverse{
    flex-direction: row-reverse;
}

.re{
    position: relative;
}

.ab{
    position: absolute;
}

.block{
    display: block;
}

.cover{
    object-fit: cover;
}

.en{
    font-family: var(--en);
}

.holland{
    font-family: var(--holland);
}

.blue{
    color: var(--blue);
}
.gold{
    color: var(--gold);
}
.yellow{
    color: var(--yellow);
}

.italic{
    font-style: italic;
}

.mini{
    font-size: 0.6em;
}

.big{
    font-size: 1.5em;
}

.bold{
    font-weight: 700;
}

.underline{
    display: inline-block;
    width: fit-content;
    position: relative;
}

.underline::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    display: block;
    position: relative;
}

.gold.underline{
    line-height: 1.4;
}

.gold.underline::after{
    background-color: var(--gold);
    height: 5px;
}
.dot{
    position: relative;
}

.dot::before{
    content: "・・・";
    position: absolute;
    top:-0.8em;
}

.text_back{
    background-color: var(--text-color);
    color: #fff;
    font-size: 22px;
    padding: .1em .4em .2em .5em;
    line-height: 2;
    font-weight: 700;
    letter-spacing: .09em;
}

.main_title,
.sub_title{
    font-weight: 700;
}

.attention{
    font-size: 14px;
    color: #CB1212;
}


/* PCトップページ ヘッダー */

.name_area{
    gap: 28px;
    align-items: center;
}

.name_area .name{
    align-items: center;
    font-weight: 700;
}

.name_area .name .main{
    font-size: 21px;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

.name_area .name .sub{
    font-size: 16px;
    position: relative;
    letter-spacing: 0.13em;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.name_area .name .sub::before,
.name_area .name .sub::after{
    content: "";
    width: 31px;
    height: 1px;
    background-color: var(--text-color);
    display: block;
}
header .name_area .name .sub::before,
header .name_area .name .sub::after{
    background-color: #fff;
}

.name_area .text{
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.09em;
    font-weight: 600;
}

#pc_header{
    padding-top: 40px;
    z-index: 99;
    position: relative;
    color: #fff;
}

#pc_header .name_area{
    transition: .3s;
}

#pc_header > .flex{
    justify-content: space-between;
    align-items: center;
}

#pc_header .menu_list{
    justify-content: flex-end;
    align-items: center;
    gap: 60px;
}

#pc_header .menu_list .menu{
    width: fit-content;
    position: relative;
}

#pc_header .menu_list .menu a{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .09em;
    line-height: 1.375;
    transition: .3s;
}

#pc_header .menu_list .menu::before{
    content: "";
    height: 20px;
    width: 1px;
    background-color: #fff;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    position: absolute;
}

#pc_header .menu_list .menu:first-child::before{
    display: none;
}

/* PCトップページ 共通設定 */
#main{
    margin-top: -97px;
}
/*fv*/

.fv{
    color: #fff;
    padding-bottom: 35px;
}

.fv_back{
    top: 0;
    z-index: -1;
    width: 100%;
    min-height: 720px;
    height: 100%;
}

.fv .main_title{
    font-size: 62px;
    font-weight: 700;
    letter-spacing: 0.09em;
    margin-bottom: 35px;
}

.fv .text{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.3;
}

.fv .underline{
    font-size: 26px;
}

.fv .underline::after{
    width: 96%;
    bottom: -3px;
}

.fv .text_area{
    padding-top: 250px;
}

.fv .text_area .yellow{
    font-size: 28px;
}

.fv .btn_container{
    margin-top: 80px;
}


/*btn*/
.btn_container .text{
    font-size: 20px;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 16px;
}

.btn_area{
    gap: 20px;
}

.btn{
    display: flex;
    gap: 20px;
    position: relative;
    width: 380px;
    height: 80px;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    letter-spacing: 0.09em;
    font-weight: 700;
    transition: all .3s;
}

.btn .mini{
    font-size: 14px;
    letter-spacing: 0.06em;
    font-weight: 500;
}

.btn .column{
    line-height: 1.4;
}

.btn::after{
    content: "";
    width: 12px;
    height: 12px;
    border-right: solid #fff 2px;
    border-bottom: solid #fff 2px;
    transform: rotate(-45deg);
}

.btn .btn_icon{
    max-width: 38px;
}

.btn.line{
    background: linear-gradient(-90deg,rgba(3, 199, 85, 1) 0%, rgba(0, 170, 71, 1) 100%);
    box-shadow: 0 5px 0 #007C34;
}

.btn.mail{
    background: linear-gradient(180deg,rgba(235, 255, 0, 1) 0%, rgba(226, 208, 0, 1) 100%);
    color: var(--text-color);
    box-shadow: 0 5px 0 #717100;
}

.btn.mail::after{
    border-color: var(--text-color);
}

/*Probrem*/

.probrem{
    width: 100%;
    height: 895px;
    padding-top: 95px;
    background-image: url("image/back_probrem.jpg");
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0, 100% 90%, 50% 100%, 0 90%);
    color: #fff;
    text-align: center;
}

.probrem .main_title{
    font-size: 46px;
    letter-spacing: 0.11em;
}

.probrem .sub_title{
    font-size: 26px;
    letter-spacing: 0.09em;
}

.probrem .blue{
    color: #99BCDB;
    font-size: 56px;
}

.probrem_list{
    grid-template-columns: repeat(3, 350px);
    gap: 70px 40px;
    margin-top: 75px;
}

.probrem_list .item{
    width: 100%;
    border: solid 1px rgba(160,160,160,1);
    padding: 34px 0 19px;
    font-size: 18px;
    letter-spacing: .09em;
    font-weight: 500;
    color: #DBDBDB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.probrem_list .item::after{
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    border: solid 1px rgba(93,93,93,1);
}

.probrem_list .item .number_area{
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    gap: 8px;
}

.probrem_list .item .number{
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
}

.probrem_list .item .mini{
    font-size: 12px;
    font-weight: 700;
    color: #909090;
    letter-spacing: 0;
}

/*solution*/
.solution{
    background: url("image/back_solution.jpg");
    background-size: cover;
    background-position: right;
    width: 100%;
    z-index: -1;
    position: relative;
    top: -95px;
    padding: 145px 0 105px;
}

.solution .text_area{
    text-align: center;
}

.solution .text_area .text_back{
    background-color: var(--blue);
    font-size: 48px;
    padding: 0 .08em .08em .1em;
}

.solution .text_area .sub_title{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.09em;
}

.solution .text_area .main_title{
    font-size: 48px;
    letter-spacing: 0.09em;
}

.solution .text_area .main_title .mini{
    font-size: 34px;
    margin-left: 0.3em;
}

.solution .text{
    font-size: 20px;
    letter-spacing: 0.14em;
    margin-top: 30px;
    font-weight: 600;
}


/*chat*/

.chat{
    background: url("image/back_chat.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    top: -95px;
    padding: 80px 0 60px;
    color: #fff;
}

.chat::before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #6E85C3;
    background: linear-gradient(246deg,rgba(110, 133, 195, 0.85) 10%, rgba(81, 98, 144, 0.97) 50%, rgba(36, 49, 82, 0.97) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.chat .text_area{
    z-index: 3;
    text-align: center;
    position: relative;
}

.chat .sub_title{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.09em;
}

.chat .main_title{
    font-size: 50px;
    letter-spacing: 0.17em;
    line-height: 1.4;
}

.chat .text{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.09em;
    margin: 1em auto 2.5em;
}

.chat .flex{
    justify-content: center;
}

.chat .flex .btn_text{
    align-items: flex-start;
}

/*reason*/

.reason{
    position: relative;
    top: -95px;
}

.reason .wrap{
    position: relative;
    z-index: 2;
}

.reason .back_blur{
    width: 100%;
    height: 100%;
    bottom: -1px;
    left: 0;
    background: #F5F5F5;
    background: linear-gradient(180deg,rgba(245, 245, 245, 0.29) 0%, rgba(245, 245, 245, 1) 100%);
}

.reason .reason_top{
    background: url("image/back_point.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 115px 0 135px;
    text-align: center;
}

.reason .reason_top .main_title{
    font-size: 40px;
    letter-spacing: 0.09em;
}

.reason .reason_top .main_title .mini{
    font-size: 0.75em;
}

.reason .reason_top .main_title .big{
    line-height: 0.6;
}

/*ポイント*/
.reason .point_area{
    width: 100%;
    background: #F5F5F5;
    padding-bottom : 180px;
}

.reason .point_area::after{
    content: "";
    width: 1140px;
    height: 1px;
    background-color: var(--text-color);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 90px;
    transform: translateX(-50%);
}

.reason .point_list{
    grid-template-columns: repeat(3, 280px);
    gap: 120px;
    padding: 0 20px;
    margin-top: 100px;
    justify-content: space-between;
    align-items: center;
}

.reason .point_list .item{
    background: #ffffff;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 50%, rgba(245, 242, 237, 1) 100%);
    aspect-ratio: 1 / 1;
    align-items: center;  
    justify-content: center;
    font-weight: 700;
}

.reason .point_list .item::before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border: solid #DEC564 1px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(10deg);
    z-index: -1;
}

.reason .point_list .item::after{
    content: "";
    width:92.8%;
    height: 92.8%;
    display: block;
    border: solid #AA972E 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.reason .number_area{
    text-align: center;
    align-items: center;
}

.reason .point_list .number_area{
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.reason .number_area .mini{
    font-size: 16px;
    color: #A8A59A;
    font-weight: 700;
}

.reason .number_area .number{
    font-size: 55px;
    color: var(--gold);
    line-height: 1;
    font-weight: 900;
}

.reason .point_list .item .text{
    font-size: 20px;
    letter-spacing: .09em;
    padding-bottom: 12px;
    transition: .3s;
    line-height: 1.45;
}

.reason .point_list .item:nth-child(2) .text{
    line-height: 1.75;
}

.reason .point_list .item .text::after{
    content: "";
    width: 12px;
    height: 12px;
    border-right: solid 2px var(--gold);
    border-bottom: solid 2px var(--gold);
    left: 50%;
    bottom: 40px;
    transform: rotate(45deg) translateX(-50%);
    display: block;
    position: absolute;
}

.reason .point_area .title_area{
    justify-content: center;
    gap: 40px;
    letter-spacing: .09em;
    font-weight: 700;
    align-items: center;
}

.reason .point_area .sub_title{
    font-size: 24px;
}

.reason .point_area .main_title{
    font-size: 38px;
    line-height: 1;
}

.reason .point_area .sub_title .dot::before{
    content: "・・・・・";
    top: -1em;
}

.reason .point_area .number{
    font-size: 92px;
    
}

.reason .point_area .number_area::before,
.reason .point_area .number_area::after{
    content: "";
    width:133px;
    height: 133px;
    display: block;
    bottom: 15px;
    right: 35px;
    position: absolute;
    opacity: 0.4;
    z-index: -1;
}

.reason .point_area .number_area::before{
    border: solid 1px #C6C6C6;
}

.reason .point_area .number_area::after{
    border: solid 1px #DEC564;
    transform: rotate(10deg);
}

.reason .point_area .mini{
    font-size: 24px;
}

/*割引特典*/
.reason .benefits_list{
    grid-template-columns: repeat(2, 555px);
    margin: 50px 0 70px;
    gap: 30px;
}

.benefits_list .item {
    height: 270px;
    gap: 30px;
    background-color: #fff;
    flex-wrap: nowrap;
    box-shadow: 0 1px 2px 0 rgba(51,51,51,.3);
}

.benefits_list .item .img_area{
    width: 240px;
    height: 100%;
    overflow: hidden;
}

.benefits_list .item .img_area img{
    height: 100%;
}


.benefits_list .item:nth-child(1) .img_area img{
    object-position: 90%;
}

.benefits_list .item:nth-child(2) .img_area img,
.benefits_list .item:nth-child(4) .img_area img{
    object-position: left;
}

.benefits_list .item  .text_area{
    padding: 30px 0;
}

.benefits_list .benefits_num{
    background-color: #FFFAE6;
    padding: 15px 15px 10px 18px;
    color: var(--gold);
    font-size: 16px;
    position: relative;
    display: block;
    line-height: 1;
    font-weight: 700;
}

.benefits_list .benefits_num::after{
    content: "";
    width: 93.33%;
    height: 85%;
    display: block;
    border: solid #B19422 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}

.benefits_list .benefits_num .en{
    font-size: 22px;
    margin-left: 2px;
    line-height: 0.9;
}

.benefits_list .text_area{
    align-items: flex-start;
    gap: 5px;
}

.benefits_list .text_area .title{
    font-weight: 700;
    font-size: 28px;
    line-height: 1.37;
    letter-spacing: .09em;
}

.benefits_list .text_area .hr{
    width: 40px;
    height: 2px;
    background-color: var(--text-color);
    flex-shrink: 0;
    margin-block: 9px;
}

.benefits_list .text_area .text{
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.57;
}

.reason .line_area{
    text-align: center;
}

.reason .line_area .title{
    text-align: center;
    font-size: 33px;
    letter-spacing: .09em;
    margin-bottom: 20px;
    font-weight: 700;
}

.reason .line_area .bana{
    width: 100%;
    display: block;
}

.reason .line_area .bana::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left:0;
    background-color: #fff;
    opacity: 0;
    transition: .3s;
}

/*point01*/
.img_text_area{
    gap: 185px;
    margin-top: 65px;
}

.img_text_area .img_area{
    width: 570px;
    height: 340px;
}

.img_text_area .img_area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_text_area .img_area.flex{
    gap: 10px;
    flex-wrap: nowrap;
    z-index: -1;
}

.img_text_area .img_area .img.ab{
    width: 100%;
    height: 100%;
    left: 100px;
    top: 80px;
    z-index: -1;
}

.img_text_area .img_area .img.blur{
    overflow: hidden;
}

.img_text_area .img_area .img.blur::after{
   content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top:0;
    left: 0;
    background-color: rgba(76,139,219,0.2);
}

.img_text_area .img_area .img.blur img{
    filter: blur(8px);
}

.img_text_area .text_area{
    background-color: #fff;
    padding: 40px 40px 30px;
    gap: 30px;
    right: 0;
    top: 120px;
    width: 600px;
    min-height: 260px;
}

.img_text_area .text_area::before{
    content: "";
    width: 100%;
    height: 100%;
    border: solid 1px var(--blue);
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: -1;
}

.img_text_area .text_area .text{
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.43;
}

.reason .img_text_area .title_area{
    font-size: 25px;
    letter-spacing: .09em;
    line-height: 1.44;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    font-weight: 700;
    flex-wrap: nowrap;
}

.img_text_area .title_area::before{
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background-color: var(--blue);
    margin: 0.4em 0;
}

.img_text_area .title_area .mini{
    font-size: 18px;
    font-weight: 500;
}

.img_text_area .item.reverse .text_area{
    right: unset;
    left: 0;
    top: 80px;
}

.img_text_area .item.reverse .title_area .title{
    font-size: 30px;
    line-height: 1;
}

.img_text_area .item.reverse .img_area .img{
    width: 283px;
    height: 340px;
}

.img_text_area .item.reverse .img_area .img:first-child{
    position: relative;
    top: 20px;
}

.img_text_area .contact .sub_title{
    font-size: 20px;
    font-weight: 700;
}

.img_text_area .contact{
    text-align: center;
    background-color: #FAFAFA;
    padding: 30px 0;
    margin-top: 30px;
}

.img_text_area .icon_area{
    justify-content: center;
    gap: 80px;
    height: 70px;
    margin-top: 30px;
}

.img_text_area .icon_area .item{
    height: 100%;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    position: relative;
}

.img_text_area .icon_area .item::before{
    content: "";
    width: 1px;
    height: 50px;
    position: absolute;
    background-color: #707070;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.img_text_area .icon_area .item:first-child::before{
    display: none;
}

.img_text_area .icon_area .icon{
    width: 41px;
    height: 41px;
}

/*point02*/
.reason .support_area{
    margin-top: 240px;
    text-align: center;
}

.support_area .support_list{
    margin-top: 35px;
    justify-content: center;
    gap: 20px;
}

.support_area .support_list .item{
    background-color: #fff;
    width: 365px;
    gap: 20px;
    text-align: left;
    padding: 20px;
    align-items: center;
}

.support_area .support_list .item .img_area{
    width:100px;
}

.support_area .support_list .item:nth-child(1),
.support_area .support_list .item:nth-child(2){
    width: 560px;
    gap: 30px;
}

.support_area .support_list .item:nth-child(1) .img_area,
.support_area .support_list .item:nth-child(2) .img_area{
    width:140px;
}

.support_area .support_list .item .text_area{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.09em;
    line-height: 1.4;
}

.support_area .support_list .text_area .attention{
    margin-top: 14px;
    font-weight: 500;
}

.support_area .support_list .item .text_area .mini{
    font-size: 16px;
}

.support_area .support_list .item .text_area .more{
    font-size: 14px;
    margin: 25px 0 0 auto;
    position: relative;
    width: fit-content;
    transition: .3s;
}

.support_area .support_list .item .text_area .more_btn{
    align-items: center;
}

.support_area .support_list .item .text_area .more svg{
    width: 13.3px;
    margin-left: 24px;
    fill: var(--text-color);
    transition: .3s;
}

.support_area .support_list .item .text_area .more::after{
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    display: block;
    position: relative;
    bottom: -5px;
    transition: .3s;
}
/*point03*/

#point3{
    background: url("image/back_point.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.point_area .logo_area{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.09em;
}

.point_area .logo_area .flex{
    flex-wrap: nowrap;
    gap: 40px;
    font-size: 60px;
    font-weight: 900;
    align-items: center;
    justify-content: center;
}

.point_area .logo_area .flex .en{
    padding-top: 10px;
    color: #000;
}

.point_area .logo_area .logo{
    max-width: 318px;
    max-height: 94px;
}

.point_area .logo_area .text_area{
    margin-block: 28px;
}

.point_area .logo_area .attention{
    color: #464646;
    font-size: 13px;
}

.point_area .flex.group{
    background: #ffffff;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0.8) 0%, rgba(245, 242, 237, 0.8) 100%);
    align-items: center;
    padding: 60px 0 80px;
    margin-top: 40px;
    gap: 40px;
    text-align: center;
}

.point_area .flex.group .title{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .09em;
}

.point_area .icon_grid{
    grid-template-columns: repeat(4,250px);
    gap: 20px;
}

.point_area .icon_grid .item{
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    text-align: center;
    gap: 20px;
    background-color: #fff;
    font-weight: 700;
    box-shadow: 0 1px 2px 0 rgba(97,120,159,.21);
}

.point_area .icon_grid .item img{
    width: 100px;
}

.point_area .group .text_area{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .09em;
}

.point_area .group .text_area .blue{
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
}

.point_area .group .arrow{
    font-size: 38px;
    font-weight: 700;
    line-height: 1.4;
}

.reason #point3 .back_blur{
    background: #F5F5F5;
    background: linear-gradient(180deg,rgba(245, 245, 245, 1) 60%, rgba(245, 245, 245, 0) 100%);
    bottom: 0;
}

.reason #point3 .back_blur2{
    background: #FFF;
    background: linear-gradient(180deg,rgba(245, 245, 245, 0) 65%, rgba(245, 245, 245, 1) 79%);
    width: 100%;
    height: 50%;
    bottom: -1px;
    left: 0;
}

.arrow{
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #508DDE;
    width: 287px;
    height: 80px;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
}
.arrow2{
    content: "";
    background-color: #1653A5;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 194px;
    height: 52px; 
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    position: absolute;
}

.reason #point3::after{
    display: none;
}

.reason_bottom{
    text-align: center;
    background-color: #F5F5F5;
}

.reason_bottom .wrap{
    top: -70px;
}

.reason_bottom .main_title{
    font-size: 46px;
}

.reason_bottom .attention{
    color: #464646;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 600;
    margin-top: 10px;
}

/*お客様の声*/
.voice{
    margin-bottom: 190px;
}

.voice .title_area{
    text-align: center;
    letter-spacing: .09em;
    font-size: 20px;
    width: fit-content;
    margin: 0 auto 40px;
}

.voice .title_area .main_title{
    font-size: 38px;
}

.voice .title_area .holland{
    font-size: 48px;
    left: 87%;
    transform: rotate(-5deg);
    bottom: -5px;
    white-space: nowrap;
}

/*スライダー*/
.carousel_container {
    max-width: 1014px;
    margin: 0 auto;
    position: relative;
}

.slide_item {
    padding: 0 15px;
    outline: none;
}

.slide_content {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.18);
    transition: transform 0.3s ease;
    height: 100%;
}

.slide_image {
    width: 100%;
    height: 200px;
    display: block;
    overflow: hidden;
}

.slide_image img{
    height: 100%;
}

.slide_image.scale img{
    height: 138%;
    object-position: 79%;
}

.slide_text {
    padding: 20px 25px;
    text-align: left;
    font-weight: 700;
    letter-spacing: .09em;
}

.slide_description {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 15px;
    min-height: 82px;
}

.slide_name {
    font-size: 14px;
    border-top: 1px solid #efefef;
    padding-top: 20px;
}

/* Slick カスタマイズ */
.slick-slider {
    margin-bottom: 30px;
}
.slick-list {
    padding-bottom: 2px;
}

/* Arrow カスタマイズ */
.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
    background: #EAEAEA;
    border-radius: 50%;
    box-shadow: none;
    z-index: 10;
    transition: .2s;
}

.slick-prev {
    left: -70px;
}

.slick-next {
    right: -70px;
}

.slick-prev:before, .slick-next:before {
    content: "";
    color: #333;
    opacity: 1;
    transition: .2s;
    width: 13px;
    height: 13px;
    border-left: solid 2px var(--text-color);
    border-bottom: solid 2px var(--text-color);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
    background: #EAEAEA;
}

.slick-prev:before{
    transform: translate(-30%, -50%) rotate(45deg);
}

.slick-next:before{
    transform: translate(-70%, -50%) rotate(225deg);
}


/* Dots カスタマイズ */
.slick-dots {
    bottom: -45px;
}
.slick-dots li,
.slick-dots li button{
    width: 10px;
    height: 10px;  
}

.slick-dots li button:before {
    font-size: 12px;
    color: #d6d6d6;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: var(--blue);
}


/*バナーエリア*/
.contents_area{
    margin-bottom: 120px;
}

.contents_area .bana_area{
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.contents_area .bana_area .bana{
    transition: .3s;
}


/*youtubeエリア*/
.contents_area .youtube_area{
    margin-top: 90px;
    background-color: #F8F8F8;
    padding: 60px 0 65px;
    text-align: center;
    font-weight: 700;
    letter-spacing: .09em;
    z-index: 1;
    position: relative;
}

.contents_area .youtube_area .gold{
    font-size: 20px;
}

.contents_area .youtube_area .main_title{
    font-size: 36px;
    line-height: 1.86;
}

.contents_area .youtube_area .text{
    font-size: 18px;
    line-height: 1.44;
    margin-top: 15px;
}

.contents_area .snsbtn_area{
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}

.contents_area .snsbtn_area .snsbtn{
    padding: 22px 40px;
    width: 340px;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    position: relative;
    gap: 25px;
    transition: .2s ease-in;
}

.contents_area .snsbtn_area .snsbtn p{
    flex-grow: 2;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}

.contents_area .snsbtn_area .snsbtn::before,
.contents_area .snsbtn_area .snsbtn::after{
    content: "";
    display: block;
}

.contents_area .snsbtn_area .snsbtn::before{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom:-5px;
    left: 5px;
    border: 1px var(--blue) solid;
    z-index: -1;
    transition: .1s;
    clip-path: polygon(99% 88%, 99% 0, 100% 0, 100% 100%, 0 100%, 0 88%);
}
.contents_area .snsbtn_area .snsbtn::after{
    width: 13px;
    height: 13px;
    border-right: 1px var(--blue) solid;
    border-bottom: 1px var(--blue) solid;
    transform: rotate(-45deg);
}

.contents_area .snsbtn_area .icon{
    width: 46px;
}

/*追従ボタン*/

#fix_area{
    position: fixed;
    z-index: 20;
    width: 100vw;
    padding: 10px;
    bottom: 0;
    left: 0;
    background-color: #EAFAFF;
    display: none;
}

#fix_area .flex{
    flex-wrap: nowrap;
    max-width: 1440px;
    margin: 0 auto;
}

#fix_area > .flex{
    flex-wrap: nowrap;
    justify-content: space-between;
}

#fix_area .name_area{
    padding-left: 40px;
}

#fix_area .btn.line {
    gap: 10px;
}

#fix_area .btn{
    height: 70px;
    font-size: 18px;
    transition: .3s;
}

#fix_area .btn.line{
    color: #fff;
}

#fix_area .btn.line,
#fix_area .btn.mail {
    box-shadow: none;
}

/* 表示状態 */
#fix_area.visible {
    display: block;
}


/* PCフッター 共通設定 */
.footer{
    background: url("image/back_footer.jpg");
    background-size: cover;
    width: 100vw;
    padding: 100px 0 30px;
}

.footer > .flex.column{
    gap: 50px;
    margin-bottom: 75px;
    justify-content: center;
    align-items: center;
}

.footer .name_area .name{
    gap: 5px;
}

.footer .name_area .name .sub{
    font-size: 26px;
}

.footer .name_area .name .main{
    font-size: 35px;
}

.footer .name_area .name .sub::before{
    width: 60px;
}

.footer .name_area .name .sub::after{
    width: 61px;
}

.footer .btn.line{
    color: #fff;
}

/*コピーライト*/

.footer .copywrite_area{
    text-align: center;
}

.footer .copy{
    font-size: 13px;
    line-height: 1.46;
    letter-spacing: .09em;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    background: #F5F5F5;
    padding-block: 140px;
    margin-block: 0 1em;
}

.common_page_main .title_box {
    text-align: center;
}

.common_page_main .title_box .title {
    font-size: 40px;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.5;
}

.common_page_main .title_box .title .mini{
    font-size: 16px;
}

.common_page_wrap {
    padding: 100px 0;
}

.not_found .text {
    text-align: center;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
    color: #3E3E3E;
    letter-spacing: .08em;
}

.breadcrumb a {
    text-decoration: none;
    color: #3E3E3E;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
    color: #3E3E3E;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    margin-block: 0 3.8em;
}

.contact_form_disc .text {
    font-size: 16px;
    margin-block: 0 1em;
}

.contact_form_disc .caution {
    font-size: 14px;
}

.common_contact_form .form_box {
    margin-block: 0 50px;
}

.common_contact_form .form_box dl {
    display: grid;
    grid-template-columns: 26.5% 1fr;
    align-items: center;
    gap: 80px;
}

.common_contact_form .form_box dl.start {
    align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
    margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
    display: flex;
    align-items: center;
    gap: 1.3em;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 700;
    padding-inline: 0 0.5em;
    position: relative;
}

.common_contact_form .form_box dl dt .label {
    flex-shrink: 0;
    color: #3E3E3E;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 700;
    border-radius: 100vmax;
    padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
    background: #C70000;
    color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
    background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #AAA;
    position: absolute;
    top: 0;
    right: 0;
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    padding: 0.8em 1em;
}

.common_contact_form textarea {
    width: 100%;
    height: 180px;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 1em;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
    color: #C7C4C4;
}

.common_contact_form select {
    width: 47.5%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    padding: 1.1em 1em;
}

.common_contact_form select.empty {
    color: #C7C4C4;
}

.page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

.page_contact #btn_wrap button {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 310px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 900;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
    background: #333;
    margin-top: 20px;
}

.page_contact #btn_wrap button:hover {
    opacity: .8;
}

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px #ccc;
    padding-left: 1em;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 60%;
    margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::after {
    content: "";
    margin: 5px auto 0;
    border: solid #333;
    border-width: 2px 2px 0 0;
    width: 10px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    rotate: 135deg;
    display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
}

/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
    cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #E6E6E6;
    background: #F8F8F8;
    border-radius: 50%;
    width: 20px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 10px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0px;
    left: 5px;
    border: none;
    background: #5A5A5A;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field label {
    cursor: pointer;
}

.mwform-checkbox-field-text {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    width: 20px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #333 #333;
    border-style: solid;
    width: 20px;
    aspect-ratio: 2/1;
    min-width: 0;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

/* サンクスページ */

.page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

.page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.6em;
    margin-block: 0 3em;
}

.page_contact .progressbar .item {
    color: #3E3E3E;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.page_contact .progressbar .item+.item::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    top: 64%;
    left: -5em;
}

.page_contact .progressbar .item .mark {
    width: 36px;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #AFAFAF;
    border-radius: 50%;
    display: block;
    margin: 0 auto 0.5em;
    position: relative;
}

.page_contact .progressbar .item .mark::before {
    content: "";
    width: 41%;
    aspect-ratio: 1;
    background: #5A5A5A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
    opacity: 1;
}

.page_contact .progressbar .item .en {
    display: block;
    color: #A7A7A7;
    letter-spacing: 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #eee;
    padding-right: 30px;
}

.archive_page_list>article:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    border: solid #ccc;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.archive_page_list>article .date {
    font-weight: bold;
    font-size: 80%;
    width: 100px;
}

.archive_page_list>article .content_area {
    width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* wp-pagenavi base */
.wp-pagenavi {
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
    font-weight: bold;
}

@media (hover: hover) {

    #pc_header .name_area:hover,
    #pc_header .menu_list .menu a:hover{
        opacity: .6;
    }
    
    .btn.line:hover,
    .btn.mail:hover{
        transform: translateY(5px);
    }
    
    .btn.line:hover{
        box-shadow: 0 0 0 #007C34;
    }
    .btn.mail:hover{
        box-shadow: 0 0 0 #717100;
    }
    
    .reason .point_list .item:hover .text{
       opacity: 0.6;
    }
    
    .support_area .support_list .item .text_area .more:hover{
        color: #2171DD;
    }

    .support_area .support_list .item .text_area .more:hover svg{
        fill: #2171DD;
    }

    .support_area .support_list .item .text_area .more:hover::after{
        background-color: #2171DD;
    }

    .reason .line_area .bana:hover::after{
        opacity: 0.2;
    }
    
    .contents_area .snsbtn_area .snsbtn:hover{
        transform: translate(5px, 5px);
    }
    .contents_area .snsbtn_area .snsbtn:hover::before{
        opacity: 0;
        border-top-color: #fff;
        border-left-color: #fff;
    }
    .bana_area .bana:hover{
        opacity: .7;
    }
    
    #fix_area .btn:hover{
        opacity: .7;
        transform: translateY(0);
    }

    .slick-prev:hover, .slick-next:hover {
        background: #A5A5A5;
    }

    .slick-prev:hover:before, .slick-next:hover:before {
        border-left: solid 2px #fff;
        border-bottom: solid 2px #fff;
    }
    .slick-dots li button:hover:before {
        color: var(--blue);
    }

}

@media (max-width: 750px) {
    body{
        min-width: unset;
    }
    
    .wrap,.wrap.mid,.wrap.lr {
        max-width: 90vw;
        width: 90%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 13px;
    }
    
    .dot::before {
        font-size: 5vw;
        letter-spacing: 0.9em;
        margin-left: 0.3em;
    }
    
    .text_back {
        font-size: 5.1vw;
        padding: 0 .2em .05em .3em;
        margin-left: -0.1em;
        line-height: 1.5;
    }

    .attention{
        font-size: 3vw;
        font-weight: 500;
    }
    
    .gold.underline::after {
        height: 3px;
    }
    /* SPヘッダー */
    #sp_header {
        position: relative;
        left: 0;
        top: 10.7vw;
        width: 100%;
        z-index: 999;
        height: 55px;
        color: #fff;
    }

    #sp_header .logo {
        position: absolute;
        left: 10px;
        top: 10px;
        line-height: 0;
    }

    #sp_header .logo img {
        height: 40px;
    }

    #sp_header .icon {
        color: #000;
        position: absolute;
    }

    #sp_header .mail {
        right: 70px;
        top: 13px;
        font-size: 25px;
    }

    #sp_header .tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }
    
    #sp_header .name_area .name .sub{
        font-size: 13px;
    }
    
    #sp_header .name_area .name .main{
        font-size: 18px;
    }

    /* PCトップページ 共通設定 */
    #main{
        margin-top: -55px;
    }
    /*fv*/

    .fv{
        padding-bottom: 5.12vw;
    }

    .fv_back{
        width: 100vw;
        height: 100%;
        object-position: 10%;
        filter: brightness(80%);
    }

    .fv .main_title{
        font-size: 10.76vw;
        margin-bottom: 4.1vw;
        letter-spacing: 0.04em;
        line-height: 1.35;
    }

    .fv .text{
        font-size: 4.61vw;
    }

    .fv .underline{
        font-size: 4.61vw;
        padding-bottom: 0.8em;
    }

    .fv .underline::after{
        bottom: -3px;
    }
    
    .fv .spmini{
        font-size: 4.1vw;
    }

    .fv .text_area{
        padding-top: 41vw;
    }

    .fv .text_area .yellow{
        font-size: 5.6vw;
        letter-spacing: 0.05em;
    }

    .fv .text_area .yellow .big{
        font-size: 11.2vw;
        letter-spacing: 0;
    }

    .fv .btn_container{
        margin-top: 10.25vw;
    }


    /*btn*/
    .btn_container .text{
        font-size: 4.6vw;
        margin-bottom: 0.8em;
    }

    .btn_area{
        gap: 2.5vw;
        width: 100%;
    }

    .btn{
        height: 17.9vw;
        padding: 3vw 5.12vw;
        font-size: 4.6vw;
    }
    
    .btn.mail{
        height: 20.5vw;
        padding: 7vw 5.12vw;
    }

    .btn .mini{
        font-size: 3.33vw;
    }

    .btn .btn_icon{
        max-width: 8vw;
    }
    

    /*Probrem*/

    .probrem{
        height: 270vw;
        padding-top: 19.2vw;
        clip-path: polygon(0% 0%, 100% 0, 100% 97%, 50% 100%, 0 97%);
        background-position: 99%;
    }

    .probrem .main_title{
        font-size: 6.15vw;
        letter-spacing: 0.1em;
    }

    .probrem .sub_title{
        font-size: 3.84vw;
        margin-bottom: .8em;
    }

    .probrem .blue{
        font-size: 8.71vw;
    }

    .probrem_list{
        grid-template-columns: 1fr;
        gap: 6.66vw;
        margin-top: 8.97vw;
    }

    .probrem_list .item{
        padding: 3.84vw 6.41vw 1.53vw;
        font-size: 4.1vw;
        text-align: left;
        justify-content: flex-start;
        gap: 3.84vw;
    }

    .probrem_list .item .number_area{
        top: 0;
        left: 0;
        transform: translateX(0);
        z-index: 3;
        position: relative;
        gap: 5px;
    }

    .probrem_list .item .number{
        font-size: 11vw;
    }

    .probrem_list .item .mini{
        font-size: 2.56vw;
    }
    
    .probrem_list .item .text{
        line-height: 1.5;
    }

    .probrem_list .item .text .text_back:last-child{
        margin-top: 2px;
    }

    /*solution*/
    .solution{
        padding: 38vw 0 15.3vw;
        background-image: url("image/back_solution_sp.jpg");
    }


    .solution .text_area .text_back{
        font-size: 6.15vw;
        padding: 0 .08em .08em .05em;
    }

    .solution .text_area .sub_title{
        font-size: 5.12vw;
    }

    .solution .text_area .main_title{
        font-size: 6.15vw;
    }

    .solution .text_area .main_title .mini{
        font-size: 6.15vw;
    }

    .solution .text{
        font-size: 3.8vw;
        margin-top: 4.7vw
    }


    /*chat*/

    .chat{
        background-size: cover;
        width: 100%;
        padding: 12vw 0 12vw;
        background-position: 92%;
    }

    .chat::before{
        background: linear-gradient(246deg,rgba(110, 133, 195, 0.6) 0%, rgba(81, 98, 144, 0.79) 40%, rgba(36, 49, 82, 0.97) 100%);
    }

    .chat .sub_title{
        font-size: 4.61vw;
    }

    .chat .main_title{
        font-size: 10.7vw;
        letter-spacing: 0.15em;
        line-height: 1.19;
    }

    .chat .main_title .spmini{
        font-size: 8.2vw;
        line-height: 1.56;
    }

    .chat .text{
        font-size: 3.33vw;
        margin: 4vw auto 6vw;
    }
    
    .chat .btn_area{
        width: 90%;
        margin: 0 auto;
        gap: 15px;
    }    

    .chat .flex .btn_text{
       flex-grow: 2;
        text-align: left;
    }    

    /*reason*/
    .reason .reason_top{
        padding: 20.5vw 0 15.38vw;
    }

    .reason .reason_top .main_title{
        font-size: 7.69vw;
    }

    .reason .reason_top .main_title .mini{
        font-size: 0.8em;
    }

    .reason .reason_top .main_title .big{
        font-size: 14.8vw;
    }

    /*ポイント*/
    .reason .point_area{
        width: 100%;
        background: #F5F5F5;
        padding-bottom :23vw;
    }

    .reason .point_area::after{
        width: 90%;
        bottom: 11vw;
        margin: 0 auto;
    }

    .reason .point_list{
        grid-template-columns: repeat(1, 100%);
        gap: 7.69vw;
        padding: 0;
        margin-top: 15.3vw;
        justify-content: center;
        align-items: center;
    }

    .reason .point_list .item{
        aspect-ratio: unset;
        align-items: center;  
        justify-content: center;
        padding: 6.9vw;
        gap: 3vw;
    }
    
    .reason .point_list .item::before{
        transform: rotate(3deg);
    }
    
    .reason .point_list .item::after {
        width: 94.28%;
        height: 81.8%;
    }
    
    .reason .point_list .number_area{
        top: 0;
        left: 0;
        transform: translateX(0);
        position: relative;
    }
    
    .reason .number_area .mini{
        font-size: 2.56vw;
    }

    .reason .number_area .number{
        font-size: 8.71vw;
    }

    .reason .point_list .item .text{
        font-size: 3.58vw;
        letter-spacing: .06em;
        padding-bottom: 0;
        line-height: 1.7;
        flex-grow: 3;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        text-align: left;
    }

    .reason .point_list .item:nth-child(2) .text{
        line-height: 1.7;
    }

    .reason .point_list .item .text::after{
        left: 0;
        bottom: 0;
        transform: rotate(45deg) translateX(0);
        position: relative;
    }

    .reason .point_area .title_area{
        gap: 10px;
        align-items: flex-start;
        flex-direction: column;
    }

    .reason .point_area .sub_title{
        font-size: 4.1vw;
        margin-bottom: 2.5vw;
    }

    .reason .point_area .main_title{
        font-size: 6.1vw;
        line-height: 1.45;
    }

    .reason #point2 .sub_title{
        font-size: 4.6vw;
        margin-left: 0;
        margin-bottom: 0;
    }

    .reason .point_area .sub_title .dot::before{
        font-size: 4vw;
        letter-spacing: 0.1em;
        margin-left: 0;
        top: -1em;
    }

    .reason .point_area .number_area{
        align-items: flex-start;
     }
    .reason .point_area .number{
        font-size: 14.1vw;
     }

    .reason .point_area .number_area::before,
    .reason .point_area .number_area::after{
        width: 17.6vw;
        height: 17.6vw;
        top: 0.9vw;
        bottom: unset;
        right: unset;
        left: 8.4vw;
    }

    .reason .point_area .mini{
        font-size: 4vw;
    }

    /*割引特典*/
    .reason .benefits_list{
        grid-template-columns: repeat(1, 100%);
        margin: 8.9vw 0 10vw;
        gap: 2.5vw;
    }

    .benefits_list .item {
        height: unset;
        min-height: 66.9vw;
        flex-direction: column;
        gap: 5.12vw;
        position: relative;
    }

    .benefits_list .item .img_area{
        width: 100%;
        height: 30.7vw;
        flex-shrink: 0;
    }

    .benefits_list .item .img_area img{
        width: 100%;
    }

    .benefits_list .item:nth-child(1) .img_area img{
        object-position: center;
    }

    .benefits_list .item:nth-child(2) .img_area img{
        object-position: left 32%;
        transform: scale(1.2);
        position: relative;
        left: 10%;
    }
    
    .benefits_list .item:nth-child(3) .img_area img{
        object-position: center 92%;
    }
    
    .benefits_list .item:nth-child(4) .img_area img{
        object-position: center 35%;
    }
    
    .benefits_list .item  .text_area{
        padding: 0 5.12vw 5.12vw;
    }

    .benefits_list .benefits_num{
        padding: 3vw 3.8vw;
        font-size: 4.1vw;
        position: absolute;
        top: 20.7vw;
        left: 0;
    }

    .benefits_list .benefits_num .en{
        font-size: 6.1vw;
        line-height: 0.1;
    }

    .benefits_list .text_area{
        gap: 2.5vw;
    }

    .benefits_list .text_area .title{
        font-size: 5.12vw;
        line-height: 1.45;
    }

    .benefits_list .text_area .hr{
        width: 12.8vw;
        height: 2px;
        margin-block: 9px;
    }

    .benefits_list .text_area .text{
        font-size: 3.5vw;
        line-height: 1.7;
    }

    .reason .line_area .title{
        font-size: 4.6vw;
        margin-bottom: 3vw;
    }

    /*point02*/
    .img_text_area{
        gap: 57.6vw;
        margin-top: 7.6vw;
    }

    .img_text_area .img_area{
        width: 76.92vw;
        height: 46.1vw;
        left: 5.12vw;
        position: relative;
    }

    .img_text_area .img_area.flex{
        gap: 5.12vw;
        z-index: inherit;
        right: 2.56vw;
        left: unset;
    }

    .img_text_area .img_area .img.ab{
        left: -5.12vw;
        top: 5.12vw;
    }
    
    .img_text_area .item.reverse .img_area .img {
        width: 35.69vw;
        height: 46.1vw;
    }
    
    .img_text_area .item.reverse .img_area .img:nth-child(1) .cover{
        object-position: left;
    }
    
    .img_text_area .text_area{
        padding: 6.41vw 5.12vw;
        gap: 3vw;
        right: 0;
        top: 41vw;
        width: 84.6vw;
        min-height: unset;
    }

    .img_text_area .text_area::before{
        left: -10px;
        top: -20px;
    }
    
    .img_text_area .item.reverse .text_area::before{
        left: 20px;
    }

    .img_text_area .text_area .text{
        font-size: 3.33vw;
        line-height: 1.53;
        font-weight: 700;
    }

    .reason .img_text_area .title_area{
        font-size: 4.1vw;
        line-height: 1.5;
        gap: 10px;
        flex-direction: row;
    }
    
    .img_text_area #point2 .title_area::before {
        margin: 0;
    }
    
    .img_text_area .title_area .mini{
        font-size: 3vw;
        letter-spacing: 0;
    }

    .img_text_area .item.reverse .text_area{
        right: unset;
        left: 0;
        top: 41vw;
    }

    .img_text_area .item.reverse .title_area .title{
        font-size: 4.1vw;
    }


    #point2 .contact .sub_title{
        font-size: 3.33vw;
        font-weight: 500;
    }

    .img_text_area .contact{
        padding: 2.56vw 0;
        margin-top: 2.56vw;
    }

    .img_text_area .icon_area{
        gap: 2vw 20.5vw;
        height: 37.17vw;
        margin: 3vw auto 0;
        width: 61.53vw;
    }

    .img_text_area .icon_area .item{
        gap: 2vw;
        justify-content: center;
        height: fit-content;
        width: 11vw;
    }

    .img_text_area .icon_area .item::before{
        height: 12.8vw;
        left: -11vw;
    }
    
    .img_text_area .icon_area .item:nth-child(3)::before{
        display: none;
    }


    .img_text_area .icon_area .icon{
        width: 8.46vw;
        height: 8.46vw;
    }


    .reason .support_area{
        margin-top: 95vw;
    }

    .support_area .support_list{
        margin: 8vw auto 0;
        gap: 2.5vw;
        width: 90%;
    }
    
    .support_area .support_list .text_area .attention {
        margin-top: 2vw;
        text-indent: -1em;
        margin-left: 1em;
    }
    
    .support_area .support_list .item{
        width: 100%;
        gap: 3.84vw;
        padding: 3.8vw;
    }

    .support_area .support_list .item .img_area{
        width: 21.79vw;
    }

    .support_area .support_list .item:nth-child(1),
    .support_area .support_list .item:nth-child(2){
        width: 100%;
        gap: 3.84vw;
    }

    .support_area .support_list .item:nth-child(1) .img_area,
    .support_area .support_list .item:nth-child(2) .img_area{
        width: 21.79vw;
    }

    .support_area .support_list .item .text_area{
        font-size: 4.1vw;
        line-height: 1.8;
        flex-grow: 2;
    }

    .support_area .support_list .item:nth-child(1) .text_area{
        line-height: 1.375;
    }
    
    .support_area .support_list .item:nth-child(2) .text_area{
        font-size: 3.84vw;
        line-height: 1.46;
    }

    .support_area .support_list .item .text_area .mini{
        font-size: 3.58vw;
    }

    .support_area .support_list .item .text_area .more{
        font-size: 3.33vw;
        margin: 3.33vw 0 0 auto;
    }

    .support_area .support_list .item .text_area .more svg{
        width: 2.87vw;
        margin-left: 6.4vw;
    }
    
    .support_area .support_list .item .text_area .more::after {
        bottom: -3px;
    }
    
/*point03*/

    #point3{
        background-size: cover;
        background-position: center;
    }
    
    .reason #point3 .title_area{
        align-items: center;
    }
    
    .reason #point3 .number_area::before, .reason #point3 .number_area::after {
        left: -7.6vw;
    }
    
    .point_area .logo_area{
        font-size: 3.58vw;
        margin-top: 8.8vw;
    }

    .point_area .logo_area .flex{
        gap: 4vw;
        font-size: 8vw;
    }

    .point_area .logo_area .logo{
        max-width: 39.74vw;
        max-height: 11.28vw;
    }

    .point_area .logo_area .text_area{
        margin-block: 3.8vw 5.12vw;
    }

    .point_area .logo_area .attention{
    font-size: 3vw;
    }

    .point_area .flex.group{
        align-items: center;
        padding: 7.69vw 5.12vw 12.8vw;
        margin-top: 12.8vw;
        gap: 2.56vw;
    }

    .point_area .flex.group .title{
        font-size: 4.61vw;
    }

    .point_area .icon_grid{
        grid-template-columns: repeat(1,79.48vw);
        gap: 2.56vw;
    }

    .point_area .icon_grid .item{
        padding: 5.12vw 3.84vw;
        gap: 5.12vw;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
    }

    .point_area .icon_grid .item img{
        width: 20.5vw;
    }
    
    .point_area .icon_grid .item .text{
        font-size: 3.58vw;
        line-height: 1.48;
    }

    .point_area .group .text_area{
       font-size: 3.5vw;
        letter-spacing: .06em;
    }

    .point_area .group .text_area .blue{
        font-size: 5.12vw;
        margin-top: 3.8vw;
    }

    .reason #point3 .back_blur{
        background: linear-gradient(180deg,rgba(245, 245, 245, 1) 50%, rgba(245, 245, 245, 0) 100%);
    }

    .reason #point3 .back_blur2{
        background: linear-gradient(180deg,rgba(245, 245, 245, 0) 78%, rgba(245, 245, 245, 1) 90%);
    }

    .arrow{
        width: 48.7vw;
        height: 13.5vw;
        bottom: -8.9vw;
    }
    .arrow2{
        width: 32.8vw;
        height: 8.7vw; 
        bottom: -12.8vw;
    }
    
    .reason_bottom {
        padding-bottom: 3vw;
    }
    
    .reason_bottom .wrap{
        top: -8.25vw;
    }

    .reason_bottom .main_title{
        font-size: 6.15vw;
    }

    .reason_bottom .attention{
        font-size: 3vw;
        margin-top: 10px;
        letter-spacing: .09em; 
    }

    /*お客様の声*/
    .voice{
        margin-bottom: 25.6vw;
    }

    .voice .title_area{
        font-size: 3.8vw;
        margin: 0 auto 7.6vw;
    }

    .voice .title_area .main_title{
        font-size: 6.15vw;
    }

    .voice .title_area .holland{
        font-size: 6.15vw;
        left: 55%;
        bottom: -11px;
        letter-spacing: .09em;
    }
        
    /* スライダー */
    .carousel_container {
        padding: 0 5.12vw;
    }

    .slide_item {
        padding: 0 3.9vw;
    }
    
    .slide_image {
        height: 41vw;
    }
    
    .slide_image.scale img {
        height: 100%;
        object-position: center;
    }
    
    .slide_text {
        padding: 6vw;
    }
    
    .slide_description{
        font-size: 4.1vw;
        margin-bottom: 3.8vw;
        min-height: 20.5vw;
    }
    .slide_name {
        font-size: 3.58vw;
        padding-top: 3.8vw;
    }
    
    /* Arrow カスタマイズ */
    .slick-prev {
        left: -3vw;
    }

    .slick-next {
        right: -3vw;
    }

    .slick-prev, .slick-next {
        width: 11.74vw;
        height: 11.74vw;
    }

    .slick-prev:before, .slick-next:before {
        width: 2.3vw;
        height: 2.3vw;
    }

    /* 高さを揃える */
    .slick-track {
        display: flex;
        align-items: stretch;
    }

    .slick-slide {
        height: auto;
    }

    .slick-slide > div {
        height: 100%;
    }

    
    /* Dots カスタマイズ */
    .slick-dots {
        bottom: -5.12vw;
    }
    .slick-dots li,
    .slick-dots li button{
        width: 8px;
        height: 8px;  
    }

    .slick-dots li button:before {
        font-size: 10px;
    }


    /*バナーエリア*/
    .contents_area{
        margin-bottom: 17.9vw;
    }

    .contents_area .bana_area{
        grid-template-columns: repeat(1,100%);
        gap: 2.56vw;
    }


    /*youtubeエリア*/
    .contents_area .youtube_area{
        margin-top: 17.9vw;
        padding: 12.1vw 5.12vw 12.8vw;
    }

    .contents_area .youtube_area .gold{
        font-size: 4.1vw;
    }

    .contents_area .youtube_area .main_title{
        font-size: 5.6vw;
        line-height: 1.36;
    }

    .contents_area .youtube_area .text{
        font-size: 3.8vw;
        line-height: 1.6;
        margin-top: 2.5vw;
    }

    .contents_area .snsbtn_area{
        gap: 6.4vw;
        margin-top: 5.12vw;
    }

    .contents_area .snsbtn_area .snsbtn{
        padding: 5.12vw 7.6vw;
        width: 79.4vw;
        gap: 7.17vw;
    }

    .contents_area .snsbtn_area .snsbtn p{
        font-size: 3.8vw;
    }

    .contents_area .snsbtn_area .snsbtn::after{
        width: 2.82vw;
        height: 2.82vw;
    }

    .contents_area .snsbtn_area .icon{
        width: 11.7vw;
    }

    /*追従ボタン*/

    #fix_area{
        padding: 0;
        background-color: unset;
    }

    #fix_area .btn_area{
        gap: 0;
        width: 100%;
    }
    
    #fix_area .btn.btn.mail,
    #fix_area .btn.line{
        height: 15.3vw;
        font-size: 3.8vw;
        justify-content: flex-start;
        gap: 2.56vw;
        padding: 3.8vw;
        
    }

    #fix_area .btn::after{
        display: none;
    }
    
    #fix_area .btn.mail .btn_icon {
        max-width: 6.15vw;
    }
    

    /* SPフッター 共通設定 */
    .footer{
        background-position: 70% 100%;
        padding: 15.3vw 5% 7.69vw;
    }

    .footer > .flex.column{
        gap: 12.8vw;
        margin-bottom: 15.3vw;
        }

    .footer .name_area .name{
        gap: 1vw;
    }

    .footer .name_area .name .sub{
        font-size: 3.84vw;
    }

    .footer .name_area .name .main{
        font-size: 5.12vw;
    }

    .footer .name_area .name .sub::before{
        width: 7vw;
    }

    .footer .name_area .name .sub::after{
        width: 9vw;
    }


    /*コピーライト*/

    .footer .copy{
        font-size: 3vw;
    }

  

    /* SP固定ページ 共通設定 */
    .common_page_main {
        padding-block: 20vw;
    }

    .common_page_main .title_box .title {
        font-size: 5.6vw;
    }

    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 3vw;
    }

    /* SP固定ページ お問い合わせ */
    .contact_form_disc {
        margin-block: 0 2em;
    }

    .contact_form_disc .text {
        font-size: 3.6vw;
        margin-block: 0 0.8em;
    }

    .contact_form_disc .caution {
        font-size: 3.1vw;
        letter-spacing: .06em;
    }

    .common_contact_form .form_box {
        margin-block: 0 10vw;
    }

    .common_contact_form .form_box dl {
        grid-template-columns: 1fr;
        gap: 0.6em;
    }

    .common_contact_form .form_box dl+dl {
        margin-block: 1.3em 0;
    }

    .common_contact_form .form_box dl dt {
        flex-direction: row-reverse;
        justify-content: space-between;
        font-size: 4.1vw;
        padding-inline: 0;
    }

    .common_contact_form .form_box dl dt .label {
        font-size: 3.1vw;
    }

    .common_contact_form .form_box dl dt::after {
        content: none;
    }

    .common_contact_form input[type="text"],
    .common_contact_form input[type="email"],
    .common_contact_form #zip {
        font-size: 3.6vw;
    }

    .common_contact_form select {
        width: 100%;
        font-size: 3.6vw;
    }

    .common_contact_form textarea {
        height: 33vw;
        font-size: 3.6vw;
    }

    .radio_btns,
    .checkboxes {
        gap: 0.5em 2.5em;
    }

    .page_contact #btn_wrap button {
        width: 83%;
        line-height: 15.5vw;
        font-size: 4.6vw;
    }

    .page_contact #btn_wrap button[name="submitBack"] {
        margin-top: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        margin: 5vw 0;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_outer .privacy_term_inner dl+dl {
        margin-top: 7vw;
    }

    .privacy_term_detail::after {
        width: 2.5vw;
        margin: 1.5vw auto 0;
    }

    /* サンクスページ */
    .page_contact .thanks_textArea .name {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .page_contact .thanks_textArea .contact_text {
        font-size: 3.5vw;
        margin-bottom: 2em;
        width: 100%;
    }

    .page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    .page_contact .progressbar {
        gap: 4.5em;
        margin-block: 0 2.5em;
    }

    .page_contact .progressbar .item {
        font-size: 3.1vw;
    }

    .page_contact .progressbar .item+.item::before {
        width: 5.7vw;
        top: 63%;
        left: -3.3em;
    }

    .page_contact .progressbar .item .mark {
        width: 7.7vw;
        margin: 0 auto 0.4em;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP投稿ページ アーカイブページ */
    .archive_page_list>article {
        padding-right: 20px;
    }

    .archive_page_list>article .date {
        width: 80px;
    }

    .archive_page_list>article .content_area {
        width: calc(100% - 80px);
    }

    .archive_page_list>article:after {
        width: 7px;
        height: 7px;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }
}