/***********************************************
 sub-common
************************************************/
/*** sub-stage ************************/
#sub-stage{
    width: 100%;
    height: 400px;
    margin-bottom: 75px;
    position: relative;
    z-index: 0;
}
.title-company{
    background: url(../images/company/title.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
.title-service{
    background: url(../images/service/title.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
.title-achievement{
    background: url(../images/achievement/title.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
.title-recruit{
    background: url(../images/recruit/title.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
#sub-stage .inner{
    position: absolute;
    content: "";
    left: 5%;
    top: 125px;
    width: 350px;
    height: 350px;
    background: url(../images/common/pagetitle-bg.svg) no-repeat;
    background-size: cover;
    color: #fff;
    box-sizing: border-box;
    padding: 30px;    
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 10;
}
#sub-stage .inner span{
    width: 100%;
    font-size: 40px;
    line-height: 120%;
    display: block;
}
/** breadcrumb *************************/
.breadcrumb{
    padding: 10px 0 0 0;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
}
.breadcrumb li:not(:first-child){
    margin-left: 20px;
}
.breadcrumb li a{
    white-space: nowrap;
    position: relative;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.breadcrumb li a:before{
    position: absolute;
    content: "";
    right: -15px;
    top:0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 1px;
    background: var(--sub-color);
}
/*** sub-contents ******************/
#sub-contents{
    padding: 90px 0;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
#sub-contents section{
    margin-bottom: 60px;
}
/*** hタグ ****************************/
#sub-contents h1{
    font-size: 36px;
    padding: 15px 0;
    border-bottom: 3px solid var(--sub-color);
    position: relative;
    margin: 30px 0 30px 0;
}
#sub-contents h1:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    width: 220px;
    height: 3px;
    background: var(--main-color);
}
#sub-contents h1:after{
    position: absolute;
    content: "";
    right: 0;
    bottom: -3px;
    width: 74px;
    height: 25px;
    background: url(../images/common/topics-bg3.svg) no-repeat;
    background-size: cover;
}
#sub-contents h2{
    font-size: 30px;
    line-height: 140%;
    padding: 15px 0 15px 15px;
    border-left: 3px solid var(--main-color);
    margin: 30px 0 30px 0;
}
/*** table **********************/
table.basic{
    width: 100%;
    border-spacing: 0;
    font-size: 18px;
    border-top: 1px solid #ddd;
    line-height: 180%;
}
table.basic th{
    width: 20%;
    white-space: nowrap;
    background: var(--sub-color);
    border-bottom: 1px solid #ddd;
    padding: 1em;
    text-align: left;
    vertical-align: top;
}
table.basic td{
    border-bottom: 1px solid #ddd;
    padding: 1em;
}
table.basic td strong{
    color: var(--main-color);
    margin: 0 ;
    padding: 0;
    display: block;
}
table.basic td p{
    margin-top:0; 
}
table.basic td ol{
    counter-reset: listnum;
}
table.basic ol li:before{
	counter-increment: listnum;
    content: counter(listnum) ".";
    color: var(--main-color);
    padding-right: 5px;
}
/***********************************************
 service
************************************************/
.ct-service{
    font-size: 18px;
    line-height: 180%;
}
#service-01 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#service-01 ul li{
    width: 32%;
}
#service-01 ul li img{
    width: 100%;
    height: auto;
}
#service-01 h3{
    color: var(--main-color);
    font-size: 32px;
    font-weight: 700;
    line-height: 160%;
}
#service-01 h3 span{
    display: block;
}
#service-01 .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#service-01 .column-l{
    width: 60%;
}
#service-01 .column-r{
    width: 35%;
}
#service-01 .column-r img{
    width: 100%;
    height: auto;
}
#service-02 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#service-02 ul li:first-child{
    width: 60%;
}
#service-02 ul li:last-child{
    width: 35%;
}
#service-02 ul li:last-child img{
    width: 100%;
    height: auto;
}
#service-03 table{
    width: 100%;
    font-size: 16px;
    line-height: 140%;
    border-spacing: 0;
    border-left: 1px solid #ddd;
}
#service-03 table caption{
    text-align: left;
}
#service-03 table thead th{
    background: var(--main-color);
    color: #fff;
    padding: 10px 0;
    border-right: 1px solid #ddd;
}
#service-03 table tbody th{
    background: var(--sub-color);
    padding: 10px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    width: 1%;
}
#service-03 table tbody td{
    padding: 10px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
#service-03 table tbody td img{
    width: 100%;
    height: auto;
}
#service-04 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#service-04 ul li{
    width: calc(13% - 6px);
}
#service-04 ul li:not(:last-child){
    position: relative;
}
#service-04 ul li:before{
    position: absolute;
    content: "";
    right: -18px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/service/step-ic.svg) no-repeat;
    width: 12px;
    height: 20px;
    background-size: cover;
}
#service-04 ul li img{
    width: 100%;
    height: auto;
}
#service-04 ol{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#service-04 ol li{
    width: 31%;
    box-sizing: border-box;
    border:5px solid #99d6d0;
    border-radius: 10px;
    padding: 30px 20px 20px 20px;
}
#service-04 ol li h3{
    font-size: 24px;
    color: var(--main-color);
    text-align: center;
}
#service-04 ol li h3 span{
    font-size: 16px;
    line-height: 100%;
    background: var(--main-color);
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    display: block;
    width: 50px;
    margin: 0 auto 10px auto;
}
/***********************************************
 company
************************************************/
.ct-company{
    font-size: 18px;
    line-height: 180%;
}
#greeting p{
    line-height: 200%;
}
#greeting .sign{
    text-align: right;
    margin: 40px 0 0 0;
}
#history table{
    width: 100%;
    line-height: 180%;
}
#history table th{
    white-space: nowrap;
    width: 1%;
    position: relative;
    vertical-align: top;
    text-align: left;
    color: var(--main-color);
    padding: 1em 30px 1em 30px;
}
#history table th:before{
    position: absolute;
    content: "";
    left: 0;
    top: 1em;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    border: 2px solid var(--main-color);
    border-radius: 25px;
    background: #fff;
    z-index: 2;
}
#history table th:after{
    position: absolute;
    content: "";
    left: 12px;
    top: 1em;
    width: 2px;
    height: 100%;
    background: var(--main-color);
    z-index: 1;
}
#history table tr:last-child th:after{
    position: static;
}
#history table td{
    padding: 1em;
}
/***********************************************
 achievement
************************************************/
.ct-achievement .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ct-achievement .row:after{
    content:"";
    display: block;
    width:31%;
}
.ct-achievement .row .column{
    width: 31%;
    margin-bottom: 50px;
}
.ct-achievement .row .column img{
    width: 100%;
    height: auto;
}
.ct-achievement .row .column h3{
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    margin: 10px 0;
}
.ct-achievement .row .column table {
    border-spacing: 0 10px;
    line-height: 120%;
}
.ct-achievement .row .column table th{
    border: 1px solid var(--main-color);
    background: var(--sub-color);
    color: var(--main-color);
    padding: 5px 10px;
    width: 1%;
    white-space: nowrap;
    font-weight: 500;
}
.ct-achievement .row .column table td{
    padding-left: 10px;
}
.ct-achievement #achieve-map img{
    width: 100%;
    height: auto;
}
/***********************************************
 recruit
************************************************/
.ct-recruit{
    font-size: 18px;
    line-height: 180%;
}
#recruit-01 .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#recruit-01 .row .column{
    width: 25%;
}
#recruit-01 .row .column img{
    width: 100%;
    height: auto;
}
#recruit-01 strong{
    display: block;
    color: var(--main-color);
    font-size: 32px;
    line-height: 160%;
}
#recruit-01 strong span{
    display: block;
}
#recruit-entry strong{
    font-size: 24px;
}
#recruit-entry ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#recruit-entry ul li{
    width: 48%;
}
#recruit-entry ul li a{
    margin: 1em 0;
    font-size: 32px;
    display: flex;
    align-items: center;
    height: 140px;
    position: relative;
    background: var(--main-color);
    transition: .3s;
    overflow: hidden;
    box-sizing: border-box;
    font-weight: 500;
    color: #fff;
    border-radius: 100px;
    border: 2px solid var(--main-color);
}
#recruit-entry ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    background: url(../images/common/bt-ar.svg) no-repeat;
    width: 52px;
    height: 52px;
    background-size: cover;
    transition: .2s;
}
#recruit-entry ul li a span {
    display: block;
    padding: 0 55px 0 20px;
    line-height: 130%;
}
#recruit-entry ul li a:hover{
    background: #fff;
    color: var(--main-color);
    border: 2px solid var(--main-color);
}
/** form ***************************************/
#entry span{
    color: red;
}
#entry input[type="text"],
#entry input[type="email"],
#entry input[type="tel"] {
	width: 60% !important;
	padding: 7px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	margin-top: 7px;
}
#entry textarea {
	display: block;
	width: 90% !important;
	max-width: 90%;
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}
#entry input[type="text"]:focus,
#entry input[type="email"]:focus,
#entry input[type="tel"]:focus,
#entry textarea:focus {
	outline: none;
	border: 2px solid var(--main-color);
	background: #ffffff;
}
#entry .submit{
    text-align: center;
}
#entry .submit input{
    border: none;
    font-size: 20px;
	background:var(--main-color);
	padding:20px 90px;
	margin:20px 0;
	color:#fff;
	cursor:pointer;
    border-radius: 40px;
}
@media screen and (max-width: 980px) {
/***********************************************
 recruit
************************************************/
#recruit-01 .row .column-l strong span{
    display: inline;
}
}
@media screen and (max-width: 900px) {
/***********************************************
 service
************************************************/
#service-01 .column-l{
    width: 100%;
    order: 2;
}
#service-01 .column-r{
    width: 100%;
    order: 1;
    margin-bottom: 15px;
}
}
@media screen and (max-width: 850px) {
/***********************************************
 achievement
************************************************/
.ct-achievement .row .column h3{
    font-size: 20px;
}
.ct-achievement .row .column table {
    font-size: 14px;
}
.ct-achievement .row .column table th{
    padding: 5px ;
}
.ct-achievement .row .column table td{
    padding-left: 5px;
}
/***********************************************
 recruit
************************************************/
#recruit-01 strong{
    font-size: 24px;
}
#recruit-entry ul li{
    width: 100%;
}
#recruit-entry strong{
    font-size: 20px;
}
#recruit-entry ul li a{
    font-size: 20px;
    height: 64px;
    border-radius: 32px;
}
#recruit-entry ul li a:before {
    right: 4px;
}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
/***********************************************
 sub-common
************************************************/
#sub-stage .inner{
    top: auto;
    bottom: -75px;
    width: 240px;
    height: 240px;
    padding: 15px;    
}
#sub-stage .inner span{
    font-size: 28px;
}
/** breadcrumb *************************/
.breadcrumb{
    font-size: 13px;
}
/*** hタグ ****************************/
#sub-contents h1{
    font-size: 28px;
}
#sub-contents h1:before{
    width: 30%;
}
#sub-contents h2{
    font-size: 24px;
}
/*** table **********************/
table.basic{
    font-size: 16px;
}
table.basic th{
    width: 100%;
    display: block;
    white-space: normal;
    box-sizing: border-box;
}
table.basic td{
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
/***********************************************
 service
************************************************/
.ct-service{
    font-size: 16px;
}
#service-01 h3{
    font-size: 22px;
}
#service-01 h3 span{
    display: inline;
}
#service-03 table {
    border: none;
}
#service-03 table thead {
    display: none;
}
#service-03 table tbody th{
    padding: 10px;
    white-space: normal;
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: left;
    border: none;
}
#service-03 table tbody td{
    padding: 10px;
    border-right: none;
    border-bottom: none;
    text-align: left;
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
}
#service-03 table tbody td:before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    margin-right: 10px;
    color: var(--main-color);
  }
