@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Zen+Maru+Gothic:wght@500&display=swap");
/* how2use */
/*
@include keyframes(TopToBottom){
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
  }
}

#hoge{
	@include animation(animationSample 1.2s ease 0.15s);
}
*/
.zen-maru {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.timeline-member .list-timeline dt, .list-flow_num, .area-link_ttl span, .list-line_date, .list-line_head.is_en, .headline-en, .headline-first, .font-qs {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

@media screen and (max-width: 639px) {
  .w-1280, .w-960 {
    width: 90%;
  }
}

.site-header {
  background: url("../img/newgrad/pic_mainvisual.jpg") no-repeat center center/cover;
}
.site-header_img {
  max-width: 940px;
  width: 100%;
  margin: 90px auto 0;
  display: block;
}
@media screen and (max-width: 1024px) {
  .site-header_img {
    margin-top: 100px;
  }
}
@media screen and (max-width: 639px) {
  .site-header_img {
    margin-top: 20vh;
  }
}
@media screen and (max-width: 1280px) {
  .site-header .list-nav_item {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .list-nav_item:nth-child(1), .site-header .list-nav_item:nth-child(2), .site-header .list-nav_item:nth-child(3), .site-header .list-nav_item:nth-child(4) {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .list-nav_item:nth-child(5) {
    position: fixed;
    right: 100px;
    top: 20px;
    z-index: 100;
  }
}
@media screen and (max-width: 639px) {
  .site-header .list-nav_item:nth-child(5) {
    top: 10px;
    right: 70px;
  }
}
.site-header .list-nav_item.is_parent {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.site-header .list-nav_item.is_parent:after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../img/potential/icon_arrow_bottom.svg") no-repeat center center/cover;
}
.site-header .list-nav_item.is_parent:hover .list-childnav_wrap {
  display: block;
}
.site-header .list-nav_link {
  color: #20B2AA;
  font-weight: bold;
}
.site-header .list-nav .btn-entry {
  height: 60px;
  z-index: 100;
  color: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width: 639px) {
  .site-header .list-nav .btn-entry {
    height: 50px;
  }
}
.site-header .list-nav .btn-entry:before {
  content: "";
  width: 160px;
  height: 60px;
  background: url(../img/potential/bg_entry.png) no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.3s all;
}
@media screen and (max-width: 639px) {
  .site-header .list-nav .btn-entry:before {
    height: 50px;
  }
}
.site-header .list-childnav {
  width: max-content;
  padding: 20px 40px;
  box-shadow: 0 0 5px rgba(105, 94, 92, 0.2);
  border-radius: 20px;
}
.site-header .list-childnav_wrap {
  display: none;
  position: absolute;
  padding-top: 20px;
  top: 20px;
}
.site-header .list-childnav_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.site-header .list-childnav_item:last-child {
  margin-bottom: 0;
}
.site-header .list-childnav_item:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/icon_arrow.svg") no-repeat center center/contain;
  margin-left: 40px;
}
.site-header .list-childnav_item:hover:after {
  background: url("../img/potential/icon_arrow_grn.svg") no-repeat center center/contain;
}
.site-header .list-childnav_item:hover .list-childnav_link {
  color: #20B2AA;
}
.site-header_txt {
  padding: 0 40px;
  color: #20B2AA;
  font-size: 5.6rem;
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .site-header_txt {
    font-size: 4rem;
    padding: 0 20px;
  }
}
@media screen and (max-width: 639px) {
  .site-header_txt {
    font-size: 2.4rem;
    margin-top: 120px;
    margin-bottom: 80px;
  }
}
.site-header_camp.is_single {
  position: static;
  display: inline-flex;
  margin: 120px 20px 40px auto;
}
@media screen and (max-width: 639px) {
  .site-header_camp.is_single {
    display: none;
  }
}
.site-header_camp.is_single a {
  padding: 20px 40px;
}
.site-header_camp.is_single a:before {
  display: none;
}
.site-header_pic {
  width: 100%;
  height: 480px;
  overflow: hidden;
  margin-bottom: 160px;
}
@media screen and (max-width: 1280px) {
  .site-header_pic {
    height: 320px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header_pic {
    height: 100%;
  }
}
@media screen and (max-width: 639px) {
  .site-header_pic {
    margin-bottom: 80px;
  }
}
.site-header_pic img {
  max-width: unset;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .site-header_pic img {
    height: 240px;
    object-fit: cover;
  }
}
.site-header_ttl {
  font-size: 4rem;
  margin: 120px 0 60px 40px;
}
@media screen and (max-width: 1024px) {
  .site-header_ttl {
    margin: 80px 0 60px 20px;
  }
}
@media screen and (max-width: 639px) {
  .site-header_ttl {
    font-size: 3.2rem;
    margin: 80px 20px 40px 20px;
  }
}
.site-header_bc {
  font-size: 2.4rem;
}
@media screen and (max-width: 639px) {
  .site-header_bc {
    display: block;
    font-size: 2rem;
  }
}
.site-header_sep {
  padding: 0 20px;
}

.headline-first {
  position: relative;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  padding-left: 80px;
}
@media screen and (max-width: 1024px) {
  .headline-first {
    padding-left: 60px;
    font-size: 1.8rem;
  }
}
.headline-first:before, .headline-first:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 0;
}
.headline-first:before {
  width: 40px;
  height: 40px;
  background: #E2F1F0;
}
@media screen and (max-width: 1024px) {
  .headline-first:before {
    width: 30px;
    height: 30px;
  }
}
.headline-first:after {
  width: 20px;
  height: 20px;
  background: #20B2AA;
  left: 10px;
}
@media screen and (max-width: 1024px) {
  .headline-first:after {
    width: 10px;
    height: 10px;
  }
}

.article-header {
  display: flex;
  align-items: flex-start;
  max-width: 1280px;
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .article-header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 639px) {
  .article-header {
    flex-direction: column;
    padding: 0 5%;
  }
}
.article-header .headline-first {
  width: 480px;
}
@media screen and (max-width: 1024px) {
  .article-header .headline-first {
    width: 240px;
  }
}
@media screen and (max-width: 639px) {
  .article-header .headline-first {
    width: 100%;
    margin-bottom: 40px;
  }
}
.article-header_inner {
  width: calc(100% - 480px);
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .article-header_inner {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 639px) {
  .article-header_inner {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .article-header_inner img.mb40 {
    max-width: 200px;
    width: 100%;
  }
}

.box-about {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 639px) {
  .box-about {
    flex-direction: column;
  }
}
.box-about_item {
  text-align: center;
  padding: 40px 60px;
  width: calc((100% - 40px) / 3);
  backdrop-filter: blur(160px);
  -webkit-backdrop-filter: blur(160px);
  border: 1px solid #ffffff;
  box-shadow: 0 0 20px #F2F0EC;
}
@media screen and (max-width: 1024px) {
  .box-about_item {
    padding: 40px 20px;
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 639px) {
  .box-about_item {
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
  }
}
.box-about_item:hover {
  opacity: 1;
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
}
.box-about_item:first-child {
  border-radius: 40px 0 0 40px;
}
@media screen and (max-width: 639px) {
  .box-about_item:first-child {
    border-radius: 40px 40px 0 0;
  }
}
.box-about_item:last-child {
  border-radius: 0 40px 40px 0;
}
@media screen and (max-width: 639px) {
  .box-about_item:last-child {
    border-radius: 0 0 40px 40px;
    margin-bottom: 0;
  }
}
.box-about_img {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .box-about_img {
    margin-bottom: 10px;
  }
}
.box-about_img img {
  width: 100px;
  line-height: 1;
}
.box-about_en {
  color: #20B2AA;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.box-about_ttl {
  font-size: 1.8rem;
  color: #20B2AA;
  margin-bottom: 20px;
}

.area-numbers_inner {
  padding: 80px 40px 80px 480px;
  background: #E2F1F0;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .area-numbers_inner {
    padding: 80px 20px 80px 240px;
  }
}
@media screen and (max-width: 639px) {
  .area-numbers_inner {
    padding: 60px 5%;
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .area-numbers .btn-round {
    width: 80%;
  }
}
@media screen and (max-width: 639px) {
  .area-numbers .btn-round {
    width: 100%;
  }
}

.btn-round {
  background: #20B2AA;
  border-radius: 45px;
  padding: 20px 20px 20px 40px;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  width: 400px;
  justify-content: space-between;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  .btn-round {
    font-size: 1.4rem;
    padding: 10px 10px 10px 20px;
    width: 90%;
  }
}
.btn-round:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../img/icon_arrow_wht.svg") no-repeat center center/contain;
  transition: all 0.3s;
}
@media screen and (max-width: 639px) {
  .btn-round:after {
    width: 40px;
    height: 40px;
  }
}
.btn-round:hover {
  color: #ffffff;
  opacity: 1;
}
.btn-round:hover:after {
  padding-right: 10px;
  transition: all 0.3s;
}

.area-interview {
  padding-top: 160px;
}
@media screen and (max-width: 639px) {
  .area-interview {
    padding-top: 0;
  }
}

.slick-track {
  display: flex !important;
}
.slick-track:before, .slick-track:after {
  display: none !important;
}
.slick-track .slick-slide {
  float: none;
  height: auto;
}

.slide-item {
  position: relative;
  margin: 80px auto 0;
}
@media screen and (max-width: 639px) {
  .slide-item {
    margin: 60px auto;
  }
}
.slide-item_inner {
  margin: 0 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .slide-item_inner {
    margin: 0 10px;
  }
}
@media screen and (max-width: 639px) {
  .slide-item_inner {
    margin: 0 40px;
  }
}

.slick-arrow {
  width: 50px;
  height: 50px;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  bottom: 4px;
}
@media screen and (max-width: 639px) {
  .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
}
.slick-arrow.is_prev {
  left: calc(50% - 180px);
}
@media screen and (max-width: 639px) {
  .slick-arrow.is_prev {
    left: 10px;
  }
}
.slick-arrow.is_next {
  right: calc(50% - 180px);
}
@media screen and (max-width: 639px) {
  .slick-arrow.is_next {
    right: 10px;
  }
}

.slick-dots {
  display: flex;
  width: 160px;
  margin: 80px auto;
  padding-bottom: 25px;
}
@media screen and (max-width: 639px) {
  .slick-dots {
    display: none !important;
  }
}
.slick-dots span {
  display: none;
}
.slick-dots li {
  height: 8px;
  background: #efefef;
  width: 100%;
}
.slick-dots li.slick-active {
  background: #20B2AA;
}

.area-bosyu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 639px) {
  .area-bosyu {
    flex-direction: column;
    align-items: stretch;
  }
}
.area-bosyu_box {
  box-shadow: 0 0 20px #F2F0EC;
  display: block;
  width: 560px;
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
  border: 2px solid #ffffff;
  border-radius: 40px;
  padding: 40px 40px 80px;
}
@media screen and (max-width: 1024px) {
  .area-bosyu_box {
    background: #ffffff;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    padding: 40px 40px 60px;
  }
}
@media screen and (max-width: 639px) {
  .area-bosyu_box {
    width: 100%;
    padding: 20px 20px 40px;
  }
}
.area-bosyu_box:hover {
  opacity: 1;
  backdrop-filter: blur(160px);
  -webkit-backdrop-filter: blur(160px);
}
@media screen and (max-width: 1024px) {
  .area-bosyu_box:hover {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
  }
}
.area-bosyu_link {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #20B2AA;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .area-bosyu_link {
    margin-top: 60px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .area-bosyu_link {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
.area-bosyu_link:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../img/potential/icon_arrow_grn.svg") no-repeat center center/contain;
  margin-top: 40px;
}
@media screen and (max-width: 639px) {
  .area-bosyu_link:after {
    width: 40px;
    height: 40px;
    margin-top: 20px;
  }
}
.area-bosyu_img {
  margin-left: -60px;
}
@media screen and (max-width: 1024px) {
  .area-bosyu_img {
    margin-left: -60%;
  }
}
@media screen and (max-width: 639px) {
  .area-bosyu_img {
    margin: -40px auto 0 -10%;
  }
}
.area-bosyu_img img {
  max-width: unset;
  width: auto;
  height: 600px;
}
@media screen and (max-width: 1024px) {
  .area-bosyu_img img {
    height: 480px;
  }
}
@media screen and (max-width: 639px) {
  .area-bosyu_img img {
    object-fit: cover;
    width: 120vw;
    height: 240px;
  }
}

.area-campaign {
  margin-bottom: 120px;
}

.box-relative {
  position: relative;
}

.top-deco img {
  position: absolute;
  max-width: unset;
  width: auto;
  z-index: -1;
}
@media screen and (max-width: 639px) {
  .top-deco img {
    display: none;
  }
}

.img_01 img {
  height: 420px;
  left: -40px;
  top: 140px;
}
@media screen and (max-width: 1024px) {
  .img_01 img {
    height: 280px;
    top: 100px;
  }
}

.img_02 img {
  height: 420px;
  right: -120px;
  top: 250px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .img_02 img {
    height: 320px;
    right: -80px;
    top: auto;
    bottom: -60px;
  }
}

.img_03 img {
  height: 320px;
  left: -300px;
  top: 310px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .img_03 img {
    height: 240px;
    top: auto;
    bottom: -210px;
    left: -10%;
  }
}

.site-footer {
  background: #695E5C;
}
.site-footer_inner {
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .site-footer_inner {
    justify-content: center;
  }
}
@media screen and (max-width: 639px) {
  .site-footer_inner {
    padding-bottom: 40px;
  }
}
.site-footer_left {
  width: auto;
}
@media screen and (max-width: 1280px) {
  .site-footer_left {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer_left {
    margin-right: 0;
    text-align: center;
  }
}
.site-footer_right {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .site-footer_right {
    display: none;
  }
}
.site-footer .list-footer {
  margin-right: 60px;
}
@media screen and (max-width: 1280px) {
  .site-footer .list-footer {
    margin-right: 40px;
  }
}
.site-footer .list-footer:last-child {
  margin-right: 0;
}
.site-footer .list-footer_item {
  margin-top: 20px;
}
.site-footer .list-footer_item:first-child {
  font-weight: bold;
  margin-top: 0;
}
.site-footer .list-footer_item a {
  color: #ffffff;
}

.list-anker {
  display: flex;
  align-items: center;
  margin: 0 40px;
}
@media screen and (max-width: 1024px) {
  .list-anker {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 639px) {
  .list-anker {
    margin: 0 20px 80px 20px;
  }
}
.list-anker_item {
  position: relative;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .list-anker_item {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.list-anker_item:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .list-anker_item:last-child {
    margin-bottom: 0;
  }
}
.list-anker_item:last-child:after {
  display: none;
}
.list-anker_item:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #dddddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
@media screen and (max-width: 1024px) {
  .list-anker_item:after {
    display: none;
  }
}
.list-anker_link {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 0 40px 0 60px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 639px) {
  .list-anker_link {
    font-size: 1.4rem !important;
  }
}

.headline-en {
  font-size: 8rem;
  color: rgba(32, 178, 170, 0.4);
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  .headline-en {
    font-size: 4rem;
    margin-bottom: 20px;
  }
}

.page-child .article-header {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .page-child .article-header_inner {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 639px) {
  .page-child .article-header_inner {
    padding: 0;
  }
}
@media screen and (max-width: 639px) {
  .page-child .article-header .headline-first {
    margin-bottom: 40px;
  }
}
.page-child .headline-first {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 639px) {
  .page-child .headline-first {
    font-size: 1.6rem;
  }
}

.headline-ex {
  font-size: 3.2rem;
  color: #20B2AA;
  font-weight: bold;
  border-bottom: 1px solid #20B2AA;
  padding-bottom: 20px;
  margin-bottom: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 639px) {
  .headline-ex {
    font-size: 2rem;
    margin-bottom: 20px;
    margin-top: 60px;
    padding-bottom: 10px;
  }
}

.w-1280 .headline-first {
  margin-bottom: 120px;
}
@media screen and (max-width: 639px) {
  .w-1280 .headline-first {
    margin-bottom: 60px;
  }
}
.w-1280 .article-header .headline-first {
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  .w-1280 .article-header .headline-first {
    margin-bottom: 40px;
  }
}

.w-1280.is_sub {
  margin-bottom: 0;
}

.area-message_pic {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.article-aboutus_pic {
  margin-bottom: 160px;
}
.article-aboutus_pic img {
  width: 90%;
}

.box-sales {
  display: flex;
  align-items: center;
  gap: 200px;
}
@media screen and (max-width: 1280px) {
  .box-sales {
    gap: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .box-sales {
    gap: 80px;
  }
}
@media screen and (max-width: 639px) {
  .box-sales {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.box-sales_ttl {
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .box-sales_ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 639px) {
  .box-sales_ttl {
    font-size: 1.8rem;
  }
}
.box-sales_l {
  width: 440px;
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .box-sales_l {
    width: 50vw;
    padding: 60px 0;
  }
}
@media screen and (max-width: 639px) {
  .box-sales_l {
    width: 100%;
  }
}
.box-sales_l:before {
  content: "";
  display: block;
  width: 70vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: #E2F1F0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 0 40px 40px 0;
}
@media screen and (max-width: 1280px) {
  .box-sales_l:before {
    width: 80vw;
  }
}
@media screen and (max-width: 1024px) {
  .box-sales_l:before {
    width: 75vw;
  }
}
@media screen and (max-width: 639px) {
  .box-sales_l:before {
    width: 100vw;
  }
}
@media screen and (max-width: 1024px) {
  .box-sales_l .mb60 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 639px) {
  .box-sales_l .mb60 {
    margin-bottom: 20px !important;
  }
}
.box-sales_l .mb60 img {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .box-sales_l .btn-round {
    width: 100%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639px) {
  .box-sales_l .btn-round {
    max-width: 400px;
    width: 100%;
  }
}
.box-sales_r {
  width: calc(100% - 440px);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .box-sales_r {
    width: calc(100% - 50vw);
  }
}
@media screen and (max-width: 639px) {
  .box-sales_r {
    width: 100%;
  }
}
.box-sales_r img {
  width: 460px;
}
.box-sales_pic img {
  max-width: 1080px;
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 40px;
  display: block;
  margin: 0 -15% 0 auto;
}
@media screen and (max-width: 639px) {
  .box-sales_pic img {
    height: 160px;
  }
}

.list-line {
  display: flex;
}
@media screen and (max-width: 639px) {
  .list-line {
    flex-direction: column;
  }
}
.list-line:last-child .list-line_data {
  padding-bottom: 0;
}
.list-line_head {
  width: 440px;
  border-top: 2px solid #20B2AA;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  .list-line_head {
    width: 240px;
  }
}
@media screen and (max-width: 639px) {
  .list-line_head {
    width: 100%;
    padding: 20px 0;
  }
}
.list-line_head.is_en {
  font-size: 2.4rem;
}
@media screen and (max-width: 639px) {
  .list-line_head.is_en {
    font-size: 2rem;
  }
}
.list-line_data {
  width: calc(100% - 440px);
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .list-line_data {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 639px) {
  .list-line_data {
    width: 100%;
    padding: 0 0 40px 0;
  }
}
.list-line_txt {
  display: flex;
  padding-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .list-line_txt {
    padding-bottom: 10px;
  }
}
.list-line_txt:last-child {
  padding-bottom: 0;
}
.list-line_date {
  width: 15%;
  color: #20B2AA;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .list-line_date {
    width: 100px;
  }
}
@media screen and (max-width: 639px) {
  .list-line_date {
    width: 80px;
  }
}
.list-line p {
  width: 85%;
}
@media screen and (max-width: 1024px) {
  .list-line p {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 639px) {
  .list-line p {
    width: calc(100% - 80px);
  }
}

.area-office .slide-item {
  margin-bottom: 160px;
}
@media screen and (max-width: 639px) {
  .area-office .slide-item {
    margin-bottom: 80px;
    padding-bottom: 40px;
  }
}
.area-office .slide-item_inner {
  margin: 0 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .area-office .slide-item_inner {
    margin: 0 20px;
  }
}
@media screen and (max-width: 639px) {
  .area-office .slide-item_inner {
    margin: 0 10px;
  }
}
.area-office .slide-item_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  color: #20B2AA;
  margin: 40px auto 20px;
}
@media screen and (max-width: 1024px) {
  .area-office .slide-item_ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 639px) {
  .area-office .slide-item_ttl {
    font-size: 2rem;
    margin: 20px auto 10px;
  }
}
.area-office .slide-item_txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 639px) {
  .area-office .slide-item_txt {
    font-size: 1.4rem;
    text-align: left;
  }
}
.area-office .slide-item .slick-arrow {
  width: 80px;
  height: 80px;
  bottom: auto;
  top: 30%;
  transition: 0.3s all;
}
@media screen and (max-width: 1280px) {
  .area-office .slide-item .slick-arrow {
    top: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .area-office .slide-item .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 639px) {
  .area-office .slide-item .slick-arrow {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
}
.area-office .slide-item .slick-arrow:hover {
  transform: scale(1.1);
  transition: 0.3s all;
}
@media screen and (max-width: 639px) {
  .area-office .slide-item .slick-arrow:hover {
    transform: scale(1.1) translateY(0);
  }
}
.area-office .slide-item .slick-arrow.is_prev {
  left: 20%;
}
@media screen and (max-width: 1024px) {
  .area-office .slide-item .slick-arrow.is_prev {
    left: 15%;
  }
}
@media screen and (max-width: 639px) {
  .area-office .slide-item .slick-arrow.is_prev {
    left: 5%;
  }
}
.area-office .slide-item .slick-arrow.is_next {
  right: 20%;
}
@media screen and (max-width: 1024px) {
  .area-office .slide-item .slick-arrow.is_next {
    right: 15%;
  }
}
@media screen and (max-width: 639px) {
  .area-office .slide-item .slick-arrow.is_next {
    right: 5%;
  }
}

.wrap-iframe {
  text-align: center;
}
.wrap-iframe iframe {
  aspect-ratio: 16/9;
  width: 880px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .wrap-iframe iframe {
    width: 95%;
  }
}
@media screen and (max-width: 639px) {
  .wrap-iframe iframe {
    width: 90%;
  }
}

.area-link {
  background: #ffffff;
  border-radius: 0 40px 40px 0;
  box-shadow: 0 0 10px rgba(105, 94, 92, 0.1);
  width: calc(100% - 120px);
  padding: 40px 0;
  margin-bottom: 160px;
}
@media screen and (max-width: 639px) {
  .area-link {
    width: 90%;
    margin: 0 auto 80px;
    border-radius: 40px;
    padding: 40px 0;
  }
}
.area-link .headline-first {
  margin: 0 0 60px 40px;
}
@media screen and (max-width: 639px) {
  .area-link .headline-first {
    margin: 0 0 40px 20px;
  }
}
.area-link_wrap {
  display: flex;
  padding: 0 120px;
}
@media screen and (max-width: 1280px) {
  .area-link_wrap {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1024px) {
  .area-link_wrap {
    padding: 0 40px;
  }
}
@media screen and (max-width: 639px) {
  .area-link_wrap {
    flex-direction: column;
    padding: 0 20px;
  }
}
.area-link_item {
  width: 420px;
}
@media screen and (max-width: 639px) {
  .area-link_item {
    width: 100%;
  }
}
.area-link_item:last-child {
  margin-left: 80px;
}
@media screen and (max-width: 1024px) {
  .area-link_item:last-child {
    margin-left: 40px;
  }
}
@media screen and (max-width: 639px) {
  .area-link_item:last-child {
    margin-left: 0;
    margin-top: 40px;
  }
}
.area-link_img {
  display: block;
  line-height: 1;
}
.area-link_ttl {
  margin-top: 20px;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  .area-link_ttl {
    margin-top: 10px;
    text-align: center;
  }
}
.area-link_ttl span {
  font-size: 1.4rem;
  color: rgba(32, 178, 170, 0.4);
  display: block;
}

.list-square_item {
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
}
.list-square_item:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #20B2AA;
  position: absolute;
  top: 0.8rem;
  left: 0;
}
.list-square_item:last-child {
  margin-bottom: 0;
}
.list-square + p {
  margin-top: 40px;
}
.list-square + .edu-ttl {
  margin-top: 60px;
}
.list-square.is_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-square.is_row .list-square_item {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 1024px) {
  .list-square.is_row .list-square_item {
    width: 100%;
  }
}
.list-square_em {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .list-square_em {
    font-size: 1.6rem;
  }
}
.list-square_item:has(.list-square_em) {
  margin-bottom: 40px;
}
@media screen and (max-width: 639px) {
  .list-square_item:has(.list-square_em) {
    margin-bottom: 20px;
  }
}
.list-square_item:has(.list-square_em):before {
  top: 1rem;
}
@media screen and (max-width: 639px) {
  .list-square_item:has(.list-square_em):before {
    top: 0.8rem;
  }
}
.list-square_item:has(.list-square_em):last-child {
  margin-bottom: 0;
}

.edu-ttl {
  font-weight: bold;
  color: #20B2AA;
  background: #E2F1F0;
  padding: 5px 20px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  margin-bottom: 40px;
  width: auto !important;
}
@media screen and (max-width: 639px) {
  .edu-ttl {
    margin-bottom: 20px;
  }
}
.edu-listhead {
  color: #695E5C;
  font-weight: bold;
  margin-bottom: 20px;
}

#career .wrap-career {
  width: 90%;
}
@media screen and (max-width: 639px) {
  #career .wrap-career {
    width: 95%;
  }
}

.list-member {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-member_item {
  width: calc((100% - 80px) / 3);
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .list-member_item {
    width: calc((100% - 40px) / 3);
    margin-top: 20px;
  }
}
@media screen and (max-width: 639px) {
  .list-member_item {
    width: 100%;
    margin-top: 40px;
  }
}
.list-member_item:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 639px) {
  .list-member_item:nth-child(-n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  .list-member_item:nth-child(1) {
    margin-top: 0;
  }
}
.list-member_link {
  display: block;
  line-height: 1;
}
.list-member:after {
  content: "";
  width: calc((100% - 80px) / 3);
  display: block;
}
@media screen and (max-width: 1024px) {
  .list-member:after {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 639px) {
  .list-member:after {
    display: none;
  }
}

.box-position {
  border: 1px solid #20B2AA;
  border-radius: 40px;
  background: #ffffff;
  padding: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 639px) {
  .box-position {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
}
.box-position:last-child {
  margin-bottom: 0;
}
.box-position .headline-first {
  margin-bottom: 0;
  font-size: 2rem;
}
@media screen and (max-width: 639px) {
  .box-position .headline-first {
    font-size: 1.6rem;
    padding-left: 40px;
    width: calc(100% - 24px);
  }
}
.box-position_head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.box-position_btn {
  display: flex;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .box-position_btn {
    width: 24px;
    height: 24px;
  }
}
.box-position_btn:before, .box-position_btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 8px;
  background: #20B2AA;
  border-radius: 8px;
}
@media screen and (max-width: 639px) {
  .box-position_btn:before, .box-position_btn:after {
    width: 24px;
    height: 4px;
  }
}
.box-position_btn:after {
  opacity: 1;
  transition: 0.3s all;
  transform: rotate(90deg);
}
.box-position_inner {
  margin-top: 80px;
  display: none;
}
@media screen and (max-width: 639px) {
  .box-position_inner {
    margin-top: 40px;
  }
}
.box-position_close {
  color: #20B2AA;
  text-align: center;
  margin-top: 80px;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 639px) {
  .box-position_close {
    margin-top: 0;
  }
}
.box-position.is_active .box-position_close {
  display: block;
}
.box-position.is_active .box-position_btn:after {
  transform: rotate(-90deg);
  opacity: 0;
  transition: 0.3s all;
}
@media screen and (max-width: 639px) {
  .box-position .list-line_head {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .box-position .list-line_data {
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .box-position .list-line p {
    width: 100%;
  }
}

.box-flow {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 639px) {
  .box-flow {
    flex-direction: column;
  }
}
.box-flow_l {
  width: 360px;
  margin-right: 120px;
}
@media screen and (max-width: 1024px) {
  .box-flow_l {
    width: 240px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 639px) {
  .box-flow_l {
    width: 90%;
    margin: 40px auto 0 0;
  }
}
@media screen and (max-width: 639px) {
  .box-flow_l img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 0 40px 40px 0;
  }
}
.box-flow_r {
  width: calc(100% - 480px);
}
@media screen and (max-width: 1024px) {
  .box-flow_r {
    width: calc(100% - 280px);
    padding-right: 10px;
  }
}
@media screen and (max-width: 639px) {
  .box-flow_r {
    width: 90%;
    padding: 0;
  }
}

.list-flow_item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
}
.list-flow_item:last-child {
  margin-bottom: 0;
}
.list-flow_item:last-child:after {
  display: none;
}
.list-flow_item:after {
  display: block;
  content: "";
  height: 8px;
  width: 14px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  background: #20B2AA;
  bottom: -20px;
  left: 15px;
}
@media screen and (max-width: 639px) {
  .list-flow_item:after {
    left: 12px;
  }
}
.list-flow_num {
  color: #20B2AA;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.3;
  padding-right: 60px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .list-flow_num {
    padding-right: 20px;
  }
}
@media screen and (max-width: 639px) {
  .list-flow_num {
    font-size: 3.2rem;
  }
}
.list-flow_num span {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 639px) {
  .list-flow_num span {
    font-size: 1.4rem;
  }
}
.list-flow_ttl {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .list-flow_ttl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 639px) {
  .list-flow_ttl {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.page-child .area-interview {
  padding-top: 0;
}
@media screen and (max-width: 1280px) {
  .page-child .area-interview .w-1080 {
    width: 95%;
  }
}

.timeline-member .list-timeline {
  display: flex;
}
.timeline-member .list-timeline dt {
  line-height: 1;
  font-size: 1.6rem;
  color: #695E5C;
  width: 8%;
  padding: 5px 20px 0 0;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  .timeline-member .list-timeline dt {
    width: 20%;
    padding: 0 20px 0 0;
  }
}
.timeline-member .list-timeline dd {
  width: 92%;
  padding: 0 0 0 69px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .timeline-member .list-timeline dd {
    width: 80%;
    padding: 0 0 0 39px;
  }
}
.timeline-member .list-timeline dd p {
  padding-bottom: 40px;
}
.timeline-member .list-timeline dd p span {
  display: block;
}
.timeline-member .list-timeline dd:before {
  content: "";
  width: 29px;
  height: 29px;
  background: #695E5C;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 639px) {
  .timeline-member .list-timeline dd:before {
    width: 19px;
    height: 19px;
  }
}
.timeline-member .list-timeline dd:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #695E5C;
  position: absolute;
  top: 0;
  left: 14px;
}
@media screen and (max-width: 639px) {
  .timeline-member .list-timeline dd:after {
    left: 9px;
  }
}
.timeline-member .list-timeline:last-child dd:after {
  display: none;
}

.bg_light {
  background: #E2F1F0;
}

.wrap-interview {
  display: flex;
  max-width: 1280px;
  width: 100%;
  margin-left: 0;
}
@media screen and (max-width: 1280px) {
  .wrap-interview {
    width: 95%;
  }
}
@media screen and (max-width: 639px) {
  .wrap-interview {
    flex-direction: column;
    width: 100%;
  }
}
.wrap-interview_l {
  width: 50%;
  margin-top: -80px;
}
@media screen and (max-width: 639px) {
  .wrap-interview_l {
    width: 90%;
    margin-top: -40px;
  }
}
.wrap-interview_r {
  width: 50%;
  padding-left: 40px;
}
@media screen and (max-width: 639px) {
  .wrap-interview_r {
    width: 90%;
    padding-left: 0;
    margin: 0 auto;
  }
}
.wrap-interview_img {
  margin-right: -160px;
}
@media screen and (max-width: 639px) {
  .wrap-interview_img {
    margin-right: -40px;
  }
}

.link-member .list-member_wrap {
  margin-bottom: 160px;
}

.box-number {
  display: flex;
  flex-wrap: wrap;
  background: #E2F1F0;
  padding: 60px;
  border-radius: 40px;
}
@media screen and (max-width: 1024px) {
  .box-number {
    padding: 40px;
  }
}
@media screen and (max-width: 639px) {
  .box-number {
    padding: 20px;
  }
}
.box-number_item {
  width: 50%;
  padding-bottom: 40px;
}
@media screen and (max-width: 639px) {
  .box-number_item {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .box-number_item:last-child {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 639px) {
  #company .box-number_item:first-child {
    padding-bottom: 0;
  }
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime,
.leftAnime1 {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight,
.slideAnimeLeftRight1 {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft,
.slideAnimeRightLeft1 {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.lead {
  font-size: 1.75rem;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .lead {
    font-size: 1.5rem;
    text-align: center;
  }
}

/*# sourceMappingURL=newgrad.css.map */
