@charset "UTF-8";
body {
  background-image: none;
}
body .sub-header {
  position: unset;
  margin-top: 100px;
  width: 100%;
  padding: 40px 50px;
  top: 0;
  left: 0;
}
body .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .menu-list {
  display: flex;
  align-items: center;
}
body .menu-list .menu {
  margin-right: 49px;
}
body a {
  text-decoration: none;
  color: #000;
}
body .pc-none {
  display: none;
}
body .about-us {
  text-align: left;
  width: 1100px;
  margin: auto;
  margin-top: 182.5px;
}
body .about-us .title {
  font-size: 70px;
  font-weight: bold;
}
body .about-us .title span {
  color: #119BAD;
}
body .about-us .message {
  margin-top: 55px;
  letter-spacing: 5px;
  line-height: 40px;
}
body .boder_wrap {
  max-width: 1100px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -999;
  height: 100%;
  width: 100%;
}
body .stripe {
  position: absolute;
  top: 0;
  content: "";
  width: 1px;
  background-color: #ebebeb;
  height: 100%;
}
body .stripe[data-index="0"] {
  left: 0%;
}
body .stripe[data-index="1"] {
  left: 25%;
}
body .stripe[data-index="2"] {
  left: 50%;
}
body .stripe[data-index="3"] {
  left: 75%;
}
body .stripe[data-index="4"] {
  left: 100%;
}
body .stripe[data-index="5"] {
  left: 125%;
}

@media screen and (max-width: 768px) {
  body .pc-none {
    display: block;
  }
  body .about-us {
    width: 650px;
  }
}
@media screen and (max-width: 425px) {
  body .about-us {
    width: 360px;
  }
  body .about-us .message {
    margin: auto;
  }
  body .about-us .pc-none {
    display: none;
  }
  body .com .com-list {
    padding: 0 20px 0 20px;
  }
}
form {
  margin: auto;
  margin-top: 100px;
  width: 865px;
}
form .label_section {
  margin-top: 50px;
  display: flex;
}
form .label_section .select {
  margin: 0 0 0 auto;
}
form .label_section select {
  padding: 0 0 0 21px;
  width: 635px;
  height: 65px;
  background-color: #ebebeb;
  border: none;
  border-radius: 8px;
}
form .label_section .select::before {
  padding-left: 21px;
}
form .label_section .input_area {
  margin: 0 0 0 auto;
  padding: 0 0 0 43px;
  width: 635px;
  height: 65px;
  background-color: #ebebeb;
  border: none;
  border-radius: 8px;
}
form .label_section:nth-last-child(1) .input_area {
  height: 174px;
  font-size: 20px;
}
form .policy {
  margin: auto;
  margin-top: 55px;
  width: 352px;
  text-align: center;
}
form .policy input {
  margin-top: 37px;
}
form .policy p input {
  margin-top: 43px;
  color: #fff;
  border: none;
  background-color: #119bad;
  border-radius: 35px;
  width: 246px;
  height: 70px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  body .about-us {
    width: 650px;
  }
  body form {
    width: 650px;
  }
  body form .label_section select {
    width: 457px;
  }
  body form .label_section .input_area {
    width: 457px;
  }
}
@media screen and (max-width: 425px) {
  body .about-us {
    width: 360px;
  }
  body form {
    width: 380px;
  }
  body form .label_section .label {
    font-size: 14px;
  }
  body form .label_section .label_text {
    font-size: 14px;
  }
  body form .label_section select {
    width: 250px;
    font-size: 12px;
  }
  body form .label_section .input_area {
    width: 250px;
    font-size: 12px;
  }
  body form .label_section:nth-last-child(1) .input_area {
    height: 130px;
    font-size: 20px;
  }
}
h3 {
  margin: 274px 0 109px 0;
  font-size: 24px;
}

