@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.mv
------------------------------ */
.mv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mv {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }
}
.mv .mv_btn {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .mv .mv_btn {
    width: 80px;
    height: 80px;
  }
}
.mv .mv_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #707070;
}
.mv .mv_btn a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 20px;
  height: 26px;
  background: url(../img/index/ico_arw01.svg) no-repeat center center;
  -webkit-transition: bottom 0.4s ease;
  transition: bottom 0.4s ease;
}
@media screen and (min-width: 769px) {
  .mv .mv_btn a:hover {
    opacity: 1;
  }
  .mv .mv_btn a:hover::before {
    bottom: -25px;
  }
}
.mv .txt_box {
  position: relative;
  z-index: 2;
  margin-right: -3%;
  padding-top: 4px;
}
@media screen and (min-width: 769px) {
  .mv .txt_box {
    width: 460px;
  }
}
@media screen and (max-width: 768px) {
  .mv .txt_box {
    order: 2;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.mv .txt_box .ttl {
  font-size: 5.7rem;
  font-weight: bold;
  color: #30283D;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 769px) {
  .mv .txt_box .ttl {
    white-space: nowrap;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .mv .txt_box .ttl {
    padding-left: 10px;
    font-size: 2.2rem;
  }
}
.mv .txt_box .txt {
  margin-top: 20px;
  font-weight: 300;
  font-size: 3rem;
  color: #30283D;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .mv .txt_box .txt {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .mv .txt_box .txt {
    padding-left: 10px;
    margin-top: 15px;
    font-size: 1.6rem;
  }
}
.mv .txt_box .mv_list {
  display: flex;
  margin-top: 4%;
}
@media screen and (max-width: 768px) {
  .mv .txt_box .mv_list {
    margin-top: 15px;
  }
}
.mv .txt_box .mv_item {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 168px;
  height: 168px;
  padding-top: 20px;
  background: url(../img/index/ico_img01.svg) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .mv .txt_box .mv_item {
    width: 100px;
    height: 100px;
    padding-top: 10px;
  }
}
.mv .txt_box .mv_item + .mv_item {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .mv .txt_box .mv_item + .mv_item {
    margin-left: 7px;
  }
}
.mv .txt_box .mv_item .mv_item_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 2.4em;
  line-height: 1.2;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #111;
}
@media screen and (max-width: 768px) {
  .mv .txt_box .mv_item .mv_item_ttl {
    font-size: 0.9rem;
  }
}
.mv .txt_box .mv_item .mv_item_ttl .min {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .mv .txt_box .mv_item .mv_item_ttl .min {
    font-size: 0.8rem;
    white-space: nowrap;
  }
}
.mv .txt_box .mv_item .mv_item_num {
  text-align: center;
  font-size: 5.7rem;
  font-weight: 500;
  color: #111;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .mv .txt_box .mv_item .mv_item_num {
    font-size: 3.6rem;
  }
}
.mv .txt_box .mv_item .mv_item_big {
  line-height: 1.27;
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  color: #111;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .mv .txt_box .mv_item .mv_item_big {
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
  }
}
@media screen and (max-width: 768px) {
  .mv .txt_box .mv_item .mv_item_big {
    font-size: 2.8rem;
  }
}
.mv .txt_box .mv_item .mv_item_txt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #111;
}
@media screen and (max-width: 768px) {
  .mv .txt_box .mv_item .mv_item_txt {
    font-size: 1rem;
  }
}
.mv .txt_box .mv_item .mv_item_min {
  line-height: 1.2;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #111;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .mv .txt_box .mv_item .mv_item_min {
    font-size: 0.8rem;
  }
}
.mv .img_wrap {
  flex-shrink: 0;
  position: relative;
  width: calc(100% - 460px);
  max-width: 1270px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv .img_wrap {
    order: 1;
    width: 100%;
    max-width: 100%;
  }
}
.mv .img_wrap .mv_bg {
  width: 100%;
  pointer-events: none;
}
.mv .img_wrap .mv_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
}
.mv .img_wrap .mv_box .mv_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.mv .img_wrap .mv_box.mv01 .mv_img, .mv .img_wrap .mv_box.mv02 .mv_img {
  opacity: 0;
  -webkit-transition: opacity 1.3s ease-in-out;
  transition: opacity 1.3s ease-in-out;
}
.mv .img_wrap .mv_box.mv01 .mv_img:nth-child(2), .mv .img_wrap .mv_box.mv02 .mv_img:nth-child(2) {
  transition-delay: 0.4s;
}
.mv .img_wrap .mv_box.mv01 .mv_img:nth-child(3), .mv .img_wrap .mv_box.mv02 .mv_img:nth-child(3) {
  transition-delay: 0.8s;
}
.mv .img_wrap .mv_box.mv01 .mv_img:nth-child(4), .mv .img_wrap .mv_box.mv02 .mv_img:nth-child(4) {
  transition-delay: 1.2s;
}
.mv .img_wrap .mv_box.mv01.active .mv_img, .mv .img_wrap .mv_box.mv02.active .mv_img {
  opacity: 1;
}

