/* 共通パーツ
   ========================================================================== */
/*section関係*/
.divide-area:last-of-type {
  border-bottom: none;
}

.divide-area {
  padding: 0 5%;
}

.divide-area .wrapper {
  padding: 100px 0;
}

.divide-area:last-child .wrapper {
  padding: 100px 0;
  margin-top: 0;
}

.divide-area:last-of-type {
  border: none;
}

.narrow-wrapper {
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .divide-area .wrapper {
    margin-top: 0;
  }

  .interview-wrapper.layout, .divide-area:last-child .wrapper {
    padding: 60px 5%;

  }
}

@media (max-width: 767px) {
  .divide-area .wrapper {
    padding: 60px 0;
  }

  .narrow-wrapper, .divide-area .wrapper, .interview-wrapper.layout:last-child, .narrow-wrapper.wrapper {
    margin: 0 auto;
  }

  .divide-area:last-child .wrapper {
    padding: 60px 0;
    margin-top: 0;
  }
}

.subpage-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 0;
}

@media (max-width: 767px) {
  .subpage-wrapper {
    padding: 60px 0;
  }

}

/*ボタン関係*/
.link-ul>li a.blue-btn, .link-ul>li a.border-btn, .entry-link-button a:nth-child(1) button, .entry-link-button a:nth-child(2) button {
  font-weight: 600;
}

a.blue-btn {
  font-weight: 600;
}

.interview-list+.blue-btn {
  margin-top: 80px;
}

.link-ul.layout {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .interview-list+.blue-btn {
    margin-top: 60px;
  }
}


/*新規パーツ*/

br.sp-only {
  display: none;
}

@media (max-width: 767px) {
  br.sp-only {
    display: block;
  }

  .breadcrumbs br.sp-only {
    display: none;
  }
}

.divide-area p.description {
  font-size: 16px;
}

/*ページヘッダー関係*/
.heading-area p.description {
  font-size: 16px;
  max-width: 600px;
  margin: 40px auto;
}

@media (max-width: 767px) {
  .std-h1 {
    height: fit-content !important;
  }

  .heading-area {
    padding: 40px 0 60px;
  }

  .heading-area p.description {
    margin: 30px 0;
  }

  .internal-link-list li a {
    font-size: 16px;
  }

  .internal-link-list.break-sp li {
    margin-bottom: 20px;
    padding: 0 0 7px
  }

  .internal-link-list.break-sp li:last-child {
    margin-bottom: 0;
  }

}

@media (max-width: 1024px) {
  .heading-area .std-h1 {
    height: fit-content !important;
  }
}

/*タイトル関係*/
.bottom-border::before {
  width: 50px;
}

@media (max-width: 767px) {
  h2.serif, h2 .serif {
    font-size: 24px;
    letter-spacing: 0.12em;
  }
}


/*VIEW MORE関係*/
.narrow-wrapper .arrow-right.h-right, .arrow-right {
  margin-bottom: 0;
  font-size: 14px;
  padding-right: 17px;
}

.arrow-right::before {
  right: 0;
  top: 6px;
  width: 8px;
  height: 8px;
}

.arrow-right:hover::before {
  right: -5px;
}

/*list関係*/
.std-dl.layout:last-child {
  margin-bottom: 0;
}

/* ========================================================================== */


/* footer系diff */

#information {
  margin-top: 100px;
}

#banner-area, .home #banner-area {
  padding: 0;
  border: none;
}

.column-2.layout.common-banner {
  display: flex;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

#banner-area .column-2>li {
  width: 100%;
  max-width: 440px;
}

.common-banner {
  margin: 0;
}

.common-banner li {
  margin: 0;
}

@media(max-width: 767px) {
  .column-2.layout.common-banner {
    display: grid;
    gap: 10px;
  }
}

/* 採用情報*/
#recruit-information {
  margin-top: 100px;
}

.recruitment-link {
  height: 379px;
}

.recruitment-link .left, .recruitment-link .right {
  background-position: right 20%;
}

.recruitment-link .left .outer .inner h2,
.recruitment-link .right .outer .inner h2 {
  margin-bottom: 20px;
  letter-spacing: normal;
}

.recruitment-link .left .outer .inner p,
.recruitment-link .right .outer .inner p {
  padding: 0 120px;
}

.recruitment-link .left .outer .inner .arrow-right,
.recruitment-link .right .outer .inner .arrow-right {
  margin: 20px 120px 0 0;
}

