.Header {
  background-color: #ffffff;
}
.Bread {
  background-color: #333;
}
.breadcrumbs {
	width: 90%;
	margin: 0 auto;
	padding: 63px 0 7px 5px;
	font-size: 13px;
	color: #CCC;
}
.breadcrumbs a {
	text-decoration: underline;
}
.Wrapper {
/*   padding-top: 58px; */
}
.Wrapper.isClicked2 {
  position: relative;
  z-index: -100;
}
.BigImg {
  position: relative;
}
.BigImg-SlideShow-Wrapper {
  overflow: hidden;
  position: relative;
}
.BigImg-SlideShow-Wrapper-Slide {
  /* opacity: 0; */
  position: relative;
  transition: 2s;
  z-index: 1;
}
.BigImg-SlideShow-Wrapper-Slide:not(:first-child) {
  left: 0;
  position: absolute;
  top: 0;
}
.BigImg-SlideShow-Wrapper-Slide.isShown {
  opacity: 1;
}
.BigImg-Sp-SlideShow-Wrapper-Slide-Img {
  display: none;
}
@media screen and (max-width: 826px) {
  .BigImg-SlideShow-Wrapper-Slide-Img {
    display: none;
  }
  .BigImg-Sp-SlideShow-Wrapper-Slide-Img {
    display: block;
  }
}
.BigImg-Eyechach {
  align-items: center;
  bottom: 0;
  display: flex;
  left: 0;
  margin: auto;
  /* opacity: 0; */
  position: absolute;
  right: 0;
  top: 0;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
  width: 64.5%;
  z-index: 10;
}
.BigImg-Eyechach.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
@media screen and (max-width: 826px) {
  .BigImg-Eyechach {
    width: 85%;
  }
}
@media screen and (max-width: 826px) {
  .BigImg-Eyechach-Img {
    display: none;
  }
}
.BigImg-Sp-Eyechach-Img {
  display: none;
}
@media screen and (max-width: 826px) {
  .BigImg-Sp-Eyechach-Img {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .BigImg::before {
    padding-top: 113.3%;
  }
}
.News {
  background-color: #00bef1;
  color: #ffffff;
  height: 242px;
  min-height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .News {
    height: 484px;
    min-height: inherit;
  }
}
.news-inner {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .news-inner {
    display: block;
    width: 90%;
  }
}
.news-part-left {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .news-part-left {
    width: 100%;
  }
}
.news-heading {
  margin-top: 48px;
  text-align: center;
  font-size: 2.75em;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .news-heading {
    margin-top: 33px;
    letter-spacing: 0.1em;
    font-size: 2.55em;
  }
}
.news-heading + p {
  margin-top: 15px;
  text-align: center;
  font-size: 0.9em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .news-heading + p {
    opacity: 0.4;
  }
}
.news-list-button {
  margin: 28px auto 0;
  display: block;
  width: 128px;
  height: 34px;
}
@media screen and (max-width: 768px) {
  .news-list-button {
    margin: 37px auto 0;
    width: 284px;
    height: 62px;
  }
}
.news-list-button button {
  width: 100%;
  height: 100%;
  color: #00bef1;
  letter-spacing: -0.1em;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .news-list-button button {
    letter-spacing: 0.24em;
  }
}
.news-part-right {
  margin-left: 4%;
  width: 71%;
}
@media screen and (max-width: 768px) {
  .news-part-right {
    width: 100%;
    margin-left: 0;
    margin: 0 auto;
  }
}
.news-part-right ul {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .news-part-right ul {
    max-width: 300px;
    margin: 32px auto 0;
  }

  .news-part-right li:nth-child(2),
  .news-part-right li:nth-child(3),
  .news-part-right li:nth-child(4) {
    margin-top: 20px;
  }
}
.news-content {
  display: flex;
  line-height: 3.2;
}
@media screen and (max-width: 768px) {
  .news-content {
    line-height: 1.4;
    font-size: 0.85em;
    position: relative;
  }
}
.single-wrapper {
  background: #ebeef3;
  padding-top: 1px;
}
.news-list-area {
  padding-bottom: 48px;
}
.single-news-area {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .single-news-area {
    width: 84%;
  }
}
.single-news-heading h1 {
  font-size: 0.8em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .single-news-heading h1 {
    font-size: 0.6em;
  }
}
.single-news-heading p {
  font-size: 0.4em;
  letter-spacing: 0.03em;
  margin-top: 25px;
  text-align: right;
}
.single-news-content {
  display: block;
  margin-top: 64px;
  padding-bottom: 64px;
}
.news-content span:nth-child(1) {
	letter-spacing: 0.04em;
	display: block;
	width: 140px;
}
@media screen and (max-width: 768px) {
  .news-content span:nth-child(1) {
    letter-spacing: 0.07em;
  }
}
.news-title {
  margin-left: 40px;
  letter-spacing: 0.03em;
  white-space: nowrap;
	width: 400px;
}
@media screen and (max-width: 768px) {
  .news-title {
    margin-left: 0;
	  width: 100%;
  }
}
.news-arrow {
  width: 12px;
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  .news-arrow {
    width: 12px;
    /*margin-left: 12%;*/
    /*margin-right: 0.6%;*/
    position: absolute;
    right: 0;
  }
}

.News-Inner {
  /* width: 90%; */
  /* max-width: 975px; */
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .News-Inner {
    padding-bottom: 13px;
    padding-top: 17px;
  }
}
.News-Inner-Slide {
  height: 100%;
  width: 100%;
}
.News-Inner-Slide-Item {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 975px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .News-Inner-Slide-Item {
    height: auto;
    position: relative;
    top: 4px;
  }
}
.News-Inner-Slide__Right {
  height: 28px;
  min-height: 28px;
}
@media screen and (max-width: 768px) {
  .News-Inner-Slide__Right {
    height: auto;
    min-height: inherit;
  }
}
.News-Inner-Slide-Arrow {
  height: 16.5px;
  width: 10px;
}
.News-Inner-Slide-Group {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .News-Inner-Slide-Group {
    flex-direction: column;
  }
}
.News-Inner-Slide-Group__Right {
  align-items: center;
  border-right: 1px solid #ffffff;
  display: flex;
  height: 100%;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .News-Inner-Slide-Group__Right {
    border-right: 0;
    padding-right: 0;
  }
}
.News-Inner-Slide-Group__Left {
  align-items: center;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .News-Inner-Slide-Group__Left {
    align-items: flex-start;
    flex-direction: column;
  }
}
.News-Inner-Slide-Group__Left a {
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .News-Inner-Slide-Group__Left a {
    line-height: 1;
  }
}
.News-Inner-Slide-Group-TitleText {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .News-Inner-Slide-Group-TitleText {
    padding-bottom: 16px;
    position: relative;
  }
  .News-Inner-Slide-Group-TitleText::before {
    background-color: #ffffff;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 1px;
    position: absolute;
    width: 28px;
  }
}
.News-Inner-Slide-Group-DateText {
  font-size: 15px;
  padding-left: 28px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .News-Inner-Slide-Group-DateText {
    padding: 15px 0 11px 0;
  }
}
.News-Inner-Slide-Group-Text {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .News-Inner-Slide-Group-Text {
    overflow: hidden;
    width: 100%;
  }
}
.Mission {
  background: url("../../images/2020/vision.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  background-color:rgba(255,255,255,0.7);
  background-blend-mode:lighten;
}
@media screen and (max-width: 768px) {
  .Mission {
    background-position: 87%;
  }
}
.Mission-Inner {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Mission-Inner {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 90%;
  }
}
.Mission-Inner-HeadLine {
  /* opacity: 0; */
  padding-bottom: 47px;
  padding-top: 70px;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
}
.Mission-Inner-HeadLine.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
@media screen and (max-width: 768px) {
  .Mission-Inner-HeadLine {
    padding-bottom: 68px;
    padding-top: 72px;
    text-align: center;
  }
}
.Mission-Inner-HeadLine-TitleText {
  color: #333333;
  font-size: 49px;
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
}
.Mission-Inner-HeadLine-SubText {
  font-size: 14px;
  opacity: .5;
  padding-top: 14px;
}
@media screen and (max-width: 768px) {
  .Mission-Inner-HeadLine-SubText {
    padding-top: 20px;
  }
}
.Mission-Inner-TextGroup {
  /* opacity: 0; */
  padding-bottom: 30px;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
}
.Mission-Inner-TextGroup.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
@media screen and (max-width: 768px) {
  .Mission-Inner-TextGroup {
    padding-bottom: 23px;
  }
}
.Mission-Inner-TextGroup-Text {
  color: #666666;
  font-size: 18px;
  line-height: 38px;
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .Mission-Inner-TextGroup-Text {
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 40px;
  }
  .Mission-Inner-MainText-Text-Br:nth-last-of-type(1) {
    display: none;
  }
  .Mission-Inner-MainText-Text-Br:nth-last-of-type(2) {
    display: none;
  }
  .Mission-Inner-TextGroup-Text:nth-of-type(5) .Mission-Inner-MainText-Text-Br:nth-of-type(2) {
    display: block;
  }
}
.Realize__Top {
  background-color: #00bef1;
  height: 268px;
  padding-top: 54px;
  width: 100%;
}
@media screen and (max-width: 768px) {
.Realize__Top {
  height: 358px;
}
}
.Realize-MainText {
  color: #ffffff;
  font-size: 21px;
  line-height: 32.7px;
  /* opacity: 0; */
  text-align: center;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
}
.Realize-MainText.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
@media screen and (max-width: 768px) {
  .Realize-MainText {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 90%;
  }
  .Realize-MainText-Br {
    display: none;
  }
}
.Realize__Bottom {
  background-color: #ffffff;
  /*height: 786px;*/
  height: 301px;
}
@media screen and (max-width: 768px) {
  .Realize__Bottom {
    height: 100%;
    /*padding-bottom: 40px;*/
    max-height: 541px;
  }
}
.Realize-CardGroup {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 846px;
  position: relative;
  top: -87.5px;
}
@media screen and (max-width: 768px) {
  .Realize-CardGroup {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    top: -92px;
    width: 90%;
  }
}
.Realize-CardGroup-Card {
  /* opacity: 0; */
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
  width: 46.3%;
}
.Realize-CardGroup-Card.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
@media screen and (max-width: 768px) {
  .Realize-CardGroup-Card {
    margin-left: auto;
    margin-right: auto;
    max-width: 334px;
    width: 100%;
  }
  .Realize-CardGroup-Card:first-child {
    padding-bottom: 44px;
  }
}
.Realize-CardGroup-Card-Img {
  background-color: red;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(107, 107, 107, .35);
  height: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Realize-CardGroup-Card-Img {
    /*height: 149px;*/
  }
}
.Realize-CardGroup-Card-Text {
  color: #333333;
  font-family: 'Hiragino Sans';
  font-size: 16px;
  font-weight: 300;
  line-height: 26.5px;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .Realize-CardGroup-Card-Text {
    font-size: 15.34px;
    line-height: 25px;
    padding-top: 28px;
  }
}
.Explane-Movie {
	width: 66.8%;
	margin: 0 auto;
	padding-bottom: 80px;
	/* opacity: 0; */
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
}
.Explane-Movie.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
@media screen and (max-width: 768px) {
  .Explane-Movie {
    width: 90%;
  }
}
.Explane-Movie h3 {
  text-align: center;
  font-size: 1.3em;
}
.Explane-Movie-PartGroup {
  display: flex;
  margin-top: 61.4px;
}
@media screen and (max-width: 768px) {
  .Explane-Movie-PartGroup {
    display: block;
    margin-top: 0;
  }
}
.Explane-Movie-PartGroup > div {
  width: 45.6%;
}
@media screen and (max-width: 768px) {
  .Explane-Movie-PartGroup > div {
    width: 100%;
    margin-right: 0;
    margin-top: 40px;
  }
}
.Explane-Movie-PartGroup-Part {
  height: 220px;
}
@media screen and (max-width: 768px) {
  .Explane-Movie-PartGroup-Part {
    height: 163px;
  }
}
.Explane-Movie-PartGroup-Part iframe {
  border: 1px solid #e0e4e8;
  border-radius: 4px;
  max-width: 100%;
  max-height: 100%;
}
.Explane-Movie-PartGroup p {
  margin-top: 35px;
  letter-spacing: 0.03em;
}
.Explane-Movie-PartGroup > div:nth-child(1) {
  margin-right: 8.8%;
}
.Explane-Movie-PartGroup div:nth-child(2) p:nth-of-type(2) {
  margin-top: 10px;
}
.Program {
  background-color: #e0e4e8;
  padding-bottom: 97px;
  padding-top: 71px;
}
@media screen and (max-width: 768px) {
  .Program {
    padding-bottom: 48px;
    padding-top: 64px;
  }
}
.Program-Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 846px;
  width: 90%;
}
.Program-Inner-HeadLine {
  /* opacity: 0; */
  padding-bottom: 55px;
  text-align: center;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
}
.Program-Inner-HeadLine.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
@media screen and (max-width: 768px) {
  .Program-Inner-HeadLine {
    padding-bottom: 44px;
    text-align: inherit;
  }
}
.Program-Inner-HeadLine-TitleText {
  color: #333333;
  font-size: 49px;
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
  text-align: center;
}
.Program-Inner-HeadLine-SubText {
  font-size: 14px;
  opacity: .5;
  padding-bottom: 42px;
  padding-top: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Program-Inner-HeadLine-SubText {
    padding-bottom: 55px;
  }
}
.Program-Inner-HeadLine-MainText {
  color: #666666;
  font-family: 'Hiragino Sans';
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .Program-Inner-HeadLine-MainText-Br {
    display: none;
    text-align: left;
  }
}
.Program-Inner-SpProcess {
  display: none;
  /* opacity: 0; */
  position: relative;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
}
.Program-Inner-SpProcess.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
@media screen and (max-width: 768px) {
  .Program-Inner-SpProcess {
    display: block;
  }
}
.Program-Inner-Process {
  /* opacity: 0; */
  text-align: center;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
}
.Program-Inner-Process.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
@media screen and (max-width: 768px) {
  .Program-Inner-Process {
    display: none;
  }
}
.Program-Inner-SpProcess-Img {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 337px;
}
.Program-Inner-Process-Arrow {
  display: flex;
}
@media screen and (max-width: 768px) {
  .Program-Inner-Process-Arrow {
    flex-direction: column;
  }
}
.Program-Inner-Process-Arrow-TitleText {
  align-items: center;
  background-color: #48aaff;
  box-shadow: 0 0 2px rgba(107, 107, 107, .35);
  color: #ffffff;
  display: flex;
  font-family: 'Hiragino Sans';
  font-size: 21px;
  font-weight: 300;
  height: 54px;
  justify-content: center;
  width: 33.3333%;
}
.Program-Inner-Process-Arrow-TitleText:nth-of-type(2) {
  background-color: #1ebbe8;
}
.Program-Inner-Process-Arrow-TitleText:nth-of-type(3) {
  background-color: #1ec7e7;
}
@media screen and (max-width: 768px) {
  .Program-Inner-Process-Arrow-TitleText {
    width: 100%;
  }
}
.Program-Inner-Process-Arrow-TitleText {
  position: relative;
}
.Program-Inner-Process-Arrow-TitleText:first-child::after {
  border: 0;
  border-right: solid 18px #e0e4e8;
  border-top: solid 18px #e0e4e8;
  content: '';
  height: 45px;
  position: absolute;
  right: -12px;
  top: -4px;
  transform: rotate(45deg);
  width: 45px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .Program-Inner-Process-Arrow-TitleText:first-child::after {
    display: none;
  }
}
.Program-Inner-Process-Arrow-TitleText:nth-of-type(2)::after {
  border: 0;
  border-right: solid 18px #e0e4e8;
  border-top: solid 18px #e0e4e8;
  content: '';
  height: 45px;
  position: absolute;
  right: -12px;
  top: -4px;
  transform: rotate(45deg);
  width: 45px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .Program-Inner-Process-Arrow-TitleText:nth-of-type(2)::after {
    display: none;
  }
}
.Program-Inner-Process-Arrow-TitleText:nth-of-type(3)::after {
  border: 0;
  border-right: solid 25px #e0e4e8;
  border-top: solid 25px #e0e4e8;
  content: '';
  height: 45px;
  position: absolute;
  right: -20px;
  top: -7px;
  transform: rotate(45deg);
  width: 45px;
}
@media screen and (max-width: 768px) {
  .Program-Inner-Process-Arrow-TitleText:nth-of-type(3)::after {
    display: none;
  }
}
.Program-Inner-Process-Line {
  background-color: #3fbcde;
  box-shadow: 0 0 2px rgba(107, 107, 107, .35);
  height: 2px;
  margin-top: 23px;
  position: relative;
  width: 100%;
}
.Program-Inner-Process-Line::after {
  background-color: #3fbcde;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(107, 107, 107, .35);
  content: '';
  display: block;
  height: 17px;
  position: absolute;
  right: 0;
  top: -7.5px;
  width: 17px;
}
.Program-Inner-Process-Line::before {
  background-color: #3fbcde;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(107, 107, 107, .35);
  content: '';
  display: block;
  font-family: 'Hiragino Sans';
  font-weight: 300;
  height: 17px;
  left: -1px;
  position: absolute;
  top: -7.5px;
  width: 17px;
}
.Program-Inner-Process-Text {
  color: #48aaff;
  font-size: 18px;
  padding-top: 23px;
}
.Program-Inner-Step {
  padding-bottom: 65px;
  padding-top: 55px;
}
@media screen and (max-width: 768px) {
  .Program-Inner-Step {
    padding-bottom: 43px;
    padding-top: 56px;
  }
}
.Program-Inner-Step-Item {
  display: flex;
  justify-content: flex-start;
  /* opacity: 0; */
  padding-bottom: 35px;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
}
.Program-Inner-Step-Item.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
@media screen and (max-width: 768px) {
  .Program-Inner-Step-Item {
    flex-direction: column;
    padding-bottom: 64px;
    position: relative;
  }
}
.Program-Inner-Step-Item:last-child {
  padding-bottom: 0;
}
.Program-Inner-Step-Item-Number {
  width: 47px;
}
@media screen and (max-width: 768px) {
  .Program-Inner-Step-Item-Number {
    left: calc(50% - 28.5px);
    position: absolute;
    top: -27px;
    width: 57px;
  }
}
.Program-Inner-Step-Item-Line {
  background-color: #3fbcde;
  box-shadow: 0 0 2px rgba(107, 107, 107, .35);
  height: calc(100% - 51px);
  margin-left: 50%;
  margin-top: 14px;
  width: 1.5px;
}
@media screen and (max-width: 768px) {
  .Program-Inner-Step-Item-Line {
    display: none;
  }
}
.Program-Inner-Step-Item:last-child .Program-Inner-Step-Item-Line {
  height: calc(100% - 61px);
}
.Program-Inner-Step-Item__Right {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(107, 107, 107, .35);
  margin-left: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Program-Inner-Step-Item__Right {
    margin-left: 0;
  }
}
.Program-Inner-Step-Item:nth-of-type(2) .Program-Inner-Step-Item__Right {
  height: 293px;
}
.Program-Inner-Step-Item:nth-of-type(3) .Program-Inner-Step-Item__Right {
  height: 239px;
}
@media screen and (max-width: 768px) {
  .Program-Inner-Step-Item:nth-of-type(2) .Program-Inner-Step-Item__Right {
    height: auto;
  }
  .Program-Inner-Step-Item:nth-of-type(3) .Program-Inner-Step-Item__Right {
    height: auto;
  }
}
.Program-Inner-Step-Item-Inner {
  padding-left: 28px;
  padding-right: 28px;
}
@media screen and (max-width: 768px) {
  .Program-Inner-Step-Item-Inner {
    padding-left: 38px;
    padding-right: 38px;
  }
}
.Program-Inner-Step-Item-Inner-Title {
  border-bottom: 1px solid #c3c3c3;
  display: flex;
  font-family: 'Hiragino Sans';
  font-weight: 300;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 24px;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .Program-Inner-Step-Item-Inner-Title {
    border-bottom: 0;
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 21px;
    padding-top: 41px;
    text-align: center;
  }
}
.Program-Inner-Step-Item-Inner-Title-Text {
  color: #48aaff;
  font-size: 24px;
}
.Program-Inner-Step-Item-Inner-Title-PeriodText {
  align-items: center;
  display: flex;
  font-size: 17px;
  justify-content: center;
  opacity: .5;
}
@media screen and (max-width: 768px) {
  .Program-Inner-Step-Item-Inner-Title-PeriodText {
    padding-top: 10px;
  }
}
.Program-Inner-Step-Item-Inner-Item {
  display: flex;
  padding-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .Program-Inner-Step-Item-Inner-Item {
    flex-direction: column;
    padding-bottom: 40px;
  }
  .Program-Inner-Step-Item-Inner-Item:last-child {
    padding-bottom: 34px;
  }
}
.Program-Inner-Step-Item-Inner-Item-TitleText {
  align-items: center;
  background-color: rgba(51, 51, 51, .3);
  border-radius: 5px;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  height: 27px;
  justify-content: center;
  margin-right: 20px;
  width: 64px;
}
@media screen and (max-width: 768px) {
  .Program-Inner-Step-Item-Inner-Item-TitleText {
    width: 100%;
  }
}
.Program-Inner-Step-Item-Inner-Item-Text {
  color: #666666;
  font-family: 'Hiragino Sans';
  font-weight: 300;
  line-height: 26px;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .Program-Inner-Step-Item-Inner-Item-Text {
    padding-top: 18px;
  }
}
.Program-Inner-TextGroup {
  color: #666666;
  /* opacity: 0; */
  text-align: center;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
}
.Program-Inner-TextGroup.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
@media screen and (max-width: 768px) {
  .Program-Inner-TextGroup {
    padding-left: 18px;
    padding-right: 18px;
    text-align: left;
  }
}
.Program-Inner-TextGroup-MainText {
  font-family: 'Hiragino Sans';
  font-weight: 300;
  line-height: 28px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .Program-Inner-TextGroup-MainText {
    padding-bottom: 35px;
  }
  .Program-Inner-TextGroup-MainText-Br {
    line-height: 50px;
  }
  .Program-Inner-TextGroup-MainText-Br:nth-of-type(2) {
    display: none;
  }
}
.Program-Inner-TextGroup-DetailsText {
  font-family: 'Hiragino Sans';
  font-size: 14px;
  font-weight: 300;
  line-height: 24.5px;
  opacity: .5;
}
@media screen and (max-width: 768px) {
  .Program-Inner-TextGroup-DetailsText {
    opacity: 1;
  }
}
.AnotherCourse {
  background-color: #eaeaee;
  padding-bottom: 100px;
  padding-top: 76px;
}
@media screen and (max-width: 768px) {
  .AnotherCourse {
    padding-bottom: 45px;
    padding-top: 62px;
  }
}
.AnotherCourse-Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 846px;
  width: 90%;
}
.Speciality-Inner-HeadLine {
	/* opacity: 0; */
  /* transform: translateY(100px); */
  padding-top: 50px;
	transition-timing-function: ease-in-out;
}
.Speciality-Inner-HeadLine.isScrolled {
	opacity: 1;
	transform: translateY(0);
	transition: 1.2s;
}
.Speciality-Inner-HeadLine-TitleText {
    color: #333;
    font-size: 49px;
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1em;
    text-align: center;
}
.Speciality-Inner-HeadLine-SubText {
    font-size: 14px;
    opacity: .5;
    padding-bottom: 42px;
    padding-top: 14px;
    text-align: center;
}
.Speciality-Inner-HeadLineText {
  color: #48aaff;
  font-size: 24px;
  /* opacity: 0; */
  padding-bottom: 64px;
  text-align: center;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
}
.Speciality-Inner-HeadLineText.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
@media screen and (max-width: 768px) {
  .Speciality-Inner-HeadLineText {
    padding-bottom: 43px;
  }
}
.AnotherCourse-Inner-CardGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .AnotherCourse-Inner-CardGroup {
    flex-direction: column;
  }
}
.AnotherCourse-Inner-CardGroup-Card {
  /* opacity: 0; */
  padding-bottom: 40px;
  position: relative;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 2px rgba(107, 107, 107, .35);
/* 	margin-left: 20px; */
	width: 100%;
	padding: 10px 20px 0 20px;
}
.AnotherCourse-Inner-CardGroup-Card.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
.AnotherCourse-Inner-CardGroup-Card:nth-of-type(n+2) {
  margin-top: 80px;
}
.AnotherCourse-Inner-CardGroup-Card:not(:first-child):nth-of-type(3) {
/*   margin-top: -100px; */
}
.AnotherCourse-Inner-CardGroup-Card:nth-of-type(4) {
/*   margin-top: 35px; */
}
@media screen and (max-width: 768px) {
  .AnotherCourse-Inner-CardGroup-Card {
    width: 100%;
	  margin-bottom: 40px;
	  padding-bottom: 30px;
  }
  .AnotherCourse-Inner-CardGroup-Card:nth-of-type(2) {
    margin-top: 0;
  }
  .AnotherCourse-Inner-CardGroup-Card:not(:first-child):nth-of-type(2n+1) {
    margin-top: 0;
  }
  .AnotherCourse-Inner-CardGroup-Card:nth-of-type(4) {
    margin-top: 0;
  }
}
.AnotherCourse-Inner-CardGroup-Card__Top {
  height: auto;
  min-height: 260px;
  width: 100%;
	position: relative;
}
.AnotherCourse-Inner-CardGroup-Card-Img {
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(107, 107, 107, .35);
}
@media screen and (min-width: 769px) {
.AnotherCourse-Inner-CardGroup-Card-Img {
	position: absolute;
	right: -40px;
	width: 48%;
	top: -30px;
}
}
.AnotherCourse-Inner-CardGroup-Card-TitleText {
  color: #333333;
  font-family: 'Hiragino Sans';
  font-size: 21px;
  font-weight: 300;
  padding-bottom: 22px;
  padding-top: 33px;
  position: relative;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .AnotherCourse-Inner-CardGroup-Card-TitleText {
    padding-bottom: 17px;
    padding-top: 24px;
  }
}
.AnotherCourse-Inner-CardGroup-Card__Top .AnotherCourse-Inner-CardGroup-Card-TitleText::before {
  background-color: #3fbcde;
  bottom: 0;
  box-shadow: 0 0 2px rgba(107, 107, 107, .35);
  content: '';
  display: inline-block;
  height: 1.5px;
  position: absolute;
  width: 33px;
}
@media screen and (max-width: 768px) {
  .AnotherCourse-Inner-CardGroup-Card-TitleText::before {
    width: 24.5px;
  }
}
.AnotherCourse-Inner-CardGroup-Card__Bottom {
/*   padding-top: 22px; */
}
@media screen and (max-width: 768px) {
  .AnotherCourse-Inner-CardGroup-Card__Bottom {
    padding-top: 17px;
  }
}
.AnotherCourse-Inner-CardGroup-Card-Text {
  color: #666666;
  font-family: 'Hiragino Sans';
  font-size: 16px;
  font-weight: 500;
	line-height: 26px;
	padding-bottom: 35px;
}
.AnotherCourse-Inner-CardGroup-Card__Top .AnotherCourse-Inner-CardGroup-Card-Text {
	width: 55%;
}
@media screen and (max-width: 768px) {
  .AnotherCourse-Inner-CardGroup-Card-Text {
    font-size: 16px;
    line-height: 25.5px;
    padding-bottom: 0;
  }
.AnotherCourse-Inner-CardGroup-Card__Top .AnotherCourse-Inner-CardGroup-Card-Text {
	width: 100%;
}
}
.AnotherCourse-Inner-CardGroup-Card__Bottom__Inner-title{
	margin-bottom: 10px;
	color: #333;
}
.AnotherCourse-Inner-CardGroup-Card__Bottom .AnotherCourse-Inner-CardGroup-Card__Bottom__Inner-Item{
	display: flex;
	padding-bottom: 21px;
}
.AnotherCourse-Inner-CardGroup-Card__Bottom .AnotherCourse-Inner-CardGroup-Card__Bottom__Inner-Item.last{
	padding-bottom: 40px;
}
.AnotherCourse-Inner-CardGroup-Card__Bottom__Inner-Item .AnotherCourse-Inner-CardGroup-Card-TitleText{
	align-items: center;
	background-color: #3333334d;
	border-radius: 5px;
	color: #fff;
	display: flex;
	font-size: 13px;
	height: 27px;
	justify-content: center;
	margin-right: 20px;
	width: 64px;
	padding: 0;
	margin-bottom: 0;
}
.AnotherCourse-Inner-CardGroup-Card__Bottom__Inner-Item .AnotherCourse-Inner-CardGroup-Card-Text{
	color: #666;
	font-family: 'Hiragino Sans';
	font-weight: 300;
	line-height: 26px;
/* 	margin-top: -5px; */
	font-size: 16px;
	width: 90%;
	padding-bottom: 0;
}
.AnotherCourse-Inner-CardGroup-Card-OfferBtn {
  border: 1px solid #3fbcde;
  cursor: pointer;
  height: 45px;
  width: 226px;
}
.AnotherCourse-Inner-CardGroup-Card-OfferBtn {
  margin-bottom: 4%;
}
@media screen and (min-width: 769px) {
.AnotherCourse-Inner-CardGroup-Card-OfferBtn {
	width: 32%;
	float: left;
	margin-right: 2%;
}
.AnotherCourse-Inner-CardGroup-Card-OfferBtn.double {
	margin-left: 15%;
	margin-right: 4%;
}
.AnotherCourse-Inner-CardGroup-Card-OfferBtn:last-child {
  margin-right: 0;
}
.AnotherCourse-Inner-CardGroup-Card-OfferBtn.single {
	float: none;
	margin: auto;
	margin-bottom: 4%;
}
}
@media screen and (max-width: 768px) {
.AnotherCourse-Inner-CardGroup-Card__Bottom .AnotherCourse-Inner-CardGroup-Card__Bottom__Inner-Item{
  display: block;
}
.AnotherCourse-Inner-CardGroup-Card__Bottom__Inner-Item .AnotherCourse-Inner-CardGroup-Card-TitleText{
  margin-bottom: 8px;
  width: 100%;
}
.AnotherCourse-Inner-CardGroup-Card__Bottom__Inner-Item .AnotherCourse-Inner-CardGroup-Card-Text{
  width: 100%;
}
.AnotherCourse-Inner-CardGroup-Card-OfferBtn {
  height: 75px;
  margin-top: 30px;
  width: 100%;
}
}
.AnotherCourse-Inner-CardGroup-Card-OfferBtn-Link {
  align-items: center;
  background-color: #ffffff;
  color: #48aaff;
  display: flex;
  font-size: 15px;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .AnotherCourse-Inner-CardGroup-Card-OfferBtn-Link {
    font-size: 21px;
  }
}
.AnotherCourse-Inner-CardGroup-Card-Cover {
  align-items: center;
  background-color: rgba(0, 0, 0, .4);
  border-radius: 5px;
  color: #ffffff;
  display: flex;
  font-size: 39px;
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-style: normal;
  justify-content: center;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .AnotherCourse-Inner-CardGroup-Card-Cover {
    font-size: 32.6px;
  }
}
.Lecturer {
  padding-bottom: 30px;
  padding-top: 77px;
}
@media screen and (max-width: 768px) {
  .Lecturer {
    padding-bottom: 74px;
    padding-top: 50px;
  }
}
.Lecturer-Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 846px;
  /* opacity: 0; */
  position: relative;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
  width: 90%;
}
.Lecturer-Inner.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
.Lecturer-Inner-TitleText {
  color: #00abff;
  font-size: 24px;
  padding-bottom: 38px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Lecturer-Inner-TitleText {
    padding-bottom: 50px;
  }
}
.Lecturer-Inner-ListGroup{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .Lecturer-Inner-ListGroup{
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .Lecturer-Inner-ListGroup{
    justify-content: space-between;
  }
}
.Lecturer-Inner-ListGroup-List{
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 54px;
  position: relative;
  width: calc((100% - 88px * 3)/3);
}
@media screen and (max-width: 820px) {
  .Lecturer-Inner-ListGroup-List{
    width: calc((100% - 88px * 2)/3);
    margin-right: 58px;
  }
}
@media screen and (max-width: 768px) {
  .Lecturer-Inner-ListGroup-List{
    width: calc((100% - 0px * 1)/2);
    margin-right: 0;
  }
}
.Lecturer-Inner-ListGroup-List-Img{
  max-width: 157px;
  max-height: 157px;
  transition: .2s;
}
@media screen and (max-width: 768px) {
  .Lecturer-Inner-ListGroup-List-Img{
    max-width: 118px;
    max-height: 118px;
  }
}
.Lecturer-Inner-ListGroup-List:hover .Lecturer-Inner-ListGroup-List-Img{
  /* opacity: 0; */
  transition: .2s;
}
.Lecturer-Inner-ListGroup-List-HoverImg{
  max-width: 157px;
  max-height: 157px;
  /* opacity: 0; */
  position: absolute;
  top: 0;
  transition: .2s;
}
@media screen and (max-width: 768px) {
  .Lecturer-Inner-ListGroup-List-HoverImg{
    max-width: 118px;
    max-height: 118px;
  }
}
.Lecturer-Inner-ListGroup-List:hover .Lecturer-Inner-ListGroup-List-HoverImg{
  opacity: 1;
  transition: .2s;
}
.Lecturer-Inner-ListGroup-List-NameText{
  color: #333333;
  padding-top: 29px;
  transition: .2s;
}
.Lecturer-Inner-ListGroup-List:hover .Lecturer-Inner-ListGroup-List-NameText{
  color: #00acff;
  transition: .2s;
}
.Menter {
  background-color: rgba(222, 227, 231, .3);
  padding-bottom: 68px;
  padding-top: 77px;
}
@media screen and (max-width: 768px) {
  .Menter {
    background-color: #ffffff;
    padding-bottom: 74px;
    padding-top: 40px;
    position: relative;
  }
}
.Menter-Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 846px;
  /* opacity: 0; */
  position: relative;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
  width: 90%;
}
.Menter-Inner.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
.Menter-Inner-TitleText {
  color: #00abff;
  font-size: 24px;
  padding-bottom: 38px;
  text-align: center;
}
.Menter-Inner-ListGroup{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .Menter-Inner-ListGroup{
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .Menter-Inner-ListGroup{
    justify-content: space-between;
  }
}
.Menter-Inner-ListGroup-List{
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 54px;
  position: relative;
  width: calc((100% - 88px * 3)/3);
}
@media screen and (max-width: 820px) {
  .Menter-Inner-ListGroup-List{
    width: calc((100% - 88px * 2)/3);
    margin-right: 58px;
  }
}
@media screen and (max-width: 768px) {
  .Menter-Inner-ListGroup-List{
    width: calc((100% - 0px * 1)/2);
    margin-right: 0;
  }
}
.Menter-Inner-ListGroup-List-Img{
  max-width: 157px;
  max-height: 157px;
  transition: .2s;
}
@media screen and (max-width: 768px) {
  .Menter-Inner-ListGroup-List-Img{
    max-width: 118px;
    max-height: 118px;
  }
}
.Menter-Inner-ListGroup-List:hover .Menter-Inner-ListGroup-List-Img{
  /* opacity: 0; */
  transition: .2s;
}
.Menter-Inner-ListGroup-List-HoverImg{
  max-width: 157px;
  max-height: 157px;
  /* opacity: 0; */
  position: absolute;
  top: 0;
  transition: .2s;
}
@media screen and (max-width: 768px) {
  .Menter-Inner-ListGroup-List-HoverImg{
    max-width: 118px;
    max-height: 118px;
  }
}
.Menter-Inner-ListGroup-List:hover .Menter-Inner-ListGroup-List-HoverImg{
  opacity: 1;
  transition: .2s;
}
.Menter-Inner-ListGroup-List-NameText{
  color: #333333;
  padding-top: 29px;
  transition: .2s;
}
.Menter-Inner-ListGroup-List:hover .Menter-Inner-ListGroup-List-NameText{
  color: #00acff;
  transition: .2s;
}
.Flow {
  background-color: #00bef1;
  padding-bottom: 67px;
  padding-top: 65px;
}
@media screen and (max-width: 768px) {
  .Flow {
    padding-bottom: 69px;
    padding-top: 61px;
  }
}
.Flow-TitleText {
  color: #ffffff;
  font-size: 24px;
  /* opacity: 0; */
  text-align: center;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
}
.Flow-TitleText.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
@media screen and (max-width: 768px) {
  .Flow-TitleText {
    line-height: 40px;
  }
}
.Flow-SubText{
  color: #fff;
  font-size: 14px;
  /* opacity: 0; */
  padding-bottom: 42px;
  padding-top: 14px;
  text-align: center;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
}
.Flow-SubText.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
@media screen and (max-width: 768px){
  .Flow-SubText {
    padding-bottom: 51px;
  }
}
.Flow-TitleText-Br {
  display: none;
}
@media screen and (max-width: 768px) {
  .Flow-TitleText-Br {
    display: block;
  }
}
.Flow-SlideShow-SlideContainer {
  overflow: hidden;
}
.Flow-SlideShow {
  /* opacity: 0; */
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
}
.Flow-SlideShow.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
.Flow-SlideShow-SlideContainer-SlideGroup-Slide-Item {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .Flow-SlideShow-SlideContainer-SlideGroup-Slide-Item {
    width: 90%;
  }
}
.Flow-SlideShow-SlideContainer-SlideGroup-Slide-Item-Img {
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}
@media screen and (max-width: 768px) {
  .Flow-SlideShow-SlideContainer-SlideGroup-Slide-Item-Img {
    width: 106px;
  }
}
.Flow-SlideShow-SlideContainer-SlideGroup-Slide-Item-TitleText {
  color: #ffffff;
  font-family: 'Hiragino Sans';
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 22px;
  padding-top: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Flow-SlideShow-SlideContainer-SlideGroup-Slide-Item-TitleText {
    font-size: 21px;
    padding-bottom: 34px;
    padding-top: 34px;
  }
}
.Flow-SlideShow-SlideContainer-SlideGroup-Slide-Item-Text {
  color: #ffffff;
  font-family: 'Hiragino Sans';
  font-size: 13px;
  font-weight: 300;
  line-height: 26px;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}
@media screen and (max-width: 970px) {
  .Flow-SlideShow-SlideContainer-SlideGroup-Slide-Item-Text {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .Flow-SlideShow-SlideContainer-SlideGroup-Slide-Item-Text {
    font-size: 16px;
    line-height: 30px;
    width: auto;
  }
}
.Flow-pagination {
  /* opacity: 0; */
  padding-top: 54px;
  text-align: center;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
}
.Flow-pagination.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
@media screen and (max-width: 768px) {
  .Flow-pagination {
    padding-top: 73px;
  }
}
.Flow-pagination .swiper-pagination-bullet {
  background-color: #00bef1;
  border: 2px solid #ffffff;
}
.Flow-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.Recruit {
  background-color: #ffffff;
  padding-bottom: 120px;
  padding-top: 86px;
}
@media screen and (max-width: 768px) {
  .Recruit {
    padding-bottom: 58px;
    padding-top: 55px;
  }
}
.Recruit-Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 846px;
  width: 90%;
}
.Recruit-Inner-TitleText {
  color: #48aaff;
  font-size: 24px;
  /* opacity: 0; */
  text-align: center;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
}
.Recruit-Inner-TitleText.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
.Recruit-Inner-SubText{
  color: #48aaff;
  font-size: 14px;
  /* opacity: 0; */
  padding-bottom: 40px;
  padding-top: 14px;
  text-align: center;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
}
.Recruit-Inner-SubText.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
@media screen and (max-width: 768px){
  .Recruit-Inner-SubText {
    padding-bottom: 46px;
  }
}
.Recruit-Inner-OutLine {
  background-color: #eaeaee;
  padding: 38px 39px 13px 39px;
}
@media screen and (max-width: 768px) {
  .Recruit-Inner-OutLine {
    padding: 38px 20px 0 20px;
  }
}
.Recruit-Inner-OutLine-TextGroup-Text {
	color: #666666;
	font-family: 'Hiragino Sans';
	font-weight: 300;
	line-height: 26px;
	/* opacity: 0; */
	padding-bottom: 37px;
	/* transform: translateY(100px); */
	transition-timing-function: ease-in-out;
	word-break: break-all;
}
.Recruit-Inner-OutLine-TextGroup-Text.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
.Recruit-Inner-Contact {
  display: flex;
}
.Recruit-Inner-ContactBtn {
  background-color: #3fbcde;
  box-shadow: 0 0 2px rgba(91, 91, 91, .35);
  cursor: pointer;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 44px;
  /* opacity: 0; */
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
  width: 300px;
  text-align: center;
  line-height: 1.2;
}
.Recruit-Inner-ContactBtn.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
@media screen and (max-width: 768px) {
  .Recruit-Inner-ContactBtn {
    height: 77px;
    width: 100%;
  }
}
.Recruit-Inner-ContactBtn-Link {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 15px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .Recruit-Inner-ContactBtn-Link {
    font-size: 21px;
  }
}
.CompanyLogo {
  background-color: rgba(224, 228, 232, .4);
  padding-bottom: 87px;
  padding-top: 55px;
}
@media screen and (max-width: 768px) {
  .CompanyLogo {
    padding-bottom: 57px;
    padding-top: 52px;
  }
}
.CompanyLogo-Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 975px;
  /* opacity: 0; */
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
  width: 90%;
}
.CompanyLogo-Inner.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
.CompanyLogo-Inner-TitleText {
  color: #48aaff;
  font-size: 24px;
  padding-bottom: 63px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .CompanyLogo-Inner-TitleText {
    padding-bottom: 40px;
  }
}
.CompanyLogo-Inner-LogoGroup {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.CompanyLogo-Inner-LogoGroup-Img {
  height: auto;
}
.CompanyLogo-Inner-LogoGroup-Img:first-child {
  width: 10%;
}
.CompanyLogo-Inner-LogoGroup-Img:nth-of-type(2) {
  width: 9%;
}
.CompanyLogo-Inner-LogoGroup-Img:nth-of-type(3) {
  width: 13%;
}
.CompanyLogo-Inner-LogoGroup-Img:nth-of-type(4) {
  width: 9.3%;
}
.CompanyLogo-Inner-LogoGroup-Img:nth-of-type(5) {
  width: 16%;
}
.CompanyLogo-Inner-LogoGroup-Img:nth-of-type(6) {
  width: 16%;
}
@media screen and (max-width: 768px) {
  .CompanyLogo-Inner-LogoGroup-Img:first-child {
    width: 13%;
  }
  .CompanyLogo-Inner-LogoGroup-Img:nth-of-type(2) {
    width: 9%;
  }
  .CompanyLogo-Inner-LogoGroup-Img:nth-of-type(3) {
    width: 15.1%;
  }
  .CompanyLogo-Inner-LogoGroup-Img:nth-of-type(4) {
    width: 8.6%;
  }
  .CompanyLogo-Inner-LogoGroup-Img:nth-of-type(5) {
    width: 17%;
  }
  .CompanyLogo-Inner-LogoGroup-Img:nth-of-type(6) {
    width: 17%;
  }
}
.gm-control-active {
  display: none;
}
.gmnoprint {
  display: none;
}
.Access {
  background-color: #ffffff;
  padding-bottom: 30px;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .Access {
    padding-bottom: 10px;
    padding-top: 55px;
  }
}
.Access-Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 975px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .Access-Inner {
    width: 100%;
  }
}
.Access-Inner-TitleText {
  color: #48aaff;
  font-size: 24px;
  /* opacity: 0; */
  padding-bottom: 70px;
  text-align: center;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
}
.Access-Inner-TitleText.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
@media screen and (max-width: 768px) {
  .Access-Inner-TitleText {
    padding-bottom: 47px;
  }
}
.Access-Inner-CardGroup {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .Access-Inner-CardGroup {
    flex-direction: column;
  }
}
.Access-Inner-CardGroup-Card {
  /* opacity: 0; */
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
  width: 46.2%;
}
.Access-Inner-CardGroup-Card.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
@media screen and (max-width: 768px) {
  .Access-Inner-CardGroup-Card {
    width: 100%;
  }
}
.Access-Inner-CardGroup-Card__Top {
  padding-bottom: 61px;
}
.Access-Inner-CardGroup-Card:last-child .Access-Inner-CardGroup-Card__Top {
  padding-bottom: 51px;
}
@media screen and (max-width: 768px) {
  .Access-Inner-CardGroup-Card__Top {
    padding-bottom: 33px;
  }
  .Access-Inner-CardGroup-Card:last-child .Access-Inner-CardGroup-Card__Top {
    padding-bottom: 33px;
  }
}
.Access-Inner-CardGroup-Card-Map {
  height: 270px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Access-Inner-CardGroup-Card-Map {
    height: 225px;
  }
}
.Access-Inner-CardGroup-Card-TitleText {
  color: #333333;
  font-family: 'Hiragino Sans';
  font-size: 18px;
  font-weight: bold;
  line-height: 26.5px;
  padding-top: 47px;
}
@media screen and (max-width: 768px) {
  .Access-Inner-CardGroup-Card-TitleText {
    margin-left: auto;
    margin-right: auto;
    padding-top: 33px;
    width: 90%;
  }
}
.Access-Inner-CardGroup-Card-SubText {
  font-family: 'Hiragino Sans';
  font-size: 12px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .Access-Inner-CardGroup-Card-SubText {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
.Access-Inner-CardGroup-Card-Text {
  color: #666666;
  line-height: 26.5px;
  padding-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .Access-Inner-CardGroup-Card-Text {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 37px;
    width: 90%;
  }
  .Access-Inner-CardGroup-Card-Text:last-child {
    padding-bottom: 91px;
  }
}
.Schedule {
  background: url("../../images/2020/service.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 68px;
  padding-top: 73px;
  background-color:rgba(255,255,255,0.7);
  background-blend-mode:lighten;
}
@media screen and (max-width: 768px) {
  .Schedule {
    background-position: 50%;
    padding-bottom: 58px;
    padding-top: 66px;
  }
}
.Company-Inner {
  /* opacity: 0; */
  /* transform: translateY(100px); */
  padding-top: 50px;
  transition-timing-function: ease-in-out;
  margin-left: auto;
  margin-right: auto;
  max-width: 975px;
  width: 90%;
}
.Company-Inner-HeadLine {
  padding-bottom: 40px;
  text-align: center;
}
.Company-Inner.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
.Company-Inner-Calendar iframe {
	margin: 0 auto;
	display: block;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .Company-Inner-HeadLine {
    padding-bottom: 47px;
  }
}
.Company-Inner-HeadLine-TitleText {
  color: #333333;
  font-size: 49px;
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
}
.Company-Inner-HeadLine-SubText {
  color: #333333;
  font-size: 14px;
  opacity: .5;
  padding-top: 15px;
}
/* PC版CSS */
.Company-Inner-CardGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* opacity: 0; */
  padding-bottom: 17px;
  padding-left: 20px;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
  width: 100%;
}
.Company-Inner-CardGroup.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
@media screen and (max-width: 768px) {
  .Company-Inner-CardGroup {
    display: none;
  }
}
.Company-Inner-CardGroup-Card {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(107, 107, 107, .25);
  display: flex;
  height: 110px;
  margin-bottom: 26px;
  margin-right: 20px;
  min-width: 298px;
  width: calc((100% - 20px * 3)/3);
}
@media screen and (max-width: 1083px) {
  .Company-Inner-CardGroup-Card {
    width: calc((100% - 20px * 2)/2);
  }
}
.Company-Inner-CardGroup-Card__Left {
  background-color: #00bef1;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  width: 36.3%;
}
.Company-Inner-CardGroup-Card__Right {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 63.7%;
}
@media screen and (max-width: 1083px) {
  .Company-Inner-CardGroup-Card__Right {
    align-items: flex-start;
    padding-left: 25px;
  }
}
.Company-Inner-CardGroup-Card-Number {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-size: 43px;
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.Company-Inner-CardGroup-Card-Number-Text {
  font-size: 25px;
}
.Company-Inner-CardGroup-Card-TitleText {
  border-bottom: 1px solid rgba(51, 51, 51, .3);
  color: #48aaff;
  font-family: 'Hiragino Sans';
  font-weight: 300;
  padding-bottom: 11px;
}
@media screen and (max-width: 1083px) {
  .Company-Inner-CardGroup-Card-TitleText {
    width: 90%;
  }
  .Company-Inner-CardGroup-Card-TitleText-Br {
    display: none;
  }
}
.Company-Inner-CardGroup-Card-TextGroup {
  padding-top: 9px;
}
@media screen and (max-width: 1083px) {
  .Company-Inner-CardGroup-Card-TextGroup {
    width: 90%;
  }
}
.Company-Inner-CardGroup-Card-TextGroup-Text {
  color: #333333;
  font-family: 'Hiragino Sans';
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}
.Company-Inner-SlideContainer {
  display: none;
  /* opacity: 0; */
  overflow: hidden;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
}
.Company-Inner-SlideContainer.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
@media screen and (max-width: 768px) {
  .Company-Inner-SlideContainer {
    display: block;
  }
}
.Company-Inner-SlideContainer-SlideGroup-Slide-Card {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(107, 107, 107, .25);
  display: flex;
  min-height: 122.5px;
}
.Company-Inner-SlideContainer-SlideGroup-Slide-Card__Left {
  background-color: #3fbcde;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  width: 35.3%;
}
.Company-Inner-SlideContainer-SlideGroup-Slide-Card-Number {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-size: 47px;
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.Company-Inner-SlideContainer-SlideGroup-Slide-Card__Right {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 14px;
  width: 64.7%;
}
.Company-Inner-SlideContainer-SlideGroup-Slide-Card-Number-Text {
  font-size: 28px;
}
.Company-Inner-SlideContainer-SlideGroup-Slide-Card-TitleText {
  border-bottom: 1px solid rgba(51, 51, 51, .3);
  color: #48aaff;
  padding-bottom: 11px;
  width: 90%;
}
.Company-Inner-SlideContainer-SlideGroup-Slide-Card-TextGroup {
  padding-top: 9px;
  width: 90%;
}
.Company-Inner-SlideContainer-SlideGroup-Slide-Card-TextGroup-Text {
  color: #333333;
  line-height: 21px;
}
.Company-Inner-Pagenation {
  display: none;
  /* opacity: 0; */
  padding-bottom: 63px;
  padding-top: 51px;
  text-align: center;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
}
.Company-Inner-Pagenation.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
@media screen and (max-width: 768px) {
  .Company-Inner-Pagenation {
    display: block;
  }
}
.Company-Inner-ConfirmBtn {
  background-color: #00bef1;
  box-shadow: 0 0 2px rgba(91, 91, 91, .15);
  cursor: pointer;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  /* opacity: 0; */
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
  width: 170px;
}
.Company-Inner-ConfirmBtn.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
@media screen and (max-width: 768px) {
  .Company-Inner-ConfirmBtn {
    height: 77px;
    width: 100%;
  }
}
.Company-Inner-ConfirmBtn-Link {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 15px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .Company-Inner-ConfirmBtn-Link {
    font-size: 21px;
  }
}
.Gallery {
  padding-bottom: 67px;
  padding-top: 69px;
}
.Gallery-Inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.Gallery-Inner-HeadLine {
  /* opacity: 0; */
  padding-bottom: 43px;
  text-align: center;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
}
.Gallery-Inner-HeadLine.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
.Gallery-Inner-HeadLine-TitleText {
  color: #333333;
  font-size: 49px;
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
}
.Gallery-Inner-HeadLine-SubText {
  color: #333333;
  font-size: 14px;
  opacity: .5;
  padding-top: 16px;
}
.Gallery-Inner-ImgGroup {
  /* opacity: 0; */
  overflow: hidden;
  /* transform: translateY(100px); */
  transition-timing-function: ease-in-out;
}
.Gallery-Inner-ImgGroup.isScrolled {
  opacity: 1;
  transform: translateY(0);
  transition: 1.2s;
}
/* popup */
.PopUp-SlideGroup {
  align-items: center;
  background-color: rgba(0, 0, 0, .65);
  bottom: 0;
  display: none;
  left: 0;
  margin: auto;
  /* opacity: 0; */
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 0;
}
.PopUp-SlideGroup.isClicked {
  animation-duration: .3s;
  animation-fill-mode: forwards;
  animation-name: modal;
  animation-timing-function: ease-in-out;
  display: flex;
}
@keyframes modal {
  0% {
    /* opacity: 0; */
  }
  100% {
    opacity: 1;
  }
}
.PopUp-SlideGroup-Slide {
  background-color: #ffffff;
  border: 8px solid #00bef1;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(107, 107, 107, .25);
  display: flex;
  display: none;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  max-width: 979px;
  position: relative;
}
.PopUp-SlideGroup-Slide.isClicked {
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .PopUp-SlideGroup-Slide {
    flex-direction: column;
    height: 75vh;
    overflow: hidden;
    position: fixed;
    width: 90%;
  }
}
.PopUp-SlideGroup-Slide__Left {
  margin: 26px 29px 27px 27px;
  max-height: 185px;
  max-width: 233px;
  position: relative;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .PopUp-SlideGroup-Slide__Left {
    margin: 0 auto;
    margin-bottom: 33px;
    max-height: inherit;
    max-width: inherit;
    padding-top: 30px;
    width: 90%;
  }
}
.PopUp-SlideGroup-Slide-Img {
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(107, 107, 107, .35);
}
@media screen and (max-width: 768px) {
  .PopUp-SlideGroup-Slide-Img {
    display: none;
  }
}
.Menter-Inner-Pop-Sp-SlideContainer-SlideGroup-Slide-Img {
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(107, 107, 107, .35);
  display: none;
  max-height: 183px;
  max-width: 183px;
}
@media screen and (max-width: 768px) {
  .Menter-Inner-Pop-Sp-SlideContainer-SlideGroup-Slide-Img {
    display: block;
    max-height: inherit;
    max-width: inherit;
  }
}
.PopUp-SlideGroup-Slide__Right {
  padding-top: 43px;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .PopUp-SlideGroup-Slide__Right {
    margin-left: 5%;
    margin-bottom: 79px;
    height: calc(100%);
    overflow:hidden;
    overflow-y: scroll;
    padding-top: 0;
    width: calc(100% - 40px);
  }
  .PopUp-SlideGroup-Slide__Right::-webkit-scrollbar{
    width: 10px;
  }
  .PopUp-SlideGroup-Slide__Right::-webkit-scrollbar-track{
    background-color: #eaeaea;
    border: none;
    border-radius: 10px;
    box-shadow: none;
  }
  ::-webkit-scrollbar-thumb{
    background-color: #d3d2d1;
    border-radius: 10px;
    box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
  }
}
.PopUp-SlideGroup-Slide-HeadLine {
  padding-bottom: 33px;
}
.PopUp-SlideGroup-Slide-HeadLine-TitleText {
  color: #333333;
  font-size: 21px;
  line-height: 26px;
}
.PopUp-SlideGroup-Slide-HeadLine-SubText {
  color: #666666;
  font-size: 18px;
  line-height: 26px;
}
.PopUp-SlideGroup-Slide-MainText {
  color: #666666;
  line-height: 26px;
  padding-bottom: 39px;
}
@media screen and (max-width: 768px) {
  .PopUp-SlideGroup-Slide-MainText {
    font-size: 15px;
    padding-right: 20px;
    padding-bottom: 0;
  }
}
.PopUp-SlideGroup-Slide-Humbergar-MenuIcon {
  align-items: center;
  background-color: #00bef1;
  display: flex;
  flex-direction: column;
  height: 70px;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 70px;
}
.PopUp-SlideGroup-Slide-Humbergar-MenuIcon:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .PopUp-SlideGroup-Slide-Humbergar-MenuIcon {
    bottom: 0;
    height: 60px;
    width: 60px;
  }
}
.PopUp-SlideGroup-Slide-Humbergar-MenuIcon-TopBar {
  background-color: #ffffff;
  border-radius: 4px;
  display: block;
  height: 4px;
  position: relative;
  top: 4px;
  transform: rotate(45deg);
  width: 35px;
}
.PopUp-SlideGroup-Slide-Humbergar-MenuIcon-BottomBar {
  background-color: #ffffff;
  border-radius: 4px;
  display: block;
  height: 4px;
  transform: rotate(-45deg);
  width: 35px;
}
.Menter-PopUp-SlideGroup {
  align-items: center;
  background-color: rgba(0, 0, 0, .65);
  bottom: 0;
  display: none;
  left: 0;
  margin: auto;
  /* opacity: 0; */
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 0;
}
.Menter-PopUp-SlideGroup.isClicked {
  animation-duration: .3s;
  animation-fill-mode: forwards;
  animation-name: modal;
  animation-timing-function: ease-in-out;
  display: flex;
}
@keyframes modal {
  0% {
    /* opacity: 0; */
  }
  100% {
    opacity: 1;
  }
}
.Menter-PopUp-SlideGroup-Slide {
  background-color: #ffffff;
  border: 8px solid #00bef1;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(107, 107, 107, .25);
  display: flex;
  display: none;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  max-width: 979px;
  position: relative;
}
.Menter-PopUp-SlideGroup-Slide.isClicked {
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .Menter-PopUp-SlideGroup-Slide {
    flex-direction: column;
    height: 75vh;
    overflow: hidden;
    position: fixed;
    width: 90%;
  }
}
.Menter-PopUp-SlideGroup-Slide__Left {
  margin: 26px 29px 27px 27px;
  max-height: 185px;
  max-width: 233px;
  position: relative;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .Menter-PopUp-SlideGroup-Slide__Left {
    margin: 0 auto;
    margin-bottom: 33px;
    max-height: inherit;
    max-width: inherit;
    padding-top: 30px;
    width: 90%;
  }
}
.PopUp-SlideGroup-Slide-Img {
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(107, 107, 107, .35);
}
@media screen and (max-width: 768px) {
  .Menter-PopUp-SlideGroup-Slide-Img {
    display: none;
  }
}
.Menter-Inner-Pop-Sp-SlideContainer-SlideGroup-Slide-Img {
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(107, 107, 107, .35);
  display: none;
  max-height: 183px;
  max-width: 183px;
}
@media screen and (max-width: 768px) {
  .Menter-Inner-Pop-Sp-SlideContainer-SlideGroup-Slide-Img {
    display: block;
    max-height: inherit;
    max-width: inherit;
  }
}
.PopUp-SlideGroup-Slide__Right {
  padding-top: 43px;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .Menter-PopUp-SlideGroup-Slide__Right {
    margin-left: 5%;
    margin-bottom: 79px;
    height: calc(100%);
    overflow:hidden;
    overflow-y: scroll;
    padding-top: 0;
    width: calc(100% - 40px);
  }
  .Menter-PopUp-SlideGroup-Slide__Right::-webkit-scrollbar{
    width: 10px;
  }
  .Menter-PopUp-SlideGroup-Slide__Right::-webkit-scrollbar-track{
    background-color: #eaeaea;
    border: none;
    border-radius: 10px;
    box-shadow: none;
  }
  ::-webkit-scrollbar-thumb{
    background-color: #d3d2d1;
    border-radius: 10px;
    box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
  }
}
.PopUp-SlideGroup-Slide-HeadLine {
  padding-bottom: 33px;
}
.PopUp-SlideGroup-Slide-HeadLine-TitleText {
  color: #333333;
  font-size: 21px;
  line-height: 26px;
}
.PopUp-SlideGroup-Slide-HeadLine-SubText {
  color: #666666;
  font-size: 18px;
  line-height: 26px;
}
.PopUp-SlideGroup-Slide-MainText {
  color: #666666;
  line-height: 26px;
  padding-bottom: 39px;
}
@media screen and (max-width: 768px) {
  .PopUp-SlideGroup-Slide-MainText {
    font-size: 15px;
    padding-right: 20px;
    padding-bottom: 0;
  }
}
.PopUp-SlideGroup-Slide-Humbergar-MenuIcon {
  align-items: center;
  background-color: #00bef1;
  display: flex;
  flex-direction: column;
  height: 70px;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 70px;
}
.PopUp-SlideGroup-Slide-Humbergar-MenuIcon:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .PopUp-SlideGroup-Slide-Humbergar-MenuIcon {
    bottom: 0;
    height: 60px;
    width: 60px;
  }
}
.PopUp-SlideGroup-Slide-Humbergar-MenuIcon-TopBar {
  background-color: #ffffff;
  border-radius: 4px;
  display: block;
  height: 4px;
  position: relative;
  top: 4px;
  transform: rotate(45deg);
  width: 35px;
}
.PopUp-SlideGroup-Slide-Humbergar-MenuIcon-BottomBar {
  background-color: #ffffff;
  border-radius: 4px;
  display: block;
  height: 4px;
  transform: rotate(-45deg);
  width: 35px;
}

.skyblue-border {
  border-bottom: 3px solid #3fc7f8;
}

.news-paging {
  display: flex;
  position: relative;
  margin: 61px auto 0;
  width: 41%;
  text-align: center;
  font-size: 1.3em;
}

.page-numbers {
  display: block;
  width: 35px;
  height: 35px;
  padding-top: 5px;
}

.page-numbers.prev + .page-numbers {
  margin-left: 36px;
}

.page-numbers.current {
  color: #fff;
  background: #06affe;
}

.page-numbers.prev,
.page-numbers.next {
  width: 64px;
  padding-top: 0;
  position: absolute;
}

.page-numbers.prev {
  top: 5px;
  left: -25px;
}

.page-numbers.next {
  top: 5px;
  right: -64px;
}

.pc-flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .pc-flex {
    display: block;
  }
}
.hide-pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .hide-pc {
    display: block;
  }
  .hide-sp {
    display: none;
  }
}

