@charset "UTF-8";
@-webkit-keyframes bgloop {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes bgloop {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/* ==========================
Base
========================== */
html {
  font-size: 62.5%;
}

body {
  color: #221e1b;
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic',
    'Meiryo', sans-serif;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

a {
  color: #11becc;
}

a:hover,
a:focus {
  opacity: 0.8;
}

button:hover,
button:focus {
  opacity: 0.8;
}

ul,
ol {
  list-style: none;
}

em,
address,
b {
  font-style: normal;
}

/* ==========================
Component (Reusable Block)
========================== */
/* === Button === */
.btn {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 5px 7px;
  background-color: #bc9d37;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#bc9d37),
    color-stop(#d1b458),
    to(#bc9d37)
  );
  background-image: linear-gradient(to right, #bc9d37, #d1b458, #bc9d37);
  -webkit-box-shadow: 0 4px 0 #866f23;
  box-shadow: 0 4px 0 #866f23;
  border-radius: 40px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-decoration: none;
}

.cv-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 335px;
  text-align: center;
}

.cv-btn_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 14px;
}

.cv-btn_appeal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  background-color: #fff;
  border-radius: 50%;
  color: #b96c04;
  font-size: 1.2rem;
  font-weight: bold;
}

.cv-btn_deco {
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 14px;
  height: 14px;
  margin-left: auto;
  margin-right: 4px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.cv-btn--2line {
  padding: 10px 4px 13px 9px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cv-btn--2line .cv-btn_text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 6px;
}

.cv-btn--2line .cv-btn_appeal {
  width: 43px;
  height: 43px;
}

.cv-btn--2line .cv-btn_l1 {
  color: #50463c;
  font-size: 1.6rem;
}

.cv-btn--2line .cv-btn_l2 {
  margin-top: 4px;
}

.cv-btn--2line .cv-btn_deco {
  -webkit-transform: none;
  transform: none;
  width: 54px;
  height: 48px;
  margin-left: -5px;
  margin-right: 0;
  background: url(img/cv-btn_img.png);
  border: none;
}

.cv-btn--download {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  max-width: 755px;
  width: 100%;
  padding: 24px;
  border-radius: 80px;
}

.cv-btn--download .cv-btn_appeal {
  width: 32px;
  height: 40px;
  background: url(img/cv-btn_download.png) center/cover;
  background-color: transparent;
  border-radius: 0;
}

@media (max-width: 768px) {
  .cv-btn--download .cv-btn_appeal {
    width: 24px;
    height: 30px;
  }
}

.cv-btn--download .cv-btn_text {
  margin-left: 40px;
  font-size: 2.8rem;
}

@media (max-width: 768px) {
  .cv-btn--download .cv-btn_text {
    margin-left: 12px;
    font-size: 2.2rem;
  }
}

.cv-btn--download .cv-btn_deco {
  position: absolute;
  right: 36px;
}

@media (max-width: 768px) {
  .cv-btn--download .cv-btn_deco {
    right: 16px;
  }
}

.thanks-btn {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  padding: 12px 16px 12px 70px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(50%, #06d65b),
    color-stop(50%, #06c755)
  );
  background-image: linear-gradient(to top, #06d65b 50%, #06c755 50%);
  border-radius: 40px;
  -webkit-box-shadow: 2px 2px 0 #047526;
  box-shadow: 2px 2px 0 #047526;
  text-decoration: none;
  text-align: left;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.03em;
}

.thanks-btn::after {
  content: '';
  position: absolute;
  bottom: -12px;
  right: -7px;
  width: 47px;
  height: 47px;
  background: url(img/line-deco.svg) center/cover;
}

.thanks-btn_icon {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 47px;
}

.thanks-btn .btn_l1 {
  color: #f4ff71;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: -0.03em;
}

.thanks-btn .btn_l2 {
  margin-top: 4px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.thanks-btn .btn_l2::before {
  content: none;
}

.thanks-btn .btn_l2-em {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}

.anim-box.poyopoyo {
  -webkit-animation: poyopoyo 2s ease-out infinite;
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

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

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

.anim-box.kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.anim-box.kiran::before {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.32, 0, 0.67, 0);
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}

.anim-box.kiran:hover::before {
  -webkit-animation: kiran 0.5s linear 1;
  animation: kiran 0.5s linear 1;
}

@-webkit-keyframes kiran {
  0% {
    -webkit-transform: scale(2) rotate(45deg);
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(20) rotate(45deg);
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(30) rotate(45deg);
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: scale(45) rotate(45deg);
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes kiran {
  0% {
    -webkit-transform: scale(2) rotate(45deg);
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(20) rotate(45deg);
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(30) rotate(45deg);
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: scale(45) rotate(45deg);
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* === Section Title === */
.sect-title {
  position: relative;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#03bce8),
    to(#32c8c8)
  );
  background-image: linear-gradient(to top, #03bce8, #32c8c8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #03bce8;
  text-align: center;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .sect-title {
    font-size: 3rem;
  }
}

.sect-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-256px, -50%);
  transform: translate(-256px, -50%);
  width: 98px;
  height: 98px;
  background: url(img/sect-title_dots.png) center/cover;
}

@media (max-width: 768px) {
  .sect-title::before {
    -webkit-transform: translate(-220px, -50%);
    transform: translate(-220px, -50%);
  }
}

.sect-title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-335px, -96px);
  transform: translate(-335px, -96px);
  width: 141px;
  height: 141px;
  background: url(img/stripe.png) center/cover;
}

@media (max-width: 768px) {
  .sect-title::after {
    -webkit-transform: translate(-252px, -100px);
    transform: translate(-252px, -100px);
  }
}

@media (min-width: 768px) {
  .sect-title--top-left::before {
    left: 0;
    -webkit-transform: translate(-115px, -50%);
    transform: translate(-115px, -50%);
  }
}

@media (min-width: 768px) {
  .sect-title--top-left::after {
    left: 0;
    -webkit-transform: translate(-80px, -106px);
    transform: translate(-80px, -106px);
  }
}

@media (min-width: 768px) {
  .sect-title--down::after {
    top: auto;
    bottom: 50%;
    -webkit-transform: translate(-332px, 120px);
    transform: translate(-332px, 120px);
  }
}

.sect-title-grad {
  text-align: center;
}

.sect-title-grad_inner {
  color: #fff;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 3.9rem;
  font-weight: bold;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .sect-title-grad_inner {
    font-size: 3rem;
  }
}

.sect-title-grad_line {
  padding: 4px 30px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#08b3db),
    to(#62c4cc)
  );
  background-image: linear-gradient(to right, #08b3db, #62c4cc);
  border-radius: 5px;
}

@media (max-width: 768px) {
  .sect-title-grad_line {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.sect-title-grad_line-pc {
  padding: 4px 30px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#08b3db),
    to(#62c4cc)
  );
  background-image: linear-gradient(to right, #08b3db, #62c4cc);
  border-radius: 5px;
}

@media (max-width: 768px) {
  .sect-title-grad_line-pc {
    padding: 0;
    background: none;
  }
}

@media (max-width: 768px) {
  .sect-title-grad_line-sp {
    padding: 4px 12px;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#08b3db),
      to(#62c4cc)
    );
    background-image: linear-gradient(to right, #08b3db, #62c4cc);
    border-radius: 5px;
  }
}

/* === Slick === */
.slick-list {
  margin-left: -20px;
  margin-right: -20px;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  float: none;
  height: auto;
}

.slick-slide:not(.slick-current) * {
  -webkit-filter: none;
  filter: none;
}

.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 32px;
  height: 130px;
  padding: 0;
  background-color: #bcbbbb;
  border: none;
  border-radius: 5px 0 0 5px;
  outline: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: transparent;
  cursor: pointer;
}

.slick-prev::after,
.slick-next::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-70%, -50%) rotate(-45deg);
  transform: translate(-70%, -50%) rotate(-45deg);
  width: 16px;
  height: 16px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}

.slick-prev {
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
  left: -20px;
}

.slick-next {
  right: -20px;
}

.slick-disabled {
  opacity: 0;
  cursor: auto;
}

.slick-disabled:hover,
.slick-disabled:focus {
  opacity: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 75px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -75px;
  width: 100%;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 8px;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  background-color: rgba(80, 70, 60, 0.4);
  border: 0;
  border-radius: 50%;
  outline: none;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: #11becc;
}

/* === Fade Up === */
.fadeup {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0.1;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.fadeup.js-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* === Table === */
.table {
  overflow-x: auto;
}

.table_inner {
  width: 100%;
  min-width: 100%;
  text-align: center;
  table-layout: fixed;
  border-collapse: separate;
}

@media (max-width: 768px) {
  .table_inner {
    width: auto;
  }
}

.table_th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  background-color: #ff9867;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  white-space: normal;
}

@media (max-width: 768px) {
  .table_th {
    white-space: nowrap;
    font-size: 1.4rem;
  }
}

.table_th:last-child {
  border-right: 1px solid #333;
}

.table_th--top {
  height: 40px;
  background-color: #d8d5d5;
  text-align: center;
  color: #221e1b;
}

.table_th--primary {
  position: relative;
  height: 100%;
  background-color: #ff9867;
  border-color: #333;
  color: #fff;
}

.table_th--primary::after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid #333;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.table_th--sp-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 768px) {
  .table_th--sp-sticky {
    z-index: 1;
  }
}

.table_th--sp-sticky::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
}

@media (max-width: 768px) {
  .table_th--sp-sticky::after {
    border-right: 2px solid #333;
  }
}

.table_td {
  padding: 12px;
  background-color: #fff;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  vertical-align: middle;
  color: #221e1b;
  font-size: 1.8rem;
  line-height: 1.5;
  white-space: normal;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .table_td {
    white-space: nowrap;
    font-size: 1.4rem;
  }
}

.table_td:last-child {
  border-right: 1px solid #333;
}

.table_td--primary {
  position: relative;
  background-color: rgba(255, 152, 103, 0.2);
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  color: #221e1b;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
}

.table_td--primary::after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

.table_body-tr:last-child .table_th,
.table_body-tr:last-child .table_td {
  border-bottom: 1px solid #333;
}

.table_body-tr:last-child .table_th--primary::after,
.table_body-tr:last-child .table_td--primary::after {
  border-bottom: 1px solid #333;
}

.table_corner-cell {
  width: 97px;
  height: 78px;
  background-color: #d8d5d5;
}

@media (max-width: 768px) {
  .table_corner-cell {
    width: 97px;
  }
}

.table_head-tr .table_th {
  border-top-width: 1px;
}

@media (max-width: 768px) {
  .table_head-tr .table_th {
    border-top-width: 1px;
  }
}

.table_body-tr:last-child .table_th,
.table_body-tr:last-child .table_td {
  border-bottom-width: 1px;
}

@media (max-width: 768px) {
  .table_body-tr:last-child .table_th,
  .table_body-tr:last-child .table_td {
    border-bottom-width: 1px;
  }
}

.table_th:first-child {
  border-left-width: 1px;
}

@media (max-width: 768px) {
  .table_th:first-child {
    border-left-width: 1px;
  }
}

.table_th:last-child {
  border-right-width: 1px;
}

@media (max-width: 768px) {
  .table_th:last-child {
    border-right-width: 1px;
  }
}

.table_td:last-child {
  border-right-width: 1px;
}

@media (max-width: 768px) {
  .table_td:last-child {
    border-right-width: 1px;
  }
}

/* === Form === */
.form .form-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  padding: 13px;
  background-color: #f6f6f5;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
  color: #221e1b;
  font-size: 1.6rem;
  line-height: 1.5;
}

.form .form-text:not(:placeholder-shown) {
  background-color: #fff;
  border: 1px solid #232323;
}

.form .form-select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  padding: 13px;
  background-color: #f6f6f5;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
  color: #221e1b;
  font-size: 1.6rem;
  line-height: 1.5;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(50, 200, 200, 0.1);
}

.form .form-select:valid {
  background-color: #fff;
  border: 1px solid #232323;
}

.form .form-select--initial {
  color: #221e1b;
}

.form .form-zip-btn {
  padding: 15px 18px;
  background: none;
  background-color: #11becc;
  border: none;
  border-radius: 27px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  cursor: pointer;
}

@media (max-width: 768px) {
  .form .form-zip-btn {
    padding: 12px 20px;
    font-size: 1.4rem;
  }
}

.form .wpcf7-form-control-wrap {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 768px) {
  .form .wpcf7-form-control-wrap {
    margin-top: 10px;
  }
}

.form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 45px;
}

@media (max-width: 768px) {
  .form_item {
    display: block;
  }
}

.form_item:not(:first-child) {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .form_item:not(:first-child) {
    margin-top: 30px;
  }
}

.form_item--short .wpcf7-form-control-wrap {
  max-width: 200px;
}

@media (max-width: 768px) {
  .form_item--short .wpcf7-form-control-wrap {
    max-width: 144px;
  }
}

@media (max-width: 768px) {
  .form_item--has-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }
}

@media (max-width: 768px) {
  .form_item--has-btn .form_title {
    width: 100%;
  }
}

.form_item--has-btn .wpcf7-form-control-wrap {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
}

.form_item--has-btn .form-zip-btn {
  margin-left: 14px;
}

@media (max-width: 768px) {
  .form_item--has-btn .form-zip-btn {
    margin-top: 10px;
    margin-left: 0;
  }
}

.form_title {
  display: block;
  width: 152px;
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .form_title {
    width: auto;
    text-align: left;
    font-size: 1.6rem;
  }
}

.form_required {
  color: #ff5096;
}

.form_control {
  display: block;
  width: 100%;
}

.form .form_item--select .wpcf7-form-control-wrap {
  position: relative;
  max-width: 200px;
}

@media (max-width: 768px) {
  .form .form_item--select .wpcf7-form-control-wrap {
    max-width: none;
  }
}

.form .form_item--select .wpcf7-form-control-wrap::after {
  content: '';
  display: block;
  position: absolute;
  top: 18px;
  right: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  border-left: 2px solid #32c8c8;
  border-bottom: 2px solid #32c8c8;
}

@media (max-width: 768px) {
  .form .form_item--select .wpcf7-form-control-wrap::after {
    top: 16px;
  }
}

.form .form_item--checkbox .wpcf7-checkbox {
  margin-top: -12px;
  margin-left: -36px;
}

@media (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-checkbox {
    margin-top: 0;
    margin-left: 0;
  }
}

.form .form_item--checkbox .wpcf7-checkbox input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.form
  .form_item--checkbox
  .wpcf7-checkbox
  input:checked
  + .wpcf7-list-item-label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form
  .form_item--checkbox
  .wpcf7-checkbox
  input:checked
  + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form .form_item--checkbox .wpcf7-list-item {
  display: inline-block;
  margin-top: 12px;
  margin-left: 27px;
}

@media (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-list-item {
    display: block;
    margin-top: 12px;
    margin-left: 0;
  }
}

.form .form_item--checkbox .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  font-size: 1.7rem;
  line-height: 1.42857;
  cursor: pointer;
}

@media (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-list-item-label {
    padding-left: 40px;
  }
}

.form .form_item--checkbox .wpcf7-list-item-label::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background-color: #d8d5d5;
  border-radius: 2px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-list-item-label::before {
    width: 25px;
    height: 25px;
  }
}

.form .form_item--checkbox .wpcf7-list-item-label::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  .form .form_item--checkbox .wpcf7-list-item-label::after {
    left: 6px;
  }
}

