html {
  -webkit-overflow-scrolling: touch;
    margin-top: 0px !important;
}

.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

.owl-nav.disabled {
    display: none;
}

img {
	display:block;
	padding:0px;
	margin:0px;
	border: 0px;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, body,  ul, ol, li,  h1, h2, h3, h4, h5, h6, p, div {
	margin: 0;
    padding: 0;
    list-style:none;
}

a {
	text-decoration:none;
}



small {
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, "Droid Sans", Osaka, sans-serif;
}

#logo a{
 color:#FFF;
}




.content_in h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2em;
    color: #000435;
    margin: 30px 0 30px;
}

.content_in h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2em;
    font-weight: bold;
    margin: 30px 0 30px;
    color: #000435;
}

.content_in h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    margin: 30px 0 30px;       
    color: #000435;
}

.content_in {
    color: #000435;
    font-size: 14px;
    margin: 0 auto 60px;
}


@media screen and (min-width: 980px){

.content_in {
        width: 90%;
        max-width: 1170px;
}

article.blog-detail{
    margin: 0 auto 60px;
        width: 800px;
}


div#sp_nav {
    display: none;
}


::placeholder {
  color: #999;
}span.recruit_icon1 {
	background-image: url(../svg/profile-user.svg);
    background-size: 100%;
    position: absolute;
    top: 31px;
    left: 30px;
    background-position: top center;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}span.recruit_icon2 {
	background-image: url(../svg/phone-call.svg);
    background-size: 100%;
    position: absolute;
    top: 31px;
    left: 30px;
    background-position: top center;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}span.recruit_icon3 {
	background-image: url(../svg/arroba.svg);
    background-size: 100%;
    position: absolute;
    top: 31px;
    left: 30px;
    background-position: top center;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}span.recruit_icon4 {
	background-image: url(../svg/send.svg);
    background-size: 100%;
    position: absolute;
    top: 31px;
    left: 30px;
    background-position: top center;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}span.recruit_icon5 {
	background-image: url(../svg/email.svg);
    background-size: 100%;
    position: absolute;
    top: 31px;
    left: 30px;
    background-position: top center;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

body {
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, "Droid Sans", Osaka, sans-serif;
	width: 100%;

    list-style: none;
		color: #414141;
    background: #fff;
    font-size: 16px;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}


header {
	-moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    width: 100%;
    position: fixed;
    z-index: 99;
    color: #fff;
    padding: 10px 20px;
}header.change-color {
	-moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    background: #000435;
}


#logo {
	position: relative;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 42px;
    margin: 20px 2%;
    z-index: 2;
    width: 240px;
	font-weight:700;
	color:#fff;
}#logo:after {
    border-bottom: 1px solid #fff;
    position: absolute;
    width: 50px;
    bottom: -10px;
    content: "";
    left: 0;
}


nav#header_nav {
	position: absolute;
    top: 30px;
    text-align: right;
    width: 96%;
}ul.header_nav li {
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}ul.header_nav li small {
	font-size:12px;
    display: block;
}
ul.header_nav li a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}ul.header_nav li a {
color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}ul.header_nav li a:hover::after {
  transform: scale(1, 1);
}

#copyright {
    color: #00064a;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding: 20px 0;
}





/* スクロールダウン全体の場所 */
.scrolldown1 {
    z-index: 2;
    position: absolute;
    right: 2%;
    top: 70%;
    height: 100px;
}

/* Scrollテキストの描写 */
.scrolldown1 span {
	position: absolute;
    right: -11px;
    top: -50px;
    color: #eee;
    font-size: 12px;
    writing-mode: vertical-rl;
    font-family: 'Josefin Sans', sans-serif;
}

/* 線の描写 */
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100px;
  background: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:60px;
    opacity: 1;
  }
  100%{
    height:0;
    top:150px;
    opacity: 0;
  }
}


div#mv {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
}h2#mv_h2 {
    position: absolute;
    z-index: 10;
    margin: 0 3%;
    color: #fff;
    bottom: 30vh;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 60px;
}h2#mv_h2 small {
	display: block;
    font-size: 20px;
    font-weight: bold;
    margin-top: 24px;
    padding-left: 8px;
}
.mv_img1, .mv_img2 {
	opacity:0.8;
}


div#content_top {
    width: 1170px;
    margin: -80px auto 0;
    position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div#content_top a{
	width:calc(33.33% - 1rem);
	display:block;
}
.content_top_ban {
    width: 367px;
    height: 227px;
    background: #000000;
    display: inline-block;
    margin: 0px 10px 0;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}.content_top_ban img {
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 0.9;
}h3.top_ban_h3 {
    font-family: 'Josefin Sans', sans-serif;
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    color: #fff;
    top: 42%;
    font-size: 26px;
}h3.top_ban_h3 small {
    display: block;
    font-weight: bold;
    font-size: 14px;
}.content_top_ban img:hover {
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 0.5;
}


main {
    margin: 30px 0 0;
}.content {
    padding: 60px 0;
}.content_news {
    width: 1170px;
    margin: 0 auto;
}h3.content_h3 {
	font-size: 20px;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 40px;
    color: #000435;
}h3.content_h3 small {
    display: block;
    font-weight: bold;
    font-size: 14px;
}

time.news_datetime {
    font-family: 'Josefin Sans', sans-serif;
    color: #000;
}ul.news li {
    padding: 20px 40px 20px 140px;
    position: relative;
}ul.news li:nth-child(even) {
	background: #fafafa;
    padding: 20px 40px 20px 140px;
    position: relative;
}time.news_datetime {
    font-family: 'Josefin Sans', sans-serif;
    color: #000;
    position: absolute;
    left: 30px;
    font-size: 18px;
    padding-top: 5px;
}span.news_cate {
    font-size: 11px;
    display: table;
    background: #000435;
    width: 140px;
    padding: 2px 0;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    border-radius: 100px;
    color: #fff;
    letter-spacing: 1px;
}span.news_title:before {
    content: "-";
    padding-right: 5px;
    padding-left: 5px;
}



.content.sec {
    padding: 60px 0;
    background: #f9f9f9;
    text-align: center;
}


footer {
    padding: 60px 0;
}.footer_text a {
    color: #414141;
}div#footer_in {
	position:relative;
    width: 1170px;
    margin: 0 auto;
}

