/********************
* Project
********************/
.p-mv {
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .p-mv {
    border-bottom: 1px solid var(--color_border);
  }
}
.p-mv__main {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 min(5.3vw, 40px) min(12.3vw, 80px);
}

@media only screen and (min-width: 960px) {
  .p-mv__main {
    justify-content: center;
    align-items: flex-start;
    width: 74%;
    padding: 0 min(8.3vw, 80px);
  }
}
.p-mv__main img,
.p-mv__main video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-mv__catch {
  margin-bottom: 12px;
  font-size: min(3.4vw, 22px);
  color: var(--color_accent);
}

@media only screen and (min-width: 960px) {
  .p-mv__catch {
    font-size: min(3.4vw, 22px);
    gap: min(2.8vw, 20px);
  }
}
.p-mv__ttl {
  font-size: min(12.9vw, 132px);
  color: var(--color_accent);
  line-height: 0;
  font-weight: 600;
  font-family: var(--font_family--en);
}

@media only screen and (min-width: 960px) {
  .p-mv__ttl {
    font-size: min(8.8vw, 127px);
  }
}
.p-mv__ttl > span {
  display: inline-block;
  overflow: hidden;
  margin: -8px 0;
}

.p-mv__ttl span span {
  display: inline-block;
  line-height: 1.2;
  transform: translate(0px, 100%);
}

.p-mv__desc {
  margin-top: 12px;
  font-size: min(2.8vw, 14px);
  color: var(--color_accent);
  line-height: 1.4;
  font-family: var(--font_family--en);
}

.p-mv__inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.p-mv__img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 61%;
  z-index: -1;
  width: 180%;
  height: 100%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 960px) {
  .p-mv__img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 50%;
    left: 32px;
    z-index: -1;
    width: 100%;
    height: 100%;
    transform: translate(0, -50%);
  }
}
.p-mv__img img,
.p-mv__img svg {
  width: 80%;
  max-width: 1400px;
}

@media only screen and (min-width: 960px) {
  .p-mv__img img,
  .p-mv__img svg {
    width: 70%;
  }
}
.p-mv__img svg path {
  opacity: 0;
  transform-origin: center;
}

.p-mv__news {
  display: flex;
  align-items: center;
  gap: min(4vw, 20px);
  margin-top: min(12vw, 48px);
}

@media only screen and (min-width: 960px) {
  .p-mv__news {
    width: calc(100vw - min(16.6vw, 160px));
    gap: min(4vw, 20px);
    margin-top: 48px;
  }
}
.p-mv__news:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: var(--color_accent);
}

@media only screen and (min-width: 960px) {
  .p-mv__news li a {
    display: flex;
    gap: 2px;
    line-height: 1.2;
  }
}
.p-mv__news time {
  display: block;
  margin-right: 16px;
  font-size: min(3.6vw, 16px);
  font-weight: 500;
}

@media only screen and (min-width: 960px) {
  .p-mv__news time {
    margin-right: 20px;
  }
}
.p-mv__news span {
  position: relative;
  padding-bottom: 0px;
  font-size: min(3.6vw, 16px);
  line-height: 1.4;
  font-weight: 500;
  text-decoration: underline;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media only screen and (min-width: 960px) {
  .p-mv__news span {
    text-decoration: none;
  }
}
@media only screen and (min-width: 960px) {
  .p-mv__news span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--color_main);
    transition-duration: 0.3s;
  }
}
.p-mv__news a:hover span:after {
  width: 0;
}

.p-mv__cat {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  right: 5.3vw;
  top: 120px;
  color: #aaa;
  font-size: min(3.6vw, 16px);
  transform: translate(0, 0);
  z-index: 2;
  text-align: right;
}

@media only screen and (min-width: 960px) {
  .p-mv__cat {
    gap: 17px;
    top: calc(50% - min(4.2vw, 80px));
    right: min(8.3vw, 80px);
    transform: translate(0, -50%);
  }
}
.p-mv__cat li {
  display: inline-block;
  overflow: hidden;
  line-height: 1;
}

.p-mv__cat li span {
  display: inline-block;
  line-height: 1.2;
  transform: translate(0px, 115%);
}

.p-mv__scroll {
  display: none;
  position: absolute;
  width: min(22.4vw, 140px);
  height: min(22.4vw, 140px);
  right: min(5.3vw, 40px);
  bottom: 52vw;
  z-index: 2;
  border-radius: min(22.4vw, 140px);
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .p-mv__scroll {
    display: block;
    bottom: min(8.3vw, 60px);
  }
}
.p-mv__scroll:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #F2F5FF;
  animation: reduce 4.1s infinite;
  border-radius: min(22.4vw, 140px);
  z-index: -1;
  transition-duration: 0.4s;
}

@keyframes reduce {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.p-mv__scroll:hover:after {
  transform: scale(1) !important;
}

.p-mv__scroll a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.p-mv__scroll a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  background: var(--color_accent);
  z-index: 1;
  /*animation: fluffy 3s infinite;*/
}

.p-mv__scroll a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: var(--color_bg);
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 6px;
  /*animation: fluffy 3s infinite;*/
}

.p-mv__scrollImg {
  overflow: visible;
  width: 120px;
  animation: rotate 8s steps(200) infinite;
  will-change: transform;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#about {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /*height: calc(var(--vh, 1vh) * 100);*/
}

.p-about {
  position: relative;
  width: 100%;
  padding: 0 min(5.3vw, 40px) min(8vw, 80px);
}

@media only screen and (min-width: 960px) {
  .p-about {
    padding: 0 min(5.3vw, 40px) min(8vw, 100px);
  }
}
.p-about__map {
  position: absolute;
  top: 91vw;
  right: 5%;
  z-index: -1;
  width: 160vw;
}

@media only screen and (min-width: 960px) {
  .p-about__map {
    top: 26%;
    right: 4%;
    width: 72%;
    max-width: 1100px;
  }
}
.p-about__map img,
.p-about__map svg {
  width: 100%;
}

.p-about__map path {
  stroke: #EFEFEF;
  paint-order: stroke;
  fill: none;
  stroke-width: 1.5;
}

.p-about__inner {
  display: flex;
  flex-direction: column;
  gap: min(5.3vw, 70px);
  max-width: 1560px;
  margin: 0 auto;
}

@media only screen and (min-width: 960px) {
  .p-about__inner {
    flex-direction: row;
  }
}
.p-about__img {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .p-about__img {
    width: 58%;
  }
}
.p-about__img--top {
  position: relative;
  width: 90vw;
  margin-left: auto;
  right: -5.3vw;
}

@media only screen and (min-width: 960px) {
  .p-about__img--top {
    width: min(28vw, 574px);
    right: 0;
    margin: 0 auto min(5vw, 50px);
  }
}
.p-about__img--mdl {
  position: absolute;
  top: 44vw;
  left: 0;
  width: 46vw;
}

@media only screen and (min-width: 960px) {
  .p-about__img--mdl {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: min(6.4vw, 70px);
    margin: 0 auto min(5vw, 50px);
  }
}
.p-about__img--mdl01 {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .p-about__img--mdl01 {
    width: 100%;
  }
}
.p-about__img--mdl01 img {
  width: 100%;
}

.p-about__img--mdl02 {
  display: none;
}

@media only screen and (min-width: 960px) {
  .p-about__img--mdl02 {
    width: 60%;
    display: block;
    text-align: right;
  }
}
.p-about__img--btm {
  display: none;
}

@media only screen and (min-width: 960px) {
  .p-about__img--btm {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(5vw, 40px);
    margin: 0 auto min(5vw, 50px);
  }
}
.p-about__img--btm01 {
  width: 24%;
  margin-left: auto;
  text-align: right;
}