/* ------------------------------
	.service
------------------------------ */
.service {
  padding: 20px 0 55px;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 30px 0 50px;
  }
}
.service .str_ttl {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .service .str_ttl {
    margin-bottom: -5px;
  }
}
.service .service_box {
  position: relative;
}
.service .service_box .txt_box {
  position: relative;
  z-index: 2;
  width: 460px;
}
@media screen and (max-width: 768px) {
  .service .service_box .txt_box {
    width: 100%;
  }
}
.service .service_box .txt_box .ttl {
  margin-bottom: 30px;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service .service_box .txt_box .ttl {
    margin-bottom: 20px;
    text-align: center;
    font-size: 2.4rem;
  }
}
.service .service_box .txt_box .btn {
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .service .service_box .txt_box .btn {
    margin-top: 40px;
  }
}
.service .service_box .img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 726px;
}
@media screen and (max-width: 768px) {
  .service .service_box .img {
    position: relative;
    width: 100%;
    max-width: 375px;
    margin: 0 auto 40px;
  }
}
.service .service_box .img::before {
  position: absolute;
  top: 21%;
  left: 30.5%;
  content: "";
  display: block;
  width: 9%;
  height: 10%;
  background: #fff;
  transform: skew(0deg, 30deg);
  animation: img_anm01 2s ease infinite;
}
@keyframes img_anm01 {
  0% {
    height: 10%;
  }
  100% {
    height: 0%;
  }
}
.service .service_list {
  display: flex;
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .service .service_list {
    display: block;
    margin-top: 70px;
  }
}
.service .service_list .service_list_item {
  width: 270px;
}
@media screen and (min-width: 769px) {
  .service .service_list .service_list_item {
    margin-right: 40px;
  }
  .service .service_list .service_list_item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .service .service_list .service_list_item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .service .service_list .service_list_item + .service_list_item {
    margin-top: 40px;
  }
}
.service .service_list .service_list_item .img {
  border-radius: 10px;
  overflow: hidden;
}
.service .service_list .service_list_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
@media screen and (min-width: 769px) {
  .service .service_list .service_list_item a:hover {
    opacity: 1;
  }
  .service .service_list .service_list_item a:hover .img img {
    transform: scale(1.1);
  }
}
.service .service_list .service_list_item .ttl {
  margin-top: 20px;
  border-bottom: 1px solid #707070;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service .service_list .service_list_item .ttl {
    font-size: 1.8rem;
  }
}
.service .service_list .service_list_item .txt {
  margin-top: 15px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .service .service_list .service_list_item .txt {
    font-size: 1.4rem;
  }
}
.service .service_list .service_list_item .btn {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .service .service_list .service_list_item .btn {
    margin-top: 15px;
  }
}

