@charset "UTF-8";
/* 変数SCSS */
body {
  font-weight: 600;
}

/*
$ac_color:#ff4000;*/
.wrapper_all {
  overflow-x: hidden;
  position: relative;
}

.first-view_container {
  width: 100%;
  height: 100vh;
}

.first_ttl_container {
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 100px;
  max-width: 1700px;
  margin: 0 auto;
}
.first_ttl_container .main_p {
  font-size: 20px;
  font-weight: 500;
}

.ttl-tx {
  font-size: 70px;
  font-weight: 600;
}

.video_bg {
  height: 50vh;
  overflow: hidden;
}
.video_bg video {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec-2_container {
  max-width: 1700px;
  padding: 150px 100px;
  margin: 0 auto;
}

h2 {
  font-size: 72px;
  font-weight: 600;
}

.ttl_p {
  font-size: 18px;
  color: #00A6B7;
  font-weight: 500;
}

.ttl_container {
  margin-bottom: 60px;
}

#news_ttl {
  max-width: 1700px;
  margin: 0 auto;
  max-width: 1700px;
  padding: 0px 100px 0 100px;
}

.sentence_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.sentence_container h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.6;
  margin-right: 100px;
}

.sec2_p {
  font-size: 16px;
  line-height: 2.6;
  margin: 0 0 2em 0;
}
.sec2_p p {
  line-height: 2.6;
  margin: 0 0 2em 0;
}

.design_arrow_btn {
  text-align: right;
  margin-top: 60px;
}
.design_arrow_btn a {
  color: #00A6B7;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 20px;
}
.design_arrow_btn .arrow_button {
  margin-left: 20px;
}

.arrow_button {
  display: block;
  width: 50px;
  height: 50px;
  background: #00A6B7;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}

.arrow_button:before, .arrow_button:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/allow.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  z-index: 5;
  left: 18px;
  top: 18px;
}

@media (hover: hover) {
  a:hover .arrow_button:before {
    animation: arrow_animation1 0.3s ease forwards;
  }
  a:hover .arrow_button:after {
    animation: arrow_animation2 0.3s ease forwards 0.2s;
  }
}
@keyframes arrow_animation1 {
  0% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    transform: translate3d(20%, 0, 0);
    opacity: 0;
  }
}
@keyframes arrow_animation2 {
  0% {
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
.sec-3_container_wrap {
  max-width: 1700px;
  padding: 0px 100px;
  margin: 0 auto;
}

.sec-3_container {
  background: #f6f6f6;
  padding: 100px 0px;
  margin: 0 auto;
}

.ttl_flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ttl_flex p {
  font-size: 16px;
}

.ctg_list ul {
  max-width: 1700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.ctg_li {
  flex: 1 1 0%;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  aspect-ratio: 414/580;
  margin: 0 5px 0 0;
}
.ctg_li .ttl_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 40px;
  color: #fff;
}
.ctg_li .headline {
  font-size: 30px;
}
.ctg_li .sub_ttl {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.4;
}
.ctg_li .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: 2;
  background: linear-gradient(to bottom, rgb(178, 0, 0) 0%, rgba(178, 0, 0, 0) 100%);
}
.ctg_li #overlay_red {
  background: linear-gradient(to bottom, rgb(178, 0, 0) 0%, rgba(178, 0, 0, 0) 100%);
}
.ctg_li #overlay_green {
  background: linear-gradient(to bottom, rgb(26, 102, 0) 0%, rgba(26, 102, 0, 0) 100%);
}
.ctg_li #overlay_blue {
  background: linear-gradient(to bottom, rgb(0, 76, 102) 0%, rgba(0, 76, 102, 0) 100%);
}
.ctg_li .post_list {
  position: absolute;
  left: 0;
  bottom: -140px;
  width: 100%;
  z-index: 10;
  overflow: auto;
  background-color: #00A6B7;
  transition: 0.4s;
}
.ctg_li .post_list span {
  display: block;
  padding: 24px 12px;
  color: #fff;
  font-size: 16px;
  transition: 0.4s;
}

.ctg_li:hover .post_list {
  bottom: 0px;
}

.company_item {
  display: flex;
  flex-wrap: wrap;
  max-width: inherit;
}

.company_item li {
  width: calc(50% - 3px);
  aspect-ratio: 620/450;
  height: auto;
  position: relative;
  overflow: hidden;
}
.company_item li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  max-width: inherit !important;
  z-index: 1;
}
.company_item li h4 {
  font-size: 24px;
  padding: 32px 32px;
  color: #fff;
  font-weight: 600;
}
.company_item li .overlay_gr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 2;
  transition: opacity 0.5s ease;
  opacity: 0;
  background: linear-gradient(to bottom, rgb(14, 86, 0) 0%, rgba(14, 86, 0, 0) 100%);
}
.company_item li .overlay_bl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 2;
  transition: opacity 0.5s ease;
  opacity: 0;
  background: linear-gradient(to bottom, rgb(0, 59, 112) 0%, rgba(0, 59, 112, 0) 100%);
}

