@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 1201px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 18px;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
    font-size: 2.086vw;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 16px;
    font-size: 3.865vw;
  }
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #11152F;
}

b, strong, .fw-bold {
  font-weight: 700;
}

ul, ol {
  list-style: none;
}

p, ul, ol, table, dl {
  line-height: 1.8;
  font-weight: 500;
}

a {
  text-decoration: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
a:hover {
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

.pc-none, .for-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .for-tab {
    display: none;
  }
  .for-mobile {
    display: block;
  }
}
/*------------------------
  layout
------------------------*/
#pageBody {
  background: url(../images/bg.png) repeat center/100% auto;
}

.container {
  padding: 6.875rem 0 7.5rem;
}
.container.top {
  padding-top: 0;
}
.container.bottom {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 4.375rem 0 5rem;
  }
}

.wrapper {
  width: 100%;
  max-width: calc(1000px + 5rem);
  margin: 0 auto;
  padding: 0 2.5rem;
}
.wrapper.small {
  max-width: calc(1000px + 5rem);
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    padding: 0 1.875rem;
  }
}

/*------------------------
  heading
------------------------*/
h1, h2, h3 {
  font-weight: 700;
}
h1 span, h2 span, h3 span {
  font-weight: 700;
}

.heading-large {
  font-size: 2.3rem;
  margin-bottom: 2.5rem;
  line-height: 1.2;
}
.heading-large .large {
  font-size: 3.75rem;
}
@media screen and (max-width: 768px) {
  .heading-large {
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: 1.65rem;
  }
  .heading-large .large {
    font-size: 2.5rem;
  }
}

.heading-medium {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .heading-medium {
    font-size: 1.375rem;
    margin-bottom: 0.625rem;
  }
}

.heading-small {
  font-size: 1.5rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1.25rem;
}
.heading-small::before, .heading-small::after {
  content: "";
  width: 1rem;
  height: 0.125rem;
  background-color: #11152F;
}
.heading-small::before {
  margin-right: 1.25rem;
}
.heading-small::after {
  margin-left: 1.25rem;
}

/*------------------------
  partial
------------------------*/
.header-top,
.header-pc .register-box .register {
  font-size: 68%;
}