/* ------------------------------
	.office
------------------------------ */
.office {
  padding: 55px 0 40px;
  background: #F8F8F8;
  border-radius: 200px 0 200px 0;
}
@media screen and (max-width: 1400px) {
  .office {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .office {
    padding: 45px 0 50px;
    border-radius: 100px 0 100px 0;
  }
}
.office .str_ttl {
  margin-bottom: 30px;
}
.office .office_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .office .office_list {
    display: block;
  }
}
.office .office_list .office_box {
  width: 370px;
  border-radius: 30px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .office .office_list .office_box {
    margin-right: 45px;
  }
  .office .office_list .office_box:nth-child(3n) {
    margin-right: 0;
  }
  .office .office_list .office_box:nth-child(n+4) {
    margin-top: 44px;
  }
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box + .office_box {
    margin-top: 20px;
  }
}
.office .office_list .office_box .box {
  padding: 40px 0 0;
  height: 410px;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .box {
    padding: 25px 0;
    height: auto;
  }
}
.office .office_list .office_box .ttl {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .ttl {
    font-size: 2.2rem;
  }
}
.office .office_list .office_box .fuwafuwa {
  text-align: center;
}
.office .office_list .office_box .fuwafuwa img {
  animation: fuwafuwa 2s ease-in-out infinite;
}
.office .office_list .office_box .logo01 {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .logo01 {
    margin: 15px 0 20px;
  }
}
.office .office_list .office_box .logo02 {
  margin: 25px 0;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .logo02 {
    margin: 20px 0;
  }
}
.office .office_list .office_box .flex {
  justify-content: center;
}
.office .office_list .office_box .flex .office_item + .office_item {
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .flex .office_item + .office_item {
    margin-left: 6px;
  }
}
.office .office_list .office_box .office_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 157px;
  height: 157px;
  padding-top: 20px;
  background: url(../img/index/ico_img01.svg) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .office_item {
    width: 145px;
    height: 145px;
    padding-top: 15px;
  }
}
.office .office_list .office_box .office_item .office_item_ttl {
  line-height: 1.2;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #111;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .office_item .office_item_ttl {
    font-size: 1.5rem;
  }
}
.office .office_list .office_box .office_item .office_item_txt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #111;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .office_item .office_item_txt {
    font-size: 1.5rem;
  }
}
.office .office_list .office_box .office_item .office_item_txt .num {
  font-weight: 500;
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .office_item .office_item_txt .num {
    font-size: 7.2rem;
  }
}
.office .office_list .office_box .office_item.big {
  width: 170px;
  height: 170px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .office_item.big {
    width: 155px;
    height: 155px;
    padding-top: 15px;
  }
}
.office .office_list .office_box .office_item.big .office_item_ttl {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .office_item.big .office_item_ttl {
    font-size: 1.7rem;
  }
}
.office .office_list .office_box .office_item.big .office_item_txt {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .office_item.big .office_item_txt {
    font-size: 1.7rem;
  }
}
.office .office_list .office_box .office_item.big .office_item_txt .num {
  font-size: 8.7rem;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .office_item.big .office_item_txt .num {
    font-size: 7.9rem;
  }
}
.office .office_list .office_box .img01_box {
  position: relative;
  margin-top: 20px;
}
.office .office_list .office_box .img01_box .img01 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .img01_box .img01 img {
    width: 158px;
  }
}
.office .office_list .office_box .img01_box .img01_fw {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .img01_box .img01_fw img {
    width: 33px;
  }
}
.office .office_list .office_box .big_txt {
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .big_txt {
    font-size: 2.3rem;
  }
}
.office .office_list .office_box .big_txt .num {
  font-size: 8.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .big_txt .num {
    font-size: 6.5rem;
  }
}
.office .office_list .office_box .img02_box {
  position: relative;
  margin: 35px auto 0;
  width: 202px;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .img02_box {
    width: 188px;
    margin-top: 30px;
  }
}
.office .office_list .office_box .img02_box .img02_anm {
  position: absolute;
  top: 3px;
  right: 12px;
  overflow: hidden;
}
.office .office_list .office_box .img02_box .img02_anm::before {
  position: absolute;
  top: -20%;
  right: -20%;
  content: "";
  display: block;
  width: 140%;
  height: 120%;
  background: #fff;
  transform: skewX(24deg);
  animation: img_anm02 1.5s ease-out infinite;
}
@keyframes img_anm02 {
  0% {
    width: 140%;
  }
  80% {
    width: 0%;
  }
  100% {
    width: 0%;
  }
}
.office .office_list .office_box .img03_box {
  position: relative;
  width: 195px;
  margin: 33px auto 0;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .img03_box {
    width: 182px;
    margin-top: 30px;
  }
}
.office .office_list .office_box .img03_box .img03_anm {
  position: absolute;
  top: 46px;
  right: 27px;
  overflow: hidden;
  animation: img_anm03 1.5s ease infinite;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .img03_box .img03_anm {
    top: 44px;
    right: 24px;
    width: 37px;
  }
}
@keyframes img_anm03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.office .office_list .office_box .img04_box {
  position: relative;
  width: 198px;
  margin: 52px auto 0;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .img04_box {
    width: 184px;
    margin-top: 45px;
  }
}
.office .office_list .office_box .img04_box .img04_anm {
  position: absolute;
  top: -21px;
  left: -20px;
  overflow: hidden;
  animation: fuwafuwa 2s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .img04_box .img04_anm {
    width: 72px;
  }
}
.office .office_list .office_box .fade-typ {
  margin-top: 15px;
  text-align: center;
  font-size: 3.7rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .fade-typ {
    margin-top: 10px;
    font-size: 3rem;
  }
}
.office .office_list .office_box .fade-typ.ttl01 .fade-typ_txt span:nth-child(n+6) {
  font-weight: 600;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .fade-typ.ttl01 .fade-typ_txt span:nth-child(n+6) {
    font-size: 2.2rem;
  }
}
.office .office_list .office_box .fade-typ.ttl01 .fade-typ_txt span:nth-child(6) {
  margin-left: 0.5em;
}
.office .office_list .office_box .txt {
  padding: 0 25px 50px;
}
@media screen and (max-width: 768px) {
  .office .office_list .office_box .txt {
    padding: 0 4% 25px;
  }
}
.office .btn {
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .office .btn {
    margin-top: 40px;
  }
}

