/* =============================================
utility
============================================= */
.pc {
  display: block;
}
@media (max-width: 700px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 700px) {
  .sp {
    display: block;
  }
}

.under-line {
  text-decoration: underline;
}

.serif {
  font-family: "Noto Serif JP", serif;
}
.serif.regular {
  font-weight: 400;
}
.serif.medium {
  font-weight: 500;
}
.serif.semibold {
  font-weight: 600;
}
.serif.bold {
  font-weight: 700;
}
.serif.black {
  font-weight: 900;
}

.red {
  color: #C1272D;
}

.white {
  color: white !important;
}

/* =============================================
common
============================================= */
* {
  box-sizing: border-box;
}

.section__ttl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.5;
  font-size: 5.1vw;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #C1272D;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .section__ttl {
    font-size: 64px;
  }
}
@media (max-width: 700px) {
  .section__ttl {
    font-size: 28px;
  }
}

.section__sub-ttl {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 60px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 1.5vw;
}
.section__sub-ttl::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: url(../img/ttl__line.png) no-repeat;
  background-size: contain;
}
.section__sub-ttl.white::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: url(../img/profile__line.png) no-repeat;
  background-size: contain;
}
@media (max-width: 700px) {
  .section__sub-ttl {
    font-size: 14px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .section__sub-ttl {
    font-size: 22px;
  }
}

.container {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 700px) {
  .container {
    padding: 0 15px;
  }
}

p {
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 700px) {
  p {
    font-size: 14px;
  }
}

img {
  width: 100%;
}

a:hover {
  opacity: 0.8;
}

a {
  text-decoration: none;
  color: black;
}

section {
  padding: 80px 0;
  z-index: 0;
  position: relative;
}
@media (max-width: 700px) {
  section {
    padding: 60px 0;
  }
}

/* =============================================
element
============================================= */
.banner {
  position: fixed;
  bottom: 0px;
  text-align: center;
  z-index: 10;
  text-align: center;
  line-height: 2;
  width: 100%;
}
.banner a {
  width: 100%;
  background: #FCEE21;
  padding: 20px;
  display: block;
  font-weight: bold;
}
@media (max-width: 700px) {
  .banner a {
    padding: 15px;
    font-size: 14px;
	margin-bottom:70px; /* add by S_Itoi_20230703 */
  }
}

header .header__container {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 700px) {
  header .header__container {
    padding: 15px;
  }
}
header .header__logo {
  max-width: 400px;
}
@media (max-width: 1000px) {
  header .header__logo {
    max-width: 400px;
  }
}
@media (max-width: 700px) {
  header .header__logo {
    max-width: 250px;
  }
}
header .header__btn {
  max-width: 300px;
}
@media (max-width: 1000px) {
  header .header__btn {
    max-width: 250px;
  }
}
@media (max-width: 700px) {
  header .header__btn {
    max-width: 150px;
  }
}

.section__mv {
  background: url(../img/bg-mv.png) no-repeat;
  background-size: cover;
  color: white;
  padding: 100px 0 0;
}
@media (max-width: 700px) {
  .section__mv {
    padding: 40px 0 0;
  }
}
.section__mv .mv__sub-ttl {
  text-align: center;
  font-size: 2.09vw;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .section__mv .mv__sub-ttl {
    font-size: 26px;
  }
}
@media (max-width: 700px) {
  .section__mv .mv__sub-ttl {
    font-size: 16px;
  }
}
.section__mv .mv__ttl {
  text-align: center;
  line-height: 1.4;
  font-size: 6.3vw;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .section__mv .mv__ttl {
    font-size: 78px;
  }
}
@media (max-width: 700px) {
  .section__mv .mv__ttl {
    font-size: 24px;
  }
}
.section__mv .mv__point {
  text-align: center;
  line-height: 1.5;
  font-size: 2.9vw;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .section__mv .mv__point {
    font-size: 36px;
  }
}
@media (max-width: 700px) {
  .section__mv .mv__point {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.section__mv .mv__point .border {
  border: 4px solid;
  display: inline-block;
  padding: 10px 40px;
  line-height: 1;
}
@media (max-width: 700px) {
  .section__mv .mv__point .border {
    border: 2px solid;
  }
}
.section__mv .mv__txt {
  width: 55%;
  padding-bottom: 40px;
}
@media (max-width: 700px) {
  .section__mv .mv__txt {
    width: 100%;
    padding-bottom: 0px;
  }
}
.section__mv .mv__img {
  position: absolute;
  width: 40%;
  bottom: -2px;
  right: 0;
}
@media (max-width: 700px) {
  .section__mv .mv__img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    right: auto;
  }
}

.section__point {
  background: url(../img/bg-point.png) no-repeat;
  background-size: cover;
  position: relative;
}
.section__point .point__container {
  background: white;
  padding: 40px 60px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}
@media (max-width: 700px) {
  .section__point .point__container {
    padding: 60px 20px 20px;
  }
}
.section__point .point01 {
  padding-top: 60px;
}
.section__point .point01::before {
  content: "";
  display: block;
  width: 50px;
  height: 80px;
  background: url(../img/point-number01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: 30px;
}
@media (max-width: 700px) {
  .section__point .point01::before {
    width: 40px;
    left: 20px;
  }
}
.section__point .point02 {
  margin-bottom: 60px;
}
.section__point .point02::before {
  content: "";
  display: block;
  width: 50px;
  height: 80px;
  background: url(../img/point-number02.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: 30px;
}
@media (max-width: 700px) {
  .section__point .point02::before {
    width: 40px;
    left: 20px;
  }
}
.section__point .point03 {
  margin-bottom: 60px;
}
@media (max-width: 700px) {
  .section__point .point03 {
    margin-bottom: 40px;
  }
}
.section__point .point03::before {
  content: "";
  display: block;
  width: 50px;
  height: 80px;
  background: url(../img/point-number03.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: 30px;
}
@media (max-width: 700px) {
  .section__point .point03::before {
    width: 40px;
    left: 20px;
  }
}
.section__point .point__txt {
  font-size: 18px;
  line-height: 1.8;
  width: 65%;
}
@media (min-width: 1200px) {
  .section__point .point__txt {
    font-size: 22px;
  }
}
@media (max-width: 700px) {
  .section__point .point__txt {
    font-size: 14px;
    width: 100%;
  }
}
.section__point .point__img {
  width: 30%;
}
@media (max-width: 700px) {
  .section__point .point__img {
    width: 100%;
    max-width: 200px;
    margin: 20px auto;
  }
}
.section__point .adviser__ttl {
  max-width: 370px;
  margin: 80px auto 40px;
  text-align: center;
  background: url(../img/adviser__ttl-bg.png) no-repeat;
  background-size: cover;
  padding: 14px;
  color: white;
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 700px) {
  .section__point .adviser__ttl {
    max-width: 280px;
    margin: 60px auto 20px;
    font-size: 20px;
    padding: 10px;
  }
}
.section__point .adviser__container {
  background: #C1272D;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 70px;
  justify-content: space-between;
  color: white;
  margin: 0px 20px 60px 20px;
}
@media (max-width: 1000px) {
  .section__point .adviser__container {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 700px) {
  .section__point .adviser__container {
    padding: 10px 15px;
    display: block;
  }
}
.section__point .adviser {
  display: flex;
  width: 46%;
  margin: 20px 0;
}
@media (max-width: 700px) {
  .section__point .adviser {
    width: 100%;
    max-width: 300px;
    margin: 40px auto;
  }
}
.section__point .adviser__img {
  width: 50%;
  position: relative;
}
.section__point .lang {
  background: url(../img/lang-bg.png) no-repeat;
  position: absolute;
  background-size: contain;
  width: 92px;
  height: 92px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  font-size: 16px;
  font-weight: bold;
  top: -24px;
  left: -40px;
}
@media (max-width: 700px) {
  .section__point .lang {
    font-size: 14px;
    width: 70px;
    height: 70px;
    top: -20px;
    left: -20px;
  }
}
.section__point .adviser__msg {
  background: white;
  padding: 10px;
  color: black;
  font-size: 10px;
  line-height: 1.8;
  font-weight: bold;
  position: relative;
  margin-top: 20px;
  margin-left: -40px;
}
@media (max-width: 1000px) {
  .section__point .adviser__msg {
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  .section__point .adviser__msg {
    padding: 10px;
    font-size: 10px;
    margin-top: 10px;
  }
}
.section__point .adviser__msg::after {
  content: "";
  display: block;
  width: 50px;
  height: 30px;
  background: url(../img/fukidashi.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  right: 30px;
}
@media (max-width: 1000px) {
  .section__point .adviser__msg::after {
    width: 30px;
  }
}
.section__point .adviser__info {
  display: grid;
  align-content: space-between;
  padding-left: 20px;
  width: 50%;
}
@media (max-width: 700px) {
  .section__point .adviser__info {
    padding-left: 15px;
  }
}
.section__point .adviser__name {
  font-size: 14px;
  padding-top: 15px;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-top: 15px;
}
.section__point .adviser__name::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/profile__line.png) no-repeat;
  background-size: contain;
}
@media (max-width: 700px) {
  .section__point .adviser__name {
    font-size: 12px;
  }
}
.section__point .name-en {
  display: block;
  font-size: 10px;
  margin: 5px 0 10px;
}

.btn {
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .btn {
    max-width: 300px;
  }
}

.btn-yellow {
  z-index: 10;
}
.btn-yellow:hover {
  opacity: 0.7;
}
.btn-yellow a {
  background: #FCEE21;
  text-align: center;
  padding: 28px 0;
  display: block;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px;
  position: relative;
}
.btn-yellow a:hover {
  opacity: 1;
}
@media (max-width: 700px) {
  .btn-yellow a {
    font-size: 18px;
  }
}
.btn-yellow a::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: black;
  position: relative;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  position: absolute;
  border-radius: 10px;
}
@media (max-width: 700px) {
  .btn-yellow a::before {
    height: 76px;
  }
}
.btn-yellow a::after {
  content: "";
  display: block;
  background: url(../img/arrow-black.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-white {
  z-index: 10;
}
.btn-white:hover {
  opacity: 0.9;
}
.btn-white a {
  background: white;
  text-align: center;
  padding: 28px 0;
  display: block;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px;
  position: relative;
  color: #C1272D;
}
.btn-white a:hover {
  opacity: 1;
}
@media (max-width: 700px) {
  .btn-white a {
    font-size: 18px;
  }
}
.btn-white a::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: black;
  position: relative;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  position: absolute;
  border-radius: 10px;
}
@media (max-width: 700px) {
  .btn-white a::before {
    height: 76px;
  }
}
.btn-white a::after {
  content: "";
  display: block;
  background: url(../img/arrow-red.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.section__policy {
  background: url(../img/bg-policy.png) no-repeat;
  background-size: cover;
}
.section__policy .policy__catch {
  color: white;
  text-align: center;
  font-size: 2.2vw;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .section__policy .policy__catch {
    font-size: 32px;
  }
}
@media (max-width: 700px) {
  .section__policy .policy__catch {
    font-size: 18px;
  }
}
.section__policy .policy__container {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  flex-wrap: wrap;
}
.section__policy .policy {
  background: white;
  width: 30%;
  padding: 30px;
  position: relative;
}
.section__policy .policy p {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 700px) {
  .section__policy .policy {
    width: 100%;
    margin-bottom: 60px;
  }
  .section__policy .policy:last-of-type {
    margin-bottom: 0;
  }
}
.section__policy .policy__number {
  display: inline-block;
  background: #666666;
  padding: 20px;
  color: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -36px;
  font-size: 24px;
  font-weight: bold;
}
.section__policy .policy__img {
  width: 80px;
  margin: 20px auto;
}

.section__flow {
  background: #F2F2F2;
}
.section__flow .flow__catch {
  font-size: 1.5vw;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .section__flow .flow__catch {
    font-size: 22px;
  }
}
@media (max-width: 700px) {
  .section__flow .flow__catch {
    font-size: 16px;
    text-align: left;
    margin-bottom: 40px;
  }
}
.section__flow .flow__container {
  display: flex;
  background: white;
  flex-wrap: wrap;
  padding: 30px 0;
  margin-bottom: 60px;
}
@media (max-width: 700px) {
  .section__flow .flow__container {
    padding: 0 20px;
  }
}
.section__flow .flow__container .flow {
  padding: 0 30px;
  width: 25%;
  border-right: 1px solid gray;
  position: relative;
}
.section__flow .flow__container .flow:last-of-type {
  border-right: none;
}
.section__flow .flow__container .flow::after {
  content: "";
  display: block;
  width: 30px;
  height: 50px;
  background: url(../img/arrow-red.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
}
@media (max-width: 700px) {
  .section__flow .flow__container .flow::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/arrow-red02.png) no-repeat;
    background-size: contain;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
    top: auto;
  }
}
.section__flow .flow__container .flow:last-of-type::after {
  content: "";
  display: none;
}
@media (max-width: 700px) {
  .section__flow .flow__container .flow {
    width: 100%;
    padding: 30px 0;
    border-right: none;
    position: relative;
  }
}
.section__flow .flow__number {
  background: url(../img/number__bg.png) no-repeat;
  background-size: cover;
  color: white;
  letter-spacing: 0.1em;
  font-size: 18px;
  padding: 10px;
  text-align: center;
}
@media (max-width: 700px) {
  .section__flow .flow__number {
    background: #666666;
  }
}
.section__flow .flow__ttl {
  font-size: 1.8vw;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .section__flow .flow__ttl {
    font-size: 26px;
  }
}
@media (max-width: 700px) {
  .section__flow .flow__ttl {
    font-size: 28px;
  }
}
.section__flow .flow__img {
  width: 80px;
  margin: 20px auto;
}
@media (max-width: 700px) {
  .section__flow .flow__img {
    margin: 10px auto;
  }
}
.section__flow .flow__txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.section__faq {
  background: url(../img/bg-faq.png) no-repeat;
  background-size: cover;
}
.section__faq .faq__container {
  background: white;
  margin-bottom: 30px;
}
.section__faq .faq__container:nth-of-type(8) {
  margin-bottom: 60px;
}
.section__faq .faq__q {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  padding: 40px 40px 40px 130px;
  margin-bottom: -20px;
  display: flex;
  align-items: center;
}
@media (max-width: 700px) {
  .section__faq .faq__q {
    font-size: 16px;
    padding: 20px 20px 20px 90px;
  }
}
.section__faq .faq__q::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/faq-q.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 46px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 700px) {
  .section__faq .faq__q::before {
    width: 40px;
    height: 40px;
    top: 20px;
    transform: none;
    left: 34px;
  }
}
.section__faq .faq__q::after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #C1272D;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 700px) {
  .section__faq .faq__q::after {
    left: 14px;
  }
}
.section__faq .faq__a {
  font-size: 18px;
  line-height: 1.5;
  padding: 40px 40px 40px 130px;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -20px;
}
@media (max-width: 700px) {
  .section__faq .faq__a {
    font-size: 16px;
    padding: 20px 20px 20px 90px;
  }
}
.section__faq .faq__a::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/faq-a.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 46px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 700px) {
  .section__faq .faq__a::before {
    width: 40px;
    height: 40px;
    top: 20px;
    transform: none;
    left: 34px;
  }
}
.section__faq .faq__a::after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #888888;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 700px) {
  .section__faq .faq__a::after {
    left: 14px;
  }
}

footer .footer__container {
  padding: 60px 20px;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 700px) {
  footer .footer__container {
    padding: 40px 15px 20px;
	  text-align:center;
  }
}
footer .footer__link {
  text-align: center;
  line-height: 2;
  width: 100%;
}
footer .footer__link a {
  width: 100%;
  background: #FCEE21;
  padding: 20px;
  display: block;
  font-weight: bold;
}
@media (max-width: 700px) {
  footer .footer__link a {
    padding: 15px;
    font-size: 14px;
  }
}
footer .footer__logo {
  max-width: 450px;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  footer .footer__logo {
    max-width: 300px;
	  margin:0px auto 20px;
  }
}
footer .footer__contact {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.5;
	display:inline-block;
}
@media (max-width: 700px) {
  footer .footer__contact {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
footer .footer__url {
  font-size: 18px;
  font-weight: bold;
	display:inline-block;
	margin-left:5%;
}
@media (max-width: 700px) {
  footer .footer__url {
    font-size: 16px;
	  margin-left:0px;
  }
}
footer .footer__copy {
  text-align: center;
  margin-top: 60px;
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 700px) {
  footer .footer__copy {
    font-size: 10px;
    margin-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */



/*access add 202311*/
.acs_list_box {
	overflow: scroll;
	height:400px;
}
.acs_list_container {
	text-align:center;
	width:100%;
	display:flex;
	flex-wrap: wrap;
}
.acs_intro_data_box {
	box-sizing: border-box;
	text-align:left;
	flex-direction: row;
	width:48%;
	margin:1%;
	padding:1% 3%;
	background-color:#FFFFFF;
	border-radius:4px;
	line-height:160%;
}
.acs_intro_catch {
	display:block;
	margin:2% 0px 4%;
	font-size:small;
	font-weight:bold;
	padding-bottom:2%;
	line-height:160%;
	min-height:50px;
	border-bottom:1px dotted #CCC;
}
.acs_intro_category {
	display:block;
	margin:3% 0px 5%;
	font-size:x-small;
	line-height:160%;
}
.acs_intro_job {
	display:block;
	margin:3% 0px 5%;
	font-size:x-small;
	line-height:160%;
}
.acs_category_title {
	display:block;
	margin-bottom:3%;
	padding:1%;
	text-align:center;
	background-color:#C1272D;
	color:#FFF;
	border-radius:4px;
	width:100%;
	font-size:x-small;
}
.acs_job_title {
	display:block;
	margin-bottom:3%;
	padding:1%;
	text-align:center;
	background-color:#C1272D;
	color:#FFF;
	border-radius:4px;
	width:100%;
	font-size:x-small;
}

.acs_intro_category2 {
	display:inline-block;
	margin:1% 0px 2%;
	font-size:x-small;
	line-height:160%;
	width:80%;
	vertical-align:top;
}
.acs_intro_job2 {
	display:inline-block;
	margin:1% 0px 2%;
	font-size:x-small;
	line-height:160%;
	width:80%;
	vertical-align:top;
}
.acs_category_title2 {
	display:inline-block;
	margin-bottom:2%;
	margin-right:3%;
	padding:1%;
	text-align:center;
	background-color:#C1272D;
	color:#FFF;
	border-radius:4px;
	width:15%;
	font-size:x-small;
	vertical-align:top;
}
.acs_job_title2 {
	display:inline-block;
	margin-bottom:2%;
	margin-right:3%;
	padding:1%;
	text-align:center;
	background-color:#C1272D;
	color:#FFF;
	border-radius:4px;
	width:15%;
	font-size:x-small;
	vertical-align:top;
}
.category_box {
	padding:0px;
	margin:0px;
}
.job_box {
	margin:0px;
	padding:0px;
}

.section__point .point__container_acs {
  padding: 40px 60px 40px;
}
@media (max-width: 700px) {
  .section__point .point__container_acs {
    padding: 0px 0px 0px;
  }
.acs_list_box {
	overflow: scroll;
	height:400px;
}
.acs_list_container {
	text-align:center;
	width:100%;
	display:flex;
	flex-wrap: wrap;
}
.acs_intro_data_box {
	box-sizing: border-box;
	text-align:left;
	flex-direction: row;
	width:100%;
	margin:1% 1% 5%;
	padding:1% 3%;
	background-color:#FFFFFF;
	border-radius:4px;
	line-height:160%;
}
.acs_intro_catch {
	display:block;
	margin:2% 0px 4%;
	font-size:small;
	font-weight:bold;
	padding-bottom:2%;
	line-height:160%;
	min-height:50px;
	border-bottom:1px dotted #CCC;
}
.acs_intro_category {
	display:block;
	margin:3% 0px 5%;
	font-size:x-small;
	line-height:160%;
}
.acs_intro_job {
	display:block;
	margin:3% 0px 5%;
	font-size:x-small;
	line-height:160%;
}
.acs_category_title {
	display:block;
	margin-bottom:3%;
	padding:1%;
	text-align:center;
	background-color:#C1272D;
	color:#FFF;
	border-radius:4px;
	width:100%;
	font-size:x-small;
}
.acs_job_title {
	display:block;
	margin-bottom:3%;
	padding:1%;
	text-align:center;
	background-color:#C1272D;
	color:#FFF;
	border-radius:4px;
	width:100%;
	font-size:x-small;
}

.acs_intro_category2 {
	display:inline-block;
	margin:1% 0px 2%;
	font-size:x-small;
	line-height:160%;
	width:70%;
	vertical-align:top;
}
.acs_intro_job2 {
	display:inline-block;
	margin:1% 0px 2%;
	font-size:x-small;
	line-height:160%;
	width:70%;
	vertical-align:top;
}
.acs_category_title2 {
	display:inline-block;
	margin-bottom:2%;
	margin-right:3%;
	padding:1%;
	text-align:center;
	background-color:#C1272D;
	color:#FFF;
	border-radius:4px;
	width:25%;
	font-size:x-small;
	vertical-align:top;
}
.acs_job_title2 {
	display:inline-block;
	margin-bottom:2%;
	margin-right:3%;
	padding:1%;
	text-align:center;
	background-color:#C1272D;
	color:#FFF;
	border-radius:4px;
	width:25%;
	font-size:x-small;
	vertical-align:top;
}
.category_box {
	padding:0px;
	margin:0px;
}
.job_box {
	margin:0px;
	padding:0px;
}

}