.footer_h4 {
    font-weight: bold;
    margin-bottom:10px;
}.footer_text {
    width: 400px;
    float: left;
}ul.footer_ul li {
    padding-left: 10px;
    font-size: 12px;
}ul.footer_ul li:before {
    content: "-";
    padding-right: 10px;
}div#footer_logo {
	font-family: 'Josefin Sans', sans-serif;
    font-size: 42px;
    margin: 20px 2%;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    color: #000435;
}div#footer_logo:before {
    content: "";
    border-bottom: 1px solid;
    position: absolute;
    width: 50px;
    height: 1px;
    bottom: -10px;
}


div#under_mv {
	background:#000435;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}.under_mv_half {
	width: 50%;
    float: left;
    opacity: 0.9;
}.under_mv {
    opacity: 0.9;
}h1#under_mv_h2 {
	font-family: 'Josefin Sans', sans-serif;
    position: absolute;
    z-index: 10;
    text-align: center;
    width: 100%;
    color: #fff;
    top: 44%;
    font-size: 34px;
    font-weight: bold;
}h1#under_mv_h2 small {
    display: block;
    font-weight: bold;
    font-size: 14px;
}ul.breadcrumb__list {
	font-size:12px;
    width: 100%;
    text-align: center;
    background: #f9f9f9;
    padding: 10px 0;
}ul.breadcrumb__list li:first-child {
    font-family: 'Josefin Sans', sans-serif;
    display: initial;
    font-weight: bold;
}ul.breadcrumb__list li {
    display: initial;
    font-weight: bold;
}ul.breadcrumb__list li:last-child:before {
    content: "#";
    font-weight: lighter;
    padding: 0 5px;
}ul.breadcrumb__list a {
    color: #000;
}ul.breadcrumb__list li:last-child(2):before {
    content: "#";
    font-weight: lighter;
}ul.breadcrumb__list li:nth-child(2) {
    padding: 0 5px;
	color: #000;
    font-family: 'Josefin Sans', sans-serif;
    display: initial;
    font-weight: bold;
}








/* コンテンツ内のulにリストマーカーを表示 */
.content_in ul {
    list-style: disc;
    padding-left: 20px;
	font-weight:bold;
}

.content_in ul li {
    list-style: disc;
    margin-bottom: 20px;
}


div#sticky_space {
	position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    padding: 0px 0 40px;
}.sticky {
    z-index: 1;
    top: 83px;
    position: -webkit-sticky;
    position: sticky;
    width: 1170px;
    margin: 0 auto;
    text-align: left;
    color: #000435;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    background: rgb(255 255 255);
    padding: 60px 0;
}.user_space {
    margin: 60px auto;
    width: 1170px;
    position: relative;
}


.user:nth-child(1) {
    width: 272px;
    float: left;
    margin: 0 10px 20px;
}.user:nth-child(2) {
    width: 272px;
    float: left;
    margin: 40px 10px 20px;
}.user:nth-child(3) {
    width: 272px;
    float: left;
    margin: 80px 10px 20px;
}.user:nth-child(4) {
    width: 272px;
    float: left;
    margin: 120px 10px 20px;
}.user:nth-child(5) {
    width: 272px;
    float: left;
    margin: 0 10px 20px;
}.user:nth-child(6) {
    width: 272px;
    float: left;
    margin: 40px 10px 20px;
}.user:nth-child(7) {
    width: 272px;
    float: left;
    margin: 80px 10px 20px;
}.user:nth-child(8) {
    width: 272px;
    float: left;
    margin: 120px 10px 20px;
}.user:nth-child(9) {
    width: 272px;
    float: left;
    margin: 0 10px 20px;
}.user:nth-child(10) {
    width: 272px;
    float: left;
    margin: 40px 10px 20px;
}.user:nth-child(11) {
    width: 272px;
    float: left;
    margin: 80px 10px 20px;
}.user:nth-child(12) {
    width: 272px;
    float: left;
    margin: 120px 10px 20px;
}
.user {
	opacity:0;
  -ms-filter: blur(10px);
  filter: blur(10px);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    padding-top:100px;
}.fade_on {
	opacity:1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    padding-top:0px;
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.user_img {
    overflow: hidden;
    border-radius: 10px;
}

.more {
    width: 240px;
    padding: 20px 20px 14px;
    border: solid 1px;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    text-align: center;
    margin: -20px auto 140px;
}


div#corporate_influencer {
    width: 100%;
    position: relative;
    height: 480px;
    overflow: hidden;
    background: #000;
}.corporate_influencer {
    width: 100%;
    height: 480px;
    overflow: hidden;
    opacity: 0.8;
}h3.corporate_influencer_h3 {
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    top: 48%;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 52px;
}h3.corporate_influencer_h3 small {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: 0;
}.corporate_influencer_text {
    margin: 60px auto 100px;
    width: 1170px;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}

div#left {
    width: 840px;
    float: left;
    margin-right: 25px;
    padding-right: 25px;
}div#right {
    width: 300px;
    float: left;
}h3.right_h3 {
    padding: 30px 10px;
    font-weight: bold;
    border-bottom: 1px solid;
    position: relative;
    color: #000;
}h3.right_h3:after {
    position: absolute;
    content: "→";
    right: 10px;
}


ul#recruit, ul#contact {
    width: 1170px;
    margin: 0 auto 140px;
}ul#recruit li:nth-child(even) {
    position: relative;
    padding: 20px 20px 20px 220px;
    background: #f9f9f9;
}ul#recruit li {
    position: relative;
    padding: 20px 20px 20px 220px;
}span.recruit_title {
    position: absolute;
    left: 40px;
    font-weight: bold;
}.recruit_text {
    width: 1170px;
    margin: 0 auto 20px;
    font-weight: bold;
}ul#contact li {
    position: relative;
    padding: 20px;
}

.under_mv.company {
    margin-top: -200px;
}.under_mv.contact {
    margin-top: -200px;
}



h3.ad_h3 {
    font-weight: bold;
    padding-left: 20px;
    font-size: 24px;
    position: relative;
    margin-bottom: 25px;}h3.ad_h3:before {
    content: "-";
    position: absolute;
    left: 0px;
}
.ad_text b {
    display: block;
    font-size: 18px;
    line-height: 28px;
}
.ad_img1 {
    position: absolute;
    top: 0px;
    right: 0;
    height: 300px;
    width: 560px;
    border-radius: 10px;
    overflow: hidden;
}
.ad_text_left {
    width: 370px;
    float: left;
    padding-top: 70px;
    font-weight: bold;
    font-size: 14px;
    padding-left: 20px;
    color: #dcdcdc;
    letter-spacing: 2px;
}

