@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#header .header__block {
  position: absolute;
  background-color: #fff;
  height: 8.85rem;
  max-width: 1200px;
  top: 4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 5rem;
  border-radius: 5rem;
}
#header .header__block .header__logoblock {
  gap: 6rem;
}
#header .header__block .header__logo {
  display: flex;
  align-items: center;
}
#header .header__block .header__logo a {
  padding-top: 0.2rem;
  line-height: 1;
}
#header .header__block .header__logo a img {
  width: 13.9rem;
  height: auto;
}
#header .header__block .header__nav {
  align-items: center;
  list-style: none;
  font-size: 1.8rem;
  font-weight: bold;
  gap: 0 5rem;
}
#header .header__block .header__nav li a {
  text-decoration: none;
  color: #000;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#header .header__block .header__nav li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.7rem;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, #445FC6, #31238E);
  transition: width 0.35s ease-out;
}
#header .header__block .header__nav li a:hover {
  opacity: 1;
}
#header .header__block .header__nav li a:hover::after {
  width: 100%;
}
#header .header__block .header__btn {
  display: flex;
  align-items: center;
  width: 21.6rem;
}
#header .header__block .header__btn a {
  padding-top: 0.2rem;
  line-height: 1;
}
#header .header__block .header__btn::before {
  content: "";
  background: url(../images/icon_submit.png) no-repeat center top/contain;
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  top: 0.7rem;
  right: 4rem;
  z-index: 111;
}

@media screen and (max-width: 768px) {
  #header {
    padding-top: 8.85rem;
  }
  #header .header__block {
    position: fixed;
    top: 0;
    padding: 0 2.5rem;
    border-radius: 0;
    z-index: 99999;
  }
}
#mainvisual {
  margin-bottom: 7rem;
  background-color: #EDF0F4;
  background: url(../images/mv1.png) no-repeat left top/auto 100%, url(../images/mv2.png) no-repeat right top/auto 100%, linear-gradient(0deg, #f1f3f5, #F6F9FA);
}
#mainvisual h1 {
  display: block;
  max-width: 1800px;
  margin: 0 auto;
}
#mainvisual .mainvisual__text {
  position: absolute;
  top: 18vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 58vw;
  max-width: 800px;
}
#mainvisual .mainvisual__lead {
  text-align: center;
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 7rem;
}

@media screen and (min-width: 1367px) {
  #mainvisual {
    margin-bottom: 7rem;
    height: 172vw;
    max-height: 1720px;
    background-color: #EDF0F4;
    background: url(../images/mv1.png) no-repeat left top/auto 100%, url(../images/mv2.png) no-repeat right top/auto 100%, linear-gradient(0deg, #f1f3f5, #F6F9FA);
  }
  #mainvisual h1 {
    display: block;
    max-width: 1800px;
    margin: 0 auto;
  }
  #mainvisual .mainvisual__text {
    position: absolute;
    top: 246px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 58vw;
    max-width: 800px;
  }
  #mainvisual .mainvisual__lead {
    text-align: center;
    font-size: 3.7rem;
    font-weight: bold;
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1366px) {
  #mainvisual {
    height: 125.8vw;
    max-height: inherit;
  }
  #mainvisual .mainvisual__lead {
    font-size: 2.7vw;
    margin-bottom: 5.1vw;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual {
    height: 478vw;
    max-height: inherit;
    background: url(../images/mv_sp.jpg) no-repeat center top/cover;
  }
  #mainvisual .mainvisual__text {
    padding-top: 8.85rem;
    top: 26.6vw;
    width: 83.5vw;
  }
}
#background {
  padding: 15.5rem 0 16rem;
  overflow: hidden;
  background: url(../images/back_background.jpg) no-repeat center top/cover;
  position: relative;
}
#background::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.41em;
  width: 100%;
  background: linear-gradient(90deg, #6178d4 30%, #31238E 100%);
}
#background h2 {
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
  position: relative;
  background: linear-gradient(180deg, #6178d4, #31238E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 9.5rem;
}
#background h2::after {
  content: "";
  position: absolute;
  left: 104%;
  top: 30%;
  transform: translateY(-50%);
  width: 100vw;
  height: 0.7rem;
  background: linear-gradient(-90deg, #6178d4 90%, #31238E 100%);
}
#background .background__block {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 2.6;
}
#background .background__block > div:nth-of-type(1) {
  flex-basis: 29%;
  position: relative;
  margin-top: 1.5rem;
}
#background .background__block > div:nth-of-type(1) img {
  display: block;
  width: 100%;
  height: auto;
}
#background .background__block > div:nth-of-type(2) {
  flex-basis: 65%;
}

