@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
main {
  position: relative;
  z-index: 5;
}

#section_back {
  width: 100%;
  height: 100%;
  background: url(../images/top_back_pc.jpg) no-repeat center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section_back {
    background: url(../images/top_back_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
#section_back .section_back_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(211, 237, 251);
  mix-blend-mode: multiply;
  z-index: 5;
  transition: all 0.8s ease-out 0.01s;
}
#section_back .section_back_mask.active {
  background-color: rgb(134, 206, 240);
}

#headsp {
  width: 100%;
  height: 90px;
}
@media screen and (max-width:800px) {
  #headsp {
    height: 54px;
  }
}

#section01 {
  width: 100%;
  padding: 158px 0 220px 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 15vw 0 20vw 0;
  }
}
#section01 .titles {
  width: 68%;
  max-width: 562px;
  margin: 0 auto;
}

#section02 {
  width: 100%;
}
#section02 .section__in {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section02 .section__in {
    width: 100%;
  }
}
#section02 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 110px;
}
.komadasan{
  width:200px;
  margin:0 auto;
}

@media screen and (max-width:800px) {
  #section02 .clumbox {
    margin-bottom: 60px;
  }
.komadasan{
  width:150px;
  margin:0 auto;
}
}
#section02 .clumbox .photo {
  position: relative;
  width: 57.5%;
}
@media screen and (max-width:800px) {
  #section02 .clumbox .photo {
    width: 72.5%;
    margin: 0 auto 7.5vw 0;
  }
}
#section02 .clumbox .photo .intext {
  width: 23%;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  #section02 .clumbox .photo .intext {
    width: 27%;
  }
}
#section02 .clumbox .text {
  width: 40%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width:800px) {
  #section02 .clumbox .text {
    width: 85%;
    margin: 0 auto;
  }
}
#section02 .clumbox .text .text__in {
  width: 100%;
}
#section02 .clumbox .text .text__in h2 {
  width: 54%;
  margin-bottom: 2em;
}
@media screen and (max-width:800px) {
  #section02 .clumbox .text .text__in h2 {
    width: 25%;
    margin: 0 auto 2.5vw 0;
  }
}
#section02 .clumbox .text .text__in .base_text {
  width: 110%;
  margin-right: -10%;
  line-height: 160%;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media screen and (max-width:800px) {
  #section02 .clumbox .text .text__in .base_text {
    line-height: 180%;
  }
}
#section02 .clumbox2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 120px;
  align-items: flex-end;
}
@media screen and (max-width:800px) {
  #section02 .clumbox2 {
    margin-bottom: 60px;
  }
}
#section02 .clumbox2 .photo {
  position: relative;
  width: 57.5%;
}
@media screen and (max-width:800px) {
  #section02 .clumbox2 .photo {
    width: 72.5%;
    margin: 0 0 7.5vw auto;
    order: 1;
  }
}
#section02 .clumbox2 .photo .intext {
  width: 23%;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  #section02 .clumbox2 .photo .intext {
    width: 27%;
  }
}
#section02 .clumbox2 .text {
  width: 40%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width:800px) {
  #section02 .clumbox2 .text {
    width: 85%;
    margin: 0 auto;
    order: 2;
  }
}
#section02 .clumbox2 .text .text__in {
  width: 100%;
}
#section02 .clumbox2 .text .text__in h2 {
  width: 54%;
  margin-bottom: 2em;
}
@media screen and (max-width:800px) {
  #section02 .clumbox2 .text .text__in h2 {
    width: 25%;
    margin: 0 auto 2.5vw 0;
  }
}
#section02 .clumbox2 .text .text__in .base_text {
  width: 100%;
  margin-right: 0%;
  line-height: 160%;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media screen and (max-width:800px) {
  #section02 .clumbox2 .text .text__in .base_text {
    line-height: 180%;
  }
}
#section02 .clumbox3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 110px;
}
@media screen and (max-width:800px) {
  #section02 .clumbox3 {
    margin-bottom: 60px;
  }
}
#section02 .clumbox3 .photo {
  position: relative;
  width: 57.5%;
}
@media screen and (max-width:800px) {
  #section02 .clumbox3 .photo {
    width: 72.5%;
    margin: 0 auto 7.5vw 0;
  }
}
#section02 .clumbox3 .photo .intext {
  width: 23%;
  position: absolute;
  right: 5%;
  top: 57%;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  #section02 .clumbox3 .photo .intext {
    width: 27%;
  }
}
#section02 .clumbox3 .text {
  width: 40%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width:800px) {
  #section02 .clumbox3 .text {
    width: 85%;
    margin: 0 auto;
  }
}
#section02 .clumbox3 .text .text__in {
  width: 100%;
}
#section02 .clumbox3 .text .text__in h2 {
  width: 54%;
  margin-bottom: 2em;
}
@media screen and (max-width:800px) {
  #section02 .clumbox3 .text .text__in h2 {
    width: 25%;
    margin: 0 auto 2.5vw 0;
  }
}
#section02 .clumbox3 .text .text__in .base_text {
  width: 110%;
  margin-right: -10%;
  line-height: 160%;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media screen and (max-width:800px) {
  #section02 .clumbox3 .text .text__in .base_text {
    line-height: 180%;
  }
}

