@charset "UTF-8";
/*-----------------------------------------------------------------------------------------------------
共通設定(PC)
--------------------------------------------------------------------------------------------------------*/
html, body {
  width: 100%;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 70%;
  font-style: normal;
  line-height: 1.5;
}
/*リンク文字の設定*/
a {
  text-decoration: underline;
}
a:link, a:visited {
  color: #39f;
}
a:hover, a:active {
  color: #f60;
}
/*ボタンホバー設定(半透明)*/
.btn:hover {
  opacity: 0.7;
}
/*-----------------------------------------------------------------------------------------------------
各エリアの設定(PC)
-----------------------------------------------------------------------------------------------------*/
/*ページ全体*/
#container {
  position: relative;
  padding-top: 8em;
}
/*本体*/
#main {
  background-image: url("../images/img_bg_04.png");
  background-repeat: no-repeat; /* 背景を繰り返さない */
  background-position: 50% 50%; /* 背景画像の位置は画面中央 */
  background-attachment: fixed; /* 背景画像を固定する */
  background-size: cover;
  margin-bottom: 0em;
}
/*カラム部分*/
#main-in {
  background-color: transparent;
  padding-top: 0em;
  box-shadow: 0px 0px 1px #594a42;
}
/*カラム内部のサイズ*/
#main-contents .contents {
  margin-bottom: 0em;
  padding: 0 100px;
}
/*段落タグ*/
#main-contents p {
  line-height: 2em;
}
/*全体のフォントサイズ*/
#main-contents {
  font-size: 1.7em;
}
/*-----------------------------------------------------------------------------------------------------
ｈタグの設定(PC)
-----------------------------------------------------------------------------------------------------*/
/*H2タグ*/
#main-contents h2 {
  font-family: 'Sawarabi Mincho', sans-serif;
  margin: 0em 0 1.5em;
  padding: 1em 0.5em;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
}
/*H3タグ*/
#main-contents h3 {
  margin: 0 0 0.5em;
  padding: 0.5em;
  border-bottom: 1px dotted #000000;
  font-size: 1.143em;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
