@charset "UTF-8";

/* PC */
@media only screen and (min-width: 768px) {
  html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}

  body {
    font-family: '???S?V?b?N', 'Meiryo', 'MS PGothic', sans-serif;
    line-height: 1.5;
  }
  p {
    font-size: 14px;
  }
  ul {
    list-style-type: none;
  }
  a:hover, button:hover, label:hover, a .slide-up:hover {
    opacity: 0.8;
    cursor: pointer;
  }
  a:link, a:visited {
    text-decoration: none;
    color: #06c;
  }
  img {
    height: auto;
    vertical-align: middle;
  }
  .sp-only {
    display: none!important;
  }
  article {
    background-color: #fff!important;
  }

  /* ----------------------------------------------------
    header
  ---------------------------------------------------- */
  header {
    padding: 12px 0 24px;
  }
  .logo {
    align-items: center;
    display: flex;
    margin: 0 auto;
    width: 1000px;
  }
  .logo p {
    color: #171778;
    font-size: 12px;
    font-weight: bold;
    margin-left: 16px;
  }

  /* Registration
    ========================================================================== */
  .registration-area {
    background: url( "../img/pc/top_bg.png" ) top center / auto 100% no-repeat #ffe000;
  }
  .registration-area > .inner {
    position: relative;
    width: 1000px;
    height: 510px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: start;
  }
  h1 {
    position: absolute;
    top: 0;
    left: 0;
  }
/* ----------------------------------------------------
  registration-area
---------------------------------------------------- */
.registration-area {
  text-align: center;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', 'Meiryo', 'MS PGothic', sans-serif;
}
#register-form > h2 {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
  line-height: 1;
  background: linear-gradient(transparent 50%, #ffe100 50%);
}
#register-user-form .mod-text-input, #register-user-form .mod-text-input-single {
  margin: 15px 0 5px!important;
}
input::placeholder {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', 'Meiryo', 'MS PGothic', sans-serif;
  color: #acacac;
}
#register-user-form .mod-text-input input, #register-user-form .mod-text-input-single input {
  margin: 0!important;
  height: 42px!important;
}
#register-user-form span.email-comment {
  display: block;
  font-size: 10px;
  text-align: left;
  line-height: 1;
  font-family:'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
}
#register-user-form #register-user-button {
  width: 315px!important;
  height: 63px!important;
  margin: 25px auto 0!important;
}
#register-user-form #register-user-button {
  padding-bottom: 5px;
  background: linear-gradient(to bottom, #2ca1e4, #1c91d4);
  opacity: initial!important;
  border: none;
  font-size: 18px!important;
  line-height: 1.3;
  font-family:'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
}
#register-user-form #register-user-button:hover {
  opacity: 0.8!important;
}
#register-user-form #register-user-button span {
  font-size: 12px;
}