@media screen and (max-width: 1070px) {
  #background .background__block > div:nth-of-type(2) br.pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #background {
    padding: 0.5rem 0 9rem;
    background: url(../images/back_background.jpg) no-repeat center top/cover;
  }
  #background .background__img {
    width: 21rem;
    margin: 0 auto 6rem;
  }
  #background h2 {
    font-size: 4rem;
    margin-bottom: 6rem;
    position: relative;
    width: 100%;
  }
  #background h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: inherit;
    bottom: -4.5rem;
    height: 0.14em;
    width: 100%;
    background: linear-gradient(-90deg, #6178d4 30%, #31238E 100%);
  }
  #background .background__block {
    flex-direction: column;
    font-size: 1.85rem;
    letter-spacing: 0;
    line-height: 1.8;
  }
  #background .background__block > div:nth-of-type(1) {
    flex-basis: 29%;
    position: relative;
    margin-top: 1.5rem;
  }
  #background .background__block > div:nth-of-type(1) img {
    display: block;
    width: 100%;
    height: auto;
  }
  #background .background__block > div:nth-of-type(2) {
    flex-basis: 65%;
  }
}
@media screen and (max-width: 350px) {
  #background h2 {
    font-size: 10.3vw;
  }
}
#guideline {
  margin-bottom: 23rem;
}
#guideline h2 {
  background: url(../images/back-guideline.jpg) no-repeat center top/cover;
  display: block;
  text-align: center;
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6.53rem;
}
#guideline h2 > span > span:nth-of-type(1) {
  display: inline-block;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 1.3rem;
  background: linear-gradient(90deg, #445EC4, #31238E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#guideline h2 > span > span:nth-of-type(2) {
  font-size: 2.7rem;
  font-weight: 500;
  color: #999999;
}
#guideline .guideline__block {
  margin-bottom: 8.5rem;
}
#guideline .guideline__block h3 {
  color: #0064b4;
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  border-bottom: 0.1rem solid #79838c;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}
#guideline .guideline__block h3::before {
  content: "";
  background: url(../images/icon_guideline.png) no-repeat center top/contain;
  width: 2.1rem;
  height: 1.1rem;
  position: absolute;
  top: 2.2rem;
  left: -2.9rem;
}
#guideline .guideline__block h3 span {
  position: absolute;
  top: 1.8rem;
  right: 0;
  color: #999999;
  font-size: 1.4rem;
  font-weight: 500;
}
#guideline .guideline__block p {
  font-size: 1.85rem;
  letter-spacing: 0;
  line-height: 1.9;
}
#guideline .guideline__block ul {
  padding-left: 2.3rem;
}
#guideline .guideline__block ul li {
  font-size: 1.85rem;
  letter-spacing: 0;
  line-height: 1.9;
  list-style: none;
  position: relative;
}
#guideline .guideline__block ul li::before {
  content: "";
  position: absolute;
  left: 0;
  font-family: "Barlow", sans-serif;
  top: 1.15rem;
  left: -2rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #0064b4;
  border-radius: 50%;
}
#guideline .guideline__block ol {
  counter-reset: number;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