.ad_text_right {
    width: 800px;
    float: left;
    padding-left: 0px;
    padding-top: 40px;
}ul.ad_ul {
    margin: 20px 0;
}ul.ad_ul li {
    position: relative;
}ul.ad_ul li:before {
    content: "-";
    padding-right:10px;
}

.ad_text_left small {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 100px 0 0px;
    color: #000435;
    display: block;
    letter-spacing: 0;
}span.yellow {
    font-weight: bold;
    font-size: 18px;
}

div#ad_img_width {
    background-image: url(../img/page_bg.jpg);
    width: 100%;
    position: relative;
    height: 480px;
    overflow: hidden;
    margin: 60px 0;
    background-position: center;
	background-size:cover;
}.ad_text_last {
    width: 1170px;
    margin: 0 auto 60px;
    color: #000435;
    font-size: 14px;
    padding: 20px 0;
    line-height: 32px;
    position: relative;
    text-align: center;
}.ad_text_last p {
    margin: 20px 0;
}.ad_text_last b {
    font-size: 20px;
    margin: 40px 0;
    display: block;
}



h3.news_content_title {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #000;
}time.news_content_date {
    font-family: 'Josefin Sans', sans-serif;
    text-align: right;
    width: 100%;
    display: block;
    font-size: 18px;
    color: #999;
}.news_content_text {
    width: 980px;
    margin: 60px auto;
    padding: 20px;
}.news_content_text {
    width: 980px;
    margin: 60px auto;
    padding: 20px;
    font-size: 16px;
    line-height: 30px;
}div#news_list_nav {
    width: 240px;
    display: block;
    background: #414141;
    color: #fff;
    cursor: pointer;
    padding: 10px 0;
    margin: 0 auto 100px;
    text-align: center;
    position: relative;
}div#news_list_nav:after {
    content: "→";
    position: absolute;
    right: 15px;
}




}@media screen and (min-width: 520px) and (max-width: 979px){


.content_in {
    width: 90%;
}

/* ========= ナビゲーションのためのCSS =============== */

/* アクティブになったエリア */
nav#g-nav {
    display: none;
}#g-nav.panelactive{
    display: block;
    /* position:fixed;にし、z-indexの数値を大きくして前面へ */
    position:fixed;
    z-index: 999;
  top: 0;
  width:100%;
    height: 100vh;
}

/* 丸の拡大 */
.circle-bg{
    position: fixed;
  z-index:3;
    /* 丸の形 */
    width: 100px;
    height: 100px;
    border-radius: 50%;
	background: rgb(0 5 41 / 85%);
  transform: scale(0);/* scaleをはじめは0に */
  right:-50px;
    top:-50px;
    transition: all .6s;/* 0.6秒かけてアニメーション */
}

.circle-bg.circleactive{
  transform: scale(50);/* クラスが付与されたらscaleを拡大 */
}

/* ナビゲーションの縦スクロール */
#g-nav-list{
    display: none;/* はじめは表示なし */
    /* ナビの数が増えた場合縦スクロール */
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /* クラスが付与されたら出現 */
}

/* ナビゲーション */
#g-nav ul {
  opacity: 0;/* はじめは透明0 */
    /* ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除 */
    position: absolute;
    z-index: 999;
    top: 45%;
    left:50%;
    transform: translate(-50%,-50%);
}

/* 背景が出現後にナビゲーションを表示 */
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除 */
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/* 0.2 秒遅らせて出現 */
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/* リストのレイアウト設定 */
#g-nav li{
    padding: 10px 0;
    font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  list-style: none;
}#g-nav li small {
    display: block;
    font-size: 12px;
}

#g-nav li a{
    font-size: 24px;
    color: #fff;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}


/* ========= ボタンのためのCSS =============== */
.openbtn1{
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
    width: 100px;
    height: 50px;
}

/* ハンバーガー変化 */
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
	left: 27%;
    height: 2px;
    border-radius: 2px;
	background-color: #fff;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px;
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 27%;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 27%;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
}


nav#header_nav {
    display: none;
}



::placeholder {
  color: #999;
}span.recruit_icon1 {
	background-image: url(../svg/profile-user.svg);
    background-size: 100%;
    position: absolute;
    top: 31px;
    left: 30px;
    background-position: top center;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}span.recruit_icon2 {
	background-image: url(../svg/phone-call.svg);
    background-size: 100%;
    position: absolute;
    top: 31px;
    left: 30px;
    background-position: top center;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}span.recruit_icon3 {
	background-image: url(../svg/arroba.svg);
    background-size: 100%;
    position: absolute;
    top: 31px;
    left: 30px;
    background-position: top center;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}span.recruit_icon4 {
	background-image: url(../svg/send.svg);
    background-size: 100%;
    position: absolute;
    top: 31px;
    left: 30px;
    background-position: top center;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}span.recruit_icon5 {
	background-image: url(../svg/email.svg);
    background-size: 100%;
    position: absolute;
    top: 31px;
    left: 30px;
    background-position: top center;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}input {
	color: #666;
	border-bottom: 1px solid #f1f1f1!important;
	position:relative;
    padding: 10px 10px 10px 50px;
    font-size: 16px;
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, "Droid Sans", Osaka, sans-serif;
    width: 100%;
    border: none;
}select {
	color: #666;
	border-bottom: 1px solid #f1f1f1!important;
	position:relative;
    padding: 10px 10px 10px 50px;
    font-size: 16px;
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, "Droid Sans", Osaka, sans-serif;
    width: 100%;
    border: none;
}textarea.textarea {
	color: #666;
	border-bottom: 1px solid #f1f1f1!important;
	position:relative;
    padding: 10px 10px 10px 50px;
    font-size: 16px;
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, "Droid Sans", Osaka, sans-serif;
    width: 100%;
    border: none;
    height:200px;
}input[type="submit"] {
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, "Droid Sans", Osaka, sans-serif;
    width: 240px;
    margin: 0px auto 100px;
    display: block;
    background: #414141;
    color: #fff;
    cursor: pointer;
    padding: 10px 0;
}


body {
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, "Droid Sans", Osaka, sans-serif;
	width: 100%;
    list-style: none;
	color: #414141;
    background: #fff;
    font-size: 14px;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}


header {
	-moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    width: 100%;
    position: fixed;
    z-index: 99;
    color: #fff;
    padding: 10px 20px;
}header.change-color {
	-moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    background: #000435;
}


