@charset "UTF-8";
/* 改行 */
.inline--block {
  display: inline-block;
}
.inline--block.contents--mobile {
  display: contents;
}
@media screen and (min-width: 768px) {
  .inline--block.contents--mobile {
    display: inline-block;
  }
}

.figure {
  margin-bottom: 0;
}

.bread-crumbs {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .bread-crumbs {
    justify-content: flex-start;
    margin-top: 30px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .bread-crumbs {
    padding-left: 40px;
  }
}

.bread-crumbs__wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
}

.bread-crumbs__wrap .home,
.bread-crumbs__wrap .post-page,
.bread-crumbs__wrap .post-post,
.bread-crumbs__wrap .category,
.bread-crumbs__wrap .post-recruit-archive,
.bread-crumbs__wrap .current-item {
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  position: relative;
}
.bread-crumbs__wrap .home:not(:first-child),
.bread-crumbs__wrap .post-page:not(:first-child),
.bread-crumbs__wrap .post-post:not(:first-child),
.bread-crumbs__wrap .category:not(:first-child),
.bread-crumbs__wrap .post-recruit-archive:not(:first-child),
.bread-crumbs__wrap .current-item:not(:first-child) {
  margin-left: 5px;
  padding-left: 20px;
}
.bread-crumbs__wrap .home:not(:first-child)::before,
.bread-crumbs__wrap .post-page:not(:first-child)::before,
.bread-crumbs__wrap .post-post:not(:first-child)::before,
.bread-crumbs__wrap .category:not(:first-child)::before,
.bread-crumbs__wrap .post-recruit-archive:not(:first-child)::before,
.bread-crumbs__wrap .current-item:not(:first-child)::before {
  content: "";
  width: 12px;
  height: 1px;
  background: #676767;
  position: absolute;
  top: 50%;
  left: 0;
}
.bread-crumbs__wrap .home {
  color: #487ec8;
}
.bread-crumbs__wrap .bread-crumbs__link--sub {
  color: #d83131;
}
.bread-crumbs__wrap .post-page a,
.bread-crumbs__wrap .post-post a,
.bread-crumbs__wrap .category a,
.bread-crumbs__wrap .post-recruit-archive a {
  color: #487ec8;
}

.main-title {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .main-title {
    position: relative;
    overflow: hidden;
    min-height: 120px;
    margin-top: 50px;
  }
}

.main-title__bg-text {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-family: "Josefin Sans", sans-serif;
  color: #f4f8fa;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .main-title__bg-text {
    position: absolute;
    font-size: 100px;
    letter-spacing: 0.12em;
    word-break: break-all;
    min-width: 1100px;
  }
}

.main-title__bg-text--sub {
  color: #fdf7f7;
  width: 100%;
}

.main-title__text {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -7px;
  /* 小要素の先頭文字が左にずれている分を調整 */
  padding-left: 4px;
}
@media screen and (min-width: 768px) {
  .main-title__text {
    position: absolute;
    bottom: 0.5em;
    margin-top: 5px;
  }
}

.main-title__text-wrap {
  display: inline-block;
  position: relative;
  height: 1em;
  width: 1em;
  padding-left: 4px;
}
.main-title__text-wrap:not(:first-child) {
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .main-title__text-wrap:not(:first-child) {
    margin-left: 28px;
  }
}

.main-title__text-letter {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .main-title__text-letter {
    top: 0;
    left: 0;
    font-size: 35px;
  }
}

.main-title__text-letter-bg {
  content: "";
  position: absolute;
  background: #487ec8;
  border-radius: 2px;
  top: 0;
  left: 0;
  z-index: 2;
  width: 1em;
  height: 1em;
  /* スクエアが文字の天地中央に見えるよう微調整 */
  margin-top: -4px;
  margin-left: -4px;
}
@media screen and (min-width: 768px) {
  .main-title__text-letter-bg {
    width: 1.6em;
    height: 1.6em;
    border-radius: 5px;
    margin-top: -6px;
    margin-left: -8px;
  }
}

.main-title__text-letter-bg--sub {
  background: #d83131;
}

.front-pge__fv .main-title__text-wrap {
  display: inline-block;
  position: relative;
  height: 1em;
  width: 1em;
  padding-left: 4px;
}
@media screen and (min-width: 768px) {
  .front-pge__fv .main-title__text-wrap {
    padding-left: 8px;
  }
}
.front-pge__fv .main-title__text-wrap:not(:first-child) {
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .front-pge__fv .main-title__text-wrap:not(:first-child) {
    margin-left: 24px;
  }
}
.front-pge__fv .main-title__text-letter {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .front-pge__fv .main-title__text-letter {
    top: 5px;
    left: 5px;
    font-size: 35px;
  }
}

.sub-title__text {
  font-size: 25px;
  letter-spacing: 6px;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .sub-title__text {
    font-size: 35px;
  }
}

.sub-title__text--small {
  letter-spacing: 5px;
}
@media screen and (min-width: 768px) {
  .sub-title__text--small {
    font-size: 30px;
  }
}

.sub-title__en-text {
  display: block;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 2px;
  font-weight: bold;
  color: #487ec8;
}
@media screen and (min-width: 768px) {
  .sub-title__en-text {
    font-size: 17px;
    line-height: 1.6;
  }
}

.sub-title__en-text--small {
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .sub-title__en-text--small {
    font-size: 14px;
  }
}

.sub-title__en-text--sub {
  color: #d83131;
}

.section__title {
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.16em;
  color: #487ec8;
  background-image: url(../img/common/ttl_curb_repeat.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 5px;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 30px;
    line-height: 43px;
    background-size: 10px;
  }
}
.section__title .section__sub-title {
  font-size: 10px;
  line-height: 14px;
}
@media screen and (min-width: 768px) {
  .section__title .section__sub-title {
    font-size: 17px;
    line-height: 25px;
  }
}

.button__wrap {
  background-color: #487ec8;
  border-radius: 3px;
}

.button__wrap--primary {
  background-color: #487ec8;
}

.button__wrap--light {
  background-color: #fff;
}

.button__wrap--dark {
  background-color: #333;
}

.button__wrap--white {
  background-color: #fff;
}

.button__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: opacity 0.5s;
}
.button__inner:hover {
  opacity: 0.5;
}

.button__inner--primary {
  color: #fff;
}

.button__inner--light {
  color: #487ec8;
}

.button__inner--dark {
  color: #fff;
}

.button__inner--jcfs {
  justify-content: flex-start;
}

.button__text {
  font-size: 12px;
}

.button__arrow {
  display: inline-block;
  padding: 8px 32px 8px 16px;
  background-position: center right 12px;
  background-repeat: no-repeat;
}
.button__arrow:hover {
  cursor: pointer;
}

