@charset "UTF-8";
@import url("https://k-s-s.org/wp-content/themes/swell_child/css/reset.css");
@import url("https://k-s-s.org/wp-content/themes/swell_child/css/slick-theme.css");
@import url("https://k-s-s.org/wp-content/themes/swell_child/css/slick.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");

/*
    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
*/


*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
    position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: -0.025em;
	background-color: #FFF;
	color: #202020;
    background-image: url('https://k-s-s.org/wp-content/uploads/2025/06/bodyBg.webp');
}

div, p{
	text-align: justify;
}

a{
	text-decoration: none;
}

ul{
	list-style: none;
}

form{
    display: block;
    width: 100%;
	margin: 0;
    padding: 0;
}

/*-------------------------------------
 text box
-------------------------------------*/

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="datetime-local"],
textarea{
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #CCC;
	border-radius: 3px;
	font-size: 1rem;
    background-color: #FFF;
}

input::placeholder,
textarea::placeholder{
	font-size: 14px;
    font-weight: 400;
    color: #CCC;
}

input:focus,
textarea:focus{
	outline: none;
}

textarea{
    display: block;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 8px 10px;
	border: 1px solid #CCC;
    background-color: #FFF;
	border-radius: 3px;
	font-family: sans-serif;
	font-size:1.1rem;
}


p:empty {
    display: none;
  }
  

