@charset "UTF-8";
@font-face {
  font-family: "A-OTF UD Shin Go NT Pro";
  src: url("../fonts/A-OTF-UDShinGoNTPro-Bold.otf") format("opentype");
  font-weight: bold;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "A-OTF UD Shin Go NT Pro";
  src: url("../fonts/A-OTF-UDShinGoNTPro-Heavy.otf") format("opentype");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "A-OTF UD Shin Go NT Pro";
  src: url("../fonts/A-OTF-UDShinGoNTPro-Medium.otf") format("opentype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "A-OTF UD Shin Go NT Pro";
  src: url("../fonts/A-OTF-UDShinGoNTPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
html,
body {
  width: 100%;
}

html {
  overflow-y: scroll;
}

body {
  position: relative;
  color: #364153;
  background-color: #fff;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 auto;
  /*
  font-family:
    "Noto Sans JP",
    "游ゴシック",
    "Yu Gothic",
    YuGothic,
    "ヒラギノ角ゴ Pro W3",
    "メイリオ",
    Meiryo,
    sans-serif;
  */
  font-family: "A-OTF UD Shin Go NT Pro", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background: #e6fdea url(../images/pr/bg_body.png) no-repeat center center/cover;
  background-attachment: fixed;
}

picture {
  display: block;
}

li {
  list-style: none;
}

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

.noborder {
  border: none !important;
}

.nomargin {
  margin: 0 0 !important;
}

.cf {
  zoom: 1;
}
.cf::before, .cf::after {
  content: "";
  display: table;
}
.cf::after {
  clear: both;
}

a {
  color: unset;
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.green {
  color: #0d9e92;
}

/* ---------------------------------------------------------------------- */
/* SP 既定 / PC では切り替え */
/* ---------------------------------------------------------------------- */
.for_pc {
  display: none !important;
}
@media screen and (min-width: 520px) {
  .for_pc {
    display: block !important;
  }
}

.for_sp {
  display: block !important;
}
@media screen and (min-width: 520px) {
  .for_sp {
    display: none !important;
  }
}

.for_sp_flex {
  display: flex !important;
}
@media screen and (min-width: 520px) {
  .for_sp_flex {
    display: none !important;
  }
}

/* ---------------------------------------------------------------------- */
/* header
/* ---------------------------------------------------------------------- */
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  background: #fff;
}
.header .header_inner {
  display: flex;
  justify-content: space-between;
  min-height: 14.7vw;
}
.header .header_inner .logo {
  margin-left: 4.1vw;
  align-self: center;
}
.header .header_inner .logo img {
  width: 49.2vw;
  height: auto;
}
.header .header_inner .header_line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29.2vw;
  padding: 2vw 0 1.5vw;
  line-height: 1.2;
  text-align: center;
  background: #06c755;
  color: #fff;
  font-weight: bold;
  font-size: 4.6vw;
}
.header .header_inner .header_line .soku {
  width: 8.9vw;
  height: auto;
  margin-right: 0.3vw;
  vertical-align: sub;
}
.header .header_inner .header_line .soudan {
  font-size: 3.5vw;
}

@media screen and (min-width: 520px) {
  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 73px;
    width: 100%;
    padding: 5px 24px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  }
  .header .header_inner {
    align-items: center;
    min-height: auto;
    width: 100%;
  }
  .header .header_inner .logo {
    margin-left: 0;
  }
  .header .header_inner .logo img {
    width: 310px;
    height: auto;
  }
  .header .header_inner .header_line {
    width: 155px;
    padding: 14px 5px;
    line-height: 1.2;
    font-size: 16px;
    border-radius: 100vh;
  }
  .header .header_inner .header_line br {
    display: none;
  }
  .header .header_inner .header_line .soku {
    width: auto;
    height: 16px;
    margin: 0 2px;
    vertical-align: text-bottom;
  }
  .header .header_inner .header_line .soudan {
    font-size: 16px;
  }
}
/* ---------------------------------------------------------------------- */
/* footer
/* ---------------------------------------------------------------------- */
.footer {
  padding: 19.7vw 4vw 30vw;
  background: #101828;
  color: #fff;
}
.footer .logo {
  width: 57.4vw;
  height: auto;
}
.footer .description {
  margin-top: 3vw;
  font-size: 4.1vw;
}
.footer a {
  color: #fff;
}
.footer a[target=_blank] {
  position: relative;
  padding-right: 1.5em;
}
.footer a[target=_blank]::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.1em;
  aspect-ratio: 1/1;
  background: url(../images/pr/icon_blank.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(-50%);
}
.footer .link_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5.8vw;
  margin: 8.2vw 0 7.6vw;
}
.footer .link_list > li {
  font-size: 3.1vw;
}
.footer .management {
  padding-bottom: 4.7vw;
  border-bottom: 1px solid #fff;
  font-size: 3.1vw;
}
.footer .management h2 {
  position: relative;
  margin-bottom: 4.7vw;
}
.footer .management h2::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 1px solid #fff;
  content: "";
}
.footer .management h2 > span {
  position: relative;
  display: inline-block;
  padding-right: 2vw;
  background: #101828;
  font-size: 3.5vw;
}
.footer .management .name {
  margin-bottom: 2vw;
  font-size: 4vw;
  font-weight: bold;
}
.footer .overview > li {
  padding: 4.7vw 0;
  border-bottom: 1px solid #fff;
  font-size: 3.1vw;
}
.footer .overview > li h3 {
  margin-bottom: 3.5vw;
  font-size: 3.5vw;
}
.footer .address > li {
  position: relative;
  margin-bottom: 1lh;
  padding-left: 1em;
}
.footer .address > li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
}
.footer .address > li:last-child {
  margin-bottom: 0;
}
.footer .registration,
.footer .copyright {
  margin-top: 4vw;
  text-align: center;
  font-size: 2.7vw;
}

