@charset "UTF-8";

/* HOME
------------------------------------*/
.home header {
  position: absolute;
  top: 0;
  width: 100%;
}
.member header {
  position: absolute;
  top: 0;
  width: 100%;
}
.home__main {
  position: relative;
}
.home__main-mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.home__main-content {
  position: relative;
  z-index: 1;
  background: url("../img/main__bg.png") repeat-y;
  background-position: center;
  text-align: center;
  padding-top: 250px;
  letter-spacing: 0.05em;
}
.home__main-txt {
  text-align: center;
  padding: 10px 0 30px;
}
.home__main-txt1 {
  font-size: 24px;
}
.home__main-txt2 {
  display: inline;
  font-size: 47px;
  font-weight: bold;
}
.home__main-txt3 {
  display: inline;
  font-size: 77px;
  font-weight: bold;
  color: #153767;
}

.loop-hero {
  margin-top: 70px;
  height: 458px;
  overflow: hidden;
  position: relative;
}
.loop-track {
  display: flex;
  height: 100%;
  width: max-content;
  animation: scroll var(--duration, 40s) linear infinite;
}
.loop-img {
  height: 100%;
  width: auto;
  flex: 0 0 auto;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}
@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .loop-track { animation: none; }
}


@media (max-width: 767px) {

  .home__main-content {
    padding-top: 150px;
  }
  .home__main-txt1 {
    font-size: 5.0vw;
    line-height: 1.7em;
    margin-bottom: 20px;
  }
  .home__main-txt2 {
    font-size: 7.0vw;
  }
  .loop-hero {
    margin-top: 30px;
  }

}/* end @media */



.home__sec2 {
  text-align: center;
}
.home__sec2 h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 130px 0 60px;
}
.home__sec2 h2 span {
  font-size: 70px;
  font-weight: bold;
  color: #153767;
  margin: 0 10px;
}
.home__sec2 p {
  font-size: 20px;
  margin-bottom: 70px;
}
.home__sec2-fx {
  display: flex;
  justify-content: center;
}
.home__sec2-fx img {
  width: 512px;
  margin: 0 10px;
}