@media screen and (max-width:1049px){

img{
	display: block;
	width: auto;
	height: 100%;
}

body{
    position: relative;
    padding: 64px 0 0 0;
    width: 100%;
    overflow-x: hidden;
}

.noMgn{
    margin: 0 auto;
}


/* layout */
.grayBg{
    width: 100%;
    background-color: #f0efef;
}

.contentWpr{
    padding: 25px 0 20px 0;
}

/* header */

header{
    position: fixed;
    display: flex;
    justify-content: space-between;
    top: 0;
    width: 100%;
    height: 64px;
    background-color: #1b313d;
    z-index: 9999;
}

header h1{
    height: 64px; 
    padding: 15px 12px;
}

header div.headerLogp{
    height: 64px; 
    padding: 15px 12px;
}

header div.headerLogp a img{
    width: auto;
    height: 34px;
}

.headerContentWpr{
    display: flex;
    justify-content: space-between;
}

nav.headerNav{
    display: block;
    width: 400px;
    padding: 22px 0;
}

nav.headerNav ul{
    display: flex;
    justify-content: space-between;
    width: 400px;
}

nav.headerNav ul li{
    display: block;
    width: 100px;
    height: 36px;
    border-left: 1px solid #76838b;
    opacity: 1;
    transition: .2s;
}

nav.headerNav ul li:hover{
    opacity: .8;
    transition: .2s;
}

nav.headerNav ul li a{
    display: block;
    width: 100%;
    padding: 0 0;
    font-size: 14px;
    text-align: center;
    color: #FFF;
}

nav.headerNav ul li a span{
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #e8dcc3;
    line-height: 18px;
}

.headerTelWpr{
    display: block;
    width: 235px;
    height: 80px;
    padding: 14px 20px;
    background-color: #FFF;
}

.headerTelLeed{
    position: relative;
    width: 150px;
    margin: 0 auto 7px auto;
    font-size: 13px;
    color: #222;
    text-align: center;
}

.headerTelLeed::before{
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    left: -25px;
    width: 25px;
    height: 1px;
    background-color: #76838b;
}

.headerTelLeed::after{
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    right: -25px;
    width: 25px;
    height: 1px;
    background-color: #76838b;
}

.headerTelNum{
    font-size: 29px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    color: #1b313d;
    transition: .2s;
}

.headerTelWpr:hover p{
    color: #3c637a;
    transition: .2s;
}

.headerTelNum span{
    margin: 0 5px 0 0;
    color: #c6b797;
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
    ;
}

.headerInqWpr{
    display: block;
    width: 185px;
    height: 80px;
    padding: 30px 23px;
    background-color: #e72119;
    transition: .2s;
}

.headerInqWpr:hover{
    background-color: #db1b15;
    transition: .2s;
}
.headerInqWpr:hover p{
    opacity: .9;
    transition: .2s;
}

.headerInqWpr p.headerInq{
    position: relative;
    padding: -0 0 0 30px;
    font-size: 18px;
    color: #FFF;
    font-weight: 700;
}

.headerInqWpr p span{
    position: absolute;
    display: inline-block;
    left: -0;
    font-size: 23px;
    line-height: 23px;
      font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

/* slider */

section.fv{
    width: 100%;
}

.single-item{
    display: block;
    width: 100%;
    overflow-x: hidden;
}

.sliderSp img{
    width: 100%;
    height: auto;
}


/* fvCTA */

.fvCTA{
    padding: 20px 20px 25px 20px;
    background-image: url('https://k-s-s.org/wp-content/uploads/2025/06/ctaBg.webp');
    border-top: 6px solid #c6b797;
}

.CTA{
    padding: 20px;
    width: 100%;
    border-top: 5px solid #f9f9f9;
    border-bottom: 5px solid #e8dcc3;
    background-image: url('https://k-s-s.org/wp-content/uploads/2025/06/ctaBg.webp');
}

.CTAInner{
    width: 100%;
    margin: 0 auto;
}

.fvCTA .ctaBtn,
.CTA .ctaBtn{
    display: block;
    position: relative;
    width: 95%;
    height: 60px;
    margin: 0 auto 10px auto;
    border-radius: 30px;
    background-color: red;
    font-size: 21px;
    font-weight: 900;
    color: #FFF;
    text-align: center;
    line-height: 60px;
}

.fvCTA .ctaBtn.estem{
    margin: 0 auto;
}

.fvCTA .ctaBtn{
    height: 60px;
}

.CTA .ctaBtn{
    margin: 0 auto 10px auto;
}

.CTA br{
    display: none;
}

.fvCTA .ctaBtn::after,
.CTA .ctaBtn::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 20px;
    width: 12px;
    height: 12px;
    margin: auto 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}


.ctaBtn.dl span{
    display: inline-block;
    font-size: 26px;
    color: #FFF;
    text-align: center;
    vertical-align: -4px;
}

.ctaBtn.estem span{
    display: inline-block;
    font-size: 28px;
    color: #FFF;
    text-align: center;
    vertical-align: -5px;
}

.ctaBtn.dl{
    background: linear-gradient(to bottom, #314c5b 0, #1b323e 100%);
    transition: .2s;
}

.ctaBtn.dl:hover{
    background: linear-gradient(to bottom, #425c6b 0, #314c5b 100%);
    transition: .2s;
}

.ctaBtn.estem{
    margin: 0 auto 20px auto;
    background: linear-gradient(to bottom, #e52119 0, #a2100a 100%);
}

.ctaBtn.estem:hover{
    background: linear-gradient(to bottom, #ea4a43 0, #e52119 100%);
}

.CTAtelWpr{
    position: relative;
    width: 100%;
    padding: 15px;
    border-radius: 3px;
    background-color: #FFF;
}

.CTAtelTag{
    width: 210px;
    height: 30px;
    margin: 0 auto 10px auto;
    border-radius: 2px;
    background-color: #c6b797;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #FFF;
}

.CTAtel{
    margin: 0 auto 10px auto;
    display: block;
    font-family: "Oswald";
    font-size: 43px;
    font-weight: 900;
    color: #1b313d;
    line-height: 43px;
    opacity: 1;
    transition: .2s;
    text-align: center;
}

.CTAtel:hover{
    opacity: .8;
    transition: .2s;
}

.CTAtel span{
    margin: 0 5px 0 0;
    font-size: 43px;
    font-weight: 900;
    color: #c6b797;
    line-height: 43px;
    vertical-align: -3px;
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

.CTAtelOpen{
    padding: 4px 0 0 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

/* gallery */

.galleryEn{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 30px;
    font-weight: 700;

    color: #f4ebd8;
}

.introOuter{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 360px;
    margin: 0 auto;
    padding: 35px 0 60px 0;
}

.vLogo{
    width: 100px;
    margin: 0 20px 0 0;
}

.vLogo img{
    width: 100%;
    height: auto;
}


.introWpr{
    width: 240px;
}

.introTitle{
    width: 100%;
    height: 30px;
    margin: 0 0 15px 0;
    font-size: 25px;
    font-weight: 900;
    color: #e72119;
    text-align: right;
    line-height: 30px;
}

.introLeed{
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    text-align: right;
    line-height: 20px;
}

.galleryOuter{
    padding: 0 0 45px 0;
}

.galleryWpr{
    position: relative;
    width: 100%;
    height: 115px;
    padding: 0;
}

.slider {
    overflow: hidden;
    width: 100%;
    height: 115px !important;
  }
  /* 画像の並び。CSS変数 --scroll-distance を使って正確な移動距離を指定 */
  .slide-track {
    display: flex;
    animation: scroll linear infinite;
    animation-duration: 20s; /* 速度はお好みで調整 */
  }
  /* 各画像ブロック */
  .slide {
    height: 115px;
    flex-shrink: 0;
    /* 必要に応じて固定幅を設定してもよい */
    width: 154px;
    margin-right: 10px; /* 余白がある場合は全体計算に含める */
  }
  .slide img {
    display: block;
    width: 100%;
    height: auto;
  }
  /* アニメーション。translateX() の距離は JSでセットした --scroll-distance を使う */
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-1 * var(--scroll-distance)));
    }
  }


  /* headerPanel */

.headerPanelWpr{
    width: 100%;
    height: 130px;
    background-image: url('https://k-s-s.org/wp-content/uploads/2025/06/headerPanelBg.webp');
    background-size: cover;
    overflow: hidden;
}

.headerPanel{
    position: relative;
    width: 100%;
    height: 130px;
    margin: 0 auto;
    padding: 30px 20px;
}

.headerPanelImg{
    position: absolute;
    width: 130px;
    bottom: 0px;
    right: 20px;
}

.headerPanelImg img{
    width: 100%;
    height: auto;
}

.headerLeedWpr{
    width: 100%;
    padding: 15px 0 10px 15px;
    border-left: 1px solid #e3e3e3;
}

.headerLeedWpr h1,
.headerLeedWpr div{
    margin: 0;
    font-size: 21px;
    font-weight: 900;
    color: #FFF;
}

.headerLeedWpr span{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    letter-spacing: .1rem;
}


/* bread */

nav ul.bread{
    display: flex;
    width: 95%;
    height: 40px;
    margin: 0 auto 10px auto;
}

nav ul.bread li{
    height: 40px;
}

nav ul.bread li a{
    position: relative;
    display: block;
    margin: 0 23px 0 0;
    font-size: 13px;
    line-height: 38px;
    color: #333;
}

nav ul.bread li a::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -15px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #CCC;
    border-right: 2px solid #CCC;
    transform: rotate(45deg);
}

nav ul.bread li:last-child a::after{
    display: none;
}

/* achive */

.achiveWpr{
    width: 90%;
    margin: 0 auto;
    padding: 0 0 55px 0;
}

.achiveTitle{
    position: relative;
    width: 160px;
    margin: 0 auto 17px auto;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}

.achiveTitle::before{
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    left: -30px;
    width: 75px;
    height: 1px;
    background-color: #CCC;
}

.achiveTitle::after{
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    right: -30px;
    width: 75px;
    height: 1px;
    background-color: #CCC;
}

.achiveImg{
    width: 330px;
    margin: 0 auto 30px auto;
}

.achiveImg img{
    width: 100%;
    height: auto;
}

.achiveLeed{
    margin: 0 auto 30px auto;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.achiveLeed span{
    color: #e72119;
}

.achiveDetailLeed{
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
    border-top: 1px solid #CCC;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.achiveBannerWpr{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.achiveBanner{
    margin: 0 5px 10px 5px;
    width: auto;
    height: 46px;
}

/* features */

.features{
    width: 95%;
    margin: 0 auto;
}

.featUnitWpr{
    width: 100%;
    margin: 0 auto;
}

.featTitleWpr{
    position: relative;
    width: 90%;
    margin: 0 auto 30px auto;
    padding: 15px 25px;
    background-color: #f9f9f9;
}

.featTitleWpr h2{
    margin: 0 0 10px 0;
    font-size: 33px;
    font-weight: 900;
    color: #e72119;
    line-height: 39px;
}

.featTitleWpr p{
    font-size: 15px;
    font-weight: 700;
}

.featTitleWpr div{
    position: absolute;
    width: 20px;
    height: 20px;
    top: -5px;
    left: -5px;
    background-color: rgba(128, 128, 128, .1);
}

.featUnit{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto 25px auto;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #ededed;
}

.featUnitBodyWpr{
    width: 100%;
}

.featUnitTitle{
    position: relative;
    width: 100%;
    height: 55px;
    margin :0 0 25px 0;
    padding: 0 0 0 65px;
}

.featUnitTitle h3{
    font-size: 21px;
    font-weight: 900;
    color: #333333;
    line-height: 25px;
}

.featUnit:last-child{
    border-bottom: 0px solid #FFF;
}

.featUnit:last-child .featUnitTitle h3{
    font-size: 21px;
    font-weight: 900;
    color: #333333;
    line-height: 25px;
}

.featUnitTitle span{
    position: absolute;
    left: 0;
    width: 60px;
    height: 45px;
    font-family: "Oswald";
    font-size: 54px;
    font-weight: 700;
    color: #e72119;
    line-height: 45px;;
}

.featUnitBody{
    font-size: 15px;
    line-height: 26px;
}

.featUnitImg{
    width: 345px;
    margin: 0 auto 20px auto;
}

.troubleCaseWpr{
    width: 100%;
    padding: 30px 0 0 0;
}

.troubleCaseUnit{
    width: 100%;
    margin: 0 auto 20px auto;
}

.tCaseTitle{
    width: 100%;
    padding: 10px;
    background-color: #1b313d;
    font-size: 17px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    line-height: 20px;
}

.tCaseTitle span{
    font-weight: 900;
}

.tCaseTitleLeed{
    width: 100%;
    margin: 0 0 25px 0;
    padding: 20px;
    border: 1px solid #d0d0d0;
    border-top: 0px solid #FFF;
    line-height: 24px;
}

.tCaseTitleLeed span.ul{
    text-decoration: underline;
}

.caseArw{
    width: 0px;
    height: 0px;
    margin: 0 auto 20px auto;
    border-style: solid;
    border-width: 21px 21.5px 0 21.5px;
    border-color: #d0d0d0 transparent transparent transparent;
    transform: rotate(0deg);
}

.kssCaseTitle{
    position: relative;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 10px;
    background-color: #e72119;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 20px;  
}

.kssCaseTitle::after{
    position: absolute;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    left: 30px;
    bottom: -30px;
    border-style: solid;
    border-width: 39px 5px 0 5px;
    border-color: #e72119 transparent transparent transparent;
    transform: rotate(-25deg);
}

.kssCase{
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
}

.kssCase span{
    font-size: 17px;
    font-weight: 900;
    color :#e72119;
}

/* front service */

.frontServiceWpr{
    width: 92%;
    margin: auto;
    padding: 0 0 45px 0;
}

.frontServiceUnit{
    position: relative;
    width: 100%;
    margin: 0 0 40px 0;
    border: 2px solid #e6e6e6;
    border-radius: 10px;
    background-color: #FFF;
    padding: 20px 15px;
}

.fsTagWpr{
    position: absolute;
    display: flex;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 260px;
    height: 53px;
    padding: 0 15px;
    background-color: #1b313d;
    transform: skewX(-10deg);
}

.fsTagWpr.inspect{
    background-color: #e72119;
}

.fsTag{
    margin: 0 15px 0 0;
    font-size: 38px;
    font-weight: 900;
    color: #FFF;
    line-height: 50px;
}

.fsTagEn{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #f4ebd8;
    line-height: 55px;
}

.fsInner{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fsImgWpr{
    position: relative;
    padding: 0 0 0 0;
    height: 220px;
    z-index: 200;
}

.fsImgWpr div{
    position: absolute;
    width: 150px;
    height: 150px;
}

.fsImgLwr{
    top: 35px;
    left: 10%;
    z-index: 210;
}

.fsImgUpr{
    top: 50px;
    right: 10%;
    z-index: 220;
}

.fsImgWpr div img{
    width: 100%;
    height: auto;
}


.fsInner ul{
    position: relative;
    right: -10px;
}

.fsInner ul li{
    text-align: right;
}

.fsInner ul li p{
    margin: 0 0 7px auto;
    display: inline-block;
    background-color: #dfdfdf;
    padding: 10px 20px 10px 15px;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    transform: skewX(-10deg);
}

.fsInner ul li p span{
    display: block;
    transform: skewX(10deg);
}

.fsInner ul li p span span{
    display: none;
    margin: 0 4px 0 0;
    font-size: 20px;
    color: #FFF;
    vertical-align: -3px;
}

/**/


.InsInner{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 300;
}

.InsImgWpr{
    position: relative;
    padding: 0 0 0 0;
    height: 220px;
    z-index: 200;
}

.InsImgWpr div{
    position: absolute;
    width: 150px;
    height: 150px;
}

.InsImgLwr{
    top: 30px;
    left: 10%;
    z-index: 320;
}

.InsImgUpr{
    top: 50px;
    right: 10%;
    z-index: 310;
}

.InsInner ul{
    position: relative;
    left: -10px;
}

.InsInner ul li p{
    margin: 0 0 7px auto;
    display: inline-block;
    background-color: #dfdfdf;
    padding: 10px 15px 10px 20px;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    transform: skewX(10deg);
}

.InsInner ul li p span{
    display: block;
    transform: skewX(-10deg);
}

.InsInner ul li p span span{
    display: none;
    margin: 0 7px 0 0;
    font-size: 20px;
    color: #FFF;
    vertical-align: -3px;
}

.btnAnchorWpr.basic{
    position: relative;
    display: block;
    width: 265px;
    height: 44px;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #e72119;
    font-size: 16px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    color: #FFF;
}

.btnAnchorWpr.basic a{
    display: block;
    color: #FFF;
}

.btnAnchorWpr.basic a::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);
}

/* front flow */

.flowWpr{
    width: 90%;
    margin: 0 auto;
    padding: 35px 0;
}

.normTitleWpr{
    margin: 0 0 40px 0;
}

.normTitle{
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 900;
    color: #e72119;
    line-height: 38px;
}

.normTitleEn{
    font-size: 15px;
    font-weight: 500;
    color: #222;
    line-height: 15px;
}

.flowInnerWpr{
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 20px 15px;
    background-color: #FFF;
    border-radius: 8px;
}

.flowInnerWpr:last-child{
    margin: 0 auto;
}

.flowInnerWpr p{
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 0 10px;
    z-index: 450;;
}

.flowInnerWpr p.blue{
    border-left: 4px solid #1b313d;
}

.flowInnerWpr p.red{
    border-left: 4px solid #e72119;
}

.flowInnerWpr p::before{
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    top : 10px;
    background-color: #f0efef;
}

.flowInnerWpr p.blue span{
    position: relative;
    padding: 0 10px 0 0;
    background-color: #FFF;
    font-size: 21px;
    font-weight: 900;
    color: #1b313d;
    z-index: 500;
}

.flowInnerWpr p.red span{
    position: relative;
    padding: 0 10px 0 0;
    background-color: #FFF;
    font-size: 21px;
    font-weight: 900;
    color: #e72119;
    z-index: 500;
}

.flowUnitWpr{
}

.flowUnit{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 20px auto;
    border: 1px solid #dde0e2;
    border-radius: 4px;
    padding: 10px 5px 10px 5px;
}


.flowUnit::after{
    position: absolute;
    display: block;
    content: "";
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 0 6px 7px;
    border-color: transparent transparent transparent #dde0e2;
    transform: rotate(90deg);
}

.flowUnit:last-child::after{
    display: none;
}

.flowIcon{
    width: 35px;
    height: 35px;
    margin: 0 5px 0 0;
}

.flowIcon.flex{
    display: flex;
    justify-content: center;
    width: 85px;
    height: 35px;
    margin: 0 5px 0 0;
}

.flowTxt{
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    
    line-height: 35px;
}

/* voice */

.voiceWpr{
    width: 90%;
    margin: 0 auto;
    padding: 35px 0;
}

.voiceUnitWpr{
    margin: 0 0 55px 0;
}

.voiceUnit{
    width: 100%;
    margin: 0 0 20px 0;
    border: 1px solid #f0efef;
    border-radius: 8px;
    padding: 30px 20px 15px 20px;
}

.voiceUnitTitle{
    position: relative;
    margin: 0 0 20px 0;
}

.voiceUnitTitle span{
    position: absolute;
    width: 26px;
    height: 26px;
    top: 5px;
    left: 0;
    font-size: 26px;
    color: #e8dcc3;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 30;
}

.voiceUnitTitle p{
    padding: 0 0 0 35px;
    font-size: 20px;
    font-weight: 900;
    color: #ce0a02;
    line-height: 27px;
}

.voiceInfoWpr{
    display: flex;
    justify-content: center;
    margin: 0 auto 30px auto;
}

.voiceInfoImg{
    width: 94px;
    margin: 0 15px 0 0;
}

.voiceInfo{
    width: 175px;
    padding: 30px 0 0 0;
}

.voiceBalWpr{
    margin: 0 0 20px 0; 
}

.voiceBaloon{
    position: relative;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 10px 15px;
    background-color: #f0efef;
    border-radius: 2px;
}

.voiceBaloon::after{
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    left: -20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 37px 6px 0;
    border-color: transparent #f0efef transparent transparent;
    transform: rotate(30deg);
}

.voiceAsr{
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    color: #ad9c77;
}

/* faq */

.faqWpr{
    width: 100%;
    padding: 35px 0;
    margin: 0 auto;
}

.faqInner{
    width: 95%;
    margin: 0 auto;
}

.qaTitleWpr{
    margin: 0 auto 45px auto;
}

.qaUnitWpr{
    width: 100%;
    margin: 0 auto 50px auto;
}

.pageUnit .qaUnitWpr{
    width: 100%;
}


.qa-item {
	margin-bottom: 12px;
	padding: 5px 0;
	border-radius: 4px;
    background-color: #FFF;
    border-radius: 4px;
}

.qa-box__q {
	position: relative !important;
	padding: 17px 22px 17px 55px;
	font-size: 17px;
	font-weight: 700;
	position: relative;
	color: #222;
}

.qa-box__q br{
    display: none;
}

.qa-box__q span{
	position: absolute;
	display: block;
	left: 17px;
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #1b313d;
    text-align: center;
    line-height: 20px;
}

.qa-box__a {
	display: none;
}

.qa-box__content {
	position: relative;
	padding: 16px 26px 12px 55px;
	border-radius: 8px;
	font-size: 17px;
	line-height: 26px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	color: #222;
}

.qa-box__content br{
    display: none;
}

.qa-box__content span{
	position: absolute;
	display: block;
	left: 17px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
	font-size: 24px;
	font-weight: 700;
	color: #e72119;
    text-align: center;
}

.qa-box__icon {
	width: 30px;
	height: 20px;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
}

.qa-box__bar1 {
	position: absolute;
	top: 0;
	bottom: 3px;
	right: 0;
	width: 12px;
	height: 12px;
	margin: auto 0;
	border-bottom: 2px solid #1b313d;
	border-right: 2px solid #1b313d;
	transform: rotate(45deg);
	transition: .3s;
}

.qa-box__icon.is-open .qa-box__bar1 {
	transform: rotate(225deg);
	transition: .3s;
	bottom: -3px;
}

/* access */

.accessWpr{
    width: 100%;
    padding: 35px 0 0 0;
}

.accessInner{
    width: 90%;
    margin: 0 auto;
}

.accessWpr iframe{
    width: 100%;
    height: 405px;
}


/* service */

.serviceWpr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;

}

.serviceUnit{
    width: 100%;
    margin: 0 0 25px 0;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    overflow: hidden;
}

.serviceUnitTitle{
    position: relative;
    width: 100%;
    background-color: #222222;
    padding: 0 17px;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    line-height: 45px;
    overflow: hidden;
}

.serviceUnitTitle span{
    vertical-align: -4px;
}

.titleSkew{
    position: absolute;
    top: 0;
    right: -50px;
    width: 200px;
    height: 60px;
    background-color: #4e4e4e;
    transform: skewX(-50deg);
}

.serviceUnitBody{
    width: 100%;
    padding: 13px 18px;
    font-size: 15px;
    line-height: 25px;
}

.serviceUnitImg{
    width: 100%;
    height: 200px;
    text-align: center;
    overflow: hidden;
}

.serviceUnitImg img{
    width: auto;
    height: 200px;
    margin: 0 auto;
    object-fit: cover;
}

.serviceUnitDetail{
    padding: 30px 0;
}

.serviceIntro{
    position: relative;
    display: block;
    padding: 0 ;
}

h2.serviceUnitTille{
    margin: 0 0 15px 0;
    font-size: 23px;
    font-weight: 900;
    color: #cf0700;
}

.serviceIntroImg{
    width: 100%;
    margin: 0 0 1rem 0;
    border-radius: 8px;
    overflow: hidden;
}

.serviceIntroImg img{
    width: 100%;
    height: auto;
}

.serviceIntroBody p{
    margin: 0 0 15px 0;
    font-size: 15px;
    line-height: 26px;
}

.serviceCtsWpr{
    width: 100%;
    margin: 0 auto 35px auto;
}

.serviceCtsTitle{
    width: 100%;
    margin: 0 0 15px 0;
    padding: 12px 20px;
    background-color: #edebeb;
    font-size: 17px;
    font-weight: 700;
    border-left: 5px solid #cf0700;
}

.serviceCts p{
    margin: 0 0 20px 0;
}

.serviceCts .serviceCtsBody p{
    margin: 0 0 30px 0;
    font-size: 15px;
    line-height: 26px;
}

.serviceCts p.imgCapt{
    margin: 0 0 10px 0;
    font-size: 13px;
}

.banner{
    height: 60px;
}

.banner img{
    width: auto;
    height: 60px;
    border: 1px solid #CCC;
}

ul.nmlList{
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
}

.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex .serviceCtsBody{
    width: 585px;
}

.ctsflexImg{
    width: 370px;
    border-radius: 8px;
    overflow: hidden;
}

ul.nmlList.triflex li{
    width: 50%;
}

ul.nmlList li{
    font-size: 15px;
    line-height: 30px;
    text-indent: -12px;
}

ul.nmlList li span{
    vertical-align: -4px;
    color: #cf0700;
}

.tagBoxWpr{
    display: flex;
}

.tagBox{
    display: flex;
    height: 35px;
    margin: 0 10px 0 0;
    background-color: #efefef;
}

.tag{
    padding: 0 10px;
    height: 35px;
    background-color: #cf0700;
    font-size: 15px;
    line-height: 34px;
    color: #FFF;
    text-align: center;
}

.tagItem{
    padding: 0 12px;
    font-size: 15px;
    line-height: 34px;
    color: #222;
    text-align: center;
}

.serviceBtmMenuWpr{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto 25px auto;
    padding: 20px 0;
    background-color: #FFF;
    border-top: 2px solid #edebeb;
    border-bottom: 2px solid #edebeb;
}

.serviceBtmMenuWpr a{
    display: block;
    width: 46%;
    height: 44px;
    margin: 0 5px 10px 5px;
    background-color: #cf0700;
    border-radius: 2px;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    color: #FFF;
    transition: .2s;
}

.serviceBtmMenuWpr a:hover{
    background-color: #f0f0f0;
    color: #222;
    transition: .2s;
}

.serviceBtmMenuWpr a.stay{
    background-color: #f0f0f0;
    color: #222;
    transition: .2s;
}

.serviceBtmMenuWpr a.stay:hover{
    background-color: #cf0700;
    color: #FFF;
    transition: .2s;
}

.insItemTag{
    display: inline-block;
    margin: 0 0 10px 0;
    background-color: #1b313d;
    font-size: 14px;
    padding: 4px 10px;
    text-align: center;
    color: #FFF;
}


/* recruit */

.recruitHeader{
    width: 100%;
    margin: 0 auto 25px auto;
    padding: 3rem 0 0 0;
}

.recruitHeaderLeed{
    margin: 0 0 1rem 0;
    font-size: 23px;
    font-weight: 900;
    color: #cf0700;
    text-align: center;
    line-height: 30px;
}

.recruitHeaderImg{
    width: 90%;
    margin: 0 auto 1rem auto;
}

.recruitHeaderImg img{
    width: 100%;
    height: auto;
}

.recruitHeaderCapt p{
    font-size: 18px;
    text-align: center;
}

.recruitCts.flex{
    display: flex;
    justify-content: space-between;
}

.recruitCts.flex .recruitCtsBody{
    width: 650px;
}

.recruitCts.flex .timetableWpr{
    width: 280px;
    height: 220px;
    margin: 0 auto;
    border: 1px solid #edebeb;
}

.timetableHeader{
    width: 100%;
    padding: 10px 20px;
    background-color: #edebeb;
}

.timetable{
    display: inline-block;
    padding: 10px 20px;
    background-color: #FFF;
    font-size: 15px;
    line-height: 30px;
}

.recruitCts p{
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 15px 0;
}

.recruitCts p span{
    font-weight: 900;
}

.recruitPintTagWpr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 1rem 0;
}

