@charset "UTF-8";
/*============================================================
MAIN VISUAL
*/
#main_visual {
  margin-top: 100px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #main_visual {
    margin-top: 60px;
  }
}

#main_visual .heading_page {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #main_visual .heading_page {
    padding-left: 10px;
  }
}

#main_visual .heading_page span {
  display: block;
}

@media only screen and (max-width: 768px) {
  #main_visual .heading_page span {
    line-height: 1.2;
  }
}

#main_visual .heading_page span.en {
  color: #13c6bb;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #main_visual .heading_page span.en {
    font-size: 18px;
    margin-bottom: 4px;
  }
}

#main_visual .heading_page span.ja {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 768px) {
  #main_visual .heading_page span.ja {
    font-size: 30px;
  }
}

#main_visual .pic {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1250px;
  height: 500px;
  margin: -20px 0 0 80px;
}

@media only screen and (max-width: 768px) {
  #main_visual .pic {
    width: calc(100% + 20px);
    height: 0;
    margin: 14px 0 0 0;
    padding-bottom: 45%;
  }
}

#main_visual .title_en {
  color: #b2f5f1;
  font-size: 120px;
  font-weight: 600;
  line-height: 0.73;
  text-align: right;
  margin-top: -40px;
}

@media only screen and (max-width: 768px) {
  #main_visual .title_en {
    font-size: 32px;
    margin-top: -12px;
  }
}

#main_visual::before {
  content: "";
  background: #f7f8f4;
  width: 50%;
  height: 500px;
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  #main_visual::before {
    width: 90%;
    height: 80%;
    top: -30px;
  }
}

#main_visual .pic {
  background-image: url(../images/voice/pic_mv_voice01.jpg);
}

/*============================================================
VOICE MAIN
*/
.voice_main {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .voice_main {
    margin-top: 30px;
  }
}

.voice_main .voice_tab .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.voice_main .voice_tab .list li {
  color: #1381ba;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #1381ba;
  padding: 26px 10px;
  cursor: pointer;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .voice_main .voice_tab .list li {
    font-size: 14px;
    padding: 16px 5px;
  }
}

.voice_main .voice_tab .list li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #1381ba transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}

.voice_main .voice_tab .list li.is-active {
  color: #fff;
  background: #1381ba;
}

.voice_main .voice_tab .list li.is-active::before {
  display: block;
}

.voice_main .voice_tab .list li:not(.is-active) {
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.voice_main .voice_tab .list li:not(.is-active):hover {
  background-color: #f1f1f1;
  background-color: #d2ecfa;
}

.voice_main .voice_content .block {
  display: none;
}

.voice_main .voice_content .block.is-show {
  display: block;
}

.voice_main .voice_content .block.is-show::before {
  display: block;
}

/*============================================================
LEAD
*/
.sec-lead {
  padding: 60px 0;
}

@media only screen and (max-width: 768px) {
  .sec-lead {
    padding: 30px 0 0;
  }
}

.sec-lead .lead {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .sec-lead .lead {
    font-size: 16px;
  }
}

.sec-lead .attribute {
  margin: 80px 0;
}

@media only screen and (max-width: 768px) {
  .sec-lead .attribute {
    margin: 40px 0;
  }
}

.sec-lead .attribute .h_attribute {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: -11.5px;
}

@media only screen and (max-width: 768px) {
  .sec-lead .attribute .h_attribute {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: -21px;
  }
}

.sec-lead .attribute .h_attribute::before, .sec-lead .attribute .h_attribute::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #ddd;
  display: block;
}

.sec-lead .attribute .h_attribute::before {
  margin-right: 0.5em;
}

.sec-lead .attribute .h_attribute::after {
  margin-left: 0.5em;
}

.sec-lead .attribute .h_attribute span {
  display: inline-block;
  margin: 0 20px;
}

.sec-lead .attribute .inner {
  border: 1px solid #ddd;
  border-top: none;
  padding: 50px 15px;
}

@media only screen and (max-width: 768px) {
  .sec-lead .attribute .inner {
    padding: 40px 15px 30px;
  }
}

