@charset "UTF-8";

/* レイアウト */
.column_3070 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.column_3070 > div:first-child {
  width: calc(30% - 20px);
}
.column_3070 > div:last-child {
  width: calc(70% - 20px);
}

.column_5050 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.column_5050 > div:first-child {
  width: calc(50% - 20px);
}
.column_5050 > div:last-child {
  width: calc(50% - 20px);
}

.column_303030 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 35px;
}
.column_303030 > div {
  flex: 1 1 calc((100% - (35px * 2)) / 3);
}

.flex_reverse {
  flex-direction: row-reverse;
}

/* デザイン */
.w100 {
  max-width: 100%;
}

.mw800 {
  max-width: 800px;
  margin: 0 auto;
}

.kadomaru {
  border-radius: 30px;
}

.lead_text {
  font-size: 1.8rem;
  line-height: 3rem;
}

.icon_otherpage {
  display: inline-block;
  padding-right: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTY4XzI3MSkiPjxwYXRoIGQ9Ik0wIDBWMTAuNTU0SDExLjA3NlYwSDBaTTEwLjAxMSA5LjUzOUgxLjA2NVYwLjg0MUgxMC4wMTFWOS41MzlaIiBmaWxsPSIjMTJCM0M3Ii8+PHBhdGggZD0iTTEyLjQ1NTEgMTEuOTc1VjIuNDM2MDRIMTMuNTIwMVYxMi45OUgyLjQ0NDA5VjExLjk3NUgxMi40NTUxWiIgZmlsbD0iIzEyQjNDNyIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwXzE2OF8yNzEiPjxyZWN0IHdpZHRoPSIxMy41MiIgaGVpZ2h0PSIxMi45ODkiIGZpbGw9IndoaXRlIi8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right center;
}

.check_ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.check_ul li {
  font-size: 1.6rem;

  background-color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuMjQyNjYgNS42NTY4MUwxLjQxNDIxIDIuODI4NDFMMCA0LjI0MjYxTDQuMjQyNjYgOC40ODUzMUwxMS4zMTM3IDEuNDE0MjFMOS44OTk0NiAwTDQuMjQyNjYgNS42NTY4MVoiIGZpbGw9IiMxMkIzQzciLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding: 10px 12px 10px 30px;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .lead_text {
    font-size: 1.6rem;
  }

  .check_ul li {
    font-size: 1.4rem;
  }
}

/* 共通 */
.bread {
  margin: 20px 0 60px;
}

.bread ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.bread ul li {
  color: #999;
  font-size: 1.3rem;
}
.bread ul li::after {
  content: "/";
  color: #999;
  margin: 0 4px;
}
.bread ul li:last-child:after {
  content: "";
}
.bread ul li a {
  color: #333;
  font-size: 1.3rem;
  text-decoration: none;
}

.sub-header hgroup span {
  display: inline-block;
  margin-bottom: 10px;

  font-size: 2rem;
  font-weight: bold;
  color: #12b3c7;
}
.sub-header hgroup h1 {
  font-size: 5rem;
  font-weight: bold;
  color: #333;

  margin-bottom: 20px;
}

.sub-inner {
  width: 100%;
  max-width: 1700px;
  padding: 0 200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1400px) {
  .sub-inner {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .sub-inner {
    padding: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .sub-header hgroup span {
    font-size: 1.4rem;
  }
  .sub-header hgroup h1 {
    font-size: 3rem;
  }
  .sub-inner {
    padding: 0 20px;
  }
}

.anchor-link {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;

  margin-bottom: 60px;
}

.anchor-link li {
  padding-right: 10px;
  border-right: 1px solid #ccc;
}
.anchor-link li:last-child {
  border-right: 0;
  padding-right: 0;
}

.anchor-link li a {
  font-size: 1.6rem;
  text-decoration: none;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;

  transition: 0.3s;
}
.anchor-link li a span {
  display: flex;
  justify-content: center;
  align-items: center;

  background: #12b3c7;
  width: 24px;
  height: 24px;
  border-radius: 100px;

  transition: 0.3s;
}

.anchor-link li a span svg {
  width: 13px;
  height: 7px;
  transform: rotate(90deg);
}

.anchor-link li a:hover {
  color: #12b3c7;
}
.anchor-link li a:hover span {
  background: #ff8040;
}

@media screen and (max-width: 767px) {
  .anchor-link {
    flex-direction: column;
    gap: 0;
    border-top: 1px dotted #12b3c7;
  }

  .anchor-link li {
    border: 0;
    padding: 0 !important;
    border-bottom: 1px dotted #12b3c7;
  }
  .anchor-link li a {
    padding: 15px 0;
  }
}

.sub-introduction {
  padding-bottom: 60px;
}

.sub-introduction h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;

  color: #12b3c7;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.sub-introduction h2::before {
  content: "";
  display: block;
  width: 25px;
  height: 5px;
  border-radius: 4px;
  background-color: #333;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .sub-introduction h2 {
    font-size: 2.6rem;
    align-items: flex-start;
  }
  .sub-introduction h2::before {
    margin-top: 1.5rem;
  }

  .sub-introduction .column_3070 {
    flex-direction: column;
  }

  .sub-introduction .column_3070 div {
    width: 100%;
    font-weight: 500;
  }

  .sub-introduction .column_3070 div img {
    max-width: 286px;
    margin: auto;
  }
}

