@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, main, nav, section {
  display: block;
}

img, picture, audio, canvas, video, svg {
  display: inline-block;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  overflow-wrap: break-word;
}

br,
hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

body {
  position: relative;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  line-height: 1;
  background-color: #f8f8f8;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #000;
  text-decoration: none;
}

b {
  font-weight: bold;
}

u {
  text-decoration: underline;
}

em {
  font-weight: bold;
}

strong {
  font-size: inherit;
  font-weight: bold;
}

mark {
  background-color: transparent;
}

del {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

button {
  cursor: pointer;
}

#to,
#bo {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

#page {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

.pc-md {
  display: block !important;
}
@media screen and (max-width: 960px) {
  .pc-md {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-md {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 960px) {
  .sp {
    display: block !important;
  }
}

p.-center {
  text-align: center;
}

.is-hide {
  display: none;
}

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 82px;
  border-bottom: 2px solid #ebebeb;
  background-color: #fff;
  z-index: 997;
}
@media screen and (max-width: 960px) {
  #header {
    height: 72px;
  }
}
#header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}
#header-logo .logo {
  display: block;
  max-width: 252px;
}
@media screen and (max-width: 960px) {
  #header-logo .logo {
    max-width: 261px;
  }
}
#header-logo h1 {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  #header-logo h1 {
    display: none;
  }
}

#main {
  padding: 82px 0 0;
}
@media screen and (max-width: 960px) {
  #main {
    padding: 72px 0 0 0;
  }
}

.article {
  line-height: 1.5;
}

.section {
  position: relative;
  width: 100%;
}

.inner {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  max-width: 1196px;
  padding: 0 15px;
  margin: 0 auto;
}

#footer {
  line-height: 1.5;
}

#footer-content {
  padding: 70px 0 40px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 960px) {
  #footer-content {
    padding: 30px 0;
  }
}

#footer-logo {
  margin: 0 0 36px;
}
#footer-logo a {
  display: block;
  max-width: 421px;
}
@media screen and (max-width: 960px) {
  #footer-logo a {
    max-width: 257px;
  }
}

#footer-office ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 960px) {
  #footer-office ul li {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px 0;
  }
}
#footer-office ul li:not(:last-of-type) {
  margin: 0 0 40px;
}
@media screen and (max-width: 960px) {
  #footer-office ul li:not(:last-of-type) {
    margin: 0 0 30px;
  }
}
#footer-office .address {
  padding: 0 20px 0 0;
}
#footer-office .address dt {
  position: relative;
  padding: 0 0 0 35px;
  margin: 0 0 8px;
  font-size: 30px;
}
@media screen and (max-width: 960px) {
  #footer-office .address dt {
    padding: 0 0 0 25px;
    margin: 0 0 5px;
    font-size: 20px;
  }
}
#footer-office .address dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #1966a8;
}
@media screen and (max-width: 960px) {
  #footer-office .address dt::before {
    top: 8px;
    width: 15px;
    height: 15px;
  }
}
#footer-office .address dd {
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  #footer-office .address dd {
    font-size: 16px;
    line-height: 1.4;
  }
}
#footer-office .map {
  height: 243px;
}
@media screen and (max-width: 960px) {
  #footer-office .map {
    height: 144px;
  }
}
#footer-office .map iframe {
  width: 100%;
  height: 100%;
}

#footer-reception {
  padding: 20px;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1966a8), to(#0d3354));
  background-image: linear-gradient(to bottom, #1966a8, #0d3354);
}
#footer-reception strong {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #footer-reception strong {
    font-size: 28px;
  }
}

#footer-copyright {
  padding: 20px 0;
  text-align: center;
}
#footer-copyright small {
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  #footer-copyright small {
    font-size: 14px;
  }
}

h2.style-01 i,
h2.style-01 span {
  display: block;
  text-align: center;
}
h2.style-01 i {
  color: #1966a8;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.35;
}
@media screen and (max-width: 960px) {
  h2.style-01 i {
    font-size: 20px;
  }
}
h2.style-01 span {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  h2.style-01 span {
    font-size: 28px;
  }
}
h2.style-01.-white i {
  color: #fff500;
}
h2.style-01.-white span {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  h2.style-01.-white span {
    font-size: 28px;
  }
}

#top-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
#top-branding::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 46.9%;
  height: 100%;
  background-image: url("../area-img/branding-01.jpg");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #top-branding::after {
    content: none;
  }
}
@media screen and (max-width: 1200px) {
  #top-branding .inner {
    width: 53.1%;
    padding: 0 0 0 15px;
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  #top-branding .inner {
    width: 100%;
    padding: 0;
  }
}
#top-branding .left-content {
  width: min(53.6%, 625px);
  padding: 30px 50px 0 0;
}
@media screen and (max-width: 1200px) {
  #top-branding .left-content {
    width: 100%;
    padding: 30px 15px 0 0;
  }
}
@media screen and (max-width: 960px) {
  #top-branding .left-content {
    padding: 20px 0 0;
  }
}
#top-branding .left-content .copy {
  display: block;
  position: relative;
  padding: 20px;
  margin: 0 0 18px;
  color: #906100;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.45;
}
@media screen and (max-width: 960px) {
  #top-branding .left-content .copy {
    padding: 17px 10px;
    font-size: 20px;
  }
}
#top-branding .left-content .copy::before, #top-branding .left-content .copy::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  #top-branding .left-content .copy::before, #top-branding .left-content .copy::after {
    left: 50%;
    width: calc(100% - 30px);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
