@charset "UTF-8";
.fadeIn_up {
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.6s ease;
}

.fadeIn_up.is-show {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0);
  opacity: 1;
}

.dl2 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 959px) {
  .dl2 {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
}

.dl3 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
@media screen and (max-width: 959px) {
  .dl3 {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
}

.dl4 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
@media screen and (max-width: 959px) {
  .dl4 {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
}

.dl5 {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
@media screen and (max-width: 959px) {
  .dl5 {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
}

/*
  ヘッダーSP：max-width: 1023px
  SPデザイン：max-width: 768px
*/
.l-header {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 26px 0 26px;
  z-index: 9999;
  background: #fff;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.04));
  background: #fff;
}
@media screen and (max-width: 959px) {
  .l-header {
    padding: 0;
    pointer-events: none;
    background: none;
    filter: none;
    height: 48px;
  }
  .l-header.is-open {
    pointer-events: all;
  }
  .l-header.is-open .l-header__spFixed {
    filter: none;
  }
}
.l-header__spFixed {
  display: contents;
}
@media screen and (max-width: 959px) {
  .l-header__spFixed {
    display: block;
    position: relative;
    width: 100%;
    padding: 9px 20px 9px 16px;
    pointer-events: all;
    z-index: 10;
    background: #fff;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.04));
  }
}
.l-header__inner {
  max-width: calc(100% - 100px);
  min-width: 940px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .l-header__inner {
    min-width: auto;
    flex-direction: column;
    max-width: 100%;
    padding: 0;
  }
}
.l-header__logo {
  width: 212px;
  display: block;
}
@media screen and (max-width: 959px) {
  .l-header__logo {
    width: 186px;
  }
  .l-header__logo img {
    -webkit-backface-visibility: hidden;
  }
}
.l-header__navList {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .l-header__navList {
    flex-direction: column;
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .l-header__nav {
    width: 100%;
    height:100vh;
    background: #fff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
    opacity: 0;
    transition: opacity 0.2s;
    padding-bottom: 30px;
  }
  .l-header__nav.is-open {
    opacity: 1;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
    overflow: auto;
  }
}
.l-header__navItem {
  margin-left: 19px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .l-header__navItem {
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 959px) {
  .l-header__navItem:not(.l-header__navItem--button01) {
    border-bottom: 1px solid #9DDAFF;
  }
}
.l-header__navItem:first-child {
  margin-left: 0;
}
.l-header__navItem--button02 {
  margin-left: 10px;
}
@media screen and (max-width: 959px) {
  .l-header__navItem--button02 {
    margin-left: 0;
  }
}
@media screen and (max-width: 959px) {
  .l-header__navItem {
    width: 100%;
  }
}
.l-header__navLink {
  display: block;
  font-size: min(1.2vw, 14px);
  line-height: 1;
  letter-spacing: 0.08em;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  transition: 0.5s all;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .l-header__navLink {
    font-size: 16px;
    display: block;
    padding: 20px 20px;
  }
}
.l-header__navLink:hover {
  text-decoration: none;
}
.l-header__navLink:hover:not(.l-header__navLink--button) {
  color: #018BDE;
}
@media screen and (max-width: 959px) {
  .l-header__navLink:hover:not(.l-header__navLink--button) {
    color: #000;
  }
}
@media screen and (max-width: 959px) {
  .l-header__navLink {
    position: relative;
  }
  .l-header__navLink::before {
    content: "";
    position: absolute;
    right: 12px;
    top: 25px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #9DDAFF;
    border-right: 1px solid #9DDAFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.2s all;
  }
}
@media screen and (max-width: 959px) {
  .l-header__navLink.is-active::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
.l-header__navLink--button01 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #FFFFFF;
  width: 208px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #018BDE;
  border-radius: 4px;
  position: relative;
  letter-spacing: 0;
}
.naItem--button02 .l-header__navLink--button01{
  background:#0db459;
}
@media screen and (max-width: 959px) {
  .l-header__navLink--button01 {
    margin: 30px auto 0;
    width: 315px;
    max-width: 100%;
    height: 60px;
    padding-right: 30px;
  }
  .l-header__navLink--button01--text01 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-right: 6px;
  }
  .l-header__navLink--button01--text02 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    position: relative;
  }
  .l-header__navLink--button01--text02::before {
    content: "";
    position: absolute;
    left: calc(100% + 8px);
    bottom: 0;
    width: 20px;
    height: 20px;
    background: url(./../images/top/kv_ico_01.svg) center center/contain no-repeat;
  }
}
.l-header__navLink--button01::before {
  content: none;
}
.l-header__navLink--button01:hover {
  color: #FFFFFF;
  opacity: 0.8;
}
.l-header__navOpenList {
  display: none;
  position: absolute;
  left: 50%;
  top: calc(100% + 40px);
  width: 160px;
  background: #018BDE;
  transform: translate(-50%, 0);
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .l-header__navOpenList {
    position: relative;
    top: -10px;
    transform: none;
    left: auto;
    width: calc(100% - 100px);
    background: #fff;
    margin: 0;
    left: 30px;
    padding-bottom: 0;
  }
}
.l-header__navOpenItem > a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #FFFFFF;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 959px) {
  .l-header__navOpenItem > a {
    font-size: 16px;
    color: #000;
    justify-content: flex-start;
    padding: 7px 10px;
    letter-spacing: 0.08em;
    border-bottom: none;
  }
}
.l-header__navOpenItem > a:hover {
  text-decoration: none;
}
.l-header__snsList {
  margin: 60px auto 0;
  width: 160px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0;
  display: none;
}
.l-header__snsList img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .l-header__snsList {
    display: grid;
  }
}

.bottom__btnArea{
  display:none;
}
@media screen and (max-width: 959px) {
  .bottom__btnArea {
    position:fixed;
    bottom:0;
    display:block;
    padding:10px;
    width:100%;
    background:#fff;
    z-index:1000;
  }
  .bottom__btnArea ul{
    display:flex;
    gap:10px;
    padding:0;
    margin:0;
  }
  .bottom__btnArea li{
    width:100%;
    padding:0;
  }
  .bottom__btnArea li a{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    min-height:40px;
    padding:10px 0;
    border-radius:5px;
    background:#018BDE;
    color:#fff;
    font-size:4vw;
    text-decoration: none;
  }
  .bottom__btnArea li:nth-child(2) a{
    background:#0db459;
  }
}

#st-ami .l-footer {
  padding: 86px 0;
  background: #FFFFFF;
}
@media screen and (max-width: 959px) {
  #st-ami .l-footer {
    padding: 58px 0 100px;
  }
}
#st-ami .l-footer__inner {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
#st-ami .l-footer__container {
  display: flex;
}
@media screen and (max-width: 959px) {
  #st-ami .l-footer__container {
    flex-direction: column;
  }
}
#st-ami .l-footer__infoBlock {
  width: 360px;
  margin-right: min(10vw, 134px);
  max-width: 25vw;
}
@media screen and (max-width: 959px) {
  #st-ami .l-footer__infoBlock {
    margin-right: 0;
    width: 100%;
    display: contents;
    max-width: 100%;
  }
}
#st-ami .l-footer__text01 {
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  #st-ami .l-footer__text01 {
    text-align: center;
    order: 1;
  }
}
#st-ami .l-footer__text01 span {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000000;
  margin-right: 0.2em;
}
@media screen and (max-width: 959px) {
  #st-ami .l-footer__text01 span {
    line-height: 1.29;
    text-align: center;
    font-weight: 400;
    order: 1;
  }
}
#st-ami .l-footer__logo {
  display: block;
  width: 320px;
  max-width: 100%;
  margin-top: 8px;
}
@media screen and (max-width: 959px) {
  #st-ami .l-footer__logo {
    width: 320px;
    order: 2;
    margin: 0px auto 27px;
  }
}
#st-ami .l-footer__logo img {
  width: 100%;
}
#st-ami .l-footer__snsList {
  margin: 75px 0 0;
  width: 130px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding: 0;
}
@media screen and (max-width: 959px) {
  #st-ami .l-footer__snsList {
    width: 160px;
    margin: 40px auto 0;
    order: 4;
    grid-column-gap: 20px;
  }
}
#st-ami .l-footer__snsItem {
  list-style: none;
}
#st-ami .l-footer__snsItem img {
  width: 100%;
}
#st-ami .l-footer__navBlock {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
@media screen and (max-width: 959px) {
  #st-ami .l-footer__navBlock {
    order: 3;
    max-width: 500px;
    margin: 15px auto;
  }
}
#st-ami .l-footer__navClm:nth-child(1) {
  width: 240px;
  max-width: 17vw;
}
@media screen and (max-width: 959px) {
  #st-ami .l-footer__navClm:nth-child(1) {
    width: 100%;
    max-width: none;
  }
}
#st-ami .l-footer__navClm:nth-child(2) {
  width: 208px;
  max-width: 16vw;
}
@media screen and (max-width: 959px) {
  #st-ami .l-footer__navClm:nth-child(2) {
    width: 40.7%;
    max-width: 40.7%;
    margin-top: 0;
    margin-left: 11%;
  }
}
#st-ami .l-footer__navClm:nth-child(3) {
  width: 160px;
}
@media screen and (max-width: 959px) {
  #st-ami .l-footer__navClm:nth-child(3) {
    width: 180px;
    margin-left: 0;
    margin-top: 36px;
  }
}
#st-ami .l-footer__navClmTitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #4EABE4;
  margin-bottom: 0;
}
#st-ami .l-footer__navList {
  padding: 0;
  margin: 32px 0 0;
}
@media screen and (max-width: 959px) {
  #st-ami .l-footer__navList {
    margin-top: 16px;
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
  }
}
#st-ami .l-footer__navItem:nth-child(n+2) {
  margin-top: 8px;
}
#st-ami .l-footer__navItem a {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}
#st-ami .l-footer__navItem a:hover {
  color: #018BDE;
}
#st-ami .l-footer__copyright {
  margin-top: 90px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 959px) {
  #st-ami .l-footer__copyright {
    margin-top: 15px;
  }
}

