@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:700&display=swap');

body,
h6,
p {
  font-family: "Noto Sans JP" !important;
}

section {
  font-family: "Noto Sans JP" !important;
}

a {
  text-decoration: none;
  color: #0d1a38;
}

.main-bottom {
  background-color: #1D2A51;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  padding: 20px 0;
  color: white;
  font-size: 14px;
}

.main-bottom>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.white-btn {
  max-width: 300px;
  padding: 6px 20px;
  border-radius: 5px;
  margin: auto;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: center;
  transition: .3s;
  background: #fff;
  color: #1e254c;
  letter-spacing: 2px;
}

.main-bottom>div>.white-btn>span {
  font-size: 10px;
  margin-left: 20px;
}

.dark {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-weight: 400;
}

.main-bottom>ul>li {
  list-style: none;
}

.icon-beginner {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1.2em;
  vertical-align: middle;
  margin-right: .4em;
}

.icon-beginner::before,
.icon-beginner::after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  border: .1em solid white;
  ;
  border-bottom-width: .15em;
  box-sizing: border-box;
}

.icon-beginner::before {
  left: 0;
  background: #ff0;
  transform: skewY(45deg);
  border-radius: .3em 0 0 .1em;
  border-right: none;
}

.icon-beginner::after {
  right: 0;
  background: #390;
  transform: skewY(-45deg);
  border-radius: 0 .3em .1em 0;
  border-left: none
}

.icon-beginner.mono::before {
  background: transparent;
}

.icon-beginner.mono::after {
  background: #fff;
}

.menu .dark .icon-beginner.mono::before,
.menu .dark .icon-beginner.mono::after {
  border-color: #fff;
}

.menu .dark .icon-beginner.mono::after {
  background: #fff;
}

i.icon-beginner.mono {
  width: 16px;
  height: 16px;
}

.arrow90 {
  width: 14px;
}

.about-top {
  width: 100%;
}

.about-bottom {
  position: relative;
}

.about-bottom-bg {
  width: 100%;
  height: 200px;
}

.about-bottom-pic {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 50px;
}

.work-balance {
  width: 350px;
}

.about-bottom-pic>div>.consul-button {
  margin-bottom: 0;
  width: fit-content;
}

.point-page {
  background-color: #E3F2FA;
  text-align: center;
}

.point-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

.point-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}

.point-content>div>img {
  width: 200px;
  height: 200px;
  margin-bottom: 15px;
}

.sp_only {
  display: none;
}

.point {
  margin-bottom: 5px;
  color: #1D2A51;
  font-size: 14px;
  font-weight: 800;
}

.point-exp {
  margin-bottom: 50px;
  color: #1D2A51;
  font-size: 30px;
  font-weight: 500;
}

.mini-sp {
  display: none;
}

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

@media (max-width: 768px) {
  .pconly {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sponly {
    display: none !important;
  }
}

/* MV */
.banner_img {
  width: 100%;
}

.sp {
  display: none;
}

.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 1200px;
  margin: 15px auto;
  gap: 60px;
}

.about-page>div>img {
  width: 100%;
}

.consul-button {
  font-family: "Noto Sans JP";
  max-width: 300px;
  padding: 10px 20px;
  border-radius: 25px;
  margin: 30px auto;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: center;
  transition: .3s;
  background: #1e254c;
  color: #fff;
  letter-spacing: 2px;
  box-shadow: 0 11px 4px -2px #9ab7d391;
}

.circle-arrow2 {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: white;
  border-radius: 50%;
  color: #1D2A51;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
}

.point-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #4D4D4D;
}

.point-right p:first-child {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}

.point-right p:nth-child(3) {
  margin-bottom: 30px;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}

.point-3circles {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  margin: 10px auto;
}

.point-circle {
  width: 110px;
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #90BFEF, #69AAE9);
  border-radius: 50%;
  font-family: "Noto Sans JP";
  color: white;
  font-size: 12px;
}

.point-circle>img {
  height: 42px;
  margin-bottom: 3px;
}

.workstyle-page {
  background: linear-gradient(to bottom, #008DFB, #69AAE9, #2CB6D0);
  text-align: center;
}

.workstyle-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

.workstyle-wrapper>p {
  color: white;
  font-size: 28px;
  letter-spacing: 3px;
}

.workstyle {
  margin-top: 40px;
  text-align: left;
  letter-spacing: 1px;
  width: fit-content;
  margin: 40px auto 0;
}

.workstyle>p {
  margin-left: 30px;
  color: white;
  font-size: 24px;
}

.workstyle-content {
  position: relative;
  width: 600px;
  background-color: white;
  margin: 20px 0;
  border-radius: 10px;
  padding: 20px;
  color: #666666;
}

.workstyle-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-weight: 500;
}