.p-about__img--btm02 {
  width: 50%;
  text-align: right;
}

.p-about__main {
  width: 100%;
  padding: min(19.3vw, 80px) 0 min(6.4vw, 50px);
}

@media only screen and (min-width: 960px) {
  .p-about__main {
    width: 50%;
    padding: min(11vw, 138px) 0;
  }
}
.p-about__main .c-btn {
  text-align: right;
}

@media only screen and (min-width: 960px) {
  .p-about__main .c-btn {
    text-align: left;
  }
}
.p-about__ttl {
  margin-bottom: min(6.8vw, 34px);
  font-size: min(7.8vw, 53px);
  line-height: 1.3;
}

@media only screen and (min-width: 960px) {
  .p-about__ttl {
    margin-bottom: min(6.2vw, 62px);
    font-size: min(4vw, 53px);
    line-height: 1.2;
  }
}
.p-about__desc {
  margin-bottom: min(8.3vw, 60px);
  font-size: min(3.6vw, 16px);
  line-height: 1.8;
}

@media only screen and (min-width: 960px) {
  .p-about__desc {
    margin-bottom: min(6.8vw, 70px);
    line-height: 2;
  }
}
.p-about__scroll {
  display: flex;
  position: absolute;
  top: 63vw;
  gap: 40px;
  z-index: -1;
}

@media only screen and (min-width: 960px) {
  .p-about__scroll {
    gap: 80px;
    top: min(2vw, 20px);
  }
}
.p-about__scroll ul {
  display: flex;
  font-size: min(18vw, 227px);
  font-weight: 700;
  font-family: var(--font_family--en);
  color: #EFEFEF;
  line-height: 1;
  white-space: nowrap;
  gap: 40px;
  animation: flowing 58s linear infinite;
}

@media only screen and (min-width: 960px) {
  .p-about__scroll ul {
    gap: 80px;
    top: min(2vw, 20px);
  }
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-buisiness {
  height: auto;
  padding: min(16vw, 100px) min(5.3vw, 40px) min(16vw, 100px);
  background: var(--color_accent);
  color: var(--color_bg);
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .p-buisiness {
    display: flex;
        flex-direction: column;
        justify-content: center;
    height: calc(100vh);
    min-height: 880px;
    padding: min(8vw, 100px) min(5.3vw, 40px) min(8vw, 100px);
  }
}
.p-buisiness__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

@media only screen and (min-width: 960px) {
  .p-buisiness__inner {
    height: 85%;
  }
}
.p-buisiness__inner .c-ttl {
  max-width: 1560px;
  margin: 0 auto min(8.3vw, 80px);
}
@media only screen and (min-width: 960px) {
  .p-buisiness__inner .c-ttl {
    margin: min(2vw,40px) auto min(6.3vw, 80px);
  }
}
.p-buisiness__scroll {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
}

.p-buisiness__art {
  display: flex;
  flex-direction: column;
  gap: min(16vw, 80px);
}

@media only screen and (min-width: 960px) {
  .p-buisiness__art {
    flex-direction: row;
    gap: min(5.3vw, 40px);
    padding: 0 min(5.3vw, 40px) 0 0;
  }
}
.p-buisiness__sec {
  min-width: inherit;
}

@media only screen and (min-width: 960px) {
  .p-buisiness__sec {
    min-width: min(27vw, 690px);
  }
}
.p-buisiness__txt {
  position: relative;
  margin-top: 4.8vw;
}

@media only screen and (min-width: 960px) {
  .p-buisiness__txt {
    margin-top: 32px;
  }
}
.p-buisiness__txt .c-viewmore {
  position: absolute;
  bottom: min(0vw, -9px);
  right: 0;
  padding-left: 2.8vw;
  background: #263f8f;
}

@media only screen and (min-width: 960px) {
  .p-buisiness__txt .c-viewmore {
    bottom: -14px;
    padding-left: 20px;
  }
}
.p-buisiness__num {
  margin-bottom: min(1.2vw, 12px);
  display: flex;
  align-items: center;
  font-size: min(3.4vw, 18px);
  font-family: var(--font_family--en);
  line-height: 1.4;
}

@media only screen and (min-width: 960px) {
  .p-buisiness__num {
    margin-bottom: 0;
    font-size: min(3.4vw, 18px);
  }
}
.p-buisiness__num i {
  display: inline-block;
  margin-right: 2.4vw;
}

@media only screen and (min-width: 960px) {
  .p-buisiness__num i {
    margin-right: 20px;
  }
}
.p-buisiness__ttl {
  padding-bottom: min(2.8vw, 20px);
  font-size: min(4.8vw, 28px);
  font-family: var(--font_family--en);
  border-bottom: 2px solid var(--color_bg);
}

@media only screen and (min-width: 960px) {
  .p-buisiness__ttl {
    padding-bottom: min(2.8vw, 20px);
    font-size: min(1.6vw, 28px);
  }
}
.p-buisiness__img {
  position: relative;
  width: 100%;
  height: 54vw;
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .p-buisiness__img {
    width: 100%;
    height: min(17.6vw, 460px);
  }
}
.p-buisiness__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.4s;
}

.p-buisiness__sec a:hover .c-viewmore i {
  transform: translate(4px, 0);
}

.p-buisiness__sec a:hover .p-buisiness__img img {
  transform: scale(1.04);
}

.p-release {
  padding: min(12vw, 100px) min(5.3vw, 40px) 0;
}

@media only screen and (min-width: 960px) {
  .p-release {
    padding: min(8vw, 100px) min(5.3vw, 40px) 0;
  }
}
.p-release__inner {
  max-width: 1560px;
  margin: 0 auto;
}

.p-release__inner .c-btn {
  margin-bottom: 0;
}

@media only screen and (min-width: 960px) {
  .p-release__inner .c-btn {
    margin-bottom: min(1.2vw, 6px);
  }
}
.p-release__item {
  border-bottom: 1px solid var(--color_border);
}

@media only screen and (min-width: 960px) {
  .p-release__item {
    border-bottom: 1px solid var(--color_main);
  }
}
.p-release__item:first-child {
  border-top: 1px solid var(--color_border);
}

@media only screen and (min-width: 960px) {
  .p-release__item:first-child {
    border-top: 1px solid var(--color_main);
  }
}
.p-release__item span {
  font-size: min(3.6vw, 16px);
  font-family: var(--font_family--en);
}

.p-release__item time {
  margin: 0;
  color: var(--color_accent);
  font-size: min(3.6vw, 16px);
  font-family: var(--font_family--en);
}

@media only screen and (min-width: 960px) {
  .p-release__item time {
    margin: 0 min(5.3vw, 40px);
  }
}
.p-release__item a {
  position: relative;
  display: flex;
  gap: 3.2vw;
  padding: 6.8vw 0;
  font-size: min(3.6vw, 16px);
  transition-duration: 0.4s;
}

@media only screen and (min-width: 960px) {
  .p-release__item a {
    padding: 32px min(5.3vw, 40px);
  }
}
.p-release__item a:hover {
  opacity: 0.8;
}

.p-release__item a p {
  display: flex;
  flex-direction: column-reverse;
  gap: min(2.8vw, 20px);
}

@media only screen and (min-width: 960px) {
  .p-release__item a p {
    flex-direction: row;
    gap: min(2.8vw, 20px);
  }
}
.p-release__item a i {
  position: absolute;
  bottom: 6vw;
  right: 0;
  width: 12px;
  height: 14px;
  transform: translate(0, -50%);
  background: url(../img/common/icon-arrow-black.svg) no-repeat;
  background-size: 12px;
  background-position: 50% 68%;
  transition-duration: 0.4s;
}