#st-ami .frontpage-main .top-title01 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.33;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  margin: 0;
  padding: 0 0 24px 0;
  color: #000;
}
#st-ami .frontpage-main .top-title01::before {
  content: "" !important;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0 !important;
  bottom: 0 !important;
  width: 160px;
  height: 3px;
  border-radius: 9999px;
  background: linear-gradient(265.35deg, #56ADE8 3.13%, #1372CA 80.6%);
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-title01 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
#st-ami .frontpage-main .top-smallTitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #010101;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-smallTitle {
    margin-bottom: 11px;
    font-weight: 700;
    font-size: 16px;
  }
}
#st-ami .frontpage-main .top-smallTitle--strong {
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  color: #4EABE4;
}

.c-blue {
  color: #018BDE;
}

.c-orange {
  color: #FF814F;
}

.c-num {
  font-family: "Roboto", sans-serif;
}

#st-ami .frontpage-main .c-cv {
  padding: 87px 0;
  background: url(./../images/common/cv_bg_01.webp) center center/cover;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .c-cv {
    padding: 51px 20px 53px;
  }
}
#st-ami .frontpage-main .c-cv__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
}

#st-ami .frontpage-main .c-cv__title span{
  font-size:22px;
  display:block;
  margin:0 0 10px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .c-cv__title {
    letter-spacing: 0;
    font-size: 25px;
    line-height:1.3;
    color: #FFFFFF;
  }
  #st-ami .frontpage-main .c-cv__title span{
    font-size:15px;
  }
}
#st-ami .frontpage-main .c-cv__title--strong {
  color: #FFFFFF;
  font-size: 48px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .c-cv__title--strong {
    font-size: 50px;
  }
}
#st-ami .frontpage-main .c-cv__text01 {
  margin-top: 9px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .c-cv__text01 {
    margin-top: 4px;
    font-size: 18px;
  }
}
#st-ami .frontpage-main .c-cv__button01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  max-width: 100%;
  height: 60px;
  background: #018BDE;
  border: 1px solid #FFFEFE;
  box-shadow: 0px 0px 8px #FFFFFF;
  border-radius: 6px;
  font-weight: 700;
  margin: 20px auto 0;
  text-decoration: none;
  padding-right: 30px;
  z-index: 1;
  position: relative;
}
#st-ami .frontpage-main .c-cv__button01.document_btn{
  background:#0db459;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .c-cv__button01 {
    margin-top: 17px;
    width: 335px;
    border-radius: 6px;
    padding-right: 35px;
  }
}
#st-ami .frontpage-main .c-cv__button01--text01 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-right: 8px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .c-cv__button01--text01 {
    margin-right: 6px;
  }
}
#st-ami .frontpage-main .c-cv__button01--text02 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .c-cv__button01--text02 {
    letter-spacing: 0.05em;
  }
}
#st-ami .frontpage-main .c-cv__button01--text02::before {
  content: "";
  position: absolute;
  left: calc(100% + 9px);
  bottom: 2px;
  width: 20px;
  height: 20px;
  background: url(./../images/top/kv_ico_01.svg) center center/contain no-repeat;
}
#st-ami .frontpage-main .c-cv__button01::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  border-radius: 6px;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s ease-out;
  border: 1px solid #FFFEFE;
  mix-blend-mode: overlay;
}
#st-ami .frontpage-main .c-cv__button01:hover {
  opacity: 1;
}
#st-ami .frontpage-main .c-cv__button01:hover::before {
  opacity: 0.3;
}

body * {
  font-family: "Yu Gothic", YuGothic, "游ゴシック体", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-display: swap;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 959px) {
  #st-ami ._pc {
    display: none !important;
  }
}
#st-ami ._sp {
  display: none !important;
}
@media screen and (max-width: 959px) {
  #st-ami ._sp {
    display: block !important;
  }
}
#st-ami ._spFlex {
  display: none !important;
}
@media screen and (max-width: 959px) {
  #st-ami ._spFlex {
    display: flex !important;
  }
}
#st-ami .l-header a,
#st-ami .l-footer a {
  transition: 0.5s all;
}
#st-ami .l-header li,
#st-ami .l-footer li {
  list-style: none;
}

.grecaptcha-badge {
  z-index: 100;
  display:none !important;
}

#st-ami .frontpage-main {
  padding: 0;
  margin: 0;
}
#st-ami .frontpage-main * {
  padding: 0;
  margin: 0;
}
#st-ami .frontpage-main .top-kv {
  position:relative;
  background: url(./../images/top/kv_bg_01.webp) center center/cover;
}
#st-ami .frontpage-main .top-kv::before{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:51%;
  clip-path: polygon(0 12%, 100% 0%, 100% 82%, 0% 100%);
  background:#018BDE;
  content:"";
}
/* #st-ami .frontpage-main .top-kv::after{
  position:absolute;
  top:61px;
  left:calc(50% - 604.5px);
  background:url(../images/mv_catch_bg.png);
  background-size:cover;
  width:1204px;
  height:295px;
  content:"";
  z-index:-1;
} */
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-kv {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-kv::before {
    height: 40vw;
    width: 100%;
    position: absolute;
    content: "";
    clip-path: polygon(0 8%, 100% 0%, 100% 88%, 0% 100%);
    left: 0;
    top: 0;
    z-index: -1;
  }
}
#st-ami .frontpage-main .top-kv__inner {
  position:relative;
  padding: 9px 0px 106px 66px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1330px;
  z-index:1;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-kv__inner {
    padding: 7vw 0 20px;
    flex-direction: column;
  }
}
#st-ami .frontpage-main .top-kv__textWrap {
  padding-top: 50px;
  /* max-width: 80%;
  margin-right: 105px; */
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-kv__textWrap {
    width: 100%;
    max-width: 100%;
    display: contents;
  }
}
#st-ami .frontpage-main .top-kv__title {
  font-weight: 700;
  width:90%;
  /* font-size: 50px;
  font-size: min(40px, 4.1vw); */
  line-height: 1.23;
  letter-spacing: 0.05em;
  background: linear-gradient(265.35deg, #56ADE8 3.13%, #1372CA 80.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin:0 auto 90px;
  padding:0 70px 0 0;
}
#st-ami .frontpage-main .top-kv__title br.sp{
  display:none;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-kv__title {
    order: 1;
    font-weight: 700;
    font-size: 5.5vw;
    line-height: 1.31;
    margin-bottom: 0;
    align-self: center;
    text-align: center;
    padding:0;
  }
  #st-ami .frontpage-main .top-kv__title br.sp{
    display:block;
  }
}
#st-ami .frontpage-main .top-kv__text01 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.05em;
  color: #000000;
  position: relative;
  padding-left: 32px;
}
#st-ami .frontpage-main .top-kv__text01 .c-num {
  position: relative;
  top: 4px;
  font-weight: 500;
}

#st-ami .frontpage-main .top-kv_minimum {
  font-size: 0.3em;
  color: black;
  vertical-align: super;
}

@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-kv_minimum {
  font-size: 7px;
  }
}

