@charset "UTF-8";


/* headline
------------------------------------------------- */
@media only screen and (max-width:750px){
.headline1 span {
    font-size: 10.133vw;
}
}


/* mainvisual
------------------------------------------------- */
.mainvisual {
    color: #fff;
    margin-bottom: 6.5em;
}
.mainvisual::before {
    height: 28.5em;
}
.mainvisual .bg {
    height: 33.75em;
    background: url("../img/top/mainimg.jpg") center top no-repeat;
    background-size: cover;
}
.mainvisual .inner {
    height: 33.75em;
}
.mainvisual h2 {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.18em;
    position: absolute;
    left: 50%;
    margin-left: -12.8em;
    top: 2.8em;
}
.mainvisual p {
    line-height: 2;
    letter-spacing: 0.15em;
    position: absolute;
    left: 50%;
    margin-left: -42.66em;
    top: 21.5em;
}
@media only screen and (max-width:750px){
.mainvisual {
    margin-bottom: 22.4vw;
}
.mainvisual::before {
    height: 116.266vw;
}
.mainvisual .bg {
    height: 121.6vw;
    background: url("../img/top/mainimg_sp.jpg") center top no-repeat;
    background-size: cover;
}
.mainvisual .inner {
    height: 121.6vw;
}
.mainvisual h2 {
    font-size: 9.066vw;
    line-height: 1.45;
    left: 0;
    margin: 0;
    top: 41vw;
    white-space: nowrap;
}
.mainvisual p {
    line-height: 1.55;
    left: 0;
    margin: 0;
    top: 98.6vw;
}  
}


