@charset "UTF-8";
body {
  margin: 0;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3E3E3E;
  box-sizing: border-box;
}

main {
  text-align: center;
}

section {
  max-width: 1100px;
  padding: 0 30px;
  margin: 0 auto;
}

.section-title {
  margin: 12px 0;
  font-size: 38px;
  margin-bottom: 70px;
}

.h1-comment {
  margin-bottom: 6px;
  position: relative;
  text-align: center;
}
.h1-comment::before {
  display: inline-block;
  position: absolute;
  content: "";
  background-image: url(/img/h1-comment-img.png);
  background-position: bottom;
  background-size: 22px 32px;
  bottom: -10px;
  left: calc(50% - 11px);
  width: 22px;
  height: 32px;
}
.h1-comment span {
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 20.5px;
  background-color: #E1E9EF;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #2F6CB2;
  padding: 0 20px;
}

.w100 {
  max-width: 100vw;
}

a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

a:link, a:visited, a:hover, a:active {
  color: #2F6CB2;
}

.pc-none {
  display: none;
}

.syuei {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-style: normal;
}

@media (max-width: 768px) {
  section {
    padding: 0 10px;
  }
  .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .h1-comment span {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border-radius: 25px;
  }
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
}
.animated {
  /* 最初から非表示 */
  opacity: 0;
}

.kv {
  margin-bottom: 100px;
}
.kv__img {
  height: 600px;
}
.kv__img img {
  height: 100%;
  width: 100vw;
  object-fit: cover;
}