@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-kv__text01 {
    font-size: 14px;
    line-height: 1.45;
    padding-left: 24px;
    margin-left: 20px;
    width: 356px;
    max-width: 90%;
  }
}
#st-ami .frontpage-main .top-kv__text01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 26px;
  height: 24px;
  background: url(./../images/top/kv_ico_03.webp) center center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-kv__text01::before {
    width: 20px;
    height: 18px;
    top: 11px;
  }
}
#st-ami .frontpage-main .top-kv__text01--color {
  color: #018BDE;
}
#st-ami .frontpage-main .top-kv__text01--strong {
  color: #018BDE;
  font-size: 36px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-kv__text01--strong {
    font-size: 24px;
  }
}
#st-ami .frontpage-main .top-kv__text01--small {
  font-weight: 400;
  font-size: 14px;
  margin-left: -27px;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-kv__text01--small {
    display: block;
    margin: 4px 0 0 -22px;
  }
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-kv__text01:nth-of-type(1) {
    order: 3;
  }
  #st-ami .frontpage-main .top-kv__text01:nth-of-type(2) {
    order: 4;
  }
  #st-ami .frontpage-main .top-kv__text01:nth-of-type(3) {
    order: 5;
  }
}
#st-ami .frontpage-main .top-kv__cv {
  padding: 0;
  width: 100%;
  display: flex;
  margin: 24px 0 0 -1px;
  gap:20px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-kv__cv {
    order: 6;
    flex-direction: column;
    margin: 26px 0 0;
  }
}
#st-ami .frontpage-main .top-kv__cvBadge {
  position: absolute;
  width: 129px;
  top: 18.6%;
  left: -11%;
  aspect-ratio: 1/1;
  max-width: 10vw;
}
#st-ami .frontpage-main .top-kv__cvBadge img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-kv__cvBadge {
    top: -38px;
    left: auto;
    right: 17px;
    width: 88px;
    max-width: 40vw;
  }
}
#st-ami .frontpage-main .top-kv__button01Wrap {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#st-ami .frontpage-main .top-kv__button01Wrap::before {
  content: "";
  position: absolute;
  background: #fff;
  z-index: -1;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  left: 4px;
  top: 4px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-kv__button01Wrap::before {
    content: none;
  }
}
#st-ami .frontpage-main .top-kv__button01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 0 10px;
  width: 303px;
  max-width: 100%;
  height: 88px;
  background: #018BDE;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-out;
  box-shadow: 4px 4px 0px #FFFFFF;
}
#st-ami .frontpage-main .kv__button02Wrap .top-kv__button01{
  background:#0db459;
}
#st-ami .frontpage-main .top-kv__button01:hover {
  opacity: 1;
  transform: translate(2px, 2px);
  box-shadow: none;
}
#st-ami .frontpage-main .top-kv__button01:hover::after {
  content: "";
  position: absolute;
  background: #fff;
  opacity: 0.3;
  z-index: -1;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-kv__button01 {
    max-width: calc(100% - 40px);
    width: 335px;
    margin: 0 auto;
  }
}
#st-ami .frontpage-main .top-kv__button01--text01 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #FFFFFF;
}
#st-ami .frontpage-main .top-kv__button01--text02 {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin-top: 10px;
  position: relative;
  left: -14px;
  font-size: min(20px, 2vw);
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-kv__button01--text02 {
    font-size: 22px;
  }
}
#st-ami .frontpage-main .top-kv__button01--text02::before {
  content: "";
  position: absolute;
  left: calc(100% + 8px);
  bottom: 0;
  width: 20px;
  height: 20px;
  background: url(./../images/top/kv_ico_01.svg) center center/contain no-repeat;
}
#st-ami .frontpage-main .top-kv__imageWrap {
  position:absolute;
  bottom:80px;
  right:0;
  width:46%;
  flex: 1;
  min-width: 344px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-kv__imageWrap {
    order: 2;
    align-self: center;
    max-width: 400px;
    margin: 46px auto 15px;
    padding: 0 18px 0 21px;
    min-width: auto;
    position:relative;
    top:auto;
    right:auto;
    bottom:auto;
    width:100%;
  }
}
#st-ami .frontpage-main .top-kv__image {
  margin: 83px 25px 0 0;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-kv__image {
    margin: 0;
  }
}

@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-fix {
    width: 100%;
    height: 100px;
    z-index: 100;
    padding: 16px 0 16px;
    transform: translate3d(0, 0, 0);
  }
}
#st-ami .frontpage-main .top-fix__container {
  background: #fff;
  position: fixed;
  bottom: 60px;
  right: 60px;
  width: 340px;
  height: 80px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-fix__container {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 335px;
    max-width: 100%;
    height: 68px;
    top: 0;
    bottom: 40px;
    transform: translate3d(0, 0, 0);
    transition: 0.6s all;
  }
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-fix.is-fix {
    bottom: 0;
    position: fixed;
    top: auto;
  }
}
#st-ami .frontpage-main .top-info{
  padding:80px 0 60px;
}
#st-ami .frontpage-main .top-info__inner{
  width: 1000px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
#st-ami .frontpage-main .top-info h2{
  margin:0 0 40px;
}
#st-ami .frontpage-main .top-info__container .center{
  text-align:center;
  font-size:16px;
  line-height:2;
  margin:0 0 40px;
}
#st-ami .frontpage-main .top-info__item{
  position:relative;
  display:flex;
  justify-content: space-between;
  margin:0 0 40px;
}
#st-ami .frontpage-main .top-info__item::before{
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 40px;
  font-weight: bold;
  display: table;
  content: "+";
  width:40px;
  text-align:center;
}
#st-ami .frontpage-main .top-info__itemBallon{
  position:relative;
  width:47%;
  height:110px;
  padding:0 25px;
  display:flex;
  align-items: center;
  justify-content: space-between;
  background:#EEF9FE;
  box-shadow:0 3px 30px rgba(49,151,239,0.25);
}
#st-ami .frontpage-main .top-info__itemBallon figure{
  width:100px;
}
#st-ami .frontpage-main .top-info__itemBallon h3{
  font-size:21px;
  line-height:1.5;
  letter-spacing: 0.05em;
  font-weight:bold;
}
#st-ami .frontpage-main .top-info__itemBallon h3 span{
  color:#207DD0;
}
.top-info__img{
  display:flex;
  justify-content: space-between;
}
.top-info__img figure:nth-child(1){
  width:45%;
}
.top-info__img figure:nth-child(2){
  width:52.7%;
}

@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-info{
    padding:60px 0 40px;
  }
  #st-ami .frontpage-main .top-info__container .center{
    font-size:14px;
  }
  #st-ami .frontpage-main .top-info__itemBallon{
    height:12vw;
    padding:0 2vw;
  }
    #st-ami .frontpage-main .top-info__itemBallon h3{
      font-size:2vw;
    }
  #st-ami .frontpage-main .top-info__itemBallon figure{
    width:10vw;
  }
  .top-info__img figure{
    width:100%;
  }
}

@media screen and (max-width: 640px) {
  #st-ami .frontpage-main .top-info h2 br{
    display:block;
  }
  #st-ami .frontpage-main .top-info__container .center .sp{
    display:none;
  }
  #st-ami .frontpage-main .top-info__item{
    flex-direction: column;
    gap:9vw;
  }
  #st-ami .frontpage-main .top-info__item::before{
    font-size:7vw;
  }
  #st-ami .frontpage-main .top-info__itemBallon{
    width:100%;
    height:auto;
    padding:20px;
    box-shadow:0 3px 15px rgba(49,151,239,0.15);
  }
  .top-info__img{
    flex-direction: column;
    gap:20px;
  }
  .top-info__img figure:nth-child(1),.top-info__img figure:nth-child(2){
    width:100%;
  }
  #st-ami .frontpage-main .top-info__itemBallon h3{
    font-size:4vw;
  }
  #st-ami .frontpage-main .top-info__itemBallon figure{
    width:20vw;
  }
}




#st-ami .frontpage-main .top-consent{
  padding:80px 0 0;
}
#st-ami .frontpage-main .top-consent__inner{
  width: 1000px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
#st-ami .frontpage-main .top-consent h2{
  margin:0 0 40px;
}
#st-ami .frontpage-main .top-consent__item{
  position:relative;
  display:flex;
  justify-content: center;
  margin:0 0 45px;
  gap:40px;
}
#st-ami .frontpage-main .top-consent__img,#st-ami .frontpage-main .top-consent__text{
  width:480px;
}
#st-ami .frontpage-main .top-consent__item h3{
  font-size:30px;
  line-height:1.3;
  letter-spacing: 0.05em;
  font-weight:bold;
  margin:0 0 20px;
}
#st-ami .frontpage-main .top-consent__item h3.pc{
  display:block;
}
#st-ami .frontpage-main .top-consent__item h3.sp{
  display:none;
}
#st-ami .frontpage-main .top-consent__item h3 span{
  color:#4797DB;
  font-size:36px;
}
#st-ami .frontpage-main .top-consent__item h3 span.or{
  color:#F3B342;
}
#st-ami .frontpage-main .top-consent__text p{
  font-size:16px;
  line-height:2.1;
  letter-spacing: 0.05em;
}

#st-ami .frontpage-main .top-consent__feature{
  display:flex;
  justify-content: center;
  gap:40px;
}
#st-ami .frontpage-main .top-consent__featureWrap{
  width:48%;
  padding:40px;
  background:#F7F7F7;
  border-radius:10px;
}
#st-ami .frontpage-main .top-consent__featureWrap:nth-child(2){
  background:#EEF9FE;
}
#st-ami .frontpage-main .top-consent__featureWrap h3{
  background:#8D8D8D;
  color:#fff;
  font-size:20px;
  font-weight:bold;
  text-align:center;
  display:flex;
  justify-content: center;
  align-items: center;
  height:60px;
  border-radius:10px;
  margin:0 0 20px;
  padding:0 10px;
  letter-spacing: 0.05em;
}
#st-ami .frontpage-main .top-consent__featureWrap:nth-child(2) h3{
  background:#4797DB;
}
#st-ami .frontpage-main .top-consent__featureItem._01{
  margin:0 0 20px;
}
#st-ami .frontpage-main .top-consent__featureItem h4{
  font-size:20px;
  font-weight:bold;
  color:#4797DB;
  text-align:center;
  margin:0 0 20px;
  letter-spacing: 0.05em;
}
#st-ami .frontpage-main .top-consent__featureItem img{
  border-radius:10px 10px 0 0;
}
#st-ami .frontpage-main .top-consent__featureText{
  background:#fff;
  border-radius:0 0 10px 10px;
  padding:25px;
  letter-spacing: 0.05em;
}


