@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Noto+Sans+JP:wght@100..900&display=swap');
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
body {
  background-image: #fff;
  color: #333333;
  z-index: 1;
  transition: 0.7s;
}
main {
  margin: 0;
  position: relative;               
}
.aboreto-regular {
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


/* LP START */
#freshers {
  margin: 0;
  padding: 0;
  font-size: 14.5px;
  line-height: 180%;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
#freshers .bg01 {
  background: #bcb8c7 url(../images/ladies_kv.jpg) left top no-repeat;
  background-size: contain;
  background-attachment: fixed;
}
#freshers .bg02 {
  background: #d3b1b2 url(../images/bg01.jpg) left center no-repeat;
  background-size: contain;
  background-attachment: fixed;
}
#freshers .bg03 {
  background: #accad4 url(../images/bg02.jpg) left center no-repeat;
  background-size: contain;
  background-attachment: fixed;
}
#freshers .bg04 {
  background: #a5ccb7 url(../images/bg03.jpg) left center no-repeat;
  background-size: contain;
  background-attachment: fixed;
}
#freshers .bg05 {
  background: #d0adb1 url(../images/bg04.jpg) left center no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

/* NAVI */
#freshers .nav_category {
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 0;
  right: 1%;
  font-family: "Aboreto", system-ui;
  font-weight: normal;
  color: #fff;
}
#freshers .nav_category ul {
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
}
#freshers .nav_category ul li a {
  display: block;
  color: #fff;
  margin: 0 20px;
}
#freshers .nav_category a,
#freshers .nav_wrapper a {
  transition: .5s opacity ease-in;
}
#freshers .nav_category a:hover,
#freshers .nav_wrapper a:hover {
  opacity: .6;
}
#freshers .nav_wrapper {
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Aboreto", system-ui;
  transition: opacity 0.4s ease;
  opacity: 1;
}
#freshers .nav_wrapper p img {
  width: 100%;
  max-width: 200px;
}
#freshers .nav_wrapper .nav_list {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc((100% - 450px) / 4);
  z-index: 5;
}
#freshers .nav_wrapper .nav_list li {
  margin-bottom: 10px;
  color: #fff;
  text-align: leftl;
}
#freshers .nav_wrapper .nav_list li a {
  display: inline-block;
  padding: 0;
  font-weight: 700;
  color: #FFF;
}
#freshers .nav_wrapper .nav_list li a img {
  width: 100%;
  max-width: 170px;
}
@media screen and (max-width: 1440px) {
  #freshers .bg01 {
    background: #bcb8c7 url(../images/ladies_kv_2.jpg) left top no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }
  #freshers .bg02 {
    background: #d3b1b2 url(../images/bg01_2.jpg) left top no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }
  #freshers .bg03 {
    background: #accad4 url(../images/bg02_2.jpg) left top no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }
  #freshers .bg04 {
    background: #a5ccb7 url(../images/bg03_2.jpg) left top no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }
  #freshers .bg05 {
    background: #d0adb1 url(../images/bg04_2.jpg) left top no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }
  #freshers .nav_wrapper p img {
    width: 100%;
    max-width: 180px;
  }
}
@media screen and (max-width: 1440px) {
  #freshers .nav_wrapper .nav_list {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc((100% - 720px) / 4);
    z-index: 5;
  }
}
@media screen and (max-width: 1200px) {
  #freshers .nav_wrapper .nav_list {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc((100% - 800px) / 4);
    z-index: 5;
  }
}
@media screen and (max-width: 1080px) {
  #freshers .nav_category {
    right: -10px;
  }
  #freshers .nav_wrapper {
    display: none;
  }
  #freshers .bg01 {
    background: #bcb8c7;
    background-size: cover;
    background-attachment: fixed;
  }
  #freshers .bg02 {
    background: #d3b1b2;
    background-size: cover;
    background-attachment: fixed;
  }
  #freshers .bg03 {
    background: #accad4;
    background-size: cover;
    background-attachment: fixed;
  }
  #freshers .bg04 {
    background: #a5ccb7;
    background-size: cover;
    background-attachment: fixed;
  }
  #freshers .bg05 {
    background: #d0adb1;
    background-size: cover;
    background-attachment: fixed;
  }
}
#freshers .article {
  max-width: 480px;
  margin: 0 auto;
  position: relative;
}
#freshers .article p {
  margin-top: 20px;
}
#freshers .pc {
  display: block;
}
#freshers .sp {
  display: none;
}
#freshers .tb {
  display: none;
}
@media screen and (max-width: 768px) {
  #freshers .nav_category {
    display: none;
  }
  #freshers .article {
    max-width: none;
    width: 100%;
  }
  #freshers .pc {
    display: none;
  }
  #freshers .sp {
    display: block;
  }
  #freshers .tb {
    display: none;
  }
  #freshers .pc2 {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  #freshers .tb {
    display: block;
  }
  #freshers .sp {
    display: none;
  }
  #freshers .pc2 {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #freshers .tb {
    display: none;
  }
  #freshers .sp {
    display: none;
  }
  #freshers .pc2 {
    display: block;
  }
}
#freshers .article .section {
  padding: 40px 15px;
  min-height: 1000px;
}

