@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #3E3A39;
  font-size: 16px;
  line-height: 1.8125;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  /* &.open{
    #header{
      .top{
        z-index: unset;
      }
    }
  } */
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #7E308D;
  font-weight: 400;
  text-decoration: underline;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  color: #7E308D;
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 20px;
  /* line-height: 1.8; */
  line-height: 1.6;
}

/* ----------------------------------------------
news
------------------------------------------------- */
#newscategory {
  margin-left: calc((100% - 1200px) / 2);
  margin-bottom: 40px;
  padding-right: 10px;
}
#newscategory ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 3.2374100719%;
}
#newscategory ul li a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 50px;
  border: 1px solid #A3A3A3;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #000;
  padding: 0 5px;
}
#newscategory ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 1217px) {
  #newscategory {
    margin-left: 10px;
  }
}
@media (max-width: 999px) {
  #newscategory {
    margin-bottom: 30px;
  }
  #newscategory ul li a {
    min-width: 170px;
    min-height: 45px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #newscategory {
    margin-bottom: 20px;
  }
  #newscategory ul li a {
    min-width: 140px;
    min-height: 40px;
  }
}

#news .contents article {
  display: flex;
  flex-direction: column;
}
#news .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#news .contents article a:hover {
  opacity: 0.6;
}
#news .contents article .image {
  margin-bottom: 21px;
}
#news .contents article .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
#news .contents article .cate {
  margin-bottom: 13px;
}
#news .contents article .cate a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  min-height: 22px;
  border-radius: 11px;
  border: 1px solid #7E308D;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #7E308D;
  padding: 0 5px;
}
#news .contents article .title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.1em;
  color: #3E3A39;
  margin-bottom: 10px;
}
#news .contents article time {
  margin-top: auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 2.3333333333;
  letter-spacing: 0.1em;
  color: #A3A3A3;
}
@media (max-width: 999px) {
  #news .contents {
    margin-bottom: 25px;
  }
  #news .contents article .image {
    margin-bottom: 15px;
  }
  #news .contents article .cate {
    margin-bottom: 10px;
  }
  #news .contents article .cate a {
    min-width: 80px;
  }
  #news .contents article .title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #news .contents {
    margin-bottom: 20px;
  }
  #news .contents article .image {
    margin-bottom: 10px;
  }
  #news .contents article .cate a {
    min-width: 70px;
    min-height: 20px;
  }
  #news .contents article time {
    font-size: 10px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  border-bottom: 1px solid #fff;
}
#header .top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: -1;
}
#header .top.m_fixed {
  border-bottom-color: #3E3A39;
  background-color: #fff;
}
#header .top.m_fixed .logo {
  border-right-color: #3E3A39;
}
#header .top.m_fixed .logo a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header .top.m_fixed #gnav > ul > li:not(.recruit) a {
  color: #3E3A39;
}
#header .top.m_fixed #gnav > ul > li.parent::after {
  color: #3E3A39;
}
#header .top.m_fixed #gnav > ul.links {
  display: none;
}
#header .top.m_fixed #gnav > ul:not(:last-child) {
  border-bottom-color: #3E3A39;
}
#header .logo {
  border-right: 1px solid #fff;
}
#header .logo a {
  display: block;
  padding: 40px 50px 42px 40px;
}
#header .logo img {
  max-width: 225px;
}
#header #gnav {
  flex: 1;
}
#header #gnav > ul {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 13px 40px 13px 0;
  -moz-column-gap: 46px;
       column-gap: 46px;
}
#header #gnav > ul.links {
  -moz-column-gap: 17px;
       column-gap: 17px;
}
#header #gnav > ul.links li a {
  font-size: 12px;
}
#header #gnav > ul > li a {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #fff;
}
#header #gnav > ul > li.recruit a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  background-color: #7E308D;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #fff;
}
#header #gnav > ul > li.recruit a:hover {
  background-color: #000;
  opacity: 1;
}
#header #gnav > ul > li.parent {
  display: flex;
  align-items: center;
}
#header #gnav > ul > li.parent::after {
  content: "/";
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  margin: 0 12px;
}
#header #gnav > ul > li ul {
  display: flex;
  order: 1;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
#header #gnav > ul > li ul li a {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
#header #gnav > ul:not(:last-child) {
  border-bottom: 1px solid #fff;
}
@media (max-width: 1100px) {
  #header #gnav > ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding-right: 20px;
  }
  #header #gnav > ul > li a {
    font-size: 12px;
  }
  #header #gnav > ul > li ul li a {
    font-size: 10px;
  }
  #header #gnav > ul > li.recruit a {
    width: 120px;
    height: 35px;
    font-size: 14px;
  }
  #header #gnav > ul.links li a {
    font-size: 10px;
  }
}
@media (max-width: 999px) {
  #header .logo a {
    padding: 10px;
  }
  #header #gnav > ul {
    justify-content: flex-start;
    padding: 0;
  }
  #header #gnav > ul > li.parent {
    display: unset;
  }
  #header #gnav > ul > li.parent::after {
    display: none;
  }
  #header #gnav > ul > li.recruit a {
    width: unset;
    height: unset;
    background-color: unset;
    border-radius: unset;
    justify-content: flex-start;
  }
  #header #gnav > ul > li.recruit a:hover {
    background-color: unset;
    opacity: 0.6;
  }
  #header #gnav > ul > li ul {
    flex-wrap: wrap;
    row-gap: 5px;
  }
  #header #gnav > ul:not(:first-child) {
    display: none;
  }
  #header #gnav > ul:not(:last-child) {
    border: unset;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease-out;
}
#pagetop:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  #pagetop {
    bottom: 55px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