input {
  padding-left: .6em;
  font-size: 14px;
  border: 2px solid #e4e4e4;
  border-radius: 3px;
  box-sizing: border-box;
}
input[type=checkbox] {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
}
.box-col input {
  display: none;
}
.box-col input[type="radio"]:checked + .left,.box-col input[type="radio"]:checked + .right {
  background-color: #E4E4E4;
  font-weight: bold;
  color: #000;
}
.box-col label {
  text-align: center;
  background-color: #fff;
  font-size: 13px;
  display: block;
}
.consent {
  font-size: 14px;
  text-align: center;
}
#login-form, #register-form {
  width: 360px!important;
  height: 490px!important;
  padding: 40px 20px 20px!important;
  box-sizing: border-box!important;
}
#register-user-form input {
  height: 32px!important;
}
#register-user-form .mod-selectbox-item {
  height: 32px!important;
}
#register-user-form .box-col {
  height: 32px!important;
}
#register-user-form .box-col .left,
#register-user-form .box-col .right {
  line-height: 24px!important;
}
.registration-area a {
  display: inline-block;
  margin-top: 7px;
  font-size: 12px;
}
.registration-area a p {
  font-size: 13px;
  color: #0060b2;
}
/* .regist_form .mod-text-input > input,
#register-user-form .mod-selectbox>select,
#register-user-form .box-col .left,
#register-user-form .box-col .right {
  border: none!important;
} */
.outer-radius {
  margin: 0!important;
}
#register-social-register-area h2 {
  margin: 22px 0 10px;
}
#social-register-area {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
#social-register-area .social-register-button {
  width: 48%;
  height: 36px!important;
  margin-bottom: 10px!important;
  flex-grow: inherit!important;
  margin-right: 0!important;
}
#social-register-area .social-register-button:last-child {
  margin-right: 0 !important;
}
#social-register-area .social-register-button.google:before {
  left: 6%!important;
}
#social-register-area .social-register-button.yahoo:before {
  left: 4%!important;
}
#social-register-area .social-register-button.line:before {
  left: 5.5%!important;
}
#social-register-area .social-register-button.facebook:before {
  left: 5%!important;
}
#social-register-area .social-register-button p.sns-name {
  font-size: 12px;
}
#register-user-form .register-comment {
  font-size: 10px!important;
  font-family:'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
}
  /* ========================================================================== */

  h3 {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: 980px;
  }
  h4 {
    text-align: center;
  }

  .white_back {
    background-color: #fff;
  }
  .gray_back {
    background-color: #f1f1f1;
  }
  .green_back {
    background-color: #e5f9f7;
  }

  .point {
    margin: auto;
    padding: 50px 0;
    text-align: center;
    width: 100%;
  }
  .point01 {
    margin-top: 35px;
  }
  .point02 {
    margin-top: 64px;
  }
  .point03 {
    margin-top: 40px;
  }
  .point_title {
    color: #171778;
    font-size: 22px;
    font-weight: bold;
  }
  .point_title img {
    display: block;
    margin: 0 auto 15px;
    max-width: 100%;
  }
  .point_text {
    color: #000;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 25px;
  }
  .point_text span {
    color: #ff2700;
  }
  .point_img {
    display: block;
    margin: 30px auto 0;
  }
  .point_img img,
  .point_img source {
    height: auto;
    max-width: 100%;
  }
  .point small {
    display: block;
    font-size: 12px;
  }
  .point02 small {
    margin: auto;
    text-align: left;
    width: 748px;
  }
  .point03 small {
    margin-top: 30px;
  }
  .feature {
    padding: 48px 0;
    width: 100%;
  }
  .feature_list {
    display: flex;
    justify-content: space-between;
    margin: 35px auto 0;
    max-width: 100%;
    width: 980px;
  }
  .feature_list li img {
    width: 100%;
  }
  .pickup {
    margin: 0 auto;
    padding: 64px 0;
    text-align: center;
    width: 100%;
  }
  .pickup_title {
    margin-bottom: 56px;
  }
  .pickup small {
    color: #666;
    display: block;
    font-size: 10px;
    margin: 10px auto 0;
    text-align: left;
    width: 678px;
  }
  .entry_btn {
    padding: 78px 0 88px;
  }

  /* ----------------------------------------------------
    slide-up
  ---------------------------------------------------- */
  .slide-up {
    display: flex;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: inset 0 0 1px rgba(5, 0, 1, .4);
    background-color: #ff6347;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 15px 12px;
    width: 490px;
    margin: 0 auto;
  }
  .slide-up p {
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    text-align: center;
    width: 100%;
    padding-left: 40px;
    line-height: 1.2;
  }
  .slide-up p span {
    display: block;
    font-size: 14px;
  }
  .slide-up img {
    width: 40px;
    height: 40px;
    margin: 0!important;
  }

  /* ----------------------------------------------------
    footer
  ---------------------------------------------------- */
  footer {
    position: relative;
    width: 980px;
    margin: 0 auto 48px!important;
  }
  footer {
    min-height: initial!important;
    display: inherit!important;
  }
  footer div {
    display: flex;
    justify-content: center;
    font-size: 10px;
  }
  footer div p {
    width: auto;
    font-size: 10px;
    color: #000;
  }
  footer div a:nth-child(2) {
    margin: 0 20px 0 60px;
  }
  footer div a:nth-child(3) {
    margin-left: 20px;
  }
  footer img {
    position: absolute;
    right: 10px;
    bottom: -30px;
  }
}

/* 1000px ~ 768px */
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .point_img {
    width: 90%;
  }
  .feature_list {
    gap: 16px;
    width: 90%;
  }
}

