@charset "UTF-8";

/*---------------------------------------------------------------*\
	$common
\*---------------------------------------------------------------*/

/* banner label */
section.banner_label {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.75);
    width: 100%;
    z-index: 999;
}

ul.banner_label_list li a {
    color: #fff;
    display: flex;
    font-size: 1.35rem;
    align-items: center;
    border-radius: 6px;
    justify-content: center;
    border: 1px solid #fff;
    flex-direction: row-reverse;
    padding: 10px 14px 10px 20px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.banner_label_list li a:hover {
	background: #fff;
	color: #169ccd;
	border: 1px solid #fff;
}

ul.banner_label_list li a:hover .white_link {
	color: #169ccd;	
}

ul.banner_label_list li a:hover i {
	color: #169ccd;
	border: 1px solid #169ccd;
}

ul.banner_label_list li a i {
    color: #fff;
    border: 1px solid #fff;
    font-size: 1.1rem;
    margin-left: 20px;
    padding: 3px 4px 3px 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.banner_label_list {
    display: flex;
    padding: 18px 0;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}

ul.banner_label_list li:first-child {
}

ul.banner_label_list li {width: 32.5%;}

span.x_1 {
    width: 1px;
    height: 20px;
    position: absolute;
    display: block;
    border-right: 2px solid #000;
}

.white_link {
	color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

span.x_2 {
    width: 1px;
    height: 20px;
    transform: rotate(90deg);
    position: absolute;
    display: block;
    border-right: 2px solid #000;
}

div#delete_btn {
    position: absolute;
    width: 20px;
    right: 20px;
    height: 20px;
    top: -22px;
    transform: rotate(45deg);
}

/* top */

#top {
    position: relative;
    width: 100%;
    padding: 170px 0 90px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#top .title_top {
    top: 52%;
    margin: auto;
    z-index: 99;
    right: 0;
    left: 0;
    font-family: 'Overpass', sans-serif;
    font-size: 3.5rem;
    color: #fff;
    letter-spacing: 10px;
    text-align: center;
}

#top .suggestion_scroll_top {
    position: absolute;
    width: 60px;
    z-index: 99;
    bottom: 50px;
    right: 0;
    left: 0;
    margin: auto;
}

#top .border_scroll_top {
    width: 1px;
    display: block;
    height: 80px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 0px 24px #555;
    -webkit-animation: sdb 2.5s infinite;
    animation: sdb 2.5s infinite;
}


.title_top {
    text-align: center;
    font-size: 3.5rem;
    font-family: 'Overpass', ui-sans-serif;
    letter-spacing: 7px;
    color: #fff;
}

.title_top span {
    margin-top: 60px;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    position: relative;
    color: #fff;
    letter-spacing: 2px;
}

.title_top span:after {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #fff;
    content: "";
    top: -50px;
    left: 50%;
}


/* company link banners */

ul.company_links_button li a:hover {
    background: #111;
    color: #fff;
}

ul.company_links_button li a:hover:after {
    background: #fff;
}

ul.company_links_button li a:hover span {
    color: #fff;
    opacity: 0.75;
}

section.company_links {
    background: #f7f7f7;
    padding: 50px 0;
}

ul.company_links_button {display: flex;justify-content: space-between;align-items: center;max-width: 1000px;margin: 0 auto;}

ul.company_links_button li {
    width: 32%;
    border-radius: 6px;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, .05);
    background: #fff;
    overflow: hidden;
}

