@charset "UTF-8";
/*#hello-world, #oshirase, #news, #business, #company, #footer {
  opacity: 0;
}*/
.main-contents-inner {
  position: relative;
  z-index: 5;
  background-color: #FFF;
}

@keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
#hello-world {
  padding: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #hello-world {
    padding: 80px 0;
  }
}
#hello-world .content-image img {
  width: 60%;
}

@media screen and (min-width: 768px) {
  #hello-world .content-image img {
    width: 320px;
  }
}
#hello-world .content-title-border {
  text-align: center;
  width: 100%;
  margin: 0 0 50px 0;
  padding: 40px 0;
  font-size: 1.4em;
  background-image: url(../images/title_border.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

#hello-world .content-text {
  text-align: left;
  line-height: 160%;
  margin-bottom: 0;
}

#hello-world .content-text:last-child {
  margin: 0;
}

@media screen and (min-width: 768px) {
  #hello-world .content-text {
    text-align: center;
  }
}
#hello-world .cm_title {
  font-size: 1.5em;
  color: #0068B7;
  font-weight: bold;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  #hello-world .cm_title {
    font-size: 45px;
    color: #0068B7;
    margin-bottom: 1em;
  }
}
#hello-world ul {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  #hello-world ul {
    width: 1100px;
    margin: 0 auto 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#hello-world ul li {
  margin-bottom: 1em;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #hello-world ul li {
    margin-bottom: 0em;
    width: 48%;
  }
}
#oshirase {
  padding: 30px;
  text-align: center;
  background-color: #f9f9f9;
}

@media screen and (min-width: 768px) {
  #oshirase {
    paddign: 40px 0;
  }
}
#oshirase span {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}

/*--キービジュアル--*/
.keyvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
}
.keyvisual-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: inherit;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .keyvisual-group {
    flex-direction: row;
  }
}
.keyvisual-animation {
  opacity: 0;
  filter: brightness(1);
  width: 100%;
  height: 50%;
}
@media screen and (min-width: 768px) {
  .keyvisual-animation {
    width: 50%;
    height: 100%;
  }
}
.keyvisual-animation--left {
  transform: translate(-100%, 0);
}
@media screen and (min-width: 768px) {
  .keyvisual-animation--left {
    transform: translate(0, -100%);
  }
}
.keyvisual-animation--right {
  transform: translate(100%, 0);
}
@media screen and (min-width: 768px) {
  .keyvisual-animation--right {
    transform: translate(0, 100%);
  }
}
.keyvisual-swiper {
  width: 100%;
  height: 100%;
}
.keyvisual-wrapper {
  width: 100%;
  height: 100%;
}
.keyvisual-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.keyvisual-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.keyvisual-title {
  position: absolute;
  display: block;
  width: 85%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: left;
  font-size: 27px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .keyvisual-title {
    width: 100%;
    font-size: 35px;
    text-align: center;
  }
}
.keyvisual-title .sm {
  display: block;
}
@media screen and (min-width: 480px) {
  .keyvisual-title .sm {
    display: none;
  }
}
.keyvisual-span--middle {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .keyvisual-span--middle {
    font-size: 45px;
  }
}
.keyvisual-span--big {
  font-size: 35px;
}
@media screen and (min-width: 768px) {
  .keyvisual-span--big {
    font-size: 60px;
  }
}
.keyvisual-scroll {
  position: absolute;
  bottom: 84px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .keyvisual-scroll {
    letter-spacing: 1em;
  }
}
.keyvisual-arrow {
  position: absolute;
  display: inline-block;
  width: 72.2px;
  height: 26.9px;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.keyvisual-arrow::before, .keyvisual-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 45px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 50% calc(100% - 0.5px);
}
.keyvisual-arrow::before {
  transform: rotate(54deg);
}
.keyvisual-arrow::after {
  transform: rotate(-54deg);
}

