@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap');
/*base*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

header, footer, nav, section, article {
  position: relative;
  display:block;
}

html{
  font-size: 62.5%;
  overflow-y: scroll;
}

body{
  position: relative;
  font-size: 1.6em;
  color: #333333;
  background: #ffffff;
  font-family: 'Helvetica','Helvetica Neue','Avenir','Arial','メイリオ',sans-serif;
  overflow: hidden;
}

img {
  height: auto;
  }


/*float*/
.cl{
  clear: both;
}
.clearfix{
  overflow: hidden;
}
* html .clearfix { zoom: 1; }  /* IE6 */
*:first-child+html .clearfix{ zoom: 1; }  /* IE7 */

/*text-align*/
.txt_alignleft{
  text-align: left !important;
}
.txt_alignright{
  text-align: right !important;
}
.txt_aligncenter{
  text-align: center !important;
}

/*vertical-align*/
.txt_aligntop{
  vertical-align: top !important;
}
.txt_alignmiddle{
  vertical-align: middle !important;
}
.txt_alignbottom{
  vertical-align: bottom !important;
}

/*flex-center*/
.flex_center {
  justify-content: center;
  align-items: center;
}

/*heading*/
h2 {
  text-align: center;
}


/*link*/
a img {
    border-style: none;
  }

a:link{
  text-decoration: none;
  }
a:active{
  text-decoration: none;
  }

a:visited{
  color: #232323;
  }

a:hover{
  text-decoration: none;
  }

