@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


@import url("formParts.css");
@import url("over.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=Barlow:wght@600&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");

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
    position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: -0.025em;
	color: #202020;
    background-color: #efeee9;
}

div, p{
	text-align: justify;
}

a{
	text-decoration: none;
}

ul{
	list-style: none;
}

.min{
    font-family: "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", "MS PMincho", serif;
    letter-spacing: -0.025rem;
}

p:empty {
    display: none;
  }
  

@media screen and (max-width:1049px){

img{
	display: block;
	width: auto;
	height: 100%;
}

body{
    position: relative;
    padding: 0;
    width: 100%;
    padding: 84px 0 0 0;
    background-color: #FFF;
    overflow-x: hidden;
}


/* layout */

.bodyWpr{
    position: relative;
    width: 100%;
    margin: 0 auto;
}

main{
    position: relative;
    width: 100%;
    background-color: #FFF;
    z-index: 10;
}

aside{
    display: none;
}


/* header */

header{
    position: fixed;
    display: flex;
    justify-content: space-between;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 84px;
    background-color: #FFF;
    z-index: 9999;
}

header h1{
    
    padding: 0 0 0 15px;
}

header h1 a{
    display: block;
    padding: 22px 0;
    height: 84px;
}


header h1 a img{
    display: block;
    width: auto;
    height: 40px;
}

.headerIndicator{
    width: 100%;
    margin: 0 auto 1px auto;
    padding: 10px 0;
    background-color: #444;
    font-size: 19px;
    font-weight: 900;
    color: #FFF;
    text-align: center;
}

/* front */

.fv{
    position: relative;
    width: 100%;
    padding: 40px 0;
    background-image: url('https://recruit.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/mainImage.webp');
    background-size: cover;
    background-position: center center;
    border-bottom: 14px solid #a9a594;
}

.fv .mynavi{
    position: absolute;
    display: none;
    /*display: block;*/
    top: 28px;
    right: 25px;
    width: 324px;
    height: 58px;
    box-shadow: 10px 10px 20px rgba(0,0,0,.3);
    transition: .3s;
}

.fv .mynavi:hover{
    transition: .3s;
    transform: scale(1.03);
}

.fv .img{

    width: 85%;
    margin: 0 auto 2rem auto;
}

.fv .img img{
    width: 100%;
    height: auto;
}

.fv .fvBtn{
    position:relative;
    display: block;
    width: 90%;
    height: 77px;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 46px;
    background-color: #c4000f;
    box-shadow: 10px 10px 20px rgba(0,0,0,.3);
    transition: .2s;
}

.fv .fvBtn:hover{
    transition: .2s;
    background-color: #b8010f;
}

.fv .fvBtn::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 35px;
    width: 23px;
    height: 23px;
    margin: auto 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}

.fv .fvBtn span{
    display: block;
    margin: 0 0 3px 0;
    font-size: 12px;
    text-align: center;
    color: #FFF;
    line-height: 14px;
    letter-spacing: .08rem;
    opacity: .8;
}

.fv .fvBtn p{
    width :100%;
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
}

.fv .fvBtn p span{
    display: inline-block;
    font-size: 28px;
    font-weight: 900;
    color: #FFF;
    opacity: 1;
}


.fTopics{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #f6f6f4;
}

.fTopics .ttlEn{
    margin: 0 0 20px 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 23px;
    font-weight: 900;
    color: #cccccc;
    line-height: 23px;
    letter-spacing: .8rem;
}

.fTopics .rect{
    position: absolute;
    display: block;
    top: 20px;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #e1e1e0;
    z-index: 90;
}

.fTopics ul{
    position: relative;
    width: 92%;
    margin: 0 auto 15px auto;
    z-index: 100;
}

.fTopics ul li{
    width: 100%;
    margin: 0 auto 1.3rem auto;
    background-color: #FFF;
    box-shadow: 0 0 7px rgba(0,0,0,.2);
}

.fTopics ul li a{
    display: block;
}


.fTopics ul li a .img{
    display: block;
    width: 100%;
}

.fTopics ul li a .img img{
    display: block;
    width: 100%;
    height: auto;
}

.fTopics ul li a .body{
    padding: 15px 13px;
}

.fTopics ul li a .body span.cat{
    display: inline-block;
    margin: 0 0 4px 0;
    padding: 3px 8px 4px 8px;
    background-color: #c4000f;
    font-size: 13px;
    line-height: 13px;
    color: #FFF;
    text-align: center;
    border-radius: 2px;
    letter-spacing: .1rem;
}

.fTopics ul li a .body p{
    margin: 0 0 3px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #333;
}

.fTopics ul li a .body span.date{
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    color: #999999;
    letter-spacing: .1rem;
}

.fTopics .mBtn{
    display: block;
    width: 175px;
    height: 36px;
    margin: 0 auto;
    padding: 0 0 0 5px;
    border-radius: 18px;
    background-color: #c4000f;
    font-size: 15px;
    font-weight: 700;
    line-height: 36px;
    color: #FFF;
    text-align: center;
    transition: .2s;
}

.fTopics .mBtn:hover{
    transition: .2s;
    opacity: .8;
}

.fTopics .mBtn span{
    margin: 0 0 0 5px;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    vertical-align: -6px;
}

.fService{
    position: relative;
    width: 100%;
    padding: 20px 20px 40px 20px;
}

.fService .title{
    margin: 0 0 20px 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 23px;
    font-weight: 900;
    color: #cccccc;
    line-height: 23px;
    letter-spacing: .2rem;
    text-align: right;
}


.fService .rect{
    position: absolute;
    display: block;
    top: 25px;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: #e1e1e0;
    z-index: 90;
}

.fService .img{
    position: relative;
    width: 100%;
    z-index: 100;
    margin: 0 0 35px 0;
}

.fService .img img{
    width: 100%;
    height: auto;
}

.fService .body{
    position: relative;
    margin: 0 0 15px 0;
    z-index: 200;
}

.fService .leed{
    position: absolute; 
    top: -55px;
    left: 0;
    width: 170px;
    height: 43px;
    background-color: #FFF;
    font-size: 22px;
    color: #333;
    line-height: 43px;
}

.fService .leed span{
    font-weight: 900;
    color:#c4000f;
}

.fService p{
    font-size: 14px;
    line-height: 23px;
}

.fService a.mBtn.left{
    display: block;
    width: 175px;
    height: 36px;
    margin: 0 auto;
    padding: 0 0 0 5px;
    border-radius: 18px;
    background-color: #c4000f;
    font-size: 15px;
    font-weight: 700;
    line-height: 36px;
    color: #FFF;
    text-align: center;
    transition: .2s;
}

.fService a.mBtn.left:hover{
    transition: .2s;
    opacity: .8;
}

.fService a.mBtn.left span{
    margin: 0 0 0 5px;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    vertical-align: -6px;
}

.fStory{
    position: relative;
    width: 100%;
    padding: 40px 20px 30px 20px;
    background-color: #f6f6f4;
}

.fStory .title{
    position: absolute;
    top: -13px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 23px;
    font-weight: 900;
    color: #a9a594;
    line-height: 23px;
    letter-spacing: .3rem;
    text-align: right;
}

.fStory ul{
    list-style-type: none !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 15px auto;
    padding: 0;
}