.recruitPintTag{
    width: 100%;
    margin: 0 0 15px 0;
    padding: 12px 18px;
    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
}

.recruitPintTag span{
    color: #cf0700;
    vertical-align: -6px;;
}

.recruitFlexOuter{
    width: 100%;
}

.recruitFlexOuter .recruitCts{
    width: 100%;
}

.recruitStep{
        margin: 0 0 15px 0;
    padding: 12px 18px;
    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
}

.recRedTitle{
    width: 100%;
    margin: 0 0 40px 0;
    padding: 12px 20px;
    background-color: #cf0700;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
}

.recruitComWpr{
    margin: 0 auto 1rem auto;
}

.recruitComLogo{
    width: 90%;
    margin: 0 auto 1rem auto;
}

.recruitComLogo img{
    width: 100%;
    height: auto;
}

.recruitCom{
    width: 100%;
    font-size: 15px;
    line-height: 23px;
}

.recEntryBtn{
    position: relative;
    display: block;
    width: 90%;
    height: 60px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #cf0700;
    font-size: 23px;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
    color: #FFF;
    transition: .2s;
}

.recEntryBtn:hover{
    transition: .2s;
    background-color: #e30800;
}

.recEntryBtn::after{
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}

/* info page */

.infoCtsWpr{
    width: 95%;
    margin: 0 auto;
}


table.company{
    width: 100%;
    margin: 0 auto 35px auto;
    border-top: 1px dotted #999999;
}

table.company tr td{
    padding: 10px 15px;
    border-bottom: 1px dotted #999999;
    background-color: #FFF;
    font-size: 14px;
}

table.company tr td:first-child{
    width: 110px;
    padding: 0 0 0 10px;
    background-color: #fcfbfb;
}

table.company tr td:first-child p{
    padding: 0 0 0 10px;
    border-left: 2px solid #cf0700;
    font-weight: 700;
}

.infoWideMap{
    width: 100%;
    height: 470px;
    margin: 0 0 20px 0;
}

/* form */

.formCtsWpr{
    width: 95%;
    margin: 0 auto;
}

.formTitle{
    margin: 0 auto 20px auto;
    font-size: 23px;
    font-weight: 900;
    color: #cc0000;
    text-align: center;
}

.formLeed{
    margin: 0 auto 30px auto;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
}