/*--バナー--*/
.banner-background {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #000;
  overflow: hidden;
  margin-bottom: 100vh !important;
}
.banner-background .banner-img--background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  height: auto;
  object-fit: cover;
}
.banner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  max-height: 80vh;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 50px 15px;
}
@media screen and (min-width: 768px) {
  .banner-container {
    width: auto;
    border-radius: 20px;
    min-width: 750px;
    min-height: 500px;
    max-height: none;
    padding: 80px 50px;
  }
}
.banner-container--1 {
  z-index: 3;
}
.banner-container--2 {
  z-index: 5;
}
.banner-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (min-width: 480px) {
  .banner-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .banner-title {
    white-space: nowrap;
    font-size: 52px;
    margin-bottom: 30px;
  }
}
.banner-title span {
  display: block;
  width: fit-content;
  font-size: 11px;
  margin: 5px auto 0 auto;
  border: 1px solid #FFF;
  border-radius: 50px;
  padding: 0 10px;
}
@media screen and (min-width: 480px) {
  .banner-title span {
    font-size: 15px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .banner-title span {
    font-size: 23px;
    padding: 0 20px;
  }
}
.banner-text {
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  margin-bottom: 35px;
}
@media screen and (min-width: 480px) {
  .banner-text {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .banner-text {
    font-size: 23px;
    margin-bottom: 70px;
  }
}
.banner-img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .banner-img {
    position: absolute;
    margin-bottom: 0;
  }
}
.banner-img--1 {
  width: 60%;
  max-width: 288px;
}
@media screen and (min-width: 768px) {
  .banner-img--1 {
    width: 149px;
    left: 40px;
    bottom: 10px;
  }
}
.banner-img--2 {
  width: 60%;
  max-width: 288px;
}
@media screen and (min-width: 768px) {
  .banner-img--2 {
    width: 171px;
    right: 40px;
    bottom: 10px;
  }
}
.banner-img img {
  width: 100%;
  height: auto;
}
.banner-btn {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: auto;
  line-height: 30px;
  padding-left: 40px;
}
@media screen and (min-width: 480px) {
  .banner-btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .banner-btn {
    font-size: 18px;
  }
}
.banner-btn::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  background-image: url(../images/banner_btn_icon1.svg);
}

#news {
  padding: 30px;
  text-align: left;
  line-height: 160%;
  font-size: 0.85em;
  background-color: #EFEFEF;
}
#news .btn_news {
  font-size: 15px;
  text-decoration: none;
  position: relative;
  padding-left: 29px;
  color: #000;
}
#news .btn_news:hover {
  color: #003F6E;
}
#news .btn_news::before {
  content: "";
  position: absolute;
  background-image: url("../images/icon_topics.png");
  background-repeat: no-repeat;
  width: 18px;
  height: 19px;
  left: 0;
  top: 1px;
}

#news {
  padding: 60px 0 80px;
  text-align: center;
}
#news h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 60px;
}
#news h3 span {
  display: block;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 500;
  color: #fff;
}

#news .content-title {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  font-size: 1.4em;
}

#news .news-list {
  display: block;
  max-width: 800px;
  margin: 20px auto 40px;
}
#news .news-list li {
  margin-bottom: 20px;
  padding: 0 30px;
  text-align: left;
}

@media screen and (min-width: 480px) {
  #news .news-list li a {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  #news .news-list li {
    padding: 10px 20px;
    margin-bottom: 0;
  }
  #news .news-list li:hover {
    color: #003F6E;
    transition: 0.3s;
  }
}
#news .news-list li time {
  display: inline-block;
  margin: 0 20px 0 0;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
  padding: 2px 10px;
  margin-bottom: 8px;
  min-width: 150px;
}

@media screen and (min-width: 768px) {
  #news .news-list li time {
    display: block;
    min-width: 128px;
    margin: 0 20px 0 0;
  }
}
#news .news-list li .news-label {
  display: inline-block;
  width: 100px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  font-size: 0.71em;
  font-weight: bold;
  background-color: #1B1B1B;
}

