@charset "UTF-8";
/* CSS Document */
/* Body and Wrapper */
body {
  background-color: #f4eeff;
}
.wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
/* Body and Wrapper max-width: 599px */
@media screen and (max-width: 599px) {
  .wrapper {
    max-width: 599px;
    margin: 0 auto;
  }
}
/* TOP Main Visual including header */
.main-visual {
  display: flex;
  position: relative;
}
.top-header__navigation {
  background-color: #a6b1e1;
  width: 100%;
  padding: 40px 0 60px;
}
.top-header__logo-area img {
  width: 80%;
}
.top-header__button {
  display: none;
}
.top-header__navigation-list {
  margin: 60px 90px 0 30px;
}
.top-header__navigation-list-items {
  position: relative;
  border-bottom: #424874 solid 2px;
}
.top-header__navigation-list-title {
  border-top: #424874 solid 2px;
  padding: 24px 24px 10px;
}
.top-header__navigation-list-title:first-child, .top-header__navigation-list-title:last-child {
  border-top: #424874 solid 2px;
  padding: 24px;
}
.top-header__navigation-list-items li {
  font-size: 2.4rem;
  text-align: left;
}
.top-header__navigation-list-items li a {
  text-decoration: none;
  color: #424874;
}
.top-header__navigation-list-items-child li {
  font-size: 1.6rem;
  list-style: inside;
  margin: 10px auto 0 30px;
}
.top-header__navigation-list-items-child li:first-child {
  padding-top: 0;
}
.top-header__navigation-list-items-child li:last-child {
  margin-bottom: 10px;
}
.top-header__message {
  width: 72%;
  padding-top: 70px;
}
.top-header__message h2 {
  padding: 0 5%;
}
.top-header__message h2 > span {
  display: block;
}
.top-header__message-first-line {
  text-align: left;
  font-size: 3.0rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.top-header__message-first-line span {
  border-bottom: #dcd6f7 solid 2px;
}
.top-header__message-second-line {
  text-align: right;
  font-size: 2.6rem;
  font-weight: 400;
}
.top-image__area {
  position: absolute;
  top: 190px;
  right: 0;
  width: 78%;
}
.top-image__area img {
  width: 100%;
  height: auto;
}
/* TOP Main Visual including header max-width: 1024px */
@media screen and (max-width: 1024px) {
  header {
    width: 28%;
  }
  .top-header__navigation-list {
    margin: 70px 66px 30px 16px;
  }
  .top-header__navigation-list-title {
    padding: 24px 8px;
  }
  .top-header__navigation-list-title:first-child, .top-header__navigation-list-title:last-child {
    padding: 24px 8px;
  }
  .top-header__navigation-list-items li {
    font-size: 1.8rem;
  }
  .top-header__navigation-list-items-child {
    display: none;
  }
  .top-header__message {
    width: 75%;
  }
  .top-header__message-first-line {
    font-size: 2.6rem;
  }
  .top-header__message-second-line {
    font-size: 2.2rem;
  }
}
/* TOP Main Visual including header max-width: 900px */
@media screen and (max-width: 900px) {
  .main-visual {
    display: block;
    position: static;
  }
  header {
    width: 100%;
    background-color: #a6b1e1;
  }
  .top-header__navigation {
    width: 30%;
    padding: 5px 20px 0;
  }
  .top-header__button {
    display: block;
    position: absolute;
    top: 17px;
    right: 50px;
    background-color: #a6b1e1;
    cursor: pointer;
    z-index: 1000;
  }
  .top-header__button span, .top-header__button span:before, .top-header__button span:after {
    position: absolute;
    height: 2px;
    width: 34px;
    border-radius: 2px;
    background: #424874;
    display: block;
    content: "";
  }
  .top-header__button span:before {
    bottom: -10px;
  }
  .top-header__button span:after {
    bottom: -20px;
  }
  .top-header__logo-area img {
    width: 100%;
  }
  .top-header__navigation-list {
    display: none;
    background-color: #a6b1e1;
    position: absolute;
    top: 0;
    right: 0;
    padding: 40px 24px;
    margin: 50px 0 0;
    z-index: 100;
  }
  .top-header__navigation-list-title {
    border-top: #424874 solid 1px;
    padding: 10px;
  }
  .top-header__navigation-list-title:first-child, .top-header__navigation-list-title:last-child {
    border-top: #424874 solid 1px;
    padding: 10px;
  }
  .top-header__navigation-list-items {
    border-bottom: #424874 solid 1px;
  }
  .top-header__navigation-list-items li {
    font-size: 1.6rem;
  }
  .top-header__navigation-list-items-child {
    display: none;
  }
  .top-header__message {
    display: none;
  }
  .top-image__area {
    position: static;
    width: 100%;
    height: auto;
    z-index: 10;
  }
}
/* TOP Message */
.top-message {
  background-color: #fffffe;
  margin: 120px 70px 0;
  padding: 30px 30px;
}
.top-message__title {
  font-size: 2.8rem;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #424874 solid 2px;
}
.top-message__description {
  padding: 0 40px;
}
.top-message__description p {
  text-align: left;
  font-size: 2.0rem;
  padding-bottom: 40px;
}
.top-message__description-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
.top-message__description-list li {
  list-style: none;
  font-size: 2.2rem;
  padding: 0 60px;
}
.top-message__description-list li span {
  border-bottom: #dcd6f7 solid 2px;
}
.top-message__description-message {
  font-size: 2.4rem;
}
/* TOP Message max-width: 1024 */
@media screen and (max-width: 1024px) {
  .top-message {
    display: block;
    margin: 60px 40px 0;
    padding: 30px 30px;
  }
  .top-message__title {
    font-size: 2.6rem;
  }
  .top-message__description {
    padding: 0 20px;
  }
  .top-message__description p {
    padding-bottom: 30px;
  }
  .top-message__description-list {
    margin-bottom: 30px;
  }
  .top-message__description-list li {
    font-size: 2.0rem;
    padding: 0 30px;
  }
  .top-message__description-message {
    font-size: 2.0rem;
  }
}
/* TOP Message max-width: 599px */
@media screen and (max-width: 599px) {
  .top-message {
    display: block;
    margin: 40px 20px 0;
    padding: 24px 20px;
  }
  .top-message__title {
    font-size: 2.0rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #424874 solid 1px;
  }
  .top-message__description {
    padding: 0 10px;
  }
  .top-message__description p {
    font-size: 1.6rem;
    padding-bottom: 20px;
  }
  .top-message__description-list {
    margin-bottom: 20px;
  }
  .top-message__description-list li {
    font-size: 1.4rem;
    padding: 0 10px;
  }
  .top-message__description-message {
    font-size: 1.7rem;
    font-style: italic;
    font-weight: 500;
  }
}
/* TOP Zemi */
.top-zemi {
  display: flex;
  position: relative;
  margin: 100px 70px 0;
}
.top-zemi__image {
  width: 58%;
}
.top-zemi__image img {
  width: 100%;
  height: auto;
}
.top-zemi__description-main {
  position: absolute;
  right: 10px;
  bottom: 70px;
  background-color: #fffffe;
  width: 40%;
  padding: 30px;
  box-shadow: 10px 10px 0px 0px rgba(220, 214, 247, 1.0);
}
.top-zemi__description-main h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.top-zemi__description-content p {
  text-align: left;
  font-size: 2.0rem;
  font-weight: 500;
}
/* TOP Zemi max-width: 1024px */
@media screen and (max-width: 1024px) {
  .top-zemi {
    position: static;
    margin: 60px 50px 0 40px;
  }
  .top-zemi__image {
    display: none;
  }
  .top-zemi__description-main {
    position: static;
    width: 100%;
    box-shadow: 10px 10px 0px 0px rgba(220, 214, 247, 1.0);
  }
  .top-zemi__description-main h3 {
    font-size: 2.6rem;
    font-weight: 500;
  }
}
/* TOP Zemi max-width: 599px */
@media screen and (max-width: 599px) {
  .top-zemi {
    position: static;
    margin: 40px 25px 0 20px;
  }
  .top-zemi__image {
    display: none;
  }
  .top-zemi__description-main {
    position: static;
    width: 100%;
    padding: 24px 20px;
    box-shadow: 5px 5px 0px 0px rgba(220, 214, 247, 1.0);
  }
  .top-zemi__description-main h3 {
    font-size: 2.0rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .top-zemi__description-content p {
    font-size: 1.6rem;
  }
}
/* TOP Class */
.top-class {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  margin: 60px 70px 0;
}
.top-class__image {
  width: 58%;
}
.top-class__image img {
  width: 100%;
  height: auto;
}
.top-class__description-main {
  position: absolute;
  left: 10px;
  bottom: 70px;
  background-color: #fffffe;
  width: 40%;
  padding: 30px;
  box-shadow: -10px 10px 0px 0px rgba(220, 214, 247, 1.0);
}
.top-class__description-main h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.top-class__description-content p {
  text-align: left;
  font-size: 2.0rem;
  font-weight: 500;
}
/* TOP Class max-width: 1024px */
@media screen and (max-width: 1024px) {
  .top-class {
    margin: 70px 50px 0 40px;
  }
  .top-class__image {
    display: none;
  }
  .top-class__description-main {
    position: static;
    width: 100%;
    box-shadow: 10px 10px 0px 0px rgba(220, 214, 247, 1.0);
  }
  .top-class__description-main h3 {
    font-size: 2.6rem;
    font-weight: 500;
  }
}
/* TOP Class max-width: 599px */
@media screen and (max-width: 599px) {
  .top-class {
    margin: 45px 25px 0 20px;
  }
  .top-class__image {
    display: none;
  }
  .top-class__description-main {
    position: static;
    width: 100%;
    padding: 24px 20px;
    box-shadow: 5px 5px 0px 0px rgba(220, 214, 247, 1.0);
  }
  .top-class__description-main h3 {
    font-size: 2.0rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .top-class__description-content p {
    font-size: 1.6rem;
  }
}
/* TOP Career */
.top-career {
  margin: 100px 70px 0;
}
.top-career__content {
  padding: 0 40px;
}
.top-career__content-wrapper {
  display: flex;
}
.top-career__title {
  font-size: 2.8rem;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #424874 solid 2px;
}
.top-career__content-subtitle {
  width: 12%;
  text-align: left;
  font-size: 2.0rem;
  padding-bottom: 40px;
}
.top-career__content-details {
  width: 88%;
  text-align: left;
  font-size: 2.0rem;
  padding-bottom: 30px;
}
/* TOP Career max-width: 1024px */
@media screen and (max-width: 1024px) {
  .top-career {
    margin: 60px 40px 0;
  }
  .top-career__content {
    padding: 0 30px;
  }
  .top-career__content-wrapper {
    display: flex;
  }
  .top-career__title {
    font-size: 2.6rem;
  }
  .top-career__content-subtitle {
    width: 20%;
  }
  .top-career__content-subtitle h3 {
    font-weight: 500;
  }
  .top-career__content-details {
    width: 80%;
  }
}
/* TOP Career max-width: 599px */
@media screen and (max-width: 599px) {
  .top-career {
    margin: 45px 20px 0;
  }
  .top-career__content {
    padding: 0 10px;
  }
  .top-career__content-wrapper {
    display: block;
  }
  .top-career__title {
    font-size: 2.0rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #424874 solid 1px;
  }
  .top-career__content-subtitle {
    width: 100%;
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
  .top-career__content-subtitle h3 {
    font-weight: 600;
  }
  .top-career__content-details {
    width: 100%;
    font-size: 1.6rem;
    padding-bottom: 20px;
  }
}
/* TOP Blog */
.top-blog {
  background-color: #fffffe;
  margin: 90px 70px 0;
  padding: 30px 30px;
}
.top-blog__title {
  font-size: 2.8rem;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #424874 solid 2px;
}
.top-blog__wrapper {
  display: flex;
  padding: 0 40px;
}
.top-blog__date {
  width: 12%;
  text-align: left;
  font-size: 2.0rem;
}
.top-blog__content {
  width: 88%;
  text-align: left;
  font-size: 2.0rem;
}
.top-blog__content h3 {
  padding-bottom: 12px;
}
.top-blog__content p {
  padding-bottom: 20px;
}
.top-blog__content-image-area {
  display: flex;
  justify-content: space-between;
}
.top-blog__content-image {
  width: 46%;
}
.top-blog__content-image img {
  width: 100%;
}
.top-blog__content-image p {
  padding-bottom: 0;
}
/* TOP Blog max-width: 1024px */
@media screen and (max-width: 1024px) {
  .top-blog {
    margin: 30px 40px 0;
  }
  .top-blog__title {
    font-size: 2.6rem;
  }
  .top-blog__wrapper {
    display: flex;
    padding: 0 20px;
  }
  .top-blog__date {
    width: 18%;
    font-weight: 600;
  }
  .top-blog__content {
    width: 88%;
  }
  .top-blog__content h3 {
    padding-bottom: 20px;
  }
}
/* TOP Blog max-width: 599px */
@media screen and (max-width: 599px) {
  .top-blog {
    margin: 20px 20px 0;
    padding: 24px 20px;
  }
  .top-blog__title {
    font-size: 2.0rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #424874 solid 1px;
  }
  .top-blog__wrapper {
    display: block;
    padding: 0 10px;
  }
  .top-blog__date {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .top-blog__content {
    width: 100%;
    font-size: 1.6rem;
  }
  .top-blog__content h3 {
    font-weight: 600;
    padding-bottom: 20px;
  }
  .top-blog__content-image-area p {
    font-size: 0.8rem;
  }
}
/*

COLOR

base purple: #f4eeff
base white: #fffffe
main purple: #dcd6f7
main blue: #a6b1e1
accent blue: #424874

*/
