@charset "UTF-8";

/* ===== 基本設定 ===== */
html {
  overflow-x: hidden;
}

/* ===== 共通要素 ===== */
a.scroll {
  top: 51vw;
}
.top-entry .top-entry__wrapper {
  width: 76% !important;
}
.top-entry .top-entry__wrapper h2{
  display: block;
}

@media screen and (max-width: 1280px) {
    .top-entry .top-entry__wrapper {
        width: 90% !important;
    }
}

/* ===== タイトル関連 ===== */
.title_nextsub {
  width: 100%;
}

.title_nextsub_inner {
  display: inline-block;
}

.title_nextsub_inner .nextsub {
  margin-bottom: 20px;
  color: #fff;
  font-size: 29px;
  font-family: 'Corbel', Arial, sans-serif;
  font-weight: 600;
  font-style: italic;
}

.nexttitle {
  position: relative;
  left: inherit;
  bottom: inherit;
  min-width: inherit;
  width: 100%;
  margin-bottom: 150px;
}

.nexttitle:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 4px;
  background-color: #11fddd;
}

/* ===== メインタイトル ===== */
h1.maintitle span {
  display: inline-block;
  color: #00A7FF !important;
  background-color: #fff;
  font-size: 23px;
  font-weight: 600;
  padding: 0 5px;
}

h1.maintitle > b {
  display: block;
  font-style: italic;
  color: #fff;
}

h1.maintitle b {
  line-height: .5;
}

h1.maintitle .maintitle-en {
  display: flex;
  gap: 10px;
  margin-top: -1.5vw;
  color: #fff;
  font-style: italic;
}

h1.maintitle .maintitle-en-main {
  display: flex;
  align-items: center;
}

h1.maintitle .maintitle-en-sub {
  display: flex;
  align-items: center;
  font-size: 3vw;
}

h1.maintitle .maintitle-en-sub > b {
  display: flex;
  flex-direction: column;
}

h1.maintitle .maintitle-en-sub > b b {
  line-height: 1;
}

/* ===== メインコンテンツ ===== */
main > section:first-of-type {
  padding-top: 0;
}

main > section:first-of-type > div:nth-of-type(2) h2.nextsub {
  font-size: 1.6rem;
  font-family: 'Corbel', Arial, sans-serif;
  font-style: italic;
}

main > section:first-of-type p.title_nextsub-lead {
  font-size: 41px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-top: -4px;
  color: #fff;
}

main > section:first-of-type p.title_nextsub-lead br {
  display: none;
}

/* ===== セクション2 ===== */
main > section:nth-of-type(2) div:first-of-type .title_nextsub {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

main > section:nth-of-type(2) div:first-of-type .title_nextsub_inner {
  width: auto;
  display: inline-block;
}

main > section:nth-of-type(2) div:first-of-type p.title_nextsub-lead {
  font-size: 41px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-top: -4px;
  color: #00A7FF;
}

/* ===== セクション3 ===== */
main > section:nth-of-type(3) div:first-of-type .title_nextsub {
  width: 72vw;
  margin: 0 auto 40px;
}

main > section:nth-of-type(3) h2 {
  font-size: 1.6rem;
  font-family: 'Corbel', Arial, sans-serif;
  font-style: italic;
  color: #00A7FF;
  font-weight: 700;
  letter-spacing: -.01em;
}

main > section:nth-of-type(3) div:first-of-type p.title_nextsub-lead {
  font-size: 41px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-top: -4px;
  color: #00A7FF;
  font-style: normal;
}

main > section:nth-of-type(3) div:first-of-type p.title_nextsub-lead .sp-only {
  display: none;
}

/* ===== セクションタイトル ===== */
div.section__title {
  margin-bottom: 60px;
  color: #fff;
  text-align: center;
}

div.section__title h2.section__title-text {
  margin-bottom: 10px;
  letter-spacing: 9px;
}

div.section__title h2.section__title-text span {
  display: block;
  font-weight: bold;
  line-height: 1.3;
}

div.section__title h2.section__title-text span.section__title-main {
  font-size: 30px;
}

div.section__title h2.section__title-text span.section__title-sub {
  display: block;
  font-size: 27px;
}

div.section__title p.section__title-copy {
  color: #fff;
  font-size: 13px;
  font-family: Corbel;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.2;
}

.ontech-wrapper div.section__title p.section__title-copy{
  color: #00A7FF;
}

.recruitment{
  position: relative;
  z-index: 10;
}

#page-recruitment div.section__title {
  color: #00A7FF;
}