/* business */
.sub-business_section .sub-inner {
  padding: 30px 200px 100px;
}

@media only screen and (max-width: 1400px) {
  .sub-business_section .sub-inner {
    padding: 30px 100px 100px;
  }
}

@media screen and (max-width: 767px) {
  .sub-business_section .sub-inner {
    padding: 15px 20px 50px;
  }
}

.sub-business_section hgroup {
  border-top: 1px solid #333;
  padding-top: 30px;
}

.sub-business_section hgroup span {
  display: inline-block;
  margin-bottom: 10px;

  font-size: 2rem;
  font-weight: bold;
  color: #12b3c7;
}

.sub-business_section hgroup .section_ttl {
  font-size: 4rem;
  font-weight: bold;
  color: #333;

  margin-bottom: 30px;
}

.greybox {
  margin-top: 50px;

  padding: 50px 40px;
  background: #ecf0f3;
  border-radius: 30px;
}

.greybox_ttl {
  color: #12b3c7;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.greybox_subttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3rem;

  padding-left: 14px;
  margin: 50px 0 15px;

  position: relative;
}
.greybox_subttl::before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  border-radius: 2px;
  background: #12b3c7;

  position: absolute;
  left: 0;
  top: 7px;
}
.greybox_subttl small {
  font-size: 1.4rem;
}

.greybox_more {
  margin-top: 70px;
  text-align: right;
}
.greybox_more a {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;
}
.greybox_more br {
  display: none;
}

.business_typefor {
  margin-top: 50px;
}

.business_typefor_ttl {
  color: #12b3c7;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem;
  margin-bottom: 20px;
}

.business_typefor_type > div {
  background-color: #12b3c7;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIiIGhlaWdodD0iNTIiIHZpZXdCb3g9IjAgMCA1MiA1MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE1LjE2NjcgMTMuMDAwMUMxNS4xNjY3IDcuMDE3IDIwLjAxNyAyLjE2Njc1IDI2LjAwMDEgMi4xNjY3NUMzMS45ODMxIDIuMTY2NzUgMzYuODMzNCA3LjAxNyAzNi44MzM0IDEzLjAwMDFDMzYuODMzNCAxOC45ODMyIDMxLjk4MzEgMjMuODMzNCAyNi4wMDAxIDIzLjgzMzRDMjAuMDE3IDIzLjgzMzQgMTUuMTY2NyAxOC45ODMyIDE1LjE2NjcgMTMuMDAwMVpNMjYuMDAwMSA2LjUwMDA4QzIyLjQxMDEgNi41MDAwOCAxOS41MDAxIDkuNDEwMjQgMTkuNTAwMSAxMy4wMDAxQzE5LjUwMDEgMTYuNTg5OSAyMi40MTAxIDE5LjUwMDEgMjYuMDAwMSAxOS41MDAxQzI5LjU5IDE5LjUwMDEgMzIuNTAwMSAxNi41ODk5IDMyLjUwMDEgMTMuMDAwMUMzMi41MDAxIDkuNDEwMjQgMjkuNTkgNi41MDAwOCAyNi4wMDAxIDYuNTAwMDhaIiBmaWxsPSJ3aGl0ZSIvPjxwYXRoIGQ9Ik04LjgwMDY4IDQ1LjVDOS44NjY5IDM2Ljk0OTcgMTcuMTYwNyAzMC4zMzMzIDI1Ljk5OTkgMzAuMzMzM0MzMC45NTQ3IDMwLjMzMzMgMzUuNDIxIDMyLjQwOTQgMzguNTgyNiAzNS43NDUyTDQwLjA3MzEgMzcuMzE3OEw0My4yMTgyIDM0LjMzNjlMNDEuNzI3OCAzMi43NjQzQzM3Ljc4MTggMjguNjAxMSAzMi4xOTI5IDI2IDI1Ljk5OTkgMjZDMTQuMDMzNyAyNiA0LjMzMzI1IDM1LjcwMDYgNC4zMzMyNSA0Ny42NjY3VjQ5LjgzMzNIMjkuMzI1M1Y0NS41SDguODAwNjhaIiBmaWxsPSJ3aGl0ZSIvPjxwYXRoIGQ9Ik01MC43MzA3IDM4Ljk5OTlMMzkgNTAuNzMwN0wzMS42MDI1IDQzLjMzMzJMMzQuNjY2NiA0MC4yNjkxTDM5IDQ0LjYwMjVMNDcuNjY2NiAzNS45MzU4TDUwLjczMDcgMzguOTk5OVoiIGZpbGw9IndoaXRlIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center top 50px;
  padding: 120px 25px 25px;
  border-radius: 30px;
}

