@charset "utf-8";
/* CSS Document */
html {
  overflow-y: scroll;
  height: 100%;
  line-height: 1.6;
}
body {
  width: 100%;
  font-size: 100%;
  font-size: 16px;
  color: #262626;
}
#wrapper {
  min-width: 320px;
  margin: 0 auto;
}
header {
  max-width: 1280px;
  background: #FFFFFF;
  margin: 0 auto;
  padding: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  header {
    padding: 0.5rem 1rem;
  }
  .headerlogo {
    width: 60%;
  }
}
main {
  width: 100%;
  background-color: #ffffd7;
  background-image: radial-gradient(#ffff8a 18%, transparent 21%), radial-gradient(#ffff8a 18%, transparent 21%);
  background-position: 0 0, 28px 28px;
  background-size: 56px 56px;
  padding-bottom: 4rem;
}
.mainvisual--wrap {
  width: 100%;
  background-size: auto auto;
  background: linear-gradient(0deg, rgba(255, 102, 153, 1) 0%, rgba(255, 102, 153, 1) 18.24%, rgba(51, 202, 255, 1) 18.24%, rgba(51, 202, 255, 1) 100%);
}
.mainvisual--inner {
  max-width: 1280px;
  margin: 0 auto;
}
.notes {
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.2rem;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .notes,.mainvisual__headline {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual__mb_headline {
    display: none;
  }
}
.contents--wrap {
  width: 100%;
}
.contents--inner {
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 1rem 1rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .contents--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
  }
}
.merit {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .merit {
    width: 94%;
    margin: 1rem auto;
  }
}
.merit__headline {
  background-color: #019FE6;
  color: #FFFFFF;
  text-align: center;
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 2.3rem;
  padding: 0.5rem;
}
.merit__headline__yellow {
  color: #FFFF78;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .merit__headline {
    font-size: 1.75rem;
    line-height: 2.3rem;
  }
  .merit__headline__yellow {
    font-size: 1.5rem;
  }
}
.merit--wrap {
  background-color: #33CAFF;
  padding: 0.5rem;
}
.merit--group {
  background-color: #FFFAF8;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 0.5rem;
}
.merit--group + .merit--group {
  margin-top: 0.5rem;
}
.merit__number--wrap {
  position: relative;
  display: block;
  width: 4rem;
}
.merit__number {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFAF8;
  width: 40px;
  display: inline-block;
  background: #33CAFF;
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
}
.merit__number:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #33CAFF;
  border-right: 20px solid #33CAFF;
  border-bottom: 10px solid transparent;
}
.merit__text--group {
  position: static;
  width: calc(100% - 0.5rem);
}
.merit__title {
  color: #019FE6;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 0.5rem;
}
.register--wrap {
  width: 67%;
  background: #FFFAF8;
  margin: 0 0 2rem 1rem;
}
@media screen and (max-width: 767px) {
  .register--wrap {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.register__headline__text {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .register__headline__text {
    font-size: 1.125rem;
  }
}
.register__headline {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .register__headline {
    font-size: 1.5rem;
  }
}
.register__inputarea--wrap {
  font-weight: bold;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .register__inputarea--wrap {
    padding: 0rem;
  }
}
.input--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .input--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.required {
  display: inline-block;
  background: #4DAC26;
  font-size: 0.875rem;
  letter-spacing: 0.2rem;
  color: #fffaf8;
  border-radius: 0.375rem;
  margin-right: 1rem;
  padding: 0.125rem 0.4375rem;
}
.input--group {
  margin-bottom: 1rem;
}
.input__item__title {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .input__item__title {
    background: #D9F6CC;
    padding: 0.5rem;
    margin-bottom: 0.25rem;
  }
}
.status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .status {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.status__radio__area {
  width: 30%;
  min-height: 2.5rem;
  background: #fffdfd;
  border: 1px solid #4DAC26;
  border-radius: 0.375rem;
  margin-bottom: 0.25rem;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .status__radio__area {
    width: 96%;
    margin: 0 auto 0.25rem auto;
  }
}
.certification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .certification {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.certification1, .certification2, .certification3, .certification4, .certification5, .certification6, .certification7, .certification8, .certification9 {
  width: 42%;
  min-height: 1.5rem;
  background: #fffdfd;
  border: 1px solid #4DAC26;
  border-radius: 0.375rem;
  margin-bottom: 0.25rem;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .certification1, .certification2, .certification3, .certification4, .certification5, .certification6, .certification7, .certification8, .certification9 {
    width: 85%;
    margin: 0 auto 0.25rem auto;
  }
}
.certification__small {
  font-size: 0.75rem;
}
.input--area {
  min-height: 2.5rem;
  background: #fffdfd;
  border: 1px solid #4DAC26;
  border-radius: 0.375rem;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .input--area {
    width: 96%;
    margin: 0.25rem auto;
  }
}
.input__area--group {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .input__area--group {
    width: 100%;
  }
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
}
input[type="radio"] + label::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 0.85rem;
  height: 0.85rem;
  border-color: #4DAC26;
  background-color: #fffdfd;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  margin-top: -0.45rem;
  margin-left: 0.25rem;
}
input[type="radio"]:checked + label::after {
  position: absolute;
  top: 50%;
  left: 0.25rem;
  content: "";
  display: block;
  width: 1rem;
  height: 0.6rem;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #4DAC26;
  box-sizing: border-box;
  margin-top: -0.65rem;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
}
input[type="checkbox"] + label::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 0.85rem;
  height: 0.85rem;
  border-color: #4DAC26;
  background-color: #fffdfd;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  margin-top: -0.45rem;
  margin-left: 0.25rem;
}
input[type="checkbox"]:checked + label::after {
  position: absolute;
  top: 50%;
  left: 0.25rem;
  content: "";
  display: block;
  width: 1rem;
  height: 0.6rem;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #4DAC26;
  box-sizing: border-box;
  margin-top: -0.65rem;
}
.select--area {
  position: relative;
  overflow: hidden;
  min-height: 2.5rem;
  background: #fffdfd;
  border: 1px solid #4DAC26;
  border-radius: 0.375rem;
}
@media screen and (max-width: 767px) {
  .select--area {
    width: 96%;
    margin: 0.25rem auto;
  }
}
.select--area select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  color: #262626;
  font-weight: bold;
}
.select--area select::-ms-expand {
  display: none;
}
.select--area.mark::before {
  position: absolute;
  top: 1.2rem;
  right: 0.5rem;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #4DAC26;
  pointer-events: none;
}
.select--area.mark select {
  padding: 0.5rem 4rem 0.5rem 0.5rem;
}
.input__text--area {
  width: 96%;
  min-height: 2rem;
  background: #fffdfd;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  color: #262626;
  font-weight: bold;
  border: 1px solid #4DAC26;
  border-radius: 0.375rem;
  padding: 0.3rem;
}
@media screen and (max-width: 767px) {
  .input__text--area {
    width: calc(98.5% - 2rem);
    margin-left: 0.7rem;
  }
}
.register__button__group {
  text-align: center;
}
.register__button__text {
  position: relative;
  display: inline-block;
  color: #FF6699;
  font-weight: bold;
  letter-spacing: 0.2rem;
  padding: 0 2em;
}
.register__button__text::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #FF6699;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.register__button__text::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #FF6699;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.register {
  min-height: 2rem;
  background: #FF6699;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.2rem;
  color: #fffaf8;
  border-radius: 8px;
  border: none;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .3), 0px 5px 4px 4px rgba(255, 250, 248, .03);
  margin-top: 0.5rem;
  padding: 0.5rem 2rem;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .register {
    margin-bottom: 3rem;
  }
}
.register:hover {
  background: #FF3B7D;
  box-shadow: none;
}
.flow--wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 1rem;
}
.flow__headline {
  text-align: center;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3.5rem;
  background-color: #DC9610;
}
@media screen and (max-width: 767px) {
  .flow__headline {
    font-size: 1.5rem;
  }
}
.flow--inner {
  background-color: #FFFAF8;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .flow--inner {
    padding: 0.5rem;
  }
}
.flow__list--group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  border: #DC9610 solid 2px;
  border-radius: 8px;
  margin-bottom: 4rem;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .flow__list--group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flow__list--group::after {
  position: absolute;
  content: '';
  display: block;
  bottom: -3.5rem;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3rem 4rem 0 4rem;
  border-color: #dc9510 transparent transparent transparent;
  margin-left: -4rem;
}
.bg_white {
  background-color: #FFFFFF;
}
.bg_yellow {
  background-color: #FFFF78;
}
.flow__list--group:last-child::after {
  display: none;
}
.flow__title--group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flow__title--group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
}
.flow__number {
  color: #DC9610;
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  .flow__number {
    font-size: 3rem;
  }
}
.flow__title {
  font-size: 1.375rem;
  color: #464646;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .flow__title {
    font-size: 1.125rem;
    margin-left: 0;
  }
}
.flow__green {
  display: block;
  color: #4DAC26;
  font-size: 3.25rem;
}
@media screen and (max-width: 767px) {
  .flow__green {
    font-size: 2.5rem;
  }
}
.flow__text {
  width: 50%;
  color: #464646;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .flow__text {
    width: 100%;
    margin-left: 0;
  }
}
.pagelink__button__group {
  text-align: center;
  margin-top: 2rem;
}
.pagelink__button__text {
  position: relative;
  display: inline-block;
  color: #FF6699;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-bottom: 0.5rem;
  padding: 0 2em;
}
.pagelink__button__text::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #FF6699;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pagelink__button__text::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #FF6699;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pagelink {
  min-height: 2rem;
  background: #FF6699;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.2rem;
  color: #fffaf8;
  border-radius: 8px;
  border: none;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .3), 0px 5px 4px 4px rgba(255, 250, 248, .03);
  margin-top: 1rem;
  padding: 0.5rem 2rem;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .pagelink {
    margin-bottom: 3rem;
    padding: 0.5rem 1rem;
  }
}
.pagelink:hover {
  background: #FF3B7D;
  box-shadow: none;
}
.sitelink__button__group {
  text-align: center;
  margin: 3rem 0 4rem 0;
}
.sitelink__button__text {
  position: relative;
  display: inline-block;
  color: #019FE6;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-bottom: 0.5rem;
  padding: 0 2em;
}
.sitelink__button__text::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #019FE6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sitelink__button__text::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #019FE6;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sitelink {
  min-height: 2rem;
  background: #019FE6;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.2rem;
  color: #fffaf8;
  border-radius: 8px;
  border: none;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .3), 0px 5px 4px 4px rgba(255, 250, 248, .03);
  margin-top: 1rem;
  padding: 0.5rem 4.25rem;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .sitelink {
    margin-bottom: 3rem;
    padding: 0.5rem 3.25rem;
  }
}
.sitelink:hover {
  background: #09ADF4;
  box-shadow: none;
}
.notes_mb {
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0 0.5rem 2rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .notes_mb {
    display: none;
  }
}
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-size: 0.75rem;
  background: #4DAC26;
  padding: 1rem 2rem 0 2rem;
}
@media screen and (max-width: 767px) {
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.footerlink--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footerlink--wrap {
    width: 10rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
.footerlink__list {
  margin-bottom: 0.5rem;
}
.footerlink__list + .footerlink__list::before {
  content: "|";
  color: #fffaf8;
  margin: 0 2rem;
}
@media screen and (max-width: 767px) {
  .footerlink--company {
    margin-left: 2rem;
  }
  .footerlink__list + .footerlink__list::before {
    content: none;
  }
}
.footerlink {
  color: #fffaf8;
}
.footercopy--wrap {
  color: #fffaf8;
}