.recruitment div.section__title h2.section__title-text {
  margin-bottom: 15px;
  line-height: 1;
}

#page-recruitment .recruitment div.section__title  p.section__title-copy {
  color: #00a7ff;
}

div.section__title h2.section__title-text {
  letter-spacing: 6px;
}

/* ===== エントリー関連 ===== */
.entry .messagebox {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 120px;
}

.entry-button-container {
  text-align: center;
}

/* ===== メインタイトルアニメーション ===== */
h1.maintitle b {
  font-weight: bold;
}

h1.maintitle b b {
  opacity: 0;
  display: inline-block;
}

h1.maintitle.aos-init.aos-animate b b {
  animation: h1_anim 2s cubic-bezier(0,1.13,.52,.91) forwards;
}

@keyframes h1_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

h1.maintitle b b:nth-of-type(1) {
  animation-delay: .1s !important;
  transform: translateX(-1rem);
}

h1.maintitle b b:nth-of-type(2) {
  animation-delay: .15s !important;
  transform: translateX(-1.5rem);
}

h1.maintitle b b:nth-of-type(3) {
  animation-delay: .2s !important;
  transform: translateX(-2rem);
}

h1.maintitle b b:nth-of-type(4) {
  animation-delay: .25s !important;
  transform: translateX(-2.5rem);
}

h1.maintitle b b:nth-of-type(5) {
  animation-delay: .3s !important;
  transform: translateX(-3rem);
}

h1.maintitle b b:nth-of-type(6) {
  animation-delay: .35s !important;
  transform: translateX(-3.5rem);
}

h1.maintitle b b:nth-of-type(7) {
  animation-delay: .4s !important;
  transform: translateX(-4rem);
}

h1.maintitle b b:nth-of-type(8) {
  animation-delay: .45s !important;
  transform: translateX(-4.5rem);
}

h1.maintitle span {
  opacity: 0;
  transition: all .4s ease-in-out;
  transition-delay: 1s;
}

h1.maintitle.aos-init.aos-animate span {
  opacity: 1;
}

/* ===== パララックス ===== */
[data-parallax] {
  transition: transform 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

/* ===== リクルート関連 ===== */
main > section:first-of-type > div.nextpage_div .second_wrapper {
  border: none;
  padding-bottom: 150px;
}

main.career > section:first-of-type > div.nextpage_div .second_wrapper{
  padding-bottom: 250px;
}

main > section:first-of-type > div.nextpage_div {
  background-color: #EEF2F4;
}

.recruitment__inner {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 100px;
  padding: 40px 0;
}

.recruitment__inner table {
  max-width: 800px;
  margin: 0 auto;
}

.recruitment__inner table th,
.recruitment__inner table td {
  padding: 30px 0;
}

.recruitment__inner table tr:not(:last-of-type) th,
.recruitment__inner table tr:not(:last-of-type) td {
  border-bottom: 1px dashed #868686;
}

.recruitment__inner table th {
  width: 200px;
  color: #00A9D6;
  font-weight: 600;
  letter-spacing: 6px;
  line-height: 2.1;
  text-align: center;
}

.recruitment__inner table td {
  padding-right: 40px;
  color: #000;
  font-size: 15px;
  line-height: 2.1;
}

.recruitment__inner table td span.circle-green {
  margin-right: 8px;
  color: #00DBEF;
}

.recruitment__inner table td span.font-bold {
  font-weight: 800;
}

.thanks-container{
  & .thanks__image{
    text-align: center;
    & img{
      width: 100%;
      max-width: 90px;
      margin: 0 auto 40px;
    }
  }
  & .thanks-container__title{
    margin-bottom: 70px;
    font-size: 40px;
    color: #00a9d6;
    line-height: 1.4;
    text-align: center;
  }
  & .thanks-container__text{
    font-size: 16px;
    color: #000;
    text-align: center;
  }
  & .sp-only{
    display: none;
  }
}

/* ===== フロー関連 ===== */
.recruitment-container {
  position: relative;
  width: 100%;
  background-color: #EEF2F4;
  justify-content: center;
  padding: 230px 20px 180px;
  z-index: 1;
  overflow: hidden;
}

.recruitment-container::before,
.recruitment-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40vw;
  height: 40vw;
  background-color: white;
  transform: rotate(-180deg);
  z-index: 1;
}