@media(max-width: 767px) {
  #recruit-information {
    margin-top: 60px;
  }

  .recruitment-link {
    height: 472px;
  }

  .recruitment-link .left, .recruitment-link .right {
    background-position: right 10%;
  }

  .recruitment-link .left .outer .inner p, .recruitment-link .right .outer .inner p {
    padding: 0 20px;
  }

  .recruitment-link .left .outer .inner .arrow-right,
  .recruitment-link .right .outer .inner .arrow-right {
    margin: 20px 20px 0 0;
  }
}

/*footer-logo*/
.footer-logo-wrap {
  padding: 50px 0 30px;
  border-bottom: 1px solid rgb(255, 255, 255, .1);
}

figure.footer-logo {
  width: 100%;
  max-width: max-content;
  margin: 0 auto 30px auto;
}

.footer-logo a {
  display: block;
  width: 100%;
}

.footer-logo img {
  width: auto;
}

/*footer-sns*/
.footer-sns-list li {
  margin-right: 0px;
}

.footer-sns-list {
  gap: 20px;
}

.footer-sns-list li a {
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 50%;

  -webkit-transition: .4s;
  transition: .4s;
}

.footer-sns-list li img {
  zoom: unset;
  width: 35px;
  height: 35px;
}

/*footer-menu*/

.footer-menu-wrap {
  padding: 30px 0 60px 0;
  border-bottom: 1px solid rgb(255, 255, 255, .1);
  position: relative;
}

footer-menu-wrap .layout {
  justify-content: space-between;
}

.footer-menu {
  width: calc(100% - 258px)
}

.footer-menu-list.layout {
  margin: 0;
}

.footer-menu-list {
  gap: 40px;
}

.footer-menu-list li {
  display: grid;
  gap: 20px;
}

.footer-menu-list>li {
  margin: 0;
}

.footer-menu-list li a {
  padding: unset;
}

.footer-menu-list li a {
  font-weight: 700;
}

.footer-menu-list li a.icon-new-window::before {
  top: 6px;
}

.footer-menu-list li a.icon-new-window::after {
  top: 8px;
}

.footer-menu-list li ul {
  display: grid;
  gap: 20px;
}

.footer-menu-list li ul.child-list-footer {
  display: grid;
  gap: 10px;
  padding-left: 10px;
}

ul.child-list-footer li {
  padding: 0 10px;
}

ul.child-list-footer li a, ul.child-list-footer li::before {
  font-size: 14px;
  font-weight: 500;
  top: 0;
}

.footer-banner {
  width: 100%;
  max-width: 258px;
}

.footer-banner img {
  zoom: unset;
  width: 100%;
  height: auto;
}

@media(max-width: 767px) {
  .footer-menu {
    width: 100%;
  }

  .footer-menu-list.layout {
    height: 289px;
    column-gap: 40px;
    row-gap: 20px;
  }

  .footer-menu-wrap>.layout {
    gap: 40px;
  }
}

/*footer-copyright*/
.footer-copyright p, .footer-copyright a {
  color: white;
}

@media(max-width: 1200px) {
  .footer-copyright {
    padding: 30px 0 32px;
  }
}

/*footer-arrow-up*/
.go-to-top {
  width: 40px;
  height: 40px;
  padding: 13px;
}

.arrow-up::before {
  top: 80%;
}

@media(max-width: 767px) {
  .arrow-up::before {
    top: 25%;
  }
}

/*==========================================================================*/

/* 下層系diff */

#ideal a {
  margin-top: 32px;
}

@media (max-width: 767px) {
  #ideal h3.serif {
    margin-bottom: 30px;
  }

  #ideal a {
    margin-top: 34px;
  }

  #ideal a:last-child {
    margin-bottom: 0;
  }
}


/* 社員紹介 */

.interview-list br.pc-only {
  display: none;
}


.interview-list.layout {
  display: flex;
  gap: 75px;
  justify-content: center;
}


.interview-list li {
  margin: 0;
  width: 100%;
  max-width: 350px;
}

.interview-list li figure {
  height: fit-content;
  aspect-ratio: 1 / 1;
}

.interview-list li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview-list a {
  gap: 15px;
  justify-content: flex-end;
}

.interview-list .title {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  margin-bottom: auto;
}

dl.member-detail {
  display: grid;
  gap: 15px;
  margin-top: 0;
}

.member-detail dt {
  margin: 0;
  line-height: 1.5;
  padding: 2px 6px;
  max-width: fit-content;
  font-size: 14px;
}