/* TEXT MIDASHI STYLING */
#freshers .small {
  font-family: "Aboreto", system-ui;
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  margin: 12px 0;
}
#freshers .big {
  font-size: 32px;
  font-weight: 500;
  margin: 12px 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
#freshers .medium {
  font-size: 18px;
  font-weight: 500;
  margin: 12px 0;
  text-align: center;
}
#freshers .medium2 {
  font-size: 21px;
  font-weight: 500;
  margin: 12px 0 -8px;
  text-align: center;
}
#freshers .medium3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-align: left;
}
#freshers .bigger {
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}
#freshers .pink {
  font-family: "Aboreto", system-ui;
  font-size: 26px;
  background: url(../images/pink.jpg) top center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding: 12px 10px;
  color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#freshers .blue {
  font-family: "Aboreto", system-ui;
  font-size: 26px;
  background: url(../images/blue.jpg) top center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-weight: 400;
  margin: 0;
  padding: 12px 10px;
  color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/* POINT 02 */
#freshers dl.point {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  align-content: stretch;
  border-bottom: 1px solid #ddd;
}
#freshers .nobdr {
  border-bottom: none!important;
}
#freshers dl.point dt {
  margin: 30px 4% 30px 0;
  padding: 0;
  width: 16%;
}
#freshers dl.point dt img {
  width: 90%;
}
#freshers dl.point dd {
  margin: 30px 0;
  padding: 0;
  width: 80%;
}
#freshers dl.point dd h5{
  text-align: left;
  margin: 3px 0 5px;
  padding: 0;
}
#freshers dl.point dd p {
  text-align: left;
  margin: 5px 0;
  padding: 0;
}
#freshers .minus {
  margin-bottom: -20px!important;
}
#freshers .minus2 {
  margin-top: -25px!important;
}
#freshers dl.rule {
  margin: -10px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  align-content: stretch;
}
#freshers dl.rule dd {
  margin: 0 0 10px;
  padding: 0;
  width: 47%;
  position: relative;
}
#freshers dl.rule dd img {
  width: 100%;
}
#freshers dl.rule dd .base {
  position: relative;
  z-index: 1;
}
#freshers dl.rule dd .mark {
  position: absolute;
  z-index: 2;
  top: -10px;
  left: -10px;
  max-width: 46px;
}

/* MV & ANCHOR LINK */
#freshers .kv {
  position: relative;
}
#freshers .mv {
  width: 100%;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
}
#freshers .float {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  z-index: 2;
}
#freshers .slider {
  position: relative;
  z-index: 1;
}
#freshers .spacer {
  margin-top: 30px;
}
#freshers .spacer2 {
  margin-top: 5px;
}
#freshers .gradient {
  background: url(../images/gradient.jpg) top center no-repeat;
  background-size: 100% 78%;
}
#freshers .anchor ul {
  margin: 0;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: start;
  flex-wrap: wrap;
}
#freshers .anchor ul li {
  margin: 0;
  padding: 0;
  width: 30.5%;
}
#freshers .anchor ul li img {
  width: 100%;
  margin-bottom: 20px;
}

/* TAG */
#freshers .tag ul {
  margin: 25px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-self: start;
  flex-wrap: wrap;
}
#freshers .tag ul li {
  display: flex;
  margin: 5px 10px;
  padding: 2px 15px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
}
#freshers .article .section p.text {
  padding: 10px 20px 35px;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  #freshers .tag ul li {
    margin: 5px 6px;
    padding: 2px 12px;
  }
}
/* SPACING PADDING */
#freshers .article .height {
  line-height: 180%;
}
#freshers .article .no-pad {
  padding: 0!important;
}
#freshers .article .pad {
  padding-left: 35px!important;
  padding-right: 35px!important;
}
#freshers .article .pad-top {
  padding-top: 50px;
  padding-bottom: 30px;
}
#freshers .article .pad3 {
  padding: 40px 15px;
}
#freshers .extra {
  margin-top: 30px;
}

