@charset "utf-8";

/* ベース
/************************************************************/

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Noto Sans CJK JP",
    sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  overflow-wrap: break-word;
  word-break: normal;
  color: #333;
  background-color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p {
  line-height: 180%;
}

h2 {
  font-weight: bold;
  line-height: 135%;
  font-size: 34px;
}

h3 {
  font-weight: 500;
  line-height: 140%;
}

h4 {
  font-weight: bold;
  line-height: 135%;
}
h5 {
  font-weight: bold;
  line-height: 135%;
}

/* 共通要素
/************************************************************/

.container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.container::after {
  content: "";
  display: block;
  clear: both;
}
.hide-pc {
  display: none;
}
.heading {
  text-align: center;
  margin-bottom: 40px;
}

.blue {
  color: #0070c1;
}
.orange {
  color: #ff7201;
}

/* マーカー
/************************************************************/

em {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #fff000, #fff000);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 20%;
  transition-property: all;
  transition-duration: 0.9s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  padding-bottom: 2px;
  font-weight: bold;
}
em.marker {
  background-size: 100% 30%;
}

/* ヘッダー
/************************************************************/

header {
  background-color: #ffffff;
  padding: 0px;
  width: 100%;
  height: 80px;
  min-width: 780px;
  position: fixed;
  z-index: 999;
  filter: drop-shadow(0px 0px 2px #dddddd);
}

header .logo {
  position: absolute;
  top: 20px;
  left: 24px;
}
header .text {
  position: absolute;
  top: 20px;
  left: 128px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
}
header .tel {
  position: absolute;
  top: 29px;
  right: 390px;
}
header .tel a,
.action-2 .tel-2 a {
  transition: all 0.2s ease;
}
header .tel a:hover,
.action-2 .tel-2 a:hover {
  opacity: 0.6;
}
header .tel img {
  height: 26px;
  top: -10px;
  right: 8px;
  position: relative;
}
header .tel-text {
  position: absolute;
  top: 9px;
  right: -21px;
  width: 100%;
  white-space: nowrap;
  font-size: 1.6rem;
}
header .contact {
  position: absolute;
  top: 16px;
  right: 30px;
}
header .contact a {
  color: #0070c1;
  font-size: 1rem;
  font-weight: 600;
  background-color: #fff;
  width: 150px;
  line-height: 35px;
  display: block;
  text-align: center;
  border-radius: 45px;
  padding: 5px;
  transition: all 0.6s ease;
  border: 2px solid #0070c1;
  filter: drop-shadow(0px 3px 6px #dddddd);
}

header .contact a:hover {
  color: #fff;
  background: linear-gradient(90deg, rgb(51, 206, 254), rgb(87, 74, 237));
  border: 2px solid #fff;
}

header .trial {
  position: absolute;
  top: 15px;
  right: 200px;
}
header .trial a {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  width: 160px;
  line-height: 35px;
  display: block;
  text-align: center;
  padding: 6px;
  transition: all 0.6s ease;
  border-radius: 45px;
  border: 2px solid #fff;
  filter: drop-shadow(0px 3px 6px #dddddd);
}
header .trial a:hover {
  color: #0070c1;
  border: 2px solid #0070c1;
  background: #fff;
}

/* フッター
/************************************************************/

footer {
  min-width: 780px;
  padding: 64px 0px 10px;
}
footer .copyright {
  text-align: center;
  letter-spacing: 0.05em;
}
.pagetop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
}
.pagetop a {
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
  display: block;
  border-radius: 8px;
}
.pagetop a:hover {
  opacity: 0.6;
}

/* FVエリア
/************************************************************/

#area-fv {
  min-width: 1180px;
  height: 600px;
  background-image: url(../img/fv-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
  background-size: 117%;
  background-position: -26px 62px;
}

#area-fv .container {
  max-width: 1180px;
  top: 50px;
}

#area-fv .img-pc {
  position: absolute;
  top: 76px;
  right: 4.5rem;
}
#area-fv .img-pc-sp {
  margin-bottom: 40px;
}
#area-fv .img-shinki {
  position: absolute;
  bottom: 80px;
  right: -16px;
}

#area-fv .copy {
  text-align: center;
  position: absolute;
  top: 88px;
  z-index: 10;
  left: 8rem;
}
#area-fv .copy h1 {
  font-size: 50px;
  font-weight: bold;
  color: #0070c1;
  line-height: 136%;
  margin-bottom: 3rem;
}