#logo {
	position: relative;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 42px;
    margin: 20px 2%;
	color:#fff;
    z-index: 2;
    width: 240px;
}#logo:after {
    border-bottom: 1px solid #fff;
    position: absolute;
    width: 50px;
    bottom: -10px;
    content: "";
    left: 0;
}


nav#header_nav {
	position: absolute;
    top: 30px;
    text-align: right;
    width: 96%;
}ul.header_nav li {
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}ul.header_nav li small {
	font-size:12px;
    display: block;
}
ul.header_nav li a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}ul.header_nav li a {
color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}ul.header_nav li a:hover::after {
  transform: scale(1, 1);
}

#copyright {
    color: #00064a;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding: 20px 0;
}





/* スクロールダウン全体の場所 */
.scrolldown1 {
    z-index: 2;
    position: absolute;
    right: 2%;
    top: 70%;
    height: 100px;
}

/* Scrollテキストの描写 */
.scrolldown1 span {
	position: absolute;
    right: -11px;
    top: -50px;
    color: #eee;
    font-size: 12px;
    writing-mode: vertical-rl;
    font-family: 'Josefin Sans', sans-serif;
}

/* 線の描写 */
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100px;
  background: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:60px;
    opacity: 1;
  }
  100%{
    height:0;
    top:150px;
    opacity: 0;
  }
}


div#mv {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
}h2#mv_h2 {
    position: absolute;
    z-index: 10;
    margin: 0 3%;
    color: #fff;
	bottom: 40%;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 42px;
}h2#mv_h2 small {
	display: block;
    font-size: 20px;
    font-weight: bold;
    margin-top: 14px;
    padding-left: 0px;
}
.mv_img1, .mv_img2 {
	opacity:0.8;
}.bx-wrapper img {
    width: 180%;
    margin: 0 -40%;
}


div#content_top {
    width: 100%;
    margin: -80px auto 0;
    position: relative;
}.content_top_ban {
	width: 92%;
    height: 340px;
    background: #000000;
    margin: 0px auto 20px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}.content_top_ban img {
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 0.9;
}h3.top_ban_h3 {
    font-family: 'Josefin Sans', sans-serif;
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    color: #fff;
    top: 42%;
    font-size: 26px;
}h3.top_ban_h3 small {
    display: block;
    font-weight: bold;
    font-size: 14px;
}.content_top_ban img:hover {
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 0.5;
}



.ad_text {
    width: 92%;
    margin: 0 auto;
    color: #000435;
    font-size: 14px;
    padding: 20px 0;
    position: relative;
}.ad_text p {
    margin: 20px 0;
}


main {
    margin: 60px 0 0;
}.content {
    padding: 60px 0;
}.content_news {
    width: 92%;
    margin: 0 auto;
}h3.content_h3 {
	font-size: 20px;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 40px;
    color: #000435;
}h3.content_h3 small {
    display: block;
    font-weight: bold;
    font-size: 14px;
}

time.news_datetime {
    font-family: 'Josefin Sans', sans-serif;
    color: #000;
}ul.news li {
    padding: 20px 0;
    position: relative;
}ul.news li:nth-child(even) {
	background: #fafafa;
    padding: 20px 0;
    position: relative;
}time.news_datetime {
    font-family: 'Josefin Sans', sans-serif;
    color: #000;
    left: 30px;
    font-size: 18px;
    padding-top: 5px;
}span.news_cate {
    font-size: 11px;
    background: #000435;
    padding: 2px 0;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    border-radius: 100px;
    color: #fff;
    letter-spacing: 1px;
    width: 140px;
    display: inline-block;
}span.news_title:before {
    content: "-";
    padding-right: 5px;
    padding-left: 5px;
}span.news_title {
    display: block;
}



.content.sec {
    padding: 60px 0;
    background: #f9f9f9;
    text-align: center;
}


footer {
    padding: 60px 0;
}.footer_text a {
    color: #414141;
}div#footer_in {
    position: relative;
    width: 90%;
    margin: 0 auto;
}h4.footer_h4 {
    font-weight: bold;
    margin-bottom:10px;
}.footer_text {
    width: 50%;
    float: left;
}ul.footer_ul li {
    padding-left: 10px;
    font-size: 12px;
}ul.footer_ul li:before {
    content: "-";
    padding-right: 10px;
}div#footer_logo {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 42px;
    margin: 80px 2% 0;
    z-index: 2;
    color: #000435;
}div#footer_logo:before {
    content: "";
    border-bottom: 1px solid;
    position: absolute;
    width: 50px;
    height: 1px;
    bottom: -10px;
}


div#under_mv {
	background:#000435;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}.under_mv_half {
	width: 50%;
    float: left;
    opacity: 0.9;
    overflow: hidden;
}.under_mv_half img {
    width: 180%;
    margin: 0 -65%;
}.under_mv {
    opacity: 0.9;
}h1#under_mv_h2 {
	font-family: 'Josefin Sans', sans-serif;
    position: absolute;
    z-index: 10;
    text-align: center;
    width: 100%;
    color: #fff;
    top: 44%;
    font-size: 34px;
    font-weight: bold;
}h1#under_mv_h2 small {
    display: block;
    font-weight: bold;
    font-size: 14px;
}ul.breadcrumb__list {
	font-size:12px;
    width: 100%;
    text-align: center;
    background: #f9f9f9;
    padding: 10px 0;
}ul.breadcrumb__list li:first-child {
    font-family: 'Josefin Sans', sans-serif;
    display: initial;
    font-weight: bold;
}ul.breadcrumb__list li {
    display: initial;
    font-weight: bold;
    color: #cacaca;
}ul.breadcrumb__list li:last-child:before {
    content: "#";
    font-weight: lighter;
    padding: 0 5px;
}ul.breadcrumb__list a {
    color: #000;
}ul.breadcrumb__list li:nth-child(2):before {
    content: "#";
    font-weight: lighter;
}ul.breadcrumb__list li:nth-child(2) {
    padding: 0 5px;
	color: #000;
    font-family: 'Josefin Sans', sans-serif;
    display: initial;
    font-weight: bold;
}







div#sticky_space {
	position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto 60px;
    padding: 0px 0 40px;
}.sticky {
    z-index: 1;
    top: 83px;
    position: -webkit-sticky;
	position: sticky;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    color: #000435;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    background: rgb(255 255 255);
    padding: 60px 5%;
}.user_space {
    margin: 60px auto;
    width: 92%;
    position: relative;
}


