@charset "UTF-8";
/* reset.css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
}

html {
  line-height: 1;
  overflow: auto;
}

body {
  font-size: 100%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

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

a {
  text-decoration: none;
}

html {
  font-family: "Noto Sans Japanese", sans-serif;
  color: #000;
  font-size: 0.66667vw;
  line-height: 1;
  font-weight: 400;
}

html * {
  font-weight: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
input[type=submit] {
  outline: none;
  color: inherit;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover {
  cursor: pointer;
}

a:focus,
*:focus {
  outline: none;
}

@media screen and (min-width: 821px) {
  a:hover,
  input[type=submit]:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*-----------------------------------------------------------------------------*/
/*Color
-----------------------------------------------------------------------------*/
.cl-blue {
  color: #509dce !important;
}

.cl-white {
  color: #fff !important;
}

/*-----------------------------------------------------------------------------*/
/*font
-----------------------------------------------------------------------------*/
.italic {
  font-style: italic !important;
}

.f-montserrat {
  font-family: "Montserrat", serif !important;
}

.f-zenkaku {
  font-family: "Zen Kaku Gothic New", serif !important;
}

.f-orbitron {
  font-family: "Orbitron", serif !important;
}

/*-----------------------------------------------------------------------------*/
/*sec
-----------------------------------------------------------------------------*/
.sec {
  position: relative;
  width: 100%;
}

.sec h2 {
  font-family: "Orbitron", sans-serif;
  font-weight: bold;
  font-size: 4.8rem;
}

.sec h2 span {
  display: block;
}

.sec h2 span.en {
  font-family: "Orbitron", sans-serif;
  font-weight: bold;
  font-size: 4.8rem;
  color: #509dce;
}

.sec h2 span.ja {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 1rem;
}

