@charset "UTF-8";
.main {
  margin-top: 77px;
}

.inner {
  padding-inline: 20px;
}
.inner-section {
  padding-inline: 20px;
}

.l-contents {
  display: grid;
  grid-template-columns: 33.3333333333% 66.6666666667%;
  margin-top: 80px;
  padding-inline: 20px;
}

.l-contents__sidebar {
  max-width: 200px;
  padding-right: 5px;
}

.l-contents__main {
  border-left: 1px dotted #83a2b3;
  width: 100%;
}

.c-sidebar {
  left: 0;
  padding-bottom: 31px;
  position: sticky;
  top: 100px;
}

.c-sidebar__title {
  border-bottom: solid 1px #d3d3d3;
  padding-bottom: 25px;
  padding-top: 8px;
}
.c-sidebar__title p {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 1.5;
}

.c-sidebar__contents {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

.c-sidebar__section {
  border-radius: 3px;
}

.c-sidebar__section-head {
  padding-block: 7px;
}
.c-sidebar__section-head a {
  align-items: center;
  display: inline-flex;
  font-size: 10px;
  font-weight: 500;
  gap: 3px;
  letter-spacing: 0.7px;
  line-height: 1.71;
  transition: color 0.3s ease;
}
.c-sidebar__section-head a.is-select p {
  color: #e53884;
}
.c-sidebar__section-head a.is-select::before {
  background-color: #e53884;
}
.c-sidebar__section-head a::before {
  aspect-ratio: 1/1;
  background-color: #83a2b3;
  border-radius: 50%;
  content: "";
  flex-shrink: 0;
  height: 3px;
  transition: background 0.3s ease;
  width: 3px;
}

.c-sidebar__section-body {
  border-top: solid 1px #d3d3d3;
  display: flex;
  flex-direction: column;
  gap: calc(20 / 1366 * 100vw);
  padding: calc(18 / 1366 * 100vw) calc(18 / 1366 * 100vw) calc(18 / 1366 * 100vw) calc(13 / 1366 * 100vw);
}
.c-sidebar__section-body a {
  color: #707070;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.c-sidebar__btn {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 45px;
}

.c-sidebar__btn-item:nth-of-type(2) .c-btn-twin > p {
  color: #238ea3;
}
.c-sidebar__btn-item:nth-of-type(2) .c-btn-twin > p::before, .c-sidebar__btn-item:nth-of-type(2) .c-btn-twin > p::after {
  background-color: #238ea3;
}
.c-sidebar__btn-item .c-btn-twin > p {
  font-size: 8px;
  line-height: 1.42;
}
.c-sidebar__btn-item .c-btn-twin__wrap {
  aspect-ratio: 187/50;
  margin-top: 3px;
  width: 100%;
}
.c-sidebar__btn-item .c-btn-twin__link > p {
  aspect-ratio: 45/50;
  font-size: 8px;
}
.c-sidebar__btn-item .c-btn-twin__inline {
  justify-content: space-between;
  padding-inline: 3px;
}
.c-sidebar__btn-item .c-btn-twin__inline::after {
  height: 7px;
  width: 7px;
}
.c-sidebar__btn-item .c-btn-twin__inline > p {
  font-size: 8px;
  letter-spacing: 0.96px;
  width: auto;
}
.c-sidebar__btn-item .c-btn-square.c-btn-square--gradation {
  margin-top: 3px;
  padding: 10px 3px;
  position: relative;
}
.c-sidebar__btn-item .c-btn-square.c-btn-square--gradation::after {
  height: 7px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
}
.c-sidebar__btn-item .c-btn-square.c-btn-square--gradation > p {
  font-size: 8px;
  letter-spacing: 0.96px;
  text-align: center;
}

.c-section-title {
  display: flex;
  flex-direction: column;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.c-section-title::before {
  background-color: rgba(67, 204, 237, 0.13);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  content: "";
  height: 20px;
  left: -6px;
  position: absolute;
  top: 0;
  width: 20px;
}
.c-section-title h2 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.6px;
  line-height: 1.65;
  padding-left: 10px;
}
.c-section-title p {
  color: #e40265;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.66;
}
.c-section-title.c-section-title--small {
  align-items: baseline;
}
.c-section-title.c-section-title--small h2 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.12px;
  line-height: 2.36;
  padding-left: 15px;
}
.c-section-title.c-section-title--small p {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 3.04px;
  line-height: 1.5;
  padding-left: 15px;
}