@media (max-width: 767px) {

  .home__sec2 h2 {
    margin: 100px 0 30px;
  }
  .home__sec2 p {
    font-size: 15px;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .home__sec2-fx {
    display: block;
  }
  .home__sec2-fx img {
    width: 90%;
    margin: 0 auto 10px;
  }

}/* end @media */




.home__sec3 {
  margin-top: 70px;
  padding: 143px 0 37px;
  text-align: center;
  background: url("../img/home__sec3-bg.png");
  background-size: 100% auto;
  background-position: top 0 left 0;
}
.home__sec3 h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
.home__sec3 p {
  font-size: 25px;
  margin-bottom: 40px;
}
.home__sec3-img1 {
  display: block;
  width: 300px;
  margin: 0 auto 50px;
}
.home__sec3-img2 {
  display: block;
  width: 117px;
  margin: 0 auto;
}


@media (max-width: 767px) {

  .home__sec3 {
    margin-top: 20px;
    padding: 50px 0 37px;
    background-size: cover;
    background-position: top 0 center;
  }
  .home__sec3 h2 {
    font-size: 6.0vw;
    line-height: 1.7em;
    margin-bottom: 30px;
  }
  .home__sec3 p {
    font-size: 5.0vw;
    margin-bottom: 40px;
  }
  .home__sec3-img1 {
    display: block;
    width: 300px;
    margin: 0 auto 20px;
  }

}/* end @media */



.home__sec4 {
  background: #FFF;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
  padding-bottom: 50px;
}
.home__sec4 h2 {
  background: #153767;
  padding: 27px 0;
  margin-bottom: 50px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
}

@media (max-width: 767px) {

  .home__sec4 {
    padding-bottom: 20px;
  }
  .home__sec4 h2 {
    margin-bottom: 30px;
    font-size: 5.0vw;
  }

}/* end @media */


.secJobBnr {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 70px;
}
.secJobBnr img {
  width: 100%;
  max-width: 587px;
  transition: all 0.3s;
}
.secJobBnr img:hover {
  opacity: 0.8;
}

.ttl-en {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #153767;
  margin-bottom: 34px;
}
.ttl-en::before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background: #153767;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
}
.ttl-jp {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.home__step {
  max-width: 900px;
  margin: 150px auto;
}
.home__step-line {
  position: relative;
  background: url("../img/step-line.png") repeat-y;
  background-size: 3px auto;
  background-position: top 0 left 38px;
  margin-top: 100px;
}
.home__step-fx {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
.home__step-fxL {
  width: 430px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.home__step-fxR {
  flex: 1;
}
.home__step-fxL img {
  width: 75px;
  display: block;
  height: auto; 
}
.home__step-fxL h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5em;
}
.home__step-fxR p {
  font-size: 16px;
  margin-bottom: 20px;
}
.home__step-check {
  display: inline-block;
  padding: 4px 20px 4px 48px;
  border: 1px solid #153767;
  border-radius: 20px;
  background: #FFF url(../img/ico_check.svg) no-repeat;
  background-size: 25px auto;
  background-position: top 4px left 14px;
  font-size: 15px;
  font-weight: bold;
  color: #153767;
}
.home__step-line::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;      /* 隠す部分 */
  background: white;  /* 背景色に合わせる */
}


@media (max-width: 767px) {

  .ttl-en {
    font-size: 6.0vw;
    margin-bottom: 34px;
  }
  .ttl-jp {
    font-size: 7.0vw;
    line-height: 1.7em;
  }
  .home__step {
    margin: 100px auto;
  }
  .home__step-line {
    margin-top: 50px;
    padding: 0 20px;
    background-position: top 0 left 72px;
  }
  .home__step-fx {
    display: block;
    width: 95%;
    margin: 0 auto 50px;
  }
  .home__step-fxL {
    width: 100%;
  }
  .home__step-fxR {
    padding-left: 90px;
  }
  .home__step-check {
    border-radius: 4px;
  }
  .home__step-line::after {
    height: 200px;
  }

}/* end @media */




.home__reason {
  background: #F7FBFF;
  text-align: center;
  padding: 120px 0;
}
.home__reason-txt1 {
  font-size: 18px;
  margin-bottom: 70px;
  margin-top: 70px;
}
.home__reason-txt2 {
  display: inline-block;
  font-size: 24px;
  padding: 12px 100px;
  background: #FFF;
  border-radius: 30px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
  margin-bottom: 100px;
}
.home__reason table {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.home__reason thead {
  border-bottom: 1px solid #153767;
}
.home__reason thead th,
.home__reason thead td {
  padding: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.home__reason tbody tr:nth-child(2n+1) {
  background: #FFF;
}
.home__reason tbody tr:nth-child(2n) {
  background: #F5F5F5;
}
.home__reason tbody td {
  width: 375px;
}
.home__reason tbody th > div,
.home__reason tbody td > div {
  min-height: 70px;
  display: flex;
  align-items: center;
  text-align: left;
}
.home__reason tbody th > div {
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px;
}
.home__reason tbody td > div {
  font-size: 15px;
  padding: 0 20px 0 54px;
}
.home__reason-line {
  border-right: 2px solid #153767;
}
.home__reason-top {
  border-top: 2px solid #153767;
}
.home__reason-bottom {
  border-bottom: 2px solid #153767;
}
.home__reason-maru {
  background: url('../img/ico_maru.png') no-repeat;
  background-size: 30px 30px;
  background-position: top 20px left 16px;
}
.home__reason-batsu {
  background: url('../img/ico_batsu.png') no-repeat;
  background-size: 30px 30px;
  background-position: top 20px left 16px;
}


@media (max-width: 767px) {

  .home__reason {
    padding: 70px 20px;
  }
  .home__reason-txt1 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 50px;
    margin-top: 50px;
    }
  .home__reason-txt2 {
    display: block;
    width: 100%;
    font-size: 24px;
    padding: 20px 30px;
    background: #FFF;
    border-radius: 8px;
    margin-bottom: 50px;
  }
  .table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .home__reason table {
    width: 750px;
    border-collapse: collapse;
  }
  .home__reason tbody th {
    width:  200px;
  }
  .home__reason tbody td {
    width: 250px;
  }

}/* end @media */



.home__voice {
  padding: 130px 0 100px;
}
.home__voice h2 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #153767;
  text-align: center;
  margin-bottom: 50px;
}
.home__voice h2::before {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background: #153767;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.home__voice h2::after {
  position: absolute;
  display: block;
  content: url("../img/ico_voice.svg");
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.home__voice-fx {
  display: flex;
  align-items: flex-start;
  max-width: 1100px;
  width: 100%;
  padding: 50px;
  margin: 0 auto 50px;
  background: #F7FBFF;
}

.home__covoice .home__voice-fx {
  margin-bottom: 0;
}
.home__voice-fxL {
  width: 360px;
  margin-right: 50px;
  border-radius: 20px;
  transition: all 0.2s;
}
a .home__voice-fxL:hover {
  opacity: 0.9;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.home__voice-fxR {
  flex: 1;
}
.home__voice-fxR h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.home__voice-fxR h2 span {
  font-size: 14px;
  font-weight: bold;
}
.home__voice-age {
  font-size: 14px;
  color: #153767;
  margin-bottom: 30px;
}
.home__voice-fxR p {
  font-size: 14px;
  margin-bottom: 20px;
}
.home__voice-fxR a {
  background: #FFF url(../img/arrow_right.svg) no-repeat;
  background-position: top 11px right 16px;
  padding: 11px 40px 11px 24px;
  font-size: 13px;
  font-weight: bold;
  color: #153767;
  border: 1px solid #153767;
  border-radius: 30px;
  transition: all 0.2s;
}
.home__voice-fxR a:hover {
  background-color: #153767;
  color: #FFF;
  background-image: url("../img/arrow_right@w.svg");
  background-position: top 12px right 14px;
}
.home__voice-fx-rv {
  flex-direction: row-reverse;
}
.home__voice-fx-rv .home__voice-fxL {
  margin-left: 50px;
  margin-right: 0;
}



@media (max-width: 767px) {

  .home__voice {
    padding: 70px 20px 20px;
  }
  .home__voice-fx {
    display: block;  
    padding: 30px 20px;
    margin: 0 auto 50px;
  }
  .home__voice-fx {
    display: block;
  }
  .home__voice-fxL {
    width: 100%;
    margin: 0 0 20px;
  }
  .home__voice-fx-rv .home__voice-fxL {
    margin-left: 0;
  }

}/* end @media */




.home__covoice {
  background: #F7FBFF;
  padding: 138px 0 100px;
}
.home__covoice h2 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #153767;
  text-align: center;
  margin-bottom: 70px;
}
.home__covoice h2::before {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background: #153767;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.home__covoice h2::after {
  position: absolute;
  display: block;
  content: url("../img/ico_covoice.svg");
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}


@media (max-width: 767px) {

  .home__covoice {
    padding: 100px 0 20px;
  }

}/* end @media */



.home__consul {
  padding: 100px 0;
}
.home__consul-fx {
  display: flex;
  justify-content: space-between;
  width: 1050px;
  margin: 70px auto 60px;
}
.home__consul-fx > div {
  width: 320px;
  text-align: center;
}
.home__consul h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
}
.home__consul-en {
  font-size: 14px;
  color: #999999;
  margin-bottom: 14px;
}
.home__consul-sts {
  font-size: 14px;
  color: #153767;
  margin-bottom: 30px;
}
.home__consul img {
  border-radius: 20px;
  margin-bottom: 28px;
  max-width: 300px;
  margin: 0 auto;
}
.home__consul p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #153767;
}
.home__btn a {
  display: inline-block;
  padding: 16px 60px;
  background: #FFF url("../img/arrow_right.svg") no-repeat;
  background-position: top 20px right 20px;
  border: 1px solid #153767;
  border-radius: 30px;
  color: #153767;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.2s;
}
.home__btn a:hover {
  background-color: #153767;
  color: #FFF;
  background-image: url("../img/arrow_right@w.svg");
  background-position: top 21px right 18px;
  box-shadow: 0 0 6 0 rgba(0,0,0,0.3);
}


