@charset "utf-8";
/****************共通*************/
section.offer3 {
  background: #002664;
}
section.offer3 .wrap {
  width: 100%;
  padding: 30px 20px;
}
.offer3 .wrap div, .offer3 .wrap h2, .offer3 .wrap h3, .offer2-p {
  color: #fff;
  line-height: 1.8;
  border-left: solid 3px;
  padding-left: 15px;
  font-size: 20px;
  font-weight: bold;
}
.font-18 .wrap div, .font-18 .wrap h3 {
  font-size: 18px;
}
@media screen and (min-width: 700px) {
  .offer3 .wrap div, .offer3 .wrap h2, .offer3 .wrap h3 {
    font-size: 34px;
  }
  .font-18 .wrap div, .font-18 .wrap h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1250px) {
  .offer2-p {
    font-size: 26px;
  }
}
/***********ボタン****************/
.accumulation-btn {
  position: relative;
  margin: 20px auto 0;
  max-width: 326px;
  padding: 8px 0;
  border-radius: 5px;
  border: solid 1px #707070;
  background: rgb(202, 208, 219);
  background: linear-gradient(180deg, rgba(202, 208, 219, 1) -25%, rgba(255, 255, 255, 1) 0%, rgba(202, 208, 219, 1) 100%);
}
.accumulation-btn a {
  display: block;
  color: #022765;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.accumulation-btn span {
  display: block;
  font-size: 14px;
}
.accumulation-btn img {
  position: absolute;
  top: 70px;
  left: -23px;
  width: 25%;
}
a.modal-hov:hover {
  opacity: 0.6;
}
@media screen and (min-width: 700px) {
  .accumulation-btn {
    max-width: 526px;
  }
  .accumulation-btn a {
    font-size: 30px;
  }
  .accumulation-btn span {
    font-size: 20px;
  }
  .accumulation-btn img {
    top: 80px;
    left: -100px;
  }
}
@media screen and (min-width: 1250px) {
  .accumulation-btn {
    max-width: 726px;
    padding: 18px 0;
  }
  .accumulation-btn img {
    top: -60px;
    left: -350px;
    width: auto;
  }
  .offer2-pc-left {
    width: 700px;
    margin-left: auto;
    margin-right: 100px;
  }
  .accumulation-btn a {
    font-size: 36px;
  }
}
/***********ボタンend****************/
ul {
  list-style: none;
}
#sec05 .wrap, #sec08 .wrap, #sec10 .wrap, #sec11 .wrap {
  width: 88%;
}
.width-78 {
  width: 78%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 600px) {}