.form .form_item--radio > p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form .form_item--radio .wpcf7-radio {
  margin-top: -12px;
  margin-left: -20px;
  width: auto;
}

@media (max-width: 768px) {
  .form .form_item--radio .wpcf7-radio {
    margin-top: 0;
    margin-left: 0;
  }
}

.form .form_item--radio .wpcf7-radio input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.form .form_item--radio .wpcf7-radio input:checked + .wpcf7-list-item-label {
  cursor: auto;
}

.form
  .form_item--radio
  .wpcf7-radio
  input:checked
  + .wpcf7-list-item-label::before {
  cursor: auto;
}

.form
  .form_item--radio
  .wpcf7-radio
  input:checked
  + .wpcf7-list-item-label::after {
  opacity: 1;
  cursor: auto;
}

.form .form_item--radio .wpcf7-list-item {
  display: inline-block;
  margin-top: 12px;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .form .form_item--radio .wpcf7-list-item {
    display: block;
    margin-left: 0;
  }
}

.form .form_item--radio .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 31px;
  font-size: 1.6rem;
  line-height: 1.25;
  cursor: pointer;
}

.form .form_item--radio .wpcf7-list-item-label::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #bc9d37;
  border-radius: 50%;
  cursor: pointer;
}

.form .form_item--radio .wpcf7-list-item-label::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #bc9d37;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  .form .form_item--radio-sp-horizontal .wpcf7-radio {
    margin-left: -30px;
  }
}