/* SP */
@media only screen and (max-width: 767px) {
  html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}

  body {
    width: 100%;
    font-family: '???S?V?b?N', 'Meiryo', 'MS PGothic', sans-serif;
    line-height: 1.4;
  }
  ul {
    list-style-type: none;
  }
  img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  a:link, a:visited {
    text-decoration: none;
    color: #06c;
  }
  .pc-only {
    display: none!important;
  }

  /* ----------------------------------------------------
    header
  ---------------------------------------------------- */
  header {
    background-color: #fff;
    padding: 3% 0;
  }
  .logo {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .logo img {
    width: 18.5vw;
    height: 5.3vw;
  }
  .logo p {
    color: #171778;
    font-size: 3vw;
    font-weight: bold;
    margin-left: 4%;
  }

/* ----------------------------------------------------
  registration-area
---------------------------------------------------- */
.registration-area {
  text-align: center;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', 'Meiryo', 'MS PGothic', sans-serif;
}
#register-form > h2 {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 23px;
  text-align: center;
  line-height: 1;
  background: linear-gradient(transparent 50%, #ffe100 50%);
}
#register-user-form .mod-text-input, #register-user-form .mod-text-input-single {
  margin: 22px 0 10px!important;
}
input::placeholder {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', 'Meiryo', 'MS PGothic', sans-serif;
  color: #acacac;
}
#register-user-form .mod-text-input input, #register-user-form .mod-text-input-single input {
  margin: 0!important;
  height: 42px!important;
  box-shadow:none!important;
}
#register-user-form span.email-comment {
  display: block;
  font-size: 12px;
  text-align: left;
  line-height: 1;
  font-family:'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
}
#register-user-form #register-user-button {
  width: 100%!important;
  height: 70px!important;
  margin: 20px auto 0!important;
}
#register-user-form #register-user-button {
  padding-bottom: 5px;
  background: linear-gradient(to bottom, #2ca1e4, #1c91d4);
  opacity: initial!important;
  border: none;
  font-size: 21px!important;
  line-height: 1.4;
  font-family:'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
}
#register-user-form #register-user-button span {
  font-size: 13px;
}

input {
  padding-left: .6em;
  font-size: 14px;
  border: 2px solid #e4e4e4;
  border-radius: 3px;
  box-sizing: border-box;
}
input[type=checkbox] {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
}
.box-col input {
  display: none;
}
.box-col input[type="radio"]:checked + .left,.box-col input[type="radio"]:checked + .right {
  background-color: #E4E4E4;
  font-weight: bold;
  color: #000;
}
.box-col label {
  text-align: center;
  background-color: #fff;
  font-size: 13px;
  display: block;
}
.consent {
  font-size: 14px;
  text-align: center;
}
#login-form, #register-form {
  width: initial!important;
  height: initial!important;
  padding: 8% 4% 7% 4%!important;
  border: solid 2px #dcdcdc;
  box-sizing: border-box!important;
}
#register-user-form input {
  height: 32px!important;
}
#register-user-form .mod-selectbox-item {
  height: 32px!important;
}
#register-user-form .box-col {
  height: 32px!important;
}
#register-user-form .box-col .left,
#register-user-form .box-col .right {
  line-height: 24px!important;
}
.registration-area a {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
}
.registration-area a p {
  font-size: 13px;
  color: #0060b2;
}
/* .regist_form .mod-text-input > input,
#register-user-form .mod-selectbox>select,
#register-user-form .box-col .left,
#register-user-form .box-col .right {
  border: none!important;
} */
.outer-radius {
  display: inherit!important;
  margin: 8px 0 0!important;
  padding: 4% 4% 7%!important;
  background-color: #f1f1f1!important;
  border-radius: initial!important;
}
#register-social-register-area h2 {
  margin: 25px 0 12px;
  font-size: 16px;
}
#register-social-register-area h2::before, #register-social-register-area h2::after {
  height: 2px!important;
}
#social-register-area {
  margin: 0 auto 10px!important;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
#social-register-area .social-register-button {
  height: 13vw!important;
  margin: 0 0 10px 0 !important;
  display: flex;
  align-items: center;
  width: 49%;
  flex-grow: inherit!important;
}
#social-register-area .social-register-button:last-child {
  margin-right: 0 !important;
}
#social-register-area .social-register-button.google:before {
  width: 5vw!important;
  height: 100%!important;
  top: 29% !important;
  left: 7%!important;
}
#social-register-area .social-register-button.yahoo:before {
  width: 5vw!important;
  height: 100%!important;
  top: 37% !important;
  left: 7%!important;
}
#social-register-area .social-register-button.line:before {
  width: 5vw!important;
  height: 100%!important;
  top: 29% !important;
  left: 7%!important;
}
#social-register-area .social-register-button.facebook:before {
  width: 5vw!important;
  height: 100%!important;
  top: 29% !important;
  left: 7%!important;
}
#social-register-area .social-register-button p.sns-name {
  width: 100%;
  padding-left: 2vw;
  font-size: 3vw;
}
#social-register-area .social-register-button.yahoo p.sns-name {
}
#register-user-form .register-comment {
  font-size: 10px!important;
  font-family:'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
}

