@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap);

*,
::after,
::before {
  box-sizing: border-box
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: 0 0
}

body {
  line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

body {
  background: #fdf5f2;
  font-family: "Noto Sans JP", "メイリオ", sans-serif
}

section {
  display: block;
  position: relative
}

main {
  padding-top: 80px
}

@media screen and (max-width:767px) {
  main {
    padding-top: 100px;
    padding-top: 13.3333333333vw
  }
}

a {
  text-decoration: none;
  color: #000
}

a:active,
a:hover,
a:link,
a:visited {
  color: #000
}

a:focus {
  outline: 0
}

.hover {
  cursor: pointer;
  display: block;
  transition: opacity .5s ease
}

.hover:hover {
  opacity: .8
}

.indent {
  text-indent: -1em;
  padding-left: 1em
}

img {
  height: auto;
  width: 100%
}

li {
  list-style: none
}

.pc_none {
  display: none
}

@media screen and (max-width:767px) {
  .pc_none {
    display: block
  }

  .sp_none {
    display: none
  }
}

header {
  width: 100%;
  background-color: rgba(255, 255, 255, .85);
  position: fixed;
  z-index: 25;
  display: flex;
  align-items: center;
  background: #fdf5f2;
  height: 80px;
  justify-content: space-between;
  border-bottom: 2px solid #465ea8
}

header .logo {
  width: 264px;
  padding-left: 38px
}

header .nav_menu {
  display: none
}

header .nav_column {
  display: flex;
  align-items: center;
  height: 80px
}

header .nav_column li {
  width: 11.1111111111vw;
  text-align: center;
  height: 100%
}

header .nav_list a {
  color: #00338d;
  font-size: 20px;
  display: block;
  height: 100%;
  line-height: 80px;
  transition: .4s;
}

header .nav_list a:hover {
  background: #465ea8;
  color: #fdf5f2;
  transition: .4s;
}

@keyframes accesshover {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
  }

  15% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%)
  }

  30% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
  }

  50% {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%)
  }

  80% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%)
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
  }
}

header .nav_contact {
  text-align: center;
  width: 125px;
  padding: 6px 0 9px;
  background-color: #00338d;
  border-radius: 50px
}

header .nav_contact a {
  color: #fff
}

header .nav_contact::before {
  content: "";
  display: inline-block;
  margin: 0 6px 1px 0;
  width: 11px;
  height: 8px;
  background-image: url(../imgs/common/header-icon02.avif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

@media screen and (max-width:1280px) {
  header {
    width: 100%;
    background-color: rgba(255, 255, 255, .85);
    position: fixed;
    z-index: 25;
    display: flex;
    align-items: center;
    background: #fdf5f2;
    height: 80px;
    justify-content: space-between;
    border-top: none;
    border-bottom: 2px solid #455ea7
  }

  header .logo {
    width: 27vw;
    max-width: 263px;
    padding-left: 38px
  }

  header .nav_menu {
    display: none
  }

  header .nav_column {
    display: flex;
    align-items: center;
    height: 80px
  }

  header .nav_column li {
    width: 11.1111111111vw;
    max-width: 160px;
    text-align: center;
    height: 100%
  }

  header .nav_list a {
    color: #00338d;
    font-size: 14px;
    display: block;
    height: 100%;
    line-height: 80px
  }

  header .nav_list:hover::before {
    -webkit-animation: accesshover forwards .25s 1 cubic-bezier(.83, 0, .17, 1) 0s normal;
    animation: accesshover forwards .25s 1 cubic-bezier(.83, 0, .17, 1) 0s normal
  }

  @keyframes accesshover {
    0% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%)
    }

    15% {
      -webkit-transform: translateY(20%);
      transform: translateY(20%)
    }

    30% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%)
    }

    50% {
      -webkit-transform: translateY(-15%);
      transform: translateY(-15%)
    }

    80% {
      -webkit-transform: translateY(10%);
      transform: translateY(10%)
    }

    100% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%)
    }
  }

  header .nav_contact {
    text-align: center;
    width: 125px;
    padding: 6px 0 9px;
    background-color: #00338d;
    border-radius: 50px
  }

  header .nav_contact a {
    color: #fff
  }

  header .nav_contact::before {
    content: "";
    display: inline-block;
    margin: 0 6px 1px 0;
    width: 11px;
    height: 8px;
    background-image: url(../imgs/common/header-icon02.avif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
  }
}

