@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@import url("css/reset.css");
@import url("css/formParts.css");
@import url("css/drawer.css");
@import url("css/over.css");

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: -0.025em;
	background-color: #FFF;
	color: #202020;
}

div, p{
	text-align: justify;
}

a{
	text-decoration: none;
}

ul{
	list-style: none;
}

a[x-apple-data-detectors]{
  position: static !important;
  display: inline !important;
}

@media screen and (max-width:1049px){


.post_content > p{
    display: none;
}

#main_content > p{
    display: none; 
}

/* header */

header{
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.headerInner{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 13px 10px 10px 10px;
    margin: 0 auto;
}

.headerInner h1,
.headerInner div.logo{
    width: 180px;
    margin: 0 auto 0 0;
}

.headerInner h1 img,
.headerInner div.logo img{
    width: 100%;
    height: auto;
}

.headerInqWpr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 98%;
    margin: 0 auto;
}

.inqTelWpr{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 0 3px 0;
    padding: 0 0 0 0;
    overflow: hidden;
}

.inqTel{
    position: relative;
    display: flex;
    width: 211px;
    margin: 0 0 6px 0;
    
}

.inqTel a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 200;
}

.inqTel .fd{
    width: 36px;
    height: 24px;
    margin: 0 5px 0 0;
    padding: 2px 0 0 0;
}

.inqTel .fd img{ 
    width: 100%;
    height: auto;
}

.inqTel .telNum{
    width: 170px;
    height: 27px;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 27px;
    color: #333;
    transition: .2s;
}

.inqTelWpr:hover .inqTel .telNum{
    color: #777;
    transition: .2s;
}

.availableWpr{
    display: flex;
    justify-content: space-between;
}

.availableWpr .tag{
    display: none;
    width: 31px;
    height: 31px;
    padding: 2px 0 0 0;
    border: 1px solid #bcbcbc;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    color: #666666;
}

.availableWpr .timezone{
    display: block;
    padding: 0 0 0 5px;
    height: 20px;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #666666;
}

.availableWpr .timezone span{
    margin: 0 0 0 10px;
    font-weight: 900;
    color: #e92a66;
}

.inqMail{
    position: relative;
    display: block;
    width: 48%;
    padding: 7px 5px 5px 5px;
    background-color: #f46390;
    border-radius: 8px;
    box-shadow: 0 3px 0px #ea356e;
    color: #FFF;
    transition: .2s;
}

.inqMail a{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
}

.inqMail:hover{
    opacity: .9;
    transition: .2s;
}

.inqMail .tag{
    margin: 0 0 3px 0;
    padding: 0 0 5px 0;
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    border-bottom: 1px solid #f99bb8;
}

.inqMail .tag span{
    margin: 0 6px 0 0;
    vertical-align: -6px;
}

.inqMail .timezone{
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.inqLine{
    position: relative;
    display: block;
    width: 48%;
    padding: 7px 5px 5px 5px;
    background-color: #05b906;
    border-radius: 8px;
    box-shadow: 0 3px 0px #029303;
    color: #FFF;
}

.inqLine:hover{
    opacity: .9;
    transition: .2s;
}

.inqLine a{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
}

.inqLine .tag{
    margin: 0 0 3px 0;
    padding: 0 0 5px 0;
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    border-bottom: 1px solid #81c673;
}

.inqLine .tag span{
    margin: 0 6px 0 0;
    vertical-align: -6px;
    font-variation-settings: 'FILL' 1;

}

.inqLine .timezone{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}


/* gnav */

.gNav{
    width: 100%;
    height: 51px;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/gNavBg.webp');
    border-bottom: 4px solid #FFF;
}

.gNav ul{
    display: flex;
    justify-content: flex-start;
    width: 1100px;
    margin: 0 auto;
    gap:16px;
    border-left: 1px solid #f46390;
}

.gNav ul li{
    flex: 1 1 auto;   /* 全員同じ比率で伸びる */
    min-width: 0;  /* はみ出し対策（重要） */
}

.gNav ul li a{
    display: block;
    height: 47px;
    padding: 0 16px 0 0;
    border-right: 1px solid #f46390;
    font-size: 19px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 45px;
}

.gNav ul li:first-child a{
    padding: 0;
}


/* fv */

.fvSpUpr, .fvSpLwr{
    width: 100%;
}

.fvSpUpr img, .fvSpLwr img{
    display: block;
    width: 100%;
}

.fvSpArea{
    width: 100%;
    background-color: #afd0e8;
    padding: 20px 0 10px 0;
}

.areaLabel{
    position: relative;
    width: 310px;
    margin: 0 auto;
    padding: 0 0 0 30px;
    height: 40px;
    background-color: #29c5e8;
    border-radius: 5px;
    font-size: 17px;
    font-style: oblique;
    color: #FFF;
    text-align: center;
    line-height: 40px;
}

.chiba{
    position: absolute;
    top: -20px;
    left: -10px;
    width: 50px;
}

.chiba img{
    width: 50px;
    height: auto;
}

.areaLabel p{
    font-weight: 700;
}

/* ribon */

.ribonWpr{
    width: 100%;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/ribonBg.webp');
    border-top: 6px solid #FFF;
    border-bottom: 6px solid #FFF;
}

.ribon{
    width: 95%;
    margin: 0 auto;
    padding: 12px 0;
}

.ribonTtl{
    position: relative;
    width: 300px;
    height: 20px;
    margin: 0 auto 10px auto;
    font-size: 14px;
    font-weight: 900;
    color: #333;
    text-align: center;
    line-height: 16px;
}

.ribonTtl::before{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: -15px;
    width: 13px;
    height: 15px;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/ribonAori.webp');
    background-repeat: no-repeat;
    background-size: contain;
}

.ribonTtl::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: -15px;
    width: 13px;
    height: 15px;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/ribonAori.webp');
    background-repeat: no-repeat;
    transform: scale(-1, 1);
    background-size: contain;
}

.ribonTtl span{
    color: #e82965;
}

.ribonBodyWpr{
    position: relative;
    width: 100%;
    margin: 0 auto 10px;
    background-color: #FFF;
    border-radius: 10px;
}

.ribonImg{
    position: absolute;
    width: 90px;
    bottom: 0;
    left: 5px;
    z-index: 400;
}

.ribonImg img{
    display: block;
    width: 100%;
    height: auto;
}

.ribonBody{
    position: relative;

    width: 100%;
    padding: 10px 18px 10px 100px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 300;
}

.ribonBody::before{
    position: absolute;
    display: block;
    content: "";
    top: -125px;
    left: -125px;
    width: 200px;
    height: 200px;
    background-color: #d0edfe;
    transform: rotate(45deg);
}

.ribonBody::after{
    position: absolute;
    display: block;
    content: "";
    bottom: -125px;
    right: -125px;
    width: 200px;
    height: 200px;
    background-color: #d0edfe;
    transform: rotate(45deg);
}

.ribonBodyLeed{
    font-size: 14px;
    font-weight: 900;
    margin: 0 0 7px 0;
    color: #333;
    font-style: oblique;
    line-height: 20px;
    text-align: center;
}

.post_content .wpr .ribonBodyLeed{
    margin: 0 0 7px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 900;
    color: #333;
    font-style: oblique;
    line-height: 20px;
    text-align: center;
    background: none;
}

.post_content .wpr .ribonBodyLeed::before,
.post_content .wpr .ribonBodyLeed::after{
    display: none;
}


.ribonBodyLeed span{
    font-size: 16px;
    color: #e82965;
}

.ribonBodyLeed span span{
    font-size: 16px;
}

.ribonBtn{
    position: relative;
    width: 100%;
    z-index: 500;
}

.ribonBtn img{
    width: 100%;
    height: auto;
}

.ribonLeed{
    font-size: 14px;
    font-weight: 900;
    color: #333;
    text-align: center;
}

.ribonLeed span{
    color: #e82965;
}

/* nayami */

.nayamiWpr{
    padding: 25px 0 0 0;
    background-color: #fcfbe8;
    border-bottom: 5px solid #FFF;
}

.nayamiTteWpr{
    margin: 0 auto 20px;
}

.nayamiTtl{
    position: relative;
    width: 300px;
    margin: 0 auto 5px;
    font-size: 24px;
    font-weight: 900;
    color: #e82965;
    line-height: 24px;
    text-align: center;
}

.nayamiTtl::before{
    position: absolute;
    display: block;
    content: "";
    top: 0px;
    left: -18px;
    width: 18px;
    height: 22px;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/nayamiAori.webp');
    background-repeat: no-repeat;
    background-size: contain;
}

.nayamiTtl::after{
    position: absolute;
    display: block;
    content: "";
    top: 0px;
    right: -18px;
    width: 18px;
    height: 22px;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/nayamiAori.webp');
    background-repeat: no-repeat;
    transform: scale(-1, 1);
    background-size: contain;
}

.nayamiLeed{
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-align: center;
}

.nayamiBodyWpr{
    width: 92%;
    margin: 0 auto 20px;
    padding: 15px 20px;
    border: 1px solid #f994b4;
    background-color: #FFF;
    border-radius: 10px;
}

.nayamiBody{
    margin: 0 0 10px 0;
    width: 100%;
    font-size: 13px;
    line-height: 21px;
    font-weight: 700;
    color: #333;
}

.nayamiBody span{
    padding: 0 3px;
    background-color: #fff000;
}

.nayamiImg{
    width: 80%;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
}

.nayamiImg img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.nayamiUnitWpr{
    flex-wrap: wrap;
    width: 92%;
    margin: 0 auto 30px;
}

.post_content .nayamiUnitWpr:last-child{
    display: none;
}

.nayamiUnit{
    position: relative;
    width: 100%;
    height: 98px;
    margin: 0 0 10px 0;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/gNavBg.webp');
    border-radius: 8px;
}

.nayamiUnit P{
    width: 100%;
    padding: 15px 15px 15px 96px;
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    color: #FFF;
    text-align: center;
}

.post_content div.nayamiUnitImg{
    position: absolute;
    width: 72px;
    height: 72px;
    margin: auto 0 !important;
    top: 0;
    left: 15px;
    bottom: 0;
}

.nayamiUnitImg{
    position: absolute;
    width: 72px;
    height: 72px;
    margin: auto 0 !important;
    top: 0;
    left: 15px;
    bottom: 0;
}

.nayamiUnitImg img{
    width: 100%;
    height: auto;
}

.hesTtlWpr{
    position: relative;
    width: 330px;
    height: 30px;
    margin: 0 auto 35px;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/nayamiLeedBg.webp');
    border-radius: 30px;
}

.hesTtlWpr::after{
    position: absolute;
    display: block;
    content: "";
    bottom: -20px;
    left: 40px;
    width: 0; height: 0;
    border-style: solid;
    border-width: 20px 0px 0px 10px;
    border-color: #2097cf transparent transparent transparent;
    transform: rotate(0deg);
}