@media only screen and (min-width: 960px) {
  .p-release__item a i {
    top: 50%;
    bottom: inherit;
    right: min(5.3vw, 40px);
    width: 12px;
    height: 22px;
  }
}
.p-release__item a:hover i {
  transform: translate(6px, -50%);
}

.p-recruit {
  padding: min(36vw, 200px) 0 min(36vw, 200px);
}

@media only screen and (min-width: 960px) {
  .p-recruit {
    height: calc(100vh - 100px);
    min-height: 800px;
    padding: min(8vw, 100px) min(5.3vw, 40px) min(8vw, 100px);
  }
}
.p-recruit__inner {
  position: relative;
  max-width: 1560px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.p-recruit__grid {
  display: flex;
  gap: min(6vw, 120px);
  transform: scale(1.55);
}

@media only screen and (min-width: 960px) {
  .p-recruit__grid {
    height: 100%;
    gap: min(8vw, 80px);
    transform: scale(1);
  }
}
.p-recruit__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: min(6.8vw, 120px);
}

@media only screen and (min-width: 960px) {
  .p-recruit__list {
    gap: min(8vw, 80px);
    width: calc((100% - min(16vw, 160px)) / 3);
  }
}
.p-recruit__item {
  overflow: hidden;
  /*border-radius: 8px;*/
}

.p-recruit__item.js-reduction {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 960px) {
  .p-recruit__item {
    border-radius: 0;
  }
}
.p-recruit__item img {
  overflow: hidden;
}

.p-recruit__overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 48.5%;
  left: 50%;
  width: 90vw;
  height: auto;
  transform: translate(-50%, -50%);
  padding: min(15vw, 40px) min(5.3vw, 40px) min(12.3vw, 40px);
  background: rgba(255, 255, 255, 0.9);
}

@media only screen and (min-width: 960px) {
  .p-recruit__overlay {
    top: 50%;
    width: min(52vw, 680px);
    height: min(52vw, 680px);
  }
}
.p-recruit__overlay .c-ttl {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2.8vw;
  margin-bottom: 3.2vw;
}

@media only screen and (min-width: 960px) {
  .p-recruit__overlay .c-ttl {
    margin-bottom: 0;
    gap: min(1.4vw, 20px);
  }
}
.p-recruit__overlay .c-ttl__desc {
  max-width: 100%;
}

.p-recruit__overlay .c-ttl__left {
  margin-bottom: 3.2vw;
}

@media only screen and (min-width: 960px) {
  .p-recruit__overlay .c-ttl__left {
    margin-bottom: 20px;
  }
}
.p-recruit__overlay .c-ttl__desc h3 {
  margin-bottom: 20px;
  font-size: min(4.4vw, 28px);
  line-height: 1.4;
}

@media only screen and (min-width: 960px) {
  .p-recruit__overlay .c-ttl__desc h3 {
    font-size: min(1.6vw, 28px);
  }
}
.p-recruit__overlay .c-ttl__desc p {
  font-size: min(3.6vw, 16px);
}

@media only screen and (min-width: 960px) {
  .p-recruit__overlay .c-ttl__desc p {
    font-size: min(3.6vw, 16px);
  }
}
.p-recruit__overlay .c-btn {
  margin-top: 1vw;
}

@media only screen and (min-width: 960px) {
  .p-recruit__overlay .c-btn {
    margin-top: 32px;
  }
}
/********************
* Layout
********************/
.l-body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.l-splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  /*clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition-duration: 0.6s;*/
}

.l-splash:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FBFCFF;
}

.l-splash.is-remove {
  /*clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);*/
  animation: img-clip 0.8s linear forwards;
}

@keyframes img-clip {
  0% {
    clip-path: polygon(0% 0%, 280% 0, 0% 200%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(0 0, 0 0, 0 0);
    opacity: 1;
  }
}
/********************
* Project
********************/
.p-splash {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 2;
  background: #fff;
}

.p-splash__bg.is-complete {
  height: 0;
}

.p-splash__logo {
  display: block;
  position: relative;
  top: 20px;
  width: 120px;
  min-width: 120px;
  opacity: 1;
  /*transform: translate(0,-20px);*/
}

@media only screen and (min-width: 960px) {
  .p-splash__logo {
    width: 140px;
    min-width: 140px;
    /*transform: translate(0,-40px);*/
  }
}
.p-splash__logo img,
.p-splash__logo svg {
  width: 100%;
}

.p-splash__logo svg > path {
  opacity: 0;
  fill: var(--color_accent);
  transform-origin: center;
}

/********************
* Project
********************/
.p-philosophy {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: min(2.8vw, 40px);
  max-width: 1570px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .p-philosophy {
    padding: 0;
  }
}
.p-philosophy__desc {
  margin-top: min(5.8vw, 64px);
}
@media screen and (min-width: 960px) {
  .p-philosophy__desc {
    margin-top: min(2vw, 32px);
  }
}
.p-philosophy__article {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-philosophy__article {
    width: min(80%, 1200px);
  }
}
.p-philosophy__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: min(8vw, 44px);
  gap: 16px;
}
@media screen and (min-width: 960px) {
  .p-philosophy__main {
    flex-direction: row;
    margin-top: min(3.2vw, 20px);
  }
}
.p-philosophy__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  font-size: min(3.8vw, 20px);
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .p-philosophy__list {
    margin-top: min(3.2vw, 20px);
    gap: 14px 16px;
    width: 80%;
    flex-direction: row;
    margin-top: min(2vw, 20px);
    font-size: min(2vw, 20px);
  }
  /*.p-philosophy__list:first-child {
    width: 22%;
    min-width: 270px;
  }
  .p-philosophy__list:last-child {
    width: 60%;
  }*/
}
.p-philosophy__list li {
  display: flex;
  align-items: center;
  gap: min(2.4vw, 20px);
  line-height: 1.4;
  font-size: min(3.6vw, 18px);
}
@media screen and (min-width: 960px) {
  .p-philosophy__list li {
    gap: min(1vw, 10px);
    font-size: min(3.6vw, 20px);
  }
}
.p-philosophy__img {
  display: none;
  position: absolute;
  width: min(50%, 748px);
  top: max(-19.4vw, -304px);
  right: 0;
  margin-bottom: max(-18vw, -310px);
}
@media screen and (min-width: 960px) {
  .p-philosophy__img {
    display: block;
  }
}

.p-mission {
  max-width: 1570px;
  margin: 0 auto;
  padding: 0;
  margin-top: min(10vw, 110px);
}
@media screen and (min-width: 960px) {
  .p-mission {
    padding: 0;
    margin-top: min(10vw, 110px);
  }
}

.p-greeting {
  max-width: 1570px;
  margin: 0 auto;
  padding: 0 0 min(10vw, 112px);
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: min(4vw, 40px);
}
@media screen and (min-width: 960px) {
  .p-greeting {
    flex-direction: row-reverse;
    padding: 0 0 min(10vw, 112px);
    gap: min(8vw, 80px);
  }
}
.p-greeting__desc {
  margin-top: min(8vw, 60px);
}
@media screen and (min-width: 960px) {
  .p-greeting__desc {
    margin-top: min(2vw, 32px);
  }
}
.p-greeting__article {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-greeting__article {
    width: min(52%, 820px);
  }
}
.p-greeting__img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-greeting__img {
    width: min(48%, 610px);
  }
}
.p-greeting__name {
  display: block;
  margin-top: min(4.8vw, 48px);
  text-align: right;
}
@media screen and (min-width: 960px) {
  .p-greeting__name {
    display: block;
    margin-top: min(6.4vw, 50px);
    text-align: left;
  }
}
.p-greeting__name img {
  width: 32%;
}
@media screen and (min-width: 960px) {
  .p-greeting__name img {
    width: 126px;
  }
}