#area-fv .copy h1 .small {
  font-size: 30px;
  line-height: 136%;
}

#area-fv .copy ul {
  margin-bottom: 26px;
  filter: drop-shadow(0px 0px 6px #e3f3ff);
  position: relative;
}
#area-fv .copy li {
  font-size: 17px;
  line-height: 48px;
  width: 216px;
  font-weight: bold;
  background-color: #ffffff;
  text-align: center;
  display: inline-block;
  border-radius: 24px;
  margin: 0 4px;
}
#area-fv .copy li::before {
  content: "";
  background-image: url(../img/icon-check.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 2px;
  position: relative;
  bottom: -5px;
}

#area-fv .copy p {
  text-align: justify;
  padding: 0 18px 0 16px;
  line-height: 160%;
  font-weight: 600;
}
#area-fv .one_click{
    position: absolute;
    top: 20%;
    right: 24%;
    }
    @media (min-width: 1400px){
      #area-fv .one_click{
        right: 29%;
        }
    }
    @media (min-width: 1800px){
      #area-fv .one_click{
        right: 35%;
        }
    }
  
.cta {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  margin-top: 4rem;
}

.cta .btn {
  width: 370px;
  box-sizing: border-box;
  position: relative;
}

.cta .contact a {
  text-decoration: underline;
  font-weight: 500;
}
.cta .contact a:hover {
  color: #0070c1;
  transition: all 0.2s ease;
}

.cta-big {
  font-size: 1.8rem;
}

.contact .medal-flex {
  display: flex;
}
.medal-flex p {
  margin-top: 0.6rem;
  width: 210px;
  font-size: 0.6rem;
}

.trial-text {
  position: relative;
  left: 1.65rem;
}
.trial-text img{
  width: 1rem;
  vertical-align: baseline;
  padding-left: 0.4rem;
}
.trial-monitor {
  left: 5.4rem;
  position: absolute;
  top: -1.5rem;
  display: block;
  background-color: #fff;
  color: #0070c1;
  line-height: 33px;
  padding: 0 17px;
  border-radius: 45px;
  font-size: 0.9rem;
  font-weight: 600;
}

.trial-monitor:after {
  border-top: 6px solid transparent;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 10px 6px 0;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 30px;
  transform: translateX(-50%);
  width: 0;
}

.trial-monitor .orange {
  font-size: 1rem;
}

.trial-muryou {
  position: absolute;
  border-radius: 45px;
  background-color: #fcff00;
  color: #0070c1;
  line-height: 2rem;
  width: 3.7rem;
  top: 20px;
  left: 3rem;
  text-align: center;
}
.trial a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 72px;
  background: linear-gradient(90deg, rgb(51, 206, 254), rgb(87, 74, 237));
  border: 4px solid #fff;
  display: block;
  border-radius: 45px;
  transition: all 0.2s ease;
  filter: drop-shadow(0px 3px 6px #c0d2db);
  text-align: center;
}
.btn.trial a::after {
  content: "";
  /* background-image: url(../img/icon-down.svg); */
  background-repeat: no-repeat;
  background-size: cover;
  width: 21px;
  height: 24px;
  display: inline-block;
  /* margin-left: 4px; */
  position: absolute;
  top: 23px;
  right: 43px;
  transition: all 0.2s ease;
}
.btn.trial a:hover {
  transform: scale(1.1);
}

#subsidy {
  min-width: 1180px;
}
#subsidy .container {
  padding: 40px 0;
}
#subsidy section {
  padding: 32px 0;
  text-align: center;
  margin: 0px auto;
  width: 720px;
  position: relative;
}
#subsidy section::before {
  content: "";
  background-image: url(../img/subsidy-left.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 64px;
  height: 140px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#subsidy section::after {
  content: "";
  background-image: url(../img/subsidy-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 64px;
  height: 140px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

#subsidy section h2 {
  font-size: 32px;
  color: #d14646;
  margin-bottom: 8px;
}
#subsidy section p {
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
}
/* .slide-in-left__sinki {
  position: absolute;
  top: -90px;
  right: -110px;
  transform: translateX(-50%);
  background-color: #fcff00;
  padding: 10px 10px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  font-size: 16px;
  white-space: nowrap;
  font-weight: 700;
} */