.recruitment-container::before {
  background-color: #EEF2F4;
  border-top-right-radius: 40vw;
  z-index: 2;
}

.flow-container{
  padding: 180px 0 0;
}

#page-entry-career1 .flow-container,
#page-entry-career2 .flow-container{
  padding: 180px 0 240px;
  background-color: #EEF2F4;
  border-bottom-left-radius: 40vw;
}

.flow-header {
  text-align: center;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
  color: #333;
}

.flow-header h1 {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 15px;
  color: #000;
}

.flow-header p {
  color: #00A7FF;
  font-size: 14px;
  font-weight: bold;
}

.flow-wrap {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.flow-item {
  background-color: white;
  position: relative;
  margin-bottom: 65px;
  padding: 3px;
}

.flow-inner {
  display: flex;
  flex-direction: row;
  min-height: 100px;
  border: 1px solid #00A7FF;
}

.doc-select {
  display: flex;
  flex-direction: row;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.flow-left {
  display: flex;
  align-items: center;
  min-width: 170px;
  padding: 0 20px 0 0;
  position: relative;
}

.flow-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #00A7FF;
  border-radius: 50%;
  color: white;
  font-size: 28px;
  font-style: italic;
  font-family: 'Century Gothic';
}

.flow-title {
  color: #00A7FF;
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px;
}

.flow-divider {
  width: 1px;
  background-color: #00A7FF;
  height: 30px;
  margin: auto 0;
}

.flow-right {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding-left: 20px;
  color: #000;
  line-height: 1.8;
}

.flow-right .txt-bold {
  display: inline-block;
  margin-right: 10px;
}

.flow-main ul li {
  position: relative;
  padding-left: 10px;
  display: inline;
}

.flow-main ul li::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
  top: 11px;
  left: 0;
}

.flow-main ul li:not(:last-of-type) {
  margin-right: 20px;
}

.flow-arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 23px solid #a9c3c7;
  margin: 0 auto 65px;
  border-radius: 5px;
}

.flow-right .link {
  color: #00A7FF;
  text-decoration: underline;
}

.flow-right .txt-bold {
  display: block;
  font-weight: bold;
}

.flow-note {
  margin: -40px 20px 0;
  font-size: 14px;
  color: #231815;
}

.doc-type {
  font-weight: bold;
  margin: 10px 0;
}

/* ===== オンテック関連 ===== */
.ontech-wrapper {
  position: relative;
  z-index: 2;
}

.ontech-inner {
  max-width: 800px;
  margin: 0 auto 80px;
}

#page-recruitment .ontech-wrapper div.ontech-inner div.section__title,
#page-recruitment .ontech-wrapper div.ontech-inner p.section__title-copy{
  color: #fff;
}

.ontech-program-panel {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}

.ontech-program-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #00A7FF;
  z-index: 1;
}

.ontech-program-panel::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 1px solid white;
  z-index: 2;
}

.ontech-panel-inner {
  position: relative;
  z-index: 3;
  border: 2px solid #14BDEE;
  margin: 5px;
}

.ontech-panel-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid white;
  z-index: 3;
  pointer-events: none;
}

.ontech-panel-content-wrap {
  position: relative;
  padding: 2px;
  z-index: 4;
}

.ontech-panel-content {
  position: relative;
  background-color: #fff;
  min-height: 160px;
  padding: 4px;
  display: flex;
  align-items: center;
  border: 4px solid #14BDEE;
}