#outline {
  border-top: 1px solid #EEEEEE;
}

.p-outline {
  max-width: 1570px;
  margin: 0 auto;
  padding: min(10vw, 112px) 0 0;
}
@media screen and (min-width: 960px) {
  .p-outline {
    padding: min(10vw, 112px) 0 0;
  }
}
.p-outline__article {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: min(4vw, 40px);
}
@media screen and (min-width: 960px) {
  .p-outline__article {
    flex-direction: row;
    padding: 0;
  }
}
.p-outline__ttl {
  width: 100%;
  margin-bottom: min(5.3vw, 40px);
}
@media screen and (min-width: 960px) {
  .p-outline__ttl {
    width: 30%;
  }
}
.p-outline__main {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-outline__main {
    width: 70%;
  }
}
.p-outline__table tr {
  display: flex;
}
@media screen and (max-width: 960px) {
  .p-outline__table tr {
    display: block;
    border-bottom: 1px solid #EEEEEE;
    padding: min(5.3vw, 40px) 0;
  }
}
@media screen and (max-width: 960px) {
  .p-outline__table tr:first-child {
    border-top: 1px solid #EEEEEE;
  }
}
.p-outline__table tr:first-child th, .p-outline__table tr:first-child td {
  border-top: 1px solid #EEEEEE;
}
@media screen and (max-width: 960px) {
  .p-outline__table tr:first-child th, .p-outline__table tr:first-child td {
    border-top: 0;
  }
}
.p-outline__table tr th {
  min-width: min(20vw, 258px);
  padding: 18px 0;
  border-bottom: 1px solid #EEEEEE;
  font-size: min(3.6vw, 16px);
}
.p-outline__table tr th.is-bold {
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-outline__table tr th {
    display: block;
    margin-bottom: min(2.4vw, 20px);
    padding: 0;
    border-bottom: 0;
  }
}
.p-outline__table tr td {
  width: 100%;
  padding: 18px 0;
  border-bottom: 1px solid #EEEEEE;
  font-size: min(3.6vw, 16px);
}
@media screen and (max-width: 960px) {
  .p-outline__table tr td {
    display: block;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 0;
  }
}
.p-outline__table tr td a {
  color: #385FD0;
  text-decoration: underline;
}
.p-outline__figure {
  max-width: 1570px;
  margin: min(12vw, 80px) auto 0;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .p-outline__figure {
    margin: min(8vw, 80px) auto 0;
    padding: 0;
    width: 100%;
  }
}
.p-outline__figure iframe {
  width: 100%;
  height: min(64vw, 1100px);
}

#history .p-outline {
  padding: 0;
}
@media screen and (min-width: 960px) {
  #history .p-outline {
    padding: 0;
  }
}

/********************
* Project
********************/
.p-businessList {
  display: flex;
  gap: 1.2vw;
  max-width: 1570px;
  margin: 0 auto;
  padding: min(12vw, 80px) 0 min(10vw, 112px);
}
@media screen and (min-width: 960px) {
  .p-businessList {
    padding: min(8vw, 80px) 0 min(10vw, 112px);
    gap: min(4vw, 40px);
  }
}
.p-businessList__fixed {
  position: relative;
  padding-bottom: 140px;
}
.p-businessList__list {
  display: flex;
  flex-direction: column;
  gap: min(18vw, 120px);
}
.p-businessList__article {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.p-businessList__main {
  display: flex;
  align-items: flex-start;
  gap: min(8.3vw, 80px);
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .p-businessList__main {
    flex-direction: row;
  }
}
.p-businessList__num {
  min-width: 12vw;
}
@media screen and (min-width: 960px) {
  .p-businessList__num {
    min-width: 114px;
  }
}
.p-businessList__num li {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
}
.p-businessList__num li:first-child {
  opacity: 1;
}
.p-businessList__ttl {
  margin-bottom: min(2vw, 20px);
  font-size: min(6.2vw, 48px);
}
@media screen and (min-width: 960px) {
  .p-businessList__ttl {
    font-size: min(2.8vw, 54px);
  }
}
.p-businessList__txt {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-businessList__txt {
    width: min(50%, 700px);
  }
}
.p-businessList__img {
  width: 100%;
  margin-bottom: min(6.2vw, 60px);
}
@media screen and (min-width: 960px) {
  .p-businessList__img {
    width: min(45%, 624px);
    margin-bottom: 0;
  }
}
.p-businessList__imgList {
  width: 100%;
  margin-bottom: 50px !important;
}
@media screen and (min-width: 960px) {
  .p-businessList__imgList {
    margin-bottom: 30px !important;
  }
}
.p-businessList__imgList .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  bottom: -20px;
}
@media screen and (min-width: 960px) {
  .p-businessList__imgList .slick-dots {
    bottom: -25px;
  }
}
.p-businessList__imgList .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 4px;
  gap: 6px;
}
.p-businessList__imgList .slick-dots li button {
  width: 30px;
  height: 2px;
  padding: 0;
  background: #DDE4F6;
  border-radius: 20px;
}
.p-businessList__imgList .slick-dots li button:before {
  display: none;
}
.p-businessList__imgList .slick-dots li.slick-active button {
  background: #25408F;
}
.p-businessList__imgList.slick-initialized .slick-dots {
  display: none;
}
.p-businessList__num {
  position: sticky;
  top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #25408F;
}
@media screen and (min-width: 960px) {
  .p-businessList__num {
    top: 120px;
  }
}
.p-businessList__num i {
  margin-top: min(0.8vw, 6px);
  font-size: min(3.6vw, 18px);
  font-family: var(--font_family--en);
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .p-businessList__num i {
    margin-top: min(0.8vw, 6px);
    font-size: min(3.6vw, 18px);
  }
}
.p-businessList__num span {
  margin-top: min(3.2vw, 32px);
  font-size: min(3.6vw, 18px);
  writing-mode: vertical-rl;
  font-family: var(--font_family--en);
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .p-businessList__num span {
    font-size: min(3.6vw, 18px);
  }
}
.p-businessList__place {
  margin-top: min(4vw, 32px);
  margin-bottom: min(5.3vw, 32px);
  font-size: min(3.6vw, 16px);
  color: #888888;
}
@media screen and (min-width: 960px) {
  .p-businessList__place {
    margin-top: min(2vw, 20px);
    margin-bottom: min(2vw, 20px);
  }
}
.p-businessList__btn {
  margin-top: min(8.3vw, 80px);
}

.p-businessDetail {
  display: block;
  width: 100%;
  padding: 0 0 min(8.3vw, 80px);
}
.p-businessDetail .p-businessList__num {
  position: static;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: min(2.8vw, 20px);
}
.p-businessDetail .p-businessList__num i {
  margin: 0 min(2.8vw, 20px) 0 0;
}
.p-businessDetail .p-businessList__num span {
  margin-top: 0;
  writing-mode: rl-tb;
}
.p-businessDetail .p-businessList__article {
  display: block;
}