.fStory ul li{
    width: 48%;
    margin: 0 0 1rem 0;
}

.fStory ul li a{
    width: 100%;
}

.fStory ul li a .img{
    width: 100%;
    margin: 0 0 1rem 0;
}

.fStory ul li a .img img{
    width: 100%;
    height: auto;
}

.fStory ul li a .body{
    width: 100%;
    padding: 0 14px;
    border-left: 1px solid #cccccc;
}

.fStory ul li a .body span{
    display: block;
    margin: 0 0 .5rem 0;
    font-size: 22px;
    font-weight: 900;
    line-height: 22px;
    color: #333;
}

.fStory ul li a .body p{
    font-size: 13px;
    line-height: 19px;
    color: #333;
}

.fStory a.sBtn{
    display: block;
    width: 270px;
    height: 36px;
    margin: 0 auto;
    padding: 0 0 0 5px;
    border-radius: 18px;
    background-color: #c4000f;
    font-size: 15px;
    font-weight: 700;
    line-height: 36px;
    color: #FFF;
    text-align: center;
    transition: .2s;
}

.fStory a.sBtn:hover{
    transition: .2s;
    opacity: .8;
}

.fStory a.sBtn span{
    margin: 0 0 0 5px;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    vertical-align: -6px;
}


/* footer */

.ftBnr{
    width: 100%;
    padding: 40px 25px 25px 25px;
}

.ftBnr .mynavi{
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 1rem auto;
    padding: 25px 0 0 0;
}

.ftBnr .mynavi img{
    width: 100%;
    height: auto;
    transition: .2s;
}

.ftBnr .mynavi img:hover{
    transition: .2s;
    transform: scale(1.02);
}

.ftBnr .mynavi p{
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    width: 200px;
    height: 23px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    color: #00a6ea;
    text-align: center;
    overflow: hidden;
}

.ftBnr .mynavi p::before{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0px;
    width: 5px;
    height: 30px;
    border-left: 2px solid #00a6ea;
    border-right: 2px solid #00a6ea;
    transform: rotate(-35deg);
}

.ftBnr .mynavi p::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0px;
    width: 5px;
    height: 30px;
    border-left: 2px solid #00a6ea;
    border-right: 2px solid #00a6ea;
    transform: rotate(35deg);
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.ftBnr a{
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    transition: .2s;
}

.ftBnr a:hover{
    transition: .2s;
    transform: scale(1.02);
}

.ftBnr a div{
    position: relative;
    line-height: 58px;
    text-align: center;
}

.ftBnr a div::after{
    position: absolute;
    display: block;
    content: "";
    top: 1px;
    bottom: 0;
    right: 15px;
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}

.ftBnr a.hs{
    border-right: 1px solid #e8e8e8;
}

.ftBnr a.hs div{
    display: block;
    width: 100%;
    margin: 0 auto 1rem auto;
    height: 58px;
    background: linear-gradient(to bottom, #7c7c7c 0%, #5f5f5f 100%);
}

.ftBnr a.mid div{ 
    display: block;
    width: 100%;
    height: 58px;
    margin: 0 auto 1rem auto;
    background: linear-gradient(to bottom, #7c7c7c 0%, #5f5f5f 100%);
}

footer{
    padding: 23px 0;
    background-color: #f6f6f6;
}

footer .logo{
    width: 269px;
    margin: 0 auto 1.5rem auto;
}

footer .logo img{
    width: 100%;
    height: auto;
}

footer .address{
    width: 100%;
    margin: 0 auto 1rem auto;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
}

footer .insta{
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto;
}

.corpAcr {
    padding: 20px 0;
    background-color: #ebebeb;
}

.corpAcr a{
    position: relative;
    display: block;
    width: 320px;
    height: 36px;
    margin: 0 auto;
    border-radius: 1px solid #d3d3d3;
    background-color: #FFF;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    text-align: center;
    line-height: 35px;
    transition: .2s;
}

.corpAcr a:hover{
    transition: .2s;
    color: #c4000f;
}

.corpAcr a::before{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 15px;
    width: 6px;
    height: 6px;
    margin : auto 0;
    border-top: 2px solid #c4000f;
    border-right: 2px solid #c4000f;
    transform: rotate(45deg);
}

.corpAcr a::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 21px;
    width: 6px;
    height: 6px;
    margin : auto 0;
    border-top: 2px solid #c4000f;
    border-right: 2px solid #c4000f;
    transform: rotate(45deg);
}

.cr{
    padding: 15px;
    font-size: 13px;
    text-align: center;
}

/* page */

.page{
    width: 100%;
    margin: 0 auto;
}

.page .header{
    position: relative;
    width: 100%;
    margin: 0 0 1rem 0;
    border-top: 1px solid #c4000f;
    padding: 0 0 10px 0;
}

.page .header a.mn{
    position: absolute;
    display: none;
    top: 28px;
    right: 25px;
    width: 324px;
    height: 58px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.3);
    transition: .3s;
}

.page .header div:hover{
    transition: .3s;
    transform: scale(1.03);
}

.page .header h1{
    width: 100%;
    margin: 0 auto 10px auto;
    font-size: 36px;
    font-weight: 900;
    line-height: 30px;
    color: #c4000f;
    letter-spacing: .1rem;
}


.page .header.mes h1 {
    margin: 0 auto 15px auto;
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
    color: #c4000f;
    letter-spacing: 0;
}

.page .header.mes.topics h1{
    font-size: 28px;
}


h1.c-pageTitle span.c-pageTitle__inner{
    margin: 0 auto 15px auto;
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
    color: #c4000f;
    letter-spacing: 0;
}

.page .header span{
    font-size: 14px;
}

.pageCtsWpr{
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px 0;
}

.pageCtsWpr h2{
    margin: 0 auto 1rem auto;
    padding: 0 0 6px 0;
    border-bottom: 1px solid #c4000f;
    font-size: 19px;
    font-weight: 700;
    color: #c4000f;
}

.pageCts .img{
    width: 90%;
    margin: 0 auto 1rem auto;
}

.pageCts .img img{
    width: 100%;
    height: auto;
    margin: 5px 0 0 0;
}

.pageCts .body{
    width: 100%;
}


.pageCts.flex .body{
    width: 100%;
}

.pageCts.p2 .body{
    width: 100%;
}

.pageCts .body p{
    margin: 0 0 1rem 0;
    font-size: 14px;
    line-height: 23px;
}

