/* ========================================

mainvisual

======================================== */
.mainvisual_inner {
  margin-left: auto;
  width: calc(100% - 300px);
  position: relative;
  max-height: calc(100vh - 240px);
  min-height: 560px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

.mainvisual_inner::before {
  width: 100%;
  padding-top: 80%;
  content: "";
  display: block;
  position: relative;
  z-index: 10;
}

.mainvisual .slide_wrap {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.mainvisual .slide_wrap img {
  width: 100%;
}

.mainvisual_copy {
  width: 50%;
  max-width: 562px;
  position: absolute;
  left: 66px;
  bottom: 106px;
}

.mainvisual::before,
.mainvisual::after {
  width: 100%;
  height: 920px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: clamp(0px, 48.57vw, 1300px);
  top: calc(100% - 200px);
}

/*
.mainvisual::before {
  z-index: -1;
  background-image: url(../img/common/bg_wave.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 0;
  mask-image: url(../img/common/bg_wave_mask.png);
  -webkit-mask-image: url(../img/common/bg_wave_mask.png);
  mask-repeat: repeat-x;
  -webkit-mask-repeat: repeat-x;
  mask-position: 0 0;
  -webkit-mask-position: 0 0;
  -mask-size: auto 100%;
  -webkit-mask-size: auto 100%;
  -webkit-animation: bg_wave01 600s linear infinite;
  animation: bg_wave01 600s linear infinite;
}
*/
@media screen and (max-width: 1240px) {
  .mainvisual_inner {
    width: calc(90% - 110px);
  }
}

@media screen and (max-width: 1024px) {
  .mainvisual_inner {
    width: 95%;
    max-height: none;
    max-height: 50vh;
  }

  .mainvisual .slide {
    overflow: hidden;
    margin-left: auto;
  }

  .mainvisual .slide img {
    width: 100%;
  }

  .mainvisual_copy {
    width: 94.4%;
    max-width: 562px;
    position: absolute;
    left: 10px;
    bottom: 56px;
  }
}

@media screen and (max-width: 800px) {
  .mainvisual_inner {
    border-radius: 5px 0 0 5px;
  }

  .mainvisual_inner::before {
    display: none;
  }

  .mainvisual .slide_wrap {
    position: relative;
    top: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .mainvisual .slide_wrap .slick-slide {
    overflow: hidden;
    border-radius: 5px 0 0 5px;
  }

  .mainvisual_copy {
    width: 95%;
    max-width: 379px;
    left: 9px;
    bottom: 26px;
  }

  .mainvisual::before,
  .mainvisual::after {
    width: 100%;
    height: 460px;
    top: calc(100% + 220px);
  }

  .mainvisual::before {
    -webkit-animation-duration: 400s;
    animation-duration: 400s;
  }

  .mainvisual::after {
    -webkit-animation-duration: 200s;
    animation-duration: 200s;
  }
}

@-webkit-keyframes bg_wave01 {
  0% {
    background-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }

  100% {
    background-position: -5996px 0;
    mask-position: -2998px 0;
    -webkit-mask-position: -2998px 0;
  }
}

@-webkit-keyframes bg_wave02 {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -3000px 0;
  }
}

/* ========================================

news

======================================== */
.news {
  width: calc(100% - 80px);
  position: relative;
  margin-left: auto;
  margin-top: -50px;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
}

.news_title {
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news_title .replace_img {
  width: 176px;
  height: 24px;
  background-image: url(../img/top/news_title.png);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news_title .replace_img::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: url(../img/top/news_title_on.png);
  background-position: 0 0;
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news .arrow {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  right: 60px;
  border: 2px solid #0098bc;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news .arrow svg {
  width: 24px;
  fill: #0098bc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news_list {
  font-size: 18px;
  letter-spacing: -0.05em;
  line-height: 2;
  position: relative;
}

.news_list li {
  width: 100%;
  display: none;
}

.news_list li a {
  width: 100%;
  height: 120px;
  padding: 0 140px 0 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.news_list li a span {
  padding-bottom: 6px;
  border-bottom: 1px solid #1f1f1f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 801px) {
  .news:hover {
    color: #fff;
    background-color: #0098bc;
  }

  .news:hover .news_title {
    color: #fff;
  }

  .news:hover .news_title .replace_img::after {
    opacity: 1;
  }

  .news:hover .arrow {
    border-color: #fff;
  }

  .news:hover .arrow svg {
    fill: #fff;
  }

  .news:hover .news_list li a span {
    color: #fff;
    border-color: #fff;
  }
}

@media screen and (max-width: 800px) {
  .news {
    width: 85%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0 47px;
    border-radius: 0;
    background-color: transparent;
  }

  .news::before {
    width: 1px;
    height: 110px;
    content: "";
    display: block;
    position: absolute;
    top: -40px;
    right: -10px;
    background: -webkit-gradient(linear, left bottom, left top, from(#0098bc), to(#fff));
    background: linear-gradient(0deg, #0098bc, #fff);
    -webkit-animation: scroll_bar 2.8s cubic-bezier(0.85, 0, 0.15, 1) infinite;
    animation: scroll_bar 2.8s cubic-bezier(0.85, 0, 0.15, 1) infinite;
  }

  .news_title {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 14px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .news_title .ptcl {
    font-size: 21px;
  }

  .news_title .icon {
    text-align: center;
    width: 22px;
    height: 23px;
    display: inline-block;
    margin-right: 8px;
    background-color: #0098bc;
    border-radius: 11px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .news_title svg {
    width: 2px;
    fill: #fff;
    vertical-align: top;
    margin-top: 7px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .news .arrow {
    display: none;
  }

  .news_list li a {
    height: auto;
    padding: 0;
  }

  .news_list li a span {
    padding-bottom: 4px;
  }
}

@-webkit-keyframes scroll_bar {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }

  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }

  51% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }

  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}

/* ========================================

message

======================================== */
.message {
  position: relative;
  margin-bottom: 96px;
}

.message::before {
  width: 100%;
  height: 796px;
  content: "";
  display: block;
  position: absolute;
  top: 590px;
  left: 0;
  background-image: url(../images/top/service_bg_01.svg);
  background-size: 756px;
  background-size: 1290px;
  background-position: calc(50% + 35.28vw) 0;
  z-index: -1;
}

.message_inner {
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.message .box_text {
  width: 50%;
  max-width: 620px;
  margin-left: auto;
  padding-top: 120px;
}

.message .box_text .title {
  width: 84%;
  max-width: 396px;
  margin-left: 40px;
  z-index: 2;
}

.message .box_text_inner {
  font-size: 17px;
  line-height: 2.35;
  width: 80%;
  max-width: 480px;
  position: relative;
  margin: 20% 0 0 50px;
}

.message .box_text_inner::before {
  width: 70vw;
  max-width: 800px;
  height: 600px;
  content: "";
  display: block;
  position: absolute;
  top: -9%;
  left: -70px;
  background-color: #fff;
  border-radius: 5px;
  z-index: -1;
}

.message .box_text .txt {
  margin-bottom: 26px;
}

.message .btn_border {
  margin-top: 46px;
}

.message .btn_border a .replace_img {
  width: 160px;
  background-image: url(../images/top/message_arrow.svg);
}

.message .btn_border a .replace_img::after {
  background-image: url(../images/top/message_arrow_on.svg);
}

.message .box_img {
  width: 50%;
  position: relative;
}

.message .box_img .img {
  width: 52.86%;
  max-width: 370px;
}

.message .box_img .img01 {
  margin-left: auto;
}

.message .box_img .img02 {
  position: absolute;
  top: 90px;
  top: 6.4285vw;
  top: 2.4vw;
  left: 0;
  border: 6px solid #fff;
  border: 10px solid #fff;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 1400px) {
  .message::before {
    background-position: calc(50% + 494px) 0;
  }
}

@media screen and (max-width: 800px) {
  .message {
    margin-bottom: 60px;
  }

  .message::before {
    display: none;
  }

  .message .box_text {
    width: 85%;
    max-width: none;
    margin: 0 auto;
    margin-top: -62px;
    padding-top: 0;
    position: relative;
    z-index: 2;
  }

  .message .box_text .title {
    width: 100%;
    max-width: 303px;
    margin-left: 0;
    z-index: 2;
  }

  .message .box_text_inner {
    font-size: 16px;
    line-height: 2;
    width: 100%;
    max-width: none;
    margin: 50px 0 0 0;
  }

  .message .box_text_inner .txt {
    margin-bottom: 26px;
  }

  .message .box_text_inner::before {
    display: none;
  }

  .message .btn_border {
    max-width: none;
    margin-top: 40px;
  }

  .message .btn_border a .replace_img {
    width: 151px;
  }

  .message .box_img {
    width: 85%;
    margin: 0 auto;
    position: relative;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .message .box_img .img {
    width: 52.86%;
    max-width: 370px;
  }

  .message .box_img .img01 {
    margin-left: auto;
  }

  .message .box_img .img02 {
    position: absolute;
    top: 90px;
    top: 6.4285vw;
    left: 0;
    border: 6px solid #fff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}

/* ========================================

service

======================================== */
.service {
  height: 705px;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service .img {
  width: 60%;
  max-width: 840px;
  height: 100%;
  position: absolute;
  top: 0;
}

.service .img::before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
}

.service .img::after {
  width: 370px;
  height: 388px;
  content: "";
  display: block;
  position: absolute;
  bottom: -200px;
  left: -80px;
  bottom: -146px;
  left: -101px;
  background-image: url(../images/top/service_bg_02.svg);
  background-size: 100%;
  z-index: -1;
}

.service .img img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.service .box_text {
  width: 90%;
  max-width: 1470px;
  margin: 0 auto;
}

.service .box_text_inner {
  color: #fff;
  width: 66%;
  max-width: 680px;
  position: relative;
  margin-left: auto;
  padding: 80px 5.7%;
  z-index: 2;
  /*
  background-image: linear-gradient(130deg, #78c8dc 30%, #44a4bb);
  */
  background-image: -o-linear-gradient(304deg, rgba(92, 182, 78, 1) 0%, rgba(132, 227, 118, 1) 50%, rgba(121, 192, 110, 1) 100%);
  background-image: linear-gradient(146deg, rgba(92, 182, 78, 1) 0%, rgba(132, 227, 118, 1) 50%, rgba(121, 192, 110, 1) 100%);
  border-radius: 5px;
  border-radius: 50px;
}

/*
.service .box_text_inner::before {
  width: 14px;
  height: 344px;
  content: '';
  display: block;
  position: absolute;
  top: -216px;
  right: 8%;
  background-image: url(../img/top/service_copy.png);
  background-size: 100%;
}
*/

.service .box_text .title {
  width: 93%;
  max-width: 281px;
}

.service .box_text .txt {
  font-size: 16px;
  line-height: 2;
  margin: 28px 0 44px;
}

.service .btn_border {
  max-width: none;
}

.service .btn_border a {
  width: 100%;
  border: none;
}

.service .btn_border a .replace_img {
  width: 157px;
  width: 86px;
  background-image: url(../images/top/company_arrow.svg);
}

.service .btn_border a .replace_img::after {
  background-image: url(../images/top/company_arrow_w.svg);
}

@media screen and (max-width: 800px) {
  .service {
    height: auto;
    display: block;
    margin-bottom: 0;
    padding: 36px 0 40px;
    /*
    background-image: linear-gradient(130deg, #78c8dc 60%, #44a4bb);
    */
    background-image: -o-linear-gradient(304deg, rgba(92, 182, 78, 1) 0%, rgba(132, 227, 118, 1) 50%, rgba(121, 192, 110, 1) 100%);
    background-image: linear-gradient(146deg, rgba(92, 182, 78, 1) 0%, rgba(132, 227, 118, 1) 50%, rgba(121, 192, 110, 1) 100%);
  }

  .service .img {
    width: 85%;
    max-width: 840px;
    overflow: hidden;
    position: relative;
    top: auto;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 5px;
    height: auto;
  }

  .service .img::before {
    display: none;
  }

  .service .img img {
    width: 100%;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .service .box_text {
    width: 85%;
  }

  .service .box_text::before {
    display: none;
  }

  .service .box_text_inner {
    width: 100%;
    max-width: none;
    position: relative;
    margin: 0 auto;
    padding: 0;
    background: none;
  }

  .service .box_text_inner::before {
    display: none;
  }

  .service .box_text .title {
    width: 100%;
    max-width: 209px;
    margin: 0 auto;
  }

  .service .box_text .txt {
    margin: 30px 0;
  }

  .service .btn_border a .replace_img {
    width: 143px;
    width: 82px;
  }
}

/* ========================================

episode

======================================== */
.episode {
  position: relative;
  margin-bottom: 174px;
  z-index: 2;
}

.episode_title {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.episode_title::after {
  width: 100%;
  max-width: 1240px;
  height: 760px;
  content: "";
  display: block;
  position: absolute;
  top: 150px;
  right: 50%;
  border-radius: 5px;
  /*
  background-color: #ecf6f9;
  */
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 237, 171, 1) 25%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 237, 171, 1) 25%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 237, 171, 1) 25%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  z-index: -1;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

.episode_title .title {
  width: 27.8%;
  max-width: 344px;
  margin-left: 4.8%;
}

.episode_title .txt {
  font-size: 17px;
  line-height: 2.35;
  width: 61.4%;
}

.episode_list .slick-slide {
  -webkit-transform: translate(calc(-340px + -10vw), 0);
  transform: translate(calc(-340px + -10vw), 0);
}

.episode_list_item {
  width: 42.86%;
  max-width: 600px;
  position: relative;
  margin: 0 20px;
  padding-bottom: 6px;
  height: auto;
}

.episode_list_item:nth-child(even) {
  margin-top: 44px;
}

.episode_list_item a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.episode_list_item a::before {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0;
  background-color: rgba(0, 152, 188, 0.9);
  background-color: rgba(55, 163, 74, 0.75);
  background-image: url(../images/top/service_arrow_on.svg);
  background-size: 228px;
  background-position: 50% 50%;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/*
.episode_list_item::after {
  width: 100%;
  height: calc(100% - 6px);
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  background: rgba(56, 144, 144, 0.2);
  background: rgba(121, 192, 110, 0.15);
  z-index: -1;
  border-radius: 5px;
  border-radius: 15px;
}
*/
@media screen and (min-width: 1400px) {
  .episode_list .slick-slide {
    -webkit-transform: translate(160px, 0);
    transform: translate(160px, 0);
  }
}

@media screen and (min-width: 801px) {
  .episode_list_item a:hover {
    -webkit-transform: translate(6px, 6px);
    transform: translate(6px, 6px);
  }

  .episode_list_item a:hover::before {
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .episode_list .slick-slide {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 800px) {
  .episode_list .slick-slide {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 800px) {
  .episode {
    margin-bottom: 0;
    padding-top: 50px;
    background-image: url(../images/top/service_bg_bnr.svg);
    background-size: 550px;
    background-position: center top;
  }

  .episode_title {
    width: 85%;
    margin-bottom: 43px;
  }

  .episode_title::after {
    display: none;
  }

  .episode_title .title {
    width: 100%;
    max-width: 282px;
    margin: 0 auto;
    margin-bottom: 35px;
  }

  .episode_title .txt {
    font-size: 16px;
    line-height: 2;
    width: 100%;
  }

  .episode_list {
    padding-bottom: 70px;
  }

  .episode_list::before {
    width: 100%;
    height: 325px;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    /*
    background-color: #eff7f9;
    */
    background: rgb(255, 237, 171);
    background: -moz-linear-gradient(180deg, rgba(255, 237, 171, 1) 0%, rgba(255, 237, 171, 1) 25%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 237, 171, 1) 0%, rgba(255, 237, 171, 1) 25%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 237, 171, 1) 0%, rgba(255, 237, 171, 1) 25%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffedab", endColorstr="#ffffff", GradientType=1);
    z-index: -1;
  }

  .episode_list_item {
    width: 85%;
    max-width: 600px;
    position: relative;
    margin: 0 10px;
    padding-bottom: 6px;
  }

  .episode_list_item:nth-child(even) {
    margin-top: 25px;
  }

  .episode_list_item a {
    border-radius: 2.5px;
  }

  .episode_list_item::after {
    height: calc(100% - 4px);
    left: 0;
    top: 4px;
    border-radius: 2.5px;
    border-radius: 6.5px;
  }
}

/* ========================================

staff

======================================== */
.staff {
  position: relative;
  margin-bottom: 110px;
}

.staff_inner {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}

.staff::before {
  width: 100%;
  height: 1104px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -166px;
  top: 1px;
  background-image: url(../images/top/reqruit_bg.svg);
  background-position: calc(50% + 46.42vw) 0;
  background-size: 370px;
  background-size: 750px;
  z-index: -1;
}

.staff .img {
  overflow: hidden;
  border-radius: 5px;
}

.staff .staff_title {
  color: #0098bc;
  color: #79c06e;
  width: 84%;
  max-width: 680px;
  position: relative;
  margin: -70px 0 36px;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 0 10px 0 0;
}

.staff .staff_title::before,
.staff .staff_title::after {
  width: 17px;
  height: 17px;
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/common/img_edge.svg);
  background-size: 100%;
}

.staff .staff_title::before {
  top: -17px;
  left: 0;
}

.staff .staff_title::after {
  top: 53px;
  right: -17px;
}

.staff .staff_title .title img {
  width: 322px;
  width: 146px;
}

.staff .staff_title .title::after {
  width: 70px;
  height: 2px;
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: 18px 20px 0 16px;
  background-image: url(../images/common/small-bnr.svg);
  background-repeat: repeat;
  background-size: 2px;
}

.staff .staff_title .en {
  font-size: 18px;
}

.staff .box_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.staff .box_text .txt {
  font-size: 17px;
  line-height: 2.35;
  width: 53%;
}

.staff .btn_border {
  width: 44%;
  max-width: 540px;
  margin-top: 10px;
}

.staff .btn_border a .replace_img {
  width: 188px;
  width: 88px;
  background-image: url(../images/top/req_arrow.svg);
}

.staff .btn_border a .replace_img::after {
  background-image: url(../images/top/req_arrow_w.svg);
}

@media screen and (min-width: 1400px) {
  .staff::before {
    background-position: calc(50% + 650px) 0;
  }
}

@media screen and (max-width: 800px) {
  .staff {
    width: 100%;
    margin-bottom: 50px;
  }

  .staff_inner {
    width: 100%;
  }

  .staff::before {
    display: none;
  }

  .staff .img {
    border-radius: 0;
  }

  .staff .staff_title {
    text-align: center;
    width: 85%;
    max-width: none;
    margin: -25px auto 20px;
    padding-top: 40px;
    display: block;
    border-radius: 5px 5px 0 0;
  }

  .staff .staff_title::before,
  .staff .staff_title::after {
    width: 9px;
    height: 9px;
  }

  .staff .staff_title::before {
    top: 16px;
    left: -9px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .staff .staff_title::after {
    top: 16px;
    right: -9px;
  }

  .staff .staff_title .title {
    max-width: 242px;
    margin: 0 auto 12px;
  }

  .staff .staff_title .title::after {
    display: none;
  }

  .staff .staff_title .en {
    font-size: 14px;
  }

  .staff .box_text {
    width: 85%;
    max-width: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .staff .box_text .txt {
    font-size: 16px;
    line-height: 2;
    width: 100%;
  }

  .staff .box_text .btn_border {
    width: 100%;
    max-width: none;
    margin-top: 26px;
  }

  .staff .btn_border a .replace_img {
    width: 178px;
    width: 90px;
  }
}

/* ========================================

journal

======================================== */
.journal_title {
  color: #0098bc;
  line-height: 1;
  margin-bottom: 64px;
}

.journal_title .en {
  max-width: 502px;
  margin-bottom: 22px;
}

.journal_title .desc {
  font-size: 16px;
}

.journal_list_item {
  width: 31.3%;
  max-width: 388px;
}

.journal_list_item:not(:last-of-type) {
  margin-right: 3.05%;
}

@media screen and (max-width: 800px) {
  .journal {
    padding: 46px 0 60px;
    background-image: url(../img/top/journal_bg_sp.jpg);
    background-position: 50% 50%;
    background-size: cover;
  }

  .journal_title {
    text-align: center;
    margin-bottom: 47px;
  }

  .journal_title .en {
    max-width: 326px;
    margin: 0 auto 18px;
  }

  .journal_title .desc {
    font-size: 14px;
  }

  .journal_list_item {
    width: 100%;
    max-width: none;
    margin-bottom: 46px;
  }

  .journal_list_item:not(:last-of-type) {
    margin-right: 0;
  }

  .journal_list_item .info .category a {
    height: 36px;
    border-radius: 20px;
  }

  .journal_list_item .info .date {
    font-size: 15px;
  }

  .journal_list_item .box_text .title {
    font-size: 20px;
    margin: 18px 0 14px;
  }

  .journal_list_item .box_text .txt {
    font-size: 14px;
  }

  .journal_list_item.new::before {
    top: -10px;
    left: -10px;
    background-size: 52px;
  }

  .journal .btn_list {
    margin-top: 0;
  }
}

/* footer */
#cm-footer .container {
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #cm-footer .container {
    max-width: 1290px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1290px) {
  #cm-footer .container {
    padding: 0 2%;
  }
}

#cm-footer {
  background: #3d459a;
  background: linear-gradient(130deg, #78c8dc 30%, #44a4bb);
  border-radius: 30px;
  margin: 15px;
  margin-top: 262px;
  margin-top: 5rem;
}

@media only screen and (max-width: 960px) {
  #cm-footer {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  #cm-footer {
    margin: 60px 6px 6px;
    border-radius: 15px;
    padding: 0 2%;
  }
}

#cm-footer .container {
  max-width: 1380px;
}

#cm-footer a,
#cm-footer p,
#cm-footer li {
  color: #fff;
  text-decoration: none;
}

#cm-footer .logo {
  position: relative;
  top: -35px;
}

@media only screen and (max-width: 767px) {
  #cm-footer .logo {
    width: 60%;
    left: 20px;
  }
}

#cm-footer .logo a {
  display: inline-block;
  border-radius: 100px;
  padding: 10px 20px;
  background: #fff;
}

.cm-footer-infor {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .cm-footer-infor {
    margin-bottom: 25px;
  }
}

.cm-footer-infor .title span {
  padding: 20px 0;
  border-radius: 5px;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .cm-footer-infor .title {
    width: 40px;
  }
}

.cm-footer-infor .ct-txt {
  padding-left: 20px;
  padding-left: 3.5rem;
}

@media only screen and (max-width: 767px) {
  .cm-footer-infor .ct-txt {
    width: calc(100% - 40px);
    padding-left: 0;
  }
}

.cm-footer-infor .ct-txt p {
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: bold;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .cm-footer-infor .ct-txt p {
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
}

.cm-footer-infor .ct-txt li {
  font-weight: bold;
  margin-right: 50px;
  letter-spacing: 2px;
}

.cm-footer-infor .ct-txt li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .cm-footer-infor .ct-txt li {
    margin-right: 20px;
    letter-spacing: 1px;
  }
}

.cm-footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto 90px;
}

@media only screen and (max-width: 767px) {
  .cm-footer-menu {
    margin-bottom: 15px;
  }
}

.cm-footer-menu .item {
  min-width: 190px;
}

.cm-footer-menu .item li {
  font-size: 14px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .cm-footer-menu .item {
    min-width: auto;
    width: 48%;
    margin-bottom: 20px;
  }
}

.cm-footer-menu p {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.8;
  padding-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .cm-footer-menu p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.cm-footer-menu p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .cm-footer-menu p:after {
    height: 2px;
  }
}

@media print, screen and (min-width: 768px) {
  .cm-footer-menu a:hover {
    color: #ccc !important;
  }
}

.cm-footer-links {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .cm-footer-links {
    padding: 0 20px;
  }
}

.cm-footer-links ul {
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 10px 10px 10px 30px;
  border-radius: 20px 20px 0 0;
  margin-bottom: -15px;
}

@media only screen and (max-width: 767px) {
  .cm-footer-links ul {
    display: block;
    padding: 10px 20px;
  }
}

.cm-footer-links ul li {
  margin-right: 10px;
  font-size: 14px;
  line-height: 1;
}

#cm-footer .cm-footer-links ul li {
  color: #000;
}

.cm-footer-links ul li:last-child a {
  border: none;
}

@media only screen and (max-width: 767px) {
  .cm-footer-links ul li {
    margin: 10px 0;
  }
}

.cm-footer-links ul a {
  color: #222 !important;
  font-size: 14px;
  position: relative;
  padding: 0 10px 0 20px;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .cm-footer-links ul a {
    border-right: 1px solid #222;
  }

  .cm-footer-links ul a:hover {
    color: #ffa4d3 !important;
  }
}

.cm-footer-links ul .arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-size: 10px;
}

/* news */

.top_news .all_title {
  line-height: 1.6;
  font-weight: 700;
  font-size: 34px;
  color: #434343;
}

.top_news .content {
  width: 89%;
  max-width: 1250px;
  margin: 0 auto;
}

.top_news .top_head {
  padding: 0 0 0 18px;
  position: relative;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 22px;
  color: #42a995;
}

.top_news .top_head::after {
  content: "";
  background: url(../img/top/top_head_icon.svg) no-repeat center/10px 10px;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.top_news .top_head + .all_title {
  margin: 55px 0 0;
}

.top_news {
  /*
  background: #FAF8F5;
  */
  padding-top: 31px;
}

.top_news ._nav_wrapper {
  letter-spacing: 0;
  font-size: 0;
  margin: 5px 0 53px;
}

.top_news ._nav_wrapper ._head {
  width: 40%;
  margin-top: 8px;
  display: inline-block;
  letter-spacing: 0.5px;
  font-size: 20px;
  color: #434343;
}

.top_news ._nav {
  background: #f6f4f0;
  width: 60%;
  max-width: 678px;
  padding: 7px 8px;
  float: right;
  display: inline-block;
  border-radius: 40px;
  letter-spacing: 0;
  font-size: 0;
}

.top_news ._nav li {
  width: 21.3%;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.top_news ._nav li:nth-child(n + 2) {
  margin-left: 4.9%;
}

.top_news ._nav li._active {
  background: #42a995;
  color: #fff;
}

.top_news ._nav li._active a {
  color: #fff;
}

.top_news ._nav li a {
  padding: 8px 0;
  display: block;
  font-size: 16px;
  color: #888887;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.top_news ._list {
  border-top: 1px solid #eae6df;
  display: none;
}

.top_news ._list.active {
  display: block;
}

.top_news ._list li {
  border-bottom: 1px solid #eae6df;
}

.top_news ._list li a {
  padding: 46px 70px 42px 0;
  position: relative;
  display: block;
  letter-spacing: 0;
  font-size: 0;
}

.top_news ._list li a ._cate {
  background: #eaf6f3;
  width: 150px;
  padding: 7px 0;
  display: inline-block;
  vertical-align: top;
  border-radius: 50px;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  color: #42a995;
}

.top_news ._list li a ._date {
  width: 250px;
  padding-left: 25px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #9d9d9d;
}

.top_news ._list li a ._ttl {
  width: calc(100% - 400px);
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #434343;
}

.top_news ._list li a ._deco {
  background: #eaf6f3;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border: 5px solid #42a995;
  border-radius: 100px;
  overflow: hidden;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.top_news ._list li a ._deco:after {
  content: "";
  background: url(../images/top/all_icn_arrow_green_left.svg) no-repeat center/contain;
  width: 15px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top_news ._list li a:hover ._deco {
  width: 50px;
  height: 50px;
  border: 1px solid #42a995;
}

.top_news .btn_more {
  margin-top: 33px;
  text-align: right;
}

.top_news .btn_more a {
  padding-left: 35px;
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 22px;
  color: #42a995;
}

.top_news .btn_more a:after {
  content: "";
  background: url(../img/top/all_icn_tab.svg) no-repeat center/contain;
  width: 21px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 9px;
}

@media (max-width: 1024px) {
  .top_news ._list li a ._ttl {
    width: calc(100% - 310px);
  }

  .top_news ._list li a ._date {
    width: 160px;
  }
}

@media (max-width: 768px) {
  .top_news ._nav {
    width: 100%;
    max-width: none;
    margin-top: 30px;
    float: none;
  }

  .top_news ._nav_wrapper ._head {
    width: 100%;
  }

  .top_news ._list li a ._ttl {
    width: 100%;
    margin-top: 18px;
  }

  .top_news ._list li a {
    padding: 25px 0;
  }

  .top_news ._list li a ._deco {
    display: none;
  }
}

@media (max-width: 480px) {
  .top_news .all_title {
    font-size: 27px;
  }

  .top_head + .all_title {
    margin: 40px 0 0;
    letter-spacing: 0;
  }

  .top_news ._nav_wrapper {
    margin: 26px 0 40px;
  }

  .top_news ._nav_wrapper ._head {
    margin-top: 0;
    font-size: 17px;
  }

  .top_news ._nav li a {
    padding: 7px 0;
    font-size: 13px;
  }

  .top_news ._list li a {
    padding: 24px 0;
  }

  .top_news ._list li a ._cate {
    width: 96px;
    padding: 3px 0 5px;
    font-size: 14px;
  }

  .top_news ._list li a ._date {
    width: 110px;
    padding-left: 10px;
    font-size: 14px;
  }

  .top_news ._list li a ._ttl {
    margin-top: 5px;
    line-height: 1.8;
    font-size: 18px;
  }

  .top_news .btn_more a:after {
    width: 17px;
    height: 15px;
    top: 7px;
  }
}
