@charset "UTF-8";
/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 10px;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #443311;
}
body * {
  box-sizing: border-box;
  word-break: break-all;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}
.no-touch a:hover {
  color: #DC3C36;
}

.btn {
  font-size: 1em;
  width: 13.4375em;
  min-height: 2.25em;
  line-height: 1.5;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #DC3C36;
  color: #fff;
  border-radius: 2.25em;
  border: 2px solid #DC3C36;
  padding: 0.375em;
}
.btn.white {
  background: #fff;
  border-color: #443311;
  color: inherit;
}
.no-touch .btn:hover {
  background: #fff;
  color: #DC3C36;
  border-color: #DC3C36;
}
img, iframe {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#container {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
}

article section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
article section .secInner {
  width: 83.3333333333%;
  max-width: 1200px;
}

#mainvisual {
  transition: all 0.4s;
  opacity: 0;
  overflow: hidden;
  padding-top: 8rem;
  margin-bottom: -4rem;
  position: relative;
}
#mainvisual .bg01 {
  background: url("../img/bg01.svg") right bottom/contain no-repeat;
  width: 47.2222222222%;
  height: 0;
  padding-top: 28.8888888889%;
  position: absolute;
  bottom: 4rem;
  right: 0;
  opacity: 0;
  transform: translateX(4rem);
  transition: all 2s ease;
}
#mainvisual .bg01:before, #mainvisual .bg01:after {
  background: url("../img/dot02.svg") 50%/contain no-repeat;
  width: 9.4117647059%;
  height: 0;
  padding-top: 9.4117647059%;
  content: "";
  display: block;
  bottom: 28.8461538462%;
  right: 26.4705882353%;
  position: absolute;
  opacity: 0;
  transform: translateX(-8rem);
  transition: all 2.6s ease;
}
#mainvisual .bg01:after {
  width: 16.4705882353%;
  height: 0;
  padding-top: 16.4705882353%;
  bottom: 43.75%;
  right: 9.4117647059%;
}
#mainvisual .bg02 {
  background: url("../img/bg02.svg") left top/contain no-repeat;
  width: 42.2222222222%;
  height: 0;
  padding-top: 28.8888888889%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateX(-4rem);
  transition: all 2s ease;
}
#mainvisual .bg02:before, #mainvisual .bg02:after {
  background: url("../img/dot01.svg") 50%/contain no-repeat;
  width: 10.5263157895%;
  height: 0;
  padding-top: 10.5263157895%;
  content: "";
  display: block;
  top: 33.6538461538%;
  left: 10.5263157895%;
  position: absolute;
  opacity: 0;
  transform: translateX(8rem);
  transition: all 2.6s ease;
}
#mainvisual .bg02:after {
  width: 16.4705882353%;
  height: 0;
  padding-top: 16.4705882353%;
  top: 7.2115384615%;
  left: 22.2039473684%;
}
#mainvisual .secInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
}
#mainvisual .secInner .title {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  opacity: 0;
  transition: all 1s ease;
}
#mainvisual .secInner .title .logo {
  width: 61.6rem;
  margin-top: 2.5rem;
}
#mainvisual .secInner .img_main {
  margin-top: 2.3rem;
  width: 73.6rem;
  opacity: 0;
  transform: translateY(4rem) scale(0.75);
  transform-origin: bottom;
  transition: all 1.2s ease 0.5s;
}
#mainvisual.init {
  opacity: 1;
}
#mainvisual.init .bg01 {
  opacity: 1;
  transform: translateX(0);
}
#mainvisual.init .bg01:before, #mainvisual.init .bg01:after {
  opacity: 1;
  transform: translateX(0);
}
#mainvisual.init .bg02 {
  opacity: 1;
  transform: translateX(0);
}
#mainvisual.init .bg02:before, #mainvisual.init .bg02:after {
  opacity: 1;
  transform: translateX(0);
}
#mainvisual.init .secInner .title {
  opacity: 1;
}
#mainvisual.init .secInner .img_main {
  opacity: 1;
  transform: translateY(0rem) scale(1);
}