#news .news-list li .news-label.oshirase {
  display: block;
  background-color: #0068B7;
}

@media screen and (min-width: 768px) {
  #news .news-list li .news-label {
    height: 25px;
    line-height: 25px;
    margin: 0 20px 0 0;
    font-size: 13px;
  }
}
#news .news-list li a {
  align-items: center;
  flex-wrap: wrap;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 480px) {
  #news .news-list li a {
    display: flex;
    flex-wrap: nowrap;
  }
}
#news .news-list li a:hover {
  color: #003F6E;
  transition: 0.3s;
}

/*--会社案内--*/
#company {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 auto;
  background-color: #FFF;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #company {
    flex-direction: row;
    width: 100%;
  }
}
#company a {
  position: relative;
  width: 100%;
}
#company a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#company a img {
  width: 100%;
}
@media screen and (min-width: 480px) {
  #company a img {
    font-size: 33px;
    margin-bottom: 0;
  }
}
#company a p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 5px #000;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #company a p {
    font-size: 33px;
  }
}

/*--事業案内--*/
#business {
  width: 100%;
  padding: 22px 0;
  opacity: 0;
  background-color: #FFF;
  transform: translateY(50px);
}
@media screen and (min-width: 768px) {
  #business {
    padding: 60px 0;
  }
}
#business h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 60px;
}
#business h3 span {
  display: block;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 500;
  color: #DEDEDE;
}
#business .inner {
  max-width: 980px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 96%;
  gap: 22px;
}
@media screen and (min-width: 768px) {
  #business .inner {
    justify-content: left;
    column-gap: 22px;
    row-gap: 60px;
  }
}
#business .inner a {
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  width: 80%;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  #business .inner a {
    width: 48%;
    border-radius: 0;
  }
}
#business .inner a .img {
  width: 100%;
  transition: 0.5s all;
}
#business .inner a .img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.5s all;
}
#business .inner a .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#business .inner a .arrow img {
  width: auto;
  max-width: 100%;
}
#business .inner a p {
  position: absolute;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-shadow: 5px 5px 10px #000;
  left: 22px;
  bottom: 20px;
}
@media screen and (min-width: 768px) {
  #business .inner a p {
    font-size: 33px;
  }
}

/*--メディア--*/
#media {
  width: 100%;
  padding: 22px 0;
  opacity: 0;
  background-color: #FFF;
  transform: translateY(50px);
}
@media screen and (min-width: 768px) {
  #media {
    padding: 60px 0;
  }
}
#media h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 60px;
}
#media h3 span {
  display: block;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 500;
  color: #DEDEDE;
}
#media .inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #media .inner {
    display: flex;
    justify-content: space-between;
    gap: 60px;
  }
}
#media .inner a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
}
#media .inner a:hover img {
  filter: brightness(0.6);
  transition: 0.3s;
}
#media .inner a:hover::before {
  opacity: 1;
  transition: 0.3s;
}
#media .inner a::before {
  position: absolute;
  opacity: 0;
  transition: 0.3s;
  content: "";
  width: 37px;
  height: 61px;
  background-image: url(../images/media_img_icon1.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #media .inner a::before {
    width: 39px;
    height: 69px;
  }
}
#media .inner a img {
  width: 100%;
  height: auto;
  transition: 0.5s all;
}
#media .inner .textbox {
  position: relative;
  max-width: 90%;
  margin: 15px auto 45px;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  #media .inner .textbox {
    width: auto;
    padding-left: 30px;
  }
}
#media .inner .textbox:nth-last-of-type {
  margin-bottom: 0;
}
#media .inner .textbox::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 100%;
  background-color: #D9D9D9;
  top: 0;
  left: 0;
}
#media .inner h4 {
  font-size: 20px;
  font-weight: bold;
  max-width: 541px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #media .inner h4 {
    font-size: 25px;
  }
}
#media .inner p {
  font-size: 11px;
  font-weight: bold;
}
#media .inner_youtube {
  text-align: center;
}
#media .inner_youtube iframe {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #media .inner_youtube iframe {
    width: 640px;
    height: 360px;
  }
}
#media .inner_youtube p {
  font-size: 17px;
}
#media .inner_youtube p:first-of-type {
  margin-bottom: 50px;
}

