@charset "UTF-8";

/*-----------------------------------------------------------------------------------------------------
共通設定(PC)
--------------------------------------------------------------------------------------------------------*/
html,
body {
  width: 100%;
}

body {
  /* font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace"; */
  font-size: 62.5%;
  font-style: normal;
  line-height: 1.5;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

/*リンク文字の設定*/
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: 4.5em;
}

/*本体*/
.main {
  margin-bottom: 0em;
}

/*カラム部分*/
.main-in {
  padding: 1.5em 0;
}

/*カラム内部のサイズ*/
.main-contents .contents {
  margin-bottom: 0em;
  padding: 0 80px;
}

/*段落タグ*/
.main-contents p {
  line-height: 1.8em;
}

/*全体のフォントサイズ*/
.main-contents {
  font-size: 1.7em;
}

/*-----------------------------------------------------------------------------------------------------
ｈタグの設定(PC)
-----------------------------------------------------------------------------------------------------*/
/*H2タグ*/
.main-contents h2 {
  margin: 0 0 0em;
  padding: 0.5em;
  font-size: 2.2em;
  font-weight: normal;
  text-align: center;

  color: #4EB1F2;
}

/*H3タグ*/
.main-contents h3 {
  margin: 0 0 0.5em;
  padding: 0.5em 0em;
  /* border-left: 8px solid #6ECAE7; */
  font-size: 1.4em;
  font-weight: bold;
}

/*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: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid #ccc;
}

#header-in {
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  padding: 0em 0em 0.5em;
}

/*ヘッダーロゴ*/
#header #header-title {
  float: left;
  width: 20%;
  margin-top: 5px;
  margin-left: 0px;
}

#header .header-logo {
  margin-bottom: 0em;


}

#header .header-logo img {
  width: 100%;


}

/*ヘッダー 電話ボタン*/
.header_tel {
  width: 25%;
  float: right;
  margin: 0.5em 1.5em 0em;
}

.header_tel img {
  width: 100%;
}

/*ヘッダー 問い合わせボタン*/
.header_web {
  width: 28%;
  float: right;
  margin: 0.5em 0.3em 0em;
}

.header_web img {
  width: 100%;
}

/*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/
#main-image {
  padding-top: 0em;
  background: url(../images/front-back.jpg) center top no-repeat #fff;
  height: auto;
}

#main-image-in {
  position: relative;
  padding-bottom: 0em;
  background-color: transparent;
}

#main-image img {
  width: 100%;
  height: auto;
}

/*-----------------------------------------------------------------------------------------------------
メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/
.subhead {
  margin: 0 -2em;
  margin-bottom: 1.5em;
}

.section_contact {
  background-color: #F4FBFD;
}

.section_contact img {
  width: 100%;
}

.section_contact_in {
  background-color: transparent;
}

.section_01 {
  background-color: #fff;
}

.section_01_in {
  background-color: transparent;
}

.section_02 {
  background-color: #f6f6f6;
}

.section_02_in {
  background-color: transparent;
}

.section_03 {
  background-image: url(" ../images/bg_001.png");
  /* 全体の背景画像 */
  background-repeat: no-repeat;
  /* 背景を繰り返さない */
  background-position: 50% 50%;
  /* 背景画像の位置は画面中央 */
  background-attachment: fixed;
  /* 背景画像を固定する */
  background-size: cover;
}

.box_contact {
  background-color: #fff;
  padding: 0.5em 2em 1em;
  margin: 0.3em -2em;
}

.box_contanct_inr {
  display: flex;
}

.box_contact_inr_left {
  background-color: #f2f2f2;
  padding: 0.5em 0.8em;
  width: 50%;
  float: left;
  font-size: 70%;
  margin-right: 10px;
}

.box_contact_inr_left p,
.box_contact_inr_right p {
  line-height: 1.5em;
}

.box_contact_inr_right {
  background-color: #f2f2f2;
  padding: 0.5em 0.8em;
  width: 50%;
  float: right;
  line-height: 1.4em;
  font-size: 70%;
}

.box_inr_tel {
  background-color: #f2f2f2;
  margin: 0.5em 0;
  padding: 0.5em 0.8em;
}

.pc_btn {
  display: block;
}

.sp_btn {
  display: none;
}

.box_pro {
  background-color: #f9f9f9;
  padding: 1em 2em;
  margin-bottom: 1em;
}

.box_point {
  background-color: #f9f9f9;
  padding: 1em 2em;
  margin-bottom: 1em;
}

.area_tokutyo {
  display: flex;
  margin: 0 0em;
}

.box_tokutyo {
  width: 35%;
  margin-right: 5px;
  font-size: 0.7em;
}

.box_koe {
  background-color: #fff;
  padding: 1em 2em 1.5em;
  margin: 0 -2em;
  margin-bottom: 1em;
  font-size: 0.9em;
}

.title_koe {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.6em;
  border-bottom: 1px solid #f2f2f2;
}

.title_q {
  color: #9E9E9E;
  font-size: 1em;
}

.area_mudanbou {
  display: flex;
  margin: 0 -6em;
}

.box_mudanbou {
  width: 35%;
  margin-right: 5px;
}

.box_henkin {
  background-color: #fff;
  padding: 1em 2em;
  margin-bottom: 1em;
}