ul.company_links_button li a {display: block;text-align: center;position: relative;padding: 20px 0;letter-spacing: 1px;font-family: 'Overpass', sans-serif;font-size: 2rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.company_links_button li a span {
    display: block;
    font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.company_links_button li a:after {
    position: absolute;
    content: "";
    border-radius: 2px;
    display: block;
    width: 0;
    border-color: transparent transparent #111111 transparent;
    height: 0;
    right: 8px;
    border-style: solid;
    bottom: 8px;
    border-width: 0 0 12px 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* company */
#company {
    position: relative;
    display: -webkit-flex;
    -webkit-justify-content: center;
    display: block;
    justify-content: center;
    margin: 80px 0 0;
}

.title_info {
  text-align: center;
  font-size: 32px;
  letter-spacing: 7px;
  font-family: 'Overpass', sans-serif;
}

h3.subtitle_info {
	text-align: center;
	font-weight: bold;
}

#company .border_company {
    display: block;
    position: absolute;
    right: 0;
    top: -190px;
    left: 0;
    margin: 0 auto;
    width: 1px;
    height: 160px;
    background: #000;
}
#company .each_info_company {
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: baseline;
    display: flex;
    margin-bottom: 25px;
}
#company .wrapper_contents_company {
    width: 1000px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
}
#company .wrapper_contents_company dt {
    width: 180px;
    background: #f7f7f7;
    text-align: center;
    font-size: 13px;
    padding: 5px 0;
    letter-spacing: 0;
}
#company .wrapper_contents_company dd {
    margin-left: 20px;
    width: 100%;
    font-size: 13px;
    letter-spacing: 0;
}
#company .title_info_company {
    border: solid 1px #111;
    margin-bottom: 5px;
    font-size: 10px;
    text-align: center;
    padding: 2px 12px;
    width: max-content;
}
#company .where_company {
    margin-bottom: 15px;
}
.where_company:nth-of-type(2) {
    margin-bottom: 0px;
}

#map .google_map {
    margin-top: 20px;
}
/* information tab */
.tab_information {
  width: 1000px;
  margin: 20px auto 80px;
  letter-spacing: -.4em;
}
.tab_information .button_articles {
  width: 25%;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 9px 0;
  background: #f5f5f5;
  text-align: center;
  display: inline-block;
  letter-spacing: normal;
}
.tab_information .button_articles > span {
  display: block;
  color: #aaa;
  font-size: 12px;
}
.tab_information label:hover {
  background: #eee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab_information input[type="radio"] {
  display: none;
}
.tab_information .tab-box {
  width: 100%;
  letter-spacing: normal;
  margin: 0 auto;
}
.tab_information > article {
  display: none;
}
#tab_information_01:checked ~ #tabView_information_01,
#tab_information_02:checked ~ #tabView_information_02 {
  display: block;
}
.tab_information input:checked + label {
  background: #111;
}
.tab_information input:checked + label > span {
  color: #fff;
}
.company_info {
    width: 47%;
}

#company .wrapper_contents_company dd a {
    font-size: 12px;
    letter-spacing: 0;
}

.where_company span {
    font-size: 12px;
    letter-spacing: 0;
}

/* members */
#members {
  width: 100%;
  padding: 80px 0 40px;
  background: #f9f9f9;
}
#members .title_members {
  text-align: center;
  font-size: 32px;
  letter-spacing: 7px;
  font-family: 'Overpass', sans-serif;
}
#members .subtitle_members {
  text-align: center;
  font-weight: bold;
}
#members .wrapper_contents_team {
  width: 880px;
  margin: 40px auto 0;
  letter-spacing: -.4em;
}
#members .each_member {
  vertical-align: top;
  display: inline-block;
  letter-spacing: normal;
  width: 220px;
  margin-bottom: 40px;
}
#members .each_member:nth-of-type(3n) {
  margin-right: 0px;
}
#members .thumbnail_member {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, .2);
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#members .thumbnail_member img {
  width: 100%;
  height: auto;
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
}
#members .each_member:hover .thumbnail_member img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#members .posiiton_member {
  display: block;
  text-align: center;
  margin-top: 4px;
  color: #777;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 11px;
}
#members .name_member {
  margin-top: 14px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0px;
  line-height: 16px;
  font-weight: 600;
}
#members .name_en_member {
  display: block;
  letter-spacing: 0px;
  text-align: center;
  color: #555;
  font-weight: bold;
  font-size: 11px;
  line-height: 11px;
  margin-top: 5px;
}
#members .icon_plus {
  display: block;
  width: 10px;
  position: absolute;
  top: 31%;
  right: 13%;
}
#members .icon_plus img {
  width: 100%;
  height: auto;
}
#members .icon_arrow {
  display: block;
  width: 12px;
  position: absolute;
  top: 39%;
  right: 8%;
}
#members .icon_arrow img {
  width: 100%;
  height: auto;
}
#members .position_member {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}
#members .spot_member {
  font-size: 11px;
  color: #777;
  letter-spacing: 0px;
}
#members .place_member {
  font-size: 11px;
  color: #777;
  letter-spacing: 0px;
}
#members .border_member {
  width: 1px;
  height: 10px;
  background: #ccc;
  margin: 0 5px;
}
 