/* 0エリア
/************************************************************/
/* #area-0 {
  padding: 1.5rem 0;
}
#area-0 p {
  width: 50%;
  margin: 0 auto;
} */
/* #area-0 section {
  background-image: url("../img/subsidy-left.png"),
    url("../img/subsidy-right.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: contain, contain;
  padding: 0 24px;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
#area-0 section h2 {
  color: #d14646;
  padding-top: 2rem;
  font-size: 32px;
}
#area-0 section p {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 2rem;
} */

/* 1stエリア
/************************************************************/

#area-1st,.hikaku_wapper {
  background-color: #f5fafc;
}

#area-1st .container,.hikaku_wapper .container {
  padding: 70px 0;
}

#area-1st h2,.hikaku_wapper h2 {
  color: #0070c1;
  font-size: 34px;
  margin-bottom: 40px;
  text-align: center;
}
#area-1st .area-1st--content p {
  line-height: 200%;
}

#area-1st .area-1st--content {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 15px;
}

img.assist-pc {
  max-width: 42%;
  position: relative;
  z-index: 1;
}

/* .circle {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #fff;
  right: -3.5rem;
  top: 7rem;
  z-index: 0;
} */

/* 2ndエリア
/************************************************************/

#area-2nd {
  background-color: #e7f0f4;
  min-width: 1180px;
}
#area-2nd:after {
  border-color: #e7f0f4 transparent transparent;
  border-style: solid;
  border-width: 36px 80px 0;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

#area-2nd .container {
  max-width: 1180px;
  padding: 70px 0 34px;
}
#area-2nd h2 {
  font-size: 34px;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
  line-height: 150%;
}

#area-2nd ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

#area-2nd li {
  width: 308px;
  margin: 0px 32px 32px 0px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 16px;
  text-align: center;
  padding-bottom: 32px;
  position: relative;
}

#area-2nd li .img {
  margin-bottom: 20px;
  padding: 20px 16px 0;
}
#area-2nd li h3 {
  font-size: 18px;
}
#area-2nd .attention {
  text-align: center;
  margin-top: 32px;
}
#area-2nd .attention p {
  color: #24367a;
  font-size: 40px;
  font-weight: bold;
  line-height: 135%;
  font-style: italic;
}
#area-2nd .attention p span {
  background-color: #24367a;
  display: inline-block;
  margin-right: 8px;
  line-height: 32px;
  padding: 6px 8px;
  position: relative;
  bottom: -4px;
}
#area-2nd .attention::after {
  content: "";
  background-image: url(../img/arrow-blue.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 96px;
  height: 48px;
  display: block;
  margin: 48px auto 0;
}

/* アクションエリア
/************************************************************/

.action,
.action-2 {
  background-image: url(../img/bg-blue.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  padding: 60px 0;
  min-width: 1180px;
}

.action-inner {
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  gap: 2%;
  position: relative;
}
.month {
  position: absolute;
  top: -60px;
  left: 18px;
  transform: translateX(-50%);
  background-color: #fcff00;
  padding: 10px 10px;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}
.month span {
  font-size: 2rem;
  margin: 0 2px;
}
.month .price {
  font-weight: 600;
  font-size: 1.5rem;
  color: #0070c1;
}
.month .it-cost {
  line-height: 140%;
  margin-bottom: 10px;
  font-size: 1rem;
}

.action--wrap {
  padding: 40px 0;
  width: 60%;
}

.action-inner h2 {
  font-size: 1.8rem;
  color: #0070c1;
  margin-bottom: 20px;
  line-height: 140%;
}

/* .action h2 strong {
  color: #fff000;
}
.action h2 strong i {
  font-size: 64px;
  font-weight: bold;
  margin: 0 4px;
  position: relative;
  bottom: -2px;
  color: #fff000;
  font-style: italic;
}
.action h2 span {
  border-bottom: 4px solid #fff;
  padding-bottom: 0px;
} */
/* .action section {
  padding: 48px 96px;
  background-color: #ffffff;
  position: relative;
}
.action section .shinki {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  background-color: #24367a;
  width: 128px;
  height: 128px;
  display: grid;
  place-items: center;
  border-radius: 64px;
  position: absolute;
  top: -64px;
  right: -64px;
} */

.action-inner .trial a {
  filter: drop-shadow(0px 3px 6px #dddddd);
}

.action .trial a,
#area-fv .trial a {
  margin-bottom: 0.7rem;
}
/* 3rdエリア
/************************************************************/

#area-3rd {
  background-color: #f4fcff;
  min-width: 1180px;
}