a.btn_join{
  display: block;
  background: #dd0034;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  }

a img:hover,a.btn_join:hover{
  opacity: 0.8;
  }


/*header*/
header {
  position: relative;
  max-width: 1151px;
  width: 100%;
  height: 90px;
  padding: 0 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
header .logo img {
  max-width: 210px;
}
header .header_ribbon {
  width: 180px;
}
header .header_ribbon img {
  width: 100%;
}

/*main visual*/
.main_visual {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 70px 30px 70px;
}
.main_visual_bg {
  position: relative;
  height: 460px;
  border-radius: 30px;
  background: url('../img/studentlp10/main_visual_pc.webp?20250117') center center no-repeat;
  background-size: cover;
}
.no-webp body .main_visual_bg {
  background: url('../img/studentlp10/main_visual_pc.png?20250117') center center no-repeat;
  background-size: cover;
}
.main_catch_wrap {
  position: relative;
  flex-direction: column;
  display: inline-flex;
  align-items: center;
  top: 50%;
  left: 7vw;
  transform: translateY(-50%);
}
.main_catch_wrap .main_catch_txt {
  position: relative;
  width: auto;
  padding: 35px;
  margin: 0 auto 15px;
  border-radius: 50px;
  color: #012554;
  background-color: rgba(255,255,255,0.8);
}
.main_catch_wrap .main_catch_txt:after {
  border-left: 20px solid rgba(255,255,255,0.8);
  border-top: 26px solid transparent;
  border-bottom: 3px solid transparent;
  content: '';
  position: absolute;
  right: -20px;
  bottom: 29%;
}
.main_catch_wrap .main_catch_txt .main_catch {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
.main_catch_wrap .main_catch_txt .main_catch .main_catch_bold {
  display: inline-block;
  margin: 0 10px;
  background: linear-gradient(transparent 60%, #DEED67 60%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #DEED67));
  background: -webkit-linear-gradient(transparent 60%, #DEED67 60%);
}
.main_catch_wrap .main_catch_txt .main_catch .main_catch_small {
  padding-left: 10px;
  font-size: 2rem;
  font-weight: normal;
}
.main_catch_wrap .main_catch_txt .main_catch .main_catch_small .sub_catch_txt {
  font-size: 1.5rem;
}
.main_catch_wrap .main_catch_txt .sub_catch {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.main_catch_wrap .main_catch_txt .sub_catch:before,
.main_catch_wrap .main_catch_txt .sub_catch:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #DEED67;
  width: 3px;
  height: 2em;
  margin: 0 10px;
  vertical-align: middle;
}
.main_catch_wrap .main_catch_txt .sub_catch:before {
  transform: rotate(-25deg);
}
.main_catch_wrap .main_catch_txt .sub_catch:after {
  transform: rotate(25deg);
}
.main_catch_wrap .main_catch_txt .sub_catch .sub_catch_txt {
  padding-left: 5px;
  font-size: 1.8rem;
  text-align: center;
}
.main_catch_wrap .main_catch_txt .sub_catch .sub_catch_txt p {
  width: 100%;
  text-align: center;
}
.main_catch_wrap .main_catch_txt .sub_catch .sub_catch_txt .sub_catch_txt_bold {
  font-weight: bold;
}
.main_catch_wrap .main_catch_txt .sub_catch .sub_catch_txt .sub_catch_txt_small {
  padding-left: 5px;
}
.main_catch_wrap .main_catch_txt .sub_catch .sub_catch_num {
  padding-left: 10px;
  font-size: 3.5rem;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}
.main_catch_wrap .main_catch_txt .sub_catch .sub_catch_num sup {
  font-size: 1.1rem;
}
.main_obj {
  position: absolute;
  transform: skewY(-7deg);
  z-index: 2;
}
.main_obj.obj01 {
  right: -160px;
  top: 250px;
  width: 140px;
  height: 55px;
  background-color: #DEED67;
}
.main_obj.obj02 {
  left: -170px;
  top: 380px;
  width: 140px;
  height: 55px;
  background-color: #DEED67;
}
.main_obj.obj03 {
  left: -130px;
  top: 310px;
  width: 130px;
  height: 35px;
  background-color: #3090F8;
}
.main_obj.obj04 {
  right: -200px;
  top: 200px;
  width: 130px;
  height: 25px;
  background-color: #3090F8;
}
.main_obj.obj05 {
  left: -60px;
  top: 500px;
  width: 120px;
  height: 30px;
  background-color: #fff;
}
.main_obj.obj06 {
  right: -60px;
  top: 380px;
  width: 120px;
  height: 30px;
  background-color: #54dfff;
}

/*top background*/
.top_background {
  width: 100%;
  margin: 0;
  padding: 200px 0;
  position: absolute;
  top: 320px;
  z-index: -1;
}
.top_background::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #3090F8;
  transform: skewY(-7deg);
  z-index: -1;
}

/*btn*/
a.btn {
  position: relative;
  display: flex;
  width: 300px;
  height: 70px;
  border-radius: 50px;
  color: #fff;
  font-size: 1.5rem;
  background-color: #e40d44;
}
a.btn::before,
a.btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  margin-top: -5px;
  border: 6px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
}
a.btn::after {
  opacity: 0;
  right: 30px;
}
a.btn:hover::before {
  animation: arrowbefore .5s;
}
a.btn:hover::after {
  animation: arrowafter .5s;
}
@keyframes arrowbefore {
  100% {
    right: 5px;
    opacity: 0;
  }
}
@keyframes arrowafter {
  99% {
    right: 20px;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.top_btn_txt{
  font-size:15px;
  font-weight: bold;
  margin-bottom: 10px;
  color:#012554;
}
.top_btn_txt:before, .top_btn_txt:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #DEED67;
  width: 3px;
  height: 20px;
  margin: 0 10px;
  vertical-align: middle;
}
.top_btn_txt:before {
  transform: rotate(-25deg);
}
.top_btn_txt:after {
  transform: rotate(25deg);
}
.top_btn_innercatch{
  display: block;
  font-size: 13px;
}
.top_btn_innertxt{
  display: block;
  font-weight: bold;
  font-size: 16px;
}
.main_visual a.btn {
  background-color: #ff5a34;
  flex-direction: column;
}

/*common*/
.content_wrap {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
section.content {
  padding: 50px 20px;
}
.annotation {
  width: 700px;
  margin: 20px auto 10px;
  font-size: 1.1rem;
  color: #8a8d92;
}
.content_title {
  position: relative;
  display: inline-block;
  padding: 10px;
  margin-bottom: 20px;
}
.content_title::before {
  content: "";
  display: block;
  width: 150px;
  height: 80px;
  margin: 0 auto;
}
.companies_logo .content_title::before {
  height: 70px;
  background: url('../img/studentlp10/titie_icon02.svg') center center no-repeat;
}
.about_service .content_title::before {
  height: 100px;
  background: url('../img/studentlp10/titie_icon03.svg') center center no-repeat;
}
.interview .content_title::before {
  background: url('../img/studentlp10/titie_icon04.svg') center center no-repeat;
}
.flow .content_title::before {
  background: url('../img/studentlp10/titie_icon05.svg') center center no-repeat;
}
.faq .content_title::before {
  height: 70px;
  background: url('../img/studentlp10/titie_icon06.svg') center center no-repeat;
}
.application .content_title::before {
  height: 100px;
  background: url('../img/studentlp10/titie_icon07.svg') center center no-repeat;
}
.content_title_underline::after {
  background: linear-gradient(to right, #5388FF 0%, #2EBFFF 100%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
}
.content_title_underline_white::after {
  background: #fff;
}
.bg_blue{
  background-color: #3090F8;
}
.bg_light_blue {
  background-color: #F0F8FA;
}
.bg_white + .bg_white {
  padding-top: 0;
}
sup {
  padding-left: 2px;
  font-size: 50%;
  font-weight: normal;
}

/*intro*/
section.intro {
  background-color: #3090F8;
}
section.intro h2 {
  position: relative;
  padding-bottom: 10px;
  margin: 0;
  color: #fff;
}
section.intro .content_wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  padding-bottom: 50px;
  max-width: 880px;
  margin: 20px auto;
}
section.intro .chart_student,
section.intro .illust_offer {
  position: relative;
}
section.intro .chart_student h2 span,
section.intro .illust_offer h2 span {
  display: block;
  font-size: 1.4rem;
}
section.intro h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #DEED67;
}
section.intro .intro_content {
  height: 326px;
  padding: 20px 0;
}
section.intro .intro_chart_balloon {
  position: absolute;
  display: flex;
  right: -20px;
  bottom: 120px;
  margin: 0;
  padding: 3px;
  color: #fff;
  font-size: 2rem;
  background: #51C2F4;
  border: solid 3px #fff;
  border-radius: 16px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px -6px rgb(0 0 0 / 60%);
}
section.intro .intro_chart_balloon:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 65%;
  border: 12px solid transparent;
  border-top: 12px solid #50c2f4;
  z-index: 2;
}
section.intro .intro_chart_balloon:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 65%;
  border: 12px solid transparent;
  border-top: 13px solid #fff;
  z-index: 1;
}
section.intro .intro_chart_balloon div {
  padding: 10px;
  font-size: 2rem;
  font-weight: bold;
}
section.intro .intro_chart_balloon div p {
  display: block;
  font-size: 1.5rem;
}
section.intro .intro_chart_balloon div span {
  font-size: 1.5rem;
}
section.intro .intro_photo {
  position: absolute;
  width: 180px;
  height: 180px;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  background: url('../img/studentlp10/intro_photo.webp') center center no-repeat;
  background-size: contain;
}
.no-webp body section.intro .intro_photo {
  background: url('../img/studentlp10/intro_photo.png') center center no-repeat;
  background-size: contain;
}
section.intro .intro_photo img {
  position: absolute;
  width: 250px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -45px;
}

/*content01*/
section.companies_logo {
  background-color: #fff;
  padding-bottom: 0;
}
section.companies_logo picture {
  max-width: 680px;
  margin: 0 auto 30px;
  display: block;
  text-align: center;
}
.content01_illust {
  position: relative;
  width: 700px;
  margin: 20px auto 0;
  padding-top: 10px;
  text-align: center;
  border-radius: 25px;
}
.content01_illust img {
  position: relative;
  top: -15px;
}

/*content02*/
.service_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 750px;
  margin: 0 auto;
}
.service_content p {
  width: 100%;
}
.service_content .content02_img {
  padding: 10px 30px;
  margin: 30px 0 10px;
  border-radius: 25px;
}


/*content03*/
.interview_wrap {
  margin: 30px auto;
}
.balloon_set_box {
  display: inline-flex;
  flex-wrap: wrap;
}
.balloon_set_box.left {
  flex-direction: row;
}
.balloon_set_box.right {
  flex-direction: row-reverse;
}
.comment {
  position: relative;
  display: inline-block;
  max-width: 280px;
  margin: 10px 10px 20px 10px;
  padding: 15px 20px;
  background: #F0F8FA;
  text-align: left;
  border-radius: 20px;
  font-size: 1.3rem;
  line-height: 2.2rem;
}
.comment::after {
  content: '';
  border: 10px solid transparent;
  border-top-color: #F0F8FA;
  position: absolute;
  top: 0;
}
.left .comment::after {
  left: -5px;
}
.right .comment::after {
  right: -5px;
}
.icon_box {
  width: 63px;
}
.icon_box img {
  width: 100%;
}
.user_info {
  padding: 0 30px;
  color: #2585EF;
  font-size: 1.4rem;
  text-align: left;
}
.balloon_set_box.right .user_info {
  text-align: right;
}
.reason_list_wrap {
  max-width: 720px;
  margin: 20px auto;
}
.reason_list .reason_title {
  position: relative;
  display: inline-block;
  padding: 51px 0 20px 105px;
  color: #2585EF;
  font-size: 2rem;
}
.reason_list .reason_title br {
  display: none;
}
.reason_list .reason_title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 125px;
  height: 120px;
  background: url('../img/studentlp10/content03_title_img01.webp') center center no-repeat;
  background-size: cover;
}
.no-webp body .reason_list .reason_title::before {
  background: url('../img/studentlp10/content03_title_img01.png') center center no-repeat;
  background-size: cover;
}
.reason_list_wrap li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 30px;
  margin: 45px auto 0;
  border-radius: 25px;
  background-color: #F0F8FA;
}
.reason_list_wrap li::before {
  position: absolute;
  display: block;
  top: -25px;
  color: #2585EF;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.5rem;
  border-bottom: 3px solid #2586ee;
}
.reason_list_wrap li:nth-child(1)::before {
  content: "理由1";
}
.reason_list_wrap li:nth-child(2)::before {
  content: "理由2";
}
.reason_list_wrap li:nth-child(3)::before {
  content: "理由3";
}
.reason_list_wrap li figure {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.reason_list_wrap h3 {
  padding-bottom: 5px;
  font-size: 1.6rem;
}
.reason_list_wrap .reason_txt {
  font-size: 1.3rem;
}
.reason_list_wrap h3,
.reason_list_wrap .reason_txt {
  padding-left: 90px;
  text-align: left;
}
.reason_list_wrap li:nth-child(1) h3,
.reason_list_wrap li .reason_txt01 {
  padding-left: 340px;
}

/*content04*/
.flow h2 {
  color: #fff;
}
.flow_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 880px;
  margin: 25px auto;
}
.flow_wrap .step_box {
  width: 30%;
}
.flow_wrap .step_box .step_title {
  position: relative;
  display: flex;
  padding: 18px 20px 18px 90px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  font-weight: bold;
}
.flow_wrap .step_box .step_title::before {
  position: absolute;
  right: -20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flow_wrap .step_box .step_title::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 70px;
  left: 60px;
  top: -5px;
}
.flow_wrap .step_box.step01 {
  width: 32%;
}
.flow_wrap .step_box.step01 .step_title::after {
  background: url('../img/studentlp10/content02_step01_icon.svg') center center no-repeat;
}
.flow_wrap .step_box.step02 .step_title::after {
  top: -15px;
  background: url('../img/studentlp10/content02_step02_icon.svg') center center no-repeat;
}
.flow_wrap .step_box.step03 .step_title::after {
  top: -15px;
  background: url('../img/studentlp10/content02_step03_icon.svg') center center no-repeat;
}
.flow_wrap .step_box.step03 .step_title::before {
  content: none;
}
.flow_wrap .step_box .step_title .step_num {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6rem;
  background-color: #51D5F4;
}
.flow_wrap .step_box .step_title .step_num span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
.flow_wrap .step_box .step_description {
  padding: 15px 8px 0 10px;
  font-size: 1.3rem;
  color: #fff;
  text-align: left;
}