@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-consent__item{
    flex-direction: column;
  }
  #st-ami .frontpage-main .top-consent__img,#st-ami .frontpage-main .top-consent__text{
    width:100%;
  }
  #st-ami .frontpage-main .top-consent__item h3{
    font-size:24px;
    text-align:center;
  }
  #st-ami .frontpage-main .top-consent__item h3 span{
    font-size:28px;
  }
  #st-ami .frontpage-main .top-consent__item h3.pc{
    display:none;
  }
  #st-ami .frontpage-main .top-consent__item h3.sp{
    display:block;
  }
  #st-ami .frontpage-main .top-consent__feature{
    flex-direction: column;
  }
  #st-ami .frontpage-main .top-consent__featureWrap{
    width:100%;
    padding:15px 4%;
    border-radius:6px;
  }
  #st-ami .frontpage-main .top-consent__featureWrap h3{
    border-radius:6px;
    font-size:18px;
  }
  #st-ami .frontpage-main .top-consent__featureItem h4{
    font-size:18px;
    margin:0 0 15px;
  }
  #st-ami .frontpage-main .top-consent__featureItem img{
    width:100%;
    border-radius:6px 6px 0 0;
  }
  #st-ami .frontpage-main .top-consent__featureText{
    border-radius:0 0 6px 6px;
    padding:15px;
  }
  #st-ami .frontpage-main .top-consent__featureText p{
    font-size:14px;
  }
}

#st-ami .frontpage-main .top-trouble2{
  display:none;
}
#st-ami .frontpage-main .top-trouble {
  padding: 80px 0 40px;
	/* display:none; */
  background:#f3fbff;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-trouble {
    padding: 82px 0 40px;
  }
}
#st-ami .frontpage-main .top-trouble__inner {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
}
#st-ami .frontpage-main .top-trouble__container {
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-trouble__container {
    margin-top: 30px;
  }
}
#st-ami .frontpage-main .top-trouble__list{
  position:relative;
}
#st-ami .frontpage-main .top-trouble__box{
  position:relative;
  margin:0 auto;
  width:100%;
  max-width:800px;
  padding:30px;
  border:5px solid #BFEBFF;
  display:flex;
  gap:30px;
  align-items: center;
  justify-content: center;
}
#st-ami .frontpage-main .top-trouble__box::before{
  position:absolute;
  top:-65px;
  left:70px;
  width:250px;
  height:97.6px;
  background:url(../images/fukidashi.png);
  background-size:cover;
  content:"";
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-trouble__box::before{
    content:none;
  }
}
#st-ami .frontpage-main .top-trouble__img{
  font-weight:bold;
  text-align:center;
}
#st-ami .frontpage-main .top-trouble__img p._sp{
  display:none;
}
#st-ami .frontpage-main .top-trouble__img figure{
  width:170px;
  margin:0 auto 10px;
}
#st-ami .frontpage-main .top-trouble__list ul{
  flex:1;
}
#st-ami .frontpage-main .top-trouble__list ul li{
  position:relative;
  font-size:22px;
  letter-spacing: 0.1em;
  line-height:1.2;
  list-style: none;
  padding:0 0 0 25px;
}
#st-ami .frontpage-main .top-trouble__list ul li:not(:last-child){
  margin:0 0 15px;
}
#st-ami .frontpage-main .top-trouble__list ul li::before{
  content: "";
  width: 16px;
  height: 16px;
  background: url(./../images/top/feature_ico_01.svg) center center/contain no-repeat;
  position: absolute;
  top: 2px;
  left: -3px;
}
#st-ami .frontpage-main .top-trouble__list ul li span{
  color: #207dd0;
  font-weight: bold;
}
#st-ami .frontpage-main .top-trouble__list figure.staff_illust{
  position:relative;
  margin:-30px auto 0;
  width:360px;
}
#st-ami .frontpage-main .top-trouble__message{
  position:relative;
  padding:100px 0 0;
  text-align:center;
}
#st-ami .frontpage-main .top-trouble__message::before{
  position:absolute;
  top:35px;
  left:0;
  right:0;
  margin:auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #BFEBFF transparent transparent transparent;
  content:"";
}
#st-ami .frontpage-main .top-trouble__message p{
  font-size:24px;
  letter-spacing: 0.1em;
  line-height:1.8;
  font-weight:bold;
}
#st-ami .frontpage-main .top-trouble__message p span{
  color:#207DD0;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-trouble__box{
    padding:20px;
    border:3px solid #BFEBFF;
    flex-direction: column;
  }
  #st-ami .frontpage-main .top-trouble__img p._sp{
    position:relative;
    display:table;
    margin:0 auto;
    line-height:1.5;
    font-size:15px;
  }
  #st-ami .frontpage-main .top-trouble__img p._sp::before{
    position:absolute;
    top:0;
    bottom:0;
    left:-15px;
    margin:auto;
    width:2px;
    height:40px;
    background:#333;
    transform:rotate(-10deg);
    content:"";
  }
  #st-ami .frontpage-main .top-trouble__img p._sp::after{
    position:absolute;
    top:0;
    bottom:0;
    right:-15px;
    margin:auto;
    width:2px;
    height:40px;
    background:#333;
    transform:rotate(10deg);
    content:"";
  }
  #st-ami .frontpage-main .top-trouble__img figure{
    width:130px;
  }
  #st-ami .frontpage-main .top-trouble__list ul li{
    font-size:14px;
  }
  #st-ami .frontpage-main .top-trouble__list ul li:not(:last-child){
    margin:0 0 10px;
  }
  #st-ami .frontpage-main .top-trouble__list ul li::before{
    top:0;
  }
  #st-ami .frontpage-main .top-trouble__list figure.staff_illust{
    margin:-15px auto 0;
    width:80%;
    max-width:400px;
  }
  #st-ami .frontpage-main .top-trouble__message{
    padding:70px 0 0;
  }
  #st-ami .frontpage-main .top-trouble__message::before{
    top:25px;
    border-width: 30px 30px 0 30px;
  }
  #st-ami .frontpage-main .top-trouble__message p{
    font-size:4vw;
  }
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-trouble__item:nth-child(2) {
    margin-top: 118px;
  }
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-trouble__item:nth-child(3) {
    margin-top: 110px;
  }
}
#st-ami .frontpage-main .top-trouble__itemBallon {
  background: #FFFFFF;
  position: relative;
  padding: 0 10% 24px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-trouble__itemBallon {
    border-radius: 12px 12px 0 0;
    padding-bottom: 13px;
  }
}
#st-ami .frontpage-main .top-trouble__itemBallon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}
#st-ami .frontpage-main .top-trouble__itemBody {
  padding: 44px 6% 0;
  background: #E7F6FF;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-trouble__itemBody {
    border-radius: 0 0 12px 12px;
    background: #E7F6FF;
    padding: 29px 6% 0;
  }
}
#st-ami .frontpage-main .top-trouble__text01 {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -50%);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  color: #A2A2A2;
  position: absolute;
  position: relative;
  width: 109px;
  height: 70px;
  background: url(./../images/top/trouble_bg_01.svg) center center/contain no-repeat;
}
#st-ami .frontpage-main .top-trouble__text01--text02 {
  background: url(./../images/top/trouble_bg_02.svg) center center/contain no-repeat;
}
#st-ami .frontpage-main .top-trouble__text01--text03 {
  background: url(./../images/top/trouble_bg_03.svg) center center/contain no-repeat;
}
#st-ami .frontpage-main .top-trouble__text02 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  letter-spacing: 0.05em;
  color: #666666;
  margin-top: -20px;
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-trouble__text02 {
    font-size: 20px;
    margin-top: -37px;
    line-height: 1.5;
  }
}
#st-ami .frontpage-main .top-trouble__text04Wrap {
  margin: 0 auto;
  width: 240px;
  max-width: 100%;
  background: #fff;
  padding: 6px 4px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-trouble__text04Wrap {
    width: 217px;
  }
}
#st-ami .frontpage-main .top-trouble__text04 {
  max-width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.08em;
  background: linear-gradient(265.35deg, #56ADE8 3.13%, #1372CA 80.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-trouble__text04 {
    font-size: 16px;
  }
}
#st-ami .frontpage-main .top-trouble__text05 {
  font-weight: 700;
  font-size: min(24px, 2.2vw);
  line-height: 1.42;
  text-align: center;
  letter-spacing: 0.05em;
  color: #018BDE;
  margin-top: 35px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-trouble__text05 {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 30px;
  }
}
#st-ami .frontpage-main .top-trouble__itemImage {
  border-radius: 50%;
  overflow: hidden;
  margin: -12px auto 0;
  width: 100px;
  height: 100px;
  transform: translate(0, 50%);
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-trouble__itemImage {
    margin-top: -21px;
  }
}

#st-ami .frontpage-main .top-movie{
  padding:40px 0 60px;
  background:#f2fbfe;
}
#st-ami .frontpage-main .top-movie__inner {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
}

#st-ami .frontpage-main .top-movie h2{
  margin:0 0 40px;
}
#st-ami .frontpage-main .top-movie .center{
  text-align:center;
  letter-spacing: 0.1em;
  margin:0 0 20px;
}
#st-ami .frontpage-main .top-movie .top-movie__box {
  display:flex;
  justify-content: center;
  gap:40px;
}
#st-ami .frontpage-main .top-movie .top-movie__item h3{
  width:100%;
  padding:10px;
  font-size:20px;
  letter-spacing: 0,05em;
  color:#fff;
  background:#018BDE;
  border-radius:5px;
  margin:0 0 20px;
  text-align:center;
}
#st-ami .frontpage-main .top-movie video{
  margin:0 auto;
  display:block;
  width:540px;
  height:auto;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-movie .center{
    font-size:14px;
  }
  #st-ami .frontpage-main .top-movie .top-movie__box {
    flex-direction: column;
    gap:40px;
  }
  #st-ami .frontpage-main .top-movie .top-movie__item h3{
    font-size:16px;
  }
  #st-ami .frontpage-main .top-movie video{
    max-width:640px;
    width:100%;
  }
}