.pageFtrBtn{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 20px 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.pageFtrBtnWpr{
    position: relative;
    display: block;
    width: 49%;
    margin: 0 3px;
    padding: 10px 10px;
    background-color: #c4000f;
    overflow: hidden;
    transition: .2s;
}

.pageFtrBtnWpr a{
    position: absolute;
    display: block;
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
    padding: 14px 30px;
    overflow: hidden;
    z-index: 600;
}


.pageFtrBtnWpr::before{
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    top: -10px;
    left: -10px;
    background-color: #FFF;
    transform: rotate(45deg);
}

.pageFtrBtnWpr::after{
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(135deg);
}

.pageFtrBtnWpr span{
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 14px;
    margin: 0 0 0 0;
    color: #FFF;
    opacity: .7;
    text-align: center;
}

.pageFtrBtnWpr p{
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 27px;
    color: #FFF;
    text-align: center;
}

.pageFtrBtnWpr p span{
    display: inline-block;
    font-size: 20px;
    line-height: 27px;
    font-weight: 900;
    opacity: 1;
}

.message{
    border-bottom: 1px solid #e8e8e8;
}

.message .cover{
    position: relative;
    width: 100%;
    margin: 0 0 125px 0;
}

.message .cover .img{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.message .cover .img img{
    width: 100%;
    height: auto;
}

.message .cover .president{
    position: absolute;
    bottom: -100px;
    right: 0;
    left: 0;
    width: 300px;
    height: 110px;
    margin: 0 auto;
    padding: 10px;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.message .cover .president p{
    margin: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #a9a594;
    line-height: 20px;
    letter-spacing: .3rem;
    text-align: center;
}

.message .cover .president p:first-child{
    margin: 0 0 10px 0;
    line-height: 20px;
}

.message .cover .president p span{
    margin: 0;
    letter-spacing: -0.025rem;
}

.message .cover .president span{
    display: block;
    margin: 0 0 0 0;
    font-size: 13px;
    font-weight: 700;
    color:#c4000f;
    text-align: center;
}

.message .cover .president div{
    font-size: 30px;
    font-weight: 900;
    color:#333;
    text-align: center;
    line-height: 40px;
}

.message .leed{
    margin: 0 0 30px 0;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    color:#c4000f;
}

.message .body{
    width: 100%;
    margin: 0 auto 40px auto;
}

.message .body p{
    margin: 0 0 1rem 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
}

.mesFtr{
    padding: 1.5rem 0 0 0;
}

.mesFtr p,
.mesFtr div{
    text-align: right;
    line-height: 10px;
}

.mesFtr div{
    font-size: 27px;
    font-weight: 900;
}

.mesFtr div span{
    display: inline-block;
    margin: 0 15px 0 0;
    font-size: 14px;
    font-weight: 700;
}

.pageCtsWpr .num{
    padding: 0 0 1.5rem 0;
    border-bottom: 1px solid #e8e8e8;
}

.pageCtsWpr .num .unit h2{
    position: relative;
    display: inline-block;
    margin: 0 auto 0 auto;
    padding: 3px 15px 4px 15px;
    background-color: #333333;
    font-family: "Oswald", 'Noto Sans JP', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #FFF;
    overflow: hidden;
    border-bottom: 0 solid #FFF;
}

.pageCtsWpr .num .unit h2 span{
    margin: 0 4px;
    font-weight: 900;
    color: #00a6ea;
}

.pageCtsWpr .num .unit h2::before{
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    top: -5px;
    left: -5px;
    background-color: #FFF;
    transform: rotate(45deg);
}

.pageCtsWpr .num .unit h2::after{
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    bottom: -5px;
    right: -5px;
    background-color: #FFF;
    transform: rotate(45deg);
}

.pageCtsWpr .unit{
    margin: 0 auto 15px auto;
}

.pageCtsWpr .num .unit{
    margin: 0 0 15px 0;
}

.pageCtsWpr .num .unit p{
    font-size: 14px;
    line-height: 23px;
}

.pageCtsWpr.story{
    margin: 0 0 2rem 0;
}

.story .cover{
    display: flex;
    justify-content: space-between;
    margin: 0 0 1.5rem 0;
}

.story .cover .img{
    width: 45%;
}

.story .cover .img img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.story .cover .staff{
    width: 54%;
    padding: 0 0 0 .5rem;
}

.story .cover .staff p{
    margin: 0 0 1rem 0;
    font-family: "Oswald", 'Noto Sans JP', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #c4000f;
}

.story .cover .staff div.leed{
    margin: 0 0 15px 0;
    font-size: 19px;
    font-weight: 900;
    line-height: 26px;
}

.story .cover .staff div.info{
    padding: 0 0 0 12px;
    border-left: 3px solid #c4000f;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
}

.story .body p{
    margin: 0 0 1rem 0;
    font-size: 16px;
    line-height: 26px;

}

.info table{
    width: 100%;
}

.info table tbody tr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info table tbody tr td{
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 23px;
    color: #333;
}

.info table tbody tr td:first-child{
    width: 100%;
    color: #333;
    font-weight: 700;
    background-color: #f5f5f5;
        border: 0px solid #CCC;
}

.info table tbody tr td:last-child{
    border: 0px solid #CCC;
    border-top: 0px solid #CCC;
}


.info table tbody tr td:first-child p{
    padding: 0 0 0 10px;
    border-left: 3px solid #c4000f;
}

.info table tbody tr td div{
    margin: 0 0 10px 0;
    padding: 0 0 0 14px;
}

/* single */

.single{
    width: 100%;
    margin: 0 auto;
}

.single .header{
    position: relative;
    width: 90%;
    margin: 0 auto 1rem auto;
    padding: 10px 0 0 0;
    border-top: 3px solid #c4000f;
}

.page .header{
    position: relative;
    border-top: 3px solid #c4000f;
}

.page .header.topics .mn{
    display: none;
}

.page .header nav.bread ul,
.single .header nav.bread ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 2rem auto;
}

.page .header nav.bread ul li a,
.single .header nav.bread ul li a{
    position: relative;
    display: block;
    margin: 0 25px 0 0;
    font-size: 13px;
    color: #999999;
}

.page .header nav.bread ul li a::after,
.single .header nav.bread ul li a::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: -15px;
    width: 5px;
    height: 5px;
    margin: auto 0;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
}

.page .header nav.bread ul li:last-child a::after,
.single .header nav.bread ul li:last-child a::after{
    display: none;
}

.single .header div{
    position: absolute;
    display: none;
    top: 28px;
    right: 25px;
    width: 324px;
    height: 58px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.3);
    transition: .3s;
}

.single .header div:hover{
    transition: .3s;
    transform: scale(1.03);
}

.single article{
    width: 90%;
    margin: 0 auto;
    padding: 0 0 10px 0;
}

.single article .atclHeader{
    margin: 0 0 1rem 0;
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #e7e7e7;
}

.single article .atclHeader .date{
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    color: #333;
    letter-spacing: .1rem;
}

.single article .atclHeader h1{
    margin: 0 0 .4rem 0;
    font-size: 23px;
    font-weight: 900;
    line-height: 32px;
}

.single article .atclHeader .cat{
    display: inline-block;
    margin: 0 0 4px 0;
    padding: 6px 8px 7px 8px;
    background-color: #c4000f;
    font-size: 13px;
    line-height: 13px;
    color: #FFF;
    text-align: center;
    border-radius: 2px;
}

.single article .body .thumb{
    margin: 0 auto 1.5rem auto;
    border-radius: 10px;
    overflow: hidden;
}

.single article .body .thumb img{
    width: 100%;
    height: auto;
}

.single article .body p{
    margin: 0 0 1rem 0;
    font-size: 14px;
    line-height: 23px;
}

.single article .body h2{
    margin: 0 0 1rem 0;
    padding: 1rem 0 0 0;
    font-size: 23px;
    font-weight: 700;
}

.single article .body h3{
    margin: 0 0 1rem 0;
    padding: 1rem 0 0 0;
    font-size: 20px;
    font-weight: 700;
}

