@charset "utf-8";
/* CSS Document */


/* under_kv
   ================================================================== */
.under_kv{
	margin: 0 0 0;
	position: relative;
    background: #F3F6F7;
}

.under_kv .inner{
    height: 25vw;
	display: flex;
    align-items: center;
}


/* kv
   ================================================================== */
.kv{
	margin: 0 0 0;
    padding: 4vw 0 15vw;
    position: relative;
}

@keyframes action {
    0% {
        filter: brightness(100%);
    }
    100% {
        filter: brightness(100%);
    }
}

.swiper-slide-active{
    animation: action 2.0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
}

.kv .slider_list{
	font-size: 0;
    animation: fade 3.0s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.kv .slider_list > li{
    margin: 0 5vw 3vw 0;
	width: 28vw;
    height: 28vw;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
}

.kv .slider_list > li:nth-child(3n+3){
    margin-right: 0;
}

.kv .slider_list > li:nth-of-type(n+11){
	display: none;
}

.kv .slider_list > li::before,
.kv .slider_list > li::after{
    content: "";
    background: #EA627A;
    width: 2vw;
    height: 2vw;
    position: absolute;
    top: 0;
    left: calc(100% + 1.5vw);
    border-radius: 50px;
}

.kv .slider_list > li::after{
    background: #439CD7;
    top: auto;
    bottom: 0;
}

.kv .slider_list > li:nth-child(2)::before{
    background: #33B8A4;
}

.kv .slider_list > li:nth-child(2)::after{
    background: #F6A826;
}

.kv .slider_list > li:nth-child(6)::before,
.kv .slider_list > li:nth-child(6)::after,
.kv .slider_list > li:nth-child(3)::before,
.kv .slider_list > li:nth-child(3)::after{
    display: none;
}

.kv .slider_list > li:nth-child(4)::before{
    background: #F6A826;
}

.kv .slider_list > li:nth-child(4)::after{
    background: #33B8A4;
}

.kv .slider_list > li:nth-child(5)::before{
    background: #439CD7;
}

.kv .slider_list > li:nth-child(5)::after{
    background: #EA627A;
}

.kv .swiper-slide,
.kv .swiper-slide .bg_photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.kv .text_box{
	padding: 2vw 0 6vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kv .text_box .title,
.kv .text_box .txt{
	width: 85vw;
}

.kv .text_box .title{
    line-height: 0;
}

.kv .text_box .txt{
    margin: 3vw 0 0;
    height: 8vw;
    font-size: 3.5vw;
    font-weight: 700;
    letter-spacing: 0.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F2EFE7;
    border-radius: 50px;
}


/* cv
   ================================================================== */
.cv{
    padding: 12vw 0;
	background: #F3F6F7;
}

.cv .logo{
    margin: 0 0 0;
    width: 70vw;
    line-height: 0;
}

.cv .text_box{
    padding: 4vw 0 0;
}

.cv .text_box .catch{
    font-size: 4.5vw;
    font-weight: 700;
    color: #439CD7;
}

.cv .text_box p{
    margin: 2vw 0 0;
    font-weight: 500;
}

.cv .text_box .hash_categories{
    margin: 3vw 0 0;
}

.cv .line_contact{
    margin: 6vw 0 0;
}

.cv .line_contact .ttl{
    margin: 0 0 3vw;
}

.cv .line_contact .ttl > span{
    padding: 3vw 3vw;
    font-size: 4.2vw;
    font-weight: 500;
    background: #00B900;
    color: #fff;
    border-radius: 0 50px 50px 0;
    display: inline-flex;
    box-sizing: border-box;
}

.cv .bottom_box{
    margin: 4vw 0 0;
}

.cv .qr_flex{
    display: flex;
    align-items: center;
}

.cv .qr_flex .qr{
    width: 25vw;
    line-height: 0;
}

.cv .qr_flex .qr a{
    display: block;
    line-height: 0;
}

.cv .qr_flex .qr a img{
    width: 100%;
}

.cv .qr_flex .txt{
    padding: 0 0 0 4vw;
    font-size: 3.1vw;
    font-weight: 500;
    width: calc(100% - 25vw);
    box-sizing: border-box;
}

.cv .bottom_box .site_logo{
    margin: 5vw 0 0;
    width: 70vw;
    line-height: 0;
}


/* block_title
   ================================================================== */
.block_title{
    margin: 0 0 0;
}

.block_title > span{
    display: block;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.block_title .eng{
    font-size: 7vw;
    color: #439CD7;
}

.block_title.pink .eng{
    color: #EA627A;
}

.block_title .jpn{
    margin: 2vw 0 0;
    font-size: 3.0vw;
    font-weight: 500;
}


/* index_news
   ================================================================== */
.index_news{
    padding: 10vw 0;
    background: #F6FBFF;
}

.index_news .right{
    padding: 3vw 0 0;
}

.index_news .more_btn{
    margin: 8vw 0 0;
}


/* columns_list
   ================================================================== */
.columns_list > li{
    border-bottom: 1px dashed #AECFE5;
    transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
    opacity: 1;
    visibility: visible;
}

.columns_list > li.is-hidden{
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border-bottom: none;
    visibility: hidden;
}

.columns_list > li .btn_box{
    padding: 4vw 8vw 4vw 3vw;
	display: block;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

.columns_list > li .date{
	font-size: 3.4vw;
    font-weight: 500;
    letter-spacing: 0;
    color: #439CD7;
}

.columns_list > li .title{
    margin: 1vw 0 0;
	font-size: 3.5vw;
    font-weight: 700;
    color: #222;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


/* pagination
   ================================================================== */
.pagination{
	text-align: center;
	padding: 10vw 0 5px;
	font-size: 0;
}

.pagination li{
	display: inline-block;
    vertical-align: top;
	margin: 6px 3px 0;
}

.pagination li.disabled{
	display: none;
}

.pagination a,
.pagination .active span{
	text-decoration: none;
	background: #ddd;
	color: #FFF;
	padding: 2px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	width: 34px;
	height: 34px;
    box-sizing: border-box;
    letter-spacing: 0;
    transition: all ease-out 0.3s;
    font-family: "メイリオ","ms pgothic", sans-serif;
}

.pagination .active span{
	background: #439CD7;
}


/* list_page
   ================================================================== */
.list_page{
    padding: 15vw 0;
    position: relative;
    overflow: hidden;
}

.list_page .inner{
    position: relative;
}

.list_page .list_page_title{
    margin: 0 0 5vw;
}

.list_page .list_page_title h3{
    font-size: 4.0vw;
    font-weight: 700;
    color: #0082FC;
}


/* show_page
   ================================================================== */
.show_page .inner{
    padding-top: 12vw;
    padding-bottom: 12vw;
}


/* detail_page
   ================================================================== */
.detail_page{
	margin: 0 0 0;
	font-size: 16px;
	word-break: break-all;
}

.detail_page .detail_box h1{
	border-bottom: 1px solid #439CD7;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 10px 10px;
	word-break: break-all;
	line-height: 150%;
}

.detail_page .f_box{
	margin: 4vw 0 0;
    font-size: 0;
}

.detail_page .hiduke{
    margin-right: 4vw;
    font-size: 3.5vw;
    color: #222;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: inline-block;
    vertical-align: middle;
}

.detail_page .detail_categories{
	margin: -.5vw 0 0;
    display: inline-block;
	vertical-align: middle;
}

.detail_page .detail_categories > ul{
    font-size: 0;
}

.detail_page .detail_categories > ul > li{
    margin: .5vw 1vw 0 0;
    display: inline-block;
    vertical-align: top;
}

.detail_page .detail_categories > ul > li a{
    padding: 1vw 3vw;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 3vw;
    line-height: 150%;
    font-weight: 500;
    color: #333;
    background: #F3F6F7;
}

.detail_page .photo{
	margin: 4vw 0 0;
	line-height: 0;
}
	
.detail_page .photo img{
	max-height: 500px;
}
	
.detail_page .detail_body{
	margin: 4vw 0 0;
    clear: both;
}


/* sns_area
   ================================================================== */
.sns_area{
	margin: 4vw 0 0;
	line-height: 1;
    overflow: hidden;
}

.sns_area div{
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
	display: inline-block;
	font-size: 0;
	line-height: 1;
}

.linebutton img{
	width: 21px;
}


/* detail_btn_area
   ================================================================== */
.detail_btn_area{
	margin: 15vw 0 0;
    padding: 10px;
	font-size: 0;
    text-align: center;
    background: #F9F9F9;
}

.detail_btn_area .arrow_btn{
	margin: 0;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 40%;
    max-width: 310px;
}
	
.detail_btn_area .arrow_btn.prev,
.detail_btn_area .arrow_btn.next{
	width: 28%;
}

.detail_btn_area .arrow_btn.back{
	margin: 0 2%;
}

.detail_btn_area .arrow_btn a,
.detail_btn_area .arrow_btn button{
	display: flex;
    justify-content: center;
    align-items: center;
	margin: auto;
	padding: 10px 0;
    box-sizing: border-box;
	width: 100%;
    height: 50px;
	background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
	color: #333;
	text-align: center;
	font-size: 16px;
    line-height: 0;
	letter-spacing: 0.10em;
	font-family: "Noto Sans JP","メイリオ","ms pgothic", sans-serif;
}


/* contact_block
   ================================================================== */
.contact_block{
	padding: 15vw 0 25vw;
}

/* form */
.contact form{
	margin-top: -90px;
    padding-top: 90px;
}

.top_note{
	margin: 0 0 6vw;
    font-size: 3.5vw;
    font-weight: 500;
    text-align: center;
}

.top_text{
	margin: 0;
    font-size: 3.5vw;
    font-weight: 500;
    text-align: left;
}

.conf_text{
    margin: 10vw 0 0;
	font-size: 4vw;
    color: #EA3E32;
    text-align: center;
    font-weight: 700;
	line-height: 150%;
}

.req{
	color: #EA3E32;
}

.contact table{
    margin: 10vw auto 0;
	width: 100%;
	box-sizing: border-box;
}

.contact th,
.contact td{
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.10em;
	width: 100%;
	display: block;
	font-weight: normal;
	border-bottom: none;
	box-sizing: border-box;
}

.contact th{
	padding: 0 0 10px;
    font-weight: 500;
}

.contact td{
	padding: 0 0 25px;
    position: relative;
}

.contact td .balloon{
    position: absolute;
    bottom: -25px;
    left: 15px;
    height: 16px;
    line-height: 1;
    font-size: 13px;
    color: #EA3E32;
    letter-spacing: 0;
}

.contact .check_bg,
.contact output,
.contact input,
.contact select,
.contact textarea{
	margin: 0;
	font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.1em;
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
    background: #F8F8F8;
	border: 1px solid #F8F8F8;
	vertical-align: middle;
}

/* 確認画面の入力文字背景 */
.contact .check_bg,
.contact output{
    display: block;
    background: rgba(246,172,43,.1);
    border-color: rgba(246,172,43,.1);
}

input:focus,
select:focus,
textarea:focus{
    outline: none;
}

textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input::-webkit-input-placeholder{
    color: #ccc;
}

textarea::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder{
    color: #ccc; opacity: 1;
}

textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input:-ms-input-placeholder{
    color: #ccc;
}

.contact textarea{
    height: 50vw;
	line-height: 150%;
}

/* ラジオボタン */
.contact .radio_input{
    padding: 0 0 17px;
}

.contact .radio_input .check_bg,
.contact .radio_input output{
    margin: 0 0 8px;
}

.radio_input label{
    margin: 0 0 8px;
	display: flex;
    align-items: center;
    cursor: pointer;
}

input[type='checkbox'] ,
input[type='radio'] {
    appearance: none;
    outline: none;
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 18px;
    height: 18px;
	margin: 0 10px 0 0;
    font-size: 0;
    padding: 0 !important;
    border: none;
    background: none;
}

input[type='checkbox']::before ,
input[type='radio']::before {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 100%;
}

input[type='checkbox']:checked::before ,
input[type='radio']:checked::before {
    border-color: #096EC9;
}

input[type='checkbox']::after ,
input[type='radio']::after {
    display: block;
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #096EC9;
    border-radius: 100%;
    opacity: 0;
}

input[type='checkbox']:checked::after ,
input[type='radio']:checked::after {
    opacity: 1;
}

/* 四角ボタン */
.square input[type='checkbox']::before ,
.square input[type='radio']::before {
    border-radius: 0;
}

.square input[type='checkbox']::after ,
.square input[type='radio']::after {
    border-radius: 3px;
}

.zas_btn_area{
	margin: auto;
	text-align: center;
	padding: 30px 0 0;
	font-size: 0;
	box-sizing: border-box;
}

.zas_btn_area button{
	font-size: 16px;
	color: #FFF;
	border: none;
	position: relative;
	overflow: hidden;
	text-align: center;
    transition: .3s;
    border-radius: 0;
}

.zas_btn_area button > span{
	padding: 12px 0;
	border: none;
	display: block;
	font-size: 16px;
    font-weight: 500;
	line-height: 150%;
	color: #FFF;
    letter-spacing: 0.1em;
}

.zas_btn_area button:disabled{
	background: #ccc !important;
    border-color: #ccc !important;
    cursor: auto;
}

.zas_btn_area button:disabled span{
    color: #fff !important;
}

.zas_btn_area .zas_btn01 button{
	background: #439CD7;
	width: 55%;
	max-width: 260px;
}

.zas_btn_area .zas_btn02 button{
	margin-right: 2%;
	background: #ccc;
	width: 28%;
}

.zas_btn_area .zas_btn03 button{
	background: #439CD7;
	width: 55%;
	max-width: 260px;
}


/* thanks
   ================================================================== */
.thanks{
    text-align: center;
}

.thanks h3{
    margin: 0 0 0;
	font-size: 4.2vw;
	line-height: 150%;
    font-weight: 700;
}

.thanks p{
    margin: 8vw 0 0;
	font-size: 3.5vw;
	line-height: 200%;
}

.thanks .go_top_btn{
	margin: 12vw 0 0;
    text-align: center;
}


/* index_recruit
   ================================================================== */
.index_recruit{
    padding: 15vw 0;
}

.index_recruit .flex{
    margin: 0;
}

.index_recruit .photo{
    margin: auto;
    width: 80vw;
    position: relative;
}

.index_recruit .photo::before{
    content: "";
    border: 2px solid #439CD7;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 2vw;
    left: 3vw;
}

.index_recruit .photo .inbox{
    position: relative;
    z-index: 1;
    line-height: 0;
}

.index_recruit .text_box{
    padding: 14vw 0 0;
}

.index_recruit .text_box .title{
    width: 70vw;
    line-height: 0;
}

.index_recruit .text_box .title img{
    width: 100%;
}

.index_recruit .text_box .catch{
    margin: 5vw 0 0;
    font-size: 4vw;
    color: #3D382D;
    font-weight: 700;
}

.index_recruit .text_box .ok{
    margin: 5vw 0 0;
}

.index_recruit .text_box .ok > span{
    padding: 2vw 3vw;
    display: inline-flex;
    font-size: 3.3vw;
    color: #EA627A;
    background: #FFF6F8;
    font-weight: 700;
    border-radius: 0 20px 20px 0;
}

.index_recruit .text_box .txt{
    margin: 5vw 0 0;
    font-weight: 500;
}

.index_recruit .text_box .hash_categories{
    margin: 5vw 0 0;
}


/* sponsorship
   ================================================================== */
.sponsorship{
    padding: 15vw 0 25vw;
}

.sponsorship .list{
    margin: 5vw 0 0;
    font-size: 0;
}

.sponsorship .list > li{
    margin: 3vw 2% 0 0;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    line-height: 0;
}

.sponsorship .list > li:nth-child(2n+2){
    margin-right: 0;
}

.sponsorship .list .box{
    line-height: 0;
    display: block;
}


/* philosophy
   ================================================================== */
.philosophy{
    padding: 15vw 0 0;
}

.philosophy .list > li + li{
    margin-top: 8vw;
}

/* box_title */
.box_title > span{
    padding: 3vw 10vw 3vw 4vw;
	font-size: 4.5vw;
	font-weight: 700;
	border-radius: 0 30px 30px 0;
	display: inline-flex;
	align-items: center;
	background: #F3F6F7;
	color: #439CD7;
}

/* border_list */
.border_list > li{
    padding: 3vw 3vw 3vw 4vw;
	border-bottom: 1px dashed #A5C7DE;
}

.border_list li p{
    font-size: 3.8vw;
	font-weight: 500;
}

.border_list li .number{
    font-size: 3.7vw;
	font-weight: 500;
	color: #439CD7;
}


/* message_block
   ================================================================== */
.message_block{
    padding: 15vw 0 0;
}

.message_block .flex{
    margin: 6vw 0 0;
}

.message_block .flex p{
    font-size: 3.5vw;
}

.message_block .text_box{
    padding: 10vw 0 0;
}

.message_block .photo{
    width: 60vw;
}

/* ceo */
.ceo{
    margin-top: 8vw;
    display: flex;
    justify-content: flex-end;
}

.ceo h3{
    width: 46vw;
    line-height: 0;
}

.ceo h3 img{
    width: 100%;
}


/* company_block
   ================================================================== */
.company_block{
	padding: 20vw 0 25vw;
	position: relative;
}

.company_block .design_table{
	margin-top: 10vw;
}


/* design_table
   ================================================================== */
.design_table{
	width: 100%;
	box-sizing: border-box;
}

.design_table th,
.design_table td{
	width: 100%;
	display: block;
	font-weight: 400;
	border-bottom: none;
	box-sizing: border-box;
}

.design_table th,
.design_table td,
.design_table td p{
    font-size: 3.5vw;
    letter-spacing: 0.1em;
	line-height: 170%;
}

.design_table td a{
    font-size: inherit;
}

.design_table tr:nth-child(2n+2){
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.design_table tr:first-child{
	border-top: 1px solid #ddd;
}

.design_table tr:last-child{
	border-bottom: 1px solid #ddd;
}

.design_table th{
	padding: 5vw;
	font-weight: 700;
}

.design_table td{
	padding: 0 5vw;
}

.design_table td .border{
	padding: 5vw 0;
	border-top: 1px solid #ddd;
}

.design_table td .box + .box{
	margin-top: 5vw;
    padding-top: 5vw;
    border-top: 1px dashed #ddd;
}

.design_table td .ttl + p{
	margin: 1vw 0 0;
}


/* livers_block 共通
   ================================================================== */
.livers_block{
	padding: 10vw 0 25vw;
}


/* livers_list
   ================================================================== */
.livers_list{
	margin: -5vw 0 0;
    font-size: 0;
}

.livers_list > li{
	margin: 5vw 2% 0 0;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.livers_list > li:nth-child(2n+2){
	margin-right: 0;
}

.livers_list li a{
	display: block;
}

.livers_list li span{
	display: block;
}

.livers_list li .thm{
    width: 100%;
    height: 66vw;
	line-height: 0;
    overflow: hidden;
    border-radius: 10px;
}

.livers_list li .thm img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.livers_list li .name{
	margin: 2vw 0 0;
    padding: 0 0 0 10vw;
    min-height: 12vw;
    font-size: 3.5vw;
    font-weight: 700;
    background-image: url("../images/common/logo_mark.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 8vw;
	overflow: hidden;
    box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/* livers_detail
   ================================================================== */
.livers_detail{
	margin: 0 0 0;
}

.livers_detail .text_box{
	margin: 0 0 0;
}

.livers_detail .photo{
	margin: 0 0 0;
    width: 70vw;
}

.livers_detail .photo .inbox{
    position: relative;
}

.livers_detail .photo .inbox:before{
	content: "";
	background-image: url("../images/common/logo_mark.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 12vw;
	height: 12vw;
	position: absolute;
	top: -6vw;
	right: -6vw;
}

.livers_detail .thm{
    /*height: 115vw;*/
	line-height: 0;
    overflow: hidden;
    border-radius: 10px;
}

.livers_detail .thm img{
	width: 100%;
	height: 100%;
    max-height: none;
	object-fit: cover;
	display: block;
}

.livers_detail .livers_name,
.livers_detail .livers_message{
    margin: 3vw 0 0;
	padding: 0 0 3vw;
    border-bottom: 1px dashed #A5C7DE;
}

.livers_detail .livers_ttl{
	font-size: 3.2vw;
    font-weight: 700;
    line-height: 150%;
    color: #439CD7;
	display: block;
}

.livers_detail .livers_name .name{
	margin: 2vw 0 0;
	font-size: 3.9vw;
	display: block;
    line-height: 150%;
}

.livers_detail .livers_message p{
	margin: 2vw 0 0;
}

.livers_detail .livers_pococha{
	margin: 8vw 0 0;
}

.livers_detail .livers_pococha .ttl{
	width: 30vw;
    line-height: 0;
}

.livers_detail .livers_pococha .link_box{
    margin: 3vw 0 0;
}

.livers_detail .livers_pococha .link_box a{
    padding: 3vw;
    font-size: 3.4vw;
    background: #F2EFE7;
    display: block;
    line-height: 150%;
    font-weight: 500;
    word-break: break-all;
}

.livers_detail .sns_btn{
    margin: 10vw 0 0;
}


@media screen and (min-width : 500px){


    /* under_kv
       ================================================================== */
    .under_kv .inner{
        height: 14.0vw;
    }


    /* kv
       ================================================================== */
    .kv{
        padding: 3.0vw 0 7.5vw;
    }

    .kv .inner{
        padding-left: 2.0vw;
        padding-right: 2.0vw;
        max-width: 100%;
    }

    .kv .slider_list{
        display: flex;
        justify-content: space-between;
    }

    .kv .slider_list > li{
        margin: 0;
        width: calc(((100vw - 4.0vw) / 5) - 3.0vw );
        height: calc(((100vw - 4.0vw) / 5) - 3.0vw );
        display: block;
    }

    .kv .slider_list > li:nth-child(3n+3){
        margin-right: 0;
    }

    .kv .slider_list > li:nth-of-type(n+6){
        display: none;
    }

    .kv .slider_list > li::before,
    .kv .slider_list > li::after{
        width: 1.0vw;
        height: 1.0vw;
        left: calc(100% + 1.4vw);
    }

    .kv .slider_list > li::after{
        background: #439CD7;
        top: auto;
        bottom: 0;
    }

    .kv .slider_list.bottom_slider > li:nth-child(3)::before,
    .kv .slider_list > li:nth-child(2)::before{
        background: #33B8A4;
    }

    .kv .slider_list.bottom_slider > li:nth-child(3)::after,
    .kv .slider_list > li:nth-child(2)::after{
        background: #F6A826;
    }

    .kv .slider_list > li:nth-child(6)::before,
    .kv .slider_list > li:nth-child(6)::after,
    .kv .slider_list > li:nth-child(3)::before,
    .kv .slider_list > li:nth-child(3)::after{
        display: block;
    }

    .kv .slider_list.bottom_slider > li:nth-child(4)::after,
    .kv .slider_list.bottom_slider > li:nth-child(2)::before,
    .kv .slider_list > li:nth-child(3)::before{
        background: #439CD7;
    }

    .kv .slider_list.bottom_slider > li:nth-child(4)::before,
    .kv .slider_list.bottom_slider > li:nth-child(2)::after,
    .kv .slider_list > li:nth-child(3)::after{
        background: #EA627A;
    }

    .kv .slider_list.bottom_slider > li:nth-child(1)::before,
    .kv .slider_list > li:nth-child(4)::before{
        background: #F6A826;
    }

    .kv .slider_list.bottom_slider > li:nth-child(1)::after,
    .kv .slider_list > li:nth-child(4)::after{
        background: #33B8A4;
    }

    .kv .slider_list > li:nth-child(5)::before,
    .kv .slider_list > li:nth-child(5)::after{
        display: none;
    }

    .kv .text_box{
        padding: 4.2vw 0 5.4vw;
    }

    .kv .text_box .title,
    .kv .text_box .txt{
        width: 44.0vw;
    }

    .kv .text_box .txt{
        margin: 1.5vw 0 0;
        height: 3.5vw;
        font-size: 1.7vw;
    }
        

    /* cv
       ================================================================== */
    .cv{
        padding: 5.5vw 0 8.1vw;
    }

    .cv .logo{
        margin: 0 0 0;
        width: 33.3vw;
    }

    .cv .text_box{
        padding: 2.0vw 0 0;
    }

    .cv .text_box .catch{
        font-size: 1.7vw;
    }

    .cv .text_box p{
        margin: 1.0vw 0 0;
        line-height: 2.5vw;
    }

    .cv .text_box .hash_categories{
        margin: 1.2vw 0 0;
    }

    .cv .line_contact{
        margin: 3.2vw 0 0;
    }

    .cv .line_contact .ttl{
        margin: 0 0 2.0vw;
    }

    .cv .line_contact .ttl > span{
        padding: 1.0vw;
        width: 50.0vw;
        height: 4.5vw;
        font-size: 1.5vw;
        align-items: center;
        justify-content: center;
    }

    .cv .bottom_box{
        margin: 2.0vw 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cv .qr_flex{
        display: flex;
        align-items: center;
    }

    .cv .qr_flex .qr{
        width: 12.0vw;
    }

    .cv .qr_flex .txt{
        padding: 0 0 0 2.5vw;
        font-size: 1.4vw;
        width: calc(100% - 12.0vw);
    }

    .cv .bottom_box .site_logo{
        margin: 0 0 0;
        width: 28.6vw;
    }


    /* block_title
       ================================================================== */
    .block_title .eng{
        font-size: 3.3vw;
    }

    .block_title .jpn{
        margin: 1.0vw 0 0;
        font-size: 1.3vw;
    }
    

    /* index_news
       ================================================================== */
    .index_news{
        padding: 5.0vw 0 5.4vw;
    }

    .index_news .flex{
        display: flex;
    }

    .index_news .block_title{
        width: 8.2vw;
    }

    .index_news .right{
        margin: -1.0vw 0 0;
        padding: 0 0 0 4.5vw;
        width: calc(100% - 8.2vw);
        box-sizing: border-box;
    }

    .index_news .more_btn{
        margin: 3.0vw 0 0;
    }

    
    /* columns_list
       ================================================================== */
    .columns_list > li .btn_box{
        padding: 1.5vw 6vw 1.5vw 2vw;
    }
    
    .columns_list > li .btn_box::before{
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -1px;
        left: 0;
        background: #439CD7;
        transition: .5s transform cubic-bezier(0, 0.63, 0.47, 0.96);
        transform-origin: center right;
        transform: scaleX(0);
    }

    .columns_list > li .btn_box:hover::before{
        transform: scaleX(1);
        transform-origin: center left;
    }

    .columns_list > li .date{
    	font-size: 1.4vw;
    }
    
    .columns_list > li .title{
        margin: .2vw 0 0;
    	font-size: 1.5vw;
        line-height: 150%;
    }
    
    .columns_list > li .btn_box .date,
    .columns_list > li .btn_box .title{
        transition: .3s;
    }
    
    .columns_list > li .btn_box:hover .date,
    .columns_list > li .btn_box:hover .title{
        color: #439CD7;
    }
 	

	/* pagination
	   ================================================================== */
	.pagination{
		margin: 6vw 0 0;
		padding: 0;
	}

    .pagination a,
    .pagination .active span{
    	padding: 1px 0 0;
    }
	
	.pagination a:hover{
		background: #439CD7;
	}


    /* list_page
       ================================================================== */
    .list_page{
        padding: 4.0vw 0 13.0vw;
    }

    .list_page .list_page_title{
        margin: 0 0 2.0vw;
    }

    .list_page .list_page_title h3{
        font-size: 2.0vw;
    }


    /* show_page
       ================================================================== */
    .show_page .inner{
        padding-top: 5.0vw;
        padding-bottom: 13.0vw;
    }


    /* detail_page
       ================================================================== */
    .detail_page{
    	margin: 0 0 0;
    }

    .detail_page .detail_box h1{
    	font-size: 20px;
    	margin: 0 0 10px;
    	padding: 0 10px 10px;
    }
    
    .detail_page .f_box{
    	margin: 2vw 0 0;
    }
    
    .detail_page .hiduke{
        margin-right: 2vw;
        font-size: 1.8vw;
    }
    
    .detail_page .detail_categories{
    	margin: -5px 0 0;
    }
    
    .detail_page .detail_categories > ul{
        font-size: 0;
    }
    
    .detail_page .detail_categories > ul > li{
        margin: 5px 10px 0 0;
    }
    
    .detail_page .detail_categories > ul > li a{
        padding: .5vw 2vw;
        font-size: 1.5vw;
        transition: .3s;
    }
    
    .detail_page .detail_categories > ul > li a:hover{
        background: #439CD7;
        color: #fff;
    }
    
    .detail_page .photo{
    	margin: 2vw 0 0;
    }
    	
    .detail_page .detail_body{
    	margin: 3vw 0 0;
    }
     

	/* sns_area
	   ================================================================== */
    .sns_area {
        margin: 2vw 0 0;
    }
    
	.sns_area div{
		margin-bottom: 0;
		margin-right: 5px;
	}


	/* detail_btn_area
	   ================================================================== */
	.detail_btn_area{
		margin: 11.5vw 0 0;
		font-size: 0;
		text-align: center;
	}
	
    .detail_btn_area .arrow_btn,
    .detail_btn_area .arrow_btn.next,
    .detail_btn_area .arrow_btn.prev{
    	width: 32%;
    }

    .detail_btn_area .arrow_btn.back{
    	margin: 0 2%;
    }
    
	.detail_btn_area .arrow_btn a,
	.detail_btn_area .arrow_btn button{
		padding: 0;
		width: 100%;
        height: 45px;
        line-height: 45px;
		text-align: center;
		font-size: 15px;
		letter-spacing: 0.10em;
		transition: .3s;
		cursor: pointer;
	}
	
	.detail_btn_area .arrow_btn path{
		transition: .3s;
	}
	
	.detail_btn_area .arrow_btn a:hover,
	.detail_btn_area .arrow_btn button:hover{
		background: #439CD7;
		border-color: #439CD7;
        color: #fff;
	}

	.detail_btn_area .arrow_btn a:hover path{
        fill: #fff;
	}


    /* contact_block
       ================================================================== */
    .contact_block{
    	padding: 6.0vw 0 20.8vw;
    }

    /* form */
    .top_note{
    	margin: 0 0 1.7vw;
        font-size: 1.8vw;
    }
    
    .top_text{
    	margin: 0 0 0;
        font-size: 1.5vw;
        text-align: center;
    }
    
    .conf_text{
        margin: 0 0 0;
    	font-size: 1.5vw;
        line-height: 2.5vw;
    }
    
    .contact table{
        margin: 7vw auto 0;
        width: 70%;
    }
    
    .contact th,
    .contact td{
        width: auto;
    	font-size: 15px;
    }
    
    .contact th{
    	padding: 0 0 0;
        box-sizing: border-box;
    }
    
    .contact .title_top th{
    	padding-top: 31px;
        vertical-align: top;
    }
    
    .contact td{
    	padding: 17px 0 18px;
    }
    
    .contact .check_bg,
    .contact output,
    .contact input,
    .contact select,
    .contact textarea{
    	margin: 0;
    	font-size: 16px;
    	padding: 15px;
        max-width: 95%;
    }
	
	.contact select{
		vertical-align: middle;
	}
    
    .contact textarea{
        height: 180px;
    }
    
    /* ラジオボタン */
    .contact .radio_input{
        padding: 17px 0 2px;
    }

    .contact .radio_input .check_bg,
    .contact .radio_input output{
        margin: 0 0 15px;
    }
    
    .radio_input label{
        margin: 0 10px 15px 0;
    	display: inline-flex;
        align-items: center;
    }
    
    input[type='checkbox'] ,
    input[type='radio'] {
        appearance: none;
        outline: none;
        display: block;
        position: relative;
        text-align: center;
        cursor: pointer;
        width: 18px;
        height: 18px;
    	margin: 0 10px 0 0;
        font-size: 0;
        padding: 0;
        border: none;
    }
    
    input[type='checkbox']::before ,
    input[type='radio']::before {
        width: 18px;
        height: 18px;
    }
    
    input[type='checkbox']::after ,
    input[type='radio']::after {
        left: 5px;
        top: 5px;
        width: 10px;
        height: 10px;
    }

    .zas_btn_area{
    	margin: auto;
    	text-align: center;
    	padding: 60px 0 0;
    	font-size: 0;
    	box-sizing: border-box;
    }
    
    .zas_btn_area button{
    	font-size: 16px;
    	color: #FFF;
    	border: 2px solid #439CD7;
    	position: relative;
    	overflow: hidden;
    	text-align: center;
        transition: .3s;
        cursor: pointer;
    }
    
    .zas_btn_area button span{
    	padding: 12px 0;
    	border: none;
    	display: block;
    	font-size: 16px;
        transition: .3s;
    }
    
    .zas_btn_area .zas_btn01 button{
    	width: 50%;
    	max-width: 280px;
    }
    
    .zas_btn_area .zas_btn02 button{
    	margin-right: 2%;
    	width: 28%;
        border-color: #ccc;
    }
    
    .zas_btn_area .zas_btn03 button{
    	width: 50%;
    	max-width: 280px;
    }
    
    .zas_btn_area .zas_btn01 button:hover,
    .zas_btn_area .zas_btn03 button:hover{
    	background: #fff;
    }
    
    .zas_btn_area .zas_btn02 button:hover{
    	opacity: .5;
    }
    
    .zas_btn_area .zas_btn01 button:hover span,
    .zas_btn_area .zas_btn03 button:hover span{
    	color: #439CD7;
    }


    /* thanks
       ================================================================== */
    .thanks{
        padding: 10.0vw 0 17.0vw;
    }

    .thanks h3{
        font-size: 3.2vw;
    }

    .thanks p{
        margin: 4.6vw 0 0;
    	font-size: 1.5vw;
        line-height: 2.5vw;
    }
    
    .thanks .go_top_btn{
    	margin: 8.5vw 0 0;
    }


    /* index_recruit
       ================================================================== */
    .index_recruit{
        padding: 8.3vw 0 10.9vw;
    }

    .index_recruit .flex{
        display: flex;
    }

    .index_recruit .photo{
        margin: 0;
        width: 35.0vw;
    }

    .index_recruit .photo::before{
        top: 1.3vw;
        left: 1.5vw;
    }

    .index_recruit .text_box{
        padding: 0 0 0 7.5vw;
        width: calc(100% - 35.0vw);
        box-sizing: border-box;
    }

    .index_recruit .text_box .title{
        width: 33.6vw;
    }

    .index_recruit .text_box .catch{
        margin: 1.8vw 0 0;
        font-size: 1.8vw;
        line-height: 2.8vw;
    }

    .index_recruit .text_box .ok{
        margin: 1.5vw 0 0;
    }

    .index_recruit .text_box .ok > span{
        padding: .5vw 1.8vw;
        font-size: 1.6vw;
    }

    .index_recruit .text_box .txt{
        margin: 1.0vw 0 0;
        line-height: 2.5vw;
    }

    .index_recruit .text_box .hash_categories{
        margin: 2.0vw 0 0;
    }


    /* sponsorship
       ================================================================== */
    .sponsorship{
        padding: 11.0vw 0 10.0vw;
    }

    .sponsorship .list{
        margin: 1.0vw 0 0;
    }

    .sponsorship .list > li{
        margin: 2.0vw 2% 0 0;
        width: 23.5%;
    }

    .sponsorship .list > li:nth-child(2n+2){
        margin-right: 2%;
    }

    .sponsorship .list > li:nth-child(4n+4){
        margin-right: 0;
    }


	/* philosophy
	   ================================================================== */
	.philosophy{
		padding: 5.0vw 0 0;
	}

	.philosophy .list > li + li{
		margin-top: 5.0vw;
	}

	/* box_title */
	.box_title > span{
		padding: 1.4vw 3.8vw 1.4vw 2.0vw;
		font-size: 2.0vw;
	}

	/* border_list */
	.border_list > li{
		padding: 2.0vw 2.0vw 2.0vw;
	}

	.border_list li p{
		font-size: 1.8vw;
		line-height: 3.2vw;
	}

	.border_list li .number{
		font-size: 1.7vw;
	}


    /* message_block
       ================================================================== */
    .message_block{
        padding: 8.0vw 0 0;
    }

    .message_block .flex{
        margin: 4.0vw 0 0;
        padding: 0 0 0 34.5vw;
        min-height: 43.1vw;
        position: relative;
    }

    .message_block .flex p{
        font-size: 1.6vw;
        line-height: 3.2vw;
    }

    .message_block .text_box{
        padding: 0 0 0;
    }

    .message_block .photo{
        width: 30.0vw;
        position: absolute;
        top: 0;
        left: 0;
    }

    /* ceo */
    .ceo{
        margin-top: 5.0vw;
    }

    .ceo h3{
        width: 19.7vw;
    }


    /* company_block
       ================================================================== */
    .company_block{
        padding: 10.0vw 0 15.0vw;
    }

    .company_block .design_table{
        margin-top: 4.5vw;
    }


	/* design_table
	   ================================================================== */
	.design_table{
		width: 100%;
		box-sizing: border-box;
	}
	
	.design_table th,
	.design_table td{
		width: auto;
		display: table-cell;
		vertical-align: middle;
		box-sizing: border-box;
	}
	
	.design_table th,
	.design_table td,
    .design_table td p{
        font-size: 1.6vw;
        line-height: 3.0vw;
    }

	.design_table th{
		padding: 0 2vw 0 5vw;
		width: 23%;
	}
	
	.design_table .col th{
		padding: 2vw 2vw 2vw 5vw;
	}
	
	.design_table .title_top th{
		padding-top: 2vw;
		vertical-align: top;
	}
	
	.design_table td{
		padding: 2.5vw 0;
	}

	.design_table td .border{
		padding: 0 2vw 0 5vw;
		border-top: none;
		border-left: 1px solid #ddd;
		min-height: 3vw;
		display: flex;
		align-items: center;
        box-sizing: border-box;
	}

	.design_table td .border.box_in{
		display: block;
	}

    .design_table td .box{
    	margin-right: -2.0vw;
    }

    .design_table td .box + .box{
    	margin-top: 1.5vw;
        padding-top: 1.5vw;
    }
    
    .design_table td .ttl + p{
    	margin: .7vw 0 0;
    }


    /* livers_block 共通
       ================================================================== */
    .livers_block{
        padding: 7.0vw 0 13.5vw;
    }


    /* livers_list
       ================================================================== */
    .livers_list{
        margin: -3.0vw 0 0;
    }

    .livers_list > li{
        margin: 3.0vw 2% 0 0;
        width: 23.5%;
    }

    .livers_list > li:nth-child(2n+2){
        margin-right: 2% ;
    }

    .livers_list > li:nth-child(4n+4){
        margin-right: 0;
    }

    .livers_list li .thm{
        height: 33vw;
    }

    .livers_list li .thm img,
    .livers_list li .name{
        transition: .3s;
    }

    .livers_list li a:hover .thm img{
        transform: scale(1.1);
    }

    .livers_list li a:hover .name{
        color: #439CD7;
    }

    .livers_list li .name{
        margin: 1.5vw 0 0;
        padding: .5vw 0 0 4.2vw;
        min-height: 5.1vw;
        font-size: 1.6vw;
        line-height: 2.3vw;
        background-size: 3.1vw;
    }


    /* livers_detail
       ================================================================== */
    .livers_detail{
        padding: 0 0 0 45.5vw;
        min-height: 57.5vw;
        position: relative;
    }

    .livers_detail .text_box{
        margin: 0 0 0;
        padding: 1.0vw 0 0;
    }

    .livers_detail .photo{
        margin: 0;
        width: 40.0vw;
        position: absolute;
        top: 0;
        left: 0;
    }

    .livers_detail .photo .inbox:before{
        width: 7.0vw;
        height: 7.0vw;
        top: -3.0vw;
        right: -3.5vw;
    }

    .livers_detail .thm{
        /*height: 57.5vw;*/
    }

    .livers_detail .livers_name,
    .livers_detail .livers_message{
        margin: 0;
        padding: 0 0 1.5vw;
    }

    .livers_detail .livers_ttl{
        font-size: 1.6vw;
    }

    .livers_detail .livers_name .name{
        margin: .5vw 0 0;
        font-size: 2.2vw;
        line-height: 3.0vw;
    }

    .livers_detail .livers_message{
        padding-top: 2.0vw;
    }

    .livers_detail .livers_message p{
        margin: .8vw 0 0;
        line-height: 2.2vw;
    }

    .livers_detail .livers_pococha{
        margin: 3.5vw 0 0;
    }

    .livers_detail .livers_pococha .ttl{
        width: 13.1vw;
    }

    .livers_detail .livers_pococha .link_box{
        margin: 1.1vw 0 0;
    }

    .livers_detail .livers_pococha .link_box a{
        padding: 1.2vw 1.5vw;
        font-size: 1.4vw;
        line-height: 2.3vw;
        transition: .3s;
    }

    .livers_detail .livers_pococha .link_box a:hover{
        background: #e9dcc4;
    }

    .livers_detail .sns_btn{
        margin: 2.5vw 0 0;
    }

    .livers_detail .sns_btn li{
        margin-right: 1.0vw;
        width: 5.0vw;
    }

    .livers_detail .sns_btn li a{
        width: 5.0vw;
        height: 5.0vw;
    }

    .livers_show .detail_page .detail_btn_area{
        margin-top: 7.0vw;
    }

    
}
@media screen and (min-width : 1040px){    


    /* under_kv
       ================================================================== */
    .under_kv .inner{
        height: 140px;
    }


    /* kv
       ================================================================== */
    .kv{
        padding: 30px 0 75px;
    }

    .kv .inner{
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%;
    }

    .kv .slider_list{
        display: flex;
        justify-content: space-between;
    }

    .kv .slider_list > li{
        margin: 0;
        width: calc(((100vw - 60px) / 5) - 50px );
        height: calc(((100vw - 60px) / 5) - 50px );
        display: block;
    }

    .kv .slider_list > li::before,
    .kv .slider_list > li::after{
        width: 10px;
        height: 10px;
        left: calc(100% + 24px);
    }

    .kv .text_box{
        padding: 42px 0 54px;
    }

    .kv .text_box .title,
    .kv .text_box .txt{
        width: 440px;
    }

    .kv .text_box .txt{
        margin: 15px 0 0;
        height: 35px;
        font-size: 17px;
    }
    

    /* cv
       ================================================================== */
    .cv{
        padding: 55px 0 81px;
    }

    .cv .logo{
        margin: 0 0 0;
        width: 333px;
    }

    .cv .text_box{
        padding: 20px 0 0;
    }

    .cv .text_box .catch{
        font-size: 17px;
    }

    .cv .text_box p{
        margin: 10px 0 0;
        line-height: 25px;
    }

    .cv .text_box .hash_categories{
        margin: 12px 0 0;
    }

    .cv .line_contact{
        margin: 32px 0 0;
    }

    .cv .line_contact .ttl{
        margin: 0 0 20px;
    }

    .cv .line_contact .ttl > span{
        padding: 10px;
        width: 500px;
        height: 45px;
        font-size: 16px;
        align-items: center;
        justify-content: center;
    }

    .cv .bottom_box{
        margin: 20px 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cv .qr_flex{
        display: flex;
        align-items: center;
    }

    .cv .qr_flex .qr{
        width: 120px;
    }

    .cv .qr_flex .txt{
        padding: 0 0 0 25px;
        font-size: 14px;
        width: calc(100% - 120px);
    }

    .cv .bottom_box .site_logo{
        margin: 0 0 0;
        width: 286px;
    }


    /* block_title
       ================================================================== */
    .block_title .eng{
        font-size: 33px;
    }

    .block_title .jpn{
        margin: 10px 0 0;
        font-size: 13px;
    }
    

    /* index_news
       ================================================================== */
    .index_news{
        padding: 50px 0 54px;
    }

    .index_news .flex{
        display: flex;
    }

    .index_news .block_title{
        width: 82px;
    }

    .index_news .right{
        margin: -10px 0 0;
        padding: 0 0 0 45px;
        width: calc(100% - 82px);
        box-sizing: border-box;
    }

    .index_news .more_btn{
        margin: 30px 0 0;
    }

    
    /* columns_list
       ================================================================== */
    .columns_list > li .btn_box{
        padding: 15px 50px 16px 20px;
    }
    
    .columns_list > li .date{
    	font-size: 14px;
    }
    
    .columns_list > li .title{
        margin: 2px 0 0;
    	font-size: 15px;
        line-height: 150%;
    }
 	

	/* pagination
	   ================================================================== */
	.pagination{
		margin: 80px 0 0;
		padding: 0;
	}

    .pagination a,
    .pagination .active span{
        padding: 2px 0 0;
    	font-size: 15px;
    	width: 40px;
    	height: 40px;
    }


    /* list_page
       ================================================================== */
    .list_page{
        padding: 40px 0 130px;
    }

    .list_page .list_page_title{
        margin: 0 0 20px;
    }

    .list_page .list_page_title h3{
        font-size: 20px;
    }


    /* show_page
       ================================================================== */
    .show_page .inner{
        padding-top: 50px;
        padding-bottom: 130px;
    }


    /* detail_page
       ================================================================== */
    .detail_page{
    	margin: 0 0 0;
    }

    .detail_page .detail_box h1{
    	font-size: 25px;
    	margin: 0 0 10px;
    	padding: 0 10px 10px;
    }
    
    .detail_page .f_box{
    	margin: 20px 0 0;
    }
    
    .detail_page .hiduke{
        margin-right: 23px;
        font-size: 15px;
    }
    
    .detail_page .detail_categories > ul{
        font-size: 0;
    }
    
    .detail_page .detail_categories > ul > li{
        margin: 5px 10px 0 0;
    }
    
    .detail_page .detail_categories > ul > li a{
        padding: 5px 15px;
        font-size: 13px;
    }
    
    .detail_page .photo{
    	margin: 20px 0 0;
    }
    	
    .detail_page .detail_body{
    	margin: 25px 0 0;
    }
     

	/* sns_area
	   ================================================================== */
    .sns_area {
        margin: 25px 0 0;
    }
    
	.sns_area div{
		margin-right: 10px;
	}


	/* detail_btn_area
	   ================================================================== */
	.detail_btn_area{
		margin: 115px 0 0;
		font-size: 0;
		text-align: center;
	}
	
	.detail_btn_area .arrow_btn{
		margin: 0;
	}

    .detail_btn_area .arrow_btn.back{
    	margin: 0 2%;
    }
	
	.detail_btn_area .arrow_btn a,
	.detail_btn_area .arrow_btn button{
		padding: 0;
		width: 100%;
        height: 60px;
        line-height: 60px;
		text-align: center;
		font-size: 16px;
		letter-spacing: 0.10em;
    }


    /* contact_block
       ================================================================== */
    .contact_block{
    	padding: 60px 0 208px;
    }

    /* form */
    .contact form{
    	margin-top: -140px;
        padding-top: 140px;
    }

    .top_note{
    	margin: 0 0 17px;
        font-size: 18px;
    }
    
    .top_text{
        margin: 0 0 0;
    	font-size: 15px;
        line-height: 25px;
    }
    
    .conf_text{
        margin: 0 0 0;
    	font-size: 15px;
    }
    
    .contact table{
        margin: 70px auto 0;
        width: 700px;
    	font-size: 15px;
    }
    
    .contact table td,
    .contact table th{
    	font-size: 15px;
    }
    
    .contact th{
    	padding: 0 0 0;
    }
    
    .contact td{
    	padding: 20px 0 30px;
    }
    
    .contact .check_bg,
    .contact output,
    .contact input,
    .contact select,
    .contact textarea{
    	font-size: 15px;
    	padding: 21px 30px;
        max-width: 100%;
    }
    
    .contact textarea{
        height: 235px;
    }
    
    /* ラジオボタン */
    .contact .radio_input{
        padding: 20px 0 15px;
    }

    .contact .radio_input .check_bg,
    .contact .radio_input output{
        margin: 0 0 15px;
    }
    
    .radio_input label{
        margin: 0 20px 15px 0;
    	display: inline-flex;
        align-items: center;
    }
    
    input[type='checkbox'] ,
    input[type='radio'] {
        appearance: none;
        outline: none;
        display: block;
        position: relative;
        text-align: center;
        cursor: pointer;
        width: 23px;
        height: 23px;
    	margin: 0 12px 0 0;
        font-size: 0;
        padding: 0;
        border: none;
    }
    
    input[type='checkbox']::before ,
    input[type='radio']::before {
        width: 23px;
        height: 23px;
    }
    
    input[type='checkbox']::after ,
    input[type='radio']::after {
        left: 5px;
        top: 5px;
        width: 15px;
        height: 15px;
    }
    
    .zas_btn_area{
    	padding: 90px 0 0;
    }
    
    .zas_btn_area button{
    	font-size: 16px;
    }
    
    .zas_btn_area button > span{
    	padding: 17px 0;
    	font-size: 16px;
    }
    
    .zas_btn_area .zas_btn01 button{
    	width: 280px;
    }
    
    .zas_btn_area .zas_btn02 button{
    	margin-right: 2%;
    	width: 28%;
    }
    
    .zas_btn_area .zas_btn03 button{
    	width: 280px;
    }


    /* thanks
       ================================================================== */
    .thanks{
        padding: 100px 0 170px;
    }

    .thanks h3{
        font-size: 32px;
    }

    .thanks p{
        margin: 46px 0 0;
    	font-size: 15px;
        line-height: 25px;
    }
    
    .thanks .go_top_btn{
    	margin: 85px 0 0;
    }


    /* index_recruit
       ================================================================== */
    .index_recruit{
        padding: 83px 0 109px;
    }

    .index_recruit .flex{
        display: flex;
    }

    .index_recruit .photo{
        margin: 0;
        width: 350px;
    }

    .index_recruit .photo::before{
        top: 13px;
        left: 15px;
    }

    .index_recruit .text_box{
        padding: 0 0 0 75px;
        width: calc(100% - 350px);
        box-sizing: border-box;
    }

    .index_recruit .text_box .title{
        width: 336px;
    }

    .index_recruit .text_box .catch{
        margin: 18px 0 0;
        font-size: 18px;
        line-height: 28px;
    }

    .index_recruit .text_box .ok{
        margin: 15px 0 0;
    }

    .index_recruit .text_box .ok > span{
        padding: 5px 18px;
        font-size: 16px;
    }

    .index_recruit .text_box .txt{
        margin: 10px 0 0;
        line-height: 25px;
    }

    .index_recruit .text_box .hash_categories{
        margin: 20px 0 0;
    }


    /* sponsorship
       ================================================================== */
    .sponsorship{
        padding: 110px 0 100px;
    }

    .sponsorship .list{
        margin: 10px 0 0;
    }

    .sponsorship .list > li{
        margin: 20px 2% 0 0;
        width: 23.5%;
    }

    .sponsorship .list > li:nth-child(2n+2){
        margin-right: 2%;
    }

    .sponsorship .list > li:nth-child(4n+4){
        margin-right: 0;
    }


	/* philosophy
	   ================================================================== */
	.philosophy{
		padding: 50px 0 0;
	}

	.philosophy .list > li + li{
		margin-top: 50px;
	}

	/* box_title */
	.box_title > span{
		padding: 14px 38px 14px 20px;
		font-size: 20px;
	}

	/* border_list */
	.border_list > li{
		padding: 20px 20px 20px;
	}

	.border_list li p{
		font-size: 18px;
		line-height: 32px;
	}

	.border_list li .number{
		font-size: 17px;
	}


    /* message_block
       ================================================================== */
    .message_block{
        padding: 80px 0 0;
    }

    .message_block .flex{
        margin: 40px 0 0;
        padding: 0 0 0 345px;
        min-height: 431px;
        position: relative;
    }

    .message_block .flex p{
        font-size: 16px;
        line-height: 32px;
    }

    .message_block .text_box{
        padding: 0 0 0;
    }

    .message_block .photo{
        width: 300px;
        position: absolute;
        top: 0;
        left: 0;
    }

    /* ceo */
    .ceo{
        margin-top: 50px;
    }

    .ceo h3{
        width: 197px;
    }


    /* company_block
       ================================================================== */
    .company_block{
        padding: 100px 0 150px;
    }

    .company_block .design_table{
        margin-top: 45px;
    }
	  

	/* design_table
	   ================================================================== */
	.design_table th,
	.design_table td,
    .design_table td p{
        font-size: 16px;
        line-height: 30px;
	}

	.design_table th{
		padding: 0 10px 0 50px;
		width: 23%;
	}
		
	.design_table .title_top th{
		padding-top: 25px;
	}

	.design_table td{
		padding: 25px 0;
	}

	.design_table td .border{
		padding: 0 20px 0 50px;
        min-height: 30px;
	}

    .design_table td .box{
    	margin-right: -20px;
    }

    .design_table td .box + .box{
    	margin-top: 15px;
        padding-top: 15px;
    }
    
    .design_table td .ttl + p{
    	margin: 7px 0 0;
    }

	.design_table td a:hover{
		text-decoration: underline;
	}


    /* livers_block 共通
       ================================================================== */
    .livers_block{
        padding: 70px 0 135px;
    }


    /* livers_list
       ================================================================== */
    .livers_list{
        margin: -30px 0 0;
    }

    .livers_list > li{
        margin: 30px 2% 0 0;
        width: 23.5%;
    }

    .livers_list > li:nth-child(2n+2){
        margin-right: 2% ;
    }

    .livers_list > li:nth-child(4n+4){
        margin-right: 0;
    }

    .livers_list li .thm{
        height: 338px;
    }

    .livers_list li .name{
        margin: 15px 0 0;
        padding: 5px 0 0 42px;
        min-height: 51px;
        font-size: 16px;
        line-height: 23px;
        background-size: 31px;
    }


    /* livers_detail
       ================================================================== */
    .livers_detail{
        padding: 0 0 0 455px;
        min-height: 575px;
        position: relative;
    }

    .livers_detail .text_box{
        margin: 0 0 0;
        padding: 10px 0 0;
    }

    .livers_detail .photo{
        margin: 0;
        width: 400px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .livers_detail .photo .inbox:before{
        width: 70px;
        height: 70px;
        top: -30px;
        right: -35px;
    }

    .livers_detail .thm{
        /*height: 575px;*/
    }

    .livers_detail .livers_name,
    .livers_detail .livers_message{
        padding: 0 0 15px;
    }

    .livers_detail .livers_ttl{
        font-size: 16px;
    }

    .livers_detail .livers_name .name{
        margin: 5px 0 0;
        font-size: 22px;
        line-height: 30px;
    }

    .livers_detail .livers_message{
        padding-top: 20px;
    }

    .livers_detail .livers_message p{
        margin: 8px 0 0;
        line-height: 22px;
    }

    .livers_detail .livers_pococha{
        margin: 35px 0 0;
    }

    .livers_detail .livers_pococha .ttl{
        width: 131px;
    }

    .livers_detail .livers_pococha .link_box{
        margin: 11px 0 0;
    }

    .livers_detail .livers_pococha .link_box a{
        padding: 12px 15px;
        font-size: 14px;
        line-height: 23px;
    }

    .livers_detail .sns_btn{
        margin: 25px 0 0;
    }

    .livers_detail .sns_btn li{
        margin-right: 10px;
        width: 50px;
    }

    .livers_detail .sns_btn li a{
        width: 50px;
        height: 50px;
    }

    .livers_show .detail_page .detail_btn_area{
        margin-top: 70px;
    }

    
}