@media (max-width: 768px) {
  .form .form_item--radio-sp-horizontal .wpcf7-list-item {
    display: inline-block;
    margin-left: 27px;
  }
}

.form .form_item--optional:not(._) {
  margin-top: 24px;
  text-align: center;
}

@media (max-width: 768px) {
  .form .form_item--optional:not(._) .wpcf7-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .form .form_item--optional:not(._) .wpcf7-list-item-label {
    text-align: left;
    font-size: 1.4rem;
  }
}

.form .invalid {
  background-color: #ffa4a4;
  color: #fff;
}

.form .invalid::-webkit-input-placeholder {
  color: #fff;
}

.form .invalid:-ms-input-placeholder {
  color: #fff;
}

.form .invalid::-ms-input-placeholder {
  color: #fff;
}

.form .invalid::placeholder {
  color: #fff;
}

.form .wpcf7-not-valid-tip {
  margin-top: 4px;
}

.form_note {
  margin-top: 8px;
  margin-left: 197px;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .form_note {
    margin-left: 0;
    font-size: 1.3rem;
  }
}

.form_detail {
  margin-top: 24px;
  margin-left: 197px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .form_detail {
    margin-top: 11px;
    margin-left: 0;
    font-size: 1.3rem;
  }
}

.form_privacy-policy-wrap {
  margin-top: 46px;
  text-align: center;
}