/* ------------------------------
	.message
------------------------------ */
.message {
  padding: 55px 0 40px;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 35px 0 40px;
  }
}
.message .str_ttl {
  margin-bottom: 30px;
}
.message .message_box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .message .message_box {
    display: block;
    height: auto;
  }
}
.message .message_box .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 450px;
}
@media screen and (max-width: 768px) {
  .message .message_box .img {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
  }
}
.message .message_box .txt_box {
  width: 660px;
}
@media screen and (max-width: 768px) {
  .message .message_box .txt_box {
    width: 100%;
  }
}
.message .message_box .txt_box .ttl {
  margin-bottom: 25px;
  max-width: 470px;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .message .message_box .txt_box .ttl {
    margin-bottom: 20px;
    max-width: 100%;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.message .message_box .txt_box .name_box {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .message .message_box .txt_box .name_box {
    margin-top: 40px;
  }
}
.message .message_box .txt_box .name_box .txt {
  text-align: right;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .message .message_box .txt_box .name_box .txt {
    font-size: 1.6rem;
  }
}
.message .message_box .txt_box .name_box .txt.txt_name {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .message .message_box .txt_box .name_box .txt.txt_name {
    font-size: 1.8rem;
  }
}
.message .message_box .txt_box .btn {
  margin-top: 40px;
}

/* ------------------------------
	.voice
------------------------------ */
.voice {
  position: relative;
  padding: 50px 0;
  min-height: 1040px;
}
@media screen and (max-width: 768px) {
  .voice {
    min-height: 0;
    padding: 40px 0 50px;
  }
}
.voice::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 1040px;
  height: 1040px;
  background: #F8F8F8;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .voice::before {
    width: 376px;
    height: 376px;
  }
}
.voice .str_ttl {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .voice .str_ttl .en {
    letter-spacing: 0.03em;
  }
}
.voice .wrap {
  position: relative;
  z-index: 2;
}
.voice .voice_lead {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .voice .voice_lead {
    display: block;
  }
}
.voice .voice_lead .txt {
  width: 660px;
}
@media screen and (max-width: 768px) {
  .voice .voice_lead .txt {
    width: 100%;
  }
}
.voice .voice_lead .btn {
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .voice .voice_lead .btn {
    margin-top: 40px;
    margin-left: 0;
  }
}
.voice .voice_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .voice .voice_box {
    display: block;
    margin-top: 60px;
  }
}
.voice .voice_box .img_box {
  position: relative;
  width: 450px;
  height: 450px;
  padding-top: 112px;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .voice .voice_box .img_box {
    width: 200px;
    height: auto;
    padding-top: 15px;
    margin: 0 auto 40px;
  }
}
.voice .voice_box .img_box .img {
  text-align: center;
}
.voice .voice_box .img_box .anm01 {
  position: absolute;
  top: 110px;
  left: 157px;
  animation: img_anm03 1.5s ease infinite;
}
@media screen and (max-width: 768px) {
  .voice .voice_box .img_box .anm01 {
    top: 0;
    left: 62px;
    width: 37px;
  }
}
.voice .voice_box .img_box .anm02 {
  position: absolute;
  top: 86px;
  right: 150px;
  animation: img_anm03 1.5s ease infinite;
  animation-delay: 0.75s;
}
@media screen and (max-width: 768px) {
  .voice .voice_box .img_box .anm02 {
    top: 13px;
    right: 60px;
    width: 38px;
  }
}
@keyframes voice_anm {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.voice .voice_box .txt_box {
  width: 660px;
}
@media screen and (max-width: 768px) {
  .voice .voice_box .txt_box {
    width: 100%;
  }
}
.voice .voice_box .txt_box .ttl {
  margin-bottom: 15px;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .voice .voice_box .txt_box .ttl {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .voice .voice_box .txt_box .ttl {
    margin-bottom: 15px;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.voice .voice_box .txt_box .btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .voice .voice_box .txt_box .btn {
    margin-top: 40px;
  }
}

/* ------------------------------
	.staff
------------------------------ */
.staff {
  position: relative;
  padding: 40px 0 150px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .staff {
    padding: 40px 0 50px;
    margin-top: 0;
  }
}
.staff::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 998px;
  height: 727px;
  background: #F8F8F8;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .staff::before {
    width: 376px;
    height: 376px;
  }
}
.staff::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 130px);
  background: #F8F8F8;
}
@media screen and (max-width: 768px) {
  .staff::after {
    height: calc(100% - 75px);
  }
}
.staff .str_ttl {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.staff .wrap {
  position: relative;
  z-index: 2;
}
.staff .staff_lead {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .staff .staff_lead {
    display: block;
  }
}
.staff .staff_lead .txt {
  width: 660px;
}
@media screen and (max-width: 768px) {
  .staff .staff_lead .txt {
    width: 100%;
  }
}
.staff .staff_lead .btn {
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .staff .staff_lead .btn {
    margin-top: 40px;
    margin-left: 0;
  }
}
.staff .staff_slide {
  position: relative;
  z-index: 2;
  margin-top: 55px;
  display: none;
}
.staff .staff_slide.slick-initialized {
  display: block;
}
@media screen and (max-width: 768px) {
  .staff .staff_slide {
    margin-top: 50px;
    padding-bottom: 80px;
  }
}
.staff .staff_slide .slick-arrow {
  position: absolute;
  bottom: -100px;
  width: 180px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #707070;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .staff .staff_slide .slick-arrow {
    width: 100px;
    bottom: 0;
  }
}
.staff .staff_slide .slick-arrow.prev_arrow {
  left: calc(50% - 190px);
  background: url(../img/index/slide_arw01.svg) no-repeat center center;
}
@media screen and (min-width: 769px) {
  .staff .staff_slide .slick-arrow.prev_arrow:hover {
    background: #707070 url(../img/index/slide_arw01_hov.svg) no-repeat center center;
  }
}
@media screen and (max-width: 768px) {
  .staff .staff_slide .slick-arrow.prev_arrow {
    left: calc(50% - 115px);
  }
}
.staff .staff_slide .slick-arrow.next_arrow {
  right: calc(50% - 190px);
  background: url(../img/index/slide_arw02.svg) no-repeat center center;
}
@media screen and (min-width: 769px) {
  .staff .staff_slide .slick-arrow.next_arrow:hover {
    background: #707070 url(../img/index/slide_arw02_hov.svg) no-repeat center center;
  }
}
@media screen and (max-width: 768px) {
  .staff .staff_slide .slick-arrow.next_arrow {
    right: calc(50% - 115px);
  }
}
.staff .staff_slide .staff_item {
  margin: 0 25px;
}
@media screen and (max-width: 768px) {
  .staff .staff_slide .staff_item {
    margin: 0 4vw;
  }
}
.staff .staff_slide .staff_item a {
  display: block;
  width: 370px;
  padding: 20px 20px 40px;
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .staff .staff_slide .staff_item a:hover {
    opacity: 1;
  }
  .staff .staff_slide .staff_item a:hover .img img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .staff .staff_slide .staff_item a {
    width: 92vw;
  }
}
.staff .staff_slide .staff_item .img {
  width: 330px;
  height: 330px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .staff .staff_slide .staff_item .img {
    width: calc(92vw - 40px);
    height: calc(92vw - 40px);
  }
}
.staff .staff_slide .staff_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.staff .staff_slide .staff_item .txt_box {
  padding-top: 15px;
}
.staff .staff_slide .staff_item .txt_box .name {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .staff .staff_slide .staff_item .txt_box .name {
    font-size: 1.8rem;
  }
}
.staff .staff_slide .staff_item .txt_box .name .name_txt {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .staff .staff_slide .staff_item .txt_box .name .name_txt {
    margin-right: 15px;
  }
}
.staff .staff_slide .staff_item .txt_box .name .en {
  display: inline-block;
  font-size: 1.4rem;
}
.staff .staff_slide_wrap {
  position: relative;
  z-index: 2;
}
.staff .staff_slide_wrap .btn {
  margin-top: 50px;
}

