@charset "utf-8";
body {
  /***	フォント関連設定	***/
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  
  font-size: 112.5%; /* 18px */
  font-size: 125%; /* 20px */
  line-height: 1.7;
  /***	背景＆文字色設定	***/
  background: #f5f5f5;
  color: #222;
  font-feature-settings: "palt";
  text-align: justify;
}
/***	ヘッダー画像	***/
.fv h1 {
  /* background: url("../images/Clip\ path\ group.png") no-repeat top left ; */
  background-color: #fff;
  position: relative;
  height: 1000px;
}
.fv_main{
  position: absolute;
  top: 13%;
}
.fv_main2{
  position: absolute;
  bottom: 2%;
  right: 0%;
}
.fv_inr_bg{
  position: absolute;
  top: 0%;
  left: 0%;
}

h2 {
  padding: 0;
  
}
.h2_os{
  font-family: "Oswald", sans-serif;
  font-size: 150%;
}
a {
  cursor: pointer;
}
img {
  display: block; /*	ブロック要素としてふるまう：中揃えで表示	*/
  margin: 0 auto;
  max-width: 100%;
}
strong {
  font-weight: bold;
}
.hr{
  width: 80px;
  padding: 0em 0;
  margin: 0.5em 0;
  height: 0;
  border: 0;
  border-top: 1px solid #1e1e1e;
}
.hr2{
  width: 80px;
  padding:0;
  margin: 1em auto 0;
  height: 0;
  border: 0;
  border-top: 1px solid #1e1e1e;
}


/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  /* position: sticky;
  position: -webkit-sticky; */
  top: 0;
  z-index: 5000;
  background-color: #000436;
  overflow: auto;
}
/*ヘッダー内部をカラム幅にする*/
.header_inr {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
}
.header_nav{
  display:flex;
  justify-content: space-around;
list-style:none;
width: 100%;
}
.header_flex{
  width: 50%;
}
/*ヘッダーのロゴ*/
.header_logo {
  width: 25%;
}
/*ヘッダーの問い合わせボタン*/
.header_mail {
}
/*ヘッダーの問い合わせボタン*/
.header_line {
}
/*ヘッダーの電話ボタン*/
.header_tel {
}
/*ヘッダー内の画像が常に幅100%になるように*/
.header_logo img, .header_mail img, .header_tel img {
  width: 100%;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.3s ease;
}
header.scrolled {
  background-color: white;
}

/***　見出しの設定用　***/