.member-detail dd {
  font-size: 18px;
}


.page a.blue-btn {
  margin: 80px auto 0;
}

a.blue-btn {
  max-width: 236px;
  border: none;
}

a.blue-btn:hover {
  border: none;
}

@media (max-width: 1200px) {
  #interview-list1 .narrow-wrapper {
    max-width: 900px;
  }
}

@media (max-width: 767px) {
  .interview-list.layout {
    flex-direction: column;
    gap: 40px;
  }

  .interview-list li {
    max-width: unset;
  }

  .interview-list li figure {
    height: fit-content;
  }

  .page a.blue-btn {
    margin: 60px 0 0;
    width: 100%;
    max-width: unset;
  }
}

/* 動画で知る */

.video-to-understand-aiwa .movie-title {
  font-weight: 700;
  margin: 30px 0;
}

.video-to-understand-aiwa .profile {
  margin-top: 40px;
  outline: 1px solid #D2D2D2;
  padding: 40px 30px;
  display: flex;
  gap: 20px;
}


.narrow-wrapper img {
  margin: 0;
}

.profile .image {
  width: 100%;
  max-width: 310px;
  height: auto;
}

.profile .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile .txt {
  display: grid;
  gap: 20px;
  align-items: flex-start;
  width: calc(100% - 310px);
  height: fit-content;
}

.profile .txt p {
  margin: 0;
}

.profile .txt .name-wrapper {
  display: grid;
  gap: 5px;
}

.profile .txt .name-wrapper .position {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.profile .txt .name-wrapper .name {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .video-to-understand-aiwa .movie-title {
    margin: 32px 0;
  }

  .video-to-understand-aiwa .profile {
    margin-top: 30px;
    display: grid;
    padding: 20px;
  }

  .profile .image {
    width: 100%;
    height: auto;
    max-width: unset;
  }

  .profile .txt {
    width: 100%;
  }

  .profile .txt .name-wrapper .position {
    font-size: 14px;
  }

  .profile .txt .name-wrapper .name {
    font-size: 18px;
  }

  .profile .txt p {
    line-height: 1.5;
  }
}

/* Q&A */
.faq-dl dt.style {
  padding: 30px 50px;
}

.faq-dl dt.style::before {
  line-height: 1;
  margin-top: 0;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}

.faq-dl dt.style span.text-position {
  font-size: 18px;
  font-weight: 700;
  padding-left: 40px;
  display: block;
}

.faq-dl dt.style span.text-position:has(.icon-toggle) {
  padding-right: 30px;
}

.faq-dl dd.open {
  line-height: 1.5;
}

.faq-dl dd>*:last-child, .faq-dl dd>.arrow-right.h-right {
  margin-top: 30px;
}

@media(max-width:767px) {
  .faq-dl dt.style {
    padding: 20px;
  }

  .faq-dl dt.style span.text-position {
    font-size: 16px;
  }

  .faq-dl dt.style::before {
    top: 17px;
    left: 20px;
  }

  .faq-dl dd>*:last-child, .faq-dl dd>.arrow-right.h-right {
    margin-top: 20px;
  }
}

/*採用情報*/
#new-graduate {
  /*padding-top: 80px;*/
  padding-bottom: 100px;
}

#job-description1 .pd-bottom-none {
  padding-bottom: 0 !important;
}

.divide-area {
  overflow-x: hidden;
}

.wide.light-blue-bg {
  background-color: #F3FAFF;
  margin: 0 calc(50% - 50vw);
  padding: 100px 0;
}

.wide .job-description-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.job-description-wrapper .std-h3 {
  margin-top: 0;
}

.job-description .entry-link-button {
  width: fit-content;
  margin: 80px auto 0;
}

.job-description .std-ul>li {
  margin-bottom: 0;
  line-height: 2
}

.job-description .std-dl>dt,
.job-description .std-dl>dd {
  padding: 20px 0;
  line-height: 2
}

.job-description .std-dl.layout {
  margin-bottom: 40px;
}

@media (max-width: 767px) {

  .job-description .internal-link-list {
    margin: 60px 0 0;
  }

  #new-graduate {
    /*padding-top: 60px;*/
    padding-bottom: 60px;
  }


  .job-description .std-dl.layout {
    margin-bottom: 30px;
  }

  .job-description .std-dl>dt {
    padding-bottom: 0;
  }

  .job-description .std-dl>dd {
    padding-top: 8px;
  }


  .entry-link-button a:nth-child(1) button {
    width: 100%;
  }

  .entry-link-button a:nth-child(2) button {
    width: 100%;
  }

  .job-description .entry-link-button {
    width: 100%;
    margin-top: 60px;
  }


  .wide.light-blue-bg {
    padding: 60px 5%;
  }

}