.workstyle-detail>img {
  width: 30px;
  height: 30px;
}

.workstyle-detail>span {
  color: #189CEA;
  font-size: 18px;
}

.workstyle-detail2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0 15px;
  margin: 10px 0;
  gap: 20px;
  color: #898A8E;
  text-align: left;
  font-size: 16px;
}

.workstyle-detail2.bottom {
  margin: 25px;
  font-size: 12px;
  text-align: center;
}

.workstyle-detail2>.line {
  transform: scale(1, 2.2);
  color: #189CEA;
}

.workstyle-img {
  position: absolute;
  top: -30px;
  right: -30px;
  display: flex;
  flex-direction: column;
  gap: 50px;

  img {
    height: 150px;
    width: 150px;
  }
}

.dym-tech {
  height: 300px;
  position: relative;
}

.dt-left-main {
  position: absolute;
  height: 200px;
  left: 185px;
  top: 80px;
}

.dt-left-add {
  position: absolute;
  width: 120px;
  left: 110px;
  top: 110px;
}

.dt-left-circles {
  position: absolute;
  width: 170px;
  left: 360px;
  bottom: 0;
}

.dt-middle {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1D2A51;
  text-align: center;
  font-size: 16px;
}

.dt-middle>img {
  width: 200px;
  margin-bottom: 10px;
}

.dt-middle>div>.consul-button {
  margin: 10px auto;
}

@media (max-width: 1340px) {
  .dt-left-main {
    height: 170px;
    left: 160px;
  }

  .dt-left-add {
    width: 90px;
    left: 100px;
  }

  .dt-left-circles {
    width: 140px;
    left: 300px;
    bottom: 20px;
  }

  .dt-middle {
    font-size: 15px;
  }
}

@media (max-width: 1170px) {
  .dt-left-main {
    left: 100px;
  }

  .dt-left-add {
    width: 90px;
    left: 50px;
  }

  .dt-left-circles {
    left: 255px;
  }

  .dt-middle {
    font-size: 15px;
  }
}

@media (max-width: 1040px) {
  .dt-left-main {
    height: 150px;
    left: 100px;
  }

  .dt-left-add {
    width: 90px;
    left: 45px;
  }

  .dt-left-circles {
    width: 130px;
    left: 220px;
  }

  .dt-middle {
    left: 52%;
    transform: translate(-45%, 0%);
    font-size: 14px;
  }
}

@media (max-width: 860px) {
  .dym-tech {
    height: 260px;
  }

  .dt-left-main {
    height: 115px;
    left: 90px;
  }

  .dt-left-add {
    width: 90px;
    left: 20px;
  }

  .dt-left-circles {
    width: 110px;
    left: 180px;
    top: 165px;
  }

  .dt-middle>img {
    margin-bottom: 20px;
  }

  .dt-middle>div>.consul-button {
    padding: 6px 15px;
    margin: 8px auto;
    font-size: 12px;
    gap: 5px;
  }

  .dt-middle>div>a>.circle-arrow2 {
    width: 24px;
    height: 24px;
    font-size: 15px;
  }
}

@media (max-width: 740px) {
  .dt-left-main {
    height: 100px;
    left: 60px;
    top: 100px;
  }

  .dt-left-add {
    width: 75px;
    left: 15px;
    top: 110px;
  }

  .dt-left-circles {
    width: 100px;
    left: 135px;
    top: 180px;
  }

  .dt-middle {
    font-size: 10px;
  }

  .dt-middle>img {
    width: 130px;
  }
}

@media (max-width: 600px) {
  .dt-left-main {
    height: 95px;
    left: 50px;
  }

  .dt-left-add {
    width: 75px;
    left: 10px;
  }

  .dt-left-circles {
    left: 115px;
  }
}

.voice-comment {
  position: relative;
  width: 280px;
  height: 120px;
  margin: 10px auto 30px;
}

.voice-comment>img {
  position: absolute;
  left: 0;
  top: 0;
  width: 280px;
  height: 120px;
  filter: brightness(0) invert(1);
}

