@font-face {
  font-family: "A-OTF";
  src: url("../fonts/A-OTF-GothicMB101Pro-DeBold.otf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "A-OTF";
  src: url("../fonts/A-OTF-GothicMB101Pro-Reg.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "A-OTF";
  src: url("../fonts/A-OTF-GothicMB101Pro-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "AvenirNextLTPro";
  src: url("../fonts/AvenirNextLTPro-Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "AvenirNextLTPro";
  src: url("../fonts/AvenirNextLTPro-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "UDShinGo";
  src: url("../fonts/A-OTF-UDShinGoPro-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "UDShinGo";
  src: url("../fonts/A-OTF-UDShinGoPro-DeBold.otf") format("opentype");
  font-weight: 900;
}
/*=========================
# colors
=========================*/
body {
  box-sizing: border-box;
  width: 100%;
  font-family: "A-OTF", sans-serif;
  font-weight: 900;
  line-height: 1.75;
  color: #000;
  font-size: 16px;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

html {
  scroll-behavior: smooth;
}

.inner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1470px;
    box-sizing: content-box !important;
  }
}
@media (max-width: 767px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

p {
  margin-bottom: 30px;
}

img {
  width: 100%;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tab {
    display: block;
  }
}
.main {
  overflow: hidden;
  flex: 1;
  margin-top: 97px;
}
@media (max-width: 1024px) {
  .main {
    margin-top: 70px;
  }
}

.section-title {
  margin-bottom: 2.75vw;
  display: flex;
  align-items: center;
}
@media (min-width: 1600px) {
  .section-title {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
}
.section-title .en {
  font-size: 6.2vw;
  color: #006aff;
  font-family: "AvenirNextLTPro", sans-serif;
  font-weight: 400;
}
@media (min-width: 1600px) {
  .section-title .en {
    font-size: 124px;
  }
}
@media (max-width: 767px) {
  .section-title .en {
    font-size: 28px;
  }
}
.section-title .en span {
  color: #0000c8;
}

/* header
--------------------------*/
.header {
  background: #fff;
  box-shadow: rgba(112, 112, 112, 0.75) 0 12px 15px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
}
@media (min-width: 768px) {
  .header {
    height: 97px;
  }
}
@media (max-width: 1024px) {
  .header {
    height: 70px;
    box-shadow: rgba(112, 112, 112, 0.75) 0 6px 7px;
  }
}
.header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .header .inner {
    max-width: 100%;
    padding-right: 60px;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .header .inner {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .header .inner {
    padding-right: 0;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .header .inner .header-title {
    width: 142px;
  }
}
@media (min-width: 1600px) {
  .header .inner .header-title {
    width: 142px;
  }
}
@media (max-width: 1024px) {
  .header .inner .header-title {
    width: 120px;
  }
}
.header .inner .header-title img {
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .header .inner .header-nav {
    display: none;
  }
}
.header .inner .header-nav .header-nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 768px) {
  .header .inner .header-nav .header-nav-list li {
    margin-right: 45px;
  }
}
.header .inner .header-nav .header-nav-list li:last-child {
  margin-right: 0;
}
.header .inner .header-nav .header-nav-list li a {
  font-size: 1.2vw;
  letter-spacing: 0.05em;
  color: #404040;
  position: relative;
}
@media (min-width: 1600px) {
  .header .inner .header-nav .header-nav-list li a {
    font-size: 20px;
  }
}
.header .inner .header-nav .header-nav-list li a::after {
  position: absolute;
  content: "";
  background: transparent url(../images/arrow_blue.png) no-repeat center center/contain;
  width: 12.5px;
  height: 7.5px;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .drawer-bars {
    display: none;
    width: 100px;
    cursor: pointer;
    transform: translateX(-50%);
    display: block;
    width: 25px;
    height: 15.5px;
    position: relative;
    z-index: 700;
    right: 8px;
  }
  .drawer-bars .drawer-bar {
    background-color: #0000c8;
    width: 25px;
    height: 2.5px;
    position: absolute;
    transition: all 0.5s ease 0s;
  }
  .drawer-bars .drawer-bar:nth-of-type(1) {
    top: 0;
  }
  .drawer-bars .drawer-bar:nth-of-type(2) {
    top: 6.5px;
  }
  .drawer-bars .drawer-bar:nth-of-type(3) {
    top: 13px;
  }
}
.drawer-bars.is-checked {
  display: block;
}
.drawer-bars.is-checked .drawer-bar {
  background: #0000c8;
  position: absolute;
}
.drawer-bars.is-checked .drawer-bar:nth-of-type(1) {
  top: 10px;
  transform: rotate(-45deg);
}
.drawer-bars.is-checked .drawer-bar:nth-of-type(2) {
  background: transparent;
}
.drawer-bars.is-checked .drawer-bar:nth-of-type(3) {
  top: 10px;
  transform: rotate(45deg);
}

.drawer-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 600;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 10px;
  background: #fff;
  transition: all 0.5s ease 0s;
  display: none;
}
.drawer-nav.is-checked {
  display: block;
}
.drawer-nav ul li a {
  display: block;
  font-size: 16px;
  padding: 5px 15px;
  color: #000;
  line-height: 2;
  margin-top: 5px;
  text-align: center;
}

/* util
---------------------------*/
a {
  color: #000;
}
a:hover {
  opacity: 0.7;
}

/* mainvisual
-------------------------*/
.mainvisual {
  position: relative;
  margin-bottom: 5%;
}
@media (min-width: 1600px) {
  .mainvisual {
    margin-bottom: 8%;
  }
}
@media (max-width: 767px) {
  .mainvisual {
    margin-bottom: 40%;
  }
}
.mainvisual .mainvisual-left {
  width: 45%;
  position: absolute;
  top: 30%;
  z-index: 1;
}
@media (min-width: 1600px) {
  .mainvisual .mainvisual-left {
    width: 60%;
    top: 28%;
  }
}
@media (max-width: 767px) {
  .mainvisual .mainvisual-left {
    width: 75%;
    top: 65%;
  }
}
.mainvisual .mainvisual-left video {
  box-shadow: rgba(127, 127, 127, 0.75) 10px 10px 10px;
}
@media (max-width: 767px) {
  .mainvisual .mainvisual-left video {
    box-shadow: rgba(127, 127, 127, 0.75) 5px 5px 5px;
  }
}
.mainvisual .mainvisual-right {
  width: 60%;
  margin-left: auto;
  position: relative;
}
@media (min-width: 1600px) {
  .mainvisual .mainvisual-right {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .mainvisual .mainvisual-right {
    width: 90%;
  }
}
.mainvisual .mainvisual-right .mainvisual-txt {
  position: absolute;
  font-size: 2.4vw;
  line-height: 1.5;
  color: #fff;
  z-index: 1;
}
@media (min-width: 1600px) {
  .mainvisual .mainvisual-right .mainvisual-txt {
    font-size: 2.6vw;
  }
}
@media (max-width: 767px) {
  .mainvisual .mainvisual-right .mainvisual-txt {
    font-size: 4.8vw;
    line-height: 1.75;
  }
}
.mainvisual video {
  width: 100%;
  height: auto;
}

/* topics
--------------------------*/
.m-topics {
  display: block;
  margin-bottom: 75px;
}
.m-topics .inner {
  max-width: 1446px;
}

.m-topics-inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1240px;
  min-height: 68px;
  margin: 0 auto;
  padding: 10px 170px 10px 60px;
  background: #fff;
  border-radius: 43px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .m-topics-inner {
    display: block;
    padding: 20px 20px 15px;
    border-radius: 10px;
  }
}

.m-topics-inner > * {
  min-width: 0;
  min-height: 0;
}

.m-topics-heading {
  margin-right: 40px;
  color: #0012c0;
  font-family: "AvenirNextLTPro", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1.45vw;
}
@media (min-width: 1600px) {
  .m-topics-heading {
    font-size: 29px;
  }
}
@media (max-width: 767px) {
  .m-topics-heading {
    font-size: 16px;
  }
}

.m-topics-contents {
  flex: 1;
}

.m-topics-list {
  position: relative;
  top: -2px;
}

.m-topics-list .slick-track {
  display: flex;
}

.m-topics-list .slick-slide {
  height: auto !important;
  opacity: 0;
  transition: 0.6s cubic-bezier(0.83, 0, 0.17, 1);
}

.m-topics-list .slick-slide.slick-current, .m-topics-list .slick-slide.-active-next {
  opacity: 1;
}

.m-topics-list .slick-slide > div {
  height: 100%;
}

.m-topics-list .slick-dots {
  position: absolute;
  top: 50%;
  right: -130px;
  margin: 0;
  font-size: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .m-topics-list .slick-dots {
    position: relative;
    right: auto;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    text-align: center;
    top: auto;
  }
}

.m-topics-list .slick-dots li {
  display: inline-block;
}

.m-topics-list .slick-dots li + li {
  margin-left: 1px;
}

.m-topics-list .slick-dots li.slick-active button {
  opacity: 1;
}

.m-topics-list .slick-dots button {
  position: relative;
  width: 26px;
  height: 26px;
  font-size: 0;
  opacity: 0.3;
  transition: opacity 0.25s ease-in-out;
  background: transparent;
}
@media (max-width: 767px) {
  .m-topics-list .slick-dots button {
    width: 20px;
    height: 20px;
  }
}

.m-topics-list .slick-dots button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0012c0;
  transform: translateY(-50%);
}
.m-topics-list .slick-dots button::after:hover {
  background: transparent;
}

.m-topics-item {
  height: 100%;
}

.m-topics-row {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 15px;
}

.m-topics-time {
  display: block;
  padding-right: 20px;
  color: #0012c0;
  font-family: "AvenirNextLTPro", sans-serif;
  font-weight: 900;
  font-size: 1.15vw;
}
@media (min-width: 1600px) {
  .m-topics-time {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .m-topics-time {
    font-size: 14px;
  }
}

.m-topics-title {
  flex: 1;
  margin: 0;
}

.m-topics-title {
	font-weight: 400;
	font-size: 1vw;
}

.m-topics-title a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-size: 1vw;
}
@media (min-width: 1600px) {
  .m-topics-title a {
  
  }
}
@media (max-width: 767px) {
  .m-topics-title a {
    font-size: 14px;
  }

  .m-topics-title {
    font-size: 14px;
  }

}



.m-topics-list .slick-dots button:hover {
  opacity: 1;
}

.m-topics-title a {
  transition: opacity 0.25s ease-in-out;
}

.m-topics-title a:hover {
  opacity: 0.6;
}

/* message
--------------------------*/
.message .inner {
  max-width: 1470px;
  position: relative;
  padding-bottom: 25px;
}
.message .message-img {
  margin: 0 auto 50px;
  max-width: 54.2vw;
}
@media (min-width: 1600px) {
  .message .message-img {
    max-width: 1084px;
  }
}
@media (max-width: 767px) {
  .message .message-img {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.message .company-name {
  margin: 0 auto 15px;
  max-width: 15.2vw;
}
@media (min-width: 1600px) {
  .message .company-name {
    max-width: 304px;
  }
}
@media (max-width: 767px) {
  .message .company-name {
    max-width: 45%;
  }
}
.message .message-title {
  text-align: center;
  font-size: 2.5vw;
  line-height: 1.56;
  color: #262626;
  margin-bottom: 2.75vw;
}
@media (min-width: 1600px) {
  .message .message-title {
    font-size: 50px;
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .message .message-title {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.message .direction {
  border-top: 3px solid #0000c8;
  border-bottom: 3px solid #0000c8;
  text-align: center;
  padding-top: 1.5vw;
  padding-bottom: 2.25vw;
  margin-bottom: 3.5vw;
  position: relative;
}
@media (min-width: 1600px) {
  .message .direction {
    padding-top: 30px;
    padding-bottom: 45px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .message .direction {
    margin-bottom: 30px;
  }
}
.message .direction::before {
  position: absolute;
  content: "";
  background: #0000c8;
  width: 0.55vw;
  height: 2.35vw;
  left: 50%;
  transform: translateX(-50%);
  top: -1.2vw;
}
@media (min-width: 1600px) {
  .message .direction::before {
    width: 11px;
    height: 47px;
    top: -24px;
  }
}
@media (max-width: 767px) {
  .message .direction::before {
    width: 2px;
    height: 15px;
    top: -7.5px;
  }
}
.message .direction::after {
  position: absolute;
  content: "";
  background: #0000c8;
  width: 0.55vw;
  height: 2.35vw;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.2vw;
}
@media (min-width: 1600px) {
  .message .direction::after {
    width: 11px;
    height: 47px;
    bottom: -24px;
  }
}
@media (max-width: 767px) {
  .message .direction::after {
    width: 2px;
    height: 15px;
    bottom: -7.5px;
  }
}
.message .direction .direction-title {
  color: #4c4948;
  font-size: 2.5vw;
}
@media (min-width: 1600px) {
  .message .direction .direction-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .message .direction .direction-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .message .direction .direction-list {
    display: flex;
    justify-content: space-between;
  }
}
.message .direction .direction-list li {
  border: 1.5px solid #0000c8;
  font-size: 1.6vw;
  line-height: 1.40625;
  color: #0000c8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
@media (min-width: 768px) {
  .message .direction .direction-list li {
    width: calc(33.33333% - 16.6666666667px);
    margin-right: 25px;
  }
}
@media (min-width: 1600px) {
  .message .direction .direction-list li {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .message .direction .direction-list li {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.message .direction .direction-list li:nth-child(3n) {
  margin-right: 0;
}
.message .message-subtitle {
  text-align: center;
  font-size: 2.5vw;
  line-height: 1.7;
  margin-bottom: 2.5vw;
  padding-top: 100px;
  margin-top: -100px;
}
@media (min-width: 1600px) {
  .message .message-subtitle {
    font-size: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .message .message-subtitle {
    font-size: 16px;
    padding-top: 70px;
    margin-top: -70px;
  }
}
.message .message-txt {
  font-size: 1.35vw;
  line-height: 2.3103448276;
  margin: 0 auto 2.5vw;
  max-width: 1431px;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .message .message-txt {
    font-size: 27px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .message .message-txt {
    font-size: 14px;
  }
}
.message .massage-bg {
  color: #fff;
  margin-top: 8vw;
  margin-bottom: 20px;
  text-align: right;
  position: relative;
}
@media (min-width: 1600px) {
  .message .massage-bg {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  .message .massage-bg {
    margin-top: 30px;
  }
}
.message .massage-bg .inn {
  font-size: 2.05vw;
  margin-bottom: 0;
  text-align: right;
}
@media (min-width: 1600px) {
  .message .massage-bg .inn {
    font-size: 41px;
  }
}
@media (max-width: 767px) {
  .message .massage-bg .inn {
    font-size: 16px;
  }
}
.message .caution {
  font-size: 1vw;
  margin-bottom: 0;
  font-weight: 400;
  margin-left: 16vw;
  margin-top: -2vw;
}
@media (min-width: 1600px) {
  .message .caution {
    font-size: 20px;
    margin-left: 320px;
    margin-top: -15px;
  }
}
@media (max-width: 767px) {
  .message .caution {
    font-size: 12px;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
  }
}
.message .ilust {
  position: absolute;
  width: 16vw;
  bottom: 0;
}
@media (min-width: 1600px) {
  .message .ilust {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .message .ilust {
    width: 29.3333333333vw;
    left: 0;
    bottom: 24vw;
  }
}

/* service
-----------------*/
.service {
  margin-bottom: 155px;
  padding-top: 100px;
  margin-top: -100px;
}
@media (max-width: 767px) {
  .service {
    margin-bottom: 50px;
    padding-top: 70px;
    margin-top: -70px;
  }
}
.service .service-inner {
  position: relative;
  overflow: hidden;
}
.service video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -1000;
  overflow: hidden;
}
.service .service-title {
  position: relative;
  margin-bottom: 4.5vw;
}
@media (min-width: 1600px) {
  .service .service-title {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .service .service-title {
    margin-bottom: 50px;
  }
}
.service .service-title:after {
  content: "";
  height: 3px;
  background-color: #0000c8;
  margin-left: 2em;
  margin-top: 1.5vw;
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 1600px) {
  .service .service-title:after {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .service .service-title:after {
    height: 1.5px;
    margin-left: 1em;
  }
}
.service .service-title .jp {
  position: absolute;
  right: 0;
  bottom: -1.5vw;
  font-size: 1.7vw;
  font-weight: 500;
}
@media (min-width: 1600px) {
  .service .service-title .jp {
    font-size: 34px;
    bottom: -30px;
  }
}
@media (max-width: 767px) {
  .service .service-title .jp {
    bottom: -4vw;
  }
}
.service .service-title.is-animated:after {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .service .service-contents .service-content {
    display: flex;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .service .service-contents .service-content {
    margin-bottom: 35px;
  }
}
.service .service-contents .service-content .service-heading {
  background: #0000c8;
  color: #fff;
  font-size: 0.9vw;
  font-weight: 500;
  text-align: center;
  padding: 4px 15px;
}
@media (min-width: 768px) {
  .service .service-contents .service-content .service-heading {
    writing-mode: vertical-rl;
    margin-right: 13px;
  }
}
@media (min-width: 1600px) {
  .service .service-contents .service-content .service-heading {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .service .service-contents .service-content .service-heading {
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    padding: 5px 15px;
  }
}
.service .service-contents .service-content .service-list {
  width: 100%;
}
@media (min-width: 768px) {
  .service .service-contents .service-content .service-list {
    display: flex;
    justify-content: flex-start;
  }
}
.service .service-contents .service-content .service-list .service-item {
  border: 1px solid #0000c8;
}
@media (min-width: 768px) {
  .service .service-contents .service-content .service-list .service-item {
    margin-right: 15px;
    width: calc(25% - 11.25px);
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .service .service-contents .service-content .service-list .service-item {
    margin-bottom: 10px;
  }
}
.service .service-contents .service-content .service-list .service-item:nth-child(4n) {
  margin-right: 0;
}
.service .service-contents .service-content .service-list .service-item .service-item-title {
  text-align: center;
  background: #0000c8;
  color: #fff;
  font-size: 1.2vw;
  line-height: 1.4;
  padding: 5px;
}
@media (min-width: 1600px) {
  .service .service-contents .service-content .service-list .service-item .service-item-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .service .service-contents .service-content .service-list .service-item .service-item-title {
    font-size: 14px;
  }
}
.service .service-contents .service-content .service-list .service-item .service-item-inner {
  font-size: 0.85vw;
  line-height: 1.4117647059;
  font-weight: 500;
  padding: 5px 10px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 1600px) {
  .service .service-contents .service-content .service-list .service-item .service-item-inner {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .service .service-contents .service-content .service-list .service-item .service-item-inner {
    font-size: 14px;
  }
}

/* info
-----------------*/
.info {
  margin-bottom: 100px;
  padding-top: 100px;
  margin-top: -100px;
}
@media (max-width: 767px) {
  .info {
    margin-bottom: 50px;
    padding-top: 70px;
    margin-top: -70px;
  }
}
.info .info-title {
  position: relative;
  justify-content: flex-end;
  margin-bottom: 2.25vw;
}
@media (min-width: 1600px) {
  .info .info-title {
    margin-bottom: 45px;
  }
}
.info .info-title::before {
  content: "";
  height: 3px;
  background-color: #0000c8;
  margin-right: 2em;
  margin-top: 0.75vw;
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 1600px) {
  .info .info-title::before {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .info .info-title::before {
    height: 1.5px;
    margin-right: 1em;
  }
}
.info .info-title.is-animated::before {
  flex-grow: 1;
}
.info .info-table {
  max-width: 1416px;
  margin: 0 auto;
}
.info .info-table table {
  border-collapse: collapse;
  width: 100%;
}
.info .info-table table tr:nth-child(5) td:nth-child(2):before {
  height: 87%;
}
@media (max-width: 767px) {
  .info .info-table table tr:nth-child(5) td:nth-child(2):before {
    height: 95%;
  }
}
.info .info-table table td {
  border-bottom: 0.5px solid #808080;
  font-size: 1.3vw;
  font-weight: 400;
  padding-top: 1.5%;
  padding-left: 1%;
  padding-right: 1%;
  vertical-align: middle;
}
@media (min-width: 1600px) {
  .info .info-table table td {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .info .info-table table td {
    font-size: 14px;
    padding-right: 10px;
  }
}
.info .info-table table td:nth-child(1) {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
  width: 10%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .info .info-table table td:nth-child(1) {
    width: auto;
  }
}
.info .info-table table td:nth-child(2) {
  padding-left: 1.65vw;
  position: relative;
}
@media (min-width: 1600px) {
  .info .info-table table td:nth-child(2) {
    padding-left: 33px;
  }
}
.info .info-table table td:nth-child(2):before {
  position: absolute;
  content: "";
  background: #808080;
  width: 0.5px;
  height: 70%;
  bottom: 0;
  left: 0;
}

/* cv
---------------*/
.cv {
  position: relative;
  overflow: hidden;
}
.cv video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -1000;
  overflow: hidden;
}
.cv .inner {
  padding-top: 115px;
  padding-bottom: 115px;
}
@media (max-width: 767px) {
  .cv .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cv .cv-txt {
  text-align: center;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 2.0833333333;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: rgba(89, 87, 87, 0.85) 0.4vw 0.4vw 0.4vw;
  margin-bottom: 15px;
}
@media (min-width: 1600px) {
  .cv .cv-txt {
    font-size: 24px;
    text-shadow: rgba(89, 87, 87, 0.85) 8px 8px 8px;
  }
}
@media (max-width: 767px) {
  .cv .cv-txt {
    font-size: 16px;
  }
}
.cv .cv-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  max-width: 16.5vw;
}
@media (min-width: 1600px) {
  .cv .cv-btn {
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  .cv .cv-btn {
    max-width: 280px;
  }
}

/* floating
---------------*/
.floating {
  padding: 0;
  margin: 0;
  display: none;
}

.floating p {
  position: fixed;
  width: 136px;
  height: 136px;
  right: 60px;
  bottom: 70px;
  z-index: 100;
}
@media (max-width: 767px) {
  .floating p {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
  }
}

/* footer
----------------------------*/
footer {
  background: #0037ff;
  color: #fff;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  position: relative;
}
@media (min-width: 1600px) {
  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
footer .footer-logo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8.85vw;
}
@media (min-width: 1600px) {
  footer .footer-logo {
    width: 177px;
  }
}
@media (max-width: 767px) {
  footer .footer-logo {
    width: 65px;
  }
}
footer .copyright {
  font-size: 1.05vw;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 1600px) {
  footer .copyright {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  footer .copyright {
    font-size: 10px;
  }
}

/* privacy
----------------------------*/
.privacy {
  font-family: "UDShinGo", sans-serif;
}
.privacy .inner {
  max-width: 1424px;
}
.privacy .privacy-top-img {
  background-image: url(../images/ilust.png);
  background-size: contain;
  height: 516px;
  position: absolute;
  top: 0;
  right: 0;
  width: 1000px;
  background-repeat: no-repeat;
}
.privacy .privacy-bottom-img {
  background-image: url(../images/bottom_img.png);
  background-size: cover;
  height: 538px;
  position: relative;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .privacy .privacy-bottom-img {
    height: 300px;
  }
}
.privacy .privacy-title {
  margin-top: 173px;
  margin-bottom: 185px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .privacy .privacy-title {
    margin-bottom: 100px;
  }
}
.privacy .privacy-title img {
  width: 103px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .privacy .privacy-title img {
    width: 50px;
    margin-right: 15px;
  }
}
.privacy .privacy-title .privacy-title-inner .en {
  display: block;
  margin: 0 -0.66666vw -2vw;
  color: #0012c0;
  font-family: "Montserrat", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13.33334vw;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.175em;
}
@media (min-width: 768px) {
  .privacy .privacy-title .privacy-title-inner .en {
    margin: 0 -3px -5px;
    font-size: 80px;
  }
}
.privacy .privacy-title .privacy-title-inner .jp {
  margin: 0;
  color: #96a4b3;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.35em;
}
@media (min-width: 768px) {
  .privacy .privacy-title .privacy-title-inner .jp {
    font-size: 38px;
    letter-spacing: 0.175em;
  }
}
.privacy p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 45px;
}
@media (min-width: 1600px) {
  .privacy p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .privacy p {
    font-size: 16px;
  }
}
.privacy .privacy-subtitle {
  color: #0a1d46;
  font-size: 24px;
  line-height: 1.75;
  margin-top: 50px;
  margin-bottom: 25px;
}
@media (min-width: 1600px) {
  .privacy .privacy-subtitle {
    font-size: 28px;
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .privacy .privacy-subtitle {
    margin-top: 30px;
    font-size: 20px;
  }
}

/* animation 
----------------------*/
.anim-box.zoomin.is-animated {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.anim-box.popup.is-animated {
  -webkit-animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
          animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@-webkit-keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block;
}

.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}

.matrix .bg-wrap + .bg-wrap {
  margin-top: 10px;
}

.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.matrix.is-animated .bg-wrap {
  opacity: 1;
}

.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  width: 92%;
  margin-left: auto;
  text-align: right;
  padding: 0 25px 5px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .bg .bg-wrap {
    width: 90%;
    margin-top: 30px;
    padding: 0 10px 5px;
  }
}

.bg.is-animated .bg-wrap::before {
  -webkit-animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #0000c8;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}

.bg .bg-wrap .inn {
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}

@-webkit-keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
.smooth {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  display: inline-block;
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.smooth.is-animated {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.anim-box.poyoyon.is-animated {
  -webkit-animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
          animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}

@-webkit-keyframes poyoyon {
  0% {
    transform: translateX(140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}

@keyframes poyoyon {
  0% {
    transform: translateX(140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.anim-box.poyopoyo {
  -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@-webkit-keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.anim-box.slide-skew.is-animated {
  -webkit-animation: slide-skew 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slide-skew 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  opacity: 0;
  top: 10%;
  left: 10%;
}
@media (min-width: 1600px) {
  .anim-box.slide-skew.is-animated {
    top: 15%;
    left: 10%;
  }
}

@-webkit-keyframes slide-skew {
  0% {
    top: 10%;
    left: 10%;
    opacity: 0;
    @media (min-width: 1600px) {
      top: 15%;
    }
  }
  100% {
    top: 6%;
    left: 6%;
    @media (min-width: 1600px) {
      top: 12%;
    }
  }
  20%, 100% {
    opacity: 1;
  }
}

@keyframes slide-skew {
  0% {
    top: 10%;
    left: 10%;
    opacity: 0;
    @media (min-width: 1600px) {
      top: 15%;
    }
  }
  100% {
    top: 6%;
    left: 6%;
    @media (min-width: 1600px) {
      top: 12%;
    }
  }
  20%, 100% {
    opacity: 1;
  }
}