@charset "UTF-8";

/* home fv */
#fv {
  width: 100%;
  height: 100vh;
  min-height: 750px;
  position: relative;
  overflow: hidden;
}

#fv #visual {
  display: flex;
  justify-content: stretch;
  align-items: center;
  width: 100%;
  padding: 30px 0;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}

#fv #visual #catch {
  width: 50%;
  text-align: center;
  animation: 1s pageIn .8s forwards;
  -webkit-animation: 1s pageIn .8s forwards;
  opacity: 0;
}

#fv #visual #catch h2 {
  font-size: 1.5em;
}

#fv #visual #catch p {
  position: absolute;
  bottom: 30px;
  left: 2%;
  text-align: left;
  font-size: 0.7em;
  line-height: 1.25;
}

#fv #visual .slick {
  width: 50%;
  height: 82vh;
  min-height: 600px;
  position: relative;
  padding: 0 2% 0 0;
  animation: 1s pageIn 1.6s forwards;
  -webkit-animation: 1s pageIn 1.6s forwards;
  opacity: 0;
}

#fv #visual .slick img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

/* latestnews */
#latestnews {
  margin-bottom: 5em;
}

#latestnews ul li a {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 0.8em;
  margin-bottom: 1.6em;
}

#latestnews ul li a .date {
  width: 10em;
}

#latestnews ul li a .title {
  width: auto;
}

/* concept */
#concept {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  padding: 0 2%;
  margin: 7em auto 10em;
}

#concept .text {
  width: 50%;
  order: 2;
  position: relative;
}

#concept .text p {
  width: max-content;
  display: inline-block;
  margin: -5em 0em 0 -4em;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.1em;
  line-height: 2;
}

#concept .text .button_a {
  position: absolute;
  bottom: 30px;
  right: 2%;
}

#concept .text .button_a div {
  width: auto;
  padding-right: 3em;
  display: block;
  border-bottom: 1px solid #D9D9D9;
  font-size: 0.9em;
}

#concept .slick {
  width: 50%;
  height: auto;
  order: 1;
}

#concept .slick img {
  height: 100%;
}

/* gray_block */
.gray_block {
  background-color: #F2F2F2;
  width: 100%;
  padding: 10em 2%;
}

/* profile */
#profile {
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#profile .text {
  width: 40%;
  text-align: left;
  display: flex;
  flex-direction: column;
}

#profile .text #katagaki {
  font-size: 0.9em;
  margin-bottom: 4em;
}

#profile .text #name {
  font-size: 1.3em;
  margin-bottom: 1em;
}

#profile .text p {
  text-align: justify;
  margin-bottom: 4em;
}

#profile figure {
  width: 45%;
  text-align: left;
}


/* essay */
#essay {
  margin: 10em auto 0;
  position: relative;
}

#essay h3 {
  margin-bottom: 3em;
  font-size: 1em;
}

#essay .button_a {
  display: block;
  margin: 5em auto 0;
}

/* essay swiper */
#essay .essayswiper {
  width: 95%;
  margin: 0 auto;
}

#essay .essayswiper .swiper-wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

#essay .essayswiper .swiper-slide {
  width: 25%;
  height: auto;
  padding: 0 1%;
}

#essay .essayswiper .swiper-slide .card {
  width: 100%;
  height: 100%;
  padding: 1em 3%;
  background-color: #FFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#essay .essayswiper .swiper-slide .card .date {
  font-size: 0.9em;
  padding-bottom: 1em;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: auto;
}

#essay .essayswiper .swiper-slide .card div.title {
  display: flex;
  align-items: center;
  min-height: 22em;
  max-height: 22em;
  padding: 4em 0;
}

#essay .essayswiper .swiper-slide .card div.title h2 {
  font-size: 1.1em;
}

#essay .essayswiper .swiper-slide .card div.link {
  font-size: 0.9em;
  padding-top: 1em;
  width: 100%;
  border-top: 1px solid #D9D9D9;
  margin-top: auto;
}

/* essay swiper arrow */
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  margin-top: -25px;
}

.swiper-button-next {
  right: -0.5%;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
}

.swiper-button-prev {
  left: -0.5%;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  transform: scale(-1, 1);
}

.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}

/* service */
#service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 2%;
  margin: 7em auto 10em;
}

#service .text {
  width: 50%;
  padding: 0 7%;
  order: 1;
  position: relative;
  text-align: left;
}

#service .text h3 {
  font-size: 1.4em;
  margin-bottom: 3em;
}

#service .text p {
  width: 100%;
  padding-left: 10%;
  display: inline-block;
  text-align: justify;
  font-size: 1em;
}

#service .slick {
  width: 50%;
  height: auto;
  order: 2;
}

#service .slick img {
  height: 100%;
}

/* service list */
#service_list {
  margin: 0 auto 7em;
}

#service_list .detail .course a {
  margin: 4em auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F1F1F1;
  border-radius: 10px;
  padding: 5em 5%;
}

#service_list .detail .course a .copy {
  width: 20%;
  font-size: 1.1em;
  text-align: center;
}

#service_list .detail .course a .name {
  width: 27.5%;
}

#service_list .detail .course a .caption {
  width: 35%;
  text-align: justify;
}

#service_list .detail .course a .btn_arrow {
  width: 40px;
}