@media screen and (min-width: 520px) {
  .footer {
    padding: 100px 20px;
  }
  .footer .logo {
    width: 62%;
  }
  .footer .description {
    margin-top: 10px;
    font-size: 20px;
  }
  .footer .link_list {
    gap: 1.5em;
    margin: 40px 0;
  }
  .footer .link_list > li {
    font-size: 16px;
  }
  .footer .management {
    padding-bottom: 25px;
    font-size: 16px;
  }
  .footer .management h2 {
    margin-bottom: 25px;
  }
  .footer .management h2 > span {
    padding-right: 10px;
    font-size: 18px;
  }
  .footer .management .name {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .footer .overview > li {
    padding: 25px 0;
    font-size: 14px;
  }
  .footer .overview > li h3 {
    margin-bottom: 18px;
    font-size: 18px;
  }
  .footer .registration,
  .footer .copyright {
    margin-top: 20px;
    font-size: 14px;
  }
}
/* ---------------------------------------------------------------------- */
/* main
/* ---------------------------------------------------------------------- */
.main_wrapper {
  margin-top: 14.7vw;
}
.main_wrapper .pc_container_l,
.main_wrapper .pc_container_r {
  display: none;
  contain: paint;
}
.main_wrapper .main {
  background: #fff;
}

@media screen and (min-width: 520px) {
  .main_wrapper {
    margin-top: 73px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 520px minmax(0, 1fr);
    align-items: stretch;
  }
  .main_wrapper .pc_container_l {
    display: flex;
    align-items: flex-end;
    padding: 0 10px 0 0;
  }
  .main_wrapper .pc_container_l .navi {
    width: 358px;
    min-width: 358px;
    max-width: 100%;
    position: sticky;
    left: 0;
    bottom: 0;
    padding: 40px 20px 62px;
    background: #fff;
    border-radius: 0 70px 0 0;
    border-top: 2px solid #0d9e92;
    border-right: 2px solid #0d9e92;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.15);
  }
  .main_wrapper .pc_container_l .navi .title {
    width: 280px;
    margin: 0 auto 5px;
    font-size: 20px;
    font-weight: bold;
    color: #0d9e92;
  }
  .main_wrapper .pc_container_l .navi .navi_list {
    width: 280px;
    margin: 0 auto;
  }
  .main_wrapper .pc_container_l .navi .navi_list > li {
    margin-bottom: 5px;
    border-bottom: 1px solid #747474;
  }
  .main_wrapper .pc_container_l .navi .navi_list > li:last-child {
    margin-bottom: 0;
  }
  .main_wrapper .pc_container_l .navi .navi_list > li a {
    display: block;
    position: relative;
    padding: 8px 40px 8px 8px;
    font-size: 16px;
  }
  .main_wrapper .pc_container_l .navi .navi_list > li a::after {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 8px;
    height: 11px;
    background: #0d9e92;
    transform: translateY(-50%);
    clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
    content: "";
  }
  .main_wrapper .pc_container_r {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /*padding: 25px 0;*/
  }
  .main_wrapper .pc_container_r .side_contents {
    width: 360px;
    position: sticky;
    top: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0 auto;
  }
  .main_wrapper .pc_container_r .side_contents .side_contents_inner {
    width: 100%;
  }
  .main_wrapper .pc_container_r .side_contents h2 {
    margin: 40px 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #02456A;
    font-size: 20px;
    font-weight: normal;
    color: #02456A;
  }
  .main_wrapper .pc_container_r .side_contents h2:first-child {
    margin-top: 0;
  }
  .main_wrapper .pc_container_r .side_contents .office_list > li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    color: #02456A;
  }
  .main_wrapper .pc_container_r .side_contents .office_list > li:last-child {
    margin-bottom: 0;
  }
  .main_wrapper .pc_container_r .side_contents .office_list > li h3 {
    margin-bottom: 5px;
    padding-left: 5px;
    border-left: 2px solid #0d9e92;
    font-size: 14px;
    font-weight: normal;
  }
  .main_wrapper .pc_container_r .side_contents .office_list > li .address {
    position: relative;
    padding-left: 65px;
    font-size: 12px;
  }
  .main_wrapper .pc_container_r .side_contents .office_list > li .address::before {
    position: absolute;
    left: 16px;
    top: 50%;
    width: 18px;
    aspect-ratio: 18/21;
    background: url(../images/pr/ico_pin_03.svg) no-repeat 50% 50%/contain;
    content: "";
    transform: translateY(-50%);
  }
  .main_wrapper .pc_container_r .side_contents .btn_wrap {
    display: flex;
    gap: 8px;
  }
  .main_wrapper .pc_container_r .side_contents .btn_wrap a {
    display: flex;
    width: calc((100% - 8px) / 2);
    padding: 10px 2px;
    border-radius: 6px;
    color: #fff;
    box-shadow: 1.14px 1.14px 8px 0 rgba(0, 0, 0, 0.3);
  }
  .main_wrapper .pc_container_r .side_contents .btn_wrap a.line_btn {
    align-items: center;
    justify-content: center;
    background: #00B900;
    font-weight: bold;
    font-size: 20px;
  }
  .main_wrapper .pc_container_r .side_contents .btn_wrap a.line_btn::before {
    display: block;
    width: 33px;
    margin-right: 10px;
    aspect-ratio: 34/32;
    background: url(../images/pr/icon_line.svg) no-repeat center center/contain;
    content: "";
  }
  .main_wrapper .pc_container_r .side_contents .btn_wrap a.tel_btn {
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FB8E09;
  }
  .main_wrapper .pc_container_r .side_contents .btn_wrap a.tel_btn::before {
    display: block;
    width: 33px;
    margin-right: 5px;
    aspect-ratio: 1/1;
    background: url(../images/pr/icon_tel.svg) no-repeat center center/contain;
    content: "";
  }
  .main_wrapper .pc_container_r .side_contents .btn_wrap a.tel_btn .time {
    font-weight: bold;
    font-size: 10px;
  }
  .main_wrapper .pc_container_r .side_contents .btn_wrap a.tel_btn .number {
    font-size: 16px;
  }
  .main_wrapper .main {
    position: relative;
    z-index: 10;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
}
/* mv */
.mv {
  position: relative;
}
.mv .image {
  width: 100%;
  height: auto;
}
.mv .btn_wrap {
  position: absolute;
  left: 0;
  top: 148vw;
  width: 100%;
  padding: 0 4vw;
}
.mv .btn_wrap a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 15.3vw;
  margin-bottom: 2vw;
  color: #fff;
  font-size: 4.6vw;
  font-weight: bold;
  border-radius: 2vw;
  box-shadow: 0 2.5vw 3.8vw -0.7vw rgba(0, 0, 0, 0.1), 0 1vw 1.5vw -1vw rgba(0, 0, 0, 0.1);
}
.mv .btn_wrap a:last-child {
  margin-bottom: 0;
}
.mv .btn_wrap a::before {
  position: absolute;
  left: 6.1vw;
  top: 50%;
  transform: translateY(-50%);
  width: 8.7vw;
  aspect-ratio: 1/1;
  content: "";
}
.mv .btn_wrap a.line_btn {
  background: #06C755;
}
.mv .btn_wrap a.line_btn .soku {
  vertical-align: sub;
  margin: 0 1.5vw;
  width: 10.5vw;
  height: auto;
}
.mv .btn_wrap a.line_btn::before {
  background: url(../images/pr/icon_line.svg) no-repeat center center/contain;
}
.mv .btn_wrap a.recruit_btn {
  background: #1F3C65;
}
.mv .btn_wrap a.recruit_btn::before {
  background: url(../images/pr/icon_search.svg) no-repeat center center/contain;
}

@media screen and (min-width: 520px) {
  .mv .btn_wrap {
    top: 768px;
    padding: 0 20px;
  }
  .mv .btn_wrap a {
    height: 75px;
    margin-bottom: 10px;
    font-size: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  }
  .mv .btn_wrap a:last-child {
    margin-bottom: 0;
  }
  .mv .btn_wrap a::before {
    left: 30px;
    width: 40px;
  }
  .mv .btn_wrap a.line_btn .soku {
    margin: 0 8px;
    width: 54px;
  }
}
/* reason_section */
.section_inner {
  padding: 0 4vw;
}

