@charset "utf-8";
body {
  font: normal 18px/1.7 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, Arial, Verdana, sans-serif;
  text-align: left;
  color: #000;
  text-align: justify;
  overflow-x: hidden;
}
body .sp-item {
  display: none !important;
}
body .pc-item {
  display: block !important;
}
@media screen and (max-width: 640px) {
  body {
    min-width: inherit;
    height: 100%;
  }
  body .sp-item {
    display: block !important;
  }
  body .pc-item {
    display: none !important;
  }
  body .sp-item img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sp img {
    max-width: 90%;
  }
  .sp02 img {
    max-width: 100%;
  }
  .sp03 img {
    max-width: 70%;
  }
}
.fl_left {
  float: left;
}
.fl_right {
  float: right;
}
.ov_hd {
  overflow: hidden;
}
.bg_none {
  background-image: none !important;
}
a.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.line_0 {
  line-height: 0;
}
.zindex {
  z-index: 200;
}
input[type=radio] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
input[type=image]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
/* ----------------------------------------------------
 
    text
 
---------------------------------------------------- */
em {
  text-decoration: underline;
  font-style: normal;
}
.bd_red {
  border-bottom: 1px solid #FF0004;
  padding-bottom: 2px;
}
.bd_red02 {
  border-bottom: 3px solid #FF0004;
  padding-bottom: 0px;
}
.red {
  color: #ff0000;
}
.yellow {
  background-color: #ffff00;
}
.gray {
  color: #666666;
}
.bold {
  font-weight: bold;
}
strong {
  font-weight: bold;
}
.strike {
  text-decoration: line-through;
}
.ac {
  text-align: center !important;
}
.ar {
  text-align: right !important;
}
.al {
  text-align: left !important;
}
.bold {
  font-weight: bold !important;
}
.font10 {
  font-size: 10px !important;
}
.font11 {
  font-size: 11px !important;
}
.font12 {
  font-size: 12px !important;
}
.font13 {
  font-size: 13px !important;
}
.font14 {
  font-size: 14px !important;
}
.font15 {
  font-size: 15px !important;
}
.font16 {
  font-size: 16px !important;
}
.font17 {
  font-size: 17px !important;
  line-height: 150%;
}
.font18 {
  font-size: 18px !important;
}
.font19 {
  font-size: 19px !important;
}
.font20 {
  font-size: 20px !important;
}
.font21 {
  font-size: 21px !important;
}
.font22 {
  font-size: 22px !important;
}
.font23 {
  font-size: 23px !important;
}
.font24 {
  font-size: 24px !important;
}
.font25 {
  font-size: 25px !important;
}
.font26 {
  font-size: 26px !important;
}
.font27 {
  font-size: 27px !important;
}
.font28 {
  font-size: 28px !important;
}
.font29 {
  font-size: 29px !important;
}
.font30 {
  font-size: 30px !important;
}
.font32 {
  font-size: 32px !important;
}
.line_height {
  line-height: 1.2em;
}
.margin10 {
  margin: 10px 0;
}
.margin_b {
  margin: 0 0 20px 0;
}
.margin_b10 {
  margin: 0 0 10px 0;
}
.margin_b0 {
  margin: 0 0 0px 0;
}
/* ----------------------------------------------------
 
    float
 
---------------------------------------------------- */
.fr {
  float: right !important;
}
.fl {
  float: left !important;
}
.clear {
  clear: both;
}
img {
  line-height: 0;
  padding: 0;
  margin: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px; /*¥*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
.hr1 {
  border: none;
  border-top: dotted 3px #000;
  width: 760px;
  color: #FFFFFF;
  margin: 60px auto;
}
.hr2 {
  border-top: 1px solid #192F60;
  margin: 30px auto;
}
.hr3 {
  border: none;
  border-top: dotted 2px #000;
  color: #FFFFFF;
  width: 470px;
  margin: 10px 0 40px;
}
.hr4 {
  border: none;
  border-top: solid 1px #000;
  color: #FFFFFF;
  margin: 15px 0;
}
@media screen and (max-width: 640px) {
  .hr1 {
    width: 100%;
  }
  .hr3 {
    width: 100%;
  }
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */
/* --- 共通　--- */
.area {
  width: 100%;
  padding: 40px 0;
}
@media screen and (max-width: 640px) {
  .area {
    padding: 20px 0;
  }
}
.contWrap {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .contWrap {
    width: 95%;
    margin: 0 auto 40px;
  }
}
h1 {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  top: 0;
  font-size: 37px;
  font-weight: 700;
  color: black;
  margin-bottom: 60px;
  line-height: 1.5em;
}
h1:before, h1:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}
h1:before {
  border-top: dotted 2px black;
  border-left: dotted 2px black;
  border-bottom: dotted 2px black;
  left: 0;
}
h1:after {
  content: '';
  border-top: dotted 2px black;
  border-right: dotted 2px black;
  border-bottom: dotted 2px black;
  right: 0;
}
h2 {
  font-size: 32px;
  font-weight: 700;
  color: #192F60;
  line-height: 1.5em;
}
h3 {
  font-size: 26px;
  font-weight: bold;
}
h4 {
  color: #192F60;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  background-color: #E6EFF2;
  padding: 10px;
  margin: 30px 0 0;
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: bold;
    color: black;
    margin-bottom: 40px;
  }
  h2 {
    font-size: 26px;
    font-weight: bold;
    color: #192F60;
    line-height: 1.3;
  }
  h3 {
    font-size: 22px;
    line-height: 1.3;
  }
  h4 {
    color: #192F60;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    background-color: #E6EFF2;
    padding: 10px;
    margin: 30px 0 0;
    line-height: 1.3;
    width: 100%;
    box-sizing: border-box; /* 外に広げない */
    text-align: justify; /* 右端揃える */
  }
}
.text_str {
  font-size: 20px;
  color: #D96009;
}
.text_str_02 {
  font-size: 32px;
  font-weight: 700;
  color: #D96009;
  border: solid 5px #D96009;
  padding: 0 60px;
  border-radius: 30px; /* 角を丸くする */
  display: inline-block; /* テキストサイズへ */
  margin: 40px auto;
}
@media screen and (max-width: 640px) {
  .text_str_02 {
    font-size: 24px;
    padding: 20px;
    margin: 10px auto;
    line-height: 1.3;
  }
}
.text_str_03 {
  font-size: 32px;
  font-weight: 700;
  margin: 20px 0;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .text_str_03 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .text_str {
    font-size: 18px;
    color: #D96009;
    line-height: 1.5em;
  }
}
.h1_circle_number {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 2px;
  padding-top: 0px;
  background-color: #192F60;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
  color: white;
  font-weight: bold;
}
.h1_circle_number02 {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #d96009;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
  color: white;
  font-weight: bold;
}
.text_str_04 {
  color: #D96009;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 640px) {
  .text_str_04 {
    font-size: 18px;
    text-align: left;
    margin: 0px 0;
  }
}
.text_str_05 {
  color: #192F60;
  font-size: 25px;
  font-weight: bold;
  margin-top: 40px;
}
.text_str_06 {
  font-size: 24px;
  font-weight: 700;
  color: white;
  border: solid 5px #192F60;
  background-color: #192F60;
  padding: 0 40px;
  border-radius: 30px; /* 角を丸くする */
  display: inline-block; /* テキストサイズへ */
}
@media (max-width: 840px) {
  .text_str_06 {
    font-size: 24px;
  }
}
.text_str_07 {
  color: #D96009;
  font-size: 50px;
  font-weight: bold;
}
.text_str_08 {
  color: #D96009;
  font-size: 45px;
  font-weight: bold;
}
@media (max-width: 840px) {
  .text_str_08 {
    color: #D96009;
    font-size: 40px;
    font-weight: bold;
  }
  .text_str_07 {
    color: #D96009;
    font-size: 40px;
    font-weight: bold;
  }
}
/*----- 　スマホのみ改行 -----*/
.br-sp {
  display: none;
}
@media (max-width: 840px) {
  .br-sp {
    display: block;
  }
}
/* --- 共通　--- */
/* --- ヘッド　--- */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 10px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  header {
    width: 95%;
    margin: 8px 0;
  }
}
/* ボタン001 */
.button001 a {
  background: #D96009;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 10px 50px;
  color: white;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 30px; /* 角を丸くする */
  text-decoration: none;
  border: 2px solid #D92103;
  font-size: 18px;
}
.button001 a:hover {
  background: white;
  color: #D92103;
}
.button001 a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button002 a:hover:after {
  border-color: #D92103;
}
@media only screen and (max-width: 640px) {
  .button001 a {
    font-size: 18px;
    padding: 10px 50px;
  }
  .logo01 {
    width: 17%;
  }
}
/* --- ヘッド　ここまで--- */
/* --- ファーストビュー　--- */
@media only screen and (min-width: 641px) {
  .fv {
    background: url(../images/fv-bg.png) no-repeat center top;
    background-size: cover;
    height: 700px;
    text-align: center;
  }
  .fv img {
    width: 1400px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .fvsp img {
    margin: 0px 0 -40px;
  }
}
/* --- ファーストビュー　ここまで--- */
/* --- たった30秒で　--- */
@media only screen and (min-width: 641px) {
  .area-01 {
    background-color: #E6EFF2;
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.pt_60 {
  padding-top: 50px; /*後半パート*/
}
/* --- たった30秒で　ここまで--- */
/*----- ボタンここから -----*/
.area_btn {
  background-color: #192F60;
  padding: 60px 0;
  margin-bottom: 40px;
}
.btn_text {
  color: white;
  font-size: 26px;
  font-weight: bold;
}
/* ボタン002 */
.button002 a {
  width: 450px;
  background: #D96009;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 10px auto 0;
  padding: 10px 50px;
  color: white;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 30px; /* 角を丸くする */
  text-decoration: none;
  border: 2px solid #D92103;
  font-size: 20px;
}
.button002 a:hover {
  background: white;
  color: #D92103;
}
.button002 a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button002 a:hover:after {
  border-color: #D92103;
}
@media only screen and (max-width: 640px) {
  .area_btn {
    background-color: #192F60;
    padding: 40px 0 30px;
    margin-bottom: 0px;
  }
  .btn_text {
    color: white;
    font-size: 22px;
    font-weight: bold;
  }
  .button002 a {
    width: 95%;
    font-size: 24px;
    padding: 15px 0px;
    line-height: 1.2em
  }
}
/*----- ボタンここまで -----*/
/*-- こんな動きで獲得しています --*/
@media only screen and (min-width: 641px) {
  .Wrap {
    display: flex;
    justify-content: center;
    gap: 60px;
  }
  .Wrap02 {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 60px;
  }
  .Wrap_L {
    width: 50%;
    height: auto;
  }
  .Wrap_R {
    width: 50%;
    height: auto;
  }
}
@media only screen and (min-width: 641px) {
  .Wrap_R_inner {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
.tittle {
  font-size: 25px;
  font-weight: bold;
  color: #192F60;
  text-align: left;
  line-height: 1.5em;
}
.case_text {
  font-size: 16px;
  text-align: justify; /* 右端揃える */
  padding: 20px 0;
  line-height: 2em
}
@media only screen and (max-width: 640px) {
  .area-02 {
    margin-top: 40px;
  }
  .Wrap_L img {
    width: 100%;
    margin-bottom: 30px;
  }
  .tittle {
    font-size: 22px;
    font-weight: bold;
    color: #192F60;
    text-align: left;
    line-height: 1.3em;
    text-align: justify; /* 右端揃える */
  }
  .logo {
    text-align: left;
    margin-bottom: 20px;
  }
  .logo img {
    width: 20%;
  }
  .case_text {
    font-size: 16px;
    text-align: left;
    padding: 20px 0 0;
    line-height: 2.0em;
    width: 100%;
    text-align: justify; /* 右端揃える */
  }
}
/*-- こんな動きで獲得しています ここまで--*/
/*-- 上記のような対応を --*/
@media only screen and (max-width: 640px) {
  .area-03 img {
    margin-bottom: 30px;
  }
}
/*-- 上記のような対応を　ここまで --*/
/*-- 空室を埋めるための --*/
/* タイトル付きボックス（見出し付きの枠） */
.box5-1 {
  margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
  border: 0px solid #8b9b9d; /* ボックスの枠線 */
  width: 300px;
}
.box5-1 .box-title {
  background-color: #192F60; /* タイトル部分の背景色 */
  color: #fff; /* タイトルの文字色（白） */
  padding: .5em 1em; /* タイトル部分の内側余白 */
  text-align: center; /* タイトルを中央揃え */
  font-weight: bold; /* タイトルの太字 */
  font-size: 24px;
  font-weight: bold;
  height: 90px;
  line-height: 1.2em;
  align-content: center; /* 垂直中央 */
}
@media only screen and (max-width: 640px) {
  .box5-1 .box-title {
    padding: 10px auto; /* タイトル部分の内側余白 */
  }
}
.box5-1 .box-content {
  padding: 2em; /* コンテンツ部分の内側余白 */
  background-color: #E6EFF2; /* タイトル部分の背景色 */
  text-align: left;
  height: 320px;
  text-align: justify; /* 右端揃える */
}
.box5-1 p {
  margin: 0; /* 段落の外側余白をゼロに設定 */
}
@media only screen and (max-width: 640px) {
  .box5-1 {
    margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
    border: 0px solid #8b9b9d; /* ボックスの枠線 */
    width: 100%;
  }
  .box5-1 .box-title {
    background-color: #192F60; /* タイトル部分の背景色 */
    color: #fff; /* タイトルの文字色（白） */
    padding: .5em 1em; /* タイトル部分の内側余白 */
    text-align: center; /* タイトルを中央揃え */
    font-weight: bold; /* タイトルの太字 */
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 1.2em;
    align-content: center; /* 垂直中央 */
  }
  .box5-1 .box-content {
    padding: 1em; /* コンテンツ部分の内側余白 */
    background-color: #E6EFF2; /* タイトル部分の背景色 */
    text-align: left;
    height: auto;
    text-align: justify; /* 右端揃える */
    font-size: 16px;
  }
}
.w760 {
  width: 760px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .w760 {
    width: 95%;
    margin: 0 auto;
  }
}
.Wrap03 {
  display: flex;
  position: relative;
  margin: 5px 0;
}
@media only screen and (max-width: 640px) {
  .Wrap03 {
    text-align: left;
    margin-bottom: 0px;
  }
}
.w760 .text_str_02.sub {
  margin: 10px 0 40px;
  ;
}
/*--/*-- 空室を埋めるための ここまで--*/
/*-- 成約事例 --*/
.area-05 {
  background-color: #E6EFF2;
}
.font14-05 {
  font-size: 14px;
}
.font25-05 {
  font-size: 25px;
}
.margin10-05 {
  margin: 10px 0;
}
@media only screen and (max-width: 640px) {
  .area-05 {
    padding-top: 40px;
  }
  .font14-05 {
    font-size: 16px;
    font-weight: bold;
  }
  .font25-05 {
    font-size: 24px;
    font-weight: bold;
  }
}
.bg {
  background-color: white;
  width: 300px;
  padding: 30px 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .bg {
    width: 100%;
  }
  .bg img {
    width: 100%;
  }
}
/*--成約事例  ここまで--*/
/*--トラブル時の対応--*/
@media only screen and (max-width: 640px) {
  .area-06 {
    margin-top: 40px;
  }
}
/*--トラブル時の対応ここまで--*/
/*--選ばれる４つの理由--*/
.tittle_07 {
  margin-bottom: 80px;
}
.box27 {
  position: relative;
  margin: 2em 0;
  padding: 1.5em 1.5em;
  border: solid 3px #E6EFF2;
  background-color: #E6EFF2;
  height: 130px;
}
.box27 .box-title07 {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #192F60;
  color: #ffffff;
  font-weight: bold;
  border-radius: 0px 0px 0 0;
}
.box27 p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .box27 {
    height: 150px;
  }
  .box27 .box-title07 {
    top: -13%;
    height: auto;
    font-size: 18px;
    padding: 5px 7px 5px 7px;
  }
}
/* タイトル付きボックス（見出し付きの枠） */
.box6 {
  margin: 0 auto; /* 外側の余白（上下と中央配置） */
  border: 0px solid #8b9b9d; /* ボックスの枠線 */
  width: 470px;
}
.box6 .box-title {
  background-color: #192F60; /* タイトル部分の背景色 */
  color: #fff; /* タイトルの文字色（白） */
  padding: .5em 1em; /* タイトル部分の内側余白 */
  text-align: center; /* タイトルを中央揃え */
  font-weight: bold; /* タイトルの太字 */
  font-size: 24px;
  font-weight: bold;
  height: 50px;
  line-height: 1.2em;
  align-content: center; /* 垂直中央 */
}
.box6 .box-content {
  padding: 2em; /* コンテンツ部分の内側余白 */
  background-color: #E6EFF2; /* タイトル部分の背景色 */
  text-align: left;
  height: 280px;
  text-align: justify; /* 右端揃える */
}
.box6 p {
  margin: 0; /* 段落の外側余白をゼロに設定 */
}
@media only screen and (max-width: 640px) {
  .box6 {
    margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
    border: 0px solid #8b9b9d; /* ボックスの枠線 */
    width: 100%;
  }
  .box6 .box-title {
    background-color: #192F60; /* タイトル部分の背景色 */
    color: #fff; /* タイトルの文字色（白） */
    padding: .1em 1em; /* タイトル部分の内側余白 */
    text-align: center; /* タイトルを中央揃え */
    font-weight: bold; /* タイトルの太字 */
    font-size: 30px;
    font-weight: bold;
    height: 60px;
    line-height: 1.2em;
    align-content: center; /* 垂直中央 */
  }
  .box6 .box-content {
    padding: 1em; /* コンテンツ部分の内側余白 */
    background-color: #E6EFF2; /* タイトル部分の背景色 */
    text-align: left;
    height: auto;
    text-align: justify; /* 右端揃える */
    font-size: 24px;
  }
  .box-content img {
    width: 100%;
  }
}
.area-07_inner {
  margin-top: 40px;
}
.area-07_inner .case_text {
  margin: 30px auto;
}
@media only screen and (min-width: 641px) {
  /* 矢印　▶ */
  .triangle-right {
    display: inline-block;
    border-style: solid;
    border-width: 14px 0 14px 24px;
    border-color: transparent transparent transparent #D96009;
  }
}
@media only screen and (max-width: 640px) {
  .triangle-bottom {
    display: inline-block;
    border-style: solid;
    border-width: 24px 14px 0 14px;
    border-color: #D96009 transparent transparent transparent;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 641px) {
  .section02 {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center; /*フレックスボックス 垂直中央 */
  }
}
@media only screen and (max-width: 640px) {
  .section03 img {
    width: 100%;
    margin: 20px 0;
  }
}
.box26 {
  position: relative;
  margin: 2em 0;
  padding: 1.5em 1.5em;
  border: solid 3px #E6EFF2;
  background-color: #E6EFF2;
  height: 130px;
}
.box26 .box-title08 {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #192F60;
  color: #ffffff;
  font-weight: bold;
  border-radius: 0px 0px 0 0;
}
.box26 p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .box26 {
    height: 150px;
  }
  .box26 .box-title07 {
    top: -13%;
    height: auto;
    font-size: 18px;
    padding: 5px 7px 5px 7px;
  }
}
.box28 {
  position: relative;
  margin: 2em 0;
  padding: 1.5em 1.5em;
  border: solid 3px #E6EFF2;
  background-color: #E6EFF2;
  height: 130px;
}
.box28 .box-title08 {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #192F60;
  color: #ffffff;
  font-weight: bold;
  border-radius: 0px 0px 0 0;
}
.box28 p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .box28 {
    height: 180px;
  }
  .box28 .box-title07 {
    top: -13%;
    height: auto;
    font-size: 18px;
    padding: 5px 7px 5px 7px;
  }
}
/*--選ばれる４つの理由  ここまで--*/
/*----- 他社との比較 ----- */
.table_design13 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 700px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .table_design13 {
    font-size: 16px;
  }
}
.table_design13 thead th {
  padding: 1em .8em;
  border-right: 2px solid#fff;
}
.table_design13 td {
  color: black; /*２列目*/
  padding: 1em;
}
.table_design13 thead th:not(:first-child) {
  background: #d96009; /*２列目ヘッド*/
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.5em;
}
.table_design13 thead th span {
  font-size: .8rem;
}
.table_design13 thead th:nth-child(3) {
  background-color: #e2e3e3; /*3列目ヘッド*/
  color: black;
  font-size: 1.2rem;
}
.table_design13 thead th:nth-child(2)::before {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  background-color: #d96009;
  left: 0;
  bottom: 100%;
}
/*---おすすめ .table_design13 thead th:nth-child(3)::after {
  content: 'おすすめプラン';
  width: max-content;
  color: #f88400;
  font-size: .8rem;
  padding: 0.3em 1em;
  background: #fff;
  border: 2px solid #f88400;
  border-radius: 100vh;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}----- */
.table_design13 tbody th, .table_design13 tbody td {
  border: 2px solid #fff;
}
.table_design13 tbody th {
  background-color: #e2e3e3; /*1列目*/
  color: black;
}
.table_design13 tbody td {
  background-color: #f3d6c2; /*2列目*/
}
.table_design13 td:nth-child(3) {
  color: black;
  background: #f8f8f8;
}
/*
.table_design13 td:hover {
    transform: scale(1.05);
    outline: 2px solid #4d9bc1;
}
.table_design13 td:nth-child(3):hover {
    transform: scale(1.05);
    outline: 2px solid #e2e3e3;
}
*/
@media screen and (max-width: 787px) {
  .table-scroll {
    overflow-x: auto;
  }
  .text_hikaku {
    margin-left: 20px;
    margin-bottom: 40px;
    font-size: 16px;
  }
}
/*----- 他社との比較 ここまで----- */
/*--管理責任者--*/
.profile {
  width: 300px;
  margin: 30px auto;
}
.prpfile_text {
  font-size: 16px;
  text-align: justify; /* 右端揃える */
  padding: 0px 0 0;
  line-height: 1.5em;
}
@media only screen and (min-width: 641px) {
  .pf_Wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
  }
  .pf_Wrap_L {
    width: 50%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .pf_Wrap_R {
    width: 50%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media only screen and (max-width: 640px) {
  .pf_Wrap {
    gap: 20px;
    margin-top: 40px;
  }
  .pf_Wrap_L {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .pf_Wrap_R {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
/*--管理責任者　ここまで--*/
/*--お客様の声--*/
@media only screen and (min-width: 641px) {
  .Wrap04 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
  }
  .Wrap_L04 {
    width: 20%;
    height: auto;
  }
}
.voice_text01 {
  font-size: 18px;
  line-height: 2em
}
.voice_text {
  text-align: left;
  font-size: 16px;
  line-height: 2em
}
.voice_text_st {
  color: #952121;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .Wrap04 {
    margin: 40px 0;
  }
  .Wrap_R04 {
    width: 100%;
    height: auto;
  }
  .voice_text01 {
    font-size: 18px;
    line-height: 1.5em;
  }
  .voice_text {
    text-align: left;
    font-size: 16px;
    line-height: 2.0em;
    margin-top: 20px;
    text-align: justify; /* 右端揃える */
  }
}
/*--お客様の声　ここまで--*/
/*--よくある質問--*/
.area-09 {
  background-color: #e6eff2
}
.area-09_inner {
  text-align: left;
}
.question {
  background-color: white;
  padding: 30px;
  margin-bottom: 20px;
}
.Q_tittle {
  font-size: 20px;
  font-weight: bold;
}
.A_text {
  font-size: 16px;
}
.Q {
  font-size: 30px;
  font-weight: bold;
  color: #192f60;
}
.A {
  font-size: 30px;
  font-weight: bold;
  color: #d96009;
}
@media only screen and (max-width: 640px) {
  .question {
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;
  }
  .Q_tittle {
    font-size: 18px;
    line-height: 1.3em;
  }
  .A_text {
    font-size: 16px;
    text-align: justify; /* 右端揃える */
  }
  .Q {
    font-size: 24px;
  }
  .A {
    font-size: 24px;
  }
}
/*--よくある質問　ここまで--*/
/*--問い合わせ--*/
.area-10 {
  margin-top: 40px;
}
.contact_tittle {
  font-size: 24px;
  font-weight: bold;
  color: #192f60;
  text-align: left;
  line-height: 1.2em;
}
.contact_text {
  font-size: 17px;
  font-weight: bold;
  margin: 20px 0;
  text-align: left;
  line-height: 1.2em;
}
@media only screen and (max-width: 640px) {
  .contact_tittle {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .contact_text {
    font-size: 17px;
    margin: 30px 0;
  }
}
/*--問い合わせ　ここまで--*/
/*--- お申し込みフォーム ---*/
/* 全体レイアウト */
.container {
  margin: 0px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
/* タイトル */
.main-title {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
  color: #1a1a1a;
}
/* フォームレイアウト */
.contact-form dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.contact-form dt, .contact-form dd {
  width: 100%;
  margin: 10px 0;
  text-align: left;
}
.contact-form dt {
  font-weight: bold;
  font-size: 16px;
}
.must {
  background-color: #e53935;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 6px;
}
.optionally {
  background-color: #ccc;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 6px;
}
/* 入力・選択フィールド */
input[type="text"], input[type="tel"], input[type="email"], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.3s;
}
input:focus, select:focus, textarea:focus {
  border-color: #007bff;
  outline: none;
}
/* 注意書き */
.tyuui {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
  display: block;
}
/* プライバシーポリシー */
.privacy-check {
  margin-top: 20px;
  font-size: 14px;
}
.privacy-text a {
  color: #007bff;
  text-decoration: underline;
}
/* ボタン */
.btn-wrap {
  text-align: center;
  margin-top: 30px;
}
.btn01 {
  background-color: #192f60;
  color: #fff;
  font-size: 18px;
  padding: 12px 40px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.btn01:hover {
  background-color: #0056b3;
}
@media only screen and (max-width: 640px) {
  .contact-form dt {
    font-size: 18px;
  }
  .must {
    font-size: 18px;
  }
  /* 注意書き */
  .tyuui {
    font-size: 15px;
  }
  /* 入力・選択フィールド */
  input[type="text"], input[type="tel"], input[type="email"], select, textarea {
    font-size: 18px;
  }
  /* プライバシーポリシー */
  .privacy-check {
    font-size: 18px;
  }
  .btn01 {
    font-size: 22px;
    padding: 25px 40px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 20px 0 40px;
  }
}
/*--- お申し込みフォーム ここまで---*/
/* --- 会社概要 --- */
.kaisha {
  width: 100%;
  margin-top: 20px;
}
.kaisha th, .kaisha td {
  border-bottom: 1px solid #fff;
  padding: 20px;
  color: #fff;
}
.kaisha td {
  text-align: left;
  border: solid 1px black;
  color: black;
  font-size: 16px;
}
.kaisha th {
  font-size: 17px;
  border: solid 1px white;
  color: white;
  background: #5C632C;
}
/* --- 会社概要 ここまで --- */
/* --- フッター　--- */
.footer02 {
  text-align: center;
  padding: 20px;
  margin-top: 0px;
}
.footer02 a {
  color: #000;
  text-decoration: none;
}
.footer02 a:hover {
  text-decoration: underline;
}
.footer02 .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer02 .menu li {
  margin: 0;
  padding: 0 20px;
}
.footer02 .copyright {
  margin: 0;
  padding: 20px 0 0 0;
}
.menu li {
  padding: 0 20px;
  font-size: 16px;
}
.menu li:nth-child(2) {
  border-left: 1px solid #000;
}
.menu li:nth-child(3) {
  border-left: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .footer02 .menu li {
    margin: 5px 0;
    padding: 0 20px;
  }
}
.copyright {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .about th {
    width: 30%;
  }
}
/* --- フッター　ここまで--- */