@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: min(3.467vw, 1.4rem);
  color: #000;
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  body {
    font-size: min(2.083vw, 1.7rem);
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: min(1.367vw, 1.6rem);
  }
}

p {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease-in-out;
}
a:hover {
  transition: all 0.3s ease-in-out;
}

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

@media print, screen and (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .pc-only {
    display: block;
  }
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

.js-target {
  opacity: 0;
}
.js-target.is-active {
  animation: fadeUp 0.5s linear 0.1s forwards;
}

@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color: inherit;
    text-decoration: none;
  }
}
footer.l-footer {
  position: relative;
  background: #00a4e7;
  padding: 48px 47px 37px;
}
@media print, screen and (min-width: 1024px) {
  footer.l-footer {
    padding: 80px 60px 60px;
  }
}
footer.l-footer.page::before {
  content: "";
  background: url(../../assets/images/common/triangle-blue_sp.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: -31px;
  right: 0;
  width: 112px;
  height: 32px;
}
@media print, screen and (min-width: 1024px) {
  footer.l-footer.page::before {
    background: url(../../assets/images/common/triangle-blue.svg) 0 0 no-repeat;
    background-size: contain;
    top: -122px;
    width: 429px;
    height: 122px;
  }
}

.l-footer__contact {
  background: #fff;
  border-radius: 7px;
  padding: 25px 30px 35px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .l-footer__contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 11px;
    padding: 30px 30px 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-footer__contact {
    max-width: 1176px;
    margin: 0 auto;
    padding: 37px 5.7% 35px;
  }
}
.l-footer__contact h2 {
  color: #005ba9;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .l-footer__contact h2 {
    font-size: 3rem;
    width: 130px;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-footer__contact h2 {
    font-size: min(3.418vw, 3.8rem);
    width: 15%;
    text-align: left;
  }
}

.l-footer__tel,
.l-footer__mail {
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .l-footer__tel,
  .l-footer__mail {
    width: calc((100% - 130px) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  .l-footer__tel,
  .l-footer__mail {
    width: 42.5%;
  }
}
.l-footer__tel a,
.l-footer__mail a {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-block;
}
@media print, screen and (min-width: 1024px) {
  .l-footer__tel a,
  .l-footer__mail a {
    font-size: 2.1rem;
  }
}

.l-footer__tel {
  margin-top: 21px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__tel {
    margin-top: 0;
    border-right: 1px solid #000;
    font-size: 2.1rem;
  }
}
.l-footer__tel::before {
  content: "";
  background: url(../../assets/images/common/icon_tel.svg) 0 0 no-repeat;
  background-size: contain;
  width: 22px;
  height: 29px;
  display: inline-block;
  margin-right: 9px;
  vertical-align: middle;
}
@media print, screen and (min-width: 1024px) {
  .l-footer__tel::before {
    width: 25px;
    height: 33px;
  }
}

.l-footer__mail {
  margin-top: 24px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__mail {
    margin-top: 0;
  }
}
.l-footer__mail::before {
  content: "";
  background: url(../../assets/images/common/icon_mail.svg) 0 0 no-repeat;
  background-size: contain;
  width: 28px;
  height: 19px;
  display: inline-block;
  margin-right: 9px;
  vertical-align: sub;
}
@media print, screen and (min-width: 1024px) {
  .l-footer__mail::before {
    width: 33px;
    height: 22px;
  }
}

.l-footer__navi {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .l-footer__navi {
    display: block;
    margin: 64px auto 0;
    max-width: 1176px;
  }
}

.l-footer__navi-list {
  display: flex;
  column-gap: 6.12%;
  font-size: min(1.465vw, 1.9rem);
}
.l-footer__navi-list a {
  color: #fff;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding-bottom: 4px;
}
.l-footer__navi-list a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.l-footer__navi-list a:hover::after {
  left: 0%;
  transition: all 0.3s ease-in-out;
}

.l-footer__info {
  margin-top: 48px;
  color: #fff;
}
@media print, screen and (min-width: 1024px) {
  .l-footer__info {
    display: flex;
    flex-wrap: wrap;
    margin: 90px auto 0;
    max-width: 1176px;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.l-footer__logo {
  width: 222px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  .l-footer__logo {
    width: 100%;
    margin: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-footer__logo img {
    width: 283px;
  }
}

.l-footer__address {
  margin-top: 28px;
  line-height: 1.7;
  font-size: 1.05rem;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .l-footer__address {
    margin-top: 40px;
    font-size: 1.6rem;
    text-align: left;
  }
}

.l-footer__copyright {
  text-align: center;
  margin-top: 22px;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 1024px) {
  .l-footer__copyright {
    margin-top: 0;
    text-align: right;
  }
}

.l-header {
  position: relative;
  background: #fff;
  height: 66px;
}
@media print, screen and (min-width: 768px) {
  .l-header {
    padding: 26px 41px 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-header {
    display: flex;
    padding: 0 41px;
    height: 123px;
  }
}

.l-header__logo {
  width: 167px;
}
@media print, screen and (min-width: 768px) {
  .l-header__logo {
    width: 438px;
  }
}
.l-header__logo a {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
  padding: 20px 10px;
  width: 167px;
}
@media print, screen and (min-width: 1024px) {
  .l-header__logo a {
    top: 0;
    left: 40px;
    height: 100%;
    padding: 26px 20px 31px;
    width: 438px;
  }
}
.l-header__logo img {
  width: 100%;
}

.l-header__pc-nav {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .l-header__pc-nav {
    display: block;
    width: calc(100% - 398px - 100px);
  }
}
@media print, screen and (min-width: 1440px) {
  .l-header__pc-nav {
    display: block;
    width: calc(100% - 398px - 150px);
  }
}

.l-header__pc-nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  column-gap: 2em;
  padding-top: 15px;
}
@media print, screen and (min-width: 1024px) {
  .l-header__pc-nav-list {
    padding-top: 0;
    column-gap: 1em;
    padding-right: 1em;
  }
}
@media print, screen and (min-width: 1440px) {
  .l-header__pc-nav-list {
    column-gap: 54px;
    padding-right: 0;
  }
}
.l-header__pc-nav-list a {
  font-weight: 600;
  color: #000;
  position: relative;
  font-size: min(1.465vw, 1.8rem);
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 1024px) {
  .l-header__pc-nav-list a {
    padding: 44px 1em 44px;
  }
}
.l-header__pc-nav-list a::before {
  content: "";
  background: #00a4e7;
  width: calc(100% - 2em);
  height: 2px;
  position: absolute;
  left: -100%;
  bottom: 46%;
  transition: all 0.3s ease-in-out;
}
@media print, screen and (min-width: 1440px) {
  .l-header__pc-nav-list a::before {
    bottom: 45%;
  }
}
.l-header__pc-nav-list a::after {
  content: attr(data-en);
  font-size: 1.1rem;
  display: block;
  margin-top: 6px;
  text-align: center;
}
.l-header__pc-nav-list a:hover::before {
  content: "";
  left: 1em;
  transition: all 0.3s ease-in-out;
}
.l-header__pc-nav-list a.is-active::before {
  content: "";
  background: #00a4e7;
  width: calc(100% - 2em);
  height: 2px;
  position: absolute;
  left: 1em;
  transition: all 0.3s ease-in-out;
}

.l-header__toggle {
  position: fixed;
  top: 25px;
  right: 15px;
  z-index: 100;
  width: 20px;
  height: 14px;
}
@media print, screen and (min-width: 1024px) {
  .l-header__toggle {
    width: 45px;
    height: 31px;
    top: 50px;
    right: 54px;
  }
}
.l-header__toggle span {
  transition: all 0.3s ease-in-out;
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 1024px) {
  .l-header__toggle span {
    background: #00a4e7;
    width: 45px;
  }
}
.l-header__toggle span:nth-of-type(2) {
  top: 6px;
}
@media print, screen and (min-width: 1024px) {
  .l-header__toggle span:nth-of-type(2) {
    top: 14px;
  }
}
.l-header__toggle span:nth-of-type(3) {
  top: 12px;
}
@media print, screen and (min-width: 1024px) {
  .l-header__toggle span:nth-of-type(3) {
    top: 29px;
  }
}
.l-header__toggle.is-active span {
  transition: all 0.3s ease-in-out;
  top: 6px;
  background: #fff;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 1024px) {
  .l-header__toggle.is-active span {
    top: 14px;
  }
}
.l-header__toggle.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__toggle.is-active span:nth-of-type(3) {
  transform: rotate(-45deg);
}
.l-header__toggle:hover {
  cursor: pointer;
}

.l-header__menu {
  position: fixed;
  top: -100vh;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100svh;
  height: 100%;
  background: url(../../assets/images/common/logo_white.svg) bottom right no-repeat #00a4e7;
  background-size: 50%;
  transition: all 0.3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .l-header__menu {
    background-size: 318px, 282px;
  }
}
.l-header__menu.is-active {
  top: 0;
}
.l-header__menu.is-active .l-header__menu-navi {
  min-height: 768px;
}

.l-header__menu-navi {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  row-gap: 27px;
  padding: 85px 40px 80px 45px;
}
@media print, screen and (min-width: 1024px) {
  .l-header__menu-navi {
    padding: 17.3vh 31.9% 0 13%;
    row-gap: 80px;
  }
}
.l-header__menu-navi li {
  width: 50%;
}
@media print, screen and (min-width: 1024px) {
  .l-header__menu-navi li {
    width: 33.3333333333%;
  }
}
.l-header__menu-navi li:nth-of-type(6) a {
  width: 100%;
}
.l-header__menu-navi li:nth-of-type(6) a::before, .l-header__menu-navi li:last-of-type a::before {
  width: 6em;
}
.l-header__menu-navi a {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  padding: 30px 10px;
  display: block;
  width: 90%;
}
@media print, screen and (min-width: 1024px) {
  .l-header__menu-navi a {
    font-size: min(2.539vw, 3rem);
  }
}
.l-header__menu-navi a::before {
  content: "";
  background: #fff;
  width: 4em;
  height: 1px;
  position: absolute;
  left: -100%;
  bottom: 2.5em;
  transition: all 0.3s ease-in-out;
}
@media print, screen and (min-width: 1024px) {
  .l-header__menu-navi a::before {
    bottom: 1.7em;
  }
}
.l-header__menu-navi a::after {
  content: attr(data-en);
  font-size: 1.1rem;
  display: block;
  margin-top: 6px;
}
@media print, screen and (min-width: 1024px) {
  .l-header__menu-navi a::after {
    font-size: min(1.367vw, 1.8rem);
    margin-top: 10px;
  }
}
.l-header__menu-navi a:hover::before {
  content: "";
  left: 10px;
  transition: all 0.3s ease-in-out;
}

.l-page-body.recruit {
  background: #00a4e7;
}

h1.l-page__title {
  color: #005ba9;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  h1.l-page__title {
    font-size: min(4.688vw, 4rem);
  }
}
@media print, screen and (min-width: 1024px) {
  h1.l-page__title {
    font-size: min(4.199vw, 5.6rem);
  }
}
h1.l-page__title p {
  display: inline-block;
  padding: 0 1.5em 0;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  h1.l-page__title p {
    padding: 0 1.5em 0;
  }
}
h1.l-page__title p::before {
  content: "";
  background: url(../../assets/images/common/frame.svg) 0 0 no-repeat;
  background-size: contain;
  width: 17px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
}
@media print, screen and (min-width: 768px) {
  h1.l-page__title p::before {
    width: 30px;
    height: 52px;
    top: calc(50% - 26px);
  }
}
@media print, screen and (min-width: 1024px) {
  h1.l-page__title p::before {
    width: 38px;
    height: 67px;
    top: calc(50% - 33px);
  }
}
h1.l-page__title p::after {
  content: "";
  background: url(../../assets/images/common/frame.svg) 0 0 no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  width: 17px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
}
@media print, screen and (min-width: 768px) {
  h1.l-page__title p::after {
    width: 30px;
    height: 52px;
    top: calc(50% - 26px);
  }
}
@media print, screen and (min-width: 1024px) {
  h1.l-page__title p::after {
    width: 38px;
    height: 67px;
    top: calc(50% - 33px);
  }
}
h1.l-page__title.white {
  color: #fff;
}
h1.l-page__title.white p {
  display: inline-block;
  padding: 0 1.5em 0;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  h1.l-page__title.white p {
    padding: 0 1.5em 0;
  }
}
h1.l-page__title.white p::before {
  content: "";
  background: url(../../assets/images/common/frame_white.svg) 0 0 no-repeat;
  background-size: contain;
  width: 17px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
}
@media print, screen and (min-width: 768px) {
  h1.l-page__title.white p::before {
    width: 30px;
    height: 52px;
    top: calc(50% - 26px);
  }
}
@media print, screen and (min-width: 1024px) {
  h1.l-page__title.white p::before {
    width: 38px;
    height: 67px;
    top: calc(50% - 33px);
  }
}
h1.l-page__title.white p::after {
  content: "";
  background: url(../../assets/images/common/frame_white.svg) 0 0 no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  width: 17px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
}
@media print, screen and (min-width: 768px) {
  h1.l-page__title.white p::after {
    width: 30px;
    height: 52px;
    top: calc(50% - 26px);
  }
}
@media print, screen and (min-width: 1024px) {
  h1.l-page__title.white p::after {
    width: 38px;
    height: 67px;
    top: calc(50% - 33px);
  }
}

.p-about {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-about {
    margin-top: 65px;
  }
}
.p-about h2 {
  text-align: center;
  font-weight: 500;
  line-height: 2.14;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .p-about h2 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-about h2 {
    font-size: 2.5rem;
  }
}

.p-about__logo {
  margin: 64px auto 0;
  width: 48.53%;
  max-width: 258px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-about__logo {
    margin-top: 80px;
  }
}

.p-about__button {
  margin-top: 63px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-about__button {
    margin-top: 47px;
  }
}

.p-achievement {
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .p-achievement {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-achievement {
    margin-top: 132px;
  }
}

.p-achievement__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-achievement__list {
    column-gap: 6%;
    row-gap: 50px;
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-achievement__list {
    column-gap: 6.5%;
    row-gap: 70px;
    margin-top: 60px;
  }
}

.p-achievement__item {
  width: 100%;
}
.p-achievement__item img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-achievement__item {
    width: 47%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-achievement__item {
    width: 29%;
  }
}

.p-business__inner {
  padding: 40px 20px 80px;
}
@media print, screen and (min-width: 768px) {
  .p-business__inner {
    padding: 50px 30px 120px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business__inner {
    padding: 78px 50px 238px;
    max-width: 1276px;
    margin: 0 auto;
  }
}

.p-business__lead {
  line-height: 1.8;
  font-size: 1.125em;
  margin-top: 40px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .p-business__lead {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-business__lead {
    margin-top: 80px;
    margin-bottom: 107px;
  }
}

.p-company-detail {
  position: relative;
  padding: 60px 20px 100px;
}
@media print, screen and (min-width: 768px) {
  .p-company-detail {
    padding: 80px 30px 120px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-company-detail {
    padding: 118px 50px 197px;
  }
}
.p-company-detail::after {
  content: "";
  background: url(../../assets/images/common/triangle-white_sp.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 97;
  top: -30px;
  right: 0;
  width: 112px;
  height: 32px;
}
@media print, screen and (min-width: 1024px) {
  .p-company-detail::after {
    background: url(../../assets/images/common/triangle-white.svg) 0 0 no-repeat;
    background-size: contain;
    top: -122px;
    width: 429px;
    height: 122px;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-company-detail__inner {
    max-width: 880px;
    margin: 0 auto;
  }
}

.p-company-detail__item h3 {
  color: #005ba9;
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 2em;
}
@media print, screen and (min-width: 768px) {
  .p-company-detail__item h3 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-company-detail__item h3 {
    font-size: min(1.758vw, 2rem);
    margin-top: 46px;
  }
}
.p-company-detail__item:nth-of-type(1) h3 {
  margin-top: 0;
}
.p-company-detail__item p {
  margin: 1em 0 0 1em;
  line-height: 1.72;
}
.p-company-detail__item ul {
  list-style-type: disc;
  line-height: 1.72;
  margin: 1em 0 0 2.2em;
}
.p-company-detail__item ul.indent {
  margin: 0 0 0 2.5em;
}
.p-company-detail__item ul.career {
  margin: 0 0 0 1.5em;
}

dl.p-company-detail__list {
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1024px) {
  dl.p-company-detail__list {
    font-size: 1.125em;
  }
}
dl.p-company-detail__list dt {
  width: 8em;
  line-height: 2;
  color: #005ba9;
  font-weight: 500;
}
dl.p-company-detail__list dd {
  width: calc(100% - 8em);
  margin: 0;
  line-height: 2;
  border-left: 1px solid #000;
  font-weight: 400;
  padding-left: 1.5em;
}

dl.p-company-detail__list-child {
  display: flex;
  flex-wrap: wrap;
}
dl.p-company-detail__list-child dt {
  color: #000;
  width: auto;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  dl.p-company-detail__list-child dt {
    width: 7em;
  }
}
dl.p-company-detail__list-child dd {
  border-left: none;
  padding-left: 1em;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  dl.p-company-detail__list-child dd {
    width: calc(100% - 7em);
    padding-left: 0;
  }
}
.p-company__header {
  background: url(../../assets/images/company/header-img.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 60px 20px 140px;
}
@media print, screen and (min-width: 768px) {
  .p-company__header {
    padding: 70px 30px 150px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-company__header {
    padding: 80px 50px 215px;
  }
}
.p-company__header h1 {
  font-weight: 700;
  font-size: min(7.467vw, 3.2rem);
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-company__header h1 {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-company__header h1 {
    font-size: min(4.883vw, 6.4rem);
  }
}

.p-company__header-text {
  text-align: center;
  line-height: 2.2;
  font-size: min(3.733vw, 1.6rem);
  margin-top: 2em;
}
@media print, screen and (min-width: 768px) {
  .p-company__header-text {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-company__header-text {
    font-size: min(1.758vw, 2.3rem);
  }
}

.p-contact {
  background: #e7e8e8;
  padding: 60px 20px 80px;
}
@media print, screen and (min-width: 768px) {
  .p-contact {
    padding: 80px 30px 130px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-contact {
    padding: 102px 50px 210px;
  }
}

.p-contact__lead {
  margin-top: 4em;
  text-align: center;
  line-height: 1.75;
  font-size: 1.125em;
}

.p-contact__body {
  background: #fff;
  border-radius: 10px;
  padding: 30px 26px 40px;
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-contact__body {
    padding: 50px 40px 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-contact__body {
    border-radius: 20px;
    padding: 80px 60px 100px;
    max-width: 900px;
    margin: 60px auto 0;
  }
}

.p-contact__item {
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
  margin-bottom: 24px;
  line-height: 1.75;
}
@media print, screen and (min-width: 768px) {
  .p-contact__item {
    padding-bottom: 30px;
    margin-bottom: 36px;
  }
}
.p-contact__item p {
  line-height: 1;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .p-contact__item p {
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-contact__item p {
    margin-bottom: 1.5em;
  }
}
.p-contact__item p span {
  display: inline-block;
  font-size: 0.9em;
  color: #fff;
  padding: 0.3em 0.5em;
  margin-left: 10px;
}
.p-contact__item p span.required {
  background: #ff0000;
}
.p-contact__item p span.any {
  background: #757575;
}
.p-contact__item input,
.p-contact__item textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0.5em 1em;
  width: 100%;
  display: block;
  margin-top: 8px;
}
@media print, screen and (min-width: 768px) {
  .p-contact__item input,
  .p-contact__item textarea {
    padding: 1em 1em;
  }
}
.p-contact__item textarea {
  height: 150px;
}

.p-contact__item p:last-of-type {
  margin-bottom: 0;
}
.p-contact__item p:last-of-type span {
  width: 100%;
  font-size: 1em;
  margin-left: 0;
  padding: 0;
}
.p-contact__item p:last-of-type span input {
  margin-top: 0;
}

.p-contact__item-title {
  font-weight: 500;
  font-size: 1.125em;
  color: #005ba9;
}

.p-contact__modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.p-contact__modal-content {
  background-color: #fff;
  max-width: 900px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  width: 90%;
}
@media print, screen and (min-width: 768px) {
  .p-contact__modal-content {
    padding: 50px 40px;
  }
}
.p-contact__modal-content h3 {
  margin-top: 2em;
  line-height: 1.4;
}
.p-contact__modal-content p {
  margin-top: 1em;
  line-height: 1.75;
}
.p-contact__modal-content p + p {
  margin-top: 0.5em;
}
.p-contact__modal-content p a {
  display: block;
  word-wrap: break-word;
  color: #005ba9;
  text-decoration: underline;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 3rem;
}

#confirm-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.p-contact__check {
  display: flex;
  justify-content: center;
  column-gap: 5px;
  align-items: flex-end;
}
.p-contact__check span {
  display: inline-block;
  color: #005ba9;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.p-contact__check span:hover {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.p-contact__button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  column-gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-contact__button {
    column-gap: 20px;
  }
}
.p-contact__button .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}
.p-contact__button p {
  display: flex;
  gap: 10px;
}

input.p-contact__submit,
input.p-contact__back {
  text-align: center;
  border-radius: 5px;
  background: #00a4e7;
  color: #fff;
  font-size: 1.125em;
  padding: 0.5em 1em;
  border: none;
  transition: all 0.3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  input.p-contact__submit,
  input.p-contact__back {
    padding: 0.8em 3em;
  }
}
input.p-contact__submit:hover,
input.p-contact__back:hover {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  opacity: 0.8;
}

input.p-contact__back {
  background-color: #757575;
}

.p-contact__tanks {
  margin-top: 4em;
  line-height: 1.75;
  font-size: 1.125em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-contact__tanks {
    margin-top: 70px;
  }
}

.p-contact__back-top {
  margin-top: 2em;
  font-size: 1.125em;
  text-align: center;
}
.p-contact__back-top a {
  color: #005ba9;
  text-decoration: underline;
  font-weight: 500;
}

.p-csr {
  background: #e7e8e8;
}

.p-csr__inner {
  padding: 40px 20px 50px;
}
@media print, screen and (min-width: 768px) {
  .p-csr__inner {
    padding: 50px 30px 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-csr__inner {
    padding: 78px 50px 77px;
    max-width: 1276px;
    margin: 0 auto;
  }
}

.p-csr__wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  .p-csr__wrap {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-csr__wrap {
    margin-top: 89px;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-csr__body {
    width: 55.2%;
  }
}
.p-csr__body p {
  font-size: 1.1875em;
  line-height: 2.2;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-csr__body p {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-csr__body p {
    margin-top: 57px;
  }
}
.p-csr__body h3 {
  margin-top: 40px;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .p-csr__body h3 {
    margin-top: 50px;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-csr__body h3 {
    margin-top: 77px;
    font-size: min(2.441vw, 3rem);
  }
}
.p-csr__body h4 {
  color: #005ba9;
  font-size: 1.1875em;
  font-weight: 700;
  margin-top: 1.5em;
  line-height: 2.2;
}
@media print, screen and (min-width: 768px) {
  .p-csr__body h4 {
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-csr__body h4 {
    margin-top: 37px;
  }
}

ul.p-csr__list {
  margin-left: 2em;
  margin-top: 1em;
  list-style-type: disc;
  line-height: 1.75;
}

.p-csr__img {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 1024px) {
  .p-csr__img {
    width: 35%;
    flex-wrap: wrap;
    row-gap: 30px;
    align-content: flex-start;
    padding-right: 70px;
  }
}
.p-csr__img img {
  display: block;
  width: 46%;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.35);
  max-width: 337px;
}
@media print, screen and (min-width: 1024px) {
  .p-csr__img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

.p-csr__wrap--sdgs {
  margin-top: 80px;
}
@media print, screen and (min-width: 768px) {
  .p-csr__wrap--sdgs {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-csr__wrap--sdgs {
    margin-top: 145px;
    max-width: 1153px;
  }
}
.p-csr__wrap--sdgs h3 {
  background: #005ba9;
  color: #fff;
  padding: 0.8em 1em;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .p-csr__wrap--sdgs h3 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-csr__wrap--sdgs h3 {
    font-size: min(1.855vw, 2.3rem);
    width: 100%;
    margin-bottom: 54px;
  }
}

.p-csr__sdgs-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
  row-gap: 10px;
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-csr__sdgs-list {
    column-gap: 4%;
    row-gap: 20px;
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-csr__sdgs-list {
    margin-top: 90px;
    column-gap: 6.6%;
    row-gap: 66px;
  }
}

.p-csr__sdgs-img {
  display: block;
  width: 31%;
}
@media print, screen and (min-width: 768px) {
  .p-csr__sdgs-img {
    width: 22%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-csr__sdgs-img {
    width: 20%;
  }
}

.p-csr__sdgs-lead {
  font-size: 1.1875em;
  line-height: 2.2;
  margin-top: 24px;
}
@media print, screen and (min-width: 768px) {
  .p-csr__sdgs-lead {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-csr__sdgs-lead {
    margin-top: 58px;
  }
}

.p-csr__sdgs {
  margin-top: 40px;
}
@media print, screen and (min-width: 1024px) {
  .p-csr__sdgs {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-csr__sdgs:last-of-type {
    margin-top: 89px;
  }
}
.p-csr__sdgs .p-csr__body p:nth-of-type(1) {
  margin-top: 1.5em;
}
@media print, screen and (min-width: 1024px) {
  .p-csr__sdgs .p-csr__body p:nth-of-type(1) {
    margin-top: 0;
  }
}

.p-csr__img.sdgs {
  margin-top: 30px;
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .p-csr__img.sdgs {
    margin-top: 0;
    width: 43%;
    padding-right: 4.3%;
    text-align: right;
  }
}
.p-csr__img.sdgs img {
  width: 70%;
  max-width: 445px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  .p-csr__img.sdgs img {
    margin: 0;
    display: inline-block;
    width: 89.7%;
  }
}

ol.p-csr__num-list {
  list-style-type: decimal;
  color: #005ba9;
  font-size: 1.2em;
  margin-top: 1.5em;
  margin-left: 2em;
  line-height: 1.57;
  font-weight: 700;
}
@media print, screen and (min-width: 1024px) {
  ol.p-csr__num-list {
    font-size: min(1.66vw, 1.9rem);
    margin-top: 0;
  }
}
ol.p-csr__num-list li {
  margin-top: 0.7em;
}
ol.p-csr__num-list li:nth-of-type(1) {
  margin-top: 0;
}

.p-csr__sponsor {
  background: url(../../assets/images/csr/sponsor-img-01.webp) center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  position: relative;
  color: #fff;
  padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
  .p-csr__sponsor {
    aspect-ratio: 288/205;
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-csr__sponsor {
    padding: 0 50px;
  }
}
.p-csr__sponsor::before {
  content: "";
  background: url(../../assets/images/csr/sponsor-bg_sp.svg) 0 0 no-repeat;
  width: 375px;
  height: 32px;
  z-index: 97;
  position: absolute;
  right: 0;
  top: 0;
}
@media print, screen and (min-width: 1024px) {
  .p-csr__sponsor::before {
    width: 1440px;
    height: 124px;
  }
}
.p-csr__sponsor::after {
  content: "";
  background: #e7e8e8;
  width: 60%;
  height: 32px;
  z-index: 96;
  position: absolute;
  left: 0;
  top: 0;
}
@media print, screen and (min-width: 768px) {
  .p-csr__sponsor::after {
    width: 70%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-csr__sponsor::after {
    width: 50%;
    height: 123px;
  }
}

.p-csr__sponsor-inner {
  margin: 0 auto;
  padding-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .p-csr__sponsor-inner {
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-csr__sponsor-inner {
    padding-top: 198px;
    max-width: 1176px;
    padding-right: 21.76%;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-csr__sponsor-inner {
    padding-right: 256px;
  }
}
.p-csr__sponsor-inner h2 {
  font-weight: 500;
  font-size: 2rem;
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.3em;
}
@media print, screen and (min-width: 768px) {
  .p-csr__sponsor-inner h2 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-csr__sponsor-inner h2 {
    font-size: min(3.516vw, 4rem);
  }
}
.p-csr__sponsor-inner p {
  margin-top: 1.7em;
  line-height: 1.91;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .p-csr__sponsor-inner p {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-csr__sponsor-inner p {
    font-size: min(1.855vw, 2.3rem);
    margin-top: 58px;
  }
}

.p-greeting {
  position: relative;
}
.p-greeting::after {
  content: "";
  background: url(../../assets/images/common/triangle-white_sp.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 97;
  top: -32px;
  right: 0;
  width: 112px;
  height: 32px;
}
@media print, screen and (min-width: 1024px) {
  .p-greeting::after {
    background: url(../../assets/images/common/triangle-white.svg) 0 0 no-repeat;
    background-size: contain;
    top: -122px;
    width: 429px;
    height: 122px;
  }
}

.p-company__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 60px 20px 80px;
  row-gap: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-company__inner {
    padding: 70px 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-company__inner {
    padding: 107px 50px;
    max-width: 1107px;
    margin: 0 auto;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-greeting__body {
    width: 59%;
  }
}
.p-greeting__body h2 {
  font-weight: 500;
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .p-greeting__body h2 {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-greeting__body h2 {
    font-size: min(2.93vw, 3.3rem);
  }
}
.p-greeting__body p {
  margin-top: 30px;
  font-size: 1.5rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .p-greeting__body p {
    line-height: 2.2;
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-greeting__body p {
    font-size: min(1.66vw, 1.9rem);
    margin-top: 48px;
  }
}
.p-greeting__body p .p-greeting__name {
  margin-top: 30px;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .p-greeting__body p .p-greeting__name {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-greeting__body p .p-greeting__name {
    font-size: min(1.563vw, 1.8rem);
    margin-top: 48px;
  }
}
.p-greeting__body p span {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .p-greeting__body p span {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-greeting__body p span {
    font-size: min(2.148vw, 2.6rem);
  }
}

.p-greeting__img {
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .p-greeting__img {
    width: 29.2%;
    margin-top: 10%;
  }
}

.p-greeting__img--pc {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .p-greeting__img--pc {
    display: block;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-greeting__img--sp {
    display: none;
  }
}

.p-logo__inner {
  padding: 40px 20px 80px;
}
@media print, screen and (min-width: 768px) {
  .p-logo__inner {
    padding: 50px 30px 120px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-logo__inner {
    padding: 78px 50px 238px;
    max-width: 1276px;
    margin: 0 auto;
  }
}

.p-logo__main-img {
  margin: 60px auto 0;
  max-width: 383px;
  width: 50%;
}
@media print, screen and (min-width: 768px) {
  .p-logo__main-img {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-logo__main-img {
    margin-top: 140px;
  }
}

.p-logo__wrap {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  max-width: 784px;
}
@media print, screen and (min-width: 768px) {
  .p-logo__wrap {
    margin-top: 140px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-logo__wrap {
    margin: 193px auto 0;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-logo__body {
    width: 60.4%;
  }
}
.p-logo__body p {
  margin-top: 30px;
  font-size: 1.1875em;
  line-height: 2.2;
}
@media print, screen and (min-width: 768px) {
  .p-logo__body p {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-logo__body p {
    margin-top: 55px;
  }
}

.p-logo__img {
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  .p-logo__img {
    width: 26.78%;
    margin: 0;
  }
}
.p-logo__img img {
  display: block;
}
.p-logo__img p {
  margin-top: 1em;
  line-height: 1.75;
}

.p-logo__logo {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-logo__logo {
    margin-top: 120px;
    row-gap: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-logo__logo {
    row-gap: 130px;
    margin-top: 162px;
  }
}
.p-logo__logo img {
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 740px;
}

.p-mv {
  position: relative;
  animation: fadeIn 2s ease 0s 1;
}
.p-mv h1 {
  color: #fff;
  position: absolute;
  left: 1.5em;
  top: 1em;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.46;
  z-index: 97;
  opacity: 0;
  animation: fadeUp 1s ease 1s forwards;
}
@media print, screen and (min-width: 768px) {
  .p-mv h1 {
    left: 2em;
    top: 1.5em;
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-mv h1 {
    left: 100px;
    top: auto;
    bottom: 40px;
    font-size: min(4.199vw, 5.8rem);
  }
}
.p-mv::after {
  content: "";
  background: url(../../assets/images/common/triangle-white_sp.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 97;
  bottom: 0;
  right: 0;
  width: 112px;
  height: 32px;
}
@media print, screen and (min-width: 768px) {
  .p-mv::after {
    width: 224px;
    height: 64px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-mv::after {
    background: url(../../assets/images/common/triangle-white.svg) 0 0 no-repeat;
    background-size: contain;
    width: 429px;
    height: 122px;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-mv__slider {
    width: 100%;
    height: 100%;
    aspect-ratio: 720/367;
  }
}

.p-mv__slider--pc {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .p-mv__slider--pc {
    display: block;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-mv__slider--sp {
    display: none;
  }
}

.p-mv__slider img {
  width: 100%;
}

.p-news {
  background: #e7e8e8;
  padding: 60px 0 80px;
}
@media print, screen and (min-width: 1024px) {
  .p-news {
    padding: 102px 0 210px;
  }
}

.p-news__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-top: 40px;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .p-news__list {
    max-width: 1176px;
    margin: 60px auto 0;
    row-gap: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-news__list {
    row-gap: 70px;
    margin-top: 80px;
  }
}

.p-news__item {
  width: 47%;
}
@media print, screen and (min-width: 768px) {
  .p-news__item {
    width: 29.16%;
  }
}

.p-news__date {
  display: inline-block;
  margin-top: 1em;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .p-news__date {
    font-size: 1.4rem;
  }
}

.p-news__img {
  overflow: hidden;
}
.p-news__img img {
  transition: all 0.3s ease-in-out;
}
.p-news__img:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}

.p-news__title {
  display: block;
  margin-top: 0.8em;
  line-height: 1.5;
}
.p-news__title:hover {
  color: #00a4e7;
}

.post-item {
  display: none;
}

.post-item.show {
  display: list-item;
}

.p-news__more-button {
  display: block;
  width: 140px;
  margin: 50px auto 0;
  border: none;
  background: #00a4e7;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 0.8em;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .p-news__more-button {
    font-size: 1.6rem;
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-news__more-button {
    font-size: 1.8rem;
    margin-top: 80px;
    width: 180px;
  }
}
.p-news__more-button:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.p-page-header {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 75/26;
}
@media print, screen and (min-width: 768px) {
  .p-page-header {
    aspect-ratio: 144/37;
  }
}
.p-page-header::after {
  content: "";
  background: url(../../assets/images/common/triangle-white_sp.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 97;
  bottom: 0;
  right: 0;
  width: 112px;
  height: 32px;
}
@media print, screen and (min-width: 1024px) {
  .p-page-header::after {
    background: url(../../assets/images/common/triangle-white.svg) 0 0 no-repeat;
    background-size: contain;
    width: 429px;
    height: 122px;
  }
}
.p-page-header.business {
  background: url(../../assets/images/business/header-img_sp.webp) center top no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .p-page-header.business {
    background: url(../../assets/images/business/header-img.webp) center top no-repeat;
    background-size: cover;
  }
}
.p-page-header.recruit {
  background: url(../../assets/images/recruit/header-img_sp.webp) center top no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .p-page-header.recruit {
    background: url(../../assets/images/recruit/header-img.webp) center top no-repeat;
    background-size: cover;
  }
}
.p-page-header.recruit::after {
  content: "";
  background: url(../../assets/images/common/triangle-blue_sp.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 97;
  bottom: 0;
  right: 0;
  width: 112px;
  height: 32px;
}
@media print, screen and (min-width: 1024px) {
  .p-page-header.recruit::after {
    background: url(../../assets/images/common/triangle-blue.svg) 0 0 no-repeat;
    background-size: contain;
    width: 429px;
    height: 122px;
  }
}
.p-page-header.csr {
  background: url(../../assets/images/csr/header-img_sp.webp) center top no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .p-page-header.csr {
    background: url(../../assets/images/csr/header-img.webp) center top no-repeat;
    background-size: cover;
  }
}
.p-page-header.csr::after {
  content: "";
  background: url(../../assets/images/common/triangle-gray.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 97;
  bottom: 0;
  right: 0;
  width: 112px;
  height: 32px;
}
@media print, screen and (min-width: 1024px) {
  .p-page-header.csr::after {
    background: url(../../assets/images/common/triangle-gray.svg) 0 0 no-repeat;
    background-size: contain;
    width: 429px;
    height: 122px;
  }
}
.p-page-header.logo {
  background: url(../../assets/images/logo/header-img_sp.webp) center top no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .p-page-header.logo {
    background: url(../../assets/images/logo/header-img.webp) center top no-repeat;
    background-size: cover;
  }
}

.p-philosophy {
  position: relative;
  background: #e7e8e8;
  padding: 50px 40px 70px;
}
@media print, screen and (min-width: 768px) {
  .p-philosophy {
    padding: 100px 50px 120px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-philosophy {
    padding: 140px 70px 180px;
  }
}
.p-philosophy::after {
  content: "";
  background: url(../../assets/images/common/triangle-gray_sp.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 97;
  top: -32px;
  right: 0;
  width: 112px;
  height: 32px;
}
@media print, screen and (min-width: 1024px) {
  .p-philosophy::after {
    background: url(../../assets/images/common/triangle-gray.svg) 0 0 no-repeat;
    background-size: contain;
    top: -122px;
    width: 429px;
    height: 122px;
  }
}

.p-philosophy__body {
  background: url(../../assets/images/company/philosophy.webp) center center no-repeat;
  background-size: cover;
  padding: 30px 30px 40px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 768px) {
  .p-philosophy__body {
    padding: 50px 50px 70px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-philosophy__body {
    padding: 80px 12% 100px;
    max-width: 983px;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-philosophy__body {
    padding: 80px 125px 100px;
  }
}
.p-philosophy__body h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  text-align: center;
  font-size: 2rem;
  color: #005ba9;
  position: relative;
  padding-bottom: 0.3em;
}
@media print, screen and (min-width: 768px) {
  .p-philosophy__body h2 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-philosophy__body h2 {
    font-size: min(3.516vw, 4rem);
  }
}
.p-philosophy__body h2::after {
  content: "";
  background: #005ba9;
  width: 4em;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 2em);
}
.p-philosophy__body p {
  font-family: "Zen Old Mincho", serif;
  margin-top: 1em;
  line-height: 2;
  font-weight: 500;
  position: relative;
  padding-left: 2em;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .p-philosophy__body p {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-philosophy__body p {
    font-size: min(2.344vw, 2.8rem);
  }
}
.p-philosophy__body p::before {
  content: "一、";
  position: absolute;
  top: 0;
  left: 0;
}
.p-philosophy__body p:nth-of-type(1) {
  margin-top: 1.5em;
}
.p-philosophy__body h3 {
  text-align: center;
  margin-top: 2em;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  font-size: min(5.2vw, 2.4rem);
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .p-philosophy__body h3 {
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-philosophy__body h3 {
    font-size: min(3.613vw, 4.2rem);
  }
}

.p-recruit__inner {
  padding: 40px 20px 0;
}
@media print, screen and (min-width: 768px) {
  .p-recruit__inner {
    padding: 50px 30px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-recruit__inner {
    padding: 78px 50px 0;
    max-width: 1276px;
    margin: 0 auto;
  }
}

h2.p-recruit__title {
  color: #fff;
  text-align: center;
  padding-bottom: 0.4em;
  position: relative;
  font-size: min(6.667vw, 3rem);
  font-weight: 500;
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  h2.p-recruit__title {
    font-size: min(4.688vw, 4rem);
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  h2.p-recruit__title {
    font-size: min(3.906vw, 4.5rem);
    margin-top: 111px;
  }
}
h2.p-recruit__title::after {
  content: "";
  width: 13em;
  height: 1px;
  background: #fff;
  position: absolute;
  left: calc(50% - 6.5em);
  bottom: 0;
}

.p-recruit__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 907px;
  margin: 0 auto;
}

.p-recruit__item {
  display: flex;
  margin-top: 50px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-recruit__item {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-recruit__item {
    margin-top: 115px;
  }
}

.p-recruit__img {
  width: 95px;
  padding-right: 18px;
}
@media print, screen and (min-width: 768px) {
  .p-recruit__img {
    width: 129px;
    padding-right: 27px;
  }
}

.p-recruit__body {
  width: calc(100% - 95px);
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  font-size: 1.5rem;
  position: relative;
  line-height: 1.45;
}
@media print, screen and (min-width: 768px) {
  .p-recruit__body {
    font-size: 1.375em;
    padding: 30px;
    border-radius: 20px;
    width: calc(100% - 129px);
  }
}
@media print, screen and (min-width: 1024px) {
  .p-recruit__body {
    padding: 35px 32px;
  }
}
.p-recruit__body::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 15px solid #ffffff;
  border-left: 0;
  position: absolute;
  top: 35px;
  left: -14px;
}

.p-recruit__item.answer {
  margin-top: 24px;
}
@media print, screen and (min-width: 768px) {
  .p-recruit__item.answer {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-recruit__item.answer {
    margin-top: 57px;
  }
}
.p-recruit__item.answer .p-recruit__img {
  order: 2;
  padding: 0 0 0 18px;
}
@media print, screen and (min-width: 768px) {
  .p-recruit__item.answer .p-recruit__img {
    padding: 0 0 0 27px;
  }
}
.p-recruit__item.answer .p-recruit__body {
  color: #005ba9;
  order: 1;
}
.p-recruit__item.answer .p-recruit__body::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 15px solid #ffffff;
  border-right: 0;
  position: absolute;
  top: 35;
  right: -14px;
  left: auto;
}

.p-recruit__button {
  margin: 60px auto 0;
  padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
  .p-recruit__button {
    margin-top: 100px;
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-recruit__button {
    margin-top: 160px;
    max-width: 1176px;
    padding: 0 50px;
  }
}
.p-recruit__button a {
  display: block;
  text-align: center;
  color: #fff;
  background: #005ba9;
  font-size: 2rem;
  font-weight: 500;
  padding: 20px;
  border-radius: 11px;
}
@media print, screen and (min-width: 768px) {
  .p-recruit__button a {
    font-size: 2.5rem;
    padding: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-recruit__button a {
    font-size: min(2.441vw, 3rem);
    padding: 44px 0 36px;
  }
}
.p-recruit__button a::after {
  content: "";
  background: url(../../assets/images/common/arrow-03.svg) 0 0 no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .p-recruit__button a::after {
    margin-left: 60px;
  }
}
.p-recruit__button a:hover {
  color: #000;
  background: #fff;
}
.p-recruit__button a:hover::after {
  content: "";
  background: url(../../assets/images/common/arrow-02.svg) 0 0 no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .p-recruit__button a:hover::after {
    margin-left: 60px;
  }
}

.p-single {
  padding: 30px 0 80px;
}
@media print, screen and (min-width: 1024px) {
  .p-single {
    padding: 100px 0 210px;
  }
}

.p-single__inner {
  padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
  .p-single__inner {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-single__inner {
    padding: 0 50px;
    max-width: 1100px;
    margin: 0 auto;
  }
}

h1.p-single__title {
  color: #005ba9;
  font-weight: 500;
  font-size: min(5.333vw, 2.4rem);
}
@media print, screen and (min-width: 768px) {
  h1.p-single__title {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  h1.p-single__title {
    font-size: min(2.93vw, 3.4rem);
  }
}

.p-single_date {
  display: inline-block;
  margin-top: 1em;
}
.p-single__body {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-single__body {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-single__body {
    margin-top: 80px;
  }
}
.p-single__body p {
  line-height: 1.7;
}
@media print, screen and (min-width: 1024px) {
  .p-single__body p {
    line-height: 2;
  }
}
.p-single__body p + p {
  margin-top: 1em;
}
.p-single__body h2,
.p-single__body h3,
.p-single__body h4 {
  font-weight: 500;
  line-height: 1.4;
  margin: 1.5em 0 0.7em;
}
.p-single__body h2 {
  font-size: min(5.067vw, 2.2rem);
  border-left: 5px solid #00a4e7;
  padding-left: 0.3em;
  margin: 1em 0 0.5em;
}
@media print, screen and (min-width: 768px) {
  .p-single__body h2 {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-single__body h2 {
    font-size: min(2.637vw, 3rem);
  }
}
.p-single__body h3 {
  font-size: min(4.533vw, 1.9rem);
  border-bottom: 1px dotted #989898;
}
@media print, screen and (min-width: 768px) {
  .p-single__body h3 {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-single__body h3 {
    font-size: min(2.246vw, 2.6rem);
  }
}
.p-single__body h4 {
  font-size: min(3.733vw, 1.6rem);
  font-weight: 700;
  color: #005ba9;
}
@media print, screen and (min-width: 768px) {
  .p-single__body h4 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-single__body h4 {
    font-size: min(1.66vw, 2rem);
  }
}
.p-single__body ul li {
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
}
.p-single__body ul li::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-radius: 100vw;
  background: #005ba9;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.p-single__body ol {
  list-style-type: decimal;
  margin-left: 1em;
}
.p-single__body ol li {
  line-height: 1.5;
}

.p-single__eyecatch {
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1024px) {
  .p-single__eyecatch {
    margin-bottom: 50px;
  }
}

.p-single__navi {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  column-gap: 40px;
  align-items: center;
}
@media print, screen and (min-width: 1024px) {
  .p-single__navi {
    margin-top: 100px;
    column-gap: 60px;
  }
}
.p-single__navi a.back {
  background: #999;
  color: #fff;
  padding: 0.3em 0.7em 0.4em;
}
.p-single__navi a:hover {
  opacity: 0.7;
}
.p-single__navi a:hover.back {
  background: #005ba9;
}

.p-top-footer {
  position: relative;
  display: flex;
  background: #00a4e7;
}
@media print, screen and (min-width: 1024px) {
  .p-top-footer {
    width: 100%;
    height: 100%;
    aspect-ratio: 720/179;
  }
}

.p-top-footer__img-01 img,
.p-top-footer__img-02 img,
.p-top-footer__img-03 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-footer__img-01,
.p-top-footer__img-03 {
  width: 29.86%;
}

.p-top-footer__img-02 {
  width: 40.28%;
}

.p-top-footer__img-03 {
  margin-top: -8.5%;
}
@media print, screen and (min-width: 768px) {
  .p-top-footer__img-03 {
    margin-top: -8.35%;
  }
}

.masked-image-sp {
  width: 100%;
  height: 100%;
  aspect-ratio: 8/9;
  background-image: url("../../assets/images/top/footer-img-03.webp");
  background-size: cover;
  background-position: center;
  clip-path: url(#svgClipSp);
  -webkit-clip-path: url(#svgClipSp);
}

.masked-image-pc {
  width: 100%;
  height: 100%;
  aspect-ratio: 429/475;
  background-image: url("../../assets/images/top/footer-img-03.webp");
  background-size: cover;
  background-position: center;
  clip-path: url(#svgClipPc);
  -webkit-clip-path: url(#svgClipPc);
}

.p-top-news {
  position: relative;
  background: #e7e8e8;
  margin-top: 75px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-news {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-news::after {
    content: "";
    background: url(../../assets/images/common/triangle-gray.svg) 0 0 no-repeat;
    position: absolute;
    z-index: 97;
    top: -122px;
    right: 0;
    background-size: contain;
    width: 429px;
    height: 122px;
  }
}
.p-top-news h2 {
  color: #005ba9;
  font-weight: 500;
  position: absolute;
  left: calc(50% - 1.25em);
  top: -0.5em;
  font-size: 4.3rem;
}
@media print, screen and (min-width: 1024px) {
  .p-top-news h2 {
    font-size: min(4.395vw, 5.3rem);
    left: 6.25%;
    top: -0.7em;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-top-news h2 {
    left: calc(50% - 650px);
  }
}

.p-top-news__list {
  padding: 62px 12.67% 73px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-news__list {
    padding: 97px 50px 215px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-news__list ul {
    max-width: 1003px;
    margin: 0 auto;
    padding-right: 20.73%;
  }
}
@media print, screen and (min-width: 1440px) {
  .p-top-news__list ul {
    padding-right: 208px;
  }
}
.p-top-news__list ul li {
  margin-bottom: 23px;
  padding-bottom: 16px;
  border-bottom: 1px solid #989898;
}
@media print, screen and (min-width: 1024px) {
  .p-top-news__list ul li {
    display: flex;
    column-gap: 50px;
    align-items: center;
  }
}
.p-top-news__list ul li time {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 1024px) {
  .p-top-news__list ul li time {
    font-size: min(1.563vw, 1.8rem);
    width: 100px;
    display: inline-block;
    padding-left: 9px;
  }
}
.p-top-news__list ul li a {
  display: block;
  margin-top: 14px;
  line-height: 1.75;
  font-size: min(3.2vw, 1.4rem);
  padding-right: 45px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .p-top-news__list ul li a {
    width: calc(100% - 150px);
    margin-top: 0;
    font-size: min(1.465vw, 1.6rem);
  }
}
.p-top-news__list ul li a::after {
  content: "";
  background: url(../../assets/images/common/arrow-02.svg) 0 0 no-repeat;
  background-size: contain;
  width: 4px;
  height: 7px;
  position: absolute;
  top: calc(50% - 3px);
  right: 9px;
}
@media print, screen and (min-width: 1024px) {
  .p-top-news__list ul li a::after {
    transition: all 0.3s ease-in-out;
    width: 4px;
    height: 9px;
    top: calc(50% - 4px);
  }
}
.p-top-news__list ul li a:hover {
  color: #00a4e7;
}
@media print, screen and (min-width: 1024px) {
  .p-top-news__list ul li a:hover::after {
    right: 7px;
    transition: all 0.3s ease-in-out;
  }
}
.p-top-news__list p {
  line-height: 1.75;
  font-size: min(3.2vw, 1.4rem);
}
@media print, screen and (min-width: 768px) {
  .p-top-news__list p {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-top-news__list p {
    max-width: 1003px;
    margin: 54px auto 0;
    padding-right: 20.73%;
    font-size: min(1.465vw, 1.6rem);
  }
}

.p-work {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
}
@media print, screen and (min-width: 768px) {
  .p-work {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-work {
    margin-top: 59px;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1024px) {
  .p-work__body {
    width: 51.36%;
  }
}
.p-work__body p {
  font-size: 1.1875em;
  line-height: 2.2;
}

.p-work__body-img {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-work__body-img {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-work__body-img {
    margin-top: 71px;
  }
}
.p-work__body-img img {
  width: 47.2%;
  display: block;
}

.p-work__img {
  width: 90%;
  max-width: 539px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  .p-work__img {
    width: 45.83%;
    margin: 0;
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes growBar {
  from {
    height: 0;
  }
  to {
    height: var(--target-height);
  }
}
.c-button-01 {
  display: inline-block;
  border: 1px solid #000;
  background: #fff;
  border-radius: 100vw;
  width: 224px;
  text-align: center;
  padding: 8px 0 9px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .c-button-01 {
    border: 2px solid #000;
    padding: 15px 0 14px;
    width: 240px;
  }
}
.c-button-01::after {
  content: "";
  background: url(../../assets/images/common/arrow-01.svg) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 31px;
}
@media print, screen and (min-width: 1024px) {
  .c-button-01::after {
    width: 18px;
    height: 18px;
    background-size: contain;
    top: 15px;
    transition: all 0.3s ease-in-out;
  }
}
.c-button-01:hover {
  background: #00a4e7;
  color: #fff;
}
@media print, screen and (min-width: 1024px) {
  .c-button-01:hover::after {
    right: 28px;
    transition: all 0.3s ease-in-out;
  }
}

.c-inner {
  padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
  .c-inner {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-inner {
    padding: 0 50px;
    max-width: 1380px;
    margin: 0 auto;
  }
}

.c-recruit-button {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .c-recruit-button {
    transition: all 0.3s ease-in-out;
    display: block;
    position: fixed;
    top: 168px;
    right: 0;
    z-index: 98;
    background: url(../../assets/images/common/recruit_ribbon.svg) 0 0 no-repeat;
    background-size: contain;
    width: 175px;
    height: 155px;
  }
  .c-recruit-button a {
    padding: 60px 25px 55px;
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .c-recruit-button a::after {
    content: attr(data-en);
    font-size: 1.1rem;
    display: block;
    margin-top: 6px;
  }
}
.c-recruit-button:hover {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.c-sec h2 {
  color: #005ba9;
  font-weight: 500;
  font-size: 2rem;
  display: inline-block;
  border-bottom: 1px solid #005ba9;
  padding-bottom: 0.3em;
}
@media print, screen and (min-width: 768px) {
  .c-sec h2 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .c-sec h2 {
    font-size: min(3.516vw, 4rem);
  }
}