@charset "utf-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
body {
  width: 100%;
  font-family: "notosans", sans-serif;
}
@font-face {
  font-family: "notosans";
  src: url(../fonts/NotoSansJP-VariableFont_wght.ttf) format("truetype");
}
.ly_wrapper {
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.ly_content {
  max-width: 390px;
}
.bl_media {
  padding: 16px;
}
.bl_media_bgYellow {
  background-color: #FFF3B3;
}
.bl_media_bgPink {
  background-color: #FED5E6;
}
.bl_media_bgLightblue {
  background-color: #CDF1FF;
}
.bl_media_bgOrange {
  background-color: #FFDCB3;
}
.bl_media_ttl {
  margin: 0 0 16px;
  padding: 0;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.bl_media_content {
  margin: 0 0 16px;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.bl_media_content:last-child {
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.bl_media_ttlPoints {
  background-color: transparent;
}
/* header */
header {
  background-color: #FFFFFF;
  padding: 8px 16px;
}
.l-TopHeader__Logo {
  width: 250px;
  height: 66px;
}
/* section-theme */
.bl_media_theme {
  padding: 0px;
}
/* section-3points */
.feature-column-title {
  padding: 0px 0px 16px 16px;
}
.feature-column {
  display: flex;
  padding: 0px 16px;
  margin-bottom: 15px;
}
.feature-column .feature-column-image {
  width: 45%;
  margin: 0 5% 0 0;
}
.feature-column .feature-column-caption {
  width: 50%;
}
.feature-column-text {
  padding: 0px 16px 16px;
}
.check2 .feature-column {
  margin-bottom: 30px;
}
.check3 ul {
  margin-top: 30px;
}
.check5 ul li {
  margin-bottom: 60px;
}
.check3 .feature-column {
  margin-top: 15px;
  margin-bottom: 30px;
}
/* section-job-example */
.bl_media_jobexample {
  margin-top: 32px;
}
.job-title {
  margin-top: -32px;
  padding: 0px 32px;
}
.bl_media_jobexample dl {
  padding: 16px;
}
.bl_media_jobexample dt {
  margin-bottom: 8px;
  font-size: 12px;
}
.bl_media_jobexample dd {
  font-size: 10px;
}
/* section-interview */
.interview-column {
  display: flex;
  padding: 16px 16px 0px;
  align-items: center;
}
.interview-column-image {
  width: 45%;
  padding-right: 5%;
}
.interview-column-caption {
  width: 50%;
}
.interview-column-text {
  padding: 16px;
}
.interview-column-text dl {
  display: flex;
  padding-bottom: 16px;
}
.interview-column-text dt {
  padding-right: 16px;
}
/* section-flow */
.l-Flow h2 {
  margin: 0 0 23px 0;
}
.l-Flow h2 img {
  width: 100%;
  height: auto
}
.l-Flow .Flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  padding: 16px 8px;
  margin: auto;
}
.l-Flow .Flow-list li {
  position: relative;
  background: url(../img/flow-frame_orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  padding: 26px 0 65px 112px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-Flow .Flow-list li:nth-child(1) {
  padding-bottom: 45px;
}
.l-Flow .Flow-list li.twoline {
  padding: 15px 0 42px 112px;
}
.l-Flow .Flow-list li p {
  font-size: 20px;
  color: #707070;
  line-height: 1.2;
  margin: 0
}
.l-Flow .Flow-list li p small {
  display: block;
  font-size: 14px
}
.l-Flow .Flow-list li::before {
  position: absolute;
  content: ""
}
.l-Flow .Flow-list li:nth-child(1)::before {
  background: url(../img/flow-step00_orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 47px;
  top: 20px;
  left: 20px;
}
.l-Flow .Flow-list li:nth-child(2)::before {
  background: url(../img/flow-step01_orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 47px;
  top: 20px;
  left: 20px;
}
.l-Flow .Flow-list li:nth-child(3)::before {
  background: url(../img/flow-step02_orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 47px;
  top: 20px;
  left: 20px;
}
.l-Flow .Flow-list li:nth-child(4)::before {
  background: url(../img/flow-step03_orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 47px;
  top: 20px;
  left: 20px;
}
.l-Flow .Flow-list li:nth-child(5)::before {
  background: url(../img/flow-step04_orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 47px;
  top: 20px;
  left: 20px;
}
.l-Flow .Flow-list li:nth-child(5) {
  padding-top: 18px;
}
.l-Flow .Flow-list li:nth-child(5)::before {
  background: url(../img/flow-step04_orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 47px;
  top: 20px;
  left: 20px;
}
.l-Flow .Flow-list li:nth-child(6) {
  padding-top: 18px;
  background: url(../img/flow-frame-last-orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  margin-bottom: -32px;
}
@media only screen and (min-width: 414px)and (max-width: 414px) {
  .l-Flow .Flow-list li:nth-chil6(6) {
    height: 75px;
    min-height: unset;
  }
}
@media only screen and (max-width: 576px) {
  .l-Flow .Flow-list li:nth-child(6) {
    min-height: unset
  }
}
.l-Flow .Flow-list li:nth-child(6)::before {
  background: url(../img/flow-step05_orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 47px;
  top: 20px;
  left: 20px;
}
/* footer */
footer {
  padding-top: 32px;
  background-color: #FFFFFF;
}
footer .l-footer__mark {
  width: 50%;
  margin: auto;
}
footer img {
  width: 100%;
  height: auto;
}
.l-footer__mark__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-footer__mark__list li:nth-child(1) {
  margin-right: 10px;
}
.l-footer__link {
  margin: 30px 0 15px;
}
.l-footer__link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-footer__link ul li {
  padding: 0 5px 0 10px;
}
.l-footer__link ul li a {
  text-decoration: none;
  color: #666;
  font-size: 10px;
}
.l-footer__logo {
  width: 65%;
  margin: auto;
}
.l-copyright {
  background: #005baa;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 15px 0 0;
}
/* fixed_cv */
.fixed_cv {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}
.fixed_cv > div {
  max-width: 390px;
  width: 100%;
  height: 100px;
  padding: 32px 16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  body {
    background-color: #EDF2FA;
  }
  .ly_wrapper {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  }
}