@media screen and (max-width:767px) {
  header {
    width: 100%;
    background-color: rgba(255, 255, 255, .85);
    position: fixed;
    z-index: 25;
    display: flex;
    align-items: center;
    background: #fdf5f2;
    height: 100px;
    height: 13.3333333333vw;
    justify-content: space-between;
    border: none;
    border-bottom: 2px solid #455ea7;
    padding-left: 50px;
    padding-left: 6.6666666667vw
  }

  header .logo {
    width: 290px;
    width: 38.6666666667vw;
    padding-left: 0
  }

  header .nav_menu {
    display: block;
    width: 100px;
    width: 13.3333333333vw;
    height: 100%;
    border: 0;
    background-color: #c1d7d5;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    border-left: 2px solid #455ea7
  }

  header .nav_menu.active {
    border-left: none
  }

  header .nav_menu span {
    width: 40px;
    width: 5.3333333333vw;
    height: 2px;
    height: .2666666667vw;
    border-radius: 50px;
    border-radius: 6.6666666667vw;
    background-color: #fff;
    transition: all .4s;
    position: absolute;
    left: 30px;
    left: 4vw
  }

  header .nav_menu span:nth-of-type(1) {
    top: 40px;
    top: 5.3333333333vw
  }

  header .nav_menu span:nth-of-type(2) {
    top: 49px;
    top: 6.5333333333vw
  }

  header .nav_menu span:nth-of-type(3) {
    top: 58px;
    top: 7.7333333333vw
  }

  header .nav_menu.active span:nth-of-type(1) {
    top: 40px;
    top: 5.3333333333vw;
    transform: translateY(1vw) rotate(-45deg)
  }

  header .nav_menu.active span:nth-of-type(2) {
    display: none
  }

  header .nav_menu.active span:nth-of-type(3) {
    top: 50px;
    top: 6.6666666667vw;
    transform: translateY(-.25vw) rotate(45deg)
  }

  header .nav_column {
    display: none
  }

  header .nav_sp {
    width: 395px;
    width: 52.6666666667vw;
    height: 100vh;
    background-color: #c1d7d5;
    padding: 25.3333333333vw 0 0 10.6666666667vw;
    transition: all .4s;
    position: absolute;
    top: 0;
    right: -800px;
    right: -106.6666666667vw;
    z-index: 30
  }

  header .nav_sp .nav_list {
    margin-bottom: 50px;
    margin-bottom: 6.6666666667vw
  }

  header .nav_sp .nav_list a {
    color: #fff;
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 1;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
  }

  header .nav_sp .nav_list a:hover {
    background: 0 0
  }

  header .nav_sp .nav_list::before {
    width: 37px;
    width: 4.9333333333vw;
    height: 29px;
    height: 3.8666666667vw;
    background-image: url(../imgs/common/header-icon03.avif)
  }

  header .nav_sp .nav_list:nth-of-type(1) {
    background: url(../imgs/common/text_works.webp);
    width: 89.94px;
    width: 11.992vw;
    background-size: 100%;
    background-repeat: no-repeat
  }

  header .nav_sp .nav_list:nth-of-type(2) {
    background: url(../imgs/common/text_work_flow.webp);
    width: 153.66px;
    width: 20.488vw;
    background-size: 100%;
    background-repeat: no-repeat
  }

  header .nav_sp .nav_list:nth-of-type(3) {
    background: url(../imgs/common/text_about_us.webp);
    width: 129.94px;
    width: 17.3253333333vw;
    background-size: 100%;
    background-repeat: no-repeat
  }

  header .nav_sp .nav_list:nth-of-type(4) {
    background: url(../imgs/common/text_news.webp);
    width: 76.92px;
    width: 10.256vw;
    background-size: 100%;
    background-repeat: no-repeat
  }

  header .nav_sp .nav_list:nth-of-type(5) {
    background: url(../imgs/common/text_contact.webp);
    width: 110.01px;
    width: 14.668vw;
    background-size: 100%;
    background-repeat: no-repeat
  }

  header .nav_sp .nav_list:nth-of-type(6) {
    background: url(../imgs/common/text_recruit.webp);
    width: 96.74px;
    width: 12.8986666667vw;
    background-size: 100%;
    background-repeat: no-repeat
  }

  header .nav_sp .nav_contact {
    width: 320px;
    width: 42.6666666667vw;
    padding: 2.6666666667vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border-radius: 6.6666666667vw;
    background-color: #fff
  }

  header .nav_sp .nav_contact a {
    color: #00338d
  }

  header .nav_sp .nav_contact::before {
    margin: 0 2vw 0 0;
    width: 5.6vw;
    height: 4vw;
    background-image: url(../imgs/common/header-icon04.avif)
  }

  header .active {
    right: 0
  }
}