.business_typefor_type > div div {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 20px;
}

.business_typefor_type > div p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 3rem;
}

.system_manage_works > div {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.system_manage_works > div {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
}

.system_manage_works > div div {
  color: #12b3c7;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 20px;
}

.system_manage_works > div img {
  width: 100%;
  border-radius: 100%;
  margin: 15px 0;
}

.system_manage_works > div p {
  font-size: 1.6rem;
  line-height: 3rem;
}

@media screen and (max-width: 767px) {
  .sub-business_section hgroup span {
    font-size: 1.4rem;
  }
  .sub-business_section hgroup .section_ttl {
    font-size: 2.6rem;
  }

  .sub-business_section hgroup + .column_5050 {
    flex-direction: column;
  }
  .sub-business_section hgroup + .column_5050 > div {
    width: 100%;
  }

  .business_typefor_type {
    flex-direction: column;
  }

  .business_typefor_type > div div {
    font-size: 1.8rem;
  }

  .greybox_more br {
    display: inline;
  }

  .system_manage_works {
    flex-direction: column;
  }
  .system_manage_works > div div {
    font-size: 1.6rem;
  }
  .system_manage_works > div img {
    display: block;
    max-width: 250px;
    margin: 15px auto;
  }
  .system_manage_works > div p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}

/* message */
.message_profile {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 50px 0;
}

.message_profile > div:first-child {
  width: calc(30% - 20px);
}

.message_profile img {
  width: 100%;
  border-radius: 10px;
}

.message_profile > div:last-child {
  width: calc(70% - 20px);
}
.message_name {
  color: #12b3c7;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.message_copy {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 4.5rem;
  margin-bottom: 30px;
}

.paragraph {
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 2em;
}

.top_sentence {
  color: #12b3c7;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
}

@media screen and (max-width: 1200px) {
  .message_profile {
  }

  .message_profile > div:first-child {
    width: calc(45% - 20px);
  }

  .message_profile > div:last-child {
    width: calc(55% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .message_profile {
    flex-direction: column;
    gap: 30px;
    padding: 25px;
  }
  .message_profile > div:first-child {
    width: 100%;
  }

  .message_profile > div:last-child {
    width: 100%;
  }

  .message_copy {
    font-size: 2.2rem;
    line-height: 3.3rem;
    margin-bottom: 0;
  }

  .message_profile > div {
    display: contents;
  }

  .message_name {
    font-size: 2rem;
    order: -1;
    margin-bottom: 0;
  }
}

/* interview */
.interview_lead_text {
  margin-top: 90px;
  font-size: 1.8rem;
  line-height: 3rem;
}

.att {
  font-size: 1.4rem;
  text-align: right;
  margin: 20px 0 45px;
}

.interview_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
}

.interview_list_item {
  width: calc(50% - 30px);
  text-decoration: none;
}

.interview_list_item ._thumb {
  width: 100%;

  aspect-ratio: 520/400;
  object-fit: cover;

  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.interview_list_item ._thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top center;

  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.interview_list_item:hover ._thumb img {
  scale: 1.1;
}

.interview_list_item ._inner {
  padding: 10px 30px 40px;
  background-color: #efefef;
  border-radius: 0 0 10px 10px;
  position: relative;
}

.interview_list_item ._inner::after {
  position: absolute;
  right: 12px;
  bottom: 12px;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: var(--color-primary);
  border-radius: 9999px;
  background-image: url("../../recruit/img/icon_arrow_wh.svg");
  background-position: center 10px;
  background-repeat: no-repeat;
  vertical-align: middle;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.interview_list_item:hover ._inner::after {
  background-color: var(--color-secondary);
}

.interview_list_item ._inner ._title {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  width: calc(100% + 40px);
  margin-bottom: 15px;
}

.interview_list_item ._inner ._title span {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  background-color: #4c4948;
  line-height: 2.1;
  padding: 5px 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.interview_list_item ._inner ._department {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.interview_list_item ._inner ._name {
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
}

@media screen and (max-width: 767px) {
  .interview_list {
    flex-direction: column;
    gap: 30px;
  }

  .interview_list_item {
    width: 100%;
  }
}

.interview_discussion {
  margin-top: 40px;
}

.interview_discussion .lead_text {
  font-size: 2rem;
  line-height: 4rem;
  margin-bottom: 40px;
}

.discussion_link {
  display: block;
  overflow: hidden;
  position: relative;

  margin-bottom: 70px;
}

.discussion_link_thumb {
  height: 100%;
  position: relative;
}

.discussion_link_thumb {
  overflow: hidden;
  margin: 0 50px 50px 0;
}

.discussion_link_thumb img {
  transform: scale(1, 1);
  position: relative;
  z-index: 2;

  transition: 0.3s;
}

.discussion_link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #12b3c7;

  position: absolute;
  top: 50px;

  transition: 0.3s;
}

.discussion_link_text {
  position: absolute;
  left: 0;
  bottom: 0;

  background: #fff;
  padding: 25px 30px 25px 0;

  width: 480px;

  font-size: 24px;
  font-weight: bold;

  display: flex;
  justify-content: space-between;
  align-items: center;

  z-index: 2;
}

.discussion_link_text span {
  display: flex;
  justify-content: center;
  align-items: center;

  background: #12b3c7;
  width: 30px;
  height: 30px;
  border-radius: 100px;

  transition: 0.3s;
}

.icon_discussion-link {
  width: 13px;
  height: 7px;
}

.discussion_link:hover .discussion_link_thumb img {
  transform: scale(1.05, 1.05);
}
.discussion_link:hover::after {
  background: #ff8040;
}
.discussion_link:hover .discussion_link_text span {
  background: #ff8040;
}

@media screen and (max-width: 1000px) {
  .interview_list_item ._inner ._title span {
    font-size: 1.6rem;
  }

  .discussion_link_text {
    font-size: 2rem;
    padding: 15px 20px 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .interview_lead_text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem;
  }
  .interview_lead_text,
  .interview_discussion .lead_text {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .discussion_link_thumb {
    overflow: hidden;
    margin: 0 20px 20px 0;
  }

  .discussion_link::after {
    top: 20px;
  }

  .discussion_link_thumb img {
    aspect-ratio: 2100/1200;
    object-fit: cover;
    object-position: center;
  }

  .interview_list_item ._inner ._title span {
    font-size: 1.6rem;
  }

  .discussion_link_text {
    width: 80%;
    font-size: 1.8rem;
  }
}

/* インタビュー個別 */
.voice_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
}

.voice_header_text {
  flex: 1;
}

.voice_header_text hgroup {
  margin-bottom: 25px;
}

.voice_header_text hgroup span {
  font-size: 2rem;
}
.voice_header_text hgroup h1 {
  font-size: 1.3rem;
}

.voice_header_text p {
  font-size: 3rem;
  line-height: 5rem;
  font-weight: bold;

  margin-bottom: 30px;
}

.join {
  font-size: 1.4rem;
}

.join span {
  margin-top: 15px;
  display: block;
  font-size: 2rem;
  font-weight: bold;
}

.voice_header_photo {
  flex-basis: 47%;
  position: relative;
}

.voice_header_photo .mainphoto {
  width: 100%;
  aspect-ratio: 520 / 550;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;

  position: relative;
  z-index: 2;
}

.voice_header_photo .dot_circle {
  width: 25%;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;

  transform: translate(-42%, -38%);
}

.voice_header_photo .dot_rect {
  width: 44%;

  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;

  transform: translate(30%, 40%);
}

.voice_header_photo .header_bubble {
  width: 23%;

  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;

  transform: translate(33%, 158%);
}

.voice_wrap {
  margin-top: 80px;

  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.voice_bookmark {
  width: 340px;
  position: relative;
}

.voice_bookmark ol {
  position: sticky;
  top: 140px;
  left: 0;
  padding-top: 20px;
}

.voice_bookmark li {
  list-style-type: none;
  margin-bottom: 20px;

  font-size: 1.6rem;
  font-weight: 500;
}
.voice_bookmark li a {
  display: inline-block;
  text-indent: -2.1em;
  padding-left: 2.1em;
  line-height: 1.5;
  text-decoration: none;
  transition: 0.3s;
}
.voice_bookmark li a:hover,
.highlight {
  color: #12b3c7;
}

.voice_content {
  flex: 1;
  padding-top: 20px;
}

.voice_content_box {
  margin-bottom: 100px;
}

.voice_content_box h2 {
  color: #12b3c7;
  font-size: 2rem;
  font-weight: normal;
  line-height: 4rem;
}
.voice_content_box h2::before {
  display: none;
}

.talker_message {
  font-size: 3rem;
  font-weight: bold;
  line-height: 5rem;

  margin: 20px 0 40px;
}

.voice_content_box p {
  font-size: 1.6rem;
  line-height: 4rem;
  margin-bottom: 20px;
}

.voice_content_box img {
  margin-top: 40px;
  width: 100%;
  border-radius: 30px;
}

.voice_content_box .schedule li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;

  background: #ebfcfe;
  border-radius: 10px;
  padding: 30px 25px;

  margin-bottom: 15px;
}

.schedule_time {
  color: #12b3c7;
  font-size: 4rem;
}

.schedule_works {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.schedule_works span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}

.schedule_works div {
  margin-top: 20px;
}
.schedule_works div p {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.75;
  margin-bottom: 0;
}

.btn_return {
  margin-top: 50px;
  text-align: center;
}

.btn_return .c-button {
  position: relative;
  display: inline-block;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
  padding: 15px 75px 15px 60px;
  border-radius: 9999px;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-decoration: none;
  border: solid 2px var(--color-primary);
}

@media screen and (max-width: 767px) {
  .voice.sub-header {
    padding: 50px 0;
    overflow-x: hidden;
  }
  .voice_header_text p {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }

  .voice_bookmark {
    width: 180px;
  }

  .voice_bookmark li {
    font-size: 1.4rem;
  }

  .talker_message {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }

  .schedule_time {
    font-size: 2rem;
  }

  .schedule_works span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .voice_header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }

  .voice_header_text,
  .voice_header_photo {
    display: contents;
  }

  .voice_header_text hgroup {
    order: 1;
  }
  .voice .mainphoto {
    order: 2;
  }
  .voice_header_text p {
    order: 3;
    margin-top: 30px;
  }
  .voice .join {
    order: 4;
  }

  .voice_header_photo {
    padding: 30px 50px;
  }

  .voice_header_photo .dot_circle {
    width: 20%;
    top: 13%;
    transform: translate(0, 0);
  }

  .voice_header_photo .dot_rect {
    width: 35%;
    bottom: 25%;
    transform: translate(0, 0);
  }

  .voice_wrap {
    display: flex;
    flex-direction: column;
  }

  .voice_bookmark {
    display: none;
  }

  .voice_wrap {
    margin-top: 40px;
  }
}

/* 座談会 */
.discussion_header,
.discussion_header_photo {
  position: relative;
}

.discussion_header_text {
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;

  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 3;
}

.discussion_header_text hgroup span {
  font-size: 2rem;
}

.discussion_header_text hgroup h1 {
  font-size: 3rem;
  margin-bottom: 0;
}

.discussion_header_photo .mainphoto {
  width: 100%;
  border-radius: 30px;

  position: relative;
  z-index: 2;
}

.discussion_header_photo .dot_circle {
  width: 25%;
  max-width: 133px;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;

  transform: translate(-42%, -35%);
}

.discussion_header_photo .dot_rect {
  width: 44%;
  max-width: 229px;

  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;

  transform: translate(25%, 40%);
}

.discussion_header_photo .header_bubble {
  width: 23%;
  max-width: 120px;

  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;

  transform: translate(33%, 105%);
}

.discussion_member_copy {
  position: relative;
  margin-top: 100px;
  text-align: center;
}

.discussion_member_copy p {
  font-size: 2vw;
  line-height: 3vw;
  font-weight: bold;

  position: relative;
  z-index: 2;
}

.discussion_member_copy span {
  color: #e7f9fc;
  font-size: 5vw;

  position: absolute;
  top: calc(50% - 2.5vw);
  left: 0;
  width: 100%;
  z-index: 1;
}

.discussion_member_lead {
  margin-top: 30px;

  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
}

.discussion_member_list {
  display: flex;
  justify-content: space-between;
  width: max-content;
  gap: 40px;

  margin: 70px auto 0;
}

.discussion_member_list li {
  max-width: 240px;
  position: relative;
}

.discussion_member_photo {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;

  margin-bottom: 20px;

  position: relative;
  z-index: 2;
}

.discussion_member_info {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
}

.discussion_member_info span {
  display: block;
  margin-bottom: 10px;

  color: #12b3c7;
  font-size: 3rem;
  line-height: 3rem;
}

.discussion_member_list_dot_rect {
  width: 167px;

  position: absolute;
  top: 0;
  left: 0;

  transform: translate(-67%, -12%);
}

.discussion_member_bubble {
  width: 120px;

  position: absolute;
  top: 33%;
  right: 0;

  transform: rotate(90deg);
}

.discussion_member_list_dot_circle {
  width: 133px;

  position: absolute;
  top: 0;
  right: 0;

  transform: translate(42%, -42%);
}

.discussion_wrap {
  margin-top: 80px;

  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.discussion_bookmark {
  width: 340px;
  position: relative;
}

.discussion_bookmark ol {
  position: sticky;
  top: 140px;
  left: 0;
  padding-top: 20px;
}

.discussion_bookmark li {
  list-style-type: none;
  margin-bottom: 20px;

  font-size: 1.6rem;
  font-weight: 500;
}
.discussion_bookmark li a {
  text-decoration: none;
  transition: 0.3s;
}
.discussion_bookmark li a:hover,
.highlight {
  color: #12b3c7;
}

.discussion_content {
  flex: 1;
  padding-top: 20px;
}

.discussion_content_box h2 {
  color: var(--color-base);
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 20px;

  display: flex;
  justify-content: flex-start;
  gap: 25px;
}
.discussion_content_box h2::before {
  display: none;
}

.discussion_content_box h2 span {
  color: #12b3c7;
}

.discussion_talker {
  margin-bottom: 25px;

  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}

.talker_photo {
  width: 70px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}

.discussion_talker_serif {
  flex: 1;
  padding: 20px 30px;
  border-radius: 10px;

  font-size: 1.6rem;
  line-height: 3rem;

  position: relative;
}
.discussion_talker_serif::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;

  position: absolute;
  top: 21px;
  left: -17px;

  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyMSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLTYuMTE5NTllLTA3IDEyLjEyNDRMMjEgMy41MzIxN2UtMDVMMjEgMjQuMjQ4N0wtNi4xMTk1OWUtMDcgMTIuMTI0NFoiIGZpbGw9IiNGRkVBREYiLz48L3N2Zz4=");
  background-repeat: no-repeat;
}

.talker_01 .discussion_talker_serif {
  background: #ffeadf;
}
.discussion_talker_serif::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;

  position: absolute;
  top: 21px;
  left: -17px;

  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyMSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLTYuMTE5NTllLTA3IDEyLjEyNDRMMjEgMy41MzIxN2UtMDVMMjEgMjQuMjQ4N0wtNi4xMTk1OWUtMDcgMTIuMTI0NFoiIGZpbGw9IiNGRkVBREYiLz48L3N2Zz4=");
  background-repeat: no-repeat;
}

.talker_02 .discussion_talker_serif {
  background: #fef1f9;
}
.talker_02 .discussion_talker_serif::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;

  position: absolute;
  top: 21px;
  left: -17px;

  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyMSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLTYuMTE5NTllLTA3IDEyLjEyNDRMMjEgMy41MzIxN2UtMDVMMjEgMjQuMjQ4N0wtNi4xMTk1OWUtMDcgMTIuMTI0NFoiIGZpbGw9IiNGRUYxRjkiLz48L3N2Zz4=");
  background-repeat: no-repeat;
}

.talker_03 .discussion_talker_serif {
  background: #fff9e3;
}
.talker_03 .discussion_talker_serif::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;

  position: absolute;
  top: 21px;
  left: -17px;

  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyMSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLTYuMTE5NTllLTA3IDEyLjEyNDRMMjEgMy41MzIxN2UtMDVMMjEgMjQuMjQ4N0wtNi4xMTk1OWUtMDcgMTIuMTI0NFoiIGZpbGw9IiNGRkY5RTMiLz48L3N2Zz4=");
  background-repeat: no-repeat;
}

.discussion_content_box {
  margin-bottom: 100px;
}

.discussion_content_box > img {
  border-radius: 10px;
}

.discussion_photo_last {
  border-radius: 30px;
}

@media screen and (max-width: 1000px) {
  .discussion_header_text hgroup span {
    font-size: 1.8rem;
  }

  .discussion_header_text hgroup h1 {
    font-size: 2.6rem;
  }

  .discussion_header_photo .dot_circle {
    width: 25%;
    max-width: 100px;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;

    transform: translate(-31%, -26%);
  }

  .discussion_header_photo .dot_rect {
    width: 44%;
    max-width: 171px;

    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;

    transform: translate(18%, 30%);
  }

  .discussion_header_photo .header_bubble {
    width: 23%;
    max-width: 90px;

    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;

    transform: translate(24%, 78%);
  }

  .discussion_member_list li {
    max-width: 180px;
    position: relative;
  }
  .discussion_member_list_dot_rect {
    width: 125px;

    position: absolute;
    top: 0;
    left: 0;

    transform: translate(-50%, -9%);
  }

  .discussion_member_bubble {
    width: 90px;

    position: absolute;
    top: 33%;
    right: 0;

    transform: rotate(90deg);
  }

  .discussion_member_list_dot_circle {
    width: 99px;

    position: absolute;
    top: 0;
    right: 0;

    transform: translate(31%, -31%);
  }

  .discussion_wrap {
    flex-direction: column;
  }

  .discussion_bookmark {
    width: 100%;
  }

  .discussion_bookmark ol {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .sub-header.discussion {
    padding: 33px 0 40px;
    overflow: hidden;
  }

  .discussion_header {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .discussion_header_text {
    position: static;
    order: 2;

    border-top-left-radius: 0;
    border-top-right-radius: 0;

    box-shadow: 0px 20px 20px #ececec;
  }
  .discussion_header_photo {
    order: 1;
  }
  .discussion_header_photo .mainphoto {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .discussion_member_copy {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
  }

  .discussion_member_copy p {
    font-size: 2.4rem;
    line-height: 3rem;
    order: 2;
  }

  .discussion_member_copy span {
    color: #12b3c7;
    font-size: 4rem;
    position: static;
    order: 1;
  }

  .discussion_member_list {
    width: 100%;
    padding: 30px 10px;
    overflow: hidden;
  }

  .discussion_member_list li {
    max-width: 32%;
    position: relative;
  }

  .discussion_member_list_dot_rect {
    width: 125px;

    position: absolute;
    top: 0;
    left: 0;

    transform: translate(-50%, -9%);
  }

  .discussion_member_bubble {
    width: 90px;

    position: absolute;
    top: 17%;
    right: 0;

    transform: rotate(90deg);
  }

  .discussion_member_list_dot_circle {
    width: 99px;

    position: absolute;
    top: 0;
    right: 0;

    transform: translate(31%, -31%);
  }

  .discussion_content_box h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}

@media screen and (max-width: 640px) {
  .discussion_member_list {
    flex-direction: column;
  }

  .discussion_member_list li {
    max-width: 70%;
    margin: auto;
    position: relative;
    text-align: center;
  }

  .discussion_member_list_dot_rect {
    width: 70%;

    position: absolute;
    top: 0;
    left: 0;

    transform: translate(-50%, -9%);
  }

  .discussion_member_bubble {
    width: 50%;

    position: absolute;
    top: 37%;
    right: 0;

    transform: rotate(90deg);
  }

  .discussion_member_list_dot_circle {
    width: 60%;

    position: absolute;
    top: 0;
    right: 0;

    transform: translate(20%, -10%);
  }

  .discussion_wrap {
    margin-top: 0px;
  }

  .discussion_bookmark li {
    font-size: 1.8rem;
  }

  .discussion_talker {
    flex-direction: column;
    gap: 30px;
  }

  .discussion_talker_serif::before,
  .talker_02 .discussion_talker_serif::before,
  .talker_03 .discussion_talker_serif::before {
    transform: rotate(90deg);
    top: -21px;
    left: 21px;
  }
}

/* careersupport */
.careersupport_copy {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 4.5rem;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .careersupport_copy {
    font-size: 2.2rem;
    line-height: 3.3rem;
    margin-bottom: 20px;
  }
}

/* welfare */
.welfare-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.welfare-list li {
  width: calc(50% - 20px);
  padding: 35px 50px;
  border-radius: 30px;
  background-color: #e7f7f9;
  display: flex;
  gap: 30px;
}

.welfare-list__icon {
  display: flex;
  align-items: center;
}

.welfare-list li figure {
  flex-shrink: 0;
  width: 130px;
  height: 130px;
  max-width: 130px;
  border-radius: 50%;
  background-color: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.welfare-list__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 5px;
  border-bottom: solid 1px;
  margin-bottom: 10px;
}

.welfare-list__text {
  font-size: 1.6rem;
  line-height: 1.6;
}

@media only screen and (max-width: 1000px) {
  .welfare-list li {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .welfare-list {
    gap: 10px;
  }

  .welfare-list li {
    padding: 18px 24px;
    border-radius: 15px;
    gap: 15px;
  }

  .welfare-list li figure {
    width: 75px;
    height: 75px;
    max-width: 75px;
    padding: 15px;
    margin: 0;
  }

  .welfare-list__title {
    font-size: 1.6rem;
  }

  .welfare-list__text {
    font-size: 1.4rem;
  }
}

/* requirements */
.requirements__entrybnr {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 30px 50px;
  background-color: #ff8040;
  border: solid 2px #ff8040;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  transition: 0.3s ease;
}

.requirements__entrybnr__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.requirements__entrybnr__title__main {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.requirements__entrybnr__title__sub {
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.requirements__entrybnr__title__sub::before,
.requirements__entrybnr__title__sub::after {
  content: "";
  display: inline-block;
  flex: 1;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: 0.3s ease;
}

.requirements__entrybnr__title__contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 100px;
}

.requirements__entrybnr__title__contents__text {
  color: #fff;
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.requirements__entrybnr__title__contents__text span {
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: var(--font-weight-semibold);
}

.requirements__entrybnr__title__contents__text i {
  width: 28px;
  height: 23px;
  mask-image: url(../../recruit/img/icon_entry.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #fff;
  margin: 0 10px 0 20px;
  transition: 0.3s ease;
}

.requirements__entrybnr__title__contents__bnr {
  flex-shrink: 0;
  width: 200px;
  height: 45px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #00aaef;
  background-color: #fff;
}

.requirements__entrybnr:hover {
  color: #ff8040;
  background-color: #fff;
}
.requirements__entrybnr:hover .requirements__entrybnr__title__sub::before,
.requirements__entrybnr:hover .requirements__entrybnr__title__sub::after {
  background-color: #ff8040;
}
.requirements__entrybnr:hover .requirements__entrybnr__title__contents__text {
  color: #ff8040;
}
.requirements__entrybnr:hover .requirements__entrybnr__title__contents__text i {
  background-color: #ff8040;
}

.requirements__bnrlist {
  display: flex;
  gap: 25px 40px;
  margin-top: 50px;
}

.requirements__bnr {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 30px 50px;
  background-color: #12b3c7;
  border: solid 2px #12b3c7;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  transition: 0.3s ease;
  flex: 1;
}

.requirements__bnr__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.requirements__bnr__title__main {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.requirements__bnr__title__sub {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}

.requirements__bnr__text {
  color: #12b3c7;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  border-radius: 9999px;
  background-color: #fff;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.3s ease;
}

.requirements__bnr__text i {
  width: 20px;
  height: 16px;
  mask-image: url(../../recruit/img/icon_entry.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #12b3c7;
  transition: 0.3s ease;
}

.requirements__bnr:hover {
  color: #12b3c7;
  background-color: #fff;
}
.requirements__bnr:hover .requirements__bnr__text {
  color: #fff;
  background-color: #12b3c7;
}
.requirements__bnr:hover .requirements__bnr__text i {
  background-color: #fff;
}

.requirements__detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.6em;
  line-height: 1.7;
}

.requirements__detail dt,
.requirements__detail dd {
  border-bottom: dotted 1px #ccc;
  padding-top: 30px;
  padding-bottom: 30px;
}

.requirements__detail dt {
  width: 10em;
  font-weight: bold;
}
.requirements__detail dd {
  width: calc(100% - 10em);
}
.requirements__detail ol {
  padding-left: 1.1em;
}
.requirements__detail ol li {
  list-style: decimal;
}

.requirements__detail ul li {
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 1040px) {
  .requirements__entrybnr__title__contents {
    flex-direction: column;
  }
  .requirements__bnrlist {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .requirements__entrybnr {
    padding: 15px 25px;
    border-radius: 15px;
    gap: 20px;
  }

  .requirements__entrybnr__title {
    gap: 5px;
  }

  .requirements__entrybnr__title__main {
    font-size: 2rem;
  }

  .requirements__entrybnr__title__sub {
    font-size: 1.6rem;
  }

  .requirements__entrybnr__title__contents__text {
    font-size: 1.6rem;
  }

  .requirements__entrybnr__title__contents__text span {
    font-size: 2.5rem;
  }

  .requirements__entrybnr__title__contents__text i {
    width: 20px;
    height: 16px;
    margin: 0 8px 0 12px;
  }

  .requirements__entrybnr__title__contents__bnr {
    width: 150px;
    height: 34px;
    padding: 6px;
  }

  .requirements__bnr__title__main {
    font-size: 2rem;
  }

  .requirements__detail dt {
    width: 100%;
    border-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .requirements__detail dd {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* data */
.datalist {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.datalist li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px 30px;
  border-radius: 30px;
  background-color: #fff;
  border: solid 3px var(--color-primary);
}

.datalist li:nth-child(1),
.datalist li:nth-child(6),
.datalist li:nth-child(7) {
  justify-content: left;
}

.datalist li:nth-child(1),
.datalist li:nth-child(2) {
  width: calc(50% - 20px);
}

.datalist li:nth-child(3),
.datalist li:nth-child(4),
.datalist li:nth-child(5) {
  width: calc(33.3333% - 26.6667px);
}

.datalist li:nth-child(6),
.datalist li:nth-child(7) {
  width: calc(50% - 20px);
}

.datalist__title {
  font-size: 3rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
  line-height: 1.2;
  margin-bottom: 30px;
}

.datalist__content {
  display: flex;
  align-items: center;
  gap: 30px 50px;
}

.datalist__illust {
  height: 150px;
  margin-bottom: 5px;
}

.datalist__illust img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.datalist__number {
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
  line-height: 1.2;
}

.datalist__number span {
  font-size: 7rem;
  color: var(--color-primary);
}

.datalist li:nth-child(7) .datalist__number span {
  font-size: 4rem;
  line-height: 1.4;
}

.datalist__ratio {
  width: 250px;
}

@media only screen and (max-width: 1000px) {
  .datalist li:nth-child(1),
  .datalist li:nth-child(2),
  .datalist li:nth-child(3),
  .datalist li:nth-child(4),
  .datalist li:nth-child(5),
  .datalist li:nth-child(6),
  .datalist li:nth-child(7) {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .datalist__title {
    font-size: 2rem;
  }
  .datalist__content {
    flex-direction: column;
  }
  .datalist__number span {
    font-size: 6rem;
  }
  .datalist li:nth-child(7) .datalist__number span {
    font-size: 3rem;
  }
}

/* faq */
.faq-list {
  margin: 90px 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.faq-list ._item {
  position: relative;
}

.faq-list ._item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  left: 30px;
}

.faq-list ._outline {
  background-color: #fff;
  border: solid 1px #efefef;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.faq-list ._outline ._question {
  color: #12b3c7;
  font-size: 2rem;
  background-color: #e7f7f9;
  padding: 2rem 4rem;
  border-radius: 0 0 10px 10px;
  position: relative;
  padding-left: 4em;
}
.faq-list ._outline ._question::before {
  content: "Q";
  position: absolute;
  left: 4rem;
  top: 2rem;
  font-size: 3rem;
}
.faq-list ._outline ._answer {
  font-size: 1.6rem;
  padding: 2rem 4rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .faq-list {
    margin: 70px 0;
    gap: 50px;
  }

  .faq-list ._item::after {
    top: 10px;
    left: 10px;
  }

  .faq-list ._outline ._question {
    font-size: 1.6rem;
    padding: 2rem;
    border-radius: 0 0 10px 10px;
    position: relative;
    padding-left: 3em;
  }
  .faq-list ._outline ._question::before {
    left: 2rem;
    top: 2rem;
    font-size: 2.2rem;
  }
  .faq-list ._outline ._answer {
    font-size: 1.4rem;
    padding: 2rem;
  }
}