@media (max-width: 768px) {
  .kv {
    margin-bottom: 50px;
  }
  .kv__img {
    height: 300px;
  }
}
.message {
  display: flex;
  width: 1036px;
  margin: auto;
  justify-content: space-between;
  margin-bottom: 150px;
  position: relative;
}
.message__title-area {
  display: flex;
  margin-bottom: 35px;
}
.message__circle {
  font-size: 10px;
  background-color: #6296BC;
  color: #ffffff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
}
.message__title {
  margin-left: 20px;
  text-align: left;
}
.message__title-top {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.message__title-main {
  font-size: 22px;
  line-height: 32px;
  color: #476BA7;
  font-weight: 600;
}
.message__txt {
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  margin-right: 50px;
}
.message__img {
  width: 460px;
}
.message__img video {
  width: 460px;
}
.message__deco {
  position: absolute;
  bottom: -200px;
  right: 30px;
  width: 173px;
}
.message__deco img {
  width: 100%;
}

@media (max-width: 1096px) {
  .message {
    display: block;
    width: 95%;
    margin: auto;
    margin-bottom: 80px;
  }
  .message__title-area {
    margin-bottom: 20px;
  }
  .message__circle {
    font-size: 9px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .message__title-top {
    font-size: 12px;
  }
  .message__title-main {
    font-size: 20px;
  }
  .message__txt {
    margin: 0 0 30px;
    line-height: 30px;
  }
  .message__img {
    width: 90vw;
    position: relative;
    margin: auto;
  }
  .message__img video {
    width: 100%;
  }
}
section.policy {
  padding: 100px 0 40px;
  background-color: #E1E9EF;
  margin-bottom: 80px;
}
section.policy .section-title--policy {
  margin-bottom: 45px;
  position: relative;
  display: inline-block;
}
section.policy .policy-title-img {
  position: absolute;
  top: -70px;
  left: -80px;
}
section.policy .policy-title-img img {
  width: 150px;
}
section.policy .policy-top {
  margin-bottom: 60px;
  font-size: 18px;
}
section.policy .policy-items {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
}
section.policy .policy-items .policy-item {
  text-align: left;
  width: 350px;
  height: 250px;
  background-color: #ffffff;
  margin: 0 25px 70px;
  padding: 10px 10px 0 10px;
}
section.policy .policy-items .policy-item--orange {
  border-left: 2px solid #D39206;
}
section.policy .policy-items .policy-item--blue {
  border-left: 2px solid #023067;
}
section.policy .policy-items .policy-item--green {
  border-left: 2px solid #1B973A;
}
section.policy .policy-items .policy-item--red {
  border-left: 2px solid #C50E28;
}
section.policy .policy-items .policy-item__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px dashed #E1E9EF;
}
section.policy .policy-items .policy-item__top-sentence {
  display: flex;
}
section.policy .policy-items .policy-item__top-txt {
  font-size: 20px;
  font-weight: 600;
  line-height: 55px;
  margin-left: 10px;
}
section.policy .policy-items .policy-item__top-txt--2line {
  line-height: 27.5px;
}
section.policy .policy-items .policy-item__top-num {
  font-size: 20px;
  line-height: 55px;
  font-weight: 600;
}
section.policy .policy-items .policy-item__top-num--orange {
  color: #D39206;
}
section.policy .policy-items .policy-item__top-num--blue {
  color: #023067;
}
section.policy .policy-items .policy-item__top-num--green {
  color: #1B973A;
}
section.policy .policy-items .policy-item__top-num--red {
  color: #C50E28;
}
section.policy .policy-items .policy-item__top-img {
  display: flex;
}
section.policy .policy-items .policy-item__top-img img {
  width: 55px;
  height: 55px;
  margin-left: 5px;
}
section.policy .policy-items .policy-item__content {
  font-size: 18px;
  line-height: 30px;
  padding-top: 20px;
}
@media (max-width: 768px) {
  section.policy {
    padding: 60px 0 40px;
    margin-bottom: 30px;
  }
  section.policy .section-title--policy {
    margin-bottom: 30px;
  }
  section.policy .policy-title-img {
    position: absolute;
    top: -45px;
    left: -60px;
  }
  section.policy .policy-title-img img {
    width: 100px;
  }
  section.policy .policy-top {
    text-align: left;
    width: 90%;
    margin: 0 auto 50px;
  }
  section.policy .policy-items {
    display: block;
  }
  section.policy .policy-items .policy-item {
    width: 340px;
    height: auto;
    margin: 0 auto 35px;
  }
  section.policy .policy-items .policy-item__top {
    font-size: 20px;
  }
  section.policy .policy-items .policy-item__content {
    padding-bottom: 30px;
  }
}

.profile {
  padding: 70px 0;
  margin-bottom: 80px;
  /*
  IE11対策
  ----------------------------*/
  /*----------------------------*/
}
.profile__area {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.profile__img {
  width: 50%;
}
.profile__img img {
  width: 520px;
}
.profile__content {
  width: 50%;
}
.profile__title {
  font-size: 38px;
  color: #248DB4;
  position: relative;
  top: 30px;
  text-align: left;
  font-weight: 600;
}
.profile__title span {
  display: inline-block;
  border-bottom: 1px dashed #248DB4;
}
.profile__txt {
  padding-left: 80px;
  position: relative;
  top: 70px;
  background-color: #E1E9EF;
  padding: 30px 50px;
  border-radius: 30px 0 0 0;
}
.profile__lines {
  text-align: left;
}
.profile__line {
  margin-bottom: 10px;
}
.profile__year {
  display: block;
  font-size: 12px;
  line-height: 18px;
}
.profile__event {
  font-size: 14px;
  display: inline-block;
  line-height: 18px;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.profile _:-ms-lang(x)::-ms-backdrop,
.profile .d-demo {
  width: 900px;
  display: -ms-grid;
  overflow: hidden;
}
.profile .d-demo {
  position: relative;
  height: 237px;
}
.profile .d-demo__wrap {
  display: flex;
  width: 900px;
  overflow: hidden;
  position: absolute;
  right: 0;
}
.profile .d-demo__list {
  display: flex;
  list-style: none;
}
.profile .d-demo__list--left {
  animation: infinity-scroll-left 95s infinite linear 0.5s both;
}
.profile .d-demo__item {
  width: 300px;
}
.profile .d-demo__item > img {
  width: 100%;
}
.profile ul {
  padding: 0;
}
.profile__deco {
  position: relative;
  display: inline-block;
  width: 1060px;
  margin: auto;
}
.profile__deco--1 {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 120px;
}
.profile__deco--2 {
  position: absolute;
  bottom: -170px;
  left: 50px;
  width: 160px;
}
@media (max-width: 1060px) {
  .profile__area {
    display: block;
  }
  .profile__img {
    width: 80%;
    margin: auto;
  }
  .profile__img img {
    width: 100%;
  }
  .profile__content {
    width: 100%;
  }
  .profile__title {
    font-size: 24px;
    width: 80%;
    margin: auto;
  }
  .profile__txt {
    padding-bottom: 80px;
  }
}

@media (max-width: 1060px) {
  .profile {
    margin-bottom: 0;
  }
  .profile .d-demo {
    top: -50px;
    height: 193px;
  }
  .profile .d-demo__wrap {
    width: 90vw;
  }
  .profile .d-demo__item {
    width: 233.3333333333px;
  }
  .profile__deco {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
  }
  .profile__deco--1 {
    position: absolute;
    bottom: 0px;
    left: -20;
    width: 70px;
  }
  .profile__deco--2 {
    position: absolute;
    bottom: -80px;
    left: 30px;
    width: 100px;
  }
}
section.activity {
  padding: 20px 0;
  background-color: #ffffff;
  margin-bottom: 40px;
}
section.activity .activity-items {
  display: flex;
  text-align: center;
  margin: auto;
  justify-content: center;
  flex-wrap: wrap;
}
section.activity .activity-item {
  background-color: #E1E9EF;
  width: 580px;
  height: 260px;
  padding: 20px;
  margin: 25px 15px;
  border-radius: 7px;
  position: relative;
}
section.activity .activity-item__top {
  position: absolute;
  color: #ffffff;
  background-color: #3F77B8;
  font-size: 16px;
  line-height: 25px;
  padding: 0 30px;
  border-radius: 15px;
  left: 306px;
}
section.activity .activity-item__content {
  display: flex;
}
section.activity .activity-item__img-area {
  height: 260px;
  margin-right: 30px;
}
section.activity .activity-item__img-area img {
  height: 100%;
  border-radius: 7px;
}
section.activity .activity-item__txt-area {
  text-align: left;
  position: relative;
  top: 50px;
  height: 220px;
  overflow: scroll;
}
section.activity .activity-item__line {
  margin-bottom: 10px;
}
section.activity .activity-item__year {
  display: block;
  font-size: 12px;
  line-height: 18px;
}
section.activity .activity-item__event {
  font-size: 14px;
  display: inline-block;
  line-height: 18px;
}
section.activity .activity-item__license {
  font-size: 14px;
  line-height: 25px;
}
section.activity .activity-item__license span {
  display: inline-block;
}
section.activity .activity-item__local {
  font-size: 14px;
}
section.activity .activity-item__local span {
  display: block;
  margin-bottom: 5px;
}
section.activity .activity-imgs {
  position: relative;
  height: 315px;
  width: 767px;
  margin: auto;
}
section.activity .activity-img {
  position: absolute;
  border-radius: 7px;
}
section.activity .activity-img--1 {
  left: 0;
  top: 30px;
  width: 235px;
}
section.activity .activity-img--2 {
  left: 270px;
  top: 125px;
  width: 280px;
}
section.activity .activity-img--3 {
  right: 0;
  top: 50px;
  width: 280px;
}
section.activity .pc-none {
  display: none;
}
@media (max-width: 768px) {
  section.activity .activity-item {
    width: 325px;
    height: auto;
  }
  section.activity .activity-item__top {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  section.activity .activity-item__content {
    display: block;
  }
  section.activity .activity-item__img-area {
    margin: 0 0 20px;
    height: auto;
  }
  section.activity .activity-item__img-area img {
    width: 100%;
  }
  section.activity .activity-item__txt-area {
    height: auto;
    top: 0;
  }
  section.activity .activity-imgs {
    width: 325px;
    height: 330px;
  }
  section.activity .activity-img--1 {
    width: 152px;
  }
  section.activity .activity-img--2 {
    width: 200px;
    top: 85px;
    left: 130px;
  }
  section.activity .activity-img--3 {
    width: 162px;
    top: 200px;
    right: 150px;
  }
  section.activity .sp-none {
    display: none;
  }
  section.activity .pc-none {
    display: block;
  }
}

.cheer {
  margin: auto;
  padding-bottom: 70px;
  padding-top: 50px;
  position: relative;
  background-color: #E1E9EF;
}
.cheer .section-title--cheer {
  font-size: 28px;
  color: #248DB4;
  margin-bottom: 30px;
  display: inline-block;
  border-bottom: 1px dashed #248DB4;
}
.cheer__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  max-width: 720px;
  margin: auto;
}
.cheer__img {
  width: 300px;
}
.cheer__img img {
  width: 300px;
}
.cheer__message {
  position: relative;
  margin-right: 30px;
}
.cheer__txt {
  text-align: left;
  font-size: 18px;
}
.cheer__who {
  position: absolute;
  text-align: right;
  font-size: 16px;
  right: 0;
}
.cheer__deco {
  position: absolute;
  bottom: -40px;
  right: 50px;
  width: 120px;
}
.cheer__deco img {
  width: 100%;
}
@media (max-width: 768px) {
  .cheer {
    padding-bottom: 70px;
  }
  .cheer .section-title--cheer {
    font-size: 22px;
  }
  .cheer__content {
    display: block;
    width: 320px;
    margin: auto;
  }
  .cheer__img {
    margin: auto;
  }
  .cheer__message {
    margin-right: 0;
  }
  .cheer__deco {
    bottom: -30px;
    right: 10px;
    width: 80px;
  }
}

.aozora {
  margin: auto;
  padding: 80px 0;
  background-color: #E1E9EF;
}
.aozora__inner {
  max-width: 720px;
  margin: auto;
  justify-content: space-between;
}
.aozora__content {
  max-width: 720px;
}
.aozora__banner {
  width: 370px;
  height: 58px;
  background-color: #ffffff;
  border: 2px solid #248DB4;
  position: relative;
  margin: auto;
  margin-bottom: 30px;
}
.aozora__banner-img {
  position: absolute;
  top: -27px;
  left: 15px;
}
.aozora__banner-img img {
  width: 147px;
}
.aozora__banner-link {
  position: absolute;
  width: 145px;
  height: 36px;
  background-color: #248DB4;
  top: 11px;
  right: 15px;
}
.aozora__banner-link:hover {
  opacity: 0.75;
}
.aozora__banner-link span {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
}
.aozora__banner-link i {
  font-size: 13px;
  color: #ffffff;
  position: relative;
  top: -2px;
}
.aozora__txt {
  text-align: left;
  font-size: 18px;
}
.aozora__img {
  width: 370px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.aozora__img-left {
  width: 205px;
}
.aozora__img-icon {
  display: flex;
  margin-bottom: 10px;
}
.aozora__img-icon:hover {
  opacity: 0.75;
}
.aozora__img-icon-face {
  width: 47px;
  height: 47px;
  margin-right: 7px;
}
.aozora__img-icon-face img {
  width: 100%;
  border-radius: 50%;
}
.aozora__img-icon-txt {
  text-align: left;
  color: #3E3E3E;
}
.aozora__img-icon-name {
  display: block;
  font-size: 16px;
}
.aozora__img-icon-desc {
  display: block;
  font-size: 14px;
}
.aozora__img-pic--left {
  width: 205px;
}
.aozora__img-pic--left img {
  width: 100%;
}
.aozora__img-pic--right {
  width: 155px;
}
.aozora__img-pic--right img {
  width: 100%;
}
.aozora__img-right {
  width: 155px;
}
@media (max-width: 768px) {
  .aozora {
    padding: 50px 0 20px;
  }
  .aozora__inner {
    display: block;
  }
  .aozora__content {
    margin: auto;
  }
  .aozora__banner {
    width: 326px;
    height: 47px;
    margin: 0 auto 20px;
  }
  .aozora__banner-img {
    width: 123px;
    top: -20px;
  }
  .aozora__banner-img img {
    width: 100%;
  }
  .aozora__banner-link {
    width: 120px;
    height: 30px;
    top: 8.5px;
  }
  .aozora__banner-link span {
    font-size: 14px;
    line-height: 30px;
  }
  .aozora__banner-link i {
    font-size: 12px;
  }
  .aozora__txt {
    width: 326px;
    margin: 0 auto 45px;
  }
  .aozora__img {
    margin: auto;
    width: 350px;
  }
  .aozora__img-icon-face {
    width: 40px;
    height: 40px;
  }
  .aozora__img-pic--left {
    width: 190px;
  }
  .aozora__img-pic--right {
    width: 150px;
  }
}

.office {
  margin: auto;
  padding: 70px 0;
}
.office .section-title--office {
  font-size: 30px;
  display: inline-block;
  border-bottom: 2px solid #248DB4;
  margin-bottom: 30px;
  margin-top: 0;
}
.office__content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.office__txt {
  text-align: left;
}
.office__txt-top {
  font-size: 18px;
  margin-bottom: 20px;
}
.office__txt-address {
  display: block;
  margin-bottom: 5px;
}
.office__txt-address img {
  display: inline-block;
  width: 20px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.office__txt-tel {
  display: block;
  margin-bottom: 5px;
  color: #000000;
}
.office__txt-tel img {
  display: inline-block;
  width: 20px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.office__txt-mail {
  display: flex;
}
.office__txt-mail img {
  display: inline-block;
  width: 20px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.office__txt-mail img.mail-address {
  width: 220px;
  object-fit: contain;
}
.office__map {
  margin-right: 70px;
}
@media (max-width: 768px) {
  .office {
    padding: 70px 0 40px;
  }
  .office .section-title--office {
    font-size: 22px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .office__content {
    display: block;
  }
  .office__txt {
    margin: auto;
    width: 350px;
  }
  .office__txt-top {
    margin-bottom: 15px;
  }
  .office__txt-detail {
    margin-bottom: 30px;
  }
  .office__txt-address {
    margin-bottom: 2px;
  }
  .office__txt-tel {
    margin-bottom: 2px;
  }
  .office__map {
    width: 300px;
    margin: 0 auto 30px;
  }
}

html {
  scroll-behavior: smooth;
}

header {
  position: absolute;
  width: 100vw;
  text-align: center;
}
header .header-wrap-pc {
  width: 100%;
}
header .header-wrap-sp {
  display: none;
}
header .navi-items {
  padding: 0;
}
header .navi-item {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  min-width: 124px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #2F6CB2;
  border-right: 1px solid #2F6CB2;
  white-space: nowrap;
}
header .navi-item:first-child {
  border-left: 1px solid #2F6CB2;
}
@media (max-width: 568px) {
  header {
    /*アクティブクラスがついたら透過なしにして最前面へ*/
    /*ナビゲーション*/
    /*リストのレイアウト設定*/
    /*========= ボタンのためのCSS ===============*/
    /*×に変化*/
  }
  header .header-wrap-pc {
    display: none;
  }
  header .header-wrap-sp {
    display: block;
  }
  header #g-nav {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: -1;
    opacity: 0; /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    width: calc(100% - 120px);
    height: 100vh; /*ナビの高さ*/
    background: #FFF;
    /*動き*/
    transition: all 0.3s;
    padding: 0 60px;
  }
  header #g-nav.panelactive {
    opacity: 1;
    z-index: 5;
  }
  header #g-nav-list {
    position: relative;
  }
  header #g-nav ul {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 15;
    left: 50%;
    top: 170px;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
  }
  header #g-nav.panelactive ul {
    display: block;
  }
  header #g-nav li {
    list-style: none;
    text-align: left;
    color: #2F6CB2;
    height: 70px;
    border-bottom: 1px solid #2F6CB2;
  }
  header #g-nav li:first-child {
    border-top: 1px solid #2F6CB2;
  }
  header #g-nav li a {
    line-height: 70px;
    color: #2F6CB2;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    position: relative;
  }
  header #g-nav li a i {
    display: block;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0;
  }
  header .openbtn1 {
    position: fixed;
    z-index: 10; /*ボタンを最前面に*/
    top: 20px;
    left: 5px;
    cursor: pointer;
    width: 71px;
    height: 71px;
  }
  header .openbtn1 span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #2F6CB2;
    width: 45%;
  }
  header .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }
  header .openbtn1 span:nth-of-type(2) {
    top: 25px;
  }
  header .openbtn1 span:nth-of-type(3) {
    top: 35px;
  }
  header .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  header .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
  header .menu-txt {
    position: fixed;
    top: 10px;
    left: 15px;
    font-size: 12px;
    color: #2F6CB2;
    font-weight: 600;
    z-index: 10;
  }
  header .g-nav__top {
    position: absolute;
    top: 80px;
    right: 60px;
    font-weight: 600;
    text-align: right;
    font-size: 40px;
    color: #2F6CB2;
  }
  header .g-nav__top--small {
    font-size: 15px;
    line-height: 15px;
    display: block;
  }
}