#st-ami .frontpage-main .top-feature {
  padding: 94px 0 100px;
  background: url(./../images/top/feature_bg_01.webp) center center/cover;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature {
    padding: 101px 0 100px;
    background: url(./../images/top/feature_bg_01_sp.webp) center center/cover;
  }
}
#st-ami .frontpage-main .top-feature__inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__inner {
    max-width: calc(100% - 40px);
  }
}
#st-ami .frontpage-main .top-feature__text01 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.89;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
  margin-top: 24px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__text01 {
    margin-top: 30px;
    text-align: left;
    font-size: 16px;
    line-height: 1.75;
  }
}
#st-ami .frontpage-main .top-feature__awardsContainer {
  width: 485px;
  max-width: 100%;
  margin: 32px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__awardsContainer {
    width: 335px;
  }
}
#st-ami .frontpage-main .top-feature__awards {
  width: 222px;
  padding: 35px 0 10px;
  position: relative;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__awards {
    width: 160px;
  }
}
#st-ami .frontpage-main .top-feature__awards::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 40px;
  height: 26px;
  background: url(./../images/top/feature_img_01.webp) center center/contain no-repeat;
}
#st-ami .frontpage-main .top-feature__awardsTextWrap {
  text-align: center;
  position: relative;
  z-index: 1;
}
#st-ami .frontpage-main .top-feature__awardsTextWrap::before, #st-ami .frontpage-main .top-feature__awardsTextWrap::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 33px;
  height: 70px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__awardsTextWrap::before, #st-ami .frontpage-main .top-feature__awardsTextWrap::after {
    width: 24px;
    z-index: -1;
    height: 51px;
  }
}
#st-ami .frontpage-main .top-feature__awardsTextWrap::before {
  left: 0;
  background: url(./../images/top/feature_img_02.webp) center center/contain no-repeat;
}
#st-ami .frontpage-main .top-feature__awardsTextWrap::after {
  right: 0;
  background: url(./../images/top/feature_img_03.webp) center center/contain no-repeat;
}
#st-ami .frontpage-main .top-feature__awardsText01 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.67;
  text-align: center;
  color: #000000;
  display: block;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__awardsText01 {
    font-size: 16px;
    line-height: 1;
  }
}
#st-ami .frontpage-main .top-feature__awardsText02 {
  font-weight: 556;
  font-size: 30px;
  line-height: 1;
  color: #FF814F;
  margin-right: 1px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__awardsText02 {
    font-size: 26px;
  }
}
#st-ami .frontpage-main .top-feature__awardsText03 {
  font-weight: 600;
  font-size: 20px;
  color: #FF814F;
  margin-right: 4px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__awardsText03 {
    font-size: 16px;
  }
}
#st-ami .frontpage-main .top-feature__awardsText04 {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__awardsText04 {
    font-size: 16px;
  }
}
#st-ami .frontpage-main .top-feature__block {
  margin-top: 60px;
  width: calc(50% + 500px);
  max-width: 90%;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px 10px rgba(78, 171, 228, 0.1);
  border-radius: 0px 8px 8px 0px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__block {
    margin: 60px auto 0;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
    border-radius: 0px 4px 4px 0px;
  }
}
#st-ami .frontpage-main .top-feature__block--block02 {
  border-radius: 8px 0px 0px 8px;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__block--block02 {
    margin: 33px auto 0;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
    border-radius: 0px 4px 4px 0px;
  }
}
#st-ami .frontpage-main .top-feature__block--block02 .top-feature__blockInner {
  margin: 0;
  padding: 16px 0 10px 60px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__block--block02 .top-feature__blockInner {
    padding: 28px 20px;
    flex-direction: column;
    min-width: auto;
    width: 100%;
  }
}
#st-ami .frontpage-main .top-feature__block--block02 .top-feature__blockTextWrap {
  flex: 1;
  padding: 24px 0;
  margin-top: 5px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__block--block03 {
    margin: 33px auto 0;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
    border-radius: 0px 4px 4px 0px;
  }
}
#st-ami .frontpage-main .top-feature__block--block03 .top-feature__blockInner {
  padding: 7px 40px 4px 0;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__block--block03 .top-feature__blockInner {
    padding: 32px 20px;
    flex-direction: column;
    min-width: auto;
    width: 100%;
  }
}
#st-ami .frontpage-main .top-feature__block--block03 .top-feature__blockTextWrap {
  flex: 1;
  padding: 34px 0;
}
#st-ami .frontpage-main .top-feature__block--block04 {
  border-radius: 8px 0px 0px 8px;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__block--block04 {
    margin: 30px auto 0;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
    border-radius: 0px 4px 4px 0px;
  }
}
#st-ami .frontpage-main .top-feature__block--block04 .top-feature__blockInner {
  padding: 16px 0 23px 70px;
  margin: 0;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__block--block04 .top-feature__blockInner {
    padding: 30px 20px;
    flex-direction: column;
    min-width: auto;
    width: 100%;
  }
}
#st-ami .frontpage-main .top-feature__block--block04 .top-feature__blockTextWrap {
  padding: 22px 0 11px;
  flex: 1;
}
#st-ami .frontpage-main .top-feature__blockInner {
  max-width: 1220px;
  margin-left: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 800px;
  padding: 33px 60px 35px 0;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__blockInner {
    padding: 28px 20px 30px;
    flex-direction: column;
    min-width: auto;
    width: 100%;
  }
}
#st-ami .frontpage-main .top-feature__blockImageWrap {
  width: 550px;
  max-width: 53%;
  flex-shrink: 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__blockImageWrap {
    width: 100%;
    max-width: 500px;
    margin: 14px auto 0;
    order: 3;
  }
}
#st-ami .frontpage-main .top-feature__blockImageWrap--ImageWrap01 .top-feature__blockImage {
  width: 460px;
}
#st-ami .frontpage-main .top-feature__blockImageWrap--ImageWrap02 {
  margin-right: 0;
  width: 610px;
  margin-left: 20px;
}
#st-ami .frontpage-main .top-feature__blockImageWrap--ImageWrap02 .top-feature__blockImage {
  width: 410px;
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__blockImageWrap--ImageWrap02 {
    margin: 17px 0 0 -3px;
    width: calc(100% + 20px);
  }
}
#st-ami .frontpage-main .top-feature__blockImageWrap--ImageWrap03 {
  width: 452px;
  margin-right: 20px;
}
#st-ami .frontpage-main .top-feature__blockImageWrap--ImageWrap03 .top-feature__blockImage {
  width: 201px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__blockImageWrap--ImageWrap03 {
    margin: 6px auto -22px;
    width: 191px;
  }
}
#st-ami .frontpage-main .top-feature__blockImageWrap--ImageWrap04 {
  margin-right: 0;
  margin-left: auto;
  width: 41.3%;
  margin-top: -12px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__blockImageWrap--ImageWrap04 {
    margin-left: 0;
    width: 100%;
  }
}
#st-ami .frontpage-main .top-feature__blockImage {
  max-width: 90%;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__blockImage {
    max-width: 100%;
  }
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__blockTextWrap {
    display: contents;
    padding: 0;
  }
}
#st-ami .frontpage-main .top-feature__blockText01 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #018BDE;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__blockText01 {
    order: 1;
    font-size: 20px;
    text-align: center;
    line-height: 1.25;
  }
}
#st-ami .frontpage-main .top-feature__blockText01--strong {
  color: #018BDE;
  font-size: 36px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__blockText01--strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__blockText01--sp2row {
    line-height: 1.4;
    margin-top: 3px;
  }
}
#st-ami .frontpage-main .top-feature__blockText02 {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.62;
  color: #000000;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__blockText02 {
    order: 2;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
}
#st-ami .frontpage-main .top-feature__blockText03Wrap {
  margin-top: 30px;
  background: #EEF9FF;
  padding: 14px 20px 14px 28px;
  margin-bottom: -10px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__blockText03Wrap {
    order: 4;
    margin-top: 20px;
    padding: 20px 17px;
    margin-bottom: 0;
  }
}
#st-ami .frontpage-main .top-feature__blockText03 {
  position: relative;
  padding-left: 27px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #000000;
  line-height: 28px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__blockText03 {
    font-size: 16px;
    line-height: 1.38;
    padding-left: 20px;
  }
}
#st-ami .frontpage-main .top-feature__blockText03:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__blockText03:nth-child(n+2) {
    margin-top: 16px;
  }
}
#st-ami .frontpage-main .top-feature__blockText03 .c-blue {
  font-weight: 700;
}
#st-ami .frontpage-main .top-feature__blockText03::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(./../images/top/feature_ico_01.svg) center center/contain no-repeat;
  position: absolute;
  top: 11px;
  left: -3px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__blockText03::before {
    top: 4px;
    left: -2px;
  }
}
#st-ami .frontpage-main .top-feature__drWrap {
  margin-right: 0;
  margin-left: 20px;
  width: 464px;
  max-width: 60%;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__drWrap {
    width: 100%;
    max-width: 600px;
    order: 2;
    margin: 21px auto 0;
  }
}
#st-ami .frontpage-main .top-feature__drNameWrap {
  height: 120px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__drNameWrap {
    height: 140px;
    flex: 1;
    padding: 0 0 0 148px;
  }
}
#st-ami .frontpage-main .top-feature__drPosition {
  margin-top: auto;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000000;
  text-shadow: 1px 1px 1px #FFFFFF;
}
#st-ami .frontpage-main .top-feature__drName {
  margin-top: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000000;
  text-shadow: 1px 1px 1px #FFFFFF;
}
#st-ami .frontpage-main .top-feature__drClm {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 290px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__drClm {
    width: 100%;
    max-width: 100%;
  }
}
#st-ami .frontpage-main .top-feature__drImage {
  width: 176px;
  position: absolute;
  top: -17px;
  left: -26px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__drImage {
    width: 186px;
    top: -10px;
    left: -18px;
  }
}
#st-ami .frontpage-main .top-feature__drText {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  color: #000000;
  width: 290px;
  max-width: 90%;
  margin: 25px auto 0;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-feature__drText {
    padding: 0;
    margin-top: 17px;
    width: 100%;
    max-width: 100%;
  }
}