.reason_section {
  padding: 10.2vw 0;
  font-family: "Noto Serif JP", serif;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 3.8vw 3.8vw;
  background-repeat: repeat;
  background-position: center top;
}
.reason_section h2 {
  margin-bottom: 10.2vw;
  padding-bottom: 3vw;
  border-bottom: 1px solid #0d9e92;
  font-size: 5.1vw;
}
.reason_section .reason_text {
  margin-bottom: 9vw;
  line-height: 1.8;
  font-size: 3.5vw;
}
.reason_section .reason_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.8vw;
}
.reason_section .reason_list > li {
  width: 33.3333333333%;
}
.reason_section .reason_list > li .image {
  display: block;
  width: 85%;
  margin: 0 auto 2vw;
  background: #fff;
  border-radius: 100vh;
  box-shadow: 0 0 3.8vw 0 rgba(0, 0, 0, 0.1);
}
.reason_section .reason_list > li .text {
  text-align: center;
  font-size: 2.5vw;
  font-family: "A-OTF UD Shin Go NT Pro", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.reason_section .cite {
  margin-bottom: 8.7vw;
  padding: 0 2.5vw;
  font-size: 2.5vw;
  font-family: "A-OTF UD Shin Go NT Pro", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.reason_section .thought_wrap {
  border-top: 1px solid #0d9e92;
  border-bottom: 1px solid #0d9e92;
}
.reason_section .thought_wrap .thought_title {
  display: block;
  position: relative;
  padding: 7.6vw;
  text-align: center;
  font-size: 4.6vw;
}
.reason_section .thought_wrap .thought_title::before, .reason_section .thought_wrap .thought_title::after {
  position: absolute;
  right: 4.1vw;
  top: 50%;
  width: 3.5vw;
  height: 0.5vw;
  background: #0d9e92;
  content: "";
}
.reason_section .thought_wrap .thought_title::after {
  transform: rotate(90deg);
}
.reason_section .thought_wrap .thought_title.open::after {
  display: none;
}
.reason_section .thought_wrap .thought_title.open {
  /*
  &+.thought_text {
    display: block;
  }
  */
}
.reason_section .thought_wrap .thought_text {
  display: none;
  padding-bottom: 5vw;
  line-height: 1.8;
  font-size: 3.5vw;
}
.reason_section .thought_wrap .thought_text > p {
  margin-bottom: 8vw;
}
.reason_section .thought_wrap .thought_text > p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 520px) {
  .section_inner {
    padding: 0 20px;
  }
  .reason_section {
    padding: 50px 0;
    background-size: 20px 20px;
  }
  .reason_section h2 {
    margin-bottom: 60px;
    padding-bottom: 15px;
    border-bottom: 2px solid #0d9e92;
    font-size: 28px;
  }
  .reason_section .reason_text {
    margin-bottom: 45px;
    font-size: 18px;
  }
  .reason_section .reason_list {
    margin-bottom: 18px;
  }
  .reason_section .reason_list > li .image {
    margin: 0 auto 10px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  }
  .reason_section .reason_list > li .text {
    font-size: 14px;
  }
  .reason_section .cite {
    margin-bottom: 45px;
    padding: 0 14px;
    font-size: 14px;
  }
  .reason_section .thought_wrap {
    border-top: 2px solid #0d9e92;
    border-bottom: 2px solid #0d9e92;
  }
  .reason_section .thought_wrap .thought_title {
    padding: 38px;
    font-size: 26px;
  }
  .reason_section .thought_wrap .thought_title::before, .reason_section .thought_wrap .thought_title::after {
    right: 20px;
    width: 20px;
    height: 2px;
  }
  .reason_section .thought_wrap .thought_text {
    padding-bottom: 30px;
    font-size: 18px;
  }
  .reason_section .thought_wrap .thought_text > p {
    margin-bottom: 40px;
  }
  .reason_section .thought_wrap .thought_text > p:last-child {
    margin-bottom: 0;
  }
}
/* trouble_section */
.trouble_section {
  position: relative;
  padding: 12.8vw 0 40vw;
  background: #f2f2f2 url(../images/pr/bg_trouble.svg) no-repeat bottom center/contain;
}
.trouble_section::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40vw;
  aspect-ratio: 309/324;
  background: url(../images/pr/img_trouble.png) no-repeat bottom center/contain;
  content: "";
  transform: translateX(-50%);
}
.trouble_section .heading {
  text-align: center;
  margin-bottom: 6.4vw;
  line-height: 1.3;
  color: #364153;
  font-size: 10.2vw;
  font-weight: bold;
}
.trouble_section .trouble_list > li {
  margin-bottom: 6vw;
  padding: 3.8vw;
  background: #fff;
  border-bottom: 2px solid #0d9e92;
}
.trouble_section .trouble_list > li:last-child {
  margin-bottom: 0;
}
.trouble_section .trouble_list > li .text {
  position: relative;
  padding-left: 6.1vw;
  font-size: 4.1vw;
  font-weight: bold;
}
.trouble_section .trouble_list > li .text::before {
  position: absolute;
  left: 0;
  top: 1.2vw;
  width: 3.8vw;
  height: 2.2vw;
  border-left: 0.7vw solid #ff7f50;
  border-bottom: 0.7vw solid #ff7f50;
  content: "";
  transform: rotate(-45deg);
}

@media screen and (min-width: 520px) {
  .trouble_section {
    padding: 65px 0 200px;
  }
  .trouble_section::after {
    width: 210px;
  }
  .trouble_section .heading {
    margin-bottom: 35px;
    font-size: 52px;
  }
  .trouble_section .trouble_list > li {
    margin-bottom: 30px;
    padding: 18px;
  }
  .trouble_section .trouble_list > li:last-child {
    margin-bottom: 0;
  }
  .trouble_section .trouble_list > li .text {
    padding-left: 32px;
    font-size: 20px;
  }
  .trouble_section .trouble_list > li .text::before {
    top: 6px;
    width: 20px;
    height: 12px;
    border-left: 3px solid #ff7f50;
    border-bottom: 3px solid #ff7f50;
  }
}
/* solution_section */
.solution_section {
  position: relative;
  padding: 26.6vw 0 20.5vw;
  background: #f2ffec;
}
.solution_section::before {
  position: absolute;
  left: 50%;
  top: 9.7vw;
  width: 12vw;
  height: 6.6vw;
  background: #0d9e92;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  content: "";
  transform: translateX(-50%);
}
.solution_section .solution_box {
  padding: 17.9vw 3vw 7.1vw;
  border: 0.7vw solid #0d9e92;
  background: #fff;
  border-radius: 2vw;
}
.solution_section .solution_box .heading {
  position: relative;
  margin-bottom: 5.1vw;
  text-align: center;
  font-size: 6.1vw;
  font-weight: bold;
}
.solution_section .solution_box .heading .balloon {
  position: absolute;
  left: 0;
  top: -13vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 1vw;
  width: 20.5vw;
  aspect-ratio: 1/1;
  background: #0d9e92;
  border-radius: 100vh;
  color: #fff;
  font-size: 4.8vw;
  line-height: 1.2;
}
.solution_section .solution_box .heading .balloon::before {
  position: absolute;
  right: -2vw;
  bottom: 3.8vw;
  width: 4.5vw;
  height: 4.5vw;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
  background: #0d9e92;
  content: "";
}
.solution_section .solution_box .image {
  width: 100%;
  height: auto;
  margin-bottom: 7.6vw;
}
.solution_section .solution_box .text {
  text-align: center;
  font-size: 6.4vw;
  font-weight: bold;
}
.solution_section .solution_box .text .soku {
  width: 20.7vw;
  height: auto;
  vertical-align: sub;
  margin: 0 1.7vw;
}

