@charset "utf-8";
body {
  /***	フォント関連設定	***/
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 112.5%; /* 18px */
  font-size: 125%; /* 20px */
  line-height: 1.85;
  /***	背景＆文字色設定	***/
  background: #f5f5f5;
  color: #222;
  font-feature-settings: "palt";
  text-align: justify;
}
/***	ヘッダー画像	***/
h1 {
  height: 467px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: url("../images/header_02.webp") center center no-repeat;
  text-indent: -9999px;
}
.no-webp h1 {
  height: 467px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: url("../images/header_02.png") center center no-repeat;
  text-indent: -9999px;
}
h2 {
  margin: 0 auto;
  text-align: center;
  padding: 1em 0;
  font-size: 1.7em;
}
h2 img {
  padding: 1em 0;
}

h3{
  margin: 0.5em auto;
  text-align: center;
  padding: 0.5em 0;
  font-size: 1.2em;
  border-top: 3px solid #000436;
  border-bottom: 3px solid #000436;
  color: #000436;

  }
  h3.blue {
    background-color: #000436;
    color: #fff;
  
    }

h4{
  padding: 0.5em;
}

a {
  cursor: pointer;
}
img {
  display: block; /*	ブロック要素としてふるまう：中揃えで表示	*/
  margin: 0 auto;
  max-width: 100%;
}
strong {
  font-weight: bold;
}
/***　見出しの設定用　***/



/*---	背景の設定---*/
#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_vision {
  background-image: url("../images/bg_vision.jpg");
  background-size: cover;
  background-position: center;
  
}
.bg_vision2 {
  background-image: url("../images/bg_vision2.jpg");
  background-size: cover;
  background-position: center;
  
}
.bg_white{
  background: #FFFFFF;
}
.bg_gray{
  background: #CECECE;
}
.bg_gray2{
  background: #f5f5f5;
}
.bg_white1000{
  background: #FFFFFF;
  width: 1000px;
  margin: 0 auto;
}

.bg_blue{
  background: #E5F0F8;
}
.bg_blue2{
  background: #001e53;

}
.bg_navy{
  background: #000436;

}

/* ドット斜め */

.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;
}
/*---	背景ここまで---*/

/* --------------------------------------------------
上部固定ヘッダー設定
----------------------------------------------------- */

/*上部固定ヘッダー全体*/
.header {
  /* position: sticky;
  position: -webkit-sticky; */
  top: 0;
  z-index: 5000;
  background-color: #fff;
  overflow: auto;
}
/*ヘッダー内部をカラム幅にする*/
.header_inr {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  align-items: center;
}
.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%;
}


footer {
  margin: 0 auto;
  padding: 1em 0;
  background: #001e53;
  color: #fff;
  text-align: center;
  font-size: 75%;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover {
  color: #fff;
}
address {
  font-style: normal;
}

/***	余白調整用設定	***/

.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;
}


/***	テキスト装飾設定	***/
.bold{
  font-weight: bold;
}

.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: red;
}
.blue {
  color: #001e53;
}

.bbu{
  font-weight: bold;
  color: #001e53;
  background: linear-gradient(transparent 70%, yellow 70%);
  font-size: 110%;
}



.white{
  color: #FFFFFF;
}
.highlight {
  background-color: #fff266;
}
.underline {
  background: linear-gradient(transparent 70%, yellow 70%);
}
.highlight_blue {
  background-color: #000436;
  padding: 0.1em;
}
.highlight_white {
  background-color: #fff;
  padding: 0.1em;
}
.redhigh {
  color: red;
  background-color: #fff266;
}
/***	テキスト装飾設定ここまで	***/
/***	フレックスボックス設定　	***/
.contents_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 2em 0;
}
.box_flex img {
  width: 70%;
  flex-direction: column;
  justify-content: center;

}
.box_flex {
  width: calc(100% / 2);
  padding: 0em;
}

.box_flex2 img {
  width: 65%;
  flex-direction: column;
  justify-content: center;

}

.box_flex2 p {
  padding-right: 2em;
  margin-left: -2em;
}