/* recruit */
    
    #recruit {
        padding: 80px 0;
        background: #f7f7f7;
    }
    
    #recruit .title_recruit {
        text-align: center;
        font-size: 32px;
        letter-spacing: 7px;
        font-family: 'Overpass', sans-serif;
    }
    
    #recruit .subtitle_recruit {
        text-align: center;
        font-weight: bold;
    }
    
    #recruit .description_contents_recruit {
        text-align: center;
        margin-top: 30px;
        font-weight: bold;
    }
    
    #recruit .wrapper_contents_recruit {
        margin-top: 60px;
    }
    
    #recruit .each_job {
        position: relative;
        box-shadow: 0px 7px 15px rgba(0, 0, 0, .05);
        width: 100%;
        margin: 0 auto;
        text-align: center;
        border-radius: 4px;
        background: #fff;
        max-width: 1000px;
        margin-bottom: 24px;
    }
    
    #recruit .each_job>a {
        display: block;
        padding: 20px 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    #recruit .each_job>a:hover {
        background: #111;
        color: #fff;
    }
    
    #recruit .each_job:after {
        display: block;
        content: '';
        position: absolute;
        bottom: 7px;
        right: 7px;
        width: 0;
        border-radius: 2px;
        height: 0;
        border-style: solid;
        border-width: 0 0 12px 12px;
        border-color: transparent transparent #111111 transparent;
    }
    
    #recruit .each_job:last-child {
        margin-bottom: 0px;
    }

/* others */
#others {
    padding: 80px 0;
    width: 97%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 1.5%;
}

#others .title_others {
    text-align: center;
    font-size: 32px;
    color: #fff;
    letter-spacing: 7px;
    font-family: 'Overpass', sans-serif;
}

#others .subtitle_others {
    color: #fff;
    text-align: center;
    font-weight: bold;
}

#others .wrapper_contents_others {
    width: 85%;
    margin: 50px auto 0;
    letter-spacing: -.4em;
}

#others .each_title_others {
    text-align: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: 7px;
    font-family: 'Overpass', sans-serif;
}

#others .each_subtitle_others {
    text-align: center;
    color: #fff;
    margin-top: 4px;
    font-weight: bold;
    font-size: 12px;
}

#others .each_others {
    border-radius: 1px;
    background: -webkit-gradient(linear, left top, right bottom, from(#111), color-stop(0.25, #111), color-stop(0.25, rgba(255, 255, 255, .5)), color-stop(0.5, rgba(255, 255, 255, .5)), color-stop(0.5, #111), color-stop(0.75, #111), color-stop(0.75, rgba(255, 255, 255, .5)), torgba(255, 255, 255, .5)));
    background: -moz-linear-gradient(-45deg, #111 25%, rgba(255, 255, 255, .5) 25%, rgba(255, 255, 255, .5) 50%, #111 50%, #111 75%, rgba(255, 255, 255, .5) 75%, rgba(255, 255, 255, .5));
    background: linear-gradient(-45deg, #111 25%, rgba(255, 255, 255, .2) 25%, rgba(255, 255, 255, .2) 50%, #111 50%, #111 75%, rgba(255, 255, 255, .2) 75%, rgba(255, 255, 255, .2));
    background-size: 4px 4px;
    letter-spacing: normal;
    vertical-align: top;
    padding: 14px;
    display: inline-block;
    letter-spacing: normal;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .1);
    width: 30%;
    margin-right: 5%;
}

#others .each_others:nth-of-type(3) {
    margin-right: 0px;
}

#others .each_others>a {
    border-radius: 1px;
    display: block;
}

#others .button_others {
    display: block;
    width: 290px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
    background: #111;
    font-family: 'Jaldi', sans-serif;
    color: #fff;
    position: relative;
    margin: 50px auto 0;
    border-radius: 2px;
    text-align: center;
    padding: 24px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#others .button_others:hover {
    background: #171717;
}

#others .fa-chevron-right {
    position: absolute;
    color: #fff;
    top: 29px;
    font-size: 10px;
    right: 30px;
}