#area-3rd .container {
  padding: 80px 0 96px;
}
#area-3rd h2 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 40px;
}
/* #area-3rd h2 span {
  font-size: 22px;
  display: block;
  margin-bottom: -12px;
  color: #d14646;
} */
/* #area-3rd h2 span::before {
  content: "";
  background-image: url(../img/icon-slash-left.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 24px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  bottom: -4px;
}
#area-3rd h2 span::after {
  content: "";
  background-image: url(../img/icon-slash-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 24px;
  margin-left: 8px;
  display: inline-block;
  position: relative;
  bottom: -4px;
} */
.sinki {
  background: linear-gradient(#ff5bb6 0%, #e93887 100%) !important;
}
.swiper-slide__ribbon {
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 31px;
  /* margin: 0; */
  padding: 10px 5px;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: white;
  font-size: 17px;
  background: linear-gradient(#ff785b 0%, #e95738 100%);
  border-radius: 2px 0 0 0;
}
.sinki:before {
  border-bottom: solid 6px #cf2d89 !important;
}
.swiper-slide__ribbon:before {
  position: absolute;
  content: "";
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #cf4a2d;
  border-right: solid 6px transparent;
}
.sinki:after {
  border-left: 25px solid #e93887 !important;
  border-right: 25px solid #e93887 !important;
}

.swiper-slide__ribbon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 25px solid #e95738;
  border-right: 25px solid #e95738;
  border-bottom: 10px solid transparent;
}
#area-3rd section {
  padding: 48px;
  background-color: #ffffff;
  position: relative;
  filter: drop-shadow(0px 0px 21px #dceff7);
  text-align: center;
  margin-bottom: 64px;
  border-radius: 15px;
}
#area-3rd section:last-child {
  margin-bottom: 0;
}
#area-3rd section .nth {
  font-size: 18px;
  line-height: 48px;
  color: #ffffff;
  background-color: #008bf0;
  display: inline;
  padding: 0px 20px;
  position: absolute;
  left: -24px;
  top: -24px;
  border-radius: 5px;
}
#area-3rd section .nth i {
  font-size: 24px;
  font-weight: bold;
  margin-left: 8px;
  position: relative;
  bottom: -1px;
  letter-spacing: 0.05em;
}
#area-3rd section h3 {
  font-size: 32px;
  margin-bottom: 16px;
  color: #0070c1;
}
#area-3rd section p {
  font-size: 17px;
}
#area-3rd section .img {
  margin-top: 40px;
}
#area-3rd section .img li {
  float: left;
  width: 48%;
  margin-right: 4%;
  position: relative;
  box-shadow: 0px 0px 2px rgb(0 0 0 / 40%);
}
#area-3rd section .img li:last-child {
  margin-right: 0;
}
#area-3rd section .img li a::before {
  content: "";
  background-image: url(../img/icon-zoom.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  background-color: #24367a;
  position: absolute;
  bottom: -12px;
  right: -12px;
  border-radius: 20px;
}
#area-3rd section .img li {
  transition: all 0.2s ease;
}
#area-3rd section .img li:hover {
  opacity: 0.6;
}
/* #area-3rd-important */
#area-3rd-important {
  background-image: url(../img/bg-important.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  padding: 70px 0;
  background-size: 107%;
  min-width: 1180px;
  background-position: 25% 40%;
  background-size: cover;
}

.important--flex {
  display: flex;
  margin-top: 3.5rem;
}
#area-3rd-important .important--wrap {
  padding: 2rem 1.5rem;
  background-color: #ffffff;
  position: relative;
  text-align: center;
  margin: 0 1%;
  border-radius: 15px;
  width: 33%;
}

#area-3rd-important img {
  height: 110px;
  margin: 2rem 1rem;
}

#area-3rd-important .hand {
  height: 90px;
  margin: 2.6rem 1rem;
}

#area-3rd-important h2 {
  font-size: 34px;
  color: #333;
  text-align: center;
  margin-bottom: 0px;
  line-height: 150%;
}