.sec-lead {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .sec h2 {
    font-family: "Orbitron", sans-serif;
    font-weight: bold;
    font-size: 3.8rem;
  }
  .sec h2 span {
    display: block;
  }
  .sec h2 span.en {
    font-family: "Orbitron", sans-serif;
    font-weight: bold;
    font-size: 3.8rem;
    color: #509dce;
  }
  .sec h2 span.ja {
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 1rem;
  }
  .sec-lead {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
/*-----------------------------------------------------------------------------*/
/*btn
-----------------------------------------------------------------------------*/
.sec-btn {
  width: 100%;
  margin-top: 3rem;
  text-align: center;
}

.sec-btn a {
  display: inline-block;
  -webkit-box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.3);
}

.sec-btn a.btn span {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.6rem;
  padding: 1.6rem;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.sec-btn a.btn span:after {
  position: relative;
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/common/ico-link-blue.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 1rem;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.sec-btn a.btn:hover {
  opacity: 1;
}

.sec-btn a.btn.btn-blue span {
  background: #509dce;
  color: #fff;
  border: 1px solid #0b4d8e;
  -webkit-box-shadow: 0px 3px 0px #0b4d8e;
          box-shadow: 0px 3px 0px #0b4d8e;
}

.sec-btn a.btn.btn-blue span:after {
  background-image: url(../img/common/ico-link-white.svg);
  background-size: 1.6rem 1.6rem;
}

.sec-btn a.btn.btn-blue:hover span {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.sec-btn a.btn.btn-white span {
  background: #fff;
  border: 1px solid #9fc9e4;
  -webkit-box-shadow: 0px 3px 0px #9fc9e4;
          box-shadow: 0px 3px 0px #9fc9e4;
  color: #0b4d8e;
}

.sec-btn a.btn.btn-white:hover span {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

/*-----------------------------------------------------------------------------*/
/*wrap
-----------------------------------------------------------------------------*/
.wrap {
  width: 100%;
  max-width: 136rem;
  padding: 0 4rem;
  margin: 0 auto;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .wrap {
    max-width: 100%;
    padding: 0 2rem;
  }
}
/*-----------------------------------------------------------------------------*/
/*text
-----------------------------------------------------------------------------*/
.bold {
  font-weight: bold;
}

/*font
-----------------------------------------------------------------------------*/
/*PC共通
-----------------------------------------------------------------------------*/
.wrapper {
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
}

@media screen and (min-width: 1500px) {
  html {
    font-size: 62.5%;
  }
  .sp {
    display: none !important;
  }
}
@media (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
    opacity: 1;
  }
}
/*--------------------------endPC--------------------------------*/
/*SP共通
-----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  html {
    font-size: 2vw;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*--------------------------endSP--------------------------------*/
/*==================================================
header
==================================================*/
@-webkit-keyframes shadow_animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  }
  100% {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
}
@keyframes shadow_animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  }
  100% {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background: transparent;
  z-index: 1000000;
}

.header.page {
  background: #fff;
}

.header:after {
  content: "";
  display: block;
  width: 100%;
  height: 10rem;
  background: rgb(255, 255, 255);
  top: -10rem;
  left: 0px;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.header.is-active {
  -webkit-animation: shadow_animation 0.7s ease forwards 0.2s;
          animation: shadow_animation 0.7s ease forwards 0.2s;
}

.header.is-active:after {
  top: 0 !important;
}

.header-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 10rem;
  padding: 0 0 0 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo {
  width: 30rem;
}

.header-menu {
  width: calc(100% - 30rem);
  padding-right: 18rem;
}

.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-menu ul li {
  font-size: 1.6rem;
  margin-right: 3.2rem;
  font-weight: 700;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.header-menu ul li:hover {
  color: #509dce;
}

.header-menu ul li:last-of-type {
  margin-right: 0;
}

.header-menu ul li.header-menu-parent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10rem;
}

.header-menu ul li.header-menu-parent:hover span:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.header-menu ul li.header-menu-parent span {
  display: inline-block;
}

.header-menu ul li.header-menu-parent span:after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 0.7rem;
  background: url(../img/common/ico-menu-angle.png) no-repeat;
  background-size: 100%;
  margin-bottom: 0.3rem;
  margin-left: 1rem;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.header-menu ul li.header-menu-parent:hover {
  cursor: pointer;
}

.header-menu ul li.header-menu-parent:hover ul {
  display: block;
  top: 10rem;
}

.header-menu ul li.header-menu-contact {
  position: absolute;
  top: 0;
  right: 0;
  width: 14rem;
  height: 12rem;
  background: #509dce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu ul li.header-menu-contact img {
  width: 5.4rem;
  margin: 0 auto;
  display: block;
}

.header-menu ul li.header-menu-contact span {
  font-family: "Orbitron", serif;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  color: #fff;
  margin-top: 2.2rem;
}

.header-menu ul li a {
  color: #291f1e;
  font-weight: 700;
}

.header-menu ul li a:hover {
  opacity: 1;
  color: #509dce;
}

.header-menu ul li ul.header-menu-child {
  width: calc(100% + 10rem);
  background: #509dce;
  display: none;
  position: absolute;
  top: 0;
  padding: 2rem;
}

.header-menu ul li ul.header-menu-child li {
  padding: 1.5rem;
}

.header-menu ul li ul.header-menu-child li a {
  height: auto;
  font-size: 1.6rem;
  color: #fff;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #509dce;
}

.header-menu ul li ul.header-menu-child li a:after {
  display: none;
}

.header-menu ul li ul.header-menu-child li a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .header {
    height: 5.6rem;
  }
  .header:after {
    height: 5.6rem;
    top: -5.6rem;
  }
  .header-wrap {
    height: 5.6rem;
    padding: 0 0 0 1rem;
  }
  .header-logo {
    width: 20rem;
  }
  .header-menu {
    display: none;
    width: 100%;
    position: absolute;
    top: 5.4rem;
    left: 0;
    padding-right: 0;
    padding-bottom: 4.8rem;
    z-index: 10;
    background: #509dce;
  }
  .header-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-top: 3.2rem;
    color: #fff;
  }
  .header-menu ul li:first-of-type {
    height: auto;
  }
  .header-menu ul li a {
    color: #fff;
  }
  .header-menu ul li a:hover {
    color: #fff;
  }
  .header-menu ul li.header-menu-parent {
    display: block;
  }
  .header-menu ul li.header-menu-parent:hover {
    color: #fff;
  }
  .header-menu ul li.header-menu-parent:hover ul {
    display: none;
  }
  .header-menu ul li.header-menu-parent.is-active span {
    margin-right: -1.2rem;
  }
  .header-menu ul li.header-menu-parent.is-active span:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header-menu ul li.header-menu-parent span {
    margin-right: -1.2rem;
  }
  .header-menu ul li.header-menu-parent span:after {
    width: 0.7rem;
    height: 1.2rem;
    background: url(../img/common/ico-menu-angle-sp.png) no-repeat;
    background-size: 100%;
    margin-left: 1rem;
    margin-bottom: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .header-menu ul li ul.header-menu-child {
    width: 100%;
    background: transparent;
    position: static;
    padding: 1.4rem 0 0 0;
  }
  .header-menu ul li ul.header-menu-child li {
    padding: 0;
    margin-top: 2rem;
  }
  .header-menu ul li ul.header-menu-child li a {
    font-size: 1.2rem;
    padding: 0;
  }
  .header-menu-contact {
    display: none !important;
  }
  .header-hamburger {
    position: absolute;
    top: 50%;
    right: 1.6rem;
    width: 3.2rem;
    height: 3.2rem;
    padding: 0.9rem 0.4rem;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .header-hamburger span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #509dce;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header-hamburger span:nth-of-type(1) {
    top: 0.7rem;
  }
  .header-hamburger span:nth-of-type(2) {
    top: 1.5rem;
  }
  .header-hamburger span:nth-of-type(3) {
    bottom: 0.7rem;
  }
  .header-hamburger.is-active span:nth-of-type(1) {
    top: 0.7rem;
    -webkit-transform: translateY(0.75rem) rotate(-45deg);
            transform: translateY(0.75rem) rotate(-45deg);
  }
  .header-hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .header-hamburger.is-active span:nth-of-type(3) {
    bottom: 0.7rem;
    -webkit-transform: translateY(-0.75rem) rotate(45deg);
            transform: translateY(-0.75rem) rotate(45deg);
  }
}
/*-----------------------------------------------------------------------------*/
/*footer
-----------------------------------------------------------------------------*/
.footer {
  position: relative;
  width: 100%;
}

.footer-top {
  padding: 6.8rem 0 6.5rem;
  background: url(../img/common/footer-top-bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}

.footer-top-msg {
  font-size: 3.2rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
}

.footer-top-lead {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 2rem;
  color: #fff;
}

.footer-top-button {
  width: 100%;
  margin-top: 2.5rem;
}

.footer-top-button a {
  display: inline-block;
  -webkit-box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 30.4rem;
  margin: 0 auto;
}

.footer-top-button a span {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.6rem;
  padding: 2rem 1.8rem;
  background: #509dce;
  border: 1px solid #0b4d8e;
  -webkit-box-shadow: 0px 4px 0px #0b4d8e;
          box-shadow: 0px 4px 0px #0b4d8e;
  color: #fff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-top-button a:hover {
  opacity: 1;
}

.footer-top-button a:hover span {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.footer-top-button a.btn-contact span:before {
  position: relative;
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 2.4rem;
  background-image: url(../img/common/ico-mail2.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 1.5rem;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-top-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}

.footer-top-contact-tel {
  font-family: "Montserrat", serif;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.footer-top-contact-tel a {
  font-size: 3.2rem;
  line-height: 1;
  color: #fff;
}

.footer-top-contact-txt {
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 2.5rem;
  color: #fff;
}

.footer-wrap {
  width: 100%;
  max-width: 136rem;
  padding: 3rem 4rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-company-logo {
  width: 100%;
  max-width: 24.2rem;
}

.footer-company-address {
  font-size: 1.6rem;
  margin-top: 1.8rem;
}

.footer-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-sns ul li {
  width: 4rem;
  height: 4rem;
  margin-right: 1.5rem;
}

.footer-sns ul li a img.logo-x {
  width: 3.6rem;
  height: 3.3rem;
  margin-top: 0.25rem;
}

.footer-sns ul li:last-of-type {
  margin-right: 0;
}

.footer-copy {
  font-family: "Montserrat", serif;
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  text-align: right;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .footer-top-msg {
    font-size: 2.6rem;
  }
  .footer-top-lead {
    font-size: 1.6rem;
  }
  .footer-top-button a span {
    font-size: 1.6rem;
  }
  .footer-top-button a:hover {
    opacity: 1;
  }
  .footer-top-button a:hover span {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  .footer-top-contact-tel {
    width: 100%;
    text-align: center;
  }
  .footer-top-contact-txt {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    padding-left: 0;
    padding-top: 1.5rem;
  }
  .footer-wrap {
    width: 100%;
    max-width: 100%;
    padding: 3rem 2rem;
  }
  .footer-company {
    width: 100%;
  }
  .footer-company-logo {
    margin: 0 auto;
  }
  .footer-company-address {
    display: block;
    text-align: center;
    line-height: 1.55;
    margin-top: 1.2rem;
  }
  .footer-sns {
    width: 100%;
    margin-top: 3rem;
  }
  .footer-sns ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-sns ul li {
    width: 4rem;
    height: 4rem;
    margin-right: 1.5rem;
  }
  .footer-copy {
    text-align: center;
  }
}
/*==================================================
wrapper
==================================================*/
.wrapper {
  position: relative;
  background: url(../img/top/content-bg.jpg) no-repeat;
  background-size: 100%;
  background-position: top center;
}

@media screen and (max-width: 767px) {
  .wrapper {
    background: url(../img/top/content-bg-sp.jpg) no-repeat;
    background-size: 80%;
  }
}
/*==================================================
main
==================================================*/
@-webkit-keyframes borderAnimeBottom {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateX(-97%);
            transform: translateX(-97%);
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes borderAnimeBottom {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateX(-97%);
            transform: translateX(-97%);
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes borderAnimeLeft {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  24% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-97%);
            transform: translateY(-97%);
    opacity: 1;
  }
  50.1% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes borderAnimeLeft {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  24% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-97%);
            transform: translateY(-97%);
    opacity: 1;
  }
  50.1% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes borderAnimeTop {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(97%);
            transform: translateX(97%);
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes borderAnimeTop {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(97%);
            transform: translateX(97%);
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-wrap {
  width: 100%;
  max-width: 140rem;
  padding-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-text {
  width: 27.08%;
  padding: 0 6rem 0 0;
}

.main-text-tit span {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: #291f1e;
}

.main-text-tit span.top {
  font-size: 8.2rem;
}

.main-text-tit span.middle {
  margin: 1.5rem 0;
  font-size: 13rem;
}

.main-text-tit span.middle span.cl-blue {
  display: inline-block;
}

.main-text-tit span.bottom {
  font-size: 5.6rem;
}

.main-text-lead {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #291f1e;
  margin-top: 4rem;
  font-weight: 700;
}

.main-video {
  position: relative;
  width: 72.92%;
  padding-top: 1.6rem;
  margin-top: -1.6rem;
}

.main-video-border {
  width: calc(100% + 1.6rem);
  height: 100%;
  position: absolute;
  top: 0.8rem;
  left: -0.8rem;
  z-index: 1;
  border-radius: 4px;
}

.main-video-border__bottom {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #509dce;
}

.main-video-border__bottom .arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-animation: borderAnimeBottom 12s linear infinite;
          animation: borderAnimeBottom 12s linear infinite;
}

.main-video-border__bottom .arrow:before {
  content: "";
  display: inline-block;
  border-radius: 4px 4px 0 0;
  width: 0.9rem;
  height: 2px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  background: #509dce;
  position: absolute;
  bottom: -1px;
  right: 2rem;
}

.main-video-border__bottom .arrow:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 2.8rem;
}

.main-video-border__left {
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #509dce;
}

.main-video-border__left .arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-animation: borderAnimeLeft 12s linear infinite;
          animation: borderAnimeLeft 12s linear infinite;
}

.main-video-border__left .arrow:before {
  content: "";
  display: inline-block;
  border-radius: 4px 4px 0 0;
  width: 0.9rem;
  height: 2px;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  background: rgb(80, 157, 206);
  position: absolute;
  bottom: 1.2rem;
  left: -0.6rem;
  z-index: 1;
}

.main-video-border__left .arrow:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1rem;
  background: #fff;
  position: absolute;
  bottom: 1.8rem;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 1;
}

.main-video-border__top {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #509dce;
}

.main-video-border__top .arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-animation: borderAnimeTop 12s linear infinite;
          animation: borderAnimeTop 12s linear infinite;
}

.main-video-border__top .arrow:before {
  content: "";
  display: inline-block;
  border-radius: 4px 4px 0 0;
  width: 0.9rem;
  height: 2px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  background: #509dce;
  position: absolute;
  bottom: 2px;
  left: 1.8rem;
}

.main-video-border__top .arrow:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 2.8rem;
}

.main-video-border__right {
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #509dce;
}

.main-video-border-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.main-video-border-arrow__wrap {
  display: inline-block;
}

.main-video-border-arrow__wrap:before {
  content: "";
  display: inline-block;
  border-radius: 4px 4px 0 0;
  width: 0.9rem;
  height: 2px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  background: #509dce;
  position: absolute;
  bottom: -1px;
  right: 1.8rem;
}

.main-video-border-arrow__wrap:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 2.8rem;
}

.main-video-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
}

.main-video-wrap video,
.main-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1500px) {
  .main-wrap {
    max-width: 100%;
  }
  .main-text {
    padding: 0 6rem;
  }
}
@media screen and (max-width: 767px) {
  .main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-wrap {
    max-width: 100%;
    padding-top: 5.6rem;
  }
  .main-text {
    position: relative;
    bottom: -1.5rem;
    width: 41%;
    padding: 0 0 0 3rem;
    margin-top: 0;
  }
  .main-text-tit {
    text-align: left;
  }
  .main-text-tit span {
    display: inline-block;
  }
  .main-text-tit span.top {
    font-size: 4.4rem;
  }
  .main-text-tit span.middle {
    font-size: 6.2rem;
    margin: 1rem 0 1.2rem;
  }
  .main-text-tit span.bottom {
    font-size: 3.2rem;
  }
  .main-text-lead {
    font-size: 2rem;
    margin-top: 4.6rem;
    padding: 0 3rem;
  }
  .main-video {
    width: 59%;
    padding-top: 0.8rem;
    margin-top: -0.8rem;
  }
  .main-video-border {
    width: calc(100% + 0.8rem);
    top: 0.4rem;
    left: -0.4rem;
  }
  @-webkit-keyframes borderAnimeBottom {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    25% {
      -webkit-transform: translateX(-92%);
              transform: translateX(-92%);
      opacity: 1;
    }
    26% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes borderAnimeBottom {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    25% {
      -webkit-transform: translateX(-92%);
              transform: translateX(-92%);
      opacity: 1;
    }
    26% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes borderAnimeLeft {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 0;
    }
    24% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 0;
    }
    25% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    50% {
      -webkit-transform: translateY(-92%);
              transform: translateY(-92%);
      opacity: 1;
    }
    50.1% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes borderAnimeLeft {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 0;
    }
    24% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 0;
    }
    25% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    50% {
      -webkit-transform: translateY(-92%);
              transform: translateY(-92%);
      opacity: 1;
    }
    50.1% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes borderAnimeTop {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 0;
    }
    49% {
      opacity: 0;
    }
    50% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      opacity: 1;
    }
    75% {
      -webkit-transform: translateX(92%);
              transform: translateX(92%);
      opacity: 1;
    }
    76% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes borderAnimeTop {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 0;
    }
    49% {
      opacity: 0;
    }
    50% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      opacity: 1;
    }
    75% {
      -webkit-transform: translateX(92%);
              transform: translateX(92%);
      opacity: 1;
    }
    76% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
}
/*==================================================
  NEWS
==================================================*/
.news {
  padding: 6rem 0 8rem;
}