.button__arrow--light {
  background-color: #fff;
  border: 1px solid #487ec8;
  border-radius: 3px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKBAMAAACK4lk+AAAAJ1BMVEUAAABJecJGgMVKgMpHesxIfshIfsdJfshIfshJfsdIfshIfsj///+0a5FVAAAAC3RSTlMAFRYYGcPKzNLT1+aw2QAAAAABYktHRAyBs1FjAAAAKklEQVQI12MIV2BgYMieBCQkdjkwMDB2LwEyNXcqQAjG7sUgCQOoEpBiAO4FCWBFHkLLAAAAAElFTkSuQmCC);
  color: #487ec8;
}

.button__arrow--light-rev {
  background-color: #fff;
  border: 1px solid #487ec8;
  border-radius: 3px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAKBAMAAACK4lk+AAAAJ1BMVEUAAABJecJGgMVKgMpHesxIfshIfsdJfshIfshJfsdIfshIfsj///+0a5FVAAAAC3RSTlMAFRYYGcPKzNLT1+aw2QAAAAABYktHRAyBs1FjAAAAKklEQVQI12MIV2BgYMieBCQkdjkwMDB2LwEyNXcqQAjG7sUgCQOoEpBiAO4FCWBFHkLLAAAAAElFTkSuQmCC);
  color: #487ec8;
}

.button__arrow--primary {
  background-color: #487ec8;
  border: 1px solid #487ec8;
  border-radius: 3px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAABmJLR0QA/wD/AP+gvaeTAAAASUlEQVQYlWP4//+/5////30YsIH///9/+P///7////9nYZPMgEriVJCKpCAXm4IsQias/A8Bf////69DWCeanTnEuZaQP3GGEABUzYsRukPPdAAAAABJRU5ErkJggg==);
  color: #fff;
}

.button__arrow--white-rev {
  background-color: #fff;
  border: 1px solid #487ec8;
  border-radius: 3px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALBAMAAABBvoqbAAAALVBMVEUAAABGgMtJfsdGgMlJfsdHfclIfchHfclJfsdIf8lIfshIfshIfshIfsj///9AWTcJAAAADXRSTlMALElMZWhqbG2p8P3+g+hbUgAAAAFiS0dEDm+9ME8AAAAvSURBVAjXY2BgYFZgYGDIWcDAwHYmgIHB5ziIkcDAIH2TAcpi8DnBAJUFqwPqAAAS+goiPvSy5gAAAABJRU5ErkJggg==);
  color: #487ec8;
  padding: 8px 16px 8px 32px;
  background-position: center left 12px;
}

#cookie-notice .cookie-notice-container .cn-button:not(.cn-button-custom) {
  color: #fff;
}

.wp-pagenavi {
  width: 90%;
  max-width: 480px;
  margin: 40px auto 60px;
  display: flex;
  justify-content: center;
  gap: 35%;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin: 80px auto;
  }
}
.wp-pagenavi .previouspostslink {
  position: relative;
  width: 100%;
  max-width: 130px;
  padding: 15px 25px 15px 58px;
  background: #fff;
  border: 2px solid #487ec8;
  border-radius: 5px;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.12em;
  color: #487ec8;
}
.wp-pagenavi .previouspostslink::before {
  position: absolute;
  top: 22px;
  left: 25px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #487ec8;
  border-right: 2px solid #487ec8;
  transform: rotate(-135deg);
}
.wp-pagenavi .nextpostslink {
  position: relative;
  width: 100%;
  max-width: 130px;
  padding: 15px 58px 15px 25px;
  background: #fff;
  border: 2px solid #487ec8;
  border-radius: 5px;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.12em;
  color: #487ec8;
}
.wp-pagenavi .nextpostslink::before {
  position: absolute;
  top: 22px;
  right: 25px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #487ec8;
  border-right: 2px solid #487ec8;
  transform: rotate(45deg);
}

.contact__detail {
  display: flex;
  justify-content: center;
}

.contact__item {
  width: 100%;
  padding: 20px 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__item {
    padding: 35px;
    width: 33.3vw;
  }
}

.contact__item--product {
  background-color: #f4f8fa;
}

.contact__item--other {
  background-color: #487ec8;
}

.contact__title {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  height: 91px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 15px;
    height: 111px;
  }
}
.contact__title::before {
  content: "";
  display: block;
  background: #487ec8 url("../img/common/icn_contact_mail_white.svg") center center no-repeat;
  background-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .contact__title::before {
    width: 50px;
    height: 50px;
    background-size: 50%;
  }
}

.contact__title--white {
  color: #fff;
}
.contact__title--white::before {
  background: #fff url("../img/common/icn_contact_mail_blue.svg") center center no-repeat;
  background-size: 18px;
}
@media screen and (min-width: 768px) {
  .contact__title--white::before {
    background-size: 50%;
  }
}

.contact__btn {
  font-size: 10px;
  max-width: 110px;
  margin: 0 auto;
}
.contact__btn .button__text {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .contact__btn {
    max-width: 180px;
    padding: 2px 0;
  }
}