#section03 {
  width: 100%;
  background-color: #000;
  padding: 158px 0 50px 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 7.5vw 0 5vw 0;
  }
}
#section03 .section__in {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section03 .section__in {
    width: 100%;
  }
}
#section03 .photobox {
  width: 100%;
  position: relative;
}
#section03 .photobox .ttls {
  width: 12.36%;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width:800px) {
  #section03 .photobox .ttls {
    width: 20%;
  }
}
#section03 .photobox h2 {
  width: 20.5%;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section03 .photobox h2 {
    width: 25%;
    right: 5%;
  }
}
#section03 .photobox .sub {
  width: 21.1%;
  position: absolute;
  bottom: 2.5%;
  right: 1.5%;
}
@media screen and (max-width:800px) {
  #section03 .photobox .sub {
    width: 25%;
    right: 5%;
  }
}
#section03 .base_text {
  width: 100%;
  line-height: 180%;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
  padding: 5em 0 4em 0;
}
@media screen and (max-width:800px) {
  #section03 .base_text {
    line-height: 180%;
  }
}
#section03 .lastlogos {
  width: 75%;
  max-width: 355px;
  margin: 0 auto;
}

#section04 {
  width: 100%;
  background-color: #fff;
  padding: 160px 0 50px 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 15vw 0;
  }
}
#section04 .section__in {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section04 .section__in {
    width: 90%;
  }
}
#section04 dl {
  letter-spacing: 0.15em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section04 dl dt {
  text-align: center;
  width: 10em;
  text-align: center;
  padding-bottom: 0.5em;
}
#section04 dl dt span.t5 {
  letter-spacing: 0.5em;
}
#section04 dl dt span.t4 {
  letter-spacing: 1em;
}
#section04 dl dt span.t3 {
  letter-spacing: 2em;
}
#section04 dl dt span.t2 {
  letter-spacing: 5em;
}
#section04 dl dd {
  width: calc(100% - 10em);
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
}

#section05 {
  width: 100%;
  padding: 240px 0 60px 0;
  position: relative;
  color: #fff;
  background: url(../images/company/backimg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width:800px) {
  #section05 {
    padding: 7.5vw 0;
  }
}
#section05 .section__in {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section05 .section__in {
    width: 82%;
  }
}
#section05 dl {
  letter-spacing: 0.15em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section05 dl dt {
  width: 20%;
  text-align: left;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section05 dl dt {
    width: 10em;
  }
}
#section05 dl dt span.t5 {
  letter-spacing: 0.5em;
}
#section05 dl dt span.t4 {
  letter-spacing: 1em;
}
#section05 dl dt span.t3 {
  letter-spacing: 2em;
}
#section05 dl dt span.t2 {
  letter-spacing: 5em;
}
#section05 dl dd {
  width: 80%;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section05 dl dd {
    width: calc(100% - 10em);
  }
}

#section06 {
  width: 100%;
  background-color: #000;
  padding: 160px 0 1px 0;
  position: relative;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section06 {
    padding: 15vw 0 1px 0;
  }
}
#section06 .section__in {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section06 .section__in {
    width: 90%;
  }
}
#section06 .mapsclum {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section06 .mapsclum .items {
  width: 47.5%;
  border-top: 1px solid #fff;
  padding-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section06 .mapsclum .items {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}
#section06 .mapsclum .items h4 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.5em;
  padding-top: 5em;
}
@media screen and (max-width:800px) {
  #section06 .mapsclum .items h4 {
    padding-top: 1.5em;
    margin-bottom: 1em;
  }
}
#section06 .mapsclum .items .address {
  padding-top: 1.5em;
  text-align: center;
  padding-bottom: 5em;
}
@media screen and (max-width:800px) {
  #section06 .mapsclum .items .address {
    padding-top: 1em;
    text-align: center;
    padding-bottom: 3em;
  }
}
#section06 .mapsclum .items .maps {
  width: 100%;
}
#section06 .mapsclum .items .maps iframe {
  width: 100%;
  height: 290px;
}
@media screen and (max-width:800px) {
  #section06 .mapsclum .items .maps iframe {
    height: 250px;
  }
}

#section_maker {
  width: 100%;
  background-color: #fff;
  padding: 150px 0;
}
@media screen and (max-width:800px) {
  #section_maker {
    padding: 12.5vw 0 15vw 0;
  }
}
#section_maker h3 {
  text-align: center;
  margin-bottom: 1.5em;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#section_maker ul {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section_maker ul li {
  width: 20.54%;
}
@media screen and (max-width:800px) {
  #section_maker ul li {
    width: 90%;
    margin: 0 auto 10vw auto;
  }
}
@media screen and (max-width:800px) {
  #section_maker ul li:last-child {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=kaisya.css.map */