#top-branding .left-content .copy::before {
  top: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#af7d16), to(#fde3b5));
  background-image: linear-gradient(to right, #af7d16, #fde3b5);
}
#top-branding .left-content .copy::after {
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#fde3b5), to(#af7d16));
  background-image: linear-gradient(to right, #fde3b5, #af7d16);
}
#top-branding .left-content .content {
  position: relative;
  width: 100%;
  padding: 0 0 40px;
  background-color: #2c4260;
}
@media screen and (max-width: 960px) {
  #top-branding .left-content .content {
    padding: 0 15px 20px;
  }
}
#top-branding .left-content .content::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -25vw;
  width: 150vw;
  height: 100%;
  background-color: #2c4260;
}
@media screen and (max-width: 960px) {
  #top-branding .left-content .content::before {
    content: none;
  }
}
#top-branding .left-content .content::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -200px;
  right: -38px;
  width: 198px;
  height: 235px;
  background-image: url("../area-img/branding-content-character.png");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  #top-branding .left-content .content::after {
    content: none;
  }
}
#top-branding .left-content .content .in {
  position: relative;
  z-index: 2;
}
#top-branding h2 {
  position: relative;
  margin: 0 0 46px;
  font-weight: bold;
  line-height: 1.3;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #top-branding h2 {
    padding: 0 15px;
    margin: 0 0 18px;
  }
}
#top-branding h2 .first,
#top-branding h2 .second {
  display: block;
}
#top-branding h2 .first {
  font-size: 37px;
}
@media screen and (max-width: 960px) {
  #top-branding h2 .first {
    font-size: 23px;
  }
}
#top-branding h2 .second {
  margin: 6px 0 0;
  color: #1966a8;
  font-size: 67px;
}
@media screen and (max-width: 960px) {
  #top-branding h2 .second {
    margin: 4px 0 0;
    font-size: 43px;
  }
}
#top-branding .image {
  position: relative;
}
@media screen and (max-width: 960px) {
  #top-branding .image::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -141px;
    right: -37px;
    width: 136px;
    height: 161px;
    background-image: url("../area-img/branding-content-character.png");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
#top-branding .image img {
  position: relative;
  width: 100%;
  max-width: none;
  z-index: 2;
}
#top-branding .strengths {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 33px 1fr 33px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 33px;
  position: relative;
  top: -15px;
  margin: 0 0 -15px;
}
@media screen and (max-width: 960px) {
  #top-branding .strengths {
    gap: 0 20px;
    top: -8px;
    max-width: 337px;
    margin: 0 auto -8px;
  }
}
@media screen and (max-width: 374px) {
  #top-branding .strengths {
    gap: 0 15px;
  }
}
#top-branding .strengths li {
  position: relative;
  width: 100%;
  padding: 20px 10px 34px;
  font-size: 27px;
  font-weight: 400;
  text-align: center;
  line-height: 1.34;
  background-image: linear-gradient(45deg, #cba75c, #ffe6b9);
}
@media screen and (max-width: 960px) {
  #top-branding .strengths li {
    padding: 13px 13px 28px;
    font-size: 18px;
  }
}
@media screen and (max-width: 374px) {
  #top-branding .strengths li {
    font-size: 14px;
  }
}
#top-branding .strengths li::before {
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  width: 0;
  height: 0;
  border-top: none;
  border-right: 13px solid transparent;
  border-bottom: 15px solid #0d274d;
  border-left: none;
}
@media screen and (max-width: 960px) {
  #top-branding .strengths li::before {
    right: -8px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #0d274d;
  }
}
#top-branding .strengths li::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 84px 24px 84px;
  border-color: transparent transparent #2c4260 transparent;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  #top-branding .strengths li::after {
    border-width: 0 50px 16px 50px;
  }
}
#top-branding .strengths li i {
  display: inline-block;
  position: absolute;
  top: -16px;
  left: 50%;
  width: 36px;
  height: 28px;
  background-image: url("../area-img/icon-king.png");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  #top-branding .strengths li i {
    top: -13px;
    width: 28px;
    height: 21px;
  }
}
#top-branding .buttons {
  margin: 28px 0 0;
}
@media screen and (max-width: 960px) {
  #top-branding .buttons {
    margin: 8px 0 0;
  }
}
#top-branding .buttons b {
  display: block;
  color: #fff;
  text-align: center;
}
#top-branding .buttons ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 0 20px;
  margin: 20px 0 0;
}
@media screen and (max-width: 960px) {
  #top-branding .buttons ul {
    display: none;
  }
}
#top-branding .buttons ul .item {
  width: 100%;
}
#top-branding .buttons ul .item.-form a {
  color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe6b9), to(#cba75c));
  background-image: linear-gradient(to bottom, #ffe6b9, #cba75c);
}
#top-branding .buttons ul .item.-form i {
  background-image: url("../area-img/icon-pc.png");
  background-size: 27px 19px;
}
#top-branding .buttons ul .item.-line a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#06c755), to(#008437));
  background-image: linear-gradient(to bottom, #06c755, #008437);
}
#top-branding .buttons ul .item.-line i {
  background-image: url("../area-img/icon-line.png");
  background-size: 25px 24px;
}
#top-branding .buttons ul .item.-tel a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1966a8), to(#0d3354));
  background-image: linear-gradient(to bottom, #1966a8, #0d3354);
}
#top-branding .buttons ul .item.-tel i {
  background-image: url("../area-img/icon-tel.png");
  background-size: 20px 26px;
}
#top-branding .buttons ul .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  border: 1px solid #fff;
}
#top-branding .buttons ul .item i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}