@media screen and (min-width: 520px) {
  .solution_section {
    padding: 140px 0 100px;
  }
  .solution_section::before {
    top: 50px;
    width: 62px;
    height: 34px;
  }
  .solution_section .solution_box {
    padding: 90px 16px 36px;
    border: 4px solid #0d9e92;
    border-radius: 8px;
  }
  .solution_section .solution_box .heading {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .solution_section .solution_box .heading .balloon {
    top: -62px;
    padding-top: 8px;
    width: 107px;
    font-size: 26px;
  }
  .solution_section .solution_box .heading .balloon::before {
    right: -6px;
    bottom: 20px;
    width: 20px;
    height: 20px;
  }
  .solution_section .solution_box .image {
    margin-bottom: 40px;
  }
  .solution_section .solution_box .text {
    font-size: 34px;
  }
  .solution_section .solution_box .text .soku {
    width: 110px;
    margin: 0 10px;
  }
}
/* environment_section */
.environment_section {
  padding: 19.2vw 0;
  background: url(../images/pr/bg_environment.png) no-repeat center center/cover;
  color: #fff;
}
.environment_section .heading {
  margin-bottom: 3.8vw;
  text-align: center;
  font-size: 7.6vw;
  font-weight: normal;
}
.environment_section .explanation {
  margin-bottom: 7.6vw;
  font-size: 4vw;
}
.environment_section .environment_list {
  margin-bottom: 5.7vw;
}
.environment_section .environment_list > li {
  padding: 5.3vw 0;
  border-bottom: 1px solid #fff;
}
.environment_section .environment_list > li .column {
  display: flex;
  width: 100%;
  padding: 0 2vw;
  justify-content: space-between;
  align-items: center;
}
.environment_section .environment_list > li .column .th {
  font-weight: bold;
  font-size: 4.8vw;
}
.environment_section .environment_list > li .column .td {
  font-weight: bold;
  font-size: 8.8vw;
}
.environment_section .environment_list > li .column .td .number {
  margin: 0 2vw;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 18vw;
  font-family: "Teko", "A-OTF UD Shin Go NT Pro", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.environment_section .environment_list > li .column .td .text {
  font-size: 13vw;
}
.environment_section .environment_list > li .sub_text {
  margin-top: 2vw;
  text-align: right;
  font-size: 4vw;
}
.environment_section .chance {
  text-align: center;
  font-size: 6.9vw;
}
.environment_section .chance .soku {
  width: 16.9vw;
  height: auto;
  margin-right: 1vw;
  vertical-align: sub;
}

@media screen and (min-width: 520px) {
  .environment_section {
    padding: 100px 0;
  }
  .environment_section .heading {
    margin-bottom: 15px;
    font-size: 40px;
  }
  .environment_section .explanation {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .environment_section .environment_list {
    margin-bottom: 25px;
  }
  .environment_section .environment_list > li {
    padding: 30px 0;
  }
  .environment_section .environment_list > li .column {
    padding: 0 10px;
  }
  .environment_section .environment_list > li .column .th {
    font-size: 26px;
  }
  .environment_section .environment_list > li .column .td {
    font-size: 46px;
  }
  .environment_section .environment_list > li .column .td .number {
    margin: 0 8px;
    font-size: 90px;
  }
  .environment_section .environment_list > li .column .td .text {
    font-size: 66px;
  }
  .environment_section .environment_list > li .sub_text {
    margin-top: 15px;
    font-size: 21px;
  }
  .environment_section .chance {
    font-size: 36px;
  }
  .environment_section .chance .soku {
    width: 89px;
    margin-right: 6px;
  }
}
/* chosen_section */
.chosen_section {
  padding: 10.5vw 0 19.2vw;
}
.chosen_section .heading {
  margin-bottom: 9.6vw;
  text-align: center;
  font-weight: bold;
  font-size: 7.6vw;
  color: #364153;
}
.chosen_section .heading .sub {
  display: table;
  margin: 0 auto 4.8vw;
  padding: 0.9vw 3.8vw;
  background: #364153;
  color: #fff;
  font-size: 3vw;
  border-radius: 100vh;
}
.chosen_section .chosen_list > li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.6vw;
  padding: 2.3vw 7.8vw 3.8vw 3.8vw;
  border-right: 1px solid #0d9e92;
  border-bottom: 1px solid #0d9e92;
}
.chosen_section .chosen_list > li:last-child {
  margin-bottom: 0;
}
.chosen_section .chosen_list > li .number {
  font-size: 9.4vw;
  font-weight: bold;
  font-style: italic;
  color: #0d9e92;
}
.chosen_section .chosen_list > li .number .icon {
  display: block;
  width: 12.5vw;
  height: auto;
}
.chosen_section .chosen_list > li .text_wrap {
  width: 63.4vw;
}
.chosen_section .chosen_list > li .text_wrap h3 {
  margin-bottom: 2.3vw;
  font-size: 6.1vw;
  font-weight: bold;
}
.chosen_section .chosen_list > li .text_wrap .text {
  font-size: 3.1vw;
}

@media screen and (min-width: 520px) {
  .chosen_section {
    padding: 54px 0 100px;
  }
  .chosen_section .heading {
    margin-bottom: 55px;
    font-size: 42px;
  }
  .chosen_section .heading .sub {
    margin: 0 auto 25px;
    padding: 5px 22px;
    font-size: 16px;
  }
  .chosen_section .chosen_list > li {
    margin-bottom: 42px;
    padding: 12px 40px 20px 20px;
    border-right: 2px solid #0d9e92;
    border-bottom: 2px solid #0d9e92;
  }
  .chosen_section .chosen_list > li:last-child {
    margin-bottom: 0;
  }
  .chosen_section .chosen_list > li .number {
    font-size: 50px;
  }
  .chosen_section .chosen_list > li .number .icon {
    width: 65px;
  }
  .chosen_section .chosen_list > li .text_wrap {
    width: 330px;
  }
  .chosen_section .chosen_list > li .text_wrap h3 {
    margin-bottom: 15px;
    font-size: 32px;
  }
  .chosen_section .chosen_list > li .text_wrap .text {
    font-size: 16px;
  }
}
/* workstyle_section */
.workstyle_section {
  border-top: 1.5vw solid #0d9e92;
  padding: 8.6vw 0 19.2vw;
  background: #f2ffec;
}
.workstyle_section .heading {
  margin-bottom: 9.6vw;
  text-align: center;
  font-weight: bold;
  font-size: 7.6vw;
  color: #364153;
}
.workstyle_section .heading .sub {
  display: table;
  margin: 0 auto 4.8vw;
  padding: 0.9vw 3.8vw;
  background: #364153;
  color: #fff;
  font-size: 3vw;
  border-radius: 100vh;
}
.workstyle_section .workstyle_group {
  margin-bottom: 5.7vw;
}
.workstyle_section .workstyle_group .group_heading {
  border-left: 1.4vw solid #0d9e92;
  padding-left: 2.8vw;
  font-size: 5.7vw;
  font-weight: bold;
}
.workstyle_section .workstyle_group .group_list_wrap {
  margin: 0 -4vw;
}
.workstyle_section .workstyle_group .group_list_wrap .group_list {
  padding: 0 4vw;
}
.workstyle_section .workstyle_group .group_list_wrap .group_list::after {
  display: block;
  height: 5vw;
  content: "";
}
.workstyle_section .workstyle_group .group_list_wrap .group_list.slick-slider::after {
  display: none;
}
.workstyle_section .workstyle_group .group_list_wrap .group_list .slick-list {
  margin: 0 -4vw;
}
.workstyle_section .workstyle_group .group_list_wrap .group_list .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.8vw;
  margin: 2vw 4vw;
  background: #fff;
  box-shadow: 0 0.5vw 2.5vw 0 rgba(44, 62, 80, 0.08);
  border-radius: 2.3vw;
}
.workstyle_section .workstyle_group .group_list_wrap .group_list .item .image {
  width: 43.4%;
  height: auto;
}
.workstyle_section .workstyle_group .group_list_wrap .group_list .item .data {
  width: 53.1%;
}
.workstyle_section .workstyle_group .group_list_wrap .group_list .item .data h4 {
  margin-bottom: 2.8vw;
  padding-bottom: 2.8vw;
  border-bottom: 1px solid #ccc;
  font-size: 3.6vw;
  font-weight: bold;
}
.workstyle_section .workstyle_group .group_list_wrap .group_list .item .data .data_list .column {
  display: flex;
  gap: 1.4vw;
  align-items: center;
  margin-bottom: 1vw;
}
.workstyle_section .workstyle_group .group_list_wrap .group_list .item .data .data_list .column .th {
  white-space: nowrap;
  font-size: 2.8vw;
}
.workstyle_section .workstyle_group .group_list_wrap .group_list .item .data .data_list .column .td {
  font-size: 4.2vw;
  font-weight: bold;
  color: #0d9e92;
}
.workstyle_section .workstyle_group .group_list_wrap .group_list > .item:not(:first-child) {
  display: none;
}
.workstyle_section .workstyle_group .group_list_wrap .group_list .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 2vw;
  height: 3vw;
  line-height: 0;
}
.workstyle_section .workstyle_group .group_list_wrap .group_list .slick-dots > li button {
  margin: 0 1.3vw;
  padding: 0;
  overflow: hidden;
  border: none;
  width: 3vw;
  aspect-ratio: 1/1;
  background: #a2a2a2;
  border-radius: 100vh;
  text-indent: 100%;
}
.workstyle_section .workstyle_group .group_list_wrap .group_list .slick-dots > li.slick-active button {
  background: #364153;
}
.workstyle_section .notes {
  font-size: 3vw;
}