#guideline .guideline__block ol li {
  font-size: 1.85rem;
  letter-spacing: 0;
  line-height: 1.9;
  counter-increment: number;
  position: relative;
  padding-left: 5rem;
  margin-bottom: 1.4rem;
  line-height: 1.6;
  padding-bottom: 0.5rem;
}
#guideline .guideline__block ol li::before {
  content: counter(number) " :";
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-family: "Barlow", sans-serif;
  display: inline-block;
  width: 4rem;
  text-align: right;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0a67d0;
}
#guideline .guideline__web {
  text-decoration: none;
  color: #0a67d0;
  position: relative;
}
#guideline .guideline__web::before {
  content: "";
  background: url(../images/icon_submit.png) no-repeat center top/contain;
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  top: 0.5rem;
  right: -1.8rem;
}
#guideline .guideline__tel {
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 768px) {
  #guideline {
    margin-bottom: 9rem;
  }
  #guideline h2 {
    height: 22rem;
    margin-bottom: 5.3rem;
  }
  #guideline h2 > span > span:nth-of-type(1) {
    font-size: 4.2rem;
    letter-spacing: 1.1rem;
    line-height: 1.6;
  }
  #guideline h2 > span > span:nth-of-type(2) {
    font-size: 2.2rem;
  }
  #guideline .guideline__block {
    margin-bottom: 5rem;
  }
  #guideline .guideline__block h3 {
    font-size: 2.3rem;
    border-bottom: 0.15rem solid #79838c;
    padding-bottom: 1.3rem;
    margin-bottom: 1.1rem;
  }
  #guideline .guideline__block h3::before {
    width: 2rem;
    height: 1rem;
    top: 1.7rem;
    left: -2.5rem;
  }
  #guideline .guideline__block h3 span {
    display: block;
    position: relative;
    top: inherit;
    right: inherit;
    font-size: 1.3rem;
    margin-top: -0.4rem;
  }
  #guideline .guideline__block p {
    font-size: 1.65rem;
    letter-spacing: 0;
    line-height: 1.8;
  }
  #guideline .guideline__block ul {
    padding-left: 1.9rem;
  }
  #guideline .guideline__block ul li {
    font-size: 1.65rem;
    line-height: 1.8;
  }
  #guideline .guideline__block ul li::before {
    left: 0;
    top: 1rem;
    left: -1.7rem;
    width: 1rem;
    height: 1rem;
  }
  #guideline .guideline__block ol {
    padding-left: 0;
    margin-left: -1rem;
  }
  #guideline .guideline__block ol li {
    font-size: 1.65rem;
    line-height: 1.8;
    padding-left: 5rem;
    margin-bottom: 1.4rem;
    padding-bottom: 0.5rem;
  }
  #guideline .guideline__block ol li::before {
    top: -0.3rem;
  }
  #guideline .guideline__web {
    overflow-wrap: break-word;
    word-break: break-all;
  }
  #guideline .guideline__web::before {
    top: -0.2rem;
  }
}
#submit {
  margin-bottom: 18rem;
}
#submit a {
  display: block;
  width: 60rem;
  height: 12rem;
  margin: 0 auto;
  position: relative;
}
#submit a::before {
  content: "";
  background: url(../images/icon_submit.png) no-repeat center top/contain;
  width: 1.9rem;
  height: 1.9rem;
  position: absolute;
  top: -1rem;
  right: -1.5rem;
}
#submit p {
  text-align: center;
  font-size: 3.7rem;
  font-weight: 600;
  letter-spacing: -0.1rem;
  background: linear-gradient(90deg, #7c8fdc, #31238E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  #submit {
    margin-bottom: 9rem;
  }
  #submit a {
    width: 90%;
    max-width: 400px;
    height: inherit;
    margin-bottom: 0.3rem;
  }
  #submit a::before {
    width: 1.5rem;
    height: 1.5rem;
    top: -0.8rem;
    right: -1.2rem;
  }
  #submit p {
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: -0.1rem;
  }
}
@media screen and (max-width: 490px) {
  #submit p {
    font-size: 7.1vw;
  }
}
#footer {
  background: linear-gradient(90deg, #445FC6, #31238E);
  padding: 6rem 0 5.5rem;
  color: #fff;
}
#footer .footer__block {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
  margin-bottom: 4.5rem;
  border-bottom: 0.1rem solid #bbb;
}
#footer .footer__block div .sp-hide {
  display: none;
}
#footer .footer__block .footer__copy {
  margin-top: 20%;
  font-size: 14px;
}
#footer .footer__block img {
  width: 16rem;
  height: auto;
  margin-left: -1rem;
}
#footer .footer__block .footer__contactwrap {
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
#footer .footer__block .footer__contactwrap .footer__contact {
  margin-bottom: 2.8rem;
  position: relative;
  padding-left: 3.8rem;
}
#footer .footer__block .footer__contactwrap .footer__contact::before {
  content: "";
  background: url(../images/icon_mail.png) no-repeat center top/contain;
  width: 2.7rem;
  height: 2.7rem;
  position: absolute;
  top: 0.7rem;
  left: 0;
}
#footer .footer__block .footer__contactwrap .footer__contactlink {
  letter-spacing: 0;
  line-height: 1.6;
}
#footer .footer__block .footer__contactwrap .footer__contactlink span {
  font-size: 2.2rem;
  letter-spacing: 0.33rem;
}
#footer .footer__block .footer__contactwrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.7rem;
  height: 2px;
  width: 0;
  background: #fff;
  transition: width 0.35s ease-out;
}
#footer .footer__block .footer__contactwrap:hover {
  opacity: 1;
}
#footer .footer__block .footer__contactwrap:hover::after {
  width: 100%;
}
#footer .footer__link {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#footer .footer__link div .mb-hide {
  display: block;
}
#footer .footer__link .footer__link_ul1, #footer .footer__link .footer__link_ul2 {
  opacity: 0;
}
#footer .footer__link .footer__link_ul0 {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 3.5rem;
  width: 60rem;
  margin-top: 3%;
}
#footer .footer__link .footer__link_ul0 a {
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#footer .footer__link .footer__link_ul0 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.7rem;
  height: 2px;
  width: 0;
  background: #fff;
  transition: width 0.35s ease-out;
}
#footer .footer__link .footer__link_ul0 a:hover {
  opacity: 1;
}
#footer .footer__link .footer__link_ul0 a:hover::after {
  width: 100%;
}
#footer .footer__link .footer__link_ul0 a .footer_copy pc {
  display: none;
}
#footer .footer__link .footer__link_ul0 .contact a::before {
  content: "";
  background: url(../images/icon_white.png) no-repeat center top/contain;
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  top: 0.5rem;
  right: -1.8rem;
  z-index: 111;
}
#footer .footer__link p {
  font-size: 1.4rem;
}
#footer .footer__link > div:nth-of-type(2) {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  margin-top: 2.5%;
  padding-right: 2.7rem;
}
#footer .footer__link > div:nth-of-type(2) img {
  width: 4.4rem;
}