/*その他の採用情報*/

.job-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 30px;
  margin-top: 30px;
  justify-content: center;
}

.job-list.three-clomun>li {
  width: 100%;
  max-width: 286px;
}

.job-list>li a {
  display: grid;
  gap: 10px;
}


.job-list>li p {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  color: #1F73E2;
  margin: 0;
}

.pic-area {
  position: relative;
}

.pic-area .tag-area {
  display: flex;
  gap: 6px;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.tag-area .tag-item {
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  border: 1px solid #333;
  background-color: white;
}

.tag-item.new {
  border-color: #009FCC;
  color: #009FCC;
}

.tag-item.mid {
  border-color: #002060;
  color: #002060;
}

#job-list .pic-area {
  height: 238px;
}

#other-job-list .pic-area {
  height: 186px;
}

.pic-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.job-list>li p {
  position: relative;
  width: fit-content;
}

.job-list>li p.icon_window::after {
  position: absolute;
  content: "";
  background-image: url("../img/icon_window.png");
  width: 10px;
  height: 10px;
  top: 8px;
  right: -20px;
}

@media (max-width: 767px) {

  #job-list .pic-area {
    height: 192px;
  }

  #other-job-list .pic-area {
    height: 110px;
  }

  .job-list.three-clomun>li {
    width: calc(50% - 10px);
  }

  .pic-area .tag-area {
    bottom: 5px;
    right: 6px;
  }

  .job-list>li p {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* 未経験・中途採用TOP */
/* 採用情報タイトル箇所 */

.attract-area-h2 {
  color: white;
  font-family: 'Noto Serif JP', serif;
}

.header-recruitment .header-bg {
  height: 580px;
  background-position: top center;
}


.serif.rg {
  font-weight: 400;
  letter-spacing: normal;
}

.header-recruitment .phrase-wrap .phrase1::before {
  width: 200px;
  top: 62px;
}

.inexperience .header-recruitment .phrase-wrap .phrase1::before,
.career .header-recruitment .phrase-wrap .phrase1::before {
  left: unset;
  right: 72px;
}

.header-recruitment .phrase-wrap .phrase1 {
  padding-top: 50px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

.header-recruitment .phrase-wrap .phrase1,
.header-recruitment .phrase-wrap .phrase2,
.header-recruitment .phrase-wrap .phrase3 {
  padding-left: 80px;
  padding-right: 0;
}

.header-recruitment .phrase-wrap .phrase3 {
  max-width: calc(394px + 80px);
  line-height: 1.5;
  color: #14314D;
}

.header-recruitment .phrase-wrap {
  width: 100%;
  max-width: 546px;
  height: 100%;
  max-height: 386px;
}

.header-recruitment .phrase-wrap .phrase1 {
  color: #1F73E2;
}

.career .header-recruitment {
  height: 1043px;
}

.inexperience .header-recruitment {
  height: 1171px;
}


@media (max-width: 767px) {

  .inexperience .header-recruitment .phrase-wrap .phrase1.serif,
  .career .header-recruitment .phrase-wrap .phrase1.serif {
    letter-spacing: normal;
    font-weight: 400;
  }

  .inexperience .header-recruitment .phrase-wrap .phrase1::before,
  .career .header-recruitment .phrase-wrap .phrase1::before {
    right: 74px;
  }

  .inexperience .header-recruitment .phrase-wrap .phrase1::before,
  .career .header-recruitment .phrase-wrap .phrase1::before {
    top: 38px;
    width: 94px;
  }

  .inexperience .header-recruitment,
  .career .header-recruitment {
    height: fit-content;
  }

  .header-recruitment .header-bg {
    width: 100%;
    height: 250px;
    background-position: top left 37%;
    background-size: 140%;
    position: relative;
    top: 0;
    min-height: 249.64px;
  }

  .inexperience .header-recruitment .attract-area,
  .career .header-recruitment .attract-area {
    padding-top: 157px;
    padding-bottom: 70px;
    height: fit-content;
  }

  .header-recruitment .phrase-wrap .phrase1 {
    padding-top: 30px;
  }

  .header-recruitment .phrase-wrap .phrase1,
  .header-recruitment .phrase-wrap .phrase2,
  .header-recruitment .phrase-wrap .phrase3 {
    padding-left: 20px;
    padding-right: 0;
  }

  .header-recruitment .phrase-wrap .phrase3 {
    max-width: calc(280px - 44px);
  }

  .header-recruitment .phrase-wrap {
    max-width: 280px;
    max-height: 231px;
    top: 140px;
  }
}

/* メッセージ */
.header-recruitment .attract-area {
  top: 316px;
}

.header-recruitment .attract-area {
  padding-top: 445px;
  padding-bottom: 100px;
}


.header-recruitment .attract-area .attract-area-box {
  background-image: none;
}

.inexperience .header-recruitment .attract-area .attract-area-box {
  background-image: none;

}

.header-recruitment .attract-area .attract-area-box>p {
  margin-bottom: 32px;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.header-recruitment .attract-area .attract-area-box>p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {

  .header-recruitment .attract-area {
    position: relative;
    top: 0;
  }

  .inexperience .header-recruitment .attract-area {
    top: 0;
  }

  .header-recruitment .attract-area .attract-area-box>p {
    letter-spacing: normal;
    line-height: 1.5;
  }
}

.more-link h3 {
  text-align: center;
  margin-bottom: 40px;
}


.button-list {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: center;
}

.button-list a {
  width: 100%;
  max-width: 236px;
}

.button-list a button {
  width: 100%;
  height: 60px;
  background: #1F73E2;
  color: #FFFFFF;
  border: none;
  font-weight: 600;
}

.button-list a button:hover {
  transition: .4s;
  background: #4DD0F9;
}

.arrow-right+img {
  margin-top: 30px;
}



@media (max-width: 767px) {
  .career .narrow-wrapper .std-h3, .inexperience .narrow-wrapper .std-h3 {
    margin-top: 60px;
  }

  .narrow-wrapper .job-description-wrapper .std-h3 {
    margin-top: 0;
  }

  .arrow-right+img {
    margin-top: 20px;
  }

  .more-link h3 {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .button-list {
    flex-direction: column;
  }

  .button-list a {
    max-width: unset;
    font-weight: 600;
  }

  .button-list a button {
    height: 50px;
  }

}


/*.job-list>.arrow-right.h-right, .arrow-right {
  margin-top: 20px !important;
}*/
.job-list .contents+.arrow-right {
  margin-top: 20px;
}

.job-list.two-clomun {
  column-gap: 30px;
  row-gap: 40px;
}

.job-list.two-clomun>li {
  width: calc(50% - 15px)
}

.job-list.inexperience .contents p {
  color: #535353;
  line-height: 2;
}

.job-list.inexperience .contents p.description {
  font-weight: 500;
}

@media (max-width: 767px) {
  .job-list.two-clomun>li {
    width: 100%;
  }

  .job-list.inexperience .contents p {
    font-size: 14px;
  }
}

/* 採用TOP */
.home #content {
  margin-top: 96px;
}

.key-area-wrapper {
  margin: 0;
  padding: 0;
  max-width: none;
}

.main-phrase-wrap {
  /*top: 500px;*/
  bottom: -115px;
  right: unset;
  left: 0;
  padding: 0 70px 0 5%;
  height: 325px;
  width: 100%;
  max-width: fit-content;
  display: grid;
  align-items: center;
  z-index: 1;

}

.h1-box {
  width: 100%;
  max-width: 471px;
  margin: auto auto auto 0;
}

h1 .main-phrase {
  font-size: 34px;
  width: max-content;
  margin-bottom: 24px;
  padding: 0;
}

h1 .main-phrase-en {
  font-size: 62px;
  width: max-content;
  line-height: 1;
}

h1 hr.main-phrase-hr {
  margin-top: 24px;
  margin-bottom: 22px;
}

.h1-box .std-blue {
  font-family: "Roboto Condensed";
  letter-spacing: 0.06em;
  margin: 0;
}

.slick-list {
  margin-left: auto;
  margin-right: 0;
  width: calc(100% - 22.22222222%);
  max-height: 710px;
  padding: 0;
}

.slider img {
  width: 100%;
  height: 710px;
  object-fit: cover;
}

@media(max-width: 1700px) {
  .key-area-wrapper {
    padding: 0;
  }
}

body {
  margin-top: 85px;
}

@media(max-width: 1024px) {
  body {
    margin-top: 65px;
  }
}

@media(max-width: 1024px) {
  #key-area .serif {
    margin-bottom: 0;
  }

  #key-area {
    margin: 0;
    height: auto;
  }

  .h1-box .std-blue {
    font-size: 18px;
  }
}


@media(max-width: 767px) {

  .home #content {
    margin-top: 65px;
  }

  #key-area {
    height: 100%;
    max-height: 317px;
    margin: 0;
    padding: 0;
  }

  .slick-list {
    width: calc(100% - 49px);
    height: 370px;
  }

  .slider img {
    width: 100%;
    height: 370px;
    left: unset;
    object-fit: cover;
    object-position: center;
  }

  .slider img.position-adjust {
    left: unset;
  }

  .main-phrase-wrap {
    top: 274px;
    bottom: 0;
    padding-right: 40px;
  }


  .main-phrase-wrap {
    max-width: 292px;
    height: 147px;
  }

  h1 .main-phrase-en {
    font-size: 28px;
  }

  h1 .main-phrase.serif {
    font-size: 16px;
    letter-spacing: 0.2em;
    padding: 0;
  }

  h1 hr.main-phrase-hr {
    border: 1px solid #1F73E2;
    width: 100%;
  }

  h1 hr.main-phrase-hr {
    margin-top: 11px;
    margin-bottom: 12px;
  }

  .h1-box .std-blue {
    font-size: 9px;
    letter-spacing: 0.04em
  }

  .h1-box {
    display: grid;
    max-width: 229px;
  }
}


