@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共通ここまで***/
#footatens.footatens__plan {
  background-color: #ece9e6;
}

#page_title01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page_title01 .img01 {
  width: 64.3%;
}
@media screen and (max-width:800px) {
  #page_title01 .img01 {
    width: 100%;
  }
}
#page_title01 .txt_box {
  width: 35.7%;
  background-color: #F5F3F2;
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:800px) {
  #page_title01 .txt_box {
    display: block;
    width: 100%;
    padding-top: 10.3vw;
    padding-bottom: 10.3vw;
  }
}
#page_title01 .txt_box h1 {
  text-align: center;
}
#page_title01 .txt_box h1 img {
  display: inline-block;
  width: auto;
  height: 2.5vw;
}
@media screen and (max-width:800px) {
  #page_title01 .txt_box h1 img {
    height: 3.6vw;
  }
}
#page_title01 .txt_box .txt01 {
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.1em;
  margin-top: 3.2vw;
  text-align: center;
}
@media screen and (max-width:800px) {
  #page_title01 .txt_box .txt01 {
    font-size: 4.7vw;
    margin-top: 3.7vw;
  }
}

#message {
  margin-top: 150px;
}
@media screen and (max-width:800px) {
  #message {
    margin-top: 12vw;
  }
}
#message .wrap01 {
  text-align: center;
  max-width: 800px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:800px) {
  #message .wrap01 {
    width: 81.3%;
  }
}
#message .logo {
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}
#message .txt01 {
  display: inline-block;
  font-size: 15px;
  line-height: 2.7em;
  text-align: justify;
  margin-top: 85px;
}
@media screen and (max-width:800px) {
  #message .txt01 {
    font-size: 3.1vw;
    margin-top: 7.5vw;
  }
}

#img_box01 {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width:800px) {
  #img_box01 {
    margin-top: 13.3vw;
    padding-bottom: 84.3vw;
    overflow: hidden;
  }
}
#img_box01 .img_block01 {
  width: 900px;
  position: relative;
}
@media screen and (max-width:1400px) {
  #img_box01 .img_block01 {
    width: 64.3vw;
  }
}
@media screen and (max-width:800px) {
  #img_box01 .img_block01 {
    width: 90.7vw;
  }
}
#img_box01 .img_block01 .img01 {
  width: 100%;
}
@media screen and (max-width:800px) {
  #img_box01 .img_block01 .img01 {
    position: relative;
    z-index: 2;
  }
}
#img_box01 .img_block01 .txt_box01 {
  position: absolute;
  width: 550px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../images/brand/bg_txt_pc.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  right: -300px;
  bottom: -50px;
}
@media screen and (max-width:800px) {
  #img_box01 .img_block01 .txt_box01 {
    display: block;
    width: 90.7vw;
    height: 73.3vw;
    padding-left: 7.7vw;
    padding-top: 21.7vw;
    right: -9.3vw;
    bottom: -55vw;
  }
}
#img_box01 .img_block01 .txt01 {
  line-height: 180%;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:800px) {
  #img_box01 .img_block01 .txt01 {
    text-align: left;
  }
}
#img_box01 .img_block01 .txt02 {
  line-height: 2em;
  margin-top: 1.5em;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:800px) {
  #img_box01 .img_block01 .txt02 {
    text-align: left;
    line-height: 1.7em;
  }
}
#img_box01 .img_block02 {
  width: 900px;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  margin-top: 150px;
}
@media screen and (max-width:1400px) {
  #img_box01 .img_block02 {
    width: 64.3vw;
  }
}
@media screen and (max-width:800px) {
  #img_box01 .img_block02 {
    width: 90.7vw;
    margin-top: 73.3vw;
  }
}
#img_box01 .img_block02 .img01 {
  width: 100%;
}
@media screen and (max-width:800px) {
  #img_box01 .img_block02 .img01 {
    position: relative;
    z-index: 2;
  }
}
#img_box01 .img_block02 .txt_box01 {
  position: absolute;
  width: 550px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../images/brand/bg_txt_pc.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  left: -300px;
  bottom: -50px;
}
@media screen and (max-width:800px) {
  #img_box01 .img_block02 .txt_box01 {
    padding-top: 12.7vw;
    left: -9.3vw;
    bottom: -65vw;
    display: block;
    width: 90.7vw;
    height: 73.3vw;
    padding-left: 7.7vw;
  }
}
#img_box01 .img_block02 .txt01 {
  line-height: 180%;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:800px) {
  #img_box01 .img_block02 .txt01 {
    text-align: left;
  }
}
#img_box01 .img_block02 .txt02 {
  line-height: 2em;
  margin-top: 1.5em;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:800px) {
  #img_box01 .img_block02 .txt02 {
    text-align: left;
    line-height: 1.7em;
  }
}

#concept {
  background-color: #EAE9E8;
}
#concept .wrap02 {
  max-width: 1000px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 150px;
}
@media screen and (max-width:800px) {
  #concept .wrap02 {
    padding-top: 13.3vw;
    padding-bottom: 13.3vw;
  }
}
#concept h2 {
  text-align: center;
}
#concept h2 img {
  display: inline-block;
  width: auto;
  height: 35px;
}
@media screen and (max-width:800px) {
  #concept h2 img {
    height: 3.6vw;
  }
}
#concept .logo02 {
  width: 202px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
@media screen and (max-width:800px) {
  #concept .logo02 {
    width: 40.3vw;
    margin-top: 9.3vw;
  }
}
#concept .logo03 {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
#concept .txt01 {
  font-size: 15px;
  line-height: 2.3em;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width:800px) {
  #concept .txt01 {
    font-size: 3.3vw;
    margin-top: 8vw;
    line-height: 2.3em;
    text-align: center;
  }
}
#concept .achive {
  margin-top: 100px;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 60px;
}
@media screen and (max-width:800px) {
  #concept .achive {
    margin-top: 8vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
    width: 81.3%;
    margin-left: auto;
    margin-right: auto;
  }
}
#concept .achive_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width:800px) {
  #concept .achive_list {
    width: 70vw;
    margin-top: 0vw;
  }
}
#concept .achive_list .achive_box {
  width: 32.5%;
}
@media screen and (max-width:800px) {
  #concept .achive_list .achive_box {
    width: 100%;
    margin-top: 6.7vw;
  }
}
#concept h3 {
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
#concept h4 {
  font-weight: 500;
  text-align: center;
  margin-top: 0.5em;
  letter-spacing: 0.1em;
}
#concept .detail {
  line-height: 1.7em;
  text-align: center;
  margin-top: 0.7em;
}/*# sourceMappingURL=brand.css.map */