.p-permit {
  display: flex;
  flex-direction: column;
  gap: min(8.3vw, 80px);
  max-width: 1570px;
  margin: 0 auto;
  padding: min(8vw, 90px) 0;
  border-top: 1px solid #eee;
}
@media screen and (min-width: 960px) {
  .p-permit {
    flex-direction: row;
    padding: min(8vw, 90px) 0;
  }
}
.p-permit__art {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-permit__art {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.p-permit__list li {
  margin: 4px 0;
  font-size: min(3.6vw, 16px);
}
.p-permit .c-contTtl__s {
  width: 40%;
}

.p-license {
  display: flex;
  flex-direction: column;
  gap: min(8.3vw, 80px);
  max-width: 1570px;
  margin: 0 auto;
  padding: min(8vw, 90px) 0 min(12vw, 112px);
  border-top: 1px solid #eee;
}
@media screen and (min-width: 960px) {
  .p-license {
    flex-direction: row;
    gap: min(8.3vw, 80px);
    padding: min(8vw, 90px) 0;
  }
}
.p-license__art {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-license__art {
    flex-direction: row;
    gap: min(8.3vw, 80px);
    width: 60%;
  }
}
.p-license__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(1.2vw, 12px);
  font-size: min(3.6vw, 16px);
  margin: 4px 0;
}
.p-license__list li b {
  display: inline-block;
  width: 24px;
  height: 1px;
  margin: 0 18px;
  margin-left: auto;
  background: #eee;
}
@media screen and (min-width: 960px) {
  .p-license__list li b {
    width: 18px;
    margin: 0 10px;
    margin-left: 0;
  }
}
.p-license__list li .name {
  width: 100%;
}
.p-license__list li .num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  min-width: 66px;
  width: 18%;
  text-align: right;
}
.p-license__list li .num i {
  min-width: 30px;
}
.p-license .c-contTtl__s {
  width: 40%;
}
.p-license__buisiness li {
  display: flex;
  justify-content: space-between;
}
.p-license__buisiness li .municipalities {
  margin-right: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .p-license__buisiness li .municipalities {
    display: block;
  }
}
.p-license__buisiness li .date {
  display: flex;
  align-items: center;
  min-width: 242px;
}
@media screen and (max-width: 960px) {
  .p-license__buisiness li .date {
    min-width: 140px;
    max-width: 140px;
    text-align: right;
    margin-left: 20px;
  }
}
.p-license__buisiness li .p-license__left {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .p-license__buisiness li .p-license__left {
    display: block;
  }
}
.p-result {
  max-width: 1570px;
  margin: 0 auto;
  padding: min(8vw, 80px) 0 min(10vw, 112px);
  border-top: 1px solid #eee;
}
@media screen and (min-width: 960px) {
  .p-result {
    padding: min(8vw, 80px) 0 min(10vw, 112px);
  }
}
.p-result__ttl {
  margin-bottom: min(5.3vw, 80px);
}
.p-result__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: min(10vw, 80px);
}
@media screen and (min-width: 960px) {
  .p-result__list {
    flex-direction: row;
    gap: min(8.3vw, 80px);
  }
}
.p-result__item {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-result__item {
    width: calc((100% - min(16.6vw, 160px)) / 3);
  }
}
.p-result__img {
  position: relative;
  height: 66.2vw;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .p-result__img {
    height: min(17.2vw, 313px);
  }
}
.p-result__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-result__desc {
  margin-top: min(5.3vw, 40px);
  font-size: min(3.6vw, 18px);
}
@media screen and (min-width: 960px) {
  .p-result__desc {
    margin-top: min(2.8vw, 28px);
  }
}
.p-result__cat {
  display: flex;
  flex-wrap: wrap;
  gap: min(1.2vw, 12px);
  margin-top: min(4vw, 32px);
}
@media screen and (min-width: 960px) {
  .p-result__cat {
    margin-top: min(2vw, 20px);
  }
}
.p-result__cat span {
  display: block;
  padding: 4px 20px;
  font-size: min(3.4vw, 14px);
  border: 1px solid #eee;
  border-radius: 4px;
  color: #888;
}
@media screen and (min-width: 960px) {
  .p-result__cat span {
    padding: 2px 20px;
  }
}

/********************
* Project
********************/
.p-form {
  max-width: 1340px;
  margin: 0 auto;
  padding: min(10vw, 112px) 0 min(10vw, 112px);
}
@media screen and (min-width: 960px) {
  .p-form {
    padding: 0 0 min(10vw, 112px);
  }
}
.p-form__desc {
  margin-bottom: min(8.3vw, 80px);
}
@media screen and (min-width: 960px) {
  .p-form__desc {
    margin-bottom: min(8.3vw, 80px);
  }
}
.p-form__item {
  margin-bottom: min(3.2vw, 32px);
  display: flex;
  flex-direction: column;
  gap: min(3.2vw, 32px);
}
@media screen and (min-width: 960px) {
  .p-form__item {
    margin-bottom: min(4vw, 40px);
  }
}
.p-form__item dt {
  min-width: 314px;
  padding-top: 16px;
  font-weight: 600;
  font-size: min(3.6vw, 16px);
}
@media screen and (min-width: 960px) {
  .p-form__item dt {
    font-size: min(3.6vw, 16px);
  }
}
.p-form__item dd {
  width: 100%;
  font-size: min(3.6vw, 16px);
}
@media screen and (min-width: 960px) {
  .p-form__item dd {
    font-size: min(3.6vw, 16px);
  }
}
@media screen and (min-width: 960px) {
  .p-form__item {
    flex-direction: row;
  }
}
.p-form__item select {
  width: 100%;
  height: 60px;
  padding: 0 24px;
  border: 1px solid #eee;
  background-color: #F9F9F9;
  background-image: url(../img/common/icon-select.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: calc(100% - 20px) center;
  border-radius: 4px;
  appearance: none;
  font-size: min(3.6vw, 16px);
  color: #000;
}
@media screen and (min-width: 960px) {
  .p-form__item select {
    height: 60px;
    padding: 0 38px;
    font-size: min(3.6vw, 16px);
  }
}
.p-form__item input[type=text],
.p-form__item input[type=tel],
.p-form__item input[type=mail] {
  width: 100%;
  height: 60px;
  padding: 0 24px;
  border: 1px solid #eee;
  background: #F9F9F9;
  border-radius: 4px;
  font-size: min(3.6vw, 16px);
}
@media screen and (min-width: 960px) {
  .p-form__item input[type=text],
  .p-form__item input[type=tel],
  .p-form__item input[type=mail] {
    height: 60px;
    padding: 0 38px;
    font-size: min(3.6vw, 16px);
  }
}
.p-form__item textarea {
  width: 100%;
  padding: 20px 24px;
  height: 200px;
  border: 1px solid #eee;
  background: #F9F9F9;
  border-radius: 4px;
  font-size: min(3.6vw, 16px);
}
@media screen and (min-width: 960px) {
  .p-form__item textarea {
    padding: 20px 38px;
    height: 280px;
  }
}
.p-form__item label {
  display: block;
  position: relative;
  padding-left: 36px;
  margin: 4px 0;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .p-form__item label {
    padding-left: 40px;
  }
}
.p-form__item label input[type=checkbox] {
  display: none;
}
.p-form__item label span:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  background: #EEEEEE;
  border-radius: 50px;
}
.p-form__item label span:before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: rotate(37deg) skewY(21deg) translateY(-50%);
  transform-origin: center right;
  border-right: 2px solid #25408F;
  border-bottom: 2px solid #25408F;
  opacity: 0;
  z-index: 1;
}
.p-form__item label input[type=checkbox]:checked + span:before {
  opacity: 1;
}
.p-form__item ::placeholder {
  color: #888888;
}
.p-form__item small {
  display: inline-block;
  margin-top: 10px;
  color: #888888;
  font-size: min(3.2vw, 14px);
}
.p-form__item .is-small {
  max-width: 568px;
}
.p-form__item.is-border {
  gap: 0;
  padding-top: min(4vw, 40px);
}
.p-form__item.is-border dt {
  padding: 0;
}
@media screen and (min-width: 960px) {
  .p-form__item.is-border {
    gap: min(3.2vw, 32px);
    padding-top: min(4vw, 80px);
    margin: min(8vw, 40px) 0;
    border-top: 1px solid #eee;
  }
}
.p-form__required {
  margin-left: min(3.2vw, 24px);
  padding: 3px 12px 4px;
  border-radius: 4px;
  border: 1px solid #DD3B3D;
  color: #DD3B3D;
  font-size: min(3.2vw, 14px);
}
@media screen and (min-width: 960px) {
  .p-form__required {
    margin-left: min(2vw, 20px);
    padding: 2px 16px;
  }
}
.p-form__check {
  display: flex;
  flex-direction: column;
  justify-self: flex-start;
  gap: 3.2vw;
}
@media screen and (min-width: 960px) {
  .p-form__check {
    gap: 20px;
  }
}
.p-form__check label {
  position: relative;
  padding-left: 32px;
  font-size: min(3.6vw, 16px);
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .p-form__check label {
    padding-left: 32px;
  }
}
.p-form__check label input[type=checkbox] {
  display: none;
}
.p-form__check label span:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  background: #EEEEEE;
  border-radius: 2px;
}
.p-form__check label span:before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: rotate(37deg) skewY(21deg) translateY(-50%);
  transform-origin: center right;
  border-right: 2px solid #25408F;
  border-bottom: 2px solid #25408F;
  opacity: 0;
  z-index: 1;
}
.p-form__check label input[type=checkbox]:checked + span:before {
  opacity: 1;
}
.p-form__check p {
  font-size: min(3.6vw, 16px);
}
.p-form__check a {
  text-decoration: underline;
}
.p-form__btn {
  display: block;
  max-width: 320px;
  width: 74%;
  margin: 48px auto 20px;
  padding: 22px 0;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 4px;
  font-size: min(3.6vw, 16px);
  transition-duration: 0.4s;
}
@media screen and (min-width: 960px) {
  .p-form__btn {
    width: 100%;
    margin: 48px auto;
    padding: 19px 0;
    font-size: min(3.6vw, 16px);
  }
}
.p-form__btn:hover {
  opacity: 0.7;
}
.p-form__btm {
  /*border-top: 1px solid #eee;
  padding-top: min(8vw, 40px);
  margin: min(8vw, 40px) 0;*/
}
@media screen and (min-width: 960px) {
  .p-form__btm {
    /*padding-top: min(4vw, 80px);
    margin: min(4vw, 80px) 0;*/
  }
}