/* ------------------------------
	.careers
------------------------------ */
.careers {
  padding: 40px 0 60px;
}
@media screen and (max-width: 768px) {
  .careers {
    padding: 50px 0 50px;
  }
}
.careers .str_ttl {
  margin-bottom: 30px;
}
.careers .careers_box {
  position: relative;
  display: flex;
  align-items: center;
  height: 564px;
}
@media screen and (max-width: 768px) {
  .careers .careers_box {
    display: block;
    height: auto;
  }
}
.careers .careers_box .img_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 564px;
  height: 564px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .careers .careers_box .img_box {
    position: relative;
    width: 100vw;
    height: 100vw;
    margin: 0 -4vw 50px;
  }
}
.careers .careers_box .img_box .img02,
.careers .careers_box .img_box .img03 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.careers .careers_box .img_box .img {
  animation: careers_anm2 12s 0s infinite;
}
.careers .careers_box .img_box .img02 {
  animation-delay: 4s;
}
.careers .careers_box .img_box .img03 {
  animation-delay: 8s;
}
@keyframes careers_anm1 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes careers_anm2 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
  }
  48.3% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.careers .careers_box .txt_box {
  width: 660px;
}
@media screen and (max-width: 768px) {
  .careers .careers_box .txt_box {
    width: 100%;
  }
}
.careers .careers_box .txt_box .ttl {
  margin-bottom: 40px;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .careers .careers_box .txt_box .ttl {
    margin-bottom: 20px;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.careers .careers_box .txt_box .btn {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .careers .careers_box .txt_box .btn {
    margin-top: 40px;
  }
}
.careers .careers_box .txt_box .btn a {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .careers .careers_box .txt_box .btn a {
    font-size: 1.5rem;
  }
}

/* ------------------------------
	.column
------------------------------ */
.column {
  position: relative;
  padding: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .column {
    padding: 0 0 50px;
  }
}
.column .str_ttl {
  position: relative;
  z-index: 2;
}
.column .column_slide_wrap {
  position: relative;
  margin-top: 30px;
}
.column .column_slide_wrap::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 1500px;
  height: calc(100% + 55px);
  background: #F8F8F8;
  border-radius: 360px;
}
@media screen and (max-width: 768px) {
  .column .column_slide_wrap::before {
    width: 880px;
    height: calc(100% + 46px);
  }
}
.column .column_slide {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: calc(100% - 250px);
  margin: 0 auto;
  padding-bottom: 55px;
  display: none;
}
.column .column_slide.slick-initialized {
  display: block;
}
@media screen and (max-width: 768px) {
  .column .column_slide {
    width: 100%;
    padding-bottom: 110px;
  }
}
.column .column_slide .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 55px;
  margin: auto;
  width: 65px;
  height: 65px;
  border-radius: 50px;
  border: 1px solid #707070;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .column .column_slide .slick-arrow {
    width: 100px;
    height: 50px;
    top: auto;
    bottom: 30px;
    border-radius: 50px;
  }
}
.column .column_slide .slick-arrow.prev_arrow {
  left: -110px;
  background: url(../img/index/slide_arw01.svg) no-repeat center center;
}
@media screen and (min-width: 769px) {
  .column .column_slide .slick-arrow.prev_arrow:hover {
    background: #707070 url(../img/index/slide_arw01_hov.svg) no-repeat center center;
  }
}
@media screen and (max-width: 768px) {
  .column .column_slide .slick-arrow.prev_arrow {
    left: calc(50% - 115px);
  }
}
.column .column_slide .slick-arrow.next_arrow {
  right: -110px;
  background: url(../img/index/slide_arw02.svg) no-repeat center center;
}
@media screen and (min-width: 769px) {
  .column .column_slide .slick-arrow.next_arrow:hover {
    background: #707070 url(../img/index/slide_arw02_hov.svg) no-repeat center center;
  }
}
@media screen and (max-width: 768px) {
  .column .column_slide .slick-arrow.next_arrow {
    right: calc(50% - 115px);
  }
}
.column .column_slide .column_item {
  width: 370px;
  margin: 0 22px;
}
@media screen and (max-width: 1450px) {
  .column .column_slide .column_item {
    width: calc(33.3333333333vw - 120px);
  }
}
@media screen and (max-width: 768px) {
  .column .column_slide .column_item {
    width: auto;
    margin: 0 4vw;
  }
}
.column .column_slide .column_item a {
  display: block;
  width: 100%;
  padding: 20px 20px 30px;
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .column .column_slide .column_item a:hover {
    opacity: 1;
  }
  .column .column_slide .column_item a:hover .img img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .column .column_slide .column_item a {
    width: 92vw;
  }
}
.column .column_slide .column_item .img_box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.column .column_slide .column_item .img {
  width: 100%;
  padding-top: 66.6666%;
}
.column .column_slide .column_item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.column .column_slide .column_item .txt_box {
  padding: 25px 0 0;
}
.column .column_slide .column_item .txt_box .date {
  font-size: 1.4rem;
  font-weight: 300;
}
.column .column_slide .column_item .txt_box .ttl {
  margin-top: 17px;
  min-height: 4.5em;
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.7rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.column .column_slide .column_item .btm_box {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #707070;
}
.column .column_slide .column_item .cate_ttl {
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
}
.column .column_slide .column_item .cate_txt {
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: 300;
}
.column .btn {
  margin-top: 30px;
}

/* ------------------------------
	.topics
------------------------------ */
.topics {
  padding: 40px 0 60px;
  background: #1C2D4D;
}
@media screen and (max-width: 768px) {
  .topics {
    padding: 50px 0 50px;
  }
}
.topics .str_ttl {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .topics .str_ttl {
    margin-bottom: 30px;
  }
}
.topics .topics_list .topics_item {
  border-top: 1px solid #fff;
}
.topics .topics_list .topics_item:last-child {
  border-bottom: 1px solid #fff;
}
.topics .topics_list .topics_item a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 140px 30px 0;
}
@media screen and (min-width: 769px) {
  .topics .topics_list .topics_item a .ttl {
    padding: 2px 0;
    background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
    transition: background ease 0.4s;
  }
  .topics .topics_list .topics_item a:hover {
    opacity: 1;
  }
  .topics .topics_list .topics_item a:hover .ttl {
    background-size: 100% 1px;
  }
  .topics .topics_list .topics_item a:hover .btn_txt::before {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .topics .topics_list .topics_item a {
    display: block;
    padding: 15px 0 12px;
  }
}
.topics .topics_list .topics_item .date_box {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 340px;
}
@media screen and (max-width: 768px) {
  .topics .topics_list .topics_item .date_box {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
  }
}
.topics .topics_list .topics_item .date {
  flex-shrink: 0;
  width: 125px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .topics .topics_list .topics_item .date {
    width: 105px;
    font-size: 1.4rem;
  }
}
.topics .topics_list .topics_item .cate {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 115px;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .topics .topics_list .topics_item .cate {
    min-width: 100px;
    min-height: 25px;
    padding: 3px 8px;
    font-size: 1.3rem;
  }
}
.topics .topics_list .topics_item .ttl {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .topics .topics_list .topics_item .ttl {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.topics .topics_list .topics_item .ttl .ttl_txt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .topics .topics_list .topics_item .ttl .ttl_txt {
    -webkit-line-clamp: 3;
  }
}
.topics .topics_list .topics_item .btn_txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding-right: 30px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .topics .topics_list .topics_item .btn_txt {
    display: none;
  }
}
.topics .topics_list .topics_item .btn_txt::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  background: url(../img/common/ico_arw02.svg) no-repeat right center;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}
.topics .btn {
  margin-top: 50px;
}

/* ------------------------------
	.access
------------------------------ */
.access {
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .access {
    padding: 50px 0 50px;
  }
}
.access .str_ttl {
  margin-bottom: 40px;
}
.access .map {
  position: relative;
  width: 100%;
  height: 580px;
}
@media screen and (max-width: 768px) {
  .access .map {
    width: 92%;
    height: 335px;
    margin: 0 auto;
  }
}
.access .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}
.access .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .access .wrap {
    display: block;
    margin-top: 30px;
  }
}
.access .wrap .ttl {
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .access .wrap .ttl {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.access .wrap .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .access .wrap .txt {
    font-size: 1.4rem;
  }
}
.access .wrap .btn {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .access .wrap .btn {
    margin-top: 40px;
  }
}
.access .wrap .left_box {
  padding-right: 35px;
  margin-right: 60px;
  border-right: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .access .wrap .left_box {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
.access .wrap .right_box {
  padding: 25px 30px;
  border-radius: 24px;
  background: #F8F8F8;
}
@media screen and (max-width: 768px) {
  .access .wrap .right_box {
    padding: 25px 4%;
    margin-top: 30px;
  }
}