/* archive */

.pageCtsWpr .archive{
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #e8e8e8;
}

.archive ul{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 15px auto;
    z-index: 100;
}

.archive ul li{
    width: 100%;
    max-width: 340px;
    margin: 0 auto 1.3rem auto;
    background-color: #FFF;
    box-shadow: 0 0 7px rgba(0,0,0,.2);
}

.archive ul li a{
    display: block;
}

.archive ul li a .img{
    width: 100%;
}

.archive ul li a .img img{
    width: 100%;
    height: auto;
}

.archive ul li a .body{
    width: 100%;
    padding: 10px;
}

.archive ul li a .body span.cat{
    display: inline-block;
    margin: 0 0 4px 0;
    padding: 3px 8px 4px 8px;
    background-color: #c4000f;
    font-size: 13px;
    line-height: 13px;
    color: #FFF;
    text-align: center;
    border-radius: 2px;
    letter-spacing: .1rem;
}

.archive ul li a .body p{
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #333;
}

.archive ul li a .body span.date{
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    color: #999999;
    letter-spacing: .1rem;
}


/* pager */

.pager{
    width: 100%;
}

.pager nav ul{
    display: flex;
    justify-content: center;
}

.pager nav ul li{
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    border: 1px solid #c4000f;
    border-radius: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #c4000f;
    overflow: hidden;
}

.pager nav ul li a{
    display: block;
    background-color: #c4000f;
    color: #FFF;
}


/* sideMenu */

aside h1{
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 43px 0 30px;
}

aside .round{
    width: 170px;
    height: 26px;
    margin: 0 auto 40px auto;
    background-color: #333333;
    border-radius: 13px;
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 25px;
    letter-spacing: .1rem;
}

nav.gMenu{
    margin: 0 0 25px 0;
}

nav.gMenu ul li a{
    position: relative;
    display: block;
    width: 100%;
    height: 63px;
    margin: 0 0 1px 0;
    padding: 3px 30px;
    background-color: #c4000f;
    overflow: hidden;
    transition: .2s;
}


nav.gMenu ul li a::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);
}

nav.gMenu ul li a span{
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 2px 0;
    color: #FFF;
    opacity: .7;
    letter-spacing: .1rem;
}

nav.gMenu ul li a p{
    font-size: 22px;
    line-height: 22px;
    color: #FFF;
}

nav.gMenu ul li a p span{
    font-size: 22px;
    line-height: 22px;
    font-weight: 900;
    opacity: 1;
}

nav.sMenu{
    margin: 0 0 30px 0;
    padding: 0 33px 0 52px;
}

nav.sMenu ul li{
    font-size: 15px;
    margin: 0 0 15px 0;
    font-weight: 700;
    color: #333;
}

nav.sMenu ul li a{
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    transition: .3s;
}

nav.sMenu ul li a:hover{
    transition: .3s;
    color: #c4000f;
}

nav.sMenu ul li a::before{
    position: absolute;
    display: block;
    content: "";
    top: 1px;
    bottom: 0;
    left: -15px;
    height: 19px;
    width: 1px;
    margin: auto 0;
    background-color: #c4000f;
}

nav.sMenu ul li a::after{
    position: absolute;
    display: block;
    content: "";
    top: 1px;
    bottom: 0;
    left: -26px;
    height: 1px;
    width: 11px;
    margin: auto 0;
    background-color: #c4000f;
}

.coprAcr{
    width: 260px;
    margin: 0 auto;
    padding: 0 0 3rem 0;
}

.coprAcr span{
    position: relative;
    display: block;
    width: 100%;
    height: 20px;
    margin: 0 0 10px 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    text-align: center;
}

.coprAcr span::before{
    position: absolute;
    display: block;
    content: "";
    top: -2px;
    left: 10px;
    width: 2px;
    height: 20px;
    background-color: #707070;
    transform: skewX(30deg);
}

.coprAcr span::after{
    position: absolute;
    display: block;
    content: "";
    top: -2px;
    right: 10px;
    width: 2px;
    height: 20px;
    background-color: #707070;
    transform: skewX(-30deg);
}

.coprAcr a{
    display: block;
    width: 100%;
    height: 70px;
    padding: 15px 14px 19px 11px;
    border: 1px solid #dddddd;
}

/* ハンバーガーメニュー */

.drawer{
    position: relative;
    display: block;
    width: 84px;
	height: 84px;
	margin: 0;
    z-index: 9999;
}

.drawer-hidden {
	display: none;
}

.drawer-open {
    position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
    width: 84px;
	height: 84px;
	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: #333;
}

.drawer-open span:before {
	content: "";
	display: block;
	height: 3px;
	width: 33px;
    background-color: #333;
	transition: 0.5s;
	position: absolute;
	bottom: 12px;
}

.drawer-open span:after {
	content: "";
	display: block;
	height: 3px;
	width: 33px;
    background-color: #333;
	transition: 0.5s;
	position: absolute;
	top: 12px;
}

.drawer-open.clicked span {
	background: #FFF;
}
.drawer-open.clicked span::before {
	bottom: 0;
	transform: rotate(45deg);
}
.drawer-open.clicked span::after {
	top: 0;
	transform: rotate(-45deg);
}

/* 横スライドメニュー*/

header .drawer-content{
	display: block;
}


.drawer-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 84px;/*ヘッダーの高さ*/
	left: 100%;/*向き変更*/
	transition: 0.5s;
	padding: 0 0 20px 0;
	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 10px auto;
    padding: 1rem 0 0 0;
}

.drawerNav ul.mainMenu{
    display: block;
    width: 90%;
    margin: 0 auto;
}

.drawerNav ul.mainMenu li{
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 1px auto;
    padding: 0 0 13px 0;
    background-color: #c4000f;
    border-radius: 2px;
    overflow: hidden;
}

.drawerNav ul.mainMenu li::before{
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    top: -10px;
    left: -10px;
    background-color: rgb(255, 255, 255);
    transform: rotate(45deg);
}

.drawerNav ul.mainMenu li a{
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 900;
    line-height: 19px;
    text-align: center;
    color: #FFF;
}

.drawerNav ul.mainMenu li a span{
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05rem;
    opacity: .6;
}

.drawerNav ul.subMenu{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 1rem auto;
    border-top: 1px dotted #999;
}

.drawerNav ul.subMenu li {
    display: block;
    width: 50%;
    border-bottom: 1px dotted #999;
}

.drawerNav ul.subMenu li:first-child,
.drawerNav ul.subMenu li:last-child,
.drawerNav ul.subMenu li:nth-child(2){
    width: 100%;
    text-align: center;
}

.drawerNav ul.subMenu li:nth-child(3),
.drawerNav ul.subMenu li:nth-child(5){
    border-right: 1px dotted #999;
}

.drawerNav ul.subMenu li a{
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 12px;
    color: #333;
    text-align: center;
}

.recMenu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 324px;
    margin: 0 auto;
}

.recMenu a.mynavi{
    display: block;
    width: 324px;
    height: 58px;
    margin: 0 auto .5em auto;
}