@media screen and (min-width: 520px) {
  .workstyle_section {
    border-top: 8px solid #0d9e92;
    padding: 45px 0 100px;
  }
  .workstyle_section .heading {
    margin-bottom: 30px;
    font-size: 42px;
  }
  .workstyle_section .heading .sub {
    margin: 0 auto 25px;
    padding: 5px 22px;
    font-size: 16px;
  }
  .workstyle_section .workstyle_group {
    margin-bottom: 40px;
  }
  .workstyle_section .workstyle_group .group_heading {
    border-left: 5px solid #0d9e92;
    padding-left: 15px;
    font-size: 32px;
  }
  .workstyle_section .workstyle_group .group_list_wrap {
    margin: 0 -20px;
  }
  .workstyle_section .workstyle_group .group_list_wrap .group_list {
    padding: 0 20px;
  }
  .workstyle_section .workstyle_group .group_list_wrap .group_list::after {
    height: 25px;
  }
  .workstyle_section .workstyle_group .group_list_wrap .group_list .slick-list {
    margin: 0 -20px;
  }
  .workstyle_section .workstyle_group .group_list_wrap .group_list .item {
    padding: 20px;
    margin: 10px 20px;
    box-shadow: 0 2px 10px 0 rgba(44, 62, 80, 0.08);
    border-radius: 15px;
  }
  .workstyle_section .workstyle_group .group_list_wrap .group_list .item .data h4 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ccc;
    font-size: 20px;
  }
  .workstyle_section .workstyle_group .group_list_wrap .group_list .item .data .data_list .column {
    gap: 8px;
    margin-bottom: 5px;
  }
  .workstyle_section .workstyle_group .group_list_wrap .group_list .item .data .data_list .column .th {
    font-size: 14px;
  }
  .workstyle_section .workstyle_group .group_list_wrap .group_list .item .data .data_list .column .td {
    font-size: 18px;
  }
  .workstyle_section .workstyle_group .group_list_wrap .group_list .slick-dots {
    margin-top: 10px;
    height: 15px;
  }
  .workstyle_section .workstyle_group .group_list_wrap .group_list .slick-dots > li button {
    margin: 0 7px;
    width: 15px;
  }
  .workstyle_section .notes {
    font-size: 16px;
  }
}
/* terms_section */
.terms_section {
  padding: 9.6vw 0 19.2vw;
  background: url(../images/pr/bg_terms.png) no-repeat center center/cover;
}
.terms_section .heading {
  margin-bottom: 9.6vw;
  text-align: center;
  font-weight: bold;
  font-size: 7.6vw;
  color: #364153;
}
.terms_section .heading .sub {
  display: table;
  margin: 0 auto 4.8vw;
  padding: 0.9vw 3.8vw;
  background: #364153;
  color: #fff;
  font-size: 3vw;
  border-radius: 100vh;
}
.terms_section .terms_box {
  margin-bottom: 5.7vw;
  padding: 5.7vw;
  border: 1px solid #0d9e92;
  background: #fff;
  border-radius: 2.3vw;
}
.terms_section .terms_box:last-child {
  margin-bottom: 0;
}
.terms_section .terms_box h3 {
  position: relative;
  margin-bottom: 4.6vw;
  padding-left: 7.6vw;
  font-weight: bold;
  font-size: 4.8vw;
}
.terms_section .terms_box h3::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 5.1vw;
  aspect-ratio: 1/1;
  content: "";
  transform: translateY(-50%);
}
.terms_section .terms_box h3.category::before {
  background: url(../images/pr/icon_terms_category.svg) no-repeat left center/contain;
}
.terms_section .terms_box h3.area::before {
  background: url(../images/pr/icon_terms_area.svg) no-repeat left center/contain;
}
.terms_section .terms_box .terms_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3vw 2.6vw;
}
.terms_section .terms_box .terms_list > li {
  padding: 1.3vw 1.9vw;
  border: 1px solid #0d9e92;
  font-size: 2.6vw;
  border-radius: 100vh;
}
.terms_section .terms_box .terms_list.area {
  gap: 2.3vw 2.3vw;
  width: 70%;
}
.terms_section .terms_box .terms_list.area > li {
  padding: 1.3vw 3vw;
  font-size: 3.8vw;
}
.terms_section .terms_box .text {
  margin-top: 3.8vw;
  font-size: 3.8vw;
}