.policy {
  width: 1100px;
  margin-top: 20px;
}
.policy h3 {
  margin: 274px 0 109px 0;
  font-size: 24px;
}
.policy .kojin {
  margin-top: 150px;
}
.policy .dais {
  margin-top: 40px;
}
.policy .company-name {
  margin-top: 40px;
}
.policy .name {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  body .about-us {
    width: 650px;
  }
  body .about-us .policy {
    width: 650px;
  }
}
@media screen and (max-width: 425px) {
  body .about-us {
    width: 370px;
  }
  body .about-us .policy {
    width: 370px;
  }
}
.feadin-elm {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: opacity 2s, visibility 2s, transform 2s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@keyframes fadeInText {
  100% {
    transform: translateY(0);
  }
}
@keyframes border_anim {
  to {
    width: 100vw;
  }
}
@keyframes pathmove {
  0% {
    height: 0px;
    bottom: 0;
    opacity: 0;
  }
  0% {
    height: 100px;
    opacity: 1;
  }
  100% {
    height: 0px;
    bottom: 0;
    opacity: 0.4;
  }
}
* {
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .is-animation:after {
    display: none;
  }
}
body {
  position: relative;
}
body .noscroll {
  background-image: url(../images/top.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  position: relative;
}
body .noscroll a {
  text-decoration: none;
  color: #000;
}
body .noscroll p {
  font-family: "Noto Sans JP";
}
body .noscroll .boder_wrap {
  max-width: 1100px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -999;
  height: 100%;
  width: 100%;
}
body .noscroll .stripe {
  position: absolute;
  top: 0;
  content: "";
  width: 1px;
  background-color: #EBEBEB;
  height: 100%;
}
body .noscroll .stripe[data-index="0"] {
  left: 0%;
}
body .noscroll .stripe[data-index="1"] {
  left: 25%;
}
body .noscroll .stripe[data-index="2"] {
  left: 50%;
}
body .noscroll .stripe[data-index="3"] {
  left: 75%;
}
body .noscroll .stripe[data-index="4"] {
  left: 100%;
}
body .noscroll .stripe[data-index="5"] {
  left: 125%;
}
body .loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 555;
  top: 0;
  left: 0;
  text-align: center;
}
body .loader .txt {
  font-size: 45px;
  font-weight: bold;
  color: rgb(30, 50, 93);
  margin: -40.5px;
  position: relative;
  z-index: 1;
}
body .border-load {
  position: relative;
  font-size: 18px;
  width: 100%;
  height: 50%;
  position: relative;
  z-index: 0;
}
body .border-load::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: solid 2px #119bad;
  animation: border_anim 1.8s linear forwards;
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
body header {
  z-index: 2;
  position: relative;
  width: 100%;
  padding: 40px 50px;
  top: 0;
  left: 0;
}
body header.p-absolute {
  position: absolute;
}
body header .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body header .menu-list {
  display: flex;
  align-items: center;
}
body header .menu-list .menu {
  margin-right: 49px;
}
body header .btn_trigger {
  display: none;
}

.fv {
  height: 700px;
  text-align: center;
  position: relative;
}
.fv .catch {
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100vw;
}
.fv .catch .catch-en {
  font-family: hiragino;
  font-size: 70px;
  font-weight: bold;
  margin: 0;
}
.fv .catch .catch-en br {
  display: none;
}
.fv .catch .catch-en span {
  color: #119bad;
}
.fv .catch .catch-ja {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
}
.fv .catch .scrolldown1 {
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.fv .catch .scrolldown1:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  background: black;
  animation: pathmove 2.2s ease-in-out infinite;
  opacity: 0;
}

h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
}