.recMenu a.norm{
    display: block;
    width: 49%;
    height: 44px;
    background: linear-gradient(to bottom, #7c7c7c 0%, #5f5f5f 100%);
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 42px;
}



.drawerNav ul.mainMenu li:last-child a{
    border-bottom: 0px dotted #CCC;
}

.drawer-content-wrap .recBtn{
    margin: 0 auto;
    width: 220px;
    height: 150px;
    background-color: #b8010f;
}

.drawer-content-wrap .recBtn a{
    position: relative;
    display: block;
    width: 100%;
    height: 77px;
    padding: 12px 0 0 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #FFF;
    z-index: 120;
}

.drawer-content-wrap .recBtn a span{
    margin: 0 0 0 5px;
    font-size: 22px;
    vertical-align: -4px;;
}

.drawer-content-wrap .recBtn p{
    width: 200px;
    height: 34px;
    bottom: 0;
    border-top: 1px solid #d64d57;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    z-index: 110;
}

.slideBtn{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 2rem auto;
    text-align: center;
}

.slideBtn .mn{
    display: block;
    width: 100%;
    margin: 0 auto 1rem auto;
}

.slideBtn .mn img{
    display: block;
    width: 100%;
    height: auto;
}

.slideBtn .hs{
    display: block;
    width: 47%;
    height: 44px;
    background: linear-gradient(to bottom, #7c7c7c 0%, #5f5f5f 100%);
    color: #FFF;
    line-height: 42px;
}

.slideBtn a.mid{
    display: block;
    width: 48%;
    height: 44px;
    background: linear-gradient(to bottom, #7c7c7c 0%, #5f5f5f 100%);
    color: #FFF;
    line-height: 42px;
}

.contactWpr table{
    width: 100%;
    margin: 0 auto 60px auto;
}

.contactWpr table tr{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contactWpr table tr td{
    border: 0px dotted #cccccc;
}

.contactWpr table tr td:first-child{
    position: relative;
    width: 100%;
    padding: 10px;
    vertical-align: top;
    background-color: #faf9f9;

}

.contactWpr table tr td:last-child{
    position: relative;
    width: 100%;
    padding: 13px 0;
}

.contactWpr table tr td:first-child p{
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.contactWpr table tr td:first-child span{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 13px;
    height: 25px;
    margin: auto 0;
    font-size: 13px;
    color:#c4000f;
    padding: 5px 6px;
    border-radius: 2px;
    line-height: 13px;
    border: 1px solid #c4000f;
}

.contactWpr table tr td input{
    width: 100%;
}


.pc{
	display: none !important;
}

}

@media screen and (min-width:1050px){

img{
	display: block;
	width: 100%;
	height: auto;
}

body{
	position: relative;
    color: #333333;
}

/* layout */

.bodyWpr{
    position: relative;
    /*
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: stretch; 
    */
    width: 1300px;
    height: 100%;
    margin: 0 auto;
}

main{
    position: relative;
    width: 970px;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    background-color: #FFF;
    z-index: 10;
}

aside{
    display: block;
    position: relative;
    width: 330px;
    padding: 45px 0 0 0;
    background-color: #FFF;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    z-index: 20;
}

/* front */

.fv{
    position: relative;
    width: 100%;
    height: 933px;
    padding: 760px 0 0 0;
    background-image: url('https://recruit.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/mainImage.webp');
    background-size: cover;
    border-bottom: 14px solid #a9a594;
}

.fv .mynavi{
    position: absolute;
    display: block;
    top: 28px;
    right: 25px;
    width: 324px;
    height: 58px;
    box-shadow: 10px 10px 20px rgba(0,0,0,.3);
    transition: .3s;
}

.fv .mynavi:hover{
    transition: .3s;
    transform: scale(1.03);
}

.fv .img{
    position: absolute;
    top: 280px;
    left: 0;
    right: 0;
    width: 429px;
    height: 450px;
    margin: 0 auto;
}

.fv .fvBtn{
    position:relative;
    display: block;
    width: 475px;
    height: 92px;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 46px;
    background-color: #c4000f;
    box-shadow: 10px 10px 20px rgba(0,0,0,.3);
    transition: .2s;
}

.fv .fvBtn:hover{
    transition: .2s;
    background-color: #b8010f;
}

.fv .fvBtn::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 35px;
    width: 23px;
    height: 23px;
    margin: auto 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}

.fv .fvBtn span{
    display: block;
    margin: 0 0 3px 0;
    font-size: 14px;
    text-align: center;
    color: #FFF;
    line-height: 14px;
    letter-spacing: .08rem;
    opacity: .8;
}

.fv .fvBtn p{
    width :100%;
    display: inline-block;
    font-size: 33px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
}

.fv .fvBtn p span{
    display: inline-block;
    font-size: 33px;
    font-weight: 900;
    color: #FFF;
    opacity: 1;
}


.fTopics{
    position: relative;
    width: 100%;
    padding: 60px 55px 70px 55px;
    background-color: #f6f6f4;
}

.fTopics .ttlEn{
    margin: 0 0 20px 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 50px;
    font-weight: 900;
    color: #cccccc;
    line-height: 50px;
    letter-spacing: .8rem;
}

.fTopics .rect{
    position: absolute;
    display: block;
    top: 55px;
    right: 0;
    width: 120px;
    height: 120px;
    background-color: #e1e1e0;
    z-index: 90;
}

.fTopics ul{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px auto;
    z-index: 100;
}

.fTopics ul li{
    width: 32%;
    background-color: #FFF;
    box-shadow: 0 0 7px rgba(0,0,0,.2);
}

.fTopics ul li a{
    display: block;
}

.fTopics ul li a .body{
    padding: 15px 13px;
}

.fTopics ul li a .body span.cat{
    display: inline-block;
    margin: 0 0 4px 0;
    padding: 3px 8px 4px 8px;
    background-color: #c4000f;
    font-size: 13px;
    line-height: 13px;
    color: #FFF;
    text-align: center;
    border-radius: 2px;
    letter-spacing: .1rem;
}

.fTopics ul li a .body p{
    margin: 0 0 3px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #333;
}

.fTopics ul li a .body span.date{
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    color: #999999;
    letter-spacing: .1rem;
}

.fTopics .mBtn{
    display: block;
    width: 175px;
    height: 36px;
    margin: 0 auto;
    padding: 0 0 0 5px;
    border-radius: 18px;
    background-color: #c4000f;
    font-size: 15px;
    font-weight: 700;
    line-height: 36px;
    color: #FFF;
    text-align: center;
    transition: .2s;
}

.fTopics .mBtn:hover{
    transition: .2s;
    opacity: .8;
}

.fTopics .mBtn span{
    margin: 0 0 0 5px;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    vertical-align: -6px;
}

.fService{
    position: relative;
    width: 100%;
    padding: 60px 55px 70px 55px;
}

.fService .title{
    margin: 0 0 20px 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 50px;
    font-weight: 900;
    color: #cccccc;
    line-height: 50px;
    letter-spacing: .8rem;
    text-align: right;
}


.fService .rect{
    position: absolute;
    display: block;
    top: 55px;
    left: 0;
    width: 120px;
    height: 120px;
    background-color: #e1e1e0;
    z-index: 90;
}

.fService .img{
    position: relative;
    z-index: 100;
    margin: 0 0 55px 0;
}

.fService .body{
    position: relative;
    margin: 0 0 35px 0;
    z-index: 200;
}

.fService .leed{
    position: absolute; 
    top: -105px;
    left: 0;
    width: 375px;
    height: 95px;
    background-color: #FFF;
    font-size: 45px;
    color: #333;
    line-height: 95px;
}

.fService .leed span{
    font-weight: 900;
    color:#c4000f;
}

.fService p{
    font-size: 15px;
    line-height: 27px;
}

.fService a.mBtn.left{
    display: block;
    width: 175px;
    height: 36px;
    padding: 0 0 0 5px;
    border-radius: 18px;
    background-color: #c4000f;
    font-size: 15px;
    font-weight: 700;
    line-height: 36px;
    color: #FFF;
    text-align: center;
    transition: .2s;
}

.fService a.mBtn.left:hover{
    transition: .2s;
    opacity: .8;
}

.fService a.mBtn.left span{
    margin: 0 0 0 5px;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    vertical-align: -6px;
}

.fStory{
    position: relative;
    width: 100%;
    padding: 70px 55px 70px 55px;
    background-color: #f6f6f4;
}

.fStory .title{
    position: absolute;
    top: -25px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 50px;
    font-weight: 900;
    color: #a9a594;
    line-height: 50px;
    letter-spacing: .3rem;
    text-align: right;
}

.fStory ul{
    list-style-type: none !important;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 45px auto;
    padding: 0 !important;
}

.fStory ul li{
    width: 23%;
}

.fStory ul li a .img{
    margin: 0 0 15px 0;
}

.fStory ul li a .img img{
    width: 100%;
    height: auto;
}

.fStory ul li a .body{
    padding: 0 0 0 14px;
    border-left: 1px solid #cccccc;
}

.fStory ul li a .body span{
    display: block;
    margin: 0 0 .6rem 0;
    font-size: 27px;
    font-weight: 900;
    line-height: 27px;
    color: #333;
}

.fStory ul li a .body p{
    font-size: 14px;
    line-height: 22px;
    color: #333;
}

.fStory a.sBtn{
    display: block;
    width: 270px;
    height: 36px;
    margin: 0 auto;
    padding: 0 0 0 5px;
    border-radius: 18px;
    background-color: #c4000f;
    font-size: 15px;
    font-weight: 700;
    line-height: 36px;
    color: #FFF;
    text-align: center;
    transition: .2s;
}

.fStory a.sBtn:hover{
    transition: .2s;
    opacity: .8;
}

.fStory a.sBtn span{
    margin: 0 0 0 5px;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    vertical-align: -6px;
}

/* footer */

.ftBnr{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 50px 35px;
}

.ftBnr .mynavi{
    position: relative;
    display: block;
    width: 375px;
    padding: 25px;
    border-right: 1px solid #e8e8e8;
}

.ftBnr .mynavi img{
    transition: .2s;
}

.ftBnr .mynavi img:hover{
    transition: .2s;
    transform: scale(1.02);
}

.ftBnr .mynavi p{
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    width: 200px;
    height: 23px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    color: #00a6ea;
    text-align: center;
    overflow: hidden;
}

.ftBnr .mynavi p::before{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0px;
    width: 5px;
    height: 30px;
    border-left: 2px solid #00a6ea;
    border-right: 2px solid #00a6ea;
    transform: rotate(-35deg);
}

.ftBnr .mynavi p::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0px;
    width: 5px;
    height: 30px;
    border-left: 2px solid #00a6ea;
    border-right: 2px solid #00a6ea;
    transform: rotate(35deg);
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.ftBnr a{
    position: relative;
    display: block;
    padding: 25px;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    transition: .2s;
}

.ftBnr .mynavi img{
    position: relative;
    display: block;
    z-index: 400;
}

.ftBnr .mynavi a{
    position: absolute;
    display: block;
    top: 23px;
    left: 25px;
    width: 323px;
    height: 58px;
    z-index: 500;
}

.ftBnr a:hover{
    transition: .2s;
    transform: scale(1.02);
}

.ftBnr a div{
    position: relative;
    line-height: 58px;
    text-align: center;
}

.ftBnr a div::after{
    position: absolute;
    display: block;
    content: "";
    top: 1px;
    bottom: 0;
    right: 15px;
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}

.ftBnr a.hs{
    border-right: 1px solid #e8e8e8;
}

.ftBnr a.hs div{
    display: block;
    width: 275px;
    height: 58px;
    background: linear-gradient(to bottom, #7c7c7c 0%, #5f5f5f 100%);
}

.ftBnr a.mid div{ 
    display: block;
    width: 145px;
    height: 58px;
    background: linear-gradient(to bottom, #7c7c7c 0%, #5f5f5f 100%);
}

footer{
    display: flex;
    justify-content: space-between;
    padding: 37px 45px;
    background-color: #f6f6f6;
}

footer .logo{
    width: 269px;
}

footer .address{
    width: 560px;
    padding: 0 0 0 45px;
    font-size: 14px;
    line-height: 23px;
}

.corpAcr {
    padding: 27px 0;
    background-color: #ebebeb;
}

.corpAcr a{
    position: relative;
    display: block;
    width: 365px;
    height: 36px;
    margin: 0 auto;
    border-radius: 1px solid #d3d3d3;
    background-color: #FFF;
    border-radius: 18px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-align: center;
    line-height: 35px;
    transition: .2s;
}

.corpAcr a:hover{
    transition: .2s;
    color: #c4000f;
}

.corpAcr a::before{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 15px;
    width: 6px;
    height: 6px;
    margin : auto 0;
    border-top: 2px solid #c4000f;
    border-right: 2px solid #c4000f;
    transform: rotate(45deg);
}

.corpAcr a::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 21px;
    width: 6px;
    height: 6px;
    margin : auto 0;
    border-top: 2px solid #c4000f;
    border-right: 2px solid #c4000f;
    transform: rotate(45deg);
}

.cr{
    padding: 20px;
    font-size: 13px;
    text-align: center;
}

/* page */

.page .header{
    position: relative;
    width: 100%;
    border-top: 7px solid #c4000f;
    padding: 70px 40px 90px 40px;
}

.page .header div{
    position: absolute;
    display: block;
    top: 28px;
    right: 25px;
    width: 324px;
    height: 58px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.3);
    transition: .3s;
}

.page .header div.p-breadcrumb{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
}

.single .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: block;
}

.page .header a.mn{
    position: absolute;
    display: block;
    top: 28px;
    right: 25px;
    width: 324px;
    height: 58px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.3);
    transition: .3s;
}

.page .header a.mn:hover{
    transition: .3s;
    transform: scale(1.03);
}

.page .header h1{
    margin: 0 auto 15px auto;
    font-size: 60px;
    font-weight: 900;
    line-height: 60px;
    color: #c4000f;
    letter-spacing: .5rem;
}


.page .header.mes h1{
    margin: 0 auto 15px auto;
    font-size: 40px;
    font-weight: 900;
    line-height: 60px;
    color: #c4000f;
    letter-spacing: 0;
}

.page .header.mes.topics h1{
    padding: 40px 0 0 0;
}


.page .header span{
    font-size: 19px;
}

.pageCtsWpr{
    padding: 0 40px 40px 40px;
}

.pageCtsWpr h2{
    margin: 0 auto 50px auto;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #c4000f;
    font-size: 24px;
    font-weight: 700;
    color: #c4000f;
}


.pageCts.flex{
    display: flex;
    justify-content: space-between;
}

.rsv{
    flex-direction: row-reverse;
}

.pageCts .img{
    width: 350px;
    margin: 5px 0 0 0;
}

.pageCts .body{
    width: 100%;
}

.pageCts.p2 .img{
    width: 270px;
    margin: 5px 0 0 0;
}


.pageCts.flex .body{
    width: 500px;
}

.pageCts.p2 .body{
    width: 580px;
}

.pageCts .body p{
    margin: 0 0 1rem 0;
    font-size: 17px;
    line-height: 33px;
}

.pageFtrBtn{
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto 50px auto;
    padding: 30px 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.pageFtrBtnWpr{
    position: relative;
    display: block;
    width: 335px;
    height: 93px;
    margin: 0 15px;
    padding: 14px 30px;
    background-color: #c4000f;
    overflow: hidden;
    transition: .2s;
    z-index: 500;
}

.pageFtrBtnWpr a{
    position: absolute;
    display: block;
    width: 335px;
    height: 93px;
    top: 0;
    left: 0;
    padding: 14px 30px;
    overflow: hidden;
    z-index: 600;
}


.pageFtrBtnWpr:hover{
    opacity: .8;
    transition: .2s;
}

.pageFtrBtnWpr::before{
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    top: -10px;
    left: -10px;
    background-color: #FFF;
    transform: rotate(45deg);
}

.pageFtrBtnWpr::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);
}

.pageFtrBtnWpr span{
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 8px 0;
    color: #FFF;
    opacity: .7;
    letter-spacing: .1rem;
}

.pageFtrBtnWpr p{
    font-size: 27px;
    line-height: 27px;
    color: #FFF;
}

.pageFtrBtnWpr p span{
    font-size: 27px;
    line-height: 27px;
    font-weight: 900;
    opacity: 1;
}

.message{
    border-bottom: 1px solid #e8e8e8;
}

.message .cover{
    position: relative;
    width: 100%;
    margin: 0 0 95px 0;
}

.message .cover .img{
    width: 65%;
    border-radius: 10px;
    overflow: hidden;
}

.message .cover .president{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 395px;
    height: 195px;
    margin: auto 0;
    padding: 35px;
    background-color: #FFF;
    box-shadow: 5px 5px 10px rgba(0,0,0,.1);
}

.message .cover .president p{
    margin: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #a9a594;
    letter-spacing: .3rem;
    line-height: 17px;
}

.message .cover .president p:first-child{
    margin: 0 0 15px 0;
    line-height: 40px;
}

.message .cover .president p span{
    margin: 0;
    letter-spacing: -0.025rem;
}

.message .cover .president span{
    display: inline-block;
    margin: 0 0 5px 0;
    font-size: 17px;
    font-weight: 700;
    color:#c4000f;
}

.message .cover .president div{
    font-size: 37px;
    font-weight: 900;
    color:#333;
}

.message .leed{
    margin: 0 0 70px 0;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    color:#c4000f;
}

.message .body{
    width: 700px;
    margin: 0 auto 40px auto;
}

.message .body p{
    margin: 0 0 1.5rem 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 32px;
}

.mesFtr{
    padding: 1.5rem 0 0 0;
}

.mesFtr p,
.mesFtr div{
    text-align: right;
    line-height: 10px;
}

.mesFtr div{
    font-size: 30px;
    font-weight: 900;
}

.mesFtr div span{
    display: inline-block;
    margin: 0 15px 0 0;
    font-size: 19px;
    font-weight: 700;
}

.pageCtsWpr .num{
    border-bottom: 1px solid #e8e8e8;
}

.pageCtsWpr .num .unit h2{
    position: relative;
    display: inline-block;
    margin: 0 auto 15px auto;
    padding: 5px 20px 8px 20px;
    background-color: #333333;
    font-family: "Oswald", 'Noto Sans JP', sans-serif;
    font-size: 35px;
    font-weight: 400;
    color: #FFF;
    overflow: hidden;
    border-bottom: 0 solid #FFF;
}

.pageCtsWpr .num .unit h2 span{
    margin: 0 4px;
    font-weight: 900;
    color: #00a6ea;
}

.pageCtsWpr .num .unit h2::before{
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    top: -10px;
    left: -10px;
    background-color: #FFF;
    transform: rotate(45deg);
}

.pageCtsWpr .num .unit h2::after{
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    bottom: -10px;
    right: -10px;
    background-color: #FFF;
    transform: rotate(45deg);
}

.pageCtsWpr .unit{
    margin: 0 auto 50px auto;
}

.pageCtsWpr .num .unit{
    margin: 0 0 35px 0;
}

.pageCtsWpr .num .unit p{
    font-size: 15px;
    line-height: 26px;
}

.pageCtsWpr.story{
    margin: 0 0 5rem 0;
}

.story .cover{
    display: flex;
    justify-content: space-between;
    margin: 0 0 3.5rem 0;
}

.story .cover .img{
    width: 290px;
    border-radius: 10px;
    overflow: hidden;
}

.story .cover .staff{
    width: 550px;
    padding: 60px 0 0 0;
}

.story .cover .staff p{
    margin: 0 0 30px 0;
    font-family: "Oswald", 'Noto Sans JP', sans-serif;
    font-size: 62px;
    font-weight: 700;
    color: #c4000f;
}

.story .cover .staff div.leed{
    margin: 0 0 15px 0;
    font-size: 31px;
    font-weight: 900;
    line-height: 45px;
}

.story .cover .staff div.info{
    padding: 0 0 0 12px;
    border-left: 3px solid #c4000f;
    font-size: 17px;
    font-weight: 700;
    line-height: 29px;
}

.story .body p{
    margin: 0 0 1rem 0;
    font-size: 16px;
    line-height: 26px;

}

.info table{
    width: 100%;
    border-top: 1px solid #CCC;
}

.info table tbody tr td{
    padding: 20px 10px;
    border: 0px solid #CCC;
    border-bottom: 1px solid #CCC;
    font-size: 14px;
    line-height: 23px;
    color: #333;
}

.info table tbody tr td:first-child{
    width: 200px;
}

.info table tbody tr td:first-child p{
    padding: 0 0 0 10px;
    border-left: 3px solid #c4000f;
}

.info table tbody tr td div{
    margin: 0 0 10px 0;
    padding: 0 0 0 14px;
}

/* single */

.single .header{
    position: relative;
    width: 100%;
    border-top: 7px solid #c4000f;
    padding: 25px 40px 60px 25px;
}

.page .header{
    position: relative;
    width: 100%;
    border-top: 7px solid #c4000f;
    padding: 0 40px 60px 40px;
}

.page .header nav.bread ul,
.single .header nav.bread ul{
    display: flex;
}

.page .header nav.bread ul{
    margin: 0 0 3rem 0;
}

.page .header nav.bread ul li a,
.single .header nav.bread ul li a{
    position: relative;
    display: block;
    margin: 0 25px 0 0;
    font-size: 13px;
    color: #999999;
}

.page .header nav.bread ul li a::after,
.single .header nav.bread ul li a::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: -15px;
    width: 5px;
    height: 5px;
    margin: auto 0;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
}

