@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

textarea,
iframe {
  display: block;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  overflow-y: scroll;
  background: #222;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: left;
  color: #222;
  font-size: 15px;
  line-height: 1.8;
  background: #FFF;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

a:link,
a:visited {
  color: #222;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #222;
  text-decoration: none;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 3px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 108%;
  line-height: 1.6;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  border: 1px solid #999;
  padding: 8px;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea {
    width: 100%;
  }
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  position: relative;
  padding-left: 24px;
  margin-right: 20px;
  cursor: pointer;
}
input[type=radio] + span::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 1px solid #222;
  border-radius: 50%;
}
input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #222;
  border-radius: 50%;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-not-valid-tip {
  color: #DC0000 !important;
}

.wpcf7-response-output {
  padding: 10px !important;
  border-radius: 8px;
}

.wpcf7-spinner {
  display: none !important;
}

select {
  border: 1px solid #999;
  padding: 8px;
  border-radius: 3px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 100%;
  line-height: 1.6;
  cursor: pointer;
}

input::placeholder {
  color: #BBB;
}

input:-ms-input-placeholder {
  color: #BBB;
}

input::-ms-input-placeholder {
  color: #BBB;
}

.l-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 60px;
    background: #FFF;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  }
}

@media screen and (min-width: 769px) {
  .l-global-nav {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .l-global-nav {
    display: none;
    position: fixed;
    width: 100%;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-property: transform;
  }
  .l-global-nav.active {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.l-global-nav-inner {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-global-nav-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.l-container-fluid {
  position: relative;
  padding: 80px 30px;
}
@media screen and (max-width: 768px) {
  .l-container-fluid {
    padding: 40px 20px;
  }
}

.l-container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.l-container::after {
  content: "";
  display: block;
  clear: both;
}

.l-container-narrow {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.l-container-narrow::after {
  content: "";
  display: block;
  clear: both;
}

.l-mainvisual {
  position: relative;
  padding-left: 25%;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .l-mainvisual {
    padding-left: 20%;
    padding-top: 60px;
  }
}
.l-mainvisual::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 120px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F8F8F8;
}
@media screen and (max-width: 768px) {
  .l-mainvisual::before {
    top: 60px;
  }
}

.l-swiper {
  position: relative;
}

.l-service {
  position: relative;
  margin-top: -60px;
  padding: 140px 30px 80px 30px;
}
@media screen and (max-width: 768px) {
  .l-service {
    margin-top: -30px;
    padding: 70px 20px 40px 20px;
  }
}

.l-secondvisual {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .l-secondvisual {
    padding-top: 60px;
  }
}

.l-secondvisual-inner {
  position: relative;
  height: 220px;
  padding: 0 30px;
  background: #202934;
}
@media screen and (max-width: 768px) {
  .l-secondvisual-inner {
    height: 120px;
    padding: 0 20px;
  }
}
.l-secondvisual-inner::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/logo_mark_white.png) no-repeat right 77px/contain;
  background-size: 500px auto;
  background-attachment: fixed;
  opacity: 0.08;
}
@media screen and (max-width: 768px) {
  .l-secondvisual-inner::before {
    background-attachment: scroll;
    background-position: right 15px;
    background-size: 180px auto;
  }
}

.l-footer {
  position: relative;
  z-index: 0;
  background: #222;
  padding: 80px 0 50px 0;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 30px 0 20px 0;
  }
}

.l-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer-inner {
    display: block;
  }
}

a.c-btn-more-round {
  position: relative;
  display: inline-block;
  padding-right: 70px;
  font-size: 116%;
  line-height: 1.5;
  color: #222;
  font-weight: 500;
  text-decoration: underline;
}
a.c-btn-more-round::before, a.c-btn-more-round::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
a.c-btn-more-round::before {
  right: 0;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  background: #C0AD86;
  transition: 0.2s;
}
a.c-btn-more-round::after {
  right: 24px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #222;
  border-right: 3px solid #222;
  transform: rotate(45deg);
  transition: 0.2s;
}
a.c-btn-more-round:hover {
  text-decoration: none;
}
a.c-btn-more-round:hover::before {
  background: #D6C8A4;
}
a.c-btn-more-round:hover::after {
  border-color: #FFF;
}

.c-btn-send {
  margin-top: 40px;
  text-align: center;
}
.c-btn-send input[type=submit] {
  display: inline-block;
  width: 300px;
  padding: 18px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 124%;
  color: #FFF;
  text-align: center;
  background: #222;
  border: 0;
  border-radius: 100px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .c-btn-send input[type=submit] {
    width: 250px;
    padding: 15px;
    font-size: 108%;
  }
}
.c-btn-send input[type=submit]:hover {
  background: #444;
}

a.c-btn-contact {
  display: inline-block;
  width: 320px;
  padding: 18px;
  font-size: 124%;
  color: #222;
  text-align: center;
  font-weight: 500;
  background: #C0AD86;
  border-radius: 100px;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  a.c-btn-contact {
    width: 260px;
    padding: 13px;
    font-size: 108%;
  }
}
a.c-btn-contact:hover {
  background: #D6C8A4;
}
a.c-btn-contact::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/icon_mail.png) no-repeat center center/cover;
  width: 20px;
  height: 20px;
  margin: -3px 10px 0 0;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  a.c-btn-contact::before {
    width: 18px;
    height: 18px;
    margin: -3px 10px 0 0;
  }
}
a.c-btn-contact:hover::after {
  display: none;
}

.c-grid {
  margin-bottom: 80px;
}
.c-grid::after {
  content: "";
  display: block;
  clear: both;
}
.c-grid:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-grid {
    margin-bottom: 40px;
  }
  .c-grid:last-child {
    margin-bottom: 0;
  }
}

.c-grid-1 {
  width: 3.75%;
}

.c-grid-2 {
  width: 12.5%;
}

.c-grid-3 {
  width: 21.2%;
}

.c-grid-4 {
  width: 30%;
}

.c-grid-5 {
  width: 40%;
}

.c-grid-6 {
  width: 47.5%;
}

.c-grid-7 {
  width: 55%;
}

.c-grid-8 {
  width: 65%;
}

.c-grid-9 {
  width: 73.8%;
}

.c-grid-10 {
  width: 82.5%;
}

.c-grid-11 {
  width: 91.2%;
}

.c-grid-12 {
  width: 100%;
}

.c-grid-1,
.c-grid-2,
.c-grid-3,
.c-grid-4,
.c-grid-5,
.c-grid-6,
.c-grid-7,
.c-grid-8,
.c-grid-9,
.c-grid-10,
.c-grid-11 {
  float: left;
  margin: 0 5% 0 0;
}
@media screen and (max-width: 768px) {
  .c-grid-1,
  .c-grid-2,
  .c-grid-3,
  .c-grid-4,
  .c-grid-5,
  .c-grid-6,
  .c-grid-7,
  .c-grid-8,
  .c-grid-9,
  .c-grid-10,
  .c-grid-11 {
    width: auto;
    float: none;
    margin: 0 0 30px 0;
  }
}

.c-grid-1:last-child,
.c-grid-2:last-child,
.c-grid-3:last-child,
.c-grid-4:last-child,
.c-grid-5:last-child,
.c-grid-6:last-child,
.c-grid-7:last-child,
.c-grid-8:last-child,
.c-grid-9:last-child,
.c-grid-10:last-child,
.c-grid-11:last-child {
  float: right;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-grid-1:last-child,
  .c-grid-2:last-child,
  .c-grid-3:last-child,
  .c-grid-4:last-child,
  .c-grid-5:last-child,
  .c-grid-6:last-child,
  .c-grid-7:last-child,
  .c-grid-8:last-child,
  .c-grid-9:last-child,
  .c-grid-10:last-child,
  .c-grid-11:last-child {
    float: none;
    margin: 0;
  }
}

.c-grid-contact {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-grid-contact {
    display: block;
  }
}
.c-grid-contact__left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .c-grid-contact__left {
    width: auto;
  }
}
.c-grid-contact__right {
  width: 50%;
  padding: 40px;
  background: #FFF;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-grid-contact__right {
    width: auto;
    margin-top: 30px;
    padding: 30px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
  }
}

.c-label-hissu {
  float: right;
  font-size: 12px;
  line-height: 1;
  color: #DC0000;
  font-weight: normal;
  margin-top: 2px;
  padding: 6px;
  border: 1px solid #DC0000;
}
@media screen and (max-width: 768px) {
  .c-label-hissu {
    font-size: 11px;
    padding: 4px 6px 5px 6px;
  }
}

.p-logo {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .p-logo {
    padding-left: 15px;
  }
}
.p-logo img {
  width: 260px;
  min-width: 260px;
}
@media screen and (max-width: 768px) {
  .p-logo img {
    width: 150px;
    min-width: 150px;
  }
}

.p-logo-footer {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-logo-footer {
    margin-bottom: 20px;
  }
}
.p-logo-footer img {
  width: 210px;
}
@media screen and (max-width: 768px) {
  .p-logo-footer img {
    width: 130px;
  }
}

.p-copyright {
  text-align: center;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 768px) {
  .p-copyright {
    font-size: 85%;
  }
}

.p-pagetop {
  position: fixed;
  z-index: 500;
  right: 20px;
  bottom: 20px;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.p-pagetop span {
  display: block;
  position: relative;
  width: 43px;
  height: 43px;
  text-indent: -9999px;
  overflow: hidden;
  background: #C0AD86;
  border-radius: 50%;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-pagetop span {
    width: 30px;
    height: 30px;
  }
}
.p-pagetop span:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-pagetop span:hover {
    opacity: 1;
  }
}
.p-pagetop span::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .p-pagetop span::before {
    top: 5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}

.p-toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: #222;
  }
  .p-toggle .hamburger-icon {
    display: block;
    position: absolute;
    top: 29px;
    left: 16px;
    width: 28px;
    height: 2px;
    background: #FFF;
    transition: 0.3s;
  }
  .p-toggle .hamburger-icon::before,
  .p-toggle .hamburger-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    height: 2px;
    background: #FFF;
    transition: 0.3s;
  }
  .p-toggle .hamburger-icon::before {
    margin-top: -10px;
  }
  .p-toggle .hamburger-icon::after {
    margin-top: 8px;
  }
  .p-toggle .close {
    background: transparent;
  }
  .p-toggle .close::before,
  .p-toggle .close::after {
    margin-top: 0;
  }
  .p-toggle .close::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .p-toggle .close::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
}
@media screen and (min-width: 769px) {
  .p-global-nav {
    display: flex;
    height: 100%;
    margin-right: 3em;
  }
  .p-global-nav li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2em;
  }
  .p-global-nav li a {
    position: relative;
    padding: 8px 0;
    font-size: 124%;
    line-height: 1.3;
    font-weight: bold;
    color: #222;
    text-decoration: none;
    white-space: nowrap;
  }
  .p-global-nav li a:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #C0AD86;
  }
  .p-global-nav li:last-child a {
    padding: 18px 40px;
    font-size: 108%;
    background: #C0AD86;
    border-radius: 100px;
    transition: 0.2s;
  }
  .p-global-nav li:last-child a:hover {
    background: #D6C8A4;
  }
  .p-global-nav li:last-child a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon_mail.png) no-repeat center center/cover;
    width: 18px;
    height: 18px;
    margin: -3px 10px 0 0;
    transition: 0.2s;
  }
  .p-global-nav li:last-child a:hover::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-global-nav {
    width: 100%;
  }
  .p-global-nav li a {
    display: block;
    padding: 8px;
    font-family: "Radio Canada Big", sans-serif;
    font-size: 170%;
    color: #222;
    text-align: center;
    text-decoration: none;
  }
}
.p-title-pagename {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-title-pagename__eng {
  margin-top: -8px;
  font-family: "Radio Canada Big", sans-serif;
  font-size: 400%;
  line-height: 1;
  font-weight: 500;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-title-pagename__eng {
    margin-top: -5px;
    font-size: 220%;
  }
}
.p-title-pagename__jpn {
  margin-top: 5px;
  font-size: 124%;
  line-height: 1.5;
  font-weight: 500;
  color: #C0AD86;
}
@media screen and (max-width: 768px) {
  .p-title-pagename__jpn {
    margin-top: 3px;
    font-size: 93%;
  }
}

.p-title-left {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-title-left {
    margin-bottom: 30px;
    display: block;
    text-align: center;
  }
}
.p-title-left__eng {
  font-family: "Radio Canada Big", sans-serif;
  font-size: 380%;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-title-left__eng {
    font-size: 250%;
  }
}
.p-title-left__jpn {
  margin-left: 25px;
  padding-top: 22px;
  font-size: 116%;
  line-height: 1.5;
  font-weight: 500;
  color: #C0AD86;
}
@media screen and (max-width: 768px) {
  .p-title-left__jpn {
    margin: 4px 0 0 0;
    padding-top: 0;
    font-size: 100%;
  }
}

.p-title-center {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-title-center {
    margin-bottom: 30px;
  }
}
.p-title-center__eng {
  font-family: "Radio Canada Big", sans-serif;
  font-size: 380%;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-title-center__eng {
    font-size: 250%;
  }
}
.p-title-center__jpn {
  margin-top: 4px;
  font-size: 116%;
  line-height: 1.5;
  font-weight: 500;
  color: #C0AD86;
}
@media screen and (max-width: 768px) {
  .p-title-center__jpn {
    font-size: 100%;
  }
}

.p-title-service {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 277%;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-title-service {
    margin-bottom: 30px;
    font-size: 170%;
  }
}
.p-title-service img {
  display: block;
  width: 90px;
  height: 90px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .p-title-service img {
    width: 75px;
    height: 75px;
    margin-right: 25px;
  }
}

.p-title-underline {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 17px;
  font-size: 200%;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-title-underline {
    margin-bottom: 30px;
    font-size: 170%;
  }
}
.p-title-underline::before {
  position: absolute;
  content: "";
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 4px;
  background: #C0AD86;
}
@media screen and (max-width: 768px) {
  .p-title-underline::before {
    width: 70px;
    height: 3px;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.13);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 720px;
}
@media screen and (max-width: 768px) {
  .slide-img img {
    height: 240px;
  }
}

.swiper-pagination {
  display: flex;
  font-size: 0;
  position: absolute;
  right: 50px;
  bottom: 40px;
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    right: 20px;
    bottom: 20px;
  }
}

.swiper-pagination-bullet {
  display: block;
  margin-left: 15px;
  width: 11px;
  height: 11px;
  border: 1px solid #FFF;
  background: none;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    margin-left: 12px;
    width: 9px;
    height: 9px;
  }
}

.swiper-pagination-bullet-active {
  background: #FFF;
}

.p-catchcopy {
  position: absolute;
  top: 50%;
  left: -27%;
  z-index: 5;
  margin-top: -85px;
  animation-name: catchcopy-txt;
  animation-duration: 1.3s;
  animation-iteration-count: 1;
}
@media screen and (max-width: 768px) {
  .p-catchcopy {
    left: -20%;
    margin-top: -35px;
  }
}
.p-catchcopy img {
  height: 170px;
}
@media screen and (max-width: 768px) {
  .p-catchcopy img {
    height: 70px;
  }
}

@keyframes catchcopy-txt {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-lead-service {
  margin-bottom: 80px;
  font-size: 108%;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-lead-service {
    margin-bottom: 40px;
    font-size: 100%;
  }
  .p-lead-service br {
    display: none;
  }
}

.p-lead-recruit {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lead-recruit {
    margin-bottom: 30px;
    text-align: left;
  }
}

.p-list-service {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 -5% -5%;
}
@media screen and (max-width: 768px) {
  .p-list-service {
    display: block;
    margin: 0;
  }
}
.p-list-service li {
  width: 45%;
  margin: 0 0 5% 5%;
}
@media screen and (max-width: 768px) {
  .p-list-service li {
    width: auto;
    margin: 0 0 20px 0;
  }
  .p-list-service li:last-of-type {
    margin-bottom: 0;
  }
}
.p-list-service li a {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}
.p-list-service li a::before {
  content: "";
  position: absolute;
  bottom: -90px;
  right: -90px;
  width: 150px;
  height: 150px;
  background: #C0AD86;
  transform: rotate(45deg);
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .p-list-service li a::before {
    bottom: -95px;
    right: -95px;
  }
}
.p-list-service li a:hover::before {
  background: #D6C8A4;
}
.p-list-service li a::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #222;
  border-right: 3px solid #222;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-list-service li a::after {
    bottom: 12px;
    right: 17px;
  }
}
.p-list-service__inner {
  display: flex;
  padding: 40px;
  background: #FFF;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-list-service__inner {
    display: block;
    padding: 30px;
  }
}

.p-service-image {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .p-service-image {
    margin: 0 0 25px 0;
    text-align: center;
  }
}
.p-service-image img {
  width: 130px;
  min-width: 130px;
}
@media screen and (max-width: 768px) {
  .p-service-image img {
    width: 100px;
    min-width: 100px;
  }
}

.p-service dt {
  font-size: 154%;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-service dt {
    font-size: 131%;
    text-align: center;
  }
}
.p-service dd {
  margin-top: 12px;
  line-height: 1.7;
}

.p-table-common {
  width: 100%;
}
.p-table-common th {
  width: 25%;
  padding: 15px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  white-space: nowrap;
}
.p-table-common td {
  padding: 15px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

.p-table-recruit {
  width: 100%;
}
.p-table-recruit th {
  width: 23%;
  padding: 15px 25px;
  border: 1px solid #444;
  background: #222;
  color: #C0AD86;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-table-recruit th {
    display: block;
    width: auto;
    padding: 7px 15px;
    margin-top: -1px;
  }
}
.p-table-recruit td {
  padding: 15px 25px;
  border: 1px solid #CCC;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .p-table-recruit td {
    display: block;
    padding: 15px;
    margin-top: -1px;
  }
}

.p-table-form {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-table-form {
    margin-top: -20px;
  }
}
.p-table-form th {
  width: 23%;
  padding: 25px;
  font-size: 108%;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
@media screen and (max-width: 768px) {
  .p-table-form th {
    display: block;
    width: 100%;
    border: 0;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #DDD;
  }
}
.p-table-form td {
  padding: 25px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
@media screen and (max-width: 768px) {
  .p-table-form td {
    display: block;
    border: 0;
    margin-top: 10px;
    padding: 0;
  }
}

.p-list-disc {
  padding-left: 1.5em;
}
.p-list-disc li {
  list-style: disc;
}

.p-gmap {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .p-gmap {
    height: 300px;
  }
}

.p-btn-more {
  margin-top: 80px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-btn-more {
    margin-top: 40px;
    text-align: center;
  }
}

.p-text-first {
  font-size: 116%;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-text-first {
    font-size: 100%;
    line-height: 1.8;
    text-align: left;
  }
}

.p-list-reason {
  display: flex;
  margin: 0 0 -4% -4%;
}
@media screen and (max-width: 768px) {
  .p-list-reason {
    display: block;
    margin: 0;
  }
}
.p-list-reason li {
  width: 29.33%;
  margin: 0 0 4% 4%;
}
@media screen and (max-width: 768px) {
  .p-list-reason li {
    width: auto;
    margin: 0 0 40px 0;
  }
  .p-list-reason li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-reason-image img {
    object-fit: cover;
    width: 100%;
    height: 200px;
  }
}

.p-reason {
  padding: 30px;
  background: #FFF;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .p-reason {
    padding: 25px;
  }
}
.p-reason dt {
  font-size: 154%;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-reason dt {
    font-size: 139%;
  }
}
.p-reason dd {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-reason dd {
    margin-top: 8px;
  }
}

@media screen and (min-width: 769px) {
  .p-list-step {
    width: 100%;
    display: flex;
    overflow: hidden;
  }
  .p-list-step li {
    position: relative;
    width: 25%;
    padding: 22px 0 22px 15px;
    font-size: 108%;
    line-height: 1.5;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    z-index: 0;
  }
  .p-list-step li span {
    display: block;
    margin-bottom: 5px;
    font-family: "Radio Canada Big", sans-serif;
    font-size: 160%;
    line-height: 1.2;
    color: #C0AD86;
  }
  .p-list-step li::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-right: 0;
    z-index: -1;
  }
  .p-list-step li:nth-child(1) {
    background: #202934;
  }
  .p-list-step li:nth-child(1)::after {
    display: none;
  }
  .p-list-step li:nth-child(2) {
    background: #393F48;
  }
  .p-list-step li:nth-child(2)::after {
    border-left: 30px solid #202934;
  }
  .p-list-step li:nth-child(3) {
    background: #4E545C;
  }
  .p-list-step li:nth-child(3)::after {
    border-left: 30px solid #393F48;
  }
  .p-list-step li:nth-child(4) {
    background: #656A71;
  }
  .p-list-step li:nth-child(4)::after {
    border-left: 30px solid #4E545C;
  }
}
@media screen and (max-width: 768px) {
  .p-list-step {
    width: 100%;
  }
  .p-list-step li {
    position: relative;
    padding: 15px 15px 15px 25px;
    font-size: 108%;
    line-height: 1.5;
    color: #FFF;
    font-weight: 500;
    z-index: 0;
  }
  .p-list-step li span {
    margin-right: 8px;
    font-family: "Radio Canada Big", sans-serif;
    font-size: 110%;
    line-height: 1.2;
    color: #C0AD86;
  }
  .p-list-step li::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: 0;
    z-index: -1;
  }
  .p-list-step li:nth-child(1) {
    background: #202934;
  }
  .p-list-step li:nth-child(1)::after {
    display: none;
  }
  .p-list-step li:nth-child(2) {
    background: #393F48;
  }
  .p-list-step li:nth-child(2)::after {
    border-top: 10px solid #202934;
  }
  .p-list-step li:nth-child(3) {
    background: #4E545C;
  }
  .p-list-step li:nth-child(3)::after {
    border-top: 10px solid #393F48;
  }
  .p-list-step li:nth-child(4) {
    background: #656A71;
  }
  .p-list-step li:nth-child(4)::after {
    border-top: 10px solid #4E545C;
  }
}
.p-list-flow {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-list-flow {
    margin-top: 10px;
  }
}
.p-list-flow li {
  border-bottom: 1px solid #DDD;
}

.p-flow {
  position: relative;
  padding: 35px 35px 35px 190px;
}
@media screen and (max-width: 768px) {
  .p-flow {
    padding: 25px 10px 25px 80px;
  }
}
.p-flow dt {
  font-size: 170%;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-flow dt {
    font-size: 124%;
  }
}
.p-flow dt span {
  display: flex;
  align-items: center;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 70px;
  font-family: "Radio Canada Big", sans-serif;
  font-size: 250%;
  line-height: 1.2;
  color: #C0AD86;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-flow dt span {
    left: 12px;
    font-size: 200%;
  }
}
.p-flow dd {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-flow dd {
    margin-top: 8px;
  }
}

.p-lead-contact {
  margin-bottom: 30px;
  font-size: 170%;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-lead-contact {
    margin-bottom: 20px;
    font-size: 124%;
  }
  .p-lead-contact br {
    display: none;
  }
}

.p-number {
  font-family: "Radio Canada Big", sans-serif;
  font-size: 260%;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-number {
    font-size: 210%;
  }
}
.p-number a {
  text-decoration: none;
}
.p-number a small {
  margin-right: 5px;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .p-number a small {
    margin-right: 3px;
    font-size: 20px;
  }
}

.p-btn-contact {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-btn-contact {
    margin-top: 20px;
  }
}

.u-spacer {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .u-spacer {
    margin-top: 40px;
  }
}

.u-bgimg-logofixed-white {
  z-index: 0;
}
.u-bgimg-logofixed-white::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/logo_mark_white.png) no-repeat right center/contain;
  background-size: 55.6% auto;
  background-attachment: fixed;
  opacity: 0.08;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .u-bgimg-logofixed-white::before {
    background-position: right 60px;
    background-size: 80% auto;
    background-attachment: scroll;
  }
}

.u-bgimg-logofixed-gray {
  z-index: 0;
}
.u-bgimg-logofixed-gray::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/logo_mark_black.png) no-repeat right center/contain;
  background-size: 55.6% auto;
  background-attachment: fixed;
  opacity: 0.04;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .u-bgimg-logofixed-gray::before {
    background-position: right 100px;
    background-size: 80% auto;
    background-attachment: scroll;
  }
}

.u-bgcolor-navy {
  background-color: #202934;
}

.u-bgcolor-rightgray {
  background-color: #F8F8F8;
}

.u-color-white {
  color: #FFF;
}

.u-anchor-service {
  position: absolute;
  top: -59px;
  left: 0;
  width: 0;
  height: 0;
}
@media screen and (max-width: 768px) {
  .u-anchor-service {
    top: -29px;
  }
}

.u-anchor-default {
  position: absolute;
  top: -119px;
  left: 0;
  width: 0;
  height: 0;
}
@media screen and (max-width: 768px) {
  .u-anchor-default {
    top: -59px;
  }
}

.overlay {
  display: none;
}
@media screen and (max-width: 768px) {
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}

.u-txt-l {
  text-align: left !important;
}

.u-txt-c {
  text-align: center !important;
}

.u-txt-r {
  text-align: right !important;
}

.u-fs11 {
  font-size: 11px !important;
}

.u-fs12 {
  font-size: 12px !important;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-fs16 {
  font-size: 16px !important;
}

.u-fs18 {
  font-size: 18px !important;
}

.u-fs20 {
  font-size: 20px !important;
}

.u-fs22 {
  font-size: 22px !important;
}

.u-fs24 {
  font-size: 24px !important;
}

.u-fs26 {
  font-size: 26px !important;
}

.u-fs28 {
  font-size: 28px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}