@media screen and (max-width: 767px) {
  .news {
    padding: 2.4rem 0 0;
  }
}
.news_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
}

@media screen and (max-width: 767px) {
  .news_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: auto;
    margin: 0 2rem;
    padding: 2.4rem 0 0;
    background: #E7F1F6;
    border-radius: 0.8rem;
  }
}
.news_head {
  font-size: 4rem !important;
  line-height: 1;
  color: #509dce;
}

@media screen and (max-width: 767px) {
  .news_head {
    position: relative;
    z-index: 10;
    padding: 0 2.4rem 0.8rem 0;
  }
}
.news_body {
  overflow-y: auto;
  width: 100%;
  max-height: 28rem;
  background: #fff;
  border-radius: 0.8rem;
}

.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  padding: 1.6rem 3.2rem;
}

@media screen and (max-width: 767px) {
  .news_list {
    padding: 0.8rem 2.4rem;
  }
}
.news_list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.8rem 0;
}

@media screen and (max-width: 767px) {
  .news_list--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
  }
}
.news_list--item:not(:first-child) {
  border-top: 0.1rem dashed rgba(80, 157, 206, 0.5);
}

.news_list--item_date {
  -ms-flex-preferred-size: 10em;
      flex-basis: 10em;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #509dce;
}

@media screen and (max-width: 767px) {
  .news_list--item_date {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    font-size: 1.4rem;
  }
}
.news_list--item_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 1.6;
}

