@charset "UTF-8";
header {
  min-height: 350px;
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}
.navbar-brand {
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: -10px;
}
.brand-logo {
	height: 85px;
	margin-left: 10px;
	padding-bottom: 0px;
	margin-top: -11px;
}
.nav.navbar-nav.navbar-right {
	margin-right: 0px;
}
.navbar.navbar-default.navbar-fixed-top {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.justify {
text-align: justify;
text-justify: inter-ideograph; /* IEやEdge用 */
}

/* テキストリンク色 */
.link_text a {
  color: #00ABC6;
}
.link_text a:hover {
  color: #001763;
  text-decoration: none;
}

/* -------------------------------------------------
		NavBarのカラーリング
	------------------------------------------------- */
/* navbar 全体の背景色 */
.navbar-default {
background-color: #02B0F0;
}
/* navbar テキストカラー */
.navbar-default .navbar-nav > li > a {
color: #FFFFFF;
}
/* navbar hover,focus時のテキストカラー */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #001763;
background-color: transparent;
}
/* navbar active設定時のカラー */
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
color: #001763;
background-color: transparent;
}


/* navbar 画面サイズ767px以下の時のカラー */
@media (max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
color: #D34547;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
color: #001763;
background-color: transparent;
}
}
/* -------------------------------------------------- */



/* navbar ハンバーガー四角枠 */
.navbar-default .navbar-toggle {
border-color: #FFFFFF;
}
/* navbar ハンバーガーボタン,タップとホバーした時の背景色 */
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
background-color: #001763;
}
/* navbar ハンバーガーボタン,タップとホバーした時の四角枠 */
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
border-color: #001763;
}
/* navbar ハンバーガーボタン,文字色 */
.menu-text {
  color: #FFFFFF;
}


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

.no-padding {
  padding: 0;
  margin: 0;
  }  