/*content05*/
.faq_wrap {
  max-width: 850px;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.faq_wrap::after {
  display: block;
  content:"";
  width: 45%;
}
.faq_wrap dl {
  width: 45%;
  margin-bottom: 20px;
  font-size: 1.4rem;
  text-align: left;
}
.faq_wrap dl dt,
.faq_wrap dl dd {
  position: relative;
  padding: 15px 15px 15px 60px;
}
.faq_wrap dl dt {
  display: block;
  background-color: #fff;
  border-radius: 15px;
  font-weight: bold;
}
.faq_wrap dl dt::before,
.faq_wrap dl dd::before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  left: 15px;
  width: 28px;
  height: 28px;
  border: 3px solid #2585EF;
}
.faq_wrap dl dt::before {
  content: "Q";
  border-radius: 50px;
  color: #fff;
  background-color: #2585EF;
}
.faq_wrap dl dd::before {
  content: "A";
  top: 17px;
  border-radius: 50px;
  color: #2585EF;
}
.faq_wrap dl dd {
  line-height: 2.5rem;
}

/*application*/
.application_wrap {
  position: relative;
  display: flex;
  max-width: 850px;
  margin: 0 auto;
}
.application_wrap .app_mockup {
  display: block;
  width: 50%;
  max-width: 400px;
  height: 300px;
  background: url('../img/studentlp10/app_mockup.webp?20240227') center center no-repeat;
  background-size: contain;
}
.no-webp body .application_wrap .app_mockup {
  background: url('../img/studentlp10/app_mockup.png?20240227') center center no-repeat;
  background-size: contain;
}
.application_wrap div.app_txt {
  width: 50%;
  padding: 25px 50px 10px 20px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.3rem;
  color: #012554;
}
.application_wrap div.app_txt .application_link {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}
.application_wrap div.app_txt .application_link a img {
  max-height: 57px;
  width: 100%;
}