.c-title-square {
  align-items: center;
  color: #495966;
  display: inline-flex;
  font-size: 22px;
  font-weight: 500;
  gap: 10px;
  letter-spacing: 1.32px;
  line-height: 1.4545454545;
}
.c-title-square::before {
  background-color: #e40265;
  content: "";
  height: 13px;
  width: 5px;
}

.c-title-inlinebox {
  align-items: center;
  display: inline-flex;
  font-size: clamp(1.25rem, 1.1553985873rem + 0.4036326942vw, 1.5rem);
  font-weight: bold;
  gap: 14px;
  letter-spacing: 1.44px;
}
.c-title-inlinebox::before {
  background-color: #e53784;
  border-radius: 5px;
  content: "";
  flex-shrink: 0;
  height: 15px;
  width: 15px;
}

.c-btn-square {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  display: inline-flex;
  gap: 10px;
  height: 100%;
  justify-content: space-between;
  padding: 15px 15px;
  width: 100%;
}
.c-btn-square p {
  font-size: clamp(0.875rem, 0.8276992936rem + 0.2018163471vw, 1rem);
  font-weight: 500;
  letter-spacing: 1.28px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}
.c-btn-square::after {
  background-image: url(../images/btn_pink_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  flex-shrink: 0;
  height: 15px;
  width: 15px;
}
.c-btn-square.c-btn-square--gradation {
  background-image: linear-gradient(98deg, #50afc6, #b0dcd7);
  color: #fff;
  padding: 15px 10px;
}
.c-btn-square.c-btn-square--gradation p {
  color: #fff;
  font-size: clamp(0.875rem, 0.8276992936rem + 0.2018163471vw, 1rem);
  font-weight: bold;
  letter-spacing: 1.28px;
  line-height: 1.5;
  text-align: center;
}
.c-btn-square.c-btn-square--gradation::after {
  background-image: url(../images/btn_twin_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  width: 15px;
}
.c-btn-square.c-btn-square--gradation-red {
  background-image: linear-gradient(104deg, #f44d95, #e88686);
  color: #fff;
  padding: 16px 11px 16px 28px;
}
.c-btn-square.c-btn-square--gradation-red p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.96px;
  line-height: 1.42;
  text-align: center;
}
.c-btn-square.c-btn-square--gradation-red::after {
  background-image: url(../images/btn_twin_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  width: 15px;
}
.c-btn-square.c-btn-square--line {
  background-color: #4ec664;
  border: 1px solid #fff;
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease, border 0.3s ease;
}
.c-btn-square.c-btn-square--line p {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.96px;
  line-height: 1.42;
  text-align: center;
}
.c-btn-square.c-btn-square--line:hover {
  background-color: #fff;
  border: 1px solid #4ec664;
}
.c-btn-square.c-btn-square--line:hover p {
  color: #483c42;
}
.c-btn-square.c-btn-square--line::after {
  background-image: url(../images/btn_twin_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  width: 15px;
}
.c-btn-square.c-btn-square--pink {
  background-color: #e53784;
  border: 1px solid #fff;
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease, border 0.3s ease;
}
.c-btn-square.c-btn-square--pink p {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.96px;
  line-height: 1.42;
  text-align: center;
}
.c-btn-square.c-btn-square--pink:hover {
  background-color: #fff;
  border: 1px solid #e53784;
}
.c-btn-square.c-btn-square--pink:hover p {
  color: #483c42;
}
.c-btn-square.c-btn-square--pink::after {
  background-image: url(../images/btn_twin_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  width: 15px;
}

.c-btn-twin {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.c-btn-twin > p {
  align-items: center;
  color: #e40265;
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  gap: 7px;
  justify-content: center;
  line-height: 1.46;
  text-align: center;
  width: 100%;
}
.c-btn-twin > p::before, .c-btn-twin > p::after {
  background-color: #e40265;
  content: "";
  height: 1px;
  transform: rotate(60deg);
  width: 14px;
}
.c-btn-twin > p::after {
  transform: rotate(-60deg);
}

.c-btn-twin__wrap {
  margin-top: 7px;
}

.c-btn-twin__link {
  background-image: linear-gradient(98deg, #f44d95, #e88686);
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.c-btn-twin__link p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.44;
}
.c-btn-twin__link > p {
  align-items: center;
  aspect-ratio: 80/70;
  background-color: #e40265;
  display: flex;
  flex-shrink: 0;
  font-size: 15px;
  height: 100%;
  justify-content: center;
}

.c-btn-twin__inline {
  align-items: center;
  display: flex;
  grid-area: 20px;
  justify-content: center;
  padding-inline: 22px 20px;
  width: 100%;
}
.c-btn-twin__inline::after {
  background-image: url(../images/btn_twin_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  width: 15px;
}
.c-btn-twin__inline > p {
  font-size: 16px;
  text-align: center;
  width: 100%;
}

.page-main.page-main--bg {
  background-image: url(../images/page_contents_bg.png);
  background-position: center 7%;
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.c-page-header {
  position: relative;
  z-index: 25;
}
.c-page-header::after {
  background-image: linear-gradient(to bottom, #e4f4f2, #fff8fb);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.95;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.c-page-header.c-page-header--half::after {
  background-image: linear-gradient(108deg, #e4f4f2 5%, rgba(255, 248, 251, 0) 54%);
  opacity: 0.95;
}

.c-page-header__img {
  aspect-ratio: 375/200;
  overflow: hidden;
  width: 100%;
}

.c-page-header__texts {
  bottom: calc(102 / 1366 * 100vw);
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: 3;
}

.c-page-header__wrap {
  margin-inline: auto;
  max-width: 1240px;
  padding-inline: 20px;
  width: 100%;
}

.c-page-header__title-en {
  color: #e40265;
  font-size: clamp(1.875rem, 1.4019929364rem + 2.0181634712vw, 3.125rem);
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 1.3;
}

.c-page-header__title-jp {
  font-size: clamp(1rem, 0.9053985873rem + 0.4036326942vw, 1.25rem);
  font-weight: bold;
  letter-spacing: 1.6px;
  line-height: 1.65;
}

.c-page-header__desc {
  display: none;
  font-size: clamp(0.75rem, 0.6790489405rem + 0.3027245207vw, 0.9375rem);
  font-weight: 500;
  line-height: 2.2;
  margin-top: 10px;
}

.c-page-header__btn {
  display: none;
  margin-top: 10px;
  width: 208px;
}

.c-bread {
  padding-inline: 20px;
  padding-top: 50px;
  position: relative;
  z-index: 20;
}

.c-bread__list {
  align-items: center;
  background-color: #f4f3f5;
  border-radius: 50px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 7px;
  padding: 10px 30px;
}

.c-bread__item p {
  color: #4a574c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.4285714286;
}
.c-bread__item:nth-of-type(n + 2) {
  align-items: center;
  display: inline-flex;
  gap: 15px;
}
.c-bread__item:nth-of-type(n + 2)::before {
  content: "＞";
  font-size: 10px;
}
.c-bread__item:nth-last-child(1) p {
  color: #e40265;
}

.c-search-freeword {
  max-width: 375px;
}
.c-search-freeword .horizontal-form {
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  display: grid;
  grid-template-columns: 82% 18%;
  margin-top: 10px;
  overflow: hidden;
}
.c-search-freeword input[type=text] {
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.28px;
  line-height: 1.5;
  padding: 20px 22px;
}
.c-search-freeword input[type=text]::-moz-placeholder {
  opacity: 0.3;
}
.c-search-freeword input[type=text]::placeholder {
  opacity: 0.3;
}
.c-search-freeword .search-submit {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #ee6b8d;
  border-radius: 0px 10px 10px 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column-reverse;
  font-size: 10px;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  letter-spacing: 2px;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
.c-search-freeword .search-submit::after {
  aspect-ratio: 1/1;
  background-image: url(../images/icon_search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 16px;
  width: 16px;
}
.c-search-freeword .search-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.46;
}

.c-search-area {
  width: 100%;
}
.c-search-area .search-area-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.46;
}
.c-search-area .webgene-blog {
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  row-gap: 8px;
}
.c-search-area .webgene-item {
  display: flex;
  flex-shrink: 0;
  width: auto;
}
.c-search-area .webgene-item a {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  gap: 8px;
  justify-content: space-between;
  letter-spacing: 1.28px;
  line-height: 1.5;
  padding: 15px 10px;
  transition: background 0.3s ease, color 0.3s ease;
  width: 100%;
}
.c-search-area .webgene-item a::after {
  background-image: url(../images/btn_pink_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  transition: background 0.3s ease;
  width: 15px;
}
.c-search-area .webgene-item a:hover {
  background-color: #ee6b8d;
  color: #fff;
  opacity: 1;
}
.c-search-area .webgene-item a:hover::after {
  background-image: url(../images/btn_twin_arrow.svg);
}

.c-interview__inner {
  margin-left: auto;
  width: calc(1283 / 1366 * 100vw);
}

.c-interview__slide {
  margin-top: 50px;
}
.c-interview__slide .swiper-wrapper {
  padding-bottom: 25px;
}
.c-interview__slide .swiper-pagination {
  height: 2px;
  position: relative;
}
.c-interview__slide .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #4fafc6;
}
.c-interview__slide .swiper-button-prev,
.c-interview__slide .swiper-button-next {
  aspect-ratio: 1/1;
  background-image: url(../images/interview_slide_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
  position: relative;
  width: 45px;
}
.c-interview__slide .swiper-button-prev {
  margin-left: 20px;
}
.c-interview__slide .swiper-button-next {
  margin-left: 5px;
  transform: scale(-1, 1);
}

.c-Interview__card {
  background-color: #fff;
  border-left: 5px solid #e40265;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  min-height: 229px;
  padding: 25px 20px;
}

.c-Interview__head {
  align-items: center;
  display: flex;
  gap: 20px;
}

.c-Interview__icon {
  aspect-ratio: 1/1;
  border-radius: 50%;
  flex-shrink: 0;
  height: 50px;
  overflow: hidden;
  width: 50px;
}

.c-Interview__label {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  gap: 10px;
  line-height: 1.42;
  opacity: 0.7;
}
.c-Interview__label p:nth-of-type(2) {
  border-left: 1px solid #ee6b8d;
  padding-left: 10px;
}

.c-Interview__body {
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
  margin-top: 20px;
}

.c-interview__bottom {
  align-items: center;
  display: flex;
  padding-right: 20px;
}

.guide-data-list > .webgene-blog {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.guide-data-list a {
  width: 100%;
}

.guide-date-list__contents {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.guide-date-list__img {
  aspect-ratio: 380/229;
  background-image: url(../images/topics_img_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.guide-date-list__date {
  margin-top: 20px;
}

.guide-date-list__title {
  margin-top: 15px;
}

.guide-date-list__tag {
  margin-top: 15px;
}

.data-date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.42;
  opacity: 0.7;
}

.data-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
}

.data-tag {
  background-color: #fff5f9;
  color: rgba(229, 56, 132, 0.7);
  display: inline;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
  padding: 3px 10px;
  width: -moz-fit-content;
  width: fit-content;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.faq__item {
  display: grid;
  grid-template-columns: 100%;
}
.faq__item p {
  font-size: 15px;
  line-height: 2;
}

.faq__question {
  background-color: #fff5f9;
}
.faq__question p {
  font-weight: bold;
}

.faq__answer {
  background-color: rgba(80, 175, 198, 0.1);
}

.faq__question,
.faq__answer {
  display: inline-flex;
  gap: 15px;
  padding: 20px 20px;
}
.faq__question::before,
.faq__answer::before {
  align-items: center;
  background-image: linear-gradient(to bottom, #f44d95, #e88686);
  border-radius: 50%;
  color: #fff;
  content: "Q";
  display: inline-flex;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: bold;
  height: calc(35 / 375 * 100vw);
  justify-content: center;
  letter-spacing: 1.6px;
  line-height: 1.65;
  max-height: 45px;
  max-width: 45px;
  width: calc(35 / 375 * 100vw);
}

.faq__answer::before {
  background-image: linear-gradient(to bottom, rgba(80, 175, 198, 0.7), rgba(176, 220, 215, 0.7));
  content: "A";
}

.c-flow {
  display: flex;
  flex-direction: column-reverse;
}

.c-flow-left {
  display: flex;
  flex-shrink: 0;
  gap: 20px;
  margin-top: 60px;
}

.c-flow-left__img {
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.c-flow-left__img:nth-of-type(1) {
  aspect-ratio: 264/297;
  margin-right: auto;
}
.c-flow-left__img:nth-of-type(2) {
  aspect-ratio: 187/210;
  margin-top: auto;
}
.c-flow-left__img:nth-of-type(3) {
  aspect-ratio: 230/260;
  margin-bottom: auto;
}

.c-flow-right {
  width: 100%;
}
.c-flow-right__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.c-flow-right__item {
  align-items: flex-start;
  display: flex;
}
.c-flow-right__item:nth-of-type(5) .c-flow-right__box-text {
  letter-spacing: 2.5px;
}

.c-flow-right__num {
  align-items: center;
  display: inline-flex;
}
.c-flow-right__num::after {
  background-color: #f4dce5;
  content: "";
  flex-shrink: 0;
  height: 2px;
  width: 20px;
}
.c-flow-right__num p {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #f4dce4;
  border-radius: 50%;
  color: #e40265;
  display: inline-flex;
  font-size: 20px;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  letter-spacing: -1.2px;
  line-height: 5.6;
  width: 40px;
}

.c-flow-right__box {
  background-color: #fff;
  border: solid 2px #f4dce4;
  border-radius: 10px;
  padding: 20px 13px;
  width: 100%;
}

.c-flow-right__box-title {
  color: #e40265;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.08px;
  line-height: 1.4444444444;
}

.c-flow-right__box-text {
  font-size: 14px;
  letter-spacing: 1.12px;
  line-height: 1.8;
  margin-top: 5px;
}
.c-flow-right__box-text a {
  color: #e40265;
  text-decoration: underline;
}

.c-flow-right__box-text--notes {
  font-size: 12px;
  letter-spacing: 0.96px;
  line-height: 2.29;
}

.horizontal-form input {
  all: unset; /* すべてのブラウザデフォルトをリセット */
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  color: inherit;
  display: inline-block; /* 必要に応じて */
  font: inherit; /* 親要素のフォントを継承 */
  margin: 0;
  padding: 0;
  width: 100%; /* レイアウト調整 */
}
.horizontal-form button {
  background: none;
  border: none;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
}

.search-submit {
  all: unset; /* すべてのブラウザデフォルトをリセット */
  align-items: center;
  aspect-ratio: 375/70;
  background-color: transparent;
  background-color: #e53784;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  color: inherit;
  color: #fff;
  cursor: pointer;
  display: inline-block; /* 必要に応じて */
  display: flex;
  font: inherit; /* 親要素のフォントを継承 */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 1.28px;
  margin: 0;
  margin-inline: auto;
  margin-top: 80px;
  max-height: 70px;
  max-width: 600px;
  padding: 0;
  text-align: center;
  width: 100%; /* レイアウト調整 */
}

.c-entry-line {
  background-color: #f3faf4;
  padding-bottom: 65px;
  padding-top: 60px;
}

.c-entry-line__inner {
  margin-inline: auto;
  max-width: 690px;
  padding-inline: 20px;
}

.c-entry-line__title {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: center;
}

.c-entry-line__title-text {
  color: #4ec664;
  font-size: clamp(1.125rem, 0.9830978809rem + 0.6054490414vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 1.92px;
}

.c-entry-line__title-img {
  aspect-ratio: 1/1;
  height: 52px;
  overflow: hidden;
  width: 52px;
}
.c-entry-line__title-img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.c-entry-line__steps {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 48px;
}

.c-entry-line-step {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.c-entry-line-step__head {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c-entry-line-step__head-label {
  align-items: center;
  background-color: #4ec664;
  border-radius: 0 20px 20px 0;
  color: #fff;
  display: inline-flex;
  font-size: clamp(1rem, 0.9053985873rem + 0.4036326942vw, 1.25rem);
  font-weight: 500;
  gap: 10px;
  letter-spacing: 1.2px;
  padding: 6px 21px 6px 19px;
}
.c-entry-line-step__head-label::before {
  background-color: #fff;
  content: "";
  height: 13px;
  width: 5px;
}

.c-entry-line-step__head-title {
  font-size: clamp(1.125rem, 1.0303985873rem + 0.4036326942vw, 1.375rem);
  font-weight: bold;
  letter-spacing: 1.32px;
}

.c-entry-line-step__body p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}

.c-entry-line-boxs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.c-entry-line-box {
  background-color: #fff;
  border: solid 1px #4ec664;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 14px 20px;
}

.c-entry-line-box__title {
  align-items: center;
  color: #4ec664;
  display: inline-flex;
  font-size: 20px;
  font-weight: bold;
  gap: 8px;
  letter-spacing: 1.2px;
}
.c-entry-line-box__title::before {
  background-color: #4ec664;
  border-radius: 5px;
  content: "";
  height: 15px;
  width: 15px;
}

.c-entry-line-box__img {
  aspect-ratio: 232/72;
  flex-shrink: 0;
  overflow: hidden;
  width: 232px;
}
.c-entry-line-box__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.c-entry-mail {
  padding-bottom: 100px;
  padding-top: 100px;
}

.c-entry-mail__inner {
  margin-inline: auto;
  max-width: 690px;
  padding-inline: 20px;
}

.c-entry-mail__boxs {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.c-entry-mail__box {
  width: 100%;
}

.c-entry-mail__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.36;
  margin-top: 12px;
}
.c-entry-mail__text a {
  color: #008eed;
  text-decoration: underline;
}

.c-entry-flow {
  background-color: #eaf4f7;
  padding-bottom: 100px;
  padding-top: 100px;
}

.c-entry-flow__inner {
  margin-inline: auto;
  max-width: 690px;
  padding-inline: 20px;
}

.c-entry-flow__contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.c-entry-flow__title {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: bold;
  gap: 10px;
  letter-spacing: 1.44px;
  line-height: 1.4583333333;
}
.c-entry-flow__title::after {
  background-color: #51afc6;
  content: "";
  height: 8px;
  width: 65px;
}

.c-entry-flow__boxs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.c-entry-flow-box {
  background-color: #fff;
  border: solid 1px #51afc6;
  border-radius: 3px;
  padding: 20px;
}

.c-entry-flow-box__title {
  color: #51afc6;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.96px;
  text-align: center;
}

.c-entry-flow-box__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  margin-top: 11px;
}

.c-original-box__inner {
  padding-inline: 20px;
}

.c-original-box__contents {
  background-color: #fff5f9;
  padding: 40px 20px;
  position: relative;
}

.c-original-box__title {
  color: #f24f94;
  font-size: clamp(1.25rem, 1.1553985873rem + 0.4036326942vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 1.92px;
  line-height: 1.38;
  text-align: center;
}

.c-original-box__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 25px;
}
.c-original-box__text p {
  font-size: clamp(0.875rem, 0.8276992936rem + 0.2018163471vw, 1rem);
  font-weight: 500;
  letter-spacing: 1.28px;
  line-height: 2;
}
.c-original-box__text p a {
  color: #008eed;
  text-decoration: underline;
}

.c-original-box__img {
  aspect-ratio: 92/143;
  bottom: -40px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  width: 50px;
}
.c-original-box__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 414px){
  .l-contents {
    grid-template-columns: 125px auto;
  }
  .faq__question,
  .faq__answer {
    gap: 20px;
    padding: 25px 30px;
  }
  .c-flow-right__item:nth-of-type(4) .c-flow-right__box-text {
    letter-spacing: 2px;
  }
  .c-flow-right__item:nth-of-type(5) .c-flow-right__box-text {
    letter-spacing: normal;
  }
  .c-flow-right__box-text--notes {
    letter-spacing: normal;
  }
  .c-entry-flow-box__text {
    font-size: 15px;
  }
}
@media (min-width: 768px){
  .c-page-header__img {
    aspect-ratio: 1366/370;
  }
  .c-page-header__desc {
    margin-top: 23px;
  }
  .guide-data-list > .webgene-blog {
    -moz-column-gap: 30px;
         column-gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
  }
  .c-flow-right__item:nth-of-type(4) .c-flow-right__box-text {
    letter-spacing: normal;
  }
  .c-entry-flow-box__text {
    font-size: 14px;
  }
}
@media (min-width: 1024px){
  .inner-section {
    margin-inline: auto;
    max-width: 1240px;
  }
  .l-contents {
    grid-template-columns: 17.0833333333% auto;
    margin-inline: auto;
    max-width: 1240px;
  }
  .l-contents__sidebar {
    padding-right: 8.2926829268%;
  }
  .c-sidebar__title p {
    font-size: 16px;
  }
  .c-sidebar__section-head {
    padding-inline: 13px 5px;
  }
  .c-sidebar__section-head a {
    font-size: 14px;
    gap: 11px;
  }
  .c-sidebar__section-head a::before {
    height: 6px;
    width: 6px;
  }
  .c-sidebar__btn-item .c-btn-twin > p {
    font-size: 12px;
  }
  .c-sidebar__btn-item .c-btn-twin__link > p {
    font-size: 12px;
  }
  .c-sidebar__btn-item .c-btn-twin__inline {
    padding-inline: 12px 17px;
  }
  .c-sidebar__btn-item .c-btn-twin__inline::after {
    height: 15px;
    width: 15px;
  }
  .c-sidebar__btn-item .c-btn-twin__inline > p {
    font-size: 12px;
  }
  .c-sidebar__btn-item .c-btn-square.c-btn-square--gradation {
    padding: 15px;
  }
  .c-sidebar__btn-item .c-btn-square.c-btn-square--gradation::after {
    height: 15px;
    right: 15px;
    width: 15px;
  }
  .c-sidebar__btn-item .c-btn-square.c-btn-square--gradation > p {
    font-size: 12px;
  }
  .c-section-title::before {
    height: 26px;
    left: -16px;
    width: 26px;
  }
  .c-section-title h2 {
    font-size: 20px;
    padding-left: 36px;
  }
  .c-section-title p {
    font-size: 50px;
    letter-spacing: 4px;
  }
  .c-section-title.c-section-title--column {
    flex-direction: column;
  }
  .c-section-title.c-section-title--small h2 {
    padding-left: 25px;
  }
  .c-section-title.c-section-title--small p {
    font-size: 38px;
    line-height: 2.18;
    padding-left: 28px;
  }
  .c-btn-square {
    padding: 14px 16px 14px 30px;
  }
  .c-btn-square p {
    text-align: left;
  }
  .c-btn-square.c-btn-square--gradation {
    padding: 23px 18px 23px 45px;
  }
  .c-page-header__title-en {
    line-height: 1.66;
  }
  .c-page-header__desc {
    width: 43%;
  }
  .c-page-header__btn {
    margin-top: 30px;
  }
  .c-bread {
    margin-inline: auto;
    max-width: 1240px;
  }
  .c-bread__list {
    gap: 18px;
  }
  .c-search-freeword {
    max-width: 900px;
  }
  .c-search-area .webgene-item a {
    padding: 20px 23px 20px 29px;
  }
  .c-interview__slide .swiper-button-prev {
    margin-left: 72px;
  }
  .c-interview__bottom {
    padding-right: 83px;
  }
  .guide-data-list > .webgene-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .faq__list {
    gap: 10px;
  }
  .faq__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .faq__question > p,
  .faq__answer > p {
    padding-top: 8px;
  }
  .faq__question::before,
  .faq__answer::before {
    height: calc(45 / 1366 * 100vw);
    width: calc(45 / 1366 * 100vw);
  }
  .c-flow {
    flex-direction: row;
    gap: calc(100 / 1366 * 100vw);
  }
  .c-flow-left {
    flex-direction: column;
    gap: 0;
    max-width: 332px;
    width: calc(322 / 1366 * 100vw);
  }
  .c-flow-left__img:nth-of-type(1) {
    max-width: 264px;
    width: calc(264 / 1366 * 100vw);
  }
  .c-flow-left__img:nth-of-type(2) {
    margin-left: auto;
    margin-top: 55px;
    max-width: 187px;
    width: calc(187 / 1366 * 100vw);
  }
  .c-flow-left__img:nth-of-type(3) {
    margin-right: auto;
    margin-top: 60px;
    max-width: 230px;
    width: calc(230 / 1366 * 100vw);
  }
  .c-flow-right__list {
    gap: calc(25 / 1366 * 100vw);
  }
  .c-flow-right__item:nth-of-type(5) .c-flow-right__box-text {
    letter-spacing: 2.5px;
  }
  .c-flow-right__num::after {
    width: 40px;
  }
  .c-flow-right__num p {
    font-size: 30px;
    height: 63px;
    width: 63px;
  }
  .c-flow-right__box {
    padding: 24px 30px 18px;
  }
  .c-flow-right__box-text {
    line-height: 2.29;
  }
  .c-flow-right__box-text--notes {
    letter-spacing: 0.96px;
  }
  .search-submit {
    aspect-ratio: 600/70;
  }
  .c-entry-line__inner {
    max-width: 940px;
  }
  .c-entry-line__steps {
    gap: 41px;
  }
  .c-entry-line-step__head {
    align-items: center;
    flex-direction: row;
    gap: 15px;
  }
  .c-entry-line-step__body p {
    line-height: 2.36;
  }
  .c-entry-line-boxs {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
  .c-entry-line-box__img {
    margin-inline: auto;
  }
  .c-entry-mail {
    padding-bottom: 105px;
    padding-top: 80px;
  }
  .c-entry-mail__inner {
    max-width: 100%;
    padding-inline: 0;
  }
  .c-entry-mail__boxs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .c-entry-flow {
    padding-bottom: 90px;
    padding-top: 70px;
  }
  .c-entry-flow__inner {
    max-width: 960px;
  }
  .c-entry-flow__boxs {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, 1fr);
  }
  .c-entry-flow-box {
    padding: 24px 8px 30px;
  }
  .c-original-box__inner {
    margin-inline: auto;
    max-width: 980px;
    width: 100%;
  }
  .c-original-box__contents {
    padding: 55px 50px 65px 50px;
  }
  .c-original-box__text p:last-child {
    width: 82.619047619%;
  }
  .c-original-box__img {
    bottom: 50px;
    right: 7.9787234043%;
    width: 9.7872340426%;
  }
}
@media (min-width: 1366px){
  .c-sidebar__section-body {
    padding: 18px 18px 18px 13px;
  }
  .c-Interview__body {
    font-size: 14px;
  }
  .c-flow {
    gap: 100px;
  }
  .c-flow-right__item:nth-of-type(5) .c-flow-right__box-text {
    letter-spacing: normal;
  }
  .c-entry-flow-box {
    padding: 24px 10px 30px;
  }
}