.page .header nav.bread ul li:last-child a::after,
.single .header nav.bread ul li:last-child a::after{
    display: none;
}

.single .header a.mn{
    position: absolute;
    display: block;
    top: 28px;
    right: 25px;
    width: 324px;
    height: 58px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.3);
    transition: .3s;
}

.single .header a.mn:hover{
    transition: .3s;
    transform: scale(1.03);
}

.single article{
    padding: 0 105px 40px 105px;
}

.single article .atclHeader{
    margin: 0 0 3rem 0;
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #e7e7e7;
}

.single article .atclHeader .date{
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    color: #333;
    letter-spacing: .1rem;
}

.single article .atclHeader h1{
    margin: 0 0 .4rem 0;
    font-size: 28px;
    font-weight: 900;
    line-height: 39px;
}

.single article .atclHeader .cat{
    display: inline-block;
    margin: 0 0 4px 0;
    padding: 6px 8px 7px 8px;
    background-color: #c4000f;
    font-size: 13px;
    line-height: 13px;
    color: #FFF;
    text-align: center;
    border-radius: 2px;
}

.single article .body .thumb{
    margin: 0 auto 3rem auto;
    border-radius: 10px;
    overflow: hidden;
}

.single article .body p{
    margin: 0 0 1rem 0;
    font-size: 15px;
    line-height: 30px;
}