.voice-comment p:nth-child(2) {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 0;
  font-size: 20px;
  font-weight: 500;
}

.voice-comment p:nth-child(3) {
  position: absolute;
  font-size: 12px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 0;
}

.voice-list {
  width: 90%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.voice-list-slide {
  display: none;
}

.voice-card {
  width: 280px;
  height: 500px;
  background-color: #E3F2FA;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  border-radius: 20px;
  padding: 20px 10px 10px;
  text-align: left;
  color: #1D2A51;
}

.voice-card>* {
  margin-bottom: 0;
}

.voice-card>img {
  width: 80px;
  height: 80px;
}

.voice-card p:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
}

.voice-card p:nth-child(3) {
  font-size: 14px;
  font-weight: 600;
}

.voice-card p:nth-child(4) {
  color: #666666;
  font-size: 12px;
}

.recruit-page {
  background-color: #E3F2FA;
  text-align: center;
}

.recruit-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

.recruit-top {
  margin-bottom: 50px;
  font-weight: 600;
}

.recruit-table {
  max-width: 100%;
  margin: 10px auto;
  text-align: left;
  letter-spacing: 1px;
  line-height: 20px;
}

table {
  margin: 10px auto;
}


th,
td {
  border-bottom: solid 1px white;
  border-top: solid 1px white;
  padding: 30px;
  font-size: 16px;
}

th {
  padding: 30px 50px;
  color: #3ca1ff;
  text-align: center;
}

td {
  padding: 30px 50px;
  margin: 10px 0;
  color: #666666;
  font-weight: 500;
}

ul {
  padding-left: 1rem;
}

li {
  margin-bottom: 5px;
}

.FAQ-page {
  width: 90%;
  max-width: 1200px;
  padding: 100px 0;
  margin: 0 auto;
  text-align: center;
}

.FAQ-inner {
  margin: 30px auto;
}

.FAQ-top {
  margin-bottom: 20px;
}

.FAQ-container {
  margin: 10px auto;
  text-align: left;
}

.FAQ-item {
  border: 1px solid #4a90e2;
  border-radius: 4px;
  margin-bottom: 32px;
  overflow: hidden;
}

.FAQ-question {
  width: 100%;
  background-color: #4a90e2;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  border: none;
  color: white;
}

.faq-q {
  width: 50px;
  margin-right: 20px;
  font-size: 20px;
  flex-shrink: 0;
}

.faq-qtext {
  font-size: 16px;
  flex-grow: 1;
  text-align: left;
}

.faq-qtoggle {
  flex-shrink: 0;
  width: 30px;
  font-size: 25px;
}

/* .FAQ-question .faq-qtoggle {
  transform: rotate(180deg);
  color: white;
} */

.FAQ-answer {
  height: 0;
  max-height: 0;
  padding: 0 20px;
  overflow: hidden;
  transition: max-height 0.5s, padding 0.5s;
  color: gray;
  font-size: 13px;
  line-height: 20px;
}

.FAQ-item.active .FAQ-answer {
  padding: 20px;
  height: auto;
  max-height: 500px;
}

.apply-page {
  background: linear-gradient(to bottom, #008DFB, #69AAE9);
  padding: 60px 50px;
  text-align: center;
}

.apply-page>p {
  margin-bottom: 50px;
  color: white;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
}

.apply-sheet {
  background-color: white;
  max-width: 580px;
  gap: 10px;
  padding: 30px 50px;
  border-radius: 15px;
  margin: 0 auto;
  text-align: left;
}

.apply-sheet-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  color: #666666;
  font-size: 16px;
}

.form-radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form-radio>label {
  font-size: 16px;
}

input[type=radio] {
  margin-right: 10px;
}

label,
.apply-sheet-form>div>p {
  font-size: 18px;
  margin-bottom: 5px;
}

label>span,
.apply-sheet-form>div>p>span {
  color: red;
}

.apply-sheet-form>div>input {
  width: 100%;
  height: 35px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 10px;
}

.form-bottom {
  text-align: center;
}

.conditions {
  margin: 20px auto;
  font-size: 16px;
}

input[type=checkbox] {
  margin-right: 5px;
}

.form-bottom>div {
  width: 100%;
  height: 220px;
  padding: 15px 10px;
  border: solid 1px #666666;
  border-radius: 5px;
  text-align: left;
  color: #1D2A51;
  font-size: 12px;
}