footer {
  text-align: center;
  font-size: 12px;
  padding: 20px 0;
}

.cta {
  text-align: center;
  position: relative;
  margin-bottom: 150px;
}
.cta__content {
  max-width: 630px;
  margin: auto;
}
.cta__banner {
  width: 630px;
  height: 90px;
  background-color: #ffffff;
  border: 2px solid #248DB4;
  position: relative;
  margin-bottom: 30px;
}
.cta__banner-img {
  position: absolute;
  top: -38px;
  left: 50px;
}
.cta__banner-img img {
  width: 220px;
}
.cta__banner-link {
  position: absolute;
  width: 223px;
  height: 56px;
  background-color: #248DB4;
  top: 18px;
  right: 50px;
}
.cta__banner-link:hover {
  opacity: 0.75;
}
.cta__banner-link span {
  font-size: 22px;
  line-height: 56px;
  color: #ffffff;
}
.cta__banner-link i {
  font-size: 16px;
  color: #ffffff;
  position: relative;
  top: -3px;
  left: 3px;
}
.cta__txt {
  text-align: left;
  font-size: 18px;
}
.cta__deco {
  position: absolute;
  bottom: -200px;
  right: 30px;
  width: 173px;
}
.cta__deco img {
  width: 100%;
}
@media (max-width: 1096px) {
  .cta {
    margin-bottom: 80px;
  }
  .cta__banner {
    width: 356px;
    height: 47px;
    margin: 0 auto 20px;
  }
  .cta__banner-img {
    width: 123px;
    top: -20px;
    left: 25px;
  }
  .cta__banner-img img {
    width: 100%;
  }
  .cta__banner-link {
    width: 120px;
    height: 30px;
    top: 8.5px;
    right: 25px;
  }
  .cta__banner-link span {
    font-size: 14px;
    line-height: 30px;
  }
  .cta__banner-link i {
    font-size: 12px;
  }
  .cta__txt {
    width: 356px;
    margin: 0 auto 45px;
  }
  .cta__deco {
    position: absolute;
    bottom: -130px;
    right: 20px;
    width: 110px;
  }
  .cta__deco img {
    width: 100%;
  }
}

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