#message {
  position: relative;
  padding-top: 283px;
  padding-bottom: 152px;
}

#message::before, #education::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/top_message_bg.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#message .wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 920px;
}

#message span.serif, #message h2.serif {
  margin-bottom: 0;
}

h2.serif.h2-message {
  display: flex;
  flex-direction: column;
  writing-mode: vertical-rl;
  gap: 33px;
}

h2.serif.h2-message>span {
  height: fit-content;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 0;
}

h2.serif.h2-message span:last-child {
  top: 279px;
  margin-bottom: 0px;
}

.message-wrap {
  display: grid;
  gap: 30px;
}


.message-wrap h2 .serif:first-child {
  margin-bottom: 0px;
}

.message-layout-wrapper.layout {
  color: white;
  display: grid;
  max-width: 540px;
  width: 100%;
  margin: 0;
  gap: 60px;
}

.message-layout-wrapper .item:nth-child(1) {
  order: unset;
}

.message-layout-wrapper .item:nth-child(3)>* {
  color: white;
}

.message-layout-wrapper .item:nth-child(1), .message-layout-wrapper .item:nth-child(2) {
  width: 100%;
  max-width: unset;
}



.message-img {
  width: 100%;
  max-width: 540px;
  height: auto;
  z-index: 1;
}

.message-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(max-width: 1024px) {
  .message-wrap h2 {
    line-height: 1;
  }

  .message-wrap h2 .serif {
    font-size: 26px;
    line-height: 1.7;
  }

  .message-layout-wrapper .item:nth-child(3) {
    margin: 0;
  }
}