@media (max-width: 767px) {

  .home__consul {
    padding: 70px 20px;
  }
  .home__consul-fx {
    display: block;
    width: 100%;
    margin: 50px auto 60px;
  }
  .home__consul-fx > div {
    width: 100%;
    margin-bottom: 50px;
  }

}/* end @media */



.home__faq {
  padding: 120px 0;
  background: #F7FBFF;
}
.home__faq-fx {
  display: flex;
}
.home__faq-fxL {
  width: 350px;
}
.home__faq-fxR {
  flex: 1;
}
.home__faq-en {
  font-size: 60px;
  font-weight: bold;
  color: #153767;
  margin-bottom: 6px;
}
.home__faq h2 {
  font-size: 18px;
  font-weight: bold;
  color: #9B9B9B;
  padding-left: 4px;
}

.faqBox dt {
  position: relative;
	line-height: 1.7em;
  padding: 24px 36px 0 36px;
  margin: 30px 0 10px 0;
  border-top: 1px solid #C2D2E3;
  transition: 0.5s;
  font-size: 19px;
  font-weight: 700;
}
.faqBox dt:hover {
	cursor: pointer;
  background: rgba(255,255,255,0.3);
}
.faqBox dt a {
}
.faqBox dd {
	display: none;
	overflow: hidden;
	margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 2em;
}
.faqBox dt::before { 
  position: absolute;
  display: block;
  content: "Q";
  font-family: 'Noto Serif JP', serif;
	font-size:30px;
	font-weight: bold;
	color: #153767;
  top: 18px;
  left: 0;
}
.faq_title {
  font-family: 'Noto Serif JP', serif;
	font-size:18px;
  line-height: 1.5em;
	font-weight: bold;
	color: #153767;
}
.faq_a_r {
	float:right;
	font-size:14px;
	width: 100%;
 }
