@charset "UTF-8";
/****************************************************************************
        下層ページ
****************************************************************************/
/**      あいじゅケアステーションについて      **/

section.aizyu-sec {
  justify-content: center;
  align-items: center;
  gap: 60px;
  row-gap: 24px;
}

.about-top_img {
  max-width: 580px;
  width: 100%;
}
.about-top_img img {
  width: 100%;
}

.about-top_text {
  max-width: 500px;
  width: 100%;
}

p.about-top-title_en {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.1;
}

h2.about-top-title_jp {
  font-size: 24px;
  font-weight: bold;
  margin-top: 16px;
}

p.about-top_message {
  margin-top: 32px;
  font-size: 16px;
}

section.office-sec {
  margin-top: 120px;
  position: relative;
  padding-bottom: 80px;
}
section.office-sec::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f8f4eb;
  z-index: -5;
  position: absolute;
  top: 0;
  left: 0;
}

.office-list_wrap {
  justify-content: center;
  gap: 80px;
  row-gap: 32px;
  align-items: center;
  margin-top: 40px;
}

.office-list_img {
  max-width: 560px;
  width: 48%;
}
.office-list_img img {
  width: 100%;
  border-radius: 35px;
}

.office-list_text {
  max-width: 560px;
  width: 48%;
}

p.office-list_message {
  font-size: 16px;
  margin-top: 40px;
}

section.service-sec {
  margin-top: 120px;
  position: relative;
}

.service-icon01_img {
  position: absolute;
  top: 0;
  right: 2%;
  max-width: 120px;
}
.service-icon01_img img {
  width: 100%;
}

.service-icon02_img {
  position: absolute;
  top: 50%;
  left: -2%;
  max-width: 90px;
}
.service-icon02_img img {
  width: 100%;
}

p.service-top-title_en {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.4;
}

h2.service-top-title_jp {
  font-size: 24px;
  font-weight: bold;
}

.service-list_wrap {
  margin-top: 90px;
  gap: 60px;
  row-gap: 24px;
  justify-content: center;
  align-items: center;
}
.service-list_wrap:nth-child(odd) {
  padding-left: 14%;
}

.service-list_img {
  max-width: 500px;
  width: 100%;
}
.service-list_img img {
  width: 100%;
}

.service-list_text {
  max-width: 500px;
  width: 100%;
}

p.service-list-title_en {
  font-size: 14px;
  font-weight: bold;
}

h3.service-list-title_jp {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}

p.service-list_message {
  font-size: 16px;
  margin-top: 32px;
}

section.message-sec {
  position: relative;
  margin-top: 140px;
  padding-bottom: 80px;
}
section.message-sec::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -5;
  position: absolute;
  top: 0;
  left: 0;
}

.message-list_wrap {
  justify-content: center;
  gap: 60px;
  row-gap: 24px;
  align-items: center;
}

.message-list_text {
  max-width: 560px;
}

p.message-title_en {
  font-size: 4.6vw;
  font-weight: bold;
}

h2.message-title_jp {
  font-size: 24px;
  font-weight: bold;
}

p.message-text_message {
  font-size: 16px;
  margin-top: 32px;
}

.message-list_img {
  max-width: 460px;
}
.message-list_img img {
  width: 100%;
}

aside.about-sec_message {
  position: relative;
  margin-top: 140px;
  padding: 20px 0 120px;
}

aside.about-sec_message::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #70B7DB;
  z-index: -5;
  position: absolute;
  top: 0;
  left: 0;
}