@media screen and (min-width: 520px) {
  .terms_section {
    padding: 50px 0 100px;
  }
  .terms_section .heading {
    margin-bottom: 50px;
    font-size: 42px;
  }
  .terms_section .heading .sub {
    margin: 0 auto 25px;
    padding: 5px 22px;
    font-size: 16px;
  }
  .terms_section .terms_box {
    margin-bottom: 30px;
    padding: 30px;
    border: 2px solid #0d9e92;
    border-radius: 12px;
  }
  .terms_section .terms_box:last-child {
    margin-bottom: 0;
  }
  .terms_section .terms_box h3 {
    margin-bottom: 24px;
    padding-left: 38px;
    font-size: 25px;
  }
  .terms_section .terms_box h3::before {
    width: 27px;
  }
  .terms_section .terms_box .terms_list {
    gap: 7px 14px;
  }
  .terms_section .terms_box .terms_list > li {
    padding: 7px 12px;
    border: 2px solid #0d9e92;
    font-size: 15px;
  }
  .terms_section .terms_box .terms_list.area {
    gap: 10px 10px;
  }
  .terms_section .terms_box .terms_list.area > li {
    padding: 7px 14px;
    font-size: 20px;
  }
  .terms_section .terms_box .text {
    margin-top: 20px;
    font-size: 20px;
  }
}
/* step_section */
.step_section {
  padding: 9.6vw 0 19.2vw;
  background: #f2ffec;
}
.step_section .heading {
  margin-bottom: 9.6vw;
  text-align: center;
  font-weight: bold;
  font-size: 7.6vw;
  color: #364153;
}
.step_section .heading .sub {
  display: table;
  margin: 0 auto 4.8vw;
  padding: 0.9vw 3.8vw;
  background: #364153;
  color: #fff;
  font-size: 3vw;
  border-radius: 100vh;
}
.step_section .step_list > li {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5.1vw;
}
.step_section .step_list > li::before {
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 6.2vw;
  height: calc(100% + 5.1vw);
  border-left: 0.6vw dashed #0d9e92;
  content: "";
}
.step_section .step_list > li:last-child {
  margin-bottom: 0;
}
.step_section .step_list > li:last-child::before {
  display: none;
}
.step_section .step_list > li .number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 13vw;
  aspect-ratio: 1/1;
  background: #0d9e92;
  color: #fff;
  font-size: 2.8vw;
  font-weight: 600;
  font-family: "Manrope", "A-OTF UD Shin Go NT Pro", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  border-radius: 100vh;
  line-height: 1;
}
.step_section .step_list > li .number span {
  display: block;
  font-size: 6.2vw;
}
.step_section .step_list > li .text_wrap {
  width: 75vw;
  padding: 3.4vw;
  border: 1px solid #0d9e92;
  background: #fff;
  border-radius: 2.3vw;
}
.step_section .step_list > li .text_wrap h3 {
  margin-bottom: 2.3vw;
  padding-left: 1.4vw;
  border-left: 0.7vw solid #ff7f50;
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 1.2;
}
.step_section .step_list > li .text_wrap .text {
  font-size: 3.4vw;
}
.step_section .btn_wrap {
  margin-top: 10vw;
}
.step_section .btn_wrap a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 15.3vw;
  margin-bottom: 2vw;
  color: #fff;
  font-size: 4.6vw;
  font-weight: bold;
  border-radius: 2vw;
  box-shadow: 0 2.5vw 3.8vw -0.7vw rgba(0, 0, 0, 0.1), 0 1vw 1.5vw -1vw rgba(0, 0, 0, 0.1);
}
.step_section .btn_wrap a:last-child {
  margin-bottom: 0;
}
.step_section .btn_wrap a::before {
  position: absolute;
  left: 6.1vw;
  top: 50%;
  transform: translateY(-50%);
  width: 8.7vw;
  aspect-ratio: 1/1;
  content: "";
}
.step_section .btn_wrap a.line_btn {
  background: #06C755;
}
.step_section .btn_wrap a.line_btn .soku {
  vertical-align: sub;
  margin: 0 1.5vw;
  width: 10.5vw;
  height: auto;
}
.step_section .btn_wrap a.line_btn::before {
  background: url(../images/pr/icon_line.svg) no-repeat center center/contain;
}
.step_section .btn_wrap a.recruit_btn {
  background: #1F3C65;
}
.step_section .btn_wrap a.recruit_btn::before {
  background: url(../images/pr/icon_search.svg) no-repeat center center/contain;
}

@media screen and (min-width: 520px) {
  .step_section {
    padding: 50px 0 100px;
  }
  .step_section .heading {
    margin-bottom: 55px;
    font-size: 42px;
  }
  .step_section .heading .sub {
    margin: 0 auto 25px;
    padding: 5px 22px;
    font-size: 16px;
  }
  .step_section .step_list > li {
    margin-bottom: 26px;
  }
  .step_section .step_list > li::before {
    left: 33px;
    height: calc(100% + 26px);
    border-left: 2px dashed #0d9e92;
  }
  .step_section .step_list > li:last-child {
    margin-bottom: 0;
  }
  .step_section .step_list > li .number {
    width: 67px;
    font-size: 14px;
  }
  .step_section .step_list > li .number span {
    font-size: 32px;
  }
  .step_section .step_list > li .text_wrap {
    width: 390px;
    padding: 18px;
    border-radius: 12px;
  }
  .step_section .step_list > li .text_wrap h3 {
    margin-bottom: 12px;
    padding-left: 7px;
    border-left: 4px solid #ff7f50;
    font-size: 20px;
  }
  .step_section .step_list > li .text_wrap .text {
    font-size: 18px;
  }
  .step_section .btn_wrap {
    margin-top: 52px;
  }
  .step_section .btn_wrap a {
    height: 75px;
    margin-bottom: 10px;
    font-size: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  }
  .step_section .btn_wrap a:last-child {
    margin-bottom: 0;
  }
  .step_section .btn_wrap a::before {
    left: 30px;
    width: 40px;
  }
  .step_section .btn_wrap a.line_btn .soku {
    margin: 0 8px;
    width: 54px;
  }
}
/* support_section */
.support_section {
  padding: 9.6vw 0 19.2vw;
}
.support_section .heading {
  margin-bottom: 9.6vw;
  text-align: center;
  font-weight: bold;
  font-size: 7.6vw;
  color: #364153;
}
.support_section .heading .sub {
  display: table;
  margin: 0 auto 4.8vw;
  padding: 0.9vw 3.8vw;
  background: #364153;
  color: #fff;
  font-size: 3vw;
  border-radius: 100vh;
}
.support_section .heading .ps_wrap {
  display: inline-flex;
  flex-direction: column;
}
.support_section .heading .ps_wrap .not {
  position: relative;
  display: inline-block;
  align-self: flex-end;
  padding: 0.3vw 0.7vw;
  background: #ff7f50;
  color: #fff;
  font-size: 3vw;
  border-radius: 0.7vw;
}
.support_section .heading .ps_wrap .not::before {
  position: absolute;
  left: -6.9vw;
  top: 50%;
  width: 5.3vw;
  height: 1px;
  background: #364153;
  content: "";
}
.support_section .image {
  width: 100%;
  height: auto;
  margin-bottom: 5.7vw;
}
.support_section .text {
  margin-bottom: 9.6vw;
  line-height: 1.7;
  font-size: 3.8vw;
}
.support_section .support_list > li {
  position: relative;
  margin-bottom: 2.8vw;
  padding: 4.6vw 4.6vw 4.6vw 15.9vw;
  border: 1px solid #0d9e92;
  border-radius: 2.3vw;
  font-size: 3.8vw;
  font-weight: bold;
}
.support_section .support_list > li:last-child {
  margin-bottom: 0;
}
.support_section .support_list > li .icon {
  position: absolute;
  left: 2.8vw;
  top: 50%;
  transform: translateY(-50%);
  width: 10vw;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 520px) {
  .support_section {
    padding: 50px 0 100px;
  }
  .support_section .heading {
    margin-bottom: 50px;
    font-size: 42px;
  }
  .support_section .heading .sub {
    margin: 0 auto 25px;
    padding: 5px 22px;
    font-size: 16px;
  }
  .support_section .heading .ps_wrap .not {
    padding: 2px 4px;
    font-size: 16px;
    border-radius: 4px;
  }
  .support_section .heading .ps_wrap .not::before {
    left: -36px;
    width: 28px;
    height: 2px;
  }
  .support_section .image {
    margin-bottom: 30px;
  }
  .support_section .text {
    margin-bottom: 50px;
    font-size: 20px;
  }
  .support_section .support_list > li {
    margin-bottom: 15px;
    padding: 24px 24px 24px 82px;
    border: 2px solid #0d9e92;
    border-radius: 12px;
    font-size: 20px;
  }
  .support_section .support_list > li:last-child {
    margin-bottom: 0;
  }
  .support_section .support_list > li .icon {
    left: 16px;
    width: 52px;
  }
}
/* voice_section */
.voice_section {
  padding: 9.6vw 0 19.2vw;
  background: #f2ffec;
}
.voice_section .heading {
  margin-bottom: 9.6vw;
  text-align: center;
  font-weight: bold;
  font-size: 7.6vw;
  color: #364153;
}
.voice_section .heading .sub {
  display: table;
  margin: 0 auto 4.8vw;
  padding: 0.9vw 3.8vw;
  background: #364153;
  color: #fff;
  font-size: 3vw;
  border-radius: 100vh;
}
.voice_section .voice_list > li {
  margin-bottom: 5.7vw;
  padding: 5.3vw;
  background: #fff;
  border: 1px solid #0d9e92;
  border-radius: 2.3vw;
}
.voice_section .voice_list > li:last-child {
  margin-bottom: 0;
}
.voice_section .voice_list > li .voice_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.8vw;
}
.voice_section .voice_list > li .voice_header .icon {
  width: 13vw;
}
.voice_section .voice_list > li .voice_header .icon img {
  width: 100%;
  height: auto;
}
.voice_section .voice_list > li .voice_header .data {
  width: 65.3vw;
}
.voice_section .voice_list > li .voice_header .data .personal {
  margin-bottom: 2vw;
  font-size: 3.2vw;
  font-weight: bold;
}
.voice_section .voice_list > li .voice_header .data .title {
  font-size: 4.2vw;
  font-weight: bold;
}
.voice_section .voice_list > li .voice_text {
  font-size: 3.6vw;
}