.user:nth-child(1) {
    width: 46%;
    float: left;
    margin: 0 2% 20px;
}.user:nth-child(2) {
    width: 46%;
    float: left;
    margin: 40px 2% 20px;
}.user:nth-child(3) {
    width: 46%;
    float: left;
    margin: 80px 2% 20px;
}.user:nth-child(4) {
    width: 46%;
    float: left;
    margin: 120px 2% 20px;
}.user:nth-child(5) {
    width: 46%;
    float: left;
    margin: 0 2% 20px;
}.user:nth-child(6) {
    width: 46%;
    float: left;
    margin: 40px 2% 20px;
}.user:nth-child(7) {
    width: 46%;
    float: left;
    margin: 80px 2% 20px;
}.user:nth-child(8) {
    width: 46%;
    float: left;
    margin: 120px 2% 20px;
}.user:nth-child(9) {
    width: 46%;
    float: left;
    margin: 0 2% 20px;
}.user:nth-child(10) {
    width: 46%;
    float: left;
    margin: 40px 2% 20px;
}.user:nth-child(11) {
    width: 46%;
    float: left;
    margin: 80px 2% 20px;
}.user:nth-child(12) {
    width: 46%;
    float: left;
    margin: 120px 2% 20px;
}
.user {
	opacity:0;
  -ms-filter: blur(10px);
  filter: blur(10px);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    padding-top:100px;
}.fade_on {
	opacity:1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    padding-top:0px;
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.user_img {
    overflow: hidden;
    border-radius: 10px;
}

.more {
	width: 240px;
    padding: 20px 20px 14px;
    border: solid 1px;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    text-align: center;
    margin: 0px auto 100px;
}


div#corporate_influencer {
    width: 100%;
    position: relative;
    height: 360px;
    overflow: hidden;
    background: #000;
}.corporate_influencer {
    width: 100%;
    height: 360px;
    overflow: hidden;
    opacity: 0.8;
}h3.corporate_influencer_h3 {
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    top: 48%;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 52px;
}h3.corporate_influencer_h3 small {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: 0;
}.corporate_influencer_text {
    margin: 60px auto 100px;
    width: 92%;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}

div#left {
    width: 100%;
    margin-bottom:40px;
}div#right {
    width: 100%;
}h3.right_h3 {
    padding: 30px 10px;
    font-weight: bold;
    border-bottom: 1px solid;
    position: relative;
    color: #000;
}h3.right_h3:after {
    position: absolute;
    content: "→";
    right: 10px;
}


.under_mv.contact img {
    width: 180%;
    margin: 0 -40%;
}ul#recruit, ul#contact {
    width: 92%;
    margin: 0 auto 60px;
}ul#recruit li:nth-child(even) {
    position: relative;
    padding: 20px;
    background: #f9f9f9;
}ul#recruit li {
    position: relative;
    padding: 20px;
}span.recruit_title {
	font-weight: bold;
    display: block;
}.recruit_text {
    width: 92%;
    margin: 0 auto 20px;
    font-weight: bold;
}ul#contact li {
    position: relative;
    padding: 20px;
}

.under_mv.company {
    margin-top: -200px;
}.under_mv.contact {
    margin-top: -200px;
}



h3.ad_h3 {
    font-weight: bold;
    padding-left: 20px;
    font-size: 24px;
    position: relative;
    margin-bottom: 40px
}h3.ad_h3:before {
    content: "-";
    position: absolute;
    left: 0px;
}.ad_text b {
    display: block;
    font-size: 18px;
    line-height: 28px;
}.ad_img1 {
	top: 0px;
    right: 0;
    border-radius: 10px;
    overflow: hidden;
}.ad_text_left {
    font-weight: bold;
    font-size: 14px;
    color: #dcdcdc;
    letter-spacing: 2px;
}.ad_text_right {
    padding-left: 0px;
    padding-top: 20px;
}ul.ad_ul {
    margin: 20px 0;
}ul.ad_ul li {
    position: relative;
}ul.ad_ul li:before {
    content: "-";
    padding-right:10px;
}.ad_text_left small {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #000435;
    display: block;
    letter-spacing: 0;
}span.yellow {
    font-weight: bold;
    font-size: 18px;
}

div#ad_img_width {
    background-image: url(../img/page_bg.jpg);
    width: 100%;
    position: relative;
	height: 400px;
    overflow: hidden;
	margin: 40px 0;
    background-position: center;
}.ad_text_last {
    width: 92%;
    margin: 0 auto 60px;
    color: #000435;
    font-size: 14px;
    padding: 20px 0;
    line-height: 32px;
    position: relative;
    text-align: center;
}.ad_text_last p {
    margin: 20px 0;
}.ad_text_last b {
    font-size: 20px;
    margin: 40px 0;
    display: block;
}



h3.news_content_title {
    font-weight: bold;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #000
}time.news_content_date {
    font-family: 'Josefin Sans', sans-serif;
    text-align: right;
    width: 100%;
    display: block;
    font-size: 18px;
    color: #999;
}.news_content_text {
    width: 980px;
    margin: 60px auto;
    padding: 20px;
}.news_content_text {
	width: 100%;
    margin: 60px auto;
    padding: 20px;
    font-size: 16px;
    line-height: 30px;
}div#news_list_nav {
    width: 240px;
    display: block;
    background: #414141;
    color: #fff;
    cursor: pointer;
    padding: 10px 0;
    margin: 0 auto 100px;
    text-align: center;
    position: relative;
}div#news_list_nav:after {
    content: "→";
    position: absolute;
    right: 15px;
}


}@media screen and (min-width: 320px) and (max-width: 519px){


.content_in {
    width: 90%;
}

/* ========= ナビゲーションのためのCSS =============== */

/* アクティブになったエリア */
nav#g-nav {
    display: none;
}#g-nav.panelactive{
    left: 0;
    display: block;
    /* position:fixed;にし、z-indexの数値を大きくして前面へ */
    position:fixed;
    z-index: 999;
  top: 0;
  width:100%;
    height: 100vh;
}

/* 丸の拡大 */
.circle-bg{
    position: fixed;
  z-index:3;
    /* 丸の形 */
    width: 100px;
    height: 100px;
    border-radius: 50%;
	background: rgb(0 5 41 / 85%);
  transform: scale(0);/* scaleをはじめは0に */
  right:-50px;
    top:-50px;
    transition: all .6s;/* 0.6秒かけてアニメーション */
}

