@charset "UTF-8";
@font-face {
  font-family: "notosans_regular";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "notosans_bold";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
main { clear: both; }
main img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}
a img:hover { opacity: 0.8; }
p.regular,
.interview_text p,
.training_box > .training_text ul li,
.training_box > .training_text .message p,
section.schedule .content p.notice,
section.flow .flow_box p {
  font-family: "notosans_regular", sans-serif;
}

/* Logo */
@media screen and (min-width:1000px) {
  .offer_fv .logo {
    position: absolute;
    top: 15px;
    left: 30px;
    text-align: left;
  }
  .offer_fv .logo img {
    max-width: 700px;
    width: 70%;
  }
  .content .logo {
    position: absolute;
    top: 15px;
    left: 30px;
    text-align: left;
  }
  .content .logo img {
    max-width: 700px;
    width: 70%;
  }
  .offer_fv .cta {
    bottom: 1%;
  }
  .offer_fv .cta img {
    height: auto;
    width: 563px;
    margin: 0 auto;
  }
}
@media screen and (max-width:999px) {
  .offer_fv .logo {
    position: absolute;
    top: 10px;
    left: 30px;
    text-align: left;
  }
  .offer_fv .logo img {
    max-width: 1000px;
    width: 50%;
  }
  .content .logo {
    position: absolute;
    top: 10px;
    left: 30px;
    text-align: left;
  }
  .content .logo img {
    max-width: 1000px;
    width: 50%;
  }
  .offer_fv .cta {
    bottom: 10px;
  }
  .offer_fv .cta img {
    height: auto;
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.offer_fv .cta {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

/* content */
@media screen and (min-width:1000px) {
  header {
    width: calc(100% - 80px);
    padding: 20px 40px;
    background-color: rgba(249,2,91,0.5);
  }
  header h1 img {
    max-width: 700px;
    width: 30%;
  }
  main .content {
    max-width: 768px;
    margin: 0 auto;
    padding: 100px 0;
    overflow: hidden;
    text-align: left;
  }
}
@media screen and (max-width:999px) {
  header {
    width: calc(100% - 40px);
    padding: 20px;
    background-color: rgba(249,2,91,0.5);
  }
  header h1 img {
    width: 220px;
  }
  main .content {
    max-width: 768px;
    margin: 0 auto;
    padding: 50px 20px 0;
    overflow: hidden;
    text-align: left;
  }
}
@media screen and (min-width:768px) {
  .spver { display: none; }
  section h2 {
    font-size: calc( 64 * min( 100vw, 1200px ) / 1200 );
  }
  main .content h2 span.sub {
    font-size: calc( 48 * min( 100vw, 1200px ) / 1200 );
    padding: 0 20px;
  }
  main .content h2 span.sub::before,
  main .content h2 span.sub::after {
    bottom: 10px;
    height: 40px;
  }
  main .content h2 span.sub::before {
    border-left: solid 3px;
    left: 0;
    transform: rotate(-20deg);
  }
  main .content h2 span.sub::after {
    border-right: solid 3px;
    right: 0;
    transform: rotate(20deg);
  }
  main .content h2 span.strong {
    font-size: calc( 74 * min( 100vw, 1200px ) / 1200 );
  }
  .sp_header { display: none; }
}
@media screen and (max-width:767px) {
  .pcver { display: none; }
  section h2 {
    font-size: 36px;
  }
  main .content h2 span.sub {
    font-size: 20px;
    padding: 0 10px;
  }
  main .content h2 span.sub::before,
  main .content h2 span.sub::after {
    bottom: 5px;
    height: 15px;
  }
  main .content h2 span.sub::before {
    border-left: solid 2px;
    left: 0;
    transform: rotate(-20deg);
  }
  main .content h2 span.sub::after {
    border-right: solid 2px;
    right: 0;
    transform: rotate(20deg);
  }
  main .content h2 span.strong {
    font-size: 36px;
  }
  .sp_header { 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .sp_header > div h1.logo img {
    width: 160px;
    margin-left: 10px;
  }
  .header_line {
    height: 80px;
  }
  .header_line a img {
    height: 100%;
    width: auto;
  }
}
main .content h2 {
  margin-bottom: 40px;
  text-align: center;
}
main .content h2 span.strong {
  color: rgba(22, 58, 226, 1);
}
main .content h2 span.sub {
  position: relative;
  margin: 0 auto 20px;
  display: inline-block;
}
main .content h2 span.sub::before,
main .content h2 span.sub::after {
  position: absolute;
  content: '';
}

main .content p {
  margin-bottom: 1em;
}
main .content dl dt {
  font-weight: bold;
  font-size: 1.1rem;
}
main .content dl dd {
  padding-left: 1em;
  margin-bottom: 2em;
}
section .content {
  max-width: 1280px;
  margin: 0 auto;
}

/* Sub catchcopy */
@media screen and (min-width:768px) {
  main section.sub_catchcopy .content {
    padding: 100px 0 40px;
  }
}
@media screen and (max-width:767px) {
  main section.sub_catchcopy .content {
    padding: 60px 0 40px;
  }
  section.sub_catchcopy h2 {
    font-size: 22px;
  }
}

section.sub_catchcopy {
  background: linear-gradient(180deg, #FFF45A 0, #FFF0AD 100%);
  position: relative;
  z-index: 0;
}
section.sub_catchcopy h2 {
  color: #ef763c; 
}

section.sub_catchcopy p.cta {
  margin: 20px auto;
}
section.sub_catchcopy p.cta span {
  color: #010B67;
}


/* Question */
@media screen and (min-width:1280px) {
  section.question .content {
    padding: 100px 0 20px;
  }
}
@media screen and (min-width:768px) and (max-width:1279px) {
  section.question .content {
    padding: 100px 10px 20px;
  }
}
@media screen and (min-width:768px) {
  section.question .content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section.question .content ul li {
    width: 49%;
    margin-bottom: 16px;
  }
  section.question {
    padding: 0 0 100px;
  }
  main section.question .content h2 {
    margin: 0 auto 70px;
  }
  main section.question .content h2:after {
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 428.65px;
    height: 293px;
  }
}
@media screen and (max-width:767px) {
  section.question .content ul li {
    width: 100%;
    margin-bottom: 36px;
  }
  section.question .content ul li:last-child {
    margin-bottom: 0;
  }
  section.question {
    padding: 0 0 50px;
  }
  main section.question .content h2 {
    margin: 0 auto 35px;
  }
  main section.question .content h2:after {
    right: 0;
    top: 30px;
    width: 197.5px;
    height: 135px;
  }
}
section.question {
  background-color: rgba(207, 231, 255, 1);
}
main section.question .content h2 {
  position: relative;
  z-index: 0;
}
main section.question .content h2:after {
  content: "";
  position: absolute;
  background-image: url("../images/track_image.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}


/* Feature */
@media screen and (min-width:768px) {
  section.feature h2 {
    padding: 60px 0;
  }
  section.feature h2 span {
    font-size: calc( 64 * min( 100vw, 1200px ) / 1200 );
  }
  section.feature h2::after{
    border-top: 95px solid rgba(1, 11, 106, 1);
    border-left: 10vw solid transparent;
    border-right: 10vw solid transparent;
  }
  .webp section.feature .content {
    padding: 190px 0 160px;
  }
  section.feature ul {
    gap: 56px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width:767px) {
  section.feature h2 {
    font-size: 24px;
    padding: 30px 0;
  }
  section.feature h2 span {
    font-size: 32px;
  }
  section.feature h2::after{
    border-top: 40px solid rgba(1, 11, 106, 1);
    border-left: 10vw solid transparent;
    border-right: 10vw solid transparent;
  }
  .webp section.feature .content {
    padding: 60px 20px;
  }
  section.feature ul {
    gap: 25px 0;
    grid-template-columns: 1fr;
  }
}
.webp section.feature {
  background-image: url(../images/feature_back.webp);
}
.no-webp section.feature {
  background-image: url(../images/feature_back.png);
}
section.feature {
  background-position: center;
  background-size: auto;;
}
section.feature h2 {
  color: #fff;
  background: linear-gradient(91.66deg, #010B67 0.61%, #0300B4 100%);
  line-height: 1.5;
  position: relative;
}
section.feature h2 span {
  color: rgba(255, 236, 104, 1);
  vertical-align: baseline;
}
.dots {
  background-image: radial-gradient(circle at center, rgba(255, 236, 104, 1) 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: center right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 1.2em;
}
section.feature h2::after{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
}
section.feature ul {
  display: grid;
  justify-content: space-between;
}

/* Interview */
@media screen and (min-width:1280px) {
  section.interview .content {
    padding: 0;
    overflow: visible;
  }
}
@media screen and (min-width:768px) and (max-width:1279px) {
  section.interview .content {
    padding: 200px 10px 0;
  }
}
@media screen and (min-width:768px) {
  .interview_box {
    margin-bottom: 60px;
  }
  .interview_box > div {  
    padding: 60px 80px;
  }
  .interview_box .article_head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .interview_box .article_head .interview_title {
    width: 50%;
    border-bottom: 2px solid #CFE7FF;
  }
  .interview_box .article_head .interview_image {
    width: 47%;
  }
  .interview_box .article_head .interview_title h3 {
    font-size: calc( 36 * min( 100vw, 1200px ) / 1200 );
    margin-bottom: 12px;
  }
  .interview_box .article_head .interview_title h3 span {
    font-size: calc( 40 * min( 100vw, 1200px ) / 1200 );
  }
  .interview_box .article_head .interview_title p.catch,
  .interview_box .article_head .interview_title p.catch span {
    font-size: calc( 32 * min( 100vw, 1200px ) / 1200 );
    line-height: 1.5;
  }
  .interview_box .article_head .interview_title p.catch span.interview_name {
    font-size: calc( 28 * min( 100vw, 1200px ) / 1200 );
    display: block;
    margin-top: 20px;
    color: rgba(46, 47, 53, 1);
  }
  .interview_lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -250px;
    z-index: 2;
  }
  .interview_lists > div.interview_lists_content {
    max-width: 360px;
    margin: 0 20px 50px;
  }
  .interview_box {
    border-radius: 18px;
    background: linear-gradient(91.01deg, #A5E0EA 0.61%, #C9F4C3 100.46%);
    padding: 4px;
  }
  .interview_link_button {
    gap: 0 36px;
    grid-template-columns: 1fr 1fr;
  }
  main .content .interview_lists p.catch {
    font-size: 22px;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width:767px) {
  .interview_box {
    margin-bottom: 14px;
  }
  .interview_box > div {  
    padding: 30px 15px;
  }
  section.interview h2 {
    font-size: 32px;
  }
  section.interview .content {
    padding: 30px 20px 20px;
  }
  .interview_box .article_head {
    margin-bottom: 40px;
  }
  .interview_box .article_head .interview_title,
  .interview_box .article_head .interview_image {
    width: 100%;
  }
  .interview_box .article_head .interview_title h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .interview_box .article_head .interview_title h3 span {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .interview_box .article_head .interview_title h3 span.interview_name {
    font-size: 14px;
    color: #2E2F35;
    margin-left: 10px;
  }
  .interview_box .article_head .interview_title h3 span.sp_interview {
    font-size: 20px;
    display: contents;
  }
  .interview_box .article_head .interview_title p.catch,
  .interview_box .article_head .interview_title p.catch span {
    font-size: 18px;
  }
  .interview_box .article_head .interview_title p.catch span.interview_name {
    font-size: 18px;
    color: rgba(46, 47, 53, 1);
  }
  .interview_lists {
   
  }
  .interview_lists > div.interview_lists_content {
    max-width: 360px;
    margin: 0 auto 35px;
  }
  .interview_link_button {
    gap: 0;
    grid-template-columns: 1fr;
  }
  .interview_link_button .line {
    display: none;
  }
  main .content .interview_lists p.catch {
    font-size: 20px;
    margin-bottom: 0.5em;
  }
}
section.interview {
  background-color: #CFE7FF;
  position: relative;
  z-index: 0;
}
section.interview h2 {
  position: relative;
  margin: 0 auto;
}
.interview_box > div {
  border-radius: 16px;
  background-color: #fff;
}
.interview_box .article_head .interview_title h3,
.interview_box .article_head .interview_title h3 span {
  color: #99C7F5;
}
.interview_box .article_head .interview_title p.catch span.border {
  color: #1893F8;
  background: linear-gradient(transparent 40%, rgba(255,236,104,.53) 60%);
}
.interview_link_button {
  display: grid;
  align-items: center;
}
.interview_lists {
  position: relative;
}
main .content .interview_lists p.catch span {
  color: #1893F8;
}
main .content .interview_lists p.name {
  font-size: 14px;
}
.interview_lists_box {
  background-color: #fff;
  padding: 15px 20px;
}
.interview_detail_button {
  cursor: pointer;
}
.interview_detail_button:hover {
  opacity: .8;
}

/* Training */
@media screen and (min-width:768px) {
  .training_box {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 60px;
  }
  .training_box > .training_image {
    width: 40%;
  }
  .training_box > .training_text {
    width: 55%;
  }
  .training_box > .training_text h3 {
    font-size: calc( 36 * min( 100vw, 1200px ) / 1200 );
    padding-bottom: 20px;
    border-bottom: 4px solid rgba(207, 231, 255, 1) ;
    margin-bottom: 30px;
  }
  .training_box:before {
    width: 64px;
    height: 102px;
    top: -80px;
  }
}
@media screen and (max-width:767px) {
  section.training h2 {
    font-size: 24px;
  }
  .training_box {
    padding: 10px 15px;
    margin: 0 auto 30px;
  }
  .training_box > .training_image,
  .training_box > .training_text {
    width: 100%;
  }
  .training_box > .training_text h3 {
    font-size: 20px;
    padding: 5px 0;
    border-bottom: 4px solid rgba(207, 231, 255, 1) ;
    margin-bottom: 10px;
  }
  .training_box:before {
    width: 32px;
    height: 51px;
    top: -45px;
  }
  section.training .content {
    padding: 50px 20px;
  }
}
section.training {
  background: linear-gradient(102.73deg, #A5DFEA 3.87%, #C1C0F1 87.29%);
  position: relative;
  z-index: 0;
}
main section.training .content h2 {
  color: rgba(1, 11, 106, 1);
  margin: 0 auto 60px;
}
.training_box {
  border: 4px solid rgba(24, 147, 248, 1);
  border-radius: 16px;
  background-color: #fff;
  position: relative;
}
.training_box.hidden {
  overflow: hidden;
  z-index: 1;
}
.training_box.hidden:before {
  content: none;
  background-image: none;
}
.training_box.under {
  z-index: -1;
}
.training_box.last {
  z-index: -3;
}
.training_box.last:before {
  z-index: -2;
}
.training_box:before {
  background-image: url(../images/vector.png);
  content: "";
  display: inline-block;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}
.training_box > .training_text ul li {
  list-style-type: disc;
  margin-left: 1em;
}
.training_box > .training_text .message {
  margin-top: 23px;
  border-radius: 8px;
  padding: 20px;
  background: rgba(237, 251, 255, 1);
}
.training_box > .training_text .message p {
  font-size: 18px;
}

/* Schedule */
@media screen and (min-width:1280px) {
  section.schedule .content {
    padding: 200px 0 100px;
    text-align: center;
  }
}
@media screen and (min-width:768px) and (max-width:1279px) {
  section.schedule .content {
    padding: 200px 10px 100px;
    text-align: center;
  }
  
}
@media screen and (min-width:768px) {
  section.schedule h2:before {
    width: 465px;
    height: 136px;
    right: 10%;
    top: -80px;
  }
  section.schedule h2 {
    margin: 0 auto 80px;
  }
  section.schedule .content p.notice {
    font-size: 20px;
  }
  .schedule_flow {
    margin: 60px auto 0;
  }
}
@media screen and (max-width:767px) {
  section.schedule h2 {
    font-size: 32px;
    margin: 0 auto 10px;
  }
  section.schedule h2:before {
    width: 144px;
    height: 42px;
    right: 0;
    top: -20px;
  }
  section.schedule .content {
    padding: 60px 20px 50px;
  }
  section.schedule .content p.notice {
    font-size: 12px;
  }
  section.schedule .content p {
    text-align: center;
  }
  .schedule_flow {
    margin: 30px auto 0;
  }
}
section.schedule {
  background-color: rgba(237, 251, 255, 1);
  position: relative;
  z-index: 0;
}
section.schedule h2 {
  position: relative;
  color: rgba(1, 11, 106, 1);
}
section.schedule h2:before {
  background-image: url(../images/schedule.png);
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}

/* recruit */
@media screen and (min-width:1280px) {
  section.recruit .content {
    padding: 150px 0 100px;
  }
  section.recruit h2:before {
    width: 859px;
    height: 158px;
  }
}
@media screen and (min-width:768px) and (max-width:1279px) {
  section.recruit .content {
    padding: 150px 10px 100px;
  }
  section.recruit h2:before {
    width: 100%;
    height: 158px;
  }
}
@media screen and (min-width:768px) {
  section.recruit h2 {
    margin: 0 auto 150px;
  }
  .recruit_banner_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .recruit_banner_box > div {
    width: 47%;
  }
}
@media screen and (max-width:767px) {
  section.recruit .content {
    padding: 50px 20px;
  }
  section.recruit h2 {
    margin: 0 auto 50px;
  }
  section.recruit h2:before {
    width: 100%;
    height: 65px;
  }
  .recruit_banner_box > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
section.recruit {
  background-color: #fff;
  position: relative;
}

section.recruit h2 {
  position: relative;
  color: rgba(1, 11, 106, 1);
  z-index: 0;
}
section.recruit h2:before {
  background-image: url(../images/recruit.png);
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* Next Step */
@media screen and (min-width:1280px) {
  main section.next_step .content {
    padding: 160px 0 100px;
  }
}
@media screen and (min-width:768px) and (max-width:1279px) {
  main section.next_step .content {
    padding: 160px 10px 100px;
  }
}
@media screen and (min-width:768px) {
  section.next_step h2::after{
    border-top: 95px solid rgba(1, 11, 106, 1);
    border-left: 10vw solid transparent;
    border-right: 10vw solid transparent;
  }
  section.next_step dl {
    margin-bottom: 32px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section.next_step dl dt {
    background: rgba(52, 198, 220, 1);
    color: #fff;
    text-align: center;
    width: 20%;
    display: inline-block;
    padding: 13px 0;
    border-radius: 16px 0px 0px 16px;
    border: 4px solid rgba(52, 198, 220, 1);
  }
  section.next_step dl dd {
    display: inline-block;
    padding: 13px 0 13px 32px;
    background-color: #fff;
    width: calc(80% - 48px);
    margin: 0;
    border-radius: 0 16px 16px 0;
    border: 4px solid rgba(52, 198, 220, 1);
  }
  section.next_step h3 {
    margin: 0 auto 80px;
    font-size: calc(64* min(100vw, 1200px) / 1200);
  }
  section.next_step table tr th,
  section.next_step table tr td,
  section.company table tr th,
  section.company table tr td {
    padding: 20px 40px;
    vertical-align: middle;
  }
  section.next_step table tr th {
    background-color: #edf7ff;
  }
  section.next_step h2 {
    padding: 60px 0;
  }
}
@media screen and (max-width:767px) {
  main section.next_step .content {
    padding: 50px 20px;
  }
  section.next_step h2 {
    font-size: 24px;
  }
  section.next_step h2::after{
    border-top: 30px solid rgba(1, 11, 106, 1);
    border-left: 10vw solid transparent;
    border-right: 10vw solid transparent;
  }
  section.next_step dl {
    margin-bottom: 32px;
    width: 100%;
  }
  section.next_step dl dt {
    background: rgba(52, 198, 220, 1);
    color: #fff;
    text-align: center;
    width: calc(100% - 8px);
    display: inline-block;
    padding: 13px 0;
    border-radius: 16px 16px 0 0;
    border: 4px solid rgba(52, 198, 220, 1);
  }
  section.next_step dl dd {
    display: inline-block;
    padding: 13px 20px;
    background-color: #fff;
    width: calc(100% - 48px);
    margin: 0;
    border-radius: 0 0 16px 16px;
    border: 4px solid rgba(52, 198, 220, 1);
  }
  section.next_step h3 {
    margin: 20px auto 40px;
    font-size: 32px;
  }
  section.next_step table tr th,
  section.next_step table tr td {
    padding: 10px 20px;
    vertical-align: middle;
  }
  section.company table tr th {
    padding: 20px 0px 20px 10px;
    vertical-align: middle;
  }
  section.company table tr td {
    padding: 10px 10px 10px 10px;
    vertical-align: middle;
  }
  section.next_step table tr th,
  section.next_step table tr td {
    width: calc(100% - 40px);
    display: block;
  }
  section.next_step table tr th {
    border-bottom:1px solid #989898;
    background-color: #edf7ff;
  }
  section.next_step h2 {
    padding: 30px 0;
  }
}
section.next_step h2 {
  color: #fff;
  background: linear-gradient(91.66deg, #010B67 0.61%, #0300B4 100%);
  line-height: 1.5;
  position: relative;
}
section.next_step h2::after{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
}
section.next_step h3 {
  position: relative;
  color: rgba(1, 11, 106, 1);
  z-index: 0;
  text-align: center;
}
section.next_step .next_step_bk {
  background-color: #fff;
}
section.next_step table,
section.company table {
  max-width: 900px;
  margin: 0 auto;
}
section.next_step table tr,
section.company table tr {
  border-top: 1px solid #989898;
}
section.next_step table tr:last-child,
section.company table tr:last-child {
  border-bottom: 1px solid #989898;
}
section.next_step table tr th,
section.company table tr th {
  color: #252949;
  font-weight: 700;
  white-space: nowrap;
}
section.company table tr td,
section.next_step table tr td {
  font-family: "notosans_regular", sans-serif;
}

/* company */
@media screen and (min-width:768px) {
  section.company .content h2 {
    margin: 0 auto 100px;
  }
  .company_detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 120px auto 0;
  }
  .company_detail > div.company_detail_text {
    width: 50%;
  }
  .company_detail > div.company_detail_image {
    width: 45%;
  }
  .company_detail > div.company_detail_text h3 {
    font-size: calc(36* min(100vw, 1200px) / 1200);
    border-bottom: 6px solid #1893F8;
    margin-top: 80px;
    margin-bottom: 25px;
    padding: 0 10px 10px;
  }
  .company_detail > div.company_detail_text h3 span {
    font-size: calc(30* min(100vw, 1200px) / 1200);
    margin-right: 10px;
    color: #1893F8;
    vertical-align: baseline;
  }
  .company_detail > div.company_detail_text p {
    text-indent: -1em;
    padding-left: 35px;
    margin-top: 20px;
  }
}
@media screen and (max-width:767px) {
  section.company .content h2 {
    margin: 0 auto 40px;
  }
  .company_detail {
    margin: 60px auto 0;
  }
  .company_detail > div.company_detail_text,
  .company_detail > div.company_detail_image {
    width: 100%;
  }
  .company_detail > div.company_detail_text h3 {
    font-size: 25px;
    border-bottom: 3px solid #1893F8;
    margin-top: 40px;
    margin-bottom: 25px;
    padding: 0 10px 10px;
  }
  .company_detail > div.company_detail_text h3 span {
    font-size: 20px;
    margin-right: 10px;
    color: #1893F8;
    vertical-align: baseline;
  }
  .company_detail > div.company_detail_text p {
    text-indent: -1em;
    padding-left: 30px;
    margin-top: 20px;
  }
}
section.company  {
  background-color: #F8F8F8;
}
.company_detail > div.company_detail_text h3:first-child {
  margin-top: 0;
}
.company_detail > div.company_detail_text ul li {
  list-style-type: disc;
  margin-left: 2em;
}



/* flow */
@media screen and (min-width:1280px) {
  section.flow .content {
    padding: 200px 0 100px;
  }
}
@media screen and (min-width:768px) and (max-width:1279px) {
  section.flow .content {
    padding: 200px 10px 100px;
  }
}
@media screen and (min-width:768px) {
  section.flow h2 {
    margin: 0 auto 80px;
  }
  section.flow h2:before {
    width: 272px;
    height: 129px;
    left: 20%;
    top: -80px;
  }
  section.flow .flow_box {
    padding: 30px 40px;
    margin-bottom: 60px;
  }
  section.flow .flow_box h3 {
    font-size: calc( 36 * min( 100vw, 1200px ) / 1200 );
    vertical-align: middle;
    border-bottom: 4px solid rgba(207, 231, 255, 1);
    padding-bottom: 25px;
    margin-bottom: 16px;
  }
  section.flow .flow_box h3 span {
    background-color: rgba(24, 147, 248, 1);
    border-radius: 16px;
    margin-right: 30px;
    color: #fff;
    font-size: calc( 36 * min( 100vw, 1200px ) / 1200 );
    vertical-align: middle;
    padding: 10px;
  }
  .spver_two_col { display: none; }
  section.flow .flow_box .two_col .text {
    width: 85%;
  }
  section.flow .flow_box .two_col .image {
    width: 13%;
    text-align: right;
  }
}
@media screen and (max-width:767px) {
  section.flow .content {
    padding: 60px 20px 50px;
  }
  section.flow h2 {
    font-size: 32px;
    margin: 0 auto 20px;
  }
  section.flow h2:before {
    width: 80px;
    height: 40px;
    left: 15%;
    top: -20px;
  }
  section.flow .flow_box {
    padding: 20px;
    margin-bottom: 30px;
  }
  section.flow .flow_box h3 {
    font-size: 20px;
    vertical-align: middle;
    border-bottom: 4px solid rgba(207, 231, 255, 1);
    padding-bottom: 20px;
    margin-bottom: 12px;
  }
  section.flow .flow_box h3 span {
    background-color: rgba(24, 147, 248, 1);
    border-radius: 16px;
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    padding: 10px;
  }
  .spver_two_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .spver_two_col > p.text {
    width: calc(90% - 80px);
  } 
  .spver_two_col > p.image {
    width: 80px;
  }
}

section.flow {
  background-color: rgba(207, 231, 255, 1);
  position: relative;
  z-index: 0;
}
section.flow h2 {
  position: relative;
}
section.flow h2:before {
  background-image: url(../images/flow.png);
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}
section.flow .flow_box {
  border: 4px solid rgba(24, 147, 248, 1);
  border-radius: 16px;
  background-color: #fff;
}
section.flow .flow_box .two_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.flow .flow_box .two_col .image img {
  max-width: 168px;
}

/* movie */
@media screen and (min-width:1280px) {
  section.movie .content {
    padding: 100px 0 100px;
  }
}
@media screen and (min-width:768px) and (max-width:1279px) {
  section.movie .content {
    padding: 100px 10px 100px;
  }
}
@media screen and (min-width:768px) {
  section.movie h2:before {
    width: 618px;
    height: 156px;
  }
  section.movie h2 {
    margin: 0 auto 150px;
  }
  section.movie .movie_box > div h3,
  section.company .movie_box > div h3 {
    font-size: calc( 40 * min( 100vw, 1200px ) / 1200 );
    text-align: center;
    margin-bottom: 10px;
  }
  section.movie .movie_box > div,
  section.company .movie_box > div {
    width: 33%;
  }
}
@media screen and (max-width:767px) {
  section.movie .content {
    padding: 60px 20px 50px;
  }
  section.movie .movie_box,
  section.company .movie_box {
    margin-bottom: 40px;
  }
  section.movie h2 {
    font-size: 32px;
  }
  section.movie h2:before {
    width: 100%;
    max-width: 350px;
    height: 90px;
  }
  section.movie h2 {
    margin: 0 auto 60px;
  }
  section.movie .movie_box > div p,
  section.company .movie_box > div p {
    font-size: 12px;
  }
  section.movie .movie_box > div,
  section.company .movie_box > div {
    width: 80%;
  }
  section.movie .movie_box > div h3,
  section.company .movie_box > div h3 {
    font-size: 22px;
    text-align: center;
    margin: 0 auto 5px;
  }
  section.company .movie_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
section.movie {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
section.movie h2 {
  position: relative;
  color: rgba(1, 11, 106, 1);
  z-index: 0;
}
section.movie h2:before {
  background-image: url(../images/movie.png);
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
section.movie .movie_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.movie .movie_box > div video,
section.company .movie_box > div video {
  width: 100%;  
}
section.movie .movie_box > div p {
  text-align: center;
  margin-top: 16px;
}

/* Question */
@media screen and (min-width:768px) {
  section.faq h2:before {
    width: 397px;
    height: 165px;
    left: 20%;
    top: -80px;
  }
  main .content .question_accordion dt {
    padding: 30px 60px 30px 85px;
  }
  main .content .question_accordion dt::before {
    width: 48px;
    height: 48px;
    left: 16px;
  }
  main .content .question_accordion dt::after {
    width: 24px;
    height: 15.79px;
    right: 32px;
  }
  main .content .question_accordion dd::before {
    width: 48px;
    height: 48px;
    left: 16px;
    top: 30px;
  }
  main .content .question_accordion dd,
  main .content .question_accordion dl > input:checked + label + dd {
    padding: 30px 20px 30px 85px;
  }
}
@media screen and (max-width:767px) {
  section.faq h2:before {
    width: 153.96px;
    height: 64px;
    left: 10px;
    top: -30px;
  }
  main .content .question_accordion dt {
    padding: 18px 50px 18px 55px;
  }
  main .content .question_accordion dt::before {
    width: 30px;
    height: 30px;
    left: 10px;
  }
  main .content .question_accordion dt::after {
    width: 20.96px;
    height: 13.79px;
    right: 16px;
  }
  main .content .question_accordion dd::before {
    width: 30px;
    height: 30px;
    left: 10px;
    top: 20px;
  }
  main .content .question_accordion dd,
  main .content .question_accordion dl > input:checked + label + dd {
    padding: 18px 50px 18px 55px;
  }
}
section.faq h2 {
  position: relative;
  margin: 0 auto 35px;
}
section.faq h2:before {
  background-image: url(../images/question.png);
  content: "";
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}
section.faq p.sub_title {
  text-align: center;
}
.question_corner {
  margin: 80px auto 0;
}
.question_accordion {
  margin-bottom: 30px;
  border: 1px solid #fff;
}
.question_accordion:last-child {
  margin-bottom: 0;
}
main .content .question_accordion dl {
  position: relative;
  overflow: hidden;
}
main .content .question_accordion dt {
  position: relative;
  z-index: 0;
  cursor: pointer;
  background: #EBF1F5;
  transition: .4;
  border: solid 1px #fff;
}
main .content .question_accordion dl > input {
  display: none;
}
main .content .question_accordion dt::before {
  content: '';
  position: absolute;
  background-image: url("../images/question_icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  transition: .5s;
  transform: translateY(-50%);
}
main .content .recruitment h3 {
  font-size: 2rem;
  color: #21A5E1;
  font-weight: 700;
}
main .content .question_accordion dt::after {
  content: '';
  position: absolute;
  background-image: url("../images/accordion_icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  transition: .5s;
  transform: translateY(-50%);
}
main .content .question_accordion dl > input:checked + label > dt::after {
  transform: translateY(-50%) rotate(180deg);
}
main .content .question_accordion dd {
  background: #fff;
  display: none;
  position: relative;
}
main .content .question_accordion dd::before {
  content: '';
  position: absolute;
  background-image: url("../images/answer_icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  transition: .5s;
}





/* banner */
.banner {
  max-width: 890px;
  margin: 50px auto 0;
  text-align: center;
}

/* CTA部分 */
@media screen and (min-width:768px) {
  p.cta {
    text-align: center;
    margin: 100px auto 20px;
  }
  p.cta span {
    padding: 0 20px;
    font-size: calc( 32 * min( 100vw, 1200px ) / 1200 );
  }
  p.cta span::before,
  p.cta span::after {
    height: 30px;
  }
  p.cta img {
    margin: 20px auto 0;
    max-width: 820px;
    width: 80%;
  }
}
@media screen and (max-width:767px) {
  p.cta {
    text-align: center;
    margin: 40px auto 20px;
    width: 100%;
  }
  p.cta.custom {
    width: 100%;
  }
  p.cta span {
    padding: 0 10px;
    font-size: 16px;
  }
  p.cta span::before,
  p.cta span::after {
    height: 15px;
  }
  p.cta img {
    margin: 10px auto 0;
    width: 100%;  
  }
}
p.cta span {
  position: relative;
  font-family: "notosans_bold", sans-serif;
}
p.cta span::before,
p.cta span::after {
  position: absolute;
  bottom: 0;
  content: '';
}
p.cta span::before {
  border-left: solid 2px;
  left: 0;
  transform: rotate(-20deg);
}
p.cta span::after {
  border-right: solid 2px;
  right: 0;
  transform: rotate(20deg);
}
p.cta img {
  height: auto;
  transform: scale(1.0);
  transition: .3s;
}
p.cta img:hover {
  transform: scale(1.05);
}
p.cta a {
  display: block;
}
.offer_fv { position: relative; }
.none { display: none; }

main {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

/* footer */
@media screen and (min-width:768px) {
  footer {
    padding: 74px 0;
    width: 100%;
  }
  footer p.logo {
    width: 80%;
    max-width: 420px;
    margin: 0 auto 32px;
  }
}
@media screen and (max-width:767px) {
  footer {
    padding: 40px 30px;
    width: calc(100% - 60px);
  }
  footer p.logo {
    width: 80%;
    max-width: 200px;
    margin: 0 auto 32px;
  }
}
footer {
  margin: 0 auto;
  text-align: center;
  background-color: rgba(217, 217, 217, 1);
}
footer p.logo {
  text-align: center;
}
footer p.logo img {
  width: 100%;
}
footer p.copyright {
  font-size: 16px;
}
/* 固定バナー */
@media screen and (min-width:1280px) {
  #fixedBnr img {
    max-width: 230px;
    height: auto;
  }
  #fixedBnr {
    bottom: 70px;
    right : 10px;
  }
}
@media screen and (min-width:768px) and (max-width:1279px) {
  #fixedBnr img {
    max-width: 150px;
    height: auto;
  }
  #fixedBnr {
    bottom: 70px;
    right : 10px;
  }
}
@media screen and (max-width:767px) {
  #fixedBnr img {
    max-width: 133px;
    height: auto;
  }
  #fixedBnr {
    bottom: 30px;
    right : 10px;
  }
}
#fixedBnr {
	position:fixed;
}
#fixedBnr img {
  transform: scale(1.0);
  transition: .3s;
}
#fixedBnr img:hover {
  transform: scale(1.05);
  opacity: .9;
}

/* ポップアップ */
@media screen and (min-width:768px) {
  .modal-body{
    max-width: 1200px;
    width: 90%;
  }
  .modal-close{
    top: -40px;
    right: -40px;
  }
  .modal-content{
    padding: 30px;
  }
}
@media screen and (max-width:767px) {
  .modal-body{
    width: 98%;
  }
  .modal-close{
    top: -40px;
    right: -5px;
  }
  .modal-content{
    padding: 0;
  }
}


.modal-open{
	width: 300px;
	height: 50px;
	font-weight: bold;
	color: #fff;
	background: #000;
	margin: auto;
	cursor: pointer;
	transform: translate(-50%,-50%);
}
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
  box-sizing: border-box;
}
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal-container.active{
	opacity: 1;
	visibility: visible;
  z-index: 10;
}
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.modal-close{
	position: absolute;
	display: flex;
  align-items: center;
  justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
.modal-content{
	background: #fff;
	text-align: left;
}
main .content .interview_title p {
  margin-bottom: 0;
}
div.close_popup {
  cursor: pointer;
}