@charset "utf-8";

/* Reset ------------------------------ */

img{
	max-width:100%;
	vertical-align:bottom;
}

ul,li{
	list-style:none;
	padding:0; margin:0 auto;
}
dl,dt,dd{
	margin: 0; padding: 0;
}
p{
	text-align: justify; text-justify: inter-ideograph;
	margin:0 auto;
}
*{
	box-sizing:border-box;
}
*:focus{
	outline: none;
}
h1,h2,h3,h4,h5{
	margin:0; padding:0;
	font-weight: inherit;
	font-size: inherit;
}

/* Responsive ------------------------------ */

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 1020px) {
  .sp-tab {
    display: none;
  }
}

@media screen and (max-width: 1019px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

/* Common ---------------------------------- */

.post_content h2{
  font-size: 40px!important;
  font-weight: 700;
  text-align: center;
  color: #1d2088;
}
.post_content h2 span{
  font-size: 20px;
  display: block;
  color: #190f11;
}

.post_content h3{
  font-size: 20px!important;
  font-weight: 700;
  border-left: 4px solid #1d2088;
  border-bottom: 1px solid #1d2088;
  padding: 0 0 5px 10px!important;
  margin-bottom: 10px!important;
}

#page_header, #blog_header{
  height: 300px!important;
}

span.pink{
  color: #1d2088;
}
span.caution{
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  background-color: #1d2088;
  vertical-align: middle;
  padding:0 10px;
  margin-left: 5px;
}

@media (max-width: 767px){
  .post_content h2{
    font-size: 24px!important;
  }
  .post_content h2 span{
    font-size: 14px;
  }
  .post_content h3{
    font-size: 18px!important;
  }
  #page_header, #blog_header{
    height: 150px!important;
  }
}

/* Header ---------------------------------- */

#site_description.show_desc_pc{
  display: none!important;
}

#header_slider_catch .catch{
  line-height: 4rem!important;
}
#header_slider_catch.animate .catch {
    animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.8s!important;
    margin-bottom: 20px!important;
}
#header_slider_catch.animate .sub_title{
  animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.0s!important;
  line-height: 30px;
}

#global_menu .child_menu{
  background-color: #e5e1a1!important;
}

#header_slider_catch .caption{
  font-weight: 700;
}

.pc .header_fix #header{
  z-index: 10000 !important;
}

#header_logo .pc_logo_image{
  position: absolute;
  top: 0; left: 60px;
  width: 150px;
  height: auto;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
}
#header_logo .logo a .pc_logo_image:hover{
  opacity: 1!important;
}
#header_slider_catch.animate .catch{
  line-height: 74px!important;
}

#drawer_footer_menu{
  display: none;
}

@media screen and (max-width: 767px) {
  #header_logo .mobile_logo_image{
  position: absolute;
  top: 0; left: 20px;
    width: 85px;
    height: auto;
  }
  #header_slider_catch.animate .sub_title{
    font-size: 16px;
    line-height: 1.6rem!important;
  }
  #header_slider_catch.animate .catch{
    line-height: 48px!important;
  }
  #header_slider_catch .catch{
    line-height: 2.8rem!important;
  }
}

/* Top ------------------------------------- */

.index-features{
  width: 1400px;
  margin: 0 auto;
}
.index-features ul li{
  display: flex;
  flex-wrap:wrap;
  align-items: center;
}
.index-features ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
.index-features ul li .image{
  width: 50%;
}
.index-features ul li .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-features ul li .txt{
  width: 50%;
  padding: 60px;
}
.index-features ul li .txt h3{
  font-size: 32px!important;
  color: #1d2088;
  text-align: left;
  border: none;
  padding: 0!important;
}

.index-work{
  background-color: #ced1e8;
}
.index-work .container{
  width: 1030px;
  max-width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  margin:0 auto;
}
.index-work .container h2{
  font-size: 48px!important;
  color: #1d2088;
  margin-bottom: 0;
}
.index-work .container .sub_title{
  color: #1d2088;
}
.index-work .container table{
  font-size: 18px;
}
.index-work .container table tr th{
  font-weight: 700;
  line-height: 24px;
  background-color: #f1f1f1;
}
.index-work .container table tr .pink{
  color: #FFF;
  background-color: #cc8f9b;
}
.index-work .container table tr .blue{
  color: #FFF;
  background-color: #1d2088;
}
.index-work .container table tr th span{
  font-size: 14px;
}
.index-work .container table tr .l{
  font-size: 26px;
  font-weight: 700;
  color: #1d2088;
}
.index-work .container table tr .l span{
  font-size: 20px;
}

.index-sns{
  width: 620px;
  max-width: 100%;
  margin:0 auto;
}
.index-sns ul{
  display: flex;
}
.index-sns ul li{
  padding:0 25px;
}