.circle-bg.circleactive{
  transform: scale(50);/* クラスが付与されたらscaleを拡大 */
}

/* ナビゲーションの縦スクロール */
#g-nav-list{
    display: none;/* はじめは表示なし */
    /* ナビの数が増えた場合縦スクロール */
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /* クラスが付与されたら出現 */
}

/* ナビゲーション */
#g-nav ul {
  opacity: 0;/* はじめは透明0 */
    /* ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除 */
    position: absolute;
    z-index: 999;
	top: 40px;
    left: 0%;
    width: 100%;
}

/* 背景が出現後にナビゲーションを表示 */
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除 */
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/* 0.2 秒遅らせて出現 */
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/* リストのレイアウト設定 */
#g-nav li{
	width: 100%;
    padding: 5px 0;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    list-style: none;
    line-height: 18px;
}#g-nav li small {
    display: block;
    font-size: 12px;
}

#g-nav li a{
    font-size: 20px;
    color: #fff;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}


/* ========= ボタンのためのCSS =============== */
.openbtn1{
	position: fixed;
    top: 10px;
    right: 0px;
    z-index: 9999;
    cursor: pointer;
    width: 80px;
    height: 50px;
}

/* ハンバーガー変化 */
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
	left: 27%;
    height: 2px;
    border-radius: 2px;
	background-color: #fff;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px;
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 27%;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 27%;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
}


nav#header_nav {
    display: none;
}



::placeholder {
  color: #999;
}span.recruit_icon1 {
	background-image: url(../svg/profile-user.svg);
    background-size: 100%;
    position: absolute;
    top: 31px;
    left: 30px;
    background-position: top center;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}span.recruit_icon2 {
	background-image: url(../svg/phone-call.svg);
    background-size: 100%;
    position: absolute;
    top: 31px;
    left: 30px;
    background-position: top center;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}span.recruit_icon3 {
	background-image: url(../svg/arroba.svg);
    background-size: 100%;
    position: absolute;
    top: 31px;
    left: 30px;
    background-position: top center;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}span.recruit_icon4 {
	background-image: url(../svg/send.svg);
    background-size: 100%;
    position: absolute;
    top: 31px;
    left: 30px;
    background-position: top center;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}span.recruit_icon5 {
	background-image: url(../svg/email.svg);
    background-size: 100%;
    position: absolute;
    top: 31px;
    left: 30px;
    background-position: top center;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}input {
	color: #666;
	border-bottom: 1px solid #f1f1f1!important;
	position:relative;
    padding: 10px 10px 10px 50px;
    font-size: 16px;
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, "Droid Sans", Osaka, sans-serif;
    width: 100%;
    border: none;
}select {
	color: #666;
	border-bottom: 1px solid #f1f1f1!important;
	position:relative;
    padding: 10px 10px 10px 50px;
    font-size: 16px;
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, "Droid Sans", Osaka, sans-serif;
    width: 100%;
    border: none;
}textarea.textarea {
	color: #666;
	border-bottom: 1px solid #f1f1f1!important;
	position:relative;
    padding: 10px 10px 10px 50px;
    font-size: 16px;
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, "Droid Sans", Osaka, sans-serif;
    width: 100%;
    border: none;
    height:200px;
}input[type="submit"] {
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, "Droid Sans", Osaka, sans-serif;
    width: 240px;
    margin: 0px auto 100px;
    display: block;
    background: #414141;
    color: #fff;
    cursor: pointer;
    padding: 10px 0;
}

* {
   -webkit-appearance: none;
}

body {
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, "Droid Sans", Osaka, sans-serif;
	width: 100%;
    font-weight: 400;
    list-style: none;
	color: #414141;
    background: #fff;
    font-size: 14px;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}


header {
	-moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    width: 100%;
    position: fixed;
    z-index: 99;
    color: #fff;
    padding: 10px 20px;
}header.change-color {
	-moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    background: #000435;
}


#logo {
    position: relative;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 22px;
    margin: 10px 2%;
    z-index: 2;
    width: 240px;
}#logo:after {
    border-bottom: 1px solid #fff;
    position: absolute;
    width: 50px;
    bottom: -5px;
    content: "";
    left: 0;
}


nav#header_nav {
	position: absolute;
    top: 30px;
    text-align: right;
    width: 96%;
}ul.header_nav li {
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}ul.header_nav li small {
	font-size:12px;
    display: block;
}
ul.header_nav li a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}ul.header_nav li a {
color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}ul.header_nav li a:hover::after {
  transform: scale(1, 1);
}

#copyright {
    color: #00064a;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding: 20px 0;
}





/* スクロールダウン全体の場所 */
.scrolldown1 {
    z-index: 2;
    position: absolute;
    right: 2%;
    top: 70%;
    height: 100px;
}

/* Scrollテキストの描写 */
.scrolldown1 span {
	position: absolute;
    right: 0px;
    top: -50px;
    color: #eee;
    font-size: 12px;
    writing-mode: vertical-rl;
    font-family: 'Josefin Sans', sans-serif;
}

/* 線の描写 */
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  right: 9px;
  width: 1px;
  height: 100px;
  background: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:60px;
    opacity: 1;
  }
  100%{
    height:0;
    top:150px;
    opacity: 0;
  }
}


div#mv {
    width: 100%;
	height: 90vh;
    overflow: hidden;
    background: #000;
}h2#mv_h2 {
	position: absolute;
    z-index: 10;
    margin: 0 3%;
    color: #fff;
    bottom: 40%;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 38px;
    line-height: 42px;
}h2#mv_h2 small {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    padding-left: 0px;
}
.mv_img1, .mv_img2 {
	opacity:0.8;
}.bx-wrapper img {
    width: 280%;
    margin: 0 -90%;
}


div#content_top {
    width: 100%;
    margin: -50px auto 0;
    position: relative;
}.content_top_ban {
	width: 92%;
    height: 200px;
    background: #000000;
    margin: 0px auto 20px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}.content_top_ban img {
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 0.9;
}h3.top_ban_h3 {
	font-family: 'Josefin Sans', sans-serif;
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    color: #fff;
    top: 42%;
    font-size: 28px;
}h3.top_ban_h3 small {
    display: block;
    font-weight: bold;
    font-size: 14px;
}.content_top_ban img:hover {
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 0.5;
}