.box_secret {
  background-color: #fff;
  padding: 1em 2em 1.5em;
  margin: 0 -2em;
  margin-bottom: 1em;
}

.title_secret {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 1.5em;
}

.area_movie {
  display: flex;
  margin: 0 0em;
}

.box_movie {
  width: 50%;
  margin-right: 10px;
}

.box_name {
  text-align: right;
}

.box_name img {
  width: 45%;
}

.pink_line {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFEF 0%) repeat scroll 0 0;
}


.contact_text-attention {
  color: #333;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

.text-red {
  color: #E85400;
}


/*--------------------------------------------------------
問い合わせ部分
--------------------------------------------------------*/
.section_entry {
  background-color: #f9bb3e;
}

.section_entry_in {
  background-color: transparent;
}

.box_entry {
  background-color: #fff;
  padding: 0.5em 2em 1em;
  border-radius: 5px;
  margin-top: 0.5em;
  margin-bottom: 1em;
  overflow: auto;
}

.entry_tel {
  width: 48%;
  float: left;
  margin: 0.5em 0em 0em;
}

.entry_mail {
  width: 48%;
  float: right;
  margin-top: 1em;
}

/*--------------------------------------------------------
段落・リスト・テーブル設定
--------------------------------------------------------*/
/*チェックリスト（リストタグ）*/
.main-contents ul.checklist {
  margin: 0 0 1.5em;
  padding: 1em;
  padding-bottom: 0;
  border: 1px solid #414141;
}

.main-contents ul.checklist li {
  margin-bottom: 1.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 {
  background-color: #fff;
  padding: 0.5em;
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595;
}

.main-contents th {
  background-color: #f0f0f0;
  font-weight: bold;
  text-align: left;
}

.main-contents table.table-style01 th,
.main-contents table.table-style01 td {
  text-align: left;
  vertical-align: middle;
}

/*--------------------------------------------------------
Youtube調整タグ
--------------------------------------------------------*/
.youtube_size {
  width: 640px;
  height: 440px;
}

/*--------------------------------------------------------
よくある質問
--------------------------------------------------------*/
.box_qa {
  background-color: #efefef;
  margin: 0px;
  padding: 1em;
}

.box_qa_q {
  background-color: #fff;
  padding: 1em;
  border-bottom: 1px solid #ccc;
  font-size: 120%;
  font-weight: bold;
  color: #CD3B3E;
}

.box_qa_a {
  background-color: #fff;
  padding: 1em;
  line-height: 1.8;
}

/*ステップフローのCSS*/
.step__boxes {
  margin-top: 30px;


}

.step__box {}

.step-box {
  padding: 40px 0;
}

.step-box__content {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.step-box__image {
  width: 280px;
}
.step-box__body {
  width: calc(500 / 790 * 100%);

}

.step-box__head {

}

.step-box__number {

}

.step-box__title {

}

.step-box__text {

}







ul.stepflow {
  border: none;
  margin: 1em 0.5em;
  padding: 0;
  list-style: none;
}

ul.stepflow>li:before,
ol.stepflow>li:before {
  background-color: #cccccc !important;
}

.stepflow li {
  position: relative;
  padding: 0 0 1.5em 1.8em;
}

.stepflow>li:before {
  content: "";
  width: 3px;
  background: #cccccc;
  display: block;
  position: absolute;
  top: 28px;
  bottom: 0;
  left: 5px;
}

.stepflow-white {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 3px #232F3E;
}

.stepflow-black {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 3px #232F3E;
  background-color: #232F3E;
}

.stepflow_label {
  padding: 3px 0px 8px 0px;
  margin-bottom: 8px;
  color: #999999;
  font-size: .8em;
  font-weight: bold;
}

.stepflow_title {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}

.stepflow_content {
  font-size: .9em;
  line-height: 1.5;
  margin-top: .5em;
  padding: 0 0 1.5em;
  border-bottom: dashed 1px #cccccc;
}

/*ステップフローのCSSここまで*/

/* アクセス */
.access_text {
  display: flex;
  gap: 100px;
}

.access_area {
  background-color: #f9f9f9;
}

/* 追伸 */

.tuisin_box {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;

  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------
メールフォーム部分
--------------------------------------------------------*/
/*全体*/
.mailform {
  background-image: url(../images/bg_mail.png);
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0em 0em 1em;
  padding: 1em 0em 1.5em;
  border-radius: 20px;
  box-shadow: 0px 0px 1px #594a42;
}

/*入力部分*/
.input {
  margin: 0em 2em 0em;
  padding: 1em 2em;
  font-color: #000;
}

.input_style {
  width: 100%;
  height: 60px;
  font-size: 100%;
  border-radius: 8px;
  margin-bottom: 0.5em;
  text-align: center;
  color: #7b7b7b;
}

input[type="image"] {
  width: 92%;
  text-align: center;
  margin: 0 2em;
}

/*注意部分の文字*/
.caution {
  margin: 0em;
  padding: 0;
  font-size: 90%;
  color: #990000;
  text-align: center;
}

/*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 2em 0;
  text-align: center;
  font-size: 1.4em;
}

/* ------------------------------
   スライダー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%;
}

/* ------------------------------
   スライダー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;
}