/*H4タグ*/
#main-contents h4 {
  margin: 0 0 1.5em;
  padding: 0.8em;
  border: 1px solid #8e8e8e;
  font-weight: bold;
}
/*H5タグ*/
#main-contents h5 {
  margin: 0 0 1.5em;
  padding: 0 0.8em 0.5em;
  border-bottom: 2px solid #414141;
  font-weight: bold;
}
/*-----------------------------------------------------------------------------------------------------
上部固定ヘッダー部分(PÇ)　※ロゴ・電話番号・お問い合わせボタン
-----------------------------------------------------------------------------------------------------*/
#header {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid #ccc;
}
#header-in {
  background-color: #000000;
  position: relative;
  padding: 0.5em 0em 0.5em;
}
/*ヘッダーロゴ*/
#header #header-title {
  float: left;
  width: 30%;
  margin-top: 0px;
  margin-left: 0px;
}
#header .header-logo {
  margin-bottom: 0em;
}
#header .header-logo img {
  width: 100%;
}
/*ヘッダー 電話ボタン*/
.header_tel {
  width: 30%;
  float: right;
  margin: 0.5em 0.5em 0em;
}
.header_tel img {
  width: 100%;
}
/*ヘッダー 問い合わせボタン*/
.header_mail {
  width: 8%;
  float: right;
  margin: 0.1em 0.3em 0em;
}
.header_mail img {
  width: 100%;
}
/*ヘッダー 問い合わせボタン*/
.header_quotation {
  width: 8%;
  float: right;
  margin: 0.1em 0.3em 0em;
}
.header_quotation img {
  width: 100%;
}
/*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/
#main-image {
  padding-top: 0em;
  background: url("../images/img_top_bg.png") center top no-repeat;
  height: auto;
}
#main-image-in {
  position: relative;
  padding-bottom: 0em;
  background-color: transparent;
}
#main-image img {
  width: 100%;
  height: auto;
}
.top_sp {
  display: none;
}
/*-----------------------------------------------------------------------------------------------------
メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------
コンテンツ（問い合わせ）
--------------------------------------------------------------*/
.section_cta {
  background-color: rgba(0, 0, 0, 0.9);
}
.box_cta {
  padding: 2em 0em;
}
.box_cta_inr {
  background-color: #FFFFFF;
  padding: 1em;
}
.title_cta {
  text-align: center;
}
.title_cta img {
  width: 90%;
}
.title_cta, .btn_tell, .btn_mail {
  margin-bottom: 1em;
}
.btn_tell p {
  font-size: 1.2em;
}
/*--------------------------------------------------------------
コンテンツ（実績）
--------------------------------------------------------------*/
.section_jisseki {
  background-color: #FFFFFF;
}
.box_jisseki {
  padding: 3em 0em;
  margin: 0 -3em;
}
.sub_jisseki, .img_jisseki, .img_media_pc, .img_tv_pc {
  width: 100%;
}
.img_media_01_sp, .img_media_02_sp, .img_tv_01_sp, .img_media_02_sp {
  display: none;
}
.img_jisseki {
  margin-bottom: 2em;
}
/*--------------------------------------------------------------
コンテンツ（おすすめ）
--------------------------------------------------------------*/
.section_osusume {
  background-image: url("../images/img_bg_01.png");
  background-repeat: repeat; /* 背景を繰り返す */
}
.box_osusume {
  padding-bottom: 3em;
}
.subhead {
  background-image: url("../images/img_bg_sub.png");
  background-repeat: repeat; /* 背景を繰り返す */
  margin: 0 -5.5em 1.5em -5.5em;
  margin-bottom: 1.5em;
}
.box_osusume_details_01, .box_osusume_details_02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.img_osusume {
  width: 100%;
  padding: 0 1em;
}
.box_osusume_details_01 {
  margin-bottom: 1.5em;
}
.etc {
  margin-bottom: 1.5em;
}
.text_osusume {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}
/*--------------------------------------------------------------
コンテンツ（解体ショー説明）
--------------------------------------------------------------*/
.section_online {
  background-image: url("../images/img_bg_03.png");
  background-repeat: repeat; /* 背景を繰り返す */
}
.box_online {
  padding-bottom: 3em;
}
.img_show {
  margin-bottom: 1.5em;
}
.box_text_online {
  margin-bottom: 1.5em;
}
.box_gokan {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.img_maguronotakumi {
  width: 30%;
}
.img_gokan {
  width: 45%;
}
/*--------------------------------------------------------------
コンテンツ（プロ集団）
--------------------------------------------------------------*/
.section_professional {
  background-image: url("../images/img_bg_03.png");
  background-repeat: repeat; /* 背景を繰り返す */
}
.box_professional {
  padding-bottom: 3em;
}

.box_professional_inr_01 {
    margin-bottom: 1em;
}

.box_jadt_01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1em;
}
.box_jadt_inr_01 p, .box_jadt_inr_02 p, .box_jadt_inr_03 p, .box_jadt_inr_04 p {
  font-size: 0.7em;
}

.box_jadt_inr_01 {
  width: 30%;
    margin-left: -0.5em;
}
.box_jadt_inr_02 {
  width: 21%;
    margin-right: -0.8em;
}
.box_jadt_inr_03 {
  width: 21%;
    margin-right: -0.8em;
}

.box_jadt_inr_03 img {
  display: block;
  width: 73%;
  margin: 0 auto;
    margin-bottom: -1.4em;
  }


.box_jadt_inr_04 {
  width: 28%;
    margin-right: -1em;
}