#st-ami .frontpage-main .top-impression {
  padding: 100px 0 100px;
}
#st-ami .frontpage-main .top-impression__inner {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
#st-ami .frontpage-main .top-impression__text01 {
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.89;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-impression__text01 {
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
  }
}
#st-ami .frontpage-main .top-impression__image {
  margin-top: 58px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-impression__image {
    margin-top: 16px;
  }
}

#st-ami .frontpage-main {
  padding: 0;
  margin: 0;
}
#st-ami .frontpage-main * {
  padding: 0;
  margin: 0;
}
#st-ami .frontpage-main .top-reason {
  padding: 148px 0 100px;
}
#st-ami .frontpage-main .top-reason__inner {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
#st-ami .frontpage-main .top-reason__title--strong {
  font-weight: 500;
  font-size: 30px;
  color: #4EABE4;
}
@media screen and (max-width: 959px) {
#st-ami .frontpage-main .top-reason {
  padding: 60px 0;
}
  #st-ami .frontpage-main .top-reason__title--strong {
    font-size: 16px;
  }
}
#st-ami .frontpage-main .top-reason__title--strongNum {
  font-weight: 500;
  font-size: 40px;
  color: #4EABE4;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-reason__title--strongNum {
    font-size: 34px;
  }
}
#st-ami .frontpage-main .top-reason__container {
  margin-top: 54px;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:20px 0;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-reason__container {
    margin-top: 60px;
    flex-direction: column;
  }
}
#st-ami .frontpage-main .top-reason__item {
  background: #FFFFFF;
  box-shadow: 0px 5px 30px 10px rgba(78, 171, 228, 0.1);
  border-radius: 6px;
  overflow: hidden;
  width:32%
}
#st-ami .frontpage-main .top-reason__item:first-child{
  width:100%;
}
#st-ami .frontpage-main .top-reason__itemImage {
  height: 220px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-reason__item{
    width:100%;
  }
  #st-ami .frontpage-main .top-reason__itemImage {
    height: 124px;
  }
}
#st-ami .frontpage-main .top-reason__itemImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#st-ami .frontpage-main .top-reason__itemBody {
  padding: 20px 20px 37px;
}
#st-ami .frontpage-main .top-reason__itemBody__list{
  /* display:flex; */
  flex-wrap: wrap;
  gap:0 20px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-reason__itemBody {
    padding: 21px 17px 20px;
  }
}
#st-ami .frontpage-main .top-reason__itemText01 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #018BDE;
  text-align: center;
}
#st-ami .frontpage-main .top-reason__item:first-child .top-reason__itemText01{
  font-size:28px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-reason__itemText01 {
    font-size: 18px;
    line-height: 1.33;
    padding: 0 20px;
  }
  #st-ami .frontpage-main .top-reason__item:first-child .top-reason__itemText01{
    font-size:22px;
  }
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-reason__itemText01--text02 {
    padding: 0 18px;
  }
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-reason__itemText01--text03 {
    padding: 0 0;
    width: calc(100% + 10px);
    margin-left: -5px;
  }
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-reason__itemText01--text04 {
    padding: 0 0;
  }
}
#st-ami .frontpage-main .top-reason__itemText02 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  padding-left: 1.25em;
  text-indent: -1.25em;
  margin-top: 20px;
}
#st-ami .frontpage-main .top-reason__itemBody__list .top-reason__itemText02{
  font-size:22px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-reason__itemText02 {
    margin-left: -7px;
    margin-top: 9px;
  }
  #st-ami .frontpage-main .top-reason__itemBody__list .top-reason__itemText02{
    font-size:18px;
  }
}
#st-ami .frontpage-main .top-reason__itemText02:nth-of-type(n+2) {
  margin-top: 8px;
}
#st-ami .frontpage-main .top-reason__itemText02::before {
  content: "・";
  font-weight: 400;
  font-size: 16px;
  color: #018BDE;
}
/* #st-ami .frontpage-main .top-reason__itemText02::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  transition: .2s ease-in-out;
  color: #018BDE;
} */

#st-ami .frontpage-main {
  padding: 0;
  margin: 0;
}
#st-ami .frontpage-main * {
  padding: 0;
  margin: 0;
}
#st-ami .frontpage-main .top-merit {
  padding: 80px 0 80px;
  background: #F4FBFF;
  box-shadow: 0px 0px 40px 10px rgba(78, 171, 228, 0.05);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-merit {
    padding: 100px 0 35px;
  }
}
#st-ami .frontpage-main .top-merit::before {
  position: absolute;
  top: 0;
  width: 1440px;
  max-width: 100%;
  height: 120%;
  content: "";
  background: url(./../images/top/merit_bg_01.webp) center center/cover;
  z-index: 1;
  bottom: 0;
  margin: auto;
  right: -2%;
  left: 0;
}
#st-ami .frontpage-main .top-merit__inner {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#st-ami .frontpage-main .top-merit__container {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-merit__container {
    flex-direction: column;
    margin-top: 60px;
  }
}
#st-ami .frontpage-main .top-merit__textBlock {
  flex: 1;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-merit__textBlock {
    width: 100%;
  }
}
#st-ami .frontpage-main .top-merit__text01 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #018BDE;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-merit__text01 {
    font-size: 18px;
    line-height: 1.33;
  }
}
#st-ami .frontpage-main .top-merit__text02 {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #000000;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-merit__text02 {
    margin-top: 40px;
  }
}
#st-ami .frontpage-main .top-merit__text02 + .top-merit__text02 {
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-merit__text02 + .top-merit__text02 {
    margin-top: 2em;
  }
}
#st-ami .frontpage-main .top-merit__imageBlock {
  width: 320px;
  margin-left: 180px;
  flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-merit__imageBlock {
    width: 280px;
    margin: 45px auto 0;
  }
}
#st-ami .frontpage-main .top-merit__nameWrap {
  position: relative;
  top: -65px;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px 10px rgba(78, 171, 228, 0.1);
  border-radius: 5px;
  padding: 24px 40px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-merit__nameWrap {
    padding: 24px 10px;
  }
}
#st-ami .frontpage-main .top-merit__position {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #018BDE;
  text-shadow: 1px 1px 1px #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-merit__position {
    font-weight: 400;
  }
}
#st-ami .frontpage-main .top-merit__name {
  margin-top: 10px;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000000;
  text-shadow: 1px 1px 1px #FFFFFF;
}
#st-ami .frontpage-main {
  padding: 0;
  margin: 0;
}
#st-ami .frontpage-main * {
  padding: 0;
  margin: 0;
}
#st-ami .frontpage-main .top-case {
  padding: 100px 0 100px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-case {
    padding: 98px 0 20px;
  }
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-case .top-case__title.top-smallTitle {
    line-height: 1.25;
  }
}
#st-ami .frontpage-main .top-case__container {
  margin-top: 51px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-case__container {
    margin-top: 60px;
  }
}
#st-ami .frontpage-main .top-case__item {
  background: #F9F9F9;
  border-radius: 5px;
  overflow: hidden;
  height: auto;
}
#st-ami .frontpage-main .top-case__itemImage {
  height: 180px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-case__itemImage {
    height: 160px;
  }
}
#st-ami .frontpage-main .top-case__itemImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#st-ami .frontpage-main .top-case__itemBody {
  padding: 20px 20px 16px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-case__itemBody {
    padding: 16px 14px;
  }
}
#st-ami .frontpage-main .top-case__itemAddress {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #666666;
}
#st-ami .frontpage-main .top-case__itemAddress span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #666666;
  margin-right: 4px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-case__itemAddress span {
    font-size: 14px;
  }
}
#st-ami .frontpage-main .top-case__itemText01 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #000000;
  margin-top: 14px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-case__itemText01 {
    margin-top: 11px;
  }
}
#st-ami .frontpage-main .top-case__itemName {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-case__itemName {
    margin-top: 8px;
    line-height: 1.29;
    font-size: 14px;
  }
}
#st-ami .frontpage-main .top-case__itemTagWrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
#st-ami .frontpage-main .top-case__itemTag {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #666666;
  margin-right: 4px;
  margin-bottom: 8px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-case__itemTag {
    font-size: 14px;
  }
}
#st-ami .frontpage-main .top-case__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-case__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 27px;
  }
}
#st-ami .frontpage-main .top-case__pagination .swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 8px !important;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-case__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
#st-ami .frontpage-main .top-case__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #018BDE;
}
#st-ami .frontpage-main .top-case .swiper-wrapper {
  transition-timing-function: linear;
}