#sec03, #sec04, #sec04-2, #sec05, #sec06, #sec07, .offer2, #sec10, #sec11, #sec20 {
  text-align: center;
}
.line {
  border-bottom: 3px solid #F1AD2D;
  font-weight: bold;
}
.weight-normal {
  font-weight: normal;
}
#sec02 p, #sec03 p, #sec04 p, #sec05 p, #sec06 p, #sec07 p, #sec09 p, #sec10 p, #sec11 p, #sec12 p {
  font-size: 16px;
}
@media screen and (min-width: 700px) {
  #sec02 p, #sec03 p, #sec04 p, #sec05 p, #sec06 p, #sec07 p, #sec09 p, #sec10 p, #sec11 p, #sec12 p {
    font-size: 24px;
  }
}
@media screen and (max-width: 799px) {
  .pc_2 {
    display: none !important;
  }
}
@media screen and (min-width: 700px) {
  .sp_2 {
    display: none !important;
  }
}
/************タイトル***********/
.offer3 .wrap h3.offer-title {
  text-align: center;
  padding: 0;
  border-left: none;
}
.offer3 .result {
  display: block;
  font-size: 18px;
  color: #F1AD2D;
  text-align: center;
  transform: rotate(-3deg);
  max-width: 360px;
  margin: 0 auto 10px;
}
.offer3 .result:after {
  content: '';
  display: block;
  width: auto;
  height: 2.2em; /*emでレスポンシブ*/
  background-image: url("../png/line.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -15px;
  transform: rotate(3deg);
}
/*小タイトル*/
#sec04 h3, #sec04 h2, #sec05 h3, #sec06 h2, #sec07 h3, #sec10 h1, #sec11 h2 {
  margin-bottom: 10px;
  line-height: 1.8;
  font-size: 20px;
}
#sec05 h3 {
  font-size: 16px;
}
#sec10 h1, #sec11 h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (min-width: 700px) {
  .offer3 .result {
    font-size: 30px;
    max-width: 550px;
    margin-left: 0;
  }
  /*小タイトル*/
  #sec04 h3, #sec04 h2, #sec05 h3, #sec06 h2, #sec07 h3, #sec10 h1, #sec11 h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .offer3 .result:after {
    width: 900px;
    height: 3em;
    margin-top: -20px;
    margin-bottom: -20px;
    transform: rotate(5deg);
  }
  span.pc-font {
    font-size: 52px;
  }
}
/****************header*************/
.info-new {
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
}
p.tel img:hover {
  opacity: 0.7;
}
@media screen and (min-width: 481px) {
  .info-new {
    align-items: center;
  }
}
@media screen and (min-width: 600px) {
  .info-new {
    justify-content: flex-end;
  }
  p.tel {
    margin-right: 10px;
  }
}
/****************fv*************/
.single-item {
  display: none;
}
.single-item.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}
section#sec01 {
  text-align: center;
  overflow: hidden;
}
section#sec01 a:hover img {
  opacity: 1;
}
@media screen and (max-width: 430px) {
  .pc_fv {
    display: none !important;
  }
}
@media screen and (min-width: 431px) {
  .sp_fv {
    display: none !important;
  }
}
/****************offer2積立型着手*************/
/*offer2上部分*/
span.cheap {
  position: absolute;
  top: 0;
  right: 5px;
  display: block;
  background: #f1ad2d;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 18px;
  transform: rotate(15deg);
}
.mb-btn {
  margin-bottom: 40px;
}
@media screen and (min-width: 700px) {
  .mb-btn {
    margin-bottom: 20px;
  }
  span.cheap {
    top: -30px;
    right: 0;
  }
}
@media screen and (min-width: 1250px) {
  span.cheap {
    top: -40px;
    right: -90px;
    width: 95px;
    height: 95px;
    line-height: 95px;
    font-size: 26px;
  }
}
/*end*/
.offer2 {
  background: #337DC9;
  color: #fff;
}
.offer2-p {
  border-left: none;
  position: relative;
  padding-left: 0;
  max-width: 400px;
  margin: 0 auto
}
@media screen and (min-width: 700px) {
  .offer2-p {
    max-width: 630px;
  }
}
/****************sec02こんなお悩みはありませんか？*************/
section#sec02 .wrap {
  max-width: 400px;
}
#sec02 ul {
  list-style-type: none;
  width: 90%;
  margin: 0 auto;
  color: #6E6E6D;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