.img_license, .img_qualitymark, .img_jadt_price, .img_jadt_gokan {
  width: 100%;
}
.text_jadt_01 {
  background-color: #e31613;
  color: #FFFFFF;
  margin: 0.5em 0 1.5em 0;
  padding: 1em 1em;
  text-align: center;
}
.box_jadt_02 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #366cb4;
  color: #FFF;
  padding: 1em 1em;
}
.text_jadt_02 {
  width: 55%;
}
.button_jadt {
  width: 40%;
}
.button_jadt img {
  width: 100%;
  background-color: #FFF;
  padding: 0.5em 0.5em 0.3em 0.5em;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/*--------------------------------------------------------------
コンテンツ（プラン）
--------------------------------------------------------------*/
.section_plan {
  background-image: url("../images/img_bg_03.png");
  background-repeat: repeat; /* 背景を繰り返す */
}
.box_plan {
  padding-bottom: 3em;
}
.box_plan_01, .box_plan_02 {
  width: 100%;
  background-image: url("../images/img_plan_bg.png");
  background-repeat: repeat;
  padding: 1.5em;
  position: relative;
  margin: 0 1.5em;
}
.box_plan_details_inr {
  background-color: #FFFFFF;
  padding: 1em;
}
.box_plan_details {
  margin: 2em -3em 0 -3em;
  display: flex;
  justify-content: space-between;
}
.img_no1, .img_no2 {
  position: absolute;
  top: -35px;
  left: -45px;
  width: 35%;
}
.img_plan_01 {
  margin-top: 0.6em;
}
.img_plan_02 {
  margin-top: 0em;
}
.text_plan {
  font-size: 0.9em;
  line-height: 1.6 !important;
}
.text_plan_caution {
  line-height: 1.5 !important;
  margin-bottom: 1em;
}
/*--------------------------------------------------------------
コンテンツ（安さの秘密）
--------------------------------------------------------------*/
.section_secret {
  background-image: url("../images/img_bg_02.png");
  background-repeat: repeat;
}
.box_secret {
  padding: 8em 0 3em 0em;
  position: relative;
}
.title_yasusa {
  position: absolute;
  width: 90%;
  top: 2em;
  left: -4em;
}
.sub_yasusa {
  margin-bottom: 1em;
}
.box_text_yasusa {
  margin-bottom: 1em;
}
.img_margincut {
  margin-bottom: 1em;
}
.box_pic_gyokou {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.box_pic_gyokou img {
  width: 33.3%;
}
/*--------------------------------------------------------------
コンテンツ（価格）
--------------------------------------------------------------*/
.section_price {
  background-image: url("../images/img_bg_02.png");
  background-repeat: repeat;
}
.box_price {
  padding-bottom: 3em;
}
.text_price {
  margin-bottom: 1.5em;
}
.box_pricelist {
  margin: 0 -3em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2em;
}
.box_pricelist img {
  width: 30%;
  margin: 0 0.5em;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.box_kinds {
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 1em 1.5em 1.5em 1.5em;
  margin-bottom: 1.5em;
}
.box_kinds img {
  width: 100%;
}
.img_maguro_syurui {
  margin-top: 0.3em;
}
.box_price_caution {
  position: relative;
  margin-bottom: 8em;
}
.text_price_caution {
  float: left;
  width: 75%;
}
.btn_more {
  float: right;
  width: 23%;
  margin-right: -1em;
}
.btn_more img {
  width: 100%;
  margin-top: -4em;
}
.btn_more {
  animation: fluffy1 3s ease infinite;
}
@keyframes fluffy1 {
  0% {
    transform: translateY(0)
  }
  5% {
    transform: translateY(0)
  }
  10% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-15px)
  }
  25% {
    transform: translateY(0)
  }
  30% {
    transform: translateY(-15px)
  }
  50% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(0)
  }
}
/*横棒をつける*/
.text_include {
  background-color: #ffdd00;
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  display: flex;
  align-items: center; /* 縦位置の調整 */
  justify-content: center; /* 横位置の調整 */
}
.text_include::before, .text_include::after {
  content: '';
  flex-grow: 0.1; /* 少数にする 。大きい数字ほど線が長くなる。*/
  height: 3px;
  background: #000000;
}
/* 見出しの文字と横棒の間隔を開ける */
.text_include::before {
  margin-right: 20px;
}
.text_include::after {
  margin-left: 20px;
}
/*横棒をつけるここまで*/
.box_include_pic1 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  margin-bottom: 2em;
  padding-top: 0.5em;
  background-color: #FFF;
}
.img_set_01 {
  width: 100%;
  grid-column: 1;
  grid-row: 1;
}
.img_set_02 {
  width: 100%;
  grid-template: 1;
  grid-row: 2
}
.img_set_03 {
  width: 100%;
  grid-template: 2;
  grid-row: 1 / 3;
}
.box_notice {
  background-image: repeating-linear-gradient(60deg, #000000, #000000 12.96px, transparent 18px, transparent 25.2px, #000000 28px), repeating-linear-gradient(150deg, #000000, #000000 12.96px, transparent 18px, transparent 25.2px, #000000 28px), repeating-linear-gradient(240deg, #000000, #000000 12.96px, transparent 18px, transparent 25.2px, #000000 28px), repeating-linear-gradient(330deg, #000000, #000000 12.96px, transparent 18px, transparent 25.2px, #000000 28px);
  background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  padding: 1em;
}
/*--------------------------------------------------------------
コンテンツ（ステップ）
--------------------------------------------------------------*/
.section_step {
  background-image: url("../images/img_bg_02.png");
  background-repeat: repeat;
}
.box_step {
  padding-bottom: 3em;
}
.img_sub_step {
  width: 100%;
  margin-bottom: 1.5em;
}
.box_step_details_01, .box_step_details_02, .box_step_details_03, .box_step_details_04, .box_step_details_05, .box_step_details_06, .box_step_details_07, .box_step_details_08, .box_step_details_09, .box_step_details_10, .box_step_details_11 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1em;
}
.img_step_number {
  width: 10%;
}
.img_step {
  width: 35%;
}
.box_text_step {
  width: 52%;
  padding-top: 0em;
}
.img_maguro_sabaki {
  position: absolute;
  width: 50%;
  top: 2em;
  right: -1em;
}
.box_step_inr1 {
  margin-bottom: 1.5em;
}
/*--------------------------------------------------------------
コンテンツ（出張）
--------------------------------------------------------------*/
.section_syuttyou {
  background-image: url("../images/img_bg_00.png");
  background-repeat: repeat;
}
.box_syuttyou {
  padding: 3em 0em;
}
.box_syuttyou_imgs {
  width: 100%;
  position: relative;
  margin-bottom: 3.5em;
}
.btn_dl_pdf {
  position: absolute;
  bottom: -2em;
  left: 5%;
  width: 80%;
}
.box_kansentaisaku {
  background-color: rgba(255, 221, 0, 0.3);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 0.5em 1.5em;
}
/*--------------------------------------------------------
段落・リスト・テーブル設定
--------------------------------------------------------*/
/*チェックリスト（リストタグ）*/
#main-contents ul.checklist_01 {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin: 0 0 1.5em;
  padding: 1em 1em 1em;
}
#main-contents ul.checklist_01 li {
  margin-bottom: 1em;
  padding-top: 0;
  padding-left: 40px;
  background: url("../images/img_check-_03.png") left top no-repeat;
  background-size: 25px;
  margin-left: 0.5em;
  list-style-type: none;
}
/*チェックリスト（リストタグ）*/
#main-contents ul.checklist_02 {
  margin: 0 0 1.5em;
  padding: 1em;
  padding-bottom: 0;
}
#main-contents ul.checklist_02 li {
  margin-bottom: 0.5em;
  padding-top: 5px;
  padding-left: 24px;
  background: url(../images/icon-check01-red.png) left top no-repeat;
  list-style-type: none;
}
/*テーブルタグ*/
#main-contents table {
  margin-bottom: 1.5em;
  padding: 0;
  border-top: 1px solid #959595;
  border-left: 1px solid #959595;
}
#main-contents th, #main-contents td {
  padding: 0.5em;
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595;
}
#main-contents th {
  background-color: #fff;
  font-weight: bold;
  text-align: left;
}
#main-contents table.table-style01 th, #main-contents table.table-style01 td {
  text-align: left;
  vertical-align: middle;
}
/*--------------------------------------------------------
メールフォーム部分
--------------------------------------------------------*/
/*全体*/
.mailform {
  background-color: #FFFDEC;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0.7em -3em 0em;
  margin-bottom: 1.5em;
  padding: 1em 0em 1em;
  border-radius: 0px;
  box-shadow: 0px 0px 1px #594a42;
  border: 5px double #ccc;
}
.input p {
  line-height: 2px
}
/*入力部分*/
.input {
  border-radius: 0px;
  margin: 0em 0em 0em;
  padding: 0em 1em;
  font-color: #000;
  overflow: auto;
}
.input_name {
  font-size: 90%;
}
.input_inr {
  padding: 0.5em;
}
.input_inr_left {
  width: 52%;
  float: left;
}
.input_inr_right {
  width: 46%;
  float: right;
}
.input_style {
  width: 40%;
  height: 45px;
  font-size: 0.8em;
  border-radius: 0px;
  margin-bottom: 0.5em;
  margin-right: 15px;
  padding-left: 10px;
  text-align: left;
  color: #7b7b7b;
  float: left;
  border: 2px solid #ccc;
}
.input_style_02 {
  width: 95%;
  height: 45px;
  font-size: 0.8em;
  border-radius: 0px;
  margin-bottom: 0.5em;
  padding-left: 10px;
  text-align: left;
  color: #7b7b7b;
  border: 2px solid #ccc;
}
input[type="submit"] {
  width: 99%;
  text-align: center;
  margin: 0.3em 0em 0em;
  background-color: #6FBE4E;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 1.2em;
}
/*-----------------------------------------------------------------------------------------------------
セクション サービス
-----------------------------------------------------------------------------------------------------*/
.area_box_projecter {
  display: flex;
}
.box_projecter {
  width: 33.3333%;
  margin-right: 5px;
}
/*テーブルタグ*/
#main-contents table {
  margin-bottom: 1.5em;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 5px;
}
#main-contents th {
  background: #d5b88e;
  vertical-align: middle;
  text-align: center;
  width: 120px;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
}
#main-contents table.table-style01 th, #main-contents table.table-style01 td {
  text-align: left;
  vertical-align: center;
  font-size: 100%;
}
/* ------------------------------
   スライダー1
------------------------------ */
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 250px;
  overflow: hidden;
  position: absolute;
}
.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 190px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loopSlider ul {
  height: 250px;
  float: left;
  overflow: hidden;
}
.loopSlider ul li {
  width: 320px;
  height: 250px;
  float: left;
  display: inline;
  overflow: hidden;
}
.loopSlider ul li img {
  width: 100%;
}
.loopslider * { /*--1週目と2週目の間が切れる対処設定（CSSブラウザリセット）--*/
  margin: 0;
  padding: 0;
}
/* ------------------------------
   スライダー2
------------------------------ */
.loopSliderWrap_02 {
  top: 0;
  left: 0;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.loopSlider_02 {
  margin: 0 auto;
  width: 100%;
  height: 150px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loopSlider_02 ul {
  height: 250px;
  float: left;
  overflow: hidden;
}
.loopSlider_02 ul li {
  width: 100px;
  height: 250px;
  float: left;
  display: inline;
  overflow: hidden;
}
.loopSlider_02 ul li img {
  width: 100%;
}
.sp_br {
  display: none;
}
.fix_menu_smartphone {
  display: none;
}
/*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/
#footer {
  background-image: url("../images/img_bg_sub.png");
  background-repeat: repeat;
  padding: 2em 0;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}
#footer a {
  color: #fff;
}