#area-3rd-important h3 {
  color: #ff7201;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

#area-3rd-important p {
  text-align: justify;
  line-height: 170%;
}

#area-3rd-important .nth {
  font-size: 18px;
  line-height: 48px;
  color: #ffffff;
  background-color: #008bf0;
  display: inline;
  padding: 0px 20px;
  position: absolute;
  left: 105px;
  top: -24px;
  border-radius: 5px;
}
#area-3rd-important .nth i {
  font-size: 24px;
  font-weight: bold;
  margin-left: 8px;
  position: relative;
  bottom: -1px;
  letter-spacing: 0.05em;
}

/* action-2 */
.action-2 h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 26px;
  font-size: 1.8rem;
}
.action-2 p {
  text-align: center;
  font-size: 1.1rem;
  line-height: 150%;
}

.action .contact a,.action-2 .contact a {
  color: #0070c1;
  font-size: 18px;
  font-weight: 600;
  line-height: 72px;
  background-color: #fff;
  border: 4px solid #2896e7;
  display: block;
  border-radius: 45px;
  transition: all 0.2s ease;
  filter: drop-shadow(0px 3px 6px #dddddd);
  text-align: center;
  text-decoration: none;
}
.action-2 .contact a::after {
  content: "";
  background-image: url(../img/icon-down.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 21px;
  height: 24px;
  display: inline-block;
  /* margin-left: 4px; */
  position: absolute;
  top: 23px;
  right: 43px;
  transition: all 0.2s ease;
}
.action .contact a:hover,.action-2 .contact a:hover {
  transform: scale(1.1);
}

.action .cta,.action-2 .cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 4%;
  margin: 2.5rem 0 1rem;
}

.action .trial-monitor{
  left: 3rem;
}

.action .trial-muryou{
  left: 1rem;
}

.action-2 .action--wrap {
  width: 100%;
}

.action-2 .tel-img {
  width: 25px;
}

.tel-2 {
  text-align: center;
}
.tel-2-link {
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 22px;
  margin-top: 8px;
}
.tel-time {
  font-size: 1rem;
}
.tel-ok {
  position: relative;
  top: -15px;
  border: 1px solid #333;
  padding: 2px 6px;
  font-size: 0.7rem;
  border-radius: 15px;
}
/* sw
iper */
#area-3rd-swiper {
  background-color: #f4fcff;
  min-width: 1180px;
  position: relative;
}

#area-3rd-swiper .container {
  max-width: 1000px;
  padding: 96px 0 64px;
}
#area-3rd-swiper .text {
  vertical-align: middle;
  display: table-cell;
  text-align: left;
}
#area-3rd-swiper .text li {
  color: #24367a;
  font-size: 1.2rem;
  font-weight: bold;
}
#area-3rd-swiper .text li span {
  font-size: 14px;
  line-height: 31px;
  color: #ffffff;
  background-color: #24367a;
  padding: 1px 8px 0px;
  display: inline-block;
  font-weight: normal;
  margin: 0 0 8px 0;
}

#area-3rd-swiper .text .name {
  font-weight: bold;
  font-size: 1.1rem;
  color: #333;
}
#area-3rd-swiper p {
  font-size: 17px;
  text-align: justify;
}

#area-3rd-swiper h2 {
  text-align: center;
}

@media screen and (max-width: 1535px) {
  #area-3rd-swiper .container {
    max-width: 960px;
  }
}
#area-3rd-swiper .box {
  background-color: #ffffff;
  padding: 28px 30px 30px;
  text-align: center;
  position: relative;
  margin: 40px 7px 50px;
  border-radius: 15px;
  filter: drop-shadow(7px 7px 0px #dceff7);
  /* height: 386px; */
}

#area-3rd-swiper .box .img {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6%;
}
*/

/* swiperカスタマイズ */
.swiper {
  padding-bottom: 72px;
}
.swiper-button-prev {
  left: -48px;
}
.swiper-button-next {
  right: -48px;
}
.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: #0070c1;
  top: 55%;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 8px 0px;
}
.swiper-pagination-bullet {
  background-color: #0070c1;
  height: 14px;
  width: 14px;
  bottom: -3px;
}
/* 4thエリア
/************************************************************/