@media screen and (min-width: 520px) {
  .voice_section {
    padding: 50px 0 100px;
  }
  .voice_section .heading {
    margin-bottom: 55px;
    font-size: 42px;
  }
  .voice_section .heading .sub {
    margin: 0 auto 25px;
    padding: 5px 22px;
    font-size: 16px;
  }
  .voice_section .voice_list > li {
    margin-bottom: 30px;
    padding: 28px;
    border: 2px solid #0d9e92;
    border-radius: 12px;
  }
  .voice_section .voice_list > li:last-child {
    margin-bottom: 0;
  }
  .voice_section .voice_list > li .voice_header {
    margin-bottom: 15px;
  }
  .voice_section .voice_list > li .voice_header .icon {
    width: 68px;
  }
  .voice_section .voice_list > li .voice_header .data {
    width: 340px;
  }
  .voice_section .voice_list > li .voice_header .data .personal {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .voice_section .voice_list > li .voice_header .data .title {
    font-size: 22px;
  }
  .voice_section .voice_list > li .voice_text {
    font-size: 20px;
  }
}
/* careerpath_section */
.careerpath_section {
  padding: 9.6vw 0 19.2vw;
}
.careerpath_section .heading {
  margin-bottom: 9.6vw;
  text-align: center;
  font-weight: bold;
  font-size: 7.6vw;
  color: #364153;
}
.careerpath_section .heading .sub {
  display: table;
  margin: 0 auto 4.8vw;
  padding: 0.9vw 3.8vw;
  background: #364153;
  color: #fff;
  font-size: 3vw;
  border-radius: 100vh;
}
.careerpath_section .careerpath_list > li {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 11.5vw;
  padding-left: 7.3vw;
}
.careerpath_section .careerpath_list > li::before {
  position: absolute;
  left: 1.7vw;
  top: 0;
  width: 1.5vw;
  height: calc(100% + 12vw);
  background: #0d9e92;
  content: "";
}
.careerpath_section .careerpath_list > li:first-child::before {
  top: -3.4vw;
  height: calc(100% + 15.4vw);
}
.careerpath_section .careerpath_list > li:last-child {
  margin-bottom: 0;
}
.careerpath_section .careerpath_list > li:last-child::before {
  height: 100%;
}
.careerpath_section .careerpath_list > li:last-child::after {
  position: absolute;
  left: 1.7vw;
  bottom: -3vw;
  width: 4.4vw;
  height: 6.9vw;
  background: #0d9e92;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
}
.careerpath_section .careerpath_list > li .text_wrap {
  width: 44.2vw;
}
.careerpath_section .careerpath_list > li .text_wrap h3 {
  font-size: 6.1vw;
  font-weight: bold;
  color: #0d9e92;
}
.careerpath_section .careerpath_list > li .text_wrap h3::before {
  position: absolute;
  left: 0;
  top: 2vw;
  width: 5vw;
  aspect-ratio: 1/1;
  background: #0d9e92;
  content: "";
  border-radius: 100vh;
}
.careerpath_section .careerpath_list > li .text_wrap .career {
  margin-bottom: 3.8vw;
  font-size: 3.4vw;
  font-weight: bold;
  color: #ff7f50;
}
.careerpath_section .careerpath_list > li .text_wrap .text {
  font-size: 3vw;
}
.careerpath_section .careerpath_list > li .image {
  width: 39vw;
}
.careerpath_section .careerpath_list > li .image img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 3.8vw 0 rgba(0, 0, 0, 0.1);
}
.careerpath_section .notes {
  margin-top: 13.4vw;
  font-size: 3vw;
}

@media screen and (min-width: 520px) {
  .careerpath_section {
    padding: 50px 0 100px;
  }
  .careerpath_section .heading {
    margin-bottom: 55px;
    font-size: 42px;
  }
  .careerpath_section .heading .sub {
    margin: 0 auto 25px;
    padding: 5px 22px;
    font-size: 16px;
  }
  .careerpath_section .careerpath_list > li {
    margin-bottom: 60px;
    padding-left: 36px;
  }
  .careerpath_section .careerpath_list > li::before {
    left: 9px;
    width: 8px;
    height: calc(100% + 70px);
  }
  .careerpath_section .careerpath_list > li:first-child::before {
    top: -16px;
    height: calc(100% + 86px);
  }
  .careerpath_section .careerpath_list > li:last-child {
    margin-bottom: 0;
  }
  .careerpath_section .careerpath_list > li:last-child::before {
    height: 100%;
  }
  .careerpath_section .careerpath_list > li:last-child::after {
    left: 9px;
    bottom: -30px;
    width: 23px;
    height: 37px;
  }
  .careerpath_section .careerpath_list > li .text_wrap {
    width: 230px;
  }
  .careerpath_section .careerpath_list > li .text_wrap h3 {
    font-size: 32px;
  }
  .careerpath_section .careerpath_list > li .text_wrap h3::before {
    top: 10px;
    width: 26px;
  }
  .careerpath_section .careerpath_list > li .text_wrap .career {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .careerpath_section .careerpath_list > li .text_wrap .text {
    font-size: 16px;
  }
  .careerpath_section .careerpath_list > li .image {
    width: 203px;
  }
  .careerpath_section .careerpath_list > li .image img {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  }
  .careerpath_section .notes {
    margin-top: 70px;
    font-size: 16px;
  }
}
/* publish_section */
.publish_section {
  padding: 9.6vw 0 19.2vw;
  background: url(../images/pr/bg_publish.png) no-repeat center center/cover;
}
.publish_section .heading {
  margin-bottom: 9.6vw;
  text-align: center;
  font-weight: bold;
  font-size: 7.6vw;
  color: #fff;
}
.publish_section .heading .sub {
  display: table;
  margin: 0 auto 4.8vw;
  padding: 0.9vw 3.8vw;
  border: 1px solid #fff;
  background: #364153;
  color: #fff;
  font-size: 3vw;
  border-radius: 100vh;
}
.publish_section .text {
  margin-bottom: 10.5vw;
  line-height: 1.8;
  text-align: center;
  font-size: 3.8vw;
  color: #fff;
}
.publish_section .btn {
  display: table;
  margin: 0 auto;
  border: 2px solid #0d9e92;
  padding: 3vw 6.7vw;
  background: #fff;
  border-radius: 100vh;
  color: #364153;
  font-size: 3.8vw;
  font-weight: bold;
}
.publish_section .btn > span {
  position: relative;
  display: inline-block;
  padding-right: 6.5vw;
}
.publish_section .btn > span::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 3.2vw;
  background: url(../images/pr/icon_arrow.svg) no-repeat center center/contain;
  aspect-ratio: 1/1;
  content: "";
  transform: translateY(-50%);
}