.none-scroll {
  overflow: hidden !important
}

.js_fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s, transform .4s
}

.js_fade.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .4s
}

.js_column {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: 1s
}

.js_column:nth-of-type(3n+1) {
  transition-delay: .15s
}

.js_column:nth-of-type(3n+2) {
  transition-delay: .3s
}

.js_column:nth-of-type(3n+3) {
  transition-delay: .45s
}

.js_column:nth-of-type(3n+4) {
  transition-delay: .6s
}

.js_column:nth-of-type(3n+5) {
  transition-delay: .75s
}

.js_column:nth-of-type(3n+6) {
  transition-delay: .9s
}

.js_column.is-column {
  opacity: 1;
  transform: translate(0, 0)
}

footer {
  position: relative;
  width: 100%;
  overflow: hidden
}

footer .footer_inner01 {
  background: #c1d7d5;
  padding: 70px 0
}

footer .footer_inner01 .inner_flex {
  width: 85.7142857143%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  justify-content: space-between;
  margin: auto
}

footer .footer_inner01 .inner_flex .inner_box .logo {
  width: 369px;
  margin-bottom: 30px
}

footer .footer_inner01 .inner_flex .inner_box p {
  font-size: 16px;
  color: #004c94
}

footer .footer_inner01 .inner_flex .insta {
  width: 43px
}

footer .footer_inner02 {
  background: #c1d7d5
}

footer .footer_inner02 .inner_flex {
  display: flex
}

footer .footer_inner02 .inner_flex .inner_box {
  padding: 70px 0
}

footer .footer_inner02 .inner_flex .box01 {
  width: 60.06%;
  padding-left: 7.085714%;
  padding-right: 7.085714%
}

footer .footer_inner02 .inner_flex .box01 .office {
  margin-bottom: 70px
}

footer .footer_inner02 .inner_flex .box01 .office p.name {
  font-size: 16px;
  padding: 10px 20px;
  background: #004c94;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 30px;
  display: inline-block
}

footer .footer_inner02 .inner_flex .box01 .office p.postcode {
  font-size: 16px;
  color: #004c94;
  margin-bottom: 1em
}

footer .footer_inner02 .inner_flex .box01 .office p.address {
  font-size: 16px;
  color: #004c94;
  margin-bottom: 1em
}

footer .footer_inner02 .inner_flex .box01 .office p.tel {
  font-size: 16px;
  color: #004c94
}

footer .footer_inner02 .inner_flex .box01 .office:last-child {
  margin-bottom: 0
}

footer .footer_inner02 .inner_flex .box02 {
  width: 39.94%;
  padding-left: 7.085714%
}

footer .footer_inner02 .inner_flex .box02 ul li {
  margin-bottom: 25px
}

footer .footer_inner02 .inner_flex .box02 ul li:last-child {
  margin-bottom: 0
}

footer .footer_inner02 .inner_flex .box02 ul li a {
  color: #004c94
}

footer .copyright {
  width: 100%;
  background: #e7e2df;
  padding: 20px 0
}

footer .copyright p {
  font-size: 12px;
  color: #024c94;
  text-align: center
}

li.footer_top {
  width: 28.9px
}

li.footer_works {
  width: 50.28px
}

li.footer_work_flow {
  width: 85.9px
}

li.footer_about_us {
  width: 72.64px
}

li.footer_news {
  width: 43px
}

li.footer_contact {
  width: 61.5px
}

li.footer_recruit {
  width: 54.08px
}

li.footer_privacy {
  width: 118px
}