.form-bottom>div>span {
  font-weight: 600;
}

.dark-btn {
  max-width: 300px;
  padding: 7px 7px 7px 20px;
  border-radius: 25px;
  margin: 30px auto;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: center;
  transition: .3s;
  background: #1e254c;
  color: #fff;
}

.dark-btn:hover,
.consul-button:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.dark-btn span {
  width: 35px;
  height: 35px;
  background: white;
  color: #1e254c;
  border-radius: 50%;
  margin-right: 5px;
  line-height: 35px;
}


@media (max-width: 640px) {
  .workstyle-content {
    width: 500px;
    margin: auto;
  }

  .workstyle-detail>img {
    width: 25px;
    height: 25px;
  }

  .workstyle-detail2 {
    padding: 0 10px;
  }

  .apply-sheet {
    max-width: 500px;
  }
}

@media (max-width: 900px) {
  .voice-card {
    width: 250px;
    height: 600px;
  }
}

@media (max-width: 780px) {

  .voice-list {
    display: none;
  }

  .voice-list-slide {
    display: block;
    width: 300px;
    height: 500px;
    position: relative;
    overflow: hidden;
  }

  .voice-cards {
    width: 900px;
    height: 100%;
    display: flex;
    transition: all 0.5s;
  }

  .voice-cards>.voice-card {
    width: 300px;
    height: 500px;
    background-color: #E3F2FA;
    border-radius: 20px;
    padding: 20px 20px 10px;
    text-align: left;
    color: #1f2c5c;
  }

  .slide1 {
    transform: translateX(0);
  }

  .slide2 {
    transform: translateX(-33.33%);
  }

  .slide3 {
    transform: translateX(-66.66%);
  }

  .card-next {
    position: absolute;
    width: 15px;
    height: 15px;
    right: -1px;
    bottom: 50%;
    z-index: 10;
    cursor: pointer;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    -webkit-transform: rotate(45deg) translateY(50%);
    transform: rotate(45deg) translateY(50%);
  }

  .card-prev {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 10px;
    bottom: 50%;
    z-index: 10;
    cursor: pointer;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
  }
}

@media (max-width: 1024px) {

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

  .sp {
    display: none;
  }

  .menu {
    padding: 0 150px;
  }

  .menu>a>img {
    height: 90px;
  }
}

