@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;
}

@media screen and (min-width: 768px) {
  .home .main {
    padding-top: 0;
  }
}
.home .content-area {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.home .content-area .front-pge__fv {
  position: relative;
  height: 95vh;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home .content-area .front-pge__fv {
    height: 70vh;
  }
}
@media screen and (min-width: 992px) {
  .home .content-area .front-pge__fv {
    height: 120vh;
  }
}
.home .content-area .front-pge__fv .animate__wrapper {
  height: 100%;
  display: none !important;
}
@media screen and (min-width: 768px) {
  .home .content-area .front-pge__fv .animate__wrapper {
    display: block !important;
  }
}
.home .content-area .front-pge__fv .movie__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.home .content-area .front-pge__fv .movie__wrapper .video {
  position: absolute;
  top: 42%;
  left: 36%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(-50%, -50%);
  width: 160vw;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .home .content-area .front-pge__fv .movie__wrapper .video {
    top: 50%;
    left: 50%;
    width: 100vw;
  }
}
.home .content-area .lottie_animation {
  height: 100%;
}
.home .content-area .lottie_animation .figure,
.home .content-area .lottie_animation svg {
  position: absolute;
  top: 0;
  left: -79%;
  width: 220% !important;
  height: 100%;
}
.home .content-area .lottie_animation .figure {
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .home .content-area .lottie_animation .figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw !important;
  }
}
.home .content-area .lottie_animation .figure .image {
  width: 100%;
  /* height: 100%; */
  /* object-fit: cover; */
  -o-object-position: 0%;
     object-position: 0%;
}
@media screen and (min-width: 768px) {
  .home .content-area .lottie_animation .figure .image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .home .content-area .lottie_animation svg {
    /* opacity: 0; */
    animation: animateOpacity forwards 0.5s ease-in;
  }
  @keyframes animateOpacity {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .home .content-area .lottie_animation svg {
    position: static;
    width: 100% !important;
  }
}

.top-title__bg-txt {
  font-family: "Josefin Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 8.8vw;
  line-height: 9.7vw;
  letter-spacing: 0.1em;
  word-break: break-word;
  color: #f4f8fa;
}
@media screen and (min-width: 1000px) {
  .top-title__bg-txt {
    font-weight: 700;
    font-size: min(8.7vw, 63px);
    line-height: 7.279vw;
    position: relative;
    z-index: 0;
    left: -5vw;
  }
}
@media screen and (min-width: 768px) {
  .top-title__bg-txt {
    font-size: clamp(55px, 7.279vw, 99px);
  }
}

.title_wrapper {
  margin-top: -20px;
  padding-left: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .title_wrapper {
    padding: 0;
    margin-top: -50px;
  }
}

.top-title__main-txt {
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0.2em;
  color: #333;
}
@media screen and (min-width: 500px) {
  .top-title__main-txt {
    font-size: 28px;
    line-height: 51px;
  }
}
@media screen and (min-width: 900px) {
  .top-title__main-txt {
    font-size: 35px;
    line-height: 51px;
  }
}

.top-title__sub-txt {
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 112%;
  letter-spacing: 0.12em;
  color: #487ec8;
}
@media screen and (min-width: 768px) {
  .top-title__sub-txt {
    font-size: 17px;
  }
}

.view-more__btn {
  position: relative;
  display: block;
  width: 162px;
  height: 39px;
  padding: 12px 50px 12px 25px;
  background-color: #fff;
  border: 1px solid #487ec8;
  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: #487ec8;
  transition: 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  .view-more__btn {
    width: 206px;
    height: 50px;
    padding: 15px 50px 15px 25px;
    border: 2px solid #487ec8;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.2em;
  }
}
.view-more__btn::after {
  position: absolute;
  top: 16px;
  right: 15px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #487ec8;
  border-right: 2px solid #487ec8;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .view-more__btn::after {
    top: 21px;
    right: 21px;
  }
}
.view-more__btn:hover {
  background-color: #487ec8;
  color: #fff;
}
.view-more__btn:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.external-site__btn {
  display: flex;
  align-items: center;
  width: 160px;
  height: 39px;
  background: #fff;
  border: 1px solid #487ec8;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .external-site__btn {
    width: 170px;
    height: 53px;
    border: 2px solid #487ec8;
  }
}
.external-site__btn .external-site__txt {
  width: calc(100% - 38px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  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: #487ec8;
  transition: 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  .external-site__btn .external-site__txt {
    font-size: 14px;
    line-height: 19px;
  }
}
.external-site__btn .external-site__txt:hover {
  background-color: #487ec8;
  color: #fff;
}
.external-site__btn .external-site__icon {
  width: 38px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #487ec8;
}
@media screen and (min-width: 768px) {
  .external-site__btn .external-site__icon {
    border-left: 2px solid #487ec8;
  }
}

.front-pge__fv .main-title__text {
  position: absolute;
  top: 10%;
  left: 10%;
  display: block;
}
@media screen and (min-width: 800px) {
  .front-pge__fv .main-title__text {
    top: 17%;
    left: 10%;
  }
}
@media screen and (min-width: 1100px) {
  .front-pge__fv .main-title__text {
    top: 21%;
    left: 10%;
  }
}
.front-pge__fv .main-title__text-wrap {
  width: 1.2em;
  height: 1.7em;
}
@media screen and (min-width: 768px) {
  .front-pge__fv .main-title__text-wrap {
    width: 2.5em;
    height: 4.1em;
  }
}
.front-pge__fv .main-title__text-wrap.__first {
  margin-left: 0;
}
.front-pge__fv .main-title__text-letter {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .front-pge__fv .main-title__text-letter {
    font-size: 55px;
  }
}
.front-pge__fv .main-title__text-letter-bg {
  width: 1.5em;
  height: 1.5em;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .front-pge__fv .main-title__text-letter-bg {
    width: 3.5em;
    height: 3.5em;
  }
}

.action-report__section {
  position: relative;
  margin-top: -100px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .action-report__section {
    margin-top: -270px;
    padding: 100px 0px 60px;
    background-color: transparent;
  }
}
.action-report__section .top-title_contener {
  display: none;
}
@media screen and (min-width: 768px) {
  .action-report__section .top-title_contener {
    display: flex;
    align-items: flex-end;
    filter: drop-shadow(0px 4px 27px #C0D4DE);
  }
}
.action-report__section .top-title {
  padding: 30px 0 60px;
  box-shadow: 0px 4px 27px rgba(192, 212, 222, 0.45);
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 765px) {
  .action-report__section .top-title {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .action-report__section .top-title {
    box-shadow: none;
    width: 84%;
    padding: 20px 0 0;
    border-radius: 0 20px 0 0;
    height: 170px;
  }
}
.action-report__section .apology__wrapper {
  width: 90%;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .action-report__section .apology__wrapper {
    width: 80%;
    max-width: 1100px;
    margin: 50px auto;
  }
}
.action-report__section .apology__wrapper .apology__link {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 340px;
  margin: auto;
  padding: 20px 30px;
  font-size: 12px;
  line-height: 1.8rem;
  text-decoration: underline;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .action-report__section .apology__wrapper .apology__link {
    padding: 20px 0;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0;
    font-size: 16px;
    text-align: center;
  }
}
.action-report__section .apology__wrapper .apology__icon {
  position: relative;
}
.action-report__section .apology__wrapper .apology__icon::after {
  position: absolute;
  top: calc(50% - 5px);
  right: -10px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #9D9D9D;
  border-right: 2px solid #9D9D9D;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .action-report__section .apology__wrapper .apology__icon::after {
    top: 10px;
    right: -20px;
  }
}
.action-report__section .apology__wrapper:hover {
  opacity: 0.6;
}
.action-report__section .radius {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .action-report__section .radius {
    opacity: 1;
    width: 30px;
    height: 30px;
  }
}
.action-report__section .title_wrapper {
  width: 100%;
  margin: -20px auto 0;
  padding-left: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .action-report__section .title_wrapper {
    margin: -50px auto 0;
    padding-left: 0px;
  }
}

.action-report__wrapper {
  padding: 40px 0 0;
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 0 20px 0 0;
}
@media screen and (min-width: 768px) {
  .action-report__wrapper {
    padding: 0;
  }
}

.top-title__container {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-title__container {
    position: relative;
    top: -130px;
    width: 90%;
  }
}

.action-report__contents {
  padding: 30px 30px 0;
}
@media screen and (min-width: 768px) {
  .action-report__contents {
    width: 90%;
    max-width: 1100px;
    padding: 0;
    margin: -60px auto 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 70px;
  }
}

.action__sidebar {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (min-width: 768px) {
  .action__sidebar {
    width: 50%;
    max-width: 440px;
  }
}
@media screen and (min-width: 834px) {
  .action__sidebar {
    width: 30%;
  }
}
.action__sidebar .sidebar__inner {
  padding: 35px;
  background-color: #f4f8fa;
  border-radius: 10px 0px 0px 10px;
}
@media screen and (min-width: 768px) {
  .action__sidebar .sidebar__inner {
    padding: 30px 10px;
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 834px) {
  .action__sidebar .sidebar__inner {
    padding: 50px;
  }
}
.action__sidebar .sidebar__title {
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.12em;
  color: #487ec8;
}
.action__sidebar .cat-item a {
  position: relative;
  display: block;
  padding: 10px 28px;
  margin-top: 19px;
  background-color: #fff;
  border-radius: 40px;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.12em;
  color: #333;
}
.action__sidebar .cat-item a::after {
  position: absolute;
  top: 13px;
  right: 20px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #487ec8;
  border-right: 2px solid #487ec8;
  transform: rotate(45deg);
}
@media screen and (min-width: 500px) {
  .action__sidebar .category__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .action__sidebar .category__list {
    display: block;
  }
}
.action__sidebar .cat-item {
  width: 100%;
}
@media screen and (min-width: 500px) {
  .action__sidebar .cat-item {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .action__sidebar .cat-item {
    width: 100%;
    max-width: 230px;
  }
}

.action__content {
  width: 100%;
  max-width: 824px;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .action__content {
    padding: 0;
  }
}

.action__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .action__list {
    gap: 43px 22px;
  }
}

.action__item .action__img {
  border-radius: 5px;
  overflow: hidden;
}
.action__item .action__img img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.action__item .action__inner {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.action__item .action__date {
  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: #9D9D9D;
}
.action__item .action__category {
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.12em;
  color: #487ec8;
}
.action__item .action__title {
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: 0.12em;
  color: #333;
}

.action__view-more {
  max-width: 1100px;
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .action__view-more {
    margin: 60px auto 0;
    text-align: left;
  }
}
@media screen and (min-width: 600px) {
  .action__view-more {
    width: 90%;
  }
}
.action__view-more .view-more__btn {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .action__view-more .view-more__btn {
    margin: 0;
  }
}

.what__section {
  margin-top: 30px;
}
.what__section .top-title {
  padding: 35px 0 21px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 765px) {
  .what__section .top-title {
    width: 90%;
  }
}
.what__section .title_wrapper {
  width: 100%;
  padding-left: 30px;
  margin: -20px auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .what__section .title_wrapper {
    margin: -50px auto 0;
    padding-left: 0px;
  }
}
.what__section .what__txt-wrapper .top-title__bg-txt {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .what__section .what__txt-wrapper .section__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .what__section .shop__txt-wrapper .section__title {
    margin-bottom: 0px;
  }
}
.what__section .shop__txt-wrapper .shop__txt {
  margin-top: 20px;
}

.what__contents {
  width: 100%;
  padding-top: 66px;
  background-image: url(../img/top/bg_top_itiran.png);
  background-repeat: repeat-x;
}
@media screen and (min-width: 900px) {
  .what__contents {
    padding-top: 100px;
  }
}
@media screen and (min-width: 900px) {
  .what__contents .what__title-img {
    width: 90%;
    max-width: 1100px;
    margin: -280px auto 100px;
    text-align: right;
  }
}
.what__contents .what__title-img__p {
  display: none;
}
@media screen and (min-width: 900px) {
  .what__contents .what__title-img__p {
    position: relative;
    display: inline-block;
    width: 500px;
  }
}
.what__contents .what__inner {
  width: 100%;
  padding: 0 30px 100px;
  background-color: #f4f8fa;
}
@media screen and (min-width: 768px) {
  .what__contents .what__inner {
    padding-bottom: 162px;
  }
}
.what__contents .what__inner .section__title_sp {
  display: block;
}
@media screen and (min-width: 900px) {
  .what__contents .what__inner .section__title_sp {
    display: none;
  }
}
.what__contents .what__inner .section__title_pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .what__contents .what__inner .section__title_pc {
    display: block;
  }
}

.what__flex {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
@media screen and (min-width: 900px) {
  .what__flex {
    width: 90%;
    margin-top: -30px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
}

.what__title {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.what__img-wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .what__img-wrapper {
    margin-top: 0;
    margin-right: calc(50% - 50vw);
  }
}
.what__img-wrapper .what__img-inner {
  display: flex;
  gap: 9px;
}
@media screen and (min-width: 768px) {
  .what__img-wrapper .what__img-inner {
    padding: 0 25px;
  }
}

.what__txt-wrapper {
  margin-top: 30px;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .what__txt-wrapper {
    margin-top: 30px;
    min-width: 396px;
    width: 50%;
  }
}
.what__txt-wrapper .what__txt {
  font-weight: 500;
  font-size: 12px;
  line-height: 204%;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .what__txt-wrapper .what__txt {
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.2em;
  }
}
.what__txt-wrapper .what__view-more {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .what__txt-wrapper .what__view-more {
    margin-top: 50px;
  }
}

.shop-navigation__wrapper {
  width: 100%;
  margin: 71px auto 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .shop-navigation__wrapper {
    max-width: 600px;
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .shop-navigation__wrapper {
    max-width: 1100px;
    width: 90%;
    margin-top: 153px;
    flex-direction: row;
  }
}

.shop__img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .shop__img-wrapper {
    width: 60%;
    max-width: 605px;
  }
}

.shop__txt-wrapper {
  padding: 25px 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
}
@media screen and (min-width: 900px) {
  .shop__txt-wrapper {
    width: 40%;
    padding: 31px 44px;
    border-radius: 0px 10px 10px 0px;
  }
}
.shop__txt-wrapper .shop__txt {
  margin-top: 18px;
  font-weight: 500;
  font-size: 12px;
  line-height: 204%;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .shop__txt-wrapper .shop__txt {
    margin-top: 30px;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.2em;
  }
}
.shop__txt-wrapper .shop__view-more {
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .shop__txt-wrapper .shop__view-more {
    margin-top: 28px;
  }
}

.wave_we_top {
  margin-top: -2px;
}

.we__section {
  position: relative;
  padding: 173px 0 0;
  margin-top: -100px;
}
@media screen and (min-width: 768px) {
  .we__section::before {
    position: absolute;
    top: 144px;
    right: 10px;
    content: "";
    width: 102px;
    height: 111px;
    background-image: url(../img/top/img_we_are_pen-stand.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .we__section::after {
    position: absolute;
    top: 44px;
    right: 150px;
    content: "";
    width: 227px;
    height: 254px;
    background-image: url(../img/top/img_we_are_mokuba.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform-origin: center bottom;
    animation: yurayura 2s linear infinite;
  }
  @keyframes yurayura {
    0%, 100% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(-5deg);
    }
  }
}
.we__section .top-title {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding-bottom: 28px;
}
@media screen and (min-width: 765px) {
  .we__section .top-title {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .we__section .top-title {
    padding-bottom: 60px;
  }
}
.we__section .title_wrapper {
  padding-left: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .we__section .title_wrapper {
    padding-bottom: 0px;
    padding-left: 0px;
  }
}

.we__contents {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding-bottom: 39px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .we__contents {
    display: flex;
    justify-content: end;
    overflow: initial;
    padding-bottom: 103px;
  }
}

@media screen and (min-width: 768px) {
  .we__img-wrapper {
    position: absolute;
    left: -50px;
  }
}
.we__img-wrapper .we__img {
  width: 120%;
  margin-left: -10%;
}
@media screen and (min-width: 600px) {
  .we__img-wrapper .we__img {
    width: 180%;
    margin-left: -60%;
  }
}
@media screen and (min-width: 768px) {
  .we__img-wrapper .we__img {
    width: 70%;
    margin-left: -15%;
  }
}

.we__txt-wrapper {
  position: relative;
  padding: 25px 30px;
}
@media screen and (min-width: 768px) {
  .we__txt-wrapper {
    width: 57%;
    max-width: 488px;
    padding: 0;
  }
}
.we__txt-wrapper .we__title-wrapper {
  padding-bottom: 10px;
  max-width: 250px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .we__txt-wrapper .we__title-wrapper {
    max-width: 436px;
  }
}
.we__txt-wrapper .we__title {
  font-weight: 700;
  font-size: 34px;
  line-height: 55px;
  letter-spacing: 0.12em;
  word-break: keep-all;
  color: #487ec8;
}
@media screen and (min-width: 768px) {
  .we__txt-wrapper .we__title {
    font-size: clamp(60px, 3.074vw, 45px);
    line-height: 111px;
  }
}
.we__txt-wrapper .title__inner {
  border-bottom: 3px solid #487EC8;
}
@media screen and (min-width: 768px) {
  .we__txt-wrapper .title__inner {
    padding-bottom: 5px;
    border-bottom: 6px solid #487EC8;
  }
}
.we__txt-wrapper .we__txt-inner {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .we__txt-wrapper .we__txt-inner {
    margin-top: 26px;
    padding: 0 30px 0 0;
  }
}
.we__txt-wrapper .we__txt {
  font-weight: 500;
  font-size: 12px;
  line-height: 204%;
  letter-spacing: 0.1em;
  color: #333;
}
@media screen and (min-width: 768px) {
  .we__txt-wrapper .we__txt {
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.12em;
  }
}
.we__txt-wrapper .we__txt .txt__point {
  font-weight: 700;
  font-size: 13px;
  line-height: 200%;
  letter-spacing: 0.12em;
  color: #487ec8;
}
@media screen and (min-width: 768px) {
  .we__txt-wrapper .we__txt .txt__point {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
}
.we__txt-wrapper .we__txt + .we__txt {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .we__txt-wrapper .we__txt + .we__txt {
    margin-top: 12px;
  }
}

.link-navi__section {
  padding: 57px 30px;
  background: #E8F6FF;
  border-radius: 0px 50px;
}
@media screen and (min-width: 768px) {
  .link-navi__section {
    padding: 73px 30px;
    border-radius: 0px 100px;
  }
}

.link-navi__content {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 36px;
}
@media screen and (min-width: 600px) {
  .link-navi__content {
    flex-direction: row;
    gap: 32px;
  }
}

.link__item {
  max-width: 350px;
  margin: 0 auto;
}

.link__title-wrapper {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  padding: 12px 26px 12px 17px;
  border-radius: 0px 8px 8px 0px;
  background-color: #fff;
}
.link__title-wrapper .link__title {
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.16em;
  color: #333;
}
@media screen and (min-width: 900px) {
  .link__title-wrapper .link__title {
    font-size: 19px;
    line-height: 28px;
  }
}
.link__title-wrapper .link__sub-title {
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.09em;
  color: #487ec8;
}
@media screen and (min-width: 768px) {
  .link__title-wrapper .link__sub-title {
    font-size: 11px;
    line-height: 13px;
  }
}

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

.link__url-wrapper {
  background: #FFFFFF;
  border-radius: 0px 0px 8px 8px;
}
.link__url-wrapper .link__url {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 17px 0 15px;
}
.link__url-wrapper .link__txt {
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.12em;
  color: #487ec8;
}
@media screen and (min-width: 768px) {
  .link__url-wrapper .link__txt {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.2em;
  }
}
.link__url-wrapper .link__arrow {
  position: relative;
  width: 10px;
  height: 10px;
  padding-left: 43px;
}
.link__url-wrapper .link__arrow::before {
  position: absolute;
  top: 1px;
  right: 0;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #487ec8;
  border-right: 2px solid #487ec8;
  transform: rotate(45deg);
}

.sdgs__section {
  margin-top: 72px;
}
.sdgs__section .top-title {
  text-align: center;
}
.sdgs__section .top-title__bg-txt {
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .sdgs__section .top-title__bg-txt {
    margin-top: 150px;
    position: relative;
    z-index: 0;
    left: auto;
  }
}
.sdgs__section .title_wrapper {
  padding-left: 0;
  position: relative;
  z-index: 2;
}

.sdgs__contents {
  margin-top: 37px;
  padding: 0 30px 40px;
}
@media screen and (min-width: 768px) {
  .sdgs__contents {
    margin-top: 60px;
  }
}

.sdgs_txt {
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.12em;
  color: #333;
}
@media screen and (min-width: 768px) {
  .sdgs_txt {
    font-size: 16px;
  }
}

.sdgs__logo-wrapper {
  margin-top: 25px;
  max-width: 370px;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .sdgs__logo-wrapper {
    max-width: 965px;
    padding: 37px 0;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.sdgs__world {
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #A9A9A9;
}
@media screen and (min-width: 768px) {
  .sdgs__world {
    width: 50%;
    border-right: 1px solid #A9A9A9;
    border-bottom: none;
  }
}

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

@media screen and (min-width: 768px) {
  .sdgs_line {
    height: 94px;
    background-color: #A9A9A9;
  }
}

.sdgs__fukuoka {
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .sdgs__fukuoka {
    width: 412px;
    margin: 0;
    justify-content: space-between;
    gap: 25px;
    padding: 20px;
  }
}

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

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

.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%;
}

.sdgs__view-more {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sdgs__view-more {
    margin-top: 70px;
  }
}
.sdgs__view-more .view-more__btn {
  margin: auto;
}

.recruit__section {
  margin-top: 50px;
  padding-top: 96px;
  background-image: url(../img/top/img_top_saiyou_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (min-width: 768px) {
  .recruit__section {
    margin-top: 72px;
  }
}
.recruit__section .top-title {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 765px) {
  .recruit__section .top-title {
    width: 90%;
  }
}
.recruit__section .top-title__bg-txt {
  color: #fdf7f7;
}
@media screen and (min-width: 768px) {
  .recruit__section .top-title__bg-txt {
    position: relative;
    z-index: 0;
    left: -5vw;
  }
}
.recruit__section .title_wrapper {
  padding-left: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .recruit__section .title_wrapper {
    width: 100%;
    padding-left: 0;
    margin: -50px auto 0;
  }
}
.recruit__section .top-title__sub-txt {
  color: #d83131;
}

.recruit__contents {
  margin-top: 12px;
}
@media screen and (min-width: 600px) {
  .recruit__contents {
    width: 90%;
    max-width: 1100px;
    margin: -110px auto 0;
    padding-bottom: 68px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width: 600px) {
  .recruit__img-wrapper {
    max-width: 763px;
    width: 64%;
  }
}
.recruit__img-wrapper .recruit__img {
  margin: 20px 0 0 0;
}

.recruit__txt-wrapper {
  padding: 15px 30px 52px;
}
@media screen and (min-width: 600px) {
  .recruit__txt-wrapper {
    padding: 142px 0 57px;
  }
}
.recruit__txt-wrapper .recruit__txt {
  font-weight: 700;
  font-size: min(11vw, 38px);
  line-height: 150%;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 600px) {
  .recruit__txt-wrapper .recruit__txt {
    font-size: min(4vw, 47px);
    line-height: 170%;
  }
}
.recruit__txt-wrapper .recruit__txt .txt__height {
  display: inline-block;
  margin-top: -13px;
}
.recruit__txt-wrapper .recruit__txt .txt__color {
  color: #d83131;
}
.recruit__txt-wrapper .recruit__sub-txt {
  margin-top: 15px;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.12em;
}
.recruit__txt-wrapper .recruit__view-more {
  margin-top: 32px;
}
@media screen and (min-width: 900px) {
  .recruit__txt-wrapper .recruit__view-more {
    margin-top: 59px;
  }
}
.recruit__txt-wrapper .view-more__btn.__recruit {
  width: 180px;
  padding: 10px 25px;
  line-height: 19px;
  color: #d83131;
  border: 1px solid #d83131;
}
@media screen and (min-width: 768px) {
  .recruit__txt-wrapper .view-more__btn.__recruit {
    width: 200px;
    padding: 13px 18px;
    line-height: 23px;
    border: 2px solid #d83131;
  }
}
.recruit__txt-wrapper .view-more__btn.__recruit::after {
  border-top: 2px solid #d83131;
  border-right: 2px solid #d83131;
}
.recruit__txt-wrapper .view-more__btn.__recruit:hover {
  background-color: #d83131;
  color: #fff;
}
.recruit__txt-wrapper .view-more__btn.__recruit:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}/*# sourceMappingURL=frontpage.css.map */