@media(max-width: 767px) {
  #message {
    padding-top: 134px;
    padding-bottom: 40px;
  }

  #message::before, #education::before {
    width: 120%;
    background-position: center center;
  }

  #message .wrapper {
    flex-direction: column;
    gap: 40px;
  }

  h2.serif.h2-message {
    gap: 18px;
    justify-content: center;
    margin-bottom: 0;
  }

  h2.serif.h2-message>span {
    font-size: 28px;
    margin: 0;
    justify-content: center;
  }

  h2.serif.h2-message span:last-child {
    top: 0;
    margin-top: 96px;
  }

  .message-wrap h2 .serif:last-child {
    margin-bottom: 0;
  }

  .message-wrap {
    display: grid;
    gap: 20px;
    padding: 0 5%;
  }

  .message-layout-wrapper.layout {
    gap: 40px;
    margin: 0 auto;
  }

  .message-layout-wrapper .item:nth-child(2) {
    padding: 0;
  }

  .message-layout-wrapper .item:nth-child(3) {
    width: 100%;
  }
}



#get-know .wrapper {
  width: 100%;
  max-width: 1010px;
  margin: -67px auto 0;
}

.get-know-wrap {
  width: 100%;
}

.get-know-wrap.layout {
  justify-content: space-between;
  align-items: flex-end;
}

.get-know-img {
  width: 100%;
  max-width: 560px;
  max-height: 420px;
}

.get-know-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.get-know-detail {
  width: 100%;
  max-width: 350px;
  display: grid;
  gap: 40px;
}