@media screen and (min-width: 520px) {
  .publish_section {
    padding: 50px 0 100px;
  }
  .publish_section .heading {
    margin-bottom: 55px;
    font-size: 42px;
  }
  .publish_section .heading .sub {
    margin: 0 auto 25px;
    padding: 5px 22px;
    border: 1px solid #fff;
    font-size: 16px;
  }
  .publish_section .text {
    margin-bottom: 55px;
    font-size: 19px;
  }
  .publish_section .btn {
    border: 3px solid #0d9e92;
    padding: 16px 32px;
    font-size: 20px;
  }
  .publish_section .btn > span {
    padding-right: 34px;
  }
  .publish_section .btn > span::after {
    width: 17px;
  }
}
/* faq_section */
.faq_section {
  padding: 9.6vw 0 19.2vw;
}
.faq_section .heading {
  margin-bottom: 9.6vw;
  text-align: center;
  font-weight: bold;
  font-size: 7.6vw;
}
.faq_section .heading .sub {
  display: table;
  margin: 0 auto 4.8vw;
  padding: 0.9vw 3.8vw;
  background: #364153;
  color: #fff;
  font-size: 3vw;
  border-radius: 100vh;
}
.faq_section .faq_list > li {
  overflow: hidden;
  margin-bottom: 3.8vw;
  border: 1px solid #0d9e92;
  border-radius: 3.4vw;
}
.faq_section .faq_list > li:last-child {
  margin-bottom: 0;
}
.faq_section .faq_list > li .question {
  display: block;
  position: relative;
  padding: 4.6vw 11.5vw 4.6vw 15vw;
  font-size: 3.8vw;
  font-weight: bold;
}
.faq_section .faq_list > li .question::before {
  position: absolute;
  left: 3.4vw;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.6vw;
  aspect-ratio: 1/1;
  background: #0d9e92;
  color: #fff;
  font-weight: 900;
  content: "Q";
  border-radius: 100vh;
  transform: translateY(-50%);
}
.faq_section .faq_list > li .question::after {
  position: absolute;
  right: 4.6vw;
  top: 50%;
  width: 2.3vw;
  aspect-ratio: 1/1;
  border-left: 0.5vw solid #99a1af;
  border-bottom: 0.5vw solid #99a1af;
  content: "";
  transform: translateY(-100%) rotate(-45deg);
}
.faq_section .faq_list > li .question.open::after {
  transform: translateY(-25%) rotate(135deg);
}
.faq_section .faq_list > li .question.open {
  /*
  &+.answer {
    display: block;
  }
  */
}
.faq_section .faq_list > li .answer {
  display: none;
  position: relative;
  padding: 4.6vw 4.6vw 4.6vw 15vw;
  background: #f0fdf4;
  font-size: 3.8vw;
}
.faq_section .faq_list > li .answer::before {
  position: absolute;
  left: 3.4vw;
  top: 3.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.6vw;
  aspect-ratio: 1/1;
  background: #ff7f50;
  color: #fff;
  font-weight: 900;
  content: "A";
  border-radius: 100vh;
}

@media screen and (min-width: 520px) {
  .faq_section {
    padding: 50px 0 100px;
  }
  .faq_section .heading {
    margin-bottom: 55px;
    font-size: 42px;
  }
  .faq_section .heading .sub {
    margin: 0 auto 25px;
    padding: 5px 22px;
    font-size: 16px;
  }
  .faq_section .faq_list > li {
    margin-bottom: 20px;
    border: 2px solid #0d9e92;
    border-radius: 18px;
  }
  .faq_section .faq_list > li:last-child {
    margin-bottom: 0;
  }
  .faq_section .faq_list > li .question {
    padding: 24px 60px 24px 78px;
    font-size: 20px;
  }
  .faq_section .faq_list > li .question::before {
    left: 19px;
    width: 40px;
  }
  .faq_section .faq_list > li .question::after {
    right: 23px;
    width: 12px;
    border-left: 2px solid #99a1af;
    border-bottom: 2px solid #99a1af;
  }
  .faq_section .faq_list > li .answer {
    padding: 24px 24px 24px 78px;
    font-size: 20px;
  }
  .faq_section .faq_list > li .answer::before {
    left: 19px;
    top: 19px;
    width: 40px;
  }
}
/* cta_section */
.cta_section {
  position: relative;
}
.cta_section img {
  width: 100%;
  height: auto;
}
.cta_section .btn_wrap {
  position: absolute;
  left: 0;
  top: 120vw;
  width: 100%;
  padding: 0 4vw;
}
.cta_section .btn_wrap a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 15.3vw;
  margin-bottom: 2vw;
  color: #fff;
  font-size: 4.6vw;
  font-weight: bold;
  border-radius: 2vw;
  box-shadow: 0 2.5vw 3.8vw -0.7vw rgba(0, 0, 0, 0.1), 0 1vw 1.5vw -1vw rgba(0, 0, 0, 0.1);
}
.cta_section .btn_wrap a:last-child {
  margin-bottom: 0;
}
.cta_section .btn_wrap a::before {
  position: absolute;
  left: 6.1vw;
  top: 50%;
  transform: translateY(-50%);
  width: 8.7vw;
  aspect-ratio: 1/1;
  content: "";
}
.cta_section .btn_wrap a.line_btn {
  background: #06C755;
}
.cta_section .btn_wrap a.line_btn .soku {
  vertical-align: sub;
  margin: 0 1.5vw;
  width: 10.5vw;
  height: auto;
}
.cta_section .btn_wrap a.line_btn::before {
  background: url(../images/pr/icon_line.svg) no-repeat center center/contain;
}
.cta_section .btn_wrap a.recruit_btn {
  background: #1F3C65;
}
.cta_section .btn_wrap a.recruit_btn::before {
  background: url(../images/pr/icon_search.svg) no-repeat center center/contain;
}

@media screen and (min-width: 520px) {
  .cta_section .btn_wrap {
    top: 625px;
    padding: 0 20px;
  }
  .cta_section .btn_wrap a {
    height: 75px;
    margin-bottom: 10px;
    font-size: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  }
  .cta_section .btn_wrap a:last-child {
    margin-bottom: 0;
  }
  .cta_section .btn_wrap a::before {
    left: 30px;
    width: 40px;
  }
  .cta_section .btn_wrap a.line_btn .soku {
    margin: 0 8px;
    width: 54px;
  }
}/*# sourceMappingURL=pr.css.map */