#top-worries {
  padding: 0 0 70px;
  background-color: #020a17;
}
@media screen and (max-width: 960px) {
  #top-worries {
    padding: 0 0 40px;
  }
}
#top-worries::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -54px;
  left: 50%;
  border-style: solid;
  border-width: 56px 126px 0 126px;
  border-color: #020a17 transparent transparent transparent;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  #top-worries::after {
    bottom: -32px;
    border-width: 34px 77px 0 77px;
  }
}
#top-worries .box-title {
  padding: 70px 0 40px;
  background: radial-gradient(ellipse at center 55.5%, #4E6688 6%, #000814 60%);
}
@media screen and (max-width: 960px) {
  #top-worries .box-title {
    padding: 44px 0 33px;
  }
}
#top-worries .box-title h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  #top-worries .box-title h2 {
    font-size: 20px;
    line-height: 1.35;
  }
}
#top-worries .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  padding: 32px 0;
  border: 8px solid #906100;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top-worries .content {
    padding: 25px 18px 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#top-worries .content li {
  padding: 0 28px 14px;
  counter-increment: number;
}
@media screen and (max-width: 960px) {
  #top-worries .content li {
    padding: 25px 0;
  }
}
@media screen and (max-width: 960px) {
  #top-worries .content li:first-of-type {
    padding: 0 0 22px;
  }
}
#top-worries .content li:not(:last-of-type) {
  border-right: 4px solid #906100;
}
@media screen and (max-width: 960px) {
  #top-worries .content li:not(:last-of-type) {
    border: none;
    border-bottom: 4px solid #906100;
  }
}
#top-worries .content h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(2.4em + 46px);
  padding: 46px 0 0;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top-worries .content h3 {
    padding: 28px 0 0;
    font-size: 18px;
    min-height: auto;
  }
}
#top-worries .content h3::before {
  content: "Case " counter(number, decimal-leading-zero) ".";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  color: #906100;
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  #top-worries .content h3::before {
    font-size: 20px;
  }
}
#top-worries .content img {
  width: 100%;
  max-width: none;
  margin: 20px 0 12px;
}
@media screen and (max-width: 960px) {
  #top-worries .content img {
    margin: 15px 0 12px;
  }
}
#top-worries .content p {
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  #top-worries .content p {
    font-size: 18px;
    line-height: 1.35;
  }
}

#top-resolve {
  padding: 54px 0 60px;
}
@media screen and (max-width: 960px) {
  #top-resolve {
    padding: 48px 0 30px;
  }
}
#top-resolve .box-title {
  position: relative;
  max-width: 1050px;
  padding: 0 0 38px 48px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #top-resolve .box-title {
    padding: 0 0 240px;
  }
}
#top-resolve .box-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -102px;
  right: 0;
  width: 317px;
  height: 381px;
  background-image: url("../area-img/resolve-title-character.png");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #top-resolve .box-title::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0;
    width: 200px;
    height: 239px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
#top-resolve .box-title h2 {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #top-resolve .box-title h2 {
    text-align: center;
  }
}
#top-resolve .box-title h2 .first,
#top-resolve .box-title h2 .second {
  display: block;
}
#top-resolve .box-title h2 .first {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  #top-resolve .box-title h2 .first {
    font-size: 20px;
    line-height: 1.35;
  }
}
#top-resolve .box-title h2 .second {
  margin: 10px 0 0;
  color: #c13445;
  font-size: 45px;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  #top-resolve .box-title h2 .second {
    font-size: 33px;
  }
}
#top-resolve .box-title h2 .second .large {
  font-size: 55px;
}
@media screen and (max-width: 960px) {
  #top-resolve .box-title h2 .second .large {
    font-size: 40px;
  }
}
#top-resolve .box-title h2 em {
  color: #c13445;
}
#top-resolve .box-content {
  position: relative;
}
@media screen and (max-width: 960px) {
  #top-resolve .box-content {
    margin: -27px 0 0;
  }
}
#top-resolve .box-content ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 960px) {
  #top-resolve .box-content ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#top-resolve .box-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top-resolve .box-content ul li img {
  display: block;
  max-height: 133px;
  margin: 0 auto 14px;
}
@media screen and (max-width: 960px) {
  #top-resolve .box-content ul li img {
    max-height: 123px;
  }
}
#top-resolve .box-content ul li p {
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  #top-resolve .box-content ul li p {
    font-size: 18px;
    line-height: 1.35;
  }
}
#top-resolve .box-content h3 {
  width: 100%;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1966a8), to(#0d3354));
  background-image: linear-gradient(to bottom, #1966a8, #0d3354);
}
@media screen and (max-width: 960px) {
  #top-resolve .box-content h3 {
    padding: 14px;
    font-size: 18px;
  }
}
#top-resolve .box-content .sub-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px 32px 35px;
  background-color: #edf2f8;
}
@media screen and (max-width: 960px) {
  #top-resolve .box-content .sub-content {
    padding: 14px 26px 28px;
  }
}