#service {
  background: linear-gradient(180deg, #5571CD 0%, #2550BD 51.04%, #264B94 100%);
  color: #fff;
  padding-top: 4.8rem;
}
#service > h2 {
  width: 52.8rem;
  position: relative;
}
#service > h2:before, #service > h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.4rem;
  border-radius: 0.4rem;
  background: #FFD25E;
  margin-top: 0.8rem;
}
#service > h2:after {
  margin-top: 1.6rem;
}
#service #overview {
  width: 87.2%;
  max-width: 1264px;
  margin-top: 5.2rem;
  background: linear-gradient(180deg, rgba(38, 75, 148, 0.7) 0%, rgba(38, 75, 148, 0) 100%);
  box-shadow: 0px -1px 20px rgba(28, 59, 120, 0.3);
  border-radius: 2.4rem 2.4rem 0 0;
  padding: 5.6rem 5.6rem 11.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -15.9rem;
}
#service #overview h3 {
  position: relative;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.8461538462;
  letter-spacing: 0.2em;
  padding: 1.8461538462em 2.4230769231em 2em 2.6538461538em;
  opacity: 0;
  transform: scale(0.9);
  transition: all 1s ease;
}
#service #overview h3:before, #service #overview h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 4.6153846154em;
  height: 4.6153846154em;
  background: 50%/contain no-repeat;
}
#service #overview h3:before {
  background-image: url("../img/img_brackets_01.svg");
  top: 0;
  left: 0;
}
#service #overview h3:after {
  background-image: url("../img/img_brackets_02.svg");
  bottom: 0;
  right: 0;
}
#service #overview h3.inview {
  opacity: 1;
  transform: scale(1);
}
#service #overview .points {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
#service #overview .points .point {
  width: 31.9444444444%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transition: all 0.8s ease;
}
#service #overview .points .point .desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#service #overview .points .point .desc .label {
  font-weight: 700;
  font-size: max(1.4rem, 14px);
  line-height: 1.2857142857;
  letter-spacing: 0.1em;
  color: #264b94;
  background: #fff;
  border-radius: 0.5714285714em;
  padding: 0.2857142857em 0.5714285714em;
  margin-bottom: 1.6rem;
}
#service #overview .points .point .desc h4 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -0.01em;
}
#service #overview .points .point .desc .text {
  margin-top: 1.6rem;
  line-height: 1.6;
}
#service #overview .points .point .img {
  margin-top: 1.6rem;
  padding: 11.9565217391%;
  background: #E1EFFD;
  border-radius: 2.4rem;
  opacity: 0;
  transform: translateY(4rem);
  transition: all 1s ease;
}
#service #overview .points .point.inview {
  opacity: 1;
}
#service #overview .points .point.inview .img {
  opacity: 1;
  transform: translateY(0);
}
#service #overview .points .point:nth-child(2) {
  transition-delay: 0.2s;
}
#service #overview .points .point:nth-child(2) .img {
  transition-delay: 0.2s;
}
#service #overview .points .point:nth-child(3) {
  transition-delay: 0.4s;
}
#service #overview .points .point:nth-child(3) .img {
  transition-delay: 0.4s;
}
#service #start {
  padding: 9.5rem 0 6.4rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#service #start .bg01_b {
  background: url("../img/bg01_b.svg") left top/contain no-repeat;
  width: 34.4444444444%;
  height: 0;
  padding-top: 25.5555555556%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateX(-4rem);
  transition: all 2s ease;
}
#service #start .bg01_b:before, #service #start .bg01_b:after {
  background: url("../img/dot01.svg") 50%/contain no-repeat;
  width: 12.9032258065%;
  height: 0;
  padding-top: 12.9032258065%;
  content: "";
  display: block;
  top: 36.4130434783%;
  left: 9.6774193548%;
  position: absolute;
  opacity: 0;
  transform: translateX(8rem);
  transition: all 2.6s ease;
}
#service #start .bg01_b:after {
  width: 9.6774193548%;
  height: 0;
  padding-top: 9.6774193548%;
  top: 29.8913043478%;
  left: 21.9758064516%;
}
#service #start .bg02_b {
  background: url("../img/bg02_b.svg") right bottom/contain no-repeat;
  width: 42.7777777778%;
  height: 0;
  padding-top: 26.1111111111%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  opacity: 0;
  transform: translateX(4rem);
  transition: all 2s ease;
}
#service #start .bg02_b:before, #service #start .bg02_b:after {
  background: url("../img/dot02.svg") 50%/contain no-repeat;
  width: 10.3896103896%;
  height: 0;
  padding-top: 10.3896103896%;
  content: "";
  display: block;
  bottom: 29.1223404255%;
  right: 9.3344155844%;
  position: absolute;
  opacity: 0;
  transform: translateX(-8rem);
  transition: all 2.6s ease;
}
#service #start .bg02_b:after {
  width: 7.7922077922%;
  height: 0;
  padding-top: 7.0588235294%;
  bottom: 22.7393617021%;
  right: 19.237012987%;
}
#service #start .blockInner {
  position: relative;
  z-index: 0;
  width: 87.2%;
  max-width: 1264px;
  background: #fff;
  color: #443311;
  border-radius: 34rem;
  padding: 5.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translateY(2rem);
  transition: all 1s ease;
}
#service #start .blockInner h3 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  color: #345bc2;
  letter-spacing: 0.08em;
}
#service #start .blockInner .note {
  margin-top: 3.2rem;
  font-size: max(1.4rem, 14px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.1428571429;
}
#service #start .blockInner .trial {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#service #start .blockInner .trial h4 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
#service #start .blockInner .trial .btn {
  margin-top: 1.6rem;
  font-size: 2.4rem;
  line-height: 0.8333333333;
  letter-spacing: 0.1em;
  padding: 1em 0;
  width: 19.75em;
}
#service #start.inview .bg01_b {
  opacity: 1;
  transform: translateX(0);
}
#service #start.inview .bg01_b:before, #service #start.inview .bg01_b:after {
  opacity: 1;
  transform: translateX(0);
}
#service #start.inview .bg02_b {
  opacity: 1;
  transform: translateX(0);
}
#service #start.inview .bg02_b:before, #service #start.inview .bg02_b:after {
  opacity: 1;
  transform: translateX(0);
}
#service #start.inview .blockInner {
  opacity: 1;
  transform: translateY(0);
}

#footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 4rem 0;
  background: #F6F5F4;
}
#footer .footerInner {
  width: 87.7777777778%;
  max-width: 1264px;
  display: flex;
  justify-content: space-between;
}
#footer .footerInner .head {
  width: 28.4810126582%;
}
#footer .footerInner .head .logo {
  width: 100%;
}
#footer .footerInner .head .logo img {
  width: 100%;
}
#footer .footerInner .foot {
  border-left: #A0A5AE solid 1px;
  padding-left: 7rem;
  margin-left: 7rem;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#footer .footerInner .foot ul {
  font-size: 1.6rem;
  font-weight: bold;
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  max-height: 12.6rem;
  margin-bottom: -1rem;
}
#footer .footerInner .foot ul li {
  padding: 0 0 1rem;
  margin-right: 2.4rem;
}
#footer .footerInner .foot .btn {
  font-size: 1.8rem;
  width: 17.6666666667em;
  min-height: 5.6rem;
}
#footer .copyright {
  margin-top: 4.8rem;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (min-width: 961px) {
  .forSP {
    display: none !important;
  }
}
@media (max-width: 960px) {
  html {
    font-size: 1.5625vw;
  }

  .forPC {
    display: none !important;
  }

  #container {
    font-size: 1.6rem;
    line-height: 1.625;
    overflow: hidden;
  }

  article section .secInner {
    width: 86.9680851064%;
  }

  #mainvisual {
    padding-top: 4rem;
    margin-bottom: -2rem;
  }
  #mainvisual .bg01 {
    width: 71.112%;
    padding-top: 43.504%;
    bottom: 2rem;
  }
  #mainvisual .bg02 {
    width: 49.0666666667%;
    padding-top: 33.5706666667%;
  }
  #mainvisual .secInner .title {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #mainvisual .secInner .title .logo {
    width: 30.8rem;
    margin-top: 1.6rem;
  }
  #mainvisual .secInner .img_main {
    margin-top: 1.6rem;
    width: 31.974rem;
  }

  #service {
    padding-top: 2.7rem;
    padding-bottom: 0.8rem;
  }
  #service > h2 {
    width: 26.4rem;
  }
  #service > h2:before, #service > h2:after {
    height: 0.2rem;
    border-radius: 0.2rem;
    margin-top: 0.8rem;
  }
  #service > h2:after {
    margin-top: 1.2rem;
  }
  #service #overview {
    margin-top: 4.6rem;
    box-shadow: 0px 0px 0.8rem rgba(28, 59, 120, 0.5);
    padding: 3.2rem 2.4rem 7.2rem;
    margin-bottom: -9.8rem;
  }
  #service #overview h3 {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
    padding: 1.1111111111em 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 960px) and (min-width: 751px) {
  #service #overview h3 {
    padding: 1.8461538462em 2.4230769231em 2em 2.6538461538em;
    width: auto;
  }
}
@media (max-width: 960px) {
  #service #overview h3:before, #service #overview h3:after {
    width: 3.5555555556em;
    height: 3.5555555556em;
  }
}
@media (max-width: 960px) {
  #service #overview h3:before {
    background-image: url("../img/img_brackets_01_sp.svg");
  }
}
@media (max-width: 960px) {
  #service #overview h3:after {
    background-image: url("../img/img_brackets_02_sp.svg");
  }
}
@media (max-width: 960px) {
  #service #overview .points {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 2.4rem;
  }
  #service #overview .points .point {
    width: 100%;
    margin-top: 3.2rem;
  }
  #service #overview .points .point:first-child {
    margin-top: 0;
  }
  #service #overview .points .point .desc .label {
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
  #service #overview .points .point .desc h4 {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  #service #overview .points .point .desc .text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #service #overview .points .point .img {
    padding: 3.36rem;
    width: 100%;
    align-self: center;
  }
}
@media (max-width: 960px) and (min-width: 751px) {
  #service #overview .points .point .img {
    width: 55%;
  }
}
@media (max-width: 960px) {
  #service #start {
    padding: 6.6rem 0 5.6rem;
  }
  #service #start .bg01_b {
    width: 46.7253333333%;
    padding-top: 34.6666666667%;
  }
  #service #start .bg02_b {
    width: 52.4266666667%;
    padding-top: 32%;
  }
  #service #start .blockInner {
    border-radius: 2.4rem;
    padding: 4rem 3.35rem;
  }
  #service #start .blockInner h3 {
    font-size: 2.2rem;
    line-height: 1.4545454545;
    letter-spacing: 0.06em;
  }
  #service #start .blockInner .note {
    margin-top: 0.8rem;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.6333333333;
  }
  #service #start .blockInner .trial {
    margin-top: 2.4rem;
  }
  #service #start .blockInner .trial h4 {
    font-size: 1.6rem;
  }
  #service #start .blockInner .trial .btn {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0;
    padding: 1.25em 0;
    width: 17.375em;
  }
}
@media (max-width: 960px) {
  #footer {
    padding: 4.8rem 0;
  }
  #footer .footerInner {
    width: 86.9680851064%;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
  #footer .footerInner .head {
    width: 100%;
  }
  #footer .footerInner .head .logo {
    width: 26.638rem;
  }
  #footer .footerInner .foot {
    border-left: none;
    border-top: #A0A5AE solid 1px;
    padding-left: 0;
    margin-left: 0;
    padding-top: 3.2rem;
    margin-top: 3.2rem;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
  #footer .footerInner .foot ul {
    max-height: none;
    margin-bottom: 2rem;
  }
  #footer .footerInner .foot ul li {
    padding: 0 0 1.6rem;
    margin-right: auto;
  }
  #footer .footerInner .foot .btn {
    font-size: 1.8rem;
    width: 100%;
    min-height: 5.1rem;
  }
  #footer .copyright {
    margin-top: 5.6rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 2.6595744681vw;
  }
}