.company_item li .post_list {
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 100%;
  z-index: 10;
  overflow: auto;
  background-color: #00A6B7;
  transition: 0.4s;
  padding: 8px 32px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.company_item li:hover .post_list {
  bottom: 0px;
}

.company_item li:hover .overlay_gr {
  opacity: 100;
}

.company_item li:hover .overlay_bl {
  opacity: 100;
}

/* swiper_blog */
.tab-menu .swiper-wrapper .swiper-slide {
  padding: 20px 0;
  text-align: center;
  color: #555555;
  background-color: #ffffff;
  cursor: pointer;
  border-right: 2px solid #2f3640;
}
.tab-menu .swiper-wrapper .swiper-slide:last-child {
  border: 0;
}
.tab-menu .swiper-wrapper .swiper-slide-thumb-active {
  background-color: #cccccc;
}

.swiper-wrap {
  padding: 0 100px;
}

.swiper {
  width: 100%;
  margin: 0.5rem auto;
  padding: 0 100px;
}

.swiper-slide {
  height: 100%;
  font-size: 30px;
}

li.swiper-slide.blog_slide {
  position: relative;
  margin: 0 50px 0 0;
  width: 385px !important;
}

.slider-news_wrap .img_container {
  display: block;
  max-width: 385px;
  margin: 0 50px 30px 0;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 385/260;
  border-radius: 5px;
	
}

.img_container a {
  margin-bottom: 25px;
}

.slider-news_wrap .img_container img {
  overflow: hidden;
  width: 100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

.blog_content {
  word-wrap: break-word;
  word-break: break-word;
}
.blog_content .blog_tab {
  border: 1px solid #00A6B7;
  border-radius: 20px;
  color: #00A6B7;
  font-size: 14px;
  padding: 0 20px;
  font-size: 14px;
  min-width: 100px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
}

.blog_content a {
  display: block;
  max-height: 4.6em;
  overflow: hidden;
  visibility: visible;
  margin-bottom: 20px;
}

.blog_content h4 {
  max-width: 385px;
  line-height: 1.8;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.blog_date {
  position: relative;
  color: #999;
  font-size: 16px;
  margin: 0;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: 2;
}

.tab-content .swiper {
  overflow: initial;
}

/* news_tab */
.tab-list span {
  display: flex !important;
  font-size: 16px;
  min-width: 140px;
  margin: 60px auto;
  max-width: 1700px;
  padding: 0 100px;
}

.tab-list-item {
  min-width: 140px;
  margin-right: 20px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  padding: 0 25px;
  display: block;
  border-radius: 50px;
  text-align: center;
  background: #fff;
}

.tab-list-item.is-active {
  background-color: #00A6B7;
  color: #fff;
  font-weight: 500;
  border: none;
}

.tab-contents {
  margin: 0 auto 60px;
  padding: 0 100px;
  max-width: 1700px;
}

/*#news
@media screen and (min-width: 1700px) {
    .tab-contents {
    max-width:none;
    }
} */
#blog_sec {
  padding: 140px 100px 140px 100px;
}

.tab-contents-item {
  display: none;
}

.tab-contents-item.show {
  display: block;
}

.slider-news_wrap li {
  display: flex;
  position: relative;
  width: 625px !important;
  height: 270px;
  margin: 0 !important;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #ddd;
  border-right: none;
  padding: 40px;
  background: #fff;
}

.slider-news_wrap li:last-child {
	border-right: 1px solid #ddd;
}

.slider-news_wrap li .img_container {
  display: block;
  width: 190px;
  height: 190px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 1/1;
  margin: 0;
}
.slider-news_wrap li #news_content {
  width: calc(100% - 190px);
  padding: 0 0 0 40px;
}

.sec-4_container {
  padding: 100px 100px;
}

.sec-5_container {
  max-width: 1700px;
  padding: 0px 100px;
  margin: 0 auto;
}

/* text-effect */
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

.sec_common {
  max-width: 1700px;
  padding: 0px 100px 140px 100px;
  margin: 0 auto;
}

.pt-140px {
  padding: 140px 100px 140px 100px;
}

/* responsive_design */
@media screen and (max-width: 1100px) {
  .first_ttl_container {
    padding: 0 40px;
  }
  .sec-2_container {
    padding: 150px 40px;
  }
  .sentence_container {
    display: block;
  }
  .sentence_container .sec2_p {
    padding-left: 0px;
  }
  .sentence_container h3 {
    margin-bottom: 1.2em;
  }
  .sec-3_container_wrap {
    padding: 0 40px;
  }
  .sec-3_container_wrap .ttl_flex {
    display: block;
    margin-bottom: 60px;
  }
  #news_ttl {
    padding: 150px 40px 0 40px;
  }
  .tab-list span {
    padding: 0 40px;
  }
  .tab-contents {
    padding: 0 40px;
  }
  .pt-140px {
    padding: 70px 100px 140px 100px;
  }
  .pt-140px {
    padding: 70px 60px 140px 60px;
  }
  .sec_common {
    padding: 0px 40px 0px 40px;
  }
  .sec_common .ttl_flex {
    display: block;
    margin-bottom: 60px;
  }
  .sec_common .ttl_container {
    margin-bottom: 50px;
  }
  #blog_sec {
    padding: 0px 40px 140px 40px;
  }
}
@media screen and (max-width: 801px) {
  .sec_common {
    padding: 0 20px;
  }
  .first_ttl_container {
    padding: 0 20px;
  }
  .video_bg {
    height: 50vh;
    overflow: hidden;
  }
  .video_bg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tab-contents {
    padding: 0 20px;
  }
  .ttl-tx {
    font-size: 30px;
  }
  .first_ttl_container .main_p {
    font-size: 16px;
  }
  .main_p {
    margin-top: 10px;
  }
  .sec-2_container {
    padding: 40px 20px;
  }
  .ttl_container {
    margin-bottom: 30px;
  }
  .ttl_container h2 {
    font-size: 30px;
  }
  .ttl_container .ttl_p {
    font-size: 16px;
  }
  .sentence_container h3 {
    font-size: 22px;
  }
  .design_arrow_btn {
    margin-top: 35px;
    margin-right: 0;
  }
  .design_arrow_btn a {
    margin-right: 0;
  }
  .design_arrow_btn span {
    font-size: 16px;
  }
  .design_arrow_btn a .label {
    margin-right: 0px;
    max-width: calc(100% - 70px);
    line-height: 1.4;
  }
  .design_arrow_btn .arrow_button {
    width: 40px;
    height: 40px;
  }
  .design_arrow_btn .arrow_button:after {
    left: 14px;
    top: 14px;
  }
  .design_arrow_btn .arrow_button:before {
    left: 14px;
    top: 14px;
  }
  .sec-3_container {
    background: #f6f6f6;
    padding: 40px 0px;
    margin: 0 auto;
  }
  .sec-3_container .sec-3_container_wrap {
    padding: 0 20px;
  }
  .sec-3_container .ttl_flex {
    margin-bottom: 35px;
  }
  .ctg_list ul {
    display: block;
    padding: 0px;
  }
  .ctg_list ul li {
    height: 276px;
    aspect-ratio: unset;
    margin: 0 0 3px 0;
  }
  .ctg_list ul img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #news_ttl {
    padding: 40px 20px 0 20px;
  }
  #news_ttl .ttl_p {
    font-size: 16px;
  }
  .company_item {
    display: block;
  }
  .company_item li {
    width: 100%;
  }
  .company_item li .overlay_gr {
    opacity: 1;
  }
  .company_item li .post_list {
    bottom: 0px;
  }
  .company_item li .overlay_bl {
    opacity: 1;
  }
  .company_item li {
    font-size: 16px;
  }
  .tab-list span {
    margin: 40px 0;
    padding: 0 20px;
  }
  .tab-list .img_container {
    width: 440px;
    height: 190px;
    padding: 30px;
  }
  .tab-list .news_carousel .image_link {
    width: 130px;
    height: 130px;
  }
  .tab-list .news_carousel .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .slider-news_wrap .swiper-wrapper li {
    width: 440px !important;
    height: 190px;
    padding: 30px;
  }
  .slider-news_wrap .swiper-wrapper li #news_content {
    width: calc(100% - 130px);
  }
  .slider-news_wrap .swiper-wrapper li .img_container {
    width: 130px;
    height: 130px;
  }
  .slider-news_wrap .swiper-wrapper li .img_container img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slider-news_wrap .swiper-wrapper li .blog_tab q {
    font-size: 12px;
    margin-bottom: 15px;
    font-size: 12px;
  }
  .slider-news_wrap .swiper-wrapper li .blog_p {
    font-size: 16px;
  }
  .blog_content h4 {
    font-size: 14px;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .sec_common .ttl_container {
    margin-bottom: 20px;
  }
  .sec_common .ttl_flex {
    margin-bottom: 35px;
  }
  #swiper_blog li {
    width: 265px !important;
    margin: 0 20px 0 0;
  }
  #swiper_blog .img_container {
    width: 260px;
    aspect-ratio: 385/260;
    margin: 0 0px 20px 0;
  }
  #swiper_blog .blog_content a {
    font-size: 12px;
    max-height: 6.8em;
    overflow: hidden;
    visibility: visible;
    margin-bottom: 12px;
  }
  #swiper_blog .blog_content .blog_tab {
    padding: 0 15px;
    font-size: 12px;
    min-width: 90px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    margin-bottom: 17px;
  }
  #swiper_blog .blog_content h4 {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
/* swiper_bar */
.swiper-scrollbar-horizontal {
  position: relative;
  margin-top: 60px !important;
}

.swiper-scrollbar-horizontal {
  aspect-ratio: 1/1;
  height: 4px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.swiper-wrapper + .swiper-slide .swiper-scrollbar {
  margin-top: 50px !important;
}

.swiper-scrollbar-drag {
  background-color: rgb(255, 64, 0) !important;
}/*# sourceMappingURL=index.css.map */