.hesTtl{
    height: 30px;
    padding: 0 0 0 20px;
    font-size: 15px;
    font-weight: 900;
    color: #FFF;
    line-height: 30px;
}

.hesTtlImg{
    position: absolute;
    width: 54px;
    height: 55px;
    bottom: 0;
    right: 10px;
}

.hesTtlImg img{
    width: 100%;
    height: auto;
}

.hesUnitWpr{
    flex-wrap: wrap;
    width: 92%;
    margin: 0 auto 15px;
}

.hesUnit{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 35px;
    margin: 0 0 7px 0;
    border: 1px solid #eb467a;
    border-radius: 8px;
    background-color: #FFF;
    overflow: hidden;
}

.hesUnitIcon{
    width: 42px;
    height: 35px;
    padding: 6px 12px;
    background-color: #eb467a;
    text-align: center;
}

.hesUnitIcon img {
    width: 100%;
    height: auto;
}

.hesUnit p{
    width: calc(100% - 52px);
    font-size: 15px;
    font-weight: 900;
    color: #333;
    line-height: 30px;
}

.hesUnit p span{
    color: #2097cf;
}

.post_content .hesUnit p:last-child{
    display: none;
}

.post_content .hesUnitWpr > p{
    display: none;
}

.nayamiSum{
    position: relative;
    width: 95%;
    margin: 0 auto 25px;
}

.nayamiSum p{
    font-size: 17px;
    font-weight: 900;
    color: #333;
    text-align: center;
    line-height: 26px;
}

.nayamiSum p span.sb{
    color: #2097cf;
}

.nayamiSum p span.pink{
    color: #eb467a;
}

.nayamiSumImg{
    display: none;
}

/* reason */

.reasonWpr{
    width: 100%;
    padding: 35px 0 10px;
    background-color: #ececec;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/reasonBg.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

.reasonTtl{
    width: 300px;
    height: 100px;
    margin: 0 auto;
}

.reasonTtl img{
    width: 100%;
    height: auto;
}

.reasonTtlLeed{
    width: 92%;
    margin: 0 auto 30px;
    padding: 15px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    font-style: oblique;
    text-align: center;
}

.reasonTtlLeed span{
    color: #2097cf;
}

.reasonUnitLeed{
    width: 92%;
    height: 33px;
    margin: 0 auto 50px;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/gNavBg.webp');
    border-radius: 4px;
    font-size: 17px;
    font-weight: 900;
    line-height: 31px;
    color: #FFF;
    text-align: center;
}


.post_content .wpr .reasonUnitLeed{
    width: 92%;
    height: 33px;
    margin: 0 auto 50px;
    padding: 0;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/gNavBg.webp');
    border-radius: 4px;
    font-size: 17px;
    font-weight: 900;
    line-height: 31px;
    color: #FFF;
    text-align: center;
}

.post_content .wpr .reasonUnitLeed::before,
.post_content .wpr .reasonUnitLeed::after{
    display: none;
}

.reasonUnitWpr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 92%;
    margin: 0 auto;
}

.post_content .reasonUnitWpr > p{
    display: none;
}


.reasonUnit{
    position: relative;
    width: 49%;
    margin: 0 0 25px 0;
    padding: 20px 10px 15px 10px;
    border-radius: 8px;
    background-color: #FFF;
    box-shadow: 0 2px 0px #c3c3c3;
}