.faq_icon,
.faq_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.faq_icon {
	position: absolute;
	right: -20px;
  top:30px;
	width: 56px;
	height: 56px;
  margin-top:4px;
}
.faq_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 1px;
  background-color: #153767;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.faq_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.faq_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/*＋、－切り替え*/
.faq_icon.active span:nth-of-type(1) {
	display:none;
}
.faq_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}



@media (max-width: 767px) {

  .home__faq {
    padding: 70px 10px;
  }
  .home__faq-fx {
    display: block;
  }
  .home__faq-fxL {
    width: 100%;
  }
  .home__faq-en {
    font-size: 40px;
  }
  .home__faq h2 {
    font-size: 18px;
  }
  .faqBox dt {
    padding: 24px 42px 0 36px;
  }
  .faq_title {
    font-size: 16px;
  }

}/* end @media */




.secTopReccomended {
  padding: 70px 0 100px;
}
.topSectionTitle p {
  font-size: 5.0rem;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  color: #153767;
}
.topSectionTitle h2 {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  margin-top: -10px;
  color: #9B9B9B;
}
.secTopReccomended__list {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin: 50px 0 0 0;
}
.secTopReccomended__list li {
  background-color: #E7EDF4;
  border-radius: 4px;
  width: 296px;
}
.secTopReccomended__list li + li {
  margin-left: 5px;
}
.secTopReccomended__image {
  display: inline-block;
  border-radius: 4px 4px 0 0;
  width: 100%;
  overflow: hidden;
}
.secTopReccomended__image img {
  border-radius: 4px 4px 0 0;
  width: 296px;
  height: 166px;
  object-fit: cover;
  transition: all 0.3s;
}
.secTopReccomended__image:hover img {
  transform: scale(1.1);
}
.secTopReccomended__text {
  padding: 20px 19px;
}
.secTopReccomended__title h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 48px;
  font-size: 1.5rem;
  font-weight: 700;
}
.secTopReccomended__title:hover h3 {
  text-decoration: underline;
}
.secTopReccomended__textBox01 {
  margin-top: 10px;
  min-height: 72px;
}
.secTopReccomended__textBox01 dl {
  display: flex;
  justify-content: space-between;
}
.secTopReccomended__textBox01 dl + dl {
  margin-top: 6px;
}
.secTopReccomended__textBox01 dt {
  width: 50px;
  font-size: 1.2rem;
}
.secTopReccomended__textBox01 dd {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: 200px;
  font-size: 1.2rem;
}
.secTopReccomended__textBox02 {
  text-align: center;
  margin-top: 18px;
}
.secTopReccomended__textBox02 .simplefavorite-button {
  width: 180px;
  font-size: 1.3rem;
  line-height: 33px;
  margin: 0;
}
.secTopReccomended__box {
  text-align: center;
  margin-top: 40px;
}
.secTopReccomended .home__btn {
  margin-top: 60px;
}

.home .secJobCategory {
  margin-top: 70px;
}

.secTopBanner {
  padding: 100px 0 0px 0;
}
.secTopBanner ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.secTopBanner ul li {
  width: 364px;
  margin: 0 20px;
}
.secTopBanner ul li a {
  display: inline-block;
  border-radius: 4px;
}
.secTopBanner ul li img {
  border-radius: 4px;
}

