@charset "UTF-8";

/* common
========================================== */
* {
	box-sizing: border-box;
}
a {
	transition: 0.7s all;
}
img {
	height: auto;
	max-width: 100%;
}

::-moz-selection {
  color: #fff;
  background-color: #22AAFF;
}
::selection {
  color: #fff;
  background-color: #22AAFF;
}

/* SP */
@media screen and (max-width: 768px) {
  body {
    overflow: hidden;
  }
}


/* header
========================================== */
.l-header__logo > a {
  display: block;
}
.l-header__logo span {
	display: block;
	line-height: 1;
}
.l-header__logo .image-logo {
	width: 131px;
}
.l-header__nav {
	margin-top: 48px;
}
.l-header__nav a {
	font-family: "Inter", sans-serif;
	transition: 0.4s all;
}
.l-header__nav > ul > li {
	line-height: 1;
}
.l-header__nav_globalMenu > ul > li + li {
	margin-top: 16px;
}
.l-header__nav_globalMenu > ul > li a {
	color: #CECECE;
	display: inline-block;
}
.l-header__nav_globalMenu > ul > li .subtext {
  display: none;
}
.l-header__nav_snsList {
	margin-top: 48px;
}
.l-header__nav_snsList > ul > li {
	height: 20px;
	text-align: center;
	width: 20px;
}
.l-header__nav_snsList > ul > li + li {
	margin-top: 25px;
}
.l-header__nav_snsList > ul > li a {
	color: transparent;
	display: block;
	font-size: 0;
	height: 100%;
	width: 100%;
}
.l-header__nav_snsList > ul > li .icon {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}
.l-header__nav_snsList > ul > li .icon:before,
.l-header__nav_snsList > ul > li .icon:after {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	content: "";
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 0.4s all;
	width: 100%;
}
.l-header__nav_snsList > ul > li .icon-facebook:before {
	background-image: url(/dy2/recruit/assets/images/common/icon_facebook_gray.svg);
}
.l-header__nav_snsList > ul > li .icon-facebook:after {
	background-image: url(/dy2/recruit/assets/images/common/icon_facebook_blue.svg);
}
.l-header__nav_snsList > ul > li .icon-instagram:before {
	background-image: url(/dy2/recruit/assets/images/common/icon_instagram_gray.svg);
}
.l-header__nav_snsList > ul > li .icon-instagram:after {
	background-image: url(/dy2/recruit/assets/images/common/icon_instagram_blue.svg);
}
.l-header__nav_snsList > ul > li .icon-x:before {
	background-image: url(/dy2/recruit/assets/images/common/icon_x_gray.svg);
}
.l-header__nav_snsList > ul > li .icon-x:after {
	background-image: url(/dy2/recruit/assets/images/common/icon_x_blue.svg);
}
.l-header__nav_snsList > ul > li .icon-kuula:before {
	background-image: url(/dy2/recruit/assets/images/common/icon_kuula_gray.svg);
}
.l-header__nav_snsList > ul > li .icon-kuula:after {
	background-image: url(/dy2/recruit/assets/images/common/icon_kuula_blue.svg);
}
.l-header__nav_corporateLink {
	margin-top: 48px;
}
.l-header__nav_corporateLink > a {
	color: #CECECE;
	display: inline-block;
	position: relative;
}
.l-header__nav_corporateLink > a:after {
	background-image: url(/dy2/recruit/assets/images/common/icon_blank.svg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;
	content: "";
	height: 11px;
	opacity: 0.35;
	position: absolute;
	right: -18px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.4s all;
	width: 11px;
}
.l-header__nav_entryLink {
	border-radius: 8px;
	margin-top: 48px;
	overflow: hidden;
	width: 100px;
}
.l-header__nav_entryLink > a {
	background-color: #22AAFF;
	color: #fff;
	display: block;
	line-height: 100px;
	position: relative;
	text-align: center;
}
.l-header__nav_entryLink > a:before {
  background: #0177C0;
	border-radius: 50px;
  content: "";
  height: 100px;
  position: absolute;
  left: -50px;
  top: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .7s;
  width: 200px;
	z-index: 0;
}
.l-header__nav_entryLink > a .text-inner {
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 769px) {
	#l-header {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
		overflow-y: auto;
		height: 100vh;
		position: fixed;
		padding: 48px 45px;
		left: 0;
		width: 220px;
		z-index: 1000;
	}
	.l-header__logo > a:hover {
		opacity: 0.5;
	}
  .l-header__nav {
    display: block !important;
  }
	.l-header__nav_globalMenu > ul > li a:hover,
	.l-header__nav_globalMenu > ul > li.current a {
		color: #22AAFF !important;
	}
	.l-header__nav_snsList > ul > li .icon:after,
	.l-header__nav_snsList > ul > li a:hover .icon:before {
		opacity: 0;
	}
	.l-header__nav_snsList > ul > li a:hover .icon:after {
		opacity: 1;
	}
	.l-header__nav_corporateLink > a:hover {
		color: #444;
	}
	.l-header__nav_corporateLink > a:hover:after {
		opacity: 1;
		top: calc(50% - 6px);
		right: -21px;
	}
	.l-header__nav_entryLink > a:hover:before {
		transform-origin: left top;
		transform: scale(1, 1);
	}
  .l-header__entryLink,
  .l-header__trigger {
    display: none !important;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #l-header {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .l-header__upper {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding-inline: 20px;
    position: relative;
	  transition: 0.4s all;
    z-index: 1001;
  }
  #l-header.is-open .l-header__upper {
    background-color: #444;
  }
  .l-header__logo .image-logo {
    width: 125px;
  }
  #l-header.is-open .l-header__logo a {
    color: #fff;
  }
  .l-header__entryLink {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    margin-left: auto;
    margin-right: 20px;
    width: 80px;
  }
  .l-header__entryLink > a {
    background-color: #22AAFF;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 40px;
    position: relative;
    text-align: center;
  }
  .l-header__trigger {
    color: transparent;
    font-size: 0;
    height: 13px;
    position: relative;
    width: 40px;
  }
  .l-header__trigger:before,
  .l-header__trigger:after {
    background-color: #444;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
	  transition: 0.4s all;
    width: 40px;
  }
  .l-header__trigger:before {
    top: 0;
  }
  .l-header__trigger:after {
    top: calc(100% - 1px);
  }
  .l-header__trigger.is-open:before,
  .l-header__trigger.is-open:after {
    background-color: #fff;
  }
  .l-header__trigger.is-open:before {
    top: 50%;
    transform: rotate(200deg) translateY(-50%);
  }
  .l-header__trigger.is-open:after {
    top: 50%;
    transform: rotate(-200deg) translateY(-50%);
  }
  .l-header__nav {
    background-color: #444;
    display: none;
    overflow-y: auto;
    margin: 0;
    padding: 130px 20px 48px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    height: 100dvh;
    width: 100vw;
    z-index: 1000;
  }
  .l-header__nav_globalMenu > ul > li a { 
    color: #fff;
    display: block;
    font-size: 2.8rem;
    font-weight: 200;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .l-header__nav_globalMenu > ul > li .subtext {
    display: block;
	  font-family: "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック W3", "HiraginoSans-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0;
  }
  .l-header__nav_globalMenu > ul > li + li {
    margin-top: 20px;
  }
  .l-header__nav_corporateLink {
    margin-top: 50px;
  }
  .l-header__nav_corporateLink a {
    color: #fff;
  }
  .l-header__nav_corporateLink > a:after {
    background-image: url(/dy2/recruit/assets/images/common/icon_blank_white.svg);
    height: 11px;
    opacity: 1;
    width: 11px;
  }
  .l-header__nav_snsList,
	.l-header__nav_entryLink {
    display: none;
  }
}