#others .bg_scale_01 {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 60px 0;
}

#others .bg_scale_01:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url('img/background_concept.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#others .bg_scale_01:hover:after {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#others .bg_scale_01 .inner {
    z-index: 1;
    position: relative;
}

#others .bg_scale_02 {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 60px 0;
}

#others .bg_scale_02:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url('img/background_company.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#others .bg_scale_02:hover:after {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#others .bg_scale_02 .inner {
    z-index: 1;
    position: relative;
}

#others .bg_scale_03 {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 60px 0;
}

#others .bg_scale_03:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url('img/background_contact.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#others .bg_scale_03:hover:after {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#others .bg_scale_03 .inner {
    z-index: 1;
    position: relative;
}

header.header_change {
    background: #111!important;
}

.trigger_small span {
    background: #fff!important;
}

header.header_change .wrapper_logo_top {
    background-image: url("../img/common/logo.png")!important;
}

footer {
    background: #111!important;
}

a.info_link_btn {
    padding: 5px 20px 5px 15px;
    background: #eee;
    position: relative;
    border-radius: 100px;
    margin-left: 7px;
    color: #999;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

a.info_link_btn:after {
    width: 4px;
    height: 4px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: "";
    display: block;
    transform: rotate(45deg);
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -2px;
}

a.info_link_btn:hover {
	background: #ccc;
}
/*---------------------------------------------------------------*\
	$ more than 1500px
\*---------------------------------------------------------------*/

@media screen and (min-width: 1500px) {
    /* others */
    #others .wrapper_contents_others {
        width: 1200px;
    }
}


/*---------------------------------------------------------------*\
	$1080px
\*---------------------------------------------------------------*/

@media screen and (max-width: 1080px) {
    /* others */
    #others .wrapper_contents_others {
        width: 90%;
    }
}

/*---------------------------------------------------------------*\
	$960px
\*---------------------------------------------------------------*/

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

#company .wrapper_contents_company {
    width: 90%;
    display: block;
    margin: 30px auto 0;
}
.tab_information {
    width: 87%;
    margin: 20px auto 30px;
}
.tab_information .button_articles {
    width: 50%;
}
}


/*---------------------------------------------------------------*\
	$768px
\*---------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    /* top */
    /* members */
    #members .each_member {
        width: 33.33%;
        margin-bottom: 60px;
    }
    #members .posiiton_member {
        margin-top: 10px;
    }
    #members .each_member:nth-of-type(3n) {
        margin-right: auto;
    }
    #members .each_member:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    #members .social_member {
        margin-top: 13px;
    }
    #members .each_social {
        margin-right: 15px;
    }
    #members .icon_twitter>i,
    #members .icon_github>i,
    #members .icon_linkedin i {
        font-size: 20px;
    }
    #members .title_team {
        font-size: 36px;
    }
    #members .wrapper_contents_team {
        width: 88%;
    }
    #members .thumbnail_member {
        width: 120px;
        height: 120px;
    }
    #members .button_each_profile {
        width: 95px;
    }
    #members .icon_plus {
        top: 32%;
    }
    /* others */
    #others .each_title_others {
        font-size: 16px;
        letter-spacing: 5px;
    }
}


/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/