#index_content_builder .inview.animate{
  text-align: center;
}

.cb_box_content .box_content .content_bottom{
  display: none;
}

.cb_box_content.num4 .box_content .headline {
    font-size: 36px!important;
    bottom: 5px!important;
}

.cb_interview_list h2{
  color: #1d2088;
}
.cb_interview_list .sub_title{
  color: #1d2088;
}

.interview_list .info{
  /* color: #190f11!important; */
}

.cb_news_list h2{
  color: #1d2088;
}
.cb_news_list .sub_title{
  color: #1d2088;
}

@media screen and (max-width: 767px) {
  .index-features{
    width: 100%;
  }
  .index-features ul li .image{
    width: 100%;
    padding:0 20px 0 0;
    margin-bottom: 30px;
  }
  .index-features ul li .txt{
    width: 100%;
    padding:0 20px 20px 0;
  }
  .index-features ul li .txt h3{
    font-size: 24px!important;
  }
  .interview_list .catch_bottom{
    display: none!important;
  }
  .interview_list .item {
    height: 260px!important;
  }
  .interview_list .item a {
    height: 340px!important;
  }
  .index-sns ul li{
    padding:0 10px;
  }
  .cb_header{
    padding:0 20px;
  }
  #index_content_builder .inview.animate{
    text-align: left;
  }
  .banner_content{
    height: 320px!important;
  }
  .cb_link_button{
    text-align: center!important;
  }
  .index-work .container{
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .index-work .container h2{
    font-size: 24px!important;
  }
  .index-work .container table{
    font-size: 12px;
    text-align: center;
  }
  .index-work .container table tr th{
    line-height: 14px;
  }
  .index-work .container table tr th span{
    font-size: 12px;
  }
  .index-work .container table tr td span{
    font-size: 12px;
  }
  .index-work .container table tr .l{
    font-size: 20px;
  }
  .index-work .container table tr .l span{
    font-size: 16px;
  }
}

/* Page ------------------------------------ */

#page_header #page_header_inner .sub_title{
  text-align: center;
}

#page_content .rinen{
  font-size: 42px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  color: #1d2088;
  margin-bottom: 100px;
}

#page_content .abour-profile_name{
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
#page_content .abour-profile_name span{
  font-size: 18px;
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  #page_content .rinen{
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}

.interview_list .job{
  padding: 0 15px;
}

#interview_header_inner .catch{
  top: 46%!important;
}

.interview_design_content .catch_area{
  font-weight: 700;
  color: #1d2088;
}

.interview_company{
  width: 800px;
  display: flex;
  flex-wrap:wrap;
  border:1px solid #d5d5d5;
  padding: 60px;
  margin:0 auto;
}
.interview_company .detail{
  width: 65%;
}
.interview_company .detail .name{
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.interview_company .detail .name span{
  font-size: 16px;
  display: block;
}
.interview_company .detail a{
  color: #1d2088;
}
.interview_company .image{
  width: 35%;
}

.service_contact_box{
  width: 520px;
  display: flex;
  flex-wrap: wrap;
}

#comments{
  display: none;
}

@media screen and (max-width: 767px) {
  .interview_company{
    width: 100%;
    padding: 40px;
  }
  .interview_company .detail{
    width: 100%;
  }
  .interview_company .image{
    width: 100%;
  }
  .interview_company .detail .name{
    font-size: 20px;
  }
}

/* Blog --------------------------------- */

#blog_header .title {
  color: #190f11!important;
}
#blog_header .news_meta li{
  color: #190f11!important;
    border-right: 1px solid #190f11!important;
}
#blog_header .news_meta li:last-of-type {
    border: none!important;
}
#blog_header .news_meta li a {
    color: #190f11!important;
}

@media screen and (max-width: 767px) {
}

/* Contact --------------------------------- */

.contact-bt{
  display: flex;
  flex-wrap:wrap;
}
.contact-bt .bt{
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contact-bt .bt{
    width: 100%;
  }
}

/* Footer ---------------------------------- */

#footer_logo img{
  width: 180px;
  height: auto;
}
#footer_logo .mobile_logo_image{
  width: 130px;
  height: auto;
}
#footer_site_description{
  line-height: 1.6rem;
}

#fixed-bt_lupinus{
  position: fixed;
  right: 30px; bottom:30px;
  z-index: 999;
}
#fixed-bt_lupinus a{
  display: block;
  transition: all .6s;
	-webkit-transition: all .6s;
}
#fixed-bt_lupinus a:hover{
  opacity: .6;
}
#fixed-bt_lupinus img{
  width: 250px;
}

@media screen and (max-width: 767px) {
  #fixed-bt_lupinus{
    left:10px; right: auto; bottom:5px;
  }
  #fixed-bt_lupinus img{
    width: 150px;
  }
}