#service-04 ul li{
    width: calc(31% - 6px);
    margin-bottom: 15px;
}
#service-04 ol li{
    width: 100%;
    margin-bottom: 15px;
}
/***********************************************
 company
************************************************/
#greeting p{
    font-size: 16px;
}
#history table{
    font-size: 16px;
}
#history table th{
    padding: 1em 30px 0 30px;
    display: block;
    width: 100%;
}
#history table td{
    padding: 0 0 1em 0;
    display: block;
    width: 100%;
    position: relative;
}
#history table th:after{
    position: static;
}
/***********************************************
 achievement
************************************************/
.ct-achievement .row .column{
    width: 48%;
}
/***********************************************
 recruit
************************************************/
#recruit-01 .row .column{
    width: 50%;
}
#entry input[type="text"],
#entry input[type="email"],
#entry input[type="tel"] {
	width: 90% !important;
}
}
@media screen and (max-width: 500px) {
/***********************************************
 service
************************************************/
#service-01 ul li{
    width: 100%;
    margin-bottom: 10px;
}
#service-02 ul li:first-child{
    width: 100%;
}
#service-02 ul li:last-child{
    width: 100%;
}
}
@media screen and (max-width: 400px) {
/***********************************************
 achievement
************************************************/
.ct-achievement .row .column{
    width: 100%;
}
}
@media screen and (max-width: 350px) {
}
@media screen and (max-width: 300px) {
}