.single article .body h2{
    margin: 0 0 2rem 0;
    padding: 2rem 0 0 0;
    font-size: 23px;
    font-weight: 700;
}

.single article .body h3{
    margin: 0 0 2rem 0;
    padding: 2rem 0 0 0;
    font-size: 20px;
    font-weight: 700;
}

/* archive */

.pageCtsWpr .archive{
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #e8e8e8;
}

.archive ul{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 30px auto;
    z-index: 100;
}

.archive ul li{
    width: 32%;
    margin: 0 0 1.6rem 0;
    background-color: #FFF;
    box-shadow: 0 0 7px rgba(0,0,0,.2);
}

.archive ul li a{
    display: block;
}

.archive ul li a .body{
    padding: 15px 13px;
}

.archive ul li a .body span.cat{
    display: inline-block;
    margin: 0 0 4px 0;
    padding: 3px 8px 4px 8px;
    background-color: #c4000f;
    font-size: 13px;
    line-height: 13px;
    color: #FFF;
    text-align: center;
    border-radius: 2px;
    letter-spacing: .1rem;
}

.archive ul li a .body p{
    margin: 0 0 3px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #333;
}

.archive ul li a .body span.date{
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    color: #999999;
    letter-spacing: .1rem;
}


/* pager */

.pager{
    width: 100%;
}