.ontech-main {
  display: flex;
  justify-content: space-between;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

.ontech-panel-left {
  width: 240px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ontech-panel-left img {
  width: 100%;
  height: auto;
}

.ontech-panel-left h2 {
  color: #00A7FF;
  font-size: 28px;
  margin-bottom: 8px;
}

.ontech-panel-left p {
  color: #00A7FF;
  font-size: 16px;
}

.ontech-panel-right {
  width: 360px;
  display: flex;
  align-items: center;
}

.ontech-main .ontech-panel-right p {
  font-size: 15px;
  color: #231815;
  line-height: 1.6;
}

.ontech-program-panel.open-company .ontech-panel-content {
  background: radial-gradient(circle at 0 10%, #a5c7ff 0%, #0d47c7 80%);
}

.ontech-program-panel.open-company .ontech-panel-content p {
  color: #fff;
}

/* ===== ボタン ===== */
.btn-primary {
  display: inline-block;
  background-color: #FFF41A;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 22px;
  width: auto;
  min-width: 320px;
  text-align: center;
  letter-spacing: 2px;
}

.btn-primary span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-primary .ico-link img {
  width: 18px;
  height: auto;
  margin-left: 5px;
}

/* ===== エントリー関連 ===== */
.ontech-entry-inner {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.ontech-entry-section {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
  margin-top: 30px;
}

.ontech-entry-content {
  line-height: 1.6;
  color: #333;
}

.ontech-entry-section .ontech-entry-content p {
  margin: 0 0 8px 0;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

.ontech-entry-section .ontech-entry-content .ontech-note {
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
}

.ongoing-event-badge {
  position: absolute;
  top: 0;
  right: -40px;
  width: 135px;
  height: 135px;
}

/* ===== FAQ ===== */
.faq-container {
  position: relative;
  background-color: #fff;
  padding: 240px 0 10px;
  z-index: 2;
}

.faq-wrap {
  max-width: 800px;
  margin: 0 auto;
  font-family: sans-serif;
}

.faq-ttl {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 18px;
  color: #000;
}

.faq-subttl {
  text-align: center;
  color: #39b5ff;
  margin-bottom: 50px;
  font-size: 13px;
  font-family: Corbel;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.2;
}

.faq-item {
  margin-bottom: 50px;
}

.faq-q, .faq-a {
  color: #000;
  position: relative;
  padding-top: 7px;
  padding-left: 42px;
  font-size: 19px;
}

.faq-q {
  margin-bottom: 10px;
  font-weight: bold;
}

.faq-a {
  line-height: 1.8;
  margin-bottom: 30px;
}

.faq-q:before, .faq-a:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #39b5ff;
  font-weight: bold;
  font-size: 25px;
}

.faq-q:before {
  content: "Q.";
}

.faq-a:before {
  content: "A.";
}

.faq-sep {
  border: none;
  border-top: 1px dashed #868686;
  width: 98vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 30px 0;
}

.pm-container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px;
    border: 2px solid #fff;
}

.pm-content-box {
    max-width: 710px;
    margin: 0 auto;
    padding: 30px;
    margin-bottom: 20px;
}

.pm-section {
    color: #fff;
}

.pm-section:not(:last-of-type) {
    margin-bottom: 80px;
}

.pm-section-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 17px;
}

.pm-section-title::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
    margin-right: 5px;
}

.pm-section-title a{
    color: #fff;
    transition: opacity 0.3s;
}

.pm-section-title a:hover {
    opacity: 0.8;
}

.pm-section-title a::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 50%;
    margin-left: 20px;
    background-image: url(../images/entry/cursor.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.pm-description {
    line-height: 1.8;
    margin-bottom: 20px;
}

.pm-selection-bar {
    background-color: white;
    padding: 0;
    text-align: center;
    margin: 20px 0;
    color: #00a9d6;
}

.pm-location-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content: flex-start;
    gap: 10px 0;
}

.pm-location-item {
    display: flex;
    align-items: center;
    padding: 6px 15px 6px 0;
    border-radius: 20px;
    cursor: pointer;
    transition: opacity 0.3s;
    width: 20%;
}

.pm-location-item:hover {
    opacity: 0.8;
}

.pm-location-item a {
    color: white;
    text-decoration: none;
}

.pm-location-item::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 50%;
    margin-right: 6px;
    background-image: url(../images/entry/cursor.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ===== メディアクエリ ===== */
@media only screen and (max-width: 768px) {
  a.scroll {
    top: 70vw;
  }

  main > section:first-of-type > div:nth-of-type(2) h2.nextsub {
    font-size: 22px;
  }

  main > section:first-of-type > div:nth-of-type(2) h2 {
    margin-bottom: 2vw;
  }

  h1.maintitle span {
    font-size: 16px;
    padding: 4px 5px;
    line-height: 1;
  }

  h1.maintitle .maintitle-en {
    gap: 3px;
    margin-top: 5px;
  }

  h1.maintitle .maintitle-en-main {
    font-size: 12vw;
  }

  h1.maintitle .maintitle-en-sub {
    font-size: 5vw;
  }

  .nexttitle {
    margin-bottom: 70px;
  }

  .title_nextsub_inner .nextsub {
    margin-bottom: 10px;
    font-size: 20px;
  }

  main > section:first-of-type > div:nth-of-type(2) h2.title_nextsub {
    font-size: 1.8rem;
  }

  main > section:first-of-type p.title_nextsub-lead {
    word-break: keep-all;
    font-size: 36px;
    line-height: 1.4;
  }

  main > section:first-of-type p.title_nextsub-lead br {
    display: block;
  }

  main > section:nth-of-type(2) div.advantagebox h2.nextsub {
    font-size: 22px;
  }

  main > section:nth-of-type(2) div:first-of-type .title_nextsub {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }

  main > section:nth-of-type(2) div:first-of-type p.title_nextsub-lead {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.4;
  }

  main > section:nth-of-type(3) h2,
  main > section:nth-of-type(3) div.topmessage:first-of-type {
    font-size: 22px;
  }

  main > section:nth-of-type(3) div:first-of-type p.title_nextsub-lead {
    font-size: 36px;
  }

  main > section:nth-of-type(3) div:first-of-type p.title_nextsub-lead .sp-only {
    display: block;
  }

  div.section__title {
    margin-bottom: 40px;
  }

  div.section__title h2.section__title-text span.section__title-sub {
    font-size: 23px;
  }

  .entry .messagebox {
    width: 90%;
    margin-bottom: 60px;
  }

  main > section:first-of-type > div.nextpage_div .second_wrapper {
    position: relative;
    border-bottom-right-radius: 80vw;
    z-index: 10;
  }

  .second_wrapper {
    padding: 130px 20px 100px !important;
  }

  .recruitment__inner {
    position: relative;
    margin-bottom: 40px;
    padding: 30px 0;
  }

  button.entry.sp {
    top: inherit;
    bottom: 0;
    right: 0;
  }

  .recruitment__inner table {
    width: 85%;
    margin: 0 auto;
  }

  .recruitment__inner table th,
  .recruitment__inner table td {
    display: block;
    width: 100%;
  }

  .recruitment__inner table th {
    padding: 30px 0 10px;
    font-size: 20px;
    letter-spacing: 0;
    text-align: left;
  }

  .recruitment__inner table td {
    padding: 0 0 30px;
    font-size: 16px;
    line-height: 2.1;
  }

  .recruitment__inner table th br {
    display: none;
  }

  .recruitment__inner table tr:not(:last-of-type) th {
    border-bottom: none;
  }

  .ontech-wrapper div.ontech-inner div.section__title{
    padding-bottom: 50px;
  }

  .ontech-inner {
    margin-bottom: 40px;
  }

  .ontech-main .ontech-panel-right p {
    line-height: 1.9;
  }

  .ontech-panel-content{
    border-width: 2px;
  }

  .ontech-main {
    flex-direction: column;
  }

  .ontech-panel-inner{
    border: none;
  }

  .ontech-program-panel {
    margin-bottom: 20px;
  }

  .ontech-panel-left, .ontech-panel-right {
    width: 100%;
    padding: 15px 10px;
  }

  .ontech-panel-left img {
    max-height: 80px;
  }

  .open-company .ontech-panel-left img {
    max-height: 48px;
  }

  .ontech-panel-right {
    display: block;
    padding-top: 0;
    word-break: auto-phrase;
    text-align: center;
  }

  .ontech-panel-right p {
    line-height: 2.1;
  }

  .ontech-panel-right br {
    display: none;
  }

  .btn-primary {
    width: auto;
  }

  .ongoing-event-badge {
    top: 65px;
    right: 10px;
    width: 120px;
    height: auto;
  }

  .ongoing-event-badge-inner p {
    font-size: 14px;
  }

  .ontech-entry-content {
    width: 90%;
    margin: 0 auto;
    padding-right: 120px;
  }

  .ontech-entry-content br {
    display: none;
  }

  .faq-container {
    padding-top: 120px;
  }

  .faq-ttl {
    font-size: 28px;
    letter-spacing: 10px;
  }

  .faq-subttl {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .faq-q, .faq-a {
    padding-top: 3px;
    padding-left: 30px;
    font-size: 16px;
  }

  .faq-q {
    margin-bottom: 5px;
    line-height: 2.1;
  }

  .faq-a {
    margin-bottom: 0;
    line-height: 2.1;
  }

  .faq-item {
    margin-bottom: 30px;
    padding: 0 40px;
  }

  .faq-q:before, .faq-a:before {
    font-size: 18px;
  }

  .top-entry {
    padding-top: 20px;
  }

  .recruitment-container {
    padding: 220px 20px 140px;
  }

  .recruitment-container::before,
  .recruitment-container::after {
    width: 70vw;
    height: 70vw;
  }

  .recruitment-container::before {
    border-top-right-radius: 70vw;
  }

  .flow-wrap{
    padding: 0 40px;
  }

  .flow-header {
    margin-bottom: 40px;
  }

  .flow-header h1 {
    font-size: 28px;
  }

  .flow-item {
    margin-bottom: 30px;
  }

  .flow-inner {
    min-height: 70px;
  }

  .flow-arrow {
    margin-bottom: 30px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #a9c3c7;
  }

  .doc-select {
    flex-direction: column;
  }

  .flow-left {
    padding: 15px 15px 0;
  }

  .flow-left:last-child {
    margin-bottom: -60px;
    padding-bottom: -60px;
  }

  .flow-item:last-of-type .flow-left{
    padding-top: 0;
  }

  .flow-num {
    width: 40px;
    height: 40px;
  }

  .flow-title {
    font-size: 20px;
  }

  .flow-divider {
    display: none;
  }

  .flow-right {
    padding: 15px;
    font-size: 16px;
  }

  .flow-note {
    margin: -20px 20px 0;
    font-size: 16px;
    color: #000;
  }

  .flow-main ul li {
    display: block;
  }

  .flow-main ul li:not(:last-of-type) {
    margin-right: 0;
  }

  .pm-location-list {
    justify-content: center;
  }

  .pm-location-item {
    padding: 6px 12px;
    font-size: 14px;
  }

  .pm-location-item::before{
    width: 18px;
    height: 18px;
  }

  .pm-container {
    position: relative;
    padding: 0;
    border-width: 1px;
  }

  .pm-content-box{
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .pm-section:not(:last-of-type){
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #fff;
  }

  .pm-section-title{
    font-size: 20px;
  }

  .pm-section-title a::after{
    width: 18px;
    height: 18px;
    margin-left: 10px;
  }

  .pm-section-title::before{
    width: 20px;
    height: 20px;
    margin-right: 13px;
  }

  .pm-description{
    line-height: 2.1;
  }

  .pm-location-item {
    width: 50%;
    padding: 0;
    font-size: 18px;
  }

  .thanks-container{
    padding: 20px 0 40px;
    & .thanks-container__title{
      margin-bottom: 40px;
      font-size: 28px;
    }
    & .sp-only{
      display: block;
    }
  }

}

.preference-section {
    max-width: 710px;
    width: 90%;
    margin: 0 auto 30px;
}

.preference-title {
    color: #00a9d6;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

.section-divider {
    max-width: 800px;
    width: 90%;
    height: 1px;
    margin: 50px auto;
    position: relative;
    border-bottom: 1px dotted #868686;
    border-top: none;
}

.form-section {
    margin-bottom: 40px;
}

.section-title {
    color: #0099cc;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.form-item {
    margin-bottom: 35px;
}

.item-label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
}

.required {
    color: #ff0000;
    margin-left: 2px;
}

.input-container {
    width: 100%;
}

.form-input {
    width: 100%;
    padding: 8px 15px !important;
    font-size: 16px;
    border: none !important;
    border-radius: 8px;
    background-color: #e0e0e5;
    &::placeholder {
        color: #758886 !important;
    }
    &:focus {
        background-color: #E3F2F6 !important;
        outline: none;
    }
}

.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 20px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    width: calc(33.333% - 14px);
    min-width: 200px;
    margin-bottom: 10px;
}

.location-preference-section .checkbox-item {
    width: calc(19% - 10px);
    min-width: inherit;
}

.checkbox-item input[type="checkbox"] {
    margin-right: 0;
    cursor: pointer;
    position: relative;
    width: 17px;
    height: 17px;
    appearance: none;
    background: #FFFFFF;
    border: solid 1px #000;
    box-shadow: 0 0 0 0 transparent;

    &:checked {
        background: #DF8047;
        border-color: #DF8047;
    }

    &:checked::before {
        opacity: 1;
        position: absolute;
        top: 1px;
        left: 4px;
        transform: rotate(50deg);
        width: 6px;
        height: 10px;
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
        content: '';
        z-index: 9999;
    }
}

.checkbox-item label {
    cursor: pointer;
    padding-left: 10px;
    font-size: 16px;
}

.file-upload-container {
    display: flex;
    align-items: center;
    border: 2px solid #b8c7c2;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
}

.file-upload-btn {
    display: inline-block;
    min-width: 175px;
    padding: 3px 20px;
    background-color: #e8e7ef;
    border: 1px solid #6d6d65;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 15px;
    text-align: center;
}

.file-upload-btn:hover {
    background-color: #e8e8e8;
}

.file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.file-name {
    color: #666;
    font-size: 14px;
}

.form-component-privacy {
    margin-top: 80px;
    .checkbox-item {
        width: 100%;
    }
}

.form-component-job{
  margin-bottom: 80px;
}

.privacy-text {
    font-size: 14px;
    margin-bottom: 10px;
    a {
        color: #0000ff;
        text-decoration: underline;
    }
}

.mail-receive-notice .mail-receive__txt{
  font-size: 14px;
}

#page-career-form main > section:first-of-type > div.nextpage_div {
    background-color: #fff;
}

#page-career-form .recruitment__inner {
    padding: 80px 0;
    color: #000;
}

@media (max-width: 1000px) {
    .checkbox-item {
        width: calc(50% - 10px);
    }
    .location-preference-section .checkbox-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    #page-career-form .recruitment__inner {
        padding: 40px 0 20px;
    }

    #page-career-form .section__title{
      position: relative;
      padding-bottom: 20px;
    }

    #page-career-form .form-component-job .input-container{
      font-size: 20px;
    }

    #page-career-form main > section:not(:first-of-type){
      z-index: 10;
    }

    .file-upload-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .file-upload-btn {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
        text-align: center;
    }

    #page-entry-career1 .flow-container,
    #page-entry-career2 .flow-container{
      padding: 180px 0 120px;
      border-bottom-left-radius: 80vw;
    }
}

