/** @format */

@charset "utf-8";
/*
Theme Name: fineHP
*/
/*==================================
	Reset
================================== */
* {
  margin: 0;
  padding: 0;
}
img {
  -webkit-backface-visibility: hidden;
  border: none;
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}
table {
  border: none;
  border-collapse: collapse;
}
ul {
  list-style: none;
}
html {
  font-size: 62.5%;
} /* 基本のフォントサイズを10pxにする */
body {
  background: #f1f2f6;
  color: #333333;
  font-size: 1.4rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN ", Meiryo, メイリオ, "MS PGothic", arial, helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  padding-top: 96px; /* ヘッダーの高さ分paddingを取る */
  -webkit-text-size-adjust: 100%; /*スマホで勝手に文字が大きくなる対策(iOS)*/
  text-align: center;
}
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5 {
  max-height: 999999px;
} /*スマホで勝手に文字が大きくなる対策(Android)*/
/* 入力エリア内のフォントが変わらないようにする */
select,
input,
textarea {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN ", Meiryo, メイリオ, "MS PGothic", arial, helvetica, sans-serif;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
} /* Chromeでinputがオートフィルされてると背景色が黄色になるのを回避 */
/*==================================
	Anchor
================================== */
a {
  color: #333333;
  text-decoration: none;
}
a:link,
a:visited,
a:active,
a:hover {
  outline: none;
} /* リンク選択時の点線を消す */
a:hover img {
  opacity: 0.8;
}
/*==================================
	common
================================== */
.orange {
  color: #ff6a00;
}
.red {
  color: #dc0505;
}
.blue {
  color: #2693ff;
}
.green {
  color: #39bf66;
}
.bg_blue {
  background: #2693ff !important;
}
.bg_green {
  background: #39bf66 !important;
}
.bg_red {
  background: #f23d3d !important;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.c_both {
  clear: both;
}
.o_hidden {
  overflow: hidden;
}
.none {
  display: none;
}
.inline_block {
  display: inline-block;
}
.block {
  display: block;
}
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.v_top {
  vertical-align: top;
}
.v_middle {
  vertical-align: middle;
}
.v_bottom {
  vertical-align: bottom;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
.mr100 {
  margin-right: 100px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb7 {
  margin-bottom: 7px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mtb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.mtb15 {
  margin-bottom: 15px;
  margin-top: 15px;
}
.mtb20 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb40 {
  padding-bottom: 40px;
}
/* 2行目以降の文章を1文字下げる */
.second_line01 {
  padding-left: 1em;
  text-indent: -1em;
}
/* 2行目以降の文章を2文字下げる */
.second_line02 {
  padding-left: 2em;
  text-indent: -2em;
}
/* 算用数字 */
.decimal {
  list-style: decimal inside none;
}
/* 小文字のアルファベット */
.lower-latin {
  list-style: lower-latin inside none;
}
/* 黒丸 */
.disc {
  list-style: disc inside none;
}
.br_pc {
  display: none;
}
/*==================================
	Decoration
================================== */
.btm_solid {
  border-bottom: 1px solid;
}
.btm_dotted {
  border-bottom: 1px dotted #ccc;
}
/*==================================
	font
================================== */
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.f10 {
  font-size: 1rem;
}
.f11 {
  font-size: 1.1rem;
}
.f12 {
  font-size: 1.2rem;
}
.f13 {
  font-size: 1.3rem;
}
.f14 {
  font-size: 1.4rem;
}
.f15 {
  font-size: 1.5rem;
}
.f16 {
  font-size: 1.6rem;
}
.f17 {
  font-size: 1.7rem;
}
.f18 {
  font-size: 1.8rem;
}
.f20 {
  font-size: 2rem;
}
.f22 {
  font-size: 2.2rem;
}
.f40 {
  font-size: 4rem;
}
.lh12 {
  line-height: 1.2;
}
/*==================================
	Header
================================== */
header {
  background: #fff;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header .bg_description {
  background: #ff7815;
  height: 22px;
}
header .description {
  color: #fff;
  font-size: 1.2rem;
  line-height: 22px;
  margin: 0 auto;
  text-align: left;
  width: 960px;
}
header .wrapper {
  height: 74px;
  margin: 0 auto;
  width: 960px;
}
header h1 {
  float: left;
  line-height: 0;
  padding-right: 70px;
}
header h1 a {
  display: block;
  padding: 9px 0 15px;
}
header h1 img {
  height: 50px;
  object-fit: cover;
  width: 171px;
}
#menu-g_navi {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#menu-g_navi li {
  position: relative;
  padding-left: 50px;
}
#menu-g_navi li a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 17px 0;
  position: relative;
  text-align: center;
}
#menu-g_navi li a::after {
  background-color: #ff7815;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 18px;
  left: 0;
  transform: scaleX(0);
  transition: all 0.3s ease;
  width: 100%;
}
#menu-g_navi li a:hover::after {
  transform: scaleX(1);
}
/* 現在いるページのメニューに下線 */
#menu-g_navi li.current_page_item a::after {
  background-color: #ff7815;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 18px;
  left: 0;
  transform: none;
  width: 100%;
}
/* ドロップダウンメニュー */
#menu-g_navi li ul.sub-menu {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  max-height: auto;
  opacity: 0;
  position: absolute;
  top: 70px;
  left: 25px;
  transition: 0s;
  visibility: hidden;
  width: 116px;
}
#menu-g_navi li:hover ul.sub-menu {
  opacity: 1;
  top: 66px;
  transition: 0.5s;
  visibility: visible; /*マウスオーバー時にサブメニューを表示する*/
}
#menu-g_navi li ul.sub-menu li {
  display: block;
  height: 38px;
  padding: 0; /*親メニューのパディングを解除*/
  text-align: center;
  width: 114px;
}
#menu-g_navi li ul.sub-menu li:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
#menu-g_navi li ul.sub-menu li:first-child {
  border-radius: 3px 3px 0 0;
}
#menu-g_navi li ul.sub-menu li:last-child {
  border-radius: 0 0 3px 3px;
}
#menu-g_navi li ul.sub-menu li a {
  display: block;
  font-size: 1.3rem;
  height: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  width: 116px;
}
#menu-g_navi li ul.sub-menu li:hover {
  background: #ff7815;
  color: #fff;
}
#menu-g_navi li ul.sub-menu li:hover a {
  border: none;
  color: #fff;
  transition: none;
}
#menu-g_navi li ul.sub-menu li a::after {
  background: inherit;
}
#menu-g_navi li ul.sub-menu li:first-child::before,
#menu-g_navi li ul.sub-menu li:first-child::after {
  border: 8px solid transparent;
  content: "";
  height: 0;
  margin: 0 0 0 -8px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
}
#menu-g_navi li ul.sub-menu li:first-child::before {
  border-bottom-color: #d9d9d9;
  margin: 0 0 0 -8px;
}
#menu-g_navi li ul.sub-menu li:first-child::after {
  border-bottom-color: #fff;
  border-width: 6px;
  margin: -1px 0 0 -6px;
}
#menu-g_navi li ul.sub-menu li:first-child:hover::after {
  border-bottom-color: #ff7815;
  pointer-events: none;
}
#menu-g_navi li.current_page_item ul.sub-menu a {
  border: none;
}
/*==================================
	Layout
================================== */
#wrapper {
  overflow: hidden;
  max-width: 100%;
  zoom: 1;
}
#content {
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  width: 920px;
  zoom: 1;
}
.content_white {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  padding: 40px;
  text-align: left;
  width: 920px;
}
.content_white:last-child {
  margin-bottom: 2px;
} /* 0にしたいけどbox-shadowが消えないように */
#business01,
#business02,
#business03,
#company01,
#company02,
#company03,
#recruit01,
#recruit02,
#privacy01,
#privacy02 {
  margin-top: -126px; /*ページ内リンクした際ヘッダーで隠れないようにする*/
  padding-top: 126px; /*ヘッダーの高さ(+30px)分paddingを取る*/
}
/*==================================
	Content
================================== */
.title02 {
  background: #f77519;
  border: solid 2px #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  height: 56px;
  line-height: 40px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 15px;
  text-align: left;
  width: 100%;
}
.title02 span {
  border-left: 6px #fff solid;
  padding-left: 15px;
}
h2.main_img {
  height: 188px;
  line-height: 188px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.main_business .title,
.main_company .title,
.main_works .title,
.main_news .title,
.main_recruit .title {
  letter-spacing: -0.05em;
  margin-right: 680px;
}
.main_contact .title {
  letter-spacing: -0.14em;
  margin-right: 616px;
}
.main_inquiry .title {
  letter-spacing: -0.08em;
  margin-right: 636px;
}
.shadow {
  color: #a0a0a0;
  font-size: 3.8rem;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
/* 事業内容＆制作実績 お問い合わせ誘導ボタン */
.img_contact_banner {
  bottom: 24rem;
  position: fixed;
  left: 9rem;
  height: 18.5rem;
  width: 30rem;
  z-index: 20;
}
.img_contact_banner a {
  animation-name: fadein;
  animation-duration: 0.5s;
  background: url(../images/common/contact_banner_pc.png) center center no-repeat;
  background-size: cover;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  display: block;
  transition: 0.5s;
  height: 100%;
  width: 100%;
}
.img_contact_banner a:hover {
  opacity: 0.8;
}

/*==================================
	404ページ
================================== */
.error-404 .title {
  color: #ff6a00;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.error-404 p {
  line-height: 1.5;
}
/*==================================
	Footer
================================== */
footer {
  clear: both;
  color: #fff;
  font-size: 1.4rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 90px;
  position: relative;
  text-align: center;
  width: 100%;
  zoom: 1;
}
footer .pagetop {
  position: absolute;
  bottom: 182px;
  right: 100px;
  z-index: 10;
}
footer .pagetop a:hover img {
  opacity: inherit;
}

footer .img_new_graduate {
  background: url(../images/common/bg_circle.png) center center no-repeat;
  background-size: 147px 147px;
  position: fixed;
  bottom: 22rem;
  right: 10rem;
  z-index: 20;
  width: 26rem;
  height: 21rem;
  animation-name: fadein;
  animation-duration: 0.5s;
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

footer .img_new_graduate span {
  background: url(../images/common/img_new_graduate.png) center center no-repeat;
  background-size: 273px 215px;
  position: absolute;
  bottom: 1rem;
  left: -1rem;
  z-index: 21;
  width: 27.3rem;
  height: 21.5rem;
  transition-duration: 0.5s;
}

footer .img_new_graduate span:hover {
  opacity: 0.8;
  transform: scale(0.9) rotate(9deg);
  transition-duration: 0.5s;
}
footer .footer_top {
  border-bottom: 6px solid #ef7f26;
}
footer .footer_bottom {
  background: #828282;
}
footer .footer_inner {
  margin: 0 auto;
  padding: 16px 0;
  width: 940px;
}
footer .Pmark {
  clear: both;
  float: left;
  margin-bottom: 12px;
}
footer .Pmark a {
  display: inline-block;
  line-height: 1.4;
}
footer #menu-footer {
  float: left;
  height: 58px;
  line-height: 58px;
  margin: 0 auto 4px;
}
footer #menu-footer li {
  display: inline-block;
}
footer #menu-footer li::after {
  content: " ｜";
}
footer #menu-footer li:last-child::after {
  content:none;
}
footer #menu-footer li a {
  color: #fff;
  font-size: 1.4rem;
}
footer #menu-footer li a:hover {
  border-bottom: 1px solid #fff;
}
.sns {
  align-items: center;
  display: flex;
  float: right;
  height: 58px;
  justify-content: center;
  margin: 0 auto 4px;
}
.sns span {
  font-size: 1.6rem;
  margin-right: 36px;
}
.menu-sns-container {
  display: inline-block;
}
ul#menu-sns {
  line-height: 0;
}
#menu-sns li {
  display: inline-block;
  line-height: 0;
}
#menu-sns li:nth-child(1) a {
  background: url(../images/common/icon_facebook.png) center center no-repeat;
  background-size: 34px 34px;
  display: inline-block;
  height: 34px;
  margin-right: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 34px;
}
#menu-sns li:nth-child(2) a {
  background: url(../images/common/icon_x.png) center center no-repeat;
  background-size: 28px 28.5px;
  display: inline-block;
  height: 28.5px;
  overflow: hidden;
  transform: translateY(-2px);
  text-indent: 100%;
  white-space: nowrap;
  width: 28px;
}
footer .copyright {
  clear: both;
}
@media print {
  .slicknav_menu {
    display: none;
  }
  header .wrapper {
    width: 820px;
  }
}