/********************
* Project
********************/
.p-newsList {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .p-newsList {
    padding: 0;
  }
}
.p-newsList__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 960px) {
  .p-newsList__list {
    gap: 40px;
  }
}
.p-newsList__top {
  display: flex;
  align-items: center;
  gap: min(4vw, 32px);
}
@media screen and (min-width: 960px) {
  .p-newsList__top {
    gap: min(4vw, 40px);
  }
}
.p-newsList__time {
  font-size: min(3.2vw, 14px);
  color: #25408F;
  font-family: var(--font_family--en);
}
@media screen and (min-width: 960px) {
  .p-newsList__time {
    font-size: min(3.6vw, 16px);
  }
}
.p-newsList__cat {
  padding: 2px 12px;
  font-size: min(3vw, 12px);
  border: 1px solid #25408F;
  border-radius: 4px;
  color: #25408F;
}
@media screen and (min-width: 960px) {
  .p-newsList__cat {
    padding: 2px 20px;
    font-size: min(3.2vw, 14px);
  }
}
.p-newsList__link {
  display: block;
  position: relative;
  padding: 20px 20px 20px 20px;
  background: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 960px) {
  .p-newsList__link {
    padding: 40px 40px 40px 40px;
  }
}
.p-newsList__link:after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 14px;
  height: 14px;
  background: url(../img/common/icon-arrow-black.svg) no-repeat;
  background-size: 100%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 960px) {
  .p-newsList__link:after {
    display: block;
  }
}
.p-newsList__link:hover {
  background: #385FD0;
}
.p-newsList__link:hover * {
  color: #fff;
}
.p-newsList__link:hover .p-newsList__cat {
  border: 1px solid #fff;
}
.p-newsList__link:hover:after {
  transform: translate(6px, -50%);
  transition-duration: 0.3s;
  background: url(../img/common/icon-arrow-white.svg) no-repeat;
}
.p-newsList__desc {
  margin-top: 12px;
  font-size: min(3.6vw, 16px);
}
@media screen and (min-width: 960px) {
  .p-newsList__desc {
    font-size: min(4.4vw, 24px);
    padding-right: 60px;
  }
}

.p-newsDetail {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .p-newsDetail {
    padding: 0;
  }
}
.p-newsDetail > * {
  margin: 28px 0;
  line-height: 1.8;
}
.p-newsDetail > *:first-child {
  margin: 0 0 28px;
}
.p-newsDetail > *:last-child {
  margin: 28px 0 0;
}
.p-newsDetail h1 {
  margin-bottom: min(2.8vw, 20px);
  font-size: min(5.4vw, 28px);
  font-weight: 600;
}
.p-newsDetail h2 {
  margin-bottom: min(2.8vw, 20px);
  font-size: min(4.8vw, 26px);
  font-weight: 600;
}
.p-newsDetail h3 {
  margin-bottom: min(2.8vw, 20px);
  font-size: min(5.4vw, 24px);
  font-weight: 600;
}
.p-newsDetail h4 {
  margin-bottom: min(2.8vw, 20px);
  font-size: min(5.4vw, 22px);
  font-weight: 600;
}
.p-newsDetail h5 {
  margin-bottom: min(2.8vw, 20px);
  font-size: min(5.4vw, 18px);
  font-weight: 600;
}
.p-newsDetail h6 {
  margin-bottom: min(2.8vw, 20px);
  font-size: min(3.6vw, 16px);
  font-weight: 600;
}
.p-newsDetail p {
  font-size: min(3.6vw, 16px);
}
.p-newsDetail a {
  color: #385FD0;
  text-decoration: underline;
}
.p-newsDetail strong {
  font-weight: 600;
}
.p-newsDetail s {
  text-decoration: line-through;
}
.p-newsDetail u {
  text-decoration: underline;
}
.p-newsDetail .c-btn a {
  text-decoration: none;
}
.p-newsDetail .wp-block-image img {
  width: 100%;
}
.p-newsDetail .wp-block-image.size-thumbnail {
  max-width: min(44vw, 445px);
}
.p-newsDetail .wp-block-image.size-medium {
  max-width: min(52vw, 624px);
}
.p-newsDetail .wp-block-image.size-large {
  max-width: min(64vw, 1016px);
}
.p-newsDetail .wp-block-image.size-full {
  max-width: 100%;
}