#sec02 li {
  position: relative;
  line-height: 2;
}
#sec02 li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.3em;
  width: 13px;
  height: 8px;
  border-left: 4px solid #fd7e00;
  border-bottom: 4px solid #fd7e00;
  transform: rotate(-45deg);
}
@media screen and (min-width: 700px) {
  .sec02_pc {
    display: flex;
    align-items: center;
  }
  section#sec02 .wrap {
    max-width: 650px;
  }
}
@media screen and (min-width: 1200px) {
  section#sec02 .wrap {
    max-width: 1040px;
  }
  #sec02 ul {
    font-size: 30px;
  }
  .sec02_pc p {
    width: 52%;
  }
  #sec02 li::after {
    width: 20px;
    height: 15px;
  }
}
/****************sec03そんなお悩み*************/
#sec03 {
  background-image: url("../png/sec03-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#sec03 .wrap {
  background: url(../png/sec03-img2.png) no-repeat left bottom;
  background-size: 160px auto;
}
.balloon2 {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 10px;
  min-width: 140px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #f1ad2d;
  box-sizing: border-box;
  border-radius: 15.5px;
}
.balloon2:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 30%;
  margin-left: -15px;
  border: 6px solid transparent;
  border-top: 22px solid #f1ad2d;
  /*z-index: 2;*/
  transform: rotate(-10deg);
}
.balloon2 p {
  margin: 0;
  padding: 0;
}
#sec03 h1 {
  line-height: 1.8;
  width: 290px;
  margin: 0 auto 60px;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.89);
  font-size: 24px;
  letter-spacing: -0.72px;
  text-align: left;
  position: relative;
}
#sec03 h1 img {
  position: absolute;
  top: -60px;
  right: -50px;
}
#sec03 .line {
  padding-bottom: 5px;
}
.sec03-h1-span {
  padding-left: 10px;
  font-size: 18px;
  letter-spacing: normal;
  text-shadow: none;
}
#sec03 p {
  margin-left: 170px;
  text-align: left;
  line-height: normal;
}
@media screen and (min-width: 700px) {
  #sec03 h1 {
    font-size: 30px;
    width: 520px;
    margin: 0 0 60px 50px;
    text-align: right;
  }
  .sec03-h1-span {
    font-size: 24px;
  }
  .balloon2 {
    margin: 0 0 20px -450px;
  }
  #sec03 h1 img {
    right: -70px;
  }
  #sec03 p {
    margin-left: 50px;
    width: 50%;
  }
  #sec03 .wrap {
    background: url(../png/sec03-img2.png) no-repeat right bottom;
    background-size: 260px auto;
  }
  .balloon2 {
    font-size: 30px;
    padding: 7px 30px;
  }
}
@media screen and (min-width: 1000px) {
  #sec03 h1 {
    margin: 0 0 60px 150px;
  }
  .balloon2 {
    margin: 0 0 20px -600px;
  }
  #sec03 p {
    margin-left: 150px;
  }
}
/****************sec04プラン料金*************/
#sec04 {
  background: #337DC9;
  color: #fff;
}
.plan > div {
  background: #E6F3FE;
  color: #565450;
}
.plan ul {
  background: #fff;
  color: #565450;
  text-align: left;
}
.plan > div, .plan > ul > li {
  border: 1px solid #ccc;
  padding: 10px;
}
.nav-open:hover {
  opacity: 0.5;
}
.nav-open-ul {
  display: none;
}
/*中身*/
.plan-title {
  display: flex;
  align-items: center;
}
.plan-title-off {
  /*width: 25%;*/
  padding: 3px 10px;
  background: #f1ad2d;
  color: #fff;
  border-radius: 10px;
  margin: 0 15px;
  font-size: 18px;
}
.off20 {
  background: #FDA449;
}
.off30 {
  background: #EA8326;
}
.plan-title-tx {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}
.plan-title-tx span.it1 {
  display: block;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
}
.plan-title-tx span.it2 {
  font-size: 12px;
}
.tex-bold {
  font-weight: bold;
}
/*下部img*/
.sec04-img1 {
  position: relative;
  width: 300px;
  margin: 20px auto;
}
#sec04 .sec04-img1 p {
  color: #2B2A2A;
  font-size: 14px;
  position: absolute;
  top: 38px;
  right: 25px;
  transform: rotate(15deg);
}
@media screen and (min-width: 700px) {
  .plan-title-tx {
    font-size: 26px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  span.it0 {
    display: inline-block;
  }
  .plan-title-tx span.it1 {
    display: inline-block;
    font-size: 20px;
    width: 280px;
  }
  .plan-title-off {
    font-size: 26px;
  }
  .sec04-img1 {
    margin-left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .plan-title-tx {
    font-size: 30px;
  }
  .plan-title-tx span.it1 {
    font-size: 24px;
    width: 320px;
  }
  .plan-title-off {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .sec04-img1 {
    text-align: left;
    padding: 40px 0;
  }
  .sec04-img1 img {
    width: 40%;
  }
  #sec04 .sec04-img1 p {
    text-align: center;
    font-size: 18px;
    top: 90px;
    right: auto;
    left: 180px;
  }
}
/****************sec05契約書の種類*************/
#sec05 .wrap {
  padding: 20px 0;
}
.sec05-bg {
  position: relative;
  background-image: url("../png/sec05-bg.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  /*height: 446px;*/
  padding: 30px 10px;
}
.sec05-p {
  margin-bottom: 10px;
}
.sec05-bg ul {
  text-align: left;
  width: 280px;
  margin: 0 auto;
}
.sec05-bg ul li:not(:last-child) {
  margin-bottom: 5px;
}
.tx-right {
  display: inline-block;
  width: 40%;
  text-align: right;
}
span.sec05-p2 {
  display: block;
  margin: 10px 5px;
}
span.sec05-p2 br {
  display: none;
}
@media screen and (min-width:360px) and (max-width:699px) {
  span.sec05-p2 br {
    display: block;
  }
}
@media screen and (min-width: 700px) {
  .sec05-bg {
    padding: 100px 0;
  }
  .sec05-bg {
    background-image: url("../png/sec05-bg-pc.png");
  }
  .sec05-bg ul {
    font-size: 26px;
    width: 450px;
  }
}
/****************sec06契約は慎重に*************/
#sec03 .wrap, #sec05 .wrap, #sec06 .wrap, #sec08 .wrap, #sec09 .wrap {
  color: #022768;
}
img.sec06-img {
  /*width: 80%;*/
}
/****************sec08ワースト5*************/
#sec08 {
  background-image: url("../png/sec08-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sec08-flex {
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 10px;
}
.sec08-flex:last-child {
  margin-bottom: 0;
}
.sec08-flex p {
  font-size: 12px;
  width: 100%;
  padding: 0 10px;
  line-height: 1.3;
}
.sec08-flex span {
  display: block;
  width: 100px;
  text-align: center;
  /*border-right: solid 1px rgb(2 39 104 / .5);*/
  line-height: 55px;
  border-radius: 50%;
  box-shadow: 7px 0 6px -3px #99aee8;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 700px) {
  .sec08-flex {
    margin-bottom: 20px;
  }
  .sec08-flex span {
    width: 210px;
    height: 95px;
    line-height: 105px;
    font-size: 24px;
  }
  .sec08-flex p {
    font-size: 24px;
    padding: 0 20px;
  }
}
/****************sec09契約書があなたの会社*************/
/****************offer起こってしまった問題*************/
.offer3 .wrap div.offer-no-b {
  border-left: none;
}
.mg-tb {
  margin: 30px 0;
}
img.offer-img {
  display: block;
  width: 60%;
  margin: 0 auto;
  /* text-align: center; */
}
@media screen and (min-width: 1100px) {
  .pc_as {
    position: relative;
  }
  img.offer-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
  }
}
/****************sec10リーガルチェック契約流れ*************/
.sec10-flex {
  display: flex;
  align-items: center;
}
.sec10-flex p {
  width: 90%;
  text-align: left;
  color: #707070;
}
.sec10-flex img {
  width: 10%;
  min-width: 80px;
  margin-right: 10px;
}
.triangle3 {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #707070;
  margin: 30px auto;
}
@media screen and (min-width: 1000px) {
  .sec10-flex img {
    margin-right: 70px;
  }
  .triangle3 {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #707070;
  }
}
/****************sec11リーガルチェックQ&A*************/
#sec11 {
  background-image: url(../png/sec11-bg.png);
  background-position: center;
  background-size: cover;
}
#sec11 h2 {
  text-shadow: 2px 2px 3px rgba(253, 253, 253, 0.78);
  font-size: 24px;
  letter-spacing: -1.92px;
  color: #fff;
}
.q_a {
  background: #fff;
  border-radius: 10px;
  text-align: left;
  margin-bottom: 30px;
}
.q_a-Q {
  background: #87B5E2;
  border-radius: 10px 10px 0 0;
  padding: 15px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.q_a-Q span {
  width: 40px;
  padding: 5px 0;
  text-align: center;
  background: #337dc9;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.q_a-A {
  padding: 15px;
}
@media screen and (min-width: 1000px) {
  #sec11 h2 {
    font-size: 32px;
  }
  .q_a-Q {
    padding: 20px 70px;
    font-size: 30px;
  }
  .q_a-A {
    padding: 20px 70px;
    font-size: 24px;
  }
}
/****************sec12トラブルを全方位から*************/
#sec12 ul {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
#sec12 ul li {
  background: #E6F0FC;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  border-radius: 20px;
  height: 60px;
  font-weight: bold;
}
#sec12 p {
  text-align: right;
}
@media screen and (min-width: 700px) {
  #sec12 ul li {
    height: 120px;
    font-size: 28px;
  }
  .sec12-img {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  #sec12 ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
/****************sec13リーガルチェックお客様の声*************/
#sec13 h4 {
  background: #002664;
  padding: 20px;
  text-align: center;
  color: #fff;
  line-height: 1.8;
  font-size: 16px;
  font-weight: bold;
  position: relative
}
#sec13 h4 img {
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.sec13-bor {
  border: solid 1px #002664;
  padding: 30px 20px;
}
.sec13-p {
  background: #E9EEF4;
  width: 80%;
  padding: 10px 30px;
  margin-bottom: 30px;
  position: relative;
  font-size: 12px;
}
/*.sec13-bor .sec13-p:last-child{
	margin-bottom: 0;
}*/
.sec13-p img {
  position: absolute;
  top: 15px;
  width: 100px;
}
.sec13-bor p:nth-child(odd) {
  margin-left: auto;
}
.sec13-bor p:nth-child(odd) img {
  left: -80px;
}
.sec13-bor p:nth-child(even) {
  margin-right: auto;
}
.sec13-bor p:nth-child(even) img {
  right: -80px;
}
.sec13-bor p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  #sec13 h4 {
    font-size: 30px;
  }
  .sec13-p {
    font-size: 24px;
    width: 500px;
    padding: 50px 40px;
  }
  .sec13-bor p:nth-child(odd) {
    margin-left: 150px;
    margin-right: auto;
  }
  .sec13-bor p:nth-child(odd) img {
    left: -130px;
  }
  .sec13-bor p:nth-child(even) {
    margin-right: 150px;
    margin-left: auto;
  }
  .sec13-bor p:nth-child(even) img {
    right: -130px;
  }
  .sec13-p img {
    width: 145px;
  }
}
@media screen and (min-width: 1000px) {
  .sec13-p {
    width: 700px;
  }
  .sec13-bor {
    padding: 60px 20px;
  }
}
/****************************モーダルウィンドウ*************************/
/* これが無いとモーダルウィンドウ表示の際に余白が出る */
* {
  margin: 0;
  padding: 0;
}
/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
}
/* モーダル背景 */
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
/* モーダル本体 */
.modal-content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll; /* はみ出た部分はスクロールさせる */
  height: 60%; /* これが無いと「overflow:scroll」が利かない */
  width: 94%; /* これが無いと「overflow:scroll」が利かない */
  background: #337DC9;
}
/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
@media screen and (min-width: 700px) {
  .modal-content {
    top: 50%;
  }
}
/*********モーダル中デザイン*********/
a.css-modal-close {
  color: #FFF;
  background: #6E6B6B;
  padding: 0 10px 0 30px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}