/* main
========================================== */
/* PC */
@media screen and (min-width: 769px) and (max-width: 1365px) {
  #l-main {
    padding-left: 220px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #l-main {
    padding-top: 70px;
  }
}




/* footer
========================================== */
#l-footer {
	padding: 120px 60px 60px;
}
.l-footer__snsList > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.l-footer__snsList > ul > li {
	height: 20px;
	margin-inline: 15px;
	width: 20px;
}
.l-footer__snsList > ul > li a {
	color: transparent;
	display: block;
	font-size: 0;
	height: 100%;
	width: 100%;
}
.l-footer__snsList > ul > li .icon {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}
.l-footer__snsList > ul > li .icon:before,
.l-footer__snsList > ul > li .icon:after {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	content: "";
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.l-footer__snsList > ul > li .icon-facebook:before {
	background-image: url(/dy2/recruit/assets/images/common/icon_facebook_gray.svg);
}
.l-footer__snsList > ul > li .icon-facebook:after {
	background-image: url(/dy2/recruit/assets/images/common/icon_facebook.svg);
}
.l-footer__snsList > ul > li .icon-instagram:before {
	background-image: url(/dy2/recruit/assets/images/common/icon_instagram_gray.svg);
}
.l-footer__snsList > ul > li .icon-instagram:after {
	background-image: url(/dy2/recruit/assets/images/common/icon_instagram.svg);
}
.l-footer__snsList > ul > li .icon-x:before {
	background-image: url(/dy2/recruit/assets/images/common/icon_x_gray.svg);
}
.l-footer__snsList > ul > li .icon-x:after {
	background-image: url(/dy2/recruit/assets/images/common/icon_x.svg);
}
.l-footer__snsList > ul > li .icon-kuula:before {
	background-image: url(/dy2/recruit/assets/images/common/icon_kuula_gray.svg);
}
.l-footer__snsList > ul > li .icon-kuula:after {
	background-image: url(/dy2/recruit/assets/images/common/icon_kuula.svg);
}
.l-footer__copyright {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
	text-align: center;
}
/* PC */
@media screen and (min-width: 769px) {
  .l-footer__snsList {
    display: none;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #l-footer {
    margin-inline: 30px;
    padding: 60px 0;
  }
  .l-footer__snsList {
    margin-top: 60px;
  }
  .l-footer__copyright {
    font-size: 1rem;
    margin-top: 48px;
  }
}

/* pagetop */
#pagetop {
	color: transparent;
	cursor: pointer;
	font-size: 0rem;
	height: 69px;
	width: 60px;
	z-index: 99;
}
#pagetop > span {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
#pagetop > span:before,
#pagetop > span:after {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
  content: "";
  height: 100%;
  margin-inline: auto;
  position: absolute;
	transition: 0.2s all;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