@media screen and (max-width: 480px) {
	
    /* bannerlabel */
	ul.banner_label_list {
    display: flex;
    padding: 2%;
 }

	ul.banner_label_list li {width: 32.5%;}

	ul.banner_label_list li a {
		font-size: 0.9rem;
		padding: 6px;
		justify-content: center;
	}

	ul.banner_label_list li:first-child {
		margin-bottom: 0;
	}

	ul.banner_label_list li a i {
		font-size: 0.8rem;
		padding: 2px 2px 2px 4px;
		margin-left: 5px;
		display: none;
	}

	section.banner_label {
	}
	
	div#delete_btn {
		right: 2%;
	}
    /* top */
    #top {
        width: 100%;
        padding: 90px 0 30px;
        margin-top: 0;
    }
    #top .title_top {
        top: 48%;
        font-size: 2.2rem;
        letter-spacing: 4px;
    }
    #top .wrapper_logo_top {
        height: 71px;
    }
    #top .logo_top {
    width: 90px;
    margin-top: 0;
    padding: 15px;
    }
    #top .suggestion_scroll_top {
        display: none;
    }
	
	.title_top span {
		font-size: 1.2rem;
		margin-top: 40px;
	}

	.title_top span:after {
		height: 20px;
		top: -34px;
	}
    .title_info {
        font-size: 28px;
        font-size: 2.2rem;
        letter-spacing: 4px;
    }
	#company {
	    margin: 40px 0 0;
	}
	  /* members */
	  #mission {
			padding: 60px 0;
		}
		#mission .wrapper_contents_mission {
			margin: 40px auto 0;
		}
	  #members .each_member {
		width: 50%;
		margin-bottom: 30px;
	  }
	  #members .wrapper_contents_team {
		margin-top: 30px;
	  }
	  #members .posiiton_member {
		font-size: 10px;
		line-height: 12px;
	  }
	  #members .title_members {
		font-size: 26px;
	  }
	  #members .icon_twitter>i,
	  #members .icon_github>i,
	  #members .icon_linkedin i {
		font-size: 20px;
	  }
	  #members .spot_member {
		font-size: 10px;
	  }
	  #members .place_member {
		font-size: 10px;
	  }
	/* mission */
    #mission {
        padding: 70px 0;
    }
    #mission .each_mission {
        width: 100%;
        border: solid 1px #111;
        padding: 25px;
        border-radius: 10px;
        margin-right: 0%;
    }
    #mission .title_mission {
        font-size: 28px;
    }
    #mission .each_mission:nth-of-type(1),
    #mission .each_mission:nth-of-type(2) {
        margin-bottom: 40px;
    }
	
	/* recruit */
		#recruit {
			padding: 40px 0;
		}
        #recruit .title_recruit {
            font-size: 2.2rem;
            letter-spacing: 4px;
        }
        #recruit .each_job {
            width: 90%;
            margin-bottom: 10px;
        }
        #recruit .description_contents_recruit {
            width: 260px;
            font-size: 12px;
            line-height: 24px;
            margin: 30px auto 0;
        }
	section.company_links {
    padding: 20px 5%;
	}

	ul.company_links_button {
		display: block;
	}

	ul.company_links_button li {
		width: 100%;
		margin: 8px 0;
	}

	ul.company_links_button li a {
		padding: 10px 0;
		font-size: 1.5rem;
	}

	ul.company_links_button li a span {
		font-size: 1rem;
	}

	h3.subtitle_info {
		font-size: 1.2rem;
	}

	.company_info {
		width: 100%;
	}

	#company .wrapper_contents_company dt {
		font-size: 1.1rem;
		width: 120px;
		letter-spacing: 0;
	}

	#company .wrapper_contents_company dd {
		font-size: 1.2rem;
	}

	#company .where_company {
		font-size: 1.2rem;
	}

	#company .title_info_company {
		font-size: 1rem;
	}

	#company .wrapper_contents_company dd a {
		font-size: 1.1rem;
	}

	#company .wrapper_contents_company dd {
		font-size: 1.1rem;
	}

	#company .each_info_company {
		margin-bottom: 15px;
	}

	.tab_information input:checked + label > span {
		font-size: 1rem;
	}

	.tab_information .button_articles > span {
		font-size: 1rem;
	}

	#recruit .subtitle_recruit {
		font-size: 1.2rem;
	}

	#recruit .wrapper_contents_recruit {
		margin-top: 30px;
	}

	#recruit .each_job>a {
		font-size: 1.1rem;
		padding: 16px 0;
	}
	header {
    background: #111!important;
}

.menu-trigger span {
    background: #fff!important;
}

.wrapper_logo_top {
    background-image: url("../img/common/logo.png")!important;
}
	
.movmobb2 .active span:nth-of-type(1),
.movmobb2 .active span:nth-of-type(3) {
    background: #169ccd!important;
}
}


/*---------------------------------------------------------------*\
	$320px
\*---------------------------------------------------------------*/

@media screen and (max-width: 320px) {
    /* members */
    #members .wrapper_contents_team {
        width: 90%;
    }
    #members .name_member {
        font-size: 13px;
        margin-top: 2px;
    }
    #members .thumbnail_member {
        width: 110px;
        height: 110px;
    }
    #members .each_member {
        width: 50%;
    }
}