@charset "UTF-8";
/*
*
* Copyright (c) 2016, AD Line Inc. All rights reserved.
* Data : 2016.04.20
*
*/
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/7.0.1/css/font-awesome.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Telリンク制御　※レスポンシブ
 
*****************************************************/
@media (min-width: 668px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*****************************************************

 404
 
*****************************************************/
.not_found_container {
  width: 100%;
  padding: 80px 0; }
  .not_found_container > p {
    padding: 30px 0;
    font-size: 16px;
    color: #333; }
    .not_found_container > p span {
      color: #de0515;
      display: block; }

/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px; }

body {
  position: relative;
  width: auto;
  height: auto;
  background: #FFF;
  z-index: 0;
  color: #333333;
  font-size: 1.4rem;
  font-family: 'Zen Old Mincho','Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 0.5px; }

.inner_wide {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1%;
  position: relative; }

.inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1%;
  position: relative; }

.section {
  padding: 120px 0; }

@media screen and (max-width: 896px) {
  .inner_wide {
    width: 90%;
    padding: 0; }

  .inner {
    width: 90%;
    padding: 0; }

  .section {
    padding: 60px 0; }

  .sp_none {
    display: none !important; } }
@media print {
  .pc_none {
    display: none !important; }

  .sp_none {
    display: none !important; } }
@media screen and (min-width: 896px) {
  .pc_none {
    display: none !important; }

  #menu {
    visibility: hidden; } }