@media screen and (max-width:767px) {
  footer {
    width: 100%
  }

  footer .footer_inner01 {
    background: #c1d7d5;
    padding: 16.6666666667vw 0
  }

  footer .footer_inner01 .inner_flex {
    width: 630px;
    width: 84vw;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    justify-content: space-between;
    margin: auto
  }

  footer .footer_inner01 .inner_flex .inner_box .logo {
    width: 471px;
    width: 62.8vw;
    margin-bottom: 60px;
    margin-bottom: 8vw
  }

  footer .footer_inner01 .inner_flex .inner_box p {
    font-size: 28px;
    font-size: 3.7333333333vw;
    color: #004c94
  }

  footer .footer_inner01 .inner_flex .insta {
    width: 63px;
    width: 8.4vw
  }

  footer .footer_inner02 {
    background: #c1d7d5
  }

  footer .footer_inner02 .inner_flex {
    display: flex;
    flex-direction: column
  }

  footer .footer_inner02 .inner_flex .inner_box {
    padding: 16.6666666667vw 0
  }

  footer .footer_inner02 .inner_flex .box01 {
    position: relative;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-right: none;
    width: 100%
  }

  footer .footer_inner02 .inner_flex .box01 .office {
    width: 630px;
    width: 84vw;
    margin: auto;
    margin-bottom: 110px;
    margin-bottom: 14.6666666667vw
  }

  footer .footer_inner02 .inner_flex .box01 .office p.name {
    font-size: 24px;
    font-size: 3.2vw;
    padding: 1.3333333333vw 3.3333333333vw;
    background: #004c94;
    border-radius: 20px;
    border-radius: 2.6666666667vw;
    color: #fff;
    margin-bottom: 30px;
    margin-bottom: 4vw;
    display: inline-block
  }

  footer .footer_inner02 .inner_flex .box01 .office p.postcode {
    font-size: 24px;
    font-size: 3.2vw;
    color: #004c94;
    margin-bottom: 1em
  }

  footer .footer_inner02 .inner_flex .box01 .office p.address {
    font-size: 24px;
    font-size: 3.2vw;
    color: #004c94;
    margin-bottom: 1em;
    line-height: 2em
  }

  footer .footer_inner02 .inner_flex .box01 .office p.tel {
    font-size: 24px;
    font-size: 3.2vw;
    color: #004c94
  }

  footer .footer_inner02 .inner_flex .box01 .office:last-child {
    margin-bottom: 0
  }

  footer .footer_inner02 .inner_flex .box02 {
    width: 100%;
    padding: 16.6666666667vw 0 40vw 0 !important
  }

  footer .footer_inner02 .inner_flex .box02 .footer_list {
    width: 630px;
    width: 84vw;
    margin: auto
  }

  footer .footer_inner02 .inner_flex .box02 .footer_list .footer_list_inner {
    display: flex
  }

  footer .footer_inner02 .inner_flex .box02 .footer_list .footer_list_inner ul {
    margin: 0;
    width: 33.3333333%
  }

  footer .footer_inner02 .inner_flex .box02 .footer_list .footer_list_inner ul li {
    margin-bottom: 30px;
    margin-bottom: 4vw;
    text-align: left
  }

  footer .footer_inner02 .inner_flex .box02 .footer_list .footer_list_inner ul li:last-child {
    margin-bottom: 0
  }

  footer .footer_inner02 .inner_flex .box02 .footer_list .footer_list_inner ul li a {
    color: #004c94
  }

  footer .copyright {
    width: 100%;
    background: #e7e2df;
    padding: 2.6666666667vw 0
  }

  footer .copyright p {
    font-size: 16px;
    font-size: 2.1333333333vw;
    color: #024c94;
    text-align: center
  }

  footer .vertical:after {
    display: none
  }

  li.footer_top {
    width: 40.46px;
    width: 5.3946666667vw
  }

  li.footer_works {
    width: 70.39px;
    width: 9.3853333333vw
  }

  li.footer_work_flow {
    width: 121.95px;
    width: 16.26vw
  }

  li.footer_about_us {
    width: 104.8px;
    width: 13.9733333333vw
  }

  li.footer_news {
    width: 60.2px;
    width: 8.0266666667vw
  }

  li.footer_contact {
    width: 86.1px;
    width: 11.48vw
  }

  li.footer_recruit {
    width: 75.71px;
    width: 10.0946666667vw
  }

  li.footer_privacy {
    width: 165.2px;
    width: 22.0266666667vw
  }
}

.pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #014c94;
  cursor: pointer;
  transition: .4s;
}

.pagetop .text_page_top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  display: block;
  width: 62px;
  height: 15px;
  background: url(../imgs/common/text_page_top.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%
}

.pagetop .text_page_top:before {
  content: "";
  background: url(../imgs/common/page_top_arrow.webp);
  width: 14px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  display: inline-block;
  top: -30px;
  right: 25px
}

.pagetop:hover {
  background: #fff;
  transition: .4s;
}

.pagetop:hover .text_page_top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  display: block;
  width: 62px;
  height: 15px;
  background: url(../imgs/common/text_page_top_hover.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: .4s;
}

.pagetop:hover .text_page_top:before {
  content: "";
  background: url(../imgs/common/page_top_arrow_hover.webp);
  width: 14px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  display: inline-block;
  top: -30px;
  right: 25px;
  transition: .4s;
}

@media screen and (max-width:767px) {
  .pagetop {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 172px;
    width: 22.9333333333vw;
    height: 172px;
    height: 22.9333333333vw;
    border-radius: 50%;
    background: #014c94;
    cursor: pointer
  }

  .pagetop .text_page_top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    display: block;
    width: 109px;
    width: 14.5333333333vw;
    height: 24px;
    height: 3.2vw;
    background: url(../imgs/common/text_page_top.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
  }

  .pagetop .text_page_top:before {
    content: "";
    background: url(../imgs/common/page_top_arrow.webp);
    width: 17px;
    width: 2.2666666667vw;
    height: 28px;
    height: 3.7333333333vw;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    display: inline-block;
    top: -6.5vw;
    right: 6vw
  }

  .pagetop:hover {
    background: #fff
  }

  .pagetop:hover .text_page_top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    display: block;
    width: 109px;
    width: 14.5333333333vw;
    height: 24px;
    height: 3.2vw;
    background: url(../imgs/common/text_page_top_hover.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
  }

  .pagetop:hover .text_page_top:before {
    content: "";
    background: url(../imgs/common/page_top_arrow_hover.webp);
    width: 17px;
    width: 2.2666666667vw;
    height: 28px;
    height: 3.7333333333vw;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    display: inline-block;
    top: -6.5vw;
    right: 6vw
  }
}

.footer_inner02.is-active .pagetop {
  animation: rotation 1.5s;
  animation-delay: .5s;
  animation-fill-mode: backwards
}

@keyframes rotation {
  0% {
    opacity: 0;
    transform: translate(100%) rotate(0deg)
  }

  5% {
    opacity: 0;
    transform: translate(100%) rotate(0deg)
  }

  10% {
    opacity: 1
  }

  100% {
    transform: translate(0) rotate(-360deg)
  }
}

.vertical {
  position: relative
}

.vertical:after {
  transform: scaleY(0);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #465ea8;
  width: 2px;
  height: 100%;
  transition: 2s;
  transition-delay: .2s;
  display: block;
  transform-origin: top;
  z-index: 10
}

.beside {
  position: relative
}

.beside:before {
  transform: scaleX(0);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #465ea8;
  width: 100%;
  height: 2px;
  transition: 2s;
  transition-delay: .2s;
  display: block;
  z-index: 10
}

.vertical.run:after {
  transform: scaleY(1);
  transform-origin: top
}

.beside.run:before {
  transform: scaleX(1)
}

header.beside:after {
  transform: scaleX(0);
  content: "";
  position: absolute;
  bottom: 0;
  background: #465ea8;
  width: 100%;
  height: 2px;
  transition: 2s;
  transition-delay: .2s;
  display: block
}

header.beside.run:after {
  transform: scaleX(1)
}

@media screen and (max-width:767px) {
  .sp_beside {
    position: relative
  }

  .sp_beside:before {
    transform: scaleX(0);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #465ea8;
    width: 100%;
    height: 2px;
    transition: 2s;
    transition-delay: .2s;
    display: block;
    z-index: 10
  }

  .sp_beside.run:before {
    transform: scaleX(1)
  }

  .statement_inner.vertical:after {
    display: none
  }
}