/*--トピックス--*/
#topics {
  width: 100%;
  margin-bottom: 100px;
  opacity: 0;
  background-color: #FFF;
  transform: translateY(50px);
}
#topics h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 60px;
}
#topics h3 span {
  display: block;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 500;
  color: #DEDEDE;
}
#topics .inner {
  max-width: 980px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 96%;
}
@media screen and (min-width: 768px) {
  #topics .inner {
    gap: 30px;
  }
}
#topics .inner div {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #topics .inner div {
    width: 48%;
  }
}
#topics .inner div a {
  position: relative;
  display: inline-block;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
#topics .inner div a img {
  width: 100%;
  transition: 0.5s all;
}
#topics .inner div a img:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#topics .inner div a::after {
  position: absolute;
  content: "";
  display: block;
  width: 135px;
  height: 5px;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  background-color: #08529D;
}
@media screen and (min-width: 768px) {
  #topics .inner div a::after {
    display: none;
  }
}
#topics .inner div p {
  display: none;
  font-size: 20px;
  position: relative;
  padding-left: 28px;
  text-decoration: none;
  color: #000;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #topics .inner div p {
    display: block;
    margin-top: 25px;
  }
}
#topics .inner div p::before {
  content: "";
  position: absolute;
  background-image: url("../images/icon_topics.png");
  background-repeat: no-repeat;
  width: 18px;
  height: 19px;
  left: 0;
  top: 5px;
}

.link {
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .link {
    width: 1100px;
    margin: 0 auto 80px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.link a {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .link a {
    width: 49%;
    margin-bottom: 1%;
  }
}
.link img {
  width: 100%;
}

.link .btn_pc {
  width: 90%;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .link .btn_pc {
    width: 827px;
    margin: 0 auto;
    display: block;
  }
}
.btn_side {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 9999;
}

.btn_side img {
  width: 20px;
}

@media screen and (min-width: 768px) {
  .btn_side img {
    width: 45px;
  }
}
#case {
  background-image: url("../images/case_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#case .inner {
  padding: 30px;
}
@media screen and (min-width: 768px) {
  #case .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 80px 65px;
  }
}
#case .inner h2 {
  text-align: center;
  width: auto;
  font-size: 1.5em;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 768px) {
  #case .inner h2 {
    font-size: 50px;
  }
}
#case .inner h2:after {
  content: "　";
  border-top: 1px solid #000;
  display: block;
  width: 170px;
  height: 20px;
  margin: 0 auto;
}
#case .inner h3 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 768px) {
  #case .inner h3 {
    font-size: 24px;
  }
}
#case .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#case .inner ul li {
  width: 48%;
  margin-bottom: 10px;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  #case .inner ul li {
    width: 210px;
    margin-bottom: 0px;
  }
}
#case .inner ul li:hover {
  background-color: #000;
  opacity: 0.9;
}

iframe {
  height: 350px;
}
@media screen and (min-width: 768px) {
  iframe {
    height: 400px;
  }
}

.big {
  display: block;
  text-align: center;
  text-decoration: underline;
  background-color: red;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  padding: 0.5em 0em;
  width: 100%;
  margin: 0.5em auto 0 auto;
}
@media screen and (min-width: 768px) {
  .big {
    width: 300px;
    padding: 0.5em 0.7em;
  }
}

.ma {
  margin-top: -40px;
}
.ma iframe {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ma iframe {
    height: 500px;
  }
}
.ma img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ma .red {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .ma .red span {
    margin-left: 77px;
  }
}

.bim_bnr {
  width: 95%;
  text-align: center;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .bim_bnr {
    width: 100%;
    margin: 60px auto 0;
  }
}