.formWpr{
    position: relative;
    width: 95%;
    margin: 0 auto;
    padding: 35px 20px;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.formAboveAwr{
    position: absolute;
    width: 30px;
    height: 30px;
    top: -32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 40px;
}

.formAboveAwr span{
    font-size: 35px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 45;
}

table.contact{
    width: 100%;
    margin: 0 auto 15px auto;
    border-top: 1px dotted #999999;
}

table.contact tr td{
    display: block;
    width: 100%;
    padding: 10px 0;
    background-color: #FFF;
}

table.contact.check tr td{
    padding: 10px 0;
}

table.contact tr td:first-child{
    position: relative;
    width: 100%;
    padding: 10px 0;
    background-color: #eae8e8;
}

table.contact tr td:last-child{
    padding: 14px 0;
}

table.contact tr td:first-child span{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 34px;
    height: 19px;
    margin: auto 0;
    background-color: #1b313d;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFF;
}

table.contact tr td:first-child p{
    padding: 0 0 0 10px;
    border-left: 0px solid #cf0700;
    font-weight: 700;
}

table.contact tr td textarea{
    height: 10rem;
}

.policy{
    width: 100%;
    height: 10rem;
    margin: 0 0 1.5rem 0;
    padding: 0 20px 20px 20px;
    border: 1px solid #e6e6e6;
    overflow-y: scroll;
    font-size: 13px;
    color: #333;
}

.policy p{
    line-height: 1.2rem;
    font-weight: 400;
}

.policy p.policyHead{
    line-height: 3rem;
    font-weight: 700;
}

.policy p:first-child{
    font-weight: 700;
}

.agreeLeed{
    margin: 0 0 1.5rem 0;
    font-size: 14.5px;
    font-weight: 700;
    color: #cf0700;
    text-align: center;
}

button.contactSbumit{
    display: block;
    width: 310px;
    height: 50px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #cf0700;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    border: 0px solid #cf0700;
}

input.contactSbumit{
    display: block;
    width: 310px;
    height: 50px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #cf0700;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    border: 0px solid #cf0700;
}


a.contactSbumit{
    display: block;
    width: 310px;
    height: 50px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #cf0700;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    border: 0px solid #cf0700;
    text-align: center;
    line-height: 48px
}


.wpcf7-previous{
    display: block;
    margin: 0 auto;
    background-color: #FFF;
    border: 0px solid #FFF;
}

.formWpr a.back{
    display: block;
    width: 200px;
    padding: 2rem 0 0 0;
    margin: 0 auto;
    text-align: center;
    color: #9c9c9c;
}

.formWpr a.back span{
    margin: 0 5px 0 0;
    font-size: 20px;
    vertical-align: -4px;;
}

.thanksMsg{
    font-size: 15px;
    line-height: 27px;
    text-align: center;
}

.dlThumbWpr{
    width: 80%;
    margin: 0 auto 30px auto;
}

.dlThumbWpr img{
    width: 100%;
    height: auto;
}

.dlThumbCapt{
    font-size: 13px;
    color: #6f6f6f;
    text-align: center;
}

/* archive */

.catBtnWpr{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 2rem 0;
}

.catBtnWpr a{
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 6px 11px;
    border-radius: 5px;
    background-color: #222222;
    overflow: hidden;
    color: #FFF;
}

.catBtnWpr a span{
    margin: 0 8px 0 0;
    font-size: 16px;
    vertical-align: -2px;
}

.catBtnWpr a.stay{
    background-color: #CCC;
    color: #222;
}

.archiveWpr{
    width: 90%;
    margin: 0 auto;
}

.archiveUnitWpr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}

.archiveUnit{
    width: 100%;
    margin: 0 0 20px 0;
}

.archiveImg{
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.archiveImg img{
    width: auto;
    height: 100%;
    object-fit: cover;
}

.archiveUnitBody{
    width: 100%;
    padding: 18px;
    border: 1px solid #dcdcdc;
    border-top: 0px solid #f0efef;
    background-color: #FFF;
}

.archiveCat{
    margin: 0 0 10px 0;
    font-size: 14px;
    text-align: center;
}

.p-postList__body .archiveCat span.icon-folder::before{
    display: none;
}

.archiveTitle{
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 900;
    color: #cf0700;
    line-height: 26px;
    text-align: center;
}

.archiveAnchor{
    position: relative;
    display: block;
    width: 135px;
    height: 30px;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #cf0700;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    color: #FFF;
    transition: .3s;
}

.archiveAnchor:hover{
    background-color: #b60903;
    transition: .3s;
}

.archiveAnchor::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 13px;
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
}

/* single */

.singleWpr{
    width: 95%;
    margin: 0 auto;
}

.singleHeader{
    width: 100%;
    margin: 0 auto 1.5rem auto;
}


.singleHeader div.category{
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 4px 15px;
    border-radius: 5px;
    background-color: #222222;
    overflow: hidden;
    color: #FFF;
}

.singleHeader h1{
    margin: 0 0 20px 0;
    font-size: 23px;
    font-weight: 900;
    color: #cf0700;
}

.singleHeader span{
    font-family: Arial, Helvetica, sans-serif;
}

.singleBodyWpr{
    padding: 0 0 2rem 0;
}

.singleBody{
    width: 100%;
}

.singleBody p{
    margin: 0 0 1.2rem 0;
    font-size: 15px;
    line-height: 26px;
}

.thumbnail{
    width: 100%;
    margin: 0 auto 1rem auto;
}

.thumbnail img{
    width: 100%;
    height: auto;
}

.singleFooter{
    width: 95%;
    margin: 0 auto;
    padding: 1rem 0 0 0;
    border-top: 1px solid #edebeb;
    border-bottom: 1px solid #edebeb;
}

/* bottomInfoWpr */

.bottomInfoWpr{
    display: block;
    width: 100%;
    padding: 35px 0 50px 0;
}

.bottomInfo{
    display: flex;
    width: 1000px;
    margin: 0 auto;
}

.bottomlogo{
    width: 86px;
    margin: 0 20px 0 0;
}

.bottomInfoBody p.comName{
    margin: 0 0 12px 0;
    font-size: 17px;
    font-weight: 700;
    color: #e72119;
    line-height: 17px;
}

.bottomInfoBody p{
    font-size: 14px;
    line-height: 20px;
}

.pagerWpr{
    width: 95%;
    margin: 0 auto;
    border-top: 1px solid #edebeb;
}

/* bottomInfoWpr */

.bottomInfoWpr{
    display: block;
    width: 100%;
    padding: 25px 0;
}

.bottomInfo{
    display: flex;
    width: 90%;
    margin: 0 auto;
}

.bottomlogo{
    width: 86px;
    margin: 0 20px 0 0;
}

.bottomlogo img{
    width: 100%;
    height: auto;
}

.bottomInfoBody p.comName{
    margin: 0 0 12px 0;
    font-size: 17px;
    font-weight: 700;
    color: #e72119;
    line-height: 17px;
}

.bottomInfoBody p{
    font-size: 14px;
    line-height: 20px;
}

/* footer */

footer{
    width: 100%;
    background-color: #1b313d;
    border-top: 12px solid #8d989e;
}

footer nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    padding: 35px 0;
}

footer nav ul{
    color: #FFF;
    width: 50%;
    margin: 0 0 20px 0;
}

footer nav ul li{
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 13px;
}

footer nav ul li span{
    margin: 0 5px 0 0;
    font-size: 13px;
    color: #c6b797;
    vertical-align: -6px;
}

footer nav ul li a{
    font-size: 13x;
    color: #FFF;
    opacity: 1;
    transition: .2s;
}

footer nav ul li a:hover{
    opacity: .7;
    transition: .2s;
}


.sitemap{
    width: 90%;
    margin: 0 auto;
    padding: 1rem 0 3rem 0;
    border-bottom: 1px solid #CCC;
}

.sitemap h2{
    margin: 2rem 0;
}

.wsp-pages-list ul{
    margin: 0 0 1rem 0;
}

.wsp-pages-list ul li{
    line-height: 2rem;
    font-size: 15px;
}

.wsp-pages-list ul li ul{
    margin: 0 0 1rem 0;
}

.cr{
    width: 100%;
    padding: 20px;
    border-top: 1px solid #3d505a;
    font-size: 14px;
    color: #8d989e;
    text-align: center;
}



/* faq */

.qaWpr{
    width: 100%;
    padding: 40px 0;
    background-color: #f9fbfe;
}

.qaTitleWpr{
    margin: 0 auto 30px auto;
}

.qaUnitWpr{
    width: 92%;
    margin: 0 auto 30px auto;
}

.pageUnit .qaUnitWpr{
    width: 100%;
}

.qa__title--ja {
	color: #767676;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 41px; /* 128.125% */
}

.qa-item {
	margin-bottom: 10px;
	padding: 0;
	border-radius: 4px;
    background-color: #FFF;
}

.qaUnitWpr .qa-item {
    border: 1px solid #d7f0fc;
}

.qa-box__q {
	position: relative;
	padding: 12px 42px 12px 45px;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	color: #222;
}

.qa-box__q br{
    display: none;
}

.qa-box__q span{
	position: absolute;
	display: block;
	left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #1b313d;
    text-align: center;
    line-height: 22px;
}

.qa-box__a {
	display: none;
}

.qa-box__content {
	position: relative;
	padding: 12px 22px 12px 45px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 21px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	color: #222;
}

.qa-box__content br{
    display: none;
}

.qa-box__content span{
	position: absolute;
	display: block;
	left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
	font-size: 19px;
	font-weight: 700;
	color: #e72119;
    text-align: center;
}

.qa-box__icon {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
}

.qa-box__bar1 {
	position: absolute;
	top: 0;
	bottom: 3px;
	right: 3px;
	width: 10px;
	height: 10px;
	margin: auto 0;
	border-bottom: 2px solid #1b313d;
	border-right: 2px solid #1b313d;
	transform: rotate(45deg);
	transition: .3s;
}

.qa-box__icon.is-open .qa-box__bar1 {
	transform: rotate(225deg);
	transition: .3s;
	bottom: -3px;
}

.spBtnWpr{
    display: flex;
    justify-content: flex-end;
    height: 64px;
}

.spHeaderTel{
    display: block;
    width: 64px;
    height: 64px;
    background-color: #ffffff;
    text-align: center;
}

.spHeaderTel span{
    line-height: 64px;
    font-size: 33px; /* ← これを変更するだけ */
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 23;
    color: #c6b797;
}

.spHeaderInq{
    display: block;
    width: 64px;
    height: 64px;
    background-color: #e72119;
        text-align: center;
}

.spHeaderInq span{
    line-height: 64px;
    font-size: 33px; /* ← これを変更するだけ */
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 23;
    color: #FFF;
}

/* slideMenu */

.drawer{
    position: relative;
    display: block;
    width: 64px;
	height: 64px;
	margin: 0;
    z-index: 9999;
}

.drawer-hidden {
	display: none;
}

.drawer-open {
    position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
    width: 64px;
	height: 64px;
	margin: auto;
	z-index: 100;
}

.drawer-open span{
	position: absolute;
	display: block;
	width: 33px;
	height: 3px;
	transition: 0.5s;
    bottom: 0;
	top: 0;
    margin: auto 0;
    background-color: #FFF;
}

.drawer-open span:before {
	content: "";
	display: block;
	height: 3px;
	width: 33px;
    background-color: #FFF;
	transition: 0.5s;
	position: absolute;
	bottom: 12px;

}