/********************
* Project
********************/
.p-csr {
  max-width: 1560px;
  margin: 0 auto;
  padding: min(10vw, 112px) 0 0;
}
@media screen and (min-width: 960px) {
  .p-csr {
    padding: 0;
  }
}
.p-csr__head {
  margin-bottom: min(6.8vw, 68px);
  font-size: min(5.8vw, 54px);
}
.p-csr__desc {
  max-width: 784px;
  margin: 0 0 min(9.8vw, 60px);
}
@media screen and (min-width: 960px) {
  .p-csr__desc {
    margin: 0 0 min(5.8vw, 60px);
  }
}
.p-csr__main {
  display: flex;
  flex-direction: column;
  gap: min(6.8vw, 60px);
  padding: min(6.8vw, 80px) min(4.8vw, 60px);
  border: 1px solid #eee;
}
@media screen and (min-width: 960px) {
  .p-csr__main {
    gap: min(5.8vw, 48px);
    padding: min(4.8vw, 60px);
  }
}
.p-csr__data {
  line-height: 1.8;
}
.p-csr__data dt {
  margin-bottom: min(2.8vw, 28px);
  font-size: min(3.6vw, 16px);
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .p-csr__data dt {
    font-size: min(3.8vw, 18px);
  }
}
.p-csr__data dd {
  font-size: min(3.6vw, 16px);
}
@media screen and (min-width: 960px) {
  .p-csr__data dd {
    font-size: min(3.8vw, 18px);
  }
}
.p-csr__data dd ul {
  list-style: disc;
  padding-left: 20px;
}

.p-attempt {
  max-width: 1560px;
  margin: min(16vw, 128px) auto;
  padding: 0 min(5.3vw, 40px);
}
@media screen and (min-width: 960px) {
  .p-attempt {
    margin: min(10vw, 112px) auto;
    padding: 0 min(8.3vw, 80px);
  }
}
.p-attempt__head {
  margin-bottom: min(8.8vw, 64px);
  font-size: min(5.8vw, 54px);
}
.p-attempt__main {
  display: flex;
  flex-direction: column;
}
.p-attempt__art {
  display: flex;
  flex-direction: column;
  gap: min(7.2vw, 40px);
  padding: min(8.8vw, 60px) 0;
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 960px) {
  .p-attempt__art {
    padding: 0;
    border-bottom: 0;
    flex-direction: row;
  }
}
.p-attempt__art .c-desc {
  padding: 0;
  border-top: 0;
}
@media screen and (min-width: 960px) {
  .p-attempt__art .c-desc {
    border-top: 1px solid #eee;
    padding: min(4.8vw, 40px) 0 min(4.8vw, 40px) min(6.8vw, 60px);
  }
}
.p-attempt__subTtl {
  min-width: 40%;
  font-size: min(4.4vw, 28px);
  font-weight: 600;
  line-height: 1.7;
  color: #25408F;
}
@media screen and (min-width: 960px) {
  .p-attempt__subTtl {
    min-width: 32%;
    font-size: min(2.4vw, 28px);
  }
}

/********************
* Project
********************/
.p-pages {
  max-width: 1240px;
  margin: 0 auto;
  padding: min(10vw, 112px) 0 min(16vw, 112px);
}
@media screen and (min-width: 960px) {
  .p-pages {
    padding: 0 0 min(12vw, 112px);
  }
}
.p-pages__head {
  margin-bottom: min(6.8vw, 68px);
}
.p-pages__desc {
  margin: 0 0 min(9.8vw, 60px);
}
@media screen and (min-width: 960px) {
  .p-pages__desc {
    margin: min(5.8vw, 60px) 0 min(5.8vw, 60px);
  }
}
.p-pages__main {
  display: flex;
  flex-direction: column;
  gap: min(6.8vw, 48px);
}
.p-pages__data dt {
  margin-bottom: min(1.2vw, 12px);
  font-size: min(3.6vw, 16px);
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .p-pages__data dt {
    font-size: min(3.8vw, 18px);
  }
}
.p-pages__data dd {
  font-size: min(3.6vw, 16px);
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .p-pages__data dd {
    font-size: min(3.8vw, 18px);
  }
}
.p-pages__data dd ul {
  list-style: disc;
  line-height: 1.8;
  padding-left: 20px;
}