.box_flex2 {
  width: calc(100% / 2);
  padding: 0em;
}

.box_pict {
  width: 70%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background: #EDEDED;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.box_title {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 120%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  color: #f08631;
}

.reason_section{
  width: 1000px;
  margin: 0 auto;

}

.reason_box {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  padding: 2em 1em;
}

.oneday_flex{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  padding: 3em 0em;
  align-items: center;

}
.graph{
  justify-content: center;
  width: 65%;
  padding-right: 0.5em;

}
.table{
  width: 50%;

}
.form01{
  padding-top: 3em;
  padding-bottom: 3em;
}

/***	画像右寄せ設定	***/
.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;
}


/***　ボックスモデル設定　***/

.text {
  width: 850px;
  margin: 0 auto;
}

.container{
width: 1000px;
margin: 0 auto;
}
/***　中央揃え　***/
.center{
  text-align: center;
}

.img2{
  float: right;
  width: 40%;
  margin-left: 1em;
}
.img3{
  float: left;
  width: 40%;
  margin-right: 1em;
}

.form_title01{
  margin-bottom: 1em;
}

/*
 *		class-name　案件ごとのコンテンツ内容
 */

 /* 改行用 */

 .text p{
  padding: 0.5em 0;
 }
  .float2 p{
  padding: 0.5em 0;
 }
 .content{
  max-width: 750px;
  margin: 0 auto;
  padding: 2em 0 3em;
 }
 /* リスト設定 */

 .check {
  max-width: 860px;
  margin: 0 auto;
  border: #001e53 2px solid;
  background-color: #FFFFFF;
  padding: 1em 1em 1em 2em;
  border-radius: 10px;
}
.check .check_box {
  display: flex;
  text-align: left;
  align-items: center;
  padding-bottom: 1em;
}
.check .check_box img {
  width: 33px;
  height: 33px;
  margin-right: 1em;
}
.check .check_box p {
  text-align: left;
  width: 100%;
  font-size: 26px;
  font-weight: 600;
}

.check2 {
  max-width: 860px;
  margin: 0 auto;
  border: #001e53 2px solid;
  background-color: #001e53;
  padding: 1em 1em 1em 2em;
  border-radius: 10px;
  color: #fff;
}
.check2 .check_box2 {
  display: flex;
  text-align: left;
  align-items: center;
  padding-bottom: 1em;
}
.check2 .check_box2 img {
  width: 33px;
  height: 33px;
  margin-right: 1em;
}
.check2 .check_box2 p {
  text-align: left;
  width: 100%;
  font-size: 26px;
  font-weight: 600;
}


 .list_contents{
  width: 900px;
  margin: 0 auto;
  padding: 2em 0;
}

/* 
 .list-007 {
  list-style-type: none;
  background-color: #FFFFFF;
  margin: 0 auto;
  padding: 1em 1em 1em 2em;
  border-radius: 10px;
  font-weight: bold;
  font-size: 120%;
  border: #001e53 2px solid;
}

.list-007 li {
  display: flex;
  align-items: center;
  justify-content:flex-start;
  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: 50px;
  height: 30px;
  content: '';
}

.list-008 {
  list-style-type: none;
  background-color: #001e53;
  margin: 0 auto;
  padding: 1em 1em 1em 2em;
  border-radius: 10px;
  font-weight: bold;
  font-size: 120%;
  color: #fff;
}

.list-008 li {
  display: flex;
  align-items: center;
  justify-content:flex-start;
  gap: 0 10px;
  padding: 0.3em;
  
}

.list-008 li::before {
  background: url(../images/check_wht.png) ;
  background-position: top left;
 background-repeat: no-repeat;
 background-size:  auto 25px;
  width: 50px;
  height: 30px;
  content: '';
} */


/* CTA部分 */

.cta_bg{
  background-color: #fff;
  width: 950px;
  border-radius: 10px;
  margin: 0 auto;
}
.cta_bg2{

  width: 950px;
  border-radius: 10px;
  margin: 0 auto;
}

.cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  list-style: none;
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .cta {
    flex-direction: column;
    gap: 10px;
  }
}

.cta_logo{
  width: 100%; 
}
.cta_button{
  width: 100%;
  margin: 0 auto;
}
.white_box{
  background-color: #fff;
  width: 950px;
  border-radius: 10px;
  margin: 2em auto;
  padding: 2em 1em;

}
.white_box2{
  background-color: #fff;
  width: 950px;
  border-radius: 10px;
  margin: 0em auto;
  padding: 1em 0;

}
.white_box3{
  background-color: #fff;
  max-width: 1100px;
  border-radius: 10px;
  margin: 0em auto;
  padding: 1em;

}
.form01{
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
/* 動画埋め込み */

.movie{
  width: 800px;
  height: 450px;
}


/*---------------------
* ボタン
---------------------*/

.button{
  margin: 0 auto;
  text-align: center;
  padding: 0.5em 0 0;

}
.button02{
  margin: 0 auto;
  text-align: center;
  padding: 0.5em 0;

}

.btn,
a.btn,
button.btn {
  width: 800px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--orange {
  color: #fff;
  background-color: #E60012;
}

a.btn--orange:hover {
  color: #fff;
  background: #ff283a;
}
a.btn--orange2 {
  color: #fff;
  background-color: #009944;
}

a.btn--orange2:hover {
  color: #fff;
  background: #08ad52;
}

a.btn-c {
  font-size: 2rem;
  position: relative;
  padding: 1.5rem 5rem 1.5rem 2rem;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}

a.btn--tel {

  margin-top: 15px;
  padding: 1rem 0;

  color: #fff;
  background: #094;
  -webkit-box-shadow: 0 5px 0 #008039;
  box-shadow: 0 5px 0 #008039;
}

a.btn--tel i {
  font-size: 2rem;
}

a.btn--tel i.fa-position-left {
  font-size: 3rem;

  left: 2rem;
}

a.btn--tel .number {
  line-height: 1;

  display: inline-block;

  margin-top: 0.5rem;
  padding: 0.25rem 2rem;

  letter-spacing: 0;

  color: #094;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn--tel:hover {
  color: #fff;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}


/*---------------------
* 理由コンテンツ
---------------------*/


.float{
  padding: 1em 0;
}
.float2{
  padding: 1em 0;
}
.float_inr{
  
}

.list{
  width: 950px;
  margin: 2em auto 0;
  padding-bottom: 2em;
}

.list dl {
  background-color: #f5f5f5;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 24px 0 rgb(0 90 255 / 15%);
}

.list dl:nth-child(n+2) {
  margin-top: 40px;
}

/*dt*/

.list dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list dl dt .num {
  width: 70px;
  box-sizing: border-box;
}

.list dl dt .hr {
  width: 2px;
  height: 90px;
  background: #000;
  margin-left: 1em;
}

.list dl dt h4 {
  width: 50%;
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  box-sizing: border-box;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.4;
}

/*dd*/

.list dl dd {
  /* display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  margin-top: 40px; */
}

.list dl dd .img {
  width: 360px;
  float: right;
  margin-left: 2em;
}

.list dl dd p {
  width: 100%;
  padding-right: 0.5em;
  /* width: 60%;
  width: -webkit-calc(100% - 400px);
  width: calc(100% - 400px); */
  
}

.list dl dd img.txt {
  width: 72%;
}

.list2{
  width: 950px;
  margin: 0 auto;
  padding-bottom: 2em;
}

.list2 dl {
  background-color: #f5f5f5;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 24px 0 rgb(0 90 255 / 15%);
}

.list2 dl:nth-child(n+2) {
  margin-top: 40px;
}

/*dt*/

.list2 dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list2 dl dt .num {
  width: 100px;
  box-sizing: border-box;
}

.list2 dl dt .hr {
  width: 2px;
  height: 90px;
  background: #000;
  margin-left: 1em;
}

.list2 dl dt h4 {
  width: 50%;
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  box-sizing: border-box;
  font-size: 30px;
  font-weight: bolder;
  line-height: 1.4;
  color: #001e53;
}

/*dd*/

.list2 dl dd {
  /* display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  margin-top: 40px; */
}

.list2 dl dd .img {
  width: 360px;
  float: right;
  margin-left: 2em;
}

.list2 dl dd p {
  width: 100%;
  padding-right: 0.5em;
  /* width: 60%;
  width: -webkit-calc(100% - 400px);
  width: calc(100% - 400px); */
  
}

.list2 dl dd img.txt {
  width: 72%;
}


.triangle{
  width:0;
height:0;
border-style:solid;
border-width: 50px 50px 0 50px;
border-color: #001e53 transparent transparent transparent;
margin: 0.5em auto 0;

}

/*---------------------
* テーブル
---------------------*/

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
}

table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
table.company td {
  border-bottom: 2px solid #001e53;
  

  
}
table thead tr{
  background-color: #E5F0F8;
  color:#fff;
}
table tbody th {
    background: #001e53;
    color: #fff;
}
.txt{
   text-align: center;
   font-size: .85em;
   background-color:#001e53; 
   color: #FFFFFF;
}
.price{
  text-align: ;
  color: #333;
  font-weight: bold;
  font-size: 0.7em;
  background-color: #F1F1E6;
}
.non{
  background:#fff
}


.table2 {
  margin-top: 60px;
  width: 1000px;
  line-height: 1.875;
  margin: 0 auto;
}
.table2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.table2 .li-1 {
  background-color: #d5dde8;
  width: 25%;
  padding: 15px;
  font-weight: 600;
}
.table2 .li-2 {
  width: 75%;
  padding: 15px 30px;
}



.map{
 margin: 0 auto;
 text-align: center;
 padding: 0 0 2em 0;
 
}
.gmap{
  width :600px;
  height: 450px;
}
/*
 *		class-name　案件ごとのコンテンツ内容　ここまで
 */
/*--------------------画像セクション--------------------*/
.image_section01 {
  background: url("../images/header_03.webp") center center no-repeat;
  height: 805px;
}
.image_section02 {
  background: url("../images/header_04.webp") center center no-repeat;
  height: 451px;
}
.no-webp .image_section01 {
  background: url("../images/header_03.png") center center no-repeat;
  height: 805px;
}
.no-webp .image_section02 {
  background: url("../images/header_04.png") center center no-repeat;
  height: 451px;
}
/*--------------------ここまで--------------------*/
/***	formの設定	***/

/* .conInner {
    margin: 0 auto;
    background: #fff;
}
.buttons-area-confirm > input, .submit-button > input {
    display: block;
    width: 275px;
    text-align: center;
    margin: 0 auto 20px !important;
    outline: none;
    background: #fff;
    background: linear-gradient(rgb(9,82,156), rgb(1,53,104));
    border: 2px solid rgb(88,142,215);
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 50px;
    color: #fff;
}

.tbl1 th {
    border: 1px solid #e3e3e3;
    width: 155px;
    padding: 25px;
    text-align: left;
    font-weight: bold;
    background: #f4f4f5;
    font-size: 108%;
    line-height: 1.5em;
    vertical-align: top;
    }

    .tbl1 td {
    border: 1px solid #e3e3e3;
    padding: 25px;
    line-height: 1.5em;
    -webkit-text-size-adjust
} */


.btnForm {
    width: 400px;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    font-size: 22px;
}


.form {
  margin: 0 auto;
  padding: 50px 0;
  background: #22b090;
}
.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設定ここまで	***/
/***	常時表示ボタン設定	***/
.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);
  } */