#pagetop > span:before {
	background-image: url(/dy2/recruit/assets/images/common/icon_pagetop.png);
}
#pagetop > span:after {
  background-image: url(/dy2/recruit/assets/images/common/icon_pagetop_hover.png);
  opacity: 0;
}
/* PC
-------------------------------------------*/
@media only screen and (min-width: 769px) {
  #pagetop {
    position: fixed;
    bottom: 60px;
    right: 60px;
  }
  #pagetop:hover {
    height: 116px;
  }
  #pagetop:hover > span:before {
    opacity: 0;
  }
  #pagetop:hover > span:after {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  #pagetop {
    bottom: 30px;
    right: 30px;
  }
}
/* SP */
@media only screen and (max-width: 768px) {
  #pagetop {
    height: 116px;
    margin-inline: auto;
    position: relative;
    width: 60px;
  }
  #pagetop > span:before {
    display: none;
  }
  #pagetop > span:after {
    background-image: url(/dy2/recruit/assets/images/common/icon_pagetop_hover.png);
    opacity: 1;
  }
}





/* component
========================================== */

/* pagetitle */
.c-pageTitle {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
.c-pageTitle h1 {
	font-size: 4.4rem;
	font-weight: 300;
	line-height: 1.7;
}
.c-pageTitle h1 .text-english {
	display: block;
  font-family: "Inter", sans-serif;
	font-size: 2.8rem;
  font-weight: 200;
	line-height: 1.6;
  letter-spacing: 0.05em;
	margin-bottom: 24px;
}
/* SP */
@media screen and (max-width: 768px) {
  .c-pageTitle {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .c-pageTitle h1 {
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .c-pageTitle h1 .text-english {
    margin-bottom: 12px;
  }
}


/* section */
.l-section {
  padding-inline: 60px;
}
.l-section__leadText {
  line-height: 2;
  text-align: center;
}
/* PC */
@media screen and (min-width: 769px) {
	.l-section__inner {
		margin-inline: auto;
		max-width: 952px;
	}
}
/* SP */
@media screen and (max-width: 768px) {
  .l-section {
    padding-inline: 20px;
  }
}



/* button */
.c-button {
  display: table;
}
.c-button > * {
  background-color: #fff;
  border: 1px solid #444;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  height: 100%;
  position: relative;
	transition: 0.7s all;
  text-align: center;
}
.c-button .icon-arrow {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-button .icon-arrow:before,
.c-button .icon-arrow:after {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  content: "";
  position: absolute;
  transition: 0.7s all;
  top: 0;
  right: 0;
  animation-fill-mode: both;
  animation-duration: 0.7s;
}
.c-button .icon-arrow:after {
  transform: translateX(-100%);
}
.c-button--small {
  width: 80px;
}
.c-button--small > * {
  height: 40px;
}
.c-button--small .icon-arrow {
  height: 11px;
  margin-inline: auto;
  left: 0;
  right: 0;
  width: 16px;
}
.c-button--small .icon-arrow:before,
.c-button--small .icon-arrow:after {
  height: 11px;
  width: 39px;
}
.c-button--small .icon-arrow:before {
  background-image: url(/dy2/recruit/assets/images/common/icon_arrow_flow_small.svg);
}
.c-button--small .icon-arrow:after {
  background-image: url(/dy2/recruit/assets/images/common/icon_arrow_flow_small_hover.svg);
}
.c-button--middle {
  margin-inline: auto;
  min-width: 232px;
}
.c-button--middle > * {
  height: 60px;
}
.c-button--middle .icon-arrow {
  height: 20px;
  right: 22px;
  width: 28px;
}
.c-button--middle .icon-arrow:before,
.c-button--middle .icon-arrow:after {
  height: 20px;
  width: 105px;
}
.c-button--middle .icon-arrow:before {
  background-image: url(/dy2/recruit/assets/images/common/icon_arrow_flow_middle.svg);
}
.c-button--middle .icon-arrow:after {
  background-image: url(/dy2/recruit/assets/images/common/icon_arrow_flow_middle_hover.svg);
}
.c-button--large {
  font-size: 3.2rem;
  margin-inline: auto;
  width: 100%;
}
.c-button--large > * {
  height: 135px;
}
.c-button--large .icon-arrow {
  height: 45px;
  right: 50px;
  width: 66px;
}
.c-button--large .icon-arrow:before,
.c-button--large .icon-arrow:after {
  height: 45px;
  width: 239px;
}
.c-button--large .icon-arrow:before {
  background-image: url(/dy2/recruit/assets/images/common/icon_arrow_flow_large.svg);
}
.c-button--large .icon-arrow:after {
  background-image: url(/dy2/recruit/assets/images/common/icon_arrow_flow_large_hover.svg);
}
/* PC */
@media screen and (min-width: 769px) {
  .c-button--small .icon-arrow:before,
  .c-button--small .icon-arrow:after {
    width: 54px;
  }
  .c-button--middle .icon-arrow:before,
  .c-button--middle .icon-arrow:after {
    width: 118px;
  }
  .c-button--large .icon-arrow:before,
  .c-button--large .icon-arrow:after {
    width: 259px;
  }
  .c-button > *:hover,
  a:hover .c-button > * {
    background-color: #22AAFF;
    border-color: #22AAFF;
    color: #fff;
  }
  a:hover .c-button .icon-arrow:before,
  .c-button > *.is-hover .icon-arrow:before {
    animation-name: transformLeftRight;
  }
  a:hover .c-button .icon-arrow:after,
  .c-button > *.is-hover .icon-arrow:after {
    animation-name: transformRightLeft;
  }
  a:hover .c-button > *.is-hover .icon-arrow:before,
  .c-button > *.is-hover:hover .icon-arrow:before {
    animation-name: transformRightLeft;
  }
  a:hover .c-button > *.is-hover .icon-arrow:after,
  .c-button > *.is-hover:hover .icon-arrow:after {
    animation-name: transformLeftRight;
  }
  @keyframes transformLeftRight {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes transformRightLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .c-button--middle {
    min-width: 120px;
  }
  .c-button--middle > * {
    font-size: 1.2rem;
    height: 40px;
  }
  .c-button--middle .icon-arrow {
    height: 12px;
    right: 12px;
    width: 19px;
  }
  .c-button--large {
    font-size: 2.8rem;
  }
  .c-button--large > * {
    height: 80px;
  }
  .c-button--large .icon-arrow {
    height: 36px;
    right: 32px;
    width: 55px;
  }
  .c-button .icon-arrow:before {
    height: 100% !important;
    width: 100% !important;
  }
  .c-button .icon-arrow:after {
    display: none;
  }
}




/* people list
========================================== */
.c-people-contentsList__item {
  position: relative;
}
.c-people-contentsList__item .text-profile {
  margin-top: 36px;
}
.c-people-contentsList__item .text-belong {
  font-size: 1.4rem;
}
.c-people-contentsList__item .text-name {
  font-size: 2rem;
  margin-top: 10px;
}
.c-people-contentsList__item .button-link {
  margin-top: 20px;
}
.c-people-contentsList__item .image-decoration__main {
  transition: 0.6s all;
  position: absolute;
  z-index: -1;
}
/* PC */
@media screen and (min-width: 769px) {
  .c-people-contentsList__item:nth-of-type(n+2) {
    margin-top: 80px;
  }
  .c-people-contentsList__item > a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c-people-contentsList__item:nth-of-type(even) > a {
    flex-direction: row-reverse;
  }
  .c-people-contentsList__item .item-thumb {
    overflow: hidden;
    width: calc(464 / 952 * 100%);
  }
  .c-people-contentsList__item .item-thumb img {
    transition: 0.4s all;
  }
  .c-people-contentsList__item > a:hover .item-thumb img {
    transform: scale(1.1);
  }
  .c-people-contentsList__item .item-text {
    padding-left: 24px;
    width: calc(488 / 952 * 100%);
  }
  .c-people-contentsList__item:nth-of-type(even) .item-text {
    padding-left: 0;
    padding-right: 24px;
  }
  .c-people-contentsList__item .text-title {
    position: relative;
  }
  .c-people-contentsList__item:nth-of-type(odd) .text-title {
    transform: rotate(-5deg);
  }
  .c-people-contentsList__item:nth-of-type(even) .text-title {
    transform: rotate(5deg);
  }
  .c-people-contentsList__item.people1 .text-title {
    width: 410px;
  }
  .c-people-contentsList__item.people2 .text-title {
    width: 439px;
  }
  .c-people-contentsList__item.people3 .text-title {
    width: 537px;
  }
  .c-people-contentsList__item .text-title .image-default,
  .c-people-contentsList__item .text-title .image-hover {
    transition: 0.4s all;
  }
  .c-people-contentsList__item .text-title .image-hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .c-people-contentsList__item > a:hover .text-title .image-default {
    opacity: 0;
  }
  .c-people-contentsList__item > a:hover .text-title .image-hover {
    opacity: 1;
  }
  .c-people-contentsList__item > a:hover .image-decoration__main {
    transform: translateY(-10px);
  }
  .c-people-contentsList__item:nth-of-type(even) .text-profile {
    text-align: right;
  }
  .c-people-contentsList__item:nth-of-type(even) .button-link .c-button {
    margin-left: auto;
  }
  .c-people-contentsList__item.people1 .image-decoration__main {
    right: calc(-5 / 952 * 100%);
    bottom: -3px;
    max-width: 261px;
    width: calc(261 / 952 * 100%);
  }
  .c-people-contentsList__item.people2 .image-decoration__main {
    left: calc(32 / 952 * 100%);
    bottom: 0;
    max-width: 230px;
    width: calc(230 / 952 * 100%);
  }
  .c-people-contentsList__item.people3 .image-decoration__main {
    right: calc(20 / 952 * 100%);
    bottom: calc(-40 / 952 * 100%);
    max-width: 250px;
    width: calc(250 / 952 * 100%);
  }
  .c-people-contentsList__item.people3 .text-profile {
    margin-top: 48px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1320px) {
  .c-people-contentsList__item .text-title {
    max-width: 100%;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .c-people-contentsList__item {
    margin-bottom: 80px;
  }
  .c-people-contentsList__item > a {
    display: block;
  }
  .c-people-contentsList__item .item-text {
    margin-top: 30px;
  }
  .c-people-contentsList__item .text-title {
    max-width: 100%;
  }
  .c-people-contentsList__item .text-title .image-hover {
    display: none;
  }
  .c-people-contentsList__item.people1 .text-title {
    width: calc(229 / 375 * 100vw);
  }
  .c-people-contentsList__item.people2 .text-title {
    width: calc(248 / 375 * 100vw);
  }
  .c-people-contentsList__item.people3 .text-title {
    width: calc(297 / 375 * 100vw);
  }
  .c-people-contentsList__item .text-profile {
    margin-top: 24px;
  }
  .c-people-contentsList__item .text-belong {
    line-height: 1.5714;
  }
  .c-people-contentsList__item .text-name {
    font-size: 1.8rem;
  }
  .c-people-contentsList__item .button-link {
    display: none;
  }
  .c-people-contentsList__item.people1 .image-decoration__main {
    right: 0;
    bottom: -3px;
    max-width: 147px;
    width: calc(147 / 375 * 100vw);
  }
  .c-people-contentsList__item.people2 .image-decoration__main {
    right: 0px;
    bottom: -6px;
    max-width: 127px;
    width: calc(127 / 375 * 100vw);
  }
  .c-people-contentsList__item.people3 .image-decoration__main {
    right: 3px;
    bottom: -26px;
    max-width: 144px;
    width: calc(144 / 375 * 100vw);
  }
}



/* story list */
.c-story-contentsList__item > a {
  display: block;
  position: relative;
}
.c-story-contentsList__item .item-text {
  text-align: center;
}
.c-story-contentsList__item .item-text .text-number {
  font-size: 2rem;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
.c-story-contentsList__item .item-text .text-title {
  font-size: 2.8rem;
  line-height: 1.6;
  margin-top: 20px;
}
/* PC */
@media screen and (min-width: 769px) {
  .c-story-contentsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-inline: auto;
    max-width: 827px;
  }
  .c-story-contentsList__item {
    margin-top: 28px;
    border-radius: 50%;
    overflow: hidden;
    width: calc(400 / 827 * 100%);
  }
	.c-story-contentsList__item:nth-of-type(-n+2) {
		margin-top: 0;
	}
  .c-story-contentsList__item .item-thumb {
    overflow: hidden;
  }
  .c-story-contentsList__item .item-thumb img {
    transition: 0.7s all;
  }
  .c-story-contentsList__item .item-text {
    background: rgba(1, 119, 192, 0.7);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    opacity: 0;
    padding: 24px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.7s all;
    width: 100%;
    z-index: 1;
  }
  .c-story-contentsList__item > a:hover .item-thumb img {
    transform: scale(1.1);
  }
  .c-story-contentsList__item > a:hover .item-text {
    opacity: 1;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .c-story-contentsList__item:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .c-story-contentsList__item .item-thumb {
    border-radius: 50%;
    margin-inline: auto;
    overflow: hidden;
    position: relative;
    height: calc(260 / 375 * 100vw);
    width: calc(260 / 375 * 100vw);
  }
  .c-story-contentsList__item .item-thumb img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
  }
  .c-story-contentsList__item .item-text .text-number {
    font-size: 1.8rem;
    font-weight: 200;
  }
  .c-story-contentsList__item .item-text {
    margin-top: 32px;
  }
  .c-story-contentsList__item .item-text .text-title {
    font-size: 1.8rem;
    line-height: 1.8889;
    margin-top: 12px;
    margin-inline: -10px;
  }
}





/* animation
========================================== */

.js-animation {
  transition: 0.8s all;
}

.js-animation--fadein {
  opacity: 0;
}
.js-animation--fadein.is-animated {
	transition-delay: 0.3s;
  opacity: 1;
}