#area-4th {
  background-color: #e9ebf1;
  min-width: 1180px;
}

#area-4th .container {
  padding: 80px 0 96px;
}
#area-4th section {
  background-color: #ffffff;
  border-radius: 16px;
  text-align: center;
  padding: 48px 48px 48px 56px;
  box-shadow: 0px 0px 8px rgb(36 53 121 / 10%);
  margin-bottom: 32px;
  display: table;
}

/* 5thエリア
/************************************************************/

#area-5th {
  min-width: 1180px;
}

#area-5th .container {
  padding: 80px 0 96px;
}
#area-5th section {
  border: 1px solid #cccccc;
  padding: 32px 32px 32px 128px;
  margin-bottom: 32px;
  position: relative;
}
#area-5th section:last-child {
  margin-bottom: 0;
}
#area-5th section .nth {
  font-size: 32px;
  font-weight: bold;
  color: #0070c1;
  position: absolute;
  left: 44px;
  top: 28px;
  letter-spacing: 0.1em;
}
#area-5th section h3 {
  font-size: 20px;
  color: #0070c1;
  margin-bottom: 8px;
}
#area-5th section p {
  font-size: 17px;
}

#area-5th h2 {
  text-align: center;
  margin-bottom: 40px;
}

/* 6thエリア
/************************************************************/

#area-6th {
  min-width: 1180px;
}

#area-6th .container {
  padding: 80px 0 0px;
}
#area-6th .table {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #ccc;
}
#area-6th .table dl {
  display: table;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}

#area-6th .table dt {
  display: table-cell;
  padding: 20px 32px;
  border-right: 1px solid #ccc;
  width: 144px;
  background-color: #f6f6f6;
  vertical-align: middle;
}
#area-6th .table dd {
  display: table-cell;
  padding: 20px 20px;
}
#area-6th .table dd a {
  color: #3366cc;
  margin-left: 10px;
  transition: all 0.2s ease;
}
#area-6th .table dd a:hover {
  color: #3366cc;
  margin-left: 10px;
  opacity: 0.6;
}
/* 個人情報の取扱いについて */

.privacy__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  padding: 80px 1rem;
}
.privacy__inner h2 {
  font-size: 28px;
  margin-bottom: 24px;
  text-align: center;
  border-bottom: #333 solid 1px;
}
.privacy__inner ol li {
  padding-bottom: 20px;
}
.privacy__inner ol li table th,
.privacy__inner ol li table td {
  border: 1px solid #333;
  padding-left: 20px;
}

.privacy__inner a {
  color: #3366cc;
}


.privacy-link {
    margin: 10px;
    text-align: center;
}
.privacy-link a {
    border-bottom: 1px solid #000000;
}

/* プライバシーポリシー */
.privacy_policy .container{
  top: 6rem;
}
.privacy_policy h2 {
  font-size: 2em;
  margin-bottom: 10px;
}

.section__inner {
  padding: 20px;
}

.privacy__head {
  font-size: 1.5em;
  margin-bottom: 15px;
}

.privacy__list {
  list-style-type: none;
  padding: 0;
}

.privacy__list__item {
  margin-bottom: 20px;
}

.privacy__list__item__ttl {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.privacy__list__item__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.privacy__list__item__table th,
.privacy__list__item__table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

.privacy__list__item__table__head th,
.privacy__list__item__table__head td {
  background-color: #f0f0f0;
  font-weight: bold;
}

.privacy__list__item--p-right {
  text-align: right;
}


/* hikaku */
.hikaku_price {
	margin: 48px 96px 0;
}
.hikaku_price .table {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	margin-bottom: 32px;
}
.hikaku_price .table dl {
	display: table;
	width: 100%;
}
.hikaku_price .table dt {
	display: table-cell;
	width: 50%;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	text-align: center;
	vertical-align: middle;
	height: 80px;
	font-size: 18px;
	font-weight: bold;
	background-color: #f1f1f1;
}
.hikaku_price .table dd {
	display: table-cell;
	width: 50%;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	text-align: center;
	vertical-align: middle;
	height: 80px;
	font-size: 18px;
	font-weight: bold;
}
.hikaku_price .table dd strong {
	font-size: 24px;
	font-weight: bold;
}
.hikaku_price .table dd em {
	color: #FF3333;
}
.hikaku_price .support {
	background-color: #D4EBF5;
	margin-bottom: 32px;
}
.hikaku_price .support dl {
	display: table;
	width: 100%;
}
.hikaku_price .support dt {
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;
	height: 96px;
	font-size: 18px;
	font-weight: bold;
}
.hikaku_price .support dd {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	height: 96px;
}

.hikaku_price p {
	font-size: 14px;
}

/* 比較テービル追加 */

#hikaku{
	background-color: #fcfeff;
}
#hikaku strong{
  color: #D84B70;
}