/* リンクの場合 */
a.news_list--item .news_list--item_title {
  text-decoration: underline;
}

/*==================================================
service
==================================================*/
.service-head {
  position: relative;
  top: -3.1248437578rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .service-head {
    top: -2.0832291719rem;
  }
}
.service-head-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.4998750062rem;
}
.service-head-title img {
  width: 7.6037864773rem;
  margin-right: 0.8332916687rem;
}

@media screen and (max-width: 767px) {
  .service-head-title {
    font-size: 4.1664583437rem;
    margin-bottom: 2.4998750062rem;
  }
  .service-head-title img {
    width: 4.7914270953rem;
    margin-right: 0.6249687516rem;
  }
}
.service-head-title-ico {
  width: 10.5rem;
}

.service-head-title-text {
  width: calc(100% - 10.5rem);
  padding-left: 1.8rem;
}

.service-head-lead {
  font-size: 2rem;
  line-height: 1.8;
  color: #291f1e;
  font-weight: 700;
}

.service-business {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-business-list {
  display: block;
  width: calc(33.3333333333% - 2.666667rem);
  border-radius: 1.0416145859rem;
  background-color: #fff;
  overflow: hidden;
}
.service-business-list:first-of-type {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.service-business-list:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.service-business-list:last-of-type {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.service-business-list:hover {
  opacity: 1;
}

.service-business-list:hover figure img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.service-business-list:hover .service-business-list-textlink span {
  padding: 0.8rem 4rem 0.8rem 4.5rem;
}

.service-business-list:hover p {
  color: #000;
}

.service-business-list figure {
  position: relative;
  overflow: hidden;
}

.service-business-list figure img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.service-business-list-text {
  position: relative;
  width: 100%;
  padding: 1.8rem 2rem 3rem;
  background: #fff;
}

.service-business-list-text h3 {
  position: absolute;
  top: -4rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: inline-block;
  font-size: 2.1873906305rem;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
  padding: 1rem 2.5rem 1rem 2.5rem;
  background: #fff;
}

.service-business-list-title {
  margin-bottom: 1.2499375031rem;
  font-size: 1.8749062547rem;
  font-weight: 700;
  color: #4894C7;
  line-height: 2.9165208406rem;
  text-align: center;
}

.service-business-list-text p {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
}

.service-business-list-textlink {
  display: block;
  text-align: center;
  margin-top: 2rem;
}

.service-business-list-textlink span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #509dce;
  border-bottom: 1px solid #509dce;
  padding: 0.8rem 0.5rem 0.8rem 1rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  color: #509dce;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.service-business-list-textlink span:after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.5rem;
  background: url(../img/common/ico-link-skyblue.svg) no-repeat;
  background-size: 100%;
  margin-left: 0.6rem;
  margin-bottom: 0.1rem;
}

@media screen and (max-width: 767px) {
  .service-head-title {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-head-title-ico {
    width: 100%;
    max-width: 10.5rem;
  }
  .service-head-title-text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 1.8rem;
  }
  .service-head-lead {
    width: 100%;
    padding-left: 0;
    font-size: 2.2rem;
  }
  .service-business {
    margin-top: 0;
  }
  .service-business-list {
    width: 100%;
    margin-top: 4rem;
  }
  .service-business-list:first-of-type {
    margin-top: 0;
  }
}
/*==================================================
works
==================================================*/
.works {
  padding: 6.5rem 0 7.5rem;
  background: url(../img/top/works-bg.jpg) no-repeat;
  background-size: cover;
}

.works h2 {
  display: block;
  text-align: center;
}

.works .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.works-slider {
  width: 100%;
  margin-top: 4rem;
}

.works-slider-list {
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0.6;
  margin: 0 0.75rem;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

.works-slider-list.slick-active {
  position: relative;
  left: -3.6rem;
}

.works-slider-list.slick-current {
  opacity: 1;
  -webkit-transform: scale(1.27);
          transform: scale(1.27);
  left: 0 !important;
  right: 0 !important;
}

.works-slider-list.slick-current + .works-slider-list {
  position: relative;
  right: -3.6rem;
  left: unset;
}

.works-slider-list.slick-current .works-slider-list-img figure:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.works-slider-list.slick-current .works-slider-list-img h3 {
  opacity: 1;
}

.works-slider-list.slick-current a:hover {
  opacity: 1;
}

.works-slider-list.slick-current a:hover figure img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.works-slider-list.slick-current img {
  min-height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-slider-list a:hover {
  opacity: 1;
}

.works-slider-list-img {
  position: relative;
}

.works-slider-list-img figure {
  overflow: hidden;
}

.works-slider-list-img figure img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.works-slider-list-img h3 {
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin: 0 auto;
}

.works-slider-list-img h3 span {
  color: #fff;
}

.works-slider-list-img h3 span.main {
  width: 100%;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
}

.works-slider-list-img h3 span.tag {
  display: inline-block;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

.works-slider .slick-arrow {
  opacity: 1;
  width: 2.4rem;
  height: 2.4rem;
  z-index: 1;
}

.works-slider .slick-next {
  top: 50%;
  right: 30%;
}

.works-slider .slick-next:before {
  content: "";
  display: inline-block;
  opacity: 1;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/ico-next.svg) no-repeat;
  background-size: 100%;
}

.works-slider .slick-prev {
  top: 50%;
  left: 30%;
}

.works-slider .slick-prev:before {
  content: "";
  display: inline-block;
  opacity: 1;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/ico-prev.svg) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .works-slider {
    width: 100%;
    margin-top: 4rem;
  }
  .works-slider-list {
    margin: 0 1.5rem;
  }
  .works-slider-list.slick-active {
    left: 0;
  }
  .works-slider-list.slick-current + .works-slider-list {
    right: 0;
  }
  .works-slider-list.slick-current img {
    min-height: 22rem;
  }
  .works-slider-list-img h3 span.main {
    font-size: 2rem;
  }
  .works-slider-list-img h3 span.tag {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    font-size: 1.5rem;
  }
  .works-slider .slick-arrow {
    width: 2rem;
    height: 2rem;
  }
  .works-slider .slick-next {
    right: 2rem;
  }
  .works-slider .slick-next:before {
    width: 2rem;
    height: 2rem;
  }
  .works-slider .slick-prev {
    left: 2rem;
  }
  .works-slider .slick-prev:before {
    width: 2rem;
    height: 2rem;
  }
}
/*==================================================
column
==================================================*/
.column {
  padding: 8rem 0;
  background: url(../img/top/column-bg.jpg) no-repeat;
  background-size: cover;
}

.column h2 {
  display: block;
  text-align: center;
}

.column-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4rem;
}

.column-list {
  position: relative;
  width: calc(50% - 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.column-list:hover {
  opacity: 1;
}

.column-list:hover .column-list-thumb img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.column-list:hover .column-list-text-date,
.column-list:hover .column-list-text-tit,
.column-list:hover .column-list-text-lead {
  color: #000;
}

.column-list:nth-child(2n):before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #ccc;
  position: absolute;
  top: 0;
  left: -3rem;
}

.column-list-thumb {
  width: 16rem;
  overflow: hidden;
}

.column-list-thumb img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 16rem;
  min-height: 16rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.column-list-text {
  width: calc(100% - 16rem);
  padding-left: 2.4rem;
}

.column-list-text-date {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
}

.column-list-text-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  color: #000;
}

.column-list-text-tit-vol {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #509dce;
  border-radius: 0.4rem;
  padding: 0.6rem 0.8rem;
}

.column-list-text-tit-txt {
  padding-left: 1.2rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.column-list-text-lead {
  font-size: 1.4rem;
  margin-top: 1rem;
  line-height: 1.8;
  color: #000;
}

@media screen and (max-width: 767px) {
  .column {
    padding: 6rem 0;
  }
  .column-list {
    width: 100%;
    margin-top: 3rem;
    padding-top: 3rem;
  }
  .column-list:first-of-type {
    margin-top: 0;
    padding-top: 0;
  }
  .column-list:last-of-type {
    margin-bottom: 3rem;
  }
  .column-list:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: unset;
    bottom: -3rem;
    left: 0;
  }
  .column-list:nth-child(2n):before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: unset;
    bottom: -3rem;
    left: 0;
  }
  .column-list-text-date {
    font-size: 1.3rem;
  }
  .column-list-text-tit-vol {
    font-size: 1.5rem;
  }
  .column-list-text-tit-txt {
    font-size: 1.8rem;
  }
  .column-list-text-lead {
    font-size: 1.3rem;
  }
}
/*-----------------------------------------------------------------------------*/
/*mv
-----------------------------------------------------------------------------*/
.main-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 58.5387397297rem;
  margin-top: 10rem;
  padding: 0;
}
.main-top .slick-list,
.main-top .slick-track {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .main-top {
    height: 53.1223438828rem;
    margin-top: 5.6rem;
  }
}
.mv__slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 58.5387397297rem;
}

