/* =========================================
   Compact Mansion LP - main.scss
   ========================================= */
/* ---------- variables ---------- */
/* ---------- mixin ---------- */
/* ---------- reset ---------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: 80px;
}
@media (max-width: 991px) {
  body {
    padding-top: 71px;
  }
}
@media (max-width: 9551px) {
  body {
    padding-top: 58px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
}

a {
  display: block;
}
a:hover {
  opacity: 0.8;
}

p {
  color: #333;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 26px;
}
@media (max-width: 551px) {
  p {
    line-height: 1.7;
    margin-bottom: 16px;
  }
}
p:last-child {
  margin-bottom: 0;
}
p span.yellow {
  color: #B59D06;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 551px) {
  p span.yellow {
    line-height: 1.6;
  }
}

.pc {
  display: block;
}
@media (max-width: 551px) {
  .pc {
    display: none;
  }
}
@media (max-width: 991px) {
  .pc.has-tab {
    display: none;
  }
}

.tab {
  display: none;
}
@media (min-width: 551px) and (max-width: 991px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 551px) {
  .sp {
    display: block;
  }
}

.tab-sp {
  display: none;
}
@media (max-width: 991px) {
  .tab-sp {
    display: block;
  }
}

.center {
  text-align: center;
}

.sec-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .sec-inner {
    max-width: 648px;
  }
}

.sec-title {
  font-size: 54px;
  color: #0F47A1;
  text-align: center;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}
@media (max-width: 551px) {
  .sec-title {
    font-size: 36px;
  }
}
.sec-title .small {
  font-size: 36px;
}
@media (max-width: 551px) {
  .sec-title .small {
    font-size: 28px;
  }
}
.sec-title .orange {
  color: #E08547;
}
.sec-title .border {
  position: relative;
  z-index: 1;
}
.sec-title .border:after {
  content: "";
  height: 20px;
  width: 100%;
  background-color: rgba(243, 223, 129, 0.7);
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}
@media (max-width: 551px) {
  .sec-title .border:after {
    height: 14px;
  }
}
.sec-title .border-orange:after {
  background-color: rgba(255, 205, 171, 0.7);
}

.triangle {
  position: relative;
}
.triangle:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 56px solid transparent;
  border-left: 56px solid transparent;
  border-top: 36px solid #d9e4ef;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -36px;
  margin: auto;
  z-index: 1;
}

section {
  padding: 70px 0;
}
@media (max-width: 1224px) {
  section {
    padding: 70px 20px;
  }
}

header {
  display: flex;
  justify-content: space-between;
  height: 80px;
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 9999;
}
@media (max-width: 991px) {
  header {
    height: 76px;
  }
}
@media (max-width: 551px) {
  header {
    height: 58px;
  }
}
header .header-logo {
  width: 200px;
  margin-top: 20px;
  margin-left: 32px;
}
@media (max-width: 991px) {
  header .header-logo {
    width: 159px;
    margin-top: 22px;
    margin-left: 16px;
  }
}
@media (max-width: 551px) {
  header .header-logo {
    width: 139px;
    margin-top: 15px;
    margin-left: 11px;
  }
}
header .header-cv {
  display: flex;
  margin-right: 16px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  header .header-cv {
    margin: 0;
  }
}
header .header-cv a {
  max-width: 204px;
  display: block;
}
@media (max-width: 991px) {
  header .header-cv a img {
    height: 100%;
  }
}

.main-visual {
  background-image: url(./images/mv-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 65px 0;
}
@media (max-width: 991px) {
  .main-visual {
    background-image: url(./images/mv-bg-tab.png);
    background-position: bottom;
    padding: 46px 0 218px;
  }
}
@media (max-width: 551px) {
  .main-visual {
    background-image: url(./images/mv-bg-sp.png);
    background-size: contain;
    padding: 30px 20px 0;
    background-position: top;
  }
}
.main-visual .mv-inner {
  max-width: 1246px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .main-visual .mv-inner {
    max-width: 608px;
  }
}
.main-visual .mv-copy {
  max-width: 831px;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .main-visual .mv-copy {
    max-width: 681px;
    margin-bottom: 60px;
  }
}
@media (max-width: 551px) {
  .main-visual .mv-copy {
    margin-bottom: 140px;
  }
}
.main-visual .mv-cv {
  max-width: 620px;
  padding-left: 6px;
}
@media (max-width: 991px) {
  .main-visual .mv-cv {
    max-width: 360px;
    padding: 0;
    margin-left: -10px;
  }
}
@media (max-width: 622px) {
  .main-visual .mv-cv {
    margin: 0;
  }
}
@media (max-width: 551px) {
  .main-visual .mv-cv {
    max-width: 351px;
    margin: 0 auto;
  }
}
@media (max-width: 375px) {
  .main-visual .mv-cv {
    margin: 0 -8px;
  }
}

.section-01 {
  background: #F7FBFF;
  padding: 16px 0 0 0;
}
@media (max-width: 551px) {
  .section-01 {
    padding: 0 20px 80px;
  }
}

.sec-01-row {
  display: flex;
}
@media (max-width: 551px) {
  .sec-01-row {
    display: block;
    margin: 0 auto;
    width: fit-content;
  }
}
.sec-01-row .sec-01-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px 16px;
  border-right: 1px solid #C6CAD0;
  max-width: 400px;
  width: 33.3333333333%;
}
@media (max-width: 551px) {
  .sec-01-row .sec-01-content {
    width: 100%;
    position: relative;
    display: block;
    padding: 22px 16px 15px;
    border-right: 0;
    border-bottom: 1px solid #C6CAD0;
  }
}
.sec-01-row .sec-01-content:last-child {
  border: none;
  position: relative;
}
.sec-01-row .sec-01-content:last-child:before {
  content: "";
  max-width: 313px;
  width: 100%;
  aspect-ratio: 313/120;
  position: absolute;
  background-image: url("./images/offer-bnr.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  top: -106px;
}
@media (max-width: 991px) {
  .sec-01-row .sec-01-content:last-child:before {
    top: -70px;
  }
}
@media (max-width: 551px) {
  .sec-01-row .sec-01-content:last-child:before {
    background-image: url("./images/offer-bnr-sp.png");
    max-width: 263px;
    aspect-ratio: 530/218;
    top: auto;
    bottom: -86px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.sec-01-row .sec-01-content:last-child .title {
  letter-spacing: -1px;
}
.sec-01-row .sec-01-content:last-child .title span {
  font-size: 16px;
}
.sec-01-row .sec-01-content .icon {
  max-width: 96px;
  margin-bottom: 18px;
}
@media (max-width: 551px) {
  .sec-01-row .sec-01-content .icon {
    position: absolute;
    max-width: 48px;
    top: 15px;
    left: 16px;
  }
}
.sec-01-row .sec-01-content .title {
  color: #1A3D86;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .sec-01-row .sec-01-content .title {
    font-size: 20px;
  }
}
@media (max-width: 551px) {
  .sec-01-row .sec-01-content .title {
    padding-left: 54px;
  }
}
.sec-01-row .sec-01-content .text {
  font-size: 16px;
  text-align: center;
}
@media (max-width: 991px) {
  .sec-01-row .sec-01-content .text {
    text-align: left;
  }
  .sec-01-row .sec-01-content .text br {
    display: none;
  }
}

.section-02 {
  background: linear-gradient(180deg, #F7FBFF 0%, #E9F0F7 75%, #D9E4EE 100%);
  padding-top: 96px;
  padding-bottom: 74px;
}
@media (max-width: 551px) {
  .section-02 {
    padding-top: 60px;
    padding-bottom: 36px;
  }
}
.section-02 .sec-title {
  margin-bottom: 52px;
  position: relative;
  width: fit-content;
  margin: 0 auto 52px;
}
@media (max-width: 991px) {
  .section-02 .sec-title {
    font-feature-settings: "palt";
  }
}
@media (max-width: 551px) {
  .section-02 .sec-title {
    margin: 0 auto 40px;
  }
}
.section-02 .sec-title:before {
  content: "";
  width: 139px;
  height: 139px;
  background-image: url(./images/draw-icon.png);
  position: absolute;
  left: -139px;
  top: -53px;
  background-size: contain;
}
@media (max-width: 551px) {
  .section-02 .sec-title:before {
    width: 94px;
    height: 94px;
    left: -9px;
    top: -40px;
  }
}

.sec-02-row {
  display: flex;
}
@media (max-width: 991px) {
  .sec-02-row {
    display: block;
  }
}
.sec-02-row .sec-02-check {
  margin-top: 44px;
  margin-bottom: 37px;
}
@media (max-width: 991px) {
  .sec-02-row .sec-02-check {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .sec-02-row .sec-02-chart {
    margin: 12px -10px 0;
  }
}

.section-03 {
  background-image: url("./images/sec-03-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 68px;
  padding-bottom: 0;
  overflow: hidden;
}
@media (max-width: 551px) {
  .section-03 {
    padding-top: 50px;
  }
}
.section-03 .text {
  font-size: 29px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 20px rgba(37, 60, 106, 0.3), 0 0 20px rgba(37, 60, 106, 0.3);
  letter-spacing: 1.3px;
  margin-bottom: 37px;
}
@media (max-width: 551px) {
  .section-03 .text {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.24;
    margin-bottom: 15px;
  }
}
.section-03 .text-2 {
  margin-bottom: 47px;
}
@media (max-width: 551px) {
  .section-03 .text-2 {
    margin-bottom: 34px;
  }
}
.section-03 .sec-03-content {
  background-color: rgba(61, 93, 132, 0.7);
  max-width: 792px;
  margin: 0 auto 36px;
  padding: 45px;
}
@media (max-width: 991px) {
  .section-03 .sec-03-content {
    max-width: 528px;
  }
}
@media (max-width: 551px) {
  .section-03 .sec-03-content {
    padding: 40px 16px;
    margin: 0 auto 16px;
  }
}
.section-03 .sec-03-content p {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 551px) {
  .section-03 .sec-03-content p {
    font-size: 18px;
    line-height: 1.6;
  }
}
.section-03 .after-arrow {
  height: 36px;
  width: 112px;
  margin: 0 auto;
  position: relative;
}
.section-03 .after-arrow:before, .section-03 .after-arrow:after {
  content: "";
  display: block;
  position: absolute;
  height: 36px;
  width: calc((100vw - 112px) / 2);
  background-color: #E8F3FC;
  top: 0;
}
.section-03 .after-arrow:before {
  left: 112px;
}
.section-03 .after-arrow:after {
  right: 112px;
}

.section-04 {
  background-color: #E8F3FC;
  padding-top: 73px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 551px) {
  .section-04 {
    padding-bottom: 48px;
    padding-top: 32px;
  }
}
.section-04:after {
  border-top-color: #E8F3FC;
}
.section-04 .sec-inner {
  max-width: 792px;
}
@media (max-width: 991px) {
  .section-04 .sec-inner {
    max-width: 540px;
  }
}
.section-04 .sec-inner .sec-04-content-wrap {
  overflow: hidden;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}
@media (max-width: 551px) {
  .section-04 .sec-inner .sec-04-content-wrap {
    margin: 0;
  }
}
.section-04 .sec-inner .sec-04-content-wrap .sec-04-content {
  position: relative;
  max-width: 792px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-04 .sec-inner .sec-04-content-wrap .sec-04-content {
    max-width: 528px;
  }
}
.section-04 .sec-inner .sec-04-content-wrap .sec-04-content:before {
  content: "";
  display: block;
  width: 720px;
  height: 480px;
  background-image: url("./images/ceo.png");
  background-size: contain;
  background-position: right;
  position: absolute;
  bottom: 2px;
  right: -328px;
  aspect-ratio: 720/480;
}
@media (max-width: 1220px) {
  .section-04 .sec-inner .sec-04-content-wrap .sec-04-content:before {
    width: 59.016vw;
    height: 39.344vw;
    right: -24vw;
    background-position: left;
  }
}
@media (max-width: 991px) {
  .section-04 .sec-inner .sec-04-content-wrap .sec-04-content:before {
    width: 400px;
    height: 267px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-position: center;
    background-image: url("./images/ceo-sp.png");
  }
}
@media (max-width: 551px) {
  .section-04 .sec-inner .sec-04-content-wrap .sec-04-content:before {
    width: 303px;
    height: 202px;
  }
}
.section-04 .sec-title {
  line-height: 1.5;
  width: fit-content;
  margin: 0 auto 63px;
  position: relative;
}
@media (max-width: 551px) {
  .section-04 .sec-title {
    font-size: 28px;
    margin-bottom: 27px;
  }
  .section-04 .sec-title br {
    display: none;
  }
}
.section-04 .sec-title .first {
  font-size: 29px;
  background: #fff;
  height: 54px;
  width: 139px;
  border-radius: 27px;
  border: 4px solid #F3DF81;
  border-radius: 33px;
  display: inline-block;
  padding: 4px;
  position: absolute;
  left: 16px;
}
@media (max-width: 551px) {
  .section-04 .sec-title .first {
    font-size: 20px;
    border-width: 2px;
    width: 79px;
    height: 33px;
    border-radius: 17px;
    padding: 0;
    margin-right: 4px;
    left: 0;
    top: 5px;
  }
}
.section-04 .sec-title .small {
  padding-left: 147px;
}
@media (max-width: 551px) {
  .section-04 .sec-title .small {
    padding-left: 82px;
  }
}
.section-04 .sec-04-table {
  margin-top: 42px;
  margin-bottom: 42px;
}
@media (max-width: 551px) {
  .section-04 .sec-04-table {
    margin-top: 26px;
    margin-bottom: 25px;
    padding: 0 6px;
  }
}
.section-04 .sec-04-content {
  border: 2px solid #C6CAD0;
  background-color: #fff;
  padding: 20px 48px;
  background-image: url("./images/sec-04-bg.png");
  margin-top: 42px;
}
@media (max-width: 991px) {
  .section-04 .sec-04-content {
    padding: 20px 20px 250px;
  }
}
@media (max-width: 551px) {
  .section-04 .sec-04-content {
    margin-top: 18px;
    padding: 20px 14px 175px;
  }
}
.section-04 .sec-04-content .title {
  text-align: center;
  font-size: 29px;
  font-family: "Noto Serif JP";
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 38px;
}
@media (max-width: 991px) {
  .section-04 .sec-04-content .title {
    font-size: 24px;
  }
}
@media (max-width: 551px) {
  .section-04 .sec-04-content .title {
    margin-bottom: 31px;
  }
}
.section-04 .sec-04-content .title .small {
  font-size: 20px;
  font-family: "Noto Serif JP";
}
@media (max-width: 551px) {
  .section-04 .sec-04-content .title .small {
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
  }
}
.section-04 .sec-04-content .title .big {
  font-size: 36px;
  color: #B59D06;
  font-family: "Noto Serif JP";
}
@media (max-width: 991px) {
  .section-04 .sec-04-content .title .big {
    font-size: 34px;
  }
}
@media (max-width: 551px) {
  .section-04 .sec-04-content .title .big {
    font-size: 27px;
  }
}
.section-04 .sec-04-content .text-wrap {
  padding-right: 144px;
}
@media (max-width: 991px) {
  .section-04 .sec-04-content .text-wrap {
    padding-right: 0;
  }
}
.section-04 .sec-04-content .text {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 551px) {
  .section-04 .sec-04-content .text {
    margin-bottom: 17px;
    line-height: 1.6;
  }
}
.section-04 .sec-04-content .text-yellow {
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 20px;
  color: #B59D06;
  margin-bottom: 22px;
}
@media (max-width: 551px) {
  .section-04 .sec-04-content .text-yellow {
    margin-bottom: 10px;
  }
}

.section-05 {
  background-color: #F7FBFF;
  padding-top: 86px;
  padding-bottom: 74px;
}
@media (max-width: 551px) {
  .section-05 {
    padding-top: 48px;
    padding-bottom: 39px;
  }
}
.section-05:after {
  border-top-color: #F7FBFF;
}
.section-05 .sec-inner {
  max-width: 792px;
}
@media (max-width: 991px) {
  .section-05 .sec-inner {
    max-width: 528px;
  }
}
.section-05 .sec-title {
  line-height: 1.6;
  margin-bottom: 40px;
}
@media (max-width: 551px) {
  .section-05 .sec-title {
    line-height: 1;
    margin-bottom: 22px;
  }
}
@media (max-width: 551px) {
  .section-05 .sec-title .small {
    line-height: 1.8;
  }
}
.section-05 .sec-title .blue {
  background: linear-gradient(90deg, #0F47A1 0%, #1056B7 50.48%, #2470CE 100%);
  color: #fff;
  display: inline-block;
  font-feature-settings: "palt";
  letter-spacing: 1;
  margin: 0;
  padding: 13px 0px;
  line-height: 1;
}
@media (max-width: 551px) {
  .section-05 .sec-title .blue {
    font-size: 36px;
    margin: 0px;
    padding: 9px 0px;
  }
}
.section-05 .sec-05-table {
  margin-bottom: 8px;
}

.section-06 {
  background: linear-gradient(0deg, #FFEEDC, #FFEEDC), linear-gradient(270deg, rgba(255, 238, 215, 0.5) 0%, rgba(254, 232, 209, 0.5) 50%, rgba(255, 238, 215, 0.5) 100%);
  position: relative;
  padding-top: 90px;
  padding-bottom: 18px;
  overflow: hidden;
}
@media (max-width: 551px) {
  .section-06 {
    padding-top: 48px;
  }
}
.section-06:after {
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  background-image: url(./images/sec-06-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 551px) {
  .section-06:after {
    display: none;
  }
}
.section-06 .sec-inner {
  position: relative;
  z-index: 2;
}
.section-06 .sec-title {
  color: #E08547;
  line-height: 1.5;
  position: relative;
  width: fit-content;
  margin: 0 auto 48px;
}
@media (max-width: 1380px) {
  .section-06 .sec-title {
    padding-right: 150px;
  }
}
@media (max-width: 551px) {
  .section-06 .sec-title {
    padding: 0;
    margin: 0 auto 20px;
  }
}
.section-06 .sec-title:after {
  content: "";
  display: block;
  width: 205.5px;
  height: 247.5px;
  background-image: url("./images/sec-06-bnr.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -224px;
  top: -33px;
}
@media (max-width: 1380px) {
  .section-06 .sec-title:after {
    right: 0;
    width: 150px;
  }
}
@media (max-width: 551px) {
  .section-06 .sec-title:after {
    display: none;
  }
}
.section-06 .sec-text {
  max-width: 792px;
  margin: 0 auto 40px;
}
@media (max-width: 991px) {
  .section-06 .sec-text {
    max-width: 528px;
  }
}
@media (max-width: 551px) {
  .section-06 .sec-text {
    margin: 0;
  }
}
@media (max-width: 551px) {
  .section-06 .sec-06-bnr {
    width: 176px;
    margin: 26px auto 32px;
  }
}
@media (max-width: 551px) {
  .section-06 .sec-06-table {
    padding: 0 14px;
  }
}

.section-07 {
  background-color: #F9F9F9;
  padding-top: 90px;
  padding-bottom: 80px;
}
@media (max-width: 551px) {
  .section-07 {
    padding-top: 44px;
    padding-bottom: 26px;
  }
}
.section-07 .sec-title {
  line-height: 1.5;
  margin-bottom: 65px;
}
@media (max-width: 551px) {
  .section-07 .sec-title {
    margin-bottom: 30px;
  }
  .section-07 .sec-title .small {
    letter-spacing: -0.5px;
    line-height: 1.9;
    margin-bottom: -2px;
  }
  .section-07 .sec-title .orange {
    line-height: 1.3;
  }
}
.section-07 .sec-text {
  text-align: center;
  margin-bottom: 42px;
}
@media (max-width: 551px) {
  .section-07 .sec-text {
    margin-bottom: 24px;
  }
}
.section-07 .sec-07-content {
  box-shadow: 0px 8px 16px 0px rgba(184, 198, 217, 0.3);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media (max-width: 551px) {
  .section-07 .sec-07-content {
    border-radius: 4px;
  }
}
.section-07 .sec-07-content .title {
  color: #fff;
  background: linear-gradient(90deg, #0F47A1 0%, #1056B7 50.48%, #2470CE 100%);
  text-align: center;
  padding: 14px;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 551px) {
  .section-07 .sec-07-content .title {
    font-size: 20px;
    padding: 11px 16px;
    text-align: left;
  }
}
.section-07 .sec-07-content .content-row {
  display: flex;
  align-items: center;
  padding: 24px 40px 24px 58px;
  background-color: #fff;
  gap: 40px;
}
@media (max-width: 991px) {
  .section-07 .sec-07-content .content-row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 551px) {
  .section-07 .sec-07-content .content-row {
    padding: 16px;
    padding-bottom: 24px;
    gap: 24px;
  }
}
.section-07 .sec-07-content .content-row .left {
  max-width: calc(100% - 384px - 40px);
}
@media (max-width: 991px) {
  .section-07 .sec-07-content .content-row .left {
    max-width: none;
  }
}
@media (max-width: 551px) {
  .section-07 .sec-07-content .content-row .left {
    max-width: 100%;
    padding: 0 10px;
  }
  .section-07 .sec-07-content .content-row .left p {
    margin-bottom: 26px;
  }
  .section-07 .sec-07-content .content-row .left p:last-child {
    margin-bottom: 0;
  }
}
.section-07 .sec-07-content .content-row .right {
  max-width: 384px;
}
@media (max-width: 551px) {
  .section-07 .sec-07-content .content-row .right {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .section-07 .sec-07-content-first .content-row {
    padding: 40px 40px 44px 58px;
  }
}

.section-08 {
  background-color: #E8F3FC;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 551px) {
  .section-08 {
    padding-top: 46px;
    padding-bottom: 50px;
  }
}
.section-08 .sec-title {
  margin-bottom: 48px;
}
@media (max-width: 551px) {
  .section-08 .sec-title {
    margin-bottom: 36px;
  }
}
.section-08 .sec-text {
  text-align: center;
  margin-bottom: 42px;
}
@media (max-width: 551px) {
  .section-08 .sec-text {
    margin-bottom: 22px;
  }
}
.section-08 .sec-08-content-big {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 48px;
}
@media (max-width: 551px) {
  .section-08 .sec-08-content-big {
    margin-bottom: 32px;
  }
}
.section-08 .sec-08-content-big .case-box {
  max-width: calc((100% - 24px) / 2);
  padding: 16px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 8px 16px 0px rgba(184, 198, 217, 0.3);
}
@media (max-width: 551px) {
  .section-08 .sec-08-content-big .case-box {
    max-width: 100%;
  }
}
.section-08 .sec-08-content-big .case-box .case-thumb {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0;
}
.section-08 .sec-08-content-big .case-box .case-content {
  padding: 22px 16px 10px;
}
@media (max-width: 551px) {
  .section-08 .sec-08-content-big .case-box .case-content {
    padding: 14px 0 0;
  }
}
.section-08 .sec-08-content-big .case-box .case-head {
  margin-bottom: 18px;
}
@media (max-width: 551px) {
  .section-08 .sec-08-content-big .case-box .case-head {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 3px;
    border-bottom: 1px solid #C6CAD0;
  }
}
.section-08 .sec-08-content-big .case-box .meta {
  color: #898989;
  margin-bottom: 0;
}
@media (max-width: 551px) {
  .section-08 .sec-08-content-big .case-box .meta {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.section-08 .sec-08-content-big .case-box .title {
  color: #004A87;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 7px;
}
@media (max-width: 551px) {
  .section-08 .sec-08-content-big .case-box .title {
    font-size: 20px;
    line-height: 1.6;
  }
}
.section-08 .sec-08-content-big .case-box .text {
  margin-bottom: 12px;
}
.section-08 .sec-08-content-big .case-box .text:last-child {
  margin-bottom: 0;
}
.section-08 .sec-08-content-small {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 16px 0 rgba(184, 198, 217, 0.3);
  padding: 24px 16px;
}
@media (max-width: 551px) {
  .section-08 .sec-08-content-small {
    box-shadow: none;
    gap: 24px;
  }
}
.section-08 .sec-08-content-small .case-box {
  background: #F7F7F7;
  padding: 29px 32px 20px;
  width: calc((100% - 16px) / 2);
}
@media (max-width: 991px) {
  .section-08 .sec-08-content-small .case-box {
    padding: 15px 24px 20px;
  }
}
@media (max-width: 551px) {
  .section-08 .sec-08-content-small .case-box {
    width: 100%;
    border-radius: 4px;
  }
}
.section-08 .sec-08-content-small .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 8px 12px 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #D2D2D2;
}
@media (max-width: 991px) {
  .section-08 .sec-08-content-small .info {
    padding: 0 6px 8px 8px;
    margin-bottom: 12px;
    justify-content: flex-start;
    gap: 9px;
  }
}
.section-08 .sec-08-content-small .user {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.section-08 .sec-08-content-small .user .name {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 991px) {
  .section-08 .sec-08-content-small .user .name {
    font-size: 16px;
  }
}
.section-08 .sec-08-content-small .user img {
  width: 48px;
  height: auto;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .section-08 .sec-08-content-small .user img {
    width: 36px;
    margin-right: 12px;
    margin-right: 8px;
  }
}
.section-08 .sec-08-content-small .review {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-08 .sec-08-content-small .review .icon {
  width: 22px;
  margin-right: 7px;
}
@media (max-width: 991px) {
  .section-08 .sec-08-content-small .review .icon {
    margin-right: 5px;
  }
}
.section-08 .sec-08-content-small .review p {
  color: #7A7A7A;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  margin-right: 24px;
}
@media (max-width: 991px) {
  .section-08 .sec-08-content-small .review p {
    margin-right: 0;
  }
}
.section-08 .sec-08-content-small .review .star {
  width: 98px;
}
.section-08 .sec-08-content-small .review .new {
  width: 53;
  margin-left: 8px;
}
.section-08 .sec-08-content-small .sp-star .star {
  margin-right: 4px;
}

.section-09 {
  background-color: #F28C33;
  background-image: url("./images/sec-09-bg.png");
  background-size: 1440px auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 66px;
}
@media screen and (min-width: 1440px) {
  .section-09 {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 991px) {
  .section-09 {
    background-image: url("./images/sec-09-bg-tab.png");
    background-size: 991px auto;
  }
}
@media (max-width: 551px) {
  .section-09 {
    padding-top: 46px;
    padding-bottom: 36px;
  }
}
.section-09 .sec-inner {
  max-width: 792px;
}
@media (max-width: 991px) {
  .section-09 .sec-inner {
    max-width: 528px;
  }
}
.section-09 .sec-title {
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 551px) {
  .section-09 .sec-title {
    margin-bottom: 29px;
  }
}
.section-09 .sec-text {
  letter-spacing: 0.5;
}
.section-09 .sec-text p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 551px) {
  .section-09 .sec-text p {
    font-size: 17px;
    margin-bottom: 17px;
    line-height: 1.7;
  }
}
.section-09 .sec-text p span {
  font-size: 36px;
}
@media (max-width: 551px) {
  .section-09 .sec-text p span {
    margin-top: 5px;
    display: inline-block;
    line-height: 1;
  }
}
.section-09 .sec-09-banner {
  max-width: 792px;
  margin: 41px auto 31px;
}
@media (max-width: 991px) {
  .section-09 .sec-09-banner {
    max-width: 528px;
    margin: 32px auto 42px;
  }
}
.section-09 .sec-09-cv {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.section-09 .sec-09-cv a {
  max-width: 367px;
}
@media (max-width: 551px) {
  .section-09 .sec-09-cv a {
    margin: 0 -4px;
  }
}

.section-10 {
  background-color: #E8F3FC;
  padding-top: 73px;
  padding-bottom: 80px;
}
@media (max-width: 551px) {
  .section-10 {
    padding-top: 42px;
    padding-bottom: 48px;
  }
}
.section-10 .sec-inner {
  max-width: 792px;
}
@media (max-width: 991px) {
  .section-10 .sec-inner {
    max-width: 528px;
  }
}
.section-10 .sec-title {
  margin-bottom: 54px;
}
@media (max-width: 551px) {
  .section-10 .sec-title {
    margin-bottom: 22px;
  }
}
@media (max-width: 551px) {
  .section-10 .text-1 {
    margin-bottom: 27px;
  }
}
.section-10 .text-2 {
  margin-bottom: 67px;
}
@media (max-width: 551px) {
  .section-10 .text-2 {
    margin-bottom: 18px;
  }
}
@media (max-width: 551px) {
  .section-10 .sec-10-flow {
    margin: 0 -2px;
  }
}

.section-11 {
  background-color: #F9F9F9;
  padding-top: 76px;
  padding-bottom: 64px;
}
@media screen and (max-width: 551px) {
  .section-11 {
    padding-top: 46px;
  }
}
.section-11 .sec-title {
  margin-bottom: 76px;
}
@media screen and (max-width: 551px) {
  .section-11 .sec-title {
    margin-bottom: 44px;
  }
  .section-11 .sec-title .small {
    font-size: 36px;
  }
}
.section-11 .faq-tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 64px;
}
@media screen and (max-width: 551px) {
  .section-11 .faq-tab {
    gap: 8px;
    margin-bottom: 40px;
  }
}
.section-11 .faq-tab a {
  display: bleck;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background-color: #658EBA;
  box-shadow: 0px 8px 16px 0px rgba(184, 198, 217, 0.3);
  border-radius: 6px;
  padding: 17px 0 36px;
  min-width: 180px;
  text-align: center;
  position: relative;
  font-size: 20px;
}
@media screen and (max-width: 551px) {
  .section-11 .faq-tab a {
    padding: 10px 24px;
    font-size: 18px;
    width: 100%;
    max-width: 303px;
    height: 48px;
    text-align: left;
  }
}
.section-11 .faq-tab a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 9px solid #aec6ea;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  margin: auto;
}
@media screen and (max-width: 551px) {
  .section-11 .faq-tab a:after {
    right: 27px;
    left: auto;
    top: 0;
    bottom: 0;
  }
}
.section-11 .faq-content {
  margin-bottom: 16px;
  border-radius: 6px;
  box-shadow: 0px 8px 16px 0px rgba(184, 198, 217, 0.3);
  overflow: hidden;
  scroll-margin-top: 88px;
}
@media screen and (max-width: 551px) {
  .section-11 .faq-content {
    scroll-margin-top: 64px;
  }
}
.section-11 .faq-content .title {
  background-color: #658EBA;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 22px;
  margin-bottom: 0;
}
@media screen and (max-width: 551px) {
  .section-11 .faq-content .title {
    font-size: 20px;
    padding: 15px;
  }
}
.section-11 .faq-content .qa-wrqp {
  padding: 16px;
  background-color: #fff;
}
@media screen and (max-width: 551px) {
  .section-11 .faq-content .qa-wrqp {
    padding: 10px 16px;
  }
}
.section-11 .faq-content .qa-row {
  max-width: 996px;
  margin: 0 auto;
  border-bottom: 2px dashed #C6CAD0;
  padding: 38px 0 32px;
}
@media screen and (max-width: 551px) {
  .section-11 .faq-content .qa-row {
    padding: 26px 0 22px;
  }
}
.section-11 .faq-content .qa-row:last-child {
  border: none;
}
.section-11 .faq-content .question {
  padding: 0 102px;
  color: #0F47A1;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 551px) {
  .section-11 .faq-content .question {
    padding: 0 32px 0 37px;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
}
.section-11 .faq-content .question:before {
  content: "";
  display: block;
  position: absolute;
  left: 42px;
  top: 5px;
  margin: auto;
  width: 26px;
  height: 26px;
  background-image: url("./images/q-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 551px) {
  .section-11 .faq-content .question:before {
    left: 4px;
    width: 20px;
    height: 20px;
    top: 5px;
    bottom: auto;
  }
}
.section-11 .faq-content .question:after {
  content: "";
  display: block;
  position: absolute;
  right: 44px;
  top: 4px;
  margin: auto;
  width: 24px;
  height: 24px;
  background-image: url("./images/plus-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 551px) {
  .section-11 .faq-content .question:after {
    right: 7px;
    width: 19px;
    height: 19px;
    top: 5px;
    bottom: auto;
  }
}
.section-11 .faq-content .is-open .question:after {
  background-image: url("./images/minus-icon.svg");
}
.section-11 .faq-content .answer {
  padding: 25px 102px 0;
  letter-spacing: 0.2;
}
@media screen and (max-width: 551px) {
  .section-11 .faq-content .answer {
    padding: 0 32px 0 37px;
  }
}

.section-12 {
  display: flex;
  padding: 0;
  background-color: #F9F9F9;
}
.section-12 .sec-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 551px) {
  .section-12 .sec-inner {
    display: block;
  }
}
.section-12 .sec-12-cv {
  width: 50%;
  padding: 22px 60px 51px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .section-12 .sec-12-cv {
    padding: 6px 20px 10px;
    width: 50vw;
    display: flex;
  }
}
@media screen and (max-width: 551px) {
  .section-12 .sec-12-cv {
    padding: 10px 20px 24px;
    width: 100vw;
  }
}
.section-12 .sec-12-cv .cv-img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .section-12 .sec-12-cv .cv-img {
    max-width: 344px;
  }
}
@media screen and (max-width: 551px) {
  .section-12 .sec-12-cv .cv-img {
    max-width: 335px;
    margin: 0 auto;
  }
}
.section-12 .sec-12-cv a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 112px;
  margin: auto;
  max-width: 426px;
}
@media screen and (max-width: 1440px) {
  .section-12 .sec-12-cv a {
    bottom: 8.333vw;
    max-width: 27.777vw;
  }
}
@media screen and (max-width: 991px) {
  .section-12 .sec-12-cv a {
    max-width: 286px;
    bottom: 43px;
  }
}
@media screen and (max-width: 767px) {
  .section-12 .sec-12-cv a {
    max-width: 37.288vw;
    bottom: 5.607vw;
  }
}
@media screen and (max-width: 551px) {
  .section-12 .sec-12-cv a {
    max-width: 303px;
    bottom: 54px;
  }
}
.section-12 .cv-left {
  background: linear-gradient(90deg, #E89043 0%, #EF6F00 50%, #E89043 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .section-12 .cv-left a {
    right: 49px;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .section-12 .cv-left a {
    left: 0;
    right: 0;
  }
}
.section-12 .cv-right {
  background: linear-gradient(90deg, #0F47A1 0%, #1056B7 50.48%, #2470CE 100%);
}
.section-12 .cv-right a {
  max-width: 376px;
}
@media screen and (max-width: 1440px) {
  .section-12 .cv-right a {
    max-width: 26.111vw;
  }
}
@media screen and (max-width: 991px) {
  .section-12 .cv-right a {
    right: auto;
    left: 49px;
    max-width: 286px;
    bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .section-12 .cv-right a {
    left: 0;
    right: 0;
    max-width: 37.288vw;
    bottom: 5.867vw;
  }
}
@media screen and (max-width: 551px) {
  .section-12 .cv-right a {
    max-width: 303px;
    bottom: 54px;
  }
}

footer {
  background-color: #020167;
  background: linear-gradient(180deg, rgb(5, 32, 82) 0%, rgb(10, 17, 51) 100%);
  color: #fff;
  padding: 40px 0;
}

footer a {
  color: #fff;
}

footer .banner-list {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
  margin: 0 auto 32px;
  padding: 0 48px;
  text-align: center;
}

@media (max-width: 991px) {
  footer .banner-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 16px;
    padding: 0 20px;
  }
}
footer .banner-list img {
  width: 254px;
}

@media (max-width: 991px) {
  footer .banner-list img {
    width: 100%;
  }
}
footer .banner-list a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

footer .book-download {
  max-width: 1200px;
  margin: 0 auto 32px;
  text-align: center;
}

footer .book-download a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

@media (max-width: 991px) {
  footer .book-download img {
    width: 100%;
    padding: 0 20px;
  }
}
footer .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

footer .sns-list a:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

footer address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 25px;
}

footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
  max-width: 1440px;
  border-top: solid #fff 1px;
  margin: 64px auto 0;
  padding: 48px 20px 0;
}

@media (max-width: 991px) {
  footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 48px auto 0;
  }
}
footer .inner .footer-logo {
  margin-bottom: 24px;
}

footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 20px;
}

@media (max-width: 991px) {
  footer .footer-nav {
    gap: 20px 0;
  }
}
footer .footer-nav li {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 18px;
}

footer .footer-nav a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  footer .nav-list {
    width: 50%;
  }
}
footer .copy {
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin: 32px auto 0;
}