.bg_color_csm {
	width: 100vh;
	height: 50vh;
	z-index: 2;
	position: relative;
	background-image: url(../img/img_csm_hero-1920.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
}


/* -------------------------------------------------
		全体共通指定
	------------------------------------------------- */
/* コンテンツのbgカラー --------------*/
.content_bgcolor_01 {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 100px;
}
.content_set {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 100px;
	margin-top: 160px;
}
.content_set_privacy {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 100px;
	margin-top: 100px;
}

.margin_adjust_top {
  margin-top: -100px
}


/* リンクボタン --------------*/
.btn_move_box {
  padding-top: 30px;
  clear: both;
}
.btn_move_box .btn.btn_move {
  width: 270px;
  border-radius: 6px;
  background-color: #00ABC6;
  border-bottom: 3px solid #006171;
  color: #ffffff;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0px;
  padding-bottom: 20px;
  font-size: 1.2em;
}
.btn_move_box .btn.btn_move:hover {
  color: #FFFFFF;
  border-bottom: none;
  margin-top: 3px;
}


/* footer --------------*/
footer {
	background-color: #02B0F0;
	padding-top: 30px;
	padding-bottom: 20px;
}
.copyright {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFFFFF;
  font-size: 0.87em;
  line-height: 1;
}
.footer_link_group {
  margin-bottom: 20px;
}
.footer_link_group .footer_text {
  color: #FFFFFF;
  font-size: 0.87em;
  line-height: 2.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 10px;
}
.footer_link_group .footer_text:hover  {
  color: #00ABC6;
  text-decoration: none;
}
.footer_sns_group {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.footer_sns_group .sns_icon {
  color: #FFFFFF;
  margin: 0 20px;
}
.footer_sns_group .sns_icon:hover  {
  color: #00ABC6;
  text-decoration: none;
}

/* -------------------------------------------------
		セクション内の共通指定
	------------------------------------------------- */
/* セクションタイトル --------------*/
.section_title_box {
	padding-top: 0px;
	margin-bottom: 0px;
	text-align: center;	
}
.section_title_box2 {
	padding-top: 20px;
	margin-bottom: 40px;
	text-align: center;	
}
.section_title_box3 {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	text-align: center;	
}
.content_icon {
  width: 120px;
  color: #00ABC6;
}
.section_title_main {
  font-size: 2.5em;
  margin-top: 10; 
  margin-bottom: 0;
	color: #015BAD;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.section_title_sub {
  font-size: 1.875em;
  font-family: Arial, Helvetica, sans-serif;
}
.content_title_sub {
  font-size: 2em;
  border-bottom: solid 2px #00ABC6;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

/* セクション内コピー --------------*/
.content_lead_copy {
  font-size: 1.22em;
  line-height: 1.6;
}
.content_catch_copy {
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 30px;
}

/* トップ内 事業内容 --------------*/
.row.service_1-2-3_box {
  margin-top: 0px;
}
.home_service_img {
  padding: 0px;
}
.caption_1-2-3_group {
margin-top: 20px;
}
.home_service_title {
  font-size: 1.62em;
  color: #2d2d2d;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.home_service_caption {
  font-size: 1.22em;
  line-height: 1.6;
  padding-left: 10px;
  padding-right: 10px;
}
.home_service_group {
	padding-bottom: 20px;
	height: 565px;
	margin-bottom: 30px;
}

/* トップ内 制作実績 --------------*/
.works_item {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
	right: 0;
}

/* トップ内 ブログ紹介バナー --------------*/
.blog_banner_bg {
  background-color: #FFFFFF;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px #C5C5C5;
  box-shadow: 0px 0px 10px #C5C5C5;
  position: relative;
}
.blog_banner_bg:hover {
  background-color: #F5F5F5;
}
.span2box {
  display: inline-block;
  margin: 0;
  padding: 30px;
  width: 100%;
  }
.blog_banner_caption {
  color: #999999;
}
.blog_banner_logo {
  width: 264px;
}

/* トップ内 お問い合わせ --------------*/
.container.contact_box {
  background-color: #FFFFFF;
  border: 1px solid #D7DCDE;
  padding: 20px;
  border-radius: 6px;
}
.home_contact_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_contact_title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.btn_contact_set .btn.btn_contact {
  width: 80%;
  border-radius: 6px;
  background-color: #00ABC6;
  border-bottom: 3px solid #006171;
  color: #ffffff;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 10px;
  font-size: 1.2em;
}
.btn_contact_set .btn.btn_contact:hover {
  color: #FFFFFF;
  border-bottom: none;
  margin-top: 3px;
}



/* -------------------------------------------------
		page-top scroll
	------------------------------------------------- */
/*ボタンを固定する*/
#page-top {
	position: fixed;
	bottom: 50px;
	right: 10px;
	border-radius: 100px;
	z-index: 2;
}
/*ボタンをデザインする*/
#page-top a {
	background-color: #015BAD;
	text-decoration: none;
	color: #fff;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
	display: block;
	border-radius: 100px;
	font-size: 1em;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #001763;
}






/* -------------------------------------------------
		会社概要
	------------------------------------------------- */
/* リンク色--*/
.link_text a {
  color: #00ABC6;
}
.link_text a:hover {
  color: #314B57;
  text-decoration: none;
}

/* 事業者概要テーブル --------------*/
.table_profile_box {
  margin-top: 40px;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.12em;
}
table th,
table td {
  padding: 20px;
  border: 1px solid #999;
  width: 100%;
}
table th {
  background-color: #C4EEFE;
  text-align: left;
  width: 26%;
}





/* -------------------------------------------------
		表示幅 〜767pxの指定（col-xs）
	------------------------------------------------- */
@media screen and (max-width:767px){

.content_bgcolor_01 {
	padding-top: 20px;
	padding-bottom: 50px;
	margin-top: 20px;
}
.content_bgcolor_02 {
	background-color: #FFFFFF;
	padding-bottom: 50px;
	margin-top: 30px;
}
.profile_wrap img {
  width: 80%; /* プロフィール画像サイズ---*/
}
.profile_name {
  margin-top: 0px;
}
table {
  border-collapse: collapse;
  border-top: 1px solid #999;
  }
table td {
  display: block;
  text-align: left;
  }
table th {
  display: block;
  border-top: none;
  border-bottom: none;
  width: 100%;
}
.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.header_text_area {
	width: 100%;
	height: 50%;
	position: relative;
	background-repeat: no-repeat;
	padding: 0px;
}

.header_text_sub {
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	text-shadow: 0px 2px 4px #000000;
	padding-top: 20px;
	position: relative;
}

.bg_color_csm {
	width: 100%;
	z-index: -1;
	position: absolute;
	background-image: url(../img/img_csm_hero-1200.jpg);
	background-position: center bottom;
	height: 50vh;
	background-size: cover;
}




body header {
	height: 300px;
}
.navbar-header .navbar-brand .brand-logo {
	height: 53px;
	margin-top: 8px;
	margin-bottom: 0px;
}
.section_title_box.text-center {
	padding-top: 20px;
	padding-bottom: 0px;
}
.section_title_box.text-center .content_icon  {
	width: 80px;
	margin-top: 0px;
}
.section_title_box.text-center .title_main {
	font-size: 4rem;
}
.section_title_box.text-center .section_title_sub  {
	font-size: 1.6rem;
	margin-bottom: 0px;
}
.home_contact_wrap {
  width: 100%;
  height: 100%;
  display: block;
  align-items: center;
  justify-content: center;
}
.home_contact_group .col-sm-4.home_contact_title {
  margin-bottom: 20px;
}
.home_contact_group .col-sm-4.home_service_caption {
  margin-bottom: 20px;
  font-size: 1.12em;
  line-height: 1.5;
}
.container.contact_box {
  margin-left: 15px;
  margin-right: 15px;
}
/*.header_img_area {
  background-image: url(../img/header_img01.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
  margin: 0;
  min-height: 220px;
  width: 100%;
  height: 100%;
  float: left;
  background-color: #00ABC6;
} */

/* -------------------------------------------------
		Header
	------------------------------------------------- */
#header {
  display: inline-block;
  width: 100%;
  margin-top: 71px;
}
.section_title_main {
  font-size: 2em;
  margin-top: 10;
  margin-bottom: 0;
	color: #015BAD;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* セクション内コピー --------------*/
.content_lead_copy {
  font-size: 1.12em;
  line-height: 1.5;
}
.content_bgcolor_02 {
	background-color: #FFFFFF;
	padding-bottom: 50px;
	margin-top: 30px;
}
.content_catch_copy {
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.home_service_wrap {
  margin-top: 40px;
}
.content_title_sub {
  font-size: 1.47em;
  border-bottom: solid 2px #00ABC6;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.header_text_catchcopy {
	font-size: 2.0em;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0px 2px 4px #000000;
	padding-top: 30px;
	width: auto;
}
.header_text_sub {
	font-size: 1.0em;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	text-shadow: 0px 2px 4px #000000;
	padding-top: 20px;
}

.privacy_catch_copy {
	font-size: 1.1em;
	text-align: left;
	margin-bottom: 50px;
}
.privacy_title_copy {
	font-size: 1.5em;
	text-align: left;
	margin-bottom: 20px;
	color: #015BAD;
}
.privacy_lead_copy {
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 10px;
	text-align: left;
}
.privacy_lead_copy_list {
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 60px;
	text-align: left;
}
.no-list {
	margin-bottom: 60px;
}
.form_info {
	font-size: 1em;
	text-align: left;
	margin-bottom: 50px;
}
.pc { display:inline;
}
.sp { display:none;
}
.pc { display:none;
}
.sp { display:inline;
}
} /* 表示幅 〜767pxの指定（col-xs）ここまで*/

/* -------------------------------------------------
		表示幅　768px以上の指定
	------------------------------------------------- */
@media screen and (min-width:768px){
.br-hide {
  display: none; /* 768px以上で改行やめ*/
}

  .margin_adjust_top {
    margin-top: -30px;
  }
	.bg_color_csm {
	width: 100%;
	height: 100%;
	z-index: 2;
	position: relative;
	background-image: url(../img/img_csm_hero-1920.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.privacy_catch_copy {
	font-size: 1.25em;
	text-align: left;
	margin-bottom: 50px;
}
.privacy_title_copy {
	font-size: 1.5em;
	text-align: left;
	margin-bottom: 20px;
	color: #015BAD;
}
.privacy_lead_copy {
	font-size: 1.22em;
	line-height: 1.6;
	margin-bottom: 10px;
	text-align: left;
}
.privacy_lead_copy_list {
	font-size: 1.22em;
	line-height: 1.6;
	margin-bottom: 60px;
	text-align: left;
}
.no-list {
	margin-bottom: 60px;
}
.header_text_area {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	min-height: 500px;
	background-repeat: no-repeat;
	padding: 0px;
}

.header_text_catchcopy {
	font-size: 3.5em;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0px 2px 4px #000000;
	padding-top: 40px;
}

.header_text_sub {
	font-size: 1.25em;
	line-height: 1.75em;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	text-shadow: 0px 2px 4px #000000;
	padding-top: 24px;
}
.content_bgcolor_02 {
	background-color: #FFFFFF;
	padding-bottom: 50px;
	margin-top: 30px;
}
.form_info {
	font-size: 1.25em;
	text-align: center;
	margin-bottom: 50px;
}
}



/* -------------------------------------------------
		表示幅 768px〜991pxの指定（col-sm）
	------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:991px){
.section_title_box.text-center {
	padding-top: 0px;
	padding-bottom: 5px;
}
.section_title_box.text-center .section_title_sub {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.content_bgcolor_01 {
	padding-top: 0px;
	padding-bottom: 50px;
}
.header_text_area {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	min-height: 400px;
	background-repeat: no-repeat;
	padding: 0px;
}
}


/* -------------------------------------------------
		表示幅 992px〜1199pxの指定（col-md）
	------------------------------------------------- */
@media screen and (min-width:992px) and (max-width:1199px){
.content_bgcolor_01 {
	padding-top: 0px;
	padding-bottom: 80px;
}
.header_text_area {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	min-height: 500px;
	background-repeat: no-repeat;
	padding: 0px;
}
}


/* -------------------------------------------------
		表示幅 1200px以上の指定（col-lg）
	------------------------------------------------- */
@media screen and (min-width:1200px){
.form_info {
	font-size: 1.25em;
	text-align: center;
	margin-bottom: 50px;
}
.caution_catch_copy {
  font-size: 1.5em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

.caution_lead_copy {
	font-size: 1.22em;
	line-height: 1.6;
	margin-bottom: 40px;
	text-align: center;
}

.text_red {
	color: #FF0004;	
}

.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.header_text_area {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	min-height: 600px;
	background-repeat: no-repeat;
	padding: 0px;
}
.header_text_catchcopy {
	font-size: 4.5em;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0px 2px 4px #000000;
	padding-top: 60px;
}
.header_text_area .header_text_sub {
	font-size: 1.5em;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	text-shadow: 0px 2px 4px #000000;
	padding-top: 40px;
}
}
/* -------------------------------------------------
		表示幅 1600px以上の指定（col-lg）
	------------------------------------------------- */
@media screen and (min-width:1600px){
.bg_color_csm {
	width: 100%;
	height: 100%;
	z-index: 2;
	position: relative;
	background-image: url(../img/img_csm_hero-1920.jpg);
	background-size: cover;
	background-position: center bottom;
}
}
