/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/import-glob-loader/index.js!./src/scss/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

.welcome__top__content ._txt {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
}

.tip-text span, .welcome__top__content ._txt span {
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.tip-text span::before, .welcome__top__content ._txt span::before {
  content: attr(data-title);
  color: white;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 20px;
  padding: 0 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: #000;
  border-radius: 2px;
  top: -22px;
}
.tip-text span::before, .welcome__top__content ._txt span::before,.tip-text span::after, .welcome__top__content ._txt span::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
}
.tip-text span::after, .welcome__top__content ._txt span::after {
  content: "";
  display: block;
  width: 4px;
  height: 3px;
  background: black;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  top: -2px;
}
.tip-text span:hover::before, .welcome__top__content ._txt span:hover::before {
  opacity: 1;
  top: -27px;
}
.tip-text span:hover::after, .welcome__top__content ._txt span:hover::after {
  opacity: 1;
  top: -7px;
}

/* ------------------------------
 width: all
------------------------------ */
/* ------------------------------
 width < $width-1
------------------------------ */
/* ------------------------------
 sign up 追加
------------------------------ */
.signup figure {
  line-height: 0;
  margin: 0;
  padding: 0;
}
.signup figure img {
  width: 100%;
  height: auto;
}

.bg_yellow {
  background-color: #FCF7E4;
  width: 100%;
  margin: 50px auto 100px;
  padding: 30px 30px 78px 30px;
}
.merit {
  width: 100%;
}
.merit__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 29px;
}

.fr {
  float: right !important;
  overflow: hidden !important;
  display: block;
  margin: 0px 0px 50px 60px;
  width: 690px;
}
.md {
  padding-top: 50px;
}