/* business
------------------------------------------------- */
.business {
    background-color: rgba(227,235,254,0.50);
    margin-bottom: 1.875em;
    padding-bottom: 1px;
}
.business .tab ul {
    display: flex;
    justify-content: space-between;
    padding-bottom: 4.5em;
}
.business .tab ul li {
    width: 48%;
    background-color: #969696;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 3.33;
    text-align: center;
    margin-top: -1.66em;
    position: relative;
    cursor: pointer;
    transition: 0.4s;
}
.business .tab ul li.active {
    background-color: #253ba7;
    cursor: default;
}
.business .tab ul li.active::before {
    content: '';
    width: 2px;
    height: 2em;
    background-color: #253ba7;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    bottom: -1.8em;
}
.business .tabcont .tabdet.none {
    display: none;
}
.business .sec {
    width: 100%;
    padding: 0 6.875em;
    margin-bottom: 6.875em;
    box-sizing: border-box;
    display: flex;
    position: relative;
}
.business .sec .photo {
    width: 31.4em;
    position: absolute;
    right: 0;
    top: 3.75em;
}
.business .sec .con {
    width: 45.25em;
    height: 26.5em;
    background-color: #fff;
    padding: 4em 6.875em 0 6.875em;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.business .sec .con h4 {
    color: #253ba7;
    letter-spacing: 0.15em;
    padding-bottom: 0.8em;
}
.business .sec .con ul {
    display: flex;
    align-items: flex-end;
    color: #379cbd;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.6;
    padding-top: 2.5em;
    white-space: nowrap;
}
.business .sec .con ul::after {
    content: 'など';
    line-height: 1.2;
}
.business .sec .con ul li {
    margin-right: 0.7em;
    border: 1px solid #379cbd;
    border-radius: 0.25em;
    padding: 0 1em;
}
.business .sec .con ul.co li {
    color: #ed1e79;
}
.business .sec.rev {
    justify-content: flex-end;
}
.business .sec.rev .photo {
    right: auto;
    left: 0;
}
@media only screen and (min-width:751px){
.business .tab ul li:hover {
    opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.business .tab ul li.active:hover {
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
}
@media only screen and (max-width:750px){
.business {
    margin-bottom: 4vw;
    padding-bottom: 2vw;
}
.business .tab ul {
    padding-bottom: 9vw;
}
.business .tab ul li {
    font-size: 4vw;
    width: 47.6%;
    line-height: 1.45;
    margin-top: -11.75vw;
    padding: 3.4vw 0;
}
.business .tab ul li.active::before {
    bottom: -1.3em;
}
.business .tabcont .tabdet.none {
    display: none;
}
.business .sec {
    width: 100%;
    padding: 0;
    margin-bottom: 8vw;
    display: block;
}
.business .sec .photo {
    width: 100%;
    position: static;
}
.business .sec .con {
    width: 100%;
    height: auto;
    padding: 6.5vw 5vw 7vw;
}
.business .sec .con h4 {
    font-size: 4.533vw;
    padding-bottom: 0.3em;
}
.business .sec .con ul {
    line-height: 1.6;
    padding-top: 0.5em;
    flex-wrap: wrap;
}
.business .sec .con ul li {
    margin: 0.7em 0.7em 0 0;
}
}


/* works
------------------------------------------------- */
.works {
    padding: 3.5em 0 6em;
}
.works .headline1 {
    text-align: right;
    margin-bottom: 3.5em;
}
.works .sec {
    text-align: center;
}
.works .slider .element {
    width: 31.4375em !important;
    margin-right: 6.625em !important;
    position: relative;
}
.works .slider .element a {
    display: block;
}
.works .slider .element p {
    color: #253ba7;
    padding-top: 1em;
}
.works .slider .element h4 {
    font-weight: 400;
}
@media only screen and (max-width:750px){
.works {
    padding: 5vw 0 18.5vw;
}
.works .headline1 {
    margin-bottom: 2em;
}
.works .slider .element {
    width: 90vw !important;
    margin: 0 5vw !important;
}
}


/* company
------------------------------------------------- */
.company {
    background-color: #f5f5f5;
    padding: 5.5em 0 3.25em;
}
.company table {
    width: 55.8em;
    margin: 0 auto;
}
.company table th,
.company table td {
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    padding: 1.5em 0;
    border-bottom: 1px solid #dfdfdf;
    letter-spacing: 0.12em;
}
.company table tr:last-child th,
.company table tr:last-child td {
    border: none;
}
.company table th {
    width: 14.5em;
    color: #253ba7;
}
.company table td span a {
    display: inline-block;
    background: url("../common/img/icon_blank.png") 93% center no-repeat;
    background-size: 1.125em auto;
    color: #309fc6;
    border: 1px solid #309fc6;
    padding: 0.2em 2.5em 0.2em 1em;
    margin-left: 2em;
    letter-spacing: 0.04em;
}
@media only screen and (max-width:750px){
.company {
    padding: 10vw 0 6vw;
}
.company table {
    font-size: 4vw;
    width: 100%;
}
.company table th,
.company table td {
    width: 100%;
    display: block;
    padding: 0 0 0.7em;
    line-height: 1.5;
}
.company table th {
    width: 100%;
    padding: 0.7em 0 0;
    border: none;
}
.company table td span a {
    font-size: 3.2vw;
    margin: 0.5em 0;
}
}


/* recruit
------------------------------------------------- */
.recruit {
    color: #fff;
    text-align: center;
    margin: 5em 0;
}
.recruit .bg {
    height: 37.8125em;
    background: url("../img/top/bg_recruit.jpg") center top no-repeat;
    background-size: cover;
    margin: 0 2.5em;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0.45em 0.45em 0 rgba(0,0,0,0.1);
}
.recruit .headline1 {
    color: #fff;
    margin-bottom: 2em;
}
.recruit h4 {
    font-weight: 700;
    letter-spacing: 0.15em;
}
.recruit .txt {
    line-height: 2;
    letter-spacing: 0.05em;
    padding: 1em 0 5em;
}
@media only screen and (max-width:750px){
.recruit {
    margin: 10.5vw 0;
}
.recruit .bg {
    height: 102.4vw;
    background: url("../img/top/bg_recruit_sp.jpg") center top no-repeat;
    background-size: cover;
    margin: 0 5vw;
}
.recruit .headline1 {
    margin-bottom: 1em;
}
.recruit h4 {
    font-size: 4.533vw;
}
.recruit .txt {
    line-height: 1.85;
    letter-spacing: 0.03em;
    padding: 1em 0 2em;
}
}


/* topics
------------------------------------------------- */
.topics {
    padding: 5.5em 0 5em;
}
.topics .headline1 {
    text-align: right;
}
.topics ul {
    display: flex;
    padding-bottom: 3.75em;
}
.topics ul li {
    width: 30.625%;
    margin-right: 4.0625%;
}
.topics ul li:nth-child(3) {
    margin-right: 0;
}
.topics ul li a {
    display: block;
}
.topics ul li img {
    width: 98%;
    margin-left: 2%;
}
.topics ul li .con {
    margin-top: -1.2em;
    letter-spacing: 0.15em;
}
.topics ul li .cat {
    display: inline-block;
    background-color: #fff;
    color: #309fc6;
    border: 1px solid #309fc6;
    padding: 0 0.8em;
    margin-bottom: 0.5em;
    letter-spacing: 0.04em;
    position: relative;
    z-index: 2;
}
.topics ul li h4 {
    font-weight: 700;
    line-height: 1.6;
}
.topics ul li ul {
    padding: 0.5em 0 0;
    color: #666;
}
.topics ul li ul li {
    width: auto;
    margin: 0;
}
.topics ul li ul li::after {
    content: ',';
    padding-right: 0.5em;
}
.topics ul li ul li:last-child::after {
    content: '';
    padding-right: 0;
}
@media only screen and (max-width:750px){
.topics {
    padding: 0 0 10.5vw;
}
.topics ul {
    display: block;
    padding-bottom: 0;
}
.topics ul li {
    width: 100%;
    margin: 0 0 6.5vw;
}
.topics ul li .cat {
    line-height: 2.3;
}
.topics ul li h4 {
    font-size: 3.733vw;
    font-weight: 700;
    line-height: 1.6;
}
.topics ul li ul {
    display: flex;
}
}


/* slick-slider
------------------------------------------------- */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-prev,
.slick-next {
    font-size: 16px;
    position: absolute;
    top: 8.5em;
    display: block;
    width: 1.5625em;
    height: 2.9375em;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
}
.slick-prev {
    left: 50%;
    margin-left: -19.9em;
	background: url("../img/top/prev.png") no-repeat center center;
	background-size: cover;
}
.slick-next {
    right: 50%;
    margin-right: -19.9em;
	background: url("../img/top/next.png") no-repeat center center;
	background-size: cover;
}
@media only screen and (min-width:751px) and (max-width:1500px){
.slick-prev,
.slick-next {
    font-size: 1.0666vw;
}
}
@media only screen and (max-width:750px){
.slick-prev,
.slick-next {
    width: 3vw;
    height: 6vw;
    top: 64vw;
}
.slick-prev {
    left: 5vw;
    margin: 0;
}
.slick-next {
    right: 5vw;
    margin: 0;
}
}