.drawer-open span:after {
	content: "";
	display: block;
	height: 3px;
	width: 33px;
    background-color: #FFF;
	transition: 0.5s;
	position: absolute;
	top: 12px;
}

.drawer-open.clicked span {
	background: #1b313d;
}
.drawer-open.clicked span::before {
	bottom: 0;
	transform: rotate(45deg);
}
.drawer-open.clicked span::after {
	top: 0;
	transform: rotate(-45deg);
}

/* 横スライドメニュー*/

.drawer-content-wrap{
    width: 90%;
    margin: 0 auto;
}

header .drawer-content{
	display: flex;
}

header .drawer-content nav{
	display: block;
	width: 50%;
}

header .drawer-content .tagOuter{
	display: block;
	width: 50%;
}

header .drawer-content div nav{
	display: block;
	width: 100%;
}

.drawer-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 64px;/*ヘッダーの高さ*/
	left: 100%;/*向き変更*/
	transition: 0.5s;
	padding: 35px 0 20px 5px;
	margin-left: 0;/*向き変更・背景見せる場合マージン入れる*/
	padding-right: 0;/*向き変更・背景見せる場合マージン入れる*/
	overflow: scroll;
	background: #FFF;
    border-top: 1px solid #d4dbde;
	z-index: 9900;
}

.drawer-content.clicked {
	left: 0;/*向き変更*/
}

.drawer-content-bg{
    position: relative;
    z-index: 9000;
}

.drawer-content-bg.clicked {
	left: 0;
}

.drawerNav{
    margin: 0 auto 40px auto;
}

.drawerNav ul{
    display: block;
    width: 70%;
    margin: 0 auto;
}

.drawerNav ul li a{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    color: #222;
    border-bottom: 1px dotted #CCC;
}

.drawerNav ul li:last-child a{
    border-bottom: 0px dotted #CCC;
}


a.drawerInfoTell{
    position: relative;
    display: block;
    height: 50px;
    width: 330px;
    margin: 0 auto 15px auto;
    padding: 0 0 0 55px;
    font-size: 50px;
    line-height: 50px;
    font-family: "Oswald", sans-serif;
    color: #1b313d;
    font-weight: 500;
    opacity: 1;
    transition: .2s;
    text-align: center;
}

a.drawerInfoTell span{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    font-size: 54px;
    color: #f4ebd8;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
}

a.drawerInfoTell:hover{
    opacity: .9;
    transition: .2s;
}

.drawerInfoTellNote{
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 13px;
    color: #222;
}

.drowerTelNote{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto 10px auto;
    padding: 10px 15px;
    border: 1px solid #ccc;
    font-size: 13px;
    line-height: 21px;
}

.drowerTelNote span{
    letter-spacing: .35rem;;
}



.drawerNavUnit a{
    width: 100%;
    text-align: center;
}

