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

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -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, #00486e 0%, #00789b 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共通ここまで***/
#section01 {
  width: 100%;
  position: relative;
  background-color: #E60012;
  padding: 20px 0;
  margin-top: 30px;
}

#section01 h1 {
  width: auto;
  height: 72px;
  margin: 0 auto;
  text-align: center;
}

#section01 h1 img {
  width: auto;
  height: 72px;
}

#section02 {
  width: 100%;
  padding: 50px 0 80px 0;
  font-weight: 500;
}

@media screen and (max-width: 800px) {
  #section02 {
    padding: 50px 0 30px 0;
  }
}

#section02 .section__in {
  width: 90%;
  max-width: 1014px;
  margin: 0 auto;
}

#section02 h2 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.3em;
}

#section02 .ceo_block {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 800px) {
  #section02 .ceo_block {
    flex-direction: column-reverse;
  }
}

#section02 .ceo_block dt {
  width: 65%;
}

@media screen and (max-width: 800px) {
  #section02 .ceo_block dt {
    width: 100%;
  }
}

#section02 .ceo_block dt .text {
  line-height: 1.75em;
}

#section02 .ceo_block dt .ceo_name {
  text-align: right;
  margin-top: 30px;
}

#section02 .ceo_block dd {
  width: 27%;
  min-width: 279px;
}

@media screen and (max-width: 800px) {
  #section02 .ceo_block dd {
    min-width: 0;
    width: 100%;
    text-align: center;
  }
  #section02 .ceo_block dd img {
    width: 60%;
  }
}

@media screen and (max-width: 800px) {
  #section02 .ceo_block dd .ceo_name {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

#section02 .table_wrap {
  margin-top: 44px;
}

#section02 .table_wrap .table_box {
  display: flex;
  border-bottom: 1px solid #727171;
}

@media screen and (max-width: 800px) {
  #section02 .table_wrap .table_box {
    display: block;
  }
}

#section02 .table_wrap .table_box:last-child {
  border-bottom: none;
}

#section02 .table_wrap h3 {
  min-width: 130px;
  background-color: #FDEDE4;
  text-align: center;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 800px) {
  #section02 .table_wrap h3 {
    border-bottom: 1px solid #727171;
    justify-content: flex-start;
    padding: 10px 16px;
  }
}

#section02 .table_wrap p.f14,
#section02 .table_wrap h4.f14 {
  padding: 10px 16px;
}

#section02 .table_wrap h4 {
  min-width: 170px;
}

#section02 .table_wrap .box_in {
  display: flex;
}

@media screen and (max-width: 800px) {
  #section02 .table_wrap .box_in {
    display: block;
  }
  #section02 .table_wrap .box_in p.f14 {
    padding: 0 16px 10px 16px;
  }
  #section02 .table_wrap .box_in h4.f14 {
    padding: 10px 16px 0 16px;
  }
}

#section03 {
  width: 100%;
  padding: 40px 0 110px 0;
  font-weight: 500;
}

#section03 .section__in {
  width: 90%;
  max-width: 1014px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  #section03 .section__in {
    width: 100%;
  }
}

#section03 h2 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.3em;
  border-bottom: 1px solid #000;
}

#section03 .map_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 800px) {
  #section03 .map_wrap {
    display: block;
  }
}

#section03 .map_wrap .map_block {
  width: 47%;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #section03 .map_wrap .map_block {
    width: 100%;
  }
  #section03 .map_wrap .map_block:last-child {
    margin-top: 30px;
  }
}

#section03 .map_wrap .map_block h3 {
  line-height: 1em;
  margin-bottom: 10px;
}

#section03 .map_wrap .map_block .map {
  position: relative;
  top: 0;
  left: 0;
}

#section03 .map_wrap .map_block img {
  opacity: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
}

#section03 .map_wrap .map_block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=company.css.map */