@media (max-width: 768px) {
  .form_privacy-policy-wrap {
    margin-top: 28px;
    text-align: left;
  }
}

.form_privacy-policy {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.8;
}

.form_submit-wrap {
  margin-top: 18px;
  text-align: center;
}

@media (max-width: 768px) {
  .form_submit-wrap {
    margin-top: 16px;
  }
}

.form_submit {
  position: relative;
  width: 276px;
  padding-top: 15px;
  padding-bottom: 15px;
  outline: none;
  border: none;
  border-radius: 40px;
  background-color: #d0bc7a;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 768px) {
  .form_submit {
    width: 230px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.8rem;
  }
}

/* === Floating Button === */
.floating-btn-top {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px;
  background-color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .floating-btn-top {
    display: block;
  }
}

.floating-btn-top_btn {
  -webkit-transform: scale(1.22963);
  transform: scale(1.22963);
}

.floating-btn-thanks {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  background-color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .floating-btn-thanks {
    display: block;
  }
}

/* === Main === */
main {
  overflow: hidden;
}

/* === Main Visual === */
.mv {
  position: relative;
}

.mv_cover {
  -webkit-clip-path: polygon(
    0 0,
    max(500px, 50%) 0,
    max(700px, calc(50% + 200px)) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    max(500px, 50%) 0,
    max(700px, calc(50% + 200px)) 100%,
    0 100%
  );
}

@media (max-width: 768px) {
  .mv_cover {
    -webkit-clip-path: none;
    clip-path: none;
  }
}

.mv_bg-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.mv_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-animation: bgloop 60s -30s infinite linear;
  animation: bgloop 60s -30s infinite linear;
}

@media (max-width: 768px) {
  .mv_bg {
    -webkit-animation: bgloop 40s -20s infinite linear;
    animation: bgloop 40s -20s infinite linear;
  }
}

.mv_bg:nth-child(2) {
  -webkit-animation: bgloop 60s infinite linear;
  animation: bgloop 60s infinite linear;
}

@media (max-width: 768px) {
  .mv_bg:nth-child(2) {
    -webkit-animation: bgloop 40s infinite linear;
    animation: bgloop 40s infinite linear;
  }
}

.mv_bg img {
  display: block;
  max-width: none;
  height: 100%;
  width: auto;
}

.mv_deco {
  position: absolute;
  z-index: 1;
  width: 141px;
  height: 141px;
  background: url(img/stripe.png) center/cover;
}

.mv_deco--1 {
  top: -8px;
  right: 130px;
}

.mv_deco--2 {
  bottom: 27px;
  right: 268px;
}

.mv_deco--3 {
  bottom: 12px;
  left: -4px;
}

.mv_deco--4 {
  top: 28px;
  left: 105px;
  background-image: url(img/stripe--white.png);
}

/* === Header === */
.header {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(42, 165, 195, 0.5)),
    to(rgba(76, 198, 198, 0.5))
  );
  background-image: linear-gradient(
    to top,
    rgba(42, 165, 195, 0.5),
    rgba(76, 198, 198, 0.5)
  );
}

@media (max-width: 768px) {
  .header {
    background-image: none;
  }
}

.header_inner {
  max-width: 1000px;
  padding: 14px 0 10px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .header_inner {
    padding: 0;
  }
}

.header_cont {
  max-width: 500px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .header_cont {
    max-width: none;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .header_logo-wrap {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.header_logo {
  width: 306px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .header_site-title-wrap {
    margin-top: 156px;
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(42, 165, 195, 0.8)),
      to(rgba(76, 198, 198, 0.8))
    );
    background-image: linear-gradient(
      to top,
      rgba(42, 165, 195, 0.8),
      rgba(76, 198, 198, 0.8)
    );
  }
}

.header_site-title {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .header_site-title {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.5rem;
  }
}

.thanks-header_inner {
  max-width: 1000px;
  padding: 14px 20px 10px;
  margin: 0 auto;
}

.thanks-header_utils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .thanks-header_utils {
    display: block;
  }
}

@media (max-width: 768px) {
  .thanks-header_logo-wrap {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.thanks-header_logo {
  width: 306px;
  margin: 0 auto;
}

.thanks-header_site-title {
  margin-left: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .thanks-header_site-title {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 0;
    text-align: center;
  }
}

/* === Content === */
.cont {
  padding: 80px 20px 100px;
}

@media (max-width: 768px) {
  .cont {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.cont_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
}

/* === Footer === */
.footer {
  padding-top: 65px;
  padding-bottom: 34px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#34afcc),
    to(#5bd3d3)
  );
  background-image: linear-gradient(to top, #34afcc, #5bd3d3);
  color: #fff;
}

@media (max-width: 768px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 18px;
  }
}

.footer_inner {
  position: relative;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

.footer_about-franchise-salon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 800px;
  padding: 13px 76px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  color: #221e1b;
}

@media (max-width: 768px) {
  .footer_about-franchise-salon {
    padding: 20px;
  }
}

.footer_about-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 1.8rem;
  font-weight: bold;
}

.footer_about-logo {
  display: inline-block;
  width: 180px;
}

.footer_about-desc {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.footer_company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
  max-width: 800px;
  margin: 40px auto 0;
}

@media (max-width: 768px) {
  .footer_company-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 27px;
  }
}

.footer_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 768px) {
  .footer_info {
    padding-right: 0;
  }
}

.footer_company {
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .footer_company {
    font-size: 1.6rem;
  }
}

.footer_head-office {
  margin-top: 8px;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .footer_head-office {
    font-size: 1.6rem;
  }
}

.footer_address {
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .footer_address {
    font-size: 1.6rem;
  }
}