main {
  width: auto;
  margin: auto;
  position: relative;
}
main .ab-us {
  text-align: center;
  padding-top: 150px;
}
main .ab-us .ab-text {
  max-width: 1100px;
  margin: auto;
  margin-top: 150px;
  display: inline-block;
}
main .ab-us .ab-text p {
  margin-left: 5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s, visibility 2s;
}
main .ab-us .ab-text .main-text {
  display: flex;
}
main .ab-us .ab-text .main-text.b {
  width: 426px;
  margin: auto;
  position: relative;
}
main .ab-us .ab-text .main-text.b p {
  margin-top: 0;
  transform: translateY(105%);
}
main .ab-us .ab-text .main-text.b p.is-animation {
  opacity: 1;
  visibility: visible;
}
main .ab-us .ab-text .main-text.b p.is-animation:nth-child(1) {
  animation: fadeInText 2.5s ease 0.1s forwards;
}
main .ab-us .ab-text .main-text.b p.is-animation:nth-child(2) {
  animation: fadeInText 2.5s ease 0.2s forwards;
}
main .ab-us .ab-text .main-text.b p.is-animation:nth-child(3) {
  animation: fadeInText 2.5s ease 0.3s forwards;
}
main .ab-us .ab-text .main-text.b p.is-animation:nth-child(4) {
  animation: fadeInText 2.5s ease 0.4s forwards;
}
main .ab-us .ab-text .main-text.b p.is-animation:nth-child(5) {
  animation: fadeInText 2.5s ease 0.5s forwards;
}
main .ab-us .ab-text .main-text.b p.is-animation:nth-child(6) {
  animation: fadeInText 2.5s ease 0.6s forwards;
}
main .ab-us .ab-text .main-text.b p.is-animation:nth-child(7) {
  animation: fadeInText 2.5s ease 0.7s forwards;
}
main .ab-us .ab-text .main-text.b p.is-animation:nth-child(8) {
  animation: fadeInText 2.5s ease 0.8s forwards;
}
main .ab-us .ab-text .main-text.b p.is-animation:nth-child(9) {
  animation: fadeInText 2.5s ease 0.9s forwards;
}
main .ab-us .ab-text .main-text.b p.is-animation:nth-child(10) {
  animation: fadeInText 2.5s ease 1s forwards;
}
main .ab-us .ab-text .main-text.b p.is-animation:nth-child(11) {
  animation: fadeInText 2.5s ease 1.1s forwards;
}
main .ab-us .ab-text .main-text.b p.is-animation:nth-child(12) {
  animation: fadeInText 2.5s ease 1.2s forwards;
}
main .ab-us .ab-text .main-text.b p.is-animation:nth-child(13) {
  animation: fadeInText 2.5s ease 1.3s forwards;
}
main .ab-us .ab-text .main-text.b .main-text.a {
  font-size: 24px;
  position: absolute;
  top: -30px;
}
main .ab-us .ab-text .main-text.b .main-text.f {
  position: absolute;
  left: 160px;
  top: -20px;
}
main .ab-us .ab-text .main-text.c {
  width: 377px;
  margin: auto;
  margin-top: 20px;
}
main .ab-us .ab-text .main-text.c p {
  margin-top: 0;
  transform: translateY(105%);
}
main .ab-us .ab-text .main-text.c p.is-animation {
  opacity: 1;
  visibility: visible;
}
main .ab-us .ab-text .main-text.c p.is-animation:nth-child(1) {
  animation: fadeInText 3s ease 0.1s forwards;
}
main .ab-us .ab-text .main-text.c p.is-animation:nth-child(2) {
  animation: fadeInText 3s ease 0.2s forwards;
}
main .ab-us .ab-text .main-text.c p.is-animation:nth-child(3) {
  animation: fadeInText 3s ease 0.3s forwards;
}
main .ab-us .ab-text .main-text.c p.is-animation:nth-child(4) {
  animation: fadeInText 3s ease 0.4s forwards;
}
main .ab-us .ab-text .main-text.c p.is-animation:nth-child(5) {
  animation: fadeInText 3s ease 0.5s forwards;
}
main .ab-us .ab-text .main-text.c p.is-animation:nth-child(6) {
  animation: fadeInText 3s ease 0.6s forwards;
}
main .ab-us .ab-text .main-text.c p.is-animation:nth-child(7) {
  animation: fadeInText 3s ease 0.7s forwards;
}
main .ab-us .ab-text .main-text.c p.is-animation:nth-child(8) {
  animation: fadeInText 3s ease 0.8s forwards;
}
main .ab-us .ab-text .main-text.c p.is-animation:nth-child(9) {
  animation: fadeInText 3s ease 0.9s forwards;
}
main .ab-us .ab-text .main-text.c p.is-animation:nth-child(10) {
  animation: fadeInText 3s ease 1s forwards;
}
main .ab-us .ab-text .main-text.c p.is-animation:nth-child(11) {
  animation: fadeInText 3s ease 1.1s forwards;
}
main .ab-us .ab-text .main-text.c p.is-animation:nth-child(12) {
  animation: fadeInText 3s ease 1.2s forwards;
}
main .ab-us .ab-text .main-text.c p.is-animation:nth-child(13) {
  animation: fadeInText 3s ease 1.3s forwards;
}
main .ab-us .ab-text .main-text.c p.is-animation:nth-child(14) {
  animation: fadeInText 3s ease 1.4s forwards;
}
main .ab-us .ab-text .main-text.c p.is-animation:nth-child(15) {
  animation: fadeInText 3s ease 1.5s forwards;
}
main .ab-us .ab-text .main-text.c p.is-animation:nth-child(16) {
  animation: fadeInText 3s ease 1.6s forwards;
}
main .ab-us .ab-text .main-text.c p.is-animation:nth-child(17) {
  animation: fadeInText 3s ease 1.7s forwards;
}
main .ab-us .ab-text .main-text.c p.is-animation:nth-child(18) {
  animation: fadeInText 3s ease 1.8s forwards;
}
main .ab-us .ab-text .main-text.c p.is-animation:nth-child(19) {
  animation: fadeInText 3s ease 1.9s forwards;
}
main .ab-us .ab-text .main-text.d {
  width: 764px;
  margin: auto;
  margin-top: 20px;
  position: relative;
}
main .ab-us .ab-text .main-text.d p {
  margin-top: 0;
  transform: translateY(105%);
}
main .ab-us .ab-text .main-text.d p.is-animation {
  opacity: 1;
  visibility: visible;
}
main .ab-us .ab-text .main-text.d p.is-animation:nth-child(1) {
  animation: fadeInText 1s ease 0.1s forwards;
}
main .ab-us .ab-text .main-text.d p.is-animation:nth-child(2) {
  animation: fadeInText 1s ease 0.2s forwards;
}
main .ab-us .ab-text .main-text.d p.is-animation:nth-child(3) {
  animation: fadeInText 1s ease 0.3s forwards;
}
main .ab-us .ab-text .main-text.d p.is-animation:nth-child(4) {
  animation: fadeInText 1s ease 0.4s forwards;
}
main .ab-us .ab-text .main-text.d p.is-animation:nth-child(5) {
  animation: fadeInText 1s ease 0.5s forwards;
}
main .ab-us .ab-text .main-text.d p.is-animation:nth-child(6) {
  animation: fadeInText 1s ease 0.6s forwards;
}
main .ab-us .ab-text .main-text.d p.is-animation:nth-child(7) {
  animation: fadeInText 1s ease 0.7s forwards;
}
main .ab-us .ab-text .main-text.d p.is-animation:nth-child(8) {
  animation: fadeInText 1s ease 0.8s forwards;
}
main .ab-us .ab-text .main-text.d p.is-animation:nth-child(9) {
  animation: fadeInText 1s ease 0.9s forwards;
}
main .ab-us .ab-text .main-text.d p.is-animation:nth-child(10) {
  animation: fadeInText 1s ease 1s forwards;
}
main .ab-us .ab-text .main-text.d p.is-animation:nth-child(11) {
  animation: fadeInText 1s ease 1.1s forwards;
}
main .ab-us .ab-text .main-text.d p.is-animation:nth-child(12) {
  animation: fadeInText 1s ease 1.2s forwards;
}
main .ab-us .ab-text .main-text.d p.is-animation:nth-child(13) {
  animation: fadeInText 1s ease 1.3s forwards;
}
main .ab-us .ab-text .main-text.d p.is-animation:nth-child(14) {
  animation: fadeInText 1s ease 1.4s forwards;
}
main .ab-us .ab-text .main-text.d p.is-animation:nth-child(15) {
  animation: fadeInText 1s ease 1.5s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.a {
  font-size: 24px;
  position: absolute;
  left: 290px;
}
main .ab-us .ab-text .main-text.d .main-text.a p {
  margin-top: 0;
  transform: translateY(105%);
}
main .ab-us .ab-text .main-text.d .main-text.a p.is-animation {
  opacity: 1;
  visibility: visible;
}
main .ab-us .ab-text .main-text.d .main-text.a p.is-animation:nth-child(1) {
  animation: fadeInText 3s ease 0.1s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.a p.is-animation:nth-child(2) {
  animation: fadeInText 3s ease 0.2s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.a p.is-animation:nth-child(3) {
  animation: fadeInText 3s ease 0.3s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.a p.is-animation:nth-child(4) {
  animation: fadeInText 3s ease 0.4s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.a p.is-animation:nth-child(5) {
  animation: fadeInText 3s ease 0.5s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.a p.is-animation:nth-child(6) {
  animation: fadeInText 3s ease 0.6s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.a p.is-animation:nth-child(7) {
  animation: fadeInText 3s ease 0.7s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.a p.is-animation:nth-child(8) {
  animation: fadeInText 3s ease 0.8s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.a p.is-animation:nth-child(9) {
  animation: fadeInText 3s ease 0.9s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.a p.is-animation:nth-child(10) {
  animation: fadeInText 3s ease 1s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.a p.is-animation:nth-child(11) {
  animation: fadeInText 3s ease 1.1s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.a p.is-animation:nth-child(12) {
  animation: fadeInText 3s ease 1.2s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.a p.is-animation:nth-child(13) {
  animation: fadeInText 3s ease 1.3s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.a p.is-animation:nth-child(14) {
  animation: fadeInText 3s ease 1.4s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.a p.is-animation:nth-child(15) {
  animation: fadeInText 3s ease 1.5s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.a p.is-animation:nth-child(16) {
  animation: fadeInText 3s ease 1.6s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.a p.is-animation:nth-child(17) {
  animation: fadeInText 3s ease 1.7s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.a p.is-animation:nth-child(18) {
  animation: fadeInText 3s ease 1.8s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.a p.is-animation:nth-child(19) {
  animation: fadeInText 3s ease 1.9s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.g {
  position: absolute;
  top: 10px;
}
main .ab-us .ab-text .main-text.d .main-text.e {
  position: absolute;
  top: 10px;
  left: 540px;
}
main .ab-us .ab-text .main-text.d .main-text.e p {
  margin-top: 0;
  transform: translateY(105%);
}
main .ab-us .ab-text .main-text.d .main-text.e p.is-animation {
  opacity: 1;
  visibility: visible;
}
main .ab-us .ab-text .main-text.d .main-text.e p.is-animation:nth-child(1) {
  animation: fadeInText 4s ease 0.1s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.e p.is-animation:nth-child(2) {
  animation: fadeInText 4s ease 0.2s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.e p.is-animation:nth-child(3) {
  animation: fadeInText 4s ease 0.3s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.e p.is-animation:nth-child(4) {
  animation: fadeInText 4s ease 0.4s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.e p.is-animation:nth-child(5) {
  animation: fadeInText 4s ease 0.5s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.e p.is-animation:nth-child(6) {
  animation: fadeInText 4s ease 0.6s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.e p.is-animation:nth-child(7) {
  animation: fadeInText 4s ease 0.7s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.e p.is-animation:nth-child(8) {
  animation: fadeInText 4s ease 0.8s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.e p.is-animation:nth-child(9) {
  animation: fadeInText 4s ease 0.9s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.e p.is-animation:nth-child(10) {
  animation: fadeInText 4s ease 1s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.e p.is-animation:nth-child(11) {
  animation: fadeInText 4s ease 1.1s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.e p.is-animation:nth-child(12) {
  animation: fadeInText 4s ease 1.2s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.e p.is-animation:nth-child(13) {
  animation: fadeInText 4s ease 1.3s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.e p.is-animation:nth-child(14) {
  animation: fadeInText 4s ease 1.4s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.e p.is-animation:nth-child(15) {
  animation: fadeInText 4s ease 1.5s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.e p.is-animation:nth-child(16) {
  animation: fadeInText 4s ease 1.6s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.e p.is-animation:nth-child(17) {
  animation: fadeInText 4s ease 1.7s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.e p.is-animation:nth-child(18) {
  animation: fadeInText 4s ease 1.8s forwards;
}
main .ab-us .ab-text .main-text.d .main-text.e p.is-animation:nth-child(19) {
  animation: fadeInText 4s ease 1.9s forwards;
}
main .ab-us .button {
  max-width: 1100px;
  margin: auto;
  margin-top: 100px;
  text-align: right;
}
main .ab-us .button-box {
  padding: 15px 50px;
  border-radius: 50px;
  font-weight: bold;
  border: solid 1px #000;
  background-color: #ebebeb;
}
main .ab-us .button-box:hover {
  color: #ffffff;
  background-color: #119bad;
  transition: 0.3s;
}
main .ser {
  max-width: 1100px;
  position: relative;
  margin: auto;
  margin-top: 150px;
}
main .ser:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  height: 1px;
  background: #ebebeb;
  width: 0;
}
main .ser.is-animation:after {
  opacity: 1;
  visibility: visible;
  width: 100vw;
  transition: width 2s ease;
  left: calc((100vw - 1100px) / 2 * -1);
}
main .ser .ser-group {
  display: flex;
}
main .ser .ser-group h3 {
  margin-bottom: 53px;
}
main .ser .ser-group .ser-block {
  margin-left: 50px;
}
main .ser .ser-group .ser-title {
  margin-top: 56.5px;
  font-size: 24px;
}
main .ser .ser-group .ser-text {
  margin-top: 53px;
  line-height: 25px;
}
main .ser .ser-group .ser-text.a {
  margin-top: 33px;
}
main .ser .ser-group .hash {
  margin-top: 37px;
}
main .com {
  height: 762px;
  width: 1100px;
  margin: auto;
  margin-top: 150px;
  display: flex;
  background-color: #ebebeb;
}
main .com img {
  width: 338px;
  object-fit: cover;
  object-position: 0 100%;
}
main .com .com-list {
  width: 100%;
  padding-left: 125px;
}
main .com .com-list h2 {
  margin-top: 80px;
  text-align: left;
}
main .com .com-list .com-menu .com-section {
  display: flex;
  margin-top: 47px;
  align-items: center;
}
main .com .com-list .com-menu .com-item {
  margin-right: 63px;
  margin-bottom: 0;
  width: 119px;
  text-align: center;
  background-color: #ffffff;
}
main .com .com-list .com-menu p {
  margin-top: 0;
  padding: 5px 0 5px;
  line-height: 32px;
}
main .link {
  width: 1100px;
  justify-content: space-around;
  margin: auto;
  margin-top: 162px;
  display: flex;
}
main .link .link-list {
  top: 10px;
}
main .link .link-list .link-box {
  margin-top: 53px;
  position: relative;
}
main .link .link-list .link-box img {
  margin-bottom: -6px;
}
main .link .link-list .link-box div {
  display: flex;
  margin-top: 0;
  padding: 15px 0 15px 0;
  background-color: #ebebeb;
  justify-content: flex-end;
}
main .link .link-list .link-box .read-more {
  text-align: right;
  margin-right: 29px;
}
main .link .link-list .link-box .read-more.a {
  font-weight: bold;
}
main .link .link-list .link-box.top {
  margin-top: 64px;
}
main .link .link-list .rotate {
  top: -30px;
  margin-top: -34px;
  margin-left: -79px;
  -webkit-transform: rotate(-10deg);
  position: relative;
}
main .link .link-list .top {
  margin-top: px;
}

.sub_page {
  margin-top: 0;
}
.sub_page a {
  text-decoration: none;
  color: #000;
}

footer {
  width: auto;
  margin-top: 150px;
  padding: 30px;
  background-color: #119bad;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  body {
    background-size: auto 800px;
  }
  body .btn_trigger {
    display: block !important;
    width: 40px;
    height: 45px;
    position: relative;
    z-index: 3;
  }
  body .bar {
    width: 35px;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  body .bar_top {
    top: 10px;
  }
  body .bar_mid {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  body .bar_bottom {
    bottom: 10px;
  }
  body .btn_trigger.close .bar_top {
    transform: translate(-50%, 11px) rotate(45deg);
    transition: transform 0.3s;
  }
  body .btn_trigger.close .bar_mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
  body .btn_trigger.close .bar_bottom {
    transform: translate(-50%, -13px) rotate(-45deg);
    transition: transform 0.3s;
  }
  body .header-nav {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    /*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
  }
  body .header-nav {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.96);
    opacity: 0.8;
    z-index: 2;
  }
  body .menu-list.flex-rc {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    padding-top: 15%;
    margin-left: 0;
  }
  body .header-nav .menu-list {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  body .header-nav .menu {
    margin-right: 0;
    margin-bottom: 40px;
  }
  body .menu {
    margin-right: 0;
  }
  body .fv .catch {
    width: 600px;
  }
  .boder_wrap {
    max-width: 768px;
  }
  .boder_wrap .stripe[data-index="0"] {
    left: 0%;
  }
  .boder_wrap .stripe[data-index="1"] {
    left: 25%;
  }
  .boder_wrap .stripe[data-index="2"] {
    left: 50%;
  }
  .boder_wrap .stripe[data-index="3"] {
    left: 75%;
  }
  .boder_wrap .stripe[data-index="4"] {
    left: 100%;
  }
  .boder_wrap .stripe[data-index="5"] {
    left: 125%;
  }
  main .ab-us .ab-text {
    margin-top: 100px;
  }
  main .ab-us .ab-text .main-text.d {
    width: 549px;
  }
  main .ab-us .ab-text .main-text.d .main-text.e {
    left: 160px;
    top: 54px;
  }
  main .ab-us .ab-text .main-text.f,
  main .ab-us .ab-text .main-text.c,
  main .ab-us .ab-text .main-text.d,
  main .ab-us .ab-text .main-text.g {
    font-size: 15px;
  }
  main .ab-us .button {
    text-align: center;
    margin-top: 110px;
    padding-left: 0%;
  }
  main .border {
    top: 437px;
  }
  main .second {
    top: 376px;
  }
  main .ser {
    margin-top: 100px;
  }
  main .ser h2 {
    margin-top: 150px;
  }
  main .ser .boder {
    content: none;
  }
  main .ser .ser-group {
    flex-direction: column-reverse;
  }
  main .ser .ser-group .ser-block {
    margin-left: 0;
  }
  main .ser .ser-group .ser-block .ser-title {
    text-align: center;
    margin-top: 0;
  }
  main .ser .ser-group img {
    margin: auto;
    margin-top: 47px;
    width: 650px;
  }
  main .ser .ser-group .ser-text,
  main .ser .ser-group .ser-text.a {
    text-align: center;
    line-height: 30px;
  }
  main .ser .ser-group .hash {
    text-align: center;
  }
  main .com {
    width: auto;
  }
  main .com img {
    display: none;
  }
  main .com .com-list {
    width: auto;
    padding: 0 90px 0 90px;
  }
  main .link {
    display: block;
    width: 768px;
  }
  main .link .under-h2 {
    margin-top: 100px;
  }
  main .link .link-box {
    width: 439px;
    margin: auto;
  }
  main .link .link-box .link-box.a {
    width: 439px;
  }
}
@media screen and (max-width: 425px) {
  body header {
    padding: 40px 20px;
  }
  body p {
    font-size: 14px;
  }
  body .fv .catch {
    width: 400px;
  }
  body .fv .catch .catch-en {
    font-size: 35px;
  }
  body .fv .catch .catch-en br {
    display: block;
  }
  body .fv .catch .catch-ja {
    font-size: 14px;
  }
  body main .ab-us .ab-text {
    width: 380px;
  }
  body main .ab-us .ab-text .main-text.b {
    width: 380px;
  }
  body main .ab-us .ab-text .main-text.b .main-text.a {
    top: -58px;
    left: 120px;
  }
  body main .ab-us .ab-text .main-text.b .main-text.a p {
    font-size: 20px;
  }
  body main .ab-us .ab-text .main-text.b .main-text.f {
    left: 75px;
  }
  body main .ab-us .ab-text .main-text.d {
    width: 400px;
  }
  body main .ab-us .ab-text .main-text.d .main-text.g {
    top: -5px;
    left: 67px;
  }
  body main .ab-us .ab-text .main-text.d .main-text.a {
    top: 19px;
    left: 92px;
  }
  body main .ab-us .ab-text .main-text.d .main-text.a p {
    font-size: 20px;
  }
  body main .ab-us .ab-text .main-text.d .main-text.e {
    left: 85px;
  }
  body main .border {
    top: 431px;
  }
  body main .target2 {
    top: 371px;
  }
  body .ser {
    width: 380px;
  }
  body .ser .ser-group {
    margin-top: 50px;
  }
  body .ser .ser-group .ser-title {
    font-size: 22px;
  }
  body .ser .ser-group img {
    width: 380px;
  }
  body .com {
    padding-bottom: 90px;
    width: 425px;
    display: block;
  }
  body .com .com-list {
    height: 770px;
    padding: 35px 20px 0 20px;
    box-sizing: unset;
  }
  body .com .com-list h2 {
    text-align: center;
    margin-top: 0;
  }
  body .com .com-list .com-menu .com-section {
    width: 350px;
  }
  body .com .com-list .com-menu .com-section .com-item {
    width: 119px;
  }
  body .com .com-list .com-menu .com-section p {
    line-height: 25px;
    width: 208px;
  }
  body .link {
    width: 380px;
  }
  body .link .link-list .rotate {
    margin-left: -38px;
  }
  body .link .link-list .link-box {
    width: 300px;
  }
  body .link .link-list .link-box img,
  body .link .link-list .link-box .link-box.a {
    width: 300px;
  }
  body .link .link-list:last-child {
    margin-top: 50px;
  }
  body .link .link-box:last-child {
    margin-top: 25px;
  }
  body footer {
    display: block;
    text-align: center;
    padding-top: 5px;
  }
  body footer .footer-text {
    margin: 21px;
  }
}
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 555;
  top: 0;
  left: 0;
  text-align: center;
}

.loader .load_txt {
  font-size: 45px;
  font-weight: bold;
  color: rgb(30, 50, 93);
  margin: -35px;
}

.border-load {
  position: relative;
  font-size: 18px;
  width: 100%;
  height: 50%;
}

.border-load:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: solid 2px #119bad;
  animation: border_anim 3s linear forwards;
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .load_txt {
    font-size: 30px;
  }
}/*# sourceMappingURL=style.css.map */