@charset "utf-8";
/* CSS Document */
.index_top {
  display: flex;
  justify-content: space-between;
}
.top-img img {
  width: 50vw;
  right: 0;
  margin-right: 3vw;
}
.top-txt h2 {
  margin-left: 15vw;
  font-size: 4.8rem;
  margin-top: 275px;
}
.top-txt p {
  margin-left: 15vw;
  font-size: 2.4rem;
  margin-top: 18px;
  margin-bottom: 60px;
}
.top-txt a {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  outline: none;
  transition: ease .2s;
  margin-left: 10vw;
  font-size: 2rem;
  padding: 10px 80px 10px 15px;
  border: 1px solid #005060;
  color: #005060;
}
.top-txt a span {
  position: relative;
  z-index: 3;
  color: #005060;
}
.top-txt a:hover span {
  color: #e2d9c8;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: .8s;
  animation-fill-mode: forwards;
  opacity: 0;
  z-index: -20;
}
.fadeUp2 {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0;
  z-index: -20;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}
.full {
  background-size: 240px 80%;
}
/*top#*/
/*top sp*/
@media(max-width:970px) {
  .full {
    background-size: 80px 85%;
  }
  .index_top {
    flex-direction: column-reverse;
  }
  .top-txt h2 {
    margin-left: 7vw;
    font-size: 3rem;
    margin-top: 80px;
  }
  .top-txt p {
    margin-left: 7vw;
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 60px;
  }
  .top-img {
    margin: 0 auto;
  }
  .top-img img {
    width: 75vw;
  }
}
/*top#*/
/*<<<<<<<<<<<<<<<<<kaisha>>>>>>>>>>>>>>>>>>>*/
.midasi {
  position: relative;
  margin-left: 5vw;
  font-size: 3.6rem;
  color: #005060;
  padding: 10px;
  margin-bottom: 80px;
  margin-top: 60px;
  z-index: -1;
}
.midasi::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 40px;
  background-color: #629098;
  position: absolute;
  top: 36px;
  left: -5px;
}
.kaisha {
  width: 75.6%;
  margin-bottom: 70px;
}
.kaisha td {
  padding: min(4rem,40px);
	font-size: 1.4rem;
	font-weight: 100;
}
.kaisha td h5 {
  font-weight: 400;
}
.kaisha td div {
  margin: 8px;
}
.span1 {
  font-weight: 400;
  margin-left: 35px;
  position: absolute;
}
.span2 {
  font-weight: 400;
  margin-left: 76px;
  position: absolute;
}
.kaisha th {
  border-right: 1px dotted #a09b96;
  color: #a9afb0;
  padding: 40px;
	font-size: 1.4rem;
}
.midasi2 {
  position: relative;
  margin-left: 5vw;
  font-size: 3.6rem;
  color: #005060;
  padding: 10px;
  margin-bottom: 80px;
  margin-top: 60px;
}
.midasi2::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 40px;
  background-color: #629098;
  position: absolute;
  top: 13px;
  left: -5px;
}
/**/
/*<<<<<<<<<<<<<<<<<ceo>>>>>>>>>>>>>>>>>>>*/
.ceo-message {
  background: linear-gradient(to bottom, transparent 0%, transparent 25%, #faf7f3 0%, #faf7f3);
}
.ceo {
  width: 80vw;
  height: 38vw;
  margin-left: 20%;
}
.ceo img {
  width: 100%;
  height: 100%;
}
.ceo-txt {
  display: flex;
  margin: 0 auto;
  padding-bottom: 25vh;
}
.ceo-txt1 {
  font-size: 280%;
  padding: 25px;
  width: 62%;
  margin-left: 120px;
  margin-right: 50px;
  animation-delay: 0.2s;
}
.ceo-txt2 {
  font-size: 1.5rem;
  margin-right: 100px;
  margin-left: 5px;
  width: 51%;
  animation-delay: 0.4s;
  line-height: 3rem;
}
.fadeDown {
  animation-name: fadeDownAnime;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  z-index: -20;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeDown2 {
  animation-name: fadeDownAnime;
  animation-delay: 1.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeDownTrigger {
  opacity: 0;
}
.box19 {
  position: relative;
  padding: 0.25em 1em;
}
.box19:before, .box19:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.box19:before {
  border-left: solid 1px #005060;
  border-top: solid 1px #005060;
  top: 0;
  left: 0;
}
.box19:after {
  border-right: solid 1px #005060;
  border-bottom: solid 1px #005060;
  bottom: 0;
  right: 0;
}
.box19 p {
  margin: 0;
  padding: 0;
}
  .yakuin {
      width: 120px;
    display: inline-block;
    }
/*ceo sp*/
@media(max-width:970px) {
    .kaisha {
  width:85.7%;
  margin-bottom: min(2.5rem,50px);
}
  .midasi, .midasi2 {
    margin-left: 6vw;
    font-size: 2rem;
  }
  .midasi {
    font-size: 1.5rem;
	  margin-top: 10px;
  }
  .midasi2 {
    margin-bottom: 10px;
  }
  .midasi::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 40%;
    background-color: #629098;
    position: absolute;
    top: 16px;
    left: -5px;
  }
  .midasi2::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 48%;
    background-color: #629098;
    position: absolute;
    top: 11px;
    left: -5px;
  }
  .kaisha td {
	  padding: 15px min(7%,20px);
   font-size:  clamp(0.8rem, 1.2rem, 2rem);
  }
  .kaisha td h5 {
    font-weight: 400;
  }
  .kaisha th {
    padding: 0;
	  width: 80px;
    font-size:  clamp(0.8rem, 1.2rem, 2rem);
    }
  .kaisha td div {
    margin: 2px;
  }

  .ceo-message {
    background: linear-gradient(to bottom, transparent 0%, transparent 8%, #faf7f3 0%, #faf7f3);
  }
  .ceo-txt {
    display: block;
    padding-bottom: 5vh;
  }
  .ceo-txt1 {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
  .ceo-txt2 {
    ext-align: center;
    margin: 0 40px;
    width: auto;
    line-height: 2.5rem;
  }
  .box19 {
    position: relative;
    padding: 0.75em 1em;
  }
  .box19:before, .box19:after {
    content: '';
    width: 18px;
    height: 22px;
    position: absolute;
    display: inline-block;
  }
    .yakuin {
    width: 98px;
    }
}
@media (max-width: 350px){
.full {
    background-size: 50px 85%;
}
    .kaisha td {
    padding: 15px min(3%,10px);
}
}
/*ceo#*/
/*背景色が伸びて出現 共通*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------- 左から --------*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #005060; /*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*<<<<<<<<<<<<<<<<<news>>>>>>>>>>>>>>>>>>>*/