/*本コース*/
.Content{
/* 	padding-top: calc(54px + 58px); */
	padding-top: 20px;
/* 	background-color: #e0e4e8; */
}
.Content.Course *{
	opacity: 1!important;
}
.Content-HeadLine {
/* 	text-align: center; */
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.Content-HeadLine-TitleText {
	color: #333;
	font-size: 49px;
	font-family: urw-din, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	display: block;
}
.Content-HeadLine-SubTitleText {
	font-size: 14px;
	opacity: .5;
	padding-bottom: 42px;
	padding-top: 14px;
	display: block;
}
.Content-HeadLine-MainText {
	font-family: 'Hiragino Sans';
	font-size: 14px;
	font-weight: 300;
	line-height: 28px;
	position: absolute;
	bottom: 5px;
}
@media screen and (max-width: 768px) {
.Content-HeadLine-SubTitleText{
  padding-bottom: 24px;
}
.Content-HeadLine-MainText {
  position: relative;
}
}
.Course .Program-Inner-TitleText{
	font-size: 24px;
	text-align: center;
	position: relative;
	top: 60px;
	color: #333;
}
.Course .Program-Inner-Step{
	padding: 0;
}
.Course .Program-Inner-Step-Item__Right{
	margin-left: 0;
}
.Course .Program-Inner-Step-Item-Inner-Item-Text{
	text-align: left;
	width: 700px;
	margin-top: 0;
}
.Course .Program, .Course .Flow{
	padding-top: 0;
	padding-bottom: 130px;
}
.Course .Program-Inner-Step-Item, .Course .Recruit-Inner-TitleText, .Course .Recruit-Inner-SubText, .Course .Lecturer-Inner, .Course .Menter-Inner, .Course .CompanyLogo-Inner, .Course .Recruit-Inner-OutLine-TextGroup-Text, .Course .Recruit-Inner-ContactBtn, .Course .Access-Inner-CardGroup-Card, .Course .Access-Inner-TitleText{
	transform: inherit;
}
.Course .Access-Inner-TitleText{
   padding-bottom: 30px;	
}
.Course .Program-Inner-Process-Text{
   padding-bottom: 130px;	
}
.Course .Detail {
    background-color: #00bef1;
    padding-bottom: 120px;
    padding-top: 86px;
}
.Course .Detail-Inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 846px;
    width: 90%;
}
.Course .Detail-Inner-TitleText {
	color: #FFF;
	font-size: 24px;
	text-align: center;
	padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
.Course .Access-Inner-CardGroup-Card__Bottom{
	width: 60%;
}
.Course .Access-Inner-CardGroup-Card-TitleText{
	padding-top: 20px;
}
}
@media screen and (max-width: 768px) {
.Course .Program-Inner-Process {
    display: block;
}
.Course .Program-Inner-Step-Item-Inner-Item-Text{
  width: 100%;
  padding-top: 8px;
}
iframe{
	max-width: 100%;
}
}

