@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

/*----------------------------------
下層ページ共通
----------------------------------*/
.page-mv {
  margin-top: 96px;
  padding-left: 144px;
  height: 300px;
  background: url("../img/common/page_mv.png") no-repeat top center/cover;
  display: flex;
  align-items: center;
}
@media (max-width: 1699px) {
  .page-mv {
    padding-left: 64px;
  }
}
@media (max-width: 1279px) {
  .page-mv {
    padding-left: 30px;
  }
}
@media (max-width: 1023px) {
  .page-mv {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .page-mv {
    height: 130px;
    background-image: url("../img/common/page_mv_sp.png");
    margin-top: 56px;
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .page-mv .title .en {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .page-mv .title .ja {
    font-size: 1.8rem;
  }
}

.section__title .en {
  font-size: 6.4rem;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  background: linear-gradient(90deg, #0F81FF 0%, #0FB1FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 1023px) {
  .section__title .en {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .section__title .en {
    font-size: 3.6rem;
  }
}
.section__title .ja {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 16px;
  display: block;
}
@media (max-width: 1023px) {
  .section__title .ja {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .section__title .ja {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 8px;
  }
}

.page-intro .text__wrap {
  margin-top: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-intro .text__wrap {
    margin-top: 24px;
    text-align: left;
  }
}

.page-intro__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1023px) {
  .page-intro__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .page-intro__title {
    font-size: 1.8rem;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .page-intro__title .d-iblock {
    display: inline;
  }
}

.page-intro__img {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .page-intro__img {
    margin-top: 24px;
  }
}
.page-intro__img img {
  border-radius: 40px;
}
@media (max-width: 767px) {
  .page-intro__img img {
    border-radius: 12px;
  }
}

.page-flex__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .page-flex__wrap {
    display: block;
  }
}

.page-flex__img {
  flex: 0 0 48.529%;
  margin-left: 48px;
}
@media (max-width: 1023px) {
  .page-flex__img {
    margin-left: 32px;
  }
}
@media (max-width: 767px) {
  .page-flex__img {
    margin: 24px 0 0 0;
  }
}
.page-flex__img img {
  border-radius: 24px;
}
@media (max-width: 767px) {
  .page-flex__img img {
    border-radius: 12px;
  }
}

.wrap .wrap__title {
  background-image: linear-gradient(90deg, #0F81FF, #0FB1FF);
  border-radius: 24px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 32px;
  text-align: center;
  padding-bottom: 3px;
}
@media (max-width: 767px) {
  .wrap .wrap__title {
    font-size: 1.8rem;
    height: auto;
    padding: 3px 0 6px;
    border-radius: 40px;
    margin-bottom: 24px;
  }
}
@media (max-width: 359px) {
  .wrap .wrap__title {
    font-size: 1.6rem;
  }
}

.lists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}
@media (max-width: 1199px) {
  .lists {
    width: 800px;
    max-width: 100%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .lists {
    width: 350px;
  }
}

.list {
  width: calc(20% - 19.2px);
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  position: relative;
  aspect-ratio: 1;
}
@media (max-width: 1199px) {
  .list {
    flex: 0 0 204px;
  }
}
@media (max-width: 767px) {
  .list {
    flex: initial;
    width: calc(50% - 8px);
    max-width: 163px;
  }
}
.list + .list {
  margin-left: 24px;
}
@media (max-width: 1199px) {
  .list:nth-child(4) {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .list:nth-child(n+4) {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .list:nth-child(n+4) {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .list:nth-child(odd) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .list:nth-child(even) {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .list:nth-child(3) {
    margin-top: 16px;
  }
}
.list .number {
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  background: linear-gradient(90deg, #0F81FF 0%, #0FB1FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .list .number {
    font-size: 4rem;
  }
}

.items {
  display: flex;
  margin-top: 47px;
}
@media (max-width: 767px) {
  .items {
    display: block;
    margin-top: 35px;
  }
}

.item {
  background-color: #F5F9FC;
  border-radius: 24px;
  padding: 0 24px 23px;
}
@media (max-width: 767px) {
  .item {
    padding-bottom: 17px;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
  }
}
.item .en-title {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.4;
  text-align: center;
  background: linear-gradient(90deg, #0F81FF 0%, #0FB1FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-top: -16px;
}
@media (max-width: 1023px) {
  .item .en-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .item .en-title {
    font-size: 1.6rem;
    margin-top: -10px;
  }
}
.item .item__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 8px;
}
@media (max-width: 1023px) {
  .item .item__title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .item .item__title {
    font-size: 1.8rem;
    margin-top: 0;
  }
}
.item .item__img {
  margin-top: 23px;
  background-color: #fff;
  border-radius: 12px;
}
.item .item__lists {
  margin-top: 23px;
  padding: 0 24px;
}
@media (max-width: 1023px) {
  .item .item__lists {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .item .item__lists {
    margin-top: 16px;
    padding: 0 17px;
  }
}
.item .item__list {
  padding-left: 22px;
  line-height: 1.8;
  position: relative;
}
.item .item__list::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #0070EC;
}
.item .item__list + .item__list {
  margin-top: 8px;
}

.item__blue-text {
  line-height: 1.8;
  color: #0070EC;
  margin-top: 12px;
  padding: 0 24px;
}
@media (max-width: 1023px) {
  .item__blue-text {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .item__blue-text {
    padding: 0 17px;
  }
}

.breadcrumb {
  margin: 24px 0 48px;
  padding-left: 144px;
}
@media (max-width: 1699px) {
  .breadcrumb {
    padding-left: 64px;
  }
}
@media (max-width: 1279px) {
  .breadcrumb {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-top: 16px;
    padding-left: 16px;
  }
}

.breadcrumb__items {
  display: flex;
}
.breadcrumb__items span a {
  color: #0070EC;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.breadcrumb__items span:first-child {
  position: relative;
}
.breadcrumb__items span:nth-child(2) {
  position: relative;
}
@media (max-width: 767px) {
  .breadcrumb__items span:nth-child(2) {
    white-space: nowrap;
  }
}
.breadcrumb__items span:not(:first-child) {
  margin-left: 37px;
  position: relative;
}
.breadcrumb__items span:not(:first-child)::before {
  content: "";
  background: url("../img/common/arrow_breadcrumb.svg") no-repeat center left/contain;
  position: absolute;
  top: 56%;
  left: -20px;
  transform: translateY(-50%);
  width: 9px;
  height: 11px;
}
.breadcrumb__items span:not(:last-child) {
  white-space: nowrap;
}

.error404 .breadcrumb__items > span:nth-of-type(2) a {
  pointer-events: none;
  text-decoration: none;
}
.error404 .breadcrumb__items > span:nth-of-type(2) a span {
  color: #000;
}
@media (max-width: 359px) {
  .error404 .page-mv .title .ja {
    font-size: 1.6rem;
  }
}

.page-404 {
  padding-bottom: 96px;
}
.page-404 .button {
  margin-top: 48px;
}
.page-404 .button-link {
  width: 360px;
  height: 72px;
  margin: auto;
  border-radius: 40px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .page-404 .button-link {
    width: 311px;
  }
}
.page-404 .button-link::after {
  width: 19px;
  height: 23px;
}

.page-404__text {
  text-align: center;
}
@media (max-width: 767px) {
  .page-404__text {
    text-align: left;
  }
}
.page-404__text + .page-404__text {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .page-404__text .d-iblock {
    display: inline;
  }
}

/*----------------------------------
事業内容ページ
----------------------------------*/
@media (max-width: 767px) {
  .page-business #graydisplay .modal {
    height: 240px;
    height: 64vw;
  }
}
@media (max-width: 767px) {
  .page-business #graydisplay .modal img {
    width: 95%;
  }
}

.business-intro-bottom {
  margin-top: 48px;
  padding: 48px 0;
  background-color: #F5F9FC;
}
@media (max-width: 767px) {
  .business-intro-bottom {
    margin-top: 24px;
    padding: 24px 0;
    position: relative;
  }
}
@media (max-width: 767px) {
  .business-intro-bottom::after {
    content: "";
    background: url("../img/value-creation/icon_click.svg") no-repeat center left/contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    width: 12.8vw;
    height: 48px;
    height: 12.8vw;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .business-intro-bottom:hover {
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .modal .business-intro-bottom {
    height: 240px;
    height: 64vw;
    position: relative;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .modal .business-intro-bottom::after {
    content: none;
  }
}
@media (max-width: 767px) {
  .modal .business-intro-bottom:hover {
    cursor: auto;
  }
}

@media (max-width: 1023px) {
  .business-sec .section__title .ja {
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  .business-sec .section__title .ja {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .business-sec .sub-title {
    font-size: 2rem;
    padding-left: 17px;
  }
}
@media (max-width: 767px) {
  .business-sec .sub-title {
    font-size: 1.8rem;
    padding-left: 12px;
  }
}
@media (max-width: 359px) {
  .business-sec .sub-title {
    font-size: 1.7rem;
  }
}

.business01 {
  padding: 66px 0 96px;
}
@media (max-width: 767px) {
  .business01 {
    padding: 64px 0;
  }
}
.business01 .item {
  width: calc(33.333% - 16px);
}
@media (max-width: 1023px) {
  .business01 .item {
    width: calc(33.333% - 10.6666666667px);
  }
}
@media (max-width: 767px) {
  .business01 .item {
    width: 100%;
  }
}
.business01 .item + .item {
  margin-left: 24px;
}
@media (max-width: 1023px) {
  .business01 .item + .item {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .business01 .item + .item {
    margin: 35px 0 0 0;
  }
}
.business01 .item:first-of-type .item__img {
  padding: 12px 24px;
}
.business01 .item:nth-of-type(2) .item__img {
  padding: 26px 25px 25px 24px;
}
@media (max-width: 767px) {
  .business01 .item:nth-of-type(2) .item__img {
    padding: 25px 24px 24px 23px;
  }
}
.business01 .item:nth-of-type(3) .item__img {
  padding: 33px 25px 33px 24px;
}
@media (max-width: 767px) {
  .business01 .item:nth-of-type(3) .item__img {
    padding: 32px 24px 32px 23px;
  }
}

.business__content {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .business__content {
    margin-top: 48px;
  }
}

.business02 {
  padding: 96px 0;
  background-color: #F5F9FC;
}
@media (max-width: 767px) {
  .business02 {
    padding: 64px 0;
  }
}
.business02 .business__content {
  margin-top: 81px;
}
@media (max-width: 767px) {
  .business02 .business__content {
    margin-top: 59px;
  }
}
.business02 .wrap:not(:first-of-type) {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .business02 .wrap:not(:first-of-type) {
    margin-top: 48px;
  }
}
.business02 .wrap:nth-of-type(2) .list:first-child {
  padding-top: 44px;
}
@media (max-width: 767px) {
  .business02 .wrap:nth-of-type(2) .list:first-child {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .business02 .wrap:nth-of-type(2) .list:first-child .overview-icon {
    width: 88px;
  }
}
@media (max-width: 359px) {
  .business02 .wrap:nth-of-type(2) .list:first-child .overview-icon {
    width: 68px;
  }
}
.business02 .wrap:nth-of-type(2) .list:first-child .overview__text {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .business02 .wrap:nth-of-type(2) .list:first-child .overview__text {
    margin-top: 12px;
  }
}
.business02 .wrap:nth-of-type(2) .list:nth-child(2) {
  padding-top: 43px;
}
@media (max-width: 767px) {
  .business02 .wrap:nth-of-type(2) .list:nth-child(2) {
    padding-top: 34px;
  }
}
@media (max-width: 767px) {
  .business02 .wrap:nth-of-type(2) .list:nth-child(2) .overview-icon {
    width: 78px;
  }
}
@media (max-width: 359px) {
  .business02 .wrap:nth-of-type(2) .list:nth-child(2) .overview-icon {
    width: 58px;
  }
}
.business02 .wrap:nth-of-type(2) .list:nth-child(2) .overview__text {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .business02 .wrap:nth-of-type(2) .list:nth-child(2) .overview__text {
    margin-top: 12px;
  }
}
.business02 .wrap:nth-of-type(2) .list:nth-child(3) {
  padding-top: 56px;
}
@media (max-width: 767px) {
  .business02 .wrap:nth-of-type(2) .list:nth-child(3) {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .business02 .wrap:nth-of-type(2) .list:nth-child(3) .overview-icon {
    width: 89px;
  }
}
@media (max-width: 359px) {
  .business02 .wrap:nth-of-type(2) .list:nth-child(3) .overview-icon {
    width: 69px;
  }
}
.business02 .wrap:nth-of-type(2) .list:nth-child(3) .overview__text {
  margin-top: 11px;
}
@media (max-width: 767px) {
  .business02 .wrap:nth-of-type(2) .list:nth-child(3) .overview__text {
    margin-top: 7px;
  }
}
.business02 .wrap:nth-of-type(2) .list:nth-child(4) {
  padding-top: 53px;
}
@media (max-width: 767px) {
  .business02 .wrap:nth-of-type(2) .list:nth-child(4) {
    padding-top: 42px;
  }
}
@media (max-width: 767px) {
  .business02 .wrap:nth-of-type(2) .list:nth-child(4) .overview-icon {
    width: 96px;
  }
}
@media (max-width: 359px) {
  .business02 .wrap:nth-of-type(2) .list:nth-child(4) .overview-icon {
    width: 76px;
  }
}
.business02 .wrap:nth-of-type(2) .list:nth-child(4) .overview__text {
  margin-top: 26px;
}
@media (max-width: 767px) {
  .business02 .wrap:nth-of-type(2) .list:nth-child(4) .overview__text {
    margin-top: 16px;
  }
}
.business02 .wrap:nth-of-type(2) .list:nth-child(5) {
  padding-top: 53px;
}
@media (max-width: 767px) {
  .business02 .wrap:nth-of-type(2) .list:nth-child(5) {
    padding-top: 42px;
  }
}
@media (max-width: 767px) {
  .business02 .wrap:nth-of-type(2) .list:nth-child(5) .overview-icon {
    width: 96px;
  }
}
@media (max-width: 359px) {
  .business02 .wrap:nth-of-type(2) .list:nth-child(5) .overview-icon {
    width: 76px;
  }
}
.business02 .wrap:nth-of-type(2) .list:nth-child(5) .overview__text {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .business02 .wrap:nth-of-type(2) .list:nth-child(5) .overview__text {
    margin-top: 11px;
  }
}
.business02 .wrap:nth-of-type(3) {
  margin-top: 245px;
  position: relative;
}
@media (max-width: 767px) {
  .business02 .wrap:nth-of-type(3) {
    margin-top: 88px;
  }
}
.business02 .wrap:nth-of-type(3)::before {
  content: "";
  background: url("../img/business/arrow_business.svg") no-repeat center left/contain;
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 107px;
  height: 117px;
}
@media (max-width: 767px) {
  .business02 .wrap:nth-of-type(3)::before {
    top: -62px;
    width: 37px;
    height: 40px;
  }
}
.business02 .wrap:nth-of-type(3) .list {
  padding-top: 44px;
}
@media (max-width: 767px) {
  .business02 .wrap:nth-of-type(3) .list {
    padding-top: 31px;
  }
}
.business02 .wrap:nth-of-type(3) .list .overview__text {
  margin-top: 17px;
}
@media (max-width: 767px) {
  .business02 .wrap:nth-of-type(3) .list:first-child .overview-icon {
    width: 81px;
  }
}
@media (max-width: 359px) {
  .business02 .wrap:nth-of-type(3) .list:first-child .overview-icon {
    width: 61px;
  }
}
@media (max-width: 767px) {
  .business02 .wrap:nth-of-type(3) .list:nth-child(2) .overview-icon {
    width: 77px;
  }
}
@media (max-width: 359px) {
  .business02 .wrap:nth-of-type(3) .list:nth-child(2) .overview-icon {
    width: 57px;
  }
}
@media (max-width: 767px) {
  .business02 .wrap:nth-of-type(3) .list:nth-child(3) .overview-icon {
    width: 70px;
  }
}
@media (max-width: 359px) {
  .business02 .wrap:nth-of-type(3) .list:nth-child(3) .overview-icon {
    width: 50px;
  }
}
.business02 .items {
  position: relative;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .business02 .items {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.business02 .items .item {
  background-color: #fff;
  flex: 0 0 41.517%;
}
.business02 .items .item__img {
  padding: 0;
}
@media (max-width: 767px) {
  .business02 .items .item__img {
    margin-top: 16px;
  }
}
.business02 .items .item__text {
  margin-top: 23px;
  text-align: center;
}
@media (max-width: 767px) {
  .business02 .items .item__text {
    margin-top: 16px;
  }
}
.business02 .items .multiply {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 142px;
}
@media (max-width: 1220px) {
  .business02 .items .multiply {
    width: 142px;
    width: 12.6785714286vw;
  }
}
@media (max-width: 767px) {
  .business02 .items .multiply {
    position: static;
    width: 85px;
    height: 85px;
    margin: 12px 0;
    transform: initial;
  }
}

@media (max-width: 767px) {
  .overview-icon {
    margin: auto;
  }
}

.overview__text {
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 359px) {
  .overview__text {
    font-size: 1.3rem;
  }
}

.business03 {
  padding: 92px 0 100px;
}
@media (max-width: 767px) {
  .business03 {
    padding: 64px 0;
  }
}
.business03 .section__title .en {
  line-height: 1.1;
}
.business03 .items {
  flex-wrap: wrap;
}
.business03 .item {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .business03 .item {
    width: 100%;
  }
}
.business03 .item:nth-of-type(even) {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .business03 .item:nth-of-type(even) {
    margin: 35px 0 0 0;
  }
}
.business03 .item:nth-of-type(n + 3) {
  margin-top: 41px;
}
@media (max-width: 767px) {
  .business03 .item:nth-of-type(n + 3) {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .business03 .item:first-of-type .item__img img {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .business03 .item:nth-of-type(2) .item__img img, .business03 .item:nth-of-type(3) .item__img img {
    width: 165px;
  }
}
.business03 .item:nth-of-type(4) .item__title {
  margin-top: 8px;
  flex: 1;
}
.business03 .item:nth-of-type(4) .item__img {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .business03 .item:nth-of-type(4) .item__img {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .business03 .item:nth-of-type(4) .item__img img {
    width: 90px;
  }
}
.business03 .item .item__title {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .business03 .item .item__title {
    margin-top: 0;
  }
}
.business03 .item .item__title .font-small {
  display: block;
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .business03 .item .item__title .font-small {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .business03 .item .item__title .font-small {
    font-size: 1.4rem;
  }
}
@media (max-width: 359px) {
  .business03 .item .item__title .font-small {
    font-size: 1.2rem;
  }
}
.business03 .item .item__img {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .business03 .item .item__img {
    height: 118px;
    margin-top: 16px;
  }
}
.business03 .item .item__text {
  margin-top: 24px;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .business03 .item .item__text {
    margin-top: 16px;
  }
}

.diagnostics__lists {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .diagnostics__lists {
    margin-top: 48px;
  }
}

.diagnostics__list {
  border: 8px solid #EEF4F9;
  border-radius: 24px;
  padding: 40px;
}
@media (max-width: 767px) {
  .diagnostics__list {
    border-radius: 12px;
    padding: 31px 16px 30px;
  }
}
.diagnostics__list + .diagnostics__list {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .diagnostics__list + .diagnostics__list {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .diagnostics__list:nth-child(2) {
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .diagnostics__list:nth-child(2) .diagnostics__title .ttl .d-iblock {
    display: inline;
  }
}
.diagnostics__list:nth-child(2) .tool__list {
  display: flex;
}
@media (max-width: 767px) {
  .diagnostics__list:nth-child(2) .tool__list {
    display: block;
  }
}
.diagnostics__list:nth-child(2) .tool__list + .tool__list {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dotted #999;
}
@media (max-width: 767px) {
  .diagnostics__list:nth-child(2) .tool__list + .tool__list {
    padding-top: 0;
    border-top: none;
  }
}
.diagnostics__list:nth-child(2) .tool__text {
  margin-top: 16px;
}
.diagnostics__list:nth-child(2) .tool__img {
  flex: 0 0 65.917%;
  margin: 0 0 0 24px !important;
}
@media (max-width: 1023px) {
  .diagnostics__list:nth-child(2) .tool__img {
    flex: 0 0 52%;
  }
}
@media (max-width: 767px) {
  .diagnostics__list:nth-child(2) .tool__img {
    margin: 16px 0 0 0 !important;
  }
}
@media (max-width: 767px) {
  .diagnostics__list:nth-child(3) {
    padding-bottom: 23px;
  }
}
@media (max-width: 374px) {
  .diagnostics__list:nth-child(3) .diagnostics__title .ttl .d-iblock {
    display: inline;
  }
}
.diagnostics__list:nth-child(3) .tool__wrap {
  display: flex;
  align-items: center;
  padding: 0 28.5px;
}
@media (max-width: 767px) {
  .diagnostics__list:nth-child(3) .tool__wrap {
    display: block;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .diagnostics__list:nth-child(3) .tool__wrap .tool-logo {
    max-width: 219px;
    margin: auto;
  }
}
.diagnostics__list:nth-child(3) .tool__wrap .tool__img {
  flex: 0 0 72.388%;
  margin-left: 48px;
}
@media (max-width: 767px) {
  .diagnostics__list:nth-child(3) .tool__wrap .tool__img {
    margin: 16px 0 0 0;
  }
}
.diagnostics__list:nth-child(3) .diagnostics__content {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .diagnostics__list:nth-child(3) .diagnostics__content {
    margin-top: 24px;
  }
}
.diagnostics__list:nth-child(3) .tool__lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 767px) {
  .diagnostics__list:nth-child(3) .tool__lists {
    grid-template-columns: 1fr;
  }
}
.diagnostics__list:nth-child(3) .tool__list .tool__img {
  margin-top: 16px;
  padding: 0 24px;
}
@media (max-width: 767px) {
  .diagnostics__list:nth-child(3) .tool__list .tool__img {
    padding: 0;
  }
}
.diagnostics__list:nth-child(3) .tool__list .tool__text {
  margin-top: 16px;
  padding: 0 24px;
}
@media (max-width: 767px) {
  .diagnostics__list:nth-child(3) .tool__list .tool__text {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .diagnostics__list:nth-child(4) {
    padding-bottom: 24px;
  }
}
.diagnostics__list:nth-child(4) .diagnostics__content > .tool__img {
  padding: 0 61px;
}
@media (max-width: 767px) {
  .diagnostics__list:nth-child(4) .diagnostics__content > .tool__img {
    padding: 0;
  }
}
.diagnostics__list:nth-child(4) .tool__lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .diagnostics__list:nth-child(4) .tool__lists {
    grid-template-columns: 1fr;
  }
}
.diagnostics__list:nth-child(4) .tool__list:nth-child(-n+2) .tool__img {
  width: 266px;
  margin: 16px auto 0;
}
@media (max-width: 359px) {
  .diagnostics__list:nth-child(4) .tool__list:nth-child(-n+2) .tool__img {
    width: auto;
  }
}
.diagnostics__list:nth-child(4) .tool__list:nth-child(n+3) .tool__img {
  padding: 0 24px;
}
@media (max-width: 767px) {
  .diagnostics__list:nth-child(4) .tool__list:nth-child(n+3) .tool__img {
    padding: 0;
  }
}
.diagnostics__list:nth-child(4) .tool__list .tool__img {
  margin-top: 16px;
}
.diagnostics__list:nth-child(4) .tool__list .tool__text {
  margin-top: 16px;
  padding: 0 24px;
}
@media (max-width: 767px) {
  .diagnostics__list:nth-child(4) .tool__list .tool__text {
    padding: 0;
  }
}
.diagnostics__list .tool__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #F5F9FC;
}
@media (max-width: 767px) {
  .diagnostics__list .tool__title {
    font-size: 1.6rem;
    padding: 5px 0;
    height: auto;
    line-height: 1.4;
    text-align: center;
  }
}

.diagnostics__title {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .diagnostics__title {
    justify-content: flex-start;
  }
}
.diagnostics__title .number {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  flex: 0 0 80px;
  width: 80px;
  min-height: 80px;
  font-size: 4.8rem;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  color: #fff;
  background-image: linear-gradient(90deg, #0F81FF, #0FB1FF);
  border-radius: 12px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .diagnostics__title .number {
    font-size: 2.4rem;
    width: 40px;
    min-height: 54px;
    margin-right: 8px;
    border-radius: 6px;
  }
}
.diagnostics__title .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .diagnostics__title .ttl {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px) {
  .diagnostics__title .ttl {
    font-size: 1.8rem;
  }
}

.diagnostics__text {
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .diagnostics__text {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .diagnostics__text .d-iblock {
    display: inline;
  }
}

.diagnostics__wrapper {
  margin-top: 48px;
}

.diagnostics__wrap + .diagnostics__wrap {
  margin-top: 48px;
}
.diagnostics__wrap:first-of-type .tool__img {
  margin-top: 24px;
}
.diagnostics__wrap .wrap__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 16px 0;
  border-top: 2px solid #0070EC;
  border-bottom: 2px solid #0070EC;
}
@media (max-width: 767px) {
  .diagnostics__wrap .wrap__title {
    font-size: 1.6rem;
    padding: 8px 0;
  }
}

@media (max-width: 767px) {
  .finance__wrap {
    display: flex;
    flex-direction: column;
  }
}

.finance.above {
  margin-top: 24px;
}
.finance.above .tool__list + .tool__list {
  margin-left: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .finance.above .tool__list + .tool__list {
    margin: 24px 0 0 0;
  }
}
.finance.above .tool__list + .tool__list::before {
  content: "";
  background: url("../img/business/arrow_right.svg") no-repeat center left/contain;
  position: absolute;
  top: 0;
  left: -43px;
  width: 37px;
  height: 40px;
}
@media (max-width: 767px) {
  .finance.above .tool__list + .tool__list::before {
    content: none;
  }
}
.finance.above .tool__list:nth-child(2) .tool__img {
  padding: 19px 22px;
}
@media (max-width: 767px) {
  .finance.above .tool__list:nth-child(2) .tool__img {
    padding: 11px 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .finance.above .tool__list:nth-child(2) .tool__img img {
    width: 160px;
  }
}
.finance.above .tool__title {
  display: flex;
  justify-content: center;
  background-color: initial;
}
.finance.above .tool__title .number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 36px;
  height: 40px;
  background: url("../img/business/number_bg.svg") no-repeat top center/cover;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  margin-right: 12px;
  padding-bottom: 3px;
}
@media (max-width: 767px) {
  .finance.above .tool__title .number {
    flex: 0 0 25px;
    height: 28px;
    font-size: 1.6rem;
    line-height: 1;
    margin-right: 6px;
  }
}
.finance.above .tool__title .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .finance.above .tool__title .ttl {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.finance.bottom {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .finance.bottom {
    margin-top: 24px;
  }
}
.finance.bottom .tool__list + .tool__list {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .finance.bottom .tool__list + .tool__list {
    margin: 24px 0 0 0;
  }
}
.finance .tool__lists {
  display: flex;
}
@media (max-width: 767px) {
  .finance .tool__lists {
    display: block;
  }
}
.finance .tool__img {
  margin-top: 16px;
}

.diagnostics-logo {
  margin: 24px 0;
  text-align: center;
}

.business04 {
  padding: 96px 0;
  background-color: #F5F9FC;
}
@media (max-width: 767px) {
  .business04 {
    padding: 62px 0 65px;
  }
}
.business04 .wrap__text {
  text-align: center;
}
@media (max-width: 767px) {
  .business04 .wrap__text {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .business04 .wrap__text .d-iblock {
    display: inline;
  }
}
.business04 .wrap__img {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .business04 .wrap__img {
    padding: 0 24px;
  }
}

.execution-support {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .execution-support {
    display: flex;
  }
}

.execution-support__item {
  background-color: #fff;
  border-radius: 24px;
  padding: 33px 48px 31px;
}
@media (max-width: 767px) {
  .execution-support__item {
    border-radius: 12px;
    padding: 19px 16.5px 24px 14.5px;
  }
}
.execution-support__item + .execution-support__item {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .execution-support__item + .execution-support__item {
    margin: 0 0 0 16px;
  }
}
@media (max-width: 767px) {
  .execution-support__item:first-of-type .execution-support__img {
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .execution-support__item:nth-of-type(2) {
    padding-top: 16px;
  }
}
.execution-support__item:nth-of-type(2) .execution-support__img {
  margin-top: 16px;
}

.execution-support__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .execution-support__title {
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
  }
}
@media (max-width: 359px) {
  .execution-support__title {
    font-size: 1.5rem;
  }
}
.execution-support__title .main-bg {
  display: inline-block;
  background-color: #0070EC;
  color: #fff;
  padding: 0 16px 1px;
  border-radius: 8px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .execution-support__title .main-bg {
    margin-left: 4px;
  }
}
@media (max-width: 374px) {
  .execution-support__title .main-bg {
    padding: 0 10px 1px;
  }
}
@media (max-width: 359px) {
  .execution-support__title .main-bg {
    padding: 0 5px 1px;
  }
}
@media (max-width: 767px) {
  .execution-support__title .mt4 {
    margin-top: 4px;
  }
}

.execution-support__img {
  margin-top: 12px;
}

.execution-support-bottom {
  display: flex;
  align-items: center;
  margin-top: 245px;
  position: relative;
}
@media (max-width: 767px) {
  .execution-support-bottom {
    display: block;
    margin-top: 88px;
  }
}
.execution-support-bottom::before {
  content: "";
  background: url("../img/business/arrow_business.svg") no-repeat center left/contain;
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 107px;
  height: 117px;
}
@media (max-width: 767px) {
  .execution-support-bottom::before {
    top: -62px;
    width: 37px;
    height: 40px;
  }
}

.execution-support-bottom__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .execution-support-bottom__title {
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  .execution-support-bottom__title {
    font-size: 1.8rem;
    text-align: center;
  }
}

.execution-support-bottom__text {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .execution-support-bottom__text {
    margin-top: 16px;
  }
}

.execution-support-bottom__img {
  flex: 0 0 44.642%;
  margin-left: 120px;
}
@media (max-width: 1199px) {
  .execution-support-bottom__img {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .execution-support-bottom__img {
    margin: 16px 0 0 0;
    padding: 0 24px;
  }
}

/*----------------------------------
会社案内ページ
----------------------------------*/
.company-sec {
  padding: 96px 0;
}
@media (max-width: 767px) {
  .company-sec {
    padding: 64px 0;
  }
}

.company01 {
  padding-top: 0 !important;
}

.company02 {
  padding-bottom: 89px;
  background-color: #F5F9FC;
}
@media (max-width: 767px) {
  .company02 {
    padding: 53px 0 56px;
  }
}
@media (max-width: 374px) {
  .company02 .section__title .ja .d-iblock {
    display: inline;
  }
}

.philosophy {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .philosophy {
    margin-top: 24px;
  }
}

.philosophy__wrap {
  display: flex;
}
@media (max-width: 767px) {
  .philosophy__wrap {
    display: block;
  }
}

.philosophy__img {
  flex: 0 0 47.857%;
}
@media (max-width: 767px) {
  .philosophy__img {
    padding: 0 24px;
  }
}

.philosophy__items {
  margin-left: 48px;
}
@media (max-width: 1023px) {
  .philosophy__items {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .philosophy__items {
    margin: 24px 0 0 0;
  }
}

.philosophy__item {
  padding: 14px 0;
  border-bottom: 1px dotted #999;
}
@media (max-width: 767px) {
  .philosophy__item {
    padding: 12px 0;
    border-bottom: none;
  }
}
.philosophy__item:first-of-type {
  padding-top: 0;
}
.philosophy__item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.philosophy__title {
  display: none;
}
@media (max-width: 767px) {
  .philosophy__title {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #0070EC;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: #fff;
    padding-bottom: 2px;
    margin-bottom: 16px;
  }
}

.philosophy__sub-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .philosophy__sub-title {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.philosophy__text {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .philosophy__text {
    margin-top: 0;
  }
}

.forval-group {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .forval-group {
    margin-top: 48px;
  }
}
.forval-group .button {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .forval-group .button {
    margin-top: 24px;
  }
}
.forval-group .button-link {
  width: 500px;
  max-width: 100%;
  height: 72px;
  margin: auto;
  border-radius: 40px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .forval-group .button-link {
    font-size: 1.6rem;
    width: 350px;
    height: 60px;
  }
}
.forval-group .button-link::after {
  width: 19px;
  height: 23px;
}
@media (max-width: 767px) {
  .forval-group .button-link::after {
    width: 11px;
    height: 15px;
  }
}

.forval-group__text {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .forval-group__text {
    margin-top: 24px;
  }
}

.company04 {
  background-color: #F5F9FC;
}

.message {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .message {
    margin-top: 48px;
  }
}

.message__wrap {
  display: flex;
  background-color: #fff;
  padding: 32px 48px;
  border-radius: 24px;
}
@media (max-width: 1023px) {
  .message__wrap {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .message__wrap {
    display: block;
    border-radius: 12px;
    padding: 27px 24px 14px;
  }
}

.message-image {
  flex: 0 0 28.71%;
}
.message-image .company-name {
  font-size: 1.4rem;
  margin-top: 16px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 1023px) {
  .message-image .company-name {
    line-height: 1.5;
  }
}
.message-image .name {
  font-weight: 700;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .message-image .name {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .message-image .name {
    flex-direction: row;
  }
}
.message-image .name .position {
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 10px;
  line-height: 2;
}

@media (max-width: 767px) {
  .message__img {
    padding: 0 59px;
    max-width: 400px;
    margin: auto;
  }
}
@media (max-width: 359px) {
  .message__img {
    padding: 0 40px;
  }
}
.message__img img {
  border-radius: 12px;
}

.message__content {
  margin-left: 48px;
}
@media (max-width: 1023px) {
  .message__content {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .message__content {
    margin: 24px 0 0 0;
  }
}
.message__content .text__wrap .text:first-of-type {
  margin-top: 0;
}

.profile {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .profile {
    margin-top: 48px;
  }
}

.profile__content .table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.profile__content .table tr {
  display: block;
  border-bottom: 1px dotted #999;
}
.profile__content .table tr:first-child th,
.profile__content .table tr:first-child td {
  padding-top: 0;
}
.profile__content .table tr:first-child td {
  padding-top: 8px;
}
.profile__content .table tr:first-child th::before {
  top: 0;
}
@media (max-width: 767px) {
  .profile__content .table tr:first-child th::before {
    top: 3px;
  }
}
.profile__content .table th,
.profile__content .table td {
  padding: 24px 0;
}
@media (max-width: 767px) {
  .profile__content .table th,
.profile__content .table td {
    padding: 16px 0;
    display: block;
  }
}
.profile__content .table th {
  width: 240px;
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .profile__content .table th {
    font-size: 1.8rem;
    padding: 16px 0 0 12px;
  }
}
.profile__content .table th::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 4px;
  height: 46px;
  background-color: #0070EC;
}
@media (max-width: 767px) {
  .profile__content .table th::before {
    top: 18px;
    height: 35px;
  }
}
.profile__content .table td {
  vertical-align: middle;
  padding-left: 48px;
}
@media (max-width: 1023px) {
  .profile__content .table td {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .profile__content .table td {
    padding: 8px 0 16px 0;
  }
}
.profile__content .table td .office__item + .office__item {
  margin-top: 16px;
}
.profile__content .table td .certification__list {
  padding-left: 1em;
  position: relative;
}
.profile__content .table td .certification__list::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0070EC;
}

.company06 {
  background-color: #F5F9FC;
  padding-bottom: 88px;
}
@media (max-width: 767px) {
  .company06 {
    padding: 66px 0 54px;
  }
}

.access {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .access {
    margin-top: 48px;
  }
}

.access__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 24px;
}
@media (max-width: 767px) {
  .access__items {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.access__title {
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  .access__title {
    font-size: 1.6rem;
    height: 32px;
  }
}

.access-map {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .access-map {
    height: 233px;
    height: 62.1333333333vw;
  }
}
.access-map iframe {
  width: 100%;
  max-width: 100%;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .access-map iframe {
    border-radius: 12px;
    height: 100%;
  }
}

.access__text {
  margin-top: 10px;
  text-align: center;
}

/*----------------------------------
価値創造ストーリーページ
----------------------------------*/
.bg-color {
  background-color: #F5F9FC;
}

.value-creation-sec {
  padding: 96px 0;
}
@media (max-width: 767px) {
  .value-creation-sec {
    padding: 64px 0;
  }
}
.value-creation-sec .wrapper {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .value-creation-sec .wrapper {
    margin-top: 48px;
  }
}
.value-creation-sec .wrapper .wrap + .wrap {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .value-creation-sec .wrapper .wrap + .wrap {
    margin-top: 24px;
  }
}
.value-creation-sec .wrap__text {
  text-align: center;
}
@media (max-width: 767px) {
  .value-creation-sec .wrap__text {
    text-align: left;
  }
}
.value-creation-sec .button {
  margin-top: 32px;
}
.value-creation-sec .button-link {
  width: 500px;
  max-width: 100%;
  height: 72px;
  margin: auto;
  border-radius: 40px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .value-creation-sec .button-link {
    font-size: 1.6rem;
    width: 350px;
    height: 60px;
  }
}
.value-creation-sec .button-link::after {
  width: 19px;
  height: 23px;
}
@media (max-width: 767px) {
  .value-creation-sec .button-link::after {
    width: 11px;
    height: 15px;
  }
}

.value-creation01 .lists {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .value-creation01 .lists {
    margin-top: 24px;
  }
}
.value-creation01 .list {
  aspect-ratio: initial;
}
@media (max-width: 767px) {
  .value-creation01 .list:first-child .overview-icon img {
    width: 74px;
  }
}
@media (max-width: 767px) {
  .value-creation01 .list:nth-child(2) .overview-icon img {
    width: 95px;
  }
}
@media (max-width: 767px) {
  .value-creation01 .list:nth-child(3) .overview-icon img {
    width: 54px;
  }
}
@media (max-width: 767px) {
  .value-creation01 .list:nth-child(4) .overview-icon img {
    width: 92px;
  }
}
@media (max-width: 767px) {
  .value-creation01 .list:nth-child(5) .overview-icon img {
    width: 76px;
  }
}
.value-creation01 .list__wrap {
  background-color: #F5F9FC;
  padding-top: 45px;
  aspect-ratio: 1;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .value-creation01 .list__wrap {
    padding-top: 36px;
  }
}
@media (max-width: 359px) {
  .value-creation01 .list__wrap {
    padding-top: 25px;
  }
}
.value-creation01 .overview__text {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .value-creation01 .overview__text {
    margin-top: 10px;
  }
}
.value-creation01 .list__text {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .value-creation01 .list__text {
    margin-top: 16px;
  }
}
@media (max-width: 359px) {
  .value-creation01 .list__text {
    font-size: 1.3rem;
  }
}

.value-creation__content {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .value-creation__content {
    margin-top: 48px;
  }
}

@media (max-width: 767px) {
  .value-creation01__img {
    position: relative;
  }
}
@media (max-width: 767px) {
  .value-creation01__img:hover {
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .value-creation01__img::after {
    content: "";
    background: url("../img/value-creation/icon_click.svg") no-repeat center left/contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    width: 12.8vw;
    height: 48px;
    height: 12.8vw;
    pointer-events: none;
  }
}

.materiality {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .materiality {
    display: block;
    margin-top: 24px;
  }
}

.materiality__title {
  font-size: 2rem;
  font-weight: 700;
  color: #00A6F6;
  width: 200px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #00A6F6;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .materiality__title {
    width: 100%;
    height: 31px;
    font-size: 1.8rem;
  }
}

.materiality__lists {
  display: flex;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .materiality__lists {
    display: block;
    margin: 16px 0 0 0;
  }
}

.materiality__list {
  padding: 0 16px;
  border-right: 1px solid #999;
}
@media (max-width: 767px) {
  .materiality__list {
    padding: 0 0 0 1em;
    border-right: none;
    position: relative;
  }
}
@media (max-width: 767px) {
  .materiality__list::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #0070EC;
    border-radius: 50%;
  }
}
@media (max-width: 767px) {
  .materiality__list + .materiality__list {
    margin-top: 8px;
  }
}
.materiality__list:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .materiality__list:first-child {
    padding-left: 1em;
  }
}
.materiality__list:last-child {
  padding-right: 0;
  border-right: none;
}
@media (max-width: 767px) {
  .materiality__list:last-child {
    padding-right: 27px;
  }
}
@media (max-width: 359px) {
  .materiality__list:last-child {
    padding-right: 0;
  }
}

.value-creation01-box {
  display: flex;
  align-items: center;
  margin-top: 32px;
  background-color: #F5F9FC;
  border-radius: 24px;
  padding: 24px 22px 24px 24px;
}
@media (max-width: 1023px) {
  .value-creation01-box {
    display: block;
  }
}
@media (max-width: 767px) {
  .value-creation01-box {
    margin-top: 24px;
    padding: 33px 24px 24px;
  }
}
.value-creation01-box .box-left {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .value-creation01-box .box-left {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .value-creation01-box .box-left {
    display: block;
  }
}
.value-creation01-box .box-icon {
  width: 192px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1220px) {
  .value-creation01-box .box-icon {
    width: 192px;
    width: 17.1428571429vw;
  }
}
@media (max-width: 767px) {
  .value-creation01-box .box-icon {
    width: 163px;
    margin: auto;
  }
}
@media (max-width: 1220px) {
  .value-creation01-box .box-icon img {
    width: 103px;
    width: 9.1964285714vw;
  }
}
@media (max-width: 767px) {
  .value-creation01-box .box-icon img {
    width: 87px;
  }
}
.value-creation01-box .box-left__content {
  flex: 0 0 223px;
  margin-left: 36px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background: linear-gradient(90deg, #0F81FF 0%, #0FB1FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 1220px) {
  .value-creation01-box .box-left__content {
    margin-left: 20px;
    flex: 0 0 196px;
  }
}
@media (max-width: 767px) {
  .value-creation01-box .box-left__content {
    margin: 16px 0 0 0;
  }
}
.value-creation01-box .box-left__content .font-small {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .value-creation01-box .box-left__content .font-small {
    font-size: 2rem;
  }
}
.value-creation01-box .box-left__content .font-large {
  font-size: 6.4rem;
}
@media (max-width: 1220px) {
  .value-creation01-box .box-left__content .font-large {
    font-size: 5.6rem;
  }
}
@media (max-width: 767px) {
  .value-creation01-box .box-left__content .font-large {
    font-size: 4.8rem;
    line-height: 1;
    margin-top: 8px;
  }
}
.value-creation01-box .box-left__content .font-large .font-small {
  font-size: 5.1rem;
}
@media (max-width: 1220px) {
  .value-creation01-box .box-left__content .font-large .font-small {
    font-size: 4.5rem;
  }
}
@media (max-width: 767px) {
  .value-creation01-box .box-left__content .font-large .font-small {
    font-size: 3.8rem;
  }
}
.value-creation01-box .arrow {
  margin: 0 36px;
}
@media (max-width: 1220px) {
  .value-creation01-box .arrow {
    margin: 0 16px;
  }
}
@media (max-width: 1023px) {
  .value-creation01-box .arrow {
    margin: 24px 0;
    text-align: center;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .value-creation01-box .arrow {
    width: 40px;
    margin: 16px auto;
  }
}
.value-creation01-box .box-right__text {
  font-size: 1.8rem;
  font-weight: 700;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 12px;
  padding: 0 24px;
}
@media (max-width: 767px) {
  .value-creation01-box .box-right__text {
    display: block;
    padding: 12px;
    height: auto;
    text-align: center;
  }
}
.value-creation01-box .box-right__text + .box-right__text {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .value-creation01-box .box-right__text > span {
    display: block;
    line-height: 1.5;
  }
}
.value-creation01-box .box-right__text .number {
  font-size: 2.4rem;
  color: #0070EC;
}
.value-creation01-box .box-right__text .number .font-small {
  font-size: 1.9rem;
}
.value-creation01-box .box-right__lists {
  margin-top: 12px;
}
.value-creation01-box .box-right__list {
  padding-left: 1em;
  position: relative;
}
.value-creation01-box .box-right__list + .value-creation01-box .box-right__list {
  margin-top: 8px;
}
.value-creation01-box .box-right__list::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #0070EC;
  border-radius: 50%;
}

@media (max-width: 767px) {
  #graydisplay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 100;
  }
}
@media (max-width: 767px) {
  #graydisplay::before, #graydisplay::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 40px;
    width: 3px;
    height: 70px;
    background: #fff;
  }
}
#graydisplay::before {
  transform: rotate(45deg);
}
#graydisplay::after {
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  #graydisplay img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
}
#graydisplay img:hover {
  cursor: auto;
}

@media (max-width: 767px) {
  #graydisplay .modal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: 173px;
    height: 46.1333333333vw;
  }
}
@media (max-width: 767px) {
  #graydisplay .modal:hover {
    cursor: pointer;
  }
}

.value-creation02 .value-creation__content {
  margin-top: 81px;
}
@media (max-width: 767px) {
  .value-creation02 .value-creation__content {
    margin-top: 59px;
  }
}
.value-creation02 .item {
  background-color: #fff;
}
.value-creation02 .item + .item {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .value-creation02 .item + .item {
    margin: 35px 0 0 0;
  }
}
.value-creation02 .item:first-of-type .item__list:first-child {
  margin-right: 0;
}
.value-creation02 .item .item__text {
  margin-top: 23px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .value-creation02 .item .item__text {
    margin-top: 16px;
  }
}
.value-creation02 .item__img img {
  border-radius: 12px;
}
.value-creation02 .item__lists {
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.value-creation02 .item__list {
  margin: 8px 6px 0 0;
  padding-left: 17px;
}
@media (max-width: 767px) {
  .value-creation02 .item__list {
    padding-left: 13px;
  }
}
.value-creation02 .item__list .font-small {
  font-size: 1.4rem;
}

.value-creation03__wrap {
  display: flex;
}
@media (max-width: 767px) {
  .value-creation03__wrap {
    display: block;
  }
}

.value-creation03__lists {
  width: calc(50% - 12px);
}
@media (max-width: 767px) {
  .value-creation03__lists {
    width: 100%;
  }
}
.value-creation03__lists + .value-creation03__lists {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .value-creation03__lists + .value-creation03__lists {
    margin: 24px 0 0 0;
  }
}

.value-creation03__list + .value-creation03__list {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .value-creation03__list + .value-creation03__list {
    margin-top: 24px;
  }
}

.value-creation03__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background-color: #F5F9FC;
  border-radius: 20px;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  .value-creation03__title {
    font-size: 1.6rem;
    height: 32px;
  }
}

.value-creation03__text {
  text-align: center;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .value-creation03__text {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .value-creation03__text .d-iblock {
    display: inline;
  }
}

.value-creation04__items {
  background-color: #FBFDFF;
}

.value-creation04__item {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #999;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .value-creation04__item {
    display: block;
    padding-left: 0;
  }
}
.value-creation04__item:first-of-type {
  border-top: 1px dotted #999;
}

.value-creation04__title {
  flex: 0 0 33.303%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .value-creation04__title {
    padding: 6px 0 0 16px;
  }
}

.value-creation04__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  flex: 0 0 66.697%;
  padding: 16px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .value-creation04__wrap {
    display: block;
    padding: 8px 24px 8px 16px;
    margin: 6px 0 0 0;
  }
}

.value-creation04__list {
  position: relative;
  padding-left: 1em;
}
.value-creation04__list::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #0070EC;
  border-radius: 50%;
}
.value-creation04__list + .value-creation04__list {
  margin-top: 8px;
}

.value-creation04-logo {
  flex: 0 0 75px;
  margin-left: 24px;
}
@media (max-width: 767px) {
  .value-creation04-logo {
    margin-left: 0;
    text-align: center;
  }
}
.value-creation04-logo img:nth-of-type(2) {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .value-creation04-logo img:nth-of-type(2) {
    margin: 0 0 0 24px;
  }
}

.value-creation05-image {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .value-creation05-image {
    display: block;
  }
}

.value-creation05__img {
  width: calc(50% - 12px);
}
@media (max-width: 767px) {
  .value-creation05__img {
    width: 100%;
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .value-creation05__img + .value-creation05__img {
    margin-top: 24px;
  }
}

.value-creation05__items {
  display: flex;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .value-creation05__items {
    display: block;
    margin-top: 24px;
  }
}

.value-creation05__item {
  width: calc(33.333% - 16px);
  background-color: #F5F9FC;
  border-radius: 24px;
  padding: 30px 48px 24px;
  text-align: center;
}
@media (max-width: 1220px) {
  .value-creation05__item {
    padding: 30px 24px 24px;
  }
}
@media (max-width: 1023px) {
  .value-creation05__item {
    padding: 30px 20px 24px;
  }
}
@media (max-width: 767px) {
  .value-creation05__item {
    width: 100%;
    border-radius: 12px;
    padding: 20px;
  }
}
.value-creation05__item + .value-creation05__item {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .value-creation05__item + .value-creation05__item {
    margin: 16px 0 0 0;
  }
}
@media (max-width: 767px) {
  .value-creation05__item:first-of-type .value-creation05-icon img {
    width: 96px;
  }
}
@media (max-width: 767px) {
  .value-creation05__item:nth-of-type(2) .value-creation05-icon img {
    width: 78px;
  }
}
@media (max-width: 767px) {
  .value-creation05__item:nth-of-type(3) .value-creation05-icon img {
    width: 82px;
  }
}

.value-creation05__text {
  line-height: 1.8;
  margin-top: 16px;
}

.value-creation06__img {
  padding: 24px;
  background-color: #fff;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .value-creation06__img {
    border-radius: 12px;
    padding: 24px 16px 16px;
  }
}

/*----------------------------------
人的資本経営の推進ページ
----------------------------------*/
@media (max-width: 767px) {
  .human-intro .page-intro__title .d-iblock {
    display: inline-block;
  }
}

.human-sec {
  padding: 96px 0;
}
@media (max-width: 767px) {
  .human-sec {
    padding: 64px 0;
  }
}
.human-sec:nth-of-type(odd) {
  background-color: #F5F9FC;
}
.human-sec .wrapper .wrap + .wrap {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .human-sec .wrapper .wrap + .wrap {
    margin-top: 24px;
  }
}
.human-sec .wrap__img img {
  border-radius: 24px;
}
@media (max-width: 767px) {
  .human-sec .wrap__img img {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .human-sec .wrap__title {
    padding: 3px 9px 6px;
  }
}
.human-sec .wrap__text {
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .human-sec .wrap__text {
    text-align: left;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .human-sec .wrap__text .d-iblock {
    display: inline;
  }
}
@media (max-width: 1023px) {
  .human-sec .page-flex__img {
    margin-left: 23px;
  }
}
@media (max-width: 767px) {
  .human-sec .page-flex__img {
    margin: 24px 0 0 0;
  }
}

.human__content {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .human__content {
    margin-top: 48px;
  }
}

@media (max-width: 767px) {
  .human02 {
    padding: 61px 0 65px;
  }
}
.human02 .item {
  background-color: #fff;
}
.human02 .item + .item {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .human02 .item + .item {
    margin: 35px 0 0 0;
  }
}
.human02 .item__img img {
  border-radius: 12px;
}
.human02 .item__text {
  line-height: 1.8;
  margin-top: 23px;
}
@media (max-width: 767px) {
  .human02 .item__text {
    margin-top: 16px;
  }
}

.qualification-system {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .qualification-system {
    margin-top: 24px;
  }
}

.qualification-system__lists {
  display: flex;
  flex-wrap: wrap;
}

.qualification-system__list {
  width: calc(50% - 8px);
  padding: 16px;
  border-radius: 12px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .qualification-system__list {
    width: 100%;
    padding: 4px 8px;
  }
}
.qualification-system__list:nth-child(even) {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .qualification-system__list:nth-child(even) {
    margin: 8px 0 0 0;
  }
}
.qualification-system__list:nth-child(n+3) {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .qualification-system__list:nth-child(n+3) {
    margin-top: 8px;
  }
}

.human-caption {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 24px;
  text-align: right;
}
@media (max-width: 767px) {
  .human-caption {
    text-align: center;
  }
}
@media (max-width: 359px) {
  .human-caption {
    font-size: 1.3rem;
  }
}

.human03__items {
  display: flex;
}
@media (max-width: 767px) {
  .human03__items {
    display: block;
  }
}

.human03__item {
  width: calc(50% - 12px);
}
@media (max-width: 767px) {
  .human03__item {
    width: 100%;
  }
}
.human03__item + .human03__item {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .human03__item + .human03__item {
    margin: 24px 0 0 0;
  }
}

.human03__title {
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F9FC;
  border-radius: 20px;
  padding: 4px 10px 6px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .human03__title {
    font-size: 1.6rem;
    padding: 3px 10px 5px;
  }
}

.human03__img {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .human03__img {
    padding: 0 24px;
  }
}

@media (max-width: 767px) {
  .human04 .button {
    margin-top: 16px;
  }
}
.human04 .button-link {
  margin: auto;
  border: 1px solid;
  color: #0070EC;
  background-color: #fff;
}
@media (max-width: 767px) {
  .human04 .button-link {
    height: 50px;
  }
}
.human04 .button-link::after {
  background-image: url("../img/common/arrow_blue.svg");
}

.human-interview__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 767px) {
  .human-interview__items {
    display: block;
  }
}

.human-interview__item {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .human-interview__item {
    border-radius: 12px;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .human-interview__item + .human-interview__item {
    margin-top: 24px;
  }
}

.human-interview-image {
  position: relative;
}

.human-interview__img img {
  border-radius: 12px;
}

.human-interview__title {
  position: absolute;
  left: 0;
  bottom: 12px;
  padding: 8px 24px;
  background-image: linear-gradient(90deg, #0F81FF, #0FB1FF);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 0 12px 12px 0;
}
@media (max-width: 767px) {
  .human-interview__title {
    font-size: 1.6rem;
    padding: 4px 12px;
    border-radius: 0 6px 6px 0;
  }
}
@media (max-width: 359px) {
  .human-interview__title {
    font-size: 1.4rem;
  }
}

.human-interview__lead {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 24px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .human-interview__lead {
    margin-top: 16px;
  }
}

.human-position {
  font-weight: 700;
  margin-top: 16px;
  color: #0070EC;
  text-align: center;
}

.human-name {
  text-align: center;
}

/*----------------------------------
社員インタビューページ
----------------------------------*/
@media (max-width: 767px) {
  .page-interview-4 .interview-qa__wrap:last-of-type {
    padding: 24px 18px;
  }
}

.interview__title {
  text-align: center;
}
.interview__title .ttl {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  background: linear-gradient(90deg, #0F81FF 0%, #0FB1FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
}
@media (max-width: 767px) {
  .interview__title .ttl {
    font-size: 2.4rem;
  }
}

.interview__lead {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .interview__lead {
    font-size: 1.8rem;
    margin-top: 16px;
  }
}

.interview-info {
  margin-top: 96px;
  padding: 48px 60px;
  background-color: #F5F9FC;
  border-radius: 24px;
}
@media (max-width: 1023px) {
  .interview-info {
    padding: 48px 30px;
  }
}
@media (max-width: 767px) {
  .interview-info {
    margin-top: 24px;
    padding: 24px 24px 15px;
    border-radius: 12px;
  }
}
.interview-info .position {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0070EC;
}
@media (max-width: 767px) {
  .interview-info .position {
    text-align: center;
  }
}
.interview-info .name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .interview-info .name {
    font-size: 1.8rem;
    text-align: center;
  }
}

.interview-info__wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .interview-info__wrap {
    display: block;
  }
}

.interview-info__img {
  flex: 0 0 48.412%;
}
.interview-info__img img {
  border-radius: 24px;
}
@media (max-width: 767px) {
  .interview-info__img img {
    border-radius: 12px;
  }
}

.interview-info__content {
  flex: 0 0 48.3%;
  margin-left: 48px;
}
@media (max-width: 1023px) {
  .interview-info__content {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .interview-info__content {
    margin: 16px 0 0 0;
  }
}

.interview-info__lists {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .interview-info__lists {
    margin-top: 16px;
  }
}

.interview-info__list + .interview-info__list {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .interview-info__list + .interview-info__list {
    margin-top: 16px;
  }
}

.interview-info__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0070EC;
  position: relative;
  z-index: 1;
}
.interview-info__title::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0070EC;
  z-index: -1;
}
.interview-info__title .ttl {
  background-color: #F5F9FC;
  padding-right: 5px;
}

.interview-info__text {
  margin-top: 10px;
}

.interview__content {
  margin-top: 96px;
}
@media (max-width: 767px) {
  .interview__content {
    margin-top: 48px;
  }
}

.interview-qa__wrap {
  border: 8px solid #EEF4F9;
  border-radius: 24px;
  padding: 40px 23px;
}
@media (max-width: 767px) {
  .interview-qa__wrap {
    border-width: 6px;
    border-radius: 12px;
    padding: 24px 17px;
  }
}
.interview-qa__wrap + .interview-qa__wrap {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .interview-qa__wrap + .interview-qa__wrap {
    margin-top: 24px;
  }
}

.question {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}
@media (max-width: 767px) {
  .question {
    font-size: 1.8rem;
  }
}
.question .en {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  flex: 0 0 40px;
  height: 40px;
  border-radius: 6px;
  background-image: linear-gradient(90deg, #0F81FF, #0FB1FF);
  color: #fff;
  text-align: center;
  padding-top: 4px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .question .en {
    font-size: 2.4rem;
    padding-top: 8px;
    margin-top: -5px;
  }
}

.answer {
  margin-top: 16px;
}

.other-interview {
  margin-top: 96px;
  padding: 96px 0;
  background-color: #F5F9FC;
}
@media (max-width: 767px) {
  .other-interview {
    margin-top: 48px;
    padding: 62px 0 64px;
  }
}
.other-interview .human-interview__items {
  display: flex;
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .other-interview .human-interview__items {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .other-interview .human-interview__items {
    margin-top: 24px;
    gap: initial;
  }
}
.other-interview .human-interview__item {
  width: calc(33.333% - 16px);
  padding-bottom: 37px;
}
@media (max-width: 1023px) {
  .other-interview .human-interview__item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .other-interview .human-interview__item {
    width: 100%;
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .other-interview .human-interview__item .button {
    margin-top: 16px;
  }
}
.other-interview .human-interview__item .button-link {
  margin: auto;
  border: 1px solid;
  color: #0070EC;
  background-color: #fff;
}
@media (max-width: 767px) {
  .other-interview .human-interview__item .button-link {
    height: 50px;
  }
}
.other-interview .human-interview__item .button-link::after {
  background-image: url("../img/common/arrow_blue.svg");
}
@media (max-width: 1199px) {
  .other-interview .human-interview__item .button-link::after {
    right: 12px;
  }
}
@media (max-width: 1023px) {
  .other-interview .human-interview__item .button-link::after {
    right: 24px;
  }
}
@media (max-width: 767px) {
  .other-interview .human-interview__item .button-link::after {
    right: 16px;
  }
}
.other-interview .human-interview__title {
  padding: 4px 16px;
}
@media (max-width: 1199px) {
  .other-interview .human-interview__title {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .other-interview .human-interview__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .other-interview .human-interview__title {
    padding: 4px 12px;
  }
}
@media (max-width: 359px) {
  .other-interview .human-interview__title {
    font-size: 1.4rem;
  }
}
.other-interview .human-interview__lead.h-76 {
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .other-interview .human-interview__lead.h-76 {
    height: auto;
  }
}
.other-interview .button {
  margin-top: 32px;
}
.other-interview .button-link {
  width: 500px;
  max-width: 100%;
  height: 72px;
  margin: auto;
  border-radius: 40px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .other-interview .button-link {
    font-size: 1.6rem;
    width: 350px;
    height: 60px;
  }
}
.other-interview .button-link::after {
  width: 19px;
  height: 23px;
}
@media (max-width: 767px) {
  .other-interview .button-link::after {
    width: 11px;
    height: 15px;
  }
}

.other-interview__title {
  font-size: 2.8rem;
  font-weight: 700;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, #0F81FF, #0FB1FF);
  border-radius: 24px;
  color: #fff;
}
@media (max-width: 767px) {
  .other-interview__title {
    font-size: 1.8rem;
    line-height: 1.8;
    height: 36px;
  }
}

/*----------------------------------
フォーバルグループページ
----------------------------------*/
.group-sec {
  padding: 96px 0;
}
@media (max-width: 767px) {
  .group-sec {
    padding: 64px 0;
  }
}
.group-sec .button-link {
  width: 500px;
  max-width: 100%;
  height: 72px;
  border-radius: 40px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .group-sec .button-link {
    font-size: 1.4rem;
    width: 350px;
    height: 60px;
  }
}
@media (max-width: 359px) {
  .group-sec .button-link {
    text-align: center;
    padding: 0 30px;
  }
}
.group-sec .button-link::after {
  background-image: url("../img/group/icon_link.svg");
  width: 23px;
  height: 19px;
}
@media (max-width: 767px) {
  .group-sec .button-link::after {
    width: 12px;
    height: 10px;
  }
}

.group01 {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .group01 .inner {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .group01 .page-flex__wrap {
    display: contents;
  }
}
.group01 .button {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .group01 .button {
    margin-top: 24px;
  }
}

.page-flex-image {
  flex: 0 0 48.529%;
  margin-left: 48px;
}
@media (max-width: 1023px) {
  .page-flex-image {
    margin-left: 32px;
  }
}
@media (max-width: 767px) {
  .page-flex-image {
    margin: 24px 0 0 0;
  }
}
.page-flex-image .page-flex__img {
  flex: initial;
  margin-left: 0;
}
.page-flex-image .page-flex__img:first-of-type {
  width: 50.505%;
  margin: auto;
}
@media (max-width: 767px) {
  .page-flex-image .page-flex__img:first-of-type {
    width: 100%;
    max-width: 500px;
    padding: 0 24px;
  }
}
.page-flex-image .page-flex__img:nth-of-type(2) {
  margin-top: 48px;
}

.group__content {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .group__content {
    margin-top: 48px;
  }
}

.history__list {
  border-left: 4px solid #0070EC;
  padding-left: 20px;
}

.history__item {
  border-bottom: 1px dotted #999;
}

.history__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
@media (max-width: 767px) {
  .history__wrapper {
    display: block;
  }
}
@media (max-width: 767px) {
  .history__wrapper:nth-of-type(2) .history__title .year {
    display: none;
  }
}
@media (max-width: 767px) {
  .history__wrapper:nth-of-type(2) .history__title .ttl {
    margin: 0;
  }
}

.history__title {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.history__title .year {
  flex: 0 0 65px;
  font-size: 3.2rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #0070EC;
  line-height: 1;
}
@media (max-width: 767px) {
  .history__title .year {
    flex: 0 0 50px;
    font-size: 2.4rem;
  }
}
.history__title .ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: -5px 0 0 24px;
}
@media (max-width: 767px) {
  .history__title .ttl {
    margin: -3px 0 0 12px;
  }
}

.history__text {
  margin: 12px 0 0 89px;
}
@media (max-width: 767px) {
  .history__text {
    margin-left: 0;
  }
}

.history__img {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .history__img {
    margin: 10px 0 0 0;
  }
}
.history__img.w-127 {
  flex: 0 0 127px;
}
.history__img.w-80 {
  flex: 0 0 80px;
}

.group03 .button {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .group03 .button {
    margin-top: 48px;
  }
}
.group03 .button-link {
  margin: auto;
}

.group03__item {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .group03__item {
    display: block;
  }
}
.group03__item + .group03__item {
  margin-top: 32px;
}

.group03-left {
  flex: 0 0 390px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #F5F9FC;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 57px;
}
@media (max-width: 767px) {
  .group03-left {
    width: 450px;
    max-width: 100%;
    margin: auto;
    padding-top: 40px;
  }
}
@media (max-width: 359px) {
  .group03-left {
    padding-top: 30px;
  }
}

.group03__title {
  text-align: center;
}
.group03__title .en {
  display: inline-block;
  font-size: 4rem;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  background: linear-gradient(90deg, #0F81FF 0%, #0FB1FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 767px) {
  .group03__title .en {
    font-size: 2.4rem;
  }
}
.group03__title .ja {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0070EC;
  width: 200px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-top: 12px;
  padding-bottom: 3px;
}
@media (max-width: 767px) {
  .group03__title .ja {
    font-size: 1.8rem;
    width: 160px;
    height: 28px;
    margin-top: 5px;
  }
}

.group03-left__lists {
  width: 72.307%;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .group03-left__lists {
    width: 82.215%;
    margin-top: 16px;
  }
}

.group03-left__list {
  line-height: 1.8;
  padding-left: 22px;
  position: relative;
}
@media (max-width: 359px) {
  .group03-left__list {
    font-size: 1.3rem;
    padding-left: 15px;
  }
}
.group03-left__list::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #0070EC;
}
@media (max-width: 359px) {
  .group03-left__list::before {
    top: 6px;
  }
}
.group03-left__list + .group03-left__list {
  margin-top: 8px;
}

.group03-right {
  margin-left: 24px;
}
@media (max-width: 1023px) {
  .group03-right {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .group03-right {
    margin: 24px 0 0 0;
  }
}

.group03-right__list {
  padding-left: 1em;
  position: relative;
}
.group03-right__list + .group03-right__list {
  margin-top: 8px;
}
.group03-right__list::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0070EC;
}
.group03-right__list .font-small {
  font-size: 1.4rem;
}

.group03-caption {
  margin-top: 24px;
}
.group03-caption .cap {
  display: flex;
  font-size: 1.4rem;
}
.group03-caption .cap .font-small {
  font-size: 1.2rem;
  margin-right: 3px;
}

@media (max-width: 767px) {
  .group04 .text__wrap .text .d-iblock {
    display: inline-block;
  }
}

.group04__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 767px) {
  .group04__items {
    grid-template-columns: 1fr;
  }
}

.group04__item {
  background-color: #fff;
  border-radius: 24px;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .group04__item {
    border-radius: 12px;
  }
}

.group04__title {
  font-weight: 700;
  height: 60px;
  background-image: linear-gradient(90deg, #0F81FF, #0FB1FF);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px 24px 0 0;
}
@media (max-width: 767px) {
  .group04__title {
    height: 40px;
    border-radius: 12px 12px 0 0;
  }
}
.group04__title .ttl {
  font-size: 2.4rem;
}
@media (max-width: 1023px) {
  .group04__title .ttl {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .group04__title .ttl {
    font-size: 1.8rem;
  }
}
@media (max-width: 359px) {
  .group04__title .ttl {
    font-size: 1.6rem;
  }
}
.group04__title .sub-ttl {
  font-size: 1.8rem;
  margin-left: 24px;
  padding-left: 24px;
  border-left: 1px solid;
}
@media (max-width: 1023px) {
  .group04__title .sub-ttl {
    font-size: 1.6rem;
    margin-left: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .group04__title .sub-ttl {
    margin-left: 16px;
    padding-left: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 359px) {
  .group04__title .sub-ttl {
    font-size: 1.4rem;
    margin-left: 12px;
    padding-left: 12px;
  }
}

.group04__text {
  margin-top: 16px;
  text-align: center;
  padding: 0 24px;
}
@media (max-width: 767px) {
  .group04__text {
    margin-top: 12px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .group04__text .d-iblock {
    display: inline;
  }
}

.sdgs {
  margin-top: 24px;
  padding: 0 24px;
}
@media (max-width: 767px) {
  .sdgs {
    margin-top: 16px;
  }
}

.sdgs__title {
  font-weight: 700;
  color: #0070EC;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.sdgs__title:before, .sdgs__title:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #0070EC;
  display: inline-block;
}
.sdgs__title:before {
  margin-right: 12px;
}
.sdgs__title:after {
  margin-left: 12px;
}

.sdgs-image {
  display: flex;
  justify-content: center;
  gap: 12px 24px;
  margin-top: 16px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sdgs-image {
    gap: 8px;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .sdgs__img {
    width: calc(25% - 6px);
  }
}
@media (max-width: 767px) {
  .sdgs__img img {
    width: 100%;
  }
}

/*----------------------------------
採用情報ページ
----------------------------------*/
@media (max-width: 767px) {
  .recruit-intro .page-intro__title .d-iblock {
    display: inline-block;
  }
}
@media (max-width: 359px) {
  .recruit-intro .page-intro__title .d-iblock {
    display: inline;
  }
}

.recruit-sec {
  padding: 96px 0;
}
@media (max-width: 767px) {
  .recruit-sec {
    padding: 64px 0;
  }
}

.recruit__content {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .recruit__content {
    margin-top: 48px;
  }
}
.recruit__content .item__img img {
  border-radius: 12px;
}

.recrui01 .items {
  flex-wrap: wrap;
  justify-content: center;
  gap: 41px 24px;
  margin-top: 81px;
}
@media (max-width: 767px) {
  .recrui01 .items {
    margin-top: 58px;
  }
}
.recrui01 .item {
  width: calc(33.333% - 16px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .recrui01 .item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 767px) {
  .recrui01 .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .recrui01 .item + .item {
    margin-top: 34px;
  }
}
.recrui01 .item:nth-of-type(3n + 1) {
  margin-left: 0;
}
.recrui01 .item__title {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recrui01 .item__text {
  line-height: 1.8;
  margin-top: 23px;
  text-align: center;
}
@media (max-width: 767px) {
  .recrui01 .item__text {
    margin-top: 16px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .recrui01 .item__text .d-iblock {
    display: inline;
  }
}

.recrui02 {
  padding-bottom: 88px;
}
@media (max-width: 767px) {
  .recrui02 {
    padding-bottom: 56px;
  }
}
.recrui02 .text__wrap {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .recrui02 .text__wrap {
    margin-top: 24px;
  }
}

.recrui02__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 767px) {
  .recrui02__items {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 1220px) {
  .recrui02__item:first-of-type .recrui02__img img {
    width: 119px;
    width: 9.7540983607vw;
  }
}
@media (max-width: 767px) {
  .recrui02__item:first-of-type .recrui02__img img {
    width: 87px;
  }
}
@media (max-width: 767px) {
  .recrui02__item:first-of-type .recrui02__list:nth-child(2) {
    margin-right: 0;
  }
}
@media (max-width: 1220px) {
  .recrui02__item:nth-of-type(2) .recrui02__img img {
    width: 161px;
    width: 13.1967213115vw;
  }
}
@media (max-width: 767px) {
  .recrui02__item:nth-of-type(2) .recrui02__img img {
    width: 118px;
  }
}
@media (max-width: 1220px) {
  .recrui02__item:nth-of-type(3) .recrui02__img img {
    width: 153px;
    width: 12.5409836066vw;
  }
}
@media (max-width: 767px) {
  .recrui02__item:nth-of-type(3) .recrui02__img img {
    width: 112px;
  }
}

.recrui02-image {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 89px;
}
@media (max-width: 1220px) {
  .recrui02-image {
    padding-top: 89px;
    padding-top: 7.2950819672vw;
  }
}
@media (max-width: 767px) {
  .recrui02-image {
    width: 266px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 52px;
  }
}
@media (max-width: 359px) {
  .recrui02-image {
    width: auto;
    margin: 0 34px;
  }
}
@media (max-width: 340px) {
  .recrui02-image {
    padding-top: 37px;
  }
}

.recrui02__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 24px;
  line-height: 1.5;
}
@media (max-width: 1220px) {
  .recrui02__title {
    font-size: 24px;
    font-size: 1.9672131148vw;
    margin-top: 24px;
    margin-top: 1.9672131148vw;
  }
}
@media (max-width: 767px) {
  .recrui02__title {
    font-size: 1.8rem;
    margin-top: 16px;
  }
}
@media (max-width: 359px) {
  .recrui02__title {
    font-size: 1.5rem;
  }
}

.recrui02__lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .recrui02__lists {
    width: 500px;
    max-width: 100%;
    margin: 16px auto 0;
  }
}

.recrui02__list {
  padding-left: 18px;
  position: relative;
  margin: 0 12px 8px 0;
}
.recrui02__list::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #0070EC;
}

.recrui02__text {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .recrui02__text {
    width: 500px;
    max-width: 100%;
    margin: 8px auto 0;
  }
}

.recrui03 .text__wrap {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .recrui03 .text__wrap {
    margin-top: 24px;
  }
}

.voice__item + .voice__item {
  margin-top: 48px;
}

.voice-info__wrap {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .voice-info__wrap {
    display: block;
  }
}

.voice-info__content {
  flex: 0 0 calc(78.572% - 48px);
  margin-left: 48px;
}
@media (max-width: 1023px) {
  .voice-info__content {
    margin-left: 32px;
  }
}
@media (max-width: 767px) {
  .voice-info__content {
    margin-left: 0;
  }
}

.voice-info__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-bottom: 2px;
  background-image: linear-gradient(90deg, #0F81FF, #0FB1FF);
  border-radius: 18px;
  color: #fff;
}
@media (max-width: 1023px) {
  .voice-info__title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .voice-info__title {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 4px 10px 5px;
    height: auto;
    border-radius: 36px;
    text-align: center;
  }
}

.voice-info__wrapper {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .voice-info__wrapper {
    display: block;
    margin-top: 16px;
  }
}

.voice-info-left {
  flex: 0 0 263px;
  height: 76px;
  border-right: 1px solid #0070EC;
}
@media (max-width: 1023px) {
  .voice-info-left {
    flex: 0 0 253px;
  }
}
@media (max-width: 767px) {
  .voice-info-left {
    text-align: center;
    height: auto;
    border-right: none;
    padding-bottom: 16px;
    border-bottom: 1px dotted #999;
  }
}
.voice-info-left .position {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  color: #0070EC;
}
@media (max-width: 767px) {
  .voice-info-left .position {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.voice-info-left .name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .voice-info-left .name {
    font-size: 1.8rem;
  }
}

.voice-info-right {
  margin-left: 24px;
}
@media (max-width: 1023px) {
  .voice-info-right {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .voice-info-right {
    margin: 12px 0 0 0;
  }
}

.voice-info__list {
  display: flex;
}
@media (max-width: 767px) {
  .voice-info__list {
    align-items: center;
  }
}
.voice-info__list .year {
  flex: 0 0 61px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0070EC;
}
.voice-info__list .txt {
  margin: 2px 0 0 12px;
}
@media (max-width: 767px) {
  .voice-info__list .txt {
    margin-left: 8px;
  }
}

.voice-info__img {
  flex: 0 0 21.428%;
}
@media (max-width: 767px) {
  .voice-info__img {
    width: 400px;
    max-width: 100%;
    margin: 24px auto 0;
    padding: 0 38.5px;
  }
}

.voice__content {
  margin-top: 32px;
  padding: 32px 24px;
  border-radius: 24px;
  background-color: #F5F9FC;
}
@media (max-width: 767px) {
  .voice__content {
    margin-top: 24px;
    padding: 24px 24px 16px;
  }
}

.voice__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 4px 0 0 24px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .voice__title {
    font-size: 1.6rem;
    padding: 3px 0 0 8px;
    height: 32px;
  }
}

.voice__text {
  padding: 16px 0 24px 24px;
}
@media (max-width: 767px) {
  .voice__text {
    padding-left: 0;
  }
}
.voice__text:last-of-type {
  padding-bottom: 0;
}

.recruit-contact {
  padding: 96px 0;
}
@media (max-width: 767px) {
  .recruit-contact {
    padding: 64px 0;
  }
}
.recruit-contact .text__wrap {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .recruit-contact .text__wrap {
    margin-top: 24px;
  }
}
.recruit-contact .button-link {
  width: auto;
  max-width: 500px;
  height: 72px;
  border-radius: 40px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .recruit-contact .button-link {
    font-size: 1.6rem;
    height: 60px;
  }
}
@media (max-width: 359px) {
  .recruit-contact .button-link {
    text-align: center;
    padding: 0 30px;
  }
}
.recruit-contact .button-link::after {
  width: 19px;
  height: 23px;
}
@media (max-width: 767px) {
  .recruit-contact .button-link::after {
    width: 11px;
    height: 15px;
  }
}

/*----------------------------------
新着情報ページ
----------------------------------*/
.archive-news {
  padding-bottom: 96px;
}
@media (max-width: 767px) {
  .archive-news {
    padding-bottom: 64px;
  }
}
.archive-news .news__item .info {
  margin: 32px 0;
}
@media (max-width: 767px) {
  .archive-news .news__item .info {
    margin-bottom: 8px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

.page-numbers {
  margin-right: 24px;
  width: 32px;
  height: 32px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #0070EC;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
@media (max-width: 359px) {
  .page-numbers {
    margin-right: 15px;
  }
}
.page-numbers:last-child {
  margin-right: 0;
}
.page-numbers.prev, .page-numbers.next {
  width: 32px;
  height: 32px;
  position: relative;
}
.page-numbers.prev::after, .page-numbers.next::after {
  content: "";
  background: url("../img/common/arrow_blue.svg") no-repeat center left/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 15px;
}
@media (max-width: 767px) {
  .page-numbers.prev::after, .page-numbers.next::after {
    left: 55%;
    width: 25px;
    height: 8px;
  }
}
.page-numbers.prev:hover, .page-numbers.next:hover {
  opacity: 1;
  background-color: #0070EC;
}
.page-numbers.prev:hover::after, .page-numbers.next:hover::after {
  background-image: url("../img/common/arrow_white.svg");
}
.page-numbers.prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.page-numbers:hover {
  opacity: 1;
  background-color: #0070EC;
  color: #fff;
}
.page-numbers.current {
  color: #fff;
  background-color: #0070EC;
}
.page-numbers.current:hover {
  cursor: default;
}

.single-news {
  margin-top: 200px;
  padding-bottom: 96px;
}
@media (max-width: 767px) {
  .single-news {
    margin-top: 100px;
    padding-bottom: 64px;
  }
}
.single-news .button {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .single-news .button {
    margin-top: 24px;
  }
}
.single-news .button-link {
  width: 360px;
  height: 72px;
  border-radius: 40px;
  margin: auto;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .single-news .button-link {
    width: 311px;
  }
}
.single-news .button-link::after {
  width: 19px;
  height: 23px;
}
.single-news-head {
  padding: 0 15px 24px;
  border-bottom: 1px dotted #999;
}
@media (max-width: 767px) {
  .single-news-head {
    padding: 0 0 24px;
  }
}

.single-news-head__wrap {
  display: flex;
  align-items: center;
  line-height: 1;
}
.single-news-head__wrap .label {
  width: 96px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #fff;
  background-image: linear-gradient(90deg, #0F81FF, #0FB1FF);
  border-radius: 6px;
  padding-bottom: 2px;
}
.single-news-head__wrap .info__meta {
  margin-left: 12px;
}
.single-news-head__wrap .info__published {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  color: #0070EC;
}
@media (max-width: 767px) {
  .single-news-head__wrap .info__published {
    font-size: 1.6rem;
  }
}

.single-news__title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .single-news__title {
    font-size: 2rem;
  }
}

.single-news__content {
  margin-top: 48px;
  padding-bottom: 48px;
  border-bottom: 1px dotted #999;
}
@media (max-width: 767px) {
  .single-news__content {
    margin-top: 24px;
    padding-bottom: 24px;
  }
}
.single-news__content figure {
  margin: 48px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .single-news__content figure {
    margin: 24px 0;
  }
}
.single-news__content figure img {
  width: 800px;
  max-width: 100%;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .single-news__content figure img {
    border-radius: 12px;
  }
}
.single-news__content h2 {
  font-size: 2.8rem;
  font-weight: 700;
  padding: 16px 0 16px 24px;
  line-height: 1.5;
  border-left: 6px solid #0070EC;
  margin: 48px 0 24px;
}
@media (max-width: 767px) {
  .single-news__content h2 {
    font-size: 1.8rem;
    margin: 24px 0;
    padding: 8px 0 8px 12px;
  }
}
.single-news__content h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0070EC;
  margin: 32px 0 16px;
}
@media (max-width: 767px) {
  .single-news__content h3 {
    font-size: 1.8rem;
    margin-top: 24px;
  }
}
.single-news__content h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 5px 24px;
  background-color: #F5F9FC;
  border-radius: 50px;
  margin: 16px 0 12px;
}
@media (max-width: 767px) {
  .single-news__content h4 {
    font-size: 1.6rem;
    padding: 4px 16px;
  }
}
.single-news__content p {
  margin: 12px 0;
}
.single-news__content p strong {
  font-weight: 700;
}
.single-news__content a {
  color: #0070EC;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.single-news__content ul,
.single-news__content ol {
  list-style: initial;
  margin: 48px 0;
}
@media (max-width: 767px) {
  .single-news__content ul,
.single-news__content ol {
    margin: 24px 0;
  }
}
.single-news__content ul {
  padding-left: 16px;
}
.single-news__content ol {
  padding-left: 20px;
}
.single-news__content ol li {
  list-style-type: decimal;
}
.single-news__content li {
  list-style-type: initial;
}
.single-news__content li::marker {
  color: #0070EC;
}

/*----------------------------------
サイトマップページ
----------------------------------*/
.sitemap {
  padding-bottom: 96px;
}
@media (max-width: 767px) {
  .sitemap {
    padding-bottom: 64px;
  }
}

.sitemap__lead {
  text-align: center;
}
@media (max-width: 767px) {
  .sitemap__lead {
    text-align: left;
  }
}

.sitemap__items {
  margin-top: 48px;
}

.sitemap__item {
  padding: 48px;
  border-radius: 24px;
  background-color: #F5F9FC;
}
@media (max-width: 767px) {
  .sitemap__item {
    padding: 24px;
    border-radius: 12px;
  }
}
.sitemap__item + .sitemap__item {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .sitemap__item + .sitemap__item {
    margin-top: 24px;
  }
}
.sitemap__item:first-of-type, .sitemap__item:nth-of-type(3) {
  padding-bottom: 72px;
}
@media (max-width: 767px) {
  .sitemap__item:first-of-type, .sitemap__item:nth-of-type(3) {
    padding-bottom: 40px;
  }
}
.sitemap__item:nth-of-type(2) .sitemap__lists {
  flex-direction: column;
  height: 558px;
}
@media (max-width: 767px) {
  .sitemap__item:nth-of-type(2) .sitemap__lists {
    display: flex;
    height: auto;
  }
}
@media (max-width: 767px) {
  .sitemap__item:nth-of-type(2) .sitemap__list:first-child {
    order: 1;
  }
}
.sitemap__item:nth-of-type(2) .sitemap__list:nth-child(2) {
  margin: 48px 0 0 0;
}
@media (max-width: 767px) {
  .sitemap__item:nth-of-type(2) .sitemap__list:nth-child(2) {
    order: 3;
    margin-top: 24px;
  }
}
.sitemap__item:nth-of-type(2) .sitemap__list:nth-child(3) {
  margin: 0 0 0 48px;
}
@media (max-width: 767px) {
  .sitemap__item:nth-of-type(2) .sitemap__list:nth-child(3) {
    order: 2;
    margin: 24px 0 0 0;
  }
}

.sitemap__title .en {
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  background: linear-gradient(90deg, #0F81FF 0%, #0FB1FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
@media (max-width: 767px) {
  .sitemap__title .en {
    font-size: 3.6rem;
  }
}
.sitemap__title .ja {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 8px;
  display: block;
}
@media (max-width: 1023px) {
  .sitemap__title .ja {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .sitemap__title .ja {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.sitemap__wrap {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .sitemap__wrap {
    margin-top: 24px;
  }
}

.sitemap__lists {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sitemap__lists {
    display: block;
  }
}

.sitemap__list {
  width: calc(50% - 24px);
  position: relative;
}
@media (max-width: 767px) {
  .sitemap__list {
    width: 100%;
  }
}
.sitemap__list::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  border-bottom: 1px dotted #999;
}
@media (max-width: 767px) {
  .sitemap__list::after {
    top: 42px;
  }
}
.sitemap__list:nth-child(even) {
  margin-left: 48px;
}
@media (max-width: 767px) {
  .sitemap__list:nth-child(even) {
    margin: 32px 0 0 0;
  }
}
.sitemap__list:nth-child(n+3) {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .sitemap__list:nth-child(n+3) {
    margin-top: 32px;
  }
}
.sitemap__list a {
  display: block;
}
.sitemap__list > a {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.sitemap__list > a::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0070EC;
}
.sitemap__list > a::after {
  content: "";
  background: url("../img/common/arrow_white.svg") no-repeat center left/contain;
  position: absolute;
  top: 10px;
  right: 5px;
  width: 11px;
  height: 15px;
}
.sitemap__list > ul {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .sitemap__list > ul {
    margin-top: 27px;
  }
}
.sitemap__list ul li {
  padding-left: 1em;
  position: relative;
}
.sitemap__list ul li + li {
  margin-top: 8px;
}
.sitemap__list ul li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0070EC;
}
.sitemap__list ul li a {
  color: #0070EC;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sitemap__list ul li ul {
  margin: 12px 0 0 8px;
}

/*----------------------------------
個人情報保護方針ページ
----------------------------------*/
.policy {
  padding-bottom: 96px;
}
@media (max-width: 767px) {
  .policy {
    padding-bottom: 100px;
  }
}

.policy__list + .policy__list {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .policy__list + .policy__list {
    margin-top: 24px;
  }
}
.policy__list:nth-child(5) .policy__sub-lists {
  margin-top: 16px;
}
.policy__list:nth-child(6) .policy__sub-lists {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .policy__list:nth-child(6) .policy__sub-lists {
    margin-top: 16px;
  }
}
.policy__list:nth-child(6) .policy__sub-list + .policy__sub-list {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .policy__list:nth-child(6) .policy__sub-list + .policy__sub-list {
    margin-top: 16px;
  }
}
.policy__list:nth-child(11) .policy__sub-lists {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .policy__list:nth-child(11) .policy__sub-lists {
    margin-top: 16px;
  }
}
.policy__list:nth-child(11) .policy__sub-lists:nth-of-type(2) .policy__sub-list + .policy__sub-list {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .policy__list:nth-child(11) .policy__sub-lists:nth-of-type(2) .policy__sub-list + .policy__sub-list {
    margin-top: 16px;
  }
}
.policy__list:nth-child(11) .policy__sub-lists:nth-of-type(2) .policy__sub-list + .policy__sub-list ul {
  margin: 0;
}
.policy__list:nth-child(11) .list__wrap {
  margin: 0;
}
.policy__list:nth-child(11) .list__wrap p {
  padding-left: 0;
  text-indent: initial;
}
.policy__list:nth-child(11) .list__wrap p::before {
  content: none;
}
.policy__list:nth-child(12) .policy__sub-lists {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .policy__list:nth-child(12) .policy__sub-lists {
    margin-top: 16px;
  }
}

.policy__title {
  font-size: 2.8rem;
  font-weight: 700;
  padding: 16px 0 16px 24px;
  border-left: 6px solid #0070EC;
  margin-bottom: 24px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .policy__title {
    font-size: 1.8rem;
    padding: 8px 0 8px 12px;
    margin-bottom: 16px;
  }
}

.policy__text + .policy__text {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .policy__text + .policy__text {
    margin-top: 16px;
  }
}

.policy__sub-list ul {
  margin: 12px 0;
}

.list__wrap {
  margin: 8px 0 16px;
}
.list__wrap p {
  position: relative;
  padding-left: 1.5em;
}
.list__wrap p::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0070EC;
}

.last-text {
  margin-top: 48px;
  text-align: right;
}
@media (max-width: 767px) {
  .last-text {
    margin-top: 24px;
  }
}

/*----------------------------------
お問い合わせページ
----------------------------------*/
.contact-intro {
  padding-bottom: 96px;
}
@media (max-width: 767px) {
  .contact-intro {
    padding-bottom: 48px;
  }
}
.contact-intro .contact-part__item.tel {
  width: 100%;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.contact-intro .contact-part__item.tel .item__title {
  font-size: 4rem;
  padding-right: 35px;
}
@media (max-width: 767px) {
  .contact-intro .contact-part__item.tel .item__title {
    font-size: 1.8rem;
    padding-right: 0;
  }
}
.contact-intro .contact-part__item.tel .item__title::before {
  width: 37px;
  height: 60px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .contact-intro .contact-part__item.tel .item__title::before {
    width: 20px;
    height: 32px;
    margin-right: 8px;
  }
}
.contact-intro .contact-part__item.tel .tel-number {
  font-size: 6.4rem;
  margin-top: 20px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .contact-intro .contact-part__item.tel .tel-number {
    font-size: 5.2rem;
    margin-top: 12px;
  }
}

.contact {
  padding: 98px 0 96px;
}
@media (max-width: 767px) {
  .contact {
    padding: 65px 0 100px;
  }
}

.contact__title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .contact__title {
    font-size: 1.8rem;
  }
}
.contact__title::before {
  content: "";
  background: url("../img/common/icon_mail.svg") no-repeat center left/contain;
  width: 54px;
  height: 40px;
  display: inline-block;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .contact__title::before {
    background-image: url("../img/common/icon_mail_sp.svg");
    width: 32px;
    height: 24px;
    margin-right: 8px;
  }
}

.required-caption {
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .required-caption {
    margin-top: 16px;
  }
}

.contact__wrap {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .contact__wrap {
    margin-top: 24px;
  }
}
.contact__wrap .button {
  margin-top: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact__wrap .button {
    margin-top: 24px;
  }
}
.contact__wrap .button-link {
  font-family: "Noto Sans JP", sans-serif;
  width: 360px;
  height: 72px;
  margin: auto;
  border-radius: 40px;
  font-size: 2rem;
  border: none;
}
@media (max-width: 767px) {
  .contact__wrap .button-link {
    font-size: 1.6rem;
    width: 350px;
    height: 60px;
  }
}
.contact__wrap .button-link::after {
  width: 19px;
  height: 23px;
}
@media (max-width: 767px) {
  .contact__wrap .button-link::after {
    width: 11px;
    height: 15px;
  }
}
.contact__wrap .button-link:not(:disabled) {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.contact__wrap .button-link:not(:disabled):hover {
  opacity: 0.7;
}

.submit-arrow {
  position: relative;
  display: inline-block;
}
.submit-arrow::after {
  content: "";
  background: url(../img/common/arrow_white.svg) no-repeat center left/contain;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 19px;
  height: 23px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .submit-arrow::after {
    right: 16px;
    width: 11px;
    height: 15px;
  }
}

.wpcf7-spinner {
  display: none;
}

.contact-row {
  display: flex;
  align-items: center;
  padding: 24px;
  background-color: #fff;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .contact-row {
    display: block;
    border-radius: 12px;
  }
}
.contact-row + .contact-row {
  margin-top: 24px;
}
.contact-row:first-of-type {
  padding-right: 84px;
}
.contact-row:first-of-type, .contact-row:nth-of-type(2), .contact-row:last-of-type {
  align-items: flex-start;
}

.contact-title {
  flex: 0 0 285px;
}
@media (max-width: 1023px) {
  .contact-title {
    flex: 0 0 225px;
  }
}
.contact-title .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 8px 0 8px 18px;
  border-left: 6px solid #0070EC;
  display: inline-block;
}

.contact-text {
  flex: 0 0 calc(100% - 333px);
  max-width: 100%;
  margin-left: 48px;
}
@media (max-width: 1023px) {
  .contact-text {
    flex: 0 0 calc(100% - 273px);
  }
}
@media (max-width: 767px) {
  .contact-text {
    margin: 24px 0 0 0;
  }
}

input[type=text],
input[type=email] {
  width: 100%;
  height: 43px;
  padding-left: 10px;
  font-size: 16px;
  border: 1px solid #999;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  input[type=text],
input[type=email] {
    padding-left: 12px;
  }
}

::-moz-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}

textarea {
  width: 100%;
  height: 200px;
  padding: 9px 10px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #999;
}
@media (max-width: 767px) {
  textarea {
    height: 160px;
  }
}

.radio-content .contact-text .wpcf7-form-control.wpcf7-radio {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px 24px;
}
@media (max-width: 1149px) {
  .radio-content .contact-text .wpcf7-form-control.wpcf7-radio {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 869px) {
  .radio-content .contact-text .wpcf7-form-control.wpcf7-radio {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .radio-content .contact-text .wpcf7-form-control.wpcf7-radio {
    gap: 16px;
  }
}
.radio-content .contact-text .wpcf7-form-control.wpcf7-radio label {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.wpcf7-list-item {
  margin-left: 0;
}

input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  top: 1px;
  flex: 0 0 13px;
  height: 13px;
  border: 1px solid rgba(0, 0, 0, 0.54);
  border-radius: 50%;
  cursor: pointer;
  margin: 0 8px 0 0;
}

input[type=radio]:checked::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  content: "";
}

input[type=radio]:checked {
  border-color: #0070EC;
  background-color: #0070EC;
}

.check-box {
  margin-top: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .check-box {
    margin-top: 32px;
  }
}

@media (max-width: 359px) {
  .check-box__text {
    font-size: 1.5rem;
  }
}
.check-box__text a {
  color: #0070EC;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-check {
  margin-top: 4px;
}
.contact-check input {
  border-color: #000;
  margin: 0;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  top: 2px;
  position: relative;
}

.check-text {
  margin-left: 8px;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.contact-thanks {
  padding-bottom: 96px;
}
.contact-thanks .button {
  margin-top: 48px;
}
.contact-thanks .button-link {
  width: 360px;
  height: 72px;
  margin: auto;
  border-radius: 40px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .contact-thanks .button-link {
    width: 311px;
  }
}
.contact-thanks .button-link::after {
  width: 19px;
  height: 23px;
}

.contact-thanks__text {
  text-align: center;
}
@media (max-width: 767px) {
  .contact-thanks__text {
    text-align: left;
  }
}
.contact-thanks__text + .contact-thanks__text {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .contact-thanks__text .d-iblock {
    display: inline;
  }
}

/*----------------------------------
資料ダウンロードページ
----------------------------------*/
.resources {
  padding-bottom: 96px;
}
@media (max-width: 767px) {
  .resources {
    padding-bottom: 64px;
  }
}
.resources .button {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .resources .button {
    margin-top: 16px;
  }
}
.resources .button-link {
  width: 360px;
  max-width: 100%;
  height: 72px;
  border-radius: 40px;
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .resources .button-link {
    width: auto;
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .resources .button-link {
    font-size: 1.6rem;
    height: 60px;
  }
}
.resources .button-link::after {
  width: 19px;
  height: 23px;
}
@media (max-width: 767px) {
  .resources .button-link::after {
    width: 11px;
    height: 15px;
  }
}

.resources__lead {
  text-align: center;
}
@media (max-width: 767px) {
  .resources__lead {
    text-align: left;
  }
}

.resources-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
  padding: 48px;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .resources-box {
    padding: 24px;
    border-radius: 12px;
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .resources-box__content {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .resources__title {
    text-align: center;
  }
}
.resources__title .en {
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  background: linear-gradient(90deg, #0F81FF 0%, #0FB1FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
@media (max-width: 767px) {
  .resources__title .en {
    font-size: 3.2rem;
  }
}
.resources__title .ja {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 8px;
  display: block;
}
@media (max-width: 1023px) {
  .resources__title .ja {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .resources__title .ja {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.resources__text {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .resources__text {
    margin-top: 16px;
  }
}

.resources-box__img {
  flex: 0 0 47.656%;
  margin-left: 48px;
}
@media (max-width: 767px) {
  .resources-box__img {
    flex: 0 0 100%;
    margin-left: 0;
  }
}
.resources-box__img img {
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

/*----------------------------------
初期化
----------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  position: relative;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 2;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-wrap: break-word;
}

body.open {
  overflow: hidden;
}

main {
  position: relative;
}
main .pagetop {
  position: -webkit-sticky;
  position: sticky;
  left: 100%;
  bottom: 96px;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  background-color: rgba(245, 249, 252, 0.9);
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 8px 10px 10px rgba(0, 0, 0, 0.1);
  margin: -156px 144px 96px auto;
  z-index: 1;
  opacity: 0;
}
@media (max-width: 1732px) {
  main .pagetop {
    margin-right: 24px;
  }
}
@media (max-width: 1023px) {
  main .pagetop {
    bottom: 50px;
    margin: -85px 24px 25px auto;
  }
}
@media (max-width: 767px) {
  main .pagetop {
    bottom: 15px;
    margin: -92px 7px 32px auto;
  }
}
main .pagetop::after {
  content: "";
  background: url("../img/common/arrow_blue.svg") no-repeat center left/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 20px;
  height: 16px;
}
main .pagetop.fade-in {
  opacity: 1;
}
main .pagetop:hover {
  cursor: pointer;
}

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

a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover {
  opacity: 0.7;
}

.d-iblock {
  display: inline-block;
}

@media (max-width: 767px) {
  .sp-d-iblock {
    display: inline-block;
  }
}

/*----------------------------------
補完クラス
----------------------------------*/
@media (max-width: 1439px) {
  .hidden-xl {
    display: none;
  }
}

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

@media (max-width: 1366px) {
  .hidden-w1366 {
    display: none;
  }
}

@media (max-width: 1271px) {
  .hidden-w1272 {
    display: none;
  }
}

@media (max-width: 1249px) {
  .hidden-w1250 {
    display: none;
  }
}

@media (max-width: 1220px) {
  .hidden-w1220 {
    display: none;
  }
}

@media (max-width: 1199px) {
  .hidden-w1200 {
    display: none;
  }
}

@media (max-width: 1188px) {
  .hidden-w1188 {
    display: none;
  }
}

@media (max-width: 1149px) {
  .hidden-w1150 {
    display: none;
  }
}

@media (max-width: 899px) {
  .hidden-w900 {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-tab {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .block-tab {
    display: block;
  }
}

@media (max-width: 899px) {
  .block-w900 {
    display: block;
  }
}

@media (max-width: 449px) {
  .block-w450 {
    display: block;
  }
}

@media (max-width: 400px) {
  .block-w400 {
    display: block;
  }
}

@media (max-width: 375px) {
  .block-w376 {
    display: block;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media (max-width: 359px) {
  .hidden-sm {
    display: none;
  }
}

@media (max-width: 433px) {
  .hidden-w433 {
    display: none;
  }
}

@media (max-width: 389px) {
  .hidden-w390 {
    display: none;
  }
}

@media (max-width: 380px) {
  .hidden-w380 {
    display: none;
  }
}

@media (max-width: 374px) {
  .hidden-w375 {
    display: none;
  }
}

@media (max-width: 1099px) {
  .display-w1100 {
    display: block;
  }
}

.color-active {
  color: #00A6F6;
}

.font-size-small {
  font-size: 0.9em;
}

.font-em {
  font-weight: 700;
}

/*----------------------------------
共通パーツ
----------------------------------*/
.inner {
  width: min(100% - 100px, 1632px);
  margin: auto;
  height: inherit;
}
@media (max-width: 1023px) {
  .inner {
    width: min(100% - 60px, 1632px);
  }
}
@media (max-width: 767px) {
  .inner {
    width: min(100% - 32px, 1632px);
  }
}

.inner2 {
  width: min(100% - 100px, 1120px);
  margin: auto;
  height: inherit;
}
@media (max-width: 1023px) {
  .inner2 {
    width: min(100% - 60px, 1120px);
  }
}
@media (max-width: 767px) {
  .inner2 {
    width: min(100% - 32px, 1120px);
  }
}

.gradient-text {
  background: linear-gradient(90deg, #0F81FF 0%, #0FB1FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.title > span {
  line-height: 1;
}
@media (max-width: 767px) {
  .title.flex {
    display: block;
  }
}
.title.flex > span {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .title.flex > span {
    display: initial;
  }
}
.title.flex .ja {
  margin: 30px 0 0 64px;
}
@media (max-width: 1099px) {
  .title.flex .ja {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .title.flex .ja {
    display: block;
    margin: 8px 0 0 0;
  }
}
.title .en {
  font-size: 10rem;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  background: linear-gradient(90deg, #0F81FF 0%, #0FB1FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 1023px) {
  .title .en {
    font-size: 8.3rem;
  }
}
@media (max-width: 767px) {
  .title .en {
    font-size: 4.8rem;
  }
}
.title .ja {
  font-size: 3.6rem;
  font-weight: 700;
  margin-top: 16px;
  display: block;
}
@media (max-width: 1023px) {
  .title .ja {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .title .ja {
    font-size: 2.4rem;
    margin-top: 8px;
  }
}

.sub-title {
  padding: 16px 0 16px 24px;
  border-left: 6px solid #0070EC;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 48px 0 24px;
}
@media (max-width: 1023px) {
  .sub-title {
    font-size: 2rem;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .sub-title {
    padding: 8px 0 8px 12px;
    border-left-width: 4px;
    font-size: 1.8rem;
    margin-top: 24px;
  }
}
@media (max-width: 359px) {
  .sub-title {
    font-size: 1.7rem;
    padding-left: 9px;
  }
}

.lead {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .lead {
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  .lead {
    font-size: 1.8rem;
  }
}

.button {
  margin-top: 24px;
}

.button-link {
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 60px;
  border-radius: 30px;
  background-color: #0070EC;
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  .button-link {
    width: 350px;
    max-width: 100%;
    margin: auto;
  }
}
.button-link::after {
  content: "";
  background: url("../img/common/arrow_white.svg") no-repeat center left/contain;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 11px;
  height: 15px;
}
@media (max-width: 767px) {
  .button-link::after {
    right: 16px;
  }
}

/*----------------------------------
スクロールでふわっと
----------------------------------*/
.view {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

.view.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*----------------------------------
ヘッダー
----------------------------------*/
.header {
  background: #fff;
  padding: 11px 144px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 41;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1699px) {
  .header {
    padding: 11px 65px 11px 64px;
  }
}
@media (max-width: 1279px) {
  .header {
    height: 96px;
    padding: 11px 30px;
  }
}
@media (max-width: 767px) {
  .header {
    padding-left: 16px;
    height: 56px;
  }
}
@media (max-width: 359px) {
  .header {
    padding-left: 8px;
  }
}
.header.shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 767px) {
  .header__inner {
    justify-content: initial;
  }
}

.header__logo {
  position: absolute;
  top: 11px;
  left: 144px;
}
@media (max-width: 1699px) {
  .header__logo {
    left: 64px;
  }
}
@media (max-width: 1279px) {
  .header__logo {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    position: static;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.header__logo .header__lead {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (max-width: 1279px) {
  .header__logo .header__lead {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .header__logo .header__lead {
    font-size: 1rem;
    margin-left: 6px;
  }
}
@media (max-width: 359px) {
  .header__logo .header__lead {
    font-size: 0.8rem;
  }
}
.header__logo .header__img {
  display: inline-block;
  width: 142px;
  height: 50px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .header__logo .header__img {
    margin-top: 0;
    width: 113px;
    height: 40px;
  }
}
.header__logo .header__img img {
  width: 100%;
  height: 100%;
}

.header__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .header__wrap {
    position: static;
  }
}

.header__nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}

.header__nav-items {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__nav-items li {
  margin-right: 28px;
}
@media (max-width: 1699px) {
  .header__nav-items li {
    margin-right: 16px;
  }
}
.header__nav-items li a {
  color: #000;
  font-weight: 500;
  position: relative;
}
@media (max-width: 1279px) {
  .header__nav-items li a {
    font-size: 1.4rem;
  }
}

.header-buttons {
  display: flex;
  margin-left: 18px;
}
@media (max-width: 1699px) {
  .header-buttons {
    margin-left: 0;
  }
}
@media (max-width: 1449px) {
  .header-buttons {
    display: block;
  }
}
@media (max-width: 1023px) {
  .header-buttons {
    display: flex;
    margin-right: 80px;
  }
}
@media (max-width: 767px) {
  .header-buttons {
    display: none;
  }
}

.header-button:first-of-type .header-button-link {
  background-color: #0070EC;
}
.header-button:last-of-type {
  margin-left: 12px;
}
@media (max-width: 1449px) {
  .header-button:last-of-type {
    margin: 6px 0 0 0;
  }
}
@media (max-width: 1023px) {
  .header-button:last-of-type {
    margin: 0 0 0 12px;
  }
}
.header-button:last-of-type .header-button-link {
  background-color: #00A6F6;
}

.header-button-link {
  width: 200px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-bottom: 2px;
}
@media (max-width: 1449px) {
  .header-button-link {
    height: 32px;
  }
}
@media (max-width: 1279px) {
  .header-button-link {
    font-size: 1.4rem;
    width: 160px;
  }
}
.header-button-link::after {
  content: "";
  background: url("../img/common/arrow_white.svg") no-repeat center left/contain;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 11px;
  height: 15px;
}
@media (max-width: 1279px) {
  .header-button-link::after {
    right: 8px;
  }
}

.current-nav {
  position: relative;
  display: block;
}
.current-nav::before {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #0070EC;
  display: inline-block;
}

/*----------------------------------
ドロワー
----------------------------------*/
.drawer__toggle {
  display: none;
  width: 110px;
  height: 116px;
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 42;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1023px) {
  .drawer__toggle {
    display: block;
  }
}
@media (max-width: 767px) {
  .drawer__toggle {
    height: 56px;
    width: 56px;
    background-color: #fff;
  }
}

.drawer__wrapper {
  width: 50px;
  height: 33px;
  position: absolute;
  top: 28px;
  right: 24px;
}
@media (max-width: 767px) {
  .drawer__wrapper {
    top: 15px;
    right: 16px;
    width: 28px;
    height: 26px;
  }
}

.drawer__line {
  background: #000;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.3s;
  width: 50px;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .drawer__line {
    width: 28px;
    height: 2px;
  }
}

.drawer__line--center {
  top: 14.5px;
}
@media (max-width: 767px) {
  .drawer__line--center {
    top: 12px;
  }
}

.drawer__line--bottom {
  bottom: 1px;
}
@media (max-width: 767px) {
  .drawer__line--bottom {
    bottom: 0;
  }
}

.drawer__line--top.active {
  top: 12.5px;
  right: 0;
  transform: rotate(45deg);
  background: #000;
}
@media (max-width: 767px) {
  .drawer__line--top.active {
    top: 11.5px;
  }
}

.drawer__line--center.active {
  transform: scaleX(0);
}

.drawer__line--bottom.active {
  bottom: 19px;
  right: 0;
  transform: rotate(135deg);
  background: #000;
}
@media (max-width: 767px) {
  .drawer__line--bottom.active {
    bottom: 12.5px;
  }
}

/*gnav*/
.drawer__nav {
  background: #F5F9FC;
  height: 100%;
  position: fixed;
  width: 300px;
  z-index: 40;
  overflow: scroll;
  top: 96px;
  right: -120%;
  transition: all 1s;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .drawer__nav {
    top: 56px;
  }
}
.drawer__nav.active {
  right: 0;
  transition: all 0.6s;
}
.drawer__nav .header-buttons {
  display: block;
  margin: 32px 0 0 0;
}
.drawer__nav .header-button:last-of-type {
  margin: 12px 0 0 0;
}
.drawer__nav .header-button-link {
  width: 268px;
  height: 60px;
  border-radius: 30px;
  margin: auto;
  font-size: 1.6rem;
}
.drawer__nav .header-button-link::after {
  right: 16px;
  width: 14px;
  height: 18px;
}

.drawer__wrap {
  width: 100%;
}

.drawer__menu {
  width: 100%;
}
.drawer__menu > li {
  display: block;
  text-decoration: none;
  transition: 0.5s;
  position: relative;
  border-bottom: 1px dotted #999;
}
.drawer__menu > li > a {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #000;
  padding: 16px 30px 16px 16px;
  font-weight: 500;
}
.drawer__menu > li > a::after {
  content: "";
  background: url("../img/common/arrow_blue.svg") no-repeat center left/contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 14px;
  height: 18px;
}

.drawer-overlay {
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 39;
}
.drawer-overlay.open {
  display: block;
}

/*----------------------------------
トップページ：MV
----------------------------------*/
.mv {
  margin-top: 96px;
  padding-top: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .mv {
    margin-top: 56px;
    padding-top: 16px;
    padding-top: 4.2666666667vw;
  }
}
.mv::before {
  content: "";
  background: url("../img/top/mv_base.png") no-repeat center right/contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 650px;
  height: 33.8541666667vw;
  z-index: -1;
}
@media (max-width: 767px) {
  .mv::before {
    background-image: url("../img/top/mv_base_sp.png");
    height: 127px;
    height: 33.8666666667vw;
  }
}

.mv-copy > span {
  line-height: 1.5;
}
.mv-copy .en {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 12rem;
}
@media (max-width: 1499px) {
  .mv-copy .en {
    font-size: 120px;
    font-size: 8vw;
  }
}
@media (max-width: 767px) {
  .mv-copy .en {
    font-size: 48px;
    font-size: 12.8vw;
    line-height: 1.2;
  }
}
.mv-copy .ja {
  font-size: 6rem;
  font-weight: 700;
  display: block;
}
@media (max-width: 1499px) {
  .mv-copy .ja {
    font-size: 60px;
    font-size: 4vw;
  }
}
@media (max-width: 767px) {
  .mv-copy .ja {
    font-size: 24px;
    font-size: 6.4vw;
    margin-top: 16px;
    margin-top: 4.2666666667vw;
  }
}

.mv__img {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1499px) {
  .mv__img {
    margin-top: -100px;
    margin-top: -6.6666666667vw;
  }
}
@media (max-width: 767px) {
  .mv__img {
    margin-top: 9px;
    margin-top: 2.4vw;
    padding-left: 16px;
  }
}

.mv-bottom {
  padding: 40px 0 96px;
  background-image: linear-gradient(90deg, #0F81FF, #0FB1FF);
  position: relative;
}
@media (max-width: 767px) {
  .mv-bottom {
    padding-top: 20px;
    padding-top: 5.3333333333vw;
    padding-bottom: 64px;
    padding-bottom: 17.0666666667vw;
  }
}
.mv-bottom::before {
  content: "";
  background: url("../img/top/mv_bg.png") no-repeat center center/contain;
  position: absolute;
  top: 4px;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 553px;
  height: 28.8020833333vw;
}
@media (max-width: 767px) {
  .mv-bottom::before {
    top: -39.066667vw;
    background-image: url("../img/top/mv_bg_sp.png");
    height: 222px;
    height: 59.2vw;
  }
}
@media (max-width: 767px) {
  .mv-bottom::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    transform: translateY(-100%);
    width: 100%;
    height: 171px;
    height: 45.6vw;
    background-image: linear-gradient(90deg, #0F81FF, #0FB1FF);
  }
}
.mv-bottom .logo {
  box-shadow: 8px 10px 10px rgba(0, 0, 0, 0.1);
}

.mv-bottom__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1249px) {
  .mv-bottom__wrap {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .mv-bottom__wrap {
    display: block;
  }
}

.mv-bottom__title {
  font-size: 8rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
}
@media (max-width: 1249px) {
  .mv-bottom__title {
    flex: 0 0 30%;
    line-height: 1.2;
  }
}
@media (max-width: 1023px) {
  .mv-bottom__title {
    font-size: 5.4rem;
  }
}
@media (max-width: 767px) {
  .mv-bottom__title {
    font-size: 40px;
    font-size: 10.6666666667vw;
  }
}

.mv-bottom__content {
  flex: 0 0 42.8%;
  margin-left: 30px;
}
@media (max-width: 1249px) {
  .mv-bottom__content {
    flex: 0 0 52%;
  }
}
@media (max-width: 1023px) {
  .mv-bottom__content {
    flex: 0 0 57%;
  }
}
@media (max-width: 767px) {
  .mv-bottom__content {
    margin-left: 0;
  }
}

.mv-bottom__sub-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1023px) {
  .mv-bottom__sub-title {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) {
  .mv-bottom__sub-title {
    font-size: 18px;
    font-size: 4.8vw;
    margin-top: 16px;
  }
}

.mv-bottom__text {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.2;
  color: #fff;
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .mv-bottom__text {
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  .mv-bottom__text {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin: 16px 0 0 0;
  }
}

.logos {
  display: flex;
  gap: 24px;
  padding: 0 20px;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .logos {
    flex-wrap: wrap;
    gap: 16px;
    padding: 0;
    margin-top: 24px;
  }
}

.logo {
  width: 16.6666666667%;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
@media (max-width: 767px) {
  .logo {
    width: calc(33.333% - 10.6666666667px);
  }
}
.logo img {
  width: 75%;
}

/*----------------------------------
トップページ：NEWS
----------------------------------*/
.top-news {
  padding: 80px 0 96px;
  background-color: #F5F9FC;
}
@media (max-width: 767px) {
  .top-news {
    padding: 48px 0;
  }
}
.top-news .button {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .top-news .button {
    margin-top: 0;
  }
}
.top-news .button-link {
  width: 185px;
  height: 42px;
}
@media (max-width: 767px) {
  .top-news .button-link {
    width: 62px;
    background-color: initial;
    font-size: 1.6rem;
    color: #0070EC;
    justify-content: flex-start;
  }
}
.top-news .button-link::after {
  right: 16px;
}
@media (max-width: 767px) {
  .top-news .button-link::after {
    background-image: url("../img/common/arrow_blue.svg");
    top: 53%;
    right: 0;
  }
}

.top-news__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .top-news__wrap {
    display: block;
  }
}

.top-news__left {
  flex: 0 0 185px;
}
@media (max-width: 767px) {
  .top-news__left {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.top-news__title {
  text-align: center;
}
@media (max-width: 767px) {
  .top-news__title {
    text-align: left;
  }
}
.top-news__title span {
  display: block;
  line-height: 1.5;
}
.top-news__title .en {
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  color: #0070EC;
}
@media (max-width: 767px) {
  .top-news__title .en {
    font-size: 1.6rem;
  }
}
.top-news__title .ja {
  font-size: 2.4rem;
  font-weight: 700;
}

.top-news__right {
  flex: 0 0 calc(100% - 265px);
}
@media (max-width: 1023px) {
  .top-news__right {
    flex: 0 0 calc(100% - 215px);
  }
}

@media (max-width: 767px) {
  .news__items {
    margin-top: 8px;
  }
}

.news__item {
  border-bottom: 1px dotted #999;
}
.news__item .info {
  display: flex;
  align-items: center;
  margin: 16px 0;
  padding-right: 36px;
  position: relative;
}
@media (max-width: 767px) {
  .news__item .info {
    display: block;
    margin-bottom: 8px;
  }
}
.news__item .info::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0070EC;
}
.news__item .info::after {
  content: "";
  background: url("../img/common/arrow_white.svg") no-repeat center left/contain;
  position: absolute;
  top: 50%;
  right: 5.5px;
  transform: translateY(-50%);
  width: 10px;
  height: 14px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .news__item .info .info__meta {
    line-height: 1;
  }
}
.news__item .info .info__published {
  color: #0070EC;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
}
.news__item .info__title {
  margin-left: 48px;
  line-height: 1.8;
  color: #000;
  margin-top: 2px;
}
@media (max-width: 1023px) {
  .news__item .info__title {
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  .news__item .info__title {
    margin: 8px 0 0 0;
  }
}

/*----------------------------------
トップページ：事業内容、私たちの使命
----------------------------------*/
.top-sec {
  margin-top: 96px;
}
@media (max-width: 767px) {
  .top-sec {
    margin-top: 64px;
  }
}
.top-sec .flex {
  align-items: center;
}
@media (max-width: 767px) {
  .top-sec .flex {
    flex-direction: column-reverse;
    align-items: initial;
  }
}
.top-sec .content {
  flex: 0 0 48.529%;
}
@media (max-width: 1023px) {
  .top-sec .content {
    flex: 0 0 49%;
  }
}
@media (max-width: 767px) {
  .top-sec .content {
    margin-top: 48px;
  }
}
.top-sec .image {
  margin-left: 48px;
}
@media (max-width: 1023px) {
  .top-sec .image {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .top-sec .image {
    margin-left: 0;
  }
}

.top-business,
.top-mission {
  overflow: hidden;
}
.top-business .image,
.top-mission .image {
  width: 100vw;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .top-business .image,
.top-mission .image {
    width: auto;
    margin-right: -16px;
  }
}
.top-business .image img,
.top-mission .image img {
  border-radius: 40px 0 0 40px;
}
@media (max-width: 767px) {
  .top-business .image img,
.top-mission .image img {
    border-radius: 24px 0 0 24px;
  }
}

@media (max-width: 767px) {
  .top-mission {
    margin-top: 32px;
  }
}

.flex {
  display: flex;
}

.text__wrap .text {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .text__wrap .text .d-iblock {
    display: inline;
  }
}

/*----------------------------------
トップページ：BBCの価値創造ストーリー、人的資本経営の推進
----------------------------------*/
.section-center {
  text-align: center;
  padding: 64px 0 96px;
}
@media (max-width: 767px) {
  .section-center {
    padding: 48px 0;
  }
}
.section-center .inner {
  position: relative;
}
.section-center .content {
  color: #fff;
}
@media (max-width: 767px) {
  .section-center .content {
    margin-top: 0;
  }
}
.section-center .title,
.section-center .sub-title {
  padding: 0 28vw;
}
@media (min-width: 1920px) {
  .section-center .title,
.section-center .sub-title {
    padding: 0 528px;
  }
}
@media (max-width: 1023px) {
  .section-center .title,
.section-center .sub-title {
    padding: 0;
  }
}
.section-center .title {
  white-space: nowrap;
}
@media (max-width: 1599px) {
  .section-center .title {
    white-space: initial;
  }
}
.section-center .title .en {
  color: #fff;
}
.section-center .title .ja {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .section-center .title .ja {
    font-size: 1.8rem;
  }
}
.section-center .sub-title {
  padding: 0;
  border-left: none;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .section-center .sub-title {
    font-size: 2rem;
  }
}
@media (max-width: 359px) {
  .section-center .sub-title {
    font-size: 1.7rem;
  }
}
.section-center .text {
  font-weight: 500;
}
@media (max-width: 359px) {
  .section-center .text {
    font-size: 1.5rem;
  }
}
.section-center .button-link {
  margin: auto;
  background-color: #fff;
}

.value-creation {
  background-image: linear-gradient(90deg, #0F81FF, #0FB1FF);
}
.value-creation .button-link {
  color: #0070EC;
}
.value-creation .button-link::after {
  background-image: url("../img/common/arrow_blue.svg");
}

.human-capital {
  background-image: linear-gradient(90deg, #0FB1FF, #0FD3FF);
}
.human-capital .button-link {
  color: #00A6F6;
}
.human-capital .button-link::after {
  background-image: url("../img/common/arrow_blue2.svg");
}

@media (max-width: 1023px) {
  .section-center-images {
    display: flex;
    justify-content: center;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .section-center-images {
    margin-top: 24px;
  }
}

.section-center-image {
  position: absolute;
  top: 78px;
  top: 4.0625vw;
  width: 528px;
  width: 27.5vw;
}
@media (min-width: 1920px) {
  .section-center-image {
    top: 78px;
    width: 528px;
  }
}
@media (max-width: 1023px) {
  .section-center-image {
    position: static;
  }
}
@media (max-width: 767px) {
  .section-center-image {
    width: calc(50% - 4px);
  }
}
.section-center-image.left {
  left: 0;
}
.section-center-image.right {
  right: 0;
}
@media (max-width: 767px) {
  .section-center-image.right {
    margin-left: 8px;
  }
}

/*----------------------------------
トップページ：フォーバルグループ、採用情報
----------------------------------*/
.top-forval-group .flex,
.top-recruit .flex {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .top-forval-group .flex,
.top-recruit .flex {
    flex-direction: column;
    margin-top: 24px;
  }
}
.top-forval-group .image,
.top-recruit .image {
  flex: 0 0 48.529%;
  margin-left: 0;
}
@media (max-width: 1099px) {
  .top-forval-group .image,
.top-recruit .image {
    flex: 0 0 44%;
  }
}
@media (max-width: 1023px) {
  .top-forval-group .image,
.top-recruit .image {
    flex: 0 0 34%;
  }
}
.top-forval-group .content,
.top-recruit .content {
  flex: initial;
  margin-left: 48px;
}
@media (max-width: 767px) {
  .top-forval-group .content,
.top-recruit .content {
    margin: 24px 0 0 0;
  }
}
.top-forval-group .sub-title,
.top-recruit .sub-title {
  margin-top: 0;
}

@media (max-width: 849px) {
  .top-forval-group .title .en {
    flex: 0 0 272px;
  }
}
@media (max-width: 849px) {
  .top-forval-group .title .ja {
    margin-top: 106px;
  }
}
@media (max-width: 767px) {
  .top-forval-group .title .ja {
    margin: 8px 0 0 0;
  }
}
@media (max-width: 767px) {
  .top-forval-group .sub-title {
    padding-left: 15px;
  }
}

.top-recruit {
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .top-recruit {
    margin-bottom: 64px;
  }
}
.top-recruit .image img {
  border-radius: 24px;
}
@media (max-width: 767px) {
  .top-recruit .image img {
    border-radius: 12px;
  }
}

/*----------------------------------
全ページ共通：お問い合わせ・資料ダウンロード
----------------------------------*/
.contact-part {
  padding: 96px 0;
  background-image: linear-gradient(90deg, #0F81FF, #0FB1FF);
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact-part {
    padding: 64px 0;
  }
}
.contact-part::before {
  content: "Contact";
  position: absolute;
  top: -26px;
  top: -1.3541666667vw;
  left: -11px;
  left: -0.5729166667vw;
  font-size: 240px;
  font-size: 12.5vw;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  color: #fff;
  opacity: 0.2;
  line-height: 1;
}
@media (min-width: 1920px) {
  .contact-part::before {
    top: -26px;
    left: -11px;
    font-size: 24rem;
  }
}
@media (max-width: 767px) {
  .contact-part::before {
    top: -14px;
    left: 49%;
    transform: translateX(-50%);
    font-size: 12.4rem;
  }
}
@media (max-width: 374px) {
  .contact-part::before {
    font-size: 124px;
    font-size: 33.0666666667vw;
  }
}

.contact-part__title {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .contact-part__title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.contact-part__text {
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-top: 16px;
}

.contact-part__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .contact-part__items {
    margin-top: 16px;
  }
}

.contact-part__item {
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 8px 10px 10px rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-part__item {
    border-radius: 12px;
    padding: 32px 16px;
  }
}
.contact-part__item.mail, .contact-part__item.tel {
  width: calc(50% - 12px);
}
@media (max-width: 767px) {
  .contact-part__item.mail, .contact-part__item.tel {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-part__item.mail {
    padding-top: 36px;
  }
}
.contact-part__item.mail .item__title::before {
  background: url("../img/common/icon_mail.svg") no-repeat center left/contain;
  width: 55px;
  height: 42px;
}
@media (max-width: 767px) {
  .contact-part__item.mail .item__title::before {
    background-image: url("../img/common/icon_mail_sp.svg");
    width: 32px;
    height: 24px;
  }
}
.contact-part__item.mail .button {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .contact-part__item.mail .button {
    margin-top: 20px;
  }
}
.contact-part__item.mail .button-link {
  width: 360px;
  max-width: 100%;
  height: 72px;
  margin: auto;
  border-radius: 40px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .contact-part__item.mail .button-link {
    font-size: 1.8rem;
  }
}
.contact-part__item.mail .button-link::after {
  width: 18px;
  height: 22px;
}
@media (max-width: 767px) {
  .contact-part__item.mail .button-link::after {
    right: 16px;
  }
}
.contact-part__item.tel {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .contact-part__item.tel {
    margin: 16px 0 0 0;
    padding-bottom: 25px;
  }
}
.contact-part__item.tel .item__title::before {
  background: url("../img/common/icon_tel.svg") no-repeat center left/contain;
  width: 26px;
  height: 42px;
}
@media (max-width: 767px) {
  .contact-part__item.tel .item__title::before {
    width: 20px;
    height: 32px;
  }
}
.contact-part__item.tel .tel-number {
  display: inline-block;
  font-size: 5.2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #0070EC;
  margin-top: 12px;
}
@media (max-width: 374px) {
  .contact-part__item.tel .tel-number {
    font-size: 51px;
    font-size: 13.6vw;
  }
}
.contact-part__item.tel .tel-caption {
  font-size: 1.4rem;
}
.contact-part__item.download {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .contact-part__item.download {
    margin-top: 16px;
    padding-top: 26px;
  }
}
@media (max-width: 767px) {
  .contact-part__item.download .item__title {
    text-align: left;
  }
}
.contact-part__item.download .item__title::before {
  background: url("../img/common/icon_download.svg") no-repeat center left/contain;
  width: 57px;
  height: 42px;
}
@media (max-width: 767px) {
  .contact-part__item.download .item__title::before {
    background-image: url("../img/common/icon_download_sp.svg");
    width: 37px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .contact-part__item.download .button {
    margin-top: 16px;
  }
}
.contact-part__item.download .button-link {
  margin: auto;
  width: 360px;
  max-width: 100%;
  height: 72px;
  border-radius: 40px;
  background-color: #00A6F6;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .contact-part__item.download .button-link {
    font-size: 1.8rem;
  }
}
.contact-part__item.download .button-link::after {
  width: 18px;
  height: 22px;
}
@media (max-width: 767px) {
  .contact-part__item.download .button-link::after {
    right: 16px;
  }
}
.contact-part__item .item__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .contact-part__item .item__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .contact-part__item .item__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 359px) {
  .contact-part__item .item__title {
    font-size: 1.6rem;
  }
}
.contact-part__item .item__title::before {
  content: "";
  display: inline-block;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .contact-part__item .item__title::before {
    margin-right: 8px;
  }
}

.contact-part__wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .contact-part__wrap {
    display: block;
    margin-top: 16px;
  }
}

.contact-part__img {
  flex: 0 0 227px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .contact-part__img {
    margin: 0 16px;
  }
}

.contact-part__content {
  margin-left: 48px;
}
@media (max-width: 767px) {
  .contact-part__content {
    margin: 16px 0 0 0;
  }
}

/*----------------------------------
フッター
----------------------------------*/
.footer {
  padding-top: 90px;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 40px;
    overflow: hidden;
  }
}
.footer .footer-logos {
  background-color: #F5F9FC;
  margin-top: 48px;
  padding: 24px 17px;
}
@media (max-width: 767px) {
  .footer .footer-logos {
    margin-top: 32px;
  }
}
.footer .logos {
  margin: auto;
  width: 720px;
  max-width: 100%;
  padding: 0;
}

.footer__contents {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .footer__contents {
    display: block;
  }
}

.footer__left {
  flex: 0 0 352px;
}
@media (max-width: 1023px) {
  .footer__left {
    text-align: center;
  }
}

.footer-logo {
  width: 247px;
  display: block;
}
@media (max-width: 1023px) {
  .footer-logo {
    margin: auto;
  }
}

.company-name {
  font-weight: 700;
  margin-top: 8px;
}
@media (max-width: 359px) {
  .company-name {
    font-size: 1.4rem;
  }
}

.company-info {
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .company-info {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .company-info {
    margin-top: 16px;
  }
}

.footer__right {
  flex: 0 0 522px;
}
@media (max-width: 1023px) {
  .footer__right {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .footer__right {
    margin-top: 32px;
    padding-top: 32px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .footer__right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-top: 1px dotted #999;
  }
}

.footer__nav {
  display: flex;
}
@media (max-width: 1023px) {
  .footer__nav {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer__nav {
    display: block;
  }
}
.footer__nav ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .footer__nav ul {
    flex: 0 0 33.333%;
  }
}
.footer__nav ul + ul {
  margin-left: 48px;
}
@media (max-width: 1023px) {
  .footer__nav ul + ul {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer__nav ul + ul {
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  .footer__nav ul:last-child {
    flex: 0 0 130px;
  }
}
.footer__nav ul li + li {
  margin-top: 12px;
}
.footer__nav ul li .menu-title {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #0070EC;
  display: inline-block;
  margin-bottom: 4px;
  line-height: 1.4;
}
.footer__nav ul li a {
  color: #000;
}

.footer__other-nav {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dotted #999;
}
@media (max-width: 767px) {
  .footer__other-nav {
    margin-top: 32px;
    padding-top: 32px;
    border-top: none;
    position: relative;
  }
}
@media (max-width: 767px) {
  .footer__other-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-top: 1px dotted #999;
  }
}
.footer__other-nav ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__other-nav ul {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer__other-nav ul li + li {
    margin-top: 28px;
  }
}
.footer__other-nav ul li a {
  color: #000;
  font-size: 1.4rem;
}

.footer__copy {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 32px 0 28px;
}
@media (max-width: 767px) {
  .footer__copy {
    padding: 24px 0;
  }
}

.page-top {
  background: url(../img/arrow_interior_black_sp.svg) no-repeat center left/contain;
  position: fixed;
  bottom: 50px;
  right: 30px;
  width: 60px;
  height: 60px;
  transform: rotate(-90deg);
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .page-top {
    bottom: 80px;
    right: 30px;
    width: 50px;
    height: 50px;
  }
}
.page-top.fade-in {
  opacity: 1;
}
.page-top:hover {
  cursor: pointer;
}

.disable-auto-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

@media (max-width: 1439px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}