@charset "utf-8";

/*
Theme Name: Scintiller
Description: 株式会社サンティエのテーマ
Theme URI: https://scintiller.co.jp
*/

/* import reset */

@import url("css/reset.css");

* {
    box-sizing: border-box !important;
}

body {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  background: #fff;
  color: #444;
  line-height: 180%;
  -webkit-text-size-adjust: 100%;
}

/* 共通 --------------------------------------------------------------------- */

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

a:link,
a:visited {
  color: #444;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover,
a:active {
  opacity: .5;
  text-decoration: none;
}

.central {
  text-align: center;
}

.btn {
  width: 200px;
  height: 50px;
  margin: 30px auto 0;
}

.btn > a {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 3px;
  text-align: center;
  color: #fff;
  background: #3399cc;
}

.btn > a > i {
  font-size: 30px;
  vertical-align: middle;
}

@media (max-width: 768px) {

  .btn {
    width: 150px;
    height: 30px;
    margin: 0 auto;
  }

  .btn > a {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 3px;
  }

  .btn > a > i {
    font-size: 20px;
  }

}

/* title --------------------------------------------------------------- */

.sec-l-title {
  font-size: 24px;
  margin: 50px 0;
}

@media (max-width: 768px) {

  /* title --------------------------------------------------------------- */

  .sec-l-title {
    font-size: 18px;
    margin: 40px 0;
  }

}

/* layout container -------------------------------------------------------- */

.container::after {
  display: block;
  content: "";
  clear: both;
}

.container {
  max-width: 960px;
  height: auto;
  margin: 0 auto;
}

/* .four-column-container ------------------------------------------------- */

.four-column-container::after {
  display: block;
  content: "";
  clear: both;
}

.four-column-container .four-column-item {
  float: left;
  width: 22%;
  height: auto;
  text-align: center;
}

.four-column-container .four-column-item {
  margin-right: 4%;
}

.four-column-container .four-column-item:nth-child(4n) {
  margin-right: 0;
}

/* .two-column-container ----------------------------------------------- */

.two-column-container::after {
  display: block;
  content: "";
  clear: both;
}

.two-column-container .two-column-item {
  float: left;
  width: 48%;
  height: auto;
}

.two-column-container .two-column-item:not(:last-child) {
  margin-right: 4%;
}

@media (max-width: 1000px) {

  .container {
    padding: 0 20px;
  }

}

@media (max-width: 768px) {

  .four-column-container .staff-item {
    float: left;
    width: 48%;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
  }

  .four-column-container .staff-item:nth-child(even) {
    margin-right: 0%;
  }

  .four-column-container .staff-item:nth-child(even) {
    margin-right: 0%;
  }

  .two-column-container .two-column-item {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .two-column-container .two-column-item:not(:last-child) {
    margin-right: 0%;
  }

}

/* .six-four-column-container ------------------------------------------------------------ */

.six-four-column-container::after {
  display: block;
  content: "";
  clear: both;
}

.inner-four-column {
  float: left;
  width: 72%;
  height: auto;
  padding-right: 40px;
}

.inner-two-column {
  float: right;
  width: 28%;
  height: auto;
}

@media (max-width: 768px) {

  .inner-four-column {
    float: none;
    width: 100%;
    height: auto;
    padding-right: 0;
  }

  .inner-two-column {
    float: none;
    width: 100%;
    height: auto;
  }

}

/* header ------------------------------------------------------------ */

.header-top-wrap {
  background: #fff4f4;
  padding: 8px 0;
  font-size: 12px;
}

.site-desc {
  float: left;
}

.header-top-nav {
  float: right;
}

.header-top-nav li {
  float: left;
}

.header-top-nav li:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 768px) {

  .site-desc {
    float: none;
    line-height: 1.5em;
  }

  .header-top-nav {
    display: none;
  }

}

/* .header-site ------------------------------------------------------------- */

.header-site {
  padding: 30px 0;
}

/* .siteid ------------------------------------------------------------ */

.siteid a:link,
.siteid a:visited {
  text-decoration: none;
  transition: none;
}

.siteid a:hover,
.siteid a:active {
  text-decoration: none;
}

.siteid::after {
  display: block;
  content: "";
  clear: both;
}

.siteid {
  float: left;
  margin-top: 15px;
}

.siteid img {
  float: left;
  max-width: 200px;
  height: atuo;
  margin-right: 14px;
}

.siteid .name {
  display: block;
  float: left;
  margin-top: 26px;
}

@media (max-width: 1000px) {

  .siteid {
    padding-left: 20px;
  }

}

@media (max-width: 768px) {

  .header-site {
    padding: 15px 0;
  }

  .siteid {
    float: none;
    text-align: center;
  }

  .siteid img {
    float: none;
  }

  .siteid .name {
    float: none;
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
  }

}

/* .header-cont-contact ---------------------------------------- */

.header-cont-contact {
  float: right;
  width: 255px;
  height: auto;
}

.header-cont-contact p {
  color: #e4007f;
}

.otoiawase {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.3px;
}

.tellnumber {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
}

@media (max-width: 1000px) {

  .header-cont-contact {
    margin-right: 20px;
  }

}

@media (max-width: 768px) {

  .header-cont-contact {
    display: none;
  }

}

/* .grobal-nav-wrap --------------------------------------------------------- */

.grobal-nav-wrap {
  background: #d05252;
  margin-bottom: 50px;
}

.menu {
  width: 100%;
  height: auto;
}

.menu li {
  float: left;
  width: 16.666%;
  height: 50px;
}

.menu li a {
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.menu li a:link,
.menu li a:visited {
  color: #fff;
  background: transparent;
}

.menu li a:hover,
.menu li a:active {
  opacity: 1;
  color: #fff;
  background: #921b35;
}

@media (max-width: 768px) {

  .grobal-nav-wrap {
    display: none;
  }

}

/* .bread-crumb */

.bread-crumb {
  line-height: 2.0em;
  padding-top: 0;
  padding-bottom: 0;
}

.bread-crumb ul::after {
  display: block;
  content: "";
  clear: both;
}

.bread-crumb ul li::after {
    content: '\f054';
    font-family: 'FontAwesome';
    margin-left: 10px;
}

.bread-crumb ul li {
  float: left;
}

.bread-crumb ul li a:link,
.bread-crumb ul li a:visited {
  text-decoration: underline;
}

.bread-crumb ul li a:hover,
.bread-crumb ul li a:active {
  text-decoration: none;
}

.bread-crumb ul li:not(:last-child) {
  margin-right: 10px;
}

.bread-crumb ul li.current::after {
  content: none;
}

@media (max-width: 768px) {
    
    .bread-crumb {
        padding: 10px 20px;
        background: #eee;
    }
    
}

/* .hero --------------------------------------------------------- */

.hero {
  position: relative;

}

.hero-inner-cont {
  position: absolute;
  top: 35%;
  right: 50px;
}

.hero-copy {
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 2px;
  color: #d05252;
  background: transparent;
  text-align: center;
}

@media (max-width: 768px) {

  .hero-inner-cont {
    width: 230px;
    height: auto;
    top: 50%;
    right: 40px;
  }

  .hero-copy {
    font-size: 12px;
    text-align: right;
    background: rgba(255,255,255,0.5);
    padding: 3px;
  }

  .hero .btn {
    width: 100px;
    height: 30px;
    margin: 10px 0 0 130px;
  }

  .hero .btn > a {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0;
  }

  .hero .btn > a > i {
    font-size: 20px;
  }

}

/* main ------------------------------------------------------------------- */

/*  トップページ //////////////////////////////////////////////////////////// */

/* .copy-cont */

.copy-cont {
  position: relative;
  max-width: 757px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.copy {
  font-size: 18px;
  line-height: 2.0em;
  color: #d05252;
  padding: 50px 70px 0 75px;
  background-image: url(images/figure.png), url(images/figure.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left, right;
}

 .btn-m-text > a {
  font-size: 16px;
  letter-spacing: 1px;
}

@media (max-width: 768px) {

  .copy {
    font-size: 14px;
    line-height: 1.7em;
    text-align: left;
    padding: 25px 0 10px;
    background-image: none;
  }

  .btn-m-text > a {
     font-size: 12px;
     letter-spacing: 1px;
   }

}

/* スタッフ紹介サムネイル */

.thumb-staff {
  margin-bottom: 10px;
  border-radius: 50%;
}

/* .top-info-cont */

.top-info-cont {
  margin: 50px 0;
}

.top-info-list {
  margin-top: 10px;
}

.sec-m-title {
  font-size: 18px;
  padding: 15px 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

.top-info-list-item {
  border-bottom: 2px dotted #ddd;
}

.top-info-list-item a {
  display: block;
  margin: 0;
  padding: 8px 0;
}

.datetime {
    font-weight: bold;
  margin-right: 10px;
}

.more-right {
  text-align: right;
  margin-top: 20px;
}

/* .page-top-container */

.page-top-container {
  background: #ccc;
}

.page-top-container a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #444;
  text-align: center;
}

/* .top-bnr-cont */

.top-bnr-cont {
	margin-bottom: 40px;
}

/* footer */

.footer-top-container {
  background: #fff4f4;
  padding: 50px 0;
}

.footer-container {
  color: #fff;
  background: #d05252;
  padding: 50px 0;
}

.foot-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.add {
  margin-bottom: 20px;
}

.att > a {
  color: #d05252;
}

.foot-nav-cont ul {
  float: left;
  width: 48%;
  height: auto;
}

.foot-nav-cont ul li {
  margin-bottom: 5px;
}

.sns-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sns-list::after {
  display: block;
  content: "";
  clear: both;
}

.sns-list {
  width: 50px;
  height: auto;
  margin: 0 auto 15px;
}

.sns-list li {
  float: left;
}

.sns-list li:not(:last-child) {
  margin-right: 13px;
}

.sns-list li a {
  color: #fff;
  background: transparent;
}

.sns-list li a i {
  font-size: 24px;
}

.copyright {
  text-align: center;
}

/*  スタッフ紹介ページ ////////////////////////////////////////////////////// */

/* スタッフ紹介コピー */

.copy-cont.staff-copy-cont {
  position: relative;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.copy.staff-copy {
  padding: 0 40px;
  margin-bottom: 50px;
  background-image: url(images/figure2.png), url(images/figure2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left, right;
}

.staff-list-cont {
  max-width: 960px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0 50px;
}

.staff-list-cont .staff-item {
  margin-bottom: 30px;
}

/* b-p */

.b-p {
  background: #fff4f4;
}

@media (max-width: 768px) {

  .copy.staff-copy {
    padding: 0 20px;
    background-image: none;
  }

  .staff-list-cont {
    padding: 10px 20px 30px;
  }

}

/*  会社案内 /////////////////////////////////////////////////////////////// */

.brand-id {
	width: 150px !important;
	height: auto;
	margin: 0 auto 40px;
}

.inner-container {
  max-width: 700px;
  height: auto;
  margin: 0 auto;
}

.intro > p {
  margin-bottom: 20px;
}

.overview {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  border-top: 2px solid #eee;
}

.overview tr {
  border-bottom: 2px solid #eee;
}

.overview tr th,
.overview tr td {
  padding: 10px 0;
}

.overview tr th {
  width: 20%;
  height: auto;
  padding-right: 10px;
}

/* .ggmap */

.ggmap {
  margin-bottom: 60px;
}

/* .gmap */

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*  実績一覧 /////////////////////////////////////////////////////////////// */

.works-list {
  margin: 20px 0 60px;
}

.works-list li {
  padding: 10px 0;
  border-bottom: 2px solid #eee;
}

@media (max-width: 768px) {

  .works-item-first {
    margin-bottom: -30px !important;
  }

}

/*  採用情報 /////////////////////////////////////////////////////////////// */

.recruit {
  padding-bottom: 60px;
}

.overview caption {
  text-align: center;
  margin-bottom: 20px;
}

/*  プライバシーポリシー /////////////////////////////////////////////////////////////// */

.policy-otoiawase {
  margin-bottom: 60px;
}

/*  スタッフ個別ページ /////////////////////////////////////////////////////////////// */

.work-cat-title {
  font-size: 16px;
  color: #d05252;
  margin-top: -40px;
  margin-bottom: 40px;
}

.profile {
  width: 100%;
  height: auto;
	border-top: 2px solid #eee;
	margin-bottom: 50px;
}

.profile caption {
	font-size: 18px;
	margin: 30px 0 15px;
	padding: 0;
	text-align: center;
}

.profile tr {
  border-bottom: 2px solid #eee;
}

.profile th {
	font-weight: bold;
}

.profile th,
.profile td {
  padding: 13px 0;
}

.profile td h3 {
	margin-bottom: 5px;
}

.profile td ul {
	list-style: disc;
	margin: 0 0 10px 25px;
	line-height: 2.0em;
}

.prof-sns > a {
	margin-right: 10px;
}

@media (max-width: 768px) {
	
	.profile th {
		padding-bottom: 0;
	}
	
	.profile td {
		padding-top: 0;
	}
	
	.profile th,
	.profile td {
	  display: block;
	}
	
}

/*  お知らせ一覧ページ /////////////////////////////////////////////////////////////// */

/* .one-three-column-container  お知らせリスト */

.one-three-column-container::after {
    display: block;
    content: "";
    clear: both;
}

.inner-one-column {
  float: left;
  width: 25%;
  height: auto;
  padding-right: 20px;
}

.inner-three-column {
  float: left;
  width: 75%;
  height: auto;
}

/* .post-thumb */

.post-thumb {
  padding: 30px 0;
  border-bottom: 2px dotted #ddd;
}

.post-thumb:first-child {
    border-top: 2px dotted #ddd;
}

.post-thumb a {
  display: block;
  width: 100%;
  height: auto;
}

.post-thumb a:link,
.post-thumb a:visited {
  transition: all 0.5s;
}

.post-thumb a:hover,
.post-thumb a:active {
  opacity: .5;
}

.post-thumb-text > h3 {
  font-size: 18px;
}

.post-thumb-text > p {
  margin-top: 15px;
}

/* .page_navi */

.page_navi {
  margin: 30px 0;
  padding: 0;
  font: 100% sans-serif;
  text-align: center;
}

.page_navi li {
  list-style: none;
  display: inline-block;
  border: solid 1px #d05252;
  border-radius: 5px;
  margin: 0;
  padding: 5px 10px;
}

.page_navi li a {
  color: #d05252;
  background: #fff;
}

.page_navi li.current {
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  background: #d05252;
  font-weight: bold;
}

/* .cat */

/* お知らせ投稿 */

.post header {
    padding: 15px 0;
    margin-bottom: 10px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.post h3 {
  font-size: 18px;
}

.post-date {
  text-align: right;
  margin-bottom: 10px;
}

.post-date > .datetime {
  margin-right: 10px;
}

.post-cont img {
  margin-bottom: 20px;
}

.post-cont p {
  margin-bottom: 20px;
}

/* .sidebar */

.sidebar {
  padding: 30px 25px;
  margin-bottom: 40px;
  background: #fff4f4;
  border-radius: 15px;
}

.sidebar h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.sidebar ul {
  margin-bottom: 40px;
}

.sidebar ul li:first-child {
  border-top: 1px dotted #ccc;
}

.sidebar ul li {
  border-bottom: 1px dotted #ccc;
}

.sidebar ul a {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 0;
}

/* .pagination */

.pagination {
  margin: 40px 0 60px;
  padding: 0;
}

.pagination::after {
  display: block;
  content: "";
  clear: both;
}

.pagination .prev {
  float: left;
}

.pagination .next {
  float: right;
}

@media (max-width: 768px) {

  /* .one-three-column-container  お知らせリスト */

  .inner-one-column {
    width: 35%;
    padding-right: 20px;
  }

  .inner-three-column {
    width: 65%;
  }

  /* .post-thumb */

  .post-thumb {
    padding: 20px 0;
  }

  /* .pagination */

  .pagination {
    margin: 20px 0 40px;
  }

}

/* サイトマップ */

ul.sitemap li {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: dotted 2px #eee !important;
}

ul.sitemap li a {
	display: block;
	width: 100%;
	height: auto;
    padding: 15px 10px 15px 20px !important;
}

/* 404ページ */

.error {
    margin-bottom: 30px;
    text-align: center;
}

.error_msg {
    background: #eee;
}

.error a:link,
.error a:visited {
    text-decoration: underline;
}

.error a:hover,
.error a:active {
    text-decoration: none;
}

/* #wprmenu_bar */

#wprmenu_bar .menu_title {
    font-size: 16px !important;
}

#wprmenu_bar .menu_title a {
    color: #fff !important;
	top: 0 !important;
}

/* マージンクラス */

.cont-mb {
    margin-bottom: 60px;
}


/* お問い合わせフォーム ///-//-/-//-/-//-/-//-/-//-/-//-/-//-/-//-/-//-/-//-/-//-/-/*/

p.toiawase {
	margin-bottom: 40px;
	padding: 0;
	text-align: center;
}

.hissu {
	color: #d05252;
	background: transparent;
}

.t_koumoku {
	font-weight: bold;
	margin-bottom: 20px;
}

.t_koumoku,
.check {
	font-size: 14px;
}


/* 応募フォーム */

.txtspace {
	width: 100%;
	height: 40px !important;
	font-weight: normal !important;
}

.txtarea {
	width: 100%;
	border: 1px solid #ccc;
	font-weight: normal !important;
}

.mw_wp_form .error {
	text-align: left !important;
}

/* ボタン */

.submitbtn {
	font-size: 14px;
	width: 200px;
	height: 50px;
	margin: 0 10px 80px;
	padding: 10px 30px;
	background-color: #d05252;
	color: #fff;
	border-style: none;
	vertical-align: middle;
}
 
.submitbtn:hover:enabled {
	background-color: #d05252;
	color: #fff;
	cursor: pointer;
}

.back {
	font-size: 14px;
	width: 200px;
	height: 50px;
	margin: 0 10px 80px;
	padding: 10px 30px;
	background-color: #d05252;
	color: #fff;
	border-style: none;
	vertical-align: middle;
}

.back:hover:enabled {
	background-color: #d05252;
	color: #fff;
	cursor: pointer;
}

@media screen and (max-width: 753px) {
	/* for smartphone */

	p.toiawase {
		text-align: left;
	}
	
}

/* class */

.m_center {
	text-align: center;
}

.att {
	color: #d05252;
	background: #fff4f4;
}

.fb-cont {
	background: #f6f6f6;
	text-align: center;
	padding: 20px;
}

.top-contact-link {
	letter-spacing: .3em;
	display: inline-block;
	text-align: center;
	margin-top: 3px;
}

@media (max-width: 768px) {
	
	.fb-cont {
		padding: 20px 0;
	}
	
}