@charset "UTF-8";
/* CSS Document */
/**下層ページ************************/
.box1080 {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.boxpd20 {
	padding: 0 20px;
}

.re {
	position: relative;
}

.ab {
	position: absolute;
}

.kaso-head {
	width: 100%;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

.lineup,
.lineup_test {
	background-image: url("../img/kaso_head/lineup.jpg");
	background-position: center;
}

.company {
	background-image: url("../img/kaso_head/company.jpg");
	background-position: center;
}

.news {
	background-image: url("../img/kaso_head/news.jpg");
	background-position: center;
}

.contact,
.contact_confirm,
.thanks,
.trial,
.trial_confirm,
.trial_thanks {
	background-image: url("../img/kaso_head/contact.jpg");
	background-position: center;
}

.case {
	background-image: url("../img/kaso_head/case.jpg");
	background-position: center;
}

.flow {
	background-image: url("../img/kaso_head/flow.jpg");
	background-position: center;
}

.partner {
	background-image: url("../img/kaso_head/partner.jpg");
	background-position: center;
}

.recruit{
    background-image: url("../img/kaso_head/partner.jpg");
    background-position: center;
}

.kaso-head h2 {
	color: #fff;
    filter: drop-shadow(0 0 0.1rem #000);
    font-size: 380%;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}

.kasopage h3 {
    font-family: futura-pt, sans-serif;
    font-size: 38px;
    position: relative;
    padding-right: 10%;
    margin-bottom: 100px;
}

.kasopage h3 span {
    font-size: 14px;
    display: block;
}

.kasopage h3:after {
    content: '';
    position: absolute;
    bottom: 20px;
    display: inline-block;
    width: 100%;
    height: 1px;
    -moz-transform: translateX(-40%);
    -webkit-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translate(-40%);
    background-color: #000;
	left: -10%;
}
.kasopage h3.right{
    text-align: right;
    padding-right: 0;
    margin-bottom: 170px;
}
.kasopage h3.right:after {
    left:70%;
}

.kaso_company  h3:after,
.kaso_company2  h3:after{
    content: '';
    bottom:10px;
}
.kaso_company2  h3:after{bottom: 19px;}

.kaso_company p.mintext{
    position: relative;
    top:-100px;
}
.kaso_company2 p.mintext{
    position: relative;
    text-align: right;
   /* top:-170px;*/
    top: 10px;
}

.kasopage .container{
	width: 100%;
	max-width: none;
	padding: 0;
}

.kaso_btn {
    display: block;
    width: 100%;
	padding: 0 15px;
}

.kaso_btn a {
    clear: both;
    display: block;
    background: #fff;
    color: #009FE8;
    border: 1px solid #009FE8;
    padding: 8px;
    text-align: center;
    position: relative;
    bottom: 0;
	transition: .4s;
}

.kaso_btn a:hover {
	background: #009FE8;
	color: #fff;
}

.kaso_lineup img {
	width: 100%;
}

.kaso_lineup p {
	text-align: justify;
	word-break: break-all;
}

.kaso_lineup h4 {
	margin-bottom: 10px;
}

.kaso_case h4 {
    text-align: center;
    margin-top: 5px;
    padding: 10px 0;
    border-bottom: 1px solid #000;
}

.blue_box {
	background: #E0EDF4;
}

.w100 img {
	width: 100%;
}

/*company*/
.kaso_company {
    position: relative;
}
.kaso_company p {
	text-align: justify;
	word-break: break-all;
}

.table_back_white {
    width: 100%;
    max-width: 1080px;
    background: rgba(255,255,255,0.7);
    min-height: 500px;
    right: -60%;
    top: 20%;
    border-radius: 30px;
}

.l_td {
	width: 30%;
	text-align: center;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
}

.r_td {
	width: 70%;
}

.company_table_wrap {
	background: #F7F8F8;
}

.company_table_wrap table {
	width: 100%;
}

.company_table_wrap table td {	
	padding: 20px;
	border-bottom: 1px solid #000;
}

.company_table_wrap table td.r_td {
	border-left: 1px solid #000;
}

.company_table_wrap table td.no_border {
	border-bottom: none;
}
.company_table_wrap:after{
    content: "";
    display: block;
    background:url(../img/top/business_bg.svg) no-repeat left top;
    height: 450px;
    position:absolute;
    left:-10vw;
    z-index: 1;
}

#map {
	max-width: 1080px;
	margin: 0 auto;
}

iframe {
	max-width: 100%;
	min-height: 300px;
	margin: 30px auto;
	display: block;
}

.kaso_company2 {
	padding-bottom: 50px;
    padding-top: 100px;
}

.company_table_wrap a {
    color: #059DCF;
    border-bottom: 1px solid #059DCF;
}
.kaso_triangle_r{
    background: url(../img/top/case_bg.svg) no-repeat right top;
    background-size: 60%;
    padding:100px 0!important;
    position: relative;
    margin-top: -50px;
    z-index: 10;
}
.kaso_company .dot{
    position: absolute;
    width:30%;
    right: -10%;
    top: 90%;
}
.kaso_company2 .dot{
    position: absolute;
    width:20%;
    left: -10%;
    top: 10%;
}

.table_contact {
    width: 100%;
    margin: 0 auto;
    margin: 30px 0;
}
.table_contact table{
    width: 100%;
}
.table_contact th {
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #000;
    /* border-right: none; */
    border-left: none;
    position: relative;
    background: #dff5fe;
    text-align: left;
    padding-right: 60px;
    /*color: #888888;*/
}
.table_contact td {
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid #B4B4B5;
    background: #fff;
    border-left: none;
    border-right: none;
    padding-left: 30px;
    padding-right: 20px;
}
.table_contact td a{
    text-decoration: underline;
}
input[type="text"], input[type="email"], input[type="number"], input[type="url"], input[type="password"], input[type="date"], input[type="tel"], textarea {
    background: #ffffff;
    padding: 6px;
    font-size: 16px;
    border: 1px solid #dce0e0;
}
input[type="submit"], input[type="button"] {
    background: #059DCF;
    border: 1px solid #059DCF;
    letter-spacing: 20px;
    color: #ffffff!important;
    max-width: 260px;
    padding-left: 20px;
    font-weight: 700;
    width: 100%;
    line-height: 54px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    /*font-family: "Noto Sans Japanese","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
    position: relative;
    z-index: 2;
    overflow: hidden;
}
input[type="submit"]:hover, input[type="button"]:hover {
    background: #fff;
    color: #059DCF!important;
    text-decoration: none;
}
span.emphasis {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    width: 55px;
    height: 32px;
    padding: 0px 10px;
    color: #059DCF;
    border: 2px solid #059DCF;
    z-index: 1;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
}

.row.book a{
	display: flex;
    justify-content: center;
    align-items: center;
}

.row.book {
    width: 100%;
    display: block;
}

.row.book + .row.book {
    border-top: 1px #eee solid;
    padding-top: 15px;
    margin-top: 15px;
}

.book-img img{
    width: 100%;
}

.single-contents {
    width: 100%;
}

.single-contents h3 {
    border-bottom: 1px solid #666;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

span.time-right {
    text-align: right;
    margin-bottom: 30px;
}

.nav-below {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

span.nav-previous,
span.nav-next {
    font-size: 78%;
    margin: 20px 0;
    padding: 10px;
}

.modal_window{
    display: flex;
}
.modal_window img{
    width: 100%;
    max-width: 350px;
    height: 100%;
}
.modal_text{
    padding-left: 20px;
}
#lineup01,#lineup02,#lineup03,#lineup04 {
	padding-top: 100px;
	margin-top: -100px;
}
#lineup01 h4,#lineup02 h4,#lineup03 h4,#lineup04 h4{
	font-size: 200%;
	padding: 15px 20px;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	text-align: center;
	margin: 50px 0 30px 0;
}
#lineup01 h5,#lineup02 h5,#lineup03 h5,#lineup04 h5{
	font-size: 180%;
	padding-bottom: 5px;
}
#lineup01 h6,#lineup02 h6,#lineup03 h6,#lineup04 h6{
	font-size: 140%;
	padding-bottom: 10px;
}
.kaso_lineup h3 {
    margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
    .modal_window{
        display: block;
    }
    .modal_window img{
        display: block;
        margin: 0 auto;
    }
    .modal_text{
        padding-left: 0;
    }
}

div#wpcf7cpcnf  table {
    width: 100%;
}
div#wpcf7cpcnf table th {
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #000;
    border-left: none;
    position: relative;
    background: #dff5fe;
    text-align: left;
    padding-right: 60px;
}
div#wpcf7cpcnf table td{
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid #B4B4B5;
    background: #fff;
    border-left: none;
    border-right: none;
    padding-left: 30px;
    padding-right: 20px;
}

button.wpcf7cp-cfm-edit-btn {
    background: #fff;
    border: 1px solid #059DCF;
    letter-spacing: 20px;
    color: #059DCF!important;
    max-width: 260px;
    padding-left: 20px;
    font-weight: 700;
    width: 100%;
    line-height: 54px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin:0 auto!important;
}
button.wpcf7cp-cfm-submit-btn{
       background: #059DCF;
    border: 1px solid #059DCF;
    letter-spacing: 10px;
    color: #ffffff!important;
    max-width: 260px;
    padding-left: 20px;
    font-weight: 700;
    width: 100%;
    line-height: 54px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 2;
    overflow: hidden; 
}