@charset "UTF-8";

.site-visual {
  position: relative;
  max-width: 100%;
  height: 320px;
}

.main-visual {
  height: 320px;
}

.main-visual__img {
  height: 320px;
  object-fit: cover;
}

.animation__txt {
  padding-top: 70px;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 1px;
  animation: fadeIn2 3s ease .01s;
}

div.animation_box2 {
  position: absolute;
  top: 100px;
  width: 100%;
  transform: translateY(-50px);
  transition: 2s ease;
}

@keyframes fadeIn2 {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 3% 6% 4% 6%;
}

.breadcrumb__item a,
.breadcrumb__item {
  color: #000;
  font-size: 0.875rem;
}

.breadcrumb .breadcrumb__item:not(:last-of-type)::after {
  content: ">";
  margin: 5px;
  color: #000;
}

.mission {
  background: var(--sub-color);
}

.mission .container {
  padding: 0 10%;
}

.fade-in-down p:nth-of-type(1) {
  padding-top: 26px;
}

.fade-in-down p {
  padding-top: 5px;
  color: #000;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: left;
}

.fade-in-down {
  padding-bottom: 55px;
  animation: fadeIn1 5s ease 1s .01;
}

@keyframes fadeIn1 {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.catch {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.6;
}

.catch .line-break {
  display: block;
}

.missions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mission__item {
  width: 100%;
}

.mission__text {
  color: #007775;
  font-size: 1rem;
}

.mission .title {
  padding-bottom: 16px;
  margin-top: 7px;
  border-bottom: .5px solid #000;
  font-size: 1.375rem;
}

.missions .txt {
  margin-top: 17px;
  line-height: 1.5;
  letter-spacing: 1px;
  line-height: 1.8;
}

.mission__item:last-of-type {
  margin-top: 45px;
}

.company {
  background: var(--sub-color);
  padding: 75px 10%;
  margin-bottom: -80px;
}

.company .inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.company .title {
  text-align: center;
  font-size: 2.25rem;
}

.ja__title {
  margin-left: 10px;
  font-size: 0.9375rem;
}

.company__box {
  width: 100%;
  background: #fff;
  margin: 27px auto;
  border-radius: 30px;
}

.company__table {
  width: 100%;
  border-collapse: collapse;
  margin: auto;
}

.company__table th {
  display: block;
  padding: 10px 0 8px 0;
  margin: 20px 30px 0 30px;
  border-bottom: .5px solid #000;
  text-align: left;
  color: var(--main-color);
}

.company__table td {
  display: block;
  padding: 8px 0;
  margin: 0 30px;
}

.company__item02 td {
  padding-bottom: 20px;
}

iframe {
  width: 100%;
  height: auto;
  border: 0;
  aspect-ratio: 1/1;
  margin-bottom: 50px;
}

@media(min-width:768px) and (max-width: 990px) {

  .site-visual,
  .main-visual {
    width: 100%;
    height: 530px;
  }

  .main-visual__img {
    width: 100%;
    height: 530px;
  }

  div.animation_box2 {
    top: 200px;
  }

  .animation__txt {
    font-size: 5rem;
    letter-spacing: 2px;
  }

  .breadcrumb {
    padding: 2% 10%;
  }

  .company {
    padding: 100px 12%;
  }

  .company .title {
    text-align: left;
  }

  .company__box {
    margin: 30px auto;
    padding: 60px 30px 10px 30px;
  }

  .company__table {
    width: 100%;
  }

  .company__table th {
    width: 180px;
    display: table-cell;
    padding: 30px 10px;
  }

  .company__table td {
    display: table-cell;
    padding: 30px 10px;
    margin: 0;
    border-bottom: .5px solid #000;
  }

  .company__table .map {
    border-bottom: none;
  }

  .company__table .map,
  .company__item02 th,
  .company__item02 td {
    padding-bottom: 0;
    border-bottom: none;
  }

  frame {
    height: 300px;
    margin-bottom: 0;
  }

  .menu__list a {
    color: #fff;
    padding: 10px 8px 10px 0;
  }
}

@media(min-width:991px) {
  .site-visual,
  .main-visual {
    width: 100%;
    height: 350px;
  }

  .main-visual__img {
    width: 100%;
    height: 350px;
  }

  div.animation_box2 {
    left: 12%;
    width: 50%;
  }

  .fade-in-down {
    padding-bottom: 70px;
  }

  .animation__txt {
    font-size: 3.5rem;
    text-align: left;
  }

  .breadcrumb {
    padding: 1% 12%;
  }

  .mission .container {
    padding: 0 12%;
  }

  .fade-in-down p:nth-of-type(1) {
    padding-top: 100px;
  }

  .fade-in-down p {
    padding-top: 10px;
  }

  .catch {
    font-size: 1.85rem;
  }

  .missions {
    width: calc((100% / -60px) / 2);
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
  }

  .mission__item:last-of-type {
    margin-top: 0;
  }

  .company {
    padding: 100px 12%;
    margin-bottom: -240px;
  }

  .company .title {
    text-align: left;
  }

  .company__box {
    padding: 60px 150px 100px 150px;
  }

  .company__table {
    width: 100%;
  }

  .company__table th {
    width: 180px;
    display: table-cell;
    padding: 30px 0 30px 40px;
  }

  .company__table td {
    display: table-cell;
    padding: 30px 10px;
    margin: 0;
    border-bottom: .5px solid #000;
  }

  .company__item02 th,
  .company__item02 td {
    border-bottom: none;
  }

.company__table .map {
   border-bottom: .5px solid #000;
}

  iframe {
    height: 360px;
    margin-bottom: 0;
  }
}

@media(min-width:769px)and (max-width:1119px) {
  .newstopic__items {
    padding: 0 12%;
  }

  .solutions .title,
  .newstopic .title {
    font-size: 1.75rem;
  }

  .solutions .title::after,
  .newstopic .title::after {
    top: 6px;
  }

  .shop__kind span {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 190%;
    display: block;
    font-size: 2rem;
  }

  .shop__kind {
    font-size: 1.25rem;
  }

  .solutions .txt {
    margin-left: 22px 0 0 13px;
    font-size: 1rem;
  }

  .newstopic .txt {
    font-size: 1rem;
  }

  .newstopic .btn {
    right: 3%;
  }

  .inner__flexcenter {
    gap: 30px;
  }
}