/* --------------------------------------------------
背景設定
----------------------------------------------------- */
#wrapper {
  margin: 0 auto;
  background: url("../images/bg_wrapper1000.png") center center repeat-y;
}
/*背景を重ねた時用*/
.wrapper {
  margin: 0 auto;
  background: url("../images/bg_wrapper1000.png") center center repeat-y;
}
.bg {
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.bg_white{
  background: #FFFFFF;
}
.bg_gray{
  background: #f5f5f5;
}
.bg_white1000{
  background: #FFFFFF;
  width: 1000px;
  margin: 0 auto;
}
.bg_blue{
  background: #E5F0F8;
}
.bg_blue2{
  background: #141872;
}
.bg_navy{
  background: #000436;
}
.bg_gray2{
  background-color: #F2F0EB;
}
/* 背景追加ここから */


/* ドット斜め */

.bg_skew_dot{
  background-color: #fff;
  background-image:
    radial-gradient(#7bded9 20%, transparent 20%),
    radial-gradient(#7bded9 20%, transparent 20%);
    background: repeat;
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}
.bg_dot{
 /* ドット（水玉）模様のCSS */
 background-color   : #ffffff;
 background-image   : radial-gradient(#f2f7fb 11%, transparent 14%),
                      radial-gradient(#f2f7fb 11%, transparent 14%);
background-position: 0 0, 20px 20px;
 background-size    : 40px 40px;

  background-repeat: repeat;
}
.bg_stripe{
 /* ストライプパターンのCSS */
 background : repeating-linear-gradient(315deg,
 #f2f7fb,
 #f2f7fb 8px,
 #ffffff 0,
 #ffffff 17px);
 
   background-repeat: repeat;
 }
/*---	背景ここまで---*/


footer {
  margin: 0 auto;
  padding: 1em 0;
  background: #011111;
  color: #fff;
  text-align: center;
  font-size: 75%;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover {
  color: #fff;
}
address {
  font-style: normal;
}
.footer-001 {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 25px 10px 10px;
  background-color: #011111;
}

.footer-001__logo {
  width: 130px;
  height: auto;
}

.footer-001__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.5em;
  list-style-type: none;
  margin: 0 0 .5em;
  padding: .5em;
}

.footer-001__link {
  color: #fff;
  font-weight: 200;
  text-decoration: none;
}

.footer-001__copyright {
  margin: 0;
  color: #ffffffb3;
  font-weight: 200;
  font-size: .8em;
}
/* --------------------------------------------------
テキスト装飾
----------------------------------------------------- */
.bold{
  font-weight: bold;
}
.se_bold{
  font-weight: 600;
}
.large {
  font-size: 120%;
}
.xlarge {
  font-size: 144%;
}
.xxlarge {
  font-size: 172.8%;
}
.small {
  font-size: 82.5%;
}
.xsmall {
  font-size: 62.5%;
}
.xxsmall {
  font-size: 56.25%;
}
.u {
  text-decoration: underline;
}
.red {
  color: #E52A0E;
}
.white{
  color: #FFFFFF;
}
.underline {
  background: linear-gradient(transparent 70%, yellow 70%);
}
.highlight_blue {
  background-color: #000436;
  padding: 0.1em;
}
.highlight_white {
  background-color: #fff;
  padding: 0.1em;
}
.highlight {
  background-color: #fff266;
}
.redhigh {
  color: #E52A0E;
  background-color: #fff266;
}

.os{
  font-family: "Oswald", sans-serif;
}
/***	テキスト装飾設定ここまで	***/

/* --------------------------------------------------
ボックス設定
----------------------------------------------------- */

.content{
  padding: 0 0em 5em;
}
.content_area{
  padding: 2em 0;
}

.text {
  width: 850px;
  margin: 0 auto;
}
/* 行間設定 */
.text p{
  padding: 0.5em 0;
 }

.container{
width: 1000px;
margin: 0 auto;
}

/***　中央揃え　***/
.center{
  text-align: center;
}

/* 白背景 */
.white_box{
  background-color: #fff;
  width: 950px;
  border-radius: 10px;
  margin: 2em auto 0;
  padding: 0em 0;
}


/***	フレックスボックス設定　	***/
.contents_box {
  display: flex;
  justify-content:center; /*これを指定*/
  align-items:center; /*これを指定*/
  width: 950px;
  margin: 0 auto;
  padding: 2em 1em;
}
.contents_box2 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items:center; /*これを指定*/
  width: 950px;
  margin: 0 auto;
  padding: 2em 0em 2em 2em;
}

.box_flex {
  width: 50%;
  padding: 0 0.5em;
  
}
.box_pict {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;

}
.box_title {
  margin: 20px 0 0 0;
  padding: 0 0 0.5em;
  font-size: 120%;
  font-weight: bold;
  line-height: 150%;
  color: #fff;
}
.red_bg{
  background:#E52A0E;
  padding: 0.1em 0.5em;
}

/***	画像右寄せ設定（フロート）	***/
.pic_right {
  float: right;
  margin: 10px -15px 10px 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
/***	PC・スマホ改行設定	***/
.pconly {
  display: block;
}
.sponly {
  display: none;
}

/* --------------------------------------------------
案件ごとのコンテンツ内容
----------------------------------------------------- */
.philosophy{
  padding: 3em 0;
  background: url("../images/Clip_path_group2.png") no-repeat top right ;


}
.philosophy_text{
  padding: 1em 1em 0;
}

.philosophy_text p{
  padding-bottom: 0.5em;
  text-align: center;
}


.box{
  border: 3px solid #E52A0E;
}
.center{
 padding-left: 6em;
}

.quality{
  padding: 3em 0;

}
.quality_title{
margin:0 auto;
text-align: center;
}
.quality_text{
margin:0 auto;
text-align: center;
}
.quality_img{
  width: 900px;
  margin: 0 auto;
  padding: 2em 0;
  padding-left: 3.5%;
}


.title{
  text-align: center;
  font-size: 150%;

}
.subtitle{
  text-align: center;
}

.business{
  padding: 3em 0;
}
.company_info{
  width: 950px;
margin: 0 auto;

}
.company_info table {
margin: 40px auto 0;
width: 950px;
}
.company_inr{
  padding: 40px 0;
font-weight: normal;
text-align: left;
border-bottom: 1px solid #D9D9D9;
} 
.company_inr:first-of-type {
border-top: 1px solid #D9D9D9;
} 

.company_info th{
  font-weight: normal;
}
.office{
  background: url("../images/Clip_path_group2.png") no-repeat top right ;
padding: 3em 0;
margin: 0 auto;
}


/* フォーム全体のスタイル */
form {
  width: 800px;
  margin: 0 auto;
  padding: 20px;

}

/* 入力フィールドのスタイル */
input[type="text"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background:#Fff;
  border-radius: 4px;
}

/* 必須項目のスタイル */
font[color="red"] {
  color: red;
  font-weight: bold;
}

/* ラベルとフィールドを横並びにする */
dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

dt {
  font-weight: bold;
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
}

dd {
  width: 70%;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
}
.name{
  width: 200px;
}
.tel{
  width: 100px;
}

/* 送信ボタンのスタイル */
.btn_ {
  padding: 20px 150px;
  background-color: #E52A0E;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
.btn_2 {
  position: relative;
}

input[type="submit"]:hover {
  background-color: #ff4c31;
}

/* 矢印のスタイル */
.btn_2::after {
  content: "▶"; /* 矢印アイコンを挿入 */
  position: absolute;
  top: 50%;
  right: 200px; /* 右側の位置を調整 */
  transform: translateY(-50%);
  color: #fff; /* 矢印の色 */
  pointer-events: none; /* 矢印をクリック不能にする */
}

hr {

  margin: 20px 0;
}

/* 中央寄せ */
.center2 {
  text-align: center;
}






/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
left:25%;
bottom:50px;
  /*全体の高さ*/
height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
  /*描画位置*/
position: absolute;
left:-15px;
top: -15px;
  /*テキストの形状*/
color: #1e1e1e;
font-size: 0.7rem;
letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
content: "";
  /*描画位置*/
position: absolute;
top: 0;
  /*線の形状*/
width: 1px;
height: 30px;
background: #1e1e1e;
  /*線の動き1.4秒かけて動く。永遠にループ*/
animation: pathmove 1.4s ease-in-out infinite;
opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
0%{
  height:0;
  top:0;
  opacity: 0;
}
30%{
  height:30px;
  opacity: 1;
}
100%{
  height:0;
  top:50px;
  opacity: 0;
}
}



 /* ctaエリア */
 .cta{
  display:flex;
  justify-content: space-around;
list-style:none;
width: 700px;
margin: 0 auto;
}
.cta_tel{
  width: 100%
}
.cta_line{
  width: 100%;
}
/* .cta_mail{
  width: 100%;
} */
.cta_note{
  color: #fff;
  padding: 1em 0;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
}

/* お客様の声 */
 .cv_section {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto 1em;
  padding: 2em 1em;
  background-color: #fff;
  border-radius: 10px;
}

.cv01{
  width: 300px;
  padding-top: 1em;

}
.cv03{
  margin-bottom: 0em;

}
.cv_size{

  width: 85%;
  vertical-align: middle;
}
.cv01_contents{
  width: 700px;
  text-align: left;

}
.contents_text{
  width: 100%;
  padding: 0.5em 0.5em;
  border-top: 1px solid #151515;
  margin-top: 0.5em;

}




/*
 *		class-name　案件ごとのコンテンツ内容　ここまで
 */
 


 

.p1{
  padding: 2em 0;
}
.pb{
  padding-bottom: 5em;
}
.pb2{
  padding-bottom: 2em;
}

.pt{
  padding-top: 2em;
}
.pt5{
  padding-top: 5em;
}

/* テーブル */

.cost_table table {
  margin-bottom: 20px;
  width: 850px;
  margin: 0 auto;
  table-layout: fixed;
  border-spacing: 1px;
  border-collapse: collapse;
  text-align: center;
  border: 20px solid #F2F7FB;
  
}
.cost_table table th td{/*thに対して*/
  color: #fff;
  background-color: #141872;
  padding: 1em;
  font-size: 150%;
  font-weight: bold;
  border: 1px solid #F2F7FB;
  }

.cost_table table th{/*thに対して*/
  color: #fff;
  background-color: #141872;
  padding: 1em;
  font-size: 150%;
  font-weight: bold;
  border: 1px solid #b4bdc3;
  }

  .cost_table table td{
    padding: 1em;
    font-size: 150%;
  font-weight: bold;
  border: 1px solid #b4bdc3;
  text-align: center;
  }
  .note{
    margin: 0 auto;
   width: 850px; 
    text-align: right;
  }
 


 /* リスト設定 */

 .list_contents{
  width: 750px;
  margin: 0 auto;
  padding-bottom: 2em;
}


 .list-007 {
  list-style-type: none;
  background-color: #FFFFFF;
  margin: 0 auto;
  padding: 1em 2em;
  border-radius: 10px;
  font-weight: bold;
  font-size: 120%;
}

.list-007 li {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 0.3em;
}

.list-007 li::before {
  background: url(../images/check.png) ;
  background-position: top left;
 background-repeat: no-repeat;
 background-size:  auto 25px;
  width: 30px;
  height: 30px;
  content: '';
}
.kaiketu{
position: relative;
top: -15px;
padding-bottom: 1em;
}

/* q&a */

.wrap {
  width: 920px;
  box-sizing: border-box;
  margin: 0 auto;
}

/*リストコンテナ*/

li {
  display: list-item;
  text-align: -webkit-match-parent;
  
}

.faq_list ul li {
    padding: 30px;
    border-top: solid 1px #000;
    list-style-type: none;
}

.faq_list ul li:last-child {
    border-bottom: solid 1px #000;
}

/*リスト内部*/

.faq_list dl dt,
.faq_list dl dd {
    display: flex;
    justify-content: space-between;
}

.faq_list dl dt {
    margin-bottom: 15px;
}

.faq_list dl dt .txt {
    font-size: 22px;
    font-weight: bold;
}

.faq_list dl i {
    width: 35px;
    height: 35px;
    line-height: 34px;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
}

.faq_list dl i.q::before {
    content: "Q";
}

.faq_list dl i.a::before {
    content: "A";
}

.faq_list dl i.q {
    background: #141872;
    font: inherit;
}

.faq_list dl i.a {
    background: #D91A18;
    font: inherit;
}

.faq_list dl .txt {
    width: 92%;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
}

.faq_list dl dd .txt {
    padding-top: 0px
}





/*
 *		class-name　案件ごとのコンテンツ内容　ここまで
 */
 /*--------------------画像セクション--------------------*/
 .image_section01 {
  background: url("../images/header2_01.png") center center no-repeat;
}
.image_section02 {
  background: url("../images/header2_02.png") center center no-repeat;
}
.image_section03 {
  background: url("../images/header2_02.png") center center no-repeat;
}

/*--------------------ここまで--------------------*/
/***	formの設定	***/
/* フォーム全体のスタイル */


.form {
  margin: 0 auto;
  padding: 50px 0;
  background: #fff;
  width: 1000px;
}
.form_title {
  padding-bottom: 1.5em;
}
.submit {
  margin: 0 auto;
  padding: 10px 0 40px;
  width: 920px;
  max-width: 96%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 1);
  background: #fff;
}
.submit .btn {
  display: block;
  margin: 25px auto 0;
  max-width: 96%;
}
.deco {
  display: block;
  margin: 30px auto 0;
  margin-bottom: 20px;
  padding: 10px 6px 4px;
  width: 840px;
  max-width: 96%;
  height: 108px;
  border: 4px solid #1897c6;
  background: #fff;
  color: #1698c7;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.deco::placeholder {
  color: #AAA;
}
.btn {
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
  animation-name: btn-animation;
  animation-iteration-count: infinite;
  animation-duration: 2s;
}
.btn:hover {
  animation-duration: 0.8s;
}
.optin {
  font-size: 0.9em;
  padding: 1.3em;
  text-align: center;
}
/***	form設定ここまで	***/
/***	常時表示ボタン設定	***/
.footer-bar{
	display: none;
}

.flbtn {
  position: fixed;
  z-index: 9999;
  display: block;
  opacity: 0;
  bottom: 1em;
  right: 0.5em;
  margin: 0 auto;
  width: 360px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
.flbtn a {
  display: block;
  width: 336px;
  height: 81px;
  text-indent: -9999px;
  opacity: 0;
  opacity: 1;
  animation-name: btn-animation;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-delay: 0.6s;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}
@keyframes btn-animation {
  0% {
    transform: translateY(0.5em);
  }
  50% {
    transform: translateY(-0.5em);
  }
  100% {
    transform: translateY(0.5em);
  }
}

/***	余白調整用設定	***/

.ptb_01{
  padding: 1em 0;
}
.ptb_02{
  padding: 2em 0;
}
.ptb_03{
  padding: 3em 0;
}
.ptb_04{
  padding: 4em 0;
}
.ptb_05{
  padding: 5em 0;
}
.pt_01{
  padding-top: 1em;
}
.pt_02{
  padding-top: 2em;
}
.pt_03{
  padding-top: 3em;
}
.pt_04{
  padding-top: 4em;
}
.pt_05{
  padding-top: 5em;
}

.pb_01{
  padding-bottom: 1em;
}
.pb_02{
  padding-bottom: 2em;
}
.pb_03{
  padding-bottom: 3em;
}
.pb_04{
  padding-bottom: 4em;
}
.pb_05{
  padding-bottom: 5em;
}

@media screen and (max-width: 1023px) { /***	幅1023px以下に適用：ipad proなどの1024pxのものはPC表示と同一	***/
  
  /* 文字サイズを小さくする場合 */

 body{
    font-size: 100%;
  } 

  /***	ヘッダー画像	***/
 /***	ヘッダー画像	***/
h1 img{
  width: 100%;
}

.fv h1 {
  /* background: url("../images/Clip_path_group.png") no-repeat top center ; */
  position: relative;
  height: auto;
  padding-bottom: 5em;
}
.fv_main{
  position: initial;
  padding: 1em 0 0 1em;

}
.fv_main2{
  position: absolute;
  top:-20%;
  left: 0;
  right: 0;


}
.fv_inr_bg{
  position: initial;
  padding-top: 6em;
  

}
  h2 {
    padding: 0em;
    margin: 0 auto ;
    text-align: center;
  }
  h3 {
    padding: 0 1em;
  }
  footer {
    padding-bottom: calc((180 / 840) * 96vw + 1.5em);
  }
  /***	テキスト装飾設定	***/
  .xlarge {
    font-size: 125%;
  }
  .xxlarge {
    font-size: 150%;
  }
  /***	PC・スマホ改行設定	***/
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
 
  /***	案件ごとスマホ対応用	***/

  .header_inr {
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 1em 0;
  }
  .header_nav{
    display:flex;
    justify-content: space-around;
  list-style:none;
  width: 100%;
  }
  .header_flex{
    width: 30%;
  }
  /*ヘッダーのロゴ*/
  .header_logo {
    width: 50%;
    padding-left: 0.2em;
  }
  /*ヘッダーの問い合わせボタン*/
  .header_mail {
  }
  /*ヘッダーの問い合わせボタン*/
  .header_line {
    padding: 0 0.2em;
  }
  /*ヘッダーの電話ボタン*/
  .header_tel {
  }
  /*ヘッダー内の画像が常に幅100%になるように*/
  .header_logo img, .header_mail img, .header_tel img {
    width: 100%;
  }

  /*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
left: 50%;
bottom:0%;
  /*全体の高さ*/
height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
  /*描画位置*/
position: absolute;
left:-15px;
top: -15px;
  /*テキストの形状*/
color: #1e1e1e;
font-size: 0.7rem;
letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
content: "";
  /*描画位置*/
position: absolute;
top: 0;
  /*線の形状*/
width: 1px;
height: 30px;
background: #1e1e1e;
  /*線の動き1.4秒かけて動く。永遠にループ*/
animation: pathmove 1.4s ease-in-out infinite;
opacity:0;
}

/* --------------------------------------------------
案件ごとの設定
----------------------------------------------------- */

.philosophy{
  margin:  auto ;
  padding: 3em 0 3em;
  padding-left: 0em;
  background: none;

}
.philosophy_text{
  padding: 1em 1em 0;
}
.philosophy_text p{
  padding-bottom: 0.5em;
}
.sp_center{
  margin: 0 auto;
  text-align: center;
}
.hr{
  width: 80px;
  padding:0;
  margin: 1em auto 0;
  height: 0;
  border: 0;
  border-top: 1px solid #1e1e1e;
}


.content{
  padding: 0 0.5em 5em;
}
.content_area{
  padding: 2em 0.5em;
}
.company_info{
  width: 100%;
margin: 0 auto;

}
.company_info table {
  width: 100%;
margin: 1em auto;
}
.company_inr {
  padding: 14px;
font-weight: normal;
text-align: left;
border-bottom: 1px solid #D9D9D9;
}

.company_info th{
  font-weight: bold;
  width: 30%;
}
.office{
  background: none ;
width: 96%;
padding: 2em 0;
margin: 0em auto;
border-radius: 10px;
font-size: 90%;
}

.quality_text{
  margin:0 auto;
  text-align: left;
  padding: 0 1em;
  }
.quality_img{
  width: 100%;
  margin: 0 auto;
  padding: 2em 1em;
  padding-left: 3.5%;
}
/* 白背景 */
.white_box{
  background-color: #fff;
  width: 96%;
  border-radius: 10px;
  margin: 2em auto 0;
  padding: 0em 0;
}
/* フォーム全体のスタイル */
form {
  width: 100%;
  margin: 0 auto;
  padding: 20px;

}

/* 入力フィールドのスタイル */
input[type="text"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background:#Fff;
  border-radius: 4px;
}

/* 必須項目のスタイル */
font[color="red"] {
  color: red;
  font-weight: bold;
}

/* ラベルとフィールドを横並びにする */
dl {
  display: flex;
  flex-wrap: column;
  margin: 0;
}

dt {
  font-weight: bold;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 100%;
}

dd {
  width: 100%;
  padding:0 10px 0.5em;
  margin: 0;
  box-sizing: border-box;
}
.name{
  width: 50%;
}
.tel{
  width: 100px;
}

/* 送信ボタンのスタイル */
.btn_ {
  width: 100%;
  background-color: #E52A0E;
  padding: 1em 0;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.btn_2 {
  position: relative;
}

input[type="submit"]:hover {
  background-color: #ff4c31;
}

/* 矢印のスタイル */
.btn_2::after {
  content: "▶"; /* 矢印アイコンを挿入 */
  position: absolute;
  top: 50%;
  right: 0.5em; /* 右側の位置を調整 */
  transform: translateY(-50%);
  color: #fff; /* 矢印の色 */
  pointer-events: none; /* 矢印をクリック不能にする */
}
  
  /* 案件ごとの設定ここまで */

 
 
  
  .list_contents{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 2em;
  }
  .list-007 {
    width: 96%;
    list-style-type: none;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 1em 0em;
    border-radius: 10px;
    font-weight: bold;
    font-size: 90%;

  }
  
  .list-007 li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    padding: 0.3em;
  }
  
  .list-007 li::before {
    background: url(../images/check.png) ;
    background-position: top left;
   background-repeat: no-repeat;
   background-size:  auto 25px;
    width: 30px;
    height: 30px;
    content: '';
  }
  .cta{
    display:flex;
    flex-direction: column;
  list-style:none;
  width: 96%;
  margin: 0 auto;
  
  }
  .cta_tel{
    width: 100%;
    padding-bottom: 0.5em;
  }
  .cta_line{
    width: 100%;
    padding-bottom: 0.5em;
  }
  .cta_mail{
    width: 100%;
  }
  .cta_note{
    color: #fff;
    padding: 1em;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
  }


  /* お客様の声 */

 .cv_section {
  display: flex;
  flex-direction: column;
  width: 96%;
  margin: 0 auto 1em;
  padding: 2em 1em;
  background-color: #fff;
  border-radius: 10px;
}

.cv01{
  width: 60%;
  margin: 0 auto;
  padding-top: 1em;
  padding-bottom: 1em;

}
.cv03{
  margin-bottom: 0em;

}
.cv_size{

  width: 85%;
  vertical-align: middle;
}
.cv01_contents{
  width: 96%;
  text-align: left;

}

/* q&a */

.wrap {
  width: 96%;
  box-sizing: border-box;
  margin: 0 auto;
}

/* テーブル */
.container{
  width: 100%;
  margin: 0 auto;
  }

.cost_table table {
  margin-bottom: 20px;
  width: 96%;
  margin: 0 auto;
  table-layout: fixed;
  border-spacing: 1px;
  border-collapse: collapse;
  text-align: center;
  border: 20px solid #F2F7FB;
  
}
.cost_table table th td{/*thに対して*/
  color: #fff;
  background-color: #141872;
  padding: 1em;
  font-size: 100%;
  font-weight: bold;
  border: 1px solid #F2F7FB;
  }

.cost_table table th{/*thに対して*/
  color: #fff;
  background-color: #141872;
  padding: 1em;
  font-size: 100%;
  font-weight: bold;
  border: 1px solid #b4bdc3;
  }

  .cost_table table td{
    padding: 1em;
    font-size: 100%;
  font-weight: bold;
  border: 1px solid #b4bdc3;
  text-align: center;
  }
  .note{
    margin: 0 auto;
   width: 100%;
    text-align: center;
  }



  .profile {
    width: 95%;
    padding: 1em 0;
  }
  .text {
    width: 95%;
    margin: 0 auto;
  }
  .title {
    padding: 0 2em;
    max-width: 100%;
  }
  .text_image {
    margin: 0 auto;
    width: 300px;
  }
  /***	フレックスボックス設定　	***/
  .box {
  }
  .contents_box,.contents_box2{
    display:flex;
  flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
    padding: 2em 1em;
  }


  .box img {}
  .box_flex {
    width: 96%;
    padding: 0 0.5em;
  }
  .box_flex:nth-child(even) {
    flex-direction: column;
  }
  .box_pict {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    border-radius: 50%;
  }
  .box_title {
    margin: 20px 0 10px 0;
    padding: 0;
    font-size: 120%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    color: #fff;
  }
  /*--------------------スマホ用画像セクション--------------------*/
  .image_section01,.image_section02,.image_section03,.image_section04
  ,.image_section05,.image_section06,.image_section07{
    background-image: none;
    background-color: #fff;
    height: auto;
  }
  
  /*--------------------ここまで--------------------*/
  /***	スマホ用見出しサイズ調整用	***/
.sp_50{
  width: 50%;
}
.sp_60{
  width: 60%;
}
.sp_70{
  width: 70%;
}
.sp_80{
  width: 80%;
}
.sp_85{
  width: 85%;
}
.sp_90{
  width: 90%;
}
.sp_95{
  width: 95%;
}
  /***	余白調整用設定	***/
.ptb_01{
  padding: 1em 0;
}
.ptb_02{
  padding: 2em 0;
}
.ptb_03{
  padding: 3em 0;
}
.ptb_04{
  padding: 4em 0;
}
.ptb_05{
  padding: 5em 0;
}
.pt_01{
  padding-top: 1em;
}
.pt_02{
  padding-top: 2em;
}
.pt_03{
  padding-top: 3em;
}
.pt_04{
  padding-top: 4em;
}
.pt_05{
  padding-top: 5em;
}

.pb_01{
  padding-bottom: 1em;
}
.pb_02{
  padding-bottom: 2em;
}
.pb_03{
  padding-bottom: 3em;
}
.pb_04{
  padding-bottom: 4em;
}
.pb_05{
  padding-bottom: 5em;
}

  /**formの設定 */
  .form {
    padding: 1.5vw 0;
  }
  .form_title {
    padding: 1.5em;
  }
  .submit {
    padding: 1.5vw;
  }
  .deco {
    margin: 1.5vw auto;
    padding: 1% 1.5vw;
    height: 4em;
    font-size: 1em;
  }
  .submit .btn {
    margin-top: 4%;
  }
  .flbtn {
    left: 1.5vw;
    bottom: 0.5em;
  }
  .flbtn a {
    width: 96vw;
    height: calc((180 / 840) * 100vw);
  }
  .footer-bar{
		display: block;
		display: table;
		position: fixed;
		bottom: 0;
		table-layout: fixed;
		text-align: center;
		width: 100%;
		z-index: 9998;
	}
	.footer-bar a{
		display: block;
		padding: 6% 0;
		color: #666666;
	}
	.footer-bar-item {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	.footer-bar-item i{
		font-size: 5vw;
		margin-right: 2%;
	}
	.footer-bar-item span{
		font-size: 4vw;
		font-weight: bold;
	}
	.footer-bar .bar-line{
		background: #00AE00;
	}
	.footer-bar .bar-tel{
		background: #000436;
	}
	.footer-bar li a,
	.footer-bar li i{
		color: #ffffff;
	}
  #footerline{
    display: none;
  }

.footer-001__list {
  display: flex;
 flex-direction: column;
  align-items: center;
  gap: 0 1.5em;
  list-style-type: none;
  margin: 0 0 .5em;
  padding: .5em;
}

.footer-001__link {
  color: #fff;
  font-weight: 200;
  text-decoration: none;
}

}
@media screen and (max-width: 599px) { /***	幅599px以下に適用：スマホ	***/
}
/*
 *		特商法
 */
.page_laws #wrapper {
  margin: 0 auto 2em;
  padding: 3em;
  width: 800px;
  background: #fff;
  max-width: 100%;
  font-size: 75%;
}
.page_laws #wrapper h2 {
  margin: 0 auto;
  font-size: 2em;
  text-align: center;
}
.page_laws #wrapper h3 {
  margin-top: 2em;
  font-size: 1.25em;
}
.page_laws #wrapper h4 {
  margin-top: 2em;
}
.page_laws table {
  margin: 1.5em auto;
  border-collapse: separate;
  border-spacing: 1px;
  background: #ccc;
}
.page_laws th {
  padding: 0.5em;
  width: 28%;
  border-top: 1px solid #fff;
  background-color: #EBEBEB;
}
.page_laws td {
  padding: 0.5em;
  font-size: 0.8em;
  background-color: #FFFFFF;
}

/* ヘッダー固定用 */
.l-header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 72px;
}


