@charset "UTF-8";
.top-page {
  padding-bottom: 60px;
}
/*----------------------
　FV
----------------------*/
.top-page .fv {
  background: url("../img/top/fv_illust.png") no-repeat 85% bottom /750px;
  background-color: #99D3E5;
}
.top-page .fv .contents-wrap {
  height: 600px;
  color: #26354D;
  padding-top: 90px;
}
.top-page .fv .ttl {
  margin-bottom: 16px;
}
.top-page .fv .ttl .tagLine {
  font-size: 4rem;
  font-weight: 700;
}
.top-page .fv .ttl h1 {
  font-size: 10rem;
  line-height: 1.2;
}
.top-page .fv .ttl h1 span {
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
}
.top-page .fv .txt {
  font-size: 2.4rem;
  margin-bottom: 16px;
}
.top-page .fv .txt p {
  margin-bottom: 8px;
}
.top-page .cta-btn {
  display: block;
  width: 360px;
  background-color: #F4683E;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  padding: 16px 0;
  border-radius: 32px;
  box-shadow: 0px 2px 2px 0px #00000026;
}
.top-page .fv .nav {
  position: absolute;
  top: 32px;
  right: 0;
  display: flex;
}
.top-page .fv .nav a {
  display: block;
  width: 180px;
  padding: 8px;
  border-radius: 32px;
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background: #F4683E;
  box-shadow: 0px 2px 2px 0px #00000026;
}
.top-page .fv .nav .login a {
  background: #683835;
  margin-right: 24px;
}
.top-page .cta-btn:hover, .top-page .fv .nav a:hover {
  opacity: 0.7;
}
/*----------------------
　Common
----------------------*/
.top-page section {
  padding: 120px 0;
}
.top-page #flow, .top-page #application {
  padding: 0 0 120px;
}
.top-page .hd2 {
  text-align: center;
}
.top-page .hd2 h2 {
  font-size: 4rem;
  color: #26354D;
  margin-bottom: 60px;
}
.top-page .hd2 span {
  font-size: 3.2rem;
  color: #3B86B5;
  display: inline-block;
  border-bottom: solid 4px #3B86B5;
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.0;
  margin-bottom: 8px;
}
.top-page h3 {
  font-size: 2.4rem;
  color: #26354D;
}
/*----------------------
　Feature
----------------------*/
.top-page #feature ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-page #feature li {
  width: 585px;
}
.top-page #feature li:nth-child(1), .top-page #feature li:nth-child(2) {
  margin-bottom: 60px;
}
.top-page #feature li h3 {
  font-size: 3.2rem;
  color: #26354D;
  margin-bottom: 16px;
}
.top-page #feature li h3 span {
  color: #F4683E;
}
.top-page #feature li p {
  margin-bottom: 32px;
}
.top-page #feature li:nth-child(2) p {
  margin-bottom: 48px;
}
.top-page #feature li img {
  width: 100%;
  height: auto;
}
/*----------------------
　CTA-area
----------------------*/
.top-page .cta-area {
  background-color: #26354D;
  padding: 40px 0;
  text-align: center;
}
.top-page .cta-area p {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #FFF;
  margin-bottom: 24px;
}
.top-page .cta-area a {
  margin: 0 auto;
}
/*----------------------
　Plan
----------------------*/
.top-page #plan .spec {
  width: 440px;
  margin: 0 auto 32px;
}
.top-page #plan .spec > dt {
  color: #FFF;
  font-weight: 700;
  background-color: #26354D;
  font-size: 2.4rem;
  text-align: center;
  padding: 16px 0;
}
.top-page #plan .spec > dt span {
  display: block;
  color: #D3E5EA;
  font-size: 1.6rem;
}
.top-page #plan .spec > dd ul {
  border: solid 1px #E5E5E5;
}
.top-page #plan .spec > dd li {
  padding: 16px 0;
  font-size: 2.4rem;
  text-align: center;
  border-top: solid 1px #E5E5E5;
}
.top-page #plan .spec li.price {
  font-weight: bold;
  border-top: none;
}
.top-page #plan .spec > dd li dt {
  font-size: 1.6rem;
}
.top-page #plan .recommend {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-page #plan .recommend > span {
  color: #26354D;
  font-weight: 700;
  background-color: #D3E5EA;
  border-radius: 8px;
  display: inline-block;
  padding: 10px;
  margin-right: 8px;
}
.top-page #plan .comparison {
  text-align: center;
  margin-top: 60px;
}
.top-page #plan .comparison h3 {
  margin-bottom: 16px;
}
.top-page #plan .comparison .compare-table {
  margin-top: 32px;
}
.top-page #plan .comparison .compare-table table {
  width: 100%;
}
.top-page #plan .comparison .compare-table th {
  background-color: #26354D;
  color: #FFF;
  font-weight: 400;
  line-height: 1.2;
  height: 64px;
}
.top-page #plan .comparison .compare-table th.nodata {
  background-color: transparent;
}
.top-page #plan .comparison .compare-table th.appeal {
  background-color: #F4683E;
}
.top-page #plan .comparison .compare-table th span {
  font-size: 1.2rem;
}
.top-page #plan .comparison .compare-table td {
  height: 64px;
  border-bottom: solid 1px #E5E5E5;
  border-right: solid 1px #E5E5E5;
	text-align: center;
}
.top-page #plan .comparison .compare-table td.obi {
  border-bottom: none;
  border-right: none;
}
/*----------------------
　Flow
----------------------*/
.top-page #flow ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-page #flow li {
  width: 600px;
  padding: 32px;
  border-bottom: solid 1px #E5E5E5;
  border-left: solid 1px #E5E5E5;
}
.top-page #flow li:nth-child(3), .top-page #flow li:nth-child(4) {
  border-bottom: none;
}
.top-page #flow li:nth-child(odd) {
  border-left: none;
}
.top-page #flow li .hd3 {
  display: flex;
  margin-bottom: 16px;
}
.top-page #flow li .hd3 span {
  background-color: #26354D;
  border-radius: 50%;
  font-size: 2.4rem;
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.top-page #flow li .hd3 h3 {
  border-bottom: solid 4px #F4683E;
}
@media screen and (min-width: 1441px) {
  .top-page .fv {
    background: url("../img/top/fv_illust.png") no-repeat 70% bottom /800px;
    background-color: #99D3E5;
  }
}
@media screen and (max-width: 1199px) {
  .top-page .fv {
    background: url("../img/top/fv_illust.png") no-repeat 100% bottom /700px;
    background-color: #99D3E5;
  }
  .top-page .fv .nav {
    right: 5%;
  }
  .top-page #feature li {
    width: 48%;
  }
  .top-page #flow li {
    width: 50%;
  }
}
@media screen and (max-width: 919px) {
  .top-page .fv {
    background: url("../img/top/fv_illust.png") no-repeat 100% 250px /500px;
    background-color: #99D3E5;
  }
  .top-page #feature ul {
    display: block;
  }
  .top-page #feature li {
    width: 100%;
    margin-bottom: 60px;
  }
  .top-page #feature li:last-child {
    margin-bottom: 0;
  }
  .top-page #feature li:nth-child(2) p {
    margin-bottom: 8.5%;
  }
  .top-page #plan .recommend {
    display: block;
  }
  .top-page #plan .recommend span {
    margin-bottom: 8px;
  }
  .top-page #flow li {
    width: 100%;
    padding: 40px 0;
    border-bottom: solid 1px #E5E5E5;
    border-left: none;
  }
  .top-page #flow li:nth-child(3), .top-page #flow li:nth-child(4) {
    border-bottom: solid 1px #E5E5E5;
  }
}
@media screen and (max-width: 768px) {
  /*----------------------
　FV
----------------------*/
  .top-page .fv {
    background: none;
    background-color: #99D3E5;
  }
  .top-page .fv .contents-wrap {
    height: inherit;
    padding: 6.4% 0;
  }
  .top-page .fv .ttl {
    padding: 0 6.4%;
  }
  .top-page .fv .ttl .tagLine {
    font-size: 5.3vw;
  }
  .top-page .fv .ttl h1 {
    font-size: 12.8vw;
  }
  .top-page .fv .ttl h1 span {
    font-size: 3.5vw;
  }
  .top-page .fv .txt {
    font-size: 4.8vw;
    margin-bottom: 0;
    padding: 0 6.4%;
  }
  .top-page .cta-btn {
    margin: 0 auto;
  }
  .top-page .fv .nav {
    display: none;
  }
  /*----------------------
　Common
----------------------*/
  .top-page section {
    padding: 17% 0;
  }
  .top-page #flow, .top-page #application {
    padding: 0 0 17%;
  }
  .top-page .hd2 {
    text-align: center;
  }
  .top-page .hd2 h2 {
    font-size: 3.2rem;
    margin-bottom: 10%;
  }
  .top-page .hd2 span {
    font-size: 2.4rem;
  }
  /*----------------------
　Feature
----------------------*/
  .top-page #feature li {
    margin-bottom: 10%;
  }
  .top-page #feature li:last-child {
    margin-bottom: 0;
  }
  .top-page #feature li h3 {
    font-size: 2.4rem;
    text-align: center;
  }
  /*----------------------
　CTA-area
----------------------*/
  .top-page .cta-area {
    padding: 10% 0;
  }
  .top-page .cta-area p {
    font-size: 2.4rem;
    margin-bottom: 6%;
  }
  /*----------------------
　Plan
----------------------*/
  .top-page #plan .spec {
    width: 100%;
    margin: 0 auto 8.5%;
  }
  .top-page #plan .spec > dt {
    padding: 2% 0;
  }
  .top-page #plan .spec > dt span {
    ;
    font-size: 1.2rem;
  }
  .top-page #plan .spec > dd ul {
    border: solid 1px #E5E5E5;
  }
  .top-page #plan .spec > dd li {
    padding: 2% 0;
    font-size: 2.4rem;
  }
  .top-page #plan .recommend {
    display: block;
  }
  .top-page #plan .recommend > span {
    display: block;
    padding: 10px;
    margin-right: 0;
  }
  .top-page #plan .comparison {
    margin-top: 16%;
  }
  .top-page #plan .comparison h3 {
    margin-bottom: 4%;
  }
  .top-page #plan .comparison .compare-table {
    max-width: 800px;
    overflow-x: auto;
    margin-top: 8.5%;
  }
  .top-page #plan .comparison .compare-table table {
    width: 800px;
    white-space: nowrap;
  }
  .top-page #plan .comparison .compare-table th {
    height: 48px;
  }
  .top-page #plan .comparison .compare-table::-webkit-scrollbar {
    height: 10px; /* スクロールバーの高さ */
  }
  .top-page #plan .comparison .compare-table::-webkit-scrollbar-thumb {
    background: #aaa; /* ツマミの色 */
  }
  .top-page #plan .comparison .compare-table::-webkit-scrollbar-track {
    background: #ddd; /* トラックの色 */
  }
  .top-page #plan .comparison .compare-table td {
    height: 48px;
  }
  .top-page .fix-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    z-index: 2;
  }
  .top-page .fix-nav li {
    width: 50%;
  }
  .top-page .fix-nav li a {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #F4683E;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    line-height: 60px;
  }
  .top-page .fix-nav li.login a {
    background-color: #683835;
  }
}
@media screen and (max-width: 480px) {
  .top-page .cta-btn {
    width: 90%;
    font-size: 2rem;
    padding: 16px 0;
  }
}