.point, .point2 {
  font-size: 26px;
  font-weight: bold;
  color: white;
  width: 135px;
  height: 43px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.tip-text {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}
.point2 {
  background-color: #FF8A02;
}

.point2,.point {
  font-family: "Open Sans" !important;
}

.point {
  background-color: #FFC402;
}

h3 {
  font-size: 28px;
  line-height: 2.4rem;
  font-weight: bold;
  margin: 20px auto;
}

.welcome {
  display: block;
}
.welcome__mv {
  height: 25.8333333333vw;
  width: 100%;
  background: url(../images/bg01.png);
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.welcome__mv img {
  width: 28.630952381vw;
  height: 24.4047619048vw;
  position: absolute;
  left: 50%;
  bottom: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 17.2916666667vw;
  z-index: 10;
}
.welcome__mv__text--wrap {
  width: 37.9761904762vw;
  height: 37.9761904762vw;
  border-radius: 50%;
  background: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: -21.4880952381vw;
}
.welcome__mv__text--big {
  font-size: 76px;
  line-height: 1;
  color: #FF5002;
  margin-bottom: 24px;
  font-weight: 800;
}
.welcome__mv__text--mid {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 32px;
  font-weight: 800;
}
.welcome__mv__text--min {
  font-size: 21px;
  line-height: 28px;
  color: #FF5002;
  font-weight: 700;
}
.welcome__top__content {
  display: grid;
  grid-template-columns: auto 582px;
  gap: 42px;
  padding: 52px 0 67px;
}
@media (max-width: 1000px){
  .pc {
    display: none !important;
  }
  .welcome__top__content ._txt {
    font-size: 15px;
    line-height: 24px;
  }
  .merit {
    width: 100%;
  }
  .merit__grid {
    gap: 25px 18px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 10px;
  }
  .merit__grid a {
    position: relative;
  }
  .point, .point2 {
    font-size: 20px;
    width: 107px;
    height: 31px;
  }
  h3 {
    font-size: 5.3333333333vw;
    line-height: 7.4666666667vw;
    margin: 14px auto;
  }
  .welcome__mv {
    height: 116.2666666667vw;
  }
  .welcome__mv img {
    width: 82.6666666667vw;
    height: 70.4vw;
    margin-left: 0;
  }
  .welcome__mv__text--wrap {
    width: 115.7333333333vw;
    height: 115.7333333333vw;
    top: -46.1333333333vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
  }
  .welcome__mv__text--big {
    font-size: 12.2666666667vw;
    margin-top: 24.2666666667vw;
    margin-bottom: 4vw;
  }
  .welcome__mv__text--mid {
    font-size: 6.6666666667vw;
    margin-bottom: 5.6vw;
  }
  .welcome__mv__text--min {
    font-size: 4vw;
  }
  .welcome__top__content {
    padding: 27px 0 56px;
    grid-template-columns: 100%;
    gap: 5px;
  }
  .welcome__top__text-wrap {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}
@media only screen and (max-width: 700px){
  .show_pc {
    display: none !important;
  }

  .show_sp {
    display: block !important;
  }

  .ttl {
    height: 145px;
    background: #F5F5F5;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 34px;
  }
  .ttl .wrapper {
    text-align: center;
    width: 100%;
  }
  .ttl .wrapper figure {
    margin: 0;
    margin-bottom: 12px;
  }
  .ttl .wrapper figure img {
    width: 152px;
    height: auto;
  }
  .ttl .wrapper h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
  }

  .btn a {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background: #FF5002;
    border: 4px solid #FF5002;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-decoration: none;
  }
  .btn a:hover {
    background: #fff;
    color: #FF5002;
  }
  .login {
    padding: 34px 0 20px;
    -webkit-box-align: center;
    align-items: center;
  }
  .login,.login .wrapper {
    display: -webkit-box;
    display: flex;
  }
  .login .wrapper {
    flex-wrap: wrap;
  }
  .login .wrapper figure {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    order: 2;
    text-align: center;
  }
  .login .wrapper figure img {
    max-width: 100%;
  }
  .login .wrapper .login_form {
    -webkit-box-ordinal-group: 2;
    order: 1;
    border-radius: 20px;
    border: 1px solid #D3D3D3;
    padding: 17px 22px 40px;
  }
  .login .wrapper .login_form form h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
  }
  .login .wrapper .login_form form p + p {
    margin-top: 16px;
  }
  .login .wrapper .login_form form p input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    background: #F6F6F6;
    height: 50px;
    font-size: 16px;
    line-height: 1;
    padding: 0 14px;
    color: #000;
    outline: none;
  }
  .login .wrapper .login_form form p input:focus {
    border-color: #ff8a02;
  }
  .login .wrapper .login_form form p input::-webkit-input-placeholder {
    color: #D3D3D3;
    opacity: 1;
  }
  .login .wrapper .login_form form p input::-webkit-input-placeholder, .login .wrapper .login_form form p input::-moz-placeholder, .login .wrapper .login_form form p input:-ms-input-placeholder, .login .wrapper .login_form form p input::placeholder {
    color: #D3D3D3;
    opacity: 1;
  }
  .login .wrapper .login_form form p input:-ms-input-placeholder, .login .wrapper .login_form form p input::-ms-input-placeholder {
    color: #D3D3D3;
  }
  .login .wrapper .login_form form span {
    color: #A7A7A7;
    font-size: 12px;
    line-height: 25px;
    display: block;
  }
  .login .wrapper .login_form form .login_btn {
    text-align: center;
    margin: 15px 0 20px;
  }
  .login .wrapper .login_form form .login_btn button {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background: #FF5002;
    border: 4px solid #FF5002;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
  }
  .login .wrapper .login_form form .login_btn button:hover {
    background: #fff;
    color: #FF5002;
  }
  .login .wrapper .login_form form .login_forget {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
  }
  .login .wrapper .login_form form .login_forget a {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    color: #3A79F4;
    text-decoration: none;
  }
  .login .wrapper .login_form form .login_regis {
    text-align: center;
    margin-bottom: 26px;
  }
  .login .wrapper .login_form form .login_regis a {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background: #fff;
    border: 4px solid #FF5002;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    color: #FF5002;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-decoration: none;
  }
  .login .wrapper .login_form form .login_regis a:hover {
    background: #FF5002;
    color: #fff;
    opacity: 1;
  }
  .login .wrapper .login_form form p {
    font-size: 14px;
    line-height: 24px;
  }
  .login .wrapper .login_form form p a {
    text-decoration: none;
    font-weight: bold;
    color: #3A79F4;
  }

  .signup {
    padding-bottom: 50px;
  }
  .signup .signup_ct--top {
    padding-bottom: 56px;
  }
  .signup .signup_ct h3 {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    color: #FF8A02;
    font-weight: bold;
    margin: 24px auto 20px;
  }
  .signup .signup_ct h3.bottom {
    margin: 40px auto 20px;
  }
  .signup .signup_ct p {
    font-size: 14px;
    line-height: 24px;
  }
  .signup .signup_ct .signup_gr {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .signup .signup_ct .signup_gr .signup_btn + .signup_btn {
    margin-top: 27px;
  }
  .signup .signup_ct .signup_gr .signup_btn span {
    font-size: 14px;
    line-height: 19px;
    display: block;
    color: #FF5002;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
  }
  .signup .signup_ct .signup_gr .signup_btn-green span {
    color: #0CB754;
  }
  .signup .signup_ct .signup_gr .signup_btn-green a {
    background: #0CB754;
    border-color: #0CB754;
  }
  .signup .signup_ct .signup_gr .signup_btn-green a:hover {
    color: #0CB754;
    background: #fff;
  }
  .signup .signup_ct dl {
    border: 0px solid #3A79F4;
    border-radius: 10px;
    padding: 25px 25px 40px;
    background-color: #f2f2f2;
  }
  .signup .signup_ct dl dt {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
    text-align: center;
  }
  .signup .signup_ct dl dt b {
    color: #225DD1;
  }
  .signup .signup_ct dl dd {
    font-size: 14px;
    line-height: 24px;
  }
  .bg_yellow {
    background-color: #FCF7E4;
    width: 100%;
    margin: 0px auto;
    padding: 20px 0 40px;
  }
  .fr {
    margin: 40px 0px 25px;
    width: 100%;
  }
}
@media only screen and (min-width: 701px){
  .show_pc {
    display: block !important;
  }

  .show_sp {
    display: none !important;
  }

  .wrapper {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }

  .ttl {
    height: 219px;
    background: #F5F5F5;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 45px;
  }
  .ttl .wrapper {
    text-align: center;
  }
  .ttl .wrapper figure {
    margin: 0;
    margin-bottom: 12px;
  }
  .ttl .wrapper figure img {
    width: 240px;
  }
  .ttl .wrapper h2 {
    font-size: 31px;
    line-height: 41px;
    font-weight: bold;
  }

  .btn a {
    width: 322px;
    height: 70px;
    margin: 0 auto;
    background: #FF5002;
    border: 4px solid #FF5002;
    border-radius: 70px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-decoration: none;
  }
  .btn a:hover {
    background: #fff;
    color: #FF5002;
    opacity: 1;
  }
  .login {
    padding: 0 15px;
    height: calc(100vh - 14px);
    -webkit-box-align: center;
    align-items: center;
  }
  .login,.login .wrapper {
    display: -webkit-box;
    display: flex;
  }
  .login .wrapper figure {
    width: calc(100% - 500px);
  }
  .login .wrapper figure img {
    width: 547px;
  }
  .login .wrapper .login_form {
    width: 500px;
    border-radius: 20px;
    border: 1px solid #D3D3D3;
    padding: 33px 44px 50px;
  }
  .login .wrapper .login_form form h3 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
  }
  .login .wrapper .login_form form p + p {
    margin-top: 16px;
  }
  .login .wrapper .login_form form p input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    background: #F6F6F6;
    height: 50px;
    font-size: 16px;
    line-height: 1;
    padding: 0 14px;
    color: #000;
    outline: none;
  }
  .login .wrapper .login_form form p input:focus {
    border-color: #ff8a02;
  }
  .login .wrapper .login_form form p input::-webkit-input-placeholder {
    color: #D3D3D3;
    opacity: 1;
  }
  .login .wrapper .login_form form p input::-webkit-input-placeholder, .login .wrapper .login_form form p input::-moz-placeholder, .login .wrapper .login_form form p input:-ms-input-placeholder, .login .wrapper .login_form form p input::placeholder {
    color: #D3D3D3;
    opacity: 1;
  }
  .login .wrapper .login_form form p input:-ms-input-placeholder, .login .wrapper .login_form form p input::-ms-input-placeholder {
    color: #D3D3D3;
  }
  .login .wrapper .login_form form span {
    color: #A7A7A7;
    font-size: 12px;
    line-height: 25px;
    display: block;
  }
  .login .wrapper .login_form form .login_btn {
    text-align: center;
    margin: 20px 0 30px;
  }
  .login .wrapper .login_form form .login_btn button {
    width: 322px;
    height: 70px;
    margin: 0 auto;
    background: #FF5002;
    border: 4px solid #FF5002;
    border-radius: 70px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
  }
  .login .wrapper .login_form form .login_btn button:hover {
    background: #fff;
    color: #FF5002;
  }
  .login .wrapper .login_form form .login_forget {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E0E0E0;
  }
  .login .wrapper .login_form form .login_forget a {
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    color: #3A79F4;
    text-decoration: none;
  }
  .login .wrapper .login_form form .login_regis {
    text-align: center;
    margin-bottom: 26px;
  }
  .login .wrapper .login_form form .login_regis a {
    width: 322px;
    height: 70px;
    margin: 0 auto;
    background: #fff;
    border: 4px solid #FF5002;
    border-radius: 70px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #FF5002;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-decoration: none;
  }
  .login .wrapper .login_form form .login_regis a:hover {
    background: #FF5002;
    color: #fff;
    opacity: 1;
  }
  .login .wrapper .login_form form p {
    font-size: 15px;
    line-height: 25px;
  }
  .login .wrapper .login_form form p a {
    text-decoration: none;
    font-weight: bold;
    color: #3A79F4;
  }

  .signup {
    padding-bottom: 90px;
  }
  .signup .signup_ct {
    max-width: 670px;
    margin: 0 auto;
  }
  .signup .signup_ct h3 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    color: #FF8A02;
    font-weight: bold;
    margin: 60px auto 30px;
  }
  .signup .signup_ct p {
    font-size: 16px;
    line-height: 28px;
  }
  .signup .signup_ct .signup_gr {
    margin-top: 50px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .signup .signup_ct .signup_gr .signup_btn {
    width: 322px;
  }
  .signup .signup_ct .signup_gr .signup_btn span {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    display: block;
    color: #FF5002;
    margin-bottom: 10px;
    text-align: center;
  }
  .signup .signup_ct .signup_gr .signup_btn-green span {
    color: #0CB754;
  }
  .signup .signup_ct .signup_gr .signup_btn-green a {
    background: #0CB754;
    border-color: #0CB754;
  }
  .signup .signup_ct .signup_gr .signup_btn-green a:hover {
    color: #0CB754;
    background: #fff;
  }
  .signup .signup_ct dl {
    border: 0px solid #3A79F4;
    border-radius: 10px;
    padding: 25px 30px 30px;
    background-color: #f2f2f2;
  }
  .signup .signup_ct dl dt {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .signup .signup_ct dl dt b {
    color: #225DD1;
  }
  .signup .signup_ct dl dd {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 1001px){
  .sp {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map*/