.header-top,
.header-pc .register-box .register,
.header-pc .register-box .login {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.header-pc .nav-menu {
  font-size: 75%;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.breadcrumb-page {
  margin-bottom: 18px;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.breadcrumb-page ul.breadcrumb {
  font-size: 12px;
}
.breadcrumb-page a {
  color: #000;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .breadcrumb-page {
    width: 100%;
    padding: 1.125rem 1.25rem 0;
  }
}

.fw-bold {
  font-weight: 700;
}

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

.text-left {
  text-align: left;
}

.c-blue {
  color: #314AFF;
}

/*------------------------
  main visual
------------------------*/
.main-visual {
  position: relative;
  display: flex;
  align-items: center;
  height: 32.5rem;
  background: url(../images/bg-kv.jpg) no-repeat top center/cover;
  color: #FFF;
  text-align: center;
  margin: 0 0.625rem;
}
.main-visual .main-visual-tit {
  position: relative;
  display: flex;
}
.main-visual h1 {
  font-size: 3.125rem;
  line-height: 1;
  margin: 0 auto;
}
.main-visual h1 .tit-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.main-visual h1 .tit-flex:nth-of-type(2) {
  margin-top: .7rem;
}
.main-visual h1 small {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0;
}
.main-visual h1 small:before,
.main-visual h1 small:after {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  width: 1rem;
  height: 100%;
  font-size: 1rem;
  line-height: 1.4rem;
}
.main-visual h1 small:before {
  left: -1.3rem;
}
.main-visual h1 small:after {
  right: -1.3rem;
}
.main-visual h1 .tag-wh {
  background-color: #FFF;
  color: #314AFF;
  margin-left: 0.3125rem;
  margin-right: 0.625rem;
  padding: 0.125rem 0.375rem 0.375rem;
}
.main-visual .desc {
  max-width: 36.25rem;
  margin: 1.8rem auto 0;
}
.main-visual .desc .text-left {
  font-size: 0.9375rem;
}
.btn-wrap {
  margin: 2.1875rem auto 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.btn-wrap .btn {
  margin: 0 auto;
}
.btn-wrap .btn a {
  display: block;
  padding: 1.2rem 4rem;
  border-radius: 0.1875rem;
  font-weight: 700;
  font-size: 1.125rem;
}
.btn-wrap .btn a:hover {
  text-decoration: none;
  transform: translateY(-0.3125rem) scale(1.02);
}
.btn-wrap .btn._ye a {
  background-color: #FABF1B;
  color: #000;
}
.main-visual .logo-mark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-visual .logo-mark img {
  width: 12.5rem;
}

@media screen and (max-width: 768px) {
  .main-visual {
    height: auto;
    background: url(../images/bg-kv.jpg) no-repeat top center/cover;
    color: #FFF;
    text-align: center;
    margin: 0;
    padding: 2.5rem 0;
  }
  .main-visual h1 {
    font-size: 2rem;
  }
  .main-visual h1 .tit-flex {
    padding-left: 1rem;
  }
  .main-visual h1 span {
    font-weight: 700;
    margin-bottom: 0.1rem;
  }
  .main-visual h1 .tit-flex:nth-of-type(2) {
    margin-top: .4rem;
  }
  .main-visual h1 .tag-wh {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
  .main-visual h1 small {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .main-visual h1 small:before,
  .main-visual h1 small:after {
    display: none;
  }
  .main-visual h1 .pc-none {
    width: 6.25rem;
    margin: .6rem auto;
  }
  .main-visual .desc {
    width: 100%;
    margin: .7rem auto 0;
  }
  .main-visual .desc p {
    font-size: 0.875rem;
  }
  .btn-wrap {
    margin: 1.2rem auto 0;
    flex-wrap: wrap;
  }
  .btn-wrap .btn a {
    font-size: 1.15rem;
    padding: 1.2rem 2.2rem;
  }
}
/*------------------------
  about
------------------------*/
.sect-about {
  background: url(../images/bg-circle.png) no-repeat center top/59.375% auto;
}
.sect-about p.about-text {
  line-height: 2;
  font-size: 1.25rem;
}
.sect-about .about-img {
  display: block;
  margin: 3.75rem auto 2.5rem;
  max-width: 41.875rem;
  width: 60%;
}
.sect-about .about-list {
  display: flex;
  justify-content: space-between;
}
.sect-about .about-list > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1875rem;
  padding: .8rem 1.3rem;
  width: calc(25% - .5rem);
}
.sect-about .about-list > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #cfd5ff;
}
.sect-about .about-list > li p {
  position: relative;
  z-index: 2;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .sect-about {
    background-size: 280px auto;
  }
  .sect-about p.about-text {
    font-size: 1rem;
    text-align: left;
  }
  .sect-about .about-img {
    margin: 1.6rem auto 2rem;
  }
  .sect-about .about-list {
    flex-wrap: wrap;
  }
  .sect-about .about-list > li {
    margin: .2rem 0;
    width: calc(50% - .2rem);
    padding: .6rem 1.3rem;
  }
  .sect-about .about-list > li p {
    font-size: 1.05rem;
  }
}
.sect-scene {
  background: url(../images/bg-wh.png) repeat center / 100% auto;
  margin: 0 0.625rem;
}
.sect-scene .container {
  text-align: center;
}
.sect-scene h2 {
  position: relative;
  display: inline-block;
}
.sect-scene h2 span {
  position: absolute;
  top: -.4rem;
  right: -1.8rem;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: bold;
}
.sect-scene .scene-list {
  display: flex;
  justify-content: space-between;
}
.sect-scene .scene-list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(25% - .5rem);
  padding: 1.1rem 1.5rem;
  font-size: .95rem;
  border-radius: .8rem;
  background: #fff;
}
.sect-scene .scene-list > li p {
  text-align: left;
}
.sect-scene .scene-text {
  display: inline-block;
  border-bottom: 4px solid #314AFF;
  font-size: 1.9rem;
  text-align: center;
  font-weight: bold;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .sect-scene h2 span {
    top: 2.1rem;
    right: -1.6rem;
    font-size: 2.8rem;
  }
  .sect-scene .scene-list {
    flex-wrap: wrap;
  }
  .sect-scene .scene-list li {
    width: calc(50% - .2rem);
    margin: .2rem 0;
    padding: .6rem 1.3rem;
    border-radius: .5rem;
  }
  .sect-scene .scene-list > li p {
    line-height: 1.5;
  }
  .sect-scene .scene-text {
    border-bottom: 3px solid #314AFF;
    font-size: 1.3rem;
    margin-top: 1.7rem;
  }
}
/*------------------------
  example
------------------------*/
.sect-example .example-item {
  position: relative;
  background: #FFF;
  border-radius: 0.1875rem;
  margin: 1rem auto;
  padding: 1.25rem 3.5rem;
  max-width: 850px;
}
.sect-example .example-item span {
  position: absolute;
  top: -.5rem;
  left: -.5rem;
  background-color: #314AFF;
  color: #fff;
  display: inline-block;
  border-radius: 0.1875rem;
  font-size: 1.2rem;
  padding: .1rem .5rem;
  font-weight: bold;
}
.sect-example .example-item dl dt {
  font-size: 1.35rem;
  font-weight: bold;
}
.sect-example .example-item dl dd p {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .sect-example .example-item {
    margin: 1rem auto;
    padding: 1.2rem 1.5rem 1rem;
  }
  .sect-example .example-item span {
    font-size: 1.1rem;
    padding: .15rem .5rem .2rem;
    top: -.8rem;
    left: -.8rem;
  }
  .sect-example .example-item dl dt {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: .3rem;
  }
  .sect-example .example-item dl dd p {
    font-size: .9rem;
  }
}
/*------------------------
  feature
------------------------*/
.sect-feature {
  background: url(../images/bg-wh.png) repeat center / 100% auto;
  margin: 0 0.625rem;
}
.sect-feature .feature-list {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}
.sect-feature .feature-list > li {
  width: calc(100% / 3 - 1rem);
  position: relative;
}
.sect-feature .feature-list > li .num {
  font-size: 2.4rem;
  line-height: 1;
  position: absolute;
  top: -.5rem;
  left: .5rem;
  font-weight: bold;s
}
.sect-feature .feature-list > li figure {
  margin-bottom: 1.1rem;
}
.sect-feature .feature-list > li figure img {
  display: block;
  height: 140px;
  margin: 0 auto;
}
.sect-feature .feature-list > li dl dt {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: .4rem;
  text-align: center;
}
.sect-feature .feature-list > li dl dd p {
  font-size: .8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sect-feature .feature-list {
    display: block;
    padding-top: 0;
  }
  .sect-feature .feature-list > li {
    width: 100%;
  }
  .sect-feature .feature-list > li + li {
    margin-top: 2.5rem;
  }
  .sect-feature .feature-list > li .num {
    font-size: 2.8rem;
    top: 0;
    left: 1rem;
  }
  .sect-feature .feature-list > li figure img {
    width: 8.5rem;
  }
  .sect-feature .feature-list > li dl dt {
    font-size: 1.3rem;
  }
}
/*------------------------
  flow
------------------------*/
.sect-flow .lead {
  margin-bottom: 3.4375rem;
}
.sect-flow .lead p {
  font-size: 1.25rem;
}
.sect-flow .lead img {
  display: block;
  margin: 1.25rem auto 0;
  width: 16.25rem;
}
.sect-flow .flow-wrap {
  max-width: 33.75rem;
  width: 100%;
  margin: 0 auto 5.625rem;
  position: relative;
}
.sect-flow .flow-wrap::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 0.0625rem;
  height: 100%;
  border-left: 0.125rem dashed #314AFF;
  top: 0;
  left: 50%;
}
.sect-flow .flow-txt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.sect-flow .flow-wrap .item {
  border-radius: 0.1875rem;
  height: 5.625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  background: rgb(49, 74, 255);
  background: linear-gradient(90deg, rgb(49, 74, 255) 0%, rgb(64, 32, 231) 100%);
}
.sect-flow .flow-wrap .item + .item {
  margin-top: 2.1875rem;
}
.sect-flow .flow-wrap p {
  text-align: center;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.6;
  color: #FFF;
}
.sect-flow .flow-wrap p small {
  display: block;
  font-weight: 500;
  font-size: 1.0625rem;
}

@media screen and (max-width: 768px) {
  .sect-flow .lead {
    margin-bottom: 2.5rem;
  }
  .sect-flow .lead p {
    font-size: 1.125rem;
  }
  .sect-flow .lead img {
    margin: 0.625rem auto 0;
    width: 12.5rem;
  }
  .sect-flow .flow-wrap {
    margin: 0 auto 3.125rem;
  }
  .sect-flow .flow-wrap .item {
    height: 4.25rem;
  }
  .sect-flow .flow-wrap p {
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .sect-flow .flow-wrap p small {
    font-size: 0.875rem;
    margin-top: 0.3125rem;
  }
  .sect-flow .flow-txt {
    font-size: 1.6rem;
    margin-bottom: .5rem;
  }
}
/*------------------------
  animation
------------------------*/
.fadeup {
  opacity: 0;
}
.fadeup.fade-on {
  animation-name: fadeUp;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.fadeup.fade-on.delay01 {
  animation-delay: 0.05s;
  animation-duration: 0.8s;
}
.fadeup.fade-on.delay02 {
  animation-delay: 0.1s;
  animation-duration: 1s;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(0.75rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*------------------------
  scroll to top
------------------------*/
.page-top {
  position: fixed;
  bottom: 1.875rem;
  right: 1.875rem;
  z-index: 10;
  width: 3.125rem;
  display: none;
  cursor: pointer;
}
.page-top img {
  width: 100%;
}