.get-know-detail span.serif.rg {
  letter-spacing: 0.1em;
  font-size: 30px;
  line-height: 1;
  margin: 0;
}

.get-know-detail ul {
  width: 100%;
  display: grid;
  gap: 20px;
}

.get-know-detail ul li {
  padding-bottom: 8px;
  border-bottom: 1px solid #D2D2D2;
  position: relative;
}


.get-know-detail ul li::before {
  content: "";
  border-bottom: 2px solid #535353;
  border-right: 2px solid #535353;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  bottom: 13.5px;
}

.get-know-detail ul li:hover::before {
  border-bottom: 2px solid #1F73E2;
  border-right: 2px solid #1F73E2;
  transition: .6s;
}

.get-know-detail ul li a {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.get-know-detail ul li a:hover {
  color: #1F73E2;
  transition: .6s;
}


.get-know-detail a.blue-btn {
  margin: 0;
  margin-left: auto;
  font-weight: 600;
}

@media(max-width: 1200px) {
  .get-know-detail {
    width: 100%;
    max-width: 300px;
  }
}

@media(max-width: 1024px) {
  #get-know .wrapper {
    margin-top: 0;
    padding: 0;
  }

  .get-know-wrap.layout {
    gap: 40px;
  }

  .get-know-detail span.serif.rg {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .get-know-img {
    max-width: 100%;
    max-height: 293px;
    overflow: hidden;
  }


  .get-know-detail {
    max-width: unset;
    padding: 0 5%;
    gap: 0;
  }

  .get-know-detail a.blue-btn {
    margin-top: 40px;
  }
}


#recruit-information {
  margin-top: 150px;
}

#recruit-information .job-list {
  column-gap: 20px;
  row-gap: 40px;
  justify-content: center;
}

#recruit-information .job-list.three-clomun>li {
  width: calc((100% - 70px) / 3);
  max-width: 376px;
}


#recruit-information .pic-area {
  width: 100%;
  height: 210px;
}

@media(max-width: 1024px) {
  #recruit-information .serif {
    margin-bottom: 20px;
  }

  #recruit-information .job-list.three-clomun>li {
    width: calc(50% - 10px);
  }
}

@media(max-width: 767px) {
  #recruit-information {
    margin-top: 100px;
  }

  #recruit-information .job-list {
    column-gap: 20px;
    row-gap: 20px;
  }

  #recruit-information .pic-area {
    height: 110px;
  }
}


#recruit-information h2 .en,
#interview h2 .en,
#education h2 .en {
  font-size: 14px;
  margin-bottom: 20px;
}

.right-border::before {
  height: 3px;
}

#recruit-information h2 .serif.rg,
#interview h2 .serif.rg,
#education h2 .serif.rg {
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 0.1em;
  font-weight: 400;
}

@media(max-width: 767px) {

  #recruit-information h2 .en,
  #interview h2 .en,
  #education h2 .en {
    font-size: 14px;
    margin-bottom: 10px;
  }

  #recruit-information h2 .serif.rg,
  #interview h2 .serif.rg,
  #education h2 .serif.rg {
    font-size: 25px;
    line-height: 1.48;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}


.interview-overview-wrap {
  background-image: none;
  padding: 0;
  margin-bottom: 60px;
}


#interview {
  padding: 150px 0;
}

#interview .interview-list.layout {
  gap: 70px;
  /* justify-content: space-between; */
}

#interview .interview-list p {
  font-weight: 600;
  line-height: 1.5;
}

#interview a.blue-btn {
  margin: 40px auto 0;
  font-weight: 600;
}

@media(max-width: 1200px) {

  #interview .interview-list li {
    max-width: 300px;
  }


  #interview .interview-list li figure {
    height: auto;
    aspect-ratio: 1 / 1;
    max-width: 300px;
  }
}

@media(max-width: 767px) {
  #interview {
    padding: 100px 0;
  }

  #interview .interview-list.layout {
    flex-wrap: wrap;
    flex-direction: unset;
    gap: 20px;
    /*max-width: 350px;*/
    margin: 0 auto;
  }

  #interview .interview-list li {
    width: calc(50% - 10px);
  }

  #interview .interview-list li figure {
    height: auto;
    aspect-ratio: 1 / 1;
  }


  #interview .interview-list a, #interview dl.member-detail {
    gap: 10px;
  }

  #interview .member-detail dt {
    font-size: 9px;
    padding: 1px 2px;
  }

  #interview .member-detail dd {
    display: flex;
    align-items: center;
    font-size: 12px;
  }

  #interview .member-detail dd span.small-txt {
    font-size: 10px;
    margin-left: 10px;
    line-height: normal;
  }

  .interview-overview-wrap {
    margin-bottom: 40px;
  }
}



