.kv {
  position: relative;
  height: 100vh;
  background: url("../img/home/kv_bg_pc.jpg") no-repeat center top;
  background-size: cover;
}

.kv:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-name: backIMG;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  content: '';
}

.kv .catchcopy {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 650px;
  transform: translateX(-50%);
  animation-name: kv_fadeIn;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
  opacity: 0;
}

.home {
  display: block;
  position: relative;
}

.home .news {
  margin-bottom: 0px;
  padding: 94px 0;
}

.home .news .wrap {
  display: flex;
  justify-content_bk: space-between;
  width_bk: 1000px;
  margin: 0 auto;
}

.home .news-titles {
  width: 25%;
}

.home .news-titles a:link:hover,
.home .news-titles a[href]:hover {
  -ms-filter: "alpha(opacity=0.6)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: alpha(opacity=0.6);
  opacity: 0.6;
}

.home .news-titles h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: px;
  font-size: 45px;
}

.home .news-titles h2 .ja {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 25px;
    font-size: 1.2rem;
	display: block;padding-top: 15px;
}

.home .news-titles h2:before_bk {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: #016eb8;
  content: '';
	z-index: 2;
}
.home .news-titles h2:after_bk {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: #22ac38;
  content: '';
}

.home .news-titles h2 .en {
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  background: #2d3d84;
  background: linear-gradient(to right, #2d3d84 0%, #7983b0 100%);
  color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3d84', endColorstr='#7983b0',GradientType=1 ); */


	      font-family: 'Jost', sans-serif;
	padding-bottom: 15px;
}

.home .news-titles .news-link {
  font-size: 14px;
}

.home .news-lists {
  width: 82%;
  margin-top: -12px;
  font-size: 14px;
}

.home .news-lists .list_item {
  border-bottom: dotted 1px #d0d0d0;
}

.home .news-lists .list_item a:link:hover,
.home .news-lists .list_item a[href]:hover {
  -ms-filter: "alpha(opacity=0.6)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: alpha(opacity=0.6);
  opacity: 0.6;
}

.home .news-lists .list_item a {
  display: flex;
  padding: 20px 27px;
}

.home .news-lists .list_item a .days {
  width: 21%;
  line-height: 1.4;
}

.home .news-lists .list_item a .name {
  width: 79%;
  letter-spacing: -0.015em;
  line-height: 1.4;
}

.home .news .btn {
  line-height: 42px;
  font-weight: 600;
}

.home .ground {
  padding: 230px 0 178px;
  background-color: #f4f5f9;
}

.home .ground-block {
  display: flex;
  position: relative;
  width: 100%;
}

.home .ground-block:nth-child(2) {
  flex-direction: row-reverse;
  margin-top: 270px;
}

.home .ground-block:nth-child(2) .ground-block__text {
  right: unset;
  left: 4vw;
}

.home .ground-block__img {
  width: 64%;
}

.home .ground-block__text {
  box-sizing: border-box;
  position: absolute;
  top: -74px;
  right: 4vw;
  width: 40%;
  padding: 50px;
  background-color: #ffffff;
}

.home .ground-block__text a:link:hover,
.home .ground-block__text a[href]:hover {
  -ms-filter: "alpha(opacity=0.6)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: alpha(opacity=0.6);
  opacity: 0.6;
}

.home .ground-title {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.home .ground-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 186px;
  height: 5px;
  background-color: #2d3d84;
  content: '';
}

.home .ground-title .en {
  display: inline-block;
  padding-right: 10px;
background: #d4f3ed;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
  color: transparent;
  font-size: 87px;
}

.home .ground-title .ja {
  display: inline-block;
  color: #2d3d84;
  font-size: 14px;
}

.home .ground-subtitle {
  margin-bottom: 40px;
  color: #101010;
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-feature-settings: "palt";
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}

.home .ground-text {
  margin-bottom: 40px;
  color: #101010;
  font-size: 15px;
  line-height: 1.4;
}

.home .feature {
  background: url("../img/home/feature_bg_pc.jpg") no-repeat center bottom;
  background-size: cover;
}

.home .feature .wrap {
  position: relative;
  width: 90%;
  max-width: 1160px;
}

.home .feature-titles {
  position: absolute;
  top: -65px;
  width: 100%;
}

.home .feature-titles .feature-title .en {
	display: inline-block;
  margin-bottom: 5px;
  margin-left: -5px;
	background: #2d3d84;
	background: linear-gradient(to right, #2d3d84 0%, #7983b0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3d84', endColorstr='#7983b0',GradientType=1 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
  color: transparent;
  font-size: 97px;
}

.home .feature-titles .feature-title .ja {
  display: block;
  color: #101010;
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.home .feature-titles .feature-link {
  position: absolute;
  top: 30px;
  right: 0;
  padding-right: 50px;
  color: #2d3d84;
  font-size: 16px;
}

.home .feature-titles .feature-link:after {
  z-index: 10;
  position: absolute;
  top: 50%;
  right: 4px;
  width: 33px;
  height: 5px;
  transform: translateY(-50%);
  background: url("../img/icon_arrow_blue.png") no-repeat center center;
  background-size: 100%;
  content: '';
}

.home .feature-list {
  padding: 130px 0 108px;
}

.home .feature-list .list_item {
  position: relative;
  padding-top: 25px;
}

.home .feature-list .list_item .en {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  color: #2d3d84;
  font-size: 67px;
  letter-spacing: 0.05em;
  text-align: center;
  width: 100%;
}

.home .feature--item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 215px;
  height: 215px;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

.home .feature--item dt {
  margin-top: 55px;
  margin-bottom: 10px;
  color: #2d3d84;
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-feature-settings: "palt";
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.home .feature--item dd {
  font-feature-settings: "palt";
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

.home .feature .btn {
  box-sizing: border-box;
  height: 48px;
  padding-left: 30px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 48px;
  text-align: left;
}

.home .member {
  padding: 100px 0 95px;
  background: url("../img/home/member_bg_pc.jpg") no-repeat center center;
  background-size: cover;
}

.home .member-title {
  margin-bottom: 35px;
  text-align: center;
}

.home .member-title .en {
  display: inline-block;
  margin-bottom: 8px;
	background: #7681ae;
  background: linear-gradient(to right, #7681ae 0%, #f3f4f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3d84', endColorstr='#7983b0',GradientType=1 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
  color: transparent;
  font-size: 87px;
}

.home .member-title .ja {
  display: block;
  color: #ffffff;
  font-feature-settings: "palt";
  font-size: 15px;
  letter-spacing: 0.05em;
}

.home .member-wrap {
  margin-bottom: 50px;
}

/* .home .member-list a:link:hover,
.home .member-list a[href]:hover {
  -ms-filter: "alpha(opacity=0.6)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: alpha(opacity=0.6);
  opacity: 0.6;
} */

.home .member-list .list_item {
  position: relative;
  width: 390px;
  margin-right: 40px;
}

.home .member-list .list_item:before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 100%;
  height: 70px;
  transform: translateX(-50%);
  background: url("../img/home/member_list_bg.png") no-repeat center center;
  background-size: 100%;
  content: '';
}

.home .member-list .list_item a {
  display: block;
  width: 100%;
  height: 100%;
}

.home .member__text {
  box-sizing: border-box;
  position: relative;
  padding: 30px 20px 22px;
  background-color: #ffffff;
}

.home .member__text .number {
  position: absolute;
  top: -40px;
  left: 17px;
  color: #2d3d84;
  font-size: 58px;
}

.home .member__text .catchcopy {
  margin-bottom: 10px;
  color: #101010;
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-feature-settings: "palt";
  font-size: 1.4vw;
  font-weight: 600;
  white-space: nowrap;
}

.home .member__text .name {
  color: #101010;
  font-size: 15px;
}

.home .crosstalk {
  padding: 120px 0 130px;
  background-color: #ffffff;
}

.home .crosstalk .wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
}

.home .crosstalk-title {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.home .crosstalk-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 186px;
  height: 5px;
  background-color: #2d3d84;
  content: '';
}

.home .crosstalk-title .en {
	display: inline-block;
  margin-bottom: 5px;
  margin-left: -5px;
	background: #2d3d84;
	background: linear-gradient(to right, #2d3d84 0%, #7983b0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3d84', endColorstr='#7983b0',GradientType=1 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
  color: transparent;
  font-size: 90px;
}

.home .crosstalk-title .ja {
  padding-left: 10px;
  color: #2d3d84;
  font-size: 14px;
}

.home .crosstalk-list {
  display: flex;
  justify-content: space-between;
}

.home .crosstalk-list .list_item {
  width: 48%;
  max-width: 623px;
}

.home .crosstalk-list .list_item a:link:hover,
.home .crosstalk-list .list_item a[href]:hover {
  -ms-filter: "alpha(opacity=0.6)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: alpha(opacity=0.6);
  opacity: 0.6;
}

.home .crosstalk-list .list_item a {
  display: block;
  width: 100%;
  height: 100%;
}

.home .crosstalk-list .list_item .title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
  color: #2d3d84;
}

.home .crosstalk-list .list_item .title .en {
  position: relative;
  padding-right: 40px;
  font-size: 54px;
  line-height: 54px;
  vertical-align: bottom;
  white-space: nowrap;
}

.home .crosstalk-list .list_item .title .en:after {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 27px;
  height: 21px;
  background: url("../img/icon_right.png") no-repeat center center;
  background-size: 100%;
  content: '';
}

.home .crosstalk-list .list_item .title .ja {
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  white-space: nowrap;
}

.home .crosstalk-list .list_item .thmbnail {
  display: block;
  margin-bottom: 20px;
}

.home .crosstalk-list .list_item .text {
  margin-bottom: 26px;
  font-size: 15px;
  letter-spacing: -0.08em;
  line-height: 1.7;
}

.home .data {
  width: 100%;
  height: 350px;
  background: url("../img/home/data_bg_pc.jpg") no-repeat center center;
  background-size: cover;
}

.home .data a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.home .data a:before {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  background: rgba(45, 61, 132, 0.3);
  content: '';
  transition: transform .3s;
}

.home .data a[href]:hover:before {
  transform: scale(1, 1);
  transform-origin: left top;
}

.home .data-title {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #2d3d84;
  text-align: center;
}

.home .data-title .en {
  display: block;
  position: relative;
  font-size: 87px;
}

.home .data-title .ja {
  display: block;
  position: relative;
  margin-top: 10px;
  padding-right: 42px;
  font-size: 18px;
  white-space: nowrap;
}

.home .data-title .ja:after {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 33px;
  height: 5px;
  background: url("../img/icon_arrow_blue.png") no-repeat center center;
  background-size: 100%;
  content: '';
}

.home .recruit {
  padding: 128px 0 143px;
  background-color: #ffffff;
}

.home .recruit .wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
}

.home .recruit-title {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.home .recruit-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 186px;
  height: 5px;
  background-color: #2d3d84;
  content: '';
}

.home .recruit-title .en {
	display: inline-block;
	background: #2d3d84;
	background: linear-gradient(to right, #2d3d84 0%, #7983b0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3d84', endColorstr='#7983b0',GradientType=1 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
  color: transparent;
  font-size: 60px;
}

.home .recruit-title .ja {
  padding-left: 10px;
  color: #2d3d84;
  font-size: 14px;
}

.home .recruit-list01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.home .recruit-list01 .list_item {
  width: 33%;
  max-width: 413px;
  margin-right: 20px;
  text-align: center;
}

.home .recruit-list01 .list_item a:link:hover,
.home .recruit-list01 .list_item a[href]:hover {
  -ms-filter: "alpha(opacity=0.6)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: alpha(opacity=0.6);
  opacity: 0.6;
}

.home .recruit-list01 .list_item:last-of-type {
  margin-right: 0;
}

.home .recruit-list01 .list_item .thmbnail {
  display: block;
  margin-bottom: 15px;
}

.home .recruit-list01 .list_item .text {
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-feature-settings: "palt";
  font-size: 18px;
  font-weight: 600;
}

.home .recruit-list02 {
  display: flex;
  justify-content: center;
}

.home .recruit-list02 .list_item {
  width: 30%;
  max-width: 333px;
  margin-right: 20px;
}

.home .recruit-list02 .list_item:last-of-type {
  margin-right: 0;
}

.home .recruit-list02 .btn {
  font-size: 17px;
}

.home .message {
  padding: 100px 0 147px;
  background: url("../img/home/message_bg.jpg") no-repeat center bottom;
  background-size: cover;
  text-align: center;
}

.home .message-title {
  margin-bottom: 30px;
}

.home .message-title .en {
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(48, 17, 17, 0);
  display: inline-block;
  margin-bottom: 10px;
  background-clip: text;
  background-color: #2d3d84;
  background-color: linear-gradient(to right, #2d3d84 0%, #7983b0 100%);
  color: transparent; */
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  background-color: #2d3d84;
  background-color: linear-gradient(to right, #2d3d84 0%, #7983b0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3d84', endColorstr='#7983b0',GradientType=1 );
  -webkit-text-fill-color: rgba(48, 17, 17, 0);
  color: transparent;
  font-size: 70px;
}

.home .message h3 {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1.4;
}

.home .message .text {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
}

.home .message .catchcopy {
  width: 486px;
  margin: 0 auto 30px;
}

.home .message .btn {
  font-size: 20px;
  letter-spacing: 0.05em;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .home .news-titles h2 .en {
    background: url("../img/home/title_news.png") no-repeat left center;
    background-size: 100% auto;
  }
  *::-ms-backdrop,
  .home .ground .title_company .en {
    background: url("../img/home/title_company.png") no-repeat left center;
    background-size: 98% auto;
  }
  *::-ms-backdrop,
  .home .ground .title_works .en {
    background: url("../img/home/title_works.png") no-repeat left center;
    background-size: 98% auto;
  }
  *::-ms-backdrop,
  .home .feature-titles .feature-title .en {
    background: url("../img/home/title_feature.png") no-repeat left center;
    background-size: 100% auto;
  }
  *::-ms-backdrop,
  .home .member-title .en {
    background: url("../img/home/title_member.png") no-repeat left center;
    background-size: 100% auto;
  }
  *::-ms-backdrop,
  .home .crosstalk-title .en {
    background: url("../img/home/title_crosstalk.png") no-repeat left center;
    background-size: 100% auto;
  }
  *::-ms-backdrop,
  .home .recruit-title .en {
    background: url("../img/home/title_recruit.png") no-repeat left center;
    background-size: 100% auto;
  }
  *::-ms-backdrop,
  .home .message-title .en {
    background: url("../img/home/title_message.png") no-repeat left center;
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 1280px) {
  .home .crosstalk .wrap {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
  }
  .home .crosstalk-list .list_item .title .en {
    font-size: 36px;
    line-height: 40px;
  }
  .home .crosstalk-list .list_item .title .ja {
    margin-top: 5px;
    font-size: 22px;
    line-height: 30px;
  }
  .home .recruit .wrap {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1160px) {
  .slick-prev:before {

  }
  .slick-prev {
    left: -10px;
  }
  .slick-next:before {
 
  }
  .slick-next {
    right: 0;
  }
  .kv {
    height: 100vh;
    background: url("../img/home/kv_bg_sp.jpg") no-repeat center top;
    background-size: cover;
  }
  .home .ground {
    padding: 0;
  }
  .home .ground-block:nth-child(2) {
    margin-top: 0;
  }
  .home .ground-block {
    display: block;
  }
  .home .ground-block__img {
    width: 100%;
  }
  .home .ground-block__text {
    position: static;
    width: 100%;
    padding: 30px 30px 80px;
    background-color: #f4f5f9;
  }
  .home .feature .wrap {
    padding: 0;
    width: 100%;
  }
  .slick-prev {
    left: 30px;
  }.slick-next {
    right: 30px;
  }
  .home .feature-titles {
    width: calc( 100% - 30px);
  }
  .home .crosstalk-list .list_item .title {
    flex-wrap: wrap;
  }
  .home .member {
    padding: 5% 0 6%;
  }
  .home .member-list .list_item {
    margin-right: 20px;
  }
  .home .crosstalk {
    padding: 7% 0 9%;
  }
  .home .recruit {
    padding: 10% 0;
  }
  .btn--blue_gray {
    padding: 0 20%;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 1080px) {
  .home .news .wrap {
    width: 90%;
  }
}

@media only screen and (max-width: 760px) {
  .kv {
    height: 76vh;
    background: url("../img/home/kv_bg_sp.jpg") no-repeat center top;
    background-size: cover;
  }
  .kv .catchcopy {
    width: 90%;
  }
  .home .news {
    padding: 54px 0 70px;
  }
  .home .news .wrap {
    display: block;
  }
  .home .news-titles {
    width: 100%;
    text-align: center;
  }
	
.js-c-switch-content.is-active {
    display: block;
    width:100%;
}
  .home .news-titles h2:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .home .news-lists {
    width: 100%;
    margin-top: 0;
    margin-bottom: 35px;
  }
  .home .news-lists .list_item a {
    display: block;
    padding: 15px 0;
  }
  .home .news-lists .list_item a .days {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .home .news-lists .list_item a .name {
    width: 100%;
  }
  .home .ground-title {
    display: block;
    margin-bottom: 23px;
  }
  .home .ground-title:after {
    width: 115px;
    height: 3px;
  }
  .home .ground-title .en {
    display: block;
    margin-bottom: 10px;
    margin-left: -3px;
    font-size: 54px;
  }
  .home .ground-title .ja {
    display: block;
    font-size: 13px;
  }
  .home .ground-subtitle {
    margin-bottom: 23px;
    font-size: 21px;
  }
  .home .ground-text {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .home .feature {
    margin-top: 25px;
    padding-bottom: 75px;
    background: url("../img/home/feature_bg_sp.jpg") no-repeat center bottom;
    background-size: cover;
  }
  .home .feature-titles {
    top: -25px;
    width: unset;
  }
  .home .feature-titles .feature-title {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .home .feature-titles .feature-title .en {
    font-size: 54px;
  }
  .home .feature-titles .feature-title .ja {
    display: inline-block;
    font-size: 17px;
  }
  .home .feature-list {
    padding: 80px 0 30px;
  }
  .home .feature-list .list_item .en {
    left: 50%;
    transform: translateX(-50%);
  }
  .home .feature--item {
    margin: 0 auto;
  }
  .home .member {
    padding: 56px 0 60px;

    background-size: cover;
  }
  .home .member-title .en {
    font-size: 54px;
  }
  .home .member-title .ja {
    font-size: 13px;
    line-height: 1.5;
  }
  .home .member-list .list_item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .home .member__text {
    padding: 25px 15px 16px;
  }
  .home .member__text .number {
    top: -20px;
    font-size: 35px;
  }
  .home .member__text .catchcopy {
    font-size: 16px;
  }
  .home .member__text .name {
    font-size: 12px;
  }
  .home .crosstalk {
    padding: 70px 0 20px;
  }
  .home .crosstalk-title {
    margin-bottom: 28px;
    padding-bottom: 10px;
  }
  .home .crosstalk-title:after {
    width: 115px;
    height: 3px;
  }
  .home .crosstalk-title .en {
    margin-left: -4px;
    font-size: 52px;
  }
  .home .crosstalk-title .ja {
    display: block;
    margin-top: 6px;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 13px;
  }
  .home .crosstalk-list {
    flex-wrap: wrap;
  }
  .home .crosstalk-list .list_item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .home .crosstalk-list .list_item .title .en {
    padding-right: 30px;
    font-size: 36px;
    line-height: 36px;
  }
  .home .crosstalk-list .list_item .title .en:after {
    bottom: 3px;
    width: 20px;
    height: 15px;
  }
  .home .crosstalk-list .list_item .title .ja {
    margin-top: 5px;
    font-size: 21px;
    line-height: 26px;
  }
  .home .crosstalk-list .list_item .text {
    font-size: 14px;
  }
  .home .data {
    height: 254px;
    background: url("../img/home/data_bg_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .home .data-title .en {
    font-size: 56px;
  }
  .home .data-title .ja {
    margin-top: 5px;
    font-size: 14px;
  }
  .home .recruit {
    padding: 75px 0 20px;
  }
  .home .recruit-title {
    margin-bottom: 28px;
    padding-bottom: 10px;
  }
  .home .recruit-title:after {
    width: 115px;
    height: 3px;
  }
  .home .recruit-title .en {
    display: block;
    font-size: 40px;
    text-align: left;
  }
  .home .recruit-title .ja {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 13px;
  }
  .home .recruit-list01 {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .home .recruit-list01 .list_item:nth-child(1) {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .home .recruit-list01 .list_item:nth-child(2) {
    width: 47%;
    max-width: 47%;
    margin-right: 10px;
  }
  .home .recruit-list01 .list_item:nth-child(3) {
    width: 47%;
    max-width: 47%;
  }
  .home .recruit-list01 .list_item .text {
    font-size: 15px;
  }
  .home .recruit-list02 {
    display: block;
  }
  .home .recruit-list02 .list_item {
    width: 280px;
    margin: 0 auto 10px;
  }
  .home .recruit-list02 .list_item:last-of-type {
    margin-right: auto;
  }
  .home .recruit-list02 .btn {
    font-size: 14px;
  }
  .home .message {
    padding: 62px 0 98px;
  }
  .home .message-title {
    margin-bottom: 24px;
  }
  .home .message-title .en {
    font-size: 54px;
  }
  .home .message h3 {
    font-feature-settings: "palt";
    font-size: 21px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .home .message .text {
    font-feature-settings: "palt";
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .home .message .catchcopy {
    width: 90%;
  }
  .home .message .btn {
    font-size: 17px;
  }
}

@keyframes backIMG {
  0% {
    background: white;
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}

@keyframes kv_fadeIn {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  1% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}
/*# sourceMappingURL=top.css.map */


#top_main { position:relative; text-align:left;  }
#main_image { width: 99%; }
#main_image_text,
#main_image .text { position:absolute; left:10%; width:100%; text-align:; }
#main_image .text { color:#fff; }
#main_image_text { bottom:0; padding:5vw 0 5vw; background:rgba(255,255,255,0); 

	filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#ffffffcc', endColorstr='#ffffff' ); }
#main_image_text p { color:#31467d; font-weight:bold; text-shadow:3px 2px 0 #fff; }
	@media (max-width: 767px){
		#main_image .text { top:47vw; }
		#main_image .text .center3 { text-align:center; }
		#main_image .text h2 { margin:0 auto 20px; }
		#main_image .text p { text-align:center; }
	}
	@media (min-width: 768px){
		#main_image .text { top:22.5vw; }
		#main_image .text .center3._right { text-align:right; }
		#main_image .text .center3._right p { margin:0 0 0 auto; }
	}
	@media (min-width: 768px) and (max-width:1199px){
		#main_image .text .center3 { padding-left:50px; padding-right:50px; }
	}
	@media (min-width:1200px) and (max-width:1360px){
		#main_image .text .center3 { padding-left:70px; padding-right:70px; }
	}

#main_image_text .load { display:none; margin-left:-10px; line-height:100%; visibility:hidden; }
#main_image_text .load span { display:block; width:100%; margin:0 0 0 auto; overflow:hidden; white-space:pre; opacity:0.6; transition:all 0.5s; }
	@media (max-width:1919px){
		#main_image_text .load { font-size:21.2vw; }
	}
	@media (min-width:1920px){
		#main_image_text .load { font-size:400px; }
	}

#main_image_text .center3 { position:relative; transition:all 2s; }
#main_image_text p { text-align:center; }
	@media (max-width: 575px){
		#main_image_text p { font-size:1.05em; }
	}
	@media (min-width: 576px) and (max-width:1199px){
		#main_image_text p { font-size:1.25em; }
	}
	@media (min-width:1200px){
		#main_image_text p { font-size:1.5em; }
	}

#main_image .text h2 { 

        position: relative;
        margin-bottom: 0.6rem;
        position: absolute;
        top: -5rem;
        left: 40%;
        transform: translateX(-50%);
        padding: 0.3rem;
        border-top: 2px solid;
        border-bottom: 2px solid;
        color: black;
        font-size: 20px;
        text-transform: uppercase;}
#main_image .text .center3._right h2 { min-width:7em; text-align:center; }
	@media (max-width: 575px){
		#main_image .text h2 { font-size:1em; }
	}
	@media (min-width: 576px) and (max-width: 991px){
		#main_image .text h2 { font-size:1em; }
		#main_image .text .center3._right h2 {  }
	}
	@media (min-width: 991px) and (max-width:1199px){
		#main_image .text h2 { font-size:3.5em; }
	}
	@media (min-width:1200px){
		#main_image .text h2 { font-size:4em; }
	}

#main_image .text .center3 p { text-align:center; }
	@media (min-width: 768px) and (max-width: 991px){
		#main_image .text .center3 p { max-width:20em; font-size:1.15em; }
		#main_image .text .center3._right p { max-width:21em; }
	}
	@media (min-width: 991px) and (max-width:1199px){
		#main_image .text .center3 p { max-width:23em; font-size:1.15em; }
		#main_image .text .center3._right p { max-width:21em; }
	}
	@media (min-width:1200px){
		#main_image .text .center3 p {  font-size:1.25em; }
		#main_image .text .center3._right p {  }
	}




#main_image { }
#main_image_text,
#main_image .text { position:absolute; width:100%;  }
#main_image .text { }
#main_image_text { bottom:0;top:25%; padding:5vw 0 5vw; background:rgba(255,255,255,0); 

	filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr='#ffffffcc', endColorstr='#ffffff' ); }
#main_image_text p { color:#31467d; font-weight:bold; text-shadow:3px 2px 0 #fff;    color: #005533;
    font-weight: bold;
    line-height: 40px; }

	@media (max-width: 767px){
		#main_image .text { top:25vw; }
		#main_image .text .center3 { text-align:left; }
		#main_image .text h2 { margin:0 auto 20px; }
		#main_image .text p { text-align:center; }
	}
	@media (min-width: 768px){
		#main_image .text { top:10.5vw; }
		#main_image .text .center3._right { text-align:right; }
		#main_image .text .center3._right p { margin:0 0 0 auto; }
	}
	@media (min-width: 768px) and (max-width:1199px){
		#main_image .text .center3 { padding-left:50px; padding-right:50px; }
	}
	@media (min-width:1200px) and (max-width:1360px){
		#main_image .text .center3 { padding-left:70px; padding-right:70px; }
	}

#main_image_text .load { display:none; margin-left:-10px; line-height:100%; visibility:hidden; }
#main_image_text .load span { display:block; width:100%; margin:0 0 0 auto; overflow:hidden; white-space:pre; opacity:0.6; transition:all 0.5s; }
	@media (max-width:1919px){
		#main_image_text .load { font-size:21.2vw; }
	}
	@media (min-width:1920px){
		#main_image_text .load { font-size:400px; }
	}

#main_image_text .center3 { position:relative; transition:all 2s; width:90%; max-width: 600px; }
#main_image_text p { text-align:center; }
	@media (max-width: 575px){
		#main_image_text p { font-size:1.05em; }
	}
	@media (min-width: 576px) and (max-width:1199px){
		#main_image_text p { font-size:1.25em; }
	}
	@media (min-width:1200px){
		#main_image_text p { font-size:1.5em; }
	}

#main_image .text h2 { }
#main_image .text .center3._right h2 {  text-align:center; }
	@media (max-width: 575px){
		#main_image .text h2 {  }
	}
	@media (min-width: 576px) and (max-width: 991px){
		#main_image .text h2 { }
		#main_image .text .center3._right h2 { min-width:8em; }
	}
	@media (min-width: 991px) and (max-width:1199px){
		#main_image .text h2 {  }
	}
	@media (min-width:1200px){
		#main_image .text h2 { 
			
			position: relative;
    margin-bottom: 0.6rem;
      position: absolute;
    top: -5rem;
    left: 40%;
    transform: translateX(-50%);
    padding: 0.3rem;
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: black;
    font-size: 20px;
    text-transform: uppercase;
		
		}

	}
#main_image .text .center3 p { text-align: center; color: #111111;font-size:14px;line-height: 22px; width: 80%;}
	@media (min-width: 768px) and (max-width: 991px){
		#main_image .text .center3 p {  font-size:1.15em; text-align: center;}
		#main_image .text .center3._right p { }
	}
	@media (min-width: 991px) and (max-width:1199px){
		#main_image .text .center3 p { font-size:1.15em;text-align: center; }
		#main_image .text .center3._right p { }
	}
	@media (min-width:1200px){
		#main_image .text .center3 p { max-width: 80%; 
        font-size: 1.1em;
        text-align: center;
        line-height: 26px;
    }
		#main_image .text .center3._right p {  }
	}



a.btn_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2d3d84;
background: #005eae;
    color: #ffffff;
    padding: 10px 25px;
    text-align: center;
    border-radius: 2px;
    transition: .2s;
}
a:hover.btn_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
 border: 1px solid #005eae;
    background: #ffffff;
    color: #005eae;
    padding: 10px 25px;
    text-align: center;
    border-radius: 2px;
    transition: .2s;
	opacity: 0.8;
}

.t-news {
    padding: 10px;
    width: 100%;
    overflow: auto;
    clear: both;
    height: 240px;
    overflow-y: scroll;
    box-sizing: border-box;
    border: none;
    background-color: #ffffff;  /**/
    margin-left: auto;
    margin-right: auto;
}
.center3 .mannakaimg{
	width:90%;
	max-width:600px;
}
	@media (max-width: 660px){
#main_image_text .center3 {
    position: relative;
    transition: all 2s;
    width: 70%;
    max-width: 70%;
}
}

h2.top_ttl02 {
font-weight: 600;
    font-size: 30px; 
    line-height: 2em;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    text-transform:uppercase;
    
}

h2.top_ttl02 .en {
    font-size: 3.5rem;
    font-family: 'Jost', sans-serif;
    color: #222222;
    line-height: 1.1em;
    
}

h2.top_ttl02:before_bk {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 80px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #C3AC80;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
h2.top_ttl02_newsrelease:before,h2.top_ttl02_top_message:before,h2.top_ttl02_top_auto_division:before {
  
  background-color: #FFF;/*線の色*/
}
h2.top_ttl02 .ja {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
	line-height: 1.5em;
    padding: 15px 0px;
}
h2.top_ttl02_newsrelease .en,h2.top_ttl02_top_message .en,h2.top_ttl02_top_auto_division .en {
    color: #FFF;
}
h2.top_ttl02_newsrelease .ja,h2.top_ttl02_top_message .ja,h2.top_ttl02_top_auto_division .ja {
  
  color: #FFF;
}

@media screen and (max-width: 768px) {
       h2.top_ttl02 {
    font-size: 30px; 
    line-height: 1.5em;
    margin-bottom: 40px;
    
}

h2.top_ttl02 .en {
    font-size: 2rem;
    line-height: 1em;
    
}

h2.top_ttl02:before {
  width: 80px;/*線の長さ*/
}

h2.top_ttl02 .ja {
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
}

}

/*見出し*/


.news__list {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    display: flex;
    flex-direction: column;

}
.news__list ul {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
@media (hover: hover) and (pointer: fine)
* {
    -webkit-animation: none;
    animation: none;
    transform: none;
    transition: unset;
}
.news__list ul li a {
    display: flex;
    align-items: center;
  justify-content: center;
    padding: 20px 10px;
	 border-top: 1px solid #C3AC80;
    border-bottom: 1px solid #C3AC80;
	 border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
	
    position: relative;
    transition: 0.3s;
}

.news__list ul li:last-child a {

}
.news__list ul li a .date {
    width: 100px;
    margin-right: 15px;
}
.news__list ul li a .cat {
    width: 113px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
background: #016eb8;
    
}
.news__list ul li a .cat.schedule {
background: #016eb8;
    font-size: 90%;
}
.news__list ul li a .txt {
    width: calc(100% - 258px);
    margin-left: 30px;


}

.btn a, .btn .top_about {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;    color: #a48f65;
    transition: 0.3s;
}
@media screen and (max-width: 1200px){
.news__list ul li a {
    flex-wrap: wrap;
    padding: 20px;
     align-items: center;
  justify-content:flex-start;
}
    .news__list ul li a .date {
    width: 80px;
}
.news__list ul li a .cat {
    width: 90px;
    height: 25px;
    
    
}

    .news__list ul li a .txt {
    width: 100%;
    margin: 10px 0 0 0;
}
    
}
@media screen and (max-width: 768px){
.section.newsrelease .inner .btn.sp a {
    color: #FFF;
    padding-top: 10px;
}
     
}




/*最新情報*/
/*最新情報*/
section.top_news {
    background: url(../img/top/news_bk.jpg);
    background-size: contain;
    background-position: left -100px center;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    z-index: 0;
   position: relative;
z-index: 0;
    margin: 40px 0;
}
section.top_news::before{
content: '';
position: absolute;
width: 100%;
height: 100%;
background: inherit;
filter: brightness(65%);
/* 最背面へ */
z-index: -1;
}
.news {
    
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-items:stretch;
}
.news_h2 {
    width: 300px;
}
.news_nkm {
    width: 900px;
}
@media screen and (max-width: 1400px) {
    .news_h2 {
    width: 20%;
}
.news_nkm {
    width: 80%;
    padding-left: 40px;
}
}
@media screen and (max-width: 480px) {
    section.top_news {
    
    margin: 0px 0;
}
    .news_h2 {
    width: 100%;
}
.news_nkm {
    width: 100%;
    padding-left: 0px;
}
}
.infomation_box {
    
   height: auto;
   overflow:scroll;
    
    min-height: 100px;
    max-height: 300px;
    max-width: 100%;
    margin: 0 auto 30px;

    
}
.topics dl {
padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-items:stretch;
     border-bottom: 1px #CFCFCF dotted;
}

.topics dt {
padding: 0.5em 0;
width: 10%;
    
}
.topics dd {
   
padding: 0.5em 0;
/*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;*/
}
.topics dd {
    width: 90%;
}
.topics dd a {
    display: flex;
}
.topics dd p.bun {
   
    display: block;
    padding-bottom: 5px;
}
.topics dd a p.more {
    background:var(--color-theme);
    border-radius: 50px;

    display:inline-flex;
    justify-content: space-around;
    align-items: center;
    width: 15%;
    height: fit-content;
    padding: 2px 10px;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    border: solid 1px var(--color-white);
    text-decoration: none;
    font-size: 11px;
    margin-left: auto;
    color: var(--color-white);
    margin-top: auto;
    position: relative;
    

}
.topics dd a p.more:after  {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
    
}
@media only screen and (max-width: 767px){
    .topics dt {
padding: 0.5em 0;
width: 100%;
    
}
.topics dd {
   
padding: 0.5em 0;
    width: 100%;
}
    .topics dd a p.more {
        width: 120px;
    }
}
/*最新情報*/
/*最新情報詳細*/
.information_mds {
   font-family: "Yuji Syuku", serif;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 2.5rem;
    line-height: 1.5em;
}
.information_mds2 {
font-weight: 700;
    font-size: 1.2em;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}
.date02 {

    line-height: 1.6;
    margin-bottom: 5px;
  color: #888888;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
}
.information_shosai {
    max-width: 800px;
    margin: 0 auto;
   
   
}
.information_shosai img {
   margin: 2em auto;
    display: block;
    width: 100%;
    
}
/*最新情報詳細*/


.newsmidasi{
font-size: 18px;
    line-height: 32px;
	font-weight: 600;
	padding-bottom: 15px;
}

main {
  display: block;
}
.fs-c-panelContainer {
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}
.fs-body-top .pMV {
    width: 100%;
}
.fs-body-top .pMV__inner {
    position: relative;
    width: 100%;
}
.fs-body-top .pMV.is-show .pMV__logo {
    opacity: 1;
}
.fs-body-top .pMV.is-show .pMV__mainImage {
    opacity: 1;

}
.fs-body-top .pMV__mainImage {
    width: 100%;
    opacity: 0;
    transition: opacity 0.8s var(--ease-career-ark), transform 0.8s var(--ease-career-ark);
    transform: translateY(20px);
}
img {
    max-inline-size: 100%;
    max-block-size: 100%;
}
.pMV__inner img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.pMV__subImage {
    position: relative;
    width: 100%;
    height: 88.27vw;
    margin-top: 3.67vw;
}
.pMV.is-show .pMV__subImage_item {
    opacity: 1;
    transform: translateY(0);
}
.fs-body-top .pMV__subImage {
    position: relative;
    width: 100%;
    height: 88.27vw;
    margin-top: 10.67vw;
}
.pMV__subImage_item {
    position: absolute;
    opacity: 0;
    transition: opacity 0.8s var(--ease-career-ark), transform 0.8s var(--ease-career-ark);
    transform: translateY(10%);
}
.pMV__subImage_item:nth-child(2) {
    top: 0;
    right: 0;
    z-index: 1;
    width: 61.6vw;
    transition-delay: 0.36s;
    transform: translateY(20%);
}
.pMV__subImage_item:nth-child(3) {
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 39.47vw;
    transition-delay: 0.72s;
    transform: translateY(10%);
}



@media screen and (min-width: 768px) {
.pMV__inner {
		display: grid;
        grid-template-columns: 1fr 51.1vw;
    }
.pMV__mainImage {
        order: 2;
    }	
.pMV__lead {
        position: absolute;
        top: 42.15vw;
        left: 5.64vw;
        width: 27vw;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicMedium, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        margin: 0;
        z-index: 100;
        font-size: 23px;
        font-weight: 600;
        line-height: 40px;        color: #111111;
        transition-duration: 2s;        letter-spacing: 0.1px;
    }	
.pMV__subImage {
        order: 1;
        width: 100%;
        height: 100%;
        margin-top: 0;
    }
.pMV__subImage_item:first-child {
        top: 26.28vw;
        left: 5.56vw;
        width: 17.86vw;
    }	
.pMV__subImage_item:nth-child(2) {
        top: auto;
        right: -8.49vw;
        bottom: 6.15vw;
        width: 19.69vw;
    }
.pMV__subImage_item:nth-child(3) {
        top: 12.01vw;
        bottom: auto;
        left: 16.84vw;
        width: 25.04vw;
        transition-delay: 0.58s;
        transition-duration: 1s;
    }
	
}
@media screen and (max-width: 767px) {
	.pMV__lead {
        padding: 10px;
		padding-top: 25px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicMedium, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        margin: 0;
        z-index: 100;
        font-size: 22px;
        font-weight: 600;
        line-height: 40px;        color: #111111;
        transition-duration: 2s;
		text-align: center;
    }	
}

.js-c-switch-content.is-active {
    display: block;    width: 78%;
}
/*  .c-archive01
================================================== */
.c-archive01 {
    border-top: 1px solid #333;
}

.c-archive01__item {
    border-bottom: 1px solid #333;
}

.c-archive01__link {
    display: block;
    padding: 18px 0 18px 10px;
}

.c-archive01__link.is-blank .c-archive01__txt::before {
    width: 12px;
    height: 12px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20d%3D%22M0%2C1.77V14H12.23V6.731H10.714v5.753h-9.2v-9.2H7.269V1.77ZM9.039%2C0V1.515h2.374L5.569%2C7.359%2C6.641%2C8.43l5.843-5.843V4.961H14V0Z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.c-archive01__link.is-pdf .c-archive01__txt::before {
    width: 12px;
    height: 14px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2213.959%22%20viewBox%3D%220%200%2012%2013.959%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_7969%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%207969%22%20transform%3D%22translate(-819.298%20-76.5)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_7917%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%207917%22%20transform%3D%22translate(825.42%2083.847)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_66197%22%20data-name%3D%22%E3%83%91%E3%82%B9%2066197%22%20d%3D%22M845.4%2C109.684h-.735a.367.367%2C0%2C0%2C1-.367-.367v-2.449a.367.367%2C0%2C0%2C1%2C.367-.367h.735a1.1%2C1.1%2C0%2C0%2C1%2C1.1%2C1.1v.98A1.1%2C1.1%2C0%2C0%2C1%2C845.4%2C109.684Zm-.367-.735h.367a.368.368%2C0%2C0%2C0%2C.367-.367v-.98a.368.368%2C0%2C0%2C0-.367-.367h-.367Z%22%20transform%3D%22translate(-844.298%20-106.5)%22%20fill%3D%22%23333%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_7918%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%207918%22%20transform%3D%22translate(822.971%2083.847)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_66198%22%20data-name%3D%22%E3%83%91%E3%82%B9%2066198%22%20d%3D%22M835.4%2C108.7h-.735a.367.367%2C0%2C0%2C1-.367-.367v-1.469a.367.367%2C0%2C0%2C1%2C.367-.367h.735a1.1%2C1.1%2C0%2C0%2C1%2C0%2C2.2Zm-.367-.735h.367a.367.367%2C0%2C0%2C0%2C0-.735h-.367Z%22%20transform%3D%22translate(-834.298%20-106.5)%22%20fill%3D%22%23333%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_7919%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%207919%22%20transform%3D%22translate(822.971%2085.316)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_66199%22%20data-name%3D%22%E3%83%91%E3%82%B9%2066199%22%20d%3D%22M834.665%2C114.214a.367.367%2C0%2C0%2C1-.367-.367v-.98a.367.367%2C0%2C0%2C1%2C.735%2C0v.98A.367.367%2C0%2C0%2C1%2C834.665%2C114.214Z%22%20transform%3D%22translate(-834.298%20-112.5)%22%20fill%3D%22%23333%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_7920%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%207920%22%20transform%3D%22translate(827.869%2083.847)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_66200%22%20data-name%3D%22%E3%83%91%E3%82%B9%2066200%22%20d%3D%22M854.665%2C109.684a.367.367%2C0%2C0%2C1-.367-.367v-2.449a.367.367%2C0%2C0%2C1%2C.367-.367h1.224a.367.367%2C0%2C1%2C1%2C0%2C.735h-.857v2.082A.367.367%2C0%2C0%2C1%2C854.665%2C109.684Z%22%20transform%3D%22translate(-854.298%20-106.5)%22%20fill%3D%22%23333%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_7921%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%207921%22%20transform%3D%22translate(827.869%2085.316)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_66201%22%20data-name%3D%22%E3%83%91%E3%82%B9%2066201%22%20d%3D%22M855.645%2C113.235h-.98a.367.367%2C0%2C1%2C1%2C0-.735h.98a.367.367%2C0%2C1%2C1%2C0%2C.735Z%22%20transform%3D%22translate(-854.298%20-112.5)%22%20fill%3D%22%23333%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_7926%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%207926%22%20transform%3D%22translate(819.298%2076.5)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_7922%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%207922%22%20transform%3D%22translate(0%200)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_66202%22%20data-name%3D%22%E3%83%91%E3%82%B9%2066202%22%20d%3D%22M829.706%2C90.459H819.665a.367.367%2C0%2C0%2C1-.367-.367V76.867a.367.367%2C0%2C0%2C1%2C.367-.367h6.122a.367.367%2C0%2C0%2C1%2C0%2C.735h-5.755v12.49h9.306V87.888a.367.367%2C0%2C1%2C1%2C.735%2C0v2.2A.367.367%2C0%2C0%2C1%2C829.706%2C90.459Z%22%20transform%3D%22translate(-819.298%20-76.5)%22%20fill%3D%22%23333%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_7923%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%207923%22%20transform%3D%22translate(10.041%203.918)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_66203%22%20data-name%3D%22%E3%83%91%E3%82%B9%2066203%22%20d%3D%22M860.665%2C95.439a.367.367%2C0%2C0%2C1-.367-.367v-2.2a.367.367%2C0%2C1%2C1%2C.735%2C0v2.2A.367.367%2C0%2C0%2C1%2C860.665%2C95.439Z%22%20transform%3D%22translate(-860.298%20-92.5)%22%20fill%3D%22%23333%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_7924%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%207924%22%20transform%3D%22translate(6.122)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_66204%22%20data-name%3D%22%E3%83%91%E3%82%B9%2066204%22%20d%3D%22M848.584%2C81.153h-3.918a.367.367%2C0%2C0%2C1-.367-.367V76.867a.367.367%2C0%2C0%2C1%2C.627-.26l3.918%2C3.918a.367.367%2C0%2C0%2C1-.26.627Zm-3.551-.735H847.7l-2.664-2.664Z%22%20transform%3D%22translate(-844.298%20-76.5)%22%20fill%3D%22%23333%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_7925%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%207925%22%20transform%3D%22translate(1.959%206.122)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_66205%22%20data-name%3D%22%E3%83%91%E3%82%B9%2066205%22%20d%3D%22M836.971%2C107.133h-9.306a.367.367%2C0%2C0%2C1-.367-.367v-4.9a.367.367%2C0%2C0%2C1%2C.367-.367h9.306a.367.367%2C0%2C0%2C1%2C.367.367v4.9A.367.367%2C0%2C0%2C1%2C836.971%2C107.133Zm-8.939-.735H836.6v-4.163h-8.571Z%22%20transform%3D%22translate(-827.298%20-101.5)%22%20fill%3D%22%23333%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.c-archive01__meta {
    overflow: hidden;
    margin-bottom: 10px;
}

.c-archive01__date {
    float: left;
    margin-right: 15px;

    font-weight: bold;
    letter-spacing: 0.12em;
}

.c-archive01__cat {
    float: left;
    padding: 0 20px 1px;
    border: 1px solid #333;
    background: rgb(220 240 255 / 80%);
    font-weight: bold;
}

.c-archive01__txt {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 30px 0 0;

    line-height: 1.58333;
    letter-spacing: .12em;
}

.c-archive01__txt::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 10px;
    width: 12px;
    height: 9px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.839%22%20height%3D%2210%22%20viewBox%3D%220%200%2013.839%2010%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_8042%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%208042%22%20transform%3D%22translate(-1715%20-946.343)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_5152%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%205152%22%20width%3D%227.071%22%20height%3D%221.768%22%20rx%3D%220.884%22%20transform%3D%22translate(1723.839%20946.343)%20rotate(45)%22%20fill%3D%22%23333%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_5151%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%205151%22%20width%3D%2213.258%22%20height%3D%221.768%22%20rx%3D%220.884%22%20transform%3D%22translate(1715%20950.459)%22%20fill%3D%22%23333%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_5153%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%205153%22%20width%3D%227.071%22%20height%3D%221.768%22%20rx%3D%220.884%22%20transform%3D%22translate(1728.839%20951.343)%20rotate(135)%22%20fill%3D%22%23333%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media all and (min-width: 768px) {
    .c-archive01__link {
        padding: 28px 0 28px 10px;
    }

    .c-archive01__link.is-blank .c-archive01__txt::before {
        width: 14px;
        height: 14px;
        content: "";
        display: inline-block;
        vertical-align: middle;
        background: no-repeat center/contain;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20d%3D%22M0%2C1.77V14H12.23V6.731H10.714v5.753h-9.2v-9.2H7.269V1.77ZM9.039%2C0V1.515h2.374L5.569%2C7.359%2C6.641%2C8.43l5.843-5.843V4.961H14V0Z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E");
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-archive01__link.is-pdf .c-archive01__txt::before {
        width: 14px;
        height: 16px;
        content: "";
        display: inline-block;
        vertical-align: middle;
        background: no-repeat center/contain;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2213.959%22%20viewBox%3D%220%200%2012%2013.959%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_7969%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%207969%22%20transform%3D%22translate(-819.298%20-76.5)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_7917%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%207917%22%20transform%3D%22translate(825.42%2083.847)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_66197%22%20data-name%3D%22%E3%83%91%E3%82%B9%2066197%22%20d%3D%22M845.4%2C109.684h-.735a.367.367%2C0%2C0%2C1-.367-.367v-2.449a.367.367%2C0%2C0%2C1%2C.367-.367h.735a1.1%2C1.1%2C0%2C0%2C1%2C1.1%2C1.1v.98A1.1%2C1.1%2C0%2C0%2C1%2C845.4%2C109.684Zm-.367-.735h.367a.368.368%2C0%2C0%2C0%2C.367-.367v-.98a.368.368%2C0%2C0%2C0-.367-.367h-.367Z%22%20transform%3D%22translate(-844.298%20-106.5)%22%20fill%3D%22%23333%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_7918%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%207918%22%20transform%3D%22translate(822.971%2083.847)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_66198%22%20data-name%3D%22%E3%83%91%E3%82%B9%2066198%22%20d%3D%22M835.4%2C108.7h-.735a.367.367%2C0%2C0%2C1-.367-.367v-1.469a.367.367%2C0%2C0%2C1%2C.367-.367h.735a1.1%2C1.1%2C0%2C0%2C1%2C0%2C2.2Zm-.367-.735h.367a.367.367%2C0%2C0%2C0%2C0-.735h-.367Z%22%20transform%3D%22translate(-834.298%20-106.5)%22%20fill%3D%22%23333%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_7919%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%207919%22%20transform%3D%22translate(822.971%2085.316)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_66199%22%20data-name%3D%22%E3%83%91%E3%82%B9%2066199%22%20d%3D%22M834.665%2C114.214a.367.367%2C0%2C0%2C1-.367-.367v-.98a.367.367%2C0%2C0%2C1%2C.735%2C0v.98A.367.367%2C0%2C0%2C1%2C834.665%2C114.214Z%22%20transform%3D%22translate(-834.298%20-112.5)%22%20fill%3D%22%23333%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_7920%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%207920%22%20transform%3D%22translate(827.869%2083.847)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_66200%22%20data-name%3D%22%E3%83%91%E3%82%B9%2066200%22%20d%3D%22M854.665%2C109.684a.367.367%2C0%2C0%2C1-.367-.367v-2.449a.367.367%2C0%2C0%2C1%2C.367-.367h1.224a.367.367%2C0%2C1%2C1%2C0%2C.735h-.857v2.082A.367.367%2C0%2C0%2C1%2C854.665%2C109.684Z%22%20transform%3D%22translate(-854.298%20-106.5)%22%20fill%3D%22%23333%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_7921%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%207921%22%20transform%3D%22translate(827.869%2085.316)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_66201%22%20data-name%3D%22%E3%83%91%E3%82%B9%2066201%22%20d%3D%22M855.645%2C113.235h-.98a.367.367%2C0%2C1%2C1%2C0-.735h.98a.367.367%2C0%2C1%2C1%2C0%2C.735Z%22%20transform%3D%22translate(-854.298%20-112.5)%22%20fill%3D%22%23333%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_7926%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%207926%22%20transform%3D%22translate(819.298%2076.5)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_7922%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%207922%22%20transform%3D%22translate(0%200)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_66202%22%20data-name%3D%22%E3%83%91%E3%82%B9%2066202%22%20d%3D%22M829.706%2C90.459H819.665a.367.367%2C0%2C0%2C1-.367-.367V76.867a.367.367%2C0%2C0%2C1%2C.367-.367h6.122a.367.367%2C0%2C0%2C1%2C0%2C.735h-5.755v12.49h9.306V87.888a.367.367%2C0%2C1%2C1%2C.735%2C0v2.2A.367.367%2C0%2C0%2C1%2C829.706%2C90.459Z%22%20transform%3D%22translate(-819.298%20-76.5)%22%20fill%3D%22%23333%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_7923%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%207923%22%20transform%3D%22translate(10.041%203.918)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_66203%22%20data-name%3D%22%E3%83%91%E3%82%B9%2066203%22%20d%3D%22M860.665%2C95.439a.367.367%2C0%2C0%2C1-.367-.367v-2.2a.367.367%2C0%2C1%2C1%2C.735%2C0v2.2A.367.367%2C0%2C0%2C1%2C860.665%2C95.439Z%22%20transform%3D%22translate(-860.298%20-92.5)%22%20fill%3D%22%23333%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_7924%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%207924%22%20transform%3D%22translate(6.122)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_66204%22%20data-name%3D%22%E3%83%91%E3%82%B9%2066204%22%20d%3D%22M848.584%2C81.153h-3.918a.367.367%2C0%2C0%2C1-.367-.367V76.867a.367.367%2C0%2C0%2C1%2C.627-.26l3.918%2C3.918a.367.367%2C0%2C0%2C1-.26.627Zm-3.551-.735H847.7l-2.664-2.664Z%22%20transform%3D%22translate(-844.298%20-76.5)%22%20fill%3D%22%23333%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_7925%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%207925%22%20transform%3D%22translate(1.959%206.122)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_66205%22%20data-name%3D%22%E3%83%91%E3%82%B9%2066205%22%20d%3D%22M836.971%2C107.133h-9.306a.367.367%2C0%2C0%2C1-.367-.367v-4.9a.367.367%2C0%2C0%2C1%2C.367-.367h9.306a.367.367%2C0%2C0%2C1%2C.367.367v4.9A.367.367%2C0%2C0%2C1%2C836.971%2C107.133Zm-8.939-.735H836.6v-4.163h-8.571Z%22%20transform%3D%22translate(-827.298%20-101.5)%22%20fill%3D%22%23333%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .c-archive01__meta {
        margin-bottom: 13px;
    }

    .c-archive01__date {
        margin-right: 18px;
    }

    .c-archive01__cat {
        padding: 2px 18px 2px;
        font-size: 12px;
    }

    .c-archive01__txt {
        padding: 0 45px 0 0;
        font-size: 14px;
    }

    .c-archive01__txt::before {
        width: 14px;
        height: 10px;
        content: "";
        display: inline-block;
        vertical-align: middle;
        background: no-repeat center/contain;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.839%22%20height%3D%2210%22%20viewBox%3D%220%200%2013.839%2010%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_8042%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%208042%22%20transform%3D%22translate(-1715%20-946.343)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_5152%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%205152%22%20width%3D%227.071%22%20height%3D%221.768%22%20rx%3D%220.884%22%20transform%3D%22translate(1723.839%20946.343)%20rotate(45)%22%20fill%3D%22%23333%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_5151%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%205151%22%20width%3D%2213.258%22%20height%3D%221.768%22%20rx%3D%220.884%22%20transform%3D%22translate(1715%20950.459)%22%20fill%3D%22%23333%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_5153%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%205153%22%20width%3D%227.071%22%20height%3D%221.768%22%20rx%3D%220.884%22%20transform%3D%22translate(1728.839%20951.343)%20rotate(135)%22%20fill%3D%22%23333%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

/* .home-news
================================================ */
.home-news {
  background: rgb(var(--base));
}
.home-news__inner {
  padding-top: 70px;
  padding-bottom: 66px;
}
@media all and (min-width: 768px) {
  .home-news__inner {
    padding-top: 70px;
    padding-bottom: 184px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .home-news__head {
    width: calc(100% - 870px);
    margin: 0;
    margin-top: 8px;
  }
  .home-news__archive {
    width: 760px;    width: 870px;
  }
  .home-news__btn {
    position: absolute;
    top: 250px;
    left: 0;
    margin: 0;
  }
}

/* .info-detail
================================================ */
.info-detail__inner {
  padding-top: 50px;
}
.info-detail__head {
  margin-top: 30px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
}
.info-detail-table__txt + .info-detail-table__list {
  margin-top: 10px;
}
.info-detail-table__list {
  margin-top: -10px;
}
@media all and (min-width: 768px) {
  .info-detail {
    position: relative;
  }
  .info-detail::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 990px;
    left: 0;
    width: 960px;
    height: 800px;
    background: url(../img/recruit/info/bg_deco01.png) no-repeat top left/contain;
  }
  .info-detail__inner {
    padding-top: 98px;
  }
  .info-detail__head {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 5rem;
  }
  .info-detail__txt {
    text-align: center;
  }
}

/* .l-sidebar
================================================== */
.js-c-anime-elem[data-anime=fadein-up] {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.js-c-anime-elem[data-anime=fadein-up].is-animated {
  opacity: 1;
  transform: translateY(0);
}

.js-c-anime-elem[data-anime=fadein-left] {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s ease;
}
.js-c-anime-elem[data-anime=fadein-left].is-animated {
  opacity: 1;
  transform: translateX(0);
}

.js-c-anime-elem[data-anime=fadein-right] {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.6s ease;
}
.js-c-anime-elem[data-anime=fadein-right].is-animated {
  opacity: 1;
  transform: translateX(0);
}

.js-c-anime-elem[data-anime-delay="0.1"] {
  transition-delay: 0.1s;
}
.js-c-anime-elem[data-anime-delay="0.2"] {
  transition-delay: 0.2s;
}
.js-c-anime-elem[data-anime-delay="0.3"] {
  transition-delay: 0.3s;
}
.js-c-anime-elem[data-anime-delay="0.4"] {
  transition-delay: 0.4s;
}
.js-c-anime-elem[data-anime-delay="0.5"] {
  transition-delay: 0.5s;
}
.js-c-anime-elem[data-anime-delay="0.6"] {
  transition-delay: 0.6s;
}
.js-c-anime-elem[data-anime-delay="0.7"] {
  transition-delay: 0.7s;
}
.js-c-anime-elem[data-anime-delay="0.8"] {
  transition-delay: 0.8s;
}
.js-c-anime-elem[data-anime-delay="0.9"] {
  transition-delay: 0.9s;
}
.js-c-anime-elem[data-anime-delay="1"] {
  transition-delay: 1s;
}
.js-c-anime-elem[data-anime-delay="1.1"] {
  transition-delay: 1.1s;
}
.js-c-anime-elem[data-anime-delay="1.2"] {
  transition-delay: 1.2s;
}
.js-c-anime-elem[data-anime-delay="1.3"] {
  transition-delay: 1.3s;
}
.js-c-anime-elem[data-anime-delay="1.4"] {
  transition-delay: 1.4s;
}
.js-c-anime-elem[data-anime-delay="1.5"] {
  transition-delay: 1.5s;
}
.js-c-anime-elem[data-anime-delay="1.6"] {
  transition-delay: 1.6s;
}
.js-c-anime-elem[data-anime-delay="1.7"] {
  transition-delay: 1.7s;
}
.js-c-anime-elem[data-anime-delay="1.8"] {
  transition-delay: 1.8s;
}
.js-c-anime-elem[data-anime-delay="1.9"] {
  transition-delay: 1.9s;
}
.js-c-anime-elem[data-anime-delay="2"] {
  transition-delay: 2s;
}

.js-c-anime-elem[data-anime=fadein-left-dash] {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 3s 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-c-anime-elem[data-anime=fadein-left-dash].is-animated {
  opacity: 1;
  transform: translateX(0);
}

.js-c-anime-elem[data-anime=fadein-left-copy] {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 3s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-c-anime-elem[data-anime=fadein-left-copy].is-animated {
  opacity: 1;
  transform: translateX(0);
}

.js-c-anime-elem[data-anime=fadein-left-txt] {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 3s 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-c-anime-elem[data-anime=fadein-left-txt].is-animated {
  opacity: 1;
  transform: translateX(0);
}

.js-c-cliptext__line {
  display: inline-block;
  -webkit-clip-path: polygon(0% 105%, 100% 105%, 100% 105%, 0% 105%);
  clip-path: polygon(0% 105%, 100% 105%, 100% 105%, 0% 105%);
  opacity: 0;
}
.js-c-cliptext.is-animated .js-c-cliptext__line {
  transition: clip-path 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-clip-path 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition-property: clip-path, opacity, -webkit-clip-path;
  -webkit-clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
  clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
  opacity: 1;
}

/* .js-c-slider
================================================== */
.js-c-slider__arrow {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px;
  box-sizing: border-box;
}
.js-c-slider__arrow::before {
  display: inline-block;
  width: 11.464px;
  height: 6.833px;
  vertical-align: middle;
  color: currentColor;
  background: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.464 6.833"><path d="M5.2,6.305-.532.528.532-.528,5.2,4.175l4.668-4.7L10.932.528Z" transform="translate(0.532 0.528)" fill="currentColor"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.464 6.833"><path d="M5.2,6.305-.532.528.532-.528,5.2,4.175l4.668-4.7L10.932.528Z" transform="translate(0.532 0.528)" fill="currentColor"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.js-c-slider__arrow.is-prev {
  right: 65px;
}
.js-c-slider__arrow.is-prev::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.js-c-slider__arrow.is-next {
  right: 20px;
}
@media all and (min-width: 768px) {
  .js-c-slider__arrow {
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .js-c-slider__arrow::before {
    width: 15px;
    height: 9px;
  }
  .js-c-slider__arrow.is-prev {
    right: auto;
    left: 90px;
  }
  .js-c-slider__arrow.is-next {
    right: auto;
    left: 146px;
  }
  .js-c-slider__arrow:hover {
    border-color: rgb(var(--main));
    background: rgb(var(--main));
  }
  .js-c-slider__arrow:hover::before {
    color: #fff;
  }
}

.js-c-switch-tab {
  cursor: pointer;
}

.js-c-switch-content {
  display: none;
}
.js-c-switch-content.is-active {
  display: block;
}

.js-c-toggle-trigger {
  cursor: pointer;
}

.js-c-toggle-content {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
	margin: 0 auto;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*  .c-btn01
================================================== */
.c-btn01 {
  margin: 30px auto 0;
  text-align: center;
}
.c-btn01__link {
  display: inline-block;
  font-weight: 700;
  padding-right: 66px;
  position: relative;
}
.c-btn01__link::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgb(var(--black));
}
.c-btn01__link::after {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  display: inline-block;
  width: 12.803px;
  height: 10px;
  vertical-align: middle;
  color: currentColor;
  background: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.803 10"><g transform="translate(0 9.468) rotate(-90)"><path d="M4.468,5.462l-5-5.035L.43-.528,4.468,3.538,8.506-.528l.962.955Z" transform="translate(0 7.341)" fill="currentColor"/><path d="M.606,11.819H-.75V0H.606Z" transform="translate(4.54)" fill="currentColor"/></g></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.803 10"><g transform="translate(0 9.468) rotate(-90)"><path d="M4.468,5.462l-5-5.035L.43-.528,4.468,3.538,8.506-.528l.962.955Z" transform="translate(0 7.341)" fill="currentColor"/><path d="M.606,11.819H-.75V0H.606Z" transform="translate(4.54)" fill="currentColor"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  transition: all 0.3s ease;
  color: #fff;
  width: 19px;
  height: 15px;
}
.c-btn01__txt {
  display: flex;
  align-items: center;
  min-height: 54px;
}
@media all and (min-width: 768px) {
  .c-btn01__link {
    padding-right: 85px;
  }
  .c-btn01__link::before {
    width: 70px;
    height: 70px;
    transition: all 0.3s ease;
  }
  .c-btn01__link::after {
    right: 21px;
    width: 25px;
    height: 19px;
  }
  .c-btn01__link:hover::before {
    transform: translateY(-50%) scale(1.1);
  }
  .c-btn01__link:hover::after {
    -webkit-animation: arw-r 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    animation: arw-r 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  .c-btn01__txt {
    min-height: 70px;
  }
}

@-webkit-keyframes arw-r {
  0% {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
  50% {
    transform: translateX(100%) translateY(-50%);
    opacity: 0;
  }
  50.1% {
    transform: translateX(-100%) translateY(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
}

@keyframes arw-r {
  0% {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
  50% {
    transform: translateX(100%) translateY(-50%);
    opacity: 0;
  }
  50.1% {
    transform: translateX(-100%) translateY(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
}
/*  .c-btn01.is-left-pc
================================================== */
@media all and (min-width: 768px) {
  .c-btn01.is-left-pc {
    text-align: left;
  }
}

/*  .c-btn01.is-back
================================================== */
.c-btn01.is-back .c-btn01__link {
  padding-right: 0;
  padding-left: 66px;
}
.c-btn01.is-back .c-btn01__link::before {
  right: auto;
  left: 0;
}
.c-btn01.is-back .c-btn01__link::after {
  right: auto;
  left: 17px;
  transform: translateY(-50%) scale(-1, 1);
}
@media all and (min-width: 768px) {
  .c-btn01.is-back .c-btn01__link {
    padding-left: 85px;
  }
  .c-btn01.is-back .c-btn01__link::after {
    left: 21px;
  }
  .c-btn01.is-back .c-btn01__link:hover::after {
    -webkit-animation: arw-l 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    animation: arw-l 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
}

@-webkit-keyframes arw-l {
  0% {
    transform: translateX(0) translateY(-50%) scale(-1, 1);
    opacity: 1;
  }
  50% {
    transform: translateX(-100%) translateY(-50%) scale(-1, 1);
    opacity: 0;
  }
  50.1% {
    transform: translateX(100%) translateY(-50%) scale(-1, 1);
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(-50%) scale(-1, 1);
    opacity: 1;
  }
}

@keyframes arw-l {
  0% {
    transform: translateX(0) translateY(-50%) scale(-1, 1);
    opacity: 1;
  }
  50% {
    transform: translateX(-100%) translateY(-50%) scale(-1, 1);
    opacity: 0;
  }
  50.1% {
    transform: translateX(100%) translateY(-50%) scale(-1, 1);
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(-50%) scale(-1, 1);
    opacity: 1;
  }
}
/*  .c-btn01.is-back
================================================== */
@media all and (min-width: 768px) {
  .c-btn01.is-recruit .c-btn01__link:hover::before {
    background: rgb(var(--main));
  }
}
/* text
-------------------------------------- */
.u-uppercase {
  text-transform: uppercase;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.u-font-en {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
}



@media only screen and (max-width: 760px) {
    .js-c-switch-content.is-active {
        display: block;
        width: 100%;
    }
}

.mozisengen::first-letter {
  font-size: 30px;    color: #005eae;font-weight: 600;
	padding-right: 5px;
 
}

#main_image .text {

    }