.footer_copyright {
  display: block;
  margin-top: 54px;
  font-size: 1.4rem;
  text-align: center;
}

@media (max-width: 768px) {
  .footer--thanks {
    padding-bottom: 100px;
  }
}

.footer--copyright {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #ff9867;
}

@media (max-width: 768px) {
  .thanks-footer {
    padding-bottom: 88px;
  }
}

/* ==========================
Unreusable Block
========================== */
/* === Hero Area === */
.hero {
  background-color: rgba(98, 196, 204, 0.5);
}

.hero_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.hero_cont {
  max-width: 500px;
  padding: 12px 0 20px;
}

@media (max-width: 768px) {
  .hero_cont {
    max-width: none;
  }
}

.hero_catch {
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 3.5rem;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: bold;
}

@media (max-width: 768px) {
  .hero_catch {
    font-size: 2.4rem;
    padding-left: 20px;
  }
}

.hero_achievement {
  margin-top: 8px;
}

.hero_achievement-item {
  padding: 10px;
  background-color: #f5fcc2;
  text-align: center;
}

@media (max-width: 768px) {
  .hero_achievement-item {
    font-size: 3.6rem;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.hero_achievement-item:not(:first-child) {
  margin-top: 12px;
}

@media (max-width: 768px) {
  .hero_achievement-item:not(:first-child) {
    margin-top: 8px;
  }
}

.hero_achievement-text {
  padding-bottom: 0.2em;
  background-image: linear-gradient(to top, #eaea1e 25px, transparent 25px);
  color: #00b2b9;
  font-size: 4.6rem;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: bold;
}

@media (max-width: 768px) {
  .hero_achievement-text {
    background-image: linear-gradient(to top, #eaea1e 18px, transparent 18px);
    font-size: 3.4rem;
  }
}

.hero_achievement-text--sm {
  font-size: 3rem;
}

@media (max-width: 768px) {
  .hero_achievement-text--sm {
    font-size: 2.2rem;
  }
}

.hero_achievement-em {
  color: #ed692b;
}

.hero_achievement-lg {
  font-size: 3.9rem;
}

@media (max-width: 768px) {
  .hero_achievement-lg {
    font-size: 2.9rem;
  }
}

.hero_achievement-supp {
  display: block;
  margin-top: 8px;
  color: #000;
  font-size: 1.9rem;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: bold;
}

@media (max-width: 768px) {
  .hero_achievement-supp {
    font-size: 1.4rem;
  }
}

.hero_btn-wrap {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .hero_btn-wrap {
    margin-top: 12px;
  }
}

/* === About === */
.about {
  padding-top: 130px;
  padding-bottom: 56px;
}

@media (max-width: 768px) {
  .about {
    padding-top: 66px;
    padding-bottom: 132px;
  }
}

.about_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  -ms-grid-columns: auto auto;
  grid-template: auto auto / auto auto;
  gap: 44px;
  max-width: 863px;
}

@media (max-width: 768px) {
  .about_inner {
    display: block;
  }
}

.about_title {
  text-align: left;
}

@media (max-width: 768px) {
  .about_title {
    text-align: center;
  }
}

.about_desc {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2 / 1 / 3 / 2;
  font-size: 1.7rem;
  line-height: 2;
}

@media (max-width: 768px) {
  .about_desc {
    margin-top: 24px;
  }
}

.about_img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 3 / 3;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media (max-width: 768px) {
  .about_img {
    margin-top: 16px;
  }
}

/* === Merit === */
.merit {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(52, 175, 204, 0.4)),
    to(rgba(91, 211, 211, 0.4))
  );
  background-image: linear-gradient(
    to top,
    rgba(52, 175, 204, 0.4),
    rgba(91, 211, 211, 0.4)
  );
}

@media (max-width: 768px) {
  .merit {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .merit_title {
    position: absolute;
    top: -180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
  }
}

.merit_cont {
  position: relative;
}

.merit_deco {
  position: absolute;
  width: 141px;
  height: 141px;
  background: url(img/stripe--white.png) center/cover;
}

.merit_deco--1 {
  top: 80px;
  left: -92px;
}

@media (max-width: 768px) {
  .merit_deco--1 {
    top: -45px;
    left: -68px;
  }
}

.merit_deco--2 {
  top: 20px;
  right: 10px;
}

.merit_deco--3 {
  top: 120px;
  right: -52px;
  width: 98px;
  height: 98px;
  background-image: url(img/sect-title_dots.png);
}

.merit_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template: 1fr 1fr / 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .merit_list {
    display: block;
    margin-top: 0;
  }
}

.merit_list-item {
  position: relative;
  padding: 25px 30px;
  background-color: #fff;
  border: 2px solid #008bc9;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .merit_list-item {
    padding: 18px 18px 36px;
  }
}

@media (max-width: 768px) {
  .merit_list-item:not(:first-child) {
    margin-top: 20px;
  }
}

.merit_list-item:last-child {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2 / 1 / 3 / 2;
}

.merit_list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.merit_list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#03bce8),
    color-stop(40%, #16c1db),
    to(#32c8c8)
  );
  background-image: linear-gradient(to top, #03bce8, #16c1db 40%, #32c8c8);
  border-radius: 50%;
  text-align: center;
}

@media (max-width: 768px) {
  .merit_list-icon {
    width: 85px;
    height: 85px;
  }
}

@media (max-width: 768px) {
  .merit_list-icon img {
    width: 50px;
  }
}

.merit_list-title {
  margin-left: 6px;
  color: #008bc9;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .merit_list-title {
    margin-top: 8px;
    font-size: 2.3rem;
  }
}

.merit_list-desc {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.merit_btn-wrap {
  margin-top: 31px;
  text-align: center;
}

/* === Testimonials === */
.testimonials {
  padding-top: 92px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .testimonials {
    padding-top: 48px;
    padding-bottom: 38px;
  }
}

.testimonials_examples {
  margin-top: 78px;
}

@media (max-width: 768px) {
  .testimonials_examples {
    margin-top: 30px;
  }
}

.testimonials_example:not(:first-child) {
  margin-top: 47px;
}

@media (max-width: 768px) {
  .testimonials_example:not(:first-child) {
    margin-top: 0;
  }
}

.testimonials_example-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  -ms-grid-columns: auto 1fr;
  grid-template: auto auto / auto 1fr;
  gap: 24px 54px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .testimonials_example-inner {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 20px;
    gap: 14px;
  }
}

