@import url("//fonts.googleapis.com/css2?family=Urbanist:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
font-family: $font-en;
300 400 600
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*
$c_primary:#1C4B96;
*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
/*  /////////////////////////////////////////////////
culture Index 
*/
.cultureList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.cultureList li {
  border: 5px solid #FFF;
  border-radius: 12px;
  display: flex;
  margin-bottom: 56px;
  overflow: hidden;
  width: 47.5%;
}
.cultureList li a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  min-height: 490px;
  padding: 24px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.cultureList li a .tag {
  background: #FFF;
  border-radius: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  color: #00A0E9;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  padding: 8px 24px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  .cultureList li a .tag {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.cultureList li a .data {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cultureList li a .data .title {
  color: #004262;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: -0.04em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.15em;
  line-height: 2;
  background-color: #FFF;
  transition: 0.2s;
}
@media only screen and (max-width: 960px) {
  .cultureList li a .data .title {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.cultureList li a .data .name {
  color: #FFF;
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2;
  line-height: 1.8;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 8px;
  text-align: right;
}
@media only screen and (max-width: 960px) {
  .cultureList li a .data .name {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.cultureList li a .data .name .part {
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2;
  line-height: 1.4;
}
@media only screen and (max-width: 960px) {
  .cultureList li a .data .name .part {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.cultureList li a:after {
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, rgba(71, 171, 252, 0.5) 80%);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 0.2s;
}
.cultureList li a:before {
  background: #FFF;
  background: linear-gradient(180deg, rgba(71, 171, 252, 0.1) 45%, rgba(71, 171, 252, 0.5) 80%);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -100%;
  right: 0;
  transition: 0.5s;
  opacity: 0;
}
.cultureList li a:hover .data .title {
  color: #00A0E9;
}
.cultureList li a:hover:before {
  opacity: 1;
  bottom: 0;
}

.cultureList2 li {
  border: 5px solid #FFF;
  border-radius: 12px;
  display: flex;
  margin-bottom: 56px;
  overflow: hidden;
  width: 100%;
}
.cultureList2 li a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  min-height: 430px;
  padding: 24px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.cultureList2 li a .data {
  padding-left: 2.5vw;
  position: relative;
  z-index: 2;
  width: 100%;
}
.cultureList2 li a .data .title {
  color: #004262;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.04em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.15em;
  line-height: 2;
  background-color: #FFF;
  transition: 0.2s;
}
@media only screen and (max-width: 960px) {
  .cultureList2 li a .data .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.cultureList2 li a .data .name {
  color: #FFF;
  display: block;
  font-size: 100px;
  font-size: 10rem;
  line-height: 2;
  line-height: 1.8;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 960px) {
  .cultureList2 li a .data .name {
    font-size: 85px;
    font-size: 8.5rem;
  }
}
.cultureList2 li a:after {
  background: #FFF;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 45%, rgba(71, 171, 252, 0.5) 80%);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 0.2s;
}
.cultureList2 li a:before {
  background: #FFF;
  background: linear-gradient(-90deg, rgba(71, 171, 252, 0.1) 45%, rgba(71, 171, 252, 0.5) 80%);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -100%;
  right: 0;
  transition: 0.5s;
  opacity: 0;
}
.cultureList2 li a:hover .data .title {
  color: #00A0E9;
}
.cultureList2 li a:hover:before {
  opacity: 1;
  bottom: 0;
}

.benefitsList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  counter-reset: listnum;
}
.benefitsList ul:after {
  content: "";
  display: block;
  width: 32%;
  max-width: 326px;
}
.benefitsList ul li {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: inset 25px 35px 35px rgba(255, 255, 255, 0.7), inset -25px -35px 35px rgba(255, 255, 255, 0.7);
  border: 5px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  margin-bottom: 20px;
  padding: 40px 30px;
  position: relative;
  width: 32%;
}
.benefitsList ul li.long {
  width: 66%;
}
.benefitsList ul li:before {
  background: url("../img/common/icon_snow_01.svg") center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: listnum;
  content: counter(listnum, decimal-leading-zero);
  color: #00A0E9;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.4;
  height: 34px;
  width: 34px;
  position: absolute;
  right: 12px;
  top: 12px;
}
@media only screen and (max-width: 960px) {
  .benefitsList ul li:before {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.benefitsList ul li h3 {
  color: #00405E;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media only screen and (max-width: 960px) {
  .benefitsList ul li h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.benefitsList ul li h3:before {
  background: url("../img/common/icon_shakehand.svg") center center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  margin-bottom: 16px;
  height: 41px;
  width: 60px;
}
.benefitsList ul li p {
  border-left: 1px solid rgba(70, 170, 252, 0.2);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  line-height: 1.7;
  padding-left: 16px;
}
@media only screen and (max-width: 960px) {
  .benefitsList ul li p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.careerImg {
  max-width: 780px;
  margin: auto;
}

.growthList ul {
  display: block;
  position: relative;
  counter-reset: listnum;
}
.growthList ul li {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: inset 25px 35px 35px rgba(255, 255, 255, 0.7), inset -25px -35px 35px rgba(255, 255, 255, 0.7);
  border: 5px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  margin-bottom: 30px;
  padding: 40px 30px;
  position: relative;
  width: 100%;
}
.growthList ul li:before {
  background: url("../img/common/icon_snow_01.svg") center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: listnum;
  content: counter(listnum, decimal-leading-zero);
  color: #00A0E9;
  font-family: "Urbanist", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.4;
  height: 34px;
  width: 34px;
  position: absolute;
  right: 16px;
  top: 16px;
}
@media only screen and (max-width: 960px) {
  .growthList ul li:before {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.growthList ul li h3 {
  color: #00A0E9;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media only screen and (max-width: 960px) {
  .growthList ul li h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.growthList ul li .desc {
  border-left: 1px solid rgba(70, 170, 252, 0.2);
  padding-left: 16px;
}
.growthList ul li .desc p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  line-height: 1.7;
  margin-top: 16px;
}
@media only screen and (max-width: 960px) {
  .growthList ul li .desc p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.growthList ul li .desc p:first-child {
  margin: 0;
}

@media only screen and (min-width: 960px) {
  #section02 .head01 .img {
    width: 124px;
    top: 50px;
  }
  #section02 .head01 .ja {
    padding-left: 130px;
  }
  #section02 .mindImgList {
    min-height: 830px;
    position: relative;
  }
  #section02 .mindImgList li {
    position: absolute;
    opacity: 0;
    transform: translate(0, 0) scale(0.4);
  }
  #section02 .mindImgList li img {
    overflow: hidden;
    height: auto;
    width: 100%;
  }
  #section02 .mindImgList li.li01 {
    top: 0;
    left: 0%;
    width: 38%;
  }
  #section02 .mindImgList li.li02 {
    top: 0;
    right: 0;
    width: 29.3%;
  }
  #section02 .mindImgList li.li03 {
    top: 17%;
    left: 39.7%;
    width: 28.6%;
  }
  #section02 .mindImgList li.li04 {
    top: 35%;
    left: 6%;
    width: 31.4%;
  }
  #section02 .mindImgList li.li05 {
    top: 39%;
    right: 0%;
    width: 25.3%;
  }
  #section02 .mindImgList li.li06 {
    top: 70%;
    left: 2.3%;
    width: 39.5%;
  }
  #section02 .mindImgList li.li07 {
    top: 68%;
    right: 22.2%;
    width: 29.3%;
  }
  #section02.is-active .mindImgList li.li01 {
    animation: mindFade01 0.7s ease 0.6s 1 forwards;
  }
  #section02.is-active .mindImgList li.li01 img {
    animation: 2.2s fuwafuwa 0.1s infinite;
  }
  #section02.is-active .mindImgList li.li02 {
    animation: mindFade01 0.7s ease 0.75s 1 forwards;
  }
  #section02.is-active .mindImgList li.li02 img {
    animation: 2.2s fuwafuwa 0.2s infinite;
  }
  #section02.is-active .mindImgList li.li03 {
    animation: mindFade01 0.7s ease 0.9s 1 forwards;
  }
  #section02.is-active .mindImgList li.li03 img {
    animation: 2.2s fuwafuwa 0.3s infinite;
  }
  #section02.is-active .mindImgList li.li04 {
    animation: mindFade01 0.7s ease 1.05s 1 forwards;
  }
  #section02.is-active .mindImgList li.li04 img {
    animation: 2.2s fuwafuwa 0.4s infinite;
  }
  #section02.is-active .mindImgList li.li05 {
    animation: mindFade01 0.7s ease 1.2s 1 forwards;
  }
  #section02.is-active .mindImgList li.li05 img {
    animation: 2.2s fuwafuwa 0.5s infinite;
  }
  #section02.is-active .mindImgList li.li06 {
    animation: mindFade01 0.7s ease 1.35s 1 forwards;
  }
  #section02.is-active .mindImgList li.li06 img {
    animation: 2.2s fuwafuwa 0.6s infinite;
  }
  #section02.is-active .mindImgList li.li07 {
    animation: mindFade01 0.7s ease 1.5s 1 forwards;
  }
  #section02.is-active .mindImgList li.li07 img {
    animation: 2.2s fuwafuwa 0.7s infinite;
  }
  @keyframes fuwafuwa {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-15px);
    }
  }
  @keyframes mindFade01 {
    0% {
      opacity: 0;
      transform: translate(0, 0) scale(0.4);
    }
    60% {
      transform: translate(0, 0) scale(1.1);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0) scale(1);
    }
  }
  @keyframes mindFade02 {
    0% {
      opacity: 0;
      transform: translate(0, 20px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  #section03 .head01 .img {
    top: 50px;
  }
  #section05 .head01 .img {
    width: 60px;
  }
}
@media only screen and (max-width: 960px) {
  .cultureList {
    display: block;
  }
  .cultureList:after {
    display: none;
  }
  .cultureList li {
    margin-bottom: 40px;
    width: 100%;
  }
  .cultureList li a {
    min-height: 420px;
    padding: 20px 5vw;
    width: 100%;
  }
  .cultureList li a .data .date {
    margin-bottom: 4px;
  }
  .cultureList li a .data .title {
    font-size: 16px;
    padding: 0.2em;
    line-height: 2;
  }
  .cultureList2 li {
    margin-bottom: 0;
  }
  .cultureList2 li a {
    align-content: flex-end;
    min-height: 420px;
    padding: 20px 5vw 20px 0;
  }
  .cultureList2 li a .data {
    padding-left: 0;
  }
  .cultureList2 li a .data .title {
    font-size: 18px;
  }
  .cultureList2 li a .data .name {
    display: block;
    font-size: 70px;
  }
  .benefitsList ul {
    display: block;
  }
  .benefitsList ul:after {
    display: none;
  }
  .benefitsList ul li {
    border-radius: 12px;
    margin-bottom: 16px;
    padding: 24px 5vw;
    width: 100%;
  }
  .benefitsList ul li.long {
    width: 100%;
  }
  .benefitsList ul li h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .benefitsList ul li h3:before {
    height: 32px;
    width: 50px;
  }
  .benefitsList ul li p {
    font-size: 13px;
    line-height: 1.55;
  }
  .growthList ul {
    display: block;
  }
  .growthList ul li {
    border-radius: 12px;
    margin-bottom: 16px;
    padding: 24px 5vw;
    width: 100%;
  }
  .growthList ul li h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .growthList ul li p {
    font-size: 13px;
    line-height: 1.55;
  }
  #section02 .head01 .img {
    width: 96px;
  }
  #section02 .head01 .ja {
    padding-left: 105px;
  }
  #section02 .mindImgList {
    min-height: auto;
    min-height: none;
  }
  #section02 .mindImgList li {
    margin-bottom: 20px;
    opacity: 0;
    transform: translate(0, 0) scale(0.4);
    width: 100%;
  }
  #section02 .mindImgList li:nth-child(2n) {
    margin-left: 16%;
  }
  #section02 .mindImgList li.li01 {
    width: 90%;
  }
  #section02 .mindImgList li.li02 {
    margin-left: 26%;
    width: 74%;
  }
  #section02 .mindImgList li.li03 {
    width: 73%;
  }
  #section02 .mindImgList li.li04 {
    margin-left: 25%;
    margin-bottom: 0;
    width: 75%;
  }
  #section02 .mindImgList li.li05 {
    width: 65%;
  }
  #section02 .mindImgList li.li06 {
    width: 90%;
  }
  #section02 .mindImgList li.li07 {
    width: 75%;
  }
  #section02 .mindImgList li img {
    overflow: hidden;
    height: auto;
    width: 100%;
  }
  #section02.is-active .mindImgList li.li01 {
    animation: mindFade01 0.7s ease 0.6s 1 forwards;
  }
  #section02.is-active .mindImgList li.li01 img {
    animation: 2.2s fuwafuwa 0.1s infinite;
  }
  #section02.is-active .mindImgList li.li02 {
    animation: mindFade01 0.7s ease 0.75s 1 forwards;
  }
  #section02.is-active .mindImgList li.li02 img {
    animation: 2.2s fuwafuwa 0.2s infinite;
  }
  #section02.is-active .mindImgList li.li03 {
    animation: mindFade01 0.7s ease 0.9s 1 forwards;
  }
  #section02.is-active .mindImgList li.li03 img {
    animation: 2.2s fuwafuwa 0.3s infinite;
  }
  #section02.is-active .mindImgList li.li04 {
    animation: mindFade01 0.7s ease 1.05s 1 forwards;
  }
  #section02.is-active .mindImgList li.li04 img {
    animation: 2.2s fuwafuwa 0.4s infinite;
  }
  #section02.is-active .mindImgList li.li05 {
    animation: mindFade01 0.7s ease 1.2s 1 forwards;
  }
  #section02.is-active .mindImgList li.li05 img {
    animation: 2.2s fuwafuwa 0.5s infinite;
  }
  #section02.is-active .mindImgList li.li06 {
    animation: mindFade01 0.7s ease 1.35s 1 forwards;
  }
  #section02.is-active .mindImgList li.li06 img {
    animation: 2.2s fuwafuwa 0.6s infinite;
  }
  #section02.is-active .mindImgList li.li07 {
    animation: mindFade01 0.7s ease 1.5s 1 forwards;
  }
  #section02.is-active .mindImgList li.li07 img {
    animation: 2.2s fuwafuwa 0.7s infinite;
  }
  @keyframes fuwafuwa {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-15px);
    }
  }
  @keyframes mindFade01 {
    0% {
      opacity: 0;
      transform: translate(0, 0) scale(0.4);
    }
    60% {
      transform: translate(0, 0) scale(1.1);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0) scale(1);
    }
  }
  @keyframes mindFade02 {
    0% {
      opacity: 0;
      transform: translate(0, 20px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  #section03 .head01 .img {
    width: 60px;
    top: 0;
  }
  #section03 .head01 .ja {
    padding-left: 70px;
  }
}
/*  /////////////////////////////////////////////////
cross_talk Index 
*/
.ctList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1240px;
  position: relative;
}
.ctList:after {
  content: "";
  display: block;
  width: 31.66%;
  max-width: 395px;
}
.ctList li {
  display: flex;
  margin-bottom: 56px;
  overflow: hidden;
  width: 31.66%;
}
.ctList li a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  min-height: 460px;
  padding: 24px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.ctList li a .tag {
  background: #FFF;
  border-radius: 40px;
  color: #00A0E9;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.4;
  padding: 6px 16px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  .ctList li a .tag {
    font-size: 10px;
    font-size: 1rem;
  }
}
.ctList li a .data {
  position: relative;
  z-index: 2;
  width: 100%;
}
.ctList li a .data .date {
  color: #FFF;
  display: block;
  font-family: "Urbanist", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media only screen and (max-width: 960px) {
  .ctList li a .data .date {
    font-size: 10px;
    font-size: 1rem;
  }
}
.ctList li a .data .title {
  color: #004262;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 2;
  padding: 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.2em;
  line-height: 2.5;
  background-color: #FFF;
  transition: 0.2s;
}
@media only screen and (max-width: 960px) {
  .ctList li a .data .title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.ctList li a:after {
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, rgba(71, 171, 252, 0.5) 80%);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 0.2s;
}
.ctList li a:before {
  background: #FFF;
  background: linear-gradient(180deg, rgba(71, 171, 252, 0.1) 45%, rgba(71, 171, 252, 0.5) 80%);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -100%;
  right: 0;
  transition: 0.5s;
  opacity: 0;
}
.ctList li a:hover .data .title {
  color: #00A0E9;
}
.ctList li a:hover:before {
  opacity: 1;
  bottom: 0;
}

@media only screen and (min-width: 679px) {
  .ctList li:first-child {
    max-width: 1000px;
    margin: 0 auto 100px;
    width: 100%;
  }
  .ctList li:first-child a {
    min-height: 400px;
    padding: 40px;
  }
  .ctList li:first-child a .tag {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 679px) and (max-width: 960px) {
  .ctList li:first-child a .tag {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 679px) {
  .ctList li:first-child a .data {
    left: -40px;
  }
  .ctList li:first-child a .data .date {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    position: relative;
    left: 44px;
  }
}
@media only screen and (min-width: 679px) and (max-width: 960px) {
  .ctList li:first-child a .data .date {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 679px) {
  .ctList li:first-child a .data .title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 2;
    line-height: 1.8;
    padding: 0.14em;
    line-height: 2;
  }
}
@media only screen and (min-width: 679px) and (max-width: 960px) {
  .ctList li:first-child a .data .title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 679px) {
  .ctList li:first-child a:after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgba(71, 171, 252, 0.5) 80%);
  }
  .ctList li:first-child a:before {
    background: linear-gradient(180deg, rgba(71, 171, 252, 0.1) 25%, rgba(71, 171, 252, 0.5) 80%);
  }
}
@media only screen and (max-width: 960px) {
  .ctList:after {
    display: none;
  }
  .ctList li {
    margin-bottom: 56px;
    width: 47.5%;
  }
}
@media only screen and (max-width: 679px) {
  .ctList {
    display: block;
  }
  .ctList:after {
    display: none;
  }
  .ctList li {
    margin-bottom: 40px;
    width: 100%;
  }
  .ctList li a {
    min-height: 420px;
    padding: 20px 5vw;
    width: 100%;
  }
  .ctList li a .data .date {
    margin-bottom: 4px;
  }
  .ctList li a .data .title {
    font-size: 16px;
    padding: 0.2em;
    line-height: 2;
  }
}
/*  /////////////////////////////////////////////////
cross_talk Detail
*/
.titleSec {
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 0;
}
.titleSec h1 .date {
  color: #004262;
  display: block;
  font-family: "Urbanist", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media only screen and (max-width: 960px) {
  .titleSec h1 .date {
    font-size: 10px;
    font-size: 1rem;
  }
}
.titleSec h1 .title {
  color: #004262;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: -0.04em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.05em;
  line-height: 1.9;
  background-color: #FFF;
  transition: 0.2s;
}
@media only screen and (max-width: 960px) {
  .titleSec h1 .title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.memberSec {
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 0;
}
.memberSec .memberBox {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 40px;
  width: 100%;
}
.memberSec .memberBox .img {
  width: 57%;
}
.memberSec .memberBox .data {
  width: 33%;
}
.memberSec .memberBox .data .ttl {
  color: #46AAFC;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  .memberSec .memberBox .data .ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.memberSec .memberBox .data ul li {
  color: #004262;
  margin-top: 16px;
}
.memberSec .memberBox .data ul li .part {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.2em 0.5em;
  line-height: 1.2;
  background-color: #FFF;
}
@media only screen and (max-width: 960px) {
  .memberSec .memberBox .data ul li .part {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.memberSec .memberBox .data ul li .name {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  line-height: 1.8;
  line-height: 1;
  font-weight: 600;
  margin-top: 2px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .memberSec .memberBox .data ul li .name {
    font-size: 20px;
    font-size: 2rem;
  }
}
.memberSec .memberBox .data ul li .name .ex {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .memberSec .memberBox .data ul li .name .ex {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.questionSec {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.questionSec h2 {
  border-bottom: 1px solid #1891F2;
  color: #46AAFC;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 2;
  line-height: 1.8;
  line-height: 1.45;
  letter-spacing: -0.04em;
  margin-bottom: 28px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 960px) {
  .questionSec h2 {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
.questionSec .article {
  padding: 60px 0;
}
.questionSec .article p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 36px;
  padding-left: 110px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .questionSec .article p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.questionSec .article p .name {
  color: #015EEA;
  font-weight: 600;
  display: block;
  padding-right: 30px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  width: 120px;
}
.questionSec .article p .name.mem01 {
  color: #333333;
}
.questionSec .article p .name.mem02 {
  color: #027FFF;
}
.questionSec .article p .name.mem03 {
  color: #FF7F00;
}
.questionSec .article p .name.mem04 {
  color: red;
}
.questionSec .article p .name.mem05 {
  color: green;
}
.questionSec .article picture {
  display: block;
  padding: 30px 0 60px;
}

@media only screen and (max-width: 960px) {
  .titleSec {
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 20px 0 0;
  }
  .titleSec h1 .date {
    margin-bottom: 16px;
  }
  .titleSec h1 .title {
    font-size: 24px;
  }
  .memberSec {
    max-width: 100%;
    margin: 0 5vw 40px;
  }
  .memberSec .memberBox {
    display: block;
    padding: 20px 5vw 40px;
    width: 100%;
  }
  .memberSec .memberBox .img {
    width: 100%;
  }
  .memberSec .memberBox .data {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 24px;
    width: auto;
  }
  .memberSec .memberBox .data .ttl {
    text-align: center;
    width: 100%;
  }
  .questionSec {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .questionSec h2 {
    font-size: 20px;
    padding-bottom: 12px;
  }
  .questionSec .article {
    max-width: 100%;
    margin: 0;
    padding: 40px 0;
  }
  .questionSec .article.spLast {
    padding-bottom: 0;
  }
  .questionSec .article p {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 24px;
    padding-left: 75px;
  }
  .questionSec .article p .name {
    padding-right: 20px;
    width: 78px;
  }
  .questionSec .article picture {
    display: block;
    padding: 20px 0 40px;
  }
}/*# sourceMappingURL=culture.css.map */