main {

}.content {
    padding: 20px 0;
}.content_news {
    width: 92%;
    margin: 0 auto;
}h3.content_h3 {
	font-size: 20px;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 20px;
    color: #000435;
}h3.content_h3 small {
    display: block;
    font-weight: bold;
    font-size: 14px;
}

time.news_datetime {
    font-family: 'Josefin Sans', sans-serif;
    color: #000;
}ul.news li {
    padding: 20px 0;
    position: relative;
}ul.news li:nth-child(even) {
	background: #fafafa;
    padding: 20px 0;
    position: relative;
}time.news_datetime {
    font-family: 'Josefin Sans', sans-serif;
    color: #000;
    font-size: 20px;
    padding-top: 5px;
    margin-right: 10px;
    display: block;
    position: relative;
}span.news_cate {
	font-size: 11px;
    background: #000435;
    padding: 0px 0;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    border-radius: 100px;
    color: #fff;
    letter-spacing: 1px;
    top: 21px;
    left: 100px;
    width: 140px;
    display: block;
}span.news_title:before {
    content: "-";
    padding-right: 5px;
    padding-left: 5px;
}span.news_title {
    display: block;
}



.content.sec {
    padding: 40px 0;
    background: #f9f9f9;
    text-align: center;
}


footer {
    padding: 60px 0;
}.footer_text a {
    color: #414141;
}div#footer_in {
    position: relative;
    width: 90%;
    margin: 0 auto;
}h4.footer_h4 {
    font-weight: bold;
    margin-bottom:10px;
}.footer_text {
    margin-bottom: 20px;
}ul.footer_ul li {
    padding-left: 10px;
    font-size: 12px;
}ul.footer_ul li:before {
    content: "-";
    padding-right: 10px;
}div#footer_logo {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 42px;
    margin: 80px 2% 0;
    z-index: 2;
    color: #000435;
}div#footer_logo:before {
    content: "";
    border-bottom: 1px solid;
    position: absolute;
    width: 50px;
    height: 1px;
    bottom: -10px;
}


div#under_mv {
	background:#000435;
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}.under_mv_half {
	width: 50%;
    float: left;
    opacity: 0.9;
    overflow: hidden;
}.under_mv_half img {
    width: 220%;
    margin: 0 -80%;
}.under_mv {
    opacity: 0.9;
}h1#under_mv_h2 {
    font-family: 'Josefin Sans', sans-serif;
    position: absolute;
    z-index: 10;
    text-align: center;
    width: 100%;
    color: #fff;
    top: 46%;
    font-size: 26px;
    font-weight: bold;
}h1#under_mv_h2 small {
    display: block;
    font-weight: bold;
    font-size: 12px;
}ul.breadcrumb__list {
	font-size:12px;
    width: 100%;
    text-align: center;
    background: #f9f9f9;
    padding: 10px 0;
}ul.breadcrumb__list li:first-child {
    font-family: 'Josefin Sans', sans-serif;
    display: initial;
    font-weight: bold;
}ul.breadcrumb__list li {
    display: initial;
    font-weight: bold;
}ul.breadcrumb__list li:last-child:before {
    content: "#";
    font-weight: lighter;
    padding: 0 5px;
}ul.breadcrumb__list a {
    color: #000;
}ul.breadcrumb__list li:nth-child(2):before {
    content: "#";
    font-weight: lighter;
}ul.breadcrumb__list li:nth-child(2) {
    padding: 0 5px;
	color: #000;
    font-family: 'Josefin Sans', sans-serif;
    display: initial;
    font-weight: bold;
}




div#sticky_space {
	position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto 60px;
    padding: 0px 0 40px;
}.sticky {
    z-index: 1;
    top: 64px;
    position: -webkit-sticky;
	position: sticky;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    color: #000435;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    background: rgb(255 255 255);
    padding: 20px 5%;
}.user_space {
    margin: 60px auto;
    width: 92%;
    position: relative;
}


.user:nth-child(1) {
    width: 46%;
    float: left;
    margin: 0 2% 20px;
}.user:nth-child(2) {
    width: 46%;
    float: left;
    margin: 40px 2% 20px;
}.user:nth-child(3) {
    width: 46%;
    float: left;
    margin: 80px 2% 20px;
}.user:nth-child(4) {
    width: 46%;
    float: left;
    margin: 120px 2% 20px;
}.user:nth-child(5) {
    width: 46%;
    float: left;
    margin: 0 2% 20px;
}.user:nth-child(6) {
    width: 46%;
    float: left;
    margin: 40px 2% 20px;
}.user:nth-child(7) {
    width: 46%;
    float: left;
    margin: 80px 2% 20px;
}.user:nth-child(8) {
    width: 46%;
    float: left;
    margin: 120px 2% 20px;
}.user:nth-child(9) {
    width: 46%;
    float: left;
    margin: 0 2% 20px;
}.user:nth-child(10) {
    width: 46%;
    float: left;
    margin: 40px 2% 20px;
}.user:nth-child(11) {
    width: 46%;
    float: left;
    margin: 80px 2% 20px;
}.user:nth-child(12) {
    width: 46%;
    float: left;
    margin: 120px 2% 20px;
}
.user {
	opacity:0;
  -ms-filter: blur(10px);
  filter: blur(10px);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    padding-top:100px;
}.fade_on {
	opacity:1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    padding-top:0px;
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.user_img {
    overflow: hidden;
    border-radius: 10px;
}

.more {
	width: 240px;
    padding: 20px 20px 14px;
    border: solid 1px;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    text-align: center;
    margin: 0px auto 100px;
}


div#corporate_influencer {
    width: 100%;
    position: relative;
    height: 240px;
    overflow: hidden;
    background: #000;
}.corporate_influencer {
    width: 100%;
    height: 240px;
    overflow: hidden;
    opacity: 0.8;
}h3.corporate_influencer_h3 {
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    top: 44%;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 30px;
}h3.corporate_influencer_h3 small {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0px;
    letter-spacing: 0;
}.corporate_influencer_text {
    margin: 60px auto 100px;
    width: 92%;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
}

div#left {
    width: 100%;
    margin-bottom:40px;
}div#right {
    width: 100%;
}h3.right_h3 {
    padding: 30px 10px;
    font-weight: bold;
    border-bottom: 1px solid;
    position: relative;
    color: #000;
}h3.right_h3:after {
    position: absolute;
    content: "→";
    right: 10px;
}