@media screen and (max-width: 768px) {
  #footer {
    background: linear-gradient(90deg, #445FC6, #31238E);
    padding: 6rem 0 5.5rem;
    color: #fff;
  }
  #footer .footer__block {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    padding-bottom: 4rem;
    margin-bottom: 4.5rem;
    border-bottom: 0.11rem solid #bbb;
    text-align: center;
  }
  #footer .footer__block div .sp-hide {
    display: block;
  }
  #footer .footer__block img {
    width: 14.5rem;
    height: auto;
    margin-left: -1rem;
    margin-bottom: 5rem;
  }
  #footer .footer__block .footer__contactwrap {
    font-size: 1.9rem;
  }
  #footer .footer__block .footer__contactwrap .footer__contact {
    display: inline-block;
    margin-bottom: 2.8rem;
    padding-left: 3.8rem;
    font-size: 2.2rem;
  }
  #footer .footer__block .footer__contactwrap .footer__contact::before {
    width: 2.7rem;
    height: 2.7rem;
    top: 1.1rem;
  }
  #footer .footer__block .footer__contactwrap .footer__contactlink {
    letter-spacing: 0;
    line-height: 1.8;
  }
  #footer .footer__block .footer__contactwrap .footer__contactlink span {
    font-size: 2.3rem;
    letter-spacing: 0.35rem;
  }
  #footer .footer__block .footer__contactwrap::after {
    content: none;
  }
  #footer .footer__link {
    width: 80%;
    margin: 0 auto 4rem;
    flex-direction: column;
    text-align: center;
  }
  #footer .footer__link div .mb-hide {
    display: none;
  }
  #footer .footer__link .footer__link_ul0 {
    display: none;
  }
  #footer .footer__link .footer__link_ul1, #footer .footer__link .footer__link_ul2 {
    opacity: 1;
    width: 100%;
    max-width: 350px;
    margin: 5% auto 1rem;
    display: flex;
    justify-content: center;
  }
  #footer .footer__link .footer__link_ul1 .contact a::before, #footer .footer__link .footer__link_ul2 .contact a::before {
    content: none;
  }
  #footer .footer__link .footer__link_ul1 li, #footer .footer__link .footer__link_ul2 li {
    margin: 0 8%;
    list-style-type: none;
  }
  #footer .footer__link .footer__link_ul1 a, #footer .footer__link .footer__link_ul2 a {
    font-size: 1.5 0.5rem;
    color: #fff;
    text-decoration: none;
  }
  #footer .footer__link .footer__link_ul1 a::after, #footer .footer__link .footer__link_ul2 a::after {
    content: none;
  }
  #footer .footer__link .footer__link_ul1 .contact, #footer .footer__link .footer__link_ul2 .contact {
    position: relative;
  }
  #footer .footer__link .footer__link_ul1 .contact a::before, #footer .footer__link .footer__link_ul2 .contact a::before {
    content: "";
    background: url(../images/icon_white.png) no-repeat center top/contain;
    width: 1.1rem;
    height: 1.1rem;
    position: absolute;
    right: -15%;
    z-index: 111;
  }
  #footer .footer__link p {
    font-size: 1.5rem;
  }
  #footer .footer__link > div:nth-of-type(2) {
    justify-content: center;
    margin-top: 6rem;
    padding-right: 0;
  }
  #footer > .footer__copy sp {
    text-align: center;
    font-size: 1.3rem;
    display: block;
  }
}
@media screen and (max-width: 360px) {
  #footer .footer__block .footer__contactwrap {
    font-size: 4.5vw;
  }
  #footer .footer__block .footer__contactwrap .footer__contactlink span {
    font-size: 5.4vw;
  }
  #footer .footer__link .footer__link_ul1 {
    opacity: 1;
  }
  #footer .footer__link .footer__link_ul2 {
    opacity: 1;
  }
  #footer .footer__link .footer__link_ul2 .contact {
    position: relative;
  }
  #footer .footer__link .footer__link_ul2 .contact a::before {
    content: "";
    background: url(../images/icon_white.png) no-repeat center top/contain;
    width: 1.1rem;
    height: 1.1rem;
    position: absolute;
    right: -12%;
    z-index: 111;
  }
  #footer .footer__link ul a {
    font-size: 3vw;
  }
}
/* 文字アニメーション */
.text_04 .letter,
.text_05 .letter {
  opacity: 0;
  background: linear-gradient(180deg, #6178d4, #31238E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}