@media (max-width: 650px) {
  .menu {
    padding: 0 100px;
  }

  .menu>a>img {
    height: 80px;
  }

  .workstyle-img {
    gap: 85px;
    right: -5px;

    img {
      height: 130px;
      width: 130px;
    }
  }
}

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

  .sp {
    display: block;
    background-size: contain;
    width: 100%;
  }

  .main-bottom {
    padding: 20px 10px;
    font-size: 10px;
    gap: 20px;
  }

  i.icon-beginner.mono {
    width: 12px;
    height: 12px;
  }

  .white-btn {
    padding: 4px 10px;
    font-size: 16px;
  }

  .dym-tech {
    height: 600px;
  }

  .dym-tech>.sp {
    background-color: #E3F2FA;
    width: 100%;
    height: 100%;
  }

  .dym-tech-top {
    position: relative;
    width: 100%;
    height: 50%;
  }

  .dym-tech-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 50px;
    width: 60%;
    max-height: 70px;
    object-fit: contain;
  }

  .dt-left {
    position: absolute;
    left: 30px;
    top: 160px;
    width: 30%;
    max-width: 200px;
  }

  .dt-right {
    position: absolute;
    right: 0;
    top: 160px;
    max-width: 60%;
    max-height: 170px;
  }

  .dt-circles {
    position: absolute;
    left: 30px;
    top: 90%;
    width: 50%;
    max-width: 200px;
  }

  .dym-tech-bottom {
    height: 300px;
    background-image: url(../images/lp_engineer/SP/img02.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .dym-tech-bottom {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0 10px;
  }

  .about-bottom.sp {
    height: 170px;
    background-image: url(../images/lp_engineer/SP/menu_top_bottom.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .about-bottom-pic {
    position: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding-top: 50px;
    transform: none;
  }

  .about-bottom-pic>img {
    width: 300px;
    margin-bottom: 10px;
  }

  .about-bottom-pic>.consul-button {
    margin: 0;
  }

  .point-wrapper {
    padding: 40px 0;
  }

  .point-content {
    flex-direction: column;
    align-items: center;
    flex-direction: column;
    gap: 0;
  }

  .point-content>div>img {
    width: 70%;
    height: auto;
  }

  .point-right p:first-child {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .point-right p:nth-child(2) {
    font-size: 12px;
  }

  .point-right p:nth-child(3) {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .point-exp {
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 500;
  }

  .workstyle {
    padding: 0;
  }

  .workstyle-wrapper {
    padding: 40px 0;
  }


  .workstyle-wrapper>p {
    margin-bottom: 25px;
  }

  .workstyle-content {
    width: 100%;
    min-width: 300px;
    padding: 10px;
    padding-right: 30px;
  }

  .workstyle-img {
    gap: 90px;
    top: -15px;
    right: -25px;

    img {
      height: 110px;
      width: 110px;
    }
  }

  .workstyle-detail {
    margin: 10px 0;
    font-size: 14px;
    gap: 5px;
  }

  .workstyle-detail>span {
    font-size: 16px;
  }

  .workstyle-detail>img {
    width: 20px;
    height: 20px;
  }

  .workstyle-detail2 {
    padding-left: 15px;
    padding: 0 10px;
    font-size: 12px;
    gap: 10px;
  }

  .workstyle-detail2>.line {
    transform: scale(1, 3);
    color: #189CEA;
  }

  .workstyle-detail2>span:nth-child(4) {
    font-size: 16px;
  }

  .recruit-inner {
    padding: 40px 0;
  }

  th {
    width: 20%;
    padding: 20px 5px;
    font-size: 14px;
    vertical-align: top;
    text-align: center;
    letter-spacing: normal;
    line-height: 16px;
  }

  td {
    padding: 20px 5px 20px 10px;
  }

  .FAQ-page {
    padding: 40px 0;
  }

  .sp-rc-top {
    position: relative;
    height: 280px;
    width: 100%;
    background-image: url(../images/lp_engineer/SP/SP_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .sp-rc-logo {
    position: absolute;
    width: 70%;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .sp-rc-left {
    position: absolute;
    width: 60%;
    max-width: 300px;
    left: 0;
    bottom: -35px;
  }

  .sp-rc-right {
    position: absolute;
    width: 30%;
    right: 30px;
    bottom: 40px;
  }

  .sp-rc-circles {
    position: absolute;
    width: 45%;
    right: 25px;
    bottom: -60px;
  }

  .apply-page {
    padding: 40px 20px;
  }

  .apply-sheet {
    width: 100%;
    max-width: 400px;
    padding: 20px 10px;
  }
}

@media (max-width: 450px) {
  .workstyle-img {
    gap: 100px;
    right: -27px;
    top: -25px;

    img {
      height: 100px;
      width: 100px;
    }
  }

  .workstyle>p {
    margin-left: 10px;
    font-size: 20px;
  }

  .workstyle-detail2.bottom {
    margin: 20px auto;
    text-align: left;
    padding-left: 25px;
  }

  .sp-rc-bottom {
    font-size: 15px;
  }

  .mini-sp {
    display: block;
  }

  td {
    font-size: 12px;
  }

  label,
  .apply-sheet-form>div>p {
    font-size: 14px;
  }

  .form-radio>label {
    font-size: 12px;
  }

  .conditions {
    font-size: 14px;
  }

  .dark-btn {
    font-size: 14px;
  }
}

/* 以下サンクスページ */
.thanks_inner {
  background: #E3F2FA;
}

.thanks-container {
  text-align: center;
  padding: 80px 20px;
  max-width: 800px;
  margin: 0 auto;
}

.thanks-container-image {
  margin-bottom: 40px;
}

.thanks-container-image img {
  height: 80px;
}

.thanks-title {
  font-size: 28px;
  font-weight: bold;
  color: #1D2A51;
  margin-bottom: 40px;
}

.thanks-message {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 40px;
}

.back-button-container {
  display: flex;
  justify-content: right;
}

.back-button {
  background: #1D2A51;
  color: white;
  text-decoration: none;
  border-radius: 50%;
  font-weight: bold;
  transition: background-color 0.3s;
  font-size: 15px;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
}

.back-button img {
  width: 25px;
  margin-bottom: 5px;
}

.back-button:hover {
  background: #2a3a61;
  color: white;
  text-decoration: none;
}

@media (max-width: 768px) {
  .thanks-title {
    font-size: 24px;
  }

  .thanks-container {
    padding: 40px 15px;
  }
}