/* BACKGROUND COLOR */
#freshers #sec01 {
  background-color: #fff;
  color: #333;
}
#freshers #sec02 {
  background-color: #F8F0F2;
  color: #333;
}
#freshers #sec03 {
  background-color: #E5F3F7;
  color: #333;
}
#freshers #sec04 {
  background-color: #EDF4F0;
  color: #333;
}
#freshers #sec05 {
  background-color: #F8F0F2;
  color: #333;
}
#freshers .content {
  background: #fff;
  padding: 20px 25px 30px;
  border-radius: 15px;
}
#freshers .content2 {
  background: #fff;
  padding: 0 0 30px;
  border-radius: 15px;
}
#freshers .content img,
#freshers .content2 img {
  width: 100%;
}
#freshers .content3 {
  background: #fff;
  padding: 10px 25px 0;
  border-radius: 15px;
  text-align: center;
}
#freshers .content hr,
#freshers .content3 hr {
  height: 1px;
  color: #ddd;
  background: #ddd;
  font-size: 0;
  border: 0;
  margin: 35px 0 45px;
}
#freshers .itemlist ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: start;
  flex-wrap: wrap;
}
#freshers .itemlist ul li {
  margin: 15px 0;
  padding: 0;
  width: 46.5%;
}
#freshers .itemlist ul li img {
  width: 100%;
  margin-bottom: 5px;
}
#freshers .itemlist ul li p {
  margin: 0;
  padding: 0;
  line-height: 180%;
}
#freshers .itemlist ul li a {
  display: block;
  color: #333;
  transition: .5s opacity ease-in;
}
#freshers .itemlist ul li a:hover {
  opacity: .5;
}
#freshers .itemlist ul li .btn {
  width: 40%;
  max-width: 120px;
  margin: 10px auto 0;
  padding: 2px 5px;
  text-align: center;
  font-weight: 10px;
  color: #fff;
  background: #000;
  font-size: 11px;
}
#freshers p.nyuka {
  font-size: 11px!important;
}
#freshers .contact {
  margin: 40px 0 0;
  padding: 0 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: start;
  flex-wrap: wrap;
}
#freshers .contact li {
  margin: 0;
  padding: 0 0 40px;
  width: 100%;
  text-align: center;
}
#freshers .contact li:last-child {
  border-top: 1px solid #ddd;
  padding-top: 40px;
  padding-bottom: 0;
}
#freshers .contact li img {
  width: 50%;
  max-width: 180px;
  margin-bottom: 10px;
}
#freshers .contact li p {
  margin: 5px 0;
  padding: 0;
  line-height: 160%;
}
#freshers .btn2 a {
	position: relative;
	display: block;
	width: 270px;
	padding: 10px 0;
	background-color: #000;
	border-radius: 50px;
	font-size: 15px;
	color: #fff!important;
	margin: 10px auto 0!important;
	text-decoration: none;
	text-align: center;
}
#freshers .btn-triangle-right a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	width: 0;
	height: 0;
	margin: auto;
	color: #fff;
	border-top: 6px solid transparent;
	border-right: 0 solid transparent;
	border-left: 9px solid #fff;
	border-bottom: 6px solid transparent;
	box-sizing: border-box;
}

/* Banner */
#freshers .banner {
  margin: 0;
  padding:0
}
#freshers .banner img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
#freshers .article .section {
  padding: 42px 2%;
}
#freshers .content {
  padding: 20px 4% 30px;
}
#freshers .article .section p.text {
  padding: 10px 3% 35px;
}
#freshers .article .pad {
  padding-left: 4% !important;
  padding-right: 4% !important;
}
#freshers .big {
  font-size: 30px;
}
#freshers .medium {
  font-size: 16px;
}
#freshers .bigger {
  font-size: 15px;
}
#freshers .article .pad3 {
  padding: 40px 2%;
}
#freshers .content3 {
  padding: 10px 4% 0;
}
#freshers .pink,
#freshers .blue {
  font-size: 20px;
}
}
/* Effect Animation */
.effect-fadein {
	opacity: 0;
	transform: translate(0, 0);
	transition: all 1s ease-in-out;
}
  
.effect-appear {
	opacity: 0;
	transform: translate(0, 0);
	transition: all 1s ease-in-out;
}
  
.effect-movein {
	opacity: 0;
	transform: translate(0, 80px);
	transition: all 1s ease-in-out;
}
  
.effect-zoom {
	opacity: 0;
	transform: scale(1.2);
	filter: blur(8px);
	transition: all 1s .5s ease-in-out;
}
  
.effect-scroll {
	opacity: 1;
	filter: blur(0);
	transform: translate(0, 0);
}
  
.delay {
	transition-delay: 1s;
}

#freshers .bg05.no-bg {
  background-image: none !important;
  background-attachment: scroll;
}