/*その他ページテンプレート*/
.Content.Other .Content-Main {
  background-color: #e0e4e8;
  padding: 50px 0;
}
.Content.Other .Content-Main > section, .Content.Other .Content-Main > p {
  width: 846px;
  margin: 0 auto;
}
.Content.Other .Content-Main section{
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(107, 107, 107, .35);
  margin-bottom: 30px;
}
.Content.Other .Content-Main section h2.Terms-Item-Inner-Title{
  font-size: 18px;
  border-bottom: 1px solid #333;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.Content.Other .Content-Main > section p {
  line-height: 1.4em;
}

.table_news01{
  font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.table_news01 th{
  width:160px;
  padding: 5px;
  padding-left: 15px;
  text-align: left;
  color: #4D4D4D;
}

.table_news01 td{
  padding: 10px;
  padding-left: 15px;
  color:#666666;
}


.table_pt01{
  font-size: 16px;
  font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.table_pt01 tr{
  border-top: 1px solid #CBCBCB;
}

.table_pt01 tr:last-child{
  border-bottom: 1px solid #CBCBCB;
}

.table_pt01 th{
  width:215px;
  padding: 20px;
  padding-left: 15px;
  background: #F8F8F8;
  text-align: left;
  color: #4D4D4D;
}

.table_pt01 td{
  padding: 20px;
  padding-left: 15px;
  color:#666666;
  background: #fff;
}

.Company {
  margin-bottom: 100px;
}

/* プロダクト表示部分のcss */
.list-topics {
  max-width: 1200px;
  overflow: hidden;
}
.list-topics li {
  position: relative;
  float: left;
  width: 48%;
  margin-bottom: 45px;
  margin-left: 4%;
  opacity: 0;
}
.list-topics li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .list-topics li {
    width: 31.5%;
    margin-left: 2.75%;
  }
  .list-topics li:nth-child(2n+1) {
    margin-left: 2.75%;
  }
  .list-topics li:nth-child(3n+1) {
    margin-left: 0;
  }
}
.list-topics li > a {
  color: inherit;
}
.list-topics li > a.link-thumb {
  padding-bottom: 5px;
}
.list-topics li > a.link-thumb .img {
  margin-bottom: 15px;
}
.list-topics li > a.link-thumb .img > span {
  box-sizing: border-box;
  display: block;
  border: 1px solid #ccc;
}
.list-topics li > a.link-thumb .img img {
  width: 100%;
  vertical-align: bottom;
}
.list-topics li > a.link-thumb .tag {
  margin-bottom: 10px;
  padding: 0 15px;
}
.list-topics li > a.link-thumb .tag > span[class^="tag-"] {
  display: inline-block;
  min-width: 62px;
  padding: 5px 5px 4px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 1;
}
.list-topics li > a.link-thumb .tag > span[class^="tag-"]:nth-child(n+2) {
  margin-left: 9px;
}
.list-topics li > a.link-thumb .tag .tag-01 {
  background-color: #000;
}
.list-topics li > a.link-thumb .tag .tag-02 {
  background-color: #b81a35;
}
.list-topics li > a.link-thumb > .text {
  position: relative;
  padding: 0 15px;
  font-size: 15px;
  letter-spacing: 0.07em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list-topics li > a.link-thumb > .text .shopname {
  display: block;
  margin: 4px 0;
  font-size: 14px;
  font-weight: 600;
}
.list-topics li > a.link-thumb .place {
  display: inline-block;
  color: #000;
  font-size: 15px;
  padding: 0 15px;
  margin: 2px 0 0;
}
.list-topics li > a.link-thumb .place .icn {
  width: 21px;
  height: 21px;
  vertical-align: middle;
  margin-right: 5px;
}
.list-topics li > a.link-thumb .place .icn:before {
  font-size: 21px;
  color: #000;
}
.list-topics li > a.link-thumb .place > .text {
  color: #000;
}
@media screen and (min-width: 860px) {
  .list-topics li > a.link-thumb:hover > .text {
    color: #b81a35;
  }
}
.list-topics li > a.mod-link-arrow .mod-relative {
  display: block;
}
.list-topics li > a.mod-link-arrow .mod-arrow {
  top: auto;
  bottom: -32px;
}
.list-topics li > a.link-place {
  display: inline-block;
  color: #b81a35;
  font-size: 15px;
  padding: 0 15px;
}
.list-topics li > a.link-place .icn {
  width: 21px;
  height: 21px;
  vertical-align: middle;
  margin-right: 5px;
}
.list-topics li > a.link-place .icn:before {
  font-size: 21px;
  color: #b81a35;
}
.list-topics li > a.link-place > .text {
  color: #b81a35;
}
.list-topics li:nth-child(3n+1) {
  clear: both;
}
.list-topics li.new:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -10px;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(/img/common/icon_new.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 50px auto;
  z-index: 6;
}

.list-topics li {
  opacity: 1;
}
.list-topics li:nth-child(1) {
  -webkit-transition: opacity .7s linear 0s;
  transition: opacity .7s linear 0s;
}
.list-topics li:nth-child(2) {
  -webkit-transition: opacity .7s linear .15s;
  transition: opacity .7s linear .15s;
}
.list-topics li:nth-child(3) {
  -webkit-transition: opacity .7s linear .3s;
  transition: opacity .7s linear .3s;
}
.list-topics li:nth-child(4) {
  -webkit-transition: opacity .7s linear .45s;
  transition: opacity .7s linear .45s;
}
.list-topics li:nth-child(5) {
  -webkit-transition: opacity .7s linear .6s;
  transition: opacity .7s linear .6s;
}
.list-topics li:nth-child(6) {
  -webkit-transition: opacity .7s linear .75s;
  transition: opacity .7s linear .75s;
}

@media screen and (max-width: 1199px) {
  .list-topics {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .list-topics li {
    width: 50%;
    margin: 0;
  }
  .list-topics li:nth-child(odd) {
    padding-right: 5px;
  }
  .list-topics li:nth-child(even) {
    padding-left: 5px;
  }
  .list-topics li:nth-child(n+3) {
    margin-top: 20px;
  }
  .list-topics li:nth-child(3n+1) {
    clear: none;
  }
  .list-topics li:nth-child(2n+1) {
    clear: both;
  }
  .list-topics li a.link-thumb .img {
    margin-bottom: 10px;
  }
  .list-topics li a.link-thumb .tag {
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 0 5px;
  }
  .list-topics li a.link-thumb .tag > span[class^="tag-"] {
    min-width: 0;
    padding: 4px 7px 3px;
    font-size: 10px;
  }
  .list-topics li a.link-thumb .tag > span[class^="tag-"]:nth-child(n+2) {
    margin-left: 5px;
  }
  .list-topics li a.link-thumb .tag > span.tag-01 {
    letter-spacing: -0.05em;
  }
  .list-topics li a.link-thumb > .text {
    padding: 0 5px;
    font-size: 12px;
    line-height: 1.5;
  }
  .list-topics li a.link-thumb > .text::after {
    top: -22px;
    width: 12px;
    height: 12px;
  }
  .list-topics li a.link-thumb > .text .shopname {
    font-size: 12px;
  }
  .list-topics li a.link-thumb .place {
    font-size: 12px;
    padding: 0 5px;
  }
  .list-topics li a.link-thumb .place .icn {
    width: 17px;
    height: 17px;
    margin-right: 5px;
  }
  .list-topics li a.link-thumb .place .icn:before {
    font-size: 17px;
  }
  .list-topics li a.mod-link-arrow .mod-arrow {
    bottom: -24px;
  }
  .list-topics li a.link-place {
    font-size: 12px;
    padding: 0 5px;
  }
  .list-topics li a.link-place .icn {
    width: 17px;
    height: 17px;
    margin-right: 5px;
  }
  .list-topics li a.link-place .icn:before {
    font-size: 17px;
  }
  .list-topics li.new:before {
    top: -7px;
    left: -3px;
    width: 33px;
    height: 33px;
    background-size: 33px auto;
  }
}

.hel {
  font-family: Helvetica;
}
.page_title {
  height: 250px;
  background: url(../../images/2020/for_vc.jpg) center;
  background-size: cover;
}
.page_title .sec_title {
  color: #fff;
  font-weight: normal;
  /* padding-top: 50px; */
}
/* .sec_title:before {
  content: url(../../images/2020/BigImg-Sp-SlideShow-Wrapper-Slide-Img1.jpg);
  display: block;
  text-align: center;
  margin-bottom: 20px;
} */
.sec_title {
  text-align: center;
  font-weight: normal;
  padding-top: 100px;
  font-size: 32px;
  letter-spacing: 3px;
}
.sec_title2 {
  color: #fff;
  text-align: center;
  font-weight: normal;
  padding-top: 0px;
  margin-bottom: 40px;
  letter-spacing: 3px;
}