.cost_comparison__body_table {
margin: 0 auto 2rem;
border-collapse: collapse;
width: 100%;
}
.cost_comparison__body_table th,.cost_comparison__body_table td {
    width: 20%;
    padding: 10px 8px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #c0c0c0;	
    box-sizing: border-box;
}

.cost_comparison__body_table td {
    border: 1px solid #999;
    font-size: 15px;
    padding: 0.5rem
}

.cost_comparison__company {
    background-color: #D4EBF5;
    font-size: 16px;
    color: #333;
	font-weight: bold;
}

.cost_comparison__company--own {
    background-color: #1B2667;
    border-top: 5px solid #1B2667!important;
    border-right: 5px solid #1B2667!important;
    border-left: 5px solid #1B2667!important;
    border-bottom: 5px solid #1B2667!important;
    font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.cost_comparison__subject {
    background-color: #f8f8f8;
}

.cost_comparison__object {
    background: #fff;
}

.cost_comparison__object strong {
   font-size: 30px;
}

.price__body_table__price-onwards .cost_comparison__object strong {
    display: block;
    font-size:20px;
}

.price__body_table__price-onwards td {
    vertical-align: top;
}

.price__body_table__price-onwards .cost_comparison__subject {
    vertical-align: middle;
}

.cost_comparison__object--own {
    background-color: #f3f8fa;
    border-left: 5px solid #1B2667!important;
    border-right: 5px solid #1B2667!important;
    font-size: 12px;
	font-weight: bold;
}

.cost_comparison__object--bottom {
    border-bottom: 5px solid #1B2667!important;
}

.cost_comparison__object--own span {
    color: #1B2667!important;
}

.cost_comparison__object--own span strong {
    font-size: 26px;
}

.cost_comparison__object--mark {
    font-size: 26px;
}

.bb {
    border-bottom: 5px solid #1B2667!important;
}

.price__body_table__price-onwards .cost_comparison__object__contents {
    font-size:14px;
    line-height: 1.4;
}

.cost_comparison__object .number{
	font-weight: bold;
	font-size: 20px;
}

.cost_comparison__object .strong{
	display: block;
	font-weight: bold;
	font-size: 20px;
}

@media (max-width: 639px) {
    .cost_comparison {
        margin-top:0;
        padding: 2rem .6rem 5rem;
    }

    .cost_comparison__lead {
        font-size: 14px;
        text-align: left;
    }

    .cost_comparison__body_table td {
        font-size: 16px;
    }

    .cost_comparison__company {
        font-size: 12px;
    }

    .cost_comparison__body_table:before {
        left: 37%;
        top: -1.5rem;
        width: 3rem;
    }

    .cost_comparison__body {
        margin-top: 1rem;
        padding-top: 2.5rem;
        overflow-x: scroll;
    }

    .cost_comparison__body_table {
        position: relative;
        width: 100%;
    }
    .cost_comparison__object strong{
      font-size: 22px;
    }
}

#cost_hyo {
	background-color: #0A59B3;
	padding: 48px 0 80px;
}
#cost_hyo h2 {
	font-size: 36px;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 48px;
	line-height: 175%;
}
#cost_hyo h2 span {
    border-bottom: 4px solid #fff;
    padding-bottom: 4px;
}
#cost_hyo h2::before {
    content: "";
    background-image: url(../img/arrow-white.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 80px;
    height: 40px;
    display: block;
    margin: 0 auto 24px;
}
#cost_hyo p {
	color: #FFFFFF;
}
#cost_hyo p strong {
	color: #FFF800;
}
#cost_hyo .img {
	background-color: #FFFFFF;
	margin: 40px auto;
	padding: 40px;
	border-radius: 16px;
	box-sizing: border-box;
	text-align: center;
}
#cost_hyo h3 {
	font-size: 32px;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
}