@media only screen and (max-width: 767px) {
  .pageTitleArea {
    padding: 40px 0 40px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .pageTitleArea {
    padding: 48px 0 38px 0;
  }
}
.secPlot {
  background: url(../../shared/images/bg_mesh.png) left top repeat;
  background-size: 41px;
}
.secPlot .secPlotIn .plotTitle {
  font-weight: bold;
  text-align: center;
}
.secPlot .secPlotIn .plotCaption {
  font-weight: 600;
  text-align: center;
  line-height: 160%;
}
.secPlot .secPlotIn .flowArea .flowTitle {
  font-weight: bold;
  text-align: center;
}
.secPlot .secPlotIn .flowArea .flowListWrap {
  position: relative;
}
.secPlot .secPlotIn .flowArea .flowListWrap .flowList .num {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFE248;
  border-radius: 50%;
  color: #000000;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  margin: 0 auto;
}
.secPlot .secPlotIn .flowArea .flowListWrap .flowList .listName {
  font-weight: bold;
}
.secPlot .secPlotIn .flowArea .flowListWrap .flowList .listDetail.text {
  color: #777777;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.secPlot .secPlotIn .flowArea .flowListWrap .flowList .listDetail .btnContact {
  background: linear-gradient(to right, #0392FE 0%, #27D6FF 100%);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  display: block;
}
.secPlot .secPlotIn .flowArea .flowListWrap .flowList .listDetail .link {
  color: #1DC2FF;
  text-decoration: underline;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .secPlot {
    padding: 40px 0 22px 0;
  }
  .secPlot .secPlotIn .plotTitle {
    font-size: clamp(14px, 6.15vw, 24px);
    padding: 0 0 26px 0;
  }
  .secPlot .secPlotIn .plotCaption {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secPlot .secPlotIn .plotImg {
    width: min(100%, 320px);
    margin: 0 auto;
    padding: 24px 0 8px 0;
  }
  .secPlot .secPlotIn .flowArea .flowTitle {
    font-size: clamp(14px, 6.15vw, 24px);
    padding: 40px 0 0 0;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap {
    position: relative;
    margin: 32px auto 0;
    width: min(100%, 290px);
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList {
    position: relative;
    padding-left: 65px;
    padding-bottom: 42px;
    padding-top: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 10px;
    height: 105%;
    background: #FFE248;
    top: 16px;
    left: 16px;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList:last-of-type {
    padding-top: 0px;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList:last-of-type::before {
    display: none;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .num {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .listName {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .listDetail {
    width: 100%;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .listDetail.btn {
    padding-top: 16px;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .listDetail.text {
    font-size: clamp(14px, 4.1vw, 16px);
    line-height: 160%;
    padding: 8px 0 0 0;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .listDetail .btnContact {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 10px 0;
    margin: 10px 0 0 0;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .listDetail .link {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .secPlot {
    padding: 48px 0 36px 0;
  }
  .secPlot .secPlotIn .plotTitle {
    font-size: clamp(20px, 2.66vw, 34px);
  }
  .secPlot .secPlotIn .plotCaption {
    font-size: clamp(14px, 1.25vw, 16px);
    padding: 8px 0 0 0;
  }
  .secPlot .secPlotIn .plotImg {
    padding: 48px 0 40px 0;
    margin: 0 -10px;
  }
  .secPlot .secPlotIn .flowArea .flowTitle {
    font-size: clamp(20px, 2.66vw, 34px);
  }
  .secPlot .secPlotIn .flowArea .flowListWrap {
    position: relative;
    display: flex;
    justify-content: center;
    -moz-column-gap: 2.66%;
         column-gap: 2.66%;
    margin: 32px 0 0 0;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList {
    width: min(23%, 200px);
    position: relative;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 105%;
    height: 10px;
    background: #FFE248;
    left: 50%;
    top: 16px;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList:last-of-type::before {
    display: none;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .num {
    position: relative;
    z-index: 1;
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .listName {
    font-size: clamp(14px, 1.56vw, 20px);
    padding: 0 0 14px 0;
    text-align: center;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .listDetail {
    text-align: center;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .listDetail.text {
    font-size: clamp(14px, 1.25vw, 16px);
    line-height: 160%;
    padding: 16px 0 0 0;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .listDetail .btnContact {
    font-size: clamp(14px, 1.41vw, 18px);
    padding: 12px 0;
    margin: 10px 0 0 0;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .listDetail .link {
    font-size: 14px;
    margin-top: 10px;
  }
}
.secMerit {
  background: #DDF6FF;
  position: relative;
}
.secMerit .secMeritIn {
  position: relative;
  z-index: 0;
}
.secMerit .secMeritIn .sectionTitleJp {
  font-weight: bold;
  text-align: center;
}
.secMerit .secMeritIn .sectionTitleEn {
  font-weight: bold;
  font-style: italic;
  font-family: "Inter", sans-serif;
  color: #1DC2FF;
  text-align: center;
}
.secMerit .secMeritIn .pointListWrap .pointList {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(118, 172, 192, 0.6);
  position: relative;
  display: flex;
  justify-content: space-between;
}
.secMerit .secMeritIn .pointListWrap .pointList .num {
  font-weight: bold;
  font-style: italic;
  font-family: "Inter", sans-serif;
  color: #D5F4FF;
}
.secMerit .secMeritIn .pointListWrap .pointList .textCol .pointTitle {
  font-weight: bold;
  letter-spacing: 0;
  line-height: 160%;
}
.secMerit .secMeritIn .pointListWrap .pointList .textCol .pointTitle .num {
  font-weight: bold;
}
.secMerit .secMeritIn .pointListWrap .pointList .textCol .pointTitle .text {
  font-weight: bold;
}
.secMerit .secMeritIn .pointListWrap .pointList .textCol .pointTitle .marker {
  background: #FFE248;
  padding: 2px 4px;
}
.secMerit .secMeritIn .pointListWrap .pointList .textCol .pointDetail {
  line-height: 160%;
}
.secMerit .secMeritIn .pointListWrap .pointList .textCol .pointLogo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.secMerit .meritBottomImg {
  position: absolute;
  z-index: 1;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .secMerit {
    padding: 48px 0 123px 0;
  }
  .secMerit .secMeritIn .sectionTitleJp {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secMerit .secMeritIn .sectionTitleEn {
    font-size: clamp(17px, 7.18vw, 28px);
  }
  .secMerit .secMeritIn .pointListWrap {
    padding: 32px 0 0 0;
  }
  .secMerit .secMeritIn .pointListWrap .pointList {
    padding: 82px 16px 24px;
    margin: 0 0 16px 0;
    align-items: flex-start;
    position: relative;
  }
  .secMerit .secMeritIn .pointListWrap .pointList .iconCol {
    width: min(30%, 101px);
  }
  .secMerit .secMeritIn .pointListWrap .pointList .textCol {
    width: min(68%, 224px);
  }
  .secMerit .secMeritIn .pointListWrap .pointList .textCol .pointTitle .num {
    position: absolute;
    left: 16px;
    top: 24px;
    font-size: 40px;
  }
  .secMerit .secMeritIn .pointListWrap .pointList .textCol .pointTitle .text {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secMerit .secMeritIn .pointListWrap .pointList .textCol .pointTitle .text .marker {
    padding: 0 4px;
  }
  .secMerit .secMeritIn .pointListWrap .pointList .textCol .pointDetail {
    font-size: 14px;
    padding: 14px 0 0 0;
  }
  .secMerit .meritBottomImg {
    width: min(92%, 320px);
    left: calc((100% - min(92%, 320px)) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  .secMerit {
    padding: 50px 0 152px 0;
  }
  .secMerit .secMeritIn .sectionTitleJp {
    font-size: clamp(20px, 2.66vw, 34px);
  }
  .secMerit .secMeritIn .sectionTitleEn {
    font-size: clamp(17px, 2.27vw, 29px);
  }
  .secMerit .secMeritIn .pointListWrap {
    padding: 34px 0 0 0;
  }
  .secMerit .secMeritIn .pointListWrap .pointList {
    padding: 30px 3.26%;
    margin: 0 0 12px 0;
    align-items: center;
  }
  .secMerit .secMeritIn .pointListWrap .pointList .iconCol {
    width: min(16%, 130px);
  }
  .secMerit .secMeritIn .pointListWrap .pointList .textCol {
    width: min(82%, 700px);
  }
  .secMerit .secMeritIn .pointListWrap .pointList .textCol .pointTitle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .secMerit .secMeritIn .pointListWrap .pointList .textCol .pointTitle .num {
    font-size: clamp(24px, 3.13vw, 40px);
  }
  .secMerit .secMeritIn .pointListWrap .pointList .textCol .pointTitle .text {
    font-size: clamp(16px, 2.03vw, 26px);
  }
  .secMerit .secMeritIn .pointListWrap .pointList .textCol .pointTitle .text .marker {
    padding: 0 4px;
  }
  .secMerit .secMeritIn .pointListWrap .pointList .textCol .pointDetail {
    font-size: clamp(14px, 1.25vw, 16px);
    padding: 2px 0 0 0;
  }
  .secMerit .meritBottomImg {
    width: min(43vw, 533px);
    left: calc((100% - min(43vw, 533px)) / 2);
  }
}
.secRecruit .secRecruitIn .recruitTitle {
  font-weight: bold;
  text-align: center;
}
.secRecruit .secRecruitIn .recruitTitle .strong {
  background: #82DDFF;
  line-height: 160%;
}
.secRecruit .secRecruitIn .termsBox {
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(118, 172, 192, 0.6);
  border-radius: 12px;
}
.secRecruit .secRecruitIn .termsBox .termsTitle {
  color: #0098FF;
  font-weight: bold;
  text-align: center;
}
.secRecruit .secRecruitIn .termsBox .termsCaption {
  font-weight: bold;
}
.secRecruit .secRecruitIn .termsBox .termsIconWrap {
  display: flex;
}
.secRecruit .secRecruitIn .termsBox .termsIconWrap .termsIcon {
  background: #DDF6FF;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding: 4px 12px;
}
.secRecruit .secRecruitIn .termsBox .termsIconWrap .termsIcon .iconText {
  font-weight: bold;
}
.secRecruit .secRecruitIn .termsBox .termsColWrap .termsCol .colList .listTitle {
  font-weight: bold;
}
.secRecruit .secRecruitIn .termsBox .termsColWrap .termsCol .colList .listData {
  background: url(../../shared/images/icon_link_circle_blue.svg) left 8px no-repeat;
  background-size: 6px;
  padding-left: 15px;
}
.secRecruit .secRecruitIn .termsBox .termsBtnWrap {
  margin: 0 auto;
}
.secRecruit .secRecruitIn .applyBox {
  background: linear-gradient(to right, #0392FE 0%, #27D6FF 100%);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.secRecruit .secRecruitIn .applyBox .applyTitle {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.secRecruit .secRecruitIn .applyBox .applyText {
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .secRecruit {
    padding: 48px 0 0px 0;
  }
  .secRecruit .secRecruitIn .recruitTitle {
    font-size: clamp(14px, 5.9vw, 23px);
    padding: 0 0 32px 0;
    line-height: 160%;
  }
  .secRecruit .secRecruitIn .recruitTitle .strong {
    padding: 0 4px;
  }
  .secRecruit .secRecruitIn .recruitCaption {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 0 0 40px 0;
  }
  .secRecruit .secRecruitIn .termsBox {
    padding: 24px 16px;
    margin-bottom: 16px;
  }
  .secRecruit .secRecruitIn .termsBox .termsTitle {
    font-size: clamp(16px, 6.67vw, 26px);
    padding: 0 0 24px 0;
  }
  .secRecruit .secRecruitIn .termsBox .termsCaption {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 0 0 20px 0;
  }
  .secRecruit .secRecruitIn .termsBox .termsIconWrap {
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
    padding: 0 0 24px 0;
  }
  .secRecruit .secRecruitIn .termsBox .termsIconWrap .termsIcon .iconText {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secRecruit .secRecruitIn .termsBox .termsColWrap .termsCol .colList {
    padding: 0 0 8px 0;
  }
  .secRecruit .secRecruitIn .termsBox .termsColWrap .termsCol .colList .listTitle {
    font-size: clamp(14px, 4.1vw, 16px);
    padding-bottom: 8px;
  }
  .secRecruit .secRecruitIn .termsBox .termsColWrap .termsCol .colList .listData {
    font-size: 14px;
    margin-bottom: 8px;
    background-position: left 7px;
  }
  .secRecruit .secRecruitIn .termsBox .termsText {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 0 2px 24px 2px;
  }
  .secRecruit .secRecruitIn .termsBox .termsBtnWrap {
    width: 194px;
  }
  .secRecruit .secRecruitIn .termsBox .termsBtnWrap .commonBtn {
    padding-left: 20px;
  }
  .secRecruit .secRecruitIn .applyBox {
    padding: 24px 16px;
  }
  .secRecruit .secRecruitIn .applyBox .applyTitle {
    font-size: clamp(16px, 6.67vw, 26px);
    padding: 0 0 24px 0;
  }
  .secRecruit .secRecruitIn .applyBox .applyText {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 0 0 24px 0;
  }
  .secRecruit .secRecruitIn .applyBox .applyBtnWrap {
    width: 194px;
  }
  .secRecruit .secRecruitIn .applyBox .applyBtnWrap .commonBtn {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .secRecruit {
    padding: 56px 0 0px 0;
  }
  .secRecruit .secRecruitIn .recruitTitle {
    font-size: clamp(20px, 2.66vw, 34px);
    padding: 0 0 24px 0;
    line-height: 190%;
  }
  .secRecruit .secRecruitIn .recruitTitle .strong {
    padding: 0 6px;
  }
  .secRecruit .secRecruitIn .recruitCaption {
    font-size: clamp(14px, 1.25vw, 16px);
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 0 0 40px 0;
    text-align: center;
  }
  .secRecruit .secRecruitIn .termsBox {
    padding: 28px 4.13%;
    margin-bottom: 24px;
  }
  .secRecruit .secRecruitIn .termsBox .termsTitle {
    font-size: clamp(16px, 2.03vw, 26px);
    padding: 0 0 16px 0;
  }
  .secRecruit .secRecruitIn .termsBox .termsCaption {
    font-size: clamp(14px, 1.25vw, 16px);
    padding: 0 0 24px 0;
    text-align: center;
  }
  .secRecruit .secRecruitIn .termsBox .termsIconWrap {
    -moz-column-gap: 16px;
         column-gap: 16px;
    justify-content: center;
    padding: 0 0 26px 0;
  }
  .secRecruit .secRecruitIn .termsBox .termsIconWrap .termsIcon .iconText {
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .secRecruit .secRecruitIn .termsBox .termsColWrap {
    display: flex;
  }
  .secRecruit .secRecruitIn .termsBox .termsColWrap .termsCol {
    width: 50%;
  }
  .secRecruit .secRecruitIn .termsBox .termsColWrap .termsCol .colList {
    padding: 0 0 8px 0;
  }
  .secRecruit .secRecruitIn .termsBox .termsColWrap .termsCol .colList .listTitle {
    font-size: clamp(14px, 1.25vw, 16px);
    padding-bottom: 8px;
  }
  .secRecruit .secRecruitIn .termsBox .termsColWrap .termsCol .colList .listData {
    font-size: clamp(14px, 1.17vw, 15px);
    margin-bottom: 8px;
  }
  .secRecruit .secRecruitIn .termsBox .termsText {
    font-size: clamp(14px, 1.25vw, 16px);
    padding: 0 0 24px 0;
  }
  .secRecruit .secRecruitIn .termsBox .termsBtnWrap {
    width: 194px;
  }
  .secRecruit .secRecruitIn .termsBox .termsBtnWrap .commonBtn {
    padding-left: 20px;
  }
  .secRecruit .secRecruitIn .applyBox {
    padding: 28px 20px;
  }
  .secRecruit .secRecruitIn .applyBox .applyTitle {
    font-size: clamp(16px, 2.03vw, 26px);
    padding: 0 0 24px 0;
  }
  .secRecruit .secRecruitIn .applyBox .applyText {
    font-size: clamp(14px, 1.25vw, 16px);
    padding: 0 0 24px 0;
  }
  .secRecruit .secRecruitIn .applyBox .applyBtnWrap .commonBtn {
    padding-left: 20px;
  }
}/*# sourceMappingURL=style.css.map */