#top-trust {
  color: #fff;
  padding: 50px 0 60px;
  background: -webkit-gradient(linear, left top, right top, from(#36333a), color-stop(50%, #36333a), color-stop(90%, #737276), to(#757478));
  background: linear-gradient(to right, #36333a 0%, #36333a 50%, #737276 90%, #757478);
}
@media screen and (max-width: 960px) {
  #top-trust {
    padding: 0 0 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#39383E), color-stop(36.5%, #39383E), to(#757478));
    background: linear-gradient(to bottom, #39383E 0%, #39383E 36.5%, #757478 100%);
  }
}
#top-trust::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 432px;
  height: 100%;
  background-image: url("../area-img/trust-character.png");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #top-trust::before {
    content: none;
  }
}
#top-trust .bg {
  display: none;
}
@media screen and (max-width: 960px) {
  #top-trust .bg {
    display: block;
  }
}
#top-trust .bg img {
  width: 100%;
  max-width: none;
}
#top-trust .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  #top-trust .inner {
    display: block;
    margin: -28.7% 0 0;
  }
}
#top-trust .content {
  position: relative;
  width: 100%;
  max-width: 790px;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #top-trust .content {
    max-width: none;
  }
}
#top-trust h2 {
  margin: 0 0 34px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #top-trust h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
  }
}
#top-trust h2 .first {
  display: block;
  margin: 0 0 28px;
  font-size: 30px;
}
@media screen and (max-width: 960px) {
  #top-trust h2 .first {
    padding: 0 0 0 126px;
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 374px) {
  #top-trust h2 .first {
    padding: 0 0 0 111px;
    font-size: 18px;
  }
}
#top-trust h2 .second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
}
@media screen and (max-width: 960px) {
  #top-trust h2 .second {
    gap: 0 20px;
  }
}
@media screen and (max-width: 374px) {
  #top-trust h2 .second {
    gap: 0 15px;
  }
}
#top-trust h2 .second i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  width: 162px;
  min-height: 115px;
  font-size: 30px;
  line-height: 1.35;
  text-align: center;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c13445), to(#611a23));
  background-image: linear-gradient(to bottom, #c13445, #611a23);
}
@media screen and (max-width: 960px) {
  #top-trust h2 .second i {
    padding: 5px;
    font-size: 20px;
    width: 106px;
    min-height: 128px;
  }
}
@media screen and (max-width: 374px) {
  #top-trust h2 .second i {
    width: 96px;
    min-height: 108px;
    font-size: 18px;
  }
}
#top-trust h2 .second span {
  display: inline-block;
  margin: -0.12em 0 0;
  color: #fff500;
  font-size: 45px;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  #top-trust h2 .second span {
    margin: -0.2em 0 0;
    font-size: 28px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 374px) {
  #top-trust h2 .second span {
    font-size: 24px;
  }
}
#top-trust .reason-list li {
  padding: 29px 0 25px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  #top-trust .reason-list li {
    padding: 20px 0;
  }
}
#top-trust .reason-list li:first-of-type {
  padding: 0 0 25px;
}
@media screen and (max-width: 960px) {
  #top-trust .reason-list li:first-of-type {
    padding: 0 0 20px;
  }
}
#top-trust .reason-list li:last-of-type {
  padding: 29px 0 0;
  border-bottom: none;
}
@media screen and (max-width: 960px) {
  #top-trust .reason-list li:last-of-type {
    padding: 20px 0 0;
  }
}
#top-trust .reason-list h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  margin: 0 0 20px;
}
@media screen and (max-width: 960px) {
  #top-trust .reason-list h3 {
    gap: 0 20px;
    margin: 0 0 15px;
  }
}
#top-trust .reason-list h3 i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c13445), to(#611a23));
  background-image: linear-gradient(to bottom, #c13445, #611a23);
}
@media screen and (max-width: 960px) {
  #top-trust .reason-list h3 i {
    width: 26px;
    height: 26px;
  }
}
#top-trust .reason-list h3 i::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 9px;
  width: 43px;
  height: 32px;
  background-image: url("../area-img/icon-check.png");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #top-trust .reason-list h3 i::after {
    top: -1px;
    left: 6px;
    width: 29px;
    height: 21px;
  }
}
#top-trust .reason-list h3 span {
  display: block;
  margin: -1px 0 0;
  color: #fff500;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 960px) {
  #top-trust .reason-list h3 span {
    font-size: 20px;
  }
}
#top-trust .reason-list p {
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  #top-trust .reason-list p {
    font-size: 18px;
  }
}

#top-plan {
  padding: 60px 0;
}
@media screen and (max-width: 960px) {
  #top-plan {
    padding: 46px 0 30px;
  }
}
#top-plan .inner {
  max-width: 1118px;
}
#top-plan h2 {
  margin: 0 0 45px;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top-plan h2 {
    margin: 0 0 20px;
    font-size: 28px;
  }
}
#top-plan h2 em {
  color: #1966a8;
}
#top-plan .content > li {
  position: relative;
  border: 1px solid #1966a8;
  background-color: #fff;
  counter-increment: number;
}
#top-plan .content > li:not(:last-of-type) {
  margin: 0 0 40px;
}
@media screen and (max-width: 960px) {
  #top-plan .content > li:not(:last-of-type) {
    margin: 0 0 20px;
  }
}
#top-plan .content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 54px 0 170px;
  min-height: 65px;
}
@media screen and (max-width: 960px) {
  #top-plan .content h3 {
    display: block;
    padding: 12px 19px 0 120px;
    min-height: 111px;
  }
}
#top-plan .content h3::before {
  content: "Plan " counter(number, decimal-leading-zero) ".";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 134px;
  height: 65px;
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1966a8), to(#0d3354));
  background-image: linear-gradient(to bottom, #1966a8, #0d3354);
}
@media screen and (max-width: 960px) {
  #top-plan .content h3::before {
    width: 105px;
    height: 111px;
    font-size: 20px;
  }
}
#top-plan .content h3 span {
  color: #1966a8;
  display: block;
}
#top-plan .content h3 .large {
  position: relative;
  padding: 0 22px 0 0;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #top-plan .content h3 .large {
    padding: 0 0 10px;
    font-size: 20px;
  }
}
#top-plan .content h3 .large::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #1966a8;
}
@media screen and (max-width: 960px) {
  #top-plan .content h3 .large::after {
    width: 100%;
    height: 1px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
  }
}
#top-plan .content h3 .small {
  margin: 0 0 0 20px;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  #top-plan .content h3 .small {
    margin: 10px 0 0;
    font-size: 18px;
  }
}
#top-plan .content .sub-content {
  padding: 25px 54px 50px;
}
@media screen and (max-width: 960px) {
  #top-plan .content .sub-content {
    padding: 20px 19px 30px;
  }
}
#top-plan .content .lead {
  font-weight: 400;
}
#top-plan .content .detail {
  padding: 20px 30px 30px 20px;
  margin: 26px 0 0;
  background-color: #edf2f8;
}
@media screen and (max-width: 960px) {
  #top-plan .content .detail {
    padding: 15px 15px 20px;
    margin: 15px 0 0;
  }
}
#top-plan .content .detail .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 15px;
}
@media screen and (max-width: 960px) {
  #top-plan .content .detail .item {
    display: block;
  }
}
#top-plan .content .detail .item:first-of-type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top-plan .content .detail .item:not(:last-of-type) {
  margin: 0 0 20px;
}
@media screen and (max-width: 960px) {
  #top-plan .content .detail .item:not(:last-of-type) {
    margin: 0 0 15px;
  }
}
#top-plan .content .detail dt,
#top-plan .content .detail dd {
  font-size: 16px;
}
#top-plan .content .detail dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 8px 10px;
  color: #fff;
  background-color: #1966a8;
}
@media screen and (max-width: 960px) {
  #top-plan .content .detail dt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 10px;
  }
}
#top-plan .content .detail dd > ul {
  margin: 0 0 15px;
}
@media screen and (max-width: 960px) {
  #top-plan .content .detail dd > ul {
    margin: 0 0 10px;
  }
}