.testimonials_img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 3 / 2;
  width: 160px;
}

@media (max-width: 768px) {
  .testimonials_img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media (max-width: 768px) {
  .testimonials_voice {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
  }
}

.testimonials_voice-txt {
  display: inline-block;
  border-bottom: 5px solid #32c8c8;
  font-size: 2.4rem;
  font-weight: bold;
}

.testimonials_txt {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .testimonials_txt {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2 / 1 / 3 / 3;
  }
}

/* === Revenue === */
.revenue {
  padding-top: 43px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(91, 211, 211, 0.4)),
    to(rgba(52, 175, 204, 0.4))
  );
  background-image: linear-gradient(
    to right,
    rgba(91, 211, 211, 0.4),
    rgba(52, 175, 204, 0.4)
  );
}

@media (max-width: 768px) {
  .revenue {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.revenue_inner {
  position: relative;
}

.revenue_example {
  margin-top: 23px;
}

@media (max-width: 768px) {
  .revenue_example {
    margin: 0 20px 6px;
    margin-top: 30px;
  }
}

.revenue_deco {
  position: absolute;
  top: 28px;
  left: -20px;
  z-index: -1;
  width: 141px;
  height: 141px;
  background: url(img/stripe--white.png) center/cover;
}

.revenue-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

@media (max-width: 768px) {
  .revenue-card {
    display: block;
  }
}

.revenue-card_img {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 768px) {
  .revenue-card_img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.revenue-card_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 34px 22px 19px 21px;
}

@media (max-width: 768px) {
  .revenue-card_body {
    display: block;
    padding: 14px 32px 11px;
  }
}

.revenue-card_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.revenue-card_name {
  padding: 8px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#62c4cc),
    to(#08b3db)
  );
  background-image: linear-gradient(to top, #62c4cc, #08b3db);
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .revenue-card_name {
    font-size: 2rem;
  }
}

.revenue-card_turnover {
  margin-top: 20px;
  margin-left: -16px;
  margin-right: -16px;
  text-align: center;
}

@media (max-width: 768px) {
  .revenue-card_turnover {
    margin-top: 8px;
  }
}

.revenue-card_turnover-txt {
  font-size: 3.1rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .revenue-card_turnover-txt {
    font-size: 2.6rem;
    letter-spacing: -0.05em;
  }
}

.revenue-card_turnover-amount {
  color: #32c8c8;
  font-size: 6.1rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .revenue-card_turnover-amount {
    font-size: 5.2rem;
    letter-spacing: -0.05em;
  }
}

.revenue-card_detail {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  max-width: 326px;
  margin-left: 18px;
}

@media (max-width: 768px) {
  .revenue-card_detail {
    max-width: 260px;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
  }
}

.revenue-card_download {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 95%;
  padding: 14px 18px;
  background-color: #fff;
  border: 1px solid #707070;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .revenue-card_download {
    padding: 10px 10px;
    font-size: 1.2rem;
  }
}

/* === CV === */
.cv {
  padding-top: 36px;
  padding-bottom: 51px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#eddb9e)
  );
  background-image: linear-gradient(#fff, #eddb9e);
}

@media (max-width: 768px) {
  .cv {
    display: block;
    padding-bottom: 32px;
  }
}

.cv_inner {
  position: relative;
}

.cv_title {
  text-align: center;
}

.cv_title-supp {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 48px;
  padding-right: 48px;
  margin-left: auto;
  margin-right: auto;
  color: #11becc;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .cv_title-supp {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 3rem;
    line-height: 1.2;
  }
}

.cv_title-supp::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  height: 40px;
  border-left: 3px solid #32c8c8;
}

@media (max-width: 768px) {
  .cv_title-supp::before {
    height: 30px;
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
}

.cv_title-supp::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  height: 40px;
  border-left: 3px solid #32c8c8;
}