/*footer*/
.footer {
  margin-bottom: 90px;
}
.footer small {
  display: block;
  width: 100%;
  text-align: center;
  color: #012554;
  font-size: 1.2rem;
}
.footer__nav {
  max-width: 850px;
  margin: 20px auto;
}
.footer__nav ul {
  display: flex;
  justify-content: space-evenly;
  max-width: 550px;
  margin: 30px auto 15px;
}
.footer__nav ul li {
  display: block;
  height: 18px;
  padding: 0 15px;
  border-left: 1px solid #022454;
  line-height: 18px;
  text-align: center;
}
.footer__nav ul li:last-child {
  border-right: 1px solid #022454;
}
.footer__nav a {
  font-size: 1.3rem;
  color: #012554;
}
.footer__nav a:hover {
  color: #2f90f7;
}

/*Fixed BTN*/
#cv_btn {
  position: fixed;
  bottom: 0;
  right: auto;
  left: 0;
  width: 100%;
  padding: 12px 0 ;
  background: rgba(10, 30, 52, 0.8);
  z-index: 100;
}
 #cv_btn .btn_area {
  display: flex;
  align-items: center;
  justify-content: center;
}
#cv_btn .btn_area .fixed_btn {
  height: 65px;
  border-radius: 0;
}
#cv_btn .btn_area p {
  color: #fff;
}
#cv_btn .btn_area .btn_area__note {
  margin-right: 20px;
  font-size: 14px;
  text-align: right;
}
#cv_btn .btn_area strong {
  font-size: 20px;
}
#cv_btn .btn_area sup {
  display: none;
}
#cv_btn .btn_area span {
  font-size: 10px;
}
#cv_btn .btn_area__note--sp{
  display: none;
}