/*マウスオーバー時画像切り替え

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  a {
    position: relative;
    display: block;
    width: 40px;
    height: 17px;
    img {
      @include transition();
      position: absolute;
      top: 0;
      &:last-child {
        opacity: 0;
      }
    }
    &:hover img:first-child {
      opacity: 0;
    }
    &:hover img:last-child {
      opacity: 1;
    }
  }
  @include sp {
   //display: none !important;
   bottom: 55px;
    right: 10px;
    width: 40px;
      height: 40px;
    a {

    }
  }
}

*/
/*フッター部分に固定
#pagetop {
  position: absolute;
  top: -30px;
  right: -90px;
  z-index: 3;
  width: 60px;
  height: 60px;
  @include opacity();
  @media (max-width: 1250px){
    right: 20px;
  }
  @include sp {
    //display: none !important;
    top: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
    a {
    }
  }
}
*/
/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background-color: #F2F2F2;
  padding: 95px 0;
  position: relative;
}
#footer .pagetop {
  position: absolute;
  right: 200px;
  top: -30px;
}
#footer .pagetop a {
  width: 62px;
  aspect-ratio: 1/1;
  background-color: #7E308D;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
#footer .pagetop img {
  max-width: 16px;
}
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .company-logo {
  max-width: 225px;
  margin-bottom: 49px;
  margin-left: calc((100% - 1200px) / 2);
}
#footer .center {
  padding: 60px calc((100% - 1200px) / 2) 50px;
  border-top: 0.5px solid #898989;
  border-bottom: 0.5px solid #898989;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#footer .center .data {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #3E3A39;
  margin-bottom: 21px;
}
#footer .center .data p:not(:last-child) {
  margin-bottom: 14px;
}
#footer .center .data a {
  font-weight: 400;
  color: #3E3A39;
}
#footer .center .icon {
  max-width: 21px;
}
#footer .center #fnav {
  margin-left: auto;
}
#footer .center #fnav > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 114px;
}
#footer .center #fnav > ul li a {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 1.6;
  color: #3E3A39;
}
#footer .center #fnav > ul li ul {
  margin-top: 15px;
}
#footer .center #fnav > ul li ul li a {
  color: #8C8D8D;
  line-height: 2.4615384615;
}
#footer .bottom {
  max-width: 1220px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 24px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#footer .bottom .links ul {
  display: flex;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
#footer .bottom .links ul li a {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.075em;
  color: #3E3A39;
}
#footer .bottom .logos {
  flex: 1;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 30px;
  /* .sdgs{
    max-width: 146px;
  }
  .health{
    max-width: 110px;
  } */
}
#footer .bottom .logos img {
  width: auto;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .copyright {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.075em;
  color: #3E3A39;
  margin-left: calc((100% - 1200px) / 2);
  padding-right: 10px;
}
@media (max-width: 1217px) {
  #footer .company-logo {
    margin-left: 10px;
  }
  #footer .center {
    padding: 60px 10px 50px;
  }
  #footer .copyright {
    margin-left: 10px;
  }
}
@media (max-width: 999px) {
  #footer {
    padding: 70px 0;
  }
  #footer .pagetop {
    right: 20px;
  }
  #footer .company-logo {
    margin-bottom: 30px;
  }
  #footer .center {
    padding: 40px 10px;
  }
  #footer .center #fnav > ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #footer .bottom .links ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #footer .bottom .logos {
    /* column-gap: 40px; */
  }
  #footer .bottom .logos img {
    height: 60px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 50px 0;
  }
  #footer .pagetop {
    top: -20px;
  }
  #footer .pagetop a {
    width: 40px;
  }
  #footer .company-logo {
    margin: 0 auto 25px;
  }
  #footer .center {
    padding: 30px 10px;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #footer .center .data {
    font-size: 10px;
    margin-bottom: 10px;
  }
  #footer .center .data p:not(:last-child) {
    margin-bottom: 10px;
  }
  #footer .center #fnav {
    margin-left: unset;
  }
  #footer .center #fnav > ul {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #footer .center #fnav > ul li a {
    font-size: 11px;
  }
  #footer .bottom {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    margin-bottom: 10px;
  }
  #footer .bottom .links ul {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #footer .bottom .logos {
    -moz-column-gap: 20px;
         column-gap: 20px;
    /* margin-left: unset; */
    /* .sdgs{
      max-width: 120px;
    }
    .health{
      max-width: 90px;
    } */
    justify-content: center;
  }
  #footer .bottom .logos img {
    height: 40px;
  }
  #footer .copyright {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */