@charset "UTF-8";
@font-face {
  font-family: CenturyGothic-Bold;
  src: url(../font/Century-Gothic-Bold.ttf) format("truetype");
}
@font-face {
  font-family: CenturyGothic;
  src: url(../font/CenturyGothic.ttf) format("truetype");
}
html {
  font-size: 1px;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  line-height: 1.4;
  font-weight: 500;
  font-size: 16px;
  background: #fff;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.text-center {
  text-align: center !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

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

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes scaled_y {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_y.is-animated {
  transform-origin: right;
  animation: scaled_y 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
.frontview {
  width: 100%;
  position: relative;
}
.frontview .front__slider {
  width: 100%;
}
.frontview .front__slider .item {
  width: 100%;
  position: relative;
}
.frontview .catchcopy {
  position: absolute;
  left: 50%;
  top: 50%;
}
.frontview .catchcopy.active .letter__text {
  animation: scaled_x 1s ease-in-out forwards;
}
.frontview .catchcopy.active .letter__text:last-child {
  animation-delay: 0.3s;
}
.frontview .catchcopy .letter__text {
  width: auto;
  height: auto;
  display: inline-block;
  line-height: 2;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.frontview .catchcopy .letter__text span {
  background: #7fb91a;
  padding: 14rem 20rem;
  font-weight: 600;
  font-size: 50rem;
  text-align: left;
  color: #fff;
  text-shadow: 0rem 5rem 20rem rgba(0, 0, 0, 0.16);
  transform-origin: left;
}

header {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  position: absolute;
  z-index: 2;
}
header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  justify-content: space-between;
  padding-left: 30rem;
  background: white;
  animation: fadeIn 0.5s forwards ease-in-out;
}
header.fixed .logo {
  animation: fadeIn 0.5s forwards ease-in-out;
  display: flex;
}
header.fixed ul.menu > li a {
  color: #1b328d;
}
header.fixed ul.menu > li:last-child a {
  color: white;
}
header.fixed ul.menu > li:last-child:hover a {
  color: #1b328d;
}
header .logo {
  width: 85rem;
  display: flex;
  position: relative;
  opacity: 0;
  display: none;
}
header ul.menu {
  display: flex;
  align-items: center;
}
header ul.menu > li {
  padding: 33rem 25rem;
  cursor: pointer;
}
header ul.menu > li:hover a:after {
  width: 100%;
}
header ul.menu > li:hover:last-child a:after {
  width: 0;
  right: 0;
  left: auto;
}
header ul.menu > li.parent:after {
  content: unset;
}
header ul.menu > li.parent:hover ul.child {
  opacity: 1;
  visibility: visible;
}
header ul.menu > li ul.child {
  width: 100%;
  padding: 50rem 3%;
  display: block;
  background-color: #1b328d;
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
header ul.menu > li ul.child li {
  width: 300rem;
  margin: 0 5rem;
  text-align: left;
}
header ul.menu > li ul.child li a {
  width: 100%;
}
header ul.menu > li ul.child li a:hover span.image__wrapper img {
  transform: scale(1.2);
}
header ul.menu > li ul.child li a span.image__wrapper {
  width: 100%;
  height: 200rem;
  display: flex;
  overflow: hidden;
}
header ul.menu > li ul.child li a span.image__wrapper img {
  transition: 0.4s;
}
header ul.menu > li ul.child li a .lbl {
  font-size: 16rem;
  text-align: center;
  display: block;
  color: #000;
  font-weight: 600;
  background: white;
  padding: 10rem 0;
  position: relative;
}
header ul.menu > li ul.child li a .lbl:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20rem;
  position: absolute;
  right: 15rem;
  top: 50%;
  transform: translateY(-50%);
}
header ul.menu > li:last-child {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
header ul.menu > li:last-child:after {
  content: unset;
}
header ul.menu > li:last-child a {
  display: block;
  width: 208rem;
  height: 91rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1rem solid #1b328d;
  position: relative;
}
header ul.menu > li:last-child a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #1b328d;
  position: absolute;
  transform: unset;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.3s;
}
header ul.menu > li a {
  font-weight: 600;
  font-size: 16rem;
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 1;
}
header ul.menu > li a:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 1rem solid #1b328d;
  position: absolute;
  bottom: -10rem;
  left: 50%;
  transform: translate(-50%);
  transition: 0.4s;
}

.section-company {
  margin-top: 100rem;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.section-company .c__item {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-company .c__item.--text {
  padding-left: 10%;
  padding-right: 5%;
}
.section-company .c__item .t__txt {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.03em;
  line-height: 30rem;
  text-align: left;
  color: #1b328d;
}
.section-company .c__item .c__title {
  font-weight: 600;
  font-size: 30rem;
  letter-spacing: 0.03em;
  line-height: 48rem;
  margin-top: 25rem;
  text-align: left;
  color: #333;
}
.section-company .c__item .c__txt {
  font-weight: 300;
  font-size: 16rem;
  letter-spacing: 0.03em;
  line-height: 30rem;
  text-align: justify;
  color: #333;
  margin: 50rem 0;
}

.mt-60 {
  margin-top: 60rem;
}

.link__btn {
  width: 240rem;
  height: 56rem;
  border: 1rem solid #1b328d;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.link__btn:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #1b328d;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  z-index: 0;
}
.link__btn:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
.link__btn:hover span {
  color: #1b328d;
}
.link__btn:hover.--white span {
  color: white;
}
.link__btn.--c01 {
  width: 330rem;
  height: 64rem;
}
.link__btn.--white {
  border: 1rem solid white;
}
.link__btn.--white:after {
  background: white;
}
.link__btn.--white span {
  color: #1b328d;
}
.link__btn span {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.section-service {
  max-width: 1600rem;
  width: 95%;
  margin: auto;
  margin-top: 200rem;
  text-align: center;
}
.section-service .service__items {
  margin-top: 55rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-service .service__items .item {
  width: 760rem;
  height: 718rem;
  margin-bottom: 80rem;
}
.section-service .service__items .item .image__wrapper {
  width: 100%;
  height: 397rem;
}
.section-service .service__items .item .title__bar {
  width: 100%;
  height: 102rem;
  padding-top: 40rem;
  background: #1b328d;
  position: relative;
}
.section-service .service__items .item .title__bar .circle__txt {
  width: 64rem;
  height: 64rem;
  background: #1b328d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: -25%;
  transform: translate(-50%);
}
.section-service .service__items .item .title__bar .circle__txt span {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 24rem;
  line-height: 30rem;
  text-align: left;
  color: #f5f5f5;
}
.section-service .service__items .item .title__bar .txt {
  font-weight: 600;
  font-size: 28rem;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}
.section-service .service__items .item .content__text {
  width: 100%;
  height: auto;
  padding: 30rem 40rem 50rem;
  background: #fff;
  border: 1rem solid #1b328d;
  text-align: center;
}
.section-service .service__items .item .content__text .c__txt {
  font-weight: 300;
  font-size: 16rem;
  letter-spacing: 0.03em;
  margin-bottom: 40rem;
  text-align: justify;
  color: #333;
}

.title__wrapper {
  display: inline-block;
}
.title__wrapper.--white .en__txt {
  color: white;
}
.title__wrapper.--white .ja__txt {
  color: white;
  text-align: left;
}
.title__wrapper.--center .ja__txt {
  text-align: center;
}
.title__wrapper.--left .ja__txt {
  text-align: left;
}
.title__wrapper .en__txt {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 48rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
  color: #1b328d;
}
.title__wrapper .ja__txt {
  font-weight: 300;
  font-size: 16rem;
  letter-spacing: 0.03em;
  line-height: 30rem;
  text-align: center;
  color: #000;
}

.section-recruit {
  width: 100%;
  padding-top: 260rem;
  position: relative;
}
.section-recruit .image__wrapper {
  width: 90%;
  height: 540rem;
  position: absolute;
  left: 0;
  top: 0;
}
.section-recruit .content__wrapper {
  width: 90%;
  margin: 0 0 0 auto;
  padding: 356rem 200rem 120rem;
  background: #1b328d;
  display: flex;
}
.section-recruit .content__wrapper .title__inner {
  width: 240rem;
}
.section-recruit .content__wrapper .content__text {
  width: calc(100% - 240rem);
  padding-left: 120rem;
}
.section-recruit .content__wrapper .content__text .t__txt {
  font-weight: 600;
  font-size: 30rem;
  letter-spacing: 0.03em;
  line-height: 48rem;
  text-align: left;
  color: #fff;
}
.section-recruit .content__wrapper .content__text .c__txt {
  font-weight: 300;
  font-size: 16rem;
  letter-spacing: 0.03em;
  line-height: 30rem;
  margin-top: 45rem;
  text-align: left;
  color: #fff;
}

.section-pfm-att {
  max-width: 1600rem;
  width: 95%;
  margin: auto;
  margin-top: 120rem;
  display: flex;
  justify-content: space-between;
}
.section-pfm-att .p__item {
  width: 760rem;
}
.section-pfm-att .p__item .image__wrapper {
  width: 100%;
  height: 400rem;
}
.section-pfm-att .p__item .title__bar {
  margin-top: 25rem;
  display: flex;
  align-items: end;
}
.section-pfm-att .p__item .title__bar .en__txt {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 40rem;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: left;
  color: #1b328d;
}
.section-pfm-att .p__item .title__bar .ja__txt {
  font-weight: 300;
  font-size: 16rem;
  letter-spacing: 0.03em;
  line-height: 30rem;
  margin-left: 20rem;
  text-align: left;
  color: #333;
}

.section-news {
  max-width: 1600rem;
  width: 95%;
  margin: auto;
  margin-top: 120rem;
  background: #ededed;
  padding: 60rem;
}
.section-news .news__content {
  width: 100%;
  padding: 80rem;
  background: white;
  display: flex;
}
.section-news .news__content .title__inner {
  width: 240rem;
}
.section-news .news__content .content__text {
  width: calc(100% - 240rem);
  padding-left: 80rem;
}
.section-news .news__content .content__text table {
  width: 100%;
  border-collapse: collapse;
}
.section-news .news__content .content__text table tr {
  border-bottom: 1rem solid #ddd;
}
.section-news .news__content .content__text table tr:first-child td {
  padding-top: 0;
}
.section-news .news__content .content__text table tr td {
  font-weight: 300;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  padding: 40rem 0;
  text-align: left;
  color: #333;
}
.section-news .news__content .content__text table tr td:first-child {
  width: 130rem;
}

.section-contact {
  width: 100%;
  height: 650rem;
  margin-top: 100rem;
  background: url(../img/contact_bg.png);
  background-size: cover;
  background-position: center;
  padding: 100rem 0 120rem;
  text-align: center;
}
.section-contact .detail__txt {
  font-weight: 300;
  font-size: 16rem;
  letter-spacing: 0.05em;
  margin-top: 35rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-shadow: 0rem 10rem 30rem rgba(0, 0, 0, 0.16);
}
.section-contact .contact__items {
  max-width: 1200rem;
  width: 95%;
  margin: auto;
  background: white;
  margin-top: 50rem;
  display: flex;
}
.section-contact .contact__items .c__item {
  width: 50%;
  padding: 60rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-contact .contact__items .c__item:first-child {
  border-right: 2rem solid #ccc;
}
.section-contact .contact__items .c__item .g__txt {
  font-weight: 600;
  font-size: 16rem;
  margin-bottom: 25rem;
  letter-spacing: 0.03em;
  text-align: left;
  color: #333;
}
.section-contact .contact__items .c__item .tel {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 48rem;
  letter-spacing: 0.03em;
  text-align: left;
  color: #1b328d;
}

footer {
  width: 100%;
  padding: 100rem 0;
}
footer .footer__inner {
  max-width: 1600rem;
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
footer .footer__inner .company__info .footer__logo {
  width: 151rem;
  display: flex;
}
footer .footer__inner .company__info .info__txt {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  margin-top: 35rem;
  text-align: left;
  color: #000;
}
footer .footer__inner .company__info .info__txt span {
  color: #1b328d;
}
footer .footer__inner .footer__menu {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
footer .footer__inner .footer__menu .menu__content {
  display: flex;
  justify-content: space-between;
}
footer .footer__inner .footer__menu .menu__content ul {
  margin-left: 100rem;
}
footer .footer__inner .footer__menu .menu__content ul.child {
  margin: auto;
  padding-left: 15rem;
  padding-top: 22rem;
}
footer .footer__inner .footer__menu .menu__content ul li {
  padding-bottom: 22rem;
}
footer .footer__inner .footer__menu .menu__content ul li a {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000;
}

.copyright {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  padding-right: 30rem;
  text-align: right;
  color: #000;
}

@media screen and (max-width: 1650px) {
  html {
    font-size: 0.9px;
  }
  .section-recruit .content__wrapper {
    padding: 356rem 100rem 120rem;
  }
}
@media screen and (max-width: 1500px) {
  .frontview .catchcopy .letter__text span {
    padding: 10rem 20rem;
    font-size: 40rem;
  }
  .frontview {
    max-height: auto;
  }
  .section-service .service__items .item {
    width: 49%;
  }
  .section-pfm-att .p__item {
    width: 49%;
  }
  .section-recruit .content__wrapper {
    padding: 356rem 50rem 120rem;
  }
  footer .footer__inner .footer__menu .menu__content ul {
    margin-left: 20rem;
  }
}
@media screen and (max-width: 1180px) {
  html {
    font-size: 0.8px;
  }
  .frontview .catchcopy .letter__text span {
    font-size: 29rem;
  }
  .frontview {
    height: 670rem;
  }
}
@media screen and (max-width: 850px) {
  html {
    font-size: 0.75px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333333vw;
  }
  .frontview {
    height: auto;
  }
  .frontview .catchcopy .letter__text span {
    padding: 10rem 20rem;
    font-size: 42rem;
  }
  .frontview .catchcopy {
    position: absolute;
    left: 40rem;
    top: 600rem;
  }
  .frontview .catchcopy .letter__text {
    line-height: 2.1;
  }
  .section-company {
    width: 670rem;
    margin: auto;
    margin-top: 70rem;
    display: block;
  }
  .section-company .c__item {
    width: 100%;
    text-align: center;
    display: block;
  }
  .section-company .c__item.--text {
    padding-left: 0;
    padding-right: 0;
    margin-top: 48rem;
  }
  .section-company .c__item .t__txt {
    font-size: 24rem;
  }
  .link__btn {
    width: 400rem;
    height: 58rem;
  }
  .link__btn span {
    font-size: 18rem;
  }
  .section-service {
    width: 670rem;
    margin-top: 136rem;
  }
  .title__wrapper .ja__txt {
    font-size: 20rem;
    line-height: 34rem;
  }
  .section-service .service__items .item {
    width: 100%;
    height: auto;
    margin-bottom: 60rem;
  }
  .section-service .service__items .item .image__wrapper {
    width: 100%;
    height: 350rem;
  }
  .section-recruit .image__wrapper {
    width: 710rem;
    height: 350rem;
  }
  .section-recruit .content__wrapper {
    width: 710rem;
    padding: 150rem 40rem 70rem;
    display: block;
    text-align: center;
  }
  .section-recruit .content__wrapper .title__inner {
    width: 100%;
  }
  .title__wrapper.--white .ja__txt {
    color: white;
    text-align: center;
  }
  .section-recruit .content__wrapper .content__text {
    width: 100%;
    padding-left: 0;
    margin-top: 50rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-recruit .content__wrapper .content__text .t__txt {
    text-align: center;
  }
  .section-recruit .content__wrapper .content__text .c__txt {
    text-align: justify;
    font-size: 26rem;
    letter-spacing: 0.03em;
    line-height: 1.7;
  }
  .section-pfm-att {
    width: 670rem;
    margin: auto;
    margin-top: 70rem;
    display: block;
  }
  .section-pfm-att .p__item .image__wrapper {
    width: 100%;
    height: 350rem;
  }
  .section-pfm-att .p__item {
    display: block;
    width: 100%;
    margin-bottom: 60rem;
  }
  .section-news {
    width: 100%;
    margin-top: 70rem;
    padding: 40rem;
  }
  .section-news .news__content {
    width: 100%;
    padding: 60rem 40rem;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-news .news__content .title__inner {
    width: 100%;
    text-align: center;
  }
  .title__wrapper.--left .ja__txt {
    text-align: center;
  }
  .section-news .news__content .content__text {
    width: 100%;
    padding-left: 0;
  }
  .section-news .news__content .content__text table tr {
    display: grid;
  }
  .section-news .news__content .content__text table tr td {
    padding: 30rem 0;
  }
  .section-news .news__content .content__text table tr td:last-child {
    width: 100%;
    padding-top: 0;
  }
  .section-news .news__content .content__text table tr:first-child td {
    padding-top: 30rem;
  }
  .section-news .news__content .content__text table tr:first-child td:last-child {
    padding-top: 0;
  }
  .section-news .news__content .content__text table tr td:first-child {
    width: 100%;
    padding-bottom: 14rem;
  }
  .section-contact {
    width: 100%;
    height: auto;
    margin-top: 70rem;
    padding: 70rem 0;
  }
  .section-contact .contact__items {
    width: 670rem;
    margin-top: 50rem;
    display: block;
    padding: 0 40rem;
  }
  .section-contact .contact__items .c__item {
    width: 100%;
    padding: 50rem 0;
  }
  .section-contact .contact__items .c__item:first-child {
    border-right: 0;
    border-bottom: 2rem solid #ccc;
  }
  footer {
    width: 100%;
    padding: 70rem 0;
  }
  footer .footer__inner {
    width: 670rem;
    display: block;
  }
  footer .footer__inner .footer__menu .menu__content {
    display: block;
  }
  footer .footer__inner .footer__menu .menu__content ul {
    margin-left: 0;
  }
  footer .footer__inner .footer__menu .menu__content > ul li {
    padding: 30rem 0;
    border-bottom: 1rem solid #ddd;
  }
  footer .footer__inner .footer__menu .menu__content > ul li.open a:after {
    opacity: 0;
  }
  footer .footer__inner .footer__menu .menu__content > ul li a {
    font-weight: bold;
    font-size: 26rem;
    display: block;
  }
  footer .footer__inner .footer__menu .menu__content ul.child {
    display: none;
    padding-top: 33rem;
  }
  footer .footer__inner .footer__menu .menu__content ul.child li a {
    font-size: 24rem;
    font-weight: 400;
    display: block;
  }
  footer .footer__inner .footer__menu .menu__content ul.child li {
    border: 0;
    padding: 12rem 0;
  }
  footer .footer__inner .footer__menu .menu__content ul.child li:first-child {
    padding-top: 0;
  }
  footer .footer__inner .footer__menu .menu__content ul.child li:last-child {
    padding-bottom: 0;
  }
  footer .footer__inner .footer__menu .menu__content > ul.parent > li > a {
    display: block;
    position: relative;
    pointer-events: none;
    cursor: pointer;
  }
  footer .footer__inner .footer__menu .menu__content > ul.parent > li > a:before {
    content: "";
    width: 17rem;
    height: 0;
    border-bottom: 1rem solid #333;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  footer .footer__inner .footer__menu .menu__content > ul.parent > li > a:after {
    content: "";
    width: 0;
    height: 17rem;
    border-left: 1rem solid #333;
    position: absolute;
    right: 7rem;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  footer .footer__inner .company__info .footer__logo {
    margin: auto;
    margin-top: 50rem;
  }
  .copyright {
    font-size: 22rem;
    margin-top: 36rem;
    padding-right: 0;
    text-align: center;
    margin-bottom: 70rem;
  }
  .section-company .c__item .c__title {
    font-size: 32rem;
    line-height: 52rem;
  }
  .section-company .c__item .c__txt {
    font-size: 26rem;
    line-height: 1.7;
  }
  .link__btn span {
    font-size: 22rem;
  }
  .section-service .service__items .item .title__bar .txt {
    font-size: 32rem;
  }
  .section-service .service__items .item .title__bar .circle__txt span {
    font-size: 26rem;
  }
  .section-service .service__items .item .content__text .c__txt {
    font-size: 24rem;
    line-height: 1.6;
  }
  .section-pfm-att .p__item .title__bar .ja__txt {
    font-weight: 400;
    font-size: 18rem;
  }
  .section-news .news__content .content__text table tr td {
    font-size: 26rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
  .section-contact .detail__txt {
    font-weight: 400;
    font-size: 26rem;
  }
  .section-contact .contact__items .c__item .g__txt {
    font-size: 26rem;
  }
  footer .footer__inner .company__info .info__txt {
    font-size: 26rem;
    line-height: 1.7;
  }
  .sp-menu {
    width: 101rem;
    height: 29rem;
    position: relative;
    z-index: 5;
    cursor: pointer;
  }
  .sp-menu.open span:nth-child(1) {
    top: 14rem;
    transform: rotate(35deg);
  }
  .sp-menu.open span:nth-child(2) {
    width: 0;
  }
  .sp-menu.open span:nth-child(3) {
    top: 14rem;
    transform: rotate(-35deg);
  }
  .sp-menu span {
    width: 100%;
    height: 0;
    border-bottom: 3rem solid #1b328d;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s ease-in-out;
  }
  .sp-menu span + span {
    top: 14rem;
  }
  .sp-menu span + span + span {
    top: 29rem;
  }
  header ul.menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 140rem 40rem 0;
    background: #fff;
    z-index: 4;
    display: none;
  }
  header ul.menu > li a {
    font-size: 26rem;
    color: #1b328d;
    display: block;
  }
  header ul.menu > li {
    padding: 35rem 0;
    border-bottom: 1rem solid #ddd;
  }
  header ul.menu > li ul.child {
    width: 100%;
    padding: 25rem 15rem 0;
    display: block;
    background: white;
    position: relative;
    bottom: auto;
    left: auto;
    transform: unset;
    transition: unset;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  header ul.menu > li ul.child li a {
    font-size: 22rem;
    text-align: left;
  }
  header ul.menu > li:last-child a {
    display: block;
    width: 100%;
    height: auto;
    display: block;
    justify-content: center;
    align-items: center;
    border: unset;
  }
  header ul.menu > li:last-child {
    padding: 35rem 0;
    border-bottom: 1rem solid #ddd;
  }
  header ul.menu > li:last-child a:after {
    content: unset;
  }
  header ul.menu > li.parent > a {
    position: relative;
    pointer-events: none;
  }
  header ul.menu > li.parent > a.open:after {
    opacity: 0;
  }
  header ul.menu > li.parent > a::before {
    content: "";
    width: 20rem;
    height: 0;
    border-bottom: 1rem solid #1b328d;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  header ul.menu > li.parent > a:after {
    content: "";
    width: 0;
    height: 20rem;
    border-left: 1rem solid #111;
    position: absolute;
    left: auto;
    right: 10rem;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  header ul.menu > li ul.child li {
    padding: 14rem 0;
    display: inline-block;
    margin: 0;
  }
  header {
    z-index: 4;
    height: 92rem;
  }
  header.fixed .logo {
    z-index: 5;
  }
  header .logo {
    height: 75rem;
  }
  header {
    padding: 0 40rem;
  }
  header ul.menu > li ul.child li a .lbl {
    font-size: 25rem;
    color: #1b328d;
  }
  header ul.menu > li:hover a:after {
    border-bottom: 0;
  }
}
.subfrontview {
  width: 100%;
  height: 300rem;
  margin-top: 91rem;
  background: url(../img/page/subfrontview.png);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.subfrontview .en__txt {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.03em;
  line-height: 30rem;
  text-align: left;
  color: #fff;
}
.subfrontview .ja__txt {
  font-weight: 600;
  font-size: 35rem;
  letter-spacing: 0.15em;
  line-height: 48rem;
  margin-top: 22rem;
  text-align: left;
  color: #fff;
}

.greeting__wrapper {
  max-width: 1600rem;
  width: 95%;
  margin: auto;
  margin-top: 100rem;
  text-align: center;
}
.greeting__wrapper .content__inner {
  margin-top: 45rem;
  display: flex;
  justify-content: right;
  flex-direction: row-reverse;
}
.greeting__wrapper .content__inner .content__text {
  width: 760rem;
  font-weight: 300;
  font-size: 16rem;
  letter-spacing: 0.03em;
  line-height: 30rem;
  text-align: justify;
  color: #333;
}
.greeting__wrapper .content__inner .image__wrapper {
  width: 655rem;
  display: flex;
  margin-left: 50rem;
}

.company-profile__wrapper {
  padding: 100rem 0 200rem;
  margin-top: 100rem;
  background: url(../img/page/profile_bg.png);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.company-profile__wrapper .profile__content {
  width: 1060rem;
  margin: auto;
  margin-top: 65rem;
}
.company-profile__wrapper .profile__content table {
  width: 100%;
  border-collapse: collapse;
}
.company-profile__wrapper .profile__content table tr {
  border-bottom: 1rem solid #6271ad;
  vertical-align: baseline;
}
.company-profile__wrapper .profile__content table tr td {
  font-weight: 300;
  font-size: 20rem;
  letter-spacing: 0.03em;
  line-height: 30rem;
  padding: 15rem 0;
  text-align: left;
  color: #fff;
}
.company-profile__wrapper .profile__content table tr td a {
  color: #fff;
}
.company-profile__wrapper .profile__content table tr td:first-child {
  width: 150rem;
}

.company-map {
  max-width: 1600rem;
  width: 95%;
  margin: 100rem auto;
  text-align: center;
}
.company-map .map__items {
  margin-top: 50rem;
  display: flex;
  justify-content: space-between;
}
.company-map .map__items .m__item {
  width: 760rem;
}
.company-map .map__items .m__item .map__inner {
  width: 100%;
  height: 470rem;
}
.company-map .map__items .m__item .map__inner iframe {
  width: 100%;
  height: 100%;
}
.company-map .map__items .m__item .map__caption {
  font-weight: 600;
  font-size: 20rem;
  letter-spacing: 0.03em;
  line-height: 30rem;
  margin-top: 15rem;
  text-align: left;
  color: #333;
}

.strength__wrapper {
  background: #1b328d;
  text-align: center;
  padding: 100rem 0 1rem;
}
.strength__wrapper .content__inner {
  max-width: 1600rem;
  width: 95%;
  margin: auto;
  margin-top: 50rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.strength__wrapper .content__inner .s__item {
  width: 760rem;
  margin-bottom: 95rem;
}
.strength__wrapper .content__inner .s__item .image__wrapper {
  width: 100%;
  height: 470rem;
}
.strength__wrapper .content__inner .s__item .t__txt {
  margin-top: 15rem;
  font-weight: 600;
  font-size: 24rem;
  letter-spacing: 0.1em;
  line-height: 30rem;
  text-align: left;
  color: #fff;
}
.strength__wrapper .content__inner .s__item .c__txt {
  font-weight: 300;
  font-size: 16rem;
  letter-spacing: 0.03em;
  line-height: 30rem;
  margin-top: 15rem;
  text-align: justify;
  color: #fff;
}

.qualified-person__wrapper {
  max-width: 1060rem;
  width: 95%;
  margin: 100rem auto;
  text-align: center;
}
.qualified-person__wrapper .content__inner {
  width: 100%;
  margin-top: 48rem;
}
.qualified-person__wrapper .content__inner table {
  width: 100%;
  border-collapse: collapse;
}
.qualified-person__wrapper .content__inner table tr:nth-child(2n+1) {
  background: #ededed;
}
.qualified-person__wrapper .content__inner table tr td {
  font-weight: 300;
  font-size: 20rem;
  letter-spacing: 0.03em;
  line-height: 30rem;
  padding: 16rem 0;
  text-align: left;
  color: #333;
}
.qualified-person__wrapper .content__inner table tr td:first-child {
  width: 85%;
  text-align: left;
  padding-left: 50rem;
}

.clearning-qm__wrapper {
  padding: 100rem 0;
  text-align: center;
}
.clearning-qm__wrapper .detail__txt {
  max-width: 1060rem;
  width: 95%;
  margin: auto;
  margin-top: 50rem;
  font-weight: 300;
  font-size: 16rem;
  letter-spacing: 0.03em;
  line-height: 30rem;
  text-align: justify;
  color: #333;
}

.job-description__wrapper {
  background: #1b328d;
  padding: 100rem 0;
  text-align: center;
}
.job-description__wrapper .content__inner {
  max-width: 1600rem;
  width: 95%;
  margin: auto;
  margin-top: 50rem;
}
.job-description__wrapper .content__inner .job__item {
  padding-bottom: 80rem;
  margin-bottom: 80rem;
  border-bottom: 1rem solid #6271ad;
  display: flex;
  justify-content: right;
  flex-direction: row-reverse;
}
.job-description__wrapper .content__inner .job__item.c01 {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.job-description__wrapper .content__inner .job__item:nth-child(3) {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.job-description__wrapper .content__inner .job__item.--reserve {
  flex-direction: row;
  justify-content: left;
}
.job-description__wrapper .content__inner .job__item.--reserve .image__wrapper {
  margin-left: 0;
  margin-right: 80rem;
}
.job-description__wrapper .content__inner .job__item .image__wrapper {
  width: 760rem;
  height: 470rem;
  margin-left: 80rem;
}
.job-description__wrapper .content__inner .job__item .content__text {
  width: 625rem;
  text-align: left;
}
.job-description__wrapper .content__inner .job__item .content__text .lbl {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.03em;
  line-height: 30rem;
  margin-bottom: 24rem;
  text-align: left;
  color: #d1d6e8;
}
.job-description__wrapper .content__inner .job__item .content__text .title__txt {
  display: inline-block;
  font-weight: 600;
  font-size: 30rem;
  letter-spacing: 0.1em;
  line-height: 30rem;
  padding: 5rem 30rem;
  text-align: left;
  color: #333;
  background: white;
}
.job-description__wrapper .content__inner .job__item .content__text .c__txt {
  font-weight: 300;
  font-size: 16rem;
  letter-spacing: 0.03em;
  line-height: 30rem;
  margin-top: 22rem;
  text-align: justify;
  color: #fff;
}
.job-description__wrapper .content__inner .job-detail__wrapper {
  margin-top: 50rem;
  display: flex;
  justify-content: space-between;
}
.job-description__wrapper .content__inner .job-detail__wrapper .j__item {
  width: 520rem;
  height: 264rem;
  padding: 30rem;
  background: #fff;
}
.job-description__wrapper .content__inner .job-detail__wrapper .j__item .t__txt {
  font-weight: 600;
  font-size: 24rem;
  letter-spacing: 0.1em;
  line-height: 34rem;
  padding: 5rem 0;
  background: #333;
  text-align: center;
  color: #fff;
}
.job-description__wrapper .content__inner .job-detail__wrapper .j__item .c__txt {
  font-weight: 300;
  font-size: 16rem;
  letter-spacing: 0.03em;
  line-height: 30rem;
  margin-top: 25rem;
  text-align: left;
  color: #333;
}

.job-place__wrapper {
  padding: 100rem 0 30rem;
  margin-top: 100rem;
  background: #ededed;
}
.job-place__wrapper .t__txt {
  font-weight: 600;
  font-size: 30rem;
  letter-spacing: 0.03em;
  line-height: 48rem;
  text-align: center;
  color: #333;
}
.job-place__wrapper .content__inner {
  max-width: 1620rem;
  width: 95%;
  margin: auto;
  margin-top: 50rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.job-place__wrapper .content__inner .p__item {
  width: 33.3333333333%;
  padding: 0 10rem;
  margin-bottom: 70rem;
}
.job-place__wrapper .content__inner .p__item .image__wrapper {
  width: 100%;
  height: 321rem;
  position: relative;
}
.job-place__wrapper .content__inner .p__item .image__wrapper .cap {
  font-weight: 600;
  font-size: 24rem;
  letter-spacing: 0.1em;
  line-height: 30rem;
  padding: 4rem 20rem;
  background: #1b328d;
  text-align: left;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}

.job-flow__wrapper {
  max-width: 1200rem;
  width: 95%;
  margin: auto;
  margin-top: 100rem;
  text-align: center;
}
.job-flow__wrapper .flow-content {
  width: 100%;
  margin: auto;
  margin-top: 50rem;
}
.job-flow__wrapper .flow-content .sublink {
  width: 100%;
}
.job-flow__wrapper .flow-content .sublink ul {
  display: flex;
  justify-content: space-between;
}
.job-flow__wrapper .flow-content .sublink ul li {
  width: 33%;
  height: 56rem;
  background: #7e8dc9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.job-flow__wrapper .flow-content .sublink ul li.active {
  background: #1b328d;
}
.job-flow__wrapper .flow-content .sublink ul li a {
  font-family: "BIZ UDPGothic", sans-serif;
  pointer-events: none;
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
}
.job-flow__wrapper .flow-content .content__inner {
  margin-top: 50rem;
}
.job-flow__wrapper .flow-content .content__inner .content__box {
  width: 100%;
  opacity: 0;
  display: none;
}
.job-flow__wrapper .flow-content .content__inner .content__box.active {
  display: block;
  animation: fadeIn 0.3s forwards ease-in-out;
}
.job-flow__wrapper .flow-content .content__inner .content__box .c__box {
  width: 100%;
  margin-bottom: 45rem;
  display: flex;
  justify-content: space-between;
}
.job-flow__wrapper .flow-content .content__inner .content__box .c__box .image__wrapper {
  width: 588rem;
  height: 363rem;
  background: #776d6d;
}
.job-flow__wrapper .flow-content .content__inner .content__box .c__box .text__wrapper {
  width: 557rem;
}
.job-flow__wrapper .flow-content .content__inner .content__box .c__box .text__wrapper .time__txt {
  font-weight: 600;
  font-size: 20rem;
  letter-spacing: 0.03em;
  line-height: 40rem;
  padding-bottom: 5rem;
  border-bottom: 1rem solid #1b328d;
  text-align: left;
  color: #1b328d;
}
.job-flow__wrapper .flow-content .content__inner .content__box .c__box .text__wrapper .c__txt {
  font-weight: 300;
  font-size: 16rem;
  letter-spacing: 0.03em;
  line-height: 30rem;
  margin-top: 28rem;
  text-align: left;
  color: #333;
}

@media screen and (max-width: 1650px) {
  .company-map .map__items .m__item {
    width: 49%;
  }
  .strength__wrapper .content__inner .s__item {
    width: 49%;
  }
  .job-description__wrapper .content__inner .job-detail__wrapper .j__item {
    width: 32.5%;
  }
}
@media screen and (max-width: 768px) {
  .subfrontview .en__txt {
    font-size: 20rem;
  }
  .subfrontview .ja__txt {
    font-size: 48rem;
  }
  .subfrontview {
    height: 375rem;
  }
  .greeting__wrapper {
    width: 670rem;
  }
  .greeting__wrapper .content__inner {
    display: block;
  }
  .greeting__wrapper .content__inner .image__wrapper {
    width: 100%;
    display: flex;
    margin-left: 0;
  }
  .greeting__wrapper .content__inner .content__text {
    width: 100%;
    font-weight: 400;
    font-size: 26rem;
    line-height: 1.7;
    margin-top: 50rem;
  }
  .company-profile__wrapper .profile__content {
    width: 670rem;
  }
  .company-profile__wrapper .profile__content table tr {
    display: grid;
  }
  .company-profile__wrapper .profile__content table tr td:first-child {
    width: 100%;
    padding-bottom: 0;
    font-weight: bold;
  }
  .company-profile__wrapper .profile__content table tr td {
    font-size: 26rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
    padding: 15rem 0;
  }
  .company-map {
    width: 670rem;
  }
  .company-map .map__items {
    display: block;
  }
  .company-map .map__items .m__item {
    width: 100%;
    margin-bottom: 50rem;
  }
  .company-map .map__items .m__item .map__inner {
    width: 100%;
    height: 570rem;
  }
  .company-map .map__items .m__item .map__caption {
    font-size: 28rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
    margin-top: 18rem;
  }
  .strength__wrapper .content__inner {
    width: 670rem;
  }
  .strength__wrapper .content__inner .s__item {
    width: 100%;
  }
  .strength__wrapper .content__inner .s__item .image__wrapper {
    width: 100%;
    height: auto;
  }
  .strength__wrapper .content__inner .s__item .t__txt {
    margin-top: 15rem;
    font-size: 32rem;
    line-height: 1.6;
  }
  .strength__wrapper .content__inner .s__item .c__txt {
    font-size: 24rem;
    line-height: 1.7;
  }
  .qualified-person__wrapper {
    width: 670rem;
  }
  .qualified-person__wrapper .content__inner table tr td {
    font-size: 26rem;
  }
  .clearning-qm__wrapper .detail__txt {
    width: 670rem;
    font-size: 24rem;
    letter-spacing: 0.03em;
    line-height: 1.7;
  }
  .job-description__wrapper .content__inner {
    width: 670rem;
  }
  .job-description__wrapper .content__inner .job__item {
    display: block;
  }
  .job-description__wrapper .content__inner .job__item .image__wrapper {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 40rem;
  }
  .job-description__wrapper .content__inner .job__item .content__text .lbl {
    font-size: 22rem;
  }
  .job-description__wrapper .content__inner .job__item .content__text .title__txt {
    font-size: 38rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
    padding: 7rem 30rem;
  }
  .job-description__wrapper .content__inner .job__item .content__text .c__txt {
    font-size: 24rem;
    letter-spacing: 0.03em;
    line-height: 1.7;
    margin-top: 30rem;
  }
  .job-description__wrapper .content__inner .job-detail__wrapper {
    display: block;
  }
  .job-description__wrapper .content__inner .job-detail__wrapper .j__item {
    width: 100%;
    height: auto;
    padding: 40rem;
    margin-bottom: 40rem;
  }
  .job-description__wrapper .content__inner .job-detail__wrapper .j__item .t__txt {
    font-size: 32rem;
    line-height: 1.7;
    padding: 12rem 0;
  }
  .job-description__wrapper .content__inner .job-detail__wrapper .j__item .c__txt {
    font-size: 24rem;
    letter-spacing: 0.03em;
    line-height: 1.7;
  }
  .job-place__wrapper .t__txt {
    font-size: 40rem;
  }
  .job-place__wrapper .content__inner {
    width: 670rem;
  }
  .job-place__wrapper .content__inner .p__item {
    width: 100%;
    padding: 0;
    margin-bottom: 100rem;
  }
  .job-place__wrapper .content__inner .p__item .image__wrapper {
    height: auto;
    display: flex;
  }
  .job-place__wrapper .content__inner .p__item .image__wrapper .cap {
    font-weight: 600;
    font-size: 34rem;
    letter-spacing: 0.1em;
    line-height: 30rem;
    padding: 8rem 23rem;
  }
  .job-flow__wrapper {
    width: 670rem;
  }
  .job-flow__wrapper .flow-content .sublink ul li a {
    font-size: 25rem;
  }
  .job-flow__wrapper .flow-content .sublink ul li {
    height: 68rem;
  }
  .job-flow__wrapper .flow-content .content__inner .content__box .c__box {
    display: block;
  }
  .job-flow__wrapper .flow-content .content__inner .content__box .c__box .image__wrapper {
    width: 100%;
    height: 400rem;
    margin-bottom: 35rem;
  }
  .job-flow__wrapper .flow-content .content__inner .content__box .c__box .text__wrapper {
    width: 100%;
  }
  .job-flow__wrapper .flow-content .content__inner .content__box .c__box .text__wrapper .time__txt {
    font-size: 30rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
    padding-bottom: 8rem;
  }
  .job-flow__wrapper .flow-content .content__inner .content__box .c__box .text__wrapper .c__txt {
    font-size: 24rem;
    letter-spacing: 0.03em;
    line-height: 1.7;
    margin-top: 32rem;
    text-align: justify;
  }
  .job-flow__wrapper .flow-content .sublink ul li {
    width: 32.5%;
  }
}/*# sourceMappingURL=style.css.map */