@media screen and (max-width:540px) {
  header {
    position: relative;
    height: 80px;
    padding:0 17px;
    background-color: #fff;
  }
  header::after {
    content: "";
    position: absolute;
    top: 0;
    height: 130px;
    bottom: 0;
    left: -2px;
    right: 0;
    background-color: #fff;
    transform: skewY(-7deg);
    z-index: 1;
  }
  header .header_ribbon {
    width: 43vw;
    max-width: 160px;
  }
  header h1,
  header div {
    z-index: 2;
  }
  header .logo {
    width: 45%;
    min-width: 130px;
  }
  header .logo img {
    width: 100%;
    max-width: 170px;
  }
  section h2 {
    font-size: 2.2rem;
  }
  section.content {
    padding: 15px;
  }


  /*main visual*/
  .main_visual {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .main_visual_bg {
    border-radius: 0;
    background: url('../img/studentlp10/main_visual_sp.webp?20250117') center center no-repeat;
    background-size: cover;
  }
  .no-webp body .main_visual_bg {
    background: url('../img/studentlp10/main_visual_sp.png?20250117') center center no-repeat;
    background-size: cover;
  }
  .main_catch_wrap {
    position: absolute;
    width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .main_catch_wrap::before {
    content: '';
    position: absolute;
    height: 130px;
    bottom: 17px;
    left: -2px;
    right: 0;
    background-color: rgba(255,255,255,0.8);
    transform: skewY(-7deg);
    z-index: -1;
  }
  .main_catch_wrap .main_catch_txt {
    position: static;
    width: 100%;
    padding: 0;
    margin: 0;
    background: none;
  }
  .main_catch_wrap .main_catch_txt .main_catch {
    position: absolute;
    top: -12px;
    left: 15px;
    text-align: left;
    font-size: 3.2rem;
  }
  .main_catch_wrap .main_catch_txt .main_catch .main_catch_bold {
    display: inline-flex;
    padding: 0 5px;
    margin: 0;
  }
  .main_catch_wrap .main_catch_txt .main_catch .main_catch_small {
    padding: 0 5px;
    font-size: 1.8rem;s
  }
  .top_background {
    width: 100%;
    padding: 50px 0;
    top: auto;
    bottom: -80px;
    z-index: 0;
  }
  .main_obj {
    display: none;
  }
  /*intro*/
  section.intro {
    background-color: #fff;
  }
  section.intro h2 {
    display: inline-block;
    padding-top: 35px;
  }
  section.intro .content_wrap {
    flex-direction: column;
    padding-bottom: 0;
  }
  section.intro .chart_student h2 span {
    font-size: 1.5rem;
    font-weight: normal;
  }
  section.intro .chart_student, section.intro .illust_offer {
    width: 100%;
  }
  section.intro .chart_student {
    background-color: #3090F8;
  }
  section.intro .intro_chart_balloon {
    right: 5px;
    bottom: 23%;
  }
  section.intro .intro_content {
    height: auto;
    min-height: 230px;
    margin: 25px;
    padding: 0;
  }
  section.intro .intro_content img {
    width: 100%;
  }
  section.intro .illust_offer h2 {
    color: #333333;
  }
  section.intro .intro_photo {
    width: 50vw;
    height: 50vw;
    max-width: 190px;
  }

  /*content01*/
  section.companies_logo {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
  }
  section.companies_logo .txt_aligncenter {
    order: 3;
  }
  section.companies_logo img {
    width: 100%;
  }
  .content01_illust {
    width: 100%;
    padding: 25px;
  }
  section.companies_logo .annotation {
    width: 100%;
    order: 4;
  }

  /*conten02*/
  .about_service .service_content .service_content_txt02 {
    order:3;
  }
  .about_service .service_content .service_content_img01 {
    order:2;
  }
  .about_service .service_content .service_content_img02 {
    order:4;
  }
  .about_service .service_content .content02_img {
    margin: 20px 0;
    width: 100%;
  }
  .about_service .service_content img {
    width: 100%;
  }


  /*content03*/
  .interview_wrap {
    margin: 30px auto 0;
  }
  .balloon_set_box .balloon_box {
    width: calc(100% - 65px);
  }
  .balloon_set_box .balloon_box .comment {
    width: auto;
    margin: 10px 10px 30px 10px;
  }
  .balloon_set_box.left .user_info {
    padding-right: 0;
    font-size: 1.3rem;
  }
  .balloon_set_box.right .user_info {
    padding-left: 0;
    font-size: 1.3rem;
  }
  .balloon_set_box.right .balloon_box .comment {
    margin-left: 0;
  }
  .balloon_set_box.left .balloon_box .comment {
    margin-right: 0;
  }
  .reason_list .reason_title {
    padding-left: 90px;
    text-align: left;
    font-size: 1.6rem;
  }
  .reason_list .reason_title br {
    display: block;
  }
  .reason_list .reason_title::before {
    width: 95px;
    height: 90px;
  }
  .reason_list_wrap li {
    flex-direction: column;
    padding: 30px 20px;
  }
  .reason_list_wrap li:first-child {
    margin-top: 30px;
  }
  .reason_list_wrap li:nth-child(1) h3, .reason_list_wrap li .reason_txt01 {
    padding-left: 0;
  }
  .reason_list_wrap li figure {
    position: relative;
    width: auto;
    margin: 10px 0;
    left: 0;
    top: 0;
    transform: none;
  }
  .reason_list_wrap li figure img {
    width: 100%;
    max-width: 340px;
  }
  .reason_list_wrap h3,
  .reason_list_wrap .reason_txt {
    padding-left: 0;
  }
  .reason_list_wrap li .reason_txt > figure {
    width: 180px;
    margin: 0 10px 0 0;
    width: 35vw;
    min-width: 60px;
  }
  .reason_list_wrap li .reason_txt {
    position: relative;
    display: flex;
    margin-top: 10px;
  }

  /*content04*/
  .flow_wrap {
    margin-top: 5px;
    flex-direction: column;
  }
  .flow_wrap .step_box,
  .flow_wrap .step_box.step01 {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
  .flow_wrap .step_box:last-child {
    margin-bottom: 0;
  }
  .flow_wrap .step_box .step_title {
    font-size: 1.5rem;
  }
  .flow_wrap .step_box .step_title::before {
    left: 50%;
    right: auto;
    bottom: -65px;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
  }
  .flow_wrap .step_box .step_title::after {
    width: 50px;
    height: 80px;
    background-size: contain;
  }
  .flow_wrap .step_box.step01 .step_title::after {
    background-size: contain;
    left: 50%;
    top: -10px;
    margin-left: -80px;
  }
  .flow_wrap .step_box.step02 .step_title::after,
  .flow_wrap .step_box.step03 .step_title::after {
    background-size: contain;
    width: 45px;
    left: 50%;
    top: -20px;
    margin-left: -80px;
  }

  /*content05*/
  .faq_wrap dl {
    width: 100%;
  }

  /*application*/
  .application_wrap {
    flex-direction: column;
  }
  .application_wrap .app_mockup,
  .application_wrap div.app_txt {
    width: 100%;
    margin: 0 auto;
  }
  .application_wrap div.app_txt {
    padding: 0 20px;
    text-align: center;
  }
  .application_wrap div.app_txt .application_link {
    max-width: 350px;
  }
  .application_wrap div.app_txt .application_link a + a {
    margin-left: 5px;
  }

  /*footer*/
  .footer {
    margin-bottom: 120px;
  }
  .footer__nav {
    text-align: center;
  }
  .footer__nav ul, .footer__nav ul li {
    display: inline-flex;
    flex-direction: column;
    margin: 0;
  }
  .footer__nav ul li {
    padding: 0px 10px;
    height: 20px;
    border: 0;
  }
  .footer__nav ul li:last-child {
    border: 0;
  }
  .footer__nav a {
    font-size: 1.1rem;
  }

  /*Fixed BTN*/

  #cv_btn .btn_area {
    display: block;
  }
  #cv_btn .btn_area .fixed_btn {
    margin: 0 auto;
    height: 65px;
    border-radius: 0;
  }
  #cv_btn .btn_area p {
    text-align: center !important;
  }
  #cv_btn .btn_area .btn_area__note {
    margin:0 0 4px 0;
    font-size: 14px;
  }
  #cv_btn .btn_area strong {
    font-size: 20px;
  }
  #cv_btn .btn_area sup {
    display: inline-block;
  }
  #cv_btn .btn_area span {
    display: none;
  }
  #cv_btn .btn_area__note--sp{
    display: block;
    margin-top: 8px;
    font-size: 9px;
  }
}

@media screen and (min-width:541px) and ( max-width:960px) {
  .main_visual {
    padding: 0 30px 30px 30px;
  }
  .main_visual_bg {
    height: 350px;
    background-size: 110%;
    background-position: left bottom;
  }
  .main_catch_wrap {
    left: 2vw;
  }
  .balloon_box {
    display: flex;
    flex-direction: column;
    width: calc(100% - 100px);
  }
  .balloon_set_box.right {
    display: flex;
  }
  .comment {
    max-width: 100%;
  }
  .service_content .content02_img {
    width: 100%;
    max-width: 500px;
  }
  .flow_wrap .step_box .step_title {
    padding: 18px 20px 18px 115px;
  }
}