.pager nav ul{
    display: flex;
    justify-content: center;
}

.pager nav ul li{
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    border: 1px solid #c4000f;
    border-radius: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #c4000f;
    overflow: hidden;
}

.pager nav ul li a{
    display: block;
    background-color: #c4000f;
    color: #FFF;
}


/* sideMenu */

aside h1{
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 43px 0 30px;
}

aside .round{
    width: 170px;
    height: 26px;
    margin: 0 auto 40px auto;
    background-color: #333333;
    border-radius: 13px;
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 25px;
    letter-spacing: .1rem;
}

nav.gMenu{
    margin: 0 0 45px 0;
}

.archive aside nav.gMenu ul,
.archive aside nav.sMenu ul{
    display: block;
}

.archive aside nav.gMenu ul li{
    margin: 0;
    width: 100%;
    box-shadow: none;
}
.archive aside nav.sMenu ul li{
    width: 100%;
    font-size: 18px;
    margin: 0 0 40px 0;
    font-weight: 700;
    color: #333;
    box-shadow: none;
}

nav.gMenu ul li a{
    position: relative;
    display: block;
    width: 100%;
    height: 93px;
    margin: 0 0 1px 0;
    padding: 14px 30px;
    background-color: #c4000f;
    overflow: hidden;
    transition: .2s;
}

nav.gMenu ul li a:hover{
    opacity: .8;
    transition: .2s;
}

nav.gMenu ul li a::before{
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    top: -10px;
    left: -10px;
    background-color: #FFF;
    transform: rotate(45deg);
}

nav.gMenu ul li a::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);
}

nav.gMenu ul li a span{
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 8px 0;
    color: #FFF;
    opacity: .7;
    letter-spacing: .1rem;
}

nav.gMenu ul li a p{
    font-size: 27px;
    line-height: 27px;
    color: #FFF;
}

nav.gMenu ul li a p span{
    font-size: 27px;
    line-height: 27px;
    font-weight: 900;
    opacity: 1;
}

nav.sMenu{
    margin: 0 0 60px 0;
    padding: 0 33px 0 60px;
}

nav.sMenu ul li{
    font-size: 18px;
    margin: 0 0 40px 0;
    font-weight: 700;
    color: #333;
}

nav.sMenu ul li a{
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    transition: .3s;
}

nav.sMenu ul li a:hover{
    transition: .3s;
    color: #c4000f;
}

nav.sMenu ul li a::before{
    position: absolute;
    display: block;
    content: "";
    top: 1px;
    bottom: 0;
    left: -15px;
    height: 19px;
    width: 1px;
    margin: auto 0;
    background-color: #c4000f;
}

nav.sMenu ul li a::after{
    position: absolute;
    display: block;
    content: "";
    top: 1px;
    bottom: 0;
    left: -26px;
    height: 1px;
    width: 11px;
    margin: auto 0;
    background-color: #c4000f;
}

.coprAcr{
    width: 260px;
    margin: 0 auto;
    padding: 0 0 3rem 0;
}

.coprAcr span{
    position: relative;
    display: block;
    width: 100%;
    height: 20px;
    margin: 0 0 10px 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    text-align: center;
}

.coprAcr span::before{
    position: absolute;
    display: block;
    content: "";
    top: -2px;
    left: 10px;
    width: 2px;
    height: 20px;
    background-color: #707070;
    transform: skewX(30deg);
}

.coprAcr span::after{
    position: absolute;
    display: block;
    content: "";
    top: -2px;
    right: 10px;
    width: 2px;
    height: 20px;
    background-color: #707070;
    transform: skewX(-30deg);
}

.coprAcr a{
    display: block;
    width: 100%;
    height: 70px;
    padding: 15px 14px 19px 11px;
    border: 1px solid #dddddd;
}


.contactWpr table{
    width: 100%;
    margin: 0 auto 60px auto;
    border-top: 1px dotted #cccccc;
}

.contactWpr table tr td{
    border-bottom: 1px dotted #cccccc;

}

.contactWpr table tr td:first-child{
    position: relative;
    width: 285px;
    padding: 20px;
    vertical-align: top;
    background-color: #faf9f9;
}

.contactWpr table tr td:last-child{
    position: relative;
    width: calc(100% - 285px);
    padding: 13px 18px;
}

.contactWpr table tr td:first-child p{
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.contactWpr table tr td:first-child span{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 13px;
    height: 25px;
    margin: auto 0;
    font-size: 13px;
    color:#c4000f;
    padding: 5px 6px;
    border-radius: 2px;
    line-height: 13px;
    border: 1px solid #c4000f;
}



.sp{
	display: none;
}

}