#top-case {
  color: #fff;
  padding: 70px 0 80px;
  background-color: #2c4260;
}
@media screen and (max-width: 960px) {
  #top-case {
    padding: 35px 0 40px;
  }
}
#top-case h2 {
  margin: 0 0 60px;
}
@media screen and (max-width: 960px) {
  #top-case h2 {
    margin: 0 0 30px;
  }
}
#top-case .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
  max-width: 1084px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #top-case .content {
    max-width: 680px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
}
#top-case .content h3 {
  margin: 20px 0 10px;
  color: #fff500;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 960px) {
  #top-case .content h3 {
    margin: 15px 0 10px;
  }
}
#top-case .content p {
  font-size: 16px;
  font-weight: 400;
}

#top-voice {
  padding: 0 0 100px;
}
@media screen and (max-width: 960px) {
  #top-voice {
    padding: 0 0 30px;
  }
}
#top-voice h2 {
  margin: 0 0 45px;
}
#top-voice ul > .item {
  padding: 0px 23px 0;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top-voice ul > .item {
    padding: 0 18px 0 20px;
  }
}
#top-voice ul > .item:not(:last-of-type) {
  margin: 0 0 65px;
}
@media screen and (max-width: 960px) {
  #top-voice ul > .item:not(:last-of-type) {
    margin: 0 0 30px;
  }
}
#top-voice ul > .item.-men h3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1966a8), to(#0d3354));
  background-image: linear-gradient(to bottom, #1966a8, #0d3354);
}
#top-voice ul > .item.-women h3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c13445), to(#611a23));
  background-image: linear-gradient(to bottom, #c13445, #611a23);
}
#top-voice ul > .item h3 {
  position: relative;
  top: -25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 19px;
  margin: 0 0 17px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #top-voice ul > .item h3 {
    top: -18px;
    padding: 10px 15px;
    font-size: 16px;
  }
}
#top-voice ul .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  padding: 0 22px 25px;
  margin: -25px 0 0;
}
@media screen and (max-width: 960px) {
  #top-voice ul .in {
    gap: 0 10px;
    margin: -18px 0 0;
    padding: 0 0 25px;
  }
}
#top-voice ul .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 99px;
  height: 99px;
}
@media screen and (max-width: 960px) {
  #top-voice ul .image {
    width: 80px;
    height: 80px;
  }
}
#top-voice ul .image img {
  width: 100%;
  max-width: none;
  border-radius: 50%;
}
#top-voice ul .comment p {
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  #top-voice ul .comment p {
    font-size: 16px;
  }
}

#top-investigation {
  padding: 70px 0 88px;
  background-color: #2c4260;
}
@media screen and (max-width: 960px) {
  #top-investigation {
    padding: 30px 0 40px;
  }
}
#top-investigation h2 {
  margin: 0 0 60px;
}
@media screen and (max-width: 960px) {
  #top-investigation h2 {
    margin: 0 0 30px;
  }
}
#top-investigation .content {
  padding: 70px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top-investigation .content {
    padding: 25px 25px 30px;
  }
}
@media screen and (max-width: 374px) {
  #top-investigation .content {
    padding: 20px 15px 25px;
  }
}
#top-investigation .content ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
}
@media screen and (max-width: 960px) {
  #top-investigation .content ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
#top-investigation .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#top-investigation .content h3 {
  padding: 17px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1966a8), to(#0d3354));
  background-image: linear-gradient(to bottom, #1966a8, #0d3354);
}
@media screen and (max-width: 960px) {
  #top-investigation .content h3 {
    padding: 9px;
    font-size: 18px;
  }
}
#top-investigation .content .sub-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px;
  background-color: #edf2f8;
}
@media screen and (max-width: 960px) {
  #top-investigation .content .sub-content {
    padding: 15px 18px 20px;
  }
}
#top-investigation .content .sub-content img {
  margin: 0 0 20px;
}
@media screen and (max-width: 960px) {
  #top-investigation .content .sub-content img {
    margin: 0 0 10px;
  }
}
#top-investigation .content .sub-content p {
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  #top-investigation .content .sub-content p {
    font-size: 16px;
  }
}

#top-area {
  padding: 110px 0 80px;
}
@media screen and (max-width: 960px) {
  #top-area {
    padding: 54px 0 40px;
  }
}
#top-area h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -45px;
  left: 50%;
  width: 440px;
  height: 82px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1966a8), to(#0d3354));
  background-image: linear-gradient(to bottom, #1966a8, #0d3354);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  #top-area h2 {
    top: -27px;
    width: 254px;
    height: 47px;
    font-size: 20px;
  }
}
#top-area strong {
  display: block;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top-area strong {
    font-size: 16px;
  }
}
#top-area .content {
  position: relative;
  padding: 65px 20px 75px;
  border: 5px solid #1966a8;
  background-color: #edf2f8;
}
@media screen and (max-width: 960px) {
  #top-area .content {
    padding: 40px 20px 35px;
  }
}
#top-area .content ul {
  max-width: 980px;
  margin: 40px auto 0;
}
@media screen and (max-width: 960px) {
  #top-area .content ul {
    margin: 20px auto 0;
  }
}
#top-area .content ul > li {
  padding: 25px 30px 30px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top-area .content ul > li {
    padding: 20px 24px 24px;
  }
}
#top-area .content ul > li:not(:last-of-type) {
  margin: 0 0 40px;
}
@media screen and (max-width: 960px) {
  #top-area .content ul > li:not(:last-of-type) {
    margin: 0 0 30px;
  }
}
#top-area .content ul h3 {
  position: relative;
  padding: 0 0 12px;
  margin: 0 0 22px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top-area .content ul h3 {
    padding: 0 0 8px;
    margin: 0 0 12px;
    font-size: 20px;
  }
}
#top-area .content ul h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 152px;
  height: 3px;
  background-color: #1966a8;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  #top-area .content ul h3::before {
    width: 102px;
    height: 2px;
  }
}
#top-area .content ul h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  line-height: 2.35;
}
@media screen and (max-width: 960px) {
  #top-area .content ul h4 {
    font-size: 16px;
    line-height: 1.75;
  }
}