@media screen and (max-width: 320px) {
  #register-form > h2 {
    font-size: 19px;
  }
  #register-user-form span.email-comment {
    font-size: 10px;
  }
  #register-user-form #register-user-button {
    font-size: 18px!important;
  }
  #register-user-form #register-user-button span {
    font-size: 12px;
  }
}
  /* ========================================================================== */
  h3 {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  h4 {
    text-align: center;
  }

  .white_back {
    background-color: #fff;
  }
  .gray_back {
    background-color: #f1f1f1;
  }
  .green_back {
    background-color: #e5f9f7;
  }

  .point {
    margin: auto;
    padding: 11% 0 7.5%;
    text-align: center;
    width: 100%;
  }
  .point h3 {
    width: 85%;
  }
  .point01 {
    margin-top: 5.6%;
  }
  .point02 {
    margin-top: 11.6%;
  }
  .point03 {
    margin-top: 12.5%;
  }
  .point_title {
    color: #171778;
    font-size: 5.6vw;
    font-weight: bold;
  }
  .point_title img {
    display: block;
    margin: 0 auto 5.5%;
  }
  .point_text {
    color: #000;
    font-size: 3.7vw;
    line-height: 1.8;
    margin-top: 5.5%;
  }
  .point03 .point_text {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .point_text span {
    color: #ff2700;
  }
  .point_img {
    display: block;
    margin: 8% auto 0;
    width: 92%;
  }
  .point_img source {
    height: auto;
  }
  .point02 .point_img {
    margin-top: 0;
  }
  .point small {
    display: block;
    font-size: 2.9vw;
    margin-top: 5%;
    text-align: center;
  }
  .feature {
    padding: 15% 0;
    width: 100%;
  }
  .feature h3 {
    width: 90%;
  }
  .feature_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2%;
    justify-content: space-between;
    margin: 9.5% auto 0;
    width: 92%;
  }
  .feature_list li {
    width: 49%;
  }
  .feature_list li:nth-child(n+3) {
    margin-top: 2%;
  }
  .pickup {
    margin: 0 auto;
    padding: 12% 0 17.6%;
    text-align: center;
    width: 100%;
  }
  .pickup_title {
    margin-bottom: 4.6%;
    width: 77%;
  }
  .pickup small {
    color: #666;
    display: block;
    font-size: 2.6vw;
    margin: 2% auto 0;
    text-align: left;
    width: 85%;
  }
  .entry_btn {
    padding: 10.5% 0 19.5%;
  }

  /* ----------------------------------------------------
    ???l???X???C?_?[
  ---------------------------------------------------- */
  .sec03_container {
    margin: auto;
    position: relative;
    width: 85%;
  }

  .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide_img {
    max-width: 100%;
    height: auto;
  }

  .swiper-slide_img source {
    width: 100%;
    height: auto;
  }

  .swiper-button-prev {
    background-image: url(../img/sp/prev.png);
    background-size: 100%;
    background-position: center;
    left: -6%;
    opacity: 1;
  }

  .swiper-button-prev::after {
    content: "";
  }

  .swiper-button-next {
    background-image: url(../img/sp/next.png);
    background-size: 100%;
    background-position: center;
    right: -6%;
    opacity: 1;
  }

  .swiper-button-next::after {
    content: "";
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    width: 10.7vw;
    height: 10.7vw;
    margin-top: 0;
    outline: none;
  }

  /* ----------------------------------------------------
    slide-up
  ---------------------------------------------------- */
  .slide-up {
    display: flex;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: inset 0 0 1px rgba(5, 0, 1, .4);
    background-color: #ff6347;
    align-items: center;
    justify-content: flex-end;
    margin: 0 4% 0;
    padding: 8px 10px;
  }
  .slide-up p {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 100%;
    padding-left: 12%;
    line-height: 1.5;
  }
  .slide-up p span {
    display: block;
    font-size: 14px;
  }
  .slide-up img {
    width: 38px;
    height: auto;
  }
  .block {
    background-color: #ffe200;
  }
  .block span {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .company {
    padding: 3% 5% 5%;
    background-color: #ffe200;
  }
  .company img {
    border-radius: 8px;
  }
  .company img:first-child {
    padding-bottom: 10px;
  }

  /* ----------------------------------------------------
    footer
  ---------------------------------------------------- */
  footer {
    width: 100%;
    font-size: 10px;
    line-height: 2.5;
    padding: 0 0 12.74%;
  }
  footer div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  footer p {
    width: 100%;
    text-align: center;
    order: 3;
  }
  footer a {
    color: #000 !important;
  }
}