/* } */
@media screen and (max-width: 1023px) { /***	幅1023px以下に適用：ipad proなどの1024pxのものはPC表示と同一	***/

  body{
    font-size: 100%;
  }

  /***	ヘッダー画像	***/
  h1 {
    width: 100%;
    height: 0;
    padding-top: calc(1426 / 1000 * 100%);
    /*calc(画像の高さ / 画像の幅 * widthの値)*/
    background-image: url('../images/header_sp_02.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .no-webp h1 {
    width: 100%;
    height: 0;
    padding-top: calc(1426 / 1000 * 100%);
    /*calc(画像の高さ / 画像の幅 * widthの値)*/
    background-image: url('../images/header_sp_02.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  h2 {
    margin: 0 auto;
    text-align: center;
    padding: 1.5em 1em;
    font-size: 1.5em;
  }
  h2 img {
    padding: 0.5em 0;
  }
  
  h3{
    margin: 0 auto;
    text-align: center;
    padding: 0.5em 0;
    font-size: 1.2em;
    border-top: 3px solid #000436;
    border-bottom: 3px solid #000436;
    color: #000436;
  
    }
    h3.blue {
      background-color: #000436;
      color: #fff;
    
      }
 
  h3 {
    padding: 0 1em;
    margin: 1em auto;
  }

 
  footer {
    padding-bottom: calc((180 / 840) * 96vw + 1.5em);
  }

  .header {
    /* position: sticky;
    position: -webkit-sticky; */
    top: 0;
    z-index: 5000;
    background-color: #fff;
    overflow: auto;
  }
  /*ヘッダー内部をカラム幅にする*/
 
  
  .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_entry {
    padding: 0 0.2em;
    
  
  }
  /*ヘッダーの電話ボタン*/
  .header_tel {
  
    
  }
  /*ヘッダー内の画像が常に幅100%になるように*/
  .header_logo img, .header_mail img, .header_tel img {
    width: 100%;
  }

  .bg_white1000{
    background: #FFFFFF;
    width: 96%;
    margin: 0 auto;
  }
  

  /***	テキスト装飾設定	***/
  .xlarge {
    font-size: 125%;
  }
  .xxlarge {
    font-size: 150%;
  }
  /***	PC・スマホ改行設定	***/
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
  /***	案件ごとスマホ対応用	***/

  .img2{
    float: none;
    width: 100%;
    margin:0 auto;
  }
  .img3{
    float: none;
    width: 100%;
    margin:0 auto;
  }

  .list_contents{
    width: 96%;
    margin: 0 auto;
    padding: 2em 0;
  }

  .check .check_box {
    padding-bottom: 1em;
  }
  .check .check_box img {
    width: 25px;
    height: 25px;
  }
  .check .check_box p {
    font-size: 120%;
  }

  .check2 .check_box2 {
    padding-bottom: 1em;
  }
  .check2 .check_box2 img {
    width: 25px;
    height: 25px;
  }
  .check2 .check_box2 p {
    font-size: 120%;
  }

  .form_title01{
    padding: 0 0.3em 1em;
    margin-bottom: 0em;
  }
  /* .list-007 {
    list-style-type: none;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 1em 1em 1em 2em;
    border-radius: 10px;
    font-weight: bold;
  }

  .list-007 li {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  .list-007 li::before {
    background: url(../images/check.png) ;
    background-position: top left;
   background-repeat: no-repeat;
   background-size:  auto 25px;
    width: 50px;
    height: 30px;
    content: '';
  }
  .list-008 {
    list-style-type: none;
    margin: 0 auto;
    padding: 1em 1em 1em 2em;
    border-radius: 10px;
    font-weight: bold;
  }

  .list-008 li {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  .list-008 li::before {
    background: url(../images/check_wht.png) ;
    background-position: top left;
   background-repeat: no-repeat;
   background-size:  auto 25px;
    width: 50px;
    height: 30px;
    content: '';
  } */
  .content{
    width: 100%;
     margin: 0 auto;
     padding: 2em 0.5em 1.5em;
    }
     .h2_under{
       width: 100%;
       margin: 0 auto;
       padding: 0em 2em 0;
     }
     .h2_under02{
       width: 100%;
       margin: 0 auto;
       padding: 0em 3.5em 0;
     }
  .oneday_flex{
    display: flex;
    flex-direction:column;
    width: 100%;
    margin: 0 auto;
    padding: 3em 0em;
    align-items: center;
  
  }
  .graph{
    justify-content: center;
    width: 96%;
    padding-right: 0.5em;
  
  }
  .table{
    width: 96%;
    padding-top: 2em;
  
  }
  .container{
    width: 100%;
    margin: 0 auto;
    }

    .movie {
        width: 96%; /* 任意の横幅を指定 */
        height: auto;
        aspect-ratio: 16/9;
      }
 
  
    
  /*---------------------
* 理由のリスト
---------------------*/


.list{
  width: 96%;
  margin: 0 auto;
  padding-bottom: 2em;
}

.list dl {
  background-color: #f5f5f5;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 24px 0 rgb(0 90 255 / 15%);
}

.list dl:nth-child(n+2) {
  margin-top: 40px;
}

/*dt*/

.list dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list dl dt .num {
  width: 50px;
  box-sizing: border-box;
}

.list dl dt .hr {
  display: none;
}

.list dl dt h4 {
  width: 50%;
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
  box-sizing: border-box;
  font-size: 120%;
}

/*dd*/

.list dl dd {
  display: flex;
  flex-direction:column;
  margin-top: 40px;
  
}

.list dl dd .img {
  width: 96%;
  float: none;
  margin: 0 auto;
}

.list dl dd p {
  padding-top: 0.5em;
  width: 100%;
 
  
}

.list dl dd img.txt {
  width: 72%;
}

.list2{
  width: 96%;
  margin: 0 auto;
  padding-bottom: 2em;
}

.list2 dl {
  background-color: #f5f5f5;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 24px 0 rgb(0 90 255 / 15%);
}

.list2 dl:nth-child(n+2) {
  margin-top: 40px;
}

/*dt*/

.list2 dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list2 dl dt .num {
  width: 70px;
  box-sizing: border-box;
}

.list2 dl dt .hr {
  width: 2px;
  height: 90px;
  background: #000;
  margin-left: 1em;
}

.list2 dl dt h4 {
  width: 100%;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  box-sizing: border-box;
  font-weight: bolder;
  line-height: 1.4;
  color: #001e53;
  font-size: 120%;
}

/*dd*/

.list2 dl dd {
  /* display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  margin-top: 40px; */
}

.list2 dl dd .img {
  width: 100%;
  float: none;
  margin: 0 auto;
}

.list2 dl dd p {
  width: 100%;
  padding-right: 0.5em;
  /* width: 60%;
  width: -webkit-calc(100% - 400px);
  width: calc(100% - 400px); */
  
}

.list2 dl dd img.txt {
  width: 72%;
}

/*---------------------
* テーブル
---------------------*/

table {
  
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
  width: 96%;
}

table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}

table.company {
  padding: 0 0.5em;
  border: 0;
  
}

table.company td {
  display: block;
  border: 0;
  
}

table.company td tr th {
  display: block;
  
}


table thead tr{
  display: block;
  background-color: #E5F0F8;
  color:#fff;
  border: 0;
}
table tbody th {
  display: block;
    background: #001e53;
    color: #fff;
    width: 100%;
    border: 0;
}
.txt{
   text-align: center;
   font-size: .85em;
   background-color:#001e53; 
   color: #FFFFFF;
}
.price{
  text-align: ;
  color: #333;
  font-weight: bold;
  font-size: 0.7em;
  background-color: #F1F1E6;
}
.non{
  background:#fff
}


.table2 {
  margin-top: 60px;
  width: 96%;
  line-height: 1.875;
  margin: 0 auto;
}
.table2 ul {
  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;

}
.table2 .li-1 {

  width: 100%;

}
.table2 .li-2 {
  width: 100%;
  padding: 15px;
}



.map{
 margin: 0 auto;
 text-align: center;
 padding: 0 0 2em 0;
 
}
.gmap{
  width :96%;
  height: 50vh;
}
  .profile {
    width: 95%;
    padding: 1em 0;
  }
  .text {
    width: 100%;
    margin: 0 auto;
    padding-left: 0.7em;
    padding-right: 0.7em;

  }

  .text p{
    padding: 0.5em 0.7em;
   }

  .title {
    padding: 0 2em;
    max-width: 100%;
  }
  .text_image {
    margin: 0 auto;
    width: 300px;
  }
  /***	フレックスボックス設定　	***/
  .box {
    display: block;
  }
  .contents_box {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 0em 0em;
  }

  .box_flex img {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  
  }
 

  .box_flex {
    width: 100%;
    padding:0em;
    
  }
  .box_flex2 img {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  
  }
  
  .box_flex2 p {
    margin-left: 0em;
    padding:0.7em; 
  }
  
  .box_flex2 {
    width: 96%;
    padding: 0em;
  }

  .cta_bg{
    background-color: #fff;
    width: 96%;
    border-radius: 10px;
    margin: 0 auto;
  }
  
  .cta_bg2{
    width: 96%;
    border-radius: 10px;
    margin: 0 auto;
  }
  
  .cta{
  list-style:none;
  width: 96%;
  margin: 0 auto;
  }

  .white_box{
    background-color: #fff;
    width: 96%
    border-radius: 10px;
    margin: 2em auto;
    padding: 2em 0;
  
  }

  .white_box3{
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    margin: 0em auto;
    padding: 1em;
  
  }
  /*---------------------
* ボタン
---------------------*/

.button{
  margin: 0 auto;
  text-align: center;
  padding: 0.5em 0 0;

}

.btn,
a.btn,
button.btn {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}
a.btn-c {
  font-size: 1.3rem;
  position: relative;
  padding: 1.5rem 0.5rem;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}

a.btn--tel {

  margin-top: 15px;
  padding: 1rem 0;
  color: #fff;
  font-size: 1em;
  background: #094;
  -webkit-box-shadow: 0 5px 0 #008039;
  box-shadow: 0 5px 0 #008039;
}

a.btn--tel i {
  font-size: 1em;
}

a.btn--tel i.fa-position-left {
  font-size: 3rem;

  left: 2rem;
}

a.btn--tel .number {
  line-height: 1;
  font-size: 70%;
  display: inline-block;

  margin-top: 0.5rem;
  padding: 0.25rem 2rem;

  letter-spacing: 0;

  color: #094;
  border-radius: 0.5rem;
  background: #fff;
}


a.btn--tel:hover {
  color: #fff;
}

.fas.fa-angle-right.fa-position-right{
  display: none;
}
.fas.fa-phone-volume.fa-position-left{
  display: none;
}

  /* .box_pict {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: #EDEDED;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .box_title {
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 120%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    color: #f08631;
  } */
  /*--------------------スマホ用画像セクション--------------------*/
  .image_section01 {
    width: 100%;
    height: 0;
    padding-top: calc(855 / 1000 * 100%);
    /*calc(画像の高さ / 画像の幅 * widthの値)*/
    background-image: url('../images/header_sp_04.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .image_section02 {
    width: 100%;
    height: 0;
    padding-top: calc(1001 / 1000 * 100%);
    /*calc(画像の高さ / 画像の幅 * widthの値)*/
    background-image: url('../images/header_sp_05.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .no-webp .image_section01 {
    width: 100%;
    height: 0;
    padding-top: calc(855 / 1000 * 100%);
    /*calc(画像の高さ / 画像の幅 * widthの値)*/
    background-image: url('../images/header_sp_04.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .no-webp .image_section02 {
    width: 100%;
    height: 0;
    padding-top: calc(1001 / 1000 * 100%);
    /*calc(画像の高さ / 画像の幅 * widthの値)*/
    background-image: url('../images/header_sp_05.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /*--------------------ここまで--------------------*/

  .plf_05{
    padding: 0 0.2em 0;
  }

/***	スマホ用見出しサイズ調整用	***/
.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);
  }
}
@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;
}

.cta_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.button_group {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  .button_group {
    flex-direction: column;
    gap: 10px;
  }
}

.button a {
  display: block;
  transition: opacity 0.3s ease;
}

.button a:hover {
  opacity: 0.8;
}
.button02 a {
  display: block;
  transition: opacity 0.3s ease;
}

.button02 a:hover {
  opacity: 0.8;
}