@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #473c46;
  background-color: #fff;
  width: 100%;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-display: swap;
}

img {
  border: 0;
  width: 100%;
  height: auto;
}

a {
  color: #473c46;
  text-decoration: none;
}

.container {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 540px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.title {
  max-width: 600px;
  display: block;
  margin: 0 auto 20px;
}

.cv-button {
  text-align: center;
  background-color: #f36291;
  padding: 10px;
  margin: 20px auto 20px;
  width: 70%;
  border-radius: 100px;
  -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@-webkit-keyframes poyopoyo {
  0%, 20%, 40%, 60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30%, 50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes poyopoyo {
  0%, 20%, 40%, 60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30%, 50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@media screen and (max-width: 799px) {
  .cv-button {
    width: 80%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 540px) {
  .cv-button {
    width: 100%;
    padding: 10px 30px 10px 30px;
    margin: 10px auto 10px;
  }
}

.cv-button a {
  display: block;
}

.cv-button img {
  width: 80%;
}

@media screen and (max-width: 799px) {
  .cv-button img {
    width: 90%;
  }
}

@media screen and (max-width: 540px) {
  .cv-button img {
    width: 100%;
  }
}

.top-button {
  width: 300px;
  height: auto;
  text-align: center;
  background-color: #f36291;
  padding: 10px 10px 5px 10px;
  border-radius: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 799px) {
  .top-button {
    width: 250px;
  }
}

@media screen and (max-width: 540px) {
  .top-button {
    width: 180px;
    padding: 10px 5px 5px 5px;
  }
}

.top-button a {
  display: block;
}

.top-button img {
  width: 90%;
}

.line-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(50%, #ffdae5));
  background: linear-gradient(transparent 65%, #ffdae5 50%);
}

.line-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(50%, #fff9aa));
  background: linear-gradient(transparent 65%, #fff9aa 50%);
}

.pink-text {
  color: #f36291;
  font-weight: 700;
}

.inline-block {
  display: inline-block;
}

@media screen and (max-width: 540px) {
  .pc-view {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .sp-view {
    display: none;
  }
}

@media screen and (max-width: 799px) {
  .sp-view {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .sp-view {
    display: block;
  }
}

@media screen and (max-width: 799px) {
  .pc-only-view {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .pc-only-view {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .tab-sp-view {
    display: none;
  }
}

header {
  background-color: #fff;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 540px) {
  .header-container {
    padding: 0 10px 0 5px;
  }
}

.logo {
  width: 180px;
  padding-top: 13px;
  padding-bottom: 10px;
}

@media screen and (max-width: 799px) {
  .logo {
    width: 180px;
  }
}

@media screen and (max-width: 540px) {
  .logo {
    width: 140px;
    padding-top: 8px;
    padding-bottom: 5px;
  }
}

.top {
  background-color: #ffe4ed;
  padding-bottom: 70px;
}

@media screen and (max-width: 799px) {
  .top {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 540px) {
  .top {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 540px) {
  .top-img {
    display: block;
    margin: 0 auto;
  }
}

.top-container {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}

.top-title {
  width: 60%;
  position: absolute;
  top: 10px;
  left: 30px;
}

@media screen and (max-width: 799px) {
  .top-title {
    left: 10px;
  }
}

@media screen and (max-width: 540px) {
  .top-title {
    width: 70%;
  }
}

.top-online {
  width: 20%;
  position: absolute;
  top: 10px;
  right: 30px;
}

@media screen and (max-width: 799px) {
  .top-online {
    top: 15px;
    right: 10px;
  }
}

@media screen and (max-width: 540px) {
  .top-online {
    width: 25%;
    top: 45%;
    z-index: 10;
  }
}

.top-text {
  width: 55%;
  position: absolute;
  right: 0;
  bottom: -50px;
}

@media screen and (max-width: 799px) {
  .top-text {
    width: 70%;
    right: 15%;
    bottom: -100px;
  }
}

@media screen and (max-width: 540px) {
  .top-text {
    width: 100%;
    right: 0;
    bottom: -90px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.novelty {
  background-image: url(../images/novelty_bg.jpg);
  background-size: contain;
  padding-top: 30px;
  padding-bottom: 20px;
}

@media screen and (max-width: 799px) {
  .novelty {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

.novelty-sub-title {
  width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .novelty-sub-title {
    width: 60%;
  }
}

@media screen and (max-width: 540px) {
  .novelty-sub-title {
    width: 80%;
  }
}

.novelty-title {
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .novelty-title {
    width: 90%;
  }
}

@media screen and (max-width: 540px) {
  .novelty-title {
    width: 90%;
    margin-bottom: 10px;
  }
}

.novelty-img {
  width: 50%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .novelty-img {
    width: 60%;
  }
}

@media screen and (max-width: 540px) {
  .novelty-img {
    width: 80%;
  }
}

.strengths {
  background-color: #bce8e8;
  padding-top: 20px;
  padding-bottom: 30px;
}

@media screen and (max-width: 799px) {
  .strengths {
    padding-bottom: 20px;
  }
}

.strengths-title {
  width: 70%;
  margin: 0 auto 30px;
}

@media screen and (max-width: 799px) {
  .strengths-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 540px) {
  .strengths-title {
    width: 100%;
  }
}

.strengths-point {
  background-color: #fff;
  position: relative;
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 50px;
  padding: 40px 20px 30px;
  border-radius: 20px;
}

@media screen and (max-width: 799px) {
  .strengths-point {
    padding-top: 30px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 540px) {
  .strengths-point {
    padding: 20px 15px 20px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.strengths-point img {
  width: 120px;
  position: absolute;
  top: -40px;
}

@media screen and (max-width: 799px) {
  .strengths-point img {
    width: 100px;
    top: -40px;
  }
}

@media screen and (max-width: 540px) {
  .strengths-point img {
    width: 80px;
    top: -30px;
    left: 10px;
  }
}

.s-point-title {
  font-size: 24px;
  font-weight: 600;
  color: #8c4d86;
  margin-bottom: 20px;
}

@media screen and (max-width: 799px) {
  .s-point-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .s-point-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.s-point-text {
  font-size: 18px;
}

@media screen and (max-width: 799px) {
  .s-point-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 540px) {
  .s-point-text {
    font-size: 14px;
  }
}

.interview {
  padding-bottom: 30px;
}

@media screen and (max-width: 799px) {
  .interview {
    padding-bottom: 20px;
  }
}

.interview-title {
  max-width: 800px;
}

.interview-q-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.interview-q-title img {
  width: 60px;
  margin-right: 10px;
}

@media screen and (max-width: 799px) {
  .interview-q-title img {
    width: 60px;
  }
}

@media screen and (max-width: 540px) {
  .interview-q-title img {
    width: 50px;
  }
}

.interview-q-title p {
  font-size: 30px;
  font-weight: 600;
}

@media screen and (max-width: 799px) {
  .interview-q-title p {
    font-size: 24px;
  }
}

@media screen and (max-width: 540px) {
  .interview-q-title p {
    font-size: 20px;
  }
}

.i-title-1 {
  width: auto;
  max-width: 400px;
}

@media screen and (max-width: 799px) {
  .i-title-1 {
    width: 70%;
  }
}

.i-title-2 {
  width: auto;
  max-width: 600px;
}

.interview-a-title {
  margin: 40px auto 0;
  position: relative;
}

.interview-a-title::before {
  content: "";
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #d3a2cd transparent transparent transparent;
  position: absolute;
  top: -40px;
  right: 50%;
  left: 45%;
  margin-top: 10px;
  width: 1px;
  height: 1px;
}

@media screen and (max-width: 540px) {
  .interview-a-title::before {
    border-width: 15px 20px 0 20px;
  }
}

.interview-a-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

@media screen and (max-width: 799px) {
  .interview-a-box {
    display: block;
  }
}

.interview-a-box img {
  width: 50%;
}

@media screen and (max-width: 799px) {
  .interview-a-box img {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 540px) {
  .interview-a-box img {
    width: 100%;
  }
}

.interview-a-text {
  font-size: 16px;
  color: #8c4d86;
  line-height: 1.7;
  padding: 10px 20px 10px 20px;
  margin-left: 10px;
  border: solid 3px #ffdae5;
  border-radius: 20px;
}

@media screen and (max-width: 799px) {
  .interview-a-text {
    font-size: 18px;
    width: 100%;
    max-width: 600px;
    margin: 10px auto 30px;
  }
}

@media screen and (max-width: 540px) {
  .interview-a-text {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 20px;
    border-width: 3px;
  }
}

.chart {
  background-color: #ffe4ed;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 540px) {
  .chart {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.point {
  padding-top: 20px;
  padding-bottom: 20px;
}

.point-title {
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .point-title {
    width: 70%;
  }
}

.point-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 799px) {
  .point-inner {
    display: block;
  }
}

.point-inner > div {
  margin-right: 10px;
}

@media screen and (max-width: 799px) {
  .point-inner > div {
    margin-right: 0;
    padding-right: 10%;
    padding-left: 10%;
  }
}

@media screen and (max-width: 540px) {
  .point-inner > div {
    padding-right: 0;
    padding-left: 0;
  }
}

.point-inner div:nth-of-type(even) {
  margin-right: 0;
}

.flow {
  background-color: #bce8e8;
  padding-top: 20px;
  padding-bottom: 20px;
}

.flow-container {
  padding-right: 100px;
  padding-left: 100px;
}

@media screen and (max-width: 799px) {
  .flow-container {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 540px) {
  .flow-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.acd-check {
  display: none;
}

.acd-label {
  background: #fff;
  display: block;
  position: relative;
  cursor: pointer;
}

.acd-label::after {
  color: #f7badb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '\f055';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 35px;
  position: absolute;
  right: 2%;
  top: 30%;
}

@media screen and (max-width: 799px) {
  .acd-label::after {
    font-size: 35px;
  }
}

@media screen and (max-width: 540px) {
  .acd-label::after {
    font-size: 25px;
  }
}

.acd-content {
  background: #fff;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  -webkit-transition: .5s;
  transition: .5s;
  visibility: hidden;
  position: relative;
  margin-top: 0;
}

.acd-content p {
  font-size: 16px;
  padding: 0 10px 20px 10px;
}

@media screen and (max-width: 799px) {
  .acd-content p {
    font-size: 16px;
    padding: 0 0 10px 0;
  }
}

@media screen and (max-width: 540px) {
  .acd-content p {
    font-size: 14px;
    padding: 0 5px 10px 5px;
  }
}

.triangle::before {
  content: "";
  border-style: solid;
  border-width: 25px 65px 0 65px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: 220px;
  bottom: -25px;
  width: 1px;
  height: 1px;
}

@media screen and (max-width: 799px) {
  .triangle::before {
    border-width: 25px 65px 0 65px;
    left: 40%;
    bottom: -20px;
  }
}

@media screen and (max-width: 540px) {
  .triangle::before {
    border-width: 15px 35px 0 35px;
    left: 40%;
    bottom: -15px;
  }
}

.acd-check:checked + .acd-label:after {
  content: '\f056';
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
  margin-top: 0;
}

@media screen and (max-width: 540px) {
  .acd-check:checked + .acd-label + .acd-content {
    padding: 10px;
  }
}

.flow-box {
  text-align: left;
  margin-top: 40px;
}

@media screen and (max-width: 799px) {
  .flow-box {
    margin-top: 30px;
  }
}

@media screen and (max-width: 540px) {
  .flow-box {
    margin-top: 25px;
  }
}

.flow-box img {
  width: 90%;
}

.voice {
  background-color: #fff9aa;
  padding-top: 20px;
  padding-bottom: 20px;
}

.voice-title {
  max-width: 600px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .voice-img {
    padding-right: 10%;
    padding-left: 10%;
  }
}

@media screen and (max-width: 540px) {
  .voice-img {
    padding-right: 0;
    padding-left: 0;
  }
}

.faq {
  background-color: #ffe4ed;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 540px) {
  .faq {
    padding-bottom: 10px;
  }
}

.faq-box {
  background-color: #fff;
  padding: 20px 20px 30px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 540px) {
  .faq-box {
    padding: 10px 10px 20px 10px;
  }
}

.faq-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 540px) {
  .faq-q {
    margin-bottom: 15px;
  }
}

.faq-q img {
  width: 60px;
  height: auto;
  margin-right: 20px;
}

@media screen and (max-width: 799px) {
  .faq-q img {
    width: 50px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 540px) {
  .faq-q img {
    width: 40px;
  }
}

.faq-q p {
  font-size: 24px;
  color: #f36291;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 799px) {
  .faq-q p {
    font-size: 24px;
  }
}

@media screen and (max-width: 540px) {
  .faq-q p {
    font-size: 18px;
  }
}

.faq-q p::after {
  content: "";
  border-bottom: solid 4px #ffdae5;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -10px;
}

@media screen and (max-width: 540px) {
  .faq-q p::after {
    border-width: 3px;
  }
}

.faq-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.faq-a img {
  width: 60px;
  height: auto;
  margin-right: 20px;
}

@media screen and (max-width: 799px) {
  .faq-a img {
    width: 50px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 540px) {
  .faq-a img {
    width: 40px;
  }
}

.faq-a p {
  font-size: 18px;
  color: #8c4d86;
}

@media screen and (max-width: 799px) {
  .faq-a p {
    font-size: 16px;
  }
}

@media screen and (max-width: 540px) {
  .faq-a p {
    font-size: 14px;
  }
}

.campaign {
  padding-top: 20px;
  padding-bottom: 20px;
}

.campaign-sub-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #5cccc9;
  padding: 10px;
}

@media screen and (max-width: 799px) {
  .campaign-sub-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 540px) {
  .campaign-sub-title {
    font-size: 18px;
    padding: 5px 5px 5px 10px;
  }
}

.campaign-inner {
  padding: 20px 20px 30px 40px;
}

@media screen and (max-width: 799px) {
  .campaign-inner {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 540px) {
  .campaign-inner {
    padding: 10px 10px 10px 25px;
  }
}

.campaign-inner img {
  width: 300px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 799px) {
  .campaign-inner img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 540px) {
  .campaign-inner img {
    width: 60%;
  }
}

.campaign-text {
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 799px) {
  .campaign-text {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 540px) {
  .campaign-text {
    font-size: 14px;
  }
}

.campaign-text::before {
  content: "■";
  color: #bce8e8;
  position: absolute;
  top: 0;
  left: -30px;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 540px) {
  .campaign-text::before {
    left: -20px;
  }
}

.campaign-notice {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}

@media screen and (max-width: 799px) {
  .campaign-notice {
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 540px) {
  .campaign-notice {
    font-size: 14px;
  }
}

footer {
  background-color: #473c46;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  font-display: swap;
}

@media screen and (max-width: 540px) {
  footer {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

.footer-link {
  margin-bottom: 30px;
}

@media screen and (max-width: 540px) {
  .footer-link {
    margin-bottom: 20px;
  }
}

.footer-link a {
  color: #fff;
  border-bottom: solid 1px #fff;
}

@media screen and (max-width: 540px) {
  .footer-link a {
    font-size: 12px;
  }
}

small {
  font-family: sans-serif;
  display: block;
}

@media screen and (max-width: 540px) {
  small {
    font-size: 10px;
  }
}
/*# sourceMappingURL=main.css.map */