@charset "utf-8";
/* CSS Document */
/* 共通 */
html {
  scroll-padding-top: 80px;
  font-family: "Noto Sans JP", sans-serif;
}
body {
  position: relative;
  overflow-x: hidden;
}
.header_outer, .footer_outer, .footer_foot_inner {
  max-width: 1280px;
  width: 100vw;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  html {
    scroll-padding-top: clamp(50px, 1.783rem + 6.71vw, 80px);
  }
}
/* ボタン（サイト内リンク） */
.btn_link {
  background-color: #03b9ac;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 100px;
  line-height: 1.125rem;
}
.btn_link span {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_link img {
  margin-left: 15px;
  width: 10px;
}
@media screen and (max-width:767px) {
  .btn_link {
    padding: clamp(7px, 0.124rem + 1.57vw, 14px) clamp(15px, 0.266rem + 3.36vw, 30px);
  }
  .btn_link span {
    font-size: clamp(0.75rem, 0.303rem + 2.24vw, 1.375rem);
  }
  .btn_link img {
    margin-left: clamp(7.5px, 0.133rem + 1.68vw, 15px);
    width: clamp(5px, 0.089rem + 1.12vw, 10px);
  }
}
/* アンカーリンク（ホバー時の挙動） */
a {
  transition-property: opacity;
  transition-duration: 0.5s;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
a:hover {
  opacity: 0.5;
  transition-duration: 0.5s;
  transition: 0.5s;
}
a.btn_link_about:hover {
  opacity: 1;
  background-color: #4E76E1;
}
/* ヘッダー */
.header {
  width: 100vw;
  height: 90px;
  padding-bottom: 10px;
  border-bottom: 10px solid #dde0e0;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 17px 0 5px;
}
.header_logo {
  width: 271px;
  margin-left: 15px;
}
.header_logo img {
  width: 100%;
}
.header_nav_list {
  display: flex;
}
.header_nav_item {
  text-align: center;
  margin-right: 42px;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1;
}
.header_nav_item:last-child {
  margin-right: 35px;
}
.header_nav_item .en {
  display: block;
  font-size: 1.125rem;
  color: #038088;
}
.header_nav_item .jp {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #555;
  margin-top: 5px;
  padding: 5px 10px;
  border-radius: 100px;
}
.header_nav_subList {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f7fcff;
  list-style: none;
  margin-top: 10px;
  padding: 0;
  min-width: 250px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  text-align: left;
}
.header_nav_suvItem a {
  display: block;
  color: #555;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 12px 20px;
  transition: background-color 0.3s ease;
  letter-spacing: 0.1em;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.header_nav_suvItem:first-child a {
  padding-top: 20px;
}
.header_nav_suvItem:last-child a {
  padding-bottom: 24px;
}
.header_nav_suvItem:hover {
  background-color: #03b9ac;
}
.header_nav_suvItem:hover a {
  color: #fff;
  opacity: 1;
}
.header_nav_suvItem a:hover {
  opacity: 1;
}
.dropDown:hover .header_nav_subList {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width:1279px) {
  .header_logo {
    width: clamp(230px, 4.125rem + 16.02vw, 271px);
  }
  .header_nav_item {
    margin-right: clamp(25px, -2.688rem + 6.64vw, 42px);
  }
  .header_nav_item:last-child {
    margin-right: 15px;
  }
  .header_nav_item .en {
    font-size: clamp(1rem, 0.5rem + 0.78vw, 1.125rem);
  }
}
@media screen and (max-width:767px) {
  .header {
    height: clamp(50px, 1.339rem + 8.93vw, 90px);
    border-bottom: clamp(5px, 0.103rem + 1.05vw, 10px) solid #dde0e0;
  }
  .header_inner {
    padding-top: clamp(10px, 0.313rem + 1.56vw, 17px);
  }
  .header_logo {
    width: clamp(137.5px, 4.715rem + 19.39vw, 230px);
  }
}
/* アンカーリンク（ホバー時の挙動） ヘッダー */
.header_nav_item a:hover {
  opacity: 1;
}
.header_nav_item a:hover .jp {
  color: #fff;
  background-color: #03b9ac;
  transition: 0.5s;
}
/* ハンバーガーメニュー　*/
@media screen and (max-width:1023px) {
  #body {
    position: relative;
    z-index: 990;
  }
  #toggle {
    position: fixed;
    top: 32px;
    right: 30px;
    z-index: 1000;
  }
  #toggle-box {
    position: relative;
    width: 35px;
    height: 22px;
    cursor: pointer;
  }
  #toggle-box > span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #03b9ac;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
  }
  #toggle-box > span:nth-child(1) {
    top: 0;
  }
  #toggle-box > span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
  }
  #toggle-box > span:nth-child(3) {
    bottom: 0;
  }
  #header_nav_content {
    z-index: 900;
    overflow: auto;
    width: 60%;
    height: 100%;
    background: #fff;
    color: #555;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    transform: translateX(100%);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0px 3px 99px #1A1A1A29;
    margin-top: 90px;
  }
  #header_nav_content .header_nav_list {
    padding-top: 30px;
  }
  #header_nav_content .header_nav_item {
    margin-bottom: 30px;
    padding-left: 0;
    text-align: left;
  }
  #header_nav_content .header_nav_item a {
    display: block;
    text-decoration: none;
    margin: 0;
    transition: opacity .6s ease;
    letter-spacing: 0.1rem;
  }
  #header_nav_content .nav_item:hover {
    opacity: 0.6;
  }
  #header_nav_content .header_nav_item a span {
    font-size: 1.5rem;
  }
  .is-open {
    overflow: hidden;
    z-index: 1000;
  }
  .is-open #toggle-box > span {
    background: #03b9ac;
    width: 31px;
  }
  .is-open #toggle-box > span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg) translatey(-50%);
  }
  .is-open #toggle-box > span:nth-child(2) {
    width: 0;
  }
  .is-open #toggle-box > span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg) translatey(-50%);
  }
  .is-open #header_nav_content {
    z-index: 999;
    transform: translateX(0);
    box-shadow: -10px 0 15px rgba(85, 85, 85, 0.2);
  }
  .is-open #header_nav_content::bofore {
    content: "";
    height: 75px;
    border-bottom: 5px solid #dde0e0;
  }
  .is-open .header_logo {
    display: none;
  }
  .overlay {
    background: black;
    height: 100vh;
  }
  .header_nav_list {
    flex-direction: column;
  }
  .header_nav_item a:hover .jp {
    color: 555;
    background-color: #fff;
    color: #555;
  }
  .header_nav_item .en {
    display: none;
  }
  .header_nav_item .jp {
    width: auto;
    margin-top: 0;
    padding: 0 0 clamp(15px, 0.266rem + 3.36vw, 30px) clamp(31px, 0.55rem + 6.94vw, 62px);
  }
  .header_nav_subList {
    position: relative;
    background-color: #fff;
    display: none;
    width: 100vw;
  }
  .header_nav_suvItem {
    width: 100vw;
    border-top: 1px solid #ababab;
    padding-left: 90px;
  }
  .header_nav_suvItem:last-child {
    border-bottom: 1px solid #ababab;
  }
  .header_nav_suvItem a {
    padding: clamp(16px, 0.284rem + 3.58vw, 32px) 0;
    font-size: 1.5rem;
    font-weight: 500;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .dropDown:hover .header_nav_subList {
    display: block;
  }
  .dropDown a div {
    display: flex;
    justify-content: space-between;
  }
  .plus-minus {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    cursor: pointer;
  }
  .plus-minus::before, .plus-minus::after {
    content: "";
    position: absolute;
    background-color: #03b9ac;
    transition: transform 0.3s ease;
  }
  .plus-minus::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
  }
  .plus-minus::after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
  }
  #doropDown_services:hover a div .plus-minus::after, #doropDown_lineUp:hover a div .plus-minus::after {
    transform: translateX(-50%) scaleY(0);
  }
}
@media screen and (max-width:767px) {
  #toggle-box {
    width: clamp(17.5px, 0.313rem + 3.91vw, 35px);
    height: clamp(11px, 0.196rem + 2.46vw, 22px);
  }
  #toggle {
    top: clamp(16px, 0.286rem + 3.57vw, 32px);
    right: clamp(15px, 0.268rem + 3.35vw, 30px);
  }
  #header_nav_content {
    width: 100%;
    text-align: left;
    margin-top: clamp(50px, 1.339rem + 8.93vw, 90px);
  }
  #header_nav_content .header_nav_item a span {
    font-size: clamp(1rem, 0.642rem + 1.79vw, 1.5rem);
  }
  .is-open #toggle-box > span {
    width: clamp(22px, 0.972rem + 2.01vw, 31px);
  }
  .header_nav_suvItem {
    padding-left: clamp(45px, 0.799rem + 10.07vw, 90px);
  }
  .header_nav_suvItem a {
    font-size: clamp(1rem, 0.642rem + 1.79vw, 1.5rem);
  }
  .plus-minus {
    width: clamp(17px, 0.839rem + 1.12vw, 22px);
    height: clamp(17px, 0.839rem + 1.12vw, 22px);
  }
}
/* トップページ（メイン） */
.section_bg {
  width: 100vw;
}
.section {
  margin: 0 auto;
}
.section_mv {
  width: 100vw;
  max-width: 1280px;
}
.section_news, .section_services, .section_lineUp, .section_company-recruit {
  width: 1000px;
  padding: 60px 0 70px;
  text-align: center;
  margin: 0 auto;
}
.section_lineUp {
  width: auto;
  padding-bottom: 0px;
}
.section_ttl .en {
  display: block;
  font-size: 2.25rem;
  font-weight: 400;
  color: #038088;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.section_ttl .jp {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #555;
  letter-spacing: 0.1em;
  padding-bottom: 50px;
}
@media screen and (max-width:1279px) {
  .section_news, .section_services, .section_company-recruit {
    width: clamp(980px, 56.25rem + 7.81vw, 1000px);
  }
}
@media screen and (max-width:1023px) {
  .section_news, .section_services, .section_company-recruit {
    width: clamp(748px, 3.25rem + 90.63vw, 980px);
  }
  @media screen and (max-width:767px) {
    .section_news, .section_services, .section_company-recruit {
      width: clamp(300px, -1.25rem + 100vw, 747px);
      padding: clamp(30px, 0.533rem + 6.71vw, 60px) 0 clamp(50px, 2.678rem + 2.24vw, 60px);
    }
    .section_news, .section_services, .section_lineUp, .section_company-recruit {
      padding: clamp(30px, 0.533rem + 6.71vw, 60px) 0 clamp(50px, 2.678rem + 2.24vw, 60px);
    }
    .section_lineUp {
      padding-bottom: 0;
    }
    .section_ttl .en {
      font-size: clamp(1.5rem, 0.963rem + 2.68vw, 2.25rem);
      margin-bottom: clamp(7.5px, 0.133rem + 1.68vw, 15px);
    }
    .section_ttl .jp {
      font-size: clamp(0.688rem, 0.464rem + 1.12vw, 1rem);
      padding-bottom: clamp(25px, 0.444rem + 5.59vw, 50px);
    }
  }
}
/* MV メインビュー */
.section_mv {
  text-align: center;
}
.mv_frame {
  width: 100%;
  height: 597px;
  background: url("../images/top/mv/mv.jpg") left top / auto 100% no-repeat;
  text-align: center;
}
.mv_catchphrase_box {
  overflow: hidden;
  position: relative;
  margin: 140px auto 0;
  display: inline-block;
}
.mv_catchphrase {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.3;
  color: #044d48;
  background: rgba(255, 255, 255, 0.7);
  display: block;
  opacity: 0;
  position: relative;
  transition: all .5s .3s ease;
  z-index: 0;
  padding: 20px;
  letter-spacing: 0.05;
}
.mv_catchphrase_box::before {
  background: #09459b;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
  transition: all .8s 0s ease;
  width: 100%;
}
.mv_catchphrase_box.active .mv_catchphrase {
  opacity: 1;
}
.mv_catchphrase_box.active::before {
  transform: translateX(100%);
}
.mv_msg_outer {
  width: 80%;
  max-width: 700px;
  margin: 0 auto;
}
.mv_msg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}
.mv_msg p {
  display: inline-block;
  text-align: left;
  line-height: 2.25;
  font-weight: 800;
  letter-spacing: 0.025em;
  position: relative;
  text-shadow: 2px 2px 0 #62bdc5;
}
@media screen and (max-width:1023px) {
  .mv_msg_outer {
    width: 83%;
  }
}
@media (max-width: 767px) {
  .mv_msg_outer {
    width: 100%;
  }
  .mv_frame {
    height: auto;
    padding-bottom: clamp(28px, 0.497rem + 6.26vw, 56px);
  }
  .mv_catchphrase_box {
    margin-top: clamp(35px, -2.5rem + 23.44vw, 140px);
  }
  .mv_catchphrase {
    font-size: clamp(1.125rem, 0.32rem + 4.03vw, 2.25rem);
    padding: clamp(16px, 0.284rem + 3.58vw, 32px) clamp(9px, 0.16rem + 2.01vw, 18px);
    line-height: 1.5;
  }
  .mv_msg {
    flex-direction: column;
    padding-top: clamp(20px, 0.355rem + 4.47vw, 40px);
  }
  .mv_msg p {
    font-size: clamp(0.625rem, 0.357rem + 1.34vw, 1rem);
    margin-bottom: clamp(22px, 0.391rem + 4.92vw, 44px);
    line-height: 2;
  }
}
/* NEWS　お知らせ */
.news_container {
  display: inline-block;
  margin-bottom: 40px;
}
.news_info {
  align-items: flex-start;
  display: flex;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.news_date-category {
  content: none;
  display: flex;
}
.news_date {
  color: #4b4b4b;
  font-size: 1rem;
  padding-top: 5px;
}
.news_category {
  color: #fff;
  font-size: 0.75rem;
  width: 80px;
  margin: 5px 0 5px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}
.news_category_exhibition {
  background-color: #449d0f;
}
.news_category_notice, .news_category_news {
  background-color: #ec5d5d;
  min-width: 0;
}
.news_ttl {
  color: #4b4b4b;
  font-size: 1rem;
  font-weight: 400;
  margin-left: 15px;
  text-align: left;
  line-height: 22px;
  padding-top: 5px;
  min-width: 0;
  flex: 1;
}
@media (max-width: 767px) {
  .news_container {
    margin-bottom: clamp(20px, 0.355rem + 4.47vw, 40px);
  }
  .news_info {
    display: flex;
    flex-direction: column;
    margin-bottom: clamp(13px, 0.276rem + 2.68vw, 25px);
    border-top: 1px solid #d5d5d5;
  }
  .news_date-category {
    content: normal;
    padding-top: 10px;
  }
  .news_date {
    order: 2;
    padding: 5px 0;
    margin-left: 10px;
  }
  .news_category {
    order: 1;
    margin: 0 5px 0 0;
    width: clamp(70px, 3.928rem + 2.24vw, 80px);
    padding: 0;
  }
  .news_ttl {
    margin-left: 0;
    font-size: clamp(0.875rem, 0.791rem + 0.42vw, 1rem);
    padding-top: clamp(10px, 0.267rem + 1.79vw, 18px);
  }
}
/* SERVICES　事業案内 */
.section_bg_services {
  background: url("../images/top/services/services_bg.png") left top / cover no-repeat;
}
.services_lead {
  color: #555;
  line-height: 1.5;
  margin: 0 auto 50px;
  width: 668px;
  text-align: left;
}
.services_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 27px;
}
.services_list_item {
  display: flex;
  background-color: #fff;
  height: 150px;
  margin-bottom: 23px;
  padding: 23px 23px 0;
  letter-spacing: 0.02em;
}
.services_list_txt_box {
  display: flex;
}
.services_list_txt_box::before {
  content: '';
  background-image: url("../images/top/services/services_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 60px;
  height: 60px;
  margin: 15px 18px 0 0;
}
.services_list_txt {
  width: 360px;
}
.services_list_txt h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 18px;
}
.services_list_txt p {
  color: #555;
  line-height: 1.5;
}
@media screen and (max-width:1279px) {
  .services_list_item {
    padding: 23px clamp(19px, 0.188rem + 1.56vw, 23px) 0;
  }
  .services_list_txt_box::before {
    width: clamp(50px, 2.188rem + 1.95vw, 60px);
  }
}
@media screen and (max-width:1023px) {
  .services_list {
    width: clamp(748px, 40.75rem + 12.5vw, 780px);
    margin: 0 auto 20px;
  }
  .services_list_item {
    padding: 25px 10px 0;
  }
  .services_list_txt_box::before {
    width: 40px;
    margin: 5px 15px 0 0;
  }
  .services_list_txt {
    width: 293px;
  }
  .services_list_txt h3 {
    font-size: 1.3125rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:767px) {
  .services_lead {
    font-size: clamp(0.875rem, 0.791rem + 0.42vw, 1rem);
    margin: 0 auto clamp(25px, 0.444rem + 5.59vw, 50px);
    width: 90%;
  }
  .services_list {
    flex-direction: column;
    max-width: 450px;
    width: 100%;
  }
  .services_list_item {
    padding: clamp(18px, 0.812rem + 1.57vw, 25px) 10px;
    height: auto;
    margin-bottom: clamp(10px, -0.064rem + 3.13vw, 23px);
  }
  .services_list_txt_box::before {
    content: none;
  }
  .services_list_txt {
    width: auto;
  }
  .services_list_txt h3 {
    display: flex;
    font-size: clamp(1.063rem, 0.884rem + 0.89vw, 1.313rem);
  }
  .services_list_txt h3::before {
    content: '';
    background-image: url("../images/top/services/services_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: clamp(28px, 1.247rem + 2.52vw, 40px);
    margin: 0;
  }
  .services_list_txt p {
    font-size: clamp(0.875rem, 0.791rem + 0.42vw, 1rem);
    margin-left: clamp(28px, 1.247rem + 2.52vw, 40px);
  }
}
/* LINE UP 製品案内 */
.lineUp_grouping {
  padding: 46px 0 42px;
}
.lineUp_grouping:first-child {
  padding-top: 30px;
}
.lineUp_grouping_bg-gray {
  background-color: #f5f5f5;
}
.lineUp_grouping_inner {
  width: 1000px;
  margin: 0 auto;
}
.lineUp_grouping_inner h3 {
  font-size: 1.375rem;
  font-weight: 400;
  color: #222;
  padding-bottom: 30px;
  border-bottom: 1px solid #d5d5d5;
}
.lineUp_grouping_inner h3::before {
  content: url("../images/top/services/point.png");
  display: inline-block;
  margin-right: 15px;
}
.lineUp_grouping_list {
  padding-top: 45px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.lineUp_grouping_img {
  width: 300px;
  aspect-ratio: 300 / 220;
  margin-bottom: 28px;
  border: 1px solid #cccccc;
  position: relative;
}
.lineUp_grouping_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lineUp_grouping_item_txt {
  border-left: 4px solid #5dc1c9;
  text-align: left;
  padding: 5px 0 5px 25px;
  width: 300px;
}
.lineUp_grouping_item_txt h4 {
  font-size: 1.125rem;
  font-weight: 400;
  color: #333;
  padding-bottom: 13px;
}
.lineUp_grouping_item_txt span {
  font-size: 0.875rem;
  font-weight: 400;
  color: #038088;
}
@media screen and (max-width:1279px) {
  .lineUp_grouping_inner {
    width: clamp(980px, 56.25rem + 7.81vw, 1000px);
  }
}
@media screen and (max-width:1023px) {
  .lineUp_grouping {
    padding: clamp(38px, 0.869rem + 3.14vw, 46px) 0 clamp(33px, 0.368rem + 3.53vw, 42px);
  }
  .lineUp_grouping:first-child {
    padding-top: clamp(18px, -1.134rem + 4.71vw, 30px);
  }
  .lineUp_grouping_inner {
    width: clamp(748px, 3.25rem + 90.63vw, 980px);
  }
  .lineUp_grouping_inner h3 {
    padding-bottom: clamp(11px, -0.163rem + 4.25vw, 30px);
    font-size: clamp(1.063rem, 0.839rem + 1.12vw, 1.375rem);
  }
  .lineUp_grouping_list {
    padding-top: clamp(37px, 0.814rem + 3.13vw, 45px);
    margin-bottom: clamp(43px, -0.5rem + 6.64vw, 60px);
  }
  .lineUp_grouping_item_txt h4 {
    font-size: clamp(1rem, 0.625rem + 0.78vw, 1.125rem);
  }
  .lineUp_grouping_img {
    width: clamp(245px, 5rem + 21.48vw, 300px);
    margin-bottom: clamp(14px, -1.75rem + 5.47vw, 28px);
  }
  .lineUp_grouping_item_txt {
    width: clamp(245px, 5rem + 21.48vw, 300px);
    padding-left: clamp(7px, -2.938rem + 7.03vw, 25px);
    border-left: 3px solid #5dc1c9;
  }
}
@media screen and (max-width:767px) {
  .lineUp_grouping {
    padding: clamp(28px, 1.304rem + 2.23vw, 38px) 0 clamp(30px, 1.741rem + 0.67vw, 38px);
  }
  .lineUp_grouping:first-child {
    padding-top: clamp(5px, -0.268rem + 2.9vw, 18px);
  }
  .lineUp_grouping_inner {
    width: clamp(300px, -1.25rem + 100vw, 747px);
  }
  .lineUp_grouping_list {
    flex-direction: column;
    padding-top: clamp(19px, 0.561rem + 3.13vw, 33px);
    margin-bottom: clamp(10px, -0.852rem + 7.38vw, 43px);
  }
  .lineUp_grouping_item {
    margin: 0 auto clamp(25px, 1.339rem + 1.12vw, 30px);
  }
  .lineUp_grouping_img {
    width: 300px;
    max-width: 95%;
    margin: 0 auto 8px;
  }
  .lineUp_grouping_item_txt {
    width: 300px;
    max-width: 95%;
    margin: 0 auto;
  }
  .lineUp_grouping_item_txt h4 {
    padding-bottom: 5px;
  }
  .lineUp_grouping_item_txt span {
    font-size: clamp(0.75rem, 0.661rem + 0.45vw, 0.875rem);
  }
}
/* COMPANY-RECRUIT 会社概要-採用情報 */
.section_company-recruit {
  display: flex;
  justify-content: center;
}
.company, .recruit {
  width: 360px;
  height: 200px;
  padding: 28px 35px;
  letter-spacing: 0.02em;
}
.company {
  background: url("../images/top/company/company_bg.jpg") left top / cover no-repeat;
  margin-right: 53px;
}
.recruit {
  background: url("../images/top/recruit/recruit_bg.jpg") left top / cover no-repeat;
}
.company h3, .recruit h3 {
  font-size: 1.5rem;
  font-weight: 400;
  padding-bottom: 20px;
}
.company p, .recruit p {
  text-align: left;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width:767px) {
  .section_company-recruit {
    flex-direction: column;
    align-items: center;
  }
  .company, .recruit {
    width: clamp(310px, 17.138rem + 11.19vw, 360px);
    height: clamp(178px, 10.143rem + 4.91vw, 200px);
    padding: clamp(20px, 0.892rem + 1.79vw, 28px) 0;
  }
  .company {
    margin-bottom: clamp(30px, 0.98rem + 4.47vw, 50px);
    margin-right: 0;
  }
  .company a, .recruit a {
    display: block;
    margin: 0 auto;
    width: clamp(250px, 13.835rem + 8.95vw, 290px);
  }
  .company h3, .recruit h3 {
    font-size: clamp(1.125rem, 0.857rem + 1.34vw, 1.5rem);
    padding-bottom: clamp(15px, 0.714rem + 1.12vw, 20px);
  }
  .company p, .recruit p {
    font-size: clamp(0.75rem, 0.661rem + 0.45vw, 0.875rem);
  }
}
/* フッター */
.footer {
  margin: 0 auto;
  clear: both;
}
.footer_outer::before {
  content: "";
  height: 10px;
}
.footer_inner {
  padding-top: 30px;
}
.footer_nav {
  display: flex;
  justify-content: center;
  padding: 35px 0 60px;
  position: relative;
  background-color: #f5f5f5;
}
.footer_nav_list {
  border-left: 1px solid #84e5de;
  padding-left: 20px;
  width: 230px;
  padding-bottom: 14px;
}
.footer_nav_list_wide {
  width: 300px;
}
.footer_nav_list_narrow {
  width: 150px;
}
.footer_nav_item {
  margin-bottom: 13px;
  line-height: 1;
}
.footer_nav_item a {
  font-size: 0.875rem;
  font-weight: 600;
  color: #666;
}
.footer_nav_suvItem {
  margin-top: 13px;
  line-height: 1;
}
.footer_nav_suvItem a {
  font-size: 0.875rem;
  font-weight: 400;
  color: #666;
}
.footer_nav_suvItem::before {
  content: "・";
  color: #03b9ac;
  margin: 0 1px 0 -2px;
}
.footer_foot_outer {
  width: 100vw;
  background-color: #c2d3d2;
}
.footer_foot {
  display: flex;
  justify-content: space-between;
  padding: 22px 32px 22px 22px;
  margin: 0 auto;
}
.footer_foot_logo {
  width: 274px;
  margin-left: 15px;
}
.footer_foot_logo img {
  width: 100%;
}
.footer_foot_link {
  display: flex;
}
.footer_foot_link_item {
  font-size: 0.875rem;
  margin: 0 0 18px 8px;
}
.footer_foot_link_item span {
  margin-left: 8px;
}
.footer_foot_link-copyright {
  text-align: right;
  font-size: 0.75rem;
  color: #444;
  letter-spacing: 0.06em;
}
.footer_foot_link {
  display: flex;
}
@media screen and (max-width:1023px) {
  .footer_inner {
    padding-top: 0px;
  }
  .footer_nav {
    padding: clamp(30px, 0.939rem + 1.95vw, 35px) 0 clamp(40px, -1.245rem + 7.81vw, 60px);
  }
  .footer_nav_list {
    padding-left: clamp(15px, 0.001rem + 1.95vw, 20px);
    width: clamp(150px, -5.605rem + 31.25vw, 230px);
  }
  .footer_nav_list_wide {
    width: clamp(230px, 1.267rem + 27.34vw, 300px);
  }
  .footer_nav_list_narrow {
    width: clamp(100px, -3.113rem + 19.53vw, 150px);
  }
  .footer_foot {
    padding: 22px 23px 22px 12px;
  }
}
@media (max-width: 767px) {
  .footer_nav {
    flex-wrap: wrap;
    padding: clamp(20px, 0.803rem + 2.24vw, 30px) 0 clamp(32px, 1.642rem + 1.79vw, 40px);
  }
  .footer_nav_list, .footer_nav_list_wide, .footer_nav_list_narrow {
    width: clamp(145px, 4.66rem + 22.01vw, 250px);
    padding-left: clamp(5px, 0.134rem + 0.89vw, 9px);
    margin-bottom: clamp(35px, 0.625rem + 7.81vw, 70px);
    padding-bottom: 0;
  }
  .footer_nav_list:nth-child(3), .footer_nav_list:nth-child(4) {
    margin-bottom: 0;
  }
  .footer_nav_item {
    margin-bottom: 8px;
  }
  .footer_nav_item a span {
    font-size: clamp(0.625rem, 0.446rem + 0.89vw, 0.875rem);
  }
  .footer_nav_suvItem {
    font-size: 0.5rem;
  }
  .footer_nav_suvItem a {
    font-size: clamp(0.625rem, 0.446rem + 0.89vw, 0.875rem);
  }
  .footer_foot {
    flex-direction: column;
    padding: clamp(12.5px, 0.223rem + 2.79vw, 25px) 0 clamp(7.5px, 0.134rem + 1.67vw, 15px) clamp(12.5px, 0.223rem + 2.79vw, 25px)
  }
  .footer_foot_logo {
    margin-left: 0;
    margin-bottom: clamp(11.5px, 0.205rem + 2.57vw, 23px);
  }
  .footer_foot_logo {
    order: 2;
    width: clamp(137px, 2.446rem + 30.58vw, 274px);
  }
  .footer_foot_link-copyright {
    display: contents;
    font-size: clamp(0.5rem, 0.321rem + 0.89vw, 0.75rem);
  }
  .footer_foot_link {
    order: 1;
  }
  .footer_foot_link_item {
    margin: 0 0 clamp(9px, 0.16rem + 2.01vw, 18px) clamp(3px, -0.036rem + 1.12vw, 8px);
  }
  .footer_foot_link_item:first-child {
    margin-left: 0;
  }
  .footer_foot_link_item a {
    font-size: clamp(0.563rem, 0.339rem + 1.12vw, 0.875rem);
  }
  .footer_foot_link_item span {
    margin-left: clamp(3px, -0.036rem + 1.12vw, 8px);
    font-size: clamp(0.563rem, 0.339rem + 1.12vw, 0.875rem);
  }
  .footer_copyright {
    order: 3;
    text-align: center;
  }
}
/* ページトップ */
.pageTop {
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 1000;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #038088;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.3;
}
.pageTop img {
  display: inline-block;
  padding-top: 16px;
  margin-bottom: 4px;
}
@media screen and (max-width:1023px) {
  .pageTop {
    width: clamp(43px, 1.466rem + 6.11vw, 86px);
    height: clamp(43px, 1.466rem + 6.11vw, 86px);
    font-size: clamp(0.375rem, 0.204rem + 0.85vw, 0.75rem);
  }
  .pageTop img {
    width: clamp(7.5px, 0.133rem + 1.68vw, 15px);
    padding-top: clamp(8px, 0.272rem + 1.14vw, 16px);
    margin-bottom: clamp(2px, 0.068rem + 0.28vw, 4px);
  }
}