#top-comparison {
  padding: 70px 0 80px;
  background-color: #000;
}
@media screen and (max-width: 960px) {
  #top-comparison {
    padding: 30px 0;
  }
}
#top-comparison h2 {
  margin: 0 0 50px;
}
@media screen and (max-width: 960px) {
  #top-comparison h2 {
    margin: 0 0 30px;
  }
}
#top-comparison .comparison {
  padding: 0 0 12px;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  #top-comparison .comparison {
    overflow-x: scroll;
  }
}
#top-comparison .comparison::-webkit-scrollbar {
  height: 8px;
}
#top-comparison .comparison::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 10000px;
}
#top-comparison .comparison::-webkit-scrollbar-thumb {
  background-color: #1966a8;
  border-radius: 10000px;
}
#top-comparison .comparison table {
  width: 1166px;
  margin: 0 auto;
  border-collapse: separate;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison table {
    width: 880px;
  }
}
#top-comparison .comparison table thead th {
  width: 302px;
  height: 70px;
  color: #000;
  font-weight: bold;
  background-color: #ebebeb;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison table thead th {
    width: 206px;
    height: 48px;
  }
}
#top-comparison .comparison table thead th:nth-of-type(1) {
  width: 260px;
  border-right: none;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison table thead th:nth-of-type(1) {
    width: 177px;
  }
}
#top-comparison .comparison table thead th:nth-of-type(2) {
  color: #fff500;
  border-right: 6px solid #1966a8;
  border-left: 6px solid #1966a8;
  border-bottom: 1px solid #1966a8;
  background-color: #1966a8;
}
#top-comparison .comparison table thead th:last-of-type {
  border-right: none;
}
#top-comparison .comparison table tbody tr:last-of-type th,
#top-comparison .comparison table tbody tr:last-of-type td {
  border-bottom: none;
}
#top-comparison .comparison table tbody tr:last-of-type td:nth-of-type(1) {
  border-bottom: 6px solid #1966a8;
}
#top-comparison .comparison table tbody tr td:nth-of-type(1) {
  color: #1966a8;
  border-right: 6px solid #1966a8;
  border-left: 6px solid #1966a8;
  background-color: #edf2f8;
}
#top-comparison .comparison table tbody tr td:last-of-type {
  border-right: none;
}
#top-comparison .comparison table tbody th,
#top-comparison .comparison table tbody td {
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  height: 112px;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison table tbody th,
#top-comparison .comparison table tbody td {
    height: 78px;
  }
}
#top-comparison .comparison table tbody th {
  width: 260px;
  padding: 5px 5px 5px 30px;
  text-align: left;
  border-right: none;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison table tbody th {
    width: 177px;
    padding: 5px 5px 5px 20px;
  }
}
#top-comparison .comparison table tbody th small {
  display: block;
  font-size: 15px;
}
#top-comparison .comparison table tbody td {
  width: 302px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison table tbody td {
    width: 206px;
  }
}
#top-comparison .comparison table th {
  font-size: 25px;
}
@media screen and (max-width: 960px) {
  #top-comparison .comparison table th {
    font-size: 18px;
  }
}
#top-comparison .comparison table th,
#top-comparison .comparison table td {
  padding: 5px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  vertical-align: middle;
}

#top-point {
  padding: 120px 0 60px;
}
@media screen and (max-width: 960px) {
  #top-point {
    padding: 30px 0;
  }
}
#top-point .box-title {
  color: #fff;
  padding: 0 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1966a8), to(#0d3354));
  background-image: linear-gradient(to bottom, #1966a8, #0d3354);
}
@media screen and (max-width: 960px) {
  #top-point .box-title {
    padding: 0 0 0 15px;
  }
}
#top-point .box-title .in {
  position: relative;
  max-width: 786px;
  padding: 30px 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #top-point .box-title .in {
    padding: 17px 128px 20px 0;
  }
}
#top-point .box-title .in::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 212px;
  height: 288px;
  background-image: url("../area-img/point-title-character.png");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #top-point .box-title .in::after {
    width: 124px;
    height: 168px;
  }
}
#top-point .box-title h2 {
  position: relative;
  margin: 0 0 15px;
  color: #fff500;
  font-size: 40px;
  font-weight: bold;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #top-point .box-title h2 {
    margin: 0 0 8px;
    font-size: 25px;
  }
}
#top-point .box-title b {
  position: relative;
  font-size: 25px;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #top-point .box-title b {
    font-size: 16px;
  }
}
#top-point .box-content {
  padding: 50px 20px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top-point .box-content {
    padding: 20px 17px;
  }
}
#top-point .box-content ul {
  max-width: 752px;
  margin: 0 auto;
}
#top-point .box-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  padding: 20px 18px;
  background-image: linear-gradient(to right, #707070 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 960px) {
  #top-point .box-content ul li {
    gap: 0 20px;
    padding: 12px 7px;
  }
}
#top-point .box-content ul li:first-of-type {
  padding: 0 20px 18px;
}
@media screen and (max-width: 960px) {
  #top-point .box-content ul li:first-of-type {
    padding: 0 7px 12px;
  }
}
#top-point .box-content ul li i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1966a8), to(#0d3354));
  background-image: linear-gradient(to bottom, #1966a8, #0d3354);
}
@media screen and (max-width: 960px) {
  #top-point .box-content ul li i {
    width: 26px;
    height: 26px;
  }
}
#top-point .box-content ul li i::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 9px;
  width: 43px;
  height: 32px;
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.39));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.39));
  background-image: url("../area-img/icon-check.png");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #top-point .box-content ul li i::after {
    top: -1px;
    left: 6px;
    width: 29px;
    height: 21px;
  }
}
#top-point .box-content ul li span {
  display: block;
  min-height: 38px;
  padding: 4px 0 0;
  line-height: 1.25;
}
@media screen and (max-width: 960px) {
  #top-point .box-content ul li span {
    padding: 1px 0 0;
    min-height: 26px;
  }
}