/********************
* Project
********************/
.p-recruitSingle {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 0 min(10vw, 112px);
}
@media screen and (min-width: 960px) {
  .p-recruitSingle {
    padding: 0;
  }
}
.p-recruitSingle__introTtl {
  width: 100%;
  font-size: min(5.8vw, 54px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__introTtl {
    width: 55%;
    font-size: min(3.2vw, 54px);
  }
}
.p-recruitSingle__art {
  padding: 0;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__art {
    padding: min(4.8vw, 20px) 0;
  }
}
.p-recruitSingle__modal {
  display: none;
}
.p-recruitSingle__slide {
  margin: 40px calc(50% - 50vw);
  width: 100vw;
  margin-top: min(5.8vw, 60px);
}
.p-recruitSingle__slide li {
  padding: 0 6px;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__slide li {
    padding: 0 14px;
  }
}
.p-recruitSingle__desc {
  width: 100%;
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__desc {
    width: 40%;
    margin-top: min(4.8vw, 78px);
  }
}
.p-recruitSingle__mv {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__mv {
    width: auto;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-left: min(8.3vw, 80px);
    left: min(8.3vw, 80px);
  }
}
.p-recruitSingle__mvTtl {
  position: static;
  margin-left: 0;
  margin: min(13vw, 80px) 0 min(8.3vw, 80px);
  padding: 0 min(5.3vw, 40px);
  font-size: min(7.8vw, 54px);
  right: 40px;
  bottom: 80px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__mvTtl {
    position: absolute;
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: min(6.8vw, 54px);
    color: #fff;
  }
}
.p-recruitSingle__mv video {
  width: 100%;
}
.p-recruitSingle__value {
  margin-top: min(16vw, 112px);
  padding-bottom: min(10vw, 112px);
  border-bottom: 1px solid #eee;
  font-size: min(3.2vw, 54px);
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__value {
    margin-top: min(10vw, 112px);
  }
}
.p-recruitSingle__draw {
  display: block;
  width: 70%;
  margin: min(6vw, 32px) auto;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__draw {
    width: 60%;
    margin: min(10vw, 112px) auto min(6.2vw, 60px);
  }
}
.p-recruitSingle__art {
  display: flex;
  flex-direction: column;
  margin: min(8vw, 80px) 0;
  gap: min(5.8vw, 40px);
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__art {
    flex-direction: row;
    margin: min(5.4vw, 54px) 0 0;
    gap: min(2.8vw, 40px);
  }
}
.p-recruitSingle__valueList {
  display: flex;
  flex-direction: column;
  gap: min(4.4vw, 40px);
  margin-top: min(7.2vw, 72px);
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__valueList {
    flex-direction: row;
    gap: min(2.8vw, 40px);
    margin-top: min(7.2vw, 72px);
  }
}
.p-recruitSingle__valueList li {
  /*display: flex;*/
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: min(3.2vw, 32px);
  width: 100%;
  padding: min(7.8vw, 80px) min(5.8vw, 40px) min(7.8vw, 80px);
  text-align: center;
  background: #F9F9F9;
  border-radius: 4px;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__valueList li {
    flex-direction: column;
    width: calc(100% - min(16vw, 160px));
    padding: min(5.3vw, 40px) min(2vw, 20px) min(5.3vw, 40px);
    gap: min(2vw, 20px);
  }
}
.p-recruitSingle__valueList li span {
  display: block;
  font-size: min(5.4vw, 36px);
  font-family: var(--font_family--en);
  font-weight: 600;
  margin-bottom: min(4vw, 20px);
  color: #25408F;
  line-height: 1.2;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__valueList li span {
    margin-bottom: min(1.2vw, 12px);
    font-size: min(2.6vw, 36px);
  }
}
.p-recruitSingle__valueList li h4 {
  font-size: min(3.8vw, 24px);
  line-height: 1.4;
  margin-top: min(4vw, 20px);
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__valueList li h4 {
    font-size: min(1.6vw, 24px);
  }
}
.p-recruitSingle__works {
  margin-top: min(10vw, 112px);
}
.p-recruitSingle__worksArt {
  display: flex;
  flex-direction: column;
  gap: min(8vw, 80px);
  margin-top: min(7.2vw, 72px);
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__worksArt {
    gap: min(4vw, 40px);
  }
}
.p-recruitSingle__worksItem {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: min(4.3vw, 32px);
  border: 1px solid #EEEEEE;
  border-radius: 4px;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__worksItem {
    flex-direction: row;
    padding: min(2vw, 20px) 0;
  }
}
.p-recruitSingle__worksNum {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: min(2.8vw, 20px);
  color: #25408F;
  font-family: var(--font_family--en);
  right: -4px;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__worksNum {
    flex-direction: column;
    min-width: min(12vw, 200px);
    padding: 12px min(5.2vw, 48px);
    margin-bottom: 0;
    gap: 0;
  }
}
.p-recruitSingle__worksNum small {
  display: block;
  font-size: min(3.2vw, 14px);
  font-weight: 600;
  font-family: var(--font_family--en);
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__worksNum small {
    margin-bottom: 12px;
    font-size: min(3.2vw, 14px);
  }
}
.p-recruitSingle__worksNum span {
  font-size: min(4.8vw, 28px);
  font-weight: 600;
  font-family: var(--font_family--en);
  line-height: 1.2;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__worksNum span {
    margin-bottom: 0;
    font-size: min(4.8vw, 36px);
  }
}
.p-recruitSingle__worksTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__worksTop {
    width: auto;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.p-recruitSingle__worksTop span {
  font-size: min(5.4vw, 32px);
  font-weight: 600;
}
.p-recruitSingle__worksImg {
  margin-bottom: min(2.8vw, 32px);
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__worksImg {
    width: min(40%, 380px);
    margin-bottom: 0;
  }
}
.p-recruitSingle__worksTxt {
  padding: 0;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__worksTxt {
    padding: 0 0 0 min(4.2vw, 80px);
  }
}
.p-recruitSingle__worksTxt {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__worksTxt {
    width: min(60%, 1000px);
  }
}
.p-recruitSingle__worksTxt h5 {
  margin-bottom: min(1.6vw, 10px);
  font-size: min(4.8vw, 36px);
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__worksTxt h5 {
    margin-bottom: min(1.6vw, 10px);
    font-size: min(2.8vw, 36px);
  }
}
.p-recruitSingle__interview {
  margin-top: min(16vw, 112px);
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__interview {
    margin-top: min(10vw, 112px);
  }
}
.p-recruitSingle__interviewArt {
  /*display: flex;
  gap: min(5.3vw,80px);*/
  /*width: calc(100% + 40px);*/
  position: relative;
  /*left: -2.8vw;*/
  margin-top: min(7.2vw, 72px);
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__interviewArt {
    display: flex;
    flex-wrap: wrap;
    left: 0;
    width: 100%;
    gap: min(4vw, 40px);
  }
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__interviewArt .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    left: 0;
    width: 100%;
    gap: min(4vw, 40px);
  }
}
.p-recruitSingle__interviewItem {
  /*width: 0;*/
  max-width: 64vw;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__interviewItem {
    padding: 0;
    max-width: auto;
    width: calc((100% - min(8vw, 80px)) / 3) !important;
  }
}
.p-recruitSingle__interviewImg {
  margin-bottom: min(4vw, 32px);
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__interviewImg {
    margin-bottom: min(2vw, 20px);
  }
}
.p-recruitSingle__interviewImg img {
  vertical-align: middle;
}
.p-recruitSingle__interviewTxt p {
  margin-bottom: min(1.2vw, 12px);
  font-size: min(3.2vw, 14px);
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__interviewTxt p {
    font-size: min(3.6vw, 16px);
  }
}
.p-recruitSingle__interviewTxt small {
  font-size: min(3.2vw, 14px);
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__interviewTxt small {
    font-size: min(3.6vw, 16px);
  }
}
.p-recruitSingle__interviewbtn {
  margin: min(10vw, 112px) auto;
}
.p-recruitSingle__interviewbtn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-self: center;
  width: 100%;
  height: 21vw;
  padding: 12px 28px;
  position: relative;
  color: #fff;
  font-size: min(4.2vw, 36px);
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__interviewbtn a {
    height: min(19.6vw, 265px);
    padding: 20px 80px;
    font-size: min(3.2vw, 36px);
  }
}
.p-recruitSingle__interviewbtn a small {
  font-size: min(2.8vw, 18px);
  font-family: var(--font_family--en);
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__interviewbtn a small {
    font-size: min(1.8vw, 18px);
  }
}
.p-recruitSingle__interviewbtn a span {
  padding: 0 0 0 min(7vw, 80px);
  border-right: 0;
  font-size: min(4.2vw, 36px);
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__interviewbtn a span {
    padding: 0 0 0 68px;
    font-size: min(3.2vw, 36px);
  }
}
.p-recruitSingle__interviewbtn i {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 34px !important;
  height: 34px !important;
  border-radius: 34px !important;
  background-size: 12px !important;
  border: 1px solid #fff;
  transform: translate(0, -50%);
  background-position: 50% 50% !important;
  background-size: 8px !important;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__interviewbtn i {
    right: 76px;
    width: 80px !important;
    height: 80px !important;
    border-radius: 80px !important;
    background-size: 16px !important;
  }
}
.p-recruitSingle__modal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  background: #fff;
  z-index: 4;
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__modal {
    height: calc(100% - 80px);
  }
}
.p-recruitSingle__modal .c-contTtl {
  font-size: min(4.8vw, 22px);
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__modal .c-contTtl {
    font-size: min(4.4vw, 26px);
  }
}
.p-recruitSingle__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
}
.p-recruitSingle__scroll {
  padding: 12vw min(5.3vw, 40px);
  height: 100%;
  overflow: auto;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__scroll {
    padding: min(12vw, 110px) min(16vw, 160px);
  }
}
.p-recruitSingle__scroll .c-contTtl {
  font-size: min(6.2vw, 56px);
}
.p-recruitSingle__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background-color: #888888;
  background-image: url(../assets/img/common/icon-close-black.svg);
  background-size: 12px;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__close {
    top: 40px;
    right: 40px;
    width: 80px;
    height: 80px;
    border-radius: 80px;
  }
}
.p-recruitSingle__close img {
  width: 62%;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__close img {
    width: 44%;
  }
}
.p-recruitSingle__modalImg {
  margin-bottom: min(5.3vw, 50px);
}
.p-recruitSingle__modalImg img {
  width: 100%;
}
.p-recruitSingle__modalTxt p {
  margin-bottom: min(5.3vw, 50px);
}
.p-recruitSingle__modalTxt p:last-child {
  margin-bottom: 0;
}
.p-recruitSingle__modalTxt .c-contTtl__s {
  margin-bottom: min(4.4vw, 60px);
  font-size: min(4.4vw, 36px);
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__modalTxt .c-contTtl__s {
    margin-bottom: min(1.4vw, 24px);
    font-size: min(4vw, 36px);
  }
}
.p-recruitSingle__main {
  padding: min(10vw, 112px) 0 min(6vw, 60px);
  margin-left: 0;
}
@media screen and (min-width: 960px) {
  .p-recruitSingle__main {
    padding: min(10vw, 112px) 0 min(6vw, 60px);
    margin-left: min(31vw, 520px);
  }
}
