/*----------------------------------------------------------
support lower
----------------------------------------------------------*/
.lower_wrap {
  background-image: url(../images/school/header_sp.jpg);
}
@media screen and (min-width: 751px) {
  .lower_wrap {
    background-image: url(../images/school/header_pc.jpg);
  }
}

/*----------------------------------------------------------
sec common
----------------------------------------------------------*/
.sec {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 751px) {
  .sec {
    margin: 80px 0 0 0;
  }
}
.sec_first {
  padding: 0 0 60px 0;
}
@media screen and (min-width: 751px) {
  .sec_first {
    padding: 0 0 80px 0;
  }
}
.sec_first .sec_title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (min-width: 751px) {
  .sec_first .sec_title {
    font-size: 32px;
  }
}
.sec_first .sec_title_text {
  letter-spacing: 0.04em;
  line-height: 1.78;
  color: #202123;
  margin: 30px 0 0 0;
}
@media screen and (min-width: 751px) {
  .sec_first .sec_title_text {
    margin: 40px 0 0 0;
  }
}
.sec_first .sec_title_text_notice {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.78;
  color: #202123;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 751px) {
  .sec_first .sec_title_text_notice {
    font-size: 14px;
  }
}
.sec_columns_wrap {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 751px) {
  .sec_columns_wrap {
    margin: 70px 0 0 0;
  }
}
.sec_columns_wrap.border {
  border-left: 2px solid #FA0F0C;
  border-right: 1px solid #E5E5E5;
}
.sec_columns .lead_block {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .sec_columns .lead_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sec_columns .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FA0F0C;
  padding: 9px 0;
}
@media screen and (min-width: 751px) {
  .sec_columns .step {
    width: 15.85%;
    padding: 0 20px;
  }
}
.sec_columns .lead_block .sec_point {
  color: #fff;
}
.sec_columns .lead_block .sec_point .num {
  font-size: 30px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) {
  .sec_columns .lead_block .sec_point .num {
    font-size: 60px;
    line-height: 1;
  }
}
.sec_columns .lead_block .sec_point .text {
  display: block;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .sec_columns .lead_block .sec_point .text {
    font-size: 20px;
  }
}
.sec_columns .lead_block .textwrap {
  color: #fff;
  background-color: #111111;
  padding: 25px 20px;
}
@media screen and (min-width: 751px) {
  .sec_columns .lead_block .textwrap {
    width: 84.15%;
    padding: 60px 40px;
  }
}
.sec_columns .lead_block .textwrap .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) {
  .sec_columns .lead_block .textwrap .title {
    font-size: 24px;
  }
}
@media screen and (min-width: 751px) {
  .sec_columns .column_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec_columns .column_box {
  padding: 30px 15px 40px 15px;
}
@media screen and (min-width: 751px) {
  .sec_columns .column_box {
    width: 50%;
    padding: 40px 5.3% 80px 5.3%;
  }
}
.sec_columns .column_box:last-of-type {
  border-top: 1px solid #E5E5E5;
}
@media screen and (min-width: 751px) {
  .sec_columns .column_box:last-of-type {
    border-top: 0;
    border-left: 1px solid #E5E5E5;
  }
}
@media screen and (min-width: 751px) {
  .sec_columns_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 751px) {
  .sec_columns_list.columns2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec_columns_list.columns2 li {
  margin: 0 0 40px 0;
}
@media screen and (min-width: 751px) {
  .sec_columns_list.columns2 li {
    width: 47.4%;
    margin: 0 0 60px 0;
  }
}
.sec_columns_list.columns3 li {
  margin: 0 0 40px 0;
}
@media screen and (min-width: 751px) {
  .sec_columns_list.columns3 li {
    width: 29.9%;
    margin: 0 5.1% 60px 0;
  }
}
@media screen and (min-width: 751px) {
  .sec_columns_list.columns3 li:nth-child(3n) {
    margin: 0 0 60px 0;
  }
}
.sec_columns_list.columns4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .sec_columns_list.columns4 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec_columns_list.columns4 li {
  width: 47.4%;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 751px) {
  .sec_columns_list.columns4 li {
    width: 21.17%;
    margin: 0 5.1% 60px 0;
  }
}
.sec_columns_list.columns4 li .logo {
  margin: 0;
}
.sec_columns_list.columns4 li .com_name {
  padding: 10px 0 0 0;
  border-bottom: none;
}
@media screen and (max-width: 750px) {
  .sec_columns_list.columns4 li .com_name {
    font-size: 10px;
  }
}
@media screen and (min-width: 751px) {
  .sec_columns_list.columns4 li:nth-child(4n) {
    margin: 0 0 60px 0;
  }
}
.sec_columns_list li .photo.no_logo {
  margin: 0 0 10px 0;
}
@media screen and (min-width: 751px) {
  .sec_columns_list li .photo.no_logo {
    margin: 0 0 20px 0;
  }
}
.sec_columns_list li .logo {
  margin: 10px 0;
}
.sec_columns_list li .com_name {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 10px 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (min-width: 751px) {
  .sec_columns_list li .com_name {
    margin: 0 20px;
  }
}
.sec_columns_list li .lead {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 751px) {
  .sec_columns_list li .lead {
    font-size: 18px;
    margin: 20px 20px 0 20px;
  }
}
.sec_columns_list li .text {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 751px) {
  .sec_columns_list li .text {
    margin: 20px 20px 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .sec_columns_line_title {
    display: block;
  }
}

/*----------------------------------------------------------
page_support
----------------------------------------------------------*/
.page_support .sec_columns_list {
  padding: 40px 0 20px 0;
}
@media screen and (min-width: 751px) {
  .page_support .sec_columns_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 58px 0 158px 0;
  }
}
.page_support .sec_columns_list li {
  margin: 0 0 40px 0;
}
@media screen and (min-width: 751px) {
  .page_support .sec_columns_list li {
    width: 29.9%;
    margin: 0 5.1% 5.1% 0;
  }
}
@media screen and (min-width: 751px) {
  .page_support .sec_columns_list li:nth-child(3n) {
    margin: 0 0 5.1% 0;
  }
}
.page_support .sec_columns_list li a {
  display: block;
}
@media screen and (min-width: 751px) {
  .page_support .sec_columns_list li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page_support .sec_columns_list li a:hover .img {
    opacity: 0.8;
  }
  .page_support .sec_columns_list li a:hover .btn_line::before {
    width: 100%;
  }
  .page_support .sec_columns_list li a:hover .btn_icon::before {
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
            transform: translate3d(0, 0, 0) scale(1) rotate(45deg);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .page_support .sec_columns_list li a:hover .btn_icon::after {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    transition: transform 0.5s 0s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 0.5s 0s cubic-bezier(0.43, 0.05, 0.17, 1);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.page_support .sec_columns_list .img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_support .sec_columns_list .btn_line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: none;
  padding: 0 0 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin: 20px 0 0 0;
}
.page_support .sec_columns_list .btn_line::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #FA0F0C;
  -webkit-transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

/*----------------------------------------------------------
page_support_temp
----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .page_support_temp .lower_title {
    line-height: 1;
  }
}

.page_support_temp .sec_first {
  padding: 0 0 60px 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_first {
    padding: 0 0 88px 0;
  }
}
.page_support_temp .sec_job_pfm {
  margin: 0 0 40px 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_job_pfm {
    margin: 0 0 52px 0;
  }
}
.page_support_temp .sec_job_pfm .flex {
  position: relative;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_job_pfm .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page_support_temp .sec_job_pfm .pfm_wrap {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_job_pfm .pfm_wrap {
    width: 39.5%;
    margin: 0;
  }
}
.page_support_temp .sec_job_pfm .pfm_wrap:nth-of-type(2) {
  margin: 40px auto 0 auto;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_job_pfm .pfm_wrap:nth-of-type(2) {
    margin: 0 0 0 60px;
  }
}
.page_support_temp .sec_job_pfm .pfm_wrap .lead {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #FA0F0C;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #FA0F0C;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_job_pfm .pfm_wrap .lead {
    font-size: 24px;
  }
}
.page_support_temp .sec_job_pfm .pfm_wrap .lead::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -25px;
  left: 48.5%;
  border: 6px solid transparent;
  border-top: 8px solid #FA0F0C;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_job_pfm .pfm_wrap .lead::after {
    bottom: -25px;
  }
}
.page_support_temp .sec_job_pfm .pfm_wrap .percent {
  font-size: 80px;
  line-height: 1;
  color: #FA0F0C;
  margin: 40px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_job_pfm .pfm_wrap .percent {
    font-size: 100px;
    margin: 50px 0 0 0;
  }
}
@media screen and (min-width: 1001px) {
  .page_support_temp .sec_job_pfm .pfm_wrap .percent {
    font-size: 180px;
  }
}
.page_support_temp .sec_job_pfm .pfm_wrap .percent span {
  font-size: 50px;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_job_pfm .pfm_wrap .percent span {
    font-size: 60px;
  }
}
@media screen and (min-width: 1001px) {
  .page_support_temp .sec_job_pfm .pfm_wrap .percent span {
    font-size: 100px;
  }
}
.page_support_temp .sec_job_pfm .komidashi {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .page_support_temp .sec_job_pfm .komidashi {
    margin: 10px auto 0 auto;
  }
}
.page_support_temp .sec_job_pfm .komidashi span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #111111;
  padding: 3px 19px 6px 19px;
  border-radius: 18px;
}
.page_support_temp .sec_job_pfm .small {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.04em;
  margin: 7px 0 0 0;
}
.page_support_temp .sec_job_pfm .flex .obj {
  position: absolute;
  bottom: 5px;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_job_pfm .flex .obj {
    bottom: -10%;
  }
}
.page_support_temp .sec_job_pfm .flex .obj01 {
  left: 0;
  width: 54px;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_job_pfm .flex .obj01 {
    width: 11%;
    max-width: 124px;
    left: -15px;
  }
}
.page_support_temp .sec_job_pfm .flex .obj02 {
  right: 0;
  width: 50px;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_job_pfm .flex .obj02 {
    right: -35px;
    width: 10.5%;
    max-width: 118px;
  }
}
.page_support_temp .sec_checked {
  padding: 40px 0;
  background-color: #F2F2F2;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_checked {
    padding: 80px 0;
  }
}
.page_support_temp .sec_checked ul {
  background-color: #fff;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_checked ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page_support_temp .sec_checked li {
  padding: 20px 35px 25px 35px;
}
@media screen and (max-width: 750px) {
  .page_support_temp .sec_checked li {
    border-bottom: 1px solid #E5E5E5;
  }
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_checked li {
    width: 33.33%;
    padding: 30px 40px;
    border-right: 1px solid #E5E5E5;
  }
}
.page_support_temp .sec_checked li:last-child {
  border: none;
}
.page_support_temp .sec_checked li .icon {
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_checked li .icon {
    width: 44px;
    height: 44px;
  }
}
.page_support_temp .sec_checked li .lead {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 15px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_checked li .lead {
    font-size: 18px;
    margin: 29px 0 0 0;
  }
}
.page_support_temp .sec_checked li .text {
  letter-spacing: 0.04em;
  color: #202123;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_checked li .text {
    margin: 30px 0 0 0;
  }
}
.page_support_temp .sec_uolist {
  margin: 60px 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_uolist {
    margin: 80px 0 0 0;
  }
}
.page_support_temp .sec_uolist_wrap {
  height: 325px;
  padding: 20px;
  border: 1px solid #E5E5E5;
  margin: 20px 0 0 0;
  overflow-y: scroll;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_uolist_wrap {
    height: 380px;
    padding: 30px;
    margin: 23px 0 0 0;
  }
}
.page_support_temp .sec_uolist_wrap div {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_uolist_wrap div {
    margin: 0 0 40px 0;
  }
}
.page_support_temp .sec_uolist_wrap div:last-of-type {
  margin: 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_uolist_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page_support_temp .sec_uolist_wrap li {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #202123;
  padding: 0 0 0 13px;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_uolist_wrap li {
    width: 33.33%;
    margin: 0 0 15px 0;
  }
}
.page_support_temp .sec_uolist_wrap li::before {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FA0F0C;
}
.page_support_temp .sec_uolist_wrap .lead {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #FA0F0C;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_uolist_wrap .lead {
    margin: 0 0 15px 0;
  }
}
.page_support_temp .sec_uolist_wrap .etc {
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #202123;
}
.page_support_temp .sec_uolist_wrap::-webkit-scrollbar {
  width: 5px;
  padding: 6px 10px 6px 10px;
}
.page_support_temp .sec_uolist_wrap::-webkit-scrollbar-track {
  background: #F7F7F7;
}
.page_support_temp .sec_uolist_wrap::-webkit-scrollbar-thumb {
  background: #FA0F0C;
}
.page_support_temp .sec_support {
  margin: 60px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_support {
    margin: 120px 0 0 0;
  }
}
.page_support_temp .sec_support .flex {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_support .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 88px 0 0 0;
  }
}
.page_support_temp .sec_support .flex .img {
  min-width: 240px;
}
.page_support_temp .sec_support .flex .textwrap {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_support .flex .textwrap {
    margin: 0 0 0 60px;
  }
}
.page_support_temp .sec_support .flex .textwrap .title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_support .flex .textwrap .title {
    font-size: 20px;
  }
}
.page_support_temp .sec_support .flex .textwrap .text {
  letter-spacing: 0.04em;
  color: #202123;
  margin: 15px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_support .flex .textwrap .text {
    margin: 25px 0 0 0;
  }
}
.page_support_temp .sec_support_point {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_support_point {
    margin: 85px 0 0 0;
  }
}
.page_support_temp .sec_support_point .sec_lead {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #FA0F0C;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_support_point .sec_lead {
    font-size: 24px;
  }
}
.page_support_temp .sec_support_point .sec_lead::before, .page_support_temp .sec_support_point .sec_lead::after {
  content: "";
  position: absolute;
  margin: 0 auto;
}
.page_support_temp .sec_support_point .sec_lead::before {
  display: block;
  bottom: -13px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #FA0F0C;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_support_point .sec_lead::before {
    bottom: -10px;
  }
}
.page_support_temp .sec_support_point .sec_lead::after {
  bottom: -38px;
  left: 48.5%;
  border: 5px solid transparent;
  border-top: 7px solid #FA0F0C;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_support_point .sec_lead::after {
    bottom: -37px;
  }
}
.page_support_temp .sec_support_point .point_list {
  margin: 60px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_support_point .point_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 78px 0 0 0;
  }
}
.page_support_temp .sec_support_point .point_list li {
  position: relative;
  padding: 35px 20px 20px 20px;
  border: 1px solid #E5E5E5;
  margin: 0 0 37px 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_support_point .point_list li {
    width: 47.369%;
    padding: 45px 40px 40px 40px;
    margin: 0 0 58px 0;
  }
}
.page_support_temp .sec_support_point .point_list .fukidashi {
  position: absolute;
  top: -15px;
  left: 20px;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_support_point .point_list .fukidashi {
    top: -18px;
    left: 40px;
  }
}
.page_support_temp .sec_support_point .point_list .fukidashi span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #FA0F0C;
  padding: 8px 27px 5px 24px;
  border-radius: 18px;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_support_point .point_list .fukidashi span {
    padding: 8px 27px 5px 24px;
  }
}
.page_support_temp .sec_support_point .point_list .fukidashi span::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 35px;
  border: 4px solid transparent;
  border-left: 15px solid #FA0F0C;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_support_point .point_list .fukidashi span::after {
    left: 45px;
  }
}
.page_support_temp .sec_support_point .point_list .komidashi {
  letter-spacing: 0.04em;
  color: #202123;
}
.page_support_temp .sec_support_point .point_list .lead {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_support_point .point_list .lead {
    font-size: 24px;
  }
}
.page_support_temp .sec_support_point .point_list .flex {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_support_point .point_list .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.page_support_temp .sec_support_point .point_list .img {
  min-width: 1px;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_support_point .point_list .img {
    width: 48.1%;
  }
}
.page_support_temp .sec_support_point .point_list .text {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #202123;
  margin: 20px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_support_point .point_list .text {
    width: 48.1%;
    font-size: 14px;
    margin: 0;
  }
}
.page_support_temp .sec_info {
  margin: 23px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_info {
    margin: 60px 0 0 0;
  }
}
.page_support_temp .sec_info .img_flex {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_info .img_flex {
    margin: 60px 0 0 0;
  }
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_info .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page_support_temp .sec_info .img {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_info .img {
    width: 48.1%;
    margin: 0 0 33px 0;
  }
}
.page_support_temp .sec_info .text {
  letter-spacing: 0.04em;
  color: #202123;
}
.page_support_temp .sec_info .comment {
  margin: 60px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_info .comment {
    margin: 82px 0 0 0;
  }
}
.page_support_temp .sec_info .comment_item {
  position: relative;
  border: 1px solid #E5E5E5;
  padding: 40px 30px 30px 30px;
  margin: 0 0 50px 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_info .comment_item {
    width: 48.1%;
    padding: 40px;
    margin: 0;
  }
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_info .comment_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page_support_temp .sec_info .comment_item .photo {
  width: 140px;
}
@media screen and (max-width: 750px) {
  .page_support_temp .sec_info .comment_item .photo {
    margin: 0 auto;
  }
}
.page_support_temp .sec_info .comment_item .textwrap {
  margin: 25px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_info .comment_item .textwrap {
    width: 61.1%;
    margin: 0;
  }
}
.page_support_temp .sec_info .comment_item .fukidashi {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_info .comment_item .fukidashi {
    top: -22px;
    left: 45px;
    right: inherit;
    margin: 0;
  }
}
.page_support_temp .sec_info .comment_item .fukidashi > span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #FA0F0C;
  padding: 3px 20px;
  border-radius: 30px;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_info .comment_item .fukidashi > span {
    padding: 2px 14px 2px 18px;
  }
}
@media screen and (min-width: 1001px) {
  .page_support_temp .sec_info .comment_item .fukidashi > span {
    font-size: 20px;
  }
}
.page_support_temp .sec_info .comment_item .fukidashi > span::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 48%;
  border: 4px solid transparent;
  border-left: 15px solid #FA0F0C;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_info .comment_item .fukidashi > span::after {
    left: 45px;
  }
}
.page_support_temp .sec_info .comment_item .small {
  font-size: 11px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .page_support_temp .sec_info .comment_item .small {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 1001px) {
  .page_support_temp .sec_info .comment_item .small {
    font-size: 14px;
  }
}
.page_support_temp .sec_info .comment_item .comment_flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .page_support_temp .sec_info .comment_item .textwrap {
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_info .comment_item .textwrap {
    margin: 0 0 0 10px;
  }
}
.page_support_temp .sec_info .comment_item .position {
  font-size: 12px;
  letter-spacing: 0.04em;
}
.page_support_temp .sec_info .comment_item .name {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_info .comment_item .name {
    font-size: 24px;
  }
}
.page_support_temp .sec_info .comment_item .name span {
  font-size: 13px;
  margin: 5px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_info .comment_item .name span {
    font-size: 16px;
  }
}
.page_support_temp .sec_info .comment_item .lead {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 15px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_info .comment_item .lead {
    font-size: 18px;
  }
}
.page_support_temp .sec_info .comment_item .text {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #202123;
  margin: 25px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_info .comment_item .text {
    font-size: 16px;
    margin: 30px 0 0 0;
  }
}
.page_support_temp .sec_online {
  padding: 10px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_online {
    padding: 120px 0 0 0;
  }
}
.page_support_temp .sec_online .sec_columns_text {
  letter-spacing: 0.04em;
  color: #202123;
  margin: 40px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_online .sec_columns_text {
    margin: 60px 0 0 0;
  }
}
.page_support_temp .sec_online .flex {
  margin: 40px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_online .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 60px 0 0 0;
  }
}
@media screen and (max-width: 750px) {
  .page_support_temp .sec_online .flex_item {
    margin: 0 0 40px 0;
  }
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_online .flex_item {
    width: 48.1%;
  }
}
.page_support_temp .sec_online .flex_item .lead {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 15px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_online .flex_item .lead {
    font-size: 24px;
    margin: 30px 0 0 0;
  }
}
.page_support_temp .sec_online .flex_item .text {
  letter-spacing: 0.04em;
  color: #202123;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_online .flex_item .text {
    margin: 30px 0 0 0;
  }
}
.page_support_temp .sec_flow {
  padding: 20px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_flow {
    padding: 150px 0 0 0;
  }
}
.page_support_temp .sec_flow .sec_columns_text {
  letter-spacing: 0.04em;
  color: #202123;
  margin: 40px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_flow .sec_columns_text {
    margin: 60px 0 0 0;
  }
}
.page_support_temp .sec_flow .sec_schedule {
  background-color: #F4F4F4;
  padding: 30px 30px 0 30px;
  margin: 30px auto 0 auto;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_flow .sec_schedule {
    margin: 40px auto 0 auto;
  }
}
.page_support_temp .sec_flow .sec_schedule .time {
  color: #FA0F0C;
}
.page_support_temp .sec_flow .sec_schedule .time span {
  font-size: 12px;
  color: #111111;
}
.page_support_temp .sec_flow .sec_schedule .sec_schedule_item::before {
  background-color: #E5E5E5;
}
.page_support_temp .sec_flow .sec_schedule .fukidashi::after {
  background-color: #E5E5E5;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_flow .sec_schedule .lead {
    width: 65%;
  }
}
.page_support_temp .sec_flow .sec_schedule_decision {
  position: relative;
  width: 100%;
  padding: 0 0 20px 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_flow .sec_schedule_decision {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
.page_support_temp .sec_flow .sec_schedule_decision .img {
  display: block;
}
@media screen and (max-width: 750px) {
  .page_support_temp .sec_flow .sec_schedule_decision .img {
    position: absolute;
    bottom: 0;
    left: -45px;
    width: 108px;
  }
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_flow .sec_schedule_decision .img {
    width: 15.6%;
  }
}
.page_support_temp .sec_flow .sec_schedule_decision .fukidashi {
  background-color: #FF9300;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .page_support_temp .sec_flow .sec_schedule_decision .fukidashi {
    margin: 0 0 0 65px;
  }
}
.page_support_temp .sec_flow .sec_schedule_decision .fukidashi::before {
  display: block;
  border-top: 8px solid #FF9300;
}
.page_support_temp .sec_flow .sec_schedule_decision .fukidashi::after {
  display: none;
}
.page_support_temp .sec_flow .sec_schedule_decision .text {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 0;
  border: none;
  margin: 0;
}
.page_support_temp .sec_voice {
  margin: 60px 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_voice {
    margin: 120px 0 150px 0;
  }
}
.page_support_temp .sec_voice_list {
  margin: 46px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_voice_list {
    margin: 55px 0 0 0;
  }
}
.page_support_temp .sec_voice_list li {
  padding: 28px 20px 20px 20px;
  border: 1px solid #E5E5E5;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_voice_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
  }
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_voice_list .photo {
    width: 200px;
  }
}
.page_support_temp .sec_voice_list .textwrap {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_voice_list .textwrap {
    margin: 0 0 0 40px;
  }
}
.page_support_temp .sec_voice_list .voice {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_voice_list .voice {
    font-size: 24px;
  }
}
.page_support_temp .sec_voice_list .position {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_voice_list .position {
    text-align: left;
    font-size: 16px;
    margin: 20px 0 0 0;
  }
}
.page_support_temp .sec_voice_list .position span {
  background-color: #FA0F0C;
  padding: 5px 15px;
  border-radius: 15px;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_voice_list .position span {
    padding: 2px 15px 4px 15px;
  }
}
.page_support_temp .sec_voice_list .text {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 17px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_voice_list .text {
    text-align: left;
    margin: 5px 0 0 0;
  }
}
.page_support_temp .sec_voice_list .school {
  font-size: 12px;
}
.page_support_temp .sec_voice_list .name {
  font-size: 24px;
}
@media screen and (min-width: 751px) {
  .page_support_temp .sec_voice_list .name {
    padding: 0 0 0 7px;
  }
}
.page_support_temp .sec_voice_list .small {
  font-size: 14px;
  padding: 0 0 0 3px;
}

/*----------------------------------------------------------
page_support_career
----------------------------------------------------------*/
.page_support_career .sec_point_list {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_career .sec_point_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 67px 0 0 0;
  }
}
.page_support_career .sec_point_list li {
  position: relative;
  padding: 30px 25px;
  border: 1px solid #E5E5E5;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 751px) {
  .page_support_career .sec_point_list li {
    width: 47.369%;
    padding: 42px 40px 30px 40px;
    margin: 0 0 60px 0;
  }
}
.page_support_career .sec_point_list .leadwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 15px 0;
  border-bottom: 3px solid #FA0F0C;
}
@media screen and (min-width: 751px) {
  .page_support_career .sec_point_list .leadwrap {
    border-width: 5px;
  }
}
.page_support_career .sec_point_list .sec_point .text {
  font-size: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
  .page_support_career .sec_point_list .sec_point .text {
    font-size: 12px;
    letter-spacing: 0.2em;
  }
}
.page_support_career .sec_point_list .sec_point .num {
  font-size: 30px;
}
@media screen and (min-width: 751px) {
  .page_support_career .sec_point_list .sec_point .num {
    font-size: 50px;
  }
}
.page_support_career .sec_point_list .leadwrap .lead {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0 0 0 18px;
}
@media screen and (min-width: 751px) {
  .page_support_career .sec_point_list .leadwrap .lead {
    font-size: 24px;
    margin: 0 0 0 28px;
  }
}
.page_support_career .sec_point_list .leadwrap .lead span {
  display: block;
  font-size: 12px;
}
@media screen and (min-width: 751px) {
  .page_support_career .sec_point_list .leadwrap .lead span {
    font-size: 14px;
  }
}
.page_support_career .sec_point_list li > .text {
  letter-spacing: 0.04em;
  color: #202123;
  margin: 22px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_career .sec_point_list li > .text {
    margin: 20px 0 0 0;
  }
}
.page_support_career .sec_sv {
  margin: 50px 0 60px 0;
}
@media screen and (min-width: 751px) {
  .page_support_career .sec_sv {
    margin: 60px 0 152px 0;
  }
}
.page_support_career .sec_sv .contents {
  border: 1px solid #E5E5E5;
  margin: 30px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_career .sec_sv .contents {
    margin: 50px 0 0 0;
  }
}
.page_support_career .sec_sv .lead {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #FA0F0C;
  padding: 10px 20px;
}
@media screen and (min-width: 751px) {
  .page_support_career .sec_sv .lead {
    font-size: 24px;
    padding: 13px 10px 11px 10px;
  }
}
.page_support_career .sec_sv .flex {
  padding: 20px 30px 30px 30px;
}
@media screen and (min-width: 751px) {
  .page_support_career .sec_sv .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 30px 40px 30px;
  }
}
.page_support_career .sec_sv .img {
  display: block;
  width: 200px;
  margin: 0 auto;
}
.page_support_career .sec_sv .textwrap {
  display: block;
  width: 100%;
  margin: 15px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_career .sec_sv .textwrap {
    margin: 0 0 0 30px;
  }
}
.page_support_career .sec_sv .name {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) {
  .page_support_career .sec_sv .name {
    text-align: left;
    font-size: 24px;
  }
}
.page_support_career .sec_sv .name .school {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0 0 5px 0;
}
@media screen and (max-width: 750px) {
  .page_support_career .sec_sv .name .school {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .page_support_career .sec_sv .name .school {
    font-size: 16px;
    padding: 0 18px 0 0;
  }
}
.page_support_career .sec_sv .name .small {
  font-size: 11px;
  padding: 0 0 0 5px;
}
@media screen and (min-width: 751px) {
  .page_support_career .sec_sv .name .small {
    font-size: 14px;
    padding: 0 0 0 3px;
  }
}
.page_support_career .sec_sv .text_flex {
  margin: 25px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_career .sec_sv .text_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 0 0;
  }
}
.page_support_career .sec_sv .position {
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #202123;
}
.page_support_career .sec_sv .position:last-of-type {
  margin: 10px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_career .sec_sv .position:last-of-type {
    margin: 0 0 0 25px;
  }
}
.page_support_career .sec_sv .position span {
  display: inline-block;
  width: 53px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  background-color: #111111;
  padding: 1px 0 2px 0;
  border-radius: 18px;
  margin: 0 7px 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_career .sec_sv .position span {
    width: 64px;
    font-size: 12px;
    padding: 3px 0;
    margin: 0 10px 0 0;
  }
}
.page_support_career .sec_sv .contents .text {
  letter-spacing: 0.04em;
  color: #202123;
  padding: 25px 0 0 0;
  border-top: 1px solid #E5E5E5;
  margin: 11px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_career .sec_sv .contents .text {
    padding: 10px 0 0 0;
    margin: 14px 0 0 0;
  }
}

/*----------------------------------------------------------
page_support_intern
----------------------------------------------------------*/
.page_support_intern .sec_checked .title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_checked .title {
    font-size: 24px;
  }
}
.page_support_intern .sec_checked ul {
  margin: 33px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_checked ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 44px 0 0 0;
  }
}
.page_support_intern .sec_checked li {
  padding: 20px 35px 25px 35px;
}
@media screen and (max-width: 750px) {
  .page_support_intern .sec_checked li {
    border-top: 1px solid #E5E5E5;
  }
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_checked li {
    width: 33.33%;
    padding: 30px 40px;
    border-left: 1px solid #E5E5E5;
  }
}
@media screen and (max-width: 750px) {
  .page_support_intern .sec_checked li:last-child {
    border-bottom: 1px solid #E5E5E5;
  }
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_checked li:last-child {
    border-right: 1px solid #E5E5E5;
  }
}
.page_support_intern .sec_checked li .icon {
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_checked li .icon {
    width: 44px;
    height: 44px;
  }
}
.page_support_intern .sec_checked li .lead {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 15px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_checked li .lead {
    font-size: 18px;
    margin: 29px 0 0 0;
  }
}
.page_support_intern .sec_checked li .text {
  letter-spacing: 0.04em;
  color: #202123;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_checked li .text {
    margin: 30px 0 0 0;
  }
}
.page_support_intern .sec_ip {
  margin: 60px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_ip {
    margin: 120px 0 0 0;
  }
}
.page_support_intern .sec_ip .flex {
  margin: 43px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_ip .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 34px 0 0 0;
  }
}
.page_support_intern .sec_ip .figure1 {
  display: block;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_ip .figure1 {
    width: 47.4%;
  }
}
.page_support_intern .sec_ip .textwrap {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_ip .textwrap {
    width: 47.4%;
    margin: 0;
  }
}
.page_support_intern .sec_ip .textwrap .lead {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_ip .textwrap .lead {
    font-size: 24px;
  }
}
.page_support_intern .sec_ip .textwrap .text {
  letter-spacing: 0.04em;
  color: #202123;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_ip .textwrap .text {
    margin: 30px 0 0 0;
  }
}
.page_support_intern .sec_ip .figure2 {
  display: block;
  margin: 30px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_ip .figure2 {
    margin: 67px 0 0 0;
  }
}
.page_support_intern .sec_upper {
  margin: 60px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_upper {
    margin: 120px 0 0 0;
  }
}
.page_support_intern .sec_upper .comment {
  margin: 66px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_upper .comment {
    margin: 80px 0 0 0;
  }
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_upper .comment .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page_support_intern .sec_upper .comment_item {
  position: relative;
  border: 1px solid #E5E5E5;
  padding: 40px 30px 30px 30px;
  margin: 0 0 50px 0;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_upper .comment_item {
    width: 48.1%;
    padding: 40px;
    margin: 0 0 25px 0;
  }
}
.page_support_intern .sec_upper .comment_item .fukidashi {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_upper .comment_item .fukidashi {
    top: -22px;
    left: 45px;
    right: inherit;
    margin: 0;
  }
}
.page_support_intern .sec_upper .comment_item .fukidashi > span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #FA0F0C;
  padding: 3px 20px;
  border-radius: 30px;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_upper .comment_item .fukidashi > span {
    padding: 2px 14px 2px 18px;
  }
}
@media screen and (min-width: 1001px) {
  .page_support_intern .sec_upper .comment_item .fukidashi > span {
    font-size: 20px;
  }
}
.page_support_intern .sec_upper .comment_item .fukidashi > span::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 48%;
  border: 4px solid transparent;
  border-left: 15px solid #FA0F0C;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_upper .comment_item .fukidashi > span::after {
    left: 45px;
  }
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_upper .comment_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page_support_intern .sec_upper .comment_item .photo {
  width: 140px;
}
@media screen and (max-width: 750px) {
  .page_support_intern .sec_upper .comment_item .photo {
    margin: 0 auto;
  }
}
.page_support_intern .sec_upper .comment_item .textwrap {
  margin: 25px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_upper .comment_item .textwrap {
    width: 61.1%;
    margin: 0;
  }
}
.page_support_intern .sec_upper .comment_item .small {
  font-size: 11px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .page_support_intern .sec_upper .comment_item .small {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 1001px) {
  .page_support_intern .sec_upper .comment_item .small {
    font-size: 14px;
  }
}
.page_support_intern .sec_upper .comment_item .comment_flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_support_intern .sec_upper .comment_item .photo {
  width: 140px;
}
@media screen and (max-width: 750px) {
  .page_support_intern .sec_upper .comment_item .photo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .page_support_intern .sec_upper .comment_item .textwrap {
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_upper .comment_item .textwrap {
    margin: 0 0 0 10px;
  }
}
.page_support_intern .sec_upper .comment_item .position {
  font-size: 12px;
  letter-spacing: 0.04em;
}
.page_support_intern .sec_upper .comment_item .name {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_upper .comment_item .name {
    font-size: 24px;
  }
}
.page_support_intern .sec_upper .comment_item .name span {
  font-size: 13px;
  margin: 5px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_upper .comment_item .name span {
    font-size: 16px;
  }
}
.page_support_intern .sec_upper .comment_item .lead {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 20px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_upper .comment_item .lead {
    font-size: 20px;
    margin: 30px 0 0 0;
  }
}
.page_support_intern .sec_upper .comment_item .text {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #202123;
  margin: 12px 0 0 0;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_upper .comment_item .text {
    font-size: 16px;
    margin: 20px 0 0 0;
  }
}
.page_support_intern .sec_uolist {
  margin: 10px 0 60px 0;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_uolist {
    margin: 125px 0 100px 0;
  }
}
.page_support_intern .sec_uolist .sec_columns_title .notice {
  font-size: 12px;
}
.page_support_intern .sec_uolist_wrap {
  height: 325px;
  padding: 20px;
  border: 1px solid #E5E5E5;
  margin: 25px 0 0 0;
  overflow-y: scroll;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_uolist_wrap {
    height: 380px;
    padding: 30px;
    margin: 60px 0 0 0;
  }
}
.page_support_intern .sec_uolist_wrap div {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_uolist_wrap div {
    margin: 0 0 40px 0;
  }
}
.page_support_intern .sec_uolist_wrap div:last-of-type {
  margin: 0;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_uolist_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page_support_intern .sec_uolist_wrap li {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #202123;
  padding: 0 0 0 13px;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_uolist_wrap li {
    width: 33.33%;
    margin: 0 0 15px 0;
  }
}
.page_support_intern .sec_uolist_wrap li::before {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FA0F0C;
}
.page_support_intern .sec_uolist_wrap .lead {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #FA0F0C;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 751px) {
  .page_support_intern .sec_uolist_wrap .lead {
    margin: 0 0 15px 0;
  }
}
.page_support_intern .sec_uolist_wrap .etc {
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #202123;
}
.page_support_intern .sec_uolist_wrap::-webkit-scrollbar {
  width: 5px;
  padding: 6px 10px 6px 10px;
}
.page_support_intern .sec_uolist_wrap::-webkit-scrollbar-track {
  background: #F7F7F7;
}
.page_support_intern .sec_uolist_wrap::-webkit-scrollbar-thumb {
  background: #FA0F0C;
}