/*　mmenu
----------------------------------------------------*/
@media screen and (max-width: 896px) {
  .sp_menu {
    position: absolute;
    top: 0;
    right: 0;
    background: #292d32; }
    .sp_menu a {
      width: 55px;
      height: 55px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none; }
      .sp_menu a i {
        font-size: 30px;
        color: #fff; }

  .sp_nav {
    visibility: visible; }

  .mm-listitem > a i {
    margin-right: 8px; }

  .mm-listitem > a, .mm-listitem > span {
    font-size: 14px;
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #666 !important; }

  #mm-1 > ul > li:nth-child(7) > a {
    width: 80%;
    margin: 0 auto;
    color: #2E5E2A !important;
    border: 1px solid #2E5E2A;
    background: #fff; }

  #mm-1 > ul > li:nth-child(7) {
    margin-top: 20px; }

  #mm-1 > ul > li:nth-child(7)::after {
    border: none; }

  #mm-1 > ul > li:nth-child(8) > a {
    width: 80%;
    margin: 10px auto 0;
    color: #FFF !important;
    background: #2E5E2A; } }
/*****************************************************

 Common - Parts
 
*****************************************************/
/*　見出し1
----------------------------------------------------*/
.main_ttl {
  margin-bottom: 48px;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #0d556b;
  font-family: "Zen Old Mincho", serif; }

.main_ttl + p {
  font-size: 16px;
  line-height: 36px;
  text-align: center; }

@media screen and (max-width: 896px) {
  .main_ttl {
    margin-bottom: 40px;
    font-size: 28px; }

  .main_ttl + p {
    font-size: 14px; } }
/*　見出し2
----------------------------------------------------*/
.sub_ttl {
  margin-bottom: 48px;
  font-size: 36px;
  color: #4d4d4d;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif; }
  .sub_ttl span {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    color: #18a5ee;
    font-weight: 600;
    font-style: italic;
    font-family: "Lora", serif; }

.sub_ttl + p {
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 64px; }

@media screen and (max-width: 896px) {
  .sub_ttl {
    margin-bottom: 32px;
    font-size: 24px; }

  .sub_ttl + p {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 28px; } }
/*　見出し3
----------------------------------------------------*/
h3 {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #18a5ee;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 32px; }

h3 + p {
  font-size: 16px;
  line-height: 24px; }

@media screen and (max-width: 896px) {
  h3 {
    margin-bottom: 24px;
    font-size: 20px; }

  h3 + p {
    font-size: 14px; } }
/*　テーブル
----------------------------------------------------*/
.tbl_type_01 {
  width: 100%;
  border-collapse: collapse; }
  .tbl_type_01 tr {
    border-bottom: 1px solid #ccc; }
    .tbl_type_01 tr th {
      width: 30%;
      padding: 20px 1%;
      box-sizing: border-box;
      font-size: 16px;
      font-weight: bold;
      color: #0d556b;
      vertical-align: center; }
    .tbl_type_01 tr td {
      width: 70%;
      padding: 20px 1%;
      box-sizing: border-box;
      font-size: 16px;
      font-weight: 500;
      color: #333;
      vertical-align: center; }
      .tbl_type_01 tr td .tel_link {
        text-decoration: none;
        color: #333; }
        .tbl_type_01 tr td .tel_link:hover {
          opacity: 0.7;
          transition: .3s; }

@media screen and (max-width: 896px) {
  .tbl_type_01 tr th {
    width: 100%;
    display: block;
    padding: 12px 0 0;
    font-size: 14px; }

  .tbl_type_01 tr td {
    width: 100%;
    display: block;
    padding: 12px 0;
    font-size: 14px; }

  .tbl_type_01 tr:first-of-type th {
    padding: 0; }

  .tbl_type_01 tr:first-of-type td {
    padding: 12px 0 12px; } }
/*　ボタンリンク
----------------------------------------------------*/
.bace_btn_link {
  position: relative;
  display: block;
  width: 300px;
  padding: 16px 40px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-family: "Lora", serif;
  font-style: italic;
  text-decoration: none;
  background: #292d32;
  transition: .3s; }
  .bace_btn_link::after {
    position: absolute;
    top: 23px;
    right: 20px;
    content: '\f101';
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    line-height: 20px;
    font-family: 'Font Awesome 5 free';
    font-style: normal;
    transition: .3s; }
  .bace_btn_link:hover {
    transition: .3s;
    opacity: 0.7; }
    .bace_btn_link:hover::after {
      transition: .3s;
      opacity: 0.7; }

@media screen and (max-width: 896px) {
  .bace_btn_link {
    width: 100%;
    padding: 16px 40px;
    font-size: 16px; }

  .bace_btn_link::after {
    top: 20px;
    font-size: 14px; } }
/* 背景
----------------------------------------------------*/
.main_content {
  background: url(../images/common/bk_img.png) repeat; }

.bk_yellow {
  background-color: rgba(254, 253, 237, 0.5); }

/*****************************************************

 メールフォーム装飾
 
*****************************************************/
.contactform_container {
  width: 100%; }
  .contactform_container p {
    font-size: 14px; }
  .contactform_container table th span {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 2px 12px;
    border-radius: 6px;
    background: #b8272d;
    float: right; }

.agreementicon {
  padding: 2px 14px;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  background: #c30d23; }

.confirm_box {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  color: #FFF;
  border: 1px solid #ffFF00;
  background: #F9A638; }

.policy_title {
  padding: 10px 0 0;
  font-size: 18px;
  text-align: center; }

.privacypolicy {
  width: 100%;
  height: 200px;
  position: relative;
  padding: 24px;
  box-sizing: border-box;
  margin-bottom: 40px;
  color: #666666;
  text-align: left !important;
  border: 1px solid #ccc;
  background: #fff;
  overflow-y: scroll; }
  .privacypolicy p {
    text-align: left !important; }
  .privacypolicy h3 {
    font-size: 18px; }
  .privacypolicy h4 {
    margin: 24px 0 8px;
    font-size: 16px;
    font-weight: bold;
    color: #666666; }
    .privacypolicy h4:first-child {
      margin-top: 0; }

.privacypolicy::-webkit-scrollbar {
  width: 8px; }

.privacypolicy::-webkit-scrollbar-track {
  background: #ccc; }

.privacypolicy::-webkit-scrollbar-thumb {
  background: #999; }

.thanks_container {
  text-align: center; }

#formWrap {
  padding: 80px 0; }
  #formWrap h3 {
    margin-bottom: 40px; }

.form_section {
  padding: 120px 0 80px; }

.form_to_top {
  width: 30%;
  height: auto;
  display: block;
  padding: 10px 0;
  margin: 50px auto;
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  background: #DB621D; }

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  color: #fff;
  text-align: center; }

@media screen and (max-width: 896px) {
  .contactform_container p {
    font-size: 14px; }

  .contact_phone_container span {
    font-size: 24px; }

  .contactform_container table th {
    width: 100%;
    display: block;
    padding: 20px 0 0; }

  .contactform_container table td {
    width: 100%;
    display: block;
    padding: 10px 0 20px;
    border-bottom: none; }

  .privacypolicy {
    width: 100%;
    margin-bottom: 24px; }

  .privacypolicy h4 {
    font-size: 15px; }

  .thanks_container .link_btn {
    width: 100%; }

  .form_table th {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: none;
    padding: 20px 20px 0; }

  .form_table td {
    width: 100%;
    display: block;
    padding: 20px; }

  .form_to_top {
    margin: 20px auto;
    width: 80%; } }
/* フォーム装飾
----------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="number"], input[type="email"], textarea, select {
  -webkit-appearance: none;
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #FFF;
  transition: all .3s; }
  input[type="text"].w100, input[type="tel"].w100, input[type="number"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 98%; }
  input[type="text"].w80, input[type="tel"].w80, input[type="number"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 80%; }
  input[type="text"].w60, input[type="tel"].w60, input[type="number"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 60%; }
  input[type="text"].w40, input[type="tel"].w40, input[type="number"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 40%;
    margin-right: 20px; }
  input[type="text"].w30, input[type="tel"].w30, input[type="number"].w30, input[type="email"].w30, textarea.w30, select.w30 {
    width: 30%; }

input[type='checkbox'] {
  width: 20px;
  height: 24px;
  position: relative;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  text-align: center;
  appearance: none;
  outline: none;
  cursor: pointer; }
  input[type='checkbox']::before {
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    display: block;
    border: solid 1px #ccc;
    border-radius: 4px;
    background: #fff; }
  input[type='checkbox']:checked::before {
    background-color: #B3B3B3; }
  input[type='checkbox']::after {
    width: 4px;
    height: 12px;
    position: absolute;
    content: '';
    left: 8px;
    top: 2px;
    display: block;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    opacity: 0; }
  input[type='checkbox']:checked::after {
    opacity: 1; }

input[type="file"] {
  padding: 10px 0;
  transition: all .3s; }

/*input[type="text"]:focus , input[type="tel"]:focus , input[type="email"]:focus , textarea:focus {
  box-shadow: 0 0 4px #86BBCD;
  border: 1px solid #86BBCD;
}*/
input[type="radio"] {
  width: 18px;
  height: 18px;
  vertical-align: middle; }

textarea {
  height: 160px;
  margin-bottom: 20px; }

::-webkit-input-placeholder {
  color: #cccccc; }

::-moz-placeholder {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 24px;
    cursor: pointer;
    font-size: 14px;
    color: #333; }
    input[type="radio"] + span::before {
      width: 14px;
      height: 14px;
      position: absolute;
      top: 50%;
      left: 0;
      content: "";
      display: block;
      border: 1px solid #B3B3B3;
      border-radius: 50%;
      transform: translateY(-50%);
      background: #fff; }
  input[type="radio"]:checked + span::after {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 4px;
    content: "";
    display: block;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #666666; }
  input[type="radio"]:checked + span::before {
    border: 1px solid #B3B3B3; }

input[type="submit"] {
  width: 35%;
  height: auto;
  position: relative;
  display: block;
  padding: 16px 0;
  margin: 32px auto 0;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  background: #111;
  transition: .3s;
  cursor: pointer; }
  input[type="submit"]:hover {
    opacity: 0.7;
    transition: .3s; }

input[type="button"] {
  width: 35%;
  height: auto;
  position: relative;
  display: block;
  padding: 16px 0;
  margin: 56px auto 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  text-align: center;
  border: 1px solid #111;
  border-radius: 8px;
  background: #FFF;
  transition: .3s;
  cursor: pointer; }
  input[type="button"]:hover {
    opacity: 0.7;
    transition: .3s; }

@media screen and (max-width: 896px) {
  input[type="button"] {
    width: 80%; }

  input[type="submit"] {
    width: 100%;
    margin: 24px auto 0;
    padding: 12px 0; }

  input[type="text"], input[type="tel"], input[type="number"], input[type="email"], textarea, select {
    background: #fff; }

  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 100%;
    margin: 0; }

  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 100%;
    margin: 0; }

  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 100%;
    margin: 0; }

  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 100%;
    margin: 0; }

  textarea {
    margin-left: 0;
    margin-bottom: 0; } }
.privacypolicy_checkbox {
  width: 100%;
  margin-top: 40px;
  padding: 16px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff; }
  .privacypolicy_checkbox .wpcf7-list-item-label {
    color: #666 !important; }

/*****************************************************

 Template - Header
 
*****************************************************/
.global_header {
  position: relative; }

.header_wrapper {
  position: absolute;
  width: 100%;
  min-width: 905px;
  display: flex;
  justify-content: space-between;
  z-index: 1; }
  .header_wrapper .top_h1 {
    position: relative;
    width: 240px;
    padding: 40px 50px;
    box-sizing: border-box; }
    .header_wrapper .top_h1 a:hover {
      opacity: 0.7;
      transition: .3; }

@media screen and (max-width: 896px) {
  .header_wrapper {
    min-width: 100%; }

  .header_wrapper .top_h1 {
    width: 80px;
    padding: 12px; } }
.global_nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 40px 0 0;
  box-sizing: border-box; }
  .global_nav ul li {
    margin-left: 40px; }
    .global_nav ul li a {
      font-size: 18px;
      font-weight: bold;
      color: #333;
      text-decoration: none; }
    .global_nav ul li:hover {
      opacity: 0.7;
      transition: .3s; }

.area_02 .global_nav ul li a {
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 7px #383838; }
.area_02 .global_nav ul li:hover {
  opacity: 0.7;
  transition: .3s; }

.main_cover {
  position: relative;
  width: calc(100% - 240px);
  height: 100vh;
  margin-left: auto;
  background: url("../images/home/main_cover.jpg") center/cover no-repeat; }
  .main_cover .inner_wide {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .main_cover .inner_wide .main_txt_area figure {
      font-size: 0; }
      .main_cover .inner_wide .main_txt_area figure img {
        width: 100%; }
  .main_cover .fixed_bnr_item {
    position: absolute;
    left: -80px;
    bottom: -80px; }
    .main_cover .fixed_bnr_item figure {
      width: 180px;
      height: 180px; }
      .main_cover .fixed_bnr_item figure a {
        width: 100%;
        height: 100%;
        display: block;
        text-decoration: none;
        transition: 0.3s; }
        .main_cover .fixed_bnr_item figure a img {
          width: 100%; }
        .main_cover .fixed_bnr_item figure a:hover {
          opacity: 1;
          transform: scale(1.1, 1.1); }
  .main_cover::after {
    position: absolute;
    width: 827px;
    height: 110px;
    right: 0;
    bottom: 0;
    content: '';
    background: url("../images/home/fujitoso.png") center/cover no-repeat; }

@media screen and (max-width: 896px) {
  .main_cover {
    width: calc(100% - 80px);
    height: 390px;
    background: url(../images/home/main_cover.jpg) 20%/cover no-repeat; }

  .main_cover .inner_wide .main_txt_area figure {
    width: 100%; }

  .main_cover .fixed_bnr_item {
    left: -50px;
    bottom: -50px; }

  .main_cover .fixed_bnr_item figure {
    width: 100px;
    height: 100px; }

  .main_cover::after {
    width: 200px;
    height: 27px; } }
/*　下層ページ（メインカバー）
----------------------------------------------------*/
.lv1_main_cover {
  width: calc(100% - 240px);
  height: 550px;
  margin-left: auto;
  z-index: -2; }

#case {
  background: url("../images/common/case_cover.jpg") center/cover no-repeat; }

#business {
  background: url("../images/common/business_cover.jpg") center/cover no-repeat; }

#company {
  background: url("../images/common/company_cover.jpg") center/cover no-repeat; }

#recruit {
  background: url("../images/common/recruit_cover.jpg") center/cover no-repeat; }

#contact {
  background: url("../images/common/contact_cover.jpg") center/cover no-repeat; }

@media screen and (max-width: 896px) {
  .lv1_main_cover {
    width: calc(100% - 80px);
    height: 225px; } }
/*****************************************************

 Template - Footer
 
*****************************************************/
.footer_contact_area {
  width: 100%;
  padding: 120px 0;
  box-sizing: border-box;
  background: #292d32; }
  .footer_contact_area .inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .footer_contact_area .inner .footer_contact_right {
      width: 50%;
      margin-right: 10px;
      padding: 60px;
      box-sizing: border-box;
      background: #fff; }
      .footer_contact_area .inner .footer_contact_right .sub_ttl + p {
        margin-bottom: 0; }
    .footer_contact_area .inner .footer_contact_left {
      width: 50%;
      padding: 60px;
      box-sizing: border-box;
      text-align: center;
      background: #fff; }
      .footer_contact_area .inner .footer_contact_left .tel_btn_link {
        font-size: 36px;
        color: #333;
        text-decoration: none; }
        .footer_contact_area .inner .footer_contact_left .tel_btn_link i {
          margin-right: 10px; }
        .footer_contact_area .inner .footer_contact_left .tel_btn_link:hover {
          opacity: 0.7;
          transition: .3s; }
      .footer_contact_area .inner .footer_contact_left p {
        margin-top: 10px; }
      .footer_contact_area .inner .footer_contact_left .bace_btn_link {
        margin: 56px auto 0; }

@media screen and (max-width: 896px) {
  .footer_contact_area {
    padding: 60px 0; }

  .footer_contact_area .inner {
    flex-wrap: wrap; }

  .footer_contact_area .inner .footer_contact_right {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 40px; }

  .footer_contact_area .inner .footer_contact_left {
    width: 100%;
    padding: 40px; }

  .footer_contact_area .inner .footer_contact_left .tel_btn_link {
    font-size: 28px; }

  .footer_contact_area .inner .footer_contact_left .bace_btn_link {
    margin: 32px auto 0; } }
.footer_info_area {
  width: 100%;
  padding: 120px 0;
  box-sizing: border-box; }
  .footer_info_area .inner figure {
    position: relative;
    width: 125px;
    margin: 0 auto 40px; }
    .footer_info_area .inner figure img {
      width: 100%; }
    .footer_info_area .inner figure a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      transition: .3s; }
    .footer_info_area .inner figure:hover {
      opacity: 0.7;
      transition: .3s; }
  .footer_info_area .inner p {
    text-align: center;
    font-size: 20px;
    font-weight: 500; }

@media screen and (max-width: 896px) {
  .footer_info_area {
    padding: 60px 0; }

  .footer_info_area .inner figure {
    width: 100px; }

  .footer_info_area .inner p {
    font-size: 16px; } }
.copy_area {
  width: 100%;
  padding: 16px 0;
  box-sizing: border-box;
  background: #111; }
  .copy_area p {
    text-align: center;
    font-size: 16px;
    color: #fff; }

@media screen and (max-width: 896px) {
  .copy_area p {
    font-size: 14px; } }
/*****************************************************

 アーカイブページ
 
*****************************************************/
.case_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }
  .case_container article {
    position: relative;
    width: 31.3%;
    margin: 4% 3% 0 0; }
    .case_container article figure {
      position: relative;
      width: 100%;
      font-size: 0; }
      .case_container article figure img {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        object-position: top; }
      .case_container article figure figcaption {
        position: absolute;
        top: 0;
        left: 0;
        padding: 12px;
        box-sizing: border-box;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        border-radius: 0 0 8px 0;
        background: linear-gradient(120deg, rgba(24, 165, 238, 0.9) 0%, rgba(11, 162, 154, 0.7) 100%); }
    .case_container article ul li:first-of-type {
      margin-top: 8px;
      font-size: 14px; }
    .case_container article ul li:last-of-type {
      font-size: 16px;
      font-weight: bold; }
    .case_container article a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      transition: .3s; }
    .case_container article:nth-of-type(-n+3) {
      margin-top: 0; }
    .case_container article:nth-of-type(3n) {
      margin-right: 0; }
    .case_container article:hover {
      opacity: 0.7;
      transition: .3s; }

@media screen and (max-width: 896px) {
  .case_container article {
    width: 48%;
    margin: 6% 4% 0 0; }
    .case_container article:nth-of-type(-n+2) {
      margin-top: 0 !important; }
    .case_container article:nth-of-type(even) {
      margin-right: 0 !important; }

  .case_container article:nth-of-type(-n+3) {
    margin-top: 6%; }

  .case_container article:nth-of-type(3n) {
    margin-right: 4%; }

  .case_container article figure figcaption {
    padding: 6px;
    font-size: 12px; }

  .case_container article ul li:first-of-type {
    font-size: 12px; }

  .case_container article ul li:last-of-type {
    font-size: 14px; } }
.category_navi {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 64px auto 0; }
  .category_navi li {
    width: 31%;
    margin: 4% 3% 0 0;
    list-style-type: none; }
    .category_navi li .active {
      color: #fff;
      background: #292d32; }
    .category_navi li a {
      position: relative;
      display: block;
      padding: 16px;
      box-sizing: border-box;
      text-align: center;
      font-size: 16px;
      color: #fff;
      font-family: "Lora", serif;
      text-decoration: none;
      background: #292d32;
      transition: .3s; }
      .category_navi li a::after {
        position: absolute;
        top: 20px;
        right: 12px;
        content: '\f101';
        font-size: 16px;
        font-weight: 900;
        color: #fff;
        line-height: 20px;
        font-family: 'Font Awesome 5 free';
        font-style: normal;
        transition: .3s; }
      .category_navi li a:hover {
        transition: .3s;
        opacity: 0.7; }
        .category_navi li a:hover::after {
          transition: .3s;
          opacity: 0.7; }
    .category_navi li:last-of-type {
      margin-right: 0; }
    .category_navi li:nth-of-type(3n) {
      margin-right: 0; }
    .category_navi li:nth-of-type(-n+3) {
      margin-top: 0; }

@media screen and (max-width: 896px) {
  .category_navi {
    flex-wrap: wrap;
    margin: 40px auto 0; }

  .category_navi li {
    width: 100%;
    margin: 0; }

  .category_navi li:first-of-type a {
    margin-top: 0; }

  .category_navi li a {
    width: 100%;
    margin: 24px auto 0;
    font-size: 14px; }

  .category_navi li a::after {
    top: 18px;
    right: 14px; } }
/* ページャー
----------------------------------------------------*/
.pager {
  width: 100%;
  position: relative;
  padding: 56px 0 0;
  text-align: center; }
  .pager .page-numbers {
    width: 45px;
    height: 45px;
    display: inline-block;
    margin: 12px 0 0;
    font-size: 16px;
    color: #111;
    font-weight: bold;
    line-height: 45px;
    border-radius: 30px;
    border: 1px #111 solid;
    background: #fff;
    transition: .3s; }
    .pager .page-numbers:hover {
      color: #fff;
      border: 1px #111 solid;
      background: #111;
      opacity: 1;
      transition: .3s; }
  .pager a {
    text-decoration: none; }
  .pager .current {
    color: #fff;
    border: 1px #111 solid;
    background: #111; }

/*****************************************************

 Template - single
 
*****************************************************/
.case_editor_area {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #fff; }
  .case_editor_area .case_img_area {
    margin: 0 auto 40px;
    text-align: center; }
  .case_editor_area .col_2 {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .case_editor_area .col_2 figure {
      width: 48%;
      position: relative;
      margin: 0;
      font-size: 0; }
      .case_editor_area .col_2 figure img {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        object-position: top; }
      .case_editor_area .col_2 figure figcaption {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        padding: 14px;
        box-sizing: border-box;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 1;
        border-radius: 0 0 10px 0;
        background: #0d556b; }
      .case_editor_area .col_2 figure:last-of-type figcaption {
        background: #681b0e; }
  .case_editor_area .col_1 {
    width: 100%; }
    .case_editor_area .col_1 figure {
      width: 48%;
      margin: 0 auto;
      font-size: 0; }
      .case_editor_area .col_1 figure img {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        object-position: top; }

.case_editor_area + .bace_btn_link {
  margin: 56px auto 0;
  font-style: normal; }

.case_gallery_img_area {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }
  .case_gallery_img_area figure {
    width: 31.3%;
    margin: 4% 3% 0 0;
    font-size: 0; }
    .case_gallery_img_area figure img {
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      object-position: top; }
    .case_gallery_img_area figure:nth-of-type(-n+3) {
      margin-top: 0; }
    .case_gallery_img_area figure:nth-of-type(3n) {
      margin-right: 0; }

.case_txt_area {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px dashed #ccc; }

.date_txt {
  font-size: 14px;
  color: #808080; }

@media screen and (max-width: 896px) {
  .case_editor_area {
    margin-top: 32px;
    padding: 16px; }

  .case_editor_area .col_2 {
    flex-wrap: wrap; }

  .case_editor_area .col_2 figure {
    width: 100%; }

  .case_editor_area .col_2 figure:nth-of-type(1) {
    margin-bottom: 20px; }

  .case_editor_area .col_2 figure figcaption {
    padding: 10px;
    font-size: 14px; }

  .case_editor_area .col_1 figure {
    width: 100%; } }
/*****************************************************

 Page - Home(トップページ)
 
*****************************************************/
.top_txt_area {
  padding: 120px 0 0; }
  .top_txt_area .sub_ttl + p {
    margin-bottom: 0; }
    .top_txt_area .sub_ttl + p span {
      display: block;
      margin-bottom: 24px;
      font-size: 28px;
      font-weight: bold;
      color: #0d556b;
      line-height: 32px; }

@media screen and (max-width: 896px) {
  .top_txt_area {
    padding: 80px 0 0; }

  .top_txt_area .sub_ttl + p span {
    font-size: 20px; } }
/* 事業内容
----------------------------------------------------*/
.top_business_area .bace_btn_link {
  margin: 56px auto 0; }

.top_business_container {
  width: 100%;
  display: flex; }
  .top_business_container figure {
    position: relative;
    width: 25%;
    height: auto;
    font-size: 0; }
    .top_business_container figure img {
      width: 100%; }
    .top_business_container figure .txt_area {
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      padding: 0 20px;
      text-align: center;
      color: #fff;
      transform: translate(0, -50%); }
      .top_business_container figure .txt_area h3 {
        color: #fff; }
    .top_business_container figure a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      transition: .3s; }
    .top_business_container figure:hover {
      opacity: 0.7;
      transition: .3s; }

@media screen and (max-width: 896px) {
  .top_business_container {
    flex-wrap: wrap; }

  .top_business_container figure {
    width: 90%;
    height: 350px;
    margin: 20px auto 0; }
    .top_business_container figure:first-of-type {
      margin-top: 0; }

  .top_business_container figure img {
    height: 100%;
    box-sizing: border-box;
    object-fit: cover; }

  .top_business_area .bace_btn_link {
    width: 90%;
    margin: 32px auto 0; } }
/* 施工事例
----------------------------------------------------*/
.top_case_conteiner .bace_btn_link {
  margin: 56px auto 0; }

@media screen and (max-width: 896px) {
  .top_case_conteiner .bace_btn_link {
    margin: 32px auto 0; } }
/* 会社概要
----------------------------------------------------*/
.top_company_area {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .top_company_area figure {
    width: 50%;
    font-size: 0; }
    .top_company_area figure img {
      width: 100%; }
  .top_company_area .top_company_txt_area {
    width: 50%;
    padding: 0 80px;
    box-sizing: border-box; }
    .top_company_area .top_company_txt_area ul li {
      position: relative;
      width: 100%;
      padding: 32px 0;
      box-sizing: border-box;
      border-bottom: 1px dashed #ccc;
      transition: .3s; }
      .top_company_area .top_company_txt_area ul li p {
        font-size: 20px;
        font-weight: bold;
        color: #333; }
      .top_company_area .top_company_txt_area ul li a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: .3s; }
      .top_company_area .top_company_txt_area ul li:first-of-type {
        border-top: 1px dashed #ccc; }
      .top_company_area .top_company_txt_area ul li::after {
        position: absolute;
        top: 32px;
        right: 0;
        content: '\f101';
        font-size: 32px;
        font-weight: 900;
        color: #333;
        line-height: 32px;
        font-family: 'Font Awesome 5 free';
        transition: .3s; }
      .top_company_area .top_company_txt_area ul li:hover {
        opacity: 0.7;
        transition: .3s; }
    .top_company_area .top_company_txt_area .bace_btn_link {
      margin: 56px auto 0; }

@media screen and (max-width: 896px) {
  .top_company_area {
    flex-wrap: wrap;
    flex-direction: column-reverse; }

  .top_company_area figure {
    width: 100%; }

  .top_company_area .top_company_txt_area {
    width: 90%;
    padding: 60px 0; }

  .top_company_area .top_company_txt_area ul li {
    padding: 24px 0; }

  .top_company_area .top_company_txt_area ul li p {
    font-size: 16px; }

  .top_company_area .top_company_txt_area ul li::after {
    top: 24px;
    font-size: 20px; }

  .top_company_area .top_company_txt_area .bace_btn_link {
    margin: 32px auto 0; } }
/* 採用情報
----------------------------------------------------*/
.top_recruit_bnr a figure {
  width: 100%;
  font-size: 0; }
  .top_recruit_bnr a figure img {
    width: 100%; }
.top_recruit_bnr a:hover {
  opacity: 0.7;
  transition: .3s; }

/* 公式SNS
----------------------------------------------------*/
.line_bnr {
  width: 800px;
  margin: 64px auto 0; }
  .line_bnr img {
    width: 100%; }
  .line_bnr:hover {
    opacity: 0.7;
    transition: .3; }

@media screen and (max-width: 896px) {
  .line_bnr {
    width: 100%;
    margin: 20px auto 0; } }
/*****************************************************

 Page - business(事業内容)
 
*****************************************************/
.business_btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 64px; }
  .business_btn_area .bace_btn_link {
    margin-right: 40px;
    padding: 16px 20px;
    font-size: 18px;
    font-weight: bold;
    font-style: normal; }
    .business_btn_area .bace_btn_link i {
      margin-right: 10px; }
    .business_btn_area .bace_btn_link::after {
      display: none; }
    .business_btn_area .bace_btn_link:last-of-type {
      margin-right: 0; }

@media screen and (max-width: 896px) {
  .business_btn_area {
    flex-wrap: wrap;
    margin-top: 40px; }

  .business_btn_area .bace_btn_link {
    margin: 0 0 20px 0;
    font-size: 16px; }

  .business_btn_area .bace_btn_link:last-of-type {
    margin-bottom: 0; } }
.business_wrapper {
  position: relative;
  width: 100%; }
  .business_wrapper .sub_bg_ttl {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 300px;
    font-weight: bold;
    color: rgba(13, 85, 107, 0.25);
    line-height: 210px;
    font-style: italic;
    font-family: "Lora", serif;
    z-index: 0; }

@media screen and (max-width: 896px) {
  .business_wrapper .sub_bg_ttl {
    font-size: 110px;
    line-height: 70px; } }
.ttl_contents_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px; }
  .ttl_contents_area .txt_area {
    width: 50%;
    padding: 0 40px 0 230px;
    box-sizing: border-box; }
  .ttl_contents_area figure {
    width: 50%;
    font-size: 0; }
    .ttl_contents_area figure img {
      width: 100%; }

@media screen and (max-width: 896px) {
  .ttl_contents_area {
    flex-wrap: wrap; }

  .ttl_contents_area .txt_area {
    width: 90%;
    padding: 0;
    margin: 0 auto; }

  .ttl_contents_area figure {
    width: 90%;
    margin: 0 auto; } }
.business_role_area {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 56px; }
  .business_role_area li {
    width: 23.8%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5% 1.5% 0 0;
    padding: 16px;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(120deg, rgba(24, 165, 238, 0.3) 0%, rgba(11, 162, 154, 0.3) 100%); }
    .business_role_area li:nth-of-type(4n) {
      margin-right: 0; }
    .business_role_area li:nth-of-type(-n+4) {
      margin-top: 0; }

@media screen and (max-width: 896px) {
  .business_role_area {
    margin-bottom: 32px; }

  .business_role_area li {
    width: 49%;
    margin: 2% 2% 0 0;
    padding: 14px;
    font-size: 14px; }
    .business_role_area li:nth-of-type(2n) {
      margin-right: 0; }
    .business_role_area li:nth-of-type(-n+4) {
      margin-top: 2%; }
    .business_role_area li:nth-of-type(-n+2) {
      margin-top: 0 !important; } }
.business_sign_area {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 56px; }
  .business_sign_area figure {
    width: 23.8%;
    margin: 1.5% 1.5% 0 0;
    font-size: 0; }
    .business_sign_area figure img {
      width: 100%; }
    .business_sign_area figure figcaption {
      margin-top: 8px;
      font-size: 16px;
      font-weight: bold; }
    .business_sign_area figure:nth-of-type(4n) {
      margin-right: 0; }
    .business_sign_area figure:nth-of-type(-n+4) {
      margin-top: 0; }

@media screen and (max-width: 896px) {
  .business_sign_area {
    margin-bottom: 32px; }

  .business_sign_area figure {
    width: 49%;
    margin: 6% 2% 0 0; }
    .business_sign_area figure:nth-of-type(2n) {
      margin-right: 0; }
    .business_sign_area figure:nth-of-type(-n+4) {
      margin-top: 6%; }
    .business_sign_area figure:nth-of-type(-n+2) {
      margin-top: 0 !important; }

  .business_sign_area figure figcaption {
    font-size: 14px; } }
.business_plan_area {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px; }
  .business_plan_area figure {
    width: 23.8%;
    margin: 0 1.5% 0 0;
    font-size: 0; }
    .business_plan_area figure img {
      width: 100%; }
    .business_plan_area figure figcaption {
      margin-top: 8px;
      text-align: center;
      font-size: 20px;
      font-weight: bold; }
    .business_plan_area figure:nth-of-type(4n) {
      margin-right: 0; }

@media screen and (max-width: 896px) {
  .business_plan_area {
    flex-wrap: wrap; }

  .business_plan_area figure {
    width: 49%;
    margin: 6% 2% 0 0; }
    .business_plan_area figure:nth-of-type(2n) {
      margin-right: 0; }
    .business_plan_area figure:nth-of-type(-n+2) {
      margin-top: 0 !important; }

  .business_plan_area figure figcaption {
    font-size: 16px; } }
.business_material_area {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px; }
  .business_material_area figure {
    width: 23.8%;
    margin-right: 40px;
    font-size: 0; }
    .business_material_area figure img {
      width: 100%; }
  .business_material_area p {
    font-size: 16px; }

@media screen and (max-width: 896px) {
  .business_material_area {
    flex-wrap: wrap; }

  .business_material_area figure {
    width: 80%;
    margin: 0 auto 24px; }

  .business_material_area p {
    font-size: 14px; } }
/*****************************************************

 Page - case(施工事例)
 
*****************************************************/
/*****************************************************

 Page - company(会社概要)
 
*****************************************************/
.greeting_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .greeting_area figure {
    width: 50%;
    font-size: 0; }
    .greeting_area figure img {
      width: 100%; }
  .greeting_area .txt_area {
    width: 50%;
    padding: 0 40px;
    box-sizing: border-box; }
    .greeting_area .txt_area .name {
      text-align: right;
      font-size: 20px;
      font-weight: bold;
      color: #333; }
      .greeting_area .txt_area .name span {
        margin-left: 10px;
        font-size: 32px; }

@media screen and (max-width: 896px) {
  .greeting_area {
    flex-wrap: wrap; }

  .greeting_area figure {
    width: 100%; }

  .greeting_area .txt_area {
    width: 100%;
    margin-top: 40px;
    padding: 0 20px; }

  .greeting_area .txt_area .name {
    font-size: 18px; }

  .greeting_area .txt_area .name span {
    font-size: 24px; } }
.access_area .tbl_type_01 {
  margin-bottom: 56px; }
.access_area .map {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; }
.access_area .access_img_area {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px; }
  .access_area .access_img_area figure {
    width: 32.5%;
    margin-right: 16px;
    font-size: 0; }
    .access_area .access_img_area figure img {
      width: 100%; }
    .access_area .access_img_area figure:last-of-type {
      margin-right: 0; }

@media screen and (max-width: 896px) {
  .access_area .tbl_type_01 {
    margin-bottom: 40px; }

  .access_area .access_img_area {
    margin-top: 20px; }

  .access_area .access_img_area figure {
    margin-right: 5px; } }
.history_area .history_item {
  margin-top: 40px; }
  .history_area .history_item:first-of-type {
    margin-top: 0; }

/*****************************************************

 Page - recruit(採用情報)
 
*****************************************************/
.recruit_gallary {
  width: 100%;
  height: auto; }
  .recruit_gallary li {
    width: auto;
    position: relative; }
    .recruit_gallary li img {
      width: 500px;
      max-width: 100%;
      height: auto; }

/* Container DIV - automatically generated */
.simply-scroll-container {
  position: relative; }

/* Clip DIV - automatically generated */
.simply-scroll-clip {
  position: relative;
  overflow: hidden; }

/* UL/OL/DIV - the element that simplyScroll is inited on　Class name automatically added to element */
.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none; }

.simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none; }

.simply-scroll-list li img {
  border: none;
  display: block; }

/* Custom class modifications - adds to / overrides above
.simply-scroll is default base class */
/* Container DIV */
.simply-scroll {
  width: 100%;
  /*height: 477px;*/ }

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: 354x; }

/* Explicitly set height/width of each list item */
.simply-scroll .simply-scroll-list li {
  float: left;
  /* Horizontal scroll only */
  width: 500px;
  height: 354px;
  margin: 0 10px; }

@media screen and (max-width: 896px) {
  .simply-scroll .simply-scroll-list li {
    width: 300px;
    height: 212px;
    margin: 0 5px; }

  .top_gallary li img {
    width: 300px; } }
.recruit_entry_wrapper .bace_btn_link {
  margin: 56px auto 0; }

/*****************************************************

 Page - contact(お問い合わせ)
 
*****************************************************/
.contact_tel_area {
  width: 100%;
  margin-top: 64px;
  padding: 48px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  border: 1px solid #292d32; }
  .contact_tel_area a {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    text-decoration: none; }
    .contact_tel_area a i {
      margin-right: 10px; }
    .contact_tel_area a:hover {
      opacity: 0.7;
      transition: .3s; }
  .contact_tel_area p {
    margin-top: 12px;
    font-size: 16px;
    color: #333; }

@media screen and (max-width: 896px) {
  .contact_tel_area {
    margin-top: 40px;
    padding: 20px; }

  .contact_tel_area a {
    font-size: 28px; }

  .contact_tel_area p {
    margin-top: 8px;
    font-size: 14px; } }