.drawerNavUnit a img{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.drawerBtnUnit{
    width: 100%;
    margin: 0 auto 20px auto;
}

header .drawer-content div nav.drawerflexNav{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

nav.drawerflexNav ul{
    display: block;
    width: 35%;
}

nav.drawerflexNav ul:last-child{
    width: 30%;
}

nav.drawerflexNav ul li{
    width: 100%;
    text-align: center;
}

nav.drawerflexNav ul li a{
    display: block;
    width: 100%;
    height: 44px;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

nav.drawerflexNav ul li a i{
    margin: 0 .5rem 0 0;
    color: #3898cb;
}




.pc{
	display: none !important;
}

}

@media screen and (min-width:1050px){

img{
	display: block;
	width: 100%;
	height: auto;
}

body{
	position: relative;
    padding: 80px 0 0 0;
}

/* layout */
.grayBg{
    width: 100%;
    background-color: #f0efef;
}

.contentWpr{
    padding: 50px 0;
}

/* header */

header{
    position: fixed;
    display: flex;
    justify-content: space-between;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #1b313d;
    z-index: 9999;
}

header h1{
    width: 300px;
    height: 80px; 
    padding: 18px 22px;
}

header .headerLogp{
    width: 300px;
    height: 80px; 
    padding: 18px 22px;
}


.headerContentWpr{
    display: flex;
    justify-content: space-between;
    width: 820px;
}

nav.headerNav{
    display: block;
    width: 400px;
    padding: 22px 0;
}

nav.headerNav ul{
    display: flex;
    justify-content: space-between;
    width: 400px;
}

nav.headerNav ul li{
    display: block;
    width: 100px;
    height: 36px;
    border-left: 1px solid #76838b;
    opacity: 1;
    transition: .2s;
}

nav.headerNav ul li:hover{
    opacity: .8;
    transition: .2s;
}

nav.headerNav ul li a{
    display: block;
    width: 100%;
    padding: 0 0;
    font-size: 14px;
    text-align: center;
    color: #FFF;
}

nav.headerNav ul li a span{
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #e8dcc3;
    line-height: 18px;
}

.headerTelWpr{
    display: block;
    width: 235px;
    height: 80px;
    padding: 14px 20px;
    background-color: #FFF;
}

.headerTelLeed{
    position: relative;
    width: 150px;
    margin: 0 auto 7px auto;
    font-size: 13px;
    color: #222;
    text-align: center;
}

.headerTelLeed::before{
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    left: -25px;
    width: 25px;
    height: 1px;
    background-color: #76838b;
}

.headerTelLeed::after{
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    right: -25px;
    width: 25px;
    height: 1px;
    background-color: #76838b;
}

.headerTelNum{
    font-size: 29px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    color: #1b313d;
    transition: .2s;
}

.headerTelWpr:hover p{
    color: #3c637a;
    transition: .2s;
}

.headerTelNum span{
    margin: 0 5px 0 0;
    color: #c6b797;
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
    ;
}

.headerInqWpr{
    display: block;
    width: 185px;
    height: 80px;
    padding: 30px 23px;
    background-color: #e72119;
    transition: .2s;
}

.headerInqWpr:hover{
    background-color: #db1b15;
    transition: .2s;
}
.headerInqWpr:hover p{
    opacity: .9;
    transition: .2s;
}

.headerInqWpr p.headerInq{
    position: relative;
    padding: -0 0 0 30px;
    font-size: 18px;
    color: #FFF;
    font-weight: 700;
}

.headerInqWpr p span{
    position: absolute;
    display: inline-block;
    left: -0;
    font-size: 23px;
    line-height: 23px;
      font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

/* slider */

.single-item{
        display: block;
    width: 100%;
    height: 595px;
    overflow-x: hidden;
}

.slide_01{
    display: block;
    width: 100%;
    height: 595px;
    background-image: url('https://k-s-s.org/wp-content/uploads/2025/06/sliderPc_01_Bg.webp');
    background-repeat: repeat-x;
    background-size: cover;
}

.sliderPc_01_mainCatch{
    position: absolute;
    top: 60px;
    left: 15px;
    width: 456px;
    height: 124px;
}

.sliderPc_01_subCatch{
    position: absolute;
    top: 190px;
    left: 0;
    width: 439px;
    height: 94px;
}


.sliderPc_01_pamel{
    position: absolute;
    bottom: 70px;
    left: 15px;
    width: 429px;
    height: 206px;
}

.sliderPc_01_staff{
    position: absolute;
    bottom: 0;
    right: -65px;
    width: 697px;
    height: 554px;
}

.sliderNote{
    position: absolute;
    bottom: 65px;
    right: 0;
    width: 395px;
    height: 33px;
    background-color: rgba(255,255,255,.5);
    font-size: 13px;
    font-weight: 700;
    line-height: 31px;
    text-align: center;
}

.slide_02{
    display: block;
    width: 100%;
    height: 595px;
    background-image: url('https://k-s-s.org/wp-content/uploads/2025/06/sliderPc_02_Bg.webp');
    background-position: center center;
    background-size: cover;
}

.sliderPc_02_mainCatch_A{
    position: absolute;
    top: 120px;
    left: 15px;
    width: 468px;
    height: 188px;
}

.sliderPc_02_mainCatch_B{
    position: absolute;
    top: 120px;
    right: 0;
    width: 453px;
    height: 191px;
}

.sliderPc_02_panel{
    position: absolute;
    bottom: 102px;
    left: 0;
    right: 0;
    width: 648px;
    height: 147px;
    margin: 0 auto;
}

.slide_03{
    display: block;
    width: 100%;
    height: 595px;
    background-image: url('https://k-s-s.org/wp-content/uploads/2025/06/sliderPc_03_Bg.webp');
    background-position: center center;
    background-size: contain;
}

.sliderPc_03_mainCatch_A{
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    width: 599px;
    height: 112px;
    margin: 0 auto;
}

.sliderPc_03_mainCatch_B{
    position: absolute;
    bottom: 165px;
    left: 0;
    right: 0;
    width: 743px;
    height: 171px;
    margin: 0 auto;
}

.single-item div .slide_inner{
    position: relative;
    width: 1000px;
    height: 595px;
    margin: 0 auto;
}

/* fvCTA */

.fvCTA{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 140px;
    padding: 30px 0;
    background-image: url('https://k-s-s.org/wp-content/uploads/2025/06/ctaBg.webp');
    border-top: 6px solid #c6b797;
}

.CTA{
    padding: 35px 0;
    width: 100%;
    border-top: 5px solid #f9f9f9;
    border-bottom: 5px solid #e8dcc3;
    background-image: url('https://k-s-s.org/wp-content/uploads/2025/06/ctaBg.webp');
}

.CTAInner{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
}

.fvCTA .ctaBtn,
.CTA .ctaBtn{
    position: relative;
    width: 430px;
    margin: 0 10px;
    border-radius: 34px;
    background-color: red;
    font-size: 26px;
    font-weight: 900;
    color: #FFF;
    text-align: center;
    line-height: 65px;
}

.fvCTA .ctaBtn{
    height: 68px;
}

.CTA .ctaBtn{
    margin: 0 10px 30px 10px;
}

.fvCTA .ctaBtn::after,
.CTA .ctaBtn::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 20px;
    width: 12px;
    height: 12px;
    margin: auto 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}


.ctaBtn.dl span{
    display: inline-block;
    font-size: 26px;
    color: #FFF;
    text-align: center;
    vertical-align: -2px;
}

.ctaBtn.estem span{
    display: inline-block;
    font-size: 28px;
    color: #FFF;
    text-align: center;
    vertical-align: -5px;
}

.ctaBtn.dl{
    background: linear-gradient(to bottom, #314c5b 0, #1b323e 100%);
    transition: .2s;
}

.ctaBtn.dl:hover{
    background: linear-gradient(to bottom, #425c6b 0, #314c5b 100%);
    transition: .2s;
}

.ctaBtn.estem{
    background: linear-gradient(to bottom, #e52119 0, #a2100a 100%);
}

.ctaBtn.estem:hover{
    background: linear-gradient(to bottom, #ea4a43 0, #e52119 100%);
}

.CTAtelWpr{
    position: relative;
    display: flex;
    width: 820px;
    padding: 15px 50px 15px 290px;
    border-radius: 3px;
    background-color: #FFF;
}

.CTAtelTag{
    position: absolute;
    width: 210px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: 70px;
    margin: auto 0;
    border-radius: 2px;
    background-color: #c6b797;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #FFF;
}

.CTAtel{
    margin: 0 10px 0 0;
    display: block;
    font-family: "Oswald";
    font-size: 43px;
    font-weight: 900;
    color: #1b313d;
    line-height: 43px;
    opacity: 1;
    transition: .2s;
}

.CTAtel:hover{
    opacity: .8;
    transition: .2s;
}

.CTAtel span{
    margin: 0 5px 0 0;
    font-size: 43px;
    font-weight: 900;
    color: #c6b797;
    line-height: 43px;
    vertical-align: -3px;
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

.CTAtelOpen{
    padding: 4px 0 0 0;
    font-size: 14px;
    line-height: 20px;
}

/* gallery */

.galleryEn{
    position: absolute;
    bottom: 15px;
    left: -50px;
    font-size: 60px;
    font-weight: 700;

    color: #f4ebd8;
}

.introOuter{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 910px;
    margin: 0 auto;
    padding: 100px 0;
}

.vLogo{
    width: 254px;
}

.introWpr{
    width: 565px;
}

.introTitle{
    width: 100%;
    height: 63px;
    margin: 0 0 55px 0;
    font-size: 63px;
    font-weight: 900;
    color: #e72119;
    text-align: right;
    line-height: 63px;
}

.introLeed{
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    color: #222;
    text-align: right;
    line-height: 39px;
}

.galleryOuter{
    padding: 0 0 75px 0;
}

.galleryWpr{
    position: relative;
    width: 100%;
    height: 213px;
    padding: 0;
}

.slider {
    overflow: hidden;
    width: 100%;
    height: 213px !important;
  }
  /* 画像の並び。CSS変数 --scroll-distance を使って正確な移動距離を指定 */
  .slide-track {
    display: flex;
    animation: scroll linear infinite;
    animation-duration: 20s; /* 速度はお好みで調整 */
  }
  /* 各画像ブロック */
  .slide {
    height: 213px;
    flex-shrink: 0;
    /* 必要に応じて固定幅を設定してもよい */
    width: 283px;
    margin-right: 15px; /* 余白がある場合は全体計算に含める */
  }
  .slide img {
    display: block;
    width: 100%;
    height: auto;
  }
  /* アニメーション。translateX() の距離は JSでセットした --scroll-distance を使う */
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-1 * var(--scroll-distance)));
    }
  }



  /* headerPanel */

.headerPanelWpr{
    width: 100%;
    height: 200px;
    background-image: url('https://k-s-s.org/wp-content/uploads/2025/06/headerPanelBg.webp');
    background-size: cover;
    overflow: hidden;
}

.headerPanel{
    position: relative;
    width: 1000px;
    height: 200px;
    margin: 0 auto;
    padding: 60px 0;
}

.headerPanelImg{
    position: absolute;
    width: 260px;
    bottom: -20px;
    right: 0;
}

.headerLeedWpr{
    width: 100%;
    height: 75px;
    padding: 10px 0 10px 25px;
    border-left: 1px solid #e3e3e3;
}

.headerLeedWpr h1,
.headerLeedWpr div{
    margin: 0 0 15px 0;
    font-size: 26px;
    font-weight: 900;
    color: #FFF;
}

.headerLeedWpr span{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #FFF;
    letter-spacing: .4rem;
}

/* bread */

nav ul.bread{
    display: flex;
    width: 1000px;
    height: 40px;
    margin: 0 auto 50px auto;
}

nav ul.bread li{
    height: 40px;
}

nav ul.bread li a{
    position: relative;
    display: block;
    margin: 0 23px 0 0;
    font-size: 13px;
    line-height: 38px;
    color: #333;
}

nav ul.bread li a::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -15px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #CCC;
    border-right: 2px solid #CCC;
    transform: rotate(45deg);
}

nav ul.bread li:last-child a::after{
    display: none;
}

/* achive */

.achiveWpr{
    width: 800px;
    margin: 0 auto;
    padding: 0 0 90px 0;
}

.achiveTitle{
    position: relative;
    width: 200px;
    margin: 0 auto 30px auto;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.achiveTitle::before{
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    left: -80px;
    width: 75px;
    height: 1px;
    background-color: #CCC;
}

.achiveTitle::after{
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    right: -80px;
    width: 75px;
    height: 1px;
    background-color: #CCC;
}

.achiveImg{
    width: 495px;
    margin: 0 auto 55px auto;
}

.achiveLeed{
    margin: 0 auto 50px auto;
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
}

.achiveLeed span{
    color: #e72119;
}

.achiveDetailLeed{
    width: 80%;
    margin: 0 auto;
    padding: 45px 0;
    border-top: 1px solid #CCC;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
}

.achiveBannerWpr{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.achiveBanner{
    margin: 0 5px 10px 5px;
    width: auto;
    height: 68px;
}

/* features */

.features{
    width: 1000px;
    margin: 0 auto;
}

.featUnitWpr{
    width: 100%;
    margin: 0 auto;
}

.featTitleWpr{
    position: relative;
    width: 100%;
    margin: 0 0 60px 0;
    padding: 30px 45px;
    background-color: #f9f9f9;
}

.featTitleWpr h2{
    margin: 0 0 10px 0;
    font-size: 38px;
    font-weight: 900;
    color: #e72119;
    line-height: 39px;
}

.featTitleWpr p{
    font-size: 15px;
    font-weight: 700;
}

.featTitleWpr div{
    position: absolute;
    width: 38px;
    height: 38px;
    top: -10px;
    left: -10px;
    background-color: rgba(128, 128, 128, .1);
}

.featUnit{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 55px 0;
    padding: 0 0 55px 0;
    border-bottom: 1px solid #ededed;
}

.featUnitBodyWpr{
    width: 620px;
}

.featUnitTitle{
    position: relative;
    width: 100%;
    height: 55px;
    margin :0 0 45px 0;
    padding: 0 0 0 80px;
}

.featUnitTitle h3{
    font-size: 27px;
    font-weight: 900;
    color: #333333;
    line-height: 55px;
}

.featUnit:last-child{
    border-bottom: 0px solid #FFF;
}

.featUnit:last-child .featUnitTitle h3{
    font-size: 27px;
    font-weight: 900;
    color: #333333;
    line-height: 33px;
}

.featUnitTitle span{
    position: absolute;
    left: 0;
    width: 65px;
    height: 55px;
    font-family: "Oswald";
    font-size: 60px;
    font-weight: 700;
    color: #e72119;
    line-height: 58px;;
}

.featUnitBody{
    font-size: 15px;
    line-height: 26px;
}

.featUnitImg{
    width: 345px;
}

.troubleCaseWpr{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 60px 0 0 0;
}

.troubleCaseUnit{
    width: 475px;
}

.tCaseTitle{
    width: 100%;
    padding: 15px 15px 20px 15px;
    background-color: #1b313d;
    font-size: 22px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    line-height: 20px;
}

.tCaseTitle span{
    font-weight: 900;
}

.tCaseTitleLeed{
    width: 100%;
    margin: 0 0 25px 0;
    padding: 20px;
    border: 1px solid #d0d0d0;
    border-top: 0px solid #FFF;
}

.caseArw{
    width: 0px;
    height: 0px;
    margin: 0 auto 20px auto;
    border-style: solid;
    border-width: 21px 21.5px 0 21.5px;
    border-color: #d0d0d0 transparent transparent transparent;
    transform: rotate(0deg);
}

.kssCaseTitle{
    position: relative;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 12px 15px 15px 15px;
    background-color: #e72119;
    font-size: 19px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 20px;  
}

.kssCaseTitle::after{
    position: absolute;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    left: 30px;
    bottom: -30px;
    border-style: solid;
    border-width: 39px 5px 0 5px;
    border-color: #e72119 transparent transparent transparent;
    transform: rotate(-25deg);
}

.kssCase{
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
}

.kssCase span{
    font-size: 17px;
    font-weight: 900;
    color :#e72119;
}

/* front service */

.frontServiceWpr{
    width: 1000px;
    margin: auto;
    padding: 0 0 75px 0;
}

.frontServiceUnit{
    position: relative;
    width: 100%;
    margin: 0 0 60px 0;
    border: 2px solid #e6e6e6;
    border-radius: 10px;
    background-color: #FFF;
    padding: 35px;
}

.fsTagWpr{
    position: absolute;
    display: flex;
    top: -25px;
    left: -10px;
    width: 390px;
    height: 73px;
    padding: 0 30px;
    background-color: #1b313d;
    transform: skewX(-10deg);
}

.fsTagWpr.inspect{
    background-color: #e72119;
}

.fsTag{
    margin: 0 20px 0 0;
    font-size: 52px;
    font-weight: 900;
    color: #FFF;
    line-height: 70px;
}

.fsTagEn{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #f4ebd8;
    line-height: 70px;
}

.fsInner{
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fsImgWpr{
    position: relative;
    padding: 55px 0 0 0;
    z-index: 200;
}

.fsImgWpr div{
    position: absolute;
    width: 222px;
    height: 222px;
}

.fsImgLwr{
    top: 55px;
    left: 0;
    z-index: 210;
}

.fsImgUpr{
    top: 90px;
    left: 190px;
    z-index: 220;
}

.fsInner ul{
    position: relative;
    right: -10px;
}

.fsInner ul li{
    text-align: right;
}

.fsInner ul li p{
    margin: 0 0 7px auto;
    display: inline-block;
    background-color: #dfdfdf;
    padding: 10px 25px 10px 25px;
    font-size: 17px;
    font-weight: 700;
    color: #222;
    transform: skewX(-10deg);
}

.fsInner ul li p span{
    display: block;
    transform: skewX(10deg);
}

.fsInner ul li p span span{
    display: inline;
    margin: 0 7px 0 0;
    font-size: 28px;
    color: #FFF;
    vertical-align: -6px;
}

/**/

.InsInner{
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding: 55px 0 0 0;
    overflow: hidden;
    z-index: 300;
}

.InsImgWpr div{
    position: absolute;
    width: 222px;
    height: 222px;
}

.InsImgLwr{
    top: 50px;
    right: 190px;
    z-index: 320;
}

.InsImgUpr{
    top: 10px;
    right: 0;
    z-index: 310;
}

.InsInner ul{
    position: relative;
    left: -10px;
}

.InsInner ul li p{
    margin: 0 0 7px auto;
    display: inline-block;
    background-color: #dfdfdf;
    padding: 10px 25px 10px 25px;
    font-size: 17px;
    font-weight: 700;
    color: #222;
    transform: skewX(10deg);
}

.InsInner ul li p span{
    display: block;
    transform: skewX(-10deg);
}

.InsInner ul li p span span{
    display: inline;
    margin: 0 7px 0 0;
    font-size: 28px;
    color: #FFF;
    vertical-align: -6px;
}

.btnAnchorWpr.basic{
    position: relative;
    display: block;
    width: 305px;
    height: 52px;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #e72119;
    font-size: 19px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    color: #FFF;
}

.btnAnchorWpr.basic a{
    display: block;
    color: #FFF;
}

.btnAnchorWpr.basic a::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);
}

/* front flow */

.flowWpr{
    width: 1000px;
    margin: 0 auto;
    padding: 55px 0;
}

.normTitleWpr{
    margin: 0 0 40px 0;
}

.normTitle{
    margin: 0 0 10px 0;
    font-size: 38px;
    font-weight: 900;
    color: #e72119;
    line-height: 38px;
}

.normTitleEn{
    font-size: 15px;
    font-weight: 500;
    color: #222;
    line-height: 15px;
}

.flowInnerWpr{
    width: 100%;
    margin: 0 auto 28px auto;
    padding: 22px 30px;
    background-color: #FFF;
    border-radius: 8px;
}

.flowInnerWpr:last-child{
    margin: 0 auto;
}

.flowInnerWpr p{
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 0 10px;
    z-index: 450;;
}

.flowInnerWpr p.blue{
    border-left: 4px solid #1b313d;
}

.flowInnerWpr p.red{
    border-left: 4px solid #e72119;
}

.flowInnerWpr p::before{
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    top : 10px;
    background-color: #f0efef;
}

.flowInnerWpr p.blue span{
    position: relative;
    padding: 0 10px 0 0;
    background-color: #FFF;
    font-size: 21px;
    font-weight: 900;
    color: #1b313d;
    z-index: 500;
}

.flowInnerWpr p.red span{
    position: relative;
    padding: 0 10px 0 0;
    background-color: #FFF;
    font-size: 21px;
    font-weight: 900;
    color: #e72119;
    z-index: 500;
}

.flowUnitWpr{
    display: flex;
    justify-content: space-between;
}

.flowUnit{
    position: relative;
    width: 105px;
    border: 1px solid #dde0e2;
    border-radius: 4px;
    padding: 15px 5px 10px 5px;
}

.flowUnit.wide{
    width: 228px;
}

.flowUnit.mid{
    width: 118px;
}


.flowUnit::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: -11px;
    margin: auto 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 0 6px 7px;
    border-color: transparent transparent transparent #dde0e2;
    transform: rotate(0deg);
}

.flowUnit:last-child::after{
    display: none;
}

.flowIcon{
    display: flex;
    justify-content: center;
    width: 58px;
    margin: 0 auto 8px auto;
}

.flowIcon.flex{
    justify-content: center;
    flex-wrap: nowrap;
}

.flowIcon.flex img{

    display: inline-block;
}


.flowTxt{
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

/* voice */

.voiceWpr{
    width: 1000px;
    margin: 0 auto;
    padding: 70px 0;
}

.voiceUnitWpr{
    display: flex;
    justify-content: space-between;
    margin: 0 0 55px 0;
}

.voiceUnit{
    width: 485px;
    border: 2px solid #f0efef;
    border-radius: 8px;
    padding: 35px 35px 15px 35px;
}

.voiceUnitTitle{
    position: relative;
    margin: 0 0 20px 0;
}

.voiceUnitTitle span{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    left: 0;
    font-size: 30px;
    color: #e8dcc3;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 30;
}

.voiceUnitTitle p{
    padding: 0 0 0 40px;
    font-size: 25px;
    font-weight: 900;
    color: #ce0a02;
    line-height: 34px;
}

.voiceInfoWpr{
    display: flex;
    justify-content: center;
    margin: 0 auto 30px auto;
}

.voiceInfoImg{
    width: 94px;
    margin: 0 15px 0 0;
}

.voiceInfo{
    width: 175px;
    padding: 25px 0 0 0;
}

.voiceBalWpr{
    margin: 0 0 20px 0; 
}

.voiceBaloon{
    position: relative;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 10px 15px;
    background-color: #f0efef;
    border-radius: 2px;
}

.voiceBaloon::after{
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    left: -20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 37px 6px 0;
    border-color: transparent #f0efef transparent transparent;
    transform: rotate(30deg);
}

.voiceAsr{
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    color: #ad9c77;
}

/* faq */

.faqWpr{
    width: 100%;
    padding: 60px 0;
    margin: 0 auto;
}

.faqInner{
    width: 1000px;
    margin: 0 auto;
}

.qaTitleWpr{
    margin: 0 auto 45px auto;
}

.qaUnitWpr{
    width: 1000px;
    margin: 0 auto 50px auto;
}

.pageUnit .qaUnitWpr{
    width: 100%;
}


.qa-item {
	margin-bottom: 12px;
	padding: 5px 0;
	border-radius: 4px;
    background-color: #FFF;
    border-radius: 4px;
}

.qa-box__q {
	position: relative !important;
	padding: 17px 22px 17px 55px;
	font-size: 17px;
	font-weight: 700;
	position: relative;
	color: #222;
}

.qa-box__q br{
    display: none;
}

.qa-box__q span{
	position: absolute;
	display: block;
	left: 17px;
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #1b313d;
    text-align: center;
    line-height: 20px;
}

.qa-box__a {
	display: none;
}

.qa-box__content {
	position: relative;
	padding: 16px 26px 12px 55px;
	border-radius: 8px;
	font-size: 17px;
	line-height: 26px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	color: #222;
}

.qa-box__content br{
    display: none;
}

.qa-box__content span{
	position: absolute;
	display: block;
	left: 17px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
	font-size: 24px;
	font-weight: 700;
	color: #e72119;
    text-align: center;
}

.qa-box__icon {
	width: 30px;
	height: 20px;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
}

.qa-box__bar1 {
	position: absolute;
	top: 0;
	bottom: 3px;
	right: 0;
	width: 12px;
	height: 12px;
	margin: auto 0;
	border-bottom: 2px solid #1b313d;
	border-right: 2px solid #1b313d;
	transform: rotate(45deg);
	transition: .3s;
}

.qa-box__icon.is-open .qa-box__bar1 {
	transform: rotate(225deg);
	transition: .3s;
	bottom: -3px;
}

/* access */

.accessWpr{
    width: 100%;
    padding: 60px 0 0 0;
}

.accessInner{
    width: 1000px;
    margin: 0 auto;
}

.accessWpr iframe{
    width: 100%;
    height: 465px;
}

/* service */

.serviceWpr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;

}

.serviceUnit{
    width: 485px;
    margin: 0 0 45px 0;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    overflow: hidden;
}

.serviceUnitTitle{
    position: relative;
    width: 100%;
    background-color: #222222;
    padding: 0 17px;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    line-height: 55px;
    overflow: hidden;
}

.serviceUnitTitle span{
    vertical-align: -4px;
}

.titleSkew{
    position: absolute;
    top: 0;
    right: -50px;
    width: 200px;
    height: 60px;
    background-color: #4e4e4e;
    transform: skewX(-50deg);
}

.serviceUnitBody{
    width: 100%;
    padding: 20px 25px;
    font-size: 15px;
    line-height: 25px;
}

.serviceUnitImg{
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.serviceUnitDetail{
    padding: 30px 0;
}


.serviceIntro{
    position: relative;
    display: block;
    padding: 0 550px 50px 0;
}

h2.serviceUnitTille{
    margin: 0 0 35px 0;
    font-size: 33px;
    font-weight: 900;
    color: #cf0700;
}

.serviceIntroImg{
    position: absolute;
    top: 0;
    right: 0;
    width: 510px;
    border-radius: 8px;
    overflow: hidden;
}

.serviceIntroBody p{
    margin: 0 0 30px 0;
    font-size: 15px;
    line-height: 26px;
}

.serviceCtsWpr{
    width: 100%;
    margin: 0 auto 35px auto;
}

.serviceCtsTitle{
    width: 100%;
    margin: 0 0 30px 0;
    padding: 12px 20px;
    background-color: #edebeb;
    font-size: 17px;
    font-weight: 700;
    border-left: 5px solid #cf0700;
}

.serviceCts p{
    margin: 0 0 20px 0;
}

.serviceCts .serviceCtsBody p{
    margin: 0 0 30px 0;
    font-size: 15px;
    line-height: 26px;
}

.serviceCts p.imgCapt{
    margin: 0 0 10px 0;
    font-size: 13px;
}

.banner{
    height: 60px;
}

.banner img{
    width: auto;
    height: 60px;
    border: 1px solid #CCC;
}

ul.nmlList{
    margin: 0 0 35px 0;
    padding: 0 0 0 15px;
}

.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex .serviceCtsBody{
    width: 585px;
}

.ctsflexImg{
    width: 370px;
    border-radius: 8px;
    overflow: hidden;
}


ul.nmlList.triflex li{
    width: 33%;
}


ul.nmlList li{
    font-size: 15px;
    line-height: 30px;
    text-indent: -12px;
}

ul.nmlList li span{
    vertical-align: -4px;
    color: #cf0700;
}

.tagBoxWpr{
    display: flex;
}

.tagBox{
    display: flex;
    width: 196px;
    height: 35px;
    margin: 0 40px 0 0;
    background-color: #efefef;
}

.tag{
    width: 85px;
    height: 35px;
    background-color: #cf0700;
    font-size: 15px;
    line-height: 34px;
    color: #FFF;
    text-align: center;
}

.tagItem{
    width: 110px;
    font-size: 15px;
    line-height: 34px;
    color: #222;
    text-align: center;
}

.serviceBtmMenuWpr{
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto 45px auto;
    padding: 50px 0;
    background-color: #FFF;
    border-top: 2px solid #edebeb;
    border-bottom: 2px solid #edebeb;
}

.serviceBtmMenuWpr a{
    display: block;
    width: 235px;
    height: 60px;
    background-color: #cf0700;
    border-radius: 2px;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    color: #FFF;
    transition: .2s;
}

.serviceBtmMenuWpr a:hover{
    background-color: #f0f0f0;
    color: #222;
    transition: .2s;
}

.serviceBtmMenuWpr a.stay{
    background-color: #f0f0f0;
    color: #222;
    transition: .2s;
}

.serviceBtmMenuWpr a.stay:hover{
    background-color: #cf0700;
    color: #FFF;
    transition: .2s;
}

.insItemTag{
    display: inline-block;
    margin: 0 0 10px 0;
    background-color: #1b313d;
    font-size: 14px;
    padding: 4px 10px;
    text-align: center;
    color: #FFF;
}

/* recruit */

.recruitHeader{
    width: 100%;
    margin: 0 auto 85px auto;
    padding: 3rem 0 0 0;
}

.recruitHeaderLeed{
    margin: 0 0 2rem 0;
    font-size: 33px;
    font-weight: 900;
    color: #cf0700;
    text-align: center;
}

.recruitHeaderImg{
    width: 465px;
    margin: 0 auto 2rem auto;
}

.recruitHeaderCapt p{
    font-size: 18px;
    text-align: center;
}

.recruitCts.flex{
    display: flex;
    justify-content: space-between;
}

.recruitCts.flex .recruitCtsBody{
    width: 650px;
}

.recruitCts.flex .timetableWpr{
    width: 280px;
    height: 220px;
    border: 1px solid #edebeb;
}

.timetableHeader{
    width: 100%;
    padding: 10px 20px;
    background-color: #edebeb;
}

.timetable{
    display: inline-block;
    padding: 10px 20px;
    background-color: #FFF;
    font-size: 15px;
    line-height: 30px;
}

.recruitCts p{
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 30px 0;
}

.recruitCts p span{
    font-weight: 900;
}

.recruitPintTagWpr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 2rem 0;
}

.recruitPintTag{
    width: 32%;
    margin: 0 0 15px 0;
    padding: 12px;
    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
}

.recruitPintTag span{
    color: #cf0700;
    vertical-align: -6px;;
}

.recruitFlexOuter{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.recruitFlexOuter .recruitCts{
    width: 48%;
}

.recruitStep{
        margin: 0 0 15px 0;
    padding: 12px 18px;
    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
}

.recRedTitle{
    width: 100%;
    margin: 0 0 40px 0;
    padding: 12px 20px;
    background-color: #cf0700;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
}

.recruitComWpr{
    display: flex;
    justify-content: space-between;
    margin: 0 auto 4rem auto;
}

.recruitComLogo{
    width: 404px;
}

.recruitCom{
    width: 535px;
    font-size: 15px;
    line-height: 23px;
}

.recEntryBtn{
    position: relative;
    display: block;
    width: 435px;
    height: 60px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #cf0700;
    font-size: 23px;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
    color: #FFF;
    transition: .2s;
}

.recEntryBtn:hover{
    transition: .2s;
    background-color: #e30800;
}

.recEntryBtn::after{
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}

/* info page */

.infoCtsWpr{
    width: 1000px;
    margin: 0 auto;
}


table.company{
    width: 100%;
    margin: 0 auto 75px auto;
    border-top: 1px dotted #999999;
}

table.company tr td{
    padding: 17px 20px;
    border-bottom: 1px dotted #999999;
    background-color: #FFF;
}

table.company tr td:first-child{
    width: 210px;
    padding: 0 0 0 20px;
    background-color: #fcfbfb;
}

table.company tr td:first-child p{
    padding: 0 0 0 18px;
    border-left: 3px solid #cf0700;
    font-weight: 700;
}

.infoWideMap{
    width: 100%;
    height: 470px;
    margin: 0 0 40px 0;
}

/* form */

.formCtsWpr{
    width: 780px;
    margin: 0 auto;
}

.formTitle{
    margin: 0 auto 30px auto;
    font-size: 32px;
    font-weight: 900;
    color: #cc0000;
    text-align: center;
}

.formLeed{
    margin: 0 auto 60px auto;
    font-size: 15px;
    line-height: 27px;
    text-align: center;
}

.formWpr{
    position: relative;
    width: 100%;
    padding: 60px 60px 65px 60px;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
}

.formAboveAwr{
    position: absolute;
    width: 30px;
    height: 30px;
    top: -33px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 40px;
}

.formAboveAwr span{
    font-size: 35px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 45;
}

table.contact{
    width: 100%;
    margin: 0 auto 35px auto;
    border-top: 1px dotted #999999;
}

table.contact tr td{
    padding: 12px 20px;
    border-bottom: 1px dotted #999999;
    background-color: #FFF;
    vertical-align: top;
}

table.contact.check tr td{
    padding: 20px 20px;
}

table.contact tr td:first-child{
    position: relative;
    width: 210px;
    padding: 20px 20px 20px 0;
}

table.contact tr td:first-child span{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 34px;
    height: 19px;
    margin: auto 0;
    background-color: #1b313d;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFF;
}

table.contact tr td:first-child p{
    padding: 0 0 0 18px;
    border-left: 3px solid #cf0700;
    font-weight: 700;
}

table.contact tr td textarea{
    height: 10rem;
}

.policy{
    width: 100%;
    height: 10rem;
    margin: 0 0 1.5rem 0;
    padding: 0 20px 20px 20px;
    border: 1px solid #e6e6e6;
    overflow-y: scroll;
    font-size: 13px;
    color: #333;
}

.policy p{
    font-weight: 400;
}

.policy p.policyHead{
    line-height: 3rem;
    font-weight: 700;
}

.policy p:first-child{
    font-weight: 700;
}

.agreeLeed{
    margin: 0 0 1.5rem 0;
    font-size: 14.5px;
    font-weight: 700;
    color: #cf0700;
    text-align: center;
}

button.contactSbumit{
    display: block;
    width: 310px;
    height: 50px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #cf0700;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    border: 0px solid #cf0700;
}

input.contactSbumit{
    display: block;
    width: 310px;
    height: 50px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #cf0700;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    border: 0px solid #cf0700;
}


a.contactSbumit{
    display: block;
    width: 310px;
    height: 50px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #cf0700;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    border: 0px solid #cf0700;
    text-align: center;
    line-height: 48px
}


.wpcf7-previous{
    display: block;
    margin: 0 auto;
    background-color: #FFF;
    border: 0px solid #FFF;
}

.formWpr a.back{
    display: block;
    width: 200px;
    padding: 2rem 0 0 0;
    margin: 0 auto;
    text-align: center;
    color: #9c9c9c;
}

.formWpr a.back span{
    margin: 0 5px 0 0;
    font-size: 20px;
    vertical-align: -4px;;
}

.thanksMsg{
    font-size: 15px;
    line-height: 27px;
    text-align: center;
}

.dlThumbWpr{
    width: 445px;
    margin: 0 auto 60px auto;
}

.dlThumbCapt{
    font-size: 13px;
    color: #6f6f6f;
    text-align: center;
}

/* archive */

.catBtnWpr{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 2rem 0;
}

.catBtnWpr a{
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #222222;
    overflow: hidden;
    color: #FFF;
    transition: .2s;
}

.catBtnWpr a:hover{
    opacity: 0.8;
    transition: .2s;
}

.catBtnWpr a span{
    margin: 0 8px 0 0;
    font-size: 16px;
    vertical-align: -2px;
}

.catBtnWpr a.stay{
    background-color: #CCC;
    color: #222;
}

.archiveWpr{
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0 0 0;
}

.archiveUnitWpr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.archiveUnit{
    width: 315px;
    margin: 0 0 30px 0;
}

.archiveImg{
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.archiveImg img{
    width: auto;
    height: 100%;
    object-fit: cover;
}

.archiveUnitBody{
    width: 100%;
    padding: 18px;
    border: 1px solid #dcdcdc;
    border-top: 0px solid #f0efef;
    background-color: #FFF;
}

.archiveCat{
    margin: 0;
    font-size: 14px;
    text-align: center;
}

.p-postList__body .archiveCat span.icon-folder::before{
    display: none;
}

.archiveTitle{
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 900;
    color: #cf0700;
    line-height: 26px;
    text-align: center;
}

.archiveAnchor{
    position: relative;
    display: block;
    width: 135px;
    height: 30px;
    margin: 10px auto 0 auto;
    border-radius: 3px;
    background-color: #cf0700;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    color: #FFF;
    transition: .3s;
}

.archiveAnchor:hover{
    background-color: #b60903;
    transition: .3s;
}

.archiveAnchor::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 13px;
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(45deg);
}

/* single */

.singleWpr{
    width: 1000px;
    margin: 0 auto;
}

.singleHeader{
    width: 100%;
    margin: 0 auto 3rem auto;
}

.singleHeader div.category{
    display: inline-block;
    margin: 0 10px 20px 0;
    padding: 4px 15px;
    border-radius: 5px;
    background-color: #222222;
    overflow: hidden;
    color: #FFF;
}

.singleHeader h1{
    margin: 0 0 20px 0;
    font-size: 35px;
    font-weight: 900;
    color: #cf0700;
}

.singleHeader span{
    font-family: Arial, Helvetica, sans-serif;
}

.singleBodyWpr{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0 0 5rem 0;
}

.singleBody{
    width: 500px;
}

.singleBody p{
    margin: 0 0 1.6rem 0;
    font-size: 15px;
    line-height: 26px;
}

.thumbnail{
    width: 455px;
}

.singleFooter{
    width: 1000px;
    margin: 0 auto;
    padding: 3rem 0 1rem 0;
    border-top: 2px solid #edebeb;
    border-bottom: 2px solid #edebeb;
}

.pagerWpr{
    width: 1000px;
    margin: 0 auto;
    border-top: 2px solid #edebeb;
}

/* bottomInfoWpr */

.bottomInfoWpr{
    display: block;
    width: 100%;
    padding: 35px 0 50px 0;
}

.bottomInfo{
    display: flex;
    width: 1000px;
    margin: 0 auto;
}

.bottomlogo{
    width: 86px;
    margin: 0 20px 0 0;
}

.bottomInfoBody p.comName{
    margin: 0 0 12px 0;
    font-size: 17px;
    font-weight: 700;
    color: #e72119;
    line-height: 17px;
}

.bottomInfoBody p{
    font-size: 14px;
    line-height: 20px;
}

/* footer */

footer{
    width: 100%;
    background-color: #1b313d;
    border-top: 12px solid #8d989e;
}

footer nav{
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 70px 0;
}

footer nav ul{
    display: block;
    color: #FFF;
}

footer nav ul li:first-child{
    margin: 0 0 20px 0;
}

footer nav ul li span{
    margin: 0 10px 0 0;
    color: #c6b797;
    vertical-align: -6px;
}

footer nav ul li a{
    color: #FFF;
    opacity: 1;
    transition: .2s;
}

footer nav ul li a:hover{
    opacity: .7;
    transition: .2s;
}

.sitemap{
    width: 1000px;
    margin: 0 auto;
    padding: 1rem 0 3rem 0;
    border-bottom: 1px solid #CCC;
}

.sitemap h2{
    margin: 2rem 0;
}

.wsp-pages-list ul{
    margin: 0 0 1rem 0;
}

.wsp-pages-list ul li{
    line-height: 2rem;
    font-size: 15px;
}

.wsp-pages-list ul li ul{
    margin: 0 0 1rem 0;
}

.cr{
    width: 100%;
    padding: 20px;
    border-top: 1px solid #3d505a;
    font-size: 14px;
    color: #8d989e;
    text-align: center;
}

.sp{
	display: none;
}

}