.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  background: #D91A18;
  cursor: pointer;
}


.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 30px;
  height: 2px;
  transform: translateX(-50%);
  background: #fff;
  transition: all 0.4s;
}


.c-hamburger span:nth-of-type(1) {
  top: -4px;
}

.c-hamburger span:nth-of-type(2) {
  top: 1px;
}


.c-hamburger span:nth-of-type(3) {
  top: 6px;
}


.c-hamburger .c-hamburger__text {
  display: block;
  top: 12px;
  background: transparent;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}


.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}


.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}


.c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  transform: translateX(-50%) rotate(-225deg);
}

.p-header__nav {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  right: -100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: transparent;
  font-weight: 700;
  opacity: 0;
  transition: 0.6s;
}


@media screen and (min-width:768px) {
  .p-header__nav {
    position: static;
    height: 100%;
    opacity: initial;
    align-items: flex-end;
  }
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding: 13px 20px;
}


.p-header__title {
  width: 100%;
  max-width: 120px;
  height: 48px;
}


.p-header__title a {
  display: block;
  width: 100%;
  height: auto;
}


.p-header__title a img {
  height: 100%;
}


.p-header__hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
  height: 100%;
}

@media screen and (min-width:768px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
  background: #FFE5DA;
  opacity: 1;
  transition: 0.6s;
}

.p-nav {
  padding-top: 72px;
  padding-bottom: 72px;
}


@media screen and (min-width:768px) {
  .p-nav {
    padding-top: 16px;
    padding-bottom: 16px
  }
}


.p-nav__list {
  display: block;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width:768px) {
  .p-nav__list {
    display: flex;

    padding-right: 0;
  }
}

.p-nav__item {
  position: relative;
  width: 100%;
}

.p-nav__link {
  display: block;
  width: 170px;
  height: 100%;
  padding: 20px;
  text-align: center;
  color: #111111;
}