#st-ami .frontpage-main {
  padding: 0;
  margin: 0;
}
#st-ami .frontpage-main * {
  padding: 0;
  margin: 0;
}

#st-ami .frontpage-main .top-function {
  padding: 100px 0 100px;
}
#st-ami .frontpage-main .top-function__list{
  display:flex;
  justify-content: center;
  gap:30px;
  flex-wrap: wrap;
  margin:56px 0 0;
}
#st-ami .frontpage-main .top-function__item{
  width:320px;
  height:80px;
  box-shadow:0px 5px 30px 10px rgba(78, 171, 228, 0.1);
  display:flex;
  justify-content: center;
  align-items: center;
  font-size:18px;
  font-weight:bold;
  border-left:2px solid #018BDE;
  text-decoration: none;
  letter-spacing: 0.05em;
}
#st-ami .frontpage-main .top-function__inner{
  width:1200px;
  max-width:calc(100% - 40px);
  margin:0 auto;
}
@media screen and (max-width: 740px) {
  #st-ami .frontpage-main .top-function{
    padding:50px 0 0;
  }
  #st-ami .frontpage-main .top-function__list{
    gap:4vw;
  }
  #st-ami .frontpage-main .top-function__item{
    width:42vw;
    height:12vw;
    font-size:3vw;
  }
}

#st-ami .frontpage-main .top-flow {
  padding: 100px 0 100px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-flow {
    padding: 50px 0 100px;
  }
}
#st-ami .frontpage-main .top-flow__inner {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
#st-ami .frontpage-main .top-flow__list {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 54px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-flow__list {
    margin-top: 60px;
    grid-template-columns: 1fr;
    grid-row-gap: 36px;
  }
}
#st-ami .frontpage-main .top-flow__item {
  background: #FFFFFF;
  box-shadow: 0px 5px 30px 10px rgba(78, 171, 228, 0.1);
  padding: 40px 10px 24px;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  max-width: 20vw;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-flow__item {
    padding: 16px 20px 13px;
    max-width: 100%;
  }
}
#st-ami .frontpage-main .top-flow__item:nth-child(n+2) {
  position: relative;
}
#st-ami .frontpage-main .top-flow__item:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 100%;
  background: linear-gradient(265.35deg, #56ADE8 3.13%, #1372CA 80.6%);
  height: 1px;
  width: 53px;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-flow__item:nth-child(n+2)::before {
    height: 36px;
    width: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -36px;
  }
}
#st-ami .frontpage-main .top-flow__itemClm {
  display: contents;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-flow__itemClm {
    display: flex;
    margin-top: 14px;
  }
}
#st-ami .frontpage-main .top-flow__num {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: #018BDE;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-flow__num {
    font-size: 14px;
    line-height: 1;
  }
}
#st-ami .frontpage-main .top-flow__itemTitle {
  text-align: center;
  margin-top: 19px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #000000;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-flow__itemTitle {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 0.05em;
  }
}
#st-ami .frontpage-main .top-flow__itemTitle--small {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  text-align: center;
  color: #000000;
  margin-top: 4px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-flow__itemTitle--small {
    font-size: 14px;
    line-height: 1;
    margin-top: 2px;
    letter-spacing: 0;
  }
}
#st-ami .frontpage-main .top-flow__itemImage {
  max-width: 100%;
  margin-bottom: 9px;
}
#st-ami .frontpage-main .top-flow__itemImage--image01 {
  width: 180px;
  margin-top: 48px;
}
#st-ami .frontpage-main .top-flow__itemImage--image02 {
  width: 160px;
  margin-top: 10px;
}
#st-ami .frontpage-main .top-flow__itemImage--image03 {
  width: 160px;
  margin-top: 38px;
}
#st-ami .frontpage-main .top-flow__itemImage--image04 {
  width: 178px;
  margin-top: 38px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-flow__itemImage--image01, #st-ami .frontpage-main .top-flow__itemImage--image02 {
    width: 100px;
    margin-top: 0;
  }
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-flow__itemImage--image03 {
    width: 96px;
    margin-top: 0;
    margin-right: 4px;
  }
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-flow__itemImage--image04 {
    width: 94px;
    margin-top: 2px;
    margin-right: 5px;
  }
}
#st-ami .frontpage-main .top-flow__itemText {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #000000;
  text-align: left;
  width: 200px;
  max-width: 100%;
  margin: auto 0 0;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-flow__itemText {
    margin-top: 0;
    margin-left: 27px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    width: auto;
    flex: 1;
  }
}
#st-ami .frontpage-main .top-flow__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 42px;
  grid-row-gap: 40px;
  width: 1000px;
  max-width: 100%;
  margin: 79px auto 0;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-flow__container {
    margin-top: 62px;
    grid-template-columns: 1fr;
    grid-column-gap: 33px;
  }
}
#st-ami .frontpage-main .top-flow__block {
  display: flex;
  flex-direction: column;
}
#st-ami .frontpage-main .top-flow__blockImage {
  width: calc(100% - 80px);
  margin: 0 auto;
  height: 220px;
  flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-flow__blockImage {
    width: calc(100% - 75px);
    height: 130px;
  }
}
#st-ami .frontpage-main .top-flow__blockImage img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#st-ami .frontpage-main .top-flow__blockBody {
  background: #FFFFFF;
  padding: 37px 40px 40px;
  box-shadow: 0px 5px 30px 10px rgba(78, 171, 228, 0.1);
  height: 100%;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-flow__blockBody {
    padding: 21px 20px;
  }
}
#st-ami .frontpage-main .top-flow__blockText01 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #018BDE;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-flow__blockText01 {
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 0.05em;
  }
}
#st-ami .frontpage-main .top-flow__blockText02 {
  margin-top: 19px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #000000;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-flow__blockText02 {
    margin-top: 15px;
    line-height: 1.5;
  }
}

#st-ami .frontpage-main .top-contact {
  padding: 100px 0 100px;
  background: #EEF9FF;
}
#st-ami .frontpage-main .top-contact__inner {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
#st-ami .frontpage-main .top-contact__text01 {
  margin-top: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.89;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-contact__text01 {
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
  }
}
#st-ami .frontpage-main .top-contact form {
  width: 100%;
  max-width: 900px;
  margin: 56px auto 0;
}
#st-ami .frontpage-main .top-contact form .form-step{
  display: flex;
  -webkit-box-direction: normal;
  flex-direction: row;
  list-style-type: none;
  overflow: hidden;
  margin: 0 0 40px;
  padding: 0px;
}
#st-ami .frontpage-main .top-contact form .form-step li{
  position: relative;
  -webkit-box-flex: 1;
  width: 100%;
  height: 60px;
  margin-right: 4px;
  background-color: rgb(238, 238, 238);
  color: rgb(170, 170, 170);
  text-align: center;
  line-height: 60px !important;
  flex: 1 1 0%;
}
#st-ami .frontpage-main .top-contact form .form-step li::before{
  position: absolute;
  top: 0px;
  content: "";
  width: 0px;
  height: 0px;
  transform: translateX(4px);
  border-width: 30px 0px 30px 10px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  z-index: 1;
  left: 100%;
  border-left-color: rgb(238 249 255);
}
#st-ami .frontpage-main .top-contact form .form-step li::after{
  position: absolute;
  top: 0px;
  content: "";
  width: 0px;
  height: 0px;
  transform: translateX(4px);
  border-width: 30px 0px 30px 10px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  z-index: 2;
  right: -6px;
  border-left-color: rgb(238, 238, 238);
}
#st-ami .frontpage-main .top-contact form .form-step li:last-child::after{
  content:none;
}
#st-ami .frontpage-main .top-contact form .form-step li.current{
  background-color: rgb(0, 121, 209);
  color:#fff;
}
#st-ami .frontpage-main .top-contact form .form-step li.current::after{
  border-left-color: rgb(0, 121, 209);
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-contact form {
    margin-top: 54px;
  }
  #st-ami .frontpage-main .top-contact form .form-step{
    margin:0 0 20px;
  }
}
#st-ami .frontpage-main .top-contact .form-list{
  display:flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap:20px 0;
}
#st-ami .frontpage-main .top-contact .form-item{
  width:49%;
}
#st-ami .frontpage-main .top-contact .form_optin{
  text-align:center;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-contact .form-list{
    flex-direction: column;
    gap:15px;
  }
  #st-ami .frontpage-main .top-contact .form-item{
    width:100%;
  }
}
#st-ami .frontpage-main .top-contact label {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  margin-bottom: 8px;
  display: inline-block;
  margin-left: 6px;
  font-weight:bold;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-contact label {
    margin-left: 3px;
  }
}
#st-ami .frontpage-main .top-contact label a {
  font-size: 16px;
  line-height: 1.12;
  text-decoration-line: underline;
  color: #018BDE;
}
#st-ami .frontpage-main .top-contact label .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 1.12;
}
#st-ami .frontpage-main .top-contact label strong {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  margin-right: 8px;
  font-weight:bold;
}
#st-ami .frontpage-main .top-contact .required {
  background: #4EABE4;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #FFFFFF;
  margin-left: 16px;
  padding: 4px 8px;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-contact .required {
    position: relative;
    top: -2px;
  }
}
#st-ami .frontpage-main .top-contact input[type=text],
#st-ami .frontpage-main .top-contact input[type=tel],
#st-ami .frontpage-main .top-contact input[type=email],
#st-ami .frontpage-main .top-contact select,
#st-ami .frontpage-main .top-contact textarea {
  background: #FFFFFF;
  box-shadow: 0px 5px 30px 10px rgba(78, 171, 228, 0.1);
  outline: none;
  border: 1px solid #ddd;
  padding: 10px;
  display:block;
  width:100%;
  box-sizing: border-box;
}
#st-ami .frontpage-main .top-contact input[type=text].input_name{
  width:48%;
  display:inline-block;
}
#st-ami .frontpage-main .top-contact input[type=text].input_name.sei{
  margin: 0 2% 0 0;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-contact input[type=text],