@media screen and (max-width: 767px) {
  .mv__slider {
    height: 53.1223438828rem;
  }
}
.mv__slider__wrap {
  height: 100%;
}

.mv__slider__img {
  width: 100%;
  height: 100%;
}
.mv__slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main__title {
  position: relative;
  z-index: 5;
  margin-bottom: 3.6456510508rem;
  text-shadow: 0 0 0.8332916687rem rgba(0, 0, 0, 0.45);
  text-align: center;
  font-size: 4.1664583437rem;
  font-weight: 700;
  color: #fff;
  pointer-events: none;
}
.main__title span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .main__title {
    position: relative;
    z-index: 5;
    font-size: 3.333166675rem;
    line-height: 1.4;
  }
}
.main__lead {
  position: relative;
  z-index: 5;
  max-width: 72.9130210156rem;
  text-shadow: 0 0 0.8332916687rem rgba(0, 0, 0, 0.45);
  text-align: center;
  font-size: 1.8749062547rem;
  color: #fff;
  line-height: 3.333166675rem;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .main__lead {
    max-width: 80%;
    text-align: justify;
  }
}
.overview {
  padding-bottom: 8.3329166875rem;
}
.overview .overview__title {
  position: relative;
  margin-top: -11.5619219039rem;
  z-index: 5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33.33166675rem;
  height: 33.33166675rem;
  padding: 1.0416145859rem;
  background-color: #639BC9;
  font-size: 2.7081979234rem;
  font-weight: 500;
  color: #fff;
  line-height: 6.2496875156rem;
}
@media screen and (max-width: 767px) {
  .overview .overview__title {
    margin-top: -4.1664583437rem;
    width: 18.7490625469rem;
    height: 18.7490625469rem;
    margin-bottom: 4.6872656367rem;
    padding: 0.6249687516rem;
    font-size: 1.6665833375rem;
    line-height: 3.7498125094rem;
  }
}
.overview .overview__title__wrap {
  width: 100%;
  height: 100%;
  padding: 5.8330416812rem 0 0 1.6665833375rem;
  border: 1px solid #fff;
}
.overview .overview__title__wrap span {
  display: inline;
}
.overview .overview__title__wrap > span {
  font-size: 4.7914270953rem;
  font-weight: 700;
}
.overview .overview__title__wrap > span > span {
  font-size: 4.1664583437rem;
}
@media screen and (max-width: 767px) {
  .overview .overview__title__wrap {
    padding: 2.9165208406rem 0 0 0.8332916687rem;
  }
  .overview .overview__title__wrap > span {
    font-size: 2.7081979234rem;
    font-weight: 700;
  }
  .overview .overview__title__wrap > span > span {
    font-size: 2.2915520891rem;
  }
}