.header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 1100px) {
  .header-container {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header-container.is-active {
    background: #487ec8;
  }
}

.header-logo {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 100%;
    max-width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .header-logo {
    max-width: 170px;
  }
}
@media screen and (min-width: 1100px) {
  .header-logo {
    max-width: none;
  }
}

@media screen and (min-width: 768px) {
  .header-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .header-navigation-inner {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 10;
    width: calc(100% - 60px);
    height: 110vh;
    padding: 20px;
    background: #000;
    opacity: 0.9;
    transition: 0.5s;
  }
}
@media screen and (min-width: 768px) {
  .header-navigation-inner {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .header-navigation__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.header-navigation__list-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
}
.header-navigation__list-item > a {
  display: block;
}
@media screen and (max-width: 767px) {
  .header-navigation__list-item > a {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .header-navigation__list-item > a {
    font-size: 12px;
    padding: 5px 5px;
  }
  .header-navigation__list-item > a:hover {
    opacity: 0.7;
    transition: opacity 0.5s ease-out;
  }
}
@media screen and (min-width: 1100px) {
  .header-navigation__list-item > a {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .header-navigation__btn-wrap {
    display: flex;
    align-items: stretch;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .header-navigation__btn-wrap {
    padding-left: 30px;
  }
}

.header-navigation__btn {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
}
.header-navigation__btn > a {
  display: block;
}
@media screen and (max-width: 767px) {
  .header-navigation__btn > a {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .header-navigation__btn > a {
    text-align: center;
    padding: 40px 10px 20px;
    color: #fff;
  }
}
@media screen and (min-width: 1100px) {
  .header-navigation__btn > a {
    width: 96px;
    padding: 40px 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .header-navigation__btn--contact {
    background: #487ec8 url('data:image/svg+xml;utf8,<svg width="13" height="11" viewBox="0 0 13 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.3945 0.832031H2.0612C1.41953 0.832031 0.900365 1.35703 0.900365 1.9987L0.894531 8.9987C0.894531 9.64037 1.41953 10.1654 2.0612 10.1654H11.3945C12.0362 10.1654 12.5612 9.64037 12.5612 8.9987V1.9987C12.5612 1.35703 12.0362 0.832031 11.3945 0.832031ZM11.3945 8.9987H2.0612V3.16536L6.72786 6.08203L11.3945 3.16536V8.9987ZM6.72786 4.91536L2.0612 1.9987H11.3945L6.72786 4.91536Z" fill="white"/></svg>') center 30% no-repeat;
    transition: 0.25s ease-in-out;
  }
}
.header-navigation__btn--contact:hover {
  background-color: #5891DF;
}

@media screen and (min-width: 768px) {
  .header-navigation__btn--recruit {
    background: #333 url('data:image/svg+xml;utf8,<svg width="15" height="12" viewBox="0 0 15 12" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="4.03915" cy="2.97384" r="1.95294" stroke="white" stroke-width="1.04157"/><path d="M0.523713 8.70246C0.523713 6.61722 2.21414 4.92679 4.29939 4.92679C6.38464 4.92679 8.07507 6.61722 8.07507 8.70247V10.9158H0.523713V8.70246Z" stroke="white" stroke-width="1.04157"/><circle cx="9.76766" cy="2.97396" r="1.95294" stroke="white" stroke-width="1.04157"/><path d="M6.25223 8.70259C6.25223 6.61734 7.94266 4.92691 10.0279 4.92691C12.1132 4.92691 13.8036 6.61734 13.8036 8.70259V10.9159H6.25223V8.70259Z" stroke="white" stroke-width="1.04157"/></svg>') center 30% no-repeat;
    transition: 0.25s ease-in-out;
  }
}
.header-navigation__btn--recruit:hover {
  background-color: #d83131;
}

.header-navigation-inner-sp {
  width: 100%;
  height: calc(100svh - 60px);
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 100;
  display: none;
  transition: all 1s;
  overflow-y: scroll;
}

.is-active .header-navigation-inner-sp {
  display: block;
}

.header-navigation-sp__list {
  padding: 30px;
}

.header-navigation-sp__list-item:not(:first-child) {
  margin-top: 25px;
}

.header-navigation-sp__item-title {
  color: #487ec8;
  font-size: 18px;
  border-bottom: 1px solid #487ec8;
  position: relative;
}
.header-navigation-sp__item-title > a {
  color: #487ec8;
}
.header-navigation-sp__item-title::before {
  content: "";
  display: block;
  background: #487ec8;
  width: 15px;
  height: 2px;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  transition: transform 0.5s;
}
.header-navigation-sp__item-title::after {
  content: "";
  display: block;
  background: #487ec8;
  width: 15px;
  height: 2px;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  transform: rotate(90deg);
  transition: transform 0.5s;
}
.header-navigation-sp__item-title.is-active::before {
  transform: rotate(90deg);
  display: none;
}
.header-navigation-sp__item-title.is-active::after {
  transform: rotate(180deg);
}
.header-navigation-sp__item-title.is-active ~ .header-navigation-sp__item-anchor-list {
  display: block;
}
.header-navigation-sp__item-title.header-navigation-sp__item-title--link::before {
  transform: rotate(135deg);
  width: 12px;
  height: 2px;
  top: calc(50% - 2px);
}
.header-navigation-sp__item-title.header-navigation-sp__item-title--link::after {
  transform: rotate(45deg);
  width: 12px;
  height: 2px;
  top: calc(50% - 9px);
}

.header-navigation-sp__item-sub {
  display: block;
  font-size: 10px;
  padding: 5px 0;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif;
}

.header-navigation-sp__item-anchor-item {
  position: relative;
  font-size: 14px;
  line-height: 2;
  padding-left: 20px;
}
.header-navigation-sp__item-anchor-item > a {
  color: #9d9d9d;
}
.header-navigation-sp__item-anchor-item::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  background: #9d9d9d;
  top: 50%;
  left: 0;
}

.header-navigation-sp__item-anchor-list {
  margin-top: 20px;
}

.header-navigation-sp__item-anchor-item:not(:first-child) {
  margin-top: 8px;
}

.header-navigation-sp__btn-wrap {
  width: 100%;
}

.header-sp-drawer__icon {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header-sp-drawer__icon {
    display: none;
  }
}

.header-sp-drawer__icon > i,
.header-sp-drawer__icon > i::before,
.header-sp-drawer__icon > i::after {
  content: "";
  display: block;
  height: 2px;
  width: 15px;
  border-radius: 2px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

.header-sp-drawer__icon > i::before {
  bottom: 5px;
}

.header-sp-drawer__icon > i::after {
  top: 5px;
}

.header-sp-drawer__icon.is-active > i {
  background: #487ec8;
}
.header-sp-drawer__icon.is-active > i::before {
  bottom: 0;
  transform: rotate(45deg);
  background: #fff;
}
.header-sp-drawer__icon.is-active > i::after {
  top: 0;
  transform: rotate(-45deg);
  background: #fff;
}

.footer__container {
  box-shadow: 8px 0px 18px rgba(188, 188, 188, 0.25);
}
@media screen and (min-width: 768px) {
  .footer-contact__wrap {
    display: flex;
    justify-content: space-between;
  }
}

.footer-contact__overview {
  display: flex;
  justify-content: center;
  padding: 35px 20px 45px;
}
@media screen and (min-width: 768px) {
  .footer-contact__overview {
    width: 33.3vw;
    padding: 55px 20px 0;
  }
}

.footer-contact__overview-tel {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  padding-left: 25px;
  background: url("../img/common/icn_contact_tel.svg") center left no-repeat;
}
@media screen and (max-width: 767px) {
  .footer-contact__overview-tel {
    background-size: 17px;
  }
}
@media screen and (min-width: 768px) {
  .footer-contact__overview-tel {
    font-size: 20px;
    letter-spacing: 0.04em;
    margin-top: 13px;
    padding-left: 27px;
  }
}

.footer-contact__overview-time {
  margin-top: 5px;
  font-size: 10px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .footer-contact__overview-time {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .footer-corporate {
    display: flex;
    justify-content: space-between;
    max-width: 1320px;
    width: 90%;
    margin: 0 auto;
  }
}

.footer-corporate__wrap {
  padding: 45px 20px 20px;
}
@media screen and (min-width: 1200px) {
  .footer-corporate__wrap {
    padding: 30px 0;
  }
}

.footer-corporate__logo {
  display: flex;
  justify-content: center;
}
.footer-corporate__logo > img {
  max-width: 78%;
}
@media screen and (min-width: 1200px) {
  .footer-corporate__logo > img {
    max-width: 100%;
  }
}

.footer-corporate__address {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .footer-corporate__address {
    justify-content: flex-start;
  }
}

.footer-corporate__info {
  margin-top: 20px;
  line-height: 1;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1200px) {
  .footer-corporate__info {
    margin-top: 25px;
    font-size: 13px;
  }
}

.footer-corporate__info-item {
  display: inline-block;
}

@media screen and (min-width: 1200px) {
  .footer-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.footer-navigation__list {
  margin-top: 10px;
  padding: 0 20px 0;
}
@media screen and (min-width: 1200px) {
  .footer-navigation__list {
    margin-top: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
  }
}

.footer-navigation__list-item {
  display: block;
  padding: 11px 0;
  border-top: 1px solid #f4f4f4;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
}
.footer-navigation__list-item:last-child {
  border-bottom: 1px solid #f4f4f4;
}
@media screen and (min-width: 1200px) {
  .footer-navigation__list-item {
    padding: 10px;
    border: none;
  }
  .footer-navigation__list-item:last-child {
    border: none;
  }
}

.footer-pr {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .footer-pr {
    margin-top: 0;
    margin-left: 25px;
  }
}

.footer-pr__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-pr__recruit-button {
  margin: 0 20px;
  padding-left: 30px;
  background-image: url('data:image/svg+xml;utf8,<svg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6.50828" cy="3.47507" r="2.66255" stroke="white" stroke-width="1.43169"/><path d="M1.71389 11.3013C1.71389 8.45602 4.02047 6.14944 6.86578 6.14944C9.7111 6.14944 12.0177 8.45602 12.0177 11.3013V14.3195H1.71389V11.3013Z" stroke="white" stroke-width="1.43169"/><circle cx="15.3794" cy="3.47507" r="2.66255" stroke="white" stroke-width="1.43169"/><path d="M10.585 11.3013C10.585 8.45602 12.8916 6.14944 15.7369 6.14944C18.5822 6.14944 20.8888 8.45602 20.8888 11.3013V14.3195H10.585V11.3013Z" stroke="white" stroke-width="1.43169"/></svg>');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px;
}
@media screen and (min-width: 1200px) {
  .footer-pr__recruit-button {
    font-size: 16px;
    padding-left: 35px;
    margin: 3px 12px;
    background-size: initial;
  }
}

.footer-pr__sns-icon {
  display: block;
  margin-left: 20px;
}
@media screen and (min-width: 1200px) {
  .footer-pr__sns-icon {
    margin-left: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .footer-note {
    background: #333;
  }
}

@media screen and (min-width: 1200px) {
  .footer-note__inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1320px;
    position: relative;
  }
}

.footer-note__privacypolicy-sp {
  padding: 20px 0 25px;
  text-align: center;
}
.footer-note__privacypolicy-sp > a {
  color: #ababab;
  text-decoration: underline;
  font-size: 11px;
}
@media screen and (min-width: 1200px) {
  .footer-note__privacypolicy-sp {
    position: absolute;
    font-size: 11px;
    right: 0;
  }
}

.footer-note__copyright {
  padding: 25px;
  line-height: 1;
  letter-spacing: 1.5px;
  font-size: 11px;
  text-align: center;
  background: #333;
  color: #fff;
}

.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.pagetop:hover {
  animation: none;
}

.pagetop__txt {
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.12em;
  color: #487ec8;
}

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

body {
  color: #333;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.12em;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}

p {
  margin: 0;
}

a {
  color: #333;
  text-decoration: none;
}

ul, ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

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

input, button, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.content-area {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .content-area {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hide-pc {
    display: none !important;
  }
}

.is-hidden {
  display: none !important;
}

main {
  padding-top: 60px;
}

.fadeUpTrigger,
.fadeDownTrigger,
.fadeSlidetoLTrigger,
.fadeSlidetoRTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeSlidetoL {
  animation-name: fadeSlidetoLAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeSlidetoLAnime {
  0% {
    opacity: 0;
    transform: translateX(300px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeSlidetoR {
  animation-name: fadeSlidetoRAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeSlidetoRAnime {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animation-delay05 {
  animation-delay: 0.5s;
}

.animation-delay10 {
  animation-delay: 1s;
}

.animation-delay15 {
  animation-delay: 1.5s;
}

.fadeinttl {
  opacity: 0;
  transition: all 1s;
}

.fadeinttl.active {
  opacity: 1;
}

.fadein_scroll {
  opacity: 0;
  transition: all 1s;
}

.fadein_scroll.active {
  opacity: 1;
}

#cookie-notice .cookie-notice-container a {
  text-decoration: underline;
}

pre {
  font-family: "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  white-space: pre-wrap;
}

.company {
  overflow: hidden;
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.philosophy__section {
  padding: 57px 0 80px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .philosophy__section {
    padding: 140px 0 210px;
  }
}

.philosophy__inner {
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .philosophy__inner {
    display: block;
    gap: 32px;
    padding: 0 30px;
  }
}

.philosophy__img-wrapper {
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .philosophy__img-wrapper {
    padding: 0;
    position: absolute;
    top: 140px;
    right: -100px;
    width: 50%;
  }
}

.philosophy__img {
  width: 160%;
  max-width: 800px;
  margin-left: -30%;
}
@media screen and (min-width: 768px) {
  .philosophy__img {
    width: 100%;
    margin-left: 0;
  }
}

.philosophy__txt-area {
  position: relative;
}

.philosophy__txt-wrapper {
  padding: 0 30px;
  max-width: 576px;
}
@media screen and (min-width: 768px) {
  .philosophy__txt-wrapper {
    padding: 0;
  }
}

.philosophy__heading {
  margin-top: 30px;
  font-weight: 900;
  font-size: 25px;
  line-height: 37px;
  letter-spacing: 0.12em;
  color: #487ec8;
}
@media screen and (min-width: 768px) {
  .philosophy__heading {
    font-size: 48px;
    line-height: 70px;
  }
}

.philosophy__txt {
  margin-top: 25px;
  font-weight: 500;
  font-size: 12px;
  line-height: 204%;
  letter-spacing: 0.1em;
  color: #333;
}
@media screen and (min-width: 768px) {
  .philosophy__txt {
    margin-top: 22px;
    font-size: 16px;
    line-height: 180%;
  }
}

.anchors {
  margin: 35px 0 0;
  padding: 20px 30px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  background-color: #f7f9fa;
}
@media screen and (min-width: 768px) {
  .anchors {
    margin-top: 40px;
    max-width: 460px;
    padding: 5px 0;
    gap: 23px;
    background-color: #fff;
  }
}

.anchors__item a {
  position: relative;
  display: block;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 20px;
  line-height: 2.5;
  border-bottom: 1px solid #9D9D9D;
}
.anchors__item a::before {
  position: absolute;
  top: 10px;
  right: 5px;
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
}
.anchors__item a:hover {
  border-bottom-color: #487ec8;
  color: #487ec8;
}
.anchors__item a:hover::before {
  border-bottom: solid 1px #487ec8;
  border-right: solid 1px #487ec8;
}

.c-policy__section {
  position: relative;
  padding-bottom: 30px;
}

.company-policy__contents {
  padding: 50px 30px;
  background: #487ec8;
  border-radius: 0px 50px;
}
@media screen and (min-width: 768px) {
  .company-policy__contents {
    padding: 77px 30px;
  }
}
.company-policy__contents .sub-title__text {
  color: #fff;
  scroll-margin-top: 170px;
}
.company-policy__contents .sub-title__en-text {
  color: #fff;
}

.c-policy__list {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 10px;
}

.c-policy__item {
  padding: 30px 13px;
  background: #fff;
  border-radius: 7px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-policy__item {
    padding: 22px 30px;
  }
}

.policy__no {
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.12em;
  color: #487ec8;
}

.policy__title {
  margin-top: 7px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.12em;
  color: #487ec8;
}

.policy__txt {
  margin-top: 13px;
  font-weight: 500;
  font-size: 13px;
  line-height: 180%;
  letter-spacing: 0.1em;
  color: #333;
}

.message__section {
  padding: 50px 30px 68px;
  background-color: #f4f8fa;
}
@media screen and (min-width: 768px) {
  .message__section {
    padding: 0 30px 148px;
    border-radius: 0 0 90px 90px;
  }
}
.message__section .sub-title__text {
  scroll-margin-top: 170px;
}

.message__inner {
  background-color: #f4f8fa;
}

.message__wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 1000px) {
  .message__wrapper {
    flex-direction: row;
    gap: 100px;
  }
}

.message__img {
  width: 100%;
  max-width: 270px;
  margin: auto;
}
@media screen and (min-width: 1000px) {
  .message__img {
    width: 34%;
    max-width: 380px;
    margin: 0;
  }
}

.message__txt-wrapper {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .message__txt-wrapper {
    width: 58%;
    max-width: 640px;
    margin: 0;
  }
}

.message__heading {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 64px;
  letter-spacing: 0.12em;
  word-break: keep-all;
  color: #487ec8;
}
@media screen and (min-width: 768px) {
  .message__heading {
    font-size: 47px;
    line-height: 82px;
  }
}

.message__sub-heading {
  margin-top: 20px;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.12em;
  color: #487ec8;
}
@media screen and (min-width: 768px) {
  .message__sub-heading {
    margin-top: 14px;
    font-weight: 500;
    font-size: 30px;
    line-height: 43px;
  }
}

.message-txt__inner {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .message-txt__inner {
    margin-top: 40px;
  }
}

.message__txt {
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.12em;
  color: #333;
}
@media screen and (min-width: 768px) {
  .message__txt {
    font-size: 14px;
  }
}

.message__name {
  margin-top: 35px;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.12em;
  color: #333333;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .message__name {
    margin-top: 30px;
    font-size: 19px;
  }
}

.sdgs__section {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .sdgs__section {
    padding-top: 80px;
  }
}
.sdgs__section .sub-title__text {
  word-break: keep-all;
  scroll-margin-top: 170px;
}

.sdgs__title {
  padding: 0 30px;
  margin-top: 72px;
}
@media screen and (min-width: 1024px) {
  .sdgs__title {
    margin-top: 100px;
  }
}

.sustainable__wrapper {
  position: relative;
}

.sdgs__slider {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .sdgs__slider {
    margin-top: 60px;
  }
}
.sdgs__slider .container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.infinite-slider .swiper-slide {
  height: 130px !important;
  width: auto !important;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .infinite-slider .swiper-slide {
    height: 289px !important;
    margin-right: 20px;
  }
}

.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
}

.sustainable__contents {
  margin-top: -162px;
  padding: 140px 30px 72px;
  background-color: #f4f8fa;
}
@media screen and (min-width: 768px) {
  .sustainable__contents {
    margin-top: -170px;
    padding: 140px 30px 50px;
  }
}
@media screen and (min-width: 1024px) {
  .sustainable__contents {
    padding: 140px 30px 120px;
  }
}

.sustainable__list {
  width: 100%;
  max-width: 980px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (min-width: 768px) {
  .sustainable__list {
    flex-direction: row;
    justify-content: space-around;
    gap: 20px;
  }
}

.sustainable__item {
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .sustainable__item {
    padding: 0;
    width: 33%;
    max-width: 230px;
  }
}

.sustainable__title {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding: 8px 18px;
  border: 2px solid #487ec8;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #487ec8;
}
.sustainable__title::before {
  position: absolute;
  top: 25%;
  left: -10px;
  content: "";
  width: 20px;
  height: 45%;
  background-color: #f4f8fa;
}
.sustainable__title::after {
  position: absolute;
  top: 25%;
  right: -10px;
  content: "";
  width: 20px;
  height: 45%;
  background-color: #f4f8fa;
}
.sustainable__title .title__inner {
  display: block;
}
.sustainable__title .title__inner::before {
  position: absolute;
  top: -10px;
  left: 5%;
  content: "";
  width: 90%;
  height: 20px;
  background-color: #f4f8fa;
}
.sustainable__title .title__inner::after {
  position: absolute;
  bottom: -10px;
  left: 5%;
  content: "";
  width: 90%;
  height: 20px;
  background-color: #f4f8fa;
}

.sustainable__txt {
  margin-top: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 0.12em;
  color: #333;
}

.sdgs__contents-wrapper {
  position: relative;
  padding-bottom: 30px;
}

.sdgs__contents {
  padding: 0 30px;
}

.sdgs__text-area {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (min-width: 768px) {
  .sdgs__text-area {
    margin-top: 80px;
    margin-bottom: 80px;
    flex-direction: row-reverse;
    gap: 61px;
  }
}

.sdgs__heading {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.12em;
  color: #487ec8;
}
@media screen and (min-width: 768px) {
  .sdgs__heading {
    font-size: 30px;
    line-height: 43px;
  }
}

.sdgs__txt {
  margin-top: 25px;
  font-weight: 500;
  font-size: 12px;
  line-height: 27px;
  letter-spacing: 0.03em;
  color: #333;
}
@media screen and (min-width: 768px) {
  .sdgs__txt {
    font-size: 14px;
    letter-spacing: 0.12em;
  }
}

.sdgs__logo-wrapper {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .sdgs__logo-wrapper {
    margin-top: 0;
  }
}

.sdgs__world {
  width: 100%;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .sdgs__world {
    border-bottom: none;
  }
}

.sdgs_world_img {
  max-width: 240px;
  width: 100%;
  margin: auto;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .sdgs_world_img {
    max-width: 428px;
    margin: 0 auto 0 0;
  }
}

.sdgs__fukuoka {
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  gap: 18px;
  border-top: solid 1px #EBEBEB;
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .sdgs__fukuoka {
    width: 412px;
    margin: 0;
    justify-content: space-between;
    gap: 25px;
  }
}

.sdgs_fukuoka_img {
  width: 130px;
}
@media screen and (min-width: 768px) {
  .sdgs_fukuoka_img {
    width: 183px;
  }
}

.sdgs_fukuoka_txt {
  width: calc(100% - 148px);
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.19em;
  color: #333;
}
@media screen and (min-width: 768px) {
  .sdgs_fukuoka_txt {
    width: calc(100% - 208px);
    font-size: 12px;
    line-height: 19px;
  }
}

.sdgs__list .list__inner {
  padding: 30px 30px 80px;
  background-color: #f4f8fa;
}
@media screen and (min-width: 768px) {
  .sdgs__list .list__inner {
    padding: 100px 0 120px;
  }
}
.sdgs__list .item__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sdgs__list .list-item__wrapper {
  background: #FFFFFF;
  border-radius: 12px;
}
.sdgs__list .list__item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  background: #FFFFFF;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .sdgs__list .list__item {
    padding: 30px 40px;
    flex-direction: row;
    gap: 70px;
  }
}
.sdgs__list .list__item.__green {
  padding-top: 0;
}
.sdgs__list .list__item.__green .sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sdgs__list .list__item.__green .sp {
    display: none;
  }
}
.sdgs__list .list__item.__green .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .sdgs__list .list__item.__green .pc {
    display: block;
  }
}
.sdgs__list .list__item.__green .green-container {
  border-top: 1px solid #EBEBEB;
  border-radius: 0px;
  padding-top: 24px;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .sdgs__list .list__item.__green .green-container {
    width: 100%;
    padding-top: 40px;
    display: flex;
    gap: 25px;
    background: #FFFFFF;
  }
}
.sdgs__list .list__item.__green .item__txt-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sdgs__list .list__item.__green .green-txt {
  font-size: 12px;
  line-height: 170%;
  letter-spacing: 12%;
  text-align: center;
  margin-top: 6px;
  max-width: 430px;
}
@media screen and (min-width: 768px) {
  .sdgs__list .list__item.__green .green-txt {
    font-size: 13px;
  }
}
.sdgs__list .list__item.__green .item__title {
  font-weight: 700;
  font-size: 12px;
  line-height: 170%;
  letter-spacing: 0.12em;
  text-align: center;
  color: #285C4D;
}
@media screen and (min-width: 768px) {
  .sdgs__list .list__item.__green .item__title {
    font-size: 24px;
  }
}
.sdgs__list .list__item.__green .view-more__btn {
  position: relative;
  display: block;
  width: 90%;
  max-width: 295px;
  margin: 0 auto;
  height: 39px;
  padding: 12px 50px 12px 25px;
  background-color: #285C4D;
  border: 1px solid #285C4D;
  border-radius: 5px;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.12em;
  color: #fff;
  transition: 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  .sdgs__list .list__item.__green .view-more__btn {
    height: 50px;
    padding: 15px 50px 15px 25px;
    border: 2px solid #285C4D;
    font-size: 16px;
    line-height: 19px;
  }
}
.sdgs__list .list__item.__green .view-more__btn::after {
  position: absolute;
  top: 16px;
  right: 15px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .sdgs__list .list__item.__green .view-more__btn::after {
    top: 21px;
    right: 21px;
  }
}
.sdgs__list .list__item.__green .view-more__btn:hover {
  background-color: #fff;
  color: #285C4D;
}
.sdgs__list .list__item.__green .view-more__btn:hover::after {
  border-top: 2px solid #285C4D;
  border-right: 2px solid #285C4D;
}
@media screen and (min-width: 768px) {
  .sdgs__list .item__img-wrapper {
    width: 50%;
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .sdgs__list .item__txt-wrapper {
    width: 50%;
    max-width: 530px;
  }
}
.sdgs__list .item__title {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.12em;
  color: #487ec8;
}
@media screen and (min-width: 768px) {
  .sdgs__list .item__title {
    font-size: 20px;
    line-height: 29px;
  }
}
.sdgs__list .item__sub-title {
  margin-top: 3px;
  font-weight: 700;
  font-size: 10px;
  line-height: 112%;
  letter-spacing: 0.03em;
  color: #9d9d9d;
}
@media screen and (min-width: 768px) {
  .sdgs__list .item__sub-title {
    font-size: 12px;
  }
}
.sdgs__list .item__txt {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 170%;
  letter-spacing: 0.12em;
  color: #333;
}
@media screen and (min-width: 768px) {
  .sdgs__list .item__txt {
    font-size: 15px;
  }
}
.sdgs__list .item__txt::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #333;
}
@media screen and (min-width: 768px) {
  .sdgs__list .item__txt::before {
    top: 10px;
  }
}
.sdgs__list .item__label {
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.12em;
  color: #333;
  border-bottom: 1px solid #9D9D9D;
}
@media screen and (min-width: 768px) {
  .sdgs__list .item__label {
    display: inline-block;
    font-size: 14px;
  }
}
.sdgs__list .content-area {
  padding-left: 0;
  padding-right: 0;
}

.strengths__section .sub-title__text {
  color: #fff;
  scroll-margin-top: 170px;
}
.strengths__section .sub-title__en-text {
  color: #fff;
}

.strengths__wave-top {
  background-color: #f4f8fa;
}

.strengths__inner {
  position: relative;
  margin-top: -2px;
  padding: 70px 30px 70px;
  background-color: #487ec8;
}

.strengths__list-wrapper {
  margin-top: 35px;
}

.strengths__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .strengths__list {
    gap: 45px;
  }
}

.strengths__item {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .strengths__item {
    margin-top: 50px;
    flex-direction: row;
    align-items: center;
    gap: 38px;
  }
}

.strengths__img {
  position: relative;
  width: 120px;
  height: 120px;
  margin: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .strengths__img {
    margin: 0;
  }
}
.strengths__img::before {
  position: absolute;
  top: -69px;
  left: -87px;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 115px;
  line-height: 112%;
  letter-spacing: 0.02em;
  color: #5891DF;
  z-index: -1;
}
.strengths__img.__first::before {
  content: "01";
}
.strengths__img.__second::before {
  content: "02";
}
.strengths__img.__third::before {
  content: "03";
}
.strengths__img.__fourth::before {
  content: "04";
}

.strengths__txt-wrapper {
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .strengths__txt-wrapper {
    border-left: 1px solid #fff;
    border-top: none;
    padding-left: 38px;
  }
}

.strengths__title {
  margin-top: 25px;
  padding: 5px 1em;
  background: #5891DF;
  border-radius: 3px;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .strengths__title {
    margin-top: 0;
    width: -moz-max-content;
    width: max-content;
    font-size: 25px;
    line-height: 36px;
  }
}

.strengths__txt {
  margin-top: 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.13em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .strengths__txt {
    margin-top: 25px;
    font-size: 16px;
  }
}

.strengths__wave-bottom {
  margin-top: -1px;
}

.overview__section {
  margin-top: 80px;
  margin-bottom: 40px;
  position: relative;
  background-image: url(../img/company/zigyou_bg_curb_02.png);
  background-repeat: repeat-x;
  background-position: bottom left;
}
@media screen and (min-width: 768px) {
  .overview__section {
    margin-top: 160px;
  }
}
.overview__section .sub-title__text {
  scroll-margin-top: 170px;
}

.overview__contents {
  padding: 66px 30px 70px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  background-color: #f4f8fa;
  border-radius: 20px;
}
@media screen and (min-width: 1000px) {
  .overview__contents {
    padding: 130px 68px;
    flex-direction: row;
    justify-content: space-between;
    gap: 100px;
  }
}

.overview__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media screen and (min-width: 1000px) {
  .overview__list {
    width: 72%;
    max-width: 659px;
  }
}

.overview__item {
  padding: 20px 43px 20px 15px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .overview__item {
    padding: 25px 43px;
    gap: 30px;
  }
}
.overview__item:first-child {
  border-radius: 20px 20px 0px 0px;
}

.overview__title {
  width: 90px;
}

.item__title {
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.12em;
  color: #333;
}
@media screen and (min-width: 768px) {
  .item__title {
    font-size: 14px;
    line-height: 20px;
  }
}

.overview__txt {
  width: calc(100% - 90px);
}

.item__txt {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.12em;
  color: #333;
}
@media screen and (min-width: 768px) {
  .item__txt {
    font-size: 13px;
    line-height: 19px;
  }
}

.history__section {
  background-color: #f4f8fa;
  padding: 50px 30px;
}
.history__section .sub-title__text {
  scroll-margin-top: 70px;
}

.history__contents-inner {
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .history__contents-inner {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1100px) {
  .history__header {
    display: flex;
    gap: 171px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .swiper-wrapper {
    padding-top: 0px;
  }
}
.swiper-wrapper .swiper-slide {
  height: auto;
  background: #fff;
  display: flex;
  justify-content: center;
  cursor: grab;
  /* max-width: 264px; */
}

.history__item {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 140px;
}

.history__data {
  padding: 25px 25px 70px 25px;
}
@media screen and (min-width: 768px) {
  .history__data {
    padding: 25px;
  }
}

.history__year {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.12em;
  color: #487ec8;
}
.history__year::before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #487ec8;
  border-radius: 100%;
}

.history__month {
  margin-top: 19px;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.12em;
  color: #333;
}

.history__txt {
  margin-top: 5px;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.12em;
  color: #333;
}

.history__img {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* リンク */
.tab__list {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .tab__list {
    margin-top: 0;
    padding: 2em 0;
  }
}

.tab__link {
  padding: 7px;
  background-color: #E7EEF8;
  border-radius: 6px;
  font-weight: 700;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #487ec8;
}
@media screen and (min-width: 768px) {
  .tab__link {
    padding: 14px 31px;
  }
}
.tab__link.current {
  color: #fff;
  background-color: #487ec8;
}

/* アイコン化 */
.swiper-scrollbar.swiper-scrollbar-horizontal {
  max-width: 1100px;
  min-width: 310px;
  width: 90%;
  cursor: grab;
  background: none;
}
.swiper-scrollbar.swiper-scrollbar-horizontal::before {
  background: #487ec8;
}

.swiper-scrollbar-drag {
  position: relative;
  background: none;
  z-index: 1;
}
.swiper-scrollbar-drag::before {
  position: absolute;
  top: -25px;
  content: "";
  background-image: url(../img/company/img_danballclosed.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 46px;
  height: 46px;
  z-index: 2;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 25px !important;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* bar cursor */
.swiper-scrollbar::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #c8c8cf;
}

.access__section {
  padding: 80px 30px;
}
.access__section .sub-title__text {
  scroll-margin-top: 70px;
}

.access__contents {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .access__contents {
    flex-direction: row;
    justify-content: space-between;
  }
}

.access__address-wrapper {
  margin-top: 40px;
}

.access__address {
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.12em;
  color: #333;
}
@media screen and (min-width: 768px) {
  .access__address {
    font-size: 13px;
    line-height: 19px;
  }
}

.access__link-wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .access__link-wrapper {
    margin-top: 40px;
  }
}

.access__train {
  position: relative;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 27px 13px 70px;
  background-image: url(../img/company/i_train.svg);
  background-repeat: no-repeat;
  background-position: left top;
  border-bottom: 1px solid #DBDBDB;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.12em;
  color: #333;
}
.access__train::after {
  position: absolute;
  top: 7px;
  right: 0;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

.access__car {
  position: relative;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 27px 13px 70px;
  margin-top: 34px;
  background-image: url(../img/company/i_car.svg);
  background-repeat: no-repeat;
  background-position: left top;
  border-bottom: 1px solid #DBDBDB;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.12em;
  color: #333;
}
.access__car::after {
  position: absolute;
  top: 7px;
  right: 0;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

.access__map-wrapper {
  width: 100%;
  max-width: 680px;
}
.access__map-wrapper iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.r-mark {
  display: inline-block;
  position: relative;
  top: -4px;
  font-size: 80%;
}

.one-health {
  background-color: #fff;
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .one-health {
    padding-top: 104px;
  }
}
@media screen and (min-width: 1024px) {
  .one-health {
    padding-top: 160px;
  }
}
.one-health .one-health__inner {
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__inner {
    padding: 0 20px;
  }
}
.one-health .one-health__intro {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__intro {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 54px;
  }
}
@media screen and (min-width: 1024px) {
  .one-health .one-health__intro {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .one-health .one-health__intro-body {
    flex: 1 1 auto;
    min-width: 0;
  }
}
.one-health .one-health__intro-img {
  width: 100%;
  max-width: 520px;
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__intro-img {
    flex-shrink: 0;
    width: 44%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .one-health .one-health__intro-img {
    width: 39%;
    margin-top: -72px;
  }
}
.one-health .one-health__intro-img img {
  display: block;
  width: 100%;
  height: auto;
}
.one-health .one-health__title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #333;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__title {
    font-size: 47px;
  }
}
.one-health .one-health__badge {
  display: inline-block;
  margin-top: 16px;
  padding: 6px 20px 7px;
  border-radius: 999px;
  background-color: #487ec8;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__badge {
    font-size: 17px;
  }
}
.one-health .one-health__lead {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  max-width: 640px;
}
.one-health .one-health__lead-txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #333;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__lead-txt {
    font-size: 16px;
    word-break: auto-phrase;
  }
}
.one-health .one-health__lead-em {
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #487ec8;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__lead-em {
    font-size: 20px;
  }
}
.one-health .one-health__about-inner {
  padding: 32px 24px 40px;
  border-radius: 24px;
  background-color: #f4f8fa;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__about-inner {
    padding: 32px 48px 40px;
  }
}
.one-health .one-health__about-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #487ec8;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__about-title {
    font-size: 20px;
  }
}
.one-health .one-health__about-desc {
  margin-top: 16px;
}
.one-health .one-health__about-desc p {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__about-desc p {
    font-size: 14px;
  }
}
.one-health .one-health__trio {
  margin-top: 24px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 16px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__trio {
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
    padding: 24px 40px;
  }
}
.one-health .one-health__hcard {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__hcard {
    flex: 1 0 0;
    min-width: 0;
  }
}
.one-health .one-health__hcard-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.one-health .one-health__hicon {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
}
.one-health .one-health__hicon img {
  display: block;
  width: 100%;
  height: 100%;
}
.one-health .one-health__hcard-title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #487ec8;
}
.one-health .one-health__hcard-txt {
  margin-top: 4px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__hcard-txt {
    font-size: 14px;
  }
}
.one-health .one-health__divider {
  flex-shrink: 0;
  align-self: stretch;
  width: 100%;
  height: 1px;
  background-color: #E8F6FF;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__divider {
    width: 1px;
    height: auto;
    background-color: #487ec8;
  }
}
.one-health .one-health__cert {
  margin: 24px auto 0;
  max-width: 760px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border: 1px solid #487ec8;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__cert {
    flex-direction: row;
    align-items: stretch;
    gap: 32px;
    padding: 16px 32px 16px 40px;
  }
}
.one-health .one-health__cert-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
}
.one-health .one-health__cert-mark img {
  display: block;
  width: 120px;
  height: auto;
}
.one-health .one-health__cert-no {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  color: #333;
}
.one-health .one-health__cert-body {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__cert-body {
    flex: 1 0 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.one-health .one-health__cert-title {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #487ec8;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__cert-title {
    font-size: 16px;
  }
}
.one-health .one-health__cert-txt {
  margin-top: 6px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333;
}
.one-health .one-health__cert-link {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 8px;
  color: #487ec8;
}
.one-health .one-health__cert-link:hover .one-health__cert-link-text {
  text-decoration: none;
}
.one-health .one-health__cert-link-icon {
  position: relative;
  top: 2px;
  flex-shrink: 0;
  width: 13px;
  height: 13px;
}
.one-health .one-health__cert-link-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.one-health .one-health__cert-link-text {
  font-weight: 500;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__cert-link-text {
    font-size: 14px;
  }
}
.one-health .one-health__zone {
  margin-top: 48px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 48px 30px 56px;
  background-color: #487ec8;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__zone {
    width: auto;
    margin-top: 64px;
    margin-left: 0;
    padding: 56px 48px 64px;
  }
}
@media screen and (min-width: 1024px) {
  .one-health .one-health__zone {
    padding: 64px 80px 80px;
  }
}
.one-health .one-health__zone-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.one-health .one-health__zone-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #f7f9fa;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__zone-title {
    font-size: 35px;
  }
}
.one-health .one-health__zone-en {
  font-family: "Josefin Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: #f7f9fa;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__zone-en {
    font-size: 15px;
  }
}
.one-health .one-health__cards {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__cards {
    margin-top: 56px;
    gap: 40px;
  }
}
.one-health .one-health__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__card {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 32px;
    padding: 32px;
  }
}
.one-health .one-health__card-img {
  position: relative;
  padding: 30px 30px 16px;
}
@media screen and (min-width: 480px) {
  .one-health .one-health__card-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .one-health .one-health__card-img {
    flex-shrink: 0;
    align-self: stretch;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 30%;
    padding: 0;
  }
}
.one-health .one-health__card-img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 480px) {
  .one-health .one-health__card-img img {
    max-width: 400px;
  }
}
.one-health .one-health__card-no {
  position: absolute;
  top: 6%;
  left: 7%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding-left: 3px;
  border-radius: 999px;
  background-color: #487ec8;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (min-width: 480px) {
  .one-health .one-health__card-no {
    top: 12%;
    left: calc(50% - 200px - 1vw);
  }
}
@media screen and (min-width: 768px) {
  .one-health .one-health__card-no {
    top: 0%;
    left: -8%;
    width: 66px;
    height: 66px;
    font-size: 24px;
  }
}
.one-health .one-health__card-body {
  padding: 20px 24px 28px;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__card-body {
    flex: 1 0 0;
    min-width: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .one-health .one-health__card-body {
    padding-top: 1em;
  }
}
.one-health .one-health__card-tag {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #487ec8;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__card-tag {
    font-size: 17px;
  }
}
.one-health .one-health__card-title {
  margin-top: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.1em;
  color: #487ec8;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__card-title {
    font-size: 22px;
  }
}
.one-health .one-health__card-txt {
  margin-top: 16px;
}
.one-health .one-health__card-txt p {
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #333;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__card-txt p {
    font-size: 15px;
  }
}
.one-health .one-health__card-txt p + p {
  margin-top: 1em;
}
.one-health .one-health__movie {
  max-width: 880px;
  margin: 0 auto;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.one-health .one-health__movie-txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.68;
  letter-spacing: 0.1em;
  color: #333;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__movie-txt {
    font-size: 18px;
    text-align: center;
  }
}
.one-health .one-health__movie-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  width: 285px;
  max-width: 100%;
  padding: 14px 26px 14px 18px;
  border: 2px solid #5891DF;
  border-radius: 5px;
  color: #5891DF;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.12em;
  transition: 0.25s ease-in-out;
}
.one-health .one-health__movie-btn:hover {
  background-color: #5891DF;
  color: #fff;
}
.one-health .one-health__movie-btn .one-health__movie-btn-text {
  width: 100%;
}
.one-health .one-health__movie-btn-chev {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
.one-health .one-health__note {
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.one-health .one-health__note-txt {
  width: 100%;
  padding: 20px 24px;
  border-radius: 6px;
  background-color: #ffeba9;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #333;
}
@media screen and (min-width: 768px) {
  .one-health .one-health__note-txt {
    padding: 24px 32px;
    font-size: 18px;
  }
}
.one-health .one-health__note-arrow {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 19px solid #ffeba9;
}/*# sourceMappingURL=company.css.map */