#top-safe h2 {
  position: relative;
  padding: 30px 15px;
  margin: 0 0 80px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  background-color: #1966a8;
}
@media screen and (max-width: 960px) {
  #top-safe h2 {
    margin: 0 0 32px;
    padding: 15px;
    font-size: 25px;
    line-height: 1.35;
  }
}
#top-safe h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  border-style: solid;
  border-width: 42px 60px 0 60px;
  border-color: #1966a8 transparent transparent transparent;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  #top-safe h2::after {
    bottom: -20px;
    border-width: 22px 29px 0 29px;
  }
}
#top-safe h2 em {
  color: #fff500;
}
#top-safe .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
  max-width: 982px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #top-safe .content {
    display: block;
  }
}
#top-safe .content .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 290px;
}
@media screen and (max-width: 960px) {
  #top-safe .content .image {
    width: 100%;
    margin: 0 0 15px;
  }
}
#top-safe .content .image img {
  width: 100%;
  max-width: none;
  height: auto;
}
@media screen and (max-width: 960px) {
  #top-safe .content .description p {
    line-height: 1.9;
  }
}

#top-step {
  padding: 60px 0 100px;
}
@media screen and (max-width: 960px) {
  #top-step {
    padding: 30px 0;
  }
}
#top-step h2 {
  padding: 20px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1966a8), to(#0d3354));
  background-image: linear-gradient(to bottom, #1966a8, #0d3354);
}
@media screen and (max-width: 960px) {
  #top-step h2 {
    padding: 15px;
    font-size: 25px;
  }
}
#top-step .box-content {
  padding: 60px 20px 75px;
  border: 8px solid #2c4260;
  border-top: none;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top-step .box-content {
    padding: 14px 14px 32px;
  }
}
#top-step .step-list {
  max-width: 920px;
  margin: 0 auto;
}
#top-step .step-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  counter-increment: number;
}
@media screen and (max-width: 960px) {
  #top-step .step-list > li {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #top-step .step-list > li:not(:last-of-type) {
    margin: 0 0 20px;
  }
}
#top-step .step-list > li:last-of-type .number::before {
  content: none;
}
#top-step .step-list .number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  #top-step .step-list .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px;
    min-height: 74px;
    margin: 0 0 15px;
  }
}
#top-step .step-list .number::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 146px;
  left: 50%;
  width: 1px;
  height: calc(100% - 146px);
  background-image: linear-gradient(to bottom, #2c4260 4px, transparent 4px);
  background-size: 1px 8px;
  background-repeat: repeat-y;
  background-position: left top;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #top-step .step-list .number::before {
    content: none;
  }
}
#top-step .step-list .number i {
  position: relative;
  display: block;
  width: 150px;
  height: 88px;
  padding: 12px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  font-family: Calibri, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  background-color: #2c4260;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #top-step .step-list .number i {
    width: 74px;
    height: 44px;
    padding: 8px;
    font-size: 13px;
  }
}
#top-step .step-list .number i::before {
  content: counter(number, decimal-leading-zero);
  display: inline-block;
  position: absolute;
  top: 49px;
  left: 50%;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  font-family: Calibri, Arial, sans-serif;
  line-height: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #top-step .step-list .number i::before {
    top: 24px;
    font-size: 25px;
  }
}
#top-step .step-list .number i::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -58px;
  left: 50%;
  border-style: solid;
  border-width: 58px 75px 0 75px;
  border-color: #2c4260 transparent transparent transparent;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  #top-step .step-list .number i::after {
    bottom: -30px;
    border-width: 30px 37px 0 37px;
  }
}
#top-step .step-list .sub-content {
  width: calc(100% - 190px);
  min-height: 146px;
  margin: 0 0 30px;
}
@media screen and (max-width: 960px) {
  #top-step .step-list .sub-content {
    width: 100%;
    min-height: none;
    margin: 0;
  }
}
#top-step .step-list .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 15px;
}
@media screen and (max-width: 960px) {
  #top-step .step-list .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 12px 0;
  }
}
#top-step .step-list .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
}
@media screen and (max-width: 960px) {
  #top-step .step-list .image {
    width: 100%;
  }
}
#top-step .step-list .image img {
  width: 100%;
  max-width: none;
}
#top-step .step-list .description p {
  font-weight: 400;
}
#top-step .step-list h3 {
  margin: 0 0 12px;
  font-size: 30px;
}
@media screen and (max-width: 960px) {
  #top-step .step-list h3 {
    padding: 16px 0 0;
    margin: 0;
    font-size: 20px;
  }
}
#top-step .step-list .buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
  margin: 20px 0 0;
}
@media screen and (max-width: 960px) {
  #top-step .step-list .buttons {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px 0;
    margin: 15px auto 0;
  }
}
#top-step .step-list .buttons .item.-form a {
  color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe6b9), to(#cba75c));
  background-image: linear-gradient(to bottom, #ffe6b9, #cba75c);
}
#top-step .step-list .buttons .item.-form i {
  background-image: url("../area-img/icon-pc.png");
  background-size: 34px 24px;
}
@media screen and (max-width: 960px) {
  #top-step .step-list .buttons .item.-form i {
    background-size: 29px 21px;
  }
}
#top-step .step-list .buttons .item.-line a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#06c755), to(#008437));
  background-image: linear-gradient(to bottom, #06c755, #008437);
}
#top-step .step-list .buttons .item.-line i {
  background-image: url("../area-img/icon-line.png");
  background-size: 31px 29px;
}
#top-step .step-list .buttons .item.-tel a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1966a8), to(#0d3354));
  background-image: linear-gradient(to bottom, #1966a8, #0d3354);
}
#top-step .step-list .buttons .item.-tel i {
  background-image: url("../area-img/icon-tel.png");
  background-size: 24px 31px;
}
#top-step .step-list .buttons .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 15px 8px 20px;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  #top-step .step-list .buttons .item a {
    padding: 8px 40px;
  }
}
@media screen and (max-width: 374px) {
  #top-step .step-list .buttons .item a {
    padding: 8px 15px;
  }
}
#top-step .step-list .buttons .item i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
@media screen and (max-width: 960px) {
  #top-step .step-list .buttons .item i {
    width: 44px;
    height: 44px;
  }
}

#top-faq {
  padding: 70px 0 80px;
  background-color: #2c4260;
}
@media screen and (max-width: 960px) {
  #top-faq {
    padding: 40px 0;
  }
}
#top-faq h2 {
  margin: 0 0 40px;
}
@media screen and (max-width: 960px) {
  #top-faq h2 {
    margin: 0 0 30px;
  }
}
#top-faq .content {
  width: 100%;
}
#top-faq .content .item {
  position: relative;
  padding: 35px 42px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top-faq .content .item {
    padding: 15px 20px;
  }
}
#top-faq .content .item:not(:last-of-type) {
  margin: 0 0 20px;
}
#top-faq .content dt,
#top-faq .content dd {
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  #top-faq .content dt,
#top-faq .content dd {
    font-size: 16px;
    line-height: 1.35;
  }
}
#top-faq .content dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
  position: relative;
  font-weight: bold;
  -webkit-transform: padding 0.2s ease;
          transform: padding 0.2s ease;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  #top-faq .content dt {
    gap: 0 16px;
  }
}
#top-faq .content dt.is-active {
  padding: 0 0 30px;
  color: #1966a8;
  border-bottom: 1px solid #1966a8;
}
@media screen and (max-width: 960px) {
  #top-faq .content dt.is-active {
    padding: 0 0 12px;
  }
}
#top-faq .content dt.is-active i::after {
  display: none;
}
#top-faq .content dt i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 3px solid #2c4260;
  border-radius: 50%;
  background-color: transparent;
}
@media screen and (max-width: 960px) {
  #top-faq .content dt i {
    width: 24px;
    height: 24px;
    border-width: 2px;
  }
}
#top-faq .content dt i::before, #top-faq .content dt i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 1000px;
  background-color: #2c4260;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#top-faq .content dt i::before {
  width: 12px;
  height: 3px;
}
@media screen and (max-width: 960px) {
  #top-faq .content dt i::before {
    width: 10px;
    height: 2px;
  }
}
#top-faq .content dt i::after {
  width: 3px;
  height: 12px;
}
@media screen and (max-width: 960px) {
  #top-faq .content dt i::after {
    width: 2px;
    height: 10px;
  }
}
#top-faq .content dd {
  position: relative;
  display: none;
  padding: 20px 0 0;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  #top-faq .content dd {
    padding: 15px 0 0;
  }
}

#fixed-contact {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #000;
  z-index: 997;
}
#fixed-contact .inner {
  padding: 25px 15px;
  background-image: url("../area-img/fixed-contact-character.png");
  background-repeat: no-repeat no-repeat;
  background-position: bottom 0 left 0;
  background-size: 116px 116px;
}
@media screen and (max-width: 960px) {
  #fixed-contact .inner {
    padding: 10px 15px;
    background-image: none;
  }
}
#fixed-contact .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 20px;
}
@media screen and (max-width: 960px) {
  #fixed-contact .content {
    display: block;
  }
}
#fixed-contact .copy {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #fixed-contact .copy {
    display: none;
  }
}
#fixed-contact .buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 730px;
  gap: 0 20px;
}
@media screen and (max-width: 960px) {
  #fixed-contact .buttons {
    gap: 0 15px;
    margin: 0 auto;
  }
}
#fixed-contact .buttons .item {
  width: 100%;
}
#fixed-contact .buttons .item.-form a {
  color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe6b9), to(#cba75c));
  background-image: linear-gradient(to bottom, #ffe6b9, #cba75c);
}
#fixed-contact .buttons .item.-form i {
  background-image: url("../area-img/icon-pc.png");
  background-size: 34px 24px;
}
@media screen and (max-width: 960px) {
  #fixed-contact .buttons .item.-form i {
    background-size: 27px 19px;
  }
}
#fixed-contact .buttons .item.-line a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#06c755), to(#008437));
  background-image: linear-gradient(to bottom, #06c755, #008437);
}
#fixed-contact .buttons .item.-line i {
  background-image: url("../area-img/icon-line.png");
  background-size: 31px 29px;
}
@media screen and (max-width: 960px) {
  #fixed-contact .buttons .item.-line i {
    background-size: 25px 24px;
  }
}
#fixed-contact .buttons .item.-tel a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1966a8), to(#0d3354));
  background-image: linear-gradient(to bottom, #1966a8, #0d3354);
}
#fixed-contact .buttons .item.-tel i {
  background-image: url("../area-img/icon-tel.png");
  background-size: 24px 31px;
}
@media screen and (max-width: 960px) {
  #fixed-contact .buttons .item.-tel i {
    background-size: 20px 26px;
  }
}
#fixed-contact .buttons .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 7px 15px;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  border: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  #fixed-contact .buttons .item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px 0;
    padding: 7px 9px 9px;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  #fixed-contact .buttons .item span {
    font-size: 14px;
  }
}
#fixed-contact .buttons .item i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}
@media screen and (max-width: 960px) {
  #fixed-contact .buttons .item i {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 961px) {
  .plan-description {
    padding-left: 80px;
  }
}