@media (max-width: 480px) {
    .checkbox-item {
        width: 100%;
    }

    .checkbox-group {
        gap: 15px;
    }

    .preference-title {
        font-size: 20px;
    }

    .checkbox-item label {
        font-size: 18px;
        line-height: 1.5;
    }

    .checkbox-item input[type="checkbox"] {
        width: 23px;
        height: 23px;
        border-width: 1px;
        &:checked::before {
            top: 2px;
            left: 6px;
            transform: rotate(50deg);
            width: 8px;
            height: 13px;
        }
    }

    .preference-section {
        width: 85%;
    }

    .section-divider {
        width: 85%;
        border-color: #ccc;
    }

    .item-label {
        font-size: 20px;
        font-weight: normal;
    }

    .form-input {
        padding: 18px 15px !important;
        font-size: 17px;
    }

    .file-upload-container {
        border-width: 1px;
    }

    .file-upload-btn {
        margin-bottom: 5px;
        font-size: 18px;
        border-width: 1px;
        color: #000;
        letter-spacing: 2px;
    }

    .file-name {
        display: block;
        width: 100%;
        font-size: 17px;
        text-align: center;
    }

    textarea.form-input {
        min-height: 260px;
    }

    .form-component-privacy {
        margin-top: 40px;
        .item-label {
            font-size: 18px;
        }
        .privacy-text {
            margin-bottom: 30px;
            font-size: 15px;
        }
        .checkbox-item label {
            font-size: 17px;
        }
    }

    main > section:first-of-type {
        margin-bottom: -60px;
    }

    main > section {
        background: transparent;
    }
}