.reasonUnitNum{
    position: absolute;
    width: 30px;
    height: 30px;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: linear-gradient(135deg, #ed5887 0%, #ed5887 50%, #e42d66 51%, #e42d66 100%);
    border-radius: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    line-height: 28px;
    color: #FFF;
}

.reasonUnitTtl{
    height: 37px;
    margin: 0 0 10px 0;
    padding: 7px 0;
    font-size: 13px;
    font-weight: 700;
    color: #2097cf;
    line-height: 20px;
    text-align: center;
}

.reasonUnitTtl.double{
    padding: 0;
}

.reasonUnitImg{
    width: 100%;
    margin: 0 auto 5px;
}

.reasonUnitImg img{
    width: 100%;
    height: auto;
}

.reasonUnitBody{
    font-size: 13px;
    text-align: center;
    line-height: 19px;
}

/* flow */

.flowWpr{
    width: 95%;
    margin: 0 auto;
    padding: 25px 0 0 0;
}

.redTtlWpr{
    width: 200px;
    margin: 0 auto 15px;
}


.redTtl{
    margin: 0 0 4px 0;
    padding: 0 0 9px 0;
    border-bottom: 1px solid #e82965;
    font-size: 20px;
    font-weight: 900;
    color: #e82965;
    text-align: center;
}



.post_content .wpr .redTtl{
    margin: 0 0 4px 0;
    padding: 0 0 9px 0;
    border-bottom: 1px solid #e82965;
    font-size: 20px;
    font-weight: 900;
    color: #e82965;
    text-align: center;
    background: none;
}

.post_content .wpr .redTtl::before,
.post_content .wpr .redTtl::after{
    display: none;
}


.redTtlSubTtl{
    font-size: 10px;
    font-weight: 700;
    color: #e82965;
    letter-spacing: .35rem;
    text-align: center;
}

.flowUnit{
    width: 100%;
    margin: 0 0 15px 0;
    border: 2px solid #eaeaea;
    border-radius: 8px;
}

.flowUnitHeader{
    padding: 25px 10px 15px 10px;
    background-color: #eaeaea;
}

.flowUnitTag{
    position: relative;
    width: 160px;
    margin: 10px auto 20px auto;
    padding: 0 40px 0 0;
    border-radius: 2px;
    background-color: #333;
}

.flowUnitTag p{
    padding: 0 0 0 15px;
    font-size: 14px;
    font-weight: 900;
    color: #fff000;
    line-height: 32px;
}

.flowUnitImg{
    position: absolute;
    top: -20px;
    right: -35px;
    width: 92px;
    height: 65px;
}

.flowUnitImg img{
    width: 100%;
    height: auto;
}

.flowUnitLeed{
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

.flowUnitBody{
    width: 100%;
    padding: 15px 10px;
}

.flowStep{
    position: relative;
    margin: 0 auto 15px auto;
    padding: 15px 0;
    background-color: #e82965;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #FFF;
    border-radius: 6px;
}

.flowStep:last-child{
    margin: 0 auto;
}

.flowStep::after{
    position: absolute;
    display: block;
    content: "";
    right: 0;
    bottom: -10px;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color: #e82965 transparent transparent transparent;
    transform: rotate(0deg);

}

.flowStep:last-child::after{
    display: none;
}

.flowStep p{
    padding: 10px 0 0 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    color: #FFF;
}

.track .flowStep:nth-child(5)::after{
    display: none;
}

.big .flowStep:nth-child(6)::after{
    display: none;
}

/* price */

.priceWpr{
    padding: 20px 0;
    background-color: #fafafa;
}

table.price{
    width: 92%;
    margin: 0 auto;
}

table.price th,
table.price td{
    padding: 10px 0;
    border: 1px solid #e0e0e0;
    font-size: 13px;
    text-align: center;
}

table.price th{
    background-color: #fae6ea;
    font-weight: 400;
}

table.price td{
    padding: 5px;
    background-color: #FFF;
}

table.price td:first-child{
    font-weight: 700;
    color: #2097cf;
}

table.price td:nth-child(2){
    font-weight: 700;
}


table.price td:nth-child(3){
    font-weight: 700;
    color: #e82965;
}

/* review */

.reviewWpr{
    padding: 0 0 0 0;
}

.reviewTtlWpr{
    position: relative;
    width: 100%;
    height: 43px;
    border-top: 6px solid #e9306a;
    border-bottom: 6px solid #e9306a;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/gNavBg.webp');
    font-size: 18px;
    font-weight: 900;
    line-height: 30px;
    text-align: center;
    color: #FFF;
}

.reviewTtlWpr span{
    margin: 0 10px 0 0;
    font-size: 18px;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    vertical-align: -3px;
    color: #fff000;
}

.reviewTtlWpr::after{
    position: absolute;
    display: block;
    content: "";
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0; height: 0;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color: #e9306a transparent transparent transparent;
    transform: rotate(0deg);
}

.reviewUnitWpr{
    width: 92%;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

.reviewUnitCol{
    width: 100%;
}

.reviewUnit{
    width: 100%;
    margin: 0 0 10px 0;
    padding: 15px 20px 20px 20px;
    border: 1px solid #eaeaea;
    border-top: 3px solid #e9306a;
    background-color: #fcfbe8;
    border-radius: 0 0 10px 10px;
}

.reviewUnit .star{
    margin: 0 0 10px 0;
    font-size: 17px;
    color: #fb8e28;
}

.reviewUnitTtl{
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: 900;
    color: #2097cf;
    letter-spacing: -0.04rem;
}

.reviewer{
    margin: 0 0 10px 0;
}

.reviewBody{
    font-size: 13px;
    line-height: 19px;
}



/* archive */


.blogWpr{
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
}

.archiveList{
    width: 100%;
    margin: 0 auto 20px auto;
}

.archiveUnit{
    width: 320px;
    margin: 0 auto 13px auto;
    padding: 19px 19px 19px 15px;
    border: 1px solid #dedede;
    border-radius: 0 0 8px 8px;
    border-top: 4px solid #e9306a;
}

.articleUnitImg{
    width: 100%;
}

.articleUnitImg img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.articleUnitBody .timestamp{
    display: block;
    margin: 0 0 5px 0;
    font-size: 12x;
}

.articleUnitBody p{
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 20px;
}

.articleUnitBody .cat{
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    color: #2097cf;
    border: 1px solid #2097cf;
    border-radius: 5px;
}

.articleUnitImg{
    margin: 0 0 15px 0;
}

.archiveUnitTtl{
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.timestamp{
    font-size: 15px;
    color: #e36273;
}

a.moreBtn{
    position: relative;
    display: block;
    width: 300px;
    height: 44px;
    margin: 0 auto;
    background-color: #e82965;
    border-radius: 22px;
    font-size: 18px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    color: #FFF;
}

/* area */

.areaWpr{
    width: 100%;
    padding: 35px 0;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/areaBg.webp');
    background-size: cover;
}

.areaLogo{
    width: 300px;
    margin: 0 auto 30px;
}

.areaLogo img{
    width: 100%;
    height: auto;
}

.areaLeed{
    width: 90%;
    margin: 0 auto 30px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    text-align: center;
}

.areaBodyWpr{
    width: 92%;
    margin: 0 auto;
    border: 2px solid #e82965;
    border-radius: 8px;
    overflow: hidden;
}

.areaHeaer{
    width: 100%;
    padding: 10px 0;
    background: url('https://katazukepro.jp/wp-content/uploads/2026/04/gNavBg.webp');
    font-size: 20px;
    font-weight: 900;
    color: #FFF;
    text-align: center;
}

.areaBody{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 20px;
    background-color: #FFF;
}

.areaBody a{
    position: relative;
    display: block;
    max-width: 50%;
    padding: 5px 0 5px 15px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.areaBody a::before{
    position: absolute;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    top: 0;
    bottom: 0;
    left: 3px;
    margin: auto 0;
    border-top: 1px solid #2599d0;
    border-left: 1px solid #2599d0;
    transform: rotate(135deg);
}

/* company */

.company{
    padding: 20px 0 30px 0;
}

.blkTtlWpr{
    width: 265px;
    height: 50px;
    margin: 0 auto 40px;
}

.blkTtl{
    font-size: 20px;
    font-weight: 900;
    color: #333;
    text-align: center;
}

.post_content .wpr .blkTtl{
    margin: 0 0 9px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 900;
    color: #333;
    text-align: center;
    background: none;
}

.post_content .wpr .blkTtl::before,
.post_content .wpr .blkTtl::after{
    display: none;
}

.blkTtlSubTtl{
    padding: 0 0 0 5px;
    font-size: 10px;
    font-weight: 700;
    color: #333;
    letter-spacing: .35rem;
    text-align: center;
}

table.comInfo{
    width: 92%;
    margin: 0 auto;
    border-bottom: 1px solid #cccccc;
}

table.comInfo tr td{
    border: 0px solid #FFF;
    border-top: 1px solid #cccccc;
    padding: 13px 0;
}

table.comInfo tr td:first-child{
    width: 120px;
    padding: 0 0 0 20px;
    font-size: 14px;
    font-weight: 700;
}

table.comInfo tr td p{
    margin: 0 0 8px 0;
}


/* contact */

section.contactHeader{
    padding: 25px 0 20px 0;
}

section.contactHeader.tks{
    padding: 25px 0 0 0;
}


.contactHeaderWpr{
    position: relative;
    width: 95%;
    margin: 0 auto 20px auto;
}

.contactHeaderWpr p{
    margin: 0 auto 10px auto;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.contactHeaderWpr h1,
.contactHeaderWpr h2{
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 900;
    color: #e82965;
    line-height: 30px;
    text-align: center;
}

.contactHeaderWpr h2{
    background-color: #FFF;
    padding: 0;
}

.contactHeaderWpr h2::before,
.contactHeaderWpr h2::after{
    display: none;
}


.contactHeaderWpr h1 span.tag{
    display: inline-block;
    width: 60px;
    height: 23px;
    margin: -2px 8px 0 0;
    border-radius: 3px;
    background-color: #e82965;
    font-size: 16px;
    font-weight: 900;
    color: #FFF;
    text-align: center;
    line-height: 23px;
}

.contactHeaderWpr h1 span.large{
    font-size: 28px;
    vertical-align: -2px;
}

.leed{
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.illust{
    display: none;
    position: absolute;
    top: -25px;
    right: -115px;
    width: 115px;
    height: 205px;
}

.illust img{
    width: 100%;
    height: auto;
}

.formArrow{
    width: 67px;
    margin: 0 auto;
}

.formArrow img{
    width: 100%;
    height: auto;
}

.contact{
    width: 92%;
    margin: 0 auto 20px auto;
    padding: 20px 15px 0 15px;
    background-color: #f9f9f9;
    border-radius: 8px;;
    box-sizing: border-box;
}

.contact > br{
    display: none;
}

.contact table{
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    border: 0px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
}

.contact table tbody{
    display: block;
    width: 100%;
}

.contact table tr{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.contact table tr td{
    display: block;
    width: 100%;
    position: relative;
    padding: 6px 7px;
    border: 0px solid #cccccc;
}

.contact table tr td:first-child{
    background-color: #eceaea;
    width: 100%;
}
.contact table tr td:last-child{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.contact table tr td:last-child p{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 300px;
}

table.recruitForm tr td:last-child p{
    position: relative;
    width: 100%;
}

table.recruitForm tr:nth-child(3) td:last-child p span input{
    width: 100%;
}

.contact table tr:first-child td:last-child p span{
    display: block;
    width: 100px;
    margin: 0 10px 0 0;
}

.ageStr{
    margin: 0 0 0 10px;
    line-height: 40px;
}


.contact table tr:first-child td:last-child p span input{
    display: block;
    width: 100%;
}

table.recruitForm tr:nth-child(2) td:last-child p span{
    display: block;
    width: 100px;
    margin: 0 10px 0 0;
}

table.recruitForm tr:nth-child(2) td:last-child p span input{
    display: block;
    width: 100%;
}


.contact.quote table tr td:last-child p{
    padding: 0;
}

.contact.quote table tr td:last-child p br{
    display: none;
}

.contact.quote table tr:nth-child(2) td:last-child div{
    display: block;
    width: 100%;
}

.contact table tr:nth-child(2) td div input[name="zip"]{
    display: block;
    width: 50%;
}

.contact.quote table tr:nth-child(2) td div input[name="zip"]{
    display: block;
    width: 50%;
}

.contact table tr:nth-child(3) td p input[name="contact_tel"]{
    display: block;
    width: 50% !important;
}

.contact.quote table tr:nth-child(3) td p input[name="contact_tel"]{
    display: block;
    width: 50% !important;
}

.contact table tr td input:first-child{
    margin: 0;
}

.contact table tr td:first-child p{
    padding: 2px 10px;
    border-left: 3px solid #e92f6a;
}

.contact table tr td span.req{
    position: absolute;
    display: block;
    top: 11px;
    right: 5px;
    margin: 0;
    width: 38px;
    height: 24px;
    background-color: #e92f6a;
    color: #FFF;
    font-size: 13px;
    line-height: 13px;
    padding: 5px;
}

.contact table tr td div{
    margin: 0 0 8px 0;
    padding: 0 0 0 0;
}

.contact table tr td div:last-child{
    margin: 0;
}

.contact table tr td div span{
    display: block;
    width: 100%;
    margin: 0 0 8px 0;
}

.contact.quote table tr td div span{
    display: block;
    width: 100%;
    margin: 0;
}



input.wpcf7-submit[type="submit"]{
        position: relative;
        display: block;
        width: 100%;
        height: 60px;
        background-color: rgb(233, 47, 106);
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        color: rgb(255, 255, 255);
        margin: 0px auto;
        border-radius: 30px;
        transition: 0.3s;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(233, 47, 106);
        border-image: initial;
}

input.wpcf7-submit[type="submit"]:hover{
    background-color: #f85a8c;
    transition: .3s;
}

input.wpcf7-submit[type="submit"]::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 20px;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}


.lineCta{
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #cccccc;
    padding: 30px 0;
}

.lineCtaBtn{
    position: relative;
    display: flex;
    justify-content: center;
    width: 300px;
    height: 60px;
    margin: 0 auto;
    padding: 13px;
    border-radius: 8px;
    background-color: #05b906;
    box-shadow: 0px 4px 0px #029303;
    transition: .1s;
}

.lineCtaBtn .btnTag{
    width: 170px;
    font-size: 22px;
    font-weight: 900;
    line-height: 36px;
    color: #FFF;
    border-right: 1px solid #81c673;
}

.lineCtaBtn .btnTag span.material-symbols-outlined{
    margin: 0 10px 0 0;
    font-size: 24px;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
    vertical-align: -4px;
}

.lineCtaBtn .available{
    padding: 0px 0 0 15px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
}

.thanksWpr{
    width: 90%;
    margin: 0 auto 20px auto;
    padding: 30px 20px 20px 20px;
    background-color: #f9f9f9;
}

.thanks_ttl{
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
}

.thanks_Body{
    margin: 0 0 20px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

.thanksWpr .inqTelWpr{
    display: block;
    width: 300px;
    padding: 15px 15px 10px 15px;
    margin: 0 auto 20px auto;
    background-color: #FFF;
    border: 0 solid #FFF;
}

.thanksWpr .inqTelWpr .inqTel{
    justify-content: center;
    margin: 0 auto 8px auto;
}

.thanksWpr .inqTelWpr .availableWpr{
    justify-content: center;
    margin: 0 auto;
}

.thanksWpr a{
    display: block;
    font-size: 15px;
    color: #e92f6a;
    text-align: center;
}

/* recruit */

.recruitWpr{
    width: 92%;
    margin: 0 auto;
    padding: 25px 0;
}

.recruitHeaderWpr{
    position: relative;
    width: 100%;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    z-index: 100;
}

.recruitHeaderImg{
    position: relative;
    width: 100%;
    z-index: 250;
    overflow: hidden;
}

.recruitHeaderImg img{
    display: block;
    width: 100%;
    height: auto;
}

.recruitHeader{
    background-color: #e92f6a;
    display: block;
    width: 100%;
    z-index: 400;
    padding: 15px;
}

.recruitTagWpr{
    display: flex;
    width: 100%;
    margin: 0 0 20px 0;
    height: 35px;
    z-index: 500;
}

.post_content h1.recruitTag{
    width: 100px;
    height: 28px;
    margin: 0 14px 0 0;
    background-color: #FFF;
    font-size: 16px;
    letter-spacing: .1rem;
    line-height: 26px;
    text-align: center;
    color: #e92f6a;
}

.recruitEn{
    width: 190px;
    height: 33px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #ffaec7;
    letter-spacing: .3rem;
    line-height: 31px;
}

.recruitHeader p{
    padding: 0 0 0 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 900;
    text-align: left;
    line-height: 30px;
    letter-spacing: .05rem;
}

.recruitHeaderNav{
    position: relative;
    width: 100%;
    padding: 10px 0;
    background-color: #fae6ea;
    border-radius: 0 0 8px 8px;
    z-index: 110;
}

.recruitHeaderNav nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
}

.recruitHeaderNav nav ul li a{
    display: block;
    width: 150px;
    padding: 0 10px;
    color: #222;
    font-size: 16px;
    line-height: 16px;
    transition: .3s;
}

.recruitHeaderNav nav ul li a:hover{
    color: #e92f6a;
    transition: .3s;
}

.recruitHeaderNav nav ul li a span{
    margin: 0 8px 0 0;
    color: #e92f6a;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    font-size: 22px;
    line-height: 33px;
    vertical-align: -5px;
    transition: .3s;
}

.recruitHeaderNav nav ul li a:hover span{
    transform: rotate(90deg);
    transition: .3s;
}

.recruitBodyWpr{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.recruitBody{
    width: 100%;
    padding: 0 0 25px 0;
}

.recruitBody p{
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 1.1rem 0;
    text-align: center;
}

.recruitBodyImgWpr{
    position: relative;
    width: 330px;
    margin: 0 auto;
    height: 120px;
}

.recruitBodyImg{
    position: absolute;
    width: 120px;
}

.recruitBodyImg img{
    width: 100%;
    height: auto;
}

.recruitBodyImg:nth-child(2){
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.recruitBodyImg:first-child{
    top: 0;
    left: 0;
}

.recruitBodyImg:nth-child(3){
    top: 0;
    right: 0;
}

.ccl_01,.ccl_02,.ccl_03,.ccl_04,.ccl_05,.ccl_06{
    display: none;
}

.recInfoContainer{
    margin: 0 0 1rem 0;
}

.recInfoUnit{
    position: relative;
    width: 100%;
    margin: 0 0 1rem 0;
    overflow: hidden;
}

.recInfoUnit.half{
    width: 100%;
}

.recInfoUnit::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: -30px;
    width: 140px;
    height: 41px;
    background-color: #FFF;
    opacity: .1;
    transform: skewX(-20deg);
}

.post_content .recInfoUnit h3{
    margin: 0 0 .5rem 0;
    padding: 7px 10px !important;
    background-color: #e92f6a;
    font-size: 15px;
    color: #FFF;
}

.recInfoUnit h3 p{
    padding: 0 0 0 15px;
    border-left: 3px solid #FFF;
}

.recInfoUnitBody{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.recInfoUnitBody ul{
    padding: 0 0 0 30px;
    list-style-type: disc;
}

.recInfoUnitBody ul li{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.recPersonPanelWpr{
    padding: 1rem 0 0 0;
}

.recPersonPanel{
    position: relative;
    width: 100%;
    padding: 0 0 1rem 0;
}

.recPersonPanelHeader{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;   /* 上下中央 */
    height: 70px;
    margin: 0 0 1rem 0;
    border: 1px solid #e92f6a;
    border-left: 5px solid #e92f6a;
    overflow: hidden;
}

.recPersonPanelHeader p{
    padding: 0 0 0 15px;
    font-size: 16px;
    font-weight: 700;
    color: #e92f6a;
}

.recPersonPanelHeader .circle{
    position: absolute;
    width: 125px;
    top: 0;
    right: 0;
    height: 118px;
    background-color: #fae6ea;
    z-index: 100;
}

.recPersonPanelHeader .circle::before{
    position: absolute;
    display: block;
    content: "";
    top: -20px;
    bottom: 0;
    left: -30px;
    margin: auto 0;
    width: 125px;
    height: 125px;
    background-color: #fae6ea;
    border-radius: 63px;;
}

.recPersonImg{
    position: absolute;
    top: -16px;
    right: 25px;
    height: 85px;
    z-index: 150;
}

.recPersonImg img{
    width: auto;
    height: 85px;
}

.recPersonBody p{
    font-size: 14px;
    line-height: 21px;
}

.requiredPersona{
    position: relative;
    width: 95%;
    margin: 0 auto;
    padding: 30px 15px;
    background-color: #fcfbe8;
}

.requiredPersona::before{
    position: absolute;
    display: block;
    content: "";
    top: -5px;
    left: -5px;
    width: 0; height: 0;
    border-style: solid;
    border-width: 50px 50px 0px 0px;
    border-color: #fca7c2 transparent transparent transparent;
    transform: rotate(0deg);
}

.requiredPersona::after{
    position: absolute;
    display: block;
    content: "";
    bottom: -5px;
    right: -5px;
    width: 0; height: 0;
    border-style: solid;
    border-width: 0px 0px 50px 50px;
    border-color: transparent transparent #fca7c2 transparent;
    transform: rotate(0deg);
}

.requiredPersona h3{
    position: relative;
    width: 332px;
    margin: 0 auto 55px auto;
    font-size: 21px;
    font-weight: 900;
    color: #e92f6a;
    text-align: center;
}

.requiredPersona p{
    margin: 0 auto .7rem auto;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #222;
}

.requiredPersona ul{
    list-style-type: disc;
    width: 300px;
    padding: 0 0 0 20px;
    margin: 0 auto 1rem auto;
}

.requiredPersona ul li{
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 21px;
    text-align: left;
    color: #ec5481;
}



/* faq */
.faqWpr{
    width: 100%;
    padding: 30px 0;
    background-color: #fff6f7;
}

.faq{
    width: 92%;
    margin: 0 auto;
}

.faqTtl{
    margin: 0 auto 20px auto; 
}

.faqTtl h3{
    margin: 0 auto 40px auto;
    font-family: "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", "MS PMincho", serif;
    font-size: 43px;
    font-weight: 400;
    color: #e9acb4;
    text-align: center;
}

.faqTtl p{
    margin: 0 auto 20px auto;
    font-family: "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", "MS PMincho", serif;
    font-size: 17px;
    font-weight: 400;
    color: #333;
    text-align: center;
}

.qaItem {
	margin-bottom: 9px;
	padding: 5px 0;
	border-radius: 4px;
    background-color: #FFF;/*QとAの背景色*/
    border-radius: 8px;
}

.qaBox__q {
	position: relative !important;
	padding: 10px 40px 10px 45px;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	color: #333;
	line-height: 21px;
}

.qaBox__q span{
	position: absolute;
	display: block;
    top: 0;
    bottom: 0;
	left: 10px;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: auto 0;
    border-radius: 10px;
    font-family: "Arial", sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #e82965;
    text-align: center;
    line-height: 20px;
}

.post_content .qaBox__q span{
    margin: auto 0 !important;
}

.qaBox__a {
	display: none;
}

.qaBox__content {
	position: relative;
	padding: 10px 40px 10px 45px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 26px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	color: #333;
    line-height: 21px;
}

.qaBox__content span{
	position: absolute;
	display: block;
	left: 10px;
    width: 20px;
    height: 20px;
    font-family: "Arial", sans-serif;
    border-radius: 10px;
	font-size: 22px;
	font-weight: 700;
	color: #333;
    text-align: center;
}

.qaBox__icon {
	width: 30px;
	height: 20px;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
}

.qaBox__arw {
	position: absolute;
	top: 0;
	bottom: 3px;
	right: 5px;
	width: 8px;
	height: 8px;
	margin: auto 0;
	border-bottom: 2px solid #e82965;
	border-right: 2px solid #e82965;
	transform: rotate(45deg);
	transition: .3s;
}

.qaBox__icon.is-open .qaBox__arw {
	transform: rotate(225deg);
	transition: .3s;
	bottom: -3px;
}

/* footer */

footer{
    width: 100%;
    padding: 30px 0;
    border-top: 5px solid #fbd6e1;
    background-color: #e9306a;
    color: #FFF;
}

.footerInner{
    width: 92%;
    margin: 0 auto;
}

.footerinfo{
    margin: 0 0 20px 0;
}

.serviceName{
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 400px;
    letter-spacing: 0.055rem;
    text-align: center;
}

.serviceName span{
    font-weight: 700;
}

.address{
    margin: 0 0 20px 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.lisences{
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.footerMenu{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footerMenu ul{
    display: block;
    width: 32%;
}

.footerMenu ul:first-child{
    width: 40%;
}

.footerMenu ul:nth-child(2){
    width: 30%;
}

.footerMenu ul:last-child{
    width: 30%;
}

.footerMenu ul li a{
    position: relative;
    display: block;
    margin: 0 10px;
    font-size: 13px;
    color: #FFF;
    line-height: 28px;
}

.footerMenu ul li a::before{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: -17px;
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
}

.cr{
    width: 100%;
    padding: 15px 0 145px 0;
    font-size: 13px;
    border-top: 1px solid #ee628e;
    text-align: center;
    color: #FFF;
    background-color: #e9306a;
}

/* company */

.companyWpr{
    padding: 60px 0;
}

.companyTtl{
    margin: 0 auto 40px auto; 
}

.companyTtl h3{
    margin: 0 auto 15px auto;
    font-family: "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", "MS PMincho", serif;
    font-size: 33px;
    font-weight: 700;
    color: #e9acb4;
    text-align: center;
}

.companyTtl p{
    margin: 0 auto 20px auto;
    font-family: "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", "MS PMincho", serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: center;
}

table.company{
    width: 1050px;
    margin: 0 auto;
    border-top: 1px dotted #CCC;
}

table.company tr td{
    margin: 0 0 1px 0;
    padding: 20px 15px;
    vertical-align: top;
    border-bottom: 1px dotted #CCC;
    color: #333;
}

table.company tr td:first-child{
    width: 250px;
    background-color: #f8f8f8;
    border-bottom: 1px dotted #FFF;
}

table.company tr:first-child td:first-child{
    border-top: 1px dotted #f8f8f8;
}

table.company tr td a{
    color: #e9acb4;
    font-weight: 700;
}

table.company tr td p{
    line-height: 24px;
    margin: 0 0 15px 0;
}

table.company tr td p span.payType{
    font-weight: 700;
}

/* privacy policy */

.ppLeed{
    margin: 0 auto 3rem auto;
    font-size: 16px;
    line-height: 25px;
}

.ppOuter{
    width: 850px;
    margin: 0 auto; 
}


ol.pp{
    padding: 0 0 0 10px;
}

ol.pp li{
    margin: 0 0 2rem 0;
}

ol.pp li::marker{
    display: block;
    position: relative;
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #efb4b4;
}

ol.pp li ul{
    list-style-type: disc;
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
}

ol.pp li ul li::marker{
    display: block;
    position: relative;
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #333 !important;
}

ol.pp li ul li{
    margin: 0;
    line-height: 29px;
}

ol.pp li p{
    margin: 0 0 15px 5px;
    font-size: 17px;
    font-weight: 700;
}

ol.pp li div{
    margin: 0 0 15px 5px; 
}

.listItemTag{
    font-weight: 700;
    margin: 0 0 10px 5px !important;
}



/* access */

.accessWpr{
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 0 0;
}

.accessUnitWpr{
    width: 100%;
}

.accessUnit{
    width: 100%;
    margin: 0 auto 1.5rem auto;
}

.accessUnitHeader{
    margin: 0 0 .5rem 0;
    padding: 0 0 0 .5rem;
    border-left: 3px solid #e9306a;
}

.accessUnitHeader div{
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
}
.accessUnitHeader p{
    font-size: 14px;
}


.accessUnit iframe{
    width: 100%;
    height: 250px;
}


.fixHeader{
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 125px;
    text-align: center;
    z-index: 9999;
	margin: 0 auto;
	bottom: -80px;
	opacity: 0;
    background-color: #FFF;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}

a.floater.pc{
    display: block;
    width: 639px;
    height: 94px;
    margin: 0 auto;
    text-align: center;
    transition: .2s;
}

a.floater.sp{
    display: none;
}

.floaterWpr a.floater:hover{
    transform: translateY(2px);
    box-shadow: 0 3px 0 #0161c1;
    transition: .2s;
}

.pc{
    display: none;
}

}

@media screen and (min-width:1050px){

img{
	display: block;
	width: 100%;
	height: auto;
}

body{
	position: relative;
    padding: 0 0 125px 0;
}

body.front{
    padding: 0 0 125px 0;
}

/* header */

header{
    width: 100%;
    height: 125px;
    margin: 0 auto;
}

.headerInner{
    display: flex;
    justify-content: space-between;
    width: 1100px;
    padding: 25px 0;
    margin: 0 auto;
}

.headerInner h1,
.headerInner div.logo{
    width: 335px;
}

.headerInqWpr{
    display: flex;
    justify-content: space-between;
    width: 685px;
}

.inqTelWpr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 345px;
    padding: 8px 0 0 0;
    overflow: hidden;
}

.inqTel{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 345px;
    margin: 0 0 6px 0;
}

.inqTel a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 200;
}

.inqTel .fd{
    width: 57px;
    height: 38px;
}

.inqTel .telNum{
    width: 280px;
    height: 38px;
    font-family: 'Oswald', sans-serif;
    font-size: 44px;
    font-weight: 500;
    line-height: 38px;
    color: #333;
    transition: .2s;
}

.inqTelWpr:hover .inqTel .telNum{
    color: #777;
    transition: .2s;
}

.availableWpr{
    display: flex;
    justify-content: space-between;
    width: 345px;
}

.availableWpr .tag{
    display: block;
    width: 70px;
    height: 20px;
    border: 1px solid #bcbcbc;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #666666;
}

.availableWpr .timezone{
    display: block;
    width: 270px;
    height: 20px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #666666;
}

.availableWpr .timezone span{
    margin: 0 0 0 10px;
    font-weight: 900;
    color: #e92a66;
}

.inqMail{
    position: relative;
    display: block;
    width: 163px;
    height: 70px;
    padding: 10px 7px;
    background-color: #f46390;
    border-radius: 8px;
    box-shadow: 0 3px 0px #ea356e;
    color: #FFF;
    transition: .2s;
}

.inqMail a{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
}

.inqMail:hover{
    opacity: .9;
    transition: .2s;
}

.inqMail .tag{
    margin: 0 0 4px 0;
    padding: 0 0 7px 0;
    font-size: 19px;
    font-weight: 900;
    text-align: center;
    border-bottom: 1px solid #f99bb8;
}

.inqMail .tag span{
    margin: 0 6px 0 0;
    vertical-align: -4px;
}

.inqMail .timezone{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.inqLine{
    position: relative;
    display: block;
    width: 163px;
    height: 70px;
    padding: 10px 7px;
    background-color: #05b906;
    border-radius: 8px;
    box-shadow: 0 3px 0px #029303;
    color: #FFF;
}

.inqLine:hover{
    opacity: .9;
    transition: .2s;
}

.inqLine a{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
}

.inqLine .tag{
    margin: 0 0 4px 0;
    padding: 0 0 7px 0;
    font-size: 19px;
    font-weight: 900;
    text-align: center;
    border-bottom: 1px solid #81c673;
}

.inqLine .tag span{
    margin: 0 6px 0 0;
    vertical-align: -4px;
    font-variation-settings: 'FILL' 1;

}

.inqLine .timezone{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}


/* gnav */

.gNav{
    width: 100%;
    height: 51px;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/gNavBg.webp');
    border-bottom: 4px solid #FFF;
}

.gNav ul{
    display: flex;
    justify-content: flex-start;
    width: 1100px;
    margin: 0 auto;
    gap:16px;
    border-left: 1px solid #f46390;
}

.gNav ul li{
    flex: 1 1 auto;   /* 全員同じ比率で伸びる */
    min-width: 0;  /* はみ出し対策（重要） */
}

.gNav ul li a{
    display: block;
    height: 47px;
    padding: 0 16px 0 0;
    border-right: 1px solid #f46390;
    font-size: 19px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 45px;
}

.gNav ul li:first-child a{
    padding: 0;
}


/* fv */

.fvWpr{
    width: 100%;
    height: 600px;
    border-bottom: 4px solid #FFF;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/fvBg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.fv{
    position: relative;
    width: 1100px;
    height: 600px;
    margin: 0 auto;
}

.fvStaff{
    position: absolute;
    width: 571px;
    height: 455px;
    bottom: 4px;
    right: -52px;
}

.fvAuth{
    position: absolute;
    width: 404px;
    height: 94px;
    top: 33px;
    right: 0;
}

.fvTtl{
    position: absolute;
    width: 687px;
    height: 220px;
    top: 35px;
    left: -25px;
}

.fvAreaWpr{
    position: absolute;
    display: flex;
    width: 713px;
    height: 108px;
    top: 295px;
    left: 47px; 
}

.fvArea{
    position: relative;
    width: 310px;
    height: 84px;
    margin: 5px 15px 0 0;
    padding: 7px 0 7px 5px;
    background-color: #29c5e8;
    border-radius: 7px;
}

.fvArea p{
    font-size: 21px;
    line-height: 33px;
    text-align: center;
    font-style: oblique;
    color: #FFF;
}

.fvArea p span{
    font-size: 27px;
    font-weight: 900;
}

.chiba{
    position: absolute;
    width: 100px;
    height: 131px;
    top: -53px;
    left: -53px;
}

.fvServiceWpr{
    position: absolute;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    top: 415px;
    left: 25px;
    width: 615px;
    height: 125px;
}

.fvService{
    height: 55px;
    margin: 0 4px;
    padding: 0 24px;
    font-size: 31px;
    font-weight: 900;
    color: #FFF;
    background-color: #e82965;
    text-align: center;
    line-height: 50px;
    border: 2px solid #FFF;
    border-radius: 28px;
}

/* ribon */

.ribonWpr{
    width: 100%;
    height: 265px;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/ribonBg.webp');
    border-bottom: 6px solid #FFF;
}

.ribon{
    width: 987px;
    margin: 0 auto;
    padding: 27px 0 25px 0;
}

.ribonTtl{
    position: relative;
    width: 600px;
    height: 26px;
    margin: 0 auto 27px auto;
    font-size: 26px;
    font-weight: 900;
    color: #333;
    text-align: center;
    line-height: 26px;
}

.ribonTtl::before{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: -20px;
    width: 25px;
    height: 32px;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/ribonAori.webp');
    background-repeat: no-repeat;
}

.ribonTtl::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: -15px;
    width: 25px;
    height: 32px;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/ribonAori.webp');
    background-repeat: no-repeat;
    transform: scale(-1, 1);
}

.ribonTtl span{
    color: #e82965;
}

.ribonBodyWpr{
    position: relative;
    width: 990px;
    height: 110px;
    margin: 0 auto 10px;
    background-color: #FFF;
    border-radius: 10px;
}

.ribonImg{
    position: absolute;
    width: 131px;
    height: 147px;
    bottom: 0;
    left: 10px;
    z-index: 400;
}

.ribonBody{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 990px;
    height: 110px;
    padding: 15px 18px 15px 170px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 300;
}

.ribonBody::before{
    position: absolute;
    display: block;
    content: "";
    top: -125px;
    left: -125px;
    width: 200px;
    height: 200px;
    background-color: #d0edfe;
    transform: rotate(45deg);
}

.ribonBody::after{
    position: absolute;
    display: block;
    content: "";
    bottom: -125px;
    right: -125px;
    width: 200px;
    height: 200px;
    background-color: #d0edfe;
    transform: rotate(45deg);
}

.ribonBodyLeed{
    font-size: 24px;
    font-weight: 900;
    color: #333;
    font-style: oblique;
    line-height: 35px;
    background: none;
}

.post_content .wpr .ribonBodyLeed{
    padding: 0;
    font-size: 24px;
    font-weight: 900;
    color: #333;
    font-style: oblique;
    line-height: 35px;
    background: none;
}

.post_content .wpr .ribonBodyLeed::before,
.post_content .wpr .ribonBodyLeed::after{
    display: none;
}

.ribonBodyLeed span{
    font-size: 34px;
    color: #e82965;
}

.ribonBodyLeed span span{
    font-size: 24px;
}

.ribonBtn{
    position: relative;
    z-index: 500;
}

.ribonBtn a img{
    opacity: 1;
    transition: .2s;
}

.ribonBtn a img:hover{
    opacity: .8;
    transition: .2s;
}

.ribonLeed{
    font-size: 26px;
    font-weight: 900;
    color: #333;
    text-align: center;
}

.ribonLeed span{
    color: #e82965;
}

/* nayami */

.nayamiWpr{
    padding: 55px 0 80px;
    background-color: #fcfbe8;
    border-bottom: 5px solid #FFF;
}

.nayamiTteWpr{
    margin: 0 auto 50px;
}

.nayamiTtl{
    position: relative;
    width: 600px;
    margin: 0 auto 20px;
    font-size: 48px;
    font-weight: 900;
    color: #e82965;
    line-height: 48px;
    text-align: center;
}

.nayamiTtl::before{
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    left: -42px;
    width: 32px;
    height: 39px;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/nayamiAori.webp');
    background-repeat: no-repeat;
}

.nayamiTtl::after{
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    right: -42px;
    width: 32px;
    height: 39px;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/nayamiAori.webp');
    background-repeat: no-repeat;
    transform: scale(-1, 1);
}

.nayamiLeed{
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-align: center;
}

.nayamiBodyWpr{
    display: flex;
    justify-content: space-between;
    width: 870px;
    margin: 0 auto 40px;
    padding: 35px 40px;
    border: 1px solid #f994b4;
    background-color: #FFF;
    border-radius: 10px;
}

.nayamiBody{
    width: 525px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #333;
}

.nayamiBody span{
    padding: 0 3px;
    background-color: #fff000;
}

.nayamiImg{
    width: 225px;
    height: 240px;
    overflow: hidden;
}

.nayamiImg img{
    width: auto;
    height: 240px;
    object-fit: cover;
}

.nayamiUnitWpr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 870px;
    margin: 0 auto 70px;
}

.post_content .nayamiUnitWpr p:last-child{
    display: none;
}

.nayamiUnit{
    position: relative;
    width: 425px;
    height: 120px;
    margin: 0 0 21px 0;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/gNavBg.webp');
    border-radius: 8px;
}

.nayamiUnit P{
    width: 100%;
    padding: 15px 15px 15px 116px;
    font-size: 21px;
    font-weight: 900;
    line-height: 30px;
    color: #FFF;
    text-align: center;
}

.nayamiUnitImg{
    position: absolute;
    width: 96px;
    height: 96px;
    margin: auto 0;
    top: 0;
    left: 15px;
    bottom: 0;
}

.post_content div.nayamiUnitImg{
    position: absolute;
    width: 96px;
    height: 96px;
    margin: auto 0 !important;
    top: 0;
    left: 15px;
    bottom: 0;
}



.hesTtlWpr{
    position: relative;
    width: 645px;
    height: 60px;
    margin: 0 auto 65px;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/nayamiLeedBg.webp');
    border-radius: 30px;
}

.hesTtlWpr::after{
    position: absolute;
    display: block;
    content: "";
    bottom: -20px;
    left: 40px;
    width: 0; height: 0;
    border-style: solid;
    border-width: 20px 0px 0px 10px;
    border-color: #2097cf transparent transparent transparent;
    transform: rotate(0deg);
}

.hesTtl{
    height: 60px;
    padding: 0 0 0 35px;
    font-size: 31px;
    font-weight: 900;
    color: #FFF;
    line-height: 58px;
}

.hesTtlImg{
    position: absolute;
    width: 88px;
    height: 90px;
    bottom: 0;
    right: 25px;
}

.hesUnitWpr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto 90px;
}

.hesUnit{
    display: flex;
    justify-content: space-between;
    width: 530px;
    height: 65px;
    margin: 0 0 24px 0;
    border: 2px solid #eb467a;
    border-radius: 8px;
    background-color: #FFF;
    overflow: hidden;
}

.hesUnitIcon{
    width: 75px;
    height: 65px;
    padding: 10px 19px;
    background-color: #eb467a;
    text-align: center;
}

.hesUnitIcon img {
    width: 100%;
    height: auto;
}

.hesUnit p{
    width: calc(100% - 100px);
    font-size: 21px;
    font-weight: 900;
    color: #333;
    line-height: 60px;
}

.hesUnit p span{
    color: #2097cf;
}

.post_content .hesUnit p:last-child{
    display: none;
}

.post_content .hesUnitWpr > p{
    display: none;
}

.nayamiSum{
    position: relative;
    width: 880px;
    height: 100px;
    margin: 0 auto;
}

.nayamiSum p{
    font-size: 37px;
    font-weight: 900;
    color: #333;
    text-align: center;
    line-height: 56px;
}

.nayamiSum p span.sb{
    color: #2097cf;
}

.nayamiSum p span.pink{
    color: #eb467a;
}

.nayamiSumImg{
    position: absolute;
    width: 110px;
    height: 208px;
    top: -55px;
    right: -110px;
}

/* reason */

.reasonWpr{
    width: 100%;
    padding: 75px 0 70px;
    background-color: #ececec;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/reasonBg.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

.reasonTtl{
    width: 420px;
    height: 100px;
    margin: 0 auto 50px;
}

.reasonTtlLeed{
    width: 670px;
    margin: 0 auto 90px;
    padding: 25px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    font-size: 42px;
    line-height: 64px;
    font-weight: 900;
    font-style: oblique;
    text-align: center;
}

.reasonTtlLeed span{
    color: #2097cf;
}

.reasonUnitLeed{
    width: 1100px;
    height: 58px;
    margin: 0 auto 50px;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/gNavBg.webp');
    border-radius: 4px;
    font-size: 28px;
    font-weight: 900;
    line-height: 55px;
    color: #FFF;
    text-align: center;
}

.post_content .wpr .reasonUnitLeed{
    width: 1100px;
    height: 58px;
    margin: 0 auto 50px;
    padding: 0;    
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/gNavBg.webp');
    border-radius: 4px;
    font-size: 28px;
    font-weight: 900;
    line-height: 55px;
    color: #FFF;
    text-align: center;
}

.post_content .wpr .reasonUnitLeed::before,
.post_content .wpr .reasonUnitLeed::after{
    display: none;
}

.reasonUnitWpr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto;
}

.post_content .reasonUnitWpr > p{
    display: none;
}

.reasonUnit{
    position: relative;
    width: 260px;
    height: 335px;
    margin: 0 0 45px 0;
    padding: 40px 14px 30px 14px;
    border-radius: 8px;
    background-color: #FFF;
    box-shadow: 0 5px 0px #c3c3c3;
}

.reasonUnitNum{
    position: absolute;
    width: 47px;
    height: 47px;
    top: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: linear-gradient(135deg, #ed5887 0%, #ed5887 50%, #e42d66 51%, #e42d66 100%);
    border-radius: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    line-height: 45px;
    color: #FFF;
}

.reasonUnitTtl{
    height: 37px;
    margin: 0 0 15px 0;
    padding: 7px 0;
    font-size: 17px;
    font-weight: 700;
    color: #2097cf;
    line-height: 20px;
    text-align: center;
}

.reasonUnitTtl.double{
    padding: 0;
}

.reasonUnitImg{
    margin: 0 auto 10px;
}

.reasonUnitBody{
    font-size: 14px;
    text-align: center;
}

/* flow */

.flowWpr{
    width: 1100px;
    margin: 0 auto;
    padding: 90px 0 75px;
}

.redTtlWpr{
    width: 265px;
    height: 80px;
    margin: 0 auto 75px;
}

.redTtl{
    height: 45px;
    margin: 0 0 9px 0;
    border-bottom: 1px solid #e82965;
    font-size: 37px;
    font-weight: 900;
    color: #e82965;
    text-align: center;
}

.post_content .wpr .redTtl{
    margin: 0 0 9px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e82965;
    font-size: 37px;
    font-weight: 900;
    color: #e82965;
    text-align: center;
    background: none;
}

.post_content .wpr .redTtl::before,
.post_content .wpr .redTtl::after{
    display: none;
}

.post_content .redTtl{
    height: auto;
}

.redTtlSubTtl{
    font-size: 13px;
    font-weight: 700;
    color: #e82965;
    letter-spacing: .35rem;
    text-align: center;
}

.flowUnit{
    width: 100%;
    margin: 0 0 35px 0;
    border: 3px solid #eaeaea;
    border-radius: 8px;
}

.flowUnitHeader{
    display: flex;
    height: 110px;
    padding: 30px 30px 30px 130px;
    background-color: #eaeaea;
}

.flowUnitTag{
    position: relative;
    width: 190px;
    height: 35px;
    margin: 10px 0 0 0;
    border-radius: 2px;
    background-color: #333;
}

.flowUnitTag p{
    padding: 0 0 0 15px;
    font-size: 16px;
    font-weight: 900;
    color: #fff000;
    line-height: 32px;
}

.flowUnitImg{
    position: absolute;
    top: -25px;
    right: -50px;
    width: 122px;
    height: 85px;
}

.flowUnitLeed{
    margin: 0 0 0 100px;
    font-size: 19px;
    font-weight: 700;
    line-height: 28px;
}

.flowUnitBody{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 33px 25px;
}

.flowStep{
    position: relative;
    display: grid;
    place-items: center; /* 縦横まとめて中央 */
    flex: 1 1 auto;   /* 全員同じ比率で伸びる */
    min-width: 0;  /* はみ出し対策（重要） */
    margin: 0 8px;
    padding: 25px 0;
    background-color: #e82965;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: #FFF;
    border-radius: 6px;
}

.flowStep::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: -15px;
    width: 0;
    height: 0;
    margin: auto 0;
    border-style: solid;
    border-width: 7px 0px 7px 15px;
    border-color: transparent transparent transparent #e82965;
    transform: rotate(0deg);
}

.flowStep:last-child::after{
    display: none;
}

.flowStep p{
    padding: 10px 0 0 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    color: #FFF;
}

.track .flowStep:nth-child(5)::after{
    display: none;
}

.big .flowStep:nth-child(6)::after{
    display: none;
}

/* price */

.priceWpr{
    padding: 70px 0 80px 0;
    background-color: #fafafa;
}

table.price{
    width: 1100px;
    margin: 0 auto;
}

table.price th,
table.price td{
    padding: 22px 0;
    border: 1px solid #e0e0e0;
    font-size: 18px;
    text-align: center;
}

table.price th{
    background-color: #fae6ea;
    font-weight: 400;
}

table.price td{
    background-color: #FFF;
}

table.price td:first-child{
    font-weight: 700;
    color: #2097cf;
}

table.price td:nth-child(2){
    font-weight: 700;
}


table.price td:nth-child(3){
    font-weight: 700;
    color: #e82965;
}

/* review */

.reviewWpr{
    padding: 0 0 0 0;
}

.reviewTtlWpr{
    position: relative;
    width: 100%;
    height: 120px;
    border-top: 13px solid #e9306a;
    border-bottom: 13px solid #e9306a;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/gNavBg.webp');
    font-size: 37px;
    font-weight: 900;
    line-height: 90px;
    text-align: center;
    color: #FFF;
}

.post_content .wpr .reviewTtlWpr{
    position: relative;
    width: 100%;
    height: 120px;
    margin: 0 auto;
    padding: 0;
    border-top: 13px solid #e9306a;
    border-bottom: 13px solid #e9306a;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/gNavBg.webp');
    font-size: 37px;
    font-weight: 900;
    line-height: 90px;
    text-align: center;
    color: #FFF;
}

.reviewTtlWpr span{
    margin: 0 10px 0 0;
    font-size: 50px;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    vertical-align: -12px;
    color: #fff000;
}

.reviewTtlWpr::after{
    position: absolute;
    display: block;
    content: "";
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0; height: 0;
    border-style: solid;
    border-width: 20px 20px 0px 20px;
    border-color: #e9306a transparent transparent transparent;
    transform: rotate(0deg);
}

.reviewUnitWpr{
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto;
    padding: 80px 0 0 0;
}

.reviewUnitCol{
    width: 525px;
}

.reviewUnit{
    width: 100%;
    margin: 0 0 40px 0;
    padding: 30px 55px 40px 55px;
    border: 3px solid #eaeaea;
    border-top: 6px solid #e9306a;
    background-color: #fcfbe8;
    border-radius: 0 0 10px 10px;
}

.reviewUnit .star{
    margin: 0 0 10px 0;
    font-size: 23px;
    color: #fb8e28;
}

.reviewUnitTtl{
    margin: 0 0 14px 0;
    font-size: 26px;
    font-weight: 900;
    color: #2097cf;
    letter-spacing: -0.04rem;
}

.reviewer{
    margin: 0 0 10px 0;
}

.reviewBody{
    font-size: 15px;
    line-height: 27px;
}



/* archive */

.blogWpr{
    width: 1100px;
    margin: 0 auto;
    padding: 75px 0 55px 0;
}

.archiveList{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 70px auto;
}

.archiveUnit{
    width: 350px;
    padding: 19px 19px 19px 15px;
    border: 1px solid #dedede;
    border-radius: 0 0 8px 8px;
    border-top: 5px solid #e9306a;
}

.articleUnitBody .timestamp{
    display: block;
    margin: 0 0 5px 0;
    font-size: 16px;
}

.articleUnitBody p{
    margin: 0 0 15px 0;
}

.articleUnitBody .cat{
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    color: #2097cf;
    border: 1px solid #2097cf;
    border-radius: 5px;
}

.articleUnitImg{
    margin: 0 0 15px 0;
}

.archiveUnitTtl{
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.timestamp{
    font-size: 15px;
    color: #e36273;
}

a.moreBtn{
    position: relative;
    display: block;
    width: 300px;
    height: 44px;
    margin: 0 auto;
    background-color: #e82965;
    border-radius: 22px;
    font-size: 18px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    color: #FFF;
}

.archiveList .archiveUnit {
    position: relative;
}

.archiveList .archiveUnit > a {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: block;
}

.archiveList .archiveUnit:hover {
    cursor: pointer;
}
/* area */

.areaWpr{
    width: 100%;
    padding: 85px 0 75px 0;
    background-image: url('https://katazukepro.jp/wp-content/uploads/2026/04/areaBg.webp');
    background-size: cover;
}

.areaLogo{
    width: 340px;
    margin: 0 auto 40px;
}

.areaLeed{
    width: 550px;
    margin: 0 auto 50px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    text-align: center;
}

.areaBodyWpr{
    width: 1100px;
    margin: 0 auto;
    border: 2px solid #e82965;
    border-radius: 8px;
    overflow: hidden;
}

.areaHeaer{
    width: 100%;
    padding: 20px 0;
    background: url('https://katazukepro.jp/wp-content/uploads/2026/04/gNavBg.webp');
    font-size: 27px;
    font-weight: 900;
    color: #FFF;
    text-align: center;
}

.areaBody{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 50px;
    background-color: #FFF;
}

.areaBody a{
    position: relative;
    display: block;
    width: 20%;
    padding: 7px 0 7px 20px;
    font-size: 17px;
    font-weight: 700;
    color: #333;
}

.areaBody a::before{
    position: absolute;
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    top: 0;
    bottom: 0;
    left: 0px;
    margin: auto 0;
    border-top: 2px solid #2599d0;
    border-left: 2px solid #2599d0;
    transform: rotate(135deg);
}

/* company */

.company{
    padding: 70px 0 125px;
}

.blkTtlWpr{
    width: 265px;
    height: 50px;
    margin: 0 auto 55px;
}


.blkTtl{
    margin: 0 0 9px 0;
    font-size: 24px;
    font-weight: 900;
    color: #333;
    text-align: center;
}

.post_content .wpr .blkTtl{
    margin: 0 0 9px 0;
    padding: 0;
    font-size: 24px;
    font-weight: 900;
    color: #333;
    text-align: center;
    background: none;
}

.post_content .wpr .blkTtl::before,
.post_content .wpr .blkTtl::after{
    display: none;
}

.blkTtlSubTtl{
    padding: 0 0 0 5px;
    font-size: 13px;
    font-weight: 700;
    color: #333;
    letter-spacing: .35rem;
    text-align: center;
}

table.comInfo{
    width: 765px;
    margin: 0 auto;
    border-bottom: 1px solid #cccccc;
}

table.comInfo tr td{
    border: 0px solid #FFF;
    border-top: 1px solid #cccccc;
    padding: 13px 0;
}

table.comInfo tr td:first-child{
    width: 190px;
    padding: 0 0 0 20px;
    font-weight: 700;
}

table.comInfo tr td p{
    margin: 0 0 10px 0;
}

/* contact */

.post_content section.contactHeader{
    margin: 0 !important;
    padding: 95px 0 60px 0;
}

section.contactHeader.tks{
    padding: 95px 0 0 0;
}


.contactHeaderWpr{
    position: relative;
    width: 510px;
    margin: 0 auto 50px auto;
}

.contactHeaderWpr p{
    margin: 0 auto 15px auto;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.contactHeaderWpr h1,
.contactHeaderWpr h2{
    margin: 0 0 30px 0;
    font-size: 44px;
    font-weight: 900;
    color: #e82965;
    line-height: 44px;
    text-align: center;
}

.contactHeaderWpr h2{
    background-color: #FFF;
    padding: 0;
}

.contactHeaderWpr h2::before,
.contactHeaderWpr h2::after{
    display: none;
}

.contactHeaderWpr h1 span.tag{
    display: inline-block;
    width: 100px;
    height: 46px;
    margin: 0 15px 0 0;
    border-radius: 3px;
    background-color: #e82965;
    font-size: 33px;
    font-weight: 900;
    color: #FFF;
    text-align: center;
    line-height: 44px;
}

.contactHeaderWpr h1 span.large{
    font-size: 55px;
    vertical-align: -3px;
}

.leed{
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

.illust{
    position: absolute;
    top: -25px;
    right: -115px;
    width: 115px;
    height: 205px;
}

.illust img{
    width: 100%;
    height: auto;
}

.formArrow{
    width: 107px;
    margin: 0 auto;
}

.contact{
    width: 800px;
    margin: 0 auto 50px auto;
    padding: 50px 45px 0 45px;
    background-color: #f9f9f9;
    border-radius: 8px;;
}

.contact table{
    width: 100%;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #cccccc;
}

.post_content .contact table tr td{
    position: relative;
    border: 0px solid #FFF;
    border-top: 1px solid #cccccc;
    padding: 10px 7px;
    vertical-align: top;
}

.post_content .contact table tr td br{
    display: none;
}

.contact table tr td:first-child{
    width: 240px;
}

.contact table tr td input:first-child{
    margin: 0 10px 0 0;
}

.contact table tr td:first-child p{
    padding: 2px 10px;
    border-left: 3px solid #e92f6a;
}

.contact table tr td span.req{
    position: absolute;
    display: block;
    top: 11px;
    right: 5px;
    margin: 0;
    width: 38px;
    height: 24px;
    background-color: #e92f6a;
    color: #FFF;
    font-size: 13px;
    line-height: 13px;
    padding: 5px;
}

.contact table tr td div{
    margin: 0 0 13px 0;
}

.contact table tr td div:last-child{
    margin: 0;
}

.contact table tr td div span{
    display: inline-block;
    width: 80px;
}

.contact table tr td div span.wpcf7-form-control-wrap[data-name="zip"] input{
    display: inline-block;
    width: 100px;
}

.contact table tr td div span.wpcf7-form-control-wrap{
    display: inline-block;
    width: 80%;
}

input.wpcf7-submit[type="submit"]{
    position: relative;
    display: block;
    width: 360px;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    background-color: #e92f6a;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    transition: .3s;
    border: #e92f6a 1px solid;
}

input.wpcf7-submit[type="submit"]:hover{
    background-color: #f85a8c;
    transition: .3s;
}

input.wpcf7-submit[type="submit"]::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 20px;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}

.lineCta{
    width: 800px;
    margin: 0 auto;
    border-top: 1px solid #cccccc;
    padding: 50px 0 90px 0;
}

.lineCtaBtn{
    position: relative;
    display: flex;
    justify-content: center;
    width: 360px;
    height: 67px;
    margin: 0 auto;
    padding: 13px;
    border-radius: 8px;
    background-color: #05b906;
    box-shadow: 0px 4px 0px #029303;
    transition: .1s;
    z-index: 1000;
}

.lineCtaBtn:hover{
    transform: translateY(4px);
    box-shadow: 0px 0px 0px #029303;
    transition: .2s;
}

.lineCtaBtn .btnTag{
    width: 220px;
    font-size: 31px;
    font-weight: 900;
    line-height: 40px;
    color: #FFF;
    border-right: 1px solid #81c673;
}

.lineCtaBtn .btnTag span.material-symbols-outlined{
    margin: 0 10px 0 0;
    font-size: 30px;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
    vertical-align: -4px;
}

.lineCtaBtn .available{
    padding: 0 0 0 15px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.lineCtaBtn p{
    position: absolute;
    top: 0;
    left: 0;
    width: 360px;
    height: 67px;
    z-index: 3000;
}

.lineCtaBtn p a{
    width: 360px;
    height: 67px;
    display: block;
}

.thanksWpr{
    width: 460px;
    margin: 0 auto 50px auto;
    padding: 30px 35px;
    background-color: #f9f9f9;
}

.thanks_ttl{
    margin: 0 0 30px 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.thanks_Body{
    margin: 0 0 50px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.thanksWpr .inqTelWpr{
    width: 375px;
    padding: 15px;
    margin: 0 auto 50px auto;
    background-color: #FFF;
    border: 0 solid #FFF;
}

.thanksWpr a{
    display: block;
    font-size: 16px;
    color: #e92f6a;
    text-align: center;
}

/* recruit */

.recruitWpr{
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0 75px 0;
}

.recruitHeaderWpr{
    position: relative;
    width: 1100px;
    height: 218px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    z-index: 100;
}

.recruitHeaderImg{
    position: relative;
    width: 352px;
    height: 218px;
    z-index: 200;
}

.recruitHeaderBg{
    position: absolute;
    display: block;
    top: 0;
    right: -400px;
    width: 1200px;
    height: 218px;
    background-color: #e92f6a;
    transform: skewX(-15deg);
    z-index: 300;
}

.recruitHeader{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1100px;
    height: 218px;
    z-index: 400;
}

.recruitTagWpr{
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    width: 320px;
    height: 35px;
    margin: 0 0 0 auto;
    padding: 28px 30px 32px 0;
    z-index: 500;
}

.post_content h1.recruitTag{
    width: 120px;
    height: 33px;
    margin: 0 14px 0 0;
    background-color: #FFF;
    font-size: 20px;
    letter-spacing: .1rem;
    line-height: 31px;
    text-align: center;
    color: #e92f6a;
}

.recruitEn{
    width: 190px;
    height: 33px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #ffaec7;
    letter-spacing: .3rem;
    line-height: 31px;
}

.recruitHeader p{
    padding: 90px 0 0 0;
    font-size:24px;
    color: #FFF;
    font-size: 40px;
    font-weight: 900;
    text-align: right;
    line-height: 52px;
    letter-spacing: .45rem;
}

.recruitHeaderNav{
    position: relative;
    width: 100%;
    padding: 10px 0 7px 0;
    background-color: #fae6ea;
    border-radius: 0 0 8px 8px;
    z-index: 110;
}

.recruitHeaderNav nav ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex: 1 1 auto;   /* 全員同じ比率で伸びる */
    min-width: 0;  /* はみ出し対策（重要） */
}

.recruitHeaderNav nav ul li a{
    display: block;
    padding: 0 40px;
    color: #222;
    font-size: 16px;
    line-height: 16px;
    border-left: 1px dotted #e92f6a;
    transition: .3s;
}

.recruitHeaderNav nav ul li a:hover{
    color: #e92f6a;
    transition: .3s;
}

.recruitHeaderNav nav ul li:last-child a{
    border-right: 1px dotted #e92f6a;
}

.recruitHeaderNav nav ul li a span{
    margin: 0 10px 0 0;
    color: #e92f6a;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    font-size: 22px;
    line-height: 33px;
    vertical-align: -5px;
    transition: .3s;
}

.recruitHeaderNav nav ul li a:hover span{
    transform: rotate(90deg);
    transition: .3s;
}

.recruitBodyWpr{
    position: relative;
    width: 630px;
    margin: 0 auto;
    padding: 110px 0;
}

.recruitBody{
    width: 100%;
    padding: 0 0 50px 0;
}

.recruitBody p{
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 1.5rem 0;
    text-align: center;
}

.recruitBodyImgWpr{
    position: relative;
    height: 219px;
    width: 100%;
}

.recruitBodyImg{
    position: absolute;
    width: 219px;
    height: 219px;
}

.recruitBodyImg:nth-child(2){
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.recruitBodyImg:first-child{
    top: 0;
    left: 0;
}

.recruitBodyImg:nth-child(3){
    top: 0;
    right: 0;
}

.recruitBodyImg:last-child{
    display: none;
}

.ccl_01{
    position: absolute;
    width: 245px;
    height: 250px;
    top: -20px;
    right: -245px;
    opacity: .5;
    z-index: 90;
}

.ccl_02{
    position: absolute;
    width: 211px;
    height: 191px;
    top: -125px;
    left: 40px;
    opacity: .3;
    z-index: 90;
}

.ccl_03{
    position: absolute;
    width: 262px;
    height: 246px;
    top: 345px;
    right: -193px;
    opacity: .3;
    z-index: 90;
}

.ccl_04{
    position: absolute;
    width: 228px;
    height: 236px;
    top: 157px;
    left: -280px;
    opacity: .3;
    z-index: 90;
}

.ccl_05{
    position: absolute;
    width: 100px;
    height: 99px;
    top: 740px;
    right: -127px;
    opacity: .3;
    z-index: 90;
}

.ccl_06{
    position: absolute;
    width: 173px;
    height: 168px;
    top: 590px;
    left: -150px;
    opacity: .3;
    z-index: 90;
}

.recInfoContainer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 4rem 0;
}

.recInfoUnit{
    position: relative;
    width: 100%;
    margin: 0 0 3rem 0;
}

.recInfoUnit.half{
    width: 48.5%;
}

.recInfoUnit::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: -30px;
    width: 140px;
    height: 41px;
    background-color: #FFF;
    opacity: .1;
    transform: skewX(-20deg);
}

.post_content .recInfoUnit h3{
    margin: 0 0 1.6rem 0;
    padding: 10px 12px !important;
    background-color: #e92f6a;
    font-size: 16px;
    color: #FFF;
}

.recInfoUnit h3 p{
    padding: 0 0 0 15px;
    border-left: 3px solid #FFF;
}

.recInfoUnitBody{
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.recInfoUnitBody ul{
    padding: 0 0 0 30px;
    list-style-type: disc;
}

.recInfoUnitBody ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.recPersonPanelWpr{
    display: flex;
    justify-content: space-between;
}

.recPersonPanel{
    position: relative;
    width: 48.5%;
}

.recPersonPanelHeader{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;   /* 上下中央 */
    height: 120px;
    margin: 0 0 1.8rem 0;
    border: 1px solid #e92f6a;
    border-left: 5px solid #e92f6a;
    overflow: hidden;
}

.recPersonPanelHeader p{
    padding: 0 0 0 30px;
    font-size: 20px;
    font-weight: 700;
    color: #e92f6a;
}

.recPersonPanelHeader .circle{
    position: absolute;
    width: 225px;
    top: 0;
    right: 0;
    height: 118px;
    background-color: #fae6ea;
    z-index: 100;
    
}

.recPersonPanelHeader .circle::before{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto 0;
    width: 250px;
    height: 250px;
    background-color: #fae6ea;
    border-radius: 125px;;
}

.recPersonImg{
    position: absolute;
    top: -19px;
    right: 25px;
    height: 138px;
    z-index: 150;
}

.recPersonImg img{
    width: auto;
    height: 138px;
}

.recPersonBody p{
    font-size: 16px;
    line-height: 27px;
}

.requiredPersona{
    position: relative;
    width: 800px;
    height: 580px;
    margin: 0 auto;
    padding: 60px 50px;
    background-color: #fcfbe8;
}

.requiredPersona::before{
    position: absolute;
    display: block;
    content: "";
    top: -10px;
    left: -10px;
    width: 0; height: 0;
    border-style: solid;
    border-width: 100px 100px 0px 0px;
    border-color: #fca7c2 transparent transparent transparent;
    transform: rotate(0deg);
}

.requiredPersona::after{
    position: absolute;
    display: block;
    content: "";
    bottom: -10px;
    right: -10px;
    width: 0; height: 0;
    border-style: solid;
    border-width: 0px 0px 100px 100px;
    border-color: transparent transparent #fca7c2 transparent;
    transform: rotate(0deg);
}

.requiredPersona h3{
    position: relative;
    width: 332px;
    margin: 0 auto 55px auto;
    font-size: 31px;
    font-weight: 900;
    color: #e92f6a;
    text-align: center;
}

.requiredPersona p{
    margin: 0 auto 2rem auto;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #222;
}

.requiredPersona ul{
    list-style-type: disc;
    width: 380px;
    padding: 0 0 0 20px;
    margin: 0 auto 2rem auto;
}

.requiredPersona ul li{
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    line-height: 2rem;
    text-align: left;
    color: #ec5481;
}

/* faq */
.faqWpr{
    width: 100%;
    padding: 70px 0 80px 0;
    background-color: #fff6f7;
}

.faq{
    width: 1000px;
    margin: 0 auto;
}

.faqTtl{
    margin: 0 auto 40px auto; 
}

.faqTtl h3{
    margin: 0 auto 40px auto;
    font-family: "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", "MS PMincho", serif;
    font-size: 43px;
    font-weight: 400;
    color: #e9acb4;
    text-align: center;
}

.faqTtl p{
    margin: 0 auto 20px auto;
    font-family: "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", "MS PMincho", serif;
    font-size: 17px;
    font-weight: 400;
    color: #333;
    text-align: center;
}

.qaItem {
	margin-bottom: 12px;
	padding: 5px 0;
	border-radius: 4px;
    background-color: #FFF;/*QとAの背景色*/
    border-radius: 8px;
}

.qaBox__q {
	position: relative !important;
	padding: 17px 70px 17px 65px;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	color: #333;
	line-height: 26px;
}

.qaBox__q span{
	position: absolute;
	display: block;
    top: 0;
    bottom: 0;
	left: 17px;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: auto 0;
    border-radius: 10px;
    font-family: "Arial", sans-serif;
	font-size: 27px;
	font-weight: 700;
	color: #e82965;
    text-align: center;
    line-height: 20px;
}

.post_content .qaBox__q span{
    margin: auto 0 !important;
}

.qaBox__a {
	display: none;
}

.qaBox__content {
	position: relative;
	padding: 17px 70px 17px 65px;
	border-radius: 8px;
	font-size: 16px;
	line-height: 26px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	color: #333;
}

.qaBox__content span{
	position: absolute;
	display: block;
	left: 17px;
    width: 20px;
    height: 20px;
    font-family: "Arial", sans-serif;
    border-radius: 10px;
	font-size: 31px;
	font-weight: 700;
	color: #333;
    text-align: center;
}

.qaBox__icon {
	width: 30px;
	height: 20px;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
}

.qaBox__arw {
	position: absolute;
	top: 0;
	bottom: 3px;
	right: 0;
	width: 12px;
	height: 12px;
	margin: auto 0;
	border-bottom: 2px solid #e82965;
	border-right: 2px solid #e82965;
	transform: rotate(45deg);
	transition: .3s;
}

.qaBox__icon.is-open .qaBox__arw {
	transform: rotate(225deg);
	transition: .3s;
	bottom: -3px;
}

/* footer */

footer{
    width: 100%;
    padding: 40px 0;
    border-top: 10px solid #fbd6e1;
    background-color: #e9306a;
    color: #FFF;
}

.footerInner{
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto;
}

.serviceName{
    margin: 0 0 15px 0;
    font-size: 22px;
    font-weight: 400px;
    letter-spacing: 0.055rem;
}

.serviceName span{
    font-weight: 700;
}

.address{
    margin: 0 0 35px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.lisences{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.footerMenu{
    display: flex;
    justify-content: space-between;
    width: 520px;
}

.footerMenu ul{
    display: block;
    width: 180px;
}

.footerMenu ul:last-child{
    display: block;
    width: 220px;
}

.footerMenu ul li a{
    position: relative;
    display: block;
    margin: 0 10px;
    font-size: 16px;
    color: #FFF;
    line-height: 28px;
}

.footerMenu ul li a::before{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: -17px;
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
}

.cr{
    width: 100%;
    padding: 25px 0;
    font-size: 13px;
    border-top: 1px solid #ee628e;
    text-align: center;
    color: #FFF;
    background-color: #e9306a;
}

/* company */

.companyWpr{
    padding: 60px 0;
}

.companyTtl{
    margin: 0 auto 40px auto; 
}

.companyTtl h3{
    margin: 0 auto 15px auto;
    font-family: "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", "MS PMincho", serif;
    font-size: 33px;
    font-weight: 700;
    color: #e9acb4;
    text-align: center;
}

.companyTtl p{
    margin: 0 auto 20px auto;
    font-family: "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", "MS PMincho", serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: center;
}

table.company{
    width: 1050px;
    margin: 0 auto;
    border-top: 1px dotted #CCC;
}

table.company tr td{
    margin: 0 0 1px 0;
    padding: 20px 15px;
    vertical-align: top;
    border-bottom: 1px dotted #CCC;
    color: #333;
}

table.company tr td:first-child{
    width: 250px;
    background-color: #f8f8f8;
    border-bottom: 1px dotted #FFF;
}

table.company tr:first-child td:first-child{
    border-top: 1px dotted #f8f8f8;
}

table.company tr td a{
    color: #e9acb4;
    font-weight: 700;
}

table.company tr td p{
    line-height: 24px;
    margin: 0 0 15px 0;
}

table.company tr td p span.payType{
    font-weight: 700;
}

/* privacy policy */

.ppLeed{
    margin: 0 auto 3rem auto;
    font-size: 16px;
    line-height: 25px;
}

.ppOuter{
    width: 850px;
    margin: 0 auto; 
}


ol.pp{
    padding: 0 0 0 10px;
}

ol.pp li{
    margin: 0 0 2rem 0;
}

ol.pp li::marker{
    display: block;
    position: relative;
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #efb4b4;
}

ol.pp li ul{
    list-style-type: disc;
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
}

ol.pp li ul li::marker{
    display: block;
    position: relative;
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #333 !important;
}

ol.pp li ul li{
    margin: 0;
    line-height: 29px;
}

ol.pp li p{
    margin: 0 0 15px 5px;
    font-size: 17px;
    font-weight: 700;
}

ol.pp li div{
    margin: 0 0 15px 5px; 
}

.listItemTag{
    font-weight: 700;
    margin: 0 0 10px 5px !important;
}


/* access */

.accessWpr{
    width: 1050px;
    margin: 0 auto;
    padding: 75px 0;
}

.accessUnitWpr{
    width: 100%;
}

.accessUnit{
    width: 100%;
    margin: 0 auto 3rem auto;
}

.accessUnitHeader{
    margin: 0 0 1rem 0;
    padding: 0 0 0 1rem;
    border-left: 4px solid #e9306a;
}

.accessUnitHeader div{
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
}

.accessUnit iframe{
    width: 100%;
    height: 500px;
}


.fixHeader{
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 125px;
    text-align: center;
    z-index: 9999;
	margin: 0 auto;
	bottom: -80px;
	opacity: 0;
    background-color: #FFF;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}

a.floater.pc{
    display: block;
    width: 639px;
    height: 94px;
    margin: 0 auto;
    text-align: center;
    transition: .2s;
}

a.floater.sp{
    display: none;
}

.floaterWpr a.floater:hover{
    transform: translateY(2px);
    box-shadow: 0 3px 0 #0161c1;
    transition: .2s;
}
.modal{
    display: none !important;
}

.sp{
	display: none;
}

}