a.css-modal-close:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 30px solid #6E6B6B; /* 三角を白にする */
  border-left: 30px solid #337DC9;
}
.css-content {
  background: #fff;
  margin: 20px 10px;
  padding: 30px 10px;
  text-align: center;
}
.css-content h2 {
  color: #022765;
  margin-bottom: 30px;
}
.modal-ul {
  color: #022765;
  font-size: 12px;
  border: solid 1px #022765;
  border-radius: 10px;
  text-align: left;
  padding: 10px 5px;
  position: relative;
  margin-bottom: 30px;
}
.modal-ul img {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
}
.css-content ul {
  list-style-type: none;
}
.css-content li {
  position: relative;
  line-height: 2;
  padding-left: 20px;
}
.css-content li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: 0.2em;
  width: 13px;
  height: 8px;
  border-left: 3px solid #022765;
  border-bottom: 2px solid #022765;
  transform: rotate(-45deg);
}
.css-content p {
  text-align: left;
  font-size: 12px;
}
p.modal-p1 {
  margin-bottom: 20px;
}
p.modal-p2 {
  margin-bottom: 30px;
  color: #6E6E6D;
}
div.modal-p3 {
  margin-bottom: 30px;
  background: url("../png/modal-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 270px;
  width: auto;
}
div.modal-p3 p {
  font-weight: bold;
  width: 250px;
  margin: 0 auto;
  line-height: 1.6;
}
div.modal-p3 p:first-child {
  padding-top: 65px;
}
div.modal-p3 p:last-child {
  padding-top: 20px;
}
p.modal-p4 {
  margin-bottom: 30px;
  color: #6E6E6D;
  text-align: center;
}
a.modal-btn {
  display: block;
  margin: 0 auto;
  color: #022765;
  line-height: 1.2;
  max-width: 360px;
  padding: 8px 0;
  border-radius: 5px;
  border: solid 1px #707070;
  background: rgb(202, 208, 219);
  background: linear-gradient(180deg, rgba(202, 208, 219, 1) -25%, rgba(255, 255, 255, 1) 0%, rgba(202, 208, 219, 1) 100%);
}
a.modal-btn span {
  display: block;
  font-size: 28px;
  font-weight: 900;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.fa-phone:before {
  display: inline-block;
  transform: scaleX(-1);
  margin-right: 5px;
}
@media screen and (min-width: 700px) {
  .modal-content {
    max-width: 1000px;
    height: 80%;
  }
  a.css-modal-close {
    font-size: 18px;
  }
  .css-content {
    margin: 30px 20px;
  }
  .modal-ul {
    font-size: 20px;
  }
  .css-content li::after {
    top: 0.7em;
  }
  .modal-ul img {
    top: auto;
    bottom: 0;
    right: 10px;
    width: 80px;
  }
  .css-content p {
    font-size: 20px;
  }
  div.modal-p3 p:first-child {
    padding-top: 130px;
  }
  div.modal-p3 p {
    width: 550px;
  }
  a.modal-btn span {
    font-size: 36px;
  }
  div.modal-p3 {
    background: url("../png/modal-bg-pc.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
  }
}
/****************400以下調整*************/
@media screen and (max-width: 410px) {
  .sec05-bg {
    background-image: none;
    background: #E6F3FE;
  }
}
@media screen and (max-width: 400px) {
  span.cheap {
    top: -20px;
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  #sec03 h1 img {
    right: 0;
    width: 20%;
  }
  .accumulation-btn img {
    display: none;
  }
  .plan-title-off {
    margin: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 370px) {
  span.cheap {
    top: -45px;
  }
  #sec12 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .modal-ul img {
    display: none;
  }
}
/****************問い合わせ微調整*************/
@media screen and (min-width: 801px) {
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    box-sizing: border-box;
    width: 100%;
    margin: 8px 0;
    padding: 1em;
    transition: 0.3s;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
  }
  section#gForm .required {
    line-height: 1.4em;
  }
}
/****************アンカーリンクずれ*************/
section#sec20 {
  position: relative;
  background: #D3DDE5;
  z-index: 1;
}
section#gForm {
  position: relative;
  padding-top: 120px;
  margin-top: -120px;
  z-index: 0;
}
/*********************sec04-2事務所********************/
#sec04-2 {
  background: #002664;
  font-weight: bold;
}
.box-042 {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 50px;
  padding: 20px 0;
}
.point {
  position: relative;
}
.point-hov:hover {
  opacity: 0.8;
}
a:hover img {
  background-color: transparent;
}
.top-tx {
  padding-top: 40px;
  display: block;
}
.top-tx-in {
  position: absolute;
  width: 210px;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: solid 1px #707070;
  border-radius: 5px;
  background-color: #FCF5E0;
  color: #DA6454;
  padding: 10px 0;
  font-size: 16px;
}
/*end*/
.resolution {
  margin-top: 110px;
  position: relative;
  color: #DA6454;
  font-size: 22px;
}
.resolution img {
  position: absolute;
  top: -150px;
  right: 0;
}
.tel-font > div {
  font-size: 30px;
  color: #022768;
}
.tel-font > p {
  background-color: #DFEFFC;
  color: #022768;
  padding: 5px 0;
  font-weight: normal;
}
.inquiry-font {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: rgb(202, 208, 219);
  background: linear-gradient(180deg, rgba(202, 208, 219, 1) -25%, rgba(242, 175, 46, 1) 0%, rgba(234, 131, 38, 1) 100%);
}
.inquiry-font > div {
  color: #fff;
  font-size: 22px;
}
.shinjuku p {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}
p.shinjuku-tx {
  width: 310px;
  margin: 0 auto 20px;
  text-align: right;
  position: relative;
  font-weight: normal;
}
p.shinjuku-tx .line {
  font-size: 22px;
  border-bottom: 3px solid #EA8326;
  margin-right: 10px;
}
.dots {
  background-image: radial-gradient(circle at center, #EA8326 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 1em; /* 点の間隔とサイズ調整 */
  padding-top: .8em; /* 縦方向の位置調整 */
}
p.shinjuku-tx img {
  width: 60px;
  position: absolute;
  top: -26px;
  left: -20px;
}
@media screen and (min-width: 700px) {}
.shinjuku-store {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
}
.shinjuku-store tr:not(:last-child) {
  border-bottom: 1px solid;
}
.shinjuku-store tr {
  vertical-align: top;
}
.shinjuku-store th, .shinjuku-store td {
  padding: 20px 0;
  border: none;
  font-weight: normal;
}
@media screen and (max-width: 849px) {
  .shinjuku-box-sp {
    background-color: #fff;
    border-radius: 5px;
    color: #022768;
    margin-bottom: 20px;
    padding: 20px;
  }
  .map-size {
    height: 350px;
  }
  .resolution img {
    width: 250px;
    top: -130px;
  }
}
@media screen and (min-width: 850px) {
  .shinjuku-box-pc {
    background-color: #fff;
    border-radius: 5px;
    color: #022768;
    margin-bottom: 30px;
    padding: 70px;
    width: 85%;
    margin: 0 auto;
  }
  .shinjuku-store {
    margin-bottom: 20px;
  }
  p.shinjuku-tx {
    background: #D2E0EB;
    color: #022664;
    width: 84%;
    margin: 0;
    margin-left: auto;
    text-align: left;
    padding: 50px;
    padding-left: 120px;
  }
  p.shinjuku-tx img {
    width: 280px;
    top: 50px;
    left: -160px;
  }
  .tel-font > div {
    font-size: 60px;
  }
  .inquiry-font > div {
    font-size: 40px;
  }
  p.shinjuku-tx .line, .resolution, .top-tx-in {
    font-size: 30px;
  }
  .shinjuku p {
    font-size: 28px;
  }
  .tel-font > p {
    font-size: 26px;
  }
  .box-tx, p.shinjuku-tx {
    font-size: 24px;
  }
  .box-042 {
    margin-bottom: 80px;
    padding: 30px 0;
  }
  .top-tx {
    padding-top: 50px;
  }
  .top-tx-in {
    width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .wrap-in {
    width: 78%;
    margin: 0 auto;
  }
}
/****************sec20事務所概要*************/
#sec20 {
  background: #D3DDE5;
}
.sec20-title {
  background: #022664;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 30px;
  font-size: 32px;
}
.shinjuku-box-mix {
  background-color: #fff;
  border-radius: 5px;
  color: #022768;
  padding: 30px 70px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .sec20-pc {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  .sec20-title {
    font-size: 20px;
  }
  .shinjuku-box-mix {
    padding: 20px;
  }
  .shinjuku-box-mix .shinjuku-store th {
    width: 100px;
  }
}
@media screen and (max-width: 499px) {
  .shinjuku-box-mix .shinjuku-store th {
    width: 74px;
  }
}
@media screen and (min-width: 1200px) {
  .sec20-sp {
    display: none;
  }
  .shinjuku-box-mix {
    padding-bottom: 180px;
  }
  tr.sec20-flex {
    display: flex;
    flex-flow: column;
    position: relative;
  }
  tr.sec20-flex th {
    padding-bottom: 0;
  }
  tr.sec20-flex td {
    padding-top: 0;
  }
  .sec20-pc {
    width: 400px;
    height: 200px;
    position: absolute;
    top: 20px;
    right: -430px;
  }
}
/*HPへ*/
a.go-hp {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}
/*追加テキスト*/
p.s-tx, #sec04 p.s-tx {
  font-size: 16px;
}
@media screen and (max-width: 499px) {
  p.s-tx, #sec04 p.s-tx {
    font-size: 14px;
  }
}
/*初期ポップアップ*/
div#inline_content {
  text-align: center;
}
div#inline_content .tel .top-tx-in {
  top: 36px;
}
div#inline_content .tel .top-tx {
  padding-top: 68px;
}
@media screen and (min-width: 850px) {
  div#inline_content .box-042 {
    margin-bottom: 50px;
  }
}