.sec-lead .attribute .inner ul {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

@media only screen and (max-width: 768px) {
  .sec-lead .attribute .inner ul {
    display: block;
  }
}

.sec-lead .attribute .inner ul li {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .sec-lead .attribute .inner ul li img {
    max-width: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .sec-lead .attribute .inner ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}

.sec-lead .page_link ul {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .sec-lead .page_link ul {
    flex-wrap: wrap;
  }
}

.sec-lead .page_link ul li {
  flex: 0 0 285px;
}

@media only screen and (max-width: 768px) {
  .sec-lead .page_link ul li {
    flex: 0 0 49.5%;
    margin-bottom: 4px;
  }
}

.sec-lead .page_link ul li a {
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  background: #0c9fbf;
  height: 100%;
  padding: 20px 10px 16px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

@media only screen and (max-width: 768px) {
  .sec-lead .page_link ul li a {
    font-size: 12px;
    padding: 10px 4px 8px;
  }
}

.sec-lead .page_link ul li a::after {
  content: "\e90b";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  display: block;
  margin: 10px auto 0;
}

@media only screen and (max-width: 768px) {
  .sec-lead .page_link ul li a::after {
    font-size: 12px;
    margin: 8px auto 0;
  }
}

.sec-lead .page_link ul li a span {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 19px;
  font-weight: 700;
  display: block;
  margin-top: 6px;
}

@media only screen and (max-width: 768px) {
  .sec-lead .page_link ul li a span {
    font-size: 15px;
    margin-top: 3px;
  }
}

.sec-lead .page_link ul li a:hover {
  background: #0a7f99;
}

.sec-lead .page_link ul li:last-child a span {
  letter-spacing: -0.03em;
}

@media only screen and (max-width: 768px) {
  .sec-lead .page_link ul li:last-child a span {
    letter-spacing: -0.08em;
  }
}

@media only screen and (min-width: 769px) {
  .voice_content .block.jobOffer .sec-lead .page_link ul li {
    flex: 0 0 49%;
  }
}

/*============================================================
QUESTIONNAIRE
*/
section[id^="questionnaire"] {
  padding: 40px 0;
}

@media only screen and (max-width: 768px) {
  section[id^="questionnaire"] {
    padding: 30px 0;
  }
}

.h_questionnaire {
  border-top: 1px solid #0c9fbf;
  border-bottom: 1px solid #0c9fbf;
  margin-bottom: 70px;
  padding: 20px 0 22px;
}

@media only screen and (max-width: 768px) {
  .h_questionnaire {
    margin-bottom: 25px;
    padding: 12px 0 14px;
  }
}

.h_questionnaire span {
  font-weight: 600;
  text-align: center;
  display: block;
}

.h_questionnaire span.en {
  color: #0c9fbf;
  font-size: 18px;
  margin-bottom: 6px;
}

@media only screen and (max-width: 768px) {
  .h_questionnaire span.en {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

.h_questionnaire span.ja {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 33px;
}

@media only screen and (max-width: 768px) {
  .h_questionnaire span.ja {
    font-size: 23px;
  }
}

.questionnaire_list {
  margin-bottom: -50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .questionnaire_list {
    margin-bottom: -25px;
    display: block;
  }
}

.questionnaire_list > li {
  margin-bottom: 50px;
  padding-bottom: 50px;
  flex: 0 0 48%;
  max-width: 48%;
}

@media only screen and (max-width: 768px) {
  .questionnaire_list > li {
    max-width: inherit;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}

.questionnaire_list > li .h_question {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
  padding-left: 50px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

@media only screen and (max-width: 768px) {
  .questionnaire_list > li .h_question {
    font-size: 19px;
    margin-bottom: 20px;
    padding-left: 36px;
  }
}

.questionnaire_list > li .h_question::before {
  content: "Q.";
  color: #0c9fbf;
  font-size: 32px;
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .questionnaire_list > li .h_question::before {
    font-size: 26px;
  }
}

.questionnaire_list > li .h_question span {
  font-size: 16px;
  display: block;
}

@media only screen and (max-width: 768px) {
  .questionnaire_list > li .h_question span {
    font-size: 13px;
  }
}

.questionnaire_list > li .chart {
  text-align: center;
}

.questionnaire_list > li .chart img {
  width: 380px;
}

@media only screen and (max-width: 768px) {
  .questionnaire_list > li .chart img {
    width: 90%;
    max-width: 280px;
  }
}

.questionnaire_list > li .voice_list li {
  background: url(../images/voice/icon_employee_green.svg) left top/40px 44px no-repeat;
  padding-left: 54px;
}

@media only screen and (max-width: 768px) {
  .questionnaire_list > li .voice_list li {
    background-size: 26px 28px;
    padding-left: 34px;
  }
}

.questionnaire_list > li .voice_list li p {
  font-size: 15px;
  line-height: 1.9;
  background: #f7f8f4;
  border-radius: 0 16px 16px 16px;
  box-shadow: 3px 3px 0 0 #b2f5f1;
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .questionnaire_list > li .voice_list li p {
    font-size: 13px;
    line-height: 1.8;
    border-radius: 0 12px 12px 12px;
    padding: 18px;
  }
}

.questionnaire_list > li .voice_list li:not(:last-child) {
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .questionnaire_list > li .voice_list li:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 769px) {
  .questionnaire_list > li .voice_list.col2_pc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
  }
}

.questionnaire_list > li .voice_list02 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

@media only screen and (max-width: 768px) {
  .questionnaire_list > li .voice_list02 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
  }
}

.questionnaire_list > li .voice_list02 li::after {
  content: "";
  background: url(../images/voice/icon_employee_green.svg) left top/contain no-repeat;
  width: 34px;
  height: 37.4px;
  display: block;
  margin: 20px auto 0;
}

@media only screen and (max-width: 768px) {
  .questionnaire_list > li .voice_list02 li::after {
    width: 30px;
    height: 33px;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 769px) {
  .questionnaire_list > li .voice_list02 li:nth-child(even) {
    margin-top: 90px;
  }
}

.questionnaire_list > li .voice_list02 li p {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  background: #f7f8f4;
  border-radius: 16px;
  border: 3px solid #333;
  padding: 10px 20px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .questionnaire_list > li .voice_list02 li p {
    font-size: 14px;
    padding: 10px 5px;
  }
}

.questionnaire_list > li .voice_list02 li p::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #f7f8f4 transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.questionnaire_list > li .voice_list02 li p::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.questionnaire_list > li .motto {
  background: #f7f8f4;
  border-radius: 0 16px 16px 16px;
  box-shadow: 3px 3px 0 0 #b2f5f1;
  padding: 40px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .questionnaire_list > li .motto {
    border-radius: 0 12px 12px 12px;
    padding: 20px;
    display: block;
  }
}

.questionnaire_list > li .motto li {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 26px;
  flex: 0 0 48%;
  max-width: 48%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .questionnaire_list > li .motto li {
    font-size: 15px;
    max-width: inherit;
    padding-left: 20px;
  }
}

.questionnaire_list > li .motto li::before {
  content: "";
  border: 3px solid #13c6bb;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .questionnaire_list > li .motto li::before {
    border-width: 2px;
    width: 12px;
    height: 12px;
    top: 5px;
  }
}

.questionnaire_list > li .motto li:not(:last-child) {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .questionnaire_list > li .motto li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .questionnaire_list > li:last-child {
    margin-bottom: 0;
  }
}

.questionnaire_list > li:nth-last-child(n + 3) {
  border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 768px) {
  .questionnaire_list > li:not(:last-child) {
    border-bottom: 1px solid #ddd !important;
  }
}

.questionnaire_list > li.fb_100 {
  flex: 0 0 100%;
  max-width: 100%;
}

.questionnaire_list > li .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .questionnaire_list > li .row {
    display: block;
  }
}

.questionnaire_list > li .row > * {
  flex: 0 0 48%;
  max-width: 48%;
}

@media only screen and (max-width: 768px) {
  .questionnaire_list > li .row > * {
    max-width: inherit;
  }
}

@media only screen and (max-width: 768px) {
  .questionnaire_list > li .row .chart {
    margin-bottom: 25px;
  }
}

.sec-questionnaire02 .questionnaire_list > li:nth-child(1) .chart {
  flex: 0 0 40%;
  max-width: 40%;
}

@media only screen and (max-width: 768px) {
  .sec-questionnaire02 .questionnaire_list > li:nth-child(1) .chart {
    max-width: inherit;
  }
}

@media only screen and (min-width: 769px) {
  .sec-questionnaire02 .questionnaire_list > li:nth-child(1) .chart img {
    width: 430px;
  }
}

.sec-questionnaire02 .questionnaire_list > li:nth-child(1) .voice_list {
  flex: 0 0 56%;
  max-width: 56%;
}

@media only screen and (max-width: 768px) {
  .sec-questionnaire02 .questionnaire_list > li:nth-child(1) .voice_list {
    max-width: inherit;
  }
}

.sec-questionnaire02 .questionnaire_list > li:nth-child(1) .voice_list li {
  position: relative;
}

.sec-questionnaire02 .questionnaire_list > li:nth-child(1) .voice_list li .satisfaction {
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  width: 50px;
  display: block;
  position: absolute;
  top: 50px;
  left: -5px;
}

@media only screen and (max-width: 768px) {
  .sec-questionnaire02 .questionnaire_list > li:nth-child(1) .voice_list li .satisfaction {
    font-size: 10px;
    width: 34px;
    top: 34px;
  }
}

.sec-questionnaire02 .questionnaire_list > li:nth-child(1) .voice_list li:nth-child(1) {
  background-image: url(../images/voice/icon_employee_satisfaction01.svg);
}

.sec-questionnaire02 .questionnaire_list > li:nth-child(1) .voice_list li:nth-child(1) p {
  box-shadow: 3px 3px 0 0 #f6c7ac;
}

.sec-questionnaire02 .questionnaire_list > li:nth-child(1) .voice_list li:nth-child(2) {
  background-image: url(../images/voice/icon_employee_satisfaction02.svg);
}

.sec-questionnaire02 .questionnaire_list > li:nth-child(1) .voice_list li:nth-child(2) p {
  box-shadow: 3px 3px 0 0 #f7d6ab;
}

.sec-questionnaire02 .questionnaire_list > li:nth-child(1) .voice_list li:nth-child(3) {
  background-image: url(../images/voice/icon_employee_satisfaction03.svg);
}

.sec-questionnaire02 .questionnaire_list > li:nth-child(1) .voice_list li:nth-child(3) p {
  box-shadow: 3px 3px 0 0 #56d8f4;
}

.sec-questionnaire02 .questionnaire_list > li:nth-child(1) .voice_list li:nth-child(4) {
  background-image: url(../images/voice/icon_employee_satisfaction04.svg);
}

.sec-questionnaire02 .questionnaire_list > li:nth-child(1) .voice_list li:nth-child(4) p {
  box-shadow: 3px 3px 0 0 #5ebdef;
}

.sec-questionnaire02 .questionnaire_list > li:nth-child(3) {
  border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 769px) {
  .sec-questionnaire04 .questionnaire_list > li:nth-child(4) .chart {
    padding-top: 35px;
  }
}

/*============================================================
MESSAGE
*/
.sec-message {
  padding: 80px 0 160px;
}

@media only screen and (max-width: 768px) {
  .sec-message {
    padding: 40px 0 60px;
  }
}

.sec-message .h_message {
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .sec-message .h_message {
    margin-bottom: 25px;
  }
}

.sec-message .h_message span {
  display: block;
}

.sec-message .h_message span.en {
  color: #eb9d37;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .sec-message .h_message span.en {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

.sec-message .h_message span.ja {
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, serif;
  font-weight: 400;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .sec-message .h_message span.ja {
    font-size: 22px;
  }
}

.sec-message .message_list li {
  background: url(../images/voice/icon_employee_orange.svg) left top/40px 44px no-repeat;
  padding-left: 54px;
}

@media only screen and (max-width: 768px) {
  .sec-message .message_list li {
    background-size: 26px 28px;
    padding-left: 34px;
  }
}

.sec-message .message_list li p {
  line-height: 1.9;
  background: #f7f8f4;
  border-radius: 0 16px 16px 16px;
  box-shadow: 3px 3px 0 0 #fac279;
  padding: 30px;
}

@media only screen and (max-width: 768px) {
  .sec-message .message_list li p {
    font-size: 13px;
    line-height: 1.8;
    border-radius: 0 12px 12px 12px;
    padding: 18px;
  }
}

.sec-message .message_list li:not(:last-child) {
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .sec-message .message_list li:not(:last-child) {
    margin-bottom: 15px;
  }
}