.under_mv.contact img {
    width: 180%;
    margin: 0 -40%;
}ul#recruit, ul#contact {
    width: 92%;
    margin: 0 auto 60px;
}ul#recruit li:nth-child(even) {
    position: relative;
    padding: 20px;
    background: #f9f9f9;
}ul#recruit li {
    position: relative;
    padding: 20px;
}span.recruit_title {
	font-weight: bold;
    display: block;
}.recruit_text {
    width: 92%;
    margin: 0 auto 20px;
    font-weight: bold;
}ul#contact li {
    position: relative;
    padding: 20px;
}

.under_mv.company {
    margin-top: -200px;
}.under_mv.contact {
    margin-top: -200px;
}


.ad_text {
    width: 92%;
    margin: 0 auto;
    color: #000435;
    font-size: 14px;
    padding: 20px 0;
    position: relative;
}.ad_text p {
    margin: 20px 0;
}h3.ad_h3 {
	font-weight: bold;
    padding-left: 20px;
    font-size: 24px;
    position: relative;
    margin-bottom: 40px;
    line-height: 32px;
}h3.ad_h3:before {
    content: "-";
    position: absolute;
    left: 0px;
}.ad_text b {
    display: block;
    font-size: 18px;
    line-height: 28px;
}.ad_img1 {
	top: 0px;
    right: 0;
    border-radius: 10px;
    overflow: hidden;
}.ad_text_left {
    font-weight: bold;
    font-size: 14px;
    color: #dcdcdc;
    letter-spacing: 2px;
}.ad_text_right {
    padding-left: 0px;
    padding-top: 20px;
}ul.ad_ul {
    margin: 20px 0;
}ul.ad_ul li {
    position: relative;
}ul.ad_ul li:before {
    content: "-";
    padding-right:10px;
}.ad_text_left small {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #000435;
    display: block;
    letter-spacing: 0;
}span.yellow {
    font-weight: bold;
    font-size: 18px;
}

div#ad_img_width {
    background-image: url(../img/page_bg.jpg);
    width: 100%;
    position: relative;
	height: 400px;
    overflow: hidden;
	margin: 40px 0;
    background-position: center;
}.ad_text_last {
    width: 92%;
    margin: 0 auto 60px;
    color: #000435;
    font-size: 14px;
    padding: 0px 0;
    line-height: 32px;
    position: relative;
}.ad_text_last p {
    margin: 20px 0;
}.ad_text_last b {
    font-size: 20px;
    margin: 40px 0;
    display: block;
}.ad_text_last br {
	display:none;
}

h3.news_content_title {
	font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #000;
}time.news_content_date {
    font-family: 'Josefin Sans', sans-serif;
    text-align: right;
    width: 100%;
    display: block;
    font-size: 18px;
    color: #999;
}.news_content_text {
    width: 980px;
    margin: 60px auto;
    padding: 20px;
}.news_content_text {
	width: 100%;
    margin: 60px auto;
    padding: 20px;
    font-size: 16px;
    line-height: 30px;
}div#news_list_nav {
    width: 240px;
    display: block;
    background: #414141;
    color: #fff;
    cursor: pointer;
    padding: 10px 0;
    margin: 0 auto 100px;
    text-align: center;
    position: relative;
}div#news_list_nav:after {
    content: "→";
    position: absolute;
    right: 15px;
}
}



/* ========================================
   ヘッダー固定（汎用）
======================================== */
body.fixed-header-page header {
  background: #000435;
  position: fixed;
}

body.fixed-header-page header #logo,
body.fixed-header-page header #logo a,
body.fixed-header-page header .header_nav li a {
  color: #fff;
}

body.fixed-header-page header #logo:after {
  border-bottom-color: #fff;
}

body.fixed-header-page .breadcrumb__list {
  padding-top: 110px;
}

@media screen and (min-width: 520px) and (max-width: 979px) {
  body.fixed-header-page .breadcrumb__list {
    padding-top: 80px;
  }
}

@media screen and (min-width: 320px) and (max-width: 519px) {
  body.fixed-header-page .breadcrumb__list {
    padding-top: 70px;
  }
}





/* ================================================
   上部CVボックス（記事上部用・目次風デザイン）
================================================ */

.cv_box_top {
  margin: 40px 0;
  border: 2px solid #000435;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 4, 53, 0.1);
}

.cv_box_header {
  background: #000435;
  color: #fff;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}

.cv_box_content {
  padding: 25px;
  background: #fff;
}

.cv_box_list {
  margin-bottom: 25px;
}

.cv_box_item {
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  font-weight:bold;
  color:#000435;
  border-bottom: 1px solid #f5f5f5;
}

.cv_box_item:last-child {
  border-bottom: none;
}

.cv_box_solution {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  margin-top: 20px;
}

.cv_box_solution_text {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  margin: 0 0 20px;
}

.cv_box_solution_text strong {
  color: #000435;
  font-size: 18px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 1px;
}

.cv_box_price {
  color: #c8161d;
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  padding: 0 6px;
  margin: 0 4px;
}

.cv_box_btn {
  margin-top: 20px;
}

.cv_box_link {
  display: inline-block;
  background: #000435;
  color: #fff;
  text-decoration: none;
  padding: 14px 40px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.3s ease;
  border: 2px solid #000435;
}

.cv_box_link:hover {
  background: #fff;
  color: #000435;
  border-color: #000435;
}

/* レスポンシブ対応 */
@media screen and (max-width: 640px) {
  .cv_box_top {
    margin: 30px 0;
  }
  
  .cv_box_header {
    padding: 10px 15px;
    font-size: 14px;
  }
  
  .cv_box_content {
    padding: 20px 15px;
  }
  
  .cv_box_item {
    font-size: 14px;
    padding: 8px 0;
  }
  
  .cv_box_solution {
    padding: 15px;
  }
  
  .cv_box_solution_text {
    font-size: 14px;
    line-height: 1.8;
  }
  
  .cv_box_solution_text strong {
    font-size: 16px;
  }
  
  .cv_box_solution_text br {
    display: none;
  }
  
  .cv_box_price {
    font-size: 20px;
    display: block;
    margin: 8px 0;
  }
  
  .cv_box_link {
    padding: 12px 30px;
    font-size: 14px;
    display: block;
  }
}

@media screen and (min-width: 641px) and (max-width: 979px) {
  .cv_box_content {
    padding: 22px 20px;
  }
  
  .cv_box_item {
    font-size: 14px;
  }
  
  .cv_box_solution_text {
    font-size: 14px;
  }
}