p.about-message {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.about-icon01_img {
  position: absolute;
  top: -11%;
  left: 3%;
}

.about-icon02_img {
  position: absolute;
  bottom: -11%;
  right: 3%;
}

section.area-sec {
  position: relative;
  margin-top: 80px;
}

p.area-title_en {
  font-size: 3.2vw;
  font-weight: bold;
}

h2.area-title_jp {
  font-size: 24px;
  font-weight: bold;
}

ul.area-list_area {
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 40px;
}

li.area-list {
  width: 48%;
  max-width: 420px;
  background-color: #FFF3DF;
  padding: 32px 40px;
  border-radius: 16px;
}

p.area-ken {
  font-size: 20px;
  font-weight: bold;
}

h3.area-shichouson {
  font-size: 24px;
  font-weight: bold;
  margin-top: 14px;
}

section.access-sec {
  margin-top: 120px;
}

.access-list_container {
  justify-content: center;
  gap: 90px;
  row-gap: 24px;
  align-items: center;
}

.access-map {
  max-width: 460px;
}
.access-map iframe {
  width: 460px;
  height: 320px;
}

p.access-title_en {
  font-size: 4.2vw;
  font-weight: bold;
}

h2.access-title_jp {
  font-size: 24px;
  margin-top: 24px;
  font-weight: bold;
}

li.access-info {
  border-bottom: solid 1px #5a5a5a;
  padding: 24px 0;
  font-size: 16px;
}
li.access-info:last-child {
  border-bottom: none;
}

section.reasons-sec {
  position: relative;
}

.reasons-icon01_img {
  position: absolute;
  top: 2%;
  left: -3%;
  max-width: 90px;
}
.reasons-icon01_img img {
  width: 100%;
}

.reasons-icon02_img {
  position: absolute;
  top: 68%;
  right: 2%;
  max-width: 109px;
  z-index: -1;
}
.reasons-icon02_img img {
  width: 100%;
}

p.reasons-top-title_en, p.office-list-title_en {
  font-size: 3.2vw;
  font-weight: bold;
}

h2.reasons-top-title_jp, h3.office-list-title_jp {
  font-size: 32px;
  font-weight: bold;
  margin-top: 14px;
}

.reasons-title_wrap {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.reasons-rotate_text {
  font-size: 4.2vw;
  position: absolute;
  top: -70px;
  left: -70px;
  transform: rotate(-12deg);
  z-index: -5;
}

.reasons-rotate02_text {
  font-size: 3.2vw;
  position: absolute;
  top: -56px;
  left: -40px;
  transform: rotate(-12deg);
  z-index: -5;
}

.reasons-list_wrap {
  margin-top: 90px;
  gap: 60px;
  row-gap: 24px;
  justify-content: center;
  align-items: center;
}
.reasons-list_wrap:nth-child(odd) {
  padding-left: 14%;
}

.reasons-list_img {
  max-width: 500px;
  width: 100%;
}
.reasons-list_img img {
  width: 100%;
}

.reasons-list_text {
  max-width: 500px;
  width: 100%;
}

p.reasons-list-title_en {
  font-size: 14px;
  font-weight: bold;
}

h3.reasons-list-title_jp {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}

p.reasons-list_message {
  font-size: 16px;
  margin-top: 32px;
}

.for-smile_text {
  overflow-x: hidden;
}

.for-smile {
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
  animation: forSmileText 40s linear infinite;
}

@keyframes forSmileText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
section.interview-sec {
  margin-top: 90px;
  position: relative;
}

.interview-icon_img {
  position: absolute;
  top: 0;
  right: 1%;
  max-width: 110px;
}
.interview-icon_img img {
  width: 100%;
}

.interview-top_wrap {
  justify-content: space-between;
  align-items: flex-end;
  row-gap: 24px;
  gap: 60px;
  flex-wrap: wrap;
}

p.interview-top-title_en {
  font-size: 3.2vw;
  font-weight: bold;
}

h2.interview-top-title_jp {
  font-size: 24px;
  font-weight: bold;
  margin-top: 14px;
}

p.interview-top-text_area {
  padding-right: 20%;
  font-size: 16px;
}

.interview-member_slide {
  margin-top: 60px;
}

li.interview-member {
  width: 280px;
  margin: 0 26px;
  padding: 16px;
  border-radius: 16px;
  position: relative;
}

.interview-number {
  position: absolute;
  top: 20px;
  left: -20px;
  font-size: 36px;
}

.interview-member_img {
  width: 100%;
  height: 400px;
}
.interview-member_img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.interview-message_wrap {
  position: absolute;
  top: 260px;
  left: -5%;
}

p.interview-message {
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 12px;
  margin-bottom: 8px;
  filter: drop-shadow(2px 2px 2px #b0b0b0);
}

p.interview-member_career {
  font-size: 14px;
  font-weight: bold;
  margin-top: 12px;
}

h3.interview-member_name {
  margin-top: 6px;
  font-size: 16px;
  font-weight: bold;
}

.interview-contents_container {
  padding: 40px;
}

.interview-contents_area {
  padding: 40px;
  gap: 40px;
}

.interview-contents_info {
  max-width: 400px;
  width: 30%;
}

.interview-staff_img {
  max-width: 400px;
}
.interview-staff_img img {
  width: 100%;
}

p.interview-stuff_number {
  font-size: 3vw;
}

p.interview-info_name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}

p.interview-info_text {
  font-size: 14px;
  font-weight: bold;
}

ul.interview-info_position {
  margin-top: 12px;
}

li.interview-info {
  margin-bottom: 8px;
}

p.interview-info_head {
  width: 80px;
  font-weight: bold;
}

.interview-contents_text {
  max-width: 840px;
  width: 70%;
}

h2.interview-top_message {
  font-size: 24px;
  font-weight: bold;
  border-bottom: solid 1px #000;
  margin-bottom: 40px;
}

.interview-list_wrap {
  margin-bottom: 24px;
}

h3.interview-list_head {
  font-size: 18px;
  font-weight: bold;
}

p.interview-list_text {
  font-size: 14px;
}

.interview-other_area {
  margin-top: 90px;
}

p.other-title_en {
  font-size: 3.2vw;
  font-weight: bold;
}

h2.other-title_jp {
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
}

p.news-title_en {
  font-size: 3.2vw;
  font-weight: bold;
}

h2.news-title_jp {
  font-size: 24px;
  font-weight: bold;
  margin-top: 16px;
}

ul.news-list_area {
  max-width: 840px;
  margin: 60px auto;
}

li.news-list_wrap {
  justify-content: flex-start;
  gap: 24px;
  border-bottom: solid 1px #e8e8e8;
  padding: 32px 20px;
}

.news-list_title {
  font-size: 24px;
  font-weight: bold;
}

.news-list_category {
  border-radius: 45px;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 7px;
}

.news-list_date {
  font-size: 14px;
  color: #c6c6c6;
}

.news-list_title {
  font-size: 14px;
}

.news-contents_wrap {
  max-width: 960px;
  margin: 0 auto;
}

h2.news-title_head {
  font-size: 24px;
  font-weight: bold;
}

.news-head_wrap {
  gap: 8px;
  align-items: center;
  margin-top: 16px;
}

.news-contents_area {
  margin-top: 60px;
}

.infographics-contents_container {
  max-width: 1200px;
}

ul.infographics-list01_area {
  justify-content: center;
  margin: 0 auto 24px;
  gap: 24px;
}

li.infographics-list01 {
  width: 352px;
}
li.infographics-list01 img {
  width: 100%;
}

ul.infographics-list02_area {
  justify-content: center;
  margin: 0 auto 24px;
  gap: 24px;
}

li.infographics-list02 {
  width: 540px;
}
li.infographics-list02 img {
  width: 100%;
}

@media screen and (max-width: 780px) {
  /**      あいじゅケアステーションについて      **/
  section.aizyu-sec {
    row-gap: 24px;
    flex-wrap: wrap;
  }
  .about-top_img {
    max-width: 580px;
    width: 100%;
  }
  .about-top_img img {
    width: 100%;
  }
  .about-top_text {
    max-width: 640px;
    width: 100%;
  }
  p.about-top-title_en {
    font-size: 9.6vw;
    line-height: 1.2;
  }
  h2.about-top-title_jp {
    font-size: 24px;
  }
  p.about-top_message {
    margin-top: 24px;
    font-size: 16px;
  }
  section.service-sec {
    margin-top: 80px;
  }
  .service-icon01_img {
    right: 2%;
    max-width: 90px;
  }
  .service-icon02_img {
    top: unset;
    bottom: -90px;
    left: -6%;
    max-width: 70px;
  }
  p.service-top-title_en {
    font-size: 9vw;
  }
  h2.service-top-title_jp {
    font-size: 20px;
    margin-top: 16px;
  }
  .service-list_wrap {
    margin-top: 60px;
    gap: 40px;
    row-gap: 24px;
    flex-wrap: wrap;
  }
  .service-list_wrap:nth-child(odd) {
    padding-left: 0%;
  }
  .service-list_img {
    max-width: 640px;
  }
  .service-list_text {
    max-width: 640px;
    width: 100%;
  }
  p.service-list-title_en {
    font-size: 14px;
    font-weight: bold;
  }
  h3.service-list-title_jp {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
  }
  p.service-list_message {
    font-size: 16px;
    margin-top: 24px;
  }
  section.message-sec {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .message-list_wrap {
    gap: 60px;
    row-gap: 24px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .message-list_text {
    max-width: 560px;
  }
  p.message-title_en {
    font-size: 9vw;
    font-weight: bold;
  }
  h2.message-title_jp {
    font-size: 24px;
    margin-top: 10px;
  }
  p.message-text_message {
    font-size: 16px;
    margin-top: 26px;
  }
  .message-list_img {
    max-width: 560px;
  }
  .message-list_img img {
    width: 100%;
  }
  section.area-sec {
    margin-top: 30px;
  }
  p.area-title_en {
    font-size: 9vw;
  }
  h2.area-title_jp {
    font-size: 24px;
  }
  ul.area-list_area {
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  li.area-list {
    width: 46%;
    max-width: 300px;
    padding: 16px 14px;
    border-radius: 12px;
  }
  p.area-ken {
    font-size: 14px;
    font-weight: bold;
  }
  h3.area-shichouson {
    font-size: 24px;
    font-weight: bold;
    margin-top: 14px;
  }
  section.access-sec {
    margin-top: 90px;
  }
  .access-list_container {
    gap: 30px;
    row-gap: 24px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .access-map {
    max-width: 100%;
  }
  .access-map iframe {
    width: 100%;
    height: 280px;
  }
  p.access-title_en {
    font-size: 4.2vw;
    font-weight: bold;
  }
  h2.access-title_jp {
    font-size: 24px;
    margin-top: 24px;
    font-weight: bold;
  }
  li.access-info {
    border-bottom: solid 1px #5a5a5a;
    padding: 24px 0;
    font-size: 16px;
  }
  li.access-info:last-child {
    border-bottom: none;
  }
  .reasons-icon01_img {
    position: absolute;
    top: 11%;
    left: -3%;
    max-width: 60px;
    z-index: 5;
  }
  .reasons-icon02_img {
    max-width: 69px;
    right: 0;
    z-index: 5;
  }
  p.reasons-top-title_en {
    font-size: 9vw;
  }
  h2.reasons-top-title_jp {
    font-size: 24px;
    font-weight: bold;
    margin-top: 14px;
  }
  .reasons-list_wrap {
    margin-top: 60px;
    gap: 24px;
    row-gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .reasons-list_wrap:nth-child(odd) {
    padding-left: 0%;
  }
  .reasons-list_img {
    max-width: 560px;
  }
  .reasons-list_text {
    max-width: 560px;
    width: 100%;
  }
  p.reasons-list-title_en {
    font-size: 14px;
  }
  h3.reasons-list-title_jp {
    font-size: 24px;
    margin-top: 28px;
  }
  p.reasons-list_message {
    font-size: 16px;
    margin-top: 26px;
  }
  aside.for-smile {
    margin: 50px auto;
  }
  section.interview-sec {
    margin-top: 70px;
    position: relative;
  }
  .interview-icon_img {
    max-width: 80px;
  }
  .interview-top_wrap {
    justify-content: space-between;
    align-items: flex-end;
    row-gap: 16px;
    gap: 30px;
    flex-wrap: wrap;
  }
  p.interview-top-title_en {
    font-size: 9vw;
  }
  h2.interview-top-title_jp {
    font-size: 24px;
  }
  p.interview-top-text_area {
    padding-right: 20%;
    font-size: 16px;
  }
  .interview-member_slide {
    margin-top: 60px;
  }
  li.interview-member {
    max-width: 280px;
    width: 100%;
    margin: 0 16px;
  }
  .interview-other_area {
    margin-top: 90px;
  }
  p.other-title_en {
    font-size: 9vw;
  }
  p.news-title_en {
    font-size: 9vw;
    font-weight: bold;
  }
  h2.news-title_jp {
    font-size: 24px;
  }
  ul.news-list_area {
    max-width: 840px;
    margin: 40px auto;
  }
  li.news-list_wrap {
    flex-wrap: wrap;
    padding: 24px 12px;
  }
  .news-list_title {
    font-size: 24px;
  }
  .news-list_category {
    font-size: 12px;
    width: -moz-max-content;
    width: max-content;
  }
  .news-list_date {
    font-size: 14px;
    color: #c6c6c6;
    margin-top: 5px;
  }
  .news-list_title {
    font-size: 14px;
    margin-top: 8px;
  }
  .news-contents_wrap {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
  }
  h2.news-title_head {
    font-size: 24px;
    font-weight: bold;
  }
  .news-head_wrap {
    gap: 8px;
    align-items: center;
    margin-top: 16px;
  }
  .news-contents_area {
    margin-top: 50px;
  }
  .office-list_wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
  .office-list_img {
    width: 100%;
  }
  .office-list_text {
    width: 100%;
  }
  aside.about-sec_message {
    margin-top: 60px;
    padding: 0px 0 80px;
  }
  .about-icon01_img {
    top: -15%;
    right: unset;
    left: 1%;
  }
  .about-icon01_img img {
    max-width: 80px;
  }
  .about-icon02_img img {
    max-width: 90px;
  }
  .interview-contents_container {
    padding: 16px;
  }
  .interview-contents_area {
    flex-wrap: wrap;
    padding: 16px;
    gap: 24px;
    flex-wrap: wrap;
  }
  .interview-contents_info, .interview-contents_text {
    width: 100%;
    max-width: 560px;
  }
  p.interview-stuff_number {
    font-size: 36px;
  }
  p.interview-info_name, p.interview-info_text {
    font-size: 16px;
  }
  h2.interview-top_message {
    font-size: 20px;
  }
  h3.interview-list_head {
    margin-bottom: 12px;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .reasons-rotate_text {
    font-size: 42px;
    position: absolute;
    top: -55px;
    left: -20px;
    transform: rotate(-12deg);
    z-index: -5;
  }
  .reasons-rotate02_text {
    font-size: 26px;
    position: absolute;
    top: -16px;
    left: -20px;
    transform: rotate(-12deg);
    z-index: -5;
  }
  .for-smile img {
    height: 80px;
  }
  ul.infographics-list01_area,
  ul.infographics-list02_area {
    display: block;
  }
  li.infographics-list01, li.infographics-list02 {
    max-width: 540px;
    width: 100%;
    margin-bottom: 24px;
  }
  li.infographics-list01 img, li.infographics-list02 img {
    vertical-align: bottom;
  }
  h2.reasons-top-title_jp, h3.office-list-title_jp {
    font-size: 24px;
  }
}