#education {
  position: relative;
  padding-top: 150px;
  padding-bottom: 250px;
}

#education::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/top_message_bg.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


#education .wrapper {
  top: 0;
  margin-bottom: 0;
}


.education-list.layout {
  gap: 20px;
  justify-content: flex-start;
}

.education-list li {
  width: calc(33% - 10px);
  height: 100%;
  box-shadow: none;
}

.career-plan.layout {
  height: 150px;
  gap: 30px;
  flex-wrap: nowrap
}

.education-list li a {
  padding: 0 40px;
}

.education-list li a span {
  font-weight: 600;
  color: #535353;
}

.career-plan .blue-circle {
  margin: 0;
  width: 85px;
  height: 85px;
}

.blue-circle img:not(.about-circle img) {
  width: 100%;
  height: auto;
  max-width: 60px;
}



#education .button-list {
  gap: 20px;
  margin-top: 80px;
  z-index: 1;
  position: relative;
}

#education .button-list a button {
  border: 1px solid white;
  background-color: unset;
}

#education .button-list a button:hover {
  background-color: white;
  color: #1F73E2;
}

@media(max-width:1200px) {
  #education {
    padding: 100px 0;
  }

  #education .wrapper {
    padding: 0 5%;
  }


  .education-list.layout {
    display: flex;
    justify-content: flex-start;
  }

  .career-plan.layout {
    height: 150px;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .education-list li {
    width: 165px;
    width: calc(50% - 10px);
    height: 150px;
    margin: 0;
  }

  #education .button-list {
    margin-top: 40px;
    gap: 10px;
  }

}





#topics {
  margin-bottom: 100px;
}

#topics .wrapper.layout {
  justify-content: flex-start;
  max-width: 1220px;
}

#topics .left-border::before {
  height: 14px;
  top: 3px;
}


#topics h2.topics-h2 .en {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 1;
}

#topics h2.topics-h2 {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  padding-left: 10px;
  width: fit-content;
}

#topics .topics-ttl {
  width: fit-content;
  margin-right: 100px;
}


#topics .topics-contents {
  padding: 80px 0 40px 80px;
}

#topics .topics-contents dl dt {
  width: fit-content;
  min-width: 182px;
  display: flex;
  gap: 10px;
  align-items: center;
}

#topics .topics-contents dl.layout {
  justify-content: flex-start;
  gap: 30px;
}

#topics .topic-wrap {
  display: flex;
  gap: 10px;
  /*align-items: center;*/
}

#topics .blog-tag {
  width: 100%;
  max-width: 110px;
  max-height: 24px;
  display: grid;
  align-items: center;
  font-size: 12.6px;
  font-weight: 600;
  margin: 0;
  line-height: normal;
}


#topics .time {
  height: fit-content;
  font-size: 12px;
  padding: 0;
}

#topics .topics-contents dl dd {
  width: fit-content;
}

#topics .topics-contents dl dt, #topics .topics-contents dl dd {
  padding: 0;
}

#topics .topics-contents {
  width: calc(100% - 273px);
}

#topics .arrow-right {
  margin-top: 40px;
}

@media(max-width:767px) {
  #topics {
    margin-bottom: 60px;
  }

  #topics .topics-ttl, #topics .topics-contents {
    width: 100%;
  }

  #topics .topics-contents {
    padding: 40px 5%;
  }

  #topics .topic-wrap {
    flex-direction: column;
  }

  #topics .topics-contents dl.layout {
    gap: 20px;
  }
}

/*トピックス*/
.blog-content-wrap {
  padding-bottom: 100px;
}

@media(max-width:767px) {
  .blog-content-wrap {
    padding-bottom: 60px;
  }
}


/**/
.profile-box {
  gap: 50px;
}

.profile-box .img-box {
  margin: 0;
  width: 25%;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-box .txt-box {
  width: calc(75% - 50px);
}

.img-box, .step-dl-caption {
  display: flex;
}

@media(max-width:767px) {
  .profile-box {
    gap: 20px;
  }

  .profile-box .img-box {
    margin: 0;
    width: 60%;
  }

  .profile-box .txt-box {
    width: 100%;
  }
}