#st-ami .frontpage-main .top-contact input[type=email],
  #st-ami .frontpage-main .top-contact input[type=tel],
#st-ami .frontpage-main .top-contact select,
#st-ami .frontpage-main .top-contact textarea {
    padding: 5px;
    font-size: 16px;
  }
}
#st-ami .frontpage-main .top-contact textarea {
  height: 141px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-contact textarea {
    font-size: 16px;
    line-height: 1.5;
  }
}
#st-ami .frontpage-main .top-contact input[type=checkbox] {
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  background: #fff;
  position: relative;
  top: 3px;
  border-radius: 0 !important;
}
#st-ami .frontpage-main .top-contact p + p label {
  margin-top: 20px;
  margin-bottom:5px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-contact p + p label {
    margin-top: 20px;
  }
}
#st-ami .frontpage-main .top-contact input[type=checkbox] {
  display: none;
}
#st-ami .frontpage-main .top-contact .checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  padding: 0 0 0 36px;
}
#st-ami .frontpage-main .top-contact .checkbox01-02 {
  margin-left: 20px;
}
#st-ami .frontpage-main .top-contact .checkbox01::before {
  background: #FFFFFF;
  box-shadow: 0px 5px 30px 10px rgba(78, 171, 228, 0.1);
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 40%;
  width: 16px;
}
#st-ami .frontpage-main .top-contact .checkbox01::after {
  border-right: 3px solid #4EABE4;
  border-bottom: 3px solid #4EABE4;
  content: "";
  display: block;
  height: 13px;
  left: 12px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 20%;
  transform: rotate(45deg);
  width: 8px;
}
#st-ami .frontpage-main .top-contact .checkbox02,#st-ami .frontpage-main .top-contact .check-department {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  padding: 0 0 0 36px;
  margin: 21px 0 0 -7px;
}
#st-ami .frontpage-main .top-contact .check-department{
	padding:0 0 0 30px;
	margin:10px 30px 0 0;
}
#st-ami .frontpage-main .top-contact .radio-timing,#st-ami .frontpage-main .top-contact .contact-kinds{
	margin:5px 15px 0 5px;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-contact .checkbox02 {
    margin: 24px 0 0 -6px;
  }
  #st-ami .frontpage-main .top-contact .check-department{
  	margin:10px 15px 0 0;
  }
}
#st-ami .frontpage-main .top-contact .checkbox02::before,
#st-ami .frontpage-main .top-contact .check-department::before {
  background: #FFFFFF;
  content: "";
  border: 1px solid #000000;
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 40%;
  width: 16px;
}
#st-ami .frontpage-main .top-contact .checkbox02::after,
#st-ami .frontpage-main .top-contact .check-department::after {
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000000;
  content: "";
  display: block;
  height: 13px;
  left: 12px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 20%;
  transform: rotate(45deg);
  width: 8px;
}
#st-ami .frontpage-main .top-contact input[type=checkbox]:checked + .checkbox01::after,
#st-ami .frontpage-main .top-contact input[type=checkbox]:checked + .checkbox02::after ,
#st-ami .frontpage-main .top-contact input[type=checkbox]:checked + .check-department::after {
  opacity: 1;
}
#st-ami .frontpage-main .top-contact .btnSubmitWrap {
  display:flex;
  flex-wrap: wrap;
  gap:15px 0;
  justify-content: space-between;
  margin: 55px auto 0;
  width: 400px;
  max-width: 100%;
  /* height: 72px; */
  z-index: 1;
  position: relative;
}
#st-ami .frontpage-main .top-contact form .last-step #btnSubmit{
  display:none;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-contact .btnSubmitWrap {
    height: 66px;
    margin-top: 25px;
    font-size: 22px;
  }
}
/* #st-ami .frontpage-main .top-contact .btnSubmitWrap::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  border-radius: 6px;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s ease-out;
  border: 1px solid #FFFEFE;
  mix-blend-mode: overlay;
  pointer-events: none;
} */
#st-ami .frontpage-main .top-contact .btnSubmitWrap:hover::before {
  opacity: 0.3;
  z-index: 1;
}
#st-ami .frontpage-main .top-contact #btnSubmit {
  background: #018BDE;
  border-radius: 6px;
  width: 400px;
  max-width: 100%;
  height: 72px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  border: none;
  outline: none;
  box-shadow: none;
}
@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-contact #btnSubmit {
    height: 66px;
    font-size: 22px;
  }
}

#st-ami .frontpage-main .top-contact.thanks {
  text-align:center;
}
#st-ami .frontpage-main .top-contact.thanks .top-title01{
  margin:0 0 40px;
}
#st-ami .frontpage-main .top-contact.thanks p{
  margin:0 0 20px;
  line-height:1.2;
  font-weight:bold;
}
#st-ami .frontpage-main .top-contact.thanks p.center{
  font-weight: bold;
  font-size: 20px;
  margin: 40px 0 20px;
}

@media screen and (max-width: 959px) {
  #st-ami .frontpage-main .top-contact.thanks p.center{
    font-size:17px;
  }
}
#st-ami .frontpage-main .top-contact.thanks .btn a{
  display: inline-block;
  padding: 15px 20px;
  margin: 20px auto 60px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  background: #00b250;
  transition: ease-in-out 0.2s;
  box-shadow: 0 3px 0 #30dc7e;
  font-weight:bold;
}
#st-ami .frontpage-main .top-contact.thanks .btn.btn_contact a{
  display: inline-block;
  padding: 15px 20px;
  margin: 20px auto 60px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  background: #0d6efd;
  transition: ease-in-out 0.2s;
  box-shadow: 0 3px 0 #82b4ff;
  font-weight:bold;
}


body {
  height: auto;
}
body.is-drawerActive {
  width: 100%;
  height: 100%;
  position: fixed;
}

.p-hamburger {
  display: none;
  position: relative;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  outline: none;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  width: 24px;
  height: 20px;
  margin: 0;
  top: 14px;
  right: 20px;
}
@media screen and (max-width: 959px) {
  .p-hamburger {
    display: inline-block;
  }
}

.p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 2px;
  background: #018BDE;
}

.p-hamburger__line::before,
.p-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  transition: all 0.2s ease-in-out;
}

.p-hamburger__line::before {
  top: 9px;
}

.p-hamburger__line::after {
  top: 18px;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line {
  background-color: transparent;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::before,
.p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  top: 10px;
  background: #018BDE;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::before {
  transform: rotate(45deg);
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  transform: rotate(-45deg);
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.thanks_btn{
  display:inline-block;
  padding:15px 20px;
  margin:20px auto;
  color:#fff;
  border-radius:5px;
  text-decoration: none;
  background:#0d6efd;
  transition:ease-in-out 0.2s;
  box-shadow:0 3px 0 #82b4ff;
}
.thanks_btn:hover{
  color:#fff;
  text-decoration: none;
  box-shadow:0 0 0 #82b4ff;
  transform: translateY(3px);
}
.thanks_btn.document_btn{
  background:#00b250;
  box-shadow:0 3px 0 #30dc7e;
}
@media screen and (max-width: 640px) {
  .thanks_btn{
    font-size:16px;
    padding:15px;
  }
}

#st-ami .frontpage-main .entry-content{
  width:1200px;
  margin:0 auto;
  padding:80px 0 100px;
}
#st-ami .frontpage-main .entry-content .top-title01{
  margin:0 0 40px;
}
#st-ami .frontpage-main .entry-content .tb03{
  box-sizing: border-box;
  border-top: 1px #d4d4d4 solid;
  border-right: 1px #d4d4d4 solid;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
}
#st-ami .frontpage-main .entry-content .tb03 th{
  padding: 10px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #d4d4d4;
  border-left-color: #d4d4d4;
  box-sizing: border-box;
  word-break: break-word;
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
}
#st-ami .frontpage-main .entry-content .tb03 td{
  padding: 10px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #d4d4d4;
  border-left-color: #d4d4d4;
  vertical-align: top;
  box-sizing: border-box;
  word-break: break-word;
  font-size: 15px;
  line-height: 27px;
}


@media screen and (max-width: 959px) {
#st-ami .frontpage-main .entry-content{
  width:100%;
  padding:50px 5%;
}
#st-ami .frontpage-main .entry-content .tb03 th{
  font-size:13px;
}
#st-ami .frontpage-main .entry-content .tb03 td{
  font-size:13px;
}
}

#st-ami .frontpage-main .entry-content .privacypolicy h3{
  font-size:27px;
  line-height:1.5;
  margin:30px 0 20px;
  padding:0 0 0 20px;
}

#st-ami .frontpage-main .entry-content .privacypolicy p{
  font-size:15px;
  line-height:1.5;
  margin:0 0 15px;
}

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