.overview__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.5621718914rem;
  margin-bottom: 2.4998750062rem;
  padding-top: 6.8746562672rem;
}

@media screen and (max-width: 767px) {
  .overview__top {
    display: block;
    margin-bottom: 2.4998750062rem;
    padding-top: 0rem;
  }
}
.overview__box__title {
  margin-bottom: 3.1248437578rem;
  font-size: 2.9165208406rem;
  font-weight: 700;
  line-height: 4.5831041781rem;
}
.overview__box__title span {
  position: relative;
}
.overview__box__title span::before {
  content: "";
  position: absolute;
  bottom: -0.3124843758rem;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0.7291302102rem;
  background-color: #FFE992;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.overview__box__title.is-active span::before {
  width: 100%;
}

.overview__box__text {
  max-width: 89.1622085562rem;
  margin-bottom: 2em;
  font-size: 1.6665833375rem;
  line-height: 2;
  text-align: justify;
}
.overview__box__text:last-child {
  margin-bottom: 0;
}

.overview__box__img {
  max-width: 79.5793543656rem;
}

@media screen and (max-width: 767px) {
  .overview__box__img {
    max-width: 100%;
  }
}
.-js-fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(8rem);
          transform: translateY(8rem);
}
.-js-fadein.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.bg--blue {
  background-color: #E7F1F6;
}

@media screen and (max-width: 767px) {
  .bg--blue {
    padding-bottom: 4.1664583437rem;
  }
}