@media (max-width: 768px) {
  .cv_title-supp::after {
    height: 30px;
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
}

.cv_title-val {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.3rem;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .cv_title-val {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-left: auto;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.cv_title-val::before {
  content: '';
  position: absolute;
  left: -140px;
  bottom: 0;
  width: 87px;
  height: 77px;
  background: url(img/cv_img.png) center/cover;
}

@media (max-width: 768px) {
  .cv_title-val::before {
    position: relative;
    left: 0;
  }
}

.cv_btn-wrap {
  margin-top: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .cv_btn-wrap {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}

.cv_btn {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(1.77778);
  transform: scale(1.77778);
}

@media (max-width: 768px) {
  .cv_btn {
    -webkit-transform: scale(1.25926);
    transform: scale(1.25926);
  }
}

.cv_deco {
  position: absolute;
  top: -70px;
  right: -45px;
  z-index: -1;
  width: 141px;
  height: 141px;
  background: url(img/stripe.png) center/cover;
}

/* === Comparision === */
.comparison {
  padding-top: 100px;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .comparison {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

.comparison_table {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .comparison_table {
    margin-top: 27px;
    margin-right: -20px;
  }
}

/* === Flow === */
.flow {
  padding-top: 60px;
  padding-bottom: 72px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(91, 211, 211, 0.4)),
    to(rgba(52, 175, 204, 0.4))
  );
  background-image: linear-gradient(
    to right,
    rgba(91, 211, 211, 0.4),
    rgba(52, 175, 204, 0.4)
  );
}

@media (max-width: 768px) {
  .flow {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.flow_inner {
  position: relative;
}

.flow_list-wrap {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .flow_list-wrap {
    overflow-x: scroll;
    padding-bottom: 24px;
    padding-right: 20px;
    margin-top: 24px;
    margin-right: -20px;
  }
}

.flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .flow_list {
    gap: 0 16px;
    width: 724px;
  }
}

.flow_step {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 152px;
  padding: 16px 30px 20px;
  background-color: #fff;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .flow_step {
    width: 132px;
  }
}

.flow_step:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flow_step:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
  height: 27px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
}

@media (max-width: 768px) {
  .flow_step:not(:last-child)::before {
    width: 10px;
    height: 24px;
  }
}

.flow_step-link {
  text-decoration: none;
  color: #221e1b;
}

.flow_step-index {
  text-align: center;
}

.flow_step-index-inner {
  display: block;
  padding-bottom: 8px;
  border-bottom: 2px dotted #11becc;
  color: #11becc;
  font-size: 1.7rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .flow_step-index-inner {
    font-size: 1.4rem;
    padding-bottom: 6px;
  }
}

.flow_step-icon {
  height: 54px;
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .flow_step-icon {
    -webkit-transform: scale(0.88889);
    transform: scale(0.88889);
    margin-top: 16px;
  }
}

.flow_step-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .flow_step-title {
    margin-top: 14px;
    font-size: 1.5rem;
  }
}

.flow_step-title--sm {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .flow_step-title--sm {
    font-size: 1.2rem;
  }
}

.flow_deco {
  position: absolute;
  z-index: -1;
  width: 141px;
  height: 141px;
  background: url(img/stripe.png);
}

.flow_deco--1 {
  top: -75px;
  right: -14px;
}

.flow_deco--2 {
  bottom: -30px;
  left: -40px;
  background-image: url(img/stripe--white.png);
}

.flow_deco--3 {
  top: 48px;
  right: 32px;
  width: 98px;
  height: 98px;
  background-image: url(img/sect-title_dots.png);
}

/* === Call To Action === */
.cta {
  padding-top: 75px;
  padding-bottom: 114px;
}

@media (max-width: 768px) {
  .cta {
    padding-top: 70px;
    padding-bottom: 87px;
  }
}

.cta_title {
  text-align: center;
}

@media (max-width: 768px) {
  .cta_title {
    margin-left: -4px;
    margin-right: -4px;
  }
}

.cta_title-inner {
  position: relative;
  font-size: 3rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .cta_title-inner {
    font-size: 2.4rem;
  }
}

.cta_title-inner::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  -webkit-transform: translate(-130px, -50%);
  transform: translate(-130px, -50%);
  width: 98px;
  height: 98px;
  background: url(img/sect-title_dots.png) center/cover;
}

@media (max-width: 768px) {
  .cta_title-inner::before {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-200px, -20px);
    transform: translate(-200px, -20px);
  }
}

.cta_body {
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 724px;
  margin: 16px auto 0;
}

@media (max-width: 768px) {
  .cta_body {
    display: block;
    position: relative;
    margin-top: 35px;
  }
}

.cta_body::after {
  content: '';
  width: 166px;
  height: 207px;
  margin-left: 30px;
  background: url(img/cta_icon.png) center/contain no-repeat;
}

@media (max-width: 768px) {
  .cta_body::after {
    content: none;
  }
}

.cta_list-item {
  position: relative;
  padding: 10px 0 10px 55px;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: #11becc;
  text-decoration-color: #11becc;
  text-underline-offset: 8px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.cta_list-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 41px;
  height: 36px;
  background: url(img/cta_check-icon.png) center/contain no-repeat;
}

/* === Request === */
.request {
  position: relative;
  padding-top: 106px;
  padding-bottom: 58px;
  background-color: #d7f4f7;
}

@media (max-width: 768px) {
  .request {
    padding-top: 100px;
    padding-bottom: 45px;
  }
}

.request_catch {
  position: absolute;
  top: -84px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 643px;
  width: 100%;
  padding: 30px 30px 32px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#03bce8),
    to(#32c8c8)
  );
  background-image: linear-gradient(to top, #03bce8, #32c8c8);
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .request_catch {
    top: -50px;
    max-width: 335px;
    padding: 17px 12px;
    font-size: 1.6rem;
  }
}

.request_catch::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 52px;
  height: 26px;
  background-color: #03bce8;
}

@media (max-width: 768px) {
  .request_catch::after {
    width: 25px;
    height: 10px;
  }
}

.request_catch-em {
  color: #f4fd85;
  font-size: 3.6rem;
}

@media (max-width: 768px) {
  .request_catch-em {
    font-size: 2.2rem;
  }
}

.request_title {
  text-align: center;
  font-size: 2.6rem;
}

@media (max-width: 768px) {
  .request_title {
    font-size: 2.2rem;
  }
}

.request_info {
  margin-top: 4px;
  text-align: center;
}

@media (max-width: 768px) {
  .request_info {
    margin-top: 10px;
  }
}

.request_note {
  display: inline;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .request_note {
    display: block;
    font-size: 1.6rem;
  }
}

.request_supp {
  display: inline;
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  .request_supp {
    display: block;
    margin-top: 4px;
  }
}

.request_appeal {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #bc9d37;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .request_appeal {
    position: absolute;
    top: 14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.8rem;
  }
}

.request_appeal-em {
  color: #fffa00;
  font-size: 3.1rem;
}

@media (max-width: 768px) {
  .request_appeal-em {
    font-size: 2.4rem;
  }
}

.request_require-note {
  margin-right: -55px;
  text-align: right;
  color: #1c1c1c;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .request_require-note {
    margin-right: 0;
  }
}

.request_form-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1000px;
  padding: 31px 175px 76px;
  margin: 36px auto 0;
  background-color: #fff;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .request_form-wrap {
    padding: 62px 20px 30px;
  }
}

/* === Thanks === */
.thanks {
  padding-top: 36px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
  text-align: center;
}

@media (max-width: 768px) {
  .thanks {
    padding-top: 20px;
    padding-bottom: 48px;
  }
}

.thanks_cont {
  display: inline-block;
  padding: 16px 80px 32px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .thanks_cont {
    padding: 16px 8px;
  }
}