.secTopInformations {
  position: relative;
  padding: 100px 50px 30px;
  background: #F7FBFF;
}
.secTopInformations__box {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
 }
.secTopInformations__box01 {
  flex: 1;
}
.secTopInformations__box01 .topSectionTitle {
  margin-bottom: 48px;
}
.secTopInformations__box02 {
  width: 785px;
  margin-left: 50px;
}
.topInformationList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.topInformationList > li {
  display: flex;
  justify-content: space-between;
  padding: 0 0 40px;
}
.topInformationList__image {
  overflow: hidden;
  width: 270px;
  height: 180px;
  margin-right: 40px;
}
.topInformationList__image img {
  width: 270px;
  height: 180px;
  object-fit: cover;
  transition: all 0.3s;
  border-radius: 4px;
}
.topInformationList__image:hover img {
  transform: scale(1.1);
}
.topInformationList__text {
  flex: 1;
}
.topInformationList__date {
  font-size: 1.1rem;
  color: #333;
}
.topInformationList__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #333333;
  margin: 3px 0;
}
.topInformationList__title:hover {
  text-decoration: underline;
}
.topInformationList p {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.7em;
  color: #666;
}
.topInformationList__category {
  display: flex;
  justify-content: flex-start;
}
.topInformationList__category li {
  margin: 0 10px 5px 0;
}
.topInformationList__category a {
  display: inline-block;
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  font-size: 1.1rem;
  color: #666666;
  padding: 1px 10px;
  transition: all 0.3s;
}
.topInformationList__category a:hover {
  background-color: #FFFFFF;
}
.topInfoTtl p {
  font-size: 30px;
  font-weight: bold;
  color: #153767;
}
.topInfoTtl h2 {
  position: relative;
  font-size: 15px;
  padding-left: 30px;
  margin-bottom: 70px;
}
.topInfoTtl h2::before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background: #294365;
  top: 11px;
  left: 0;
}


@media (max-width: 767px) {
  .secTopMain {
    height: 620px;
  }
	.member .secTopMain {
		position: relative;
		height: 390px;
		width: 100%;
	}
  .secTopMain__key01 {
    position: absolute;
    top: 100px;
    left: 0;
    width: 350px;
	max-width: 100%;
    padding: 0 24px;
  }
  .secTopJobSearch {
    margin-top: -165px;
  }
  .secJobBnr {
    display: block;
    margin-bottom: 30px;
  }
  .secJobBnr img {
    margin-bottom: 20px;
  }
  
  .topSectionTitle p {
    font-size: 4.0rem;
  }
  .secTopReccomended__list {
    display: block;
  }
  .secTopReccomended__list li {
    width: 100%;
  }
  .secTopReccomended__list li + li {
    margin-top: 30px;
    margin-left: 0;
  }
  .secTopReccomended__image img {
    width: 100%;
    height: 202px;
  }
  .secTopReccomended__title h3 {
    min-height: auto;
  }
  .secTopReccomended__textBox01 dd {
    width: calc(100% - 50px);
  }
  .secTopReccomended__box {
    margin-top: 50px;
  }

  .home .secJobCategory {
    margin-top: 50px;
  }
  
  .secTopBanner {
    padding: 70px 0 20px 0;
  }
  .secTopBanner ul {
    display: block;
  }
  .secTopBanner ul li {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .secTopInformations {
    padding: 50px 20px;
  }
  .secTopInformations::before {
    height: 300px;
  }
  .secTopInformations__box {
    display: block;
    width: 100%;
    padding: 0;
  }
  .secTopInformations__box01 {
    width: 100%;
  }
  .secTopInformations__box01 .topSectionTitle {
    margin-bottom: 48px;
  }
  .secTopInformations__box02 {
    width: 100%;
    margin: 0;
  }
  .topInformationList > li {
    padding: 10px 0;
  }
  .topInformationList__image {
    overflow: hidden;
    width: 106px;
    height: 78px;
    margin-right: 20px;
  }
  .topInformationList__image img {
    width: 106px;
    height: 78px;
  }
  .topInformationList__text {
    width: calc(100% - 106px - 16px);
  }
  .topInformationList__title {
    -webkit-line-clamp: 3;
    font-size: 1.2rem;
  }
        
  .secTopInformations__box03 {
    text-align: center;
    margin-top: 30px;
  }  
} /* end @media */

