@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共通ここまで***/
#section01 {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section01 {
    height: 54vw;
  }
}
#section01 .backimg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: url(../images/tsubasa/head_pc.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width:800px) {
  #section01 .backimg {
    background: url(../images/tsubasa/head_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
#section01 h1 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  letter-spacing: 0.1em;
  z-index: 5;
}
#section01 h1 .mini {
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
#section01 h1 .jpn {
  text-align: center;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

#tsubasa .block--flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #tsubasa .block--flex {
    display: block;
    margin-top: 8vw;
  }
}
#tsubasa .block--flex.block--flex--reverse {
  flex-direction: row-reverse;
}
#tsubasa .block--flex.block--flex--reverse {
  flex-direction: row-reverse;
}
#tsubasa .block--flex.block--ai-c {
  align-items: center;
}
#tsubasa .block--flex dt {
  width: 50%;
}
@media screen and (max-width:800px) {
  #tsubasa .block--flex dt {
    width: 100%;
  }
}
#tsubasa .block--flex dd {
  width: 46%;
}
@media screen and (max-width:800px) {
  #tsubasa .block--flex dd {
    width: 100%;
    margin-top: 4vw;
  }
}
#tsubasa .block--flex dd h3 {
  color: #0060B0;
  font-weight: 600;
  margin-bottom: 0.8em;
}
#tsubasa .block--flex dd .base_text {
  line-height: 160%;
}

#tsubasa_sec01 {
  width: 100%;
  padding: 100px 0;
}
@media screen and (max-width:800px) {
  #tsubasa_sec01 {
    padding: 10vw 0;
  }
}
#tsubasa_sec01 .section__in {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#tsubasa_sec01 .block_wrap .block--flex {
  margin-top: 50px;
}
#tsubasa_sec01 .block_wrap .block--flex:first-child {
  margin-top: 0;
}

#tsubasa_sec02 {
  width: 100%;
  background-color: #fff;
}
#tsubasa_sec02 .section__in {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width:800px) {
  #tsubasa_sec02 .section__in {
    padding-bottom: 15vw;
  }
}
#tsubasa_sec02 h2.h2title {
  text-align: center;
  padding: 100px 0 1px 0;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #tsubasa_sec02 h2.h2title {
    padding: 17.5vw 0 0 0;
    margin-bottom: 7.5vw;
  }
}
#tsubasa_sec02 h2.h2title .eng {
  text-align: center;
  color: #fff;
  font-weight: 500;
}
#tsubasa_sec02 h2.h2title .lines_title {
  width: 1px;
  height: 1em;
  background-color: #0060B0;
  margin: 0 auto 0.5em auto;
}
#tsubasa_sec02 h2.h2title .jpn {
  text-align: center;
  color: #0060B0;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#tsubasa_sec02 .slowtext {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 75px;
}
@media screen and (max-width:800px) {
  #tsubasa_sec02 .slowtext {
    margin-bottom: 35px;
  }
}
#tsubasa_sec02 .slowtext span {
  display: inline-block;
  padding: 0.5em 1.5em;
  position: relative;
}
#tsubasa_sec02 .slowtext span::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  top: 0;
  left: 0;
}
#tsubasa_sec02 .slowtext span::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  bottom: 0;
  right: 0;
}
#tsubasa_sec02 ul.slow_list {
  width: 100%;
  border-top: 1px dotted #666;
}
#tsubasa_sec02 ul.slow_list li {
  border-bottom: 1px dotted #666;
}
#tsubasa_sec02 ul.slow_list li dl {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5em 0;
}
@media screen and (max-width:800px) {
  #tsubasa_sec02 ul.slow_list li dl {
    display: block;
  }
}
#tsubasa_sec02 ul.slow_list li dl dt {
  width: 9em;
  text-align: center;
  color: #0060B0;
}
@media screen and (max-width:800px) {
  #tsubasa_sec02 ul.slow_list li dl dt {
    text-align: left;
    width: 100%;
    padding-left: 0.25em;
  }
}
#tsubasa_sec02 ul.slow_list li dl dd {
  width: auto;
}
@media screen and (max-width:800px) {
  #tsubasa_sec02 ul.slow_list li dl dd {
    text-align: left;
    width: 100%;
    padding-left: 0.25em;
    margin-bottom: 2em;
  }
}


#tsubasa_sec03 {
  width: 100%;
  padding: 100px 0;
  background-color: #F0F5F7;
}
@media screen and (max-width:800px) {
  #tsubasa_sec03 {
    padding: 10vw 0;
  }
}
#tsubasa_sec03 .section__in {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#tsubasa_sec03 .block_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width:800px) {
  #tsubasa_sec03 .block_wrap {
    display: block;
  }
}
#tsubasa_sec03 .block_wrap .block {
  width: 32%;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media screen and (max-width:800px) {
  #tsubasa_sec03 .block_wrap .block {
    width: 100%;
  }
  #tsubasa_sec03 .block_wrap .block:first-child {
    margin-bottom: 6vw;
  }
}
#tsubasa_sec03 .block_wrap .block .base_text_box {
  margin-top: 16px;
}
#tsubasa_sec03 .block_wrap .block .base_text_box:first-child {
  margin-top: 0;
}
#tsubasa_sec03 .block_wrap .block .mini {
  margin-top: 8px;
  line-height: 160%;
}
#tsubasa_sec03 .block_wrap .block .white_common {
  background-color: #fff;
  margin-bottom: 0;
  height: 100%;
}

#tsubasa_sec04 {
  width: 100%;
  padding: 100px 0;
  background-color: #F0F5F7;
}
@media screen and (max-width:800px) {
  #tsubasa_sec04 {
    padding: 10vw 0;
  }
}
#tsubasa_sec04 .section__in {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#tsubasa_sec04 .block_wrap .block--flex {
  margin-top: 50px;
}
#tsubasa_sec04 .block_wrap .block--flex:first-child {
  margin-top: 0;
}
#tsubasa_sec04 .block--flex dd .text_box {
  margin-top: 16px;
}
#tsubasa_sec04 .block--flex dd .text_box:first-child {
  margin-top: 0;
}
#tsubasa_sec04 .mini {
  margin-top: 8px;
}
#tsubasa_sec04 .cv_mousi {
  margin-top: 16px;
}
@media screen and (max-width:800px) {
  #tsubasa_sec04 .cv_mousi {
    width: 100%;
    margin-bottom: 2.5vw;
  }
}
#tsubasa_sec04 .cv_mousi a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 1em 0;
  background-color: #0060B0;
  border-radius: 50px !important;
  color: #fff !important;
  font-weight: 600;
}
@media screen and (max-width:800px) {
  #tsubasa_sec04 .cv_mousi a {
    padding: 0.7em 0;
  }
}
#tsubasa_sec04 .cv_mousi a span {
  display: inline-block;
  padding-right: 1.75em;
  position: relative;
}
#tsubasa_sec04 .cv_mousi a span::after {
  content: "";
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 50%;
  right: 0em;
  background: url(../images/next_bt.png) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
}




#tsubasa .base_text_lead {
  line-height: 180%;
  text-align: center;
  margin-bottom: 70px;
}

/*# sourceMappingURL=features.css.map */