.thanks_title {
  text-decoration: underline;
  color: #00b2b9;
  font-size: 2.8rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .thanks_title {
    font-size: 2.4rem;
    line-height: 1.08333;
  }
}

.thanks_mes {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .thanks_mes {
    font-size: 1.5rem;
  }
}

.thanks_detail {
  margin-top: 8px;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .thanks_detail {
    margin-top: 16px;
  }
}

.thanks_link-wrap {
  margin-top: 36px;
}

.thanks_link {
  color: #ff9867;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

/* === Register Line === */
.register-line {
  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;
  margin-top: 32px;
  text-align: left;
}

@media (max-width: 768px) {
  .register-line {
    display: block;
  }
}

.register-line img {
  width: 100%;
}

@media (max-width: 768px) {
  .register-line_desc {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}

.register-line_title {
  width: 298px;
}

@media (max-width: 768px) {
  .register-line_title {
    width: 296px;
    margin-left: auto;
    margin-right: auto;
  }
}

.register-line_appeal {
  color: #06c755;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1.8;
}

.register-line_howto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 316px;
  height: 104px;
  padding: 5px 5px 5px 0;
  background-color: #00c6d3;
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - 20px) 0,
    100% 50%,
    calc(100% - 20px) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    calc(100% - 20px) 0,
    100% 50%,
    calc(100% - 20px) 100%,
    0 100%
  );
}

@media (max-width: 768px) {
  .register-line_howto {
    display: none;
  }
}

.register-line_howto-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;
  width: 55px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.register-line_howto-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  padding-left: 8px;
  background-color: #fff;
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - 18px) 0,
    100% 50%,
    calc(100% - 18px) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    calc(100% - 18px) 0,
    100% 50%,
    calc(100% - 18px) 100%,
    0 100%
  );
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1.5;
}

.register-line_figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 220px;
  height: 373px;
  padding: 10px;
  margin-left: 40px;
  border: 7px solid #06c755;
  border-radius: 27px;
  text-align: center;
}

@media (max-width: 768px) {
  .register-line_figure {
    width: auto;
    height: auto;
    padding: 12px;
    margin-top: 10px;
    margin-left: 0;
    border: 3px solid #221e1b;
  }
}

.register-line_mobile-screen {
  position: relative;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 24px;
  background-color: #06c755;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .register-line_mobile-screen {
    padding: 0;
    background-color: transparent;
  }
}

.register-line_mobile-screen::before {
  content: '';
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 7px;
  background-color: #06c755;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .register-line_mobile-screen::before {
    display: none;
  }
}

.register-line_mobile-screen::after {
  content: '';
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 4px solid #06c755;
}

@media (max-width: 768px) {
  .register-line_mobile-screen::after {
    display: none;
  }
}

.register-line_catch {
  margin: 0;
}

.register-line_catch-txt {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  padding-right: 22px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .register-line_catch-txt {
    color: #221e1b;
  }
}

.register-line_catch-txt::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 19px;
  height: 25px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 58% 0, 100% 100%);
  clip-path: polygon(0 0, 58% 0, 100% 100%);
}

@media (max-width: 768px) {
  .register-line_catch-txt::before {
    background-color: #221e1b;
  }
}

.register-line_catch-txt::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 19px;
  height: 25px;
  background-color: #fff;
  -webkit-clip-path: polygon(42% 0, 100% 0, 0 100%);
  clip-path: polygon(42% 0, 100% 0, 0 100%);
}

@media (max-width: 768px) {
  .register-line_catch-txt::after {
    background-color: #221e1b;
  }
}

.register-line_qr {
  width: 84px;
  margin: 0 auto;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .register-line_qr {
    display: none;
  }
}

.register-line_btn {
  display: none;
}

@media (max-width: 768px) {
  .register-line_btn {
    display: inline-block;
    position: relative;
    padding: 16px 8px 16px 73px;
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(50%, #06d65b),
      color-stop(50%, #06c755)
    );
    background-image: linear-gradient(to top, #06d65b 50%, #06c755 50%);
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 0 #047526;
    box-shadow: 2px 2px 0 #047526;
    text-decoration: none;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.03em;
  }
}

@media (max-width: 768px) {
  .register-line_btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 46px;
    height: 45px;
    background: url(img/line-icon.png) center/cover;
  }
}

.register-line_id {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 150px;
  margin-top: 18px;
  background-color: #00c6d3;
  border: 3px solid #00c6d3;
}

@media (max-width: 768px) {
  .register-line_id {
    display: none;
    /* display: block; */
    position: relative;
    max-width: 335px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .register-line_id::before {
    content: 'または';
    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;
    position: absolute;
    top: -19px;
    left: -12px;
    width: 52px;
    height: 52px;
    background-color: #00c6d3;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
}

.register-line_id-key {
  padding: 8px;
  margin: 0;
  color: #fff;
  font-size: 6px;
  font-weight: bold;
  letter-spacing: -0.03em;
}

.register-line_id-val {
  padding: 8px;
  margin: 0;
  background-color: #fff;
  color: #00c6d3;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.03em;
}

@media (max-width: 768px) {
  .register-line_howto-conpact {
    display: none !important;
    margin-top: 8px;
    color: #00c6d3;
    font-size: 16px;
    font-weight: bold;
  }
}

/* ==========================
Helper
========================== */
.only-sp {
  display: none;
}

@media (max-width: 768px) {
  .only-sp {
    display: block;
  }
}

@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  word-wrap: normal !important;
}

.bold {
  font-weight: bold;
}

.marker {
  background: linear-gradient(to top, #f4fd85 10px, transparent 10px);
}

.highlight {
  background-color: #f4fd85;
}

.C10000 {
  color: #c10000;
}

.B88B00 {
  color: #b88b00;
}

.thin-yellow {
  color: #f4fd85;
}

.yellow {
  color: #fffa00;
}

.green {
  color: #32c8c8;
}

.blue {
  color: #00b2b9;
}

.primary {
  color: #ff9867;
}

.sup {
  font-size: 0.6em;
  vertical-align: top;
}
/*# sourceMappingURL=style.css.map */
